@charset "UTF-8";
/* ----------------------------------------------------------------header*/
header {
    margin: 0 0 10px;
    padding-bottom: 20px;
}

@media print, screen and (min-width: 768px) {
    header {
        margin: 0 0 15px;
        padding-bottom: 20px;
    }
}

@media print, screen and (min-width: 992px) {
    header {
        margin: 0 0 20px;
        padding-bottom: 20px;
    }
}
/* ----------------------------------------------------------------header*/
#h1 {
    background: rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid #fff;
    padding: 5px 0;
    margin-bottom: 10px;
}
h1 {
    text-align: center;
    font-size: 9px;
    line-height: 1;
    color: #666;
}
.header_logo {
    float: left;
}
.header_logo img {
    width: 150px;
    height: auto;
}
.header_contact {
    float: right;
}
.header_contact p {
    float: left;
    margin: 0 0 0 5px;
}
.header_contact p span {
    display: none;
}
.header_contact img {
    width: 40px;
    height: auto;
}

@media print, screen and (min-width: 480px) {
    .header_logo img {
        width: auto;
        height: 40px;
    }
}

@media print, screen and (min-width: 768px) {
    #h1 {
        margin-bottom: 20px;
    }
    h1 {
        text-align: left;
        font-size: 10px;
    }
    .header_logo {
    }
    .header_logo img {
        width: auto;
        height: auto;
    }
    .header_contact {
    }
    .header_contact p.tel {
        margin: 0 15px 0 0;
        padding: 0 0 0 38px;
        background: url(../img/common_img/tel_bg.png) 0 center no-repeat;
        background-size: auto 22px;
    }
    .header_contact p.tel img {
        display: none;
    }
    .header_contact p.tel span {
        display: inline-block;
        font-size: 22px;
        font-weight: bold;
        line-height: 40px;
    }
}

@media print, screen and (min-width: 992px) {
    .header_contact p {
        vertical-align: middle;
    }
    .header_contact p.tel span {
        line-height: 50px;
    }
    .header_contact img {
        width: 50px;
        height: auto;
    }
    .header_contact p#toggle {
        display: none;
    }
    .header_contact a:hover img {
        opacity: 0.6;
        filter: alpha(opacity=60);
        -ms-filter: "alpha( opacity=60 )";
    }
}
/* mainnavi */
#mainnavi {
    display: none;
    clear: both;
    margin: 10px 0;
    padding: 0;
    text-align: center;
    background: rgb(48, 120, 184);
    background: -moz-linear-gradient(left, rgba(48, 120, 184, 1) 0%, rgba(57, 151, 224, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(48, 120, 184, 1) 0%, rgba(57, 151, 224, 1) 100%);
    background: linear-gradient(to right, rgba(48, 120, 184, 1) 0%, rgba(57, 151, 224, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3078b8', endColorstr='#3997e0',GradientType=1 );
    border: 1px solid #3582c6;
    border-radius: 10px;
}
#mainnavi ul {
    font-size: 0;
}
#mainnavi ul li {
    line-height: 90%;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}
#mainnavi ul li:first-child {
    border-top: 0;
}
#mainnavi ul li:last-child {
    border-bottom: 0;
}
#mainnavi ul li a {
    display: block;
    padding: 15px 10px;
    text-align: center;
    text-decoration: none;
    color: #fff;
}
#mainnavi ul li.active a {
    background: rgba(94, 184, 253, 0.5);
}
#mainnavi ul li:first-child.active a {
    border-radius: 10px 10px 0 0;
}
#mainnavi ul li:last-child.active a {
    border-radius: 0 0 10px 10px;
}
#mainnavi ul li a span {
    font-size: 9px;
}

@media print, screen and (min-width: 992px) {
    #mainnavi {
        display: block;
        clear: both;
        margin: 20px 0 0;
        padding: 0;
        background: rgb(148, 191, 226);
        background: -moz-linear-gradient(top, rgba(148, 191, 226, 1) 0%, rgba(57, 151, 224, 1) 5%, rgba(48, 120, 184, 1) 100%);
        background: -webkit-linear-gradient(top, rgba(148, 191, 226, 1) 0%, rgba(57, 151, 224, 1) 5%, rgba(48, 120, 184, 1) 100%);
        background: linear-gradient(to bottom, rgba(148, 191, 226, 1) 0%, rgba(57, 151, 224, 1) 5%, rgba(48, 120, 184, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#94bfe2', endColorstr='#3078b8',GradientType=0 );
    }
    #mainnavi ul li {
        width: 16.666%; /*メニュー個数 6[16.666%]  5[20%] 4[25%] 3[33.333%]*/
        display: inline-block;
        border-top: 0;
        border-bottom: 0;
        border-right: 1px solid rgba(255, 255, 255, 0.4);
        border-left: 1px solid rgba(0, 0, 0, 0.4);
    }
    #mainnavi ul li:first-child {
        border-left: 0;
    }
    #mainnavi ul li:last-child {
        border-right: 0;
    }
    #mainnavi ul li.sp {
        display: none;
    }
    #mainnavi ul li a {
        padding: 10px 0;
    }
    #mainnavi ul li a:hover,
    #mainnavi ul li.active a {
        background: rgba(94, 184, 253, 0.5);
    }
    #mainnavi ul li:first-child a:hover,
    #mainnavi ul li:first-child.active a {
        border-radius: 10px 0 0 10px;
    }
    #mainnavi ul li:last-child a:hover,
    #mainnavi ul li:last-child.active a {
        border-radius: 0 10px 10px 0;
    }
}
/*------------------------------------------------------------pagetitle*/
#pagetitle {
    clear: both;
    padding: 10px 0 20px;
    border-top: 3px solid #3582c6;
}
#pagetitle h2 {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
}

@media print, screen and (min-width: 768px) {
    #pagetitle h2 {
        font-size: 28px;
    }
}
/*------------------------------------------------------------content*/
#content {
    text-align: left;
}
.box {
    clear: both;
    margin-bottom: 20px;
    background: #fff;
    padding: 0 15px 15px;
    border: 1px solid #ccc;
}

