﻿@charset "UTF-8";

/* --------------------------------------------------------------------
	新規登録について（pc/sp共通）
-------------------------------------------------------------------- */
/* --------------------------------------------------------------------
	pc
-------------------------------------------------------------------- */
body.pc .guide01_ .text-1{
	margin-bottom: 30px;
}
body.pc .guide01_ .arrow{
	display: flex;
	align-items: center;
	padding-left: 20px;
}
body.pc .guide01_ .arrow li{
	display: inline-block;
    position: relative;
    background: #ecf1f8;
    margin-right: 2%;
    padding: 10px 0 10px 0;
	height: 62px;
	width: 22%;
	left: 15px;
}
body.pc .guide01_ .arrow li:last-of-type{
	margin-right: 0;
}
body.pc .guide01_ .arrow li:before{
    position: absolute;
    top: 0px;
    left: -31px;
    content: "";
    width: 62px;
    height: 62px;
	background-color: #ecf1f8;
	border-radius: 50%;
	z-index: 1;
}
body.pc .guide01_ .arrow li div:after{
    position: absolute;
    top: -10px;
    right: -31px;
    content: "";
    width: 62px;
    height: 62px;
	background-color: #fff;
	border-radius: 50%;
	box-shadow: 0px 0px 0px 0px #ecf1f8;
	z-index:-1;
}
body.pc .guide01_ .arrow li div{
	position: relative;
	z-index: 1;
	line-height: 1.5;
}
body.pc .guide01_ .about1-block{
	color: #666666;
	font-size: 14px;
	margin-bottom: 60px;
	padding-left: 20px;
}
body.pc .guide01_ .about1-block--text1{
	margin-bottom: 30px;
}
body.pc .guide01_ .about1-block .link span{
	margin-left: 30px;
}
body.pc .guide01_ .about2-block{
	color: #666666;
	font-size: 14px;
	margin-bottom: 58px;
	padding-left: 20px;
}
body.pc .guide01_ .about2-block p{
	line-height: 28px;
	margin-bottom: 28px;
}
body.pc .guide01_ .about2-block .link{
	margin-bottom: 30px;
}
body.pc .guide01_ .about2-block .link span{
	margin-left: 47px;
}
body.pc .guide01_ .about2-block--bg{
	background-color: #f5f5f5;
	padding: 35px 25px;
}
body.pc .guide01_ .about2-block--bg .title{
	font-size: 16px;
	font-weight: bold;
	color: #083f8b;
	margin-bottom: 10px;
}
body.pc .guide01_ .about2-block--bg li{
	font-size: 14px;
	line-height: 26px;
}
body.pc .guide01_ .about3-block{
	padding-left: 20px;
}
body.pc .guide01_ .about3-block--text1{
	margin-bottom: 27px;
}
body.pc .guide01_ .about3-block--text2,
body.pc .guide01_ .about3-block--text3,
body.pc .guide01_ .about3-block--text4{
	margin-bottom: 30px;
}

/* --------------------------------------------------------------------
	sp
-------------------------------------------------------------------- */
body.sp .guide01_ .about1-block{
	color: #666666;
	font-size: 15px;
	margin-bottom: 52.5px;
}

body.sp .guide01_ .about2-block{
	color: #666666;
	font-size: 15px;
	margin-bottom: 50px;
}
body.sp .guide01_ .about2-block--text1,
body.sp .guide01_ .about2-block--text2,
body.sp .guide01_ .about2-block--text3,
body.sp .guide01_ .about2-block--text4{
	margin-bottom: 20px;
}

body.sp .guide01_ .about3-block{
	margin-bottom: 50px;
}
body.sp .guide01_ .about3-block h3{
	margin-bottom: 20px;
}
body.sp .guide01_ .about3-block--text1,
body.sp .guide01_ .about3-block--text2,
body.sp .guide01_ .about3-block--text3,
body.sp .guide01_ .about3-block--text4{
	margin-bottom: 28.5px;
}

body.sp .guide01_ .arrow{
	display: flex;
	align-items: center;
	flex-direction: column;
	padding-left: 20px;
}
body.sp .guide01_ .arrow li{
	display: inline-block;
    position: relative;
    background: #ecf1f8;
    padding: 10px 0 10px 0;
	width: 80%;
	font-size: 0.875rem;
	margin-bottom: 2px;
	line-height: 1.5;
}
body.sp .guide01_ .arrow li:last-of-type{
	margin-right: 0;
}
body.sp .guide01_ .arrow li:before{
    position: absolute;
    top: 0px;
    left: -10%;
    content: "";
	display: block;
	height: 100%;
    width: 20%;	
	background-color: #ecf1f8;
	border-radius: 50%;
	z-index: -1;
}
body.sp .guide01_ .arrow li:after{
    position: absolute;
	top: 0;
    right: -10%;
    content: "";
    width: 20%;
    height: 100%;
	display: block;
	background-color: #fff;
	border-radius: 50%;
	box-shadow: 0px 0px 0px 0px #ecf1f8;
	z-index:1;
}	
body.sp .guide01_ .arrow li div{
	width: 80%;
	display: flex;
	text-align: center;
	justify-content: center;
}
body.sp .guide01_ .text-1{
	margin-bottom: 25px;
}