.pc {
  display: none;
}
body.other_page #main_middle {
  width: 95% !important;
  margin: auto;
      color: #525263;
}
footer hr {
  margin: 0 0 50px !important;
}

.wrap {
  font-size: 15px !important;
  color: #000;
}
.auc_flow td {
  /* font-size: 15px;
  width: 86%; */
}
ul {
  list-style: none;
  padding: 0;
}
h4 {
  font-weight: bold;
}


/* CSS smart.css */


    .line_bl_title {
        clear: both;
        font-size: 16px;
        display: flex;
        color: #0f43c9;
        text-align: left;
        margin: 10px 0px;
        padding: 30px 0px 0 0;
    }
    .line_bl_title::after {
        content: "";
        height: 1px;
        margin-top: 18px;
        flex-grow: 1;
        background-color: #0f43c9;
    }

    #hanbaidaiko {
        background-color: white;
        margin: 0 auto auto auto;
        box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.1);
        text-align: center;
    }
    #hanbaidaiko thead th {
        background-color: ghostwhite;
        padding: 10px;
    }
    #hanbaidaiko tbody td {
        text-align: center;
    }
    #hanbaidaiko tbody td h3 {
        font-size: 17px;
        font-weight: bold !important;
        unicode-bidi: isolate;
    }
    .btn_blue {
        text-align: center;
        margin: 15px 0;
        padding: 20px 0;
    }
    .line_bl_title {
        clear: both;
        font-size: 16px;
        display: flex;
        color: #0f43c9;
        text-align: left;
    }
    .btn_blue a {
        display: block;
        background-color: blue;
        color: #fff;
        text-decoration: none;
        text-align: center;
        padding: 20px 0 18px 0;
        width: 90%;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        font-size: 16px;
        line-height: 200%;
        margin: auto;
    }

        .auc_flow th {
        text-align: left;
        vertical-align: top;
        width: 40px;
        padding: 0 15px 0 0;
    }
        .auc_flow th p {
        background-color: #0f43c9;
        color: white;
        padding: 20px 10px;
        text-align: center;
        font-size: 14px;
        line-height: 0;
    }
        .auc_flow th {
        text-align: left;
        vertical-align: top;
        width: 40px;
        padding: 0 15px 0 0;
    }
        .auc_flow td h3 {
        font-size: 18px;
        font-weight: bold !important;
        padding: 0px;
        color: #0f43c9;
    }
        .btn_blue2 a {
        display: block;
        background-color: blue;
        color: #fff !important;
        text-decoration: none !important;
        text-align: center;
        padding: 10px 0px 8px 0px;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        font-size: 16px;
        line-height: 200%;
        margin: 20px 0;
    }
    .auc_flow td div.glbox {
        background-color: #f7f7f7;
        padding: 10px;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        margin: 20px 0 50px 0;
    }
        .auc_flow td div.glbox h4 {
          font-size: 15px;
          font-weight: bold;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        background-color: white;
                margin: 0px 0 14px;
        padding: 10px 30px;
    }




/* NAV MENU */
.nav_menu {
  width: 100%;
  margin: 40px auto;
  font-size: 10px;
}
.nav_menu_wrap {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.nav_menu ul {
  display: flex;
  justify-content: space-between;
  padding-left: 0 !important;
}
.nav_menu ul li {
  width: calc(100% / 4);
  display: flex;
  align-items: center;
  line-height: 190%;
  background-color: #f8f8f8;
  border: 1px solid #e5e5e5;
}
.nav_menu ul li:hover {
  background-color: #fff;
  border-bottom: none;
}
.nav_menu ul li:hover a {
  text-decoration: none;
}
.nav_menu ul li a {
  width: 100%;
  padding: 12px 0;
  color: #000;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.nav_menu ul li a p {
  height: 100%;
  margin: 0;
}
.nav_menu ul li.on {
  background-color: #fff;
  border-bottom: none;
  position: relative;
  z-index: 1;
}
.nav_menu ul li.on::before {
  content: '';
  width: 102%;
  height: 4px;
  background-color: #0f43c9;
  position: absolute;
  top: -2px;
  left: -1%;
  z-index: 2;
}
.nav_menu ul li.on a {
  text-decoration: none;
  font-weight: bold;
  color: #0f43c9;
}

.main_banner {
  width: 100%;
  height: 200px;
  display: flex
;
  align-items: center;
  overflow: hidden;

}
.main_banner img {
  opacity: 0;
}
.main_banner p {
  padding: 0 5%;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 2rem;
  color: #fff;
  position: relative;
  z-index: 2;
}
.main_banner p span {
  font-size: 10px;
}
.main_banner p::after {
  content: '';
  width: 100%;
  height: 80px;
  background-color: #41414190;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  z-index: -1;
}




.line_bl_title {
  font-weight: bold !important;
  margin: 20px 0px;
  padding: 40px 0px 0 0;
}
.line_bl_title::after {
  content: "";
  height: 1px;
  margin-top: 18px;
  flex-grow: 1;
  background-color: #0f43c9;
}
.auc_flow td h3 {
  margin: 10px 0;
}

#last_flow::after {
  display: none;
}


/* --------------------- PAGE 1 --------------------- */

