@charset "UTF-8";
/****************************************************************************************************
 *
 * MKCAS010 トップページ CSS
 *
 ****************************************************************************************************/
@media (max-width : 768px) {
  #nav-header {
    display: none;
  }
  .container {
    margin-top: 0 !important;
  }
}
.container {
  max-width: 100%;
  padding: 0 !important;
}
.main {
  padding: 0 !important;
  margin-bottom: 0;
}
.guide-main {
  padding: 0 1.6rem !important;
}
/********************************************************************************
 * メインコンテンツ
 ********************************************************************************/
/* メインコンテンツエリア */
.main-content {
  padding: 2rem 1rem 4rem;
}
.main-content .title {
  padding: 1rem 0 2rem;
  font-weight: 600;
  font-size: 1.7rem;
}
/* メインメニュー */
.main-menu {
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  clear: both;
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
  padding: 1.4rem 1rem 1.4rem 1rem;
  border-radius: 20px;
  background: #ffffff;
  flex-direction: column;
  padding-bottom: 0px;
}
.main-menu > * {
  margin-right: auto;
  margin-left: auto;
}
.main-menu > .btn {
  max-width: 80%;
}
@media (min-width : 769px) {
  .main-menu > .btn {
    font-size: 2rem;
  }
}
/* ロゴ */
.myna-logo > * {
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 300px;
}
/* 2024/03/25より未使用(デプロイを考慮して残す) */
.myna2-logo > * {
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 300px;
}
/* 既に申込んでいる場合 */
.main-menu > p {
  display: inline-block;
  position: relative;
  padding: 0 45px;
  margin: 1rem auto;
  color: #424242;
  font-size: 1.3rem;
}
.main-menu > p:before, .main-menu > p:after {
  display: inline-block;
  position: absolute;
  top: 47%;
  width: 40px;
  height: 1px;
  background-color: #BDBDBD;
  content: "";
}
.main-menu > p:before {
  left: 0;
}
.main-menu > p:after {
  right: 0;
}
/********************************************************************************
 * 事前の準備
 ********************************************************************************/
.prepare-area {
  background-color: #fff3b8;
}
/* 事前の準備エリア */
.prepare-content {
  width: 100%;
  max-width: 1024px;
  margin: 3rem auto 6.2rem;
  padding: 4.8rem 3.2rem 3.2rem;
  margin-top: 0px;
}
/* タイトル */
.prepare-content h2 {
  margin-bottom: 1.8rem;
  font-weight: 600;
  font-size: 2.0rem;
}
/* メッセージ */
.prepare-message {
  font-size: 1.7rem;
}
#lnkProcedure-4 {
  color: #0071EB !important;
  text-decoration: underline;
}
h2.importantText {
  font-weight: 550;
  font-size: 1.8rem;
}
h2.importantText1 {
  font-weight: 550;
  font-size: 1.8rem;
}
.col-form-value1 {
  background-color: #ebebeb;
  vertical-align: top;
  padding: 2px;
  display: block;
  width: 100%;
  max-width: none;
}
/* リスト */
.prepare-content ul {
  list-style: none;
  padding: 1rem;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.prepare-content li {
  text-align: initial;
  white-space: normal;
  padding-bottom: 1.6rem;
}
/* 施策カード */
.prepare-policy {
  padding: 3.2rem;
  border-radius: 1.1rem;
  background-color: #ffffff;
  position: relative;
}
/* 施策名 */
.prepare-policy .policy-name {
  background-size: auto 2.2rem;
  background-repeat: no-repeat;
  font-weight: 600;
  font-size: 2rem;
  background-position-y: 0.2rem;
}
/* 施策説明 */
.prepare-policy .policy-description {
  font-size: 1.7rem;
}
/* 詳しく知るリンク */
.prepare-policy-link {
  margin-right: 2rem;
  font-weight: bold;
}
/* 詳しく知るリンクをタップできる範囲を広げる */
a.prepare-policy-link::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
}
.prepare-policy-link:after {
  display: inline-block;
  position: absolute;
  width: 2.0rem;
  height: 2.0rem;
  background: url(../images/common/icon_ext2.svg) no-repeat;
  background-size: contain;
  content: "";
}
/********************************************************************************
 * Javascript無効メッセージ対応
 ********************************************************************************/
.main .sub-header {
  padding: 1.6rem 1.6rem 0.5rem 1.6rem;
}
/********************************************************************************
 * アプリ
 ********************************************************************************/
 @media (max-width: 768px) {
  /* article直下はマージンあり */
  .article > .text-description,
  .article > .text-annotation {
    margin-left:  0.7rem;
    margin-right: 0.7rem;
  }
  /* 文字は左寄せで要素は中央寄せ */
  .text-description,
  .text-annotation {
    text-align: left;
    line-height: 135%;
  }
  /* 種類別 - 注釈 */
  .text-annotation {
    margin: 0 1.5rem;
  }
}
/* GooglePlayButton */
.icon-google {
  width: 250px;
  height: 97px;
}
/* AppStoreButton */
.icon-appstore {
  display: inline-block;
  overflow: hidden;
  background:url(https://tools.applemediaservices.com/api/badges/download-on-the-app-store/black/ja-jp?size=250x83&amp;releaseDate=1576713600) no-repeat;
  width: 218px;
  height: 65px;
  margin: 16px;
  background-size: contain;
}
#btnConfirmEntry {
  margin-bottom: 0px;
}
#unavailable-guide-logo {
  display: block;
  margin: 5rem auto 0;
}
/********************************************************************************
 * IE11表示対応
 ********************************************************************************/
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #btnAbountCampaign {
    margin-bottom: 2.0rem;
  }
  #btnConfirmEntry {
    margin-top: 4.0rem;
  }
  .main-menu > p {
    position: absolute;
    -ms-transform: translate(-50%, -50%);
    left: 50%;
  }
}
/********************************************************************************
 * 文字サイズ調整
 ********************************************************************************/
#android-update .text-description,
#android-download .text-description,
#ios-update .text-description,
#ios-download .text-description {
  font-size: 1.8rem;
}
#android-download .text-annotation,
#ios-download .text-annotation {
  font-size: 1.4rem;
}
/********************************************************************************
 * アクセシビリティ対策
 ********************************************************************************/
#lnkProcedure-1, #lnkProcedure-2, #lnkProcedure-3 {
  color: #0071EB;
  text-decoration: underline;
}
/********************************************************************************
 * アプリレイアウト調整
 ********************************************************************************/
#unavailable-guide-logo {
  width: 300px;
}
@media (max-width: 768px) {
  .myna-logo {
    margin-bottom: 43px;
  }
  .myna-logo img, #unavailable-guide-logo {
    width: calc(100vw - 135px);
  }
  /* 2024/03/25より未使用(デプロイを考慮して残す) */
  .myna2-logo {
    margin-bottom: 43px;
  }
  /* 2024/03/25より未使用(デプロイを考慮して残す) */
  .myna2-logo img, #unavailable-guide-logo {
    width: calc(100vw - 135px);
  }
}
/********************************************************************************
 * 色指定
 ********************************************************************************/
#normal-content > div.prepare-area > div > h2,
.prepare-area .prepare-policy p.policy-name,
#normal-content .container .main-content h1.title {
  color: #222222;
}
.prepare-area .prepare-content p.prepare-message,
.prepare-area .prepare-policy p.policy-description {
  color: #424242;
}
h2.policy-name {
  color: #ff0000;
}
h2.importantText{
  color: #ff0000;
}