@charset "UTF-8";

/* ======================================================
メルマガ紹介ページ mailmag_set_introduce.css

URL :
https://ssl.4travel.jp/mag/
https://ssl.4travel.jp/mag/kakunin/?MODE=ISSUE
https://ssl.4travel.jp/mag/kakunin/

prefix: .mailmagSet_
====================================================== */

body {
  font-family: Arial, Roboto, "Droid Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  line-height: 1.7;
  word-break: break-word;
}

/* 全体レイアウト */
.mailmagSet_pageContainer {
  max-width: 780px;
  min-height: 700px;
  margin: 0 auto;
  padding-bottom: 60px;
  font-size: 0.875rem; /* 14px*/
}

/* mailmagSet_pageContainerの子要素をbox-sizing */
.mailmagSet_pageContainer * {
  box-sizing: border-box;
}

/* emタグをボールドへ */
.mailmagSet_pageContainer em {
  font-style: normal;
  font-weight: bold;
}

/* 一旦リンクホバー時の下線なし */
.mailmagSet_pageContainer a:hover {
  text-decoration: none;
}

@media (hover: hover) {
  /* 下線復活 */
  .mailmagSet_pageContainer a:hover {
    text-decoration: underline;
  }

  .mailmagSet_commonButton .buttonArea:hover {
    text-decoration: none;
    opacity: 0.8;
  }
}


/* h1タイトル */
.mailmagSet_pageTitle {
  padding: 10px 15px;
  font-size: 1.125rem; /* 18px*/
}
@media screen and (min-width: 768px) {
  .mailmagSet_pageTitle {
    padding: 10px 0;
    font-size: 1.375rem; /* 22px*/
  }
}



/* h2タイトル */
.mailmagSet_commonTitle {
  padding: 10px;
  border-top: 1px solid #ddd;
  background: #e8e8e8;
  font-size: 0.875rem; /* 14px */
  font-weight: bold;
}
/* フォントサイズ調整 */
@media screen and (min-width: 768px) {
  .mailmagSet_commonTitle {
    font-size: 0.937rem; /* 15px */
  }
}




/* 基本枠 */
.mailmagSet_commonWrap {
  margin: 10px 15px 20px;
}

@media screen and (min-width: 769px){
  .mailmagSet_commonWrap {
    margin-left: 0;
    margin-right: 0;
  }
}
.mailmagSet_commonWrap + .mailmagSet_commonWrap {
  margin-top: 0;
}
.mailmagSet_pageTitle + .mailmagSet_commonWrap {
  margin-top: 0;
}

/* 基本ボタン */
.mailmagSet_commonButton .buttonArea {
  display: block;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  padding: 12px 10px;
  border: none; /* 一旦inputのボーダーリセット */
  border-radius: 4px;
  border-bottom: 2px solid #0076ac;
  background-color: #0098de;
  color: #fff;
  /* iOS時の角丸を解除 */
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  /* 自然改行させる */
  white-space: normal;
  font-family: inherit;
}

/* ボタン_オレンジの時 */
.mailmagSet_commonButton .buttonArea.is_request {
  border-bottom-color: #f36d33;
  background-color: #f38d33;
  color: #fff;
}

/* ボタン_白の時 */
.mailmagSet_commonButton .buttonArea.is_invert {
  border: solid 1px #ccc;
  border-bottom: 2px solid #ccc;
  background-color: #fff;
  color: #333;
}




/* エラーテキスト */
.mailmagSet_errorText {
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #cc3333;
  color: #cc3333;
  font-size: 0.937rem; /* 15px */
  font-weight: bold;
  text-align: center;
}
.errorIcon::before {
  display: inline-block;
  margin-right: 7px;
  color: #cc3333;
  font-size: 1rem; /* 16px */
  content: "\f06a";
  font-family: 'FontAwesome';
}


/* 「登録ありがとうございます。」テキスト */
.mailmagSet_thanksText {
  margin-bottom: 10px;
  color: #006699;
  font-size: 1rem; /* 16px */
  font-weight: bold;
  text-align: center;
}





/*---------------------------------------
  ここからコンテンツ順
-----------------------------------------*/

/* メインビジュアル */
.mailmagSet_mainImage {
  width: 100%;
  max-width: 780px;
  height: auto;
}

