@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: 40px;
}
div.cnt_wrap:nth-child(2){
	margin-top: 0;
}

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

div.cnt_wrap div.title{
	margin-bottom: 12px;
}
div.cnt_wrap div.title b{
	background-color: rgba(0,0,0,0.04);
  color: #009a7a;
	font-size: 15px;
	padding: 9px 7px;
	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: 17px;
font-weight: 600;
text-align: center;
}

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;
text-align: center;
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: 8px;
background-image:url(../../img/common/icon/arrow_bl.svg);
background-position:left 10px top 12px;
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: 15px 15px;
	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{
}

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

div.cnt_wrap.flex div.text{
}

div.cnt_wrap.flex div.image{
	width: 100%;
	margin: 15px auto;
}

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

div#cnt_1 div.title{
	width: 100%;
	margin-bottom: 30px;
}
div#cnt_1 div.title h2{
font-size: 20px;
font-weight: 600;
}
div#cnt_1 div.title .pubt{
	width: 60%;
	height: 40px;
	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: 14px;
		font-weight: 500;
		letter-spacing: 0.1em;
	border: none;
	margin: 0 auto;
	margin-top: 15px;

	-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;
}
