@charset "utf-8";
/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft {
	text-align: left !important;
}

.taCenter {
	text-align: center !important;
}

.taRight {
	text-align: right !important;
}

/* フォントの大きさ（プラス） */
.fsP1 {
	font-size: 1.08em !important;
}

.fsP2 {
	font-size: 1.16em !important;
}

.fsP3 {
	font-size: 1.24em !important;
}

.fsP4 {
	font-size: 1.32em !important;
}

.fsP5 {
	font-size: 1.4em !important;
}

/* フォントの大きさ（マイナス） */
.fsM1 {
	font-size: 0.92em !important;
}

.fsM2 {
	font-size: 0.84em !important;
}

.fsM3 {
	font-size: 0.76em !important;
}

.fsM4 {
	font-size: 0.68em !important;
}

.fsM5 {
	font-size: 0.6em !important;
}

/* フォントの太さ */
.fwNormal {
	font-weight: normal !important;
}

.fwBold {
	font-weight: bold !important;
}

/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0 {
	margin-top: 0 !important;
}

.mt1 {
	margin-top: 1em !important;
}

.mt2 {
	margin-top: 2em !important;
}

.mt3 {
	margin-top: 3em !important;
}

.mt4 {
	margin-top: 4em !important;
}

.mt5 {
	margin-top: 5em !important;
}

.mb0 {
	margin-bottom: 0 !important;
}

.mb1 {
	margin-bottom: 1em !important;
}

.mb2 {
	margin-bottom: 2em !important;
}

.mb3 {
	margin-bottom: 3em !important;
}

.mb4 {
	margin-bottom: 4em !important;
}

.mb5 {
	margin-bottom: 5em !important;
}

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
* html .clearfix {
	zoom: 1;
}

* + html .clearfix {
	zoom: 1;
}

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

/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;

	font-size: 1em;
}

i {
	font-style: normal;
}

body {
	font-size: 16px;
}

body,
table,
input, textarea, select, option {
	font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
}

a,
a:link {
	color: #333;
	text-decoration: none;
}

a:visited {
	color: #333;
}

a:hover {
	color: #333;
}

a:active {
	color: #333;
}

input {
	font-size: 16px;
}

input[type="text"],
input[type="password"],
textarea {
	padding: 0 10px;
	box-sizing: border-box;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1100px;
	color: #000;
	font-size: 16px;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #fff;
}

#container {
	text-align: left;
}

#main {
	padding: 10px 0 200px;
	background: url(img/common/bg01.png) repeat left top;
}

a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}

.sp {
	display: none !important;
}

@media all and (min-width: 0) and (max-width: 767px) {
	html,
	body {
		height:100%;
	}

	body {
		min-width: inherit;
		font-size: 12px;
	}

	input {
		font-size: 12px;
	}

	#container {
		padding-top: 56px;
	}

	a:hover,
	a:hover img {
		opacity: 1 !important;
	}

	.sp {
		display: block !important;
	}

	.pc {
		display: none !important;
	}

	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}

	#main {
		padding: 4px 0 15px;
		background-size: 209px 260px;
	}

}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding-top: 27px;
	border-top: 7px solid #0068b6;
}

#gHeader h1 {
	text-align: center;
}

#gHeader .menuBox {
	display: none;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#gHeader {
		padding: 4px 4px 8px 14px;
		border-top: 4px solid #0068b6;
		box-sizing: border-box;
		width: 100%;
		background: #fff;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 1000;
	}

	#gHeader h1 {
		margin-top: 10px;
		float: left;
		text-align: left;
	}

	#gHeader h1 img {
		width: 250px;
	}

	#gHeader .menu {
		float: right;
	}

	#gHeader .menu img {
		width: 40px;
	}

	#gHeader .menuBox {
		display: none;
		width: 100%;
		height: calc(100vh - 56px);
		padding: 11px 0;
		position: absolute;
		left: 0;
		top: 100%;
		background-color: #fff;
		border-top: 1px solid #e8e8e8;
		box-sizing: border-box;
		z-index: 500;
	}

	#gHeader .menuBox .menu {
		float: none;
		position: absolute;
		right: 4px;
		top: -49px;
	}

	#gHeader .menuBox .form {
		width: 308px;
		margin: 0 auto 10px;
	}

	#gHeader .menuBox .form input {
		width: 259px;
		height: 33px;
		border: 1px solid #e8e8e8;
		box-sizing: border-box;
		border-radius: 0;
	}

	#gHeader .menuBox .form button {
		margin: 0 0 0 3px;
		width: 40px;
		background: none;
		border: none;
		padding: 0;
		display: inline-block;
		vertical-align: middle;
	}

	#gHeader .menuBox .form img {
		width: 40px;
		display: inline-block;
		vertical-align: middle;
	}

	#gHeader .menuBox ul {
		overflow: scroll;
		height: calc(100vh - 119px);
		-webkit-overflow-scrolling: touch;
	}

	#gHeader .menuBox ul li a {
		padding: 9px 18px 6px;
		display: block;
		font-size: 17px;
		border-top: 1px dotted #e8e8e8;
	}

	#gHeader .menuBox ul li a span {
		margin: 0 6px 0 -1px;
		color: #ee7b1f;
	}

	#gHeader .menuBox ul li.empty {
		height: 30px;
	}
}

