@charset "utf-8";
/* CSS Document */


/* overwrite */
.cp-outdoor, order-sheet,
.foot-fix-nav,
header::after,
header nav,
header .nav_toggle,
footer .inquery-wrap,
footer .footWrap .foot-sitemap{
  display: none;
}
header{
  background: none;
}
main{
  margin-top: 0;
}
footer .footWrap {
  padding: 30px 0;
}
.page-top{
  transform: translateY(10px);
}
@media screen and (max-width: 768px){
  footer .footWrap {
    padding: 0;
  }
  .page-top{
    transform: translateY(60px);
  }
}

.cont-ttlWrap .cont-kv{
  background: none;
  background-position: center right;
  animation: kv-on 1.4s ease-out .6s forwards;
  transition: 1s;
}
@keyframes kv-on {
  100% {
  background: url(../images/contact/kv_form.jpg) center right no-repeat;
  background-size: cover;
  }
}

.cont-ttlWrap.online .cont-kv{
  background: none;
  background-position: center right;
  animation: kv-on-online 1.4s ease-out .6s forwards;
  transition: 1s;
}
@keyframes kv-on-online {
  100% {
  background: url(../images/contact/kv_online.webp) center right no-repeat;
  background-size: cover;
  }
}

.cont-ttlWrap .cont-kv img{
  display: none;
}


/* contact */
.Content {
  margin-bottom: 120px;
}
.Content .catch-copy{
  margin-bottom: 25px;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.7;
  text-align: center;
}
.Content .catch-copy span{
  display: block;
  font-size: 55%;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
}
.Content .lead{
  margin-bottom: 60px;
  line-height: 1.7;
  text-align: center;
}
.Content .inner {
  max-width: 1000px;
  margin: 0 auto;
}
.Content .inner .content {
  padding: 20px 40px 60px;
  background: #f5f5f6;
}

/* reset */
input, button, select, textarea { -webkit-appearance: none; -moz-appearance: none; appearance: none; background: transparent; border: none; border-radius: 0; font: inherit; outline: none; box-sizing: border-box;}
textarea { resize: vertical;}
input[type='checkbox'], input[type='radio'] { display: none; }
input[type='submit'], input[type='button'], label, button, select { cursor: pointer;}

input, select, textarea{
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  border: 1px solid #ededed;
  background: #fff;
  transition: .3s;
}
input{
  width: 60%;
  height: 46px;
  padding: 0 15px;
}
.select-box{
  display: inline-block;
  padding-right: 34px;
  background: #fff;
  border: 1px solid #dddddd;
  position: relative; 
  transition: .3s;
}
.select-box:hover{
  border: 1px solid #7b8d90;
}
.select-box::before, .select-box::after {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  border: 1px solid transparent;
  width: 0;
  height: 0;
  right: 11px;
}
.select-box::before {
  bottom: 55%;
  border-width: 0 5px 6px 5px;
  border-bottom-color: #D6D6D6;
}
.select-box::after {
  border-width: 6px 5px 0 5px;
  border-top-color: #D6D6D6;
  top: 55%;
}
.select-box select{
  height: 46px;
  padding: 0 0 0 15px;
  border: none;
  color: #333333;
  font-size: 1.5rem;
}
textarea{
  width: 100%;
  min-height: 240px;
  padding: 5px 8px !important;
  line-height: 1.7 !important;
}
input:focus, textarea:focus{
  outline: 2px solid #7b8d90;
}
::placeholder {
  color: #bcbcbc;
  font-weight: 300;
}
.mfp_element_all{
  max-width: 100%;
}
div.mfp_buttons button#mfp_button_cancel{
  color: #333333;
}

form#mailformpro dl:first-of-type dt, form#mailformpro dl:first-of-type dd{
  border-top: none;
}

.Contact form#mailformpro dl#name dd input,
.Contact form#mailformpro dl#kana dd input,
.Contact form#mailformpro dl#company dd input,
.Contact form#mailformpro dl#mail dd input,
.Contact form#mailformpro dl#tel dd input{
  width:60%;
}
label input[type="radio"] {
  width: 22px;
  border: 2px solid #888888;
  border-radius: 0;
  background: #fff;
}
form#mailformpro label.second{
  margin-left: 30px;
}

