@charset "UTF-8";

/* CSS Document */

/*==================================================

container
=================================================*/

html {
	background: #ffffff;
}

img {
width:100%;
max-width: 100%;
height: auto;
}

.tC{
	text-align: center;
}
.tS{
	font-size: 80%;
}
.mwh{
	max-width: 460px;
	margin: 0 auto;
}
.mw6{
	max-width: 600px;
	margin: 0 auto;
}

.layer{
    display: none;
    width: 100%;
    height: 100%;
	position: fixed;
    top: 0;
	left: 0;
    background: rgba(0, 0, 0, 0.8);
	z-index: 1002!important;
}
body.open{
	width: 100%;
    position: fixed;
}

#wrapper {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}

/*==================================================

header
=================================================*/

header {
	width: 100%;
	position: fixed;
	min-width: 100%;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 7!important;
	
	/* animation */
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	z-index: 20;
	height: 80px;
}

#header-inner {
	width: 100%;
	max-width: 1500px;
	position: relative;
	margin: 0 auto;
	
	/* animation */
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	height: 80px;
}

.headerbg {
	background-color: rgba(255,255,255, 0.8);
	top: 0;
}
.headerbg #header-inner {
	margin: 0 auto;
}

/* cf */

#header-inner:after,#header-logo-wrapper:after {
    content:" ";
    display:block;
    clear:both;
}

/* header PC */

#header-logo {
	width: 15%;
	max-width: 190px;
	position: absolute;
	line-height: 0;
	
	top: 15px;
	left: 20px;

	/* animation */
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	
	z-index: 5!important;
	
}
/* header img */

#header-logo img {
	width: 100%;
	max-width:260px;
	height: auto;
}

/* header SP */

.header-spmenu {
	width: 60px;
	display: none;
	float: right;
	text-align: center;
	cursor: pointer;
/*	padding: 15px;*/
}
.header-spmenu img {
	width: 100%;
	max-width: 100%;
	height: auto;
}


/*==================================================

Navi
=================================================*/

/* header menu */

nav {
	width: 80%;
	max-width:1200px;
	position: relative;
	float: right;
}

nav > ul {
	width: 100%;
	position: relative;
	display: table;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;
}

/* cf */

nav:after,nav ul:after {
    content:" ";
    display:block;
    clear:both;
}
nav > ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
nav > ul > li {
	position: relative;
}
nav > ul > li > a,
nav > ul > li > span {
	width: 100%;
	display: block;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	margin: 20px 0;
	padding: 0 15px;
}
nav > ul > li > a{
	color: #333;
	font-size: 1.5rem;
}
nav > ul > li.tel{
	position: relative;
	background: #014da3;
	color: #fff !important;
	font-weight: bold;
	font-size: 2rem;
	letter-spacing: 0.05em;
	font-family: 'Barlow', sans-serif;
}
nav > ul > li.tel a{
	color: #fff !important;
}


/* メインメニューの背景 オーバー */

nav > ul > li > ul {
	width: 200px;
	position: absolute;
	visibility: hidden;
	opacity: 0;
	transition: .2s;
	top: 100%;
	left: 50%;
	-webkit-transform: translate(-40%, 0); /* Safari用 */
	transform: translate(-40%, 0);
	
    background-color: rgba(255,255,255,0.9);
	padding: 0;
}

nav li ul li a {
	visibility: hidden;
	opacity: 0;
	transition: .2s;
}
nav li:hover ul li a {
	visibility: visible;
	opacity: 1;
}

.pc-only {
	display: block;
}
.sp-only {
	display: none;
}

/* 印刷時 */

@media print {
	header {
		position: absolute;
	}
}


/*==================================================

table
=================================================*/

.fColRed {
	color: #F00;
}
.fColBlue {
	color: #1976b9;
}
table{
	width: 100%;
	margin: 20px auto 30px;
	border-top:1px solid #8ca7bc;
}

