@charset "UTF-8";
/* CSS Document */
#fv {
    padding-top: 40px;
    text-align: center;
    background: url("../img/fv_bg.jpg") no-repeat center center / 100% auto;
    background-size: cover;
}
#fv > img {
    display: block;
    margin: 0px auto;
    max-width: 800px;
    width: 100%;
}
#fv #hikaku {
    position: relative;
}
#fv #hikaku img.pc,
#fv #hikaku img.sp{
    max-width: 920px;
    position: relative;
    z-index: 20;
    margin: 0px auto;
}
#fv #hikaku img.pc {
    width: 100%;
}
#fv #hikaku img.sp{
    width: 90%;
}
#fv #hikaku:before {
    content: "";
    display: block;
    width: 100%;
    height: 70%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto auto;
    /**background: rgba(255, 255, 255, 0.7);**/
    z-index: 10;
}
#fv .link_to_entry_img {
    max-width: 90%;
}
@media screen and (min-width:0px) and (max-width:1050px) {
    #fv {
        padding-top: 50px;
        background: url("../img/fv_bg.jpg") no-repeat center center / auto 100%;
    }
}
.logo {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 100px;
}
.logo img {
    display: block;
    width: 100%;
}
.infiniteslide {
    margin: 5px 0;
}
.infiniteslide li input, .infiniteslide li i, .infiniteslide li b {
    display: none;
}
.infiniteslide span {
    display: block;
    width: 130px;
    height: 70px;
    position: relative;
    margin: 0 20px;
}
.infiniteslide span img {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto auto;
}
.infiniteslide span img.tate {
    height: 100%;
    width: auto;
}
body, html {
    color: #0F2E4D;
    font-family: 'Noto Sans JP', sans-serif;
    background: #C2D9F2;
    margin: 0;
    padding: 0;
}
a {
    color: #0F2E4D;
}
ul {
    padding: 0;
}
li {
    list-style: none;
    margin: 0;
}
*::placeholder {
    color: #0F2E4D;
    opacity: 0.4;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
}
.btn {
    text-decoration: none;
    display: inline-block !important;
    box-shadow: 0px 4px 0px #dc4d06;
    position: relative;
}
.btn:hover {
    box-shadow: none;
    bottom: -4px;
}
.btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 50%;
    background: rgba(255, 255, 255, 0.2);
    border: solid 5px #FE5406;
    border-bottom: none;
    border-radius: 10px 10px 0 0;
    box-sizing: border-box;
}
.scrollBlock {
    background: #ffffff;
}
form {
    max-width: 900px;
    margin: 0px auto;
    padding: 0 20px;
}
form h2 {
    text-align: center;
    margin: 60px 0 40px 0;
}
form h3 {
    margin: 40px 0 20px 0;
    padding-left: 35px;
    position: relative;
}
form h3#entry:after{
    content: "";
    display: block;
    clear: both;
}
form h3#entry span{
    color: #FF4D4D;
    font-size: 12px;
    display: inline-block;
    line-height: 30px;
}
form h3 b {
    color: #ffffff;
    font-size: 18px;
    font-family: Arial, Helvetica, 'sans-serif';
    line-height: 30px;
    text-align: center;
    display: block;
    width: 30px;
    height: 30px;
    background: #0F2E4D;
    border-radius: 15px;
    position: absolute;
    top: 0;
    left: 0;
}
#service {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -6px;
}
#service li {
    width: 33.33%;
    padding: 6px;
    box-sizing: border-box;
}
@media screen and (min-width:0px) and (max-width:640px) {
    #service li {
        width: 50%;
    }
}
#service li input {
    display: none;
}
#service li label {
    display: block;
    height: 100%;
    padding: 10px;
    background: #ffffff;
    border-radius: 5px;
    box-sizing: border-box;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    position: relative;
    cursor: pointer;
}
#service li label:before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 5px;
    left: 5px;
    background:
        url("../img/icon_check.png") no-repeat center center / 100% auto, #CFDBE6;
    border-radius: 2px;
    z-index: 10;
}
#service li input:checked + label:before {
    background:
        url("../img/icon_check.png") no-repeat center center / 100% auto, #3399ff;
}
#service li input:checked + label:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    margin: -2px;
    position: absolute;
    top: 0;
    left: 0;
    border: solid 2px #3399ff;
    border-radius: 5px;
}
#service li label .tag {
    text-align: right;
    position: absolute;
    top: 0px;
    right: 5px;
    z-index: 10;
}
#service li label .tag i {
    color: #ffffff;
    font-size: 12px;
    font-style: normal;
    line-height: 1.0em;
    display: inline-block;
    padding: 4px;
    background: #0F2E4D;
    box-sizing: border-box;
    border-radius: 2px;
}
#service li label b {
    font-size: 11px;
    display: block;
    margin-top: 5px;
}
#service li label span {
    display: flex;
    height: 92px;
    border: solid 1px #CFDBE6;
    overflow: hidden;
    position: relative;
}
#service li label .font_s {
    text-align: left;
    display: block;
    font-size: 11px;
}
#service li label span img.tate {
    width: auto;
    height: 100%;
}
#service li:first-child label {
    font-size: 24px;
    padding: 20px;
    position: relative;
}
#service li:first-child label span {
    font-size: 12px;
    font-weight: normal;
    text-align: right;
    display: block;
    height: auto;
    border: none;
    margin-top: 10px;
}
#service li:first-child {
    width: 100%;
}
#service li:first-child label img{
    display: block;
    width: 50%;
    float: right;
    margin: 0 0 20px 10px;
}

