@charset "EUC-JP";



/* ------------------------------
	.head_ttl_box
------------------------------ */
.head_ttl_box{
	background: url(../img/reason/head_img.png) no-repeat center center;
	background-size: 100%;
}


@media screen and (max-width: 768px){
	.head_ttl_box{
		background: url(../img/reason/head_img_sp.png) no-repeat center center;
		background-size: cover;
	}
}



/* ------------------------------
	.sec_ttl
------------------------------ */
.sec_ttl{
	text-align: center;
	font-size: 4.0rem;
	font-weight: bold;
	line-height: 1.6;
}


@media screen and (max-width: 768px){
	.sec_ttl{
		font-size: 2.0rem;
	}
}


/* ------------------------------
	.reason
------------------------------ */
.reason{
	padding: 55px 0 110px;
}

.reason .sec_ttl{
	padding: 20px 0 70px;
	background: url(../img/reason/ttl_num01.png) no-repeat 45px top;
	background-size: 115px;
}

.reason .lead_box{
	display: flex;
	justify-content: space-between;
}

.reason .lead{
	max-width: 715px;
	line-height: 2;
	font-size: 1.5rem;
}

.reason .lead_img{
	width: 291px;
	margin-top: -150px;
	margin-right: -30px;
}

.reason_bg_box{
	height: 32vw;
	background: url(../img/reason/bg_img01.png) no-repeat center center;
	background-size: 100%;
}


@media screen and (max-width: 768px){
	.reason{
		position: relative;
		padding: 10px 0 35px;
	}

	.reason .sec_ttl{
		padding: 20px 0 35px;
		background-size: 68px;
		background-position: center top;
	}

	.reason .lead{
		width: 100%;
		line-height: 1.6;
	}

	.reason .lead_img{
		position: absolute;
		top: -60px;
		right: 2%;
		width: 90px;
		margin: 0;
	}

	.reason_bg_box{
		height: 55vw;
		background: url(../img/reason/bg_img01_sp.png) no-repeat center center;
		background-size: 100%;
	}
}



/* ------------------------------
	.sec_table
------------------------------ */
.sec_table table{
	width: 100%;
	border: 1px solid #a1925d;
	border-radius: 10px;
	border-spacing: 0;
	overflow: hidden;
}

.sec_table th{
	padding-top: 5px;
	text-align: center;
	font-size: 2.1rem;
	border-top: 1px solid #dcd7c4;
	background-color: #e0e0e0;
	font-weight: bold;
}

.sec_table tr:first-child th{
	height: 50px;
	font-size: 2.4rem;
	border-top: 0;
	border-left: 1px solid #a1925d;
}
.sec_table tr:first-child th:first-child{
	border-left: 0;
}

.ie .sec_table tr:first-child th:first-child,
.edge .sec_table tr:first-child th:first-child{
	border-radius: 7px 0 0 0;
}
.ie .sec_table tr:first-child th:last-child,
.edge .sec_table tr:first-child th:last-child{
	border-radius: 0 7px 0 0;
}

.sec_table tr:nth-child(2) th,
.sec_table tr:nth-child(2) td{
	border-top: 1px solid #a1925d;
}

.sec_table .bg_ye,
.sec_table .bg_bk{
	color: #fff;
	font-weight: bold;
}
.sec_table .bg_ye{
	background-color: #a1925d;
}
.sec_table .bg_bk{
	width: 160px;
	background-color: #333;
}

.sec_table td{
	height: 90px;
	padding: 25px 0 20px;
	background-color: #fff;
	border-top: 1px solid #dcd7c4;
	border-left: 1px solid #a1925d;
	text-align: center;
	font-size: 2.2rem;
	line-height: 1.5;
	font-weight: bold;
}

.sec_table td:last-child{
	font-weight: bold;
}

.sec_table td img{
	max-width: 205px;
	vertical-align: middle;
}

.sec_table td span{
	font-size: 1.8rem;
	vertical-align: super;
}