@media all and (min-width: 768px) {
	#gHeader .menuBox {
		display: none !important;
	}
}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	padding: 41px 0 0;
	position: relative;
	box-shadow: 0 5px 5px #dddcd8;
}

#gNavi > ul {
	width: 1022px;
	margin: 0 auto;
}

#gNavi > ul > li {
	float: left;
	background: url(img/common/line02.png) no-repeat left top 15px;
	padding-bottom: 24px;
}

#gNavi > ul > li:last-child {
	background: url(img/common/line02.png) no-repeat left top 15px, url(img/common/line02.png) no-repeat right top 15px;
}

#gNavi > ul > li > a {
	margin: 0 10px;
	padding: 5px 23px 0;
	display: block;
	color: #0068b6;
	text-align: center;
}

#gNavi > ul > li > a > img {
	margin: 0 auto 16px;
	display: block;
}

#gNavi > ul > li > a .over {
	display: none;
}

#gNavi > ul > li:hover > a {
	position: relative;
	color: #fff;
	background-color: #53b0e4;
	border-radius: 5px;
}

#gNavi > ul > li:hover > a:before {
	width: 18px;
	height: 16px;
	margin-left: -9px;
	background: url(img/common/icon10.png) no-repeat left top;
	background-size: 18px 16px;
	position: absolute;
	bottom: -16px;
	left: 50%;

	content: "";
}

#gNavi > ul > li:first-child:hover > a:before {
	display: none;
}

#gNavi > ul > li:hover > a .out {
	display: none;
}

#gNavi > ul > li:hover > a .over {
	display: block;
}

#gNavi > ul > li .gBox {
	display: none;
	width: 100%;
	padding: 20px 0;
	position: absolute;
	left: 0;
	top: 100%;
	background-color: #fff;
	z-index: 100;
}

#gNavi > ul > li .gBox .innerBox {
	width: 996px;
	margin: 0 auto;
}

#gNavi > ul > li .gBox .lBox {
	width: 140px;
	float: left;
	text-align: center;
	color: #0067b6;
}

#gNavi > ul > li .gBox .lBox img {
	margin: 0 auto 15px;
	display: block;
}

#gNavi > ul > li .gBox .innerBox > ul {
	width: 828px;
	float: right;
}

#gNavi > ul > li .gBox .innerBox > ul > li {
	margin: 15px 25px 0 0;
	float: left;
}

#gNavi > ul > li .gBox .innerBox > ul > li:last-child {
	margin-right: 0;
}

#gNavi > ul > li .gBox .innerBox > ul > li li {
	margin-top: 15px;
}

#gNavi > ul > li .gBox ul li span {
	margin-right: 5px;
	color: #ee7b1f;
}

#gNavi > ul > li .gBox ul li a:hover {
	color: #ef7c1f;
}

#gNavi > ul > li .gBox ul li a:hover span {
	text-decoration: none;
}

#gNavi > ul > li .gBox ul li a:hover i {
	text-decoration: underline;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#gNavi {
		display: none;
	}
}

/*------------------------------------------------------------
	パンクズリスト
------------------------------------------------------------*/
#pagePath {
	width: 1020px;
	margin: 0 auto 50px;
	letter-spacing: -0.4em;
}

