@charset "utf-8";
/* ===================================================================
CSS meeting
 file name  :  meeting.css
 style info :  スタイル指定
=================================================================== */

#link01,
#link02,
#link03,
#link04,
#link05,
#link06,
#link07,
#link08,
#link09,
#link10,
#link11,
#link12,
#link13,
#link14,
#link15 {
    padding: 50px 0 0 0;
    margin: -50px 0 0 0;
}

/* meeting
----------------------------------------------------------------------------- */
.meeting {}

.meeting .main_wrapper {}

.meeting .main_wrapper .box {
    font-size: 18px;
    text-align: left;
    background: #E5EAFE;
    padding: 2em;
    min-height: 1053px;
}

.meeting .main_wrapper .box h2 {
    width: 100%;
    color: #0173e7;
    font-size: 38px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    margin-bottom: 30px;
}

.meeting .main_wrapper .box>p {
    width: 100%;
    color: #d251a1;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    margin-top: 14px;
}

.meeting .main_wrapper .box .page_nav ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
}

.meeting .main_wrapper .box .page_nav ul li {
    width: 24%;
    margin: 0.5% 0.5%;
    font-size: 13px;
    text-align: center;
    padding: 1px;
}

.meeting .main_wrapper .box .page_nav ul li a {
    display: block;
    width: 100%;
    padding: 10px 0;
    background: #fefefe;
    border: 1px solid #fefefe;
    transform: 0.7;
}

.meeting .main_wrapper .box .page_nav ul li a:hover {
    background: #E5EAFE;
    border: 1px solid #fff;
}

.meeting .main_wrapper .box .contents h4 {
    width: 100%;
    color: #0173e7;
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    margin-top: 14px;
    background: #fff;
    padding: 10px 25px;
    margin: 30px auto 20px;
    position: relative;
    line-height: 1;
}

.meeting .main_wrapper .box .contents h4:before {
    position: absolute;
    content: "";
    top: 10px;
    left: 10px;
    width: 5px;
    height: 24px;
    background: #0173e7;
}

.meeting .main_wrapper .box .contents p {
    padding: 0 1em;
}

.meeting .main_wrapper .box .contents p span {
    font-size: 16px;
    padding: 0 1em;
    display: block;
}

.meeting .main_wrapper .box .contents p a {
    color: #0173e7;
    border-bottom: 1px solid #0173e7;
}

.meeting .main_wrapper .box #reserve {
    margin: 100px auto 20px;
    padding: 30px 15px;
    background: #fff;
    text-align: center;
}

.meeting .main_wrapper .box #reserve h4 {
    font-size: 24px;
    color: #0173e7;
    margin: 0 auto 15px;
}

.meeting .main_wrapper .box #reserve .contents {
    margin: 15px auto;
    width: 35%;
}

.meeting .main_wrapper .box #reserve .contents dl {
    display: flex;
    flex-wrap: wrap;
}

.meeting .main_wrapper .box #reserve .contents dl dt {
    width: 5em;
    text-align: left;
}

.meeting .main_wrapper .box #reserve .contents dl dd {
    text-align: left;
}

.meeting .main_wrapper .box #reserve p {
    text-align: right;
}

.meeting .main_wrapper .meeting_table {
    border-left: 1px dotted #888;
}

.meeting .main_wrapper .meeting_table td {
    width: auto;
}

.meeting .main_wrapper .meeting_table td,
.meeting .main_wrapper .meeting_table th {
    padding: 5px;
    border-right: 1px dotted #888;
}

/* BreakPoint 959px
=============================================================*/
@media only screen and (max-width: 959px) {}

/* BreakPoint 639px
=============================================================*/
@media only screen and (max-width: 639px) {

    /* meeting
----------------------------------------------------------------------------- */
    .meeting {}

    .meeting .main_wrapper .box {
        font-size: 18px;
        text-align: left;
        background: #E5EAFE;
        padding: 2em 1em;
        min-height: auto;
    }

    .meeting .main_wrapper .box .page_nav ul li {
        width: 48%;
        margin: 1% 1%;
    }

    .meeting .main_wrapper .box .page_nav ul li:nth-child(7),
    .meeting .main_wrapper .box .page_nav ul li:nth-child(8) {
        width: 100%;
    }

    .meeting .main_wrapper .box .contents ul {
        width: 100%;
        margin: 15px auto;
        display: flex;
        flex-wrap: wrap;
    }

    .meeting .main_wrapper .box .contents ul li {
        width: 100%;
        margin-right: 2%;
    }

    .meeting .main_wrapper .box .contents ul li img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .meeting .main_wrapper .box .contents ul li p {
        margin-bottom: 15px;
    }

    .meeting .main_wrapper .box .contents h4 {
        font-size: 20px;
    }

    .meeting .main_wrapper .box .contents h4:before {
        height: 20px;
    }

    .meeting .main_wrapper .box .contents p span {
        padding: 0;
    }
    
    .meeting .main_wrapper .box #reserve .contents {
        width: 100%;
    }

}
