@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap');
/*
Theme Name: H-CUBE
Theme URI: null
Description: Description
Author: Shunc - QP
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: 'Noto Sans JP', 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: #000;
	text-decoration: none;
}

a:visited {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

a:active {
	color: #000;
	text-decoration: underline;
}
.bgimg {
	width:100%;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.bgimg img {
	display: none !important;
}
/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.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: 1150px;
	color: #000;
	font-weight: 400;
	font-size: 12px;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}

#container {
	text-align: left;
}

#main {
	padding-top: 90px;
}

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

.sp {
	display: none !important;
}

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

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

	.sp {
		display: block !important;
	}
	
	.pc {
		display: none !important;
	}
	
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}

	#main {
		padding-top: 54px;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: fixed;
	top: 0;
	width: 100%;
	background-color: #fff;
	z-index: 500;
}

#gHeader .hInner {
	position: relative;
}

#gHeader h1 {
	padding: 24px 0 0 74px;
	float: left;
	width: 127px;
}
#gHeader h1 img {
	width: 100%;
}

#gHeader .comTel {
	position: absolute;
	right: 0;
	bottom: -32px;
	width: 150px;
}
#gHeader .comTel img {
	max-width: 100%;
}

#gHeader .addUl {
	margin: 0 auto;
	padding: 10px 0;
	width: 1045px;
	text-align: right;
}

#gHeader .addUl li {
	margin-left: 15px;
	font-size: 14px;
	display: inline;
}

#gHeader .addUl li a {
	margin-right: 21px;
}

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

@media all and (min-width: 901px) and (max-width: 1100px) {
	#gHeader h1 {
		padding-left: 10px;
	}
}

@media all and (min-width: 768px) and (max-width: 900px) {
	#gHeader h1 {
		padding-left: 10px;
	}
}

@media all and (min-width: 0) and (max-width: 767px) {
	#gHeader {
		padding: 14px 10px 8px;
		box-sizing: border-box;
	}
	
	#gHeader .hInner {
		width: auto;
	}
	
	#gHeader h1 {
		padding: 0;
	}
	
	#gHeader h1 a {
		display: inline-block;
	}
	
	#gHeader h1 img {
		margin: 0 auto;
		width: 87px;
	}
    #gHeader .comTel {
        display: none;
    }
    .spMenu {
        display: block;
		position: absolute;
		right: -10px;
		top: -16px;
		width: 60px;
		height: 60px;
		z-index: 99;
	}
	.spMenu a {
		display: block;
		width: 100%;
		height: 100%;
	}
	.spMenu span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
        position: absolute;
		right: 18px;
		width: 24px;
		height: 2px;
		background-color: #000;
	}
	.spMenu span:nth-of-type(1) {
		top: 19px;
	}
	.spMenu span:nth-of-type(2) {
		top: 29px;
	}
	.spMenu span:nth-of-type(3) {
		top: 39px;
	}
	.spMenu.on span:nth-of-type(1) {
		-webkit-transform: translateY(10px) rotate(-45deg);
		transform: translateY(10px) rotate(-45deg);
	}
	.spMenu.on span:nth-of-type(2) {
		opacity: 0;
	}
	.spMenu.on span:nth-of-type(3) {
		-webkit-transform: translateY(-10px) rotate(45deg);
		transform: translateY(-10px) rotate(45deg);
	}	
	.spBox {
		display: none;
		position: fixed;
		left: 0;
		width: 100%;
		height: 100%;
		top: 0;
		background-color: #edf3f3;
		overflow-y: auto;
		z-index: 1000;
	}
	.spBox .close {
		position: absolute;
		right: 30px;
		top: 20px;
		width: 18px;
	}
	.spBox .close img {
		width: 18px;
	}
	.spBox .topBox {
		padding: 50px 0 20px;
		margin: 0 30px;
		border-bottom: 1px solid #bdd2d6;
	}
	.spBox .topBox .spLogo {
		float: left;
	}
	.spBox .topBox .tel {
		float: right;
	}
	.spBox .topBox .tel img {
		width: 76px;
	}
	.spBox .topBox .spLogo img {
		width: 64px;
	}
	
	.spBox .spUl {
		margin: 0 80px 40px;
		padding-top: 11px;
	}
	
	.spBox .spUl li {
		float: left;
		width: 100%;
		font-size: 12px;
		font-weight: 700;
	}
	
	.spBox .spUl li a {
		padding: 17px 0;
		display: block;
		color: #231815;
		line-height: 1.2;
		text-decoration: none;
	}
	
	.spBox .linkList {
		margin: 0 30px 100px;
	}
	
	.spBox .linkList li {
		width: 32%;
		float: left;
		text-align: center;
		margin-right: 2%;
	}
	
	.spBox .linkList li:last-child {
		margin-right: 0;
	}
	
	.spBox .linkList li a {
		padding: 4px 5px 6px;
		display: block;
		color: #fff;
		text-decoration: none;
		font-size: 10px;
		background: #8b7e6b;
	}
	
	.spBox .linkList .link02 a {
		background: #a29666;
	}

	.spBox .linkList .link03 a {
		background: #7d9ea3;
	}
	
	.spBox .linkList li .info {
		padding: 0 0 2px 14px;
		background: url("img/common/sp_add_img01.png") no-repeat left center;
		background-size: 10px auto; 
	}
	
	.spBox .linkList .link02 .info {
		background: url("img/common/sp_add_img02.png") no-repeat left center;
		background-size: 9px auto; 
	}
	
	.spBox .linkList .link03 .info {
		background: url("img/common/sp_add_img03.png") no-repeat left center;
		background-size: 9px auto; 
	}
}
@media all and (min-width: 0) and (max-width: 374px) {
	.spBox .linkList {
		margin: 0 20px 100px;
	}
}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	float: right;
}

#gNavi li {
	float: left;
	padding: 36px 30px 10px;
}

#gNavi li a {
	font-weight: 700;
	display: block;
	color: #231815;
	position: relative;
	font-size: 15px;
	line-height: 1.4;
	text-align: center;
	text-decoration: none;
    transition: .3s;
	-webkit-transition: .3s;
}
#gNavi li a:hover:before,
#gNavi .on a:before {
	position: absolute;
	left: 0;
	bottom: -7px;
	right: 0;
	height: 2px;
	background: #908c89;
	content: "";
    transition: .3s;
	-webkit-transition: .3s;
}

#gNavi .navi06 {
	width: 150px;
	padding: 0;
}

#gNavi .navi06 a {
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	line-height: 1.6;
	background: #317082;
}
#gNavi .navi06 a:hover {
	opacity: 0.7;
}
#gNavi .navi06 a:before {
	display: none;
}
@media all and (min-width: 901px) and (max-width: 1100px) {
	#gNavi li {
		padding: 36px 18px 10px;
	}
}
@media all and (min-width: 768px) and (max-width: 900px) {
	#gNavi li {
		padding: 36px 6px 10px;
	}
}
@media all and (min-width: 0) and (max-width: 767px) {	
	#gNavi {
		display: none;
	}
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 43px 0 36px;
	overflow: hidden;
	background-color: #317082;
	position: relative;
}
.pageTopBox {
	position: relative;
}

.pageTop {
	position: fixed;
	left: 20px;
	bottom: 20px;
	z-index: 200;
}
.pageTop.abs {
	position: absolute;
	bottom: -20px;
}

.pageTop a {
	display: inline-block;
}
.pageTop a:hover {
	opacity: 0.7;
}
.pageTop img {
	width: 117px;
}

#gFooter .fBox {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}

#gFooter .fNavi {
	margin: 0 -20px 37px;
}

#gFooter .fNavi li {
	display: inline;
	font-size: 14px;
	color: #fff;
}

#gFooter .fNavi li a {
	margin: 0 27px;
	color: #fff;
	font-weight: 500;
	letter-spacing: 0.22em;
}

#gFooter .fLogo {
	margin-bottom: 12px;
}
#gFooter .fLogo img {
	width: 142px;
}

#gFooter .copyright {
	text-align: center;
	color: #fff;
	font-size: 13px;
	letter-spacing: 0.05em;
}

@media all and (min-width: 0) and (max-width: 767px) {
	.pageTop img {
		width: 90px;
	}
	#gFooter {
		padding: 0 0 10px;
	}
	
	#gFooter .fBox {
		width: auto;
	}
	
	#gFooter .fNavi {
		margin: 0 0 20px;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		border-bottom: 1px solid #fff;
	}
	
	#gFooter .fNavi li {
		margin: 0 0 -1px;
		width: 50%;
		font-size: 12px;
	}
	
	#gFooter .fNavi li a {
		display: flex;
		margin: 0;
		align-items: center;
		justify-content: center;
		height: 100%;
		padding: 10px;
		text-decoration: none;
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff;
		box-sizing: border-box;
	}
	#gFooter .fNavi li:nth-child(2n) a {
		border-right: none;
	}
	
	#gFooter .fLogo {
		margin-bottom: 10px;
	}
	
	#gFooter .fLogo img {
		width: 80px;
	}
	
	#gFooter .copyright {
		font-size: 8px;
	}
}

/*------------------------------------------------------------
	contentBox
------------------------------------------------------------*/
.contentBox {
	margin: 0 auto;
	width: 1000px;
}

/*------------------------------------------------------------
	comFixed
------------------------------------------------------------*/
.comFixed {
	position: relative;
}

.comFixed ul {
	position: fixed;
	left: 20px;
	bottom: 29px;
	z-index: 1000;
	width: 48px;
}

.comFixed.abs ul {
	position: absolute;
}


.comFixed li {
	float: left;
	margin-top: 8px;
}

.comFixed li a:hover img {
	opacity: 0.7;
}

/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
#main .headLine01 {
	margin-bottom: 18px;
	color: #231815;
	font-size: 35px;
	letter-spacing: 1px;
}

#main .headLine01 span {
	margin: -9px 19px 0 0;
	color: #154970;
	font-size: 18px;
	line-height: 1.2;
	letter-spacing: -0.5px;
	display: inline-block;
	vertical-align: middle;
	border-bottom: 2px solid #918B8B;
}

/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
#main .headLine02 {
	margin-bottom: 19px;
	color: #231815;
	font-size: 30px;
	text-align: center;
	letter-spacing: 2px;
}

/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
#main .headLine03 {
	margin-bottom: 42px;
	padding: 13px 18px;
	font-size: 18px;
	background-color: #CFC4A8;
}

/*------------------------------------------------------------
	comUl01 
------------------------------------------------------------*/
#main .comUl01 {
	margin: 0 -24px 36px -24px;
	overflow: hidden;
}

#main .comUl01 li {
	padding: 0 24px 24px;
	float: left;
	width: 300px;
	border-right: 2px solid #938A8B;
}
#main .comUl01 li a {
	display: block;
	text-decoration: none;
}
#main .comUl01 li a:hover {
	opacity: 0.7;
}

#main .comUl01 li:nth-child(3n) {
	border-right: none;
}

#main .comUl01 li .type {
	margin-bottom: 10px;
	display: inline-block;
	color: #fff;
	padding: 3px 6px 2px;
	line-height: 1.2;
	font-weight: 700;
	font-size: 10px;
	background-color: #154970;
}

#main .comUl01 li .type01 {
	background-color: #8B7A46;
}

#main .comUl01 li .type02 {
	background-color: red;
}

#main .comUl01 li .type03 {
	background-color: green;
}

#main .comUl01 li .type04 {
	background-color: gray;
}

#main .comUl01 li .type05 {
	background-color: pink;
}

#main .comUl01 li .title {
	margin-bottom: 6px;
	padding-bottom: 3px;
	color: #231815;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.7;
	border-bottom: 2px solid #C9C5C4;
}

#main .comUl01 li .title span {
	display: block;
	font-size: 12px;
}

#main .comUl01 li p {
	margin-bottom: 12px;
	font-size: 12px;
	line-height: 1.7;
}

#main .comUl01 li .link {
	margin-bottom: 10px;
}

#main .comUl01 li .link a {
	padding-left: 23px;
	display: inline-block;
	color: #154970;
	font-size: 12px;
	background: url(img/common/icon02.gif) no-repeat left center;
}

#main .comUl02 {
	margin: 0 -24px 47px 0;
}

#main .comUl02 li {
	margin-bottom: -2px;
	padding: 19px 24px 19px;
	border-top: 2px solid #938A8B;
	border-bottom: 2px solid #938A8B;
}

#main .comUl02 li .title {
	margin: 0;
	padding-bottom: 0;
	border-bottom: none;
}

#main .comUl02 li:nth-child(3n) {
	padding-right: 0;
}

#main .comUl02 li:nth-child(3n+1) {
	padding-left: 0;
}

#main .comUl02 li:nth-child(1) {
	padding-top: 0;
	border-top: none;
}

#main .comUl02 li:nth-child(2) {
	padding-top: 0;
	border-top: none;
}

#main .comUl02 li:nth-child(3) {
	padding-top: 0;
	border-top: none;
}

