@charset "utf-8";

.content {
    width: 100%;
    background-color: #F2F6F7;
    color: #111;
    padding-top: 50px;
    padding-bottom: 50px;
}

.cont_wrap {
    max-width: 1200px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}


.content h2 {
    font-size: 28px;
    line-height: 2.2;
    margin-bottom: 20px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #15394A;
    font-weight: normal;
    letter-spacing: 1px;
    color: #111;
    text-align: center;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    padding-top: 30px;
    padding-right: 10px;
    padding-bottom: 30px;
    padding-left: 10px;
    clear: both;
}

.content h2 i {
    padding: 10px;
    color: var(--main-color);
}

.content h2 span {
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
    /* font-size: 24px; */
    color: var(--main-color);
    font-weight: bold;
    letter-spacing: 0.1em;
}

.content h2 span.small {
    font-size: 18px;
    font-weight: normal;
    color: #555;
}

.content h3 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 30px;
    position: relative;
    margin-top: 30px;
    padding-top: 15px;
    padding-right: 10px;
    padding-bottom: 15px;
    padding-left: 44px;
    font-weight: normal;
    color: #2E94AD;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    clear: both;
    letter-spacing: 0.05em;
}

.content h3::after {
    display: block;
    width: 3px;
    height: 20px;
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: #82CCD5;
    content: '';
}

.content h3 span {
    font-size: 15px;
    color: #555;
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
    padding-left: 15px;
}

.content h4 {
    font-size: 20px;
    color: #597E84;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #ADC4C7;
    letter-spacing: 0.1em;
    padding: 10px;
    font-weight: bold;
    clear: both;
    margin-top: 20px;
    margin-right: 30px;
    margin-bottom: 20px;
    margin-left: 30px;
}

.content p {
    font-size: 16px;
    padding: 10px;
    margin-bottom: 30px;
    margin-top: 20px;
    margin-right: 30px;
    margin-left: 30px;
}

.content .ul_news li {
    font-size: 16px;
}

.content .ul_news li a span.date {
    padding-right: 20px;
    color: #888;
}

.content .ul_news li span.i_con {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #F90;
    color: #FFF;
    margin-right: 5px;
}

.content .ul_news li span.i_con.cl2 {
    background-color: #36BEAD;
}

.content .ul_news li a {
    display: block;
    color: #333;
    line-height: 30px;
    padding: 20px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #999;
    text-decoration: none;
}

.content .ul_news li a:hover {
    color: #000;
    background-color: #FFF;
}


.img_center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.img_center span {
    position: absolute;
    background-color: #333;
    background-color: rgba(0, 0, 0, 0.8);
    color: #FFF;
    letter-spacing: 0.1em;
    padding: 10px;
    left: 0;
    top: 0;
}

.img_center div {
    position: absolute;
    background-color: #333;
    background-color: rgba(0, 0, 0, 0.8);
    color: #FFF;
    letter-spacing: 0.1em;
    padding: 50px;
    right: 0;
    bottom: 0;
}


.img_left {
    float: left;
    padding-top: 20px;
    padding-right: 50px;
    padding-left: 30px;
    padding-bottom: 20px;
    max-width: 50%;
}

.img_right {
    float: right;
    padding-top: 20px;
    padding-right: 30px;
    padding-left: 50px;
    padding-bottom: 20px;
    max-width: 50%;
}

.img_left img,
.img_right img,
.img_center img {
    width: 100%;
}

.content .img_left p,
.content .img_right p {
    font-size: 14px;
    margin: 0px;
    text-align: center;
    letter-spacing: 0.1em;
    color: #455E65;
}

.content p.check {
    color: #FF3333;
}

.content p.p_st {
    font-size: 20px;
    color: #CA28B1;
}

.content .cont_wrap .txt_box {
    background-color: #E6EDEE;
    padding: 20px;
    margin: 20px;
}

.content .cont_wrap .txt_box h3 {
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
    padding-right: 0px;
    padding-left: 0px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #B6CACD;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    color: #333;
}

.content .cont_wrap .txt_box h3::after {
    display: none;
}

a.ap {
    padding-top: 50px;
    margin-top: -50px;
}

@media screen and (max-width:640px) {


    .content {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .content p {
        margin-bottom: 20px;
        margin-top: 10px;
        margin-right: 10px;
        margin-left: 10px;
    }

    .content .ul_news li span.date {
        padding-right: 0px;
        display: block;
    }

    .content .cont_wrap .txt_box {
        margin-left: 0px;
        margin-right: 0px;
    }
}

@media screen and (max-width:460px) {


    .content table.table_01 th,
    .content table.table_01 td {
        width: 100% !important;
        display: block;
    }

    .content table.table_01 th {
        background-color: #F6F6F6;
    }
}

@media screen and (max-width:460px) {



    .content h2 {
        font-size: 24px;
    }
}