body {
    font-family: 'Source Han Sans JP', 'Pro W3', 'Hiragino Kaku Gothic Pro', Meiryo;
    font-size: 16px;
    color: #6F7579;
    line-height: 1.4;
    padding-bottom: 50px;
}
img {
    max-width: 100%;
}
.leftheader {
    width: 263px;
    float: left;
}
.nav>li>a {
    transition: background-color .3s;
}
.nav>li>a:focus, .nav .open>a:focus {
    background: inherit;
}
.nav>li>a:hover, .nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #9e9e9e;
}
.rightheader {
    width: calc(100% - 264px);
    float: right;
    display: table;
}
.navbar-right{
    margin-right: 0px;
}
.container-out {
    padding: 0 40px;
}
header {
    background: #3B4043;
    display: table;
    width: 100%;
    color: #fff;
    position: relative;
    margin-bottom: 30px;
}
header ul li{
    color: #fff;
}
main {
    position: relative;
}
a.linkhome {
    line-height: 71px;
    color: #fff;
    padding: 0 30px;
    display: inline-block;
    margin-left: -1px;
    transition: background-color .3s;
}
a.linkhome:hover {
    background-color: #ddd;
    text-decoration: none;
    color: #111;
}
ul.text-header li {
    float: left;
    line-height: 70px;
    margin-right: 70px;
}
.user_login .dropdown-toggle {
    color: #fff;
    line-height: 41px;
    min-width: 200px;
}
.user_login ul.dropdown-menu {
    min-width: 200px;
}
p.icon_back {
    margin: 20px 0px 20px 0px;
}
ol.bread li a {
    color: #5C76BE;
    font-size: 30px;
    font-weight: bold;
}
ol.bread li {
    float: left;
    margin-right: 60px;
}
ol.bread {
    margin-bottom: 60px;
    display: table;
    width: 100%;
}
.table-middle tr td, .table-middle tr th{
    vertical-align: middle!important;
}
table.table_import_history tr th:nth-child(1), table.table_import_history tr th:nth-child(2), table.table_import_history tr th:nth-child(3) {
    width: 20%;
}
table.table_import_history tr th:nth-child(4) {
    width: 40%;
}
table.table_import_history tr td {padding: 50px 10px;}
.text-center.div-btn {
    padding: 40px 0px;
}
.btn-black {
    background: #3B4043;
    color: #fff;
    min-width: 166px;
}
ul.timeline {
    list-style-type: none;
    position: relative;
    padding-left: 40px;
}
ul.timeline:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}
ul.timeline > li {
    margin: 20px 0;
    padding-left: 20px;
}
/*ul.timeline > li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #22c0e8;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}*/
.admin .form-control {
    border-radius: 0;
}
.admin .form-group {
    margin-bottom: 5px;
}
h3.step-title {
    color: #7F7F7F;
    font-weight: bold;
    line-height: 1.0;
}
a.outdiv {
        color: #7F7F7F!important;
    }
    a.outdiv:hover {
        text-decoration: none!important;
    }
