@charset "utf-8";

* {
	padding: 0;
	margin: 0;
}

html {
    height: 100%;
}

body {
	height: 100%;
	color: #666;
	background-color: #FFFFFF;
	font-family: "メイリオ", Meiryo, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', "ＭＳ Ｐゴシック", "MS PGothic";
	word-wrap: break-word;
	margin-bottom: 20px;
	-webkit-text-size-adjust: 100%;
	font-size:88%;
}

img {
	vertical-align: top;
}

section,
article {
	display: block;
}

a img {
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}
a:hover img, form.contact_form input.form_btn:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
li {
	list-style-type: none;
}
a {
	color: #0066CC;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}
a:hover {
	color: #0099CC;
	text-decoration: none;
}

.clfix::after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

img.img_left {
	padding: 10px;
	float: left;
	display: block;
	margin-right: 20px;
	margin-bottom: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
img.img_right {
	background-color: #F6F6F6;
	padding: 5px;
	float: right;
	display: block;
	margin:10px 8px 60px 20px; 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.g_map {
	padding: 2px;
	background-color: #FFF;
	margin-bottom: 10px;
	border: 10px solid #F6F6F6;
}

.a_point {
	margin-top: -90px;
	padding-bottom: 90px;
	display: block;
}





/*航空で使用---*/
.button-more {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 220px;
    /*margin: 20px auto;*/
	margin:30px auto;
    padding: .9em 2em;
    border: 1px solid #2589d0;
    border-radius: 5px;
    background-color: #fff;
    color: #2589d0;
    font-size: 1em;
}

.button-more:hover {
    border: none;
    background-color: #2589d0;
    color: #fff;
 }

.button-more::after {
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    margin-left: 10px;
    border-top: 2px solid #2589d0;
    border-right: 2px solid #2589d0;
    content: '';
}

.button-more:hover::after {
    border-color: #fff;
}


/*--ハニカム製品紹介--*/
.sample-img {
  float: left; 
  max-width: 100%;
  margin: 0px 10px 20px;
  height: auto;
}

.text {
  padding-bottom: 20px;
}
a.linkPdf {
  background: url(../img/pdf.png) no-repeat 0px 44%;
  padding: 3px 0 3px 23px;
}

/*lisenceで使用-----------------*/
.boxq {
  border: 1px solid #cdcdcd;
  border-radius: 2px;
  width: 450px;
  height: auto;
  text-align: center;
  padding: 30px 20px;
  margin: 30px 50px;
  line-height: 2em;
}

/*
ヘッダー
-------------------------------------------*/
header {
	width: 100%;
	display: block;
	position: relative;
	background-color: #000;
	border-bottom-style: solid;
	border-bottom-width: 5px;
	border-bottom-color: #f6f6f6;
	background-size: cover;
}

.toppage header {
	height: auto !important;
	overflow: hidden;
}

header h1 {
	font-weight: normal;
	font-size: 10px;
	line-height: 20px;
	position: absolute;
	z-index: 1000;
}

header .h_box {
	font-family:  "メイリオ", Meiryo, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', "ＭＳ Ｐゴシック", "MS PGothic";
}

header .h_box {
	background-color: rgba(75,75,75,0.70);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

header .h_box .h_list li a {
	display: block;
	float: left;
	font-size: 12px;
	line-height: 20px;
	color: #FFF;
	padding-left: 20px;
	padding-right: 20px;
	text-decoration: none;
	margin-top: 5px;
}

header .h_box .h_list li:last-child a {
	border-right-style: none;
}

header .h_box .h_list li a:hover {
	background-color: rgba(0,0,0,0.3);
}
header .h_box ul.h_lang {
	display: block;
	float: right;
	width: 210px;
	height: 30px;
	background-color: rgba(255,255,255,0.5);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

header .h_box .h_lang li a {
	display: block;
	float: left;
	font-size: 13px;
	line-height: 20px;
	color: #00365E;
	text-align: center;
	text-decoration: none;
	width: 80px;
	margin-left: 20px;
	margin-top: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

header .h_box .h_lang li a:hover {
	background-color: rgba(255,255,255,0.5);
}
header .h_box .h_lang li a.selected {
	background-color: #00365E;
	color: #FFFFFF;
	box-shadow: rgba(255, 255, 255, 0.3) 0px 0px 3px 0px;
	-webkit-box-shadow: rgba(255, 255, 255, 0.3) 0px 0px 3px 0px;
	-moz-box-shadow: rgba(255, 255, 255, 0.3) 0px 0px 3px 0px;
}

/*--検索フォーム---（未使用）*/
.search_container{
  position: absolute;
  box-sizing: border-box;
  border: 1px solid #323232;
  border-radius: 5px;
  height: 1.7em;
  width: 230px;
  overflow: hidden;
  top: 60px;
  right: 10px;
  z-index: 1000;
}
.search_container input[type="text"]{
  border: none;
  height: 1.9em;
}
.search_container input[type="text"]:focus {
  outline: 0;
 }
.search_container input[type="submit"]{
  cursor: pointer;
  font-family: FontAwesome;
  border: none;
  background: #002268;
  color: #fff;
  position: absolute;
  width: 4.2em;
  height: 2.6em;
  right:0px;
  top: -5px;
  outline : none;
}
/*----検索end------*/

/*
グローバルナビ
-------------------------------------------*/

#g_navi {
	font-family: "メイリオ", Meiryo, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', "ＭＳ Ｐゴシック", "MS PGothic";
	font-size: 15px;
}

#g_navi ul li a.ac_menu {
	cursor: pointer;
}

/*
パン屑
-------------------------------------------*/
.pankuzu {
	display: block;
	padding: 10px;
	background-color: #F9F9F9;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.pankuzu li {
	display: inline-block;
	font-size: 14px;
	color: #666;
}
.pankuzu li::after {
	content: "＞";
	padding-left: 10px;
	color: #AAA;
	font-size: 12px;
}
.pankuzu li:last-child::after {
	content: "";
}

/*
cattop img
-------------------------------------------*/

/*.cat {
	display: block;
	text-align: center;

	
}
.cat img{
	display: inline-block;
	background-repeat: no-repeat;
	max-width: 100%;
	height: auto;
}*/


/*
メインコンテンツ
-------------------------------------------*/
.content {
	clear: both;
}

.main_cont {
	margin-bottom: 80px;
}

.content::after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

.stitle{
	padding: 0px;
	margin:10px 10px 0 auto;
}

.content p {
	line-height: 1.8;
	/*font-size: 16px;*/
	margin-bottom: 30px;
	margin-right: 15px;
	margin-left: 30px;
	margin-top: 10px;
}

h2 {
	font-size: 26px;
	line-height: 40px;
	color: #00365E;
	font-family:  "メイリオ", Meiryo, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', "ＭＳ Ｐゴシック", "MS PGothic";
	margin-bottom: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	position: relative;
	display: block;
	font-weight: normal;
}

h2 i {
	padding-right: 10px;
	color: #087ad7;
	font-size: 24px;
}

h2 a.btn_list {
	font-size: 14px;
	line-height: 30px;
	text-decoration: none;
	display: block;
	width: 100px;
	position: absolute;
	top: 10px;
	right: 0px;
	letter-spacing: 0px;
	padding-left: 40px;
	color: #FFF;
	background-color: #00365E;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px
}

h2 a.btn_list::before {
	font-size: 10px;
	display: block;
	width: 20px;
	line-height: 30px;
	position: absolute;
	top: 0px;
	left: 15px;
	content: '>';
}

h2 a.btn_list:hover {
	background-color: #FFF;
	color: #00365E;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
}
h2 .selectbox {
    display: inline-flex;
    align-items: center;
    position: absolute;
	display: block;
	top: 10px;
	right: 0px;
	font-size: 14px;
}

h2.h2_title_01 span {
	font-size: 18px;
	color: #AAA;
	padding-left: 20px;
}

h2.h2_title_01{
 position:relative;
 border-bottom:solid 3px #cdcdcd;
text-indent: 0.5em;
}

h2.h2_title_01::after{
 position:absolute;
 content:"";
 display:block;
 border-bottom:solid 3px #f0572c;
 bottom:-3px;
 width:20%;
}

.content h3 {
	font-size: 16px;
	line-height: 30px;
	font-weight: normal;
	color: #666;
	letter-spacing: 1px;
	/*margin: 20px 0px 10px 12px;*/
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	background-color: #F6F6F6;
	display: block;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	clear: both;
}
.content h3::before {
	display: block;
	width: 5px;
	height: 30px;
	position: absolute;
	content: "";
	top: 10px;
	left: 10px;
	background-color: #f0572c;
}

.content h3 span {
	font-size: 82%;
	color: #044760;
	padding-left: 20px;
}

.title_02{
	padding: 1em 0;
  　color: #010101;
  　background: #FDFDFD;
　　border-bottom: solid 3px #f0572c;
　　border-top: solid 1px #f0572c;
　　text-indent: 0.8em;
　　font-size: 18px;
	
}

.content h4 {
   padding: 1em;
   /*margin-left: 0.8em;*/
 　margin-bottom: 0.4em;
   color: #494949;
 	background: #F7F7F7;
	border-top: dotted 1px #8C8C8C;
    border-bottom: dotted 1px #8C8C8C;
	font-weight: bold;
	line-height: 120%;
}

/*
お知らせ
-------------------------------------------*/
.content .news  {
margin-bottom: 30px;
}

.content .news ul li {
	margin-bottom: 10px;
	padding-bottom: 10px;
 	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B5A57B;
}

.content .news ul li a {
	font-size: 14px;
	color: #333;
	text-decoration: none;
	letter-spacing: 1px;
	margin-left: 10px;
}

.content .news ul li a:hover {
	color: #0099CC;
	text-decoration: none;
}

.content2 .news h2 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #00365E;
}

.main_cont2 .news ul li {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B5A57B;
}

.main_cont2 .news ul li a {
	font-size: 14px;
	color: #333;
	text-decoration: none;
	letter-spacing: 1px;
	padding-left: 10px;
}
.main_cont2 .news ul li a:hover {
	color: #0099CC;
	text-decoration: none;
}
/*
トップフォーム
-------------------------------------------*/

.top_catch {
	position: absolute;
	top: 40%;
	left: 44%;
	z-index: 100;
}

.top_form {
	position: absolute;
	top: 18%;
	left: 5%;
	width: 32%;
	max-width: 500px;
	max-height: 380px;
	height: 68%;
	z-index: 100;
	background-color: rgba(0,0,0,0.5);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #FFF;
}

.top_img .top_form h2 {
	font-size: 20px;
	background-color: rgba(255,255,255,0.8);
	margin-bottom: 20px;
	padding-top: 10px;
	border-radius: 5px 5px 0 0 / 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0 / 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0 / 5px 5px 0 0;
	text-align: center;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #2E749A;
	color: #000;
}

.top_img .top_form dl {
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
	height: 60px;
}

.top_img .top_form dl dt {
	float: left;
	font-size: 16px;
	line-height: 30px;
	display: block;
	width: 30%;
	padding-left: 1%;
	padding-right: 1%;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: right;
	margin-left: 3%;
}

.top_img .top_form dl dd {
	float: right;
	display: block;
	width: 60%;
	padding-left: 1%;
	padding-right: 1%;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: 3%;
}

.top_img .top_form form dl dd select,
.top_img .top_form form dl dd input {
	padding: 5px;
	min-width: 200px;
	font-size: 16px;
	line-height: 30px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #DDD;
	background-color: rgba(255,255,255,0.8);
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}

.top_img .top_form form dl dd select:focus,
.top_img .top_form form dl dd input:focus {
	border: 1px solid #FFF;
	background-color: rgba(255,255,255,1.0);
}

.top_img .top_form form .form_btn {
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: rgba(0,0,0,0.2);
	margin: 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.top_img .top_form form .form_btn input {
	display: block;
	margin-left: auto;
	margin-right: auto;
	min-width: 200px;
	font-size: 18px;
	line-height: 30px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 2px solid #F90;
	background-color: #F90;
	text-align: center;
	color: #FFF;
	padding-top: 7px;
	padding-bottom: 7px;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}

.top_img .top_form form .form_btn input:hover {
	border: 2px solid #000;
	background-color: #FFB900;
	cursor: pointer;
}

/*
３列メインコンテンツ
-------------------------------------------*/
.cont_list {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.cont_list .list_box {
	width: 32%;
	/*background-color: #EEE;*/
	background-color: #EEEEEE;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	border: 2px solid #FFF;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
	margin-bottom: 20px;
}

.cont_list .list_box:hover {
	background-color: #FFF;
	box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px 0px;
}

.list_box h2 {
	text-align: center;
	padding-top: 20px;
	background-color: #FFF;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	/*border-bottom-color: #2E749A;*/
	border-bottom-color: #264fbe;
	font-size: 20px;
	line-height: 30px;
	padding-bottom: 10px;
}

.list_box h2 a {
	text-decoration: none;
	color: #044760;
}

.content .list_box h3 {
	font-size: 18px;
	text-align: center;
	margin-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	color: #044760;
	background-color: #F9F9F9;
	border-bottom-color: #BBB;
	box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px;
	border-bottom-style: dotted;
}

.content .list_box p {
	font-size: 14px;
}

.cont_list .list_box img {
	width: 96%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 15px;
}

/*
３列メインコンテンツcompany
-------------------------------------------*/
.cont_list2 {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.cont_list2 .list_box2 {
	width: 32%;
	height:150px;
	background-color: #fff;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	border: 1px solid #FFF;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
	margin-bottom: 30px;
	background-image: url("../company/img/icon/arrow_right.png");
	background-position: right; 
	background-repeat: no-repeat;
}

.cont_list2 .list_box2:hover {
	background-color: #FFF;
	box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px 0px;
}

.content .list_box2 p {
	align-items: center;
	margin-top: 40px;
	padding-top: 15px;
	margin-bottom: 48px;
	float: left;	
}

.list_box2 a {
	text-decoration: none;
	color: #7F7F7F;
	display: flex;
	align-items: center;  
}
	
.list_box2 img {
   height: auto;
   margin-right: 18px;
   margin-left: 18px;
}

.cont_list2 .list_box3 {
	width: 32%;
	height:150px;
	background-color: #fff;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	border: 1px solid #FFF;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
	margin-bottom: 30px;
	background-image: url("../company/img/icon/arrow_right.png");
	background-position: right; 
	background-repeat: no-repeat;
}

.list_box3 img {
   width: 350px;
   height: 153px;
   margin-right: 0px;
   margin-left: 0px;
}

/*
サブメニューコンテンツcompany グレーメニュー部分
-------------------------------------------*/
.cont_list3 {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.list_box3 {
	width: 100%;
	height:auto;
	background-color: #f6f6f6;
	padding: 10px;
	margin-bottom: 60px;
}

.list_box3 a {
	text-decoration: none;
	color: #7F7F7F;
	margin: 20px;
	padding-left:40px;
	line-height: 4em;
}

.list_box3 a:hover {
	color: #7db4e6;
}


/*
帯（サービス・スタッフ）部分
-------------------------------------------*/

.obi {
	background-color: #eee;
	width: 100%;
	padding-bottom: 50px;
	margin-bottom: 50px;
	background-image: url(img/obi.png);
	background-repeat: no-repeat;
	background-position: center 2px;
}

.obi h2 {
	text-align: center;
	margin-bottom: 30px;
	background-image: url(img/obi.png);
	background-repeat: no-repeat;
	background-position: center 59px;
	padding-bottom: 15px;
}
.service ul,
.staff ul {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.service ul li,
.staff ul li {
	display: block;
	width: 33%;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px;
}

.service ul li p,
.staff ul li p {
	font-size: 12px;
	margin: 10px;
}

.service ul li a,
.staff ul li a {
	text-decoration: none;
}

.service ul li p strong,
.staff ul li p strong {
	font-size: 18px;
	font-weight: normal;
	font-family: "メイリオ", Meiryo, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', "ＭＳ Ｐゴシック", "MS PGothic";
}

.service ul li p .rubi,
.staff ul li p .rubi {
	font-size: 10px;
	letter-spacing: 2px;
}

.service ul li a .mask,
.staff ul li a .mask {
	width: 300px;
	height: 300px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	overflow: hidden;
	position: relative;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}

.service ul li a img,
.staff ul li a img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	display: block;
}

.service ul li a:hover img {
	width: 120%;
	max-width: 120% !important;
	top: -10%;
	left: -10%;
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

.staff ul li a:hover .mask {
	border-radius: 5%;
	-webkit-border-radius: 5%;
	-moz-border-radius: 5%;
}
.staff ul li a:hover img {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

a.btn_more {
	display: block;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #FFF;
	position: relative;
	font-size: 14px;
	line-height: 30px;
}

a.btn_more::before {
	display: block;
	position: absolute;
	width: 20px;
	height: 30px;
	font-size: 12px;
	content: ">";
	left: 5px;
	top: 5px;
}
a.btn_more:hover::before {
	left: 8px;
}

a.btn_more:hover {
	color: #002744;
	background-color: #FFF;
	border-top-color: #001F35;
	border-right-color: #001F35;
	border-bottom-color: #001F35;
	border-left-color: #001F35;
}

.list_box a.btn_more {
	text-align: center;
	text-decoration: none;
	color: #FFF;
	background-color: #002744;
	margin-bottom: 20px;
}

.list_box a.btn_more:hover {
	color: #002744;
	background-color: #FFF;
	border-top-color: #001F35;
	border-right-color: #001F35;
	border-bottom-color: #001F35;
	border-left-color: #001F35;
}

/*
FAQ
-------------------------------------------*/
.content .dl_faq dt {
	font-size: 20px;
	line-height: 30px;
	color: #FFF;
	background-color: #066C93;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 60px;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	position: relative;
}
.content .dl_faq dt::before {
	display: block;
	font-size: 24px;
	line-height: 50px;
	width: 50px;
	text-align: center;
	font-weight: bold;
	content: "Q.";
	position: absolute;
	top: 0px;
	left: 10px;
}
.content .dl_faq dd {
	margin-bottom: 30px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 60px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	position: relative;
}
.content .dl_faq dd::before {
	display: block;
	font-size: 24px;
	line-height: 50px;
	width: 50px;
	text-align: center;
	font-weight: bold;
	content: "A.";
	position: absolute;
	top: 10px;
	left: 10px;
	color: #066C93;
}

/*
お問い合わせ枠
-------------------------------------------*/
.content .contact {
	text-align: center;
	background-color: #F9F9F9;
	border: 2px solid #FFF;
	margin-bottom: 50px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 7px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 7px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 7px 0px;
}

.content .contact  h2 {
	background-color: #F6F6F6;
	padding-top: 20px;
	padding-bottom: 12px;
	border-radius: 10px 10px 0 0 / 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #087ad7;
	color:#666!important;
	font-size:22px;
}

.content .contact .tel a {
	font-size: 30px;
	color: #666;
	text-decoration: none;
}

.content .contact .tel a i {
	padding-right: 10px;
}

.content .contact .tel a strong {
	font-size: larger;
	font-weight: normal;
}

.content .contact p{
	font-size: 16px;
}

.btn_contact a {
	display: block;
	padding-top: 15px;
	padding-bottom: 13px;
	background-color: #fff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	font-size: 20px;
	line-height: 30px;
	color: #087ad7;
	text-decoration: none;
	width: 90%;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	border: 1px solid #087ad7;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 7px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 7px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 7px 0px;
}

.btn_contact a:hover {
	background-color: #087ad7;
	color: #fff;
	border: 1px solid #fff;
}

.btn_contact a i {
	padding-right: 10px;
}

.btnBlue, .btnRed {
  color: #fff;
  position: relative;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  min-width: 190px;
  height: 31px;
  line-height: 31px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 0 20px;
  border: none;
}

.btnBlue {
  background-color: #336cb3;
  background-image: -webkit-linear-gradient(top, #5591dc, #336cb3 50%);
  background-image: -moz-linear-gradient(top, #5591dc, #336cb3 50%);
  background-image: -o-linear-gradient(top, #5591dc, #336cb3 50%);
  background-image: linear-gradient(to bottom, #5591dc, #336cb3 50%);
}
.btnRed {
  background-color: #e5732c;
  background-image: -webkit-linear-gradient(top, #f98c4a, #e5732c 50%);
  background-image: -moz-linear-gradient(top, #f98c4a, #e5732c 50%);
  background-image: -o-linear-gradient(top, #f98c4a, #e5732c 50%);
  background-image: linear-gradient(to bottom, #f98c4a, #e5732c 50%);
  margin-bottom: 20px;
  font-weight: bold;
}
.btnBlue:hover {
  color: #fff;
  background-color: #5591dc;
  background-image: -webkit-linear-gradient(top, #336cb3, #5591dc 50%);
  background-image: -moz-linear-gradient(top, #336cb3, #5591dc 50%);
  background-image: -o-linear-gradient(top, #336cb3, #5591dc 50%);
  background-image: linear-gradient(to bottom, #336cb3, #5591dc 50%);
}
.btnRed:hover {
  color: #fff;
  background-color: #f98c4a;
  background-image: -webkit-linear-gradient(top, #e5732c, #f98c4a 50%);
  background-image: -moz-linear-gradient(top, #e5732c, #f98c4a 50%);
  background-image: -o-linear-gradient(top, #e5732c, #f98c4a 50%);
  background-image: linear-gradient(to bottom, #e5732c, #f98c4a 50%);
  margin-bottom: 20px;
}
.centerbtn {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}

/*
コンタクトページで利用
------------------------------------*/
.btn_contact2 a {
	display: block;
	padding-top: 15px;
	padding-bottom: 13px;
	background-color: #fff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	font-size: 18px;
	line-height: 30px;
	color: #087ad7;
	text-decoration: none;
	width: 50%;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	border: 1px solid #087AD7;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 7px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 7px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 7px 0px;
	text-align: center;
}
.btn_contact2 a:hover {
	background-color: #087ad7;
	color: #fff;
	border: 1px solid #fff;
}
.btn_contact2 a i {
	padding-right: 10px;
}

/*
フッター
-------------------------------------------*/

footer {
	clear: both;
	display: block;
	color: #FFFFFF;
	color: rgba(255,255,255,0.8);
	background-color: #424242;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #F6F6F6;
}

.footer_nav {
  background-color: #20201c;
  height: 80px;
  clear: both;
  padding-top: 15px;
  display: block;
  color: #FFFFFF;
  border-top-width: 5px;
}

.footer_box {
  background-color: #20201c;
  clear: both;
  display: block;
  color: #FFFFFF;
  border-top-width: 5px;
  margin-bottom: 30px;
}

.footer_box {
	padding-top: 30px;
	padding-bottom: 10px;
	background-color: #424242;
}

.footer_box ul li .li_title {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #49697A;
	font-size: 14px;
	letter-spacing: 1px;
	margin-right:30px;
	text-indent: 0.8em;
}

.footer_box ul li a {
	color: #FFF;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	text-decoration: none;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 12px;
	line-height: 22px;
	position: relative;
}

.footer_box ul li a::before {
	font-size: 10px;
	display: block;
	width: 20px;
	line-height: 22px;
	position: absolute;
	top: 5px;
	left: 10px;
}

.footer_box ul li a:hover {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

.footer_box ul {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.footer_box ul li ul {
	width: 100% !important;
}

.footernav {
  width: 900px;
  margin: 0 auto;
  background-color: #000000;
} 

.footernav li {
  font-size: 14px;
  float: left;
  padding-top: 5px;
  margin-right: 10px;
  padding-right: 30px;
}

.footernav li:last-child {
  background: none;
}

.footernav a {
  color: #cdcdcd;
  text-decoration: none;
  font-size: 87%;
}

.footernav a:hover {
  color: #4388cc;
}

.address {
	font-size: 10px;
	font-style: normal;
	text-align: center;
	letter-spacing: 1px;
	line-height: 15px;
	padding-top: 20px;
	display: block;
	clear: both;
}

/*
トップへ戻るボタン
-------------------------------------------*/
#to_top {
	position: fixed;
	bottom: 10px;
	right: 30px;
	z-index: 200;
}

#to_top a {
	text-decoration: none;
	text-align: center;
	display: block;
	width:50px;
	height:35px;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	padding-top: 15px;
	background-color: #087ad7;
}

#to_top a:hover,
#to_top a:hover img {
	background-color: #72ABFF;
}

/*
テーブル
-------------------------------------------*/

table {
	border-collapse: collapse;
}

table td {
	border-collapse: collapse;
}

.content table.table_01,
#mailform table.table_form {
	width: 100%;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
.content table.table_01 th,
.content table.table_01 td {
	padding: 20px 30px;
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3E3E3;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E3E3E3;
}
.content table.table_01 th {
	background-color: #F9F9F9;
	color: #00365E;
	letter-spacing: 2px;
	white-space: nowrap;
}
.table_01 th:first-child{
	width: 20%;
	white-space: nowrap;
}
.table_02 {
	width: 100%;
	margin-right: auto;
	margin-bottom: 20px;
	/*margin-left: 0.8em;*/
}
.table_02 th,
.table_02 td {
	padding: 20px 30px;
	font-size: 14px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E3E3E3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3E3E3;
}
.table_02 th {
	background-color: #F9F9F9;
	color: #00365E;
	letter-spacing: 2px;
	text-align: left;
	/*white-space: nowrap;*/
}

/*.table_02 td:first-child{
	width: 30%;
	white-space: nowrap;
}*/

/*お問い合わせフォームtable---*/
#mailform table.table_form th {
	text-align: right;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: dotted;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	font-size: 14px;
	font-weight: normal;
	padding: 20px;
	background-color: #F9F9F9;
}
.content #mailform table.table_form th p {
	font-size: 10px;
	line-height: 14px;
	color: #999;
	margin: 0px;
	padding: 0px;
}
span.required {
	display: inline-block;
	margin-left: 5px;
	color: #FFF;
	background-color: #FF5B33;
	font-size: 12px;
	line-height: 24px;
	padding-right: 5px;
	padding-left: 5px;
}
#mailform table.table_form td {
	padding: 20px;
	background-color: #FFF;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	border-bottom-width: 1px;
	font-size: 14px;
	line-height: 2em;
}

form input.form_btn {
	background-color: #F60;
	color: #FFF;
	padding-top: 6px;
	padding-right: 30px;
	padding-bottom: 6px;
	padding-left: 30px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: 2px solid #EEE;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
	font-size: 18px;
	line-height: 24px;
}
form input.form_btn:hover {
	background-color: #FFF;
	color: #F60;
	border-top-color: #F60;
	border-right-color: #F60;
	border-bottom-color: #F60;
	border-left-color: #F60;
	cursor: pointer;
}
form input.form_btn_gr {
	background-color: #555;
	color: #FFF;
	padding-top: 6px;
	padding-right: 30px;
	padding-bottom: 6px;
	padding-left: 30px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: 2px solid #EEE;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
	font-size: 18px;
	line-height: 24px;
}
form input.form_btn_gr:hover {
	background-color: #FFF;
	color: #555;
	border-top-color: #555;
	border-right-color: #555;
	border-bottom-color: #555;
	border-left-color: #555;
	cursor: pointer;
}
/*20250401ニュースのテーブルに使用*/
 p.new {
    padding:0;
	margin: 0;
  }		
	

@media screen and (min-width:1800px) {

.top_form {
	top: 30%;
	left: 15%;
}

}

@media screen and (min-width:1100px) {

/*
ヘッダー
-------------------------------------------*/
header {
	height: 140px;
}

header h1 {
	left: 20px;
	top: 15px;
}
.sp_menu,
.menu_btn,
.close_btn {
	display: none;
}

header .h_box {
	position: absolute;
	top: 20px;
	right: 10px;
	z-index: 1000;
	width: 330px;
	padding-left: 10px;
}

header .h_btn {
	position: absolute;
	top: 55px;
	right: 20px;
	z-index: 1000;
	width: 240px;
}

header .h_tel {
	position: absolute;
	top: 50px;
	right: 320px;
	font-size: 22px;
	z-index: 1000;
}
header .h_tel i {
	padding-right: 10px;
}
header .h_tel strong {
	font-size: 28px;
}
.top_img {
	position: relative;
	top: 100px;
}

/*
PCグローバルナビ
-------------------------------------------*/
#g_navi {
	width: 100%;
	display: block;
	height: 60px;
	background-color: #2d2d2d;
	position: absolute;
	z-index: 1000;
	left: 0px !important;
	bottom: 0px;
	top: 80px;
	border-bottom: #087ad7 solid 5px;
}

#g_navi {
	bottom: auto;
	top: 80px;
}
/*--メニュー固定--*/
#g_navi.nav_fixed {
	position: fixed;
	top: 0px;
}
	
#g_navi ul.navi_base {
	height: 60px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	display: flex;
}

#g_navi ul.navi_base::before {
	display:block;
	width: 1px;
	height: 20px;
	position: absolute;
	top: 20px;
	left: 50%;
	background-color: rgba(255,255,255,0.6);
	content: '';
	margin-left: -450px;
}

#g_navi ul li{
	width: 180px;
	height: 60px;
	float: left;
	display: block;
}

#g_navi li a {
	width: 180px;
	height: 60px;
	display: table-cell;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	line-height: 1em;
	position: relative;
	vertical-align: middle;
}

#g_navi li a::before {
	display: block;
	width: 1px;
	height: 20px;
	position: absolute;
	top: 20px;
	right: 0px;
	background-color: rgba(255,255,255,0.6);
	content: '';
}


#g_navi ul li a.ac_menu {
	position: relative;
}

#g_navi li a:hover,
#g_navi ul li:hover > a {
	background-color: #5e5e5e;
    color: #fff;	
    border-bottom: #9dc3e6 solid 5px;	
}

#g_navi ul li div {
	position: absolute;
	z-index: 2000;
	top: 65px;
	left: 0px;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	width: 180px;
	height: auto;
	background-color: rgba(42,42,42,0.8)
}
	
#g_navi ul li ul{
  width: 180px;
  margin-left: auto;
  margin-right: auto;
  height: auto;
}

#g_navi ul li ul li{
	height: 70px;
	border-top: #f0f8ff solid 1px;
}
	
#g_navi ul li ul li:first-child{
	border-top: none;
}
	
#g_navi ul li ul li a{
	height: 65px;
	color:#fff;
	line-height: 1.5em;
	font-size: 90%;
	letter-spacing: 0.2em;
}
	
#g_navi ul li ul li a:hover{
	padding-top: 5px;
	background-color: rgba(0,0,0,0.5);
	margin: 0;
	border-bottom: none;
	margin-top: 0;
}
	
#g_navi li li a::before,
#g_navi li li:first-child a::after {
	display: none;
}

#g_navi ul li:hover div{
  visibility: visible;
  opacity: 1;
}

#g_navi div.ac_list {
	display: block !important;
}

.menu-item {
position: relative;
}
	
/*
メインコンテンツ
-------------------------------------------*/

.content {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
	padding-bottom: 30px;
}

.pankuzu ul {
	display: block;
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
}

/*
フッター
-------------------------------------------*/
.footer_box  {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
}

.footer_box .box_in .foot_right {
	float: right;
}

.footer_box .box_in ul {
	display: block;
	float: left;
	width: 25%;
	padding-bottom: 20px;
}

}
/*-----（/1100～）-----*/


@media screen and (max-width:1100px) {
	
img {
	max-width: 100%;
	height: auto;
	width: auto;
	margin-left: auto;
	margin-right: auto;
}

img.img_left,
img.img_right {
	max-width: 320px;
}
/*
ヘッダー
-------------------------------------------*/

header {
	height: 60px;
}

header h1 {
	left: 10px;
	top: 10px;
	width: 280px;
}

header #h_box_sp {
	position: fixed;
	width: 100%;
	height: 60px;
	top: 0px;
	left: 0px;
	overflow: auto;
	z-index: 4000;
	background-color: #00365E;
	background-color: rgba(0,15,44,1.0);
	box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 7px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 7px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 7px 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 60px;
	display: none;
}

header .h_btn a {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 500px;
}

header .h_btn a::after {
	line-height: 36px;
}

header .h_box .h_list li a {
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 10px;
}

header .h_box ul.h_lang {
	margin-top: 10px;
	margin-bottom: 10px;
}
.top_img {
	position: relative;
	top: 50px;
}
/*
メニューボタン
-------------------------------------------*/

.menu_btn {
	display: block;
	height: 30px;
	width: 40px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	position: fixed;
	z-index: 5000;
	top: 5px;
	right: 5px;
	background-color: rgba(255,255,255,0.7);
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.menu_btn::after {
	content: "MENU";
	display: block;
	height: 10px;
	width: 40px;
	font-size: 9px;
	letter-spacing: 1px;
	position: absolute;
	left: 0px;
	bottom: 4px;
	text-align: center;
	color: #003584;
}

.menu_btn.opened::after {
	content: "CLOSE";
	color: #FFF;
	font-size: 8px;
	bottom: 2px;
}

.menu_btn:hover {
	cursor: pointer;
}

.menu_btn.opened {
	background-color: rgba(0,0,0,0.2);
}

.menu_btn.opened span {
	background-color: #FFF;
}
.menu_btn span {
	width: 28px;
	height: 2px;
	display: block;
	position: absolute;
	left: 50%;
	top: 36%;
	margin-left: -14px;
	background-color: #003584;
}
.menu_btn span {
    transition: all 0.3s;
    transform: rotate(0deg);
	-webkit-transform: rotate(0deg);  
    -moz-transform: rotate(0deg);    
  }
.menu_btn span.top {
    transform: translateY(-8px);
	-webkit-transform: translateY(-8px);  
    -moz-transform: translateY(-8px);    
  }
.menu_btn span.bottom {
    transform: translateY(8px);
	-webkit-transform: translateY(8px);  
    -moz-transform: translateY(8px);    
}


.menu_btn:hover span.top {
    transform: translateY(-10px);
	-webkit-transform: translateY(-10px);  
    -moz-transform: translateY(-10px);    
}
.menu_btn:hover span.bottom {
    transform: translateY(10px);
	-webkit-transform: translateY(10px);  
    -moz-transform: translateY(10px);    
}


.menu_btn.opened  span.middle {
    background: rgba(255, 255, 255, 0);
	 transform: translateX(30px);
	 -webkit-transform: translateX(30px);  
    -moz-transform: translateX(30px);    
}
.menu_btn.opened  span.top {
    transform: rotate(-45deg) translateY(0px);
	-webkit-transform: rotate(-45deg) translateY(0px);  
    -moz-transform: rotate(-45deg) translateY(0px);    
}
.menu_btn.opened  span.bottom {
    transform: rotate(45deg) translateY(0px);
	-webkit-transform: rotate(45deg) translateY(0px);  
    -moz-transform: rotate(45deg) translateY(0px);    
}


/*
グローバルナビ
-------------------------------------------*/
#g_navi {
	position: fixed;
	width: 80%;
	height: 100%;
	padding-top: 170px;
	top: 0px;
	left: 20%;
	overflow: auto;
	z-index: 3000;
	background-color: #000000;
	opacity: 0.95;
	filter: alpha(opacity=95);
	-ms-filter: "alpha( opacity=95 )";
	box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 7px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 7px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 7px 0px;
	display: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#g_navi ul {
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
}

#g_navi ul li:first-child a {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #13476F;
}
#g_navi ul li a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-top: 16px;
	padding-right: 30px;
	padding-bottom: 14px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #13476F;
	background-color: #00365E;
	background-image: url(../img/li_sp.png);
	background-repeat: no-repeat;
	background-position: right center;
	line-height: 22px;
	vertical-align: middle;
}

