@charset "utf-8";

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

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

a {outline: none;}

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

a:link{color:#FFF;text-decoration:underline}
a:visited{color: #FFF;text-decoration:none;}
a:active{color:#FFF;text-decoration:none;}
a:hover{color:#FF0000;text-decoration:none;}

::selection{
	background: #00cadb;
	color: #fff;
}
::-moz-selection{
	background: #00cadb;
	color: #fff;
}

table{
	border-collapse:collapse;
}

input{
	font-family: kozuka-gothic-pro,sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
	font-size: 100%;
}

body{
	font-family: kozuka-gothic-pro,sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
	font-weight: 400;
	font-style: normal;
	color: #222222;
}
#container{
	background: #FFF;
}
.wrapper{
	margin: 0 auto;
	text-align:left;
	width: 1100px;
	max-width: 98%;
}
#topcontrol{
	z-index: 200;
	right: 30px !important;
	bottom: 0px !important;
}
#mmenu a{
	position: absolute;
	top: 0;
	right: 0;
	width: 63px;
	height: 63px;
	background: url(../../img/common/icon_menu.svg) center center no-repeat;
	display: block;
	z-index: 60;
	-moz-background-size: 30px 30px;
	background-size: 30px 30px;
} 
#menu{
	text-align: left;
}
#menu a{
	text-decoration:none;
}
#menu a:hover{
	text-decoration: underline;
}

@media screen and (min-width: 980px) {
	#topcontrol span{
		display: none;
	}
	.pc{
		display: block;
	}
	.sp{
		display: none;
	}
}
@media screen and (max-width: 979px) {
	#topcontrol span{
		display: none;
	}
	.pc{
		display: block;
	}
	.sp{
		display: none;
	}

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

/*header
************************************************************************************/
#header {
	width: 100%;
	min-width: 1100px;
	margin: 10px auto 0;
	height: 110px;
	position: relative;
}
#header #header_logo{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0 0 0 15px;
	-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 #header_logo a{
	width: 768px;
	height: 100px;
	background: url(../../img/common/header_logo_short.svg) no-repeat;
	-moz-background-size: auto 100%;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
	display: block;
	text-indent: -9999px;

}

/*public*/
#header.other #header_logo{
	position: absolute;
	top: 0;
	left: 0;
	width: 90%;
	height: 63px;
	z-index: 10;
	padding-top: 9px;
	-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.other #header_logo a{
	width: auto;
	height: auto;
	background: none;
	display: block;
	text-indent: 0;
}
#header.other #header_logo img{
	width: auto;
	height: auto;
	max-height: 45px;
	vertical-align: middle;
}
#header #header_logo_pub{
	position: absolute;
	right: 12px;
	top: 8px;
	width: 290px;
	height: 55px;
	font-weight: normal;
	text-align: right;
	z-index: 20;
}
#header #header_logo_pub img{
	max-height: 50px;
	width: auto;
	height: auto;
}

#header #header_logo .top_cmt{
	margin-top: -15px;
	padding-left: 54px;
	font-size: 11px;
	display: block;
}
#header a{
	text-decoration: none;
	color: #000;
}

#header #list_link{
	position: absolute;
	top: 12px;
	right: 70px;
	width: 370px;
	height: 50px;
}
#header #list_link ul{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: right;
	justify-content: right;
}
#header #list_link li{
	padding: 0 .3em;
	line-height: 40px;
}
#header #list_link li img{
	width: 40px;
	height: 40px;
}
#header #list_link li span{
	display: inline-block;
	padding: 4px 10px;
	background: #01377f;
	font-size: 13px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	line-height: 1.5;
}
#header #list_link li span a{
	color: #FFF;
	display: block;
	text-decoration: none;
}
@media screen and (max-width: 1024px) {
#header {
	height: auto;
	min-width: auto;
	background: none #FFF;
	padding-top: 65px;
	position: static;
	margin: auto;
}
#mmenu a{
	position: absolute;
	top: 0;
	right: 0;
}

#header #header_logo{
	position: static;
	width: 100%;
	padding: 0 4.5% 3%;
	z-index: 10;
	text-align: center;
	-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 #header_logo a{
	width: auto;
	height: auto;
	background: none;
	text-indent: 0;
}
#header #header_logo img{
	width: 100%;
	height: auto;
}
#header #list_link{
	position: absolute;
	top: 10px;
	right: 65px;
	width: 100%;
	height: 40px;
}
#header #list_link ul{
	-webkit-justify-content: flex-end;
	-ms-flex-pack: flex-end;
	justify-content: flex-end;
}
#header #list_link li{
	padding: 0 15px;
	-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.other{
	height: auto;
	position: static;
	padding: 10px 0;
}
#header.other #header_logo{
	position: static;
	display: block;
	text-align: center;
	height: auto;
	width: auto;
	padding-right: 0;
}
#header.other #header_logo_pub{
	display: none;
}
}
@media screen and (max-width: 768px){
#header #header_logo{
	padding: .5% .5% 3%;
	text-align: center;
}
#header #header_logo img{
	width: 100%;
	height: auto;
}
}
@media screen and (max-width: 620px) {
#header #list_link li{
	padding: 0 5px;
}
#header #list_link li.lnk{
	display: none;
}
}
@media screen and (max-width: 480px){

}


