@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;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: 'Noto Sans JP', sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
a, a:link {
	color: #2b2b2b;
	text-decoration: none;
}
a:visited {
	color: #2b2b2b;
}
a:hover {
	color: #2b2b2b;
}
a:active {
	color: #2b2b2b;
}
a, a img {
	-webkit-transition: .3s;
	transition: .3s;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #2b2b2b;
	font-size: 1.4rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
#container {
	text-align: left;
	overflow: hidden;
}
.noHidden {
	overflow: inherit !important;
}
#main {}
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;
	}
	body.fixed {
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
	}
	a:hover, a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding-bottom: 1px;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.16);
	position: relative;
	z-index: 1000;
}
#gHeader .hBox {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
#gHeader .rightBox {
	flex: 1;
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
}
#gHeader .rightBox .naviUl {
	margin: 19px 32px 0 0;
}
#gHeader .logo {
	margin: 8px 0 0 16px;
}
/* naviUl */
.naviUl {
	font-size: 1.6rem;
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
}
.naviUl > li {
	margin-left: 40px;
	position: relative;
}
.naviUl > li:first-child {
	margin-left: 0;
}
.naviUl a {
	font-weight: 900;
	display: inline-block;
	position: relative;
}
.naviUl .dorp > a {
	padding-right: 17px;
}
.naviUl .dorp > a.on {
	color: #ec1234;
}
.naviUl .dorp > a::after {
	margin-top: -4px;
	width: 3px;
	height: 3px;
	border: 2px solid;
	border-color: #2b2b2b #2b2b2b transparent transparent;
	transform: rotate(135deg);
	position: absolute;
	top: 50%;
	right: 0;
	content: "";
}
.naviUl .dorp > a.on::after {
	border-color: #ec1234 #ec1234 transparent transparent;
}
.naviUl .dorpBox {
	padding-top: 17px;
	width: 520px;
	position: absolute;
	top: 100%;
	left: -2px;
	display: none;
}
.naviUl .downUl {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.naviUl .downUl > li {
	width: 50%;
}
.naviUl .downUl a {
	padding: 9px 16px 8px;
	font-size: 1.5rem;
	font-weight: 500;
	display: block;
	border-bottom: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	letter-spacing: 0;
	position: relative;
	background-color: #fff;
}
.naviUl .downUl a::after {
	margin-top: -4px;
	width: 3px;
	height: 3px;
	border: 2px solid;
	border-color: #ec1234 #ec1234 transparent transparent;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 10px;
	content: "";
}
@media all and (min-width: 897px) {
	.naviUl a:hover {
		color: #ec1234;
	}
	.naviUl .dorp > a:hover::after {
		border-color: #ec1234 #ec1234 transparent transparent;
	}
}
@media all and (max-width: 896px) {
	#gHeader {
		padding-bottom: 0;
	}
	#gHeader .comBtnUl a {
		padding: 10px 2px 5px;
	}
	#gHeader .comBtnUl .txt {
		margin-top: -2px;
	}
}
@media all and (max-width: 374px) {
	#gHeader .logo {
		width: 114px;
	}
}
/* menuBox */
@media all and (min-width: 897px) {
	.menuBox {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	.menuBox {
		width: 343px;
		height: 100%;
		background-color: #262626;
		position: fixed;
		top: 0;
		right: 0;
		transform: translateX(100%);
		z-index: 10000;
		overflow-y: auto;
		-webkit-transition: .3s;
		transition: .3s;
	}
	.menuBox.on {
		transform: translateX(0);
	}
	.menuBox .innerBox {
		padding: 77px 17px;
		position: relative;
	}
	.menuBox .closeBtn {
		position: absolute;
		top: 20px;
		right: 14px;
		color: #fff;
		font-size: 1rem;
		text-align: center;
		cursor: pointer;
	}
	.menuBox .closeBtn span {
		margin-top: 1px;
		display: block;
	}
	.menuBox .naviUl {
		display: block;
		border-top: 1px solid #525C62;
	}
	.menuBox .naviUl > li {
		margin: 0;
		border-bottom: 1px solid #525C62;
	}
	.menuBox .naviUl a {
		padding: 16px 0 16px;
		color: #fff;
		font-weight: bold;
		font-size: 1.6rem;
		display: block;
		letter-spacing: 0.1em;
	}
	.menuBox .naviUl .dorp > a::after {
		border-color: #ec1234 #ec1234 transparent transparent;
	}
	.menuBox .naviUl .dorp > a.on::after {
		margin-top: -1px;
		transform: rotate(-45deg);
	}
	.menuBox .naviUl .downUl {
		padding: 0;
		width: auto;
		background-color: transparent;
		box-sizing: border-box;
		display: block;
		border-top: 1px solid #525C62;
		display: none;
	}
	.menuBox .naviUl .downUl li {
		width: auto;
	}
	.menuBox .naviUl .downUl a {
		padding: 16px 10px 15px 30px;
		font-weight: 500;
		font-size: 1.4rem;
		border-color: #383c40;
		position: relative;
		border-right: none;
		background-color: transparent;
	}
	.menuBox .naviUl .downUl a::before {
		margin-top: -4px;
		width: 11px;
		height: 11px;
		background-color: #FFF;
		position: absolute;
		top: 50%;
		left: 16px;
		content: "";
	}
	.menuBox .naviUl .downUl a::after {
		display: none;
	}
	.menuBox .naviUl .downUl li:last-child a {
		border-bottom: none;
	}
}
@media all and (max-width: 374px) {
	.menuBox {
		width: 290px;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	margin-top: 22px;
	padding: 54px 0 76px;
	border-top: 2px solid #ec1234;
	background-color: #f4f5f6;
	position: relative;
}
#gFooter .pagetop {
	position: absolute;
	top: -42px;
	right: 40px;
	z-index: 10;
	background-color: #fff;
	border-radius: 50%;
}
#gFooter .pagetop .over {
	display: none;
}
#gFooter .fBox {
	margin: 0 auto;
	max-width: 1200px;
}
#gFooter .flexBox {
	margin-bottom: 57px;
	display: flex;
	justify-content: space-between;
}
#gFooter .fLogo {
	width: 258px;
}
#gFooter .rightBox {
	margin: 12px 0 0 20px;
	flex: 1;
	display: flex;
	justify-content: flex-end;
}
#gFooter .comBtnUl li {
	margin-left: 8px;
}
#gFooter .loginBtn {
	margin-top: 2px;
}
#gFooter .fNavi {
	display: flex;
	align-items: flex-start;
}
#gFooter .fNavi > li {
	margin-right: 87px;
	padding-bottom: 50px;
	width: 343px;
}
#gFooter .fNavi > li:last-child {
	margin-right: 0;
	padding-bottom: 0;
}
#gFooter .fNavi a {
	padding: 16px 20px 17px 0;
	display: block;
	font-size: 1.5rem;
	font-weight: 900;
	position: relative;
	letter-spacing: 0.16em;
}
#gFooter .fNavi ul {
	border-top: 1px solid #7b8d9a;
}
#gFooter .fNavi ul li {
	border-bottom: 1px solid #7b8d9a;
}
#gFooter .fNavi .dorp > a::after {
	margin-top: -4px;
	width: 3px;
	height: 3px;
	border: 2px solid;
	border-color: #ec1234 #ec1234 transparent transparent;
	transform: rotate(135deg);
	position: absolute;
	top: 50%;
	right: 0;
	content: "";
}
#gFooter .fNavi .dorp > a.on::after {
	margin-top: 0;
	transform: rotate(-45deg);
}
#gFooter .copyright {
	margin-top: -35px;
	font-size: 1rem;
	font-style: inherit;
	letter-spacing: 0.03rem;
}
#gFooter .fNavi .downUl {
	padding: 0 20px;
	background-color: rgba(255, 255, 255, 0.8);
	display: none;
}
#gFooter .fNavi .downUl li:last-child {
	border-bottom: none;
}
#gFooter .fNavi .downUl a {
	font-weight: 500;
	font-size: 1.4rem;
}
@media all and (min-width: 897px) {
	#gFooter .fNavi a:hover {
		color: #ec1234;
	}
	#gFooter .pagetop a:hover {
		opacity: 0.7;
	}
	#gFooter .pagetop a:hover .on {
		display: none;
	}
	#gFooter .pagetop a:hover .over {
		display: inline-block;
	}
}
@media all and (max-width: 896px) {
	#gFooter {
		padding: 56px 16px 15px;
		border-top: none;
	}
	#gFooter.pdFooter {
		padding-bottom: 80px;
	}
	.padStyle #gFooter {
		padding-bottom: 100px;
	}
	#gFooter .pagetop {
		width: 45px;
		height: 45px;
		right: 16px;
		top: -20px;
	}
	#gFooter .flexBox {
		margin-bottom: 40px;
		display: block;
		text-align: center;
	}
	#gFooter .fLogo {
		margin-bottom: 24px;
		width: auto;
	}
	#gFooter .rightBox {
		margin: 0;
		display: block;
	}
	#gFooter .fNavi {
		display: block;
		border-top: 1px solid #7b8d9a;
	}
	#gFooter .fNavi > li {
		margin-right: 0;
		padding-bottom: 0;
		width: auto;
	}
	#gFooter .fNavi ul {
		border-top: none;
	}
	#gFooter .copyright {
		margin-top: 16px;
		text-align: center;
	}
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 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;
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
/* pageTitle */
.pageTitle {
	margin-bottom: 30px;
	padding-bottom: 5px;
	height: 170px;
	background: url(/img/contact/page_bg.jpg) no-repeat center center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	box-sizing: border-box;
	border-bottom: 4px solid #ec1234;
}
.pageTitle h2 {
	color: #fff;
	font-size: 4rem;
	font-weight: 900;
	text-shadow: 0 0 8px #000000;
	line-height: 1.2;
}
@media all and (max-width: 896px) {
	.pageTitle h2 {
		font-size: 2.4rem;
	}
	.pageTitle {
		margin-bottom: 22px;
		height: 103px;
		background-image: url(/img/contact/sp_page_bg.jpg);
		border-bottom: 2px solid #ec1234;
	}
}
/* comBtnUl */
.comBtnUl {
	display: flex;
}
.comBtnUl li {
	width: 60px;
}
.comBtnUl a {
	height: 60px;
	padding: 7px 2px 5px;
	color: #fff;
	font-size: 1rem;
	text-align: center;
	display: block;
	background-color: #7b8d9a;
	box-sizing: border-box;
	border: 2px solid #7b8d9a;
}
.comBtnUl .txt {
	display: block;
}
.comBtnUl .out a {
	background-color: #ec1234;
	border-color: #ec1234;
}
.comBtnUl .menu a {
	background-color: #2b2b2b;
	border: none;
}
.comBtnUl .over {
	display: none;
}
.comBtnUl .icon {
	display: inline-block;
	position: relative;
}
.comBtnUl .num {
	padding: 2px 2px 4px;
	width: 18px;
	height: 18px;
	color: #fff;
	font-size: 1rem;
	position: absolute;
	top: -5px;
	right: -11px;
	border-radius: 50px;
	background-color: #ec1234;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}
@media all and (min-width: 897px) {
	.comBtnUl a:hover {
		color: #7b8d9a;
		background-color: #fff;
	}
	.comBtnUl a:hover .on {
		display: none;
	}
	.comBtnUl a:hover .over {
		display: inline-block;
	}
	.comBtnUl .out a:hover {
		color: #ec1234;
	}
}
@media all and (max-width: 896px) {
	.comBtnUl a {
		height: 58px;
	}
	.comBtnUl li {
		width: 58px;
	}
	.comBtnUl .menu a {
		padding-top: 12px !important;
	}
	.comBtnUl .num {
		width: 22px;
		height: 22px;
		top: -8px;
		font-size: 1.2rem;
	}
}
@media all and (max-width: 374px) {
	.comBtnUl .num {
		padding-bottom: 3px;
		width: 19px;
		height: 19px;
		font-size: 0.9rem;
	}
}
/* content */
.content {
	margin: 0 auto;
	max-width: 800px;
	box-sizing: border-box;
}
@media all and (max-width: 896px) {
	.content {
		margin: 0 16px;
		max-width: inherit;
	}
}
/* headline01 */
.headline01 {
	margin-bottom: 24px;
	padding-bottom: 15px;
	font-size: 2.4rem;
	font-weight: 900;
	text-align: center;
	line-height: 1.63;
	border-bottom: 2px solid #ec1234;
}
.headline01 img {
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}
.headline01.textLeft {
	margin-bottom: 27px;
	padding-bottom: 12px;
	text-align: left;
	font-size: 2.8rem;
	border-width: 3px;
}
@media all and (max-width: 896px) {
	.headline01 {
		margin-bottom: 4px;
	}
	.headline01.textLeft {
		padding-bottom: 15px;
		text-align: center;
		font-size: 2.4rem;
		border-width: 2px;
	}
}
@media all and (max-width: 374px) {
	.headline01 {
		font-size: 6.4vw;
	}
}
/* headline02 */
.headline02 {
	margin-bottom: 11px;
	color: #ec1234;
	font-weight: 900;
	text-align: center;
	font-size: 2.4rem;
}
@media all and (max-width: 896px) {
	.headline02 {
		margin-bottom: 15px;
		font-size: 1.8rem;
	}
}
/* headline03 */
.headline03 {
	margin-bottom: 21px;
	color: #ec1234;
	font-weight: 900;
	font-size: 2.1rem;
	line-height: 1.48;
}
@media all and (max-width: 896px) {
	.headline03 {
		margin-bottom: 12px;
		font-size: 1.4rem;
		line-height: 1.43;
	}
}
/* headline04 */
.headline04 {
	margin-bottom: 6px;
	font-size: 1.6rem;
	text-align: center;
}
.headline04 img {
	margin: -3px 5px 0 0;
	display: inline-block;
	vertical-align: middle;
}
@media all and (max-width: 896px) {
	.headline04 {
		margin-bottom: 7px;
		font-size: 1.4rem;
	}
	.headline04 img {
		margin: -4px 7px 0 0;
	}
}
/* headline05 */
.headline05 {
	margin-bottom: 46px;
	font-weight: 900;
	font-size: 2.4rem;
	text-align: center;
	line-height: 1.2;
}
.headline05 span {
	margin-top: 4px;
	font-size: 4rem;
	display: block;
}
@media all and (max-width: 896px) {
	.headline05 {
		margin-bottom: 27px;
		font-size: 2rem;
	}
	.headline05 span {
		margin-top: 8px;
		font-size: 2.8rem;
	}
}
/* headLine06 */
.headLine06 {
	margin-bottom: 24px;
	padding-bottom: 9px;
	position: relative;
	color: #000000;
	font-size: 2.4rem;
	font-weight: 900;
	line-height: 1.33;
	cursor: pointer;
	border-bottom: 4px solid #eee;
}
.headLine06::before, .headLine06::after {
	position: absolute;
	right: 0;
	top: 50%;
	width: 10px;
	height: 2px;
	background-color: #ec1234;
	transition: all .3s ease;
	content: "";
}
.headLine06:after {
	transform: rotate(90deg);
}
.headLine06.on:after {
	transform: rotate(180deg);
	opacity: 0;
}
@media all and (max-width: 896px) {
	.headLine06 {
		padding-bottom: 9px;
		font-size: 1.8rem;
	}
	.headLine06::before, .headLine06::after {
		margin-top: 2px;
	}
}
/* headLine07 */
.headLine07 {
	margin-bottom: 16px;
	padding-bottom: 20px;
	position: relative;
	color: #000000;
	font-size: 2.4rem;
	font-weight: 600;
	border-bottom: 1px solid #eee;
}
.headLine07 .txt::before {
	margin: -7px 8px 0 0;
	display: inline-block;
	width: 8px;
	height: 8px;
	vertical-align: middle;
	background-color: #ec1234;
	content: '';
}
.headLine07 .comLable {
	display: inline-block;
	margin-left: 24px;
	vertical-align: 5px;
}
@media all and (max-width: 896px) {
	.headLine07 {
		margin-bottom: 7px;
		padding-bottom: 0;
		font-size: 1.6rem;
		border-bottom: none;
	}
	.headLine07 .txt::before {
		margin-right: 5px;
	}
	.headLine07 .comLable {
		margin: 8px 0 0;
		display: block;
	}
}
/*headline08*/
.headline08 {
	margin-bottom: 18px;
	padding-bottom: 15px;
	font-size: 2.4rem;
	text-align: center;
	line-height: 1.55;
	position: relative;
}
.headline08 span {
	display: block;
	font-size: 4rem;
	font-weight: 800;
	color: #ec1234;
}
.headline08::after {
	position: absolute;
	content: '';
	background: url("/img/common/line.png") no-repeat center bottom;
	background-size: 100% auto;
	background-size: 343px auto;
	height: 1px;
	width: 344px;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
}
@media all and (max-width: 896px) {
	.headline08 {
		padding-bottom: 0;
		margin-bottom: 24px;
		font-size: 2rem;
		line-height: 1.5;
	}
	.headline08::after {
		display: none;
	}
	.headline08 span {
		font-size: 2.8rem;
	}
}
/*headline09*/
.headline09 {
	margin-bottom: 20px;
	text-align: center;
	color: #ec1234;
	font-weight: 400;
	font-size: 5.6rem;
	font-family: 'Anton', sans-serif;
}
.headline09 span {
	font-size: 1.8rem;
	line-height: 1.4;
	display: block;
	color: #2b2b2b;
	font-weight: 600;
	font-family: 'Noto Sans JP', sans-serif;
}
@media all and (max-width: 896px) {
	.headline09 {
		margin-bottom: 14px;
		font-size: 4rem;
		line-height: 1.2;
	}
	.headline09 span {
		margin-top: 4px;
		font-size: 1.4rem;
		line-height: 1.75;
	}
}
/* headline10 */
.headline10 {
	padding: 0 0 6px 17px;
	font-size: 1.6rem;
	font-weight: bold;
	position: relative;
}
.headline10::before {
	width: 8px;
	height: 8px;
	position: absolute;
	top: 8px;
	left: 0;
	background-color: #ec1234;
	content: "";
}
/* headline11 */
.headline11 {
	margin-bottom: 10px;
	font-size: 1.8rem;
	line-height: 1.33;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.headline11 .icon {
	margin-right: 8px;
	width: 24px;
}
.headline11 .txt {
	flex: 1;
}
@media all and (max-width: 896px) {
	.headline11 {
		margin-bottom: 4px;
		font-size: 1.4rem;
		line-height: 1.71;
	}
}
/* headline12 */
.headline12 {
	margin-bottom: 15px;
	font-size: 2.4rem;
	font-weight: bold;
}
.headline12 .en {
	color: #ec1234;
	font-size: 1.4rem;
	display: block;
	font-weight: normal;
	font-family: 'Anton', sans-serif;
	line-height: 1.3;
}
@media all and (max-width: 896px) {
	.headline12 {
		margin-bottom: 14px;
	}
}
/* thanksBox */
.thanksBox {
	text-align: center;
}
.thanksBox .image {
	margin-bottom: 13px;
}
.thanksBox p {
	margin-bottom: 55px;
	line-height: 1.71;
}
@media all and (max-width: 896px) {
	.thanksBox p {
		margin-bottom: 63px;
	}
}
/* comBtn */
.comBtn {
	text-align: center;
}
.comBtn a {
	padding: 20px 40px 19px 15px;
	min-width: 311px;
	font-size: 1.2rem;
	font-weight: bold;
	display: inline-block;
	position: relative;
	box-sizing: border-box;
	border: solid 1px #2b2b2b;
	text-align: left;
	letter-spacing: 0.1em;
	background-color: #fff;
	-webkit-transition: 0s;
	transition: 0s;
}
.comBtn a::after {
	margin-top: -9px;
	width: 18px;
	height: 18px;
	position: absolute;
	top: 50%;
	right: 17px;
	background: url(/img/common/icon03.png) no-repeat left top;
	background-size: 18px auto;
	content: "";
}
.comBtn.back a::after {
	background-image: url(/img/common/icon17.png);
}
@media all and (min-width: 897px) {
	.comBtn a:hover {
		color: #ec1234;
		border-color: #ec1234;
	}
	.comBtn a:hover::after {
		background-image: url(/img/common/icon51.png);
	}
	.comBtn.back a:hover::after {
		background-image: url(/img/common/icon52.png);
	}
}
@media all and (max-width: 896px) {
	.comBtn a {
		min-width: 0;
		width: 100%;
		max-width: 311px;
	}
	.comBtn.back a {
		max-width: 151px;
	}
}
#pagePath {
	margin-top: 80px;
}
#pagePath ul {
	margin: 0 auto;
	font-size: 1.2rem;
	font-weight: bold;
	max-width: 1200px;
}
#pagePath ul li {
	padding-right: 10px;
	display: inline-block;
	position: relative;
}
#pagePath ul li::after {
	position: absolute;
	top: 0;
	right: 0;
	content: ">";
}
#pagePath ul li:last-child {
	margin-right: 0;
}
#pagePath ul li:last-child:after {
	display: none;
}
@media all and (min-width: 897px) {
	#pagePath a:hover {
		text-decoration: underline;
	}
}
@media all and (max-width: 896px) {
	#pagePath ul {
		font-size: 1rem;
	}
	#pagePath {
		margin-top: 42px;
		padding: 0 16px;
	}
	#pagePath ul li {
		padding-right: 8px;
	}
}
/* loginBtn */
.loginBtn a {
	margin: 0 auto;
	padding: 16px 15px;
	width: 311px;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: 1.6px;
	background-color: #ec1234;
	border: 2px solid #ec1234;
	display: block;
	text-align: center;
	box-sizing: border-box;
	position: relative;
}
.loginBtn a::after, .loginBtn a::before {
	width: 100%;
	height: 1px;
	position: absolute;
	top: 2px;
	left: 0;
	background-color: #fff;
	content: "";
}
.loginBtn a::after {
	top: auto;
	bottom: 2px;
}
@media all and (min-width: 897px) {
	.loginBtn a:hover {
		color: #ec1234;
		background-color: #fff;
	}
	.loginBtn a:hover::after,
	.loginBtn a:hover::before {
		display: none;
	}
}
@media all and (max-width: 896px) {
	.loginBtn a {
		width: 100%;
		max-width: 311px;
	}
}
.wp-pagenavi {
	margin: 48px 0 0 14px;
	clear: both;
	text-align: center;
}
.wp-pagenavi a, .wp-pagenavi span {
	padding: 6px 5px 2px;
	margin: 0 4px;
	min-width: 40px;
	height: 40px;
	color: #7b8d9a;
	font-size: 1.6rem;
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	border: none;
	box-sizing: border-box;
	border-radius: 50%;
	background-color: #fff;
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.16);
}
.wp-pagenavi span.current {
	background-color: #7b8d9a;
	color: #fff;
	box-shadow: none;
}
.wp-pagenavi .first, .wp-pagenavi .last, .wp-pagenavi .pages {
	display: none;
}
.wp-pagenavi .extend {
	margin: 15px -18px 0 8px;
	padding: 0;
	text-indent: 99999px;
	width: 28px;
	height: 4px;
	border: none;
	vertical-align: middle;
	border-radius: 0;
	background: url(/img/common/dot_icon.png) no-repeat left top;
	background-size: 28px auto;
	box-shadow: none;
}
.wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink {
	width: 18px;
	text-indent: 9999px;
	border: none;
	background: url(/img/common/icon11.png) no-repeat center center;
	background-size: 8px auto;
	box-shadow: none;
}
.wp-pagenavi .previouspostslink {
	background-image: url(/img/common/icon10.png);
}
.wp-pagenavi .previouspostslink:hover, .wp-pagenavi .nextpostslink:hover {
	background-color: transparent;
	color: #000;
	opacity: 0.7;
}
@media all and (min-width: 897px) {
	.wp-pagenavi a:hover {
		background-color: #7b8d9a;
		color: #fff;
		box-shadow: none;
	}
}
@media all and (max-width: 896px) {
	.wp-pagenavi {
		margin: 43px 0 0 0;
	}
}
/* orderBox */
.orderBox {
	margin-bottom: 16px;
	padding: 4px 20px;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.16);
	background-color: #ffffff;
}
.orderBox .inner {
	margin: 0 auto;
	max-width: 551px;
}
.orderBox .headline01 {
	margin-bottom: 8px;
	padding-bottom: 6px;
	font-size: 1.4rem;
	line-height: 1.43;
	font-weight: bold;
	border-color: #7b8d9a;
	letter-spacing: 0.1em;
	border-width: 1px;
}
.orderBox .headline01 img {
	margin: -3px 8px 0 0;
}
.orderUl {
	margin: -8px -15px 0 0;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.orderUl li {
	margin: 8px 8px 0 0;
	width: 104px;
}
.orderUl a {
	padding: 4px 22px 4px 8px;
	color: #fff;
	font-size: 1.2rem;
	display: block;
	border-radius: 4px;
	background-color: #7b8d9a;
	position: relative;
}
.orderUl a::after {
	margin-top: -6px;
	width: 12px;
	height: 12px;
	position: absolute;
	top: 50%;
	right: 8px;
	background: url(/img/common/icon09.png) no-repeat left center;
	background-size: 12px auto;
	content: "";
}
@media all and (min-width: 897px) {
	.orderUl a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.orderBox {
		margin-bottom: 30px;
		padding: 4px 8px;
	}
	.orderUl {
		margin: -8px -4px 0;
	}
	.orderUl li {
		width: calc((100% / 3) - 8px);
		margin: 8px 4px 0;
	}
	.orderBox .inner {
		max-width: inherit;
	}
}
@media all and (max-width: 374px) {
	.orderUl a {
		font-size: 1.1rem;
	}
}
/* comSelectBox */
.comSelectBox {
	margin-bottom: 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.comSelectBox .num {
	padding: 2px 10px 0 0;
	min-width: 79px;
	color: #ec1234;
	font-size: 2rem;
	font-weight: 900;
	line-height: 0.91;
	box-sizing: border-box;
}
.comSelectBox .num span {
	padding: 0 4px 2px 2px;
	display: inline-block;
	background-color: #e4e8eb;
}
.comSelectBox .num big {
	margin-right: 2px;
	font-size: 3.2rem;
}
.comSelectBox .selectAll {
	flex: 1;
}
.comSelectBox .selectAll label {
	display: block;
}
.comSelectBox .selectAll input[type="checkbox"] + span {
	padding: 18px 10px 18px 32px;
	font-weight: 900;
	font-size: 1.4rem;
	display: block;
	border-radius: 0;
	line-height: 16px;
	border: none;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.16);
	background: #e4e8eb url(/img/common/check_bg.jpg) no-repeat left 8px center;
	background-size: 16px 16px;
	cursor: pointer;
}
.comSelectBox .selectAll input[type="checkbox"] {
	display: none;
	padding: 0;
	height: 16px;
	width: 16px;
	vertical-align: middle;
}
.comSelectBox .selectAll input[type="checkbox"]:checked + span {
	background-image: url(/img/common/check_bg_over.jpg);
}
@media all and (min-width: 897px) {
	.aboutPage .contact a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.comSelectBox {
		display: block;
	}
	.comSelectBox .num {
		padding: 0 0 10px;
	}
}
/* comCheckUl */
.comCheckUl {
	margin-top: -31px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.comCheckUl li {
	margin-top: 31px;
	width: 393px;
	font-size: 1.2rem;
}
.comCheckUl .time {
	margin-top: 4px;
}
.comCheckUl label {
	display: block;
}
.comCheckUl input[type="checkbox"] + .inner {
	padding-left: 25px;
	display: block;
	border-radius: 0;
	border: none;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.16);
	background: #e4e8eb url(/img/common/check_bg.jpg) no-repeat left 4px center;
	background-size: 16px 16px;
	cursor: pointer;
}
.comCheckUl input[type="checkbox"] {
	display: none;
	padding: 0;
	height: 16px;
	width: 16px;
	vertical-align: middle;
}
.comCheckUl input[type="checkbox"]:checked + .inner {
	background-image: url(/img/common/check_bg_over.jpg);
}
.comCheckUl .inner {
	font-size: 1.4rem;
	line-height: 16px;
	position: relative;
}
.comCheckUl .marker .inner::after {
	width: 74px;
	height: 43px;
	position: absolute;
	top: -5px;
	right: -3px;
	background: url(/img/common/marker_img.png) no-repeat left top;
	background-size: 100% auto;
	content: "";
}
.comCheckUl .bg {
	padding: 10px 8px 8px;
	background-color: #fff;
}
.comCheckUl .ttl {
	margin-bottom: 6px;
	font-weight: bold;
}
.comCheckUl .imgBox {
	margin: 0 -1px;
	display: flex;
	font-size: 1rem;
}
.comCheckUl .imgBox .image {
	width: 87px;
	height: 54px;
	background: url(/img/bookmarks/img.jpg) no-repeat center center;
	background-size: cover;
}
.comCheckUl .imgBox .rightBox {
	padding-left: 8px;
	flex: 1;
}
.comCheckUl .imgBox .priceTxt {
	margin-top: 18px;
	color: #ec1234;
	font-size: 1rem;
	font-weight: 900;
	line-height: 1;
}
.comCheckUl .imgBox .priceTxt big {
	margin-top: -17px;
	font-size: 2.4rem;
	display: inline-block;
	vertical-align: middle;
}
@media all and (max-width: 896px) {
	.comCheckUl li {
		margin: 0 0 30px;
		width: auto;
	}
	.comCheckUl li:last-child {
		margin-bottom: 0;
	}
	.comCheckUl {
		margin: 0;
		display: block;
	}
	.comCheckUl .time {
		margin-top: 3px;
	}
}
@media all and (max-width: 374px) {
	.comCheckUl .imgBox .priceTxt big {
		margin-top: -8px;
		font-size: 2rem;
	}
	.comCheckUl .imgBox .priceTxt {
		font-size: 0.9rem;
	}
}
/* pageUl */
.pageUl {
	margin-top: 33px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.pageUl li {
	width: 388px;
}
.pageUl a {
	padding: 8px 15px 0;
	width: 100%;
	height: 138px;
	font-weight: 900;
	font-size: 1.6rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 2px;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.16);
	background-color: #ffffff;
	position: relative;
	text-align: center;
	box-sizing: border-box;
	border: 1px solid #fff;
}
.pageUl a::after {
	margin-top: -5px;
	width: 12px;
	height: 12px;
	position: absolute;
	top: 50%;
	right: 8px;
	background: url(/img/common/icon13.png) no-repeat center center;
	background-size: 100% auto;
	content: "";
}
.pageUl a big {
	margin: -7px 0 0 8px;
	font-size: 3rem;
	display: inline-block;
	vertical-align: middle;
}
.pageUl img {
	margin: -7px 8px 0 0;
	display: inline-block;
	vertical-align: middle;
}
@media all and (min-width: 897px) {
	.pageUl a:hover {
		color: #ec1234;
		border-color: #ec1234;
	}
}
@media all and (max-width: 896px) {
	.pageUl {
		margin-top: 39px;
	}
	.pageUl li {
		width: calc(50% - 8px);
	}
	.pageUl img {
		display: none;
	}
	.pageUl a big {
		display: block;
	}
	.pageUl a {
		padding: 0 15px 7px;
		height: 65px;
		font-size: 1.2rem;
	}
	.pageUl a big {
		margin: 3px 0 0 0;
		display: block;
		font-size: 2.2rem;
		line-height: 1;
	}
}
@media all and (max-width: 374px) {
	.pageUl a big {
		font-size: 1.8rem;
	}
	.pageUl a {
		font-size: 1.1rem;
	}
}
/* bookmarks */
.bookmarks .pageTitle {
	background-image: url(/img/bookmarks/page_bg.jpg);
}
.bookmarks .topBox {
	margin: 0 auto 33px;
	max-width: 1200px;
}
.bookmarks .topBox .flexBox {
	padding-right: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.bookmarks .topBox .textUl {
	font-size: 2rem;
	font-weight: bold;
	display: flex;
}
.bookmarks .topBox .textUl li {
	margin: 0 28px;
}
.bookmarks .topBox .textUl .image, .bookmarks .topBox .textUl .txt {
	display: inline-block;
	vertical-align: middle;
}
.bookmarks .topBox .notesTxt {
	margin-left: -4px;
	font-size: 1.2rem;
	line-height: 1.33;
}
.bookmarks .topBox .textUl .image {
	margin-right: 4px;
}
@media all and (max-width: 896px) {
	.bookmarks .pageTitle {
		margin-bottom: 31px;
		background-image: url(/img/bookmarks/sp_page_bg.jpg);
	}
	.bookmarks .topBox .flexBox {
		padding-right: 0;
		display: block;
	}
	.bookmarks .topBox .textUl {
		margin: 0 -10px 15px;
		font-size: 1.4rem;
		justify-content: space-between;
		line-height: 1.71;
		font-feature-settings: "palt";
		-moz-font-feature-settings: "palt";
	}
	.bookmarks .topBox .textUl li {
		margin: 0;
		width: 45%;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.bookmarks .topBox .textUl li:last-child {
		width: 53%;
	}
	.bookmarks .topBox .textUl .txt {
		padding-left: 6px;
		flex: 1;
	}
	.bookmarks .topBox {
		margin: 0 36px 39px;
	}
	.bookmarks .topBox .textUl .image {
		width: 37px;
	}
	.bookmarks .h2Ttl {
		margin-bottom: 24px;
	}
}
@media all and (max-width: 374px) {
	.bookmarks .topBox {
		margin: 0 15px 39px;
	}
	.bookmarks .topBox .textUl {
		font-size: 1.3rem;
	}
}
/* fixSelectBox */
.fixSelectBox {
	padding: 25px 36px 16px;
	width: 389px;
	font-weight: 900;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.16);
	background-color: #ffffff;
	position: fixed;
	right: 0;
	bottom: 40px;
	box-sizing: border-box;
	z-index: 100000;
}
.fixSelectBox .inner {
	margin-bottom: 15px;
	padding-right: 5px;
	display: flex;
	font-size: 1.3rem;
	justify-content: space-between;
	line-height: 1;
}
.fixSelectBox .num {
	color: #ec1234;
	font-size: 2rem;
	text-align: right;
	flex: 1;
}
.fixSelectBox .num big {
	margin: -17px 1px 0 0;
	font-size: 3.2rem;
	display: inline-block;
	vertical-align: middle;
}
@media all and (max-width: 896px) {
	.fixSelectBox {
		padding: 11px 7px 7px 29px;
		width: 100%;
		bottom: 0;
		right: auto;
		left: 0;
		display: flex;
		align-items: flex-end;
		justify-content: space-between;
	}
	.fixSelectBox .inner {
		margin-bottom: 0;
		padding-bottom: 8px;
		display: block;
	}
	.fixSelectBox .comBtn02 {
		flex: 1;
		text-align: right;
	}
	.fixSelectBox .comBtn02 a {
		padding: 8px 4px 8px 5px;
		min-width: 142px;
		font-size: 1.4rem;
		line-height: 1.43;
	}
	.fixSelectBox .num {
		margin: 19px 0 0 5px;
		text-align: left;
	}
}
/* comBtn02 */
.comBtn02 {
	margin-left: 17px;
}
.comBtn02 a {
	padding: 16px 15px 16px 5px;
	min-width: 296px;
	color: #fff;
	font-weight: bold !important;
	font-size: 1.6rem;
	display: inline-block;
	background-color: #ec1234;
	border: 1px solid #ec1234;
	border-left: none;
	position: relative;
	box-sizing: border-box;
	text-align: center;
	letter-spacing: 0.1em;
	transition: none;
}
.comBtn02 a::after {
	width: 17px;
	height: calc(100% + 2px);
	position: absolute;
	top: -1px;
	left: -15px;
	background: url(/img/common/icon14.png) no-repeat left top;
	background-size: 100% 100%;
	content: "";
}
.comBtn02 {
	margin-top: -8px;
}
.comBtn02 li {
	margin-top: 8px;
}
.comBtn02 a img {
	margin: -2px 10px 0 0;
	vertical-align: middle;
}
.comBtn02 a .over {
	display: none;
}
@media all and (min-width: 897px) {
	.comBtn02 a:hover {
		color: #ec1234;
		background-color: #fff;
	}
	.comBtn02 a:hover:after {
		background-image: url("/img/common/icon14_over.png");
	}
	.comBtn02 a:hover .out {
		display: none;
	}
	.comBtn02 a:hover .over {
		display: inline-block;
	}
}
@media all and (max-width: 896px) {
	ul.comBtn02 {
		margin-top: 0;
		padding: 7px 3px 7px 13px;
		display: flex;
		justify-content: center;
		background-color: #f4f5f6;
	}
	.comBtn02 li {
		margin: 0 11px;
		width: calc(50% - 22px);
	}
	.comBtn02 a:after {
		width: 10px;
		left: -10px;
	}
}
* + .comcommodityBox {
	margin-top: 40px;
}
.comcommodityBox {
	padding: 7px 9px 9px;
	color: #2b2b2b;
	background-color: #fff;
	font-size: 1.2rem;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.16);
}
.comcommodityBox .ttl {
	margin-bottom: 4px;
	font-size: 1.4rem;
	font-weight: bold;
}
.comcommodityBox .imgBox {
	margin: 0 -1px;
	display: flex;
	font-size: 1rem;
}
.comcommodityBox .imgBox .image {
	width: 87px;
	height: 54px;
	background: url(/img/common/com_img.jpg) no-repeat center center;
	background-size: cover;
}
.comcommodityBox .imgBox .rightBox {
	padding-left: 8px;
	flex: 1;
}
.comcommodityBox .imgBox .priceTxt {
	margin-top: 19px;
	color: #ec1234;
	font-size: 1rem;
	font-weight: 900;
	line-height: 1;
}
.comcommodityBox .imgBox .priceTxt big {
	margin-top: -17px;
	font-size: 2.4rem;
	display: inline-block;
	vertical-align: middle;
}
.comcommodityBox .imgBox + p {
	margin-top: 3px;
}
@media all and (max-width: 896px) {
	* + .comcommodityBox {
		margin-top: 30px;
	}
	.comcommodityBox {
		margin-bottom: -9px;
	}
}
@media all and (max-width: 374px) {
	.comcommodityBox .imgBox .priceTxt big {
		margin-top: -11px;
		font-size: 2.2rem;
	}
	.comcommodityBox .imgBox .priceTxt {
		margin-top: 14px;
		font-size: 0.8rem;
	}
}
/* comForm */
.comForm {
	margin: 0 auto;
	padding-top: 10px;
	max-width: 688px;
}
.comForm .bg {
	padding: 22px 40px 38px;
	background-color: #f1f3f5;
}
.comForm .headline01 {
	margin: 0 -15px 17px;
	padding-bottom: 8px;
	font-size: 1.8rem;
	text-align: left;
	position: relative;
}
.comForm table + .headline01 {
	margin-top: 54px;
}
.comForm select, .comForm input[type="text"], .comForm input[type="password"], .comForm input[type="email"], .comForm input[type="tel"], .comForm textarea {
	padding-left: 9px;
	width: 100%;
	height: 32px;
	font-size: 1.4rem;
	font-weight: 500;
	border: none;
	background-color: #fff;
	appearance: none;
	-webkit-appearance: none;
	line-height: 1.43;
	border-radius: 0;
	box-sizing: border-box;
}
.comForm input::-webkit-input-placeholder, .comForm textarea::-webkit-input-placeholder {
	color: #B7B7B7;
	opacity: 1;
}
.comForm input:-moz-placeholder, .comForm textarea:-moz-placeholder {
	color: #B7B7B7;
	opacity: 1;
}
.comForm input::-moz-placeholder, .comForm textarea::-moz-placeholder {
	color: #B7B7B7;
	opacity: 1;
}
.comForm input:-ms-input-placeholder, .comForm textarea:-ms-input-placeholder {
	color: #B7B7B7;
	font-size: 16px;
	opacity: 1;
}
.comForm select {
	padding-left: 4px;
	background: #fff url(/img/common/icon15.jpg) no-repeat right 8px center;
	background-size: 10px auto;
}
.comForm select::-ms-expand {
	display: none;
}
.comForm textarea {
	padding: 4px 7px;
	height: 126px;
}
.comForm .radioUl {
	margin-bottom: -4px;
	color: #2b2b2b;
}
.comForm .radioUl li {
	margin-right: 36px;
	display: inline-block;
}
.comForm .radioUl li:last-child {
	margin-right: 0;
}
.comForm .radioUl input[type="radio"] {
	display: none;
	padding: 0;
	height: 20px;
	width: 20px;
	vertical-align: middle;
}
.comForm .radioUl input[type="radio"] + span {
	padding: 4px 0 4px 29px;
	border-radius: 0;
	line-height: 20px;
	border: none;
	display: inline-block;
	background: url(/img/common/radio_bg.png) no-repeat left top 4px;
	background-size: 20px 20px;
}
.comForm .radioUl input[type="radio"]:checked + span {
	background-image: url(/img/common/radio_bg_over.png);
}
.comForm .radioUl02 li {
	display: block;
}
.comForm * + .memberBox {
	margin-top: 77px;
}
.comForm * + .customerBox {
	margin-top: 77px;
}
.comForm .inputUl li {
	margin-right: 14px;
	width: 150px;
	display: inline-block;
	vertical-align: top;
}
.comForm .inputUl li:last-child {
	margin-right: 0;
}
.comForm .inputUl02 {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.comForm .inputUl02 li {
	margin-right: 0;
	width: calc(50% - 4px);
}
.comForm .birthUl li:first-child {
	width: 141px;
}
.comForm .birthUl li {
	margin-right: 15px;
	width: 65px;
	display: inline-block;
	vertical-align: top;
}
.comForm .birthUl li:last-child {
	margin-right: 0;
}
.comForm .notes {
	margin-top: -8px;
	color: #ff0000;
	font-size: 1rem;
	font-weight: bold;
	position: absolute;
	top: 50%;
	right: 4px;
}
.comForm .headline01 .notes {
	margin-top: -11px;
	right: 0;
}
.comForm .error {
	margin: -6px 0 2px 0;
	color: #000000;
	font-size: 1rem;
	font-weight: normal;
	line-height: 1.85;
}
.comForm .notes02 {
	margin-top: 4px;
	color: #000000;
	font-size: 1.2rem;
	line-height: 2;
}
.comForm .notes03 {
	margin-top: 8px;
	color: #000000;
	font-size: 1rem;
	line-height: 1.5;
}
.comForm * + .inquiryBox, .comForm * + .magazineBox, .comForm * + .informationBox, .comForm * + .exemptionBox {
	margin-top: 54px;
}
.comForm .thStyle {
	text-align: center;
}
.comForm .checkUl {
	color: #2b2b2b;
	font-size: 1.2rem;
}
.comForm .checkUl li {
	margin-bottom: 8px;
}
.comForm .checkUl li:last-child {
	margin-bottom: 0;
}
.comForm input[type="radio"] + span {
	padding: 4px 0 4px 28px;
	border-radius: 0;
	line-height: 1.5;
	border: none;
	display: inline-block;
	background: url(/img/common/check_bg.jpg) no-repeat left top 5px;
	background-size: 20px 20px;
}
.comForm input[type="radio"] {
	display: none;
	padding: 0;
	height: 20px;
	width: 20px;
	vertical-align: middle;
}
.comForm input[type="radio"]:checked + span {
	background-image: url(/img/common/check_bg_over.jpg);
}
.comForm .agreeTxt {
	margin-top: -5px;
	text-align: center;
}
.comForm .agreeTxt input[type="radio"] + span {
	padding: 4px 0 4px 20px;
	background-size: 16px 16px;
	line-height: 16px;
}
.comForm .agreeTxt a {
	color: #ec1234;
}
.comForm .submit {
	margin-top: 7px;
	text-align: center;
}
.comForm .submit li {
	margin: 15px 6px 0;
	display: inline-block;
	vertical-align: top;
}
.comForm .submit input {
	padding: 20px 40px 20px 15px;
	width: 311px;
	font-size: 1.2rem;
	font-weight: bold;
	box-sizing: border-box;
	border: solid 1px #2b2b2b;
	text-align: left;
	letter-spacing: 0.1em;
	border-radius: 0;
	background: #fff url(/img/common/icon03.png) no-repeat right 17px center;
	background-size: 18px auto;
	cursor: pointer;
}
.comForm .submit02 input {
	width: 210px;
	background-image: url(/img/common/icon17.png);
}
.comForm .submit02 .send input {
	color: #fff;
	background-image: url(/img/common/icon18.png);
	background-color: #2b2b2b;
}
.comForm .submit03 input {
	padding: 15px 14px 15px;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	border: none;
	background: #ec1234;
	border: 1px solid #ec1234;
}
.comForm .tipsTxt {
	margin-bottom: 23px;
	font-size: 1.6rem;
	text-align: center;
}
.comForm .checkUl02 {
	margin-right: -15px;
	display: flex;
	flex-wrap: wrap;
}
.comForm .checkUl02 li {
	margin-right: 0;
	padding-right: 3px;
	width: 192px;
	box-sizing: border-box;
}
.comForm .checkUl02 li:nth-child(2n) {
	width: 125px;
}
.comForm .checkUl02 li:nth-child(4n) {
	width: 140px;
}
.comForm .calendarInput {
	padding-left: 35px !important;
	background: url(/img/common/icon33.png) no-repeat left 6px center;
	background-size: 21px auto;
}
.comForm .calendar .checkUl02 {
	margin-top: 1px;
	max-width: 330px;
}
.comForm .calendar .checkUl02 li {
	margin: 10px 0 0 0;
	width: 160px;
}
.comForm .calendar .notes03 {
	margin-top: 15px;
}
.comForm .checkUl02.row02 {
	margin-top: 1px;
	max-width: 330px;
}
.comForm .checkUl02.row02 li {
	margin: 10px 0 0 0;
	width: 160px;
}
.comForm .checkUl02.row03 {
	margin-top: 1px;
	max-width: 400px;
}
.comForm .checkUl02.row03 li {
	margin: 10px 0 0 0;
	width: 127px;
}
@media all and (min-width: 897px) {
	.comForm .agreeTxt a:hover {
		text-decoration: underline;
	}
	.comForm .submit input:hover {
		color: #ec1234;
		border-color: #ec1234;
		background-image: url(/img/common/icon51.png);
	}
	.comForm .submit02 input:hover {
		background-image: url(/img/common/icon52.png);
	}
	.comForm .submit02 .send input:hover {
		color: #2b2b2b;
		border-color: #2b2b2b;
		background-image: url(/img/common/icon03.png);
		background-color: #fff;
	}
	.comForm .submit03 input:hover {
		color: #ec1234;
		background-color: #fff;
		background-image: none;
	}
}
@media all and (max-width: 896px) {
	.comForm {
		margin-top: -22px;
		padding-top: 0;
		max-width: inherit;
	}
	.comForm .bg {
		padding: 20px 32px 32px;
	}
	.comForm .headline01 {
		margin: 0 0 23px;
		border-width: 1px;
	}
	.comForm .typeBox select {
		border: solid 1px #c4c4c4;
		background-image: url(/img/common/icon16.jpg);
	}
	.comForm * + .inquiryBox, .comForm * + .magazineBox, .comForm * + .informationBox {
		margin-top: 29px;
	}
	.comForm select {
		background-position: right 6px center;
		;
	}
	.comForm textarea {
		border: none;
	}
	.comForm .radioUl li {
		margin-right: 29px;
	}
	.comForm * + .memberBox {
		margin-top: 53px;
	}
	.comForm * + .customerBox {
		margin-top: 54px;
	}
	.comForm .inputUl {
		display: flex;
		justify-content: space-between;
	}
	.comForm .inputUl li {
		margin-right: 0;
		width: calc(50% - 4px);
	}
	.comForm .agreeTxt {
		margin-top: 28px;
	}
	.comForm .submit {
		margin-top: 14px;
	}
	.comForm .submit li {
		margin: 0 0 20px;
		display: block;
	}
	.comForm .submit li:last-child {
		margin-bottom: 0;
	}
	.comForm .submit input {
		width: 100%;
		max-width: 311px;
	}
	.comForm .submit02 {
		margin: 14px -20px 0;
	}
	.comForm .submit02 li {
		margin: 0 3px;
		display: inline-block;
	}
	.comForm .submit02 input {
		width: 151px;
		max-width: inherit;
	}
	.comForm .thStyle {
		text-align: left;
	}
	.comForm .tipsTxt {
		margin: 0 -10px 16px;
		font-size: 1.2rem;
	}
	.comForm .checkUl02 li {
		width: 50% !important;
	}
	.comForm .checkUl02.row03 li {
		width: 33.33% !important;
	}
}
@media all and (max-width: 374px) {
	.comForm .bg {
		padding: 20px 15px 32px;
	}
	.comForm .birthUl li:first-child {
		width: 120px;
	}
	.comForm .birthUl li {
		width: 60px;
	}
	.comForm .submit02 li {
		margin: 0 2px;
	}
	.comForm .submit02 input {
		width: 135px;
	}
}
/* comTable */
.comTable {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
.comTable th, .comTable td {
	margin-bottom: 8px;
	width: 100%;
	float: left;
	vertical-align: top;
	text-align: left;
	box-sizing: border-box;
	position: relative;
}
.comTable td {
	margin-bottom: 24px;
	color: #707070;
}
.comTable .must, .comTable .arb {
	margin: -4px 0 0 4px;
	padding: 1px 4px 2px;
	color: #fff;
	font-weight: normal;
	font-size: 1rem;
	display: inline-block;
	background-color: #ec1234;
	vertical-align: middle;
}
.comTable .arb {
	background-color: #8b8b8b;
}
/* addBtn */
.addBtn a {
	margin: 0 auto;
	padding: 7px 5px 7px;
	max-width: 254px;
	font-size: 1.2rem;
	border: solid 1px #2b2b2b;
	background-color: #ffffff;
	box-sizing: border-box;
	text-align: center;
	display: block;
	letter-spacing: 0.1em;
}
.addBtn span {
	padding-right: 9px;
	display: inline-block;
	position: relative;
}
.addBtn span::after {
	color: #ec1234;
	position: absolute;
	top: 0;
	right: 0;
	content: "+";
}
.addBtn.on span::after {
	content: "-";
}
.addBtn .off {
	display: none;
}
.addBtn.on .open {
	display: none;
}
.addBtn.on .off {
	display: inline-block;
}
.addBtn02 {
	margin-bottom: 27px;
}
.addBtn02 a {
	max-width: 204px;
	padding: 4px 5px 6px;
	line-height: 1;
}
@media all and (min-width: 897px) {
	.addBtn a:hover {
		opacity: 0.7;
	}
}
/* comBtn03 */
.comBtn03 a {
	padding: 7px 15px 9px;
	max-width: 182px;
	margin: 0 auto;
	color: #fff;
	font-size: 1.2rem;
	display: block;
	text-align: center;
	background-color: #ec1234;
	box-sizing: border-box;
	letter-spacing: 0.1em;
	position: relative;
}
.comBtn03.arrow a {
	max-width: 169px;
}
.comBtn03.arrow a::after {
	margin-top: -4px;
	width: 4px;
	height: 4px;
	border: 2px solid;
	position: absolute;
	top: 50%;
	right: 11px;
	border-color: #fff #fff transparent transparent;
	transform: rotate(45deg);
	content: "";
}
.comBtn03.arrowDown a::after {
	margin-top: -6px;
	transform: rotate(135deg);
}
@media all and (min-width: 897px) {
	.comBtn03 a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.contact.thanks .pageTitle {
		background-image: url(/img/contact/sp_page_bg02.jpg);
	}
}
/*  */
.confirmBox .comForm {
	padding-top: 12px;
	max-width: 608px;
}
.confirmBox .comTable td {
	padding: 4px 0;
	margin-bottom: 34px;
}
.confirmBox * + .comcommodityBox {
	margin: 24px 0 -14px;
}
@media all and (max-width: 896px) {
	.confirmBox .comForm {
		padding: 18px 16px 0;
		margin-top: 0;
		max-width: inherit;
	}
	.confirmBox .comForm .headline01 {
		margin: 0 -16px 15px;
	}
	.confirmBox .comcommodityBox .imgBox + p {
		margin-top: 7px;
	}
	.confirmBox .comTable td {
		margin-bottom: 34px;
	}
	.confirmBox * + .comcommodityBox {
		margin-bottom: -23px;
	}
}
/* comUtilization */
.comUtilization {
	max-width: 1200px;
	margin: 0 auto;
}
.comUtilization02 .headline09 {
	margin-bottom: 50px;
	line-height: 1.2;
}
.utilizationUl {
	display: flex;
	flex-wrap: wrap;
}
.utilizationUl li {
	width: 50%;
	background-color: #fff;
	display: flex;
	justify-content: space-between;
}
.utilizationUl .link {
	width: 300px;
}
.utilizationUl li:nth-child(2n) .link {
	order: 3;
}
.utilizationUl .link a {
	padding: 64px 10px 74px;
	height: 100%;
	color: #fff;
	font-size: 1.9rem;
	font-weight: bold;
	background-color: #2b2b2b;
	text-align: center;
	display: block;
	box-sizing: border-box;
	border-bottom: 1px solid #fff;
}
.utilizationUl .link big {
	margin: -9px 0 0 4px;
	font-size: 3.7rem;
	display: inline-block;
	vertical-align: middle;
}
.utilizationUl .link span {
	padding-right: 44px;
	display: inline-block;
	position: relative;
}
.utilizationUl .link span::after {
	width: 30px;
	height: 30px;
	position: absolute;
	top: -3px;
	right: -1px;
	background: url(/img/common/icon18.png) no-repeat left top;
	background-size: 100% 100%;
	content: "";
}
.utilizationUl .link .txt {
	line-height: 1;
}
.utilizationUl .image {
	margin-bottom: 30px;
}
.utilizationUl .textBox {
	padding: 10px 28px 10px;
	flex: 1;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.16);
	display: flex;
	align-items: center;
}
.utilizationUl .textBox p {
	font-size: 1.2rem;
	line-height: 2;
}
@media all and (min-width: 897px) {
	.utilizationUl a:hover {
		color: #fff;
		background-color: #ec1234;
	}
}
@media all and (max-width: 896px) {
	.utilizationUl li {
		width: 100%;
	}
	.utilizationUl .link {
		width: 50%;
	}
	.utilizationUl .link a {
		padding: 68px 5px 75px;
		font-size: 1.2rem;
		border: none;
	}
	.utilizationUl .link big {
		margin: -5px 0 0 2px;
		font-size: 2.4rem;
	}
	.utilizationUl .image img {
		width: auto;
		height: 40px;
	}
	.utilizationUl .image {
		margin-bottom: 18px;
	}
	.utilizationUl .link span::after {
		width: 18px;
		height: 18px;
		top: 1px;
	}
	.utilizationUl .link span {
		padding-right: 25px;
	}
	.utilizationUl .textBox {
		padding: 10px 17px 10px;
	}
	.utilizationUl .headline03 {
		margin-right: -8px;
	}
	.comUtilization02 .headline09 {
		margin-bottom: 15px;
	}
}
@media all and (max-width: 374px) {
	.utilizationUl .link a {
		font-size: 1rem;
	}
	.utilizationUl .link big {
		margin: -5px 0 0 2px;
		font-size: 1.7rem;
	}
	.utilizationUl .link span::after {
		width: 15px;
		height: 15px;
		top: -1px;
	}
}
/* comListUl */
.comListUl {
	margin: 0 auto 78px;
	max-width: 702px;
	display: flex;
	justify-content: space-between;
}
.comListUl li {
	padding: 14px 14px 12px;
	width: 343px;
	border: solid 2px #ec1234;
	box-sizing: border-box;
	background-color: #fff;
}
.comListUl p {
	line-height: 1.7;
}
@media all and (max-width: 896px) {
	.comListUl {
		margin-bottom: 32px;
		display: block;
	}
	.comListUl li {
		margin-bottom: 16px;
		width: auto;
	}
	.comListUl li:last-child {
		margin-bottom: 0;
	}
}
/* agreementBox */
.agreementBox {
	margin-bottom: 27px;
	padding: 15px 16px;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.16);
	background-color: #ffffff;
}
.agreementBox .inner {
	margin-right: -8px;
	height: 226px;
	overflow: auto;
	box-sizing: border-box;
}
.agreementBox .ttl {
	margin-bottom: 6px;
	text-align: center;
}
.agreementBox p {
	margin-bottom: 24px;
	font-size: 1.4rem;
	line-height: 1.71;
}
.agreementBox p:last-child {
	margin-bottom: 0;
}
.agreementBox .inner > div {
	height: 100%;
	width: 100%;
	overflow-y: auto;
	box-sizing: border-box;
}
.agreementBox .jspVerticalBar {
	width: 5px;
	background-color: #e8e8e8;
}
.agreementBox .jspTrack {
	background-color: #e8e8e8;
}
.agreementBox .jspDrag {
	background-color: #ec1234;
}
@media all and (max-width: 896px) {
	.agreementBox .inner {
		height: 335px;
	}
}
/* comBtnList */
.comBtnList {
	margin-bottom: 22px;
	text-align: center;
}
.comBtnList li {
	margin: 2.5px;
	display: inline-block;
}
.comBtnList a {
	padding: 16px 2px 17px;
	min-width: 167px;
	display: inline-block;
	color: #000;
	font-size: 1.8rem;
	font-weight: 900;
	text-align: center;
	box-sizing: border-box;
	background-color: #FFF;
	border: solid 2px #FFF;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.16);
	border-radius: 2px;
}
.comBtnList .on a {
	border-color: #ec1234;
}
.comBtnList02 a {
	min-width: 142px;
	padding: 5px;
	font-size: 1.3rem;
}
@media all and (min-width: 897px) {
	.comBtnList a:hover {
		border-color: #ec1234;
	}
}
@media all and (max-width: 896px) {
	.comBtnList {
		margin: -16px 0 25px;
		text-align: left;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.comBtnList li {
		margin: 16px 0 0;
		width: calc(50% - 4.5px);
	}
	.comBtnList a {
		width: 100%;
		min-width: inherit !important;
	}
	.comBtnList02 {
		margin: 0 -2px 25px;
		justify-content: flex-start;
	}
	.comBtnList02 li {
		margin: 0;
		width: calc(100%/3);
		padding: 8px 2px 0;
		box-sizing: border-box;
	}
	.comBtnList02 a {
		padding: 5px 1px 4px;
	}
}
@media all and (max-width: 374px) {
	.comBtnList a {
		font-size: 3.4vw;
	}
}
/* searchBox */
.searchBox {
	margin-bottom: 36px;
}
.searchBox .title {
	margin-right: 10px;
	font-size: 1.4rem;
	font-weight: 600;
}
.searchBox .title img {
	margin-right: 5px;
}
.searchBox .searchForm {
	display: flex;
	align-items: center;
}
.searchBox input {
	height: 32px;
	box-sizing: border-box;
	appearance: none;
	box-shadow: none;
}
.searchBox .txt {
	padding: 6px 8px;
	width: calc(100% - 80px);
	font-size: 1.4rem;
	border: solid 1px #c4c4c4;
	border-right: none;
	background-color: #ffffff;
}
.searchBox input::-webkit-input-placeholder {
	color: #707070;
	opacity: 0.5;
}
.searchBox input:-moz-placeholder {
	color: #707070;
	opacity: 0.5;
}
.searchBox input::-moz-placeholder {
	color: #707070;
	opacity: 0.5;
}
.searchBox input:-ms-input-placeholder {
	color: #707070;
	opacity: 0.5;
}
.searchBox .button {
	width: 80px;
	height: 32px;
	color: #FFF;
	font-size: 1.2rem;
	border: none;
	cursor: pointer;
	background-color: #ec1234;
}
@media all and (min-width: 897px) {
	.searchBox {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.searchBox .searchForm {
		width: 415px;
	}
	.searchBox .button:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.searchBox {
		margin-bottom: 36px;
	}
	.searchBox .title {
		margin: 0 0 5px;
	}
}
/* comLinkUl */
.comLinkUl {
	margin: -29px auto 61px;
	max-width: 800px;
	text-align: center;
}
.comLinkUl li {
	margin: 29px 7px 0;
	display: inline-block;
}
.comLinkUl a {
	padding-bottom: 3px;
	min-width: 167px;
	display: inline-block;
	position: relative;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	border-bottom: 2px solid #ec1234;
}
.comLinkUl a.small {
	font-size: 1.4rem;
	line-height: 1.6;
}
.comLinkUl a::after {
	position: absolute;
	content: "";
	width: 5px;
	height: 5px;
	position: absolute;
	left: 50%;
	bottom: -10px;
	border-bottom: 2px solid #ec1234;
	border-right: 2px solid #ec1234;
	transform: translateX(-50%) rotate(45deg);
}
.comLinkUl a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	.comLinkUl {
		max-width: inherit;
	}
	.comLinkUl.spLeft {
		margin: -21px 0 46px 0;
		text-align: left;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.comLinkUl.spLeft li {
		margin: 21px 0 0;
		width: calc(50% - 4.5px);
		text-align: center;
	}
	.comLinkUl.spLeft a {
		width: 100%;
		letter-spacing: 0.02em;
		min-width: inherit;
	}
	.comLinkUl a.small {
		line-height: 1.7;
	}
}
@media all and (max-width: 374px) {
	.comLinkUl a {
		font-size: 1.3rem;
		letter-spacing: 0;
	}
}
/* comLable */
.comLable {
	color: #FFF;
	font-size: 1.4rem;
	font-weight: 500;
}
.comLable span {
	margin-right: 8px;
	padding: 3px 4px 4px;
	display: inline-block;
	background-color: #ec1234;
}
@media all and (max-width: 896px) {
	.comLable {
		font-size: 1rem;
	}
	.comLable span {
		margin-right: 5px;
	}
}
/* comTel */
.comTel {
	margin-bottom: 15px;
	display: flex;
}
.comTel li {
	margin-right: 38px;
}
.comTel a {
	display: block;
	color: #000;
	font-size: 3.2rem;
	font-weight: 500;
	line-height: 1;
}
.comTel .ttl {
	padding: 2px 0 2px 28px;
	display: block;
	color: #ec1234;
	font-size: 1.6rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	background: url(/img/common/icon27.png) no-repeat left center / 20px;
}
@media all and (max-width: 896px) {
	.comTel {}
	.comTel li {
		margin: 0 12px 5px 0;
		width: calc(50% - 6px);
	}
	.comTel .wid {
		margin-right: 0;
		width: 100%;
	}
	.comTel li:nth-child(2n) {
		margin-right: 0;
	}
	.comTel a {
		color: #2b2b2b;
		font-size: 1.4rem;
		text-align: center;
	}
	.comTel .ttl {
		margin-bottom: 7px;
		padding: 12px 10px;
		color: #FFF;
		background: #ec1234;
	}
	.comTel .ttl::before {
		margin-right: 6px;
		display: inline-block;
		width: 20px;
		height: 20px;
		content: '';
		vertical-align: middle;
		background: url(/img/common/icon28.png) no-repeat left center / 20px;
	}
}
@media all and (max-width: 374px) {
	.comTel .ttl {
		font-size: 1.4rem;
	}
	.comTel .ttl::before {
		margin-top: -3px;
		width: 17px;
		height: 17px;
		background-size: 17px 17px;
	}
}
/* comImgBox */
.comImgBox {
	margin-bottom: 35px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.comImgBox .textBox {
	flex: 1;
	font-size: 1.6rem;
}
.comImgBox .textBox p {
	margin-bottom: 11px;
	line-height: 2;
}
.comImgBox .textBox p:last-child {
	margin-bottom: 0;
}
.comImgBox .textBox .notes {
	font-size: 1.2rem;
	line-height: 1.67;
}
.comImgBox .image {
	width: 222px;
	margin-right: 10px;
	text-align: center;
}
.comImgBox02 {
	align-items: flex-start;
}
.comImgBox02 .image {
	margin: 0 0 0 20px;
	width: 343px;
	order: 3;
}
.comImgBox02 .image img {
	width: 100%;
}
.comImgBox02 .headline03 {
	margin-bottom: 12px;
	font-size: 2.4rem;
}
.comImgBox02 .headline03 small {
	font-size: 1rem;
}
.comImgBoxR .image {
	margin: 0 17px 0 0;
	order: 0;
}
.comImgBox04 {
	align-items: flex-start;
}
.comImgBox04 .textBox p:not(:last-child) {
	margin-bottom: 52px;
}
.comImgBox04 .textBox .comBtn {
	text-align: left;
}
@media all and (max-width: 896px) {
	.comImgBox {
		display: block;
	}
	.comImgBox .image {
		width: auto;
		margin-right: 0;
	}
	.comImgBox .image + .headline02 {
		margin: 15px 0 0;
		color: #000;
	}
	.comImgBox .textBox {
		margin-top: 21px;
	}
	.comImgBox02 .image {
		margin: 0;
	}
	.comImgBox02 .headline03 {
		margin-bottom: 17px;
		font-size: 1.8rem;
		text-align: center;
	}
	.comImgBox02 .textBox {
		margin-top: 12px;
	}
	.comImgBox04 .textBox p:not(:last-child) {
		margin-bottom: 20px;
	}
	.comImgBox04 .textBox .comBtn {
		text-align: center;
	}
}
/* comImgBox03 */
.comImgBox03 {
	padding-top: 8px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.comImgBox03 .inner {
	flex: 1;
	display: flex;
	justify-content: space-between;
}
.comImgBox03 .photo {
	width: 188px;
}
.comImgBox03 .photo img {
	width: 100%;
}
.comImgBox03 .textBox {
	margin: -2px 0 0 8px;
	flex: 1;
	line-height: 1.71;
}
.comImgBox03 .comBtn {
	width: 231px;
}
.comImgBox03 .comBtn a {
	width: 100%;
	min-width: 0;
	max-width: inherit;
}
@media all and (max-width: 896px) {
	.comImgBox03 {
		display: block;
	}
	.comImgBox03 .photo {
		width: 86px;
	}
	.comImgBox03 .textBox {
		margin: -10px 0 0 8px;
		line-height: 1.71;
	}
	.comImgBox03 .comBtn {
		width: auto;
		margin-top: 7px;
	}
}
/* comTextUl */
.comTextUl {
	display: flex;
	flex-wrap: wrap;
	font-weight: 900;
	font-size: 1.8rem;
}
.comTextUl li {
	margin-right: 16px;
}
.comTextUl li:last-child {
	margin-right: 0 !important;
}
.comTextUl span {
	width: 91px;
	height: 91px;
	border-radius: 50%;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.16);
	background-color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.redUl {
	padding: 5px 0 12px;
}
.redUl span {
	width: 80px;
	height: 80px;
	color: #fff;
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 1.43;
	box-shadow: none;
	background-color: #ec1234;
}
@media all and (max-width: 374px) {
	.comTextUl li {
		margin-right: 9px;
	}
}
/* comTextUl02 */
.comTextUl02 li {
	margin-bottom: 32px;
	padding: 15px 16px 16px;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.16);
	background-color: #ffffff;
}
.comTextUl02 li:last-child {
	margin-bottom: 0;
}
.comTextUl02 .headline03 {
	margin-bottom: 4px;
	font-size: 1.4rem;
	font-weight: bold;
}
.comTextUl02 p {
	margin-bottom: 7px;
}
.comTextUl02 p:last-child {
	margin-bottom: 0;
}
.comTextUl02 p a {
	color: #ec1234;
	text-decoration: underline;
}
.comTextUl02 .notes {
	padding-bottom: 1px;
	font-size: 1.2rem;
}
@media all and (min-width: 897px) {
	.comTextUl02 p a:hover {
		text-decoration: none;
	}
}
@media all and (max-width: 896px) {
	.comTextUl02 .notes {
		line-height: 1.38;
	}
	.comTextUl02 p {
		line-height: 1.65;
	}
	.comTextUl02 li {
		margin-bottom: 24px;
	}
}
/* comFlow */
.comFlow {
	padding: 83px 0 77px;
	margin-top: 79px;
	border-top: 4px solid #ec1234;
}
.comFlow .content {
	max-width: 1200px;
}
.comFlow .flowUl {
	margin: -60px 0 54px;
	display: flex;
	flex-wrap: wrap;
}
.comFlow .flowUl li {
	margin: 60px 60px 0 0;
	width: 255px;
	position: relative;
}
.comFlow .flowUl li::after {
	width: 140px;
	height: 2px;
	position: absolute;
	top: 89px;
	left: -138px;
	background-color: #ec1234;
	content: "";
}
.comFlow .flowUl li:nth-child(4n) {
	margin-right: 0;
}
.comFlow .flowUl li:nth-child(4n - 3)::after {
	display: none;
}
.comFlow .flowUl .image {
	margin-bottom: 18px;
	width: 180px;
	position: relative;
	z-index: 10;
}
.comFlow .flowUl .image img {
	width: 100%;
}
.comFlow .flowUl p {
	line-height: 1.71;
}
@media all and (max-width: 896px) {
	.comFlow {
		margin-top: 52px;
		padding: 34px 0 77px;
		border-width: 8px;
	}
	.comFlow .flowUl .image {
		margin: 0 16px 0 0;
		width: 72px;
	}
	.comFlow .flowUl li {
		margin: 0 0 62px 0;
		width: auto;
		position: relative;
		display: flex;
		justify-content: space-between;
	}
	.comFlow .flowUl .textBox {
		margin-top: 3px;
		flex: 1;
	}
	.comFlow .flowUl {
		margin: 0 0 39px;
		display: block;
	}
	.comFlow .flowUl li:last-child {
		margin-bottom: 0;
	}
	.comFlow .flowUl li::after {
		width: 2px;
		height: calc(100% + 60px);
		top: 0;
		left: 35px;
	}
	.comFlow .flowUl li:nth-child(4n - 3)::after {
		display: block;
	}
	.comFlow .flowUl li:last-child::after {
		display: none;
	}
}
/* comFaqBox */
.comFaqBox .headline01 {
	margin-bottom: 32px;
}
.comFaqBox .faqDl {
	font-size: 1.4rem;
}
.comFaqBox .faqDl dt {
	margin-bottom: 7px;
	padding: 15px 29px;
	font-weight: 500;
	font-size: 1.6rem;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.16);
	background-color: #ffffff;
	position: relative;
	border: 1px solid #fff;
}
.comFaqBox .faqDl dt::before {
	margin-top: -12px;
	color: #ec1234;
	position: absolute;
	top: 50%;
	left: 9px;
	font-weight: bold;
	content: "Q";
}
.comFaqBox .faqDl dd {
	margin-bottom: 30px;
	line-height: 1.71;
}
.comFaqBox .faqDl dd:last-child {
	margin-bottom: 0;
}
.comFaqBox .comBtn {
	margin-top: 39px;
}
.comFaqBox .faqDl02 dt {
	cursor: pointer;
}
.comFaqBox .faqDl02 dt::after {
	margin-top: -3px;
	width: 10px;
	height: 7px;
	position: absolute;
	top: 50%;
	right: 7px;
	background: url(/img/common/icon42.jpg) no-repeat left top;
	background-size: 10px auto;
	content: "";
}
.comFaqBox .faqDl02 dt.on::after {
	background-image: url(/img/common/icon43.jpg);
}
.comFaqBox .faqDl02 dd {
	display: none;
}
@media all and (min-width: 897px) {
	.comFaqBox .faqDl02 dt:hover {
		border-color: #ec1234;
	}
}
@media all and (max-width: 896px) {
	.comFaqBox .headline01 {
		margin-bottom: 22px;
	}
	.comFaqBox .faqDl dt {
		margin-bottom: 24px;
	}
}
/* popBox */
.popBox {
	width: 100%;
	max-width: 600px;
	display: none;
}
.fancybox-content {
	padding: 0 !important;
}
.popBox .innerBox {
	padding: 42px 30px;
	text-align: center;
	position: relative;
}
.popBox .innerBox .close {
	position: absolute;
	top: 16px;
	right: 15px;
	cursor: pointer;
}
.popBox .headline03 {
	margin-bottom: 27px;
	color: #000;
	font-size: 1.6rem;
	line-height: 1.5;
	text-align: center;
}
.popBox .headline03 span {
	color: #ec1234;
}
.popBox .image {
	margin-bottom: 16px;
}
.popBox .telTxt {
	margin-bottom: 21px;
	color: #ec1234;
	font-weight: 900;
	font-size: 1.4rem;
	text-align: center;
	line-height: 1.1;
	letter-spacing: 0.08em;
}
.popBox .telTxt span {
	display: block;
}
.popBox .telTxt img {
	margin: -2px 3px 0 0;
	width: 19px;
	display: inline-block;
	vertical-align: middle;
}
.popBox .telTxt a {
	font-size: 2.8rem;
	color: #ec1234;
	letter-spacing: 0.1em;
	display: inline-block;
}
.popBox .comBtn a {
	padding: 7px 40px 8px 15px;
	min-width: 240px;
}
.fancybox-close-small {
	display: none !important;
}
@media all and (min-width: 897px) {
	.popBox .innerBox .close:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.fancybox-slide--html {
		padding: 6px 32px !important;
	}
	.popBox .image img {
		width: 98px;
	}
	.popBox .comBtn a {
		min-width: 0;
		max-width: 240px;
	}
	.popBox .comBtn02 img {
		margin: -2px 6px 0 0;
		width: 19px;
		display: inline-block;
		vertical-align: middle;
	}
	.popBox .comBtn02 {
		margin: 0 auto 15px;
		padding-left: 17px;
		max-width: 240px;
		box-sizing: border-box;
	}
	.popBox .comBtn02 a {
		min-width: 0;
		display: block;
	}
}
@media all and (max-width: 374px) {
	.fancybox-slide--html {
		padding: 6px 15px !important;
	}
	.popBox .innerBox {
		padding: 42px 15px;
	}
}
/* thanksBtm */
.thanksBtm {
	margin-top: -16px;
	padding: 32px 0;
	background-color: #f1f3f5;
}
.thanksBtm .flexBox {
	margin-bottom: 32px;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.thanksBtm .flexBox > * {
	margin: 0 9px;
}
.thanksBtm .ttl {
	margin: 11px 9px 0;
	font-weight: 900;
	font-size: 1.8rem;
	text-align: center;
	line-height: 1.33;
}
.thanksBtm .ttl span {
	position: relative;
	display: inline-block;
}
.thanksBtm .ttl span::before {
	margin-left: -3px;
	width: 6px;
	height: 6px;
	position: absolute;
	top: -7px;
	left: 50%;
	border-radius: 50%;
	background-color: #ec1234;
	content: "";
}
.thanksBtm .comBnrUl {
	width: 343px;
	position: fixed;
	right: 0;
	bottom: 40px;
	z-index: 100;
}
.thanksBtm .comBnrUl li {
	margin-bottom: 8px;
}
.thanksBtm .comBnrUl li:last-child {
	margin-bottom: 0;
}
.thanksBtm .comBnrUl img {
	width: 100%;
}
@media all and (min-width: 897px) {
	.thanksBtm .comBnrUl a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.thanksBtm {
		margin-top: -33px;
		padding: 0;
		background: transparent;
	}
	.thanksBtm .flexBox {
		margin-bottom: 24px;
		display: block;
	}
	.thanksBtm .comBnrUl {
		margin-bottom: 32px;
		width: auto;
		position: relative;
		top: auto;
		right: auto;
		transform: translateY(0);
	}
	.thanksBtm .flexBox > * {
		margin: 0;
	}
	.thanksBtm .ttl {
		margin: 0 0 10px !important;
	}
}
/* pageBox */
.pageBox {
	margin-top: 32px;
	display: flex;
	justify-content: center;
}
.pageBox .banner {
	margin: -12px -2px 0 0;
}
@media all and (min-width: 897px) {
	.pageBox .banner a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.pageBox {
		margin: 52px 16px 0;
		display: block;
	}
	.pageBox .banner {
		margin: 0 -12px 6px;
	}
	.pageBox .banner img {
		width: 100%;
	}
}
/* pageUl02 */
.pageUl02 {
	margin-top: 0;
}
.pageUl02 li {
	margin: 0 10px;
	width: 164px;
}
.pageUl02 a {
	padding-top: 0;
	font-size: 1.2rem;
}
.pageUl02 img {
	margin: 0;
	width: 22px;
}
.pageUl02 .icon {
	margin-bottom: 2px;
	display: block;
}
.pageUl02 a big {
	margin: 0;
	font-size: 2.2rem;
	display: block;
}
@media all and (max-width: 896px) {
	.pageUl02 {
		margin-top: -14px;
		justify-content: space-between;
	}
	.pageUl02 li {
		margin: 14px 0 0 0;
		width: calc(50% - 7px);
	}
	.pageUl02 img {
		display: block;
	}
	.pageUl02 a {
		padding: 0 8px 7px;
	}
	.pageUl02 a > span {
		width: 100%;
		display: flex;
		align-items: center;
	}
	.pageUl02 .icon {
		margin: 7px 0 0 0;
		display: block;
		width: 31px;
	}
	.pageUl02 .txt {
		min-width: 80px;
	}
	.pageUl02 a big {
		margin-top: 2px;
	}
}
@media all and (max-width: 374px) {
	.pageUl02 a {
		font-size: 1rem;
	}
	.pageUl02 a big {
		font-size: 1.7rem;
	}
	.pageUl02 .icon {
		width: 25px;
	}
	.pageUl a::after {
		right: 5px;
	}
}
/* telBtn */
.telBtn a {
	margin: 0 auto;
	padding: 13px 8px 18px;
	width: 311px;
	color: #fff;
	font-weight: bold;
	font-size: 1.6rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 2px;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.16);
	background-color: #39c163;
	line-height: 1;
	box-sizing: border-box;
}
.telBtn .rTxt {
	font-size: 2.4rem;
	flex: 1;
	text-align: center;
}
.telBtn .rTxt small {
	font-size: 1rem;
	font-weight: 500;
	display: block;
}
.telBtn .lTxt {
	margin-top: 6px;
}
.telBtn .lTxt img {
	margin: -5px 8px 0 0;
	display: inline-block;
	vertical-align: middle;
}
@media all and (max-width: 896px) {
	.telBtn a {
		width: 100%;
		max-width: 311px;
		padding: 21px 36px 22px 0;
		font-size: 2.2rem;
		justify-content: center;
		background: #39c163 url(/img/common/icon31.png) no-repeat right 8px center;
		background-size: 12px auto;
	}
	.telBtn .rTxt {
		font-size: 1.2rem;
		flex: inherit;
	}
	.telBtn .lTxt {
		margin: 0 4px 0 0;
	}
	.telBtn .lTxt img {
		margin: -6px 17px 0 0;
	}
}
@media all and (max-width: 374px) {
	.telBtn a {
		font-size: 1.8rem;
	}
	.telBtn .rTxt {
		font-size: 1.1rem;
	}
	.telBtn .lTxt img {
		margin: -4px 5px 0 0;
		width: 18px;
	}
}
/* lineBox */
.lineBox {
	margin: 80px auto 0;
	padding: 23px 20px;
	max-width: 1000px;
	box-sizing: border-box;
	border: solid 2px #51d928;
	font-size: 1.4rem;
	line-height: 1.71;
	background-color: #ffffff;
	display: flex;
	justify-content: space-between;
}
.lineBox .col {
	color: #ec1234;
}
.lineBox .lBox {
	padding: 16px 10px 0 30px;
	width: 468px;
	border-right: 1px solid #AFBAC2;
	box-sizing: border-box;
}
.lineBox .rBox {
	flex: 1;
	display: flex;
	justify-content: space-between;
}
.lineBox .title {
	margin-bottom: 14px;
	display: flex;
	font-size: 2.4rem;
	font-weight: 900;
	line-height: 1.63;
}
.lineBox .title .txt span {
	margin-top: -12px;
	color: #51d928;
	font-size: 3rem;
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
}
.lineBox .title .icon {
	margin: 5px 10px 0 0;
	width: 66px;
}
.lineBox .title .txt {
	flex: 1;
}
.lineBox .image {
	padding: 0 0 4px 4px;
	width: 144px;
	text-align: center;
	border-left: 1px solid #AFBAC2;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}
.lineBox .image img {
	width: 83px;
	height: 99px;
}
.lineBox .textBox {
	margin-top: -6px;
	flex: 1;
}
.lineBox .textImg {
	margin-bottom: 1px;
	text-align: center;
}
.lineBox .textImg + p {
	margin-left: 56px;
}
@media all and (max-width: 896px) {
	.lineBox {
		margin: 80px 16px 0;
		padding: 13px 14px;
		display: block;
	}
	.lineBox .lBox {
		padding: 0;
		width: auto;
		border: none;
	}
	.lineBox .title {
		margin-bottom: 8px;
		font-size: 1.8rem;
		align-items: center;
		justify-content: center;
	}
	.lineBox .title .txt span {
		margin-top: -11px;
		font-size: 2.2rem;
	}
	.lineBox .title .icon {
		margin: 1px 7px 0 0;
		width: 43px;
	}
	.lineBox .title .txt {
		padding-top: 3px;
		flex: inherit;
	}
	.lineBox .textImg + p {
		margin-left: 0;
	}
	.lineBox .rBox {
		display: block;
	}
}
/* lineBtn */
.lineBtn {
	margin-top: 6px;
}
.lineBtn a {
	margin: 0 auto;
	max-width: 400px;
	padding: 14px 5px;
	color: #FFFFFF;
	font-size: 1.6rem;
	font-weight: bold;
	background-color: #51d928;
	display: block;
	text-align: center;
	position: relative;
	letter-spacing: 0.1em;
}
.lineBtn a::after, .lineBtn a::before {
	width: 100%;
	background-color: #fff;
	height: 1px;
	position: absolute;
	top: 2px;
	left: 0;
	content: "";
}
.lineBtn a::after {
	bottom: 2px;
	top: auto;
}
/* trialBox */
.trialBox {
	margin-top: 60px;
	max-width: 1000px;
}
.trialBox .headline04 {
	margin-bottom: 25px;
	font-size: 2.4rem;
}
.trialBox .borderBox {
	padding: 30px 10px 48px;
	border: solid 2px #ec1234;
	background-color: #f4f5f6;
	position: relative;
}
.trialBox .title {
	margin-bottom: 14px;
	display: flex;
	font-size: 1.6rem;
	align-items: center;
	justify-content: center;
}
.trialBox .title .icon {
	margin-right: 8px;
	width: 67px;
}
.trialBox p {
	text-align: center;
	line-height: 1.71;
}
.trialBox .comBtn03 {
	margin: 0;
	position: absolute;
	bottom: -30px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #fff;
}
.trialBox .comBtn03 a {
	padding: 16px 15px 16px;
	width: 311px;
	max-width: inherit;
	font-weight: bold;
	font-size: 1.6rem;
}
@media all and (max-width: 374px) {
	.trialBox .comBtn03 a {
		width: 260px;
	}
}
/* sorryBox */
.sorryBox {
	padding-top: 10px;
	text-align: center;
}
.sorryBox .headline04 {
	margin-bottom: 40px;
	line-height: 1.45;
	font-size: 2rem;
}
.sorryBox p {
	font-size: 1.6rem;
	line-height: 2;
}
.sorryBox p strong {
	color: #ec1234;
}
.sorryBox p a {
	color: #ec1234;
	text-decoration: underline;
}
.sorryBox .image {
	margin-bottom: 28px;
}
@media all and (max-width: 896px) {
	.sorryBox .headline04 {
		margin-bottom: 24px;
		font-size: 1.6rem;
		line-height: 1.5;
	}
	.sorryBox {
		padding-top: 0;
	}
	.sorryBox .image {
		margin-bottom: 24px;
	}
	.sorryBox p {
		line-height: 1.5;
	}
}
/* mainBox */
.mainBox {
	margin: 0 auto;
	max-width: 1200px;
}
@media all and (max-width: 896px) {
	.mainBox {
		margin: 0 16px;
	}
}
/* comTxtList */
.comTxtList li {
	padding-left: 9px;
	font-weight: bold;
	line-height: 1.43;
	position: relative;
	text-align: left;
}
.comTxtList li:before {
	position: absolute;
	left: 0;
	top: 9px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #ec1234;
	content: "";
}
/* contact_registration */
.contact_registration .pageTitle {
	background-image: url(/img/contact_registration/page_bg.jpg);
}
.contact_registration .comForm .thStyle {
	text-align: left;
}
@media all and (max-width: 896px) {
	.contact_registration .pageTitle {
		background-image: url(/img/contact_registration/sp_page_bg.jpg);
	}
}
/* contact_registration */
.contact_registration .thanksBox {
	margin-bottom: 31px;
}
.contact_registration .thanksBox p {
	margin-bottom: 0;
}
.contact_registration .enforcementBox {
	margin-top: 65px;
	padding-top: 16px;
	border-top: 4px solid #ec1234;
}
.contact_registration .enforcementBox .content {
	max-width: 1140px;
}
.contact_registration .titleBox {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.contact_registration .titleBox .photo {
	width: 433px;
}
.contact_registration .titleBox h2 {
	padding-left: 87px;
	flex: 1;
	font-weight: 900;
	text-align: center;
	font-size: 4.4rem;
}
.contact_registration .titleBox h2 span {
	margin-top: -5px;
	font-size: 3.1rem;
	display: inline-block;
	vertical-align: middle;
}
.contact_registration .listUl {
	margin-top: -38px;
	display: flex;
	flex-wrap: wrap;
}
.contact_registration .listUl li {
	margin: 38px 55px 0 0;
	width: 343px;
}
.contact_registration .listUl li:nth-child(3n) {
	margin-right: 0;
}
.contact_registration .listUl p {
	line-height: 1.71;
}
.contact_registration .listUl .image {
	margin-bottom: 11px;
}
.contact_registration.thanks .comBtn {
	margin-top: 62px;
}
@media all and (max-width: 896px) {
	.contact_registration .thanksBox {
		margin-bottom: 29px;
	}
	.contact_registration .titleBox h2 {
		margin-bottom: 23px;
		padding-left: 0;
		font-size: 2.8rem;
	}
	.contact_registration .titleBox h2 span {
		margin: 0;
		font-size: 2rem;
		display: block;
	}
	.contact_registration .titleBox {
		display: block;
	}
	.contact_registration .titleBox .photo {
		margin-right: 10px;
		width: auto;
		text-align: center;
	}
	.contact_registration .titleBox .photo img {
		width: 100%;
		max-width: 312px;
	}
	.contact_registration .listUl {
		margin-top: 0;
		display: block;
	}
	.contact_registration .listUl li {
		margin: 0 0 38px 0;
		width: auto;
	}
	.contact_registration .listUl .image img {
		width: 100%;
	}
	.contact_registration .enforcementBox {
		margin-top: 79px;
		padding-top: 22px;
		border-top: 8px solid #ec1234;
	}
	.contact_registration.thanks .comBtn {
		margin-top: 47px;
	}
}
/* member_regist */
.member_regist .pageTitle {
	background-image: url(/img/member/page_bg.jpg);
}
.member_regist .comForm {
	padding-top: 21px;
}
.member_regist .comForm .bg {
	padding: 23px 24px 38px;
}
.member_regist .agreementBox {
	margin-top: 6px;
}
.member_regist .confirmBox .comForm {
	padding-top: 8px;
}
@media all and (max-width: 896px) {
	.member_regist .pageTitle {
		background-image: url(/img/member/sp_page_bg.jpg);
	}
	.member_regist .h2Ttl {
		margin-bottom: 16px;
		padding-bottom: 0;
		font-size: 1.8rem;
		border-bottom: none;
	}
	.member_regist .comLinkUl {
		margin: -30px auto 30px;
	}
	.member_regist .comForm {
		padding-top: 0;
		margin: 0 -16px 0;
	}
	.member_regist .comForm .bg {
		padding: 21px 32px 38px;
	}
	.member_regist .comForm .headline01 {
		font-size: 2rem;
		text-align: center;
	}
	.member_regist .agreementBox {
		margin: -9px 0 14px;
	}
	.member_regist .comForm .agreeTxt {
		margin-top: 0;
	}
	.member_regist .confirmBox .comForm {
		padding: 19px 32px 0;
	}
}
/* stepup_selling */
.stepup_selling .pageTitle {
	background-image: url(/img/stepup/selling/page_bg.jpg);
}
.stepup_selling .comLinkUl {
	margin: -26px auto 36px;
}
.stepup_selling .assessment {
	margin-bottom: 78px;
	padding: 80px 0;
	background-color: #f1f3f5;
}
.stepup_selling .assessment .btmBox {
	display: flex;
	justify-content: space-between;
}
.stepup_selling .assessment .btmBox .txt {
	margin: 14px 0 0 25px;
	font-size: 1.6rem;
	line-height: 2;
	flex: 1;
}
.stepup_selling .assessment .btmBox .leftBox {
	width: 312px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.stepup_selling .assessment .comImgBox {
	margin-bottom: 39px;
}
.stepup_selling .assessment .comTextUl {
	flex: 1;
}
.stepup_selling .procedures .comImgBox {
	margin-bottom: 32px;
}
.stepup_selling .formBox {
	margin-top: 76px;
}
.stepup_selling .formBox > .headline01 {
	margin-bottom: 35px;
}
.stepup_selling .comForm .bg {
	padding: 22px 24px 38px;
}
.stepup_selling .comForm .textBox {
	margin-bottom: 22px;
}
.stepup_selling .comForm .textBox p {
	margin-bottom: 24px;
	font-size: 1.4rem;
	line-height: 1.71;
}
.stepup_selling .comForm .textBox p:last-child {
	margin-bottom: 0;
}
.stepup_selling .comForm .addBtn {
	margin-bottom: 27px;
}
.stepup_selling .comForm .addBtn a {
	max-width: 204px;
	padding: 4px 5px 6px;
	line-height: 1;
}
.stepup_selling .openBox {
	display: none;
}
.stepup_selling .openBox .headline01 {
	margin: 0 0 17px;
}
.stepup_selling .openBox textarea {
	height: 148px;
	border: none;
}
.stepup_selling .openBox .informationBox {
	margin-top: 13px;
}
.stepup_selling .confirmBox .comForm {
	max-width: inherit;
}
@media all and (max-width: 896px) {
	.stepup_selling .pageTitle {
		background-image: url(/img/stepup/selling/sp_page_bg.jpg);
	}
	.stepup_selling .comLinkUl {
		margin: -30px 0 40px;
	}
	.stepup_selling .comLinkUl li {
		margin: 29px 0 0;
	}
	.stepup_selling .assessment {
		margin-bottom: 38px;
		padding: 41px 0 36px;
	}
	.stepup_selling .assessment .btmBox {
		display: block;
	}
	.stepup_selling .assessment .btmBox .txt {
		margin: 20px 0 0 0;
	}
	.stepup_selling .assessment .comTextUl {
		flex: inherit;
		margin-right: 15px;
	}
	.stepup_selling .assessment .btmBox .leftBox {
		width: auto;
		justify-content: center;
	}
	.stepup_selling .assessment .comImgBox {
		margin-bottom: 23px;
	}
	.stepup_selling .procedures .comImgBox {
		margin-bottom: 36px;
	}
	.stepup_selling .formBox {
		margin: 102px 0 0;
	}
	.stepup_selling .comForm .bg {
		padding: 20px 32px 38px;
	}
	.stepup_selling .comForm .h2Ttl {
		margin-bottom: 6px !important;
		font-size: 2rem !important;
		text-align: center;
		border-bottom: none;
	}
}
@media all and (max-width: 374px) {
	.stepup_selling .comForm .bg {
		padding: 20px 15px 38px;
	}
	.stepup_selling .assessment .comTextUl {
		margin-right: 7px;
	}
	.stepup_selling .assessment .btmBox .image {
		width: 80px;
	}
}
/* form */
.stepup_selling.form .comForm .headline01 {
	padding-bottom: 9px;
	margin: 0 0 15px;
	font-size: 1.6rem;
}
.stepup_selling.form .comForm * + .customerBox {
	margin-top: 2.9px;
}
/* reuse */
.reuse .comForm .headline01 {
	margin: 0 0 17px;
	font-size: 1.6rem;
}
.reuse .comForm th.headline01 {
	margin-bottom: 11px;
	padding-bottom: 5px;
}
.reuse .formBox {
	margin-top: 26px;
}
.reuse .formBox p + .checkUl {
	margin-top: 9px;
}
.reuse .comForm textarea {
	height: 148px;
	border: none;
}
@media all and (max-width: 896px) {
	.reuse .formBox {
		margin-top: 52px;
	}
	.reuse .formBox p + .checkUl {
		margin-top: 12px;
	}
}
/* formBorBox */
.formBorBox {
	margin-bottom: 42px;
	padding: 21px 15px 23px;
	border: solid 2px #ec1234;
}
.formBorBox tr:last-child td:last-child {
	margin-bottom: 0;
}
@media all and (max-width: 896px) {
	.formBorBox {
		margin: 0 16px 26px;
	}
}
/* login */
.login .pageTitle {
	background-image: url(/img/member/page_bg.jpg);
}
.login .content {
	max-width: 656px;
}
.login .comForm .bg {
	padding: 22px 24px 38px;
}
.login .comTable td {
	margin-bottom: 16px;
}
.login .comForm .agreeTxt {
	margin-top: 30px;
}
.login .banner {
	margin-top: 17px;
	text-align: center;
}
.login .comForm tr:last-child td:last-child {
	margin-bottom: 0;
}
.login .centerTxt {
	padding: 2px 0 15px;
	font-size: 1.6rem;
	text-align: center;
}
@media all and (min-width: 897px) {
	.login .banner a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.login .pageTitle {
		background-image: url(/img/member/sp_page_bg.jpg);
	}
	.login .content {
		margin: 0;
		max-width: inherit;
	}
	.login .comForm .bg {
		padding: 30px 32px 38px;
	}
	.login .comTable td {
		margin-bottom: 23px;
	}
	.login .comForm .submit {
		margin-top: 22px;
	}
	.login .banner {
		margin: 51px -22px 0;
	}
	.login .comForm .agreeTxt {
		margin-top: 15px;
	}
	.login .centerTxt {
		padding-bottom: 23px;
		font-size: 1.4rem;
		line-height: 1.43;
	}
}
/* comLink */
.comLink {
	margin-top: 15px;
	font-size: 1.2rem;
	text-align: center;
}
.comLink a {
	display: inline-block;
	text-decoration: underline;
}
@media all and (min-width: 897px) {
	.comLink a:hover {
		text-decoration: none;
	}
}
/* extra */
.extra .extraTtl {
	padding: 25px 0 17px;
	font-size: 4rem;
	font-weight: 900;
	text-align: center;
	line-height: 1.53;
}
.extra .headline04 {
	margin-bottom: 14px;
	font-size: 2rem;
	font-weight: 900;
}
.extra .comForm .calendarInput {
	width: 311px;
}
@media all and (max-width: 896px) {
	.extra .extraTtl {
		padding: 13px 0 49px;
		font-size: 2.4rem;
		line-height: 1.63;
	}
	.extra .comForm .calendarInput {
		width: 100%;
	}
}
/*------------------------------------------------------------
	wish/ds/shop
------------------------------------------------------------*/
.shopPage .pageTitle {
	background-image: url(/img/shop/page_bg.jpg);
}
.shopPage .topBox {
	margin-bottom: 23px;
	padding-bottom: 47px;
	border-bottom: 1px solid #eff0f1;
}
.shopPage .topBox h2 {
	margin-bottom: 16px;
	padding: 3px 0 13px;
	color: #2b2b2b;
	font-size: 2.4rem;
	font-weight: 900;
	line-height: 1.63;
	text-align: center;
	border-bottom: 2px solid #ec1234;
}
.shopPage .topBox .newsList {
	margin-top: -15px;
}
.shopPage .topBox .newsList li {
	margin-top: 15px;
}
.shopPage .topBox .newsList a {
	display: block;
	font-size: 1.6rem;
	font-weight: 500;
}
.shopPage .topBox .newsList a:hover {
	opacity: 0.7;
}
.shopPage .topBox .newsList .date {
	margin-bottom: 5px;
	display: block;
	color: #7b8d9a;
	font-size: 1.2rem;
}
.shopPage .headline01 {
	margin-bottom: 26px;
}
.shopPage .accessBox {
	margin-bottom: 78px;
}
@media all and (min-width: 897px) {
	.shopPage .topBox {
		display: flex;
		justify-content: space-between;
	}
	.shopPage .topBox .ttlBox {
		width: 343px;
	}
	.shopPage .topBox .comBtn a {
		padding: 7px 40px 8px 15px;
		min-width: 252px;
	}
	.shopPage .topBox .newsList {
		width: 825px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.shopPage .topBox .newsList li {
		width: calc(50% - 13px);
	}
	.shopPage .headline01 {
		padding-bottom: 12px;
		font-size: 2.8rem;
		text-align: left;
		border-bottom-width: 3px;
	}
}
@media all and (max-width: 896px) {
	.shopPage .pageTitle {
		background-image: url(/img/shop/sp_page_bg.jpg);
	}
	.shopPage .mainBox {
		margin: 0 16px;
	}
	.shopPage .topBox {
		margin-bottom: 40px;
		padding-bottom: 115px;
		position: relative;
	}
	.shopPage .topBox h2 {
		margin-bottom: 38px;
		padding: 0 0 14px;
		font-size: 2rem;
	}
	.shopPage .topBox .comBtn {
		width: 100%;
		position: absolute;
		left: 50%;
		bottom: 40px;
		transform: translateX(-50%);
	}
	.shopPage .accessBox {
		margin-bottom: 40px;
	}
}
/* comShowBox */
.comShowBox.on .comShopBox {
	display: flex;
}
@media all and (min-width: 897px) {
	.comShowBox.on .comShopBox {
		display: flex;
	}
}
@media all and (max-width: 896px) {
	.accessBox .headline01 {
		margin-bottom: 0;
	}
	.comShowBox .headLine06 {
		padding: 16px 0 12px;
		margin-bottom: 0;
	}
	.comShowBox.on .comShopBox {
		margin-top: 24px;
		display: block;
	}
}
/* comShopBox */
.comShopBox {
	margin-bottom: 50px;
	padding: 40px;
	display: flex;
	justify-content: space-between;
	font-size: 1.6rem;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.16);
	background-color: #ffffff;
}
.comShowBox .comShopBox {
	display: none;
}
.comShopBox + .comShopBox {
	margin-top: -25px;
}
.comShopBox .mapBox iframe {
	height: 361px;
	width: 100%;
	display: block;
}
.comShopBox p {
	margin-bottom: 8px;
}
.searchTtl {
	margin-bottom: 13px;
	text-align: center;
	position: relative;
	color: #000;
	font-size: 2.8rem;
	font-weight: 900;
}
.searchTtl::before {
	margin: -5px 8px 0 0;
	display: inline-block;
	content: '';
	width: 40px;
	height: 40px;
	background: url(/img/common/icon23.png) no-repeat center center / 100% auto;
	vertical-align: middle;
}
.comShopBox .textBox .searchTtl {
	margin: 31px 0 2px;
	text-align: left;
	font-size: 2rem;
}
.comShopBox .textBox .searchTtl::before {
	margin-right: 5px;
	width: 26px;
}
.comShopBox .comTel {
	margin-top: 26px;
	padding-left: 0;
	display: flex;
	background: none;
}
.comShopBox .note {
	margin-bottom: 25px;
	font-size: 1.2rem;
}
.comShopBox .comBtn {
	text-align: left;
}
@media all and (min-width: 897px) {
	.comShopBox {
		justify-content: space-between;
	}
	.comShopBox .textBox {
		width: 512px;
	}
	.comShopBox .mapBox {
		width: 584px;
	}
}
@media all and (max-width: 896px) {
	.comShopBox {
		margin-bottom: 25px;
		padding: 25px 15px;
		font-size: 1.4rem;
		display: block;
	}
	.comShopBox + .comShopBox {
		margin-top: -15px;
	}
	.comShopBox .mapBox iframe {
		height: 200px;
	}
	.comShopBox p {
		margin-bottom: 0;
		line-height: 1.71;
	}
	.comShopBox .address {
		margin-bottom: 15px;
	}
	.searchTtl {
		margin-bottom: 30px;
		font-size: 2.4rem;
	}
	.comShopBox .textBox .searchTtl {
		margin: 15px 0 -5px;
		font-size: 1.4rem;
		font-weight: 500;
	}
	.comShopBox .comTel {
		margin-top: 15px;
		padding: 0 0 15px;
		letter-spacing: 0;
	}
	.comShopBox .note {
		display: none;
	}
	.comShopBox .comBtn {
		text-align: center;
	}
}
/* comCaseUl */
.comCaseUl {
	margin-top: -65px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.comCaseUl li {
	margin: 65px 0 0;
	width: 580px;
	font-size: 1.6rem;
	line-height: 2;
}
.comCaseUl li .img {
	margin-bottom: 30px;
}
.comCaseUl li h2 {
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	line-height: 1.3;
	font-size: 2.4rem;
	font-weight: 900;
	color: #ec1234;
}
.comCaseUl li h2 .num {
	font-size: 5.2rem;
	font-family: 'Anton', sans-serif;
	width: 60px;
	font-weight: 400;
}
.comCaseUl li h2 .txt {
	flex: 1;
}
.comCaseUl li h2 .col {
	color: #2b2b2b;
}
.comCaseUl li p {
	margin-bottom: 34px;
}
.comCaseUl li .comBtn a {
	background-color: #fff;
	padding: 17px 40px 16px 15px;
}
.comCaseUl li .notes {
	font-size: 1rem;
	line-height: 1.6;
}
.comCaseUl li p:last-child {
	margin-bottom: 0 !important;
}
@media all and (max-width: 896px) {
	.comCaseUl {
		margin: 0;
		display: block;
	}
	.comCaseUl li {
		margin: 0 0 65px;
		width: auto;
	}
	.comCaseUl li:last-child {
		margin-bottom: 0;
	}
	.comCaseUl li h2 {
		margin-bottom: 12px;
		font-size: 1.8rem;
		line-height: 1.55;
	}
	.comCaseUl li .img {
		margin-bottom: 7px;
	}
	.comCaseUl li .img img {
		width: 100%;
	}
	.comCaseUl li h2 .num {
		font-size: 3.2rem;
		width: 42px;
	}
	.comCaseUl li p {
		margin-bottom: 12px;
	}
}
/* caseListUl */
.caseListUl {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.caseListUl li {
	margin: 0 4px;
	box-sizing: border-box;
	width: 167px;
	font-size: 1.8rem;
}
.caseListUl li a {
	padding: 13px 6px;
	display: block;
	background-color: #fff;
	border: 2px solid #fff;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.16);
}
.caseListUl li .hTtl {
	text-align: center;
	margin: -35px 0 10px;
}
.caseListUl li .hTtl span {
	width: 99px;
	font-weight: 400;
	min-height: 36px;
	text-align: center;
	font-size: 2rem;
	font-family: 'Anton', sans-serif;
	color: #fff;
	background-color: #ec1234;
	display: inline-block;
}
.caseListUl li .hTtl span big {
	font-size: 2.4rem;
}
.caseListUl li .img {
	margin-bottom: 5px;
}
.caseListUl li .img img {
	width: 100%;
}
.caseListUl li .txt {
	margin-bottom: 2px;
	word-break: break-all;
	min-height: 54px;
}
.caseListUl li .noteTxt span {
	display: inline-block;
	font-size: 1rem;
	padding: 3px 6px;
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
	background-color: #fff;
	font-weight: 600;
	border-bottom: 1px solid #ec1234;
}
.caseListUl .first {
	margin-right: 12px;
	width: 343px;
}
.caseListUl .first a {
	padding: 18px 14px;
}
.caseListUl .first .hTtl {
	margin-bottom: 22px;
	margin-top: -38px;
}
.caseListUl .first .hTtl span {
	min-height: inherit;
}
.caseListUl .first .hTtl .bg {
	position: relative;
	line-height: 1.3;
	padding-top: 6px;
}
.caseListUl .first .hTtl .bg::before {
	position: absolute;
	content: '';
	background: url("/img/record/icon01.png") no-repeat center;
	background-size: 20px auto;
	height: 12px;
	width: 20px;
	top: 2px;
	left: 50%;
	transform: translateX(-50%);
}
.caseListUl .first .txt {
	margin-bottom: 0;
	min-height: inherit;
}
@media all and (min-width: 897px) {
	.caseListUl li a:hover {
		border-color: #ec1234;
	}
}
@media all and (max-width: 896px) {
	.caseListUl {
		justify-content: space-between;
	}
	.caseListUl li {
		width: 48.8%;
		margin: 0 0 40px !important;
	}
	.caseListUl li a {
		padding: 15px 6px 17px;
	}
	.caseListUl li.first {
		width: 100%;
	}
}
@media all and (max-width: 374px) {
	.caseListUl li .txt {
		font-size: 1.5rem;
	}
}
/* mapArea */
.mapArea {
	margin: -30px 0 28px;
	position: relative;
}
.mapArea iframe {
	width: 100%;
	height: 515px;
}
.mapArea .searchBox {
	margin: 0 auto;
	height: 0;
	justify-content: flex-start;
	max-width: 1280px;
	transform: translateY(40px);
}
.mapArea .searchBox .searchForm {
	width: 438px;
}
@media all and (max-width: 896px) {
	.mapArea {
		margin: -22px 0 20px;
	}
	.mapArea iframe {
		height: 682px;
	}
	.mapArea .searchBox {
		margin: 0 16px;
		transform: translateY(9px);
	}
	.mapArea .searchBox .searchForm {
		width: 85%;
	}
}
/* nofond */
.nofond {
	margin: -5px 0 115px;
	text-align: center;
}
.nofond h2 {
	margin-bottom: 12px;
	padding-top: 40px;
	position: relative;
	color: #ec1234;
	font-size: 4rem;
	font-family: Anton;
	font-weight: normal;
	text-align: center;
	background: url(/img/common/icon34.png) no-repeat center top / 39px auto;
}
.nofond p {
	font-size: 1.6rem;
	font-weight: 900;
	line-height: 2;
}
.shopPage .listTitle {
	margin-bottom: 40px;
	color: #000000;
	font-size: 2.8rem;
	line-height: 1.46;
	letter-spacing: 0.20em;
	text-align: center;
	font-weight: bold;
}
.comShopBox.result {
	margin-bottom: 120px;
}
@media all and (max-width: 896px) {
	.nofond {
		margin: 0 0 60px;
		text-align: center;
	}
	.nofond h2 {
		margin: 40px 0 -5px;
		padding-top: 28px;
		font-size: 3.2rem;
	}
	.nofond p {
		font-size: 2rem;
		line-height: 1.95;
	}
	.shopPage .listTitle {
		margin-bottom: 22px;
		font-size: 2rem;
	}
	.comShopBox.result {
		margin: -10px 0 76px;
	}
}
/*------------------------------------------------------------
	wish/ds/shop_detail.html
------------------------------------------------------------*/
.shopDetail .pageTitle {
	margin-bottom: 48px;
	background-image: url(/img/shop/detail_page_bg.jpg);
}
.shopDetail .pageTitle h2 {
	font-size: 3.8rem;
	line-height: 1.18;
	text-align: center;
}
@media all and (max-width: 896px) {
	.shopDetail .pageTitle {
		margin-bottom: 32px;
		background-image: url(/img/shop/sp_detail_page_bg.jpg);
	}
	.shopDetail .pageTitle h2 {
		font-size: 2rem;
		line-height: 1.6;
	}
}
.shopDetail .comImgBox {
	margin-bottom: 70px;
	align-items: flex-start;
}
.shopDetail .comImgBox .photoBox img {
	width: 100%;
}
@media all and (min-width: 897px) {
	.shopDetail .comImgBox .photoBox {
		margin-right: 32px;
		width: 600px;
	}
	.shopDetail .comImgBox .mapBox {
		margin-left: 32px;
		width: 600px;
		position: relative;
	}
	.shopDetail .mapBox .comBtn02 {
		position: absolute;
		right: -120px;
		top: 11px;
	}
	.shopDetail .mapBox .comBtn02 a {
		min-width: 330px;
		border: none;
	}
	.shopDetail .mapBox .comBtn02 a::after {
		margin-top: 0;
	}
	.shopDetail .headline01 {
		margin-bottom: 16px;
		padding-bottom: 16px;
		font-size: 2.8rem;
		line-height: 1.4;
		text-align: left;
		border-width: 3px;
	}
}
@media all and (min-width: 897px) and (max-width: 1440px) {
	.shopDetail .mapBox .comBtn02 {
		right: -90px;
	}
}
.shopDetail .comImgBox .mapBox iframe {
	width: 100%;
	height: 370px;
	background-color: #CCC;
}
.shopDetail .comImgBox .comLable {
	margin-bottom: 16px;
	display: block;
}
.shopDetail .comImgBox p {
	line-height: 1.5;
}
.shopDetail .linkList {
	margin: 30px 0 8px;
	display: flex;
	font-weight: 500;
}
.shopDetail .linkList li:not(:last-child) {
	margin-right: 65px;
}
.shopDetail .linkList img {
	margin: -4px 5px 0 0;
	vertical-align: middle;
}
.shopDetail .linkList .ttl {
	margin-bottom: 9px;
	display: block;
	font-size: 2rem;
	font-weight: bold;
}
.shopDetail .linkList a {
	display: block;
}
.shopDetail .linkList a:hover {
	opacity: 0.7;
}
.shopDetail .noRest {
	font-weight: 500;
}
.shopDetail .accTtl {
	margin-bottom: 5px;
	font-size: 2rem;
	line-height: 1.4;
}
.shopDetail .accTtl img {
	margin: -7px 8px 0 0;
	vertical-align: middle;
}
.shopDetail .comImgBox .desTxt {
	margin-bottom: 22px;
	line-height: 2;
}
.shopDetail .comTel {
	margin-bottom: 47px;
	background: none;
	padding-left: 0;
}
.shopDetail .sns p {
	margin-bottom: 15px;
	font-size: 1.4rem;
}
.shopDetail .sns .comSnsList {
	justify-content: flex-start;
}

@media all and (max-width: 896px) {
	.shopDetail .comImgBox {
		margin-bottom: 25px;
	}
	.shopDetail .comImgBox .photoBox {
		margin: 0 -20px 40px;
		position: relative;
		font-size: 0;
	}
	.shopDetail .comImgBox .photoBox .slick-list {
		padding: 0 32px !important;
	}
	.shopDetail .comImgBox .photoBox .slick-slide > div {
		margin: 0 4px;
	}
	.shopDetail .comImgBox .photoBox .foo li {
		padding: 0;
	}
	.shopDetail .comImgBox .photoBox .arrow li {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		cursor: pointer;
	}
	.shopDetail .comImgBox .photoBox .arrow .prev {
		left: 20px;
	}
	.shopDetail .comImgBox .photoBox .arrow .next {
		right: 20px;
	}
	.shopDetail .comImgBox .photoBox .arrow img {
		width: 45px;
	}
	.shopDetail .comLinkUl.spLeft {
		margin-bottom: 30px;
	}
	.shopDetail .comImgBox .mapBox {
		margin-bottom: 10px;
	}
	.shopDetail .comImgBox .mapBox iframe {
		height: 192px;
	}
	.shopDetail .comImgBox .textBox {
		margin: 0 16px;
	}
	.shopDetail .comImgBox .headline01 {
		margin: 0 -16px 15px;
	}
	.shopDetail .comImgBox .comLable {
		margin-bottom: 7px;
	}
	.shopDetail .comImgBox p {
		line-height: 1.71;
		font-size: 1.4rem;
	}
	.shopDetail .linkList {
		margin: 25px 0 8px;
		display: block;
		font-size: 1.4rem;
	}
	.shopDetail .linkList li:not(last-child) {
		margin: 0 0 25px;
	}
	.shopDetail .linkList .ttl {
		margin-bottom: 3px;
		font-size: 1.4rem;
	}
	.shopDetail .linkList .ttl01 {
		margin-bottom: 6px;
	}
	.shopDetail .linkList .ttl01 img {
		width: 22px;
	}
	.shopDetail .linkList .txt {
		margin-top: 3px;
		display: block;
	}
	.shopDetail .accTtl {
		margin-bottom: 5px;
		font-size: 1.4rem;
	}
	.shopDetail .comImgBox .desTxt {
		margin-bottom: 22px;
		line-height: 2;
	}
	.shopDetail .comTel {
		margin-bottom: 38px;
		padding: 0;
	}
	.shopDetail .sns p {
		margin-bottom: 25px;
		font-size: 1.4rem;
		line-height: 1.43;
		text-align: center;
	}
	.shopDetail .sns .comSnsList {
		justify-content: center;
	}
}
.shopDetail .staffBox {
	margin-top: -18px;
}
.shopDetail .staffBox .headline01 {
	margin-bottom: 40px;
}
.shopDetail .staffList {
	margin-right: -86px;
	display: flex;
	flex-wrap: wrap;
}
.shopDetail .staffList li {
	margin: 0 86px 38px 0;
	width: 342px;
	font-size: 1.4rem;
	line-height: 1.71;
	text-align: justify;
}
.shopDetail .staffList .imgBox {
	margin-bottom: 14px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.shopDetail .staffList .imgBox .photoBox {
	width: 172px;
}
.shopDetail .staffList .imgBox .textBox {
	width: calc(100% - 188px);
}
.shopDetail .staffList .name {
	color: #000;
	font-size: 2rem;
}
.shopDetail .staffList .name span {
	margin-bottom: 3px;
	display: block;
	font-size: 1.2rem;
	color: #ec1234;
	line-height: 1.5;
}
.shopDetail .staffList .name small {
	display: block;
	font-size: 1rem;
}
@media all and (max-width: 896px) {
	.shopDetail .staffBox {
		margin-top: 55px;
	}
	.shopDetail .staffBox .headline01 {
		margin-bottom: 25px;
	}
	.shopDetail .comBtn {
		margin-top: 10px;
	}
	.shopDetail .staffList {
		margin-right: 0;
	}
	.shopDetail .staffList li {
		margin-right: 0;
		width: 100%;
	}
}
@media all and (max-width: 374px) {
	.shopDetail .staffList .imgBox .photoBox {
		width: 160px;
	}
	.shopDetail .staffList .imgBox .textBox {
		width: calc(100% - 170px);
	}
	.shopDetail .staffList .name {
		font-size: 1.8rem;
	}
	.shopDetail .staffList .name span {
		font-size: 1rem;
	}
}
/* slick */
.slick-dots {
	position: absolute;
	left: 0;
	bottom: -28px;
	width: 100%;
	text-align: center;
}
.slick-dots li {
	margin: 0 2px;
	padding: 0;
	display: inline-block;
	font-size: 0;
	width: 10px;
	height: 10px;
	box-sizing: border-box;
}
.slick-dots button {
	padding: 0;
	font-size: 0;
	width: 10px;
	height: 10px;
	cursor: pointer;
	border-radius: 10px;
	box-sizing: border-box;
	border: solid 1px #7b8d9a;
	background-color: #ffffff;
}
.slick-dots .slick-active button, .slick-dots li:hover button {
	border-color: #ec1234;
	background-color: #ec1234;
}
@media all and (max-width: 896px) {
	.slick-list {
		padding: 0 25px;
	}
}
/*stepup_case*/
.stepup_case .pageTitle {
	background-image: url("/img/stepup/selling/page_bg.jpg");
}
.stepup_case .caseBox {
	padding: 45px 0 85px;
	background: #F7F8F9 url("/img/stepup/selling/case_bg.png") no-repeat bottom right;
	background-size: 100% auto;
	border-top: 4px solid #ec1234;
	position: relative;
}
.stepup_case .comFlow {
	margin-top: 0;
}
.stepup_case .purchase {
	margin-bottom: 75px;
	background-color: #f4f5f6;
	padding: 80px 0;
}
.stepup_case .purLable {
	margin-bottom: 60px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.stepup_case .purLable li {
	display: inline-block;
	margin: 0 5px;
}
.stepup_case .purLable li.on a {
	color: #fff;
	background-color: #7b8d9a;
}
.stepup_case .purLable a {
	padding: 7px 15px;
	font-size: 1rem;
	background-color: #e4e8eb;
	font-weight: 600;
}
.stepup_case .tabBox {
	display: none;
}
.stepup_case .tab01 {
	display: block;
}
.stepup_case .comFaqBox {
	margin-bottom: 80px;
}
@media all and (min-width: 897px) {
	.stepup_case .purLable li a:hover {
		color: #fff;
		background-color: #7b8d9a;
	}
}
@media all and (max-width: 896px) {
	.stepup_case .pageTitle {
		background-image: url("/img/stepup/selling/sp_page_bg.jpg");
	}
	.stepup_case .pageTitle {
		margin-bottom: 15px;
	}
	.stepup_case .comLinkUl {
		margin: -30px 0 32px;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.stepup_case .comLinkUl li {
		width: 49%;
		margin: 30px 0 0 0;
	}
	.stepup_case .comLinkUl li a {
		display: block;
		min-width: inherit;
		letter-spacing: -0.01em;
	}
	.stepup_case .comLinkUl li.small a {
		font-size: 1.4rem;
		line-height: 1.7;
	}
	.stepup_case .caseBox {
		border-top: none;
		border-bottom-width: 8px;
		padding: 23px 0 79px;
		background-image: none;
	}
	.stepup_case .caseBox .text02 {
		margin-bottom: 23px;
		font-size: 1.6rem;
	}
	.flow .headline05 {
		margin-bottom: 25px;
		font-size: 2rem;
		line-height: 1.4;
	}
	.flow .headline05 span {
		font-size: 2.8rem;
	}
	.stepup_case .purchase {
		padding: 85px 0 40px;
	}
	.stepup_case .purLable {
		margin-bottom: 45px;
	}
	.stepup_case .purLable li {
		margin: 0 2px;
	}
	.stepup_case .purLable a {
		padding: 4px 6px;
	}
	.stepup_case .comFaqBox {
		margin-bottom: 30px;
	}
	.stepup_case .comFaqBox .faqDl {
		margin-bottom: 30px;
	}
}
/*pageBtnUl*/
.pageBtnUl {
	margin: -10px 0 36px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.pageBtnUl li {
	width: 196px;
	margin: 10px 12px 0;
}
.pageBtnUl li a {
	padding: 8px 5px 5px;
	box-sizing: border-box;
	text-align: center;
	display: block;
	font-weight: 600;
	font-size: 2.2rem;
	min-height: 76px;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.16);
	background: url("/img/common/icon13.png") no-repeat center right 8px;
	background-size: 12px auto;
	border: 1px solid #fff;
}
.pageBtnUl li a span {
	display: block;
	font-size: 1.6rem;
}
.pageBtnUl li.big a {
	font-size: 2.8rem;
}
.pageBtnUl li.big a span {
	margin-bottom: -5px;
}
@media all and (min-width: 897px) {
	.pageBtnUl li a:hover {
		border-color: #ec1234;
	}
}
@media all and (max-width: 896px) {
	.pageBtnUl {
		margin: -15px 0 28px;
		justify-content: space-between;
	}
	.pageBtnUl li {
		width: 47.8%;
		margin: 15px 0 0 0;
	}
	.pageBtnUl li.big a {
		font-size: 2.2rem;
	}
	.pageBtnUl li.big a span {
		margin-bottom: -3px;
	}
	.pageBtnUl li a {
		font-size: 1.8rem;
		min-height: 65px;
	}
	.pageBtnUl li a span {
		font-size: 1.2rem;
	}
}
@media all and (max-width: 374px) {
	.pageBtnUl li a {
		font-size: 1.4rem;
	}
	.pageBtnUl li.big a {
		font-size: 1.8rem;
	}
	.stepup_case .comLinkUl li a {
		font-size: 1.4rem;
	}
	.stepup_case .comLinkUl li.small a {
		font-size: 1.2rem;
	}
	.stepup_case .purLable a {
		padding: 4px;
	}
	.stepup_case .purLable li.on a {
		padding: 4px;
	}
}
/*record*/
.record .pageTitle {
	background-image: url("/img/record/page_bg.jpg");
}
.record .comLinkUl {
	margin-bottom: 42px;
}
.record .midTtx {
	margin-bottom: 15px;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 600;
}
.record .col {
	margin-bottom: 54px;
	color: #ec1234;
	font-size: 1.4rem;
	font-weight: 400;
}
.record .shadowTxt {
	margin: 25px 0 80px;
}
@media all and (min-width: 897px) {
	.linkBox .linkTxt a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.record .pageTitle {
		background-image: url("/img/record/sp_page_bg.jpg");
	}
	.record .midTtx {
		margin-bottom: 13px;
		text-align: left;
		font-weight: 400;
		font-size: 1.4rem;
		line-height: 1.7;
	}
	.record .col {
		margin-bottom: 45px;
		font-size: 1.2rem;
	}
	.record .comLinkUl {
		margin: -10px 0 21px;
		display: flex;
		justify-content: space-between;
		max-width: inherit;
	}
	.record .comLinkUl li {
		margin: 10px 0 0;
		width: 48.5%;
	}
	.record .comLinkUl li a {
		min-width: inherit;
		display: block;
	}
	.record .headline01 {
		margin-bottom: 18px;
	}
	.record .shadowTxt {
		margin-bottom: 50px;
	}
}
/* shadowTxt */
.shadowTxt {
	font-size: 1.4rem;
	text-align: center;
	font-weight: 600;
	padding: 15px 15px 16px;
	box-sizing: border-box;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.16);
}
/*comListUl02*/
.comListUl02 {
	margin-bottom: 80px;
}
.comListUl02:last-of-type {
	margin-bottom: 0;
}
.comListUl02 > li {
	margin-bottom: 40px;
	padding: 0 16px 17px;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.16);
}
.comListUl02 > li:last-of-type {
	margin-bottom: 0;
}
.comListUl02 li .hTtl {
	margin: 0 -16px 16px;
	background-color: #f1f3f5;
	padding: 8px 17px 9px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}
.comListUl02 li .hTtl .left {
	padding-left: 3px;
	font-weight: 600;
	color: #ec1234;
	border-left: 2px solid #ec1234;
	flex: 1;
}
.comListUl02 li .hTtl .left .num {
	display: inline-block;
	margin-left: 10px;
	letter-spacing: 0.1em;
	color: #2b2b2b;
}
.comListUl02 li .hTtl .right {
	width: 130px;
	font-weight: 400;
	text-align: right;
}
.comListUl02 li .imgBox {
	margin-bottom: 15px;
	display: flex;
}
.comListUl02 li .imgBox .img {
	width: 188px;
	margin-right: 7px;
}
.comListUl02 li .imgBox .txtBox {
	flex: 1;
	line-height: 1.7;
}
@media all and (max-width: 896px) {
	.comListUl02 > li {
		margin-bottom: 48px;
	}
	.comListUl02 li .hTtl {
		font-size: 1.2rem;
		margin-bottom: 22px;
	}
	.comListUl02 li .hTtl .left .num {
		font-size: 1.4rem;
		letter-spacing: 0;
	}
	.comListUl02 li .hTtl .right {
		width: 100px;
	}
	.comListUl02 li .imgBox {
		margin-bottom: 13px;
	}
	.comListUl02 li .imgBox .img {
		width: 87px;
		margin-right: 8px;
	}
	.comListUl02 li .imgBox .txtBox {
		margin-top: -7px;
	}
}
/*comLinkUl02 */
.comLinkUl02 {
	display: flex;
	justify-content: space-between;
}
.comLinkUl02 li {
	width: 374px;
}
.comLinkUl02 li .linkTtl {
	color: #ec1234;
	margin-bottom: 6px;
}
.linkBox {
	border-top: 2px solid #ec1234;
	background-color: #f1f3f5;
	padding: 7px 8px;
	box-sizing: border-box;
}
.linkBox .ttl {
	margin-bottom: 7px;
}
.linkBox .linkTxt a {
	display: inline-block;
	font-weight: 600;
	padding-left: 31px;
	line-height: 2;
	background: url("/img/common/icon26.png") no-repeat center left;
	background-size: 27px auto;
}
@media all and (max-width: 896px) {
	.comLinkUl02 {
		display: block;
	}
	.comLinkUl02 li {
		margin-bottom: 25px;
		width: 100%;
	}
	.comLinkUl02 li:last-of-type {
		margin-bottom: 0;
	}
	.comLinkUl02 li .linkTtl {
		margin-bottom: 5px;
	}
}
/* record_confirm */
.record_confirm .pageTitle {
	margin-bottom: 0;
	background-image: url(/img/record/confirm/page_bg.jpg);
}
.record_confirm .topBox .headline04 {
	margin-bottom: 16px;
	font-size: 2rem;
	font-weight: 900;
}
.record_confirm .topBox {
	margin-bottom: 40px;
	padding: 37px 0 38px;
	background-color: #f1f3f5;
	text-align: center;
}
.record_confirm .comTextUl {
	margin-bottom: 22px;
	justify-content: center;
	font-size: 2rem;
	font-weight: bold;
}
.record_confirm .comTextUl span {
	width: 129px;
	height: 129px;
}
.record_confirm .comTextUl li {
	margin: 0 12px;
}
.record_confirm .topBox strong {
	color: #ec1234;
}
.record_confirm .topBox p {
	margin-bottom: 12px;
	line-height: 1.71;
}
.record_confirm .topBox p:last-child {
	margin-bottom: 0;
}
.record_confirm .flexUl {
	margin-bottom: 72px;
	display: flex;
	justify-content: center;
	text-align: center;
}
.record_confirm .flexUl > li {
	margin: 0 21px;
}
.record_confirm .flexUl .ttl {
	margin-bottom: 7px;
	text-align: center;
	font-weight: bold;
}
.record_confirm .flexUl .ttl span {
	color: #ec1234;
}
.record_confirm .flexUl .comLinkUl {
	margin: -29px 0 0 0;
}
.record_confirm .listUl {
	margin-top: -30px;
	display: flex;
	flex-wrap: wrap;
}
.record_confirm .listUl li {
	margin: 30px 85px 0 0;
	width: 343px;
	font-size: 1.6rem;
}
.record_confirm .listUl li:nth-child(3n) {
	margin-right: 0;
}
.record_confirm .listUl .title {
	margin-bottom: 16px;
	padding-bottom: 8px;
	font-size: 1.8rem;
	font-weight: 900;
	border-bottom: 4px solid #eff0f1;
}
.record_confirm .listUl span {
	color: #ec1234;
	font-weight: bold;
}
.record_confirm .mainBox {
	margin-bottom: 78px;
}
.record_confirm .comForm {
	padding-top: 8px;
	max-width: 656px;
}
.record_confirm .comForm .bg {
	padding: 23px 32px 24px;
}
.record_confirm .comForm tr:last-child td:last-child {
	margin-bottom: 0;
}
.record_confirm .tableBox {
	margin-bottom: 78px;
}
.record_confirm .statusBox {
	margin-bottom: 70px;
}
.record_confirm #a04 {
	margin-bottom: 0;
}
.contactBox {
	width: 1200px;
	margin: 64px auto;
	padding: 20px 0;
	background-color: #f4f5f6;
	text-align: center;
}
.contactBox ul {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 650px;
}
.contactBox div a {
	display: block;
	width: 311px;
	height: 56px;
	background-color: #ec1234;
	padding-top: 10px;
	box-sizing: border-box;
}
.contactBox div:nth-child(1) {
	padding-top: 16px;
}
.contactBox div strong {
	font-size: 1.6rem;
	line-height: 40px;
	letter-spacing: 1.6px;
	color: #fff;
}
.contactBox li:last-child div strong {
	font-size: 1.9rem;
}
.contactBox strong {
	color: #2b2b2b;
	line-height: 32px;
}
.contactBox img {
	margin-top: 11px;
	padding-right: 10px;
}
@media all and (min-width: 897px) {
	.contactBox li:first-child a:hover {
		opacity: 0.7;
	} 
}
@media all and (max-width: 896px) {
	.record_confirm .pageTitle {
		background-image: url(/img/record/confirm/sp_page_bg.jpg);
	}
	.record_confirm .headline01 {
		margin-bottom: 24px;
	}
	.record_confirm .topBox .headline04 {
		margin-bottom: 14px;
		font-size: 1.8rem;
		line-height: 1.78;
	}
	.record_confirm .topBox {
		margin-bottom: 16px;
		padding: 21px 0 22px;
	}
	.record_confirm .comTextUl {
		margin-bottom: 18px;
		font-size: 1.4rem;
	}
	.record_confirm .comTextUl span {
		width: 73px;
		height: 73px;
	}
	.record_confirm .comTextUl li {
		margin: 0 8px;
	}
	.record_confirm .flexUl {
		margin-bottom: 48px;
		display: block;
	}
	.record_confirm .flexUl > li {
		margin: 0 0 40px;
	}
	.record_confirm .flexUl > li:last-child {
		margin-bottom: 0;
	}
	.record_confirm .flexUl .ttl {
		margin-bottom: 5px;
		font-size: 1.2rem;
	}
	.record_confirm .flexUl .comLinkUl {
		margin: -29px -16px 0;
	}
	.record_confirm .flexUl .comLinkUl li {
		margin: 29px 3px 0;
	}
	.record_confirm .listUl {
		margin-top: 0;
		display: block;
	}
	.record_confirm .listUl li {
		margin: 0 0 40px 0;
		width: auto;
		font-size: 1.6rem;
	}
	.record_confirm .listUl li:last-child {
		margin-bottom: 0;
	}
	.record_confirm .comForm {
		padding-top: 0;
		max-width: inherit;
		margin: -8px -16px 0;
	}
	.record_confirm .comForm .submit {
		margin-top: 24px;
	}
	.record_confirm .statusBox {
		margin-bottom: 78px;
	}
	.contactBox {
		width: auto;
		margin: 35px 16px 80px;
		padding: 40px 10px;
	}
	.contactBox ul {
		display: block;
		max-width: 310px;
	}
	.contactBox li:not(:last-child) {
		margin-bottom: 30px;
	}
	.contactBox div a {
		width: 100%;
		max-width: 310px;
	}
}
@media all and (max-width: 374px) {
	.record_confirm .flexUl .comLinkUl a {
		min-width: 134px;
	}
}
/* formFlex */
.formFlex {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #000;
}
.formFlex .txt {
	margin-right: 10px;
}
.formFlex .inputBox {
	flex: 1;
}
/* statusUl */
.statusUl {
	padding-top: 8px;
}
.statusUl li {
	margin-bottom: 16px;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.16);
	background-color: #ffffff;
}
.statusUl li:last-child {
	margin-bottom: 0;
}
.statusUl .ttlBox {
	padding: 8px 16px;
	line-height: 1;
	background-color: #f1f3f5;
}
.statusUl .ttlBox span {
	display: inline-block;
	vertical-align: middle;
}
.statusUl .ttlBox .lable {
	margin-right: 6px;
	padding: 3px 3px 5px;
	min-width: 44px;
	color: #ec1234;
	font-size: 1.2rem;
	font-weight: bold;
	border: 1px solid #ec1234;
	text-align: center;
	box-sizing: border-box;
	background-color: #fff;
}
.statusUl .ttlBox .state01 {
	color: #fff;
	border-color: #2b2b2b;
	background-color: #2b2b2b;
}
.statusUl .ttlBox .state02 {
	color: #fff;
	background-color: #ec1234;
}
.statusUl .title {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 1.6rem;
}
.statusUl .title .num {
	margin-left: 15px;
	display: inline-block;
	vertical-align: top;
}
.statusUl .btmBox {
	padding-top: 8px;
	border-top: 1px solid #f1f3f5;
	line-height: 1.71;
}
.statusUl .innerBox {
	padding: 16px 16px 22px;
}
.statusUl .col {
	color: #ec1234;
}
.statusUl .line {
	text-decoration: underline;
}
@media all and (max-width: 896px) {
	.statusUl {
		padding-top: 0;
	}
	.statusUl .title {
		font-size: 1.4rem;
	}
	.statusUl .innerBox {
		padding: 15px 16px 14px;
	}
	.statusUl .ttlBox {
		font-size: 1.2rem;
	}
	.statusUl li {
		margin-bottom: 24px;
	}
	.statusUl li:last-child {
		margin-bottom: 0;
	}
}
/* seibi */
.seibi .pageTitle {
	background-image: url(/img/wish/ds/seibi/page_bg.jpg);
}
.seibi .topBox {
	margin-bottom: 21px;
	padding: 38px 0 43px;
	background: url(/img/wish/ds/seibi/bg.jpg) no-repeat center center;
	background-size: cover;
	text-align: center;
}
.seibi .topBox .headline04 {
	margin-bottom: 25px;
	font-size: 2.4rem;
	font-weight: 900;
	line-height: 1.71;
}
.seibi .topBox p {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 2;
}
.seibi .comLinkUl {
	margin-bottom: 46px;
}
.seibi .introduceBox {
	margin-bottom: 24px;
	padding: 0 16px 20px;
	font-size: 1.6rem;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.16);
	background-color: #ffffff;
}
.seibi .introduceBox p {
	line-height: 2;
}
.seibi .introduceBox .title {
	margin: 0 -16px 20px;
	padding: 15px 10px 17px 27px;
	font-size: 2.2rem;
	background-color: #f4f5f6;
	position: relative;
}
.seibi .introduceBox .title::before {
	width: 3px;
	height: calc(100% - 36px);
	position: absolute;
	top: 19px;
	left: 16px;
	background-color: #ec1234;
	content: "";
}
.seibi .showUl {
	margin-top: -23px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.seibi .showUl > li {
	margin-top: 23px;
	padding: 20px 16px 23px;
	width: 390px;
	border-top: 4px solid #ec1234;
	background-color: #f4f5f6;
	box-sizing: border-box;
}
.seibi .showUl .headline02 {
	margin-bottom: 8px;
	font-weight: bold;
	font-size: 1.6rem;
}
.seibi .showUl .image {
	margin-bottom: 14px;
	text-align: center;
}
.seibi .showUl p {
	margin-bottom: 24px;
	line-height: 1.71;
}
.seibi .showUl p:last-child {
	margin-bottom: 0;
}
.seibi .showUl.row01 {
	margin-top: 0;
	display: block;
}
.seibi .showUl.row01 > li {
	width: auto;
}
.seibi .showUl.row01 .headline02 {
	font-size: 1.8rem;
	margin-bottom: 16px;
}
.seibi .showBox {
	margin-bottom: 117px;
}
.seibi .showBox:last-child {
	margin-bottom: 0;
}
.seibi .textUl {
	margin-top: -23px;
	padding: 2px 0 0 7px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.seibi .textUl li {
	margin-top: 23px;
	width: 371px;
}
@media all and (max-width: 896px) {
	.seibi .pageTitle {
		background-image: url(/img/wish/ds/seibi/sp_page_bg.jpg);
	}
	.seibi .topBox {
		margin: -22px 0 13px;
		padding: 0;
		background: #f1f3f5;
	}
	.seibi .topBox .headline04 {
		margin: 0;
		padding: 21px 0 14px;
		font-size: 1.8rem;
		line-height: 1.78;
	}
	.seibi .topBox .innerBox {
		padding: 18px 10px;
		background: url(/img/wish/ds/seibi/sp_bg.jpg) no-repeat center center;
		background-size: cover;
	}
	.seibi .topBox p {
		font-size: 1.4rem;
		line-height: 1.43;
	}
	.seibi .headline01 {
		margin-bottom: 16px;
	}
	.seibi .introduceBox {
		margin-bottom: 32px;
		padding-bottom: 6px;
		font-size: 1.4rem;
	}
	.seibi .introduceBox .title {
		margin: 0 -16px 6px;
		padding: 8px 10px 8px 22px;
		font-size: 1.6rem;
	}
	.seibi .introduceBox p {
		line-height: 1.71;
	}
	.seibi .introduceBox .title::before {
		width: 2px;
		height: calc(100% - 24px);
		top: 12px;
		left: 16px;
	}
	.seibi .showUl.row01 .headline02 {
		font-size: 1.6rem;
		margin-bottom: 8px;
	}
	.seibi .showUl.row01 .image img {
		width: 100%;
		max-width: 212px;
	}
	.seibi .showUl.row01 .image02 img {
		width: 100%;
		max-width: 311px;
	}
	.seibi .textUl {
		margin-top: -23px;
		padding: 2px 0 0 0;
		display: block;
	}
	.seibi .textUl li {
		width: auto;
	}
	.seibi .showUl {
		margin-top: 0;
		display: block;
	}
	.seibi .showUl > li {
		margin: 0 0 23px;
		width: auto;
	}
}
/* page */
.page .pageTitle {
	margin-bottom: 0;
	background-image: url(/img/page/page_bg.jpg);
}
.page .content {
	max-width: 1200px;
	display: flex;
	justify-content: space-between;
}
.page .headline04 {
	margin-bottom: 24px;
	font-weight: 900;
	font-size: 2.4rem;
}
.page .headline04 img {
	margin: -2px 7px 0 0;
}
.page .inquiryBox {
	margin-bottom: 78px;
	position: relative;
}
.page .inquiryBox .comNum {
	position: absolute;
	top: 7px;
	right: 0;
	text-align: right;
}
.page .inquiryBox .listUl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.page .inquiryBox .listUl li {
	margin-bottom: 23px;
	width: 460px;
}
.page .bookmarkBox {
	margin-bottom: 80px;
}
.page .bookmarkBox .headline04 img {
	margin: -6px 7px 0 0;
}
.page .bookmarkBox .comImgBox {
	margin-bottom: 0;
	padding: 40px 24px 57px;
	color: #fff;
	align-items: flex-start;
	background-color: #ec1234;
}
.page .bookmarkBox .comImgBox .image {
	margin-right: 0;
	width: 343px;
}
.page .bookmarkBox .comImgBox .textBox {
	margin: -4px 0 0 17px;
}
.page .bookmarkBox .comImgBox .comBtn {
	margin-top: 19px;
}
.page .bookmarkBox .comImgBox .comBtn a {
	border-color: #fff;
	color: #fff;
	background-color: #ec1234;
}
.page .bookmarkBox .comImgBox .comBtn a::after {
	background-image: url(/img/common/icon18.png);
}
.page .procedureBox .comListUl03 {
	margin-bottom: 26px;
}
.page .procedureBox {
	margin-bottom: 80px;
}
.page .comFaqBox .faqDl {
	font-size: 1.6rem;
}
.page .comFaqBox .faqDl dt {
	margin-bottom: 16px;
	padding: 22px 29px;
}
.page .comFaqBox .faqDl dd {
	padding: 9px 0 2px;
	line-height: 1.5;
}
.page .comFaqBox {
	margin-bottom: 80px;
}
.page .newsBox .headline04 img {
	margin-top: -7px;
}
.page .newsBox .newsDl {
	margin-bottom: 32px;
}
.page .comUtilization {
	margin-top: 80px;
}
.page .comUtilization .headline09 {
	margin-bottom: 49px;
}
.page .comUtilization .headline09 span {
	margin-top: -9px;
}
@media all and (min-width: 897px) {
	.page .bookmarkBox .comImgBox .comBtn a:hover {
		color: #ec1234;
		background-color: #fff;
	}
	.page .bookmarkBox .comImgBox .comBtn a:hover::after {
		background-image: url(/img/common/icon51.png);
	}
}
@media all and (max-width: 896px) {
	.page .pageTitle {
		padding-bottom: 29px;
		background-image: url(/img/page/sp_page_bg.jpg);
	}
	.page .content {
		display: block;
		position: relative;
	}
	.page .pageTitle h2 {
		font-size: 1.6rem;
	}
	.page .pageTitle h2 span {
		margin-top: 5px;
		font-size: 2.2rem;
		display: block;
	}
	.page .inquiryBox .comNum {
		margin-bottom: 23px;
		position: static;
		top: auto;
		right: auto;
		text-align: center;
	}
	.page .newsList02 {
		width: 100%;
		position: absolute;
		top: -36px;
		left: 0;
	}
	.page .headline04 {
		margin-bottom: 12px;
		font-size: 2rem;
	}
	.page .inquiryBox .listUl li {
		margin-bottom: 8px;
		width: auto;
	}
	.page .inquiryBox .listUl {
		margin-bottom: 24px;
		display: block;
	}
	.page .inquiryBox .listUl .comcommodityBox {
		margin: 0;
	}
	.page .inquiryBox .listUl li:last-child {
		margin-bottom: 0;
	}
	.page .inquiryBox {
		margin-bottom: 64px;
	}
	.page .bookmarkBox .comImgBox .image {
		margin-right: 0;
		width: auto;
	}
	.page .bookmarkBox .comImgBox .image img {
		width: 100%;
	}
	.page .bookmarkBox .comImgBox .textBox {
		margin: 0;
		padding: 20px 15px 0;
	}
	.page .bookmarkBox .comImgBox {
		margin: 0 -16px 0;
		padding: 0 16px 44px;
		position: relative;
		background-color: transparent;
	}
	.page .bookmarkBox .comImgBox::before {
		width: 100%;
		height: calc(100% - 100px);
		position: absolute;
		top: 100px;
		left: 0;
		background-color: #ec1234;
		content: "";
		z-index: -1;
	}
	.page .bookmarkBox .comImgBox .comBtn {
		margin-top: 12px;
	}
	.page .bookmarkBox {
		margin-bottom: 64px;
	}
	.page .procedureBox .headline04 {
		margin-bottom: 24px;
	}
	.page .procedureBox .comListUl03 {
		margin-bottom: 16px;
	}
	.page .comFaqBox {
		margin: 0 -16px 65px;
		padding: 79px 16px;
		background-color: #f4f5f6;
	}
	.page .procedureBox {
		margin-bottom: 64px;
	}
	.page .comFaqBox .headline04 {
		margin-bottom: 23px;
	}
	.page .comFaqBox .faqDl {
		font-size: 1.4rem;
	}
	.page .comFaqBox .faqDl dd {
		margin-top: -10px;
		padding: 0;
		line-height: 1.71;
	}
	.page .comFaqBox .comBtn {
		margin-top: 24px;
	}
	.page .newsBox .newsDl {
		margin-bottom: 16px;
	}
	.page .comUtilization {
		margin-top: 70px;
	}
	.page .comUtilization .headline09 span {
		margin-top: 4px;
	}
	.page .comUtilization .headline09 {
		margin-bottom: 14px;
	}
}
#conts {
	padding: 32px 50px 56px 0;
	flex: 1;
	position: relative;
}
#conts::after {
	width: 100vw;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #f1f3f5;
	content: "";
	z-index: -1;
}
@media all and (max-width: 896px) {
	#conts {
		padding: 0;
		position: static;
	}
	#conts::after {
		display: none;
	}
}
#sideBar {
	width: 207px;
	order: 3;
	box-sizing: border-box;
}
#sideBar .sideTtl {
	margin-bottom: 19px;
	font-size: 2rem;
	font-weight: 900;
	line-height: 1.2;
	text-align: center;
}
#sideBar .inner {
	padding: 18px 0 0 16px;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
}
#sideBar .pageUl {
	margin: 0;
	display: block;
}
#sideBar .pageUl li {
	margin-bottom: 8px;
	width: auto;
}
#sideBar .pageUl a {
	padding: 5px 24px 5px 9px;
	height: 56px;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.43;
	justify-content: flex-start;
}
#sideBar .pageUl .txt {
	flex: 1;
}
#sideBar .pageUl .txt span {
	font-size: 1.2rem;
}
#sideBar .pageUl .icon {
	margin-top: 5px;
	width: 28px;
}
@media all and (max-width: 896px) {
	#sideBar {
		margin-bottom: 18px;
		width: auto;
	}
	#sideBar .inner {
		padding: 16px 0;
		position: static;
		top: auto;
	}
	#sideBar .pageUl {
		display: flex;
		justify-content: space-between;
	}
	#sideBar .pageUl li {
		width: calc(50% - 2px);
	}
	#sideBar .pageUl .icon {
		margin: 0 0 -2px;
		width: 100%;
		text-align: center;
	}
	#sideBar .pageUl .icon img {
		margin: 0;
		display: inline-block;
	}
	#sideBar .pageUl a {
		padding: 5px 12px 5px 9px;
		flex-wrap: wrap;
		height: 86px;
	}
	#sideBar .pageUl .txt {
		width: 100%;
	}
	#sideBar .pageUl .txt span {
		font-size: 1.4rem;
	}
}
/* newsList02 */
.newsList02 {
	margin-bottom: 34px;
}
.newsList02 li {
	margin-bottom: 10px;
	font-size: 1.2rem;
	line-height: 1.2;
}
.newsList02 li:last-child {
	margin-bottom: 0;
}
.newsList02 li a {
	width: 100%;
	padding: 5px 25px 7px 6px;
	display: flex;
	justify-content: space-between;
	background-color: #fff;
	border-left: 2px solid #ec1234;
	position: relative;
	box-sizing: border-box;
}
.newsList02 li a::after {
	margin-top: -3px;
	width: 3px;
	height: 3px;
	border: 2px solid;
	border-color: #ec1234 #ec1234 transparent transparent;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 4px;
	content: "";
}
.newsList02 li .time {
	margin: 2px 6px 0 0;
	font-size: 1rem;
}
.newsList02 li .txt {
	flex: 1;
	text-decoration: underline;
}
@media all and (min-width: 897px) {
	.newsList02 li a:hover .txt {
		color: #ec1234;
	}
}
@media all and (max-width: 896px) {
	.newsList02 li .time {
		display: none;
	}
	.newsList02 li a::after {
		right: 8px;
	}
}
.comNum {
	color: #ec1234;
	font-size: 2rem;
	font-weight: 900;
	line-height: 0.91;
	box-sizing: border-box;
}
.comNum span {
	min-width: 63px;
	padding: 0 12px 2px;
	display: inline-block;
	background-color: #e4e8eb;
	box-sizing: border-box;
}
.comNum big {
	font-size: 3.2rem;
}
/* comListUl03 */
.comListUl03 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.comListUl03 li {
	padding: 17px 16px 14px;
	width: 461px;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.16);
	background-color: #ffffff;
	box-sizing: border-box;
}
.comListUl03 p {
	line-height: 1.71;
}
@media all and (max-width: 896px) {
	.comListUl03 li {
		margin-bottom: 16px;
		padding: 14px 16px 15px;
		width: auto;
	}
	.comListUl03 {
		display: block;
	}
	.comListUl03 li:last-child {
		margin-bottom: 0;
	}
}
/* newsBox */
.newsBox .newsDl {
	padding: 24px 16px 16px;
	font-size: 1.6rem;
	background-color: #fff;
}
.newsBox .newsDl dd {
	margin-bottom: 16px;
}
.newsBox .newsDl dd:last-child {
	margin-bottom: 0;
}
.newsBox .newsDl dt {
	margin-bottom: 4px;
	color: #7b8d9a;
	font-size: 1.2rem;
}
@media all and (min-width: 897px) {
	.newsBox .newsDl dd a:hover {
		color: #ec1234;
	}
}
@media all and (max-width: 896px) {
	.newsBox .newsDl {
		padding: 19px 0 16px;
	}
}
/* stepup_flow */
.stepup_flow .h2Ttl {
	margin-bottom: 13px;
	font-size: 1.8rem;
	text-align: center;
	font-weight: 900;
	line-height: 1.78;
}
.stepup_flow .h2Ttl span {
	color: #ec1234;
	display: block;
}
.stepup_flow .flowUl {
	margin-bottom: 42px;
}
.stepup_flow .flowUl li {
	position: relative;
}
.stepup_flow .flowUl li::after {
	margin-top: -3px;
	width: 24px;
	height: 5px;
	position: absolute;
	top: 50%;
	right: -22px;
	background-color: #ec1234;
	content: "";
}
.stepup_flow .flowUl li:last-child::after {
	display: none;
}
.stepup_flow .comTextUl {
	justify-content: center;
}
.stepup_flow .comTextUl li {
	margin: 0 10px;
}
.stepup_flow .comTextUl span {
	position: relative;
	z-index: 1;
	font-weight: bold;
	text-align: center;
	font-size: 1.7rem;
	line-height: 1.29;
}
.stepup_flow .redUl  span {
	font-size: 1.4rem;
	line-height: 1.43;
}
.stepup_flow .headline12 {
	margin-bottom: 24px;
	padding-bottom: 14px;
	font-size: 2.8rem;
	border-bottom: 3px solid #ec1234;
}
.stepup_flow .headline12 .en {
	font-size: 1.6rem;
}
.stepup_flow .comImgBox {
	margin-bottom: 56px;
}
.stepup_flow .imgBox {
	margin-bottom: 21px;
	align-items: flex-start;
}
.stepup_flow .comImgBox .image {
	margin-right: 16px;
	width: 343px;
}
.stepup_flow .imgBox .textBox p {
	line-height: 1.5;
}
.stepup_flow .borderBox {
	padding: 14px 16px 17px;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.16);
	background-color: #ffffff;
	line-height: 1.71;
}
.stepup_flow .borderBox + .borderBox {
	margin-top: 56px;
}
.stepup_flow .borderBox p {
	margin-bottom: 17px;
}
.stepup_flow .borderBox p:last-child {
	margin-bottom: 0;
}
.stepup_flow .borderBox .redTxt {
	margin-bottom: 2px;
	color: #ec1234;
	font-weight: bold;
}
.stepup_flow .borderBox .redTxt + .redTxt, .stepup_flow .borderBox .note + .redTxt {
	margin-top: 0;
}
.stepup_flow .borderBox p + .redTxt {
	margin-top: -13px;
}
.stepup_flow .borderBox .note {
	font-size: 1.2rem;
	line-height: 1.33;
}
.stepup_flow .borderBox p + .note {
	margin-top: -10px;
}
.stepup_flow .borderBox .redTxt + .note {
	margin-top: 0;
}
.stepup_flow .headline10 {
	padding-bottom: 5px;
}
.stepup_flow .headline10::before {
	top: 10px;
}
.stepup_flow .btnBox {
	margin: 25px 0 18px;
}
.stepup_flow .btnBox div {
	margin-bottom: 24px;
}
.stepup_flow .btnBox div:last-child {
	margin-bottom: 0;
}
.stepup_flow .stepBox {
	margin-bottom: 85px;
}
.stepup_flow .stepBox .borderBox + .comBtn {
	margin-top: 24px;
}
.stepup_flow .reuseBox .comImgBox .image {
	margin-right: 33px;
	width: 192px;
}
.stepup_flow .reuseBox .comImgBox .textBox p {
	margin-bottom: 24px;
	line-height: 1.5;
}
.stepup_flow .reuseBox .comImgBox .textBox p:last-child {
	margin-bottom: 0;
}
.stepup_flow .reuseBox .comImgBox {
	margin: 0 0 0 11px;
}
.stepup_flow .reuseBox .headline04 {
	margin-bottom: 22px;
	color: #ec1234;
	font-size: 2.4rem;
	font-weight: 900;
}
.stepup_flow .reuseBox {
	margin-bottom: 40px;
}
.stepup_flow .caseBox h2 {
	margin-bottom: 15px;
	text-align: center;
}
.stepup_flow .caseBox h2 .headline10 {
	font-size: 2rem;
}
.stepup_flow .caseBox h2 .headline10::before {
	width: 8px;
	height: 8px;
}
.stepup_flow .caseBox .listUl {
	margin: -24px 0 43px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.stepup_flow .caseBox .listUl li {
	margin-top: 24px;
	width: 380px;
	font-size: 1.6rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.stepup_flow .caseBox .listUl .image {
	margin-right: 9px;
	width: 115px;
}
.stepup_flow .caseBox .listUl .txt {
	flex: 1;
}
.stepup_flow .noteUl {
	line-height: 1.14;
}
.stepup_flow .noteUl li {
	margin-bottom: 16px;
}
.stepup_flow .noteUl li:last-child {
	margin-bottom: 0;
}
.stepup_flow .comForm .headline01 {
	margin: 0 0 17px;
	font-size: 1.6rem;
}
.stepup_flow .comForm * + .customerBox {
	margin-top: 0;
}

@media all and (max-width: 896px) {
	.stepup_flow .comTextUl span {
		width: 73px;
		height: 73px;
		font-size: 1.4rem;
	}
	.stepup_flow .comTextUl {
		margin: 0 -16px 0;
	}
	.stepup_flow .comTextUl li {
		margin: 0 8px;
	}
	.stepup_flow .flowUl li::after {
		margin-top: -2px;
		height: 4px;
	}
	.stepup_flow .flowUl {
		margin-bottom: 25px;
	}
	.stepup_flow .headline12 {
		margin-bottom: 16px;
		padding-bottom: 10px;
		font-size: 1.8rem;
		border-width: 4px;
		border-color: #eff0f1;
	}
	.stepup_flow .headline12 .en {
		font-size: 1.4rem;
	}
	.stepup_flow .comImgBox .image {
		margin-right: 0;
		width: auto;
	}
	.stepup_flow .comImgBox .textBox p {
		line-height: 1.5;
	}
	.stepup_flow .comImgBox .textBox {
		margin-top: 17px;
	}
	.stepup_flow .comImgBox {
		margin-bottom: 23px;
	}
	.stepup_flow .borderBox + .borderBox {
		margin-top: 40px;
	}
	.stepup_flow .redUl {
		padding: 5px 0 21px;
	}
	.stepup_flow .btnBox {
		margin: 32px 0 18px;
	}
	.stepup_flow .stepBox .borderBox + .comBtn {
		margin-top: 16px;
	}
	.stepup_flow .reuseBox .headline04 {
		margin-bottom: 17px;
		font-size: 1.8rem;
	}
	.stepup_flow .reuseBox .comImgBox .image {
		margin-right: 0;
		width: auto;
	}
	.stepup_flow .reuseBox .comImgBox {
		margin: 0;
	}
	.stepup_flow .caseBox h2 {
		margin-bottom: 23px;
		text-align: left;
	}
	.stepup_flow .caseBox h2 .headline10 {
		font-size: 1.6rem;
	}
	.stepup_flow .reuseBox {
		margin-bottom: 64px;
	}
	.stepup_flow .caseBox h2 .headline10::before {
		top: 8px;
	}
	.stepup_flow .caseBox .listUl {
		margin: 0 0 32px;
		display: block;
	}
	.stepup_flow .caseBox .listUl li {
		margin: 0 0 24px;
		width: auto;
		font-size: 1.4rem;
	}
	.stepup_flow .caseBox .listUl li:last-child {
		margin-bottom: 0;
	}
	.stepup_flow .caseBox .listUl .image {
		margin-right: 9px;
		width: 70px;
	}
	.stepup_flow .caseBox .listUl .txt {
		flex: 1;
		line-height: 1.71;
	}
	.stepup_flow .noteUl {
		line-height: 1.33;
		font-size: 1.2rem;
	}
	
}
@media all and (max-width: 374px) {
	.stepup_flow .comTextUl li {
		margin: 0 2vw;
	}
	.stepup_flow .comTextUl span {
		width: 19.5vw;
		height: 19.5vw;
	}
	.stepup_flow .comTextUl span {
		font-size: 3.8vw;
	}
	.stepup_flow .flowUl .small span {
		font-size: 3vw;
	}
}
/* pdfBtn */
.pdfBtn {
	text-align: center;
}
.pdfBtn a {
	padding: 19px 15px 14px;
	min-width: 311px;
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.43;
	display: inline-block;
	text-align: center;
	background-color: #ec1234;
	box-sizing: border-box;
}
.pdfBtn img {
	margin: -6px 5px 0 0;
	display: inline-block;
	vertical-align: middle;
}
@media all and (min-width: 897px) {
	.pdfBtn a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.pdfBtn a {
		min-width: 0;
		width: 100%;
		max-width: 311px;
	}
}
/* fixBtn */
.fixBtn {
	position: fixed;
	right: 0;
	bottom: 40px;
	z-index: 1000;
}
@media all and (max-width: 896px) {
	.fixBtn {
		margin: 0;
		padding: 4px 10px 4px 22px;
		background-color: #fff;
		width: 100%;
		transform: translateY(0);
		text-align: center;
		top: auto;
		right: auto;
		left: 0;
		bottom: 0;
		box-sizing: border-box;
	}
	.fixBtn a {
		width: 100%;
		max-width: 296px;
		min-width: 0;
	}
}
@media all and (max-width: 374px) {
	.fixBtn a {
		font-size: 1.4rem;
	}
}
/* noteTtl */
.noteTtl {
	margin: 0 0 25px -40px;
	padding: 8px 5px;
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: 3.6px;
	text-align: center;
	background-color: #ec1234;
}
@media all and (max-width: 896px) {
	.noteTtl {
		margin: 0 0 15px;
		font-size: 1.4rem;
		letter-spacing: 0;
	}
}
/* comBgList */
.comBgList {
	margin: -20px -20px 0 0;
	display: flex;
	flex-wrap: wrap;
}
.comBgList > li {
	margin: 20px 20px 0 0;
	width: 390px;
	padding: 16px 16px 24px;
	background-color: #f4f5f6;
	box-sizing: border-box;
}
.comBgList > .wid01 {
	margin-bottom: 44px;
	width: 100%;
}
.comBgList > .wid01:last-child {
	margin-bottom: 0;
}
.comBgList h4 {
	margin-bottom: 10px;
	font-size: 1.6rem;
	text-align: center;
}
.comBgList li ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.comBgList li li {
	width: 47.5%;
	text-align: center;
}
.comBgList li .bgBox {
	padding: 9px 10px 10px;
	background-color: #fff;
}
.comBgList li li p {
	line-height: 1.29;
}
.comBgList li li .ttl {
	padding: 13px;
	color: #fff;
	font-weight: bold;
	background-color: #7b8d9a;
}
.comBgList > .wid01 li {
	width: 48.7%;
}
.comBgList > .wid01 li .bgBox {
	padding-bottom: 25px;
}
.comBgList > .wid01 .price {
	padding-bottom: 18px;
	margin-bottom: 10px;
	color: #ec1234;
	font-weight: bold;
	line-height: 1.43;
	border-bottom: 1px solid #eee;
}
.comBgList > .wid01 .price span {
	margin-left: 7px;
	font-size: 2.4rem;
}
.comBgList > .wid01 .price:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.comBgList > .wid01 .priceTtl {
	font-weight: bold;
	margin-bottom: 5px;
}
.comBgList > .wid01 .txtDl01 {
	padding-bottom: 15px;
	margin-bottom: 10px;
	border-bottom: 1px solid #eee;
}
.comBgList > .wid01 dt {
	float: left;
}
.comBgList > .wid01 dd {
	padding-right: 5px;
	text-align: right;
}
.comBgList > .wid01 dd .lineTxt {
	min-width: 71px;
	display: inline-block;
	text-decoration: line-through;
}
.comBgList > .wid01 dd .bgTxt {
	position: relative;
	padding: 2px 2px 4px;
	display: inline-block;
	min-width: 138px;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	background-color: #e4e8eb;
	box-sizing: border-box;
}
.comBgList > .wid01 dd .bgTxt span {
	font-size: 1.4rem;
}
.comBgList > .wid01 dd .bgTxt:after {
	position: absolute;
	right: -4px;
	top: 50%;
	margin-top: -4px;
	width: 0;
	height: 0;
	border: 4px solid #e4e8eb;
	border-right: none;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	content: "";
}
.comBgList li ul.col03 {
	justify-content: flex-start;
}
.comBgList li ul.col03 li {
	margin-right: 18px;
	width: 243px;
}
.comBgList li ul.col03 li:nth-child(3n) {
	margin-right: 0;
}
.comBgList li ul.col03 li .ttl {
	font-size: 1.6rem;
	padding: 10px 10px 13px;
}
.comBgList li ul.col03 li .bgBox {
	padding: 18px 10px;
}
@media all and (max-width: 896px) {
	.comBgList {
		margin: 0 -16px;
		display: block;
	}
	.comBgList > li {
		margin: 15px 0 0;
		width: auto;
	}
	.comBgList li li {
		width: 49.5%;
	}
	.comBgList > .wid01 ul {
		margin-top: -24px;
	}
	.comBgList > .wid01 li {
		margin-top: 24px;
		width: 100%;
	}
	.comBgList > .wid01 li .bgBox {
		padding-bottom: 22px;
	}
	.comBgList > .wid01 dd .lineTxt {
		min-width: 64px;
	}
	.comBgList li ul.col03 {
		margin-top: 0;
	}
	.comBgList li ul.col03 li {
		margin: 0 0 45px;
		width: 100%;
	}
	.comBgList li ul.col03 li:last-child {
		margin-bottom: 0;
	}
	.comBgList li ul.col03 li .ttl {
		font-size: 1.4rem;
		padding: 13px;
	}
	.comBgList li ul.col03 li .bgBox {
		padding: 18px 10px;
	}
}
/*comTel*/
.comTel {
	display: inline-block;
	padding-left: 52px;
	color: #ec1234 !important;
	font-size: 3.7rem;
	font-weight: 900;
	line-height: 1.6;
	background: url("/img/common/icon27.png") no-repeat left 12px/36px auto;
}
@media all and (max-width: 896px) {
	.comTel {
		margin: 0 auto;
		max-width: 311px;
		display: block;
		text-align: center;
		padding: 13px 10px;
		color: #fff !important;
		letter-spacing: 2px;
		font-size: 2rem;
		line-height: 1.45;
		background: #ec1234;
		box-sizing: border-box;
	}
	.comTel span {
		display: inline-block;
		padding-left: 25px;
		background: url("/img/common/icon28.png") no-repeat left 5px/19px auto;
	}
}
.red {
	color: #ec1234;
}
/*comTopBox*/
.comTopBox {
	display: flex;
	align-items: center;
	justify-content: center;
}
.comTopBox .txtBox {
	margin-right: 51px;
	width: 400px;
	text-align: center;
}
.comTopBox .txtBox h3 {
	margin-bottom: 20px;
	font-size: 2.8rem;
	line-height: 1.43;
}
.comTopBox .txtBox p {
	margin: 0 auto;
	max-width: 340px;
	font-size: 1.6rem;
	line-height: 2;
}
@media all and (max-width: 896px) {
	.comTopBox {
		display: block;
	}
	.comTopBox .txtBox {
		margin: 0 0 20px;
		width: auto;
	}
	.comTopBox .txtBox h3 {
		margin-bottom: 22px;
		font-size: 2.2rem;
		line-height: 1.45;
	}
	.comTopBox .txtBox p {
		max-width: inherit;
	}
	.comTopBox .txtImg {
		text-align: center;
	}

}
/* wish/ds/flow/ */
.wish_flow .pageTitle {
	margin-bottom: 0;
}
.wish_flow .comBg {
	margin-bottom: 64px;
	padding: 50px 0;
}
.wish_flow .comBg01 {
	margin-bottom: 40px;
	padding: 32px 0;
}
.wish_flow .flowUl {
	margin-bottom: 0;
}
.wish_flow .flowUl .small span {
	font-size: 1.4rem;
	line-height: 1.71;
}
.wish_flow .headline12 {
	margin-bottom: 18px;
	font-weight: 900;
	border-color: #e4e8eb;
}
.wish_flow .comLinkUl {
	margin-bottom: 47px;
}
.wish_flow .stepBox {
	margin-bottom: 64px;
}
.wish_flow .stepBox:last-child {
	margin-bottom: 0;
}
.wish_flow .comImgBox {
	margin-bottom: 25px;
	align-items: stretch;
}
.wish_flow .comImgBox .textBox p {
	line-height: 1.5;
}
.wish_flow .borderBox + .borderBox {
	margin-top: 45px;
}
.wish_flow .borderBox h3 {
	margin-bottom: 10px;
}
.wish_flow .borderBox .comImgBox {
	margin-bottom: 50px;
}
.wish_flow .borderBox .comImgBox:last-child {
	margin-bottom: 0;
}
.wish_flow .borderBox .comImgBox .image {
	width: 384px;
}
.wish_flow .comImgBox .textBox {
	position: relative;
}
.wish_flow .borderBox .comImgBox .textBox p {
	font-size: 1.4rem;
}
.wish_flow .borderBox .comImgBox .textBox p:not(:last-child) {
	margin-bottom: 10px;
}
.wish_flow .borderBox .comImgBox .textBox .redTxt {
	line-height: 1.71;
}
.wish_flow .comImgBox .textBox .comBtn {
	position: absolute;
	left: 0;
	bottom: 0;
}
.wish_flow .borderBox .imgBox02 {
	margin-bottom: 30px;
}
.wish_flow .borderBox .imgBox02 .image {
	margin: -5px 7px 0 -10px;
	width: 402px;
}
.wish_flow .borderBox .imgBox02 .textBox {
	margin: 3px 50px 0 0;
}
.wish_flow .borderBox .stepList {
	padding: 7px 0 24px;
	display: flex;
	justify-content: space-between;
}
.wish_flow .borderBox .stepList li {
	width: 49%;
	display: flex;
}
.wish_flow .borderBox .stepList .photoBox {
	width: 180px;
	margin-right: 13px;
}
.wish_flow .borderBox .stepList .photoBox02 {
	margin: -8px 7px 0 0;
	width: 198px;
}
.wish_flow .borderBox .stepList .txtBox {
	flex: 1;
}
.wish_flow .borderBox .stepList .txtBox h4 {
	border-bottom: none;
	padding-bottom: 0;
}
.wish_flow .borderBox .stepList .txtBox h4 .en {
	font-size: 1.4rem;
}
.wish_flow .borderBox .stepList .txtBox p {
	line-height: 1.43;
}
.wish_flow .borderBox > p {
	margin-bottom: 28px;
}
.wish_flow .midTxt {
	margin-bottom: 18px;
	font-weight: normal;
}
.wish_flow .redUl {
	margin-bottom: 14px;
}
.wish_flow .redUl span {
	font-size: 1.4rem;
	position: relative;
	line-height: 1.43;
}
.wish_flow .content > .notes {
	margin-bottom: 25px;
	font-size: 1.2rem;
	line-height: 1.33;
	text-align: center;
}
.wish_flow .redUl .liStyle span:after {
	position: absolute;
	right: 12px;
	top: 10px;
	color: #fff;
	font-size: 1.2rem;
	content: "※";
}
.wish_flow .comBorBox {
	margin-bottom: 45px;
}
.wish_flow .comBorBox .headline03 {
	margin-bottom: 7px;
}
.wish_flow .comBorBox p {
	font-size: 1.2rem;
	line-height: 1.5;
}
.wish_flow .comBorBox p:not(:last-child) {
	margin-bottom: 18px;
}
.wish_flow .borderBox .photo {
	margin-bottom: 22px;
	text-align: center;
}
.wish_flow .borderBox .bgTtl {
	margin-bottom: 7px;
	padding: 0 8px;
	display: inline-block;
	color: #fff;
	font-weight: bold;
	line-height: 1.43;
	background-color: #2b2b2b;
}
.wish_flow .borderBox .notes {
	margin-bottom: 34px;
	font-size: 1.2rem !important;
}
.wish_flow .borderBox p a {
	text-decoration: underline;
}
.wish_flow .borBox02 > p {
	margin-bottom: 35px;
}
.wish_flow .imgBox03 {
	margin-bottom: 40px;
}
@media all and (min-width: 897px) {
	.wish_flow .borderBox p a:hover {
		text-decoration: none;
	}
}
@media all and (max-width: 896px) {
	.wish_flow .comBg {
		margin-bottom: 77px;
		padding: 0;
	}
	.wish_flow .comBg01 {
		margin-bottom: 0;
		padding: 32px 0;
	}
	.wish_flow .flowUl .small span {
		font-size: 1.2rem;
	}
	.wish_flow .headline12 {
		margin-bottom: 25px;
		border-width: 4px;
	}
	.wish_flow .comLinkUl {
		margin: -20px 0 32px;
	}
	.wish_flow .comLinkUl li {
		margin: 20px 0 0;
	}
	.wish_flow .stepBox {
		margin-bottom: 78px;
	}
	.wish_flow .comImgBox {
		margin-bottom: 30px;
	}
	.wish_flow .borderBox + .borderBox {
		margin-top: 40px;
	}
	.wish_flow .borderBox h3 {
		margin-bottom: 0;
	}
	.wish_flow .borderBox .comImgBox {
		margin-bottom: 0;
	}
	.wish_flow .borderBox .comImgBox .image {
		width: auto !important;
	}
	.wish_flow .borderBox .comImgBox .textBox p:not(:last-child) {
		margin-bottom: 14px;
	}
	.wish_flow .borderBox .comImgBox .textBox .redTxt {
		margin-top: 0;
	}
	.wish_flow .comImgBox .textBox .comBtn {
		position: static;
		left: auto;
		bottom: auto;
	}
	.wish_flow .borderBox .imgBox02 {
		margin-bottom: 15px;
	}
	.wish_flow .borderBox .imgBox02 .image {
		margin: -5px -7px 0 -7px;
	}
	.wish_flow .borderBox .imgBox02 .textBox {
		margin: 7px 0 0;
	}
	.wish_flow .borderBox .stepList {
		padding: 0 0 12px;
		display: block;
	}
	.wish_flow .borderBox .stepList li {
		padding-bottom: 38px;
		width: auto;
		position: relative;
	}
	.wish_flow .borderBox .stepList li:before {
		position: absolute;
		left: 35px;
		top: 0;
		width: 2px;
		height: 100%;
		background-color: #ec1234;
		content: "";
	}
	.wish_flow .borderBox .stepList li:last-child {
		padding-bottom: 0;
	}
	.wish_flow .borderBox .stepList li:last-child:before {
		display: none;
	}
	.wish_flow .borderBox .stepList .photoBox {
		width: 72px;
		margin-right: 15px;
		position: relative;
		z-index: 1;
	}
	.wish_flow .borderBox .stepList .photoBox02 {
		margin: -4px 12px 0 -4px;
		width: 80px;
	}
	.wish_flow .borderBox .stepList .txtBox {
		margin-top: -6px;
	}
	.wish_flow .borderBox .stepList .txtBox h4 {
		display: none;
	}
	.wish_flow .borderBox .stepList .txtBox p {
		line-height: 1.71;
	}
	.wish_flow .borderBox > p {
		margin-bottom: 15px;
		line-height: 1.43;
	}
	.wish_flow .midTxt {
		margin-bottom: 18px;
		font-size: 1.6rem;
	}
	.wish_flow .redUl {
		margin-bottom: 16px;
		padding-bottom: 0;
	}
	.wish_flow .content > .notes {
		margin: 0 15px 45px;
		text-align: center;
	}
	.wish_flow .content > .notes span {
		display: inline-block;
		text-align: left;
	}
	.wish_flow .comBorBox {
		margin-bottom: 25px;
	}
	.wish_flow .comBorBox .headline03 {
		margin-bottom: 14px;
	}
	.wish_flow .comBorBox p {
		font-size: 1.4rem;
		line-height: 1.71;
	}
	.wish_flow .comBorBox p:not(:last-child) {
		margin-bottom: 22px;
	}
	.wish_flow .borderBox .photo {
		margin-bottom: 15px;
	}
	.wish_flow .borderBox .notes {
		margin-bottom: 20px;
		line-height: 1.43;
	}
	.wish_flow .comBg03 .borderBox + .borderBox {
		margin-top: 24px;
	}
	.wish_flow .borBox02 > p {
		margin-bottom: 20px;
		line-height: 1.71;
	}
	.wish_flow .imgBox03 {
		margin-bottom: 40px;
	}
	.wish_flow .imgBox03 .textBox p {
		margin-bottom: 24px;
	}
}

/*partner*/
.partner .topBox {
	margin: 0 auto;
	max-width: 1000px;
}
.partner .topBox .imgBox {
	margin: 0 45px -8px 46px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.partner .topBox .imgBox .photoBox {
	width: 419px;
}
.partner .topBox .imgBox ul {
	margin-top: 38px;
	width: 459px;
	display: flex;
	padding: 21px 20px 27px;
	border-radius: 20px;
	background-color: #e4e8eb;
	box-sizing: border-box;
}
.partner .topBox .imgBox li {
	margin-right: 30px;
	width: 60px;
	font-size: 2.4rem;
	font-weight: 900;
	text-align: center;
}
.partner .topBox .imgBox li:last-child {
	margin-right: 0;
}
.partner .topBox .imgBox .small {
	font-size: 1.8rem;
	line-height: 1;
}
.partner .topBox .imgBox li img {
	display: block;
	margin: 0 auto 12px;
}
.partner .topBox .borBox {
	margin-bottom: 24px;
	padding: 8px 10px 26px;
	position: relative;
	text-align: center;
	background-color: #fff;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
}
.partner .topBox .borBox p {
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 2.33;
}
.partner .topBox .borBox p span {
	display: block;
	font-size: 4rem;
	font-weight: 900;
	color: #ec1234;
	line-height: 1;
}
.partner .comLinkUl {
	margin-bottom: 47px;
}
.partner .comLinkUl li {
	margin: 29px 4px 0;
}
.partner .headline01 {
	margin-bottom: 40px;
}
.partner .serviceList {
	margin: -35px 0 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.partner .serviceList li {
	margin-top: 35px;
	width: 47.2%;
	display: flex;
}
.partner .serviceList .photoBox {
	width: 190px;
	margin-right: 17px;
}
.partner .serviceList .txtBox {
	flex: 1;
}
.partner .serviceList .txtBox h4 {
	margin-bottom: 10px;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.45;
}
.partner .serviceList .txtBox p {
	font-size: 1.2rem;
	line-height: 1.33;
}
.partner .priceBox {
	padding: 15px;
	display: flex;
	justify-content: center;
	border-radius: 20px;
	background-color: #e4e8eb;
}
.partner .priceBox .ttl {
	margin-right: 8px;
	width: 77px;
	height: 77px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 900;
	line-height: 1.06;
	background-color: #2b2b2b;
	border-radius: 50%;
	box-sizing: border-box;
}
.partner .priceBox .txt .price {
	margin-top: 7px;
	color: #ec1234;
	font-size: 2rem;
	font-weight: 900;
	text-shadow: 1px 1px 2px #fff, 1px 1px 2px #fff, 1px 1px 2px #fff;
}
.partner .priceBox .txt .price span {
	font-size: 4rem;
}
.partner .priceBox .txt .notes {
	font-size: 1rem;
	text-align: center;
}
.partner .inner {
	margin-bottom: 77px;
}
.partner .inner .comLinkUl li {
	margin-top: 20px;
}
.partner .comBtn {
	margin-top: -30px;
}
@media all and (max-width: 896px) {
	.partner .pageTitle {
		margin-bottom: 16px;
	}
	.partner .topBox .imgBox {
		margin: 0 0 14px;
		display: block;
	}
	.partner .topBox .imgBox .photoBox {
		margin: 0 4.5%;
		width: auto;
		text-align: center;
	}
	.partner .topBox .imgBox ul {
		margin-top: 0;
		width: auto;
		justify-content: center;
		padding: 15px 16px 18px;
	}
	.partner .topBox .imgBox li {
		margin-right: 25px;
		width: 44px;
		font-size: 1.8rem;
	}
	.partner .topBox .imgBox .small {
		font-size: 1.4rem;
	}
	.partner .topBox .imgBox li img {
		margin-bottom: 10px;
		width: 39px;
	}
	.partner .topBox .borBox {
		margin-bottom: 34px;
		padding: 0;
		box-shadow: none;
	}
	.partner .topBox .borBox p {
		font-size: 1.6rem;
		line-height: 1.9;
	}
	.partner .topBox .borBox p span {
		font-size: 2.4rem;
	}
	.partner .comLinkUl {
		margin-bottom: 47px;
	}
	.partner .comLinkUl li {
		margin: 23px 0 0;
	}
	.partner .headline01 {
		margin-bottom: 24px;
	}
	.partner .serviceList {
		margin: 0 0 40px;
		display: block;
	}
	.partner .serviceList li {
		margin: 25px 5px 0 0;
		width: auto;
	}
	.partner .serviceList .photoBox {
		width: 172px;
		margin-right: 15px;
	}
	.partner .serviceList .txtBox h4 {
		margin-bottom: 10px;
		font-size: 1.8rem;
		line-height: 1.5;
	}
	.partner .priceBox .txt .price {
		margin-top: -4px;
	}
	.partner .priceBox .txt .notes {
		text-align: left;
	}
	.partner .inner .comLinkUl {
		margin-bottom: 32px;
	}
	.partner .inner .comLinkUl li {
		margin-top: 23px;
	}
	.partner .comBtn {
		margin-top: -15px;
	}
}
@media all and (max-width: 374px) {
	.partner .topBox .imgBox li {
		margin-right: 3.5vw;
	}
}
@media all and (max-width: 359px) {
	.partner .serviceList .photoBox {
		width: 140px;
	}
	.partner .priceBox .txt .price {
		font-size: 1.6rem;
	}
	.partner .priceBox .txt .price span {
		font-size: 3.6rem;
	}
}

/*comBorBox*/
.comBorBox {
	padding: 23px 16px 22px;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.16);
	background-color: #ffffff;
	line-height: 1.71;
}
.comBorBox .redTxt {
	display: block;
	color: #ec1234;
	font-weight: bold;
}
.comBorBox .headline03 {
	margin-bottom: 14px;
	font-size: 1.6rem;
}
.comBorBox .headline03 img {
	margin-right: 8px;
}
.comBorBox p:not(:last-child) {
	margin-bottom: 24px;
}
/*license*/
.license .topBox {
	margin: 0 auto 62px;
	max-width: 1060px;
}
.license .ttlBox {
	margin-bottom: 20px;
	display: flex;
	justify-content: center;
}
.license .ttlBox .bgTxt {
	margin-top: 11px;
}
.license .ttlBox .ttl {
	margin: 20px -26px 0 0;
	position: relative;
	color: #ec1234;
	font-size: 3.5rem;
	font-weight: 900;
	line-height: 1.46;
	text-align: center;
	text-shadow: 2px 2px 4px #ccc, 2px 2px 4px #ccc;
}
.license .ttlBox .ttl span {
	font-size: 5.1rem;
	line-height: 1.2;
}
.license .midTxt {
	margin-bottom: 36px;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	line-height: 2;
}
.license .partnerList {
	margin: -18px -9px 0;
	display: flex;
	flex-wrap: wrap;
}
.license .partnerList li {
	width: calc(100%/3);
	padding: 18px 9px 0;
	display: flex;
	box-sizing: border-box;
}
.license .partnerList .photoBox {
	width: 172px;
	margin-right: 15px;
}
.license .partnerList h3 {
	padding-top: 14px;
	flex: 1;
	font-size: 1.8rem;
	border-top: 2px solid #ec1234;
}
.license .partnerList h3 .en {
	margin-bottom: 4px;
	font-size: 1.4rem;
}
.license .comImgBox .image {
	margin-right: 16px;
	width: 343px;
}
.license .comImgBox .textBox p {
	line-height: 1.5;
	font-weight: 500;
}
.license .inner {
	margin-bottom: 77px;
}
.license .comBgList {
	margin-bottom: 40px;
}
@media all and (max-width: 896px) {
	.license .pageTitle {
		margin-bottom: 15px;
	}
	.license .noteTtl {
		margin-bottom: 12px;
	}
	.license .ttlBox {
		margin: 0 -20px 12px -14px;
	}
	.license .ttlBox .bgTxt {
		margin-top: 6px;
		min-width: 82px;
		width: 82px;
	}
	.license .ttlBox .ttl {
		margin: 11px -20px 0 0;
		font-size: 2.2rem;
		text-shadow: 1px 1px 2px #ccc, 1px 1px 2px #ccc;
	}
	.license .ttlBox .ttl span {
		font-size: 3.2rem;
	}
	.license .ttlBox .ttlImg {
		width: 112px;
	}
	.license .midTxt {
		margin: 0 -5px 40px;
		line-height: 1.5;
	}
	.license .midTxt.small {
		margin-bottom: 34px;
		font-size: 1.2rem;
	}
	.license .partnerList {
		margin: -24px 0 0;
		display: block;
	}
	.license .partnerList li {
		width: auto;
		padding: 24px 0 0;
	}
	.license .topBox {
		margin-bottom: 77px;
	}
	.license .headline01 {
		margin-bottom: 25px;
	}
	.license .comImgBox .image {
		margin: 0 0 15px;
		width: auto;
	}
	.license .imgBox01 .textBox {
		margin-top: 0;
	}
	.license .imgBox01 .textBox p {
		text-align: center;
	}
	.license .imgBox01 {
		margin: 0 16px;
	}
	.license .inner {
		margin-bottom: 77px;
	}
	.license .comBgList {
		margin-bottom: 50px;
	}
}
@media all and (max-width: 374px) {
	.license .ttlBox .ttl {
		font-size: 4.5vw;
	}
	.license .ttlBox .ttl span {
		font-size: 8vw;
	}
}
@media all and (max-width: 359px) {
	.license .partnerList .photoBox {
		width: 150px;
	}
}

/*comBg*/
.comBg {
	margin-bottom: 40px;
	padding: 35px 0 47px;
	background-color: rgba(228, 232, 235, 0.5);
}
@media all and (max-width: 896px) {
	.comBg {
		margin-bottom: 20px;
		padding: 24px 0;
		background: none;
	}
}
/*midTxt*/
.midTxt {
	margin-bottom: 32px;
	font-size: 1.6rem;
	font-weight: 500;
	text-align: center;
}
.midTxt.small {
	margin-bottom: 25px;
	font-size: 1.4rem;
}
@media all and (max-width: 896px) {
	.midTxt {
		margin-bottom: 24px;
		font-size: 1.4rem;
		line-height: 1.43;
		text-align: left;
	}
	.midTxt.small {
		margin-bottom: 16px;
		font-size: 1.2rem;
		text-align: center;
	}
}
/*comBtn04*/
.comBtn04 {
	margin-bottom: 40px;
}
.comBtn04 a {
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 343.2px;
	height: 56px;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 900;
	letter-spacing: 1.6px;
	background-color: #ec1234;
}
.comBtn04 a img {
	margin-right: 6px;
}
@media all and (min-width: 897px) {
	.comBtn04 a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.comBtn04 a {
		width: 100%;
		max-width: 340px;
	}
}

/*replace*/
.replace .pageTitle {
	margin-bottom: 0;
}
.replace .comBg {
	text-align: center;
}
.replace .comBg p {
	font-weight: bold;
}
.replace .comBg .topTxt {
	margin: 0 0 20px 10px;
}
.replace .comLinkUl {
	margin-bottom: 47px;
}
.replace .comLinkUl li {
	margin: 29px 2px 0;
}
.replace .comLinkUl a {
	letter-spacing: 0;
}
.replace .listUl {
	margin: 0 37px 23px 25px;
	position: relative;
	display: flex;
	justify-content: space-between;
}
.replace .listUl li {
	width: 343px;
}
.replace .listUl:after {
	position: absolute;
	left: 50%;
	top: 50%;
	content: "または";
	font-size: 1.2rem;
	font-weight: bold;
	transform: translate(-50%, -50%);
}
.replace .inner {
	margin-bottom: 78px;
}
.replace .txtInner {
	margin: 0 0 35px -5px;
	display: flex;
	align-items: flex-start;
}
.replace .txtInner .logo {
	margin-right: 10px;
	width: 355px;
}
.replace .txtInner .rBox {
	margin-top: 8px;
	flex: 1;
}
.replace .txtInner .rBox h4 {
	margin-bottom: 20px;
}
.replace .txtInner .rBox .wid01 li {
	width: 47.2%;
}
.replace .txtInner .rBox .wid01 li .bgBox {
	padding-bottom: 7px;
}
.replace .headline04 {
	margin-bottom: 25px;
	font-size: 1.8rem;
}
.replace .reason {
	margin-bottom: 40px;
}
.replace .reason .headline01 {
	margin-bottom: 40px;
}
.replace .comCaseUl {
	margin: -65px -200px 0;
}
.replace .comCaseUl li p {
	margin-bottom: 20px;
}
@media all and (-ms-high-contrast:none) {
	.replace .listUl li:last-child {
		margin-right: -52px;
	}
}
@media all and (max-width: 896px) {
	.replace .comBg {
		background: none;
	}
	.replace .comBg p {
		font-size: 1.2rem;
	}
	.replace .comBg .topTxt {
		margin: 0 0 15px;
	}
	.replace .comLinkUl {
		margin-bottom: 49px;
	}
	.replace .comLinkUl li {
		margin: 21px 0 0;
	}
	.replace .headline01 {
		margin-bottom: 24px;
		padding-bottom: 18px;
		font-size: 2rem;
		line-height: 1.3;
	}
	.replace .listUl {
		margin: 0 0 25px;
		display: block;
	}
	.replace .listUl li {
		margin-bottom: 50px;
		width: auto;
	}
	.replace .listUl li img {
		width: 100%;
	}
	.replace .listUl li:last-child {
		margin-bottom: 0;
	}
	.replace .txtInner {
		margin: 0 0 20px;
		display: block;
	}
	.replace .txtInner .logo {
		margin: 0 -7px 9px;
		width: auto;
	}
	.replace .txtInner .rBox h4 {
		margin-bottom: 10px;
	}
	.replace .txtInner .rBox .wid01 ul {
		margin-top: -20px;
	}
	.replace .txtInner .rBox .wid01 li {
		margin-top: 20px;
		width: 100%;
	}
	.replace .txtInner .rBox .wid01 li .bgBox {
		padding: 15px;
		text-align: left;
	}
	.replace .introBox .headline01 {
		margin-bottom: 13px;
		padding-top: 15px;
		font-size: 2.4rem;
	}
	.replace .headline04 {
		margin-bottom: 35px;
		font-size: 1.6rem;
	}
	.replace .reason {
		margin-bottom: 35px;
	}
	.replace .comCaseUl {
		margin: 0;
	}
	.replace .comCaseUl li {
		margin-bottom: 45px;
	}
	.replace .comCaseUl li:last-child {
		margin-bottom: 0;
	}
	.replace .comCaseUl li p {
		margin-bottom: 13px;
	}
}
/*king*/
.king .pageTitle {
	margin-bottom: 0;
}
.king .comBg {
	margin-bottom: 75px;
	padding: 40px 0;
}
.king .topBox .txtImg {
	width: 343px;
}
.king .headline05 {
	margin-bottom: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #2b2b2b;
	font-size: 2.6rem;
	line-height: 1.3;
	font-weight: bold;
}
.king .headline05 > span {
	margin-right: 12px;
	padding: 19px 10px;
	color: #fff;
	font-size: 1.6rem;
	line-height: 1.6;
	width: 100px;
	min-width: 100px;
	height: 100px;
	background-color: #7b8d9a;
	border-radius: 50%;
	box-sizing: border-box;
}
.king .headline05 > span span {
	display: block;
	font-size: 2.4rem;
	line-height: 1;
}
.king .inner:not(:last-child) {
	margin-bottom: 77px;
}
.king .imgBox {
	display: flex;
	justify-content: space-between;
}
.king .imgBox .photoBox {
	width: 343px;
}
.king .imgBox .photoBox .notes {
	margin-top: 15px;
	font-size: 1rem;
	line-height: 1.6;
}
.king .imgBox .txtBox {
	margin-top: -2px;
	width: 425px;
}
.king .imgBox .txtBox p {
	font-size: 1.6rem;
	line-height: 2;
}
.king .headline01 {
	margin-bottom: 34px;
}
.king .imgBox02 {
	margin-bottom: 110px;
}
.king .imgBox02 .photoBox {
	width: 384px;
}
.king .imgBox02 .txtBox {
	width: 400px;
}
.king .imgBox02 .txtBox h4 {
	margin-bottom: 15px;
	font-size: 1.8rem;
	text-align: left;
	font-weight: bold;
}
.king .imgBox02 .txtBox h4 img {
	margin-right: 8px;
}
.king .imgBox02 .txtBox p {
	line-height: 1.5;
}
.king .pageBox {
	margin-top: -30px;
}
@media all and (max-width: 896px) {
	.king .pageTitle {
		margin-bottom: 0;
	}
	.king .comBg {
		margin-bottom: 16px;
		padding: 23px 0;
	}
	.king .topBox .txtImg {
		width: auto;
	}
	.king .headline05 {
		margin-bottom: 16px;
		justify-content: flex-start;
		font-size: 2.2rem;
		line-height: 1.45;
		text-align: left;
	}
	.king .headline05 > span {
		margin-top: 0;
		padding: 15px 0;
		font-size: 1.2rem;
		line-height: 1.4;
		width: 73px;
		min-width: 73px;
		height: 73px;
		text-align: center;
	}
	.king .headline05 > span span {
		margin-top: 0;
		font-size: 2.2rem;
		line-height: 1;
	}
	.king .imgBox {
		flex-wrap: wrap;
	}
	.king .imgBox .photoBox {
		width: 100% !important;
		order: 0;
	}
	.king .imgBox .photoBox img {
		width: 100%;
	}
	.king .imgBox .photoBox .notes {
		margin-top: 8px;
	}
	.king .imgBox .txtBox {
		margin-top: 27px;
		width: 100% !important;
		order: 2;
	}
	.king .headline01 {
		margin-bottom: 23px;
		font-size: 2rem;
	}
	.king .imgBox02 {
		margin-bottom: 78px;
	}
	.king .imgBox02 .photoBox {
		margin: 0 auto;
		width: 90.5% !important;
	}
	.king .imgBox02 .txtBox {
		margin-top: 16px;
	}
	.king .imgBox02 .txtBox h4 {
		margin-bottom: 4px;
	}
	.king .imgBox02 .txtBox h4 img {
		vertical-align: -9px;
	}
	.king .imgBox02 .txtBox p {
		line-height: 2;
	}
	.king .pageBox {
		margin: -15px 0 0;
	}
}
/*service*/
.support .comLinkUl {
	margin-bottom: 47px;
}
.support .comLinkUl li {
	margin: 29px 3px 0;
}
.support .inner:not(:last-child) {
	margin-bottom: 77px;
}
.support .inner01 {
	margin-bottom: 40px;
}
.support .headline01 {
	margin-bottom: 40px;
}
.support .inner01 .headline01 {
	margin-bottom: 24px;
}
.support .comImgBox04 {
	margin-bottom: 57px;
}
.support .comImgBox04:last-child {
	margin-bottom: 0;
}
.support .comImgBox04 .image {
	margin-right: 0;
	width: 400px;
}
.support .comImgBox04 .textBox {
	width: 384px;
	flex: none;
}
.support .comImgBox04 .textBox h4 {
	margin-bottom: 5px;
	font-size: 2rem;
	line-height: 1.4;
	font-weight: 900;
}
.support .comImgBox04 .textBox p {
	margin-bottom: 20px;
}
.support .comImgBox04 .textBox02 .comBtn {
	text-align: center;
}
.support .telSec {
	margin-bottom: 78px;
	padding-bottom: 37px;
}
.support .telSec ul {
	margin: 0 auto;
	max-width: 980px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.support .telSec li {
	width: 390px;
	font-size: 1.6rem;
	line-height: 2;
	text-align: center;
}
.support .telSec li:last-child {
	width: 510px;
}
.support .telSec li:first-child {
	margin-top: 24px;
}
.support .telSec .ttl {
	font-size: 1.4rem;
	display: block;
	font-weight: bold;
}
.support .comTextUl span {
	font-size: 1.4rem;
	line-height: 1.43;
}

@media all and (max-width: 896px) {
	.support .pageTitle h2 {
		line-height: 1.6;
	}
	.support .comLinkUl li {
		margin: 20px 0 0;
	}
	.support .inner01 {
		margin-bottom: 0;
	}
	.support .headline01 {
		margin-bottom: 25px;
	}
	.support .comImgBox04 {
		margin-bottom: 64px;
		display: flex;
		flex-wrap: wrap;
	}
	.support .comImgBox04 .image {
		margin-right: 0;
		width: 100%;
		order: 0;
	}
	.support .comImgBox04 .textBox {
		margin-top: 6px;
		width: 100%;
		order: 2;
	}
	.support .comImgBox04 .textBox h4 {
		margin-bottom: 13px;
		font-size: 1.8rem;
		line-height: 1.56;
	}
	.support .comImgBox04 .textBox p {
		margin-bottom: 12px;
		line-height: 2;
	}
	.support .comImgBox04 .textBox .comBtn {
		text-align: center;
	}
	.support .telSec {
		margin: -8px 0 78px;
		padding: 0;
	}
	.support .telSec ul {
		margin: 0 15px;
		display: block;
	}
	.support .telSec li {
		width: auto;
		text-align: left;
	}
	.support .telSec li:last-child {
		width: auto;
	}
	.support .telSec li:first-child {
		margin: 0 0 43px;
	}
	.support .telSec .ttl {
		margin: 5px 0 7px;
		text-align: center;
	}
}
/*howto*/
.pageLine .pageTitle {
	margin-bottom: 70px;
	background-image: url("/img/line/page_bg.jpg");
}
.pageLine .lineBox {
	margin: 0 auto 78px;
}
.pageLine hr {
	margin-bottom: 70px;
	height: 8px;
	color: #ec1234;
	border: none;
	background-color: #ec1234;
}
.pageLine .headline05 {
	margin-bottom: 30px;
	font-size: 3.2rem;
}
.pageLine .headline11 {
	margin-bottom: 43px;
	font-weight: 900;
	justify-content: center;
}
.pageLine .stepList {
	margin: 0 22px 40px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
}
.pageLine .stepList li {
	margin-right: 57px;
	width: 214px;
	position: relative;
	z-index: 1;
}
.pageLine .stepList li:nth-child(3n) {
	margin-right: 0;
}
.pageLine .stepList:after {
	position: absolute;
	left: 50px;
	top: 175px;
	width: 570px;
	height: 2px;
	background-color: #ec1234;
	content: "";
}
.pageLine .stepList li img {
	width: 150px;
}
.pageLine .stepList h4 {
	margin: 25px 0 5px;
	border-bottom: none;
	text-align: left;
}
.pageLine .stepList p {
	line-height: 1.71;
}
.pageLine .content .comBtn02 {
	text-align: center;
}
.pageLine .comBtn02 a {
	min-width: 326px;
	background-color: #51d928;
	border-color: #51d928;
}
.pageLine .comBtn02 a:after {
	background-image: url("/img/common/icon14_green.png");
}
.pageLine .inner:not(:last-child) {
	margin-bottom: 77px;
}
.pageLine .pointBox {
	margin-bottom: 37px;
}
.pageLine .pointBox .redUl {
	margin-bottom: 20px;
	padding: 0;
	justify-content: center;
}
.pageLine .pointBox .redUl li {
	margin-right: 20px;
}
.pageLine .pointBox .redUl li span {
	text-align: center;
}
.pageLine .pointBox p {
	font-size: 1.6rem;
	line-height: 2;
	text-align: center;
}
.pageLine .subInner .headline03 {
	margin-bottom: 15px;
	font-size: 2rem;
	font-weight: bold;
}
.pageLine .phoList {
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
}
.pageLine .phoList li {
	width: 48.9%;
}
.pageLine .subInner {
	margin-bottom: 60px;
}
.pageLine .subInner p {
	font-size: 1.6rem;
	line-height: 2;
}
.pageLine .comImgBox {
	padding-top: 8px;
	align-items: flex-start;
}
.pageLine .comImgBox .image {
	margin-right: 17px;
	width: 391px;
}
@media all and (min-width: 897px) {
	.pageLine .comBtn02 a:hover {
		color: #51d928;
		background-color: #fff;
	}
	.pageLine .comBtn02 a:hover:after {
		background-image: url("/img/common/icon14_green_over.png");
	}
}
@media all and (max-width: 896px) {
	.pageLine .pageTitle {
		margin-bottom: 25px;
		background-image: url("/img/line/sp_page_bg.jpg");
	}
	.pageLine .lineBox {
		margin-bottom: 40px;
	}
	.pageLine hr {
		margin-bottom: 42px;
	}
	.pageLine .headline05 {
		margin-bottom: 28px;
		font-size: 2.8rem;
	}
	.pageLine .headline11 {
		margin-bottom: 31px;
		font-size: 1.8rem;
		text-align: center;
	}
	.pageLine .stepList {
		margin: 0 0 40px;
		display: block;
	}
	.pageLine .stepList li {
		margin: 0 0 30px;
		width: auto;
		display: flex;
		align-items: flex-start;
	}
	.pageLine .stepList:after {
		position: absolute;
		left: 55px;
		top: 175px;
		width: 2px;
		height: calc(100% - 200px);
	}
	.pageLine .stepList li img {
		margin-right: 17px;
		width: 113px;
	}
	.pageLine .stepList li .txtBox {
		flex: 1;
	}
	.pageLine .stepList h4 {
		margin: 2px 0 5px;
		font-size: 1.8rem;
	}
	.pageLine .stepList h4 .en {
		margin-bottom: 8px;
	}
	.pageLine .content .comBtn02 {
		display: none;
	}
	.pageLine .comBtn02 a {
		min-width: 326px;
		background-color: #51d928;
	}
	.pageLine .headline01 {
		margin-bottom: 24px;
	}
	.pageLine .pointBox .redUl {
		margin-bottom: 20px;
	}
	.pageLine .pointBox .redUl li {
		margin-right: 15px;
	}
	.pageLine .pointBox .redUl li span {
		width: 73px;
		height: 73px;
	}
	.pageLine .pointBox p {
		text-align: left;
	}
	.pageLine .subInner .headline03 {
		margin-bottom: 10px;
	}
	.pageLine .phoList {
		margin-bottom: -3px;
		display: block;
	}
	.pageLine .phoList li {
		margin-bottom: 7px;
		width: auto;
	}
	.pageLine .phoList li img {
		width: 100%;
	}
	.pageLine .subInner {
		margin-bottom: 77px;
	}
	.pageLine .subInner p {
		font-size: 1.6rem;
		line-height: 2;
	}
	.pageLine .comImgBox {
		padding-top: 0;
	}
	.pageLine .comImgBox .image {
		margin-right: 0;
		width: 100%;
	}
	.pageLine .comImgBox .image img {
		width: 100%;
	}
	.pageLine .comImgBox .textBox {
		margin-top: 5px;
	}
}
@media all and (max-width: 374px) {
	.pageLine .pointBox .redUl li {
		margin-right: 2vw;
	}
	.pageLine .pointBox .redUl li span {
		width: 20vw;
		height: 20vw;
		font-size: 3.8vw;
	}
}

/*pageCase*/
.pageCase .pageTitle {
	margin-bottom: 0;
}
.pageCase .comBg {
	margin-bottom: 60px;
	padding-top: 47px;
}
.pageCase .comTopBox .txtBox {
	margin: 0 70px 0 -15px;
}
.pageCase .comLinkUl {
	margin: -30px 0 0;
	width: 370px;
}
.pageCase .comLinkUl li {
	margin: 25px 3px 0;
}
.pageCase .headline01 {
	margin-bottom: 32px;
}
.pageCase .infoBox {
	margin-bottom: 40px;
	display: flex;
	justify-content: space-between;
}
.pageCase .infoBox .photoBox {
	width: 400px;
}
.pageCase .infoBox .photoBox img {
	width: 100%;
}
.pageCase .infoBox .txtBox {
	width: 384px;
}
.pageCase .infoBox .txtBox .headline01 {
	margin-bottom: 8px;
	font-size: 1.8rem;
	text-align: left;
	font-weight: bold;
	line-height: 1.5;
	border-width: 1px;
	padding-bottom: 9px;
}
.pageCase .infoBox .txtBox .headline01 .red {
	display: block;
	font-size: 2.8rem;
	line-height: 1.46;
	font-weight: 900;
}
.pageCase .infoBox .txtBox dl {
	padding: 12px 12px;
	font-size: 1.5rem;
	font-weight: 500;
	color: #333;
	background-color: #e4e8eb;
	overflow: hidden;
}
.pageCase .infoBox .txtBox dt {
	float: left;
	width: 105px;
	padding: 1px 0 3px 30px;
	background: url("/img/common/icon49.png") no-repeat left center/26px auto;
	box-sizing: border-box;
}
.pageCase .infoBox .txtBox dt:nth-child(3) {
	background-image: url("/img/common/icon50.png");
}
.pageCase .infoBox .txtBox dt:nth-child(5) {
	background-image: url("/img/common/icon23.png");
}
.pageCase .infoBox .txtBox dd {
	padding: 0 0 12px 105px;
	font-size: 1.7rem;
}
.pageCase .infoBox .txtBox dd:last-child {
	padding-bottom: 0;
}
.pageCase .inner {
	margin-bottom: 77px;
}
.pageCase .pageBox {
	margin-bottom: 22px;
}
@media all and (max-width: 896px) {
	.pageCase .comBg {
		margin-bottom: 22px;
		padding-top: 24px;
	}
	.pageCase .comTopBox .txtBox {
		margin: 0 0 35px;
	}
	.pageCase .comTopBox .txtBox h3 {
		margin-bottom: 17px;
	}
	.pageCase .comTopBox .txtBox p {
		line-height: 1.5;
	}
	.pageCase .comLinkUl {
		width: auto;
		margin: -25px 0 0;
	}
	.pageCase .comLinkUl li {
		margin: 25px 0 0;
	}

	.pageCase .headline01 {
		margin-bottom: 24px;
	}
	.pageCase .infoBox {
		margin-bottom: 65px;
		display: block;
	}
	.pageCase .infoBox .photoBox {
		margin-bottom: 15px;
		width: auto;
	}
	.pageCase .infoBox .txtBox {
		width: auto;
	}
	.pageCase .infoBox .txtBox dt {
		padding: 2px 0 2px 30px;
	}
	.pageCase .inner {
		margin-bottom: 118px;
	}
	.pageCase .inner .comBtn {
		margin-top: -25px;
	}
	.pageCase .pageBox {
		margin: -50px 0 40px;
	}
}
/*comLinkList*/
.comLinkList {
	margin: -25px 45px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.comLinkList li {
	margin-top: 25px;
	width: 48.3%;
}
@media all and (min-width: 897px) {
	.comLinkList a:hover {
		opacity: 0.7;
	}
}

@media all and (max-width: 896px) {
	.comLinkList {
		margin: 0;
		display: block;
	}
	.comLinkList li {
		margin-top: 24px;
		width: auto;
	}
	.comLinkList li img {
		width: 100%;
	}
}
/*stepup/ranking*/
.pageRank .pageTitle {
	margin-bottom: 0;
}
.pageRank .comBg {
	margin-bottom: 120px;
	padding: 40px 0 79px;
}
.pageRank .comBg .headline09 {
	margin-bottom: 33px;
}
.pageRank .comBg .comLinkUl {
	margin-bottom: 53px;
}
.pageRank .comBg .comLinkUl li {
	margin: 29px 3px 0;
}
.pageRank .headline01 {
	margin-bottom: 40px;
}
.pageRank .comBg .headline01 {
	margin-bottom: 50px;
}
.pageRank .caseList01 {
	margin-top: -50px;
}
.pageRank .caseList01 li {
	margin: 50px 0 0;
	width: 100% !important;
	position: relative;
}
.pageRank .caseList01 li a {
	display: flex;
	padding: 23px 18px 23px 6px;
}
.pageRank .caseList01 li .hTtl {
	position: absolute;
	left: 0;
	top: 16px;
	text-align: left;
}
.pageRank .caseList01 li .img {
	margin-right: 16px;
	width: 236px;
}
.pageRank .caseList01 li .txtBox {
	flex: 1;
}
.pageRank .caseList01 li .txt {
	min-height: inherit;
	font-weight: bold;
}
.pageRank .caseList01 li .noteTxt {
	margin-bottom: 17px;
}
.pageRank .caseListUl li .noteTxt span {
	padding: 3px 7px;
	font-weight: 900;
}
.pageRank .caseList01 li .text {
	font-size: 1.6rem;
}
.pageRank .caseList02 {
	margin: 0;
	align-items: flex-start;
	justify-content: flex-start;
}
.pageRank .caseList02 > li:first-child {
	margin: 0 7px 0 0;
}
.pageRank .caseList02 > li:last-child {
	flex: 1;
	margin: 0;
	padding: 0;
	box-shadow: none;
}
.pageRank .caseList02 > li:last-child ul {
	margin-top: -35px;
}
.pageRank .caseList02 > li:last-child li {
	margin: 35px 0 0;
}
.pageRank .caseList02 > li:last-child li a {
	padding-bottom: 19px;
	align-items: center;
}
.pageRank .caseList02 > li:last-child li .img {
	margin: 0 8px 0 0;
	width: 151px;
}
.pageRank .caseList02 > li:last-child li .hTtl {
	left: 35px;
	top: 15px;
}
.pageRank .caseList02 > li:last-child li .txt {
	font-weight: 500;
}
.pageRank .caseList02 > li:last-child li .noteTxt {
	margin-bottom: 0;
}
.pageRank .inner:not(:last-child) {
	margin-bottom: 117px;
}
@media all and (max-width: 896px) {
	.pageRank .comBg {
		margin-bottom: 80px;
		padding: 38px 0 80px;
		background-color: #f4f5f6;
	}
	.pageRank .comBg .headline09 {
		margin-bottom: 11px;
	}
	.pageRank .comBg .comLinkUl {
		margin-bottom: 47px;
	}
	.pageRank .comBg .comLinkUl li {
		margin: 23px 0 0;
	}
	.pageRank .headline01 {
		margin-bottom: 40px;
	}
	.pageRank .comBg .headline01 {
		margin-bottom: 58px;
	}
	.pageRank .caseList01 {
		margin-top: 0;
	}
	.pageRank .caseList01 li {
		margin: 0 0 60px !important;
	}
	.pageRank .caseList01 li a {
		padding-bottom: 16px;
		flex-wrap: wrap;
	}
	.pageRank .caseList01 li:last-child {
		margin-bottom: 0 !important;
	}
	.pageRank .caseList01 li .img {
		margin-right: 7px;
		width: 151px;
	}
	.pageRank .caseListUl li .txt {
		min-height: 52px;
		word-break: normal !important;
		font-weight: normal;
	}
	.pageRank .caseList01 li .noteTxt {
		margin-bottom: 0;
	}
	.pageRank .caseList01 li .text {
		margin: 10px 0 0 8px;
	}
	.pageRank .caseList02 li {
		margin: 0 0 40px !important;
		position: relative;
	}
	.pageRank .caseList02 li a {
		padding: 23px 10px 15px 6px;
		display: flex;
	}
	.pageRank .caseList02 li:last-child {
		margin-bottom: 0 !important;
	}
	.pageRank .caseList02 li .hTtl {
		position: absolute;
		left: 0;
		top: 20px;
	}
	.pageRank .caseList02 li .img {
		margin: 0 7px 0 0;
		width: 151px;
	}
	.pageRank .caseList02 li .txtBox {
		flex: 1;
	}
	.pageRank .caseList02 > li:first-child .hTtl .bg {
		padding-top: 3px;
	}
	.pageRank .caseList02 > li:first-child .hTtl .bg:before {
		background: none;
	}
	.pageRank .caseList02 > li:last-child ul {
		margin-top: 0;
		width: 100%;
	}
	.pageRank .caseList02 > li:last-child li {
	}
	.pageRank .caseList02 > li:last-child li a {
		padding-bottom: 17px;
	}
	.pageRank .caseList02 > li:last-child li .hTtl {
		left: 0;
		top: 16px;
	}
	.pageRank .inner:not(:last-child) {
		margin-bottom: 77px;
	}
}
@media all and (max-width: 374px) {
	.caseListUl li .noteTxt span {
		font-size: 2.7vw;
	}
}

/*stepup/other_support*/
.other_support .topLink {
	margin-bottom: 40px;
}
.other_support .topLink li {
	margin: 29px 17px 0;
}
.other_support .topLink a {
	padding: 8px 8px 15px;
	color: #ec1234;
	font-size: 2rem;
	line-height: 1.45;
	width: 343px;
	border-width: 1px;
	box-sizing: border-box;
}
.other_support .topLink a:after {
	left: auto;
	right: 8px;
	bottom: auto;
	top: 18px;
	width: 4px;
	height: 4px;
	border-width: 1px;
}
.other_support .comBg {
	margin-bottom: 45px;
	padding: 74px 0 70px;
}
.other_support .comTopBox {
	align-items: flex-start;
}
.other_support .comTopBox .txtBox {
	margin-right: 30px;
	width: 336px;
}
.other_support .comTopBox .txtBox p {
	text-align: left;
}
.other_support .comTopBox .txtBox h3 {
	font-size: 2.2rem;
}
.other_support .comTopBox .comLinkUl {
	margin: 55px -3px 0;
}
.other_support .comTopBox .comLinkUl li {
	margin: 0 3px;
}
.other_support .headline01 {
	margin-bottom: 40px;
}
.other_support .inner {
	margin-bottom: 77px;
}
.other_support .comImgBox04 {
	align-items: stretch;
}
.other_support .comImgBox04 .image {
	margin-right: 16px;
	width: 400px;
}
.other_support .comImgBox04 .textBox {
	margin-top: -4px;
	padding-bottom: 65px;
	position: relative;
}
.other_support .comImgBox04 .textBox p {
	margin-bottom: 20px;
}
.other_support .comImgBox04 .textBox .comBtn {
	position: absolute;
	left: 0;
	bottom: 0;
}
.other_support .content:not(:last-child) {
	margin-bottom: 120px;
}
.other_support .comBg02 {
	margin-bottom: 0;
}
.other_support .comFlow {
	margin-top: 0;
}
.other_support .comFlow .headline05 span {
	font-size: 3.2rem;
}
.other_support .comFlow .content {
	max-width: 884px;
}
.other_support .comFlow .flowUl {
	margin-right: -65px;
}
.other_support .comFlow .flowUl li {
	margin-top: 45px;
}
.other_support .comFlow .flowUl li:nth-child(3):before {
	width: 9990px;
	height: 2px;
	position: absolute;
	top: 89px;
	left: calc(100% - 145px);
	background-color: #ec1234;
	content: "";
}
.other_support .comFlow .flowUl li:nth-child(4):after {
	width: 9990px;
	left: auto;
	right: 100%;
}
.other_support .comFlow .flowUl li:nth-child(4n) {
	margin-right: 60px;
}
.other_support .comFlow .flowUl li:last-child:after {
	display: block;
}
.other_support #pagePath {
	margin-top: -35px;
}
@media all and (max-width: 896px) {
	.other_support .topLink {
		margin: -4px 0 32px;
	}
	.other_support .topLink li {
		margin: 20px 16px 0;
		display: block;
	}
	.other_support .topLink a {
		padding: 16px 8px;
		font-size: 1.6rem;
		line-height: 1.5;
		width: auto;
		display: block;
	}
	.other_support .topLink a:after {
		right: 6px;
		top: 22px;
	}
	.other_support .comBg {
		margin-bottom: 45px;
		padding: 0;
	}
	.other_support .comTopBox .txtBox {
		margin: 0 0 25px;
		width: auto;
	}
	.other_support .comTopBox .comLinkUl {
		margin: -25px 0 0;
	}
	.other_support .comTopBox .comLinkUl li {
		margin: 25px 0 0;
	}
	.other_support .headline01 {
		margin-bottom: 24px;
	}
	.other_support .inner {
		margin-bottom: 77px;
	}
	.other_support .comImgBox04 .image {
		margin: 0 0 5px;
		width: auto;
	}
	.other_support .comImgBox04 .image img {
		width: 100%;
	}
	.other_support .comImgBox04 .textBox {
		margin-top: 0;
		padding-bottom: 0;
	}
	.other_support .comImgBox04 .textBox p {
		margin-bottom: 20px;
	}
	.other_support .comImgBox04 .textBox .comBtn {
		position: static;
		left: auto;
		bottom: auto;
		text-align: center;
	}
	.other_support .comBg02 {
		margin-bottom: 50px;
	}
	.other_support .comFlow .headline05 {
		margin-bottom: 50px;
	}
	.other_support .comFlow .headline05 span {
		font-size: 2.8rem;
	}
	.other_support .comFlow .content {
		max-width: inherit;
	}
	.other_support .comFlow .flowUl {
		margin-right: 0;
	}
	.other_support .comFlow .flowUl li {
		margin: 0 0 40px;
	}
	.other_support .comFlow .flowUl li:nth-child(3):before {
		display: none;
	}
	.other_support .comFlow .flowUl li:nth-child(4):after {
		width: 2px;
		left: 35px;
		right: auto;
	}
	.other_support .comFlow .flowUl li:nth-child(4n) {
		margin-right: 0;
	}
	.other_support .comFlow .flowUl li:last-child:after {
		display: none;
	}
	.other_support #pagePath {
		margin-top: -40px;
	}
}
/*type*/
.type .pageTitle {
	margin-bottom: 0;
}
.type .comBg {
	padding: 55px 0;
}
.type .comTopBox .txtBox {
	margin-right: 32px;
	width: 530px;
	text-align: left;
}
.type .comTopBox .txtBox h3 {
	font-size: 2.2rem;
}
.type .comTopBox .txtBox p {
	margin: 0;
	max-width: inherit;
}
.type .comTopBox .photoBox {
	width: 462px;
}
.type .comLinkUl {
	margin: -37px 0 87px;
}
.type .comLinkUl li {
	margin-top: 40px;
}
.type .comLinkUl a {
	padding-bottom: 6px;
	line-height: 1.25;
}
.type .headline01 + p {
	margin-bottom: 20px;
	font-size: 1.6rem;
	line-height: 2;
}
.type .inner {
	margin-bottom: 77px;
}
.type .bgBox {
	margin-bottom: 25px;
	background-color: #f4f5f6;
	padding: 25px 33px;
}
.type .bgBox .title {
	margin-bottom: 10px;
	text-align: center;
}
.type .bgBox .headline10 {
	display: inline-block;
	color: #ec1234;
	font-size: 2rem;
	line-height: 1.2;
}
.type .bgBox .txtImg {
	margin-bottom: 18px;
	text-align: center;
}
.type .bgBox .notes {
	margin: 0 52px 20px;
	font-size: 1.2rem;
	line-height: 1.33;
}
.type .bgBox .bgList {
	margin-right: -18px;
	display: flex;
}
.type .bgBox .bgList li {
	margin-right: 18px;
	width: 359px;
	padding: 15px;
	background-color: #fff;
	box-sizing: border-box;
}
.type .bgBox .bgList li .headline10 {
	margin-bottom: 3px;
	font-size: 1.6rem;
}
.type .bgBox .bgList li p {
	font-weight: bold;
	line-height: 1.71;
}
.type .bgBox .bgList02 {
	margin-right: -10px;
}
.type .bgBox .bgList02 li {
	margin-right: 10px;
	width: 240px;
}
.type .bgBox .listStyle li {
	min-height: 108px;
}
.type .headline05 {
	margin-bottom: -15px;
	font-weight: bold;
	line-height: 1.33;
}
@media all and (max-width: 896px) {
	.type .comBg {
		padding: 32px 0;
	}
	.type .comTopBox .txtBox {
		margin: 0 0 12px;
		width: auto;
	}
	.type .comTopBox .txtBox h3 {
		margin-bottom: 12px;
		font-size: 2.2rem;
		text-align: center;
	}
	.type .comTopBox .photoBox {
		width: auto;
	}
	.type .comLinkUl {
		margin: -32px 0 45px;
	}
	.type .comLinkUl li {
		margin: 25px 0 0;
	}
	.type .comLinkUl a {
		display: flex;
		align-content: flex-end;
		justify-content: center;
		align-items: flex-end;
	}
	.type .headline01 {
		margin-bottom: 20px;
	}
	.type .inner {
		margin-bottom: 77px;
	}
	.type .bgBox {
		margin-bottom: 25px;
		padding: 19px 16px 1px;
	}
	.type .bgBox .title {
		margin-bottom: 5px;
		text-align: left;
	}
	.type .bgBox .headline10 {
		font-size: 1.6rem;
	}
	.type .bgBox .headline10:before {
		top: 6px;
	}
	.type .bgBox .notes {
		margin: 0 0 20px;
	}
	.type .bgBox .bgList {
		margin-right: 0 !important;
		display: block;
	}
	.type .bgBox .bgList li {
		margin: 0 0 15px;
		width: auto !important;
		padding: 0;
		background: none;
	}
	.type .bgBox .bgList02 li {
		margin: 0 0 10px;
	}
	.type .bgBox .listStyle li {
		min-height: 57px;
	}
	.type .headline05 {
		margin-bottom: 17px;
		font-size: 1.8rem;
	}
	.type .banner img {
		width: 100%;
	}

}
/*sitemap*/
.sitemap .content {
	max-width: 1200px;
}
.sitemap .siteMenu > li {
	margin-top: 40px;
}
.sitemap .siteMenu a {
	display: block;
	position: relative;
}
.sitemap .siteMenu > li > a {
	padding: 15px;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	background-color: #2b2b2b;
	border-top: 2px solid #ec1234;
}
.sitemap .siteMenu a:after {
	margin-top: -4px;
	position: absolute;
	right: 10px;
	top: 50%;
	width: 5px;
	height: 5px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(-45deg);
	content: "";
}
.sitemap .siteMenu .subMenu {
	display: flex;
}
.sitemap .siteMenu .subMenu ul {
	width: 50%;
}
.sitemap .siteMenu .subMenu a {
	padding: 8px 15px;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.55;
	background-color: #fff;
	border-bottom: 1px solid #eee;
}
.sitemap .siteMenu .subMenu a:after {
	margin-top: -1px;
	border-color: #ec1234;
}
@media all and (min-width: 897px) {
	.sitemap .siteMenu a:hover {
		color: #ec1234;
	}
}
@media all and (max-width: 896px) {
	.sitemap .siteMenu .subMenu {
		display: block;
	}
	.sitemap .siteMenu .subMenu ul {
		width: auto;
	}
}
/*404*/
.notfound .pageTitle {
	margin-bottom: 44px;
	background-image: url("/img/404/page_bg.jpg");
}
.notfound .nofond {
	margin-bottom: 88px;
}
.notfound .nofond > p {
	margin-bottom: 25px;
}
.notfound .midBox {
	margin-bottom: 87px;
	text-align: center;
}
.notfound .midBox p {
	margin-bottom: 20px;
	font-size: 1.4rem;
	font-weight: normal;
}
.notfound .midBox ul {
	margin-bottom: 20px;
	display: inline-block;
}
@media all and (max-width: 896px) {
	.notfound .pageTitle {
		margin-bottom: 40px;
		background-image: url("/img/404/sp_page_bg.jpg");
	}
	.notfound .nofond h2 {
		margin-bottom: 13px;
		padding-top: 40px;
		font-size: 4rem;
	}
	.notfound .nofond > p {
		margin-bottom: 27px;
		font-size: 1.6rem;
	}
	.notfound .midBox {
		margin-bottom: 40px;
		text-align: left;
	}
	.notfound .midBox p {
		line-height: 1.45;
	}
	.notfound .midBox ul {
		margin: 0 5px 20px;
	}
}
/*used*/
.used .pageTitle {
	background-image: url("/img/contact/page_bg.jpg");
}
.used .enforcementBox {
	margin-top: 55px;
	border-top: none;
	padding-top: 0;
}
@media all and (max-width: 896px) {
	.used .pageTitle {
		background-image: url("/img/contact/sp_page_bg.jpg");
	}
	.used .enforcementBox {
		margin-top: 30px;
	}
	.contact_registration .titleBox h2 {
		margin-bottom: 15px;
	}
}
/*news*/
.news .pageTitle {
	margin-bottom: 36px;
}
.news .newsDl {
	padding: 6px 0 0;
}
.news .newsDl dt {
	font-weight: bold;
}
@media all and (max-width: 896px) {
	.news .pageTitle {
		margin-bottom: 15px;
	}
	.news .newsDl dt {
		font-weight: normal;
	}
	.news .wp-pagenavi {
		margin-top: 55px;
	}
}
/*faq*/
.faq .pageTitle {
	margin-bottom: 37px;
}
.faq .comLinkUl {
	margin-bottom: 50px;
}
.faq .comLinkUl li {
	margin-top: 32px;
}
.faq .headLine06 {
	margin: 0 4px 16px;
}
.faq .content .headline03 {
	margin: 0 5px 14px;
	font-size: 2rem;
	font-weight: bold;
}
.faq .headLine06 + .inner {
	display: none;
}
.faq .comFaqBox {
	margin-bottom: 27px;
}
.faq .comFaqBox .faqDl {
	margin-bottom: 60px;
	padding: 0 4px;
}
.faq .comFaqBox .faqDl dt {
	margin-bottom: 15px;
}
.faq .content {
	margin-bottom: 85px;
	max-width: 808px;
}
@media all and (max-width: 896px) {
	.faq .content {
		max-width: inherit;
	}
	.faq .pageTitle {
		margin-bottom: 14px;
	}
	.faq .comLinkUl {
		margin-bottom: 48px;
	}
	.faq .comLinkUl li {
		margin-top: 32px;
	}
	.faq .headLine06 {
		margin: 0;
		padding: 16px 0 12px;
	}
	.faq .headLine06.on {
		margin-bottom: 24px;
	}
	.faq .content .headline03 {
		margin: 0 0 10px;
		font-size: 1.8rem;
	}
	.faq .comFaqBox {
		margin-bottom: 0;
	}
	.faq .headLine06 + .inner {
		margin-bottom: 65px;
	}
	.faq .comFaqBox .faqDl {
		margin-bottom: 47px;
		padding: 0;
	}
	.faq .comFaqBox .faqDl dt {
		margin-bottom: 8px;
		padding-right: 25px;
	}
}
/*covid*/
.covid .bgBox {
	margin: 0 0 48px 5px;
	padding: 63px 0 60px;
	text-align: center;
	background: url("/img/covid/bg.png") no-repeat center top/cover;
}
.covid .bgBox h3 {
	margin-bottom: 17px;
	line-height: 1.67;
}
.covid .bgBox h3 .red {
	display: inline-block;
	font-size: 2.4rem;
	line-height: 1.45;
}
.covid .bgBox p {
	font-size: 1.6rem;
	line-height: 2;
	font-weight: bold;
	text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff;
}
.covid .btn {
	margin-bottom: 80px;
	text-align: center;
}
.covid .comBg {
	margin-bottom: 77px;
	padding: 70px 0;
}
.covid .comBg .listUl {
	margin: -25px -24px 0 0;
	display: flex;
	flex-wrap: wrap;
}
.covid .comBg .listUl li {
	margin: 40px 24px 0 0;
	width: 250px;
	text-align: center;
}
.covid .comBg .listUl li img {
	margin-bottom: 15px;
	width: 120px;
}
.covid .comBg .listUl li p {
	font-size: 1.6rem;
	font-weight: bold;
}
.covid .midTxt {
	margin-bottom: 40px;
	font-weight: normal;
}
.covid .pointlist {
	margin: 0 -80px 120px 0;
	display: flex;
	flex-wrap: wrap;
}
.covid .pointlist li {
	margin-right: 54px;
	width: 237px;
}
.covid .pointlist li p {
	font-size: 1.6rem;
}
.covid .pointlist li .ttl {
	margin: 0 auto 20px;
	width: 140px;
	height: 140px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #fff;
	font-size: 2.3rem;
	font-weight: 900;
	line-height: 1.52;
	background-color: #ec1234;
	border-radius: 50%;
}
.covid .headline09 {
	margin-bottom: 45px;
}
@media all and (max-width: 896px) {
	.covid .pageTitle {
		margin-bottom: 0;
	}
	.covid .mainBox {
		margin: 0;
	}
	.covid .bgBox {
		margin: 0 0 33px;
		padding: 20px 0 0;
		background: #f1f3f5;
	}
	.covid .bgBox h3 {
		margin-bottom: 14px;
		font-size: 1.8rem;
		line-height: 1.76;
	}
	.covid .bgBox h3 .red {
		font-size: 1.8rem;
		line-height: 1;
	}
	.covid .bgBox p {
		padding: 15px 0 14px;
		font-size: 1.4rem;
		line-height: 1.71;
		font-weight: normal;
		background: url("/img/covid/sp_bg.png") no-repeat center top/cover;
	}
	.covid .btn {
		margin: 0 16px 54px;
	}
	.covid .comBg {
		margin-bottom: 77px;
		padding: 0;
	}
	.covid .comBg .listUl {
		margin: -25px 0 0;
		justify-content: space-between;
	}
	.covid .comBg .listUl li {
		margin: 25px 0 0;
		width: 49%;
	}
	.covid .comBg .listUl li img {
		margin-bottom: 10px;
		width: 80px;
	}
	.covid .headline01 {
		margin-bottom: 22px;
	}
	.covid .midTxt {
		margin-bottom: 20px;
		font-size: 1.6rem;
		line-height: 2;
	}
	.covid .pointlist {
		margin: 0 0 85px;
		display: block;
	}
	.covid .pointlist li {
		margin: 0 0 40px;
		width: auto;
		display: flex;
		align-items: center;
	}
	.covid .pointlist li .ttl {
		margin: 0 12px 0 0;
		width: 94px;
		height: 94px;
		font-size: 1.6rem;
	}
	.covid .pointlist li p:last-child {
		flex: 1;
	}
	.covid .headline09 {
		margin-bottom: 15px;
	}
}
@media all and (max-width: 374px) {
	.covid .comBg .listUl li p {
		font-size: 4vw;
	}
}

/*bikelifelab*/
.comSnsList {
	display: flex;
	justify-content: center;
}
.comSnsList li:not(:last-child) {
	margin-right: 24px;
}
.comSnsList a:hover {
	opacity: 0.7;
}
.comSnsList img {
	height: 38px;
}
@media all and (max-width: 896px) {
	.comSnsList {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
}
@media all and (max-width: 359px) {
	.comSnsList img {
		height: 30px;
	}
	.comSnsList li:not(:last-child) {
		margin-right: 10px;
	}
}
.comArrowUl li {
	margin: -2px 0 0 -336px;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	border: 1px solid #ec1234;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	cursor: pointer;
	box-sizing: border-box;
	background-color: #fff;
	overflow: hidden;
	-webkit-transition: .3s;
	transition: .3s;
}
.comArrowUl li::before {
	margin: -6px 0 0 -2px;
	width: 10px;
	height: 10px;
	border: 2px solid;
	border-color: #ec1234 #ec1234 transparent transparent;
	transform: rotate(-135deg);
	position: absolute;
	top: 50%;
	left: 50%;
	content: "";
}
.comArrowUl .next {
	margin-left: 336px;
}
.comArrowUl .next::before {
	margin-left: -12px;
	transform: rotate(45deg);
}
@media all and (min-width: 897px) {
	.comArrowUl li:hover {
		background-color: #ec1234;
	}
	.comArrowUl li:hover::before {
		border-color: #fff #fff transparent transparent;
	}
}
@media all and (max-width: 896px) {
	.comArrowUl li {
		margin: -9px 0 0 0;
		width: 30px;
		height: 30px;
		left: -8px;
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
	.comArrowUl .next {
		margin: -9px 0 0 0;
		left: auto;
		right: -8px;
	}
	.comArrowUl li::before {
		margin: -5px 0 0 -3px;
		width: 7px;
		height: 7px;
	}
	.comArrowUl .next::before {
		margin-left: -8px;
	}
}
#bikelifelab .slick-dots {
	margin-top: 24px;
	text-align: center;
	font-size: 0;
	line-height: 0;
	position: relative;
	left: auto;
	bottom: auto;
}
#bikelifelab .slick-dots button {
	display: none;
}
#bikelifelab .slick-dots li {
	margin: 0 3px;
	width: 45px;
	height: 4px;
	display: inline-block;
	vertical-align: top;
	background-color: #e4e8eb;
	cursor: pointer;
}
#bikelifelab .slick-dots .slick-active {
	background-color: #ec1234;
}
@media all and (max-width: 896px) {
	#bikelifelab .slick-dots {
		margin-top: 16px;
	}
	#bikelifelab .slick-dots li {
		margin: 0 2px;
		width: 32px;
	}
}
#bikelifelab #container {
	padding-top: 80px;
}
#bikelifelab #gHeader {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background-color: #fff;
	box-shadow: none;
	z-index: 100;
}
#bikelifelab #gHeader .hBox {
	align-items: center;
}
#bikelifelab #gHeader h1 {
	font-size: 1rem;
	line-height: 1.2;
}
#bikelifelab #gHeader h1 img {
	margin-bottom: 5px;
	display: block;
}
#bikelifelab #gHeader .rightBox {
	align-items: center;
}
#bikelifelab #gHeader .naviUl {
	margin-top: 0;
}
#bikelifelab #gHeader .naviUl a {
	font-weight: bold;
}
#bikelifelab #gHeader .searchBtn a {
	width: 81px;
	height: 81px;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	align-items: center;
	background-color: #2b2b2b;
}
#bikelifelab #gHeader .searchBtn a span {
	display: none;
	width: 100%;
	text-align: center;
	margin-top: 4px;
	color: #fff;
	font-size: 1rem;
}
#bikelifelab #gHeader .searchBtn a.on span {
	display: block;
}
#bikelifelab #gHeader .searchBox {
	padding: 10px 0;
	display: none;
	margin-bottom: 0;
}
#bikelifelab #gHeader .searchBox .subBox {
	display: flex;
	justify-content: center;
}
#bikelifelab #gHeader .searchBox .ttl {
	margin-right: 15px;
	font-weight: bold;
	font-size: 1.6rem;
}
#bikelifelab #gHeader .searchBox .txtBox {
	display: flex;
}
#bikelifelab #gHeader .searchBox input {
	box-sizing: border-box;
	padding: 10px;
	width: 411px;
	height: 32px;
	border: solid 1px #7b8d9a;
	background-color: #fff;
	appearance: none;
	-webkit-appearance: none;
}
#bikelifelab #gHeader .searchBox input[type=text] {
	border-right: none;
}
#bikelifelab #gHeader .searchBox input[type=submit] {
	width: 84px;
	padding: 7px;
	color: #fff;
	font-size: 1.2rem;
	letter-spacing: 1.2px;
	cursor: pointer;
	background-color: #ec1234;
	border-color: #ec1234;
	transition: .3s;
}
#bikelifelab #main {
	background-color: #e4e8eb;
}
#bikelifelab #main.index {
	padding-bottom: 150px;
}
#bikelifelab .slideBox {
	margin-bottom: 73px;
	position: relative;
}
#bikelifelab .slideBox:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 270px;
	background-color: #fff;
	opacity: 0.8;
	content: "";
}
#bikelifelab .slideBox .foo {
	position: relative;
	z-index: 1;
}
#bikelifelab .slideBox .slick-slide {
	margin: 0 16px;
	padding-bottom: 6px;
	width: 568px;
}
#bikelifelab .slideLink {
	width: 568px;
}
#bikelifelab .slideLink a {
	display: block;
}
#bikelifelab .slideLink a .photo {
	overflow: hidden;
	background-color: #2b2b2b;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
}
#bikelifelab .slideLink a .photo img {
	transition-duration: .3s;
}
#bikelifelab .slideLink .txtBox {
	margin-top: -40px;
	width: 536px;
	padding: 14px 16px 7px;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.16);
	background-color: #fff;
	box-sizing: border-box;
	position: relative;
}
#bikelifelab .slideBox .slick-dots {
	margin-top: 0;
	position: absolute;
	left: 50%;
	bottom: -45px;
	transform: translateX(-50%);
}
#bikelifelab .slideBox .slick-dots li {
	width: 45px;
	background-color: #fff;
}
#bikelifelab .slideBox .slick-dots .slick-active {
	background-color: #ec1234;
}
#bikelifelab .tag {
	display: inline-block;
	margin-bottom: 10px;
	color: #fff;
	font-size: 1.2rem;
	font-weight: bold;
	padding: 3px 4px 5px;
	background-color: #ec1234;
	line-height: 1.2;
}
#bikelifelab .slideLink .txtBox h2 {
	margin-bottom: 33px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.33;
}
#bikelifelab .slideLink .txtBox .date {
	padding: 7px 20px 1px;
	margin: 0 -16px;
	font-size: 1.4rem;
	border-top: 1px solid #7b8d9a;
}
#bikelifelab .banner {
	margin: 0 auto 65px;
	max-width: 800px;
	text-align: center;
	line-height: 0;
}
#bikelifelab .slideBox .prev, #bikelifelab .slideBox .next {
	bottom: -75px;
	top: auto;
	left: 80px;
	margin: 0;
	transform: none;
}
#bikelifelab .slideBox .next {
	left: auto !important;
	right: 80px;
}
#bikelifelab .comBg {
	padding: 47px 0 88px;
	background-color: rgba(255, 255, 255, 0.8);
}
#bikelifelab .headline08 {
	margin-bottom: 30px;
	padding-bottom: 11px;
	font-size: 2.8rem;
	line-height: 1.46;
	font-weight: 900;
	letter-spacing: 5.6px;
	background: url("/img/bikelifelab/line.png") no-repeat center bottom/40px auto;
}
#bikelifelab .headline08:after {
	display: none;
}
#bikelifelab .comNews {
	margin-top: -27px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#bikelifelab .comNews li {
	margin-top: 27px;
	width: 48.5%;
}
#bikelifelab .comNews a {
	display: flex;
}
#bikelifelab .comNews a .photo {
	margin: 5px 15px 0 0;
	width: 280px;
	position: relative;
	overflow: hidden;
	background-color: #2b2b2b;
}
#bikelifelab .comNews a .photo img {
	transition-duration: .3s;
}
#bikelifelab .comNews a .photo .tag {
	margin-bottom: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 1.4rem;
}
#bikelifelab .comNews a .txtBox {
	padding-bottom: 40px;
	flex: 1;
	position: relative;
}
#bikelifelab .comNews a .txtBox h3 {
	font-size: 1.8rem;
	line-height: 1.78;
	font-weight: bold;
}
#bikelifelab .comNews a .txtBox .date {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	padding-top: 8px;
	font-weight: bold;
	line-height: 1.5;
	border-top: 1px solid #d9d9d9;
}
#bikelifelab .content {
	max-width: 830px;
}
#bikelifelab .categoryBox {
	padding: 40px 0 150px;
}
#bikelifelab .categoryBox .headline08 {
	margin-bottom: 23px;
}
#bikelifelab .category {
	margin: -30px -10px 0 0;
	display: flex;
	flex-wrap: wrap;
}
#bikelifelab .category li {
	margin: 30px 8px 0 0;
	width: 202px;
}
#bikelifelab .category a {
	display: block;
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
}
#bikelifelab .category a span {
	margin-bottom: 16px;
	height: 134px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #2b2b2b;
	border-top: 4px solid #ec1234;
	box-sizing: border-box;
	transition: .3s;
}
#bikelifelab .category a img {
	width: 56px;
}
#bikelifelab .listBox {
	margin-bottom: 130px;
	padding: 0 0 80px;
}
#bikelifelab .headline08 span {
	margin: 0 auto -50px;
	display: flex;
	width: 120px;
	height: 120px;
	transform: translateY(-52px);
	justify-content: center;
	align-items: center;
	background-color: #f9fafb;
}
#bikelifelab .headline08 span img {
	width: 70px;
}
#bikelifelab .listBox .inner {
	padding-top: 10px;
	display: flex;
	justify-content: space-between;
}
#bikelifelab .listBox .linkInner {
	width: 568px;
}
#bikelifelab .listBox .linkInner .slideLink {
	margin-bottom: 40px;
}
#bikelifelab .listBox .comNews {
	margin-top: -27px;
	width: 584px;
	display: block;
}
#bikelifelab .listBox .comNews li {
	width: auto;
}
#bikelifelab .bgBlack a {
	padding: 15px;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 900;
	text-align: center;
	min-width: 311px;
	letter-spacing: 3.2px;
	background: #2b2b2b;
}
#bikelifelab .bgBlack a:after {
	display: none;
}
#bikelifelab .specialBox {
	margin-bottom: 172px;
	padding: 80px 0;
	background-color: #2b2b2b;
}
#bikelifelab .specialBox .mainBox {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#bikelifelab .specialBox h2 {
	margin-top: 75px;
	width: 167px;
	color: #fff;
	background-image: url("/img/bikelifelab/line02.png");
}
#bikelifelab .specialBox h2 span {
	background-color: #2b2b2b;
}
#bikelifelab .specialBox ul {
	display: flex;
	width: 1021px;
}
#bikelifelab .specialBox li {
	margin-left: 21px;
	width: 319px;
}
#bikelifelab .specialBox li a {
	display: block;
}
#bikelifelab .specialBox li .photo {
	margin-bottom: 2px;
	position: relative;
	overflow: hidden;
	background-color: #2b2b2b;
}
#bikelifelab .specialBox li .photo img {
	transition-duration: .3s;
}
#bikelifelab .specialBox li .photo:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 73%, rgba(2, 2, 2, 0.04) 78%, rgba(15, 15, 15, 0.35) 87%, #2b2b2b);
	content: "";
}
#bikelifelab .specialBox li .photo p {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	color: #fff;
	font-weight: bold;
	line-height: 1.43;
	min-height: 75px;
	padding: 10px 10px 25px;
	z-index: 1;
	box-sizing: border-box;
}
#bikelifelab .specialBox li .tag {
	margin: 0 3px;
	padding: 5px 10px;
	color: #2b2b2b;
	font-size: 1.3rem;
	background-color: #fff;
}
#bikelifelab .bgSlide {
	margin-bottom: 200px;
	padding-bottom: 0;
}
#bikelifelab .bgSlide .slideBox {
	margin-bottom: 115px;
	padding-top: 10px;
}
#bikelifelab .bgSlide .comBtn {
	transform: translateY(30px);
}
#bikelifelab .bgSlide .prev, #bikelifelab .bgSlide .next {
	bottom: -104px;
}
#bikelifelab .bgSlide .slick-dots {
	bottom: -75px;
}
#bikelifelab .bgSlide .slick-dots li {
	background-color: #e4e8eb;
}
#bikelifelab .rankBox {
	margin-bottom: 0 !important;
	padding-bottom: 0;
}
#bikelifelab .rankBox .comBtn {
	transform: translateY(30px);
}
#bikelifelab .rankBox .comBtnList {
	margin-bottom: 25px;
}
#bikelifelab .rankBox .comBtnList li {
	margin: 0 3px;
}
#bikelifelab .rankBox .comBtnList li a {
	padding: 1px;
	width: auto;
	min-width: 109px;
	font-size: 1.4rem;
	font-weight: bold;
}
#bikelifelab .rankBox .slickBox {
	margin-bottom: 20px;
	position: relative;
}
#bikelifelab .rankBox .slickBox .slick-list {
	overflow: visible;
}
#bikelifelab .rankBox .slickBox .prev {
	margin: -5px 0 0 -610px;
}
#bikelifelab .rankBox .slickBox .next {
	margin: -5px 0 0 610px;
}
#bikelifelab .rankBox .slickBox .slick-disabled {
	display: none !important;
}
#bikelifelab .rankBox .comNews {
	width: auto;
}
#bikelifelab .rankBox .comNews .num {
	margin-bottom: 7px;
	font-size: 2.4rem;
	font-weight: 900;
	line-height: 1.5;
}
#bikelifelab .rankBox .comNews .num span {
	font-size: 3.2rem;
}
#bikelifelab .rankBox .comNews .slick-slide, #bikelifelab .rankBox .comNews .slick-slide li {
	margin-right: 32px;
	width: 280px;
}
#bikelifelab .rankBox .comNews a {
	display: block;
}
#bikelifelab .rankBox .comNews a .photo {
	margin: 0 0 10px;
}
#bikelifelab .rankBox .comNews a h3 {
	margin-bottom: 13px;
}
#bikelifelab .rankBox .comNews a .txtBox {
	padding-bottom: 0;
}
#bikelifelab .rankBox .comNews a .date {
	position: static;
	left: auto;
	bottom: auto;
}
#bikelifelab #gFooter {
	margin-top: 0;
	padding: 40px 0 25px;
	background: none;
	border: none;
}
#bikelifelab #gFooter .pagetop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	top: auto;
}
#bikelifelab #gFooter .fLogo {
	margin-bottom: 30px;
	text-align: center;
	width: auto;
}
#bikelifelab #gFooter .comSnsList {
	margin-bottom: 15px;
	justify-content: center;
}
#bikelifelab #gFooter .fNavi {
	padding: 25px 0;
	justify-content: center;
	border-top: 1px solid #e4e8eb;
}
#bikelifelab #gFooter .fNavi > li {
	margin-right: 40px;
	padding-bottom: 0;
}
#bikelifelab #gFooter .fNavi > li:last-child {
	width: 150px;
}
#bikelifelab #gFooter .fNavi ul {
	border-top: none;
}
#bikelifelab #gFooter .fNavi ul li {
	border-bottom: none;
}
#bikelifelab #gFooter .fNavi a {
	padding: 8px;
	font-size: 1.6rem;
	letter-spacing: 1.6px;
}
#bikelifelab #gFooter .fNavi .downUl li a {
	font-size: 1.4rem;
}
#bikelifelab #gFooter .fNavi .dorp > a:after {
	right: -7px;
	border-color: #2b2b2b #2b2b2b transparent transparent
}
#bikelifelab #gFooter address {
	margin-top: 0;
	text-align: center;
}
@media all and (min-width: 897px) {
	#bikelifelab #gHeader .rightBox {
		display: flex !important;
	}
	#bikelifelab #gHeader .searchBox input[type=submit]:hover {
		background-color: #fff;
		color: #ec1234;
	}
	#bikelifelab .bgBlack a:hover {
		opacity: 1;
		color: #2b2b2b;
		background-color: #fff;
	}
	#bikelifelab #gHeader .naviUl a:hover {
		color: #ec1234;
	}
	#bikelifelab #gHeader .searchBtn a:hover {
		background-color: #ec1234;
	}
	#bikelifelab .slideLink a:hover .photo img {
		transition-duration: .3s;
		transform: scale(1.1);
		opacity: .6;
	}
	#bikelifelab .slideLink a:hover .txtBox h2 {
		color: #ec1234;
	}
	#bikelifelab .comNews a:hover .photo img {
		transition-duration: .3s;
		transform: scale(1.1);
		opacity: .6;
	}
	#bikelifelab .banner a:hover {
		opacity: 0.7;
	}
	#bikelifelab .category a:hover span {
		background-color: #7b8d9a;
	}
	#bikelifelab .specialBox li a:hover .photo img {
		transition-duration: .3s;
		transform: scale(1.1);
		opacity: .6;
	}
	#bikelifelab #gFooter .fNavi a:hover {
		opacity: 1;
		color: #ec1234;
	}
}
@media all and (max-width: 896px) {
	#bikelifelab #container {
		padding-top: 81px;
	}
	#bikelifelab .content {
		max-width: inherit;
	}
	#bikelifelab #gHeader {
		position: static;
		left: auto;
		top: auto;
		background: none;
	}
	#bikelifelab #gHeader .hBox {
		display: block;
	}
	#bikelifelab #gHeader .hInner {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 81px;
		padding: 8px 0;
		background-color: #fff;
		box-sizing: border-box;
		z-index: 100;
	}
	#bikelifelab #gHeader h1 {
		font-size: 1rem;
		line-height: 1.2;
		min-width: 212px;
	}
	#bikelifelab #gHeader h1 img {
		margin-bottom: 5px;
		display: block;
	}
	#bikelifelab #gHeader .rightBox {
		display: inherit;
	}
	#bikelifelab #gHeader .rightBox .searchBtn {
		display: none;
	}
	#bikelifelab #gHeader .searchBtn {
		position: absolute;
		right: 95px;
		top: 25px;
	}
	#bikelifelab #gHeader .searchBtn a {
		width: 30px;
		height: 30px;
		display: block;
		background: none;
	}
	#bikelifelab #gHeader .searchBox {
		padding: 90px 20px 20px;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		z-index: 90;
		background-color: #fff;
		box-sizing: border-box;
	}
	#bikelifelab #gHeader .searchBox .subBox {
		display: block;
	}
	#bikelifelab #gHeader .searchBox .ttl {
		margin: 0 0 10px;
		text-align: center;
	}
	#bikelifelab #gHeader .searchBox .txtBox {
		justify-content: center;
	}
	#bikelifelab #gHeader .searchBox input {
		width: 75%;
	}
	#bikelifelab #gHeader .searchBox input[type=submit] {
		width: 25%;
	}
	#bikelifelab #gHeader .naviUl {
		margin: 95px 20px;
	}
	#bikelifelab .menu {
		right: 0;
		top: 0;
		display: block;
		position: absolute;
		width: 73px;
		height: 73px;
		cursor: pointer;
		z-index: 101;
		background-color: #2b2b2b;
		transition: opacity .25s ease;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
		box-sizing: border-box;
	}
	#bikelifelab .menu > div {
		margin: 27px auto 0;
		width: 24px;
		height: 24px;
		position: relative;
	}
	#bikelifelab .menu span {
		background-color: #fff;
		border: none;
		height: 2px;
		width: 24px;
		position: absolute;
		top: 0;
		left: 0;
		-webkit-transition: all .35s ease;
		transition: all .35s ease;
		cursor: pointer;
	}
	#bikelifelab .menu span:nth-of-type(2) {
		top: 8px;
	}
	#bikelifelab .menu span:nth-of-type(3) {
		top: 16px;
	}
	#bikelifelab .menu.active .top, #bikelifelab .closeBtn .top {
		-webkit-transform: translateY(8px) translateX(0) rotate(45deg);
		-ms-transform: translateY(8px) translateX(0) rotate(45deg);
		transform: translateY(8px) translateX(0) rotate(45deg);
	}
	#bikelifelab .menu.active .middle, #bikelifelab .closeBtn .middle {
		opacity: 0;
	}
	#bikelifelab .menu.active .bottom, #bikelifelab .closeBtn .bottom {
		-webkit-transform: translateY(-8px) translateX(0) rotate(-45deg);
		-ms-transform: translateY(-8px) translateX(0) rotate(-45deg);
		transform: translateY(-8px) translateX(0) rotate(-45deg);
	}
	#bikelifelab #main.index {
		padding-bottom: 110px;
	}
	#bikelifelab .slideBox {
		margin: -6px -6px 67px;
	}
	#bikelifelab .slideBox:after {
		display: none;
	}
	#bikelifelab .slideBox .slick-list {
		padding: 0;
	}
	#bikelifelab .slideBox .slick-slide {
		margin: 0;
		padding-bottom: 0;
		width: 100%;
	}
	#bikelifelab .slideLink {
		width: auto;
	}
	#bikelifelab .slideLink .txtBox {
		margin-left: 6px;
		width: 89%;
	}
	#bikelifelab .slideBox .slick-dots {
		bottom: -30px;
	}
	#bikelifelab .slideBox .slick-dots li {
		width: 32px;
	}
	#bikelifelab .slideLink .txtBox h2 {
		margin-bottom: 10px;
	}
	#bikelifelab .slideLink .txtBox .date {
		font-size: 1.2rem;
	}
	#bikelifelab .slideBox .prev, #bikelifelab .slideBox .next {
		bottom: -45px;
		left: 22px;
	}
	#bikelifelab .slideBox .next {
		right: 22px;
	}
	#bikelifelab .banner {
		margin: 0 0 28px;
		max-width: inherit;
	}
	#bikelifelab .banner .slick-slide {
		margin: 0 4px;
	}
	#bikelifelab .comBg {
		padding: 38px 0 40px;
	}
	#bikelifelab .comNews {
		margin-top: -5px;
		display: block;
	}
	#bikelifelab .comNews li {
		margin-top: 24px;
		width: auto;
	}
	#bikelifelab .comNews a .photo {
		margin: 0 8px 0 0;
		width: 172px;
	}
	#bikelifelab .comNews a .photo .tag {
		font-size: 1.2rem;
	}
	#bikelifelab .comNews a .txtBox h3 {
		font-size: 1.6rem;
		line-height: 1.5;
	}
	#bikelifelab .comNews a .txtBox .date {
		font-size: 1.2rem;
		font-weight: normal;
		padding-top: 4px;
	}
	#bikelifelab .categoryBox {
		padding: 60px 0 80px;
		max-width: inherit;
	}
	#bikelifelab .category {
		margin: -25px -2px 0;
	}
	#bikelifelab .category li {
		margin: 0;
		padding: 25px 2px 0;
		width: calc(100%/3);
		box-sizing: border-box;
	}
	#bikelifelab .category a {
		font-size: 1.6rem;
	}
	#bikelifelab .category a span {
		margin-bottom: 4px;
		height: 74px;
		border-width: 2px;
	}
	#bikelifelab .category a img {
		width: 42px;
	}
	#bikelifelab .listBox {
		margin-bottom: 170px;
		padding: 0;
	}
	#bikelifelab .headline08 span {
		margin-bottom: -32px;
		width: 72px;
		height: 72px;
		transform: translateY(-27px);
	}
	#bikelifelab .headline08 span img {
		width: 42px;
	}
	#bikelifelab .listBox .inner {
		padding-top: 0;
		margin-bottom: 13px;
		flex-wrap: wrap;
	}
	#bikelifelab .listBox .linkInner {
		margin: 0;
		width: 100%;
		order: 0;
	}
	#bikelifelab .listBox .linkInner .slideLink {
		margin-bottom: 30px;
	}
	#bikelifelab .listBox .linkInner .slideLink a {
		display: flex;
	}
	#bikelifelab .listBox .linkInner .slideLink a .photo {
		margin-right: 8px;
		width: 172px;
		position: relative;
	}
	#bikelifelab .listBox .linkInner .slideLink a .photo .tag {
		position: absolute;
		left: 0;
		bottom: 0;
		margin-bottom: 0;
	}
	#bikelifelab .listBox .linkInner .slideLink a .txtBox {
		padding: 0;
		box-shadow: none;
		width: auto;
		flex: 1;
		margin: 0;
		background: none;
	}
	#bikelifelab .listBox .linkInner .slideLink a .txtBox h2 {
		font-size: 1.6rem;
	}
	#bikelifelab .listBox .linkInner .slideLink a .txtBox .date {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		margin: 0;
		padding: 4px 0 0;
		box-sizing: border-box;
		border-color: #d9d9d9;
	}
	#bikelifelab .listBox .comBtn {
		transform: translateY(30px);
	}
	#bikelifelab .listBox .comNews {
		margin-top: -22px;
		width: 100%;
		display: block;
		order: 2;
	}
	#bikelifelab .listBox .comNews li {
		width: auto;
	}
	#bikelifelab .specialBox {
		margin-bottom: 150px;
		padding: 0 0 54px;
	}
	#bikelifelab .specialBox .mainBox {
		display: block;
		margin: 0;
	}
	#bikelifelab .specialBox h2 {
		margin: 0 0 25px;
		width: auto;
	}
	#bikelifelab .specialBox .slick-list {
		padding: 0 60px;
	}
	#bikelifelab .specialBox ul {
		display: inherit;
		width: auto;
	}
	#bikelifelab .specialBox .slick-slide {
		margin: 0 8px;
	}
	#bikelifelab .specialBox li {
		width: auto;
		margin-left: 0;
	}
	#bikelifelab .specialBox li .photo p {
		padding: 10px;
		min-height: 58px;
	}
	#bikelifelab .specialBox li .tag {
		font-size: 1rem;
	}
	#bikelifelab .bgSlide {
		margin-bottom: 175px;
	}
	#bikelifelab .bgSlide .slick-list {
		margin: 0 22px;
		overflow: visible;
	}
	#bikelifelab .bgSlide .slick-slide {
		margin-right: 16px;
	}
	#bikelifelab .bgSlide .slideBox {
		margin-bottom: 60px;
	}
	#bikelifelab .bgSlide .slideLink .photo {
		margin-bottom: 15px;
		position: relative;
	}
	#bikelifelab .bgSlide .slideLink .photo .tag {
		position: absolute;
		left: 0;
		bottom: 0;
		margin-bottom: 0;
	}
	#bikelifelab .bgSlide .slideLink .txtBox {
		padding: 0;
		margin: 0;
		width: 100%;
		background: none;
		box-shadow: none;
	}
	#bikelifelab .bgSlide .slideLink .txtBox h2 {
		font-size: 1.6rem;
		line-height: 1.5;
	}
	#bikelifelab .bgSlide .slideLink .txtBox .date {
		margin: 0;
		padding: 4px 0 0;
	}
	#bikelifelab .bgSlide .prev, #bikelifelab .bgSlide .next {
		bottom: -58px;
	}
	#bikelifelab .bgSlide .slick-dots {
		bottom: -45px;
	}
	#bikelifelab .bgSlide .slick-disabled {
		display: none !important;
	}
	#bikelifelab .rankBox .slickBox {
		margin-bottom: 10px;
	}
	#bikelifelab .rankBox .comBtnList {
		margin: -5px -4px 35px;
	}
	#bikelifelab .rankBox .comBtnList li {
		width: calc(100%/3 - 8px);
	}
	#bikelifelab .rankBox .comNews .num {
		margin-bottom: 0;
	}
	#bikelifelab .rankBox .comBtnList li a {
		width: 100%;
	}
	#bikelifelab .rankBox .comNews li {
		width: auto;
	}
	#bikelifelab .rankBox .comNews a {
		display: flex;
	}
	#bikelifelab .rankBox .comNews a .photo {
		margin: 0 8px 0 0;
	}
	#bikelifelab .rankBox .comNews a .date {
		position: absolute;
		left: 0;
		bottom: 0;
	}
	#bikelifelab #gFooter {
		padding: 50px 0;
	}
	#bikelifelab #gFooter .pagetop {
		bottom: 10px;
		top: auto;
		right: 10px;
		width: 72px;
		height: auto;
	}

	#bikelifelab #gFooter .comSnsList {
		margin-bottom: 27px;
	}
	#bikelifelab #gFooter .fNavi {
		padding: 0 0 20px;
		border-top: none;
	}
	#bikelifelab #gFooter .fNavi > li {
		margin-right: 0;
	}
	#bikelifelab #gFooter .fNavi > li:last-child {
		width: auto;
	}
	#bikelifelab #gFooter .fNavi a {
		padding: 12px 15px;
	}
	#bikelifelab #gFooter .fNavi a:after {
		right: 17px !important;
	}
	#bikelifelab .bgBlack a {
		min-width: inherit;
	}
}
@media all and (max-width: 374px) {
	#bikelifelab .comNews a .photo .tag {
		font-size: 3.2vw;
	}
	#bikelifelab .comNews a .txtBox h3,#bikelifelab .listBox .linkInner .slideLink a .txtBox h2 {
		font-size: 4vw;
	}
	#bikelifelab .category a {
		font-size: 4.8vw;
	}
	#bikelifelab .rankBox .comBtnList li a {
		font-size: 4vw;
	}
}
@media all and (max-width: 359px) {
	#bikelifelab .comNews a .photo,#bikelifelab .listBox .linkInner .slideLink a .photo {
		width: 150px;
	}
}

