@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
} 
html {
    font-size: 100%;
    width: 100%;
}
body {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 400;
    color: #514E4D;
    font-size: 14px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    background-color: #fff;
}
*, *::before, *::after {
    box-sizing: border-box;
}
a:link, a:visited, a:hover, a:active {
    color: #0000ff;
    text-decoration: none;
}
img{max-width: 100%; height: auto; vertical-align: top;}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* フォームの初期状態を解除 */
input[name=btn_confirm]{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.pc{display: block;}
.sp{display: none;}
.br-sp{display: none;}
.bold{font-weight: bold;}
.font-big{font-size: 1.2em;}
.font-mini{font-size: 0.8em;}

@media screen and (max-width: 480px){
  body {line-height: 160%;}

}

/*******************************
ヘッダーデザイン
********************************/
.nav-header{max-width: 1240px; max-height: 85px; margin: 50px auto; padding: 0 50px; text-align: right;}

/*******************************
フッターデザイン
********************************/
#footer{background-color: #DBC3C4;}
.footer_inner{display: flex; justify-content: space-between; max-width: 1240px; margin:0 auto;}
.footer-left{width: 142px;}
.footer-right{padding-top: 5px; font-size: 1.4em;}
.footer-right ul{list-style: none; display: flex;}
.footer-right li{margin: 0 15px;}
.footer-right li a{color: #514E4D; font-weight: normal;}
.footer-right li a:hover{color: #aaa;}

/*******************************
コンテンツデザイン
********************************/
#content{
    max-width: 1240px;
    margin: 0 auto;
    padding: 50px 50px 100px;
    font-size: 16px;
}
#content p{
    margin-bottom: 1.5em;
}
.button_pink{
  border: 1px solid #F3C8C8;
  border-radius: 25px;
  padding: 10px 50px;
  color: #F3C8C8 !important;
  font-weight: bold;
}
.button_pink:hover{
  border: 1px solid #f7e3e3;
  color: #f7e3e3 !important;
}

/*******************************
お問い合わせフォームデザイン
********************************/
.form-block{
  border: 1px solid #eee;
  width: 80%;
  margin: 0 auto;
  padding: 30px;
  background: #fff;
}
input[type=text] {
    padding: 15px 10px;
    font-size: 86%;
    border: 1px solid #eee;
    border-radius: 3px;
  background: #eee;
  width: 100%;
}
textarea {
    padding: 5px 10px;
    font-size: 100%;
    border: 1px solid #eee;
    border-radius: 3px;
  background: #eee;
  width: 100%;
}
input[name=btn_confirm],
input[name=btn_submit],
input[name=btn_back] {
    padding: 15px 100px 10px;
    width: auto;
    font-size: 1em;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    border: none;
    border-radius: 3px;
    box-shadow: 0 3px 0 #ce5555;
    background: #FF7C7C;
}
input[name=btn_confirm]:hover{
  background-color: #ffa7a7;
  box-shadow: 0 3px 0 #ca7d7d;
}
input[name=btn_back] {
    margin-right: 20px;
    box-shadow: 0 3px 0 #777;
    background: #999;
}
.element_wrap {
    margin-bottom: 10px;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
  text-align: left;
  display: inline-block;
  width: 100%;
}
.element_wrap_last {
  margin-bottom: 10px;
  padding: 10px 0;
text-align: left;
display: inline-block;
width: 60%;
}
.form_flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 50px;
}
label {
    display: inline-block;
    margin-bottom: 10px;
    font-weight: bold;
}
.element_wrap p {
    display: inline-block;
    margin:  0;
    text-align: left;
}
.submit-position{
  display: inline-block;
  text-align: right;
}
.required{
  font-size: 0.8em;
  font-weight: bold;
  margin-left: 1em;
  background-color: #F29383;
  color: #fff;
  border-radius: 5px;
  padding: 2px 10px;
}
.tele_caution{
  font-size: 0.8em;
  margin-top: 10px;
}
/*******************************
ご確認ページデザイン
********************************/
.confirm-form_inner{
    max-width: 1000px;
    margin: 0 auto;
    padding: 150px 40px;
  }
  .confirm-form-title{
    text-align: center;
    font-size: 2em;
    font-weight: bold;
  }
  .confirm-form-table{
    margin-top: 20px;
    width: 100%;
  }
  .confirm-form-table th{
    border: 1px solid #eee;
    background-color: #fdfdfd;
    padding: 20px 40px;
    width: 30%;
    text-align: center;
  }
  .confirm-form-table td{
    border: 1px solid #eee;
    background-color: #fff;
    padding: 20px 40px;
    width: 70%;
  }
  button{
      border: none;
      background: none;
  }
  .button-send-position{
      text-align: center;
      margin: 60px 0 30px;
  }
  .button-send{
      padding: 20px 50px 15px;
      font-size: 1.2em;
      font-weight: bold;
      color: #fff;
      cursor: pointer;
      border: none;
      border-radius: 3px;
      box-shadow: 0 3px 0 #ce5555;
    background: #FF7C7C;
  }
  .button-send:hover{
    background-color: #ffa7a7;
  box-shadow: 0 3px 0 #ca7d7d;
  }
  .button-send-no{ /* disable時のボタンデザイン */
      padding: 20px 50px 15px;
    font-size: 1.2em;
    font-weight: bold;
      color: #fff;
      cursor: pointer;
      border: none;
      border-radius: 3px;
      box-shadow: 0 3px 0 #2f2f2f;
      background: #8c8c8c;
  }
  .button-return-position{
      text-align: center;
  }
  .button-return{
      color: #0366D6;
      font-size: 1em;
      cursor: pointer;
  }
  .button-return:hover{
      color:#ff0000;
  }
  /*エラーリスト表示用*/
  .confirm-form_inner ul{
    list-style: none;
    margin: 30px 0;
  }
  .error_list{
    color:#ff2e5f;
    font-size:86%;
    text-align:center;
    padding:20px 40px;
    border:1px solid #ff2e5f;
    border-radius:5px;
    position: relative;
  }
  .error_list:before{
    background-color: #fff;
    position: absolute;
    left: 35%;
    top: 0;
    transform: translate(0, -35%);
    -webkit-transform: translate(0, -35%);
    -ms-transform: translate(0, -35%);
    content: '申込み内容に不備があります';
    padding: 10px 30px;
    color: #ff2e5f;
    font-weight: bold;
    font-size: 1.2em;
  }
  .error_list li{
    text-align:center;
    padding-bottom: 10px;
    list-style: none;
  }
  .error_list li:first-child{
      padding-top: 18px;
  }
  
