<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */


body {
    font-family: "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    /*padding: 18px;*/
}

html {
    height: 100%;
}

* html div#wrapper {
    height: 100%;
}


* {
    margin: 0;
    padding: 0;
}


#wrapper img {
    max-width: 100%;
    height: auto;
    width
    /***/
    : auto;
    border: 0;
}

#wrapper img a {
    border: 0;
}

table {
    border-collapse: collapse;
    border: none;
    border-spacing: 0;
}

.lf {
    float: left;
}

.ri {
    float: right;
}

.cl {
    clear: both;
}

a {
    outline: hidden;
    outline: none;
}


img{
-webkit-backface-visibility: hidden;
}


/* HEADER  BASE------------------------------------------- */


@media screen and (min-width: 769px) {

    body {
        color: #323333;
    }

    .wrapper {
        display: block;
        width: 100%;
        height: 100%;
        min-height: 100%;

    }

    #wrapper {
        /*min-width: 1040px;*/
        /*border: solid 18px #e70012;*/
    }

    .pc-none {
        display: none;
    }

    /*.fix {
        width: 1000px;
        margin-left: auto;
        margin-right: auto;
    }*/

    img {
        display: block;
    }

    .sptouch {
        display: none;
    }

    /*20230928追加*/
    @media screen and (min-width: 769px) {
    .fix {
        width: 700px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (min-width: 1025px) {
    .fix {
        width: 900px;
        margin-left: auto;
        margin-right: auto;
    }
}
@media screen and (min-width: 1090px) {
    .fix {
        width: 1000px;
        margin-left: auto;
        margin-right: auto;
    }
}

    /*ここまで*/







    /* CONTETNS------------------------------------------- */


    .contents {
        display: block;
    }

    .box01 {
        display: block;
        background: #fff;
        width: 90%;
        margin:0 auto;
    }

    .box01 .fix {
        position: relative;
          padding-top: 20px;
          padding-bottom: 0px;
    }

    .box01 .fix figure {
        position: absolute;
        right: 0px;
        top: 0px;
    }

    .gpt1 {
        padding-top: 30px;
    }

    .home_link {
        text-align: center;
        display: block;
        margin-top: 20px;
        font-size: 14px;
    }

    .bntbase01 {
        display: block;
        text-align: center;
        padding-top: 30px;
    }

    .btn001 {
        display: inline-block;
        font-size: 24px;
        font-weight: bold;
        color: #e70012;
        text-decoration: none;
        text-align: center;
        border: #e70012 solid 2px;
        /*width: 945px;*/
        width: 100%;
        padding-top: 16px;
        padding-bottom: 16px;
        position: relative;
    }

    .btn001:hover {
        color: #FFF;
        background: #e70012;
    }

    .btn001::before,
    .btn001::after {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        content: "";
        vertical-align: middle;
    }

    .btn001::before {
        left: 15px;
        box-sizing: border-box;
        width: 8px;
        height: 8px;
        border: 8px solid transparent;
        border-left: 14px solid #e70012;
    }

    .btn001:hover::before {
        left: 15px;
        box-sizing: border-box;
        width: 8px;
        height: 8px;
        border: 8px solid transparent;
        border-left: 14px solid #FFF;
    }

    .btn002 {
        display: inline-block;
        font-size: 24px;
        font-weight: bold;
        color: #e70012;
        text-decoration: none;
        border: #e70012 solid 2px;
        width: 45%;
        position: relative;
    }

    .btn002:hover {
        color: #FFF;
        background: #e70012;
    }

    .btn002::before,
    .btn002::after {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        content: "";
        vertical-align: middle;
    }

    .btn002::before {
        left: 15px;
        box-sizing: border-box;
        width: 8px;
        height: 8px;
        border: 8px solid transparent;
        border-left: 14px solid #e70012;
    }

    .btn002:hover::before {
        left: 15px;
        box-sizing: border-box;
        width: 8px;
        height: 8px;
        border: 8px solid transparent;
        border-left: 14px solid #FFF;
    }

    .box05 {
        display: block;
        padding-bottom: 40px;
        
    }

    .box05-top {
        display: block;
        height: 395px;
    }

    .box05-top h2 {
        display: block;
        text-align: right;
        padding-top: 129px;
    }

    .box05-top h2 img {
        display: inline-block;
        border: none;
    }

    .box05 .one01 {
        display: block;
        background: url(../images/sbg.jpg) top center repeat-x;
        padding-bottom: 36px;
    }

    .box05 .one01 .txt {
        display: block;
        float: left;
        padding-left: 11px;
        padding-top: 50px;
        width: 489px;
    }

    .box05 .one01 .fix .txt span {
        display: block;
        float: left;
        padding-right: 18px;
    }

    .box05 .one01 .txt h3 {
        display: block;
        float: left;
        font-size: 36px;
        color: #3c3c3c;
        line-height: 130%;
        margin-top: -5px;
        margin-bottom: 60px;
    }

    .box05 .one01 .txt p {
        display: block;
        font-size: 15px;
        color: #3c3c3c;
    }

    .box05 .one01 .txt p strong {
        color: #0068b7;
    }

    .box05 .one01 figure {
        display: block;
        float: right;
    }

    .box05 .fukushu {
        padding-bottom: 0;
    }

    .box05 .fukushu p {
        font-size: 15px;
        color: #3c3c3c;
        padding-top: 10px;
    }

    .second-img .fix p {
        color: #0068b7;
        font-size: 15px;
        text-align: center;
        padding: 10px 0;
    }


    .second-img {
        display: block;
        padding-bottom: 35px;
    }

    .second-img .fix {
        position: relative;
    }

    .second-img figure {
        display: block;
        float: left;
        width: 30%;
        padding: 0 1.66%;
        text-align: center;
        margin-bottom: 20px;
    }

    .second-img figure img {
        margin: 0 auto;
    }

    .secont-tab {
        display: block;
        padding-bottom: 85px;
    }

    .secont-tab h2 {
        display: block;
        font-size: 24px;
        color: #0068b7;
    }

    .secont-tab table {
        width: 100%;
        font-size: 15px;
        border-left: #d2d2d2 solid 1px;
        border-top: #d2d2d2 solid 1px;
    }

    .secont-tab th {
        text-align: left;
        vertical-align: middle;
        color: #FFF;
        border-bottom: #d2d2d2 solid 1px;
        border-right: #d2d2d2 solid 1px;
        background: #e70012;
        padding-top: 7px;
        padding-bottom: 7px;
        font-weight: normal;
        padding-left: 10px;
        padding-right: 10px;
    }

    .secont-tab td {
        text-align: left;
        vertical-align: top;
        border-bottom: #d2d2d2 solid 1px;
        border-right: #d2d2d2 solid 1px;
        padding-top: 7px;
        padding-bottom: 7px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .tdcenter {
        text-align: center !important;
    }

    .no-bord {
        border-bottom: none !important;
    }



    .box05 .one02 {
        display: block;
        background: url(../images/sbg.jpg) top center repeat-x;
        padding-bottom: 36px;
    }

    .box05 .one02 .txt {
        display: block;
        float: right;
        padding-left: 11px;
        padding-top: 50px;
        width: 489px;
    }

    .box05 .one02 .fix .txt span {
        display: block;
        float: left;
        padding-right: 18px;
    }

    .box05 .one02 .txt h3 {
        display: block;
        float: left;
        font-size: 36px;
        color: #3c3c3c;
        line-height: 130%;
        margin-top: -5px;
        margin-bottom: 60px;
    }

    .box05 .one02 .txt p {
        display: block;
        font-size: 15px;
        color: #3c3c3c;
    }

    .box05 .one02 figure {
        display: block;
        float: left;
    }


    .box05 .one01 .tgh3 {
        padding-top: 10px !important;
    }

    .box05 .one01 .tgh3 h3 {
        padding-top: 10px !important;
        margin-bottom: 100px !important;
    }

    .tgrh {
        margin-top: 45px;
    }


    .t4img {
        display: block;
        padding-top: 50px;
    }

    .t4img figure {
        display: block;
    }

    .t4img figure:nth-of-type(1) {
        padding-right: 40px;
        float: left;
    }

    .t4img figure:nth-of-type(2) {
        float: left;
    }

    .t4img figure:nth-of-type(3) {
        float: right;
    }



    .imgworks {
        display: block;
        position: relative;
        width: 100%;
        overflow: hidden;
        height: 1217px;
        border-top: solid 18px #e70012;
        padding-top: 80px;
    }

    .imgworks .imgbox {
        position: absolute;
        width: 1034px;
        height: 1217px;
        left: 50%;
        margin-left: -517px;
    }

    .wo-names {
        display: block;
        padding-top: 30px;
        padding-bottom: 100px;
    }

    .wo-names p {
        display: block;
        font-size: 22px;
        padding-bottom: 30px;
    }

    .bntbase02 {
        display: block;
        text-align: right;
    }
    .bntbase02.tac {
        text-align: center;
    }

    .btn002 {
         box-sizing: border-box;
        text-align: center;
        padding: 15px;
        background: #ffffff;
        margin: 1rem 2.5%;
    }



    .tuna {
        display: block;
        padding-bottom: 50px;
        border-top: solid 18px #e70012;
    }

    .tuna-top {
        display: block;
        height: 363px;
    }

    .tuna-top h2 {
        display: block;
        padding-top: 103px;
    }

    .tuna-top p {
        display: block;
        font-size: 18px;
        padding-top: 6px;
    }

    h2.title01 {
        display: block;
        background: #e70012;
        height: 112px;
    }

    h2.title01 span {
        display: block;
        text-align: center;
        color: #FFF;
        width: 1000px;
        margin: 0 auto;
        font-size: 30px;
        padding-top: 33px;
    }

    .tuna h2.title01 {
        margin: 20px 20px 0;
    }

    .tuna h2.title01 span {
        width: auto;
    }


    .tuna-main {
        display: block;
        padding-top: 45px;
    }

    .tuna-main h2 {
        display: block;
        text-align: center;
        font-size: 30px;
        color: #0068b7;
        font-weight: normal;
        padding-bottom: 35px;
    }

    .mtxt {
        display: block;
        font-size: 15px;
        color: #3c3c3c;
        padding-bottom: 37px;
    }

    .tuna-main .sect01 {
        display: block;
        /* padding-bottom:35px;*/
    }

    .tuna-main .sect01 h3 {
        display: block;
        color: #3c3c3c;
        font-size: 30px;
        padding-bottom: 14px;
    }

    .tuna-main .sect01 figure.fl {
        width: 300px;
        float: left;
        margin: 0 30px 30px 0;
    }

    .tuna-main .sect01 figure.fr {
        width: 155px;
        float: right;
        margin: 0 0 30px 30px;
    }

    .tuna-main .sect01 figure.fl img,
    .tuna-main .sect01 figure.fr img {
        max-width: 100%;
        height: auto;
    }










    .tuna-main .sect01 .lef {
        display: block;
        float: left;
        width: 286px;
        position: relative;
    }

    .tuna-main .sect01 .lef div {
        display: block;
        background: #f5f5f5;
        border: #e7e7e7 solid 1px;
        padding-left: 21px;
        padding-top: 27px;
        padding-bottom: 27px;
        font-size: 16px;
        color: #3c3c3c;
    }

    .tuna-main .sect01 .lef::after {
        position: absolute;
        top: 56px;
        bottom: 0;
        right: 0;
        margin: auto;
        content: "";
        vertical-align: middle;
    }

    .tuna-main .sect01 .lef::after {
        right: -79px;
        box-sizing: border-box;
        width: 19px;
        height: 19px;
        border: 19px solid transparent;
        border-left: 34px solid #0068b7;
    }

    .tuna-main .sect01 .ref {
        display: block;
        float: right;
        width: 635px;
    }

    .tuna-main .sect01 .ref .txt {
        display: block;
        background: #f5f5f5;
        border: #e7e7e7 solid 1px;
        padding-left: 21px;
        padding-top: 27px;
        padding-bottom: 27px;
        font-size: 16px;
        color: #3c3c3c;
    }

    .tuna-main .sect01 .ref .txt h4 {
        display: block;
        font-size: 18px;
        color: #0068b7;
        padding-bottom: 5px;
    }

    .tuna-main .sect01 .ref .txt p {
        display: block;
        font-size: 15px;
    }

    .tuna-main .sect01 .ref .txt .lebox {
        display: block;
        float: left;
    }

    .tuna-main .sect01 .ref .txt .rebox {
        display: block;
        float: right;
    }


    .gry {
        display: block;
        background: #f5f5f5;
        border-top: #e7e7e7 solid 1px;
        padding-top: 45px;
        padding-bottom: 90px;
    }

    .gry h2 {
        display: block;
        color: #3c3c3c;
        font-size: 30px;
        border-bottom: #e70012 solid 2px;
        padding-bottom: 10px;
        margin-bottom: 35px;
    }

    .gry h2 small {
        font-size: 16px;
    }

    .wolist {
        display: block;
        border-top: #e7e7e7 solid 1px;
        border-left: #e7e7e7 solid 1px;
    }

    .wolist ul {
        display: block;
    }

    .wolist li {
        display: block;
        float: left;
        width: 248px;
        font-size: 16px;
        color: #333333;
        text-align: center;
        border-bottom: #e7e7e7 solid 1px;
        border-right: #e7e7e7 solid 1px;
        background: #FFF;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .fz15 p {
        font-size: 15px;
        margin-bottom: 8px;
    }

    .fz15 ul {
        font-size: 15px;
        margin-bottom: 8px;
        margin-left: 8px;
    }

    .txt_red {
        font-weight: bold;
        color: #C41013;
    }

    .underline {
        text-decoration: underline;
    }




    /* form関連------------------------------------------- */

    .coform {
        display: block;
        /* background:url(../images/bg05.jpg) left top repeat-x;*/
        padding-bottom: 100px;
    }

    .coform .fix {
        padding-top: 45px;

    }

    .form-main {
        display: block;
    }

    .form-main p {
        display: block;
        font-size: 14px;
        padding-top: 5px;
    }

    .form-main p a {
        color: #333;
    }

    .form-main p a:hover {
        text-decoration: none;
    }

    .form-main dl {
        display: block;
        padding-left: 50px;
        border-bottom: #cccccc solid 1px;
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .form-main dt {
        display: block;
        float: left;
    }

    .form-main dt.fti {
        width: 200px;
        font-size: 18px;
        font-weight: bold;
        padding-top: 5px;
    }

    .form-main dt.che {
        width: 55px;
        padding-top: 9px;
    }

    span.hi {
        color: #d36060;
        font-size: 14px;
    }

    span.ni {
        display: block;
        text-align: center;
        color: #FFF;
        letter-spacing: 3px;
        text-align: center;
        font-size: 12px;
        background: #999999;
        padding-top: 2px;
    }

    .form-main dd {
        display: block;
        float: right;
        width: 700px;
    }

    .form-main dd div {
        display: block;
        font-size: 16px;
        padding-top: 7px;
    }

    .form-main label {
        margin-right: 15px;
        font-size: 15px;
    }

    .n001 {
        height: 38px;
        width: 500px;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -webkit-border-radius: 4px;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 14px;
        background: #f3f3f3;
        border: #ccc solid 1px;
    }

    .n002 {
        height: 38px;
        width: 315px;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -webkit-border-radius: 4px;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 14px;
        background: #f3f3f3;
        border: #ccc solid 1px;
    }

    .n003 {
        height: 38px;
        width: 90px;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -webkit-border-radius: 4px;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 14px;
        background: #f3f3f3;
        border: #ccc solid 1px;
    }

    .form-main select {
        height: 38px;
        width: 155px;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -webkit-border-radius: 4px;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 14px;
        background: #f3f3f3;
        border: #ccc solid 1px;
    }

    .longsel {
        width: 225px !important;
    }

    .gbtn001 {
        display: block;
        text-align: center;
        padding-top: 46px;
        padding-bottom: 45px;
        position: relative;
        width: 550px;
        margin: 0 auto;
    }

    .gbtn001::before,
    .gbtn001::after {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        content: "";
        vertical-align: middle;
        z-index: 99;
    }

    .gbtn001::before {
        left: 25px;
        box-sizing: border-box;
        width: 8px;
        height: 8px;
        border: 8px solid transparent;
        border-left: 14px solid #FFF;
    }

    .gbtn001:hover::before {
        left: 25px;
        box-sizing: border-box;
        width: 8px;
        height: 8px;
        border: 8px solid transparent;
        border-left: 14px solid #d44844;
    }

    .sbt {
        display: inline-block;
        font-size: 24px;
        font-weight: bold;
        color: #FFF;
        text-decoration: none;
        text-align: center;
        border: #e70012 solid 2px;
        width: 550px;
        padding-top: 16px;
        padding-bottom: 16px;
        position: relative;
        background: #e70012;
        cursor: pointer;
    }

    .sbt:hover {
        color: #e70012;
        background: #FFF;
        border: #e70012 solid 2px;
    }

    .sbt::before,
    .sbt::after {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        content: "";
        vertical-align: middle;
    }

    .sbt::before {
        left: 15px;
        box-sizing: border-box;
        width: 8px;
        height: 8px;
        border: 8px solid transparent;
        border-left: 14px solid #e70012;
    }

    .sbt:hover::before {
        left: 15px;
        box-sizing: border-box;
        width: 8px;
        height: 8px;
        border: 8px solid transparent;
        border-left: 14px solid #FFF;
    }
.bnr {margin-bottom: 10px;}
    .bnr01 {
        display: block;
        text-align: center;
    }

    .bnr01 img {
        display: inline;
        border: none;
    }

    .sitebtn {
        display: block;
        padding: 30px;
    }

    .sitebtn a {
        display: block;
        text-align: center;
        color: #FFF;
        text-decoration: none;
        font-size: 25px;
        font-weight: bold;
        background: #0962A3;
        width: 220px;
        padding-top: 20px;
        padding-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -webkit-border-radius: 5px;
    }

    .sbt2 {
        text-align: center;
        color: #FFF;
        text-decoration: none;
        font-size: 25px;
        font-weight: bold;
        background: #83090B;
        width: 220px;
        padding-top: 20px;
        padding-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -webkit-border-radius: 5px;
        border: none;
        cursor: pointer;
        margin-left: 10px;
        margin-right: 10px;
    }

    .sbt3 {
        text-align: center;
        color: #FFF;
        text-decoration: none;
        font-size: 25px;
        font-weight: bold;
        background: #7C7A7B;
        width: 220px;
        padding-top: 20px;
        padding-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -webkit-border-radius: 5px;
        border: none;
        cursor: pointer;
        margin-left: 10px;
        margin-right: 10px;
    }

    .error {
        font-size: 16px;
        color: #E3090C;
        font-weight: bold;
        padding-bottom: 30px;
    }

    .gtel {
        display: block;
        text-align: center;
    }

    .gtel img {
        display: inline;
        border: none;
    }



    /* footer------------------------------------------- */

    .footer {
        display: block;
    }

    .pagetop {
        display: block;
    }

    .pagetop p {
        display: block;
        width: 1000px;
        margin: 0 auto;
    }

    .pagetop img {
        display: block;
        float: right;
    }

    .foot-main {
        display: block;
        border-top: #e70012 solid 18px;
        padding-bottom: 40px;
    }

    .foot-main .fix {
        position: relative;
        padding-top: 35px;
    }

    .flogo {
        position: absolute;
        top: 32px;
        left: 10px;
        width: 70px;
    }

    .copy {
        display: block;
        text-align: center;
        position: relative;
        z-index: 99;
    }

    .copy small {
        font-size: 11px;
    }


     

    #fixed_header {
        position: fixed;
        right: 45px;
        height: 78px;
        box-shadow: 0px 0px 6px 3px #ededed;
        -moz-box-shadow: 0px 0px 6px 3px #ededed;
        -webkit-box-shadow: 0px 0px 6px 3px #ededed;
        border: #0068b7 solid 1px;
        width: 230px;
        background: #FFF;
        z-index: 2000 !important;
    }

    #fixed_header_pdf {
        position: fixed;
        right: 30px;
        height: 44px;
        box-shadow: 0px 0px 6px 3px #ededed;
        -moz-box-shadow: 0px 0px 6px 3px #ededed;
        -webkit-box-shadow: 0px 0px 6px 3px #ededed;
        width: 230px;
        background: #FFF;
        z-index: 2000 !important;
    }

    #fixed_header div {
        display: block;
        text-align: center;
        color: #FFF;
        font-size: 20px;
        background: #0068b7;
        padding-top: 5px;
        padding-bottom: 5px;

    }

    #fixed_header p,
    #fixed_header_pdf p {
        display: block;
        text-align: center;
        font-size: 22px;
        font-weight: bold;
        color: #2786AD;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    #fixed_header span {
        display: block;
    }

    #fixed_header span a {
        display: block;
        text-align: center;
        color: #FFF;
        text-decoration: none;
        padding-top: 7px;
        padding-bottom: 7px;
        font-size: 17px;
        font-weight: bold;
        background: #e70012;
    }

    #fixed_header span a:hover {
        background: #BF1114 url(../images/ya.png) right 12px center no-repeat;
    }

    #fixed_header_pdf span {
        display: block;
        margin-bottom: 5px;
    }

    #fixed_header_pdf span a {
        display: block;
        text-align: center;
        background-color: #FFF;
        box-sizing: border-box;
        border: solid 2px #e70012;
        color: #e70012;
        text-decoration: none;
        padding-top: 7px;
        padding-bottom: 7px;
        font-size: 17px;
        font-weight: bold;
    }

    #fixed_header_pdf span a:hover {
        background: #FFF url(../images/ya2.png?201706192) right 12px center no-repeat;
    }

    .fix-footer {
        display: none !important;
    }

    .fix-footer .tel {
        display: none !important;
    }

    .fix-footer .btn {
        display: none !important;
    }

    .fix-footer img {
        display: none !important;
    }



    .vo-subti {
        display: block;
        font-size: 28px;
        padding-left: 65px;
        color: #16ABE9;
        margin-top: 20px;
        background: url(../images/volist.png) left 11px no-repeat;
        padding-top: 20px;
        padding-bottom: 7px;
    }

    .bigs {
        font-size: 34px;
        color: #B15607;
    }

    .colred {
        color: #AD0608;
    }



    .subhead {
        height: 200px !important;
        overflow: hidden;
    }

    .wlma {
        letter-spacing: -1px;
    }

    .trsmal {
        display: block;
        text-align: right;
        font-size: 12px;
    }

    .priv01 {
        height: 120px;
        overflow: auto;
        border: #ccc solid 1px;
    }

    .pc-none {
        display: none;
    }

    .fs14 {
        font-size: 14px;
    }

    #jhbtn{
        position: absolute;
        left: 5%;
        top: 43%;
        width: 43%;
        height: 12%;
    }

    #elbtn{
        position: absolute;
        right: 5%;
        top: 43%;
        width: 43%;
        height: 12%;
    }
}