/*gNav*/
#gNav{
	background: #01377f;
	width: 100%;
	height: 60px;
	border-top: 1px solid #FFF;
}
#gNav .wrapper{
	width: 1200px;
	max-width: 100%;
}

#gNav nav .title{
	display: none;
}

#gNav nav ul{
	display: table;
	margin: 10px auto 0;
	height: 40px;
}
#gNav nav ul li{
	display: table-cell;
	vertical-align: middle;
	padding: 0 .8em;
	border-right: 1px solid #FFF;
	text-align: center;
	font-size: 15px;
}
#gNav nav ul li:last-child{
	border: 0;
}
#gNav nav ul li a{
	color: #FFF;
	text-decoration: none;
}

.fixed{
    position: fixed !important;
    top: 0;
    left: 0;
	right: 0;
	margin: auto;
	z-index: 100;
}
@media screen and (max-width: 979px) {
#gNav{
	display: none;
}
}
@media screen and (max-width: 620px) {
/*sp*/
}


/* 本文
************************************************************************************/
#pagetitle{
	width: 100%;
	height: 200px;
	background: url(../../img/common/bg_pagetitle.png) no-repeat left top, #343434 ;
	color: #FFF;
	font-size: 36px;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	display: table;
}
#pagetitle p{
	display: table-cell;
	vertical-align: middle;
	text-shadow: 1px 1px 3px #000;
}

#pagetitle_img{
	width: 100%;
	background: url(../../img/common/bg_pagetitle.png) no-repeat left top, #343434 ;
	text-align: center;
	display: table;
}
#pagetitle_img p{
	font-size: 0;
	margin: 0;
	padding: 0;
	line-height: none;
}

@media screen and (max-width: 979px) {
#pagetitle_img img{
	max-width: 100%;
	height: auto;
}
}
@media screen and (max-width: 768px){
	#pagetitle{
		font-size: 28px;
	}
}
@media screen and (max-width: 620px) {
	#pagetitle{
		font-size: 23px;
	}
}
@media screen and (max-width: 480px){
	#pagetitle{
		height: 160px;
		font-size: 21px;
	}
}




/* お問い合わせ
-----------------------------------------------------------------------------*/
#frameContact.gry_bg{
	padding-bottom: 0;
	background-color: #999;
	color: #FFF;
}

#frameContact h1 img{
	margin: 0 20px;
	vertical-align: text-bottom;
}
#frameContact h1 span{
	line-height: 1;
	white-space: nowrap;
}
#frameContact dl{
	padding: 0 0 80px 0;
}
#frameContact dl span{
	margin-left: 15px;
	font-size: 14px;
}
#frameContact dt{
	padding: 40px 0 5px 0;
	font-size: 30px;
	border-bottom: 1px solid #646464;
}
#frameContact dd{
	padding: 20px 30px;
}
#frameContact dd span{
	white-space: nowrap;
}
#frameContact dd .tel{
	margin-bottom: 10px;
	padding-left: 40px;
	min-height: 45px;
	font-size: 36px;
	background: url(../../img/common/icon_btn_phone.png) no-repeat left center;
}
#frameContact dd .tel span{
	font-size: 16px;
	line-height: 1;
	vertical-align: middle;
}

#frameContact dd .btnMail{
	text-align: center;
}
#frameContact dd .btnMail a{
	margin: 0 auto;
	padding: 10px 40px 10px 85px;
	border: 1px solid #a7a7a7;
	background: #1c1d2c url(../../img/common/icon_btn_mail.png) no-repeat left 30px center;
	color: #FFF;
	font-size: 23px;
	display: inline-block;
	text-decoration: none;
}
@media screen and (max-width: 979px) {
	#frameContact dt{
		padding: 40px 10px 5px 10px;
	}
}
@media screen and (max-width: 768px){
#frameContact dt{
	font-size: 19px;
}
#frameContact dd .tel{
	font-size: 19px;
}
#frameContact dd .tel span{
	font-size: 14px;
}
#frameContact dd .btnMail a{
	padding: 10px 15px 10px 35px;
	background: #1c1d2c url(../../img/common/icon_btn_mail.png) no-repeat left 10px center;
	font-size: 15px;
	display: block;
}
	#frameContact h1 img{
		margin: 0;
	}
	#frameContact dt{
		font-size: 19px;
		font-weight: bold;
	}
	#frameContact dd{
		padding: 18px;
	}
	#frameContact dd .tel{
		font-size: 21px;
	}
}
@media screen and (max-width: 620px) {
	#frameContact dt span{
		margin-left: 0;
		display: block;
	}
	#frameContact dd{
		padding: 20px 10px;
	}
	#frameContact dd .tel span{
		display: block;
	}
}
@media screen and (max-width: 480px){
}




