@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共通*/

.wd100 {
    width: 100% !important;
}

.red {
    color: red;
}

.green{
     background:#8ccbdd !important;
}

.green p {
    color: #293032 !important;
}

@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) {
    .h2_border1 {
        font-size: 4rem;
        text-align: center;
        margin-bottom: 45px;
    }
    /*フレックス周り　固定ページ*/
    .heading-col2__blk1:first-of-type {
        width: 48%;
        margin-right: 3%;
    }
    .heading-col2__blk1:last-of-type {
        width: 49%;
    }
    /*フレックス周り　投稿ページ　画像大きい版*/
    .heading-col2__blk2:first-of-type {
        width: 40%;
        margin-right: 3%;
    }
    .heading-col2__blk2:first-of-type img {
        width: 100%;
    }
    .heading-col2__blk2:last-of-type {
        width: 60%;
    }
    .heading-col2__blk2:last-of-type span {
        font-weight: 700;
        font-size: 2rem;
    }
    /*フレックス周り　投稿ページ　画像小さい版*/
    .heading-col2__blk3:first-of-type {
        width: 20%;
        margin-right: 3%;
    }
    .heading-col2__blk3:first-of-type img {
        width: 100%;
    }
    .heading-col2__blk3:last-of-type {
        width: 60%;
    }
    .heading-col3__blk--txt1 {
        font-size: 2.6rem;
    }
    .heading-col3__blk--txt2 {
        font-size: 1.6rem;
    }
    .heading-col3__blk--txt3 {
        font-weight: 700;
        font-size: 1.7rem;
        margin-top: 16px;
    }
    .heading-col3__blk--txt4 {
        font-size: 1.5rem;
    }
    /*プログラム周り*/
    .program-ume div {
        margin: 10px;
    }
    .program-ume div span:first-child {
        background: black;
        color: #fff;
        padding: 5px;
    }
    /*フレックス周り*/
    .flex-ume {
        display: flex;
        /* justify-content:center; */
        align-items: flex-start;
    }
    .flex-ume2 {
        display: flex;
        /*justify-content: center;*/
        align-items: center;
        width: 100%;
    }
    /*202009 佐藤追加　募集中イベント周辺*/
    .app {
        text-align: center;
        margin-top: 30px;
    }
    .app p {
        margin-top: 0px;
        margin-bottom: 0px;
        font-weight: 700;
    }

    /*202509 佐藤追加　マッチングボタンエリア*/
    .flex-2-apply{
        width:100%;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        margin-top:100px;
    }

    .flex-2-apply .pink-box{
        width:45%;
        padding:20px;
        background:#fff3fa;
        display:flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        height: 300px;
    }

    .flex-2-apply .pink-box p{
        color: #e5007f;
        font-size: 1.6rem;
        margin-bottom: 0;
    }

    .flex-2-apply .pink-box a{
        margin-top: 20px;
        width: 300px;
    }

    .flex-2-apply .green-box{
        width:45%;
        padding:20px;
        background:#8ccbdd;
        display:flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        height: 300px;
    }

    .flex-2-apply .green-box p{
        color: #293032;
        font-size: 1.6rem;
        margin-bottom: 0;
    }

    .flex-2-apply .green-box a{
        margin-top: 20px;
        width: 300px;
    }

    /*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;
    }
    /*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: 0;
        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;
    }
	
    /*うめきたピッチ視聴　お問い合わせボタン追加*/
        
    div.sec02__blk {
        background: #fff3fa;
        padding: 50px 5%;
    }
    div.sec02__blk p{
        text-align: center;
        color: #e5007f;
        font-size: 1.6rem;
        margin-bottom: 0;
    }

    div.sec02__blk a{
        margin-top: 20px;
        width: auto;
    }


    div.comsec2022__blkBtn{
        text-align: center;
    }

    div.comsec2022__blkBtn a{
        color: #fff;
        background: #000;
        font-weight: bold;
        display: inline-block;
        padding: 20px;
        border-radius: 0 0 20px 0;
        border: 2px solid #000;
        text-decoration: none;
    }
    div.comsec2022__blkBtn a:hover {
            color: #000;
            background: #fff;
    }

    .youtube{
        width: 800px;
        margin:0 auto 100px;
    }

    .youtube iframe{
        width: 100%;
        height:500px;
    }
}


