@charset "utf-8";
/* CSS Document */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    vertical-align:baseline;
    background:transparent;
}
body {
    line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
nav ul {
    list-style:none;
}
ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote::after,
q:before, q::after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    color: #292929;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}


/* layout */
body{
    color: #292929;
    font-size: 16px;
    line-height: 1.4;
    font-family: "FOT-筑紫ゴシック Pr5 M";
    -webkit-text-size-adjust: 100%;
}
.wf-sawarabimincho {
    font-family: "FOT-筑紫明朝 Pr5 B";
}
#l-wrapper {
    max-width: 980px;
    margin: 0 auto;
    overflow: hidden;
}
#l-wrapper.pc {
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
}
#l-wrapper *{
    box-sizing: border-box;
}
.l-block{
    margin: 10px 0 20px;
    padding: 10px;
}

/* general */
section{
    margin-bottom: 30px;
}
article, .cost{
    font-size: 0.85rem;
}
.top_padding{
    padding-top: 80px;
}
.redtext{
    color: #c9171e;
}
a{
    text-decoration: none;
}
.pc_display{
    display: none;
}
.note {
    font-size: 0.8rem;
    color: #333;
    margin-top: 10px;
}
.sec3 .note {
    padding: 0 10px;
    margin-top: 5px;
}
.note li::before {
    content: "※";
}
.mt10{
    margin-top: 10px;
    font-size: 0.8rem;
}

/* hero */
.l-hero{
    width: 100%;
    height: 70vh;
    position: relative;
    margin-bottom: 0;
}
.pc .l-hero{
    height: 60vh;
}
.pc .l-hero_cover {
    background: rgba(255,255,255,0.3);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60vh;
}
.l-hero_logo{
    display: inline-block;
    width: 80px;
    height: auto;
    margin: 10px;
}
.l-hero_logo img{
    width: 100%;
}
.l-hero_title{
    width: 250px;
    position: absolute;
    top:0;
    left: 0;
    bottom:0;
    right:0;
    margin: auto;
    width: 250px;
    height: 250px;
}
h1{
    margin-top: 0;
    text-align: center;
}
h1 img{
    max-width: 90%;
    height: auto;
}
.l-hero_cloud1{
    display: inline-block;
    width: 150px;
    height: auto;
    position: absolute;
    top: 35px;
    right: -30px;
    z-index: 10;
    margin-top: -45px;
}
.l-hero_cloud1 img{
    max-width: 100%;
}
.l-hero_cloud2{
    display: inline-block;
    width: 150px;
    height: auto;
    position: absolute;
    top: 240px;
    left: -12px;
    z-index:10;
    margin-top: -40px;
}
.l-hero_cloud2 img{
    max-width: 100%;
}
.l-hero_copy{
    position: absolute;
    top: 55px;
    left: 4px;
    display: inline-block;
    width: 60px;
    z-index: 20;
}
.l-hero_copy img{
    max-width: 100%;
    height: auto;
}
.l-hero_gift{
    background-color: #fef4f4;
    margin-top: 30px;
    padding: 1px 0;
    width: 100%;
    position: relative;
}
.l-hero_cp{
    width: 120px;
    height: auto;
    position: absolute;
    bottom: 0.5rem;
    right: 5px;
}
.l-hero_cp > img{
    width: 100%;
}
.gift_inner{
    margin: 0 auto;
    text-align: left;
    padding-right: 30px;
    padding-left: 5px;
    border-top: solid 1px #866629;
    border-bottom: solid 1px #866629;
}
.gift_schedule{
    margin: 3px 0;
    font-size: 0.8rem;
    font-weight: 600;
}
.gift_copy{
    margin: 5px 0 3px;
    font-size: 0.9rem;
    color: #956f29;
    font-weight: 600;
}
.gift_inner img{
    width: 70px;
    height: auto;
    position: absolute;
    bottom: 0;
    right: -15px;
}

/* no-retina for PC */
.pc .l-hero.no-retina{
    height: 60vh;
}
.pc .l-hero.no-retina .l-hero_cover {
    height: 60vh;
}
.pc .l-hero.no-retina .l-hero_cloud1 {
    top: 86px;
}
.pc .l-hero.no-retina .l-hero_cloud2 {
    bottom: 80px;
}

