.ribbon {
    display: inline-block;
    padding: 10px 20px;
    font-size: 18px;
    color: #fff;
    background: #3cb371;
    width: 100%;
    border-radius: 5px;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 71px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: auto;
}

.iframe-wrap {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    border: 2px solid #ccc;
}

.iframe-wrap iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}

.pc {
    display: block;
}

.pc-h2 {
    font-size: 2.5vw;
}

.pc-p {
    font-size: 1.5vw;
}

.sp {
    display: none;
}

.sp-header {
    font-size: 2rem;
}

h1 {
    font-size: 2.5vw;
}

h2 {
    font-size: 1.7vw;
}

h3 {
    font-size: 1.5rem;
}

h4 {
    font-size: 1.3rem;
}

.edit-btn {
    width: 230px;
}

.live-box {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.topimg-sp {
    display: none;
}

body,
h1 h2 h3 h4 p {
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-weight: 500 !important;
}

.iframe-wrap {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    border: 2px solid #ccc;
}

.iframe-wrap iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}


/*テーブル*/

.sectionTable table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0px none;
}

.sectionTable table th,
table td {
    font-size: 16px;
    padding: 10px 20px;
    text-align: left;
}

.sectionTable table tr:nth-child(odd) {
    background-color: ;
    /* #ffe8d1 */
}


/*テーブルカスタマイズ*/

.noborder {
    border: 0px none;
}


/*タイトル*/

.sectionTitle h1 {
    font-size: 20pt;
    color: #ffffff;
    background-color: #ff8c00;
    text-align: center;
    font-weight: bold;
    padding: 0.3em;
}


/*ボタン*/

.btn-square-shadow {
    font-size: 15pt;
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #0693e3;
    color: #FFF;
    border-bottom: solid 4px #627295;
    border-radius: 3px;
    width: 60%;
}

.btn-square-shadow:active {
    /*ボタンを押したとき*/
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
    border-bottom: none;
}

.sectionBtn a {
    text-decoration: none;
}


/*リスト*/

.sectionProfile ul,
ol {
    list-style: none;
    color: #000000;
    padding: 0.5em 0 0.5em 1.5em;
}

.sectionProfile ul li,
ol li {
    line-height: 1.5;
    padding: 0.5em 0;
}

.sectionEvent h3 {
    font-size: 16px;
    line-height: 1.5em;
    padding: 1px 1px;
}


/* （タブレット用） */

@media screen and (max-width: 768px) {
    .sp {
        display: block;
    }
    .live-alert {
        font-size: 0.5rem;
    }
    .live-box {
        border-bottom: none;
    }
}


/* （スマホ用） */

@media screen and (max-width: 450px) {
    h1 {
        font-size: 1.7rem;
    }
    h2 {
        font-size: 1.2rem;
    }
    h3 {
        font-size: 1.1rem;
    }
    h4 {
        font-size: 1rem;
    }
    .pc {
        display: none;
    }
    .sp-header {
        font-size: 5.5vw;
    }
    .sp-nav {
        display: flex;
    }
    .sp-ul {
        flex-direction: row;
        justify-content: space-between;
    }
    .sp-ul li {
        margin-left: 10px;
    }
    .pc-p {
        font-size: 1rem;
    }
    .ribbon {
        text-align: center;
    }
    .btn {
        display: block;
    }
    .edit-btn {
        display: block;
        width: 100%;
    }
    .questionnaire-btn {
        display: block;
        width: 100%;
    }
    .live-box {
        border-bottom: none;
    }
    picture div img {
        height: 250px;
    }
    .topimg-pc {
        display: none;
    }
    .topimg-sp {
        display: block;
        width: auto;
        /* height: 250px; */
    }
}


/* （スマホ用） */

@media screen and (max-width: 380px) {
    .btn-lg {
        font-size: 1rem;
    }
    .top-btn {
        padding: 2px;
        font-size: 0.7rem;
    }
    .topimg-pc {
        display: none;
    }
    .topimg-sp {
        display: block;
        width: auto;
        /* height: 250px; */
    }
}