@charset "UTF-8";

/* ---------- ----------
  reset
 ---------- ---------- */

input[type="submit"],
input[type="button"] {
  -webkit-appearance: none;
  border-radius: 0;
}

/* ---------- ----------
  mailform
 ---------- ---------- */

.mailform_box {
  margin: 0 auto;
  max-width: 800px;
}

.mailform_box dl,
.mailform_box dd,
.mailform_box ol{
  margin:0;
  padding:0;
}

.mailform {
  width: 100%;
  box-sizing: border-box;
  table-layout: fixed;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background: #F6F7F9;
  text-align: left;
}

.mailform::after {
  content: "";
  display: table;
  clear: both;
}

.mailform:nth-of-type(1) {
  border-top: 1px solid #ccc;
}

.mailform:nth-of-type(odd) {
  background: #eee;
}

.mailform dt,
.mailform dd {
  position: relative;
  display: table-cell;
  font-size: 15px;
  padding: 12px 5px 12px;
  vertical-align: middle;
}

.mailform dt {
  width: 180px;
  padding: 12px 10px;
  text-align: left;
  line-height: 2;
  font-weight: bold;
}

.mailform dt .must {
  padding: 5px 8px;
  margin-right: 15px;
  border-radius: 4px;
  background-color: #FF5D00;
  background: linear-gradient(to bottom, #ff8d4c 0%, #ff8d4c 40%, #ff5d00 60%, #ff5d00 100%);
  font-size: 14px;
  color: #fff;
}

.mailform .attention {
  font-size: 13px;
  line-height: 1.3;
  padding-bottom: 6px;
}

.mailform dd{
  margin:0;
}

.mailform dd::after{
  content: "";
  display: table;
  clear: both;
}

.mailform dd.mfp label {
  /* float: left; */
  display: inline-block;
  padding-right: 15px;
  outline: none;
}

.mailform input {
  font-family: inherit;
}

.mailform input[type="text"],
.mailform input[type="tel"],
.mailform input[type="date"]{
  padding: 8px;
  line-height: 15px;
  font-size: 15px;
  width: 160px;
  border-radius: 4px;
  border: 1px solid #ccc;
  background: #fff;
  font-weight: normal;
}

.mailform select {
  height:42px;
  line-height:1;
  border:1px solid #ccc;
  font-size:15px;
  padding: 8px;
  background: #fff;
}

.mailform dd.mfp.cb label{
  box-sizing: border-box;
  margin: 0 15px 15px 0;
  padding: 8px 24px 8px 8px;
  border: solid 1px #ccc;
}

.mailform label.mfp_checked {
  background-color: #fff;
  box-shadow: 0px 1px 3px #CCC inset;
}

.mailform label.mfp_not_checked {
  background-color: #eee;
}

.mailform input.mfp_element_date,
.mailform input.mfp_element_tel {
  width: 156px;
}

.mailform input.mfp_element_radio {
  vertical-align: middle;
  margin: 0 6px 2px 4px;
  outline: none;
}

.mailform input::-webkit-input-placeholder {
  color:#aaa;
}

/*err*/

.mailform dd span.error {
  display: block;
  padding: 8px 0 0 0;
  margin: 0;
  line-height: 1;
  border:none;
  color: #f00;
  font-size: 13px;
}
.mailform .cb span.error {
  margin-top: -15px;
}

.mfp_element_all.problem {
  background: #fcc;
}

#errormsg_性別 {
  position: absolute;
  bottom: 4px;
  width: 230px;
}

#errormsg_会社{
  position: absolute;
  bottom: 4px;
  width: 250px;
}

#errormsg_工場{
  position: absolute;
  bottom: 4px;
  width: 250px;
}

#errormsg_勤務地{
  position: absolute;
  bottom: 4px;
  width: 250px;
}


/* 個人情報保護方針 .tbl-pp */

.mailform_box .tbl-pp {
  border-collapse: collapse;
  margin: 30px 50px;
  text-align: left;
  border: 1px solid #dadada;
  background: #fff;
}

