@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/sawarabimincho.css);

html {
	font-size: 62.5%;
}
body {
	background:#FFF;
	min-width: 320px;
	color: #333;
	font-size: 1.2rem;
	line-height:1.5;
	/*font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";*/
	font-family: "Sawarabi Mincho";
}
img {
	max-width: 100%;
	height: auto;
	vertical-align:middle;
}
a {
	text-decoration:none;
}
p,h1,h2,h3,h4,h5,h6 {
	margin:0;
	padding:0;
}
ul,
ul li,
dl,
dl dd {
	margin:0;
	padding:0;
}
figure {
	margin:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
}
ul {
	list-style:none;
}
@font-face{
	font-family:'condenseicon';
	src: url('../font/CONDENSEicon.ttf') format('truetype'),url('../font/CONDENSEicon.otf') format('opentype'),url('../font/CONDENSEicon.woff') format('woff');
}
.clearfix {
	zoom: 1;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

/* サイドメニューオープン時の背景 */
.overlay {
	content: '';
	visibility: hidden;
	position: fixed;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0);
	transition: all .5s ease;
	z-index: 3;
}
.side-open .overlay {
	visibility: visible;
	cursor: pointer;
	background: rgba(0,0,0,.7);
}

/* サイドメニュー */
.side-menu {
	visibility: hidden;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 80px 0 0;
	background: #18539e;
	transition: all .5s ease;
	z-index: 1;
}
.side-menu ul {
	background: #FFF;
	overflow: hidden;
}
.side-menu ul li {
	text-align: left;
	border-bottom: 1px solid #333;
	position: relative;
}
.side-menu ul li .pc {
	width: 32px;
	position: relative;
	top:-2px;
	margin-left: 5px;
}
.side-menu ul li a,
.side-menu ul li span {
	display: block;
	height: 34px;
	padding: 0 0 0 10px;
	color : #18539e;
	font-size: 1.8rem;
	line-height: 34px;
	background-repeat: no-repeat;
	background-position:  5px center;
	background-size: 24px;
}

.side-menu ul li.menu2::after,
.side-menu ul li.menu5::after{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	content:"＋";
	position: absolute;
	top:0;
	right:5px;
	font-size: 1.8rem;
	line-height: 34px;
}
.side-menu ul li.menu3.open::after,
.side-menu ul li.menu4.open::after{
	content:"ー";

}
.side-menu ul li ul.sub {
	display: none;
}
.side-menu ul li ul.sub li {
	border-top: 1px solid #CCC;
	border-bottom: none;
	margin: 0 0 0 35px;
}
.side-menu ul li ul.sub li a {
	padding-left:0;
	font-size: 1.6rem;
}
/* サイドメニュー開閉用ボタン */
.btn-side-menu {
	position: fixed;
	right: 10px;
	top: 10px;
	width: 55px;
	height: 55px;
	background: url(../img/btn_side_menu.png) no-repeat;
	background-size:cover;
	z-index: 5;
}
.btn-side-menu span {
	display: none;
}
/* サイドメニューオープン */
.side-open .wrapper,
.side-open .overlay {
	transform: translateX(-100%);
}
.side-open .side-menu {
	visibility: visible;
}
.side-open .btn-side-menu {
	background: url(../img/btn_side_menu_on.png) no-repeat;
	background-size:cover;
}
header {
	box-sizing: border-box;
	position: fixed;
	left: 0;
	top:0;
	width: 100%;
	height: 80px;
	overflow: hidden;
	background:#18539e;
	text-align: center;
	z-index: 4;
}
header .logo {
	width:160px;
	margin: 5px 0 0 10px;
}
header .menu {
	position: absolute;
	top:0;
	right:60px;
}
header .menu li {
	float:left;
	width: 50px;
	height: 60px
}
.wrapper {
	position: relative;
	top:80px;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	background: #FFF;
	transition: all 0.5s ease;
	z-index: 2;
}

main {
	margin:0 0 20px;
}
main section {
	clear: both;
	margin: 0 0 20px;
	overflow: hidden;
}
main section h1 {
	margin: 20px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #18539e;
	color: #000;
	font-size: 2.2rem;
	font-weight:normal;
	line-height: 1.2;
	text-align:center;
	letter-spacing: 1px;
}
main section > .contents {
	margin: 10px;
}
footer {
	background: #FFF;
	text-align: center;
}
footer a {
	color: #000;
}
footer .btn-inquiry {
	clear: both;
	overflow: hidden;
	margin-bottom: 20px;
}
footer .btn-inquiry li {
	margin-bottom: 10px;
}
footer .tempo {
	font-size: 1.4rem;
	font-weight: bold;
}
footer address {
	font-style: normal;
	margin-bottom: 10px;
}
footer .menkyo {
	margin-bottom: 10px;
}
footer .logo {
	width: 140px;
	margin: 20px auto;
}
footer .copyright {
	margin-bottom: 10px;
}