@charset "UTF-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/earlyaccess/sawarabimincho.css);

body {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.clear {
    clear: both;
}

.mincho {
    font-family: "Sawarabi Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.tal {
    text-align: left;
}

.tac {
    text-align: center;
}

.tar {
    text-align: right;
}

.pb80 {
    padding-bottom: 80px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mt60 {
    margin-top: 60px;
}

.mt70 {
    margin-top: 70px;
}

.mt80 {
    margin-top: 80px;
}

.mt90 {
    margin-top: 90px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb70 {
    margin-bottom: 70px;
}

.mb80 {
    margin-bottom: 80px;
}

.mb90 {
    margin-bottom: 90px;
}

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

    .pb80 {
        padding-bottom: 10.6vw;
    }

    .mt10 {
        margin-top: 1.33vw;
    }

    .mt20 {
        margin-top: 2.66vw;
    }

    .mt30 {
        margin-top: 4vw;
    }

    .mt40 {
        margin-top: 5.33vw;
    }

    .mt50 {
        margin-top: 6.66vw;
    }

    .mt60 {
        margin-top: 8vw;
    }

    .mt70 {
        margin-top: 9.33vw;
    }

    .mt80 {
        margin-top: 10.6vw;
    }

    .mt90 {
        margin-top: 12vw;
    }

    .mb10 {
        margin-bottom: 1.33vw;
    }

    .mb20 {
        margin-bottom: 2.66vw;
    }

    .mb30 {
        margin-bottom: 4vw;
    }

    .mb40 {
        margin-bottom: 5.33vw;
    }

    .mb50 {
        margin-bottom: 6.66vw;
    }

    .mb60 {
        margin-bottom: 8vw;
    }

    .mb70 {
        margin-bottom: 9.33vw;
    }

    .mb80 {
        margin-bottom: 10.6vw;
    }

    .mb90 {
        margin-bottom: 12vw;
    }

}

.re {
    position: relative;
}

.ab {
    position: absolute;
    z-index: 2;
}

.Flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.juc {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.jus {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.alc {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

a {
    transition: 0.3s ease-in-out;
}

a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    cursor: pointer;
}





/****************/
.lp {
    color: #444444;
}

.lp * {
    box-sizing: border-box;
}

.lp img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
img {
    margin: 0 auto;
}
.sp {
    display: none;
}

.w1000_garage {
    padding-left: 1em;
    padding-right: 1em;
    max-width: 1020px;
    margin-left: auto;
    margin-right: auto;
    background: auto;
}

@media screen and (max-width: 768px) {
    .sp {
        display: block;
    }

    .pc {
        display: none;
    }

    .lp {
        font-size: 3.2vw;
    }

}

.lp h3 {
    font-weight: bold;
}

.bold {
    font-weight: bold;
}

.dblock {
    display: block;
}

.white {
    color: #ffffff;
}

.yellow {
    color: #ffff00;
}

.gray1 {
    color: #777777;
}

.red {
    color: #e50013;
}

.red1 {
    color: #b20000;
}

.red2 {
    color: #d80000;
}

.green {
    color: #008c68;
}

.blue {
    color: #006797;
}

.bg_red {
    background-color: #d90000;
}

.bg_gray {
    background-color: #eeeeee;
}

.bg_gray1 {
    background: url(/common/images/lp/n_garage/bg.jpg);
}

.bg_gray2 {
    background-color: #333333;
}

.bg_gray3 {
    background-color: #f5f5f5;
}

.bg_gray4 {
    background-color: #444444;
}

.bg_gray5 {
    background-color: #f3f3f3;
}

.bg_white {
    background-color: #ffffff;
}

.bg_blue {
    background-color: #00a3e8;
}

.bg_blue2 {
    background-color: #006dd9;
}

.bg_green {
    background-color: #008c69;
}

.bg_orange {
    background-color: #ff8000;
}

.bg_orange2 {
    background-color: #ff5c26;
}

.bg_orange3 {
    background-color: #ff8000;
}

.lh1 {
    line-height: 1;
}

.bb {
    border-bottom: 6px solid #787878;
}

.arrow-d {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 35px 32.5px 0 32.5px;
    border-color: #797472 transparent transparent transparent;
    margin: 0 auto;
}

.arrow-d-w {
    border-color: #ffffff transparent transparent transparent;
}

@media screen and (max-width: 768px) {
    .bb {
        border-bottom: 3px solid #787878;
    }

    .arrow-d {
        border-width: 22px 17px 0 17px;
    }

}

.font64 {
    font-size: 64px;
}

.font49 {
    font-size: 49px;
}

.font41 {
    font-size: 41px;
}

.font39 {
    font-size: 39px;
}

.font33 {
    font-size: 33px;
}

.font28 {
    font-size: 28px;
}

.font29 {
    font-size: 29px;
}

.font26 {
    font-size: 26px;
}

.font25 {
    font-size: 25px;
}

.font23 {
    font-size: 23px;
}

.font20 {
    font-size: 20px;
}

.font17 {
    font-size: 17px;
}

.font18 {
    font-size: 18px;
}

.font16 {
    font-size: 16px;
}

.font15 {
    font-size: 15px;
}

.haifem {
    font-size: .5em;
}

.ttl {
    padding: 20px 10px;
}

.ttl1 {
    border-bottom: 2px solid #dddddd;
    padding-bottom: .5em;
}

@media screen and (max-width: 1000px) {
    .font64 {
        font-size: 54px;
    }

    .font49 {
        font-size: 39px;
    }

    .font41 {
        font-size: 31px;
    }

    .font39 {
        font-size: 29px;
    }

    .font33 {
        font-size: 23px;
    }

    .font29 {
        font-size: 19px;
    }

    .font28 {
        font-size: 18px;
    }

    .font26 {
        font-size: 18px;
    }

    .font25 {
        font-size: 18px;
    }

    .font23 {
        font-size: 16px;
    }

    .font20 {
        font-size: 16px;
    }

    .font17 {
        font-size: 13px;
    }

    .font18 {
        font-size: 13px;
    }

    .font16 {
        font-size: 13px;
    }

    .font15 {
        font-size: 13px;
    }
}

@media screen and (max-width: 768px) {
    .font64 {
        font-size: 7vw;
    }

    .font49 {
        font-size: 6.5vw;
    }

    .font41 {
        font-size: 5vw;
    }

    .font39 {
        font-size: 5vw;
    }

    .font33 {
        font-size: 4.4vw;
    }

    .font29 {
        font-size: 3.8vw;
    }

    .font28 {
        font-size: 3.7vw;
    }

    .font26 {
        font-size: 3.46vw;
    }

    .font25 {
        font-size: 3.33vw;
    }

    .font23 {
        font-size: 3.2vw;
    }

    .font20 {
        font-size: 3.2vw;
    }

    .font17 {
        font-size: 3.2vw;
    }

    .font18 {
        font-size: 3.2vw;
    }

    .font16 {
        font-size: 3.2vw;
    }

    .font15 {
        font-size: 3.2vw;
    }
}



@media screen and (max-width: 768px) {
    body {
        background: none;
    }


}


/******************
ページ
******************/
.g_container {
    width: 100%;
    max-width: 1315px;
    margin: 0 auto;
}
img {
    max-width: 100%;
}
#garage .main_bnrtext {
    margin: 65px 0 106px;
    color: #fff;
    font-weight: bold;
}
#garage .main_bnr {
    background: url(/common/images/lp/n_garage/mainbnr.png)no-repeat;
    height: 568px;
    text-align: center;
}
#garage .main_text01 {
    font-size: 3.8rem;
}
#garage .main_text02 {
    font-size: 5.5rem;
    margin: 16px 0 0 24px;
}
#garage .g_safettl01 {
    color: #00a4e5;
    text-align: center;
    font-size: 45px;    
    position: relative;
}
#garage .g_safettl01::before {
    content: "";
    position: absolute;
    background: url(/common/images/lp/n_garage/ttlfig01.png)no-repeat;
    width: 31px;
    height: 63px;
    left: 29%;
    transform: translate(-50%, 0);
    top: -15px;
}
#garage .g_safettl01::after {
    content: "";
    position: absolute;
    background: url(/common/images/lp/n_garage/ttlfig02.png)no-repeat;
    width: 28px;
    height: 65px;
    right: 26.5%;
    transform: translate(-50%, 0);
    top: -15px;
}
#garage .g_safettl02 {
    text-align: center;
    font-size: 54px;
    color: #00a4e5;
    margin: 20px 0 0 0;
}
#garage .garage_safe {
    margin: 60px 0;
}
#garage .g_safelist {
    display: flex;
    flex-wrap: wrap;
    margin: 40px 0;
    justify-content: space-between;
}
#garage .g_safelist .g_safeitem {
    border: 5px solid #00a5e6;
    width: 31%;
    border-radius: 7px;
    position: relative;
    text-align: center;
    margin: 0 0 25px 0;
}
#garage .g_safelist .g_safestatus {
    position: absolute;
    left: -22px;
    background: #00a5e6;
    color: #fff;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    top: -20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
}
#garage .g_safefig {
    text-align: right;
    margin: -6px 0 0 0;
    position: relative;
    z-index: -1;
}
#garage .g_safelist .g_safecaption {
    color: #444444;
    font-weight: 600;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 18px;
    line-height: 1.3;
    padding: 0 0 15px 0;
}
#garage .g_safelist .g_safecaption span {
    color: #00a5e5;
}
#garage .g_problem {
    background: #f0fafe;
    padding: 35px 0 0 0;
}
#garage .g_problemsec {
    display: flex;
    align-items: center;
    justify-content: center;
}
#garage .g_problemfig {
    position: relative;
    right: -65px;
}
#garage .g_problemtext01 {
    font-size: 28px;
    font-weight: bold;
    color: #797472;
    line-height: 1.5;
}
#garage .g_problemtext01 span {
    position: relative;
}
#garage .g_problemtext01 span::before {
    content: "・";
    position: absolute;
    top: -29px;
    font-size: 36px;
    left: -6px;
}
#garage .g_problemtext01 em {
    font-size: 30px;
    font-style: normal;
}
#garage .g_problemtext02 {
    font-size: 32px;
    font-weight: 600;
    color: #00a4e5;
    line-height: 1.3;
    background: linear-gradient(to bottom, transparent 0 57%,#ffff00 42% 78%,transparent 79% 100%);
    display: inline-block;
}
#garage .g_problemdetail {
    padding: 64px 75px;
    background: url(/common/images/lp/n_garage/g_problembg.png) no-repeat;
    margin: -37px 0 0 0;
}
#garage .g_intro {
    margin: 60px 0;
}
#garage .g_introttlsec {
    position: relative;
}
#garage .g_introttlsec::before {
    content: "";
    position: absolute;
    background: url(/common/images/lp/n_garage/ttlfig03.png)no-repeat;
    width: 57px;
    height: 123px;
    left: 17%;
    transform: translate(-50%, 0);
}
#garage .g_introttlsec::after {
    content: "";
    position: absolute;
    background: url(/common/images/lp/n_garage/ttlfig04.png)no-repeat;
    width: 57px;
    height: 123px;
    right: 16%;
    transform: translate(-50%, 0);
    top: 0;
}
#garage .g_introttl01 {
    text-align: center;
    font-size: 43px;
    color: #00a4e5;
}
#garage .g_introttl02 {
    color: #00a4e5;
    text-align: center;
    font-size: 60px;
    line-height: 1.3;
}
#garage .g_introtxt {
    text-align: center;
    color: #444;
    font-size: 23px;
    font-weight: bold;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    padding: 20px 0 50px 0;
    line-height: 1.3;
}
#garage .g_speed {
    background: #f0fafe;
    padding: 60px 0;
    text-align: center;
}
#garage .g_speedttl {
    text-align: center;
    font-size: 45px;
    line-height: 1.3;
    color: #00a4e5;
    position: relative;
}
#garage .g_speedttl::before {
    content: "";
    position: absolute;
    background: url(/common/images/lp/n_garage/ttlfig05.png)no-repeat;
    width: 57px;
    height: 236px;
    left: 16%;
    transform: translate(-50%, 0);
}
#garage .g_speedttl::after {
    content: "";
    position: absolute;
    background: url(/common/images/lp/n_garage/ttlfig06.png)no-repeat;
    width: 57px;
    height: 236px;
    right: 14%;
    transform: translate(-50%, 0);
    top: 0;
}
#garage .g_speedttl .g_speedttl_bd {
    background: linear-gradient(to bottom, transparent 0 57%,#ffff00 42% 78%,transparent 79% 100%);
}
#garage .g_speedttl .g_speedttl_red {
    color: #d80000;
}
#garage .g_speedbnr {
    margin: 30px 0;
}
#garage .ms__flow {
    margin: 100px 0;
}

