.system_obi_area {
  background-color: #2d4154;
  border: 1px solid #2d4154;
  padding: 15px 20px 16px 25px;
  color: #ffffff;
  font-size: 28px;
  font-weight: bold;
  line-height: 30px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 68px;
  margin-top: 4px;
}

.system_menu{
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid #c2d0df;
  margin-bottom:20px;
}

.menuList {
  background: #eaf4ff;
  padding: 12px;
  font-size: 15px;
  border-top: 1px solid #c2d0df;
  position: relative;
  height:49px;
}


.menuList a{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 15px;
}

.menuList a:hover {
    background: #cbe4ff;
    text-decoration: none;
    background-image: url(/images/about/icon_arr_before.png);
    background-position: 15px 22px;
    background-repeat: no-repeat;
}


a.menu_txt_font {
  color: #0054a6;
  text-decoration: none;
  font-size: 14px;
  background: url(/images/about/icon_arr_before.png) no-repeat 15px 22px;
  padding-left: 30px;
}



.menuList:nth-child(1),
.menuList:nth-child(2) {
  border-top: none;
}

.menuList:nth-child(odd) {
  border-right: 1px solid #c2d0df;
}


.menu_txt_font {
    color: #0054a6;
    text-decoration: none;
    font-size: 14px;
    background: url(/images/about/icon_arr_before.png) no-repeat left 5px;
    padding-left: 12px;
}


.system_obi_text{
  padding: 12px 0px 5px;
  font-size: 14px;
  color: #919191;
  text-align: right;
}

.system_table_dl {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border: 1px solid #d0d3d8;
  font-size: 17px;
  margin-top:0px;
}


.system_table_dt_t{
  width: 22%;
  background-color: #e3e6ee;
  border-bottom: 1px solid #cccfd3;
  border-right: 1px solid #cccfd3;
  padding: 10px 15px;
  /* display: flex;
  align-items: center; */
  color: rgb(58 71 82 / 85%);
  font-size: 17px;
  text-align: center;
  font-weight: 600;
}

.system_table_dt{
  width: 22%;
  background-color: #FAFAFC;
  border-bottom: 1px solid #dde0e4;
  border-right: 1px solid #dde0e4;
  padding: 10px 20px;
  display: flex;
  align-items: center;
}

.system_table_dt_one{
  width: 100%;
  background-color: #e6f3ff;
  border-bottom: 1px solid #dde0e4;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  font-size: 19px;
}

.system_table_dd{
  width:23%;
  background-color: #fff;
  border-bottom: 1px solid #d0d3d8;
  border-right: 1px solid #d0d3d8;
  padding: 10px 15px;
  /* display: flex;
  align-items: center; */
  text-align: center;
}

.system_table_dd_one{
  width:78%;
  background-color: #fff;
  border-bottom: none;
  border-bottom: 1px solid #dde0e4;
  padding: 10px 15px;
  /* display: flex;
  align-items: center; */
  text-align: center;
}

.system_table_dd_two_t{
  width:39%;
  background-color: #e3e6ee;
  border-bottom: none;
  border-bottom: 1px solid #cccfd3;
  border-right: 1px solid #cccfd3;
  padding: 10px 15px;
  /* display: flex;
  align-items: center; */
  text-align:center;
  color: rgb(58 71 82 / 85%);
  font-size: 17px;
  text-align: center;
  font-weight: 600;
}

.system_table_dd_two{
  width:39%;
  background-color: #fff;
  border-bottom: none;
  border-bottom:1px solid #dde0e4;
  border-right:1px solid #dde0e4;
  padding: 10px 15px;
  /* display: flex;
  align-items: center; */
  text-align: center;
}

.margin-top{
  margin-top:70px !important;
}

.margin-top1{
  margin-top:35px !important;
}

.h-space{
  margin-bottom:7px !important;
}

.dt_last,
.dd_last{
  border-bottom: none;
}

.line-h{
  line-height: 22px;
}

.dd_rightlast{
  border-right: none;
}

