@charset "UTF-8";

/* ---------------------------------------------
*   Common
--------------------------------------------- */
/*  pc-hide, sp-hide
--------------------------------------------- */
@media screen and (min-width: 737px) {
    .pc-hide {
        display: none !important;
    }
}

@media screen and (max-width: 736px) {
    .sp-hide {
        display: none !important;
    }
}

/* ---------------------------------------------
*   Header
--------------------------------------------- */
/*  #head_wrap
--------------------------------------------- */
#head_wrap {
    max-width: 1040px;
    width: 100%;
}

@media screen and (max-width: 736px) {
    #head_wrap {
        width: 100%;
    }
}

#head_wrap h1 {
    width: auto;
}

#head_wrap nav.globalnavi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    max-width: 840px;
    width: 100%;

    -webkit-box-pack: end;
    justify-content: flex-end;
}

@media screen and (max-width: 1039px) {
    #head_wrap nav.globalnavi {
        width: 75%;
    }
}

@media screen and (max-width: 736px) {
    #head_wrap nav.globalnavi {
        display: none;
    }
}

/*  #dropmenu
--------------------------------------------- */
#dropmenu {
    width: 100%;
}

@media screen and (max-width: 1039px) {
    #dropmenu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;

        -webkit-box-pack: justify;
        justify-content: space-between;
    }
}

@media screen and (max-width: 1039px) {
    #dropmenu > li > a {
        padding-right: 0.78125vw;
        padding-left: 0.78125vw;
    }
}

#dropmenu > li:last-child > a {
    padding-right: 0;
}

@media screen and (max-width: 1039px) {
    #dropmenu > li:last-child > a {
        padding-right: 0.78125vw;
    }
}

/*  l-breadcrumb
--------------------------------------------- */
@media screen and (max-width: 736px) {
    .l-breadcrumb {
        display: none;
    }
}

/* ---------------------------------------------
*   Original Block
--------------------------------------------- */
/*  contents
--------------------------------------------- */
.contents {
    padding-bottom: 70px;
}

@media screen and (max-width: 736px) {
    .contents {
        padding-bottom: 50px;
    }
}

/*  c-kv-news
--------------------------------------------- */
.c-kv {
    width: 100%;
    height: 90vh;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (max-width: 736px) {
    .c-kv {
        padding-top: 56.25%;
        height: 0;
    }
}

.c-kv--news {
    background-image: url(/files/user/parts/img/mainv_news.jpg?v=1636039707);
}

@media screen and (max-width: 736px) {
    .c-kv--news {
        margin-bottom: 0;
    }
}

/* ---------------------------------------------
*   Section
--------------------------------------------- */
/*  c-section
--------------------------------------------- */
.c-section {
    margin-right: auto;
    margin-left: auto;
    padding-top: 40px;
    padding-right: 10px;
    padding-left: 10px;
    max-width: 1090px;
}

.c-section--center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    align-items: center;
}

.c-section--center .c-title-border {
    display: inline-block;
    border-bottom: 0;
    text-align: center;
}

.c-section--center .c-section__txt {
    display: inline-block;
    text-align: left;
}

@media screen and (max-width: 736px) {
    .c-section {
        padding-top: 50px;
        min-width: 0;
    }
}

.c-section__txt {
    margin-top: 15px;
    font-weight: bold;
}

@media screen and (max-width: 736px) {
    .c-section__txt {
        margin-top: 8px;
    }
}

/*  c-section-news
--------------------------------------------- */
/*  --
.c-section-news {
    margin-top: 60px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
    max-width: 1090px;
}

@media screen and (max-width: 736px) {
    .c-section-news {
        margin-top: 30px;
        min-width: 0;
    }
}

.c-section-news__head {
    font-weight: bold;
    font-size: 30px;
}

@media screen and (max-width: 736px) {
    .c-section-news__head {
        font-size: 20px;
    }
}

.c-section-news__body {
    margin-top: 50px;
}

@media screen and (max-width: 736px) {
    .c-section-news__body {
        margin-top: 0;
    }
}

.c-section-news__foot {
    margin-top: 120px;
}

@media screen and (max-width: 736px) {
    .c-section-news__foot {
        margin-top: 50px;
    }
}---- */