.mailform_box .tbl-pp > dt {
  background-color: #f9f9f9;
  border-bottom: 1px solid #dadada;
  line-height: 28px;
  height: 28px;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
}

.mailform_box .tbl-pp .pp {
  height: 70px;
  padding: 5px 30px 30px;
  background: #fff;
  overflow-y: scroll;
  overflow-x: hidden;
}

.mailform_box .tbl-pp .pp * {
  text-align: left;
  font-size: 12px;
  line-height: 1.4;
}
.mailform_box .tbl-pp .pp ol li{
  list-style: auto;
  list-style-position: inside;
}
.mailform_box .tbl-pp .pp li {
  list-style-position: inside;
}

.mailform_box .tbl-pp .pp table {
  border-collapse: collapse;
  margin: 10px 0;
}

.mailform_box .tbl-pp .pp table th,
.mailform_box .tbl-pp .pp table td {
  padding: 5px 10px;
  border: 1px solid #dadada;
}

.mailform_box .tbl-pp .pp table th {
  background: #fafafa;
  white-space: nowrap;
  font-weight: normal;
}


/*送信ボタン*/

.mailform_box .btn-submit button {
  display: block;
  width: 610px;
  height: 100px;
  margin: 0 auto;
  padding: 0 40px;
  line-height:1.2;
  background: linear-gradient(to bottom, #ffa502 0%, #eb0800 100%);
  border-radius: 6px;
  border: 1px solid #eb0800;
  border-bottom: 0;
  color: #fff;
  font-size: 36px;
  font-weight:bold;
  text-align: center;
  text-shadow: rgba(0, 0, 0, .4) 0 -1px 0;
  box-shadow: rgba(0, 0, 0, 0.4) 0 2px 1px;
  cursor: pointer;
  outline: none;
}

.mailform_box .btn-submit button span {
  display: block;
  font-size: 20px;
  font-weight:normal;
}

.mailform_box .btn-submit button:hover {
  opacity: 0.7;
}


/* =====================
 from_mailformpro.css
 ===================== */

div#mfp_hidden {
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0px;
  margin: 0px;
}

div#mfp_hidden input {
  margin: 10px;
}

div.mfp_thanks {
  padding: 30px;
}

div.mfp_thanks p {
  line-height: 1.7em;
}

div.mfp_thanks ul.mfp_caution {
  margin: 0px;
  padding: 0px;
}

div.mfp_thanks ul.mfp_caution li {
  display: block;
  color: #C00;
  margin: 0px;
  padding: 5px 0px;
}

div#mfp_thanks {
  text-align: center;
  font-size: 18px;
  padding: 20px 0px;
}

div#mfp_thanks strong {
  color: #C00;
  font-size: 24px;
}


.layerContents {
  display: none;
}
div#nw_glayLayer {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 200;
}
#nw_overLayer {
  background: #fff;
  display: none;
  width: 600px;
  margin: auto;
  position: fixed;
  top: 15%;
  left: 0;
  right: 0;
  z-index: 210;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 6px;
  background: #f2f2f2;
  overflow: hidden;
}
#nw_overLayer .hd{
  display: block;
  padding: 12px 0;
  margin: 0;
  background: #f10000;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
}
#nw_overLayer .closeBtn {
  z-index: 220;
  position: absolute;
  display: inline-block;
  right: 12px;
  top: 12px;
  border: 2px solid #fff;
  border-radius: 17px;
  background: #f10000;
  width: 23px;
  height: 23px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}
