@charset "utf-8";
* {
box-sizing: border-box;
}

html {
font-size: 62.5%;
}

body {
font-size: 1em;
color: #000;
background-color: #fff;
}

a {
color: #000;
}

.wrapper {
width: 100%;
margin: 0;
padding: 0;
overflow: hidden;
}

.inner {
display: block;
max-width: 1520px;
margin: 0 auto;
padding: 0 40px;
}

.inner h2{
    text-align: center;
    font-size: 30px;
    font-weight: bold;
}
.inner h2 .line{
    display: inline-block;
    margin-bottom: 20px;
    padding: 0 15px 5px;
    border-bottom: 6px solid #FFCF28;
    font-size: 24px;
    font-weight: bold;
}
.inner h2 .small{
    display: block;
    margin-top: 10px;
    font-size: 14px;
    font-weight: bold;
}

.pcHide {
display: none;
}

@media screen and (max-width: 750px){

.pcHide {
display: block;
}
.spHide {
display: none !important;
}

}

.cbtn {
display: block;
    margin: 0 auto;
font-weight: 700;
text-align: center;
box-sizing: border-box;
border-radius: 6px;
}

.cbtn a {
display: flex;
    justify-content: center;
width: 300px;
height: 62px;
margin: 0 auto;
padding: 14px;
background: #000000;
box-shadow: 0px 3px 10px #00000040;
border-radius: 6px;
box-sizing: border-box;
    color: #fff;
font-size: 18px;
}

.wrap {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}

.fadein, .fadeinitem {
opacity: 0;
transform: translateY(50px);
transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.fadein.appear, .fadeinitem.appear {
opacity: 1;
transform: translateY(0);
}


/*-------- header --------*/
#wrapper {
padding: 96px 0 0;
}

header {
height: 96px;
padding: 24px 0;
}

header .logo {
width: 230px;
float: left;
margin: 0;
padding: 0;
}

header .logo a {
display: block;
}

header .logo svg {
fill: #fff;
}

header .hdNav {
display: flex;
justify-content: space-between;
align-items: center;
max-width: 996px;
}

header .hdNav ul {
display: flex;
}

header .hdNav ul li {
margin-right: 27px;
}

header .hdNav ul li a {
color: #fff;
font-size: 16px;
font-weight: bold;
}

header .cbtn a {
    width: 168px;
    height: auto;
font-size: 14px;
background: #ffcf28;
    color: #000;
}

header .cbtn span {
font-size: 100%;
font-weight: bold;
}

/*-------- main --------*/
.main01 {
position: relative;
min-height: 740px;
background: url("../img/img_main.jpg") no-repeat center top;
background-size: cover;
}

.main01 .inner {
position: relative;
min-height: 740px;
}

.main01 h1 {
padding-top: 136px;
font-size: 32px;
font-weight: bold;
line-height: 1.304348;
}

.main01 h1 span {
display: block;
    margin-top: 10px;
font-size: 46px;
font-weight: bold;
line-height: 1.3;
}

.main01 p {
    margin-top: 26px;
font-size: 24px;
font-weight: bold;
line-height: 1.3;
}

.main01 .bnrlist {
display: block;
margin-top: 80px;
}

.main01 .btnlist {
display: flex;
justify-content: space-between;
margin-top: 80px;
}

.main01 .btnlist li {
width: 300px;
}

.main01 .btnlist li span {
display: block;
margin: 0 0 20px;
font-size: 20px;
font-weight: bold;
text-align: center;
}

.main01 .btnlist li a {
display: block;
padding: 19px 40px 18px 9px;
color: #fff;
font-size: 22px;
font-weight: 700;
text-align: center;
background: url(../img/btn_arrow02.png) right 23px center no-repeat;
background-size: 16px auto;
background-color: #000;
filter: drop-shadow(0 3px 10px rgba(0,0,0,0.25));
border-radius: 6px;
}


/*-------- point  --------*/
.point {
    padding-top: 100px;
}

.pointlist {
    display: flex;
justify-content: space-between;
    margin-top: 116px;
}
.pointlist li{
    width: 22.22%;
    text-align: center;
}
.pointlist .ttl{
    margin-top: 16px;
    font-size: 20px;
    font-weight: bold;
}
.pointlist .txt{
    margin-top: 20px;
    text-align: left;
    font-size: 16px;
    line-height: 1.8;
}


/*-------- devices  --------*/
.devices  {
    margin-top: 110px;
    padding-top: 100px;
}

.devices .wrap{
    max-width: 1072px;
    margin: 0 auto;
}
.devices .devicesBox {
    width: 42%;
    text-align: center;
}
.devices .devicesBox h3 {
font-size: 20px;
font-weight: bold;
}
.devices .devicesBox h3 .price{
font-size: 14px;
font-weight: normal;
}
.devices .devicesBox p.txt {
    text-align: left;
    margin: 40px 30px 0;
font-size: 16px;
    line-height: 1.8;
}
.devices .lead {
    margin-top: 86px;
    text-align: center;
font-size: 20px;
font-weight: bold;
}
.devices .cbtn {
    margin-top: 36px;
}


/*-------- howto --------*/
.howto {
    margin-top: 120px;
    padding-top: 100px;
    padding-bottom: 146px;
background: #F5F5F5;
}

.howto h3 {
    margin-top: 80px;
    text-align: center;
font-size: 20px;
font-weight: bold;
}
.howto h2 + h3 {
    margin-top: 60px;
}
.howto .howtolist {
    display: flex;
    justify-content: space-between;
    margin-top: 26px;
}
.howto .howtolist li {
    position: relative;
    width: 17.56%;
}
.howto .howtolist li:after {
    content: '';
    position: absolute;
    top: 76px;
    right: -33px;
    width: 22px;
    height: 32px;
    background: url(../img/arw_howto_01.png) no-repeat;
}
.howto .howtolist li:last-child:after {
    display: none;
}
.howto .howtolist p {
    margin-top: 10px;
font-size: 16px;
    line-height: 1.8;
}


