@charset "utf-8";
/* CSS Document */

/*全体系*/
body {
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	margin: 0;
	line-height: 24px !important;
	font-size: 14px;
}

h1,
h2,
h3,
ul,
p {
	margin: 0;
	padding: 0;
}

#in_wrap {
	width: 970px;
	margin: auto;
}

li {
	list-style: none;
}

a {
	text-decoration: underline;
	color: #000;
}

a:hover {
	text-decoration: underline;
	color: #FC6 !important;
}

table {
	border-collapse: collapse;
}

table th {
	font-weight: normal;
}

/*ホバーしたとき画像を白くするためのCSS*/
a.hover_img img {
	transition: all 0.5s ease !important;
}

a:hover.hover_img img {
	opacity: 0.7 !important;
	filter: alpha(opacity=70) !important;
}

/*ホバーしたとき画像をグレーにするためのCSS*/
a.hover_img2 {
	background-color: #000 !important;
	/*背景を白に設定*/
	display: block !important;
	/*ブロック化重要！*/
}

a.hover_img2 img {
	transition: all 0.5s ease !important;
}

a:hover.hover_img2 img {
	opacity: 0.8 !important;
	filter: alpha(opacity=70) !important;
}

/*リンク関連*/
.t_d_n {
	text-decoration: none;
}

/*スライド関連*/
#slideshow img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8;
	opacity: 0.0;
}

#slideshow img.active {
	z-index: 10;
	opacity: 1.0;
}

#slideshow img.last-active {
	z-index: 9;
}

/*フォント関連*/
.size10 {
	font-size: 10px;
}

.size11 {
	font-size: 11px;
}

.size12 {
	font-size: 12px;
}

.size13 {
	font-size: 13px;
}

.size14 {
	font-size: 14px;
}

.size15 {
	font-size: 15px;
}

.size16 {
	font-size: 16px;
}

.size17 {
	font-size: 17px;
}

.size18 {
	font-size: 18px;
}

.size20 {
	font-size: 20px;
}

.size21 {
	font-size: 21px;
}

.size22 {
	font-size: 22px;
}

.size24 {
	font-size: 24px;
}

.size28 {
	font-size: 28px;
}

.size30 {
	font-size: 30px;
}

.bold {
	font-weight: bold;
}

.black {
	color: #000;
}

.white {
	color: #fff;
}

.gray {
	color: #494c59;
}

.red {
	color: #F00;
}

.blue {
	color: #00F;
}

.fw_normal {
	font-weight: normal;
}

/*背景色*/
.bg_white {
	background-color: #fff;
}

.bg_lite_blue {
	background-color: #dbe7ff;
}

/*寄せ関連*/
.center {
	margin-left: auto;
	margin-right: auto;
}

.t_align_center {
	text-align: center;
}

.t_align_right {
	text-align: right;
}

/*高さ*/
.h10 {
	height: 10px;
}

.h50 {
	height: 50px;
}

.h135 {
	height: 135px;
}

/*幅*/
.w10par {
	width: 10%;
}

.w20par {
	width: 20%;
}

.w30par {
	width: 30%;
}

.w40par {
	width: 40%;
}

.w50par {
	width: 50%;
}

.w60par {
	width: 60%;
}

.w70par {
	width: 70%;
}

.w80par {
	width: 80%;
}

.w90par {
	width: 90%;
}

.w100par {
	width: 100%;
}

.w70 {
	width: 70px;
}

.w110 {
	width: 110px;
}

.w150 {
	width: 150px;
}

.w170 {
	width: 170px;
}

.w165 {
	width: 165px;
}

.w200 {
	width: 200px;
}

.w230 {
	width: 230px;
}

.w241 {
	width: 241px;
}

.w250 {
	width: 250px;
}

.w260 {
	width: 260px;
}

.w280 {
	width: 280px;
}

.w306 {
	width: 306px;
}

.w320 {
	width: 320px;
}

.w400 {
	width: 400px;
}

.w420 {
	width: 420px;
}

.w615 {
	width: 615px;
}

.w630 {
	width: 630px;
}

.w650 {
	width: 650px;
}

