/*
Theme Name:ちょい電書
*/
:root {
    scroll-behavior: unset;
}
body {
    font-family: 'Noto Sans JP', sans-serif;
}
a:hover{
    text-decoration: none;
}
.navbar-bg{
    background: rgba(255,255,255,.8);
    transition: all 1s;
}
.navbar img{
    height:30px;
}
.main{
    position: relative;
    z-index: 1;
}
.main img{
    /* width:100%; */
}
.main img.pc{
    margin-bottom: -200px;
}
.menu{
    display: none;
}
.m-navhead{    
    padding: 0px 30px 0px 33px;
    height: 74px;
}
.navbar-nav{
    height: 24px;
}
.nav-link{
    padding:0px;
}
.nav-item{
    font-size: 1em;
    display: inline-block;
    position: relative;
    transition: all 0.5s;
    margin-left: 30px;
    font-weight: 500;
}
.nav-item a{
    color:#1a83cc;
}
.nav-itembtn{
    margin-left: 60px;
    position: relative;
    bottom: 14px;
}
.nav-item:hover:before{
    content: '';
    position: absolute;
    left: 50%;
    bottom: -8px;
    display: inline-block;
    width: 30px;
    height: 2px; /*下線の太さ*/
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%); /*位置調整*/
    background-color: #1a83cc; /*下線の色*/    
}
.navbar-expand-md .navbar-nav .nav-link{
    padding-left: 0;
    padding-right:0;
}
.navbar-brand{
    transition: 0.3s;
    width: 172px;
    height: 35px;
    padding: 0px;
}
.navbar-brand:hover{
    opacity: 0.6;
}
.btn-nav{
    color:white;
    border-radius: 10px;
    font-size:22px;
    padding:10px auto 12px auto;
    width: 250px;
    height: 54px;
    line-height: 44px;
}
.btn-nav:hover{
    border:1px solid #69AE50;
}

.top-arrow{
    width: 130px !important;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.main {
    position: relative;
    z-index: 1;
    background-image: url('../img/main_bg.png');
    background-position: center bottom -80px;
    background-size: auto 110%;
    background-repeat: no-repeat;
    min-height: 768px;
    max-height: 1076px;
    height: 56.04vw; /*幅が1920pxのときの高さ1076pxを基準として、縦横比を維持する*/
}
.main .flex{
    height: 100%;
}
.main h1{
    height: 100%;
}
.main h1 img.mainimg{
    position: absolute;
    z-index: 1;
    width:27.5vw;
    max-width: 528px;
    min-width: 360px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-41%);
    height: auto;
}

.main h1 img.maintxt01,.main h1 img.maintxt02{
    position: absolute;
    z-index: 1;
    max-width: 40px;
    min-width: 28px;
    width:2.13vw;
    top: 50%;
}
.main h1 img.maintxt02{
    right: 24.53%;
    top: 50%;
    transform: translate(0,-41%);
}
.main h1 img.maintxt01{
    left: 24.63%;
    top: 50%;
    transform: translate(0,-41%);
}
@media screen and (max-width:1300px) {
    .main h1 img.maintxt01{
        left: 20%;
    }
    .main h1 img.maintxt02{
        right: 20%;
    }
}
.top-arrow {
    width: 130px !important;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}



.container-middle{
    width:100%;
    margin:0 auto;
    max-width:1322px;
}
section{    
    padding-bottom: 140px;
}
.box{
    width:100%;
    margin:0 auto;
}
.bg-blue,.bg-white,.bg-lightblue{
    padding-left: 8%;
    padding-right: 8%;
}
.box-maxwidth{
    max-width:1240px; 
    margin: 0 auto;
    padding-left: 0px ;
    padding-right: 0px ;
}
.bg-blue{
    background:#1a83cc;
    position: relative;
    z-index: 2;
}
.bg-white{
    background:white;
}
.bg-lightblue{
    background:#e6f3fb;
}


.box-rounded{
    border-radius: 15px;
}
.box-book-max{
    max-width: 700px;
    margin: 0 auto;
}
.box-image{
    padding: 10px 5%;
    text-align: center;
}
.box-image img{
    width: 77%;
    margin: 0 auto;
}
.box-text{
    padding: 20px 10%;
}
.box-text h3{
    text-align: center;
    line-height: 1.5;
    font-size: 1.5em;
    font-weight: 700;
    margin-bottom:30px;
}
.box-text p{
    font-size: 1em;
    line-height: 2;
    margin-bottom: 0px;
}
.box-text p small{
    color:rgb(123, 123, 123);
    font-size:0.8em;
    line-height: 1;
}
.inner-box{
    margin: 0px auto;
    /* padding: 0px 40px; */
    padding-bottom: 30px;
}
.inner-box h4{
    text-align: center;
    font-size:1.5em;
    font-weight: 700;
    color:#1a83cc;
}
.inner-header{
    text-align: center;
    border-bottom:1px solid #9c9c9c;
}
.inner-header p{
    font-weight: 700;
}
.inner-body{
    height:auto;
}
.inner-body p, .inner-body dl{
    font-size: 16px;
    margin-top: 20px;
    line-height: 1.7em;
    margin-bottom:0px;
}
.inner-body dt{
    float:left;
    width:37%;
}
.inner-body dd{
    margin-bottom: 0px;
    padding-left: 37%;
}

