@charset "shift_jis";

/*------------------------------------------------
layout
-------------------------------------------------*/

/* ↓カウント用*/
body {
	counter-reset: number 0;
}



.keyimgBox {
	/*background-color: #02050b; キーイメージの左右に色付けたい時用*/
	margin-bottom: 60px;
}

@media screen and (max-width:767px) {
	.keyimgBox {
		margin-bottom: 30px;
	}
}

.keyimgBox>div {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}


.keyimgBox>div a img:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

@media screen and (max-width:767px) {
	.keyimgBox>div {
		width: 100%;
	}
}

@media screen and (max-width:767px) {
	.container {
		width: 90%;
	}
}


/*----------------------
h2 見出しの上書き
----------------------*/

h2 {
	position: relative;
	margin-bottom: 1em;
	border-bottom: 3px solid #ccc;
	border-left: 11px solid #28865b;
	font-size: 1.9rem;
	font-weight: normal;
	padding-left: 10px;
	color: #28865b;
	font-weight: 700;
	line-height: 1.4;
	padding-top: 10px;
}

h2::after {
	content: '';
	display: block;
	position: absolute;
	bottom: -3px;
	width: 400px;
	height: 0;
	border-top: 3px solid #28865b;
	margin-left: -9px;
}

@media screen and (max-width:767px) {
	h2 {
		font-size: 1.8em;
	}

	h2::after {
		/* スマホサイズ */
		content: '';
		display: block;
		position: absolute;
		bottom: -3px;
		width: 50%;
		height: 0;
		border-top: 3px solid #28865b;
		left: -2px;
	}
}


/*----------------------
h3 見出しの上書き
----------------------*/

h3 {
	font-size: 1.5rem;
	color: #28865b;
	font-weight: 700;
	border-bottom: 2px solid #cccccc;
	margin-bottom: 20px;
}



h3.episode_ttl {
	display: flex;
	gap: 1rem;
	align-items: center;
	position: relative;
	overflow: hidden;
	padding: 0.5rem 0 0 160px;
	background: #f7f3df;
	border: none;
}

h3.episode_ttl:before {
	position: absolute;
	content: '';
	top: -150%;
	left: -50px;
	width: 180px;
	height: 300%;
	transform: rotate(25deg);
	background: #28865b;
}

h3.episode_ttl span.episode {
	position: absolute;
	display: block;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	z-index: 1;
	/* font-size: 30px; */
	padding-left: 16px;
	color: #fff;
}


h3:after {
	background-color: #28865b;
	font-size: 1.2rem;
	border-top: 1px solid #28865b;
	bottom: -2px;
}

.merit_box {
	background: #f7f3df;
	padding: 1rem;
	border-radius: 1rem;
}

h3.merit_ttl {
	color: #6fa386;
	border: none;
	margin-bottom: 10px;
}


h3.merit_ttl:after {
	background: transparent;
	border: none;
}

h3 .merit {
	color: #6fa386;
	background-color: #6fa386;
	color: #fbfffd;
	font-size: 0.7em;
	border-radius: 03em;
	padding: 0.3em 0.8em;
	margin-right: 1em;
	vertical-align: middle;
}

h4 {
	font-size: 1.3rem;
	border-left: 7px solid #28865b;
	padding-top: 5px;
	color: #28865b;
	font-weight: 800;
}


/*----------------------
ボタンカラーの上書き
----------------------*/
.btnRed {
	background: #d3333c;
	box-shadow: 0 10px 9px 0 rgba(0, 0, 0, .2);
}

.btnRed:hover {
	opacity: 0.70;
	box-shadow: none;
}

.btnBlue {
	background: #28865b;
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .1);
}

.btnBlue:hover {
	background: #28865ba3;
	box-shadow: none;
}


/*----------------------
リンク タグの上書き
----------------------*/
a.underLine {
	color: #28865b;
}




/*----------------------
ページ内リンク
----------------------*/

.NavBox {
	background: #f7f3df;
	padding: 1rem;
	border-radius: 10px;
	/* border: solid 5px #518fc0; */
}

@media screen and (max-width:767px) {

	/*スマホサイズ*/
	.NavBox {
		padding-left: 0;
		margin: 0 auto;
	}
}

.groupNav {
	padding: 0.7em 0;
}

.groupNav:after {
	content: "";
	clear: both;
	display: block;
}

.groupNav li {
	float: left;
	text-indent: 0;
	padding-left: 1.5em !important;
}

.groupNav li {
	width: auto;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}

ul.groupNav a {
	color: #28865b;
	font-weight: 700;
	text-decoration: none;
	background: none;
}

.tLink-a {
	position: relative;
	display: block;
	padding-left: 20px;
}

.tLink-a:before {
	content: '';
	width: 14px;
	height: 14px;
	background: #28865b;
	border-radius: 2px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -7px;
}

.tLink-a:after {
	content: '';
	width: 5px;
	height: 5px;
	border: 0px;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: 3px;
	margin-top: -3px;
}