.w680 {
	width: 680px;
}

.w670 {
	width: 670px;
}

.w680 {
	width: 680px;
}

.w710 {
	width: 710px;
}

.w800 {
	width: 800px;
}

.w880 {
	width: 880px;
}

.w960 {
	width: 960px;
}

.w970 {
	width: 970px;
}

.w1000 {
	width: 1000px;
}

.w1070 {
	width: 1070px;
}

.w1281 {
	width: 1281px;
}

/*マージン関連*/
.mb0 {
	margin-bottom: 0px;
}

.mb5 {
	margin-bottom: 5px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb15 {
	margin-bottom: 15px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb50 {
	margin-bottom: 50px;
}

.mb100 {
	margin-bottom: 100px;
}

.ml10 {
	margin-left: 10px;
}

.ml15 {
	margin-left: 15px;
}

.ml20 {
	margin-left: 20px;
}

.ml25 {
	margin-left: 25px;
}

.ml30 {
	margin-left: 30px;
}

.ml50 {
	margin-left: 50px;
}

.ml80 {
	margin-left: 80px;
}

.ml100 {
	margin-left: 100px;
}

.mr10 {
	margin-right: 10px;
}

.mr15 {
	margin-right: 15px;
}

.mr20 {
	margin-right: 20px;
}

.mr30 {
	margin-right: 30px;
}

.mr50 {
	margin-right: 50px;
}

.mr100 {
	margin-right: 100px;
}

.mt5 {
	margin-top: 5px;
}

.mt10 {
	margin-top: 10px;
}

.mt15 {
	margin-top: 15px;
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

.mt50 {
	margin-top: 50px;
}

.mt100 {
	margin-top: 100px;
}

/*パディング関連*/
.p20-0 {
	padding: 20px 0;
}

.p20-40 {
	padding: 20px 40px;
}

.p30-0 {
	padding: 30px 0;
}

.p50-0 {
	padding: 50px 0;
}

.pl10 {
	padding-left: 10px;
}

.pl15 {
	padding-left: 15px;
}

.pl20 {
	padding-left: 20px;
}

.pl30 {
	padding-left: 30px;
}

.pl100 {
	padding-left: 100px;
}

.pl130 {
	padding-left: 130px;
}

.pr40 {
	padding-right: 40px;
}

.pt5 {
	padding-top: 5px;
}

.pt10 {
	padding-top: 10px;
}

.pt15 {
	padding-top: 15px;
}

.pt20 {
	padding-top: 20px;
}

.pt30 {
	padding-top: 30px;
}

.pt50 {
	padding-top: 50px;
}

.pt60 {
	padding-top: 60px;
}

.pb10 {
	padding-bottom: 10px;
}

.pb30 {
	padding-bottom: 30px;
}

/*行高さ関係*/
.lh26 {
	line-height: 26px;
}

/*フロート関連*/
.float_l {
	float: left;
}

.float_r {
	float: right;
}

.clear {
	clear: both;
}

.clearfix:after {
	content: "";
	clear: both;
	display: block;
}

/*サイト固有スタイル*/
.wideslider {
	width: 100%;
	text-align: left;
	position: relative;
	overflow: hidden;
}

.wideslider ul,
.wideslider ul li {
	float: left;
	display: inline;
	overflow: hidden;
}

.wideslider ul li img {
	width: 100%;
	display: none;
}

.wideslider_base {
	top: 0;
	position: absolute;
}

.wideslider_wrap {
	top: 0;
	position: absolute;
	overflow: hidden;
}

.slider_prev,
.slider_next {
	top: 0;
	overflow: hidden;
	position: absolute;
	z-index: 100;
	cursor: pointer;
}

.slider_prev {
	background: #fff url(../img/prev.jpg) no-repeat right center;
}

.slider_next {
	background: #fff url(../img/next.jpg) no-repeat left center;
}

.pagination {
	bottom: 10px;
	left: 0;
	width: 100%;
	height: 15px;
	text-align: center;
	position: absolute;
	z-index: 200;
}

.pagination a {
	margin: 0 5px;
	width: 15px;
	height: 15px;
	display: inline-block;
	overflow: hidden;
	background: #333;
}

.pagination a.active {
	filter: alpha(opacity=100) !important;
	-moz-opacity: 1 !important;
	opacity: 1 !important;
}

/* =======================================
    ClearFixElements
======================================= */
.wideslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

.wideslider ul {
	display: inline-block;
	overflow: hidden;
}

#index #header {
	background: url(../img/front.png) no-repeat center top;
	height: 320px;
	width: 100%;
	margin: -50px 0 0 0;
	position: relative;
	z-index: 1000;
}

#header .headerTop {
	width: 950px;
	margin: 0 auto;
	position: relative;
	padding-top: 100px;
}

#index #header h1 {
	float: left;
	width: 205px;
}