.sec_table dl{
	display: flex;
	align-items: center;
	width: 100%;
	height: 100px;
	margin-top: 30px;
	border: 1px solid #a1925d;
	border-radius: 10px;
	overflow: hidden;
	background-color: #e0e0e0;
}

.sec_table dt{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	height: 100%;
	padding: 0 45px;
	font-size: 2.2rem;
	font-weight: bold;
}

.sec_table dd{
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 0 55px;
	background-color: #fff;
	font-size: 2.4rem;
	font-weight: bold;
}

.sec_table dd span + span{
	margin-left: 2em;
}

.sec_table dd .note{
	font-size: 1.6rem;
	font-weight: normal;
}


@media screen and (max-width: 768px){
	.sec_table{
		padding: 40px 0 0;
	}

	.sec_table .lead{
		margin: 30px 0 30px;
		text-align: left;
		line-height: 1.6;
	}

	.sec_table table{
		border-radius: 8px;
	}

	.sec_table th{
		min-height: 10vw;
		padding: 0;
		font-size: 3vw;
		line-height: 1.3;
	}

	.sec_table th:first-child{
		width: 1em;
		padding: 0.5em;
	}

	.sec_table tr:first-child th{
		height: 6vw;
		font-size: 3vw;
		font-weight: bold;
	}

	.sec_table td{
		height: 45px;
		padding-top: 2vw;
		padding-bottom: 2vw;
		font-size: 3vw;
	}

	.sec_table td img{
		width: 85%;
		margin-left: 7.5%;
		margin-top: 7.5%;
	}

	.sec_table td span{
		font-size: 1.0rem;
	}

	.sec_table dl{
		flex-wrap: wrap;
		height: initial;
		border-radius: 8px;
	}

	.sec_table dt{
		width: 100%;
		padding: 15px 0;
		font-size: 1.3rem;
	}

	.sec_table dd{
		justify-content: center;
		padding: 10px 0;
		text-align: center;
		font-size: 1.3rem;
	}

	.sec_table dd .note{
		font-size: 1.1rem;
	}

	.sec_table dd span + span{
		margin-left: 1em;
	}

	.compare .table_txt{
		padding-top: 10px;
	}

	.compare .table_txt p{
		font-size: 1.1rem;
	}

	.compare .table_txt span{
		font-size: 1.5rem;
	}
}


/* ------------------------------
	.compare
------------------------------ */
.compare{
	padding: 95px 0 190px;
}

.compare .sec_ttl{
	padding: 30px 0 80px;
	background: url(../img/reason/ttl_num02.png) no-repeat left top;
	background-size: 189px;
}
.compare .sec_ttl .min{
	font-size: 2.0rem;
	vertical-align: top;
}

.compare .lead{
	line-height: 2;
	margin-bottom: 65px;
}

.compare table{
	width: 100%;
	background-color: #fff;
	border: 1px solid #a1925d;
	border-radius: 15px;
	border-spacing: 0;
	overflow: hidden;
}

.compare th{
	height: 90px;
	padding-top: 5px;
	text-align: center;
	font-size: 2.1rem;
	border-top: 1px solid #dcd7c4;
	background-color: #e0e0e0;
}

.compare tr:first-child th{
	height: 50px;
	font-size: 2.4rem;
	border-top: 0;
	border-left: 1px solid #a1925d;
}
.compare tr:first-child th:first-child{
	border-left: 0;
	border-radius: 10px 0 0 0;
}
.compare tr:first-child th:last-child{
	border-radius: 0 10px 0 0;
}
.compare tr:last-child th:first-child{
	border-radius: 0 0 0 10px;
}
.compare tr:last-child th:last-child{
	border-radius: 0 0 10px 0;
}

.compare tr:nth-child(2) th,
.compare tr:nth-child(2) td{
	border-top: 1px solid #a1925d;
}

.compare .bg_ye,
.compare .bg_bk{
	color: #fff;
	font-weight: bold;
}
.compare .bg_ye{
	background-color: #a1925d;
}
.compare .bg_bk{
	background-color: #333;
}

