@charset "utf-8";

/*
Theme Name: honda
Theme URI: null
Description: Description
Author: Shunc - WXJ
Version: 1.0
*/
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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;
}

body {
	font-size: 62.5%;
}

body,
table,
input, textarea, select, option {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 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: #040404;
	text-decoration: none;
}

a:visited {
	color: #040404;
}

a:hover {
	color: #040404;
}

a:active {
	color: #040404;
}

/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.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;
}

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

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

*+html .clearfix {
	zoom: 1;
}

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

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

#container {
	text-align: left;
}

#main {}

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

.sp {
	display: none !important;
}

@media all and (max-width: 767px) {
	body {
		min-width: inherit;
		font-size: 13px;
	}

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

	.sp {
		display: block !important;
	}

	.pc {
		display: none !important;
	}

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


}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	background-color: #FCF9F0;
	border-top: 5px solid #C12D23;
}

#gHeader .hInner {
	margin: 0 auto;
	padding: 18px 0 25px;
	width: 1260px;
}

#gHeader h1 {
	float: left;
}

#gHeader .rBox {
	padding-top: 9px;
	float: right;
	width: 640px;
	display: flex;
	gap: 20px;
	justify-content: flex-end;
	align-items: center;
}

#gHeader .comBtn {
	float: right;
	text-align: center;
}

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

@media all and (max-width: 767px) {
	#gHeader {
		border-top: 2px solid #C12D23;
	}

	#gHeader .hInner {
		padding: 10px 10px 15px !important;
		width: auto !important;
	}

	#gHeader h1 img {
		width: 160px;
	}

	#gHeader .rBox {
		padding-top: 0;
		float: none;
		width: auto;
		display: none;
	}

	#gHeader .menu {
		padding-top: 3px;
		float: right;
	}

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

	#gHeader.header01 {
		background-color: #FCF9F0;
	}

	.spBox {
		display: none;
		padding-bottom: 50px;
		position: absolute;
		width: 100%;
		top: 0;
		background-color: #fff;
		z-index: 1000;
		text-align: center;
		top: 67px;
	}

	.spBox ul {
		margin-bottom: 40px;
	}

	.spBox li a {
		padding: 10px;
		display: block;
		font-size: 16px;
		border-bottom: 1px solid #000;
	}

	.spBox .comBtn a {
		padding: 12px 0;
		margin: 0 auto;
		width: 220px;
		font-size: 13px;
	}

	.spBox .comBtn img {
		margin: -2px 5px 0 0;
	}
}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	/* padding-top: 12px; */
	display: flex;
}

#gNavi li {
	margin-right: 21px;
	font-size: 15px;
	font-weight: bold;
	display: inline;
	letter-spacing: 1px;
}

#gNavi li:last-child {
	margin: 0;
}

#gNavi li a:hover {
	opacity: 0.7;
}

#gNavi li a img {
	margin-top: -10px;
}

@media all and (max-width: 767px) {}

/*------------------------------------------------------------
	パンクズリスト
------------------------------------------------------------*/
#pagePath {}

#pagePath li {
	display: inline;
	color: #000;
	font-size: 1.2em;
}

#pagePath li a {}

@media all and (max-width: 767px) {}

/*------------------------------------------------------------
	conts
------------------------------------------------------------*/
#conts {}

@media all and (max-width: 767px) {}

/*------------------------------------------------------------
	sideBar
------------------------------------------------------------*/
#sideBar {}

@media all and (max-width: 767px) {}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	overflow: hidden;
}

#gFooter .fBox {
	padding: 70px 0 80px;
	background-color: #E5E6DE;
}

#gFooter .fBox .infoBox {
	width: 910px;
	margin: 0 auto;
}

#gFooter .fBox .infoBox .title {
	margin-bottom: 51px;
	font-size: 40px;
	color: #C52F1F;
	font-weight: bold;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
	letter-spacing: 2px;
}

#gFooter .fBox .infoBox .title span {
	margin-top: 23px;
	display: block;
	font-size: 16px;
	color: #212121;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

#gFooter .fBox .subBox .lBox {
	padding-bottom: 53px;
	margin-bottom: 53px;
	position: relative;
}

#gFooter .fBox .subBox .lBox:before {
	width: 914px;
	height: 1px;
	background-color: #CA362A;
	position: absolute;
	bottom: 0;
	right: -1px;

	content: "";
}

#gFooter .fBox .subBox .lBox .top {
	margin: 0 0 26px 0;
}

#gFooter .fBox .subBox .lBox .dlBox {
	margin: 0 0 25px 8px;
}

#gFooter .fBox .subBox .lBox dl {
	line-height: 1.3;
	float: left;
	width: 405px;
}

#gFooter .fBox .subBox .lBox dl:last-child {
	float: right;
}

#gFooter .fBox .subBox .lBox dt {
	padding-top: 12px;
	color: #C52F1F;
	float: left;
	width: 110px;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
}

#gFooter .fBox .subBox .lBox dd {
	color: #C52F1F;
	padding: 0 0 14px 105px;
	font-size: 33px;
}

#gFooter .fBox .subBox .lBox dd .txt {
	margin-right: 8px;
	font-size: 24px;
	display: inline-block;
	vertical-align: middle;
}

#gFooter .fBox .subBox .lBox dd a {
	color: #C52F1F;
}

#gFooter .fBox .subBox .lBox .ddStyle01 {
	padding-bottom: 0;
}

#gFooter .fBox .subBox .lBox .time {
	font-size: 15px;
	color: #212121;
	text-align: center;
	letter-spacing: 1px;
}

#gFooter .fBox .subBox .top {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
}

#gFooter .fBox .subBox .rBox .top {
	margin-bottom: 33px;
}

#gFooter .fBox .subBox .rBox .comBtn a {
	width: 300px;
	padding: 20px 10px;
	margin: 0 auto;
	font-size: 15px;
	text-align: center;
	border-radius: 30px;
	letter-spacing: 2px;
}

#gFooter .fBox .subBox .rBox .comBtn img {
	margin-right: 18px;
}

#gFooter .fInner {
	padding: 15px 0 18px;
	color: #fff;
	background-color: #C52F20;
}

#gFooter .fInner .infoBox {
	width: 1260px;
	margin: 0 auto;
}

#gFooter .fInner .lBox {
	float: left;
	padding-left: 11px;
}

#gFooter .fInner .rBox {
	float: right;
}

#gFooter .fInner .rBox .fNavi {
	padding: 0 15px 14px 0;
}

#gFooter .fInner .rBox .fNavi li {
	margin-left: 45px;
	display: inline;
}

#gFooter .fInner .rBox .fNavi li a {
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 1px;
}

#gFooter .fInner .rBox .fNavi li a:hover {
	text-decoration: underline;
}

#gFooter .fInner .fLogo {
	margin: 0 0 22px 13px;
}

#gFooter .fInner .copyright {
	font-size: 11px;
	color: #fff;
}

#gFooter .fInner .rBox {
	padding-top: 25px;
	text-align: right;
}

#gFooter .fInner .linkUl {
	padding-right: 10px;
	letter-spacing: 1px;
}

#gFooter .fInner .linkUl li {
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	margin-right: 0;
}

#gFooter .fInner .linkUl li a {
	margin: 0 6px 0 0px;
	color: #fff;
}

#gFooter .fInner .linkUl li a:hover {
	text-decoration: underline;
}

#gFooter .fInner .linkUl li:first-child a {
	margin: 0 8px 0 10px;
}

@media all and (max-width: 767px) {
	#gFooter .fBox {
		padding: 35px 0;
	}

	#gFooter .fBox .infoBox {
		width: auto;
	}

	#gFooter .fBox .infoBox .title {
		margin-bottom: 20px;
		font-size: 25px;
	}

	#gFooter .fBox .infoBox .title span {
		margin-top: 6px;
		font-size: 12px;
	}

	#gFooter .fBox .subBox .lBox {
		padding: 0 0 25px;
		margin: 0 0 25px;
		float: none;
		width: auto;
	}

	#gFooter .fBox .subBox .lBox:before {
		width: 90%;
		left: 5%;
	}

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

	#gFooter .fBox .subBox .lBox dl {
		margin: 0 0 10px;
		max-width: 290px;
		margin: 0 auto;
		float: none;
		width: auto;
	}

	#gFooter .fBox .subBox .lBox dl:last-child {
		float: none;
	}

	#gFooter .fBox .subBox .lBox dt {
		padding-top: 6px;
		float: left;
		width: 100px;
		font-size: 13px;
		clear: both;
	}

	#gFooter .fBox .subBox .lBox dd {
		padding: 0 0 1px 100px;
		font-size: 20px;
	}

	#gFooter .fBox .subBox .lBox dd .txt {
		margin-right: 5px;
		font-size: 17px;
	}

	#gFooter .fBox .subBox .lBox .time {
		margin: 0 0 10px 0;
		font-size: 11px;
	}

	#gFooter .fBox .subBox .top {
		font-size: 13px;
	}

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

	#gFooter .fBox .subBox .rBox .top {
		margin-bottom: 25px;
	}

	#gFooter .fBox .subBox .rBox .comBtn a {
		width: 220px;
		padding: 10px;
		font-size: 11px;
		border-radius: 20px;
	}

	#gFooter .fBox .subBox .rBox .comBtn img {
		margin-right: 10px;
	}

	#gFooter .fInner {
		padding: 10px 0 30px;
		position: relative;
	}

	#gFooter .fInner .infoBox {
		width: auto;
		margin: 0 auto;
	}

	#gFooter .fInner .lBox {
		float: none;
		text-align: center;
	}

	#gFooter .fInner .rBox {
		float: none;
	}

	#gFooter .fInner .rBox .fNavi {
		padding: 0 0 10px 0;
		text-align: center;
	}

	#gFooter .fInner .rBox .fNavi li {
		margin-left: 5px;
		display: inline;
	}

	#gFooter .fInner .rBox .fNavi li a {
		font-size: 11px;
	}

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

	#gFooter .fInner .fLogo {
		margin-bottom: 10px;
	}

	#gFooter .fInner .fLogo img {
		width: 180px;
	}

	#gFooter .fInner .copyright {
		position: absolute;
		width: 100%;
		text-align: center;
		bottom: 6px;
		font-size: 10px;
	}

	#gFooter .fInner .rBox {
		padding-top: 0;
		text-align: center;
	}

	#gFooter .fInner .linkUl {
		padding-right: 0;
		text-align: center;
	}

	#gFooter .fInner .linkUl li {
		display: inline-block;
		font-size: 11px;
		margin-right: 0;
	}

	#gFooter .fInner .linkUl li a {
		margin: 0 7px 0 0px;
		color: #fff;
	}

	#gFooter .fInner .linkUl li:first-child a {
		margin: 0 8px 0 7px;
	}

	#gFooter .fInner .linkUl li a:hover {
		text-decoration: none;
	}
}

/*------------------------------------------------------------
	comBtn
------------------------------------------------------------*/
.comBtn a {
	padding: 10px 20px 11px;
	color: #fff;
	width: 180px;
	font-weight: bold;
	font-size: 16px;
	display: block;
	background-color: #C32D1E;
	border-radius: 6px;
	box-sizing: border-box;
}

.comBtn a:hover {
	opacity: 0.7;
}

.comBtn img {
	margin-right: 12px;
	vertical-align: middle;
}

/*------------------------------------------------------------
	pageTitle01
------------------------------------------------------------*/
.pageTitle01 {
	text-align: center;
	min-height: 529px;
	background: url(img/contact/page_title01_bg.jpg) no-repeat center center;
	background-size: cover;
}

.pageTitle01 h2 {
	padding-top: 197px;
	margin: 0 auto;
	width: 1000px;
}

/*------------------------------------------------------------
	pageTitle02
------------------------------------------------------------*/
.pageTitle02 {
	margin-bottom: 99px;
	min-height: 400px;
	background: url(img/oneday/page_title_bg.jpg) no-repeat center center;
	background-size: cover;
}

.pageTitle02 h2 {
	margin: 0 auto;
	padding: 137px 0 10px;
	width: 1118px;
	color: #FFF;
	font-size: 50px;
	letter-spacing: 6.5px;
}

.pageTitle02 h2 span {
	margin-top: 9px;
	display: block;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 1.8px;
}

/*------------------------------------------------------------
	pageTitle03
------------------------------------------------------------*/
.pageTitle03 {
	min-height: 345px;
	position: relative;
	background: url(img/guide/page_title_bg.jpg) no-repeat center center;
	background-size: cover;
}

.pageTitle03 h2 {
	padding-top: 108px;
	text-align: center;
}

.pageTitle03 h2 img {
	width: 250px;
}

.pageTitle03 .listUl {
	position: absolute;
	width: 100%;
	bottom: 0;
	text-align: center;
}

.pageTitle03 .listUl li {
	margin: 0 10px;
	display: inline-block;
}

.pageTitle03 .listUl li a {
	display: inline-block;
	font-size: 19px;
	padding: 20px 0 14px;
	width: 260px;
	font-weight: bold;
	border-radius: 30px 30px 0 0;
}

.pageTitle03 .listUl .liStyle01 a {
	color: #fff;
	background-color: #C9362C;
}

.pageTitle03 .listUl .liStyle02 a {
	color: #fff;
	background-color: #F1AE17;
}

.pageTitle03 .listUl .liStyle03 a {
	color: #fff;
	background-color: #E95471;
}

.pageTitle03 .listUl .liStyle01 a:hover {
	color: #C42F1F;
	background-color: #FCF9F0;
}

.pageTitle03 .listUl .liStyle02 a:hover {
	color: #F0A500;
	background-color: #FBF9F0;
}

.pageTitle03 .listUl .liStyle03 a:hover {
	color: #E95471;
	background-color: #FBF9F0;
}

@media all and (max-width: 767px) {
	.pageTitle03 {
		min-height: 300px;
	}

	.pageTitle03 h2 {
		padding-top: 30px;
	}

	.pageTitle03 h2 img {
		width: 150px;
	}

	.pageTitle03 .listUl li {
		margin: 0 0 10px;
		display: block;
	}

	.pageTitle03 .listUl li:last-child {
		margin: 0;
	}

	.pageTitle03 .listUl li a {
		display: block;
		font-size: 15px;
		padding: 14px 0;
		width: 260px;
		margin: 0 auto;
		border-radius: 10px;
	}

	.pageTitle03 .listUl .liStyle01 a:hover {
		color: #fff;
		background-color: #C9362C;
	}

	.pageTitle03 .listUl .liStyle02 a:hover {
		color: #fff;
		background-color: #F1AE17;
	}

	.pageTitle03 .listUl .liStyle03 a:hover {
		color: #fff;
		background-color: #E95471;
	}
}

