@charset "UTF-8";

img.hvr_anime {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

img.hvr_anime:hover {
    opacity: 0.8;
}



/* =====================================
    block
===================================== */
.is-ipad video {
    display: none;
}

/* header --------------- */
.hdr {
    position: fixed;
    z-index: 120;
    top: 0;
    left: 0;
    padding: 9px 20px 0;
    width: 100%;
    height: 50px;
    background: #fff;
    background: rgba(255, 255, 255, 0.96);
}

@media only screen and (min-width: 768px) {
    .hdr {
        overflow: hidden;
        padding: 0 15px 10px;
        height: 116px;
    }
}

.hdr > .container {
    padding: 0;
    height: 100%;
}

.hdr_logo {
    margin: 0;
    font-size: 1em;
}

@media only screen and (min-width: 768px) {
    .hdr_logo {
        float: left;
        margin: 40px 0 0 3px;
    }
}

.hdr_btn {
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    width: 65px;
    height: 50px;
    cursor: pointer;
    background: url(../common/img/mod-humBtn.png) 20px 50% no-repeat;
    background-size: 24px 19px;
    white-space: nowrap;
    text-indent: 100%;
}

@media only screen and (min-width: 768px) {
    .hdr_btn {
        display: none;
    }
}

.hdr_link {
    margin: 0 12px;
    border: 5px solid #fccd00;
    border-top: 0;
    border-radius: 0 0 10px 10px;
    background: #fccd00;
}

.hdr_link a {
    display: block;
    position: relative;
    padding: 9px;
    border-radius: 7px;
    background: #f9aa01;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    line-height: 1.27;
}

.hdr_link a:before {
    content: "";
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    margin: auto;
    border: 4px solid transparent;
    border-left: 6px solid #fff;
    width: 0;
    height: 0;
}

.hdr_menu {
    display: none;
    position: fixed;
    z-index: 500;
    top: 8px;
    left: 0;
    width: 100%;
}

@media only screen and (min-width: 768px) {
    .hdr_menu {
        display: block;
        position: static;
    }
}

.hdr_menu_tit {
    margin: 0 12px;
    padding: 12px 0 2px;
    border-radius: 10px 10px 0 0;
    cursor: pointer;
    background: #fccd00 url(../common/img/mod-closeBtn.png) 100% 100% no-repeat;
    background-size: 37px 28px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

@media only screen and (min-width: 768px) {
    .hdr_menu_tit {
        display: none;
    }
}

.header_bnr {
    display: none;
}

@media only screen and (min-width: 768px) {
    .header_bnr {
        display: none;
        position: absolute;
        top: 2px;
        left: 142px;
    }
}

.utilitiesNavs {
    position: absolute;
    right: 46px;
    bottom: 0;
    color: #fff;
    font-size: 10px;
}

@media only screen and (min-width: 768px) {
    .utilitiesNavs {
        top: 0;
        right: 0;
        bottom: auto;
        font-size: 14px;
    }
}

.utilitiesNav {
    display: inline-block;
    margin: 0 0 0 8px;
}

@media only screen and (min-width: 768px) {
    .utilitiesNav {
        margin: 0 0 0 16px;
    }
}

.utilitiesNav a {
    display: block;
    position: relative;
    top: -3px;
    padding: 5px;
    border: 1px solid #666;
    border-radius: 5px;
    text-decoration: none;
}

@media only screen and (min-width: 768px) {
    .utilitiesNav a {
        top: 4px;
        padding: 7px 26px;
    }

    .utilitiesNav a:hover {
        background: #666;
        color: #fff;
    }
}

.utilitiesNav.is-current {
    padding: 9px 10px;
    border-radius: 4px 4px 0 0;
    background: #333;
}

@media only screen and (min-width: 768px) {
    .utilitiesNav.is-current {
        padding: 13px 28px;
        border-radius: 0 0 5px 5px;
    }
}

/* ----------------------
    cover
---------------------- */
.cover {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 200px;
    background: url(../img/cover_bg1-sp.jpg) 50% no-repeat;
    background-size: cover;
    text-align: center;
    color: #fff;
    /*要素の中央寄せ*/
    display: flex;
    justify-content: center;
    align-items: center;
}

@media only screen and (min-width: 768px) {
    .cover {
        height: auto;
        max-height: 800px;
    }
}

.cover_txt {
    position: absolute;
    z-index: 2;
}

.cover_tit {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.2;
}

@media only screen and (min-width: 768px) {
    .cover_tit {
        font-size: 46px;
    }
}

.cover_logo {
    display: inline-block;
    margin: 8px 0 4px 3px;
}

@media only screen and (min-width: 768px) {
    .cover_logo {
        margin: 20px 0 7px -15px;
    }
}

@media only screen and (min-width: 768px) {
    .cover_fillter {
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(102, 102, 102, 0.4);
    }
}

.cover_movWrap {
    display: none;
}

@media only screen and (min-width: 768px) {
    .cover_movWrap {
        display: block;
        overflow: hidden;
        position: relative;
        padding-bottom: 56.25%;
        height: 0;
        width: 100%;
    }
}

@media only screen and (min-width: 768px) {
    .cover_mov {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}

.cover_btn {
    font-size: 0;
}

.cover_btn a:hover {
    opacity: 0.8;
}

.cover_bnr {
    display: none;
}

@media only screen and (max-width: 1120px) {
    .cover_bnr {
        margin-top: -15px;
    }
}

@media only screen and (max-width: 767px) {
    .cover_bnr {
        display: none;
    }
}

.cover_link {
    position: fixed;
    z-index: 100;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    width: 309px;
    height: 84px;
    transition: opacity 0.4s, bottom 0.4s, z-index;
    background: url(../common/img/cover_link-gakkou-sp.png) 0 0 no-repeat;
    background-size: 309px 84px;
    filter: drop-shadow(0 4px 8px #000);
}

.cover_link a {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    white-space: nowrap;
    text-indent: 100%;
}

@media only screen and (min-width: 768px) {
    .cover_link {
        left: 630px;
        width: 372px;
        height: 182px;
        background: url(../common/img/cover_link-gakkou-pc.png) 0 0 no-repeat;
        background-size: 372px 182px;
    }

    .cover_link:hover {
        background: url(../common/img/cover_link-gakkou-pc_ov.png) 0 0 no-repeat;
    }
}

.cover_link.is-hide {
    opacity: 0;
    z-index: -1;
    bottom: -140px;
    transition: opacity 0.4s, bottom 0.4s, z-index 0s 0.4s;
}


/* ----------------------
    smp_bnr
---------------------- */
.smp_bnr {
    display: none;
}

@media only screen and (max-width: 768px) {
    .smp_bnr {
        display: none;
        position: relative;
        padding-top: calc(100% * 119 / 828);
    }

    .smp_bnr img {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
    }
}



/* ----------------------
    concept
---------------------- */
.concept {
    position: relative;
    /*
	padding: 0 0 30px;*/
}

@media only screen and (min-width: 768px) {
    .concept {
        padding: 0;
    }
}

.concept:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 9;
    top: -30px;
    left: 50%;
    margin: 0 0 0 -70px;
    border-radius: 50%;
    width: 140px;
    height: 140px;
    background: #fff;
}

@media only screen and (min-width: 768px) {
    .concept:after {
        top: -77px;
        margin-left: -175px;
        width: 350px;
        height: 350px;
    }
}

.concept_bg {
    position: absolute;
    top: 164px;
    left: 0;
    width: 100%;
    height: 285px;
    background: url(../img/concept_demo_bg1-sp.jpg) 50% 0 no-repeat;
    background-size: cover;
}

@media only screen and (min-width: 768px) {
    .concept_bg {
        top: 395px;
        height: 700px;
        background: url(../img/concept_demo_bg1-pc.jpg) 50% 0 no-repeat;
        background-size: cover;
    }
}

.concept_logo {
    position: relative;
    z-index: 10;
    margin: -5px auto 0;
}

@media only screen and (min-width: 768px) {
    .concept_logo {
        margin-top: -53px;
    }
}

.concept_merits,
.manaba_merits {
    position: relative;
    z-index: 10;
    margin: 18px auto 0;
    width: 310px;
}

@media only screen and (min-width: 768px) {

    .concept_merits,
    .manaba_merits {
        margin-top: 27px;
        width: 770px;
    }
}

.concept_merit,
.manaba_merit {
    float: left;
}

.concept_merit + .concept_merit,
.manaba_merit + .concept_merit,
.concept_merit + .manaba_merit,
.manaba_merit + .manaba_merit {
    margin: 0 0 0 5px;
}

@media only screen and (min-width: 768px) {

    .concept_merit + .concept_merit,
    .manaba_merit + .concept_merit,
    .concept_merit + .manaba_merit,
    .manaba_merit + .manaba_merit {
        margin: 0 0 0 35px;
    }
}

.concept_demo {
    margin: -52px 0 0;
    padding: 62px 0 0;
    text-align: center;
}

.is-ipad .concept_demo {
    overflow: hidden;
}

@media only screen and (min-width: 768px) {
    .concept_demo {
        text-align: left;
    }
}

.concept_demo > .inner {
    position: relative;
}

@media only screen and (min-width: 768px) {
    .concept_demo > .inner {
        margin: 0 auto;
        padding: 67px 0 100px;
        width: auto;
    }
}

.concept_demo_tit {
    color: #fff;
    font-size: 25px;
    font-weight: bold;
}

@media only screen and (min-width: 768px) {
    .concept_demo_tit {
        margin: 0 0 0 -4px;
        font-size: 55px;
    }
}

.concept_demo_txt {
    margin: 6px 0 0;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.5;
}

@media only screen and (min-width: 768px) {
    .concept_demo_txt {
        margin-top: 14px;
        font-size: 25px;
        font-weight: normal;
    }
}

.concept_demo_txt.concept_demo_txt-accent {
    margin-top: 17px;
    color: #453e30;
    font-weight: bold;
}

@media only screen and (min-width: 768px) {
    .concept_demo_txt.concept_demo_txt-accent {
        margin-top: 206px;
        font-size: 35px;
        line-height: 1.37;
    }
}

.concept_demo_img {
    margin: 15px auto 0;
    width: 320px;
    height: 299px;
    background: none 0 0 no-repeat;
    background-size: 320px 299px;
}

@media only screen and (min-width: 768px) {
    .concept_demo_img {
        position: absolute;
        top: 40px;        
        left: 423px;*/
        width: 590px;
        min-width: 590px;
        height: 754px;
        background: url(../img/concept_demo_img-pc-ipad.png) 0 0 no-repeat;
        background-size: 590px 754px;
    }
}

.concept_demo_img_mov {
    display: none;
}

@media only screen and (min-width: 768px) {
    .concept_demo_img_mov {
        display: block;
        position: absolute;
        top: 76px;
        left: 131px;
    }
}

.concept_demo_img02 {
    display: none;
}

@media only screen and (min-width: 768px) {
    .concept_demo_img02 {
        display: block;
        position: absolute;
        top: 291px;
        left: 380px;
        width: 332px;
        height: 575px;
        background: url(../img/concept_demo_img-pc-iphone.png) 0 0 no-repeat;
        background-size: 332px 575px;
    }
}

.concept_demo_img02_mov {
    display: none;
}

@media only screen and (min-width: 768px) {
    .concept_demo_img02_mov {
        display: block;
        position: absolute;
        top: 78px;
        left: 58px;
    }
}

@media only screen and (min-width: 768px) {
    .concept_demo_btn {
        margin: 43px 0 0;
    }
}

.concept_demo_youtube {
    margin: 30px 0 0;
}

@media only screen and (min-width: 768px) {
    .concept_demo_youtube {
        display: none;
    }
}

@media only screen and (min-width: 768px) {
    .concept_demo_youtube a:hover {
        opacity: 0.8;
    }
}

.concept_demo_topmovie {
    padding-top: 30px;
    text-align: center;
}

@media only screen and (min-width: 768px) {
    .concept_demo_topmovie {
        padding-top: 100px;
        text-align: center;
    }
}

.concept_demo_topmovie .topmovie_link {
    margin: 0 auto;
}

.concept_demo_topmovie-right {
    display: inline-block;
    width: 450px;
}

.concept_demo_topmovie-left {
    display: inline-block;
    width: 450px;
}

.mod-movieThumb .topbanner_link span:before {
    content: none;
}

.mod-movieThumb .topbanner_link span:after {
    content: none;
}

.concept_news {
    margin: -30px auto 20px auto;
    padding: 10px 0 30px 0;
    text-align: center;
    width: 320px;
}

.concept_news h3 {
    font-size: 18px;
    color: #f39b33;
}

.concept_news .concept_news_text {
    font-size: 12px;
    font-weight: bold;
    margin: 10px 0 10px 0;
}

.concept_news .concept_news_note {
    font-size: 10px;
    font-weight: bold;
    margin: 0 0 40px 0;
}

@media only screen and (min-width: 768px) {
    .concept_news {
        width: 100%;
    }

    .concept_news h3 {
        font-size: 48px;
    }

    .concept_news .concept_news_text {
        font-size: 24px;
    }

    .concept_news .concept_news_note {
        font-size: 18px;
    }

    .concept_news .img {
        width: 100%;
    }
}

/* ----------------------
    section 共通
---------------------- */
.sect {
    overflow: hidden;
}

.sect_tit {
    margin: -84px auto 0;
    padding: 104px 0 0;
    border-radius: 50%;
    width: 154px;
    height: 154px;
    background: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

@media only screen and (min-width: 768px) {
    .sect_tit {
        margin-top: -178px;
        padding-top: 218px;
        width: 326px;
        height: 326px;
        font-size: 35px;
        font-weight: bold;
    }
}

.sect_tit.sect_tit-2line {
    padding-top: 100px;
    font-size: 16px;
    line-height: 1.1;
}

@media only screen and (min-width: 768px) {
    .sect_tit.sect_tit-2line {
        padding-top: 210px;
        font-size: 35px;
    }
}

.sect_tit.sect_tit-yellow {
    background: #fccd00;
    color: #fff;
}

.sect_tit.sect_tit-green {
    background: #98cc2d;
    color: #fff;
}

.sect_tit ._ex {
    display: block;
    font-size: 11px;
}

@media only screen and (min-width: 768px) {
    .sect_tit ._ex {
        font-size: 20px;
    }
}

/* image section */
.imgSect {
    color: #fff;
    text-shadow: 1px 0px 30px rgba(0, 0, 0, 0.5);
    font-size: 12px;
    line-height: 1.4;
}

@media only screen and (min-width: 768px) {
    .imgSect {
        color: rgba(255, 255, 255, 0.8);
        font-size: 20px;
        font-weight: normal;
        line-height: 1.65;
    }
}

.imgSect.imgSect-01 {
    background: url(../img/imgSect_bg1-01-sp.jpg) 50% 0 no-repeat;
    background-size: cover;
}

@media only screen and (min-width: 768px) {
    .imgSect.imgSect-01 {
        background: url(../img/imgSect_bg1-01-pc.jpg) 50% 0 no-repeat;
        background-size: cover;
    }
}

.imgSect.imgSect-02 {
    background: url(../img/imgSect_bg1-02-sp.jpg) 50% 0 no-repeat;
    background-size: cover;
}

@media only screen and (min-width: 768px) {
    .imgSect.imgSect-02 {
        background: url(../img/imgSect_bg1-02-pc.jpg) 50% 0 no-repeat;
        background-size: cover;
    }
}

.imgSect.imgSect-03 {
    background: url(../img/imgSect_bg1-03-sp.jpg) 50% 0 no-repeat;
    background-size: cover;
}

@media only screen and (min-width: 768px) {
    .imgSect.imgSect-03 {
        background: url(../img/imgSect_bg1-03-pc.jpg) 50% 0 no-repeat;
        background-size: cover;
    }
}

.imgSect.imgSect-04 {
    height: 225px;
    background: url(../img/imgSect_bg-04-sp.jpg) 50% 0 no-repeat;
    background-size: cover;
}

@media only screen and (min-width: 768px) {
    .imgSect.imgSect-04 {
        height: 700px;
        background: url(../img/imgSect_bg-04-pc.jpg) 50% 0 no-repeat;
        background-size: cover;
    }
}

@media only screen and (min-width: 768px) {
    .imgSect > .container {
        margin: 0 auto;
        width: 920px;
    }
}

.imgSect > .container .inner {
    display: table-cell;
    padding-bottom: 20px;
    height: 225px;
    vertical-align: bottom;
}

@media only screen and (min-width: 768px) {
    .imgSect > .container .inner {
        padding-bottom: 40px;
        height: 700px;
    }
}

.imgSect_tit {
    margin: 0 0 10px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.38;
}

@media only screen and (min-width: 768px) {
    .imgSect_tit {
        margin-bottom: 22px;
        font-size: 35px;
        line-height: 1.42;
    }
}

/* 機能 ---------- */
.functions {
    margin: 48px 0 0;
}

@media only screen and (min-width: 768px) {
    .functions {
        margin: 32px auto 0;
        width: 920px;
    }
}

.function {
    margin: 0 auto;
    padding: 0 16px;
    border-radius: 10px;
    width: 280px;
    background: #fff;
}

@media only screen and (min-width: 768px) {
    .function {
        float: left;
        padding: 0 26px;
        border-radius: 25px;
        width: 440px;
    }
}

.function + .function {
    margin-top: 46px;
}

@media only screen and (min-width: 768px) {
    .function + .function {
        margin-top: auto;
    }
}

@media only screen and (min-width: 768px) {
    .function:nth-child(even) {
        margin-left: 40px;
    }
}

@media only screen and (min-width: 768px) {
    .function:nth-child(n+3) {
        margin-top: 80px;
    }
}

@media only screen and (min-width: 768px) {
    .function:last-child {
        /*	margin-left: 230px; */
    }
}

.function.function-ex {
    padding-right: 0;
}

.function.function-ex > .inner {
    border-radius: 0 0 8px 0;
}

@media only screen and (min-width: 768px) {
    .function.function-ex > .inner {
        border-radius: 0 0 24px 0;
    }
}

.function > .inner {
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding: 12px 0 0;
    border-radius: 0 0 10px 10px;
}

@media only screen and (min-width: 768px) {
    .function > .inner {
        padding-top: 20px;
        border-radius: 0;
    }
}

.function_ico {
    position: relative;
}

.function_ico:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: -33px;
    left: 50%;
    margin: 0 0 0 -47px;
    border-radius: 50%;
    width: 94px;
    height: 94px;
    background: #fff;
}

@media only screen and (min-width: 768px) {
    .function_ico:after {
        top: -66px;
        margin-left: -92px;
        width: 184px;
        height: 184px;
    }
}

.function_ico .mod-ico {
    display: block;
    position: relative;
    z-index: 2;
    top: -18px;
    margin: 0 auto;
}

@media only screen and (min-width: 768px) {
    .function_ico .mod-ico {
        top: -38px;
    }
}

.function_tit {
    position: relative;
    z-index: 1;
    margin: -15px 0 0;
    text-align: center;
    color: #f9aa01;
    font-size: 15px;
}

@media only screen and (min-width: 768px) {
    .function_tit {
        margin-top: -30px;
        font-size: 30px;
    }
}

.function_txt {
    float: left;
    padding: 0 0 20px;
    width: 130px;
    text-align: justify;
    text-justify: inter-ideograph;
    font-size: 12px;
    line-height: 1.17;
}

@media only screen and (min-width: 768px) {
    .function_txt {
        padding-bottom: 28px;
        width: 196px;
        font-size: 14px;
        line-height: 1.57;
    }
}

.function_figure {
    float: right;
    margin: 0;
}

/* ----------------------
    able
---------------------- */
.able {
    padding: 0 0 38px;
    background: #fccd00;
    text-align: center;
    font-size: 12px;
    line-height: 1.3;
}

@media only screen and (min-width: 768px) {
    .able {
        padding-bottom: 90px;
        font-size: 14px;
        line-height: 1.57;
    }
}

.able_demos {
    margin: 24px auto 0;
    width: 312px;
}

@media only screen and (min-width: 768px) {
    .able_demos {
        margin-top: 60px;
        width: 922px;
    }
}

.able_demo {
    float: left;
    width: 100px;
}

@media only screen and (min-width: 768px) {
    .able_demo {
        width: 282px;
    }
}

.able_demo + .able_demo {
    margin: 0 0 0 4px;
}

@media only screen and (min-width: 768px) {
    .able_demo + .able_demo {
        margin-left: 38px;
    }
}

.able_demo a:hover {
    opacity: 0.8;
}

.able_demo_tit {
    margin: 18px 0 10px;
}

@media only screen and (min-width: 768px) {
    .able_demo_tit {
        margin: 20px 0 25px;
    }
}

.able_note {
    margin: 15px 0 20px;
    color: #fff;
    font-size: 10px;
}

@media only screen and (min-width: 768px) {
    .able_note {
        margin: 35px 0 40px;
        font-size: 20px;
    }
}

.able_note_flex {
    display: flex;
    display: -webkit-flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 20px;
    text-align: left;
}

@media only screen and (min-width: 768px) {
    .able_note_flex {
        margin: 40px 0;
    }
}

.able_note_flex ul {
    color: #fff;
    font-size: 10px;
    line-height: 1.3;
}

@media only screen and (min-width: 768px) {
    .able_note_flex ul {
        font-size: 20px;
    }
}

.able_note_flex ul li {
    padding-left: 3em;
    text-indent: -3em;
}

/* ----------------------
    case
---------------------- */
.case {
    padding: 0 0 40px;
    text-align: center;
    font-size: 12px;
    line-height: 1.3;
}

@media only screen and (min-width: 768px) {
    .case {
        margin: 0 auto;
        padding-bottom: 90px;
        width: 1000px;
        font-size: 14px;
        line-height: 1.57;
    }
}

.case_sections {
    margin: 40px 0 0;
}

.case_section {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    position: relative;
    padding-bottom: 15px;
    border-bottom: 1px dotted #c7c5c0;
    text-align: left;
    font-size: 15px;
    line-height: 1.47;
}

@media only screen and (min-width: 768px) {
    .case_section {
        display: block;
        margin: 82px 0 0;
        padding: 0 40px;
        border: 0;
        font-size: 18px;
        line-height: 1.67;
    }
}

.case_section + .case_section {
    padding-top: 50px;
}

@media only screen and (min-width: 768px) {
    .case_section + .case_section {
        padding-top: 0;
        border: 0;
    }
}

.case_section:nth-child(n+5) {
    display: none;
}

@media only screen and (min-width: 768px) {
    .case_section_txt {
        width: 640px;
    }
}

@media only screen and (min-width: 768px) {
    .case_section_txt.case_section_txt-ex {
        width: auto;
    }
}

@media only screen and (min-width: 768px) {
    .case_section_txt.case_section_txt-ex2 {
        width: 380px;
    }
}

.case_section_link {
    margin: 10px 0 0;
    text-align: center;
    color: #fff;
    font-size: 15px;
}

@media only screen and (min-width: 768px) {
    .case_section_link {
        text-align: right;
        font-size: 16px;
    }
}

.case_section_link a {
    display: block;
    padding: 10px 20px 12px 10px;
    border-radius: 8px;
    background: #888;
    text-decoration: none;
    color: #fff;
}

@media only screen and (min-width: 768px) {
    .case_section_link a {
        display: inline-block;
        padding: 5px 20px 5px 18px;
        border-radius: 10px;
    }
}

@media only screen and (min-width: 768px) {
    .case_section_link a:hover {
        opacity: 0.7;
    }
}

.case_section_link a span {
    position: relative;
}

.case_section_link a span:after {
    content: "";
    display: inline-block;
    overflow: hidden;
    margin: 0 0 0 5px;
    width: 11px;
    height: 11px;
    background: url(../common/img/mod-ico-sp.png) no-repeat;
    background-position: -10px -292px;
    background-size: 138px 1272px;
    white-space: nowrap;
    text-indent: 100%;
    font-size: 0;
}

@media only screen and (min-width: 768px) {
    .case_section_link a span:after {
        position: relative;
        top: 2px;
        width: 16px;
        height: 17px;
        background: url(../common/img/mod-ico-pc.png) no-repeat;
        background-position: -60px -1117px;
        background-size: 275px 3209px;
    }
}

.case_section_tit {
    position: relative;
    margin: 0 0 11px;
    padding: 0 0 15px 60px;
    font-size: 19px;
    font-weight: normal;
    line-height: 1.21;
}

@media only screen and (min-width: 768px) {
    .case_section_tit {
        margin: 0 0 24px;
        padding: 0 0 13px 90px;
        border-bottom: 2px dotted #a29e97;
        font-size: 26px;
        line-height: 1.27;
    }
}

.case_section_tit:before {
    content: "事例";
    position: absolute;
    top: -16px;
    left: 0;
    margin: auto;
    padding: 16px 0;
    border-radius: 50% 50%;
    width: 50px;
    height: 50px;
    background: #f08200;
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: normal;
}

@media only screen and (min-width: 768px) {
    .case_section_tit:before {
        bottom: 0;
        left: -15px;
        padding: 28px 0;
        width: 85px;
        height: 85px;
        font-size: 24px;
    }
}

@media only screen and (min-width: 768px) {
    .case_section_tit.case_section_tit-2line:before {
        bottom: 10px;
    }
}

.case_section-new .case_section_tit:after {
    content: "";
    display: block;
    overflow: hidden;
    position: absolute;
    z-index: 1;
    top: -44px;
    left: 1px;
    margin: auto;
    width: 47px;
    height: 25px;
    background: url(../common/img/mod-ico-sp.png) no-repeat;
    background-position: -41px -453px;
    background-size: 138px 1272px;
    white-space: nowrap;
    text-indent: 100%;
    font-size: 0;
}

@media only screen and (min-width: 768px) {
    .case_section-new .case_section_tit:after {
        top: -144px;
        bottom: 0;
        left: -8px;
        width: 72px;
        height: 38px;
        background: url(../common/img/mod-ico-pc.png) no-repeat;
        background-position: -83px -1492px;
        background-size: 275px 3209px;
    }
}

@media only screen and (min-width: 768px) {
    .case_section-new .case_section_tit.case_section_tit-2line:after {
        bottom: 10px;
    }
}

.case_section_figures {
    margin: 15px 0 0;
}

@media only screen and (min-width: 768px) {
    .case_section_figures {
        position: relative;
        z-index: 1;
        float: right;
        margin: 0;
        padding: 0 0 0 40px;
        background: #fff;
    }
}

.case_section_figure {
    display: table;
    padding: 15px 0;
    border-top: 1px dotted #c7c5c0;
    width: 100%;
    text-align: center;
}

@media only screen and (min-width: 768px) {
    .case_section_figure {
        display: block;
        float: left;
        padding: 0;
        border: 0;
        width: auto;
    }
}

@media only screen and (min-width: 768px) {
    .case_section_figure + .case_section_figure {
        margin: 0 0 0 20px;
    }
}

.case_section_figure:last-child {
    padding-bottom: 0;
}

.case_section_figure_img {
    display: table-cell;
    width: 130px;
}

@media only screen and (min-width: 768px) {
    .case_section_figure_img {
        display: block;
        width: auto;
    }
}

.case_section_figure_caption {
    display: table-cell;
    margin: 10px 0 0;
    padding: 0 0 0 12px;
    text-align: left;
    vertical-align: middle;
    font-size: 14px;
}

@media only screen and (min-width: 768px) {
    .case_section_figure_caption {
        display: block;
        padding: 0;
        text-align: center;
    }
}

.case_sectionBtn {
    display: none;
}

.case_btn {
    margin: 20px auto 0;
    /*width: 280px;*/
}

@media only screen and (min-width: 768px) {
    .case_btn {
        margin-top: 68px;
        width: 100%;
    }
}

.case_twitter {
    position: relative;
    margin: 20px auto 0;
    padding: 0 0 15px;
    border-radius: 10px;
    background: #fccd00;
    width: 100%;
}

@media only screen and (min-width: 768px) {
    .case_twitter {
        margin: 90px 40px 0 40px;
        padding: 18px;
        height: 453px;
        width: initial;
    }
}

.case_twitter > .inner {
    padding: 0 15px;
}

@media only screen and (min-width: 768px) {
    .case_twitter > .inner {
        padding: 0;
    }
}

.case_twitter iframe {
    width: 100% !important;
}

.case_twitter_heading {
    overflow: hidden;
    width: 100%;
    height: 120px;
    background: url(../biz/img/top/case_twitter_tit-sp2.png) bottom center no-repeat;
    background-size: 280px auto;
    white-space: nowrap;
    text-indent: 100%;
    font-size: 0;
    margin-right: 0;
}

@media only screen and (min-width: 768px) {
    .case_twitter_heading {
        position: absolute;
        top: 0;
        left: -14px;
        width: 262px;
        height: 453px;
        background: url(../biz/img/top/case_twitter_tit-pc.png) 0 0 no-repeat;
        background-size: 262px 453px;
    }
}

.case_twitter_body {
    width: 100%;
}

@media only screen and (min-width: 768px) {
    .case_twitter_body {
        float: right;
        width: 640px;
        height: auto;
    }
}

.u-floatLeft {
    display: none;
}

/* ----------------------
-------------- 20200907 @sugimoto
    online 
---------------------- */
.online {
    padding: 80px 0;
    background: #fff8e0;
}

@media only screen and (max-width: 767px) {
    .online {
        padding: 50px 0;
    }
}

.online h2 {
    position: relative;
    line-height: 1;
    margin-bottom: 80px;
    text-align: center;
    font-size: 48px;
    color: #f39b33;
}

@media only screen and (max-width: 767px) {
    .online h2 {
        margin-bottom: 40px;
        font-size: 20px;
    }
}

.online h2::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -40px;
    left: calc(50% - (105px / 2));
    width: 105px;
    border-top: dotted 4px #a29e97;
}

@media only screen and (max-width: 767px) {
    .online h2::after {
        left: calc(50% - (67px / 2));
        bottom: -20px;
        width: 67px;
        border-top: dotted 2px #a29e97;
    }
}

.online h2 img {
    width: 140px;
    margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
    .online h2 img {
        width: 82px;
        margin-bottom: 10px;
    }
}

.online h2 + p {
    line-height: 38px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .online h2 + p {
        line-height: 20px;
        font-size: 12px;
    }
}

.online .object {
    margin-top: 70px;
}

@media only screen and (max-width: 767px) {
    .online .object {
        margin-top: 25px;
    }
}

.online .object + .object {
    margin-top: 110px;
}

@media only screen and (max-width: 767px) {
    .online .object + .object {
        margin-top: 50px;
    }
}

.online .object header {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    padding: 15px 10px 15px 20px;
    border-radius: 8px;
    background: #fccd00;
}

@media only screen and (max-width: 767px) {
    .online .object header {
        display: block;
        padding: 0;
        border-radius: 0;
        background: #fff8e0;
    }

    .online .object header h3 {
        padding: 10px;
        border-radius: 8px;
        font-size: 16px;
        background: #fccd00;
    }
}

.online .object header .type {
    display: -webkit-flex;
    display: flex;
}

@media only screen and (max-width: 767px) {
    .online .object header .type {
        justify-content: flex-end;
        margin: 5px 0 0;
    }
}

.online .object header .type li {
    line-height: 40px;
    margin-left: 5px;
    padding: 0 1em;
    border-radius: 20px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

@media only screen and (max-width: 767px) {
    .online .object header .type li {
        line-height: 25px;
        font-size: 12px;
    }
}

.online .object header .type li.realtime {
    background: #f95d7f;
}

.online .object header .type li.ondemand {
    background: #00beea;
}

.online .object .imgBox {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0 30px;
}

@media only screen and (max-width: 767px) {
    .online .object .imgBox {
        display: block;
        margin: 0;
    }
}

.online .object .imgBox .img {
    order: 2;
    position: relative;
    width: 405px;
    margin: 30px 0 0;
}

@media only screen and (max-width: 767px) {
    .online .object .imgBox .img {
        width: auto;
        margin: 15px 0 0;
        text-align: center;
    }

    .online .object .imgBox .img a {
        pointer-events: none;
    }

    .online .object .imgBox .img img {
        width: 100%;
    }
}

.online .object .imgBox .img .icon {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 25px;
}

@media only screen and (max-width: 767px) {
    .online .object .imgBox .img .icon {
        display: none;
    }
}

.online .object .imgBox .txt {
    order: 1;
    width: 470px;
    margin: 30px 0 0;
    line-height: 34px;
}

@media only screen and (max-width: 767px) {
    .online .object .imgBox .txt {
        width: 100%;
        margin: 1em 0 0;
        line-height: 20px;
        font-size: 12px;
    }
}

.online .object .imgBox + .imgBox {
    margin-top: 20px;
    padding-top: 20px;
    border-top: dotted 2px #dfdfdf;
}

.online .object .imgBox + .imgBox .txt,
.online .object .imgBox + .imgBox .img {
    margin-top: 0;
}

@media only screen and (max-width: 767px) {
    .online .object .imgBox + .imgBox .txt {
        margin: 1em 0 0;
    }
}

.online .object .imgBox .txt h4 {
    display: flex;
    position: relative;
    margin-bottom: 0.4em;
    font-size: 22px;
    vertical-align: middle;
}

@media only screen and (max-width: 767px) {
    .online .object .imgBox .txt h4 {
        font-size: 14px;
    }
}

.new_icon {
    display: inline-block;
    position: relative;
    width: 73px;
    margin: 0 -15px 0 0;
    /*
	top: -5px;
	line-height: 1;
	width: 46px;
	margin: 0 10px 10px 0;
	padding: 1em 0;
	background: #f95d7f;
	color: #fff;
	font-size: 10px;
	text-align: center;*/
}

@media only screen and (max-width: 767px) {
    .new_icon {
        width: 36px;
        margin-right: -5px;
    }
}

.new_icon img {
    position: absolute;
    top: -6px;
    left: -30px;
    width: 73px;
}

@media only screen and (max-width: 767px) {
    .new_icon img {
        top: -2px;
        left: -10px;
        width: 36px;
    }
}

.online .object .imgBox .txt .more_btn {
    margin: 0.8em 0 0;
    text-align: center;
    font-size: 18px;
}

@media only screen and (max-width: 767px) {
    .online .object .imgBox .txt .more_btn {
        font-size: 12px;
    }
}

.online .object .imgBox .txt .more_btn a {
    display: inline-block;
    line-height: 35px;
    margin: 0 auto;
    padding: 0 1.5em;
    background: #fccd00;
    border-radius: 20px;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.online .object .imgBox .txt .more_btn a:hover {
    opacity: 0.7;
}

.online .object .imgBox .txt .more_btn a img {
    width: 22px;
    margin-left: 10px;
    vertical-align: middle;
}

@media only screen and (max-width: 767px) {
    .online .object .imgBox .txt .more_btn a img {
        width: 15px;
        margin-left: 6px;
    }
}


/* ----------------------
    bnr_area
---------------------- */
.bnr_area {
    display: none;
    padding: 20px 0 45px;
    background: #ffefc9;
    text-align: center;
}

.bnr_area .sp_bnr {
    display: none;
}

@media only screen and (max-width: 767px) {
    .bnr_area {
        padding: 2px 0 15px;
    }

    .bnr_area .pc_bnr {
        display: none;
    }

    .bnr_area .sp_bnr {
        display: block;
    }
}


/* ----------------------
    quickstart
---------------------- */
.quickstart {
    display: none;
    background: #ffefc9;
    padding: 70px 0 100px;
}

@media only screen and (max-width: 767px) {
    .quickstart {
        padding: 30px 0 50px;
    }
}

.quickstart h2 {
    position: relative;
    line-height: 1.3;
    margin-bottom: 80px;
    text-align: center;
    font-size: 48px;
    color: #f08200;
}

@media only screen and (max-width: 767px) {
    .quickstart h2 {
        margin-bottom: 40px;
        font-size: 20px;
    }
}

.quickstart h2 .c_black {
    color: #000;
    font-size: 38px;
}

@media only screen and (max-width: 767px) {
    .quickstart h2 .c_black {
        font-size: 18px;
    }
}

.quickstart h2::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -40px;
    left: calc(50% - (105px / 2));
    width: 105px;
    border-top: dotted 4px #a29e97;
}

@media only screen and (max-width: 767px) {
    .quickstart h2::after {
        left: calc(50% - (67px / 2));
        bottom: -20px;
        width: 67px;
        border-top: dotted 2px #a29e97;
    }
}

.quickstart h2 img {
    width: 151px;
    margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
    .quickstart h2 img {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .quickstart h2 img {
        width: 87px;
    }
}

.quickstart h2 + p {
    line-height: 38px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .quickstart h2 + p {
        line-height: 20px;
        font-size: 12px;
    }
}

.quickstart .object {
    margin-top: 70px;
}

@media only screen and (max-width: 767px) {
    .quickstart .object {
        margin-top: 25px;
    }
}

.quickstart .object + .object {
    margin-top: 110px;
}

@media only screen and (max-width: 767px) {
    .quickstart .object + .object {
        margin-top: 50px;
    }
}

.quickstart .object header {
    margin: 0 0 30px;
    padding: 15px 10px 15px 20px;
    border-radius: 8px;
    background: #fccd00;
}

@media only screen and (max-width: 767px) {
    .quickstart .object header {
        margin: 0 0 20px;
        padding: 10px;
    }

    .quickstart .object header h3 {
        font-size: 16px;
    }
}

.quickstart .object .dl_tbl {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    /*
	-webkit-align-items: center;
			align-items: center;*/
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}

.quickstart .object .dl_tbl::before,
.quickstart .object .dl_tbl::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
}

.quickstart .object .dl_tbl::before {
    left: 0;
    width: 148px;
    border-bottom: dotted 2px #9f9174;
}

@media only screen and (max-width: 767px) {
    .quickstart .object .dl_tbl::before {
        width: 88px;
    }
}

.quickstart .object .dl_tbl::after {
    left: 149px;
    width: calc(100% - 148px);
    border-bottom: solid 2px #a29e97;
}

@media only screen and (max-width: 767px) {
    .quickstart .object .dl_tbl::after {
        left: 89px;
        width: calc(100% - 88px);
    }
}

.quickstart .object .dl_tbl dt,
.quickstart .object .dl_tbl dd {
    padding: 10px;
    font-size: 18px;
}

@media only screen and (max-width: 767px) {

    .quickstart .object .dl_tbl dt,
    .quickstart .object .dl_tbl dd {
        font-size: 12px;
    }
}

.quickstart .object .dl_tbl dt {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    width: 148px;
    border-top: dotted 2px #9f9174;
}

@media only screen and (max-width: 767px) {
    .quickstart .object .dl_tbl dt {
        width: 88px;
    }
}

.quickstart .object .dl_tbl dd {
    width: calc(100% - 148px);
    border-top: solid 2px #a29e97;
}

@media only screen and (max-width: 767px) {
    .quickstart .object .dl_tbl dd {
        width: calc(100% - 88px);
    }
}

.quickstart .object ul:not(.attention) {
    list-style: disc;
    margin: 30px 0 0 1.5em;
    font-size: 18px;
}

@media only screen and (max-width: 767px) {
    .quickstart .object ul:not(.attention) {
        margin-top: 20px;
        font-size: 12px;
    }
}

.quickstart .object ul:not(.attention) li strong {
    color: #f95d7f;
}

.quickstart .object ul:not(.attention) li + li {
    margin: 0.5em 0 0;
}

.quickstart .object ul:not(.attention) li ul {
    list-style: circle;
    margin: 0.5em 0 0 3em;
}

.quickstart .object ul:not(.attention) li ol {
    counter-reset: num;
    margin: 0.5em 0 0 3em;
}

.quickstart .object ul:not(.attention) li ol li {
    padding-left: 1.5em;
    text-indent: -1.5em;
}

.quickstart .object ul:not(.attention) li ol li::before {
    counter-increment: num;
    content: counter(num)'）';
}

.quickstart .object .attention {
    margin: 1em 0 0;
}

@media only screen and (max-width: 767px) {
    .quickstart .object .attention {
        margin: 0.5em 0 0;
    }
}

.quickstart .object .attention li {
    padding-left: 1em;
    text-indent: -1em;
    font-size: 12px;
}

@media only screen and (max-width: 767px) {
    .quickstart .object .attention li {
        font-size: 10px;
    }
}

.plan_btn_container {
    padding: 45px 20px 0;
    text-align: center;
}


/* ----------------------
    download
---------------------- */
.download {
    padding: 0 0 40px;
}

@media only screen and (min-width: 768px) {
    .download {
        padding: 0 0 90px;
    }
}

.download > .container {
    margin: 0 auto;
    padding: 24px 0 0;
    width: 320px;
}

@media only screen and (min-width: 768px) {
    .download > .container {
        padding: 40px 0 0;
        width: 1000px;
    }
}

.download > .container > .inner {
    padding: 0 0 0 138px;
}

@media only screen and (min-width: 768px) {
    .download > .container > .inner {
        padding: 0 0 0 359px;
    }
}

.download_img {
    position: absolute;
    top: -10px;
    left: 2px;
    width: 139px;
    height: 250px;
    background: url(../img/download_img-sp-black.png) 0 0 no-repeat;
    background-size: 139px 250px;
}

@media only screen and (min-width: 768px) {
    .download_img {
        top: -28px;
        left: 0;
        width: 368px;
        height: 642px;
        background: url(../img/download_img-pc-black.png) 0 0 no-repeat;
        background-size: 368px 642px;
    }
}

.download_awardTxt {
    margin: 0 10px 0 0;
    padding: 11px 0 9px;
    border: 1px dotted #b2b2b2;
    border-right: 0;
    border-left: 0;
    color: #900;
    font-size: 10px;
}

@media only screen and (min-width: 768px) {
    .download_awardTxt {
        margin: 0 67px 0 24px;
        padding: 12px 0 10px;
        border-width: 2px;
        font-size: 18px;
    }
}

.download_awardTxt span {
    margin: 0 0 0 -5px;
}

.download_txt {
    margin: 16px 0 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
}

@media only screen and (min-width: 768px) {
    .download_txt {
        margin: 34px 0 0 19px;
        font-size: 33px;
    }
}

.download_logo {
    display: block;
    margin: 7px 0 0;
}

@media only screen and (min-width: 768px) {
    .download_logo {
        margin: 20px 0 0 8px;
    }
}

.download_btns {
    margin: 58px auto 0;
    width: 246px;
}

@media only screen and (min-width: 768px) {
    .download_btns {
        margin: 47px 0 0 383px;
        width: 100%;
    }
}

.download_btn {
    float: left;
    font-size: 0;
}

.download_btn + .download_btn {
    margin: 0 0 0 10px;
}

@media only screen and (min-width: 768px) {
    .download_btn + .download_btn {
        margin: 0 0 0 20px;
    }
}

.download_btn a:hover {
    opacity: 0.8;
}

.download_os {
    margin: 40px 0 0;
    padding: 0 22px;
    letter-spacing: 1px;
    font-size: 10px;
}

@media only screen and (min-width: 768px) {
    .download_os {
        margin: 49px 0 0;
        padding: 0 0 0 383px;
        font-size: 14px;
    }
}

.download_os dt {
    display: inline-block;
    vertical-align: top;
}

.download_os dd {
    display: inline-block;
    margin: 2px 0 0;
    width: 200px;
    vertical-align: top;
}

@media only screen and (min-width: 768px) {
    .download_os dd {
        margin: 0;
        width: 510px;
    }
}

.download_os dd + dt {
    margin: 10px 0 0;
}

@media only screen and (min-width: 768px) {
    .download_os dd + dt {
        margin: 18px 0 0;
    }
}

.download_os dd + dt.ex {
    margin-left: 10px;
}

@media only screen and (min-width: 768px) {
    .download_os dd + dt.ex {
        margin-left: inherit;
    }
}

.download_os dd + dt + dd {
    margin: 10px 0 0;
}

@media only screen and (min-width: 768px) {
    .download_os dd + dt + dd {
        margin: 18px 0 0;
    }
}

.download_snss {
    margin: 18px auto 0;
    padding: 20px 0 0;
    border-top: 1px dotted #dfdfdf;
    width: 280px;
    text-align: center;
    font-size: 0;
}

@media only screen and (min-width: 768px) {
    .download_snss {
        margin: 47px 0 0 354px;
        padding: 26px 0 32px;
        border-top: 2px dotted #dfdfdf;
        border-bottom: 2px dotted #dfdfdf;
        width: 578px;
        text-align: left;
    }
}

.download_sns {
    display: inline-block;
    margin: 0 5px;
}

.download_sns a:hover {
    opacity: 0.8;
}

.manual {
    margin: 18px auto 0;
    border: 5px solid #fccd00;
    border-radius: 5px;
    width: 280px;
}

@media only screen and (min-width: 768px) {
    .manual {
        margin: 116px auto 0;
        border-width: 8px;
        border-radius: 15px;
        width: 910px;
    }
}

.manual:hover {
    cursor: pointer;
}

@media only screen and (min-width: 768px) {
    .manual:hover {
        opacity: 0.7;
    }
}

.manual.is-open:hover {
    opacity: 1;
    cursor: default;
}

.manual .inner {
    display: none;
    padding: 0 0 5px;
}

@media only screen and (min-width: 768px) {
    .manual .inner {
        padding: 0 18px 13px;
    }
}

.manual_tit {
    position: relative;
    padding: 9px 28px 10px;
    color: #f08200;
    font-size: 14px;
}

@media only screen and (min-width: 768px) {
    .manual_tit {
        padding: 27px 0;
        text-align: center;
        font-size: 24px;
        font-weight: normal;
    }
}

.manual_tit:before {
    content: "";
    display: block;
    position: absolute;
    top: 17px;
    right: 18px;
    bottom: 0;
    margin: auto;
    border: solid transparent;
    border-top-width: 6px;
    border-top-color: #f08200;
    border-right-width: 4px;
    border-bottom-width: 6px;
    border-left-width: 4px;
}

@media only screen and (min-width: 768px) {
    .manual_tit:before {
        top: 38px;
        right: 28px;
        border-top-width: 10px;
        border-right-width: 7px;
        border-bottom-width: 10px;
        border-left-width: 7px;
    }
}

.is-open .manual_tit:before {
    display: none;
}

.manual_lists {
    border-top: 2px dotted #dfdfdf;
}

@media only screen and (min-width: 768px) {
    .manual_lists {
        margin: 30px 0 0;
    }
}

.manual_list {
    position: relative;
    padding: 12px 40px 12px 46px;
    border-bottom: 2px dotted #dfdfdf;
    font-size: 12px;
}

@media only screen and (min-width: 768px) {
    .manual_list {
        padding: 32px 0 31px 88px;
        font-size: 20px;
    }
}

.manual_list a {
    text-decoration: none;
}

.manual_list a:before {
    content: "";
    display: inline-block;
    overflow: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 14px;
    margin: auto;
    width: 17px;
    height: 21px;
    background: url(../common/img/mod-ico-sp.png) no-repeat;
    background-position: -10px -1251px;
    background-size: 138px 1272px;
    white-space: nowrap;
    text-indent: 100%;
    font-size: 0;
}

@media only screen and (min-width: 768px) {
    .manual_list a:before {
        left: 28px;
        width: 34px;
        height: 40px;
        background: url(../common/img/mod-ico-pc.png) no-repeat;
        background-position: -20px -1564px;
        background-size: 275px 3209px;
    }
}

@media only screen and (min-width: 768px) {
    .manual_list a:hover {
        opacity: 0.7;
    }
}

.manual_list a .mod-ico {
    margin-left: 5px;
}

@media only screen and (min-width: 768px) {
    .manual_list a .mod-ico {
        margin-left: 10px;
    }
}

@media only screen and (min-width: 768px) {
    .manual_list.manual_list-png a:before {
        background: url(../common/img/mod-ico-pc.png) no-repeat;
        background-position: -20px -2159px;
        background-size: 275px 3209px;
    }
}

.manual_list.manual_list-ppt a:before {
    background-position: -37px -1251px;
}

@media only screen and (min-width: 768px) {
    .manual_list.manual_list-ppt a:before {
        background: url(../common/img/mod-ico-pc.png) no-repeat;
        background-position: -74px -1564px;
        background-size: 275px 3209px;
    }
}

.manual_list.manual_list-movie a:before {
    width: 24px;
    background-position: -60px -1251px;
}

@media only screen and (min-width: 768px) {
    .manual_list.manual_list-movie a:before {
        width: 41px;
        background: url(../common/img/mod-ico-pc.png) no-repeat;
        background-position: -138px -1558px;
        background-size: 275px 3209px;
    }
}

.manual_list.manual_list-link a:before {
    display: none;
}

.manual_close {
    position: relative;
    margin: 5px 0 0;
    padding: 0 20px 0 0;
    text-align: right;
    color: #f08200;
    font-size: 10px;
}

@media only screen and (min-width: 768px) {
    .manual_close {
        margin: 30px 0 0;
        font-size: 16px;
    }
}

.manual_close span {
    cursor: pointer;
}

.manual_close span:before {
    content: "";
    display: block;
    position: absolute;
    top: -2px;
    right: 8px;
    border: solid transparent;
    border-top-width: 6px;
    border-right-width: 4px;
    border-bottom-width: 6px;
    border-bottom-color: #f08200;
    border-left-width: 4px;
}

@media only screen and (min-width: 768px) {
    .manual_close span:before {
        top: -7px;
        right: 0;
        border-top-width: 12px;
        border-right-width: 7px;
        border-bottom-width: 12px;
        border-left-width: 7px;
    }
}

@media only screen and (min-width: 768px) {
    .manual_close span:hover {
        opacity: 0.7;
    }
}

/* ----------------------
    plan
---------------------- */
.plan {
    padding: 0 0 60px;
}

@media only screen and (min-width: 768px) {
    .plan > .container {
        width: 920px;
        text-align: center;
    }
}

.plan_about {
    position: relative;
    margin: 18px auto 0;
    padding: 0 0 20px;
    font-size: 12px;
    line-height: 1.5;
}

@media only screen and (min-width: 768px) {
    .plan_about {
        padding: 20px 0 40px;
        text-align: left;
        text-align: center;
        font-size: 20px;
        line-height: 1.65;
    }
}

.plan_lists {
    margin: auto;
    padding: 42px 0 0;
}

@media only screen and (min-width: 768px) {
    .plan_lists {
        padding-top: 84px;
        width: 920px;
        display: flex;
    }
}

.plan_list_lists {
    margin-top: auto;
}

.plan_list {
    position: relative;
    border-width: 5px;
    border-style: solid;
    border-radius: 12px;
    color: #fff;
    font-size: 11px;
    font-weight: normal;
}

@media only screen and (min-width: 768px) {
    .plan_list {
        float: left;
        border-width: 10px;
        border-radius: 25px;
        width: 290px;
        font-size: 16px;
        display: flex;
        flex-direction: column;
    }
}

.plan_list.plan_list-blue {
    border-color: #40ceef;
    background: #00beea;
}

.plan_list.plan_list-pink {
    border-color: #fa7d99;
    background: #f95d7f;
}

.plan_list.plan_list-green {
    border-color: #a8da47;
    background: #8ccf0b;
}

.plan_list + .plan_list {
    margin: 68px 0 0;
}

@media only screen and (min-width: 768px) {
    .plan_list + .plan_list {
        margin: 0 0 0 25px;
    }
}

.plan_list > .inner {
    padding: 11px 20px 19px;
}

@media only screen and (min-width: 768px) {
    .plan_list > .inner {
        padding: 11px 20px 23px;
    }
}

.plan_list_fukidashi {
    position: absolute;
    top: -52px;
    right: 0;
    left: -10px;
    margin: auto;
    padding: 8px 0;
    border-radius: 12px;
    width: 71%;
    text-align: center;
    font-size: 11px;
}

@media only screen and (min-width: 768px) {
    .plan_list_fukidashi {
        top: -94px;
        padding: 16px 0;
        border-radius: 25px;
        width: 290px;
        font-size: 17px;
    }
}

.plan_list-blue .plan_list_fukidashi {
    background: #04afe7;
}

.plan_list-pink .plan_list_fukidashi {
    background: #ef5270;
}

.plan_list-green .plan_list_fukidashi {
    background: #7eba09;
}

.plan_list_fukidashi:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: -6px;
    left: 0;
    margin: auto;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    width: 0;
    height: 0;
}

@media only screen and (min-width: 768px) {
    .plan_list_fukidashi:after {
        bottom: -8px;
        border-top: 16px solid #00beea;
        border-right: 9px solid transparent;
        border-left: 9px solid transparent;
    }
}

.plan_list-blue .plan_list_fukidashi:after {
    border-top: 9px solid #04afe7;
}

.plan_list-pink .plan_list_fukidashi:after {
    border-top: 9px solid #ef5270;
}

.plan_list-green .plan_list_fukidashi:after {
    border-top: 9px solid #7eba09;
}

.plan_list_fukidashi strong {
    font-size: 15px;
    font-weight: normal;
}

@media only screen and (min-width: 768px) {
    .plan_list_fukidashi strong {
        font-size: 24px;
    }
}

.plan_list_tit {
    margin: 0 0 11px;
    padding: 3px 0 7px;
    border-bottom: 2px dotted #6fdaf3;
    text-align: center;
    font-size: 17px;
    font-weight: normal;
    line-height: 1.14;
}

@media only screen and (min-width: 768px) {
    .plan_list_tit {
        margin: 0 0 15px;
        padding: 24px 0 37px;
        font-size: 28px;
    }
}

.plan_list-blue .plan_list_tit {
    border-bottom: 2px dotted #6fdaf3;
}

.plan_list-pink .plan_list_tit {
    border-bottom: 2px dotted #fcaec0;
}

.plan_list-green .plan_list_tit {
    border-bottom: 2px dotted #bce371;
}

@media only screen and (min-width: 768px) {
    .plan_list_tit.plan_list_tit-2line {
        padding: 15px 0;
    }
}

.plan_list_lists {
    padding: 12px 7px 12px 22px;
    border-radius: 0 0 8px 8px;
    background: #fff;
}

@media only screen and (min-width: 768px) {
    .plan_list_lists {
        padding: 25px 17px 25px 30px;
        border-radius: 0 0 17px 17px;
        min-height: 214px;
        text-align: left;
    }
}

.plan_list_list {
    position: relative;
    color: #00beea;
}

.plan_list-blue .plan_list_list {
    color: #00beea;
}

.plan_list-pink .plan_list_list {
    color: #f95d7f;
}

.plan_list-green .plan_list_list {
    color: #8ccf0b;
}

.plan_list_list:before {
    content: "・";
    display: block;
    position: absolute;
    top: 0;
    left: -1em;
}

.plan_list_list + .plan_list_list {
    margin: 2px 0 0;
}

@media only screen and (min-width: 768px) {
    .plan_list_list + .plan_list_list {
        margin-top: 5px;
    }
}

.plan_comparison {
    margin: 27px 0 0;
}

@media only screen and (min-width: 768px) {
    .plan_comparison {
        margin-top: 67px;
    }
}

.plan_comparison_tit {
    text-align: center;
    font-size: 12px;
}

@media only screen and (min-width: 768px) {
    .plan_comparison_tit {
        font-size: 20px;
        font-weight: normal;
    }
}

.plan_comparison_read {
    text-align: center;
    margin: 20px 0 0;
    font-size: 12px;
}

@media only screen and (max-width: 768px) {
    .plan_comparison_read {
        font-size: 14px;
    }
}

.plan_table {
    margin: 0 auto;
    width: 100%;
    font-size: 12px;
    line-height: 1.2;
    border-bottom: 1px dotted #dfdfdf;
    margin-top: 20px;
    padding-bottom: 20px;
}

@media only screen and (min-width: 768px) {
    .plan_table {
        width: 920px;
        font-size: 16px;
        margin-top: 60px;
        padding-bottom: 60px;
    }
}

.plan_table:first-of-type {
    margin-top: 0px;
}

.plan_table table {
    border-top: 1px solid #bbb;
    border-left: 1px solid #bbb;
    width: 100%;
}

@media only screen and (min-width: 768px) {
    .plan_table table {
        border-width: 2px;
    }
}

.plan_table thead {
    text-align: center;
}

.plan_table th {
    padding: 2px 4px;
    padding: 2px 7px;
    border-right: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    width: 110px;
    height: 33px;
    text-align: left;
    vertical-align: middle;
    font-size: 10px;
}

@media only screen and (min-width: 768px) {
    .plan_table th {
        padding: 25px 27px 23px;
        border-width: 2px;
        width: 330px;
        font-size: 16px;
    }
}

.plan_table th span {
    display: table-cell;
    padding: 0;
    vertical-align: middle;
    font-size: 10px;
}

@media only screen and (min-width: 768px) {
    .plan_table th span {
        padding: 0 0 0 14px;
        font-size: 16px;
    }
}

.plan_table td {
    padding: 2px 0;
    border-right: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    width: 102px;
    text-align: center;
    vertical-align: middle;
    font-size: 10px;
}

@media only screen and (min-width: 768px) {
    .plan_table td {
        border-width: 2px;
        width: 166px;
        height: 74px;
        font-size: 16px;
    }
}

.plan_table td.plan_table_name {
    padding: 6px 0;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    line-height: 1.1;
}

@media only screen and (min-width: 768px) {
    .plan_table td.plan_table_name {
        padding: 13px 0;
        width: 194px;
        font-size: inherit;
        font-weight: normal;
        line-height: 1.4;
    }
}

.plan_table td span {
    display: block;
    margin: 0 auto;
}

.plan_table td em {
    font-size: 10px;
    font-style: normal;
}

@media only screen and (min-width: 768px) {
    .plan_table td em {
        font-size: 12px;
    }
}

.plan_table_name.plan_table_name-blue {
    background: #00beea;
}

.plan_table_name.plan_table_name-pink {
    background: #f95d7f;
}

.plan_table_name.plan_table_name-green {
    background: #8ccf0b;
}

.plan_table_value.plan_table_value-blue {
    background: #e5f8fd;
}

.plan_table_value.plan_table_value-pink {
    background: #feeef2;
}

.plan_table_value.plan_table_value-green {
    background: #f3fae6;
}

/*
.plan_other {
    border-top: 1px dotted #dfdfdf;
    border-bottom: 1px dotted #dfdfdf;
}

@media only screen and (min-width: 768px) {
    .plan_other {
        border-width: 2px;
    }
}

.warning + .plan_other {
    border: none ! important;
    margin: 0 ! important;
    padding: 0 ! important;
}

.plan_other .js-accordion_content {
    display: none;
}

.plan_other_btn {
    margin: 0 0 15px;
    text-align: center;
    font-size: 15px;
}

@media only screen and (min-width: 768px) {
    .plan_other_btn {
        margin-bottom: 35px;
        font-size: 22px;
    }
}

.plan_other_btn.is-open a.plan_other_btn_close {
    display: none;
}

.plan_other_btn.is-open a.plan_other_btn_open {
    display: inline-block;
}

.plan_other_btn a {
    position: relative;
    padding: 0 2em 0 0;
    text-decoration: none;
    color: #f08200;
}

.plan_other_btn a.plan_other_btn_close {
    display: inline-block;
}

.plan_other_btn a.plan_other_btn_open {
    display: none;
}

.plan_other_btn a.plan_other_btn_open:after {
    bottom: 0;
    border-top: 0;
    border-bottom: 6px solid #f08200;
}

@media only screen and (min-width: 768px) {
    .plan_other_btn a.plan_other_btn_open:after {
        border-top: 0;
        border-bottom: 10px solid #f08200;
    }
}

.plan_other_btn a:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-top: 6px solid #f08200;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    width: 0;
    height: 0;
}
*/


/*
@media only screen and (min-width: 768px) {
    .plan_other_btn a:after {
        border-top: 10px solid #f08200;
        border-right: 7px solid transparent;
        border-left: 7px solid transparent;
    }
}

@media only screen and (min-width: 768px) {
    .plan_other_btn a:hover {
        opacity: 0.7;
    }
}

.plan_other_txt {
    margin: 10px 0 18px;
    font-size: 10px;
}

@media only screen and (min-width: 768px) {
    .plan_other_txt {
        margin-top: 30px;
        margin-bottom: 40px;
        text-align: center;
        font-size: 16px;
    }
}
*/

.plan_txt {
    margin: 33px 0 12px;
    text-align: center;
    font-size: 12px;
}

@media only screen and (min-width: 768px) {
    .plan_txt {
        margin: 67px 0 45px;
        font-size: 20px;
    }
}

.plan_txt a {
    color: #f08200;
}

.plan_type {
    text-align: center;
}

@media only screen and (max-width: 768px) {
    .plan_type {}
}

.plan_type + .plan_type {
    padding-top: 60px;
    border-top: 2px dotted #dfdfdf;
}

@media only screen and (max-width: 768px) {
    .plan_type + .plan_type {
        padding-top: 30px;
        border-width: 1px;
    }
}

.plan_type h3 {
    font-size: 20px;
    font-weight: normal;
}

@media only screen and (max-width: 768px) {
    .plan_type h3 {
        font-size: 12px;
    }
}

.plan_type .read {
    margin: 20px 0 0;
    font-size: 14px;
}

@media only screen and (max-width: 768px) {
    .plan_type .read {
        font-size: 10px;
    }
}

.plan_type table {
    margin: 30px 0 0;
}

.plan_type table + table {
    margin-top: -2px;
}

.plan_type table th,
.plan_type table td {
    height: auto;
    padding: 0.8em;
    font-weight: normal;
}

.plan_type table th {
    text-align: left;
}

.plan_type table tr.tbl_head th {
    text-align: center;
}

.plan_type table tr.tbl_head th.title {
    padding: 0.5em;
    font-size: 20px;
    font-weight: bold;
    background: #fccd00;
}

@media only screen and (max-width: 768px) {
    .plan_type table tr.tbl_head th.title {
        font-size: 10px;
    }
}

.plan_type table.type2 tr.tbl_head th.title {
    background: #b6b6b6;
}

.plan_type table.type3 tr.tbl_head th.title:last-child {
    background: #b6b6b6;
}

.plan_type table td {
    text-align: center;
    background: #ffefc9;
}

.plan_type table.type2 td {
    background: #e9e9e9;
}

.plan_type table.type3 td:last-child {
    background: #e9e9e9;
}

.plan_type .attention {
    margin: 1em 0 0;
}

.plan_type .attention li {
    margin: 0.5em 0 0;
    text-align: left;
    font-size: 12px;
}

@media only screen and (max-width: 768px) {
    .plan_type .attention li {
        font-size: 10px;
    }
}





.manaba {
    padding: 25px 0 0;
    font-size: 12px;
    line-height: 1.41;
}

@media only screen and (min-width: 768px) {
    .manaba {
        padding: 85px 0 60px;
        font-size: 16px;
        line-height: 1.7;
    }
}

@media only screen and (min-width: 768px) {
    .manaba > .container {
        width: 920px;
    }
}

.manaba_logo {
    display: block;
    position: relative;
    left: -3px;
    margin: 0 auto 20px;
}

@media only screen and (min-width: 768px) {
    .manaba_logo {
        left: 30px;
        margin-bottom: 62px;
    }
}

.manaba_tit {
    text-align: center;
    color: #04afe7;
    font-size: 20px;
    font-weight: bold;
}

@media only screen and (min-width: 768px) {
    .manaba_tit {
        margin: 0 0 18px;
        text-align: left;
        font-size: 35px;
        font-weight: normal;
        line-height: 1.31;
    }
}

.manaba_img {
    margin: 12px auto 18px;
    width: 280px;
    height: 170px;
    background: url(../img/manaba_concept_img-sp.jpg) 0 0 no-repeat;
    background-size: 280px 170px;
}

@media only screen and (min-width: 768px) {
    .manaba_img {
        position: absolute;
        top: 178px;
        right: 4px;
        width: 484px;
        height: 313px;
        background: url(../img/manaba_concept_img-pc.png) 0 0 no-repeat;
        background-size: 484px 313px;
    }
}

@media only screen and (min-width: 768px) {
    .manaba_txts {
        width: 900px;
        text-align: justify;
        text-justify: inter-ideograph;
    }
}

.manaba_txt {
    margin: 5px 0 0;
    color: #98cc2d;
    font-size: 12px;
    font-weight: bold;
}

@media only screen and (min-width: 768px) {
    .manaba_txt {
        margin-top: 17px;
        font-size: 16px;
        font-weight: normal;
        line-height: 1.375;
    }
}

/* 追加 --------- */
.manaba_merits {
    margin-top: 12px;
}

@media only screen and (min-width: 768px) {
    .manaba_merits {
        margin-top: 32px;
    }
}

.manaba_merit {
    font-size: 10px;
}

@media only screen and (min-width: 768px) {
    .manaba_merit {
        font-size: 20px;
    }
}

.manaba_merit .ls-ex {
    margin: 0 -0.4em 0 0;
}

@media only screen and (min-width: 768px) {
    .manaba_merit .ls-ex {
        margin: 0 -0.3em 0 0;
    }
}

/* ----------------------
    faq
---------------------- */
.faq {
    padding: 0 0 40px;
    background: #fccd00;
    text-align: center;
    color: #fff;
    font-size: 12px;
}

@media only screen and (min-width: 768px) {
    .faq {
        padding-bottom: 64px;
        font-size: 18px;
    }
}

.faq_tit {
    margin-bottom: 10px;
    padding-top: 92px;
    color: #453e30;
    font-size: 20px;
}

@media only screen and (min-width: 768px) {
    .faq_tit {
        margin-bottom: 20px;
        padding-top: 208px;
        font-size: 38px;
    }
}

.faq_txt {
    font-size: 12px;
    font-weight: bold;
}

@media only screen and (min-width: 768px) {
    .faq_txt {
        font-size: 18px;
        font-weight: normal;
    }
}

.faq_lists {
    margin: 8px 0 0;
}

@media only screen and (min-width: 768px) {
    .faq_lists {
        margin: 25px auto 0;
        width: 960px;
    }
}

.faq_list {
    margin: 0 20px;
    padding: 14px;
    border-radius: 10px;
    background: #fff;
    text-align: left;
    color: #453e30;
}

@media only screen and (min-width: 768px) {
    .faq_list {
        padding: 20px 26px;
        border-radius: 18px;
    }
}

.faq_list + .faq_list {
    margin-top: 10px;
}

@media only screen and (min-width: 768px) {
    .faq_list + .faq_list {
        margin-top: 26px;
    }
}

.faq_list dt,
.faq_list dd {
    position: relative;
    padding-left: 28px;
}

@media only screen and (min-width: 768px) {

    .faq_list dt,
    .faq_list dd {
        padding: 10px 20px 10px 57px;
    }
}

.faq_list dt span,
.faq_list dd span {
    position: absolute;
    top: 0;
    left: 0;
}

.faq_list dt {
    padding-right: 16px;
    min-height: 22px;
    cursor: pointer;
    font-weight: bold;
}

@media only screen and (min-width: 768px) {
    .faq_list dt {
        font-size: 20px;
    }
}

.faq_list dt:after {
    content: "";
    display: block;
    position: absolute;
    top: 9px;
    right: 0;
    border-top: 6px solid #f08200;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    width: 0;
    height: 0;
}

@media only screen and (min-width: 768px) {
    .faq_list dt:after {
        top: 20px;
        right: 0;
        border-top: 10px solid #f08200;
        border-right: 7px solid transparent;
        border-left: 7px solid transparent;
    }
}

.faq_list dt:hover {
    opacity: 0.8;
}

.faq_list dt.is-open:after {
    display: none;
}

.faq_list dd {
    display: none;
    margin: 9px 0 0;
    padding-top: 12px;
    padding-right: 20px;
    border-top: 1px dotted #dfdfdf;
    font-size: 11px;
}

@media only screen and (min-width: 768px) {
    .faq_list dd {
        margin: 12px 0 0;
        padding-top: 25px;
        border-width: 2px;
        font-size: 16px;
    }
}

.faq_list dd span {
    top: 8px;
}

/* ----------------------
    contact
---------------------- */
.contact {
    position: relative;
    padding: 26px 0 20px;
    text-align: center;
    font-size: 12px;
}

@media only screen and (min-width: 768px) {
    .contact {
        padding: 72px 0 25px;
        font-size: 20px;
    }
}

.contact:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0 0 0 -17px;
    border-top: 17px solid #fccd00;
    border-right: 17px solid transparent;
    border-left: 17px solid transparent;
    width: 0;
    height: 0;
}

@media only screen and (min-width: 768px) {
    .contact:before {
        top: -1px;
        margin: 0 0 0 -33px;
        border-top: 33px solid #fccd00;
        border-right: 33px solid transparent;
        border-left: 33px solid transparent;
    }
}

.contact_tit {
    margin: 0 0 5px;
    font-size: 18px;
}

@media only screen and (min-width: 768px) {
    .contact_tit {
        margin-bottom: 15px;
        font-size: 35px;
    }
}

.contact_lists {
    margin: 12px 0 0;
}

@media only screen and (min-width: 768px) {
    .contact_lists {
        margin: 34px auto 0;
        width: 920px;
    }
}

.contact_list {
    padding: 8px 10px;
    border: 5px solid #fff4c2;
    border-radius: 5px;
    text-align: left;
    font-weight: bold;
    line-height: 1.2;
}

@media only screen and (min-width: 768px) {
    .contact_list {
        float: left;
        padding: 33px 0;
        border-width: 10px;
        border-radius: 10px;
        width: 440px;
        text-align: center;
    }
}

.contact_list + .contact_list {
    margin: 10px 0 0;
}

@media only screen and (min-width: 768px) {
    .contact_list + .contact_list {
        margin: 0 0 0 40px;
    }
}

.contact_list dt {
    float: left;
}

@media only screen and (min-width: 768px) {
    .contact_list dt {
        float: none;
        font-weight: normal;
    }
}

.contact_list dd {
    position: relative;
    float: left;
    margin: 0 0 0 46px;
    font-size: 15px;
}

@media only screen and (min-width: 768px) {
    .contact_list dd {
        float: none;
        margin-top: 15px;
    }
}

.contact_list dd span {
    position: absolute;
    top: 2px;
    left: -28px;
}

@media only screen and (min-width: 768px) {
    .contact_list dd span {
        top: 5px;
        left: 2px;
    }
}

.contact_list dd a {
    text-decoration: none;
    color: #f08200;
}

.contact_list dd a:hover {
    opacity: 0.8;
}

.contact_list.contact_list-mail dd {
    padding: 3px;
}

@media only screen and (min-width: 768px) {
    .contact_list.contact_list-mail dd {
        font-size: 33px;
    }
}

.contact_list.contact_list-mail dd span {
    top: 5px;
    left: -30px;
}

@media only screen and (min-width: 768px) {
    .contact_list.contact_list-mail dd span {
        top: 7px;
        left: 4px;
    }
}

@media only screen and (min-width: 768px) {
    .contact_list.contact_list-tel {
        padding-bottom: 30px;
    }
}

.contact_list.contact_list-tel dd {
    padding: 3px;
    font-size: 17px;
}

@media only screen and (min-width: 768px) {
    .contact_list.contact_list-tel dd {
        letter-spacing: -0.05em;
        font-size: 35px;
    }

    .contact_list.contact_list-tel dd a {
        cursor: default;
    }

    .contact_list.contact_list-tel dd a:hover {
        opacity: 1;
    }
}

.contact_btn {
    margin: 10px 0 0;
}

@media only screen and (min-width: 768px) {
    .contact_btn {
        margin: 30px 0 0;
    }
}

.contact_privacy {
    margin: 20px 0 0;
    font-size: 12px;
}

@media only screen and (min-width: 768px) {
    .contact_privacy {
        margin-top: 44px;
        font-size: 14px;
    }
}

.contact_address {
    margin: 14px 0 0;
}

@media only screen and (min-width: 768px) {
    .contact_address {
        margin-top: 6px;
        font-size: 14px;
    }
}

/* 販売代理店 ----- */
.agency {
    margin: 30px auto 0;
    padding: 0 20px 20px 20px;
    border-bottom: 1px dotted #dfdfdf;
}

@media only screen and (min-width: 768px) {
    .agency {
        margin-top: 66px;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 33px;
        border-bottom-width: 2px;
        width: 920px;
    }
}

@media only screen and (min-width: 768px) {
    .agency .inner {
        padding: 7px 0 0;
    }
}

.agency a {
    display: inline-block;
    text-decoration: none;
}

@media only screen and (min-width: 768px) {
    .agency a:hover {
        opacity: 0.7;
    }
}

.agency_tit {
    position: relative;
    margin: 0 0 12px;
}

.agency_tit:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    border-top: 1px dotted #dfdfdf;
    width: 90%;
    height: 1px;
}