span.price{
    font-size: 48px;
    margin-right: 10px;
    margin-left:10px;
}
h2.h2-white, h2.h2-blue{
    color:white;
    font-size: 40px;
    text-align: center;
    width:100%;
    margin-top: 80px;
    letter-spacing: 1px;
    font-weight: 700;
    margin-bottom:60px;
}
h2.h2-blue{
    color:#1a83cc;
}
h3{
    width: 100%;
}
h3 img{
    width: 100%;
}
h3.h3cho-white{
    color:white;
    position: relative;
    text-align: center;
    height: 200px;
    width: 90%;
    left: 50%;
    margin-top: 113px !important;
    transform: translate(-50%,0);
}
h3.h3cho-white span{
    margin: 0 auto;
    text-align: center;
    line-height: 2em;
    top: 30px;
    position: relative;
}
.h3cho-white:before{
    content:'';
    display: inline-block;
    background:url('../img/balloon_before.png') no-repeat;
    background-size: 100% 100%;
    width: 350px;
    height: 192px;
    position: absolute;
    left: -98px;
}
.h3cho-white:after{
    content:'';
    display: inline-block;
    background:url('../img/balloon_after.png') no-repeat;
    background-size: 100% 100%;
    width: 244px;
    height: 192px;
    position: absolute;
    top: 0px;
    right: 0px;
}
.h3cho-white,.h3cho-white2{
    max-width: 1152px;
}
.h3cho-white2:before{
    background:url('../img/balloon_before_2.png') no-repeat;
    background-size: 100% 100%;
}
h3.h3cho-blue {
    position: relative;
    text-align: center;
    height: 100px;
    width: 75%;
    left: 50%;
    transform: translate(-50%,0);
}
h3.h3cho-blue span{
    margin: 0 auto;
    text-align: center;
    line-height: 36px;
    top: 10px;
    position: relative;
    font-size: 24px;
    font-weight: 700;
}
.h3cho-blue:before{
    content:'';
    display: inline-block;
    background:url('../img/balloon_before_blue.png') no-repeat;
    background-size: 100% 100%;
    width: 196px;
    height: 100px;
    position: absolute;
    left: 0px;
}
.h3cho-blue:after{
    content:'';
    display: inline-block;
    background:url('../img/balloon_after_blue.png') no-repeat;
    background-size: 100% 100%;
    width: 109px;
    height: 100px;
    position: absolute;
    top: 0px;
    right: 85px;
}


h3.h3cho-blue2 {
    position: relative;
    text-align: center;
    height: 133px;
    max-width: 932px;
    left: 50%;
    transform: translate(-50%,0);
}
h3.h3cho-blue2 span{
    margin: 0 auto;
    text-align: center;
    position: relative;
    top: 36%;
    font-size: 32px;
    font-weight: bold;
    color:#0083CC;
}
.h3cho-blue2:before{
    content:'';
    display: inline-block;
    background:url('../img/contact_choi_left.png') no-repeat;
    background-size: 100% 100%;
    width: 333px;
    height: 140px;
    position: absolute;
    left: -121px;
}
.h3cho-blue2:after{
    content:'';
    display: inline-block;
    background:url('../img/contact_choi_right.png') no-repeat;
    background-size: 100% 100%;
    width: 232px;
    height: 140px;
    position: absolute;
    top: 0px;
    right: -42px;
}

.top-section{
    position: relative;
    z-index: 100;
}
.top-section:before{
    content:'';
    height: 50px;
    width: calc(50% - 1130px * 0.45 * 0.5);
    background:#1a83cc;
    display: inline-block;
    position: absolute;
}
.top-section:after{
    content:'';
    height: 50px;
    width: calc(50% - 1130px * 0.45 * 0.5);
    background:#1a83cc;
    display: inline-block;
    position: absolute;
    right:0;
    top: 0;
}
.page-white-top{
    background:url('../img/page-top.svg') no-repeat;
    background-size: 738px 100%;
    background-position: 50%;
    height: 50px;
}
.page-white{
    background:url('../img/book_bottom_deep.png') no-repeat;
    background-size: 45% 100%;
    background-position: 50%;
    height: 50px;
}
#contact.page-confirm .page-white{
    background-image: none;
    height: 50px;
}
.page-blue{    
    background: url('../img/book_top_deep.png') no-repeat;
    background-size: 45% 100%;
    background-position: 50%;
    height: 50px;
}
.page-lightblue{
    background:url('../img/book_bottom_light.png') no-repeat;
    background-size: 45% 100%;
    background-position: 50%;
    height: 50px;
}


.dokusho-link{    
    padding: 0px 15%;
    display: block;
}
a.dokusho-link{
    color:black;
    text-decoration: none;
}
a.dokusho-link h4{
    font-size:1.5em;
    margin-top: 1.7em;
    font-weight: 700;
}
a.dokusho-link:hover{
    color:#1a83cc;
}
a.dokusho-link p{
    font-size:1.1em;
}
.btn-pc-01{
    position: relative;
    top: -30px;
}
.btn-pc-02{
    position: relative;
    top: -32px;
}
.btn-big,.btn-big2{
    width:560px;
    font-size: 24px;
    font-weight: 500;
    padding: 17px 0px;
    border-radius: 10px;
}
.btn-success{
    background:#69AE50;
    border: 3px solid #69AE50;
}
.btn-success:hover{
    color: #69AE50;
    background-color: #ffffff;
    border: 3px solid #69AE50;
    font-weight: 700;
}
.btn-column{
    margin-top: 70px;
    color: #0083CC;
    border: 3px solid #0083CC;
}
.btn-column:hover{
    margin-top: 70px;
    color: #FFFFFF;
    background-color: #0083CC;
    border: 3px solid #0083CC;
}



.fc-blue{
    color:#1a83cc;
}
.fw-bold{
    font-weight: 700;
}
.fs-small{
    /* font-size: 1.1em; */
    font-size: 16px;
    line-height: 2;
}


