@charset "utf-8";
/************************************************
overWrite
************************************************/
#contents {
	max-width: 980px;
}
/************************************************
parts
************************************************/
/*---------------
usSlide
------------------*/
.usSlide {
	margin: 0 16px;
}
.usSlide .slideContent {
	padding: 20px 15px 0;
}
.usSlide .slick-arrow {
	border-bottom: 5px solid #f6994e;
	border-right: 5px solid #f6994e;
	width: 35px;
	height: 35px;
}
.usSlide .slick-arrow.slick-disabled {
	display: none !important;
}
.usSlide .slick-track {
	display: flex;
}
.usSlide .slick-slide {
	height: auto !important;
}
.usSlide .slick-prev {
	transform: rotate(135deg);
	left: 260px;
}
.usSlide .slick-next {
	transform: rotate(-45deg);
	right: 260px;
}
/*---------------
usFlow
------------------*/
.usFlow > li {
	width: 286px;
	position: relative;
}
.usFlow > li:not(:nth-of-type(3n)){
	margin-right: 30px;
}
.usFlow > li:not(:nth-of-type(3n)):after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 21px 0 21px 20px;
	border-color: transparent transparent transparent #b5b5b5;
	position: absolute;
	right: -26px;
	top: calc(50% - 9px);
}
.usFlow > li:nth-of-type(3n):after,
.usFlow > li:last-of-type:after {
	content: none;
}
.usFlow > li:not(:first-of-type) {
	margin-top: 0;
}
.usFlow > li:nth-of-type(n+4) {
	margin-top: 42px;
}
/*---------------
noteBox
------------------*/
.noteBox {
	padding: 0 15px;
}
.noteBox + .noteBox {
	margin-top: 50px;
}
/*---------------
tabBlue
------------------*/
.wide.tabBlue > .tabContent {
	margin: 0 -15px;
	border-color: #ccc;
	border-bottom: none;
}
.wide.tabBlue > .tabList {
	width: auto;
}
.tabBlue > .tabList > .tabListItem > .tabBtn {
	padding: 7px;
}
.tabBlue > .tabList > .tabListItem > .tabBtn:hover {
	color: #f6994e;
}
.tabBlue > .tabList > .tabListItem > .tabBtn.is-open {
	background: #f6994e;
	color: #fff;
	border-color: #f6994e;
}
.tabBlue > .tabList > .tabListItem > .tabBtn.is-open::after {
	border-color: #f6994e transparent transparent;
}
.tabBlue > .tabContent > .tabCntItem {
	padding-top: 0;
}
.tabBlue > .tabList > .tabListItem > .tabBtn .emph {
	color: #FFCC00;
}
.tabBlue > .tabList > .tabListItem > .tabBtn.is-open .emph {
	color: #fceeb8;
}
/************************************************
layout
************************************************/
.kvImg {
	margin-left: 0;
	margin-right: 0;
}
.kvTxt {
	position: absolute;
	text-align: left;
	font-weight: normal;
	width: 520px;
	left: calc(50% - 260px);
	top: 259px;
}
/*---------------
periodBlk
------------------*/
.periodBlk {
	width: 890px;
	margin: 40px auto 0;
}
.periodBlk .prImg {
	margin: 30px 0 0;
}
.periodBlk .blkTtl {
	width: auto;
	margin: 0 auto;
}
/*---------------
flowBlk
------------------*/
.flowBlk {
	margin-top: 62px;
}
.flowBlk .flowImg {
	margin-top: 30px;
}
.flowBlk .blkTtl {
	width: auto;
}
/*---------------
periodBox
------------------*/
.periodBox .conditionImg img {
	width: auto;
}
.periodBox {
	width: 900px;
	margin: 0 auto;
}
/*---------------
cardBlk
------------------*/
.cardBlk {
	margin-top: 44px;
}
.cardBlk .clm .clmItem {
	width: 23%;
}
/*---------------
descBlk
------------------*/
.descBlk {
	margin-top: 95px;
}
.descBlk .descLead {
	text-align: center;
	font-weight: bold;
	font-size: 1.428rem;
	margin-top: 25px;
	line-height: 1.7;
}
.descBlk .meritCnt {
	margin-top: 37px;
}
.descBlk .mrImgList {
	margin-top: 30px;
	text-align: center;
}
.descBlk .mrImgList > li {
	position: relative;
}
.descBlk .mrImgList > li:not(:first-of-type) {
	margin-top: 30px;
}
.descBlk .mrImgList > li .txtBlock {
	padding: 0 117px;
	width: 948px;
	margin: 0 auto;
}
.descBlk .mrImgList > li:nth-of-type(2) .txtBlock {
	position: absolute;
	bottom: 16px;
}
.descBlk .blkTtl {
	width: auto;
}
.descBlk .mrImgList > li .txtBlock02 {
	padding: 0 100px;
}

/*---------------
usageBlk
------------------*/
.usageBlk {
	margin-top: 73px;
}
.usageBlk .blkTtl {
	width: auto;
}
/*---------------
noteBlk
------------------*/
.noteBlk {
	margin-top: 92px;
}


#footerArea {
	margin-bottom: 118px
}
.ctaBlock {
	padding: 17px 0;
}
