/* --------------- reason --------------- */

.bg_reason {
	width: 90%;
	height: 50vw;
	margin: 40px auto 0;
	color: #fff;
	background-image: url(../img/reason/bg_pagettl.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
}

.desp_reason {
	width: 90%;
	margin: 0 auto;
	padding: 6vw 0 0 0;
	text-align: center;
	font-size: 18px;
    font-weight: 500;
	line-height: 2;
}

.col_reason1 {
	margin: 0;
	padding: 6vw 0 0 0;
}

.inner_reason1 {
	margin: 0 0 5vw;
	padding: 0;
	position: relative;
	z-index: 0;
	display: flex;
	align-items: center;
}

.inner_reason1:nth-of-type(even) {
	background-color: #e9e9e9;
}

.inner_reason1:nth-of-type(even):before {
	content: "";	
	border-top: 120px solid #fff;
	border-right: 100vw solid transparent;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -2;
}

.inner_reason1:nth-of-type(even):after {
	content: "";
	border-bottom: 100px solid #fff;
	border-right: 100vw solid transparent;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -2;
}

.inner_reason1:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
}

.cont_reason1 {
	width: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.img_reason {
	width: 50%;
	padding: 0 5% 0 0;
	text-align: center;
	position: relative;
	z-index: 0;
}

.img_reason div {
	position: relative;
	z-index: 1;
}

.inner_reason1:nth-of-type(odd) .img_reason div:nth-of-type(2) {
	margin-left: auto;
}

.inner_reason1:nth-of-type(7n + 1) .img_reason div:nth-of-type(1) {
	width: 72%;
	left: -3vw;
}

.inner_reason1:nth-of-type(7n + 1) .img_reason div:nth-of-type(2) {
	width: 48%;
	margin-bottom: -8.5vw;
	margin-right: 1.5vw;
	top: -8.5vw;
}

.inner_reason1:nth-of-type(7n + 2) .img_reason div:nth-of-type(1) {
	width: 70%;
	margin-left: auto;
	right: -2vw;
}

.inner_reason1:nth-of-type(7n + 2) .img_reason div:nth-of-type(2) {
	width: 50%;
	margin-bottom: -8.5vw;
	margin-left: 1vw;
	top: -8.5vw;
}

.inner_reason1:nth-of-type(7n + 3) .img_reason div:nth-of-type(1) {
	width: 66%;
	left: -3vw;
}

.inner_reason1:nth-of-type(7n + 3) .img_reason div:nth-of-type(2) {
	width: 47%;
	margin-bottom: -8.5vw;
	margin-right: 2vw;
	top: -8.5vw;
}

.inner_reason1:nth-of-type(7n + 4) .img_reason div:nth-of-type(1) {
	width: 74%;
	margin-left: auto;
	right: -2vw;
}

.inner_reason1:nth-of-type(7n + 4) .img_reason div:nth-of-type(2) {
	width: 50%;
	margin-bottom: -8.5vw;
	margin-left: 1vw;
	top: -8.5vw;
}

.inner_reason1:nth-of-type(7n + 5) .img_reason div:nth-of-type(1) {
	width: 73%;
	left: -3vw;
}

.inner_reason1:nth-of-type(7n + 5) .img_reason div:nth-of-type(2) {
	width: 49%;
	margin-bottom: -10vw;
	margin-right: 1vw;
	top: -10vw;
}

.inner_reason1:nth-of-type(7n + 6) .img_reason div:nth-of-type(1) {
	width: 69%;
	margin-left: auto;
	right: -2vw;
}

.inner_reason1:nth-of-type(7n + 6) .img_reason div:nth-of-type(2) {
	width: 51%;
	margin-bottom: -8.5vw;
	margin-left: 1vw;
	top: -8.5vw;
}

.inner_reason1:nth-of-type(7n + 7) .img_reason div:nth-of-type(1) {
	width: 71%;
	left: -3vw;
}

.inner_reason1:nth-of-type(7n + 7) .img_reason div:nth-of-type(2) {
	width: 48%;
	margin-bottom: -10vw;
	margin-right: 1.5vw;
	top: -10vw;
}

.inner_reason1:nth-of-type(even) .img_reason {
	padding-right: 0;
	padding-left: 5%;
	order: 1;
}

.cont_reason1 dl {
	width: 50%;
	margin: 0;
	padding: 0;
}

.inner_reason1:nth-of-type(odd) .cont_reason1 dl {
	padding-right: 8%;
}

.inner_reason1:nth-of-type(even) .cont_reason1 dl {
	width: 50%;
	padding-left: 8%;
	order: 0;
}

.cont_reason1 dl dt {
	min-height: 57px;
	margin: 0 0 18px;
	padding: 0;
	display: flex;
}

.cont_reason1 dl dt .bg_icon {
	height: 57px;
	padding: 0 0 0 5px;
	color: #fff;
	font-size: 34px;
	font-weight: 500;
	line-height: 1.4;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left top;
	display: flex;
	justify-content: center;
	align-items: center;
}

.inner_reason1:nth-of-type(odd) .cont_reason1 dl dt .bg_icon {
	width: 80px;
	background-image: url(../img/reason/icon_mds1.svg);
}

.inner_reason1:nth-of-type(even) .cont_reason1 dl dt .bg_icon {
	width: 66px;
	background-image: url(../img/reason/icon_mds2.svg);
}

.cont_reason1 dl dt .txt {
	padding: 4px 0 0 0;
	font-size: 34px;
	font-weight: 500;
	line-height: 1.4;
}

.inner_reason1:nth-of-type(odd) .cont_reason1 dl dt .txt {
	width: calc(100% - 80px);
	padding-left: 10px;
}

.inner_reason1:nth-of-type(even) .cont_reason1 dl dt .txt {
	width: calc(100% - 66px);
	padding-left: 18px;
}

.cont_reason1 dl dd {
	margin: 0;
	padding: 0 0 0 6px;
	line-height: 2;
	font-weight: 500;
	word-break: break-all;
}


/* ---------------------------------------------------------------
	start max 1200px
--------------------------------------------------------------- */

@media screen and ( max-width: 1200px ) {
	
	
	
}

/* ---------------------------------------------------------------
	end max 1200px
--------------------------------------------------------------- */

/* ---------------------------------------------------------------
	start max 1033px
--------------------------------------------------------------- */

@media screen and ( max-width: 1033px ) {
	
	.inner_reason1 {
		margin-bottom: 8vw;
	}

	.cont_reason1 dl {
		width: 50%;
	}

	.img_reason {
		padding-right: 3%;
	}

	.inner_reason1:nth-of-type(even) .img_reason {
		padding-left: 3%;
	}

	.inner_reason1:nth-of-type(odd) .cont_reason1 dl {
		padding-right: 3%;
	}

	.inner_reason1:nth-of-type(even) .cont_reason1 dl {
		padding-left: 3%;
	}

}

/* ---------------------------------------------------------------
	end max 1033px
--------------------------------------------------------------- */

/* ---------------------------------------------------------------
	start max 850px
--------------------------------------------------------------- */

@media screen and ( max-width: 850px ) {
	
	
	
}

/* ---------------------------------------------------------------
	end max 850px
--------------------------------------------------------------- */

/* ---------------------------------------------------------------
	start min 701px
--------------------------------------------------------------- */

@media print,screen and ( min-width: 701px ) {



}

/* ---------------------------------------------------------------
	end min 701px
--------------------------------------------------------------- */
	
/* ---------------------------------------------------------------
	start max 700px
--------------------------------------------------------------- */

@media screen and ( max-width: 700px ) {
	
	.bg_reason {
		width: 100%;
		height: 60vw;
		margin: 0;
		padding-bottom: 8vw;
		background-image: url(../img/reason/sp/bg_pagettl.jpg);
	}

	.desp_reason {
		font-size: 14px;
		padding-top: 10vw;
		line-height: 1.6;
	}
	
	.col_reason1 {
		margin-bottom: 0;
		padding-top: 10vw;
	}
	
	.cont_reason1 {
		width: 90%;
		padding-bottom: 2vw;
		flex-direction: column;
	}

	.inner_reason1:nth-of-type(even) .cont_reason1 {
		padding-bottom: 8vw;
	}

	.inner_reason1 {
		margin-bottom: 4vw;
	}

	.inner_reason1:nth-of-type(even):before {
		border-top: 7vw solid #fff;
	}

	.inner_reason1:nth-of-type(even):after {
		border-bottom: 7vw solid #fff;
	}
	
	.img_reason,
	.inner_reason1:nth-of-type(even) .img_reason {
		width: 100%;
		margin-bottom: 15px;
		padding: 0;
		order: 1;
	}
	
	.inner_reason1:nth-of-type(7n + 1) .img_reason div:nth-of-type(1),
	.inner_reason1:nth-of-type(7n + 2) .img_reason div:nth-of-type(1),
	.inner_reason1:nth-of-type(7n + 3) .img_reason div:nth-of-type(1),
	.inner_reason1:nth-of-type(7n + 4) .img_reason div:nth-of-type(1),
	.inner_reason1:nth-of-type(7n + 5) .img_reason div:nth-of-type(1),
	.inner_reason1:nth-of-type(7n + 6) .img_reason div:nth-of-type(1),
	.inner_reason1:nth-of-type(7n + 7) .img_reason div:nth-of-type(1) {
		width: 72%;
		left: 0;
		right: 0;
	}
	
	.inner_reason1:nth-of-type(7n + 1) .img_reason div:nth-of-type(2),
	.inner_reason1:nth-of-type(7n + 2) .img_reason div:nth-of-type(2),
	.inner_reason1:nth-of-type(7n + 3) .img_reason div:nth-of-type(2),
	.inner_reason1:nth-of-type(7n + 4) .img_reason div:nth-of-type(2),
	.inner_reason1:nth-of-type(7n + 5) .img_reason div:nth-of-type(2),
	.inner_reason1:nth-of-type(7n + 6) .img_reason div:nth-of-type(2),
	.inner_reason1:nth-of-type(7n + 7) .img_reason div:nth-of-type(2) {
		width: 46%;
		margin: 0 0 -19vw;
		left: 0;
		right: 0;
		top: -19vw;
	}

	.inner_reason1:nth-of-type(7n + 1) .img_reason div:nth-of-type(2),
	.inner_reason1:nth-of-type(7n + 3) .img_reason div:nth-of-type(2),
	.inner_reason1:nth-of-type(7n + 5) .img_reason div:nth-of-type(2),
	.inner_reason1:nth-of-type(7n + 7) .img_reason div:nth-of-type(2) {
		margin-left: auto;
	}
	
	.cont_reason1 dl,
	.inner_reason1:nth-of-type(even) .cont_reason1 dl {
		width: 100%;
		margin-bottom: 4vw;
		order: 0;
	}
	
	.cont_reason1 dl dt {
		min-height: 52px;
	}
	
	.cont_reason1 dl dt .bg_icon {
		height: 45px;
		font-size: 25px;
	}
	
	.inner_reason1:nth-of-type(odd) .cont_reason1 dl dt .bg_icon {
		width: 65px;
	}
	
	.inner_reason1:nth-of-type(even) .cont_reason1 dl dt .bg_icon {
		width: 60px;
	}
	
	.cont_reason1 dl dt .txt {
		font-size: 28px;
	}
	
	.inner_reason1:nth-of-type(odd) .cont_reason1 dl dt .txt {
		width: calc(100% - 65px);
	}
	
	.inner_reason1:nth-of-type(even) .cont_reason1 dl dt .txt {
		width: calc(100% - 60px);
		padding-left: 13px;
	}
	
	.cont_reason1 dl dd {
		line-height: 1.7;
	}
	
}

/* ---------------------------------------------------------------
	end max 700px
--------------------------------------------------------------- */

/* ---------------------------------------------------------------
	start max 450px
--------------------------------------------------------------- */

@media screen and ( max-width: 450px ) {
	
	
	.cont_reason1 dl dt .txt {
		padding-top: 5px;
		font-size: 23px;
	}
	
	.inner_reason1:nth-of-type(odd) .cont_reason1 dl dt .txt {
		width: calc(100% - 63px);
	}
	
	.inner_reason1:nth-of-type(even) .cont_reason1 dl dt .txt {
		width: calc(100% - 51px);
	}
	
	
	
	
	
	
	

}

/* ---------------------------------------------------------------
	end max 450px
--------------------------------------------------------------- */