/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
#main .comLink {
	padding-left: 8px;
	text-align: center;
}

#main .comLink li {
	padding: 0 26px;
	display: inline-block;
}

#main .comLink a:hover img {
	opacity: 0.7;
}

/*------------------------------------------------------------
	comLinkUl
------------------------------------------------------------*/
#main .comLinkUl {
	margin: 0 0 0 -1px;
}

#main .comLinkUl li {
	margin-bottom: 22px;
	float: left;
	width: 346px;
	text-align: center;
}

#main .comLinkUl li:last-child {
	margin-bottom: 0;
}

#main .comLinkUl li a {
	padding: 20px 0 15px;
	display: block;
	color: #231815;
	font-size: 16px;
	font-weight: 700;
	border: 2px solid #231816;
}

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

#main .comLinkUl li span {
	padding-left: 19px;
	display: inline-block;
	background: url(img/common/icon01.gif) no-repeat left 4px;
	background-size: 11px auto;
}

/*------------------------------------------------------------
	comLinkUl
------------------------------------------------------------*/
#main .comUlBox {
	margin: 0 0px 30px 11px;
}

#main .comUlBox .comListUl {
	float: left;
	width: 492px;
	clear: none;
}

#main .comUlBox .comListUl01 {
	float: right;
}

#main .comListUl > li {
	float: left;
	width: 492px;
	text-align: center;
}

#main .comListUl > li > a {
	padding-left: 10px;
	height: 152px;
	display: block;
	color: #231815;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.45;
	text-decoration: none;
	position: relative;
	background: url(img/common/com_bg.jpg) no-repeat center top;
	background-size: 100% auto;
}

#main .comListUl > li > a:hover {
	opacity: 0.7;
}

#main .comListUl > li > a:before {
	margin-left: -7px;
	width: 21px;
	height: 21px;
	background: url(img/common/icon03.gif) no-repeat left top;
	background-size: 21px 21px;
	position: absolute;
	bottom: 28px;
	left: 50%;
	 
	content: ""; 
}

#main .comListUl > li > a.on:before {
	background: url(img/common/icon03_on.gif) no-repeat left top;
	background-size: 21px 21px;
}

#main .comListUl li .infoBox {
	display: table;
	width: 100%;
	height: 100%;
}

#main .comListUl li .infoText {
	display: table-cell;
	vertical-align: middle;
}

#main .comListUl li .infoText > span {
	padding-bottom: 28px;
	display: inline-block;
}

#main .comListUl li .numImg {
	position: absolute;
	left: 23px;
	top: 22px;
}

#main .comListUl li .jsBox {
	padding: 10px 17px 48px;
	text-align: left;
	display: none;
}

#main .comListUl li .jsBox p {
	padding-right: 25px;
	font-size: 12px;
	line-height: 1.9;
}

#main .comListUl li .jsBox p span {
	color: #154970;
	display: block;
	line-height: 1.65;
}

#main .comListUl li .jsBox ul li {
	font-size: 12px;
	line-height: 1.95;
}

/*------------------------------------------------------------
	comInner
------------------------------------------------------------*/
.comInner {
	margin-bottom: 50px;	
}

.comInner .photoBox {
	float: left;
}

.comInner .photoBox img {
	margin-top: -16px;
}

.comInner .textBox {
	padding-top: 50px;
	float: right;
	width: 430px;
}

.comInner .textBox h2 {
	margin: 0 0px 16px -136px;
	padding-bottom: 7px;
	color: #231815;
	border-bottom: 2px solid #231816;
}

.comInner .textBox h2 .en {
	width: 132px;
	float: left;
	font-size: 14px;
	letter-spacing: 2px;
	line-height: 1.55;
}

.comInner .textBox h2 .rText {
	padding-top: 10px;
	float: left;
	font-size: 35px;
}

.comInner .textBox p {
	margin-bottom: 22px;
	font-size: 13px;
	line-height: 2.9;
}

#main .comInner .textBox .comLinkUl li a {
	padding: 19px 0 16px;
}

@media all and (min-width: 0) and (max-width: 767px) {
	/*------------------------------------------------------------
		contentBox
	------------------------------------------------------------*/
	.contentBox {
		margin: 0 auto;
		width: auto;
	}
	
	/*------------------------------------------------------------
		headLine01
	------------------------------------------------------------*/
	#main .headLine01 {
		margin-bottom: 10px;
		font-size: 20px;
	}
	
	#main .headLine01 span {
		margin: -3px 10px 0 0;
		font-size: 10px;
	}
	
	/*------------------------------------------------------------
		headLine02
	------------------------------------------------------------*/
	#main .headLine02 {
		font-size: 18px;
		letter-spacing: 0px;
	}
	
	/*------------------------------------------------------------
		headLine03
	------------------------------------------------------------*/
	#main .headLine03 {
		margin-bottom: 20px;
		padding: 10px 15px;
		font-size: 14px;
	}
	
	/*------------------------------------------------------------
		comUl01
	------------------------------------------------------------*/
	#main .comUl01 {
		margin: 0 0 15px 0; 
	}
	
	#main .comUl01 li {
		margin-bottom: 10px;
		padding: 0;
		width: 100%;
	}
	#main .comUl01 li a:hover {
		opacity: 1;
	}
	
	#main .comUl01 li .type {
		margin-bottom: 7px;
		font-size: 9px;
		line-height: 1.4;
		padding: 2px 6px;
	}
	
	#main .comUl01 li .title {
		padding-bottom: 5px;
		margin-bottom: 5px;
		font-size: 14px;
		line-height: 1.5;
	}
	
	#main .comUl01 li .title span {
		font-size: 9px;
	}
	
	#main .comUl01 li p {
		margin-bottom: 10px;
		font-size: 11px;
	}
	
	#main .comUl01 li .link {
		margin-bottom: 7px;
	}
	
	#main .comUl01 li .link a {
		font-size: 11px;
		padding-left: 18px;
		background-size: 12px auto;
	}
	
	#main .comUl01 li img {
		width: 100%;
		height: auto !important;
	}
	
	#main .comUl02 li {
		margin: 0 0 -1px;
		padding: 10px;
		width: 50%;
		box-sizing: border-box;
		border-top: 1px solid #938A8B;
		border-right: 1px solid #938A8B;
		border-bottom: 1px solid #938A8B;
	}
	
	#main .comUl02 li:nth-child(2n) {
		float: right;
		border-right: none !important;
	}
	
	#main .comUl02 li:nth-child(3) {
		padding: 10px;
		border-top: 1px solid #938A8B;
	}
	
	#main .comUl01 li:nth-child(3n) {
		border-right: 1px solid #938A8B; 
	}
			
	#main .comUl02 li:nth-child(3n+1) {
		padding-left: 10px;
	}
	
	/*#main .comUl02 li:nth-last-child(3) {
		border-bottom: 1px solid #938A8B;
	}*/
	
	#main .comUl02 li .title {
		margin: 0;
		padding: 0;
	}
	
	#main .comUl02 .noBor01 {
		padding-bottom: 10px;
	}

	/*------------------------------------------------------------
		comLink
	------------------------------------------------------------*/
	#main .comLink li {
		padding: 0 4px;
	}
	
	#main .comLink img {
		width: 90px;
	}
	
	/*------------------------------------------------------------
		comLinkUl
	------------------------------------------------------------*/
	#main .comLinkUl li {
		margin-bottom: 10px;
		width: 100%;
	}
	
	#main .comLinkUl li a {
		padding: 8px 0 8px;
		font-size: 12px;
		border: 1px solid #231816;
	}
	
	#main .comLinkUl li span {
		padding-left: 15px;
		background-size: 8px auto;
	}
	
	/*------------------------------------------------------------
		comListUl
	------------------------------------------------------------*/
	#main .comUlBox {
		margin: 0 0 30px;
	}
	
	#main .comUlBox .comListUl {
		float: none;
		width: auto;
	}
	
	#main .comUlBox .comListUl01 {
		float: none;
	}
	
	#main .comListUl > li {
		width: 100%;
	}
	
	#main .comListUl > li > a {
		font-size: 15px;
		height: 100px;
		background-size: 100% 100%;
	}
	
	#main .comListUl li .infoText > span {
		padding-bottom: 28px;
	}
	
	#main .comListUl > li > a:before {
		margin-left: -17px;
		width: 16px;
		height: 16px;
		bottom: 20px;
		background-size: 16px 16px;
	}
	
	#main .comListUl > li > a.on:before {
		background-size: 16px 16px;
	}
	
	#main .comListUl li .numImg {
		left: 13px;
		top: 13px;
		height: 68px;
	}
	
	#main .comListUl li .jsBox {
		padding: 10px 12px 20px;
	}
	
	#main .comListUl li .jsBox p {
		padding: 0;
		font-size: 11px;
		line-height: 1.7;
	}
	
	#main .comListUl li .jsBox ul li {
		font-size: 12px;
		line-height: 1.7;
	}
	
	/*------------------------------------------------------------
		comInner
	------------------------------------------------------------*/
	.comInner {
		margin-bottom: 20px;
	}
	
	.comInner .photoBox {
		margin-bottom: 20px;
		float: none;
		width: 100%;
	}
	
	.comInner .photoBox img {
		width: 100%;
	}
	
	.comInner .textBox {
		padding: 0;
		float: none;
		width: auto;
	}
	
	.comInner .textBox h2 {
		margin: 0 0 10px;
		border-bottom: 1px solid #231816;
	}
	
	.comInner .textBox h2 .en {
		font-size: 10px;
		line-height: 1.3;
		letter-spacing: 1px;
		width: 100px;
	}
	
	.comInner .textBox h2 .rText {
		font-size: 20px;
		padding-top: 10px;
	}
	
	.comInner .textBox p {
		margin-bottom: 20px;
		font-size: 10px;
		line-height: 1.7;
	}
	
	#main .comInner .textBox .comLinkUl li a {
		padding: 10px 0 8px;
	}
	
	/*------------------------------------------------------------
		comFixed
	------------------------------------------------------------*/
	.comFixed ul {
		bottom: 15px;
		left: 10px;
	}
	
	.comFixed.abs ul {
		width: 24px;
	}
	
	.comFixed li img {
		width: 24px;
	}
	
	.comFixed li:nth-child(1),
	.comFixed li:nth-child(2) {
		display: none;
	}
}

/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.mainVisual {
	margin: 0 auto 16px;
	position: relative;
	z-index: 100;
}

.mainVisual img {
	width: 100%;
}

.mainVisual .scroll {
	position: absolute;
	left: 85px;
	bottom: 49px;
}
.mainVisual .scroll a:hover {
	opacity: 0.7;
}
.mainVisual .scroll img {
	width: 103px;
}
.mainVisual .slick-dots {
	margin: 44px auto 0;
	padding-bottom: 7px;
	height: 12px;
	text-align: center;
}

.mainVisual .slick-dots li {
    position: relative;
    display: inline-block;
	width: 9px;
	height: 9px;
    margin: 0 11px;
    padding: 0;
	bottom: 25px;
    cursor: pointer;
	vertical-align: top;
}

.mainVisual .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
	width: 9px;
	height: 9px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
	border-radius: 50%;
	background: #afafaf;
}

.mainVisual .slick-dots li.slick-active button {
	background: #3e3a39;
}

.comH2 {
	color: #231815;
	font-size: 35px;
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	letter-spacing: 0.18em;
	text-align: center;
}
.comView {
	text-align: right;
}
.comView span,
.comView a {
	color: #231815;
	font-size: 12px;
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	padding-bottom: 10px;
	display: block;
	background: url(img/common/add_icon01.png) no-repeat right bottom;
	background-size: 41px auto;
	letter-spacing: 0.18em;
}
.comView a:hover {
	opacity: 0.7;
	text-decoration: none;
}
.index .aboutBox {
	padding: 50px 0 100px;

}
.index .aboutBox .comH2 {
	margin-bottom: 46px;
}
.index .aboutBox p {
	color: #231815;
	font-weight: 700;
	font-size: 3.5rem;
	font-size: 18px;
	text-align: center;
	letter-spacing: 0.195em;
	line-height: 3.4;
}
.index .inforBox {
	padding: 44px 0 68px;
	background: #d7e5e5;
}
.index .inforBox .comH2 {
	margin-bottom: 46px;
}
.index .inforBox .newsBox {
	padding-bottom: 10px;
	overflow: hidden;
	border-top: 1px solid #231815; 
	border-bottom: 1px solid #231815; 
}
.index .inforBox dt {
	float: left;
	width: 91px;
	font-size: 13px;
	color: #595757;
	padding: 10px 0 0 26px;
	box-sizing: border-box;
	text-align: center;
}
.index .inforBox dd {
	position: relative;
	width: 900px;
	float: right;
	color: #231815;
	font-size: 14px;
	padding: 20px 40px 20px 70px;
	box-sizing: border-box;
	border-left: 1px solid #231815;
	border-bottom: 1px solid #231815;
}
.index .inforBox dd .txtSpan {
   white-space:nowrap;
   text-overflow:ellipsis;
   overflow: hidden;
   width: 770px;
   display: inline-block;
}
.index .inforBox dd .category {
	position: absolute;
	left: 0;
	top: 0;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	width: 40px;
	padding: 4px 0;
	line-height: 1.2;
	text-align: center;
	background: #3b5f6d;
}
.index .inforBox dd .category span {
	display: inline-block;
	max-width: 2em;
	vertical-align: top;
}
.index .inforBox dd .category01 {
	background: #c9a62e;
}
.index .inforBox .comView {
	padding-top: 20px;
	float: right;
}