/* SP */

@media screen and (max-width: 768px) {
    .h2_border1 {
        font-size: 2rem;
        text-align: center;
        margin-bottom: 45px;
    }
    /*プログラム周り*/
    .program-ume div:first-child {
        text-align: center;
    }
    .program-ume div span:first-child {
        display: block;
        background: black;
        color: #fff;
        font-weight: 700;
        padding: 5px;
    }
    .program-ume div span:first-child {
        display: block;
    }
    .program-ume div:last-child {
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: center;
        font-size: 1.2rem;
    }
    .app {
        text-align: center;
        margin-top: 30px;
    }
    .app p {
        margin-top: 0px;
        margin-bottom: 0px;
        font-weight: 700;
    }
    /*202509 佐藤追加　マッチングボタンエリア*/
    .flex-2-apply{
        width:100%;
        display: block;
        margin-top:100px;
    }

    .flex-2-apply .pink-box{
        width:100%;
        padding:20px;
        background:#fff3fa;
        display:flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        height: 300px;
        margin-bottom:10px;
    }

    .flex-2-apply .pink-box p{
        color: #e5007f;
        font-size: 1.6rem;
        margin-bottom: 0;
    }

    .flex-2-apply .pink-box a{
        margin-top: 20px;
        width: 100%;
    }

    .flex-2-apply .green-box{
        width:100%;
        padding:20px;
        background:#8ccbdd;
        display:flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        height: 300px;
    }

    .flex-2-apply .green-box p{
        color: #293032;
        font-size: 1.6rem;
        margin-bottom: 0;
    }

    .flex-2-apply .green-box a{
        margin-top: 20px;
        width: 100%;
    }
    /*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: 0;
        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 {
        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: 300px;
        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;
    }
    /*フレックス周り　投稿ページ　画像小さい版*/
    .heading-col2__blk3:first-of-type {
        width: 100%;
        margin-right: 3%;
    }
    .heading-col2__blk3:first-of-type img {
        width: 100%;
    }
    .heading-col2__blk3:last-of-type {
        width: 100%;
    }
    .heading-col2__blk3:last-of-type span {
        font-weight: 700;
        font-size: 2rem;
    }
    .heading-col3__blk--txt {
        font-size: 2rem;
    }
    .heading-col3__blk--txt1 {
        font-size: 2.6rem;
    }
    .heading-col3__blk--txt2 {
        font-size: 1.4rem;
    }
    .heading-col3__blk--txt3 {
        font-weight: 700;
        font-size: 1.6rem;
        margin-top: 16px;
    }
    .heading-col3__blk--txt4 {
        font-size: 1.4rem;
    }
	
/*うめきたピッチ視聴　お問い合わせボタン追加*/
	
div.sec02__blk {
    background: #fff3fa;
    padding: 50px 5%;
}
div.sec02__blk p{
    text-align: center;
    color: #e5007f;
    font-size: 1.6rem;
	margin-bottom: 0;
}

div.sec02__blk a{
    margin-top: 20px;
    width: auto;
}


div.comsec2022__blkBtn{
    text-align: center;
}

div.comsec2022__blkBtn a{
    color: #fff;
    background: #000;
    font-weight: bold;
    display: inline-block;
    padding: 20px;
    border-radius: 0 0 20px 0;
    border: 2px solid #000;
	text-decoration: none;
}
div.comsec2022__blkBtn a:hover {
    color: #000;
    background: #fff;
}
.youtube{
    width: 100%;
    margin:0 auto 100px;
}

.youtube iframe{
    width: 100%;
    height:300px;
}
}


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