@charset "UTF-8";
/*
Site Name: 入院パスポートLP
Version: 2021.04.14
*/
/*! ==================================================

  このCSSファイルはSassから生成されていますので
  編集しないようご注意ください。

================================================== */
/* !HTML5 elements
---------------------------------------------------------- */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/* !Reseting
---------------------------------------------------------- */
body,
div,
pre,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
th,
td,
figure,
figcaption {
  margin: 0;
  padding: 0;
}

input,
textarea {
  font-size: 100%;
  margin: 0;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

fieldset,
img {
  border: 0;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 300;
}

q::after,
q::before {
  content: "";
}

a,
input {
  outline: none;
}

input,
textarea {
  border-radius: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}

input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

abbr,
acronym {
  border: 0;
}

* {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/*
======================================================
  body
--------------------------------------------------- */
html {
  font-size: 62.5%;
}

main {
  color: #392e43;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", "Hiragino Sans", "ヒラギノ角ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  line-height: 1;
  -webkit-text-size-adjust: none;
  word-wrap: break-word;
}

#wrapper {
  width: 100%;
  /* overflow: hidden; */
}

main a {
  color: #006fad!important;
}

main a:hover {
  color: #005585;
}

.green {
  color: #009f65;
  font-weight: 600;
}

.underline {
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .sp,
  .br--sp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .sp,
  .br--sp {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .pc,
  .br--pc {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .pc,
  .br--pc {
    display: none;
  }
}

/*
======================================================
  インデックスページ
--------------------------------------------------- */
/* メインビジュアル
========================================================= */
.mainVisual {
  background-color: #9de1dd;
}

@media screen and (min-width: 768px) {
  .mainVisual {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .mainVisual--pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .mainVisual--sp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .mainVisual--sp {
    width: 100%;
  }
}

/* アンカーナビ
========================================================= */
@media screen and (min-width: 768px) {
  .anchorNav {
    margin: 0 auto;
    padding-top: 80px;
    width: 696px;
  }
}

@media screen and (max-width: 767px) {
  .anchorNav {
    padding: 60px 28px 0 28px;
  }
}

.anchorNav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .anchorNav__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (min-width: 768px) {
  .anchorNav__list li {
    width: 24%;
  }
}

@media screen and (max-width: 767px) {
  .anchorNav__list li {
    padding-top: 10px;
    width: 49%;
  }
}

/* ボタン
========================================================= */
a.btnGreen {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.14))), #01b170;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.14) 100%), #01b170;
  border-radius: 4px;
  -webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.25);
          box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.25);
  color: #fff!important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  height: 62px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.25);
}

a.btnGreen.arrow {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 20px;
  position: relative;
}

@media screen and (max-width: 767px) {
  a.btnGreen.arrow {
    font-size: 1.4rem;
  }
}

a.btnGreen.arrow::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  bottom: 0;
  content: "\f078";
  position: absolute;
}

a.btnGreen.line {
  border: 1px solid #fff;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 44px;
}

@media screen and (max-width: 767px) {
  a.btnGreen.line {
    height: 46px;
  }
}

a.btnGreen.line strong {
  font-size: 1.8rem;
  font-weight: 600;
}

a.btnLogin {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.14))), #979499;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.14) 100%), #979499;
  border: 1px solid #fff;
  border-radius: 4px;
  -webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.25);
          box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.25);
  color: #fff!important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  font-weight: 600;
  height: 44px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.25);
}

a.btnLogin span {
  line-height: 1.1;
  text-align: center;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  a.btnLogin {
    font-size: 1rem;
    height: 46px;
  }
}

/* ページ下部固定メニュー
========================================================= */
.fixNav {
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  padding: 13px 0 20px 0;
  position: fixed;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .fixNav {
    padding: 10px 10px 20px 10px;
  }
}

.fixNav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px) {
  .fixNav__list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
    width: 552px;
  }
}

@media screen and (max-width: 767px) {
  .fixNav__list {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .fixNav__list li:nth-child(1) {
    width: 341px;
  }
  .fixNav__list li:nth-child(2) {
    width: 120px;
  }
}

@media screen and (max-width: 767px) {
  .fixNav__list li:nth-child(1) {
    margin-right: 6%;
    width: 54%;
  }
  .fixNav__list li:nth-child(2) {
    width: 23%;
  }
}

/* 枠
========================================================= */
.frameGreen {
  background: #e4f7e8;
  padding: 30px;
}

@media screen and (min-width: 768px) {
  .frameGreen {
    border-radius: 2px;
    margin: 0 auto;
    width: 696px;
  }
  .frameGreen#features, .frameGreen#type {
    margin-top: 30px;
    padding-bottom: 0;
  }
  .frameGreen#more {
    margin-top: 100px;
    padding-bottom: 0;
  }
  .frameGreen#supportfee {
    padding-bottom: 0;
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .frameGreen#features {
    margin-top: 40px;
    padding-bottom: 0;
  }
  .frameGreen#type {
    background: none;
    margin-top: 0;
    padding: 60px 28px 0 28px;
  }
  .frameGreen#more {
    margin-top: 60px;
  }
  .frameGreen#supportfee {
    padding: 0;
  }
}

/* 4つの特長
========================================================= */
.section__ttl--first {
  color: #009f65;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.section__ttl--first span{
  font-weight: 700;
}

.section__ttl--first .number {
  font-size: 3.2rem;
}

.section__inner {
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.16);
  margin-top: 30px;
  padding: 30px 0 0 0;
  position: relative;
}

#type .section__inner {
  padding: 20px 0 20px 0;
}

@media screen and (max-width: 767px) {
  #type .section__inner {
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0;
  }
}

