@charset "UTF-8";


/*メインイメージ
---------------------------------------------------------*/
.lp_m_img_box {
	background: url(../images/lp/pipecut/m_img_l.jpg) repeat-x center top;
	background-size: contain;
}
.lp_m_img_box::before {
	background: url(../images/lp/pipecut/m_img_r.jpg) repeat-x center top;
	background-size: contain;
}

.lp_m_img_box .m_txt {
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	bottom: 0;
	color: #fff;
	padding-bottom: 8%;
}
.lp_m_img_box .m_txt dl {
	font-size: min(100%,1.4vw);
	line-height: 1.8em;
}
.lp_m_img_box .m_txt dt {
	font-weight: bold;
	margin-bottom: .2em;
}

.lp_m_point {
	background: #3c72c7;
	position: relative;
	z-index: 5;
	left: auto;
	right: auto;
	top: auto;
}
.lp_m_point .w1500 {
	transform: translateY(-10%);
}
.lp_m_point .in_box .abs_caption {
	text-align: left;
	right: auto;
	left: 0;
}

.pcut_point {
	background: #3c72c7;
	padding-top: 20px;
	padding-bottom: 200px;
}
.pcut_point .bg {
	width: 94%;
	max-width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
	background: #fff;
	border: solid 6px #fcba0b;
	border-radius: 10px;
	padding: 30px 3% 20px;
	text-align: center;
}
.pcut_point .bg div {
	background: url(../images/lp/pipecut/line@2x.png) repeat-x center center;
	background-size: 7px auto;
	line-height: 1.0em;
	margin-bottom: 10px;
}
.pcut_point .bg div span {
	display: inline-block;
	width: 40%;
	max-width: 542px;
	padding: 0 1.0em;
	background: #fff;
}
.pcut_point .bg div img {
	display: block;
	margin: auto;
}
.pcut_point .bg ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.pcut_point .bg li {
	width: 18%;
	max-width: 210px;
}

/* 微調整 (1500px以下)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1500px) {
.pcut_point {
	padding-bottom: 15%;
}
/*.lp_m_point {
	top: auto;
	bottom: 3%;
}*/
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.lp_m_img_box .m_txt {
	padding-bottom: 6%;
}
.lp_m_img_box .m_txt dl {
	font-size: min(100%,1.6vw);
	letter-spacing: normal;
	line-height: 1.6em;
}
.pcut_point {
	padding-top: 2%;
}
.pcut_point .bg {
	padding: 3% 2% 1%;
}
.pcut_point .bg div {
	margin-bottom: 1%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.lp_m_img {
	background: #3c72c7;
}

.lp_m_img_box .m_txt {
	position: relative;
	left: auto;
	right: auto;
	bottom: auto;
	padding: 5% 0 10%;
}
.lp_m_img_box .m_txt dl {
	font-size: 80%;
	letter-spacing: normal;
	line-height: 1.5em;
}
.lp_m_img_box .m_txt dt {
	font-weight: bold;
	margin-bottom: .2em;
}
.lp_m_point .w1500 {
	transform: none;
}

.pcut_point {
	padding-top: 2%;
	padding-bottom: 40%;
}
.pcut_point .bg {
	border-width: 2px;
	padding: 5% 1% 2%;
}
.pcut_point .bg div {
	margin-bottom: 3%;
}
.pcut_point .bg div span {
	padding: 0 .2em;
	width: 65%;
}
.pcut_point .bg li {
	width: 20%;
}
}



/*lp_nayami
---------------------------------------------------------*/
.lp_nayami {
	position: relative;
}
.lp_nayami .nayami_box {
	position: relative;
	margin: 0 auto 50px;
	width: 100%;
	max-width: 1080px;
	padding: 50px 3%;
	box-sizing: border-box;
	overflow: hidden;
}
.lp_nayami .nayami_box .img_box {
	position: absolute;
	z-index: 1;
	right: 2%;
	bottom: 0;
	width: 36%;
	text-align: right;
}
.lp_nayami .nayami_list {
	width: 74%;
	max-width: 796px;
	box-sizing: border-box;
	padding:60px 3% 40px;
	border: 4px solid #4d4d4d;
	background: #fff;
	box-shadow: 5px 5px 15px rgba(0,0,0,0.15);
}
.lp_nayami .nayami_list .lp_check_li {
	padding: 0 3%;
}
.lp_nayami .nayami_list .lp_check_li li {
	color: #333333;
	font-size: 220%;
	line-height: 1.4em;
}
.lp_nayami .nayami_list .lp_check_li li span {
	color: #f7931e;
}

