@charset "UTF-8";
/* CSS Document */


body{
    padding-top: 150px !important;
    text-decoration: none !important;
}
#mainbody.no_scroll  {
    overflow: hidden;
}  


.text-center {
    text-align: center !important;
}
img {
    max-width: 100%;
    height: auto;
}

.TooLogo {
    width: 100px;
    height: auto;
}
@media only screen and (max-width: 767px) {
    .TooLogo {
        width: 80px;
    }
}

header input[type="checkbox"], .menu_btn {
    display: none;
}
input[type=checkbox], input[type=radio], select header{
    cursor: pointer;
}

*::selection {
    background: rgb(0, 255, 0);
}
.text-emphasis::selection{
    background: #F500FF;
    color: rgb(0, 255, 0);

}




header {
    display: grid;
    grid-template-columns:1fr;
    line-height: 1;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    background-color: rgba(255,255,255,0.9);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

header > div {
padding: 13px 20px;
  align-self: center;
}
header > div:first-child {
    display: flex;
    align-items: center;
    line-height: 1;
    justify-content: space-between;
}
header > div .VarLogoWrap {
    display: flex;
    align-items: center;
    line-height: 1;
    justify-content: flex-end;
}
header .var {
    width: 170px;
}
header > div:nth-of-type(2) {
    padding: 8px;
    border-top: solid 1px #DDD;
    border-bottom: solid 1px #DDD;
}
header ul,
header li {
    padding: 0;
    margin: 0;
    list-style: none;
}
header ul {
    display: flex;
    width: 100%;
    justify-content: stretch;
  align-items: center;
  justify-content: flex-end;
}
header li {
    text-align: center;
    padding: 10px;
    font-size: 14px;
}

header a:link,
header a:visited {
    color: #000;
    text-decoration: none;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}

header a.inq_btn {
    padding: 8px 20px;
    background-color: #FFBA10;
    color: #000 !important;
    white-space: nowrap;
    font-weight: 400;
    font-size: 92%;
}

.catch {
    font-weight: 700;
    text-align: center;
    font-size: 22px;
    padding-bottom: 0;
    color: #888;
    line-height: 1;
    white-space: nowrap;
    letter-spacing: 1px;
    margin-left: 50px;
}
@media only screen and (max-width: 767px) {
    .catch {
        display: none;
    }
}
@media only screen and (max-width: 979px) {
header > div:nth-of-type(2) {
    height:0;
    padding: 0;
    border-bottom: none;
}
}


/*コストセーブ*/
#costsave_Allwrap {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    max-width: 1000px;
    margin-bottom: 80px;
    
}
.channel-html .z9a22bc{
    margin-bottom: 0 !important;
}

#costsave_wrap {
    margin-left: auto;
    margin-right: auto;
    display: none;
    background-color: rgba(241,241,241,0.9);
    padding: 25px;
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999;
    box-sizing: border-box;
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
#costsave_wrap  a:link,
#costsave_wrap  a:visited {
    color: #000;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
#costsave_wrap h2 {
    font-size: 140%;
    line-height: 1.2;
    margin-top: 0;
}
#costsave_wrap .desc {
    line-height: 1.5;
    font-size: 14px;
    text-align: left;
}
#costsave_btn {
    display: inline-block;
    padding: 25px 60px;
    color: #FFF;
    background-color: #fe00fe;
    cursor: pointer;
    text-decoration: none;
    transition: 0.2s;
    box-shadow: rgba(0,0,0,0.3) 0 2px 2px 0, rgba(0,0,0,0.1) 0 3px 5px 3px;
    border: solid 1px transerent;
    font-size: 16px;
    font-weight: 600;
}

/*  クローズボタン*/
#costsave_wrap .close_btn {
    position: absolute;
    right: 35px;
    top: 15px;
    cursor: pointer;
    width: 50px;
    height: 50px;
}
#costsave_wrap .close_btn img {
    width: 100%;
    height: auto;
}
.xs-show,
.small-show,
.medium-show {
    display: none;
}





@media only screen and (max-width: 374px) {
    .xs-show {
        display: block;
    }
}
@media only screen and (min-width: 375px) {
    .small-show {
        display: block;
    }
    .xs-show {
        display: none;
    }
    #costsave_wrap .desc {
        line-height: 1.6;
        font-size: 15px;
    }

}
@media only screen and (min-width: 415px) {
    .medium-show {
        display: block;
    }
    .xs-show,
    .small-show {
        display: none;
    }
}


@media only screen and (max-width: 414px) {
    #costsave_wrap .close_btn {
        right: 10px;
        top: 10px;
        cursor: pointer;
        width: 25px;
        height: 25px;
    }
}



#costsave_btn.btn_open {
    background-color: #3D3D3D;
    color: #FFF;
    box-shadow: rgba(0,0,0,0.2) 0 1px 2px inset;
}
#costsave_btn span:after {
    content: "▼";
}
#costsave_btn.btn_open span:after {
    content: "▲";
}
#costsave_btn:hover {
    background-color: #BC14BC;
    color: #FFF;
}
#costsave_btn.btn_open:hover {
    background-color: #5B5B5B;
    color: #FFF;
}
#costsave_btn:active {
    background-color: #007BAF;    
    box-shadow: none;color: #000;
}