#service li label span img {
    display: block;
    width: 90%;
    height: auto;
    margin: 0px auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto auto;
}
form dt {
    font-size: 15px;
    font-weight: bold;
}
footer {
    font-size: 10px;
    line-height: 1.0em;
    text-align: center;
    padding: 40px;
    opacity: 0.5;
}
form dt {
    margin: 15px 0 5px 0;
}
form dd {
    margin: 0;
}
form dd[class*=col] {
    display: flex;
}
form dd.col2 > * {
    display: block;
    width: 49% !important;
}
form dd.col2 span {
    width: 2% !important;
}
form dd.col3 > *:nth-child(2n-1) {
    width: 32%;
}
form dd.col3 > *:nth-child(2n) {
    width: 2%;
}
form dd input[type="text"], form dd input[type="tel"], form dd input[type="mail"], form dd select {
    color: #0F2E4D;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.0em;
    display: block;
    width: 100%;
    padding: 12px;
    background: #ffffff;
    border: none;
    border-radius: 5px;
    box-sizing: border-box;
}
form dd span {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.0em;
    text-align: center;
    display: block;
    padding: 12px 0;
}
form dd b {
    font-size: 12px;
    font-weight: normal;
    display: block;
    padding: 10px 0 5px 0;
}
#whitepaper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -6px;
    clear: both;
    justify-content: center;
}
#whitepaper li {
    width: 33.33%;
    padding: 6px;
    box-sizing: border-box;
}
#whitepaper li:first-child{
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2em;
    width: 100%;
}
#whitepaper li:first-child label{
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
}
#whitepaper li input {
    display: none;
}
#whitepaper li label {
    display: block;
    background: #ffffff;
    border-radius: 5px;
    overflow: hidden;
    height: 100%;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    position: relative;
    cursor: pointer;
    padding-bottom: 10px;
}
#whitepaper li input:checked + label {
    box-shadow: none;
}
#whitepaper li label:before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 5px;
    left: 5px;
    background:
        url("../img/icon_check.png") no-repeat center center / 100% auto, #CFDBE6;
    border-radius: 2px;
    z-index: 10;
}
#whitepaper li input:checked + label:before {
    background:
        url("../img/icon_check.png") no-repeat center center / 100% auto, #3399ff;
}
#whitepaper li input:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: solid 2px #3399ff;
    border-radius: 5px;
    box-sizing: border-box;
}
#whitepaper li label img {
    display: block;
    width: 100%;
}
#whitepaper li label .inner {
    margin: 10px;
}
#whitepaper li label .inner b {
    font-size: 14px;
    line-height: 1.2em;
}
#whitepaper li label .inner span {
    font-size: 10px;
    text-align: right;
    display: block;
    margin: 5px 0 0 0;
    position: absolute;
    bottom: 4%;
    right: 5%;
}
input[name="all15"] {
    display: none;
}
.btn {
    color: #ffffff;
    font-size: 24px;
    font-weight: normal;
    line-height: 100px;
    display: block;
    width: 100%;
    max-width: 460px;
    background: #FE5406;
    border: none;
    border-radius: 10px;
}
.btn:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 10px;
    background: url("../img/icon_download.png") no-repeat center center / 100% auto;
}
.btnarea {
    text-align: center;
    margin-top: 40px;
}
.btnarea #checklist {
    display: inline-block;
}
.btnarea #checklist input {
    display: none;
}
.btnarea #checklist label {
    font-size: 15px;
    line-height: 1.3em;
    text-align: left;
    display: block;
    margin: 10px 0;
    padding-left: 20px;
    cursor: pointer;
    position: relative;
}
.btnarea #checklist label:before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    background:
        url("../img/icon_check.png") no-repeat center center / 100% auto, #CFDBE6;
    border-radius: 2px;
    position: absolute;
    top: 2px;
    left: 0;
}
.btnarea #checklist input:checked + label:before {
    background:
        url("../img/icon_check.png") no-repeat center center / 100% auto, #3399ff;
}
.btnarea span {
    color: #FF4D4D;
    font-size: 12px;
    display: block;
    margin: 40px 0 0 0;
}
.btnarea label i {
    font-size: 12px;
    font-style: normal;
}
.btnarea button {
    margin: 40px auto;
}
.btnarea p {
    font-size: 12px;
    margin: 40px 0 0 0;
}
#loader-bg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #888;
    z-index: 1;
    opacity: 0.5;
}
#loader {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    margin-top: -100px;
    margin-left: -100px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    z-index: 2;
}

