@charset "utf-8";

html {
	font-size: 10px;
}

body {
	line-height: 1.6;
}

/************************************************
header
************************************************/
#headerArea {
	line-height: 1.4;
}
#headerArea .inner {
	padding: 0;
	width: auto;
	margin: 0;
}
#headerArea .headerTop > div.inner {
	padding: 0;
}
#headerArea .headerMemberBlock > .inner > .headerMenberInfo .memberTitle a {
	font-size: 1.7rem;
}
#headerArea .headerGnavCnt .gnavList > .list, #headerArea .headerGnavCnt .gnavList > .list > .inner {
	width: auto;
	margin: 0;
}
#headerArea .headerGnavCnt > .inner {
	padding: 0;
}
#headerArea .headerGnavCnt a.gnavTitle {
	font-size: 1.6rem;
}
#headerArea .headerGnavCnt .gnavTitle > .inner {
	padding: 0;
}
#headerArea .headerGnavCnt .gnavList > .list,
#headerArea .headerGnavCnt .gnavList > .list > .inner {
	padding: 0;
}
.breadcrumbs {
	font-size: 1.2em;
}
#headerArea .headerGnavCnt dt.gnavTitle {
	font-size: 1.6rem;
}
#headerArea .gnavHeadingA01 > div.title {
	font-size: 1.6rem;
}
#headerArea .gnavHeadingA01 > div.title .hArrowBtn01 .inner {
	padding: 0;
}
#headerArea .gnavCardBlock01 > dt.title {
	font-size: 2rem;
}
#headerArea .gnavLinkList01 .title .hArrowBtn01 {
	font-size: 1.4rem;
}
#headerArea .headerOtherBlock ul.otherLinkList01 {
	font-size: 1.4rem;
}
#headerArea .headerOtherBlock .otherLinkList02 > .item > a.btn {
	font-size: 1.5rem;
}
#headerArea .memberBlock .memberBox > .txtBox > p.title {
	font-size: 1.8rem;
}
#headerArea .memberBlock .memberBox > .txtBox .txt {
	font-size: 1.4rem;
}
#headerArea .memberBlock .memberBox > .btnBox > .item > .btn {
	font-size: 1.4rem;
}
.searchFormBoxWrap .wrapKeyWord .searchKeyWordWrap input.searchKey {
	font-size: 1.5rem;
}
.searchFormBoxWrap button.headerSearchBtn01 {
	font-size: 1.6rem;
}
/************************************************
footer
************************************************/
#footerArea {
	line-height: 1.4;
}
#footerArea .inner {
	padding: 0;
	width: auto;
	margin: 0;
}
#footerArea .footerNavBox .footerSns > dt.title {
	font-size: 1.4rem;
}
#footerArea .footerAcdBlock > .item > dt.title {
	font-size: 1.5rem;
}
#footerArea .footerAcdBlock > .item > .title .inner {
	padding: 0;
}
#footerArea .footerAcdBlock > .item > .content > p.title {
	font-size: 1.4rem;
}
#footerArea .fInnerAcdBox > .item > dt.title {
	font-size: 1.4rem;
}
#footerArea .fInnerAcdBox > .item > div.title {
	font-size: 1.4rem;
}
#footerArea .footerAcdBlock > .item > .content > .title > .link,
#footerArea .fInnerAcdBox > .item > .title .link .inner {
	padding: 0;
}
#footerArea .fInnerAcdBox > .item > .title > .inner {
	padding: 0;
}
#footerArea .fInnerAcdBox > .item > .title:not(.spAcdTit) a.link .inner{
	padding: 0;
}
#footerArea .fInnerAcdBox > .item > .content .fInnerNavList {
	font-size: 1.4rem;
}
#footerArea .fInnerAcdBox > .item > .content .fInnerNavList .inner {
	padding: 0;
}
#footerArea .footerInnerLinkNavi > ul.fLinkList01 > .item {
	font-size: 1.4rem;
}
#footerArea .footerInnerLinkNavi > ul.fLinkList02 > .item {
	margin: 1.4rem 0 0 0;
	font-size: 1.2rem;
}
#footerArea p#copyright {
	font-size: 1rem;
}