/*-------- payment --------*/

.payment {
    padding-top: 100px;
}
.payment .paymentList {
display: flex;
justify-content: space-between;
    margin-top: 40px;
}
.payment .paymentList li {
width: 16.666%;
    padding-top: 16px;
font-size: 16px;
border-right: 1px solid #cccccc;
    text-align: center;
}
.payment .paymentList li:nth-child(1){
border-left: 1px solid #cccccc;
}
.payment .paymentList li:nth-child(1),
.payment .paymentList li:nth-child(2) {
width: 25%;
}
.payment .paymentList li .img{
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}


/*-------- plan --------*/
.plan {
    margin-top: 90px;
    padding-top: 70px;
    padding-bottom: 90px;
background: #FFF6D1;
    text-align: center;
}
.plan .box,
.plan .bnr{
    margin-top: 70px;
}
.plan .cbtn {
    margin-top: 50px;
}

/*-------- flow --------*/
.flow {
    padding-top: 100px;
text-align: center;
}

.flow h2 .large {
    color: #FF8F0D;
    font-size: 42px;
    font-weight: bold;
}
.flow .flowbg {
    max-width: 1240px;
    margin: 0 auto;
    background: url(../img/bg_flow.png) no-repeat center bottom;
    background-size: 100% auto;
}

.flow .wrap {
    max-width: 1240px;
    margin: 66px auto 0;
    padding-bottom: 84px;
}
.flow .flowBox {
    position: relative;
    width: 45.96%;
    max-width: 572px;
    margin: 0 auto;
}
.flow .lbb,
.flow .square {
    margin: 0;
}
.flow h3 {
    position: relative;
    z-index: 3;
    padding: 20px;
box-shadow: 0px 0px 10px #00000029;
border-radius: 6px;
font-size: 20px;
font-weight: bold;
}
.flow .lbb h3 {
    background: #FFCF29;
}
.flow .square h3 {
    background: #2AAAE2;
}

.flow .lbb ul,
.flow .square ul {
    border-top: 24px solid #fff;
}
.flow li {
    position: relative;
    z-index: 3;
    padding: 22px;
margin-top: 24px;
background: #FFFFFF;
box-shadow: 0px 0px 10px #00000029;
border-radius: 6px;
font-size: 16px;
}
.flow li:nth-child(1) {
    margin-top: 0;
}
.flow li .bold{
font-size: 20px;
font-weight: bold;
}
.flow li a{
    text-decoration: underline;
}


/*-------- conversion --------*/