#g_navi ul li a:hover {
	background-color: #fff;
	color: #00365E;
}

.fixed {
	overflow: hidden;
}

/*
アコーディオン
--------------------------------------------------*/


#g_navi ul li a.ac_menu {
	position: relative;
	background-image: none;
}
#g_navi ul li a.ac_menu::after {
	font-size: 11px;
	display: block;
	height: 20px;
	width: 20px;
	content: "▼";
	text-align: center;
	line-height: 20px;
	position: absolute;
	top: 16px;
	right: 10px;
	color: #C1E2F2;
}
#g_navi ul li a.ac_menu.active {
	background-color: #005177;
	border-bottom-color: #006A9D;
}
#g_navi ul li a.ac_menu.active::after {
	content: "▲";
}
#g_navi div.ac_list {
	display: none;
}

#g_navi ul li ul li a {
	padding-left: 30px;
	background-color: #005177;
	border-bottom-color: #00699B;
}
#g_navi ul li ul li a:hover {
	background-color: #fff;
	color: #00699B;
}

/*
メニューシャドウ
-------------------------------------------*/
.bg_bl {
	background-color: #FFF;
	height: 100%;
	width: 100%;
	opacity: 0.80;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	display: block;
	position: fixed;
	z-index: 2000;
}

/*
メインコンテンツ
-------------------------------------------*/