/************************************************
relatedCard
************************************************/
#relatedCard {
	margin-top: 60px;
	line-height: 1.4;
}
#relatedCard .inner {
	padding: 0;
	width: auto;
	margin: 0;
}
#relatedCard .ttl02 {
	font-size: 2.2em;
}
#relatedCard .ttl03 {
	font-size: 1.8rem;
	padding-left: 1.2rem;
}
#relatedCard .ttl03 + p {
	font-size: 1.4rem;
}
#relatedCard .cardItem .cardName {
	font-size: 1.2rem;
}
#relatedCard .cardItem p.cardName {
	font-size: 1.2rem;
}
#relatedCard .btnType01,
#relatedCard .btnType11,
#relatedCard .btnType12 {
	padding: 1.3rem 3.2rem;
}
#relatedCard .btnType04,
#relatedCard .btnType13 {
	padding: 1.4rem 3.5rem 1.3rem;
	font-size: 1.4rem;
}
#relatedCard .compareCardBlock01 .cardImg > span > a .txt {
	font-size: 1.2rem;
}

#relatedCard .compareCardBlock01 {
	margin-top: 5px;
}

#relatedCard .compareCardBlock01 .cardItem {
	position: relative;
}

#relatedCard .slick-slide:nth-child(odd) .cardImg {
	padding: 0 32px 0 40px;
}
#relatedCard .slick-slide:nth-child(even) .cardImg {
	padding: 0 40px 0 32px;
}

.deleteCardBtn {
	position: absolute;
	top: 0;
	right: 7px;
	display: block;
	width: 19px;
	height: 19px;
	border-radius: 3px;
	background-color: #BFBFBF;
	cursor: pointer;
}
.deleteCardBtn::before,
.deleteCardBtn::after {
	content: '';
	display: block;
	position: absolute;
	top: 2px;
	left: 50%;
	width: 2px;
	height: 15px;
	margin-left: -1px;
	background-color: #fff;
}
#relatedCard .deleteCardBtn::before {
	transform: rotate(45deg)
}
#relatedCard .deleteCardBtn::after {
	transform: rotate(-45deg)
}

.compareCardBlock01 .cardImg > span {
	display: inline-block;
	width: 100px;
	height: 64px;
	border-radius: 5px;
	background-color: #ddd;
}
.compareCardBlock01 .cardImg > span {
	background-color: transparent;
}
.compareCardBlock01 .cardImg > span > a {
	position: relative;
	display: inline-block;
	width: 94px;
	height: 94px;
	border-radius: 5px;
	border: 1px solid #BFBFBF;
	background-color: #fff;
	text-decoration: none;
}
.compareCardBlock01 .cardImg > span > a .txt {
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 0.8572rem/*12px*/;
}
.compareCardBlock01 .cardImg > span > a::before {
	content: '';
	display: block;
	position: absolute;
	top: 32px;
	left: 50%;
	width: 35px;
	height: 4px;
	background-color: #BFBFBF;
	transform: translateX(-50%);
}
.compareCardBlock01 .cardImg > span > a::after {
	content: '';
	display: block;
	position: absolute;
	top: 17px;
	left: 50%;
	width: 4px;
	height: 35px;
	background-color: #BFBFBF;
	transform: translateX(-50%);
}

#relatedCard .deleteCardChk {
	display: none;
}

.deleteCardChk + * + .cardImg > span,
.deleteCardChk:checked + .deleteCardBtn,
.deleteCardChk:checked + * + .cardImg img,
.deleteCardChk:checked + * + * + .cardName,
.deleteCardChk:checked + * + * + * + .cardCopy {
	display: none;
}
.deleteCardChk:checked + * + .cardImg > span {
	display: inline-block;
}

