html {
    font-size: 11px;
    color: #333; }
body{
    font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS P Gothic',sans-serif;
    font-size: 100%;
}

a {color: #666; }
a[href^="tel:"]{ pointer-events: none; }

p{ margin-bottom: 1em; }

img{ max-width: 100%; }

.br_pc:before {
    content: "\A" ;
    white-space: pre ;
}

.br_tab:before,
.br_sp:before {
    content: none;
}

.mb10{ margin-bottom: 10px !important;}

.bg-beige{ background: #f3f3f2; }
.bg-d-blue{ background: #1c236d; }

#page {
    width: 100%;
    margin: 0;
    padding: 0;
    background: #fff;
    text-align: center;
    overflow: hidden; }

.text_red{ color: #e60012;}
.text_purple{ color: #1c236d;}
.border_red_double{
    border-bottom: 4px double #e60012;
    padding-bottom: 2px;
}

.flex{
    display: flex;
    max-width: 700px;
    margin: 0 auto;
    justify-content: space-between;
    flex-wrap: wrap;
}

.btn_01 {
    position: relative;
    width: 480px;
    display: inline-block;
    padding: 1.2em 2em 1.2em 1em;
    box-sizing: border-box;
    border-radius: 9999px;
    background: #ea5520;
    color: #fff;
    font-size: 20px;
    text-align: center;
}
.btn_01::after {
    position: absolute;
    top: 50%;
    right: 1em;
    transform: translateY(-50%) rotate(45deg);
    width: 13px;
    height: 13px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    content: '';
}
@media screen and (max-width: 599px) {
    .btn_01 {
        width: 100%;
        font-size: 16px;
    }
}

#header {
    height: 0px; }

main {
    margin-top: 0; }

section {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0; }
section article {
    width: 100%;
    max-width: 1000px;
    padding: 65px 0;
    margin: 0 auto; }
section h2 {
    color: #1c236d;
    font-size: 27px;
    font-size: 2.7rem;
    letter-spacing: .15em;
    font-weight: normal;
    line-height: 1.7;
}
section h2::after {
    content: "";
    display: block;
    border-bottom: 3px solid #1c236d;
    width: 100px;
    margin: 20px auto 65px; }
section h3 {
    font-size: 27px;
    font-size: 2.7rem;
    letter-spacing: .15em;
    font-weight: normal;
    line-height: 1.7;
    margin-bottom: 55px;
}
section h4 {
    font-size: 20px;
    font-size: 2.0rem;
    letter-spacing: .15em;
    font-weight: normal;
    line-height: 1.7; }
section p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.7;
    /*letter-spacing: .05em;*/ }
section p.lead {
    text-align: center;
    font-size: 20px;
    line-height: 1.8;
}

#bread {
    width: 100%;
    max-width: 1000px;
    padding: 10px 50px;
    margin: 0 auto;
    text-align: left;
    font-size: 12px;
    font-size: 1.2rem; }
#bread a{ text-decoration: none;}
#bread a:after {
    content: ">";
    margin: 0 .5em; }


#intro .mv {
    width: 100%;
/*    max-width: 1000px;*/
    height: 480px;
    margin: 0 auto;
    background: url(/graduate/img/mv.jpg) center center/cover no-repeat;
    position: relative;
    padding-top: 190px;
    box-sizing: border-box;
}
#intro .mv .title{
    font-size: 37px;
    font-size: 3.7rem;
    color: #fff;
    letter-spacing: .15em;
    margin: 0;
}
#intro .mv h1 {
    font-size: 27px;
    font-size: 2.7rem;
    color: #fff;
    font-weight: normal;
    letter-spacing: .15em;
    margin-top: 20px;
}
#intro .mv h1::after {
    display: none; }
#intro .mv p {
    font-size: 17px;
    font-size: 1.7rem;
    color: #fff;
    text-align: center;
    margin-top: 25px;
    letter-spacing: .2em; }

.entrance .title{
    font-size: 25px;
    color: #1c236d;
    margin-bottom: 35px;
}

