/* FV */
.fv{
    background-image: url(../img/fv_back.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 150px 5%;
     height: 645px;
    background-color: #fffbed;
}
.fv p {
    font-size: 42px;
    line-height: 1.7;
    color: #727171;
    margin-bottom: 60px;
}
.fv_tit {
    margin-top: -140px;
    text-align: center;
}
.fv_tit img{
    max-width: 540px;
    filter: drop-shadow(0px 0px 3px #727171b0);
}
.fv_tit p {
    font-size: 18px;
    font-weight: 600;
    line-height: 2;
    color: #727171;
    margin-top: 25px;
    margin-bottom: 30px;

    font-family: 'Noto Serif JP', serif;
}

.fv_rep{
    background-image: url(../img/fv_back_2.png);
    background-color:transparent;
}
.fv_repb{
    background-image: url(../img/fv_back_img.png);
    background-size: cover;
}

.fv_ul{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 10px;
    grid-template-rows: initial;
}
.fv_ul li a{
    width: 100%;
    text-align: center;
    border: solid 1px #727171;
    padding: 7px 0;
    border-radius: 5px;
    color: #727171;
    background-color: #FFF;
}
.fv_ul li a:hover{
    color: #FFF;
    background-color: #727171;
}

.sec1_div {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;

    max-width: 960px;
    width: 100%;
    margin: auto;
    z-index: 1;
}
.sec1_div h2 {
    font-family: 'Noto Serif JP', serif;
    font-size: 35px;
    /* color: #00a29a; */
    margin-bottom: 25px;
    line-height: 1.4;
}
.sec1_div div{
    max-width: 715px;
}
.sec1_div div p{
    text-align: justify;
    line-height: 1.7;
}
.sec1_div img{
    max-width: 200px;
}

@media screen and (max-width: 767px){
    .fv{
        padding: 80px 0;
        height: 320px;
        background-size: cover;
    }
    .fv p {
        font-size: 23px;
        padding: 0 5%;
        margin-bottom: 0;
    }

    .fv_tit img {
        max-width: 200px;
        width: 100%;
    }

    .fv_tit p{
        margin-bottom: 20px;
        line-height: 1.4;
        font-size: 22px;
    }
    .fv_tit {
        margin-top: -45px;
    }

    .fv_rep p{
        line-height: 2;
    }
    .fv_ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: initial;
    }
    .fv_ul li {
        width: 30%;
        margin: 5px;
        font-size: 16px;
    }
    .sec1_div {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        max-width: 960px;
        width: 100%;
        margin: auto;
        z-index: 1;
    }
    .sec1_div h2{
        font-size: 24px;
        margin-bottom: 10px;
    }
    .sec1_div img{
        margin-top: 30px;
    }
}
/* FV */

/* SECTION1 */
#sec1{
    margin-bottom: 90px;
}
#sec1 p{
    line-height: 2;
}

h2 {
    font-size: 55px;
    color: #09B18F;
    margin-bottom: 20px;
    line-height: 0.7em;
}

h2 span{
    font-size: 30px;
    margin-left: 5px;
}

.sec_img1 {
    position: absolute;
    right: -500px;
    bottom: -100px;
}

.sec_img2 {
    position: absolute;
    right: -335px;
    top: -92px;
    max-width: 900px;
    z-index: -1;
}

.gra_box{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    grid-template-rows: initial;
    margin-bottom: 50px;
}

.gra_box img{
    filter: drop-shadow(8px 5px 5px #555);
}

.nmn_mark {
    border: solid 2px #000;
    padding: 1em;
    border-radius: 10px;
    margin-top: 2em;
}

.nmn_tit_name,.nmn_tit_num{
    font-size: 1.5em;
}

.nmn_mark_tab span{
    background-color: #09B18F;
    color: #FFF;
    font-weight: 600;
}
.nmn_mark_tab {
    display: flex
;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.2em;
}
.nmn_mark_tit {
    font-size: 1.2em;
    text-align: center;
    margin-bottom: 0.7em;
    color: #09B18F;
}
.nmn_mark_tab span {
    background-color: #09B18F;
    color: #FFF;
    width: 2.2em;
    height: 2.2em;
    font-size: 1.1em;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
}
.nmn_mark_tab:last-child{
    margin-bottom: 0;
}
.nmn_mark_tab p {
    width: 90%;
}
@media screen and (max-width: 767px){
    #sec1 {
        margin-bottom: 0px;
    }
    .gra_box {
        grid-template-columns: 1fr;
        gap: 30px;
        margin-bottom: 30px;
    }
    #sec1 p{
        line-height: 1.7;
    }
}
/* SECTION1 */