/* fix */
#fix-button{
    max-width: 980px;
    margin-bottom: 0;
    position: fixed;
    z-index: 10000;
    width: 100%;
    height: 4.0rem;
    background-color: rgba(0,0,0,0.2);
    bottom: 0;
    display: flex;
    transition: opacity 0.1s;
}
.fix-button__link{
    display: inline-block;
    width: 140px;
    text-align: center;
    font-size: 0.85rem;
    padding: 0.8rem;
    background: #c9171e;
    margin: 0.6rem auto;
    color: #ffffff;
}
.fix-button__link--blue{
    background: #4399de;
}
@media all and (min-width:375px){
    .fix-button__link{
        width: 170px;
    }
}
@media all and (min-width: 568px){
    #fix-button{
        height: 5.0rem;
    }
    .fix-button__link{
        display: inline-block;
        width: 350px;
        font-size: 1.2rem;
        padding: 18px;
    }
}

/* seccp */
.cpsec{
    background-color: #fdeff2;
}
.cpsec__unit{
    padding-bottom: 3.2rem;
    }
.cpsec__unit--2{
    margin-top: 4.2rem;
}
.cpsec__5000cp{
    margin: 0 auto;
    text-align: center;
    padding-bottom: 0 !important;;
}
.cpsec__title{
    margin: 0 auto;
    text-align: center;
    padding-bottom: 1.0rem;
}
.cpsec__title > img{
    width: 100%;
    height: auto;
}
.cpsec__img {
    text-align: center;
}
.cpsec__img > img{
    width: 65%;
    height: auto;
}
.cpsec__copy{
    padding: 0 20px;
}
.cpsec__detail ,.detail__overview{
    font-size: 0.85rem;
}
.detail{
    margin-bottom: 2.0rem;
}
.detail__title{
    margin-bottom: 0.4rem;
    background: #c9171e;
    padding: .2rem;
    color: #ffffff;
    text-align: center;
}
.detail__title--quo{
    background-color: #008cd6;
}
.overview{
    margin-bottom: 1.0rem;
}
.overview__title::before{
    content: "▼";
}
.overview__list::before{
    content: "・";
}
.overview__note::before{
    content: "※";
}
.overview__note{
    margin-top: 1.0rem;
}
/*accordion*/
.acd-check{
    display: none;
}
.acd-label{
    background: #a0a09c;
    display: block;
    width: 250px;
    padding: 15px;
    text-align: center;
    margin: 0 auto;
    color: #ffffff;
    margin-top: 1.0rem;
    position: relative;
}
.acd-label::before{
    content: "";
    width: .32rem;
    height: .32rem;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(133deg);
    position: absolute;
    right: 1.35rem;
    top: 46%;
}
.cpsec__detail{
    height: 0;
    opacity: 0;
    padding: 20px 0 70px;
}
.acd-check:checked + .acd-label + .cpsec__detail {
    height: auto;
    opacity: 1;
    padding: 10px;
    padding-bottom: 80px;
}
.acd-check:checked + .acd-label::before{
    content: "";
    width: .32rem;
    height: .32rem;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(-45deg);
    position: absolute;
    right: 1.35rem;
    top: 46%;
}