/*  c-section-detail
--------------------------------------------- */
.c-section-detail {
    margin-top: 150px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
    max-width: 1000px;
    line-height: 1.2;
}

@media screen and (max-width: 736px) {
    .c-section-detail {
        margin-top: 50px;
        min-width: 0;
    }
}

.c-section-detail__head {
    font-size: 16px;
}

.c-section-detail__title {
    font-weight: bold;
    font-size: 32px;
    line-height: 1.3;
    
    /* 20210611 */
    text-align: center;
    border-bottom: solid 3px #fa7300;

}

@media screen and (max-width: 736px) {
    .c-section-detail__title {
        font-size: 22px;
    }
}

.c-section-detail__date {
    display: block;
    margin-top: 50px;
    padding: 0 5%;        /* 20210611 */
}

@media screen and (max-width: 736px) {
    .c-section-detail__date {
        margin-top: 25px;
    }
}

.c-section-detail__lead {
    margin-top: .5em;
    padding: 0 5%;     /* 20210611 */
}

@media screen and (max-width: 736px) {
    .c-section-detail__lead {
        margin-top: .25em;
    }
}

.c-section-detail__body {
    margin-top: 70px;
}

@media screen and (max-width: 736px) {
    .c-section-detail__body {
        margin-top: 35px;
    }
}

.c-section-detail__foot {
    margin-top: 150px;
    text-align: center;
}

@media screen and (max-width: 736px) {
    .c-section-detail__foot {
        margin-top: 50px;
    }
}

/*  c-section-letter
--------------------------------------------- */

.c-section-letter {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 48px 50px 50px;
    background: #666;
    background-size: cover;
    color: #fff;
}


.c-section-letter .alert,
.c-section-letter .c-form-errorBox {
    margin: 20px 0;
    font-weight: bold;
    font-size: 16px;
}

@media screen and (max-width: 736px) {
    .c-section-letter .alert,
    .c-section-letter .c-form-errorBox {
        margin: 10px 0;
        font-size: 22px;
    }
}

.c-section-letter .alert {
    color: #fa7300;
}

.c-section-letter .c-form-errorBox {
    color: #ffd800;
}

@media screen and (max-width: 736px) {
    .c-section-letter {
        margin-top: 0;
        padding:20px;
        min-height: 0;
    }
}

.c-section-letter__inner {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
    width: 980px;
    height: 100%;
}

@media screen and (max-width: 736px) {
    .c-section-letter__inner {
    width: 100%;
        height: auto;
    }
}

.c-section-letter__head {
    font-weight: bold;
    font-size: 16px;
}

@media screen and (max-width: 736px) {
    .c-section-letter__head {
        font-size: 18px;
        line-height: 1.2;
    }
}

.c-section-letter__lead {
    margin-top: 20px;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.2;
}

@media screen and (max-width: 736px) {
    .c-section-letter__lead {
        margin-top: 20px;
        font-size: 18px;
    }
}

.c-section-letter__head-unsubscribe {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.2;
}

@media screen and (max-width: 736px) {
    .c-section-letter__head-unsubscribe {
        padding-top: 0;
        font-size: 18px;
    }
}

.c-section-letter__lead-unsubscribe {
    margin-top: 10px;
    font-size: 14px;
}

@media screen and (max-width: 736px) {
    .c-section-letter__lead-unsubscribe {
        font-size: 12px;
    }
}

.c-section-letter__mail {
    margin-top: 70px;
}

@media screen and (max-width: 736px) {
    .c-section-letter__mail {
        margin-top: 35px;
    }
}

.c-section-letter__mail--unsubscribe {
    margin-top: 32px;
}

@media screen and (max-width: 736px) {
    .c-section-letter__mail--unsubscribe {
        margin-top: 30px;
    }
}

.c-section-letter__mail-head {
    font-weight: bold;
    font-size: 16px;
}

@media screen and (max-width: 736px) {
    .c-section-letter__mail-head {
        font-size: 16px;
    }
}

