@charset "utf-8";
/*------------------------------------------------------------------------------------------------------

申込みフォーム

------------------------------------------------------------------------------------------------------*/
html {
  font-size: 100%;
}
.for-px {
  display: none;
}
body {
  padding: 0;
  margin: 0;
}
a {
  color: #000;
  text-decoration: none;
}
ul {
  list-style: none;
}
/*ヘッダー*/
header {
  background: #FFF;
  box-sizing: border-box;
  padding: 15px;
}
header img {
  width: auto;
  height: 18px;
}
/*フッター*/
footer {
  background: #f6f5f2;
}
footer dl {
  box-sizing: border-box;
  padding: 15px;
  margin: 0;
}
footer .box-footer {
  margin-bottom: 20px;
}
footer dt {
  font-size: 1rem;
  line-height: 2;
  font-weight: bold;
}
footer dd {
  margin: 0;
}
footer ul {
  margin: 0;
  padding: 0;
}
footer ul li {
  font-size: 0.92rem;
  line-height: 1.3;
  margin-bottom: 0.8rem;
}
footer a:hover {
  text-decoration: underline;
}
footer .box-copyright {
  background: rgb(237, 237, 233);
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 15px;
  flex-wrap: wrap;
}
footer .box-copyright a {
  font-size: 0.92rem;
  line-height: 1.5;
  border-right: 1px solid #000;
  padding-right: 7px;
  margin-right: 7px;
}
footer .box-copyright p {
  font-size: 0.92rem;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}
/*タイトルエリア*/
.area-title {
  position: relative;
}
.area-image {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -100;
}
.area-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.area-grad {
  position: relative;
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.6) 100%);
  box-sizing: border-box;
  padding: 15px;
  overflow: hidden;
}
h1 {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.3;
  color: #000;
  text-align: left;
  margin: 0;
  padding: 0;
}
/*フォームエリア*/
.wrap-contents {
  box-sizing: border-box;
  padding: 15px;
}
span.icon-required {
  font-size: 0.5rem;
  font-weight: bold;
  color: rgb(215, 78, 38);
  vertical-align: top;
}
p.txt-request {
  font-size: 1.5rem;
}
.txt-request {
  font-size: 2em;
  line-height: 1.3;
  margin-bottom: 20px;
}
.block-explanation p {
  font-size: 1rem;
  line-height: 1.3;
  margin-bottom: 20px;
}
.block-form .box-item:not(:last-child) {
  margin-bottom: 20px;
}
.block-form .box-item p.item-name {
  font-size: 1rem;
  font-weight: bold;
  color: rgb(60, 60, 60);
  margin-bottom: 5px;
}
.block-form .box-item input[type=text], .block-form .box-item select, .block-form .box-item textarea {
  font-size: 1rem;
  border: 1px solid #666;
  width: 100%;
  box-sizing: border-box;
  padding: 7px 5px;
  border-radius: 3px;
  resize: none;
}
.block-form .box-item .box-radio .inner-radio, .block-form .box-item .box-check {
  display: flex;
  align-items: center;
  width: 100%;
}
.block-form .box-item .box-radio .inner-radio:not(:last-child) {
  margin-bottom: 5px;
}
.block-form .box-item .box-radio .inner-radio input[type=radio], .block-form .box-item .box-check input[type=check] {}
.block-form .box-item .box-radio label, .block-form .box-item .box-check label {
  cursor: pointer;
}
.block-form .box-item .txt-consent {
  font-size: 1rem;
}
.block-form .box-item .txt-consent a {
  color: #5f60ff;
  text-decoration: underline;
}
.block-form .box-item .txt-consent a:hover {
  color: #d74e26;
  text-decoration: underline;
}
.box-button {
  display: flex;
  width: 100%;
  margin: 20px auto 0 auto;
  text-align: center;
}
.box-button input[type=submit] {
  width: 100%;
  max-width: 145px;
  box-sizing: border-box;
  padding: 10px;
  text-align: center;
  border: #000 solid 1px;
  border-radius: 3px;
  font-size: 1rem;
  margin: 0 auto;
  background: #000;
  color: #FFF;
  cursor: pointer;
}
.box-button:hover input[type=submit] {
  background: #5f60ff;
  border: #5f60ff solid 1px;
}

/*確認画面*/
#confirm .item-name{
  font-weight: normal;
  color: #999;
  }
#confirm p.confirm-feeld{
  font-size: 1.3rem;
  color: #000;
  background: #eff3fc;
  padding: 5px;
  margin: 0;
  }


/* PC 指定
------------------------------------------------------------------------------------------------------*/
@media screen and (min-width:767px) {
  .for-sp {
    display: none;
  }
  .for-pc {
    display: block;
  }
  body {
    background: #eee;
    padding: 0;
    margin: 0;
  }
  header {
    width: 1024px;
    margin: 0 auto;
  }
  footer {
    width: 1024px;
    margin: 0 auto;
  }
  footer dl {
    display: flex;
    justify-content: space-between;
    width: 900px;
    margin: 0 auto;
  }
  footer .social-event .box-footer:not(:last-child) {
    margin-bottom: 20px;
  }
  footer .box-footer, footer .box-footer-last {
    width: 278px;
    margin-bottom: 0;
  }
  footer dt {
    font-size: 0.92rem;
    line-height: 2;
    font-weight: bold;
  }
  footer ul li {
    font-size: 0.87rem;
  }
  footer .box-copyright a {
    font-size: 0.87rem;
  }
  footer .box-copyright p {
    font-size: 0.87rem;
  }
  footer .box-copyright {
    text-align: center;
    padding: 10px 80px;
  }
  .area-title {
    width: 1024px;
    margin: 0 auto;
  }
  .area-image img {
    width: 100%;
    height: auto;
  }
  .wrap-contents {
    width: 1024px;
    box-sizing: border-box;
    padding: 40px 20px 40px 20px;
    margin: 0 auto;
    background: #fff;
  }
  .area-grad {
    padding: 40px 40px;
  }
  .wrap-contents {
    box-sizing: border-box;
    padding: 40px 100px;
  }
  .block-form .box-item:not(:last-child) {
    margin-bottom: 30px;
  }
}