﻿@charset "utf-8";


/* =========================================================
   mainimage
========================================================= */
#mainimage {
	height:360px;
	background:url(../images/mainimage.jpg) top center no-repeat #eff2f6;
	z-index:-100;
}

#mainimage:not(:target){background-position-x:center;}

/* =========================================================
   global
========================================================= */
.con-inner {
	width:1000px;
	margin:0 auto;
}

#title {
	height:74px;
	padding-top:26px;
}

.stit {
	background:url(../../common/images/stit_line.png) top center no-repeat;
	text-align:center;
	padding-top:31px;
	padding-bottom:40px;
}

/* =========================================================
   contents
========================================================= */

.renovation {
	padding-top:60px;
	padding-bottom:50px;
	text-align:center;
}

.renovation p {
	font-size:15px;
	font-weight:bold;
	line-height:30px;
	padding-top:20px;
}

.check {
	background:url(../../common/images/bar_yel.png) top center repeat-x;
	padding-top:20px;
}

.check h1 {
	text-align:center;
	position:relative;
	top:-10px;
	padding-bottom:30px;
}

.check div {
	background:#fff9db;
}

.check div.con-inner {
	padding-bottom:60px;
}

.check-list {
	width:740px;
	margin:0 auto;
}

.check-list li {
	font-size:18px;
	font-weight:bold;
	margin-bottom:20px;
}

.check-list li:before {
	content:"";
	display:inline-block;
	background:#fff;
	width:15px;
	height:15px;
	border:2px solid #f8b73b;
	position:relative;
	top:3px;
	margin-right:15px;
}

.check p {
	background:#ed7b01;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	width:840px;
	line-height:45px;
	text-align:center;
	margin:20px auto 0 auto;
}

.check p span {
	font-size:20px;
	font-weight:bold;
}

.exam {
	text-align:center;
	padding-top:60px;
	padding-bottom:20px;
}
/* =========================================================
    2017 0218 修正追加分
========================================================= */

.check div{
	padding-bottom:30px;
}
.ins_about{
	width:1000px;
	display: block;
	margin: 0 auto;
	background:#fff;
	border-radius: 5px;
	padding-top:50px;
	padding-bottom: 60px;
}
.ins_about img{
	display: block;
	margin: 0 auto;
}
#contact {
	margin-top:0px;
}