#pagePath li {
	display: inline-block;
	letter-spacing: normal;
	color: #000;
	font-size: 16px;
}

#pagePath li:after {
	content: ">";
	padding: 0 10px;
}

#pagePath li:last-child:after {
	display: none;
}

#pagePath li a {
	display: inline-block;
}

#pagePath li a:hover {
	color: #ef7c1f;
	text-decoration: underline;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#pagePath {
		width: auto;
		margin: 0 7px 15px;
	}

	#pagePath li {
		font-size: 11px;
	}

	#pagePath li a:hover {
		color: #000;
		text-decoration: none;
	}

}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 62px 0 0;
}

#gFooter .lBox {
	width: 330px;
	float: left;
}

#gFooter .lBox .map {
	margin-bottom: 20px;
}

#gFooter .lBox #map {
	width: 330px;
	height: 250px;
}

#gFooter .lBox .fLogo {
	margin-bottom: 6px;
}

#gFooter .lBox p {
	margin-bottom: 14px;
	color: #333;
}

#gFooter .lBox .comLink a,
#gFooter .lBox .comLink button {
	width: auto;
}

#gFooter .rBox {
	width: 652px;
	float: right;
}

#gFooter .rBox .fNavi {
	margin-bottom: 147px;
}

#gFooter .rBox .fNavi > li {
	margin-right: 65px;
	float: left;
}

#gFooter .rBox .fNavi > li:last-child {
	margin-right: 0;
}

#gFooter .rBox .fNavi li span {
	margin-right: 7px;
	color: #ee7b1f;
}

#gFooter .rBox .fNavi > li ul {
	margin-top: -8px;
}

#gFooter .rBox .fNavi > li li {
	margin-top: 8px;
}

#gFooter .rBox .fNavi > li li a:hover i {
	color: #ef7c1f;
	text-decoration: underline;
}

#gFooter .rBox .fBox {
	padding-top: 19px;
	color: #333;
	border-top: 1px solid #ccc;
}

#gFooter .rBox .fBox p {
	margin: 0 0 13px 10px;
	font-weight: bold;
}

#gFooter .rBox .fBox ul li {
	margin-right: 61px;
	padding-left: 0.8em;
	float: left;
	line-height: 1.2;
}

#gFooter .rBox .fBox ul li:last-child {
	margin-right: 0;
}

#gFooter .rBox .fBox ul li span {
	display: inline-block;
	text-indent: -1em;
	color: #52b0e4;
}

#gFooter .rBox .fBox ul li:nth-child(2) span {
	color: #9bc93a;
}

#gFooter .rBox .fBox ul li:last-child span {
	color: #fac900;
}

#gFooter .copyright {
	margin-top: 41px;
	padding: 3px 0;
	text-align: center;
	color: #fff;
	background-color: #0068b6;
	border-top: 5px solid #53b0e4;
}

.pageTop {
	display: none;
	position: fixed;
	right: 50px;
	bottom: 50px;
	z-index: 100;
}

.pageTop a:hover img {
	opacity: 0.6;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#gFooter {
		padding: 20px 0 0;
	}

	#gFooter .subBox {
		margin: 0 10px;
	}

	#gFooter .lBox {
		margin-bottom: 15px;
		width: auto;
		float: none;
	}

	#gFooter .lBox .map {
		display: none;
		margin-bottom: 15px;
	}

	#gFooter .lBox #map {
		width: 100%;
	}

	#gFooter .lBox .map img {
		width: 100%;
	}

	#gFooter .lBox .fLogo {
		margin-bottom: 5px;
		text-align: center;
	}

	#gFooter .lBox .fLogo img {
		width: 260px;
	}

	#gFooter .lBox p {
		margin-bottom: 10px;
		font-size: 12px;
		text-align: center;
	}

	#gFooter .rBox {
		width: auto;
		float: none;
	}

	#gFooter .rBox .fNavi {
		display: none;
		margin-bottom: 15px;
		text-align: center;
	}

	#gFooter .rBox .fNavi > li {
		margin: 5px 0 0;
		float: none;
	}

	#gFooter .rBox .fNavi li span {
		margin-right: 5px;
	}

	#gFooter .rBox .fNavi > li ul {
		margin-top: 0;
	}

	#gFooter .rBox .fNavi > li li {
		margin: 5px 5px 0 0;
		font-size: 12px;
		display: inline-block;
	}

	#gFooter .rBox .fNavi > li li a:hover {
		color: #333;
		text-decoration: none;
	}

	#gFooter .rBox .fBox {
		padding-top: 10px;
	}

	#gFooter .rBox .fBox p {
		margin: 0 0 10px 10px;
		font-size: 12px;
	}

	#gFooter .rBox .fBox ul li {
		width: 50%;
		margin: 10px 0 0;
		line-height: 1.5;
		font-size: 12px;
		box-sizing: border-box;
	}

	#gFooter .copyright {
		margin-top: 15px;
		padding: 2px 0;
		font-size: 8px;
		border-top: 1px solid #53b0e4;
	}

	.pageTop {
		display: none !important;
		right: 20px;
		bottom: 30px;
	}

	.pageTop img {
		width: 70px;
	}

}