/* main */
.sec1, .sec3{
    padding: 0 20px;
}
.sec1{
    margin-bottom: -2.0rem;
    margin-top: 2.0rem;
    position: relative;
}
.f-r{
    position: relative;
}
.f-l{
    position: relative;
}
.sec1 .f-r h3{
    position: absolute;
    top: -60px;
    right: -15px;
    width: 30%;
}
.sec1 .f-l h3{
    position: absolute;
    top: -60px;
    left: -15px;
    width: 30%;
}
.sec1 h2{
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px !important;
}
.photo img{
    max-width: 100%;
    height: auto;
}
.sec2{
    background-color: #fdeff2;
    padding-bottom: 130px;
    position: relative;
}
.sec3 {
    position: relative;
    padding-top: 100px;
}
.sec3_title {
    width: 30%;
    position: absolute;
    top: -110px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    z-index: 40;
}
.sec_inner{
    padding: 0 20px;
}
h2{
    text-align: center;
    letter-spacing: 5px;
    padding-top: 50px;
    margin: 0 auto;
}
.student{
    width: 80%;
    margin: 0 auto;
    padding-top: 10px;
}
.name{
    text-align: center;
    margin: 5px 0 10px;
}
.name >a{
    color: #63520d;
}
h3{
    font-size: 1.0rem;
}
.tablet h3 {
    font-size: 1.1rem;
}
.call {
    margin-top: 80px;
    padding-top: 0;
    font-size: 1.2rem;
}
.cost{
    background-color: #ffdbdb;
    padding: 20px;
    margin-top: 10px;
    margin-bottom: 0px;
    padding-bottom: 40px;
    position: relative;
}
.cost .sec_inner {
    padding: 0;
}
.cost .f-l {
    text-align: center;
}
.cost .f-l img {
    max-width: 90%;
    height: auto;
}
.kouzaname{
    padding: 10px 0 0;
    font-weight: 300;
    font-size: 1.2rem;
    letter-spacing: 2px;
    margin-bottom: -10px;
}
.price{
    font-size: 1.2rem;
    font-weight: bold;
}
.cost_inner{
    margin: 0 auto;
    text-align: center;
    padding-top: 20px;
}
.cost_inner dt{
    font-size: 1.1rem;
    margin-bottom: 16px;
}
.dd_margin{
    margin-top: 10px;
}

.dd_through{
    text-decoration: line-through;
}
.accordion {
    margin: 20px;
}
.ac_link{
    display: inline-block;
    margin: 20px 0;
    border-bottom: solid 1px #292929;
    cursor: pointer;
}
.ac_contents {
    text-align: left;
    display: none;
    padding-bottom: 20px;
}

.ac_contents li::before{
    content:"●";
}


.ac_contents p {
    margin-bottom: 10px;
}
#cv_area{
    padding-bottom:35px;
    text-align: center;
    background: #ffdbdb;
}
.order_link{
    display: inline-block;
}
.cv{
    width: 140px;
    padding: 10px 6px;
    text-align: center;
    margin: 0 auto;
    color: #fff;
}
.order{
    background-color: #c9171e;
}

.list{
    background-color: #4399de;
    margin-right: 10px;
}

/* pc mosueover */
.pc #cv_area a.order_link:hover .order {
      text-decoration: underline;
}
.pc #cv_area a.list_link:hover .list {
       text-decoration: underline;
}

/* footer */
footer{
    text-align: left;
    font-size: 0.7rem;
    padding: 20px;
    width: 100%;
    display: block;
}
footer p{
	font-size:0.8rem;
}
address{
    font-style: normal;
    margin: 20px 0 10px;
    text-align: center;
}
.copyright, .address{
    display: block;
    font-size: 0.8em;
}


/* media query ***************/
@media all and (min-width:320px) and (max-width:768px){
    .l-hero{
        background: url("../img/sp_bg.jpg") left top no-repeat;
        background-size: cover;
    }
    .tablet .l-hero_cloud1{
        width: 280px;
        position: absolute;
        top: -35px;
        right: -20px;
    }
    .tablet .l-hero_cloud2{
        width: 250px;
        position: absolute;
        top: auto;
        bottom: 25px;
        left: -35px;
    }
     .tablet p, ul, dl{
        font-size: 1.0rem;
    }
    .tablet .sec3 {
        padding-top: 160px;
    }
    .tablet .sec3_title {
        width: 25%;
        top: -155px !important;
    }
    .teblet .redtext {
        font-size: 1.2rem;
    }
}

