@charset "utf-8";
/*============================
diy_products
============================*/
.contents-wrapper #right_content .inn .lead {
  font-size: 14px;
  margin-bottom: 30px;
}

.recruit-list li {
  overflow: hidden;
  *zoom: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 0;
  border-bottom: 2px dotted #beb795;
  position: relative;
}
.recruit-list li .recruit-img {
  float: left;
  width: 340px;
}
.recruit-list li .recruit-txt {
  float: left;
  padding-left: 20px;
  overflow: hidden;
  *zoom: 1;
  width: 360px;
}
.recruit-list li .recruit-txt .recruit-txt-txt {
  margin-bottom: 20px;
}
.recruit-list li .recruit-txt .recruit-txt-link {
  float: right;
}

.tel-mail-contact {
  overflow: hidden;
  *zoom: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid #beb795;
}
.tel-mail-contact .contact-left {
  float: left;
  width: 245px;
  text-align: center;
  font-size: 24px;
  margin-top: 5px;
}
.tel-mail-contact .contact-left:before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  background: url("../../common/images/tel-icon.png") no-repeat;
  width: 19px;
  height: 19px;
  background-size: 19px 19px;
}
.tel-mail-contact .contact-left.mail {
  font-size: 16px;
  margin-top: 20px;
}
.tel-mail-contact .contact-left.mail:before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  background: url("../../common/images/mail-icon.png") no-repeat;
  width: 19px;
  height: 14px;
  background-size: 19px 14px;
}
.tel-mail-contact .contact-right {
  font-size: 16px;
  float: left;
  border-left: 1px solid #beb795;
  padding-left: 20px;
}
.tel-mail-contact .contact-right strong {
  font-weight: bold;
}
.tel-mail-contact .contact-right.mail {
  font-size: 14px;
  width: 420px;
}
.tel-mail-contact .contact-right.mail strong {
  font-size: 16px;
}

#access .address {
  font-size: 16px;
}
#access .address.txt_01 {
  margin-bottom: 10px;
}
#access .address.txt_02 {
  margin-top: 10px;
}
#access .google-map iframe {
  border: 1px solid #8cb949;
}

#recruit_senpai .lead {
  margin-bottom: 20px;
}
#recruit_senpai ul {
  overflow: hidden;
  *zoom: 1;
}
#recruit_senpai ul .pie {
  width: 48%;
  float: left;
  margin-bottom: 25px;
  border: 1px solid #c7bd8c;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#recruit_senpai ul .pie:nth-of-type(2n) {
  float: right;
}
#recruit_senpai ul .pie figure {
  margin: 20px;
}
#recruit_senpai ul .pie figure div {
  width: 100%;
  height: 240px;
  border: 1px solid #c7bd8c;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
#recruit_senpai ul .pie figure img {
  width: auto;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
#recruit_senpai ul .pie figure figcaption {
  margin-bottom: 15px;
  margin-top: 20px;
  text-align: center;
  font-size: 1.8rem;
}
#recruit_senpai ul .pie figure figcaption span {
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 1.4rem;
}
#recruit_senpai ul .pie a {
  background: #f8f7f3;
  text-align: center;
  display: block;
  padding: 10px 0 13px;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  position: relative;
  width: 100%;
  margin-bottom: 0;
  border: none;
}
#recruit_senpai ul .pie a span {
  display: block;
}
#recruit_senpai ul .pie a span:after {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  border-left: 1px dotted #c7bd8c;
  /*top                     : 7px;*/
  right: 5px;
  background: url(/common/images/arr_beige.png) no-repeat 9px 7px;
  padding-left: 5px;
  -webkit-background-size: 12px 12px;
  -moz-background-size: 12px 12px;
  background-size: 12px 12px;
}
#recruit_senpai ul .pie a span:after {
  /*margin-left : 25px;*/
}
#recruit_senpai ul .pie a:hover {
  background: #c7bd8c;
  color: #fff;
  text-decoration: none;
}
#recruit_senpai ul .pie a:hover span:after {
  border-left: 1px dotted #fff;
  background: url(/common/images/arr_white.png) no-repeat 9px 7px;
  -webkit-background-size: 12px 12px;
  -moz-background-size: 12px 12px;
  background-size: 12px 12px;
  width: 26px;
  height: 26px;
}

#recruit_senpai_detail .senpai_detail_box {
  margin-bottom: 40px;
}
#recruit_senpai_detail .senpai_detail_box .ttl_03 {
  margin-bottom: 20px;
}

/*------------------------------------------------------------
message_detail01.html
 ------------------------------------------------------------*/
.top_cap {
  overflow: hidden;
  margin-bottom: 20px;
}
.top_cap dt {
  float: right;
  width: 310px;
}
.top_cap dd {
  float: left;
  font-size: 1.8rem;
}
.top_cap dd span {
  font-weight: bold;
  font-size: 1.6rem;
  display: block;
  margin-top: 5px;
}

/*============================
SP
============================*/
@media screen and (max-width: 667px) {
  .recruit-list li .recruit-img {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
  .recruit-list li .recruit-img img {
    max-width: 100%;
    height: auto;
  }
  .recruit-list li .recruit-txt {
    float: none;
    width: 100%;
    padding-left: 0;
  }
  .recruit-list li .recruit-txt .recruit-txt-txt {
    margin-bottom: 10px;
  }
  .tel-mail-contact .contact-left {
    float: none;
    width: 100%;
    padding-bottom: 10px;
  }
  .tel-mail-contact .contact-left.mail {
    width: 100%;
    margin-top: 0;
  }
  .tel-mail-contact .contact-right {
    float: none;
    width: 100%;
    border-top: 1px solid #beb795;
    border-left: none;
    padding-left: 0;
    padding-top: 10px;
  }
  .tel-mail-contact .contact-right.mail {
    width: 100%;
    margin-top: 0;
  }

  .google-map iframe {
    width: 100%;
  }

  #recruit_senpai ul .pie {
    float: none;
    width: 100%;
  }
}

/*# sourceMappingURL=recruit.css.map */