/*footer
************************************************************************************/
#footer{
	background: #6B6B6B;
	padding-bottom: 10px;
}
#footer a{
	color: #FFF;
	text-decoration: none;
}
@media screen and (max-width: 979px) {
}
@media screen and (max-width: 768px){
	#footer{
		padding-bottom: 100px;
	}
}
@media screen and (max-width: 620px) {
}
@media screen and (max-width: 480px){
}


#frameBanner{
	padding: 10px 0;
	background: #000;
}
#frameBanner img{
	display: block;
}
#frameBanner ul{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: center;
	justify-content: center;
}
#frameBanner ul li{
	padding: 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;
}
#frameBanner ul.banner1{
}
#frameBanner ul.banner1 li{
	width: 33%;
}
#bannerStaff a{
	width: 100%;
	height: 125px;
	position: relative;
	background: url(../../img/common/banner_staff/image.jpg) no-repeat left top, url(../../img/common/banner_staff/arrow_big.png) no-repeat right 20px top 40px, #FFF;
	background-size: auto 100%, auto auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
}
#bannerStaff a .m{
	position: absolute;
	top: 18px;
	left: 22%;
	width: 54%;
	height: 95px;
}
#bannerStaff a .c{
	position: absolute;
	top: 10px;
	right: 3%;
	width: 26%;
	height: 39px;
	padding-bottom: 40px;
	background: url(../../img/common/banner_staff/illust.png) no-repeat center bottom;
}
@media screen and (max-width: 979px) {
}
@media screen and (max-width: 768px){
	#bannerStaff a .m{
		left: 18%;
		width: 58%;
	}
}
@media screen and (max-width: 620px) {
	#bannerStaff a .c{
		position: absolute;
		top: 80px;
		right: 15%;
		width: 46%;
		text-align: center;
		padding-bottom: 0;
		background: none;
	}
}
@media screen and (max-width: 480px){
	#frameBanner ul.banner1 li{
		width: 100%;
	}
	#bannerStaff a{
		background: url(../../img/common/banner_staff/image.jpg) no-repeat left top, url(../../img/common/banner_staff/arrow_big.png) no-repeat right 10px top 50%, #FFF;
		background-size: auto 100%, auto 36%;
	}
	#bannerStaff a .m{
		left: 10%;
		width: 70%;
	}
	#bannerStaff a .c{
		width: 56%;
	}
}



#footer .navi1 {
	margin: 0;
	padding: 5px;
	background: #01377f;
	color: #FFF;
}
#footer .navi1 ul{
	width: 100%;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#footer #footerNavi{
	line-height: 1;
}
#footer #footerNavi .logo{
	padding: 40px 0;
	text-align: center;
}
#footer #footerNavi .logo img{
	width: 250px;
	height: auto;
}
#footer .navi1 li{
	padding: 5px 0;
	font-size: 12px;
	display: inline-block;
	/*border-left:1px solid #242759;*/
}
#footer .navi1 li:before{
	content: " | ";
	color: #FFF;
}
#footer .navi1 li:first-child:before{
	border:none;
	content: "";
}
#footer .navi2 {
	margin: 0;
	padding: 5px;
	color: #FFF;
}
#footer .navi2 ul{
	padding: 5px;
	width: 100%;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#footer .navi2 li{
	padding: 0 5px 0 8px;
	font-size: 12px;
	display: inline-block;
	border-left:1px solid #FFF;
}
#footer .navi2 li:first-child{
	border:none;
}
#footer .navi2 li a{
	color: #FFF;
}
#copyright{
	padding: 20px 10px 0;
	font-size: 12px;
	text-align: center;
	color: #2a2a2a;
}
@media screen and (max-width: 979px) {
}
@media screen and (max-width: 768px){
}
@media screen and (max-width: 620px) {
}
@media screen and (max-width: 480px){
}


/*import
************************************************************************************/
ul.corona_frame{
	margin: 5px auto;
	width: 1100px;
	text-align: center;
	display: table;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 1px 0;
}

ul.corona_frame li{
	display: table-cell;
	vertical-align: middle;
}

ul.corona_frame li.corona{
	background: #ffa200;
}

ul.corona_frame li.enki{
	background: #002dac;
}
ul.corona_frame li.important{
	background: #dc0000;
}

ul.corona_frame li a{
	display: block;
	text-decoration: none;
	color: #FFF;
	padding: 15px 0;
	font-weight: bold;
	font-size: 18px;
}
@media screen and (max-width: 979px) {
ul.corona_frame{
	width: 100%;
	display: block;
}
ul.corona_frame li{
	display: block;
	margin: 0 0 3px 0;
}
.corona{
	width: 100%;
}
.corona a{
	padding: 10px 0.5em;
}
}