@media only screen and (min-width: 768px) {
    .agency_tit:after {
        border-top-width: 2px;
        width: 100%;
    }
}

.agency_tit span {
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 4px 12px 5px;
    border-radius: 2px;
    background: #a29e97;
    color: #fff;
    font-size: 10px;
    font-weight: normal;
}

@media only screen and (min-width: 768px) {
    .agency_tit span {
        padding: 10px 20px 8px;
        border-radius: 5px;
        font-size: 18px;
    }
}

.agency_logo {
    margin: 0 0 8px;
}

@media only screen and (min-width: 768px) {
    .agency_logo {
        float: left;
    }
}

.agency_logo img {
    width: 150px;
}

@media only screen and (min-width: 768px) {
    .agency_logo img {
        width: 253px;
    }
}

.agency_txt {
    font-size: 10px;
    line-height: 1.7;
}

@media only screen and (min-width: 768px) {
    .agency_txt {
        float: left;
        margin: 0 0 0 25px;
        padding: 6px 0 0;
        text-align: left;
        font-size: 16px;
    }
}

.agency_txt a {
    position: relative;
}

.agency_txt a:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -15px;
    bottom: 0;
    margin: auto;
    margin: auto;
    width: 11px;
    height: 11px;
    background: url(../common/img/mod-ico-sp.png) no-repeat;
    background-position: -10px -323px;
    background-size: 138px 1272px;
}

