@charset "utf-8";
/* -- 見出し -- */
/* スラッシュ吹き出し */
.slash-title {
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}
.slash-title > span {
	position: relative;
	display: inline-block;
	padding-left: 15px;
	padding-right: 15px;
}
.slash-title > span::before,
.slash-title > span::after {
	content: "";
	position: absolute;
	bottom: 3px;
	width: 1px;
	height: 23px;
	background: #3f3b3a;
}
.slash-title > span::before {
	left: 0;
	transform: rotate(-25deg);
}
.slash-title > span::after {
	right: 0;
	transform: rotate(25deg);
}
/* 下線 + 矢印 */
.line-arrow-title > span {
	display: inline-block;
	border-bottom: solid 1px #3f3b3a;
	padding-bottom: 25px;
	position: relative;
}
.line-arrow-title > span::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: calc(100% - 9px);
	margin: auto;
	width: 18px;
	height: 18px;
	border-left: solid 1px #3f3b3a;
	border-bottom: solid 1px #3f3b3a;
	background: #fff;
	transform: rotate(-45deg);
}

/* ポイントイメージ */
.flexBox .pointImg {
	width: 270px;
}
.pointImg img {
	width: 158px;
}

/* -- オレンジSTEP -- */
.stepBox {
	display: flex;
	align-items: center;
	padding: 20px 8px;
	border-radius: 10px;
	border: solid 2px #cc4b1f;
	background-color: #f7e4dd;
	position: relative;
}
.stepBox:not(.last)::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	margin: auto;
	width: 6px;
	height: 30px;
	background: #cc4b1f;
}
.stepBox:not(.last)::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: calc(100% + 30px);
	margin: auto;
	width: 0;
	height: 0;
	border: solid 11px transparent;
	border-top-color: #cc4b1f;
}
.stepBox .step {
	font-family: 'Roboto' , sans-serif;
	font-size: 1.5rem;
	line-height: 1;
	font-weight: bold;
	color: #cc4b1f;
	width: 106px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: column;
	border-right: solid 1px #cc4b1f;
}
.stepBox .step strong {
	font-size: 233%;
	display: block;
}
.stepBox .text {
	font-size: 2.2rem;
	font-weight: bold;
	width: 545px;
	text-align: center;
}

/* オレンジ右矢印見出し */
.orange-arw-r {
	font-weight: bold;
	color: #fff;
	width: 90px;
	height: 64px;
	padding-left: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #cc4b1f;
	position: relative;
}
.orange-arw-r::after {
	content: "";
	position: absolute;
	left: 100%;
	top: 0;
	width: 0;
	height: 0;
	border-left: solid 18px #cc4b1f;
	border-right: solid 18px transparent;
	border-top: solid 32px transparent;
	border-bottom: solid 32px transparent;
}
.orange-arw-r + div {
	width: auto;
	padding-left: 35px;
}

/* -- 支援point -- */
.pointBox {
	text-align: center;
	padding: 55px 30px 65px;
	border-radius: 15px;
	margin-top: 40px;
	background: #f3f3f3;
	position: relative;
}
.pointBox a {
	color: #3f3b3a;
	text-decoration: none;
	display: block;
	padding: 55px 30px 65px;
	margin: -55px -30px -65px;
}
.pointBox a::after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 30px;
	margin: auto;
	border: solid 8px transparent;
}
.pointBox .imgBox {
	margin-bottom: 20px;
}
.pointBox .imgBox img {
	width: 119px;
}
.pointBox h3,
.pointDetail h3 {
	font-size: 2.4rem;
	padding-left: 0;
	background: none;
}
.pointBox h3::before,
.pointDetail h3::before {
	display: none;
}
.icon-point {
	font-weight: bold;
	line-height: 1.2;
	color: #fff;
	width: 85px;
	height: 85px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: column;
	border-radius: 100%;
}
.icon-point strong {
	font-size: 168%;
	display: block;
}
.pointBox .icon-point {
	position: absolute;
	top: -40px;
	left: 35px;
}
/* point詳細 */
.pointDetail dl {
	display: flex;
	align-items: flex-start;
	flex-flow: row wrap;
}
.pointDetail dl dt {
	font-size: 1.1rem;
	font-weight: bold;
	line-height: 18px;
	color: #fff;
	width: 55px;
	text-align: center;
	margin-top: 2px;
	margin-bottom: 10px;
	background-color: #4d4d4d;
}
.pointDetail dl dd {
	width: calc(100% - 55px);
	padding-left: 10px;
	margin-bottom: 10px;
}
.pointDetail .red {
	color: #e50615 !important;
}

/* オレンジ */
.orangeBox .support-title {
	color: #eb6847;
}
.orangeBox a::after {
	border-top-color: #eb6847;
}
.orangeBox .icon-point {
	background-color: #eb6847;
}
.orangeBox h3 {
	color: #eb6847;
}
/* 青 */
.blueBox .support-title {
	color: #3b5d7a;
}
.blueBox a::after {
	border-top-color: #3b5d7a;
}
.blueBox .icon-point {
	background-color: #3b5d7a;
}
.blueBox h3 {
	color: #3b5d7a;
}
/* 緑 */
.greenBox .support-title {
	color: #0dac67;
}
.greenBox a::after {
	border-top-color: #0dac67;
}
.greenBox .icon-point {
	background-color: #0dac67;
}
.greenBox h3 {
	color: #0dac67;
}

/* ------------------------------
 PC用 
------------------------------ */
@media print, screen and (min-width: 768px) {
	.w780 {
		width: 780px;
	}
	/* point詳細 */
	.pointDetail {
		padding-left: 120px;
		position: relative;
	}
	.pointDetail .icon-point {
		position: absolute;
		top: 0;
		left: 0;
	}
}
/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 767px) {
	/* -- 見出し -- */
	/* スラッシュ吹き出し */
	.slash-title {
		font-size: 1.7rem;
	}
	
	/* オレンジ右矢印見出し */
	.orange-arw-r {
		width: 80px;
	}
	.orange-arw-r + div {
		width: calc(100% - 80px);
		padding-left: 30px;
	}

	/* -- オレンジSTEP -- */
	.stepBox {
		padding: 10px 10px 10px 5px;
	}
	.stepBox:not(.last)::before {
		height: 10px;
	}
	.stepBox:not(.last)::after {
		top: calc(100% + 10px);
	}
	.stepBox .step {
		width: 60px;
		font-size: 1.4rem;
	}
	.stepBox .text {
		font-size: 1.8rem;
		text-align: left;
		width: calc(100% - 60px);
		padding-left: 10px;
	}

	/* ポイントイメージ */
	.flexBox .pointImg {
		width: 50%;
		padding: 0 1%;
	}
	

	/* -- 支援point -- */
	.pointBox {
		padding: 50px 20px 60px;
		margin-top: 40px;
	}
	.pointBox a {
		padding: 50px 20px 60px;
		margin: -50px -20px -60px;
	}
	.pointBox h3,
	.pointDetail h3 {
		font-size: 2.1rem;
	}
	.icon-point {
		font-size: 1.4rem;
		width: 75px;
		height: 75px;
	}
	.pointBox .icon-point {
		top: -35px;
		left: 30px;
	}
	/* point詳細 */
	.pointDetail .icon-point {
		margin: 0 auto 20px;
	}
}