#index #header .headerR {}

#header .headerR {
	float: right;
	width: 740px;
}

p.htel {
	margin: 0 0 15px 250px;
}

/*グローバルメニューに関するCSS*/
/*親メニューについて*/
.menu ul {
	margin: 0;
	padding: 0;
}

.menu ul li.m2 {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 12px;
	float: left;
	position: relative;
	width: 116px;
	height: 40px;
	line-height: 12px;
	background: #FF7200;
	color: #4D4D4D;
	text-align: center;
	font-weight: 100;
	border-left: #a09fa1 1px dotted;
	padding-top: 20px;
}

.menu ul li.m2 a {
	color: #4D4D4D;
	display: block;
	text-decoration: none;
}

.menu ul li.m2:hover,
.menu ul li.m2 a:hover {
	background: #00A2D9;
	color: #fff;
}

.menu ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 16px;
	float: left;
	position: relative;
	height: 40px;
	line-height: 12px;
	background: #fff;
	color: #4D4D4D;
	text-align: center;
	font-weight: 100;
	padding-top: 10px;
	margin-left: 19px;
}

.menu ul li a {
	color: #4D4D4D;
	display: block;
	text-decoration: none;
}

.menu ul li:hover,
.menu ul li a:hover {
	background: #00A2D9;
	color: #2C589F;
}

.menu ul li.m1 {
	height: 45px;
	width: 288px;
	padding: 15px 0 0 10px;
}

.menu ul li.m1 a {
	color: #fff;
	display: block;
	text-decoration: none;
}

.menu ul li.m1:hover,
.menu ul li.m1 a:hover {
	background: #fff;
	color: #fff;
}

#navi {
	width: 970px;
	margin-bottom: 10px;
}

#navi li {
	float: left;
}

/*サブメニューについて*/
.menu ul li ul {
	position: absolute;
	top: 45px;
	z-index: 100;
}

.menu ul li ul li {
	visibility: hidden;
	overflow: hidden;
	height: 0;
	background: #fff;
	padding-top: 15px;
	font-size: 14px;
}

.menu ul li ul li:hover,
.menu ul li ul li a:hover {
	background: #CCECF8;
}

.menu ul li:hover ul li,
.menu ul li a:hover ul li {
	visibility: visible;
	overflow: visible;
	height: 30px;
	z-index: 10;
	color: #000;
}