ul.ul-check{
    padding:70px;
    padding-top:52px;
}
ul.ul-check li{
    font-size: 1.5em;
    list-style: none;
    padding-left: 40px;
    margin-bottom: 10px;
    background: url(../img/icn_check.png) no-repeat;
    background-size: 28px;
}


.price-list{
    display: flex;
}

.price-left{
    font-size: 0.72em;
    font-weight: 700;
    width:20%;
    color:#1a83cc;
}
.price-right{
    display: flex;
    width:80%;
    font-size: 1.1em;
}
.price-right .bikou{    
    text-align: left;
    font-size: 14px;
    line-height: 1.8;
    padding: 45px 30px 0px 30px;
}
.price-right .bikou p{
    display: inline;
}
.price-right .bikou a{
    color: white;
}

.bikou a.link:after, .bikou .link:after{    
    margin-left: 10px;
    content: '';
    background: url(../img/icn_link_w.png) no-repeat;
    width: 13px;
    background-size: 13px 13px;
    height: 13px;
    display: inline-block;
}
.price-child,.price-child-left{
    text-align: center;
    width:25%;
    padding:20px 10px;
}
.price-child:nth-child(2),.price-child:nth-child(3){
    border-right: 1px solid #cccccc;
}
.price-child > div{
    line-height: 1em;
}
.price-child-left{
    width: 100%;
    padding-right: 30px;
    font-size: 16px;
}
.price-child > div > span.price{
    font-size: 32px;
    font-weight: normal;
    margin-right: 5px;
    margin-left: 5px;
}
.price-child > div > small{    
    font-size: 0.8em;
    position: relative;
    top: -5px;
    left: 1px;
}
.price-child > div > p{
    padding-top: 8px;
}
.price-child > div > p > small{
    font-size:0.7em;
    margin-top:10px;
}
.child-header{
    height:50px;
    font-weight: 500;
    line-height: 2em;
    margin-bottom: 30px;
    font-size: 18px;
}
.price-header{
    text-align: center;
    margin: 75px 0px;
}
.price-header h3{
    font-weight: 700;
    font-size:1.5em;
    margin-bottom: 45px;
}
.price-blue{
    border-radius:20px;
    background:#1a83cc;
    color:white;
}
.price-box-sm{
    max-width: 1320px;
    margin: 0 auto;
}
dl.faq-dl{
    margin-top:50px;
}
dl.faq-dl dt{
    position: relative;
    z-index:20;
    padding:47px 60px;
    width: fit-content;
    background:#1a83cc;
    border-radius: 20px 20px 0px 20px;
    color:white;
    font-size: 1.5em;
}
dl.faq-dl dt p, dl.faq-dl dd p{
    margin-bottom:0px;
    line-height: 2em;
}
dl.faq-dl dt div,dl.faq-dl dd div{
    position: relative;
}
dl.faq-dl dt div:before{
    content:'Q.';
    color:white;
    line-height: 1em;
    font-size: 32px;
    position: absolute;
    top: 2px;
}

dl.faq-dl dt p{    
    padding-left: 55px;
    font-size: 22px;
}
dl.faq-dl dd{
    z-index: 10;
    position: relative;
    top: -25px;
    margin-left: 130px;
    padding: 55px 70px 40px 55px;
    width: 90%;
    background: #e6f3fb;
    border-radius: 30px 30px 30px 0px;
    color: black;
    margin-bottom: 40px;
}

dl.faq-dl dd p{
    padding-left: 44px;
    font-size: 16px;
}
dl.faq-dl dd p a{
    color:#0083CC
}
dl.faq-dl dd div:before{
    for i in `seq -w 0 23`; do echo $i `cat all.log | grep "27/Apr/2023:$i" | grep "GET \/" | grep -ive "GET /.*\.\(css\|js\|jpg\|gif\|png\|ico\)\ HTTP" | egrep -iv "dummy connection|robots\.txt" | wc -l`; done;content: 'A.';
    color: #1a83cc;
    line-height: 1em;
    font-size: 32px;
    font-weight: 500;
    position: absolute;
    top: -2px;
}
span.s-blue{
    color:#0083cc;
    font-weight: 700;
}
a.link:after, .link:after{    
    margin-left: 10px;
    content: '';
    background: url(../img/icn_link.png) no-repeat;
    width: 13px;
    background-size: 13px 13px;
    height: 13px;
    display: inline-block;
}
.column-box {
    width: 380px;
    margin: auto;
}
.column-thumbnail{
    width: 380px;
    height: auto;
    border-radius: 30px;
}
.column-category-date{
    margin: 33px 0 10px;
    font-size: 12px;
}
.column-category{
    color: #ffffff;
    background-color: #0083cc;

    display: inline-block;
    padding: .35em .65em;
    margin-right: 5px;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 30px;
}
.column-title{
    font-size: 24px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
}

table.contact-table{
    width:100%;
}

table.contact-table > tbody > tr > th{
    vertical-align: top;
    width: 30%;
    line-height: 44px;
}
.contact-box{
    max-width: 1170px;
    margin: 60px auto;
    padding: 50px 90px 60px 100px;
    
}
.form-control{
    height: 44px;
}
.priv-text{
    width: 534px;
    margin: 0 auto;
    text-align: left;
    line-height: 20px;
    padding-left: 10px;
    position: relative;
}
.priv-text:before{
    content:'※';
    font-size:12px;
    position: absolute;
}
.priv-text p{
    text-align: left;
    padding-left: 14px;
    font-size: 12px;
}
.priv-text p a{
    color: #0083cc;
}
.mwform-checkbox-field-text{
    font-size:16px;
}
.link2:after{
    margin-left: 5px;
    content: '';
    background: url(../img/icn_link.png) no-repeat;
    width: 12px;
    background-position: 0px 0px;
    background-size: 12px 12px;
    height: 12px;
    display: inline-block;
}
table.contact-table > tbody > tr > td > span > textarea{
    height: 150px;
}
table.contact-table > tbody > tr > th > span{
    color:white;
    background:#CC000E;
    padding:3px 9px;
    font-size:0.8em;
    font-weight: normal;
    border-radius: 10px;
    margin-left: 10px;
}
textarea.form-control{
    height: 145px;
}
.mw_wp_form .error{
    position: relative;
    top: -27px;
}
#contact.page-confirm .contact-box .contact-table{
    margin-bottom: 30px;
}
#contact.page-confirm .contact-box .priv-text {
    display: none;
}