@media screen and (min-width: 768px) {
  .featuresHeader {
    border: 2px solid #01b170;
    border-radius: 6px;
    margin: 0 auto;
    width: 440px;
  }
}

.featuresHeader__number {
  color: #009f65;
}

@media screen and (min-width: 768px) {
  .featuresHeader__number {
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .featuresHeader__number {
    text-align: center;
  }
}

.featuresHeader__number span.boxNumber {
  font-weight: 700;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

@media screen and (min-width: 768px) {
  .featuresHeader__number span.boxNumber {
    background-color: #fff;
    font-size: 1.8rem;
    left: 50%;
    padding: 0 10px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .featuresHeader__number span.number {
    font-weight: 700;
  }
}

@media screen and (max-width: 767px) {
  .featuresHeader__number span.boxNumber {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .featuresHeader__number span.number {
    font-size: 2.4rem;
    margin-left: 6px;
    font-weight: 700;
  }
}

.featuresHeader__lead {
  font-size: 1.6rem;
  font-weight: 700;
  padding-top: 20px;
  text-align: center;
}

.featuresHeader__ttl {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.3;
  padding-bottom: 6px;
  padding-top: 6px;
  text-align: center;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 767px) {
  #features-02 .featuresHeader__ttl,
  #features-03 .featuresHeader__ttl,
  #features-04 .featuresHeader__ttl {
    font-size: 2rem;
  }
}

.featuresHeader__ttl small {
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
}

.featuresHeader__ttl .smaller {
  margin-right: 4px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .featuresHeader__ttl .smaller {
    font-size: 1.6rem;
  }
}

.badgeIcon {
  position: absolute;
  right: -5px;
  top: -8px;
}

.badgeIcon img {
  width: 66px;
}

@media screen and (min-width: 768px) {
  .features__inner {
    margin: 0 auto;
    width: 440px;
  }
}
.features__inner .notes .w4{
  font-feature-settings: "palt";
}

@media screen and (min-width: 768px) {
  .features__inner.viewLast {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .features__inner.viewLast {
    padding: 0 15px 30px 15px;
  }
}

.fukidashi {
  background: #fff;
  border: 1px solid #c2bec4;
  border-radius: 20px;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 20px;
  padding: 1rem 1.6rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .fukidashi {
    border-radius: 40px;
    display: block;
    margin: 20px auto 0 auto;
    width: 73%;
  }
  #features-02 .fukidashi {
    width: 82%;
  }
}

.fukidashi::before {
  border-color: #c2bec4 transparent transparent transparent;
  border-style: solid;
  border-width: 10px 8px 0 8px;
  bottom: -10px;
  content: "";
  height: 0;
  left: 20%;
  position: absolute;
  width: 0;
}

@media screen and (max-width: 767px) {
  .fukidashi::before {
    left: 50%;
    margin-left: -5px;
  }
}

.fukidashi::after {
  border-color: #fff transparent transparent transparent;
  border-style: solid;
  border-width: 10px 8px 0 8px;
  bottom: -8px;
  content: "";
  height: 0;
  left: 20%;
  position: absolute;
  width: 0;
}

@media screen and (max-width: 767px) {
  .fukidashi::after {
    left: 50%;
    margin-left: -5px;
  }
}

.hosokuText {
  font-size: 10px;
  line-height: 1.6;
  text-align: left;
}

.featuresImg {
  padding-top: 25px;
  text-align: center;
}

.featuresImg figure {
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .featuresImg.featuresImg--nyuin {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media screen and (min-width: 768px) {
  .featuresImg.featuresImg--nyuin figure {
    width: 555px;
  }
}

.featuresImg.featuresImg--nyuin .hosokuText {
  padding-top: 6px;
}

@media screen and (min-width: 768px) {
  .featuresImg.featuresImg--nyuin .hosokuText {
    margin: 0 auto;
    width: 550px;
  }
}

@media screen and (max-width: 767px) {
  .featuresImg.featuresImg--nyuin .hosokuText {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .featuresImg.featuresImg--passport {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media screen and (min-width: 768px) {
  .featuresImg.featuresImg--passport figure {
    width: 495px;
  }
}

.featuresImg.featuresImg--passport dl.notes {
  padding-top: 15px;
}

@media screen and (min-width: 768px) {
  .featuresImg.featuresImg--passport dl.notes {
    margin-left: 66px;
    width: 540px;
  }
}

@media screen and (min-width: 768px) {
  .featuresImg.featuresImg--kantan figure {
    padding-top: 20px;
    width: 82px;
  }
}

@media screen and (max-width: 767px) {
  .featuresImg.featuresImg--kantan figure {
    width: 60px;
  }
}

.featuresPay {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  padding-top: 30px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .featuresPay {
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
  }
}

.featuresPay strong {
  color: #1aa86c;
}

.featuresText {
  line-height: 1.6;
  padding-top: 20px;
}

/* 補足文章
========================================================= */
dl.notes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
}

@media screen and (min-width: 768px) {
  dl.notes.pc--none {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  #features-04 dl.notes {
    width: 360px;
  }
  #features-04 dl.notes:first-of-type {
    padding-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  #features-04 dl.notes:first-of-type {
    padding-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .typeContent__body dl.notes {
    display: none;
  }
}

dl.notes dt,
dl.notes dd {
  font-size: 10px;
  line-height: 1.6;
}

dl.notes dt {
  width: 3em;
}

dl.notes dt.w4 {
  width: 3.65em;
}

dl.notes dt.w5 {
  width: 4em;
}

dl.notes dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* ポップアップリンク（？アイコン付き）
========================================================= */
dl.popupLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  text-align: left;
}

dl.popupLink dt,
dl.popupLink dd {
  line-height: 1.6;
}

dl.popupLink dt {
  margin-right: 5px;
  width: 16px;
}

@media screen and (max-width: 767px) {
  dl.popupLink dt {
    width: 20px;
  }
}

dl.popupLink dt img {
  margin-top: 2px;
}

dl.popupLink dd {
  font-size: 1.4rem;
}

/* アコーディオン部分
========================================================= */
@media screen and (min-width: 768px) {
  .triger {
    background-color: #f1f0f2;
    border-radius: 0px 0px 3px 3px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .triger:hover {
    background-color: #dfdee0;
  }
}

@media screen and (max-width: 767px) {
  .triger {
    padding: 0 25px 10px 25px;
  }
}

.btnMore {
  display: block;
  font-weight: 700;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .btnMore {
    color: #006fad;
    cursor: pointer;
    font-size: 1.8rem;
    padding: 18px 0;
  }
}

@media screen and (max-width: 767px) {
  .btnMore {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.14))), #979499;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.14) 100%), #979499;
    border-radius: 4px;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.4;
    padding-bottom: 1em;
    padding-top: 1em;
    position: relative;
    white-space: pre;
  }
  #features-04 .btnMore {
    padding-bottom: 0.3em;
    padding-top: 0.3em;
  }
}

#features-01 .btnMore::before {
  content: "追加できるオプションを見る";
}

#features-02 .btnMore::before {
  content: "例えばこんな使い方も";
}

#features-04 .btnMore::before {
  content: "入院時選べるサポート 提携事業者ご利用の場合";
}