@media only screen and (min-width: 768px) {
    .agency_txt a:after {
        right: -27px;
        width: 20px;
        height: 22px;
        background: url(../common/img/mod-ico-pc.png) no-repeat;
        background-position: -60px -1232px;
        background-size: 275px 3209px;
    }
}

.agency_txt span {
    font-weight: bold;
}

.agency_txt strong {
    font-size: 14px;
}

@media only screen and (min-width: 768px) {
    .agency_txt strong {
        font-size: 24px;
    }
}

/* ----------------------
    footer
---------------------- */
.ftr {
    position: relative;
    padding: 10px 0 0;
    background: #fff;
    color: #888;
    font-size: 12px;
    line-height: 1.4;
}

@media only screen and (min-width: 768px) {
    .ftr {
        padding: 32px 0 0;
        font-size: 12px;
    }

    .ftr > .container {
        width: 920px;
    }
}

.ftr_txt {
    margin: 7px 0 0;
    font-size: 10px;
}

.ftr_txt span {
    display: inline-block;
    vertical-align: middle;
}

@media only screen and (min-width: 768px) {
    .ftr_txt {
        margin-top: 24px;
        font-size: 12px;
    }
}

.ftr_bnr-left {
    float: left;
    margin: 10px 0 0;
}

@media only screen and (min-width: 768px) {
    .ftr_bnr-left {
        float: none;
    }
}