#garage .ms__flow-tit {
    color: #00a4e6;
    font-size: 3rem;
    padding-bottom: 45px;
}
#garage .ms__flow ul li {
    border: 4px solid #00a4e6;
    border-radius: 70px;
    position: relative;
    padding: 12px 5px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
#garage .ms__flow ul li + li {
    margin-top: 65px;
}
#garage .ms__flow ul li + li::before {
    content: '';
    background: url(/common/images/lp/n_garage/d-arw.png)no-repeat;
    width: 41px;
    height: 21px;
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translate(-50%, -50%);
}
#garage .ms__flow ul li figure {
    width: 10%;
    position: relative;
    left: -7px;
    z-index: -1;
}

#garage .ms__flow-bl {
    width: 80%;
}
#garage .ms__flow-txt01 {
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1;
    color: #444;
}

#garage .ms__flow-txt02 {
    font-size: 19px;
    font-weight: bold;
    padding: 10px 0 0;
    line-height: 1;
    color: #444;
}

#garage .ms__flow-txt02 a {
    color: #d80000;
    text-decoration: underline;
}
#garage .ms__flow .g_container {
    width: 100%;
    max-width: 1225px;
}
#garage #ft__soudan {
    width: 100%;
    background: #D90000;
    text-align: center;
    padding: 30px 0;
    margin: 40px 0 0 0;
    color: #fff;
    font-size: 23px;
    font-weight: bold;
    position: relative;
    line-height: 1;
}
#garage .ft__soudan {
    position: relative;
}
#garage .ft__soudan span {
    position: absolute;
    top: -48px;
    left: 50%;
    transform: translate(-298%, 0);
}
#garage #ft__soudan::after {
    content: "";
    background: url(/common/images/lp/n_garage/ftsoudan_darw.png) no-repeat;
    position: absolute;
    width: 47px;
    height: 25px;
    background-size: cover;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: -24px;
}
#garage #contact {
    padding: 27px 0 20px;
    line-height: 1;
}
#garage #contact .w1000 {
    padding-left: 0;
    padding-right: 0;
}
article.estimate_form {
    background: #FFF;
}
.footer_wrap,
.footer_nav_container {
    display: none;
}
#garage .footer_nav_bottom {
    width: 100%;
    max-width: 980px;
    border-top: none ;
}
@media screen and (max-width: 960px) {
    body {
        font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif !important;
    }
    #garage .g_safettl01 {
        font-size: 30px;
    }
    #garage .g_safelist .g_safecaption br {
        display: none;
    }
    #garage .g_safettl01::before {
        left: 24%;
    }
    #garage .g_safettl01::after {
        right: 21.5%;
    }
    #garage .g_safettl02 {
        font-size: 36px;
    }
    #garage .g_safelist {
        margin: 40px 15px;
    }
    #garage .g_safelist .g_safestatus {
        left: -15px;
        width: 30%;
        height: 30%;
        top: -20px;
        font-size: 21px;
    }
    #garage .g_problemdetail {
        padding: 52px 40px;
        background: url(/common/images/lp/n_garage/g_problembg.png) no-repeat;
        background-size: contain;
        width: 70%;
    }
    #garage .g_problemtext01,
    #garage .g_problemtext01 em,
    #garage .g_problemtext02 {
        font-size: 25px;
    }
    #garage .g_problemtext01 br {
        display: none;
    }
    #garage .g_introttl01 {
        font-size: 35px;
    }
    #garage .g_introttl02 {
        font-size: 45px;
    }
    #garage .g_introttlsec::before {
        left: 7%;
    }
    #garage .g_introttlsec::after {
        right: 3%;
    }
    #garage .g_speedttl {
        font-size: 40px;
    }
    #garage .g_speedttl::before {
        left: 6%;
    }
    #garage .g_speedttl::after {
        right: 0;
    }
}
@media screen and (max-width: 768px) {
    .g_container {
        width: 90%;
    }
    #garage .main_bnr {
        background: url(/common/images/lp/n_garage/main_spbnr.png)no-repeat;
        height: auto;
        background-size: cover;
    }
    #garage .main_bnrtext {
        margin: 70px 0 70px;
    }
    #garage .main_text01 {
        font-size: 2rem;
    }
    #garage .main_text02 {
        font-size: 2.5rem;
        margin: 16px 0 0 0;
    }
    #garage .g_safelist {
        margin: 40px 0;
    }
    #garage .g_safelist .g_safeitem {
        width: 47%;
    }
    #garage .g_problemdetail {
        padding: 52px 42px 52px 57px;
        background: url(/common/images/lp/n_garage/g_problembg.png) no-repeat;
        background-size: contain;
        width: 100%;
    }
    #garage .g_problemfig {
        position: relative;
        right: -50px;
    }
    #garage .g_problemtext01, #garage .g_problemtext01 em, #garage .g_problemtext02 {
        font-size: 23px;
    }
    #garage .g_introttl01 {
        font-size: 31px;
    }
    #garage .g_introttl02 {
        font-size: 40px;
    }
    #garage .g_introttlsec::after {
        right: 0;
    }
    #garage .g_speedttl {
        font-size: 35px;
    }    
    #garage .ms__flow .g_container {
        width: 90%;
        max-width: 1225px;
    }
    #garage .ms__flow {
        margin: 50px 0;
    }
    #garage .ms__flow-tit {
        font-size: 1.6rem;
        padding-bottom: 30px;
    }
    #garage .ms__flow ul li {
        padding: 12px 15px;
        border-radius: 20px;
    }
    #garage .ms__flow ul li + li {
        margin-top: 40px;
    }
    #garage .ms__flow ul li + li::before {
        top: -23px;
    }
    #garage .ms__flow ul li figure {
        width: 15%;
    }
    #garage .ms__flow-bl {
        width: 100%;
    }
    #garage .ms__flow-txt01 {
        font-size: 1.2rem;
    }
    #garage .ms__flow-txt02 {
        font-size: 14px;
        padding: 7px 0 0;
        line-height: 1.3;
    }
    #garage #ft__soudan{
        padding: 11px 0;
        margin: 40px 0 0 0;
        font-size: 18px;
    }
    #garage .ft__soudan-sp {
        position: relative;
        padding: 0 0 0 0;
    }
    #garage .ft__soudan-sp::after {
        content: "";
        background: url(/common/images/lp/n_garage/ele_spform-darw.png) no-repeat;
        width: 40px;
        height: 21px;
        position: absolute;
        bottom: -29px;
        background-size: cover;
        transform: translate(-50%, -50%);
        left: 50%;
    }
    #garage .ft__soudan-sp span {
        position: absolute;
        top: -23px;
        left: 40%;
        transform: translate(-142%, 0);
    }
    #garage #ft__soudan span img {
        max-width: 100%;
        width: 75%;
    }
}
@media screen and (max-width: 450px) {
    #garage .g_safettl01 {
        font-size: 20px;
    }
    #garage .g_safettl01::before {
        left: 14%;
        top: -18px;
        background-size: 24px;
    }
    #garage .g_safettl01::after {
        right: 6.5%;
        top: -18px;
        background-size: 20px;
    }
    #garage .g_safettl02 {
        font-size: 23px;
    }
    #garage .g_safelist .g_safeitem {
        width: 100%;
    }
    #garage .g_safelist .g_safestatus {
        width: 25%;
        height: 25%;
        font-size: 20px;
        z-index: 9;
    }
    #garage .g_safelist .g_safecaption {
        padding: 0 10px 15px 10px;
    }
    #garage .g_problem {
        padding: 52px 0 0 0;
    }
    #garage .g_problemfig {
        right: 0;
        width: 28%;
    }
    #garage .g_problemdetail {
        padding: 25px 13px;
        background: #fff;
        background-size: initial;
        height: auto;
        border-radius: 42px;
    }
    #garage .g_problemtext01, #garage .g_problemtext01 em, #garage .g_problemtext02 {
        font-size: 15px;
        padding: 0;
    }
    #garage .g_problemtext01 span::before {
        top: -20px;
        font-size: 24px;
        left: -6px;
    }
    #garage .g_introttl01,
    #garage .g_introttl02 {
        font-size: 23px;
    } 
    #garage .g_introttlsec::before {
        left: 5%;
        background-size: 30px;
        width: 40px;
    }
    #garage .g_introttlsec::after {
        right: -11%;
        background-size: 30px;
        width: 40px;
    }
    #garage .g_introtxt {
        font-size: 18px;
    }
    #garage .g_introtxt br {
       display: none;
    }
    #garage .g_speedttl {
        font-size: 20px;
    }
    #garage .g_speedttl::before {
        left: 4%;
        background-size: 30px;
        width: 40px;
    }  
    #garage .g_speedttl::after {
        right: -11%;
        background-size: 30px;
        width: 40px;
    }  
    #contact .estimate_form_title2 {
        font-size: 17px;
     }
     #contact section.sec01 label, section.sec07 .sec07inner2 label {
         font-size: 19px;
         font-weight: bold;
     }
}