/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 63px;
	text-align: center;
	font-weight: normal;
}

.headLine01 span {
	position: relative;
	font-size: 38px;
	color: #ef7c1f;
	letter-spacing: 2px;
}

.headLine01 span:before {
	width: 200px;
	height: 8px;
	margin-top: -4px;
	background: url(img/common/line01.png) no-repeat left top;
	background-size: 200px 8px;
	position: absolute;
	top: 50%;
	left: -218px;

	content: "";
}

.headLine01 span:after {
	width: 200px;
	height: 8px;
	margin-top: -4px;
	background: url(img/common/line01.png) no-repeat right top;
	background-size: 200px 8px;
	position: absolute;
	top: 50%;
	right: -218px;

	content: "";
}

@media all and (min-width: 0) and (max-width: 767px) {
	.headLine01 {
		margin-bottom: 20px !important;
	}

	.headLine01 span {
		font-size: 23px;
		letter-spacing: 0;
	}

	.headLine01 span:before {
		width: 80px;
		height: 4px;
		margin-top: -2px;
		background-size: 80px 4px;
		left: -84px;
	}

	.headLine01 span:after {
		width: 80px;
		height: 4px;
		margin-top: -2px;
		background-size: 80px 4px;
		right: -84px;
	}

}

/*------------------------------------------------------------
	subBox
------------------------------------------------------------*/
.subBox {
	width: 1022px;
	margin: 0 auto;
}

@media all and (min-width: 0) and (max-width: 767px) {
	.subBox {
		width: auto !important;
	}

}

/*------------------------------------------------------------
	comBox
------------------------------------------------------------*/
.comBox {
	padding: 63px 53px 37px;
	width: 1020px;
	margin: 0 auto;
	position: relative;
	background-color: #fff;
	box-sizing: border-box;
}

.comBox:before {
	width: 1020px;
	height: 24px;
	background: url(img/common/bg02.png) no-repeat left top;
	position: absolute;
	top: -24px;
	left: 0;

	content: "";
}

.comBox:after {
	width: 1020px;
	height: 19px;
	background: url(img/common/bg03.png) no-repeat left top;
	position: absolute;
	bottom: -19px;
	left: 0;

	content: "";
}

@media all and (min-width: 0) and (max-width: 767px) {
	.comBox {
		padding: 10px !important;
		width: auto;
		margin: 0 10px;
	}

	.comBox:before {
		width: 100%;
		height: 12px;
		background: url(img/common/bg02.png) no-repeat left top;
		background-size: 100% auto;
		position: absolute;
		top: -7px;
		left: 0;

		content: "";
	}

	.comBox:after {
		width: 100%;
		height: 10px;
		background: url(img/common/bg03.png) no-repeat left top;
		background-size: 100% auto;
		position: absolute;
		bottom: -10px;
		left: 0;

		content: "";
	}

}

/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
.comLink a,
.comLink button {
	width: 300px;
	margin: 0 auto;
	padding: 8px 0 7px;
	display: block;
	font-size: 18px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	border-radius: 8px;
	letter-spacing: 1px;
	border: none;
	cursor: pointer;
	background: #2bb572 url(img/common/icon07.png) no-repeat right 14px center;
}

.comLink a:hover,
.comLink button:hover {
	opacity: 0.6;
}