/* bikelifelab/news */
#bikelifelab .news .headline05 {
	padding: 14px 0 16px;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
	background-color: #fff;
}
#bikelifelab .news .headline05 {
	margin-bottom: 32px;
	display: flex;
	font-size: 3.2rem;
	align-items: center;
	justify-content: center;
}
#bikelifelab .news .headline05 span {
	width: 120px;
	height: 120px;
	margin-right: 15px;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
#bikelifelab .cagBox {
	margin-bottom: 19px;
	display: flex;
	justify-content: center;
}
#bikelifelab .cagBox .ttl {
	margin: 5px 15px 0 0;
	font-size: 1.8rem;
	font-weight: 900;
}
#bikelifelab .cagBox .listBox {
	margin: -10px 0 0;
	padding: 0;
	width: 770px;
}
#bikelifelab .cagBox .listBox ul {
	margin: 0 -4px;
	display: flex;
	flex-wrap: wrap;
}
#bikelifelab .cagBox ul li {
	width: calc(100%/3);
	box-sizing: border-box;
	padding: 10px 4px 0;
}
#bikelifelab .cagBox li a {
	display: block;
	padding: 12px 8px;
	font-weight: bold;
	line-height: 1.14;
	position: relative;
	background-color: #fff;
}
#bikelifelab .cagBox li a:after {
	position: absolute;
	right: 8px;
	top: 15px;
	width: 6px;
	height: 6px;
	border-right: 2px solid #ec1234;
	border-bottom: 2px solid #ec1234;
	transform: rotate(-45deg);
	content: "";
}
#bikelifelab .cagBox .hide {
	display: none;
}
#bikelifelab .btnMore a {
	display: block;
	margin: 0 auto;
	padding: 9px;
	width: 211px;
	color: #fff;
	font-size: 1.2rem;
	text-align: center;
	letter-spacing: 2.4px;
	background-color: #2b2b2b;
	box-sizing: border-box;
}
#bikelifelab .btnMore a .close {
	display: none;
}
#bikelifelab .btnMore a.on .close {
	display: block;
}
#bikelifelab .btnMore a.on .more {
	display: none;
}
#bikelifelab .pageNum {
	margin-bottom: 20px;
	font-size: 1.6rem;
	font-weight: 900;
}
#bikelifelab .pageNum > span {
	margin-left: 8px;
	color: #ec1234;
	vertical-align: -2px;
}
#bikelifelab .pageNum > span span {
	font-size: 3.2rem;
	line-height: 1.22;
}
#bikelifelab .news .newsBox {
	padding: 35px 0 40px;
}
#bikelifelab .wp-pagenavi {
	margin-bottom: 80px;
}
#bikelifelab .wp-pagenavi span.current {
	background-color: #ec1234;
}
#bikelifelab .wp-pagenavi .nextpostslink {
	background-image: url("/img/common/next.png");
}
#bikelifelab .wp-pagenavi .previouspostslink {
	background-image: url("/img/common/prev.png");
}
#bikelifelab .wp-pagenavi a {
	color: #333;
}
.wp-pagenavi .extend {
	background-image: url("/img/bikelifelab/dot_icon.png");
}
#bikelifelab .news .categoryBox {
	padding: 62px 0 80px;
}
#bikelifelab #pagePath {
	padding-bottom: 15px;
}
#bikelifelab #pagePath ul {
	max-width: 1300px;
}
@media all and (min-width: 897px) {
	#bikelifelab .wp-pagenavi a:hover {
		background-color: #ec1234;
	}
	#bikelifelab .wp-pagenavi .nextpostslink:hover, #bikelifelab .wp-pagenavi .previouspostslink:hover {
		background-color: transparent;
	}
	#bikelifelab .cagBox li a:hover {
		color: #fff;
		background-color: #7b8d9a;
	}
	#bikelifelab .cagBox li a:hover:after {
		border-color: #fff;
	}
	#bikelifelab .btnMore a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#bikelifelab .news .headline05 {
		padding: 22px 0 20px;
	}
	#bikelifelab .news .headline05 {
		margin-bottom: 15px;
		font-size: 2.4rem;
	}
	#bikelifelab .news .headline05 span {
		width: auto;
		height: auto;
		margin: -1px 8px 0 0;
		display: block;
	}
	#bikelifelab .news .headline05 span img {
		width: 42px;
	}
	#bikelifelab .cagBox {
		margin-bottom: 26px;
		display: block;
	}
	#bikelifelab .cagBox .ttl {
		margin: 0 0 15px;
		font-size: 1.6rem;
		font-weight: 900;
		text-align: center;
	}
	#bikelifelab .cagBox .listBox {
		margin-top: -5px;
		width: auto;
	}

	#bikelifelab .cagBox .listBox ul {
		display: block;
		margin: 0;
	}
	#bikelifelab .cagBox ul li {
		width: auto;
		padding: 5px 0 0;
	}
	#bikelifelab .cagBox li a {
		padding: 12px 15px;
	}
	#bikelifelab .cagBox li a:after {
		right: 19px;
		width: 7px;
		height: 7px;
	}
	#bikelifelab .pageNum {
		margin: 12px 0;
	}
	#bikelifelab .pageNum > span span {
		font-size: 2.4rem;
	}
	#bikelifelab .news .newsBox {
		padding: 35px 0 40px;
	}
	#bikelifelab .wp-pagenavi {
		margin: 45px 0 80px;
	}
	#bikelifelab .news .categoryBox {
		padding: 52px 0 103px;
	}
	#bikelifelab #pagePath {
		padding: 62px 16px 8px;
	}
}
/* detail */
#bikelifelab .detail .content {
	margin-bottom: 80px;
	max-width: 800px;
}
#bikelifelab .detail .categoryBox {
	margin-bottom: 0;
	max-width: 830px;
}
#bikelifelab .detail .rankBox .slickBox {
	padding-top: 0;
}
.detail {
	margin-bottom: -22px;
	padding: 31px 0;
	background-color: #e4e8eb;
}
.detail .whiteBg {
	padding: 0 32px 76px;
	background-color: #fff;
}
.detail .whiteBg + .comBtn05 a {
	margin-top: -28px;
}
.detail h1 {
	padding-bottom: 17px;
	font-size: 2.4rem;
	font-weight: 900;
	border-bottom: 1px solid #ec1234;
}
.detail h2 {
	margin-bottom: 32px;
	padding-bottom: 17px;
	font-size: 2.2rem;
	font-weight: 900;
	border-bottom: 1px solid #ec1234;
	position: relative;
}
.detail h2::after {
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: -9px;
	left: 0;
	background-color: #ec1234;
	content: "";
}
.detail h3 {
	margin-bottom: 17px;
	padding-left: 8px;
	font-size: 2rem;
	font-weight: 900;
	position: relative;
	line-height: 1.45;
}
.detail h3::after {
	width: 4px;
	height: 100%;
	background-color: #ec1234;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
}
.detail .ttlTxt {
	margin-top: 17px;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.5;
}
.detail .ttlTxt .lable {
	margin: -1px 9px 0 0;
	padding: 4px 4px 6px;
	min-width: 91px;
	color: #fff;
	line-height: 1;
	background-color: #ec1234;
	box-sizing: border-box;
	vertical-align: top;
	display: inline-block;
}
.detail .titleBox02 {
	margin-bottom: 96px;
}
.detail p {
	margin-bottom: 40px;
	font-size: 1.6rem;
	line-height: 2;
}
.detail p a {
	color: #ec1234;
	font-size: 1.4rem;
	font-weight: bold;
	text-decoration: underline;
}
.detail p a[href^="tel:"] {
	color: #2b2b2b;
	font-weight: normal;
	text-decoration: none;
}
.detail div p:last-child {
	margin-bottom: 0;
}
.detail .imgBox {
	margin-bottom: 35px;
}
.detail .imgBox .photo {
	margin: 0 108px 20px;
}
.detail .imgBox .photo img {
	margin-top: -80px;
	max-width: 100%;
	height: auto;
	display: inline-block;
	vertical-align: top;
}
.detail .txtList {
	margin-bottom: 56px;
	padding: 16px;
	font-weight: bold;
	font-size: 1.6rem;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.16);
	background-color: #ffffff;
}
.detail .txtList li {
	margin-bottom: 10px;
	padding-left: 16px;
	position: relative;
}
.detail .txtList li:last-child {
	margin-bottom: 0;
}
.detail .txtList li::after {
	width: 8px;
	height: 8px;
	position: absolute;
	top: 8px;
	left: 0;
	background-color: #e4e8eb;
	content: "";
}
.detail .txtList span {
	color: #ec1234;
}
.detail .imgBox02 {
	margin-bottom: 76px;
}
.detail .imgBox02 .photoBox {
	margin: 0 108px 24px;
}
.detail .imgBox02 .photoBox p {
	margin-top: 9px;
	text-align: center;
	font-size: 1.4rem;
}
.detail .imgBox02 img {
	max-width: 100%;
	height: auto;
}
.detail .imgBox02 .imgUl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.detail .imgBox02 .imgUl li {
	width: 253px;
}
.detail .imgBox02 .image {
	margin-bottom: 12px;
}
.detail .movieBox .video {
	margin: 0 108px 23px;
}
.detail .movieBox .video iframe {
	width: 100%;
	height: 341px;
}
.detail .movieBox p + .video {
	margin-top: -13px;
}
.detail .shopInt {
	margin: 38px 0 79px;
	padding: 14px 0 15px;
	border-top: 1px solid #ec1234;
	border-bottom: 1px solid #ec1234;
}
.detail .shopInt .title {
	margin-bottom: 13px;
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: 0.1em;
}
.detail .shopInt .flex {
	align-items: flex-start;
}
.detail .shopInt .flexImg {
	display: flex;
	align-items: center;
	flex: 1;
}
.detail .shopInt .flexImg .image {
	margin-right: 10px;
	width: 162px;
}
.detail .shopInt .flexImg .image img {
	width: 100%;
}
.detail .shopInt .flexImg .textBox p {
	font-size: 1.6rem;
}
.detail .shopInt .flex + p {
	margin-top: 14px;
}
.detail .shopInt .addressTxt {
	margin: -1px 0 0 39px;
	width: 50%;
}
.detail .shopInt .comTextList {
	margin-top: -2px;
}
.detail .shopInt p {
	margin-bottom: 0;
	font-size: 1.4rem;
	line-height: 1.71;
}
.detail .shopInt strong {
	font-size: 2rem;
	font-weight: bold;
}
.detail .shopInt p + .comTextList {
	margin-top: 13px;
}
.detail .mapBox {
	padding-top: 8px;
}
.detail .mapBox .image img {
	width: 100%;
	height: auto;
}
.detail .mapBox .signUl {
	margin: 17px 0 28px 0;
}
.detail .mapBox .signUl li {
	margin: 8px 13px 0 0;
	display: inline-block;
}
.detail .mapBox .signUl li:last-child {
	margin-right: 0;
}
.detail .mapBox .signUl img {
	margin: -3px 4px 0 0;
	display: inline-block;
	vertical-align: middle;
}
.detail .itemBox {
	margin: 44px 0 79px 0;
}
.detail .itemBox .borderBox {
	height: 100%;
	overflow-y: auto;
	box-sizing: border-box;
	border-top: solid 1px #2b2b2b;
	position: relative;
}
.detail .itemBox .borderBox::after, .detail .itemBox .borderBox::before {
	width: 1px;
	height: calc(100% - 30px);
	position: absolute;
	top: 0;
	left: 0;
	background-color: #2b2b2b;
	content: "";
}
.detail .itemBox .borderBox::after {
	right: 0;
	left: auto;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	height: 9px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	height: 9px;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #ec1234 !important;
	border-radius: 8px;
}
.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #e4e8eb;
	border-radius: 8px;
	overflow: hidden;
}
.detail .itemBox table {
	width: 888px;
	border-collapse: collapse;
}
.detail .itemBox table th, .detail .itemBox table td {
	padding: 8px 8px 9px;
	text-align: left;
	font-weight: normal;
	vertical-align: top;
	border: solid 1px #2b2b2b;
	box-sizing: border-box;
}
.detail .itemBox table td {
	width: 33.333%;
	padding: 14px 8px 15px;
	line-height: 1.71;
}
.detail .itemBox table tr th:last-child, .detail .itemBox table tr td:last-child {
	border-right: none;
}
.detail .itemBox table tr th:first-child, .detail .itemBox table tr td:first-child {
	border-left: none;
}
.detail .itemBox table tr th {
	color: #fff;
	background-color: #2b2b2b;
	border-top: none;
}
.detail .slickBox {
	margin: 0 -32px 48px;
	padding-top: 24px;
	position: relative;
}
.detail .slickBox .imgUl {
	font-size: 0;
	line-height: 0;
}
.detail .slickBox .slick-slide {
	margin: 0 12px;
	width: 520px;
}
.detail .txtList02 {
	margin-bottom: 44px;
	padding: 16px;
	font-weight: bold;
	font-size: 1.6rem;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.16);
	background-color: #ffffff;
	counter-reset: num;
}
.detail .txtList02 li {
	margin-bottom: 16px;
	padding-left: 27px;
	position: relative;
	counter-increment: num;
}
.detail .txtList02 li:last-child {
	margin-bottom: 0;
}
.detail .txtList02 li::before {
	color: #ec1234;
	font-weight: bold;
	content: counter(num, decimal-leading-zero);
	position: absolute;
	top: 0;
	left: 0;
}
.detail .shopInt + .snsBox {
	margin-top: -27px;
}
#bikelifelab .detail .comNews a .txtBox h3 {
	padding-left: 0;
}
#bikelifelab .detail .comNews a .txtBox h3:after {
	display: none;
}
#bikelifelab .detail .headline08 {border-bottom: none;}
#bikelifelab .detail .rankBox .slickBox {
	margin: 0;
}
#bikelifelab .detail .rankBox .slickBox .slick-slide{
	margin-left: 0;
}