.compare td{
	height: 90px;
	border-top: 1px solid #dcd7c4;
	border-left: 1px solid #a1925d;
	text-align: center;
	font-size: 2.2rem;
}

.compare td:last-child{
	font-weight: bold;
}

.compare td span{
	font-size: 1.8rem;
	vertical-align: super;
}

.compare dl{
	display: flex;
	align-items: center;
	width: 100%;
	height: 100px;
	margin-top: 30px;
	border: 1px solid #a1925d;
	border-radius: 15px;
	overflow: hidden;
	background-color: #e0e0e0;
}

.compare dt{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	height: 100%;
	padding: 0 45px;
	font-size: 2.2rem;
	font-weight: bold;
}

.compare dd{
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 0 55px;
	background-color: #fff;
	font-size: 2.4rem;
	font-weight: bold;
}

.compare dd span + span{
	margin-left: 2em;
}

.compare dd .note{
	font-size: 1.6rem;
	font-weight: normal;
}

.compare .txt{
	max-width: 530px;
	font-size: 1.5rem;
	line-height: 2;
}

.table_txt{
	padding-top: 20px;
}

.table_txt p{
	text-align: right;
	font-size: 1.7rem;
	line-height: 1.6;
	font-weight: bold;
}

.table_txt span{
	color: #6d5500;
	font-size: 2.5rem;
	vertical-align: middle;
}
.table_txt .old30{
	opacity: 0.8;
}
.table_txt .old40{
	opacity: 0.7;
}
.table_txt .old50{
	opacity: 0.5;
}
.table_txt .old60{
	opacity: 0.3;
}


@media screen and (max-width: 768px) {
	.compare{
		padding: 30px 0 35px;
	}

	.compare .sec_ttl{
		padding: 25px 0 30px;
		font-size: 2.0rem;
		background-size: 112px;
		background-position: center top;
	}

	.compare .lead{
		line-height: 1.6;
		margin-bottom: 0;
	}

	.sec_table{
		padding-top: 25px;
	}

	.compare table{
		border-radius: 8px;
	}

	.compare th{
		height: 10vw;
		padding: 0;
		font-size: 3vw;
		line-height: 1.3;
	}

	.compare tr:first-child th{
		height: 6vw;
		font-size: 3vw;
		font-weight: bold;
	}

	.compare tr:first-child th:first-child,
	.compare tr:first-child th:last-child,
	.compare tr:last-child th:first-child,
	.compare tr:last-child th:last-child{
		border-radius: 0;
	}

	.compare td{
		height: 45px;
		padding-top: 0;
		font-size: 3vw;
	}

	.compare td span{
		font-size: 1.0rem;
	}

	.compare dl{
		flex-wrap: wrap;
		height: initial;
		margin-top: 20px;
		border-radius: 8px;
	}

	.compare dt{
		width: 100%;
		padding: 15px 0;
		font-size: 1.3rem;
	}

	.compare dd{
		justify-content: center;
		padding: 10px 0;
		text-align: center;
		font-size: 1.3rem;
	}

	.compare dd .note{
		font-size: 1.1rem;
	}

	.compare dd span + span{
		margin-left: 1em;
	}

	.compare .txt{
		padding-right: 90px;
		line-height: 1.5;
		font-size: 1.4rem;
		word-break: break-all;
	}
}



/* ------------------------------
	.privacy
------------------------------ */
.privacy{
	padding: 120px 0 175px;
}

.privacy .sec_ttl{
	padding: 30px 0 80px;
	background: url(../img/reason/ttl_num03.png) no-repeat left top;
	background-size: 164px;
}

.privacy .lead{
	font-size: 1.5rem;
	line-height: 2;
}

.privacy .privacy_box{
	padding: 60px 60px 55px 245px;
	margin-top: 60px;
	border: 1px solid #a2935d;
	border-radius: 15px;
	background: #fff url(../img/reason/privacy_ico.png) no-repeat 40px 40px;
	background-size: 177px;
}