.content {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}
.content p {
	margin-right: 20px;
	margin-left: 20px;
}

.content .news {
	margin-right: 10px;
	margin-left: 10px;
}

.cont_list {
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

.obi {
	padding-top: 10px;
	padding-bottom: 20px;
	margin-top: 10px;
	margin-bottom: 20px;
}

.obi h2 {
	margin-bottom: 20px;
}
.content h3 {
	margin: 20px 2px 10px 5px;
	clear: both;
}

	
/*
トップフォーム
-------------------------------------------*/
.top_catch {
	left: 400px;
}
.top_catch img {
	width: 500px;
}

.top_form {
	position: absolute;
	top: 30px;
	left: 15px;
	width: 380px;
	height: 320px;
}

.top_img .top_form h2 {
	font-size: 18px;
	margin-bottom: 15px;
	padding-top: 8px;
}

.top_img .top_form dl {
	height: 50px;
}

.top_img .top_form dl dt {
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.top_img .top_form dl dd {
	padding-top: 5px;
	padding-bottom: 5px;
}

.top_img .top_form form dl dd select,
.top_img .top_form form dl dd input {
	font-size: 14px;
	line-height: 20px;
}

.top_img .top_form form .form_btn input {
	min-width: 180px;
	font-size: 16px;
	line-height: 20px;
}

/*.service ul li,
.staff ul li {
	width: 25%;
}

.service ul li a .mask {
	width: 170px;
	height: 170px;
}*/

/*
フッター
-------------------------------------------*/
.footer_box .box_in {
	width: 96%;
	margin-right: auto;
	margin-left: auto;
}

.footer_box .box_in .foot_right {
	float: right;
	width: 24%;
}
.footer_box .box_in .foot_right p {
	font-size: 12px;
	margin-bottom: 20px;
}
.footer_box .box_in ul {
	display: block;
	float: left;
	width: 24%;
	padding-right: 5px;
}
.footernav {
  display: none;
}
#to_top {
	bottom: 10px;
	right: 10px;
}
.list_box2 p {
    margin-left: 0px;
	font-size: 13px!important;
}
		
p.new{
	padding: 0px;
	margin: 0px;
	}		
}
/*-----（/～1100）-----*/


