@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	font-size : 100%;
}
*,
*:before,
*:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing:	border-box;
	box-sizing: border-box;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=80);
}

a img {
	-webkit-transition: 0.1s ease-in-out;
	-moz-transition: 0.1s ease-in-out;
	-o-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
}
sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	font-size: 75%;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
body {
	margin: 0px;
	padding: 0px;
	line-height: 1.3em;
	background-color:#FFFFFF;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W4", "Hiragino Kaku Gothic Pro W4", "Hiragino Kaku Gothic Pro", Meiryo, Arial, verdana, 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 1em;
	-webkit-text-size-adjust: 100%;	
}

/* IE7でpadding指定 */
*:first-child+html body {
padding-left: 1px;
}
 
/* IE6以下でpadding指定 */
*html body {
padding-left: 1px;
}

/* Common */
.clearBoth {
	margin: 0px;
	padding: 0px;
	clear: both;
}
.textindent {
	text-indent: -9999px;
}
.displaynone {
	display: none;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* Font Size Common */
.text10 {
	font-size:77%;
}
.text11 {
	font-size:85%;
}
.text12 {
	font-size:93%;
}
.text13 {
	font-size:100%;
}
.text14 {
	font-size:108%;
}
.text15 {
	font-size:116%;
}
.text16 {
	font-size:123.1%;
}
.text17 {
	font-size:131%;
}
.text18 {
	font-size:138.5%;
}
.text19 {
	font-size:146.5%;
}
.text20 {
	font-size:153.9%;
}
.text21 {
	font-size:161.6%;
}
.text22 {
	font-size:167%;
}
.text23 {
	font-size:174%;
}
.text24 {
	font-size:182%;
}
.text25 {
	font-size:189%;
}
.text26 {
	font-size:197%;
}
strong {
	font-weight: bold;
}


.inner {
	width: 980px;
	margin: 0 auto;
	position: relative;
}
.inner:after {
	content: "";
	clear: both;
	display: block;
}
.pcOnly {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
header .pcOnly {
	display: inline-block;
	font-weight: bold;
}
.spOnly {
	display: none;
}
.fadeIn {
	opacity: 0;
}

/* header */
header {
	background-color: #edfafb;
	position: relative;
	height: 120px;
	min-width: 980px;
}
header h1 {
	background-image: url(images/header_logo.png);
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 20px;
	width: 298px;
	height: 83px;
	-webkit-transition: 0.1s ease-in-out;
	-moz-transition: 0.1s ease-in-out;
	-o-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
}
header h1:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
header h1 a {
	display: block;
	width: 298px;
	height: 83px;
	text-indent: -9999px;
}
header span.headerSpan {
	background-image: url(images/header_countryicon.png);
	background-repeat: no-repeat;
	position: absolute;
	right: 280px;
	top: 45px;
	width: 243px;
	height: 27px;
	text-indent: -9999px;
}
header p {
	background-color: #2e3192;
	border-radius: 8px;
	position: absolute;
	right: 0;
	top: 15px;
	width: 220px;
	height: 40px;
	-webkit-transition: 0.1s ease-in-out;
	-moz-transition: 0.1s ease-in-out;
	-o-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
}
header p:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
header p a {
	display: block;
	color: #FFF;
	line-height: 40px;
	font-weight: bold;
	font-size: 16px;
}
header .telBox {
	background-color: #2e3192;
	color: #FFF;
	border-radius: 8px;
	position: absolute;
	right: 0;
	top: 60px;
	width: 220px;
	height: 36px;
	-webkit-transition: 0.1s ease-in-out;
	-moz-transition: 0.1s ease-in-out;
	-o-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
}
header .telBox:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
header .telBox a {
	display: block;
	color: #FFF;
	line-height: 36px;
	font-weight: bold;
	font-size: 18px;
	padding-left: 18px;
	background-image: url(images/icon_tel.png);
	background-repeat: no-repeat;
	background-position: 30px center;
	background-size: 18px 18px;
}


/* footer */
footer {
	background-color: #edfafb;
	text-align: center;
	font-size: 12px;
	position: relative;
	min-width: 980px;
	padding-top: 40px;
	padding-bottom: 30px;
	margin-top: 80px;
}
footer address {
	padding-top: 90px;
	color: #2E3192;
}
footer a {
	color: #2E3192;
	text-decoration: none;
}
footer a:hover {
	text-decoration: underline;
}
footer ul {
	position: absolute;
	top: -90px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	list-style: none;
}
footer ul li {
	display: inline-block;
	margin-right: 0px;
}
footer h2 {
	position: absolute;
	top: 0;
	left: 157px;
	background-image: url(images/footer_logo.png);
	background-repeat: no-repeat;
	background-size: 132px 45px;
	width: 132px;
	height: 45px;
	text-indent: -9999px;
}
footer .telBox {
	position: absolute;
	top: 7px;
	right: 165px;
	width: 480px;
	height: 34px;
}
footer .telBox .time {
	display: inline-block;
	background-image: url(images/footer_time.png);
	background-repeat: no-repeat;
	background-size: 137px 33px;
	width: 137px;
	height: 33px;
	text-indent: -9999px;
}
footer .telBox .tel {
	display: inline-block;
	background-image: url(images/footer_tel.png);
	background-repeat: no-repeat;
	background-size: 324px 33px;
	width: 324px;
	height: 33px;
	-webkit-transition: 0.1s ease-in-out;
	-moz-transition: 0.1s ease-in-out;
	-o-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
}
footer .telBox .tel:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
footer .telBox .tel a {
	display: block;
	width: 324px;
	height: 33px;
}
footer .telBox .tel a span {
	display: block;
	width: 324px;
	height: 33px;
	color: transparent;
}
footer .telBox .tel a:hover {
	text-decoration: none;
}

/* contents */
#contents {
	min-width: 980px;
	text-align: left;
}
#contents p {
	line-height: 1.5em;
	margin-bottom: 1em;
}
section {
	position: relative;
}
section p.inquiryBtn {
	background-color: #2e3192;
	border-radius: 8px;
	margin-left: auto;
	margin-right: auto;
	width: 500px;
	height: 80px;
	-webkit-transition: 0.1s ease-in-out;
	-moz-transition: 0.1s ease-in-out;
	-o-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
}
section p.inquiryBtn:hover {
	opacity: 0.7 !important;
	filter: alpha(opacity=70) !important;
}
section p.inquiryBtn a {
	display: block;
	color: #FFF;
	line-height: 80px;
	font-weight: normal;
	font-size: 35px;
	text-align: center;
}


