
.mt0{margin-top: 0!important;}
.mt-0_5em{margin-top: 0.5em}
.mt-1em{margin-top: 1em}
.mt-2em{margin-top: 2em}
.mt1per{margin-top: 1%!important;}
.mt2per{margin-top: 2%!important;}
.mt3per{margin-top: 3%!important;}
.mt4per{margin-top: 4%!important;}
.mt5per{margin-top: 5%!important;}
.mt10per{margin-top: 10%!important;}
.ta-c{text-align: center}
.ta-r{text-align: right}
.black{color: #666!important}
.contents img{width: 100%;height: auto}
.br-sp{display: none}
.list-note{
    font-size: 14px;
    padding-left: 0
}
.list-note li{
    margin: 0.75em 0;
}
.list-dot{
    padding-left: 0;
}
.list-dot li{
    padding-left: 1em;
    text-indent: -1em;
    margin: 0.75em 0;
}
.mb-last{margin-bottom: 5%!important;}
.bg_gray{
    background: #efefef;
    padding: 4%;
}
.h2-gens-l{font-size: 190%!important;line-height: 1.5}
.h2-gens-l span{color: #b6a810;}

.gens_img02{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 800px;
    gap:80px;
    margin: 1% 0 3%
}
.gens_img02_1 img{max-width:740px }
.gens_img02_2 img{max-width:230px }


.gen-flex-4,.gen-flex-4-2,.gen-flex-2{display: flex;justify-content: space-between;}
.gen-flex-4{column-gap: 30px;}
.gen-flex-4 > div img{margin: auto;width: 100%; max-width: 160px;margin-bottom: 10px;}
.gen-flex-4-2 > div img{margin: auto;width: 100%; max-width: 196px;}
.gen-flex-4 > div {text-align: center;flex: 1;}
.gen-flex-4 > div p{
    font-weight: bold;
    font-size: 120%;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 0;
}
.gen-flex-2{gap:60px}
.gen-flex-2 div img{
    width: 100%;
    max-width: 500px;
}
.gen-flex-2 div {margin-right: 10px;}
.h2-gens{
    font-size: 170%;
    color: #b6a810;
    margin-bottom: .5em;
    font-weight: bold;
}
.h3-gens{
    font-size: 120%!important;
    position: relative;
    padding: 0;
    font-weight: bold;
}
.h3-gens::before{
    content: "|";
    position: relative;
    color: #b6a810;
    display: inline-block;
    margin-right: .2em;
}
.table-type01 th{
    background:#e5e5e6;
    border-left:solid 1px #ddd;
    border-top:solid 1px #ddd;
    text-align: center;
}
.table-type01 td{
    border-left:solid 1px #ddd;
}
.table-type01 th:last-child,.table-type01 td:last-child{
    border-right:solid 1px #ddd;
}
.h3-caution{
    margin-top: 5%;
}

@media only screen and (max-width: 599px) {
    .gens_img02{
        flex-direction: column;
        gap:25px;
        margin: 20px auto 10px
    }
    .gens_img02_1,.gens_img02_2{
        width: 100%;
        text-align: center
    }
    .gens_img02_2 img{
        max-width: 120px
    }
    .br-sp{display: block}
    .h2-gens{font-size: 145%!important}
    .mb-last{margin-bottom: 8%!important;}
    .h2-gens-l{
        font-size: 160%;
        margin-top: 8%!important;
    }
    .gen-flex-2{
        padding-bottom: 5%;
        flex-direction: column;
        gap:25px
    }
    .gen-flex-2 div img{
        width: 100%;
    }
    .gen-flex-2 div {margin-right: 0;margin-bottom: 10px;}
    .gen-flex-4,.gen-flex-4-2{
        flex-wrap: wrap;
    }
    .gen-flex-4 > div,.gen-flex-4-2 > div{
        width: 48%;
        text-align: center;
    }
    .gen-flex-4 > div:nth-child(3),.gen-flex-4 > div:nth-child(4){
        margin-top: 20px
    }
    .gen-flex-4 > div p{
        font-size: 100%;
    }
    .gen-flex-4 > div img{
        max-width: 120px;
    }
    .gen-flex-4-2 > div img{
        max-width: 170px;
    }
    .h2-gens{
        font-size: 150%;
    }
    .h3-gens{
        font-size: 125%;
    }
    .h3-caution{
        margin-top: 10%;
    }
    .table-type01 td{
        text-align: center;
    }
    .note{
        font-size: 12px;
    }
    .table-type01-c3 th,.table-type01-c3 td{
        width: 25%
    }
    .table-type01-c3 th:nth-child(1),.table-type01-c3 td:nth-child(1){
        width: 45%
    }
    .table-type01-c3 th:nth-child(2),.table-type01-c3 td:nth-child(2){
        width: 30%
    }
}

.table_basic01{width: 100%;}
.table_basic01 tr td:first-child{text-align: left;}