@charset "utf-8";

#mfp_loading_screen {
  display: none;
}

#mfp_overlay_background {
  display: none;
}

#mfp_hidden {
  display: none;
}

header {
  background: rgba(255, 255, 255, .8);
}

#All_Wrap {
  display: block;
  width: 100%;
  padding: 120px 0;
  background-color: #687d86;
  background-size: cover;
}

.block_Ttl {
  color: #fff;
  font-size: 25px;
  letter-spacing: 0.2em;
  text-align: center;
}

.block_Ttl span {
  display: block;
  padding-top: 6px;
  margin-bottom: 30px;
  font-size: 14px;
  font-family: 'Yu Gothic UI', YuGothic, 'Yu Gothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', sans-serif;
  text-align: center;
}

/* 創業感謝キャンペーン部分 */
.sogyo_thanks {
  width: 100%;
  margin: -46px auto 0;
  background: #fff;
}

.sogyo_thanks figure img {
  width: 100%;
}

.sogyo_thanks .notes_Area {
  padding: 50px 0;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto 50px;
}

.sogyo_thanks .notes_Area h4 {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 5px;
}

.sogyo_thanks .notes_Area ul {
  width: 100%;
  margin: 0 auto;
}

.sogyo_thanks .notes_Area ul li {
  font-size: 11px;
  line-height: 1.3;
  margin-bottom: 0.3em;
  padding-left: 1em;
  text-indent: -1em;
  text-align: left;
}

footer {
  padding: 0;
}

.ttl {
  padding: 20px 0;
  color: #fff;
  font-size: 1.6em;
  text-align: center;
}

.privacy_Block {
  max-width: 900px;
  width: 90%;
  padding: 20px;
  margin: 0 auto 10px;
  background-color: rgba(255, 255, 255, .8);
  border: 4px double #fff;
  box-sizing: border-box;
}

.privacy_Block h4 {
  padding: 0 0 10px;
  font-size: 16px;
}

.privacy_Block p {
  font-size: 14px;
  line-height: 1.6;
}

.privacy_Block a {
  text-decoration: underline;
}

.privacy_Block a:hover {
  text-decoration: none;
}

.block {
  max-width: 900px;
  width: 90%;
  margin: 0 auto;
  background-color: #fff;
}

.block h3 {
  padding: 10px;
  color: #FFF;
  background: #004a65;
  font-size: 16px;
  box-sizing: border-box;
}

.block h3 span {
  font-size: 12px;
}

.req_List>li {
  padding: 5px;
  border-bottom: 1px dotted #555;
  box-sizing: border-box;
}

.req_List dl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.req_List dt {
  width: 30%;
  padding: 15px;
  font-size: 14px;
  line-height: 1.8;
  font-weight: normal;
  box-sizing: border-box;
}

.req_List dt span {
  color: #9e0d0d;
  font-size: 12px;
}

.req_List dd {
  width: 70%;
  padding: 15px;
  border-left: 1px solid #ddd;
  font-weight: normal;
  text-align: left;
  box-sizing: border-box;
}

input {
  padding: 8px;
  font-size: 16px;
  background-color: #fff !important;
  border: 1px solid #888;
  border-radius: 3px;
  text-align: left;
  box-sizing: border-box;
}

textarea {
  width: 100% !important;
  height: 250px !important;
  padding: 8px;
  font-size: 16px;
  border: 1px solid #888;
  border-radius: 3px;
  text-align: left;
  box-sizing: border-box;
}

select {
  width: 20em;
  padding: 8px;
  font-size: 16px;
  border: 1px solid #888;
  border-radius: 3px;
  box-sizing: border-box;
}

/* 個別設定 */
.form_list01 input {
  width: 100%;
}

.form_list02 input {
  width: 100%;
}

.add_Num {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.add_Num input {
  width: 15em;
}

.add_Num a {
  margin-left: 10px;
  font-size: 14px;
  text-decoration: underline;
}

.addList li {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 15px;
}

.addList li p {
  font-size: 14px;
}

.addList li input {
  width: 70%;
}

.form_list04 input {
  width: 100%;
}

.form_list05 input {
  width: 100%;
}

.mfp_buttons {
  margin: 30px auto 0;
  text-align: center;
}

.mfp_buttons button {
  width: 300px;
  padding: 20px 0;
  color: #fff;
  background-color: #b1a70c;
  color: #fff;
  border-radius: 5px;
  font-size: 16px;
  box-sizing: border-box;
  transition: .3s;
}

.mfp_buttons button:hover {
  opacity: 0.5;
}

.mfp_buttons button#mfp_button_cancel {
  background-color: #a5a5a5;
}