@media print, screen and (min-width: 768px) {
    #content {
        margin: 0 0 20px;
    }
    .box {
        margin-bottom: 20px;
    }
}
/*subnavi*/
#subnavi {
    display: none;
}
@media print, screen and (min-width: 992px) {
    #subnavi {
        display: block;
        margin: 0 0 30px;
    }
    #subnavi ul li {
        margin: 0 0 5px;
    }
    #subnavi ul li a {
        padding: 8px;
        display: block;
        text-align: center;
        color: #333;
        text-decoration: none;
        border: 1px solid #ccc;
        background: rgb(255, 255, 255);
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 2%, rgba(236, 236, 236, 1) 3%, rgba(255, 255, 255, 1) 100%);
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 2%, rgba(236, 236, 236, 1) 3%, rgba(255, 255, 255, 1) 100%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 2%, rgba(236, 236, 236, 1) 3%, rgba(255, 255, 255, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
    }
    #subnavi ul li a:hover {
        color: #ee9d38;
        background: #fff;
    }
}
/*sideinfo*/
#sideinfo {
    margin-bottom: 10px;
}
#sideinfo dt {
    padding: 5px 10px;
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: rgb(148, 191, 226);
    background: -moz-linear-gradient(top, rgba(148, 191, 226, 1) 0%, rgba(57, 151, 224, 1) 5%, rgba(48, 120, 184, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(148, 191, 226, 1) 0%, rgba(57, 151, 224, 1) 5%, rgba(48, 120, 184, 1) 100%);
    background: linear-gradient(to bottom, rgba(148, 191, 226, 1) 0%, rgba(57, 151, 224, 1) 5%, rgba(48, 120, 184, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#94bfe2', endColorstr='#3078b8',GradientType=0 );
    border: 1px solid #3582c6;
}
#sideinfo dd {
    text-align: center;
    border: 1px solid #ccc;
    border-top: 0;
    background: #fff;
    padding: 10px;
}

@media print, screen and (min-width: 768px) {
    #sideinfo {
        margin-bottom: 20px;
    }
}

@media print, screen and (min-width: 992px) {
    #sideinfo dt {
        text-align: left;
    }
    #sideinfo dd {
        text-align: left;
    }
}
/*bn_link*/
#bn_link p {
    margin: 0 0 5px;
}
#bn_link p a {
    display: block;
    padding: 5px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
}
#bn_link p.map a {
    background: url(../img/common_img/icon_map.png) 10% center no-repeat #ee9d38;
    background-size: 20px auto;
}
#bn_link p.facebook a {
    background: url(../img/common_img/icon_fb.png) 10% center no-repeat #3b5998;
    background-size: 20px auto;
}
#bn_link p.x a {
    background: url(../img/common_img/icon_x.png) 10% center no-repeat #000;
    background-size: 20px auto;
}
#bn_link p.instagram a {
    background: url(../img/common_img/icon_instagram.png) 10% center no-repeat #f1008f;
    background-size: 20px auto;
}

#bn_link p.blog a {
    background: url(../img/common_img/icon_blog.png) 10% center no-repeat #2d8c3c;
    background-size: 20px auto;
}
@media print, screen and (min-width: 768px) {
    #bn_link {
        width: 50%;
        margin: 0 auto;
    }
}

@media print, screen and (min-width: 992px) {
    #bn_link {
        width: 100%;
    }
    #bn_link p a:hover {
        opacity: 0.6;
        filter: alpha(opacity=60);
        -ms-filter: "alpha( opacity=60 )";
    }
}
/*------------------------------------------------------------Pankuzu*/
/*pankuzu*/
#pankuzu {
    width: 100%;
    height: 40px;
    padding: 8px 0 0;
    clear: both;
}
#pankuzu ol {
    float: right;
    list-style: none;
}
#pankuzu ol li {
    float: left;
    font-size: 11px;
    padding: 0 7px 0 10px;
    background: url(../img/common_img/icon_pankuzu.gif) no-repeat 0 50%;
}
#pankuzu ol li em {
    font-style: normal;
}
#pankuzu ol li.home {
    padding-left: 0;
    background: none;
}
#pankuzu ol li a:link,
#pankuzu ol li a:visited {
    text-decoration: underline;
}
#pankuzu ol li a:hover,
#pankuzu ol li a:active {
    text-decoration: underline;
}
/* ----------------------------------------------------------------footer*/
footer {
    text-align: center;
    padding: 20px 0;
}
footer nav ul {
    display: inline-block;
    margin-bottom: 20px;
}
footer nav ul li {
    display: inline-block;
    padding: 0 10px;
}
footer nav ul li a {
    color: #333;
    text-decoration: none;
}
footer nav ul li a:visited {
    color: #333;
    text-decoration: none;
}
footer nav ul li a:hover {
    color: #999;
    text-decoration: underline;
}
small {
    display: block;
    margin: 0;
    font-size: 10px;
}

@media print, screen and (min-width: 768px) {
    footer {
        padding: 30px 0;
    }
}
/* ----------------------------------------------------------------rayout*/
.center {
    margin: auto;
}
/*------------------------------------------------------------list*/
ul.phlist_3column li {
    margin: 0 0 20px;
}
ul.phlist_3column li p {
    margin: 0 0 10px;
    text-align: center;
}
ul.phlist_3column li p img {
    width: 80%;
    height: auto;
}

@media print, screen and (min-width: 480px) {
    ul.phlist_3column li {
        width: 32%;
        float: left;
        margin: 0 2% 10px 0;
    }
    ul.phlist_3column li:nth-child(3n) {
        margin: 0;
    }
    ul.phlist_3column li:nth-child(3n + 1) {
        clear: both;
    }
    ul.phlist_3column li p img {
        width: 100%;
        height: auto;
    }
}
/*------------------------------------------------------------table*/
.sheet_basic {
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #ccc;
}
.sheet_basic tr th,
.sheet_basic tr td {
    text-align: left;
    vertical-align: top;
    display: block;
}
.sheet_basic tr th {
    padding: 10px 0 0;
}
.sheet_basic tr td {
    padding: 0 0 10px;
    border-bottom: 1px solid #ccc;
}