/* iphone6~X */
@media all and (min-width:375px){
    h1{
        margin-top: 25px;
    }
    .l-hero{
        height: 65vh;
    }
    .l-hero_title{
        width: 290px;
        height: 290px;
    }
    .l-hero_cloud1{
        width: 170px;
        height: auto;
        position: absolute;
        right: -30px;
        top: 60px;
    }
    .l-hero_cloud2 {
        width: 140px;
        height: auto;
        position: absolute;
        top: 295px;
        left: -35px;
    }
    .l-hero_copy {
        width: 65px;
    }
    .gift_copy {
        font-size: 1.1rem;
        margin-bottom: 6px;
    }
    .gift_schedule {
        margin: 5px 0 2px;
        font-size: 1.0rem;
    }
    .title .gift_copy{
        font-size: 1.3rem;
    }
    .title .gift_schedule{
        font-size: 1.1rem;
    }

    .sec1 {
        padding: 0px 30px;
    }
    .sec3 {
        padding: 70px 30px 0;
    }
    .sec3_title {
        width: 28%;
        top: -170px;
        max-width: 150px;
    }
    .sec_inner {
        padding: 0 30px;
    }
    .cost{
        padding: 30px;
    }
    .call{
        font-size: 1.4rem;
    }
    dl{
        margin-top: 10px;
    }
    .cv{
        font-size: 1.0rem;
        width: 170px;
    }
    .cost_inner dt {
        font-size: 1.2rem;
        margin-bottom: 0px;
    }
}
@media all and (min-width:414px){
    .l-hero_cp{
        width: 135px;
    }
}

@media all and (min-width:737px){
    .l-hero{
        background: url("../img/pc_bg.jpg") center top repeat-x;
        background-size: cover;
    }
    .l-hero_logo{
        width: 121px;
        margin-top: 10px;
        margin-left: 20px;
    }
}

/* ipad */
@media all and (min-width:568px){
    .l-hero{
        height: 65vh;
    }
    .l-hero_cp {
        width: 160px;
    }
    .note {
        font-size: 0.9rem;
    }
    .mt10{
    font-size: 0.9rem;
    }
    .cpsec__copy1{
        display: flex;
    }
    .cpsec__img{
        flex-basis: 120%;
    }
    .cpsec__img > img {
        width: 100%;
        height: auto;
    }
    .cpsec__copy {
        padding: 50px 30px 0;
    }
    .cpsec__text{
        font-size: 1.1rem;
        margin-top: 20px;
        padding-left: 20px;
    }
    .cpsec__unit--2 {
        margin-top: 1.2rem;
    }
    .cpsec__pcflex{
        display: flex;
    }
    .acd-label{
        width: 500px;
        font-size: 1.2rem;
    }
    .cpsec__detail {
        padding: 20px 0 100px;
        width: 80%;
        margin: 0 auto;
    }
    .sec3 .note {
        padding: 0;
    }
    .sec3_title{
        top: -250px;
    }

    .pc_display{
        display: block;
    }
    .sp_display{
        display: none;
    }
    p, ul, dl{
        font-size: 1.0rem;
    }
    .l-block {
        padding: 0;
    }
    .l-hero_title {
        width: 60vh;
        height: 40vh;
    }
    h1 {
        width: 40vh;
        margin-left: auto;
        margin-right: auto;
    }
    .l-hero_cloud1 {
        width: 300px;
        position: absolute;
        top: -35px;
        right: 0;
    }
    .l-hero_cloud2 {
        width: 260px;
        position: absolute;
        top: auto;
        bottom: 60px;
        left: -15px;
    }
    .l-hero_copy {
        position: absolute;
        left: auto;
        right: 20px;
        width: 120px;
    }
    .gift_copy{
        font-size: 1.4rem;
    }
    .gift_schedule{
        font-size: 1.3rem;
    }
    .gift_inner{
        padding-right: 80px;
        padding-left: 30px;
    }
    .gift_inner img {
        width: 150px;
        height: auto;
        position: absolute;
        bottom: 0;
        right: 0;
    }
    .sec1 .f-r h3,
    .sec1 .f-l h3 {
        position: static;
        width: 100%;
    }
    .f-r{
        width: 49%;
        float: right;
    }
    .f-l{
        width: 49%;
        float: left;
    }
    .l-block{
        overflow: hidden;
        margin-top: 50px;
    }
    .l-over{
        overflow: hidden;
    }
    .top_padding{
        padding-top: 50px;
    }
    .sec1 .top_padding {
        padding-top: 30px;
    }
    .ie .sec1 .top_padding {
        padding-top: 60px;
    }
    .sec_inner {
        padding: 0;
    }
    .sec1_pc_title{
        margin-bottom: 10px;
        font-weight: bold;
        font-size: 1.2rem;
        letter-spacing: 2px;
        color: #c9171e;
    }
    .sec1_pc_title + p{
        padding: 0;
    }
    .sec2 {
        padding-bottom: 240px;
    }
    .sec2_pc_title{
        margin-bottom: 5px;
        font-size: 1.2rem;
        font-weight: bold;
        letter-spacing: 2px;
        color: #956f29;
    }
    .sec2 .sec_inner{
        padding: 0 40px;
    }
    .call{
        font-size: 1.8rem;
    }
    .tablet h3:not(.wf-sawarabimincho){
        padding-top: 180px;
    }
    .tablet .sec3_title{
        width: 23%;
        top: -210px;
        padding-top: 0;
        max-width: 165px;
    }
    .redtext{
        font-size: 1.3rem;
        text-align: center;
    }
    .gift_schedule.redtext{
        text-align: left;
        font-size: 1.25rem;
    }
    .call .redtext{
        font-size: 1.8rem;
    }
    .name{
        font-size: 0.9rem;
    }
    .student{
        width: 60%;
    }
    .cost{
        padding: 40px;
    }
    .kouzaname{
        font-size: 1.5rem;
    }
    .cost ul{
        margin-top: 50px;
        font-size: 1.1rem;
    }
    .cost .note{
        margin-top: 20px;
        font-size: 0.9rem;
    }
    .cost_inner{
        margin-top: 20px;
        padding-top: 0;
    }
    .cost_inner dl{
        font-size: 1.1rem;
    }
    .cost_inner dl .wf-sawarabimincho{
        font-size: 1.5rem;
    }
    #cv_area {
        padding-top: 30px;
        padding-bottom: 15px;
}
    .cv{
        padding: 20px;
        font-size: 1.2rem;
	       width: 350px;
    }
    #cv_area{
        padding-bottom: 30px;
    }
    .list{
        margin-top: 0;
    }
    .accordion{
        font-size: 1.1rem;
    }
    .ac_contents p {
        font-size: 1.0rem;
    }

    footer p{
        text-align: center;
        font-size: 1.0rem;
    }
    address{
        margin: 10px 0;
    }
    .copyright, .address{
        display: inline-block;
        font-size: 0.9em;
    }
}

