@charset "utf-8";

/*----------------------------------------
    .main_area
----------------------------------------*/
.main_area {
  text-align: center;
  padding: 7px 0 38px 0;
  background: linear-gradient(to right, #ff4338, #c50102);
}
#topic_path {
  margin-bottom: 15px;
}
.section_title {
  font-size: 3.0rem;
}
.section_title .eng {
  font-size: 1.2rem;
}

/*----------------------------------------
    .contact
----------------------------------------*/
.contact {
  padding: 52px 0 59px 0;
}
.block_inner {
  max-width: 1000px;
  margin: 0 auto;
}
.block_inner .box_title {
  font-size: 2.6rem;
  text-align: center;
  margin-bottom: 38px;
  padding-bottom: 17px;
  border-bottom: 1px solid #e0e0e0;
  position: relative;
  letter-spacing: -1px;
}
.block_inner .box_title::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 1px;
  background-color: #ff4338;
  bottom: -1px;
  left: 50%;
  margin-left: -30px;
}
.contact .recruit_text {
  font-size: 1.5rem;
  line-height: 1.9;
  color: #414141;
  text-align: center;
  margin-bottom: 52px;
}
.contact .recruit_thanks {
  font-size: 1.8rem;
  line-height: 1.9;
  color: #414141;
  text-align: center;
  margin-bottom: 52px;
}
.contact dl{
  display: flex;
  font-size: 1.5rem;
  color: #414141;
  margin-bottom: 2px;
  box-sizing: border-box;
}
.contact dt {
  background-color: #eeeeee;
  flex: 0 1 230px;
  overflow: hidden;
  padding: 17px 0 17px 15px;
  margin: 0;
}
.contact dt span {
  font-size: 1.0rem;
  color: #ffffff;
  background-color: #c70100;
  border-radius: 4px;
  text-align: center;
  padding: 2px 5px;
  float: right;
  display: block;
  margin-right: 10px;
}
.contact dd {
  background-color: #fafafa;
  flex: 0 1 770px;
  padding: 10px 25px 10px 20px;
  overflow: hidden;
}
.contact dd.sex {
  padding: 17px 25px 10px 20px;
}
.contact dd.substance {
  padding: 10px 25px 4px 20px;
}
.contact dl dd .control-input {
  float: left;
  width: 48.3%;
}
.contact dl dd .control-input:first-child {
  margin-right: 3.4%;
}
.contact dl dd .control-input .title {
  width: 15%;
  vertical-align: top;
  margin-top: 6px;
  display: inline-block;
}
.contact dl dd .control-input .your_firstname,
.contact dl dd .control-input .your_lastname {
  width: 85%;
  display: inline-block;
  margin-left: -4px;
}
.contact dl dd input {
  max-width: 300px;
  height: 38px;
  line-height: 38px;
  padding: 0 5px;
  border: 1px solid #eeeeee;
  background: #ffffff;
  outline: none;
  width: 100%;
}
.contact dl dd .control-birth {
  float: left;
  margin-left: 2%;
}
.contact dl dd .control-birth:first-child {
  margin-left: 0;
}
.contact dl dd .control-birth .title {
  vertical-align: top;
  margin: 6px 11px 0 7px;
  display: inline-block;
}
.contact dl dd .control-birth .your_year,
.contact dl dd .control-birth .your_month,
.contact dl dd .control-birth .your_day {
  display: inline-block;
}
.contact dl dd .control-birth .your_year input {
  width: 100px;
}
.contact dl dd .control-birth .your_month input,
.contact dl dd .control-birth .your_day input {
  width: 50px;
}
.contact dl dd .control-sex {
  float: left;
  margin-left: 8%
}
.contact dl dd .control-sex:first-child {
  margin-left: 0;
}
.contact dl dd .control-sex label {
  margin-left: 10px;
}
.contact dl dd .control-sex input {
  width: auto;
  height: auto;
  -webkit-appearance: radio;
}
.contact dl dd input#your_address {
  width: 100%;
  max-width: inherit;
}
.contact dl dd .control-tel {
  display: flex;
}
.contact dl dd .control-tel input {
  width: 100px;
}
.contact dl dd .control-tel .title {
  vertical-align: top;
  margin: 6px 18px 0 18px;
  display: inline-block;
}
.contact dl dd .control-mail {
  display: flex;
}
.contact dl dd .control-mail input {
  width: 275px;
}
.contact dl dd .control-mail .title {
  vertical-align: top;
  margin: 6px 18px 0 18px;
  display: inline-block;
}
.contact dl dd .control-mail .title.pc_appear {
  vertical-align: top;
  margin: 6px 0 0 18px;
  display: inline-block;
}
.contact dl dd textarea {
  width: 100%;
  height: 220px;
  border: 1px solid #eeeeee;
  padding: 10px 5px;
}
.contact .error {
  color: #c70100;
  display: block;
  clear: both;
}
.contact .btn_link {
  width: 300px;
  margin: 64px auto 0 auto;
}
.contact .btn_link span {
  font-size: 1.6rem;
  color: #414141;
  padding: 20px 0;
  text-align: center;
  border: 1px solid #414141;
  border-radius: 10px;
  display: block;
  cursor: pointer;
}
.contact .btn_link span:hover {
  opacity: 0.7;
}
.contact .btn_list {
  display: flex;
  margin: 64px auto 0 auto;
  justify-content: center;
}
.contact .btn_list .btn_link {
  margin: 0;
  background: url(/jp/service/img/ico-narrow.png) no-repeat 90% center;
}
.contact .btn_list .btn_link:first-child {
  margin: 0 60px 0 0;
  background: url(/jp/img/share/ico-narrow_left.jpg) no-repeat 10% center;
}
.contact .complete .btn {
  width: 300px;
  margin: 64px auto 0 auto;
}
.contact .complete .btn a {
  font-size: 1.6rem;
  color: #414141;
  padding: 20px 0;
  text-align: center;
  border: 1px solid #414141;
  border-radius: 10px;
  display: block;
  cursor: pointer;
}
.contact .complete .btn a:hover {
  opacity: 0.7;
}