.conversion {
padding: 69px 0 82px;
width: 100%;
min-height: 387px;
background-image: linear-gradient(180deg, #FFC505 0%, #FFDC60 100%);
background-position: 0 0;
background-repeat: no-repeat;
text-align: center;
}

.conversion h2 {
margin: 0 0 40px;
font-size: 40px;
font-weight: bold;
}

.conversion .text {
margin: 0 0 46px;
font-size: 20px;
font-weight: bold;
}

.conversion .btn {
width: auto;
color: #fff;
font-size: 1.8em;
background: #000;
box-shadow: 0 3px 10px rgba(0, 0, 0, .25);
}
.conversion .btn a {
padding: 18px 60px;
}

.conversion .btn a {
color: #fff;
}


/*-------- case --------*/

.logoSlider {
margin: 45px 0 0;
height: 106px;
overflow: hidden;
text-align: center;
}
.logoSlider li {
display: inline-block;
margin: 0 30px;
}
.logoSlider li img {
width: auto;
height: 84px;
}
.case {
    margin-top: 100px;
padding: 89px 0 79px;
background-color: #f5f5f5;
}

.case h2 {
margin: 0 0 40px;
font-size: 30px;
font-weight: 700;
text-align: center;
}

.case .list {
display: flex;
justify-content: flex-start;
flex-wrap: wrap;
margin: 0 -20px;
}

.case .list li {
width: 290px;
min-height: 413px;
margin: 0 20px 20px;
background: #fff;
border-radius: 3px;
filter: drop-shadow(0 0 10px rgba(0,0,0,0.16));
}

.case .list li span {
display: block;
cursor: pointer;
}

.case .list li span:hover {
opacity: 0.7;
}

.case .list li .inner {
padding: 37px 20px 7px;
text-align: center;
}
.case .list li .inner img{
display: inline-block;
}

.case .list li h3 {
display: flex;
justify-content: center;
align-items: center;
min-height: 60px;
margin: 20px 0 12px;
font-size: 16px;
font-weight: bold;
line-height: 1.875;
}

.case .list li .com {
font-size: 12px;
}

.case .list li .type {
display: flex;
justify-content: center;
flex-wrap: wrap;
margin: 22px -4px 0;
}

.case .list li .type li {
width: auto;
min-height: inherit;
margin: 0 4px 10px;
padding: 5px 13px;
font-size: 10px;
line-height: 1.6;
background: #FFCF28;
border-radius: 13px;
filter: none;
}

/*
.case .slider li {
width: 342px;
margin: 0 30px;
cursor: pointer;
overflow: hidden;
transition: 0.3s all;
}

.case .slider li:hover {
opacity: 0.7;
}

.case .slider li .img {
transition: 0.3s all;
}

.case .slider li .img.logo {
	background: #fff;
	text-align: center;
	padding: 50px 0;
}
.case .slider li .img.logo img {
	margin: 0 auto;
}

.case .slider li:hover .img {
transform: scale(1.1);
}

.case .slider li .txtBox {
padding: 20px;
text-align: left;
background: #fff;
}

.case .slider li .txtBox h3 {
margin: 0 0 10px;
font-size: 16px;
font-weight: bold;
line-height: 1.5;
letter-spacing: 2px;
}

.case .slider li .txtBox .cate {
display: flex;
}

.case .slider li .txtBox .cate li {
width: auto;
margin: 0 7px 0 0;
}

.case .slider li .txtBox .txt {
font-size: 14px;
font-weight: 500;
line-height: 2;
letter-spacing: 1px;
}

.case .slider li .txtBox .txt a {
display: block;
margin: 20px 0 0;
padding: 10px 0;
color: #fff;
font-size: 16px;
font-weight: 700;
text-align: center;
background: #000;
box-sizing: border-box;
border-radius: 6px;
box-shadow: 0 3px 10px rgb(0 0 0 / 25%);
}*/

/*
.overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.5);
z-index: 9999;
}

.modal {
display: none;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 90vw;
max-width: 958px;
height: 90vh;
max-height: 460px;
margin: auto;
padding: 60px;
background: #fff;
border: 1px solid #707070;
box-sizing: border-box;
z-index: 10000;
}

.modal .close {
position: absolute;
top: -55px;
right: 0;
cursor: pointer;
}
.modal .box {
display: flex;
justify-content: space-between;
}

.modal .box .imgBox {
width: 40.91%;
}

.modal .box .imgBox p {
margin: 0 0 37px;
}

.modal .box .txtBox {
width: 54.067%;
max-height: 514px;
overflow-y: auto;
}

.modal .box .txtBox h2 {
margin: 0 0 5px;
font-size: 20px;
font-weight: bold;
line-height: 1.5;
letter-spacing: 2px;
text-align: left;
}

.modal .box .txtBox .cate {
display: flex;
margin: 0 0 20px;
}

.modal .box .txtBox .cate li {
width: auto;
margin: 0 7px 0 0;
}

.modal .box .txtBox h3 {
margin: 0 0 10px;
font-size: 16px;
font-weight: bold;
line-height: 2.125;
letter-spacing: 2px;
}

.modal .box .txtBox .txt {
font-size: 14px;
font-weight: 500;
line-height: 2;
letter-spacing: 1px;
}

.modal .box .txtBox .txt a {
display: block;
width: 270px;
margin: 20px 0 0;
padding: 10px 0;
color: #fff;
font-size: 16px;
font-weight: 700;
text-align: center;
background: #000;
box-sizing: border-box;
border-radius: 6px;
box-shadow: 0 3px 10px rgb(0 0 0 / 25%);
}

.modal .prev-arrow {
position: absolute;
top: 0;
left: -91px;
bottom: 0;
width: 62px;
height: 62px;
margin: auto 0;
cursor: pointer;
}

.modal .next-arrow {
position: absolute;
top: 0;
right: -91px;
bottom: 0;
width: 62px;
height: 62px;
margin: auto 0;
cursor: pointer;
}

.modal .slick-dots {
display: flex;
justify-content: center;
padding: 24px 0 0;
}

.modal .slick-dots li {
width: 8px;
margin: 0 5px;
}

.modal .slick-dots li button {
width: 100%;
height: 8px;
padding: 0;
text-indent: -9999px;
border: none;
border-radius: 4px;
background: #999;
}

.modal .slick-dots li.slick-active button {
background: #FFCF28;
}*/

.overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.5);
z-index: 9999;
}

.modal {
display: none;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 90vw;
max-width: 1010px;
height: 90vh;
max-height: 662px;
margin: auto;
padding: 60px 90px 100px;
background: #fff;
border: 1px solid #707070;
box-sizing: border-box;
z-index: 10000;
}

.modal .close {
position: absolute;
top: -55px;
right: 0;
cursor: pointer;
}

.modal .prev-arrow {
position: absolute;
top: 0;
left: -121px;
bottom: 0;
width: 62px;
height: 62px;
margin: auto 0;
cursor: pointer;
}

.modal .next-arrow {
position: absolute;
top: 0;
right: -121px;
bottom: 0;
width: 62px;
height: 62px;
margin: auto 0;
cursor: pointer;
}
.modal.modal02 {
    padding-top: 6vh;
    padding-bottom: 6vh;
}
.modal02 .slick-dots {
display: none !important;
}

.modal02 .slick-slide {
position: relative;
}

.modal02 .boxInner {
display: flex;
justify-content: space-between;
}

.modal02 .boxInner > h2 {
display: none;
}

.modal02 .boxInner .imgBox {
width: 22%;
margin: 0 0 0 1.8%;
}
.modal02 .boxInner .imgBox .logo {
position: absolute;
top: 0;
right: 0;
}

.modal02 .boxInner .txtBox {
width: 70.652%;
}

.modal02 .boxInner .txtBox h2 {
display: block;
margin: 0 0 16px;
font-size: 20px;
font-weight: bold;
line-height: 1.4;
}

.modal02 .boxInner .txtBox h2 span {
display: block;
font-size: 12px;
font-weight: bold;
}

.modal02 .boxInner .txtBox .txt {
position: relative;
padding-right: 5px;
font-size: 14px;
font-weight: 500;
line-height: 2;
max-height: 200px;
overflow-y: auto;
}

.modal02 .boxInner .txtBox .arrow{
    position: relative;
}
.modal02 .boxInner .txtBox .arrow img{
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0.5;
    width: 31px;
    transform: rotateZ(90deg);
}

.modal02 .boxInner .txtBox .type {
display: flex;
justify-content: flex-start;
flex-wrap: wrap;
margin: 25px 0 0;
}

