@charset "UTF-8";

/* CSS Document */

.inner-etc {
    width: 100%;
    position: relative;
}
.inner-etc h1 {
    width: 100%;
}
.inner-etc h2 {
    width: 90%;
    border-left: 10px solid #538fcb;
    margin: 20px auto;
    padding: .2em 1em;
}
.inner-etc .inner-item {
    width: 90%;
    margin: 20px auto;
}
.inner-etc .inner-item .pict-l {
    max-width: 880px;
    margin: 0 auto 1.5em;
}
.inner-etc .inner-item .pict-s {
    max-width: 760px;
    margin: 0 auto 1.5em;
}
.inner-etc .inner-item p {
    margin-bottom: 1.5em;
}
.inner-etc .inner-item p small {
    display: block;
    color: #999;
    line-height: 140%;
    margin-bottom: 1.5em;
}
.inner-etc .inner-item .step dl {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.inner-etc .inner-item .step .arrow {
    width: 25px;
    margin: 20px auto;
}
.inner-etc .inner-item .step dl dt {
    width: 25%;
    color: #FFF;
    text-align: center;
    background-color: #333;
    padding: 1em 1em;
}
.inner-etc .inner-item .step dl dd {
    flex: 1;
    background-color: #EEE;
    padding: 1em 1em;
}
.inner-etc .inner-item ul.list {
    width: 100%;
}
.inner-etc .inner-item ul.list li {
    text-indent: -1em;
    padding-left: 1em;
}

.inner-etc img {
    width: 100%;
	max-width: 100%;
	height: auto;
}

@media only screen and (min-width:1px) and (max-width: 768px) {
    
    .inner-etc {
        width: 100%;
        position: relative;
    }
    .inner-etc h1 {
        width: 100%;
    }
    .inner-etc h2 {
        width: 90%;
        border-left: 10px solid #538fcb;
        margin: 4% auto;
        padding: .2em 1em;
    }
    .inner-etc p {
        margin-bottom: 1.5em;
    }
    .inner-etc .inner-item .step dl {
        width: 100%;
        position: relative;
        display: block;
    }
    .inner-etc .inner-item .step dl dt {
        width: 100%;
        color: #FFF;
        text-align: center;
        background-color: #333;
        padding: 1em 1em;
    }
    .inner-etc .inner-item .step dl dd {
        width: 100%;
        background-color: #EEE;
        padding: 1em 1em;
    }
}


