@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap&subset=japanese");
.mincho {
    font-family: "Noto Serif JP" !important;
}

.softly:hover {
    -webkit-box-shadow: 0px 0px 8px 3px #ccc;
    box-shadow: 0px 0px 8px 3px #ccc;
}

.softly:hover a {
    color: #eb46a2;
}

.inrWidth {
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
}

.outerWidth {
    width: 1100px;
    margin-right: auto;
    margin-left: auto;
}

.fullWidth {
    margin-right: auto;
    margin-left: auto;
}


/*PC・SP共通*/

main a {
    color: #cf5095;
}

.red {
    color: red;
}

.mt0 {
    margin-top: 0 !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

.mt100 {
    margin-top: 100px;
}

.bdbm {
    border-bottom: 1px solid #000;
}

@media screen and (min-width: 1200px) {
    .fullWidth {
        width: 1200px;
    }
    .inrWidth {
        width: 1000px;
    }
}

@media screen and (min-width: 1100px) and (max-width: 1200px) {
    .fullWidth {
        width: 100%;
    }
    .outerWidth {
        width: 1100px;
    }
    .inrWidth {
        width: 1000px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
    .fullWidth {
        width: 90% !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
    .outerWidth {
        width: 95% !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
    .inrWidth {
        width: 95% !important;
    }
}

@media screen and (max-width: 768px) {
    .inrWidth {
        width: 90%;
    }
    .outerWidth {
        width: 90% !important;
    }
    .fullWidth {
        width: 90% !important;
    }
}

#morning-meet-up {
    font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}


/* PC */

@media screen and (min-width: 769px) {
    .width-logo {
        width: 30%;
    }
    .width-logo-50 {
        width: 50%;
    }
    .width-logo-70 {
        width: 70%;
    }
    /*リード文エリア(基本）*/
    .lead-event p {
        font-size: 1.8rem !important;
    }
    /*トップイメージ*/
    #area_mv {
        text-align: center;
    }
    #area_mv ul {
        margin-top: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 1.6rem;
        font-weight: bold;
    }
    #area_mv ul li {
        display: block;
        text-align: center;
        width: 33.33%;
        line-height: 2.9;
        position: relative;
    }
    #area_mv ul li:not(:last-child) {
        border-right: 1px solid #000;
    }
    #area_mv ul li:not(:nth-of-type(2)):after {
        content: "";
        position: absolute;
        top: 13px;
        right: 10%;
        background: url(../img/common/arrow_b.png) no-repeat;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        background-size: contain;
        transition: .4s;
        width: 10px;
        height: 20px;
    }
    #area_mv ul li.open:not(:nth-of-type(2)):after {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
    #area_mv ul li a {
        display: block;
        width: 100%;
        height: 100%;
        color: #000;
        text-decoration: none;
    }
    .event-date {
        text-align: center;
    }
    .event-date p {
        margin: 0 auto;
    }
    .h2_border1 {
        font-size: 4rem;
        text-align: center;
        margin-bottom: 45px;
    }
    .h2_red {
        font-size: 4rem;
        text-align: center;
        /* margin-bottom: 45px; */
    }
    .h2_middle {
        font-size: 3rem;
        text-align: center;
        font-weight: 700;
        line-height: 1.5;
        margin-bottom: 20px;
    }
    .h2_border_middle {
        text-align: center;
        margin-bottom: 45px;
    }
    .h2_border_middle span {
        font-size: 2rem;
        line-height: 1.4;
        font-weight: bold;
        text-align: center;
        position: relative;
        display: inline-block;
    }
    .h2_border_middle span:before {
        content: "";
        background: #000;
        height: 3px;
        min-width: 20px;
        display: inline-block;
        position: absolute;
        top: 50%;
        right: -40px;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
    .h2_border_middle span:after {
        content: "";
        background: #000;
        height: 3px;
        min-width: 20px;
        display: inline-block;
        position: absolute;
        top: 50%;
        left: -40px;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
    .h2_gen {
        font-size: 3rem;
        text-align: center;
        /* margin-bottom: 45px; */
    }
    .bg-gry {
        background: #dcdcdc;
        padding: 20px;
    }
    .fs-nd {
        font-size: 2.5rem;
    }
    /*フレックス周り　固定ページ*/
    .heading-col2__blk1:first-of-type {
        width: 48%;
        margin-right: 3%;
    }
    .heading-col2__blk1:last-of-type {
        width: 49%;
    }
    /*フレックス周り　投稿ページ*/
    .heading-col2__blk:first-of-type {
        width: 25%;
        margin-right: 3%;
    }
    .heading-col2__blk:last-of-type {
        width: 70%;
    }
    /*概要罫線段組み周り*/
    .taiwan-outline .outline-table {
        width: 90%;
        margin: 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        border-top: 1px solid #000;
        padding: 15px;
        font-size: 1.6rem;
    }
    .taiwan-outline .outline-table div:first-child {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: start;
        flex-basis: 30%;
    }
    .taiwan-outline .outline-table div:nth-child(2) {
        display: -webkit-box;
        display: -ms-flexbox;
        /* display: flex; */
        justify-content: flex-start;
        flex-direction: column;
        align-items: center;
        flex-basis: 70%;
    }
    .taiwan-outline .outline-table .div-singapore {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        justify-content: flex-start !important;
        flex-direction: row !important;
        align-items: center !important;
        flex-basis: 70% !important;
    }
    .taiwan-outline .outline-table {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: flex-start;
        flex-direction: row;
        align-items: center;
        flex-basis: 70%;
    }
    .taiwan-outline .outline-table-2 {
        width: 90%;
        margin: 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        border-top: 1px solid #000;
        padding: 15px;
        font-size: 1.6rem;
    }
    .taiwan-outline .outline-table-2 .taiwan-first {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: start;
        flex-basis: 30%;
    }
    .taiwan-outline .outline-table-2 .taiwan-second {
        /* display: -webkit-box;
        display: -ms-flexbox;
        justify-content: flex-start;
        flex-direction: column; */
        flex-basis: 70%;
    }
    .col4-taiwan {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: flex-start;
        width: 100%;
    }
    .col4-taiwan img {
        width: 50%;
        margin-right: 2%;
        margin-top: 2%;
    }
    /*概要罫線段組み-コロンビア*/
    .colombia-outline .outline-table {
        width: 80%;
        margin: 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        border-top: 1px solid #000;
        padding: 15px;
        font-size: 1.6rem;
    }
    .colombia-outline .outline-table div:first-child {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: flex-start;
        flex-basis: 30%;
        align-items: center;
    }
    .colombia-outline .outline-table div:nth-child(2) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        flex-basis: 70%;
    }
    .colombia-outline .outline-table div .colombia {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        justify-content: flex-start !important;
        flex-direction: row !important;
        align-items: center !important;
        flex-basis: 70% !important;
    }
    .colombia-outline .outline-table div .colombia .colombia1 {
        flex-basis: 50% !important;
        justify-content: flex-start;
        margin-bottom: 10px;
    }
    .colombia-outline .outline-table span {
        /* font-size: 12px; */
        margin-left: 168px;
    }
    .colombia-outline .outline-table .program-txt .txt1 {
        margin-left: 50px;
    }
    .colombia-outline-txt {
        width: 80%;
        margin: 0 auto;
    }
    .colombia-outline-txt p {
        font-size: 12px;
        margin-bottom: 0;
    }
    /*プログラム周り*/
    .program-ume div {
        margin: 10px;
    }
    .program-ume div span {
        background: black;
        color: #fff;
        padding: 5px;
    }
    /*フレックス周り*/
    .flex-3col {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
    }
    .flex-3col div {
        width: 32%;
        margin-right: 1%;
    }
    .flex-3col div img {
        width: 100%;
    }
    .flex-5col {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: flex-start;
        align-items: baseline;
        width: 100%;
    }
    .flex-5col div {
        width: 19%;
        margin-right: 1%;
    }
    .flex-5col div img {
        width: 100%;
    }
    .flex-5col div p:nth-child(4) {
        font-size: 1rem;
    }
    .flex-cmn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: flex-start;
        align-items: flex-start;
        width: 100%;
    }
    .flex-cmn div:first-child {
        width: 30%;
    }
    .flex-cmn div:nth-child(2) {
        width: 70%;
        padding-left: 20px;
    }
    .flex-ume {
        display: flex;
        /* justify-content:center; */
        align-items: flex-start;
    }
    .flex-ume2 {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    /*202009 佐藤追加　募集中イベント周辺*/
    .app {
        text-align: center;
        margin-top: 30px;
    }
    .app p {
        margin-top: 0px;
        margin-bottom: 0px;
        font-weight: 700;
    }
    /*202009 佐藤追加　募集中イベント周辺*/
    .app {
        text-align: center;
        margin-top: 30px;
    }
    .app p {
        margin-top: 0px;
        margin-bottom: 0px;
        font-weight: 700;
    }
    /*202009 佐藤追加　starters概要周辺*/
    .foruse-ume dl {
        position: relative;
        /* padding-left: 55px; */
        margin-bottom: 15px;
    }
    .foruse-ume dl dt {
        font-weight: bold;
        margin-bottom: 5px;
        position: relative;
    }
    .foruse-ume dl dd {
        font-size: 1.6rem;
        line-height: 1.75;
        text-align: justify;
    }
    /*202010 佐藤追加　開催時期周り*/
    .event p {
        margin-bottom: 0;
    }
    .event a p {
        margin-bottom: 20px;
        padding-left: 55px;
    }
    .event h4 {
        padding-left: 55px;
        margin-bottom: 20px;
        font-size: 1.7rem;
        font-weight: bold;
    }
    .event__ttl {
        font-size: 1.8rem;
        font-weight: bold;
        width: 100%;
        margin: 45px 0 20px;
        padding-left: 55px;
        position: relative;
    }
    .event__ttl:before {
        content: "――";
        position: absolute;
        left: 0;
        top: 0;
        color: #e40682;
    }
    .event__dl {
        padding-left: 5px;
        font-size: 1.8rem;
        letter-spacing: 0;
        line-height: 2.2;
    }
    .event__dt {
        display: inline-block;
    }
    .event .summary__ttl {
        width: 120px;
    }
    .event .summary__dd {
        display: inline-block;
        width: 810px;
    }
    /*202009 佐藤追加　ポイント周辺*/
    .merit ul li {
        padding-bottom: 30px;
    }
    .merit ul li span:first-child {
        background: #000;
        color: #fff;
        line-height: 1;
        padding: 7px 10px 10px;
        display: inline-block;
        margin-right: 15px;
    }
    .merit ul li span:nth-child(2) {
        font-weight: 700;
    }
    .merit ul li span:nth-child(3) {
        font-size: 1.8rem;
        line-height: 2;
        display: block;
        margin-top: 20px;
    }
    #mmu_wrap {
        width: 80%;
        margin-right: auto;
        margin-left: auto;
    }
    h3 {
        position: relative;
        padding-left: 40px;
        margin-bottom: 30px;
    }
    h3:after {
        content: "――";
        position: absolute;
        left: -20px;
        top: 0;
        color: #e40682;
        font-family: "Noto Serif JP";
    }
    table {
        width: 100%;
        margin-bottom: 30px;
        font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
    }
    tr {
        border-bottom: 1px solid #000;
    }
    tr:first-of-type {
        border-top: 1px solid #000;
    }
    th,
    td {
        font-size: 1.6rem;
        padding: 20px 25px;
    }
    th {
        background: #eee;
    }
    .mmulink {
        width: 350px;
        margin: auto;
        display: block;
        border: 1px solid #000;
        background: #000;
        color: #fff;
        text-align: center;
        padding: 20px 0;
        line-height: 1;
        text-decoration: none;
        position: relative;
    }
    .mmulink:after {
        position: absolute;
        content: '';
        background: url(../img/common/arrow_w.png);
        background-size: contain;
        width: 12px;
        height: 21px;
        right: 5%;
    }
    .mmulink:hover {
        background: #fff;
        color: #000;
        font-weight: bold;
    }
    .detail {
        background: #000;
        color: #fff;
        line-height: 1;
        padding: 3px 15px 4px;
        text-align: center;
        display: inline-block;
        border: 1px solid #000;
        font-size: 1.3rem;
        text-decoration: none;
    }
    .detail:hover {
        background: #fff;
        color: #000;
    }
    .btn_box {
        text-align: right;
        line-height: 1;
        margin-top: 25px;
    }
    .btn_box .btn {
        background: #000;
        border-radius: 15px;
        font-size: 1rem;
        line-height: 1;
        padding: 3px 20px 3px 15px;
        color: #fff;
        text-decoration: none;
        letter-spacing: 0;
        position: relative;
    }
    .btn_box .btn:after {
        content: '▲';
        position: absolute;
        right: 3px;
        top: 50%;
        margin-top: -5px;
        -webkit-transform: rotate(90deg) scale(0.5, 0.3);
        transform: rotate(90deg) scale(0.5, 0.3);
    }
    /*2020/6/4 佐藤追加　ピンクボタン*/
    .btnPNK-2 {
        text-align: center;
        font-size: 1.6rem;
        line-height: 1.4;
        display: block;
        background: #e40682;
        padding: 10px;
        color: #fff;
        text-decoration: none;
        position: relative;
        border: 1px solid #e40682;
    }
    .btnPNK-2:after {
        content: "";
        position: absolute;
        right: 5%;
        top: 50%;
        background: url(../img/common/arrow_w.png) no-repeat;
        background-size: contain;
        width: 10px;
        height: 20px;
        margin-top: -9px;
    }
    .btnPNK-2:hover {
        border: 1px solid #e40682;
        background: #fff;
        color: #000;
    }
    .btnPNK-2:hover:after {
        content: "";
        position: absolute;
        right: 5%;
        background: url(../img/common/arrow_b.png) no-repeat;
        background-size: contain;
        width: 10px;
        height: 20px;
        top: 50%;
        margin-top: -9px;
    }
    .btnPNK-2.btnS {
        width: 300px;
        display: inline-block;
    }
    .btnPNK-2.btnM {
        width: 500px;
        display: inline-block;
    }
    .btnPNK-2.btnL {
        width: 700px;
        display: inline-block;
    }
    /*2020/6/4 佐藤追加　グレーボタン*/
    .btnGY-2 {
        text-align: center;
        font-size: 1.6rem;
        line-height: 1.4;
        display: block;
        background: #cccccc;
        padding: 10px;
        color: #fff;
        text-decoration: none;
        position: relative;
        border: 1px solid #cccccc;
    }
    .btnGY-2:after {
        content: "";
        position: absolute;
        right: 5%;
        top: 50%;
        background: url(../img/common/arrow_b.png) no-repeat;
        background-size: contain;
        width: 10px;
        height: 20px;
        margin-top: -9px;
    }
    .btnGY-2 a {
        color: #FFF;
    }
    .btnGY-2.btnS {
        width: 300px;
        display: inline-block;
    }
    .btnGY-2.btnM {
        width: 500px;
        display: inline-block;
    }
    .btnGY-2.btnL {
        width: 700px;
        display: inline-block;
    }
    #event-single .logo-section {
        margin-top: 30px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    #event-single .logo-section li {
        width: 13%;
        margin-right: 1.5%;
        margin-bottom: 30px;
    }
    #event-single .logo-section li:nth-of-type(7n) {
        margin-right: 0;
    }
    #event-single .logo-section li img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }
    /*画像周り*/
    .img70 img {
        width: 70%;
    }
}