@media all and (min-width: 0) and (max-width: 767px) {
	.comLink a,
	.comLink button {
		width: 170px !important;
		padding: 6px 0 4px !important;
		font-size: 12px;
		background: #2bb572 url(img/common/icon07.png) no-repeat right 10px center;
		background-size: 8px 12px !important;
	}

}

/*------------------------------------------------------------
	pageList
------------------------------------------------------------*/
#main .pageList {
	clear: both;
	text-align: center;
}

#main .pageList li {
	margin: 0 8px;
	display: inline;
	font-size: 16px;
}

#main .pageList .current span,
#main .pageList li a {
	padding: 2px 8px 0;
	display: inline-block;
	vertical-align: middle;
	border-radius: 50px;
}

#main .pageList .current span,
#main .pageList li a:hover {
	color: #000;
	text-decoration: none;
	background-color: #ffcc01;
}

#main .pageList li:first-child a:hover {
	background: none;
	opacity: 0.6;
}

#main .pageList li:last-child a:hover {
	background: none;
	opacity: 0.6;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#main .pageList li {
		margin: 0 3px;
		font-size: 12px;
	}

	#main .pageList .current span,
	#main .pageList li a {
		padding: 0 5px;
	}

	#main .pageList li a img {
		margin-top: -2px;
		width: 8px;
		vertical-align: middle;
	}
}

/*------------------------------------------------------------
	comTop
------------------------------------------------------------*/
#main .comTop {
	margin-bottom: 22px;
	color: #ef7c1f;
	font-size: 28px;
	text-align: center;
}

#main .comTop span {
	padding: 0 0 0 8px;
	display: inline-block;
	background-color: #fff1b4;
}

#main .comText {
	margin: 0 46px 0 56px;
	color: #333;
	text-indent: 1em;
}

#main .comText01 {
	margin-bottom: 85px;
}

/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
#main .headLine02 {
	margin: 0 12px 42px 0;
	font-size: 33px;
	font-weight: normal;
	text-align: center;
}

/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
#main .headLine03 {
	margin: 0 0 22px 1px;
	padding: 5px 0 10px 26px;
	font-size: 28px;
	font-weight: normal;
	background: url(img/common/head_line03_bg.png) no-repeat left top;
}

/*------------------------------------------------------------
	comTable
------------------------------------------------------------*/
#main .comTable {
	margin-bottom: 122px;
	width: 100%;
	border-collapse: collapse;
}

#main .comTable th,
#main .comTable td {
	padding: 13px 5px 10px 19px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	border: 1px solid #ccc;
}

#main .comTable th {
	width: 17.5%;
	background-color: #fff1b4;
}

#main .comTable td {
	padding: 13px 5px 10px 12px;
	vertical-align: middle;
}

#main .comTableA {
	margin-bottom: 10px;
}

#main .comTableA th,
#main .comTableA td {
	padding: 12px 0;
	width: 14.2%;
	text-align: center;
	vertical-align: middle;
}

#main .comTableA td {
	padding: 4px 0;

}

/*------------------------------------------------------------
	contactBox
------------------------------------------------------------*/
#main .contactBox {
	text-align: center;
	background: url(img/minato/line03.png) repeat-y left top;
}

#main .contactBox .infoBox {
	padding: 18px 20px 27px;
	position: relative;
	background: url(img/minato/line03.png) repeat-y right top;
}

#main .contactBox .infoBox:before {
	width: 100%;
	height: 10px;
	background: url(img/minato/line03.png) repeat-x;
	background-size: 10px 10px;
	position: absolute;
	top: 0;
	left: 0;

	content: "";
}

#main .contactBox .infoBox:after {
	width: 100%;
	height: 10px;
	background: url(img/minato/line03.png) repeat-x;
	background-size: 10px 10px;
	position: absolute;
	bottom: 0;
	left: 0;

	content: "";
}

#main .contactBox {
	margin-bottom: 120px;
}

#main .contactBox01 {
	margin-bottom: 158px;
}

#main .contactBox .top {
	margin: 0 50px -8px 0;
	font-size: 22px;
	font-weight: bold;
	vertical-align: middle;
}

#main .contactBox .top a {
	margin-left: 28px;
	display: inline-block;
	font-size: 42px;
	vertical-align: middle;
}

#main .contactBox .text {
	margin-bottom: 17px;
	text-align: left;
	margin-left: 160px;
}

