@charset "UTF-8";



html, body {
	width: 100%;
	min-width: 100%;
	font-size: 12px;
	-webkit-text-size-adjust: 100%;
	color: #333333;
	background-color: #ffffff;
	font-family:"游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , sans-serif;
}



/* header */
body > header {
	background-color: #ffffff;
	padding: 10px 4%;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body > header > p.logo {
	width: auto;
	height: 30px;
}

body > header > p.logo img {
	width: auto;
	height: 100%;
}

body > header > div#navBtn {
	width: 35px;
	height: 35px;
	position: absolute;
	top: 7px;
	right: 4%;
	z-index: 1000;
}

body > header > div#navBtn > a {
	display: block;
	background-image: url(../images/sp/nav_open.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 100%;
	height: 100%;
}

body > header > div#navBtn > a.open {
	background-image: url(../images/sp/nav_close.png);
}

body > header > nav {
	width: 100%;
	height: auto;
	display: none;
	position: absolute;
	top: 50px;
	left: 0;
	z-index: 1000;
}

body > header > nav > ul {
	width: 100%;
}

body > header > nav > ul > li {
	background-color: #1E8582;
}

body > header > nav > ul > li + li {
	border-top: 1px #ffffff solid;
}

body > header > nav > ul > li > a {
	color: #ffffff;
	font-size: 133.3%; /* 16px */
	line-height: 1;
	text-align: center;
	text-decoration: none;
	display: block;
	padding: 15px 10px;
	box-sizing: border-box;
}

body > header > nav > ul:last-of-type > li {
	background-color: #faf9f8;
}

body > header > nav > ul:last-of-type > li + li {
	border-top: 1px #1E8582 solid;
}

body > header > nav > ul:last-of-type > li > a {
	color: #1E8582;
}

body > header > nav > ul:last-of-type > li:first-of-type > a > span {
	font-size: 160%;
	display: block;
	margin-bottom: 0.4em;
}

body > header > nav > ul:last-of-type > li:first-of-type > a > span:after {
    content: "";
    background-image: url(../images/sp/icon_pc1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 18px;
    height: 14.5px;
    padding-left: 10px;
    display: inline-block;
    vertical-align: text-top;
}

/* content */
body > section {
	width: 100%;
	margin: 30px auto;
	padding: 0px 2%;
	box-sizing: border-box;
}

body > section > article {
	width: 100%;
	height: auto;
}

body > section > article + article {
	margin-top: 30px;
}

body > section > article > h2 {
	font-size: 150%; /* 18px */
	font-weight: bold;
	text-align: center;
	margin: 0px auto 10px auto;
	position: relative;
}

body > section > article > h2 > span.toPC {
	right: 0;
	bottom: 0;
	position: absolute;
}

body > section > article > h2 > span.toPC > a {
	color: #1E8582;
	font-size: 55.6%; /* 10px */
	line-height: 1;
	padding: 2px 4px;
	border: 1px #1E8582 solid;
	text-decoration: none;
	border-radius: 2px;
}

body > section > article > h2 > span.toPC > a:after {
	content: "";
	background-image: url(../images/sp/icon_pc1.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 12px;
	height: 9.66px;
	display: inline-block;
	vertical-align: middle;
}

body > div.page-top {
	background-color: #98C7C6;
	text-align: center;
	margin-top: 10px;
}

body > div.page-top > a {
	display: block;
	padding: 10px 0px;
}

body > div.page-top > a > img {
	width: auto;
	height: 12px;
}



/* footer */
body > footer {
	color: #ffffff;
	background-color: #1E8582;
	width: 100%;
	padding: 10px 2%;
	box-sizing: border-box;
}

body > footer > ul {
	width: 100%;
	display: table;
}

body > footer > ul > li:first-of-type {
	display: table-cell;
	text-align: left;
}

body > footer > ul > li:first-of-type > img {
	width: auto;
	height: 25px;
}

body > footer > ul > li:last-of-type {
	display: table-cell;
	text-align: right;
	vertical-align: middle;
}

body > footer > ul > li:last-of-type > a {
	color: #ffffff;
	font-size: 100%;
	text-decoration: none;
}

body > footer > ul > li:last-of-type > a:before {
	content: "";
	background-image: url(../images/sp/icon_access.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 10px;
	height: 12px;
	display: inline-block;
	padding-right: 5px;
	vertical-align: bottom;
}

body > footer > table {
	width: 92%;
	margin: 10px auto;
}

body > footer > table th,
body > footer > table td {
	line-height: 1.5;
	text-align: left;
	vertical-align: top;
}

body > footer > table th {
	white-space: nowrap;
	padding-right: 6px;
}


body > footer > p {
	font-size: 75%; /* 9px */
	text-align: center;
}


/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}