@charset "utf-8";

html {
	font-size: 10px;
}

body {
	line-height: 1.6;
}
#footerArea {
	margin-top: 0 !important;
}
/************************************************
Parts
************************************************/
.isPc {
	display: none;
}

.section {
	text-align: center;
}

.section + .section {
	border-top: 5px solid #A5823C;
}

.h2style {
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 14px;
	background: -moz-linear-gradient(left, #A5823C 0%, #A5823C 50%, #A5823C 100%) left 90%/100% 2px no-repeat;
	background: -webkit-linear-gradient(left, #A5823C 0%, #A5823C 50%, #A5823C 100%) left 90%/100% 2px no-repeat;
	background: linear-gradient(to right, #A5823C 0%, #A5823C 50%, #A5823C 100%) left 100%/100% 2px no-repeat;
	color: #A5823C;
	text-align: center;
	font-size: 1.6rem;
}

.h2style.type01 {
	padding-top: 43px;
	font-size: 2.4rem;
}
.h2style .ico {
	position: relative;
	display: inline-block;
}
.h2style .ico::before {
	content: '';
	display: block;
	position: absolute;
	top: -43px;
	left: 50%;
	width: 38px;
	height: 40px;
	background: url(/landing/card/list/busi/img/07/ico_002.png) 0 0 no-repeat;
	background-size: cover;
	transform: translateX(-50%);
}

.h2style2 {
	position: relative;
	margin-bottom: 25px;
	padding-left: 13px;
	font-size: 1.8rem;
	text-align: left;
}
.h2style2::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 3px;
	height: 1.2em;
	margin-bottom: 25px;
	background-color: #E60000;
	transform: translateY(-50%);
}

.dec02 {
	position: relative;
	display: inline-block;
	padding: 0 20px;
	color: #A5823C;
	font-size: 1.8rem;
	font-weight: bold;
}
.dec02::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1.66em;
	background-color: #A5823C;
	transform: rotate(37.5deg);
}
.dec02::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 1.66em;
	background-color: #A5823C;
	transform: rotate(37.5deg);
}

.dec04 {
	position: absolute;
	top: -45px;
	left: 50%;
	display: inline-block;
	padding: 6px 22px;
	border: 1px solid #000;
	background-color: #fff;
	font-size: 1.4rem;
	white-space: nowrap;
	transform: translateX(-50%);
}
.dec04::before {
	content: '';
	display: block;
	position: absolute;
	left: 17px;
	bottom: -10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 0;
	border-color: transparent #000 transparent transparent;
}
.dec04::after {
	content: '';
	display: block;
	position: absolute;
	left: 18px;
	bottom: -8px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 8px 8px 0;
	border-color: transparent #fff transparent transparent;
}