/* SECTION2 */
.wbno_box {
    border: dashed 3px #09B18F;
    padding: 15px;
    border-radius: 15px;
}

.wbno_box div{
    font-size: 23px;
}
.wbno_box p{
    background-color: #09B18F;
    color: #FFF;
    font-size: 25px;
    display: inline-block;
    padding: 3px 8px;
    line-height: 1;
    margin-right: 5px;
}

.wbno_box .num{
    font-size: 70px;
    line-height: 0.8em;
    font-weight: 700;
    color: #09B18F;
}
.wbno_box .pas{
    font-size: 35px;
    font-weight: 700;
    color: #09B18F;
}

.sec2_img {
    max-width: 560px;
    margin-top: 30px;
    margin-left: 90px;
}
.sec2_top {
    /* max-width: 720px; */
    background: #FFF;
    padding:30px 45px;

    margin-top: 50px;
}

.sec2_img .sec_tit {
    color: #09B18F;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 15px;
}
.sec2_top .sec_tit {
    color: #09B18F;
    font-size: 27px;
    font-weight: 600;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: solid 2px;
}

.sec2_ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px 15px;
    grid-template-rows: initial;
}
.sec2_ul li{
    text-indent: -1em;
    padding-left: 1em;
}
.sec2_ul li span{
    color: #09B18F;
}

ul.sec2_ul.sec02_btm{
    display: block!important;
    margin: 0!important;
}
ul.sec2_ul.sec02_btm li{
    display: block!important;
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 8px !important;
}

.sub_tit{
    margin-bottom: 60px;
}
.sub_tit h3 {
    position: relative;
    border-left: solid 5px #727171;
    border-bottom: solid 1px #727171;
    padding-left: 15px;
    padding-bottom: 5px;
    color: #09B18F;
    font-size: 28px;
    font-weight: 600;
}
.sub_tit h3 span {
    position: absolute;
    font-size: 1.7em;
    bottom: -0.05em;
    font-weight: 500;
    margin-left: 0.2em;
}

.sub_tit p {
    padding-left: 20px;
    font-size: 34px;
    padding-top: 5px;
}

.tw_tit{
    font-size: 30px;
    font-family: 'Noto Serif JP', serif;
    line-height: 1.5;
}
@media screen and (max-width: 767px){
    #sec2 {
        margin-top: 0px;
    }

    h2 {
        font-size: 30px;
        margin-bottom: 10px;
        line-height: 1;
    }
    h2 span {
        font-size: 18px;
    }
    .sub_tit {
        margin-bottom: 20px;
    }

    .wbno_box p {
        background-color: #09B18F;
        color: #FFF;
        font-size: 18px;
        display: block;
        padding: 5px 8px;
        line-height: 1;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .wbno_box .num {
        font-size: 40px;
    }
    .wbno_box .pas {
        font-size: 20px;
    }
    .wbno_box div {
        font-size: 18px;
        line-height: 1.5;
    }
    .sec2_img .sec_tit{
        font-size: 22px;
    }
    .sec2_top .sec_tit{
        font-size: 22px;
    }
    .sub_tit h3{
        font-size: 22px;
    }
    .sub_tit h3 span {
        font-size: 1.3em;
        bottom: 0.1em;
    }
    .sub_tit p {
        font-size: 18px;
    }
    .sec2_img{
        margin: 0 auto;
        margin-top: 25px;
        max-width: 350px;
    }
    .tw_tit{
        font-size: 22px;
    }
    .sec_img2{
        display: none;
    }
    .sec2_ul {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px 15px;
        grid-template-rows: initial;
    }
    .sec2_top {
        /* max-width: 720px; */
        background: #FFF;
        padding: 25px;
        margin-top: 30px;
    }
    

}
/* SECTION2 */