.ftr_bnr-left li {
    display: inline-block;
    width: 85px;
}

@media only screen and (min-width: 768px) {
    .ftr_bnr-left li {
        margin-right: 10px;
        padding-left: 14px;
        border-left: 1px dotted #dfdfdf;
        width: auto;
    }

    .ftr_bnr-left li:first-child {
        padding: 0;
        border: 0;
    }
}

.ftr_bnr-left li a:hover {
    opacity: 0.8;
}

.ftr_bnr-right {
    float: right;
}

@media only screen and (min-width: 768px) {
    .ftr_bnr-right {
        position: absolute;
        top: 10px;
        right: -10px;
        float: none;
    }
}

.ftr_bnr-right li {
    display: inline-block;
}

@media only screen and (min-width: 768px) {
    .ftr_bnr-right li {
        margin-right: 10px;
    }
}

.ftr_bnr-right .ftr_bnr-right-privacy {
    width: 30px;
}

@media only screen and (min-width: 768px) {
    .ftr_bnr-right .ftr_bnr-right-privacy {
        width: auto;
    }
}

.ftr_bnr-right .ftr_bnr-right-jqa {
    width: 22px;
}

@media only screen and (min-width: 768px) {
    .ftr_bnr-right .ftr_bnr-right-jqa {
        width: auto;
    }
}

