@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

#body-inside{
	overflow-x: hidden;
	position: relative;
	top: 0;}

/*================================================
 *  一般・共通設定
 ================================================*/
body {
	font-size:14px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.4;
	color: #000000;
}
.overimg:hover {
	opacity:0.5;
}
.contents , .pankuzu{
	width:1000px;
	margin:0 auto;
}
.w100per{
	width: 100%;
	margin: 0 auto;
}
.w80per{
	width: 80%;
	margin: 0 auto;
}
.w70per{
	width: 70%;
	margin: 0 auto;
}
.w40per{
	width: 40%;
	margin: 0 auto;
}
.w60per{
	width: 60%;
	margin: 0 auto;
}
.w50per{
	width: 50%;
	margin: 0 auto;
}
.w48per{
	width: 48%;
	margin: 0 auto;
}
.w48per img{
	width: 100%;margin: 0;}


a {
	color:#727171;
	text-decoration:none;
}
a:hover {
	color:#C00;
}




h2{
	margin: 0px auto 3%;
	font-size: 34px;
	text-align: center;
	color:#110A56;
	background-image: url("../img/h2_back.svg");background-repeat: no-repeat;background-size: contain;background-position: top center;
padding-bottom: 2%;}

.page_seo_h2{font-size: 16px;}
h3 {
	margin-bottom:0em;
	font-size:16px;
	margin-top:0em;
}

h4 {
	font-size:16px;

}

h5 {
	margin-bottom:0.25em;
	font-size:20px;
	font-weight:bold;
}

h6 {
	margin-bottom:0.25em;
	padding-left:5px;
	font-size:16px;
	font-weight:bold;
}

p {
	margin:0;
	line-height: 2;
}

img {
	vertical-align:bottom;
}

em , strong , .bold{
font-weight: bold;
}

ul,ol,dl {
	margin:0 0 0em 0;
}
ul li {
	list-style:none;
}
ol li {
	list-style:none;
}
li {
	margin-left:0em;
}

li a{
	text-decoration:none;
	}


table {
	width:100%;
	margin-bottom:1em;

}

th {
	padding:10px;
	text-align:center;
	vertical-align:middle;
	border-bottom:1px solid #ddd;
	background:#f0edec;
}
td {
	padding:10px;
	text-align:left;
	border-bottom:1px solid #ddd;
}

.center{
	text-align:center;
	}

.tl{
	text-align:left;
	}
.f-left{float: left;}
.f-right{float: right;}
/*================================================
 *  ヘッダー
 ================================================*/