.caution_term {
    font-size: 13px;
    height: 200px;
    overflow-y: scroll;
    padding: 18px;
    margin: 30px 0;
    background: #f9f9f9;
    line-height: 1.5em;
}
.caution_term h1 {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
}
.caution_term h2 {
    font-size: 18px;
    margin: 30px 0 10px;
    background: #e7e9d7;
    text-align: center;
    padding: 5px;
    font-weight: bold;
}
.caution_term h3 {
    font-size: 14px;
    width: 100%;
    color: #171717;
    font-weight: bold;
    margin: 20px 0;
    border-bottom: 1px solid #e5ebeb;
    padding: 5px;
    text-align: left;
}
.caution_term p {
    padding-bottom: 15px;
    text-align: left;
}
.caution_term ol {
    text-align: left;
    padding-left: 20px;
}
.caution_term ol li {
    margin-bottom: 15px;
}
.caution_term ul li::marker {
    color: #fff;
}
.caution_term li {
    list-style: inherit !important;
}
.rule .rule-ul>li {
    margin-bottom: 15px;
    margin-left: 20px;
}
.rule .rule-ul>li:last-child {
    margin-bottom: 0;
}

.rule .dicimal-brackets li {
    list-style-position: inside;
}
span.small {
    width: 5%;
}
#service li label img.small_icon {
    width: 30%;
}
@media screen and (min-width:640px) {
    #fv .pc{display: block;}
    #fv .sp{display: none;}
}
@media screen and (max-width:640px) {
    .logo img {
        width: 85%;
    }
    #fv{
        padding-top: 40px;
        background: url(../img/fv_bg_sp.jpg) no-repeat center center / auto 100%;
	}
    #fv .pc{display: none;}
    #fv .sp{display: block;}

    #fv .head_img.sp {
        width: 90%;
    }

    .btn{
        font-size: 15px;
    }
    .btn:after{
        width: 15px;
        height: 15px;
    }

    #whitepaper li {
        width: 100%;
        padding: 6px;
        box-sizing: border-box;
    }

}

.hr_1 {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.heading01 .br_1 {
    display: none;
}

@media screen and (max-width:769px) {
    .heading01 {
        margin-right: 0;
        margin-left: 0;
    }
}
@media screen and (max-width:769px) {
    .heading01 .br_1 {
        display: block;
    }
}
@media screen and (max-width:640px) {
    form h2 {
        margin: 30px auto -20px;
        font-size: 1.2em;
    }
}




/*-- --------- --------- --------- --*/
/*-- 動的LP移行時の調整 --*/
/*-- --------- --------- --------- --*/
form h3 {
    text-align: center;
    padding: 0;
    position: relative;
    margin-bottom: 40px;
}
form h3::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 70px 0 70px;
    border-color: #0F2E4D transparent transparent transparent;
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -70px;
}
form h3::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 70px 0 70px;
    border-color: #C2D9F2 transparent transparent transparent;
    position: absolute;
    bottom: -27px;
    left: 50%;
    margin-left: -70px;
}
form h3 b {
    display: none;
}
#submit_1 {
    color: #ffffff;
    font-size: 24px;
    font-weight: normal;
    line-height: 100px;
    display: block!important;
    width: 100%;
    max-width: 460px;
    margin: 0 auto;
    background: #FE5406;
    border: none;
    border-radius: 10px;
    text-decoration: none;
    box-shadow: 0px 4px 0px #dc4d06;
    position: relative;
    cursor: pointer;
}

#submit_1:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 50%;
    background: rgba(255, 255, 255, 0.2);
    border: solid 5px #FE5406;
    border-bottom: none;
    border-radius: 10px 10px 0 0;
    box-sizing: border-box;
}
#submit_1:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 10px;
    background: url(/lp/common/img/icon_download.png) no-repeat center center / 100% auto;
}

#submit_1:hover {
    box-shadow: none;
    bottom: -4px;
}

@media screen and (max-width: 640px){
    .btn:after {
        width: 15px;
        height: 15px;
    }
}
