@charset "utf-8";

table.m-table .u-valignT { vertical-align: top; }

table.m-table .ver-writing { writing-mode: vertical-rl; }

table.m-table .pt_19 { padding-top: 19px; }

table.m-table .center-text { 
    border: dashed 1px black;
    text-align: center;
    padding: 10px;
    transform: translateX(50%);
    background-color: #fff;
}

table.m-table .no-wrap {white-space: nowrap;}

table.m-table .mb5 {margin-bottom: 5px;}

table.m-table .mb9em {margin-bottom: 9.8em;}
table.m-table .mb2em {margin-bottom: 2.5em;}

table.m-table .ls3em {letter-spacing: 3em;}

.u-mt45_PC {margin-top: 45px;}


.center-text-sub{ 
    border: dashed 1px black;
    text-align: center;
    padding: 0px;
    transform: translateX(50%);
    background-color: #fff;
}

.ml200 {margin-left: 200px;}
@media screen and (max-width: 750px){
    .ml200 {margin-left: 0px;}
}

@media all and (-ms-high-contrast: none) {
    .ie-widht465 {
      width: 465px;
    }
    table.m-table .ver-writing {
        -ms-writing-mode: tb-rl;
    }
    .ht-661{height: 661px;}
    .ht-715{height: 715px;}
    .center-text-sub{ 
        border: dashed 1px black;
        text-align: center;
        padding: 0px;
        transform: translateX(50%);
        background-color: #fff;
        margin-right: 20px;
    }
  }