#nw_overLayer .closeBtn::before{
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 3px;
  height: 14px;
  border-radius: 4px;
  background: #fff;
  transform: rotate(45deg);
}
#nw_overLayer .closeBtn::after{
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 3px;
  height: 14px;
  border-radius: 4px;
  background: #fff;
  transform: rotate(-45deg);
}
#nw_overLayer .closeBtn:hover{
  opacity: 0.8;
}
#nw_overLayer .cont {
  margin: 20px 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: auto;
  font-size: 12px;
  line-height: 1.5;
}
#nw_overLayer .cont dl{
  border-top: 2px solid #f2f2f2;
  width: 100%;
  background: #fff;
  box-sizing: border-box;
  margin: 0;
}
#nw_overLayer .cont dl:last-child{
  border-bottom: 2px solid #f2f2f2;
}
#nw_overLayer .cont dl::after {
  content: "";
  display: table;
  clear: both;
}
#nw_overLayer .cont dt,
#nw_overLayer .cont dd{
  float: left;
  padding: 6px 0 6px 1em;
  margin: 0;
}
#nw_overLayer .cont dt{
    width: 30%;
    border-right: 2px solid #f2f2f2;
    box-sizing: border-box;
}
#nw_overLayer .cont dd{
  width: 70%;
  box-sizing: border-box;
}
#nw_overLayer .btn{
  text-align: center;
  margin: 15px 0 25px;
  display: block;
}
#nw_overLayer .btn .back,
#nw_overLayer .btn .send{
  display: inline-block;
  vertical-align:top;
  width: 30%;
  margin: 0 3px;
  padding: 0.8em 0 0.7em;
  border-radius: 6px;
  border: 1px solid #888;
  background: #aaa;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  text-shadow: rgba(0, 0, 0, .4) 0 -1px 0;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
#nw_overLayer .btn .back:hover,
#nw_overLayer .btn .send:hover{
  opacity:0.8;
}
#nw_overLayer .btn .send{
  background: #f10000;
  background: linear-gradient(to bottom, #ffa502 0%, #eb0800 100%);
  border-radius: 6px;
  border: 1px solid #eb0800;
  font-weight:bold;
  text-shadow: rgba(0, 0, 0, .4) 0 -1px 0;
  outline: none;
}
#nw_overLayer .btn .send:focus{
  outline: none;
}
#nw_overLayer .btn .send:active,
#nw_overLayer .btn .send:disabled,
#nw_overLayer .btn .send:disabled:hover{
  border: none;
  outline: none;
  background: rgba(172, 0, 0, 1);
  cursor: default;
  opacity:1;
}

#nw_overLayer .cont::-webkit-scrollbar {
  width: 7px;
  background: #eaeaea;
}
#nw_overLayer .cont::-webkit-scrollbar-track {
  border-radius: 4px;
  background: #eaeaea;
}
#nw_overLayer .cont::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #cacaca;
}
#nw_overLayer .cont::-webkit-scrollbar-corner {
  background: #eaeaea;
}
@media screen and (max-width: 640px) {
  #nw_overLayer{
    width: 94%;
  }
  #nw_overLayer .cont{
    margin:20px 10px;
  }
  #nw_overLayer .btn .back, #nw_overLayer .btn .send{
    width:auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* =====================
 thanksページ
===================== */

#thankspage{
  text-align: center;
  padding:20px 0;
}

#thankspage .ttl{
  width:90%;
  font-weight: bold;
  background-color: #EEEEEE;
  border: #CCCCCC 1px solid;
  border-radius: 4px;
  padding: 5px 10px;
  margin: 0 auto;
  font-size: 18px;
}

#thankspage .txt{
  font-size:14px;
  text-align:center;
  padding: 20px 0 0;
}

#thankspage .btn {
  text-align:center;
}

#thankspage .btn {
  display: inline-block;
  background-color: #333;
  color: #FFFFFF;
  padding: 10px;
  border-radius: 5px;
  width: 200px;
  margin: 30px auto 0;
  text-decoration: none;
  font-size:15px;
}

#thankspage .btn:hover{
  opacity: 0.7;
}

#thankspage .contact_tel{
  margin: 30px auto 0 0;
  color: #CC0000;
}

#thankspage .contact_tel dt {
  padding: 0 0 8px;
  line-height: 1;
  font-size: 16px;
  font-weight: normal;
}