@media screen and (max-width: 767px) {
  #features-04 .btnMore::before {
    content: "入院時選べるサポート\A提携事業者ご利用の場合";
  }
}

.btnMore::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f078";
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  .btnMore::after {
    margin-top: -7px;
    position: absolute;
    right: 10px;
    top: 50%;
  }
}

@media screen and (max-width: 767px) {
  .triger.close .btnMore {
    background: none;
    background-image: url(../images/icon_close@2x.png);
    background-position: 40% center;
    background-repeat: no-repeat;
    background-size: 24px;
    color: #392e43;
    padding-left: 28px;
    text-align: center;
  }
}

#features-01 .triger.close .btnMore::before,
#features-02 .triger.close .btnMore::before,
#features-04 .triger.close .btnMore::before {
  content: "閉じる";
}

.triger.close .btnMore::after {
  content: "\f077";
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  .triger.close .btnMore::after {
    content: none;
  }
}

/* モーダルウインドウ
========================================================= */
.modal {
  display: none;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}

.modal__bg {
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  height: 100%;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 99;
}

.modal__content {
  background: #fff;
  overflow-y: scroll;
  position: absolute;
  z-index: 100;
}

@media screen and (min-width: 768px) {
  .modal__content {
    left: 50%;
    max-height: 80vh;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 450px;
  }
  #fee .modal__content {
    width: 620px;
  }
}

@media screen and (max-width: 767px) {
  .modal__content {
    left: 50%;
    max-height: 85vh;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 90vw;
  }
}

.modal__contentInner {
  padding: 24px;
  position: relative;
}

.modal__contentInner p {
  font-size: 1.4rem;
  line-height: 1.5;
  padding-top: 0.8em;
}

.modal__contentInner p.feeHosoku {
  font-size: 1rem;
  line-height: 1.5;
}

.modal__contentInner p.modalHeader__text {
  font-size: 1.2rem;
  font-weight: 700;
  padding-top: 0;
}

.modal__contentInner dl.notes:first-of-type {
  padding-top: 15px;
}

.modal__contentInner dl.notes dt,
.modal__contentInner dl.notes dd {
  font-size: 1.2rem;
}

.modal__ttl {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  padding-bottom: 0.6em;
  padding-top: 10px;
}

.modal__ttl small {
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
}

p + .modal__ttl {
  padding-top: 50px;
}

.modalHeader {
  padding-bottom: 0.6em;
  padding-top: 10px;
}

.modalHeader__ttl {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
}

.modalHeader__ttl small {
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
}

.modal__img {
  padding: 20px 0;
  text-align: center;
  width: 100%;
}

.modal__img > img {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  #modal-01 .modal__img > img {
    width: 364px;
  }
}

@media screen and (max-width: 767px) {
  #modal-01 .modal__img > img {
    width: 280px;
  }
}

#modal-02 .modal__img > img {
  width: 104px;
}

#modal-03 .modal__img > img {
  width: 121px;
}

.modal__contentInner .modal__support h4.modal__mds {
  background-color: #f1f0f2;
  border-radius: 4px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 20px;
  padding: 5px 12px;
}

.modal__contentInner .modal__support h4.modal__mds.none {
  background-color: transparent;
  font-weight: 400;
  padding: 0;
}

.modal__contentInner .modal__support h4.modal__mds.mt0 {
  margin-top: 0;
}

.modal__contentInner .modal__support h5 {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 20px;
}

.modal__contentInner .modal__support p {
  font-size: 1.2rem;
  line-height: 1.6;
}

.modal__contentInner .modal__support p.ml12 {
  margin-left: 12px;
  padding-top: 0;
}

.modal__contentInner .modal__support p.pt20 {
  padding-top: 20px;
}

.modal__contentInner .modal__support p span {
  display: block;
  margin-top: -20px;
  text-align: right;
}

.modal_close {
  height: 24px;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 24px;
}

.modal_close img {
  width: 24px;
}

/* ドロップダウンエリア
========================================================= */
@media screen and (min-width: 768px) {
  .option {
    padding: 0 40px 30px 40px;
  }
}

@media screen and (max-width: 767px) {
  .option {
    padding: 0 20px 20px 20px;
  }
}

@media screen and (max-width: 767px) {
  .option .popupLink {
    margin-left: 25px;
  }
}