.modal02 .boxInner .txtBox .type li {
margin: 0 8px 10px 0;
padding: 5px 13px;
font-size: 10px;
line-height: 1.6;
background: #FFCF28;
border-radius: 13px;
}

.modal02 .box h3 {
margin: 25px 0 12px;
padding: 0;
font-size: 12px;
font-weight: bold;
}

.modal02 .box .func {
display: flex;
flex-wrap: wrap;
}

.modal02 .box .func li {
margin: 0 9px 9px 0;
}


.linkArea {
padding: 120px 0 105px;
width: 100%;
background-image: linear-gradient(180deg, #FFC505 0%, #FFDC60 100%);
background-position: 0 0;
background-repeat: no-repeat;
text-align: center;
}

.linkArea .inner {
display: flex;
justify-content: space-between;
max-width: 980px;
}

.linkArea .inner .contctBtn ,
.linkArea .inner .dlBtn {
width: 37.56%;
}

.linkArea .inner a {
display: block;
padding: 25px 0 75px;
font-size: 20px;
font-weight: bold;
border: 4px solid #000;
border-radius: 10px;
}

.linkArea .inner .contctBtn a {
background: #fff url("/lp/cloud/img/ico_contact_01.png") no-repeat center 62px;
}

.linkArea .inner .dlBtn a {
background: #fff url("/lp/cloud/img/ico_dl_01.png") no-repeat center 62px;
}

.linkArea .inner .link {
filter: drop-shadow(0 3px 10px rgba(0, 0, 0, .25));
}

.linkArea .inner .txt {
margin: 15px 0 0;
font-size: 16px;
font-weight: bold;
line-height: 1.75;
}


/*-------- slider --------*/
.bx-wrapper {
margin: 0;
}

.bx-wrapper .bx-controls-direction a {
width: 90px;
height: 90px;
top: 45%;
}
.bx-wrapper .bx-prev {
background-image: url('/lp/cloud/img/slider_arrow_left.png');
background-size: contain;
}

.bx-wrapper .bx-prev:hover {
background-image: url('/lp/cloud/img/slider_arrow_left.png');
background-size: contain;
}

.bx-wrapper .bx-next {
background-image: url('/lp/cloud/img/slider_arrow_right.png');
background-size: contain;
}

.bx-wrapper .bx-next:hover {
background-image: url('/lp/cloud/img/slider_arrow_right.png');
background-size: contain;
}



@media screen and (max-width: 1200px) {

.bx-wrapper .bx-controls-direction a {
width: 60px;
height: 60px;
}

.bx-wrapper .bx-prev {
left: -10px;
}

.bx-wrapper .bx-next {
right: -10px;
}

.cloud_lp_form .main .select-group {
width: calc(100% - 150px);
}

}




@media screen and (max-width: 750px) {
.inner {
width: 90.625vw;
    padding-left: 0;
    padding-right: 0;
}
    .inner h2{
        font-size: 5.6vw;
    }
    .inner h2 .line{
        font-size: 4.8vw;
    }
    .inner h2 .small{
        font-size: 2.8vw;
    }

/*-------- header --------*/
#wrapper {
padding: 25vw 0 0;
}

header {
height: auto;
padding: 0;
transition: 1s all;
}

header .inner {
display: block;
}

header .logo {
float: none;
width: 43.733vw;
margin: 5.333vw 0 0 4.266vw;
}


header .cbtn {
    position: absolute;
    top: 0;
    right: 0;
    margin: 4.266vw;
}
.cloud_lp_02 header .cbtn a ,
header .cbtn a {
width: 33.066vw;
padding: 0.9em 0;
font-size: 2.6667vw;
font-weight: 700;
}

.cloud_lp_02 header .hdNav ,
header .hdNav {
display: block;
position: static;
width: 100%;
height: auto;
padding: 3.4667vw 0 5px;
box-sizing: border-box;
}

.cloud_lp_02 header .hdNav ul ,
header .hdNav ul {
display: flex;
justify-content: space-between;
width: 100%;
text-align: center;
}

.cloud_lp_02 header .hdNav ul li ,
header .hdNav ul li {
display: block;
width: 20%;
margin: 0;
padding: 0;
border-top: none;
box-sizing: border-box;
}

.cloud_lp_02 header .hdNav ul li:last-child ,
header .hdNav ul li:last-child {
border: none;
}

.cloud_lp_02 header .hdNav ul li a ,
header .hdNav ul li a {
display: flex;
justify-content: center;
align-items: center;
height: 100%;
padding: 0;
font-size: 2.6667vw;
line-height: 1.23;
}

.cloud_lp_02 header .hdNav ul li a:hover ,
header .hdNav ul li a:hover {
opacity: 1;
}

header .menu{
display: none;
}

/*-------- main --------*/
.main01 {
position: relative;
min-height: inherit;
background: url("../img/img_main_sp.jpg") no-repeat center top;
background-size: 100% auto;
}

.main01 .inner {
max-width: inherit;
min-height: 192vw;
}

.main01 h1 {
padding: 10.66vw 0 0;
font-size: 5.6vw;
line-height: 1.46667;
text-align: center;
}

.main01 h1 span {
    margin: 0;
font-size: 8vw;
}
.main01 p {
    text-align: center;
font-size: 4vw;
}

.main01 .btnlist {
display: block;
max-width: inherit;
position: absolute;
bottom: 10.666vw;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.main01 .btnlist li {
width: 80vw;
margin: 0 auto 4vw;
}

.main01 .btnlist li span {
display: block;
margin: 0 0 2.666vw;
font-size: 4.2666vw;
}

.main01 .btnlist li a {
padding: 19px 40px 18px 9px;
font-size: 5.0667vw;
background: url(/lp/cloud/img/btn_arrow02.png) right 10.6667vw center no-repeat;
background-size: 4vw auto;
background-color: #000;
}

.main01 .bnr ,
.main02 .bnr {
display: none;
}

/*-------- point --------*/

    .pointlist{
    flex-wrap: wrap;
        margin-top: 0;
        padding-top: 5vw;
    }
    .pointlist li{
        width: 44.44%;
        margin-top: 5vw;
    }
    .pointlist li img{
        width: 57px;
    }
    .pointlist .ttl{
        font-size: 3.466vw;
    }
    .pointlist .txt{
        font-size: 3.2vw;
    }
    
/*-------- devices --------*/
    
    .devices{
        margin-top: 0;
    }
    .devices .wrap{
        display: block;
    }
    .devices .devicesBox{
        width: 100%;
        margin-top: 8vw;
    }
    .devices .devicesBox img{
        width: 225px;
    }
    .devices .devicesBox p.txt{
        margin: 4vw 0 0;
        font-size: 3.2vw;
    }
    .devices .lead{
        margin-top: 10vw;
        font-size: 4vw;
    }

/*-------- howto --------*/    
    
    .howto h3,
    .howto h2 + h3{
        margin-top: 8vw;
        font-size: 4vw;
    }
    .howto .howtolist{
    flex-wrap: wrap;
        margin-top: 0;
        padding-top: 5vw;
    }
    .howto .howtolist li{
        width: 44.44%;
        margin-top: 5vw;
    }
    .howto .howtolist li:after{
        display: none;
    }
    .howto .howtolist p{
        font-size: 3.2vw;
    }
 
/*-------- payment --------*/    
    
    .payment .paymentList{
    flex-wrap: wrap;
    }
    .payment .paymentList li,
    .payment .paymentList li:nth-child(1), 
    .payment .paymentList li:nth-child(2){
        width: 44.44%;
        font-size: 3.2vw;
    } 
    .payment .paymentList li,
    .payment .paymentList li:nth-child(1){
        border: none;
    }

.payment .paymentList li:nth-child(3) img,
.payment .paymentList li:nth-child(4) img {
width: 77px;
}
.payment .paymentList li:nth-child(5) img {
width: 54px;
}
    
/*-------- plan --------*/   
    
    .plan{
        width: 100%;
        padding-left: 5vw;
        padding-right: 5vw;
        box-sizing: border-box;
    }
    .plan .inner{
        width: auto;
    }
    
/*-------- flow --------*/  
    
    .flow h2 .large{
        font-size: 8vw;
    }
    .flow .wrap{
        display: block;
        margin-top: 10vw;
        padding-bottom: 24px;
    }
    .flow .flowbg{
        background: none;
    }
    .flow .flowBox{
        width: 100%;
    }
    .flow .square{
        margin-top: 48px;
    }
    .flow h3,
    .flow li .bold{
        font-size: 4vw;
    }
    .flow li{
        font-size: 3.2vw;
    }

/*-------- conversion --------*/
.conversion h2 {
margin: 0 0 46px;
font-size: 2em;
}

.conversion .text {
margin: 0 0 43px;
font-size: 1.4em;
}

.conversion .btn {
font-size: 1.4em;
}
.conversion .btn a {
padding: 18px 60px;
}

.conversion .btn a {
color: #fff;
}

/*-------- case --------*/
.case {
padding: 45px 0 30px;
}

.logoSlider {
	display: none;
}
.case h2 {
margin: 0 0 20px;
font-size: 4.8vw;
}

.case .slider {
width: 90.625vw;
margin: 0 auto;
}

.case .slider li {
width: 100%;
margin: 0;
}

.case .slider li:hover {
opacity: 1;
}

.case .slider li:hover .img {
transform: scale(1);
}

.case .slider li .img {
text-align: center;
}
.case .slider li .img img {
/*width: 100%;*/
display: inline-block;
max-width: inherit;
}

.case .slider li .txtBox {
padding: 4.8vw;
text-align: left;
background: #fff;
}

.case .slider li .txtBox h3 {
font-size: 4.266vw;
font-weight: bold;
line-height: 1.875;
letter-spacing: 2px;
}

.case .slider li .txtBox .cate {
margin: 0 0 2.4vw;
font-size: 3.733vw;
}

.case .slick-dots {
display: flex;
justify-content: center;
margin: 3.2vw auto 0;
}

.case .slick-dots li {
width: 2.66vw;
margin: 0 1.6vw;
min-height: inherit;
background: none;
filter: none;
}

.case .slick-dots li button {
width: 100%;
height: 2.66vw;
padding: 0;
text-indent: -9999px;
border: none;
border-radius: 1.33vw;
background: #999;
}

.case .slick-dots li.slick-active button {
background: #FFCF28;
}

.modal {
width: 90vw;
max-width: inherit;
height: 80vh;
max-height: inherit;
padding: 0;
}
.modal.modal02 {
    padding: 0;
}

.modalInner {
height: 100%;
overflow-y: scroll;
box-sizing: border-box;
}

.modal .close {
top: -8vw;
width: 6.4vw;
}

.modal .box {
display: block;
padding: 4vw;
box-sizing: border-box;
}

.modal .box .imgBox {
width: 100%;
}

.modal .box .imgBox p {
margin: 0 0 6vw;
}

.modal .box .txtBox {
width: 100%;
max-height: inherit;
overflow-y: inherit;
}

.modal .box .txtBox h2 {
margin: 0 0 1.6vw;
font-size: 4.8vw;
line-height: 1.5;
letter-spacing: 0.64vw;
}

.modal .box .txtBox .cate {
margin: 0 0 4vw;
}

.modal .box .txtBox h3 {
margin: 0 0 2.4vw;
font-size: 4.266vw;
line-height: 1.875;
}

.modal .box .txtBox .txt {
margin: 0;
font-size: 3.733vw;
}

.modal .box .txtBox .txt a {
width: auto;
margin: 4.8vw auto 0;
padding: 2.66vw 0;
font-size: 4.266vw;
}

.modal .prev-arrow {
top: 30vw;
left: 0;
bottom: auto;
width: 8vw;
height: 8vw;
z-index: 999;
}

.modal .next-arrow {
top: 30vw;
right: 0;
bottom: auto;
width: 8vw;
height: 8vw;
z-index: 999;
}

.modal .slick-dots {
padding: 4vw 0 0;
}

.modal .slick-dots li {
width: 2.4vw;
margin: 0 1.33vw;
}

.modal .slick-dots li button {
width: 100%;
height: 2.4vw;
border-radius: 1.2vw;
}

.modal02 .boxInner {
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
}
.modal02 .boxInner .imgBox {
width: 17.6vw;
margin: 0 0 5.333vw 8vw;
}
.modal02 .boxInner .imgBox .logo {
position: absolute;
top: 5px;
right: 5px;
width: 80px;
}

.modal02 .boxInner > h2 {
width: 50vw;
display: block;
margin: 0 0 5.333vw;
font-size: 5.333vw;
font-weight: bold;
line-height: 1.4;
}

.modal02 .boxInner > h2 span {
display: block;
font-size: 3.2vw;
font-weight: bold;
}

.modal02 .boxInner .txtBox {
width: 100%;
}

.modal02 .boxInner .txtBox .ico {
width: 24vw;
margin: 0 0 1vw;
}

.modal02 .boxInner .txtBox .txt {
font-size: 3.2vw;
line-height: 1.67;
}

.modal02 .boxInner .txtBox .type {
display: flex;
justify-content: flex-start;
flex-wrap: wrap;
margin: 4.8vw 0 0;
}

.modal02 .boxInner .txtBox .type li {
margin: 0 1.333vw 2.4vw 0;
padding: 1.0333vw 2.666vw;
font-size: 2.667vw;
line-height: 1.6;
border-radius: 3.2vw;
}

.modal02 .box h3 {
margin: 8vw 0 2.4vw;
font-size: 3.2vw;
}

.modal02 .box .func {
display: flex;
flex-wrap: wrap;
}

.modal02 .box .func li {
margin: 0 2.4vw 2.4vw 0;
}
.linkArea {
padding: 15% 0 5%;
width: 100%;
}

.linkArea .inner {
display: block;
max-width: inherit;
}

.linkArea .inner .contctBtn ,
.linkArea .inner .dlBtn {
width: 90.625%;
margin: 0 auto 10%;
}

.linkArea .inner a {
display: block;
padding: 16px 0 54px;
font-size: 18px;
font-weight: bold;
border: 3px solid #000;
border-radius: 10px;
}

.linkArea .inner .contctBtn a {
background: #fff url("/lp/cloud/img/ico_contact_01.png") no-repeat center 52px;
background-size: 32px auto;
}

.linkArea .inner .dlBtn a {
background: #fff url("/lp/cloud/img/ico_dl_01.png") no-repeat center 52px;
background-size: 32px auto;
}

.linkArea .inner .link {
width: 85%;
margin: 0 auto;
filter: drop-shadow(0 3px 10px rgba(0, 0, 0, .25));
}

.linkArea .inner .txt {
margin: 15px 0 0;
font-size: 14px;
font-weight: bold;
line-height: 1.75;
}

#contact {
padding: 50px 0 125px;
}

#contact h1 {
width: 70%;
margin: 0 auto 10%;
}