form#mailformpro dl.candidate dt {
  padding: 30px 0 0 20px;
}
form#mailformpro dl.candidate dd {
  padding: 30px 0 0 5%;
}
form#mailformpro dl.candidate.ad dd {
  padding: 15px 0 0 5%;
}
form#mailformpro dl.candidate.ad-last dd {
  padding: 15px 0 30px 5%;
}
form#mailformpro dl.candidate dd.flex {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
form#mailformpro dl.candidate dd.flex .date {
  width: 140px;
  margin: 0 10px;
}
form#mailformpro dl.candidate dd.flex .date input {
  width: 100%;
}
form#mailformpro dl.candidate dd.flex .select-box select {
  width: 140px;
  height: 44px;
}

.btnWrap{
  max-width: 320px;
  margin:40px auto 0;
}
.btnWrap .btn.round{
  width: 100%;
  max-width: 100%;
}
.btnWrap .btn.round span{
  position: relative;
  z-index: 1;
}
/* color */
.btn.round.bk {
  border-color: #333333;
  color: #333333;
}
.btn.round.bk:hover {
  color: #ffffff;
  opacity: 1;
}
.btn.round.bk::before {
  border-color: #333333;
}
.btn.round.bk:hover::before{
  border-color: #ffffff;
}
.btn.round.bk::after{
  background: #333333;
}

/* privacy */
.privacy{
  width: 100%;
  height: 280px;
  margin-top: 5%;
  padding: 25px;
  background: #ffffff;
  font-size: 1.4rem;
  line-height: 1.4;
  overflow-y: scroll;
}
.privacy h2{
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}
.privacy h3{
  margin: 20px 0 5px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6;
}
.privacy p{
  line-height: 1.7;
}
.privacy ul{
  margin: 1% 0;
  list-style: none;
  line-height: 1.7;
}
.privacy ul li{
  padding-left: 1em;
  text-indent: -1em;
}
.privacyBox .agreeBox{
  margin-top: 30px;
  text-align: center;
}
.privacyBox .agreeBox .btnCheck{
  display: inline-block;
  margin-top: 15px;
  border: 1px solid #bababa;
  padding: 10px 20px;
  border-radius: 4px;
}

/*完了画面*/
.Contact .wrap.ct {
  text-align: center;
}
.Contact .wrap.ct h3{
  font-size: 2.6rem;
  font-weight: 500;
  margin-bottom: 25px;
}
.Contact .wrap.ct h3 + p{
  font-size: 1.6rem;
  line-height: 1.8;
}
.Contact .wrap.ct h3 + p + .btn{
  max-width: 320px;
  margin: 40px auto 0;
}


@media screen and (max-width: 768px){
  .Content {
    margin-bottom: 60px;
  }
  .Content .catch-copy{
    margin-bottom: 25px;
    font-size: 2.2rem;
  }
  .Content .catch-copy span{
    font-size: 60%;
  }
  .Content .lead{
    margin-bottom: 30px;
    font-size: 1.4rem;
  }
  .distributor .Content .lead{
    text-align: left;
  }
  .Content .inner .content {
    padding: 0;
    background: none;
    border: none;
  }
  form#mailformpro label.second{
    margin-left:0;
  }
  input{
    width: 90%;
    padding: 0 2%;
  }
  .Contact form#mailformpro dl#name dd input, .Contact form#mailformpro dl#kana dd input, .Contact form#mailformpro dl#company dd input, .Contact form#mailformpro dl#mail dd input, .Contact form#mailformpro dl#tel dd input,
  textarea{
    width: 100%;
    padding: 0 5%;
  }
  .privacy{
    height: 180px;
    padding: 4%;
    border: 1px solid #f7f7f7;
  }
  .privacy h2{
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  textarea{
    width: 100%;
  }

  form#mailformpro dl.candidate dt {
    padding: 5% 0 1%;
  }
  form#mailformpro dl.candidate.ad dt {
    padding: 0;
  }
  form#mailformpro dl.candidate dd {
    padding: 0 0 2%;
  }
  form#mailformpro dl.candidate.ad dd {
    padding: 0 0 2%;
  }
  form#mailformpro dl.candidate.ad-last dd {
    padding: 0 0 8%;
  }
  form#mailformpro dl.candidate dd.flex .ttl {
    width: 100%;
  }
  form#mailformpro dl.candidate dd.flex .date {
    margin: 0 10px 0 0;
  }
  form#mailformpro dl.candidate dd.flex .select-box select {
    width: 100px;
  }

  /*完了画面*/
  .Contact .wrap.ct h3{
    font-size: 2.0rem;
    margin-bottom: 20px;
  }
  .Contact .wrap.ct h3 + p{
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .Contact .wrap.ct h3 + p + .btn{
    max-width: 280px;
    margin: 35px auto 0;
  }
}