@charset "utf-8";


/*area_manulink*/
.area_manulink{
  overflow-x: scroll;
  white-space: nowrap;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  margin: 0 auto 5rem;
}
.area_manulink.menulink_center {
  display: flex;
  justify-content: center;
}
.area_manulink.menulink_center > .item_manulink{
  margin-left: 2rem;
}
.area_manulink::-webkit-scrollbar {
  display:none;
}
a.item_manulink:hover{
  color: #00125E;
  text-decoration: none;
}
.item_manulink{
  color: inherit;
  font-weight: bold;
  margin-bottom: 1rem;
  margin-right: 2rem;
  font-size: 1.6rem;
}
.item_manulink.active_manulink{
  color: #00125E;
  border-bottom: solid 0.2rem;
}

/*dl_info*/
.dl_info{
  border-top: solid .1rem #CCCCCC;
  margin-bottom: 3rem;
}
.dl_info > dt{
  font-size: 1.6rem;
  font-weight: bold;
  margin: 3.5rem 0 2rem;
}
.dl_info > dd{
  border-bottom: solid .1rem #CCCCCC;
  padding-bottom: 2rem;
}
#area_conts .dl_info h3{
  font-size: 1.4rem;
  text-align: left;
  color: inherit;
  margin: 3rem auto 1rem;
}
#area_conts .dl_info h3:first-of-type{
  margin-top: 0;
}
.dl_info > dd .bt_cmn{
  /*width:70%;*/
}
.bt_entry,a.bt_entry{
  font-size: 1.8rem;
}
#area_conts .dl_info > dd h2{
  font-size: 1.4rem;
  text-align: left;
  font-weight: bold;
  border-left: solid 0.4rem #00125E;
  padding-left: 1rem;
  margin-top: 4rem;
}
#area_conts .dl_info > dd h2:first-of-type{
  margin-top: 0;
}
#area_conts .dl_info p.mb_0{
  margin-bottom: 0;
}

/*????*/
#area_conts .dl_opclose_conts h4{
  font-size: 1.4rem;
  font-weight: normal;
  text-align: left;
  margin: 0;
}

/*Indent?/ indent_Table*/
.dl_info > dd .indent,
.indent{
  margin-left: 1em;
}
.dl_info > dd .indent th{
  width: 10rem;
  font-weight: normal;
  text-align: left;
}
/*Contact_table*/
.tb_contact th{
  width: 6rem;
  font-weight: normal;
  text-align: left;
  position: relative;
}
.tb_contact th::after{
  content: ":";
  position: absolute;
  right: .5rem;
}

/*area_flow*/
.area_flow{
  font-size: 1.3rem;
  margin-bottom: 2rem;
}
.item_flow::after{
  content: "▼";
  font-family: Material Icons;
  content: "\e037";
  color: #00125E;
  text-align: center;
  display: block;
  transform: rotate(90deg);
  font-size: 2rem;
  line-height: 1.5;
}
.item_flow:last-of-type::after{
  content: "";
}
.ttl_flow{
  text-align: center;
  background: #00125E;
  color: #FFF;
  padding: 0.5rem;
}
.conts_flow{
  border: solid .1rem #00125E;
  padding: .7rem 1rem ;
}

/*area_salary_chart*/
.area_salary_chart{
  background-color: #F7F8FC;
  padding: 1.5rem;
  font-size: 1.2rem;
}
.box_select_chart{
  display: flex;
  justify-content: space-between;
}
.box_select_chart .item_select_chart{
  width: 30%;
}
.box_submit_chart{
  display: flex;
  justify-content: flex-end;
  margin-top: 1rem;
}
.box_submit_chart input.bt_cmn{
  padding: 0.7rem;
  width: 7rem;
}
/*Form*/
.input_select{
  border: solid 0.1rem #00125E;
  position: relative;
  background: #FFF;
}
.input_select select{
  width: 100%;
  padding: 0.3rem;
}
.input_select::after{
  font-family: Material Icons;
  content: "\e5df";
  font-size: 1.8rem;
  position: absolute;
  color: #FFF;
  background-color: #00125E;
  right: 0;
  width: 2.7rem;
  height: 2.7rem;
  padding: 0.5rem 0.4rem;
  line-height: 1;
  pointer-events: none;
  transform: rotate(90deg);
}


/*------------------breakpoint-------------------*/
@media (min-width: 600px) {/*PC*/
  #area_conts h2 {
    margin-top: 8rem;
  }

  /*area_manulink*/
  .area_manulink{
    width: 90%;
    display: flex;
    justify-content:space-between;
    /*max-width: 65rem;*/
    margin: 0 auto 8.5rem;
    overflow-x: visible;
  }
  .item_manulink{
    font-size: 2rem;
  }
  .item_manulink:last-of-type{
    margin-right: 0;
  }

  .bt_entry,a.bt_entry{
    font-size: 2.4rem;
    padding: 1em;
  }

  /*dl_info*/
  .dl_info{
    border-top: solid .1rem #CCCCCC;
    margin-bottom: 5rem;
  }
  .dl_info > dt{
    float: left;
    width: 22rem;
    padding-right: 3rem;
  }
  .dl_info > dd{
    padding-top: 3.5rem;
    padding-left: 22rem;
  }
  .dl_info > dd .bt_cmn{
    width:40%;
  }

  /*area_flow*/
  .item_flow{
    position: relative;
    display: flex;
  }
  .ttl_flow{
    width: 17rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .conts_flow{
    width: 49rem;
  }
  .item_flow:not(:first-of-type){
    margin-top: 3rem;
  }
  .item_flow::after{
    position: absolute;
    bottom: -3rem;
    left: 7.5rem;
  }
  /*area_salary_chart*/
  .area_select_chart{
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
  }
  .box_select_chart{
    margin-right: 1rem;
    justify-content: flex-start;
  }
  .box_select_chart .item_select_chart{
    width: 13rem;
    margin-right: 1rem;
  }
  .box_submit_chart input.bt_cmn{
    width: 7rem;
  }


}