/* SECTION3 */
h4{
    font-size: 35px;
    font-weight: 400;
    color: #09B18F;
    line-height: 1.4;
}
.tab_box {
    text-align: center;
    font-size: 20px;
    background-color: #09B18F;
    color: #FFF;
    padding: 10px 0;
    max-width: 350px;
    border-radius: 10px;
    margin: 30px 0;
}

.res_box {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}
.res_box span {
    display: inline-flex;
    background-color: #09B18F;
    color: #FFF;
    font-size: 18px;
    width: 80px;
    height: 80px;
    border-radius: 100px;
    font-weight: 500;
    justify-content: center;
    align-items: center;
}
.res_box ul {
    margin-left: 15px;
}
.res_box ul li{
    margin-bottom: 5px;
}
.res_box ul li:last-child{
    margin-bottom: 0;
}

.koubo_box{
    display: flex;
    background-color: #efefef;
    padding: 15px 1.5em;
    max-width: 600px;
    border-radius: 10px;
    margin-top: 30px;
    flex-direction: row;
    align-items: baseline;
    justify-content: flex-start;
}

.koubo_tit {
    display: inline-block;
    border: solid 2px #727171;
    font-weight: 600;
    font-size: 18px;
    padding: 1px 10px;
    background-color: #FFF;
}