.option__ttl {
  color: #009f65;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.option__mds {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.6;
  padding-top: 40px;
}

.option__mds dt {
  width: 25px;
  font-weight: 600;
}

.option__mds dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 600;
}
.option__mds dd small {
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .option__mds dd small {
    display: block;
    font-weight: 400;
  }
}

.option__text {
  font-size: 1.4rem;
  line-height: 1.6;
  padding-top: 20px;
}

@media screen and (max-width: 767px) {
  .option__text {
    margin-left: 25px;
  }
}

/* 入院中は家族にも負担
========================================================= */
.supportList {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 20px;
  padding-top: 20px;
}

.supportList li:last-child {
  font-size: 1.2rem;
  width: 24px;
}

.supportList_illust dt {
  padding-bottom: 8px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .supportList_illust dt img {
    width: 98px;
  }
}

@media screen and (max-width: 767px) {
  .supportList_illust dt img {
    width: 62px;
  }
}

.supportList_illust dd {
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: center;
}

.sub {
  font-size: 1.2rem;
  font-weight: 400;
}

/* 例えばこんな使い方も
========================================================= */
@media screen and (min-width: 768px) {
  .jireiList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .jireiList {
    margin-top: 20px;
  }
}

@media screen and (min-width: 768px) {
  .jireiList li {
    padding-top: 25px;
    width: 48%;
  }
}

@media screen and (max-width: 767px) {
  .jireiList li {
    border-top: 1px solid #dfdee0;
    padding-bottom: 20px;
    padding-top: 20px;
  }
}

.jireiList__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.jireiList__content dt {
  margin-left: 10px;
  width: 116px;
}

.jireiList__content dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.jireiList__content dd .jireiList__contentTtl {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
}

.jireiList__content dd .jireiList__contentTtl small {
  display: block;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.3em;
}

.jireiList__content dd p {
  font-size: 1.2rem;
  line-height: 1.5;
  padding-top: 1em;
}

.jireiList__content dd p.jireiList__contentPrice {
  font-weight: 700;
}

.jireiList__content dd p.jireiList__contentPrice small {
  display: block;
  font-size: 1rem;
  font-weight: 400;
}

/* 補償対象の費用（横スクロール）
========================================================= */
@media screen and (min-width: 768px) {
  .hosyoList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .hosyoList {
    height: 240px;
    margin-top: 20px;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
  }
}

.hosyoList li {
  border: 1px solid #c1bec4;
}

@media screen and (min-width: 768px) {
  .hosyoList li {
    height: 170px;
    margin-top: 20px;
    width: 48%;
  }
}

@media screen and (max-width: 767px) {
  .hosyoList li {
    display: inline-block;
    height: 230px;
    margin-right: 10px;
    padding: 0;
    position: relative;
    white-space: normal;
    width: 184px;
  }
}

@media screen and (min-width: 768px) {
  .hosyoList li.hosyoList__more {
    border: none;
    height: 16px;
    width: 100%;
  }
  .hosyoList li.hosyoList__more .hosyoList__content {
    padding: 0;
    text-align: right;
  }
}

@media screen and (max-width: 767px) {
  .hosyoList li.hosyoList__more {
    margin-right: 0;
    width: 120px;
  }
  .hosyoList li.hosyoList__more .hosyoList__content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.2rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    width: 100%;
  }
}

.hosyoList__content {
  height: 100%;
}

@media screen and (min-width: 768px) {
  .hosyoList__content {
    padding: 15px 18px 0 18px;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .hosyoList__content {
    left: 0;
    padding: 12px 18px 0 18px;
    position: absolute;
    top: 0;
  }
}

.hosyoList__ttl {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}

.hosyoList__ttl small {
  display: block;
  font-size: 10px;
  font-weight: 400;
}

.hosyoList__text {
  font-size: 1.2rem;
  line-height: 1.5;
  padding-top: 10px;
}

.hosyoList__taisho {
  background-color: #f1f0f2;
  border-radius: 4px;
  display: inline-block;
  font-size: 10px;
  line-height: 1.5;
  padding: 4px 8px;
}

@media screen and (min-width: 768px) {
  .hosyoList__taisho {
    bottom: 15px;
    position: absolute;
  }
}

@media screen and (max-width: 767px) {
  .hosyoList__taisho {
    margin-top: 10px;
  }
}

@media screen and (min-width: 768px) {
  .hosyoList__taisho dt,
  .hosyoList__taisho dd {
    display: inline;
  }
}

@media screen and (max-width: 767px) {
  .hosyoList__taisho dt,
  .hosyoList__taisho dd {
    display: block;
  }
}

.hosyoList__taisho dd {
  font-weight: 600;
}

/* 入院中は家族にも負担
========================================================= */
.junbiList {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 20px;
  padding-top: 20px;
}

.junbiList li:last-child {
  font-size: 1.2rem;
  width: 24px;
}

.junbiList_illust dt {
  padding-bottom: 8px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .junbiList_illust dt img {
    width: 92px;
  }
}

@media screen and (max-width: 767px) {
  .junbiList_illust dt img {
    width: 62px;
  }
}

.junbiList_illust dd {
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: center;
}

/* スマホで簡単お手続き
========================================================= */
.processList {
  margin-left: 20px;
  padding-top: 30px;
}

.processList li {
  font-size: 1.6rem;
  line-height: 1.5;
  list-style: decimal;
  padding: 0.5em 0;
}

@media screen and (max-width: 767px) {
  .processList li {
    line-height: 1.1;
  }
}

.teikeisupoortList {
  padding-top: 20px;
}

@media screen and (min-width: 768px) {
  .teikeisupoortList {
    margin-left: 80px;
  }
}

@media screen and (max-width: 767px) {
  .teikeisupoortList {
    margin-left: 15px;
  }
}

.teikeisupoortList li {
  font-size: 1.4rem;
  line-height: 1.5;
  list-style: decimal;
  padding: 0.5em 0;
}

/* 下部のイラスト
========================================================= */
.illust-people {
  padding-top: 40px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #type .illust-people {
    left: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    position: relative;
    right: 50%;
    width: 100vw;
    background-color: #e4f7e8;
  }
  #type .illust-people::before {
    background-color: #e4f7e8;
    content: "";
    display: inline-block;
    height: 50px;
    left: 0;
    position: absolute;
    top: -50px;
    width: 100%;
    z-index: -1;
  }
}