.lp_nayami .bnr_osusume {
	width: 90%;
	margin: 0 auto;
	text-align: center;
}

/* 微調整 (1200px以下)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1200px) {
.lp_nayami {
	padding-top: 12%;
}
.lp_nayami .nayami_list .lp_check_li li {
	font-size: 3.5vw;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.lp_nayami .nayami_box {
	margin: 0 auto 4%;
	padding: 5% 3%;
}
.lp_nayami .nayami_box .img_box {
	right: 0;
}
.lp_nayami .nayami_list {
	padding: 6% 3% 4%;
}
.lp_nayami .nayami_list .lp_check_li {
	padding: 0;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.lp_nayami {
	padding-top: 38% !important;
}
.lp_nayami .nayami_box {
	margin-bottom: 6%;
	width: 100%;
	max-width: 1080px;
	padding: 50px 3%;
	box-sizing: border-box;
}
.lp_nayami .nayami_box {
	margin-bottom: 6%;
	padding: 5% 3%;
}
.lp_nayami .nayami_box .img_box {
	right: -3%;
	width: 28%;
}
.lp_nayami .nayami_list {
	width: 100%;
	max-width: 100%;
	padding: 8% 4%;
	border-width: 2px;
}
.lp_nayami .nayami_list .lp_check_li {
	padding: 0;
	padding-right: 20%;
}
.lp_nayami .nayami_list .lp_check_li li {
	font-size: 130%;
	line-height: 1.4em;
}

.lp_nayami .bnr_osusume {
	width: 94%;
	margin-bottom: 6%;
}
}



/*box2
---------------------------------------------------------*/
.box2{
padding: 85px 0 50px;
}
.box2 .lp_inbox > .txt_box{
text-align: center;
line-height: 1.8em;
}
.box2 .lp_inbox > .txt_box span{
font-size: 85%;
}

.box2 span.supText {
font-size: 60% !important;
vertical-align: top;
position: relative;
top: -0.1em;
}
.box2 .doi_box .txt1{
text-align: center;
font-size: 110%;
font-weight: bold;
color: #df381a;
margin-bottom: 10px;
}
.box2 .attention{
	width: 70%;
max-width: 790px;
margin: 0 auto 25px;
}
.box2 .attention li{
position: relative;
padding-left: 1.5em;
}
.box2 .attention li span{
position: absolute;
left: 0;
top: 0;
}

.box2 .doi_box{
background: #fff;
max-width: 1100px;
margin: 50px auto 0;
padding: 60px 3%;
position: relative;
color: #333333;
box-sizing: border-box;
box-shadow: 5px 10px 15px rgba(0,0,0,0.3);
}
.box2 .doi_box dt{
font-size:215%;
font-weight: bold;
color:#2852c5;
line-height: 1.5em;
letter-spacing: .1em;
text-align: center;
padding-bottom: .3em;
margin-bottom: 20px;
border-bottom: 2px solid #2852c5;
}
.box2 .doi_box .txt_box{
text-align: center;
font-weight: bold;
line-height: 1.8em;
color: #000;
font-size: 125%;
}
.box2 .doi_box .lp_check_li{
margin: 30px auto;
max-width: 505px;
padding: 30px 3%;
border-top: 1px dashed #333;
border-bottom: 1px dashed #333;
box-sizing: border-box;
}

.box2 .doi_box .lp_check_li li {
 font-size: 155%;
 letter-spacing: 0;
 color: #333333;
 font-weight: bold;
 line-height: 1.6em;
 text-align: left;
}
.btn_list li {
	text-align: center;
	margin-bottom: 20px;
}
.btn_list li:last-child {
	margin-bottom: 0;
}
.dl_link a{
text-align: center;
max-width: 470px;
font-size: 185%;
font-weight: bold;
color:#fff;
line-height: 1.0em;
letter-spacing: .1em;
padding: .5em 2em .5em 3%;
background: #f7931e;
display: block;
border-radius: 50px;
box-sizing: border-box;
position: relative;
margin: 0 auto;
}
.dl_link a::before{
content: '';
position: absolute;
right: 1em;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
width: 15px;
height: 17px;
background: url(../images/lp/pipecut/arrow03.svg) no-repeat;
background-size: 15px 17px;
}
.dl_link a:hover{
	text-decoration: none;
}
.dl_link span {
	display: block;
	font-size: 80%;
	letter-spacing: .05em;
	line-height: 1.4em;
	margin-top: .2em;
}