/*全てのメニューについて（ここではアニメーションの指定）*/
.menu * {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

/*ステップの箱CSS*/
.txtbox_out {
	background: #f6fafd;
	padding: 6px;
}

.txtbox {
	background: #eaf4fa;
	border: 1px solid #c9dbe6;
	padding: 25px;
}

.step dt {
	padding: 0 0 3px 0;
}

.txtbox dt {
	border-bottom: 3px solid #2D54A3;
	font-weight: bold;
	font-size: 20px;
}

dt,
dd {
	line-height: 27px;
	margin-left: 0;
}

.step dt span {
	background: url(../img/step_bg.png) 0 0 no-repeat;
	color: #fff;
	font-weight: bold;
	padding: 8px 45px 4px 19px;
	font-size: 18px;
}

.txtbox dd {
	background: #fff;
	padding: 15px;
	border-radius: 15px;
	margin-top: 15px;
}

/*テーブルのスタイル*/
.section .section {
	padding: 0 0 50px 0;
}

.section {
	padding: 0 0 35px;
}

table {
	border: 1px solid #1978b7;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-collapse: inherit !important;
	border-bottom: none;
}

table {
	width: 100%;
}

table {
	font-size: inherit;
	color: #333;
	line-height: 1.4;
}

table {
	margin-bottom: 25px;
}

table {
	border: 1px solid #1978b7;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-collapse: inherit !important;
	border-bottom: none;
}

th {
	font-weight: bold;
	text-align: center;
	background-color: #2c54a3;
	color: #FFFFFF;
}

th,
td {
	/* border: 1px solid #1978b7; */
	padding: 1em;
}

table td:last-child {
	border-right: none;
}

table td {
	border-right: 1px solid #1978b7;
	border-bottom: 1px solid #1978b7;
}

table th:first-child {
	border-top-left-radius: 15px;
}

table td:first-child {
	border-top-right-radius: 15px;
}

.table01 {
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

.table01 th.normal {
	border-top-left-radius: 0;
}

.table01 th:first-child {
	border-bottom: 1px solid #fff;
	border-right: none;
}

.table01 th.bt_radius {
	border-top-left-radius: 0;
	border-bottom-left-radius: 15px;
	border-bottom: none;
}

.table01 td.bt_radius_r {
	border-top-left-radius: 0;
	border-bottom-right-radius: 15px;
}

.table2 {
	border: 1px solid #C9C9C9 !important;
	border-top-left-radius: 0;
	border-top-right-radius: 0px;
	border-collapse: inherit !important;
}

.table2 {
	width: 100%;
}

.table2 {
	font-size: inherit;
	color: #333;
	line-height: 1.4;
}

.table2 {
	margin-bottom: 25px;
}

.table2 {
	border-collapse: inherit !important;
}

.table2 th {
	font-weight: bold;
	text-align: center;
	background-color: #F0F0F0;
	color: #000;
}

.table2 th,
td {
	/* border: 1px solid #1978b7; */
	padding: 14px !important;
}

.table2 td {
	border-right: 0px solid #C9C9C9 !important;
	;
	border-bottom: 1px solid #C9C9C9 !important;
	;
}

.table2 td.last-child {
	border-right: none !important;
	border-bottom: none !important;
}

td.last_child {
	border-right: none !important;
	border-bottom: none !important;
}

.table2 th:first-child {
	border-top-left-radius: 0px;
}

.table2 td:first-child {
	border-top-right-radius: 0px;
}

.table2 th {
	border-bottom: 1px solid #C9C9C9 !important;
	;
}

.table2 th.last-child {
	border-bottom: none !important;
}

th.last_child {
	border-bottom: none !important;
}


.table3 {
	border: 1px solid #C9C9C9 !important;
	border-top-left-radius: 0;
	border-top-right-radius: 0px;
	border-collapse: inherit !important;
	border-right: 0px solid #C9C9C9 !important;
	;
	border-bottom: 0px solid #C9C9C9 !important;
	;
}

.table3 {
	width: 98%;
}

.table3 {
	font-size: inherit;
	color: #333;
	line-height: 1.4;
}

.table3 {
	margin-bottom: 25px;
}

.table3 {
	border-collapse: inherit !important;
}

.table3 th {
	font-weight: bold;
	text-align: center;
	background-color: #F0F0F0;
	color: #000;
	border-right: 1px solid #C9C9C9 !important;
	;
}

.table3 th,
td {
	/* border: 1px solid #1978b7; */
	padding: 14px !important;
}

.table3 td {
	border-right: 1px solid #C9C9C9 !important;
	;
	border-bottom: 1px solid #C9C9C9 !important;
	;
}

.table3 td.last-child {
	border-right: none !important;
	border-bottom: none !important;
}

td.last_child {
	border-right: none !important;
	border-bottom: none !important;
}

.table3 th:first-child {
	border-top-left-radius: 0px;
}

.table3 td:first-child {
	border-top-right-radius: 0px;
}

.table3 th {
	border-bottom: 1px solid #C9C9C9 !important;
	;
}

.table3 td.last-child {
	border-bottom: none !important;
}



/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　　　　　　　グローバルナビゲーション
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

div#navi ul {
	width: 970px;
	margin: 0 auto;
	text-align: right;
	display: flex;
}

div#navi ul li {
	float: left;
	text-align: center;
	position: relative;
}

