@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@100;300;400;500;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;600;700;800;900&display=swap');
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family: 'M PLUS 1p', sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
	box-sizing: border-box;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
a, a:link {
	color: #000;
	text-decoration: none;
	transition: .3s;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
	opacity: 0.7;
}
a:active {
	color: #000;
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
/* flex */
.flex, .flexA, .flexB, .flexC {
	display: flex;
	flex-wrap: wrap;
}
.flexA {
	justify-content: space-around;
}
.flexB {
	justify-content: space-between;
}
.flexC {
	justify-content: center;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #000;
	font-size: 1.8rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	text-align: left;
}
#main {
	display: block;
	overflow: hidden;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.4rem;
	}
	a:hover, a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	#container {
		position: relative;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	margin-bottom: 6px;
}
#gHeader h1 a:hover {
	opacity: 1;
}
#gHeader .hBox {
	padding: 28px 0 25px;
	margin: 0 auto;
	max-width: 1080px;
	display: flex;
	justify-content: space-between;
}
#gHeader .rList {
	margin-top: 5px;
	display: flex;
	justify-content: flex-end;
}
#gHeader .rList li {
	margin-left: 5px;
}
#gHeader .rList li:first-child {
	margin-right: 10px;
}
#gNavi {
	background-color: #666;
}
#gNavi ul {
	margin: 0 auto;
	max-width: 1088px;
	display: flex;
	background-color: #fff;
}
#gNavi li {
	margin-left: 5px;
	width: calc((100% - 30px)/5);
	position: relative;
}
#gNavi li:last-child {
	margin-right: 5px;
}
#gNavi a {
	padding: 8px 10px;
	display: block;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	background-color: #005EAE;
	opacity: 1;
}
#gNavi li.on a {
	background-color: #FC0D1B;
}
@media all and (min-width: 897px) {
	#gNavi li a:hover {
		background-color: #FC0D1B;
	}
	#gNavi .subList {
		display: none;
		padding: 3px 8px;
		width: 100%;
		position: absolute;
		left: 0;
		top: 100%;
		border: 3px solid #FC0D1B;
		border-top: none;
		box-sizing: border-box;
		z-index: 1000;
	}
	#gNavi .subList li {
		margin: 0;
		width: auto;
	}
	#gNavi .subList li a {
		margin: 0;
		padding: 3px;
		color: #005eae;
		border-bottom: 1px solid #005eae;
		background-color: #fff;
	}
	#gNavi .subList li:last-child a {
		border: none;
	}
	#gNavi .subList li a:hover {
		background-color: #fff;
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#gHeader {
		margin-bottom: 0;
		position: relative;
	}
	#gHeader h1 {
		margin: 0 auto;
		width: 162px;
	}
	.menu {
		right: 20px;
		top: 16px;
		display: block;
		position: absolute;
		width: 21px;
		height: 19px;
		cursor: pointer;
		z-index: 101;
		transition: opacity .25s ease;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
		box-sizing: border-box;
	}
	.menu span {
		background-color: #005EAE;
		border: none;
		height: 5px;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		-webkit-transition: all .35s ease;
		transition: all .35s ease;
		cursor: pointer;
	}
	.menu span:nth-of-type(2) {
		top: 7px;
	}
	.menu span:nth-of-type(3) {
		top: 14px;
	}
	.menu.active .top {
		-webkit-transform: translateY(7px) translateX(0) rotate(45deg);
		-ms-transform: translateY(7px) translateX(0) rotate(45deg);
		transform: translateY(7px) translateX(0) rotate(45deg);
	}
	.menu.active .middle {
		opacity: 0;
	}
	.menu.active .bottom {
		-webkit-transform: translateY(-7px) translateX(0) rotate(-45deg);
		-ms-transform: translateY(-7px) translateX(0) rotate(-45deg);
		transform: translateY(-7px) translateX(0) rotate(-45deg);
	}
	#gHeader .hBox {
		padding: 18px 0 11px;
		display: block;
	}
	#gHeader .rList {
		margin-top: 5px;
		display: flex;
		justify-content: flex-end;
		display: none;
	}
	#gHeader .rList li {
		margin-left: 5px;
	}
	#gHeader .rList li:first-child {
		margin-right: 10px;
	}
	#gNavi {
		padding: 0 20px;
		width: 100%;
		position: absolute;
		left: 0;
		top: 100%;
		display: none;
		background-color: #fff;
		border-top: 1px solid #005eae;
		box-sizing: border-box;
		z-index: 1000;
	}
	#gNavi ul {
		margin: 0 auto;
		max-width: inherit;
		display: block;
	}
	#gNavi li {
		margin-left: 0;
		width: auto;
		border-bottom: 1px solid #005eae;
	}
	#gNavi li:last-child {
		margin-right: 0;
	}
	#gNavi a {
		padding: 7px 5px 6px;
		display: block;
		color: #333;
		font-size: 1.3rem;
		background: #fff;
	}
	#gNavi .subList {
		margin-bottom: -1px;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	background-color: #333;
}
#gFooter .pageTop {
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 80;
}
#gFooter .fBox {
	padding: 38px 0 15px;
}
#gFooter .fBox .banner {
	margin: -20px -20px 32px;
	display: flex;
	flex-wrap: wrap;
}
#gFooter .fBox .banner li {
	padding: 20px 20px 0;
	width: calc(100%/3);
	box-sizing: border-box;
}
#gFooter .fBox .banner img {
	width: 100%;
}
#gFooter .subBox {
	display: flex;
	justify-content: space-between;
}
#gFooter .subBox .fLogo {
	margin-top: 3px;
}
#gFooter .subBox .fLogo a:hover {
	opacity: 1;
}
#gFooter .subBox .fNavi {
	display: flex;
	flex: 1;
	justify-content: flex-end;
}
#gFooter .subBox .fNavi > li {
	width: 130px;
	line-height: 1.3;
}
#gFooter .subBox .fNavi > li:first-child {
	width: 155px;
}
#gFooter .subBox .fNavi > li:nth-child(2) {
	width: 145px;
}
#gFooter .subBox .fNavi > li:last-child {
	width: auto;
}
#gFooter .subBox .fNavi a {
	padding-left: 20px;
	display: inline-block;
	color: #fff;
	font-size: 1.4rem;
	background: url(../img/common/icon01.png) no-repeat left 2px;
}
#gFooter address {
	padding: 13px 10px;
	color: #fff;
	font-size: 1.4rem;
	font-style: normal;
	text-align: center;
	letter-spacing: 0.05em;
	background-color: #005EAE;
}
@media all and (max-width: 896px) {
	#gFooter {
		background: none;
	}
	#gFooter .pageTop {
		display: none;
	}
	#gFooter .fBox {
		padding: 0;
	}
	#gFooter .fBox .banner {
		margin: -6px 0 63px;
		display: block;
	}
	#gFooter .fBox .banner li {
		padding: 6px 0;
		width: auto;
	}
	#gFooter .subBox {
		display: none;
	}
	#gFooter .subBox .fNavi {
		display: none;
	}
	#gFooter address {
		padding: 7px 10px 6px;
		height: 24px;
		font-size: 0.7rem;
		letter-spacing: 0;
		background-color: #333;
		box-sizing: border-box;
	}
}
/*------------------------------------------------------------
	mainVisual
------------------------------------------------------------*/
.mainVisual {
	margin-bottom: 10px;
	height: 300px;
	position: relative;
	text-align: center;
	overflow: hidden;
}
.mainVisual h2 img {
	width: 3000px;
	height: 100%;
	max-width: inherit;
	display: block;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
}
@media all and (max-width: 896px) {
	.mainVisual {
		margin-bottom: 7px;
		height: auto !important;
	}
	.mainVisual h2 img {
		width: 100%;
		height: auto;
		position: static;
		left: auto;
		top: auto;
		transform: none;
	}
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	max-width: 1080px;
}
@media all and (max-width: 896px) {
	.content {
		margin: 0 20px;
	}
}
/*------------------------------------------------------------
	fixBtn
------------------------------------------------------------*/
.fixBtn {
	position: fixed;
	right: 0;
	top: 152px;
	z-index: 80;
}
.fixBtn li {
	margin-bottom: 2px;
}
@media all and (max-width: 896px) {
	.fixBtn {
		padding: 8px 10px;
		width: 100%;
		top: auto;
		bottom: 0;
		display: flex;
		justify-content: center;
		background-color: #FC0D1B;
		box-sizing: border-box;
	}
	.fixBtn.nofix {
		position: absolute;
		bottom: 24px;
	}
	.fixBtn li {
		margin: 0 5px;
		width: 105px;
	}
}
/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/
#pagePath {
	margin: 0 auto 37px;
	max-width: 1070px;
	display: flex;
	flex-wrap: wrap;
	color: #231815;
	font-size: 1.5rem;
}
#pagePath li {
	margin-right: 4px;
}
#pagePath li a {
	margin-right: 10px;
	color: #231815;
}
@media all and (max-width: 896px) {
	#pagePath {
		display: none;
	}
}
/*------------------------------------------------------------
	blogList
------------------------------------------------------------*/
.blogList {
	margin: -50px -20px 0;
	display: flex;
	flex-wrap: wrap;
}
.blogList li {
	padding: 50px 20px 0;
	width: calc(100%/3);
	box-sizing: border-box;
}
.blogList .photo {
	margin-bottom: 15px;
}
.blogList .date {
	margin-bottom: 3px;
	font-weight: 500;
}
.blogList h1 {
	margin-bottom: 4px;
	font-size: 2.4rem;
	line-height: 1.3;
	font-weight: 800;
}
.blogList h2 {
	margin-bottom: 7px;
	font-size: 2rem;
	line-height: 1.3;
	font-weight: 800;
}
.blogList .txt {
	line-height: 1.55;
}
.blogList .txt a {
	color: #FF0000;
}
@media all and (max-width: 896px) {
	.blogList {
		margin: -22px 0 0;
		display: block;
	}
	.blogList li {
		padding: 22px 0 15px;
		width: auto;
		border-bottom: 2px dotted #666;
	}
	.blogList .photo {
		margin-bottom: 5px;
	}
	.blogList .date {
		margin-bottom: 0;
		font-size: 1.3rem;
	}
	.blogList h1 {
		margin-bottom: 2px;
		font-size: 1.5rem;
	}
	.blogList h2 {
		font-size: 1.4rem;
	}
	.blogList .txt {
		display: flex;
	}
	.blogList .txt a {
		margin: 3px 0 0 15px;
		min-width: 72px;
	}
}
/*------------------------------------------------------------
	wp-pagenavi
------------------------------------------------------------*/
.wp-pagenavi {
	margin-top: 82px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	font-family: 'Noto Sans JP', sans-serif;
}
.wp-pagenavi a, .wp-pagenavi .current {
	margin-left: 10px;
	color: #fff;
	font-size: 2.1rem;
	font-weight: bold;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #DBDBDB;
	box-sizing: border-box;
}
.wp-pagenavi .current {
	background: #005EAE;
}
.wp-pagenavi .extend {
	margin-left: 7px;
	color: #005EAE;
	font-weight: 700;
}
.wp-pagenavi .pages {
	display: none;
}
.wp-pagenavi .first, .wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink, .wp-pagenavi .last {
	padding-bottom: 5px;
	font-size: 2.8rem;
}
@media all and (min-width: 897px) {
	.wp-pagenavi a:hover {
		opacity: 1;
		background: #005EAE;
	}
}
@media all and (max-width: 896px) {
	.wp-pagenavi {
		margin-top: 25px;
	}
	.wp-pagenavi a, .wp-pagenavi .current {
		margin-left: 5px;
		font-size: 1.05rem;
		width: 20px;
		height: 20px;
	}
	.wp-pagenavi .extend {
		margin-left: 4px;
		font-size: 0.9rem;
	}
	.wp-pagenavi .first, .wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink, .wp-pagenavi .last {
		font-size: 1.4rem;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 10px;
	color: #005EAE;
	font-size: 2.8rem;
	font-weight: 800;
	line-height: 1.3;
}
.headLine01.big {
	font-size: 3.5rem;
}
.headLine01.center {
	text-align: center;
}
@media all and (max-width: 896px) {
	.headLine01 {
		font-size: 1.5rem;
		text-align: center;
	}
	.headLine01.big {
		font-size: 1.8rem;
	}
}
@media all and (max-width: 374px) {
	.headLine01 {
		font-size: 3.8vw;
	}
	.headLine01.big {
		font-size: 4.8vw;
		letter-spacing: -0.03em;
	}
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	margin-bottom: 32px;
	position: relative;
	padding: 12px 0 11px;
	color: #fff;
	font-size: 2.6rem;
	font-weight: 800;
	line-height: 1.3;
	background-color: #666;
}
.headLine02:after, .headLine02:before {
	position: absolute;
	left: 100%;
	top: 0;
	width: 9999px;
	height: 100%;
	background-color: #666;
	content: "";
}
.headLine02:before {
	left: auto;
	right: 100%;
}
@media all and (max-width: 896px) {
	.headLine02 {
		margin-bottom: 15px;
		padding: 7px 0 7px;
		font-size: 1.6rem;
		line-height: 1.2;
	}
}
/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
	margin-bottom: 20px;
	padding: 10px 8px 12px;
	color: #fff;
	font-size: 2.4rem;
	font-weight: 800;
	background: #005EAE;
	border-radius: 29px;
	text-align: center;
}
@media all and (max-width: 896px) {
	.headLine03 {
		margin-bottom: 10px;
		padding: 6px 8px;
		font-size: 1.4rem;
		line-height: 1.3;
	}
}
@media all and (max-width: 359px) {
	.headLine03 {
		font-size: 4vw;
	}
}
/*------------------------------------------------------------
	headLine04
------------------------------------------------------------*/
.headLine04 {
	margin-bottom: 9px;
	color: #303030;
	font-size: 2rem;
}
.headLine04:before {
	margin-right: 2px;
	display: inline-block;
	width: 15px;
	height: 15px;
	background-color: #FF0000;
	content: "";
}
@media all and (max-width: 896px) {
	.headLine04 {
		margin-bottom: 3px;
		font-size: 1.3rem;
	}
	.headLine04:before {
		margin: -1px 2px 0 0;
		width: 10px;
		height: 10px;
	}
}
/*------------------------------------------------------------
	headLine05
------------------------------------------------------------*/
.headLine05 {
	margin-bottom: 9px;
	color: #4D4D4D;
	font-size: 2.8rem;
	font-weight: 800;
}
.headLine05:before {
	margin-right: 2px;
	display: inline-block;
	width: 21px;
	height: 21px;
	background-color: #005EAE;
	content: "";
}
@media all and (max-width: 896px) {
	.headLine05 {
		font-size: 1.5rem;
	}
	.headLine05:before {
		vertical-align: 0;
		width: 11px;
		height: 11px;
	}
}
/*------------------------------------------------------------
	comImgBox
------------------------------------------------------------*/
.comImgBox {
	margin-bottom: 47px;
	display: flex;
	justify-content: space-between;
}
.comImgBox .photoBox {
	margin-right: 25px;
	width: 31.2%;
}
.comImgBox .photoBox img {
	width: 100%;
}
.comImgBox .txtBox {
	margin-top: -5px;
	flex: 1;
}
.comImgBox .txtBox p {
	color: #333;
	font-size: 2rem;
	line-height: 1.6;
	text-align: justify;
}
@media all and (max-width: 896px) {
	.comImgBox {
		margin-bottom: 12px;
		display: block;
	}
	.comImgBox .photoBox {
		margin: 4px 20px 0 0;
		width: 50%;
		max-width: 180px;
		float: left;
	}
	.comImgBox .txtBox {
		margin-top: 0;
		flex: auto;
		overflow: hidden;
	}
	.comImgBox .txtBox p {
		font-size: 1.4rem;
		letter-spacing: -0.03em;
	}
}
/*------------------------------------------------------------
	comImgArea
------------------------------------------------------------*/
.comImgArea {
	margin-bottom: 45px;
	display: flex;
	justify-content: space-between;
}
.comImgArea .txtBox {
	margin-top: 3px;
	width: 510px;
}
.comImgArea .txtBox p {
	color: #333;
	line-height: 1.9;
	text-align: justify;
}
.comImgArea .photoBox {
	margin-top: 8px;
	width: 510px;
}
.comImgArea .photoBox img {
	width: 100%;
}
@media all and (max-width: 896px) {
	.comImgArea {
		margin-bottom: 12px;
		flex-wrap: wrap;
	}
	.comImgArea .txtBox {
		margin-top: 0;
		width: 100%;
		order: 2;
	}
	.comImgArea .txtBox p {
		line-height: 1.6;
	}
	.comImgArea .photoBox {
		margin: 0 0 10px;
		width: 100%;
		order: 0;
	}
	.comImgArea .photoBox img {
		width: 100%;
	}
}
/*------------------------------------------------------------
	comBtn
------------------------------------------------------------*/
.comBtn a {
	margin: 0 auto;
	max-width: 405px;
	padding-bottom: 2px;
	height: 60px;
	font-weight: 600;
	font-size: 2.3rem;
	color: #FFFF00;
	letter-spacing: 0.07em;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 30px;
	background: #FF0000;
	box-sizing: border-box;
}
.comBtn a img {
	margin: 2px 7px 0 0;
}
/*------------------------------------------------------------
	comLinkNavi
------------------------------------------------------------*/
.comLinkNavi {
	margin-bottom: 58px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.comLinkNavi li {
	width: 249px;
	margin: 0 13px;
}
.comLinkNavi a {
	height: 45px;
	color: #005EAE;
	font-size: 1.6rem;
	font-weight: 700;
	display: flex;
	text-align: center;
	justify-content: center;
	align-items: center;
	border: 3px solid #005EAE;
	box-sizing: border-box;
}
.comLinkNavi li:last-child a {
	color: #fff;
	border: none;
	background: #FF0000;
}
.comLinkNavi a .dot {
	margin: 0 -5px;
}
@media all and (max-width: 896px) {
	.comLinkNavi {
		margin-bottom: 20px;
	}
	.comLinkNavi li {
		margin: 0 5px;
		width: 105px;
	}
	.comLinkNavi a {
		height: 43px;
		font-size: 1.3rem;
		line-height: 1.2;
	}
}
@media all and (max-width: 359px) {
	.comLinkNavi a {
		font-size: 1.2rem;
		border-width: 2px;
	}
}
/*------------------------------------------------------------
	dotList
------------------------------------------------------------*/
.dotList {
	margin: 0 0 10px 2px;
}
.dotList li {
	padding-left: 19px;
	position: relative;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.3;
	font-family: 'Noto Sans JP', sans-serif;
}
.dotList li:before {
	position: absolute;
	left: 0;
	top: 8px;
	width: 15px;
	height: 15px;
	background-color: #FF0000;
	border-radius: 50%;
	content: "";
}
@media all and (max-width: 896px) {
	.dotList {
		margin: 0 0 6px 2px;
	}
	.dotList li {
		padding-left: 12px;
		font-size: 1.4rem;
	}
	.dotList li:before {
		width: 10px;
		height: 10px;
		top: 4px;
	}
}
/*------------------------------------------------------------
	comTable
------------------------------------------------------------*/
.comTable {
	width: 100%;
	border-spacing: 0;
	border-bottom: 1px solid #333;
}
.comTable th, .comTable td {
	padding: 1px 13px 2px 2px;
	color: #FF1C38;
	font-weight: 800;
	text-align: right;
	vertical-align: middle;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
}
.comTable th {
	width: 45%;
	border-right: none;
	color: #333;
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
	background-color: #EDF2FF;
	border-left: 1px solid #333;
}
@media all and (max-width: 896px) {
	.comTable th, .comTable td {
		padding: 0 8px 0 2px;
		font-size: 1.3rem;
	}
	.comTable th {
		width: 45%;
		font-size: 1.2rem;
	}
}
@media all and (max-width: 359px) {
	.comTable td {
		font-size: 1.2rem;
	}
	.comTable th {
		font-size: 1.1rem;
	}
}
/*------------------------------------------------------------
	comContact
------------------------------------------------------------*/
.comContact {
	padding-bottom: 53px;
	background-color: #D7DEF2;
}
.comContact .headLine02 {
	margin-bottom: 21px !important;
	background-color: #1D2788;
}
.comContact .headLine02:before, .comContact .headLine02:after {
	background-color: #1D2788;
}
.comContact ul {
	margin-top: -26px;
}
.comContact li {
	margin-top: 26px;
	width: 48.8%;
}
.comContact li img {
	width: 100%;
}
@media all and (max-width: 896px) {
	.comContact {
		padding-bottom: 20px;
	}
	.comContact .headLine02 {
		margin-bottom: 10px !important;
	}
	.comContact ul {
		margin-top: 0;
		display: block;
	}
	.comContact li {
		margin-top: 13px;
		width: auto;
	}
}
/*------------------------------------------------------------
	scroll-hint
------------------------------------------------------------*/
.scroll-hint-icon {
	top: calc(50% - 66px);
	left: calc(50% - 85px);
	width: 134px;
	height: 105px;
	border-radius: 10px;
	background: rgba(0, 0, 0, .42);
	padding: 23px 0 10px;
}
.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
	opacity: 1;
}
.scroll-hint-icon:before {
	width: 62px;
	height: 52px;
}
.scroll-hint-icon:after {
	width: 65px;
	height: 30px;
	margin-left: -36px;
	background-size: 100% auto;
}
.scroll-hint-text {
	font-size: 13px;
	margin-top: 6px;
}
/*------------------------------------------------------------
	top
------------------------------------------------------------*/
#index #gHeader {
	margin-bottom: 0;
}
#index .bgSec {
	padding-bottom: 47px;
	background: linear-gradient(to bottom, #fff, #FBFBFB 50%, #EAEBEB);
}
#index .topVisual {
	margin-bottom: 50px;
	position: relative;
	overflow: hidden;
}
#index .topVisual .content {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	top: 17px;
	max-width: 1074px;
	z-index: 10;
}
#index .topVisual .slick-slide {
	margin: 0 1px;
	opacity: 0.19;
}
#index .topVisual .slick-slide.slick-active {
	opacity: 1;
}
#index .comImgBox {
	margin-bottom: 0;
}
#index .comImgBox .photoBox {
	margin-right: 20px;
	width: 351px;
}
#index .comImgBox .txtBox .headLine01 {
	color: #E83917;
	font-size: 2.6rem;
}
#index .comImgBox .txtBox p {
	color: #000;
	font-size: 1.8rem;
	line-height: 1.78;
	letter-spacing: -0.03em
}
#index .headLine02 {
	margin-bottom: 25px;
}
#index .headLine02 small {
	font-size: 1.7rem;
	font-weight: 500;
	margin-left: 10px;
	vertical-align: 2px;
}
#index h4.headLine01 {
	margin-bottom: 15px;
	font-size: 3.5rem;
	line-height: 1.3;
	text-align: center;
}
#index .midTxt {
	margin-bottom: 40px;
	color: #262626;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
}
#index .linkList {
	margin-bottom: 13px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#index .linkList li {
	margin-bottom: 19px;
	width: 47.2%;
}
#index .linkList a {
	display: block;
	position: relative;
	color: #fff;
	line-height: 1.6;
}
#index .linkList a span {
	margin: 0 -5px;
}
#index .linkList a h5 {
	position: absolute;
	left: 205px;
	top: 10px;
	font-size: 3rem;
	font-weight: 800;
}
#index .linkList a p {
	width: 283px;
	position: absolute;
	left: 205px;
	top: 70px;
	font-weight: 500;
	letter-spacing: -0.05em;
	text-align: justify;
}
#index .linkList li img {
	width: 100%;
}
#index .linkUl {
	margin-bottom: 52px;
}
#index .linkUl li {
	margin-bottom: 28px;
}
#index .linkUl li img {
	width: 100%;
}
#index .linkBox .title {
	color: #3DA20F;
	font-size: 3rem;
	font-weight: 800;
	line-height: 1.3;
	margin-bottom: -23px;
	letter-spacing: 0.05em;
	position: relative;
}
#index .linkBox {
	margin-bottom: 51px;
	position: relative;
}
#index .linkBox .link > img {
	width: 100%;
}
#index .linkBox .btnList li {
	position: absolute;
	bottom: 30px;
	left: 20px;
}
#index .linkBox .btnList li:last-child {
	left: auto;
	right: 20px;
}
#index .btn {
	margin: 0 auto;
	width: 238px;
}
#index .btn a {
	padding-top: 1px;
	height: 46px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #005eae;
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
	border: 3px solid #005eae;
	background: #fff;
	box-sizing: border-box;
}
#index .btn a img {
	margin-top: -5px;
}
#index .sec02 {
	margin-bottom: 40px;
}
#index .sec02 .headLine02 {
	margin-bottom: 50px;
}
#index .sec02 .imgBox {
	margin-bottom: 24px;
	padding-bottom: 24px;
	background: url(../img/common/line02.png) repeat-x left bottom / 4px auto;
}
#index .sec02 .imgBox .photoBox {
	width: 498px;
}
#index .sec02 .imgBox .txtBox {
	margin-top: -6px;
	width: 560px;
}
#index .sec02 .imgBox .txtBox .date {
	margin-bottom: 6px;
	font-size: 2.5rem;
	font-weight: 500;
}
#index .sec02 .imgBox .txtBox h1 {
	margin-bottom: -4px;
	font-size: 3.5rem;
	font-weight: 800;
}
#index .sec02 .imgBox .txtBox h2 {
	margin-bottom: 13px;
	font-size: 2.4rem;
	font-weight: 800;
}
#index .sec02 .imgBox .txtBox .txt {
	line-height: 1.556;
	text-align: justify;
}
#index .sec02 .imgBox .txtBox .txt a {
	color: #ff0000;
}
#index .sec02 .blogList {
	margin-bottom: 42px;
	position: relative;
}
#index .sec02 .blogList::before, #index .sec02 .blogList::after {
	width: 2px;
	height: calc(100% - 45px);
	position: absolute;
	left: 373px;
	top: 49px;
	background: url(../img/common/line03.png) repeat-y center top / 2px auto;
	content: "";
}
#index .sec02 .blogList::after {
	left: auto;
	right: 373px;
}
#index .sec03 {
	padding-bottom: 44px;
	background: #F1F2F7;
}
#index .sec03 .content {
	position: relative;
}
#index .sec03 .headLine02 {
	margin-bottom: 38px;
}
#index .sec03 h4.headLine01 {
	margin-bottom: 7px;
}
#index .sec03 .comImgBox {
	margin: -10px 0 27px;
	align-items: center;
}
#index .sec03 .comImgBox .photoBox {
	margin-right: 26px;
	width: 400px;
}
#index .sec03 .comImgBox .txtBox {
	padding-top: 14px;
	position: relative;
}
#index .sec03 .comImgBox .txtBox .logo {
	margin-bottom: 15px;
}
#index .sec03 .comImgBox .txtBox p {
	margin-bottom: 13px;
	color: #000;
	font-size: 2rem;
	line-height: 1.5;
	font-weight: 700;
}
#index .sec03 .comImgBox .txtBox li {
	font-size: 3.1rem;
	font-weight: 700;
	line-height: 1.4;
}
#index .sec03 .comImgBox .txtBox li span {
	margin-right: 5px;
	font-size: 2rem;
}
#index .sec03 .comImgBox .txtBox .btn {
	width: 218px;
	position: absolute;
	right: 0;
	bottom: -5px;
}
#index .sec03 .textDl dt {
	margin-bottom: 4px;
	position: relative;
	color: #005eae;
	font-size: 2.2rem;
	font-weight: 700;
}
#index .sec03 .textDl dt::before {
	margin-top: 1px;
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	top: 50%;
	background-color: #005EAE;
	content: "";
}
#index .sec03 .textDl dt span {
	padding-right: 7px;
	display: inline-block;
	position: relative;
	background: #F1F2F7;
	z-index: 1;
}
#index .sec03 .textDl dt span::before {
	margin-right: 2px;
	display: inline-block;
	width: 16px;
	height: 16px;
	background-color: #005EAE;
	content: "";
}
#index .sec03 .textDl dd:not(:last-of-type) {
	margin-bottom: 11px;
}
#index .sec03 .textDl dd div {
	padding: 6px 0 20px;
}
#index .sec03 .textDl dd ul {
	width: 354px;
}
#index .sec03 .textDl dd li {
	margin-bottom: 13px;
	color: #262626;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: -0.03em;
}
#index .sec03 .textDl dd li:last-child {
	margin-bottom: 0;
}
#index .sec03 .textDl dd li span {
	display: block;
	color: #000;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0;
}
#index .sec03 .textDl dd .subBox01 ul {
	width: 230px;
}
#index .sec03 .textDl dd .subBox02 {
	margin-right: -200px;
}
#index .sec03 .textDl01 {
	width: 570px;
}
#index .sec03 .mapBox {
	position: absolute;
	right: 0;
	bottom: 30px;
}
#index .sec03 .mapBox .btn {
	margin: 41px 0 0 auto;
	width: 218px;
}
@media all and (max-width: 896px) {
	#index #gHeader {
		margin-bottom: 0;
	}
	#index .bgSec {
		padding-bottom: 10px;
		background: none;
	}
	#index .topVisual {
		margin-bottom: 0;
	}
	#index .topVisual .content {
		margin: 0;
		width: 100%;
		top: 4.3%;
		padding: 0 12px;
		text-align: center;
		box-sizing: border-box;
	}
	#index .topVisual h2 img {
		width: 100%;
	}
	#index .topVisual .slick-slide {
		margin: 0;
		opacity: 1;
	}
	#index .comImgBox {
		margin-bottom: 0;
	}
	#index .comImgBox .photoBox {
		margin-right: 10px;
		width: 175px;
	}
	#index .comImgBox .txtBox .headLine01 {
		font-size: 1.5rem;
	}
	#index .comImgBox .txtBox p {
		font-size: 1.4rem;
		line-height: 1.6;
	}
	#index .headLine02 {
		margin-bottom: 10px;
	}
	#index .headLine02 small {
		font-size: 1.1rem;
		margin-left: 5px;
	}
	#index h4.headLine01 {
		margin-bottom: 5px;
		font-size: 1.8rem;
	}
	#index .midTxt {
		margin-bottom: 10px;
		font-size: 1.4rem;
		line-height: 1.46;
	}
	#index .linkList {
		margin-bottom: 10px;
	}
	#index .linkList li {
		margin-bottom: 19px;
		width: 47.2%;
	}
	#index .linkList a span {
		margin: 0 -2px;
	}
	#index .linkList a h5 {
		margin: 5px 0 0;
		position: static;
		left: auto;
		top: auto;
		color: #005EAE;
		font-size: 1.6rem;
	}
	#index .linkList a p {
		width: auto;
		position: static;
		left: auto;
		top: auto;
		color: #262626;
		font-weight: 400;
		line-height: 1.5;
	}
	#index .linkUl {
		margin-bottom: 15px;
	}
	#index .linkUl li {
		margin-bottom: 12px;
	}
	#index .linkBox {
		margin-bottom: 17px;
	}
	#index .linkBox .btnList {
		position: absolute;
		left: 6%;
		top: 55.5%;
		width: 88%;
		display: flex;
		justify-content: space-between;
	}
	#index .linkBox .btnList li {
		position: static;
		bottom: auto;
		left: auto;
		width: 47.5%;
	}
	#index .linkBox .btnList li img {
		width: 100%;
	}
	#index .linkBox .btnList li:last-child {
		left: auto;
		right: auto;
	}
	#index .linkBox .btnList02, #index .linkBox .btnList03 {
		top: auto;
		bottom: 19%;
		left: 1.5%;
		width: 97%;
	}
	#index .linkBox .btnList03 {
		bottom: 2.8%;
	}
	#index .linkBox .btnList02 li, #index .linkBox .btnList03 li {
		width: 48.5%;
	}
	#index .btn {
		width: auto;
		max-width: 400px;
	}
	#index .btn a {
		height: 33px;
		font-size: 1.4rem;
		border-width: 2px;
	}
	#index .btn a img {
		margin-top: -3px;
		width: 31px;
	}
	#index .sec02 {
		margin-bottom: 30px;
	}
	#index .sec02 .headLine02 {
		margin-bottom: 30px;
	}
	#index .sec02 .imgBox {
		margin-bottom: 20px;
		padding-bottom: 0;
		background: none;
	}
	#index .sec02 .imgBox .photoBox {
		margin: 0 auto 12px;
		width: 84%;
	}
	#index .sec02 .imgBox .txtBox {
		margin-top: 0;
		width: auto;
	}
	#index .sec02 .imgBox .txtBox .date {
		margin-bottom: 0;
		font-size: 1.3rem;
		font-weight: 700;
	}
	#index .sec02 .imgBox .txtBox h1 {
		font-size: 2rem;
	}
	#index .sec02 .imgBox .txtBox h2 {
		margin-bottom: 4px;
		font-size: 1.6rem;
	}
	#index .sec02 .imgBox .txtBox .txt a {
		color: #000;
	}
	#index .sec02 .blogList {
		display: none;
	}
	#index .sec03 {
		padding-bottom: 10px;
		background: #fff;
	}
	#index .sec03 .headLine02 {
		margin-bottom: 15px;
	}
	#index .sec03 .headLine02 small {
		margin-left: 0;
	}
	#index .sec03 h4.headLine01 {
		line-height: 1.25;
	}
	#index .sec03 .midTxt {
		margin-bottom: 10px;
	}
	#index .sec03 .comImgBox {
		margin: 0 0 10px;
	}
	#index .sec03 .comImgBox .photoBox {
		margin: 0 0 5px;
		width: 100%;
		float: none;
		max-width: inherit;
	}
	#index .sec03 .comImgBox .txtBox {
		padding-top: 0;
	}
	#index .sec03 .comImgBox .txtBox .logo {
		margin: 0 -10px 5px 0;
	}
	#index .sec03 .comImgBox .txtBox .logo img {
		width: 340px;
	}
	#index .sec03 .comImgBox .txtBox p {
		margin-bottom: 4px;
		font-size: 1.3rem;
		line-height: 1.5;
	}
	#index .sec03 .comImgBox .txtBox ul {
		margin: 0 auto 15px;
		max-width: 312px;
	}
	#index .sec03 .comImgBox .txtBox li {
		font-size: 3.5rem;
		line-height: 1.15;
	}
	#index .sec03 .comImgBox .txtBox li span {
		font-size: 2.2rem;
	}
	#index .sec03 .comImgBox .txtBox .btn {
		width: auto;
		position: static;
		right: auto;
		bottom: auto;
	}
	#index .sec03 .comImgBox .txtBox .btn a img {
		margin-top: -5px;
		width: 21px;
	}
	#index .sec03 .textDl dt {
		margin-bottom: 0;
		font-size: 1.4rem;
	}
	#index .sec03 .textDl dt span {
		background: #fff;
	}
	#index .sec03 .textDl dt span::before {
		width: 10px;
		height: 10px;
	}
	#index .sec03 .textDl dd:not(:last-of-type) {
		margin-bottom: 7px;
	}
	#index .sec03 .textDl dd div {
		padding: 4px 0 0;
		display: block;
	}
	#index .sec03 .textDl dd ul {
		margin-bottom: 10px;
		width: auto;
	}
	#index .sec03 .textDl dd li {
		margin-bottom: 10px;
		font-size: 1.3rem;
		line-height: 1.3;
	}
	#index .sec03 .textDl dd li span {
		margin-bottom: 1px;
		font-size: 1.4rem;
	}
	#index .sec03 .textDl dd .subBox01 {
		display: block;
	}
	#index .sec03 .textDl dd .subBox01 ul {
		width: auto;
	}
	#index .sec03 .textDl dd .subBox02 {
		margin-right: 0;
	}
	#index .sec03 .textDl01 {
		width: auto;
	}
	#index .sec03 .mapBox {
		display: none;
	}
}
@media all and (max-width: 374px) {
	#index .midTxt {
		font-size: 3.75vw;
	}
}
@media all and (max-width: 359px) {
	#index .sec03 .comImgBox .txtBox ul {
		max-width: 270px;
	}
	#index .sec03 .comImgBox .txtBox li {
		font-size: 9vw;
	}
	#index h4.headLine01 {
		font-size: 5.2vw;
	}
}
/*------------------------------------------------------------
	blog
------------------------------------------------------------*/
.blog {
	margin-bottom: 78px;
}
.blog .mainVisual {
	height: 202px;
}
.blog #pagePath {
	margin-bottom: 50px;
}
.blogDetail {
	margin: -13px auto 0;
	max-width: 900px;
}
.blogDetail .photo {
	margin-bottom: 23px;
}
.blogDetail .date {
	margin-bottom: 0;
	font-size: 2.5rem;
	font-weight: 500;
	line-height: 1;
}
.blogDetail h1 {
	margin-bottom: 5px;
	font-size: 3.5rem;
	font-weight: 800;
}
.blogDetail h2 {
	margin-bottom: 12px;
	font-size: 2.4rem;
	font-weight: 800;
}
.blogDetail p {
	margin-bottom: 32px;
	line-height: 1.55;
	text-align: justify;
}
.pageNavi {
	margin-top: 63px;
	display: flex;
	justify-content: flex-end;
}
.pageNavi li {
	margin-left: 20px;
	width: 196px;
}
.pageNavi .next {
	width: 193px;
}
.pageNavi a {
	padding: 11px;
	color: #fff;
	font-size: 2.1rem;
	font-weight: 800;
	display: block;
	text-align: center;
	background-color: #005EAE;
}
.pageNavi a span {
	padding: 0 26px 0 32px;
	display: inline-block;
	background: url(../img/common/icon02.png) no-repeat left 5px;
}
.pageNavi .next a span {
	padding: 0 35px 0 15px;
	background: url(../img/common/icon03.png) no-repeat right 5px;
}
.pageNavi li:first-child {
	width: 253px;
}
.pageNavi li:first-child a {
	background-color: #FB0D1B;
}
@media all and (max-width: 896px) {
	.blog {
		margin-bottom: 13px;
	}
	.blog.detail {
		margin-bottom: 25px;
	}
	.blog .mainVisual {
		margin-bottom: 12px;
	}
	.blogDetail {
		margin: -3px 0 0;
	}
	.blogDetail .photo {
		margin-bottom: 15px;
	}
	.blogDetail .date {
		margin-bottom: 2px;
		font-size: 1.3rem;
	}
	.blogDetail h1 {
		margin-bottom: 7px;
		font-size: 1.5rem;
	}
	.blogDetail h2 {
		margin-bottom: 5px;
		font-size: 1.4rem;
	}
	.blogDetail p {
		margin-bottom: 18px;
		line-height: 1.55;
	}
	.pageNavi {
		margin-top: 25px;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.pageNavi li {
		margin-left: 0;
		width: 46.5%;
		order: 0;
	}
	.pageNavi li:first-child {
		margin-top: 13px;
		width: 100%;
		order: 3;
	}
	.pageNavi li:first-child a {
		color: #fff;
	}
	.pageNavi .next {
		width: 46.5%;
		order: 2;
	}
	.pageNavi a {
		padding: 8px;
		color: #8B8B8B;
		font-size: 1.4rem;
		background-color: #F5F0E6;
	}
	.pageNavi a span {
		padding: 0 0 0 24px;
		background: url(../img/common/icon02_sp.png) no-repeat left 3px/15px auto;
	}
	.pageNavi .next a span {
		padding: 0 20px 0 0;
		background: url(../img/common/icon03_sp.png) no-repeat right 3px/15px auto;
	}
}
/*------------------------------------------------------------
	hoken
------------------------------------------------------------*/
.hoken {
	margin-bottom: 45px;
}
.hoken .listUl {
	margin-bottom: 17px;
	display: flex;
	justify-content: space-between;
}
.hoken .listUl li {
	width: 47.2%;
}
.hoken .listUl img {
	margin-bottom: 20px;
	width: 100%;
}
.hoken .listUl p {
	color: #333;
	line-height: 1.8;
}
.hoken h4.headLine01 {
	font-size: 2.3rem;
	line-height: 1.5;
}
.hoken .txtInner {
	margin-bottom: 12px;
	display: flex;
	justify-content: space-between;
	background: #FFF5FF;
	border-radius: 10px;
}
.hoken .txtInner p {
	padding: 20px 10px 20px 20px;
	color: #E53B25;
	font-size: 2.1rem;
	font-weight: 800;
	line-height: 1.7;
	letter-spacing: -0.04em;
	flex: 1;
}
.hoken .txtInner .rImg {
	margin: -111px 22px 0 0;
}
.hoken .date {
	margin-bottom: 40px;
	text-align: right;
	font-weight: 700;
}
@media all and (max-width: 896px) {
	.hoken {
		margin-bottom: 22px;
	}
	.hoken .mainVisual {
		margin-bottom: 17px;
	}
	.hoken .comImgBox .txtBox p {
		letter-spacing: -0.05em;
	}
	.hoken .listUl {
		margin-bottom: -8px;
		display: block;
	}
	.hoken .listUl li {
		margin-bottom: 20px;
		width: auto;
	}
	.hoken .listUl img {
		margin-bottom: 8px;
	}
	.hoken .listUl p {
		letter-spacing: 0.07em;
		line-height: 1.6;
	}
	.hoken h4.headLine01 {
		margin: 0 -5px 18px;
		font-size: 1.5rem;
		line-height: 1.3;
		letter-spacing: -0.05em;
	}
	.hoken .txtInner {
		margin-bottom: 3px;
		border-radius: 5px;
	}
	.hoken .txtInner p {
		padding: 10px 0 10px 15px;
		font-size: 1.4rem;
		line-height: 1.5;
	}
	.hoken .txtInner .rImg {
		margin: -8px -16px 0 0;
		width: 178px;
	}
	.hoken .date {
		margin-bottom: 10px;
		font-size: 1.2rem;
	}
	.hoken .comBtn {
		display: none;
	}
}
@media all and (max-width: 374px) {
	.hoken h4.headLine01 {
		font-size: 3.8vw;
	}
}
@media all and (max-width: 359px) {
	.hoken .txtInner .rImg {
		width: 150px;
	}
}
/*------------------------------------------------------------
	coating
------------------------------------------------------------*/
.coating .comImgBox {
	margin-bottom: 37px;
}
.coating .headLine02 {
	margin-bottom: 35px;
}
.coating h4.headLine01 {
	margin-bottom: 20px;
	font-size: 3.5rem;
	text-align: center;
}
.coating h4.headLine01 + p {
	margin-bottom: 43px;
	color: #333;
	line-height: 1.8;
	text-align: justify;
}
.coating .mainPho {
	margin-bottom: 8px;
}
.coating .mainPho img {
	width: 100%;
}
.coating .listUl {
	margin: -54px 0 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.coating .listUl > li {
	margin-top: 54px;
	width: 47%;
}
.coating .listUl > li .logo {
	margin: 0 0 10px 3px;
	display: flex;
	align-items: flex-end;
}
.coating .listUl > li .logo img {
	margin-right: 5px;
}
.coating .listUl > li p {
	margin-bottom: 10px;
	min-height: 90px;
	font-size: 1.6rem;
	color: #333;
}
.coating .tabList {
	margin-bottom: 15px;
	display: flex;
	justify-content: space-between;
}
.coating .tabList li {
	width: 48% !important;
}
.coating .listUl > li .tabList + p {
	font-size: 1.4rem;
	min-height: inherit;
}
.coating .comBtn {
	margin-bottom: 67px;
}
.coating .listUl02 li {
	width: 47.2%;
}
.coating .listUl02 .photo {
	margin-bottom: 13px;
}
.coating .listUl02 .photo img {
	width: 100%;
}
.coating .listUl02 .headLine04:before {
	background-color: #74C323;
}
.coating .listUl02 li:nth-child(2) .headLine04:before {
	background-color: #816AB8;
}
.coating .listUl02 li:nth-child(3) .headLine04:before {
	background-color: #C1971B;
}
.coating .listUl02 li:nth-child(4) .headLine04:before {
	background-color: #FFB600;
}
.coating .listUl02 li:nth-child(5) .headLine04:before {
	background-color: #009FE8;
}
.coating .listUl02 li:nth-child(6) .headLine04:before {
	background-color: #FF7C00;
}
.coating .listUl02 .right .comTable th {
	width: 35%;
	padding: 1px 2px 2px 7px;
}
.coating .listUl02 .right .comTable td {
	padding: 1px 2px 2px;
	text-align: center;
}
.coating .listUl02 .right .comTable .tdStyle {
	padding: 3px 2px 7px;
	font-size: 1.6rem;
}
.coating .listUl02 .right .comTable .tdStyle .large {
	font-size: 1.8rem;
	line-height: 1.4;
}
.coating .listUl02 > li .photo02 {
	margin-bottom: 6px;
}
.coating .listUl02 > li .tabList .right02 {
	margin-top: -5px;
	width: 46% !important;
	text-align: justify;
}
.coating .listUl02 > li .tabList .right02 .txt {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.6;
}
.coating .listUl02 > li .tabList .right02 .notes {
	font-size: 1.4rem;
	min-height: inherit;
}
.coating .listUl02 {
	margin-bottom: 55px;
}
.coating .h4Ttl {
	margin-bottom: 10px;
}
.coating .h4Ttl span {
	display: block;
	padding: 7px 17px;
	color: #fff;
	font-size: 3rem;
	line-height: 1.2;
	font-weight: 800;
	background-color: #525252;
}
.coating .h4Ttl span:nth-child(2) {
	padding: 12px 17px;
	color: #525252;
	font-size: 2.6rem;
	background-color: #C7C7C7;
}
.coating .imgBox {
	margin-bottom: 55px;
}
.coating .imgBox .txtBox {
	margin: -2px 20px 0 0;
	flex: 1;
}
.coating .imgBox .txtBox p {
	margin-bottom: 8px;
	color: #333;
	font-size: 1.6rem;
	line-height: 1.8;
	text-align: justify;
}
.coating .imgBox .txtBox .txt {
	font-weight: 500;
}
.coating .imgBox .txtBox .ttl {
	margin-bottom: 0;
	color: #525252;
	font-size: 2.2rem;
	font-weight: 800;
}
.coating .imgBox .txtBox .small {
	font-size: 1.4rem;
	line-height: 1.5;
}
.coating .imgBox .rBox {
	width: 246px;
}
.coating .imgBox .rBox .headLine04:before {
	background-color: #525252;
}
.coating .comBtn02 {
	margin-bottom: 55px;
}
@media all and (max-width: 896px) {
	.coating .comImgBox {
		margin-bottom: 8px;
	}
	.coating .comImgBox .txtBox .headLine01 {
		letter-spacing: -0.03em;
	}
	.coating .headLine02 {
		margin-bottom: 10px;
	}
	.coating h4.headLine01 {
		margin-bottom: 6px;
		font-size: 1.8rem;
	}
	.coating h4.headLine01 + p {
		margin-bottom: 14px;
		line-height: 1.6;
		letter-spacing: 0.07em;
	}
	.coating .mainPho {
		margin-bottom: 10px;
	}
	.coating .listUl {
		margin: -1px 0 30px;
		display: block;
	}
	.coating .listUl > li {
		margin-top: 18px;
		width: auto;
	}
	.coating .listUl > li .logo {
		margin: 0 0 7px 3px;
	}
	.coating .listUl > li .logo img {
		height: 25px;
	}
	.coating .listUl > li p {
		margin-bottom: 3px;
		min-height: inherit;
		font-size: 1.4rem;
	}
	.coating .tabList {
		margin-bottom: 5px;
	}
	.coating .listUl > li .tabList + p {
		font-size: 1.3rem;
		min-height: inherit;
	}
	.coating .listUl02 li {
		width: auto;
	}
	.coating .listUl02 .photo {
		margin-bottom: 10px;
	}
	.coating .listUl02 .right .comTable th {
		width: 36%;
		padding: 0;
	}
	.coating .listUl02 .right .comTable td {
		padding: 0 2px;
	}
	.coating .listUl02 .right .comTable .tdStyle {
		padding: 3px 2px;
		font-size: 1.1rem;
		letter-spacing: -0.02em;
	}
	.coating .listUl02 .right .comTable .tdStyle .large {
		font-size: 1.3rem;
	}
	.coating .listUl02 > li .photo03 {
		margin-bottom: -5px;
	}
	.coating .listUl02 > li .tabList .right02 .txt {
		font-size: 1.3rem;
		line-height: 1.4;
	}
	.coating .listUl02 > li .notes {
		margin-top: 10px;
	}
	.coating .listUl02 > li .notes + p {
		font-size: 1.3rem;
	}
	.coating .listUl02 {
		margin-bottom: 25px;
	}
	.coating .h4Ttl {
		margin-bottom: 8px;
	}
	.coating .h4Ttl span {
		padding: 4px 13px 7px;
		font-size: 1.9rem;
	}
	.coating .h4Ttl span:nth-child(2) {
		padding: 6px 13px;
		font-size: 1.7rem;
	}
	.coating .imgBox {
		margin-bottom: 20px;
		display: block;
	}
	.coating .imgBox .txtBox {
		margin: 0 0 10px;
		flex: auto;
	}
	.coating .imgBox .txtBox p {
		margin-bottom: 0;
		font-size: 1.3rem;
		line-height: 1.46;
	}
	.coating .imgBox .txtBox .ttl {
		margin-bottom: 10px;
		font-size: 1.4rem;
	}
	.coating .imgBox .txtBox .small {
		display: none;
	}
	.coating .imgBox .rBox {
		width: auto;
	}
	.coating .imgBox .rBox p:last-child {
		color: #333;
		font-size: 1.3rem;
	}
	.coating .imgBox .rBox .comTable td {
		text-align: center;
	}
	.coating .comBtn02 {
		margin-bottom: 55px;
	}
	#coating #gFooter {
		background-color: #D7DEF2;
	}
}
@media all and (max-width: 374px) {
	.coating .listUl02 .right .comTable .tdStyle {
		font-size: 0.9rem;
	}
	.coating .listUl > li .tabList + p {
		letter-spacing: -0.02em;
	}
}
@media all and (max-width: 359px) {
	.coating h4.headLine01 {
		font-size: 1.6rem;
	}
}
/*------------------------------------------------------------
	gaiyou_tenpo
------------------------------------------------------------*/
.gaiyou_tenpo .mainVisual .ttlBox {
	margin: -7px -100px 0 0;
}
.gaiyou_tenpo .mainVisual .ttlBox h2 {
	margin-bottom: 34px;
}
.gaiyou_tenpo .comLinkNavi {
	margin-bottom: 35px;
}
.gaiyou_tenpo .infoBox .photoBox {
	margin-right: 60px;
	width: 510px;
}
.gaiyou_tenpo .photoBox img {
	margin-bottom: 22px;
	width: 100%;
}
.gaiyou_tenpo .infoBox .photoBox img {
	margin-bottom: 28px;
}
.gaiyou_tenpo .photoBox img:last-child {
	margin-bottom: 0;
}
.gaiyou_tenpo .map {
	height: 254px;
	background-color: #999;
}
.gaiyou_tenpo .map iframe {
	width: 100%;
	display: block;
	height: 254px;
}
.gaiyou_tenpo .infoBox {
	margin-bottom: 52px;
}
.gaiyou_tenpo .infoBox01 {
	margin-bottom: 25px;
}
.gaiyou_tenpo .infoBox .txtBox {
	margin-top: -8px;
	flex: 1;
}
.gaiyou_tenpo .infoBox .txtBox p {
	font-size: 2rem;
}
.gaiyou_tenpo h4.headLine01 {
	font-size: 3.1rem;
}
.gaiyou_tenpo h4.headLine01 + p {
	margin-bottom: 5px;
	font-size: 2rem;
	font-weight: 700;
}
.gaiyou_tenpo .telList li {
	margin-bottom: 6px;
	font-size: 3.1rem;
	font-weight: 700;
	line-height: 1.2;
}
.gaiyou_tenpo .telList li span {
	background-color: #0D60AC;
	color: #fff;
	font-size: 1.8rem;
	padding: 1px 9px 2px;
	margin-right: 8px;
	vertical-align: 4px;
}
.gaiyou_tenpo .comTable {
	border-color: #0D60AC;
}
.gaiyou_tenpo .comTable th, .gaiyou_tenpo .comTable td {
	padding: 4px 10px;
	color: #000;
	font-size: 1.6rem;
	line-height: 1.6;
	font-weight: 500;
	text-align: left;
	vertical-align: top;
	border-color: #0D60AC;
}
.gaiyou_tenpo .comTable th {
	padding-right: 15px;
	width: 20.5%;
	text-align: center;
	background-color: #F0F2F7;
}
.gaiyou_tenpo .comTable td li {
	padding-left: 1em;
	text-indent: -1em;
}
.gaiyou_tenpo .infoBox .txtBox02 {
	margin-top: 0;
}
.gaiyou_tenpo .linkNavi02 {
	margin-bottom: 48px;
	justify-content: flex-start;
}
.gaiyou_tenpo .linkNavi02 li {
	margin: 0 5px 0 0;
	width: 212px;
}
.gaiyou_tenpo .linkNavi02 li:last-child {
	margin-right: 0;
}
.gaiyou_tenpo .linkNavi02 a {
	height: 40px;
	background-color: #B8E3FF !important;
	border: none;
	font-weight: 800;
	color: #005EAE !important;
}
.gaiyou_tenpo .headLine03 {
	margin-bottom: 30px;
}
.gaiyou_tenpo .infoBox .txtBox .txt {
	margin-top: 20px;
	font-size: 2rem;
}
.gaiyou_tenpo .infoBox .txtBox .txt span {
	display: inline-block;
	margin: -2px 0 4px;
	font-weight: 700;
	line-height: 1.8;
}
.gaiyou_tenpo .comBtn {
	margin-bottom: 74px;
}
.gaiyou_tenpo .h4Ttl {
	margin-bottom: 15px;
}
.gaiyou_tenpo .tag {
	display: flex;
	font-weight: 800;
	margin-bottom: 48px;
	line-height: 1.2;
}
.gaiyou_tenpo .tag .ttl {
	margin-right: 8px;
	padding: 2px 16px 0;
	color: #0D60AC;
	border: 3px solid #0D60AC;
}
.gaiyou_tenpo .tag ul {
	display: flex;
}
.gaiyou_tenpo .tag li {
	margin-right: 10px;
	padding: 0 10px 0 4px;
	color: #fff;
	background: #0049D2;
	border-radius: 5px;
}
.gaiyou_tenpo .tag li:nth-child(2) {
	background: #FF3021;
}
.gaiyou_tenpo .tag li:nth-child(3) {
	background: #FCA400;
}
.gaiyou_tenpo .tag li:nth-child(4) {
	background: #00396D;
}
.gaiyou_tenpo .tag li:nth-child(5) {
	background: #AE8349;
}
.gaiyou_tenpo .tag li img {
	margin-right: 5px;
	vertical-align: -9px;
}
.gaiyou_tenpo .listUl {
	margin: -25px 0 -3px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.gaiyou_tenpo .listUl > li {
	padding: 25px 0 40px;
	width: 47.2%;
	border-top: 3px dotted #005EAE;
}
.gaiyou_tenpo .listUl > li:first-child, .gaiyou_tenpo .listUl > li:nth-child(2) {
	border-top: none;
}
.gaiyou_tenpo .listUl .headLine01 {
	margin-bottom: 8px;
	font-size: 2.8rem;
}
.gaiyou_tenpo .telList {
	margin-bottom: 10px;
}
.gaiyou_tenpo .tagList {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 18px;
}
.gaiyou_tenpo .tagList li {
	margin-right: 6px;
}
.gaiyou_tenpo .tagList li.liStyle {
	margin-right: 8px;
	padding: 0 8px;
	color: #FFFF00;
	font-size: 2rem;
	font-weight: 700;
	border-radius: 5px;
	background-color: #FF0000;
}
.gaiyou_tenpo h4.h4Ttl02 {
	font-size: 2.8rem;
}
.gaiyou_tenpo h4.h4Ttl + p {
	margin-bottom: 30px;
	font-size: 2rem;
}
.gaiyou_tenpo section:last-child .comBtn {
	margin-bottom: 0;
}
.gaiyou_tenpo {
	margin-bottom: 40px;
}
@media all and (max-width: 896px) {
	.gaiyou_tenpo .mainVisual {
		margin-bottom: 13px;
	}
	.gaiyou_tenpo .comLinkNavi {
		margin-bottom: 17px;
	}
	.gaiyou_tenpo .infoBox .photoBox {
		margin: 0 0 12px;
		width: 100%;
	}
	.gaiyou_tenpo .photoBox img {
		margin-bottom: 0;
	}
	.gaiyou_tenpo .map {
		height: 167px;
	}
	.gaiyou_tenpo .map iframe {
		height: 167px;
	}
	.gaiyou_tenpo .infoBox {
		margin-bottom: 6px;
		display: block;
	}
	.gaiyou_tenpo .infoBox .txtBox {
		margin-top: 0;
		flex: auto;
	}
	.gaiyou_tenpo h4.headLine01 {
		margin-bottom: 0;
		font-size: 1.8rem;
		text-align: left;
	}
	.gaiyou_tenpo .infoBox .txtBox p {
		font-size: 1.4rem;
	}
	.gaiyou_tenpo h4.headLine01 + p {
		margin-bottom: 5px;
		font-size: 1.4rem;
		line-height: 1.2;
	}
	.gaiyou_tenpo .telList li {
		margin-bottom: 0;
		font-size: 2.4rem;
	}
	.gaiyou_tenpo .telList li span {
		font-size: 1.4rem;
	}
	.gaiyou_tenpo .tel {
		margin-bottom: 7px;
	}
	.gaiyou_tenpo .tel a {
		padding-bottom: 2px;
		background-color: #FF0000;
		display: block;
		text-align: center;
		color: #fff;
		font-weight: 700;
		font-size: 1.6rem;
	}
	.gaiyou_tenpo .tel a span {
		font-size: 2.4rem;
	}
	.gaiyou_tenpo .comTable th, .gaiyou_tenpo .comTable td {
		padding: 2px;
		font-size: 1.3rem;
		line-height: 1.4;
		letter-spacing: -0.03em;
	}
	.gaiyou_tenpo .comTable th {
		padding-right: 5px;
		width: 17%;
		font-size: 1.2rem;
	}
	.gaiyou_tenpo .comTable .tdStyle {
		font-size: 1.2rem;
	}
	.gaiyou_tenpo .infoBox .txtBox02 {
		margin-top: 0;
	}
	.gaiyou_tenpo .infoBox02 {
		margin-bottom: 25px;
	}
	.gaiyou_tenpo .linkNavi02 {
		margin: 0 -5px 5px;
		justify-content: center;
	}
	.gaiyou_tenpo .linkNavi02 li {
		margin: 0 5px 10px;
		width: calc((100% - 30px)/3);
	}
	.gaiyou_tenpo .linkNavi02 a {
		height: 42px;
		text-align: center;
		line-height: 1.2;
	}
	.gaiyou_tenpo .headLine03 {
		margin-bottom: 7px;
	}
	.gaiyou_tenpo .infoBox .txtBox .txt {
		margin-top: 5px;
		font-size: 1.4rem;
		line-height: 1.6;
		letter-spacing: 0.03em;
		text-align: justify;
	}
	.gaiyou_tenpo .infoBox .txtBox .txt span {
		margin: 0;
		line-height: 1.6;
	}
	.gaiyou_tenpo section {
		margin-bottom: 37px;
	}
	.gaiyou_tenpo .h4Ttl {
		margin-bottom: 15px;
	}
	.gaiyou_tenpo .tag {
		margin-bottom: 7px;
		align-items: flex-start;
	}
	.gaiyou_tenpo .tag .ttl {
		margin-right: 6px;
		padding: 0 10px;
		width: 84px;
		min-width: 84px;
		height: 52px;
		display: flex;
		align-items: center;
		justify-content: center;
		box-sizing: border-box;
	}
	.gaiyou_tenpo .tag ul {
		margin-right: -7px;
		flex-wrap: wrap;
		align-items: flex-start;
	}
	.gaiyou_tenpo .tag li {
		margin: 0 7px 7px 0;
		padding: 0 8px 0 2px;
		border-radius: 4px;
		font-size: 1.3rem;
	}
	.gaiyou_tenpo .tag li:nth-child(3) {
		padding: 0 2px;
	}
	.gaiyou_tenpo .tag li img {
		margin-right: 4px;
		vertical-align: -6px;
		width: 23px;
	}
	.gaiyou_tenpo .listUl {
		margin: -10px 0 -3px;
		display: block;
	}
	.gaiyou_tenpo .listUl > li {
		padding: 15px 0;
		width: auto;
		border-width: 2px;
	}
	.gaiyou_tenpo .listUl > li:nth-child(2) {
		border-top: 2px dotted #005EAE;
	}
	.gaiyou_tenpo .listUl .headLine01 {
		margin-bottom: 0;
		font-size: 1.8rem;
	}
	.gaiyou_tenpo .listUl > li > img {
		margin-bottom: 8px;
		width: 100%;
	}
	.gaiyou_tenpo .listUl > li .tel {
		margin-bottom: 10px;
	}
	.gaiyou_tenpo .telList {
		margin-bottom: 0;
	}
	.gaiyou_tenpo .tagList {
		margin-bottom: 8px;
	}
	.gaiyou_tenpo h4.h4Ttl02 {
		font-size: 1.8rem;
	}
	.gaiyou_tenpo .infoBox .txt {
		margin-bottom: 10px;
		font-size: 1.4rem;
		font-weight: 500;
		line-height: 1.6;
	}
	.gaiyou_tenpo .infoBox03 .tel {
		margin: 19px 0 10px;
	}
	.gaiyou_tenpo h4.h4Ttl + p {
		margin-bottom: 10px;
		font-size: 1.4rem;
		font-weight: 500;
		line-height: 1.6;
	}
	.gaiyou_tenpo section:last-child {
		margin-bottom: 0;
	}
	.gaiyou_tenpo {
		margin-bottom: 0;
	}
}
@media all and (max-width: 374px) {
	.gaiyou_tenpo .comTable th {
		width: 20%;
	}
	.gaiyou_tenpo .tagList li.liStyle {
		font-size: 1.8rem;
	}
}
@media all and (max-width: 359px) {
	.gaiyou_tenpo .tagList li.liStyle {
		font-size: 1.5rem;
		width: auto;
	}
	.gaiyou_tenpo .tagList li {
		width: 25px;
	}
}
/*------------------------------------------------------------
	bankin
------------------------------------------------------------*/
.bankin .comImgBox .txtBox .headLine01 {
	margin-bottom: 20px;
}
.bankin .comImgBox {
	margin-bottom: 38px;
}
.bankin h4.headLine01 {
	margin-bottom: 25px;
}
.bankin .tabList {
	margin-bottom: 15px;
	display: flex;
}
.bankin .tabList li {
	width: 57%;
}
.bankin .tabList li:last-child {
	width: 43%;
}
.bankin .comTable {
	border-color: #4F4F4F;
	border-collapse: collapse;
}
.bankin .comTable th, .bankin .comTable td {
	padding: 11px 15px 11px 5px;
	width: 25%;
	color: #333;
	font-size: 2.4rem;
	font-weight: 500;
	border-color: #4F4F4F;
}
.bankin .comTable th {
	font-size: 1.9rem;
	text-align: right;
	background: #F0F2F7;
}
.bankin .comTable tbody th {
	border-right: 1px solid #4F4F4F;
}
.bankin .comTable thead th {
	padding: 10px;
	text-align: center;
	line-height: 1.2;
	background-color: #B1E1FF;
}
.bankin .comTable thead th:first-child {
	background: #F0F2F7 !important;
}
.bankin .comTable thead .thStyle {
	font-size: 2.4rem;
	font-weight: 800;
}
.bankin .tabList li:first-child tbody td:nth-child(3), .bankin .tabList li:last-child tbody td {
	padding-right: 25px;
}
.bankin .tabList li:first-child .comTable thead th {
	border-right: 1px solid #4F4F4F;
}
.bankin .tabList li:last-child .comTable thead th {
	background-color: #B1DCD2;
	border-right: 1px solid #4F4F4F;
}
.bankin .tabList + p {
	color: #333;
	text-indent: -1em;
	padding-left: 1em;
}
.bankin .caseImg img {
	width: 100%;
}
.bankin .subInner {
	margin-bottom: 30px;
}
.bankin .comBtn {
	margin-bottom: 60px;
}
.bankin .inner02 h3 {
	margin-bottom: 20px;
}
.bankin .midTxt {
	margin-bottom: 35px;
	color: #1A1A1A;
	font-size: 2.8rem;
	font-weight: 800;
	letter-spacing: 0.03em;
	text-align: center;
}
.bankin .inner02 h4 {
	margin-bottom: 8px;
}
.bankin .inner02 .listUl {
	margin-bottom: 30px;
	display: flex;
	justify-content: space-between;
}
.bankin .inner02 .listUl li {
	width: 47.2%;
}
.bankin .inner02 .listUl li img {
	margin-bottom: 8px;
	width: 100%;
}
.bankin .inner02 .listUl h5 {
	font-weight: 800;
	font-size: 2.8rem;
	color: #1A1A1A;
	line-height: 1.2;
}
.bankin .inner02 .listUl p {
	color: #333;
	line-height: 1.9;
}
.bankin .inner02 .imgBox01 {
	margin-bottom: 55px;
}
.bankin .comContact {
	padding-bottom: 32px;
	background-color: #FFE3E6;
}
.bankin .comContact .headLine02 {
	margin-bottom: 30px;
	background-color: #FF0000;
}
.bankin .comContact .headLine02:before, .bankin .comContact .headLine02:after {
	background-color: #FF0000;
}
@media all and (max-width: 896px) {
	.bankin .comImgBox .txtBox .headLine01 {
		margin-bottom: 10px;
		letter-spacing: -0.05em;
	}
	.bankin .comImgBox .txtBox .headLine01 span {
		letter-spacing: -0.3em;
		margin-left: -4px;
	}
	.bankin .comImgBox .txtBox p {
		letter-spacing: -0.05em;
	}
	.bankin .comImgBox {
		margin-bottom: 10px;
	}
	.bankin h3.headLine02 {
		margin-bottom: 10px;
	}
	.bankin h4.headLine01 {
		margin-bottom: 10px;
	}
	.bankin .tabList {
		margin-bottom: 10px;
		display: block;
	}
	.bankin .tabList li {
		margin-bottom: 10px;
		width: auto;
	}
	.bankin .tabList li:last-child {
		width: auto;
	}
	.bankin .comTable th, .bankin .comTable td {
		padding: 5px 10px 5px 5px;
		width: 25%;
		font-size: 1.4rem;
	}
	.bankin .comTable tbody th {
		padding: 5px 5px 5px 2px;
	}
	.bankin .comTable th {
		font-size: 1.3rem;
	}
	.bankin .comTable thead th {
		padding: 5px 2px;
	}
	.bankin .comTable thead .thStyle {
		font-size: 1.3rem;
	}
	.bankin .tabList li:first-child tbody td:nth-child(3), .bankin .tabList li:last-child tbody td {
		padding-right: 7px;
	}
	.bankin .tabList + p {
		font-size: 1.3rem;
	}
	.bankin .subInner {
		margin-bottom: 12px;
	}
	.bankin .subInner02 {
		margin-bottom: 20px;
	}
	.bankin .comBtn {
		margin-bottom: 60px;
	}
	.bankin .inner02 h3 {
		margin-bottom: 10px;
	}
	.bankin .midTxt {
		margin-bottom: 5px;
		font-size: 1.4rem;
		line-height: 1.43;
	}
	.bankin .inner02 h4 {
		margin-bottom: 4px;
	}
	.bankin .inner02 .listUl {
		margin-bottom: 20px;
		display: block;
	}
	.bankin .inner02 .listUl li {
		margin-bottom: 10px;
		width: auto;
	}
	.bankin .inner02 .listUl li img {
		margin-bottom: 6px;
	}
	.bankin .inner02 .listUl .txt {
		display: flex;
		flex-wrap: wrap;
	}
	.bankin .inner02 .listUl h5 {
		font-size: 1.7rem;
	}
	.bankin .inner02 .listUl p {
		margin-left: 5px;
		line-height: 1.5;
	}
	.bankin .inner02 .imgBox01 {
		margin-bottom: 20px;
	}
	.bankin .inner02 .h5Ttl {
		border-radius: 16px;
	}
	.bankin .comContact {
		padding-bottom: 20px;
	}
	.bankin .comContact .headLine02 {
		margin-bottom: 17px;
	}
	#bankin #gFooter {
		background-color: #FFE3E6;
	}
}
@media all and (max-width: 374px) {
	.bankin .comTable th {
		font-size: 1.2rem;
	}
}
@media all and (max-width: 359px) {
	.bankin .comTable td {
		padding-right: 5px;
		font-size: 1.2rem;
	}
	.bankin .comTable th {
		font-size: 1.1rem;
	}
	.bankin .midTxt {
		font-size: 1.3rem;
	}
}
/*------------------------------------------------------------
	jyunkatsuyu
------------------------------------------------------------*/
.jyunkatsuyu {
	margin-bottom: 54px;
}
.jyunkatsuyu .headLine01 {
	margin-bottom: 28px;
}
.jyunkatsuyu .headLine02 {
	margin-bottom: 31px;
}
.jyunkatsuyu .headLine03 {
	margin-bottom: 35px;
}
.jyunkatsuyu .comImgBox {
	margin-bottom: 54px;
}
.jyunkatsuyu .comImgBox .txtBox .headLine01 {
	margin-bottom: 19px;
}
.jyunkatsuyu .comLinkNavi {
	margin: 0 -17px 64px;
}
.jyunkatsuyu .comLinkNavi li {
	margin: 0 14px;
}
.jyunkatsuyu .comLinkNavi li span {
	margin: 0 -3px;
}
.jyunkatsuyu .comLinkNavi li:first-child {
	letter-spacing: -0.05em;
}
.jyunkatsuyu .comImgArea {
	margin-bottom: 51px;
}
.jyunkatsuyu .area {
	margin-bottom: 30px;
	align-items: flex-start;
	color: #333;
}
.jyunkatsuyu .area .lBox {
	width: 500px;
}
.jyunkatsuyu .area .lBox .pho {
	margin: -10px 0 12px 9px;
}
.jyunkatsuyu .area .lBox p {
	color: #333;
	text-align: justify;
	font-weight: 500;
	line-height: 1.4;
}
.jyunkatsuyu .area .lBox .ttl {
	margin-bottom: 7px;
	color: #FF0000;
	font-size: 3.5rem;
	font-weight: 800;
	line-height: 45px;
}
.jyunkatsuyu .area .lBox .txt01 {
	margin-bottom: 4px;
	color: #333;
	font-size: 2.8rem;
	font-weight: 800;
	letter-spacing: -0.025em;
	line-height: 35px;
}
.jyunkatsuyu .area .lBox .txt01 span {
	color: #005eae;
}
.jyunkatsuyu .area .rBox {
	padding: 21px 5px 38px 26px;
	width: 576px;
	color: #333;
	border-radius: 10px;
	background: #EDF2FF;
	box-sizing: border-box;
}
.jyunkatsuyu .area .rBox dt {
	margin-bottom: 6px;
	color: #4d4d4d;
	font-size: 2.4rem;
	font-weight: 800;
}
.jyunkatsuyu .area .rBox dt::before {
	margin-right: 2px;
	display: inline-block;
	width: 18px;
	height: 18px;
	background-color: #005EAE;
	content: "";
}
.jyunkatsuyu .area .rBox dd {
	color: #333;
	font-size: 2.2rem;
	font-weight: 500;
}
.jyunkatsuyu .area .rBox dd .dotList {
	margin: 0 0 7px;
}
.jyunkatsuyu .area .rBox dd .dotList li {
	color: #333;
	font-weight: 500;
}
.jyunkatsuyu .area .rBox dd .dotList li:before {
	width: 18px;
	height: 18px;
	background-color: #005eae;
}
.jyunkatsuyu .area .rBox dd .dotList li:not(:last-child) {
	margin-bottom: 10px;
}
.jyunkatsuyu .area .rBox dd p {
	margin-bottom: 5px;
	font-size: 2.2rem;
	font-weight: 500;
	color: #333;
}
.jyunkatsuyu .area .rBox dd .note {
	margin-bottom: 18px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.6;
	color: #333;
}
.jyunkatsuyu .area .rBox dd .note .indent {
	display: inline-block;
	padding-left: 1em;
	text-indent: -1em;
}
.jyunkatsuyu .text {
	margin-bottom: 32px;
	color: #333;
	line-height: 1.8889;
	text-align: justify;
}
.jyunkatsuyu .keyList {
	margin: -6px 5px 28px;
}
.jyunkatsuyu .keyList li {
	margin-right: 22px;
	color: #4d4d4d;
	font-size: 2.3rem;
	font-weight: 700;
}
.jyunkatsuyu .keyList li::before {
	margin-right: 2px;
	display: inline-block;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background-color: #97d4ff;
	content: "";
}
.jyunkatsuyu .photoInner {
	margin: -9px 0 50px;
	padding: 25px 32px 29px;
	border-radius: 10px;
	background: #EDF2FF;
}
.jyunkatsuyu .photoInner p {
	margin-top: 10px;
	color: #333;
	line-height: 1.8889;
	text-align: justify;
}
.jyunkatsuyu .tableBox {
	margin: -6px 0 55px;
}
.jyunkatsuyu .tableBox table {
	width: 100%;
	border-collapse: collapse;
}
.jyunkatsuyu .tableBox th, .jyunkatsuyu .tableBox td {
	padding: 0 5px;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 2.05;
	word-break: break-all;
	text-align: center;
	vertical-align: middle;
	box-sizing: border-box;
	border: 1px solid #231815;
}
.jyunkatsuyu .tableBox thead th {
	padding: 0;
	font-weight: 500;
	background: #f0f2f7;
}
.jyunkatsuyu .tableBox thead th:first-child {
	width: 19%;
	letter-spacing: -0.08em;
}
.jyunkatsuyu .tableBox thead th:nth-child(2) {
	width: 23.5%;
}
.jyunkatsuyu .tableBox thead th:last-child {
	width: 14.6%;
}
.jyunkatsuyu .tableBox tbody tr:nth-child(2n) td {
	background: #edf2ff;
}
.jyunkatsuyu .tableBox tbody td:nth-child(2), .jyunkatsuyu .tableBox tbody td:nth-child(3) {
	padding: 0 0 0 15px;
	text-align: left;
	letter-spacing: -0.02em;
}
.jyunkatsuyu .tableBox tbody td:last-child {
	letter-spacing: -0.05em;
}
.jyunkatsuyu .sec01 {
	margin-bottom: 65px;
}
.jyunkatsuyu .sec02 {
	margin-bottom: 50px;
}
@media all and (max-width: 896px) {
	.jyunkatsuyu {
		margin-bottom: 25px;
	}
	.jyunkatsuyu .headLine01 {
		margin: 0 -15px 13px;
	}
	.jyunkatsuyu .headLine02 {
		margin-bottom: 11px;
	}
	.jyunkatsuyu .headLine03 {
		margin-bottom: 14px;
	}
	.jyunkatsuyu .headLine05 {
		margin: -1px 0 1px;
	}
	.jyunkatsuyu .comImgBox {
		margin-bottom: 10px;
	}
	.jyunkatsuyu .comImgBox .txtBox .headLine01 {
		margin-bottom: 5px;
	}
	.jyunkatsuyu .comLinkNavi {
		margin: 0 -17px 15px;
	}
	.jyunkatsuyu .comLinkNavi li {
		margin: 0 5px;
	}
	.jyunkatsuyu .comImgArea {
		margin-bottom: 17px;
	}
	.jyunkatsuyu .area {
		margin-bottom: 8px;
	}
	.jyunkatsuyu .area .lBox {
		width: auto;
	}
	.jyunkatsuyu .area .lBox .pho {
		margin: 0 auto 8px;
		width: 245px;
	}
	.jyunkatsuyu .area .lBox p {
		font-size: 1.3rem;
		font-weight: 500;
		line-height: 1.384;
	}
	.jyunkatsuyu .area .lBox .ttl {
		margin-bottom: 2px;
		font-size: 1.7rem;
		line-height: 1.32;
		text-align: center;
	}
	.jyunkatsuyu .area .lBox .txt01 {
		margin-bottom: 5px;
		font-size: 1.4rem;
		line-height: 1.25;
		text-align: center;
	}
	.jyunkatsuyu .area .rBox {
		display: none;
	}
	.jyunkatsuyu .text {
		margin: -6px 0 9px;
		line-height: 1.57;
	}
	.jyunkatsuyu .telBox {
		margin: 0 auto;
		max-width: 450px;
	}
	.jyunkatsuyu .keyList {
		margin: -1px 2px 24px;
	}
	.jyunkatsuyu .keyList li {
		margin: 3px 15px 0 0;
		font-size: 1.4rem;
	}
	.jyunkatsuyu .keyList li::before {
		margin-right: 2px;
		width: 11px;
		height: 11px;
	}
	.jyunkatsuyu .photoInner {
		margin: -6px 0 0;
		padding: 10px;
		border-radius: 5px;
	}
	.jyunkatsuyu .photoInner p {
		margin-top: 8px;
		letter-spacing: -0.05em;
		line-height: 1.57;
	}
	.jyunkatsuyu .tableBox {
		margin: 15px -20px 0 0;
	}
	.jyunkatsuyu .tableBox table {
		margin: 0 auto;
		width: 740px;
	}
	.jyunkatsuyu .tableBox th, .jyunkatsuyu .tableBox td {
		height: 26px;
		font-size: 1.2rem;
		line-height: 1.5;
	}
	.jyunkatsuyu .tableBox tbody td:nth-child(2), .jyunkatsuyu .tableBox tbody td:nth-child(3) {
		padding-left: 10px;
	}
	.jyunkatsuyu .tableBox tbody td:last-child {
		letter-spacing: -0.05em;
	}
	.jyunkatsuyu .sec01 {
		margin-bottom: 22px;
	}
	.jyunkatsuyu .sec02 {
		margin-bottom: 22px;
	}
	.jyunkatsuyu .sec02 .headLine05 {
		font-size: 1.4rem;
	}
	.jyunkatsuyu .sec02 .headLine05::before {
		width: 10px;
		height: 10px;
	}
}
@media all and (max-width: 374px) {
	.jyunkatsuyu .area .lBox .ttl {
		font-size: 1.6rem;
	}
}
@media all and (max-width: 359px) {
	.jyunkatsuyu .comLinkNavi li {
		margin: 0 2px;
		width: 100px;
	}
}
/*------------------------------------------------------------
	shahan
------------------------------------------------------------*/
.shahan .headLine01 {
	margin-bottom: 35px;
}
.shahan .comImgBox {
	margin-bottom: 21px;
}
.shahan .inquiryBox {
	margin-bottom: 52px;
	padding: 29px 5px 23px;
	border-radius: 10px;
	background-color: #EDF2FF;
}
.shahan .inquiryBox h3 {
	margin-bottom: 13px;
	color: #fc0d1b;
	font-size: 2.8rem;
	text-align: center;
	font-weight: 800;
}
.shahan .inquiryBox .addTxt {
	width: 462px;
	text-align: right;
	font-size: 2rem;
	font-weight: 700;
}
.shahan .inquiryBox .addTxt .ttl {
	margin-bottom: -6px;
	display: block;
	color: #0d60ac;
	font-size: 3.5rem;
	font-weight: 800;
	letter-spacing: -0.08em;
}
.shahan .inquiryBox .tel {
	margin-top: 2px;
	width: 583px;
}
.shahan .inquiryBox .tel a {
	display: flex;
	flex-wrap: wrap;
	font-size: 5.2rem;
	font-weight: 700;
}
.shahan .inquiryBox .tel .ico {
	margin-right: 7px;
	margin-top: 13px;
	width: 67px;
	padding-top: 11px;
	height: 56px;
	color: #FFF;
	font-size: 2.3rem;
	text-align: center;
	box-sizing: border-box;
	background-color: #0d60ac;
}
.shahan .headLine02 {
	margin-bottom: 35px;
}
.shahan .headLine03 {
	margin-bottom: 25px;
}
.shahan .comImgArea {
	margin-bottom: 65px;
}
.shahan .serviceBox {
	margin: -15px 0 44px;
	padding: 26px 30px 40px;
	border-radius: 10px;
	background-color: #EDF2FF;
}
.shahan .serviceBox h4 {
	margin: 0 3px 11px;
	color: #e53b25;
	font-size: 2.8rem;
	font-weight: 800;
}
.shahan .serviceBox .subBox {
	margin-bottom: 23px;
	padding: 21px 52px 26px;
	border-radius: 10px;
	background-color: #FFF;
}
.shahan .serviceBox .subBox dl {
	color: #595959;
	font-weight: 500;
	font-size: 2.4rem;
	letter-spacing: -0.06em;
}
.shahan .serviceBox .subBox dt {
	margin-bottom: 2px;
	position: relative;
	font-weight: 800;
	font-size: 2.5rem;
}
.shahan .serviceBox .subBox dt::before {
	position: absolute;
	left: -30px;
	top: 9px;
	width: 19px;
	height: 19px;
	background-color: #e53b25;
	content: "";
}
.shahan .serviceBox .subBox dd {
	margin-bottom: 26px;
	line-height: 1.4;
	font-size: 2.2rem;
}
.shahan .serviceBox .subBox dd:last-child {
	margin-bottom: 0;
}
.shahan .serviceBox .subBox li {
	padding-left: 5.9em;
	font-size: 2.4rem;
	text-indent: -5.9em;
}
.shahan .serviceBox .imgBox .txtBox {
	margin-top: -5px;
	width: 585px;
}
.shahan .serviceBox .imgBox .txtBox p {
	margin-left: 5px;
	color: #333;
	text-align: justify;
	line-height: 1.83;
	letter-spacing: -0.08em;
}
.shahan .serviceBox .imgBox .phoBox {
	width: 400px;
	order: 1;
}
.shahan .serviceBox .imgBox .phoBox img {
	width: 100%;
	border-radius: 15px;
}
.shahan .inner {
	margin-bottom: 56px;
}
.shahan .inner02 .imgBox {
	margin: -2px 0 45px;
}
.shahan .inner02 .imgBox .phoBox {
	width: 540px;
}
.shahan .inner02 .imgBox .phoBox img {
	width: 100%;
}
.shahan .inner02 .imgBox .txtBox {
	margin-top: -7px;
	width: 510px;
}
.shahan .inner02 .imgBox .txtBox h4 {
	margin-bottom: 21px;
	font-size: 3.5rem;
}
.shahan .inner02 .imgBox .txtBox p {
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.55;
}
@media all and (min-width: 897px) {
	.shahan .comImgBox .txtBox .headLine01 {
		margin-bottom: 18px;
	}
}
@media all and (max-width: 896px) {
	.shahan .headLine01 {
		margin-bottom: 10px;
	}
	.shahan .headLine02 {
		margin-bottom: 12px;
	}
	.shahan .comImgBox {
		margin-bottom: 5px;
	}
	.shahan .inquiryBox {
		margin-bottom: 15px;
		padding: 7px 5px 7px;
		border-radius: 5px;
	}
	.shahan .inquiryBox h3 {
		margin-bottom: 3px;
		font-size: 1.3rem;
	}
	.shahan .inquiryBox ul {
		display: block;
	}
	.shahan .inquiryBox li {
		width: auto !important;
	}
	.shahan .inquiryBox .addTxt {
		text-align: center;
		font-size: 1.3rem;
	}
	.shahan .inquiryBox .addTxt .ttl {
		margin-bottom: -2px;
		font-size: 1.9rem;
	}
	.shahan .inquiryBox .tel {
		margin: -4px 33px 0 0;
	}
	.shahan .inquiryBox .tel a {
		color: #fc0d1b;
		font-size: 2.6rem;
		justify-content: center;
	}
	.shahan .inquiryBox .tel .ico {
		margin-right: 4px;
		margin-top: 6px;
		width: 34px;
		padding-top: 6px;
		height: 28px;
		font-size: 1.15rem;
	}
	.shahan .headLine03 {
		margin-bottom: 12px;
	}
	.shahan .comImgArea {
		margin-bottom: 30px;
	}
	.shahan .serviceBox {
		margin: -20px 0 10px;
		padding: 10px 15px 18px;
		border-radius: 5px;
	}
	.shahan .serviceBox h4 {
		margin: 0 3px 5px;
		font-size: 1.6rem;
	}
	.shahan .serviceBox .subBox {
		margin-bottom: 10px;
		padding: 8px 5px 10px 27px;
		border-radius: 5px;
	}
	.shahan .serviceBox .subBox dl {
		letter-spacing: -0.03em;
	}
	.shahan .serviceBox .subBox dt {
		margin-bottom: 3px;
		font-size: 1.4rem;
	}
	.shahan .serviceBox .subBox dt::before {
		left: -15px;
		top: 5px;
		width: 10px;
		height: 10px;
	}
	.shahan .serviceBox .subBox dd {
		margin-bottom: 12px;
		line-height: 1.5;
		font-size: 1.3rem;
	}
	.shahan .serviceBox .subBox dd ul {
		margin-left: -8px;
	}
	.shahan .serviceBox .subBox dd li {
		margin-bottom: 3px;
		line-height: 1.35;
		font-size: 1.3rem;
	}
	.shahan .serviceBox .subBox dd li:last-child {
		margin-bottom: 0;
	}
	.shahan .serviceBox .imgBox {
		display: block;
	}
	.shahan .serviceBox .imgBox .txtBox {
		margin-top: 0;
		width: auto;
	}
	.shahan .serviceBox .imgBox .txtBox p {
		margin-left: 0px;
		font-size: 1.3rem;
		line-height: 1.65;
	}
	.shahan .serviceBox .imgBox .phoBox {
		margin-bottom: 8px;
		width: auto;
	}
	.shahan .serviceBox .imgBox .phoBox img {
		width: 100%;
		border-radius: 10px;
	}
	.shahan .inner {
		margin-bottom: 35px;
	}
	.shahan .inner02 {
		margin-bottom: 0;
	}
	.shahan .inner02 .imgBox {
		margin-bottom: 18px;
	}
	.shahan .inner02 .imgBox .phoBox {
		width: 100%;
		order: 1;
	}
	.shahan .inner02 .imgBox .txtBox {
		margin: -5px 0 9px;
		width: 100%;
	}
	.shahan .inner02 .imgBox .txtBox h4 {
		margin-bottom: 5px;
		font-size: 1.8rem;
	}
	.shahan .inner02 .imgBox .txtBox p {
		font-size: 1.4rem;
		line-height: 1.42;
		text-align: center;
	}
}
@media all and (max-width: 374px) {
	.shahan .inquiryBox h3 {
		font-size: 3.3vw;
		letter-spacing: -0.03em;
	}
}
@media all and (max-width: 359px) {
	.shahan .inner02 .imgBox .txtBox p {
		font-size: 1.2rem;
	}
}
/*------------------------------------------------------------
	shaken
------------------------------------------------------------*/
.shaken {
	margin-bottom: 99px;
}
.shaken .comImgBox {
	margin-bottom: 54px;
	align-items: center;
}
.shaken .comImgBox .txtBox p {
	font-size: 1.8rem;
	line-height: 1.833;
}
.shaken .comLinkNavi {
	margin-bottom: 68px;
}
.shaken .comLinkNavi li {
	margin: 0 14px;
}
.shaken .photo {
	margin-bottom: 40px;
}
.shaken .sec01 {
	margin-bottom: 55px;
}
.shaken .sec01 .title {
	margin: -8px 0 25px;
	display: flex;
	align-items: flex-end;
	color: #005eae;
	font-size: 2.8rem;
	font-weight: 800;
	line-height: 1.25;
}
.shaken .sec01 .title img {
	margin-right: 10px;
	flex: none;
}
.shaken .sec01 .title .redTxt {
	margin: 0 0 -7px 10px;
	color: #e53b25;
	font-size: 4.1rem;
}
.shaken .sec01 .title .redTxt span {
	display: inline-block;
	vertical-align: -5px;
	font-size: 7.5rem;
	line-height: 1;
}
.shaken .sec01 .priceList {
	margin-bottom: 38px;
}
.shaken .sec01 .priceList li {
	padding-bottom: 17px;
	background: url(../img/common/line01.png) repeat-x left bottom / 6px auto;
}
.shaken .sec01 .priceList li:not(:last-child) {
	margin-bottom: 15px;
}
.shaken .sec01 .priceList li dl {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.shaken .sec01 .priceList li dt {
	width: calc(100% - 260px);
	display: flex;
	align-items: flex-start;
}
.shaken .sec01 .priceList li dt .ttl {
	margin: 4px 15px 0 0;
	width: 72px;
	height: 72px;
	flex: none;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 2rem;
	font-weight: 800;
	border-radius: 8px;
	background: #E53B25;
}
.shaken .sec01 .priceList li dt .txt {
	color: #404040;
	font-size: 2rem;
	line-height: 1.25;
}
.shaken .sec01 .priceList li dt .txt span {
	margin-bottom: 4px;
	display: block;
	font-size: 3.2rem;
	font-weight: 800;
}
.shaken .sec01 .priceList li dd {
	margin-bottom: -8px;
	width: 260px;
	color: #005eae;
	font-size: 3rem;
	font-weight: 800;
	text-align: right;
}
.shaken .sec01 .priceList li dd span {
	margin-right: 5px;
	display: inline-block;
	vertical-align: -4px;
	font-size: 5.4rem;
	line-height: 1;
}
.shaken .sec02 .title {
	margin-bottom: 20px;
	color: #1a1a1a;
	font-size: 2.8rem;
	font-weight: 800;
	line-height: 1.607;
	text-align: center;
}
.shaken .sec02 .headLine01 {
	margin: -5px 0 4px;
}
.shaken .sec02 .photoList {
	margin-bottom: 18px;
}
.shaken .sec02 h5 {
	margin-bottom: 10px;
	color: #005eae;
	font-size: 2.8rem;
	font-weight: 800;
}
.shaken .sec02 .textList {
	margin: -16px 0 0;
}
.shaken .sec02 .textList li, .shaken .sec02 .textUl li {
	margin-top: 16px;
	padding: 0 5px;
	width: 530px;
	height: 90px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #ffff00;
	font-size: 2.8rem;
	font-weight: 800;
	line-height: 1.25;
	border-radius: 4px;
	background: #005eae;
	box-sizing: border-box;
}
.shaken .sec02 .textList li img {
	margin-right: 2px;
}
.shaken .sec02 .textUl {
	margin-bottom: 25px;
}
.shaken .sec02 .textUl li {
	color: #005eae;
	background: none;
	border: 5px solid #005eae;
}
.shaken .sec02 .textUl li:nth-child(2) {
	padding-left: 13px;
	justify-content: space-between;
}
.shaken .sec02 .textUl li span {
	font-size: 2.4rem;
}
.shaken .sec02 .textUl li span small {
	display: block;
	font-size: 1.6rem;
	font-weight: 400;
}
.shaken .sec02 .noteList {
	margin-bottom: 58px;
}
.shaken .sec02 .noteList li {
	position: relative;
	font-size: 1.6rem;
	line-height: 1.75;
	text-align: justify;
}
.shaken .sec02 .noteList li::before {
	margin-right: 2px;
	display: inline-block;
	vertical-align: -1px;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background-color: #000;
	content: "";
}
@media all and (max-width: 896px) {
	.shaken {
		margin-bottom: 25px;
	}
	.shaken .comImgBox {
		margin-bottom: 9px;
	}
	.shaken .comImgBox .txtBox p {
		font-size: 1.4rem;
		letter-spacing: -0.05em;
		line-height: 1.57;
	}
	.shaken .comLinkNavi {
		margin-bottom: 11px;
	}
	.shaken .comLinkNavi li {
		margin: 0 5px;
	}
	.shaken .photo {
		margin: 0 auto 17px;
		max-width: 335px;
	}
	.shaken .sec01 {
		margin-bottom: 15px;
	}
	.shaken .sec01 .title {
		margin: -8px 0 15px;
		font-size: 1.4rem;
		line-height: 1.25;
	}
	.shaken .sec01 .title img {
		margin: 0 3px 3px 0;
		width: 22px;
	}
	.shaken .sec01 .title .redTxt {
		margin: 0 0 -3px 6px;
		font-size: 2.2rem;
	}
	.shaken .sec01 .title .redTxt span {
		vertical-align: -1px;
		font-size: 4.3rem;
		letter-spacing: -0.03em;
	}
	.shaken .sec01 .priceList {
		margin-bottom: 0;
	}
	.shaken .sec01 .priceList li {
		padding-bottom: 11px;
		background-size: 3px auto;
	}
	.shaken .sec01 .priceList li:not(:last-child) {
		margin-bottom: 8px;
	}
	.shaken .sec01 .priceList li dt {
		width: calc(100% - 150px);
	}
	.shaken .sec01 .priceList li dt .ttl {
		margin: 1px 5px 0 0;
		padding-top: 2px;
		width: 45px;
		height: 36px;
		font-size: 1.25rem;
		border-radius: 4px;
		box-sizing: border-box;
	}
	.shaken .sec01 .priceList li dt .txt {
		font-size: 1.3rem;
		line-height: 1.23;
	}
	.shaken .sec01 .priceList li dt .txt span {
		margin-bottom: 2px;
		font-size: 1.7rem;
	}
	.shaken .sec01 .priceList li dd {
		margin-bottom: 0;
		width: 150px;
		font-size: 1.6rem;
	}
	.shaken .sec01 .priceList li dd span {
		margin-right: 3px;
		vertical-align: -4px;
		font-size: 3.3rem;
	}
	.shaken .sec02 .title {
		margin-bottom: 8px;
		font-size: 1.4rem;
		line-height: 1.607;
	}
	.shaken .sec02 .headLine01 {
		margin: -11px 0 1px;
	}
	.shaken .sec02 .photoList {
		margin-bottom: 10px;
	}
	.shaken .sec02 .photoList li:not(:last-child) {
		margin-bottom: 10px;
	}
	.shaken .sec02 h5 {
		margin-bottom: 3px;
		font-size: 1.8rem;
		text-align: center;
	}
	.shaken .sec02 .textList {
		margin: 0;
		display: block;
	}
	.shaken .sec02 .textList li, .shaken .sec02 .textUl li {
		margin: 0 0 8px;
		padding: 0 5px;
		width: auto;
		height: 45px;
		font-size: 1.4rem;
		line-height: 1.25;
		border-radius: 4px;
	}
	.shaken .sec02 .textList li img {
		margin-right: 1px;
		width: 28px;
	}
	.shaken .sec02 .textList li:nth-child(2) img {
		margin-right: 3px;
		width: 29px;
	}
	.shaken .sec02 .textList li:nth-child(3) img {
		margin-right: 5px;
		width: 33px;
	}
	.shaken .sec02 .textList li:last-child img {
		margin-right: 1px;
		width: 38px;
	}
	.shaken .sec02 .textUl {
		margin-bottom: 10px;
		display: block;
	}
	.shaken .sec02 .textUl li {
		border-radius: 2px;
		border-width: 3px;
	}
	.shaken .sec02 .textUl li:nth-child(2) {
		padding-left: 13px;
		justify-content: center;
	}
	.shaken .sec02 .textUl li span {
		font-size: 1.4rem;
	}
	.shaken .sec02 .textUl li span small {
		font-size: 1.1rem;
	}
	.shaken .sec02 .textUl li img {
		margin: 0 5px;
		width: 99px;
	}
	.shaken .sec02 .noteList {
		margin-bottom: 0;
	}
	.shaken .sec02 .noteList li {
		font-size: 1.3rem;
		line-height: 1.577;
	}
	.shaken .sec02 .noteList li::before {
		vertical-align: 0;
		width: 11px;
		height: 11px;
	}
}
@media all and (max-width: 374px) {
	.shaken .sec01 .title {
		margin: -8px 0 15px;
		font-size: 1.2rem;
		line-height: 1.25;
	}
	.shaken .sec01 .title img {
		margin: 0 3px 3px 0;
		width: 22px;
	}
	.shaken .sec01 .title .redTxt {
		margin: 0 0 -3px 6px;
		font-size: 2rem;
	}
	.shaken .sec01 .title .redTxt span {
		font-size: 3rem;
	}
	.shaken .sec01 .priceList li dt {
		width: calc(100% - 110px);
	}
	.shaken .sec01 .priceList li dd {
		width: 110px;
		font-size: 1.1rem;
	}
	.shaken .sec01 .priceList li dd span {
		font-size: 2.6rem;
	}
	.shaken .sec02 .title {
		font-size: 3.7vw;
		letter-spacing: -0.03em;
	}
}
@media all and (max-width: 359px) {
	.shaken .sec02 .textList li, .shaken .sec02 .textUl li {
		font-size: 1.3rem;
	}
	.shaken .sec02 .textUl li:nth-child(2) {
		padding-left: 5px;
	}
	.shaken .sec02 .textUl li span {
		font-size: 1.3rem;
	}
	.shaken .sec02 .textUl li span small {
		font-size: 1rem;
	}
	.shaken .sec02 .textUl li img {
		width: 70px;
	}
	.shaken .sec01 .priceList li dt .txt span {
		font-size: 1.5rem;
	}
}
/*------------------------------------------------------------
	lease
------------------------------------------------------------*/
.lease .comImgBox {
	margin-bottom: 25px;
}
.lease .comImgBox .txtBox p {
	font-size: 1.8rem;
	line-height: 1.83;
}
.lease .comLinkNavi {
	margin: 0 -10px 48px;
}
.lease .midTxt {
	text-align: center;
	color: #1a1a1a;
	font-size: 2.8rem;
	font-weight: 800;
	line-height: 1.6;
}
.lease .midTxt span {
	margin-bottom: 7px;
	display: block;
	color: #005eae;
	font-size: 3.5rem;
	line-height: 1.286;
}
.lease .midTxt span:last-child {
	margin-bottom: 0;
}
.lease .newCarSub {
	margin-bottom: 45px;
}
.lease .newCarSub .midTxt {
	margin-bottom: 108px;
}
.lease .newCarSub .listUl {
	margin: -98px 0 37px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.lease .newCarSub .listUl li {
	margin-top: 98px;
	padding: 10px;
	width: 510px;
	display: flex;
	justify-content: space-between;
	background-color: #005eae;
	border-radius: 10px;
	box-sizing: border-box;
}
.lease .newCarSub .listUl .lBox {
	width: calc(50% - 20px);
	text-align: center;
}
.lease .newCarSub .listUl .lBox p {
	color: #ffff00;
	font-weight: 800;
	font-size: 2.6rem;
	line-height: 1.346;
	letter-spacing: -0.04em;
}
.lease .newCarSub .listUl .lBox p sup {
	font-size: 1.3rem;
}
.lease .newCarSub .listUl .img {
	margin: -85px auto 5px;
	width: 198px;
}
.lease .newCarSub .listUl .rBox {
	padding: 15px 13px 6px;
	width: calc(50% + 15px);
	background-color: #FFF;
	border-radius: 10px;
	box-sizing: border-box;
}
.lease .newCarSub .listUl .title {
	margin-bottom: 1px;
	color: #005eae;
	font-size: 2.8rem;
	font-weight: 800;
	letter-spacing: -0.04em;
}
.lease .newCarSub .listUl .text {
	margin: 0 3px;
	color: #333;
	text-align: justify;
	line-height: 1.61;
}
.lease .newCarSub .h4Ttl {
	margin-bottom: 20px;
	padding: 14px 120px 15px;
	position: relative;
	color: #ffff00;
	font-weight: 800;
	font-size: 2.6rem;
	text-align: center;
	letter-spacing: -0.04em;
	background-color: #ff1c30;
	border-radius: 10px;
}
.lease .newCarSub .h4Ttl img {
	position: absolute;
	left: 10px;
	top: -12px;
}
.lease .noteList {
	margin: 0 0 40px 2.1em;
	font-size: 1.6rem;
	text-indent: -2.1em;
}
.lease .noteList li {
	margin-bottom: 8px;
	text-align: justify;
}
@media all and (max-width: 896px) {
	.lease .mainVisual {
		margin-bottom: 15px;
	}
	.lease .comImgBox {
		margin-bottom: 9px;
	}
	.lease .comImgBox .headLine01 {
		letter-spacing: -0.09em;
	}
	.lease .comImgBox .txtBox p {
		font-size: 1.4rem;
		line-height: 1.57;
	}
	.lease .comLinkNavi {
		margin: 0 -10px 13px;
	}
	.lease .midTxt {
		font-size: 1.4rem;
		line-height: 1.428;
	}
	.lease .midTxt span {
		margin-bottom: 7px;
		font-size: 1.8rem;
		line-height: 1.25;
	}
	.lease .newCarSub {
		margin-bottom: 26px;
	}
	.lease .newCarSub .headLine02 {
		margin-bottom: 6px;
	}
	.lease .newCarSub .midTxt {
		margin: 0 -10px 40px;
	}
	.lease .newCarSub .listUl {
		margin: 0 0 25px;
	}
	.lease .newCarSub .listUl li {
		margin: 0 0 45px;
		padding: 5px;
		width: 100%;
		border-radius: 5px;
	}
	.lease .newCarSub .listUl li:last-child {
		margin-bottom: 0;
	}
	.lease .newCarSub .listUl .lBox {
		padding-bottom: 4px;
		width: 115px;
	}
	.lease .newCarSub .listUl .lBox p {
		font-size: 1.4rem;
		line-height: 1.346;
		letter-spacing: -0.04em;
	}
	.lease .newCarSub .listUl .lBox p sup {
		font-size: 0.7rem;
	}
	.lease .newCarSub .listUl .img {
		margin: -43px auto 2px;
		width: 99px;
	}
	.lease .newCarSub .listUl .rBox {
		padding: 7px 7px 15px;
		width: calc(100% - 115px);
		border-radius: 5px;
	}
	.lease .newCarSub .listUl .title {
		margin-bottom: 0;
		font-size: 1.5rem;
	}
	.lease .newCarSub .listUl .text {
		margin: 0 1px;
		font-size: 1.3rem;
		line-height: 1.38;
		letter-spacing: -0.035em;
	}
	.lease .newCarSub .h4Ttl {
		margin-bottom: 8px;
		padding: 7px 5px 7px 65px;
		font-size: 1.5rem;
		border-radius: 5px;
		text-align: left;
		line-height: 1.37;
	}
	.lease .newCarSub .h4Ttl img {
		width: 56px;
		left: 7px;
		top: -11px;
	}
	.lease .noteList {
		margin: 0;
		font-size: 1.3rem;
		text-indent: 0;
		line-height: 1.46;
	}
	.lease .noteList li {
		margin-bottom: 0;
	}
}
@media all and (max-width: 374px) {
	.lease .comImgBox .headLine01 {
		letter-spacing: -0.04em;
	}
	.lease .newCarSub .h4Ttl {
		padding-left: 50px;
		font-size: 1.3rem;
	}
	.lease .newCarSub .h4Ttl img {
		left: 5px;
		width: 45px;
	}
	.lease .comLinkNavi li {
		width: 90px;
	}
	.lease .midTxt {
		font-size: 1.2rem;
	}
	.lease .midTxt span {
		font-size: 1.6rem;
	}
}
@media all and (max-width: 359px) {
	.lease .comImgBox .headLine01 {
		font-size: 3.7vw;
	}
}
.lease .select .headLine02 {
	margin-bottom: 42px;
}
.lease .select .notes {
	margin-bottom: 32px;
	font-size: 1.6rem;
}
.lease .select .midTxt {
	margin-bottom: 20px;
	line-height: 1.5;
}
.lease .select .topTxt {
	margin-bottom: 31px;
}
.lease .select .headLine03 {
	color: #FFFF00;
}
.lease .image {
	margin-bottom: 20px;
}
.lease .image.special {
	margin-bottom: 47px;
}
.lease .image img {
	border-radius: 10px;
	width: 100%;
}
.lease .followList {
	margin-bottom: 35px;
	display: flex;
	flex-wrap: wrap;
}
.lease .followList li {
	margin-right: 28px;
	padding-bottom: 10px;
	width: 243px;
	position: relative;
	border: 3px solid #005EAE;
}
.lease .followList li:last-of-type {
	margin-right: 0;
}
.lease .followList li::after {
	width: 0;
	height: 0;
	position: absolute;
	top: 38%;
	left: calc(100% + 8px);
	border: 40px solid transparent;
	border-left-color: #FF1C30;
	border-left-width: 18px;
	content: "";
}
.lease .followList li:last-of-type::after {
	display: none;
}
.lease .followList .text {
	margin: 10px 12px 5px 15px;
	display: block;
	color: #333333;
	line-height: 1.65;
	text-align: justify;
}
.lease .followList .ttl {
	padding: 8px 5px 11px;
	display: block;
	color: #FFF;
	font-size: 2rem;
	font-weight: 800;
	text-align: center;
	background: #005EAE;
}
.lease .followList .txt {
	margin-left: 20px;
	color: #FFFF00;
}
@media all and (min-width: 897px) {
	.lease .select {
		margin-bottom: 34px;
	}
	.lease .follow {
		margin-bottom: 40px;
	}
	.lease .select .headLine03 {
		padding: 6px 5px 8px;
		font-size: 3rem;
	}
}
@media all and (max-width: 896px) {
	.lease .select .headLine02 {
		margin-bottom: 14px;
	}
	.lease .select .midTxt {
		margin: 0 -10px 16px;
	}
	.lease .select .topTxt {
		margin-bottom: 8px;
	}
	.lease .headLine03 {
		margin-bottom: 12px;
		padding: 5px 5px;
		font-size: 1.5rem;
	}
	.lease .headLine03 + .midTxt {
		margin-top: -7px;
	}
	.lease .select .notes {
		margin-bottom: 18px;
		font-size: 1.3rem;
		line-height: 1.65;
	}
	.lease .image {
		margin-bottom: 9px;
	}
	.lease .midTxt + .image {
		margin-top: -8px;
	}
	.lease .image.special {
		margin-bottom: 14px;
	}
	.lease .followList {
		margin-bottom: 25px;
	}
	.lease .followList li {
		width: 100%;
		min-height: 100%;
		margin: 0 0 25px;
		padding-bottom: 0;
		border-width: 2px;
	}
	.lease .followList li:last-of-type {
		margin-bottom: 0;
	}
	.lease .followList li::after {
		top: calc(100% + 5px);
		left: 46%;
		transform: rotate(90deg);
		border-width: 20px;
		border-left-width: 9px;
	}
	.lease .followList .text {
		margin: 6px 7px 11px;
		line-height: 1.35;
	}
	.lease .followList .txt {
		margin-left: 15px;
	}
	.lease .followList .ttl {
		padding: 3px 6px 5px;
		font-size: 1.4rem;
		text-align: left;
	}
}
/*------------------------------------------------------------
	inquiry
------------------------------------------------------------*/
.inquiry {
	margin-bottom: 60px;
}
.inquiry .mainVisual {
	height: 202px;
}
.inquiry #pagePath {
	margin: 0 auto 33px;
}
.inquiry .mailForm table {
	width: 100%;
	border-collapse: collapse;
}
.inquiry .mailForm .table01.first{
	margin-bottom: 30px;
}
.inquiry .mailForm .table01 tr:first-child {
	background: #b8e3ff;
}
.inquiry .mailForm .table01 tr.syubetsu{
background: #fff;
}
.inquiry .mailForm .table01 tr.syubetsu .radioList{
	font-size: 20px;
}
.inquiry .mailForm .table01 tr.syubetsu .radioList li{
	width: auto;
	margin-right: 10px;
}
.inquiry .mailForm .table01 tr.syubetsu .radioList li:last-child{
	margin-right: 0;
}

.inquiry .mailForm .table01 tr.syubetsu .radioList li input[type="radio"] + span{
	background: url("../img/common/radio_img01.jpg") no-repeat left top 3px / 28px 28px;
}
.inquiry .mailForm .table01 tr.syubetsu .radioList li input[type="radio"]:checked + span {
	background-image: url("../img/common/radio_img02.png");
}

.inquiry .mailForm th, .inquiry .mailForm td {
	padding: 26px 83px 0 14px;
	width: 73.2%;
	color: #231815;
	font-size: 2.3rem;
	font-weight: 500;
	line-height: 1.78;
	text-align: left;
	vertical-align: top;
	word-break: break-all;
	box-sizing: border-box;
}
.inquiry .mailForm th {
	padding: 34px 14px 32px 23px;
	width: 26.8%;
	font-size: 2rem;
}
.inquiry .mailForm th .must {
	margin: 7px 0 0 9px;
	padding: 7px 10px 6px 9px;
	color: #FFF;
	display: inline-block;
	vertical-align: top;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1;
	background: #ff0000;
}
.inquiry .mailForm td select, .inquiry .mailForm td textarea, .inquiry .mailForm td input[type="text"], .inquiry .mailForm td input[type="email"], .inquiry .mailForm td input[type="tel"] {
	padding: 7px 11px;
	width: 100%;
	height: 46px;
	color: #231815;
	font-size: 2rem;
	font-weight: 500;
	border-radius: 0;
	border: 2px solid #9A9A9A;
	box-sizing: border-box;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.inquiry .mailForm td input::-webkit-input-placeholder, .inquiry .mailForm td textarea::-webkit-input-placeholder {
	color: #999;
	opacity: 1;
}
.inquiry .mailForm td input:-moz-placeholder, .inquiry .mailForm td textarea:-moz-placeholder {
	color: #999;
	opacity: 1;
}
.inquiry .mailForm td input::-moz-placeholder, .inquiry .mailForm td textarea::-moz-placeholder {
	color: #999;
	opacity: 1;
}
.inquiry .mailForm td input:-ms-input-placeholder, .inquiry .mailForm td textarea:-ms-input-placeholder {
	color: #999;
	opacity: 1;
}
.inquiry .mailForm td select {
	color: #636363;
}
.inquiry .mailForm .table01 td select {
	padding: 7px 40px 7px 11px;
	background: #FFF url(../img/common/icon05.png) no-repeat center right 14px / 16px 14px;
}
.inquiry .mailForm td input:-webkit-autofill, .inquiry .mailForm td input:-webkit-autofill:focus {
	transition: background-color 600000s 0s, color 600000s 0s;
}
.inquiry .mailForm .thStyle01 {
	padding: 39px 14px 0 5px;
}
.inquiry .mailForm .thStyle01 .must {
	margin-left: 11px;
}
.inquiry .mailForm .radioList {
	margin: 0 -83px 0 1px;
}
.inquiry .mailForm .radioList li:nth-child(4n) {
	width: 20%;
}
.inquiry .mailForm .radioList li:nth-child(4n-1) {
	width: 27.7%;
}
.inquiry .mailForm .radioList li:nth-child(4n-2) {
	width: 28.8%;
}
.inquiry .mailForm .radioList li:nth-child(4n-3) {
	width: 23.5%;
}
.inquiry .mailForm .radioList li input[type="radio"] {
	display: none;
}
.inquiry .mailForm .radioList li input[type="radio"] + span {
	margin: 11px 0 10px;
	padding-left: 37px;
	display: inline-block;
	vertical-align: top;
	background: url("../img/common/radio_img01.jpg") no-repeat left top 9px / 28px 28px;
	cursor: pointer;
}
.inquiry .mailForm .radioList li input[type="radio"]:checked + span {
	background-image: url("../img/common/radio_img02.png");
}
.inquiry .mailForm .linkList {
	margin: -6px -4px 15px;
}
.inquiry .mailForm .tableBox + .linkList {
	margin-top: 20px;
}
.inquiry .mailForm .linkList li {
	margin: 0 4px;
}
.inquiry .mailForm .linkList li a {
	padding: 6px 36px 6px 6px;
	width: 264px;
	color: #FFF;
	display: block;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.4;
	border-radius: 10px;
	box-sizing: border-box;
	background: #1d2788 url(../img/common/icon04.png) no-repeat top 26px right 8px;
	text-align: center;
}
.inquiry .mailForm .linkList li:nth-child(4n-2) a {
	background-color: #FF0000;
}
.inquiry .mailForm .linkList li:nth-child(4n-1) a {
	background-color: #f39700;
}
.inquiry .mailForm .linkList li:nth-child(4n) a {
	background-color: #188fe9;
}
.inquiry .mailForm .noteList {
	margin: 0 auto 23px;
}
.inquiry .mailForm .noteList li {
	padding-left: 1em;
	text-indent: -1em;
	color: #ff0000;
	font-size: 2.2rem;
	line-height: 1.54;
	font-weight: 500;
}
.inquiry .mailForm .table02 {
	margin-bottom: 33px;
	border-top: 1px solid #000;
}
.inquiry .mailForm .table02 th .must.must01 {
	margin: 4px 0 0 9px;
}
.inquiry .mailForm .table02 th .must.must02 {
	margin: 4px 0 0 13px;
}
.inquiry .mailForm .table02 th, .inquiry .mailForm .table02 td {
	padding: 15px 14px 19px;
	border-bottom: 1px solid #000;
}
.inquiry .mailForm .table02 td {
	padding: 15px 40px 19px 14px;
}
.inquiry .mailForm .table02 tr:last-child th, .inquiry .mailForm .table02 tr:last-child td {
	border-bottom: none;
}
.inquiry .mailForm .table02 th {
	padding: 21px 14px 19px 4px;
}
.inquiry .mailForm .table02 th .must {
	margin: 4px 0 0 23px;
}
.inquiry .mailForm .table02 .nameList, .inquiry .mailForm .table02 .kanaList {
	display: flex;
}
.inquiry .mailForm .table02 .nameList li, .inquiry .mailForm .table02 .kanaList li {
	flex: 1;
}
.inquiry .mailForm .table02 .nameList li:last-child {
	margin-left: -10px;
}
.inquiry .mailForm .table02 .nameList li span, .inquiry .mailForm .table02 .kanaList li span {
	margin-top: 4px;
	width: 33px;
	display: inline-block;
	vertical-align: top;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 2.27;
}
.inquiry .mailForm .table02 .kanaList li span {
	width: 36px;
}
.inquiry .mailForm .table02 .nameList li .error, .inquiry .mailForm .table02 .kanaList li .error{
width: auto;
}
.inquiry .mailForm .table02 .nameList li input[type="text"] {
	width: calc(100% - 80px);
}
.inquiry .mailForm .table02 .kanaList li input[type="text"] {
	margin-left: -3px;
	width: calc(100% - 82px);
}
.inquiry .mailForm .table02 .kanaList li:last-child {
	margin-left: -16px;
}
.inquiry .mailForm .table02 td input[type="text"] {
	width: 38.6%;
}
.inquiry .mailForm .table02 td .innerNoteList {
	margin: 4px 0 -9px;
}
.inquiry .mailForm .table02 td .innerNoteList li {
	padding-left: 1em;
	text-indent: -1em;
	color: #231815;
	font-size: 1.8rem;
	line-height: 1.5;
	font-weight: 700;
}
.inquiry .mailForm .table02 td .telList {
	display: flex;
}
.inquiry .mailForm .table02 td .telList li {
	flex: 1;
}
.inquiry .mailForm .table02 td .telList li span {
	width: 15px;
	display: inline-block;
	vertical-align: top;
}
.inquiry .mailForm .table02 td .telList li input[type="tel"] {
	width: calc(100% - 22px);
}
.inquiry .mailForm .table02 .thStyle02 {
	padding: 32px 14px 19px 4px;
}
.inquiry .mailForm .table02 .tdStyle01 .innerNoteList {
	margin: 4px 0 -14px;
}
.inquiry .mailForm .table02 .thStyle03 {
	padding: 35px 14px 19px 4px;
}
.inquiry .mailForm .table02 .tdStyle02 {
	padding: 22px 14px 19px;
}
.inquiry .mailForm .table02 .tdStyle03 {
	padding: 24px 14px 19px;
}
.inquiry .mailForm .table02 .thStyle04 {
	padding: 32px 14px 19px 4px;
}
.inquiry .mailForm .table02 .tdStyle03 textarea {
	height: 144px;
	resize: vertical;
}
.inquiry .mailForm .privacy {
	margin-bottom: 41px;
}
.inquiry .mailForm .privacy .textBox {
	margin-top: -2px;
	height: 214px;
	padding: 0 0 0 18px;
	border: 2px solid #888;
	overflow: auto;
}
.mCSB_scrollTools {
	opacity: 1;
	width: 20px;
}
.mCustomScrollBox {
	box-sizing: border-box;
}
.mCSB_dragger_bar {
	display: none !important;
}
.mCSB_scrollTools .mCSB_draggerContainer {
	border-left: 3px solid #888;
}
.mCSB_scrollTools .mCSB_draggerRail {
	width: 15px;
	margin: 0 0 0 1px;
	border-radius: 2px;
	background-color: #666;
}
.mCSB_inside > .mCSB_container {
	margin-right: 40px;
}
.inquiry .mailForm .privacy h2 {
	padding: 7px 16px 5px;
	color: #FFF;
	font-size: 3.3rem;
	font-weight: 800;
	background: #888;
}
.inquiry .mailForm .privacy .textBox .title {
	margin: 10px 0 4px;
	padding: 1px 8px;
	color: #FFF;
	font-size: 1.7rem;
	font-weight: 800;
	background: #f0473f;
}
.inquiry .mailForm .privacy .textBox p {
	margin-bottom: 10px;
	font-size: 1.6rem;
	color: #231815;
	line-height: 1.68;
}
.inquiry .mailForm .agreeText {
	margin-bottom: 36px;
	color: #ff0000;
	font-size: 3.1rem;
	font-weight: 800;
	text-align: center;
}
.inquiry .mailForm .submit li input[type="submit"] {
	padding: 21px 10px 29px;
	display: block;
	min-width: 1080px;
	cursor: pointer;
	color: #FFF;
	font-size: 4rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	border-radius: 10px;
	background: #ff0000;
	border: navajowhite;
	appearance: none;
	transition: .3s;
	-webkit-appearance: none;
	-moz-appearance: none;
}
@media all and (min-width: 897px) {
	.inquiry .mailForm .submit li input[type="submit"]:hover {
		opacity: 0.7;
	}
	.inquiry .mailForm td input[type="email"] {
		width: 91%;
	}
}
@media all and (max-width: 896px) {
	.inquiry .mainVisual {
		margin-bottom: 0;
	}
	.inquiry .mailForm .tableBox {
		margin: 0 -20px;
	}
	.inquiry .mailForm .table01 tr:first-child {
		margin: 0 -20px;
	}
	.inquiry .mailForm th, .inquiry .mailForm td {
		padding: 4px 20px 17px 21px;
		width: 100% !important;
		float: left !important;
		font-size: 1.4rem;
		line-height: 1;
	}
	.inquiry .mailForm th {
		padding: 21px 14px 4px 21px;
	}
	.inquiry .mailForm .tableBox + .linkList {
		margin-top: 0;
	}
	.inquiry .mailForm th .must {
		margin: -1px 0 0 3px;
		padding: 2px 5px 3px 5px;
	}
	.inquiry .mailForm td select, .inquiry .mailForm td textarea, .inquiry .mailForm td input[type="text"], .inquiry .mailForm td input[type="email"], .inquiry .mailForm td input[type="tel"] {
		padding: 7px 6px;
		width: 100%;
		height: 35px;
		font-size: 1.4rem;
		line-height: 1;
		border: 1px solid #9A9A9A;
	}
	.inquiry .mailForm .table01 td select {
		padding: 6px 40px 7px 11px;
		background: #FFF url(../img/common/icon05.png) no-repeat center right 7px / 14px 12px;
	}
	.inquiry .mailForm .hideTr td {
		padding-bottom: 0;
	}
	.inquiry .mailForm .thStyle01 {
		padding: 21px 14px 4px 21px;
	}
	.inquiry .mailForm .thStyle01 .must {
		margin-left: 4px;
	}
	.inquiry .mailForm .radioList {
		margin: 1px 0 0 15px;
	}
	.inquiry .mailForm .radioList li:nth-child(2n-1) {
		width: 55%;
	}
	.inquiry .mailForm .radioList li:nth-child(2n) {
		width: 38%;
	}
	.inquiry .mailForm .radioList li input[type="radio"] + span {
		margin: 8px 0;
		padding: 2px 0 2px 23px;
		background: url("../img/common/radio_img01_sp.png") no-repeat left top 1px / 17px 17px;
	}
	.inquiry .mailForm .radioList li input[type="radio"]:checked + span {
		background-image: url("../img/common/radio_img02_sp.png");
	}
	

	.inquiry .mailForm .table01 tr.syubetsu .radioList{
		font-size: 1.4rem;
	}
	.inquiry .mailForm .table01 tr.syubetsu .radioList li{
		width: 100%;
		margin-right: 0px;
	}
	
	.inquiry .mailForm .table01 tr.syubetsu .radioList li input[type="radio"] + span{
		background: url("../img/common/radio_img01_sp.png") no-repeat left top 1px / 17px 17px;
	}
	.inquiry .mailForm .table01 tr.syubetsu .radioList li input[type="radio"]:checked + span {
		background-image: url("../img/common/radio_img02_sp.png");
	}

	
	.inquiry .mailForm .linkList {
		margin: -14px 0 12px;
	}
	.inquiry .mailForm .linkList li {
		margin: 11px 0 0;
		width: 47.5%;
	}
	.inquiry .mailForm .linkList li:nth-child(2n-1) {
		margin-right: 4.6%;
	}
	.inquiry .mailForm .linkList li a {
		padding: 9px 6px 8px 6px;
		width: auto;
		height: 100%;
		font-size: 1.4rem;
		line-height: 1.28;
		border-radius: 5px;
		background-image: none;
	}
	.inquiry .mailForm .noteList {
		margin: 0 auto 11px;
	}
	.inquiry .mailForm .noteList li {
		font-size: 1.3rem;
		line-height: 1.5;
	}
	.inquiry .mailForm .table02 {
		margin: 0 0 15px;
	}
	.inquiry .mailForm .table02 th .must {
		margin: -1px 0 0 3px;
	}
	.inquiry .mailForm .table02 th .must.must01 {
		margin: -2px 0 0 2px;
	}
	.inquiry .mailForm .table02 th .must.must02 {
		margin: -1px 0 0 3px;
	}
	.inquiry .mailForm .table02 th {
		padding: 11px 14px 5px 1px;
		border-bottom: none;
	}
	.inquiry .mailForm .table02 td {
		padding: 4px 0 14px 1px;
		border-bottom: 1px solid #000;
	}
	.inquiry .mailForm .table02 .nameList li:last-child {
		margin-right: -16px;
	}
	.inquiry .mailForm .table02 .nameList li span, .inquiry .mailForm .table02 .kanaList li span {
		margin: 7px 0 0;
		width: 17px;
		font-size: 1.4rem;
		font-weight: 500;
		line-height: 1.46;
	}
	.inquiry .mailForm .table02 .kanaList li span {
		width: 29px;
	}
	.inquiry .mailForm .table02 .nameList li input[type="text"] {
		width: calc(100% - 38px);
	}
	.inquiry .mailForm .table02 .kanaList li input[type="text"] {
		width: calc(100% - 50px);
	}
	.inquiry .mailForm .table02 .kanaList li:last-child {
		margin-right: -16px;
	}
	.inquiry .mailForm .table02 td .innerNoteList {
		margin: 4px 0 -4px 25px;
	}
	.inquiry .mailForm .table02 td .innerNoteList li {
		font-size: 1.3rem;
		line-height: 1.57;
		font-weight: 400;
	}
	.inquiry .mailForm .table02 td .telList li span {
		width: 10px;
		margin: 8px 0 0 0;
	}
	.inquiry .mailForm .table02 td .telList li:last-child {
		margin-right: -16px;
	}
	.inquiry .mailForm .table02 td .telList li input[type="tel"] {
		width: calc(100% - 16px);
	}
	.inquiry .mailForm .table02 .thStyle02 {
		padding: 10px 14px 5px 4px;
	}
	.inquiry .mailForm .table02 .tdStyle01 .innerNoteList {
		margin: 4px 0 -4px;
	}
	.inquiry .mailForm .table02 .thStyle03 {
		padding: 12px 14px 4px 4px;
	}
	.inquiry .mailForm .table02 .tdStyle02 {
		padding: 4px 0 19px;
	}
	.inquiry .mailForm .table02 .tdStyle02 .innerNoteList {
		margin: 4px 0 -10px 2px;
	}
	.inquiry .mailForm .table02 .tdStyle03 {
		padding: 5px 0 0;
	}
	.inquiry .mailForm .table02 .thStyle04 {
		padding: 11px 14px 4px 0;
	}
	.inquiry .mailForm .table02 .tdStyle03 textarea {
		height: 169px;
		color: #999;
		resize: vertical;
	}
	.inquiry {
		margin-bottom: 13px;
	}
	.inquiry .mailForm .privacy {
		margin-bottom: 17px;
	}
	.inquiry .mailForm .privacy .textBox {
		margin: -2px 0 0;
		padding: 0 0 0 9px;
		height: 140px;
		border: 1px solid #888;
		overflow: auto;
	}
	.inquiry .mailForm .privacy h2 {
		padding: 2px 9px;
		font-size: 1.8rem;
	}
	.inquiry .mailForm .privacy .textBox .title {
		margin: 6px 0 4px;
		padding: 2px 8px 5px;
		font-size: 1.4rem;
	}
	.inquiry .mailForm .privacy .textBox p {
		font-size: 1.3rem;
		line-height: 1.57;
	}
	.inquiry .mailForm .agreeText {
		margin-bottom: 14px;
		font-size: 1.8rem;
		line-height: 1.38;
	}
	.inquiry .mailForm .submit {
		display: block;
	}
	.inquiry .mailForm .submit li input[type="submit"] {
		margin: 0 auto;
		padding: 8px;
		width: 100%;
		min-width: inherit;
		max-width: 335px;
		font-size: 1.3rem;
		letter-spacing: 0.04em;
		border-radius: 7px;
	}
	.mCSB_scrollTools {
		width: 10px;
	}
	.mCSB_scrollTools .mCSB_draggerContainer {
		border-left: 2px solid #888;
	}
	.mCSB_scrollTools .mCSB_draggerRail {
		width: 6px;
		margin: 0 auto;
	}
	.mCSB_inside > .mCSB_container {
		margin-right: 20px;
	}
}
@media all and (max-width: 360px) {
	.inquiry .mailForm .linkList li a {
		padding: 5px 3px;
		font-size: 1.2rem;
	}
	.inquiry .mailForm .privacy .textBox .title {
		padding-right: 2px;
	}
}
@media all and (max-width: 354px) {
	.inquiry .mailForm .privacy .textBox .title {
		padding: 2px 4px;
		font-size: 1.2rem;
	}
}
/*------------------------------------------------------------
	oil
------------------------------------------------------------*/
.oil .mainVisual {
	margin-bottom: 11px;
}
.oil .comImgBox {
	margin: -1px 0 55px;
}
.oil .headLine01 {
	margin-bottom: 16px;
}
.oil .comImgBox .txtBox p {
	line-height: 1.65;
}
.oil .comLinkNavi {
	margin-bottom: 64px;
}
.oil .introduction .area01 {
	margin-bottom: 78px;
}
.oil .introduction .headLine02 {
	margin-bottom: 26px;
	font-weight: 800;
}
.oil .introduction .headLine03 {
	margin-bottom: 26px;
	font-weight: 800;
}
.oil .introduction .text01 {
	margin-bottom: 12px;
	color: #333;
	line-height: 1.88;
	text-align: justify;
}
.oil .introduction .comImgArea .photoBox {
	margin-top: 6px;
}
.oil .introduction .comImgArea .txtBox {
	margin-top: -2px;
	width: 510px;
}
.oil .introduction .comImgArea .txtList li {
	margin-bottom: 9px;
	padding-left: 17px;
	position: relative;
	color: #4d4d4d;
	font-weight: 700;
	line-height: 1.4;
}
.oil .introduction .comImgArea .txtList li::before {
	width: 16px;
	height: 16px;
	position: absolute;
	top: 6px;
	left: 0;
	border-radius: 50%;
	background: #97d4ff;
	content: "";
}
.oil .introduction .comImgArea .txtList li:last-child {
	margin-bottom: 0;
}
.oil .introduction .comImgArea .txtBox .headLine05 {
	margin-bottom: 10px;
}
.oil .introduction .text02 {
	margin-bottom: 26px;
	color: #005eae;
	font-size: 2.7rem;
	font-weight: 800;
	line-height: 1.5;
}
.oil .introduction .text02 span {
	color: #333;
	display: block;
	font-size: 2rem;
	font-weight: 700;
}
.oil .introduction .textList {
	margin-top: -14px;
}
.oil .introduction .textList li {
	margin-top: 24px;
	padding: 23px 26px 27px;
	background: #edf2ff;
	border-radius: 10px;
}
.oil .introduction .textList li:last-child {
	padding-bottom: 36px;
}
.oil .introduction .textList .ttl {
	margin-bottom: 4px;
	color: #005eae;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.54;
}
.oil .introduction .textList .txt {
	margin-left: -4px;
	letter-spacing: -0.1em;
}
.oil .introduction .headLine03 span {
	margin-top: 4px;
	display: inline-block;
	vertical-align: top;
	font-size: 1.9rem;
}
.oil .introduction .area02 {
	margin-bottom: 64px;
}
.oil .introduction .area02 .text01 {
	margin-bottom: 19px;
}
.oil .introduction .area03 {
	margin-bottom: 60px;
}
.oil .introduction .area03 .headLine03 {
	margin-bottom: 23px;
}
.oil .introduction .area03 .text01 {
	margin-bottom: 23px;
}
.oil .introduction .area03 .txtList {
	margin-bottom: 14px;
}
.oil .introduction .noteList li {
	color: #333;
	font-size: 1.6rem;
}
@media all and (max-width: 896px) {
	.oil .mainVisual {
		margin-bottom: 11px;
	}
	.oil .comImgBox {
		margin: -1px 0 13px;
	}
	.oil .headLine01 {
		margin-bottom: 8px;
	}
	.oil .comImgBox .photoBox {
		margin-bottom: 15px;
	}
	.oil .comImgBox .txtBox p {
		line-height: 1.57;
	}
	.oil .comLinkNavi {
		margin-bottom: 0;
	}
	.oil .introduction .area01 {
		margin-bottom: 26px;
	}
	.oil .introduction .headLine02 {
		margin-bottom: 18px;
		font-weight: 800;
	}
	.oil .introduction .headLine03 {
		margin-bottom: 13px;
	}
	.oil .introduction .textBox .photoBox {
		margin-bottom: 8px;
	}
	.oil .introduction .textBox .photoBox img {
		width: 100%;
	}
	.oil .introduction .text01 {
		margin-bottom: 28px;
		line-height: 1.57;
	}
	.oil .introduction .comImgArea .txtBox {
		margin-top: -14px;
		width: 100%;
	}
	.oil .introduction .comImgArea .txtList li {
		margin-bottom: 2px;
		padding-left: 13px;
	}
	.oil .introduction .comImgArea .txtList li small {
		font-size: 1.2rem;
		margin: 0 -5px;
	}
	.oil .introduction .comImgArea .txtList li::before {
		width: 12px;
		height: 12px;
		top: 4px;
	}
	.oil .introduction .comImgArea .txtBox .headLine05 {
		margin-bottom: -2px;
	}
	.oil .introduction .text02 {
		margin-bottom: 5px;
		font-size: 1.5rem;
		font-weight: 800;
		line-height: 1.3;
		text-align: center;
	}
	.oil .introduction .text02 span {
		margin-top: 1px;
		font-size: 1.4rem;
		letter-spacing: -0.07em;
		line-height: 1.5;
	}
	.oil .introduction .comImgArea .photoBox {
		display: none;
	}
	.oil .introduction .textList {
		margin-top: 17px;
	}
	.oil .introduction .textList li {
		margin: 0 0 5px;
		padding: 10px 12px 14px;
		border-radius: 5px;
	}
	.oil .introduction .textList .pho {
		margin-top: 0;
		padding: 0;
		border-radius: 0;
		background: none;
	}
	.oil .introduction .textList .pho img {
		width: 100%;
	}
	.oil .introduction .textList li:last-child {
		margin-bottom: 0;
		padding-bottom: 13px;
	}
	.oil .introduction .textList .ttl {
		margin-bottom: 4px;
		font-size: 1.5rem;
		line-height: 1.13;
	}
	.oil .introduction .textList .txt {
		margin-left: 0;
		font-size: 1.3rem;
		line-height: 1.46;
	}
	.oil .introduction .headLine03 span {
		margin-top: 0;
		font-size: 1.4rem;
	}
	.oil .introduction .area02 {
		margin-bottom: 15px;
	}
	.oil .introduction .area02 .txtBox .headLine05 {
		margin-bottom: 4px;
	}
	.oil .introduction .area02 .text01 {
		margin-bottom: 22px;
	}
	.oil .introduction .area02 .txtList {
		margin: 0 -8px;
		display: flex;
		flex-wrap: wrap;
	}
	.oil .introduction .area02 .txtList li {
		margin: 0 8px;
	}
	.oil .introduction .area03 {
		margin-bottom: 15px;
	}
	.oil .introduction .area03 .headLine03 {
		margin-bottom: 13px;
	}
	.oil .introduction .area03 .text01 {
		margin-bottom: 24px;
	}
	.oil .introduction .area03 .txtBox .headLine05 {
		margin-bottom: 2px;
	}
	.oil .introduction .area03 .txtList {
		margin-bottom: 8px;
	}
	.oil .introduction .noteList li {
		color: #333;
		font-size: 1.3rem;
	}
}
@media all and (max-width: 374px) {
	.oil .introduction .text02 span {
		font-size: 1.3rem;
	}
}

.mwform-tel-field {
  width: 100%;
	display: block;
}

.mwform-tel-field input[type="text"] {
  width: 29%!important;
}