@media print, screen and (min-width: 480px) {
    .sheet_basic tr th,
    .sheet_basic tr td {
        display: table-cell;
        padding: 10px 8px;
        border-bottom: 1px solid #ccc;
    }
    .sheet_basic tr th {
        background: #eee;
    }
}
/*------------------------------------------------------------Decoration*/
/*Line*/
hr.line_01 {
    height: 1px;
    clear: both;
    margin: 20px 0px;
    border-top: 1px dotted #ccc;
    border-right: 0 dotted #ccc;
    border-bottom: 0 dotted #ccc;
    border-left: 0 dotted #ccc;
}
.space_10 {
    height: 10px;
    clear: both;
}
.space_20 {
    height: 20px;
    clear: both;
}
.space_30 {
    height: 30px;
    clear: both;
}
.space_10 hr,
.space_20 hr,
.space_30 hr {
    display: none;
}
/*------------------------------------------------------------Text*/
/*title*/
.title01 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
    color: #fff;
    padding: 6px 10px;
    margin: 0 -15px 15px -15px;
    text-align: left;
    background: rgb(148, 191, 226);
    background: -moz-linear-gradient(top, rgba(148, 191, 226, 1) 0%, rgba(57, 151, 224, 1) 5%, rgba(48, 120, 184, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(148, 191, 226, 1) 0%, rgba(57, 151, 224, 1) 5%, rgba(48, 120, 184, 1) 100%);
    background: linear-gradient(to bottom, rgba(148, 191, 226, 1) 0%, rgba(57, 151, 224, 1) 5%, rgba(48, 120, 184, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#94bfe2', endColorstr='#3078b8',GradientType=0 );
    border: 1px solid #3582c6;
}
.title01 span {
    margin: 0 0 0 10px;
    font-size: 14px;
    font-weight: normal;
}
.title01 a {
    float: right;
    padding: 4px 8px;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    color: #fff;
    border: solid 1px #ee9d38;
    border-radius: 4px;
    background: #ee9d38;
}
.title01 a:hover {
    color: #ee9d38;
    background: #fff;
    border: solid 1px #ee9d38;
}
.title02 {
    font-size: 16px;
    font-weight: bold;
    padding: 6px 0;
    margin-bottom: 10px;
    border-bottom: solid 1px #3582c6;
}
.title03 {
    font-size: 17px;
    font-weight: bold;
    padding: 6px;
    margin-bottom: 10px;
    color: #fff;
    background: #3582c6;
}

@media print, screen and (min-width: 768px) {
    .title01 {
        font-size: 22px;
        padding: 10px 15px;
        margin-bottom: 15px;
    }
    .title02 {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .title03 {
        font-size: 20px;
        padding: 6px 10px;
        margin-bottom: 15px;
    }
}
/*---------------------------------------
 blog 記事
---------------------------------------*/
/*リセット*/
.news_text h1,
.news_text h2,
.news_text h3,
.news_text h4,
.news_text h5,
.news_text h6 {
    font-weight: normal;
    margin: 0;
    padding: 0;
}
/*デザイン*/
.news_text h1 {
    position: relative;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    padding: 20px;
    margin-bottom: 1em;
    color: #18689b;
}
.news_text h1::after {
    position: absolute;
    content: "";
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 100px;
    height: 10px;
    background: #18689b;
}
.news_text h2 {
    font-size: 24px;
    font-weight: bold;
    padding: 14px 21px;
    margin-bottom: 1em;
    color: #ffffff;
    border-radius: 10px;
    background: #18689b;
}
.news_text h3 {
    font-size: 21px;
    font-weight: bold;
    padding: 7px 21px;
    margin-bottom: 1em;
    border-radius: 5px;
    background: #82c3ec;
}
.news_text h4 {
    font-size: 18px;
    font-weight: bold;
    padding: 7px 14px;
    margin-bottom: 1em;
    border-radius: 5px;
    background: #e7efee;
}
.news_text h5 {
    font-size: 16px;
    font-weight: bold;
    padding: 7px 14px;
    margin-bottom: 1em;
    border-bottom: 3px double #e7efee;
}
.news_text h6 {
    font-size: 15px;
    font-weight: bold;
    padding: 7px 14px;
    margin-bottom: 1em;
    border-bottom: 3px dotted #e7efee;
}

@media print, screen and (min-width: 768px) {
    .news_text h1 {
        font-size: 40px;
        padding: 30px;
    }
    .news_text h2 {
        font-size: 35px;
        padding: 20px 30px;
    }
    .news_text h3 {
        font-size: 30px;
        padding: 10px 30px;
    }
    .news_text h4 {
        font-size: 25px;
        padding: 10px 20px;
    }
    .news_text h5 {
        font-size: 20px;
        padding: 10px 20px;
    }
    .news_text h6 {
        padding: 10px 20px;
    }
}

.news_text {
    font-size: 1.6rem;

    /*space*/
    :where(* + *:not(:is(h1, h2, h3, h4, h5, h6, li, dt, dd))) {
        margin-top: 2em;
    }

    /*txt*/
    & > p {
        font-size: 1.6rem;
    }

    /*ul*/
    & ul:not(.toc_list)  {
        & > li{
            position: relative;
            padding-left: 1em;
            font-size: 1.6rem;
            &::before {
                content: "";
                width: 8px;
                height: 8px;
                border-radius: 100vmax;
                background: #18689b;
                display: block;
                position: absolute;
                inset: 0.5em auto auto 0;
            }

            & + li {
                margin-top: 0.4em;
            }
        }
    }
    /*ol*/
    & ol {
        counter-reset: number 0;
        & > li {
            position: relative;
            padding-left: 2.2em;
            font-size: 1.6rem;
            &::before {
                counter-increment: number 1;
                content: "0" counter(number) ".";
                position: absolute;
                inset: 0 auto auto 0;
                font-weight: 700;
            }

            &:nth-child(n + 10)::before {
                content: counter(number) ".";
            }

            & + li {
                margin-top: 0.4em;
            }
        }
    }
    /*pre*/
    & pre {
        display: block;
        border: 1px solid #ccc;
        padding: 1.2em 1em 1em;
        overflow: auto;
    }
    /*引用*/
    & blockquote {
        background: #e7efee;
        border-left: 4px solid #669abb;
        padding: 1.2em 1em 1em 2em;
        position: relative;
        z-index: 2;

        &::before{
            content: "“";
            font-size: 4em;
            color: #669abb;
            opacity: 0.5;
            position: absolute;
            inset: -10px auto auto 8px;
            z-index: -1;
        }
    }
    /*装飾*/
    :is(strong) {
        display: inline-block;
    }
    :is(em) {
        display: inline-block;
        font-style: italic !important;
        transform: skew(-10deg);
    }
}
/*---------------------------------------

---------------------------------------*/
/*TextRight*/
.tx_right {
    text-align: right;
}
/*TextLeft*/
.tx_left {
    text-align: left;
}
/*TextCenter*/
.tx_cent {
    text-align: center;
}
/*big*/
.tx_big {
    font-size: 18px;
}
/*bold*/
.tx_bold {
    font-style: normal;
    font-weight: bold;
}
/*TextRed*/
.tx_red {
    color: #c33;
}
/*attention*/
.attention {
    font-size: 10px;
    line-height: 130%;
    margin: 5px 0;
}
/*------------------------------------------------------------Float*/
/*FloatLeft*/
.float_left {
    float: left;
}
/*FloatRight*/
.float_right {
    float: right;
}
/*ClearBoth*/
.clearboth {
    clear: both;
}
/*------------------------------------------------------------Margin*/
/*MarginTop*/
.margin_t05 {
    margin-top: 5px;
}
.margin_t10 {
    margin-top: 10px;
}
.margin_t20 {
    margin-top: 20px;
}
.margin_t30 {
    margin-top: 30px;
}
.margin_t40 {
    margin-top: 40px;
}
.margin_t50 {
    margin-top: 50px;
}
/*MarginBottom*/
.margin_b05 {
    margin-bottom: 5px;
}
.margin_b10 {
    margin-bottom: 10px;
}
.margin_b20 {
    margin-bottom: 20px;
}
.margin_b30 {
    margin-bottom: 30px;
}
.margin_b40 {
    margin-bottom: 40px;
}
.margin_b50 {
    margin-bottom: 50px;
}
/*MarginRight*/
.margin_r05 {
    margin-right: 5px;
}
.margin_r10 {
    margin-right: 10px;
}
.margin_r15 {
    margin-right: 15px;
}
.margin_r20 {
    margin-right: 20px;
}
/*MarginLeft*/
.margin_l05 {
    margin-left: 50px;
}
.margin_l10 {
    margin-left: 10px;
}
.margin_l15 {
    margin-left: 15px;
}
.margin_l20 {
    margin-left: 20px;
}
/*Margin_device*/
.margin-xs-b10 {
    margin-bottom: 10px;
}
.margin-xxs-b20 {
    margin-bottom: 20px;
}

@media print, screen and (min-width: 480px) {
    .margin-xxs-b20 {
        margin-bottom: 0px;
    }
}

@media print, screen and (min-width: 768px) {
    .margin-xs-b10 {
        margin-bottom: 0px;
    }
}
/*------------------------------------------------------------ClearFix*/
.clearfix {
    zoom: 1;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
/*------------------------------------------------------------Hoverimg*/
a:hover img.hoverimg {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha( opacity=60 )";
}
/*------------------------------------------------------------other*/
/*Pagetop*/
#pagetop {
    position: fixed;
    bottom: 10px;
    right: 15px;
}
#pagetop a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #3582c6;
}
#pagetop a span {
    display: none;
}
#pagetop a:after {
    position: absolute;
    margin: auto;
    content: "";
    top: 16px;
    left: 12px;
    width: 16px;
    height: 16px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media print, screen and (min-width: 992px) {
    #pagetop {
        bottom: 30px;
        right: 20px;
    }
    #pagetop a {
        width: 50px;
        height: 50px;
    }
    #pagetop a:after {
        top: 20px;
        left: 15px;
        width: 20px;
        height: 20px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
    }
    #pagetop a:hover {
        opacity: 0.6;
        filter: alpha(opacity=60);
        -ms-filter: "alpha( opacity=60 )";
    }
}
/*------------------------------------------------------------block02*/
/*phbox*/
.block02 .phbox {
    text-align: center;
}
.block02 .phbox li {
    width: 80%;
    height: auto;
    margin: 0 auto 10px;
}
.block02 .txbox p {
    margin: 0 0 10px;
}