.tel_area {
  background-color: #ebeff2;
  padding: 32px 0 35px 0;
  text-align: center;
}
.tel_area .tel_contact {
  font-size: 2.2rem;
  font-weight: bold;
  color: #FF4237;
}
.tel_area .tel_contact span {
  background: url(/jp/img/share/bg-tel.jpg) no-repeat left center;
  padding-left: 30px;
}
.tel_area .tel_number {
  font-size: 5.4rem;
  font-weight: bold;
  color: #414141;
  line-height: 1.3;
}
.tel_area .tel_note {
  font-size: 1.4rem;
  color: #414141;
  margin-top: 6px;
}
.contact dd.confirm_answer {
  padding: 17px 25px 17px 20px;
}


.contact h3 {
  border-left: 1px solid #000;
  box-sizing: border-box;
  padding: 2px 0 20px 23px;
  margin-bottom: 18px;
  font-size: 2rem;
}

/* table風 */
.contact dl.half,
.contact dl.full {
  display: flex;
  font-size: 1.5rem;
  color: #414141;
  margin-bottom: 2px;
  box-sizing: border-box;
}
.contact dl.half.end,
.contact dl.full.end{
  margin-bottom: 55px;
}
.contact dl.half dt,
.contact dl.full dt {
  background-color: #eeeeee;
  flex: 0 1 230px;
  overflow: hidden;
  padding: 17px 0 17px 15px;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact dl.half dd{
  background-color: #fafafa;
  flex: 0 2 270px;
  padding: 17px 0 17px 15px;
  box-sizing: border-box;
  overflow: hidden;
  margin: 0;
}
.contact dl.full dd{
  background-color: #fafafa;
  flex: 0 2 770px;
  padding: 17px 0 17px 15px;
  box-sizing: border-box;
  overflow: hidden;
  margin: 0;
}
.contact ul {
  font-size: 1.6rem;
  margin-bottom: 55px;
  padding-left: 24px;
}
.contact ul li {
  list-style: disc;
}

@media screen and (max-width: 980px) {
  .contact dt {
    flex: 0 1 260px;
    padding: 17px 0 17px 10px;
    font-size: 1.3rem;
  }
  .contact dd {
    flex: 0 1 740px;
    padding: 10px 25px 10px 20px;
  }
  .contact dl dd .control-mail input {
    width: 185px;
  }


  .contact dl.half,
  .contact dl.full {
    display: block;
    font-size: 1.3rem;
  }
  .contact dl.half.end,
  .contact dl.full.end{
    margin-bottom: 40px;
  }
  .contact dl.half dt,
  .contact dl.full dt {
    text-align: left;
    display: flex;
    justify-content: left;
  }
  .contact ul {
    font-size: 1.3rem;
    margin-bottom: 40px;
  }
  .contact ul li {
    list-style: disc;
  }



}