.auc_flow th {
  position: relative;
  z-index: 1;
}
.auc_flow th::after {
  content: '';
  width: 1px;
  height: 100%;
  background-color: #0f43c9;
  position: absolute;
  top: 0;
  left: 37%;
  transform: translateX(-50%);
  z-index: -1;
}
.auc_flow th p {
  /* background-color: #0f43c9;
  color: white; */
  padding: 20px 15px;
  /* text-align: center;
  font-size: 14px;
  line-height: 0; */
          /* position: absolute;
        top: 11px; */
}
.auc_flow td div.glbox h4 {
  text-align: center;
}


/* --------------------- PAGE 2 --------------------- */

.infor {
  width: 100%;
  margin: 40px auto 0;
}
.infor h4 {
  margin-top: 0;
  font-size: 18px;
  font-weight: bold;
  color: #000;
}

.infor ul {
  width: 100%;
  margin: 60px auto 0;
  display: flex;
  flex-wrap: wrap;
}
.infor ul li {
  width: 100%;
}

.infor ul.th_1 li:nth-child(1) {
  order: 2;
  margin-top: 20px;
}
.infor ul.th_1 li:nth-child(2) {
  order: 1;
}

.infor ul.th_2 li:nth-child(1) {
  order: 2;
  margin-top: 20px;
}
.infor ul.th_2 li:nth-child(2) {
  order: 1;
}

#responses, #lines {
  display: none;
}

g#slices {
  transform: translate(50%, 30%);
}
g#legend {
  transform: translate(25%, 65%);
  display: flex;
  flex-wrap: wrap;
}




/* --------------------- PAGE 3 --------------------- */

.process {
  width: 100%;
  margin: 60px auto;
}
.process ul li iframe {
  width: 100%;
  height: 53vw;
}
.process h3 {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  margin: 40px 0 20px;
}

.grading .line_bl_title {
  margin: 10px 0px 25px;
}
.grading h4 {
  color: #0f43c9;
  font-size: 15px;
  margin-top: 12px;
}
.grading .auc_flow th {
  width: auto;
}
.grading .auc_flow th p {
  background-color: #0f43c9;
  color: white;
  margin: 0;
  padding: 20px 0;
  text-align: center;
  width: 40px;
  font-size: 18px;
  line-height: 0;
}
.grading .auc_flow th::after {
  content: '';
  width: 1px;
  height: 100%;
  background-color: #0f43c9;
  position: absolute;
  top: 0;
  left: 38%;
  transform: translateX(-50%);
  z-index: -1;
}
.grading .auc_flow td {
  padding-bottom: 40px;
}
.grading .td_img {
  width: 60%;
  margin: 30px auto;
}

.grading ul.info_table li {
  margin-bottom: 20px;
}
.grading .infotable {
  width: 100%;
  background-color: #fdf7e7;
  border-bottom: 3px solid #039;
  line-height: 24px;
}
.grading .infotable tr.tableHead td {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background-color: #039;
  text-transform: uppercase;
  text-align: left;
  height: 24px;
}
.grading .infotable td {
  font-size: 12px;
  border-bottom: 1px solid #dadde4;
  padding: 0 12px;
  vertical-align: top;
}


/* --------------------- PAGE 4 --------------------- */

.grade {
  width: 100%;
  margin: 60px auto;
}

.grade_wrap h4 {
  clear: both;
  font-size: 20px;
  display: flex;
  flex-wrap: wrap;
  color: #0f43c9;
  text-align: left;
  align-items: baseline;
}
.grade_wrap h4::after {
  content: "";
  height: 0.5px;
  flex-grow: 1;
  background-color: #0f43c9;
  margin: 11px 0 0 11px;
}
.grade_wrap h4 span {
  font-size: 12px;
  margin-left: 10px;
}
.grade_wrap .group {
  margin-bottom: 60px;
}
.grade_wrap .group table {
  width: 100%;
  margin: 40px auto;
}
.grade_wrap .group table tr {
  background: #e1e1e1;
  border-bottom: 1px solid #c3c3c3;
}
.grade_wrap .group table tr:last-child {
  border-bottom: none;
}
.grade_wrap .group table tr:nth-child(odd) {
  background: #fafafa;
}
.grade_wrap .group table th {
  width: 25%;
  padding: 12px;
  font-family: Arial, Helvetica, Tahoma, Verdana, 微軟正黑體, "Microsoft JhengHei", 微软雅黑, "Microsoft YaHei", 华文细黑, STXihei, sans-serif;
  font-size: 22px;
  text-align: center;
  position: relative;
}
.grade_wrap .group table th::before {
  content: " ";
  width: 1px;
  height: 100%;
  background: #c3c3c3;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
.grade_wrap .group table th span {
  font-size: 16px;
  font-weight: normal;
}
.grade_wrap .group table td {
  width: 75%;
  padding: 12px;
  vertical-align: middle;
}

.grade_wrap .group_2 table.grade_chart {
  line-height: 2rem;
  table-layout: fixed;
}
.grade_wrap .group_2 table.grade_chart tr {
  background: #fff;
}
.grade_wrap .group_2 table.grade_chart tr th {
  padding: 0;
  font-size: 14px;
  text-align: center;
  border: 1px solid #000;
}
.grade_wrap .group_2 table.grade_chart tr th::before {
  display: none;
}
.grade_wrap .group_2 table.grade_chart tr td {
  padding: 0;
  font-size: 12px;
  text-align: center;
  border: 1px solid #000;
}

.grade_wrap .group_3 table th {
  padding: 24px 12px 12px;
  font-size: 16px;
  font-family: Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  vertical-align: top;
  letter-spacing: normal;
}

.grade_wrap .group_4 table th {
  font-size: 18px;
}