.btn01 {
	position: relative;
	display: inline-block;
	width: 100%;
	min-width: 140px;
	padding: 14px 37px;
	border-radius: 5px;
	background: -moz-linear-gradient(top, #A8030F 0%, #540208 100%);
	background: -webkit-linear-gradient(top, #A8030F 0%, #540208 100%);
	background: linear-gradient(to bottom, #A8030F 0%, #540208 100%);
	box-shadow: 5px 5px 10px rgba(0, 0, 0, .59);
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-size: 1.4rem;
	font-weight: bold;
	cursor: pointer;
}
.btn01::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background-color: #fff;
	transform: translateY(-50%);
}
.btn01::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 9px;
	border-color: transparent transparent transparent #A8030F;
	transform: translateY(-50%);
}
.btn01:hover {
	color: #fff;
}
a.btn01 {
	color: #fff;
}

.dec03 {
	display: inline-block;
	padding: 1px 14px;
	background-color: #A2A2A2;
	color: #fff;
	font-size: .82em;
}
.modalBtnBlock .btn01.is-disabled {
	padding: 13px 20px;
	border: 1px solid #A6200F;
	background: #fff;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.51);
	color: #333;
	cursor: default;
}
.btn01.is-disabled::before {
	content: none;
}
.btn01.is-disabled::after {
	content: none;
}
.btn01.is-disabled:hover {
	opacity: 1;
}

.b4 {
	background: -moz-linear-gradient(top, #f2f2f2 0%, #fff 100%);
	background: -webkit-linear-gradient(top, #f2f2f2 0%, #fff 100%);
	background: linear-gradient(to bottom, #f2f2f2 0%, #fff 100%);
}

.parts01 {
	border: 2px solid #A5823C;
	background-color: #fff;
}

.parts01 dt {
	padding: 0 2px 2px;
	background-color: #A5823C;
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
}

.parts01 dd {
	padding: 3px 2px;
	color: #A5823C;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
}

.tableN {
	width: 100%;
	border: 1px solid #CFCFCF;
	text-align: left;
}

.tableN > tbody > tr >th {
	width: 33%;
	padding: 15px 10px 15px 15px;
	border: 1px solid #CFCFCF;
	background-color: #F6F6F6;
	font-size: 1.4rem;
	font-weight: bold;
	vertical-align: top;
}

.tableN > tbody > tr >td {
	padding: 15px 10px 15px 15px;
	border: 1px solid #CFCFCF;
	background-color: #fff;
	font-size: 1.4rem;
	vertical-align: top;
}

.box06 {
	padding: 20px 15px;
	border-radius: 6px;
	border: 1px solid #CFCFCF;
	background-color: #fff;
	font-size: 1.4rem;
	text-align: left;
}

.box08 {
	padding: 15px 13px;
	border: 2px solid #910011;
}

.box09 {
	position: relative;
	padding-top: 11px;
	padding-left: 10px;
}
.box09Inner {
	padding: 28px 13px 16px;
	border-radius: 6px;
	border: 2px solid #A5823C;
	background-color: #fff;
}
.box09 .label {
	position: absolute;
	top: 0;
	left: 0;
	padding: 2px 25px;
	background-color: #333;
	color: #fff;
	font-size: 1.7rem;
	font-weight: bold;
}
.box09 .line {
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 2px solid #A5823C;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.5;
}

.tRed {
	color: #910011;
}

.tRed2 {
	color: #E50408 !important;
}

.tGold {
	color: #A5823C;
}

.fwb {
	font-weight: bold;
}

.fzM {
	font-size: 1.6rem;
}

.fzS {
	font-size: 1.4rem;
}

.fzSS {
	font-size: 1.2rem;
}

.tal {
	text-align: left;
}

.tar {
	text-align: right;
}

.mt {
	margin-top: 1em;
}

.mtS {
	margin-top: .5em;
}

.mt2 {
	margin-top: 2em;
}

.note {
	padding-left: 1em;
	text-indent: -1em;
}

.note li + li {
	margin-top: 3px;
}

a.linkType01 {
	color: #333;
}
.linkType01 {display:inline-block;padding-left:1rem;text-decoration:underline;position:relative;}

.btnList li {
	margin-top: 8px;
}

.btnType01 > .iconBlank {
	position: absolute;
	top: 50%;
	right: 9px;
	transform: translateY(-50%);
}
a.btnType01 {
	width: auto;
	max-width: inherit;
	color: #333;
	font-size: 1.4rem;
}
.iconBlank{margin-left:7px}
.iconBlank img{width:10px; margin-top: -6px;vertical-align: middle}

.cardType {
	display: flex;
	flex-wrap: wrap;
	margin-left: -3px;
	margin-bottom: 5px;
}
.cardType li {
	padding: 1px 17px;
	border-radius: 30px;
	background-color: #333;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
}
.cardType li {
	margin: 3px;
}

.labelType01 {
	display: inline-block;
	min-width: 83px;
	padding: 1px 10px;
	border-radius: 30px;
	border: 1px solid #6E6E6E;
	background-color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
}

.box07 {
	padding: 0 20px;
	border: 1px solid #CFCFCF;
}
.box07 h4 {
	font-size: 1.6rem;
	font-weight: bold;
}

.telBlock {
	background-color: #fff;
}
.telBlock dt {
	padding: 16px 5px;
	border-radius: 9px 9px 0 0;
	background-color: #BFBFBF;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}
.telBlock dd {
	padding: 18px 16px;
	border-radius: 0 0 9px 9px;
	border: 1px solid #BFBFBF;
}
.telBlock .telNumber {
	margin-bottom: 15px;
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
}
.telBlock .telNumber .ico {
	padding-right: 5px;
}
.telBlock .telNumber .ico img {
	width: auto;
	height: 30px;
}
.telBlock .telNumber a {
	color: #E50408;
	text-decoration: none;
	cursor: default;
}
.telBlock .txt {
	font-size: 1.4rem;
	font-weight: bold;
}

@media screen and (max-width: 641px) {
	.parts01 {
		margin-bottom: 10px;
	}

	.bg {
		background: -moz-linear-gradient(top, #fff 0%, #e4e4e4 100%) left 100%/100% 250px no-repeat;
		background: -webkit-linear-gradient(top, #fff 0%, #e4e4e4 100%) left 100%/100% 250px no-repeat;
		background: linear-gradient(to bottom, #fff 0%, #e4e4e4 100%) left 100%/100% 250px no-repeat;
	}

	.bg.b2 {
		background: -moz-linear-gradient(top, #fff 0%, #e4e4e4 100%) left 100%/100% 160px no-repeat;
		background: -webkit-linear-gradient(top, #fff 0%, #e4e4e4 100%) left 100%/100% 160px no-repeat;
		background: linear-gradient(to bottom, #fff 0%, #e4e4e4 100%) left 100%/100% 160px no-repeat;
	}

	.scroll {
		overflow: auto;
	}

	.scroll::-webkit-scrollbar {
		width: 11px;
	}

	.scroll::-webkit-scrollbar-thumb {
		background-color: #939393;
		border-radius: 10px;
	}

	.scroll::-webkit-scrollbar-track {
		background-color: #D9D9D9;
		border-radius: 10px;
	}

	.innerType01 th {
		display: block;
	}

	.innerType01 td {
		display: block;
		margin-top: 5px;
	}

	.innerType01 tr {
		display: block;
	}

	.innerType01 tr + tr {
		margin-top: 15px;
	}

	.innerType02 {
		display: block;
		width: 100%;
	}

	.innerType02 tbody {
		display: block;
	}

	.innerType02 th {
		display: block;
		padding: 5px 0;
		font-weight: bold;
	}

	.innerType02 .pc {
		display: none;
	}

	.innerType02 .bt {
		border-top: 1px solid #CFCFCF;
	}
	.innerType02 .sp {
		display: flex;
		border-left: 1px solid #CFCFCF;
	}
	.innerType02 .sp td {
		width: 50%;
		padding: 8px 2px;
		border-right: 1px solid #CFCFCF;
		border-bottom: 1px solid #CFCFCF;
		text-align: center;
	}

	[class*="btnType"] {
		width: 100%;
	}

	.fzSsp {
		font-size: 1rem;
	}

	.box07 > * {
		display: flex;
		flex-wrap: wrap;
		padding: 20px 0;
	}
	.box07 > *:first-child {
		border-bottom: 1px solid #ddd;
	}
	.box07 .logo {
		width: 25%;
		padding: 0 10px 15px;
		text-align: center;
	}
	.box07 h4 {
		display: flex;
		align-items: center;
		width: 75%;
		padding-bottom: 15px;
	}
}

/************************************************
layout
************************************************/
.mvBlockInner {
	position: relative;
	text-align: center;
}

.mvBlockInner .btnList {
	display: flex;
	justify-content: space-between;
}

.mvBlockInner .btnList img {
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.31);
}

.inner {
	padding: 0 15px;
}

.sectionInner .inner {
	padding-top: 48px;
	padding-bottom: 45px;
}

.section01 {
	margin-top: 25px;
}

.sectionInner01-01 .inner {
	padding-top: 0;
	padding-bottom: 0;
	font-size: 1.2rem;
}

.text25 {
	margin-top: 27px;
}

.section02 {
	margin: 0;
}

.box h3 {
	position: relative;
	margin-bottom: 28px;
	font-size: 2.2rem;
}

.sectionInner02-01 .box08 {
	margin-top: 18px;
}

.text07 {
	font-size: 1.4rem;
	text-align: left;
}

.box03 {
	padding: 13px 13px 16px;
	border: 2px solid #DFDFDF;
	background-color: #fff;
	text-align: center;
}

.block04Wrap .feat02-01 {
	margin: 0 -15px;
}
.block05 {
	margin-top: 12px;
}

.block05 + .block05 {
	margin-top: 15px;
}

.text11 {
	margin-bottom: 11px;
	font-size: 1.4rem;
	font-weight: bold;
}

.text12 {
	font-weight: bold;
}

.box04 {
	padding: 18px;
	border-radius: 5px;
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
}

.sectionInner03-02-02-01 {
	margin-top: 50px;
}

.sectionInner03-02 .block09 {
	margin-top: 30px;
}
.section04 .sectionInner + .sectionInner .inner {
	padding-top: 0;
}

.block15 {
	display: inline-block;
	text-align: left;
	font-size: 1.2rem;
}
.ttl {
	margin-bottom: .5em;
	font-size: 1.4rem;
	font-weight: bold;
}
.ttl:not(:first-child) {
	margin-top: 2em;
}
.block11 .acdCnt01 {
	border: none;
}

.acdCnt01 > .acdLabel > .acdBtn {
	right: 0;
	height: 100%;
}

.block16 [class*="acdCnt"] > .acdLabel {
	background-color: #fff;
}
.block16 [class*="acdCnt"] .acdCheck:checked + .acdLabel {
	border-bottom: 1px solid #CFCFCF;
	background-color: #fff;
}

.block16 [class*="acdCnt"] > .acdContent {
	text-align: left;
	font-size: 1.2rem;
}
.block16 [class*="acdCnt"] > .acdContent .ttl {
	margin-bottom: .5em;
	font-size: 1.4rem;
	font-weight: bold;
}
.block16 [class*="acdCnt"] > .acdContent .ttl:not(:first-child) {
	margin-top: 2em;
}

.section + .section06 {
	border-top: none;
}

.block18 {
	margin-bottom: 20px;
}
.guideTtl {
	font-size: 2rem;
	text-align: center;
}
@media screen and (max-width: 641px) {

	.mvBlockInner .mvImg {
		width: 100%;
		max-width: 375px;
	}

	.mvBlockInner .btnBlock {
		position: absolute;
		bottom: 10px;
		left: 50%;
		width: 100%;
		max-width: 320px;
		margin-top: 0;
		transform: translateX(-50%);
	}

	.mvBlockInner .btnList {
		max-width: 320px;
	}

	.mvBlockInner .btnList li {
		margin-top: 0;
		width: 31.25%;
	}

	.text24 {
		margin-top: 10px;
	}

	.sectionInner02-01 .h2style {
		padding-bottom: 11px;
		font-size: 2.4rem;
	}

	.section02 .box {
		margin-left: -15px;
		margin-right: -15px;
	}

	.boxInner {
		padding: 0 15px 35px;
	}

	.sectionInner02-01 .inner {
		padding-bottom: 0;
	}

	.sectionInner02-01 .parts01.p01 dd {
		padding: 7px 2px;
	}

	.text06 {
		margin-top: 36px;
		font-size: 1.4rem;
	}

	.box + .box {
		margin-top: 48px;
	}

	.box .block03 .img {
		margin-bottom: 28px;
	}

	.box .block03 .img img {
		max-width: 80%;
	}

	.text26 {
		font-size: 1.7rem;
	}

	.text27 {
		font-size: 1.2rem;
	}

	.sectionInner03-01 .inner {
		padding-top: 0;
	}

	.text12 {
		margin-top: 32px;
		font-size: 2.2rem;
		line-height: 1.36;
	}

	.text13 {
		margin-top: 5px;
		font-size: 1.4rem;
		text-align: left;
	}

	.block07 {
		margin-top: 28px;
	}

	.text14 {
		margin-top: 9px;
		font-size: 1.4rem;
		line-height: 1.73;
	}

	.text15 {
		font-size: 1.5rem;
	}

	.text16 {
		margin-top: 8px;
		font-size: 2rem;
	}

	.text17 {
		line-height: 0.43;
		font-size: 4.6rem;
	}

	.block08 {
		margin-top: -74px;
		margin-bottom: 37px;
	}

	.block08 img {
		width: 52px;
	}

	.text18 {
		margin-top: 11px;
		font-size: 1.6rem;
		line-height: 1.375;
	}

	.block09 {
		margin-top: 7px;
	}

	.text19 {
		margin-top: 11px;
		font-size: 1.6rem;
		line-height: 1.375;
	}

	.text20 {
		margin-top: 14px;
		font-size: 1.4rem;
		line-height: 1.57;
	}

	.block10 {
		padding: 3px 10px 10px 3px;
	}

	.block10Inner {
		display: flex;
		width: 944px;
	}

	.block10 .box04 {
		width: 934px;
	}

	.block10 .box05 {
		width: 10px;
	}

	.block10 img {
		width: 898px;
		max-width: inherit;
	}

	.block11 {
		margin-top: 68px;
	}

	.text21 {
		font-size: 1.6rem;
		line-height: 1.375;
	}

	.text22 {
		margin-top: 23px;
		font-size: 1.3rem;
	}

	.brand {
		text-align: center;
	}

	.block12 {
		margin-top: 25px;
	}

	.text23 {
		font-size: 1.2rem;
		text-align: left;
	}

	.block14 .l img {
		max-width: 70%;
	}

	.text28 {
		font-size: 1.4rem;
	}

	.text11.t1 {
		margin-bottom: 0;
	}

	.text29 {
		margin-top: 14px;
		font-size: 1.2rem;
	}

	.block11 .acdLabel {
		padding: 10px 59px 10px 20px;
		font-size: 1.8rem;
		font-weight: bold;
		line-height: 1.5;
	}

	.block11 [class*="acdCnt"] > .acdCheck:checked ~ .acdLabel ~ .acdContent {
		padding: 15px 0 0;
	}
	.block11 [class*="acdCnt"] > .acdContent {
		padding: 0;
	}

	.block16 {
		margin-top: 35px;
	}

	.block16 .acdLabel {
		padding: 10px 59px 10px 20px;
		font-size: 1.6rem;
		font-weight: bold;
		line-height: 1.5;
	}

	.text01 {
		font-size: 1.8rem;
		font-weight: bold;
	}

	.text02 {
		margin-top: 5px;
		font-size: 1.4rem;
		text-align: left;
	}

	.text03 {
		margin-top: 30px;
		margin-bottom: 20px;
	}

	.section.section03 {
		border-top: none;
		margin-top: 0;
	}

	.section05 {
		margin-top: 0;
	}
	.section05 .inner {
		padding-top: 30px;
		padding-bottom: 20px;
	}

	.block17 {
		margin-top: 30px;
	}

	.text30 {
		font-size: 1.4rem;
	}

	.text31 {
		font-size: 1.8rem;
	}

	.block17 > .box03 {
		padding: 13px;
	}

	.block17 > .box03 + .box03 {
		margin-top: 15px;
	}
}

/* details accordion */
.detailsWrap {
	margin-top: 28px;
}
.detailsWrap .acdCheck {display: none}
.detailsWrap .acdCheck + .acdContent + .btnBlock01 {
	text-align: center;
	transition: .6s;
}
.detailsWrap .acdCheck:checked + .acdContent + .btnBlock01 {
	padding: 30px 0 0;
}
.detailsWrap .acdCheck + .acdContent + .btnBlock01 .close,
.detailsWrap .acdCheck:checked + .acdContent + .btnBlock01 .open {
	display: none;
}
.detailsWrap .acdCheck:checked + .acdContent + .btnBlock01 .close {
	display: block;
}
.detailsWrap .sectionInner {
	padding-top: 49px;
}
.detailsWrap .acdCheck + .acdContent {
	max-height: 0;
	padding-top: 0;
	opacity: 0;
	overflow: hidden;
	transition: .3s;
}
.detailsWrap .acdCheck:checked + .acdContent {
	max-height: 9000px;
	padding-top: 20px;
	opacity: 1;
}
.detailsWrap .acdContentBody {

}
.detailsWrap .btnBlock02 {
	margin-top: 49px;
	text-align: center;
}
.detailsWrap .acdContentBody section + section {
	margin-top: 2.357rem;
}
.detailsWrap .acdContentBody .section + .section {
	margin-top: 2rem;
}
.detailsWrap .btnType02 {
	padding: 13px 10px 13px 23px;
	font-size: 1.4rem;
}
.detailsWrap .box03 {
	text-align: left;
	font-size: 1.4rem;
}
.detailsWrap .box03 h4 {
	font-size: 1.5rem;
}

.guideTtl {
	margin-bottom: 16px;
	font-size: 2rem;
	text-align: center;
}
.sectionInner06-01 .h2style {
	margin-bottom: 40px;
}

.compCards {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.compCards > div {
	width: 45%;
}
.compCards > div:nth-child(n+3) {
	margin-top: 20px;
}
.compCards .cardName {
	display: table;
	width: 100%;
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 10px;
}
.compCards .cardName > span {
	display: table-cell;
	vertical-align: middle;
}
.compCards .cardImg {
	margin-bottom: 15px;
}
.compCards .brand {
	margin-bottom: 15px;
}
.compCards .btn01 {
	text-align: left;
}