.index .serviceBox {
	padding: 0 0 72px;
}

.index .serviceBox .contentBox {
	padding: 187px 0 138px;
}
.index .serviceBox .topBox {
	width: 718px;
	margin: 0 auto 200px;
	text-align: center;
}
.index .serviceBox .topBox .top {
	margin-bottom: 22px;
	padding-bottom: 7px;
	font-size: 18px;
	color: #fff;
	border-bottom: 1px solid #fff;
	text-align: center;
	letter-spacing: 0.195em;
}
.index .serviceBox .topBox a {
	padding: 10px;
	display: block;
	color: #fff;
	overflow: hidden;
	border-radius: 3px;
	text-decoration: none;
	background: #317082;
}
.index .serviceBox .topBox a:hover {
	opacity: 0.7;
}
.index .serviceBox .topBox .txtP {
	margin-bottom: 17px;
	font-size: 21px;
	font-weight: 700;
	letter-spacing: 0.195em;
}
.index .serviceBox .topBox .comView {
	float: right;
	margin-top: -10px;
}
.index .serviceBox .topBox .comView span {
	color: #fff;
	padding-bottom: 5px;
	background: url(img/common/add_icon02.png) no-repeat right bottom;
	background-size: 41px auto;
}
.index .serviceBox .topBox .imgBox img {
	width: 200px;
}


.index .serviceBox h2 {
	margin-bottom: 16px;
}

.index .serviceBox .photoList {
	margin: 0 -48px 90px;
}

.index .serviceBox .photoList li {
	width: 100%;
	margin-bottom: 90px;
}
.index .serviceBox .photoList li:last-child {
	margin-bottom: 0;
}
.index .serviceBox .photoList li a {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	height: 364px;
	color: #fff;
	position: relative;
	text-decoration: none;
	text-align: center;
	background: url(img/index/photo01.jpg) no-repeat center center;
	background-size: cover; 
}
.index .serviceBox .photoList .li02 a {
	background: url(img/index/photo02.jpg) no-repeat center center;
	background-size: cover; 
}
.index .serviceBox .photoList li a:before {
	position: absolute;
	left: 24px;
	right: 24px;
	bottom: 24px;
	top: 24px;
	border: 1px solid #fff;
	content: "";
}
.index .serviceBox .photoList li a:hover {
	opacity: 0.7;
}
.index .serviceBox .photoList li .ttl {
	font-size: 46px;
	font-weight: 700;
	margin-bottom: 21px;	
	letter-spacing: 0.1em;
}
.index .serviceBox .photoList li .ttl .en {
	margin-top: 13px;
	display: block;
	font-size: 19px;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0.15em;
}
.index .serviceBox .photoList li .txtSpan {
	display: block;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.8;
	letter-spacing: 0.15em;
	margin-bottom: 10px;
}
.index .serviceBox .photoList li .moreBox {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 24px;
	display: block;
}
.index .serviceBox .photoList li .moreBox .more {
	display: block;
	padding: 7px 0;
	color: #231815;
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	font-size: 12px;
	text-align: center;
	background: #fff;
	width: 113px;
	margin: 0 auto;
	letter-spacing: 0.15em;
}

.index .serviceBox .addUl {
	margin: 0 -48px;
}

.index .serviceBox .addUl li {
	margin-right: 61px;
	float: left;
	width: 324px;
}

.index .serviceBox .addUl li a {
	display: block;
	text-decoration: none;
}

.index .serviceBox .addUl li a:hover {
	opacity: 0.7;
}

.index .serviceBox .addUl li .photo {
	position: relative;
	height: 222px;
	display: flex;
	color: #fff;
	text-align: center;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background: url(img/index/add_photo01.jpg) no-repeat center center;
	background-size: cover; 
}
.index .serviceBox .addUl li .photo:before {
	position: absolute;
	left: 13px;
	right: 13px;
	bottom: 13px;
	top: 13px;
	border: 1px solid #fff;
	content: "";
}
.index .serviceBox .addUl li .photo02 {
	background: url(img/index/add_photo02.jpg) no-repeat center center;
	background-size: cover; 
}
.index .serviceBox .addUl li .photo03 {
	background: url(img/index/add_photo03.jpg) no-repeat center center;
	background-size: cover; 
}
.index .serviceBox .addUl li:last-child {
	margin-right: 0;
}
.index .serviceBox .addUl li .photo .ttl {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 21px;
	line-height: 1.3;
}
.index .serviceBox .addUl li .photo .ttl .en {
	display: block;
	font-size: 16px;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0.15em;
	margin-top: 10px;
}
.index .serviceBox .addUl li .photo .moreBox {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 13px;
	display: block;
}
.index .serviceBox .addUl li .photo .moreBox .more {
	width: 92px;
	margin: 0 auto;
	display: block;
	color: #231815;
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	font-size: 9.6px;
	text-align: center;
	background: #fff;
	padding: 7px 0;
	letter-spacing: 0.18em;
}
.index .serviceBox .addUl li p {
	margin: 18px 0 0;
	font-size: 16px;
	text-align: center;
	line-height: 1.6;
	letter-spacing: 0.06em;
}

.index .btmBox {
	margin: 0 auto;
	padding: 70px 0 93px;
	background: #d7e5e5;
}
.index .btmBox .comH2 {
	margin-bottom: 80px;
}

.index .btmBox .innerBox {
	margin: 0 45px;
}

.index .btmBox .map {
	float: left;
	width: 48%;
}

.index .btmBox .map img {
	width: 100%;
}

.index .btmBox .rBox {
	padding: 0;
	float: right;
	width: 40%;
	box-sizing: border-box;
}

.index .btmBox .rBox h2 {
	margin: 0 0 7px 13px;
}

.index .btmBox .rBox h2 span {
	color: #231815;
	border-bottom: 1px solid #221914;
}

.index .btmBox .rBox table {
	width: 100%;
}

.index .btmBox .rBox table th,
.index .btmBox .rBox table td {
	font-weight: normal;
	text-align: left;
	font-size: 12px;
	line-height: 1.6;
	vertical-align: top;
}

.index .btmBox .rBox table th {
	padding: 5px 5px 5px 15px;
	width: 29%;
}

.index .btmBox .rBox table td {
	padding: 5px 5px 5px 5px;
}
@media all and (min-width: 0) and (max-width: 767px) {
	/*------------------------------------------------------------
		index
	------------------------------------------------------------*/
	.mainVisual {
		width: auto;
		margin: 0;
	}
	.mainVisual .slide {
		height: auto !important;
	}
	
	.mainVisual img {
		margin-top: -5px;
	}
	
	.mainVisual .scroll {
		left: 20px;
		bottom: 32px;
	}
	
	.mainVisual .scroll img {
		width: 60px;
	}
	
	.mainVisual .slick-dots {
		margin: 35px 0 0 0;
		padding-bottom: 4px;
		height: 6px;
	}

	.mainVisual .slick-dots li {
		width: 6px;
		height: 6px;
	    margin: 0 4px 0 3px;
	}

	.mainVisual .slick-dots li button {
		padding: 0;
		width: 6px;
		height: 6px;
		background: url(img/index/icon01.gif) no-repeat left top;
		background-size: 6px 6px;
	}

	.mainVisual .slick-dots li.slick-active button {
		background: url(img/index/icon01_over.gif) no-repeat left top;
		background-size: 6px 6px;
	}
	.comH2 {
		font-size: 20px;
	}	
	.index .aboutBox {
		width: auto;
		padding: 30px 15px 50px;
	}
	.index .aboutBox .comH2 {
		margin-bottom: 25px;
	}
	.index .aboutBox p {
		font-size: 14px;
		letter-spacing: 0.1em;
		line-height: 2;
		text-align: left;
	}
	.index .inforBox {
		padding: 30px 15px;
	}
	.index .inforBox .comH2 {
		margin-bottom: 25px;
	}
	.index .inforBox .newsDl {
		margin-bottom: 10px;
	}
	.index .inforBox dt {
		width: auto;
		float: none;
		padding: 10px 0;
		text-align: left;
	}
	.index .inforBox dd {
		padding: 6px 20px 20px 60px;
		float: none;
		width: auto;
		border-left: none;
	}
	.index .inforBox dd a {
		text-decoration: none;
	}
	.index .inforBox dd .txtSpan {
		width: 100%;
	}
	.index .inforBox .comView {
		float: none;
		padding-top: 0;
	}
	.index .serviceBox {
		padding: 20px 15px 50px;
		background: none;
	}
	.index .serviceBox .topBox {
		margin-bottom: 100px;
		width: auto;
	}
	.index .serviceBox .topBox .top {
		font-size: 14px;
	}
	.index .serviceBox .topBox .txtP {
		font-size: 16px;
	}
	.index .serviceBox .topBox .comView {
		float: none;
		margin: 10px auto 0;
	}
	.index .serviceBox .contentBox {
		padding: 1px 0 0;
		background: none;
	}
		
	.index .serviceBox h2 {
		margin-bottom: 10px;
	}
	
	.index .serviceBox .photoList {
		margin: 0 0 50px;
	}
	
	.index .serviceBox .photoList li {
		margin-bottom: 30px;
		width: auto;
	}
	
	.index .serviceBox .photoList li a {
		padding: 15px;
		box-sizing: border-box;
	}
	
	.index .serviceBox .photoList li a::before {
		left: 12px;
		top: 12px;
		bottom: 12px;
		right: 12px;
	}
	
	.index .serviceBox .photoList li .ttl {
		font-size: 26px;
	}

	.index .serviceBox .photoList li .ttl .en {
		font-size: 15px;
	}
	.index .serviceBox .photoList li .txtSpan {
		font-size: 13px;
	}
	
	.index .serviceBox .photoList li:last-child {
		margin: 0;
	}
	
	.index .serviceBox .photoList li .moreBox {
		bottom: 12px;
	}

	.index .serviceBox .addUl {
		margin: 0 2px 0 0;
	}
	
	.index .serviceBox .addUl li {
		margin: 0 0 24px;
		width: auto;
		float: none;
	}
	.index .serviceBox .addUl li .photo::before {
		left: 10px;
		right: 10px;
		top: 10px;
		bottom: 10px;
	}
	.index .serviceBox .addUl li .photo .ttl {
		margin-bottom: 15px;
		font-size: 20px;
	}
	.index .serviceBox .addUl li .photo .ttl .en {
		font-size: 13px;
		margin-top: 10px;
	}
	.index .serviceBox .addUl li p {
		font-size: 13px; 
		margin-top: 15px;
	}
	
	.index .serviceBox .addUl li .photo .moreBox {
		bottom: 10px;
	}
	
	.index .btmBox {
		margin: 0;
		padding: 40px 15px;
		width: auto;
	}
	
	.index .btmBox .comH2 {
		margin-bottom: 30px;
	}
	
	.index .btmBox .innerBox {
		margin: 0;
	}
	
	.index .btmBox .map {
		width: 100%;
		float: none;
		height: 310px;
	}
	
	.index .btmBox .rBox {
		padding: 30px 0;
		float: none;
		width: 100%;
		display: block;
	}
	
	.index .btmBox .rBox .tabBox {
		display: block;
		width: 100%;
		margin: 0 auto;
	}
	
	.index .btmBox .rBox table th,
	.index .btmBox .rBox table td {
		font-size: 12px;
	}
	
	.index .btmBox .rBox table th {
		padding-left: 5px;
		width: 25%;
	}
	.index .btmBox .rBox table td a:hover {
		text-decoration: none;
	}
}

/*------------------------------------------------------------
	information
------------------------------------------------------------*/
.information {
	margin: 0 auto 77px;
	width: 900px;
}

.information h2 {
	margin: 0 0 38px -1px;
	width: 170px;
	padding: 26px 0 3px 13px;
	font-size: 22px;
	box-sizing: border-box;
	border: 2px solid #473D3C;
	border-top: none;
	background-color: #EDE9DE;
}

.information .borderBox {
	padding: 29px 50px 40px;
	border-top: 2px solid #7F7F7F;
}

.information .borderBox:nth-child(n+5) {
	display: none;
}

.information .borderBox:first-child {
	padding-top: 0;
	border-top: none;
}