/* gotoPageTop */
#gotoPageTop {
	background-color: rgba(0,159,232,0.3);
	border: 1px solid rgba(255,255,255,0.3);
	border-radius: 5px;
	bottom: 25px;
	display: block;
	height: 50px;
	position: fixed;
	right: 25px;
	text-align: left;
	width: 50px;
	z-index: 9999;
	-webkit-transition: 0.1s ease-in-out;
	-moz-transition: 0.1s ease-in-out;
	-o-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
}
#gotoPageTop:hover {
	background-color: rgba(0,159,232,1);
	border: 1px solid rgba(255,255,255,1);
	-webkit-transition: 0.1s ease-in-out;
	-moz-transition: 0.1s ease-in-out;
	-o-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
}
#gotoPageTop span {
	background-image: url("images/gototop.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 30px 30px;
	display: block;
	height: 50px;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	padding: 0;
	text-indent: -9999px;
	width: 50px;
	cursor: pointer;
}









@media screen and (max-width: 800px) {
	header,
	footer,
	#contents,
	.inner {
		width: 100%;
		min-width: 100%;
	}
	.pcOnly {
		display: none;
	}
	.spOnly {
		display: block;
	}
	header {
		background-color: #edfafb;
		position: relative;
		height: 80px;
	}
	header .pcOnly {
		display: none;
	}
	header h1 {
		background-image: url(images/header_logo.png);
		background-repeat: no-repeat;
		background-size: 159px 41px;
		position: absolute;
		left: 10px;
		top: 10px;
		width: 159px;
		height: 41px;
		-webkit-transition: 0.1s ease-in-out;
		-moz-transition: 0.1s ease-in-out;
		-o-transition: 0.1s ease-in-out;
		transition: 0.1s ease-in-out;
	}
	header h1:hover {
		opacity: 0.7;
		filter: alpha(opacity=70);
	}
	header h1 a {
		display: block;
		width: 159px;
		height: 41px;
		text-indent: -9999px;
	}
	header span.headerSpan {
		background-image: url(images/header_countryicon.png);
		background-repeat: no-repeat;
		background-size: 121px 13px;
		position: absolute;
		right: auto;
		left: 10px;
		top: 60px;
		width: 121px;
		height: 13px;
		text-indent: -9999px;
	}
	header p {
		background-color: #2e3192;
		border-radius: 8px;
		position: absolute;
		right: 60px;
		top: 10px;
		width: 85px;
		height: 41px;
		-webkit-transition: 0.1s ease-in-out;
		-moz-transition: 0.1s ease-in-out;
		-o-transition: 0.1s ease-in-out;
		transition: 0.1s ease-in-out;
	}
	header p:hover {
		opacity: 0.7;
		filter: alpha(opacity=70);
	}
	header p a {
		display: block;
		color: #FFF;
		line-height: 41px;
		font-weight: bold;
		font-size: 11px;
	}
	header .telBox {
		background-color: #2e3192;
		color: #FFF;
		border-radius: 8px;
		position: absolute;
		right: 10px;
		top: 10px;
		width: 41px;
		height: 41px;
		-webkit-transition: 0.1s ease-in-out;
		-moz-transition: 0.1s ease-in-out;
		-o-transition: 0.1s ease-in-out;
		transition: 0.1s ease-in-out;
	}
	header .telBox:hover {
		opacity: 0.7;
		filter: alpha(opacity=70);
	}
	header .telBox a {
		display: block;
		color: #FFF;
		line-height: 36px;
		height: 41px;
		text-indent: -9999px;
		font-weight: bold;
		font-size: 18px;
		padding-left: 18px;
		background-image: url(images/icon_tel.png);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 18px 18px;
	}
	section p.inquiryBtn {
		background-color: #2e3192;
		border-radius: 8px;
		margin-left: auto;
		margin-right: auto;
		width: 260px;
		height: 48px;
		-webkit-transition: 0.1s ease-in-out;
		-moz-transition: 0.1s ease-in-out;
		-o-transition: 0.1s ease-in-out;
		transition: 0.1s ease-in-out;
	}
	section p.inquiryBtn:hover {
		opacity: 0.7 !important;
		filter: alpha(opacity=70) !important;
	}
	section p.inquiryBtn a {
		display: block;
		color: #FFF;
		line-height: 48px;
		font-weight: normal;
		font-size: 18px;
		text-align: center;
	}
	footer {
		padding-top: 30px;
		padding-bottom: 20px;
		margin-top: 70px;
	}
	footer address {
		padding-top: 30px;
		color: #2E3192;
	}
	footer ul {
		top: -75px;
	}
	footer ul li {
		margin-right: 0px;
	}

	footer h2 {
		position: relative;
		top: auto;
		left: auto;
		margin-left: auto;
		margin-right: auto;
	}
	footer .telBox {
		position: relative;
		top: auto;
		right: auto;
		width: 100%;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		margin-top: 20px;
	}
	footer .telBox .time {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	footer .telBox .tel {
		display: block;
		background-size: 250px 25px;
		width: 250px;
		height: 25px;
		margin-left: auto;
		margin-right: auto;
	}
	footer .telBox .tel a {
		width: 250px;
		height: 25px;
	}
	footer .telBox .tel a span {
		width: 250px;
		height: 25px;
	}
}
