/**********

subtitle

************/
.sub-title-faq{
    background-color: #97D6E5;
    font-weight: 300;   
}
.sub-title-senction p{
    text-align: center;
    font-weight: 200;  
}
.topAll{
    display: flex;
    justify-content: space-between;
}
.topAll > *{
    vertical-align: middle;
}
.topRight{
    background:linear-gradient(to top left, rgba(255,255,255,0) 50%, #DDEBEF 50.5%) no-repeat top left/100% 100%;
    width: 170px;
    height: 100px;
    margin-right: 43%;
}
.topLeft{
    background:linear-gradient(to top right, rgba(255,255,255,0) 50%, #DDEBEF 50.5%) no-repeat top right/100% 100%;
    width: 170px;
    height: 100px;
    margin-left: 43%;
}
.sub-title-senction{
    text-align: center;
    margin-top: -50px;
}
.faq-title{
    width: 1080px;
    max-width: 1280px;
    margin: 0 auto;
    margin-top: -40px;
}
.faq-title h2{
    color: #000000;
    font-size: 30px;
    font-weight: 400;
    padding: 6px 0 12px 0;
}
.sub-title h1 p{
    font-weight: 200;
}
.sub-title h1 span{
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 0px;
}
.sub-title h1{
    line-height: 24px;
}
.sub-title-faq h1{
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 6px;
    line-height: 30px;
}
.sub-title-section p{
    text-align: center;
    padding: 0  50px;
}
/**********

category

************/
.support-title p{
    text-align: left;
}
.faq-category h2{
	color: #000000;
	position: relative;
	display: inline-block;
	font-weight: 400;
    font-size: 20px;
}
.faq-category h2:before,.faq-category h2:after {
	content: '';
	top: 50%;
	display: inline-block;
	width: 335px;
	height: 2px;
	background-color: #BEBEBE;
}
.faq-category h2:before {
	left:0;
	margin-right: 24px;
}
.faq-category h2:after {
	right: 0;
	margin-left: 24px;
}
.faq-category{
    justify-content: space-between;	
	width: 980px;
    max-width: 1280px;
    margin: 0 auto;
	padding: 60px 0 0;
    text-align: center;
}
.faq-category-big p.title{
    font-size: 16px;
    margin-bottom: 16px;
}
.faq-category-flex {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
}
.faq-category-content {
    width: 546px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
}
.big-box p{
	text-align: center;
    font-size: 13px;
    line-height: 1.2;
}
.faq-category-small p a{
    color:#150202;
}
.faqDetailIcon{
    width: 60px;
    margin:0 auto;
}
@media all and (-ms-high-contrast: none) {
    /** IE11 */
    .big-box-all{
        display: -ms-grid;
        -ms-grid-columns:2fr 2fr 2fr;
    }
    .big-box01,
    .big-box02,
    .big-box03{
        width: 164px;
    }
    .big-box-ie01{
        -ms-grid-column:1;
        -ms-grid-row:1;
    }
    .big-box-ie02{
        -ms-grid-column:2;
        -ms-grid-row:1;
    }
    .big-box-ie03{
        -ms-grid-column:3;
        -ms-grid-row:1;
    }
    .big-box-ie04{
        -ms-grid-column:1;
        -ms-grid-row:2;
    }
    .big-box-ie05{
        -ms-grid-column:2;
        -ms-grid-row:2;
    }
    .big-box-ie06{
        -ms-grid-column:3;
        -ms-grid-row:2;
    }
    .big-box-ie07{
        -ms-grid-column:1;
        -ms-grid-row:3;
    }
    .big-box-ie08{
        -ms-grid-column:1;
        -ms-grid-row:3;
    }
    .small-box-ie1{
        -ms-grid-column:1;
        -ms-grid-row:1;
    }
    .small-box-ie2{
        -ms-grid-column:2;
        -ms-grid-row:1;
    }
    .small-box-ie3{
        -ms-grid-column:1;
        -ms-grid-row:2;
    }
    .small-box-ie4{
        -ms-grid-column:2;
        -ms-grid-row:2;
    }
}
.faq-category-small ,
.faq-category-big {
	background-color: #CFEBE1;
	border-radius: 10px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all  1s ease;
}
.faq-category-small a{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    align-items: center;
    padding: 0 16px;
    box-sizing: border-box;
}
.faq-category-small:hover{
    background-color: #457672;
}
.faq-category-small p{
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all  1s ease;
}
.faq-category-small:hover p{
    color: #ffffff;    
}
.faq-category-small p:hover{
    display: block;
    color: #ffffff;
}
.faq-category-small p{
    display: block;
    text-align: left;
}
.faq-category-small {
    display: flex;
    align-items: center;
    width: 48%;
    height: 185px;
    box-sizing: border-box;
}
.faq-category-small:nth-child(1),
.faq-category-small:nth-child(2) {
    margin-bottom: 18px;
}
.faq-category-small p{
	padding-left: 12px;
    font-size: 16px;
}
.faq-category-big {
    padding: 16px 35px;
    width: 409px;
    box-sizing: border-box;
}
.bigBoxIcon{
	width: 69px;
    position: relative;
}
.big-box-all {
    display: flex;
    flex-wrap: wrap;
}
.big-box01, .big-box02, .big-box03{
    margin-bottom: 16px;
}
.big-box01,
.big-box02,
.big-box03 {
    width: 110px;
}

.big-box01 a,
.big-box02 a,
.big-box03 a {
    display: block;
    width: 69px;
    height: 69px;
    margin: 0 auto;
    position: relative;

    text-align: center;
}
.big-box01 a::before,
.big-box02 a::before,
.big-box03 a::before {
    content: "";
    display: block;
    background-color: #000;
    width: 67px;
    height: 67px;
    border-radius: 50%;
    position: absolute;
    top: 1px;
    left: 1px;
}

.big-box01 a:hover .bigBoxIcon,
.big-box02 a:hover .bigBoxIcon,
.big-box03 a:hover .bigBoxIcon {
    opacity: 0.8;
}

.big-box01 p,
.big-box02 p,
.big-box03 p {
    margin-top: 6px;
}
/**********

detail

************/
.faq-title {
    text-align: center;
    word-break: break-all;
}
.faq-title h1{
	color: #000000;
	font-weight: 200;	
}
.faq-detail{
	background-color: #E8F7FC;
	margin-top: 60px;
	padding-bottom: 120px;	
}

.faq-detail-wrap{
    justify-content: space-between;	
	width: 980px;
    max-width: 980px;
    margin: 0 auto;
	padding: 40px 0 0 0;	
}
.faq-detail-wrap:first-child{
    padding-top: 86px;
}
.faq-detail-wrap h3{
    font-size: 20px;
}
.faq-detail-wrap h3::before{
	content: '';
	width: 20px;
	height: 20px;
	background: rgba(0, 0, 0, 1);
	position: relative;
    display: inline-block;
    margin-right: 12px;
    vertical-align: middle;
}
.faq-detail-content-box + .faq-detail-content-box{
	margin-top: 24px;
}
.faq-detail-content-box {
    margin: 18px 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
    background-color: #79BFBA;
    -webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.faq-detail-content-box label{
    display: flex;
    justify-content: space-between;
    color :#ffffff;
    background :#79BFBA;
    cursor :pointer;
    transition: all 0.5s;
    padding: 17px 12px 17px 14px;
    border-radius: 8px;
    position: relative;
    align-items: center;
}
.faq-detail-content-box label p{
     color :#ffffff;
     width: 93%;
}
.faq-detail-content-box input {
    display: none;
}

.faq-detail-content-box .boxshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.2s;
    padding: 0 12px;
}
.faq-detail-content-box.active .boxshow {
    height: auto;
    opacity: 1;
    padding: 0 12px 12px;
}
.faq-detail-content-box .boxshow p {
    padding: 0 24px;
    color: transparent;
}
.faq-detail-content-box.active .boxshow p {
    padding: 40px 24px;
    -webkit-border-radius: 8px;
	-moz-border-radius: 8px;
    border-radius: 8px;
    color: #150202;
    background: #ffffff;
}

.faq-detail-content-box .boxshow p a:hover{
    text-decoration: underline;
    text-decoration-color: #000;
}

.faq-detail-content-box .boxshow p span{
    display: block;
}
.faq-detail-content-box .boxshow p.attachment{
    display: inline-flex;
}
.faq-detail-content-box input:checked ~ .faq-detail-content-box label::after {
    content: url(/support/faq/images/faqDetailIcon.svg);
    display: inline-block;
    margin-left:24px;
    transition: 0.2s;
    position: absolute;
    right: 0;
    margin-right: 12px;
    top: 0;
    margin-top: 18px;          
}
.faq-detail-icon{
    content: "";
    width: 40px;
    height: 40px;
    text-align: right;
    background: #ffffff;
    border-radius: 50%;
    transition: all .3s ease-out;
    backface-visibility: hidden;
    position: relative;
}
.faq-detail-icon span{
    position: absolute;
    top: calc((100% - 20px) / 2);
    left: calc((100% - 4px) / 2);
    width: 3px;
    height: 20px;
    background-color: #79BFBA;
    border-radius: 3px;
}
.faq-detail-icon span:nth-of-type(2) {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);    
}
.faq-detail-content-box.active .faq-detail-icon span:nth-of-type(1) {
    opacity: 0;
}
.boxshow p img{
    vertical-align: middle;
}
.faq-recorder{
    display: flex;
}
/**********

box

************/
.support-box{
    width:980px;
    max-width: 1280px;
    margin:0 auto;
    text-align: center; 
    padding: 60px 0;
}
.support-box h2{
    color: #000000;
    position: relative;
    display: inline-block;
    font-weight: 400;
    font-size: 20px;
}
.support-box h2:before,.support-box h2:after {
    content: '';
    top: 50%;
    display: inline-block;
    width: 400px;
    height: 2px;
    background-color: #BEBEBE;
}
.support-box h2:before {
    left:0;
    margin-right: 24px;
}
.support-box h2:after {
    right: 0;
    margin-left: 24px;
}
.support-box-content{
    display: flex;
    padding-top:20px; 
}
.support-box-content-right{
    padding-left: 32px;
    padding-top: 8px;
}
.support-box-content-left{
    padding-left: 16px;
    padding-top: 48px;  
}
.support-box-content-left p.title{
    font-size: 20px;
    padding-bottom: 20px;
}
.support-box-content-left p{
    font-weight: 400;
    text-align: left;
    padding-bottom: 8px;
}
.support-box-content-left p a{
    color: #6BB84E;
    font-weight: 200;
    text-decoration: underline;
}
.support-box-content-left p a:hover{
    color: #457672;
}
.support-btn{
    width: 280px;
    background-color: #FF9D00;
    font-size: 18px;
    color: #ffffff;
    padding: 12px 36px;
    border-radius: 50px;
    display: block;
    margin: 18px 0 0 0;
}
.support-box-content-form{
    padding-top: 48px;
}
.support-btn:hover{
    background-color: #AD6F0B;
}
.support-box-txt{
    padding-top: 28px;
}

.support-box-contact{
    width: 473px;
    margin: 18px auto;
}
.support-box-contact .contact-btn{
    width: 320px;
}
.support-box-contact img{
    margin-right: 16px;
}
.supportBoxTelIconImg{
    vertical-align: bottom;
}
.support-box-contact p{
    text-align: left;
    font-weight: 200;
    font-size: 14px;
}
.contact-btn{
    width: 260px;
    font-size: 16px;
    color: #ffffff;
    margin:0 0 18px 0;
    padding: 14px 24px;
    border-radius: 50px;    
}
@media screen and (max-width: 1260px) {
    .faq-detail-icon{
        width: 4vw;
        height: 4vw;
    }
    .faq-detail-icon span{
        width: 0.3vw;
        height: 2.5vw;
        top: calc((100% - 2.5vw) / 2);
        left: calc((100% - 0.3vw) / 2);
    }
}

@media screen and (max-width: 1080px) {
    .faq-category,.faq-detail-wrap,
    .faq-title{
        width: 288vw;
        max-width: 90%;
    }
    .faq-category h2:before, .faq-category h2:after{
        width:24vw;
    }
    .faq-category{
        padding:4.6vw 0;
    }
    .faq-category-flex {
        flex-direction: column;
    }
    .faq-category-content{
        width: 100%;
    }
    .faq-category-small p{
        padding-left: 0.2vw;
    }
    .faq-detail-content-box label{
        padding: 2.1vw 2.1vw 2.1vw 2.1vw;
    }
    .faq-category-small{
        padding: 2.1vw 0.2vw;
    }
    .big-box{
        width: 100%;
        margin-top: 16px;
    }
    .big-box-all {
        justify-content: flex-start;
    }
}
@media all and (-ms-high-contrast: none) and (max-width: 1080px) {
    .faq-detail-content-box label{
        padding: 2.1vw 2.1vw 2.1vw 2.1vw;
    }
}
@media screen and (max-width: 980px) {
    .big-box01, .big-box02, .big-box03{
        width: 33%;
    }
    .faq-category h2:before, .faq-category h2:after{
        width: 8.6vw;
    }
    .sub-title-senction br{
        display: none;
    }
    .sub-title-senction p,
    .faq-category-small p,
    .big-box-all span{
        font-size: 2.1vw;
    }
    .faq-detail-content-box label::after{
        margin: 1.4vw 3.2vw 3.2vw 0;
    }
    .faq-detail-wrap h3{
        font-size: 3.2vw;
    }
    .support-box{
        width: 261vw;
        max-width: 100%;
        padding:0;
    }
    .support-box-content{
        padding: 8vw 2.1vw;
    }
    .support-box-content-left{
        padding-left:2.1vw;
    }
    .support-box-content-right img{
        width: 40vw;
    }
    .support-box h2:before,
    .support-box h2:after{
        width:35vw;
    }   
    .support-box-contact{
        margin: 0 auto;
        width: 40vw;
        padding: 6vw 0;
    }
}
@media all and (-ms-high-contrast: none) and (max-width: 980px) {
    .big-box-all {
        justify-content: space-between;
    }
    .small-box,
    .small-box2{
        margin-right: 6px;
        margin-left: 0;
    }
    .small-box + .small-box,
    .small-box2 + .small-box2{
        margin-right: 0;
        margin-left: 6px;
    }
}
@media screen and (max-width: 680px) {
    .faq-category-small {
        height: auto;
    }
    .big-box{
        width: 100%;
        padding: 4.2666vw;
        margin-top: 4.26666vw;
    }
    .sub-title h1 span{
        font-size: 2.8vw;
    }
    .sub-title h1 {
        line-height: 4.8vw;
    }     
    .topRight{
        height: 80px;
        margin-right: 50%;
    }
    .topLeft{
        height: 80px;
        margin-left: 20%;       
    }    
    .sub-title-senction {
        padding: 0;
    }
    .faq-category h2{
        font-size: 3.8vw;
    }
    .faq-category-small{
        display: block;
    }
    .faq-category-small p{
        padding-left: 0;
        text-align: center;
    }
    .faq-category-small img{
        display: block;
        margin:0 auto 2.1vw auto;
    }
    .faq-category-small p,
    .big-box-all span,
    .sub-title-senction p,
    .faq-detail-content-box label,
    .boxshow p{
        font-size: 3.2vw;
    }
    .support-box-contact .contact-btn {
        width: 100%;
    }
    .contact-btn{
        line-height: 7.3vw;
        padding:3.2vw 0;
    }
    .faq-detail-content-box label::after{
        margin: 3.2vw 3.2vw 3.2vw 0;
    }
    .faq-detail-content-box label{
        padding: 2.1vw;
    }
    .faq-detail-content-box label p{
        width: calc(100% - 14vw);
        margin:0  auto;
    }
    .faq-detail-wrap h3{
        font-size: 4.2vw;
    }
    .faq-title h1{
        font-size: 6vw;
    }
    .faq-detail{
        margin-top: 8vw;
        padding-bottom: 8vw;
    }
    .faq-detail-wrap:first-child{
        padding-top: 8vw;
    }    
    .faq-detail-wrap{
        padding: 8vw 0 0 0;
    }
    .faq-detail-icon{
        width: 8vw;
        height: 8vw;
    }
    .faq-detail-icon span{
        height: 4vw;
        width: 0.8vw;
        top: calc((100% - 4vw) / 2);
        left: calc((100% - 0.8vw) / 2);
    }
    .bigBoxIcon{
        width: 15vw;
        height: 15vw;
    }
    .big-box01 a,
    .big-box02 a,
    .big-box03 a {
        width: 15vw;
        height: 15vw;
    }
    .big-box01 a::before,
    .big-box02 a::before,
    .big-box03 a::before {
        content: none;
    }
        
    .big-box01 p,
    .big-box02 p,
    .big-box03 p {
        margin-top: 6px;
    }

    .faq-title {
        width: 288vw;
        max-width: 80%;
        margin:-8vw auto 0 auto;
        text-align: center;
    }
    .faq-title h2{
        font-size: 4.8vw;
    }
    .faq-detail-wrap h3::before{
        margin-right: 2.1vw;
    }  
    .faq-category-small a{
        display: block;
    }    
    .faq-detail-content-box .boxshow p.attachment{
        display: block;
    }
    .boxshow p img{
        width: 60vw;
        display: block;
        margin:0 auto;
    }       
    .faq-recorder{
        display: block;
    }   
    .support-box-txt p{
        font-size: 3.2vw;       
    }
    .support-box-contact p{
        font-size: 3.2vw;  
    }
    .support-box-contact{
        width: 68vw;
        padding: 6.4vw;
        margin: 2.1vw auto;
    }
    .contact-btn{
        width: 55vw;
        font-size: 3.8vw;
    }
    .support-btn{
        width: 100%;
    }
    .contact-tell{
        letter-spacing: 0;
    }
    .support-box-contact img{
        vertical-align: bottom;
    }
    .support-box-content-left p.title{
        font-size: 3.2vw;
        text-align: center;
    }  
    .support-box-content{
        display: block;
        padding:0;
    } 
    .support-box h2:before, .support-box h2:after{
        width: 20vw;
    }   
    .support-box h2{
        font-size: 3.8vw;
    } 
    .support-box-txt{
        padding-top: 2.1vw;
    } 
    .sub-title-section p{
        padding: 2.1vw 0 4.2vw 0;
    }
    .faq-detail-content-box .boxshow {
        padding: 0 1.6vw;
    }
    .boxContent:checked + .boxshow {
        padding: 0 1.6vw 1.6vw;
    }
    .boxContent:checked + .boxshow p {
        padding: 4.2666vw;
    }
}

@media screen and (min-width: 1550px) {
    .faq-detail-icon{
        width: 45px;
        height: 45px;
    }
    .faq-detail-icon span{
        height: 30px;
        top: calc((100% - 30px) / 2);
    }
}

/**********************

FAQ-EduMall－Information

***********************/

.faq-edumall-information-txt {
  color: red;
}