/* PC */
@media all and (min-width: 900px){
    .l-hero_logo{
        width: 130px;
        height: auto;
        margin-top: 20px;
        margin-left: 20px;
    }
    .l-hero_title {
        width: 78%;
        height: 50vh;
    }
    h1 {
        margin-top: 0;
        width: 50vh;
    }
    .cpsec{
        margin: 0 auto 30px;
    }
    .cpsec__copy {
        width: 83%;
        margin: 0 auto;
    }
    .cpsec__detail{
        width: 100%;
    }
    .l-hero_cloud1 {
        width: 240px;
        position: absolute;
        top: 60px;
        right: 20px;
    }
    .l-hero_cloud2 {
        width: 160px;
        position: absolute;
        left: 100px;
        bottom: 40px;
    }
    .l-hero_copy {
        top: 20px;
        right: 20px;
        width: 90px;
    }
    .l-hero_cp {
        width: 150px;
        right: 150px;
    }
    .l-hero_gift {
        margin-top: 0;
    }
    .gift_inner{
        padding: 5px 30px 0 10px;
        letter-spacing: 0.02em;
    }
    .gift_inner img {
        right: 15px;
    }
    .gift_inner br {
        display: none;
    }
    .sec_inner, .sec3{
        width: 83%;
        margin: 0 auto 30px;
    }
    .sec1__inner{
        width: 83%;
        margin: 0 auto;
    }
    .sec2, .cost{
        width: 100%;
    }
    .f-r, .f-l{
        width: 48%;
    }
    p{
        font-size: 1.1rem;
    }

    .sec1_pc_title {
        font-size: 1.8rem;
        font-weight: 100;
        letter-spacing: 3px;
        margin-bottom: 15px;
    }
    .redtext {
        font-size: 1.4rem;
    }
    .call {
        font-size: 2.4rem;
        color: #4b4b4b;
    }
    .call .redtext {
        font-size: 2.4rem;
    }
    .sec2_pc_title{
        font-size: 1.8rem;
        font-weight: 100;
        letter-spacing: 3px;
        padding-bottom: 10px;
    }
    .sec2_pc_title:last-of-type{
        letter-spacing: 0;
        font-size: 1.68rem;
    }
    .tablet .sec3 {
        padding-top: 170px;
    }
    .sec3_title {
        width: 21%;
        top: -258px;
    }
    .student {
        width: 50%;
    }
    #cv_area {
	position: relative;
        z-index:50;
    }
    .fix-button__link{
        width: 470px;
    }
    .cv{
        width: 470px;
    }
}
    