.completebox{
    width: 60vw;    
    height: 94.4vh;
    margin: 0 auto;
}
.completebox p{
    width: 42vw;
    max-width: 825px;
    min-width: 550px;
    margin-top: 60px;
    text-align: center;
}

.completebox p.mini:before{
    content:'※';
    font-size:12px;
    position: absolute;
}
.completebox p.mini{
    margin-top: 30px;
    font-size:12px;
    color: #707070;
    margin-bottom: 100px;
    text-align: left;
}
.completebox p.mini span{
    padding-left: 20px;
    display: block;
}
#bottom {
    padding-bottom: 80px;
}
.bottom-logo {
    width: 219px;
    height: 44px;
    display: inline-flex;
}
.bottom-logo:hover {
    opacity: 0.6;
}
.bottom-logo-wrapper {
  width: fit-content;
  margin: 0 auto;
  padding: 80px 30px 0;
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 30px;
  justify-content: center;
}
.bottom-isms-and-privacy-wrapper {
  grid-column: 2/3;
  grid-row: 1/2;
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-template-rows: repeat(2, auto);
  column-gap: 20px;
}
.bottom-isms-mark {
  grid-column: 1/2;
  grid-row: 1/2;
  height: 60px;
  justify-self: center;
}
.bottom-isms-text {
  grid-column: 1/2;
  grid-row: 2/3;
}
.bottom-privacy-mark {
  grid-column: 2/3;
  grid-row: 1/2;
  height: 40px;
}
.bottom-privacy-mark img {
  height: 80px;
}
.wrapper {
    width: 100%;
    max-width: 240px;
    margin: 0 auto;
}
.bottom-link {
    padding: 0;
    margin-top: 20px;
    font-size: 16px;
    text-decoration: none;
}
.bottom-link a {
    height: 24px;
    color: #2d2d2d;
    text-decoration: none;
}
.bottom-link a {
    height: 24px;
    color: #2d2d2d;
    text-decoration: none;
}
.bottom-link a:hover {
    color: #0083cc;
}
.bottom-link-list > li {
    display: inline-block;
    margin-right: 0px;
}
.bottom-link-list > li.full-width::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 18px;
    background-color: #c9c9c9;
    margin: 0 0 0 5px;
    vertical-align: middle;
}
footer {
    background:#1a83cc;
    padding:20px 0px;
    text-align: center;
}
footer p{
    color:white;
    font-size:0.8em;
    margin-bottom: 0px;
}

.c-d1{height:40px; }
.c-d2{height:50px; padding-top:18px;}
.c-d3{height:50px; padding-top:35px; font-size: 12px; font-weight: normal;}
.c-d4{height:40px;}
.c-d5{height:40px;}
.c-d6{height:40px;}
.c-d7{height:50px; padding-top:35px; font-size: 12px; font-weight: normal}
.c-d8{height:40px;}
.c-d9{height:40px;}
.c-d10{height:40px;}
.c-d11{height:50px; padding-top:35px; font-size: 12px; font-weight: normal}
.c-d12{height:40px;}
.c-d13{height:40px;}
.c-d14{min-height:40px;padding-top: 45px;}
.price-left .c-d4,.price-left .c-d5,.price-left .c-d6,
.price-left .c-d8,.price-left .c-d9,.price-left .c-d10,
.price-left .c-d12,.price-left .c-d13{height: 53px;line-height: 53px;}
.price-right .c-d4,.price-right .c-d5,.price-right .c-d6,
.price-right .c-d8,.price-right .c-d9,.price-right .c-d10,
.price-right .c-d12,.price-right .c-d13{height: 53px;font-size:24px;line-height: 53px;}
.bikou div:before{
    content:'※';
    font-size:12px;
    position: absolute;    
}
.bikou div span{
    padding-left: 18px;
    display: block;
}
span.error{
    font-size: 0.9em;
    color: red;
}
.form-control{
    margin-bottom: 30px;
    padding: 10px 20px;
}
.btn-send{
    font-size: 1.5em;
    padding: 15px 150px;
    border-radius: 10px;
}
.btn-back{
    margin-top: 20px;
    color: #0083CC;
    text-decoration: underline;
    font-size: 1rem;
    padding: 0;
    background: rgba(255,255,255,0);
    border: none;
}
.btn-back:hover {
  color: #0083CC;
  text-decoration: none;
}

