.center_figure {
    width: 90%;
    max-width: 1000px;
    text-align: center;
    margin: auto;
    padding: 10px;
    background-color: #fff;
}
@media screen and (max-width: 768px){
    .center_figure {
        width: 100%;
        overflow-x: auto;
        margin-bottom: 30px;
    }
}

.fig1{
    width: 100%;
    background-color: #f2f2f2;
}
@media screen and (max-width: 768px){
    .fig1{
    }
    .fig1 img{
        max-width: none;
        width: 640px;
    }
}

.center_figure.type1{
    width: 70%;
    max-width: 700px;
    
}
@media screen and (max-width: 768px){
    .center_figure.type1{
        width: 100%;
    }
    .center_figure.type1 .fig1 img{
        width: 560px;
    }
}

.center_figure.type2{
    width: 70%;
    max-width: 800px;
    
}
.center_figure.type2 .fig1{
    background: #fff;
}
@media screen and (max-width: 768px){
    .center_figure.type2{
        width: 90%;
    }
    .center_figure.type2 .fig1 img{
        width: 100%;
    }
}

.append-t1{
    width: 100%;
    max-width: 800px;
    margin: auto;
}
@media screen and (max-width: 768px){
    .append-t1 .append-lite-table th{
        width: 185px !important;
    }
    .append-t1 .append-lite-table td{
        width: auto !important;
    }
}

.mb20{
    margin-bottom: 20px !important;
}

.mb60{
    margin-bottom: 60px !important;
}

.contents__title.b_red{
    border-bottom: solid 4px #c7000a;
}
@media screen and (max-width: 768px){
    .contents__title{
        font-size: 24px;
        padding-bottom: 10px;
    }
}

.black__head {
    color: #000000;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 16px;
}

.black__bold {
    font-size: 24px;
    font-weight: bold;
    color: #000;
    padding-bottom: 24px;
}
@media screen and (max-width: 768px){
    .black__bold {
        font-size: 18px;
        padding-bottom: 16px;
    }
}


.bottom-line-bold{
    font-size: 25px;
    font-weight: bold;
    color: #000;
    
    width: fit-content;
    width: max-content;
    
    border-bottom: solid 2px #000;
    padding: 0 2px;
    margin-bottom: 26px;    
}

@media screen and (max-width: 768px){
    .bottom-line-bold{
        font-size: 18px;
        border-bottom: solid 1px #000;
    }
}

.dot{
    position: relative;
    padding-left: 16px;
}
.dot:before{
    content: "・";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
}

/*irpoket風*/

.txtR {
    text-align: right;
    letter-spacing: 0.32px;
    line-height: 28px;
}


.append-lite-table table {
    margin-bottom: 20px;
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}
.append-lite-table tr {
    width: 100%;
    display: table-row;
}

.append-lite-table th {
    font-size: 14px;
    border: 1px solid #BFBFBF;
    padding: 8px 14px;
    font-weight: normal;
    text-align: center;
    background-color: #f7f7f7;
}
.append-lite-table td {
    font-size: 14px;
    border: 1px solid #BFBFBF;
    padding: 8px 14px;
    text-align: right;
    vertical-align: middle !important;
}
.append-lite-table.tableBlock{
    clear: both;
    margin-top: 5px;
    overflow-x: auto;
/*    padding-bottom: 10px;*/
}

.center_figure::-webkit-scrollbar , .tableBlock::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background: #cccccc;
    border-radius: 10px;
}
.center_figure::-webkit-scrollbar-thumb , .tableBlock::-webkit-scrollbar-thumb {
    background: #c7010a;
    border-radius: 10px;
}

.append-lite-table th.left ,.append-lite-table td.left {
    text-align: left;
}
.append-lite-table th.center ,.append-lite-table td.center {
    text-align: center;
}
.append-lite-table th.right ,.append-lite-table td.right {
    text-align: right;
}

/*
.append-lite-table  th.center{
    border: 1px solid #dddddd !important;
}
*/

.append-lite-table  .b_lite{
    border: 1px solid #dddddd !important;
}
.append-lite-table  .bt_lite{
    border-top: 1px solid #dddddd !important;
}
.append-lite-table  .bb_lite{
    border-bottom: 1px solid #dddddd !important;
}
.append-lite-table  .bl_lite{
    border-left: 1px solid #dddddd !important;
}
.append-lite-table  .br_lite{
    border-right: 1px solid #dddddd !important;
}

.append-lite-table  .b_none{
    border: none !important;
}
.append-lite-table  .bt_none{
    border-top: none !important;
}
.append-lite-table  .bb_none{
    border-bottom: none !important;
}
.append-lite-table  .bl_none{
    border-left: none !important;
}
.append-lite-table  .br_none{
    border-right: none !important;
}

.append-lite-table  .b_red{
    border: 2px solid #c7010a!important;
}
.append-lite-table  .bt_red{
    border-top: 2px solid #c7010a!important;
}
.append-lite-table  .bb_red{
    border-bottom: 2px solid #c7010a!important;
}
.append-lite-table  .bl_red{
    border-left: 2px solid #c7010a!important;
}
.append-lite-table  .br_red{
    border-right: 2px solid #c7010a!important;
}

.append-lite-table  .b_double{
    border: double 3px #BFBFBF !important;
}
.append-lite-table  .bt_double{
    border-top: double 3px #BFBFBF !important;
}
.append-lite-table  .bb_double{
    border-bottom: double 3px #BFBFBF !important;
}
.append-lite-table  .bl_double{
    border-left: double 3px #BFBFBF !important;
}
.append-lite-table  .br_double{
    border-right: double 3px #BFBFBF !important;
}

.append-lite-table  .b_nomal{
    border: 1px solid #BFBFBF !important;
}
.append-lite-table  .bt_nomal{
    border-top: 1px solid #BFBFBF !important;
}
.append-lite-table  .bb_nomal{
    border-bottom: 1px solid #BFBFBF !important;
}
.append-lite-table  .bl_nomal{
    border-left: 1px solid #BFBFBF !important;
}
.append-lite-table  .br_nomal{
    border-right: 1px solid #BFBFBF !important;
}

.append-lite-table .pad3{
    padding: 3px;
}


.add_back {
    background-color: rgb(252, 228, 214);
}

.append-mb{
    margin-bottom: 30px;
}    
@media screen and (max-width: 768px){
    .append-mb{
        margin-bottom: 60px;
    }    
}    

.append-lite-table.append-fit-table-h th , .append-lite-table.append-fit-table-h td{
    height: 40px;
    padding: 0 14px;
}

.append-lite-table .append-fit-hs{
    height: 40px;
    padding: 0 14px;
}
.append-lite-table .append-fit-h{
    height: 50px;
    padding: 0 14px;
}
.append-notice{
    font-size: 14px !important;
}
@media screen and (max-width: 768px){
    .append-notice{
        font-size: 12px !important;;
    }
}



.append_dl dt{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
.append_dl dd{
    margin-bottom: 30px;
}