@media all and (max-width:900px){
    .tablet .sec3_title {
        width: 30%;
        top: -260px;
    }
    .pc .l-hero_title {
        top: auto;
        bottom: auto;
    }
    .pc .l-hero_copy {
        height: 40vh;
    }
    .pc .l-hero_copy img {
        max-width: auto;
        max-width: initial;
        max-height: 100%;
        width: auto;
    }
    .pc .l-hero_cloud1{
        width: 35vw;
        top: 0;
    }
    .pc .l-hero_cloud2{
        width: 30vw;
        bottom: 0;
    }
    .pc .l-hero_gift{
        margin-top: 20px;
    }
    .pc .gift_copy {
        font-size: 1.3rem;
        padding-right: 50px;
    }
    .pc .gift_inner {
        padding-top: 5px;
        padding-bottom: 5px;
        letter-spacing: 0em;
    }
    .pc .gift_inner img {
        width: 120px;
    }
}


@media all and (max-width:812px) and (orientation:landscape) {
    .sp .l-hero{
        height: 120vh;
    }
    .sp .l-hero_title{
        width: 140vh;
        height: 60vh;
    }
    .sp .sec3{
        padding-top: 145px;
    }
    h1{
        width: 80vh;
        margin-top: -60px;
        margin-left: auto;
        margin-right: auto;
    }
    .l-hero_copy{
        height: 55vh;
        top: 48px;
    }
    .l-hero_copy img{
        max-width: auto;
        max-width: initial;
        max-height: 100%;
        width: auto;
    }
    .l-hero_cloud1{
        width: 30vw;
        right: 40px;
        margin-top: -60px;
    }
    .l-hero_cloud2{
        width: 25vw;
        top: auto;
        bottom: 0;
        left: 40px;
   }
    .l-hero_gift{
       margin-top: -5px;
    }
    .l-hero_cp{
        width: 120px;
        bottom: 4.5rem;
    }
/*
    .gift_schedule{
        font-size: 0.9rem;
        margin: 0;
    }
    .gift_copy{
        font-size: 1.0rem;
        margin: 0;
        padding-right: 10px;
    }
    .gift_copy br{
        display: none;
    }
    .gift_inner{
        padding-top: 5px;
        padding-bottom: 5px;
        letter-spacing: 0em;
    }
    .gift_inner img{
        right: -25px;
    }
    .sec1 .f-r h3,
    .sec1 .f-l h3{
        width: 25%;
    }
    .sp.crios .l-hero_cloud1{
        right: -50px;
    }
    .sp.crios .l-hero_cloud2{
        left: 0;
    }
    .sp .cv_area {
	padding-top:60px;
    }
*/
}
@media all and (max-width:568px) and (orientation:landscape) {
    .gift_inner img{
        width: 25vh;
        right: -42px;
    }
}