/* ▼2020.11.11▼------------------------------------------- */
.Kouen_Ttl{
    margin-top: 50px;
    margin: 0 auto;
    width: 80%;
}
.box02 &gt; p{
    /*font-size: 30px;*/
    font-weight: 700;
    margin: 50px 0 15px 0;
    color: #e70012;
    line-height: 1.3;
}
.box02 &gt; p:nth-child(2){
    margin: 15px 0;
}
.Sent_logo:before{
    content: '';
    display: inline-block;
    width: 82px;
    height: 20px;
    margin: 0 5px;
    padding-bottom: 7px;
    background-image: url(../images/Sentence_logo.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
}
.box03 {
    width: 1000px;
    margin: 0 auto;
}
.box03 &gt; p {
    font-size: 1.2em;
    font-weight: 900;
}
.Kouen_Tbl {
    margin: 0 auto;
    background-color: #fff;   
}
.Kouen_Tbl &gt; dl{
    display: flex;
    flex-wrap: wrap;
}
p.notes{
    font-size: 16px;
    line-height: 1.8;
}
.row1, .row3, .row4{
    padding: 10px 0;
}
.row234{
    font-size: 18px;
    margin: 0 auto;
}
.row1_1 {
    width: 200px;
    font-size: 18px;
    font-weight: 200;
    border-right: solid 1px #ff969f;
    padding: 5px 0;
    box-sizing: border-box;
}
.row1 {
    width: 20%;
    font-size:  24px;
    font-weight: 700;
}
.row2 {
    width: 20%;
    font-weight: 200;
}
.row3 {
    width: 40%;
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
}
.row4 {
    width: 20%;
    font-size: 22px;
    font-weight: 200;
    text-align: left;
}
.row4 &gt; p{
    line-height: 1.3;
}
.row4 &gt; p &gt; span{
    font-weight: 500;
}
.Kouen_bgcl02 &gt; dd.row4
.Kouen_bgcl03 &gt; dd.row4 {
    justify-content: left;
    padding-left: 2%;
}
dl {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: left; */
    text-align: center;
    border-bottom: 1px solid #ccc;
}
dl.Kouen_bgcl01{
    background-color: #e60012;
    color: #fff;
    align-items: center;
}
dl.Kouen_bgcl02{
    background-color: #fbdac8;
    color: #e60012;
}
dl.Kouen_bgcl03{
    background-color: #fdede4;
    color: #e60012;
}
.Kouen_bgcl02 &gt; dt, .Kouen_bgcl02 &gt; dd {
    display: flex;
    align-content: center;
    justify-content: center;
    border-right: solid 1px #ccc;
    box-sizing: border-box;
    flex-wrap: wrap;
}
.Kouen_bgcl02 &gt; dd:last-child{
    border-right: none;
}
.Kouen_bgcl03 &gt; dt, .Kouen_bgcl03 &gt; dd {
    display: flex;
    align-content: center;
    justify-content: center;
    border-right: solid 1px #ccc;
    box-sizing: border-box;
    flex-wrap: wrap;
}
.Kouen_bgcl03 &gt; dd:last-child{
    border-right: none;
}

dl.Kouen_bgcl02 &gt; img{
    height: 186px;
}
dl.Kouen_bgcl03 &gt; img{
    height: 186px;
}
dl.Kouen_bgcl03{
    background-color: #fdede4;
    color: #e60012;
}

section.box04{
    margin-top: 50px; 
}
.box04 &gt; dl{
    flex: wrap;
}
.box04 &gt; dl &gt; dt.Cont01{
    width: 150px;
    background-color: #e70012;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    padding: 5px 0;
}

.box04 &gt; dl &gt; dd{
    text-align: left;
}
.row5{
    display: flex;
    background: #fbdac8;
    color: #e60012;
    width: 100%;
    box-sizing: border-box;
}
.row5 &gt; div:last-child{
    border-right: none;
}

.cont_box01{
    display: flex;
    align-items: center;
    background-color: #fdede4;
    border-right: 1px solid #ccc;
    width: 33.3%;
    padding: 10px 0;
}
.cont_box02{
    display: flex;
    align-items: center;
    background-color: #fbdac8;
    border-right: 1px solid #ccc;
    width: 33.3%;
    padding: 10px 0;
}
.Cont01 {
    width: 100px;
}
.Cont02 {
    flex: 1;
}

.Contnmb{
    font-size: 55px;
    border-right: 1px solid #e60012;
    text-align: center;
}
.Cont{
    text-align: left;
    border-right: 1px solid #ccc;
}
.Cont02 &gt; p{
    padding-left: 30px;
    font-size: 25px;
    font-weight: 500;
}
span.Idx01:before{
    content: '';
    display: inline-block;
    width: 46px;
    height: 19px;
    margin-right: 2%;
    background-image: url(../images/ena_logo_w.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
}
.attention{
    font-size: 21px;
    font-weight: 500;
    margin-top: 5px;
}


.sp{
    display: none !important;
    background-color: #e60012;
    color: #fff;
    padding: 5px 0;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 500;
    }
.sp_01{
    display: none!important;
    background-color: #e60012;
    color: #fff;
    padding: 5px 0;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 500;
}
.row1, .row3, .row4 {
    padding: 0;
    align-items: center;
    }
.row1{
    font-size: 30px;
}

.maru{
    display:inline-block;
    border-radius:200px;
    background-color:#e60012;
    padding:3px 5px 6px;
    color:#fff;
    font-weight:700;
    margin:0 0 0 5px;
    line-height:1;
    font-size:20px;
    vertical-align:2px;
}

@media screen and (max-width: 769px) {
.Kouen_Ttl{
    /*margin: 10px 2%;*/
    padding-bottom: 0;
    width: 90%;
}
.box02 &gt; p:nth-child(1) {
    padding: 10px 3%;
    margin-top: 0;
}
.box02 &gt; p:nth-child(2) {
    padding: 10px 3%;
    margin-bottom: 0;
}
.cont_box02 {
    width: 100%;
}
.cont_box01, .cont_box02 {
    border-right: none;
    width: 100%;
}
.Kouen_Tbl &gt; dl dt,
.Kouen_Tbl &gt; dl dd,
.Kouen_Tbl &gt; dl{
    display: block;width: 100%;
    text-align: center;
    border-right: none;
    }
.sp{
    display: block !important;
}
.sp_01{
    display: block !important;
    background-color: transparent;
    color: #e60012;
    margin-bottom: 0;
}
.pc,.Kouen_Tbl &gt; dl.pc{
    display: none;
}
.row1{
    padding-bottom: 15px;
}
.row3{
    padding: 10px 0 20px;
}
.row4{
    padding-bottom: 30px;
}
.row5 {
    flex-wrap: wrap;
}
.attention {
    padding: 5px 5%;
}
        }


/*20230928追加*/
.txt12{
    font-size: 12px;
}
.txt14{
    font-size: 14px; 
}
.txt18{
    font-size: 18px;
}
.txt20{
    font-size: 20px;
}
.txt24{
    font-size: 24px;
   }
.txt26{
 font-size: 26px;
}
.txt30{
    font-size: 30px;
   }
.txt500{
    font-weight: 500;
} 
.txt700{
    font-weight: 700;
}
.txt900{
    font-weight: 900;
}
.fc-red{
    color: #e70012;
}
.fc-blu{
    color: #0068b7;
}
.ta-center{
    text-align: center;
}
.table-scroll{
    overflow-x: scroll;
}
.kouenbox-table{
    min-width: 800px;
}
.kouenbox-table table{
    width: 100%;
}
table , td, th {
	border: 1px solid #595959;
	border-collapse: collapse;
}
td, th {
	padding:10px;
}
th {
	background: #f0e6cc;
}
.even {
	background: #fbf8f0;
}
.odd {
	background: #fefcf9;
}
.kouenbox-table td:first-child{
    line-height: 1;
}
.mg-l3{
    margin-left: 3%;
}
.mg-r3{
   margin-right: 3%;
}
.lecture-ib{
    display: inline-block;
}

.table-scroll::-webkit-scrollbar{
    display: none;
  }
  .pc-none{
    display: none;
  }

@media screen and (max-width: 1089px) {
    .txt18{
        font-size: 14px;
    }
    .txt20{
        font-size: 16px;
    }

    .txt24, .txt26{
     font-size: 19px;
    }
    .txt30{
        font-size: 22px;
       }
} 

@media screen and (max-width: 1024px){
    .pc-none{
        display: block;
      }
}    
@media screen and (max-width: 768px){
    .bntbase01 .txt14{
        font-size: 13px;
    }
}
@media screen and (max-width: 741px) {
      .spmg-l25{
        margin-left: 25px;
      }

}    
/*ここまで*/        

/*20231011*/
.shimekiri-font{
    display: block;
    text-align: left;
    padding-left: 2em;
    text-indent: -1em;
}</pre></body></html>