@charset "UTF-8";

/* CSS STYLE */

body {
	padding:0;
	margin:0;
	font-size: 1.4rem;
	line-height: 1.6;
	height:100%;
	overflow-x: hidden;
}

img {
	width: 100%;
	height: auto;
}

a {
	color: #2087CE;
}

a:hover {
	text-decoration: underline;
}

.wrap {
	width: 100%;
}

.contents{
	text-align: center;
	padding:20px;
}
.contents figure img{
	width:260px;
	height:auto;
	margin:0 auto 20px;
}
.contents h1{
	font-size:18px;
	color:#000;
	font-weight:bold;
	margin:0 0 20px 0;
}
.contents p{
	font-size:17px;
	margin:0 0 20px;
}
.contents p em{
	font-style:normal;
	font-weight:bold;
}
.contents div{
	border-radius: 6px;
	background:#f1f1f1;
	padding:15px 35px;
	font-size:15px;
	margin:0 0 20px 0;
}
.contents div p{
	font-size:15px;
	margin:0;
}
.contents div em{
	display: block;
	margin:0 0 5px 0;
}
.contents span{
	display: inline-block;
	color:#666;
	font-size:14px;
}

.info_block {
	display: block;
	padding: 20px;
	border-top: 1px solid #666;
	font-size: 16px;
}

.info_contact, .info_service {
	padding: 0;
}

.info_service {
    width: 100%;
	margin-top: 40px;
}

ul.menu {
    margin-top: 16px;
}

li.menuChild {
	float: none;
	vertical-align: middle;
	width: 80%;
	margin: 0px auto 12px;
	border: solid 1px #2087CE;
	border-radius: 6px;
	color :#2087CE;
	text-align: center;
	line-height: 20px;
}

.menuChild a {
	display: block;
	padding: 8px 16px;
	text-decoration: none;
	color: inherit;
	background-color: transparent;
	transition: background-color 0.3s;
}


.onlyPC{
	display: none;
}
.onlySP{
	display: block;
}

