@charset "utf-8";

/*===============================================
●共通
===============================================*/

/* clearfix */
.clearfix {
	clear: both;
}

/* ul,li */
ul {
	margin: 0px;
	padding: 0px;
}
li {
	margin: 0px;
	list-style-type: none;
	list-style-position: outside;
}

/* h1,2,3,4 */
h1{
	font-size: 10px;
	line-height: 1.0em;
	color: #9fa0a0;
}
h2,
h3,
h4{
	margin-top: 0px;
}

/* link */
a {
	color: #000000;
	text-decoration: none;
	border:none;
	outline:none;
}
a:hover {
	color: #1e9be1;
}

/* img */
img {
	border: 0px;
}

/* responsive */
._pc {
	display: block;
}
._sp {
	display: none;
}
._non {
	display: none;
}
/* for SP */
@media screen and (max-width: 640px) {
._pc {
	display: none;
}
._sp {
	display: block;
}
._non {
	display: none;
}
}

/* loading */
.loading {
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,1.0);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20000;
}
.loading img {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px;
}


/* ---------------------------------------------------------
for body
--------------------------------------------------------- */
body {
	margin: 0;
	padding: 0;
	color: #000000;
	background: #ffffff;
	-webkit-text-size-adjust: 100%;
}

/* ---------------------------------------------------------
for header
--------------------------------------------------------- */
#header_bg {
	width: 100%;
	min-width: 980px;
	height: 65px;
	margin: 0;
	padding: 0;
	padding-top: 10px;
	background: rgba(255,255,255,0.95);
	position: fixed;
	z-index: 1000;
	top: 0;
	transition: .3s;
}
#header {
	width: 980px;
	height: 90px;
	margin: 0 auto;
	padding: 0;
}
#header ul {
	width: 495px;
	height: 25px;
	margin: 0 auto;
	margin-top: 7px;
	padding: 0;
	float: right;
}
#header li.m1 a,
#header li.m2 a,
#header li.m3 a {
	width: 90px;
	margin: 0;
	margin-top: 4px;
	padding: 0;
	border-left: 1px solid #64646e;
	font-size: 14px;
	line-height: 1.3em;
	letter-spacing: 0.1em;
	color: #64646e;
	text-align: center;
	box-sizing: border-box;
	float: left;
}
#header li.m4 a {
	width: 90px;
	margin: 0;
	margin-top: 4px;
	padding: 0;
	border-left: 1px solid #64646e;
	border-right: 1px solid #64646e;
	font-size: 14px;
	line-height: 1.3em;
	letter-spacing: 0.1em;
	color: #64646e;
	text-align: center;
	box-sizing: border-box;
	float: left;
}
#header li.m1 a:hover,
#header li.m2 a:hover,
#header li.m3 a:hover,
#header li.m4 a:hover,
#header li.m1 a.on,
#header li.m2 a.on,
#header li.m3 a.on,
#header li.m4 a.on {
	color: #1e9be1;
}
#header li.contact_btn a {
	width: 100px;
	height: 26px;
	margin: 0;
	margin-left: 30px;
	padding: 0;
	padding-top: 3px;
	background: #64646e;
	font-size: 14px;
	line-height: 1.3em;
	letter-spacing: 0.1em;
	color: #ffffff;
	text-align: center;
	box-sizing: border-box;
	float: left;
}
#header li.contact_btn a:hover,
#header li.contact_btn a.on {
	background: #1e9be1;
}

/* for SP */
@media screen and (max-width: 640px) {
#header_bg {
display: none;
}
}

/* ---------------------------------------------------------
for sp_h_navi
--------------------------------------------------------- */
.sp_h_navi,
header.navi {
display: none;
}

/* for SP */
@media screen and (max-width: 640px) {
.sp_h_navi,
header.navi {
display: block;
width: 100%;
}
.sp_h_navi ul {
width: 100%;
    background-color: rgba(255, 255, 255, 1.0);
  position: fixed;
  top: 0;
z-index: 10000;
height: 70px;
box-sizing: border-box;
}
.sp_h_navi li {
margin-top: 15px;
margin-left: 18px;
text-align: left;
}
.sp_h_navi li img.h_logo {
width: 40%;
height: auto;
}
}

/* ---------------------------------------------------------
for w100percent
--------------------------------------------------------- */
.w100percent {
	clear: both;
	width: 100%;
	min-width: 1020px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	padding-top: 80px;
	background: #ffffff;
}

/* for SP */
@media screen and (max-width: 640px) {
.w100percent {
	min-width: 100%;
}
}

/* ---------------------------------------------------------
for w100percent_blue
--------------------------------------------------------- */
.w100percent_blue {
	width: 100%;
	min-width: 1020px;
	height: auto;
	margin: 0;
	padding: 0;
	background: #1f9be1;
}

/* for SP */
@media screen and (max-width: 640px) {
.w100percent_blue {
	min-width: 100%;
}
}

