﻿@charset "utf-8";
/*
Theme Name: meria-room
*/

/*▼▼▼▼▼▼▼▼▼▼▼▼採用情報▼▼▼▼▼▼▼▼▼▼▼▼*/
.ttl_recruit {
  text-align: left;
  color: #485975;
  margin-bottom: 23px;
}

.info_recruit {
    font-size: 0.8em;
    max-width: 720px;
    margin: auto;
}
.info_recruit table {
  border: 1px solid #939796;
  margin-bottom: 20px;
}

.info_recruit td {
    padding: 13px 20px;
  border-bottom: 1px solid #939796;
}

.info_recruit tr:last-child td {
  border-bottom: none;
}

.info_recruit tr td:first-child {
    width: 20%;
    color: #878787;
    text-align: center;
    vertical-align: middle;
}

#tab_entry {
  text-align: center;
  list-style: none;
  padding: 0;
  line-height: 45px;
  height: 45px;
  overflow: hidden;
  font-size: 12px;
  font-family: verdana;
  position: relative;
  margin-bottom: 23px;
}

#tab_entry li {
  border: 1px solid #AAA;
  background: #ffffff;
  display: inline-block;
  position: relative;
  z-index: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4), inset 0 1px 0 #FFF;
  text-shadow: 0 1px #FFF;
  margin: 0 -1px;
    padding: 12px 20px;
  cursor: pointer;
    line-height: 1em;
    min-height: 60px;
    vertical-align: middle;
}

#tab_entry li.selected {
  background: #dcd6d2;
  z-index: 2;
  border-bottom: none;
}

#tab_entry:before {
  position: absolute;
  content: " ";
  width: 100%;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #AAA;
  z-index: 1;
}

#tab_entry li:before,
#tab_entry li:after {
  border: 1px solid #AAA;
  position: absolute;
  bottom: -1px;
  width: 5px;
  height: 5px;
  content: " ";
}

#tab_entry li:before {
  left: -6px;
  border-bottom-right-radius: 6px;
  border-width: 0 1px 1px 0;
  box-shadow: 2px 2px 0 #D1D1D1;
}

#tab_entry li:after {
  right: -6px;
  border-bottom-left-radius: 6px;
  border-width: 0 0 1px 1px;
  box-shadow: -2px 2px 0 #D1D1D1;
}

#tab_entry li.selected:before {
  box-shadow: 2px 2px 0 #FFF;
}

#tab_entry li.selected:after {
  box-shadow: -2px 2px 0 #FFF;
}

  /*▼▼▼▼▼▼▼▼▼▼▼▼モバイル用▼▼▼▼▼▼▼▼▼▼▼▼*/
  @media screen and (max-width: 640px) {

.info_recruit {
    font-size: 0.6em;
 }
.info_recruit td {
    padding: 3px 3px;
}

    #tab_entry li {
     padding: 12px 3px 0px;
      margin: 0px;
      text-align: center;
      font-size: 2vw; /* ビューポートの幅によって変わる */
    }

    #tab_entry li.selected {
      background: #dcd6d2;
      z-index: 0;
      border-bottom: none;
    }
  }
  /*▲▲▲▲▲▲▲▲▲▲▲▲モバイル用▲▲▲▲▲▲▲▲▲▲▲▲*/

/*▲▲▲▲▲▲▲▲▲▲▲▲採用情報▲▲▲▲▲▲▲▲▲▲▲▲*/

