@charset "UTF-8";
body {
  font-size: 14px;
  line-height: 1;
  background: #fff;
  color: #222;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

/*タイトル部分*/
.title_area a {
  display: block;
  width: 380px;
  height: 100px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-size: 380px;
  background-image: url(https://bold-takeo-2421.jellybean.jp/wp-content/themes/kume/assets/img/common/logo.svg);
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s; }
  .title_area a:hover {
    opacity: 0.8; }

/* コンテンツ部分*/
.p-page__body-inner {
  position: relative;
  padding: 10px 5vw 85px; }

/*戻るボタン*/
.c-button__group--sub {
  position: absolute;
  bottom: 50px;
  width: 300px;
  left: 0;
  right: 0;
  margin: auto; }
  .c-button__group--sub .c-button {
    display: block;
    text-align: center;
    padding: 15px 0;
    font-size: 16px;
    letter-spacing: 1px;
    margin: 0; }

.p-page__title {
  margin: 20px 0 30px; }

.c-alert {
  text-align: center;
  color: #222;
  font-size: 13px;
  letter-spacing: 1px; }

/* インプット部分*/
.c-form__table {
  margin: 30px 0 0px; }
  .c-form__table tr, .c-form__table th, .c-form__table td {
    display: block;
    width: 100%; }
  .c-form__table tr {
    margin-bottom: 15px; }
  .c-form__table td {
    padding: 5px 0; }
    .c-form__table td input {
      border: 1px solid #d8d8d8;
      border-radius: 0;
      padding: 10px 7px;
      font-size: 16px;
      letter-spacing: 1px; }
  .c-form__table .c-form__title {
    text-align: left;
    padding: 0;
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 5px;
    text-indent: 3px; }

.c-form__note {
  text-align: center;
  margin-top: 30px;
  font-size: 16px;
  letter-spacing: 1px; }

.c-button__group {
  margin: 10px 0; }
  .c-button__group .c-button--lg {
    margin-bottom: 10px; }

.c-button--lg {
  width: 300px;
  font-size: 16px;
  padding: 1em 3.6em;
  font-family: inherit; }

@media screen and (max-width: 760px) {
  .p-page__wrap .p-shop__header {
    padding: 5px 0; }
  .title_area a {
    display: block;
    width: 150px;
    height: 60px;
    background-size: 150px; }
  /* コンテンツ部分*/
  .p-page__body-inner {
    position: relative;
    padding: 10px 5vw 95px; }
  /*戻るボタン*/
  .c-button__group--sub {
    position: absolute;
    bottom: 50px;
    width: 90%; }
  .p-page__title {
    margin: 10px 0 20px; }
  .c-alert {
    text-align: left;
    font-size: 13px;
    letter-spacing: 1px;
    margin: 20px 0; }
  /* インプット部分*/
  .c-form__table {
    margin: 20px 0 0px; }
    .c-form__table tr, .c-form__table th, .c-form__table td {
      display: block;
      width: 100%; }
    .c-form__table tr {
      margin-bottom: 15px; }
    .c-form__table td {
      padding: 5px 0; }
      .c-form__table td input {
        padding: 12px 7px; }
    .c-form__table .c-form__title {
      font-weight: normal;
      font-size: 14px; }
  .c-form__note {
    font-size: 14px; }
  .c-button--lg {
    width: 90%; }
  .c-button__group {
    margin-top: 10px; }
    .c-button__group .c-button {
      font-size: 16px; }
  /*フッター*/
  .p-page__footer {
    padding: 0;
    line-height: 2.2;
    background: #f4f4f4; }
    .p-page__footer .p-page__container a:nth-of-type(2)::before {
      display: block;
      content: ""; } }