@media print, screen and (min-width: 480px) {
    .block02 .phbox {
        float: right;
        width: 35%;
        margin: 0 0 10px 10px;
    }
    .block02 .phbox li {
        width: 100%;
        height: auto;
    }
    .block02 .txbox {
        overflow: hidden;
    }
}

@media print, screen and (min-width: 768px) {
    .block02 .phbox {
        margin: 0 0 0 20px;
    }
}
/*------------------------------------------------------------block03*/
/*phbox*/
.block03 .phbox {
    text-align: center;
}
.block03 .phbox li {
    width: 80%;
    height: auto;
    margin: 0 auto 10px;
}
.block03 .phbox li figure figcaption {
    line-height: 120%;
    font-size: 11px;
    color: #666;
    margin-top: 5px;
    text-align: left;
}
.block03 .txbox p {
    margin: 0 0 10px;
}

@media print, screen and (min-width: 480px) {
    .block03 .phbox {
        float: right;
        width: 35%;
        margin: 0 0 10px 10px;
    }
    .block03 .phbox li {
        width: 100%;
        height: auto;
    }
    .block03 .txbox {
        overflow: hidden;
    }
}

@media print, screen and (min-width: 768px) {
    .block03 .phbox {
        margin: 0 0 0 20px;
    }
}
/*------------------------------------------------------------block04*/
/*phbox*/
.block04 .phbox {
    text-align: center;
}
.block04 .phbox li {
    width: 80%;
    height: auto;
    margin: 0 auto 10px;
}
.block04 .txbox p {
    margin: 0 0 10px;
}

@media print, screen and (min-width: 480px) {
    .block04 .phbox {
        float: left;
        width: 35%;
        margin: 0 10px 10px 0;
    }
    .block04 .phbox li {
        width: 100%;
        height: auto;
    }
    .block04 .txbox {
        overflow: hidden;
    }
}

@media print, screen and (min-width: 768px) {
    .block04 .phbox {
        margin: 0 20px 0 0;
    }
}
/*------------------------------------------------------------block05*/
/*phbox*/
.block05 .phbox {
    text-align: center;
}
.block05 .phbox li {
    width: 80%;
    height: auto;
    margin: 0 auto 10px;
}
.block05 .phbox li figure figcaption {
    line-height: 120%;
    font-size: 11px;
    color: #666;
    margin-top: 5px;
    text-align: left;
}
.block05 .txbox p {
    margin: 0 0 10px;
}

