@charset "UTF-8";
/* ----------------------------
 import css
---------------------------- */ 
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic);
body{
font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}
/*=============================================================
#base
=============================================================*/
#container {
	margin-right:auto;
	margin-left:auto;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	width: 100%;
	background-color: #FFF;
}
.hd {
	display: none;
}
a[href^="tel:"] {
	pointer-events: none;
	text-decoration: none;
	color: #000;
}
/*=============================================================
#header
=============================================================*/
#header {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 100%;
	text-align: left;
	position: fixed;
	background-color: #FFF;
	background-color: rgba(255,255,255,0.9);
	z-index: 9999;
	display: block;
	-webkit-box-shadow: 2px 2px 3px #8f8f8f;
  -moz-box-shadow: 2px 2px 3px #8f8f8f;
  box-shadow: 2px 2px 3px #8f8f8f;
}
#header .body {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
}

#header .left {
	width: 630px;
	float: left;
}
#header .left .logo {
	float: left;
}
#header .left h1 {
	font-size: 17px;
	letter-spacing: 0em;
	float: left;
	margin-left: 25px;
	line-height: 1.5em;
	color: #231815;
	padding-top: 20px;
}
#header .right {
	width: 300px;
	text-align: right;
	float: right;
	padding-top: 10px;
	padding-bottom: 0px;
}
#header .right a {
	background: #1064ff;
	background-image: -webkit-linear-gradient(top, #1064ff, #0033b5);
	background-image: -moz-linear-gradient(top, #1064ff, #0033b5);
	background-image: -ms-linear-gradient(top, #1064ff, #0033b5);
	background-image: -o-linear-gradient(top, #1064ff, #0033b5);
	background-image: linear-gradient(to bottom, #1064ff, #0033b5);
	font-size: 18px;
	line-height: 1.5em;
	font-weight: bolder;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	display: block;
	border: 1px solid #FFF;
	-webkit-box-shadow: 0px 0px 2px #918e91;
	-moz-box-shadow: 0px 0px 2px #918e91;
	box-shadow: 0px 0px 2px #918e91;
	padding-top: 8px;
	padding-bottom: 6px;
	width: 230px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	letter-spacing: 0em;
}
#header .right a:hover {
	background: #a37423;
  background-image: -webkit-linear-gradient(top, #a37423, #854d10);
  background-image: -moz-linear-gradient(top, #a37423, #854d10);
  background-image: -ms-linear-gradient(top, #a37423, #854d10);
  background-image: -o-linear-gradient(top, #a37423, #854d10);
  background-image: linear-gradient(to bottom, #a37423, #854d10);
}
/*=============================================================
#contents
=============================================================*/
#mainbody {
	position: relative;
}

#rule {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#rule .body {
}
#rule .block {
	text-align: left;
	background: #fafafa;
	background-image: -webkit-linear-gradient(top, #fafafa, #f5f5f5);
	background-image: -moz-linear-gradient(top, #fafafa, #f5f5f5);
	background-image: -ms-linear-gradient(top, #fafafa, #f5f5f5);
	background-image: -o-linear-gradient(top, #fafafa, #f5f5f5);
	background-image: linear-gradient(to bottom, #fafafa, #f5f5f5);
	-webkit-box-shadow: 0px 0px 2px #8f8f8f;
	-moz-box-shadow: 0px 0px 2px #8f8f8f;
	box-shadow: 0px 0px 2px #8f8f8f;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
	margin-bottom: 20px;
	padding: 15px;
}
#rule h4 {
	color: #039;
	font-size: 18px;
	line-height: 1.5em;
	font-weight: bold;
	margin-bottom: 5px;
}
#rule h4 b {
	font-size: 16px;
	color: #666;
	margin-left: 20px;
	font-weight: normal;
}
#rule h5 {
	border-left: none;
	color: #FFF;
	background-color: #666;
	font-size: 14px;
	line-height: 1.5em;
	padding-top: 6px;
	padding-bottom: 4px;
	padding-left: 10px;
	margin-bottom: 10px;
}
#rule p {
	font-size: 14px;
	line-height: 1.5em;
}
#rule p.title {
	font-size: 14px;
	line-height: 1.5em;
	background-color: #3177A0;
	color: #FFF;
	padding-top: 6px;
	padding-bottom: 4px;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}


#support {
	background-color: #f6fcff;
	text-align: center;
	margin-top: 50px;
}
#support .body {
	padding-top: 70px;
	padding-bottom: 50px;
}
#support h5 {
	font-size: 25px;
	line-height: 1.5em;
	font-weight: bold;
	color: #0d3387;
}
#support p {
	font-size: 18px;
	line-height: 1.5em;
	color: #231815;
	padding-top: 10px;
	padding-bottom: 15px;
}
#support .image {
}

/*=============================================================
#FOOTER
=============================================================*/
.pagetop {
	display: none;
	position: fixed;
	bottom: 50px;
	right: 20px;
	width: 50px;
	height: 50px;
	text-align: center;
	z-index: 8000;
}
.pagetop a {
	display: block;
	border-radius: 50%;
	background: #9fb7d4;
	color: #fff;
	font-size: 22px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-decoration: none;
	font-weight: bold;
	height: 100%;
	width: 100%;
	line-height: 2.1;
	font-family: Arial, Helvetica, sans-serif;
}
.pagetop a:hover {
  background: #4776AF;
}
#footer {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 0px;
	overflow: hidden;
	position: relative;
	width: 100%;
	padding-bottom: 50px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-top: 30px;
}
#footer .body {
	text-align: left;
	width: 740px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
	position: relative;
	padding-top: 40px;
	padding-bottom: 40px;
}
#footer .logo {
	float: left;
	width: 200px;
}
#footer .profile {
	text-align: left;
	float: right;
	width: 400px;
}
#footer .profile p.name {
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 5px;
}
#footer .profile p.ad {
	font-size: 14px;
	line-height: 1.5em;
	padding-bottom: 20px;
}
#footer p.copy {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
	line-height: 150%;
	padding-top: 10px;
	padding-bottom: 3px;
}
#footer a {
	color: #333;
	text-decoration: none;
}
#footer a:hover {
	color: #000;
	text-decoration: underline;
}
/*=============================================================
#socialbutton
=============================================================*/
#boxArea {
	padding-top: 20px;
}
/*=============================================================
#form
=============================================================*/
#contents input[type="text"]:hover,#contents textarea:hover {
border: 1px solid #666666;
}
#contents input[type="text"]:focus,#contents textarea:focus {
background-color: #ffffcc;
border: 1px solid #333333;
}
#contents input[type="text"],#contents textarea {
	border: 1px solid #999999;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
}
#contents input[type="submit"] {
	border: 1px solid #C69;
	font-size: 13px;
	font-weight: normal;
	color: #000;
	background-color: #FFE7F5;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	line-height: 18px;
}
#contents input[type="submit"]:hover {
background-color: #FFCCCC;
}
.anq_required {
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 35px;
	padding-bottom: 5px;
}
