article.qa_block {
    max-width: 1100px;
    margin: 0 auto 5px;
    padding: 12px 0 0;
    position: relative;
}

article.qa_block h2 {
    background: #51ab67;
    padding: 37px 10px 38px 25px;
    margin-bottom: 26px;
    font-size: 3.5rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    color: #fff;
    position: relative;
    bottom: 8px;
    left: 8px;
    line-height: 1.3;
}
article.qa_block h2 .no {
    width: 68px;
    margin-right: 18px;
    background: #D42635;
    padding: 10px 0 16px;
    font-size: 4.2rem;
    font-weight: 700;
    font-family: 'Oswald';
    color: #fff;
    line-height: 1;
    text-align: center;
    display: block;
    position: absolute;
    left: 8px;
    bottom: 8px;
}

/*アコーディオンで現れるエリア*/
article.qa_block .box {
    display: none;/*はじめは非表示*/
    margin: 0;
    padding: 10px 20px 7px 24px;
}

article.qa_block .box .txt {
    margin-bottom: 10px;    
    display: inline-block;
    line-height: 2;
    width: 92%;
    font-size: 1.8rem;
}

/*アコーディオンタイトル*/
article.qa_block .title {
    cursor: pointer;
    transition: all .5s ease;
}

/*アイコンの＋と×*/
article.qa_block .title::before,
article.qa_block .title::after{
    position: absolute;
    content: '';
    width: 41px;
    height: 41px;
    right: 20px;
    background: #fff;
    font-size: 4.8rem;
    line-height: 1.1;
    text-align: center;
    font-weight: normal; 
    border-radius: 50px;
    color: #0C6A66;
}
article.qa_block .title::before{ 
}

article.qa_block .title::after {
    content: '>';
    transform: rotate(90deg);
    text-align: center;
    line-height: 1.4;
    font-size: 2.5rem;
}

/*　closeというクラスがついたら形状変化　*/
article.qa_block .title.close::before{
    background: url(../img/icon_close.png)no-repeat center;  
}

section#faq article.qa_block{
    width: 960px;
}
section#faq article.qa_block h2 {
    margin-bottom: 22px;
    padding: 16px 10px 12px 15px;
    background: #fff;
    border-radius: 10px;
    font-size: 2.4rem;
    color: #000;
}
section#faq article.qa_block .title::after{
    content: '';
    transform: rotate(0deg);  
    text-align: center;
    line-height: 1.7;
    font-size: 1.8rem;
    background: #444444;
    border-radius: 0;
    width: 20px;
    height: 4px;  
    right: 25px;    
}

section#faq article.qa_block .box{
    padding: 0 20px 37px 24px;    
}

section#faq article.qa_block .box {
    display: none;/*はじめは非表示*/
}

@media screen and (max-width:768px){
    article.qa_block{
        width: 100%;
        margin: 4% auto;
        padding: 3% 0 1px;
    }    
    article.qa_block h2{
        width: 100%;
        margin-bottom: 10px;
        padding: 10px 10px 10px 20px;    
        font-size: 1.6rem;
        left: 0;
    }
    article.qa_block h2 .no{
        width: 35px;
        height: 35px;
        margin-right: 8px;
        padding: 6px 0 0;
        font-size: 2.4rem;
        left: 8px;
        top: -4px;    
    }
    article.qa_block h2 .txt {
        width: 88%;
    }
        
    article.qa_block .title::before, article.qa_block .title::after{
        width: 30px;
        height: 30px;
        right: 10px;
        line-height: 1;
        font-size: 2.4rem;    
    }
    article.qa_block .box{
        padding: 0 10px 7px;    
    }
    
    article.qa_block .box h3{
        width: 35px;
        height: 35px;
        font-size: 2.4rem; 
        margin-right: 8px;       
        padding: 6px 0 0;        
    }
    
    article.qa_block .box .txt {
        width: 82%;
        font-size: 1.6rem;
        display: inline-block;    
    }
    
    section#faq article.qa_block{
        width: 96%;
    }
    
    section#faq article.qa_block .box{
        padding: 0 10px 12px 14px;       
    }
    section#faq article.qa_block h2{
        font-size: 1.8rem;
        margin-bottom: 5px;
        padding: 12px 40px 12px 11px;    
    }    
    
    section#faq article.qa_block .title::after{
        right: 15px;    
    }
    
}

.slider {
    max-width: 1000px;
    overflow: hidden;
    margin: 0 auto;    
}

.slider ul {
    overflow: hidden;
}

.slider li {
    float: left;
    max-width: 1000px;
    list-style: none;
}

.slider li table {
    width: 100%;
}

.slider li table th,
.slider li table td {
    vertical-align: middle;
}

.slider li table th {
    width: 240px;
    padding-left: 30px;
}

.slider li table td {
    width: 540px;
    font-weight: 600;
    padding: 0 0 0 20px;
    font-size: 32px;
    line-height: 2.5;
}

.slider li table td span {
    font-size: 24px;
}

.slider li .formParts {
    padding: 23px 0 0;
    /*min-height: 700px;*/
    width: 1000px;
}

.slider li .formParts h2{
    margin-bottom: 25px;
    font-size: 42px;
    text-align: center;
    font-weight: 600;    
}

.slider li.step_01 .formParts dl dt,
.slider li.step_02 .formParts dl dt,
.slider li.step_03 .formParts dl dt {
    display: none;
}