/*******************************
サンクスページデザイン
********************************/
.thanks-form_inner{max-width: 1000px; margin: 0 auto; padding: 20px 40px; font-size: 16px;}
.thanks-form_inner.top{font-size: 1.6em; font-weight: bold; text-align: center;}
.thanks-form_inner.contact-information{margin: 50px 0;}
.thanks-form_inner.button{text-align: center; margin-bottom: 150px;}
/*******************************
ノートパソコン用
********************************/
@media screen and (max-width: 1240px){
    .top_button{max-width: 20vw; top: 36vw;}
}

/*******************************
タブレット用
********************************/
@media screen and (max-width: 1024px){
    .br-pc{display: none;}
}

/*******************************
スマホ用 横
********************************/
@media screen and (max-width: 896px) {
  .pc{display: none;}
  .sp{display: block}
  .nav-header{margin-bottom: 10px; padding: 0 10px;}
  .element_wrap_last {width: 100%;}
  .form_flex{flex-direction: column; margin-top: 0;}
  #content{padding: 50px 10px 100px;}
  .form-block{width: 100%;}
  .confirm-form_inner{padding: 150px 10px;}
  .confirm-form-title{line-height: 160%; font-size: 1.4em;}
  .confirm-form-table th{padding: 10px; width: 40%;}
  .confirm-form-table td{padding: 10px; width: 60%;}
  .error_list{padding:20px;}
  .error_list:before{left: 15%;}
}

/*******************************
スマホ用 縦
********************************/
@media screen and (max-width: 480px){
  .br-sp{display: block;}
  .footer_inner{flex-direction: column;}
  .footer-left{padding: 20px 10px 0; width: 100%;}
  .footer-right{padding: 0 20px 20px; width: 100%;}
  .footer-right_bottom{flex-direction: column; text-align: center;}
  .footer-right_bottom .button_pink{width: 100%;}
}