@media print, screen and (min-width: 480px) {
    .block05 .phbox {
        float: left;
        width: 35%;
        margin: 0 10px 10px 0;
    }
    .block05 .phbox li {
        width: 100%;
        height: auto;
    }
    .block05 .txbox {
        overflow: hidden;
    }
}

@media print, screen and (min-width: 768px) {
    .block05 .phbox {
        margin: 0 20px 0 0;
    }
}
/*------------------------------------------------------------block06*/
.block06 ul {
    font-size: 0;
}
.block06 ul li {
    width: 80%;
    margin: 0 auto 15px;
}
.block06 ul li figure figcaption {
    margin-top: 5px;
    font-size: 11px;
    color: #666;
    line-height: 130%;
}

@media print, screen and (min-width: 480px) {
    .block06 ul li {
        width: 32%;
        display: inline-block;
        margin: 0 2% 15px 0;
        vertical-align: top;
    }
    .block06 ul li:nth-child(3n) {
        margin: 0 0 15px 0;
    }
}
/*------------------------------------------------------------block07*/
.block07 ul {
    font-size: 0;
}
.block07 ul li {
    width: 80%;
    margin: 0 auto 15px;
}
.block07 ul li figure figcaption {
    margin-top: 5px;
    font-size: 11px;
    color: #666;
    line-height: 130%;
}

@media print, screen and (min-width: 480px) {
    .block07 ul li {
        width: 32%;
        display: inline-block;
        margin: 0 2% 15px 0;
        vertical-align: top;
    }
    .block07 ul li:nth-child(3n) {
        margin: 0 0 15px 0;
    }
}
.block07 .txbox {
    margin: 0 0 15px;
}
/*------------------------------------------------------------block08*/
.block08 ul {
    font-size: 0;
}
.block08 ul li {
    width: 80%;
    margin: 0 auto 15px;
}
.block08 ul li figure figcaption {
    margin-top: 5px;
    font-size: 11px;
    color: #666;
    line-height: 130%;
}

@media print, screen and (min-width: 480px) {
    .block08 ul li {
        width: 32%;
        display: inline-block;
        margin: 0 2% 15px 0;
        vertical-align: top;
    }
    .block08 ul li:nth-child(3n) {
        margin: 0 0 15px 0;
    }
}
/*------------------------------------------------------------block09*/
.block09 p {
    margin-top: 10px;
    font-size: 11px;
    color: #666;
}
@media print, screen and (min-width: 768px) {
    .block09 table.sheet_basic tr th {
        width: 30%;
    }
}
/*------------------------------------------------------------block10*/
.block10 .left {
    margin: 0 0 20px;
}
.block10 p {
    margin-top: 10px;
    font-size: 11px;
    color: #666;
}

