@charset "utf-8";

@font-face {
	font-display: swap;
}
/* normal */
@font-face {
  font-family: 'Zen_Maru_Gothic';
  src: url("../font/Zen_Maru_Gothic/ZenMaruGothic-Regular.ttf") format('truetype');
}
/* bold */
@font-face {
  font-family: 'Zen_Maru_Gothic';
  src: url("../font/Zen_Maru_Gothic/ZenMaruGothic-Bold.ttf") format('truetype');
  font-weight: bold; /* boldが使えるようになる */
}

*{
    margin: 0px;
	padding: 0px;
}

img{border: 0;}

a {outline: none;}

ul,ol { list-style-type: none;}

A:link{color:#2f3640;text-decoration:underline}
A:visited{color: #2f3640;text-decoration:none;}
A:active{color:#2f3640;text-decoration:none;}
A:hover{color:#2f3640;text-decoration:none;}

::selection{
	background: #b2e2ad;
}
::-moz-selection{
	background: #b2e2ad;
}

table{
	border-collapse:collapse;
}


input{
	font-family: 'Zen_Maru_Gothic', "HG丸ｺﾞｼｯｸM-PRO", kozuka-gothic-pro, sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
	font-size: 100%;
	font-style: normal;
}

body{
	font-family: 'Zen_Maru_Gothic', "HG丸ｺﾞｼｯｸM-PRO", kozuka-gothic-pro, sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
	color:#000;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	line-height: 1.5;
}

.wrapper{
	margin: 0 auto;
	width: 96%;
	max-width: 1200px;
	text-align:left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.wrap{
	margin: 0 auto;
	width: 1200px;
	text-align:left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

#container{
	text-align: left;
}


/* ページスクロールボタン */
#topcontrol{
	z-index: 200;
	right: 10px !important;
	bottom: 10px;
}
#topcontrol img{
    width: 70px !important;
    height: auto !important;
}
#topcontrol span{
    display: none;
}


@media screen and (min-width: 980px) {
	.pc{
		display: block;
	}
	.sp{
		display: none;
	}
    #topcontrol span{
        display: none;
    }
}
@media screen and (max-width: 979px) {
	#container{
		min-width: auto;
		max-width: initial;
	}
	.pc{
		display: block;
	}
	.sp{
		display: none;
	}
}
@media screen and (max-width: 768px){
	.sp{
		display: block;
	}
	.pc{
		display: none;
	}
    #topcontrol{
        bottom: 0 !important;
        left: 0;
        right: 0;
        width: 100%;
        background-color: rgba( 0, 0, 0, 0.7 );
        border-top: 1px solid #FFF;
        color: #FFF;
        text-align: center;
    }
    #topcontrol span{
        display: block;
        line-height: 80px;
    }
    #topcontrol img{
        display: none;
    }
}


/*header
************************************************************************************/
#header{
	width: 1200px;
	height: 105px;
    margin: 0 auto;
    position: relative;
}

@media screen and (max-width: 979px){
    #header{
        width: 100%;
    }
}
@media screen and (max-width: 768px){
}
@media screen and (max-width: 620px){
}
@media screen and (max-width: 480px){
}



/* header構成
   position 3分割
-----------------------------------------------------------------------------------*/
#header .sitename {
	position: absolute;
	top: 15px;
	left: 0;
	width: calc(100% - 930px);	/* 画像サイズ 270px */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#header #globalNav{
	position: absolute;
	top: 55px;
	right: 0;
	width: calc(100% - 270px);
	height: 30px;
}
#header #subNav{
	position: absolute;
	top: 18px;
	right: 0;
	width: calc(100% - 270px);
	height: 20px;
}


/* ロゴ */
#header .sitename img{
	display: block;
	max-width: 100%;
	vertical-align: top;
}

@media screen and (max-width: 979px){
    #header .sitename {
        width: calc(100% - 90px);
    }
#header .sitename img{
	display: block;
	width: 268px;
	vertical-align: top;
}
}
@media screen and (max-width: 768px){
}
@media screen and (max-width: 620px){
}
@media screen and (max-width: 480px){
}

/* globalNav
************************************************************************************/
#globalNav a{
	text-decoration: none;
    color: #207ec3;
}
#globalNav > ul{
	width: 100%;
	height: 30px;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	-webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: flex-end;
	justify-content: flex-end;
}
#globalNav ul li{
	padding: 0 0 0 30px;
	vertical-align: middle;
}
#globalNav ul li img{
    height: 27px;
    width: auto;
    vertical-align: middle;
}


#globalNav ul > li > a{
	padding: 0 0 0 10px;
	line-height: 1.2;
	display: inline-block;
	font-size: 1.125em;
}
#globalNav ul li ul{
	width: auto;
}

#globalNav ul li ul li,
#globalNav ul li ul li a{
	line-height: normal;
	height: auto;
	margin: 0;
	padding: 0;
	background: none;
}

/* megamenu-------*/
#globalNav .navigation li {
	height: auto;
}
#globalNav .navigation li li a{
	line-height: normal;
}
#globalNav .navigation li li:hover {
	background: none;
}
#globalNav .navigation > li:hover .megamenu {
	max-height: 9999px;
	opacity: 1;
	display: block;
}

