@charset "UTF-8";

/*-----read_area-----*/
.read_area{
	background: #934987;
	padding: 20px 0 100px;
}
.read_area div{
	text-align: center;
	color: #ffffff;
	font-size: 1.75rem;
	margin-bottom: 10px;
	font-weight: 500;
}
.read_area p{
	text-align: center;
	color: #ffffff;
	font-size: 1.25rem;
	line-height: 2;
}
@media screen and (max-width: 767px){
	.read_area{
		padding: 20px 0 80px;
	}
	.read_area div{
		font-size: 1.5rem;
	}
	.read_area p{
		padding: 0;
		font-size: 1.1rem;
		text-align: left;
		text-align: center;
	}
}
/* step01_area
-------------------------------------------*/
.step01_area{
	padding: 0 0 60px 0;
}
/* navi_area
-------------------------------------------*/
.navi_area{
	max-width: 1000px;
	margin: 0 auto;
    transform: translate(0, -70px);
}
.navi_area ul{
	display: flex;
	justify-content: space-between;
	counter-reset: listnum;
}
.navi_area ul li{
	width: 32%;
	border: 1px solid #7B3D71;
	border-radius: 7px;
	position: relative;
	transition: all 0.5s;
}
.navi_area ul li::after{
	counter-increment: listnum; /* counter-resetと同じ文字列 */
	content: "0"counter(listnum); /* カウントした数に応じて番号を表示 */
	position: absolute;
	top: 0;
	left: 5px;
	font-size: 3rem;
	font-style: italic;
	font-weight: bold;
	color: #BA8DB3;
	font-family: "Helvetica Neue",
	Arial,
	"Hiragino Kaku Gothic ProN",
	"Hiragino Sans",
	Meiryo,
	sans-serif;
	line-height: 1;
	transition: all 0.3s;
}
.navi_area ul li a{
	display: block;
	background-color: #EC402F;
	border-radius: 6px;
	padding: 0 0 25px;
	border: 1px solid #ffffff;
	position: relative;
	transition: all 0.3s;
}
.navi_area ul li a > div{
	background-color: #ffffff;
	border-radius: 5px 5px 0 0;
	padding: 5px;
	transition: all 0.3s;
}
.navi_area ul li img{
	display: block;
	width: 15%;
	margin: 0 auto;
}
.navi_area ul li div.navi_cat{
	background-color: #00A85B;
	width: 30%;
	padding: 5px;
	border-radius: 100px;
	text-align: center;
	margin: 5px auto;
	color: #ffffff;
	line-height: 1;
	font-size: 0.875rem;
}
.navi_area ul li p{
	color: #7B3D71;
	text-align: center;
	font-weight: 500;
	transition: all 0.3s;
}
.navi_area ul li a::after {
    content: "";
    width: 16px;
    height: 16px;
    background: url(/personal/prepare/sl/v2_img/top/arrow_navi.svg) no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 4px;
    left: calc(50% - 7px);
}
.navi_area ul li:hover a{
	background-color: #ffffff;
}
.navi_area ul li:hover a > div{
	background: linear-gradient(151deg, #F11328 0%, #F58D4C 100%);
}
.navi_area ul li:hover a p{
	color: #ffffff;
}
.navi_area ul li:hover a::after {
    background: url(/personal/prepare/sl/v2_img/top/arrow_navi02.svg) no-repeat;
}
.navi_area ul li:hover::after{
	color: #ffffff;
}
@media screen and (max-width: 767px){
	.navi_area{
		margin: 0 20px;
		transform: translate(0, -50px);
	}
	.navi_area ul{
		display: block;
	}
	.navi_area ul li{
		width: 100%;
		margin-bottom: 20px;
	}
}
/* ex_layout01
-------------------------------------------*/
.ex_layout01{
	max-width: 1000px;
	margin: 60px auto;
	display: flex;
	justify-content:center;
	flex-wrap: wrap;
	align-items: center;
	border-radius: 20px;
	overflow: hidden;
	background-color: #ffffff;
}
.ex_layout01 > div{
	width: 55%;
	text-align: center;
	background-color: #ffffff;
	padding: 30px 50px;
}
.ex_layout01 > figure{
	width: 45%;
}
.ex_layout01_title{
	font-size: 1.25rem;
	font-weight: 500;
}
.ex_layout01_inner{
	background-color: #ffffff;
	padding: 10px;
	border-radius: 6px;
}
.ex_layout01_inner ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 5px;
}
.ex_layout01_inner ul li{
	width: 32%;
	padding: 3px;
	background-color: #228CC4;
	border-radius: 6px;
	text-align: center;
	color: #ffffff;
	font-weight: 500;
	font-size: 0.875rem;
}
.ex_layout01_inner p{
	color: #228CC4;
	font-weight: 500;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.ex_layout01{
		flex-direction: column;
		margin: 30px 20px;
	}
	.ex_layout01 > figure{
		width: 100%;
		padding-top: 55%;
		position: relative;
		overflow: hidden;
	}
	.ex_layout01 > figure img{
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		object-fit: cover;
	}
	.ex_layout01 > div{
		width: 100%;
		padding: 20px;
	}
	.ex_layout01_title{
		font-size: 1rem;
	}
	.ex_layout01_inner p{
		font-size: 0.875rem;
	}
	.ex_layout01 .sp_f15 a{
		font-size: 0.875rem;
	}
}
/* step_title
-------------------------------------------*/
.step_title{
	max-width: 1000px;
	position: relative;
	margin: 0 auto;
}
.step_title::after{
	content: "";
	width: 160px;
	height: 160px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(/personal/prepare/sl/v2_img/top/step01.png) no-repeat;
	background-size: cover;
}
.step_title.step02::after{
	background: url(/personal/prepare/sl/v2_img/top/step02.png) no-repeat;
	background-size: cover;
}
.step_title.step03::after{
	background: url(/personal/prepare/sl/v2_img/top/step03.png) no-repeat;
	background-size: cover;
}
@media screen and (max-width: 767px) {
	.step_title{
		padding-top: 120px;
	}
	.step_title::after{
		width: 130px;
		height: 130px;
	}
}
/* step02_area
-------------------------------------------*/
.step02_area{
	padding: 100px 0;
}
.step02_area_img{
	max-width: 800px;
	margin: 0 auto;
}
dl.ex_layout02 dt{
	background-color: #00A85B;
	color: #ffffff;
	padding: 10px;
	font-size: 1.25rem;
	font-weight: 500;
	text-align: center;
	border-radius: 100px;
}
dl.ex_layout02 dd{
	margin: 20px 0;
}
dl.ex_layout02 dd div{}