@media screen and (min-width: 768px) {
  .illust-people img {
    margin-bottom: -10px;
    width: 273px;
  }
}

@media screen and (max-width: 767px) {
  .illust-people img {
    margin-bottom: -10px;
    width: 85%;
  }
  #type .illust-people img {
    width: 75%;
  }
}

/* 選べる2つのタイプ
========================================================= */
@media screen and (max-width: 767px) {
  .type__inner {
    background-color: #e4f7e8;
    border-radius: 4px;
    margin-top: 20px;
    padding: 0 10px 10px 10px;
  }
}

.type__info {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .typeHeader {
    padding-top: 20px;
  }
}

.typeHeader__ttl {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.2rem;
  font-weight: 700;
  height: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  #type-01 .typeHeader__ttl {
    background-image: url(../images/type_heart_01_pc.png);
  }
  #type-02 .typeHeader__ttl {
    background-image: url(../images/type_heart_02_pc.png);
  }
}

@media screen and (max-width: 767px) {
  .typeHeader__ttl {
    background-position: center 5px;
    background-size: auto 60px;
    height: 65px;
  }
  #type-01 .typeHeader__ttl {
    background-image: url(../images/type_heart_01_sp@2x.png);
  }
  #type-02 .typeHeader__ttl {
    background-image: url(../images/type_heart_02_sp@2x.png);
  }
}

@media screen and (max-width: 767px) {
  .typeHeader__ttl {
    margin-top: 0;
  }
}

.typeHeader__kumiawase {
  padding-top: 15px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .typeHeader__kumiawase img {
    width: 290px;
  }
}

.typeContent {
  margin-top: 25px;
  padding: 0 30px;
}

@media screen and (max-width: 767px) {
  .typeContent {
    background-color: #fff;
    border-radius: 2px;
    padding: 15px;
  }
}

.typeContent__ttl {
  padding: 0 65px;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .typeContent__ttl {
    padding: 0 35px;
  }
}

.typeContent__ttl::before {
  background: #c2bec4;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: calc(50% - 1px);
  width: 100%;
}

.typeContent__ttl span {
  background: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 0 0.6em;
  position: relative;
}

.typeContent__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
}

@media screen and (min-width: 768px) {
  .typeContent__body {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .typeContent__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-bottom: 10px;
  }
}

.typeContent__body dt {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .typeContent__body dt {
    width: 280px;
  }
}

@media screen and (max-width: 767px) {
  .typeContent__body dt {
    padding-top: 20px;
  }
}

.typeContent__body dt img {
  width: 237px;
}

@media screen and (min-width: 768px) {
  .typeContent__body dd {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media screen and (min-width: 768px) {
  .typeContent__body dd > dl.notes {
    padding-top: 15px;
  }
}

@media screen and (max-width: 767px) {
  .typeContent__body dd > dl.notes {
    display: none;
  }
}

.typeContent__mds {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
}

.typeContent__mds strong {
  color: #009f65;
  font-size: 1.8rem;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 767px) {
  .typeContent__mds strong {
    font-size: 1.6rem;
  }
}

.typeContent__text {
  font-size: 1.4rem;
  line-height: 1.5;
  padding-top: 12px;
}

.typeContent__hosoku {
  font-size: 1.4rem;
  line-height: 1.5;
  padding-top: 0.5em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .typeContent__hosoku {
    font-size: 1.2rem;
  }
}

/* ご注意ください
========================================================= */
.attention {
  background-color: #fff;
  border: 1px solid #df082f;
  border-radius: 2px;
}

@media screen and (min-width: 768px) {
  .attention {
    margin: 40px auto 0 auto;
    padding: 0 35px 20px 35px;
    width: 444px;
  }
}

@media screen and (max-width: 767px) {
  .attention {
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin-top: 40px;
    padding: 0 20px 20px 20px;
  }
}

.attentionHeader {
  text-align: center;
}

.attentionHeader__ttl {
  color: #df082f;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  padding-top: 20px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.attentionHeader__ttl::before {
  background-image: url(../images/icon_atten@2x.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 30px;
  content: "";
  display: inline-block;
  height: 30px;
  margin-bottom: -10px;
  margin-right: 6px;
  width: 28px;
}

.attentionHeader__lead {
  color: #df082f;
  font-size: 1.4rem;
  font-weight: 700;
  margin-top: 20px;
  text-decoration: underline;
}

.attentionList {
  color: #df082f;
  margin-left: 30px;
  padding-top: 20px;
}

@media screen and (max-width: 767px) {
  .attentionList {
    margin-left: 20px;
  }
}

.attentionList li {
  font-size: 1.4rem;
  line-height: 1.3;
  list-style: decimal;
  padding-bottom: 0.5em;
  padding-top: 0.5em;
}

.attentionList li dl.notes {
  padding-top: 5px;
}

.attentionList li dl.notes dt,
.attentionList li dl.notes dd {
  color: #392e43;
  font-size: 1.2rem;
}

.attention__nado {
  color: #df082f;
  font-size: 1.4rem;
  text-align: right;
}

/* 月額保険料例
========================================================= */
@media screen and (min-width: 768px) {
  .frameWhite {
    margin: 0 auto;
    padding: 60px 10px 0 10px;
    width: 696px;
  }
}

@media screen and (max-width: 767px) {
  .frameWhite#fee {
    padding-top: 60px;
  }
}

@media screen and (min-width: 768px) {
  .frameWhite#reparation, .frameWhite#faq {
    border-top: 1px solid #dfdee0;
    margin-top: 50px;
    padding-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .frameWhite#reparation, .frameWhite#faq {
    border-top: 1px solid #dfdee0;
    margin-top: 40px;
    padding: 40px 28px 0 28px;
  }
}

@media screen and (min-width: 768px) {
  .frameWhite#contact {
    padding-bottom: 120px;
  }
}