div#navi ul li a {
	display: block;
	font-size: 14px;
	text-decoration: none;
}

div#navi ul li ul {
	position: absolute;
	top: 100%;
}

div#navi ul li ul li {
	float: none;
	height: 0;
	overflow: hidden;
	width: 220px;
	color: #fff;
	text-align: left;
	padding-left: 15px;
	background-color: #fff;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
	transition: .2s;
}

div#navi ul li ul li a {
	border: none;
	width: 220px;
}

div#navi ul li:hover ul li {
	overflow: visible;
	height: 30px;
	padding-top: 5px;
	border-top: 1px solid #fff;
}

div#navi ul li ul li:hover {
	background-color: #ccecf8;
}

div#navi ul li ul li a:hover {
	color: #333;
}

/******/
.con_all {
	margin-top: -50px;
}

#cover_box {
	width: 100%;
	min-width: 960px;
	height: 360px;
	background: url(../img/topimg1.jpg) no-repeat;
	background-position: center center;
	background-size: 100%;
}

#cover {
	width: 960px;
	height: 360px;
	margin: 0 auto;
	position: relative;
}

/*グローバルナビのデザイン*/
/*ホームボタンのdivのデザイン*/
.gnavi_wapper {
	width: 100%;
	border-bottom: 6px solid #2C54A3;
	border-top: 2px solid #e5e5e5;
	height: 59px;
	background-color: #FFF;
	margin-bottom: 10px;
}

.gnavi_wapper2 {
	width: 100%;
	border-top: 2px solid #e5e5e5;
	background: url(../img/nav_bg.jpg);
}

.gnavi_container {
	height: 60px;
	margin: 0 auto;
	padding-top: 5px;
	width: 970px;
}

.gnavi_box_s {
	float: left;
	text-align: center;
	font-weight: bold;
	width: 75px;
	border-left: 2px solid #e0e0e0;
}

.gnavi_box_l {
	float: left;
	text-align: center;
	font-weight: bold;
	width: 138px;
	border-left: 2px solid #e0e0e0;
}

.gnavi_box_l_last {
	float: left;
	text-align: center;
	font-weight: bold;
	width: 138px;
	border-left: 2px solid #e0e0e0;
	border-right: 2px solid #e0e0e0;
}

.gnavi_box_s6 {
	float: left;
	text-align: center;
	font-weight: bold;
	width: 72px;
	border-left: 2px solid #e0e0e0;
}

.gnavi_box_l6 {
	float: left;
	text-align: center;
	font-weight: bold;
	width: 147px;
	border-left: 2px solid #e0e0e0;
}

.gnavi_box_l_last6 {
	float: left;
	text-align: center;
	font-weight: bold;
	width: 147px;
	border-left: 2px solid #e0e0e0;
	border-right: 2px solid #e0e0e0;
}

.gnavi_box_s5 {
	float: left;
	text-align: center;
	font-weight: bold;
	width: 75px;
	border-left: 2px solid #e0e0e0;
}

.gnavi_box_l5 {
	float: left;
	text-align: center;
	font-weight: bold;
	width: 220px;
	border-left: 2px solid #e0e0e0;
}

.gnavi_box_l_last5 {
	float: left;
	text-align: center;
	font-weight: bold;
	width: 220px;
	border-left: 2px solid #e0e0e0;
	border-right: 2px solid #e0e0e0;
}

/*ホームボタンのデザイン*/
.gnavi_home {
	margin: 0 auto;
	text-decoration: none;
	color: #000;
	display: block;
	height: 49px;
	line-height: 48px;
	width: 71px;
	position: relative;
	top: 5px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
}

.gnavi_home:hover {
	text-decoration: none;
	color: #555;
}

.gnavi_home_on {
	margin: 0 auto;
	text-decoration: none;
	color: #fff;
	display: block;
	height: 49px;
	line-height: 48px;
	width: 71px;
	background-color: #2C54A3;
	position: relative;
	top: 5px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
}