.c-section-letter__mail-body {
    margin-top: 10px;
}

@media screen and (max-width: 736px) {
    .c-section-letter__mail-body {
        margin-top: 5px;
    }
}

.c-section-letter__mail-body input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    width: 520px;
    height: 40px;
    outline: 2px solid #444;
    border: 0;
    background-color: #eee;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.0;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

@media screen and (max-width: 736px) {
    .c-section-letter__mail-body input {
        padding: 12px 10px;
        width: 100%;
        height: 40px;
        font-size: 16px;
    }
}

.c-section-letter__caption {
    margin-top: 40px;
    font-size: 16px;
    line-height: 1.3;
}

@media screen and (max-width: 736px) {
    .c-section-letter__caption {
        margin-top: 20px;
        font-size: 13px;
    }
}

.c-section-letter__caption a {
    color: inherit;
    text-decoration: underline;
    font-weight: bold;
}

.c-section-letter__caption a:hover {
    text-decoration: none;
}

.c-section-letter__check {
    position: relative;
    margin-top: 40px;
}

@media screen and (max-width: 736px) {
    .c-section-letter__check {
        margin-top: 20px;
    }
}

.c-section-letter__check-input {
    display: none;
}
/* チェックマーク */
.c-section-letter__check-input:checked + .c-section-letter__check-label:after {
    opacity:1;
    border-color: #2fbe47;
}

.c-section-letter__check-label {
    padding-left: 45px;
    font-size: 0;
    line-height: 30px;
    cursor: pointer;
}

@media screen and (max-width: 736px) {
    .c-section-letter__check-label {
        padding-left: 30px;
        line-height: 20px;
    }
}

.c-section-letter__check-label:before, .c-section-letter__check-label:after {
    position: absolute;
    display: block;
    content: "";
}

.c-section-letter__check-label:before {
    top: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    border: 2px solid #444;
    background-color: #eee;
}

@media screen and (max-width: 736px) {
    .c-section-letter__check-label:before {
        top: 2px;
        width: 20px;
        height: 20px;
    }
}

.c-section-letter__check-label:after {
    top: 4px;
    left: 3px;
    width: 20px;
    height: 10px;
    border: 4px solid #0ee;
    border-top: 0;
    border-right: 0;
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media screen and (max-width: 736px) {
    .c-section-letter__check-label:after {
        top: 4px;
        left: 1px;
        width: 14px;
        height: 7px;
    }
}

.c-section-letter__check-label span {
    vertical-align: middle;
    font-size: 16px;
}

@media screen and (max-width: 736px) {
    .c-section-letter__check-label span {
        font-size: 16px;
    }
}

.c-section-letter__number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    margin-top: 55px;

    -webkit-box-pack: end;
    justify-content: flex-end;
}

@media screen and (max-width: 736px) {
    .c-section-letter__number {
        -ms-flex-pack: start;
        margin-top: 28px;

        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        justify-content: flex-start;
    }
}

.c-section-letter__number--unsubscribe {
    margin-top: 70px;
}

@media screen and (max-width: 736px) {
    .c-section-letter__number--unsubscribe {
        margin-top: 35px;
    }
}

.c-section-letter__number--unsubscribe .c-section-letter__number-txt {
    margin-bottom: 10px;
}

@media screen and (max-width: 736px) {
    .c-section-letter__number--unsubscribe .c-section-letter__number-txt {
        margin-top: 20px;
        margin-bottom: 5px;
    }
}

.c-section-letter__number-txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    -ms-flex-align: center;
    height: 60px;
    text-align: right;

    -webkit-box-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    align-items: center;
}

@media screen and (max-width: 736px) {
    .c-section-letter__number-txt {
        display: block;
        margin-bottom: 5px;
        width: 100%;
        height: 40px;
        text-align: left;
    }
}

.c-section-letter__number-input {
    margin-left: 20px;
}

@media screen and (max-width: 736px) {
    .c-section-letter__number-input {
        margin-left: 0;
    }
}

.c-section-letter__number-input input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    width: 60px;
    margin-top: 17px;
    height: 36px;
    outline: 2px solid #444;
    border: 0;
    background-color: #eee;
    color: #000;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.0;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