.manabi{ padding-top: 90px;}
.manabi ul{
    width: 84%;
    max-width: 840px;
    margin: 0 auto;
    padding-bottom: 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.manabi ul li{
    width: 43%;
    height: 350px;
    perspective: 1500;
    -webkit-perspective: 1500;
    -moz-perspective: 1500;
    margin-bottom: 55px;
}
.manabi ul li a{
    display: block;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transition: .6s;
    -webkit-transition: .6s;
    position: relative;
}
.manabi ul li:hover a{
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.manabi ul li div {
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    pointer-events: none;
    padding: 10px;
    background: #fff;
    border-radius: 100%;
    box-sizing: border-box;
    background-size: 150px;
    background-repeat: no-repeat;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.manabi ul li.tsudukeru div{ background-image: url(/graduate/img/icn_tsudukeru.svg);}
.manabi ul li.fukameru div{ background-image: url(/graduate/img/icn_fukameru.svg);}
.manabi ul li.katameru div{ background-image: url(/graduate/img/icn_katameru.svg);}
.manabi ul li.hirogeru div{ background-image: url(/graduate/img/icn_hirogeru.svg);}
.manabi ul li.nakamato div{ background-image: url(/graduate/img/icn_nakamato.svg);}
.manabi ul li div:nth-child(1){ background-position: center 35%;}
.manabi ul li div:nth-child(2){ background-position: center 25%;}

.manabi ul li div:nth-child(1) span.bold{
    color: #fff;
    background: #1c236d;
    padding: 3px 5px;
    margin: 0 5px;
}

.manabi ul li div:nth-child(1) {
    color: #1c236d;
    background-color: #ffffff;
    font-size: 24px;
    padding-top: 60%;
    line-height: 1.6;
    border: 3px solid #fff;
}

.manabi ul li div:nth-child(2) {
    color: #1c236d;
    background-color: #fff;
    transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    border: 3px solid #1c236d;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
}
.manabi ul li div:nth-child(2) h3{
    padding-top: 48%;
    margin-bottom: 0;
}
.manabi ul li div:nth-child(2) p{
    padding: 0 30px;
    font-size: 1.2em;
}
.manabi ul li div:nth-child(2)::after{
    content: "";
    border: 10px solid transparent;
    border-top: 13px solid #28b4d2;
    position: absolute;
    bottom: 5px;
    left: 49%;
    display: block;
    background: transparent;
}


.detail article{ padding-bottom: 0;}
.detail h2::after{ margin-bottom: 30px;}
.detail .lead{ margin-bottom: 25px;}
.detail h3.line{
    position: relative;
    margin-bottom: 30px;
    color: #1c236d;
}
.detail h3.line::before,
.detail h3.line::after{
    content: "";
    width: 20%;
    border-top: 2px solid #2c4198;
    position: absolute;
    top: 50%;
    left: 0;
}
.detail h3.line::after{
    left: auto;
    right: 0;
}
.detail h2::before{
    content: "";
    text-align: center;
    padding: 65px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left top;
    display: block;
    width: 150px;
    box-sizing: border-box;
    margin: 0 auto;
}
.detail #ar01 h2::before{ background-image: url(/graduate/img/icn_tsudukeru.svg);}
.detail #ar02 h2::before{ background-image: url(/graduate/img/icn_fukameru.svg);}
.detail #ar03 h2::before{ background-image: url(/graduate/img/icn_katameru.svg);}
.detail #ar04 h2::before{ background-image: url(/graduate/img/icn_hirogeru.svg);}
.detail #ar05 h2::before{ background-image: url(/graduate/img/icn_nakamato.svg);}
.detail .links{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 120px;
}
.detail #ar01 .links{ margin-bottom: 0;}
.detail #ar01 .links li a{ padding: 60px 15px 15px;}
.detail #ar01 .links + p{
    text-align: left;
    margin-bottom: 120px;
}
.detail #ar02 .links:not(:last-of-type){ margin-bottom: 25px;}
.detail .links li{
    width: 31.5%;
    margin-left: 2%;
    margin-bottom: 30px;
    position: relative;
}
.detail .links li:nth-child(3n-2){ margin-left: 0;}
.detail .links li::after{
    content: "";
    width: 18px;
    height: 18px;
    background: url(/graduate/img/arrow_white.svg) center center/contain no-repeat;
    position: absolute;
    bottom: 8px;
    right: 8px;
}
.detail .links li a{
    display: block;
    color: #fff;
    padding: 40px 15px 15px;
}
.detail .links li a:hover{ opacity: .7;}
.detail .links li a.link_none{ pointer-events: none;}

.detail .links li.fanavy{ background: #1c236d;}
.detail .links li.fablue{ background: #0092d8;}
.detail .links li.yellow::after{ background: url(/graduate/img/arrow_fanavy.svg) center center/contain no-repeat;}
.detail .links li.yellow{ background: #fff100;}
.detail .links li.yellow a{ color: #1c236d;}
.detail .links li.lgreen{ background: #7fbe26;}
.detail .links li.green{ background: #00a458;}
.detail .links li.blgreen{ background: #009fa8;}
.detail .links li.lblue{ background: #0068b7;}
.detail .links li.blue{ background: #003894;}
.detail .links li.purple{ background: #601986;}
.detail .links li.violet{ background: #a50082;}
.detail .links li.red{ background: #e60012;}
.detail .links li.orange{ background: #ea5504;}
.detail .links li.lorange{ background: #f08300;}
.detail .links li.porange{ background: #f6ab00;}
.detail .links li.live{ background: #0168B6;}

.detail .links li.line2 a{ padding-top: 2.5em;}
.detail .links li.line2 h3{ margin-bottom: 20px;}
.detail .links li h3{
    font-size: 19px;
    letter-spacing: 0;
    margin-bottom: 40px;
}
.detail .links li p{
    text-align: left;
    margin-bottom: 0;
    font-size: 13.5px;
}

.map .img{
    display: block;
    margin-top: 50px;
}

.story .list{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 90px;
}
.story .list li{
    clear: both;
    width: 31.5%;
    margin-left: 2%;
}
.story .list li:nth-child(3n-2){ margin-left: 0;}
.story .list li a{
    display: block;
    color: #000;
}
.story .list li h3{
    text-align: left;
    font-size: 17.5px;
    color: #1c236d;
    letter-spacing: 0;
    margin-top: 15px;
    margin-bottom: 0;
    height: 6em;
}
.story .list li .name{ float: left;}
.story .list li .arrow{
    float: right;
    color: #00a0e9;
    text-decoration: underline;
}
.story a.link{
    display: block;
    font-size: 21px;
    color: #1c236d;
}

/* meetup */

#meetupk{}

#meetupk .descri{
    text-align: left;
    max-width: 700px;
    margin: 0px auto;}

#meetupk .descri p{
    margin-bottom: 2em;
    line-height: 1.8;
}
#meetupk .descri .btn_wrap {
    margin-top: 60px;
    text-align: center;
}
#meetup{
    width: 1000px;
    margin: 10px auto 60px auto;
    border: 2px solid #1c236d;}
#meetup a {
    color:#0000ff;
    text-decoration: none;}
#meetup article{
    width: 850px;}
#meetup article p{
    color: #1c236d;
    font-size: 27px;
    font-size: 2.7rem;
    letter-spacing: .15em;
    font-weight: normal;
    line-height: 1.7;}
#meetup article p::after {
    content: "";
    display: block;
    border-bottom: 2px dotted #1c236d;
    width: 100%;
    margin: 20px auto 65px; }
#meetup table {
    margin-bottom: 20px;}
#meetup table{ width: 100%;}
#meetup table span {
    font-weight: bold;}
#meetup table th {
    line-height: 170%;
    font-size: 14px;
    background-color: #b5bbe5;
    width: 108px;
    padding: 15px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    font-weight: normal;}
#meetup table td {
    line-height: 170%;
    font-size: 14px;
    text-align: left;
    background-color: #eef0ff;
    padding: 15px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-bottom: 1px solid #fff;}
#meetup .btnfl{
    margin: 30px 0px 0px 0px;
    display: flex;
justify-content: space-around;}
#meetup .btnfl div{
    width: 350px;}

.letus{
    margin-bottom: 120px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.letus .txt{
    width: 47.5%;
    text-align: left;
}
.letus .txt h3{
    width: 137px;
    margin: 0 auto 40px;
}
.letus > img{ width: 50%;}

.btn01 {
    text-align: center;
    width: 100%;
    margin-top: 35px;
}
.btn01 a {
    display: inline-block;
    text-align: center;
    color: #595757;
    border: 1px solid #595757;
    border-radius: 5px;
    font-size: 18px;
    padding: 0 30px;
    position: relative;
    letter-spacing: .1em;
}
.btn01 a::before {
    content: '';
    padding: 7px;
    background: url(/images/common/arrow03.svg) center center/contain no-repeat;
    position: absolute;
    right: 10px;
    top: 8px;
    transform: rotate(-90deg);
}

.btn02 {
    text-align: center;
    background: #e10f40;
    width: 100%;
    max-width: 410px;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    padding: 20px;
    position: relative;}
a.btn02 {
    display: block;
    text-decoration: none;
    color: #fff;}
.btn02::before{
    font-family: "Font Awesome 5 Free";
    content: '\f138';
    font-weight: 900;
    color: #fff;
    position: absolute;
    left: 20px;
    top: 25px;}
.btn02:hover{
    cursor: pointer;
    opacity: .7;}

/* 1025px以上のモニター */
@media screen and (min-width: 1025px) {
    .pc{ display: block !important; }
    .tab{ display: none; }
    .sp{ display: none; }

}

/* タブレット */
@media screen and (min-width: 600px) and (max-width: 1024px) {
    .pc{ display: none; }
    .tab{ display: block !important; }
    .sp{ display: none; }

    .br_tab:before {
        content: "\A" ;
        white-space: pre ;
    }
    .br_pc:before,
    .br_sp:before {
        content: none;
    }

    #intro .mv {
        height: 285px;
        background: url(/graduate/img/mv.jpg) left top/contain no-repeat;
        padding-top: 120px;
    }
    #intro .mv .title{ font-size: 3rem;}
    #intro .mv h1{ font-size: 2.3rem;}

    .detail .links li.line2 a{ padding-top: 40px;}

    .manabi ul li {
        width: 300px;
        height: 300px;
    }
    .manabi ul li div:nth-child(1){ font-size: 19px;}
    .manabi ul li div:nth-child(2) h3{ font-size: 2.3em;}
    .manabi ul li div:nth-child(2) p{ font-size: 1em;}

    .detail h3.line{ font-size: 1.8em;}

    .story .list li h3{
        height: 8em;
        font-size: 17px;
    }
}

/* 1024px以下のモニター */
@media screen and (max-width: 1024px) {
    #header { height: 0px; }

    main{ margin-top: 90px; }

    section article {
        padding: 65px 10%;
        box-sizing: border-box;}

    .detail article{
        /*  ※アンカーリンクのズレ解消用※ */
        padding-top: 150px;
        margin-top: -100px;
    }
    .detail .links li a{ padding: 20px 10px 15px;}

    .letus{ justify-content: center;}
    .letus .txt{
        width: 100%;
        text-align: center;
    }
}

/* スマホ未満 */
@media screen and (min-width: 599px) {
    section.course div .course li.left_none{ border-left: 0;}
}

/* 599px以下（スマホ） */
@media screen and (max-width: 599px) {
    .pc {
        display: none; }

    .tab {
        display: none; }

    .sp {
        display: block !important; }

    html {
        font-size: 8px; }

    a[href^="tel:"] {
        pointer-events: visible; }

    section article {
        padding: 50px 3%;
        box-sizing: border-box;
    }
    section h2 {
        font-size: 20px;
        font-size: 2.4rem; }
    section h2::after {
        width: 50px;
        margin: 10px auto 15px; }
    section h3 {
        font-size: 20px;
        font-size: 2.1rem; }
    section h4 {
        font-size: 15px;
        font-size: 1.5rem; }
    section p {
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 1.5; }
    section p.lead { font-size: 1.6rem;}


    .br_pc:before,
    .br_tab:before{
        content: none;
    }

    .br_sp:before {
        content: "\A" ;
        white-space: pre ;
    }

    #bread {
        display: none; }

    main{ margin-top: 87px;}

    #intro .mv{
        height: 185px;
        padding-top: 50px;
    }
    #intro .mv .title {
        font-size: 25px;
        font-size: 2.5rem;
    }
    #intro .mv h1{ font-size: 15px;}
    #intro .mv p{
        font-size: 13px;
        margin-top: 10px;
    }

    .entrance .title{ font-size: 1.8em;}
    .entrance .title + p{
        font-size: 1.6em;
        text-align: left;
    }

    .manabi ul{
        width: 90%;
        justify-content: space-around;
        padding-bottom: 30px;
    }
    .manabi ul li {
        width: 140px;
        height: 140px;
        margin-bottom: 20px;
    }
    .manabi ul li div:nth-child(1){
        font-size: 10px;
        padding-top: 50%;
    }
    .manabi ul li.tsudukeru div,
    .manabi ul li.fukameru div,
    .manabi ul li.katameru div,
    .manabi ul li.hirogeru div,
    .manabi ul li.nakamato div{
        background-size: 65px;
        background-repeat: no-repeat;
        background-position: center 15px;
    }
    .manabi ul li.hirogeru div:nth-child(2){ padding: 0 10px;}
    .manabi ul li div:nth-child(2)::before{
        content: "";
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, .6);
        border-radius: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
    }
    .manabi ul li div:nth-child(2) h3 {
        padding-top: 5%;
        margin-bottom: 0px;
        text-shadow: 1px 1px 0 #fff;
    }
    .manabi ul li div:nth-child(2) p {
        padding: 0 3px;
        font-size: 1em;
    }
    .manabi ul li div:nth-child(2)::after{
        border: 5px solid transparent;
        border-top: 8px solid #28b4d2;
        bottom: 0;
    }

    .detail h2::before{
        padding: 35px;
        width: 80px;
    }
    .detail .lead{ margin-bottom: 30px;}
    .detail .links,
    .letus{ margin-bottom: 30px;}
    .detail .links li{
        width: 48%;
        margin-bottom: 15px;
    }
    .detail .links li:nth-child(3n-2){ margin-left: 2%;}
    .detail .links li:nth-child(2n-1){ margin-left: 0;}
    .detail .links li::after {
        width: 12px;
        height: 12px;
        bottom: 5px;
        right: 5px;
    }
    .detail .links li.line2 a{ padding-top: 20px;}
    .detail .links li h3 {
        font-size: 13px;
        margin-bottom: 10px;
        height: 3.5em;
    }
    .detail .links li.line2 h3{ margin-bottom: 10px;}
    .detail .links li p{ font-size: 11px;}
    .detail #ar01 .links li a{ padding: 40px 10px 15px;}
    .detail #ar01 .links + p{ margin-bottom: 30px;}

    .detail h3.line{
        font-size: 13px;
        margin-bottom: 10px;
    }
    .detail h3.line::before,
    .detail h3.line::after{
        width: 10%;
        border-top: 1px solid #2c4198;
    }

    .map h2 + p{
        font-size: 1.6em;
        text-align: left;
    }
    .map .img{ margin-top: 25px;}

    .story .list{ margin-bottom: 20px;}
    .story .list li{
        width: 100%;
        margin-bottom: 15px;
        margin-left: 0;
    }
    .story .list li img{
        width: 40%;
        float: left;
    }
    .story .list li h3{
        margin-left: 42%;
        font-size: 13px;
        margin-bottom: 10px;
        height: auto;
        line-height: 1.6;
    }
    .story .list li .name{
        float: none;
        margin-left: 43%;
        text-align: left;
        margin-bottom: 0;
    }
    .story a.link{ font-size: 14px;}


    /* meetup */
    #meetupk{}

    #meetupk .descri{
        width: 100%;
        margin: 40px auto 0px auto;}

    #meetupk .descri p{
        line-height: 1.8;
        font-size: 14px;
        text-align: left;}

    #meetup{
        width: 90%;
        margin: 5px auto;
        border: 2px solid #1c236d;}
    #meetup a {
        color:#0000ff;
        text-decoration: none;}
    #meetup article{
        width: 90%;
        margin: 0px auto;}
    #meetup article p{
        color: #1c236d;
        font-size: 27px;
        font-size: 2.7rem;
        letter-spacing: .15em;
        font-weight: normal;
        line-height: 1.7;}
    #meetup article p::after {
        content: "";
        display: block;
        border-bottom: 2px dotted #1c236d;
        width: 100%;
        margin: 20px auto 65px; }
    #meetup table {
        margin-bottom: 20px;}
    #meetup table{ width: 100%;}
    #meetup table span {
        font-weight: bold;}
    #meetup table th {
        line-height: 170%;
        font-size: 14px;
        background-color: #b5bbe5;
        width: 30%;
        padding: 10px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        border-bottom: 1px solid #fff;
        border-right: 1px solid #fff;
        font-weight: normal;}
    #meetup table td {
        line-height: 170%;
        font-size: 14px;
        width: 70%;
        text-align: left;
        background-color: #eef0ff;
        padding: 10px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        border-bottom: 1px solid #fff;}
    #meetup .btnfl{
        margin: 30px 0px 0px 0px;
        display: flex;
        flex-direction: column;}
    #meetup .btnfl div{
        width: 100%;
        margin-bottom: 10px;}
    .btn02 {
        text-align: center;
        background: #e10f40;
        width: 100%;
        color: #fff;
        border: none;
        border-radius: 5px;
        font-size: 16px;
        padding: 20px;
        position: relative;}
    a.btn02 {
        display: block;
        text-decoration: none;
        color: #fff;}
    .btn02::before{
        font-family: "Font Awesome 5 Free";
        content: '\f138';
        font-weight: 900;
        color: #fff;
        position: absolute;
        left: 20px;
        top: 25px;}
    .btn02:hover{
        cursor: pointer;
        opacity: .7;}

    .letus .txt h3{
        width: 80px;
        margin: 0 auto 15px;
    }
    .letus > img{ width: 85%;}
}