.mwform-checkbox-field{
    margin-bottom: 30px;
    display: block;
}
.mb-0{
    margin-bottom: 0px !important;
}
.form-control::placeholder{
    color:#cbcbcb;
}
.pt01{padding-top: 1px;}
.w50{width: 50%;}
.w60{width: 60%;}
.w70{width: 70%;}
.w80{width: 80%;}
.w90{width: 90%;}
.w100{width: 100%;}
.pr-30{padding-right: 30px;}
.pr-35{padding-right: 35px;}
.pr-40{padding-right: 40px;}
.pr-45{padding-right: 45px;}
.pr-50{padding-right: 50px;}
.pr-55{padding-right: 55px;}
.pr-60{padding-right: 60px;}
.pr-65{padding-right: 65px;}
.pr-70{padding-right: 70px;}
.pr-75{padding-right: 75px;}
.pr-80{padding-right: 80px;}
.pl-30{padding-left: 30px;}
.pl-35{padding-left: 35px;}
.pl-40{padding-left: 40px;}
.pl-45{padding-left: 45px;}
.pl-50{padding-left: 50px;}
.pl-55{padding-left: 55px;}
.pl-60{padding-left: 60px;}
.pl-65{padding-left: 65px;}
.pl-70{padding-left: 70px;}
.pl-75{padding-left: 75px;}
.pl-80{padding-left: 80px;}
.pb-30{padding-bottom: 30px;}
.pb-35{padding-bottom: 35px;}
.pb-40{padding-bottom: 40px;}
.pb-45{padding-bottom: 45px;}
.pb-50{padding-bottom: 50px;}
.pb-55{padding-bottom: 55px;}
.pb-60{padding-bottom: 60px;}
.pb-65{padding-bottom: 65px;}
.pb-70{padding-bottom: 70px;}
.pb-75{padding-bottom: 75px;}
.pb-80{padding-bottom: 80px;}
.pt-30{padding-top: 30px;}
.pt-35{padding-top: 35px;}
.pt-40{padding-top: 40px;}
.pt-45{padding-top: 45px;}
.pt-50{padding-top: 50px;}
.pt-55{padding-top: 55px;}
.pt-60{padding-top: 60px;}
.pt-65{padding-top: 65px;}
.pt-70{padding-top: 70px;}
.pt-75{padding-top: 75px;}
.pt-80{padding-top: 80px;}
.mb-30{margin-bottom: 30px !important;}
.mb-35{margin-bottom: 35px !important;}
.mb-40{margin-bottom: 40px !important;}
.mb-45{margin-bottom: 45px !important;}
.mb-50{margin-bottom: 50px !important;}
.mb-55{margin-bottom: 55px !important;}
.mb-60{margin-bottom: 60px !important;}
.mb-65{margin-bottom: 65px !important;}
.mb-70{margin-bottom: 70px !important;}
.mb-75{margin-bottom: 75px !important;}
.mb-80{margin-bottom: 80px !important;}
.mb-85{margin-bottom: 85px !important;}
.mb-90{margin-bottom: 90px !important;}
.mt-30{margin-top: 30px !important;}
.mt-35{margin-top: 35px !important;}
.mt-40{margin-top: 40px !important;}
.mt-45{margin-top: 45px !important;}
.mt-50{margin-top: 50px !important;}
.mt-55{margin-top: 55px !important;}
.mt-60{margin-top: 60px !important;}
.mt-65{margin-top: 65px !important;}
.mt-70{margin-top: 70px !important;}
.mt-75{margin-top: 75px !important;}
.mt-80{margin-top: 80px !important;}
.fs05{font-size:0.5em;}
.fs06{font-size:0.6em;}
.fs07{font-size:0.7em;}
.fs08{font-size:0.8em;}
.fs09{font-size:0.9em;}
.lh30{line-height: 30px;}
.pc,.pc-big { display: block !important; }
.sp,.sp-big { display: none !important; }

