html,
body {
    overflow-x: hidden;
}
.header__bar__logo {
    width: 150px;
    height: 15px;
}
.header__bar-group {
    display: -webkit-box;
    display: flex;
    -js-display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}

@media (min-width: 769px) {
    #maintop .search2 {
        position: absolute;
        margin: 9px 0 0 0;
        width: 350px;
        top: 47px;
        left: 50%;
    }
}

.container__inner, .container__inner--full-md {
    margin: 0 auto;
    width: 100%;
    max-width: 990px;
    padding: 0 30px;
}
.header__bar__logo-item img {
    display: block;
    width: 100%;
    height: auto;
    vertical-align: bottom;
}
#header-box {
    max-width:970px;
    width: 100%;
    height: auto;
    background-color: #fff;
    padding:50px 0px 50px 20px;
    margin:0 auto 10px;
}

#header-box h3 {
    width: 100%;
    max-width:1000px;
    display: block;
    margin:0 auto;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    text-shadow: 0 0 5px #000;
}

#header-box.point {
    background:url(/themes/kyutech/img/joho/bg-point.jpg) no-repeat center center;
    background-size:cover;
}

#header-box.gaiyou {
    background:url(/themes/kyutech/img/joho/bg-gaiyou.jpg) no-repeat center center;
    background-size:cover;
}

#header-box.schedule {
    background:url(/themes/kyutech/img/joho/bg-schedule.jpg) no-repeat center center;
    background-size:cover;
}

#header-box.faq {
    background:url(/themes/kyutech/img/joho/bg-faq.jpg) no-repeat top center;
    background-size:cover;
}

#header-box.subscription {
    background:url(/themes/kyutech/img/joho/bg-subscription.jpg) no-repeat top center;
    background-size:cover;
}

@media screen and (max-width:768px) {
    #header-box {
        padding:30px 10px;
    }
    #header-box h3 { font-size:28px; }
}

.breadcrumb { margin:0 0 20px;}
.breadcrumb li a { font-weight:bold; text-decoration: none;}
.breadcrumb li a:hover { font-weight:bold; text-decoration: underline;}
.breadcrumb li:not(:last-child)::after {
    content: " > ";
}

#main-cont h4 {
    position: relative;
    border-left: solid 4px #2CC9FC;
    font-size: 20px;
    font-weight: 700;
    padding: .2em 0 .1em .7em;
    margin: 0 0 20px;
    color:#005379;
}

#main-cont h4.faq {
    position: relative;
    border-left: solid 4px #2CC9FC;
    font-size: 16px;
    font-weight: normal;
    padding: .2em 0 .1em .7em;
    margin: 0 0 10px;
    color:#005379;
}

#main-cont h5 {
    font-size:18px;
    font-weight: bold;
    margin:0 0 10px;
}

#main-cont h5.point {
    font-size:16px;
    font-weight: bold;
    margin:0 0 10px;
}
#main-cont h5.point::before {
    content:"◆ ";
}
#main-cont .gaiyou01-box {
    margin:10px;
    padding:15px;
    border-radius: 10px;
    background-color:#faa;
}

#main-cont .gaiyou-caution-box{
    margin:10px 0 0 0;
    font-weight: bold;
    font-size: 16px;
    color:#c00;
}
#main-cont .gaiyou-list { margin:10px 10px 10px 30px;}
#main-cont ol.gaiyou-list li {
    list-style:decimal outside;
    font-weight: bold;
}

#main-cont ul.gaiyou-list li {
    list-style: disc outside;
    font-weight: bold;
}

#main-cont .sche-kamoku-box {
    width:calc(50% - 15px);
    float:left;
    margin-bottom:40px;
}
#main-cont .sche-kamoku-box:nth-child(2n) {
    float:right;
}
#main-cont .sche-kamoku-box h5.hissu {
    text-align: center;
    background-color: #E05F9E;
    color:#fff;
    line-height:1.2;
    padding:5px 0 2px;
}

#main-cont .sche-kamoku-box h5.sentaku {
    text-align: center;
    background-color: #1B8130;
    color:#fff;
    line-height:1.2;
    padding:5px 0 2px;
}
#main-cont .sche-kamoku-box .scheimg {
    display: block;
    width:100%;
    max-width:500px;
    margin:0 auto 10px;
}
#main-cont .sche-kamoku-box dl {
    margin-bottom:5px;
}

#main-cont .sche-kamoku-box dl dt {
    float:left;
    width:45px;
    text-align: center;
    background-color:rgb(98, 148, 6);
    color:#fff;
}
#main-cont .sche-kamoku-box dl dd {
    float:right;
    text-align: justify;
    width:calc(100% - 55px);
}

#main-cont .sche-kamoku-box dl dd.days {
    font-family:"MS Gothic";
}

#main-cont .faq-answer {
    margin:0 0 0 30px;
    padding:20px;
    background-color:#fff;
}

/*clearfix  : http://kojika17.com/2013/06/clearfix-2013.html*/
.cf:after {
    content: "";
    clear: both;
    display: block;
}

#main-cont .otoiawase-box {
    padding:20px;
    background-color:#fff;
    border-radius: 10px;
}
#main-cont ul.point-list {margin-left:40px;}
#main-cont ul.point-list li {
    list-style: disc outside !important;
}


#main-cont img.point-img { width:30%; }
#main-cont img.point-img.left { float:left; margin:0 10px 0 0;}
#main-cont img.point-img.right { float:right; margin:0 0 0 10px;}