#main .contactBox .comLink a {
	width: 328px;
	background-color: #ef7c1f;
}

@media all and (min-width: 0) and (max-width: 767px) {
	/*------------------------------------------------------------
		comTop
	------------------------------------------------------------*/
	#main .comTop {
		margin-bottom: 10px;
		font-size: 16px;
	}

	#main .comTop span {
		padding: 0 0 0 8px;
	}

	/*------------------------------------------------------------
		comText
	------------------------------------------------------------*/
	#main .comText {
		margin: 0;
		font-size: 12px;
	}

	#main .comText01 {
		margin-bottom: 40px;
	}

	/*------------------------------------------------------------
		headLine02
	------------------------------------------------------------*/
	#main .headLine02 {
		margin: 0 0 20px !important;
		font-size: 20px !important;
	}

	/*------------------------------------------------------------
		headLine03
	------------------------------------------------------------*/
	#main .headLine03 {
		margin: 0 0 10px !important;
		font-size: 16px !important;
		padding: 1px 0 0 13px;
		background-size: 3px auto;
	}

	/*------------------------------------------------------------
		comTable
	------------------------------------------------------------*/
	#main .comTable {
		margin-bottom: 60px;
		border-bottom: 1px solid #ccc;
	}

	#main .comTable th {
		width: 100%;
		float: left;
		border-bottom: none;
	}

	#main .comTable td {
		float: left;
		width: 100%;
		border-bottom: none;
	}

	#main .comTable th,
	#main .comTable td {
		padding: 8px 10px 6px;
		font-size: 12px;
		box-sizing: border-box;
	}

	#main .comTableA th,
	#main .comTableA td {
		float: none;
	}

	#main .comTableBox {
		margin-bottom: 10px;
		padding-bottom: 10px;
		overflow-x: scroll;
	}

	#main .comTableBox .comTableA {
		margin: 0;
		width: 600px;
		overflow: hidden;
	}

	/*------------------------------------------------------------
		contactBox
	------------------------------------------------------------*/
	#main .contactBox {
		margin-bottom: 60px;
		background: url(img/minato/line03.png) repeat-y left top;
		background-size: 5px 5px;
	}

	#main .contactBox .infoBox {
		padding: 20px;
		background: url(img/minato/line03.png) repeat-y right top;
		background-size: 5px 5px;
	}

	#main .contactBox .infoBox:before {
		width: 100%;
		height: 5px;
		background: url(img/minato/line03.png) repeat-x;
		background-size: 5px 5px;
		position: absolute;
		top: 0;
		left: 0;

		content: "";
	}

	#main .contactBox .infoBox:after {
		width: 100%;
		height: 5px;
		background: url(img/minato/line03.png) repeat-x;
		background-size: 5px 5px;
		position: absolute;
		bottom: 0;
		left: 0;

		content: "";
	}

	#main .contactBox .top {
		margin: 0;
		font-size: 13px;
	}

	#main .contactBox .top a {
		font-size: 20px;
		margin: 0;
	}

	#main .contactBox .text {
		margin: 0 0 10px;
		font-size: 12px;
	}

	#main .contactBox01 {
		margin-bottom: 70px;
	}
}

/*------------------------------------------------------------
	comMailForm
------------------------------------------------------------*/
.ComMailForm table {
	width: 100%;
	margin-bottom: 34px;
	border-collapse: collapse;
}

.ComMailForm th,
.ComMailForm td {
	padding: 7px 10px 6px 17px;
	border: 1px solid #ccc;
	text-align: left;
	vertical-align: middle;
}

.ComMailForm th {
	width: 15.59%;
	text-align: center;
	background-color: #fff1b4;
}

.ComMailForm th img {
	margin-left: 5px;
	vertical-align: middle;
}

.ComMailForm th .img {
	margin-left: 99px;
}

.ComMailForm .thStyle {
	padding-top: 20px;
	vertical-align: top;
}

.ComMailForm .tdStyle01 {
	padding: 20px 10px 17px;
}

.ComMailForm td ul li {
	margin: 0 20px 0 10px;
	float: left;
}

.ComMailForm td ul li input {
	margin-right: 10px;
}

.ComMailForm td .wid01 {
	width: 307px;
	height: 46px;
	box-sizing: border-box;
	border-radius: 5px;
	border: 1px solid #ccc;
}