#costsave {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 30px;
    background-color: #FFF;
    border-radius: 10px;
    box-shadow: rgba(0,0,0,0.05) 0 0 2px 0, rgba(0,0,0,0.1) 0 2px 5px 2px;
}



#costsave_wrap.show_cost {
    display: block !important;
    overflow: auto;
}
.miniText {
    color: #444;
    line-height: 1.4;
    font-size: 13px;
}
.go_inq {
    margin-top: 15px !important;
    font-size: 16px !important;
}
.tco {
    margin-top: 20px !important;
    font-size: 13px !important;
    text-align: left !important;
    color: #666 !important;
}
    #costsave_btn br {
        display: none;
    }

@media only screen and (max-width: 767px) {
    #costsave_wrap {
        border-radius: 10px;
        background-color: #f1f1f1;
        padding: 10px;
    }
    #costsave_btn {
        padding: 15px 40px;
    }
    #costsave {
        padding: 20px;
    }
    #costsave_wrap {
        padding: 20px;
    }
    #costsave {
        display: block;
        padding: 10px 20px;
        border-radius: 5px;
        margin-left: -20px;
        margin-right: -20px;
        border-radius: 0;
    }
    #costsave > div.col {
        width: auto;
    }
    #costsave_wrap h2 {
        font-size: 120%;
        line-height: 1.2;
    }
    #costsave_btn br {
        display: block;
    }

}
@media only screen and (max-width: 374px) {

    #costsave_wrap {
        padding: 15px;
    }
}




.nowrap {
    display: inline-block;
    white-space:nowrap;
}