@media (min-width: 850px) {
  /* 850px以上 */
  .contact-form_item div {
    width: 600px;
    text-align: left;
  }

  .contact-form_privercy {
    margin: auto;
    width: 585px;
    height: 140px;
    border: 1px solid #939796;
    border-radius: 5px;/* CSS3 */
    -moz-border-radius: 5px; /* Firefox */
    -webkit-border-radius: 5px; /* Safari,Chrome */
    margin-top: 50px;
    font-size: 14px;
  }

  .contact-form_label {
    width: 200px;
    text-align: left;
  }

  .contact_confirm, .contact_back, .contact_complete {
    width: 350px;
    height: 50px;
    display: inline-block;
    overflow: hidden;
    position: relative;
    margin-top: 50px;
    background: #cfd9e6;
    border: 1px solid #cfd9e6;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
  }

  .wpcf7-form-control-wrap select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: 1em;
    background:#ffffff url(./img/img_form01.png) no-repeat;
    background-size:130px 40px;
    background-position: right center;
    width: 130px;
    height: 44px;
    line-height: 40px;
    vertical-align: middle;
    border:solid 1px #ccc;
    border-radius: 5px;/* CSS3 */
    -moz-border-radius: 5px; /* Firefox */
    -webkit-border-radius: 5px; /* Safari,Chrome */
    margin-right: 10px;
  }

  .job_category select {
    width: 250px;
  }
}/* @media (min-width: 850px) */

@media (max-width: 850px) {
  .contact-form_privercy {
    font-size: 12px;
  }

  /* 850px以下 */
  .contact-form_item {
  /*   padding: 0 20px;*/
  }

  .contact-form_item div {
    width: 100%;
    text-align: center;
  }

  #contact_form_area p {
   padding: 0 20px;
  }

  .contact-form_privercy {
   margin: auto;
   height: 140px;
   border: 1px solid #939796;
   border-radius: 5px;/* CSS3 */
   -moz-border-radius: 5px; /* Firefox */
   -webkit-border-radius: 5px; /* Safari,Chrome */
   margin: 50px 20px 0;
  }

  .contact-form_label {
   text-align: left;
   width: 100%;
  }

  #contact-form_submit {
   padding: 0 20px;
  }

  .contact_confirm, .contact_back, .contact_complete {
   width: 100%;
   height: 50px;
   display: inline-block;
   overflow: hidden;
   position: relative;
   margin-top: 50px;
   background: #cfd9e6;
   border: 1px solid #cfd9e6;
   text-align: center;
   font-size: 16px;
   font-weight: bold;
   cursor: pointer;
  }

  .contact_complete {
   margin-top: 10px;
  }

  .wpcf7-form-control-wrap select {
   width: 300px;
  }

  .wpcf7-form-control-wrap select {
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   text-indent: 1em;
   background:#ffffff url(./img/img_form01.png) no-repeat;
   background-size:130px 40px;
   background-position: right center;
   width: 30%;
   height: 44px;
   line-height: 40px;
   vertical-align: middle;
   border:solid 1px #ccc;
   border-radius: 5px;/* CSS3 */
   -moz-border-radius: 5px; /* Firefox */
   -webkit-border-radius: 5px; /* Safari,Chrome */
  }

  .job_category select {
   width: 100%;
  }

  #contact_birthdate_month {
   margin: 0 5%;
  }

  .upload_fake_text {
   display: block;
  }
}/* @media (max-width: 850px) */

#cf7_top_img {
  width: 60%;
}

#contact_form_area {
  width: 100%;
}

#contact_form_area,
.wpcf7-form-control-wrap select
{
  color: #878787;
}

.separator_line {
  margin:25px 0;
  border-bottom: 2px solid #c1c1c1;
}

.wpcf7-form-control-wrap input[type="text"],
.wpcf7-form-control-wrap input[type="tel"],
.wpcf7-form-control-wrap input[type="email"]
{
  background-color: #f5f5f5;
  border:0;
  padding: 0 10px;
  width:100%;
  height:44px;
}

.wpcf7-form-control-wrap textarea
{
  background-color: #f5f5f5;
  border:0;
  padding: 10px;
  width:100%;
  height:8em;
}

.wpcf7-form-control-wrap select::-ms-expand {
    display: none;
}

#contact_postal_code {
  width: 100px;
  margin-bottom: 10px;
}

.contact-form_label,
.contact-form_item .contact-form_content
{
  display: inline-block;
}

.description {
  display: inline-block;
  margin-bottom: 20px;
}