@media screen and (max-width: 767px) {
  .frameWhite#contact {
    padding: 40px 28px 100px 28px;
  }
}

@media screen and (min-width: 768px) {
  .frameWhite#attenData {
    margin-top: 40px;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .frameWhite#attenData {
    padding: 40px 28px 0 28px;
  }
}

.section__ttl--second {
  color: #392e43;
  font-size: 2rem;
  font-weight: 700;
  text-align: left;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 767px) {
  #fee .section__ttl--second {
    margin-left: 28px;
  }
}

@media screen and (min-width: 768px) {
  .feeList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
    padding-top: 40px;
    width: 636px;
  }
}

@media screen and (max-width: 767px) {
  .feeList {
    margin-left: 28px;
    margin-top: 20px;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
  }
}

.feeList li {
  width: 200px;
}

@media screen and (max-width: 767px) {
  .feeList li {
    display: inline-block;
    height: 330px;
    margin-right: 28px;
    padding: 0;
    position: relative;
    white-space: normal;
  }
}

.feeList__header {
  height: 60px;
}

.feeList__header h3 {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.3;
}

.feeList__header p {
  font-size: 1rem;
  line-height: 1.3;
  margin-top: 0.5em;
}

.feeData {
  width: 100%;
}

.feeData th,
.feeData td {
  border: 1px solid #392e43;
  font-size: 1.2rem;
  padding: 0.75em 1em;
  text-align: center;
}

.feeData th {
  background-color: #f1f0f2;
  font-weight: 700;
}

.feeList__footer {
  font-size: 1.2rem;
  padding-top: 20px;
}

@media screen and (min-width: 768px) {
  #fee .dotList {
    margin: 0 auto;
    padding-top: 30px;
    width: 636px;
  }
}

@media screen and (max-width: 767px) {
  #fee .dotList {
    margin: 0 28px;
    padding-top: 15px;
  }
}

.dotList li {
  font-size: 1.2rem;
  line-height: 1.5;
  list-style: disc;
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .dotList li {
    font-size: 1rem;
  }
}

.faqList li .dotList li {
  font-size: 1.4rem;
  line-height: 1.6;
}

/* 補償内容・注意事項
========================================================= */
.reparationText {
  font-size: 1.2rem;
  padding-top: 30px;
}

/* よくあるご質問
========================================================= */
.faqList {
  padding-top: 20px;
}

.faqList > li {
  margin-top: 15px;
}

.faq {
  background-color: #f1f0f2;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (min-width: 768px) {
  .faq:hover {
    background-color: #dfdee0;
    border-radius: 4px;
  }
}

.faq > dt {
  cursor: pointer;
  display: block;
  font-size: 1.4rem;
  padding: 15px;
  position: relative;
}

.faq > dt::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f078";
  margin-top: -7px;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.faq > dt.active::after {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

.faq dd {
  border-radius: 2px;
  display: none;
  font-size: 1.4rem;
  padding: 0 15px 15px 15px;
}

.faqHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 25px;
}

.faqHeader__number,
.faqContent__number {
  color: #009f65;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.6;
  width: 2.5em;
}

.faqHeader__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.6;
}

.faqContent {
  background-color: #fff;
  border: 1px solid #c2bec4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1em;
}

.faqContent__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.4rem;
  line-height: 1.6;
}

/* 詳しい内容はこちら
========================================================= */
.more__btn {
  margin: 0 auto;
  padding-top: 10px;
  width: 288px;
}

.contact__shop p {
  font-size: 1.4rem;
  line-height: 1.6;
  padding-top: 1.5em;
}

.contact__info {
  font-size: 1.2rem;
  line-height: 1.6;
  padding-top: 50px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .contact__info {
    text-align: left;
  }
}

.bobunText {
  font-size: 1.4rem;
  line-height: 1.6;
  padding-top: 50px;
  text-align: right;
}

/*
======================================================
  補償内容・注意事項
--------------------------------------------------- */
/* ヘッダー
========================================================= */
@media screen and (min-width: 768px) {
  .headerTtl {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #01b170;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 80px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 100px auto 0 auto;
    width: 696px;
  }
}