table th,
table td{
	padding: 15px 20px;
	vertical-align: top;
	border-bottom:1px solid #8ca7bc;
}
table th{
	white-space: nowrap;
	font-weight: normal;
	letter-spacing: 0.1em;
	text-align: left;
	width: 20%;
}
table.data-style,
table.data-tstyle,
table.data-sstyle {
	border-top:3px solid #174f9e;
	border-bottom:3px solid #174f9e;
	margin: 5% auto;
}
table.data-style th{
	border-right:3px solid #174f9e;
	color: #174f9e;
	text-align: right;
	font-weight: 500;
	border-bottom: 1px solid #dfdfdf;
}
table.data-sstyle th{
	width: 80%;
	border-right:3px solid #174f9e;
	font-weight: 500;
	border-bottom: 1px solid #dfdfdf;
}
table.data-style td,
table.data-sstyle td{
	letter-spacing: 0.05em;
	line-height: 1.7em;
	border-bottom: 1px solid #dfdfdf;
}

table.data-tstyle th{
	color: #174f9e;
	font-weight: 500;
	border-bottom: 1px solid #dfdfdf;
	width:auto;
}
table.data-tstyle td{
	border-bottom: 1px solid #dfdfdf;
}
table.data-tstyle .midashi{
	background: #f3f3f3;
}

/*==================================================

footer
=================================================*/

.pagetop {
	width: 60px;
	height: 60px;
	right: 0px;
	bottom:0px;
	position: fixed;
	z-index: 50;
	background: rgba(0,0,0,0.5);
}

footer {
  margin: 0 auto;
  padding: 0px 10px 30px;
  font-size: 14px;
	border-top:1px solid #333333;
	position: relative;
	background: #ebf1fa;
	
}
footer .footerIn{
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
}
footer .footerIn .footerlogo {
	margin: 0 auto;
  padding: 20px 10px;
  text-align: left;
	width: 25%;
}
footer .footerIn .footerlogo img {
  width: 100%;
  height: auto;
	max-width: 200px;
}

footer .footerLink {
  position: relative;
	width: 75%;
	display: flex;
	justify-content: flex-end;
	align-content: flex-start;
	flex-wrap:wrap;
}
footer .footerLink ul{
	width: 25%;
	border-right:1px solid #7b9cc9;
	padding: 10px 10px;
}
footer .footerLink ul > li{
	text-align: right;
	padding: 10px 10px 0;
}

footer .footerLink ul li a {
  color: #000;
	text-align: left;
	font-size: 1.4rem;
}

.footerinfo {
  margin: 0 auto;
	padding: 10px;
  text-align: center;
  font-size: 1.3rem;
	line-height: 1.8em;
	color: #fff;
  background: #174f9e;
}

@media print, screen and (min-width:1px) and (max-width: 1150px) 
{
	
nav > ul > li > a,
nav > ul > li > span {
	padding: 0 10px;
}
nav > ul > li > a{
	color: #333;
	font-size: 1.4rem;
}
nav > ul > li.tel{
	font-size: 1.8rem;
}
}

@media print, screen and (min-width:1px) and (max-width: 960px) {
	/*==================================================
	
	header
	=================================================*/


#header-logo {
	width: 50%;
	max-width: 190px;
	left: 10px;
	top:10px;	
}
	
	/* header SP*/
	.header-spmenu {
		display: block;
	}
	
	.headerbg {
		background-color: rgba(255, 255, 255, 1);
		z-index: 1000;
	}
	.headerbg nav > ul > li > a {
		padding: 5%;
	}
	
	
	/*==================================================
	
	Navi
	=================================================*/
	
	
	nav {
		/* モバイルメニュー幅 */
		width: 240px;
		height: 100%;
		position: fixed;
		display: block;
		background: #fff;
		top: 0;
		right: -240px;
		-webkit-transform: translate(0, 0); /* Safari用 */
		transform: translate(0, 0);
		margin-top: 0;
		padding: 0;
		z-index: 1003!important;
	}
	
	nav > ul {
		width: 100%;
		height: 100%;
		position: relative;
		display: block;
		padding: 0;
		overflow: hidden;
	}
	nav > ul > li {
		width: 100%;
		display: block;
		border-bottom: 1px solid #0067b1;
	}

	nav > ul > li > a {
		width: 100%;
		display: block;
		font-size: 1.3rem;
		line-height: 2.5em;
		text-align: left;
		color: #174f9e;
		padding: 10px;
	margin: 0;
	}
	nav > ul > li > span {
		width: 100%;
		display: block;
		font-size: 1.8rem;
		line-height: 2.5em;
		text-align: left;
		color: #FFF;
		padding: 10px;
	margin: 0;
	}

	.close-button {
		width: 50%;
		cursor: pointer;
		font-size: 1.2rem;
		color: #174f9e;
		text-align: center;
		border: 1px solid #174f9e;
		margin: 20px auto;
		padding: 2px;
		
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}
	.close-button:hover {
		color: #666;
		background-color: #FFF;
	}
	.sp-only {
		display: block;
	}
	.pc-only {
		display: none;
	}


}