/* ---------------------------------------------------------
for w1020
--------------------------------------------------------- */
.w1020 {
	clear: both;
	width: 100%;
	min-width: 1020px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	padding-top: 80px;
	background: #ffffff;
}

/* for SP */
@media screen and (max-width: 640px) {
.w1020 {
	min-width: 100%;
}
}

/* ---------------------------------------------------------
for w784
--------------------------------------------------------- */
.w784 {
	clear: both;
	width: 784px;
	height: auto;
	margin: 30px auto;
	margin-top: 30px;
	padding: 0;
	text-align: left;
	display: inline-block;
}

/* for SP */
@media screen and (max-width: 640px) {
.w784 {
	width: 100%;
}
}

/* ---------------------------------------------------------
for main
--------------------------------------------------------- */
#main {
	clear: both;
	width: 100%;
	min-width: 1020px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background: #ffffff;
}

/* for SP */
@media screen and (max-width: 640px) {
#main {
	width: 92%;
	min-width: 92%;
}
}

/* ---------------------------------------------------------
for contact
--------------------------------------------------------- */
#contact {
	clear: both;
	width: 100%;
	min-width: 1020px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background: #ffffff;
	display: inline-block;
}
#contact ul {
	width: 784px;
	height: 55px;
	margin: 0 auto;
	padding: 0;
}
#contact ul li.illust {
	width: 154px;
	height: 113px;
	margin: 0;
	padding: 5px 0;
	text-align: left;
	float: left;
}
#contact ul li.copy {
	width: 420px;
	height: 113px;
	margin: 0;
	padding: 2px 0;
	text-align: left;
	float: left;
}
#contact ul li.copy p {
	font-size: 20px;
	line-height: 1.4em;
	color: #000000;
	letter-spacing: 0.1em;
	margin-top: 32px;
}
#contact ul li.copy span {
	font-size: 13px;
	line-height: 1.4em;
	color: #000000;
	letter-spacing: 0.05em;
}
#contact ul li.btn {
	width: 200px;
	height: 43px;
	margin: 0;
	margin-top: 35px;
	padding: 5px 0;
	text-align: left;
	float: right;
}
/* for SP */
@media screen and (max-width: 640px) {
#contact {
	display: none;
}
}

/* ---------------------------------------------------------
for footer
--------------------------------------------------------- */
#footer_bg {
	clear: both;
	width: 100%;
	min-width: 1020px;
	margin: 0;
	padding: 25px 0 25px 0;
	background: #1e9be1;
}
#footer {
	clear: both;
	width: 784px;
	margin: 0 auto;
	padding: 0;
}
#footer ul {
	width: 784px;
	height: 55px;
	margin: 0 auto;
	padding: 0;
}
#footer ul li.logo {
	width: 102px;
	height: 55px;
	margin: 0;
	margin-top: 2px;
	margin-right: 254px;
	padding: 0;
	text-align: left;
	border-left: none;
	float: left;
}
#footer ul li.logo a {
	display: block;
	width: 100%;
	height: 100%;
}
#footer ul li {
	width: 107px;
	height: 33px;
	margin: 0;
	padding: 0;
	text-align: center;
	border-left: 1px solid #ffffff;
	float: left;
	box-sizing: border-box;
}
#footer ul li:last-of-type {
	border-right: 1px solid #ffffff;
}
#footer ul li a {
	display: block;
	width: 107px;
	height: 33px;
	padding: 0;
	font-size: 12px;
	line-height: 1.3em;
	letter-spacing: 0.1em;
	color: #ffffff;
	box-sizing: border-box;
}
#footer ul li a img {
	margin-bottom: 3px;
}
#footer ul li a:hover {
	color: #b6ddf2;
}
#footer ul li a:hover img,
#footer ul li a.now img {
	filter: alpha(opacity=80);
	opacity: .80;
}
#footer ul li.logo a:hover img {
	filter: alpha(opacity=99);
	opacity: .99;
}
#footer,
#footer a {
	font-size: 12px;
	line-height: 1.3em;
	color: #ffffff;
}
#footer a:hover {
	color: #b6ddf2;
}
#footer a.now {
	color: #b6ddf2;
}
#footer span.copyright {
    font-size: 11px;
    letter-spacing: ;
	float: right;
}
/* for SP */
@media screen and (max-width: 640px) {
#footer_bg,
#footer {
display: none;
}
}

/* ---------------------------------------------------------
for footer_sp
--------------------------------------------------------- */
#footer_sp {
    display: none;
}

/* for SP */
@media screen and (max-width: 640px) {
#footer_sp {
    display: block;
    padding-top: 4%;
    padding-bottom: 3%;
    width: 100%;
    font-size: 2.4vw;
    text-align: center;
    background: #ffffff;
}
}

/* ---------------------------------------------------------
for back-to-top
--------------------------------------------------------- */
#back-to-top {
	position: fixed;
	right: 15px;
	bottom: 15px;
}
/* for SP */
@media screen and (max-width: 640px) {
#back-to-top {
display: none;
}
}