#globalNav .navigation li .megamenu{
	position: absolute;
	top: 2.5em;
	right: 0;
	width: 700px;
	z-index: 999;
	max-height: 0;
	opacity: 0;
	border: 3px solid #207ec3;
	background-color: rgba( 220, 240, 251, 0.9 );
	transition: all .2s ease-in;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}
#globalNav .navigation li .megamenu .title{
	padding: 1.2em 1em 1em 2em;
	width: 100%;
	height: 3.2em;
	font-weight: bold;
	line-height: 1;
	border-bottom: 1px solid #207ec3;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

#globalNav .navigation li .megamenu ul{
	padding: 1.5em 2em;
	background: #FFF;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: left;
	justify-content: left;
}
#globalNav .navigation .megamenu .megamenu-inner li {
	padding: 0 0 0 15px;
	width: 50%;
	height: auto;
	background: url("../../img/menu/arrow_megamenu_in.png") no-repeat left top 0.5em;
	text-align: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

#globalNav .navigation .megamenu .megamenu-inner li a{
	display: block;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#globalNav .navigation .megamenu .megamenu-inner > li > a{
	margin-bottom: .7em;
}


@media screen and (max-width: 979px) {
	#globalNav,
	#subNav{
		display:none;
	}
}
@media screen and (max-width: 768px){
}
@media screen and (max-width: 620px){
/*sp*/
}
@media screen and (max-width: 480px){
/*sp*/
}


/* subNav
************************************************************************************/
#subNav > ul{
	width: 100%;
    height: 15px;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	-webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: flex-end;
	justify-content: flex-end;
    align-items: center;
}
#subNav li{
    margin-left: 20px;
    font-size: 0.813em;
}
#subNav li a img{
    height: 14px;
    width: auto;
    padding-right: 7px;
    vertical-align: middle;
}
#subNav li a{
    color: #575757;
    text-decoration: none;
}

@media screen and (min-width: 980px) {
	.fixed{
		position: fixed !important;
		top: 0;
		left: 0;
		right: 0;
		margin: auto;
		z-index: 100;
		border-bottom: 1px solid #26282e;
	}
}



/*breadcrumb
************************************************************************************/
#breadcrumb{
	margin: auto;
	padding: 20px 0;
	text-align: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#breadcrumb ul{
	display: table;
	font-size: 0.875em;
}
#breadcrumb ul li{
	color: #555;
	display: table-cell;
}
#breadcrumb ul li:after{
	content: " ＞ ";
	padding: 0 7px;
	font-size: 0.7em;
    vertical-align: middle;
}
#breadcrumb ul li:last-child:after{
	content: "";
}
#breadcrumb ul li a{
	color: #555;
}
#breadcrumb ul li a:hover{
	text-decoration: underline;
}

@media screen and (max-width: 979px){
}
@media screen and (max-width: 768px){
    #breadcrumb{
        display: none;
    }
}
@media screen and (max-width: 620px){
}
@media screen and (max-width: 480px){
}


/*
************************************************************************************/
.frameBody{
	padding: 30px 30px 100px 30px;
}
section:last-child .frameBody:last-child{
	padding: 30px;
}
.frameTable{
	padding: 0 30px 10px 30px;
}

@media screen and (max-width: 979px){
	.frameBody{
		padding: 30px 0px 80px 0px;
	}
	section:last-child .frameBody:last-child{
		padding: 30px 0 0 0;
	}
	.frameTable{
		padding: 0 0 10px 0;
	}
}
@media screen and (max-width: 768px){
	.frameBody{
		padding: 20px 0 60px 0;
	}
	section:last-child .frameBody{
		padding: 20px 0 0 0;
	}
}
@media screen and (max-width: 620px){
}
@media screen and (max-width: 480px){
}



/*footer
************************************************************************************/
footer{
	margin-top: 80px;
    border-top: 1px solid #0085cc;
}

#footer_navi {
	padding: 60px 0;
	width:100%;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	-webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: flex-start;
	justify-content: flex-start;
}
#footer_navi a{
    color: #000;
	text-decoration: none;
}
#footer_navi dl{
    margin-right: 50px;
    display: block;
}
#footer_navi dt{
	margin-bottom: 15px;
	font-size: 1.125em;
}
#footer_navi dd{
	font-size: 0.875em;
    margin: 0 0 7px 0;
}
#footer_navi dd a:hover{
	text-decoration: underline;
}



#footer_info{
	padding: 30px 0;
	width:100%;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	-webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
	font-size: 0.875em;
	border-top: 1px solid #ddd;
    align-items: end;
	color: #383838;
}
#footer_info address{
	font-style: normal;
}
#footer_info .copyright{
	text-align: right;
}

@media screen and (max-width: 979px){
    #footer_navi{
        display: none;
    }
	#footer_info{
		padding: 30px 0 0 0;
        width: 100%;
		text-align: center;
        display: block;
	}
    #footer_info address{
        width: 100%;
    }
    #footer_info .copyright{
        width: 100%;
        text-align: center;
        padding: 30px 0;
    }
}
@media screen and (max-width: 768px){
footer{
	padding: 0 0 80px 0;
}

}
@media screen and (max-width: 620px){
}
@media screen and (max-width: 480px){
}


