@charset "utf-8";
/*==================================================
  ヘッダ
--------------------------------------------------*/
#header {
	border-top: 6px solid #00577c;
	position: relative;
	height: 100px;
	background: #fff;
	text-align: left;
}
#header::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 34px;
	width: 100%;
	background : linear-gradient(180deg, rgba(255, 255, 255, 1) 34.36%, rgba(231, 230, 230, 1) 100%);
	z-index: 0;
}
/* タイトル */
#header h1.title {
	height: 100%;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	z-index: 1;
}
#header h1.title img {
	object-fit: contain;
	width: 100%;
	height: 100%;
	max-width: none;
}
/* お問い合わせ */
#header .contact a {
	display: block;
}
#header .contact a img {
	vertical-align: middle;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
	#header .in {
		width: 900px;
		height: 100%;
		margin: 0 auto;
		align-items: flex-end;
		position: relative;
	}
	#header .contact {
		position: absolute;
		right: 0;
		bottom: 20px;
	}
	#header .contact  a {
		color: #666666;
		font-size: 16px;
		font-weight: bold;
		text-decoration: none;
		line-height: 1;
	}
	#header .contact img {
		display: none;
	}
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	/* ベースカラー*/
	#switchBtnArea #switchBtn { background: #00577c; }
	#header .contact .btn a { background: #00577c; }

	/* ヘッダ */
	#header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 50px;
		padding: 0 46px 0 0;
		background: #fff;
		z-index: 9997;
		border: none;
	}
	#header::before {
		z-index: -1;
	}
	#header .in {
		height: 50px;
	}
	#header h1.title {
		width: calc(100% - 138px);
		height: 100%;
		padding: 10px;
	}
	#header h1.title img {
		width: 180px;
		height: auto;
	}
	/* お問い合わせ */
	#header .contact .btn {
		border-right: 1px solid #fff;
	}
	#header .contact .btn a {
		width: 46px;
		height: 50px;
		padding: 0 10px;
		/* 縦方向中央揃え */
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#header .contact .txt,
	#header .contact .tel span,
	#header .contact .btn span {
		display: none;
	}
}
/*--------------------------------------------------
  メニュー
--------------------------------------------------*/
#menu {
	background: url(../img/menu/bg.gif) repeat-x;
	height: 36px;
}
#menu ul {
	width: 900px;
	margin: 0 auto;
	display: flex;
}
#menu li {
	position: relative;
}
#menu li::before, #menu li:last-of-type::after  {
	position: absolute;
	top: 5px;
	left: 0;
	content: "";
	height: 25px;
	width: 1px;
	background: #fff;
}
#menu li:last-of-type::after {
	left: auto;
	right: 0;
}
#menu li a {
	font-family: var(--font-sans);
	display: block;
	color: #fff;
	font-size: 15px;
	text-decoration: none;
	padding: 6px 5px 9px;
	text-shadow: 2px 2px 0 rgba(0,0,0,0.2);
}
#menu li.on a,
#menu li a:hover {
	background : linear-gradient(180deg, rgba(0, 105, 178, 1) 0%, rgba(0, 105, 177, 1) 50%, rgba(0, 155, 222, 1) 100%);
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
#menu ul li.dsp_tbs {
	display: none;
}
/*--------------------------------------------------
  ページタイトル
--------------------------------------------------*/
#page_title {
	overflow: hidden;
	position: relative;
	text-align: center;
	background : url("../img/page_title-shadow02.png") repeat-x left bottom, #EBECEC url("../img/page_title-shadow.png") repeat-x left top;
	margin-bottom: 20px;
}
#page_title p {
	text-align: center;
}
#sub_ttl img {
	width: 100%;
}
/*--------------------------------------------------
  コンテナ
--------------------------------------------------*/
#wrap {
	overflow: hidden;
	transition: all 0.3s ease-in-out;
}
#container {
	text-align: left;
	line-height: 1.8;
}
#container p {
	margin-bottom: 1em;
}
#container h3.sub {
	position: relative;
	margin-bottom: 20px;
	font-size: 20px;
	font-family: var(--font-sans);
	font-weight: 500;
	border-bottom: 2px solid #3FA9F5;
	text-align: left;
	color: #666;
	padding-bottom: 5px;
	padding-left: 30px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 1) 34.36%, rgba(231, 230, 230, 1) 100%);
}
#container h3.sub::before {
	content: "";
	position: absolute;
	top: 8px;
	left: 10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 8px solid #3fa9f5;
	border-right: 0;
}
#navi_company {
	padding: 10px 10px 0;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
	#container {
		clear: both;
		width: 900px;
		margin: auto;
		line-height: 1.5;
	}
	#wrap {
		min-width: 1150px;
	}
	#main {
		float: left;
		width: 680px;
		padding-bottom: 50px;
	}
	#navi {
		float: right;
		width: 200px;
		padding-top: 5px;
		border: 5px solid #E6E6E6;
		background: #F5F5F5;
	}
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#container h3.sub {
		margin-bottom: 30px;
		font-size: 20px;
	}
	#main, #navi {
		clear: both;
		padding-bottom: 30px;
		padding-left: 15px;
		padding-right: 15px;
	}
	#navi {
		padding-top: 5px;
		border: 5px solid #E6E6E6;
		background: #F5F5F5;
		margin: 0 15px 15px;
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 0;
	}
	#page_title {
		padding-top: 50px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#wrap, #footer {
		min-width: 320px;
	}
	#container h3.sub {
		margin-bottom: 20px;
		font-size: 18px;
	}
}
/*--------------------------------------------------
  メイン
--------------------------------------------------*/
.main {
	width: 1150px;
	max-width: 100%;
	margin: auto;
	padding: 0 25px;
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	.main {
		padding-left: 20px;
		padding-right: 20px;
	}
}
/*--------------------------------------------------
  フッタ
--------------------------------------------------*/
#footer {
	clear: both;
	position: relative;
	width: 100%;
	margin-top: auto;
	background: #00577c;
	font-size: 14px;
	line-height: 1.6;
}
#footer::before {
	content: "";
	position: absolute;
	top: 4px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #fff;
}
#footer .box {
	padding-top: 15px;
	max-width: 900px;
	margin: 0 auto;
	position: relative;
}
#footer .box .ttl {
	position: absolute;
	right: 0;
	top: 25px;
}
#footer ul {
	text-align: left;
	font-size: 0;
}
#footer ul li {
	display: inline;
	list-style: none;
	color: #fff;
	font-size: 12px;
}
#footer ul li a {
	color: #FFF;
	text-decoration: none;
	font-size: 11px;
}
#footer ul li a:hover {
	text-decoration: underline;
}
/* コピーライト */
#copyright {
	padding: 10px 0;
	color: #FFF;
	font-size: 12px;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#footer .contact li {
		width: 48%;
	}
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#footer .box .ttl {
		position: relative;
		right: auto;
		top: auto;
		text-align: center;
		margin-bottom: 0;
	}
	#copyright {
		text-align: center;
		padding: 10px 0;
		font-size: 10px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#footer .contact li+li {
		margin-top: 15px;
	}
	#footer .contact li.tel a {
		font-size: 25px;
	}
	#copyright {
		padding: 5px 0;
	}
}
/*--------------------------------------------------
  共通
--------------------------------------------------*/
/* 枠のマージン・パディング */
.mt { margin-top: 100px; }
.mb { margin-bottom: 100px; }
.pt { padding-top: 100px; }
.pb { padding-bottom: 100px; }
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	.mb { margin-bottom: 50px; }
	.pt { padding-top: 50px; }
	.pb { padding-bottom: 50px; }
}
@media only screen and (max-width: 640px){ /* スマホ */
	.mb { margin-bottom: 40px; }
	.pt { padding-top: 40px; }
	.pb { padding-bottom: 40px; }
}
/*------------------------------------------------*/
/* パンくずリスト */
#page_navi {
	margin-bottom: 20px;
	color: var(--color-thin);
	font-size: 12px;
	line-height: 1;
	/* フレックス */
	display: flex;
	flex-wrap: wrap;
	gap: 0.5em;
}
#page_navi li+li:before {
	content: ">";
	margin-right: 0.5em;
}
#page_navi a {
	color: var(--color-thin);
	text-decoration: none;
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#page_navi {
		margin-bottom: 15px;
		font-size: 11px;
	}
}
/*------------------------------------------------*/
/* テーブル */
.tbl {
	width: 100%;
	background: #fff;
}
.tbl th,
.tbl td {
	padding: 14px;
	border: 1px solid var(--color-tbl-border);
}
.tbl th {
	white-space: nowrap;
	background: var(--color-tbl-th);
}
@media only screen and (max-width: 640px){ /* スマホ */
	.tbl {
		border-bottom: 1px solid var(--color-tbl-border);
	}
	.tbl th,
	.tbl td {
		display: block;
		width: auto;
		padding: 10px;
		border-bottom: none;
	}
}
/*------------------------------------------------*/
/* 注意書き */
p.attention {
	margin-left: 1em;
	text-indent: -1em;
}
/*------------------------------------------------*/
/* 横100％ */
.w100 {
	width: 100vw;
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
}
/*------------------------------------------------*/
/* 横100％背景 */
.bg_wide {
	position: relative;
}
.bg_wide::before,
.bg_wide.bg_after::after {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100vw;
	height: 100%;
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
	content: "";
	z-index: -1;
}
@media only screen and (max-width: 1150px) {
	.w100,
	.bg_wide::before,
	.bg_wide.bg_after::after {
		width: calc(100% + 50px);
		margin-left: -25px;
		margin-right: 0;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	.w100,
	.bg_wide::before,
	.bg_wide.bg_after::after {
		width: calc(100% + 40px);
		margin-left: -20px;
		margin-right: 0;
	}
}
/*------------------------------------------------*/
/* フレックスボックス */
.box_flex_sp {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.box_flex_sp.rev { flex-direction: row-reverse; }
.box_flex_sp.vcen { align-items: center; }
.box_flex_sp.vtop { align-items: flex-start; }
.box_flex_sp.htop { justify-content: flex-start; }
.box_flex_sp.hcen { justify-content: center; }
@media print, screen and (min-width: 641px){ /* PC用 */
	.box_flex {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.box_flex.rev { flex-direction: row-reverse; }
	.box_flex.vcen { align-items: center; }
	.box_flex.vtop { align-items: flex-start; }
	.box_flex.htop { justify-content: flex-start; }
	.box_flex.hcen { justify-content: center; }
}
/*------------------------------------------------*/
/* 箱のパディング */
.box_pad {
	padding: 20px;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	.box_pad { padding: 30px; }
}