.privacy .privacy_box .ttl{
	font-size: 2.7rem;
	font-weight: bold;
}

.privacy .privacy_box .txt{
	padding: 10px 0;
	border-bottom: 1px dashed #a2935d;
	font-size: 1.5rem;
	line-height: 2;
}

.privacy .privacy_box ul{
	display: flex;
	flex-wrap: wrap;
	margin-top: 15px;
}

.privacy .privacy_box li{
	width: 50%;
	font-size: 1.7rem;
	font-weight: bold;
	line-height: 1.6;
}

.privacy .privacy_box li::before{
	content: "";
	margin-right: 2px;
	color: #a2935d;
}


@media screen and (max-width: 768px) {
	.privacy{
		padding: 25px 0 30px;
	}

	.privacy .sec_ttl{
		padding: 25px 0 30px;
		background-size: 97px;
		background-position: center top;
	}

	.privacy .lead{
		line-height: 1.6;
	}

	.privacy .privacy_box{
		padding: 20px 3%;
		margin-top: 25px;
		background: #fff;
		border-radius: 10px;
	}

	.privacy .privacy_box div{
		padding-left: 75px;
		background: url(../img/reason/privacy_ico.png) no-repeat left center;
		background-size: 55px;
		border-bottom: 1px dashed #a2935d;
	}

	.privacy .privacy_box .ttl{
		font-size: 1.5rem;
	}

	.privacy .privacy_box .txt{
		font-size: 1.2rem;
		line-height: 1.6;
		border-bottom: 0;
	}

	.privacy .privacy_box li{
		width: 100%;
		font-size: 1.5rem;
	}
}



/* ------------------------------
	.setting
------------------------------ */
.setting{
	padding: 140px 0 200px;
}

.setting .sec_ttl{
	padding: 30px 0 70px;
	background: url(../img/reason/ttl_num04.png) no-repeat left top;
	background-size: 174px;
}

.setting .lead{
	font-size: 1.5rem;
	line-height: 2;
}

.setting .setting_box{
	display: flex;
	justify-content: space-between;
	margin: 55px 0 0;
	padding: 0 40px;
}

.setting .setting_box div{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 212px;
	height: 212px;
	background: #fff url(../img/reason/box_bg01.png) no-repeat center center;
	background-size: 100%;
	border-radius: 50%;
}

.setting .setting_box p{
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.4;
	white-space: nowrap;
}

.setting .setting_box p span{
	font-size: 2.2rem;
}
.setting .setting_box div:nth-child(3) p .ico{
	font-size: 1.2rem;
	color: #333;
	vertical-align: top;
}

.setting .setting_box div:nth-child(1) p span{
	color: #e99e3b;
}
.setting .setting_box div:nth-child(2) p span{
	color: #7ab743;
}
.setting .setting_box div:nth-child(3) p span{
	color: #3f97e3;
}
.setting .setting_box div:nth-child(4) p span{
	color: #ff7b9a;
}

.setting .setting_box + p{
	margin: 20px 0 90px;
	text-align: right;
	font-size: 1.3rem;
}

.setting .setting_slide{
	position: relative;
	margin-top: 90px;
}

.setting .setting_slide_box{
	position: relative;
	width: 100%;
	outline: 0;
}

.setting .setting_slide_box .img{
	width: 100%;
}
.setting .setting_slide_box .img img{
	width: 100%;
	vertical-align: middle;
}
.setting .setting_slide_box .img .sp{
	display: none;
}

.setting .setting_slide_box .txt{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	padding: 10px 0 8px;
	background-color: rgba(0,0,0, 0.5);
	text-align: center;
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 1.3;
	color: #fff;
}

.setting .slick-dots{
	bottom: -60px;
}
.setting .slick-dots li button:before{
	font-size: 4.5rem;
	opacity: 1;
	color: #ebe8e0;
}
.setting .slick-dots li.slick-active button:before{
	opacity: 1;
	color: #a1925d;
}


