@charset "utf-8";
/*
Theme Name: seiira
Theme URI: null
Description: Description
Author: 81bridge - LZJ
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;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", 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;
	max-width: 100%;
}
a, a:link {
	color: #231815;
	text-decoration: none;
	transition: .3s;
	-webkit-transition: .3s;
}
a:visited {
	color: #231815;
}
a:hover {
	color: #231815;
	transition: .3s;
	-webkit-transition: .3s;
}
a:active {
	color: #231815;
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
* html .clearfix {
	zoom: 1;
}
* + html .clearfix {
	zoom: 1;
}
.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #231815;
	font-size: 1.5rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
#container {
	text-align: left;
	position: relative;
}
#main {}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 768px) {
	.sp {
		display: none !important;
	}
	.spBox {
		display: none !important;
	}
}
@media all and (max-width: 767px) {
	body {
		min-width: inherit;
		font-size: 3vw;
	}
	a:hover, a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	#container {
		overflow: hidden;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader .hInner {
	max-width: 1002px;
	margin: 0 auto;
	padding: 0 15px;
}
#gHeader h1 {
	padding: 17px 0 14px;
	width: 203px;
}
@media all and (max-width: 767px) {
	#gHeader {
		border-bottom: 1px solid #000;
		background-color: #fff;
	}
	#gHeader .hInner {
		max-width: inherit;
		margin: 0 auto;
		position: relative;
		padding: 1.8% 0 !important;
	}
	#gHeader h1 {
		position: static;
		float: none;
		padding: 0;
		margin: 0 2.5%;
		width: 50%;
	}
	.menu {
		position: absolute;
		top: 20%;
		right: 2.5%;
		width: 9%;
		cursor: pointer;
		text-align: center;
	}
	.spBox {
		display: none;
		position: absolute;
		left: 0;
		top: 100%;
		width: 100%;
		z-index: 1000;
		background-color: rgba(255, 255, 255, 1);
	}
	.spBox .spNavi {
		border-top: 1px solid #000;
		border-bottom: 1px solid #000;
	}
	.spBox .spNavi li {
		float: left;
		width: 100%;
	}
	.spBox .spNavi li a {
		padding: 3.1% 4% 3% 10%;
		position: relative;
		display: block;
		font-size: 4vw;
		background: url("img/common/sp_icon02.png") no-repeat left 4% center;
		background-size: 2.5% auto;
		border-top: 1px solid #000;
	}
	.spBox .spNavi li:first-child a {
		border-top: none;
	}
	.spBox .spNavi .ico a {
		background-image: url("img/common/sp_icon01.png");
		background-size: 3.5% auto;
		background-position: left 4% center;
	}
	.spBox .spNavi .ico > a:before {
		margin-top: -2.6vw;
		position: absolute;
		right: 4%;
		top: 50%;
		width: 5vw;
		height: 5vw;
		background: url("img/common/sp_add.png") no-repeat left top;
		background-size: 5vw auto;
		content: "";
	}
	.spBox .spNavi .ico > a.on:before {
		background: url("img/common/sp_less.png") no-repeat left top;
		background-size: 5vw auto;
	}
	.spBox .spNavi .infoMenu {
		display: none;
	}
	.spBox .spNavi .infoMenu li a {
		padding: 3.1% 4% 3% 16%;
		background: url("img/common/sp_icon02.png") no-repeat left 10% center;
		background-size: 2.5% auto;
	}
}
/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	margin-bottom: -1px;
	height: 51px;
	background-color: #b81b22;
}
#gNavi ul {
	margin: 0 auto;
	max-width: 1000px;
	text-align: center;
}
#gNavi > ul > li {
	position: relative;
	display: inline-block;
}
#gNavi > ul > li > a {
	padding: 14px 29px 14px;
	display: block;
	color: #fff;
	font-weight: 700;
}
#gNavi a:hover {
	opacity: 0.7;
}
#gNavi .menuUl {
	display: none;
	position: absolute;
	left: -20px;
	top: 100%;
	width: 150px;
	background-color: #b81b22;
	z-index: 100;
}
#gNavi .menuUl li {
	width: 100%;
}
#gNavi .menuUl li a {
	color: #fff;
	padding: 8px;
	display: block;
	font-weight: 500;
	border-bottom: 1px solid #fff;
}
#gNavi .menuUl li:last-child a {
	border-bottom: none;
}
@media all and (max-width: 767px) {
	#gNavi {
		display: none;
	}
}
/*------------------------------------------------------------
	パンクズリスト
------------------------------------------------------------*/
#pagePath {
	margin-bottom: 3px;
}
#pagePath li {
	margin-right: 3px;
	display: inline;
	font-weight: 500;
}
#pagePath a {
	margin-right: 10px;
}
#pagePath a:hover {
	opacity: 0.7;
}
@media all and (max-width: 767px) {
	#pagePath {
		margin: 0;
		padding: 5px 0;
	}
	#pagePath li {
		margin-right: 2px;
		font-size: 3vw;
	}
	#pagePath a {
		margin-right: 8px;
	}
}
/*------------------------------------------------------------
	conts
------------------------------------------------------------*/
#conts {
	width: 65%;
}
#conts .contsBg {
	padding: 7% 7.2% 21.4%;
	background: #FFF;
}
#conts .blogUl li {
	margin-bottom: 94px;
	word-break: break-all;
}
#conts .blogUl li:last-child {
	margin-bottom: 0;
}
#conts .blogUl .title {
	margin-bottom: 25px;
	font-size: 3rem;
	font-weight: 500;
	line-height: 1.667;
}
#conts .blogUl .title a:hover {
	opacity: 0.7;
}
#conts .blogUl .title .time {
	margin: 0 5px 4px;
	display: block;
	color: #003069;
	font-size: 1.5rem;
	font-weight: normal;
	letter-spacing: 0.05em;
}
#conts .blogUl .pho {
	margin-bottom: 30px;
	width: 550px;
}
.wp-pagenavi {
	margin-top: 70px;
	clear: both;
	display: flex;
	display: -webkit-flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.wp-pagenavi a, .wp-pagenavi span {
	margin: 0 14px 10px;
	width: 50px;
	display: block;
	text-decoration: none;
	font-size: 2rem;
	font-weight: 500;
	line-height: 50px;
	text-align: center;
	background: #FFF;
}
.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
	width: 100px;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
	opacity: 0.7;
}
.wp-pagenavi .first, .wp-pagenavi .last, .wp-pagenavi .pages {
	display: none;
}
.wp-pagenavi .extend {
	width: 40px;
	background: none;
}
@media (min-width: 768px) and (max-width: 985px) {
	.wp-pagenavi a, .wp-pagenavi span {
		margin: 0 5px 5px;
		width: 40px;
		line-height: 40px;
	}
	.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
		width: 60px;
	}
	.wp-pagenavi .extend {
		width: 30px;
	}
}
@media all and (max-width: 767px) {
	#conts {
		margin-bottom: 40px;
		width: auto;
	}
	#conts .contsBg {
		padding: 5%;
	}
	#conts .blogUl li {
		margin-bottom: 10%;
	}
	#conts .blogUl .title {
		margin-bottom: 15px;
		font-size: 4.5vw;
		font-weight: bold;
		line-height: 1.4;
	}
	#conts .blogUl .title .time {
		margin: 0 0 2%;
		font-size: 3vw;
	}
	#conts .blogUl .pho {
		margin-bottom: 2.5%;
		width: auto;
		text-align: center;
	}
	.wp-pagenavi {
		margin: 30px auto 0;
		max-width: 355px;
	}
	.wp-pagenavi a, .wp-pagenavi span {
		width: auto;
		margin: 0 1.2%;
		padding: 1.6% 3.1%;
		display: block;
		font-size: 3.5vw;
		line-height: 1.5;
	}
	.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
		width: auto;
	}
	.wp-pagenavi a:hover, .wp-pagenavi span.current {
		opacity: 0.7;
	}
	.wp-pagenavi .extend {
		width: 5px;
	}
}
/*------------------------------------------------------------
	sideBar
------------------------------------------------------------*/
#sideBar {
	width: 30%;
}
#sideBar .sBg {
	padding: 7.7% 10% 12.8%;
	background: #FFF;
}
#sideBar .title {
	margin-bottom: 22px;
	padding-bottom: 14px;
	font-size: 2rem;
	font-weight: 500;
	border-bottom: 2px solid #000;
}
#sideBar .blogDl {
	margin-bottom: 63px;
	line-height: 20px;
}
#sideBar .blogDl01 {
	margin-bottom: 52px;
}
#sideBar .blogDl dd {
	margin-bottom: 22px;
	padding-bottom: 16px;
	border-bottom: 2px solid #CED0CF;
}
#sideBar .blogDl dd:last-child {
	margin-bottom: 0;
}
#sideBar .blogDl dd a:hover {
	text-decoration: underline;
}
#sideBar .timeDl {
	padding-top: 6px;
	line-height: 30px;
}
#sideBar .timeDl dt {
	margin-bottom: 12px;
	padding: 0 14px;
	font-weight: 500;
	background: #EEEDEB;
}
#sideBar .timeDl dd {
	margin-bottom: 28px;
}
#sideBar .timeDl dd:last-child {
	margin-bottom: 0;
}
#sideBar .timeDl dd a:hover {
	text-decoration: underline;
}
@media all and (max-width: 767px) {
	#sideBar {
		width: auto;
	}
	#sideBar .sBg {
		padding: 2.5% 3%;
	}
	#sideBar .title {
		margin-bottom: 4.8%;
		padding-bottom: 2%;
		font-size: 3.5vw;
		border-bottom: 1px solid #000;
	}
	#sideBar .blogDl {
		margin-bottom: 9%;
		line-height: 1.5;
	}
	#sideBar .blogDl01 {
		margin-bottom: 9%;
	}
	#sideBar .blogDl dd {
		margin-bottom: 3%;
		padding-bottom: 10px;
		border-bottom: 1px solid #CED0CF;
	}
	#sideBar .blogDl dd a {
		display: block;
	}
	#sideBar .blogDl dd a:hover {
		text-decoration: none;
	}
	#sideBar .timeDl {
		padding-top: 6px;
		line-height: 30px;
	}
	#sideBar .timeDl dt {
		margin-bottom: 10px;
		padding: 0 10px;
	}
	#sideBar .timeDl dd {
		margin-bottom: 20px;
	}
	#sideBar .timeDl dd a {
		display: block;
	}
	#sideBar .timeDl dd a:hover {
		text-decoration: none;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	color: #fff;
	padding: 95px 0 90px;
	text-align: center;
	background-color: #94a2ab;
}
#gFooter .fBox {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 15px;
}
#gFooter .fNavi {
	margin-bottom: 35px;
	padding: 0 0 24px 29px;
	border-bottom: 2px solid #fff;
}
#gFooter .fNavi li {
	display: inline-block;
	vertical-align: top;
}
#gFooter .fNavi li a {
	padding: 0 39px 0 25px;
	color: #fff;
	display: inline-block;
	font-size: 2.0rem;
	font-weight: bold;
	background: url("img/common/icon01.png") no-repeat left top 6px;
	background-size: 16px auto;
}
#gFooter .fNavi li a:hover {
	opacity: 0.7;
}
#gFooter .linkUl {
	margin-bottom: 79px;
	padding-left: 40px;
}
#gFooter .linkUl li {
	margin-right: 11px;
	display: inline-block;
	vertical-align: top;
}
#gFooter .linkUl li a {
	margin-right: 22px;
	color: #fff;
	font-weight: bold;
}
#gFooter .linkUl li a:hover {
	opacity: 0.7;
}
#gFooter .copyright {
	letter-spacing: 1px;
}
@media all and (max-width: 767px) {
	#gFooter {
		padding: 0;
		text-align: left;
	}
	#gFooter .fBox {
		max-width: inherit;
		margin: 0 auto;
		padding: 0;
	}
	#gFooter .fNavi {
		margin-bottom: 0;
		padding: 0;
		border-bottom: none;
	}
	#gFooter .fNavi li {
		display: block;
	}
	#gFooter .fNavi li a {
		display: block;
		padding: 3.1% 3% 3% 8%;
		font-size: 4vw;
		font-weight: normal;
		background: url("img/common/icon01.png") no-repeat left 3% center;
		background-size: 3% auto;
		border-bottom: 2px solid #fff;
	}
	#gFooter .linkUl {
		margin-bottom: 0;
		padding-left: 0;
	}
	#gFooter .linkUl li {
		margin: 0;
		display: block;
	}
	#gFooter .linkUl li a {
		margin-right: 0;
		padding: 3.1% 3% 3% 8%;
		display: block;
		font-size: 4vw;
		font-weight: normal;
		background: url("img/common/icon01.png") no-repeat left 3% center;
		background-size: 3% auto;
		border-bottom: 2px solid #fff;
	}
	#gFooter .copyright {
		padding: 4.5% 0 9.7%;
		letter-spacing: 0.3px;
		font-size: 3vw;
		text-align: center;
	}
}
/*------------------------------------------------------------
	flex
------------------------------------------------------------*/
.flex {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.flex.left {
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
}
/*------------------------------------------------------------
	comPageBox
------------------------------------------------------------*/
.comPageBox {
	padding: 26px 15px 42px;
	max-width: 1000px;
	margin: 0 auto;
}
.comPageBox01 {
	max-width: 1030px;
	min-height: 35vw;
	overflow: hidden;
	box-sizing: border-box;
}
@media all and (max-width: 767px) {
	.comPageBox {
		padding: 2.2% 2.5% 3.5%;
		max-width: inherit;
		margin: 0 auto;
	}
	.comPageBox01 {
		max-width: inherit;
		min-height: 46vw;
	}	
	
	.comSpTxt {
		padding-top: 5.1%;
		font-size: 3.1vw;
		text-align: center;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	font-size: 3.0rem;
}
@media all and (max-width: 767px) {
	.headLine01 {
		font-size: 4.5vw;
	}
}
/*------------------------------------------------------------
	comBg
------------------------------------------------------------*/
.comBg {
	padding: 70px 0;
	background-color: #eeedeb;
}
@media all and (max-width: 767px) {
	.comBg {
		padding: 5% 0;
	}
}
/*------------------------------------------------------------
	comBox
------------------------------------------------------------*/
.comBox {
	padding: 43px 48px 55px;
	background-color: #fff;
}
@media all and (max-width: 767px) {
	.comBox {
		padding: 4.5% 2.5% 3%;
	}
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	padding: 0 15px;
	max-width: 1000px;
}
.content p {
	line-height: 1.6;
}
@media all and (max-width: 767px) {
	.content {
		margin: 0 auto;
		padding: 0 2.5%;
		max-width: inherit;
	}
	.content p {
		line-height: 1.5;
	}
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	margin-bottom: 20px;
	font-size: 2.5rem;
	font-weight: 400;
}
@media all and (max-width: 767px) {
	.headLine02 {
		margin-bottom: 2%;
		font-size: 4vw;
	}
}
/*------------------------------------------------------------
	mainImg
------------------------------------------------------------*/
.mainImg {
	width: 100%;
	overflow: hidden;
	height: 36vw;
	position: absolute;
	left: 0;
	top: 130px;
	background: no-repeat;
	background-position: center center;
	background-size: cover;
	z-index: -1;
}
@media all and (max-width: 767px) {
	.mainImg {
		margin: 0;
		width: 100%;
		height: 47vw;
		left: 0;
		top: 51px;
	}
}
/*------------------------------------------------------------
	comPromiseBox
------------------------------------------------------------*/
.comPromiseBox {
	margin-bottom: 70px;
	padding: 64px 0 69px;
	background: #FFF;
}
.comPromiseBox .textUl {
	margin-bottom: -5px;
}
.comPromiseBox .textUl > li {
	margin-bottom: 38px;
	padding-bottom: 44px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	border-bottom: 2px solid #000;
}
.comPromiseBox .textUl > li:last-child {
	margin-bottom: 0;
	border-bottom: none;
}
.comPromiseBox .textUl li .mark {
	margin-top: 20px;
	width: 128px;
	text-align: right;
	box-sizing: border-box;
}
.comPromiseBox .textUl li .mark01 {
	margin-top: 10px;
	padding-right: 8px;
}
.comPromiseBox .textUl li .txtBox {
	width: calc(100% - 175px);
}
.comPromiseBox .textUl li .txtBox dt {
	margin-bottom: 14px;
	color: #E60012;
	font-size: 2.5rem;
	font-weight: 700;
}
.comPromiseBox .textUl li .txtBox dt.cor01 {
	color: #003686;
}
.comPromiseBox .textUl li .txtBox dd li {
	letter-spacing: 0.05em;
	line-height: 1.65;
	text-indent: -1em;
	padding-left: 1em;
}
.comPromiseBox .titleInn {
	padding: 22px 10px 26px;
	border: 2px solid #000;
	text-align: center;
}
.comPromiseBox .titleInn p {
	display: inline-block;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 40px;
	text-align: left;
}
@media all and (max-width: 767px) {
	.comPromiseBox {
		margin-bottom: 4.8%;
		padding: 5% 0;
	}
	.comPromiseBox .textUl {
		margin-bottom: 0;
	}
	.comPromiseBox .textUl > li {
		margin-bottom: 20px;
		padding-bottom: 20px;
		display: table;
		display: -webkit-table;
		border-bottom: 1px solid #000;
	}
	.comPromiseBox .textUl > li:last-child {
		margin-bottom: 0;
		border-bottom: none;
	}
	.comPromiseBox .textUl li .mark, .comPromiseBox .textUl li .txtBox {
		display: table-cell;
		vertical-align: middle;
	}
	.comPromiseBox .textUl li .mark {
		margin: 0;
		padding: 0 !important;
		width: 13%;
		text-align: center;
		box-sizing: border-box;
	}
	.comPromiseBox .textUl li .mark img {
		width: 100%;
		height: auto;
	}
	.comPromiseBox .textUl li:first-child .mark img {
		width: 80%;
	}
	.comPromiseBox .textUl li .txtBox {
		width: 87%;
		padding-left: 3%;
		box-sizing: border-box;
	}
	.comPromiseBox .textUl li .txtBox dt {
		margin-bottom: 5px;
		font-size: 4vw;
	}
	.comPromiseBox .textUl li .txtBox dd li {
		line-height: 1.6;
	}
	.comPromiseBox .titleInn {
		padding: 2.2%;
		border: 2px solid #000;
	}
	.comPromiseBox .titleInn p {
		font-size: 4vw;
		line-height: 1.6;
	}
}
/*------------------------------------------------------------
	comStepTtl
------------------------------------------------------------*/
.comStepTtl {
	margin-bottom: 66px;
	position: relative;
	background: #94A2AB;
}
.comStepTtl:before {
	width: 9999px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #94A2AB;
	content: "";
}
.comStepTtl .num {
	display: inline-block;
	position: relative;
}
.comStepTtl .num:before {
	width: 9999px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background: #B81B22;
	content: "";
}
.comStepTtl .num img {
	height: 50px;
	position:relative;
	z-index: 2;
}
@media all and (max-width: 767px) {
	.comStepTtl {
		margin: 0 0 6.5%;
	}
	.comStepTtl:before {
		height: 7.5vw;
	}
	.comStepTtl .num:before {
		height: 7.5vw;
	}
	.comStepTtl .num img {
		height: 7.5vw;
	}
}
/*------------------------------------------------------------
	comList
------------------------------------------------------------*/
.comList {
	margin: 0 auto 61px;
}
.comList li {
	padding: 0 7%;
	width: 11%;
}
.comList li a {
	display: block;
}
.comList .link01 a {
	background: url("img/company/link01_on.png") no-repeat center center;
	background-size: cover;
}
.comList .link02 a {
	background: url("img/company/link02_on.png") no-repeat center center;
	background-size: cover;
}
.comList .link03 a {
	background: url("img/company/link03_on.png") no-repeat center center;
	background-size: cover;
}
.comList .link04 a {
	background: url("img/company/link04_on.png") no-repeat center center;
	background-size: cover;
}
.comList .link05 a {
	background: url("img/company/link05_on.png") no-repeat center center;
	background-size: cover;
}
.comList li.on img, .comList li a:hover img {
	visibility: hidden;
}
@media all and (max-width: 767px) {
	.comList {
		display: block;
		margin: 0 auto;
		padding: 6.5% 0;
		overflow: hidden;
		text-align: center;
	}
	.comList li {
		padding: 0 5%;
		width: 15%;
		float: left;
		display: inline-block;
		vertical-align: top;
	}
	.comList li img {
		width: 100%;
	}
	.comList li a:hover img {
		visibility: inherit;
	}
	.comList li.on img {
		visibility: hidden;
	}
	
	.comList li.on a:hover img {
		visibility: hidden;
	}
}
/*------------------------------------------------------------
	comTable
------------------------------------------------------------*/
.comTable {
	width: 100%;
	word-break: break-all;
	border-collapse: collapse;
}
.comTable th, .comTable td {
	padding: 6px 5px 6px 24px;
	font-weight: normal;
	font-size: 1.7rem;
	text-align: left;
	vertical-align: middle;
	border: 1px solid #221814;
	background-color: #fff;
}
.comTable th {
	padding: 5px;
	width: 19.5%;
	font-size: 1.8rem;
	background-color: #ECE8D8;
	text-align: center;
}
@media all and (max-width: 767px) {
	.comTable {
		border-bottom: 1px solid #908c89;
	}
	.comTable th, .comTable td {
		padding: 0.75% 3%;
		font-size: 3.3vw;
		border: 1px solid #221814;
	}
	.comTable th {
		padding: 0.75% 0;
		;
		width: 24%;
		font-size: 3.3vw;
		border-bottom: none;
		text-align: center;
	}
	.comTable td {
		border-bottom: none;
	}
	.comTabTxt {
		margin: 10px 0 0;
	}
	.comTabTxt img {
		margin: -3px 2px 0 0;
		width: 30px;
		display: inline-block;
		vertical-align: middle;
	}
}
/*------------------------------------------------------------
	salepoint
------------------------------------------------------------*/
.salepoint .mainImg {
	background-image: url(img/salepoint/main_img.jpg);
}
.salepoint .comBg {
	padding: 77px 0 0;
}
.salepoint .headLine01 {
	margin-bottom: 77px;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-align: center;
}
.salepoint .titleBox {
	padding: 10px 5px 12px;
	color: #FFF;
	font-size: 2.5rem;
	line-height: 39px;
	font-weight: bold;
	text-align: center;
	background: #94A2AB;
}
.salepoint .imgSec {
	margin-bottom: 70px;
}
.salepoint h4 {
	margin-bottom: 30px;
	color: #C78312;
	font-size: 3rem;
	overflow: hidden;
	zoom: 1;
}
.salepoint h4 .mark {
	width: 60px;
	display: block;
	float: left;
	clear: left;
}
.salepoint h4 .ttl {
	padding: 8px 0 0 85px;
	display: block;
}
.salepoint .imgSec .imgBox {
	margin-bottom: 30px;
}
.salepoint .imgSec .imgBox .photoBox {
	width: 48%;
	float: right;
}
.salepoint .imgSec .imgBox .textBox {
	margin-top: -4px;
	width: 48%;
	float: left;
}
.salepoint .imgSec .imgBox .textBox p {
	line-height: 25px;
	text-align: justify;
}
.salepoint .imgSec .title {
	padding: 5px;
	color: #FFF;
	font-weight: bold;
	font-size: 2.5rem;
	text-align: center;
	background: #C78413;
}
.salepoint .stepSec {
	overflow: hidden;
}
.salepoint .stepSec .cont02 {
	margin-bottom: 11px;
}
.salepoint .stepSec .cont02 .img01 {
	margin-bottom: 0;
	width: 22%;
	float: left;
}
.salepoint .stepSec .cont02 div {
	width: 72.5%;
	border: #221814 2px solid;
	box-sizing: border-box;
	float: right;
	border-radius: 19px;
	background: #fefefe;
	margin: 0.4% 0 0;
}
.salepoint .stepSec .cont02 ul {
	background: url(img/salepoint/ico_arrow.png) no-repeat left 25%;
	background-size: 4.8% auto;
	padding: 1.8% 2% 1.8% 7%;
	margin-left: -5%;
}
.salepoint .stepSec .cont02 ul li {
	display: inline-block;
	background: #F7F5E6;
	border-radius: 12px;
	margin: 0.8% 0 0.8% 0.5%;
	min-width: 28.1%;
	font-size: 2rem;
	text-align: center;
	font-weight: bold;
	padding: 1.4% 2%;
}
.salepoint .stepSec .cont02 ul li.wid {
	min-width: 23%;
}
.salepoint .stepSec p {
	margin-bottom: 26px;
	letter-spacing: 0.05em;
}
.salepoint .stepSec .stepSubInn {
	margin-bottom: 68px;
}
.salepoint .stepSec .listMerit {
	margin-top: -3%;
	clear: both;
}
.salepoint .stepSec .listMerit li {
	width: 29%;
	float: left;
	margin-top: 3%;
}
.salepoint .stepSec .listMerit li:nth-child(3n-1) {
	margin: 3% 6.5% 0;
}
.salepoint .stepSec .listMerit li .tit {
	margin-bottom: 16px;
	font-size: 2rem;
	font-weight: 700;
}
.salepoint .stepSec .listMerit li .txt {
	line-height: 1.6;
}
.salepoint .stepSec .photo {
	text-align: center;
}
.salepoint .stepSec .txt01 {
	margin: 18px 0;
	color: #C78312;
	font-size: 2.5rem;
	font-weight: 700;
	letter-spacing: 0;
}
.salepoint .stepSec .listTxt li {
	width: 48.5%;
	font-size: 2rem;
	text-align: center;
	border: #221814 2px solid;
	box-sizing: border-box;
	font-weight: bold;
	padding: 0.4% 0.6% 0.7%;
}
.salepoint .whiteBox {
	background: #FFF;
}
.salepoint .area {
	padding: 70px 0 74px;
}
.salepoint .area h4 {
	margin-bottom: 27px;
}
.salepoint .area p {
	margin-bottom: 29px;
	letter-spacing: 0.05em;
}
.salepoint .area .photo {
	margin-bottom: 40px;
}
.salepoint .area .photo02 {
	margin-bottom: 50px;
}
.salepoint .area .photo:last-child {
	margin-bottom: 0;
}
.salepoint .area .method03 {
	margin-bottom: -0.5%;
}
.salepoint .area .method03 li {
	margin-top: 0.6%;
	width: 30%;
	float: left;
	position: relative;
}
.salepoint .area .method03 li:nth-child(3n-1) {
	margin: 0.6% 5% 0;
}
.salepoint .area .method03 li span {
	width: 100%;
	position: absolute;
	display: block;
	bottom: 0;
	left: 0;
	padding-bottom: 1px;
	font-size: 1.8rem;
	font-weight: 500;
	text-align: center;
	background: rgba(34, 24, 20, 0.70);
	color: #fff;
	padding: 2px 0;
}
.salepoint .area01 {
	padding: 58px 0 47px;
}
.salepoint .area01 .photo01 {
	margin-right: -10px;
}
.salepoint .area02 {
	padding-bottom: 66px;
}
.salepoint .area02 .photo {
	padding-left: 143px;
	max-width: 733px;
}
@media (min-width: 768px) and (max-width: 918px) {
	.salepoint .area02 .photo {
		padding-left: 0;
		text-align: center;
	}
	.salepoint .area02 .photo img {
		max-width: 100%;
	}
}
@media all and (max-width: 767px) {
	.salepoint .mainImg {
		background-image: url(img/salepoint/sp_main_img.jpg);
	}
	.salepoint .comBg {
		padding: 4% 1% 0;
	}
	.salepoint .headLine01 {
		margin-bottom: 4%;
		font-size: 4.5vw;
		letter-spacing: 0.02em;
	}
	.salepoint .titleBox {
		margin: 0 -1%;
		padding: 2%;
		font-size: 4vw;
		line-height: 1.5;
	}
	.salepoint .comPromiseBox {
		margin: 0 -1% 4.8%;
	}
	.salepoint .imgSec {
		margin-bottom: 30px;
	}
	.salepoint h4 {
		margin-bottom: 20px;
		font-size: 4.5vw;
	}
	.salepoint h4 .mark {
		margin-top: 0.5%;
		width: 6%;
	}
	.salepoint h4 .ttl {
		padding: 0 0 0 8.5%;
	}
	.salepoint .imgSec .imgBox {
		margin-bottom: 20px;
	}
	.salepoint .imgSec .imgBox .photoBox {
		margin-bottom: 10px;
		width: auto;
		float: none;
		text-align: center;
	}
	.salepoint .imgSec .imgBox .textBox {
		margin-top: 0;
		width: auto;
		float: none;
	}
	.salepoint .imgSec .imgBox .textBox p {
		line-height: 1.5;
	}
	.salepoint .imgSec .title {
		padding: 1.5% 2%;
		font-size: 4vw;
	}
	.salepoint .stepSec {
		margin: 0 -1%;
		padding: 0 1%;
	}
	.salepoint .stepSec .cont02 {
		margin-bottom: 25px;
	}
	.salepoint .stepSec .cont02 .img01 {
		width: 34.375%;
		float: none;
		margin: 0 auto 8%;
	}
	.salepoint .stepSec .cont02 div {
		width: 88%;
		margin: 0 auto;
		float: none;
		border-width: 1px;
		border-radius: 15px;
	}
	.salepoint .stepSec .cont02 div ul {
		background: url(img/salepoint/ico_arrow_sp.png) no-repeat center top;
		background-size: 6% auto;
		padding: 8% 2% 2%;
		margin: -6% 0 0 0;
	}
	.salepoint .stepSec .cont02 ul li {
		padding: 1.5% 4%;
		font-size: 3.5vw;
		border-radius: 8px;
	}
	.salepoint .stepSec p {
		margin-bottom: 20px;
		letter-spacing: 0.05em;
	}
	.salepoint .stepSec .photo {
		margin: 0 auto;
		width: 80%;
	}
	.salepoint .stepSec .stepSubInn {
		margin-bottom: 20px;
	}
	.salepoint .stepSec .listMerit {
		margin: -3% -1% 0;
	}
	.salepoint .stepSec .listMerit li {
		width: 47%;
		margin-top: 3%;
	}
	.salepoint .stepSec .listMerit li:nth-child(3n-1) {
		margin: 3% 0 0;
	}
	.salepoint .stepSec .listMerit li:nth-child(2n) {
		float: right;
	}
	.salepoint .stepSec .listMerit li .tit {
		margin-bottom: 5.5%;
		font-size: 3.5vw;
		line-height: 1.3;
	}
	.salepoint .stepSec .listMerit li .txt {
		margin-bottom: 8.8%;
		line-height: 1.5;
	}
	.salepoint .stepSec .txt01 {
		margin: 1.8% 0;
		font-size: 4vw;
		text-align: center;
	}
	.salepoint .stepSec .listTxt {
		display: block;
		display: -webkit-block;
	}
	.salepoint .stepSec .listTxt li {
		margin-bottom: 2%;
		width: auto;
		font-size: 3.5vw;
		border: #221814 2px solid;
		padding: 0.6%;
	}
	.salepoint .area {
		margin: 0 -1%;
		padding: 4.8% 0 !important;
	}
	.salepoint .area h4 {
		margin-bottom: 2.3%;
	}
	.salepoint .area p {
		margin-bottom: 2.8%;
		letter-spacing: 0.02em;
	}
	.salepoint .area .photo {
		margin-bottom: 2.3% !important;
		text-align: center;
	}
	.salepoint .area .photo img {
		max-width: 100% !important;
	}
	.salepoint .area .photo:last-child {
		margin-bottom: 0 !important;
	}
	.salepoint .area .method03 {
		margin: -3.8% 0 -1.7%;
	}
	.salepoint .area .method03 li {
		margin-top: 3.8%;
		width: 48%;
	}
	.salepoint .area .method03 li:nth-child(3n-1) {
		margin: 3.8% 0 0;
	}
	.salepoint .area .method03 li:nth-child(2n) {
		float: right;
	}
	.salepoint .area .method03 li span {
		font-size: 3.2vw;
		background: rgba(34, 24, 20, 0.70);
		padding: 1% 0;
	}
	.salepoint .area01 {
		padding: 4.8% 0;
	}
	.salepoint .area01 .photo01 {
		margin-right: -1%;
	}
	.salepoint .area02 {
		padding-bottom: 66px;
	}
	.salepoint .area02 .photo {
		padding-left: 0;
		max-width: inherit;
	}
}
/*------------------------------------------------------------
	pricelist
------------------------------------------------------------*/
.pricelist .mainImg {
	background-image: url("img/pricelist/main_img.jpg");
}
.pricelist .headLine01 {
	margin-bottom: 84px;
	font-weight: 700;
	text-align: center;
}
.pricelist .titleBox {
	padding: 10px 10px 13px;
	text-align: center;
	background-color: #94a2ab;
}
.pricelist .titleBox p {
	color: #fff;
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 1.55;
}
.pricelist .comPromiseBox {
	padding-bottom: 0;
	margin: 0;
	background-color: #eeedeb;
}
.pricelist .comPromiseBox .titleInn {
	background-color: #fff;
}
.pricelist .comBox {
	padding: 64px 0 45px;
}
.pricelist .comBox .topTxt {
	margin-bottom: 53px;
	font-size: 1.55rem;
}
.pricelist .comBox .tabBox table {
	width: 100%;
	border-collapse: collapse;
}
.pricelist .comBox .tabBox thead {
	border-bottom: 20px solid #fff;
}
.pricelist .comBox .tabBox thead th {
	padding: 20px 0;
	font-size: 1.8rem;
	border-right: 5px solid #fff;
	background-color: #f0eedf;
}
.pricelist .comBox .tabBox thead th:nth-child(2) {
	background-color: #dff1f3;
}
.pricelist .comBox .tabBox thead th:nth-child(3) {
	background-color: #feeddb;
}
.pricelist .comBox .tabBox th, .pricelist .comBox .tabBox td {
	padding: 16px 16px;
	text-align: center;
	vertical-align: middle;
}
.pricelist .comBox .tabBox td {
	font-size: 1.8rem;
	background-color: #f3f3e9;
	border-right: 5px solid #fff;
	border-bottom: 6px solid #fff;
}
.pricelist .comBox .tabBox td:first-child {
	padding: 10px 15px;
	text-align: left;
	font-weight: 600;
	background-color: #f0eedf;
}
.pricelist .comBox .tabBox td:nth-child(2) {
	padding-right: 4px;
	font-size: 1.5rem;
	text-align: left;
}
.pricelist .comBox .tabBox td:nth-child(3) {
	background-color: #dff1f3;
}
.pricelist .comBox .tabBox td:nth-child(4) {
	background-color: #feeddb;
}
.pricelist .btmBox {
	padding: 63px 0 70px;
	background-color: #eeedeb;
	text-align: center;
}
.pricelist .btmBox p {
	margin-bottom: 42px;
	font-size: 2.5rem;
	font-weight: bold;
}
.pricelist .btmBox .btn {
	width: 274px;
	margin: 0 auto;
}
.pricelist .btmBox .btn a {
	padding: 5px 0 8px;
	display: block;
	font-weight: 500;
	font-size: 3.0rem;
	background-color: #fff;
	border: 2px solid #000;
}
.pricelist .btmBox .btn a:hover {
	opacity: 0.7;
}
@media all and (max-width: 767px) {
	.pricelist .mainImg {
		background-image: url("img/pricelist/sp_main_img.jpg");
	}
	.pricelist .comBg {
		padding: 4.% 1% 0;
	}
	.pricelist .headLine01 {
		margin-bottom: 4%;
	}
	.pricelist .titleBox {
		padding: 6px;
	}
	.pricelist .titleBox p {
		color: #fff;
		font-size: 4vw;
		font-weight: 700;
		line-height: 1.6;
	}
	.pricelist .comPromiseBox .textUl > li {
		border-width: 2px;
	}
	.pricelist .comPromiseBox {
		padding-bottom: 0;
		margin: 0;
	}
	.pricelist .comBox {
		padding: 4.6% 0 4%;
	}
	.pricelist .comBox .topTxt {
		margin-bottom: 5%;
		font-size: 3vw;
		line-height: 1.6;
	}
	.pricelist .comBox .tabBox {
		overflow-x: scroll;
		word-break: break-all;
	}
	.pricelist .comBox .tabBox table {
		width: 200%;
		overflow: hidden;
	}
	.pricelist .comBox .tabBox thead th {
		padding: 1.6% 0;
		font-size: 3.3vw;
	}
	.pricelist .comBox .tabBox th, .pricelist .comBox .tabBox td {
		padding: 1.6% 1.5%;
	}
	.pricelist .comBox .tabBox td {
		font-size: 3vw;
		width: 31.5%;
	}
	.pricelist .comBox .tabBox td:first-child {
		padding: 1.6% 1.5%;
		font-size: 3.3vw;
		width: 23%;
	}
	.pricelist .comBox .tabBox td:nth-child(2) {
		padding-right: 1.5%;
		font-size: 3vw;
	}
	.pricelist .btmBox {
		padding: 4.5% 0 2.5%;
	}
	.pricelist .btmBox p {
		margin-bottom: 0;
		padding-bottom: 0.5%;
		font-size: 4vw;
		line-height: 1.6;
	}
	.pricelist .btmBox .btn {
		width: 44%;
		margin: 0 auto;
		padding: 5.5% 0;
	}
	.pricelist .btmBox .btn a {
		padding: 4.5% 0;
		font-size: 4.5vw;
		border: 2px solid #000;
	}
}
/*------------------------------------------------------------
	company
------------------------------------------------------------*/
.company .mainImg {
	background-image: url("img/company/main_img.jpg");
}
.company .comBg {
	padding: 78px 0 84px;
}
.company .comBg .headLine01 {
	text-align: center;
	font-size: 2.5rem;
	font-weight: 700;
}
.company .comBox {
	padding: 70px 0;
}
.company .infoBox {
	background-color: #eeedeb;
}
.company .topPhoto {
	margin-bottom: 45px;
}
.company .subBox {
	margin: 0 55px;
	padding-bottom: 55px;
}
.company .subBox .headLine02 {
	margin-bottom: 17px;
	font-weight: 500;
}
.company .subBox .txt {
	margin-bottom: 48px;
	line-height: 1.65;
	text-align: justify;
}
.company .subBox .h4Ttl01 {
	margin-bottom: 19px;
}
.company .subBox .inner {
	margin-bottom: 42px;
	padding-top: 44px;
	border-top: 3px solid #221816;
}
.company .subBox .inner .photoBox {
	padding-top: 61px;
	float: right;
	width: 33.8%;
}
.company .subBox .inner .textBox {
	float: left;
	width: 59%;
}
.company .subBox .inner .textBox .headLine02 {
	margin-bottom: 19px;
}
.company .subBox .inner .textBox p {
	margin-bottom: 24px;
	line-height: 1.7;
	text-align: justify;
}
.company .subBox .inner .textBox p:last-child {
	margin-bottom: 0;
}
.company .subBox .inner01 {
	margin-bottom: 0;
}
.company .subBox .inner01 .txtDl {
	line-height: 1.7;
}
.company .subBox .inner01 .txtDl dt {
	float: left;
}
.company .subBox .inner01 .txtDl dd {
	padding-left: 5em;
}
.company .subBox .inner01 .photoBox {
	padding: 12px 0 0;
	width: 28%;
}
@media all and (max-width: 767px) {
	.company .mainImg {
		background-image: url("img/company/sp_main_img.jpg");
	}
	.company .comBg {
		padding: 4% 1%;
	}
	.company .comBg .headLine01 {
		text-align: center;
		font-size: 4vw;
	}
	.company .comBox {
		padding: 0 0 5%;
	}
	.company .topPhoto {
		margin-bottom: 2%;
	}
	.company .subBox {
		margin: 0 2.5%;
		padding-bottom: 2%;
	}
	.company .subBox .headLine02 {
		margin-bottom: 2%;
	}
	.company .subBox .txt {
		margin-bottom: 5.2%;
		line-height: 1.7;
	}
	.company .subBox .h4Ttl01 {
		margin-bottom: 12px;
	}
	.company .subBox .inner {
		margin-bottom: 11.5%;
		padding-top: 7%;
		border-top: 2px solid #221816;
	}
	.company .subBox .inner .photoBox {
		padding-top: 4.7%;
		float: none;
		width: 40%;
		margin: 0 auto;
		text-align: center;
	}
	.company .subBox .inner .photoBox img {
		width: 100%;
	}
	.company .subBox .inner .textBox {
		float: none;
		width: 100%;
	}
	.company .subBox .inner .textBox .headLine02 {
		margin-bottom: 12px;
	}
	.company .subBox .inner .textBox p {
		margin-bottom: 4.7%;
		line-height: 1.6;
	}
	.company .subBox .inner .textBox p:last-child {
		margin-bottom: 0;
	}
	.company .subBox .inner01 {
		margin-bottom: 0;
	}
	.company .subBox .inner01 .txtDl {
		line-height: 1.6;
	}
	.company .subBox .inner01 .txtDl dt {
		float: left;
	}
	.company .subBox .inner01 .txtDl dd {
		padding-left: 5em;
	}
	.company .subBox .inner01 .photoBox {
		padding: 4.7% 0 0;
		width: 40%;
	}
}
/*------------------------------------------------------------
	profile
------------------------------------------------------------*/
.profile .tabBox {
	margin: 0 -6px 44px;
}
.profile .subBox .headLine02 {
	margin-bottom: 21px;
}
.profile .comTable td .mail:hover {
	opacity: 0.7;
}
.profile .tabBox01 {
	margin-bottom: 0;
	padding-bottom: 15px;
}
.profile .tabBox01 th {
	font-size: 1.6rem;
}
@media all and (max-width: 767px) {
	.profile .tabBox {
		margin: 0 0 5%;
	}
	.profile .subBox {
		padding-bottom: 2%;
	}
	.profile .subBox .headLine02 {
		margin-bottom: 2%;
	}
	.profile .comTable td .mail:hover {
		opacity: 1;
	}
	.profile .tabBox01 {
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.profile .tabBox01 th {
		font-size: 3.3vw;
	}
}
/*------------------------------------------------------------
	kiyaku
------------------------------------------------------------*/
.kiyaku .content p {
	margin-bottom: 27px;
	text-align: justify;
}
.kiyaku .content p a:hover {
	opacity: 0.7;
}
.kiyaku .content p:last-child {
	margin-bottom: 0;
}
@media all and (max-width: 767px) {
	.kiyaku .content p {
		margin-bottom: 3%;
		line-height: 1.6;
	}
	.kiyaku .content p:last-child {
		margin-bottom: 3%;
	}
}
/*------------------------------------------------------------
	staff
------------------------------------------------------------*/
.staff .topPhoto {
	margin-bottom: 65px;
}
.staff .subBox {
	padding-bottom: 74px;
}
.staff .subBox .headLine02 {
	margin-bottom: 21px;
}
.staff .subBox .photoList {
	margin: -47px -4px 0;
}
.staff .subBox .photoList li {
	margin: 47px 8.3% 0 0;
	width: 27.8%;
}
.staff .subBox .photoList li a {
	display: block;
}
.staff .subBox .photoList li a:hover {
	opacity: 0.7;
}
.staff .subBox .photoList li:nth-child(3n) {
	margin-right: 0;
}
.staff .subBox .photoList li .txtSpan {
	display: block;
	margin-top: 20px;
	font-size: 1.8rem;
}
.staff .subBox .photoList li .txtSpan .top {
	display: block;
	font-size: 1.5rem;
	margin-bottom: 4px;
}
@media all and (max-width: 767px) {
	.staff .topPhoto {
		margin-bottom: 4.5%;
	}
	.staff .subBox {
		padding-bottom: 34px;
	}
	.staff .subBox .headLine02 {
		margin-bottom: 11px;
	}
	.staff .subBox .photoList {
		margin: -4.8% 0 0;
		justify-content: space-between;
		-webkit-justify-content: space-between;
	}
	.staff .subBox .photoList li {
		margin: 4.8% 0 0 0;
		width: 46%;
	}
	.staff .subBox .photoList li:nth-child(3n) {
		margin-right: 0;
	}
	.staff .subBox .photoList li .txtSpan {
		margin-top: 7.5%;
		font-size: 3.3vw;
	}
	.staff .subBox .photoList li .txtSpan .top {
		font-size: 3vw;
		margin-bottom: 2%;
	}
}
/*------------------------------------------------------------
	recruit
------------------------------------------------------------*/
.recruit .topPhoto {
	margin-bottom: 63px;
}
.recruit .subBox .txt {
	margin-bottom: 26px;
}
.recruit .subBox th, .recruit .subBox td {
	font-size: 1.8rem;
	padding: 0;
	line-height: 2.75;
}
.recruit .subBox td {
	padding: 0 27px;
}
@media all and (max-width: 767px) {
	.recruit .topPhoto {
		margin-bottom: 4.2%;
	}
	.recruit .subBox .txt {
		margin-bottom: 3%;
	}
	.recruit .subBox th, .recruit .subBox td {
		font-size: 3.3vw;
		padding: 1% 0;
		line-height: 1.75;
	}
	.recruit .subBox td {
		padding: 1% 3%;
	}
	.recruit .subBox th {
		width: 24%;
	}
}
/*------------------------------------------------------------
	access
------------------------------------------------------------*/
.access .topPhoto {
	margin-bottom: 65px;
}
.access .subBox .headLine02 {
	margin-bottom: 22px;
}
.access .subBox .photoImg {
	margin: 0 -5px 28px;
}
.access .subBox .add {
	margin-bottom: 90px;
}
.access .subBox .map {
	margin: 0 -5px 47px;
	border: 2px solid #221814;
}
.access .subBox .map iframe {
	vertical-align: top;
}
.access .subBox .btmBox {
	margin-left: -10px;
}
.access .subBox .btmBox .logoImg {
	padding-top: 9%;
	float: left;
	width: 39.6%;
}
.access .subBox .btmBox .rBox {
	float: right;
	width: 54.2%;
}
.access .subBox .btmBox .rBox .topSpan {
	margin: 0 0 12px 3px;
	display: block;
}
.access .subBox .btmBox .rBox .tel {
	margin-bottom: 45px;
}
.access .subBox .btmBox .rBox .tel .telSpan {
	display: block;
}
.access .subBox .btmBox .rBox .tel img {
	width: 86%;
}
.access .subBox .btmBox .rBox .mailTxt img {
	width: 467px;
}
.access .subBox .btmBox .rBox .mailTxt a:hover {
	opacity: 0.7;
}
@media all and (max-width: 767px) {
	.access .topPhoto {
		margin-bottom: 4%;
	}
	.access .subBox {
		padding-bottom: 5%;
	}
	.access .subBox .headLine02 {
		margin-bottom: 2.5%;
	}
	.access .subBox .photoImg {
		margin: 0 0 4%;
	}
	.access .subBox .add {
		margin-bottom: 7.5%;
	}
	.access .subBox .map {
		margin-bottom: 14%;
		position: relative;
		padding-bottom: 75%;
		height: 0;
		border-width: 2px;
		overflow: hidden;
	}
	.access .subBox .map iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.access .subBox .btmBox {
		margin-left: 0;
	}
	.access .subBox .btmBox .logoImg {
		margin-bottom: 15%;
		padding-top: 0;
		float: none;
		width: 100%;
		text-align: center;
	}
	.access .subBox .btmBox .logoImg img {
		width: 58%;
	}
	.access .subBox .btmBox .rBox {
		float: none;
		width: 68.75%;
		margin: 0 auto;
	}
	.access .subBox .btmBox .rBox .topSpan {
		margin: 0 0 2% 0;
		display: block;
	}
	.access .subBox .btmBox .rBox .tel {
		margin-bottom: 6%;
	}
	.access .subBox .btmBox .rBox .tel img {
		width: 91%;
	}
	.access .subBox .btmBox .rBox .mailTxt img {
		width: 70vw;
	}
}
/*------------------------------------------------------------
	privacy
------------------------------------------------------------*/
.privacy .content p {
	margin-bottom: 27px;
	text-align: justify;
}
.privacy .content .txt01 {
	margin-bottom: 0;
}
.privacy .content .txtList {
	padding: 0 0 26px 7px;
}
.privacy .content .txtList li {
	line-height: 1.6;
	padding-left: 2.7em;
	text-indent: -2.7em;
	text-align: justify;
}
.privacy .content p:last-child {
	margin-bottom: 0;
}
@media all and (max-width: 767px) {
	.privacy .content p {
		margin-bottom: 3%;
		line-height: 1.6;
	}
	.privacy .content .txt01 {
		margin-bottom: 0;
	}
	.privacy .content .txtList {
		padding: 0 0 3% 4px;
	}
	.privacy .content .txtList li {
		line-height: 1.6;
		padding-left: 2.6em;
	    text-indent: -2.6em;
	}
	.privacy .content p:last-child {
		margin-bottom: 3%;
	}
}
/*------------------------------------------------------------
	blog
------------------------------------------------------------*/
@media all and (max-width: 767px) {
	.blog .content {
		display: block;
		display: -webkit-block;
	}
}
/*------------------------------------------------------------
	contact
------------------------------------------------------------*/
.contact .comBg {
	padding: 0 0 70px;
	background-color: #FFF;
}
.contact .mailForm table {
	width: 100%;
	border-collapse: collapse;
}
.contact .mailForm th, .contact .mailForm td {
	padding: 18px 19px 18px 22px;
	width: 70%;
	text-align: left;
	vertical-align: middle;
	color: #231815;
	font-size: 1.5rem;
	border: 1px solid #9f9fa0;
}
.contact .mailForm th {
	padding: 16px 28px 10px;
	width: 15%;
	font-weight: 400;
	line-height: 1.67;
	background-color: #ECEAE8;
}
.contact .mailForm .thStyle {
	padding-top: 29px;
	vertical-align: top;
}
.contact .mailForm th .inner {
	display: inline-block;
	position: relative;
}
.contact .mailForm th .inner .must {
	padding: 3px;
	display: block;
	position: absolute;
	left: calc(100% + 7px);
	top: 50%;
	text-align: center;
	color: #E60012;
	font-size: 1.6rem;
	line-height: 1;
	word-break: keep-all;
	background-color: #FFF;
	border: 2px solid #E60012;
	transform: translateY(-50%);
}
.contact .mailForm td input[type="text"], .contact .mailForm td input[type="tel"], .contact .mailForm td input[type="email"], .contact .mailForm td textarea {
	padding: 5px 10px;
	width: 100%;
	height: 42px;
	box-sizing: border-box;
	color: #231815;
	font-size: 1.5rem;
	border: 1px solid #9f9fa0;
	border-radius: 3px;
	background-color: #FFF;
	-webkit-appearance: none;
	appearance: none;
}
.contact .mailForm td .nameList li {
	float: left;
	width: 49%;
	position: relative;
	box-sizing: border-box;
}
.contact .mailForm td .nameList li:nth-child(2n) {
	float: right;
}
.contact .mailForm td .nameList li .txt {
	width: 46px;
	display: inline-block;
	vertical-align: middle;
}
.contact .mailForm td .nameList li .text01 {
	width: 82%;
}
.contact .mailForm td .txtList {
	width: 100%;
}
.contact .mailForm td .txtList li {
	width: 20.9%;
	float: left;
}
.contact .mailForm td .txtList li + li {
	margin-left: 7.3%;
	position: relative;
}
.contact .mailForm td .txtList li + li:before {
	width: 13px;
	height: 1px;
	position: absolute;
	left: -22.2%;
	top: 50%;
	background-color: #918C89;
	content: '';
}
.contact .mailForm td .txtList .note {
	padding-top: 9px;
	margin-left: 5.2%;
	width: 44%;
	color: #187FC4;
}
.contact .mailForm td .txtList .note:before {
	display: none;
}
.contact .mailForm td .eg {
	margin-top: 11px;
	display: block;
}
.contact .mailForm td .horizontal-item {
	margin-right: 15px;
}
.contact .mailForm td .radioList {
	margin: 8px 0 9px;
}
.contact .mailForm td .radioList .horizontal-item {
	margin-right: 32px;
	display: inline-block;
	vertical-align: top;
}
.contact .mailForm td .radioList .horizontal-item input[type="radio"] {
	display: none;
}
.contact .mailForm td .radioList .horizontal-item > label {
	padding-left: 25px;
	padding-top: 3px;
	min-height: 19px;
	box-sizing: border-box;
	display: block;
	background: url("img/common/check_img.png") no-repeat left top 5px;
	background-size: 19px 19px;
}
.contact .mailForm td .radioList .horizontal-item > label.on {
	background-image: url("img/common/checked_img.png");
}
.contact .mailForm td .txtList01 li {
	width: 28.5%;
}
.contact .mailForm td .txtList01 li + li {
	margin-left: 7.25%;
}
.contact .mailForm td .txtList01 li + li:before {
	left: -17.5%;
}
.contact .mailForm td textarea {
	margin: 8px 0 15px;
	height: 122px;
	padding: 5px 8px;
	resize: vertical;
	word-break: break-all;
}
.contact .mailForm .check {
	margin: 43px 0 53px;
	text-align: center;
}
.contact .mailForm .check input[type="checkbox"] {
	display: none;
}
.contact .mailForm .check > label {
	padding-left: 25px;
	min-height: 19px;
	box-sizing: border-box;
	display: inline-block;
	font-size: 2rem;
	font-weight: 500;
	background: url("img/common/check_img.png") no-repeat left center;
	background-size: 19px 19px;
}
.contact .mailForm .check > label.on {
	background-image: url("img/common/checked_img.png");
}
.contact .mailForm .check a {
	text-decoration: underline;
}
.contact .mailForm .check a:hover {
	text-decoration: none;
}
.contact .mailForm .submit {
	text-align: center;
}
.contact .mailForm .submit li {
	display: inline-block;
	vertical-align: top;
	margin: 0 15px;
}
.contact .mailForm .submit li input {
	margin: 0 6px;
	padding: 6px;
	width: 272px;
	box-sizing: border-box;
	cursor: pointer;
	text-align: center;
	font-size: 3rem;
	color: #231815;
	border: 2px solid #231815;
	background-color: #FFF;
	-webkit-appearance: none;
	appearance: none;
}
.contact .mailForm .submit li input:hover {
	opacity: 0.7;
}
.contact .thanks {
	font-size: 1.6rem;
	line-height: 1.8;
}
.contact .thanks .link {
	margin-top: 15px;
}
.contact .thanks .link a:hover {
	text-decoration: underline;
}
.contact .mw_wp_form_confirm td .txtList li {
	width: auto;
}
.contact .mw_wp_form_confirm td .txtList li + li {
	margin-left: 3.8%;
	padding-left: 2%;
}
.contact .mw_wp_form_confirm td .txtList01 li + li {
	margin-left: 2.8%;
	padding-left: 2%;
}
.contact .mw_wp_form_confirm td .txtList .note {
	display: none;
}
.contact .mw_wp_form_confirm td .eg {
	display: none;
}
.contact .mw_wp_form_confirm .check {
	display: none;
}
.contact .mw_wp_form_confirm td .nameList li .txt {
	vertical-align: top;
	width: auto;
	display: none;
}
.contact .mw_wp_form_confirm td .nameList li {
	width: auto;
	margin-right: 5px;
}
.contact .mw_wp_form_confirm td .nameList li:nth-child(2n) {
	float: none;
}
.contact .mw_wp_form_confirm table {
	margin-bottom: 43px;
}
@media all and (max-width: 834px) {
	.contact .mailForm th {
		padding-left: 20px;
	}
}
@media all and (-ms-high-contrast: none) {
	.contact .mailForm th .inner .must {
		padding: 6px 3px 0;
	}
	.contact .mailForm td input[type="text"], .contact .mailForm td input[type="tel"], .contact .mailForm td input[type="email"], .contact .mailForm td textarea {
		padding-top: 10px;
	}
	.contact .mailForm td .radioList .horizontal-item > label {
		background-position: left top 2px;
	}
	.contact .mailForm .check > label {
		background-position: left top 4px;
	}
	.contact .mailForm .submit li input {
		padding: 10px 6px 2px;
	}
}
@media all and (max-width: 767px) {
	.contact .content {
		padding: 0;
	}
	.contact .thanks {
		padding: 0 2.5%;
	}
	.contact .comBg {
		padding: 0 0 45px;
	}
	.contact .mailForm table {
		border-top: 1px solid #9f9fa0;
	}
	.contact .mailForm th, .contact .mailForm td {
		padding: 3% !important;
		width: 100%;
		display: block;
		box-sizing: border-box;
		color: #231815;
		font-size: 3vw;
		border: 1px solid #9f9fa0;
	}
	.contact .mailForm th {
		width: 100%;
		border-top: none;
		border-bottom: none;
	}
	.contact .mailForm .thStyle01 {
		border-bottom: none;
	}
	.contact .mailForm th .inner .must {
		padding: 2px;
		left: calc(100% + 10px);
		font-size: 3.1vw;
		border-width: 2px;
	}
	.contact .mailForm td input[type="text"], .contact .mailForm td input[type="tel"], .contact .mailForm td input[type="email"], .contact .mailForm td textarea {
		padding: 0 5px;
		height: 8vw;
		font-size: 3vw;
		border: 1px solid #9f9fa0;
	}
	.contact .mailForm td .nameList li {
		width: 48%;
	}
	.contact .mailForm td .nameList li .txt {
		width: 16%;
	}
	.contact .mailForm td .nameList li .text01 {
		width: 80%;
	}
	.contact .mailForm td .txtList li {
		width: 19%;
	}
	.contact .mailForm td .txtList li + li {
		margin-left: 5%;
	}
	.contact .mailForm td .txtList li + li:before {
		margin-left: -4px;
		width: 8px;
		left: -13.5%;
	}
	.contact .mailForm td .txtList .note {
		margin-left: 6%;
		width: 48%;
		font-size: 3vw;
		padding-top: 2vw;
	}
	.contact .mailForm td .eg {
		margin-top: 5px;
	}
	.contact .mailForm td .radioList {
		margin: 5px 0;
	}
	.contact .mailForm td .radioList .horizontal-item {
		margin-right: 20px;
	}
	.contact .mailForm td .radioList .horizontal-item > label {
		padding-left: 20px;
		min-height: 15px;
		background-position: left center;
		background-size: 15px 15px;
	}
	.contact .mailForm td .txtList01 li {
		width: 28.5%;
	}
	.contact .mailForm td .txtList01 li + li {
		margin-left: 7.25%;
	}
	.contact .mailForm td .txtList01 li + li:before {
		margin-left: -4px;
		left: -12.1%;
	}
	.contact .mailForm td textarea {
		max-width: 719px;
		height: 32vw;
	}
	.contact .mailForm .check {
		margin: 7% 0 4.8%;
	}
	.contact .mailForm .check > label {
		padding-left: 20px;
		min-height: 15px;
		font-size: 3.5vw;
		background-size: 15px 15px;
	}
	.contact .mailForm .check a:hover {
		text-decoration: underline;
	}
	.contact .mailForm .submit {
		margin: 0 auto;
		text-align: center;
	}
	.contact .mailForm .submit li {
		display: inline-block;
		padding: 0 0.5%;
		width: 40%;
	}
	.contact .mailForm .submit .back {
		display: none;
	}
	.contact .mw_wp_form_confirm .mailForm .submit .back {
		display: inline-block;
	}
	.contact .mailForm .submit li input {
		margin: 0;
		padding: 2.6% 15%;
		font-size: 4.5vw;
		width: 100%;
	}
	.contact .mailForm .submit li input:hover {
		opacity: 1;
	}
	.contact .thanks .link a:hover {
		text-decoration: none;
	}
	.contact .mailForm .submit li input {
		border-radius: 0;
	}
	.contact .mw_wp_form_confirm td .nameList li {
		width: auto;
	}
	.contact .mw_wp_form_confirm td .txtList li {
		width: auto;
	}
	.contact .mw_wp_form_confirm td .txtList01 li {
		width: auto;
	}
	.contact .mw_wp_form_confirm td .txtList li + li {
		margin-left: 4.2%;
	}
	.contact .mw_wp_form_confirm td .txtList01 li + li {
		margin-left: 4.4%;
	}
}
/*------------------------------------------------------------
	management
------------------------------------------------------------*/
.management .mainImg {
	background-image: url("img/management/main_img.jpg");
}
.management .comBg {
	padding-top: 0;
	background-color: #fff;
}
.management .ttlBox {
	padding: 71px 15px 83px;
	background-color: #eeedeb;
}
.management .headLine01 {
	text-align: center;
	font-weight: 700;
}
.management .titleBox {
	padding: 10px 5px 12px;
	font-size: 2.5rem;
	line-height: 39px;
	font-weight: 700;
	text-align: center;
	background: #D2D2C8;
}
.management .flowSec {
	overflow: hidden;
}
.management .flowSec .text {
	margin-bottom: 25px;
}
.management .flowSec .imgBox {
	margin-bottom: 69px;
}
.management .flowSec .imgBox01 {
	margin-bottom: 50px;
}
.management .flowSec .imgBox02 {
	margin-bottom: 30px;
}
.management .flowSec .imgBox .photoBox {
	width: 48.5%;
}
.management .flowSec .imgBox .textBox {
	padding-top: 2px;
	width: 48.5%;
}
.management .flowSec .textBox p {
	text-align: justify;
	color: #E60012;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.55;
}
.management .flowSec .textBox .ttl {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 2px solid #E60012;
}
.management .flowImg {
    margin-top: -9px;
    margin-bottom: 50px;
}
.management p.img {
    margin-bottom: 40px;
}
.management p.img01 {
    margin-bottom: 51px;
}
.management .flowSec .h4Ttl {
	margin-bottom: 25px;
	padding: 2px 10px;
	color: #FFF;
	font-weight: 600;
	font-size: 2.5rem;
	background-color: #C78413;
}
.management .flowSec .phoList {
	margin-top: -40px;
	margin-bottom: 51px;
}
.management .flowSec .phoList li {
	margin-top: 40px;
	width: 48.5%;
}
.management .flowSec .text01 {
	margin-bottom: 13px;
}
.management .flowSec .cPho {
	margin: 0 auto 72px;
	width: 100%;
	max-width: 734px;
	text-align: center;
}
.management .flowSec .phoList.col3 {
	margin-bottom: 69px;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}
.management .flowSec .phoList.col3 li {
	width: 31.3%;
}
.management .flowSec .phoList.col3 li:nth-child(3n-1) {
	margin: 40px 3.05% 0;
}
.management .flowSec .text02 {
	margin-bottom: 31px;
}
.management .flowSec .phoList01 {
	margin-bottom: 21px;
}
.management .flowSec .textBox01 {
	margin-bottom: 60px;
}
.management .flowSec .phoList03 {
	margin-bottom: 69px;
}
.management .titleBox01 {
	margin-bottom: 70px;
	padding: 5px 5px 6px;
	color: #FFF;
	background: #94A2AB;
}
.management .tabBox {
	background: #FFF;
}
.management .tabBox table {
	width: 100%;
	border-collapse: collapse;
	border: 2px solid #221814;
}
.management .tabBox th, .management .tabBox td {
	padding: 8px 15px 8px;
	text-align: left;
	vertical-align: middle;
	font-size: 1.66rem;
	line-height: 1.28;
	border: 1px solid #221814;
}
.management .tabBox th {
	padding: 10px 5px 11px;
	width: 16%;
	text-align: center;
}
.management .tabBox .wid01 {
	padding: 10px 5px 11px;
	width: 14%;
	text-align: center;
}
.management .tabBox .bg {
	background: #F3F1E5;
}
@media all and (max-width: 767px) {
    .management .mainImg {
        background-image: url("img/management/sp_main_img.jpg");
    }
    .management .comBg {
        padding: 0 0 5%;
    }
    .management .ttlBox {
        padding: 4% 1%;
        font-size: 4.5vw;
    }
    .management .titleBox {
        padding: 4% 1%;
        font-size: 4.5vw;
        line-height: 1.5;
    }
    .management .comStepTtl {
        margin-bottom: 2.8%;
    }
    .management .comStepTtl .num {
        width: auto;
    }
    .management .comStepTtl .ttl {
        padding-left: 43%;
    }
	.management .flowSec .text {
		margin-bottom: 0;
        padding: 2.7% 0 2.3%;
		text-align: justify;
	}
	.management .flowSec .imgBox {
		margin-bottom: 2.8%;
	}
	.management .flowSec .imgBox01 {
		margin-bottom: 2%;
	}
	.management .flowSec .imgBox02 {
		margin-bottom: 0;
	}
	.management .flowSec .imgBox .photoBox {
		width: 75%;
        margin: 0 auto;
        padding-bottom: 4%;
	}
	.management .flowSec .imgBox .textBox {
		padding-top: 0;
		width: 100%;
	}
	.management .flowSec .textBox p {
		font-size: 3.5vw;
	}
	.management .flowSec .textBox .ttl {
		margin-bottom: 2.5%;
		padding-bottom: 1.5%;
	}
	.management .flowSec .textBox .ttl img {
		height: 3.8vw;
	}
	.management .flowSec .h4Ttl {
		margin-bottom: 0;
        padding: 2px 1% 1px;
		font-size: 4vw;
	}
	.management .flowSec .phoList {
		margin-top: 0;
		margin-bottom: 0;
        padding-bottom: 1%;
	}
	.management .flowSec .phoList li:first-child {
		margin-top: 0;
	}
	.management .flowSec .phoList li {
		margin-top: 0;
        padding-bottom: 4% !important;
		width: 48.5%;
	}
	.management .flowSec .text01 {
		margin-bottom: 0;
	}
	.management .flowSec .cPho {
		margin: 0 auto;
        padding: 1% 0 5.3%;
		width: 100%;
		max-width: inherit;
	}
	.management .flowSec .phoList.col3 {
		margin: 0 -1.5%;
        padding: 3% 0 2.8%;
	}
	.management .flowSec .phoList.col3 li {
        width: 47%;
        padding: 1% 1.5% 2% !important;
	}
	.management .flowSec .phoList.col3 li:nth-child(3n-1) {
		margin: 0;
	}
	.management .flowSec .text02 {
		margin-bottom: 0;
	}
    .management .flowImg {
        margin: 0 0 5%;
    }
    .management p.img {
        margin-bottom: 4%;
    }
    .management p.img01 {
        margin-bottom: 5%;
    }
	.management .flowSec .phoList01 {
		margin-bottom: 0;
	}
	.management .flowSec .textBox01 {
		margin-bottom: 2.8%;
	}
	.management .flowSec .phoList03 {
		margin-bottom: 2.8%;
	}
	.management .titleBox01 {
		margin-bottom: 0;
		padding: 6px 0;
		font-size: 4vw;
	}
	.management .tabBox {
		margin: 0 10px;
	}
	.management .tabBox .content {
		padding: 7% 0 15px;
		overflow-x: scroll;
	}
	.management .tabBox table {
		width: 200%;
	}
	.management .tabBox th, .management .tabBox td {
		padding: 0.85% 1%;
		vertical-align: middle;
		font-size: 3.1vw;
	}
	.management .tabBox th {
		padding: 1.1% 1%;
		width: 14%;
	}
	.management .tabBox .wid01 {
		width: 13%;
	}
}
@media all and (min-width: 1051px) and (max-width: 1120px) {
	.comList {
		margin: 0 0 61px;
	}
}
@media all and (min-width: 768px) and (max-width: 1050px) {
	#gNavi > ul > li > a {
		padding: 15px 19px 13px;
	}
	.management .flowSec .flowList li {
		margin-right: 5.1%;
	}
	.comList {
		margin: 0 0 61px;
	}
	.contact .mailForm td .nameList li .txt {
		width: 40px;
	}
	.contact .mailForm td .nameList li .text01 {
		width: 74%;
	}
	.access .subBox .btmBox .rBox {
		width: 57%;
	}
	.access .subBox .btmBox .rBox .mailTxt img {
		width: 35px;
	}
	.access .subBox .btmBox .rBox .mailTxt a {
		font-size: 3.0rem;
	}
	.contact .mw_wp_form_confirm td .txtList li + li {
		padding-left: 3.5%;
	}
	.contact .mw_wp_form_confirm td .txtList01 li + li {
		padding-left: 4%;
	}
}