@charset "utf-8";

/*===============================================
 *	下層タイトル
===============================================*/
#second-visualcontents h1 span::before {width: 70%;}
@media only screen and (max-width: 568px) {
#second-visualcontents h1 span::before {width: 78%;}
}
/*===============================================
 *	見出し
===============================================*/
.basic-hdttl {font-size: 28px;text-align: center;padding: .6em 1em;}
.faq-subhd_ttl {background: #17a5d3;border-radius: 60px;color: #fff;font-size: 24px;font-weight: bold;text-align: center;padding: 5px 10px;margin-bottom: 1em;}
@media only screen and (max-width: 768px) {
.basic-hdttl {font-size: 26px;}
.faq-subhd_ttl {font-size: 18px;}
}
@media only screen and (max-width: 568px) {
.basic-hdttl {font-size: 20px;}
.faq-subhd_ttl {font-size: 16px;}
}

/*===============================================
 *	contents_box
===============================================*/
.basic-notebox {margin-bottom: 4vw;}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 568px) {
.basic-notebox {margin-bottom: 8vw;}

}






