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

/* index.html thanks.html 共通設定 */

.viewSp {
  display: none;
}

body {
  font-family: Noto Sans Japanese,Yu Gothic,Hiragino Kaku Gothic Pro,Osaka,Meiryo,MS PGothic,Arial,Helvetica,Verdana;
  font-weight: 500;
}

header, main, footer {
  min-width: 900px;
  box-sizing: border-box;
}

img {
  width: 100%;
}

header {
  padding: 1em 2em;
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-justify-content: space-between; /* Safari */
  justify-content:space-between;
  -webkit-align-items: center; /* Safari */
  align-items:center;
}

.header__logo {
  width: 12em;
}

.header__text {
  font-size: 12px;
}

.topText {
  background: #222;
  text-align: center;
  padding: 142px 16px;
  color: #fff;
}

.topTextb {
  background: #222;
  text-align: center;
  padding: 142px 16px;
  color: #000;
}

.topText__title {
  font-size: 3.5em;
  font-weight: 600;
}

.topText__copy {
  font-weight: 500;
  font-size: 18px;
  margin-top: 16px;
  letter-spacing: 0.1em;
}

footer {
  background-color: #777;
  padding: 1em 2em;
  font-size: 12px;
  color: #fff;
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-justify-content: space-between; /* Safari */
  justify-content:space-between;
  -webkit-align-items: center; /* Safari */
  align-items:center;
}

footer * {
  color: #fff;
}

/* スマートフォン */
@media only screen and (max-width: 768px){
  .viewPc {
    display: none;
  }

  .viewSp {
    display: block;
  }

  header, main, footer {
    min-width: 300px;
  }

  .header__text {
    display: none;
  }

  footer {
    -webkit-flex-direction: column-reverse; /* Safari */
    flex-direction:         column-reverse;
    text-align: center;
  }
}


/* index.html用設定 */

.attention, .formSection, .attention2 {
  padding: 0px 16px;
}

.attention {
  margin: 64px 0px;
  text-align: center;
}

.hoshi {
  color: red;
}

.mauticform-button-wrapper {
  text-align: center;
}

.mauticform-button-wrapper .mauticform-button.btn-default.btn {
  color: #fff;
  background-color: #777;
  padding: 8px 64px;
  font-size: 16px;
  font-weight: 500;
  margin-top: 32px;
  border: none;
  border-radius: 0px;
}

.attention2 {
  margin: 32px 0px 64px 0px;
  text-align: center;
  font-size: 12px;
  line-height: 2em;
}

.attention2 a {
  color: blue;
}

.contents {
  text-align: center;
  margin-top: 60px;
  max-width: 600px;
  padding: 0px 10px;
  margin-left: auto;
  margin-right: auto;
}

.content1 {
  margin-bottom: 24px;
}

.button {
    display: inline-block;
    background-color: #ff9800;
    color: #FFF;
    line-height: 1;
    text-decoration: none;
    letter-spacing: .05em;
    padding: 0.8em;
    line-height: 1.2em;
    font-weight: bold;
    border-radius: 3px;
    width: 11em;
    transition: .3s ease-out;
    margin-bottom: 5em;
    font-size: 22px;
    box-shadow: 0 2px 4px rgba(16,16,16,0.15);
  }

  .button:hover {
    opacity: 0.6;
  }

/* thanks.html用設定 */
.thanksMain {
  text-align: center;
}

.thanks__topText {
  font-size: 2em;
  font-weight: 600;
  border-top: solid 1px;
  padding-top: 130px;
}

.bottomLine {
  width: 100px;
  background-color: #777;
  border: none;
  height: 3px;
}

.thanksMeesage1 {
  padding: 32px 1em 64px 1em;
}

.button a {
  color: #fff;
}

.thanksMeesage2 {
  font-size: 12px;
  padding: 40px 1em 128px 1em;
}