.information .noBord {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.information .textDl {
	margin-bottom: 12px;
}

.information .textDl dt {
	margin-bottom: 17px;
	font-size: 10px;
	color: #908B89;
}

.information .textDl dt span {
	margin-right: 10px;
	padding: 2px 7px;
	color: #fff;
	display: inline-block;
	line-height: 1.2;
	border-radius: 2px;
	background-color: #174870;
}

.information .textDl dt .color01 {
	background-color: #8A722A;
}

.information .textDl dt .color02 {
	background-color: #893C28;
}

.information .textDl dd {
	padding-bottom: 7px;
	border-bottom: 2px solid #BFBFBF;
}

.information .textDl dd a,
.information .textDl dd span {
	font-size: 16px;
}

.information .borderBox p {
	margin-bottom: 30px;
	font-size: 13px;
	line-height: 2;
}

.information .photoList {
	margin: 0 -28px 0 0;
	overflow: hidden;
}

.information .photoList li {
	margin-right: 26px;
	float: left;
	width: 250px;
}

.information .photoList li a {
	display: block;
}

.information .photoList li a:hover img {
	opacity: 0.7;
}

.information .btn {
	padding-top: 3px;
	text-align: center;
}

.information .btn a {
	display: inline-block;
}

.information .btn a:hover img {
	opacity: 0.7;
}

@media all and (min-width: 0) and (max-width: 767px) {
	.information {
		margin: 0 26px 20px;
		width: auto;
	}
	
	.information h2 {
		margin: 0 0 20px;
		padding: 20px 0 3px 10px;
		width: 140px;
		font-size: 16px;
	}
	
	.information .borderBox {
		padding: 20px 0;
	}
	
	.information .textDl {
		margin-bottom: 10px;
	}
	
	.information .textDl dt {
		margin-bottom: 10px;
	}
	
	.information .textDl dt span {
		margin-right: 6px;
		font-size: 9px;
	}
	
	.information .textDl dd {
		padding-bottom: 5px;
	}
	
	.information .textDl dd a,
	.information .textDl dd span {
		font-size: 12px;
	}
	
	.information .borderBox p {
		font-size: 11px;
		line-height: 1.7;
		margin-bottom: 20px;
	}
	
	.information .photoList {
		margin: 0;
	}
	
	.information .photoList li {
		margin-right: 2%;
		width: 32%;
	}
	
	.information .photoList li:nth-child(3n) {
		margin-right: 0;
	}
	
	.information .photoList li img {
		width: 100%;
	}
	
	.information .btn {
		padding: 0 0 20px;
		margin: -10px auto 0;
		width: auto;
	}
	
	.information .btn img {
		width: 110px;
	}
}

/*------------------------------------------------------------
	purchase01
------------------------------------------------------------*/
.purchase01 {
	margin: 0 auto 35px;
	width: 1000px;
}

.purchase01 .comLink {
	padding: 19px 0 55px 8px;
}

.purchase01 .comInner .textBox {
	padding-top: 11px;
}

@media all and (min-width: 0) and (max-width: 767px) {
	.purchase01 {
		margin: 0 26px 20px;	
		width: auto;
	}
	
	.purchase01 .comLink {
		padding: 10px 0 30px 0;
	}
	
	.purchase01 .comInner .textBox {
		padding: 0;
	}
}

/*------------------------------------------------------------
	purchase02
------------------------------------------------------------*/
.purchase02 {
	margin: 0 auto 70px;
}

.purchase02 .inner {
	margin: 0 auto 59px;
	width: 1100px;
}

.purchase02 .inner .photoBox {
	margin-right: 22px;
	float: left;
	width: 603px;
}

.purchase02 .inner .photoBox img {
	margin-top: -20px;
	width: 100%;
}

.purchase02 .inner .textBox {
	padding-top: 57px;
	float: left;
	width: 350px;
}

.purchase02 .inner .textBox p {
	font-size: 13px;
	line-height: 2.1;
}

.purchase02 .inner .textBox h2 {
	margin: 0 0px 23px 0;
	padding-bottom: 6px;
	color: #231815;
	overflow: hidden;
	line-height: 1.3;
	border-bottom: 2px solid #918C89;
}

.purchase02 .inner .textBox h2 .lText {
	font-size: 35px;
	float: left;
}

.purchase02 .inner .textBox h2 .en {
	padding-top: 23px;
	font-size: 14px;
	color: #231815;
	float: right;
	letter-spacing: 2px;
}

#main .purchase02 .inner .textBox .comLinkUl li a {
	padding: 14px 12px 10px;
	color: #fff;
	background-color: #DC473F;
	text-align: left;
    border-color: #DC473F;
}

#main .purchase02 .inner .textBox .comLinkUl li a span {
	background: url(img/common/icon06.png) no-repeat left 5px;
    background-size: 10px auto;
}

#main .purchase02 .headLine02 {
	margin-bottom: 21px;
}

#main .purchase02 .h3Ttl01 {
	margin-bottom: 32px;
}

#main .purchase02 .comUlBox {
	margin-bottom: 41px;
}

#main .purchase02 .comListUl > li > a {
	color: #fff;
	background: url(img/common/com_bg02.jpg) no-repeat left top;
}

#main .purchase02 .comListUl > li > a:before {
	background: url(img/common/icon04.png) no-repeat left top;
}

#main .purchase02 .comListUl > li > a.on:before {
	background: url(img/common/icon04_on.png) no-repeat left top;
}

#main .purchase02 .comUl01 {
	margin: 0 0 86px;
}

#main .purchase02 .comUl01 li {
	padding: 24px 24px 30px;
	border-bottom: 2px solid #938A8B;
}

#main .purchase02 .comUl01 li p {
	margin-bottom: 14px;
}

#main .purchase02 .comUl01 li .title {
	margin-bottom: 6px;
}

#main .purchase02 .comUl01 li:nth-child(1) {
	padding-top: 0;
}

#main .purchase02 .comUl01 li:nth-child(2) {
	padding-top: 0;
}

#main .purchase02 .comUl01 li:nth-child(3) {
	padding-top: 0;
}

/*#main .purchase02 .comUl01 li:nth-child(4) {
	padding-bottom: 0;
	border-bottom: none;
}

#main .purchase02 .comUl01 li:nth-child(5) {
	padding-bottom: 0;
	border-bottom: none;
}

#main .purchase02 .comUl01 li:nth-child(6) {
	padding-bottom: 0;
	border-bottom: none;
}
*/
#main .purchase02 .comUl01 li:nth-child(3n+1) {
	padding-left: 0;
}

#main .purchase02 .comUl01 li:nth-child(3n) {
	padding-right: 0;
}

#main .purchase02 .comListUl li .jsBox {
	padding: 0 17px 39px;
}

@media all and (min-width: 0) and (max-width: 767px) {
	.purchase02 {
		margin-bottom: 20px;
	}
	
	.purchase02 .inner {
		margin-bottom: 25px;
		width: auto;
	}
	
	.purchase02 .inner .photoBox {
		margin: 0;
		width: 100%;
		float: none;
	}
	
	.purchase02 .inner .textBox {
		padding: 0 0 0 0%;
		margin: 10px 26px 0;
		float: none;
		width: auto;
	}
	
	.purchase02 .inner .textBox h2 {
		margin: 0 0 15px;
	}
	
	.purchase02 .inner .textBox h2 .lText {
		font-size: 20px;
	}
	
	.purchase02 .inner .textBox h2 .en {
		padding-top: 10px;
		font-size: 10px;
	}
	
	.purchase02 .inner .textBox p {
		margin-bottom: 10px;
		font-size: 10px;
		line-height: 1.7;
	}
	
	#main .purchase02 .inner .textBox .comLinkUl li a {
		padding: 8px 11px;
	}
		
	#main .purchase02 .inner .textBox .comLinkUl li a span {
        background-position: left 3px;
		background-size: 8px auto;
	}
	
	.purchase02 .contentBox {
		padding: 0 26px;
	}
	
	#main .purchase02 .comListUl > li > a {
		background-size: 100% 100%;
	}
	
	#main .purchase02 .comListUl > li > a:before {
		background-size: 16px 16px;
	}
	
	#main .purchase02 .comListUl > li > a.on:before {
		background-size: 16px 16px;
	}
	
	#main .purchase02 .comUl01 {
		margin: 0 0 30px;
	}
	
	#main .purchase02 .comUl01 li {
		padding: 0;
		border-bottom: none;
	}
	
	#main .purchase02 .comUl01 li p {
		margin-bottom: 10px;
	}
	
	#main .purchase02 .comUl01 li .title {
		margin-bottom: 5px;
	}
	
	#main .purchase02 .comUlBox {
		margin-bottom: 20px;
	}
	
	#main .purchase02 .comListUl li .jsBox {
		padding: 10px 17px 20px;
	}
}

/*------------------------------------------------------------
	management
------------------------------------------------------------*/
.management {
	margin-bottom: 68px;
}

.management .pageTitle {
	margin: -23px auto 41px;
	width: 1102px;
	min-height: 338px;
	background: url(img/management/page_title_bg.jpg) no-repeat center top;
}

.management .pageTitle h2 {
	text-align: center;
	padding-top: 84px;
}

.management .bigPhoto {
	margin: 0 auto 80px;
	width: 1000px;
}

.management .bigPhoto img {
	width: 100%;
}

.management .topTit {
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
}

.management .top {
	margin-bottom: 40px;
	font-size: 14px;
	line-height: 2.55;
	text-align: center;
}

#main .management .comLinkUl {
	margin: 0 0 45px 140px;
}

#main .management .comLinkUl li {
	margin-right: 31px;
}

#main .management .h3Ttl01 {
	margin-bottom: 32px;
}

#main .management .comUl01 {
	margin: 0 0 58px;
}

#main .management .comUl01 li {
	padding: 24px 24px 30px;
	border-bottom: 2px solid #938A8B;
}

#main .management .comUl01 li p {
	margin-bottom: 14px;
}

#main .management .comUl01 li .title {
	margin-bottom: 6px;
}

#main .management .comUl01 li:nth-child(1) {
	padding-top: 0;
}

#main .management .comUl01 li:nth-child(2) {
	padding-top: 0;
}

#main .management .comUl01 li:nth-child(3) {
	padding-top: 0;
}

/*#main .management .comUl01 li:nth-child(4) {
	padding-bottom: 0;
	border-bottom: none;
}

#main .management .comUl01 li:nth-child(5) {
	padding-bottom: 0;
	border-bottom: none;
}

#main .management .comUl01 li:nth-child(6) {
	padding-bottom: 0;
	border-bottom: none;
}
*/
#main .management .comUl01 li:nth-child(3n+1) {
	padding-left: 0;
}

#main .management .comUl01 li:nth-child(3n) {
	padding-right: 0;
}

@media all and (min-width: 0) and (max-width: 767px) {
	.management {
		margin-bottom: 30px;
	}
	
	.management .pageTitle {
		margin: 0 0 20px;
		min-height: 180px;
		width: auto;
	}
	
	.management .pageTitle h2 {
		padding-top: 32px;
	}
	
	.management .pageTitle h2 img {
		width: 120px;
	}
	
	.management .contentBox {
		padding: 0 26px;
	}
	
	.management .topTit {
		margin-bottom: 20px;
		font-size: 15px;
	}
	
	.management .top {
		margin-bottom: 20px;
		font-size: 11px;
		line-height: 1.8;
	}
	
	#main .management .comLinkUl {
		margin: 0 0 30px;
	}
	
	#main .management .comLinkUl li {
		margin: 0 0 10px;
	}
	
	#main .management .comLinkUl li:last-child {
		margin-bottom: 0;
	}
	
	.management .bigPhoto {
		margin-bottom: 35px;
		width: auto;
	}
	
	#main .management .h3Ttl01 {
		margin-bottom: 15px;
	}
	
	#main .management .comUl01 {
		margin: 0 0 30px;
	}
	
	#main .management .comUl01 li {
		padding: 0;
		border-bottom: none;
	}
	
	#main .management .comUl01 li p {
		margin-bottom: 10px;
	}
	
	#main .management .comUl01 li .title {
		margin-bottom: 5px;
	}
}

@media all and (min-width: 0) and (max-width: 374px) {
	#main .comListUl > li > a {
		font-size: 11px;
	}
	
	#main .comListUl li .numImg {
		height: 54px;
	}
	
	#main .comListUl > li > a:before {
		bottom: 20px;
	}
	
	#main .comListUl li .infoText > span {
		padding-bottom: 24px;
	}
}

/*------------------------------------------------------------
	sale
------------------------------------------------------------*/
.sale {
	margin: 0 auto 34px;
	width: 1000px;
}

.sale .comAddUl {
	margin: 0 -107px 30px;
}
.sale .comAddUl li {
	width: 406px;
}
.sale .comAddUl li:nth-child(2) {
	width: 350px;
}

.sale .comInner {
	margin: 0 40px 62px 0;
}

.sale .comInner .textBox {
	padding-top: 48px;
	width: 354px;
}

.sale .comInner .textBox h2 {
	margin: 0 12px 14px -166px;
}

.sale .comInner .textBox h2 .en {
	width: 158px;
}

.sale .comInner .textBox p {
	margin-bottom: 11px;
}