@media screen and (max-width: 768px) {
	.setting{
		padding: 25px 0 70px;
	}

	.setting .setting_box{
		flex-wrap: wrap;
		margin: 25px auto 10px;
		padding: 0;
	}

	.setting .sec_ttl{
		padding: 25px 0 30px;
		background-size: 103px;
		background-position: center top;
	}

	.setting .lead{
		line-height: 1.6;
	}

	.setting .setting_box div{
		width: 46vw;
		height: 46vw;
		margin-bottom: 15px;
	}

	.setting .setting_box p{
		font-size: 3.8vw;
		line-height: 1.5;
	}

	.setting .setting_box p span{
		font-size: 4.7vw;
	}

	.setting .setting_box + p{
		margin: 0;
		font-size: 1.1rem;
	}

	.setting .setting_slide{
		width: 94%;
		margin: 30px auto 0;
	}

	.setting .slick-dots{
		bottom: -30px;
	}

	.setting .slick-dots li button:before{
		font-size: 4.0rem;
	}

	.setting .setting_slide_box .txt{
		margin-top: 60px;
		font-size: 1.2rem;
	}

	.slick-dotted.slick-slider{
		margin-bottom: 0;
	}
}


/* ------------------------------
	.reasonable
------------------------------ */
.reasonable{
	padding: 95px 0 190px;
}

.reasonable .sec_ttl{
	padding: 70px 0 80px;
	background: url(../img/reason/ttl_num05.png) no-repeat left top;
	background-size: 202px;
}
.reasonable .sec_ttl .min{
	font-size: 2.0rem;
	vertical-align: top;
}

.reasonable .lead{
	line-height: 2;
	font-size: 1.5rem;
	margin-bottom: 65px;
}

.reasonable table{
	width: 100%;
	background-color: #fff;
	border: 1px solid #a1925d;
	border-radius: 15px;
	border-spacing: 0;
	overflow: hidden;
}

.reasonable th{
	height: 90px;
	padding-top: 5px;
	text-align: center;
	font-size: 2.1rem;
	border-top: 1px solid #dcd7c4;
	background-color: #e0e0e0;
}

.reasonable tr:first-child th{
	height: 50px;
	font-size: 2.4rem;
	border-top: 0;
	border-left: 1px solid #a1925d;
}
.reasonable tr:first-child th:first-child{
	border-left: 0;
	border-radius: 10px 0 0 0;
}
.reasonable tr:first-child th:last-child{
	border-radius: 0 10px 0 0;
}
.reasonable tr:last-child th:first-child{
	border-radius: 0 0 0 10px;
}
.reasonable tr:last-child th:last-child{
	border-radius: 0 0 10px 0;
}

.reasonable tr:nth-child(2) th,
.reasonable tr:nth-child(2) td{
	border-top: 1px solid #a1925d;
}

.reasonable .bg_ye,
.reasonable .bg_bk{
	color: #fff;
	font-weight: bold;
}
.reasonable .bg_ye{
	background-color: #a1925d;
}
.reasonable .bg_bk{
	background-color: #333;
}

.reasonable td{
	height: 90px;
	border-top: 1px solid #dcd7c4;
	border-left: 1px solid #a1925d;
	text-align: center;
	font-size: 2.2rem;
}

.reasonable td:last-child{
	font-weight: bold;
}

.reasonable td span{
	font-size: 1.8rem;
	vertical-align: super;
}

.reasonable dl{
	display: flex;
	align-items: center;
	width: 100%;
	height: 100px;
	margin-top: 30px;
	border: 1px solid #a1925d;
	border-radius: 15px;
	overflow: hidden;
	background-color: #e0e0e0;
}

.reasonable dt{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	height: 100%;
	padding: 0 45px;
	font-size: 2.2rem;
	font-weight: bold;
}

.reasonable dd{
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 0 55px;
	background-color: #fff;
	font-size: 2.4rem;
	font-weight: bold;
}

.reasonable dd span + span{
	margin-left: 2em;
}

