@charset "utf-8";

section#sub_pagettl {
	background-image: url(../img/subttl_webe.png);
}

#sticky_btn-22ver .conv_box .btn_box [class^="col_02"]>*:nth-child(1) {
	display: none;
}

#sticky_btn .conv_box .btn_box [class^="col_03"]>*:nth-child(1),
#sticky_btn .conv_box .btn_box [class^="col_03"]>*:nth-child(3) {
	display: none;
}

#sect_webe-merit {}

#sect_webe-merit .merit_ul {}

#sect_webe-merit .merit_ul li {
	background-color: #f3d7d8;
}

#sect_webe-merit .merit_ul li:nth-child(2n) {
	background-color: #f5f5f5;
}

#sect_webe-merit .merit_box {
	display: flex;
	align-items: stretch;
	padding-top: 4em;
	padding-bottom: 4em;
}

#sect_webe-merit [class*="smid_title"] strong {
	font-size: 110%;
	color: #da2429;
	display: block;
}

#sect_webe-merit .merit_box .merit_txt {
	position: relative;
	order: 1;
	width: 40%;
	margin-top: 4em;
	margin-bottom: 4em;
	margin-left: -5%;
	background-color: #fff;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	padding: 3em;
	border-bottom: 2em solid #f5f5f5;
	-webkit-box-shadow: 0em 0em 1em 0.1em #00000029;
	box-shadow: 0em 0em 1em 0.1em #00000029;
	border-radius: 0.5em;
}

#sect_webe-merit .merit_ul li:nth-child(2n) .merit_txt {
	order: 0;
	margin-right: -10%;
	margin-left: 0%;
	border-bottom-color: #f3d7d8;
}

#sect_webe-merit .merit_box .merit_txt>* {
	text-align: center;
	width: 100%;
}

#sect_webe-merit .merit_box .merit_txt strong {
	font-size: 2.4rem;
	line-height: 1.4;
	letter-spacing: 0.1em;
	padding-bottom: 0.75em;
}

#sect_webe-merit .merit_box .merit_txt .num_box {
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: -1em;
	width: 2em;
	height: 2em;
	background-image: url(../../webentry/img/webe_Numpoint.svg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	font-size: 4rem;
	color: #fff;
	line-height: 1;
	padding-top: 0.45em;
}

#sect_webe-merit .merit_box .merit_photo {
	width: 65%;
	border-radius: 0.5em;
	overflow: hidden;
}

#sect_webe-merit .merit_box .merit_photo img {
	width: 100%;
}

#sect_webe-flow {   
	max-width: 900px;
    margin: 0 auto;
}

#sect_webe-flow .step_ul {
	padding-bottom: 3em;
}

#sect_webe-flow .step_ul li {}

#sect_webe-flow .step_ul li:nth-child(2n) {}

#sect_webe-flow .step_box {
	display: flex;
	align-items: flex-end;
	padding-bottom: 8em;
	background-repeat: no-repeat;
	background-image: url(../images/webe_arr01.svg);
	background-position: 20% bottom;
}

#sect_webe-flow .step_ul li:last-child .step_box {
	padding-bottom: 0;
	background-image: none;
}

#sect_webe-flow [class*="smid_title"] strong {
	font-size: 110%;
	color: #219ca2;
	display: block;
}

#sect_webe-flow .step_box .step_txt {
	position: relative;
	color: #fff;
	width: 40%;
	margin-top: 4em;
	margin-bottom: 0;
	margin-right: -5%;
	background-color: #219ca2;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	padding: 8em 2em;
	-webkit-box-shadow: 0em 0em 1em 0.1em #00000029;
	box-shadow: 0em 0em 1em 0.1em #00000029;
	border-radius: 0.5em;
}
#sect_webe-flow .step_box .step_txt a {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}
#sect_webe-flow .step_ul li:nth-child(2n) .step_txt {
	/*order: 0; margin-right: -10%; margin-left: 0%; border-bottom-color:#f3d7d8; */
}

#sect_webe-flow .step_box .step_txt>* {
	text-align: center;
	width: 100%;
}

#sect_webe-flow .step_box .step_txt strong {
	font-size: 2.4rem;
	line-height: 1.4;
	letter-spacing: 0.1em;
	padding-bottom: 0.75em;
}

#sect_webe-flow .step_box .step_txt .num_box {
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: -1em;
	width: 2em;
	height: 2em;
	background-image: url("../images/webe_Numflow.svg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	font-size: 4rem;
	color: #219ca2;
	line-height: 1;
	padding-top: 0.45em;
}