/* tablet only */
@media all and (orientation:portrait){
   .tablet .l-hero{
        height: 50vh;
       margin-bottom: -3.1rem;
    }
    .tablet .l-hero_cover{
        background: rgba(255,255,255,0.3);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 50vh;
   }
    .tablet .l-hero_title{
        width: 50vh;
        height: 40vh;
        margin-top: 8.0rem
    }
    .tablet h1{
        width: 40vh;
        margin-top: -80px;
        margin-left: auto;
        margin-right: auto;
    }
    .tablet .l-hero_cloud1{
        width: 280px;
    }
    .tablet .l-hero_cloud2{
        width: 240px;
        bottom: 50px;
    }
    .tablet .l-hero_copy{
        position: absolute;
        top: 40px;
        left: auto;
        right: 10px;
        width: 100px;
    }
    .tablet .gift_inner{
        padding-right: 50px;
        padding-left: 50px;
    }
    .tablet .gift_schedule {
        font-size: 1.1rem;
    }
    .tablet .gift_copy {
        font-size: 1.3rem;
    }
    .tablet .gift_inner img{
        width: 95px;
    }
    .tablet .sec1 .f-r h3.sp_display,
    .tablet .sec1 .f-l h3.sp_display {
        width: 25%;
    }
    .tablet .student {
        width: 60%;
    }
    .tablet .devicePC .l-hero_title{
        width: 45vh;
    }
    .tablet .devicePC h1 {
        width: 35vh;
    }
    .tablet .devicePC .l-hero_cloud2{
        bottom: 70px;
    }
    .tablet .devicePC .l-hero_gift{
        margin-top: 60px;
    }
    .tablet .devicePC .l-hero_copy{
        width: auto;
        height: 30vh;
    }
    .tablet .devicePC .l-hero_copy img{
        max-height: 100%;
        width: auto;
    }
}

@media all and (orientation:landscape){
    .tablet .l-hero{
        height: 50vh;
        margin-bottom: -3.1rem;
    }
    .tablet .l-hero_title{
        width: 110vh;
        height: 50vh;
    }
    .tablet h1 {
        width: 50vh;
        margin-top: 0px;
        margin-left: auto;
        margin-right: auto;
    }
    .tablet .l-hero_cloud1{
        width: 250px;
        position: absolute;
        top: 70px;
        right: 40px;
    }
    .tablet .l-hero_cloud2{
        width: 270px;
        position: absolute;
        left: 0;
        bottom: 35px;
    }
    .tablet .l-hero_copy{
        top: 40px;
        right: 20px;
        height: 60vh;
    }
    .tablet .l-hero_copy img{
        max-height: 100%;
        width: auto;
    }
    .tablet .gift_schedule{
        font-size: 1.2rem;
    }
    .tablet .gift_copy{
        font-size: 1.5rem;
    }
    .tablet .l-hero_gift{
        margin-top: 20px;
    }
    .tablet .gift_inner img{
        width: 15vh;
        right: 0;
    }
}
@media all and (orientation:landscape) and (max-width: 960px){
    .tablet .gift_schedule {
        font-size: 1.0rem;
    }
    .tablet .gift_copy {
        font-size: 1.2rem;
    }
}


/* link for pc */
.pc .ac_link {
    border-bottom: none;
    text-decoration: underline;
}
.pc .ac_link.open {
    text-decoration: none;
    cursor: default;
}
.pc .ac_link:hover {
    text-decoration: none;
}