.torigcheck{
    display: none;
}
@media screen and (min-width:1921px) {
    .main h1 img.maintxt02{
        left: calc(50% + 418px);
    }
    .main h1 img.maintxt01{
        left: calc(50% - 483px);
    }
}
@media screen and (max-width: 1455px){
    .h3cho-white span{
        font-size: 22px;
        top: 50px !important;
    }
    .box-text h3{
        font-size: 1.35em;
    }
    .btn-big,.btn-big2{
        width:340px;
        font-size: 20px;
        font-weight: 500;
        padding: 17px 0px;
        border-radius: 10px;
    }
    a.dokusho-link h4{
        font-size:1.3em;
    }
    .price-child-left{
        font-size:15px;
    }
}
@media screen and (max-width:1386px) {
    .price-child-left{
        font-size:14px;
    }
}
@media screen and (max-width:1311px) {
    .price-child-left{
        font-size:13px;
    }
}
@media screen and (max-width:1300px) {
    h3.h3cho-blue span {
        font-size: 20px;
        top: 5px;
    }
}
@media screen and (max-width:1256px) {
    .price-left .c-d4, .price-left .c-d5, .price-left .c-d6, .price-left .c-d8, .price-left .c-d9, .price-left .c-d10, .price-left .c-d12, .price-left .c-d13 {
        height: 50px;
        line-height: 20px;
    }
    .price-right .c-d4, .price-right .c-d5, .price-right .c-d6, .price-right .c-d8, .price-right .c-d9, .price-right .c-d10, .price-right .c-d12, .price-right .c-d13 {
        height: 50px;
        line-height: 20px;
    }
}
@media screen and (max-width: 1218px){
    .inner-box{
        min-height: 312px;
    }
}
@media screen and (max-width: 1150px) {
    .btn-big,.btn-big2{
        width: 210px;
        font-size: 17px;
        font-weight: 500;
        padding: 10px 0px;    
    }
    h3.h3cho-blue span {
        font-size: 18px;
        top: 5px;
    }
}
@media screen and (max-width:1066px) and (min-width:769px){
    .nav-item {
        font-size: 13px;
        margin-left: 15px;
    }
    .nav-item:first-child {
        margin-left: 0px;
    }
    .nav-itembtn {
        margin-left: 20px;
    }
    .btn-nav {
        font-size: 16px;
        width: 129px;
        height: 50px;
    }
}
@media screen and (max-width: 1000px) {
    h3.h3cho-blue span {
        font-size: 16px;
    }
}
@media screen and (max-width: 993px) {
    .inner-box{
        min-height: 339px;
    }
}
@media screen and (max-width: 975px) {
    .btn-big,.btn-big2{
        width: 210px;
        font-size: 17px;
        font-weight: 500;
        padding: 10px 0px;    
    }
    .h3cho-white span {
        font-size: 20px;
        top: 55px !important;
        left: 10px;
    }
}
@media screen and (max-width:919px){
    .h3cho-white span {
        font-size: 19px;
    }
}
@media screen and (max-width:900px){
    .pc-big{display: none !important;}
    .sp-big{display: block !important;}

    h3.h3cho-white{
        max-width: 420px;
        color:white;
        position: relative;
        text-align: center;
        height: 265px;
        width: 100%;
        left: 50%;
        transform: translate(-50%,0);
        background: url(../img/balloon_choisan_w_sp.png) no-repeat;
        background-position: 50% 193px;
        background-size: 50px 71px;
    }
    h3.h3cho-white2{
        background: url(../img/balloon_choisan_w2_sp.png) no-repeat;
        background-position: 50% 193px;
        background-size: 50px 71px;
        max-width: 420px;
    }
    h3.h3cho-white span{    
        font-size: 16px;
        top: 100px;
        width: 70%;
        left: 0px;
        top: 25px !important;
        display: block;
    }
    .h3cho-white:before{
        content:'';
        display: inline-block;
        background:url('../img/balloon_before_w_sp.png') no-repeat;
        background-size: 100% 100%;
        width: 70%;
        height: 200px;
        position: absolute;
        left: 0px;
    }
    .h3cho-white:after{
        content:'';
        display: inline-block;
        background:url('../img/balloon_after_w_sp.png') no-repeat;
        background-size: 100% 100%;
        width: 63%;
        height: 200px;
        position: absolute;
        top: 0px;
        right: 0px;
    }

    h3.h3cho-blue{
        position: relative;
        text-align: center;
        height: 178px;
        width: 100%;
        left: 50%;
        transform: translate(-50%,0);
        background: url('../img/balloon_choisan_blue_sp.png') no-repeat;
        background-position: 50% 118px;
        background-size: 42px 60px;
        max-width: 375px;
    }
    h3.h3cho-blue span{    
        font-size: 16px;
        top: 100px;
        width: 70%;
        left: 0px;
        top: 10px !important;
        display: block;
        font-weight: 700;
        line-height: 1.7em;
    }
    .h3cho-blue:before{
        content:'';
        display: inline-block;
        background:url('../img/balloon_before_blue_sp.png') no-repeat;
        background-size: 100% 100%;
        width: 85px;
        height: 125px;
        position: absolute;
        left: 0px;
    }
    .h3cho-blue:after{
        content:'';
        display: inline-block;
        background:url('../img/balloon_after_blue_sp.png') no-repeat;
        background-size: 100% 100%;
        width: 149px;
        height: 125px;
        position: absolute;
        top: 0px;
        right: 0px;
    }

    .btn-big,.btn-big2{
        width: 90%;
        font-size: 1.4em;
        padding: 18px 0px;
        border-radius: 10px;    
    }
    .btn-pc-01,.btn-pc-02{
        margin-top: 60px;
        top: 0px;
    }

    .price-header p{
        font-size: 15px;
    }
    .price-box-sm{
        border-radius: 15px 0px 0px 15px;
        /*width: 110%;*/
        margin-right: calc(100vw * 0.08 * -1);
    }
    .price-left{
        /* width: 40%; */
        width: 140px;
    }
    .price-right{
        width: 57%;
        width: calc(100% - 140px);
        overflow-x: scroll;
    }
    .price-blue,.price-child, .price-child-left{
        flex: 0 0 100%;
        /* min-width: 100%; */
        max-width: 200px;
    }
    .price-child > .c-d4, .price-child > .c-d5{
        line-height: 2em;
    }
    .c-d6{    
        line-height: 3em;
    }
    .price-child > .c-d6{
        line-height: 2em;
    }
    .c-d5,.c-d6,.c-d8,.c-d9,.c-d10,.c-d12,.c-d13,.c-d14{
        margin-top: 10px;
    }
    .price-child-left > .c-d1, .price-child-left > .c-d2{
        font-size: 15px;
        font-weight: 500;
    }
    .price-child-left > .c-d13{
        margin-top: 15px;
    }
    .c-d14{
        padding-top: 0px;
    }


}
@media screen and (max-width:850px){
    .h3cho-white span {
        font-size: 17px;
    }
}
@media screen and (max-width:820px){
    .inner-box {
        min-height: 322px;
    }
}

