@charset "UTF-8";
/* common */
figure {
    margin: 0;
}
figure > img {
    width: 100%!important;
}
h2 {
    font-size: 18px;
    margin-bottom: 20px;
}
.anotationList {
    padding-left: 1em;
    text-indent: -1em;
}
.anotationList li {
    color: #888888;
}
.stepWrap {
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 60px;
    margin-bottom: 60px;
}
.stepWrap:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.stepIcon {
    display: inline-block;
    margin: 0 0 8px;
    padding: 4px 8px;
    font-weight: bold;
    background: #cc0033;
    color: #ffffff;
}
.stepContents .textArea p {
    font-size: 14px;
}
.stepContents .textArea p a {
    display: inline;
}
.underline {
    text-decoration: underline;
}

@media screen and (max-width: 767px) {
    
}

/* step1 */
#step1 .stepContents {
    display: flex;
}
#step1 .stepContents .textArea {
    width: 60%;
}
#step1 .stepContents .imgArea {
    width: 40%;
}
#step1 .stepContents .imgArea figure {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
}
#step1 .stepContents .imgArea figure img {
    width: 100%!important;
}

@media screen and (max-width: 767px) {
    #step1 .stepContents {
        display: block;
    }
    #step1 .stepContents .textArea,
    #step1 .stepContents .imgArea {
        width: 100%;
    }
    #step1 .stepContents .imgArea figure {
        margin-top: 60px;
    }
}

/* step2 */
#step2 .stepContents .textArea dl dt {
    font-weight: bold;
}
#step2 .stepContents .textArea dl dd {
    margin-bottom: 20px;
}

.accordionWrap {
    margin: 0 auto 16px;
    border: 2px solid #d8d8d8;
    border-radius: 2px;
}
.accordionTitle {
    position: relative;
    display: block;
    cursor: pointer;
    padding: 20px;
    box-sizing: border-box;
    text-align: left;
}
.accordionTitle:after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: 19px;
    margin: auto;
    width: 16px;
    height: 16px;
    background-color: #fff;
    border: 2px solid #d8d8d8;
    border-radius: 50%;
    cursor: pointer;
}
.accordionTitle span:before,
.accordionTitle span:after {
    z-index: 1;
    position: absolute;
    content: '';
    top: 2px;
    bottom: 0;
    right: 19px;
    margin: auto;
    width: 10px;
    height: 2px;
    background-color: #d8d8d8;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.accordionTitle span:after {
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
    -ms-transform: translate(-50%, -50%) rotate(-90deg);
        transform: translate(-50%, -50%) rotate(-90deg);
}
.js-active .accordionTitle span:after {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.accordionContents {
    display: none;
    padding: 20px;
}
.accordionContents p {
    text-align: left;
}

/* step3 */
#step3 .stepContents {
    display: flex;
}
#step3 .stepContents .textArea {
    width: 60%;
}
#step3 .stepContents .imgArea {
    width: 40%;
}
#step3 .stepContents .imgArea figure {
    max-width: 240px;
    width: 100%;
    margin: 0 auto;
}
#step3 .stepContents .imgArea figure img {
    width: 100%!important;
}

@media screen and (max-width: 767px) {
    #step3 .stepContents {
        display: block;
    }
    #step3 .stepContents .textArea,
    #step3 .stepContents .imgArea {
        width: 100%;
    }
    #step3 .stepContents .imgArea figure {
        margin-top: 60px;
    }
}

/* step4 */
#step4 .stepContents {
    display: flex;
}
#step4 .stepContents .textArea {
    width: 60%;
}
#step4 .stepContents .imgArea {
    width: 40%;
}
#step4 .stepContents .imgArea figure {
    max-width: 280px;
    width: 100%;
    margin: 0 auto;
}
#step4 .stepContents .imgArea figure img {
    width: 100%!important;
}

@media screen and (max-width: 767px) {
    #step4 .stepContents {
        display: block;
    }
    #step4 .stepContents .textArea,
    #step4 .stepContents .imgArea {
        width: 100%;
    }
    #step4 .stepContents .imgArea figure {
        margin-top: 60px;
       
    }
}