/* 横幅狭いスマホ（iPhone5等） */
@media screen and (max-width: 320px) {
    #learning .list li.kyoyo{
        padding: 25px 10px 10px;
    }
/*    article ul.content li p{ padding-top: 120px;}*/
    article ul.content .for50s p.photo img{ bottom: -15px;}
    article ul.content li.plus h4{ font-size: 18px;}

    article ul.content li h4{ letter-spacing: -.6px;}
    article ul.content .fx h4{ font-size: 22px;}
    article ul.content li.plus h4 span.circle{ left: 0;}
    article ul.content li.plus h4 span.hour{ right: 0; left: auto;}

    article ul.content li.plus h4 .comment::after{ margin-top: -12px;}

    section ul.detail li h2{ font-size: 14px;}

    .btn02 {
    text-align: center;
    background: #e10f40;
    width: 100%;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    padding: 20px;
    position: relative;}
}



/* youtube埋め込みレスポンシブ対応 171017*/
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom:20px;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}


#meetup table td .check{
    margin: 1em 0;
}
#meetup table td .check span {
    font-weight: normal;
}
#meetup table td .check li input{ display: none;}
#meetup table td .check li .list{
    padding-left: 20px;
    position: relative;
    display: block;
}
#meetup table td .check li .list::before {
    content: "";
    display: block;
    position: absolute;
    top: .2em;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #aaa;
    background: #fff;
}
#meetup table td .check li input:checked + .list::before {
    border: 1px solid #e35369;
    background: #fbf3f0;
}
#meetup table td .check li input:checked + .list::after {
    content: "";
    display: block;
    position: absolute;
    top: -6px;
    left: 3px;
    width: 8px;
    height: 16px;
    transform: rotate(40deg);
    border-bottom: 3px solid #d7063a;
    border-right: 3px solid #d7063a;
}