@media screen and (min-width: 769px){
    .br-sp {display: none;}
}
@media screen and (max-width: 768px)
{
    .br-pc{display: none;}
    .pc { display: none !important; }
    .sp { display: block !important; }
    section {
        padding-bottom: 80px;
    }

    .main-sp {
        position: relative;
        z-index: 1;
        background-image: url('../img/main_bg_sp.png');
        background-position: center bottom -100px;
        background-size: auto 110%;
        background-repeat: no-repeat;
        height: 215vw; /*幅が1920pxのときの高さ1076pxを基準として、縦横比を維持する*/
    }
    .main-sp .flex{
        height: 100%;
    }
    .main-sp h1{
        height: 100%;
    }
    .main-sp h1 img.mainimg{
        position: absolute;
        z-index: 1;
        width: 69.3vw;
        max-width: 260px;
        top: 45%;
        left: 50%;
        transform: translate(-50%,-40%);
        height: auto;
    }
    
    .main-sp h1 img.maintxt01,.main-sp h1 img.maintxt02{
        position: absolute;
        z-index: 1;
        max-width: 66px;
        min-width: 28px;
        width:13.8vw;
    }
    .main-sp h1 img.maintxt02{
        left: 50%;
        top: 90px;
        transform: translate(-50%,0);
    }
    .main-sp h1 img.maintxt01{
        left: 50%;
        bottom: 13%;
        transform: translate(-50%,0);
    }


    .nav-itembtn{
        margin-left: 0px;
        bottom: 0px;
    }
    .navbar-toggler {
        border-color: rgba(0,0,0,0);
    }
    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(13,110,192, 1)' stroke-width='1' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    }
    .navbar-toggler{ 
        font-size: 1.7rem !important;
    }
    .navbar-toggler:focus{
        box-shadow:none !important;
    }
    .navbar-nav li:last-child{
        margin-top: 60px;
    }
    .nav-item{
        margin-left: 0px;
    }
    .top-arrow {
        width: 90px !important;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
    }

    .menu{
        z-index: 100;
        display:block;
        width: 50px;
        height: 50px;
        cursor: pointer;
        position: relative;
    }
    .menu span{
        display: block;
        margin: 0;
        border: none;
        width: 50%;
        height: 2px;
        background: #1a83cc;
        transform-origin:0% 50%;
        position: absolute;
        top: 12px;
        left: 25%;
        transition: .3s;
    }
    .menu span:nth-of-type(2){
        top: 21px;
    }
    .menu span:nth-of-type(3){
        top: 30px;
    }
    .close span{
        left: 30%;        
    }   
    .close span:nth-of-type(1){

        background: #0083CC;
        transform: rotate(45deg);
        width: 52%;
    }
    .close span:nth-of-type(2){
        background: #0083CC;
        opacity: 0;
    }
    .close span:nth-of-type(3){
        background: #0083CC;
        top: 30px;
        transform: rotate(-45deg);
        width: 52%;
    }
    h2.h2-blue{
        font-size: 28px;
        line-height: 1.5em;
        margin-top: 40px;
        margin-bottom: 60px;
    }
    h2.h2-white{
        margin-top:40px;
        font-size: 28px;
        line-height: 1.5em;
    }




    .box-image img {
        width: 90%;
        margin: 0 auto;
    }
    .bg-blue, .bg-white, .bg-lightblue {
        padding-left: 3%;
        padding-right: 3%;
    }
    .top-section:before{
        height: 40px;
        width:28%;
    }
    .top-section:after{
        content:'';
        height: 40px;
        width:28%;
    }
    .page-white-top{
        background:url('../img/page-top_sp.png') no-repeat;
        background-size: 45% 100%;
        background-position: 50%;
        height: 40px;
    }
    .page-white{
        background:url('../img/book_white_sp.png') no-repeat;
        background-size: 45% 100%;
        background-position: 50%;
        height: 50px;
    }
    .page-blue{    
        background: url('../img/book_deep_sp.png') no-repeat;
        background-size: 45% 100%;
        background-position: 50%;
        height: 50px;
    }
    .page-lightblue{
        background:url('../img/book_light_sp.png') no-repeat;
        background-size: 45% 100%;
        background-position: 50%;
        height: 50px;
    }
    #navbarToggleExternalContent{
        position:fixed;
        z-index: 30;
        top:0;
        opacity: 0;
        right: -110%;
        width:100%;
        height: 100vh;
        background: #E6F3FB url(../img/menu_chara_sp.png) no-repeat;
        transition: all 0.5s;
        background-size: 160px;
        background-position: bottom left;
    }
    #navbarToggleExternalContent.show2{
        right: 0;
        opacity: 1;
    }
    #navbarToggleExternalContent ul {
        position: absolute;
        z-index: 40;
        top: 30%;
        left:50%;
        transform: translate(-50%,-50%);
        background-color: #E6F3FB; 
        color:#0083CC;
        width: 80%;
        text-align: center;
    }
    .collapse:not(.show) {
        display: block;
    }

    li.nav-item a{
        color: #0083CC;
        font-size: 1.4em;
        margin: 8px 0px;
        font-weight: 700;
    }
    .navbar-nav li{
        text-align: center;
        margin-bottom: 30px;
    }
    .navbar-nav li:nth-child(4){
        margin-bottom: 0px;
    }
    .navbar-nav > li > a.btn{
        font-weight: 700;
        font-size: 22px;
        line-height: 22px;
        width: 100%;
        border-radius: 10px;
        padding: 10px 0px;
        width: 80%;
        margin: 0 auto;
    }
    .container-middle{
        width: 100%;
        padding:0px 10px;
	max-width:1920px;
    }
    .box{
        width:100%;
    }
    .page-white,.page-blue,.page-lightblue{
        margin: -1px 0px;
        height: 40px;
    }
    ul.ul-check {
        padding: 20px;
    }
    ul.ul-check li{
        background-size: 22px;
        font-size: 14px;
        background-position: 2px 0px;
        line-height: 2em;
    }
    .box-image {
        padding: 0px 10%;
    }
    .box-text {
        padding: 30px 5%;
    }
    .box-text h3{
        line-height: 1.6em;
        font-size: 1.5em;
        margin-bottom: 20px;
    }
    .box-text p{
        font-size: 1.0em;
        line-height: 2em;
    }
    .fs-small{
        font-size: 16px;
        line-height: 1.9em;
    }
    .href-title{
        text-align: center;
    }
    .dokusho-link{
        padding: 0px;
    }
    a.dokusho-link h4{    
        font-size: 1.2em;
        margin-top:1em;
    }
    a.dokusho-link p {
        font-size: 1em;
    }
    .price-box-sm{
        margin-right: calc(100vw * 0.03 * -1 + -10px);
    }
    .inner-body {
        height: fit-content;
    }
    .inner-body p, .inner-body dl {
        font-size: 14px;
        margin-top: 20px;
        line-height: 1.7em;
        margin-bottom: 0;
        padding-bottom: 30px;
        font-weight: 100;
        line-height: 2em;
    }
    .inner-box {
        padding: 0px 20px;
    }
    .inner-box h4{
        font-size: 1.6em;
        padding-top: 25px;
    }
    .inner-body dt {
        float: left;
        width: 100%;
    }
    .inner-body dd {
        margin-bottom: 0px;
        padding-left: 0;
        padding-bottom: 30px;
    }
    dl.faq-dl dt{
        width: 90%;
        padding: 15px;
        font-size: 16px;
    }
    dl.faq-dl dt p {        
        padding-left: 35px;
        font-size: 16px;
    }
    dl.faq-dl dd{    
        margin-left: 23px;
        width: 90%;
        padding-right: 10px;
        padding-left: 22px;
        padding-top: 40px;
        border-radius: 20px 20px 20px 0px;
    }
    dl.faq-dl dt div:before{
        font-size: 24px;    
    }
    dl.faq-dl dd div:before{
        font-size: 24px;
        top: 0px;
    }
    dl.faq-dl dd p{
        overflow-wrap: break-word;
        padding-left: 30px;
    }
    dl.faq-dl dd p {
        font-size: 14px;
    }
    dl.faq-dl dd:last-child{
        margin-bottom: 0px;
    }
    .price-right .bikou{
        padding: 6px;
        font-size: 12px;
    }
    table.contact-table th,table.contact-table td{
        display: block;
    }
    table.contact-table th{
        padding-bottom: 10px;
        width: 100% !important;
    }
    table.contact-table td{    
        padding-bottom: 10px;
    }
    .column-box {
        width: 335px;
        margin: auto;
        padding-bottom: 15px;
    }
    .column-thumbnail{
        width: 335px;
        height: auto;
        border-radius: 30px;
    }
    .contact-box{
        padding: 0;
    }
    .form-control {
        margin-bottom: 0px;
    }
    .priv-text{
        width: auto;
    }
    .btn-send{
        padding:0px;
        width: 100%;
        font-size: 24px;
        height: 78px;
        border-radius: 10px;
    }
    textarea.form-control{
        height: 145px;
    }
    .pr-sm-20{padding-right: 20px;}
    .pl-sm-20{padding-left: 20px;}
    .sp-mb-50{margin-bottom: 50px;}
    .sp-mt-65{margin-top: 65px;}


    .completebox {
        width: 80vw;
    }
    .completebox p{
        width: 100%;
        min-width: 90vw;
    }
    h3.h3cho-blue2 {
        position: relative;
        text-align: center;
        height: 250px;
        width: 370px;
        left: 50%;
        transform: translate(-50%,0);
        background: url('../img/contact_choi_sp.png') no-repeat;
        background-position: 50% 170px;
        background-size: 52px 75px;
    }
    h3.h3cho-blue2 span{
        margin: 0 auto;
        text-align: center;
        position: relative;
        top: 14%;
        line-height: 38px;
        font-size: 24px;
        font-weight: bold;
        color:#0083CC;
    }
    .h3cho-blue2:before{
        content:'';
        display: inline-block;
        background:url('../img/contact_choi_left_sp.png') no-repeat;
        background-size: 100% 100%;
        width: 270px;
        height: 182px;
        position: absolute;
        left: 0px;
    }
    .h3cho-blue2:after{
        content:'';
        display: inline-block;
        background:url('../img/contact_choi_right_sp.png') no-repeat;
        background-size: 100% 100%;
        width: 231px;
        height: 182px;
        position: absolute;
        top: 0px;
        right: 0px;
    }
    .mw_wp_form .error {
        position: relative;
        top: 0px;
    }
    .box-book-max {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}