.ComMailForm td .wid02 {
	width: 740px;
	height: 46px;
	box-sizing: border-box;
	border-radius: 7px;
	border: 1px solid #ccc;
}

.ComMailForm td .text01 {
	margin: 0 19px 0 7px;
}

.ComMailForm td .text02 {
	margin: 0 26px 0 42px;
}

.ComMailForm td .text03 {
	margin: 0 10px 0 0;
}

.ComMailForm td .text04 {
	margin: 0 23px 0 29px;
}

.ComMailForm td textarea {
	width: 740px;
	height: 175px;
	box-sizing: border-box;
	border-radius: 7px;
	border: 1px solid #ccc;
}

.ComMailForm p {
	margin-bottom: 24px;
}

.ComMailForm .txt01 {
	margin-bottom: 66px;
}

.ComMailForm .txt02 {
	width: 504px;
	margin: 0 auto 40px;
	padding: 9px 0 8px;
	background-color: #fff1b4;
	text-align: center;
}

.ComMailForm .txt02 input {
	margin-top: -1px;
	vertical-align: middle;
}

.ComMailForm .txt03 {
	margin-bottom: 46px;
	text-align: center;
	font-size: 18px;
	color: #ef7c1f;
}

.ComMailForm .submit {
	text-align: center;
}

.ComMailForm .submit li {
	margin: 0 12px;
	display: inline;
}

.ComMailForm .submit li input {
	width: 300px;
	padding: 7px 0;
	border: none;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	background: #ef7c1f url(img/common/icon07.png) no-repeat right 14px center;
	border-radius: 5px;
	appearance: none;
	-webkit-appearance: none;
}

.ComMailForm .submit li input:disabled {
	opacity: 0.6;
}

.ComMailForm .submit li input:disabled:hover {
	opacity: 0.6;
}

.ComMailForm .submit input:hover {
	cursor: pointer;
	opacity: 0.6;
}

/*------------------------------------------------------------
	custom-input
------------------------------------------------------------*/
.custom-checkbox,
.custom-radio {
	position: relative;
}

.custom-checkbox input,
.custom-radio input {
	position: absolute;
	left: 2px;
	top: 2px;
	margin: 0;

	filter: alpha(opacity=0);
	opacity: 0;
}

.custom-checkbox label,
.custom-radio label {
	display: block;
	position: relative;
	line-height: 1;
	padding: 3px 0 2px 28px;
	cursor: pointer;
}

.custom-checkbox label {
	background: url(img/common/check_img01.png) no-repeat left center;
}

.custom-radio label {
	background: url(img/common/radio_img01.png) no-repeat left center;
}

.custom-checkbox label.checked {
	background: url(img/common/check_img02.png) no-repeat left center;
}

.custom-radio label.checked {
	background: url(img/common/radio_img02.png) no-repeat left center;
}

