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

ul.inner_menu_list.spc_103{
	padding: 0 30px;
}
ul.inner_menu_list.spc_103 li{
	width: 48%;
}
ul.inner_menu_list.spc_103 li a{
	background-color: rgba(79, 113, 107, 0.5);
		background-color: rgba(43,134,118,0.8);
		color: #ffffff;
		font-size: 17px;
		font-weight: 500;
		letter-spacing: 0.1em;
	border: none;
}
ul.inner_menu_list.spc_103 li a:hover{
	background-color: rgba(43,134,118,1);
}

/*----------------------------------------------------------------*/
/*---sec_trial_promotion-------------------------------------------------------------*/

div#sec_trial_promotion{
	width: 100%;
}

img{
	max-width: 100%;
}

/*----------------------------------------------------------------*/
/*---cnt_wrap-------------------------------------------------------------*/

div.cnt_wrap{
	margin-top: 60px;
}
div.cnt_wrap:nth-child(2){
	margin-top: 0;
}

/*---cnt_wrap-------------------------------------------------------------*/

div.cnt_wrap div.title{
	margin-bottom: 20px;
}
div.cnt_wrap div.title b{
	background-color: rgba(0,0,0,0.04);
  color: #009a7a;
	font-size: 18px;
	padding: 11px 16px;
	border-left: 4px #009a7a solid;
}

/*---text-------------------------------------------------------------*/

div.cnt_wrap div.text{
}
div.cnt_wrap div.text:first-child{
	margin-top: 0;
}

div.cnt_wrap div.text h2{
font-size: 20px;
font-weight: 600;
}

div.cnt_wrap div.text h3{
		background-color: rgba(0,154,122,0.03);
		color: rgba(0,154,122,1.0);
font-size: 16px;
font-weight: 600;
padding: 6px 11px;
margin-top: 10px;
border: 1px rgba(0,154,122,0.4) solid;

-webkit-border-radius:8px;
-moz-border-radius:8px;
border-radius:8px;
}

div.cnt_wrap div.text p{
	margin-top: 10px;
}
div.cnt_wrap div.text p:first-child{
	margin-top: 0;
}

div.cnt_wrap div.text ul{
}
div.cnt_wrap div.text ul li{
background-size: 6px;
background-image:url(../img/common/icon/arrow_bl.svg);
background-position:left 10px center;
font-size: 14px;
padding: 7px 7px;
padding-left: 28px;
border-bottom: 1px rgba(0,0,0,0.1) dashed;
}

/*---image-------------------------------------------------------------*/

div.cnt_wrap div.image{
margin-top: 30px;
}
div.cnt_wrap div.image a{
	padding: 30px 30px;
	margin-top: 30px;
	border: 1px rgba(0,0,0,0.1) solid;

	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
div.cnt_wrap div.image a:hover{
border: 1px rgba(0,154,122,0.4) solid;
	opacity: 0.8;
}
div.cnt_wrap div.image a:first-child{
	margin-top: 0;
}

/*----------------------------------------------------------------*/

div.cnt_wrap.flex{
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: center;
	align-content: center;
}

div.cnt_wrap.flex div.title{
	width: 100%;
}

div.cnt_wrap.flex div.text{
	-webkit-flex: 1;
	flex: 1;
}

div.cnt_wrap.flex div.image{
	width: 40%;
	margin-left: 40px;
}

/*----------------------------------------------------------------*/

div#cnt_1 div.title{
	width: 100%;

	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
}
div#cnt_1 div.title h2{
font-size: 20px;
font-weight: 600;
}
div#cnt_1 div.title .pubt{
	width: 200px;
	height: 45px;
	background-color: rgba(0,154,122,1.0);
	background-size:6px;
	background-position:center right 13px;
	background-image:url(../img/common/icon/arrow_wh.svg);
		color: #ffffff;
		font-size: 15px;
		font-weight: 500;
		letter-spacing: 0.1em;
	border: none;
	margin-left: auto;
	margin-right: 10px;

	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
div#cnt_1 div.title .pubt:hover{
background-color: rgba(0,154,122,0.8);
}

div#cnt_1 div.image a{
	padding: 20px;
	border:none;
}