@media screen and (max-width: 375px)
{
    h3.h3cho-white span{
        width: 75%;
    }
}
@media screen and (min-width: 415px) and (max-width:768px) {

    .main-sp {
        position: relative;
        z-index: 1;
        background-image: url('../img/main_bg_sp.png');
        background-position: center bottom -100px;
        background-size: auto 110%;
        background-repeat: no-repeat;
        height: 215vw; /*幅が1920pxのときの高さ1076pxを基準として、縦横比を維持する*/
    }
    .main-sp .flex{
        height: 100%;
    }
    .main-sp h1{
        height: 100%;
    }
    .main-sp h1 img.mainimg{
        position: absolute;
        z-index: 1;
        width: 69.3vw;
        max-width: 460px;
        top: 43%;
        left: 50%;
        transform: translate(-50%,-40%);
        height: auto;
    }
    
    .main-sp h1 img.maintxt01,.main-sp h1 img.maintxt02{
        position: absolute;
        z-index: 1;
        max-width: 66px;
        min-width: 28px;
        width:13.8vw;
        height: 50vw;
        width: auto;
        max-width: 151px;
    }
    .main-sp h1 img.maintxt02{
        left: 50%;
        top: 100px;
        transform: translate(-50%,0);
    }
    .main-sp h1 img.maintxt01{
        left: 50%;
        bottom: 17%;
        transform: translate(-50%,0);
        height: 50vw;
        width: auto;
        max-width: 151px;
    }    
}