/* ページ内リンク */
.mailmagSet_linkInPage {
  margin: 0 15px 20px;
  padding: 10px 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

@media screen and (min-width: 769px){
  .mailmagSet_linkInPage {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.mailmagSet_linkInPage_link {
  display: inline-block;
  padding: 5px 0;
}
.mailmagSet_linkInPage_link::after {
  display: inline-block;
  margin-right: 7px;
  color: #0098de;
  font-size: 0.75rem; /* 12px */
  content: "\f078";
  font-family: 'FontAwesome';
}




/* 個別メルマガ */
.mailmagSet_magListItem:not(:last-of-type) {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px){
  .mailmagSet_magListItem:not(:last-of-type) {
    margin-bottom: 60px;
  }
}


/* 個別メルマガレイアウト */
.mailmagSet_magListGrid {
  padding: 15px;
}

.mailmagSet_sendDayText {
  margin-top: 15px;
}

/* メルマガサムネイル */
.mailmagSet_magListGrid_image {
  position: relative;
  margin: 20px 0;
  border: 1px solid #ddd;
  background: #fbfbfb;
  text-align: center;
}

.mailmagSet_magListGrid_image .thumbnail {
  width: 100%;
  max-width: 224px;
  border: 1px solid #ddd;
  height: auto;
}
@media screen and (min-width: 768px) {
.mailmagSet_magListGrid_image .thumbnail {
    border: none;
  }
}
.mailmagSet_magListGrid_image .mailmagSet_commonButton {
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  width: 54%;
}

.mailmagSet_magListGrid_image .mailmagSet_commonButton .buttonArea {
  padding: 8px;
  font-weight: normal;
}

.mailmagSet_magListGrid_image .mailmagSet_commonButton .buttonArea::after {
  display: inline-block;
  margin-left: 7px;
  font-family: 'FontAwesome';
  font-size: 0.75rem;
  content: "\f054";
  color: #0098de;
}
/* 白グラデ */
.mailmagSet_magListGrid_image::before {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 26%;
  background: linear-gradient(rgba(255,255,255,0) 0, rgba(255,255,255,0.6) 22%, white 100%);
  content: "";
}


/* 個別メルマガ PC iPadから gridレイアウト */
@media screen and (min-width: 768px) {
  .mailmagSet_magListGrid {
    display: grid;
    /* 1トラック目（サムネイル）の幅226px、2トラック目（説明文）は伸び縮み */
    grid-template-columns: 226px 1fr;
    gap: 18px;
    padding: 20px 20px 15px;
  }
  /* 右側説明文の枠 */
  .mailmagSet_magListGrid_lead {
    /* 縦のラインの1番と2番の間に設置 */
    grid-row: 1 / 2;
    /* 横のラインの2番と3番の間に設置 */
    grid-column: 2 / 3;
  }

  /* メルマガサムネイル */
  .mailmagSet_magListGrid_image {
    margin: 0;
    /* 縦のライン1と3の間 */
    grid-row: 1 / 3;
    /* 横のラインの1と2の間 */
    grid-column: 1 / 2;
  }

  /* メルマガアドレスフォーム */
  .mailmagSet_magListGrid_address {
    margin-top: 15px;
    /* 縦のライン2と3の間 */
    grid-row: 2 / 3;
    /* 横のラインの2と3の間 */
    grid-column: 2 / 3;
    align-self: end;
  }
  /* サンプルを見るボタン */
  .mailmagSet_magListGrid_image .mailmagSet_commonButton {
    width: 80%;
  }
}


/* 「メールアドレスを登録」枠 */
.mailmagSet_magFormPrivacy {
  padding: 20px 15px;
  border-radius: 4px;
  background: #f3f3f3;
}
.mailmagSet_magFormPrivacy_title {
  margin-bottom: 5px;
  font-weight: bold;
}
/* メールアドレス登録欄 */
.mailmagSet_textArea {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #fff;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.08);
  font-size: 1rem;
  appearance: none;
  -webkit-appearance: none;
}
.mailmagSet_textArea:focus-visible {
  border: 1px solid #0098de;
  outline: none;
}
/* PC時 幅固定の時 */
.mailmagSet_magFormPrivacy_inner {
  max-width: 500px;
  margin: 0 auto;
}
/* 区切り線 */
.mailmagSet_magFormPrivacy_border {
  margin: 15px -15px;
}

/* 配信停止・配信先の変更はこちらから */
.mailmagSet_settingLink {
  padding: 0 15px;
  text-align: right;
}
@media screen and (min-width: 769px) {
  .mailmagSet_settingLink {
    margin: 0 20px;
    padding: 0;
  }
}
.mailmagSet_settingLink .arrowIcon::after {
  display: inline-block;
  margin-left: 7px;
  color: #0098de;
  font-size: 0.875rem; /* 14px */
  content: "\f054";
  font-family: 'FontAwesome';
}



/* 登録時のステータスメッセージ */
.mailmagSet_statusBox {
  text-align: center;
}

/* 戻るリンク */
.mailmagSet_backLink::before {
  display: inline-block;
  margin-right: 10px;
  color: #0098de;
  font-size: 0.875rem; /* 14px */
  content: "\f053";
  font-family: 'FontAwesome';
}




.mailmagSet_loginBox {
  margin: 20px 0;
  padding: 10px 15px;
  border: 1px solid #f38d33;
  background: #fffcee;
}



.mailmagSet_deliverList {
  max-width: 600px;
  margin: 0 auto;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.mailmagSet_deliverList_item {
  border-bottom: 1px solid #ddd;
}
.mailmagSet_deliverList_title {
  padding: 10px;
  border-top: 1px solid #ddd;
  background: #e8e8e8;
  font-size: 0.937rem; /* 15px */
  font-weight: bold;
}
.mailmagSet_deliverList_item .deliveryStatus {
  display: inline-block;
  margin-top: 5px;
  font-size: 0.812rem; /* 13px */
  font-weight: bold;
}
.mailmagSet_deliverList_inner {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px 15px 28px;
}
.mailmagSet_deliverList_inner .mailmagSet_commonButton {
  margin-left: auto;
  flex: 0 0 120px;
}
@media screen and (min-width: 768px) {
  .mailmagSet_deliverList_inner .mailmagSet_commonButton {
    flex: 0 0 180px;
  }
}
.mailmagSet_deliverList .buttonArea {
  padding: 10px;
}

/* /css/general/4travel/cmn/ver1/base.cssのロゴ調整 */
.u_header.is_low970 .logo {
  margin: 0;
}
/* css/webapp/parts/common.cssの調整 */
@media screen and (max-width: 768px) {
  /* フッタ */
  .u_footer.is_low970 {
    width: auto;
    padding: 15px;
  }
  .u_footer.is_low970 .link {
    width: auto;
  }
  .u_footer.is_low970 .copyright {
    width: auto;
  }
  .u_primaryBox_more.is_low970 {
    width: auto;
    padding: 15px;
  }
  /* ヘッダ */
  .u_header.is_low970 {
    min-width: auto;
    position: unset
  }
  .u_header.is_low970 .logo {
    padding: 0;
  }
  .u_header.is_low970 .logo img {
    width: 100px;
    height: auto;
    vertical-align: bottom;
  }
  .u_header.is_low970 .u_header_wrap {
    width: auto;
    padding: 10px;
  }
  .u_headerContentsBox.is_withBread {
    height: auto;
  }
  .u_headerContentsBox.is_withBread .u_breadcrumbLine .breadcrumb {
    width: auto;
  }
  /* 検索ボックス */
  .u_header.is_low970 .u_header_search {
    display: none;
  }
}


/* 調整クラス */
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}
.mt60 {
  margin-top: 60px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb60 {
  margin-bottom: 60px;
}
.fontBold {
  font-weight: bold;
}
.textInlineBlock {
  display: inline-block;
}
.textDeco {
  text-decoration: underline;
}
.lineHeight {
  line-height: 1.8;
}

/* SP/PCコンテンツとの間隔調整 */
.mtSpace {
  margin-top: 40px;
}
/* PCから間隔大きめ */
@media screen and (min-width: 768px) {
  .mtSpace {
    margin-top: 60px;
  }
}

/* SP/PC表示/非表示 */
.mailmagSet_spDisp {
  display: inline-block;
}
.mailmagSet_pcDisp {
  display: none;
}
@media screen and (min-width: 768px) {
  .mailmagSet_spDisp {
    display: none;
  }
  .mailmagSet_pcDisp {
    display: inline-block;
  }
}