.main.complete h1 {
margin: 13px 0 0;
}

#contact h2 {
font-size: 1.6em;
}

#contact .text {
padding: 8% 0 0;
font-size: 1.2em;
}

#contact .dl_form {
width: 100%;
}

#contact dl dt,
#contact dl dd {
width: 100%;
font-size: 120%;
}

#contact dl dt {
margin: 0 auto 3px;
}

#contact dl dd {
margin: 0 auto 6px;
}

#contact dl dd:first-child {
margin-bottom: 0;
}

#contact input[type="text"],
#contact input[type="tel"] {
width: 100%;
margin: 0 auto 5px;
padding: 4.5%;
font-size: 120%;
line-height: 130%;
}

#contact  p {
font-size: 14px;
text-align: center;
}

#contact .submit {
margin: 40px 0 0;
}

#contact .dl_btn {
margin-top: 22px;
margin-bottom: 22px;
font-size: 120%;
background-size: 5px auto;
}

#contact input[type="submit"].dl_btn {
width: 50%;
margin: 0 auto;
padding: 9px 9px 9px 0;
color: #fff;
font-size: 12px;
font-weight: bold;
text-align: center;
background: #000 url(/img/ico_arw_01.png) no-repeat 90% center;
background-size: 5px auto;
}

#contact .form_kiyaku_box {
margin: 6% auto 4.5%;
width: 100%;
}