.ftr_bnr-right .ftr_bnr-right-ukas {
    width: 21px;
}

@media only screen and (min-width: 768px) {
    .ftr_bnr-right .ftr_bnr-right-ukas {
        width: auto;
    }
}

.ftr_bnr-right .ftr_bnr-right-isms {
    border: solid 1px black;
    width: 46px;
}

.ftr_bnr-right .ftr_bnr-right-isms img {
    padding: 0 1px 0 2px;
    width: 22px;
}

@media only screen and (min-width: 768px) {
    .ftr_bnr-right .ftr_bnr-right-isms {
        width: auto;
        padding: 4px 10px 2px 0px;
    }

    .ftr_bnr-right .ftr_bnr-right-isms img {
        padding: 0 0 0 10px;
        width: inherit;
    }
}

.ftr_bnr-right a:hover {
    opacity: 0.8;
}

.company_link {
    background: #f9aa01;
    padding: 0;
    font-size: 0.875rem;
    line-height: 1.57em;
    margin: 3px 10px;
    border-radius: 3px;
}

.company_link a {
    padding: 0 12px;
    text-decoration: none;
}

.company_link em {
    color: #fff;
    font-style: normal;
    position: relative;
    margin-left: 8px;
}

.company_link em:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    left: -8px;
    box-sizing: border-box;
    width: 6px;
    height: 9px;
    border: 6px solid transparent;
    border-left: 6px solid #fff;
}