#main .sale .comInner .textBox .comLinkUl li {
	margin-bottom: 7px;
	text-align: left;
}

#main .sale .comInner .textBox .comLinkUl li:nth-child(2) {
	margin-bottom: 18px;
}

#main .sale .comInner .textBox .comLinkUl li a {
	padding: 9px 11px 6px;
}

#main .sale .comInner .textBox .comLinkUl li span {
	padding-left: 14px;
}

#main .sale .comInner .textBox .comLinkUl li:last-child {
	margin-bottom: 0;
}

#main .sale .comInner .textBox .comLinkUl li:last-child a {
	padding: 14px 12px 10px;
	color: #fff;
	background-color: #231816;
}

#main .sale .comInner .textBox .comLinkUl li:last-child a span {
	background: url(img/common/icon05.gif) no-repeat left 5px;
}

.sale .top {
	margin-bottom: 64px;
	font-size: 14px;
	line-height: 2.6;
	text-align: center;
}

.sale .bgBox {
	background: url(img/sale/bg.gif) no-repeat center 90px;
}

.sale .inner {
	margin: 0 120px -1px 50px;
}

.sale .inner .photoBox {
	float: left;
	position: relative;
}

.sale .inner .photoBox .num {
	position: absolute;
	top: -40px;
	right: -36px;
}

.sale .inner .textBox {
	padding-top: 71px;
	float: right;
	width: 353px;
}

.sale .inner .textBox p {
	font-size: 12px;
	line-height: 2.25;
}

.sale .inner .textBox .borderText {
	margin: 0 0 25px -106px;
	padding-bottom: 22px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.7;
	position: relative;
	border-bottom: 1px solid #000;
	letter-spacing: -1.5px;
	text-align: right;

}

.sale .inner01 {
	margin: 0 48px -3px 100px;
}

.sale .inner01 .photoBox {
	float: right;
}

.sale .inner01 .photoBox .num {
	left: -24px;
	top: -23px;
}

.sale .inner01 .textBox {
	float: left;
	width: 378px;
}

.sale .inner01 .textBox .borderText {
	margin: 0 -98px 27px 0;
	text-align: left;
}

.sale .inner02 {
	margin: 0 80px 71px 50px;
}

.sale .inner02 .photoBox .num {
	right: 45px;
	top: -73px;
}

.sale .inner02 .textBox {
	padding-top: 110px;
	width: 390px;
}

.sale .inner02 .textBox .borderText {
	margin: 0 -32px 24px -107px;
	padding-left: 102px;
	text-align: left;
}

.sale .detailBox {
	position: relative;
	padding: 35px 0 167px 109px;
}

.sale .detailBox .ttl {
	position: absolute;
	top: 36px;
	left: 194px;
	color: #231815;
	font-size: 28px;
	letter-spacing: 5px;
	font-weight: 700;
}

.sale .detailBox .ttl01 {
	top: 218px;
	left: 328px;
}

.sale .detailBox .ttl02 {
	top: 400px;
	left: 462px;
}

.sale .detailBox .ttl03 {
	top: 586px;
	left: 400px;
}

.sale .detailBox .ttl04 {
	top: 767px;
	left: 522px;
}

.sale .detailBox .ttl05 {
	top: 943px;
	left: 590px;
}

.sale .detailBox .ttl a {
	padding-bottom: 2px;
	display: inline-block;
	text-decoration: none;
	line-height: 1.3;
	border-bottom: 2px solid #938A8B;
}

.sale .detailBox .textBox {
	position: absolute;
	left: 386px;
	top: -35px;
	width: 430px;
}

.sale .detailBox .textBox01 {
	position: absolute;
	left: 536px;
	top: 198px;
	width: 390px;
}

.sale .detailBox .textBox02 {
	position: absolute;
	left: 651px;
	top: 392px;
	width: 340px;
}

.sale .detailBox .textBox03 {
	position: absolute;
	left: 32px;
	top: 505px;
	width: 325px;
}

.sale .detailBox .textBox04 {
	position: absolute;
	left: 30px;
	top: 745px;
	width: 415px;
}

.sale .detailBox .textBox05 {
	position: absolute;
	left: 203px;
	top: 894px;
	width: 305px;
}

.sale .detailBox .info {
	position: relative;
	padding: 0 0 13px 28px;
}

.sale .detailBox .info:before {
	width: 485px;
	height: 174px;
	background: url(img/sale/icon01.jpg) no-repeat left top;
	position: absolute;
	bottom: 0;
	left: -52px;
	 
	content: ""; 
}

.sale .detailBox .textBox .infoBox {
	margin-top: -8px;
	padding: 15px 0 0;
	position: relative;
}

.sale .detailBox .textBox .infoBox:before {
	background: #EDE9DE;
	position: absolute;
	top: -4px;
	left: 8px;
	right: 1px;
	bottom: 13px;
	 
	content: ""; 
}

.sale .detailBox .textBox01 .info {
	padding: 0 0 15px 22px;
}

.sale .detailBox .textBox01 .info:before {
	width: 459px;
	height: 170px;
	background: url(img/sale/icon02.jpg) no-repeat left top;
	position: absolute;
	bottom: 0;
	left: -66px;
	 
	content: ""; 
}

.sale .detailBox .textBox01 .infoBox::before {
	top: -7px;
}


.sale .detailBox .textBox02 .info {
	padding: 0 0 20px 22px;
}

.sale .detailBox .textBox02 .infoBox::before {
	right: -3px;
	bottom: -3px;
}

.sale .detailBox .textBox02 .info:before {
	width: 386px;
	height: 207px;
	background: url(img/sale/icon03.jpg) no-repeat left top;
	position: absolute;
	bottom: 0;
	left: -47px;
	 
	content: ""; 
}

.sale .detailBox .textBox p {
	margin: 0 16px 0 0;
	font-size: 12px;
	line-height: 2.1;
	z-index: 1;
	letter-spacing: 0.5px;
	position: relative;
}

.sale .detailBox .textBox p .textLine {
	text-decoration: underline;
}

.sale .detailBox .textBox .topText {
	margin: 0 0 2px 0px;
	font-size: 18px;
	font-weight: 700;
}

.sale .detailBox .textBox03 .info {
	padding: 20px 24px 12px 0;
	border-left: none;
}

.sale .detailBox .textBox03 .info:before {
	width: 360px;
	height: 211px;
	background: url(img/sale/icon04.jpg) no-repeat left top;
	position: absolute;
	bottom: 0;
	right: -34px;
	left: auto;
	 
	content: ""; 
}

.sale .detailBox .textBox03 .infoBox {
	padding: 8px 0 0 27px;
	margin: -40px 0 0 -4px;
}

.sale .detailBox .textBox03 .infoBox:before {
	background: #EDE9DE;
	position: absolute;
	top: -4px;
	left: -2px;
	right: 5px;
	bottom: 8px;
	 
	content: ""; 
}

.sale .detailBox .textBox03 .topText {
	margin-bottom: 8px;
	line-height: 1.4;
}

.sale .detailBox .textBox03 p {
	margin: 0 -11px 0 0;
}

.sale .detailBox .textBox04 .info {
	padding: 20px 32px 24px 0;
	border-left: none;
}

.sale .detailBox .textBox04 .info:before {
	width: 464px;
	height: 154px;
	background: url(img/sale/icon05.jpg) no-repeat left top;
	position: absolute;
	bottom: 0;
	right: -52px;
	left: auto;
	 
	content: ""; 
}

.sale .detailBox .textBox04 .infoBox {
	padding: 10px 0 4px 30px;
	margin: -20px 0 0 -4px;
}

.sale .detailBox .textBox04 .infoBox:before {
	left: 2px;
	bottom: -3px;
}

.sale .detailBox .textBox04 p {
	margin: 0 -21px 0 0;
}

.sale .detailBox .textBox04 .topText {
	margin-bottom: 8px;
	line-height: 1.4;
}

.sale .detailBox .textBox05 .info {
	padding: 0px 24px 22px 0;
	border-left: none;
}

.sale .detailBox .textBox05 .info:before {
	width: 371px;
	height: 194px;
	background: url(img/sale/icon06.jpg) no-repeat left bottom;
	position: absolute;
	bottom: 0px;
	right: -68px;
	left: auto;
	 
	content: ""; 
}

.sale .detailBox .textBox05 .infoBox {
	padding: 15px 0 0 23px;
	margin: 0 0 0 -4px;
}

.sale .detailBox .textBox05 .infoBox:before {
	top: 0;
	left: 4px;
	bottom: -3px;
}

.sale .detailBox .textBox05 .topText {
	margin-bottom: 8px;
	line-height: 1.4;
}

.sale .comLink {
}

@media all and (min-width: 0) and (max-width: 767px) {
	.sale {
		margin-bottom: 30px;
		padding: 0 26px;
		width: auto;
	}
	
	.sale .comAddUl {
		margin: 0 auto 30px;
	}
	
	.sale .comAddUl li {
		width: 100% !important;
	}
	
	.sale .comInner {
		margin: 0 0 30px;
	}
	
	.sale .comInner .textBox {
		padding: 0;
		width: auto;
	}
	
	.sale .comInner .textBox h2 {
		margin: 0 0 10px;
	}
	
	.sale .comInner .textBox h2 .en {
		width: 120px;
	}
	
	#main .sale .comInner .textBox .comLinkUl li {
		margin-bottom: 5px;
	}
	
	#main .sale .comInner .textBox .comLinkUl li a {
		padding: 8px 11px;
	}
	
	#main .sale .comInner .textBox .comLinkUl li:nth-child(2) {
		margin-bottom: 10px;
	}
	
	#main .sale .comInner .textBox .comLinkUl li:last-child a {
		padding: 8px 11px;
	}
	
	#main .sale .comInner .textBox .comLinkUl li:last-child a span {
		background-size: 8px auto;
	}
	
	.sale .top {
		margin-bottom: 30px;
		font-size: 12px;
		line-height: 1.8;
	}
	
	.sale .inner {
		margin: 0 0 20px;
	}
	
	.sale .inner .photoBox {
		width: auto;
		float: none;
	}
	
	.sale .inner .photoBox .num {
		top: -10px;
		right: -10px;
		width: 30px;
	}
	
	.sale .inner .photoBox img {
		width: 100%;
	}
	
	.sale .inner01 .photoBox .num {
		left: -10px;
		top: -15px;
	}
	
	.sale .inner .textBox {
		padding: 15px 10px 0;
		float: none;
		width: auto;
	}
	
	.sale .inner .textBox .borderText {
		margin: 0 0 15px;
		padding: 0 0 10px;
		text-align: left;
		font-size: 13px;
		line-height: 1.4;
		letter-spacing: -1px;
	}
	
	.sale .inner .textBox p {
		font-size: 11px;
		line-height: 1.7;
	}
	
	.sale .detailBox {
		padding: 0;
		position: inherit;
	}
	
	.sale .detailBox img {
		display: none;
	}
	
	.sale .detailBox .ttl {
		padding: 33px 0 20px;
		font-size: 16px;
		text-align: center;
		background: url(img/consultation/icon.png) no-repeat center top;
		background-size: 26px 26px;
		position: inherit !important;
		left: auto !important;
		top: auto !important;
		right: auto !important;
		overflow: hidden;
	}
	
	.sale .detailBox .textBox {
		margin-bottom: 20px;
		width: 100% !important;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		position: inherit !important;
	}
	
	.sale .detailBox .info::before {
		background: none !important;
		left: auto !important;
		right: auto !important;
		width: auto !important;
		height: auto !important;
	}
	
	.sale .detailBox .info {
		padding: 6px !important;
		border: 2px solid #231816 !important;
	}
	
	.sale .detailBox .textBox .infoBox {
		margin: 0 !important;
		padding: 10px !important;
		background-color: #EDE9DE;
	}
	
	.sale .detailBox .textBox .infoBox:before {
		background: none;
	}
	
	.sale .detailBox .textBox p {
		margin-right: 0;
		font-size: 11px;
	}
	
	.sale .detailBox .textBox .topText {
		margin-bottom: 5px;
		font-size: 13px;
		text-align: center;
	}
	
	.sale .detailBox .spText {
		margin-bottom: 10px;
		text-align: center;
		font-size: 18px;
		font-weight: 700;
	}
	
	.sale .comLink {
		padding: 0;
	}
	
	.sale .comLink img {
		float: none;
	}
}

/*------------------------------------------------------------
	consultation
------------------------------------------------------------*/
.consultation {
	padding: 0 0 40px;
}
/*.consultation .contentBox {
    width: 1200px;
}*/
.consultation .comAddUl {
	margin: 0 auto 30px;
}
.consultation .comAddUl li {
	width: 380px;
}
.consultation .comAddUl li .info01 {
	padding: 5px 10px 5px 55px;
	display: inline-block;
	background: url(img/consultation/add_icon01.png) no-repeat left center;
	background-size: 46px auto;
}
.consultation .comAddUl li .info02 {
	padding: 5px 10px 5px 55px;
	display: inline-block;
	background: url(img/consultation/add_icon02.png) no-repeat left center;
	background-size: 46px auto;
}

