@charset "UTF-8";
/*ここからアイガ記載
-------------------------------------------*/
/* Reset
------------------------------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
figure, figcaption,
article, section, nav, header, footer {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-style: normal;
}
body {
	margin: 0;
	padding: 0;
	width: 100%;
	font-family: "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
	position: relative;
	color:#000;
	background-color:#F3F3F3;
	font-size:16px;
}
p, ul, li{
	line-height: 1.8em;
}
p{
padding-bottom:16px;
}
section{
	padding-bottom:24px;
}
html {
  overflow-y: scroll;
  font-size: 62.5%;
}
/* Common
------------------------------------------------------------------*/
#contents ul{
	list-style:disc;
	padding:16px 0 16px 32px;
}
#contents ol{
	padding:16px 0 16px 32px;
}
#contents li{
	padding:8px 8px;;
}
#top_title{
	box-sizing: border-box;
	width:1200px;
	margin:0 auto;
	position:relative;
	margin-bottom:32px;
	background-color:#AD4E39;
}
h1{
	color:#fff;
	font-size:32px;
	/*font-weight:bold;*/
	padding:24px 32px;
}
.globalHeader h1{
	padding:0px;
}
h2{
	box-sizing: border-box;
	font-size:24px;
	font-weight:bold;
	margin:32px 0 24px 0;
	border-left:8px solid #AD4E39;
	padding:8px 24px;
}
h3{
	box-sizing: border-box;
	font-size:20px;
	font-weight:bold;
	margin:32px 0 24px 0;
	border-bottom:1px solid #AD4E39;
	padding:8px 24px 8px 16px;
}
.bold_text{
	font-weight:bold;
	font-size:20px;
	text-align:center;
	width:100%;
	padding-top:32px;
}
.profileTable{
	width:100%;
	border-collapse:collapse;
	margin-bottom:16px;
	line-height: 1.8em;
}
.profileTable td{
	border-bottom:1px solid #ccc;
	padding:20px;
	vertical-align: top;
}
.tempTable{
	width:100%;
	border-collapse:collapse;
	margin-bottom:16px;
	line-height: 1.8em;
}
.tempTable th,.tempTable td{
	padding:20px;
	border:1px solid #ccc;
}
.tempTable th{
	background-color:#AD4E39;
	color:#fff;
}
.tempTable .cellTitle{
	font-weight:bold;
}
.blue{
	color:#02689D;
}
.top_text{
	padding-top:40px;
}
/* inner
------------------------------------------------------------------*/
.inner {
	margin-right: auto;
	margin-left: auto;
	*zoom: 1;
	box-sizing: border-box;
	width:1200px;
	position:relative;
}

/* header
------------------------------------------------------------------*/
header{
	background-color:#ffffff;
	border-bottom:2px solid #AD4E39;
	width:100%;
	position:relative;
}
#head{
	box-sizing: border-box;
	width:1200px;
	margin:0 auto;
	position:relative;
}
.logoTop{
	font-size:10px;
	display:table;
	height:76px;
}
.logoTop a{
	display:table-cell;
	vertical-align:middle;
	color:#D22F08;
	font-weight:bold;
	text-decoration:none;
}
.logoTop a:hover{
	opacity:0.7;
	transition:1.0s;
}

