@charset "utf-8";

	/*.l_main
	--------------------*/

	/*共通
	--------------------*/

	.pagetitleArea .pagetitleArea__inner,
	.contentArea .contentArea__inner{
		padding: 0 4.392%;
	}
	@media screen and (max-width: 767px){
		.pagetitleArea .pagetitleArea__inner,
		.contentArea .contentArea__inner{
			padding: 0 10px;
		}
	}

/*.pagetitleArea
--------------------*/
.pagetitleArea{
	margin-top: 181px;
}
.pagetitleArea .pagetitleArea__pagetitle{
	text-align: center;
}
.pagetitleArea .pagetitleArea__titleh2{
	font-family: 'Rubik';
	font-size: 5.8rem;
	color: #006e5c;
}
.pagetitleArea .pagetitleArea__titleh2:first-letter{
	color: #40bf8b;
}
.pagetitleArea .pagetitleArea__titlep{
	font-size: 1.8rem;
	line-height: 1.7777;
}
.pagetitleArea .pagetitleArea__titlep::after{
	display: block;
	height: 4px;
	background-color: #40bf8b;
	content: " ";
	width: 50px;
	margin: 0 auto;
	margin-top: 10px;
}
@media screen and (max-width: 767px){
	.contentTitle{
		margin-left: 25px;
	}
	.contentTitle::after{
		width: 38px;
		height: 70px;
		margin: -5px 0 0 40px;
	}
	.pagetitleArea{
		margin-top: 100px;
	}
	.pagetitleArea .pagetitleArea__titleh2{
		font-size: 4.2rem;
	}
}

/*.contentArea
--------------------*/
.contentArea{
	margin: 60px 0 100px;
	font-size: 1.4rem;
	line-height: 1.714;
}
.contentArea .contentArea__contents{
	position: relative;
	padding: 60px 13.018%;
	background-color: #fff;
	border-radius: 15px;
}
.p_text{
	font-size: 1.4rem;
	line-height: 1.714;
	position: relative;
	z-index: 5;
}
.notelist {
	margin-top: 15px;
}
.notelist > li {
	position: relative;
	text-align: left;
	padding-left: 15px;
}
.notelist > li + li {
	margin-top: 10px;
}
.notelist > li:before {
	content: "※";
	position: absolute;
	top: 0;
	left: 0;
}
.col_box{
	position: relative;
	z-index: 5;
	margin: 0 -25px;
	display: flex;
	flex-wrap: wrap;
}
.box_cell{
    width: 50%;
    padding: 30px 25px 0;
}
.box_cell > p{
	position: relative;
	color: #fff;
	background-color: #000;
}
.box_cell > p a:after{
	content:"";
	position:absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto 0;
	width:10pt;
	height:6pt;
	border:1pt solid #fff;
	transform: perspective(9px) rotateX(60deg);
	border-left:0pt;
	border-top:0pt;
}
.box_cell > p > a{
	display: block;
	padding: 19px 40px 19px 20px;
	text-decoration: none;
}
.box_cell > p > a:hover{
	background-color: #40bf8b;
	transition: all 0.3s;
}
@media screen and (max-width: 922px){
	.box_cell{
    width: 100%;
	}
}

.contentArea .contentsArea__bottom{
	padding: 0 13.018%;
}
.contentArea .contentArea__link{
	margin-top: 15px;
	margin-left: 15px;
}
.contentArea .contentArea__link > li{
	position: relative;
	padding-left: 2em;
	color: #40bf8b;
}
.contentArea .contentArea__link > li a:before {
	content:"";
	position:absolute;
	top: 7px;
	left: 0;
	width:10pt;
	height:4pt;
	border:1pt solid #40bf8b;
	transform: perspective(10px) rotateX(60deg);
	border-left:0pt;
	border-top:0pt;
}
.contentArea .contentArea__link > li > a {
	text-decoration: none;
	display: inline-block;
}
.contentArea .contentArea__link > li > a:hover {
	opacity: 0.5;
	transition: all 1s;
}

@media screen and (max-width: 767px){
	.contentArea .contentsArea__bottom{
		padding: 0 15px;
	}
	.contentArea .contentArea__contents{
		padding: 60px 15px;
	}
	.contenttitle_logo::before{
		width: 38px;
		height: 70px;
		margin-left: -15px;
	}
}