.consultation .comAddUl li .info03 {
	padding: 5px 10px 5px 55px;
	display: inline-block;
	background: url(img/consultation/add_icon03.png) no-repeat left center;
	background-size: 45px auto;
}
.consultation .secBox .content {
    width: 1100px;
    margin: 0 auto;
}
.consultation .secBox01 {
    padding: 110px 0 161px;
}
.consultation .secBox .h3Ttl {
    margin-bottom: 36px;
    padding: 10px 0 10px 107px;
    font-size: 33px;
    font-weight: 700;
    color: #231815;
    letter-spacing: 0.15em;
    background: url("img/consultation/add_icon04.png") no-repeat left center;
    background-size: 69px auto; 
}
.consultation .secBox .phoImg {
    margin-bottom: 27px;
}
.consultation .secBox .phoImg img {
    width: 100%;
}
.consultation .secBox .txt {
    margin-bottom: 105px;
    font-size: 18px;
    font-weight: 700;
    color: #231815;
    letter-spacing: 0.15em;
    line-height: 3.3;
}
.consultation .secBox .stepList {
    position: relative;
}
.consultation .secBox .stepList:before {
    position: absolute;
    left: 40px;
    top: 0;
    width: 1px;
    bottom: 155px;
    background: #d7e5e5;
    content: "";
}
.consultation .secBox .stepList li {
    margin-bottom: 70px;
    display: flex;
    justify-content: flex-start;
}
.consultation .secBox .stepList li .step {
    width: 155px;
    position: relative;
    color: #307083;
    font-size: 25px;
    font-weight: 900;
	font-family: 'Roboto', sans-serif;
    display: block;
}
.consultation .secBox .stepList li .step:before {
    position: absolute;
    left: 3px;
    top: -22px;
    width: 82px;
    height: 82px;
    border-radius: 50%;
    background: #d7e5e5;
    content: "";
    z-index: -1;
}
.consultation .secBox .stepList li .rTxt {
    width: 886px;
}
.consultation .secBox .stepList li .title {
    margin-bottom: 19px;
    display: block;
    color: #231815;
    font-size: 27px;
    font-weight: 700;
    letter-spacing: 0.18em;
}
.consultation .secBox .stepList li .txtSpan {
    font-size: 16px;
    line-height: 2.5;
    color: #231815;
    letter-spacing: 0.1em;
}
.consultation .secBox .linkList {
    margin: 0 70px;
    display: flex;
    justify-content: space-between;
}
.consultation .secBox .linkList li {
    width: 465px;
    text-align: center;
}
.consultation .secBox .linkList li a {
    display: flex;
    height: 112px;
    color: #fff;
    font-size: 21.9px;
    font-weight: 700;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #317082;
    text-decoration: none;
    letter-spacing: 0.12em;
}
.consultation .secBox .linkList li a:hover {
    opacity: 0.7;
}
.consultation .secBox .linkList li .topSpan {
    display: block;
}
.consultation .secBox .linkList li .telSpan {
    margin: 2px 0 -8px;
    display: inline-block;
    font-size: 31px;
    padding: 1px 0 6px 40px;
    background: url("img/consultation/add_icon05.png") no-repeat left center;
    background-size: 35px auto;
    letter-spacing: 0;
}
.consultation .secBox02 {
    padding: 160px 0 194px;
    background: #d7e5e5;
}
.consultation .secBox02 .h3Ttl {
    background: url("img/consultation/add_icon06.png") no-repeat left center;
    background-size: 69px auto; 
}

.consultation .secBox02 .imgBox {
    margin-bottom: 112px;
}
.consultation .secBox02 .imgBox .photoBox {
    padding-top: 70px;
    float: right;
    width: 194px;
}
.consultation .secBox02 .imgBox .textBox {
    float: left;
    width: 906px;
}
.consultation .secBox02 .imgBox .textBox p {
    font-size: 18px;
    font-weight: 500;
    color: #231815;
    line-height: 3.35;
    letter-spacing: 0.1em;
}
.consultation .secBox03 {
    padding: 120px 0;
}
.consultation .secBox03 .h3Ttl {
    background: url("img/consultation/add_icon07.png") no-repeat left center;
    background-size: 69px auto; 
}
.consultation .secBox03 .loamList {
    margin: -77px 0 152px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.consultation .secBox03 .loamList li {
    width: 510px;
    margin-top: 70px;
}
.consultation .secBox03 .loamList li .topBox {
    margin-bottom: 25px;
    padding: 17px 20px 13px;
    display: block;
    background: #d7e5e5;
}
.consultation .secBox03 .loamList li .topSpan {
    margin-bottom: 3px;
    display: block;
    position: relative;
    font-size: 25px;
    font-weight: 900;
	font-family: 'Roboto', sans-serif;
    letter-spacing: 0.05em;
    color: #307083;
}
.consultation .secBox03 .loamList li .topSpan:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 1px;
    background: #84aab3;
    content: "";
    z-index: 1;
}
.consultation .secBox03 .loamList li .topSpan .info {
    padding: 0 10px 0 0;
    position: relative;
    display: inline-block;
    background: #d7e5e5;
    z-index: 2;
}
.consultation .secBox03 .loamList li .ttl {
    display: block;
    color: #231815;
    font-size: 27px;
    font-weight: 700;
    line-height: 1.55;
    letter-spacing: 0.18em;
}
.consultation .secBox03 .loamList li .txtSpan {
    display: block;
    font-size: 17px;
    color: #231815;
    line-height: 2.6;
}
@media all and (min-width: 0) and (max-width: 767px) {
	.consultation {
		padding: 0 0 20px;
	}
	.consultation .comAddUl {
		margin: 0 auto 30px;
	}
	.consultation .comAddUl li {
		width: 100%;
	}
	.consultation .comAddUl li .info01 {
		padding-left: 45px;
		background-size: 36px auto;
	}
	.consultation .comAddUl li .info02 {
		padding-left: 45px;
		background-size: 38px auto;
	}
	.consultation .comAddUl li .info03 {
		padding-left: 45px;
		background-size: 35px auto;
	}
	.consultation .contentBox {
		padding: 0 26px;
        width: auto;
	}
    .consultation .secBox .content {
        width: auto;
    }
    .consultation .secBox01 {
        padding: 50px 26px;
    }
    .consultation .secBox .h3Ttl {
        margin-bottom: 26px;
        padding: 10px 0 10px 37px;
        font-size: 20px;
        background: url("img/consultation/add_icon04.png") no-repeat left top 12px;
        background-size: 30px auto; 
    }
    .consultation .secBox .phoImg {
        margin-bottom: 20px;
    }
    .consultation .secBox .txt {
        margin-bottom: 55px;
        font-size: 13px;
        letter-spacing: 0.1em;
        line-height: 2.3;
    }
    .consultation .secBox .stepList:before {
        display: none;
    }
    .consultation .secBox .stepList li {
        margin-bottom: 30px;
        display: block;
    }
    .consultation .secBox .stepList li .step {
        width: 100%;
        font-size: 17px;
        margin-bottom: 5px;
    }
    .consultation .secBox .stepList li .step:before {
        top: -10px;
        width: 50px;
        height: 50px;
    }
    .consultation .secBox .stepList li .rTxt {
        width: auto;
    }
    .consultation .secBox .stepList li .title {
        margin-bottom: 12px;
        font-size: 18px;
        letter-spacing: 0.1em;
    }
    .consultation .secBox .stepList li .txtSpan {
        font-size: 12px;
        line-height: 2;
    }
    .consultation .secBox .linkList {
        margin: 0;
        display: block;
    }
    .consultation .secBox .linkList li {
        width: 100%;
        margin-bottom: 15px;
        text-align: center;
    }
    .consultation .secBox .linkList li a {
        height: 70px;
        font-size: 15px;
    }
    .consultation .secBox .linkList li .telSpan {
        margin: -2px 0 -8px;
        font-size: 18px;
        padding: 2px 0 6px 30px;
        background-size: 26px auto;
    }
    .consultation .secBox02 {
        padding: 60px 26px;
    }
    .consultation .secBox02 .h3Ttl {
        background: url("img/consultation/add_icon06.png") no-repeat left top 12px;
        background-size: 30px auto; 
    }
    .consultation .secBox02 .imgBox {
        margin-bottom: 50px;
    }
    .consultation .secBox02 .imgBox .photoBox {
        padding-top: 0;
        float: none;
        width: 160px;
        text-align: center;
        margin: 0 auto 15px;
    }
    .consultation .secBox02 .imgBox .photoBox img {
        width: 100%;
    }
    .consultation .secBox02 .imgBox .textBox {
        float: none;
        width: auto;
    }
    .consultation .secBox02 .imgBox .textBox p {
        font-size: 13px;
        line-height: 2.35;
    }
    .consultation .secBox03 {
        padding: 50px 26px;
    }
    .consultation .secBox03 .h3Ttl {
        background: url("img/consultation/add_icon07.png") no-repeat left top 12px;
        background-size: 30px auto; 
    }
    .consultation .secBox03 .loamList {
        margin: 0 0 60px;
        display: block;
    }
    .consultation .secBox03 .loamList li {
        width: 100%;
        margin: 0 0 30px;
    }
    .consultation .secBox03 .loamList li:last-child {
        margin-bottom: 0;
    }
    .consultation .secBox03 .loamList li .topBox {
        margin-bottom: 15px;
        padding: 13px 15px;
    }
    .consultation .secBox03 .loamList li .topSpan {
        margin-bottom: 3px;
        font-size: 17px;
    }
    .consultation .secBox03 .loamList li .ttl {
        font-size: 18px;
        letter-spacing: 0.1em;
    }
    .consultation .secBox03 .loamList li .txtSpan {
        font-size: 13px;
        line-height: 2;
    }
}

/*------------------------------------------------------------
	privacy
------------------------------------------------------------*/
.privacy {
	padding-top: 90px;
	margin: 0 auto 43px;
	width: 900px;
}

.privacy .topText {
	margin-bottom: 38px;
	padding-bottom: 30px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.7;
	border-bottom: 1px solid #C9C5C4;
}

.privacy p {
	margin-bottom: 27px;
	line-height: 2;
}

.privacy .title {
	margin-bottom: -1px;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.5;
}

.privacy .textUl {
	margin-bottom: 30px;
}

.privacy .textUl li {
	font-size: 12px;
	line-height: 2;
}

@media all and (min-width: 0) and (max-width: 767px) {
	.privacy {
		padding-top: 40px;
		margin: 0 26px 20px;
		width: auto;
	}
	
	.privacy .topText {
		margin-bottom: 17px;
		padding-bottom: 15px;
		font-size: 12px;
	}
	
	.privacy .title {
		font-size: 13px;
	}
	
	.privacy p {
		margin-bottom: 20px;
		font-size: 11px;
		line-height: 1.6;
	}
	
	.privacy .textUl li {
		font-size: 11px;
	}
}

/*------------------------------------------------------------
	contact
------------------------------------------------------------*/
.contact {
	padding-top: 90px;
	margin: 0 auto 33px;
	width: 904px;
}

#main .contact .headLine03 {
	margin-bottom: 35px;
}

.contact table {
	width: 100%;
}

.contact th,
.contact td {
	padding: 13px 0px 8px 15px;
	text-align: left;
	vertical-align: middle;
	font-size: 17px;
}

.contact th {
	width: 36%;
	background-color: #EDE9DE;
}

.contact td {
	padding: 2px 0px 2px 22px;
}

.contact .trStyle th {
	padding: 0;
	height: 16px;
	background-color: #fff;
}

.contact td .checkList {
	margin-right: -20px;
}

.contact td .checkList li {
	float: left;
	margin-right: 12px;
}

.contact td .checkList li:last-child {
	margin: 0;
}

.contact td .checkList li input {
	vertical-align: middle;
	margin-top: -3px;
}

.contact td input[type="text"] {
	padding: 3px 8px;
	width: 100%;
	font-size: 17px;
	line-height: 1.8;
	height: 36px;
	box-sizing: border-box;
	border: 1px solid #231816;
	vertical-align: middle;
}

.contact td .wid01 {
	width: 127px !important;
}

.contact td .wid02 {
	width: 214px !important;
}

.contact td .wid03 {
	width: 97px !important;
}

.contact td .wid04 {
	width: 114px !important;
}

.contact td .wid05 {
	width: 428px !important;
	float: right;
}

.contact td .wid06 {
	width: 261px !important;
}

.contact td .wid07 {
	float: right;
}

.contact td .wid08 {
	width: 197px !important;
}

.contact td .fSelect {
	padding-left: 8px;
	width: 116px;
	height: 36px;
	font-size: 16px;
	border: 1px solid #231816;
	box-sizing: border-box;
}

.contact td .txtSpan {
	margin: 0 12px 0 14px;
}

