@charset "utf-8";

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers
*/
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}

/* clearfix */
.clearfix:after{
content: ".";
display: block;
height: 0;
font-size:0;
clear: both;
visibility:hidden;
}

.clearfix{display: inline-block;}

* html .clearfix {height: 1%;}
.clearfix{display:block;}

/* body */
body {
	background-color: #EEEEEE;
	color: #333333;
	font-family: "游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 1.6rem;
	font-weight: 500;
}
body > * {
	box-sizing: border-box;
}
.inner {
	margin: 0 auto;
	max-width: 1180px;
	width: 100%;
}

img {
	font-size: 0;
	width: 100%;
}
.ahover:hover {
	opacity: .6;
}

.wrap {
	background-color: #fff;
	box-sizing: border-box;
	left: 0;
	padding: 0 50px;
	position: absolute;
	top: 0;
	width: 100%;
}

.sp { display: none; }

@media screen and (max-width: 768px) {
	body, html, main {
		height: 100%;
	}
	body {
		font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
		font-size: 1.2rem;
		font-weight: normal;
	}
	.inner {
		max-width: none;
		width: 90.625%;
	}

	.wrap {
		padding: 0 10px;
	}

	.pc { display: none; }
	.sp { display: block; }
}

/* header */
#header {
	background-color: #fff;
	left: 0;
	padding-top: 63px;
	position: static;
	top: 0;
	width: 100%;
	z-index: 10000;
}
#header.fix {
	box-sizing: border-box;
	padding: 0 50px;
	position: absolute;
}
#header.fix .inner {
	padding: 12px 0 18px;
}
#header img {
	width: auto;
}
#header .inner {
	position: relative;
}
#header .logo {
	margin: 0 auto;
	width: 240px;
}
#header .logo img {
	width: 100%;
}
#header .menu {
	left: 0;
	position: absolute;
	top: 25px;
	width: 103px;
}
#header .menu a {
	background: url(/common/img/menu.png) center center no-repeat;
	background-size: 103px auto;
	display: block;
	height: 15px;
	overflow: hidden;
	text-indent: 100%;
	width: 103px;
	white-space: nowrap;
}
#header .menu a.open,
#header .menu a:hover {
	background-image: url(/common/img/menu_o.png);
}
#header.fix .menu {
	top: 25px;
}
#header .sns {
	position: absolute;
	right: 0;
	top: 10px;
	width: 100px;
}
#header .sns a + a {
	margin-left: 21px;
}
#header.fix .sns {
	top: 10px;
}

@media screen and (max-width: 768px) {
	#header {
		margin: 0 -10px;
		padding-bottom: 4.5%;
		padding-top: 4.065%;
		-moz-transition: top .3s linear;
		-webkit-transition: top .3s linear;
		transition: top .3s linear;
		width: auto;
	}
	#header.fix {
		margin: 0;
		padding: 0;
		width: 100%;
	}
	#header.fix .inner {
		padding: 3.8% 0 3%;
	}
	#header.hide {
		top: -50px;
	}
	#header img {
		width: 100%;
	}
	#header .logo {
		width: 48.28%;
	}
	#header .logo img {
		width: 100%;
	}
	#header .menu {
		top: 22%;
		width: 10.35%;
	}
	#header.fix .menu {
		top: 24%;
	}
	#header .menu a,
	#header .menu a:hover {
		background-image: url(/common/img/menu_sp.png);
		background-size: 100% auto;
		height: 0;
		padding-bottom: 70%;
		width: 100%;
	}
	#header .menu a.open {
		background-image: url(/common/img/menu_sp_o.png);
	}
	#header .sns {
		top: 25%;
		width: 18.3%;
	}
	#header .sns a {
		display: inline-block;
		width: 37.75%;
	}
	#header .sns a + a {
		margin-left: 24%;
	}
}

/* nav */
#header nav {
	background-color: #eeeeee;
	display: none;
	max-width: 240px;
	position: absolute;
	right: 100%;
	top: 0;
	z-index: 10000;
}
#header nav a:hover {
	opacity: .6;
}
#header nav p a {
	background: url(/common/img/icon_menu_close.png) 94% center no-repeat;
	background-size: 16px auto;
	box-sizing: border-box;
	display: block;
	padding: 28px 0 25px 23px;
	width: 100%;
}
#header nav ul {
	border-bottom: 1px solid #DDDDDD;
}
#header nav ul li {
	border-top: 1px solid #DDDDDD;
}
#header nav ul li a {
	background: url(/common/img/icon_arrow_right.png) 94% center no-repeat;
	background-size: 10px auto;
	box-sizing: border-box;
	display: block;
	padding: 10px 0 13px 23px;
}

@media screen and (max-width: 768px) {
	#header nav {
		width: 75%;
	}
	#header nav p a {
		color: #333333;
		font-size: 16px;
		padding: 10.85% 61.12% 10.85% 9.3%;
		text-decoration: none;
	}
	#header nav ul li a {
		color: #333333;
		font-size: 12px;
		padding: 7.5% 28.2% 8.5% 9.3%;
		text-decoration: none;
	}
	#header nav p a span {
		text-decoration: none;
	}
}


/* contents */
#contents {
	margin: 72px auto 0;
}
#contents.fix {
	margin-top: 200px;
	max-width: none;
}
#contents .box {
	background-color: #F5F5F5;
	padding: 70px 0 87px;
}

@media screen and (max-width: 768px) {
	#contents {
		margin-top: 0;
	}
	#contents.fix {
		margin-top: 19%;
	}
	#contents .box {
		padding: 7% 0 8%;
	}
}

/* breadcrumb */
.breadcrumb {
	margin: 0 auto 55px;
	max-width: 1180px;
	padding: 0 20px;
	width: 100%;
}
.breadcrumb li {
	font-size: 20px;
	float: left;
}
.breadcrumb li a {
	color: #333333;
	font-size: 20px;
	text-decoration: none;
}
.breadcrumb li + li {
	border-left: 1px solid #333;
	margin-left: 2.3%;
	padding-left: 2.3%;
}

@media screen and (max-width: 768px) {
	.breadcrumb {
		margin-bottom: 7%;
		max-width: none;
		padding: 0;
		text-align: center;
	}
	.breadcrumb li {
		float: none;
		font-size: 14px;
	}
	.breadcrumb li a {
		font-size: 14px;
	}
	.breadcrumb li + li {
		border-left: none;
		margin: 4.3% 0 0;
		padding-left: 0;
	}
}


/* footer */
#footer {
	padding: 54px 0 32px;
}
#footer img {
	width: auto;
}
#footer .sns {
	margin: 0 auto 31px;
	width: 109px;
}
#footer .sns a + a {
	margin-left: 22px;
}

#footer .logo {
	margin: 0 auto 34px;
	width: 208px;
}
#footer .logo img {
	width: 100%;
}

#footer .copyright {
	margin: 0 auto;
	width: 305px;
}
#footer .copyright img {
	width: 100%;
}

@media screen and (max-width: 768px) {
	#footer {
		padding: 7.815% 0 8.125%;
	}
	#footer img {
		width: 100%;
	}
	#footer .sns {
		margin-bottom: 6.555%;
		width: 27.245%;
	}
	#footer .sns a {
		display: inline-block;
		width: 37.98%;
	}
	#footer .sns a + a {
		margin-left: 24%;
	}
	#footer .logo {
		margin-bottom: 3.8%;
		width: 35.865%;
	}
	#footer .copyright {
		width: 64.83%;
	}
}