@charset "UTF-8";
/****共通ここから****/
h3 {
	height: 150px;
	padding-top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 24px;
}
.h2-01 {
	color: #fff;
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	padding: 30px 0;
	max-width: 1000px;
	margin: 20px auto;
	;
}
.h2-01 span {
	margin: 0 auto 40px;
}
.h2_s {
	background: url("../images/sym_bg01.png");
	background-size: cover;
}
.h2_k {
	background: url("../images/sym_bg02.png");
	background-size: cover;
}
.h2_g {
	background: url("../images/sym_bg03.png");
	background-size: cover;
}
.h2_z {
	background: url("../images/sym_bg04.png");
	background-size: cover;
}
.h2_a {
	background: url("../images/sym_bg00.png");
	background-size: cover;
}
.h2_t {
	background: url("../images/sym_bg07.png");
	background-size: cover;
}
.h2_n {
	background: url("../images/sym_bg05.png");
	background-size: cover;
}
.h2_b {
	background: url("../images/sym_bg06.png");
	background-size: cover;
}
.h2_00 {
	background: url("../images/sym_bg08.png");
	background-size: cover;
}
.h2_wrap h2 {
	margin: 20px auto;
}
.circle {
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #232770;
	text-align: center;
	line-height: 40px;
	margin: 20px auto;
	color: #fff;
	font-size: 15px;
}
.circle02 {
	display: block;
	width: 70px;
	height: 40px;
	border-radius: 40px;
	background: #232770;
	text-align: center;
	line-height: 40px;
	margin: 20px auto;
	color: #fff;
	font-size: 15px;
}
.acc_link {
	text-align: center;
	text-decoration: underline;
	font-size: 19px;
	margin: 15px 0;
	font-weight: bold;
}
.acc_link:hover {
	opacity: 0.8;
}
/****共通ここまで****/
.no_mt {
	margin-top: 0;
}
.sym_wrap {
	padding: 40px 20px 50px;
	background: #f0f2f3;
}
.accbox {
	max-width: 600px;
	width: 100%;
	margin: 0 auto;
}

.nayami_txt{
	font-size: 25px;
    line-height: 1.8;
    font-weight: bold;
    text-align: center;
    margin-top: 25px;
}

.akirame ul {

    margin: 20px auto 50px;
}



.acc_wrap{
	border: 4px solid #232770;
	margin-bottom: 20px;
}


/*ラベル*/
.accbox label {
	/*margin: 5px 0;*/
	padding: 20px;
	font-weight: bold;
	background: #fff;
	/*cursor: pointer;*/
	transition: all 0.3s;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 17px;
	z-index: 1;
	position: relative;
	line-height: 1.8;
}
.accbox label:not(:first-of-type) {
	margin-top: 15px;
}
/*アイコンを表示*/
/*.accbox label::after {
	content: url("../images/sym_open.png");
}*/
/*ラベルホバー時*/
/*.accbox label:hover {
	background: #cfd1f4;
}*/
/*チェックは隠す*/
.accbox input {
	display: none;
}
/*中身を非表示にしておく*/
/*.accbox .accshow {
	height: 0;
	padding: 0;
	overflow: hidden;
	opacity: 0;
	transition: 0.5s;
}*/
/*クリックで中身表示*/
.cssacc/*:checked*/ + label + .accshow {
	height: auto;
	background: #fff;
	opacity: 1;
	margin-top: -5px;
}
.accbox .accshow p {
	margin: 15px 10px;
}
.accbox .accshow span {
	color: red;
}
/*アイコンを入れ替える*/
/*.cssacc:checked + label::after {
	content: url("../images/sym_close.png");
	transition: 0.5s;
}*/
.cssacc/*:checked*/ + label + .accshow dl:first-of-type dt {
	background: #dee6f6;
	padding: 24px 0 20px;
	font-weight: bold;
	text-align: center;
}
.cssacc/*:checked*/ + label + .accshow dl:last-child dt {
	background: #e5f2d7;
	padding: 20px 0;
	font-weight: bold;
	text-align: center;
}
.cssacc/*:checked*/ + label + .accshow dl:first-of-type dd, .cssacc/*:checked*/ + label + .accshow dl:last-child dd {
	padding: 15px 20px 30px 20px;
	line-height: 1.6;
}
@media screen and (max-width: 600px) {
	h3 {
		height: 115px;
	}
	.h2-01 {
		font-size: 20px;
		padding: 20px 0 25px;
	}
	.h2-01 span {
		width: 19px;
		margin-bottom: 20px;
	}
	.h2_s {
		background: url("../images/sym_bg01_sp.png");
		background-size: cover;
	}
	.h2_k {
		background: url("../images/sym_bg02_sp.png");
		background-size: cover;
	}
	.h2_g {
		background: url("../images/sym_bg03_sp.png");
		background-size: cover;
	}
	.h2_z {
		background: url("../images/sym_bg04_sp.png");
		background-size: cover;
	}
	.h2_a {
		background: url("../images/sym_bg00_sp.png");
		background-size: cover;
	}
	.h2_t {
		background: url("../images/sym_bg07_sp.png");
		background-size: cover;
	}
	.h2_n {
		background: url("../images/sym_bg05_sp.png");
		background-size: cover;
	}
	.h2_b {
		background: url("../images/sym_bg06_sp.png");
		background-size: cover;
	}
	.h2_00 {
		background: url("../images/sym_bg08_sp.png");
		background-size: cover;
	}
	.accbox label:not(:first-of-type) {
		margin-top: 10px;
	}
	.accbox label {
		font-size: 15px;
		    background: #232770;
    color: #fff;
	text-align: center;
    display: block;

	}
	.cssacc:checked + label + .accshow dl:first-of-type dt, .cssacc:checked + label + .accshow dl:last-child dt {
		font-size: 15px;
	}
	.sym_wrap {
		padding: 25px 20px 35px;
	}
	
	.nayami_txt{
	font-size: 17.5px;
    padding: 0 20px;
	}
}
/* ▼▼ 画面サイズ / SP ▼▼ */
@media screen and (max-width: 420px) {}
/* ▼▼ 画面サイズ / SP(SE/5など個別調整必要なときのみ) ▼▼ */
@media screen and (max-width: 320px) {
	.accbox label {
		font-size: 14px;
	}
	
		.nayami_txt{
	font-size: 15.5px;
	}
	
	
	
}