/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
.comLink a {
	margin: 0 auto;
	padding: 20px 10px 18px;
	width: 440px;
	display: block;
	color: #FFF;
	font-size: 22px;
	line-height: 1.2;
	font-weight: 500;
	letter-spacing: 1.2px;
	text-align: center;
	text-decoration: none;
	box-sizing: border-box;
	border-radius: 9px;
	background: #C52F20 url(img/common/icon04.png) no-repeat right 8px center;
}

.comLink a:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

/*------------------------------------------------------------
	pageTop
------------------------------------------------------------*/
.pageTop {
	display: none;
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 1000;
}

.pageTop a:hover {
	opacity: 0.7;
}

/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	width: 945px;
}

/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 24px;
	padding: 9px 6px 9px 14px;
	color: #333;
	font-size: 23px;
	background-color: #FCF8F7;
	border-left: 5px solid #C62C20;
	letter-spacing: 2px;
}

/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	margin-bottom: 78px;
	text-align: center;
	font-weight: 400;
}

.headLine02 .info {
	margin-bottom: 23px;
	padding-bottom: 18px;
	display: block;
	position: relative;
	font-size: 45px;
	letter-spacing: 4.5px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 400;
}

.headLine02 .info:before {
	margin-left: -50px;
	width: 100px;
	height: 1px;
	background-color: #C32F21;
	position: absolute;
	bottom: 0;
	left: 50%;

	content: "";
}

/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
	color: #222;
	font-size: 47px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 400;
	line-height: 1.3;
	text-align: center;
}

.headLine03 .topImg {
	display: block;
}

