@charset "utf-8";

/*PCSP共通設定*/
html {scroll-behavior: smooth;}/*smooth scroll*/
#wrapper {line-height: 1.6;}
#pc_header {margin-bottom: 0!important;}
main article {
	background: rgba(27, 65, 142, 0.1);
	font-family: "Noto Sans JP", "Helvetica Neue", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
main article img {
	width: 100%;
	height: auto;
}
.fc_blue {color: rgba(27, 65, 142, 1)}

/*759px以下*/
@media screen and (max-width: 759.9px) {
.spnone{display:none;}

/* CSS */
/*#dirPathBlock,
#anchorLinkBlock {margin: 1% 1% 0 1%;}
#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}*/
h1 {
	width: 100%;
	margin: 0 auto;
	padding: 25px 0;
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	background: rgba(27, 65, 142, 1);
}
h2 {
	margin: 0 auto 25px;
	font-size: 20px;
	text-align: center;
}
h3 {
	width: fit-content;
	margin: 0 auto 10px;
	padding-bottom: 5px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: rgba(27, 65, 142, 1);
	border-bottom: 3px solid #fdb500;
}
.inner{
	width: 94%;
	margin: 0 3%;
	padding: 24px 0;
	box-sizing: border-box;
	font-size: 16px;
}

/*qa*/
#qanda_box dl {
	margin-bottom: 3%;
	padding: 15px;
    background: #fff;
    position: relative;
	border-radius:10px;
}
#qanda_box dt {
	font-size: 16px;
    padding: 0 0 0 50px;
    line-height: 1.6;
    width: 100%;
    text-align: left;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
}
#qanda_box dt h4 {font-weight: bold}
#qanda_box dt:before,
#qanda_box dd:before {
	content: "Q";
    position: absolute;
    left: 0;
    background: #333;
    width: 35px;
    height: 35px;
    text-align: center;
    font-size: 13px;
    color: #FFF;
	font-weight: bold;
    text-indent: 0;
	border-radius:20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#qanda_box dt:before {
	color: rgba(27, 65, 142, 1);
	background: #fdb500;
}
#qanda_box dd:before {
	color: rgba(27, 65, 142, 1);
    border: 2px solid rgba(27, 65, 142, 1);
    background: #FFF;
    box-sizing: border-box;
}
#qanda_box dd {
	position: relative;
    font-size: 16px;
    line-height: 1.6;
    margin-top: 10px;
    padding: 10px 0 10px 50px;
}
#qanda_box dd:before {content: "A";}



}

/*760px以上*/
@media screen and (min-width: 760px),print {
.pcnone{display:none;}

/* CSS */
/*#dirPathBlock,
#anchorLinkBlock{
	width: 100%;
	max-width:1080px;
	min-width:760px;
	margin: auto;
}
#dirPathBlock,
#anchorLinkBlock {
	width: 100%;
	margin: 0 auto;
	display: block;
	font-size: 12px;
}
#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}*/
h1 {
	width: 100%;
	margin: 0 auto;
	padding: 75px 0;
	font-size: 48px;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	background: rgba(27, 65, 142, 1);
}
h2 {
	margin: 0 auto 50px;
	font-size: 40px;
	text-align: center;
}
h3 {
	width: fit-content;
	margin: 0 auto 25px;
	padding-bottom: 5px;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	color: rgba(27, 65, 142, 1);
	border-bottom: 5px solid #fdb500;
}
.inner{
	width: 100%;
	max-width:1080px;
	min-width:760px;
	margin: 0 auto;
	padding:50px 0;
	font-size: 24px;
}

/*qa*/
#qanda_box dl {
	margin-bottom: 2%;
	padding: 25px;
    background: #fff;
    position: relative;
	border-radius:10px;
}
#qanda_box dt {
	font-size: 22px;
    padding: 0 0 0 50px;
    line-height: 1.6;
    width: 100%;
    text-align: left;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
}
#qanda_box dt h4 {font-weight: bold}
#qanda_box dt:before,
#qanda_box dd:before {
	content: "Q";
    position: absolute;
    left: 0;
    background: #333;
    width: 35px;
    height: 35px;
    text-align: center;
    font-size: 18px;
    color: #FFF;
	font-weight: bold;
    text-indent: 0;
	border-radius:20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#qanda_box dt:before {
	color: rgba(27, 65, 142, 1);
	background: #fdb500;
}
#qanda_box dd:before {
	color: rgba(27, 65, 142, 1);
    border: 2px solid rgba(27, 65, 142, 1);
    background: #FFF;
    box-sizing: border-box;
}
#qanda_box dd {
	position: relative;
    font-size: 22px;
    line-height: 1.6;
    margin-top: 10px;
    padding: 10px 0 10px 50px;
}
#qanda_box dd:before {content: "A";}

}