header {
	width:1000px;
	margin: 6% auto 2%;
}
h1 {
	font-size:14px;
	padding: 15px 0px 10px 0px;
	color: #FFFFFF;
	width: 1000px;
	margin: 0 auto;
}
.top_box{margin: 1% 0% 1%;}
.f-left_top{float: left;}
.top_right{width: 28%;float: right;margin: 0% 0% 1%;}
.top_right img{width: 66%;float: right;margin-left: 3%;}
#logo img{margin: 0%;height: 45px;}
.company{display: block;float: left;padding-top: 6%;padding-right: 5%; font-size: 16px;color: #000000;font-weight: bold;}


nav.g_menu {
	float: right;
	width:60%;
	margin-left: -1.5%;
	z-index: 999;
}


nav.g_menu ul li {
float: left;
padding: 10px 3%;
font-weight: normal;
font-size: 14px;
}
nav.g_menu ul li a{color: #000000;}


.clear{
	clear: both;
}
.en_ttl{color: #000000;font-size: 30px;line-height: 1.4;}
.news_line{border-bottom: 1px dotted gray;padding: 1% 0;}

/*================================================
 *  フッター
 ================================================*/
.foot_logo{width: 90%;}
.foot_logo img{width: 100%;}
.foot_ad {color:#ffffff;width: 33%;float: left;}
.foot_link{color:#ffffff;width: 52%;float: right;}
.foot_link_left{width: 50%;float: left;}
.foot_link_right{width: 50%;float: right;}
.foot_link_left a,.foot_link_right a{color:#ffffff;}
.foot_link_left a:hover,.foot_link_right a:hover{color:orangered;}
.foot_link_left ul li,.foot_link_right ul li{background-image: url("../img/list_mark.svg"); background-repeat: no-repeat;background-size: 20px;padding-left: 25px; display: block;line-height: 1.6;margin-bottom: 2%;}

footer {
	clear:both;
	padding:2% 0;
	font-size:14px;
	text-align:right;
	background-color:#110A56;
	color: #ffffff;
}

.spnone{
	display: block;
}
.sponly{
	display: none;
}
/* flexbox フレックスボックス */
/* flexbox フレックスボックス */
.flexbox {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content:space-between;
  	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto;
	}
.flexbox::after{
  content:"";
  display: block;
  width:30%;
}
.box-item02{width: 48%;display: inline-block;margin:1% 0 0;height: auto;}
.box-item04 img,.box-item02 img{width: 100%;}
.box-item04{width: 23%;display: inline-block;margin:1% 0 0;height: auto;}
.box-item04 a{background-image: url("../img/list_mark.svg"); background-repeat: no-repeat;background-size: 20px;padding-left: 25px; display: block;line-height: 1.6;margin-bottom: 2%;text-align: left;}
.bk-img {
  width: 100%;
  height: 220px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image:url("../img/no_image.svg");
}
.text h3{font-size: 14px;padding-top: 1%;}
.bg_black{background-color: #000000;}
.bg_blue{background-color: #DCE7F2;}
.bg_navy{background-color: #110A56;}
.border_right{border-right: solid 1px #000000;padding-right: 2%;}
/* flexbox フレックスボックス */
/* flexbox フレックスボックス */


.img100 img{width: 100%;}
a[href^="tel:"] { pointer-events: none; }

.link_more{width: 30%;margin: 2% auto;}
.link_box{border: solid 1px #000000;color: #000000;padding: 3% 3%; margin-top: 3%;display: block;}

/*------------------------------------------------------------
	グループメニュー
------------------------------------------------------------*/
.header_inner02{
	position:relative;
    box-sizing: border-box;
    width: 1100px;
	height: 40px;
	padding: 0em 50px;
    margin:0 auto;
	text-align:left;
}
.flexbox_04{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content:space-between;
  	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto;}
.flexbox_04::after{
  content:"";
  display: block;
  width:23%;
}
.pc_group_navi{background-color: #110A56; position: fixed; top: 0px; left: 0px; width: 100%; height: 86px; margin: 0px; z-index: 9999;padding: 0.2% 0% 0.2%;}
.pc_group_navi h4{color: #ffffff;margin-bottom: 0.4em;margin-top: 0.2%;font-size: 1.0em;}
.box-item_g04{width: 20.5%; background-image: url("../img/list_mark.svg"); background-repeat: no-repeat;background-size: 8%; padding-left: 2.5%; display: block;line-height: 1.5em;margin-bottom: 1%;text-align: left;color: #ffffff;font-size: 0.9em;}
a.box-item_g04:hover{opacity: 0.5;color: #ffffff;}
.box-item_g04:visited{color: #ffffff;}
.sp_group_navi{display: none;}

/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:560px) {
body {
	font-size:14px;
	line-height:1.6;
}	
a[href^="tel:"] { pointer-events: auto; }
.pankuzu{width: 98%;font-size: 12px;margin-left: 2%;}	
.spnone{
	display: none;
}
.sponly{
	display: block;
}	
.f-left{float: none;}
.f-right{float: none;}
nav.g_menu {
		display:none;
}

h1 {
	display: none;
}
p {
	margin:0;
	line-height:1.6;
}
header {
	background: #fff;
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
}
#logo img{margin: 0%;height: 45px;padding-left: 3%;}
.top_box{margin: 1% 0% 2%;}
.f-left_top{float:none;}
.top_right{display:none;}
.sp_top_contact{border-top: solid 1px #000000;margin: 0;padding: 2% 0 0;}
.sp_top_contact img{float: left;width: 32%;}
.w100per{
	width: 100%;
	margin: 0 auto;
}
.contents {
		width:90%;
		margin:0 auto;
		}
.w80per , .w50per , .w48per ,.w40per,.w60per,.w70per{
	width: 100%;
	margin: 0 auto 5%;
}
.w60per img{
	width: 100%;margin-top: 5%;
}
h2{
	margin: 0px auto 4%;
	font-size: 18px;
	font-weight:bold;
	padding-bottom:10px;
	line-height: 1.4;
}
.seo_h2{font-size: 14px;}
h3 {
	margin-bottom:0em;
	font-size:14px;
	margin-top:0em;
	line-height: 1.4;
}
h4 {
	font-size:14px;

}
.center{
	text-align:left;
	}
.totop{
		overflow:hidden;
		}

.link_more{width: 80%;margin: 2% auto;}

/*================================================
 *  フッター
 ================================================*/
.foot_logo{width: 70%;}
.foot_logo img{width: 100%;}
.foot_ad {color:#ffffff;width: 100%;float: none;}
.foot_link{color:#ffffff;width: 100%;float: none;}
.foot_link_left{width: 100%;float: none;margin-top: 4%;}
.foot_link_right{width: 100%;float: none;margin-top: 4%;}
.foot_link_left a,.foot_link_right a{color:#ffffff;}
.foot_link_left a:hover,.foot_link_right a:hover{color:orangered;}
.foot_link_left ul li,.foot_link_right ul li{background-image: url("../img/list_mark.svg"); background-repeat: no-repeat;background-size: 20px;padding-left: 25px; display: block;line-height: 1.6;margin-bottom: 3%;}

footer {
	clear:both;
	padding:3% 0 34%;
	font-size:14px;
	text-align:left;
	background-color:#110A56;
	border-top: solid 1px #ffffff;
	color: #ffffff;
}

.box-item04{width: 100%;display: inline-block;margin:2% 0 3%;height: auto;text-align: left;}
.box-item02 a{background-image: url("../img/list_mark.svg"); background-repeat: no-repeat;background-size: 20px;padding-left: 25px; display: block;line-height: 1.6;margin-bottom: 2%;text-align: left;}
.bk-img {
  width: 40%;
  height: 100px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image:url("../img/no_image.svg");
	float: left;
	margin-right: 3%;
}
.en_ttl{font-size: 20px;line-height: 1.2;margin-top: 2%;}
.border_right{border-right: none;padding-right: 2%;}
/*------------------------------------------------------------
	グループメニュー
------------------------------------------------------------*/	
.header_inner02{
	position:relative;
    box-sizing: border-box;
    width: 100%;
	height: 50px;
	padding: 0em 20px;
    margin:0 auto;
	text-align:left;
}
.pc_group_navi{display: none;}
.sp_group_navi h4{color: #ffffff;margin-bottom: 0.4em;text-align: left;padding-left: 2%;}
.sp_group_navi{background-color: #110A56; position: fixed; bottom: 0px; left: 0px; width: 100%; height: auto; margin: 0px; z-index: 99999;padding: 1% 0% 1%; border-top: solid 1px #ffffff;}
.header_inner02{
	position:relative;
    box-sizing: border-box;
    width: 100%;
	height: auto;
	padding: 0em 10px;
    margin:0 auto;
	text-align:left;
}

.box-item_g02{width: 40%;background-image: url("../img/list_mark.svg"); background-repeat: no-repeat;background-size:16px;padding-left: 20px; display: block;line-height: 16px;;margin-bottom: 2%;text-align: left;font-size: 0.9em;}
.box-item_g02:hover{opacity: 0.5;}
.box-item_g02:visited{color:#ffffff;}
}