@charset "utf-8";
@import "common.css?250530";


@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 400;
	src: url(../fonts/NotoSansCJKjp/NotoSansCJKjp-DemiLight.woff2) format('woff2'),
		 url(../fonts/NotoSansCJKjp/NotoSansCJKjp-DemiLight.woff) format('woff'),
		 url(../fonts/NotoSansCJKjp/NotoSansCJKjp-DemiLight.otf) format('opentype');
}

@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 700;
	src: url(../fonts/NotoSansCJKjp/NotoSansCJKjp-Bold.woff2) format('woff2'),
		 url(../fonts/NotoSansCJKjp/NotoSansCJKjp-Bold.woff) format('woff'),
		 url(../fonts/NotoSansCJKjp/NotoSansCJKjp-Bold.otf) format('opentype');
}



#contents{
	font-family:'Noto Sans JP', sans-serif;
	color: #000;
}
/** lp01
========================================*/

.wrap980{
	margin: 0 auto;
	width: 93%;
}
.wrap1000{
	margin: 0 auto;
	width: 93%;
}
.wrap1240{
	margin: 0 auto;
	width: 93%;
}
.wrap1300{
	margin: 0 auto;
	width: 93%;
}
.fGreen{
	color: #00B800;
}

/* secTop */
.secTop {
    margin-top: 10px;
}
.secTop .txtBox {
	margin-top: 15px;
}
.secTop .txtBox .txt{
	font-size: 16px;
	letter-spacing: 1.5px;
	line-height: 1.5;
	text-align: center;
}
.secTop .txtBox .txt .big{
	font-size: 20px;
}
.secTop .bubbleBox{
	text-align: center;
	margin-top: 10px;
}

/* secStep */
.secStep .txtBox {
	margin : 25px auto 12px;
}
.secStep .txtBox .txt{
	font-size: 20px;
	text-align: center;
	line-height: 1.4;
	letter-spacing: 1.5px;
}
.secStep .txtBox .txt .line{
	display: inline-block;
	position: relative;
	z-index: 100;
}
.secStep .txtBox .txt .line::after{
	content: "";
	width: 100%;
	height: 8px;
	background: #ff0;
	position: absolute;
	bottom: 5px;
	left: 0;
	z-index: -1;
}
.secStep .txtBox .txt .big{
	color: #0067B7;
	font-size: 26px;
}
.secStep .outBox{
	position: relative;
}
.secStep .outBox::after{
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 10px;
	background: #0068B7;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.secStep .outBox .titBox .tit{
	font-size: 18px;
	letter-spacing: 1.5px;
	line-height: 1.5;
	color: #fff;
	text-align: center;
	padding-top: 22px;
}
.secStep .outBox .titBox .color{
	color: #ff0;
}
.secStep .outBox .boxList  {
	width: 100%;
	margin: 10px auto 0;
	font-size: 0;
    position: relative;
    text-align: center;
    padding-bottom: 22px;
}
.secStep .outBox .boxList::before{
	content: "";
    background: url(../img/lp01/imgMan.png) center bottom no-repeat;
    background-size: contain;
	width: 24%;
	height: 365px;
	position: absolute;
	bottom: 0px;
	left: 1%;
}
.secStep .outBox .boxList::after{
	content: "";
    background: url(../img/lp01/imgWoman.png) center bottom no-repeat;
    background-size: contain;
	width: 30%;
    height: 305px;
    
	position: absolute;
	bottom: 0px;
	right: 1%;
}

.secStep .outBox .boxList li {
	display: inline-block;
	vertical-align: top;
	width: 45%;
    margin-right: 0;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-top: 45%;
}
.secStep .outBox .boxList li .img{
    width: 22%;
}

.secStep .outBox .boxList li:nth-child(1) {
	margin-right: 3%;
}
.secStep .outBox .boxList li:nth-child(1) .img {
    padding-bottom: 12px;
}
.secStep .outBox .boxList li:nth-child(2) .img {
    padding-bottom: 8px;
}
.secStep .outBox .boxList li:nth-child(3) .img {
    padding-bottom: 8px;
}

.secStep .outBox .boxList li .inner{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background: #fff;
	border-radius: 50%;
	display: -webkit-flex;
    display: flex;
    -webkit-align-items:center;
    align-items:center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
	flex-direction: column;
	text-align: center;
	color: #0067B7;
}
.secStep .outBox .boxList .inner .tit{
	font-size: 13px;
	letter-spacing: 1px;
	line-height: 1.5;
}
.secStep .outBox .boxList .inner .txt{
	font-size: 12px;
	letter-spacing: -0.5px;
	line-height: 1.2;
}
.secStep .outBox .boxList .inner .txt .mini{
	font-size: 11px;
	letter-spacing: -0.5px;
	line-height: 1.2;
}

