@charset "UTF-8";
/* CSS Document */

.wrap_cms {
max-width: 960px;
margin-left: auto;
margin-right: auto;
}

ul, ol, dl,dt,dd,div,ol,ul,li,figure,figcaption {
padding: 0;
margin: 0;
}



body#wrap {
margin: 0;
}
#gakku_body{
background-color: #fff;
}
#gakku{
max-width: 1200px;
@media (768px <= width) {margin-inline: auto;}/* 768px以上 */
}

#gakku .heading-title{
background: #e4eef8;
color: #3d4ec7;
font-weight: bold;
font-size: 14px;
line-height: 25px;
text-indent: 10px;
}

.faq{
margin-bottom: 20px;
@media (768px <= width) {margin-bottom: 70px;}/* 768px以上 */
}
/***********************/
.toggle_contents {
margin-bottom: 20px;
}
.toggle_titel_box{
position: relative;
}

.toggle_btn {
position: absolute;
top: 16px;
right: 0px;
transform: translateY(-50%);
-ms-transform: translateY(-50%);
display: block;
width: 24px;
height: 24px;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
border-radius: 4px;
cursor: pointer;
}
.toggle_ttl_box .toggle_btn {
position: absolute;
top: 50%;
right: 10px;
transform: translateY(-50%);
-ms-transform: translateY(-50%);
background: #0052a4;
display: block;
width: 24px;
height: 24px;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
border-radius: 4px;
}

.toggle_btn:before, .toggle_btn:after {
display: block;
content: '';
background-color: #666;
position: absolute;
width: 10px;
height: 2px;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
}

.toggle_ttl_box{
position: relative;

font-weight: bold;
font-size: 22px;
line-height: 60px;
border-left: 3px solid #37af37;
background-color: #F0F8F1;
padding-left: 10px;
padding-right: 10px;
margin-bottom: 30px;
color: #000;
}
.toggle_title{
padding-inline: 20px;
}
.toggle_title_q{
color: #069;
font-weight: bold;
font-size: 14px;
position: relative;
padding-right: 20px;
margin-left: 0px !important;
cursor: pointer;

}

/*
.toggle_title_q:before {
font-weight: bold;
display: inline-block;
font-family: 'Noto Sans JP',"游ゴシック",YuGothic,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
content: 'Q';
color: var(--main-bg);
font-size: 24px;
margin-right: 4px;
position: absolute;
top:-6px;
left:0px;

}*/

.toggle_btn:before {
width: 2px;
height: 10px;
}
.toggle_ttl_box.selected .toggle_btn:before,
.toggle_title.selected .toggle_btn:before {
content: normal;
}
.toggle_contents dd {
display: none;
}
.qa .toggle_contents dd {
display: block;
}


.toggle_title_a{
position: relative;
margin-left: 0px !important;

}

/*
.toggle_title_a:before {
font-weight: bold;
display: inline-block;
font-family: 'Noto Sans JP',"游ゴシック",YuGothic,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
content: 'A';
color: var(--main-bg);
font-size: 24px;
margin-right: 4px;
position: absolute;
top:-6px;
left:0px;
}*/
.toggle_contents_dd_inner {
padding: 20px;

}





@media (992px <= width) {
	.toggle_w{
	display:flex;
	align-items:flex-start;
	flex-wrap:wrap;
	padding-inline: 10px;
	}
	.toggle_w .toggle_contents{
	width: calc(97% / 3 );
	margin-right: 1%;
	}

	.toggle_w .toggle_contents dd {
	width: 100vw;
	margin: 0;
	position: absolute;
	left: 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	background: #fff;
	z-index: 2;
	}


}/* 992px以上 */

.toggle_w .toggle_contents dd {
background-color: #fff;
margin: 0;
}

.toggle_title{
border-bottom: 1px solid #069;

}

.toggle_w ul li{
padding-left: 1em;
}



.toggle_w ul li input[type="checkbox"] {
margin: 0 8px 0 -20px;
transform: scale(1.5) translateY(2px);
}

.toggle_w .toggle_contents dd ul{
margin-inline: auto;
margin-block: 0;
text-align: center;
display:flex;
align-items:flex-start;
flex-wrap:wrap;
max-width: 900px;
width: 100%;
padding: 0;
@media (768px <= width) {padding-left: 2em;}
}


.toggle_title_a > ul > li{
width: 14em;
@media (992px <= width) {display: inline-block;
width: 30%;
}/* 992px以上 */
margin-bottom: 1em;
text-align: left;
}

a.btn_gakku_search{
border-radius: 5px;
border-width: 2px 2px 2px 2px;
border-style: solid;

box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.5);
margin-inline: auto;
display: table;
text-align: center;
color: #fff;
background-color: #786534CC;
font-family: "Roboto", Sans-serif;
font-size: 22px;
font-weight: 500;
letter-spacing: 3.7px;
width: 50%;
padding: 20px;
}

a.btn_gakku_search:not(:hover) {color:#fff;text-decoration:none;}
a.btn_gakku_search:hover{color:#fff;text-decoration:none;opacity: 0.5;}

.btn_posi01{margin-top: 30px;}

@media (992px <= width) { }/* 992px以上 */





