@charset "UTF-8";

/* CSS STYLE */

body {
	font-size: 16px;
	line-height: 1.8;
	height:100%;
}

img {
	width: 100%;
	-webkit-backface-visibility: hidden;
}

a {
	color: #2087CE;
}

a:hover {
	text-decoration: underline;
}

.wrap {
	width: 1200px;
	margin: 0 auto;
}

.contents{
	margin-top: 40px;
	text-align: center;
}
.contents figure img{
	width:360px;
	height:auto;
	margin:0 auto 20px;
}
.contents h1{
	font-size:20px;
	color:#000;
	font-weight:bold;
}
.contents p{
	font-size:16px;
	margin:0 0 20px;
}
.contents p em{
	font-style:normal;
	font-weight:bold;
}
.contents .maintenance-date {
	width: 600px;
	border-radius: 6px;
	background:#f1f1f1;
	padding:15px 35px;
	font-size:16px;
	margin:16px auto 8px;
}
.contents div p{
	font-size:16px;
	margin:0;
}
.contents div em{
	display: block;
}
.contents span{
	display: inline-block;
	color:#666;
	font-size:14px;
}

.info_block {
	display: flex;
	justify-content: space-evenly;
	margin: 20px 80px 0;
	border-top: 1px solid #666;
}

.info_contact, .info_service {
	padding: 20px;
	width: 50%;
}

.info_service {
}

ul.menu {
    margin-top: 8px;
}

li.menuChild {
	float: left;
	width: 46%;
	margin: 0px 8px 8px 0;
	border: solid 1px #2087CE;
	border-radius: 6px;
	color :#2087CE;
}

.menuChild a {
	display: block;
	padding: 4px 16px;
	text-decoration: none;
	color: inherit;
	background-color: transparent;
	transition: background-color 0.3s;
}
  
  .menuChild a:hover {
	background-color: #2087CE; /* 背景色の指定 */
	color: #fff;
  }

.onlyPC{
	display: block;
}
.onlySP{
	display: none;
}