/* secFlow */
.secStep .secFlow .txtBox {
    width: 280px;
	margin: 30px 0 0 18%;
	position: relative;
}
.secStep .secFlow .txtBox::after {
	content: "";
    background: url(../img/lp01/imgSmartphone.png) center top no-repeat;
    background-size: contain;
	width: 50px;
	height: 100px;
	position: absolute;
	top: 10px;
	right: 0px;
	z-index: 10;
}
.secStep .secFlow .txtBox .txt{
	font-size: 15px;
	letter-spacing: 2.7px;
	line-height: 1.4;
	text-align-last: left;
}
.secStep .secFlow .txtBox .tit{
	font-size: 25px;
	letter-spacing: 7px;
	line-height: 1;
	text-align: left;
}
.secStep .secFlow .txtBox .tit .big{
	font-size: 40px;
	margin: 0 -2px 0 -10px;
}
.secStep .secFlow .txtBox .tit .ml{
	margin: 0 -14px 0 0;
}
.secStep .secFlow .boxList {
	margin-top: 12px;
}
.secStep .secFlow .boxList li .topBox{
	width: calc( 100% - 4px);
	height: 40px;
	border: 2px solid #0068B7;
	position: relative;
}
.secStep .secFlow .boxList li .topBox .titBox .tit{
	font-size: 16px;
	color: #0067B7;
	letter-spacing: 1.8px;
	line-height: 1.5;
	padding: 10px 0 0 17%;
}

.secStep .secFlow .circle {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #0067B7;
	display: -webkit-flex;
    display: flex;
    -webkit-align-items:center;
    align-items:center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
	position: absolute;
	top: -10px;
	left: -3.8%;
}
.secStep .secFlow .circle .step{
	font-size: 12px;
	color: #fff;
	letter-spacing: 1.5px;
	line-height: 1.5;
	text-align: center;
}
.secStep .secFlow .circle .num{
	font-size: 20px;
	color: #fff;
	color: #fff;
	letter-spacing: 1.5px;
	line-height: 1;
	text-align: center;
}
.secStep .secFlow .boxList li .bottomBox{
	width: 100%;
	background: #EAF7FF;
}
.secStep .secFlow .boxList li .bottomBox{
	font-size: 0;
}
.secStep .secFlow .boxList li .bottomBox a{
	display: block;
}

.secStep .secFlow .boxList li .bottomBox .imgBox{
	text-align: center;
	padding-top: 20px;
	width: 100%;
	margin: 0 auto;
}
.secStep .secFlow .boxList li .bottomBox .img01{
	width: 80%;
	display: block;
	text-align: center;
    margin: 0 auto;
    padding-bottom: 0;
}
.secStep .secFlow .boxList li .bottomBox .img02{
	width: 80%;
	display: block;
	text-align: center;
    margin: 0 auto;
}
.secStep .secFlow .boxList li .bottomBox .img02 img{
	padding-right: 90px;
}
.secStep .secFlow .boxList li .bottomBox .txtBoxBottom .txt{
	font-size: 19px;
	letter-spacing: 1.5px;
	line-height: 1.5;
	text-align: center;
	padding: 22px 0 26px;
}
.secStep .secFlow .boxList li .bottomBox .outList {
	width: 100%;
	margin: 0 auto;
}
.secStep .secFlow .boxList li .bottomBox .outList li .tit{
	font-size: 14px;
	letter-spacing: 1.5px;
	line-height: 1.5;
	padding: 22px 0 0 4%;
}
.secStep .secFlow .boxList .bottomBox .outList .boxList li{
	width: 90%;
    margin: 0 auto;
}
.secStep .secFlow .boxList .bottomBox .outList .boxList li:last-child{
    position: relative;
}
.secStep .secFlow .boxList .bottomBox .outList .boxList li:last-child::before{
	content: "";
	width: 100%;
	height: 1px;
	background: #ACE0FF;
	position: absolute;
	bottom: -13px;
	right: 0;
}

.secStep .secFlow .boxList .bottomBox .outList .boxList .txt{
	font-size: 13px;
	text-align: center;
	padding-top: 4px;
	line-height: 1.5;
	letter-spacing: 1.5px;
}
.secStep .secFlow .boxList .bottomBox .outList .boxList .imgEx{
    width: 100%;
    margin-top: 14px;
}

.secStep .secFlow .boxList .bottomBox .outList .imgMe{
    margin: 10px auto 0;
	text-align: center;
	width: 91%;
}
.secStep .secFlow .boxList .bottomBox .inBox{
	width: 100%;
	margin: 0 ;
	padding-bottom: 25px;
}
.secStep .secFlow .boxList .bottomBox .inBox .txt{
	text-align: center;
	font-size: 13px;
	padding: 20px 0 10px;
	line-height: 1.4;
	letter-spacing: 1.5px;
}



.secStep .secFlow .boxList .bottomBox .imgLast01{
    width: 60%;
    text-align: center;
    margin: 0 auto;
}
.secStep .secFlow .boxList .bottomBox .imgLast02{
    width: 90%;
    text-align: center;
    margin: 0 auto;
}
/* secBne */
.secBnr .leftBox{
    width: 90%;
    margin: 40px auto 0;
}
.secBnr .rightBox{
    width: 90%;
    margin: 15px auto 0;
}
.secBnr .txt{
	font-size: 22px;
	letter-spacing: 1.5px;
	line-height: 1.5;
	text-align: center;
	padding-top: 30px;
}
.blockTel a{
    display: block;
	width:95%;
	margin:20px auto 21px;
}