.box2 .doi_box .abs_img{
position: absolute;
right: 1%;
bottom: 0;
width: 21%;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.box2{
padding: 6% 0 6%;
}

.box2 .doi_box{
margin: 30px auto 0;
padding: 40px 3%;
}
.box2 .doi_box dt{
font-size:170%;
}
.box2 .doi_box .txt_box{
font-size: 120%;
}
.box2 .doi_box dd .lp_check_li{
margin: 20px auto;
max-width: 420px;
padding: 20px 3%;
}

.box2 .doi_box dd .lp_check_li li {
 font-size: 130%;
}
.dl_link a{
text-align: center;
max-width: 380px;
font-size: 150%;
padding: .8em 1.3em .8em 3%;
}

.box2 .doi_box .abs_img{
width: 22%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.box2{
padding: 10% 0 5%;
}
.box2 .lp_inbox > .txt_box{
text-align: left;
line-height: 1.6em;
}
.box2 .lp_inbox > .txt_box span{
line-height: 1.6em;
display: block;
}
.box2 .doi_box{
margin: 8% auto 0;
padding: 5% 3%;
}
.box2 .doi_box dt{
font-size:130%;
letter-spacing: .05em;
margin-bottom: 5%;
}
.box2 .doi_box .txt_box{
font-size: 100%;
}
.box2 .doi_box dd .lp_check_li{
margin: 5% auto;
max-width: 100%;
padding: 5% 3%;
}

.box2 .doi_box dd .lp_check_li li {
 font-size: 100%;
}
.box2 .attention{
	width: 100%;
}
.dl_link a{
width: 78%;
font-size: 5vw;
margin: 0 auto 0 0;
padding: .8em 1.2em .8em 3%;
}
.dl_link a::before{
width: 9px;
height: 11px;
background-size: 9px 11px;
}
.box2 .doi_box .abs_img{
right: 1px;
width: 23%;
}
}





/*flow_box
---------------------------------------------------------*/
.flow_box{
padding: 100px 0 35px;
}
.flow_box .flow{
max-width: 980px;
margin: 0 auto;
text-align: left;
}
.flow_box .flow li{
margin-top: 50px;
}

.flow_box .flex{
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-align-items: stretch;
align-items: stretch;
}

.flow_box .flex .style1{
width: 65%;
}
.flow_box li:nth-child(4) .flex .style1,
.flow_box li:nth-child(5) .flex .style1{
width: 100%;
}

.flow_box .flex .img_box{
width: 30%;
}

.flow_box .style1 dt{
font-size: 185%;
font-weight: bold;
color:#2e3192;
line-height: 1.5em;
letter-spacing: 0;
padding-bottom: .5em;
border-bottom: 1px solid #000000;
padding-left: 80px;
background: url(../images/lp/pipecut/no01.svg)no-repeat left top;
background-size: 60px 45px;
margin-bottom: 20px;
}
.flow_box li:nth-child(2) .style1 dt{
background: url(../images/lp/pipecut/no02.svg)no-repeat left top;
background-size: 60px 45px;
}
.flow_box li:nth-child(3) .style1 dt{
background: url(../images/lp/pipecut/no03.svg)no-repeat left top;
background-size: 60px 45px;
}
.flow_box li:nth-child(4) .style1 dt{
background: url(../images/lp/pipecut/no04.svg)no-repeat left top;
background-size: 60px 45px;
}
.flow_box li:nth-child(5) .style1 dt{
background: url(../images/lp/pipecut/no05.svg)no-repeat left top;
background-size: 60px 45px;
}
.flow_box .style1 dd{
padding-left: 80px;
position: relative;
height: 80%;
}
.flow_box li:nth-child(4) .style1 dd{
height: 70%;
}

.flow_box .style1 dd::before{
content: '';
position: absolute;
left: 10px;
top: 0;
width: 30px;
height: 100%;
background: -moz-linear-gradient(top, rgba(206,224,236,0) 0%, rgba(206,224,236,1) 40%, rgba(206,224,236,1) 100%);
background: -webkit-linear-gradient(top, rgba(206,224,236,0) 0%,rgba(206,224,236,1) 40%,rgba(206,224,236,1) 100%);
background: linear-gradient(to bottom, rgba(206,224,236,0) 0%,rgba(206,224,236,1) 40%,rgba(206,224,236,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00cee0ec', endColorstr='#cee0ec',GradientType=0 );
}
.flow_box .style1 dd::after{
content: '';
position: absolute;
left: 10px;
bottom: -1px;
width: 30px;
height: 17px;
background: url(../images/lp/pipecut/arrow02.png)no-repeat;
background-size: contain;
}
.flow_box li:nth-child(5) .style1 dd::before,
.flow_box li:nth-child(5) .style1 dd::after{
content: none;
}
.arrow_box .arrow{
text-align: center;
width: 26%;
margin: 70px auto 30px;
}
.arrow_box .txt{
width: 56%;
margin: 0 auto;
}
/* PC調整
------------------------------------------*/
@media only screen and (min-width: 960px)  {
.flow_box .style1 dt {
    margin-bottom: 0;
}
.flow_box .style1 dd{
height: auto;
padding-top: 20px;
}
.flow_box li:nth-child(4) .style1 dd,
.flow_box li:nth-child(5) .style1 dd{
height: auto;
}
.flow_box .style1 dd::before{
left: 14px;
width: 29px;
height: 214px;
background: url(../images/lp/pipecut/flow_arw1@2x.png)no-repeat left top;
background-size: contain;
}
.flow_box li:nth-child(4) .style1 dd::before{
left: 14px;
top: 0;
width: 29px;
height: 100px;
background: url(../images/lp/pipecut/flow_arw2@2x.png)no-repeat left top;
background-size: contain;
}
.flow_box .style1 dd::after{
content: none;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.flow_box{
padding: 60px 0 20px;
}
.flow_box .flow li{
margin-top: 30px;
}
.flow_box .flex .style1{
width: 65%;
}
.flow_box .style1 dt{
font-size: 160%;
}
.flow_box .style1 dd{
padding-left: 80px;
position: relative;
height: 60%;
}
.flow_box li:nth-child(4) .style1 dd,
.flow_box li:nth-child(5) .style1 dd{
height: 50%;
}
.arrow_box .arrow{
width: 50%;
margin: 40px auto 20px;
}
.arrow_box .txt{
width: 70%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.flow_box{
padding: 10% 0 5%;
}
.flow_box .flow li{
margin-top: 8%;
}

.flow_box .flex{
-webkit-align-items: baseline;
align-items: baseline;
-webkit-flex-flow: column;
flex-flow: column;
}

.flow_box .flex .style1{
width: 100%;
}
.flow_box li:nth-child(4) .flex .style1,
.flow_box li:nth-child(5) .flex .style1{
width: 100%;
}

.flow_box .flex .img_box{
width: 80%;
text-align: center;
margin: 3% auto 0;
}

.flow_box .style1 dt{
font-size: 135%;
padding-left: 55px;
background-size: 45px 30px;
margin-bottom: 5%;
}
.flow_box li:nth-child(2) .style1 dt,
.flow_box li:nth-child(3) .style1 dt,
.flow_box li:nth-child(4) .style1 dt,
.flow_box li:nth-child(5) .style1 dt{
background-size: 45px 30px;
}
.flow_box .style1 dd{
padding-left: 55px;
position: relative;
height: auto;
}
.flow_box li:nth-child(4) .style1 dd,
.flow_box li:nth-child(5) .style1 dd{
height: auto;
}
.flow_box .style1 dd::before{
width: 20px;
height: 95%;
}
.flow_box .style1 dd::after{
width: 20px;
}
.arrow_box .arrow{
text-align: center;
width: 40%;
margin: 5% auto;
}
.arrow_box .txt{
width: 90%;
}
}



/*LP共通
---------------------------------------------------------*/
.lp_opebg::before {
	display: none;
}
.lp_price_box th,
.lp_price_box td{
	width: 50%;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (max-width: 959px) {
.lp_ope_img {
	background-image: url(../images/lp/bg_jokyo_sp@2x.png);
}
}