.koubo_box div {
    max-width: 500px;
    margin-left: 15px;
}
.koubo_box span {
    display: block;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.bl_tit {
    background-color: #09B18F;
    color: #FFF;
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    margin: 50px 0;
}

.check_tit {
    text-align: center;
    background-color: #eafdf3;
    color: #09B18F;
    font-size: 23px;
    padding: 30px 10px;
    max-width: 730px;
    margin: 0 auto;
    border-radius: 10px;
    margin-bottom: 50px;
    background-image: url(../img/check.png);
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
}

.wbno_img1{
    position: absolute;
    width: 600px;
    top: 20px;
    right: -100px;
    z-index: -1;
}

.wbno_img2{
    position: absolute;
    width: 300px;
    top: -92px;
    right: 0;
    z-index: -1;
}

.wbno_img3{
    position: absolute;
    width: 459px;
    right: -70px;
    top: 20px;
    z-index: -1;
}

.wbno_img4{
    position: absolute;
    width: 280px;
    right: -80px;
    top: 5px;
    z-index: -1;
}

.wbno_img5{
    position: absolute;
    width: 220px;
    top: 0;
    right: 0;
    z-index: -1;
}

.wbno_img7{
    position: absolute;
    width: 400px;
    top: 10px;
    right: -70px;
    z-index: -1;
}

.mar_30{
    margin: 30px 0;
}

.mar_30 b{
    font-size: 1.2em;
    font-weight: 600;
    margin-bottom: 30px;
}

.mar_sec4{
    margin-bottom: 200px;
}

.jij_box {
    max-width: 900px;
    margin: 0 auto;
}

.jij_box ul{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
    grid-template-rows: initial;
}

.jij_box ul li {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.jij_box ul li span{
    color: #09B18F;
    font-weight: 700;
    font-size: 60px;
    margin-right: 20px;
}

.pat_logo{
    margin-bottom: 50px;
}
.pat_logo span{
    color: #09B18F;
    font-size: 40px;
    font-weight: 600;
    margin-left: 10px;
}

.pat_box ul{
    width: 100%;
    /* display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
    grid-template-rows: initial; */
}
.pat_box ul li {
    margin-bottom: 5px;
}
.pat_box ul li:last-child {
    margin-bottom: 0;
}
.pat_box ul li a:hover{
    opacity: 0.6;
}

.pat_box p{
    font-weight: 600;
    margin-bottom: 1em;
}

.last_sec{
    margin-bottom: 130px;
}

.to_grid ul{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 1px;
    grid-template-rows: initial;
}

ul.ka_ul li {
    text-indent: -1.5em;
    padding-left: 1.5em;
    line-height: 1.4;
    margin-bottom: 5px;
}

.to_grid {
    margin-top: 50px;
}
.to_grid ul li{
    border-right: dotted 2px;
    border-top: dotted 2px;
    padding: 1em 0.7em;
}
.to_grid ul li b{
    display: block;
    margin-bottom: 6px;
    line-height: 1;
}
.to_grid ul li p{
    text-align: justify;
    font-size: 13px;
    line-height: 1.4;
}
.to_grid ul li:nth-child(4),.to_grid ul li:nth-child(8){
    border-right: none;
}
.to_grid ul li:nth-child(1),.to_grid ul li:nth-child(2),.to_grid ul li:nth-child(3),.to_grid ul li:nth-child(4){
    border-top: none;
}


@media screen and (max-width: 767px){
    .pat_logo span {
        display: inline-block;
        text-align: center;
        margin-top: 0px;
        font-size: 25px;
        margin-left: 0;
    }
    .pat_box{
        text-align: center;
    }
    .pat_box ul li {
    text-align: center;
    margin-bottom: 5px;
    }
    .pat_logo img {
    max-width: 145px!important;
    }
    .pat_logo {
        text-align: center;
        margin-bottom: 20px;
    }
    h4 {
        font-size: 18px;
    }
    .tab_box {
        font-size: 18px;
        margin: 20px 0;
        max-width: initial;
    }
    .res_box {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }
    .res_box span{
        width: 100%;
        height: initial;
        padding: 5px 0;
        margin-bottom: 10px;
    }
    .res_box ul {
        margin-left: 0;
        text-indent: -1em;
        padding-left: 1em;
    }
    .res_box ul li {
        margin-bottom: 10px;
        list-style: 1.4;
    }
    .koubo_box {
        display: flex;
        background-color: #efefef;
        padding: 15px 0;
        max-width: 600px;
        border-radius: 10px;
        margin-top: 30px;
        flex-direction: column;
        align-items: baseline;
        justify-content: flex-start;
    }
    .koubo_box span{
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .bl_tit {
        background-color: #09B18F;
        color: #FFF;
        text-align: center;
        font-size: 20px;
        padding: 5px 0;
        font-weight: 600;
        margin: 30px 0;
    }
    .check_tit {
        text-align: center;
        background-color: #eafdf3;
        color: #09B18F;
        font-size: 16px;
        padding: 15px 10px;
        max-width: 730px;
        margin: 0 auto;
        border-radius: 10px;
        margin-bottom: 30px;
        background-image: url(../img/check.png);
        background-position: bottom right;
        background-size: 50%;
        background-repeat: no-repeat;
    }
    .mar_30 {
        margin: 15px 0;
    }
    .jij_box{
        margin-bottom: 35px;
    }
    .jij_box ul{
    width: 55%;
    margin: 0 auto;
    grid-template-columns: 1fr;
    gap: 15px;
    }
    .jij_box ul li {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    }

    .jij_box ul li span{
        font-size: 50px;
    }

    .li_2._ce{
        text-align: left!important;
    }

    .last_sec {
        margin-bottom: 35px;
    }

    .wbno_img1,.wbno_img2{
        display: none;
    }
    .koubo_box div{    
        margin: 0 15px;
        line-height: 1.5;
    }
    .wbno_img3{
        display: block;
        position: relative;
        bottom: initial;
        right: 0;
        left: 0;
        margin: 0 auto;
        margin-top: 0px;
        max-width: 265px;
    }
    .wbno_img4{
        display: none;
    }
    .wbno_img5{
        width: 100px;
    }
    .to_grid {
        margin-top: 20px;
    }
    .to_grid ul {
        display: grid;
        grid-template-columns: 1fr;
        gap: 1px;
        grid-template-rows: initial;
    }
    .to_grid ul li{
        border-right: none;
    }
    .to_grid ul li:nth-child(2), .to_grid ul li:nth-child(3), .to_grid ul li:nth-child(4){
        border-top: dotted 2px;
    }
    .to_grid ul li:last-child{
        display: none;
    }
    .to_grid ul li b{
        margin-bottom: 5px;
    }
    .wbno_img7{
        position: relative;
        top: initial;
        right: initial;
    }

}
/* SECTION3 */

/* REPORT */
.rep_box {
    margin-top: 120px;
}

.rep_p{
    display: block;
    text-align: center;
    font-size: 37px;
    font-weight: 600;
    color: #09B18F;
    padding-bottom: 10px;
    border-bottom: solid 1px #727171;
}
.rep_box ul{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    grid-template-rows: initial;
}

.rep_box ul li a {
    display: flex;
    border: solid 1px #727171;
    border-left: solid 6px #09B18F;
    width: 100%;
    height: 98px;
    padding-left: 40px;
    line-height: 1.5;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    color: #727171;
}
.rep_box ul li a:hover{
    opacity: 0.6;
}
.rep_box ul li a p{
    font-size: 20px;
    font-weight: 500;
}
.rep_box ul li a span {
    font-size: 0.9em;
}

.kanri{
    font-size: 0.9em;
    text-align: right;
}

.pat_box ul{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 60px;
    grid-template-rows: initial;
    justify-items: center;
}

.txt_5{
    text-align: center;
}

.fv_tit_2 img{
    max-height: 70px;
}

.pat_logo p {
    display: inline-block;
    margin-left: 0.5em;
    font-size: 30px;
    margin-bottom: 0;
    color: #6fb2f1;
}

.koujo_box {
    background-color: #09B18F;
    color: #FFF;
    padding: 10px 15px;
    max-width: 375px;
    border-radius: 10px;
    margin-top: 20px;
}

@media screen and (max-width: 767px){
    .rep_box ul {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .rep_box ul li a{
        padding-left: 18px;
        height: 90px;
    }
    .rep_box ul li a p {
        font-size: 18px;
    }
    .rep_box ul li a span {
        font-size: 0.8em;
    }
    .rep_p{
        font-size: 22px;
    }
    .rep_box {
        margin-top: 35px;
    }
    .kanri{
        font-size: 0.8em;
        text-align: center;
    }
    .pat_logo img {
        display: block;
        max-width: 145px!important;
        margin: 0 auto;
        margin-bottom: 5px;
    }
    .pat_box ul {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
        grid-template-rows: initial;
        justify-items: center;
    }
    .txt_5{
        text-align: left;
    }
    .fv_tit_2 img {
        display: block;
        max-height: 53px;
        max-width: initial!important;
        margin: 0 auto;
        margin-bottom: 5px;
    }
    .pat_logo p {
        display: inline-block;
        font-size: 20px;
        margin-left: 1em;
        margin-bottom: 0;
        color: #6fb2f1;
        margin-top: 5px;
    }
}
/* REPORT */

ul.sei_ul li {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 80px;
}
ul.sei_ul li:nth-child(even){
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
}

ul.sei_ul li:last-child{
    margin-bottom: 0;
}
.sei_ul h5{
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 10px;
}
.sei_ul h5 span{
    color: #09B18F;
}
.int_l{
    width: 55%;
}
.int_r{
    width: 40%;
}

.sei_ul strong{
    color: #09B18F;
    font-weight: 600;
    font-size: 1.2em;
    margin-bottom: 3px;
    display: block;
}

h5.int_h5 {
    background-color: #0ab18f;
    color: #FFF;
    padding: 0.3em;
    text-align: center;
}
h5.int_h5 span{
    color: #FFF;
}

ul.sei_ul li:nth-child(2) .int_r{
    width: 37%;
}
ul.sei_ul li:nth-child(2) .int_l{
    width: 58%;
}

ul.sei_ul li:nth-child(3) .int_r{
    text-align: right;
    width: 45%;
}
ul.sei_ul li:nth-child(3) .int_r img{
    display: inline-block;
    max-width: 400px;
}
ul.sei_ul li:nth-child(1) .int_r img{
    max-width: 350px;
}

.sei_box {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.sei_box img {
    max-width: 90px;
    margin-right: 10px;
}
.sei_box p {
    text-align: justify;
}

.sei_img02_1 {
    max-width: 260px;
    margin: 0 auto;
    margin-top: 20px;
}

.sei_att{
    display: block;
    font-size: 0.9em;
    margin-top: 5px;
}

.nmn_sub_box {
    display: flex
;
    flex-direction: row;
    justify-content: space-between;
    border-top: solid 1px;
    border-bottom: solid 1px;
    padding: 1em 0;
}
.nmn_sub_box p:last-of-type{
    text-align: right;
}

.int_r.wbno_img6{
    text-align: center;
}
.int_r.wbno_img6 img {
    max-width: 290px;
}

@media screen and (max-width: 767px){

    ul.sei_ul li {
        gap: 25px;
    }
    ul.sei_ul li p{
        line-height: 1.4;
    }
    ul.sei_ul li,ul.sei_ul li:nth-child(even) {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 45px;
    }
    .sei_img03{
        max-width: 90%;
        margin: 0 auto;
        display: block;
        margin-bottom: 30px;
    }
    .sei_ul h5 {
        font-size: 18px;
        line-height: 1.3;
        margin-bottom: 10px;
    }
    .sei_ul strong{
        font-size: 1em;
    }
    .wbno_img6_sp{
        width: 45%;
        margin: 0 auto;
        margin-bottom: 30px;
    }
    .int_l{
        width: 100%;
    }
    .int_r{
        width: 100%;
    }
    ul.sei_ul li:nth-child(2) .int_r {
        width: 90%;
        margin-right: -15%;
    }
    .sei_ul h5 {
        font-size: 20px;
        line-height: 1.3;
        margin-bottom: 10px;
    }
    .sei_box img {
        max-width: 80px;
    }
    .sei_box p {
        text-align: justify;
        font-size: 14px;
    }
    .sei_att {
        font-size:0.75em;
    }
    ul.sei_ul li:last-child{
        margin-bottom: 0;
    }
    ul.sei_ul li:nth-child(1) .int_r img {
        max-width: 90%;
        margin: 0 auto;
        display: block;
    }
    ul.sei_ul li:nth-child(3) .int_r{
        text-align: center;
        width: 100%;
    }
    ul.sei_ul li:nth-child(1) .int_r img{
        position: relative;
    }
    ul.sec2_ul.sec02_btm li {
        display: block !important;
        text-indent: -1em;
        padding-left: 1em;
        margin-bottom: 5px !important;
        line-height: 1.5;
    }

    .wbno_img4 {
        position: relative;
        width: 170px;
        display: block;
        right: 0;
        margin: 0 auto;
        left: 0;
        top: 5px;
    }
}

.cont_btn{
    display: block;
    color: #00a0e9;
    border: solid 1px #00a0e9;
    padding: 7px 23px;
    border-radius: 5px;
}
.cont_btn:hover {
    color: #FFF;
    border: solid 1px #00a0e9;
    background-color: #00a0e9;
}
@media screen and (max-width: 767px){
    .cont_btn{
        margin-left: 45px;
    }
}


.wbno_div table{
    max-width: 900px;
    margin: 0 auto;
    border: solid 1px #09b18f;
}
.wbno_div table tr th{
    width: 50%;
    background-color: #09b18f;
    color: #FFF;
    padding: 1em;
}
.wbno_div table tr:nth-child(2) td:first-child,.wbno_div table tr:nth-child(3) td:first-child{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.wbno_div table tr{
    border-bottom: solid 1px #09b18f;
}
.wbno_div table tr:last-child{
    border-bottom: none;
}
.wbno_div table tr td{
    padding: 1em;
}
.wbno_div table tr td span{
    text-align: left;
    width: 5em;
    text-indent: -0.5em;
}
.wbno_div table tr td:first-child{
    border-right: solid 1px #09b18f;
}
.wbno_div table tr th:first-child{
    border-right: solid 1px #FFF;
}
.wbno_div table tr td .wb p{
    text-indent: -0.9em;
    padding-left: 0.9em;
}

.wbno_div table tr:nth-child(even) td:first-child,.wbno_div table tr:nth-child(odd) td:last-child{
    background-color: #eafdf3;
}

.nmn_tit_num.nmn_tit_num2 {
    display: block;
    margin-top: 0.7em;
}
@media screen and (max-width: 767px){
    .nmn_tit_num.nmn_tit_num2 {
        display: block;
        margin-top: 0.9em;
    }
    .wbno_div table tr:nth-child(2) td:first-child, .wbno_div table tr:nth-child(3) td:first-child {
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .wbno_div table tr td span {
        text-align: center;
        display: block;
        width: inherit;
        margin-bottom: 5px;
        text-indent: initial;
    }
    ul.sei_ul li:nth-child(2) .int_l{
        width: 100%;
    }
    ul.sei_ul li:nth-child(2) .int_r {
        width: 90%;
        margin-right: 0;
    }
    .sei_img02 {
        width: 90%;
        margin: 0 auto;
        display: block;
    }
    .nmn_mark {
        margin-top: 0.5em;
    }
}