.headLine03 .btm {
	font-size: 15px;
	display: block;
	letter-spacing: 2px;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

@media all and (max-width: 767px) {

	/*------------------------------------------------------------
		comBtn
	------------------------------------------------------------*/
	.comBtn a {
		padding: 8px 10px;
		width: 160px;
		font-size: 12px;
		border-radius: 4px;
	}

	.comBtn img {
		margin-right: 7px;
	}

	/*------------------------------------------------------------
		pageTitle01
	------------------------------------------------------------*/
	.pageTitle01 {
		min-height: 360px;
	}

	.pageTitle01 h2 {
		padding-top: 140px;
		margin: 0 auto;
		width: auto;
	}

	.pageTitle01 h2 img {
		height: 70px;
	}

	/*------------------------------------------------------------
		pageTop
	------------------------------------------------------------*/
	.pageTop {
		right: 2px;
		bottom: 13px;
	}

	.pageTop img {
		width: 45px;
	}

	/*------------------------------------------------------------
		content
	------------------------------------------------------------*/
	.content {
		margin: 0 auto;
		padding: 0 15px;
		width: auto !important;
	}

	/*------------------------------------------------------------
		headLine01
	------------------------------------------------------------*/
	.headLine01 {
		margin-bottom: 20px;
		padding: 6px 4px 6px 10px;
		font-size: 18px;
		border-left: 3px solid #C62C20;
	}

	/*------------------------------------------------------------
		headLine02
	------------------------------------------------------------*/
	.headLine02 {
		margin-bottom: 30px;
	}

	.headLine02 .info {
		margin-bottom: 8px;
		padding-bottom: 9px;
		font-size: 20px;
	}

	.headLine02 .info:before {
		margin-left: -50px;
		height: 1px;
		left: 50%;

		content: "";
	}

	/*------------------------------------------------------------
		headLine03
	------------------------------------------------------------*/
	.headLine03 {
		font-size: 22px;
	}

	.headLine03 .topImg img {
		height: 14px;
	}

	.headLine03 .btm {
		font-size: 11px;
	}

	/*------------------------------------------------------------
		pageTitle02
	------------------------------------------------------------*/
	.pageTitle02 {
		margin-bottom: 40px;
		min-height: 300px;
	}

	.pageTitle02 h2 {
		padding: 100px 15px 20px;
		width: auto;
		font-size: 30px;
	}

	.pageTitle02 h2 span {
		margin-top: 5px;
		font-size: 15px;
		letter-spacing: 0;
	}

	/*------------------------------------------------------------
		comLink
	------------------------------------------------------------*/
	.comLink a {
		padding: 10px;
		width: 270px;
		font-size: 18px;
		border-radius: 5px;
	}
}

.wp-pagenavi {
	clear: both;
	text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
	width: 64px;
	height: 64px;
	color: #C32C1D;
	font-size: 25px;
	font-weight: bold;
	display: inline-block;
	text-decoration: none;
	border: 1px solid #C32C1D;
	padding: 11px 0 0;
	margin: 0 7px;
	border-radius: 50%;
	box-sizing: border-box;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
	border-color: #C32C1D;
	color: #fff;
	background-color: #C32C1D;
}

.wp-pagenavi .first,
.wp-pagenavi .last,
.wp-pagenavi .pages {
	display: none;
}

.wp-pagenavi .extend {
	display: none;
}

@media all and (max-width: 767px) {

	.wp-pagenavi a,
	.wp-pagenavi span {
		width: 48px;
		height: 48px;
		font-size: 18px;
		padding: 9px 0 0;
		margin: 0 2px;
	}

	.wp-pagenavi a:hover {
		color: #C32C1D;
		background: none;
	}

	.wp-pagenavi .first,
	.wp-pagenavi .last,
	.wp-pagenavi .pages {
		display: none;
	}

	.wp-pagenavi .extend {
		display: none;
	}
}


/*------------------------------------------------------------
	comEntryList
------------------------------------------------------------*/
.comEntryList {
	margin-bottom: 60px;
}

.comEntryList .list01 {
	width: 530px;
	padding: 13px 20px 20px;
	float: left;
	text-align: center;
	box-sizing: border-box;
	border-radius: 10px;
	background: #0082C8 url(img/common/entry_bg01.png) no-repeat left top;
	background-size: 144px auto;
}

.comEntryList .list01 .title {
	margin-bottom: 12px;
	display: block;
	color: #FFF;
	font-size: 30px;
	font-weight: bold;
}

.comEntryList .list01 li {
	width: 300px;
	margin: 0 auto;
}

.comEntryList .list01 ul {
	width: 96%;
	margin: 0 auto;
}

.comEntryList .list01 li a {
	padding: 13px 5px 10px;
	display: block;
	border-radius: 4px;
	background: #FFF url(img/common/icon07.png) no-repeat right 9px center;
	background-size: 8px auto;
}

.comEntryList .list02 {
	float: right;
	background: #00A03C url(img/common/entry_bg02.png) no-repeat left top;
	background-size: 144px auto;
}

.comEntryList .list02 li {
	/* width: 240px; */
	width: 224px;
	float: left;
}

.comEntryList .list02 li:last-child {
	float: right;
}

.comEntryList .list02 li a {
	background-image: url(img/common/icon08.png);
	background-size: 8px auto;
}

.comEntryList .list01 li a:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

@media all and (max-width: 767px) {

	/*------------------------------------------------------------
		comEntryList
	------------------------------------------------------------*/
	.comEntryList {
		margin-bottom: 30px;
	}

	.comEntryList .list01 {
		width: auto;
		max-width: 400px;
		margin: 0 auto 15px;
		padding: 6px 10px 10px;
		float: none;
	}

	.comEntryList .list01 .title {
		margin-bottom: 6px;
		font-size: 20px;
	}

	.comEntryList .list01 li {
		width: auto;
		margin: 0 10px;

	}

	.comEntryList .list01 li a {
		padding: 6px 5px 5px;
	}

	.comEntryList .list02 {
		margin-bottom: 0;
		365 float: none;
	}

	.comEntryList .list02 li {
		width: auto;
		margin-bottom: 10px;
		float: none;
	}

	.comEntryList .list02 li:last-child {
		margin-bottom: 0;
		float: none;
	}
}

/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.mainVisual {
	margin-top: -77px;
	min-height: 779px;
	position: relative;
}

.mainVisual .imgBox {
	position: absolute;
	width: 100%;
	top: 0;
	height: 779px;
	overflow: hidden;
}

.mainVisual .imgBox .slick-list {
	height: 100%;
}

.mainVisual .imgBox .slick-track {
	height: 100%;
}

.mainVisual .imgBox .imgUl {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.mainVisual .imgBox .imgUl li {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-size: cover;
}

.mainVisual .imgBox .imgUl li.first {
	background: url(img/index/main_img01.png) no-repeat center center;
	z-index: 20;
}

.mainVisual .imgBox .imgUl li.second {
	display: none;
	background: url(img/index/main_img02.png) no-repeat center center;
	background-size: 100% auto;
	z-index: 40;
}

.mainVisual .imgBox .slideUl {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 30;
}

.mainVisual .imgBox .slideUl li {
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-size: cover;
}

.mainVisual .imgBox .slideUl li.slide01 {
	background: url(img/index/main_img03.png) no-repeat center center;
}

.mainVisual .imgBox .slideUl li.slide02 {
	background: url(img/index/main_img04.png) no-repeat center center;
}

.mainVisual .content {
	width: 1278px;
	position: relative;
	min-height: 779px;
}

.mainVisual .textBox {
	position: absolute;
	right: 32px;
	bottom: 140px;
	width: 400px;
	z-index: 400;
}

.mainVisual h2 {
	margin-bottom: -13px;
	color: #000;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 47px;
	line-height: 1.55;
	letter-spacing: 1px;
}

.mainVisual h2 .txt {
	display: block;
	margin: 19px 0 0 -3px;
}

.mainVisual p {
	color: #3a3a3b;
	font-size: 15px;
	line-height: 2;
	letter-spacing: 1px;
}

.indexBox .sec01 {
	padding: 31px 0 29px;
	background-color: #C9352B;
}

.indexBox .sec01 .slick-prev,
.indexBox .sec01 .slick-next {
	margin-top: -13px;
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 43%;
	display: block;
	width: 16px;
	height: 27px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
}

.indexBox .sec01 .slick-prev {
	left: 5px;
	background: url(img/index/prev.png) no-repeat;
	background-size: 16px 27px;
}

.indexBox .sec01 .slick-next {
	right: 0px;
	background: url(img/index/next.png) no-repeat;
	background-size: 16px 27px;
}

.indexBox .sec01 h3 {
	margin-bottom: 25px;
	color: #fff;
	font-size: 25px;
	font-weight: normal;
	text-align: center;
	letter-spacing: 2px;
}

.indexBox .sec01 .content {
	width: 1240px;
}

.indexBox .sec01 .listUl {
	padding: 0 40px 26px 40px;
}

.indexBox .sec01 .listUl li {
	margin: 0 5px;
	padding: 21px;
	float: left;
	width: 380px;
	box-sizing: border-box;
	background-color: #FFF;
}

.indexBox .sec01 .listUl li a {
	display: block;
}

.indexBox .sec01 .listUl li a:hover {
	opacity: 0.7;
}

.indexBox .sec01 .listUl li img {
	margin-right: 25px;
	float: left;
}

.indexBox .sec01 .listUl li .txtBox {
	margin-top: -5px;
	color: #222;
	font-size: 15px;
	line-height: 1.57;
}

.indexBox .sec01 .listUl li .txtBox .top {
	margin-bottom: 13px;
	display: block;
	font-size: 16px;
	font-weight: bold;
}

.indexBox .sec01 .link {
	text-align: center;
}

.indexBox .sec01 .link a {
	color: #fff;
	padding-right: 20px;
	display: inline-block;
	background: url(img/common/icon09.png) no-repeat right center;
}

.indexBox .sec01 .link a:hover {
	text-decoration: underline;
}

.indexBox .sec02 {
	background: url(img/index/sec02_bg01.jpg) no-repeat left top;
}

.indexBox .sec02 .bg {
	padding: 103px 0 176px;
	background: url(img/index/sec02_bg02.jpg) no-repeat right bottom;
}

.indexBox .sec02 .content {
	width: auto;
	max-width: 1420px;
}

.indexBox .sec02 .inner {
	padding-left: 160px;
}

.indexBox .sec02 .inner img {
	max-width: 100%;
}

.indexBox .sec02 .inner .photoBox {
	float: right;
}

.indexBox .sec02 .textBox {
	padding-top: 17px;
	float: left;
	width: 490px;
}

.indexBox .sec02 .textBox .headLine03 {
	margin: 0 0 36px -5px;
	text-align: left;
}

.indexBox .sec02 .textBox .headLine03 .topImg {
	margin: 0 0 -1px 6px;
}

.indexBox .sec02 .textBox p {
	margin-bottom: 75px;
	line-height: 2;
}

.indexBox .sec02 .textBox .comLink {
	margin-right: 42px;
}

.indexBox .sec02 .textBox .comLink a {
	padding: 19px 0;
	border-radius: 30px;
	width: 300px;
	font-size: 19px;
	background: #C52F20 url(img/common/icon09.png) no-repeat right 56px center;
}

.indexBox .sec03 {
	padding: 75px 0 80px;
	background-color: #FBF9F0;
}

.indexBox .sec03 .headLine03 {
	margin-bottom: 25px;
}

.indexBox .sec03 .headLine03 .topImg {
	margin-bottom: -13px;
}

.indexBox .sec03 .headLine03 .btm {
	margin-top: 14px;
}

.indexBox .sec03 a.allcatalog {
	display: block;
	margin: 0 auto 40px auto;
	padding: 5px 0;
	border-radius: 20px;
	width: 120px;
	font-size: 19px;
	background: #C52F20 url(img/common/icon09.png) no-repeat right 16px center;
	clear: both;
	color: #fff;
	text-align: center;
}

.indexBox .sec03 .listUl {
	position: relative;
	text-align: center;
}

.indexBox .sec03 .listUl li {
	margin: 0 37px;
	padding: 40px 0;
	width: 242px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}

.indexBox .sec03 .listUl li img {
	max-width: 100%;
	height: auto !important;
}

.indexBox .sec03 .listUl li a {
	padding: 20px 20px 30px;
	display: block;
	position: relative;
	box-shadow: 7px 7px 7px #EDEAE3;
	background-color: #fff;
}

.indexBox .sec03 .listUl li a:hover {
	opacity: 0.7;
}

.indexBox .sec03 .listUl li .new {
	position: absolute;
	right: -40px;
	top: -40px;
	display: block;
	color: #fff;
	width: 74px;
	height: 74px;
	line-height: 74px;
	font-weight: bold;
	border-radius: 50%;
	font-size: 22px;
	background-color: #FF2E34;
	text-align: center;
	z-index: 300;
}

.indexBox .sec03 .listUl li .txt {
	margin-top: 14px;
	display: block;
	color: #222;
	font-weight: bold;
}

.indexBox .sec03 .slick-prev,
.indexBox .sec03 .slick-next {
	margin-top: -13px;
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 43%;
	display: block;
	width: 44px;
	height: 56px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	z-index: 100;
}

.indexBox .sec03 .slick-prev {
	left: 70px;
	background: url(img/index/prev02.png) no-repeat;
	background-size: 44px 56px;
}

.indexBox .sec03 .slick-next {
	right: 70px;
	background: url(img/index/next02.png) no-repeat;
	background-size: 44px 56px;
}

.indexBox .sec03 .slick-prev:hover,
.indexBox .sec03 .slick-next:hover {
	opacity: 0.7;
}

.indexBox .sec03 .slick-dots {
	text-align: center;
	margin-top: -5px;
	height: 12px;
}

.indexBox .sec03 .slick-dots li {
	cursor: pointer;
	margin: 0 12px;
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url(img/index/icon.png) no-repeat;
}

.indexBox .sec03 .slick-dots li button {
	display: none;
}

.indexBox .sec03 .slick-dots li.slick-active {
	background: url(img/index/icon_over.png) no-repeat;
}

.indexBox .sec04 {
	background: url(img/index/sec04_bg01.jpg) no-repeat left top;
}

.indexBox .sec04 .bg {
	padding: 79px 0 82px;
	background: url(img/index/sec04_bg02.jpg) no-repeat right bottom;
}

.indexBox .sec04 .content {
	width: 1200px;
}

.indexBox .sec04 .headLine03 {
	margin-bottom: 71px;
	font-size: 40px;
	letter-spacing: 3px;
}

.indexBox .sec04 .headLine03 .topImg {
	margin-bottom: -2px;
}

.indexBox .sec04 .listUl {
	margin: 0 0 97px 12px;
}

.indexBox .sec04 .listUl li {
	margin-right: 44px;
	float: left;
	text-align: center;
}

.indexBox .sec04 .listUl li:last-child {
	margin: 0;
}

.indexBox .sec04 .listUl li a {
	width: 360px;
	display: block;
	box-shadow: 3px 9px 9px #DEDEDE;
	background-color: #fff;
}

.indexBox .sec04 .listUl li a:hover {
	opacity: 0.7;
}

.indexBox .sec04 .listUl li .txt {
	display: block;
	padding: 23px 0 24px;
	font-size: 17px;
	color: #222;
	font-weight: bold;
}

.indexBox .sec04 .listUl li .txt span {
	margin-top: 3px;
	font-size: 12px;
	color: #ff2228;
	display: block;
}

.indexBox .sec04 .h3Ttl01 {
	margin-bottom: 65px;
	letter-spacing: 2px;
}

.indexBox .sec04 .h3Ttl01 .topImg {
	margin-bottom: -7px;
}

.indexBox .sec04 .accessList {
	margin-left: 7px;
}

.indexBox .sec04 .accessList li {
	margin-right: 21px;
	float: left;
	width: 280px;
	position: relative;
	padding-bottom: 30px;
}

.indexBox .sec04 .accessList li:last-child {
	margin: 0;
}

.indexBox .sec04 .accessList li span {
	color: #222;
	font-size: 14px;
	display: block;
}

.indexBox .sec04 .accessList li a:hover {
	text-decoration: underline;
}

.indexBox .sec04 .accessList li .photo {
	margin-bottom: 23px;
}

.indexBox .sec04 .accessList li .top {
	margin: 0 5px 8px;
	font-weight: bold;
	letter-spacing: 1px;
}

.indexBox .sec04 .accessList li .txt {
	margin: 0 5px 8px;
	line-height: 1.45;
	letter-spacing: 1px;
}

.indexBox .sec04 .accessList li .txt01 {
	margin-bottom: 0;
}

.indexBox .sec04 .accessList li .linkSpan {
	position: absolute;
	left: 0;
	bottom: 0;
}

.indexBox .sec04 .accessList li .linkSpan a {
	padding-left: 37px;
	font-weight: bold;
	display: inline-block;
	background: url(img/common/icon10.png) no-repeat left 5px center;
}

@media all and (max-width: 767px) {
	.mainVisual {
		margin-top: -79px;
		min-height: 500px;
		position: relative;
		background: none;
	}

	.mainVisual .imgBox {
		height: 100%;
	}

	.mainVisual .imgBox .imgUl li {
		background-position: left center;
	}

	.mainVisual .imgBox .imgUl li.second {
		background: url(img/index/sp_main_img02.png) no-repeat center top -20px;
		background-size: cover;
	}

	.mainVisual .imgBox .imgUl li.first {
		background-image: url(img/index/sp_main_img01.png);
		background-size: cover;
	}

	.mainVisual .imgBox .slideUl li.slide01 {
		background-image: url(img/index/sp_main_img03.png);
		background-size: cover;
	}

	.mainVisual .imgBox .slideUl li.slide02 {
		background-image: url(img/index/sp_main_img04.png);
		background-size: cover;
	}

	.mainVisual .content {
		width: 100%;
		padding: 0;
		min-height: 500px;
		overflow: inherit;
	}

	.mainVisual .textBox {
		width: 240px;
		bottom: 50px;
		right: 20px;
	}

	.mainVisual h2 {
		margin-bottom: 5px;
		font-size: 23px;
		line-height: 1.5;
	}

	.mainVisual h2 .txt {
		display: block;
		margin: 4px 0 0;
	}

	.mainVisual h2 .txt img {
		width: 200px;
	}

	.mainVisual p {
		font-size: 12px;
		line-height: 1.6;
		letter-spacing: 0px;
	}

	.indexBox .sec01 {
		padding: 20px 0;
	}

	.indexBox .sec01 .slick-prev,
	.indexBox .sec01 .slick-next {
		margin-top: -11px;
		top: 43%;
		width: 12px;
		height: 23px;
	}

	.indexBox .sec01 .slick-prev {
		left: -12px;
		background: url(img/index/prev.png) no-repeat;
		background-size: 12px 23px;
	}

	.indexBox .sec01 .slick-next {
		right: -12px;
		background: url(img/index/next.png) no-repeat;
		background-size: 12px 23px;
	}

	.indexBox .sec01 h3 {
		margin-bottom: 20px;
		font-size: 18px;
	}

	.indexBox .sec01 .content {
		width: auto;
	}

	.indexBox .sec01 .listUl {
		padding: 0 0 20px;
	}

	.indexBox .sec01 .listUl li {
		padding: 10px;
	}

	.indexBox .sec01 .listUl li img {
		float: left;
		width: 35%;
		height: auto;
		margin-right: 10px;
	}

	.indexBox .sec01 .listUl li .txtBox {
		margin: 5px 0 0;
		width: auto;
		float: none;
		display: block;
		font-size: 12px;
		line-height: 1.4;
	}

	.indexBox .sec01 .listUl li .txtBox .top {
		margin-bottom: 6px;
		font-size: 13px;
	}

	.indexBox .sec01 .link a {
		padding-right: 15px;
		background: url(img/common/icon09.png) no-repeat right center;
		background-size: 6px auto;
	}

	.indexBox .sec01 .link a:hover {
		text-decoration: none;
	}

	.indexBox .sec02 {
		background: none;
	}

	.indexBox .sec02 .bg {
		padding: 50px 0;
		background: none;
	}

	.indexBox .sec02 .content {
		width: auto;
		max-width: inherit;
	}

	.indexBox .sec02 .inner {
		padding-left: 0;
	}

	.indexBox .sec02 .inner img {
		max-width: 100%;
	}

	.indexBox .sec02 .inner .photoBox {
		float: none;
	}

	.indexBox .sec02 .textBox {
		margin-bottom: 30px;
		padding-top: 0;
		float: none;
		width: auto;
	}

	.indexBox .sec02 .textBox .headLine03 {
		margin: 0 0 20px 0;
		text-align: left;
	}

	.indexBox .sec02 .textBox .headLine03 .topImg {
		margin: 0;
	}

	.indexBox .sec02 .textBox p {
		margin-bottom: 35px;
		line-height: 1.6;
	}

	.indexBox .sec02 .textBox .comLink {
		margin-right: 0;
	}

	.indexBox .sec02 .textBox .comLink a {
		padding: 12px 0;
		border-radius: 30px;
		width: 220px;
		font-size: 14px;
		background: #C52F20 url(img/common/icon09.png) no-repeat right 43px center;
		background-size: 6px auto;
	}

	.indexBox .sec03 {
		padding: 35px 0;
	}

	.indexBox .sec03 .headLine03 {
		margin-bottom: 5px;
	}

	.indexBox .sec03 .headLine03 .topImg {
		margin-bottom: -8px;
	}

	.indexBox .sec03 .headLine03 .btm {
		margin-top: 5px;
	}

	.indexBox .sec03 a.allcatalog {
		display: block;
		margin: 20px auto 0 auto;
		padding: 5px 0;
		border-radius: 20px;
		width: 120px;
		font-size: 15px;
		background: #C52F20 url(img/common/icon09.png) no-repeat right 16px center;
		clear: both;
		color: #fff;
		text-align: center;
	}


	.indexBox .sec03 .listUl li {
		margin: 0 5px;
		width: 200px;
	}

	.indexBox .sec03 .listUl li a {
		padding: 10px;
		width: auto;
		text-align: center;
	}

	.indexBox .sec03 .listUl li .new {
		position: absolute;
		right: -30px;
		top: -30px;
		width: 50px;
		height: 50px;
		line-height: 50px;
		font-size: 15px;
	}

	.indexBox .sec03 .listUl li img {
		max-width: 100%;
		height: auto !important;
		width: auto !important;
	}

	.indexBox .sec03 .listUl li .txt {
		margin: 10px auto 0;
	}

	.indexBox .sec03 .spUl {
		padding: 0 30px;
	}

	.indexBox .sec03 .spUl li {
		padding-bottom: 20px;
		width: 48%;
		margin: 0;
		float: left;
	}

	.indexBox .sec03 .spUl li:nth-child(2n) {
		float: right;
	}

	.indexBox .sec03 .slick-prev,
	.indexBox .sec03 .slick-next {
		margin-top: -13px;
		font-size: 0;
		line-height: 0;
		position: absolute;
		top: 43%;
		display: block;
		width: 24px;
		height: 36px;
		padding: 0;
		cursor: pointer;
		color: transparent;
		border: none;
		outline: none;
		z-index: 100;
	}

	.indexBox .sec03 .slick-prev {
		left: 0px;
		background: url(img/index/prev02.png) no-repeat;
		background-size: 24px 36px;
	}

	.indexBox .sec03 .slick-next {
		right: 0px;
		background: url(img/index/next02.png) no-repeat;
		background-size: 24px 36px;
	}

	.indexBox .sec03 .slick-dots {
		text-align: center;
		margin-top: -10px;
		height: 12px;
	}

	.indexBox .sec03 .slick-dots li {
		margin: 0 5px;
		width: 10px;
		height: 10px;
		background: url(img/index/icon.png) no-repeat;
		background-size: 10px auto;
	}

	.indexBox .sec03 .slick-dots li button {
		display: none;
	}

	.indexBox .sec03 .slick-dots li.slick-active {
		background: url(img/index/icon_over.png) no-repeat;
		background-size: 10px auto;
	}

	.indexBox .sec03 .slick-prev:hover,
	.indexBox .sec03 .slick-next:hover {
		opacity: 1;
	}

	.indexBox .sec04 {
		background: none;
	}

	.indexBox .sec04 .bg {
		padding: 35px 0;
		background: none;
	}

	.indexBox .sec04 .content {
		width: auto;
	}

	.indexBox .sec04 .headLine03 {
		margin-bottom: 71px;
		font-size: 20px;
		letter-spacing: 3px;
	}

	.indexBox .sec04 .headLine03 .topImg {
		margin-bottom: -2px;
	}

	.indexBox .sec04 .listUl {
		margin: 0 0 35px;
	}

	.indexBox .sec04 .listUl li {
		margin: 0 0 20px;
		width: 100%;
	}

	.indexBox .sec04 .listUl li img {
		width: 100%;
	}

	.indexBox .sec04 .listUl li:last-child {
		margin: 0;
	}

	.indexBox .sec04 .listUl li a {
		width: auto;
		box-shadow: 2px 6px 6px #DEDEDE;
	}

	.indexBox .sec04 .listUl li .txt {
		display: block;
		padding: 16px 0;
		font-size: 13px;
	}

	.indexBox .sec04 .listUl li .txt span {
		margin-top: 2px;
		font-size: 9px;
	}

	.indexBox .sec04 .h3Ttl01 {
		margin-bottom: 30px;
	}

	.indexBox .sec04 .h3Ttl01 .topImg {
		margin-bottom: -8px;
	}

	.indexBox .sec04 .accessList {
		margin-left: 0;
	}

	.indexBox .sec04 .accessList li {
		margin: 0 0 15px;
		width: 48%;
		position: relative;
		padding-bottom: 30px;
	}

	.indexBox .sec04 .accessList li:nth-child(2n) {
		float: right;
	}

	.indexBox .sec04 .accessList li img {
		width: 100%;
	}

	.indexBox .sec04 .accessList li:last-child {
		margin: 0;
	}

	.indexBox .sec04 .accessList li span {
		font-size: 11px;
	}

	.indexBox .sec04 .accessList li .photo {
		margin-bottom: 15px;
	}

	.indexBox .sec04 .accessList li .top {
		margin: 0 3px 5px;
	}

	.indexBox .sec04 .accessList li .txt {
		margin: 0 3px 5px;
		line-height: 1.4;
		letter-spacing: 1px;
	}

	.indexBox .sec04 .accessList li .txt01 {
		margin-bottom: 0;
	}

	.indexBox .sec04 .accessList li .linkSpan {
		position: absolute;
		left: 0;
		bottom: 0;
	}

	.indexBox .sec04 .accessList li .linkSpan a {
		padding-left: 25px;
		background: url(img/common/icon10.png) no-repeat left 3px center;
		background-size: 15px auto;
	}

	.indexBox .sec04 .accessList li .linkSpan a:hover {
		text-decoration: none;
	}
}

/*------------------------------------------------------------
	contact
------------------------------------------------------------*/
.contactBox .sec01 {
	padding: 36px 0 0;
}

.contactBox .sec01 h3 {
	margin-bottom: 27px;
	color: #333;
	font-size: 45px;
	letter-spacing: 3px;
}

.contactBox .sec01 .photo {
	padding-right: 6px;
	float: right;
}

.contactBox .sec01 .textBox {
	padding-top: 42px;
	float: left;
	width: 676px;
}

.contactBox .sec01 .textBox p {
	font-size: 16px;
	color: #333;
	line-height: 2;
	margin-left: -5px;
}

.contactBox .sec01 .textBox p span {
	display: block;
	margin-top: 15px;
}

.contactBox .sec01 .textBox p span span {
	display: inline-block;
	margin: 0;
	font-weight: bold;
}

.contactBox .sec02 {
	padding: 45px 0 100px;
	background-color: #FBFBFB;
}

.contactBox .mailForm {
	margin-left: -5px;
}

.contactBox .mailForm table {
	margin-bottom: 52px;
	width: 100%;
	border-collapse: collapse;
}

.contactBox .mailForm th,
.contactBox .mailForm td {
	padding: 22px 10px 15px 0px;
	color: #333;
	font-size: 16px;
	line-height: 1.5;
	word-break: break-all;
	text-align: left;
	vertical-align: top;
	box-sizing: border-box;
}

.contactBox .mailForm th .must {
	padding: 2px 0;
	float: right;
	color: #fff;
	width: 46px;
	font-size: 13px;
	text-align: center;
	background-color: #F05D55;
}

.contactBox .mailForm th .any {
	background-color: #666;
}

.contactBox .mailForm th {
	width: 27.3%;
}

.contactBox .mailForm td {
	padding: 16px 22px 15px 10px;
}

.contactBox .mailForm td .radioUl li {
	margin-right: 10px;
	display: inline-block;
	font-size: 15px;
}

.contactBox .mailForm td label {
	margin-right: 15px;
	padding: 4px 5px 7px 34px;
	display: inline-block;
	background: url(img/contact/bg01.gif) no-repeat left center;
}

.contactBox .mailForm td label.on {
	background-image: url(img/contact/bg02.gif);
}

.contactBox .mailForm td .bar {
	margin: 0 4px 0 5px;
}

.contactBox .mailForm td label input {
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
}

.contactBox .mailForm td label .wpcf7-list-item-label {
	font-size: 15px;
}

.contactBox .mailForm td span.wpcf7-list-item {
	margin-left: 0;
}

.contactBox .mailForm td textarea,
.contactBox .mailForm td input[type="text"],
.contactBox .mailForm td input[type="email"],
.contactBox .mailForm td input[type="tel"] {
	padding: 8px 13px;
	width: 100%;
	height: 42px;
	font-size: 16px;
	border: 1px solid #CCC;
	box-sizing: border-box;
	border-radius: 6px;
}

.contactBox .mailForm td textarea {
	height: 156px;
	s
}

.contactBox .mailForm td .wid01 {
	width: 130px !important;
}

.contactBox .mailForm td .notes {
	font-size: 14px;
	float: right;
	margin-top: 9px;
}

.contactBox .mailForm .submit {
	text-align: center;
}

.contactBox .mailForm .submit li {
	margin: 0 18px;
	display: inline-block;
}

.contactBox .mailForm .submit li input {
	padding: 16px;
	min-width: 366px;
	cursor: pointer;
	color: #FFF;
	font-weight: bold;
	font-size: 26px;
	border: none;
	background-color: #C52F20;
	-webkit-appearance: none;
	border-radius: 40px;
	vertical-align: top;
	margin: 0 10px;
}

.contactBox .mailForm .submit li input:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.contactBox.thanks .sec01 {
	padding-bottom: 90px;
}

.contactBox.thanks .sec01 .textBox p span {
	margin-top: 11px;
}

.contactBox.thanks .sec01 .textBox p span span {
	color: #FF0000;
	font-weight: normal;
}

.contactBox.thanks .sec01 .textBox p span span a {
	color: #FF0000;
}

.contactBox.thanks .sec01 .textBox .link {
	margin-top: 37px;
}

.contactBox.thanks .sec01 .textBox .link a {
	width: 274px;
	display: block;
	font-size: 20px;
	color: #fff;
	padding: 13px 5px;
	font-weight: bold;
	border-radius: 30px;
	text-align: center;
	background-color: #AAA;
}

.contactBox.thanks .sec01 .textBox .link a:hover {
	opacity: 0.7;
}

.wpcf7c-conf {
	background: none !important;
}

@media all and (max-width: 767px) {
	.contactBox .sec01 {
		padding: 20px 0 0;
	}

	.contactBox .sec01 h3 {
		margin-bottom: 17px;
		font-size: 23px;
		letter-spacing: 2px;
	}

	.contactBox .sec01 .photo {
		padding-right: 0;
		float: none;
		width: 100%;
		text-align: center;
	}

	.contactBox .sec01 .photo img {
		width: 200px;
	}

	.contactBox .sec01 .textBox {
		margin-bottom: 20px;
		padding-top: 0;
		float: none;
		width: auto;
	}

	.contactBox .sec01 .textBox p {
		font-size: 12px;
		line-height: 1.6;
		margin-left: 0;
	}

	.contactBox .sec01 .textBox p span {
		margin-top: 10px;
	}

	.contactBox .sec02 {
		padding: 20px 0 50px;
	}

	.contactBox .mailForm {
		margin-left: 0;
	}

	.contactBox .mailForm table {
		margin-bottom: 30px;
	}

	.contactBox .mailForm th,
	.contactBox .mailForm td {
		padding: 10px;
		width: 100%;
		float: left;
		box-sizing: border-box;
		font-size: 12px;
	}

	.contactBox .mailForm th .must {
		padding: 2px 0;
		width: 44px;
		font-size: 10px;
	}

	.contactBox .mailForm th {
		width: 100%;
	}

	.contactBox .mailForm td {
		padding: 10px;
	}

	.contactBox .mailForm td label {
		margin-right: 7px;
		padding: 1px 5px 7px 24px;
		background-size: 18px auto;
		background-position: left 2px;
	}

	.contactBox .mailForm td label.on {
		background-size: 18px auto;
	}

	.contactBox .mailForm td .bar {
		margin: 0 4px 0 5px;
	}

	.contactBox .mailForm td label .wpcf7-list-item-label {
		font-size: 11px;
	}

	.contactBox .mailForm td .content {
		padding: 0;
	}

	.contactBox .mailForm td textarea,
	.contactBox .mailForm td input[type="text"],
	.contactBox .mailForm td input[type="email"],
	.contactBox .mailForm td input[type="tel"] {
		padding: 5px 10px;
		width: 100%;
		height: 32px;
		font-size: 12px;
		border-radius: 4px;
		box-sizing: border-box;
	}

	.contactBox .mailForm td textarea {
		height: 120px;
	}

	.contactBox .mailForm td .wid01 {
		width: 35% !important;
	}

	.contactBox .mailForm td .notes {
		font-size: 11px;
		float: none;
		clear: both;
		width: 100%;
		margin-top: 5px;
		display: block;
	}

	.contactBox .mailForm .submit {
		text-align: center;
	}

	.contactBox .mailForm .submit li {
		margin: 0 0 10px;
		display: block;
	}

	.contactBox .mailForm .submit li input {
		padding: 10px;
		margin: 0 auto 10px;
		min-width: 200px;
		cursor: pointer;
		color: #FFF;
		font-weight: bold;
		font-size: 18px;
		display: block;
		border-radius: 30px;
	}

	.contactBox .mailForm .submit li input:hover {
		filter: alpha(opacity=100);
		opacity: 1;
	}

	div.wpcf7 .ajax-loader {
		display: none !important;
	}

	.contactBox.thanks .sec01 {
		padding-bottom: 50px;
	}

	.contactBox.thanks .sec01 .textBox p span {
		margin-top: 10px;
	}

	.contactBox.thanks .sec01 .textBox .link {
		margin-top: 20px;
	}

	.contactBox.thanks .sec01 .textBox .link a {
		width: 240px;
		font-size: 16px;
		padding: 10px 5px;
		border-radius: 20px;
	}
}

/*------------------------------------------------------------
	privacy
------------------------------------------------------------*/
.privacyBox .pageTitle01 {
	background: url(img/privacy/page_title_bg.jpg) no-repeat center center;
	background-size: cover;
}

.privacyBox #main {
	padding: 83px 0 96px;
}

.privacyBox .content {
	width: 955px;
}

.privacyBox #main p {
	margin-bottom: 35px;
	line-height: 2;
	color: #333;
}