.gnavi_home_on:hover {
	text-decoration: none;
	color: #555;
}

/*ホーム以外の１行のグローバルナビのデザイン*/
.gnavi1 {
	margin: 0 auto;
	text-decoration: none;
	display: block;
	color: #000;
	height: 49px;
	line-height: 48px;
	width: 134px;
	background-color: #2C54A3;
	position: relative;
	top: 5px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
}

.gnavi1:hover {
	text-decoration: none;
	color: #555;
}

.gnavi1_on {
	margin: 0 auto;
	text-decoration: none;
	display: block;
	color: #fff;
	height: 49px;
	line-height: 48px;
	width: 134px;
	background-color: #2C54A3;
	position: relative;
	top: 5px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
}

.gnavi1_on:hover {
	text-decoration: none;
	color: #555;
}

/*ホーム以外の２行のグローバルナビのデザイン*/
.gnavi2 {
	margin: 0 auto;
	text-decoration: none;
	display: block;
	color: #000;
	height: 49px;
	line-height: 26px;
	width: 134px;
	background-color: #2C54A3;
	position: relative;
	top: 5px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
}

.gnavi2:hover {
	text-decoration: none;
	color: #555;
}

.gnavi2_on {
	margin: 0 auto;
	text-decoration: none;
	display: block;
	color: #fff;
	height: 49px;
	line-height: 26px;
	width: 134px;
	background-color: #2C54A3;
	position: relative;
	top: 5px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
}

.gnavi2_on:hover {
	text-decoration: none;
	color: #555;
}

/*ホーム以外の１行のグローバルナビのデザイン*/
.gnavi1a {
	margin: 0 auto;
	text-decoration: none;
	display: block;
	color: #000;
	height: 49px;
	line-height: 48px;
	width: 210px;
	position: relative;
	top: 5px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
}

.gnavi1a:hover {
	text-decoration: none;
	color: #555;
}

.gnavi1a_on {
	margin: 0 auto;
	text-decoration: none;
	display: block;
	color: #fff;
	height: 49px;
	line-height: 48px;
	width: 190px;
	background-color: #2C54A3;
	position: relative;
	top: 5px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
}

.gnavi1a_on:hover {
	text-decoration: none;
	color: #555;
}

/*ホーム以外の２行のグローバルナビのデザイン*/
.gnavi2a {
	margin: 0 auto;
	text-decoration: none;
	display: block;
	color: #000;
	height: 49px;
	line-height: 26px;
	width: 157px;
	background-color: #2C54A3;
	position: relative;
	top: 5px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
}

.gnavi2a:hover {
	text-decoration: none;
	color: #555;
}

.gnavi2a_on {
	margin: 0 auto;
	text-decoration: none;
	display: block;
	color: #fff;
	height: 49px;
	line-height: 26px;
	width: 157px;
	background-color: #de9a61;
	position: relative;
	top: 5px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
}

.gnavi2a_on:hover {
	text-decoration: none;
	color: #555;
}

.nav1 {
	background: url("../img/n_home_over.jpg") no-repeat;
}

.nav1 a {
	display: inline-block;
}

.nav1 a:hover {
	background-color: transparent;
}

.nav1 a:hover img {
	visibility: hidden;
}

.nav2 {
	background: url("../img/n_company_over.jpg") no-repeat;
}

.nav2 a {
	display: inline-block;
}

.nav2 a:hover {
	background-color: transparent;
}

.nav2 a:hover img {
	visibility: hidden;
}

.nav3 {
	background: url("../img/n_jigyou1_over.jpg") no-repeat;
}

.nav3 a {
	display: inline-block;
}

.nav3 a:hover {
	background-color: transparent;
}

.nav3 a:hover img {
	visibility: hidden;
}

.nav4 {
	background: url("../img/n_jigyou2_over.jpg") no-repeat;
}

.nav4 a {
	display: inline-block;
}

.nav4 a:hover {
	background-color: transparent;
}

.nav4 a:hover img {
	visibility: hidden;
}