#sect_webe-flow .step_box .step_txt [class^="comm_btn-dimen"] {
	margin-bottom: 0;
	font-size: 1.2em;
	width: auto;
	padding-left: 3em;
	padding-right: 3em;
}

#sect_webe-flow .step_box .step_photo {
	width: 65%;
	border-radius: 0.5em;
	overflow: hidden;
}

#sect_webe-flow .step_box .step_photo img {
	width: 100%;
}






/* ##### responsive ##### */
@media screen and (max-width: 760px) {

	#sect_webe-merit {}

	#sect_webe-merit .merit_ul {}

	#sect_webe-merit .merit_ul li {}

	#sect_webe-merit .merit_ul li:nth-child(2n) {}

	#sect_webe-merit .merit_box {
		flex-direction: column;
		padding-top: 2em;
		padding-bottom: 2em;
	}

	#sect_webe-merit [class*="smid_title"] strong {}

	#sect_webe-merit .merit_box .merit_txt {
		width: 100%;
		margin-top: 0;
		margin-bottom: 0;
		margin-left: 0;
		padding: 4em 2em 3em 2em;
		border-bottom: 1em solid #f5f5f5;
		border-radius: 0.25em;
	}

	#sect_webe-merit .merit_ul li:nth-child(2n) .merit_txt {
		order: 1;
		margin-right: 0;
	}

	#sect_webe-merit .merit_box .merit_txt>* {
		text-align: center;
		width: 100%;
	}

	#sect_webe-merit .merit_box .merit_txt strong {
		font-size: 1.4rem;
	}

	#sect_webe-merit .merit_box .merit_txt .num_box {
		top: -1em;
		font-size: 2.5rem;
	}

	#sect_webe-merit .merit_box .merit_photo {
		width: 100%;
		border-radius: 0.25em;
	}

	#sect_webe-merit .merit_box .merit_photo img {}

	#sect_webe-flow {}

	#sect_webe-flow .step_ul {
		padding-bottom: 0;
		margin: 0 auto;
		width: 90vw;
	}

	#sect_webe-flow .step_ul li {}

	#sect_webe-flow .step_ul li:nth-child(2n) {}

	#sect_webe-flow .step_box {
		align-items: flex-start;
		flex-direction: column;
		padding-top: 1em;
		padding-bottom: 4.5em;
		background-position: center bottom;
		background-size: 15% auto;
	}

	#sect_webe-flow .step_ul li:last-child .step_box {}

	#sect_webe-flow [class*="smid_title"] strong {}

	#sect_webe-flow .step_box .step_txt {
		order: 1;
		width: 100%;
		margin-top: 0;
		margin-bottom: 0;
		margin-right: 0;
		border-radius: 0.25em;
		padding: 3.5em 1.5em 3em 1.5em;
	}

	#sect_webe-flow .step_ul li:nth-child(2n) .step_txt {
		/*order: 0; margin-right: -10%; margin-left: 0%; border-bottom-color:#f3d7d8; */
	}

	#sect_webe-flow .step_box .step_txt>* {}

	#sect_webe-flow .step_box .step_txt strong {
		font-size: 1.5em;
	}

	#sect_webe-flow .step_box .step_txt .num_box {
		font-size: 4.6rem;
	}

	#sect_webe-flow .step_box .step_txt [class^="comm_btn-dimen"] {
		font-size: 1.1em;
		padding-left: 1.5em;
		padding-right: 1.5em;
		width: 100%;
	}
	#sect_webe-flow .step_box .step_txt a {
		color: #fff;
		font-weight: bold;
		text-decoration: underline;
	}
	#sect_webe-flow .step_box .step_photo {
		width: 100%;
		border-radius: 0.25em;
	}

	#sect_webe-flow .step_box .step_photo img {}

	#sticky_btn-22ver .conv_box .btn_box [class^="col_02"]>*:nth-child(2) {
		width: 100% !important;
	}

	#sticky_btn-22ver .conv_box .btn_box [class^="col_02"]>*:nth-child(2) a {
		padding-right: 0;
	}

	#sticky_btn .conv_box .btn_box [class^="col_03"]>*:nth-child(2) {
		width: 100% !important;
	}

	#sticky_btn .conv_box .btn_box [class^="col_03"]>*:nth-child(2) a {
		padding-right: 0;
	}
}