.contact-form_label .require {
  color: #ffffff;
  background-color: #b77882;
  font-size: 11px;
  padding: 0 5px;
  display: inline-block;
  vertical-align: top;
  margin-top: 3px;
  margin-left: 1em;
}

.wpcf7-form-control-wrap input[type="radio"], .wpcf7-form-control-wrap input[type="checkbox"] {
  display:none;
}

.wpcf7-form-control-wrap input[type="radio"] + span, .wpcf7-form-control-wrap input[type="checkbox"] + span {
  padding-left: 25px;
  position:relative;
  /*margin-right: 10px;*/
}

.wpcf7-form-control-wrap input[type="radio"] + span::before, .wpcf7-form-control-wrap input[type="checkbox"] + span::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #bdd2d7;
  border-radius: 20%;
}

.wpcf7-form-control-wrap input[type="radio"]:checked + span::after, .wpcf7-form-control-wrap input[type="checkbox"]:checked + span::after{
  color: black;
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 11px;
  height: 11px;
  background: #bdd2d7;
  border-radius: 20%;
}

.wpcf7-form-control-wrap input[type="radio"]:checked + input[type="hidden"] + span, .wpcf7-form-control-wrap input[type="checkbox"]:checked + input[type="hidden"] + span {
  padding-left: 25px;
  position:relative;
  /*margin-right: 10px;*/
}

.wpcf7-form-control-wrap input[type="radio"]:checked + input[type="hidden"] + span::before, .wpcf7-form-control-wrap input[type="checkbox"]:checked + input[type="hidden"] + span::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #bdd2d7;
  border-radius: 20%;
}

.wpcf7-form-control-wrap input[type="radio"]:checked + input[type="hidden"] + span::after, .wpcf7-form-control-wrap input[type="checkbox"]:checked + input[type="hidden"] + span::after{
  color: black;
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 11px;
  height: 11px;
  background: #bdd2d7;
  border-radius: 20%;
}

.contact-form_item input[type="file"] {
  display: none;
}

.contact_form_upload {
  width: 167px;
  height: 46px;
  display: inline-block;
  overflow: hidden;
  position: relative;
  margin:0 0 10px;
  padding: 1em;
  background: #cfd9e6;
  border: 1px solid #cfd9e6;
  border-radius: 5px;/* CSS3 */
  -moz-border-radius: 5px; /* Firefox */
  -webkit-border-radius: 5px; /* Safari,Chrome */
  text-align: center;
  margin-right: 10px;
  cursor: pointer;
}

.contact-form_privercy #ttl_privercy {
  position: relative;
  top: -10px;
  background-color: #fff;
  padding: 0px 13px;
  margin-bottom: 35px;
}

.contact-form_privercy a {
  display: inline-block;
  margin-top: 10px;
}

.contact-form_privercy label {
  display: inline-block;
  margin-top: 25px;
}

.material_small_text {
  font-size: 11px;
  color: #ababab;
}

.contact-form_item .position_top {
  vertical-align: top;
}

.contact-form_item .contact_text {
  margin-top: 2em;
}

.contact-form_privercy label input[type="checkbox"] {
  display: none;
}

.contact-form_privercy label .chk-parts {
  padding-left: 25px;
  position:relative;
}

.contact-form_privercy label .chk-parts::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #bdd2d7;
  border-radius: 20%;
}

.contact-form_privercy label input[type="checkbox"]:checked + .chk-parts::after {
  color: black;
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 11px;
  height: 11px;
  background: #bdd2d7;
  border-radius: 20%;
}

.contact-form_privercy label input[type="checkbox"]:checked + input[type="hidden"] + span {
  padding-left: 25px;
  position:relative;
}

.contact-form_privercy label input[type="checkbox"]:checked + input[type="hidden"] + span::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #bdd2d7;
  border-radius: 20%;
}

.contact-form_privercy label input[type="checkbox"]:checked + input[type="hidden"] + span::after{
  color: black;
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 11px;
  height: 11px;
  background: #bdd2d7;
  border-radius: 20%;
}