@media only screen and (min-width:1px) and (max-width: 768px) {

	/*==================================================
	
	table
	==================================================*/
	
table{
	width: 96%;
	margin: 20px auto 30px;
}
table th,
table td{
	width: 100%;
	display: block;
	padding: 5px 10px;
	text-align: left;
	line-height: 1.6em;
	font-size: 1.4rem;
}
table th{
	border-right:none;
/*	background: #1976b9;
	color: #fff;*/
	background: #f3f3f3;
	color: #0082c9;
}
	
table.data-style th,
table.data-sstyle th{
	border-right:none;
	color: #174f9e;
	text-align: left;
	font-weight: 500;
	border-bottom: 1px solid #dfdfdf;
}

table.data-sstyle th{
	width: 100%
}
table.data-tstyle .midashi{
	display: none;
}
	/*==================================================
	
	footer
	=================================================*/


footer .footerLink ul{
	width: 33.3333%;
	border-right:1px solid #7b9cc9;
	padding: 10px 10px;
}
footer .footerLink ul li a {
  color: #000;
	text-align: left;
	font-size: 1.2rem;
}
	
}

@media only screen and (min-width:1px) and (max-width: 480px) {
	
	
	/*==================================================
	
	header
	==================================================*/

header {
	height: 70px;
}

#header-inner {
	height: 70px;
}
#header-logo {
	width: 70%;
	max-width: 160px;
	left: 5px;
	top: 10px;
	
}
	
	/*==================================================
	
	Navi
	==================================================*/
	
	
	/*==================================================
	
	contents
	==================================================*/

	
	/*==================================================
	
	table
	==================================================*/
	
table td dl dt{
	font-size: 0.9em;
	width: 100%;
	float: none;
}
table td dl dd{
	margin-left: 20px;
}
	
	/*==================================================
	
	footer
	==================================================*/

.pagetop {
	width: 49px;
	height: 49px;
}

.spfooter{
		width: 100%;
		position: fixed;
		bottom:0;
		left: 0;
	height: 50px;
	z-index: 30;
	background: #174f9e;
	border-top: 1px solid #fff;
	}	
	.spfooter ul{
		width: 88%;
	}
.spfooter .fform{
	width: 43%;
	color: #fff;
	font-size: 1.4rem;
	text-align: center;
	line-height: 50px;
	background: #2785ca;
	border-right: 1px solid #fff;
	
	}
.spfooter .tel{
	width: 57%;
	color: #fff;
	font-size: 1.6rem;
	text-align: center;
	line-height: 50px;
	background: #174f9e;
	letter-spacing: 0.05em;
	font-weight: 500;
	font-family: 'Barlow', sans-serif;
	
	}
.spfooter .fform a,
.spfooter .tel a{
	color: #fff;
	display: block;
	
	}
footer {
  padding: 0px 10px 0px;
	
}

footer .footerIn .footerlogo {
	margin: 0 auto;
  padding: 20px 10px;
  text-align: left;
	width: 100%;
}
footer .footerLink ul{
	display: none;
}
.footerinfo {
  font-size: 1.1rem;
	margin-bottom: 50px;
}
	
}


@media print{
	header,.navopen{
		position: absolute;
	}
	nav{
		display: none;
	}
	
}