@charset "UTF-8";

/* CSS Document */

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

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

body {
    position: relative;
    left: 0;
}

img {
/*width:100%;*/
max-width: 100%;
height: auto;
}
.tC{
	text-align: center !important;
}
.tR{
	text-align: right !important;
}
/* sp menu setting */

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

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

.aclink{
   margin-top:-100px;
  padding-top:100px;
}

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

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

header {
	width: 100%;
	min-width: 100%;
	z-index: 20!important;	
	/* animation */
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	/*height: 80px;
	background: #f7f7f5;
	box-shadow: 0 5px 5px 0px rgba(120,120,120,0.1);*/
	background: #fff;
	z-index: 10;
	position: fixed;
	height: 95px;
	
}


.headerbg{
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width:100%;
	background: #fff;
	border-bottom: 1px solid #dfdfdf;
	height: 95px;
}
/*
.fixed .hnav{
	display: none;
}
*/
/* header PC */

.logo {
	width: 60%;
	max-width: 240px;
	/* animation */
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	
	z-index: 5!important;
	position: absolute;
	left: 2%;
	top: 30px;
	
}
/* header img */

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

/* header SP */

.header-spmenu {
	width: 55px;
	display: none;
	position: fixed;
	right: 15px;
	top: 35px;
	text-align: center;
	cursor: pointer;
	z-index: 300;
}
.header-spmenu img {
	width: 100%;
	max-width: 100%;
	height: auto;
}


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

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

/* header menu */

.gnav{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: auto;
	position: relative;
	/*padding: 5px 0;*/
	max-width: 2200px;
}

nav {
	position: relative;
	width: 75%;
	margin: 0 0 0 25%;
	background: #0058a2;
	height: 95px;
	padding-top: 30px;
}

nav > ul {
	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: center;
	justify-content: space-around;
	align-items: center;
	margin: 10px auto;
}
nav > ul > li {
	position: relative;
	padding: 0px;
	text-align: center;
}
nav > ul > li.nav_com a {
	background: #3e3e3e;
	color: #ffffff;
	border-radius: 30px;
	display: inline-block;
}
nav > ul > li > a {
	width: 100%;
	display: block;
	font-size: 1.5rem;
	line-height: 1.8em;
	font-weight: 400;
	letter-spacing: 0em;
	color: #fff;
	text-align: center;
	text-decoration: none;
	margin: 0 auto;
	padding: 10px 15px;
}
nav > ul > li.nav_con a,
nav > ul > li.nav_con a span{
	color: #ffffff;
}


/* PC用メガメニュー設定 */


@media print, screen and (min-width: 1081px) {
/* メインメニューの背景 オーバー */

nav > ul > li > ul {
	width: 100%;
	position: fixed;
	visibility: hidden;
	opacity: 0;
	transition: .5s;
	left: 0%;
	background: #f3f3f3;
	border-bottom:1px solid #dfdfdf;
	padding: 0;
	z-index: 15;
}

/* サブメニュー表示設定 */

nav li:hover ul {
  	visibility: visible;
	top: 95px;
	
	opacity: 1;
}
nav li ul li a {
	visibility: hidden;
	opacity: 0;
	transition: .5s;
}
nav li:hover ul li a {
	visibility: visible;
	opacity: 1;
}

/* サブメニュー詳細設定 */

nav > ul > li > ul li {
	width: 100%;
	float: none;
	padding: 0 2px;
	position: relative;
}
nav > ul > li > ul li a {
	width: 100%;
	display: block;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 150%;
	color: #222;
	text-align: left;
	text-decoration: none;
	background-size: auto;
	padding: 10px 5px;
	vertical-align: middle;
}
nav > ul > li > ul li a::before{
position: absolute;
bottom: 25px;
right: 20px;
margin: auto;
content: "";
vertical-align: middle;
width: 8px;
height: 8px;
border-top: 1px solid #225598;
border-right: 1px solid #225598;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
	.megamenu{
		width: 100%;
		padding: 20px 0;
		display: flex;
		justify-content: center;
		align-items: flex-start;
		flex-wrap: wrap;
	}
	.megamenu li{
		width: 20%;
		padding: 10px 5px;
		max-width:210px;
	}
	.megamenu li.w-c{
		width: 50%;
		padding: 10px 5px;
		max-width:210px;
	}
	
}

/*  img */

nav > ul > li > ul li a img {
	width: 100%;
	display: block;
	max-width: 100%;
	height: auto;
	margin-bottom: 8px;
}

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


/* 印刷時 */

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


@media print, screen and (max-width: 1400px) {
nav > ul > li > a {
	width: 100%;
	display: block;
	font-size: 1.3rem;
	line-height: 1.8em;
	font-weight: 400;
	letter-spacing: 0em;
	text-align: center;
	text-decoration: none;
	margin: 0 auto;
	padding: 10px 10px;
}
}


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

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

.fColRed {
	color: #9b1118;
}
.fColO {
	color: #eb9605;
}
.fColOrenge{
color:#c08900;
}

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

size m
=================================================*/


@media print, screen and (min-width:1px) and (max-width: 1080px) {
	
	/*==================================================
	
	header
	=================================================*/
	
	header {
		width: 100%;
		min-width: 100%;
		position: fixed;
		top: 0;
	background: #fff;
	}
	#header-inner {
		width: 100%;
		margin: 0 auto;
		padding: 15px 20px;
	}
	
	.headerbg #header-inner {
		width: 100%;
		position: relative;
		margin: 0 auto;
		padding: 15px 20px;
		background: #fff;
	}
	header .hnav{
		display: none;
	}
	

	
	/* header SP*/
	.header-spmenu {
		display: block;
	}
	
	.headerbg {
		background-color: rgba(255, 255, 255, 1);
	}
	.headerbg nav > ul > li > a {
		padding: 5%;
	}
	
	
	/*==================================================
	
	Navi
	=================================================*/
	
	
	nav .head-txt{
		display: none;
		}
	
	nav {
		/* モバイルメニュー幅 */
		width: 280px;
		height: 100%;
		position: fixed;
		display: block;
		top: 0;
		right: -280px;
		-webkit-transform: translate(0, 0); /* Safari用 */
		transform: translate(0, 0);
		margin-top: 0;
		padding: 0;
		z-index: 1003!important;
	background: #0058a2;
	}
	
	nav > ul {
		width: 100%;
		height: 100%;
		position: relative;
		display: block;
		padding: 0;
		overflow: hidden;
	}
	nav > ul > li {
		width: 100%;
		display: block;
		text-align: left;
		border-top:1px solid #004986;
	}
	nav > ul > li > ul{
		width: 100%;
	}
	nav > ul > li > a {
		width: 100%;
		display: block;
		font-size: 1.4rem;
		font-weight: 500;
		line-height: 1.6em;
		text-align: left;
		padding: 10px;
		margin: 0;
	}

	nav > ul > li.nav_com {
		padding: 10px;
	}