#relatedCard.section02 {
	padding: 60px 0;
}

#relatedCard section + section {
	margin-top: 50px;
}

#relatedCard .cardList {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#relatedCard .cardList.col2 > .cardItem {
	width: 50%;
}

#relatedCard .cardItem .block01 {
	padding: 22px 0 0;
	text-align: center;
}
#relatedCard .cardItem + .cardItem .block01,
#relatedCard .cardItem + .cardItem .block02 {
	border-left: 1px solid #cfcfcf;
}
#relatedCard .slick-slide.slick-current .block01,
#relatedCard .slick-slide.slick-current .block02 {
	border-right: 1px solid #cfcfcf;
}
#relatedCard #compareCards .cardItem .cardImg {
	padding: 0 30px;
}
#relatedCard .cardItem .cardName {
	margin-top: 10px;
	padding: 0 15px;
	font-size: 0.8572rem/*12px*/;
	font-weight: bold;
}
#relatedCard .cardItem .cardName a {
	text-decoration: none;
}
#relatedCard .cardItem .cardCopy {
	margin-top: 10px;
	padding: 0 15px;
	font-size: 0.7143rem/*10px*/;
}

#relatedCard .cardItem .deleteCardChk:checked + * + * + .cardCopy,
#relatedCard .cardItem .deleteCardChk:checked + * + * + * + .cardName {
	display: none;
}

#relatedCard .cardItem .block02 {
	margin-top: 68px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
#relatedCard .cardItem .cardImg {
	padding: 0 30px;
}

#similarCard,
#compareCards {
	position: relative;
}
#relatedCard .label {
	position: absolute;
	bottom: 64px;
	left: 0;
	width: 100%;
	padding: 10px;
	background-color: #F2F2F2;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

#relatedCard .outerBtn07 {
	position: relative;
}

.tooltipchk {
	display: none;
}
.tooltipchk:checked + .tooltip {
	display: none;
}
.tooltip {
	position: absolute;
	top: -50px;
	right: 0;
	padding: 9px 35px 9px 15px;
	background-color: rgba(242, 242, 242, .9);
	box-shadow: 0 0 6px 1px rgba(0, 0, 0, .2);
	color: #E60000;
	font-size: 14px;
	font-weight: bold;
	word-break: keep-all;
}
.tooltip::before {
	content: '';
	display: block;
	position: absolute;
	bottom: -18px;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -21px;
	border-style: solid;
	border-width: 18px 10px 0 10px;
	border-color: rgba(0, 0, 0, 0.1) transparent transparent transparent;
}
.tooltip::after {
	content: '';
	display: block;
	position: absolute;
	bottom: -16px;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -20px;
	border-style: solid;
	border-width: 16px 9px 0 9px;
	border-color: #F3F3F3 transparent transparent transparent;
}
.tooltip label {
	position: absolute;
	top: 1px;
	right: 1px;
	width: 19px;
	height: 19px;
	background-color: #fff;
}
.tooltip label::before,
.tooltip label::after {
	content: '';
	display: block;
	position: absolute;
	top: 2px;
	left: 50%;
	width: 2px;
	height: 15px;
	margin-left: -1px;
	background-color: #707070;
}
.tooltip label::before {
	transform: rotate(45deg)
}
.tooltip label::after {
	transform: rotate(-45deg)
}

.tooltip2 {
	top: -45px;
	background-color: rgba(255, 255, 255, .9);
}
.tooltip2::after {
	content: none;
}
.tooltip2::before {
	border-color: rgba(255, 255, 255, .9) transparent transparent transparent;
}