.nav5 {
	background: url("../img/n_jigyou3_over.jpg") no-repeat;
}

.nav5 a {
	display: inline-block;
}

.nav5 a:hover {
	background-color: transparent;
}

.nav5 a:hover img {
	visibility: hidden;
}

.side1 {
	background: url("../img/side_over1.jpg") no-repeat;
}

.side1 a {
	display: inline-block;
}

.side1 a:hover {
	background-color: transparent;
}

.side1 a:hover img {
	visibility: hidden;
}

.side2 {
	background: url("../img/side_over2.jpg") no-repeat;
}

.side2 a {
	display: inline-block;
}

.side2 a:hover {
	background-color: transparent;
}

.side2 a:hover img {
	visibility: hidden;
}

.side3 {
	background: url("../img/side_over3.jpg") no-repeat;
}

.side3 a {
	display: inline-block;
}

.side3 a:hover {
	background-color: transparent;
}

.side3 a:hover img {
	visibility: hidden;
}

.side4 {
	background: url("../img/side_over4.jpg") no-repeat;
}

.side4 a {
	display: inline-block;
}

.side4 a:hover {
	background-color: transparent;
}

.side4 a:hover img {
	visibility: hidden;
}

.recruit-side {
	display: flex;
	flex-direction: column;
}

/*.recruit-side li {*/
/*	padding: 20px 10px 10px;*/
/*}*/

.recruit-side li a {
	display: block;
	padding: 10px;
	color: #000;
	text-decoration: none;
}

.recruit-side li a:hover {
	background-color: #DBE7FF;
	color: #000 !important;
}

.recruit-side li a span {
	margin-right: 5px;
}

.footer {
	background-color: #2c54a3;
}

.footer h3 {
	border-bottom: 1px dotted #fff;
}

#pageTop {
	position: fixed;
	bottom: 20px;
	right: 20px;
}

#pageTop i {
	padding-top: 6px
}

#pageTop a {
	display: block;
	z-index: 999;
	padding: 2px 7px 7px 7px;
	border-radius: 6px;
	border: #7B90D2 solid 3px;
	width: 50px;
	height: 50px;
	background-color: #fff;
	color: #7B90D2;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	line-height: 17px;
}

#pageTop a:hover {
	text-decoration: none !important;
	color: #7B90D2 !important;
	opacity: 0.9;
}

.copy {
	background-color: #d7e9f5;
}

/*動画コンテンツ*/

ul.video {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

ul.video li {
	width: 32%;
}

ul.video li video {
	display: inline-block;
	vertical-align: baseline;
	width: 100%;
}

ul.video li p {
	text-align: center;
}

.top-ttl {
	background-color: #fff;
	border-bottom: 3px solid #2C54A3;
	border-left: 7px solid #D7E9F5;
	padding: 10px 0 7px 15px;
}

.company-left-ttl {
	border-bottom: 3px solid #2C54A3;
	border-left: 7px solid #D7E9F5;
	padding: 10px 0 11px 15px;
}

.company-right-ttl {
	color: #2c54a3;
	background: url(../img/h2.jpg) no-repeat 0% 100%;
	height: 45px;
}

.sub-ttl {
	background: url(../img/hl.jpg) 0% 0% no-repeat;
	padding: 5px 0 0 30px;
}

.iso-ttl {
	color: #2c54a3;
	background: url(../img/h3.jpg) no-repeat 0% 0%;
	height: 45px;
	padding: 24px 0 0 50px;
}

.fas {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

.rec-head {
	padding-left: 30px;
	margin-top: 20px;
}

.rec-head span {
	border-bottom: solid 1px #969090;
	display: block;
}

.rec-imgBox {
	display: flex;
	gap: 15px;
	padding-left: 30px;
	margin-bottom: 40px;
}

.rec-imgBox a {
	display: block;
	border: solid 1px #ddd;
	padding: 10px;
	width: 30%;
}

.rec-imgBox a img {
	width: 100%;
}

.rec-imgBox a:hover {
	opacity: 0.7;
	animation-delay: 0.4s;
}

.rec-desc {
	padding-left: 30px;
	margin-bottom: 40px;
}