dl.ex_layout03{
	border: 2px solid #E2E2E2;
	border-radius: 10px;
	overflow: hidden;
}
dl.ex_layout03 dt{
	background-color: #00A85B;
	color: #ffffff;
	padding: 10px;
	font-size: 1.25rem;
}
dl.ex_layout03 dd > div{
	margin: 20px;
}
.room_box{
	padding: 20px;
	border-radius: 20px;
}
.room_box .mi_connect_input_wrap{
    display: flex;
    margin-top: 1em;
}
.room_box .mi_connect_input_wrap #mi_connect_input {
    flex: 0 0 75%;
    padding: 10px;
    border: #C9C9C9 solid 1px;
    border-radius: 5px;
	background-color: #ffffff;
}
.room_box .mi_connect_input_wrap .mi_connect_input_button {
    flex: 1 1 25%;
    margin-left: 15px;
    background-color: #00A85B;
    border-radius: 5px;
    transition: .4s;
	font-size: 1.5rem;
	text-align: center;
	font-weight: 500;
	color: #ffffff;
}
.room_box .mi_connect_input_wrap .mi_connect_input_button:hover{
	opacity: 0.7;
}
.room_box ul{
	padding-left: 20px;
}
.room_box ul li{
	list-style: disc;
}
.room_box ul li a,.room_box ul li a:visited{
	color: #2076BF;
	text-decoration: underline;
}
.room_box ul li a:hover{
	text-decoration: none;
}
@media screen and (max-width: 767px) {
	.step02_area{
		padding-top: 0;
	}
	dl.ex_layout03 dd > div{
		margin: 10px;
	}
	.room_box{
		padding: 10px;
	}
	.room_box .mi_connect_input_wrap #mi_connect_input{
		padding: 3px 5px;
		flex: 0 0 65%;
		width: 65%;
	}
	.room_box .mi_connect_input_wrap .mi_connect_input_button{
		font-size: 1rem;
		width: 25%;
	}
}
/* step03_area
-------------------------------------------*/
.step03_area{
	padding: 100px 0;
}
.benefits_box{
	margin: 80px auto 20px;
}
.benefits_box > div{
	border-radius: 10px;
	background-color: #ffffff;
	padding: 50px 20px 20px;
	border: 2px solid #E2E2E2;
	position: relative;
	margin-bottom: 45px;
}
.benefits_box > div:nth-child(1){
	padding: 0;
	transition: all 0.5s;
}
.benefits_box > div:nth-child(1):hover{
	transform: translateY(-7px);
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}
.benefits_box > div::after{
	content: "";
	width: 78px;
	height: 87px;
	position: absolute;
	top: -40px;
	left: calc(50% - 39px);
}
.benefits_box > div:nth-child(1)::after{
	background: url(/personal/prepare/sl/v2_img/top/benefits01.png) no-repeat;
	background-size: 100%;
}
.benefits_box > div:nth-child(2)::after{
	background: url(/personal/prepare/sl/v2_img/top/benefits02.png) no-repeat;
	background-size: 100%;
}
.benefits_box > div:nth-child(3)::after{
	background: url(/personal/prepare/sl/v2_img/top/benefits03.png) no-repeat;
	background-size: 100%;
}
.benefits_box > div h4{
	font-size: 1.5rem;
	font-weight: 500;
	text-align: center;
	background-color: #ffffff;
}
.benefits_box > div h4 span{
	font-size: 1.5rem;
	font-weight: 500;
}
.benefits_box > div p{
	 padding: 20px 0;
	font-weight: 500;
	background-color: #ffffff;
}
.benefits_box .cta_area{
	margin: 20px 0 0;
}
.benefits_box > div a{
    display: block;
    background-color: #EC402F;
	height: 100%;
	position: relative;
	border-radius: 0 0 10px 10px;
}
.benefits_box > div a::after {
    content: "";
    width: 20px;
    height: 20px;
    background: url(/personal/prepare/sl/v2_img/top/arrow_navi.svg) no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 4px;
    left: calc(50% - 7px);
}
.benefits_box > div:nth-child(1) a{
	border-radius: 10px;
}
.benefits_box > div:nth-child(1) a > div{
	padding: 50px 0 0;
	background-color: #ffffff;
	border-radius: 10px 10px 0 0;
}
.step03_area .ex_layout03 dd{
	display: flex;
	justify-content: space-between;
	padding: 20px;
	background-color: #ffffff;
}
.step03_area .ex_layout03 dd figure{
	width: 25%;
}
.step03_area .ex_layout03 dd p{
	width: 70%;
}
.ex_layout04{
	border-radius: 20px;
	border: 4px solid #EC402F;
	max-width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}