@media screen and (max-width:760px) {

.top_img {
	min-height: 360px;
}

.list_box2 {
	background-image: none!important;

	}	
	
	
.list_box2 a {
    flex-direction: column; 
    align-items: center;   
  }

  .list_box2 img {
    margin: 20px auto 0px; 
    margin-bottom: 4px;
	align-items: center;
  }

  .list_box2 p {
    text-align: center;
	font-size: 12px!important;
    margin: 0px auto 30px!important;
}
	
.company_box{
	width: 355px;
	height: 153px;
	margin: 0!important;
	padding: 0px;
	top: 20px;
	}	
	
	
/*
トップフォーム
-------------------------------------------*/

.top_form {
	top: 20px;
	left: 15%;
	width: 70%;
	height: 260px;
}

.top_img .top_form h2 {
	font-size: 16px;
	margin-bottom: 10px;
	padding-top: 5px;
}

.top_img .top_form dl {
	height: 40px;
}

.top_img .top_form dl dt {
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 26%;
}
.top_img .top_form dl dd {
	padding-top: 2px;
	padding-bottom: 2px;
	width: 64%;
}

.top_img .top_form form dl dd select,
.top_img .top_form form dl dd input {
	font-size: 12px;
	line-height: 18px;
}

.top_img .top_form form .form_btn {
	padding-top: 10px;
	padding-bottom: 10px;
}

.top_img .top_form form .form_btn input {
	font-size: 14px;
}

.service ul li,
.staff ul li {
	width: 50%;
}

.service ul li a .mask {
	width: 180px;
	height: 180px;
}

/*
テーブル
-------------------------------------------*/

.content table.table_01 th,
.content table.table_01 td,
.content table.table_02 th,
.content table.table_02 td,	
.content table.table_form th,
.content table.table_form td {
	display: block;
	padding: 20px;

}
#mailform table.table_form th {
	text-align: left;
	border-bottom: none;
	
}