.copyright {
    margin: 0;
    padding: 15px 0;
    background: #fccd00;
    text-align: center;
    color: #fff;
    font-size: 12px;
}

@media only screen and (min-width: 768px) {
    .copyright {
        margin: 30px 0 0;
        padding: 25px 0;
        border-width: 2px;
        font-size: 14px;
    }
}

/* ----------------------
    awardバナー追加
---------------------- */
.bnr-award a {
    display: block;
    overflow: hidden;
    margin: 0 auto 40px;
    width: 280px;
    height: 123px;
    background: url(../common/img/bnr-award-sp.png) 0 0 no-repeat;
    background-size: 280px 123px;
    white-space: nowrap;
    text-indent: 100%;
}

@media only screen and (min-width: 768px) {
    .bnr-award a {
        margin-bottom: 80px;
        width: 600px;
        height: 174px;
        background: url(../common/img/bnr-award-pc.png) 0 0 no-repeat;
        background-size: 600px 174px;
    }

    .bnr-award a:hover {
        opacity: 0.7;
    }
}



.bnr_smp_fixed {
    display: none;
}

@media only screen and (max-width: 767px) {
    .bnr_smp_fixed {
        display: none;
        position: relative;
        margin: 30px 0 0;
    }

    .bnr_smp_fixed .bnr_smp_wrap {
        position: absolute;
        left: 0;
        bottom: -100px;
        width: 100%;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .bnr_smp_fixed.act .bnr_smp_wrap {
        position: fixed;
        bottom: 0;
        z-index: 99;
    }

    .bnr_smp_fixed.act.stop .bnr_smp_wrap {
        position: static;
        bottom: 0;
    }

    #backtop {}

    #backtop a {
        overflow: hidden;
        display: block;
        position: absolute;
        bottom: 73%;
        right: 10px;
        border-radius: 4px 4px 0 0;
        width: 30px;
        height: 22px;
        background: #f9aa01;
        white-space: nowrap;
        text-indent: 100%;
    }

    #backtop a:before {
        content: "";
        display: block;
        opacity: 0.5;
        position: absolute;
        top: 5px;
        left: 10px;
        width: 10px;
        height: 2px;
        background: #fff;
    }

    #backtop a:after {
        content: "";
        display: block;
        position: absolute;
        top: 9px;
        left: 11px;
        border-right: 4px solid transparent;
        border-bottom: 6px solid #fff;
        border-left: 4px solid transparent;
        width: 0;
        height: 0;
    }
}