.reasonable dd .note{
	font-size: 1.6rem;
	font-weight: normal;
}


@media screen and (max-width: 768px) {
	.reasonable{
		padding: 5px 0 25px;
	}

	.reasonable .sec_ttl{
		padding: 50px 0 30px;
		background-size: 120px;
		background-position: center top;
	}

	.reasonable .lead{
		margin-bottom: 25px;
		line-height: 1.6;
	}

	.reasonable table{
		border-radius: 8px;
	}

	.reasonable th{
		height: 10vw;
		padding: 0;
		font-size: 3vw;
		line-height: 1.3;
	}

	.reasonable tr:first-child th{
		height: 6vw;
		font-size: 3vw;
		font-weight: bold;
	}

	.reasonable tr:first-child th:first-child,
	.reasonable tr:first-child th:last-child,
	.reasonable tr:last-child th:first-child,
	.reasonable tr:last-child th:last-child{
		border-radius: 0;
	}

	.reasonable td{
		height: 45px;
		padding-top: 0;
		font-size: 3vw;
	}

	.reasonable td span{
		font-size: 1.0rem;
	}

	.reasonable dl{
		flex-wrap: wrap;
		height: initial;
		margin-top: 20px;
		border-radius: 8px;
	}

	.reasonable dt{
		width: 100%;
		padding: 15px 0;
		font-size: 1.3rem;
	}

	.reasonable dd{
		justify-content: center;
		padding: 10px 0;
		text-align: center;
		font-size: 1.3rem;
	}

	.reasonable dd .note{
		font-size: 1.1rem;
	}

	.reasonable dd span + span{
		margin-left: 1em;
	}

	.reasonable .txt{
		padding-right: 90px;
		line-height: 1.5;
		font-size: 1.4rem;
		word-break: break-all;
	}


	.setting .setting_slide_box .img .sp{
		display: block;
	}
	.setting .setting_slide_box .img .pc{
		display: none;
	}
}



/* ------------------------------
	.process
------------------------------ */
.process{
	padding: 150px 0 200px;
}

.process .sec_ttl{
	padding: 50px 0 80px;
	background: url(../img/reason/ttl_num06.png) no-repeat 40px top;
	background-size: 189px;
}

.process .lead{
	font-size: 1.5rem;
	line-height: 2;
}

.process_box{
	position: relative;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 80px 0 0;
}

.process_box > div{
	position: relative;
	width: 30.5%;
	height: 320px;
	padding-top: 230px;
	border: 1px solid #dcd7c4;
	border-radius: 15px;
}

.process_box > div + div{
	margin-left: 4.25%;
}

.process_box > div + div::before{
	position: absolute;
	top: 0;
	bottom: 0;
	left: -35px;
	margin: auto;
	content: "";
	display: block;
	width: 30px;
	height: 63px;
	background: url(../img/reason/guide_ico01.png) no-repeat center center;
	background-size: 29px;
}

.process_box > div:nth-child(1),
.process_box > div:nth-child(3){
	background: #fff url(../img/reason/process_ico01.png) no-repeat center 60px;
	background-size: 135px;
}
.process_box > div:nth-child(2){
	background: #fff url(../img/reason/process_ico02.png) no-repeat center 70px;
	background-size: 135px;
}

.process_box > div .guide_num{
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
}
.process_box > div .guide_num img{
	width: 100%;
}

.process_box > div:nth-child(1) .guide_num{
	top: -17px;
	left: 15px;
	width: 48px;
}
.process_box > div:nth-child(2) .guide_num{
	top: -17px;
	left: -20px;
	width: 75px;
}
.process_box > div:nth-child(3) .guide_num{
	top: -17px;
	left: -10px;
	width: 66px;
}

.process_box p{
	text-align: center;
	line-height: 1.3;
	font-weight: bold;
}