.ex_layout04 h4{
	background-color: #EC402F;
	color: #ffffff;
	font-size: 1.75rem;
	text-align: center;
	padding: 10px;
}
.ex_layout04 h4 span{
	font-size: 1.75rem;
}
.ex_layout04 > div{
	padding: 30px;
	background-color: #ffffff;
}
.ex_layout04_read{
	font-size: 1.5rem;
	font-weight: 500;
	margin-bottom: 30px;
}
.ex_layout04_read span{
	font-size: 1.25rem;
	color: #ffffff;
	background-color: #EC402F;
	border-radius: 100px;
	padding: 8px 20px;
	margin-right: 20px;
}
.ex_layout05{
	background: url(/personal/prepare/sl/v2_img/top/arrow.svg) no-repeat;
	background-position: top center;
	padding: 130px 0 0;
	max-width: 1000px;
	margin: 50px auto 0;
}
.ex_layout05 h4{
	font-size: 2rem;
	font-weight: 500;
	text-align: center;
	margin-bottom: 50px;
}
.ex_layout05 h4 span{
	color: #EC402F;
	font-size: 2rem;
}
.ex_layout05 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ex_layout05 ul li{
	width: 49%;
	background-color: #ffffff;
	border-radius: 10px;
	overflow: hidden;
	border: 2px solid #E2E2E2;
	margin-bottom: 20px;
	display: flex;
	flex-direction: column;
}
.ex_layout05 ul li h5{
	background-color: #EC402F;
	color: #ffffff;
	padding: 15px;
	text-align: center;
	font-size: 1.25rem;
	font-weight: 500;
}
.ex_layout05 ul li h5 strong{
	display: inline-block;
	background-color: #ffffff;
	color: #EC402F;
	padding: 0 20px;
	border-radius: 100px;
}
.ex_layout05 ul li p,.ex_layout05 ul li figure{
	margin: 20px;
}
.ex_layout05 ul li p{
	margin-bottom: 0;
}
.ex_layout05 ul li .btn_style01{
	margin: 20px;
	margin-top: auto;
}
@media screen and (max-width: 767px) {
	.step03_area {
		padding: 0 0 50px;
	}
	.benefits_box > div{
		margin-bottom: 60px;
	}
	.benefits_box > div a{
		padding-bottom: 30px;
	}
	.benefits_box > div figure{
		background-color: #ffffff;
	}
	.benefits_box > div figure img{
		display: block;
		width: 70%;
		margin: 0 auto;
	}
	.ex_layout04{
		margin: 0 20px;
	}
	.ex_layout04 h4{
		font-size: 1.5rem;
		line-height: 1.4;
	}
	.ex_layout04 > div{
		padding: 30px 10px 10px;
	}
	.ex_layout04_read{
		text-align: center;
		font-size: 1.25rem;
	}
	.ex_layout04_read span{
		margin-right: 0;
		font-size: 1rem;
		margin-bottom: 10px;
		display: inline-block;
	}
	dl.ex_layout03{
		margin-bottom: 20px;
	}
	dl.ex_layout03 dt{
		font-size: 1rem;
	}
	.step03_area .ex_layout03 dd{
		flex-direction: column;
	}
	.step03_area .ex_layout03 dd figure{
		width: 40%;
		margin: 0 auto 20px;
	}
	.step03_area .ex_layout03 dd p {
		width: 100%;
	}
	.step03_area .h3_style01.mt80{
		margin-top: 40px !important;
	}
	.ex_layout05 h4,.ex_layout05 h4 span{
		font-size: 1.5rem;
	}
	.ex_layout05 ul{
		flex-direction: column;
		padding: 0 20px;
	}
	.ex_layout05 ul li{
		width: 100%;
	}
	.ex_layout05 ul li h5 strong{
		font-size: 0.875rem;
	}
	.ex_layout05 ul li p, .ex_layout05 ul li figure,.ex_layout05 ul li .btn_style01{
		margin: 10px;
	}
}