/* ----------------------
    ニュースリリース追加
---------------------- */
.news {
    margin: 0 auto 44px;
    border: 5px solid #fccd00;
    border-radius: 8px;
    width: 280px;
    background: #fccd00;
    font-size: 12px;
}

@media only screen and (min-width: 768px) {
    .news {
        margin-bottom: 96px;
        border-width: 8px;
        width: 920px;
    }
}

.news_tit {
    padding: 6px 0;
    text-align: center;
    color: #fff;
    font-size: 12px;
}

@media only screen and (min-width: 768px) {
    .news_tit {
        padding: 6px 0 8px;
        font-size: 22px;
        font-weight: normal;
    }
}

.news_lists {
    padding: 0 10px 10px;
    border-radius: 0 0 5px 5px;
    background: #fff;
}

@media only screen and (min-width: 768px) {
    .news_lists {
        padding: 0 20px 10px 20px;
    }
}


.news_lists .news_more {
    display: none;
    border-top: 2px dotted #dfdfdf;
}

@media only screen and (max-width: 767px) {
    .news_lists .news_more {
        border-top: 1px dotted #dfdfdf;
    }
}

.news_lists .news_accordion_btn {
    padding: 20px 0;
    border-top: 2px dotted #dfdfdf;
    border-bottom: 2px dotted #dfdfdf;
    text-align: center;
    cursor: pointer;
}