nav > ul > li.nav_com a {
	background: #3e3e3e;
	color: #ffffff;
	border-radius: 30px;
	display: inline-block;
	text-align: center;
}
	
	nav > ul > li > ul {
		position: relative;
		opacity: 1;
		transition: 0s;
		left: 0;
		-webkit-transform: translate(0, 0); /* Safari用 */
		transform: translate(0, 0);
		padding: 0;
	}
	
	/* サブメニュー表示設定*/

	nav li:hover ul {
		visibility: visible;
		top: 100%;
		right: 0;
		opacity: 1;
	}
	nav li ul li a {
		visibility: visible;
		opacity: 1;
		transition: 0s;
	}
	nav li:hover ul li a {
		visibility: visible;
		opacity: 1;
	} 

	/* サブメニュー詳細設定 */


	
	nav > ul > li > ul li {
		width: 100%;
		float: none;
		border-bottom: 0;
	padding: 0 2px;
	}
	
	nav > ul > li > ul{
		padding-bottom: 20px;
	}
	nav > ul > li > ul li a {
		width: 100%;
		display: block;
		text-align: left;
		text-decoration: none;
	padding: 5px 25px;
		font-size: 1.3rem;
	line-height: 150%;
	color: #ffffff;
	}

	/*  img */

	nav > ul > li > ul li a img {
		display: none;
	}
	
	
	.close-button {
		width: 50%;
		cursor: pointer;
		font-size: 1.2rem;
		color: #fff;
		text-align: center;
		border: 1px solid #fff;
		margin: 20px auto;
		padding: 2px;
		
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}
	.close-button:hover {
		color: #002c51;
		border: 1px solid #002c51;
	}
	.sp-only {
		display: block;
	}
	.pc-only {
		display: none;
	}

	
}


@media only screen and (min-width:1px) and (max-width: 530px) {
	
	
	/*==================================================
	
	header
	==================================================*/
/*
header {
	height: 70px;
}

#header-inner {
	height: 70px;
}*/
	
}



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

.contents{
	padding-right: 20px;
}
}
@media only screen and (min-width:1px) and (max-width: 530px) {

.contents{
	padding-right: 20px;
}
}


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

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

.pagetop {
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 5;
	width: 40px;
	height: auto;
	z-index: 50;
}
.pagetop img{
	width: 100%;
	height: auto;
}