/* ribbon */
.ribbon {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.ribbon-left,
.ribbon-right {
    width: 68%;
    height: 10px;
    background: url("../img/ribbon_bg.png") left top repeat-x;
    background-size: auto 10px;
    z-index: 30;
}
.ribbon-left {
    position: absolute;
    bottom: -10px;
    left: -20px;
    transform: rotate(10deg);
    transform-origin: right bottom;
}
.ribbon-right {
    position: absolute;
    bottom: -10px;
    right: -20px;
    transform: rotate(-10deg);
    transform-origin: left bottom;
}
.ribbon-left-cover,
.ribbon-right-cover {
    width: 65%;
    height: 50px;
    background:#fff;
    z-index: 10;
}
.ribbon-left-cover {
    position: absolute;
    bottom: -52px;
    left: -50px;
    transform: rotate(10deg);
    transform-origin: right bottom;
}
.ribbon-right-cover {
    position: absolute;
    bottom: -48px;
    right: -52px;
    transform: rotate(-10deg);
    transform-origin: left bottom;
}
/* ribbon for sec1*/
.sec1 .ribbon{
    top: -56px;
}
.sec1 .ribbon-left,
.sec1 .ribbon-right {
    background: #ffffff;
}
@media all and (min-width:375px){
    .sec1 .ribbon{
        top: -42px;
    }
}
/* ribbon for sec2, cost */
.ribbon,
.sec2 .ribbon,
.cost .ribbon {
    bottom: auto;
    top: 48px;
}
.sec2 .ribbon-left,
.sec2 .ribbon-right {
    background: #fdeff2;
}
.cost .ribbon-left,
.cost .ribbon-right {
    background: #ffdbdb;
}
.sec2 .ribbon-left-cover,
.sec2 .ribbon-right-cover,
.cost .ribbon-left-cover,
.cost .ribbon-right-cover {
    bottom: auto;
    top: -48px;
}
.sec2 .call {
    padding-top: 70px;
}
.cost .kouzaname {
    padding-top: 40px;
}
.tablet .l-main {
margin-top: 52px;
}
/* ribbon for sec2, cost */
section.sec3  {
    margin-bottom: 20px;
}

@media all and (min-width:480px){
    .ribbon-left,
    .ribbon-right {
        width: 62%;
        bottom: -18px;
    }
    .ribbon-left-cover,
    .ribbon-right-cover {
        width: 62%;
        height: 60px;
    }
    .ribbon-left-cover {
        bottom: -68px;
    }
    .ribbon-right-cover {
        bottom: -68px;
    }
    /* ribbon for sec2, cost */
    section.sec1 {
        margin-bottom: 40px;
    }
    section.sec3  {
        margin-bottom: 25px;
    }
}

@media all and (min-width:650px){
    .ribbon-left,
    .ribbon-right {
        height: 20px;
        background-size: auto 20px;
    }
    .ribbon-left,
    .ribbon-right {
        bottom: -18px;
    }
    .ribbon-left-cover,
    .ribbon-right-cover {
        width: 62%;
        height: 75px;
    }
    .ribbon-left-cover {
        bottom: -83px;
    }
    .ribbon-right-cover {
        bottom: -83px;
    }
    /* ribbon for sec2, cost */
    section.sec1 {
        margin-bottom: 80px;
    }
    section.sec3 {
        margin-bottom: 20px;
        padding-top: 250px;
    }
    .sec2 .ribbon,
    .cost .ribbon {
        top: 60px;
    }
    .sec2 .ribbon-left-cover,
    .sec2 .ribbon-right-cover,
    .cost .ribbon-left-cover,
    .cost .ribbon-right-cover {
        top: -68px;
    }
    section.sec3  {
        margin-bottom: 30px;
    }
}

@media all and (min-width:768px){
    .ribbon-left,
    .ribbon-right {
        bottom: -30px;
    }
    .ribbon-left-cover,
    .ribbon-right-cover {
        height: 85px;
        bottom: -110px;
    }
/*
	.tablet .l-main,
	.l-main {
	margin-top: 85px;
	}
*/

    /* ribbon for sec2, cost */
    .sec2 .ribbon,
    .cost .ribbon {
        top: 51px;
    }
    .sec2 .ribbon-left,
    .sec2 .ribbon-right,
    .cost .ribbon-left,
    .cost .ribbon-right {
        height: 30px;
        bottom: -76px;
    }
    .sec2 .ribbon-left-cover,
    .sec2 .ribbon-right-cover,
    .cost .ribbon-left-cover,
    .cost .ribbon-right-cover {
        top: -45px;
    }
    .sec2 .call {
        padding-top: 130px;
    }
    .cost .kouzaname {
        padding-top: 80px;
    }
    section.sec3 {
        padding-top: 60px;
        margin-bottom: 35px;
    }
}
/*20180122*/
.close{
    color: #c9171e;
    font-weight: bold;
    text-align: left;
    padding: 18px;
}
.close2 {
        border: 2px solid;
}
.close a{
    text-decoration: underline;
}

@media all and (min-width:768px){
    .close{
        margin: 0 auto;
    }
    .close p{
        font-size: 1.4rem;
    }
}