.contact td .txtSpan01 {
	margin-left: 37px;
}

.contact td .txtSpan02 {
	margin: 0 5px 0 5px;
}

.contact td .txtSpan03 {
	margin: 0 12px 0 30px;
}

.contact td .rSpan {
	margin-left: 8px;
}

.contact td .rSpan .checkSpan {
	margin-right: 5px;
}

.contact td .rSpan .checkSpan input {
	vertical-align: middle;
	margin-top: -3px;
}

.contact .thStyle01 {
	padding: 0px 20px;
	font-size: 15px;
	line-height: 2;
}

.contact .thStyle02 {
	font-size: 13px;
	font-weight: normal;
	line-height: 1.8;
	background-color: #fff;
}

.contact .thStyle02 span {
	font-weight: 700;
	font-size: 14px;
}

.contact td textarea {
	width: 100%;
	border: 2px solid #918C89;
	height: 122px;
}

.contact .tabBox {
	margin-bottom: 48px;
	padding-bottom: 48px;
	border-bottom: 1px solid #C9C5C4;
}

.contact .submit {
	margin: 45px 0 0;
	text-align: center;
}

.contact .submit li {
	margin: 0 3px;
	display: inline;
}

.contact .submit li input:hover {
	opacity: 0.7;
}

@media all and (min-width: 0) and (max-width: 767px) {
	.contact {
		padding-top: 40px;
		margin: 0 26px 20px;
		width: auto;
	}
	
	#main .contact .headLine03 {
		margin-bottom: 20px;
	}
		
	.contact th,
	.contact td {
		float: left;
		width: 100%;
		padding: 10px;
		font-size: 11px;
		box-sizing: border-box;
	}
		
	.contact .trStyle th {
		padding: 0;
		height: 0px;
		background-color: #fff;
	}
	
	.contact td .checkList {
		margin-right: 0;
	}
	
	.contact td .checkList li {
		margin-right: 8px;
	}
	
	.contact td .checkList li input {
		margin-top: 0;
	}
	
	.contact td .checkList li:last-child {
		margin: 0;
	}
	
	.contact td input[type="text"] {
		padding: 5px;
		width: 100%;
		font-size: 11px;
		line-height: 1.8;
		height: 26px;
		border-radius: 0;
	}
	
	.contact td .wid01 {
		width: 30% !important;
	}
	
	.contact td .wid02 {
		width: 40% !important;
	}
	
	.contact td .wid03 {
		width: 97px !important;
	}
	
	.contact td .wid04 {
		width: 114px !important;
	}
	
	.contact td .wid05 {
		width: 67% !important;
		float: right;
	}
	
	.contact td .wid06 {
		width: 46% !important;
	}
	
	.contact td .wid07 {
		float: none;
	}
	.contact td .wid08 {
		width: 80px  !important;
	}
	
	.contact td .fSelect {
		padding-left: 1px;
		width: 30%;
		height: 26px;
		font-size: 11px;
		border: 1px solid #231816;
		box-sizing: border-box;
	}
	
	.contact td .txtSpan {
		margin: 0 5px 0 0px;
	}
	
	.contact td .txtSpan01 {
		margin: 0px;
	}
	
	.contact td .txtSpan02 {
		margin: 0 5px 0 0;
	}
	
	.contact td .txtSpan03 {
		margin: 0 5px;
	}
	
	.contact td .rSpan {
		margin-left: 5px;
	}
	
	.contact td .rSpan .checkSpan {
		margin-right: 3px;
	}
	
	.contact td .rSpan .checkSpan input {
		vertical-align: middle;
		margin-top: 0;
	}

	.contact .thStyle01 {
		padding: 10px;
		font-size: 10px;
		line-height: 1.6;
	}
	
	.contact .thStyle02 {
		padding: 0 10px 5px;
		font-size: 10px;
		line-height: 1.5;
		background-color: #fff;
	}
	
	.contact .thStyle02 span {
		font-weight: 700;
		font-size: 11px;
	}
	
	.contact td textarea {
		border: 1px solid #918C89;
		height: 90px;
		border-radius: 0;
	}
	
	.contact .tabBox {
		margin-bottom: 25px;
		padding-bottom: 25px;
		border-bottom: 1px solid #C9C5C4;
	}
	
	.contact .submit {
		margin: 45px 0 0;
		text-align: center;
	}
	
	.contact .submit li {
		margin: 0 3px;
		display: inline;
	}
	
	.contact .submit li input:hover {
		opacity: 0.7;
	}
	
	.contact .submit {
		margin-top: 20px;
	}
	
	.contact .submit li input {
		width: 130px;
	}
	
}

@media all and (min-width: 0) and (max-width: 374px) {
	.index .serviceBox .photoList li:first-child .photo .infoBox {
		margin-top: -35px;
	}
}
#submit_btn{
    background:url(img/contact/btn.gif) no-repeat;
    width:204px;
    height:51px;
    border:0;
}