@media screen and (max-width: 640px) {
	#relatedCard .cardList {
		width: auto;
		margin: 0 -15px;
	}

	#compareCards .cardItem .block02 {
		margin-top: 117px;
	}
	#compareCards .slick-dots {
		position: absolute;
		bottom: 116px;
	}
	#compareCards .slick-prev,
	#compareCards .slick-next {
		bottom: 116px;
	}
	#relatedCard .tooltip2 {
		left: 0;
		right: inherit;
	}
}
/*---------------
slick
------------------*/
/* Arrows */
#cardKeyVisual .slick-prev,
#relatedCard .slick-prev,
#cardKeyVisual .slick-next,
#relatedCard .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: inherit;
	bottom: -10px;
	display: block;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	padding: 0;
	cursor: pointer;
	background-color: transparent;
	color: transparent;
	border: none;
	outline: none;
	opacity: .5;
	transition: .3s;
	z-index: 1;
}

#cardKeyVisual .slick-prev.slick-disabled > span:before,
#relatedCard .slick-prev.slick-disabled > span:before,
#cardKeyVisual .slick-next.slick-disabled > span:before,
#relatedCard .slick-next.slick-disabled > span:before {
	opacity: 0;
}

#cardKeyVisual .slick-prev,
#relatedCard .slick-prev {
	left: 24px;
}

#cardKeyVisual .slick-next,
#relatedCard .slick-next {
	right: 24px;
}

#relatedCard .slick-prev > span,
#relatedCard .slick-next > span {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: relative;
}

#cardKeyVisual .slick-prev > span:before,
#relatedCard .slick-prev > span:before,
#cardKeyVisual .slick-next > span:before,
#relatedCard .slick-next > span:before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	border-top: 3px solid #585858;
	border-right: 3px solid #585858;
	position: absolute;
	top: 50%;
}

#cardKeyVisual .slick-prev > span:before,
#relatedCard .slick-prev > span:before {
	margin-left: -10px;
	transform: rotate(-135deg);
	left: 50%;
}

#cardKeyVisual .slick-next > span:before,
#relatedCard .slick-next > span:before {
	margin-right: -10px;
	transform: rotate(45deg);
	right: 50%;
}

/* Dots */
#cardKeyVisual .slick-dots,
#relatedCard .slick-dots {
	display: block;
	width: 100%;
	margin: 11px 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

#cardKeyVisual .slick-dots li,
#relatedCard .slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0;
	padding: 0;
	cursor: pointer;
	vertical-align: middle;
}

#cardKeyVisual .slick-dots li button,
#relatedCard .slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 10px;
	height: 10px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}

#cardKeyVisual .slick-dots li button:before,
#relatedCard .slick-dots li button:before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 10px;
	height: 10px;
	margin: -5px 0 0 -5px;
	content: '';
	text-align: center;
	opacity: .25;
	background-color: #585858;
	border-radius: 50%;
	opacity: .5;
}

#cardKeyVisual .slick-dots li.slick-active button:before,
#relatedCard .slick-dots li.slick-active button:before {
	opacity: 1;
	background-color: #e60000;
}

@media print, all and (min-width:641px) {
	#cardKeyVisual .slick-prev:hover,
	#cardKeyVisual .slick-prev:focus,
	#cardKeyVisual .slick-next:hover,
	#cardKeyVisual .slick-next:focus,
	#relatedCard .slick-prev:hover,
	#relatedCard .slick-prev:focus,
	#relatedCard .slick-next:hover,
	#relatedCard .slick-next:focus {
		color: transparent;
		outline: none;
		background: transparent;
		opacity: .7;
	}

	#cardKeyVisual .slick-dots,
	#relatedCard .slick-dots {
		margin: 14px 0;
	}

	#cardKeyVisual .slick-dots li button:hover,
	#cardKeyVisual .slick-dots li button:focus,
	#relatedCard .slick-dots li button:hover,
	#relatedCard .slick-dots li button:focus {
		outline: none;
	}

	#cardKeyVisual .slick-dots li button:hover:before,
	#cardKeyVisual .slick-dots li button:focus:before,
	#relatedCard .slick-dots li button:hover:before,
	#relatedCard .slick-dots li button:focus:before {
		opacity: 1;
	}
}