@media all and (min-width: 897px) {
	.detail p a:hover {
		color: #7b8d9a;
	}
}
@media all and (max-width: 896px) {
	.detail {
		padding: 16px 0;
	}
	#bikelifelab .detail .content {
		max-width: inherit;
	}
	.detail p {
		margin-bottom: 24px;
	}
	.detail h1 {
		padding-bottom: 8px;
		font-size: 2rem;
		line-height: 1.45;
	}
	.detail .ttlTxt {
		margin-top: 9px;
	}
	.detail .whiteBg {
		margin: 0 -16px;
		padding: 0 16px 84px;
	}
	.detail .imgBox .photo {
		margin: 0 0 20px;
	}
	.detail .titleBox02 {
		margin-bottom: 129px;
	}
	.detail .imgBox .photo img {
		margin-top: -113px;
		width: 100%;
	}
	.detail .imgBox .photo {
		margin: 0 0 12px;
	}
	.detail h2 {
		padding-bottom: 15px;
		font-size: 2rem;
	}
	.detail .imgBox {
		margin-bottom: 52px;
	}
	.detail .imgBox02 .photoBox {
		margin: 0 0 24px;
	}
	.detail .txtList {
		margin-bottom: 40px;
	}
	.detail .imgBox02 .image {
		margin-bottom: 8px;
	}
	.detail .imgBox02 .imgUl li {
		width: calc(50% - 4px);
	}
	.detail .imgBox02 .photoBox p {
		margin-top: 4px;
	}
	.detail .imgBox02 .photoBox {
		margin: 0 0 32px;
	}
	.detail .imgBox02 {
		margin-bottom: 52px;
	}
	.detail h3 {
		margin-bottom: 10px;
		font-size: 1.8rem;
	}
	.detail .movieBox p + .video {
		margin-top: -5px;
	}
	.detail .movieBox .video {
		margin: 0 0 20px;
		padding-bottom: 65.5%;
		position: relative;
	}
	.detail .movieBox .video iframe {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.detail .shopInt {
		margin: 52px 0 80px;
	}
	.detail .shopInt .title {
		margin-bottom: 12px;
	}
	.detail .shopInt .flex {
		display: block;
	}
	.detail .shopInt .addressTxt {
		margin: 15px 0 0 0;
		width: auto;
	}
	.detail .shopInt .comTextList {
		margin-top: 13px;
	}
	.detail .mapBox {
		padding-top: 0;
		margin-top: -8px;
	}
	.detail .mapBox .signUl li {
		margin-top: 16px;
	}
	.detail .mapBox .signUl {
		margin: 9px 0 12px 0;
	}
	.detail .jspContainer {
		padding-bottom: 15px !important;
	}
	.detail .itemBox .borderBox::after, .detail .itemBox .borderBox::before {
		height: calc(100% - 16px);
	}
	.detail .slickBox {
		margin: 0 0 24px;
		padding-top: 0;
	}
	.detail .txtList02 {
		margin-bottom: 36px;
	}
	.detail .shopInt + .snsBox {
		margin-top: -37px;
	}
	.detail .imgBox02 img {
		width: 100%;
	}
	.detail .slickBox .slick-slide {
		margin: 0;
		width: auto;
	}
	.detail .slickBox .imgUl li img {
		width: 100%;
	}
	.detail .slickBox .slick-list {
		padding: 0 !important;
	}
}
@media all and (max-width: 374px) {
	.detail .mapBox .signUl img {
		width: 20px;
	}
	.detail .mapBox .signUl {
		font-size: 1.25rem;
	}
}
#bikelifelab.sitemap #container {
	padding-top: 82px;
}
#bikelifelab.sitemap .siteMenu {
	margin-top: -40px;
}
#bikelifelab.sitemap #main {
	padding-top: 40px;
}
#bikelifelab.sitemap #main .content {
	max-width: 1200px;
}
/* comTextList */
.comTextList li {
	padding-left: 0 !important;
	margin-bottom: 17px;
	font-size: 1.2rem;
	text-indent: 0 !important;
}
.comTextList li:last-child {
	margin-bottom: 0;
}
.comTextList a {
	color: #ec1234;
	text-decoration: underline;
}
.comTextList .ttl {
	margin-bottom: 0;
	display: block;
	line-height: 1;
}
.comTextList .ttl span {
	padding: 5px 4px 7px;
	color: #fff;
	display: inline-block;
	vertical-align: top;
	background-color: #000;
}
.comTextList .txt {
	display: block;
}
.comTextList02 li {
	margin-bottom: 1px;
	display: flex;
	align-items: flex-start;
}
.comTextList02 .txt {
	margin-top: 2px;
	padding-left: 7px;
	flex: 1;
}
@media all and (min-width: 897px) {
	.comTextList a:hover {
		color: #7b8d9a;
	}
}
/* snsBox */
.snsBox .title {
	margin-bottom: 12px;
	font-size: 1.6rem;
	text-align: center;
	font-weight: bold;
}
.snsBox .snsList {
	text-align: center;
}
.snsBox .snsList li {
	margin: 0 11px;
	display: inline-block;
	vertical-align: top;
}
.snsBox .snsList li img {
	height: 38px;
}
.snsBox .innerBox {
	margin: 32px auto 0;
	padding: 21px 0 24px;
	max-width: 560px;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
}
.snsBox .innerBox .title {
	margin-bottom: 13px;
	font-size: 1.2rem;
}
@media all and (min-width: 897px) {
	.snsBox .snsList a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.snsBox .title {
		margin-bottom: 13px;
		font-size: 2rem;
	}
	.snsBox .innerBox {
		margin-top: 40px;
		padding: 36px 0 40px;
	}
	.snsBox .innerBox .title {
		margin-bottom: 12px;
		font-size: 1.6rem;
	}
}
@media all and (max-width: 374px) {
	.snsBox .snsList li img {
		height: 28px;
	}
	.snsBox .snsList li {
		margin: 0 5px;
	}
}
/* comBtn05 */
.comBtn05 a {
	margin: 0 auto;
	padding: 15px;
	max-width: 311px;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	display: block;
	border: 1px solid #2b2b2b;
	background-color: #2b2b2b;
	box-sizing: border-box;
	text-align: center;
	letter-spacing: 0.1em;
}
@media all and (min-width: 897px) {
	.comBtn05 a:hover {
		color: #2b2b2b;
		background-color: #fff;
	}
}
/* hondaPage */
.hondaPage .mainImg {
	margin-bottom: 40px;
}
.hondaPage .mainImg img {
	width: 100%;
}
.hondaPage .headline01 {
	margin: 0 auto 40px;
	max-width: 800px;
}
.hondaPage .inner {
	margin-bottom: 120px;
}
.hondaPage .inner:last-child {
	margin-bottom: 0 !important;
}
.hondaPage .topImgBox .photoList {
	display: flex;
	justify-content: space-between;
}
.hondaPage .topImgBox .photoList li {
	width: calc(50% - 6px);
}
.hondaPage .topImgBox .photoList img {
	width: 100%;
}
@media all and (min-width: 897px) {
	.hondaPage .topImgBox {
		margin: 0 auto 40px;
		max-width: 1200px;
		position: relative;
		display: flex;
		align-items: flex-end;
		justify-content: space-between;
	}
	.hondaPage .topImgBox .headline09 {
		position: absolute;
		left: calc(56.5% + 18px);
		top: 0;
		text-align: left;
		font-size: 4.8rem;
	}
	.hondaPage .topImgBox .headline09 span {
		font-size: 2.4rem;
		font-weight: 900;
	}
	.hondaPage .topImgBox .photoBox {
		width: 56.5%;
	}
	.hondaPage .topImgBox .textBox {
		width: calc(43.5% - 18px);
	}
}
@media all and (max-width: 896px) {
	.hondaPage .headline01 {
		margin: 0 16px 24px;
		max-width: inherit;
	}
	.hondaPage .mainImg {
		margin-bottom: 23px;
		border-bottom: 2px solid #ec1234;
	}
	.hondaPage .topImgBox .headline09 span {
		margin-top: 2px;
		font-size: 2.4rem;
	}
	.hondaPage .topImgBox {
		margin: 0 16px 40px;
	}
	.hondaPage .topImgBox .photoBox {
		margin-bottom: 16px;
	}
	.hondaPage .topImgBox .photoList li {
		width: calc(50% - 5px);
	}
	.hondaPage .comLinkUl {
		margin: -30px 20px 46px;
	}
	.hondaPage .comLinkUl.spLeft li {
		margin-top: 30px;
	}
}
.hondaPage .inner01 {
	padding: 78px 0 80px;
	background-color: #F1F3F5;
}
.hondaPage .slideBox {
	position: relative;
}
.hondaPage .slideBox .slick-arrow {
	width: 80px;
	height: 80px;
	border-width: 2px;
}
.hondaPage .slideBox .prev {
	margin: -40px 0 0 -600px;
}
.hondaPage .slideBox .next {
	margin: -40px 0 0 600px;
}
.hondaPage .slideBox .slick-dots {
	bottom: 0;
}
.hondaPage .slideBox h4 {
	margin-bottom: 10px;
	font-family: 'Anton', sans-serif;
	font-size: 28px;
	font-weight: normal;
	line-height: 1.14;
	color: #ec1234;
}
.hondaPage .slideBox p {
	font-size: 1.6rem;
	line-height: 2;
}
.hondaPage .text {
	margin: 60px auto 75px;
	max-width: 1200px;
	font-size: 1.6rem;
	line-height: 2;
}
.hondaPage .banner {
	margin-bottom: 67px;
	text-align: center;
}
.hondaPage .banner a:hover {
	opacity: 0.7;
}
.hondaPage .inner .headline09 {
	margin-bottom: 32px;
	font-size: 4.8rem;
}
.hondaPage .inner .headline09 span {
	margin-top: 4px;
}
.hondaPage .slideBox .photoBox img {
	width: 100%;
}
@media all and (min-width: 897px) {
	.hondaPage .slideBox .foo .slick-slide {
		margin: 0 16px;
		width: 800px;
	}
	.hondaPage .slideBox .subBox {
		display: flex;
		justify-content: space-between;
	}
	.hondaPage .slideBox .photoBox {
		width: 397px;
	}
	.hondaPage .slideBox .textBox {
		margin-top: 4px;
		width: 380px;
	}
}
@media all and (max-width: 896px) {
	.hondaPage .inner {
		margin-bottom: 78px;
	}
	.hondaPage .inner01 {
		padding: 40px 0 45px;
	}
	.hondaPage .slideBox .arrow {
		display: none;
	}
	.hondaPage .slideBox .foo {
		margin: 0 16px;
	}
	.hondaPage .slideBox li:not(:last-child) {
		margin-bottom: 57px;
	}
	.hondaPage .slideBox .photoBox {
		margin-bottom: 10px;
	}
	.hondaPage .slideBox .textBox {
		margin-top: 4px;
	}
	.hondaPage .slideBox h4 {
		margin-bottom: 15px;
		text-align: center;
	}
	.hondaPage .text {
		margin: -40px 16px 12px;
	}
	.hondaPage .banner {
		margin: 0 10px 80px;
	}
	.hondaPage .inner .headline09 {
		margin-bottom: 6px;
		font-size: 4rem;
	}
	.hondaPage .banner img {
		width: 100%;
	}
}
.comHalfBox p {
	font-size: 1.6rem;
	line-height: 2;
	text-align: justify;
	text-justify: inter-ideograph;
}
.comHalfBox p:not(:last-child) {
	margin-bottom: 30px;
}
.comHalfBox .red {
	color: #ec1234;
}
.comHalfBox .photoList {
	display: flex;
	justify-content: space-between;
}
.comHalfBox img {
	width: 100%;
}
@media all and (min-width: 897px) {
	.comHalfBox {
		display: flex;
		align-items: center;
	}
	.comHalfBoxR {
		flex-direction: row-reverse;
	}
	.comHalfBox .photoBox {
		width: 50%;
	}
	.comHalfBox .textBox {
		padding: 0 25px;
		width: 575px;
	}
	.comHalfBox .photoBox .textBox {
		margin: 35px 0 0 auto;
	}
	.comHalfBoxR .photoBox .textBox {
		padding-left: 0;
		margin-left: 0;
	}
	.comHalfBox .comBtn {
		text-align: left;
	}
	.comHalfBox .photoList {
		padding: 50px 0 0 92.5px;
		width: 50%;
		box-sizing: border-box;
	}
	.comHalfBoxR .photoList {
		padding: 50px 92.5px 0 0;
	}
	.comHalfBox .photoList li {
		width: 37.7%;
	}
	.comHalfBox .photoList .large {
		margin-top: 115px;
		width: 56%;
	}
}
@media all and (max-width: 896px) {
	.comHalfBox {
		margin: 0 16px 75px;
	}
	.comHalfBox:last-child {
		margin-bottom: 0;
	}
	.comHalfBox .photoBox {
		margin-bottom: 11px;
	}
	.comHalfBox .comBtn {
		margin-top: -10px;
	}
	.comHalfBox .photoList {
		margin: 8px 0 20px;
	}
	.comHalfBox .photoList li {
		width: calc(50% - 5px)
	}
}
.centerBtn {
	margin-bottom: 0;
}
.centerBtn li a {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2.4rem;
}
.centerBtn .sml a {
	font-size: 1.8rem;
	line-height: 1.33;
}
@media all and (max-width: 896px) {
	.centerBtn {
		margin: 0 16px;
	}
	.centerBtn li a {
		font-size: 1.8rem;
	}
	.centerBtn .sml a {
		font-size: 1.8rem;
		line-height: 1.33;
	}
}
.pageTitle01 {
	margin-bottom: 0;
	padding: 46px 0 42px;
	height: 345px;
	background-image: url(/img/about/main_img.jpg);
	border: none;
}
.pageTitle01 h2 {
	margin-bottom: 17px;
	font-size: 3.2rem;
	letter-spacing: 6.4px;
}
.pageTitle01 p {
	color: #FFF;
	font-size: 1.6rem;
	line-height: 2;
	text-shadow: 0 0 8px #000000;
}
@media all and (max-width: 896px) {
	.pageTitle01 {
		margin-bottom: 0;
		padding: 40px 0;
		background-image: url(/img/about/sp_main_img.jpg);
	}
	.pageTitle01 h2 {
		margin-bottom: 10px;
		font-size: 2.2rem;
		line-height: 1.45;
		letter-spacing: 4.4px;
	}
	.pageTitle01 p {
		font-size: 1.4rem;
		line-height: 2.29;
	}
}
.aboutPage .headline01 {
	margin: 0 auto 40px;
	max-width: 800px;
}
.aboutPage .comBg {
	margin-bottom: 61px;
	padding: 38px 0 50px;
}
.aboutPage .headline01.noLine {
	margin-bottom: 15px;
	border-bottom: none;
	font-weight: 600;
}
.aboutPage .innerBox {
	margin-bottom: 120px;
}
.aboutPage .largeWid {
	margin-bottom: 0;
	max-width: inherit;
}
@media all and (min-width: 897px) {
	.aboutPage .comHalfBox .photoBox {
		width: calc(50% - 5px);
	}
}
.aboutPage .comHalfBox .headline02 {
	color: #2b2b2b;
	text-align: left;
}
.aboutPage .comHalfBox .headline02 span {
	color: #ec1234;
}
.aboutPage .comBtn li:not(:last-child) {
	margin-bottom: 15px;
}
.aboutPage .comFaqBox {
	margin-bottom: 180px;
}
@media all and (max-width: 896px) {
	.aboutPage .comBg {
		padding: 30px 15px 0;
		background-color: transparent;
	}
	.aboutPage .headline01.noLine {
		margin-bottom: 10px;
		border-bottom: none;
		font-size: 2.2rem;
	}
	.aboutPage .innerBox {
		margin-bottom: 75px;
	}
	.aboutPage .headline01 {
		margin: 0 16px 25px;
		max-width: inherit;
	}
	.aboutPage .comFaqBox .faqDl dt {
		margin-bottom: 5px;
	} 
	.aboutPage .comFaqBox {
		margin-bottom: 35px;
	}
}
.aboutPage .contact p {
	margin-bottom: 3px;
	font-size: 1.6rem;
}
.aboutPage .contact small {
	margin-top: 7px;
	display: block;
	font-size: 1.4rem;
	font-weight: bold;
}
.aboutPage .contact ul img {
	width: 100%;
}
.aboutPage .contact .comTel {
	letter-spacing: 3.7px;
}
@media all and (min-width: 897px) {
	.aboutPage .contact {
		margin-bottom: 89px;
		padding: 1px 0 27px;
		text-align: center;
		background-color: #F1F3F5;
	}
	.aboutPage .contact ul {
		margin: -65px 35px 32px;
		display: flex;
		justify-content: center;
	}
	.aboutPage .contact li {
		margin: 0 14px;
		width: 355px;
	}
}
@media all and (max-width: 896px) {
	.aboutPage .contact {
		margin: 0 10px 85px;
	}
	.aboutPage .contact ul {
		margin-bottom: 24px;
	}
	.aboutPage .contact li:not(:last-child) {
		margin-bottom: 12px;
	}
	.aboutPage .contact p {
		margin-bottom: 6px;
		text-align: center;
		line-height: 1.71;
	}
	.aboutPage .contact small {
		margin-top: 7px;
	}
}
.enjoyPage .pageTitle01 {
	margin-bottom: 51px;
	background-image: url(/img/enjoy/main_img.jpg);
}
.enjoyPage .comHalfBox .shadow {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2)
}
.enjoyPage .comHalfBox .photoList li {
	width: calc(50% - 8px);
}
.grayBg .headline03 {
	color: #2b2b2b;
	font-size: 2.2rem;
}
.grayBg p {
	margin: 0 auto 19px;
	font-size: 1.6rem;
	line-height: 2;
}
.enjoyPage .snsBox p {
	margin-bottom: 43px;
	font-size: 1.6rem;
	line-height: 2;
	text-align: center;
}
.enjoyPage .snsList {
	margin: 80px 0 75px;
}
.enjoyPage .snsList li {
	margin: 0 20px;
}
.enjoyPage .snsList a:hover {
	opacity: 0.7;
}
.enjoyPage .snsBox .snsList img {
	height: 67px;
}
@media all and (min-width: 897px) {
	.enjoyPage .headline01 {
		margin: 0 auto 40px;
		max-width: 800px;
	}
	.enjoyPage .comHalfBox {
		margin-bottom: 73px;
		justify-content: space-between;
	}
	.enjoyPage .comHalfBox .photoList {
		padding: 0 0 0 41px;
	}
	.enjoyPage .comHalfBoxR .photoList {
		padding: 0 41px 0 0;
	}
	.grayBg {
		margin-bottom: 120px;
		padding: 1px 0 40px;
		text-align: center;
		background-color: #f1f3f5;
	}
	.grayBg .headline03 {
		margin: -34px 0 13px;
	}
	.enjoyPage .snsBox ul.comBtn {
		margin-top: -16px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.enjoyPage .snsBox ul.comBtn li {
		margin: 16px 4px 0;
	}
}
@media all and (max-width: 896px) {
	.enjoyPage .pageTitle01 {
		margin-bottom: 22px;
		background-image: url(/img/enjoy/sp_main_img.jpg);
	}
	.enjoyPage .headline01 {
		margin: 0 16px 25px;
	}
	.enjoyPage .comHalfBox .photoBox {
		margin-bottom: 10px;
	}
	.enjoyPage .comHalfBox .photoList {
		margin-bottom: 0;
	}
	.enjoyPage .comHalfBox .photoList li {
		width: calc(50% - 5px);
	}
	.grayBg {
		margin: 7px 16px 65px;
	}
	.grayBg .headline03 {
		margin-bottom: 3px;
		font-size: 2rem;
		line-height: 1.6;
	}
	.enjoyPage .snsBox .headline01 {
		margin: 0 0 40px;
	}
	.enjoyPage .snsList {
		margin: 0 -16px 35px;
	}
	.enjoyPage .snsList li {
		margin: 0 10px;
	}
	.enjoyPage .snsBox .snsList img {
		height: 38px;
	}
	.enjoyPage .snsBox p {
		margin-bottom: 35px;
		text-align: left;
	}
	.enjoyPage .snsBox ul.comBtn li:not(:last-child) {
		margin: 0 0 16px;
	}
}
.gallery .innerBox .content {
	position: relative;
}
.gallery .innerBox .video {
	margin: 0 auto 15px;
	max-width: 80%;
}
.gallery .innerBox .video img {
	width: 100%;
}
.gallery .innerBox .headline02 {
	margin-bottom: 16px;
	font-size: 2rem;
}
.gallery .comBorBox h4 {
	margin-bottom: 6px;
	font-size: 1.6rem;
}
.gallery .comBorBox h4 .redTxt {
	margin-right: 8px;
	display: inline-block;
	font-size: 1rem;
	vertical-align: 3px;
}
.gallery p {
	margin-bottom: 20px;
	font-size: 1.6rem;
	line-height: 2;
}
.gallery p:last-child {
	margin-bottom: 0;
}
.gallery .headline02 + p {
	margin-top: -5px;
}
.gallery .comBorBox p {
	margin-bottom: 24px;
	line-height: 1.5;
}
.gallery .comBorBox p:last-child {
	margin-bottom: 0;
}
.gallery .comBorBox {
	padding: 15px 16px 15px;
}
.gallery .comBorBox .comBtn {
	margin-top: 30px;
}
.ytbBox {
	margin: 0 auto;
	max-width: 810px;
}
.ytbBox h3 {
	margin-bottom: 13px;
	font-size: 1.8rem;
	line-height: 1.33;
	text-align: center;
}
.ytbBox a:hover {
	opacity: 0.7;
}
.ytbBox img {
	width: 100%;
}
@media all and (min-width: 897px) {
	.gallery .pageTitle {
		margin-bottom: 40px;
	}
	.gallery .comLinkUl {
		margin-bottom: 48px;
		max-width: inherit;
	}
	.gallery .innerBox {
		padding: 80px 0 120px;
		position: relative;
	}
	.gallery .innerBox::before {
		position: absolute;
		width: 100%;
		height: 267px;
		left: 0;
		top: 0;
		background-color: #F1F3F5;
		content: '';
	}
}
@media all and (max-width: 896px) {
	.gallery .comLinkUl {
		margin: 0 16px 35px;
	}
	.gallery .innerBox {
		margin-bottom: 80px;
	}
	.gallery .innerBox .video {
		max-width: inherit;
		width: 100%;
	}
	.gallery .innerBox .headline02 {
		text-align: left;
		font-size: 1.8rem;
	}
	.gallery .innerBox .content > p {
		margin: 15px 0 30px;
		line-height: 1.5;
	}
	.gallery .comBorBox .comBtn {
		margin-top: -10px;
	}
	.ytbBox {
		margin: 0 10px;
		max-width: inherit;
	}
}
@media all and (max-width: 374px) {
	.gallery .comBtn a {
		letter-spacing: 0;
	}
}
.gallery.bike .innerBox {
	margin-bottom: 90px;
	padding: 32px 0 40px;
}
.gallery .innerBox .headline09 span {
	margin-bottom: 9px;
	padding-bottom: 17px;
	font-size: 2.4rem;
	font-weight: 900;
	border-bottom: 2px solid #ec1234;
}
.gallery.bike .innerBox::before {
	height: inherit;
	top: 334px;
	bottom: 0;
}
@media all and (min-width: 897px) {
	.gallery.bike .pageTitle01 {
		background-image: url(/img/bike_gallery/main_img.jpg);
	}
	.gallery.bike .pageTitle01 p {
		font-size: 2rem;
		line-height: 2;
		font-weight: 500;
		letter-spacing: 3.7px;
	}
	.gallery .innerBox .headline09 {
		margin-bottom: 15px;
		text-align: left;
		font-size: 4.8rem;
	}
	.gallery .imgBox {
		margin-bottom: 28px;
		overflow: hidden;
	}
	.gallery .imgBox .photoBox {
		width: 570px;
		float: left;
	}
	.gallery .imgBox .photoList {
		float: right;
		width: 207px;
	}
	.gallery .imgBox .photoList li:not(:last-child) {
		margin-bottom: 11px;
	}
	.gallery .imgBox .textBox {
		margin-top: 12px;
		width: 570px;
		float: left;
	}
	.gallery .imgBoxR .photoBox {
		float: right;
	}
	.gallery .imgBoxR .photoList {
		float: left;
	}
	.gallery .imgBoxR .textBox {
		float: right;
	}
}
@media all and (max-width: 896px) {
	.gallery.bike .pageTitle01 {
		margin-bottom: 23px;
		background-image: url(/img/bike_gallery/sp_main_img.jpg);
	}
	.gallery.bike .pageTitle01 p {
		font-weight: 700;
		letter-spacing: 3.2px;
	}
	.gallery .comLinkUl {
		margin: -25px 16px 33px;
	}
	.gallery .comLinkUl li {
		margin-top: 25px;
	}
	.gallery.bike .comLinkUl {
		margin: -32px 16px 45px;
	}
	.gallery.bike .comLinkUl.spLeft li {
		margin-top: 32px;
	}
	.gallery.bike .innerBox {
		margin-bottom: 75px;
		padding: 0;
	}
	.gallery .innerBox .headline09 span {
		margin-bottom: 15px;
		padding-bottom: 14px;
	}
	.gallery .imgBox {
		margin-bottom: 12px;
	}
	.gallery .imgBox .photoBox {
		margin-bottom: 15px;
	}
	.gallery .imgBox .photoList {
		margin-bottom: 11px;
		display: flex;
		justify-content: space-between;
	}
	.gallery .imgBox .photoList li {
		width: calc(50% - 4px);
	}
}
.ridingStyle .innerBox {
	margin-bottom: 115px;
}
.ridingStyle .innerBox:last-of-type {
	margin-bottom: 0;
}
.ridingStyle .linkList .link {
	padding: 8px 48px 8px 0;
	display: flex;
	justify-content: space-between;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.16);
	background-color: #fff;
	border: 2px solid #fff;
	box-sizing: border-box;
}
.ridingStyle .linkList .img {
	width: 47.5%;
}
.ridingStyle .linkList img {
	width: 100%;
}
.ridingStyle .linkList .text {
	padding-top: 5px;
	position: relative;
	width: 50%;
}
.ridingStyle .linkList .ttl {
	margin-bottom: 15px;
	min-height: 56px;
	display: block;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.5;
}
.ridingStyle .linkList .txt {
	padding: 4px 7px;
	font-size: 1rem;
	font-weight: 600;
	border-bottom: 1px solid #ec1234;
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
}
.ridingStyle .linkList .comBtn {
	margin-top: 30px;
}
.ridingStyle .linkList + .comBtn {
	margin: -90px 0 100px;
}
.ridingStyle .innerBox .headline05 {
	margin-bottom: 20px;
	text-align: left;
	line-height: 1.33;
}
.ridingStyle .pageBox {
	margin-top: -120px;
}
.comHalfBox01 .textBox {
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
}
@media all and (min-width: 897px) {
	.ridingStyle .comLinkUl {
		margin-bottom: 80px;
	}
	.ridingStyle .pageTitle01 {
		margin-bottom: 38px;
		background-image: url(/img/riding_style/main_img.jpg);
	}
	.ridingStyle .innerBox .headline09 {
		margin-bottom: 28px;
		padding-bottom: 5px;
		text-align: left;
		border-bottom: 2px solid #ec1234;
	}
	.ridingStyle .innerBox .headline09 span {
		margin-left: 20px;
		display: inline-block;
		vertical-align: middle;
		font-size: 3.2rem;
		font-weight: 800;
	}
	.ridingStyle .fashion .photoBox {
		width: 46.4%;
	}
	.ridingStyle .fashion .textBox {
		width: 630px;
	}
	.ridingStyle .fashion .headline09 {
		padding-bottom: 0;
		border-bottom: none;
	}
	.comHalfBox01 {
		margin: 55px 0 200px;
		justify-content: space-between;
	}
	.comHalfBox01 .photoBox {
		width: 39.4%
	}
	.comHalfBox01 .textBox {
		padding: 0 80px 0 56px;
		width: 60.6%;
	}
	.comHalfBox01 .textBox .photo {
		width: 32.5%;
		order: 2;
		position: relative;
	}
	.comHalfBoxR.comHalfBox01 .textBox {
		padding: 0 56px 0 80px;
	}
	.comHalfBoxR.comHalfBox01 .textBox .photo {
		order: 0;
	}
	.comHalfBox01 .textBox .photo img {
		position: relative;
		z-index: 2;
	}
	.comHalfBox01 .textBox .photo::after {
		position: absolute;
		right: 120px;
		top: 50%;
		transform: translateY(-50%);
		width: 274px;
		height: 274px;
		content: '';
		background-color: #F1F3F5;
	}
	.comHalfBoxR.comHalfBox01 .textBox .photo::after {
		right: -150px;
	}
	.comHalfBox01 .textBox p {
		position: relative;
		z-index: 2;
		width: 59%;
	}
	.ridingStyle .linkList {
		margin: 40px 0 100px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.ridingStyle .linkList li {
		margin-bottom: 18px;
		width: calc(50% - 5px);
	}
	.ridingStyle .fashion {
		background-color: #F1F3F5;
	}
	.ridingStyle .linkList .link:hover {
		border-color: #ec1234;
	}
}
@media all and (max-width: 896px) {
	.ridingStyle .pageTitle01 {
		margin-bottom: 20px;
		background-image: url(/img/riding_style/sp_main_img.jpg);
	}
	.ridingStyle .comLinkUl {
		margin: 0 16px 53px;
	}
	.ridingStyle .innerBox {
		margin: 0 0 115px;
	}
	.ridingStyle .headline01 {
		margin: 0 16px 15px;
	}
	.ridingStyle .content .headline01 {
		margin: 0 0 25px;
	}
	.ridingStyle .headline09 span {
		margin-bottom: 13px;
		padding-bottom: 12px;
		font-size: 2.4rem;
		font-weight: 800;
		border-bottom: 2px solid #ec1234;
	}
	.ridingStyle .innerBox {
		margin-bottom: 75px;
	}
	.ridingStyle .innerBox .headline05 {
		line-height: 1.6;
	}
	.ridingStyle .linkList {
		margin-bottom: 205px;
	}
	.ridingStyle .linkList li:not(:last-child) {
		margin-bottom: 15px;
	}
	.ridingStyle .linkList .link {
		padding: 8px 8px 8px 0;
	}
	.ridingStyle .linkList .img {
		width: 49.5%;
	}
	.ridingStyle .linkList .text {
		width: 50%;
	}
	.ridingStyle .linkList .comBtn {
		margin-top: 25px;
	}
	.ridingStyle .fashion {
		margin-bottom: 40px;
	}
	.comHalfBox01 {
		margin-bottom: 200px !important;
	}
	.comHalfBox01 .textBox {
		margin-top: 30px;
		align-items: flex-start;
	}
	.comHalfBox01 .textBox .photo {
		width: 50%;
	}
	.comHalfBox01 .textBox p {
		width: calc(50% - 10px);
	}
	.ridingStyle .linkList + .comBtn {
		margin-top: -180px;
	}
}
@media all and (max-width: 374px) {
	.ridingStyle .linkList .ttl {
		margin-bottom: 0.8vw;
		font-size: 3.7vw;
	}
}