/* top_navi
------------------------------------------------------------------*/
.glovalNav{
	position:relative;
	width:100%;
}
.glovalNav ul{
	width:100%;
	display:table;
}
.glovalNav ul li{
	width:20%;
	border-left:solid 1px #707070;
	box-sizing: border-box;
	list-style:none;
	display:table-cell;
	padding:4px 8px;
}
.glovalNav ul li:last-of-type{
	border-right:solid 1px #707070;
}
.glovalNav ul li a {
	height:100%;
	width:100%;
	font-size:14px;
	line-height:1.6em;
	display:inline-block;
	vertical-align: middle;
	text-align: center;
	text-decoration:none;
	color:#000;
	padding:6px 0;
}
.glovalNav ul li:hover {
	background-color:#F3F3F3;
	transition:0.5s;
}
/* main
------------------------------------------------------------------*/
.main{
	box-sizing: border-box;
	width:890px;
	float:left;
	background-color:#fff;
	padding:0px 32px 0px 32px;
}
/* side
------------------------------------------------------------------*/
.side{
	box-sizing: border-box;
	width:276px;
	float:right;
	background-color:#fff;
	padding:18px;
}
.banners h2{
	box-sizing: border-box;
	font-size:20px;
	font-weight:bold;
	margin:0;
	border-left:0px solid #AD4E39;
	padding:0px;
}
#contents .banners ul{
	display: table;
	padding: 0px;
}
.banners li{
	list-style:none;
	width:100%;
}
.banners img{
	width:100%;
}
/* topImage
------------------------------------------------------------------*/
#topImage{
	position:relative;
	margin-bottom: 62px;
}
#topImage img{
	width:100%;
}
/* パンくず
------------------------------------------------------------------*/
.breadcrumbs{
	margin-right: auto;
	margin-left: auto;
	*zoom: 1;
	box-sizing: border-box;
	width:1200px;
	position:relative;
	font-size:90%;
	padding-top:16px;
}
/*お問い合わせフォーム
------------------------------------------------------------------*/
.contact_Box{
	box-sizing: border-box;
	margin-top:24px;
	width:100%;
}
.contact_Box input{
	width:100%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding:8px;
	border:1px solid #bbb;
}
.contact_Box dt,.contact_Box dd{
	padding:16px;
	float:left;
}
.contact_Box dt{
	clear:left;
	width:25%;
}
.contact_Box dd{
	width:75%;
}
.contact_Box dl:nth-child(odd){
	background-color:#eee;
}
.contact_Box .check input{
	width:auto;
}
.contact_btn{
	width:100%;
	padding-top:24px;
}
.contact_btn input{
	width:20%;
	padding:8px;
	font-size:90%;
	border-radius: 3px;
	color:#fff;
	background-color:#339900;
}
/*--------------footer--------------*/
footer{
	background-color:#AD4E39;
	width:100%;
	margin-top:32px;
	padding:32px 0;
	font-size:14px;
}
.foot{
	border-bottom:1px solid #fff;
	padding-bottom:24px;
	position:relative;
	display:table;
	width:100%;
}
footer .inner{
	box-sizing: border-box;
	width:1200px;
	margin:0 auto;
	position:relative;
}
.footLogo{
	display:table-cell;
	margin-right:24px;
	width: 8%;
}
.footContents{
	display:table-cell;
	vertical-align:bottom;
}
.footAdress{
	color:#fff;
}
.footOther{
	padding-top:24px;
}
.footOther li{
	float:left;
	padding:0 24px;
	border-right:1px solid #fff;
	color:#fff;
	list-style:none;
}
.footOther li a{
	text-decoration:none;
	color:#fff;
}
.footOther li a:hover{
	opacity:0.7;
}
#copyright{
	color:#fff;
	padding-top:24px;
}
#copyright p{
	text-align:center;
}
/* normalBtn
------------------------------------------------------------------*/
.normalBtn{
	overflow: hidden;
}
.normalBtn a{
	border-radius: 5px;
	display: block;
	position: relative;
	text-align:center;
	background-color:#2C72A8;
	color: #fff;
	font-size:20px;
	text-decoration:none;
	font-weight:bold;
	position: absolute;
    padding:18px 0 16px;
}
.normalBtn a:hover{
	opacity:0.7;
}
.normalBtn a:before {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 47%;
	right: 18px;
	width: 10px;
	height: 10px;
	margin-top: -4px;
	background: #fff;
}
.normalBtn a:after {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 47%;
	right: 21px;
	width: 10px;
	height: 10px;
	margin-top: -4px;
	background: #2C72A8;
}
.normalBtn a:hover:after {
	background: #2C72A8;
}
/* clearfix
------------------------------------------------------------------*/
.clearfix:after {
    content: "";         /* 擬似要素を実体化 */
    clear: both;        /* floatを解除する */
    display: block;     /* ブロック要素にする */
}
/*ここまでアイガ記載
--------------------------------------------*/