/************************************************
Parts
************************************************/
#pageTopArea {
	z-index: 999999 !important;
}
.isPc {
	display: none;
}

.section {
	text-align: center;
}

.section + .section {
	border-top: 5px solid #910011;
}

.h2style {
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 14px;
	background: -moz-linear-gradient(to right, rgb(221,102,103) 0%, rgb(133,24,25) 50%, rgb(229,139,140) 100%) left 100%/100% 2px no-repeat;
	background: -webkit-linear-gradient(to right, rgb(221,102,103) 0%, rgb(133,24,25) 50%, rgb(229,139,140) 100%) left 100%/100% 2px no-repeat;
	background: linear-gradient(to right, rgb(221,102,103) 0%, rgb(133,24,25) 50%, rgb(229,139,140) 100%) left 100%/100% 2px no-repeat;
	color: #910011;
	text-align: center;
	font-size: 1.6rem;
}

.h2style.type01 {
	padding-top: 43px;
	font-size: 2.4rem;
}

.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: #910011;
	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: #910011;
	transform: rotate(37.5deg);
}
.dec02::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 1.66em;
	background-color: #910011;
	transform: rotate(37.5deg);
}

.dec04 {
	position: absolute;
	top: -45px;
	left: 50%;
	display: inline-block;
	padding: 6px 22px;
	border: 2px solid #dfdfdf;
	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 #dfdfdf transparent transparent;
}
.dec04::after {
	content: '';
	display: block;
	position: absolute;
	left: 19px;
	bottom: -6px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 6px 6px 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;
}

.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 #910011;
	background-color: #fff;
}

.parts01 dt {
	padding: 0 2px 2px;
	background-color: #910011;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
}

.parts01 dd {
	padding: 11px 2px;
	font-size: 1.6rem;
	line-height: 1.5;
	text-align: center;
}

.parts01 dd span {
	color: #910011;
	font-weight: bold;
	font-size: 2rem;
}

.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 #910011;
	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 #910011;
	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;
}

.bdtSp{
	border-top: none!important;
}

.bdbSp{
	border-bottom: none!important;
}

.bdlSp{
	border-left: none!important;
}

.bdrSp{
	border-radius: none!important;
}

.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;margin-right: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: #6E6E6E;
	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;
}

/*---------------
slider
------------------*/
.cardSlider .slick-dots li button:before {
	background: #ccc;/*非活性時のカラー*/
}

.cardSlider .slick-dots li.slick-active button:before {
	background: #910011;/*活性時のカラー*/
}


.cardSlider .slick-prev:before,
.cardSlider .slick-next:before {
	content: '';
	display: block;
	width: 11px;
	height: 11px;
	margin-top: -10px;
	position: absolute;
	top: 50%;
	left: calc(50% - 10px);
	border-top: 2px solid #910011;
	border-right: 2px solid #910011;
}

.cardSlider .slick-prev:before {
	transform: rotate(-135deg);
}
.cardSlider .slick-next:before {
	transform: rotate(45deg);
}
.cardSlider .slick-prev[aria-disabled="true"],
.cardSlider .slick-next[aria-disabled="true"] {
	display: none !important;
}
.box .block03 .cardSlider li img {
	max-width: 87%;
}

@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);
}

.mvTxt {
	position: absolute;
	bottom: 0;
}

.inner {
	padding: 0 15px;
}

.sectionInner .inner {
	padding-top: 48px;
	padding-bottom: 45px;
}

.sectionInner .bannerBlock {
	margin: 27px auto 0;
}

.sectionInner .bannerBlock img {
	margin: 0 auto;
}

.section01 {
	margin-top: 25px;
}