@media screen and (max-width: 767px) {
  .headerTtl {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .headerTtl__logo--pc {
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    padding-right: 20px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .headerTtl__logo--pc img {
    width: 170px;
  }
  .headerTtl__logo--pc:hover {
    opacity: 0.5;
  }
}

@media screen and (max-width: 767px) {
  .headerTtl__logo--pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .headerTtl__logo--sp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .headerTtl__logo--sp {
    padding-bottom: 50px;
    padding-top: 70px;
    text-align: center;
  }
  .headerTtl__logo--sp img {
    width: 154px;
  }
}

.headerTtl__page {
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .headerTtl__page {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 2.2rem;
    margin-left: 20px;
  }
  .headerTtl__page span {
    display: block;
  }
  .headerTtl__page span:first-child {
    margin-right: 10px;
  }
  .headerTtl__page small {
    display: block;
    font-size: 1.2rem;
    font-weight: 400;
    margin-top: 6px;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  }
}

@media screen and (max-width: 767px) {
  .headerTtl__page {
    font-size: 2.4rem;
    padding: 0 28px;
  }
  .headerTtl.support .headerTtl__page {
    background-color: #01b170;
    color: #fff;
    font-size: 2rem;
    padding: 8px 0;
    text-align: center;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  }
  .headerTtl.support .headerTtl__page small {
    display: block;
    font-size: 1.2rem;
    font-weight: 400;
    margin: 6px 0;
  }
}

/* タブ（PC用）
========================================================= */
@media screen and (min-width: 768px) {
  .tabMenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 60px auto 0 auto;
    width: 696px;
  }
}

@media screen and (max-width: 767px) {
  .tabMenu {
    display: none;
  }
}

.tabMenu li {
  width: 50%;
}

.tabMenu li:first-child {
  border-right: 1px solid #e9e9e9;
}

.tabMenu li a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #e9e9e9;
  color: #392e43;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2rem;
  font-weight: 400;
  height: 44px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
}

.tabMenu li a.active {
  border-bottom: none;
  border-top: 3px solid #c02;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .tabBoxes {
    margin: 40px auto 0 auto;
    width: 696px;
  }
}

@media screen and (max-width: 767px) {
  .tabBoxes {
    padding: 0 28px;
  }
}

@media screen and (min-width: 768px) {
  #tabBox1 {
    border-top: 3px solid #c02;
  }
}

@media screen and (min-width: 768px) {
  #tabBox2 {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .tabBox__ttl--sp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .tabBox__ttl--sp {
    font-size: 2rem;
    font-weight: 700;
    padding-top: 50px;
  }
}