@media all and (min-width: 0) and (max-width: 767px) {
	.ComMailForm table {
		margin-bottom: 15px;
	}

	.ComMailForm th,
	.ComMailForm td {
		width: 100%;
		padding: 8px 10px 6px;
		display: block;
		font-size: 12px;
		box-sizing: border-box;
		border-bottom: none;
	}

	.ComMailForm th {
		text-align: left;
	}

	.ComMailForm th img {
		width: 9px;
	}

	.ComMailForm .thStyle {
		padding-top: 8px;
	}

	.ComMailForm .tdStyle01 {
		padding: 8px 10px 6px;
	}

	.ComMailForm .tdStyle02 {
		border-bottom: 1px solid #ccc;
	}

	.ComMailForm td ul li {
		margin: 0 10px 0 5px;
	}

	.ComMailForm td ul li input {
		margin: -2px 5px 0 0;
		vertical-align: middle;
	}

	.ComMailForm td .wid01 {
		width: 35%;
		height: 30px;
		border-radius: 5px;
	}

	.ComMailForm td .wid02 {
		width: 100%;
		height: 30px;
		border-radius: 5px;
	}

	.ComMailForm td .text01 {
		margin: 0 8px 0 5px;
	}

	.ComMailForm td .text02 {
		margin: 0 5px 0 21px;
	}

	.ComMailForm td .text03 {
		margin: 0 3px 0 0;
	}

	.ComMailForm td .text04 {
		margin: 0 3px 0 10px;
	}

	.ComMailForm td textarea {
		width: 100%;
		height: 100px;
		border-radius: 5px;
	}

	.ComMailForm p {
		margin-bottom: 10px;
		font-size: 12px;
	}

	.ComMailForm .txt01 {
		margin-bottom: 15px;
	}

	.ComMailForm .txt02 {
		width: 100%;
		margin: 0 auto 15px;
		padding: 5px 0 4px;
	}

	.ComMailForm .txt02 input {
		margin-top: -1px;
		vertical-align: middle;
	}

	.ComMailForm .txt03 {
		margin-bottom: 15px;
		font-size: 12px;
	}

	.ComMailForm .submit li {
		margin: 0 4px;
	}

	.ComMailForm .submit li input {
		width: 130px;
		padding: 5px 0 4px;
		font-size: 12px;
		background: #ef7c1f url(img/common/icon07.png) no-repeat right 8px center;
		background-size: 7px 13px;
		border-radius: 5px;
	}

	.ComMailForm .submit input:hover {
		opacity: 1;
	}

	/*------------------------------------------------------------
		custom-input
	------------------------------------------------------------*/
	.custom-checkbox label,
	.custom-radio label {
		padding: 3px 0 2px 24px;
	}

	.custom-checkbox label {
		background: url(img/common/check_img01.png) no-repeat left center;
		background-size: 16px 16px;
	}

	.custom-radio label {
		background: url(img/common/radio_img01.png) no-repeat left center;;
		background-size: 16px 16px;
	}

	.custom-checkbox label.checked {
		background: url(img/common/check_img02.png) no-repeat left center;;
		background-size: 16px 16px;
	}

	.custom-radio label.checked {
		background: url(img/common/radio_img02.png) no-repeat left center;;
		background-size: 16px 16px;
	}

}

@media all and (-ms-high-contrast: none) {
	#gNavi > ul > li:hover > a:before {
		bottom: -15px;
	}

	.comLink a {
		padding: 9px 0 6px;
	}

	#main .pageList li img {
		vertical-align: middle;
	}

	.ComMailForm .submit li input {
		padding: 8px 0 6px;
	}
}

/*----------------------2022/10　追加---------------------------*/
/***** メインメニュー *****/
#gNavi > ul > li > a  {
	text-decoration: underline;
}
/***** サブメニュー *****/
#gNavi > ul > li .gBox .innerBox > ul > li i {
	text-decoration: underline;
	color: #0068b6;
}
#gNavi > ul > li .gBox .innerBox > ul > li i:hover {
	color: #ee7b1f;
}
/***** フッターリンクメニュー *****/
#gFooter .rBox .fNavi > li li i {
	text-decoration: underline;
	color: #0068b6;
}
/***** TOP事業所一覧リンク文字 *****/
#index .businessBox .listUl .innerBox ul li a {
	color: #0068b6!important;
	text-decoration: underline;
}
#index .businessBox .listUl .innerBox ul li a:hover {
	color: #ee7b1f!important;
	font-weight: 400!important;
}

/*----------------------2022/10/30　追加---------------------------*/
/*****　TOPページ求人枠　*****/
.job_offer_Box table {
	margin: auto;
	padding-top: 80px;
}
.job_offer_Box table td div img {
	transition-duration: 0.5s;
	width: 100%;
}
.job_offer_Box table td div img:hover {
	box-shadow: 10px 10px 10px rgba(0,0,0,0.5);
  transform: translateY(-10px);
  transition-duration: 0.5s;
}
@media all and (max-width: 950px) {
	.job_offer_Box table {
		padding-top: 80px;
	}

	.job_offer_Box table td div img {
		margin: auto;
	}
}
@media all and (max-width: 767px) {
	.job_offer_Box table {
		    padding: 45px 20px 0 20px;
	}
}

/*----------------------2022/12/22　追加---------------------------*/
/*****　TOPページ求人バナー「採用はこちら」　*****/
.photo02 img {
	width: 263px;
	filter: drop-shadow(5px 5px 3px #666);
	margin-bottom: 15px;
}
@media screen and (max-width: 575px) {
	.photo02 img {
		width: 140% !important;
		margin-bottom: 10px;
	}
}