.thakns_Wrap {
  position: relative;
  max-width: 1000px;
  width: 90%;
  height: 50vh;
  background-color: rgba(0, 0, 0, .6);
  margin: 0 auto;
}

.thakns_Wrap>div {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  color: #fff;
  text-align: center;
  transform: translate(-50%, -50%);
}

.thanksTxt {
  padding: 0 0 20px;
  font-size: 24px;
  line-height: 1.8;
  letter-spacing: 0.2em;
}

.thakns_Wrap p {
  padding: 0 0 20px;
  font-size: 17px;
  line-height: 2.5;
}

.thakns_Wrap a {
  text-decoration: underline;
}

/* 確認画面 */
#mfp_phase_confirm_inner h4 {
  color: #fff;
  font-size: 16px;
  text-align: center;
}

#mfp_confirm_table {
  max-width: 900px;
  width: 90%;
  margin: 20px auto 0;
  background-color: #fff;
}

#mfp_confirm_table tr {
  padding: 5px;
  border-bottom: 1px dotted #555;
  box-sizing: border-box;
}

#mfp_confirm_table tr {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

#mfp_confirm_table th {
  width: 30%;
  padding: 15px;
  font-size: 14px;
  line-height: 1.8;
  font-weight: normal;
  box-sizing: border-box;
}

#mfp_confirm_table td {
  width: 70%;
  padding: 15px;
  border-left: 1px solid #ddd;
  font-weight: normal;
  text-align: left;
  box-sizing: border-box;
}

/*===================
sp
===================*/
@media only screen and (max-width: 859px) {

  /* 創業感謝キャンペーン部分 */
  .sogyo_thanks {
    margin: -70px auto 0;
  }

  .sogyo_thanks .notes_Area {
    padding: 30px 0;
  }

  .ttl {
    font-size: 1.2em;
  }

  .block {
    width: 96%;
  }

  .req_List dl {
    flex-direction: column;
    align-items: flex-start;
  }

  .req_List dt {
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #ddd;
  }

  .req_List dd {
    width: 100%;
    padding: 10px;
    border-left: none;
  }

  .form_list07 select,
  .form_list08 select,
  .form_list09 select,
  .form_list10 select,
  .form_list11 select,
  .form_list11 .check_list {
    width: 100%;
  }



  .thakns_Wrap {
    width: 96%;
    height: 80vh;
  }

  .thakns_Wrap>div {
    padding: 20px;
    box-sizing: border-box;
  }

  .thanksTxt {
    padding: 0 0 20px;
    font-size: 18;
    line-height: 1.6;
    letter-spacing: 0.2em;
  }

  .thakns_Wrap p {
    padding: 0 0 20px;
    font-size: 14px;
    line-height: 2;
  }

  .thakns_Wrap a {
    font-size: 14px;
    line-height: 1.5;
  }



  #mfp_confirm_table tr {
    flex-direction: column;
    align-items: flex-start;
  }

  #mfp_confirm_table th {
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #ddd;
  }

  #mfp_confirm_table td {
    width: 100%;
    padding: 10px;
    border-left: none;
  }

  #mfp_phase_confirm .mfp_buttons {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .mfp_buttons button#mfp_button_cancel {
    margin-bottom: 15px;
  }


  .privacy_Block {
    width: 96%;
    padding: 16px;
    text-align: left;
  }

}

/* 追加アンケート用CSS */
.check_list label {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 12px;
}

.check_list input {
  margin: 0 5px 0 0;
  line-height: 1;
}

#text {
  /* display: none; */
  width: 70%;
}

.textarea {
  width: 70%;
}

.privacy {
  padding: 15px 0;
}

.td_text {
  font-size: 14px;
  line-height: 1.6;
}

.td_text a {
  text-decoration: underline;
}

.day_Block dd p {
  font-size: 14px;
}

.day_Block dd input,
.day_Block dd select {
  margin: 10px 0;
}

.day_Block dd small {
  display: block;
  margin: 0 0 20px;
}

.form_list001 .flex {
  align-items: center;
}

.form_list001 .flex p {
  margin-left: 5px;
}


/*追加バナー用CSS*/
.bnr_box {
  display: block;
  max-width: 900px;
  margin: 0 auto 40px;
  transition: all 0.5s;
}

.bnr_box a {
  transition: 0.3s;
}

.bnr_box a:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 859px) {
  .bnr_box {
    max-width: 96%;
    margin: 0 auto 30px;
  }
}

.wht_obj {
  pointer-events: none;
  opacity: 1;
}