@charset "utf-8";

/* CSS INFORMATION -====================================================
File name : fromytv.css
Description :　お知らせ共通css
===================================================================== */


/* =====================================================================
*    お知らせ一覧
* =================================================================== */

#thisYear {
    font-size: 3rem;
    text-align: center;
    font-weight: 700;
    line-height: 4rem;
    margin-bottom: 1rem;
    padding-top: 18rem;
}

.btn_year {
    position: absolute;
    top: 6em;
    top: 0;
    right: 0;
    width: 40rem;
    z-index: 90;
}

.btn_year.fixed {
    position: fixed;
    margin: calc(140 / 750 * 100%) calc(60 / 750 * 100%) 0 0;
}

.btn_year.fixed2 {
    top: auto;
    bottom: calc(100vh - 50rem);
}

.btn_year dt {
    background-color: #302d28;
    color: #fafaf8;
    font-weight: 700;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.btn_year .txt {
    padding: .8em 1em;
}

.btn_year .arrow {
    width: calc(80 / 400 * 100%);
    border-left: 1px solid #fafaf8;
}

.btn_year .arrow::before {
    content: "";
    display: block;
    width: .6em;
    height: .6em;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    border-top: 1px solid #fafaf8;
    border-right: 1px solid #fafaf8;
    -webkit-transform: rotate(-225deg);
    -ms-transform: rotate(-225deg);
    transform: rotate(-225deg);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.btn_year .active .arrow::before {
    top: .3em;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.btn_year dd {
    display: none;
    background-color: #302d28;
    color: #fafaf8;
    width: calc(320 / 400 * 100%);
    padding: .5em 0;
}

.btn_year dd::before {
    content: '';
    position: absolute;
    top: 0;
    left: 5%;
    width: 90%;
    height: 1px;
    background-color: #fff;
}

.btn_year li {
    padding: .5em 1em;
}

.news_box dl {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.news_box .headline {
    width: 100%;
    font-weight: 700;
    font-size: 3.6rem;
    padding-bottom: 1em;
    margin-bottom: 2em;
    border-bottom: .15em dashed #d9d8d5;
}

.news_box dd img,
.news_box dd p {
    margin-bottom: 2em;
}

.news_box .txt {
    margin-bottom: 1em;
}

.btn_back {
    border-top: 1px solid #d9d8d5;
    text-align: center;
    padding-top: 3em;
    width: 100%;
}

.btn_back a {
    width: calc(360 / 630 * 100%);
    background-color: #302d28;
    color: #fafaf8;
    margin: 0 auto;
    padding: 1em 0;
}

.btn_back a::before {
    content: '';
    background: url(../images/common/icon_back.png) no-repeat center/contain;
    display: inline-block;
    width: 1.15em;
    height: 1.15em;
    margin: 0 1em -.2em 0;
}

.news_pager {
    margin-top: calc(50 / 630 * 100%);
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.news_pager a {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: 'Inter', sans-serif;
    line-height: 1;
    width: calc(80 / 630 * 100%);
    height: calc(80 / 750 * 100vw);
    margin: 0 .3em;
    color: #b5b09c;
    background-color: #efefef;
}

.news_pager a.active {
    color: #efefef;
    background-color: #302d28;
}

.news_pager .prev,
.news_pager .next {
    width: .8em;
    height: .8em;
    border-top: 2px solid #b5b09c;
    border-right: 2px solid #b5b09c;
}

.news_pager .prev {
    margin-right: 1em;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.news_pager .next {
    margin-left: 1em;
    -webkit-transform: rotate(-315deg);
    -ms-transform: rotate(-315deg);
    transform: rotate(-315deg);
}

.photo-colum2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.photo-colum2 figure {
    width: 100%;
    padding: 0 0 2rem 0;
}

.photo-colum2 figure img {
    width: 100%;
}

.photo2h {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.photo2h figure {
    margin-bottom: 3rem;
    padding: 0;
}

.photo2h img {
    width: 100%;
}

.s-symbol {
    font-size: 50%;
}

.reception-time {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 1rem 3rem;
    border: 1px solid #000;
    background-color: #efefef;
    text-align: center;
    margin: 2rem auto;
}

@media screen and (min-width: 768px) {
    #thisYear {
        padding-top: 5rem;
        font-size: 2rem;
    }
    .btn_year {
        font-size: 1.4rem;
        width: 20rem;
        margin: calc(80 / 1560 * 100%) calc(320 / 1560 * 100%) 0 0;
    }
    .btn_year.fixed {
        margin: calc(120 / 1560 * 100%) calc(320 / 1920 * 100%) 0 0;
    }
    .btn_year.fixed2 {
        bottom: calc(100vh - 38rem);
    }
    .btn_year dt,
    .btn_year li,
    .news_pager span {
        cursor: pointer;
    }
    .btn_year .arrow {
        width: calc(40 / 200 * 100%);
    }
    .btn_year .arrow::before {
        width: .5em;
        height: .5em;
    }
    .btn_year dd {
        width: calc(160 / 200 * 100%);
    }
    .btn_year li {
        -webkit-transition: .2s;
        -o-transition: .2s;
        transition: .2s;
    }
    .btn_year li:hover {
        color: #f3bb00;
    }
    .news_box .headline {
        font-size: 2.4rem;
    }
    .news_box .txt {
        width: calc(840 / 940 * 100%);
        margin: 0 auto 2em;
    }
    .btn_back a {
        min-width: 135px;
        width: calc(180 / 940 * 100%);
    }
    .btn_back a::before {
        width: 1.2em;
        height: 1.2em;
    }
    .btn_back a:hover {
        background-color: #f39800;
    }
    .img_leftBox,
    .img_rightBox {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .img_rightBox {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    .img_leftBox img,
    .img_rightBox img {
        width: 45%;
        margin-top: .4em;
    }
    .img_leftBox p,
    .img_rightBox p {
        width: 50%;
    }
    .news_pager {
        margin-top: calc(60 / 940 * 100%);
    }
    .news_pager a {
        font-size: 1.2rem;
        width: 32px;
        height: 32px;
    }
    .news_pager a:hover {
        color: #efefef;
        background-color: #302d28;
    }
    .photo-colum2 {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .photo-colum2 figure {
        width: 48%;
    }
    .photo2h {
        width: 30%;
    }
    .photo2h figure {
        margin-bottom: 1rem;
        padding: 0 0 0 1rem;
    }
    .s-symbol {
        font-size: 25%;
    }
}

@media screen and (min-width: 1024px) {
    .s-symbol {
        font-size: 50%;
    }
}

@media screen and (min-width: 1920px) {
    .btn_year {
        margin-top: 80px;
    }
    .btn_year.fixed {
        margin-top: 150px;
    }
}


/* =====================================================================
*    CSR
* =================================================================== */

.csr .inner>p span {
    color: #f39800;
}

.csr_link li:not(:last-child) {
    margin-bottom: calc(80 / 630 * 100%);
}

.csr_link a {
    border: 1px solid #d9d8d5;
    border-radius: .7em;
    overflow: hidden;
}

.csr_link dd {
    padding: 1.2em 1.5em 2em;
}

.csr_link h4 {
    color: #f39800;
    font-weight: 700;
    font-size: 3.2rem;
    margin-bottom: .5em;
}

.csr_link p {
    font-size: 2.6rem;
}

@media screen and (min-width: 768px) {
    .csr .txt_caption {
        font-size: 1.8rem;
    }
    .csr_link {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .csr_link li {
        width: calc(300 / 940 * 100%);
        margin-bottom: 0 !important;
        -webkit-transition: .2s;
        -o-transition: .2s;
        transition: .2s;
    }
    .csr_link a:hover {
        background-color: #fafaf8;
        border-color: #f39800;
    }
    .csr_link a {
        height: 100%;
    }
    .csr_link img {
        -webkit-transition: .2s;
        -o-transition: .2s;
        transition: .2s;
    }
    .csr_link a:hover img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }
    .csr_link dt {
        overflow: hidden;
    }
    .csr_link dd {
        padding: 1.2em 1em 2em;
    }
    .csr_link h4 {
        font-size: 2rem;
    }
    .csr_link p {
        font-size: 1.6rem;
    }
}


/* =====================================================================
*    24時間テレビ,チャリティーゴルフ
* =================================================================== */

.csr_breadcrumb {
    margin-bottom: calc(80 / 630 * 100%);
}

.csr_breadcrumb li {
    margin-bottom: 1.8em;
}

.csr_breadcrumb li a {
    font-size: 2.6rem;
    font-weight: 700;
    padding: .7em 1em;
    overflow: hidden;
    background-color: #efefef;
}


/* .csr_breadcrumb li a::before {
    content: '';
    position: absolute;
    top: -.75em;
    left: -.75em;
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    background-color: #ff9900;
} */

.csr_breadcrumb .current {
    color: #f39800;
}

.csr24 .ttl_wrap {
    margin-bottom: calc(40 / 630 * 100%);
}

.csrGolf .ttl_wrap {
    margin-bottom: calc(60 / 630 * 100%);
}

.csr_box p {
    font-size: 2.6rem;
}

.csr24 .csr_box p {
    margin: calc(70 / 630 * 100%) 0;
}

.csrGolf .csr_box p {
    margin: calc(60 / 630 * 100%) 0;
}

.csr_list {
    width: calc(480 / 630 * 100%);
    margin: 0 auto;
}

.csr24 .csr_list li:not(:last-child) {
    margin-bottom: 3em;
}

.csrGolf .csr_list li:not(:last-child) {
    margin-bottom: 1.2em;
}

.csr_list dd {
    margin-top: .8em;
}

@media screen and (min-width: 768px) {
    .csr_breadcrumb {
        margin-bottom: 3rem;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -ms-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .csr_breadcrumb li {
        margin-bottom: 3rem;
        width: calc(300 / 940 * 100%);
    }
    .csr_breadcrumb li a {
        font-size: 1.4rem;
        text-align: center;
        padding: 1em;
        line-height: 1.4;
    }
    .csr_breadcrumb li a:hover {
        background-color: #fff0cc;
        color: #f39800;
    }
    .csr24 .ttl_wrap {
        margin-bottom: calc(60 / 940 * 100%);
    }
    .csrGolf .ttl_wrap {
        margin-bottom: calc(50 / 940 * 100%);
    }
    .csr24_box_img {
        background-color: #ffec00;
    }
    .csr24_box_img img {
        width: calc(772 / 940 * 100%);
        margin: 0 auto;
    }
    .csrGolf_box_img img {
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center calc(-15 / 1920 * 100vw);
        object-position: center calc(-15 / 1920 * 100vw);
        height: calc(220 / 1920 * 100vw);
        /* IE対策 */
        font-family: 'object-fit: cover;';
    }
    .csr_box p {
        font-size: 1.6rem;
    }
    .csr24 .csr_box p {
        margin: calc(35 / 940 * 100%) 0 calc(60 / 940 * 100%);
    }
    .csrGolf .csr_box p {
        margin: calc(30 / 940 * 100%) 0 calc(50 / 940 * 100%);
    }
    .csr_list {
        width: 100%;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .csr_list li {
        width: calc(300 / 940 * 100%);
    }
    .csr_list li:not(:last-child) {
        margin-bottom: 0 !important;
    }
    .csr24 .csr_list li:not(:nth-last-child(-n+3)) {
        margin-bottom: calc(50 / 940 * 100%) !important;
    }
    .csrGolf .csr_list li:not(:nth-last-child(-n+3)) {
        margin-bottom: calc(60 / 940 * 100%) !important;
    }
}


/* =====================================================================
*    環境保護への取り組み,地域社会とのつながり,防災への取り組み
* =================================================================== */

.environment .txt_caption,
.disaster .txt_caption,
.social .txt_caption {
    font-size: 2.6rem;
}

.enviro_box:not(:last-child),
.disaster_box:not(:last-child),
.social_box:not(:last-child) {
    margin-bottom: calc(110 / 630 * 100%);
}

.enviro_list,
.disaster_box dt,
.social_box dt {
    width: calc(480 / 630 * 100%);
    margin: 0 auto;
}

.enviro_list li,
.disaster_box dt img,
.social_box dt img {
    margin-bottom: 1.5em;
}

.enviro_box>p,
.disaster_box dd,
.social_box dd {
    font-size: 2.8rem;
}

.enviro_box>p {
    margin-top: 2em;
}

.disaster_box dl dd,
.social_box dl dd {
    margin-top: -.5em;
}

.disaster_box dl:not(:last-child) dd,
.social_box dl:not(:last-child) dd {
    margin-bottom: 3em;
}

.moshimo dd span {
    background-color: #f39800;
    color: #fff;
    font-size: 2.4rem;
    padding: .1em 1em;
    margin-right: .5em;
    border-radius: 1em;
}

.disaster_box_link {
    text-align: center;
}

.disaster_box_link a {
    display: inline;
    color: #ff9900;
    text-decoration: underline;
}

@media screen and (min-width: 768px) {
    .environment .txt_caption,
    .disaster .txt_caption,
    .social .txt_caption {
        font-size: 1.6rem;
    }
    .enviro_box:not(:last-child),
    .disaster_box:not(:last-child),
    .social_box:not(:last-child) {
        margin-bottom: calc(80 / 940 * 100%);
    }
    .enviro_list,
    .disaster_box dt,
    .social_box dt {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-align-items: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 100%;
    }
    .enviro_list li,
    .disaster_box dt img,
    .social_box dt img {
        width: calc(300 / 940 * 100%);
        margin: 0 !important;
    }
    .enviro_list li:not(:nth-child(3n)),
    .disaster_box dt img:not(:nth-child(3n)),
    .social_box dt img:not(:nth-child(3n)) {
        margin-right: calc(20 / 940 * 100%) !important;
    }
    .enviro_list li:not(:nth-child(-n+3)),
    .disaster_box dt img:not(:nth-child(-n+3)),
    .social_box dt img:not(:nth-child(-n+3)) {
        margin-top: calc(40 / 940 * 100%) !important;
    }
    .enviro_box>p,
    .disaster_box dd,
    .social_box dd {
        font-size: 1.6rem;
    }
    .disaster_box dl dd,
    .social_box dl dd {
        margin-top: calc(20 / 940 * 100%);
    }
    .disaster_box dl:not(:last-child) dd,
    .social_box dl:not(:last-child) dd {
        margin-bottom: calc(60 / 940 * 100%);
    }
    .moshimo dd span {
        font-size: 1.2rem;
    }
    .moshimo dt {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .disaster_box_link a:hover {
        color: #f39800;
    }
}


/* =====================================================================
*    未来へつなぐ
* =================================================================== */

.flBox {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.fTxt {
    width: 100%;
    padding: 1rem;
}

.fPhoto {
    width: 80%;
    display: block;
    height: auto;
    padding: 1rem 0;
    margin: 0 auto;
}

.firstBox img {
    width: 100%;
}

.fSubHead {
    font-size: 2.2rem;
    font-weight: 700;
    margin: 3rem 0 .5rem;
}

.fSubHead2 {
    font-size: 2.2rem;
    font-weight: 700;
    margin: .5rem 0;
}

.imgSDGs {
    margin: 2rem auto;
    width: 100%;
}

.contensFbox {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.contensFbox p {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.contensFbox a {
    text-decoration: underline;
}

.photo1 {
    width: 100%;
    padding: 0 0 2rem 0;
}

.photo1 img {
    width: 100%;
}

.subInfoData {
    margin: 1rem;
    padding: .5rem 1rem;
    background-color: #302d28;
    color: #fff;
    display: block;
    border-radius: .3rem;
}

.sTitle {
    font-size: 2.4rem;
    font-weight: 700;
    margin: 3rem 0 .5rem;
}

.sdColorY {
    color: #f5a20b;
}

.sdColorG {
    color: #1b973a;
}

.sdColorYG {
    color: #28a838;
}

.sdColorR {
    color: #c50e28;
}

.sdColorOC {
    color: #d39206;
}

@media screen and (min-width: 768px) {
    .flBox {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .fTxt {
        width: 70%;
    }
    .fPhoto {
        width: 30%;
        padding: 1rem 0;
    }
    .fSubHead,
    .fSubHead2 {
        font-size: 1.8rem;
    }
    .contensFbox {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .photo1 {
        width: 30%;
        padding: 0 0 0 1rem;
    }
    .sTitle {
        font-size: 2.2rem;
    }
    .subInfoData {
        display: inline-block;
    }
}