@media only screen and (max-width: 767px) {
    .news_lists .news_accordion_btn {
        padding: 10px;
        border-top: 1px dotted #dfdfdf;
        border-bottom: 1px dotted #dfdfdf;
    }
}

.news_lists .news_accordion_btn .txt_close {
    display: none;
}

.news_lists .news_accordion_btn.act .txt_open {
    display: none;
}

.news_lists .news_accordion_btn.act .txt_close {
    display: inline;
}

.news_lists .news_accordion_btn span {
    position: relative;
    font-size: 22px;
    color: #f08200;
}

@media only screen and (max-width: 767px) {
    .news_lists .news_accordion_btn span {
        font-size: 15px;
    }
}

.news_lists .news_accordion_btn span::before,
.news_lists .news_accordion_btn span::after {
    content: '';
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
}

@media only screen and (max-width: 767px) {

    .news_lists .news_accordion_btn span::before,
    .news_lists .news_accordion_btn span::after {
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
    }
}

.news_lists .news_accordion_btn span::after {
    display: inline-block;
    margin-left: 5px;
    border-top: 12px solid #f08200;
}

.news_lists .news_accordion_btn.act span::after {
    display: none;
}

.news_lists .news_accordion_btn.act span::before {
    display: inline-block;
    margin-right: 10px;
    border-bottom: 12px solid #f08200;
}

@media only screen and (max-width: 767px) {
    .news_lists .news_accordion_btn span::after {
        border-top: 9px solid #f08200;
    }

    .news_lists .news_accordion_btn.act span::before {
        border-bottom: 9px solid #f08200;
    }
}



.news_list + .news_list a {
    border-top: 1px dotted #dfdfdf;
}

@media only screen and (min-width: 768px) {
    .news_list + .news_list a {
        border-top-width: 2px;
    }
}

.news_list a {
    display: table;
    padding: 13px 0;
    width: 100%;
    text-decoration: none;
}

@media only screen and (min-width: 768px) {
    .news_list a:hover:hover {
        color: #f9aa01;
    }
}

.news_list_thumb,
.news_list_tit {
    display: table-cell;
    vertical-align: top;
}

.news_list_thumb {
    width: 32px;
}

@media only screen and (min-width: 768px) {
    .news_list_thumb {
        padding: 0 0 0 10px;
        width: 74px;
    }
}

.news_list_thumb img {
    border-radius: 50%;
    width: 100%;
}

.news_list_tit {
    padding: 0 8px;
    vertical-align: middle;
    font-size: 12px;
}

@media only screen and (min-width: 768px) {
    .news_list_tit {
        padding: 0 24px 0 12px;
        font-size: 20px;
        line-height: 1.5;
    }
}

.news_list_tit span {
    display: inline;
    position: relative;
}

.news_list_tit span:after {
    content: "";
    position: absolute;
    right: -15px;
    margin: 2px 0 0;
    width: 11px;
    height: 11px;
    background: url(../common/img/mod-ico-sp.png) no-repeat;
    background-position: -10px -323px;
    background-size: 138px 1272px;
}

@media only screen and (min-width: 768px) {
    .news_list_tit span:after {
        right: -27px;
        width: 20px;
        height: 22px;
        background: url(../common/img/mod-ico-pc.png) no-repeat;
        background-position: -60px -1232px;
        background-size: 275px 3209px;
    }

    .news_list a:hover .news_list_tit span:after {
        background-position: -20px -1232px;
    }
}

/* ----------------------
    twitterウィジェット　上書き
---------------------- */
.timeline-Header {
    display: none;
}

.timeline-Body {
    border-top: 0;
}

.u-floatLeft {
    display: none ! important;
}

/* ----------------------
    youtube ロゴ
---------------------- */
@media only screen and (min-width: 768px) {
    .mod-youtube {
        top: 70% ! important;
    }
}


/* ----------------------
    20200228
---------------------- */
.concept {
    /*
	margin-bottom: 15px;*/
}

.concept_bg {
    top: 168px;
}

.concept_demo {
    background-color: #e9e9e9;
    margin: -48px 0 0;
    height: 460px;
}

.concept_demo_img {
    background-image: url(../img/concept-demo-img-2020-sp.png);
    height: 234px;
    background-size: 320px 234px;
    margin-top: 150px;
}

.concept-txt-01 {
    position: absolute;
    color: #453E30;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    top: -152px;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
}

@media only screen and (max-width: 768px) {
    .concept-txt-01 {
        font-size: 18px;

    }
}

.concept-txt-02 {
    position: absolute;
    top: -80px;
    left: 50%;
    transform: translateX(-50%);
    color: #453E30;
    font-weight: bold;
    font-size: 14px;
    text-align: left;
    width: 300px;
    margin: auto;
}

@media only screen and (max-width: 768px) {
    .concept-txt-02 {
        top: -100px;
        padding: 10px;
        text-shadow:
            0px 0px 4px #FFFFFF,
            0px 0px 4px #FFFFFF,
            0px 0px 4px #FFFFFF,
            0px 0px 4px #FFFFFF,
            0px 0px 4px #FFFFFF,
            0px 0px 4px #FFFFFF,
            0px 0px 4px #FFFFFF,
            0px 0px 4px #FFFFFF,
            0px 0px 4px #FFFFFF,
            0px 0px 4px #FFFFFF;
    }
}

.concept-txt-02 .pc_only {
    display: none;
}

.concept-txt-02 .sp_only {
    display: block;
}



.movie_sec {
    margin: 0 0 90px;
    padding: 0 0 70px;
    background: #e9e9e9;
    text-align: center;
}

@media only screen and (max-width: 768px) {
    .movie_sec {
        padding: 0 20px 70px;
    }
}

.movie_sec .movie_block {
    width: 660px;
    margin: 0 auto;
}

@media only screen and (max-width: 768px) {
    .movie_sec .movie_block {
        width: auto;
    }
}

.movie_sec .movie_wrap {
    overflow: hidden;
    position: relative;
    height: 0;
    padding: calc(315 / 560 * 100%) 0 0;
}

.movie_sec .movie_wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.movie_sec p {
    margin: 1em 0 0;
    font-size: 24px;
    font-weight: bold;
}

.movie_sec p .t_small {
    font-size: 18px;
}

@media only screen and (max-width: 768px) {
    .movie_sec p {
        font-size: 18px;
    }

    .movie_sec p .t_small {
        font-size: 14px;
    }
}



@media only screen and (min-width: 768px) {
    .concept {
        /*
		margin-bottom: 90px;*/
    }

    .concept_bg {
        top: 392px;
    }

    .concept_demo {
        height: 1080px;
    }

    .concept_demo_img {
        max-width: 1075px;
        width: 100%;
        height: 629px;
        left: 0;
        right: 0;
        background: url(../img/concept-demo-img-2020.png) center center no-repeat;
        background-size: contain;
    }

    .concept-txt-01 {
        font-size: 50px;
        top: 20px;
        text-align: center;
        color: #453e30;
    }

    .concept-txt-02 {
        width: 100%;
        color: #453e30;
        top: 815px;
        font-size: 31px;
        text-align: center;
        line-height: 1.5;
    }

    .concept-txt-02 .pc_only {
        display: block;
    }

    .concept-txt-02 .sp_only {
        display: none;
    }
}


/* ----------------------
    警告ページ
---------------------- */
.warning {
    margin: 0 auto 0px;
    width: 350px;
    font-size: 12px;
}

@media only screen and (min-width: 768px) {
    .warning {
        border-width: 8px;
        width: 920px;
    }
}

.warning div.header {
    height: 70px;
    margin: 0 0 40px 0;
    position: relative;
}

.warning div.header img {
    display: block;
    height: 70px;
    position: absolute;
    top: 5px;
    width: 70px;
}

.warning div.header div.chlang {
    font-size: 16px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.warning h2 {
    border-top: solid 3px red;
    border-bottom: solid 3px red;
    color: red;
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 40px;
    padding: 14px 0 11px 0;
    position: relative;
    text-align: center;
}

.warning_tit {
    padding: 6px 0;
    text-align: center;
    color: #fff;
    font-size: 12px;
}

@media only screen and (min-width: 768px) {
    .warning_tit {
        padding: 6px 0 8px;
        font-size: 22px;
        font-weight: normal;
    }
}

.warning_text {
    padding: 0 10px 10px;
    border-radius: 0 0 5px 5px;
    background: #fff;
    font-size: 18px;
    line-height: 1.5;
}

@media only screen and (min-width: 768px) {
    .warning_text {
        padding: 0 20px 10px 20px;
    }
}

.warning_text em {
    color: red;
    font-style: normal;
    font-weight: bold;
}

.warning_text strong {
    font-weight: bold;
}

.warning_text p {
    margin: 20px 0 20px 0;
}

.warning_text p.note {
    font-size: 15px;
    padding: 0 30px 0 30px;
}

.warning_text a {
    display: table;
    padding: 13px 0;
    width: 100%;
    text-decoration: none;
}

@media only screen and (min-width: 768px) {
    .warning_text a:hover:hover {
        color: #f9aa01;
    }
}