.sectionInner01-01 .inner {
	padding-top: 0;
	padding-bottom: 20px;
	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;
}

#a04 h3 {
	margin-top: 75px;
}

.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;
	background-color: #fff;
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
}

.clrFwb {
	color: #910011;
	font-weight: bold;
	font-size: 2rem;
}

.sectionInner03-02-02-01 {
	margin-top: 50px;
}

.section04 .sectionInner + .sectionInner .inner {
	padding-top: 0;
}

.block15 {
	display: inline-block;
	text-align: left;
	font-size: 1.2rem;
}

.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 + .section04,
.section + .section06 {
	border-top: none;
}

.section04 .sectionInner .inner {
	padding-top: 0;
}

@media screen and (max-width: 641px) {
	.mvBlockInner {
		min-height: 375px;
		background: url(/business/card/list/busi/img/mufgcard/img_003.png) center 0 no-repeat;
		background-size: cover;
	}

	.mvBlockInner .mvImg {
		width: 100%;
		max-width: 375px;
	}

	.mvBlockInner .btnBlock {
		position: absolute;
		bottom: 29px;
		left: 50%;
		width: 100%;
		max-width: 325px;
		margin-top: 0;
		transform: translateX(-50%);
	}

	.mvBlockInner .btnList {
		max-width: 320px;
	}

	.mvBlockInner .btnList li {
		margin-top: 0;
		width: 31.25%;
	}

	.mvBlockInner p.mvberBlock{
		width: 100%;
		overflow: hidden;
	}

	.mvBlockInner .mvberBlock .mvImg02{
		max-width: 640px;
		min-height: 32px;
	}

	.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;
	}

	.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;
	}
}

/* fixBlock */
.fixBlock {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: rgba(0,0,0,.7);
	opacity: 0;
	visibility: hidden;
	z-index: 99999;
	transition: opacity .25s ease-in, visibility .25s ease-in;
}

.fixBlock.is-release {
	opacity: 1;
	visibility: visible;
}

.fixBlock::before {
	content: none;
	display: block;
	width: 100%;
	height: 3px;
	background: -moz-linear-gradient(left, rgb(221,102,103) 0%, rgb(133,24,25) 50%, rgb(229,139,140) 100%);
	background: -webkit-linear-gradient(left, rgb(221,102,103) 0%, rgb(133,24,25) 50%, rgb(229,139,140) 100%);
	background: linear-gradient(to right, rgb(221,102,103) 0%, rgb(133,24,25) 50%, rgb(229,139,140) 100%);
}

.fixBlock .sectionInner .inner {
	padding-top: 10px;
	padding-bottom: 15px;
	text-align: center;
}

.fixBlock .btn01 {
	width: 65%;
	padding: 10px 37px;
}
.fixBlock .fixBtn a {
	display: inline-block;
	width: 211px;
}
.fixBlock .text25 a{
	margin-top: 0;
	text-align: center;
	color: #fff;
	font-size: 1.4rem;
}
.fixBlock .text25 .linkType01::before,
.fixBlock .fixBlock .linkType02::before {
	margin-top: -3px;
}
/* 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;
}

/* details accordion globalBox */
/* details accordion pointMasterBox */
.detailsWrap .box03.pointMasterBox {
	padding: 21px 35px 31px;
}

.detailsWrap .box03.globalBox .clmItem:first-child,
.detailsWrap .box03.pointMasterBox .clmItem:first-child{
	order: 1;
}

.globalBox .parts01 dt {
	padding: 17px 0px 15px;
}

.globalBox .parts01.p01 dd {
	padding: 21px 12px;
}

/* businessSupportBox */
.box03.businessSupportBox{
	padding: 25px 23px 25px;
}

/* transferCostBox */
.box03.transferCostBox {
	padding: 25px 20px 25px;
}
.transferCostBox .clm.imgList02 > .clmItem:last-child {
	margin-top: 25px;
	padding: 6px;
}