#contact .form_kiyaku_box p {
font-weight: normal;
}

#contact .form_kiyaku_box + p {
font-size: 120%;
}

.main.complete {
height: auto;
max-height: inherit;
padding: 40px 0 0;
min-height: inherit;
text-align: center;
background: none;
}

.main.complete .container {
display: block;
padding: 8% 0 15%;
}

.main.complete .container p {
font-size: 14px;
line-height: 1.875;
text-align: left;
}

.main.complete .imgBox {
width: 50%;
height: 142px;
margin: 20px auto;
}

.main.complete .imgBox .img01, .main.complete .imgBox .img02 {
display: block;
position: absolute;
width: 130px;
height: 92px;
box-shadow: 0 0 15px rgba(0, 0, 0, .16)
}

.main.complete .imgBox .img01 {
left: 0;
top: 0;
}

.main.complete .imgBox .img02 {
top: auto;
bottom: 0;
}

.main.complete .container .dlBtn {
width: 90%;
margin: 15% auto 0;
}

.main.complete .container .dlBtn a {
font-size: 120%;
}

.main.complete .container .back {
text-align: center;
}
.main.complete .container .back a {
font-size:14px;
}

/*-------- slider --------*/
.bx-wrapper {
margin: 0;
}

.bx-wrapper .bx-controls-direction a {
width: 45px;
height: 45px;
top: 45%;
}