.content table.table_form th {
	border-right: none !important;
}

.table_01 td::before{
    content: attr(data-label);
    color: #333;
    /*font-weight: bold;*/
    display: inline-block;
    width: 20%;
    min-width: 4em;
	  }
	
.table_01 thead {
    display:none;
  }		
p.new{
	padding-left: 65px;
	margin-left: 20px;
	}		

/*
フッター
-------------------------------------------*/

.footer_box{
  display: none;	
	}
.footernav {
  display: none;
}
.footernav li  {
	display: none;
	}
.footer_nav {
	bottom: 0;
position: relative;
	width: 100%;
}

}
/*-----（/～760）-----*/

@media screen and (max-width:560px) {
	
img.img_left,
img.img_right {
	float: none;
	margin: auto;
}

header .h_box ul.h_lang {
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
}

header .h_btn a {
	float: right;
	margin-left: 13px;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 280px;
	background-position: 240px center;
}

header .h_btn a::after {
	line-height: 26px;
}

h2 {
	font-size: 18px;
	line-height: 30px;
}

h2 a.btn_list {
	font-size: 14px;
	line-height: 26px;
	width: 70px;
	top: 5px;
}

h2 a.btn_list::before {
	line-height: 26px;
}


.top_form {
	left: 5%;
	width: 90%;
}

.cont_list .list_box {
	width: 98%;
}

.btn_contact2 a {
width: 90%;	
font-size: 16px;	
}
	
/*.service ul li,
.staff ul li {
	padding: 0px;
}
.service ul li img,
.staff ul li img {
	width: 140px;
}

.service ul li a .mask,
.staff ul li a .mask {
	width: 140px;
	height: 140px;
}*/


.footer_box .box_in {
	width: 100%;
}
.footer_box ul li .li_title {
	font-size: 12px;
	letter-spacing: 0px;
}

.footer_box ul li a {
	padding-left: 20px;
	font-size: 11px;
	line-height: 18px;
}

.footer_box .box_in ul {
	width: 32%;
	margin-left: 1%;
	padding-right: 0px;
}

textarea,
input {
	max-width: 360px;
}
 .table_01 td::before{
    content: attr(data-label);
    color: #333;
    display: inline-block;
    width: 20%;
    min-width: 4em;
	 
  }
img.pic{
	padding-left: 30px;	
	padding-bottom: 8px;
	}	
	
.table_02 td
	{
	width: 100%;
	padding: 10px;
}
	.table_02 th{
		white-space: nowrap;
	}



	
	
}
/*-----（/～560）-----*/

	
@media screen and (max-width:400px) {

.content .news ul li a {
	font-size: 12px;
}

.top_form {
	left: 2%;
	width: 96%;
}

.top_img .top_form dl dt {
	width: 20%;
}
.top_img .top_form dl dd {
	width: 70%;
}

/*.service ul li a .mask {
	width: 150px;
	height: 150px;
}*/

.footer_box .box_in ul {
	width: 50%;
	margin-left: 0;
	margin-right: 0;
	padding-left: 5%;
	padding-right: 5px;
}

textarea,
input {
	max-width: 280px;
}
/*防衛TOPで仕様*/	
.col_menu{
	width: 100%;
}

	
}
/*-----（/～400）-----*/