/* Tooサービスメニュー */
.too_wrap {
    background-color: #222;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
.var {
    text-align: center;
    font-size: 36px;
    color: #FFF;
    font-weight: 700;
    line-height: 1.1;
}
.too {
    margin-left: auto;
    margin-right: auto;
    max-width: 1390px;
    padding: 80px 15px 160px;
    margin-bottom: 0;
}
.too h1 {
    text-align: center;
    font-size: 52px;
    margin-bottom: 100px;
    line-height: 1.2;
    color: #FFF;
}
.too h1 br {
    display: none;
}
.too_menu {
/*    display: grid;
    grid-template-columns:1fr;
    grid-gap: 40px;*/
    text-align: center;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}
.too_menu > div{
    background-color: #F8F8F8;
    position: relative;
    border-radius: 15px;
}

.btn {
    border-radius: 50px;
}
.btn:hover {
    text-decoration: none;
}    

.too_menu a.too_btn {
    display: inline-block;
    padding: 30px 50px ;
    min-width: 110px;
    background-color: #00ff00;
    color: #000;
    font-size: 18px;
    line-height: 1;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 600;
    transition: 0.5s;
    text-decoration: none;
}
.too_menu a.too_btn:hover {
    background-color: #07A607;
}
.too_menu .too_btn_wrap {
    background-color: #F4F4F4;
    padding: 30px 20px 50px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.too_menu dt {
    font-size: 80%;
    margin-bottom: 10px;
    color: #666666;
    line-height: 1.2;
}
.too_menu dd {
    font-size: 125%;
    font-weight: 600;
}
.how_to_succeed {
    font-size: 120%;
    margin-top: 30px;
}


.okigaru {
    font-size: 22px;
    margin-bottom: 20px;
    color: #444;
    margin-top: 30px;
}
.inq_wrap {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
.too_menu_inner { padding: 0 30px 10px ;}

.too_wrap_catch_wrap {
    margin-bottom: 20px;
    padding: 50px 50px 0;
}

p.too_wrap_catch {
    display: block;
    font-size: 160%;
    font-weight: 600;
    margin-bottom: 20px;
}
p.aeer{
    margin-bottom: 10px;
}
p.too_wrap_desc {
    display: block;
    font-size: 120%;
    margin-bottom: 10px;
}

.inq_wrap_btm {
    padding-bottom: 150px;
}
.inq_wrap a.inq_btn,
#costsave_wrap a.inq_btn {
    display: inline-block;
    background-color: #F0B114;
    font-size: 18px;
    padding: 20px 28px; 
    color: #000;
    font-weight: 600;
    min-width: 300px;
    transition: 0.5s;
    text-decoration: none;
}
@media only screen and (max-width: 767px) {
    #costsave_wrap a.inq_btn {
        background-color: #F0B114;
        font-size: 15px;
        padding: 14px 20px; 
        min-width: 200px;
    }
}
.inq_wrap a.inq_btn:hover {
    background-color: #C48C00;
    color: #FFF;
}
.inq_wrap .var {
    margin-bottom: 30px;
}
.inq_too {
     color: #222;
    font-size: 120%;
    font-weight: 600;
    display: inline-block;
    margin-top: 20px;
    color: #000;
    text-decoration: none;
}


/* フッター */
footer {
    padding: 40px 30px;
    border-top: solid 1px #DDD;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
footer a:link,
footer a:visited{
    text-decoration: none;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}

footer .footer_link {
    display: grid;
    grid-template-columns:55% 1fr 1fr;
    grid-gap:  25px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1390px;
}
footer div {
    order: 2;
}
footer .too_logo {
    align-self: end;
    order: 1;
}

footer .footer_link dt {
    font-weight: 800;
    color: #444;
    color: #666;font-size: 90%;
}
footer .footer_link dd {
    color: #666;font-size: 76%;
}
footer .copyright {
    font-size: 12px;
    color:#666;
    line-height: 1.1;
    margin-top: 10px;
}
footer .mb {
    margin-bottom: 15px;
}
footer a:link,
footer a:visited {
    color: #000;
}

@media only screen and (max-width: 979px) {
  /*メニューボタン*/
    .menu_btn {
        position: fixed;
        top: 10px;
        right: 10px;
        display: flex;
        height: 50px;
        width: 50px;
        justify-content: center;
        align-items: center;
        z-index: 90;
        background-color: rgba(255,255,255,0.11);
        cursor: pointer;
        z-index: 9999;
    }
    .menu_btn span,
    .menu_btn span:before,
    .menu_btn span:after {
        content: '';
        display: block;
        height: 3px;
        width: 25px;
        border-radius: 3px;
        background-color: #000;
        position: absolute;
        transition: 0.5s;
    }
    .menu_btn span:before {
        bottom: 8px;
    }
    .menu_btn span:after {
        top: 8px;
    }
    
    #nav_btn_check:checked ~ .menu_btn span {
        background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
    }
    #nav_btn_check:checked ~ .menu_btn span::before {
        bottom: 0;
        transform: rotate(45deg);
        background: #FFF;
    }
    #nav_btn_check:checked ~ .menu_btn span::after {
        top: 0;
        transform: rotate(-45deg);
        background: #FFF;
    }    
    header a.inq_btn {
        background-color: #e7a90f;
        max-width: 250px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
    }

    
    .menu_btn span, .menu_btn span:before, .menu_btn span:after {
        content: '';
        display: block;
        height: 3px;
        width: 25px;
        border-radius: 3px;
        background-color: #000;
        position: absolute;
        transition: 0.5s;
    }
    .menu_btn span:after {
        top: 8px;
    }

    
    .menu_btn {
        position: fixed;
        top: 10px;
        right: 10px;
        display: flex;
        height: 50px;
        width: 50px;
        justify-content: center;
        align-items: center;
        z-index: 90;
        background-color: rgba(255,255,255,0.11);
        cursor: pointer;
        z-index: 9999;
    }
    /* スマホメニュー　全体のラッパー*/
   .menu_content {
        top:0;
        height: 0vw;
        width: 100vw;
        left: 0;
        right: 0;
        bottom: auto;
        display: none;
       padding-top: 80px;
       -webkit-backdrop-filter: blur(7px);
        backdrop-filter: blur(7px);
       transition: 1s;
       opacity: 0;
    }
    #nav_btn_check:checked ~ .menu_content {
       opacity: 1;
        display: block;
        position: absolute;
        top:0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100vw;
        height: 100vh;
        background-color: rgba(0,0,0,0.80);
        z-index: 999;
        color: #FFF;
        font-size: 16px;
    }
    #nav_btn_check:checked ~ .menu_content li{
        padding: 0;
    }
    #nav_btn_check:checked ~ .menu_content li:first-child a{
        border-top:  solid 1px rgba(255,255,255,0.4);
    }
    #nav_btn_check:checked ~ .menu_content li a:hover {
       text-decoration: none;
    }
    #nav_btn_check:checked ~ .menu_content li a{
        padding: 20px 10px;
        font-size: 16px;
        border-bottom:  solid 1px rgba(255,255,255,0.4);
        display: block;
    }
    header a:link,
    header a:visited {
        color: #FFF;
    }
    .varLogo {
        margin-right: 50px;
    }
    header .var {
        width: 160px;
    }
}
    
    
.section.z62E3C7 {
    padding-bottom: 50px;
}
    
    
@media only screen and (max-width: 767px) {

    .too h1 {
        font-size: 240%;
    }
    .too h1 br {
        display: block;
    }

    .too_menu {
        display: block;
    }
    .too_menu > div {
        margin-bottom: 50px;
    }
    .too_menu a.too_btn {
        margin-top: 10px;
        padding: 18px 30px;
    }
    .too_menu dt {
        font-size: 100%;
    }
    .too_menu dd {
        font-size: 145%;
    }
    
    .too_menu > div{
        border-radius: 15px;
    }
    .too_menu .too_btn_wrap {
        bottom: 20px;
    }
    
    footer .footer_link {
        display: block;
        text-align: center;
    }
    footer .footer_link div:first-child {
        margin-bottom: 15px;
    }
    footer .too_logo {
        margin-top: 30px;
        text-align: center;
    }
}


