@charset "utf-8";
/* CSS Document */
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote {
	margin: 0;
	padding: 0;
}
body {
	font-size: 12px;
	line-height: 1.6;
}
body * {
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
ol, ul, li {
	list-style-type: none;
}
img {
	border: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */
article, aside, hgroup, header, footer, figure, figcaption, nav, section {
	display: block;
	margin: 0;
	padding: 0;
}
img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.pc {
	display: none;
}
.sp {
}

/*-----------------
header
-----------------*/
header {
}
header h1 {
	padding: 7px 10px;
	background: #78C2B5;
	color: #FFF;
	font-size: 11px;
	font-weight: normal;
	line-height: 16px;
}
/*hdr_box*/
header .hdr_box {
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 7px 0;
}
header .hdr_box .hdr_logo {
	padding-right: 11px;
}
header .hdr_box .hdr_logo img {
	width: 70px;
}
header .hdr_box .hdr_title img {
	width: 185px;
}
header .hdr_box .hdr_tel {
	display: none;
}
header .hdr_box .hdr_mail {
	display: none;
}

/*-----------------
nav
-----------------*/
nav {
	height: 50px;
	padding: 7px 0;
	background: #78C2B5;
}
nav ul {
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
nav ul li {
	width: 50%;
	text-align: center;
}
nav ul li:first-child {
	display: none;
}
nav ul li a {
	display: block;
	width: 100%;
	color: #FFF;
	font-size: 15px;
	line-height: 25px;
	text-decoration: none;
}

/*-----------------
footer
-----------------*/
footer {
}
/*pagetop*/
footer .pagetop {
	display: none !important;
}
/*inner*/
footer .inner {
	background: #78C2B5;
}
footer .inner .ftr_box {
	box-sizing: border-box;
	height: 134px;
	padding-top: 36px;
	background: url(../img/ftr_bg_sp.png) no-repeat center bottom;
	background-size: 100% auto;
	text-align: center;
}
footer .inner .ftr_box img {
	vertical-align: middle;
}
footer .inner .ftr_logo {
	display: inline-block;
	width: 74px;
	padding: 0 11px 0 0;
}
footer .inner .ftr_title {
	display: inline-block;
	width: 192px;
}
footer .inner .ftr_address {
	padding-top: 10px;
	font-size: 10px;
	letter-spacing: 1px;
}
footer .inner .ftr_tel {
	box-sizing: border-box;
	width: 246px;
	margin: 0 auto;
	padding: 20px 0 0 32px;
	color: #FFF;
	font-size: 13px;
}
footer .inner .ftr_tel span {
	font-size: 16px;
}
footer .inner .ftr_tel img {
	width: 246px;
	margin: 0 0 4px -32px;
}
footer .inner ul {
	padding: 25px 0;
}
footer .inner ul li {
	padding: 3px 0;
	text-align: center;
}
footer .inner ul li a {
	color: #FFF;
	font-size: 15px;
	text-decoration: none;
}
/*copyright*/
footer .copyright {
	box-sizing: border-box;
	padding: 23px 0;
	color: #666;
	font-size: 10px;
	text-align: center;
	letter-spacing: 0.8px;
}

/*-----------------
下層ページ
-----------------*/
/*pagetitle*/
.pagetitle {
	box-sizing: border-box;
	width: 100%;
	height: 65px;
	padding-top: 19px;
	color: #FFF;
	font-size: 20px;
	background: #3DFF9E;
	text-align: center;
}
.pagetitle img {
	width: auto;
	height: 28px;
}
/*panlist*/
.panlist {
	padding: 10px 10px;
}
.panlist li {
	display: inline;
}
.panlist li a {
	color: #000;
	text-decoration: none;
}
