@charset "utf-8";
/* CSS Document */

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	color: #000;
	font-size:18px;
	min-width:1170px;
}

article, aside, figure, footer, header, hgroup, nav, section, figcaption {
    display: block;
}

ul, ol, dl { 
	padding: 0;
	margin: 0;
}
li {
	list-style:none;
	margin:0;
	padding:0;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding:0;
}

a img {
	border: none;
	-webkit-transition: opacity 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out;
	-ms-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
}

a:hover img {
opacity: .8;
-webkit-opacity: .8;
-moz-opacity: .8;
filter: alpha(opacity=80);	/* IE lt 8 */
-ms-filter: "alpha(opacity=80)"; /* IE 8 */
}

a:link {
	color:#414958;
	text-decoration: none; 
}
a:visited {
	color: #4E5869;
	text-decoration: none;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}

.container {
	width: 100%;
	background-color: #FFF;
	margin: 0 auto; 
}

h2#main_title {
	position: relative;
	padding: .3em;
	background-color: #18346e;
	text-align:center;
	color:#ffffff;
	width:1185px;
	margin:auto;
	margin-top:35px;
	font-size:25px;
}
h2#main_title span {
	display: block;
	padding: .75em 1em;
	border: 1px dashed #ffffff;
}
h2#main_title::before,
h2#main_title::after {
	content: '';
	position: absolute;
	border-style: solid;
	border-color: transparent;
}
h2#main_title::before {
	top: 100%;
	left: 0;
	border-width: 0 15px 15px 0;
	border-right-color: #01143c;
}
h2#main_title::after {
	top: 100%;
	right: 0;
	border-style: solid;
	border-width: 15px 15px 0 0;
	border-top-color: #01143c;
}

#mainimg {
	margin-bottom:35px;
}

.content {
	width:1170px;
	margin:auto;
}

.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}  
  
.clearfix { display: inline-table; }  
  
/* Hides from IE-mac \*/  
* html .clearfix { height: 1%; }  
.clearfix { display: block; }  
/* End hide from IE-mac */  
#header {
	width:100%;
	text-align:center;
	border-bottom:4px solid #01143c;
	border-top:4px solid #01143c;
	padding:20px 0;
}
#service_wrap {
	border:3px solid #18346e;
	padding:40px;
	margin-bottom:40px;
}

ul#top_service_main_list li {
	float:left;
	width:528px;
	border:1px solid #000000;
	padding-bottom:20px;
	position:relative;
	min-height:600px;
}
ul#top_service_main_list li.last {
	float:right;
	width:528px;
}
ul#top_service_main_list li h3 {
	margin:15px 0;
	padding:0 20px;
	font-size:30px;
}
ul#top_service_main_list li p {
	font-size:24px;
	padding:0 20px;
}
ul#top_service_sub_list li {
	float:left;
	width:251px;
	border:1px solid #000000;
	padding-bottom:20px;
	position:relative;
	min-height:530px;
	margin-right:24px;
	margin-top:24px;
}
ul#top_service_sub_list li.last {
	margin-right:0;
}
ul#top_service_sub_list li h3 {
	font-size:24px;
	padding:0 10px;
	margin:10px 0;
	min-height:80px;
}
ul#top_service_sub_list li p {
	font-size:18px;
	padding:0 10px;
}
.to_detail {
	background:#18346e;
	text-align:center;
	width:200px;
	margin:auto;
	position:absolute;
	left:0;
	right:0;
	bottom:20px;
	-webkit-transition: opacity 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out;
	-ms-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
}

.to_detail:hover {
	opacity: .8;
	-webkit-opacity: .8;
	-moz-opacity: .8;
	filter: alpha(opacity=80);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=80)"; /* IE 8 */	
}
.to_detail a {
	display:block;
	color:#ffffff;
	padding:15px 20px 15px 20px;
	font-size:18px;
	font-weight:bold;
}
.to_detail.sub {
	position:static;
	margin-top:40px;
	width:300px;
}

#footer {
	color:#ffffff;
	text-align:center;
	padding:10px 0;
	background:#01143c;
}
section {
	width:350px;
	height:100%;
	float:left;
	position:relative;
	padding-bottom:120px;
}
section.last {
	float:right;
}
section figure {
    width: 348px;
    height: 348px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    background: #ffffff;
	border:1px solid #01143c;
	float:left;
	margin-bottom:10px;
}
.service_content a {
    color: #333;
}
.service_content figcaption {
    position: absolute;
    height: 35px;
    width: 100%;
    background: #fff;
    bottom: 0;
    display: block;
    text-align: left;
    color: #333;
	padding:10px 0 0 0;
}
.service_content figcaption h3 {
    margin-bottom: 0;
    line-height: 1.2;
}
.service_content figure img.thumb {
    top: 0;
    left: 0;
    position: absolute;
}
.service_content figcaption a.more-btn {
    font-size: 11px;
    color: #fff;
    background: #01143c;
    padding: 7px 12px;
    position: absolute;
    right: 0;
    bottom: -1px;
}

.service_content figcaption ul.sns-btns {
    list-style: none;
    position: relative;
    padding-top: 4px;
	margin-top:5px;
}
.service_content figcaption ul.sns-btns li {
    padding: 7px;
    line-height: 1;
    float: left;
    position: absolute;
}
.service_content figcaption ul.sns-btns li img {
    height: 100%;
    vertical-align: top;
}
section.m_17 {
	margin:0 17px;
}

h3.title {
	padding-left:10px;
	font-size:24px;
}
.to_service {
	background:#e9941a;
	width:100%;
	font-weight:bold;
	margin-bottom:50px;
	text-align:center;
	margin-top:10px;
	position:absolute;
	bottom:0px;
	-webkit-transition: opacity 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out;
	-ms-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
}
.to_service a {
	color:#ffffff;
	display:block;
	padding:10px 0;	
}

.more-btn {
	-webkit-transition: opacity 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out;
	-ms-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
}
.to_service:hover, .more-btn:hover {
	opacity: .8;
	-webkit-opacity: .8;
	-moz-opacity: .8;
	filter: alpha(opacity=80);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=80)"; /* IE 8 */	
}

.logo {
	position:absolute;
	top:0;
	left:0;
}

h2#sub_title {
	background:#dbdee3;
	color:#000000;
	border-top:3px solid #01143c;
	border-bottom:3px solid #01143c;
	padding:10px 0;
	text-align:left;
	padding-left:10px;
	font-size:24px;
	margin-bottom:30px;
	margin-top:80px;
}
ul#sub_list {
	margin-bottom:40px;
}
ul#sub_list li {
	float:left;
	width:210px;
	margin-right:30px;
	position:relative;
	padding-bottom:70px;
}
ul#sub_list li.last {
	margin-right:0;
}

ul#sub_list li h3 {
	font-size:18px;
	font-weight:normal;
}

.to_service_sub {
	width:180px;
	margin:auto;
	background:#18346e;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	text-align:center;
	-webkit-transition: opacity 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out;
	-ms-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
}
.to_service_sub a {
	display:block;
	color:#ffffff;
	padding:10px 0;
	font-size:16px;
	font-weight:bold;
}
.to_service_sub:hover {
	opacity: .8;
	-webkit-opacity: .8;
	-moz-opacity: .8;
	filter: alpha(opacity=80);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=80)"; /* IE 8 */	
}

#approval_number {
	text-align:right;
	margin-top:-30px;
	font-size:14px;
	margin-bottom:50px;
}

#approval_number_sub {
	text-align:right;
	margin-top:10px;
	font-size:14px;
	margin-bottom:10px;
}