.slider li .formParts .flex {
    display: flex;
    flex-flow: wrap;
}

.slider li .formParts .flex p {
    width: 32.3%;
    padding: 10px;
}

.slider label {
    width: 100%;
    margin-bottom: 18px;
    padding: 12px 5px 10px;
    background: #51AB66;
    border-radius: 50px;
    font-size: 2.4rem;
    font-weight: 600;
    color: #fff;
    text-align: center;
    display: block;
}

form input[type="radio"] {
    display: none;
}

.step_04 p.txt {
    margin: 0 0 10px;
    font-size: 2.2rem;
    font-weight: 600;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.step_04 .formSingle {
    margin: 20px 0;
}

.step_04 .formSingle dl{
    display: flex;
    align-items: center;
}

.step_04 .formSingle dl dt {
    width: 290px;
    font-size: 38px;
    font-weight: 600;
    margin: 0 0 10px;
    color: #fff;
}

.step_04 .formSingle dl dt i {
    font-size: 18px;
}

form dl dt span {
    /* display: inline-block;
    color: #fff;
    font-size: 16px;
    margin: 0 10px 0 0;
    padding: 5px 10px;
    border-radius: 3px;
    position: relative;
    top: -5px;*/
}

form dl dt span.must {
    background: #e44;
}

form dl dt span.any {
    background: #aaa;
}

.step_04 .formSingle {
    margin: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.step_04 dl.formSingle dt {
    font-size: 2.2rem;
    font-weight: 600;
    margin-right: 10px;
    width: 160px;
}

.step_04 dl.formSingle dd{
    width: 580px;
}

.step_04 dl.formSingle dd input,
.step_04 dl.formSingle dd textarea {
    width: 100%;
    padding: 12px 20px;
    font-size: 2.2rem;
    border: 1px solid #ccc;
    border-radius: 50px;
    outline: none;
}


form textarea {
    height: 120px;
}

.step_04 label{
    height: auto;
    padding: 5px 0 10px;    
    margin: 0;
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.0rem;
    font-weight: 600;
    text-align: unset;
    border: none;
    border-radius: unset;
    box-shadow: none;
    cursor: pointer;
    color: #fff;
    text-shadow: none;
    transition-duration: unset;
}

.checkbox-input{
  display: none;
}
.checkbox-parts{
    padding-left: 35px;
    position:relative;
    font-size: 2rem;
}
.checkbox-parts::before{content: "";display: block;position: absolute;top: 5px;left: 0;width: 25px;height: 25px;border: 1px solid #999;background: #fff;border-radius: 4px;}

.checkbox-input:checked + .checkbox-parts::after{
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 5px;
    width: 16px;
    height: 23px;
    transform: rotate(40deg);
    border-bottom: 5px solid #d01137;
    border-right: 5px solid #d01137;
}

button.slidePrev {
    font-size: 2.2rem;
    font-weight: 600;
    border: none;
    background: none;
    margin: 30px 0 0;
}

button.slidePrev:before {
    content: "←";
    font-weight: 400;
    margin: 0 .5em 0 0;
}


form .submitWrap {
    text-align: center;
    padding: 10px 0 0;
}

form button[type="submit"] {
    display: inline-block;
    width: 320px;
    color: #fff;
    /* height: 100px; */
    margin: 0px 0 10px;
    padding: 10px 0px;
    background: #FF7024;
    font-size: 2.2rem;
    font-weight: 600;
    text-align: center;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    color: #fff;
    transition-duration: 0.3s;
}



form button[type="submit"]:hover {
    top: 5px;
    box-shadow: 0 0 0 #060;
}

form button[type="submit"]:hover::after {
    right: 10px;
}

form dl dd span.error {
    display: inline-block;
    color: #e44;
    font-size: 18px;
    margin: -5px 0 0;
}

@media screen and (max-width:768px) {
    .checkbox-parts{
        padding-left: 30px;
        font-size: 1.8rem;
    }
    .checkbox-parts::before{
        width: 20px;
        height: 20px;
        top: 2px;    
    }
    .checkbox-input:checked + .checkbox-parts::after{
        width: 11px;
        height: 21px;  
        top: 0px;
        left: 6px;
    }
    .slider{
        width: 353px;
    }
    
    .slider li .formParts{
        padding: 1px 0 0;    
        max-width: 100%;}
    .slider li .formParts .flex p{
        width: 48%;
        padding: 0 1% 5%;
    }
    
    .slider li{
        max-width: 370px;
    }
    .slider label {
        margin-bottom: 5px;
        padding: 12px 0px 10px;
        font-size: 1.6rem;
        line-height: 1.3;
    }
    
    button.slidePrev{
            margin: 10px 0 0;
    font-size: 1.6rem;
    }
    
    .step_04 p.txt{
        margin: 0 0 10px;    
        font-size: 1.8rem;
        line-height: 1.4;}
    
    .step_04 .formSingle{
        margin: 10px 0 15px;    
        justify-content: flex-start;}
    .step_04 dl.formSingle dt{
        width: 80px;
        margin-right: 5px;
        font-size: 1.8rem;
        line-height: 1.1;
    }
    .step_04 dl.formSingle dd {
        width: 260px;
        max-width: 580px;
    }
    .step_04 dl.formSingle dd input, .step_04 dl.formSingle dd textarea{
        padding: 8px 10px;    
    }
    form button[type="submit"] {
        width: 210px;
        padding: 8px 0px 6px;
        font-size: 1.8rem;
    }
}