footer {
	width: 100%;
	position: relative;
	background-size:auto 100%;
	margin: 0 auto;
}
.finner {
	width: 100%;
	/*max-width: 1280px;*/
	margin: 0 auto;
	background: url("../img/common/footer_back.png") left center no-repeat;
	background-size: cover;
	padding: 30px;
}
.finner .footer-nav {
	width: 60%;
	max-width: 500px;
	margin: 0 0 0 auto;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.finner .footer-nav > ul{
	padding: 20px 5px;
	line-height: 1.8em;
	width: 48%;
	margin: 0 auto;
}
.finner .footer-nav > ul > li >a{
	border-bottom: 1px solid #fff;
	padding: 10px 5px 5px;
	display: block;
}
.finner ul li a{
	font-size: 1.4rem;
	color: #fff;
	letter-spacing: 0;
	display: block;
    position: relative;
    display: inline-block;
}
.finner ul li a:hover{
	opacity: 0.7;
}
.finner .footer-nav > ul > ul{
	width: 100%;
	line-height: 1.8em;
}

.finner .footer-nav > ul > li > ul > li >a::before{
	content: "-";
	padding: 0 6px 0 0;
	
}
.finner ul li li a{
	font-size: 1.3rem;
	padding-left: 10px;
}

.footer-info{
	background: #5d5d5d;
}
.footer-info .Flexbox{
	align-items: flex-end;
	justify-content: space-between;
}
.footer-info .footer-com{
	width: 50%;
	padding: 10px 30px 20px;
	background: url("../img/common/flogo_back.png") right top no-repeat;
	background-size: cover;
}

.footer-info .footer-com .FooterFlex{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.footer-info .footer-com h3{
	font-size: 1.8rem;
	margin: 10px 0;
	padding: 0;
	color: #fff;
	text-align: left;width: 100%;
}
.footer-info .footer-com ul{
	display: flex;
	padding: 0 15px 0 0;
	
}
.footer-info .footer-com ul li{
	/*width: 40px;*/
	padding: 5px 10px 5px 0;
	
}
.footer-info .footer-com ul li a{
	display: flex;
	align-items: center;
	font-size: 1.3rem;
	line-height: 1.0em;
	
}
.footer-info .footer-com ul li a:hover{
	color: #f8624e;
	
}
.footer-info .footer-com ul li span.ico{
	width: 20px;
	display: inline-block;
	padding-right: 5px;
}
.footer-info .footer-com ul li span.ico img{
	width: 100%;
	height: auto;
}
.footer-info .footer-com ul li a{
	color: #fff;
	font-weight: 500
	
}
.footer-info .footer-com p{
	color: #fff;
	clear: both;
	margin: 0;
	padding: 0;
}
.footer-info .footer-copy{
	padding: 20px;
	color: #fff;
	font-size: 1.4rem;
}
.footer-info .footer-copy a{
	color: #fff;
}

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

.finner {
	padding: 10px;
}
.finner .footer-nav {
	width: 100%;
	max-width: 500px;
	margin: 0 0 0 auto;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.footer-info .footer-copy{
	padding: 20px;
	color: #fff;
	font-size: 1.3rem;
}
}
@media only screen and (min-width:1px) and (max-width: 768px) {

.finner {
	position: relative;
}
.finner::after{
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.3);
	}
	
	.finner ul{
		position: relative;
		z-index: 1;
	}
.footer-info .footer-com{
	width: 100%;
	padding: 0px 20px 20px;
	background: url("../img/common/flogo_back.png") right top no-repeat;
	background-size: cover;
	position: relative;
}
	.footer-info .footer-com h3{
		margin: 10px 0;
	}
	
	.footer-info .footer-com p{
		font-size: 1.3rem;
		line-height: 1.6em;
	}
.footer-info .footer-copy{
	padding: 10px 20px;
	line-height: 1.6em;
}
}

@media only screen and (min-width:1px) and (max-width: 530px) {
	
.finner .footer-nav > ul{
	padding: 10px 5px;
	line-height: 1.8em;
	width: 100%;
	margin: 0 auto;
}
.pagetop {
	position: fixed;
	bottom: 30px;
	right: 0px;
	z-index: 5;
	width: 50px;
	height: auto;
	z-index: 50;
}
}


#header .header-sns{
	position: fixed;
	right: 30px;
	top: 5px;
	z-index: 1;
}

#header .header-sns ul{
	display: flex;
	padding: 0;
	
}
#header .header-sns ul li{
	/*width: 40px;*/
	padding: 5px 10px 5px 0;
	
}
#header .header-sns ul li a{
	display: flex;
	align-items: center;
	font-size: 1.3rem;
	line-height: 1.0em;
	
}
#header .header-sns ul li a:hover{
	color: #f8624e;
	
}
#header .header-sns ul li span.ico{
	width: 20px;
	display: inline-block;
	padding-right: 5px;
}
#header .header-sns ul li span.ico img{
	width: 100%;
	height: auto;
}
#header .header-sns ul li a{
	color: #fff;
	font-weight: 500
	
}


@media print, screen and (max-width: 1400px) {

#header .header-sns{
	background: #0058a2;
	right: 0px;
	top: 0px;
	padding: 5px 20px;
}
}

@media only screen and (min-width:1px) and (max-width: 560px) {
	#header .header-sns{
	background: #0058a2;
	right: 0px;
	top: 0px;
	padding: 1px 10px;
}
}