/*
スライドショー
---------------------------------------------------------*/
.top_img {
	height: auto;
	width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
}

.top_img img.img_base {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.top_img img.img01,
.top_img img.img02,
.top_img img.img03, 
.top_img img.img04,
.top_img img.img05{
	animation-name: album;
	-webkit-animation-name: album;
	animation-duration: 30s;
	-webkit-animation-duration: 30s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	opacity: 0;
	display: block;
	width: 100%;
	min-width: 760px;
	position: absolute;
	top: 0;
	left: 0;
}

.top_img img.img02 {
	animation-delay:5s;
	-webkit-animation-delay:5s;
}

.top_img img.img03 {
	animation-delay:10s;
	-webkit-animation-delay: 10s;
}

.top_img img.img04 {
	animation-delay:15s;
	-webkit-animation-delay: 15s;
}

.top_img img.img05 {
	animation-delay:20s;
	-webkit-animation-delay: 20s;
}


@keyframes album {
	0% {
		opacity: 0;
-webkit-filter: blur(20px);
-moz-filter: blur(20px);
-ms-filter: blur(20px);
filter: blur(20px);
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
-o-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
	}
	
	10% {
		opacity: 1;
-webkit-filter: blur(0px);
-moz-filter: blur(0px);
-ms-filter: blur(0px);
filter: blur(0px);
	}

	34% {
		opacity: 1;
-webkit-transform: scale(1.0);
-moz-transform: scale(1.0);
-o-transform: scale(1.0);
-ms-transform: scale(1.0);
transform: scale(1.0);
	}
	44% {
		opacity: 0;
	}
}

@-webkit-keyframes album {
	0% {
		opacity: 0;
-webkit-filter: blur(20px);
-moz-filter: blur(20px);
-ms-filter: blur(20px);
filter: blur(20px);
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
-o-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
	}
	
	10% {
		opacity: 1;
-webkit-filter: blur(0px);
-moz-filter: blur(0px);
-ms-filter: blur(0px);
filter: blur(0px);
	}

	34% {
		opacity: 1;
-webkit-transform: scale(1.0);
-moz-transform: scale(1.0);
-o-transform: scale(1.0);
-ms-transform: scale(1.0);
transform: scale(1.0);
	}
	44% {
		opacity: 0;
	}
}

/*
エフェクト
-------------------------------------------*/
.effect {
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha( opacity=0 )";
	transform: translateY(30px);
	-webkit-transform: translateY(30px);  
    -moz-transform: translateY(30px); 
	-webkit-transition: 1.0s ease-out;
	-moz-transition: 1.0s ease-out;
	transition: 1.0s ease-out;
}
.effect.d_02 {
transition-delay:0.2s;
-webkit-transition-delay:0.2s;
}
.effect.d_04 {
transition-delay:0.4s;
-webkit-transition-delay:0.4s;
}
.effect.d_06 {
transition-delay:0.6s;
-webkit-transition-delay:0.6s;
}
.effect.d_08 {
transition-delay:0.8s;
-webkit-transition-delay:0.8s;
}
.effect.start {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	transform: translateY(0px);
	-webkit-transform: translateY(0px);  
    -moz-transform: translateY(0px);    
}

/*------------------------------*/

.box_att {
	margin-top: 30px;
	padding: 25px;
	border: 1px dashed #078DC0;
}

.box_att h2 {
	font-weight: normal;
	font-size: 20px;
	color: #0F688B;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	text-align: center;
}
.box_att p {
	font-size: 14px;
	margin: 0px;
	color: #0F688B;
}

/*--メッセージ　代表者名右寄せ---*/
p.right {
text-align: right;
}
/* 枠付きボックス */
.cstm-box-solid {
  margin: 0.5em 1em; 
  padding: 1em;
  border: 1px solid #e1e1e1;
}
.cstm-box{
  margin: 5px;
  padding: 0 2em;

}
.cstm-box li{
  padding-left: 1em;
  text-indent: -1em;
	
}
.ttl_center4 {
 position: relative;
  display: inline-block;
  padding: 0 55px;
margin: 30px 20px 10px;
}
.ttl_center4::before, .ttl_center4::after {
 content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: #044760;
}
.ttl_center4::before {
  left: 0;
}
.ttl_center4::after {
  right: 0;
}

.h5title{
  padding: 0.25em 0.5em;
  color: #494949;
  background: transparent;
  border-left: solid 5px #7db4e6;
}

/* ボックス内の段落 */
.cstm-box-solid p { margin: 0;}

/*最新ニュース用テーブル*/

.table03{
  border-collapse: collapse;
  width: 100%;
}
.tb03 th,
.tb03 td{
  padding: 10px;
	margin: 50px;
  border: solid 1px #ccc;
  text-align:center;
  box-sizing:border-box;
}
.tb03 th {
  background: #f7f7f7;
}


@media screen and (max-width: 640px) {
  .tb03 .head{
    display:none;
  }
  .tb03 {
    width: 100%;
  }
  .tb03 td {
    display: block;
    width: 100%;
    border-bottom:none;
  }
  .tb03 td:first-child{
    background: #F7F7F7;
    font-weight:bold;
  }
  .tb03 tr:last-child{
    border-bottom: solid 1px #ccc;
  }
}

/*---20240221で使用-------*/
.table_design08 {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  max-width: 900px;
  text-align: center;
}
.table_design08 th, .table_design08 td {
  border: 1px solid #cccccc;
  padding: 1em;
	white-space:nowrap;
}
.table_design08 thead th {
  background-color: #f7f7f7;
  color: #333;
  border: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.table_design08 thead th:last-of-type {
  border-right: 1px solid #ccc;
}
.table_design08 tbody th {
  color: #333;
  font-weight: bold;
  text-align: center;
}


@media screen and (max-width: 787px) {
  .table_design08 {
    text-align: left;
  }
  .table_design08 thead {
    display:none;
  }
  .table_design08 th, .table_design08 td {
    display: block;
    border: 0;
    border-bottom: 1px solid #ccc;
	text-align: center;
  }
  .table_design08 tbody th{
    background: #f7f7f7;
    color:#333;
  }
  .table_design08 td::before{
    content: attr(data-label);
    color: #333;
    display: inline-block;
    width: 20%;
    min-width: 4em;
}

}