@media screen and (max-width: 768px){
	.process{
		padding: 20px 0 60px;
	}

	.process .sec_ttl{
		padding: 30px 0 30px;
		background-size: 112px;
		background-position: center top;
	}

	.process .lead{
		line-height: 1.6;
		text-align: left;
	}

	.process_box{
		padding-top: 30px;
	}

	.process_box > div{
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 100px;
		padding: 0 10% 0 115px;
		margin-bottom: 0;
		border-radius: 8px;
	}

	.process_box > div:nth-child(even){
		margin-left: 0;
	}

	.process_box > div + div{
		margin-left: 0;
		margin-top: 35px;
	}

	.process_box > div + div::before{
		position: absolute;
		top: -35px;
		bottom: initial;
		right: 0;
		left: 0;
		margin: auto;
		content: "";
		display: block;
		width: 15px;
		height: 30px;
		background: url(../img/guide/guide_ico01.png) no-repeat center center;
		background-size: 14px;
		transform: rotate(90deg);
	}

	.process_box > div:nth-child(1) .guide_num{
		top: -10px;
		left: 10px;
		width: 26px;
	}
	.process_box > div:nth-child(2) .guide_num{
		top: -10px;
		left: -8px;
		width: 43px;
	}
	.process_box > div:nth-child(3) .guide_num{
		top: -10px;
		left: -5px;
		width: 39px;
	}

	.process_box > div:nth-child(1),
	.process_box > div:nth-child(3){
		background-size: 68px;
		background-position: 45px center;
	}
	.process_box > div:nth-child(2){
		background-size: 68px;
		background-position: 45px center;
		padding-top: 0;
	}

	.process_box > div p{
		line-height: 1.6;
		font-size: 1.5rem;
	}
	.process_box > div:nth-child(5) p{
		line-height: 1.2;
	}
}



/* ------------------------------
	.after
------------------------------ */
.after{
	padding: 0 0 210px;
}

.after .sec_ttl{
	padding: 50px 0 80px;
	background: url(../img/reason/ttl_num07.png) no-repeat 55px top;
	background-size: 166px;
}

.after .lead{
	font-size: 1.5rem;
	line-height: 2;
}

.after_wrap{
	position: relative;
	padding: 60px 60px 40px;
	margin-top: 80px;
	background-color: #ebe8e0;
	border-radius: 10px;
}

.after_wrap::before{
	position: absolute;
	top: -40px;
	left: -45px;
	margin: auto;
	content: "";
	display: block;
	width: 144px;
	height: 112px;
	background: url(../img/reason/after_ico.png) no-repeat center center;
	background-size: 143px;
}

.after_wrap .ttl{
	margin-bottom: 20px;
	font-size: 3.2rem;
	font-weight: bold;
}

.after_wrap p{
	line-height: 2;
}

.after_wrap .img{
	position: absolute;
	bottom: -65px;
	right: 60px;
	width: 137px;
}
.after_wrap .img img{
	vertical-align: middle;
}


@media screen and (max-width: 768px){
	.after{
		padding: 0 0 45px;
	}

	.after .sec_ttl{
		padding: 25px 0 30px;
		background-size: 98px;
		background-position: center top;
	}

	.after .lead{
		text-align: left;
		line-height: 1.6;
	}

	.after_wrap{
		margin: 50px 0 0;
		padding: 20px 3% 20px;
		border-radius: 8px;
	}

	.after_wrap .img{
		top: -50px;
		right: 2%;
		bottom: initial;
		width: 43px;
	}

	.after_wrap::before{
		top: 25px;
		right: calc( -2% + 50px );
		left: initial;
		width: 70px;
		height: 57px;
		background-size: 100%;
	}

	.after_wrap .ttl{
		margin-bottom: 10px;
		font-size: 1.9rem;
		line-height: 1.5;
	}

	.after_wrap p{
		font-size: 1.5rem;
		line-height: 1.6;
	}
}



/* ------------------------------
	.smart
------------------------------ */
.smart{
	padding: 130px 0 145px;
}

.smart .sec_ttl{
	padding: 30px 0 80px;
	background: url(../img/reason/ttl_num08.png) no-repeat 25px top;
	background-size: 150px;
}

