@charset "utf-8";

/* CSS INFORMATION -====================================================
File name : corner_base.css
Description : コーナーベースラインCSS
===================================================================== */


/* =====================================================================
*    コーナー共通：コーナータイトル
* =================================================================== */

h1.page_ttl {
    width: 100%;
    height: 0;
    padding-top: 54.6875%;
    position: relative;
    margin-bottom: 4.6875% !important;
}

h1.page_ttl img {
    width: 75%;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

@media screen and (min-width:700px) {
    .wrapper_subpage #main {
        padding-left: 0;
        padding-right: 0;
    }
    h1.page_ttl {
        padding-top: 27.5%;
        margin-bottom: 15px !important;
    }
    h1.page_ttl img {
        width: 40%;
    }
}


/* =====================================================================
*    コーナートップ
* =================================================================== */

.corner_catch,
.corner_message {
    width: 87.5%;
    font-size: 16px;
    line-height: 1.5em;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.corner_message {
    margin-top: 15%;
}

@media screen and (min-width:700px) {
    .corner_catch,
    .corner_message {
        width: 85%;
        font-size: 18px;
        line-height: 1.5em;
    }
}


/* =====================================================================
*    コーナートップ・コーナー詳細：コーナー記事コンテンツ
* =================================================================== */

.corner_article {
    width: 87.5%;
    text-align: center;
    overflow: hidden;
    margin-top: 9.375%;
    margin-left: auto;
    margin-right: auto;
}

.corner_article .article_date {
    width: 100%;
    height: 25px;
    text-align: center;
    position: relative;
}

.corner_article .article_date span {
    display: inline-block;
    padding-top: 5px;
    font-size: 20px;
    line-height: 20px;
    color: #6c2363;
    font-weight: bold;
    vertical-align: top;
}

.corner_article .article_date::before {
    content: "";
    width: 25px;
    height: 25px;
    display: inline-block;
    background: url(../img/common/img_tv_icon02.png) no-repeat left top;
    background-size: 100% auto;
    margin-right: 20px;
    vertical-align: top;
}

.corner_article .article_main {
    text-align: left;
    padding-top: 7.1429%;
    padding-bottom: 3.5715%;
}

.corner_article .article_main .img {
    width: 92.8572%;
    margin-bottom: 4.6154%;
    margin-left: auto;
    margin-right: auto;
    pointer-events: none;
}

.corner_article .article_main iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.corner_article .article_main2 {
    text-align: left;
    padding-top: 7.1429%;
    padding-bottom: 3.5715%;
}

.corner_article .article_main2 .img {
    width: 92.8572%;
    margin-bottom: 4.6154%;
    margin-left: auto;
    margin-right: auto;
}

@media print {
    .corner_article .article_main .img {
        display: none;
    }
}

.corner_article .article_main h1 {
    width: 92.8572%;
    font-size: 18px;
    line-height: 1.6em;
    font-weight: bold;
    margin-bottom: 5.7693%;
    margin-left: auto;
    margin-right: auto;
}

.corner_article .article_main .catch {
    width: 92.8572%;
    font-size: 16px;
    line-height: 1.5em;
    margin-left: auto;
    margin-right: auto;
}

.corner_article .article_main>*:last-child {
    margin-bottom: 0;
}

.corner_article .article_attention {
    font-size: 16px;
    line-height: 1.5em;
    text-align: left;
    border-top: 1px solid #dedede;
    padding-top: 7.1429%;
}

.corner_article .back_top {
    margin-top: 7.1429%;
}


/* 子要素 */

.corner_article .article_child {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    padding-left: 7.1429%;
    padding-right: 7.1429%;
}

.corner_article .article_child p {
    font-size: 16px;
    line-height: 1.5em;
    text-align: left;
    margin-bottom: 12.5%;
}

.corner_article .article_child .title {
    font-size: 16px;
    line-height: 1.15em;
    font-weight: bold;
    color: #6c2363;
    position: relative;
    box-sizing: border-box;
    padding-top: 8.3334%;
    padding-left: 30px;
    margin-bottom: 6.25%;
    margin-left: auto;
    margin-right: auto;
}

.corner_article .article_child .title::after {
    content: "";
    width: 116.6666%;
    height: 0;
    border-top: 1px dotted #6c2363;
    position: absolute;
    top: 0;
    left: -8.3333%;
}

.corner_article .article_child:nth-of-type(2) .title::after {
    border-top: 1px solid #6c2363;
}

.corner_article .article_child .title::before {
    content: "";
    width: 30px;
    height: 26px;
    display: block;
    background: url(../img/corner/img_article_child_h1.png) no-repeat center top;
    background-size: 100% auto;
    position: absolute;
    top: 0;
    left: -10px;
    margin-top: 6.25%;
}

.corner_article .article_child .subtitle {
    line-height: 1.2858em;
    font-weight: bold;
    color: #6c2363;
    margin-bottom: 4.1667%;
}

.corner_article .article_child .subtitle.ic_circle {
    position: relative;
    box-sizing: border-box;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 34px;
    margin-left: auto;
    margin-right: auto;
}

.corner_article .article_child .subtitle.ic_circle::before {
    content: "";
    width: 24px;
    height: 24px;
    display: block;
    background-color: #FFF;
    border-radius: 50px;
    border: 7px solid #6c2363;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
}

.corner_article .article_child .subtitle.ic_tour {
    min-height: 47px;
    position: relative;
    box-sizing: border-box;
    padding-top: 15px;
    padding-left: 50px;
    margin-left: auto;
    margin-right: auto;
}

.corner_article .article_child .subtitle.ic_tour::before {
    content: "";
    width: 40px;
    height: 47px;
    display: block;
    background: url(../img/corner/icon_tour_sp.jpg) no-repeat center top;
    background-size: 100% auto;
    position: absolute;
    top: 0;
    left: 0;
}

.corner_article .article_child .leadimg_list,
.corner_article .article_child .img_list {
    margin-bottom: 10.4167%;
}

.corner_article .article_child .leadimg_list li,
.corner_article .article_child .img_list li {
    margin-bottom: 8.3334%;
}

.corner_article .article_child .img_list li p {
    margin-top: 4.1667%;
    margin-bottom: 0;
}

.corner_article .article_child .img {
    margin-bottom: 10.4167%;
}

.corner_article .article_child p.img_description {
    text-align: center;
}

.corner_article .article_child p small {
    font-size: 1.2rem;
    line-height: 1.5em;
    color: #a40000;
}

.corner_article .article_child .btn {
    margin-bottom: 10.4167%;
}

@media screen and (min-width:700px) {
    .corner_article {
        width: 95%;
        margin-top: 40px;
    }
    .corner_article .article_date {
        height: 33px;
    }
    .corner_article .article_date span {
        padding-top: 7px;
        font-size: 26px;
        line-height: 26px;
    }
    .corner_article .article_date::before {
        width: 33px;
        height: 33px;
    }
    .corner_article .article_main {
        width: 100%;
        overflow: hidden;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .corner_article .article_main .img {
        width: 47.3685%;
        margin-bottom: 0;
        margin-right: 5.2632%;
        float: left;
    }
    .corner_article .article_main h1 {
        /* width: 48%;
    	margin-right: 0; */
        font-size: 20px;
        line-height: 1.6em;
        margin-bottom: 20px;
    }
    .corner_article .article_attention {
        text-align: center;
        padding-top: 45px;
        font-size: 18px;
    }
    .corner_article .article_main .catch {
        /* width: 48%;
    	margin-right: 0; */
        font-size: 18px;
    }
    .corner_article .back_top {
        margin-top: 40px;
    }
    /* 子要素 */
    .corner_article .article_child {
        overflow: hidden;
        padding-left: 40px;
        padding-right: 5.2632%;
    }
    .corner_article .article_child img {
        width: auto;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .corner_article .article_child p {
        margin-bottom: 40px;
    }
    .corner_article .article_child .title {
        font-size: 1.8rem;
        line-height: 22px;
        border-top: none;
        padding-left: 0;
        padding-top: 45px;
        margin-bottom: 25px;
    }
    .corner_article .article_child .title::after {
        width: 111.7648%;
        left: -5.8824%;
    }
    .corner_article .article_child .title::before {
        width: 32px;
        height: 0;
        padding-top: 28px;
        top: 0;
        left: 0;
        margin-top: 40px;
        margin-left: -40px;
    }
    .corner_article .article_child .subtitle {
        font-size: 1.6rem;
        line-height: 1.125em;
        margin-bottom: 15px;
    }
    .corner_article .article_child .subtitle.ic_tour {
        min-height: 59px;
        padding-top: 20px;
        padding-left: 60px;
    }
    .corner_article .article_child .subtitle.ic_tour::before {
        width: 50px;
        height: 59px;
        background: url(../img/corner/icon_tour_pc.jpg) no-repeat center top;
        background-size: 100% auto;
    }
    .corner_article .article_child .leadimg_list,
    .corner_article .article_child .img_list {
        text-align: center;
        letter-spacing: -.40em;
        margin-bottom: 30px;
    }
    .corner_article .article_child .img_list {
        width: 32.3529%;
        float: right;
        letter-spacing: normal;
    }
    .corner_article .article_child .leadimg_list li {
        width: 32.3529%;
        display: inline-block;
        vertical-align: top;
        margin-bottom: 0;
    }
    .corner_article .article_child .leadimg_list li:not(:last-child) {
        margin-right: 1.4705%;
    }
    .corner_article .article_child .img_list li p {
        margin-top: 10px;
    }
    .corner_article .article_child .img {
        width: 100%;
        margin-bottom: 30px;
        margin-left: auto;
        margin-right: auto;
    }
    .corner_article .article_child .img_desc_wrap {
        overflow: hidden;
    }
    .corner_article .article_child .img_list_description {
        width: 63.2353%;
        margin-right: auto;
    }
    .corner_article .article_child .free {}
    .corner_article .article_child .btn {
        margin-bottom: 40px;
    }
}


/* =====================================================================
*    コーナートップ：バックナンバー
* =================================================================== */

.corner_backnumber {
    width: 87.5%;
    text-align: center;
    background-color: #FFF;
    border: 1px solid #dcdcdc;
    border-radius: 2px;
    box-sizing: border-box;
    margin-top: 12.5%;
    margin-left: auto;
    margin-right: auto;
    padding: 6.25% 5.9375% 9.375%;
}

.corner_backnumber h1 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    border-bottom: 3px solid #333;
    margin-bottom: 8.3334%;
    margin-left: auto;
    margin-right: auto;
}

.corner_backnumber .no_backnumber {
    font-size: 16px;
    line-height: 1.5em;
    border-bottom: 1px dotted #333;
    padding-bottom: 12.5%;
    margin-bottom: 12.5%;
}

.corner_backnumber .backnumber_list li {
    border-bottom: 1px dotted #333;
    padding-bottom: 12.5%;
    margin-bottom: 12.5%;
}

.corner_backnumber .backnumber_list li .img {
    margin-bottom: 4.1667%;
}

.corner_backnumber .backnumber_list li .date {
    height: 25px;
    color: #FFF;
    font-size: 16px;
    line-height: 25px;
    font-weight: bold;
    display: inline-block;
    float: left;
    background-color: #6c2363;
    border-radius: 2px;
    padding-left: 1em;
    padding-right: 1em;
    margin-bottom: 6.25%;
}

.corner_backnumber .backnumber_list li .title {
    clear: both;
    text-align: left;
    margin-bottom: 6.25%;
}

.corner_backnumber .backnumber_list li .title strong {
    color: #6c2363;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.2em;
}

.corner_backnumber .backnumber_list li .catch {
    text-align: left;
    font-size: 16px;
    line-height: 1.5em;
    margin-bottom: 6.25%;
}

.corner_backnumber .backnumber_list li>*:last-child {
    margin-bottom: 0;
}

@media screen and (min-width:700px) {
    .corner_backnumber {
        width: 95%;
        margin-top: 70px;
        padding: 5% 4.875%;
    }
    .corner_backnumber h1 {
        font-size: 26px;
        border-bottom: 2px solid #333;
        margin-bottom: 40px;
    }
    .corner_backnumber .no_backnumber {
        padding-bottom: 40px;
        margin-bottom: 40px;
    }
    .corner_backnumber .backnumber_list li {
        text-align: left;
        overflow: hidden;
        padding-bottom: 40px;
        margin-bottom: 40px;
    }
    .corner_backnumber .backnumber_list li .img {
        width: 47.0589%;
        float: left;
        margin-right: 5.8824%;
        margin-bottom: 0;
    }
    .corner_backnumber .backnumber_list li .date {
        float: none;
        border-radius: 3px;
        margin-bottom: 10px;
        font-size: 18px;
    }
    .corner_backnumber .backnumber_list li .title {
        clear: none;
        margin-bottom: 20px;
        font-size: 20px;
        line-height: 1.3em;
    }
    .corner_backnumber .backnumber_list li .title strong {
        font-size: 20px;
    }
    .corner_backnumber .backnumber_list li .catch {
        margin-bottom: 20px;
        font-size: 18px;
    }
    .corner_backnumber .backnumber_list li .btn {
        float: right;
    }
    .corner_backnumber .backnumber_list li>*:last-child {
        margin-bottom: 0;
    }
}


/* =====================================================================
*    コーナー共通：募集
* =================================================================== */

.corner_form {
    width: 87.5%;
    margin-top: 10.9375%;
    margin-left: auto;
    margin-right: auto;
}

.corner_form h1 {
    width: 100%;
    height: 35px;
    color: #333333;
    font-weight: bold;
    font-size: 2.0rem;
    line-height: 35px;
    text-align: center;
    border-bottom: 2px solid #333333;
    position: relative;
    margin-bottom: 7.1429%;
}

.corner_form h1::before {
    content: "";
    width: 25px;
    height: 35px;
    display: block;
    position: absolute;
    bottom: 0;
    right: 50%;
    background: url(../img/common/img_form_icon.png) no-repeat center center;
    background-size: 100% auto;
    margin-right: 50px;
}

.corner_form .form_list {
    width: 92.8572%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.corner_form .form_list li:not(:last-child) {
    margin-bottom: 3.8762%;
}

@media screen and (min-width:700px) {
    .corner_form {
        width: 95%;
        margin-top: 70px;
    }
    .corner_form h1 {
        font-size: 2.6rem;
        margin-bottom: 40px;
    }
    .corner_form h1::before {
        margin-right: 70px;
    }
    .corner_form .form_list {
        width: 89.4737%;
        letter-spacing: -.40em;
        text-align: center;
    }
    .corner_form .form_list li {
        width: 35.2942%;
        display: inline-block;
        vertical-align: top;
    }
    .corner_form .form_list li:nth-child(2n-1):not(:last-child) {
        margin-right: 5.8824%;
    }
}


/* =====================================================================
*    コーナー詳細・過去の放送内容ページ：過去の放送内容
* =================================================================== */

#past_oa,
.archive_oa {
    width: 87.5%;
    text-align: center;
    margin-top: 10.9375%;
    margin-left: auto;
    margin-right: auto;
}

.archive_oa .pastoa_ttl {
    margin-bottom: 7.1429%;
}

.archive_oa .oa_month_list {
    margin-top: 10.7143%;
}


/* 一覧 */

.archive_oa .pastoa_month {
    width: 85.7143%;
    margin-top: 14.2858%;
    margin-left: auto;
    margin-right: auto;
}

.oa_list .title {
    color: #6c2363;
}

.archive_oa .back_top {
    margin-top: 7.1429%;
}

@media screen and (min-width:700px) {
    #past_oa {
        width: 95%;
        margin-top: 70px;
    }
    .archive_oa {
        width: 95%;
        margin-top: 50px;
    }
    .archive_oa .pastoa_ttl {
        margin-bottom: 60px;
    }
    /* 一覧 */
    .archive_oa .pastoa_month {
        width: 89.4737%;
        margin-top: 70px;
    }
    .archive_oa .back_top {
        margin-top: 40px;
    }
}


/* =====================================================================
*    追加css　2019.12.13
* =================================================================== */

.areaBnr {
    width: 90%;
    margin: 30px auto 0;
}

.areaBnr img {
    width: 100%;
}

@media screen and (min-width:700px) {
    .areaBnr {
        width: 700px;
    }
}