.privacyBox #main .txt01 {
	margin-bottom: 64px;
}

.privacyBox #main .txt02 {
	margin-bottom: 12px;
	font-size: 16px;
}

.privacyBox #main .txt03 {
	padding-top: 7px;
	margin-bottom: 24px;
	font-size: 16px;
	letter-spacing: -1px;
}

.privacyBox #main ul {
	margin: 0 0 62px 15px;
}

.privacyBox #main ul li {
	padding-bottom: 8px;
	margin-left: 1em;
	text-indent: -1em;
	font-size: 16px;
}

@media all and (max-width: 767px) {
	.privacyBox #main {
		padding: 40px 0 50px;
	}

	.privacyBox .content {
		width: auto;
	}

	.privacyBox #main p {
		margin-bottom: 20px;
		line-height: 1.6;
		font-size: 13px;
	}

	.privacyBox #main .txt01 {
		margin-bottom: 30px;
	}

	.privacyBox #main .txt02 {
		margin-bottom: 10px;
		font-size: 12px;
	}

	.privacyBox #main .txt03 {
		padding-top: 7px;
		margin-bottom: 20px;
		font-size: 12px;
	}

	.privacyBox #main ul {
		margin: 0 0 30px;
	}

	.privacyBox #main ul li {
		padding-bottom: 5px;
		font-size: 12px;
	}
}

/*------------------------------------------------------------
	information
------------------------------------------------------------*/
.informationBox .pageTitle01 {
	background: url(img/information/page_title_bg.jpg) no-repeat center center;
	background-size: cover;
}

.informationBox .content {
	width: 956px;
}

.informationBox #main {
	padding: 92px 0 134px;
}

.informationBox #main .listUl {
	margin-bottom: 59px;
}

.informationBox #main .listUl li {
	margin-bottom: 40px;
	float: left;
	width: 460px;
}

.informationBox #main .listUl li:nth-child(2n) {
	float: right;
}

.informationBox #main .listUl li a {
	display: table;
	width: 100%;
	height: 100%;
	box-shadow: 0px 0px 8px #DDD;
	box-sizing: border-box;
}

.informationBox #main .listUl li a:hover {
	opacity: 0.7;
}

.informationBox #main .listUl li .lImg {
	display: table-cell;
	vertical-align: middle;
	width: 180px;
}

.informationBox #main .listUl li .lImg img {
	max-width: 100%;
	height: auto;
}

.informationBox #main .listUl li .txtBox {
	padding: 0 22px;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.2;
	display: table-cell;
	vertical-align: middle;
}

.informationBox #main .listUl li .time {
	margin-bottom: 18px;
	display: block;
	font-weight: normal;
}

.informationBox .txtDl {
	margin: -19px 4px 45px;
	color: #333;
	font-weight: bold;
	line-height: 1.6;
}

.informationBox .txtDl dt {
	margin: 0 6px 15px;
	font-size: 25px;
}

.informationBox .txtDl dd {
	font-size: 35px;
}

.informationBox .detailBox p {
	margin: 0 0 68px 0;
	color: #333;
	line-height: 2.2;
	letter-spacing: -0.5px;
}

.informationBox .detailBox .photoImg {
	margin-bottom: 0;
	text-align: center;
	clear: both;
}

.informationBox .detailBox .photoImg img {
	max-width: 100%;
	height: auto;
	margin-bottom: 57px;
}

.informationBox .detailBox .photoImg img.alignleft {
	float: left;
	margin: 0 30px 50px 0;
}

.informationBox .detailBox .photoImg img.alignright {
	float: right;
	margin: 0 0 50px 30px;
}

.informationBox .detailBox .pageList {
	clear: both;
	padding: 35px 0;
	text-align: center;
	border-top: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
}

.informationBox .detailBox .pageList li {
	padding: 0 31px;
	display: inline-block;
}

.informationBox .detailBox .pageList li a {
	color: #C32C1D;
	font-size: 20px;
	font-weight: bold;
}

.informationBox .detailBox .pageList li a:hover {
	text-decoration: underline;
}

@media all and (max-width: 767px) {
	.informationBox .content {
		width: auto;
	}

	.informationBox #main {
		padding: 45px 0;
	}

	.informationBox #main .listUl {
		margin-bottom: 30px;
	}

	.informationBox #main .listUl li {
		margin-bottom: 20px;
		width: 100%;
	}

	.informationBox #main .listUl li:nth-child(2n) {
		float: left;
	}

	.informationBox #main .listUl li a {
		display: table;
		width: 100%;
		height: 100%;
		box-shadow: 0px 0px 5px #DDD;
	}

	.informationBox #main .listUl li .lImg {
		width: 90px;
	}

	.informationBox #main .listUl li .txtBox {
		padding: 0 15px;
		font-size: 12px;
	}

	.informationBox #main .listUl li .time {
		margin-bottom: 10px;
	}

	.informationBox .txtDl {
		margin: 0 0 20px;
		line-height: 1.4;
	}

	.informationBox .txtDl dt {
		margin: 0 0 10px;
		font-size: 16px;
	}

	.informationBox .txtDl dd {
		font-size: 22px;
	}

	.informationBox .detailBox p {
		margin: 0 0 30px 0;
		line-height: 1.6;
	}

	.informationBox .detailBox .photoImg {
		margin-bottom: 30px;
	}

	.informationBox .detailBox .pageList {
		padding: 20px 0;
	}

	.informationBox .detailBox .pageList li {
		padding: 0 8px;
	}

	.informationBox .detailBox .pageList li a {
		color: #C32C1D;
		font-size: 14px;
	}

	.informationBox .detailBox .pageList li a:hover {
		text-decoration: none;
	}
}

/*------------------------------------------------------------
	guide
------------------------------------------------------------*/
.guideBox {
	background-color: #FCF9F0;
}

.guideBox #main {
	padding: 55px 0 78px;
}

.guideBox #main p {
	margin-bottom: 70px;
	color: #333;
	font-size: 14px;
	text-align: center;
}

.guideBox #main .content {
	width: 1170px;
}

.guideBox #main .listUl {
	margin-bottom: 30px;
}

.guideBox #main .listUl li {
	margin-bottom: 55px;
	float: left;
	width: 556px;
	background-color: #fff;
}

.guideBox #main .listUl li:nth-child(2n) {
	float: right;
}