.dd_fourth{
  border-right: none;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.grey-notice-txt {
    font-size: 15px;
    line-height: 16pt;
    color: #949494;
}


.small-notice-txt {
    font-size: 12px;
    line-height: 16pt;
    color: #949494;
    padding-left: 7px;
    margin-top: 3px;
}

.point_support_s {
    font-family: "Meiryo";
    font-size: 13px;
    color: #666;
    letter-spacing: -0.2pt;
    padding:0 0 50px 0px;
}


.system_notes li {
  text-indent: -25px;
  padding-left: 30px;
  margin-bottom: 2px;
  line-height: 1.4;
}


.system_blue_obi{
  padding: 9px 20px 10px;
  background-color: #005eae;
  font-size: 25px;
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  margin-top:4px;
  font-weight: 600;
}


.system_tit {
  display: flex;
  /* flex-direction: row; */
  /* justify-content: space-between; */
  /* align-items: center; */
  margin-top: 16px;
  /* border-bottom: 1px dotted #cccccc; */
  padding: 0 0px 2px 8px;
}

.system_tit h4::before {
  position: absolute;
  color: #6a6b6e;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 90px;
  top: 19px;
  left: 3px;
  background-color: #6a6b6e;
}

.system_tit h4 {
  /* display: flex;
  align-items: center;
  font-weight: bold; */
  color: #3a4752;
  text-indent: 1px;
  padding-left: 16px;
  line-height: 37px;
  position: relative;
  font-weight: 600;
  font-size: 24px;
}

.h4-subtxt {
  font-size: 18px;
}

.hspace-txt{
  padding-top: 25px;
}

@media screen and (max-width: 480px) {

  .system_obi_area {
    padding: 18px 15px 17px;
    height: 75px;
}

.system_obi_area h3 {
  width: 88%;
  font-size: 20px;
  line-height: 1.2;
}

  .margin-top {
    margin-top: 40px !important;
  }

  .margin-top1{
    margin-top:25px !important;
  }

  .system_tit {
    padding: 0 5px 6px;
    margin-top: 10px;
  }

  .system_tit h4::before {
    width: 6px;
    height: 6px;
    border-radius: 90px;
    top: 10px;
    left: 3px;
  }
  
  .system_tit h4 {
    display: block;
    line-height: 1.3;
    margin-bottom: 0;
    font-size: 19px;
  }

  .h4-subtxt {
    font-size: 15px;
  }
  

.system_menu {
  grid-template-columns: 1fr;
}


.menuList:nth-child(2) {
  border-top: 1px solid #c2d0df;
}

  .menuList:nth-child(4) {
  display: none;
}

  .menuList:nth-child(odd) {
    border-right:none;
}





.system_table_dl{
  margin-bottom: 0;
      border-bottom: none;
      font-size: 15px;
}

  .sp_table_title{
    width:100%;
    background-color: #e3e6ee;
    text-align: left;
    padding: 10px 15px;
    font-size: 17px;
    border-right: 1px solid #d0d3d8;
    border-left: 1px solid #d0d3d8;
    border-top: 1px solid #d0d3d8;

    font-weight: 600;
    color: rgb(58 71 82 / 85%);
  }


  .system_table_dt_t{
    width: 34%;
    background-color: #e3e6ee;
    font-size: 16px;
    line-height: 1.45;
  }

  .system_table_dt{
    width: 34%;
    background-color: #FAFAFC;
    padding: 10px 8px 10px 12px;
    line-height: 20px;

  }

  .system_table_dd{
    width: 65%;
    border-right: none;
    display: block;
    line-height: 1.45;
  }

  .system_table_dd_two{
    width: 33%;
    line-height: 1.45;
    /* display: flex;
    align-items: flex-start; */
    text-align: left;
    padding: 10px;
  }

  .system_table_dd_two_t{
    width: 33%;
    display: block;
    line-height: 1.45;
    font-size: 16px;
  }

  .dt_last, .dd_last {
    border-bottom: 1px solid #d0d3d8;
}



  .table_sp_dd{
    justify-content: left;
    width:100%;
    padding-left: 18px;
  }

  .system_table_dd_one {
    width: 66%;
   display: block;
    align-items: center;
    text-align: left;
    padding: 10px 10px 10px 13px;
}


  .system_blue_obi {
      font-size: 18px;
      margin-top: 2px;
      line-height: 1.4;
      padding: 9px 10px 10px 15px;
  }

  .system_obi_text {
    padding: 12px 0px 5px;
    font-size: 13px;
}


  .down_link{
      display: flex;
      align-items: center;
          position: relative;
  }

  .down_link img {
    width: 26px;
    vertical-align: text-bottom;
  }

  .point_support_s {
      padding: 0 0 35px 0px;
  }

  .grey-notice-txt {
      font-size: 13px;
  }

  .sp_sys_notes{
    text-indent: -14px !important;
    padding-left: 19px !important;
  }

  .bottom-hspace{
    margin-bottom:50px;
  }

}