@media print, screen and (min-width: 768px) {
    .block10 .left {
        width: 48%;
        float: left;
        margin: 0;
    }
    .block10 .right {
        width: 48%;
        float: right;
    }
    .block10 table.sheet_basic tr th {
        width: 30%;
    }
}
/*------------------------------------------------------------block11*/
.block11 .sheet_basic {
    margin: 0 0 10px;
}
.block11 .sheet_basic tr.remarks td {
    padding: 10px 0;
    font-size: 11px;
    color: #666;
    border-bottom: none;
}
.block11 .phbox {
    text-align: center;
}
.block11 .phbox li {
    width: 80%;
    height: auto;
    margin: 0 auto 10px;
}
.block11 .phbox li figure figcaption {
    line-height: 120%;
    font-size: 11px;
    color: #666;
    margin-top: 5px;
    text-align: left;
}
@media print, screen and (min-width: 480px) {
    .block11 .sheet_basic {
        width: 62%;
        float: left;
    }
    .block11 .sheet_basic tr th {
        width: 30%;
    }
    .block11 .phbox {
        float: right;
        width: 35%;
    }
    .block11 .phbox li {
        width: 100%;
        height: auto;
    }
}
/*------------------------------------------------------------block12*/
.block12 .sheet_basic {
    margin: 0 0 10px;
}
.block12 .sheet_basic tr.remarks td {
    padding: 10px 0;
    font-size: 11px;
    color: #666;
    border-bottom: none;
}
.block12 .phbox {
    text-align: center;
}
.block12 .phbox li {
    width: 80%;
    height: auto;
    margin: 0 auto 10px;
}
.block12 .phbox li figure figcaption {
    line-height: 120%;
    font-size: 11px;
    color: #666;
    margin-top: 5px;
    text-align: left;
}
@media print, screen and (min-width: 480px) {
    .block12 .sheet_basic {
        width: 62%;
        float: right;
    }
    .block12 .sheet_basic tr th {
        width: 30%;
    }
    .block12 .phbox {
        float: left;
        width: 35%;
    }
    .block12 .phbox li {
        width: 100%;
        height: auto;
    }
}
/*------------------------------------------------------------block13*/
.block13 ul {
    margin: 0 0 10px;
    border-top: dotted 1px #ccc;
}
.block13 ul li {
    zoom: 1;
    padding: 10px 0;
    border-bottom: dotted 1px #ccc;
}
.block13 ul li:after {
    content: "";
    display: block;
    clear: both;
}
.block13 ul li h4 {
    float: left;
    width: 70%;
}
.block13 ul li p {
    float: right;
    width: 30%;
    text-align: right;
}
.block13 p.remarks {
    margin-top: 10px;
    font-size: 11px;
    color: #666;
}
@media print, screen and (min-width: 480px) {
    .block13 ul li {
        padding: 10px 8px;
    }
}
/*------------------------------------------------------------block14*/
.block14 ul {
    margin: 0 0 10px;
    border-top: dotted 1px #ccc;
}
.block14 ul li {
    zoom: 1;
    padding: 10px 0;
    border-bottom: dotted 1px #ccc;
}
.block14 ul li:after {
    content: "";
    display: block;
    clear: both;
}
.block14 ul li h4 {
    float: left;
    width: 70%;
}
.block14 ul li p {
    float: right;
    width: 30%;
    text-align: right;
}
.block14 p.remarks {
    margin-top: 10px;
    font-size: 11px;
    color: #666;
}
@media print, screen and (min-width: 480px) {
    .block14 ul li {
        padding: 10px 8px;
    }
}
@media print, screen and (min-width: 768px) {
    .block14 ul {
        border-top: none;
    }
    .block14 ul li {
        width: 48%;
        float: left;
    }
    .block14 ul li:nth-child(-n + 2) {
        border-top: dotted 1px #ccc;
    }
    .block14 ul li:nth-child(odd) {
        clear: both;
    }
    .block14 ul li:nth-child(even) {
        float: right;
    }
}
.block14 table.sheet_basic tr th {
    width: 30%;
}
/*------------------------------------------------------------block15*/
.block15 .menubox {
}
.block15 .menubox ul {
    margin: 0 0 10px;
    border-top: dotted 1px #ccc;
}
.block15 .menubox ul li {
    zoom: 1;
    padding: 10px 0;
    border-bottom: dotted 1px #ccc;
}
.block15 .menubox ul li:after {
    content: "";
    display: block;
    clear: both;
}
.block15 .menubox ul li h4 {
    float: left;
    width: 70%;
}
.block15 .menubox ul li p {
    float: right;
    width: 30%;
    text-align: right;
}
.block15 .menubox p.remarks {
    margin: 0 0 10px;
    font-size: 11px;
    color: #666;
}
.block15 .phbox {
    text-align: center;
}
.block15 .phbox li {
    width: 80%;
    height: auto;
    margin: 0 auto 10px;
}
.block15 .phbox li figure figcaption {
    line-height: 120%;
    font-size: 11px;
    color: #666;
    margin-top: 5px;
    text-align: left;
}
@media print, screen and (min-width: 480px) {
    .block15 .menubox {
        width: 62%;
        float: left;
    }
    .block15 .phbox {
        float: right;
        width: 35%;
    }
    .block15 .phbox li {
        width: 100%;
        height: auto;
    }
}
/*------------------------------------------------------------block16*/
.block16 .menubox {
}
.block16 .menubox ul {
    margin: 0 0 10px;
    border-top: dotted 1px #ccc;
}
.block16 .menubox ul li {
    zoom: 1;
    padding: 10px 0;
    border-bottom: dotted 1px #ccc;
}
.block16 .menubox ul li:after {
    content: "";
    display: block;
    clear: both;
}
.block16 .menubox ul li h4 {
    float: left;
    width: 70%;
}
.block16 .menubox ul li p {
    float: right;
    width: 30%;
    text-align: right;
}
.block16 .menubox p.remarks {
    margin: 0 0 10px;
    font-size: 11px;
    color: #666;
}
.block16 .phbox {
    text-align: center;
}
.block16 .phbox li {
    width: 80%;
    height: auto;
    margin: 0 auto 10px;
}
.block16 .phbox li figure figcaption {
    line-height: 120%;
    font-size: 11px;
    color: #666;
    margin-top: 5px;
    text-align: left;
}
@media print, screen and (min-width: 480px) {
    .block16 .menubox {
        width: 62%;
        float: right;
    }
    .block16 .phbox {
        float: left;
        width: 35%;
    }
    .block16 .phbox li {
        width: 100%;
        height: auto;
    }
}
/*------------------------------------------------------------block17*/
.block17 ol li {
    position: relative;
    padding: 0 0 40px;
    text-align: center;
}
.block17 ol li:last-child {
    padding: 0;
}
.block17 ol li:after {
    position: absolute;
    content: "";
    bottom: 15px;
    width: 20px;
    height: 20px;
    margin: 0 0 0 -10px;
    vertical-align: bottom;
    border-top: 4px solid #999;
    border-right: 4px solid #999;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.block17 ol li:last-child:after {
    display: none;
}
.block17 ol li figure.phbox {
    margin: 0 0 10px;
    text-align: center;
}
.block17 ol li figure.phbox img {
    width: 80%;
    height: auto;
}
.block17 ol li dl dt {
    text-align: left;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 5px;
}
.block17 ol li dl dd {
    text-align: left;
}
@media print, screen and (min-width: 480px) {
    .block17 ol li figure.phbox {
        width: 35%;
        margin: 0 0 0 10px;
        float: right;
    }
    .block17 ol li figure.phbox img {
        width: 100%;
        height: auto;
    }
    .block17 ol li dl {
        overflow: hidden;
    }
}
/*------------------------------------------------------------block18*/
.block18 ol li {
    position: relative;
    padding: 0 0 40px;
    text-align: center;
}
.block18 ol li:last-child {
    padding: 0;
}
.block18 ol li:after {
    position: absolute;
    content: "";
    bottom: 15px;
    width: 20px;
    height: 20px;
    margin: 0 0 0 -10px;
    vertical-align: bottom;
    border-top: 4px solid #999;
    border-right: 4px solid #999;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.block18 ol li:last-child:after {
    display: none;
}
.block18 ol li figure.phbox {
    margin: 0 0 10px;
    text-align: center;
}
.block18 ol li figure.phbox img {
    width: 80%;
    height: auto;
}
.block18 ol li dl dt {
    text-align: left;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 5px;
}
.block18 ol li dl dd {
    text-align: left;
}
@media print, screen and (min-width: 480px) {
    .block18 ol {
        font-size: 0;
    }
    .block18 ol li {
        vertical-align: top;
        width: 30%;
        display: inline-block;
        padding: 0;
        margin-right: 5%;
        margin-bottom: 15px;
    }
    .block18 ol li:after {
        position: absolute;
        content: "";
        top: 50px;
        right: -20px;
        width: 15px;
        height: 15px;
        vertical-align: middle;
        border-top: 4px solid #999;
        border-right: 4px solid #999;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .block18 ol li:nth-child(3n) {
        margin-right: 0;
    }
    .block18 ol li:nth-child(3n):after {
        display: none;
    }
    .block18 ol li figure.phbox img {
        width: 100%;
        height: auto;
    }
    .block18 ol li dl {
        overflow: hidden;
    }
}
@media print, screen and (min-width: 768px) {
    .block18 ol li:after {
        top: 60px;
    }
}
@media print, screen and (min-width: 1200px) {
    .block18 ol li:after {
        top: 75px;
        right: -25px;
    }
}
/*------------------------------------------------------------block19*/
.block19 dl dt {
    margin: 0 0 8px;
    padding: 0 0 0 8px;
    border-left: solid 4px #3582c6;
}
.block19 dl dd {
    margin: 0 0 15px;
}
/*------------------------------------------------------------block20*/
.block20 table {
    width: 100%;
    border-collapse: collapse;
    border: solid #ccc;
    border-width: 1px 0 0 1px;
}
.block20 table tr th,
.block20 table tr td {
    padding: 10px 0;
    text-align: center;
    vertical-align: middle;
    border: solid #ccc;
    border-width: 0 1px 1px 0;
}
.block20 p {
    margin-top: 10px;
    font-size: 11px;
    color: #666;
}
/*------------------------------------------------------------block21*/
.block21 ul li {
    width: 80%;
    position: relative;
    margin: 0 auto 10px;
}
.block21 ul li:before,
.block21 ul li:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 60%;
    top: 80%;
    background: rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.2);
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
}
.block21 ul li:after {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 10px;
    left: auto;
}
.block21 ul li:last-child {
    margin-bottom: 0;
}
.block21 ul li:hover {
    opacity: 0.7;
}
.block21 ul li a figcaption {
    line-height: 130%;
    position: absolute;
    width: 100%;
    text-align: center;
    font-weight: bold;
    color: #000;
    background: rgba(255, 255, 255, 0.7);
    bottom: 0;
    padding: 10px;
}
@media print, screen and (min-width: 480px) {
    .block21 ul {
        font-size: 0;
    }
    .block21 ul li {
        display: inline-block;
        width: 32%;
        margin-bottom: 2%;
        margin-right: 2%;
    }
    .block21 ul li:nth-child(odd) {
        margin-right: 2%;
    }
    .block21 ul li:nth-child(3n) {
        margin-right: 0;
    }
    .block21 ul li:last-child {
        margin-bottom: 2%;
    }
}
/*------------------------------------------------------------block22*/
.block22 iframe {
    width: 100%;
    height: 299px;
}
.block22 p {
    margin-top: 10px;
    font-size: 11px;
    color: #666;
}

