@charset 'UTF-8';

html,
html * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
	background-color: #F8fbff;
    font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    }
h1 {
	font-size: 1.5em;
	letter-spacing: 0.1em;
	color: #002D88;
	display: inline-block;
	border-bottom: solid 1px #002D88;
}
h2 {
	font-size: 17px;
	letter-spacing: 0.2em;
	color: #FFFFFF;
	height: 100px;
	padding: 2.3em;
	background-color: #2D72FF;
	text-align: center;
}
h3 {
	font-size: 18px;
	letter-spacing: 0.1em;
	padding-left: 1.5em;
	padding-top: 1em;
	text-decoration: underline;
}
h4 {
	font-size: 18px;
	padding-left: 1.7em;
	padding-top: 1em;
}
span {
	background:linear-gradient(transparent 60%, #ff6 60%);
}

header {
	width: 100%;
	height: 50px;
	top: 0px;
	padding: 10px;
	position: relative;
	background-color: #002D88;
}
#pagetop {
	vertical-align: top;
}
.site-nav {
	float: right;
	z-index: 100;
	display: block !important;
}
.site-nav ul {
	list-style-type: none;
	margin: 0;
	text-align: end;
}
.site-nav ul li {
	display: inline-block;
	margin-bottom: 0;
	margin-left: 1.5em;
}
.site-nav ul li a {
	font-size: .85em;
	padding-bottom: .5em;
	text-decoration: none;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: #fff;
	webkit-transition: color .3s;
	transition: color .3s;
}
#nav-contact {
	height: 29px;
	width: 95px;
	background:linear-gradient(transparent 90%, #DE1010 90%);
}
.site-nav ul li a:hover {
	outline: none;
	border-bottom: 1px solid white;
}
.gotopagetop {
	text-align: right;
}
#top {
	height: 400px;
	width: 100%;
	position: relative;
	background-image: url("img/service02.jpg");
	background-size: cover;
	background-repeat: no-repeat;
}
#top h1 {
	position: absolute;
	top: 150px;
	left: 25px;
	line-height: 1.5em;
	font-size: 28px;
	color: #FFFFFF;
	border-bottom: none;

}
#menu-service {
	margin-bottom: 30px;
}
#menu-service h3 {
	font-size: 17px;
	letter-spacing: 0.2em;
	color: #000000;
	height: 50px;
	padding: 0.8em;
	background-color: #B0CAFF;
	text-align: center;
}
#menu-service p {
	padding: 20px;
	text-align: center;
}
#menu-service-list p {
	padding: 20px;
	vertical-align: top;
	text-align: left;
}
.list-flex {
	display: flex;	
}
.image-fix {
	display: none;
}
@media screen and (min-width: 480px){
	.image-fix{
	display: inline;
	width: 550px;
	height: 275px;	
	}
}
#title-service{
	height: 150px;
	padding: 55px;
	text-align: center;	
}
#fees-list p {
	padding: 10px;
	padding-left: 30px;
	padding-right: 30px;
}
table{
	width: 90%;
	margin: auto;
}
table th{
  text-align: center;
  color: #FFFFFF;
  background-color: #002D88;
  border-left: 1px solid #3c6690;
  border-top: 1px solid #3c6690;
  border-bottom: 1px solid #3c6690;
  box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
  width: 25%;
  padding: 10px;
}
table td{
  text-align: center;
  border-left: 1px solid #a8b7c5;
  border-bottom: 1px solid #a8b7c5;
  border-top: none;
  box-shadow: 0px -3px 5px 1px #eee inset;
  width: 25%;
  padding: 10px;
}
table th:first-child{
  border-radius: 5px 0 0 0;
}
table th:last-child{
  border-radius: 0 5px 0 0;
  border-right: 1px solid #3c6690;
}
table td:last-child{
  border-right: 1px solid #a8b7c5;
}
table tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}
table tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}
#footer-contact {
	height: 300px;
	text-align: center;
	margin-top: 30px;
}
#footer-contact p {
	font-size: 18px;
	padding-top: 18px;
	padding-bottom: 30px;
	padding-left: 18px;
	padding-right: 18px;
}
#footer-contact a {
	width: 400px;
	font-size: 20px;
	font-weight: bold;
	color: #DE1010;
	text-decoration: none;
	border: solid #DE1010;
	border-radius: 30px;
	background: #FFFFFF;
	padding: 1rem 4rem;
}
#footer-contact a:hover {
	color: #fff;
	background: #DE1010;
}
#copyright {
	width: 100%;
	height: 60px;
	top: 0px;
	padding: 15px;
	position: relative;
	color: #FFFFFF;
	text-align: center;
	background-color: #002D88;
}







#menu {
	position: relative;
	top: 0px;
	height: 700px;
	padding-top: 20px;
}
#menu p {
	font-size: 18px;
	padding-top: 18px;
	padding-bottom: 50px;
	padding-left: 18px;
	padding-right: 18px;
}
#menu-list{
	position: relative;
	top: 0px;
	width: 100%;
	display: flex;
    justify-content: center;
    align-items: center;
	list-style-type: none;
	background-color: #CAE4FE;
}
#menu-list li{
	width: 25%;
}
#menu-list img{
	display: block;
	margin: auto;
	width: 99%;
}
#menu-list a {
	font-size: 1.3em;
	font-weight:bold;
	color:#1a0dab;
	text-decoration: none;
	padding: 1em;
}
#menu-list a:hover {
	text-decoration: underline;
	}

#featured {
	height: 1250px;
	padding-top: 50px;
	text-align: center;
}
#featured p {
	font-size: 18px;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 18px;
	padding-right: 18px;
	background-color: #CAE4FE;
}
#service-list {
	display: flex;
    justify-content: center;
    align-items: center;
	flex-wrap: wrap;
	list-style-type: none;
	background-color: #CAE4FE;
}
#service-list li {
	width: 50%;
	height: auto;
}
#service-list a {
	font-size: 1.1em;
	font-weight:bold;
	color:#1a0dab;
	text-decoration: none;
}
#service-list a:hover {
	text-decoration: underline;
	}
#service-list p {
	font-size: 1.1em;
	padding-top: 10px;
	padding-bottom: 30px;
	padding-left: 18px;
	padding-right: 18px;
	background-color: #CAE4FE;
}
#service-list img{
	object-fit: none;
}
#update p {
	font-size: 18px;
	padding-top: 18px;
	padding-bottom: 50px;
	padding-left: 18px;
	padding-right: 18px;
}