.guideBox #main .listUl li a {
	display: block;
	position: relative;
	padding: 30px 30px;
	box-shadow: 2px 4px 4px #DDD;
}

.guideBox #main .listUl li .new {
	position: absolute;
	right: 9px;
	top: -23px;
	display: block;
	width: 80px;
	height: 80px;
	line-height: 80px;
	color: #fff;
	text-align: center;
	font-size: 25px;
	border-radius: 50%;
	background-color: #EC483E;
}

.guideBox #main .listUl li a:hover {
	opacity: 0.7;
}

.guideBox #main .listUl li img {
	max-width: 100%;
}

.guideBox #main .listUl li .photo {
	float: left;
	width: 209px;
}

.guideBox #main .listUl li .txtBox {
	display: block;
	padding-top: 46px;
	float: right;
	width: 260px;
}

.guideBox #main .listUl li .top {
	margin-bottom: 18px;
	display: block;
	color: #000;
	font-size: 18px;
	font-weight: bold;
}

.guideBox #main .listUl li .txt {
	margin-bottom: 48px;
	display: block;
	font-size: 14px;
	line-height: 1.9;
}

.guideBox #main .listUl li .btn {
	padding: 9px 0;
	width: 190px;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	display: block;
	text-align: center;
	border-radius: 7px;
	background: #989898;
	letter-spacing: 1px;
}

.guideBox #main .listUl li .btn img {
	width: 13px;
	vertical-align: middle;
	margin: -3px 0 0 10px;
}

@media all and (max-width: 767px) {
	.guideBox #main {
		padding: 50px 0 50px;
	}

	.guideBox #main p {
		margin-bottom: 30px;
		font-size: 11px;
	}

	.guideBox #main .content {
		width: auto;
	}

	.guideBox #main .listUl {
		margin-bottom: 30px;
	}

	.guideBox #main .listUl li {
		margin-bottom: 25px;
		width: 100%;
	}

	.guideBox #main .listUl li:last-child {
		margin: 0;
	}

	.guideBox #main .listUl li a {
		padding: 25px 20px 20px;
		box-shadow: 1px 3px 3px #DDD;
	}

	.guideBox #main .listUl li .new {
		right: 9px;
		top: -23px;
		width: 50px;
		height: 50px;
		line-height: 50px;
		font-size: 15px;
	}

	.guideBox #main .listUl li .photo {
		display: block;
		float: none;
		width: 100%;
		text-align: center;
	}

	.guideBox #main .listUl li .txtBox {
		display: block;
		padding-top: 10px;
		float: none;
		width: auto;
	}

	.guideBox #main .listUl li .top {
		margin-bottom: 10px;
		font-size: 13px;
	}

	.guideBox #main .listUl li .txt {
		margin-bottom: 25px;
		font-size: 11px;
		line-height: 1.6;
	}

	.guideBox #main .listUl li .btn {
		margin: 0 auto;
		padding: 6px 0;
		width: 170px;
		font-size: 12px;
		border-radius: 5px;
	}

	.guideBox #main .listUl li .btn img {
		width: 12px;
		margin: -3px 0 0 5px;
	}
}

/*------------------------------------------------------------
	oneDay
------------------------------------------------------------*/
.oneDay {
	padding-bottom: 103px;
}

.oneDay #main .content {
	width: 940px;
}

.oneDay #main .sec01 {
	margin-bottom: 100px;
}

.oneDay #main .sec01 .linkList li {
	width: 300px;
	float: left;
}

.oneDay #main .sec01 .linkList li:nth-child(3n-1) {
	margin: 0 20px;
}

.oneDay #main .sec01 .linkList li a {
	display: block;
	position: relative;
	text-decoration: none;
}

.oneDay #main .sec01 .linkList li a .box {
	padding: 25px;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	box-sizing: border-box;
}

.oneDay #main .sec01 .linkList li a .txtBox {
	width: 100%;
	height: 100%;
	display: table;
	table-layout: fixed;
}

.oneDay #main .sec01 .linkList li a .inner {
	padding: 20px 10px 27px;
	width: 100%;
	height: 100%;
	position: relative;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	color: #FFF;
	font-size: 28px;
	font-weight: bold;
	letter-spacing: 3px;
	border: 1px solid #FFF;
	box-sizing: border-box;
}

.oneDay #main .sec01 .linkList li a .inner:before {
	margin-left: -11px;
	width: 22px;
	height: 12px;
	background: url(img/common/icon03.png) no-repeat;
	position: absolute;
	left: 50%;
	bottom: 18px;

	content: "";
}

.oneDay #main .sec01 .linkList li a:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.oneDay #main .sales {
	margin-bottom: 140px;
}

.oneDay #main .ttlArea {
	margin-bottom: 50px;
	position: relative;
}

.oneDay #main .ttlArea .photo {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url(img/oneday/photo04.jpg) no-repeat center center;
	background-size: cover;
}

.oneDay #main .ttlArea .ttlBox {
	padding: 78px 60px 117px 160px;
	width: 50%;
	min-height: 400px;
	position: relative;
	z-index: 2;
	box-sizing: border-box;
	background-color: rgba(202, 54, 44, 0.92);
}

.oneDay #main .ttlArea .ttlBox .ttl {
	margin-bottom: 20px;
	padding-bottom: 5px;
	width: 420px;
	color: #FFF;
	font-size: 25px;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: 0.6px;
	border-bottom: 2px solid #FFF;
}

.oneDay #main .ttlArea .ttlBox .name {
	margin-top: 14px;
	display: block;
	font-size: 30px;
}

.oneDay #main .ttlArea .ttlBox .date {
	font-size: 20px;
	font-weight: 500;
}

.oneDay #main .ttlArea .ttlBox .text {
	width: 420px;
	color: #FFF;
	font-size: 16px;
	letter-spacing: 0.6px;
	line-height: 1.9;
}

.oneDay #main .ttlArea .ttlBox .pho {
	position: absolute;
	left: 154px;
	bottom: -27px;
	z-index: 3;
}

.oneDay #main .area {
	margin: 0 auto 80px;
	width: 1000px;
}

.oneDay #main .area .dateList {
	width: 50%;
	float: left;
	box-sizing: border-box;
}

.oneDay #main .area .dateListR {
	padding-top: 100px;
	float: right;
	border-left: 2px solid #CBCBCB;
}

.oneDay #main .area .dateList li {
	margin-bottom: 60px;
}

.oneDay #main .area .dateList li:last-child {
	margin-bottom: 0;
}

.oneDay #main .area .dateList dt {
	margin-bottom: 14px;
	padding: 12px 30px 9px;
	position: relative;
	font-size: 25px;
	font-weight: bold;
	letter-spacing: 0.5px;
	border-bottom: 2px solid #CBCBCB;
}

.oneDay #main .area .dateList dt:before {
	width: 20px;
	height: 20px;
	background-color: #C52F20;
	border-radius: 48%;
	position: absolute;
	right: -10px;
	bottom: -10px;
	z-index: 2;

	content: "";
}

.oneDay #main .area .dateListR dt:before {
	right: inherit;
	left: -10px;
}

.oneDay #main .area .dateList dt .date {
	margin-right: 19px;
	color: #c42e1e;
}

.oneDay #main .area .dateList dd {
	margin: 0 25px 0 30px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.86;
}

.oneDay #main .area .dateList dd .imgBox {
	overflow: hidden;
	zoom: 1;
}

.oneDay #main .area .dateList dd .imgBox .photoBox {
	margin-top: 5px;
	float: left;
}

.oneDay #main .area .dateList dd .imgBox .textBox {
	width: 205px;
	float: right;
}

.oneDay #main .office {
	margin-bottom: 110px;
}

.oneDay #main .office .ttlArea .photo {
	background-image: url(img/oneday/photo10.jpg);
}

.oneDay #main .office .ttlArea .ttlBox .pho {
	bottom: -49px;
}

.oneDay #main .area .dateList .list01 {
	margin-bottom: 166px;
}

.oneDay #main .control {
	margin-bottom: 80px;
}

.oneDay #main .control .ttlArea .photo {
	background-image: url(img/oneday/photo16.jpg);
}

.oneDay #main .control .ttlArea .ttlBox .pho {
	bottom: -48px;
}

@media all and (max-width: 767px) {

	/*------------------------------------------------------------
		oneDay
	------------------------------------------------------------*/
	.oneDay {
		padding-bottom: 50px;
	}

	.oneDay #main .content {
		width: auto;
	}

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

	.oneDay #main .sec01 .linkList {
		margin-top: -10px;
	}

	.oneDay #main .sec01 .linkList li {
		margin-top: 10px;
		width: 48%;
	}

	.oneDay #main .sec01 .linkList li:nth-child(3n-1) {
		margin: 10px 0 0;
	}

	.oneDay #main .sec01 .linkList li:nth-child(2n) {
		float: right;
	}

	.oneDay #main .sec01 .linkList li img {
		width: 100%;
	}

	.oneDay #main .sec01 .linkList li a .box {
		padding: 5px;
	}

	.oneDay #main .sec01 .linkList li a .inner {
		padding: 5px 5px 10px;
		font-size: 15px;
		letter-spacing: 1px;
	}

	.oneDay #main .sec01 .linkList li a .inner:before {
		margin-left: -6px;
		width: 11px;
		height: 6px;
		bottom: 9px;
		background-size: 11px auto;
	}

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

	.oneDay #main .ttlArea {
		margin-bottom: 30px;
	}

	.oneDay #main .ttlArea .photo {
		height: auto;
		min-height: 200px;
		position: inherit;
		right: 0 !important;
		top: inherit;
	}

	.oneDay #main .ttlArea .ttlBox {
		padding: 20px 15px 40px;
		width: auto;
		min-height: inherit;
	}

	.oneDay #main .ttlArea .ttlBox .ttl {
		margin-bottom: 20px;
		width: auto;
		font-size: 17px;
		line-height: 1.6;
		border-bottom-width: 1px;
	}

	.oneDay #main .ttlArea .ttlBox .name {
		margin-top: 5px;
		font-size: 20px;
	}

	.oneDay #main .ttlArea .ttlBox .date {
		font-size: 15px;
	}

	.oneDay #main .ttlArea .ttlBox .text {
		width: auto;
		font-size: 12px;
	}

	.oneDay #main .ttlArea .ttlBox .pho {
		position: absolute;
		left: 15px;
		bottom: -35px;
	}

	.oneDay #main .ttlArea .ttlBox .pho img {
		width: 150px;
	}

	.oneDay #main .area {
		margin-bottom: 40px;
		width: auto;
	}

	.oneDay #main .area .dateListR {
		padding-top: 40px;
		border-left-width: 1px;
	}

	.oneDay #main .area .dateList li {
		margin-bottom: 15px;
	}

	.oneDay #main .area .dateList dt {
		padding: 10px;
		font-size: 18px;
		border-bottom-width: 1px;
	}

	.oneDay #main .area .dateList dt:before {
		width: 10px;
		height: 10px;
		right: -5px;
		bottom: -5px;
	}

	.oneDay #main .area .dateListR dt:before {
		left: -5px;
	}

	.oneDay #main .area .dateList dt .date {
		margin-right: 5px;
	}

	.oneDay #main .area .dateList dd {
		margin: 0 10px;
		font-size: 12px;
		line-height: 1.5;
	}

	.oneDay #main .area .dateList dd .imgBox .photoBox {
		margin: 0 0 10px;
		float: none;
		text-align: center;
	}

	.oneDay #main .area .dateList dd .imgBox .photoBox img {
		max-width: 100%;
	}

	.oneDay #main .area .dateList dd .imgBox .textBox {
		width: auto;
		float: none;
	}

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

	.oneDay #main .office .ttlArea .ttlBox .pho {
		bottom: -35px;
	}

	.oneDay #main .office .area .dateList .list01 {
		margin-bottom: 140px;
		padding-top: 100px;
	}

	.oneDay #main .control .area .dateList .list01 {
		margin-bottom: 80px;
	}

	.oneDay #main .control .ttlArea .ttlBox .pho {
		bottom: -30px;
	}
}

/*------------------------------------------------------------
	jobs
------------------------------------------------------------*/

.jobsBox {
	padding-bottom: 103px;
}


.jobsBox .pageTitle02 {
	background: url(img/jobs/page_title_bg.jpg) no-repeat center center;
	background-size: cover;
}

.jobsBox .content {
	padding-bottom: 210px;
	width: 1280px;
}

.jobsBox .inner {
	margin-bottom: 160px;
	position: relative;
}

.jobsBox .inner .textBox {
	padding-bottom: 30px;
	float: left;
	width: 700px;
	color: #fff;
	background-color: #C52F20;
}

.jobsBox .inner .textBox .bgSpe {
	position: absolute;
	left: 0;
	top: -6px;
}

.jobsBox .inner .textBox .bgSpe01 {
	left: 31px;
	top: -15px;
}

.jobsBox .inner .textBox .bgSpe02 {
	left: 31px;
	top: -49px;
}

.jobsBox .inner .textBox p {
	position: relative;
	margin: 0 50px;
}

.jobsBox .inner .textBox .title {
	margin: 0 150px 6px 0;
	padding: 41px 0 8px 50px;
	font-size: 35px;
	font-weight: bold;
	border-bottom: 1px solid #fff;
}

.jobsBox .inner .textBox .txt01 {
	margin-bottom: 27px;
	font-size: 16px;
}

.jobsBox .inner .textBox .txt02 {
	margin-bottom: 8px;
	font-size: 18px;
	font-weight: bold;
	line-height: 2;
}

.jobsBox .inner .textBox .txt03 {
	margin: 0 140px 26px 50px;
	font-size: 14px;
	line-height: 1.9;
	text-align: justify;
}

.jobsBox .inner01 .textBox .txt03 {
	margin-bottom: 116px;
}

.jobsBox .inner02 {
	margin-bottom: 0;
}

.jobsBox .inner02 .textBox .txt03 {
	margin-bottom: 54px;
}

.jobsBox .inner .textBox .comLink {
	margin-left: 50px;
}

.jobsBox .inner .textBox .comLink a {
	padding: 14px 0 12px;
	font-size: 20px;
	width: 250px;
	margin: 0;
	color: #C42E1E;
	border-radius: 30px;
	background: #FFF url(img/common/icon11.png) no-repeat right 10px center;
	background-size: 6px auto;
}

.jobsBox .inner .photoBox {
	position: absolute;
	right: -13px;
	bottom: -84px;
	width: 664px;
}

.jobsBox .inner .photoBox img {
	width: 100%;
}