ul.timeline .height-min {
    padding: 50px 0px;
}
label.mouth_label {
    display: block;
    font-size: 20px;
    min-width: 150px;
    text-align: center;
    border: 1px solid #cccccc;
    line-height: 32px;
    color: #27AE60;
}
label.choose {
    font-size: 17px;
    background: #9A9A9A;
    color: #fff;
    line-height: 34px;
    padding: 0 30px;
}
.empty_input {
    position: absolute;
    left: -35px;
    z-index: 9999999;
    padding: 7px 10px;
    color: #9a9a9a;
    font-size: 20px;
    display: none;
}
span.timeline-icon {
    padding: 7px 7px;
    border-radius: 50%;
    background: #5CB75C;
    color: #fff;
    font-weight: 100;
    font-size: 16px;
    position: absolute;
    left: -46px;
    top: -5px;
    z-index: 9999;
}
.step-title{
    position: relative;
}
span.timeline-icon.num-tl {
    background: #EEA727;
    font-size: 25px;
    font-weight: bold;
    padding: 9px 10px 0px;
}
.btn-007FEB{
    background: #007FEB;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin-right: 15px;
    margin-bottom: 20px;
}
table.table-middle thead {
    background: #F0F2F4;
    color: #3B4043;
}
table.table_reading_data_complete {
    font-size: 11px;
}
.tagdonate {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
.tagdonate label {
    float:left;
    margin: 0;
    background-color:#EFEFEF;
    border-radius: 0px;
    border:1px solid #D0D0D0;
    overflow:auto;
}
.tagdonate label span {
    text-align:center;
    padding: 5px 5px;
    display:block;
    min-width: 160px;
    font-size: 14px;
    font-weight: 500;
}
.tagdonate label input {
    position:absolute;
    top:-20px;
    display:none;
}
.tagdonate input:checked + span {
    background-color: #529BC6;
    color:#F7F7F7;
}
.tagdonate .graybutton {
    background-color:#FFFFFF;
    color:#333;
}
.tagdonate.radio-rdu .graybutton {
    border-radius: 100px;
}
.form-control.max-w-ip {
    max-width: 200px;
    float: left;
}
a.graybutton {
    background-color:#FFFFFF;
    color:#333;
    float:left;
    border-radius: 100px;
    border:1px solid #D0D0D0;
    overflow:auto;
    text-align:center;
    padding: 5px 5px;
    display:block;
    min-width: 160px;
    font-size: 14px;
    font-weight: 500;
    margin-right: 10px;
    margin-bottom: 10px;
}
a.graybutton:hover, a.graybutton.active {
    text-decoration: none;
    background-color: #529BC6;
    color:#F7F7F7;
}
label.year-label {
    line-height: 35px;
    margin-left: 10px;
    margin-right: 10px;
}
.mgbt-8 {
    margin-bottom: 8px;
    display: table;
    font-size: 18px;
    width: 100%;
}
a.mgbt-8 {
    color: #6F7579;
    font-size: 18px;
}
a.mgbt-8 i {
    font-size: 30px;
}
.mgbt-8 i {
    margin-right: 10px;
}
.mgbt-40 {
    display: table;
    width: 100%;
    margin-bottom: 40px;
}
.mgbt-50 {
    display: table;
    width: 100%;
    margin-bottom: 50px;
}
.mgbt-80 {
    display: table;
    width: 100%;
    margin-bottom: 80px;
}
.mgr-100{
    margin-right: 100px;
}
.mgr-20{
    margin-right: 20px;
}
table.table_income_statement tr td.group_income { 
    width: 20px;
    padding: 0px;
}
table.table_income_statement tr td {
    vertical-align: middle;
    width: 50%;
    position: relative;
    text-align: center;
}
span.success-c {
    padding: 0px 8px;
    background: #529BC6;
    border-radius: 50%;
    color: #fff;
    position: absolute;
    top: 11px;
    right: 13px;
}
span.delete-c {
    padding: 0px 10px;
    background: #D56666;
    border-radius: 50%;
    color: #fff;
    position: absolute;
    top: 11px;
    right: 13px;
}
table.table_income_statement tr td {
    font-size: 16px;
    font-weight: bold;
    padding: 0px;
}
.item-td {
    width: 100%;
    height: 100%;
    padding: 21px;
}
.table-cell {
    display: table;
    width: 100%;
    position: relative;
}
.group-cell {
    width: 60px;
    height: 100%;
    position: absolute;
    padding: 22px;
    vertical-align: middle;
    text-align: center;
    background: #F4F4F4;
    border-radius: 3px;
    border: 1px solid #E6E6E6;
    font-weight: bold;
}
.detail-cell {
    width: 100%;
    padding-left: 60px;
}
.part-wth {
    width: 50%;
    float: left;
    position: relative;
    padding: 10px;
    background: #f4f4f4;
    border-radius: 3px;
    min-height: 56px;
    border: 1px solid #E6E6E6;
    line-height: 33px;
    text-align: center;
    font-weight: bold;
}
.row-line {
    display: table;
    width: 100%;
    position: relative;
}
.row-line.delete-st:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #000000;
    top: 0;
    left: 0;
    z-index: 999;
    opacity: 0.55;
}
.row-line .part-wth:last-child {
    background: #fff;
}
.row-line.readon-st .part-wth {
    background: none;
    border: none;
}
.row-line.readon-st {
    background: #f4f4f4;
    border-radius: 4px;
    border: 1px solid #E6E6E6;
}
.readon-st-r .detail-cell {
    background: #f4f4f4;
    border-radius: 3px;
    border: 1px solid #E6E6E6;
}
.readon-st-r .detail-cell .row-line .part-wth {
    background: none;
    border: none;
}
.nopdr {
    padding-right: 0;
}
.nopdl {
    padding-left: 0;
}
.mgr-20 {
    margin-right: 20px;
}
.mgt-30 {
    margin-top: 30px;
}
.mgt-20 {
    margin-top: 20px;
}
table.table_thbg tr th {
    background: #F0F3F5;
    min-width: 200px;
    line-height: 28px;
}
table.Judge-table tr td {
    line-height: 34px;
    text-align: center;
    font-weight: bold;
}
.arrow-ism {
    font-size: 96px;
    color: #959EA7;
    padding-top: 53px;
}
.box-index {
    background: #F0F3F5;
    transition: box-shadow .3s;
}
.box-index:hover {
    -webkit-box-shadow: 1px 1px 5px 1px rgba(161,161,161,1);
    -moz-box-shadow: 1px 1px 5px 1px rgba(161,161,161,1);
    box-shadow: 1px 1px 5px 1px rgba(161,161,161,1);
}
.box-index.chart-box h3.titleid {
    padding: 10px;
    margin-bottom: 0px;
}
.box-index.chart-box p {
    padding: 10px;
}
.boxhead {
    background: #CDD6DD;
    padding: 55px;
    text-align: center;
    min-height: 202px;
}
.boxcontent {
    padding: 35px;
    min-height: 225px;
}
.boxcontent p {
    font-size: 12px;
    line-height: 21px;
}
h3.titleid {
    margin-bottom: 25px;
    font-weight: bold;
}
.boxcontent-1 {
    padding: 35px 35px 20px;
    min-height: 163px;
}
.box-index.bdt {
    border-top: 1px solid #95989a26;
}
.bg-CDD6DD{
    background: #CDD6DD;
}
p.price-id {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-top: 45px;
}
a.btn.btn-default.btn-index-link {
    width: 100%;
    border-radius: 0;
    line-height: 86px;
    font-size: 24px;
    font-weight: bold;
    background: #B4B4B4;
    color: #fff;
}
a.btn-index-link i.fa {
    font-size: 30px;
    margin-right: 10px;
}
.user_login ul li ul.dropdown-menu li:nth-child(2):after {content: '';display: block;border-bottom: 1px solid #c3c3c3;margin: 10px 0px;}
.user_login ul li ul.dropdown-menu li:nth-child(4):after {content: '';display: block;border-bottom: 1px solid #c3c3c3;margin: 10px 0px;}
.user_login ul li ul.dropdown-menu li {
    position: relative;
    /*padding: 0px 15px;*/
}
.dropdown-menu>li>a {
    transition: background-color .3s;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #FFF;
    background-color: #9e9e9e;
}
.user_login ul li ul.dropdown-menu li a {
    padding: 10px;
}
li.nav-item-x {
    line-height: 70px;
    margin-right: 60px;
}
.row-line .part-wth:first-child {
    padding-right: 25px;
}
.boxcontent-2 {
    padding: 50px 35px 20px;
    min-height: 200px;
}
.boxcontent-3 {
    padding: 70px 35px 20px;
    min-height: 222px;
}
.table-scroll-640 {
    overflow-x: auto;
}
.table-scroll-640 table {
    min-width: 640px;
}
.table-scroll-767 {
    overflow-x: auto;
}
.table-scroll-767 table {
    min-width: 767px;
}
.mgrip-15 {
    margin-right: 15px;
}
label.radiost {
  display: inline-block;
  position: relative;
  padding: 8px 30px 8px 30px;
  cursor: pointer;
  margin-right: 45px;
}
label.radiost input {
  height: 1px;
  width: 1px;
  opacity: 0;
}
label.radiost .outside {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  border: 2px solid #007FEB;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: none;
}
label.radiost .inside {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background: black;
  left: 3px;
  top: 3px;
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
}
label.radiost .no-transforms .inside {
  left: auto;
  top: auto;
  width: 0;
  height: 0;
}
label.radiost input {
  /*  &:focus, &:active {
        + .outside {
          border-color: $almost-black;
        }
      }*/
}
label.radiost input:checked + .outside .inside {
  -webkit-animation: radio-select 0.1s linear;
          animation: radio-select 0.1s linear;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
label.radiost .no-transforms input:checked + .outside .inside {
  width: 10px;
  height: 10px;
}
.maxw-80-ip {
    max-width: 80px;
    float: left;
}
.btn-jpodcode {
    float: left;
    background: #007FEB;
    color: #fff;
    font-size: 10px;
    padding: 13px 23px;
}
input.placeholder {width: 170px;border: 0px!important;background: none;outline: none;}
span.spcv {
    float: left;
    line-height: 34px;
    padding: 0 10px;
}
.reser_pass2 {
    width: 100%;
    max-width: 1319px;
    margin: 0 auto;
    border: 1px solid #ccc;
    padding: 30px 10px;
    border-radius: 5px;
}

.reser_pass2_on {
    width: 100%;
    max-width: 900px;
    margin: 10px auto;
}
label.mgr-30 {
    margin-right: 30px;
}
.scroll-table table {
    min-width: 2003px;
}
.date-form h4.modal-title {
    color: #5C76BE;
    font-size: 30px;
    font-weight: bold;
}
.date-form .form-control {
    min-width: 150px;
}
.date-form span.span-middle {
    padding: 0 15px;
}
.btn.btn-hk {
    color: #FFF;
    background-color: #3B4043;
    transition: background-color .3s;
}
.btn.btn-hk:hover {
    background-color: #7a7f82;
}
.show-notification {
    position: absolute;
    right: 0;
    max-width: 500px;
    min-width: 250px;
    top: -30px;
    background: #5cb85c;
    color: #FFF;
    padding: 20px 10px;
    opacity: .9;
}




@media (max-width: 1503px){
    /*.scroll-table table {
        min-width: 1503px;
    }*/
    .scroll-table {
        overflow-x: auto;
    }
}
@media (min-width: 1394px){
    .container {
        width: 1394px;
    }
}
@media (max-width: 1200px){
    li.nav-item-x {
        display: none;
    }
}
@media (max-width: 767px){
    .admin .navbar-nav {
        margin: 0px;
    }
    .user_login .dropdown-toggle {
        /* line-height: 50px; */
    }
    .arrow-ism {
        padding-top: 0;
        -ms-transform: rotate(90deg); /* IE 9 */
        -webkit-transform: rotate(90deg); /* Safari 3-8 */
        transform: rotate(90deg);
    }
    .nopdr {
        padding-right: 15px;
    }
    .nopdl {
        padding-left: 15px;
    }
    .navbar-nav .open .dropdown-menu {
        position: absolute;
        top: 100%;
        right: 0;
        z-index: 1000;
        float: left;
        min-width: 160px;
        padding: 5px 0;
        margin: 2px 0 0;
        font-size: 14px;
        text-align: left;
        list-style: none;
        background-color: #fff;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        border: 1px solid #ccc;
        border: 1px solid rgba(0,0,0,.15);
        border-radius: 4px;
        -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
        box-shadow: 0 6px 12px rgba(0,0,0,.175);
    }
}
@media (max-width: 640px){
    body {
        font-size: 12px;
    }
    .leftheader {
        width: 100%;
        background: #fff;
    }
    .rightheader {
        width: 100%;
        float: right;
        display: table;
    }
    .leftheader img {
        margin: 0 auto;
    }
    ol.bread li a {
        font-size: 20px;
    }
    h3.step-title span {
        line-height: 1.0;
        font-size: 12px;
    }
    h3.step-title {
        color: #7F7F7F;
        font-weight: bold;
        line-height: 25px;
        font-size: 18px;
    }
    
    .input-group {
        display: inherit;
    }
    label.choose {
        width: 100%;
        text-align: center;
        font-size: 12px;
    }
    label.mouth_label {
        margin-bottom: 0;
    }
    span.success-c {
        padding: 0px 5px;
        top: 15px;
        right: 13px;
        line-height: 24px;
    }
        span.delete-c {
        padding: 0px 7px;
        top: 15px;
        right: 13px;
        line-height: 24px;
    }
    ul.timeline {
        padding-left: 20px;
    }
    ul.timeline:before {
        left: 8px;
    }
    ul.timeline > li {
        padding-left: 10px;
    }
    span.timeline-icon {
        left: -36px;
    }
    .container-out {
        padding: 0 15px;
    }
    .btn-007FEB {
        font-size: 12px;
        margin-right: 10px;
    }
    .form-control.max-w-ip {
        max-width: 100px;
    }
    table.thtdfull tr th, table.thtdfull tr td {
        display: block;
        width: 100%;
    }
    .account_information_table.table>tbody>tr>td, .account_information_table.table>tbody>tr>th {
        padding: 8px!important;
    }
    .account_information_table.table>tbody>tr>th{
        padding-bottom: 0px!important;
    }
    .mgr-100 {
        margin-right: 25px;
    }
    .btn-black {
        min-width: 115px;
    }
    /*.mgrip-15 {
        margin-right: 0px;
    }*/
    .form-control.max-w-ip.mgrip-15 {
        max-width: 150px;
    }
    span.binding {
        margin-top: 0px!important;
    }
    .row.form-group .col-sm-4 {
    padding-bottom: 8px;
}
}
@media (max-width: 480px){
    button#checkzip {
        margin-top: 15px;
    }
    .mgr-20{
    margin-right: 0px;
}
.register_page .sitetitle {
    margin-bottom: 0px!important;
}
}