.c-page-top .c-page-top-inner {
    background: url(../images/press_release/bg_press_release.jpg) no-repeat center center / cover;
}

.pre_in {
    padding: 30px;
    box-sizing: border-box;
    background: #fff;
}
.press_release h2 {
    color: #fff;
    font-weight: bold;
}
.pre_detail_inner {
    padding: 30px;
    margin-bottom: 30px;
}
.pre_detail-ttl {
    font-size: 24px;
    font-weight: 700;
    color: #000000 !important;
    padding: 20px 0 40px 0;
    border-bottom: 2px solid #ff0000;
    line-height: 1.7;
    text-align: center;
    margin-bottom: 30px;
}
.pre_detail-box {
    margin-bottom: 25px;
}
.pre_detail-box h3 {
    font-weight: bold;
    text-align: left;
    margin-bottom: 5px;
}
.pre_list li {
    position: relative;
    padding-left: 20px;
    text-align: left;
    margin-bottom: 10px;
}
.pre_list li:last-child {
    margin-bottom: 0;
}
.pre_list li span {
    position: absolute;
    left: 0;
}
.pre_in p {
    text-align: left;
}
.pre_sub {
    margin-top: 50px;
    text-align: left;
}
.pre_sub h3 {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 20px;
    position: relative;
    padding-left: 20px;
}
.pre_sub h3.ver2 {
    padding-left: 30px;
}
.pre_sub h3 span {
    position: absolute;
    left: 0;
}
.pre_sub_in {
    padding-left: 20px;
}
.pre_sub_in.ver2 {
    margin-top: 10px;
}
.pre_sub_in.ver3 {
    padding-left: 0;
}
.pre_sub_in.ver4 {
    margin-bottom: 30px;
    padding-left: 0;
}
.pre_sub_in.ver4:last-child {
    margin-bottom: 0;
}
.pre_sub_in dl {
    display:-webkit-box;
    display:-ms-flexbox;
    display: flex;
    margin-bottom: 10px;
}
.pre_sub_in dl dt {
    min-width: 100px;
    position: relative;
}
.pre_sub_in dl.ver2 {
    font-weight: bold;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px;
}
.pre_sub_in dl.ver2 dt {
    min-width: auto;
}
.pre_sub_in dl.ver3 {
    font-weight: bold;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 20px;
    margin-bottom: 20px;
}
.pre_sub_in dl.ver3 dt {
    min-width: auto;
}
.pre_sub_in dl dd .is-n {
    margin-left: .8em;
    font-size: 14px;
}
.pre_sub_in dl dt span {
    position: absolute;
    right: 0;
}
.pre_sub_in dl dd a {
    text-decoration: underline;
}
.pre_sub_lst {
    padding-left: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.pre_sub_lst .ttl {
    font-weight: bold;
    text-decoration: underline;
    text-underline-offset: 4px;
    margin-bottom: 5px;
}
.pre_sub_lst .lst li {
    padding-left: 1em;
    position: relative;
}
.pre_sub_lst .lst li span {
    position: absolute;
    left: 0;
}
.pre_sub_lst .lst li a {
    text-decoration: underline;
}
.is-pre_sub {
    margin-bottom: 50px;
}
.is-pre_sub h4 {
    font-weight: bold;
    margin-bottom: 30px;
    position: relative;
    padding-left: 30px;
}
.is-pre_sub.is-ver1 h4 {
    padding-left: 45px;
}
.is-pre_sub h4 span {
    position: absolute;
    left: 0;
}
.pre_sub p {
    padding-left: 20px;
}
.pre_sub p.mb {
    margin-bottom: 20px;
}
.pre_sub p a {
    text-decoration: underline;
}
.pre_feature {
    padding-left: 1.6em;
    margin-bottom: 15px;
}
.pre_feature h4 {
    font-weight: bold;
    margin-bottom: 5px;
    position: relative;
    padding-left: 20px;
}
.pre_feature h4 span {
    position: absolute;
    left: 0;
}
.pre_feature p {
    padding-left: 20px;
}
.pre_img {
    text-align: center;
    margin-bottom: 50px;
}
.gray_txt {
    background: #f4f4f4;
    padding: 25px 25px 22px;
    box-sizing: border-box;
}
.gray_txt p {
    font-weight: bold;
    line-height: 1.8;
    padding-left: 0;
}
.top_list {
    border-top: 4px solid #ff0014;
    padding: 15px 30px 10px;
    text-align: left;
}
.top_list li {
    border-top: 1px dotted #c0c0c0;
}
.top_list li:first-child {
    border-top: none;
}
.top_list li a {
    display: block;
    padding: 20px 20px 20px 10px;
    text-decoration: none;
    position: relative;
}
.top_list li a .txt {
    position: relative;
    padding-left: 7em;
    padding-right: 15px;
    font-size: 16px;
    font-weight: bold;
}
.top_list li a .txt span {
    position: absolute;
    left: 0;
}
.top_list li a .txt:before {
    content: '';
    background-image: url(../images/common/arrow.png);
    display: inline-block;
    width: 4px;
    height: 8px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: opacity 0.2s ease-in-out , all 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out , all 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out , all 0.2s ease-in-out;
    -webkit-transition: opacity 0.2s ease-in-out , all 0.2s ease-in-out;
}
.f_right {
    text-align: right !important;
}
@media screen and (min-width: 896px) {
    .pre_sub p a:hover {
        text-decoration: none;
    }
    .pre_sub_in dl dd a:hover {
        text-decoration: none;
    }
    .pre_sub_lst .lst li a:hover {
        text-decoration: none;
    }
    .top_list li a:hover {
        background: #ff00000d;
    }
    .top_list li a:hover .txt:before {
        right: -5px;
    }
}
@media screen and (max-width: 896px) {
    .c-page-top .c-bread_wrap ul {
        overflow-x: scroll;
        white-space: nowrap;
        flex-wrap: nowrap;
    }
    .c-page-top .c-page-top-inner {
        background: url(../images/press_release/bg_press_release.jpg) no-repeat center center / cover;
    }
    .pre_detail_inner {
        padding: 25px 15px;
        box-sizing: border-box;
    }
    .pre_detail-ttl {
        font-size: 18px;
        padding: 0 0 20px 0;
    }
    .pre_list li {
        font-size: 14px;
    }
    .press_release h2 {
        text-align: center;
    }
    .event-art_head {
        display: block;
    }
    .pre_in {
        padding: 30px 15px;
    }
    .pre_in p {
        font-size: 14px;
    }
    .pre_sub_in dl {
        font-size: 14px;
    }
    .pre_sub_in dl dt {
        min-width: 85px;
    }
    .pre_sub_in dl.ver2 dt.is-min1 {
        min-width: 42px;
    }
    .pre_sub_in dl.ver2 dt.is-min2 {
        min-width: 70px;
    }
    .pre_sub_in dl.ver2 dt.is-min3 {
        min-width: 100px;
    }
    .pre_sub_in dl.ver3 {
        padding-left: 20px;
        margin-bottom: 10px;
    }
    .pre_sub_in dl dd .is-n {
        font-size: 12px;
    }
    .pre_sub_in.ver2 {
        padding-left: 13px;
    }
    .pre_sub_in.ver3 {
        padding-left: 0;
    }
    .pre_sub_in.ver4 {
        margin-bottom: 20px;
    }
    .gray_txt {
        padding: 15px 15px 12px;
    }
    .top_list {
        border-top: 2px solid #ff0014;
        padding: 0;
    }
    .top_list li a {
        padding: 15px 15px;
    }
    .top_list li a .txt {
        padding-right: 10px;
        font-size: 14px;
    }
    .is-pre_sub h4 {
        font-size: 14px;
    }
    .pre_sub_lst {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .pre_sub_lst .ttl {
        font-size: 13px;
        margin-bottom: 5px;
    }
    .pre_sub_lst .lst li {
        font-size: 13px;
        padding-left: 1em;
    }
    .pre_sub_lst .lst li a {
        text-decoration: underline;
    }
    .pre_img source,
    .pre_img img {
        height: auto;
    }
}
@media screen and (max-width: 374px) {
    .pre_sub h3 {
        font-size: 15px;
    }
    .pre_sub_in dl {
        font-size: 13px;
    }
    .pre_in p {
        font-size: 13px;
    }
}