/* SP */

@media screen and (max-width: 768px) {
    .spf-2-5 {
        font-size: 2.5rem !important;
    }
    .spf-2 {
        font-size: 2rem !important;
    }
    .fs-nd {
        /* font-size:2.5rem; */
        font-weight: 700;
    }
    .h2_border1 {
        font-size: 3rem;
        text-align: center;
        margin-bottom: 45px;
    }
    .h2_red {
        font-size: 2rem;
        text-align: center;
        /* margin-bottom: 45px; */
    }
    .h2_middle {
        font-size: 1.8rem !important;
        text-align: center;
        /* margin-bottom: 45px; */
    }
    .h2_border_middle {
        text-align: center;
        margin-bottom: 45px;
    }
    .h2_border_middle span {
        font-size: 1.2rem;
        line-height: 1.4;
        font-weight: bold;
        text-align: center;
        position: relative;
        display: inline-block;
    }
    .h2_border_middle span:before {
        content: "";
        background: #000;
        height: 3px;
        min-width: 20px;
        display: inline-block;
        position: absolute;
        top: 50%;
        right: -40px;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
    .h2_border_middle span:after {
        content: "";
        background: #000;
        height: 3px;
        min-width: 20px;
        display: inline-block;
        position: absolute;
        top: 50%;
        left: -40px;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
    .h2_gen {
        font-size: 1.6rem !important;
        text-align: center;
        font-weight: 700;
        /* margin-bottom: 45px; */
    }
    .bg-gry {
        background: #dcdcdc;
        padding: 20px;
    }
    /*プログラム周り*/
    .program-ume div span {
        background: black;
        color: #fff;
        padding: 5px;
    }
    .app {
        text-align: center;
        margin-top: 30px;
    }
    .app p {
        margin-top: 0px;
        margin-bottom: 0px;
        font-weight: 700;
    }
    /*202009 佐藤追加　starters概要周辺*/
    .foruse-ume dl {
        position: relative;
        /* padding-left: 55px; */
        margin-bottom: 15px;
    }
    .foruse-ume dl dt {
        font-weight: bold;
        margin-bottom: 5px;
        position: relative;
    }
    .foruse-ume dl dd {
        font-size: 1.6rem;
        line-height: 1.75;
        text-align: justify;
    }
    .merit ul li {
        padding-bottom: 15px;
    }
    .merit ul li span:first-child {
        display: block;
        background: #000;
        color: #fff;
        width: 80px;
        text-align: center;
        line-height: 1;
        padding: 5px 8px 8px;
        margin-bottom: 5px;
        margin-right: 15px;
    }
    /*202009 佐藤追加　startersポイント周辺*/
    .merit ul li span:nth-child(2) {
        font-weight: 700;
    }
    .merit ul li span:nth-child(3) {
        font-size: 1.4rem;
        line-height: 2;
        display: block;
        margin-top: 10px;
    }
    h3 {
        position: relative;
        padding-left: 40px;
        margin-bottom: 30px;
    }
    h3:after {
        content: "――";
        position: absolute;
        left: -20px;
        top: 0;
        color: #e40682;
        font-family: "Noto Serif JP";
        margin-left: 4px;
    }
    table {
        width: 100%;
        margin-bottom: 30px;
        font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
    }
    tr {
        border-bottom: 1px solid #000;
    }
    tr:first-of-type {
        border-top: 1px solid #000;
    }
    th,
    td {
        margin: 15px;
        display: block;
        width: 100%;
    }
    th {
        background: #eee;
        text-align: left;
        font-weight: bold;
    }
    .mmulink {
        width: 350px;
        margin: auto;
        display: block;
        border: 1px solid #000;
        background: #000;
        color: #fff;
        text-align: center;
        padding: 20px 0;
        line-height: 1;
        text-decoration: none;
        position: relative;
    }
    .mmulink:after {
        position: absolute;
        content: '';
        background: url(../img/common/arrow_w.png);
        background-size: contain;
        width: 12px;
        height: 21px;
        top: 50%;
        margin-top: -11px;
        right: 5%;
    }
    .detail {
        background: #000;
        color: #fff;
        line-height: 1;
        padding: 3px 15px 4px;
        text-align: center;
        display: inline-block;
        border: 1px solid #000;
        font-size: 1.3rem;
        text-decoration: none;
        margin-left: 15px;
        vertical-align: top;
    }
    .btn_box {
        text-align: right;
        line-height: 1;
        margin-top: 25px;
    }
    .btn_box .btn {
        background: #000;
        border-radius: 15px;
        font-size: 1rem;
        line-height: 1;
        padding: 6px 20px 6px 15px;
        color: #fff;
        text-decoration: none;
        letter-spacing: 0;
        position: relative;
    }
    .btn_box .btn:after {
        content: '▲';
        position: absolute;
        right: 3px;
        top: 50%;
        margin-top: -5px;
        -webkit-transform: rotate(90deg) scale(0.5, 0.3);
        transform: rotate(90deg) scale(0.5, 0.3);
    }
    /*2020/6/4 佐藤追加　ピンクボタン*/
    .btnPNK-2 {
        font-size: 1.5rem;
        line-height: 1.4;
        display: block;
        background: #e40682;
        padding: 15px;
        color: #fff;
        text-decoration: none;
        position: relative;
        border: 1px solid #e40682;
        /* padding-right: 40px; */
    }
    .btnPNK-2:after {
        content: "";
        position: absolute;
        right: 5%;
        background: url(../img/common/arrow_w.png) no-repeat;
        background-size: contain;
        width: 10px;
        top: 50%;
        margin-top: -10px;
        height: 20px;
    }
    .btnPNK-2:hover {
        border: 1px solid #000;
        background: #fff;
        color: #000;
    }
    .btnPNK-2:hover:after {
        content: "";
        position: absolute;
        right: 5%;
        background: url(../img/common/arrow_b.png) no-repeat;
        background-size: contain;
        width: 10px;
        height: 20px;
    }
    .btnPNK-2.btnM {
        width: 100%;
        display: inline-block;
    }
    /*2020/6/4 佐藤追加　グレーボタン*/
    .btnGY-2 {
        text-align: center;
        font-size: 1.6rem;
        line-height: 1.4;
        display: block;
        background: #cccccc;
        padding: 10px;
        color: #fff;
        text-decoration: none;
        position: relative;
        border: 1px solid #cccccc;
    }
    .btnGY-2:after {
        content: "";
        position: absolute;
        right: 5%;
        top: 50%;
        background: url(../img/common/arrow_b.png) no-repeat;
        background-size: contain;
        width: 10px;
        height: 20px;
        margin-top: -9px;
    }
    .btnGY-2 a {
        color: #FFF;
    }
    .btnGY-2.btnS {
        width: 300px;
        display: inline-block;
    }
    .btnGY-2.btnM {
        width: 300px;
        display: inline-block;
    }
    .btnGY-2.btnL {
        width: 700px;
        display: inline-block;
    }
    /*概要罫線段組み-taiwan*/
    .taiwan-outline .outline-table {
        width: 100%;
        margin: 0 auto;
        display: block;
        /* border-top: 1px solid #000; */
        padding: 15px;
    }
    .taiwan-outline .outline-table div:first-child {
        display: -webkit-box;
        display: -ms-flexbox;
        display: block;
        text-align: center;
        width: 100%;
        font-weight: 700;
        border: solid 1px #000;
        padding: 20px;
    }
    .taiwan-outline .outline-table div:nth-child(2) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: block;
        justify-content: center;
        width: 100%;
        border: solid 1px #000;
        padding: 20px;
        text-align: center;
    }
    .taiwan-outline .outline-table .program-txt {
        display: block !important;
        flex-direction: column;
        justify-content: center;
        font-size: 13px;
        line-height: 2.5;
    }
    .taiwan-outline .outline-table .program-txt span {
        /* margin-left: 0px; */
        font-size: 12px;
    }
    .taiwan-outline-txt {
        width: 80%;
        margin: 0 auto;
    }
    .taiwan-outline-txt p {
        font-size: 12px;
        margin-bottom: 0;
    }
    .taiwan-outline .outline-table-2 {
        width: 100%;
        margin: 0 auto;
        display: block;
        /* border-top: 1px solid #000; */
        padding: 15px;
    }
    .taiwan-outline .outline-table-2 div:first-child {
        display: -webkit-box;
        display: -ms-flexbox;
        display: block;
        justify-content: center;
        width: 100%;
        font-weight: 700;
        padding: 20px;
    }
    .taiwan-outline .outline-table-2 div:nth-child(2) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: block;
        justify-content: center;
        width: 100%;
        padding: 20px;
    }
    .col4-taiwan img {
        width: 100%;
        margin-top: 2%;
    }
    /*概要罫線段組み-colombia*/
    .colombia-outline .outline-table {
        width: 100%;
        margin: 0 auto;
        display: block;
        /* border-top: 1px solid #000; */
        padding: 15px;
    }
    .colombia-outline .outline-table div:first-child {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        width: 100%;
        font-weight: 700;
        border: solid 1px #000;
        padding: 20px;
    }
    .colombia-outline .outline-table div:nth-child(2) {
        display: block;
        width: 100%;
        border: solid 1px #000;
        padding: 10px;
    }
    .colombia-outline .outline-table div .colombia {
        display: block;
        border: none;
    }
    .colombia-outline .outline-table div .colombia .colombia1 {
        display: block;
        border: none;
        text-align: center;
    }
    .colombia-outline .outline-table .program-txt {
        display: block !important;
        flex-direction: column;
        justify-content: center;
        font-size: 13px;
        line-height: 2.5;
    }
    .colombia-outline .outline-table .program-txt span {
        /* margin-left: 0px; */
        font-size: 12px;
    }
    .colombia-outline-txt {
        width: 80%;
        margin: 0 auto;
    }
    .colombia-outline-txt p {
        font-size: 12px;
        margin-bottom: 0;
    }
    /*プログラム周り*/
    .program-ume {
        margin: 10px;
        border: solid 1px #000;
    }
    .program-ume div {
        margin: 10px;
        text-align: center;
    }
    .program-ume div span {
        background: black;
        color: #fff;
        padding: 5px;
    }
    /*202010 佐藤追加　開催概要周辺*/
    .event p {
        margin-bottom: 0;
    }
    .event a p {
        font-size: 1.4rem;
        margin-bottom: 20px;
        padding-left: 55px;
    }
    .event h4 {
        padding-left: 55px;
        margin-bottom: 10px;
        font-size: 1.5rem;
        font-weight: bold;
    }
    .event__ttl {
        font-size: 1.6rem;
        font-weight: bold;
        width: 100%;
        margin: 45px 0 20px;
        padding-left: 55px;
        position: relative;
    }
    .event__ttl:before {
        content: "――";
        position: absolute;
        left: 0;
        top: 0;
        color: #e40682;
    }
    .event__dl {
        padding-left: 5px;
        font-size: 1.4rem;
        letter-spacing: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .event__dt {
        display: inline-block;
    }
    .event .summary__ttl {
        width: 100px;
    }
    .event .summary__dd {
        width: calc(100% - 100px);
        text-indent: -1em;
        margin-bottom: 10px;
    }
    #event-single .logo-section {
        margin-top: 30px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    #event-single .logo-section li {
        width: 18%;
        margin-right: 2.5%;
        margin-bottom: 30px;
    }
    #event-single .logo-section li:nth-of-type(4n) {
        margin-right: 0;
    }
    #event-single .logo-section li img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }
}


/*# sourceMappingURL=maps/morning-meet-up.css.map */