/*------------------------------------------------------------block23*/
.block23 .phbox li {
    margin-bottom: 10px;
}

/*------------------------------------------------------------block24*/
.block24 .phbox li {
    margin-top: 10px;
}

/*------------------------------------------------------------block25*/
.block25 .bf_box {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: dotted 1px #ccc;
}
.block25 .bf_box:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.block25 .bf_box h4 {
    margin-bottom: 8px;
    line-height: 1.3;
    font-size: 16px;
    font-weight: bold;
}
.block25 .bf_box h5 {
    margin-top: 10px;
    margin-bottom: 5px;
    line-height: 1;
    font-size: 15px;
    font-weight: bold;
}
.block25 .bf_box ol li:first-child {
    position: relative;
    margin-bottom: 40px;
}
.block25 .bf_box ol li:first-child::after {
    position: absolute;
    left: 50%;
    bottom: -25px;
    display: block;
    width: 20px;
    height: 20px;
    margin-left: -10px;
    content: "";
    border-right: solid 4px #808080;
    border-bottom: solid 4px #808080;
    transform: rotate(45deg);
}
.block25 .bf_box ol li figure img {
    width: 100%;
    height: auto;
}
.block25 .bf_box .comment {
    margin-top: 15px;
}
@media print, screen and (min-width: 480px) {
    .block25 .bf_box ol {
        display: flex;
        justify-content: space-between;
    }
    .block25 .bf_box ol li {
        width: 47.5%;
    }
    .block25 .bf_box ol li:first-child {
        margin-bottom: 0;
    }
    .block25 .bf_box ol li:first-child::after {
        display: none;
    }
    .block25 .bf_box ol li:first-child figure {
        position: relative;
        display: block;
    }
    .block25 .bf_box ol li:first-child figure::after {
        position: absolute;
        top: 50%;
        right: -6.75%;
        display: block;
        width: 16px;
        height: 16px;
        margin-top: -8px;
        content: "";
        border-right: solid 4px #808080;
        border-bottom: solid 4px #808080;
        transform: rotate(-45deg);
    }
}
@media print, screen and (min-width: 768px) {
    .block25 .bf_box h4 {
        margin-bottom: 8px;
        line-height: 1.3;
        font-size: 18px;
        font-weight: bold;
    }
    .block25 .bf_box ol li:first-child figure::after {
        width: 24px;
        height: 24px;
        margin-top: -12px;
    }
}

/*------------------------------------------------------------blog*/
/*sidebox*/
.sidebox {
    margin-bottom: 10px;
}
.sidebox .side_title {
    padding: 5px 10px;
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: rgb(148, 191, 226);
    background: -moz-linear-gradient(top, rgba(148, 191, 226, 1) 0%, rgba(57, 151, 224, 1) 5%, rgba(48, 120, 184, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(148, 191, 226, 1) 0%, rgba(57, 151, 224, 1) 5%, rgba(48, 120, 184, 1) 100%);
    background: linear-gradient(to bottom, rgba(148, 191, 226, 1) 0%, rgba(57, 151, 224, 1) 5%, rgba(48, 120, 184, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#94bfe2', endColorstr='#3078b8',GradientType=0 );
    border: 1px solid #3582c6;
}
.sidebox ul,
.sidebox div {
    text-align: left;
    border: 1px solid #ccc;
    border-top: 0;
    background: #fff;
    padding: 15px;
    & li {
        line-height: 1.4;
        &:not(:last-child) {
            margin-bottom: 0.6em;
        }
    }
}

@media print, screen and (min-width: 768px) {
    .sidebox {
        margin-bottom: 20px;
    }
}

@media print, screen and (min-width: 992px) {
    .sidebox .side_title {
        text-align: left;
    }
}

/*search*/
#news_search div {
    margin-bottom: 20px;
    text-align: center;
    & input,
    & select,
    & textarea {
        padding: 10px;
        background: #e8e8e8;
        border: 1px solid #e8e8e8;
        font-size: 1.6rem;
    }
}
input#searchsubmit {
    cursor: pointer;
    font-weight: bold;
    color: #fff;
    padding: 5px 8px !important;
    border: 1px solid #3582c6 !important;
    background: #3582c6 !important;
}
input#searchsubmit:hover {
    opacity: 0.7;
}

@media print, screen and (min-width: 768px) {
    #news_search div {
        text-align: left;
    }
}

