/* 重要 スマートフォンデザインと共通 */
body {
  font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: <{$setting-keyColor}>;
  background: #fff;
  word-wrap: break-word;
}

.p-page__wrap {
  font-size: unset;
  margin: auto;
  padding: 0px 20px;
  max-width: 700px;
}

.p-page__body-inner {
    color: unset;
    border-top: 0px solid #f6f6f6;
    border-bottom: 0px solid #f6f6f6;
    padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
  margin: 3rem 0 .3rem;
  color: #003366;
  font-weight: bold;
}

.tit_contact, .p-page__title {
  display: none;
}

h1 {
  font-size: 1.3em;
  text-align: center;
}

h2 {
  border-bottom: solid 1px;
  text-align: center;
}

h3 {
  padding-left: 6px;
  border-left: 8px solid;
  font-size: 1.1rem;
}

/* ボタン */
.c-alert a, .c-button__group--sub a, .back_shop_link a, .contact_wrap a, .back_shop_link a, .btn_contact_send input, .c-button__group input {
  display: block!important;
  margin: 0!important;
  padding: .8em 0!important;
  text-align: center!important;
  line-height: 1;
  font-weight: bold!important;
  text-decoration: none!important;
  color: #fff!important;
  background-color: #43A1BD!important;
  border: none!important;
  border-radius: 5px!important;
  transition: 0.2s linear all!important;
  width: 100%!important;
  z-index: 1!important;
  font-size: unset!important;
}

/* 送信ボタン周辺 */
.btn_contact_send {
  margin: 20px 0;
}

/* 送信ボタン周辺 すべて無効化 */
.c-alert {
  all: initial
}

a {
  color: <{$setting-textColor-link}>;
  text-decoration: none;
  background-color: transparent;
}

a:link,
a:visited {
  text-decoration: none;
}

.global_header {
  /*display: none;*/
}

.global_header h1 {
    margin: 15px 0 0;
}

.global_header img {
    max-height: 55px;
}

/* ショップタイトル */
.shop_title {
  font-size: 36px;
  line-height: 1.5;
  font-weight: normal;
}

/* タイトル下のコンテナ部のインナー */
.p-page__body {
  color: #4E5665;
}

/* ショップへ戻るリンク */
.c-button__group--sub, .back_shop_link {
  position: fixed;
  margin: 0;
  width: calc(100% - 40px);
  bottom: 15px;
  max-width: 200px;
  right: 10px;
}

/* エラーBOX */
.errorbox {
  background: #feedeb;
  padding: 20px;
  color: #f44336;
  font-weight: bold;
  margin: 30px 0;
  line-height: 1.6;
}

/* エラーメッセージ */
.errormsg {
  color: #FF0000;
}

/* お問い合わせコンテンツ セクション */
.contact_wrap {
  margin: 0;
}

/* 見出し */
.tit_contact {
}

/* お問い合わせフォーム説明 */
.txt_contact_desc {
  color: #607d8b;
  background: #eff2f4;
  padding: 20px;
  margin: 30px 0;
  line-height: 1.6;
  display: none;
}


/* フォームコンテンツ */
.group_form {}

/* フォームコンテンツラベル */
.group_form dt {
  color: #4E5665;
  font-size: 16px;
  font-weight: bold;
  padding: .5em 0 0;
}

/* フォームコンテンツ 入力部分 */
.group_form {
    margin-bottom: -25px;
}

.group_form dd {
  margin: 0px;
  padding-bottom: 12px;
}

/* フォームコンテンツ 入力フォーム */
.group_form dd textarea,
.group_form dd input {
  width: 100%;
  padding: 7px;
  border: 2px solid #d7dee2;
  font-size: 13px;
  margin-top: 0;
  vertical-align: middle;
  border-radius: 4px;
  box-sizing: border-box;
}

/* フォームコンテンツ テキストフォームサイズ調整 */
.group_form_comment {
  /*padding-right: 5px;*/
}

/* フォームコンテンツ テキストフォーム */
.group_form dd textarea {
}

/* 必須項目マーク */
.note {
  color: transparent;
}

.note:before {
  color: #4E5665;
  content: '(必須)';
}

.note.mail_confirm {
  color: #4E5665;
  font-size: 12px;
  margin: .3em 0;
  display: block;
}

/* ページの先頭へ */
.btn_pagetop {
  text-align: right;
  padding: 0 10px;
  background-color: #9b9b9b;
  padding: 8px 10px;
}

.btn_pagetop a {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-color: #ffffff;
  text-align: center;
  text-decoration: none;
  padding: 5px 8px;
  color: #555555;
  display: block;
  float: right;
  font-weight: bold;
  font-size: 12px;
  -moz-box-shadow: 0px 1px 2px #787878;
  -webkit-box-shadow: 0px 1px 2px #787878;
}

/* メッセージ送信済み */
.txt_confirm_msg {
  color: #4caf50;
  background: #edf7ee;
  font-weight: bold;
  padding: 20px;
  margin: 30px 0;
  line-height: 1.6;
}

.p-page__footer {
  /*display: none;*/
}

/* フッターエリア */
.footer_secure {
  margin: 10px 10px 80px;  
}

.footer_secure address {
  font-style: normal;
  font-size: 12px;
  text-align: center;
}

/* SSL セキュリティシール */
.secure_seal {
  margin-top: 10px;
}

.secure_seal dt {
  float: left;
  width: 120px;
  display: block;
}

.secure_seal dd {
  display: block;
  margin-left: 130px;
  line-height: 1.2em;
  color: #999999;
  font-size: 10px;
  padding-top: 16px;
}
/* //終わり */