.smart .lead{
	font-size: 1.5rem;
	line-height: 2;
}

.smart .smart_box{
	display: flex;
	justify-content: space-between;
	padding: 0 35px;
	margin: 70px 0;
}

.smart .smart_box div{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 212px;
	height: 212px;
	padding-top: 10px;
	background: #fff url(../img/reason/box_bg01.png) no-repeat center center;
	background-size: 100%;
	border-radius: 50%;
}

.smart .smart_box p{
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.4;
	white-space: nowrap;
}

.smart .smart_box p span{
	font-size: 2.2rem;
}
.smart .smart_box div:nth-child(3) p .ico{
	font-size: 1.2rem;
	color: #333;
	vertical-align: top;
}

.smart .smart_box div:nth-child(1) p span{
	color: #e99e3b;
}
.smart .smart_box div:nth-child(2) p span{
	color: #7ab743;
}
.smart .smart_box div:nth-child(3) p span{
	color: #3f97e3;
}
.smart .smart_box div:nth-child(4) p span{
	color: #ff7b9a;
	font-size: 2.1rem;
}

.smart .smart_box + p{
	margin: 20px 0 90px;
	text-align: right;
	font-size: 1.3rem;
}

.smart .image_box{
	display: flex;
	justify-content: space-between;
	padding: 0 35px;
}

.smart .image_box p{
	width: 23%;
}
.smart .image_box p img{
	vertical-align: middle;
}

.smart .dl_box{
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 930px;
	padding: 35px;
	margin: 75px auto 0;
	background-color: #e1ddd0;
	border-radius: 15px;
}

.smart .dl_box div:first-child{
	width: 430px;
}

.smart .dl_box .ttl{
	margin-bottom: 10px;
	color: #664e37;
	font-size: 2.2rem;
	font-weight: bold;
}

.smart .dl_box .txt{
	line-height: 2;
	font-size: 1.5rem;
}

.smart .dl_box .app{
	display: flex;
	justify-content: space-between;
	width: 380px;
}

.smart .dl_box .app p:last-child{
	margin-left: 12px;
}

.smart .dl_box .app img{
	width: 100%;
}


@media screen and (max-width: 768px) {
	.smart{
		padding: 20px 0 60px;
	}

	.smart .sec_ttl{
		padding: 25px 0 30px;
		background-size: 89px;
		background-position: center top;
	}

	.smart .lead{
		font-size: 1.5rem;
		line-height: 1.6;
	}

	.smart .smart_box{
		flex-wrap: wrap;
		margin: 25px auto 10px;
		padding: 0;
	}

	.smart .smart_box div{
		width: 46vw;
		height: 46vw;
		margin-bottom: 15px;
	}

	.smart .smart_box p{
		font-size: 3.8vw;
		line-height: 1.5;
	}

	.smart .smart_box p span{
		font-size: 4.7vw;
	}
	.smart .smart_box div:nth-child(4) p span{
		font-size: 4.6vw;
	}

	.smart .smart_box + p{
		margin: 0;
		font-size: 1.1rem;
	}

	.smart .image_box{
		flex-wrap: wrap;
		padding: 0 5%;
	}

	.smart .image_box p{
		width: calc(50% - 5px);
	}

	.smart .image_box p:nth-child(2n){
		margin-left: 10px;
	}

	.smart .image_box p{
		margin-bottom: 10px;
	}

	.smart .dl_box{
		flex-wrap: wrap;
		padding: 25px 3%;
		margin-top: 40px;
		border-radius: 8px;
	}

	.smart .dl_box .ttl{
		text-align: center;
		margin-bottom: 20px;
		font-size: 1.8rem;
	}

	.smart .dl_box .txt{
		margin-bottom: 20px;
		line-height: 1.6;
	}

	.smart .dl_box div:first-child{
		max-width: 380px;
		width: 100%;
		margin: 0 auto;
	}

	.smart .dl_box .app{
		margin: 0 auto;
	}
}