.bx-wrapper .bx-prev {
left: -10px;
}

.bx-wrapper .bx-next {
right: -10px;
}
}


.contact {
width:1200px;
margin: 0 auto;
padding:51px 0 125px;
text-align:center;
}

.contact h2 {
margin:0 0 18px;
font-size:2.6rem;
font-weight:bold;
line-height:150%;
}

.contact h2.mb {
margin:0 0 63px;
}

.contact .lead {
margin:0 0 63px;
font-size:2rem;
font-weight: 700;
}

.contact .note {
margin:-53px 0 63px;
font-size:1.4rem;
}

.contact.complete .lead {
margin:0 0 280px;
}

.contact.complete .link {
margin: -150px 0 0;
font-size: 2rem;
}

.contact dl {
margin:0 0 43px;
letter-spacing:-0.4em;
text-align:left;
}

.contact dl dt {
display:inline-block;
width:150px;
margin:17px 0 0 240px;
font-size:1.6rem;
font-weight: 700;
letter-spacing:0;
vertical-align:top;
}
.contact dl dt.db {
margin:0 0 0 240px;
}

.contact.confirm dl dt {
margin:0 0 30px 240px;
}

.contact dl dd.select {
position: relative;
margin:-12px 0 0 193px;
}

.contact dl dd {
display:inline-block;
width:556px;
margin:0 193px 11px 0;
font-size:1.4rem;
letter-spacing:0;
}

.contact.confirm dl dd {
margin:0 193px 30px 0;
}

.contact label {
display: inline-block;
font-size: 14px;
}

.contact input[type="radio"] {
width: 14px;
height: 14px;
margin: 0 10px 0 0;
}

.contact dl dd.textarea {
vertical-align:middle;
}

.contact dl dd label {
display: inline-block;
width: 263px;
margin: 17px 0 0;
font-size: 14px;
}

.contact dl dd.w140 label {
width: 140px;
}

.contact dl dd.w140 label:nth-child(even) {
width: 120px;
}

.contact .select-group {
position: relative;
display: inline-block;
width: 280px;
padding: 0;
vertical-align: middle;
overflow: hidden;
border: 1px solid #bbb;
border-radius:4px;
background-color: #fff;
background-repeat: no-repeat;
box-sizing: border-box;
}

.contact select {
position: relative;
display: block;
width: 100%;
padding: 19px 18px;
color: #000;
font-size:100%;
border: none;
border-radius: 0;
background-color: transparent;
background-image: none;
box-sizing: border-box;
box-shadow: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
z-index: 1;
}

select::-ms-expand {
display: none;
}

.contact .select-group:before {
position: absolute;
top: 0;
right: 0;
bottom: 0;
width: 58px;
margin: auto;
content: '';
background:#cccccc url(/img/form_ico.gif) no-repeat center center;
z-index:0;
}

.contact input[type="text"] {
width:100%;
padding: 17.5px 18px;
font-size:100%;
line-height:150%;
border: 1px solid #bbb;
border-radius:4px;
box-sizing:border-box;
}

.contact input[type="password"] {
width:100%;
padding: 17.5px 18px;
font-size:100%;
line-height:150%;
border: 1px solid #bbb;
border-radius:4px;
box-sizing:border-box;
}

.contact input[type="tel"] {
width:50%;
padding: 17.5px 18px;
font-size:100%;
line-height:150%;
border: 1px solid #bbb;
border-radius:4px;
box-sizing:border-box;
}

.contact textarea {
width:100%;
height: 200px;
padding: 17.5px 18px;
font-family: 'Noto Sans Japanese', serif;
font-size:100%;
line-height:150%;
border: 1px solid #bbb;
border-radius:4px;
box-sizing:border-box;
}

.contact input[type="submit"] {
width:296px;
padding:18px 20px 18px 0;
color:#fff;
font-size:16px;
font-weight:bold;
text-align:center;
background:#000 url(/img/ico_arw_01.png) no-repeat right 40px center;
border:none;
box-sizing:border-box;
}

.contact input[type="button"] {
width:296px;
padding:18px 20px 18px 0;
color:#fff;
font-size:16px;
font-weight:bold;
text-align:center;
background:#000 url(/img/ico_arw_01.png) no-repeat right 40px center;
border:none;
box-sizing:border-box;
}

.contact.confirm input[type="button"] {
width:296px;
padding:18px 20px 18px 0;
color:#fff;
font-size:16px;
font-weight:bold;
text-align:center;
background:#000 url(/img/ico_arw_01.png) no-repeat 186px center;
border:none;
box-sizing:border-box;
}

.contact .submit {
margin:40px 0 0;
}

.contact ul {
letter-spacing:-0.4em;
}

.contact ul li {
display:inline-block;
margin:0 8px;
letter-spacing:0;
vertical-align:top;
}

