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


/*	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	behavior: url("/css/PIE.htc");*/

/*
:after {
   content: " ";
   font-size: 0.1rem;
   display: block;
   clear: both;
   line-height: 0;
   height: 0;
   visibility: hidden;
}
https://fontawesome.com/v4.7.0/icons/
:before {
	content: "\f14a";
	font-family: FontAwesome;
}
*/


/*reason*/
.reason .page_ttl {
	background:url(../img/reason/page_ttl.png) no-repeat center center;
}
.reason .merit {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.reason .merit h4 {
	font-size:2.0rem;
	font-weight:bold;
	margin:0 0 30px;
}
.reason .merit .box:after {
   content: " ";
   font-size: 0.1rem;
   display: block;
   clear: both;
   line-height: 0;
   height: 0;
   visibility: hidden;
}
.reason .merit .box section {
	position:relative;
	width:25%;
	float:left;
	border-top: solid 1px #adacac;
	padding:0 0 15px;
}
.reason .merit .box section:before {
	position:absolute;
	top:0;
	left:0;
	width:1px;
	height:100%;
	display:block;
	background:#adacac;
	content:'';
}
.reason .merit .box section:nth-child(4n):after {
	position:absolute;
	top:0;
	right:0;
	width:1px;
	height:100%;
	display:block;
	background:#adacac;
	content:'';
}
.reason .merit .box section h5 {
	position:relative;
	padding:30px 0 0 50px;
	margin:0 0 20px;
	line-height:1.1;
	font-size:2.6rem;
	font-weight:bold;
	color:#e06724;
	letter-spacing:0.1em;
}
.reason .merit .box section h5:before {
	display:block;
	position:absolute;
	top:-1px;
	left:0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 59px 63px 0 0;
	border-color: #e65606 transparent transparent transparent;
	content:'';
}
.reason .merit .box section h5 span {
	display:block;
	position:absolute;
	top:10px;
	left:12px;
	font-family: 'Roboto', sans-serif;
	font-size:1.8rem;
	font-weight:bold;
	line-height:1.1;
	color:#FFF;
}
.reason .merit .box section p {
	padding:0 15px;
}
.reason .merit .box section p span {
	color:#2e4a9b;
	font-weight:bold;
}