/* 補償内容（アコーディオン）
========================================================= */
@media screen and (min-width: 768px) {
  .hosyoContent {
    border-bottom: 1px solid #e5e5e5;
    margin-top: 40px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .hosyoContent {
    border-top: 1px solid #e5e5e5;
    margin-top: 15px;
    padding-top: 15px;
  }
}

.hosyoContent > dt.hosyoContent__ttl {
  cursor: pointer;
  display: block;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (min-width: 768px) {
  .hosyoContent > dt.hosyoContent__ttl {
    border-left: 4px solid #c02;
    padding: 0 15px;
  }
}

@media screen and (max-width: 767px) {
  .hosyoContent > dt.hosyoContent__ttl {
    font-size: 1.5rem;
  }
}

.hosyoContent > dt.hosyoContent__ttl small {
  display: block;
  font-size: 1.2rem;
}

.hosyoContent > dt.hosyoContent__ttl.active::after {
  background-image: url(../images/icon_minus.png);
}

@media screen and (max-width: 767px) {
  .hosyoContent > dt.hosyoContent__ttl.active {
    border-left: 4px solid #c02;
    padding: 0 15px;
  }
}

.hosyoContent dd.hosyoContent__body {
  display: none;
  font-size: 1.4rem;
  padding: 10px 20px 15px 20px;
}

.hosyoContent dd.hosyoContent__body dl.notes {
  padding-top: 20px;
}

.hosyoContent dd.hosyoContent__body dl.notes + dl.notes {
  padding-top: 0;
}

.hosyoContent dd.hosyoContent__body dl.notes.big {
  padding-bottom: 10px;
  padding-top: 10px;
}

.hosyoContent dd.hosyoContent__body dl.notes.big dt,
.hosyoContent dd.hosyoContent__body dl.notes.big dd {
  font-size: 1.4rem;
}

.hosyoContent dd.hosyoContent__body .dotList {
  padding-top: 15px;
}

.hosyoContent dd.hosyoContent__body .dotList li {
  font-size: 1.4rem;
}

.iconPlus {
  height: 18px;
  position: absolute;
  right: 30px;
  top: 50%;
  width: 18px;
}

@media screen and (max-width: 767px) {
  .iconPlus {
    right: 0;
  }
}

.iconPlus .iconPlus__inner {
  position: relative;
}

.iconPlus .iconPlus__inner span {
  background-color: #392e43;
  display: inline-block;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.iconPlus .iconPlus__inner span:nth-of-type(1) {
  height: 3px;
  width: 18px;
}

.iconPlus .iconPlus__inner span:nth-of-type(2) {
  height: 18px;
  width: 3px;
}

dt.hosyoContent__ttl.active .iconPlus .iconPlus__inner span:nth-of-type(2) {
  opacity: 0;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}

.hosyoContent__mds {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  padding-top: 25px;
}

@media screen and (max-width: 767px) {
  .hosyoContent__mds {
    font-size: 1.4rem;
  }
}

.hosyoContent__mds.line {
  border-left: 4px solid #777;
  margin-top: 30px;
  padding: 0 0 0 12px;
}

.hosyoContent__text {
  display: block;
}

.hosyoContent__text.pt20 {
  padding-top: 20px;
}

.hosyoContent__text.nado {
  font-size: 1.4rem;
  text-align: right;
}

.hosyoContent__text p {
  font-size: 1.4rem;
  line-height: 1.6;
  padding-top: 1em;
}

.hosyoContent__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1em;
}

.hosyoContent__box dt,
.hosyoContent__box dd {
  line-height: 1.6;
}

.hosyoContent__box dt {
  width: 1em;
}

.hosyoContent__box dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.hosyoContent__data {
  margin-top: 5px;
}

.hosyoContent__data.ml30 {
  margin-left: 30px;
}

.hosyoContent__data.ml15 {
  margin-left: 15px;
}

.hosyoContent__data th,
.hosyoContent__data td {
  border: 1px solid #392e43;
  font-size: 1rem;
  line-height: 1;
  padding: 0.3em 0.75em;
  text-align: center;
}

/* 注意事項
========================================================= */
@media screen and (min-width: 768px) {
  .attenData {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .attenData {
    margin-top: 15px;
  }
}

.attenData th,
.attenData td {
  border: 1px solid #c2bec4;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.6;
  padding: 0.6em 0.75em;
  text-align: left;
}

.attenData th {
  white-space: nowrap;
}

.attenData td .notes dt,.attenData td .notes dd{
  font-weight: 600;
}

.attenData td .dotList li {
  line-height: 1.6;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .attenData td .dotList li {
    font-size: 1.2rem;
    font-weight: 600;
  }
}

@media screen and (min-width: 768px) {
  .attenData td .nado {
    margin-left: 100px;
    font-weight: 600;
  }
}

@media screen and (max-width: 767px) {
  .attenData td .nado {
    display: block;
    margin-left: -1.8em;
    font-weight: 600;
  }
}

/*
======================================================
  入院時選べるサポート 対象費用一覧
--------------------------------------------------- */
.supportfee__ttl {
  color: #009f65;
  font-size: 1.6rem;
  font-weight: 700;
  padding-top: 50px;
  text-align: center;
}

/* 提携事業者が使えるサポート（横スクロール）
========================================================= */
@media screen and (min-width: 768px) {
  .supportfeeList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .supportfeeList {
    height: 510px;
    margin-left: 28px;
    margin-top: 20px;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    overflow-y: hidden;
    padding-right: 18px;
    white-space: nowrap;
  }
}

.supportfeeList li {
  background-color: #fff;
  border: 1px solid #c2bec4;
}

@media screen and (min-width: 768px) {
  .supportfeeList li {
    margin-top: 20px;
    width: 308px;
  }
}

@media screen and (max-width: 767px) {
  .supportfeeList li {
    display: inline-block;
    height: 490px;
    margin-right: 10px;
    padding: 0;
    position: relative;
    white-space: normal;
    width: 220px;
  }
}

@media screen and (max-width: 767px) {
  .supportfeeList.nonteikeiList {
    height: 470px;
  }
  .supportfeeList.nonteikeiList li {
    height: 450px;
  }
}

.supportfeeList__content {
  padding: 20px 17px 10px 17px;
}

@media screen and (max-width: 767px) {
  .supportfeeList__content {
    left: 0;
    padding: 16px 17px 10px 17px;
    position: absolute;
    top: 0;
  }
}

@media screen and (max-width: 767px) {
  .supportfeeList__header {
    height: 70px;
    position: relative;
  }
}

.supportfeeList__header p {
  font-size: 1rem;
  line-height: 1.3;
  padding-bottom: 8px;
}

@media screen and (max-width: 767px) {
  .supportfeeList__header p {
    position: absolute;
    top: 0;
  }
}

.supportfeeList__header h3 {
  border-left: 4px solid #01b170;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.3;
  padding: 2px 0 2px 12px;
}

@media screen and (max-width: 767px) {
  .supportfeeList__header h3 {
    position: absolute;
    top: 35px;
  }
}

.supportfeeList__body {
  min-height: 120px;
  padding-top: 0.3em;
}

@media screen and (max-width: 767px) {
  .supportfeeList.nonteikeiList .supportfeeList__body {
    min-height: 150px;
  }
}

.supportfeeList__body p {
  font-size: 1.2rem;
  line-height: 1.6;
  padding-top: 1.2em;
}

.supportfeeList__link {
  font-size: 1.2rem;
}

.supportfeeList__det {
  padding-top: 25px;
}

.supportfeeList__det dt {
  background-color: #f1f0f2;
  border-radius: 4px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.6;
  padding: 3px 12px;
}

.supportfeeList__det dd {
  font-size: 1.2rem;
  line-height: 1.6;
  padding: 10px 12px 20px 12px;
}

@media screen and (max-width: 767px) {
  .supportfeeList__det dd {
    padding: 10px 0 20px 0;
  }
}

.supportfeeList__det dd:last-child {
  padding: 10px 0 0 0;
}

.supportfeeList__det dd .sub {
  font-size: 1rem;
}

.supportfeeList__det.nonteikei dd {
  padding: 8px 12px 16px 12px;
}

@media screen and (max-width: 767px) {
  .supportfeeList__det.nonteikei dd {
    padding: 8px 0 16px 0;
  }
}

.supportfeeList__det.nonteikei dd.pb0 {
  padding: 10px 12px 0 12px;
}

@media screen and (max-width: 767px) {
  .supportfeeList__det.nonteikei dd.pb0 {
    padding: 10px 0 0 0;
  }
}

.supportfeeList__det.nonteikei dd dl.notes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
}

.supportfeeList__det.nonteikei dd dl.notes dt,
.supportfeeList__det.nonteikei dd dl.notes dd {
  margin: 0;
  padding: 0;
}

.supportfeeList__det.nonteikei dd dl.notes dt {
  background-color: #fff;
  font-weight: 400;
}

.supportfeeList__bnr {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .supportfeeList__bnr.isetan {
    height: 63px;
  }
}

@media screen and (max-width: 767px) {
  .supportfeeList__bnr.isetan {
    height: 43px;
  }
}

@media screen and (max-width: 767px) {
  .supportfeeList__bnr {
    height: auto;
  }
}

.supportfeeList__bnr li {
  border: none;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 50%;
}

@media screen and (max-width: 767px) {
  .supportfeeList__bnr li {
    height: auto;
  }
}

@media screen and (min-width: 768px) {
  .supportfeeList__bnr li img {
    width: 130px;
  }
}

@media screen and (min-width: 768px) {
  .h70 {
    height: 70px;
  }
}

@media screen and (max-width: 767px) {
  .h70 {
    padding-bottom: 15px;
  }
}