#thankspage .contact_tel dd {
  margin: 0;
  line-height: 1;
  font-size: 28px;
  font-weight: bold;
}
——————————————
.thankspage .contact_tel{
  margin: 30px auto 0 0;
  color: #CC0000;
}

.thankspage .contact_tel dt {
  padding: 0 0 8px;
  line-height: 1;
  font-size: 16px;
  font-weight: normal;
}

.thankspage .contact_tel dd {
  margin: 0;
  line-height: 1;
  font-size: 28px;
  font-weight: bold;
}
/* =====================
 smartphone
===================== */

@media screen and (max-width: 640px) {
  .mailform_box {
    width: 100%;
    margin: 0 auto;
    padding: 15px 0;
  }
  .mailform {
    display: block;
    width: auto;
    margin: 0 15px;
  }
  .mailform dt,
  .mailform dd {
    display: block;
    padding: 12px 5px 12px 15px;
  }
  .mailform dt {
    padding-bottom: 0;
  }
  .mailform dd label {
    padding-bottom: 10px;
  }
  .mailform input::-webkit-input-placeholder {
    line-height: 24px;
  }
  /*個人情報保護方針*/
  .mailform_box .tbl-pp {
    margin: 20px;
  }
  .mailform_box .tbl-pp .pp {
    padding: 5px 20px;
  }
  /*送信ボタン*/
  .mailform_box .btn-submit button {
    width: 100%;
    height: auto;
    padding: 15px 0;
    border-radius: 10px;
    line-height: 1.3;
    font-size: 30px;
  }
  .mailform_box .btn-submit button:hover {
    opacity: 1;
  }
  .mailform_box .btn-submit button span {
    font-size: 15px;
    padding-bottom: 2px;
    display: block;
  }
  .mailform_box .btn-submit button:active {
    background: #bd0000;
    box-shadow: #bd0000 0 2px 1px;
  }
  /*送信完了*/
  div#mfp_thanks {
    text-align: center;
    font-size: 18px;
    padding: 20px 0px;
  }
  div#mfp_thanks strong {
    color: #C00;
    font-size: 24px;
    display: block;
  }
}

/*noscript cation */
.no_script{
  position: fixed;
  box-sizing: border-box;
  top: 0;
  left: 0;
  right: 0;
  width:100%;
  margin: auto;
  padding: 20px 10%;
  background: #f00;
  font-size: 100%;
  color: #fff;
  text-align: center;
  z-index: 1000;
}
.no_script a{
  color: #fff;
}

/*add_radio-btn*/
input[type=checkbox], input[type=radio] {
  margin: 0px 7px 0px;
  margin-top: 1px\9;
  line-height: normal;
}

/* thanks_line */

#line_contents h2 {
  margin: 0;
  padding: 14px 0px 14px 10px;
  background-image: url(../../common/images/cmn_line_title_back.jpg);
  background-position: left top;
  background-repeat: repeat-x;
  color: white;
  font-weight: bold;
  font-size: 1.3rem;
  text-shadow: none;
  line-height: 100%;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: left;
}

.line_fv{
  width: 100%;
  display: block;
  margin: 0 auto;
}
.line_container{
  width: 100%;
  margin: 0 auto;
  margin-bottom: 40px;
}
#line_contents p {
  padding: 16px 10px;
  max-width: 1000px;
  margin: 0 auto;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#line_contents img {
  display: block;
  max-width: 100%;
  height: auto;
}

.line_friend{
  margin-bottom: 30px;
  }
.line_btn{
  margin: 0 auto !important;
  width: 240px;
}
.line_qr{
  margin: 0 auto !important;
  width: 190px;
}
  
@media (max-width: 767px){
  .line_btn{
    margin: 0 auto !important;
    width: 200px;
  }
  .line_qr{
    margin: 0 auto !important;
    width: 150px;
  }
  
}
@media (max-width: 767px) {
  .apr_pc {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .apr_sp {
    display: none !important;
  }
}