@media all and (max-width: 767px) {
	.jobsBox {
		padding-bottom: 50px;
	}

	.jobsBox .content {
		padding-bottom: 60px;
		width: auto;
	}

	.jobsBox .inner {
		margin-bottom: 50px;
		position: inherit;
	}

	.jobsBox .inner .photoBox {
		position: inherit;
		right: auto;
		bottom: auto;
		width: 100%;
	}

	.jobsBox .inner .photoBox img {
		width: 100%;
	}

	.jobsBox .inner .textBox {
		margin-bottom: 20px;
		padding-bottom: 20px;
		float: none;
		width: auto;
		position: relative;
	}

	.jobsBox .inner .textBox .bgSpe {
		position: absolute;
		left: 0;
		top: -5px;
		width: 260px;
	}

	.jobsBox .inner .textBox .bgSpe01 {
		left: 31px;
		top: -11px;
		width: 260px;
	}

	.jobsBox .inner .textBox .bgSpe02 {
		left: 31px;
		top: -20px;
	}

	.jobsBox .inner .textBox p {
		position: relative;
		margin: 0 20px;
	}

	.jobsBox .inner .textBox .title {
		margin: 0 20px 6px 0;
		padding: 20px 0 8px 20px;
		font-size: 20px;
	}

	.jobsBox .inner .textBox .txt01 {
		margin-bottom: 15px;
		font-size: 12px;
	}

	.jobsBox .inner .textBox .txt02 {
		margin-bottom: 5px;
		font-size: 13px;
		line-height: 1.6;
	}

	.jobsBox .inner .textBox .txt03 {
		margin: 0 20px 20px 20px;
		font-size: 11px;
		line-height: 1.6;
	}

	.jobsBox .inner01 .textBox .txt03 {
		margin-bottom: 50px;
	}

	.jobsBox .inner02 {
		margin-bottom: 0;
	}

	.jobsBox .inner02 .textBox .txt03 {
		margin-bottom: 54px;
	}

	.jobsBox .inner .textBox .comLink {
		margin-left: 20px;
	}

	.jobsBox .inner .textBox .comLink a {
		padding: 10px 0;
		width: 200px;
		font-size: 11px;
		border-radius: 20px;
		background: #FFF url(img/common/icon11.png) no-repeat right 10px center;
		background-size: 6px auto;
	}
}


/*------------------------------------------------------------
	requirements
------------------------------------------------------------*/
.requirementsBox .pageTitle02 {
	background: url(img/requirements/page_title_bg.jpg) no-repeat center center;
	background-size: cover;
}

.requirementsBox #main {
	padding-bottom: 152px;
}

.requirementsBox .content {
	width: 1080px;
}

.requirementsBox .linkUl {
	margin-bottom: 93px;
	text-align: center;
}

.requirementsBox .linkUl li {
	margin: 0 22px;
	display: inline-block;
	width: 250px;
	text-align: center;
	vertical-align: top;
}

.requirementsBox .linkUl li a {
	padding: 13px 0 22px;
	display: block;
	font-size: 30px;
	color: #fff;
	border-radius: 10px;
	letter-spacing: 4px;
	background: #0082C8 url(img/common/icon12.png) no-repeat center bottom 10px;
	background-size: 11px auto;
}

.requirementsBox .linkUl li a:hover {
	opacity: 0.7;
}

.requirementsBox .linkUl li:last-child a {
	background: #00A03C url(img/common/icon12.png) no-repeat center bottom 10px;
	background-size: 11px auto;
}

.requirementsBox .title {
	margin-bottom: 38px;
	color: #006DB3;
	font-size: 35px;
	font-weight: bold;
}

.requirementsBox .title01 {
	color: #008B27;
}

.requirementsBox .title span {
	margin-left: 15px;
	color: #333;
	font-size: 20px;
}

.requirementsBox table {
	margin-bottom: 100px;
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #333;
}

.requirementsBox table th,
.requirementsBox table td {
	padding: 20px 10px 20px 20px;
	color: #333;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	line-height: 1.8;
	vertical-align: middle;
	border-bottom: 1px solid #333;
}

.requirementsBox table th {
	color: #fff;
	width: 11.1%;
	background-color: #65A0C8;
}

.requirementsBox table td {
	padding-left: 30px;
}

.requirementsBox table td dt {
	float: left;
}

.requirementsBox table td dd {
	padding: 0 0 12px 6em;
}

.requirementsBox table td dd:last-child {
	padding-bottom: 0;
}

.requirementsBox .comEntryList {
	margin-bottom: 124px;
}

.requirementsBox .list03 {
	float: left;
	width: 530px;
	background: #CC483B url(img/requirements/bg.png) no-repeat left top;
	background-size: 146px auto;
	border-radius: 10px;
}

.requirementsBox .list03 a {
	display: block;
	font-size: 40px;
	padding: 23px 40px 20px 90px;
	color: #fff;
	font-weight: bold;
	overflow: hidden;
}

.requirementsBox .list03 a:hover {
	opacity: 0.7;
}

.requirementsBox .list03 img {
	padding: 24px 40px 0 0;
	float: left;
}

.requirementsBox .list03 .txtBox {
	float: left;
	width: 258px;
}

.requirementsBox .list03 .txtBox span {
	font-size: 25px;
	display: block;
	font-weight: normal;
	margin-left: 3px;
}

.requirementsBox .list01 {
	float: right;
}

.requirementsBox .table01 th {
	background-color: #96C881;
}

@media all and (max-width: 767px) {
	.requirementsBox #main {
		padding-bottom: 70px;
	}

	.requirementsBox .content {
		width: auto;
	}

	.requirementsBox .linkUl {
		margin-bottom: 45px;
		text-align: center;
	}

	.requirementsBox .linkUl li {
		margin: 0 auto 10px;
		width: 230px;
		display: block;
	}

	.requirementsBox .linkUl li a {
		margin: 0 auto;
		padding: 10px 0 20px;
		display: block;
		font-size: 18px;
		color: #fff;
		border-radius: 7px;
		background: #0082C8 url(img/common/icon12.png) no-repeat center bottom 10px;
		background-size: 10px auto;
	}

	.requirementsBox .linkUl li:last-child a {
		background: #00A03C url(img/common/icon12.png) no-repeat center bottom 10px;
		background-size: 10px auto;
	}

	.requirementsBox .title {
		margin-bottom: 20px;
		font-size: 22px;
	}

	.requirementsBox .title span {
		margin-left: 10px;
		font-size: 14px;
	}

	.requirementsBox table {
		margin-bottom: 50px;
	}

	.requirementsBox table th,
	.requirementsBox table td {
		padding: 10px;
		float: left;
		width: 100%;
		font-size: 12px;
		line-height: 1.5;
		box-sizing: border-box;
	}

	.requirementsBox table th {
		width: 100%;
	}

	.requirementsBox table td {
		padding-left: 10px;
	}

	.requirementsBox table td dd {
		padding: 0 0 10px 5.2em;
	}

	.requirementsBox table td dd:last-child {
		padding-bottom: 0;
	}

	.requirementsBox .comEntryList {
		margin-bottom: 50px;
	}

	.requirementsBox .list03 {
		max-width: 400px;
		margin: 0 auto 10px;
		float: none;
		width: auto;
		background: #CC483B url(img/requirements/bg.png) no-repeat left top;
		background-size: 100px auto;
		border-radius: 10px;
	}

	.requirementsBox .list03 a {
		font-size: 22px;
		padding: 14px 20px;
	}

	.requirementsBox .list03 .info {
		display: block;
		max-width: 233px;
		margin: 0 auto;
	}

	.requirementsBox .list03 img {
		padding: 12px 13px 0 0;
		width: 40px;
	}

	.requirementsBox .list03 .txtBox {
		width: auto;
	}

	.requirementsBox .list03 .txtBox span {
		font-size: 15px;
	}

	.requirementsBox .list01 {
		float: none;
	}
}


/*------------------------------------------------------------
	aboutBox
------------------------------------------------------------*/
.aboutBox .pageTitle01 {
	min-height: 519px;
	background-image: url(img/about/page_title_bg01.jpg);
}

.aboutBox .pageTitle01 h2 {
	padding-top: 180px;
}

.aboutBox .sec01 {
	margin-bottom: 99px;
	padding: 70px 0 78px;
	background-color: #FCF9F0;
}

.aboutBox .sec01 .imgBox {
	max-width: 1340px;
	margin: 0 auto;
	padding-left: 2.2%;
	box-sizing: border-box;
}

.aboutBox .sec01 .imgBox .photoBox {
	width: 38.25%;
	float: right;
}

.aboutBox .sec01 .imgBox .photoBox img {
	width: 100%;
}

.aboutBox .sec01 .imgBox .textBox {
	width: 58%;
	margin-top: 30px;
	float: left;
}

.aboutBox .sec01 .imgBox .textBox .title {
	margin-bottom: 34px;
}