.contact .pvp_txt_area h3, .contact .lead_area h3 {
margin: 0 0 14px;
padding: 0 0 0 7px;
border-left: 6px #161638 solid;
font-size: 120%;
font-weight: bold;
line-height: 1.5;
}
.contact .form_kiyaku_box p {
margin: 0 0 24px;
font-size:140%;
line-height:1.72;
}

.contact .pvp_txt_area p.right {
text-align: right;
}

.contact p {
font-size: 14px;
}
.contact .kiyaku {
margin: 50px 0 8px;
}

.contact .kiyaku a {
text-decoration: underline;
}

@media screen and (max-width: 1200px) {
/* .contact */

.contact {
width:93.75%;
}

.contact dl {
max-width:710px;
margin:0 auto 43px;
letter-spacing:-0.4em;
text-align:left;
}

.contact dl dt {
display:inline-block;
width:150px;
margin:17px 0 0;
font-size:160%;
letter-spacing:0;
vertical-align:top;
}
.contact dl dt.db {
margin:0;
}

.contact.confirm dl dt {
margin:0;
}

.contact dl dd.select {
position: relative;
margin:-12px 0 0;
}

.contact .select-group {
width:556px;
width:calc(100% - 150px);
}

.contact dl dd {
display:inline-block;
width:calc(100% - 150px);
margin:0 0 11px;
font-size:140%;
letter-spacing:0;
}

.contact.confirm dl dd {
margin:0 0 30px;
}

.form_kiyaku_box {
width:100%;
max-width:710px;
margin: 0 auto 4.5%;
}

}

@media screen and (max-width: 640px) {

#wrapper {
margin:0 auto -20px;
}

/* .contact */

.contact {
width:93.75%;
margin: 0 auto;
padding:10% 0 15%;
text-align:center;
}

.contact h1 {
width:70%;
margin:0 auto 10%;
}

.contact h2 {
margin:0 0 8%;
font-size:160%;
font-weight:bold;
line-height:150%;
}

.contact h2.mb {
margin:0 0 10%;
}

.contact .lead {
margin:0 0 10%;
font-size:1.4rem;
}

.contact .note {
margin:-8% 0 10%;
font-size:1.2rem;
}

.contact.complete .lead {
margin:0 0 50%;
}

.contact.complete .link {
margin: -20% 0 0;
font-size: 1.4rem;
}

.contact dl {
margin:0 0 6%;
}

.contact dl dt,
.contact dl dt.select,
.contact dl dt.textarea{
display:block;
width:auto;
margin:0 0 1%;
font-size:120%;
letter-spacing:0;
vertical-align:middle;
}

.contact dl dd,
.contact dl dd.textarea {
display:block;
width:auto !important;
margin:0;
font-size:120%;
letter-spacing:0;
}

.contact label {
padding: 5px 20px 15px 0;
}

.contact dl dd label {
width: 100%;
margin: 0;
box-sizing: border-box;
}

.contact dl dd label:nth-child(even) {
width: 100%;
}

.contact .select-group {
position: relative;
display: inline-block;
width: 100% !important;
margin:0 0 2%;
padding: 0;
vertical-align: middle;
overflow: hidden;
border: 1px solid #c4c4c4;
border-radius:2px;
background-color: #fff;
background-repeat: no-repeat;
box-sizing: border-box;
}

.contact select {
position: relative;
display: block;
width: 100%;
padding: 4.5%;
font-size:100%;
line-height: 130%;
border: none;
border-radius: 0;
background-color: transparent;
background-image: none;
box-shadow: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
z-index: 1;  
}


.contact .select-group:before {
position: absolute;
top: 0;
right: 0;
bottom: 0;
width: 13.4%;
margin: auto;
content: '';
background:#cccccc url(/img/form_ico.gif) no-repeat center center;
background-size:8px 8px;
z-index:0;
}

.contact input[type="password"] ,
.contact input[type="tel"] ,
.contact input[type="text"] {
width:100%;
margin:0 0 2%;
padding: 4.5%;
font-size:12px;
line-height:130%;
border: 1px solid #bbb;
border-radius:2px;
box-sizing:border-box;
}

.contact textarea {
width:100%;
height: 120px;
margin:0 0 2%;
padding: 4.5%;
font-family: 'Noto Sans Japanese', serif;
font-size:12px;
line-height:130%;
border: 1px solid #bbb;
border-radius:2px;
box-sizing:border-box;
}

.contact input[type="submit"] {
width:50%;
margin:0 auto;
padding:9px 9px 9px 0;
color:#fff;
font-size:12px;
font-weight:bold;
text-align:center;
background:#000 url(/img/ico_arw_01.png) no-repeat 90% center;
background-size:5px auto;
}

.contact.confirm input[type="button"] {
width:35%;
margin:0 5% 0 0;
padding:9px 9px 9px 0;
color:#161638;
font-size:12px;
font-weight:bold;
text-align:center;
border:2px solid #161638;
border-radius:5px;
background:url(/img/ico_arw_01.png) no-repeat 90% center;
background-size:5px auto;
}

.contact ul li {
width:10.2%;
margin:0 2%;
}

.confirm dt {
margin: 0 0 0 0!important;
padding: 0 0 0;
font-weight: bold;
}

.confirm dd {
margin: 0 0 0 !important;
padding: 0 0 12px;
}

.form_kiyaku_box {
margin: 0 auto 4.5%;
width:100%;
}

.contact .form_kiyaku_box + p {
font-size: 120%;
}
}

/* confirm */
.confirm dl dt {
margin:0 0 30px 240px;
}

.confirm dl dd {
display:inline-block;
width:556px;
margin:0 193px 30px 0;
font-size:1.4rem;
letter-spacing:0;
}

/* complete */
.complete .lead {
font-weight: 400;
}