/*------------------------------------------------------------
	comDetail
------------------------------------------------------------*/
.comDetail {
    background: #d7e5e5;
}
.comDetail .whiteBox {
    width: 1000px;
    padding: 107px 125px;
    margin: 0 auto;
    box-sizing: border-box;
    background: #fff;    
}
.comDetail .whiteBox img {
    max-width: 100%;
	height: auto;
}
.comDetail .whiteBox .top {
    margin-bottom: 29px;
}
.comDetail .whiteBox .top .category {
    padding: 0 4px;
    color: #fff;
    font-weight: 500;
    font-size: 12.3px;
    display: inline-block;
    background: #c9a62e;
    text-align: center;
}
.comDetail .whiteBox .ttl {
    margin-bottom: 39px;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.11em;
}
.comDetail .whiteBox .ttl .small {
    display: block;
	font-weight: 400;
    font-size: 22px;
    letter-spacing: 0.09em;
}
.comDetail .whiteBox p {
    font-size: 19px;
    line-height: 1.9;
    letter-spacing: 0.05em;
}
.comDetail .whiteBox .pho {
    margin-bottom: 36px;
    text-align: center;
}
.comDetail .whiteBox h2 {
    margin: 100px 0 35px;
    padding-left: 29px;
    position: relative;
	font-weight: 700;
    font-size: 23px;
}
.comDetail .whiteBox h2:before {
    position: absolute;
    left: 0;
    top: 1px;
    bottom: 1px;
    width: 12px;
    background: #317082;
    content: "";
    border-radius: 2px;
}
.comDetail .whiteBox .pictureBox .topUl {
    margin: 0 0 52px 0;
	overflow: hidden;
}
.comDetail .whiteBox .pictureBox .topUl li {
	float: left;
}
.comDetail .whiteBox .pictureBox .topUl img {
	width: 100%;
}
.comDetail .whiteBox .pictureBox .imgList {
    margin: 0 -8px 0 0;
}
.comDetail .whiteBox .pictureBox .imgList li {
    float: left;
    width: 76px;
    margin: 0 8px 8px 0;
	cursor: pointer;
}
.comDetail .whiteBox .pictureBox .imgList li img {
	width: 100%;
}
.comDetail .whiteBox .map,
.comDetail .whiteBox .map iframe,
.comDetail .whiteBox .mapImg,
.comDetail .whiteBox .mapImg iframe {
    width: 100%;
    height: 400px;
}
.comDetail .whiteBox table {
    width: 100%;
    border-collapse: collapse;
}
.comDetail .whiteBox th,
.comDetail .whiteBox td {
    padding: 12px 10px;
    font-size: 19px;
    text-align: left;
    vertical-align: middle;
    border: 1px solid #97b8c1;
}
.comDetail .whiteBox td {
    padding: 12px 5px 12px 20px;
}
.comDetail .whiteBox th {
    width: 25%;
    text-align: center;
    font-weight: normal;
    background: #d7e5e5;
}
@media all and (min-width: 0) and (max-width: 767px) {
    .comDetail {
        padding: 0 10px;
        background: #d7e5e5;
    }
    .comDetail .whiteBox {
        width: auto;
        padding: 30px 16px 60px;
    }
    .comDetail .whiteBox img {
        max-width: 100%;
    }
    .comDetail .whiteBox .top {
        margin-bottom: 20px;
    }
    .comDetail .whiteBox .top .category {
        font-size: 11px;
    }
    .comDetail .whiteBox .ttl {
        margin-bottom: 25px;
        font-size: 20px;
    }
    .comDetail .whiteBox .ttl .small {
        font-size: 14px;
    }
    .comDetail .whiteBox p {
        font-size: 14px;
    }
    .comDetail .whiteBox .pho {
        margin-bottom: 20px;
        text-align: center;
    }
    .comDetail .whiteBox h2 {
        margin: 50px 0 20px;
        padding-left: 19px;
        font-size: 18px;
    }
    .comDetail .whiteBox h2:before {
        width: 8px;
    }
    .comDetail .whiteBox .pictureBox .topUl {
        margin: 0 0 25px 0;
    }
    .comDetail .whiteBox .pictureBox .imgList {
        margin: 0 -5px 0 0;
    }
    .comDetail .whiteBox .pictureBox .imgList li {
        width: 25%;
        padding-right: 5px;
        box-sizing: border-box;
        margin: 0 0 8px 0;
    }
    .comDetail .whiteBox .map,
	.comDetail .whiteBox .mapImg {
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 75%;
    }
    .comDetail .whiteBox .map iframe,
	.comDetail .whiteBox .mapImg iframe {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }
    .comDetail .whiteBox table {
        border-bottom: 1px solid #97b8c1;
    }
    .comDetail .whiteBox th,
    .comDetail .whiteBox td {
        padding: 10px 15px;
        float: left;
        width: 100%;
        font-size: 14px;
        box-sizing: border-box;
    }
    .comDetail .whiteBox td {
        padding: 10px 15px;
        border-bottom: none;
    }
    .comDetail .whiteBox th {
        width: 100%;
        text-align: left;
        border-bottom: none;
    }
}
/*------------------------------------------------------------
	comFixUl
------------------------------------------------------------*/
.comFixUl {
	position: fixed;
	right: 0;
	top: 180px;
	width: 36px;
	z-index: 600;
}
.comFixUl li {
	margin-bottom: 1px;
	width: 35px;
	float: left;
	height: 126px;
}
.comFixUl li:last-child {
	margin-bottom: 0;
}
.comFixUl li a {
	height: 126px;
	width: 36px;
	color: #fff;
	display: block;
	align-items: center;
	justify-content: center;
	-webkit-writing-mode : tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: tb-rl;
	writing-mode: vertical-rl;
	direction: ltr; 
}
.comFixUl li a:hover {
	opacity: 0.7;
}
.comFixUl .link01 a {
	background-color: #8b7e6b;
}
.comFixUl .link02 a {
	background-color: #a29666;
}
.comFixUl .link03 a {
	background-color: #7d9ea3;
}
.comFixUl li .info {
	margin: 17px 8px 0 0;
	padding: 20px 0 0;
	height: 94px;
	box-sizing: border-box;
	display: inline-block;
	background: url("img/common/add_img01.png") no-repeat center top,url("img/common/add_icon03.png") no-repeat center bottom;
	background-size: 16px auto,14px auto; 
}
.comFixUl .link02 .info {
	padding: 18px 0 0;
	margin-top: 15px;
	height: 100px;
	background: url("img/common/add_img02.png") no-repeat center top,url("img/common/add_icon03.png") no-repeat center bottom;
	background-size: 15px auto,14px auto; 	
}
.comFixUl .link03 .info {
	margin-top: 11px;
	height: 102px;
	padding-top: 16px;
	background: url("img/common/add_img03.png") no-repeat center top,url("img/common/add_icon03.png") no-repeat center bottom;
	background-size: 15px auto,14px auto; 	
}
.comFixUl li .en {
	display: inline-block;
	-webkit-writing-mode: horizontal-tb;
	-moz-writing-mode: horizontal-tb;
	-ms-writing-mode: lr-tb;
	-o-writing-mode: horizontal-tb;
	writing-mode: horizontal-tb; 
	line-height: 12px;
	text-align: center;
}
@media all and (min-width: 0) and (max-width: 767px) {
	.comFixUl {
		display: none;
	}
}
/*------------------------------------------------------------
	measure
------------------------------------------------------------*/
.measure .mainImg {
    margin-bottom: 107px;
    height: 594px;
    position: relative;
    background: url("img/measure/main_img.jpg") no-repeat center center;
    background-size: cover;
}
.measure .mainImg .scroll {
    position: absolute;
    left: 85px;
    bottom: -11px;
	z-index: 10;
}
.measure .mainImg .scroll a:hover {
	opacity: 0.7;
}
.measure .topTxt {
    margin-bottom: 144px;
    color: #231815;
    font-size: 18px;
    font-weight: 700;
    line-height: 3.4;
    text-align: center;
    letter-spacing: 0.1em;
}
.measure .infoBox {
    margin-bottom: 290px;
}
.measure .btnList {
	margin: 50px auto 0;
	width: 1000px;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
}
.measure .btnList li {
	width: 30%;
}
.measure .btnList li a {
	width: 100%;
}
.measure .inner {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.measure .inner .photoBox {
    width: 50%;
}
.measure .inner .photoBox img {
    width: 100%;
}
.measure .inner .textBox {
    width: 50%;
    padding: 50px;
	min-height: 503px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    background: #d7e5e5;
}
.measure .inner .textBox:before {
    position: absolute;
    left: 30px;
    top: 30px;
    bottom: 30px;
    right: 30px;
    border: 2px solid #fff;
    content: "";
	z-index: 1;
}
.measure .inner .textBox h2 {
    margin-bottom: 30px;
    font-size: 44px;
    text-align: center;
    color: #307083;
	position: relative;
	z-index: 2;
    letter-spacing: 0.16em;
}
.measure .inner .textBox h2 .info {
	margin-top: 8px;
    display: block;
    font-size: 36px;
    letter-spacing: 0.1em;
}
.measure .inner .textBox .txt {
	position: relative;
	z-index: 2;
}
.measure .inner .textBox .txt .info {
    display: inline-block;
    background: #fff;
    font-size: 16px;
    width: 403px;
    padding: 20px 23px;
    margin: 0 auto;
    box-sizing: border-box;
    font-weight: 700;
    line-height: 2.1;
    letter-spacing: 0.19em;
}
.measure .imgBox {
    margin: 0 auto 100px;
    width: 1240px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.measure .imgBox .photoBox {
    width: 530px;
    margin-top: -30px;
}
.measure .imgBox .photoBox img {
    width: 100%;
}
.measure .imgBox .textBox {
    width: 630px;
    box-sizing: border-box;
}
.measure .imgBox .textBox .txtList li {
    margin-bottom: 23px;
    padding-left: 30px;
    color: #231815;
    font-size: 16px;
    font-weight: 700;
    background: url("img/measure/icon.png") no-repeat left top 5px;
    background-size: 15px auto; 
    letter-spacing: 0.19em;
}
.measure .imgBox .textBox .txtList li:last-child {
    margin-bottom: 0;
}
.measure-btn {
	margin-top: 50px;
}
.measure .btn a {
    color: #fff;
    width: 490px;
    font-size: 23px;
    padding: 27px;
    text-align: center;
    margin: 0 auto;
    font-weight: 700;
    display: block;
    box-sizing: border-box;
    background: #317082;
    letter-spacing: 0.17em;
}
.measure .btn a:hover {
    opacity: 0.7;
    text-decoration: none;
}
.measure .infoBox01 .inner {
    -webkit-flex-direction: row-reverse;
        flex-direction: row-reverse;
}
.measure .infoBox01 .imgBox {
    width: 1150px;
    -webkit-flex-direction: row-reverse;
        flex-direction: row-reverse;
}
.measure .infoBox01 .imgBox .photoBox {
    width: 446px;
}
.measure .infoBox01 .imgBox .textBox {
    padding-left: 60px;
}
.measure .contentBox01 {
    width: 1170px;
    margin-bottom: 160px;
}
.measure .listUl {
    margin-bottom: 60px;
    display: flex;
    justify-content: space-between;
}
.measure .listUl li {
    width: 558px;
    padding: 60px;
    box-sizing: border-box;
    border: 2px solid #307083;
}
.measure .listUl li .top {
    margin: 0 0 30px;
    padding-bottom: 47px;
    color: #307083;
    font-weight: 700;
    font-size: 25px;
    border-bottom: 2px solid #307083;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 0.1em;
}
.measure .listUl li p {
    margin: 0 20px;
    color: #307083;
    font-size: 16.6px;
    letter-spacing: 0.1em;
    line-height: 2.05;
}
.measure .subSec {
    padding: 87px 0 110px;
    background: #d7e5e5;
}
.measure .subSec .contentBox {
    width: 1080px;
}
.measure .subSec .title {
    margin-bottom: 30px;
    font-size: 35px;
    color: #231815;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.1em;
}
.measure .subSec .title .topSpan {
    margin-bottom: 10px;
    display: block;
}
.measure .subSec .title .topSpan img {
    width: 184px;
}
.measure .subSec .ulBox {
    padding: 30px 0;
    background: #fff;
}
.measure .subSec .ulList {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.measure .subSec .ulList li {
    padding: 0 36px;
    text-align: center;
}
.measure .subSec .ulList li .topImg {
    display: flex;
    height: 102px;
	margin-bottom: 5px;
    align-items: center;
    justify-content: center;
}
.measure .subSec .ulList li .txtSpan {
    display: block;
    margin: 0 -25px;
    font-size: 20px;
    color: #307083;
    font-weight: 700;
}
@media all and (min-width: 0) and (max-width: 767px) {
    .measure .mainImg {
        margin-bottom: 50px;
        height: 400px;
    }
    .measure .mainImg .scroll {
        left: 20px;
    }
    .measure .mainImg .scroll img {
        width: 80px;
    }
    .measure .topTxt {
        margin: 0 26px 70px;
        font-size: 14px;
        line-height: 2.4;
        text-align: left;
    }
    .measure .infoBox {
        margin-bottom: 100px;
    }
    .measure .inner {
        max-width: inherit;
        margin: 0 auto;
        display: block;
    }
    .measure .inner .photoBox {
        width: 100%;
    }
    .measure .inner .textBox {
        width: 100%;
        padding: 30px;
		min-height: inherit;
    }
    .measure .inner .textBox:before {
        left: 15px;
        top: 15px;
        bottom: 15px;
        right: 15px;
        border: 1px solid #fff;
    }
    .measure .inner .textBox h2 {
        margin-bottom: 20px;
        font-size: 22px;
    }
    .measure .inner .textBox h2 .info {
		margin-top: 0;
        font-size: 17px;
    }
    .measure .inner .textBox .txt .info {
        font-size: 12px;
        padding: 15px;
        width: auto;
        line-height: 1.8;
        letter-spacing: 0.07em;
    }
    .measure .imgBox {
        margin: 0 auto 50px;
        width: auto;
        display: block;
    }
    .measure .imgBox .photoBox {
        width: 100%;
        margin: 0 auto 20px;
    }
    .measure .imgBox .textBox {
        width: auto;
        padding: 0 26px;
        box-sizing: border-box;
    }
    .measure .imgBox .textBox .txtList li {
        margin-bottom: 7px;
        padding-left: 20px;
        font-size: 12px;
        background: url("img/measure/icon.png") no-repeat left top 5px;
        background-size: 10px auto; 
    }
    .measure .imgBox .textBox .txtList li:last-child {
        margin-bottom: 0;
    }
    .measure .btn {
        margin: 0 26px;
    }
    .measure .btn a {
        width: auto;
        max-width: 450px;
        font-size: 16px;
        padding: 15px 10px;
    }
	.measure .btnList {
		margin: 0;
		width: auto;
	}
	.measure .btnList li {
		margin-top: 20px;
		width: 100%;
	}
    .measure .infoBox01 .imgBox {
        width: auto;
    }
    .measure .infoBox01 .imgBox .photoBox {
        width: auto;
    }
    .measure .infoBox01 .imgBox .textBox {
        padding-left: 26px;
    }
    .measure .contentBox01 {
        width: auto;
        margin: 0 26px 80px;
    }
    .measure .listUl {
        margin-bottom: 40px;
        display: block;
    }
    .measure .listUl li {
        margin-bottom: 20px;
        width: 100%;
        padding: 20px;
        box-sizing: border-box;
        border: 1px solid #307083;
    }
    .measure .listUl li:last-child {
        margin-bottom: 0;
    }
    .measure .listUl li .top {
        margin: 0 0 10px;
        padding-bottom: 10px;
        font-size: 17px;
        border-bottom: 1px solid #307083;
        line-height: 1.5;
        letter-spacing: 0.1em;
    }
    .measure .listUl li p {
        margin: 0;
        font-size: 12px;
        line-height: 1.7;
    }
    .measure .subSec {
        padding: 40px 26px 50px;
    }
    .measure .subSec .contentBox {
        width: auto;
    }
    .measure .subSec .title {
        margin-bottom: 30px;
        font-size: 20px;
    }
    .measure .subSec .title .topSpan {
        margin-bottom: 6px;
    }
    .measure .subSec .title .topSpan img {
        width: 100px;
    }
    .measure .subSec .ulBox {
        padding: 20px 0;
    }
    .measure .subSec .ulList li {
        width: 48%;
        padding: 0;
        margin-bottom: 10px;
        text-align: center;
    }
    .measure .subSec .ulList li .topImg {
        height: 52px;
    }
    .measure .subSec .ulList li .txtSpan {
        font-size: 16px;
    }
}
@media all and (min-width: 0) and (max-width: 374px) {
	.measure .subSec .title {
		font-size: 18px;
	}
}
.pageTitle {
	margin-bottom: 56px;
	position: relative;
	height: 593px;
	background: url("img/purchase01/page_title_bg.jpg") no-repeat center center;
	background-size: cover;
}
.pageTitle .scroll {
	position: absolute;
	left: 85px;
	bottom: -24px;
}
.pageTitle .scroll a:hover {
	opacity: 0.7;
}
.pageTitle .link {
	position: absolute;
	width: 439px;
	left: 0;
	box-sizing: border-box;
	bottom: 48px;
	background: #317082;
}
.pageTitle .link a {
	padding: 17px 46px;
	display: block;
	color: #fff;
	font-size: 17px;
	font-weight: 700;
	text-decoration: none;
	text-align: center;
	letter-spacing: 0.18em;
}
.pageTitle .link a:hover {
	opacity: 0.7;
}
.pageTitle .link .top {
	display: inline-block;
	padding-bottom: 9px;
	border-bottom: 1px solid #fff;
}
.pageTitle .link .info {
	padding-top: 6px;
	display: block;
}
.pageTitle .textBox {
	padding: 33px 39px 35px;
	position: absolute;
	width: 439px;
	right: 105px;
	bottom: 40px;
	box-sizing: border-box;
	background: rgba(255,255,255,0.5);
}
.pageTitle .textBox .ttl {
	padding-bottom: 20px;
	margin-bottom: 23px;
	font-size: 40px;
	font-weight: 700;
	letter-spacing: 0.15em;
	border-bottom: 1px solid #000;
}
.pageTitle .textBox .txt {
	color: #231815;
	font-size: 16px;
	font-weight: 700;
	line-height: 2.2;
	letter-spacing: 0.15em;
	text-align: justify; 
	text-justify: inter-ideograph;
}
.salePageTitle {
	background: url("img/sale/page_title_bg.jpg") no-repeat center center;
	background-size: cover;
}
.managementPageTitle {
	background: url("img/management/page_title_bg01.jpg") no-repeat center center;
	background-size: cover;
}
.consultationPageTitle {
	background: url("img/consultation/page_title_bg.jpg") no-repeat center center;
	background-size: cover;
}
.consultationPageTitle .textBox .ttl {
	font-size: 34px;
}
@media all and (min-width: 0) and (max-width: 767px) {
	.pageTitle {
		margin-bottom: 56px;
		padding: 30px 15px 50px;
		height: inherit;
	}
	.pageTitle .scroll {
		left: 20px;
		bottom: -11px;
	}
	.pageTitle .scroll img {
		width: 80px;
	}
	.pageTitle .link {
		position: static;
		width: 100%;
		bottom: auto;
	}
	.pageTitle .link a {
		padding: 12px;
		font-size: 14px;
	}
	.pageTitle .link .top {
		display: inline-block;
		padding-bottom: 9px;
		border-bottom: 1px solid #fff;
	}
	.pageTitle .link .info {
		padding-top: 6px;
		display: block;
	}
	.pageTitle .textBox {
		padding: 20px;
		margin-bottom: 20px;
		position: static;
		width: 100%;
	}
	.pageTitle .textBox .ttl {
		padding-bottom: 10px;
		margin-bottom: 16px;
		font-size: 25px;
	}
	.consultationPageTitle .textBox .ttl {
		font-size: 25px;
	}
	.pageTitle .textBox .txt {
		font-size: 13px;
		line-height: 1.8;
	}
}
.comAddUl {
	margin: 0 -10px 30px;
	display: flex;
	justify-content: space-between;
}
.comAddUl li {
	width: 490px;
	text-align: center;
}
.comAddUl li a {
	color: #307083;
	height: 86px;
	font-size: 23px;
	font-weight: 700;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	background: #d7e5e5;
	text-decoration: none;
	letter-spacing: 0.15em;
}
.comAddUl li a:hover {
	opacity: 0.7;
}
@media all and (min-width: 0) and (max-width: 767px) {
	.comAddUl {
		margin: 0 auto 30px;
		display: block;
	}
	.comAddUl li {
		margin-bottom: 15px;
		width: 100%;
	}
	.comAddUl li:last-child {
		margin-bottom: 0;
	}
	.comAddUl li a {
		height: 56px;
		font-size: 17px;
	}
}
h1.meeting-title{display:none;}
#booking-form{padding:50px 5px;}