/* modal window */
.modalWrap input {display: none}

.modalOverlay {
	overflow: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	opacity: 0;
	-webkit-transition: opacity .3s, -webkit-transform 0s .3s;
	transition: opacity .3s, -webkit-transform 0s .3s;
	transition: opacity .3s, transform 0s .3s;
	transition: opacity .3s, transform 0s .3s, -webkit-transform 0s .3s;
	-webkit-transform: scale(0);
	transform: scale(0);
}

.modalOverlay::-webkit-scrollbar{
	width: 10px;
}
.modalOverlay::-webkit-scrollbar-track{
	background: #fff;
	border-left: solid 1px #ececec;
}
.modalOverlay::-webkit-scrollbar-thumb{
	background: #ccc;
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 0 2px #fff;
	box-shadow: inset 0 0 0 2px #fff;
}

.modalTrigger {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.modalContent {
	position: relative;
	width: 85%;
	max-width: 322px;
	padding: 17px 20px 25px;
	border-radius: 3px;
	border: 1px solid #707070;
	background: #fff;
	transition: .3s;
}

.modalBox {
	padding: 10px 10px 25px;
	border-radius: 2px;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.38);
}

.modalTitle {
	position: relative;
	margin-left: 10px;
	margin-bottom: 15px;
	padding-left: 10px;
	font-size: 1.1rem;
	font-weight: bold;
}

.modalTitle::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 3px;
	height: 1.3em;
	margin-bottom: 25px;
	background-color: #E60000;
	transform: translateY(-50%);
}

.modalBrandCheckList.hide,
.modalBtnBlock.hide {
	display: none;
}

.modalBrandCheckList li {
	display: table;
	width: 100%;
}

.modalTypeList li + li {
	margin-top: 9px;
}
.modalBrandCheckList li + li {
	margin-top: 9px;
}

.modalBrandCheckList li > .modalLogo,
.modalBrandCheckList li > .modalCheckBlock {
	display: table-cell;
}

.modalBrandCheckList .modalLogo {
	width: 54px;
	text-align: center;
	vertical-align: middle;
}

.modalBrandCheckList .modalLogo img {
	width: 54px;
}

.modalBrandCheckList .modalCheckBlock {
	padding-left: 2px;
}

.modalBtn01 {
	display: block;
	padding: 10px;
	border: 1px solid #A6200F;
	border-radius: 5px;
	background-color: #fff;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.51);
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}

.modalBrandCheck:checked + .modalBtn01 {
	background-color: #A6200F;
	color: #fff;
}

.modalBtnBlock {
	margin-top: 20px;
	text-align: center;
}

.modalBtnBlock .btn01 {
	padding: 14px 20px;
	border: none;
	font-size: 1.2rem;
}
.modalBtnBlock .btn01::before {
	width: 16px;
	height: 16px;
}
.modalBtnBlock .btn01::after {
	right: 19px;
	border-width: 4px 0 4px 6px;
}

.modalContent .txt1 {
	margin-bottom: 15px;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: left;
}

.modalWrap input:checked ~ .modalOverlay {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

/* slick */
.featuresBox .slick-next {
	right: -8px;
}

.featuresBox .slick-prev {
	left: 0px;
}

.featuresBox .slick-prev,
.featuresBox .slick-next {
	width: 36px;
	height: 36px;
	margin-top: 0;
}

.featuresBox .slick-dots {
	position: absolute;
	bottom: -10%;
	left: 0;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}

.featuresBox .slick-dots li {
	position: relative;
	display: inline-block;
	width: 34px;
	height: 20px;
	margin: 0;
	padding: 0;
	cursor: pointer;
	vertical-align: middle;
}

.featuresBox .slick-dots li button:before {
	width: 7px;
	height: 7px;
}

@media screen and (max-width: 641px) {
	.modalBox + .modalBox {
		margin-top: 15px;
	}
}