.aboutBox .sec01 .imgBox .textBox .title .txt {
	margin-top: 25px;
	display: block;
	color: #010101;
	font-size: 50px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.aboutBox .sec01 .imgBox .textBox .text {
	line-height: 2;
}

.aboutBox .sec02 {
	padding-bottom: 100px;
	background: url(img/about/bg03.png) no-repeat center center;
	background-size: 100% auto;
}

.aboutBox .sec02 .content {
	width: 1023px;
}

.aboutBox .sec02 .textList {
	margin: 0 0 196px 6px;
}

.aboutBox .sec02 .textList li {
	width: 298px;
	position: relative;
	float: left;
}

.aboutBox .sec02 .textList li a {
	display: block;
}

.aboutBox .sec02 .textList li a:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.aboutBox .sec02 .textList li:before {
	width: 298px;
	height: 50px;
	background: url(img/about/bg02.png) no-repeat;
	position: absolute;
	bottom: -50px;
	left: 0;

	content: "";
}

.aboutBox .sec02 .textList li:nth-child(2n) {
	margin: 0 61px 0 62px;
}

.aboutBox .sec02 .textList li .num {
	padding: 2px 7px 0 8px;
	display: inline-block;
	position: absolute;
	left: -28px;
	top: -8px;
	color: #FFF;
	font-size: 32px;
	background-color: #C52F20;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.aboutBox .sec02 .textList li .txt {
	padding: 19px 30px 19px 37px;
	display: block;
	color: #FFF;
	font-size: 19px;
	font-weight: bold;
	line-height: 1.52;
	border: 1px solid #040404;
	background: url(img/about/bg01.png) no-repeat center center;
	background-size: cover;
}

.aboutBox .sec02 .textList li:last-child .txt {
	padding-left: 64px;
}

.aboutBox .sec02 .imgBox {
	max-width: 1540px;
	margin: 0 auto 133px;
	padding-left: 7.4%;
	box-sizing: border-box;
}

.aboutBox .sec02 .imgBox:last-child {
	margin-bottom: 0;
}

.aboutBox .sec02 .imgBox .photoBox {
	width: 46.3%;
	float: right;
}

.aboutBox .sec02 .imgBox .photoBox img {
	width: 100%;
}

.aboutBox .sec02 .imgBox .textBox {
	width: 48%;
	margin-top: 9px;
	float: left;
}

.aboutBox .sec02 .imgBox .textBox .title {
	margin-bottom: 37px;
	padding-left: 99px;
	position: relative;
}

.aboutBox .sec02 .imgBox .textBox .title .num {
	padding: 6px 13px 5px 13px;
	position: absolute;
	top: 9px;
	left: 0;
	display: inline-block;
	color: #FFF;
	font-size: 38px;
	background-color: #C52F20;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.aboutBox .sec02 .imgBox .textBox .title .txt {
	font-size: 45px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.aboutBox .sec02 .imgBox .textBox .text {
	line-height: 2;
}

.aboutBox .sec02 .imgBox .textBox .text01 {
	margin-bottom: 36px;
}

.aboutBox .sec02 .imgBoxL {
	margin-bottom: 95px;
	padding: 0 8.2% 0 0;
}

.aboutBox .sec02 .imgBoxL .photoBox {
	width: 46.8%;
	float: left;
}

.aboutBox .sec02 .imgBoxL .textBox {
	margin-top: -10px;
	float: right;
}

.aboutBox .sec02 .imgBox01 .textBox {
	margin-top: 0;
}

@media all and (min-width: 768px) and (max-width: 1340px) {
	.aboutBox .sec01 .imgBox {
		padding-right: 20px;
	}
}

@media all and (min-width: 768px) and (max-width: 1580px) {
	.aboutBox .sec02 .imgBox {
		padding-right: 30px;
	}

	.aboutBox .sec02 .imgBoxL {
		padding-left: 30px;
		padding-right: 80px;
	}
}

@media all and (max-width: 767px) {
	.aboutBox {
		overflow: hidden;
	}

	.aboutBox .pageTitle01 {
		min-height: 200px;
	}

	.aboutBox .pageTitle01 h2 {
		width: auto;
		margin: 0 15px;
		padding-top: 70px;
	}

	.aboutBox .pageTitle01 h2 img {
		width: 310px;
		height: auto;
	}

	.aboutBox .sec01 {
		margin-bottom: 50px;
		padding: 35px 0;
	}

	.aboutBox .sec01 .imgBox {
		max-width: inherit;
		margin: 0 15px;
		padding-left: 0;
	}

	.aboutBox .sec01 .imgBox .photoBox {
		width: auto;
		float: none;
	}

	.aboutBox .sec01 .imgBox .textBox {
		width: auto;
		margin: 0 0 25px;
		float: none;
	}

	.aboutBox .sec01 .imgBox .textBox .title {
		margin-bottom: 17px;
	}

	.aboutBox .sec01 .imgBox .textBox .title .txt {
		margin-top: 0;
		font-size: 23px;
	}

	.aboutBox .sec01 .imgBox .textBox .title .en img {
		width: 126px;
	}

	.aboutBox .sec01 .imgBox .textBox .text {
		font-size: 13px;
		line-height: 1.6;
	}

	.aboutBox .sec02 {
		padding-bottom: 50px;
	}

	.aboutBox .sec02 .content {
		width: auto;
	}

	.aboutBox .sec02 .textList {
		margin: 0 0 80px 0;
	}

	.aboutBox .sec02 .textList li {
		width: 200px;
		margin: 0 auto 50px;
		padding-left: 20px;
		float: none;
	}

	.aboutBox .sec02 .textList li:last-child {
		margin-bottom: 0;
	}

	.aboutBox .sec02 .textList li:before {
		width: 200px;
		background-size: 200px auto;
	}

	.aboutBox .sec02 .textList li:nth-child(2n) {
		margin: 0 auto 50px;
	}

	.aboutBox .sec02 .textList li .num {
		padding: 2px 7px 0 8px;
		left: -10px;
		font-size: 25px;
	}

	.aboutBox .sec02 .textList li .txt {
		padding: 10px 11px 10px 19px;
		font-size: 14px;
	}

	.aboutBox .sec02 .textList li:last-child .txt {
		padding-left: 30px;
	}

	.aboutBox .sec02 .imgBox {
		max-width: inherit;
		margin: 0 15px 60px;
		padding-left: 0;
	}

	.aboutBox .sec02 .imgBox .photoBox {
		width: auto;
		float: none;
	}

	.aboutBox .sec02 .imgBox .textBox {
		width: auto;
		margin-top: 0;
		float: none;
	}

	.aboutBox .sec02 .imgBox .textBox .title {
		margin-bottom: 18px;
		padding-left: 50px;
	}

	.aboutBox .sec02 .imgBox .textBox .title .num {
		padding: 5px 9px;
		top: 5px;
		font-size: 20px;
	}

	.aboutBox .sec02 .imgBox .textBox .title .txt {
		font-size: 23px;
		margin-top: 8px;
		display: inline-block;
	}

	.aboutBox .sec02 .imgBox .textBox .text {
		font-size: 13px;
		line-height: 1.6;
	}

	.aboutBox .sec02 .imgBox .textBox .text01 {
		margin-bottom: 18px;
	}

	.aboutBox .sec02 .imgBoxL {
		margin-bottom: 50px;
		padding: 0;
	}

	.aboutBox .sec02 .imgBoxL .photoBox {
		float: none;
	}

	.aboutBox .sec02 .imgBoxL .textBox {
		margin-top: 0;
		float: none;
	}

	.aboutBox .sec02 .imgBox01 .textBox {
		margin-top: 0;
	}

}

/*------------------------------------------------------------
	companyBox
------------------------------------------------------------*/
.companyBox .pageTitle01 {
	margin-bottom: 66px;
	min-height: 519px;
	background-image: url(img/company/page_title_bg01.jpg);
}

.companyBox .pageTitle01 h2 {
	padding-top: 194px;
}

.companyBox .content {
	width: 1260px;
}

.companyBox .linkList {
	margin: 0 -1px 64px 1px;
}

.companyBox .linkList li {
	width: 224px;
	margin-right: 35px;
	float: left;
}

.companyBox .linkList li:last-child {
	margin-right: 0;
}

.companyBox .linkList li a {
	min-height: 71px;
	padding: 20px 5px 10px;
	display: block;
	text-align: center;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 2px;
	box-sizing: border-box;
	border: 1px solid #040404;
	background: url(img/company/bg01.png) no-repeat;
	background-size: cover;
}

.companyBox .linkList li a:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.companyBox .sec01 {
	margin-bottom: 89px;
	padding: 70px 0 107px;
	background-color: #FCF9F0;
}

.companyBox .sec01 .headLine02 {
	margin-bottom: 61px;
}

.companyBox .sec01 .imgBox .photoBox {
	float: right;
}

.companyBox .sec01 .imgBox .photoBox .name {
	margin: 24px 1px 0;
	text-align: right;
	font-size: 22px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.companyBox .sec01 .imgBox .textBox {
	width: 740px;
	float: left;
}

.companyBox .sec01 .imgBox .textBox .title {
	margin-bottom: 46px;
	font-size: 50px;
	line-height: 1.1;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.companyBox .sec01 .imgBox .textBox .text {
	margin: 0 0 36px 2px;
	line-height: 2;
}

.companyBox .sec01 .imgBox .textBox .text01 {
	margin-bottom: 41px;
}

.companyBox .sec01 .imgBox .textBox .name {
	margin-right: -6px;
	text-align: right;
}

.companyBox .sec01 .imgBox .textBox .name span {
	margin: 8px 21px 0 0;
	display: inline-block;
	letter-spacing: 1.7px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.companyBox .sec02 {
	margin-bottom: 95px;
}

.companyBox .sec02 .headLine02 {
	margin-bottom: 68px;
}

.companyBox .sec02 .content,
.companyBox .sec03 .content,
.companyBox .sec04 .content {
	width: 960px;
}

.companyBox .sec02 .tableBox table {
	width: 100%;
	border-collapse: collapse;
}

.companyBox .sec02 .tableBox table .trStyle01 th {
	height: 38px;
	padding: 0;
	background: url(img/company/bg02.png) repeat-x left top;
}

.companyBox .sec02 .tableBox table th,
.companyBox .sec02 .tableBox table td {
	width: 75.3%;
	padding: 0 5px 2px 30px;
	box-sizing: border-box;
	vertical-align: middle;
}

.companyBox .sec02 .tableBox table th {
	width: 24.7%;
	padding: 0 5px 2px;
	text-align: center;
	color: #FFF;
	font-size: 23px;
	background-color: #C52D1F;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.companyBox .sec02 .tableBox table td .mark {
	margin: -1px 29px 15px 0;
	text-align: center;
	display: block;
}

.companyBox .sec02 .tableBox table td .txt {
	text-align: center;
	display: block;
}

.companyBox .sec02 .tableBox .wid01 th,
.companyBox .sec02 .tableBox .wid01 td {
	padding: 17px 5px 16px 28px;
}

.companyBox .sec02 .tableBox .wid01 th {
	padding: 19px 5px 14px;
}

.companyBox .sec02 .tableBox table .trStyle02 th {
	height: 35px;
	padding: 0;
	background: url(img/company/bg03.png) repeat-x left top;
}

.companyBox .sec02 .tableBox table .trStyle03 th {
	height: 41px;
	padding: 0;
	background: url(img/company/bg04.png) repeat-x left top;
}

.companyBox .sec02 .tableBox table .trStyle04 th {
	height: 50px;
	padding: 0;
	background: url(img/company/bg05.png) repeat-x left top;
}

.companyBox .sec02 .tableBox table td .textList {
	margin-top: -3px;
	line-height: 1;
}

.companyBox .sec02 .tableBox table td .textList dt {
	margin-right: 20px;
	float: left;
	color: #C52E1F;
	font-weight: bold;
}

.companyBox .sec02 .tableBox table td .textList dd {
	margin-bottom: 18px;
	letter-spacing: -1.5px;
}

.companyBox .sec02 .tableBox table td .textList dd:last-child {
	margin-bottom: 0;
}

.companyBox .sec02 .tableBox .wid02 th,
.companyBox .sec02 .tableBox .wid02 td {
	padding: 5px 5px 1px 28px;
}

.companyBox .sec02 .tableBox .wid02 th {
	padding: 5px 5px 1px;
}

.companyBox .sec02 .tableBox table td .textUl li {
	margin-bottom: 18px;
	line-height: 1;
}

.companyBox .sec02 .tableBox table td .textUl li:last-child {
	margin-bottom: 0;
}

.companyBox .sec02 .tableBox .wid03 th,
.companyBox .sec02 .tableBox .wid03 td {
	padding: 1px 5px 5px 28px;
}

.companyBox .sec02 .tableBox .wid03 th {
	padding: 1px 5px 5px;
}

.companyBox .sec02 .tableBox .wid04 th,
.companyBox .sec02 .tableBox .wid04 td {
	padding: 27px 5px 25px;
}

.companyBox .sec02 .tableBox .wid04 td {
	padding: 25px 5px 27px 126px;
	color: #C52E1F;
	font-size: 32px;
	font-weight: bold;
	background-color: #F9EAE7;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.companyBox .sec03 {
	margin-bottom: 66px;
	padding: 71px 0 70px;
	background-color: #FCF9F0;
}

.companyBox .sec03 .headLine02 {
	margin-bottom: 69px;
}

.companyBox .sec03 .textList dt {
	padding-left: 36px;
	float: left;
	font-weight: bold;
	font-style: italic;
}

.companyBox .sec03 .textList dd {
	margin-bottom: 28px;
	padding: 0 0 35px 162px;
	background: url(img/company/line01.png) no-repeat left bottom;
}

.companyBox .sec04 {
	margin-bottom: 80px;
}

.companyBox .sec04 .headLine02 {
	margin-bottom: 57px;
}

.companyBox .sec04 .tableBox .tableArea {
	width: 454px;
	float: left;
	border-top: 1px solid #CCCCCC;
}

.companyBox .sec04 .tableBox .tableArea01 {
	float: right;
}

.companyBox .sec04 .tableBox table {
	width: 100%;
	border-collapse: collapse;
	font-size: 15px;
}

.companyBox .sec04 .tableBox th,
.companyBox .sec04 .tableBox td {
	vertical-align: top;
	box-sizing: border-box;
	border-bottom: 1px solid #CCCCCC;
}

.companyBox .sec04 .tableBox .tableArea th,
.companyBox .sec04 .tableBox .tableArea td {
	width: 81%;
	padding: 16px 2px 15px;
}

.companyBox .sec04 .tableBox .tableArea th {
	width: 19%;
}

.companyBox .sec04 .tableArea td .txtList li {
	margin-bottom: 13px;
	line-height: 1.55;
}

.companyBox .sec04 .tableArea td .txtList li:last-child {
	margin-bottom: 0;
}

.companyBox .sec04 .tableBox01 th,
.companyBox .sec04 .tableBox01 td {
	width: 90.9%;
	padding: 23px 2px 19px;
}

.companyBox .sec04 .tableBox01 th {
	width: 9.1%;
}

.companyBox .sec04 .tableBox01 td .imgBox {
	margin-bottom: 23px;
}

.companyBox .sec04 .tableBox01 td .imgBox .photoBox {
	float: right;
}

.companyBox .sec04 .tableBox01 td .imgBox .textBox {
	width: 550px;
	float: left;
}

.companyBox .sec04 .tableBox01 td .imgBox .textBox dt {
	float: left;
	font-weight: bold;
}

.companyBox .sec04 .tableBox01 td .imgBox .textBox dd {
	padding-left: 95px;
}

.companyBox .sec04 .tableBox01 td .imgBox .textBox dd .info {
	margin-bottom: 14px;
	display: block;
}

.companyBox .sec04 .tableBox01 td .map {
	margin-bottom: 46px;
}

.companyBox .sec04 .tableBox01 td .map:last-child {
	margin-bottom: 0;
}

.companyBox .sec04 .tableBox01 .wid01 {
	padding: 23px 2px 39px;
}

.companyBox .sec04 .tableBox01 td .txtList li {
	margin-bottom: 13px;
}

.companyBox .sec04 .tableBox01 td .txtList li:last-child {
	margin-bottom: 0;
}

.companyBox .sec05 {
	padding: 71px 0 100px;
	background-color: #FCF9F0;
}

.companyBox .sec05 .content {
	width: 941px;
}

.companyBox .sec05 .headLine02 {
	margin-bottom: 65px;
}

.companyBox .sec05 .text {
	margin-bottom: 32px;
	text-align: center;
}

.companyBox .sec05 .linkUl {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.companyBox .sec05 .linkUl li {
	margin: 47px 50px 0 0;
	padding-left: 30px;
	/* float: left; */
	background: url(img/common/icon05.png) no-repeat left top 6px;
}

.companyBox .sec05 .linkUl li.nolink {
	background: none;
	font-weight: bold;
	padding-left: 0;
}

.companyBox .sec05 p.others {
	text-align: center;
	padding: 60px 0 0 0;
	display: block;
	clear: both;
	font-weight: bold;
}

/*
.companyBox .sec05 .linkUl .list01 {
	margin-right: 0;
}

.companyBox .sec05 .linkUl .list02 {
	margin-left: 5px;
}
*/

.companyBox .sec05 .linkUl li a {
	font-weight: bold;
	letter-spacing: -1px;
	text-decoration: underline;
}

.companyBox .sec05 .linkUl li a:hover {
	text-decoration: none;
}

.companyBox .sec05 .linkUl01 {
	margin: 10px 10px 0 55px;
}

.companyBox .sec05 .linkUl01 li {
	margin: 42px 45px 0 0;
}

.companyBox .sec05 .linkUl01 .list03 {
	margin-left: 14px;
}

@media all and (max-width: 767px) {
	.companyBox .pageTitle01 {
		margin-bottom: 0;
		min-height: 200px;
	}

	.companyBox .pageTitle01 h2 {
		padding-top: 80px;
	}

	.companyBox .pageTitle01 h2 img {
		width: 146px;
	}

	.companyBox .content {
		width: auto;
	}

	.companyBox .linkList {
		margin: 40px -5px 32px;
	}

	.companyBox .linkList li {
		width: 49%;
		margin: 0 0 10px;
	}

	.companyBox .linkList li:nth-child(2n) {
		float: right;
	}

	.companyBox .linkList li:last-child {
		margin-right: 0;
	}

	.companyBox .linkList li a {
		min-height: 65px;
		padding: 20px 5px 10px;
		font-size: 15px;
	}

	.companyBox .sec01 {
		margin-bottom: 45px;
		padding: 35px 0 53px;
	}

	.companyBox .sec01 .headLine02 {
		margin-bottom: 30px;
	}

	.companyBox .sec01 .imgBox .photoBox {
		margin-bottom: 30px;
		float: none;
	}

	.companyBox .sec01 .imgBox .photoBox img {
		width: 100%;
	}

	.companyBox .sec01 .imgBox .photoBox .name {
		margin: 12px 1px 0;
		font-size: 14px;
	}

	.companyBox .sec01 .imgBox .textBox {
		width: auto;
		float: none;
	}

	.companyBox .sec01 .imgBox .textBox .title {
		margin-bottom: 23px;
		font-size: 25px;
	}

	.companyBox .sec01 .imgBox .textBox .text {
		margin: 0 0 18px 2px;
		font-size: 13px;
		line-height: 1.6;
	}

	.companyBox .sec01 .imgBox .textBox .text01 {
		margin-bottom: 20px;
	}

	.companyBox .sec01 .imgBox .textBox .name span {
		margin: 8px 0;
		display: block;
	}

	.companyBox .sec02 {
		margin-bottom: 47px;
	}

	.companyBox .sec02 .headLine02 {
		margin-bottom: 34px;
	}

	.companyBox .sec02 .content,
	.companyBox .sec03 .content,
	.companyBox .sec04 .content {
		width: auto;
	}

	.companyBox .sec02 .tableBox table th,
	.companyBox .sec02 .tableBox table td {
		width: 100%;
		padding: 20px 5px 2px;
		display: block;
		font-size: 13px;
	}

	.companyBox .sec02 .tableBox table th {
		width: 100%;
		padding: 10px 5px;
		font-size: 17px;
	}

	.companyBox .sec02 .tableBox table td .mark img {
		width: 150px;
	}

	.companyBox .sec02 .tableBox .wid01 th,
	.companyBox .sec02 .tableBox .wid01 td {
		padding: 20px 5px 8px;
	}

	.companyBox .sec02 .tableBox .wid01 th {
		padding: 10px 5px;
	}

	.companyBox .sec02 .tableBox table td .textList dt {
		margin-right: 10px;
	}

	.companyBox .sec02 .tableBox table td .textList dd {
		margin-bottom: 9px;
		line-height: 1.5;
	}

	.companyBox .sec02 .tableBox table td .textList dd:last-child {
		margin-bottom: 0;
	}

	.companyBox .sec02 .tableBox .wid02 th,
	.companyBox .sec02 .tableBox .wid02 td {
		padding: 20px 5px 8px;
	}

	.companyBox .sec02 .tableBox .wid02 th {
		padding: 10px 5px;
	}

	.companyBox .sec02 .tableBox table td .textUl li {
		margin-bottom: 9px;
		padding-left: 2em;
		text-indent: -2em;
		line-height: 1.4;
	}

	.companyBox .sec02 .tableBox table td .textUl li:last-child {
		margin-bottom: 0;
	}

	.companyBox .sec02 .tableBox .wid03 th,
	.companyBox .sec02 .tableBox .wid03 td {
		padding: 20px 5px 8px;
	}

	.companyBox .sec02 .tableBox .wid03 th {
		padding: 10px 5px;
	}

	.companyBox .sec02 .tableBox .wid04 th,
	.companyBox .sec02 .tableBox .wid04 td {
		padding: 10px 5px;
	}

	.companyBox .sec02 .tableBox .wid04 td {
		padding: 20px 5px;
		text-align: center;
		font-size: 20px;
	}

	.companyBox .sec03 {
		margin-bottom: 33px;
		padding: 35px 0;
	}

	.companyBox .sec03 .headLine02 {
		margin-bottom: 35px;
	}

	.companyBox .sec03 .textList dt {
		padding-left: 9px;
		font-size: 14px;
	}

	.companyBox .sec03 .textList dd {
		padding: 0 0 15px 85px;
		font-size: 14px;
	}

	.companyBox .sec04 {
		margin-bottom: 40px;
	}

	.companyBox .sec04 .headLine02 {
		margin-bottom: 30px;
	}

	.companyBox .sec04 .tableBox .tableArea {
		width: auto;
		float: none;
	}

	.companyBox .sec04 .tableBox .tableArea01 {
		float: none;
		border-top: none;
	}

	.companyBox .sec04 .tableBox table {
		font-size: 14px;
	}

	.companyBox .sec04 .tableBox th,
	.companyBox .sec04 .tableBox td {}

	.companyBox .sec04 .tableBox .tableArea th,
	.companyBox .sec04 .tableBox .tableArea td {
		width: 75%;
		padding: 8px 2px;
	}

	.companyBox .sec04 .tableBox .tableArea th {
		width: 25%;
	}

	.companyBox .sec04 .tableArea td .txtList li {
		margin-bottom: 7px;
	}

	.companyBox .sec04 .tableBox01 th,
	.companyBox .sec04 .tableBox01 td {
		width: 100%;
		padding: 8px;
		display: block;
	}

	.companyBox .sec04 .tableBox01 th {
		width: 100%;
	}

	.companyBox .sec04 .tableBox01 td .imgBox {
		margin-bottom: 10px;
	}

	.companyBox .sec04 .tableBox01 td .imgBox .photoBox {
		margin-bottom: 10px;
	}

	.companyBox .sec04 .tableBox01 td .imgBox .photoBox img {
		width: 57px;
	}

	.companyBox .sec04 .tableBox01 td .imgBox .textBox {
		width: auto;
		float: none;
		font-size: 12px;
		padding-right: 62px;
	}

	.companyBox .sec04 .tableBox01 td .imgBox .textBox dt {
		float: none;
		font-weight: bold;
	}

	.companyBox .sec04 .tableBox01 td .imgBox .textBox dd {
		padding-left: 0;
	}

	.companyBox .sec04 .tableBox01 td .imgBox .textBox dd .info {
		margin-bottom: 2px;
		display: block;
	}

	.companyBox .sec04 .tableBox01 td .map {
		margin-bottom: 23px;
	}

	.companyBox .sec04 .tableBox01 td .map iframe {
		width: 100% !important;
	}

	.companyBox .sec04 .tableBox01 .wid01 {
		padding: 10px 2px;
	}

	.companyBox .sec04 .tableBox01 td .txtList li {
		margin-bottom: 7px;
		font-size: 12px;
		letter-spacing: -0.5px;
	}

	.companyBox .sec05 {
		padding: 35px 0;
	}

	.companyBox .sec05 .content {
		width: auto;
	}

	.companyBox .sec05 .headLine02 {
		margin-bottom: 32px;
	}

	.companyBox .sec05 .text {
		margin-bottom: 16px;
		font-size: 13px;
	}

	.companyBox .sec05 .linkUl li {
		margin: 15px 10px 10px 0;
		padding-left: 20px;
		background: url(img/common/icon05.png) no-repeat left top 6px;
		background-size: 13px auto;
	}

	.companyBox .sec05 .linkUl .list01 {
		margin-right: 10px;
	}

	.companyBox .sec05 .linkUl .list02 {
		margin-left: 0;
	}

	.companyBox .sec05 .linkUl li a {
		font-size: 13px;
	}

	.companyBox .sec05 .linkUl li a:hover {
		text-decoration: underline;
	}

	.companyBox .sec05 .linkUl01 {
		margin: 0;
	}

	.companyBox .sec05 .linkUl01 li {
		margin: 5px 10px 0 0;
	}

	.companyBox .sec05 .linkUl01 .list03 {
		margin-left: 0;
	}
}

/*------------------------------------------------------------
	recruitBox
------------------------------------------------------------*/
.recruitBox {
	padding-bottom: 103px;
}

.recruitBox .pageTitle01 {
	margin-bottom: 0;
	min-height: 520px;
	background-image: url(img/recruit/page_title_bg.jpg);
}

.recruitBox .pageTitle01 h2 {
	padding: 161px 10px 0 0;

}

.recruitBox .message {
	padding: 80px 0 70px;
	background: url(img/recruit/bg01.png) repeat left top;
	background-size: 126px auto;
}

.recruitBox .message .content {
	width: 900px;
}

.recruitBox .message .innerBox {
	padding: 51px 60px 60px;
	background-color: #FFF;
}

.recruitBox .message .innerBox .title {
	margin-bottom: 28px;
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	line-height: 1.62;
	letter-spacing: 1px;
}

.recruitBox h3 {
	margin-bottom: 29px;
	text-align: center;
}

.recruitBox .message .textBox .text {
	width: 350px;
	float: left;
	font-size: 14px;
	line-height: 2;
	letter-spacing: 0.5px;
}

.recruitBox .message .textBox .text01 {
	float: right;
}

.recruitBox .linkArea {
	min-height: 500px;
	padding-top: 74px;
	box-sizing: border-box;
	background: url(img/recruit/photo01.jpg) no-repeat center center;
	background-size: cover;
}

.recruitBox .linkArea .content {
	width: 980px;
}

.recruitBox .linkArea .textBox {
	width: 490px;
	padding: 32px 35px 35px 50px;
	float: right;
	box-sizing: border-box;
	box-shadow: 10px 20px 21px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 10px 20px 21px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 10px 20px 21px rgba(0, 0, 0, 0.3);
	background-color: #FFF;
}

.recruitBox .linkArea .textBox h4 {
	margin-bottom: 18px;
}

.recruitBox .linkArea .textBox h4 .jp {
	margin-bottom: 4px;
	padding-left: 50px;
	display: block;
	color: #C42E1E;
	font-size: 40px;
	background: url(img/recruit/bg02.png) no-repeat left top 9px;
	background-size: 39px auto;
}

.recruitBox .linkArea .textBox .text {
	margin-bottom: 25px;
	font-size: 14px;
	line-height: 1.85;
}

.recruitBox .linkArea .textBox .link {
	width: 200px;
}

.recruitBox .linkArea .textBox .link a {
	padding: 10px 5px 11px;
	display: block;
	text-align: center;
	color: #FFF;
	font-size: 16px;
	border-radius: 25px;
	background: #C52F20 url(img/common/icon06.png) no-repeat right 8px center;
	background-size: 7px auto;
}

.recruitBox .linkArea .textBox .link a:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.recruitBox .linkArea01 {
	min-height: 500px;
	margin-bottom: 50px;
	background: url(img/recruit/photo02.jpg) no-repeat center center;
	background-size: cover;
}

.recruitBox .linkArea01 .textBox {
	float: left;
}

.recruitBox .photoList {
	margin-bottom: 100px;
}

.recruitBox .photoList li {
	width: 20%;
	float: left;
}

.recruitBox .photoList li a,
.recruitBox .photoList li span {
	display: block;
}

.recruitBox .photoList li a:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.recruitBox .photoList li img {
	width: 100%;
}

/* common */
.entry h3 {
	margin-bottom: 80px;
	text-align: center;
}

.entry .content {
	width: 1080px !important;
	margin: 0 auto;
	padding: 0 !important;
}

.entry .comLink a {
	width: 300px;
	letter-spacing: 8px;
}

@media all and (max-width: 767px) {
	.recruitBox {
		padding-bottom: 50px;
	}

	.recruitBox .pageTitle01 {
		min-height: 200px;
	}

	.recruitBox .pageTitle01 h2 {
		padding: 70px 10px 0 0;
	}

	.recruitBox .pageTitle01 h2 img {
		width: 250px;
	}

	.recruitBox .message {
		padding: 40px 0 35px;
		background-size: 63px auto;
	}

	.recruitBox .message .content {
		width: auto;
	}

	.recruitBox .message .innerBox {
		padding: 25px 30px 30px;
	}

	.recruitBox .message .innerBox .title {
		margin-bottom: 14px;
		font-size: 18px;
		line-height: 1.62;
		letter-spacing: 1px;
	}

	.recruitBox h3 {
		margin-bottom: 15px;
	}

	.recruitBox .message h3 img {
		width: 228px;
	}

	.recruitBox .message .textBox .text {
		width: auto;
		float: none;
		font-size: 13px;
		line-height: 1.6;
	}

	.recruitBox .message .textBox .text01 {
		float: none;
	}

	.recruitBox .linkArea {
		min-height: inherit;
		padding-top: 0;
		background: none;
	}

	.recruitBox .linkArea .content {
		width: auto;
	}

	.recruitBox .linkArea .imgBox .photoBox {
		margin: 0 -15px;
	}

	.recruitBox .linkArea .textBox {
		width: auto;
		padding: 16px;
		float: none;
		box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
	}

	.recruitBox .linkArea .textBox h4 {
		margin-bottom: 9px;
	}

	.recruitBox .linkArea .textBox h4 img {
		width: 93px;
	}

	.recruitBox .linkArea .textBox h4 .jp {
		margin-bottom: 4px;
		padding-left: 25px;
		font-size: 20px;
		background: url(img/recruit/bg02.png) no-repeat left top 5px;
		background-size: 20px auto;
	}

	.recruitBox .linkArea .textBox .text {
		margin-bottom: 13px;
		font-size: 13px;
		line-height: 1.6;
	}

	.recruitBox .linkArea .textBox .link {
		width: 150px;
	}

	.recruitBox .linkArea .textBox .link a {
		padding: 5px 5px 7px;
		font-size: 14px;
	}

	.recruitBox .linkArea01 {
		margin-bottom: 0;
		background: none;
	}

	.recruitBox .linkArea01 .textBox {
		float: none;
	}

	.recruitBox .linkArea01 .textBox h4 img {
		width: 90px;
	}

	.recruitBox .photoList {
		margin-bottom: 25px;
	}

	.entry h3 {
		margin-bottom: 20px;
	}

	.entry h3 img {
		width: 111px;
	}

	.entry .content {
		width: auto !important;
	}

	.entry .comLink a {
		width: 200px;
	}
}

@media all and (-ms-high-contrast:none) {
	.comBtn a {
		padding: 13px 20px 8px;
	}

	.comBtn img {
		margin-top: -3px;
	}

	.indexBox .sec01 .link a {
		background-position: right 1px;
	}

	.indexBox .sec02 .textBox .comLink a {
		padding: 20px 0 15px;
	}

	.indexBox .sec03 .listUl li .new {
		line-height: 82px;
	}

	.indexBox .sec04 .accessList li .linkSpan a {
		padding-top: 5px;
	}

	#gFooter .fBox .subBox .rBox .comBtn a {
		padding: 21px 10px 18px;
	}

	.aboutBox .sec02 .textList li .num {
		padding-top: 9px;
		line-height: 1.3;
	}

	.aboutBox .sec02 .imgBox .textBox .title .num {
		padding-top: 15px;
		line-height: 1.3;
	}

	.companyBox .sec05 .linkUl li {
		background-position: left top 3px;
	}

	.contactBox .mailForm td .radioUl li input[type="radio"]+label {
		background: url(img/contact/bg01.gif) no-repeat left top 3px;
	}

	.contactBox .mailForm td .radioUl li input[type="radio"]:checked+label {
		background: url(img/contact/bg02.gif) no-repeat left top 3px;
	}

	.contactBox .mailForm th .must {
		padding: 4px 0 0;
	}

	.contactBox .mailForm .submit li input {
		padding: 20px 16px 12px;
	}

	.contactBox.thanks .sec01 .textBox .link a {
		padding: 19px 5px 12px;
	}

	.pageTitle03 .listUl li a {
		padding: 22px 0 13px;
	}

	.guideBox #main .listUl li .new {
		line-height: 86px;
	}

	.guideBox #main .listUl li .btn {
		padding: 13px 0 9px;
	}

	.wp-pagenavi a, .wp-pagenavi span {
		padding-top: 17px;
	}

	.recruitBox .linkArea .textBox .link a {
		padding: 12px 5px 11px;
	}

	.comLink a {
		padding: 22px 10px 14px;
	}

	.jobsBox .inner .textBox .comLink a {
		padding: 18px 0 10px;
	}

	.requirementsBox .list03 a {
		padding: 26px 40px 18px 90px
	}

	.comEntryList .list01 {
		padding-top: 16px;
	}

	.contactBox .mailForm td label {
		padding-top: 12px;
	}
}

@media all and (min-width: 768px) and (max-width: 1400px) {
	.indexBox .sec02 .inner {
		padding-left: 30px;
	}
}

.grecaptcha-badge {
	display: none !important;
}