/*---------------------------
ボックスの装飾
---------------------------*/
dl.BOX {
	border: solid #aedab2 3px;
	border-radius: 8px;
	padding: 20px;
}


dl.BOX dt {
	font-weight: 800;
	font-size: 1.2rem;
	padding-bottom: 10px;
}


/*悩みの装飾*/

ul.worries {
	background: #f2f2f2;
	padding: 20px;
	border-radius: 10px;

}

/*---------------------------
スマホサイズテーブルの上書き
---------------------------*/

@media screen and (max-width:767px) {

	/*スマホサイズ*/
	.scrollBox table {
		width: 153.5%;
	}

}

/*---------------------------
●リスト
---------------------------*/
ul.disc_list {}

ul.disc_list li,
di.disc_list dt {
	display: inline-block;
	padding-bottom: 15px;
	padding-left: 1em;
	text-indent: -1em;
}

ul.disc_list li {
	margin-right: 20px;
}


ul.disc_list_block li {
	padding-left: 10px;
	display: block;
	padding-bottom: 15px;
	padding-left: 1em;
	text-indent: -1em;
}

ul.disc_list li:before,
ul.disc_list_block li:before,
dl.disc_list dt:before {
	content: "●";
	color: #ffc000;
}


dl.disc_list dt {
	font-weight: 800;
	font-size: 1.15rem;
	padding-left: 1em;
	text-indent: -1em;
}

dl.disc_list dd {
	padding-bottom: 20px;
}


ul.disc li {
	display: flex;
	align-items: center;
	margin-left: 0;
	margin-bottom: 1rem;
}

ul.disc li::before {
	content: "";
	width: 0.6em;
	height: 0.6em;
	background-color: #81b594;
	border-radius: 50%;
	margin-right: 1em;
	flex-shrink: 0;
}

.disc_box {
	background-color: #e5f1dd;
	border-radius1rem;
	padding: 1rem;
	border-radius: 1rem;
}


/*---------------------------
お問い合わせ
---------------------------*/
.infoBOX {
	background: #f2f2f2;
	padding: 20px;
	border-radius: 8px;
}

.infoBOX h4 {
	color: #333;
	font-weight: bold;
	border-left: none;
	padding-left: 0;
}

.infoBOX h4:before {
	content: "●";
	color: #ffc000;
}


.infoBOX h5 {
	font-weight: bold;
	font-size: 1.15rem;
	border-left: none;
	padding-left: 0;
}


/*---------------------------
メリット
---------------------------*/

dl.merit_list {}


dl.merit_list dt {
	background: #ffc000;
	padding: 5px 10px;
	color: #fff;
	display: inline-block;
}



dl.merit_list dd {
	padding: 10px 0 20px 0;
	margin-bottom: 20px;
	border-bottom: dashed #ccc 1px;
}





dl.merit_list dd:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}


/*----------------*
* 団体情報
*----------------*/
.info {
	box-sizing: border-box;
	padding: 25px;
	border-radius: 1rem;
	background-color: #f2f8f5;
}

.info_name {
	margin: 0 0 15px;
	padding-bottom: 10px;
	border-bottom: 2px solid #28865b;
	color: #28865b;
	font-size: 1.2em;
	font-weight: bold;
}

.info ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.info li {
	display: flex;
	padding: 10px 0;
	border-bottom: 1px solid #d3e5dc;
	line-height: 1.7;
}

.info li:last-child {
	border-bottom: none;
}

.label {
	flex-shrink: 0;
	width: 120px;
	color: #285c43;
	font-weight: bold;
}

.info a {
	color: #176b46;
	text-decoration: underline;
	overflow-wrap: anywhere;
}

.info a:hover {
	color: #c45135;
	text-decoration: none;
}


/* スマートフォン */
@media screen and (max-width: 767px) {

	.info {
		padding: 20px;
	}

	.info li {
		flex-direction: column;
	}

	.label {
		width: auto;
		margin-bottom: 2px;
	}
}



/*--------------------------
step
--------------------------*/
dl.step_box,
dl.step_box_last {
	position: relative;
	border-radius: 1rem;
	padding: 1rem;
	border: 3px solid #cee5d9;
	border-color: #c7dfd2;
	background-color: #fff;
	margin-bottom: 3rem;
}


dl.step_box:after,
dl.step_box_last:after {
	content: " ";
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left: -30px;
	width: 0;
	height: 0;
	border-top: 30px solid #cee5d9;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	z-index: 5;
}


dl.step_box_last:after {
	border-top: 30px solid transparent;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
}


dl.step_box dt,
dl.step_box_last dt {
	display: flex;
	align-items: center;
	gap: 1rem;
	font-weight: 800;
	color: #28865b;
	font-size: 1.3rem;
	margin-bottom: 1rem
}


dl.step_box dt span.step,
dl.step_box_last dt span.step {
	font-weight: bold;
	background-color: #f3d477;
	color: #28865b;
	border-radius: 999px;
	padding: 5px 15px;
	display: inline-block;
}