@media screen and (max-width: 736px) {
    .c-section-letter__number-input input {
        padding: 12px 5px;
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
}

.c-section-letter__number-submit, .c-section-letter__unsubscribe {
    margin-left: 20px;
    color: #fff;
}

@media screen and (max-width: 736px) {
    .c-section-letter__number-submit, .c-section-letter__unsubscribe {
        margin-left: 10px;
    }
}

.c-section-letter__number-submit input, .c-section-letter__unsubscribe input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 90px;
    margin-top: 15px;
    height: 40px;
    border: 2px solid #fff;
  background-color: #333;
    color: inherit;
    font-size: 16px;
    cursor: pointer;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

@media screen and (max-width: 736px) {
    .c-section-letter__number-submit input, .c-section-letter__unsubscribe input {
        width: auto;
        height: 40px;
        border-width: 1px;
        font-size: 13px;
    }
}

.c-section-letter__number-submit input:hover, .c-section-letter__unsubscribe input:hover {
    border-color: #f07300;
}

.c-section-letter__number-submit input[disabled], .c-section-letter__unsubscribe input[disabled] {
    border-color: #fff;
    background-color: #333;
    color: #fff;
    cursor: default;
}

.c-section-letter__number-submit input[disabled]:hover, .c-section-letter__unsubscribe input[disabled]:hover {
    border-color: #aaa;
}

/*  c-section-privacy
--------------------------------------------- */
.c-section-privacy {
    margin-right: auto;
    margin-left: auto;
    padding-top: 150px;
    padding-bottom: 80px;
    max-width: 990px;
}

@media screen and (max-width: 736px) {
    .c-section-privacy {
        padding: 50px 10px;
    }
}

.c-section-privacy__head {
    text-align: center;
    font-weight: bold;
    font-size: 32px;
}

@media screen and (max-width: 736px) {
    .c-section-privacy__head {
        font-size: 20px;
    }
}

.c-section-privacy__body {
    padding: 20px 30px;
}

@media screen and (max-width: 736px) {
    .c-section-privacy__body {
        padding: 10px 15px;
        height: 220px;
    }
}

.c-section-privacy__body p {
    margin-bottom: 1.0em;
    font-size: 16px;
    line-height: 2.0;
}

@media screen and (max-width: 736px) {
    .c-section-privacy__body p {
        font-size: 18px;
    }
}

.c-section-privacy__body-inner {
    width: 100%;
    height: 100%;
}

.c-section-privacy__body-inner li {
    line-height: 2.0;
}

.c-section-privacy__foot {
    margin-top: 100px;
    text-align: center;
}

.c-section-privacy__foot .c-btn {
    font-size: 16px;
}

@media screen and (max-width: 736px) {
    .c-section-privacy__foot {
        margin-top: 75px;
    }
}
/*  c-section-agreement
--------------------------------------------- */
.c-section-agreement {
    margin-right: auto;
    margin-left: auto;
    padding-top: 150px;
    padding-bottom: 80px;
    max-width: 990px;
}

@media screen and (max-width: 736px) {
    .c-section-agreement {
        padding: 50px 10px;
    }
}

.c-section-agreement__head {
    text-align: center;
    font-weight: bold;
    font-size: 32px;
}

@media screen and (max-width: 736px) {
    .c-section-agreement__head {
        font-size: 20px;
    }
}

.c-section-agreement__body {
    padding: 20px 30px;
}

@media screen and (max-width: 736px) {
    .c-section-agreement__body {
        padding: 10px 15px;
    }
}

.c-section-agreement__body p {
    margin-bottom: 1.0em;
    font-size: 16px;
    line-height: 2.0;
}

@media screen and (max-width: 736px) {
    .c-section-agreement__body p {
        font-size: 14px;
    }
}

.c-section-agreement__body-inner {
    width: 100%;
    height: 100%;
}

.c-section-agreement__body-inner li {
    line-height: 2.0;
}
@media screen and (max-width: 736px) {
    .c-section-agreement__body-inner li {
        font-size: 14px;
    }
}
.c-section-agreement__body-inner dt {
    line-height: 2.0;
}

.c-section-agreement__foot {
    margin-top: 100px;
    text-align: center;
}

.c-section-agreement__foot .c-btn {
    font-size: 16px;
}

@media screen and (max-width: 736px) {
    .c-section-agreement__foot {
        margin-top: 75px;
    }
}

/* ---------------------------------------------
*   Chapter
--------------------------------------------- */
/*  c-chapter
--------------------------------------------- */
.c-chapter {
    overflow: hidden;
    margin-top: 50px;
    padding: 1px 0;
    line-height: 1.2;
}

@media screen and (max-width: 736px) {
    .c-chapter {
        margin-top: 30px;
    }
}

.c-chapter__image {
    width: 100%;
    text-align: center;
}

.c-chapter__image img {
    max-width: 100%;
}

@media screen and (max-width: 736px) {
    .c-chapter__image img {
        width: 100%;
    }
}

.c-chapter__image figcaption {
    display: block;
    margin-top: 10px;
    text-align: right;
    font-size: 12px;
}

@media screen and (max-width: 736px) {
    .c-chapter__image figcaption {
        margin-top: 5px;
        text-align: left;
        font-size: 11px;
    }
}

.c-chapter__contents {
    margin-top: 40px;
    font-size: 16px;
    line-height: 1.3;
}

@media screen and (max-width: 736px) {
    .c-chapter__contents {
        margin-top: 20px;
        font-size: 14px;
    }
}

.c-chapter--1 .c-chapter__image {
    display: none;
}

.c-chapter--1 .c-chapter__contents {
    margin-top: 0;
}

.c-chapter--3 .c-chapter__image {
    float: left;
    margin-right: 50px;
    margin-bottom: 10px;
    max-width: 400px;
    width: auto;
}

@media screen and (max-width: 736px) {
    .c-chapter--3 .c-chapter__image {
        float: none;
        margin-right: 0;
        margin-bottom: 0;
        max-width: none;
        width: 100%;
    }
}

.c-chapter--3 .c-chapter__image figcaption {
    text-align: left;
}

.c-chapter--3 .c-chapter__contents {
    margin-top: 0;
}

@media screen and (max-width: 736px) {
    .c-chapter--3 .c-chapter__contents {
        margin-top: 20px;
    }
}

.c-chapter--4 .c-chapter__image {
    float: right;
    margin-bottom: 10px;
    margin-left: 50px;
    max-width: 400px;
    width: auto;
}

@media screen and (max-width: 736px) {
    .c-chapter--4 .c-chapter__image {
        float: none;
        margin-bottom: 0;
        margin-left: 0;
        max-width: none;
        width: 100%;
    }
}

.c-chapter--4 .c-chapter__image figcaption {
    text-align: right;
}

@media screen and (max-width: 736px) {
    .c-chapter--4 .c-chapter__image figcaption {
        text-align: left;
    }
}

.c-chapter--4 .c-chapter__contents {
    margin-top: 0;
}

@media screen and (max-width: 736px) {
    .c-chapter--4 .c-chapter__contents {
        margin-top: 20px;
    }
}

/* ---------------------------------------------
*   Title
--------------------------------------------- */
/*  c-title-border
--------------------------------------------- */
.c-title-border {
    padding-bottom: 15px;
    max-width: 600px;
    border-bottom: 1px solid #f07300;
    font-weight: bold;
    font-size: 30px;
}

@media screen and (max-width: 736px) {
    .c-title-border {
        padding-bottom: 8px;
        font-size: 20px;
    }
}

/* ---------------------------------------------
*   List
--------------------------------------------- */
/*  c-list-news
--------------------------------------------- */
/* ----.c-list-news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    width: 100%;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 736px) {
    .c-list-news {
        display: block;
    }
}

.c-list-news:before, .c-list-news:after {
    display: block;
    -ms-flex-order: 1;
    width: 245px;
    content: "";

    -webkit-box-ordinal-group: 2;
    order: 1;
}

@media screen and (max-width: 1039px) {
    .c-list-news:before, .c-list-news:after {
        width: 24%;
    }
}

@media screen and (max-width: 736px) {
    .c-list-news:before, .c-list-news:after {
        content: none;
    }
}

.c-list-news__link {
    display: block;
    width: 245px;
    color: inherit;
    text-decoration: none;
}

@media screen and (max-width: 1039px) {
    .c-list-news__link {
        width: 24%;
    }
}

@media screen and (max-width: 736px) {
    .c-list-news__link {
        margin-top: 25px;
        width: 100%;
    }
}

.c-list-news__label {
    position: relative;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px;
    min-width: 140px;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    pointer-events: none;
}

@media screen and (max-width: 736px) {
    .c-list-news__label {
        padding: 0 10px;
        font-size: 16px;
        line-height: 20px;
    }
}

.c-list-news__label:after {
    position: absolute;
    top: 0;
    left: 100%;
    display: block;
    border: 15px solid transparent;
    border-top-width: 30px;
    border-bottom-width: 30px;
    content: "";
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none;
}

@media screen and (max-width: 736px) {
    .c-list-news__label:after {
        border-width: 10px;
        border-top-width: 20px;
        border-bottom-width: 20px;
    }
}

.c-list-news__label--orange {
    background-color: #f07300;
}

.c-list-news__label--orange:after {
    border-bottom-color: #f07300;
}

.c-list-news__label--blue {
    background-color: #5973ff;
}

.c-list-news__label--blue:after {
    border-bottom-color: #5973ff;
}

.c-list-news__label--green {
    background-color: #00b400;
}

.c-list-news__label--green:after {
    border-bottom-color: #00b400;
}

.c-list-news__label--dimgray {
    background-color: #696969;
}

.c-list-news__label--dimgray:after {
    border-bottom-color: #696969;
}

.c-list-news__label--Hanzomon {
    background-color: #8f76d6;
}

.c-list-news__label--Hanzomon:after {
    border-bottom-color: #8f76d6;
}

.c-list-news__image {
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 8px;
    width: 100%;
    height: 200px;
    border: 1px solid #000;
    background-color: #eee;
}

@media screen and (max-width: 736px) {
    .c-list-news__image {
        margin-top: 4px;
        margin-top: 4px;
        padding-top: 81.6%;
        height: 0;
    }
}

.c-list-news__image img {
    position: static;
    display: block;
    width: 100%;
    height: 100%;
    font-family: "object-fit: cover";

    -o-object-fit: cover;
    object-fit: cover;
}

@media screen and (max-width: 736px) {
    .c-list-news__image img {
        position: absolute;
        top: 0;
        left: 0;
    }
}

.c-list-news__contents {
    padding-top: 25px;
    width: 100%;
}

@media screen and (max-width: 736px) {
    .c-list-news__contents {
        display: block;
        padding-top: 15px;
        height: auto;
    }
}

.c-list-news__contents-head {
    word-break: break-all;
    font-weight: bold;
    font-size: 20px;
}

@media screen and (max-width: 736px) {
    .c-list-news__contents-head {
        min-height: auto !important;
        font-size: 14px;
    }
}

.c-list-news__contents-body {
    padding-top: 45px;
    font-size: 16px;
}

@media screen and (max-width: 736px) {
    .c-list-news__contents-body {
        padding-top: 15px;
        font-size: 12px;
    }
}

.c-list-news__contents-body time {
    display: block;
}

.c-list-news__contents-body p {
    overflow: hidden;
    max-height: calc(8 * 1.25em);
    word-break: break-all;
}

@media screen and (max-width: 1039px) {
    .c-list-news__contents-body p {
        max-height: none;
    }
}

@media screen and (max-width: 736px) {
    .c-list-news__contents-body p {
        min-height: auto !important;
    }
}

.c-list-news__contents-link {
    position: relative;
    bottom: 0;
    margin-top: 50px;
    color: #f07300;
    font-weight: bold;
    font-size: 20px;
}

@media screen and (max-width: 736px) {
    .c-list-news__contents-link {
        margin-top: 15px;
        font-size: 14px;
    }
}

@media screen and (min-width: 737px) {
    .c-list-news__link {
        -webkit-transition: opacity 300ms;
        transition: opacity 300ms;
    }
    .c-list-news__link:hover {
        opacity: 0.8;
    }
    .c-list-news__link:hover .c-list-news__contents-link {
        text-decoration: underline;
    }
}----- */

/*  c-list-pager
--------------------------------------------- */
.c-list-pager {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    width: 100%;

    -webkit-box-pack: center;
    justify-content: center;
}

.c-list-pager__item {
    margin-right: 4px;
    margin-left: 4px;
}

@media screen and (max-width: 736px) {
    .c-list-pager__item {
        margin-right: 2px;
        margin-left: 2px;
    }
}

.c-list-pager__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 42px;
    height: 56px;
    border: 2px solid #000;
    color: inherit;
    text-decoration: none;
    font-weight: bold;
    font-size: 20px;
    -webkit-transition: border-color 300ms, color 300ms;
    transition: border-color 300ms, color 300ms;

    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

@media screen and (max-width: 736px) {
    .c-list-pager__link {
        width: 30px;
        height: 40px;
        border-width: 1px;
        font-size: 14px;
    }
}

.c-list-pager__link.is-current, .c-list-pager__link:hover {
    border-color: #f07300;
    color: #f07300;
}

/* ---------------------------------------------
*   Button
--------------------------------------------- */
/*  c-btn
--------------------------------------------- */
.c-btn {
    display: inline-block;
    padding-right: 50px;
    padding-left: 50px;
    height: 60px;
    background-color: #000;
    color: #fff;
    text-decoration: none;
    font-size: 24px;
    line-height: 60px;
}

@media screen and (min-width: 737px) {
    .c-btn {
        -webkit-transition: opacity 300ms;
        transition: opacity 300ms;
    }
    .c-btn:hover {
        opacity: 0.8;
    }
}

@media screen and (max-width: 736px) {
    .c-btn {
        padding-right: 20px;
        padding-left: 20px;
        height: 40px;
        font-size: 16px;
        line-height: 40px;
    }
}

/*  c-btn-signup
--------------------------------------------- */
.c-btn-signup {
    margin-top: 50px;
    text-align: center;
}

@media screen and (max-width: 736px) {
    .c-btn-signup {
        margin-top: 55px;
    }
}

.c-btn-signup__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    margin-right: auto;
    margin-left: auto;
    width: 400px;
    height: 60px;
    background-color: #000;
    color: #fff;
    text-decoration: none;
    font-size: 16px;

    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

@media screen and (min-width: 737px) {
    .c-btn-signup__link {
        -webkit-transition: opacity 300ms;
        transition: opacity 300ms;
    }
    .c-btn-signup__link:hover {
        opacity: 0.8;
    }
}

@media screen and (max-width: 736px) {
    .c-btn-signup__link {
        width: 260px;
        height: 40px;
        font-size: 16px;
    }
}

.news-header-img {
    width: 100%;
    height: 379px;
    background-image: url(/files/user/parts/img/mainv_newsletter.jpg?v=1636036393);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.news-header-title {
    margin: 56px 0;
    text-align: center;
}

.news-header-title p {
    font-size: 30px;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 24px;
}

.news-header-title span {
    font-size: 16px;
    line-height: 24px;
}

.not-margin p {
    margin: 0;
}

/* 簡易レイアウト調整クラス 広報部使用用途 */

.cont-center {
    text-align: center;
}

.ht-500 {
    height: 500px;
    width: auto;
}

.ht-250 {
    height: 250px;
    width: auto;
}

@media screen and (max-width: 736px) {
    .for-sp {
        width: 100%;
        height: auto;
    }
}

.col-move-wrapper {
    display: flex;
    justify-content: space-around;
}

.col-move-img-wrapper img {
    width: 400px;
    border-width: 1px;
    border-color: black;
    border-style: solid;
}

.col-move-button-wrapper a {
    display: block;
    text-align: center;
    margin-top: 36px;
}

.col-move-text h2 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 1.5em;
}