input#searchsubmit:hover {
    cursor: pointer;
}
#news_search_title {
    font-weight: bold;
}
.screen-reader-text {
    display: none;
}
#news_search #s {
    width: 70%;
    margin: 0;
    border: 1px solid #bfbfbf;
    padding: 5px 3px;
    background: #fff;
    /* CSS3 */
    border-radius: 0;
}
@media print, screen and (min-width: 768px) {
    #news_search #s {
        width: calc(100% - 3.5em);
    }
}

/*WP-PageNavi*/
.wp-pagenavi {
    clear: both;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 20px;
    font-size: 14px;
}
.wp-pagenavi a,
.wp-pagenavi span {
    display: inline-block;
    text-decoration: none;
    vertical-align: middle;
    margin-bottom: 5px;
    padding: 3px 10px;
    color: #3582c6;
    border: solid 1px #3582c6;
    border-radius: 50px;
    background: none;
}
.wp-pagenavi span.pages {
    display: inline-block;
    text-decoration: none;
    vertical-align: middle;
    margin-bottom: 5px;
    padding: 3px 10px;
    color: #3582c6;
    border: solid 1px #3582c6;
    border-radius: 50px;
    background: none;
    zoom: 1;
}
.wp-pagenavi span.current {
    display: inline-block;
    text-decoration: none;
    vertical-align: middle;
    margin-bottom: 5px;
    padding: 3px 10px;
    color: #3582c6;
    border: solid 1px #3582c6;
    border-radius: 50px;
    background: none;
    zoom: 1;
}
.wp-pagenavi a {
    display: inline-block;
    text-decoration: none;
    vertical-align: middle;
    margin-bottom: 5px;
    padding: 3px 10px;
    color: #fff;
    border: solid 1px #3582c6;
    border-radius: 50px;
    background: #3582c6;
    zoom: 1;
}
.wp-pagenavi a:hover {
    color: #3582c6;
    background: none;
    border: solid 1px #3582c6;
}

.blog_list {
    & ul {
        display: flex;
        flex-direction: column;
        gap: 20px;
        margin-bottom: 20px;
        & li {
            & a {
                display: flex;
                flex-direction: column-reverse;
                gap: 15px;
                height: 100%;
                color: #333;
                text-align: left;
                background: #fff;
                padding: 15px;
                text-decoration: none;
                border: 1px solid #ccc;
                & > div {
                    & .newstitle {
                        white-space: nowrap;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        font-size: 18px;
                        font-weight: bold;
                        line-height: 1.2;
                        margin-bottom: 10px;
                    }
                    & .news_text {
                        display: -webkit-box;
                        -webkit-box-orient: vertical;
                        -webkit-line-clamp: 2;
                        overflow: hidden;
                        line-height: 1.5;
                    }
                    & .postinfo {
                        margin-top: 12px;
                    }
                }
                & figure {
                    & img {
                        width: 100%;
                        height: auto;
                    }
                }
            }
        }
    }
}
@media print, screen and (min-width: 480px) {
    .blog_list {
        & ul {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            gap: 15px;
            margin-bottom: 20px;
            & li {
                width: calc((100% - 15px) / 2);
            }
        }
    }
}
@media print, screen and (min-width: 768px) {
    .blog_list {
        & ul {
            gap: 20px;
            margin-bottom: 20px;
            & li {
                width: calc((100% - 20px) / 2);
                & a {
                    & > div {
                        & .newstitle {
                            font-size: 20px;
                        }
                    }
                    &:hover {
                        opacity: 0.7;
                    }
                }
            }
        }
    }
}
@media print, screen and (min-width: 1200px) {
    .blog_list {
        & ul {
            gap: 20px;
            margin-bottom: 20px;
            & li {
                width: calc((100% - 40px) / 3);
            }
        }
    }
}

.blog_detail {
    padding-top: 15px;
    & .blogbox {
        & .newstitle {
            font-size: 18px;
            font-weight: bold;
            line-height: 1.2;
            padding: 10px 0;
            margin-bottom: 15px;
            border-bottom: solid 1px #3582c6;
            text-align: left;
            & span {
                font-size: 14px;
                font-weight: normal;
                color: #666;
            }
        }
        & figure {
            margin-bottom: 15px;
            text-align: center;
            & img {
                width: 80%;
                height: auto;
            }
        }
        & .news_text p {
            margin-bottom: 15px;
        }
    }
    & .postinfo {
        margin-top: 10px;
        text-align: right;
        clear: both;
        padding: 5px 20px;
        background: #eeeeee;
        border-radius: 20px;
    }
    & .pagelink .oldpage {
        float: left;
        width: 45%;
        text-align: left;
    }
    & .pagelink .newpage {
        float: right;
        width: 45%;
        text-align: right;
    }
    & .listlink {
        clear: both;
        margin: 20px 0;
        text-align: center;
        & a {
            color: #fff;
            font-weight: bold;
            text-decoration: none;
            padding: 5px 10px;
            margin: 3px;
            border: 1px solid #3582c6 !important;
            background: #3582c6 !important;
            zoom: 1;
            &:hover {
                opacity: 0.7;
            }
        }
    }
}
@media print, screen and (min-width: 768px) {
    .blog_detail {
        & .blogbox {
            & .newstitle {
                font-size: 22px;
                & span {
                    font-size: 14px;
                    font-weight: normal;
                    color: #666;
                }
                & br {
                    display: none;
                }
            }
            & figure {
                margin-bottom: 20px;
            }
            & .news_text p {
                margin-bottom: 20px;
            }
        }
        & .postinfo {
            margin-top: 10px;
            text-align: right;
            clear: both;
            padding: 5px 20px;
            background: #eeeeee;
            border-radius: 20px;
        }
        & .pagelink .oldpage {
            float: left;
            width: 45%;
            text-align: left;
        }
        & .pagelink .newpage {
            float: right;
            width: 45%;
            text-align: right;
        }
        & .listlink {
            clear: both;
            margin: 20px 0;
            text-align: center;
            & a {
                color: #fff;
                font-weight: bold;
                text-decoration: none;
                padding: 5px 10px;
                margin: 3px;
                border: 1px solid #3582c6 !important;
                background: #3582c6 !important;
                zoom: 1;
                &:hover {
                    opacity: 0.7;
                }
            }
        }
    }
}
