@charset "UTF-8";
/*---------------------------------
reset
---------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  list-style-type: none; 
}
/**********************************************************/
ul {
  list-style: none;
  padding: 0;
  padding-left: 20px;

}

li {

  margin-right: 1em;
  list-style-type: disc;
  text-align: left;
}

a {
  text-decoration: none;
  color: #007bff;
}

a:hover {
  text-decoration: underline;
}
/************************************************************/
.manga__contents-section {
  max-width: 1200px;
  margin: 40px auto;
  padding: 120px 140px;
  text-align: center;
}
.lp__contents-section {
  max-width: 1200px;
  margin: 40px auto;
  padding: 120px 140px;
  text-align: left;
}
@media screen and (max-width:768px) {
  .manga__contents-section {
    max-width: 100%;
    margin: 40px auto;
    padding: 38px 0;
  }
}

.header {
  padding-left: 20px;
  border-bottom: 1px solid #ddd;
}

.header__inner {
  max-width: 1230px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.content {
  max-width: 1230px;
  padding: 60px 15px; 
  margin-right: auto;
  margin-left: auto;
}
.content--has-column {
  display: flex;
  justify-content: space-between;
}
.content__main {
  flex: 1;
  margin-right: 3.25203%;
}
.content__side {
  flex:0 0 260px;
}
@media screen and (max-width:768px) {
  .content--has-column {
    flex-direction: column;
  }
  .content__main {
    margin-right: 0;
    margin-bottom: 60px;
  }
}
.footer {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #222;
}
.footer--border-top-gray {
  border-top: 1px solid #777;
}
.footer__inner {
  max-width: 1230px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.message_main_box{
  width: 60%;
  margin: 0 auto;
  text-align: left;
  font-size: 1.5em;
  line-height: normal;
  color: #364e96;
  font-weight: bold;
  list-style-type: disc;
}
.message_box{
  width: 80%;
  margin: 0 auto;
  text-align: left;
  font-size: 1em;
  line-height: normal;
}
.message_box li {
  list-style-type: disc;
}
@media screen and (max-width:768px) {
  .message_main_box{
    width: 80%;
    font-size: 1em;
  }

  .card__img-container {
    margin: 0;
}
}
/*****************************************************/
/*        Button Prtion                              */
/*****************************************************/
/********* 基本形ボタン ***********/
.button {
  display: inline-block;
  width: 300px;
  max-width: 100%;
  padding: 20px 10px;
  background-color: #ccc;
  border: 2px solid transparent;
  box-shadow: 0 3px 6px rgba(0,0,0,.16);
  color: #fff;
  font-size: 1.125rem;
  text-align: center;
  text-decoration: none;
  transition: .25s;
}
.button:focus,
.button:hover {
  background-color: #fff;
  border-color: currentColor;
  color: #ccc;
}
/********* 拡張パターン　矢印付きボタン ***********/
.button--arrow-right {
  position: relative;
  padding-right: 2em; /* Text中央に設定　*/
  padding-left: 1.38em; /*　Text中央に設定　*/
}
.button--arrow-right::after {
  content: '\f061';
  position: absolute;
  top: 50%; /* 文字を中央位置に設定する */
  right: .83em;
  font-family: 'Font Awesome 5 free'; /* Arrow Font */
  font-weight: 900; /*　Slidなスタイルに設定　*/
  transform: translateY(-50%); /*　矢印の位置を補正(上に寄せる）*/
}
/********* 大ボタン ***********/
.button--large {
  width: 340px;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 1.375rem;
}
/********* 色違いボタン ***********/
.button--warning {
  background-color: #f1de00;
  color: #222;
}

.button--warning:focus,
.button--warning:hover {
  border-color: #f1de00;
  color: #222;
}

/********* 角丸ボタン ***********/
.rounded-button {
  display: inline-block;
  width: 236px;
  max-width: 100%;
  padding: 15px 10px;
  background-color: #ccc;
  border: 2px solid transparent;
  border-bottom-color: #c7c4c5;
  border-radius: 10px;
  color: #fff;
  font-size: 1.125rem;
  text-align: center;
  text-decoration: none;
  transition: .25s;
}
.rounded-button:focus,
.rounded-button:hover {
  background-color: #fff;
  border-color: currentColor;
  color: #ccc;
}
/********* アイコン付き小ボタン ***********/
.before-icon-button {
  position: relative;
  display: inline-block;
  padding: .2em .3em; /*　フォントサイズに連動した余白にするための設定　*/
  border: 1px solid currentColor;
  color: #e25c00;
  text-decoration: none;
  transition: .25s;
}
.before-icon-button:focus,
.before-icon-button:hover {
  background-color: #e25c00;
  color: #fff;
}
.before-icon-button::before {
  display: inline-block;
  margin-right: .5em; /*　フォントサイズに連動した余白にするための設定　*/
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.before-icon-button--download::before { /*　ダウンロード専用モディファイアのセレクター　*/
  Content: '\f019'; /*　ダウンロードFONTをつかう　*/
}
/********* 拡張パターン　アイコン違いボタン ***********/
.before-icon-button--zoom::before {
  content: '\f00e'; /*　ズームFONTをつかう　*/
  transform: translateY(-6%); /*　天地中央揃えになるように調整　*/
}
.button-return {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: nowrap;
  align-content: center;
}

/*****************************************************/
/*        ICON Prtion                              */
/*****************************************************/
/********* 基本形ボタン ***********/
.before-icon::before {
  display: inline-block;
  margin-right: .3em; /*　フォントサイズに連動した余白にするための設定　*/
  color: #e25c00;
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; /* Font Awesomeアイコンを表示させるための指定　*/
} 
.before-icon--pdf::before {
  content: '\f1c1';
}
/********* 拡張パターン　アイコン違い ***********/
.before-icon--excel::before {
  content: '\f1c3';
}
.before-icon--power-point::before {
  content: '\f1c4';
}
.before-icon--check-squeare::before {
  content: '\f14a';
}
/********* CSSによるアイコンの実装 ***********/
.before-icon--chevron-left::before {
  content: '';
  width: 0.375em;
  height: 0.375em;
  border-bottom: .125em solid #e25c00;
  border-left: .125em solid #e25c00;
  transform: rotate(45deg) translateY(-30%); /*　45度回転し、若干上に上げて中央寄りに設定　*/
}
/********* CSSによるアイコンの実装（末尾アイコン） ***********/
.after-icon::after {
  display: inline-block;
  margin-left: .3em; /*　フォントサイズに連動した余白にするための設定　*/
  color: #e25c00;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; /* Font Awesomeアイコンを表示させるための指定　*/
} 
.after-icon--chevron-right::after {
  content: '';
  width: 0.375em;
  height: 0.375em;
  border-top: .125em solid #e25c00;
  border-right: .125em solid #e25c00;
  transform: rotate(45deg); /*　45度回転　*/
}
/*****************************************************/
/*        LABEL Prtion                               */
/*****************************************************/
.label {
  display: inline-block;
  padding: .2em .3em; /*　高さ・横幅の確保　*/
  background-color: #e25c00;
  color: #fff;
  font-size: .75em;
  font-weight: bold;
  border: 2px solid transparent; /* HOVER・Focus時にボーダーの分だけラベルが大きくならないようにここで設定する　*/
}
.label--warning {
  background-color: #f1de00;
  color: #000;
}
/********* ラベルにLinkを加える ***********/
.label--link {
  text-decoration: none;
  transition: .25s;
}
.label--link:focus,
.label--link:hover {
  background-color: #fff;
  border-color: currentColor;
  color: #e25c00;
}
/********* 楕円ラベル ***********/
.rounded-label {
  display: inline-block;
  padding: .2em .9em; /*　高さ・横幅の確保(横の余白広め）　*/
  background-color: #e25c00;
  border-radius: 1em;
  color: #fff;
  font-size: .75em;
  font-weight: bold;
}
/*****************************************************/
/*        TITLE Prtion                               */
/*****************************************************/
.level1-heading {
  padding: 30px 10px;
  background-color: #e25c00;
  color: #fff;
  font-size: 1.75em;
  text-align: center;
}
.level1-heading__inner {
  position: relative;
  display: inline-block;
  transform: translateY(-20%); /*　テキストと下線のセットが天地中央揃えになるよう補正　*/
}
.level1-heading__inner::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 80px;
  height: 1px;
  background-color: currentColor;
  transform: translateX(-50%);/*　対象要素の50％分を左に寄せる（マイナス）*/
}
.level2-heading {
  padding-bottom: 10px;
  margin-top: 100px; /* 見出しの余白ルールを追加 */
  margin-bottom: 20px; /* 見出しの余白ルールを追加 */
  border-bottom: 4px solid #e25c00;
  font-size: 1.75em;
  font-weight: bold;
}
.level3-heading {
  padding-bottom: 6px;
  border-bottom: 2px solid #e25c00;
  font-size: 1.5em;
  font-weight: bold;
}
.level4-heading {
  padding-left: 6px;
  border-left: 2px solid #e25c00;
  font-size: 1.25em;
  font-weight: bold;
}
.level5-heading {
  color: #e25c00;
  font-size: 1.125em;
  font-weight: bold;
}
.level6-heading {
  font-size: 1.125em;
}
.level2-heading-box {
  color: #fff;/*文字色*/
  background: #364e96;/*線色*/
  padding: 0.5em;/*文字周りの余白*/
  border-radius: 0.5em;/*角丸*/
  font-size: 1.75em;
  font-weight: bold;
  margin-bottom: 20px;
}
.level3-heading-box {
    color: #364e96;/*文字色*/
    border: solid 3px #364e96;/*線色*/
    padding: 0.5em;/*文字周りの余白*/
    font-size: 1.5em;
    border-radius: 0.5em;/*角丸*/
}
@media screen and (max-width: 768px) {
  .level2-heading-box {
      font-size: 1.5em;
      padding: 0.3em;
  }
}
/*****************************************************/
/*        ReMARK Prtion                              */
/*****************************************************/
/********* 注釈 ***********/
.caution-text {
  color: #d40152;
}
.note-text {
  font-size: .75em;
}
/*****************************************************/
/*        MEDIA module　                             */
/*****************************************************/
.media {
  display: flex;
  align-items: center;
}

.media__img-wrapper {
  flex: 0 1 27.58333%;/*　flex-basisの設定　*/
  margin: 0 3.33333% 0 0;/* 40px/1200pxを表現した設定　*/
}

.media__img {
  width: 100%;
}

.media__body {
  flex: 1;
}

.media__body > *:last-child {
  margin-bottom: 0;/* 重要！！最後の要素の余白をリセット */
}

.media__title {
  margin-bottom: 10px;
  font-size: 1.125rem;
  font-weight: bold;
  margin-top: 0;
}

.media__text {
  margin-top: 0;
}
/*メディアクエリ適用時 */
@media screen and (max-width: 768px) {
  .media {
    display: block;/*　FlexBoxの解除　*/
  }

  .media__img-wrapper {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

/********* 拡張パターン：逆位置 ***********/
.media--reverse { /* .mediaのスタイリングに追加 */
  flex-direction: row-reverse; /* 横並びレイアウトで右から左へ */
}
.media--reverse .media__img-wrapper {
  margin-right: 0; /*  */
}
.media--reverse .media__body {
  margin-right: 3.33333%;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .media--reverse .media__body {
    margin-right: 0;
  }
}
/********* バリエーション：画像半分サイズ ***********/
.half-media {
  display: flex;
  align-items: center;
}
.half-media__img-wrapper {
  flex: 0 1 48.33333%; /* 600px-(40pxの按分)/1200px %*/
  margin: 0 3.33333% 0 0;
}
.half-media__img {
  width: 100%;
}
.half-media__body {
  flex: 1;
}
.half-media__body > *:last-child {
  margin-bottom: 0;
}

.half-media__title {
  margin-bottom: 10px;
  font-size: 1.125rem;
  font-weight: bold;
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .half-media {
    display: block;
  }
  .half-media__img-wrapper {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
/*****************************************************/
/*        CARD module 　                             */
/*****************************************************/
.card {
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
}

.card__img-wrapper {
  position: relative; /* card__imgのPosition:absoluteの起点を設定　*/
  padding-top: 30%; /* 画像の縦横比16:9を設定するため　56.25% -> 30% */
  overflow: hidden; /*　画像のトリミングのため　*/
  margin-top: 30px;
}
.card__img-container{
  width: 400px;
  height: 100%;
  margin: 40px; /* 0 -> 40px */
}
.card__img {
/*  position: absolute; /* 上下位置の調整 */
/*  top: 50%; /* 天地中央揃えでのトリミング　*/
  width: 100%; /* 100% -> 55% -> 100% */
/*  transform: translateY(-50%); /* 天地中央揃えでのトリミング　*/
}
@media screen and (max-width: 768px) {
  .card {
  flex-direction: column;
  }
  .card__img {
  width: 70%;
  }

  .card__img-container {
    margin: 0 auto;
}
}
.card__body {
  padding: 15px;
}

.card__body > *:last-child {
  margin-bottom: 0;
}

.card__title {
  margin-bottom: 5px;
  font-size: 2rem;
  font-weight: bold;
  text-align: left;
  margin-bottom: 40px;
}

.card__text {
  color: #777;
  text-align: left;
}
/********* 拡張パターン：バッジ付き ***********/
.card__badge {
  position: relative;
}

.card__badge::after {
  content: ''; /* ここから＞要素を生成し、 */
  position: absolute; /* 位置を決める　*/
  z-index: 1; /*　だけの指定なので */
  top: 0; /* 何も表示されない　*/
  left: 0; /* */
  width: 0; /* */
  height: 0; /*　ここまで＜*/
  /* 下記3行が　三角形の生成　*/ 
  border-width: 3.75rem 3.75rem 0 0; 
  border-style: solid;
  border-color: #e25c00 transparent transparent transparent;
}

.card__badge-text {
  position: absolute;
  z-index: 2;
  top: .5rem;
  left: .3125rem;
  color: #fff;
  font-size: .875rem;
  font-weight: bold;
  transform: rotate(-45deg); /*　テキストの回転　*/
}
/********* リンク ***********/
.card--link {
  display: block;
  color: currentColor;
  text-decoration: none;
  transition: .25s;
}

.card--link .card__title,
.card--link .card__text {
  transition: .25s;
}

.card--link:focus,
.card--link:hover {
  opacity: .75;
}

.card--link:focus .card__title,
.card--link:focus .card__text,
.card--link:hover .card__title,
.card--link:hover .card__text {
  color: #e25c00;
  text-decoration: underline;
}
/********* 3カラム ***********/
/* ラッパーモジュールに対する指定 */
.cards {
  display: flex;
  flex-wrap: wrap;
}

.cards--col3 {
  margin-bottom: -30px; /* 上下のガター確保（ラッパーモジュール） */
}
/* 各カードに対する指定 */
.cards--col3 > .cards__item {
  width: 31.707%;
  margin-right: 2.43902%;
  margin-bottom: 30px; /* 上下のガター確保（各カード） */
}
/* カラム落ちを防ぐ（3の倍数のカードに該当） */
.cards--col3 > .cards__item:nth-of-type(3n) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .cards--col3 {
    margin-bottom: -20px;
  }

  .cards > .cards__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .card__title {
    text-align: center;
  }
}
/********* 4カラム ***********/
.cards--col4 {
  margin-bottom: -20px;/* 上下のガター確保（ラッパーモジュール） */
}

.cards--col4 > .cards__item {
  width:  23.78%;
  margin-right: 1.62602%;
  margin-bottom: 20px;
}
/* カラム落ちを防ぐ（4の倍数のカードに該当） */
.cards--col4 > .cards__item:nth-of-type(4n) {
  margin-right: 0;
}
/*****************************************************/
/*        TABLE module                               */
/*****************************************************/
.horizontal-table {
  border: 1px solid #ddd;
}

.horizontal-table__inner {
  width: 100%;
  border-collapse: collapse;
}

.horizontal-table__header {
  width: 35%;
  padding: 15px;
  background-color: #efefef;
  border-bottom: 1px solid #ddd;
  font-weight: bold;
  vertical-align: middle;
}

.horizontal-table__text {
  padding: 15px;
  border-bottom: 1px solid #ddd;
}

.horizontal-table__row:last-child .horizontal-table__header,
.horizontal-table__row:last-child .horizontal-table__text {
  border-bottom-width: 0;
}
/********* メディアクエリ時のスクロール ***********/
@media screen and (max-width: 768px) {
  .horizontal-table--md-scroll {
    border-right-width: 0; /* 右側のボーダーを消す */
    overflow-x: auto; /* 横スクロールを実現する */
  }

  .horizontal-table--md-scroll .horizontal-table__header,
.horizontal-table--md-scroll .horizontal-table__text {
    white-space: nowrap; /* 見出しとセルのテキストを折り返さない */
  }

  .horizontal-table--md-scroll .horizontal-table__text {
    border-right: 1px solid #ddd; /* スクロールが右端まできたときのボーダー */
  }
}
/********* テーブル（垂直） ***********/
.vertical-table {
  border: 1px solid #ddd;
}

.vertical-table__inner {
  width: 100%;
  text-align: center;
  table-layout: fixed;
  border-collapse: collapse;
}

.vertical-table__header-row {
  background-color: #efefef;
}

.vertical-table__header {
  padding: 15px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-weight: bold;
  vertical-align: middle;
}

.vertical-table__text {
  padding: 15px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  vertical-align: middle;
}
/* table要素に設定しているboarderと被らないようにする */
.vertical-table__header:last-child,
.vertical-table__text:last-child {
  border-right-width: 0; /* 各セルの右側のボーダーを非表示 */
}
/* table要素に設定しているboarderと被らないようにする */
.vertical-table__body-row:last-child .vertical-table__text {
  border-bottom-width: 0; /* 最終行の各セルの下側のボーダーを非表示 */
}

@media screen and (max-width: 768px) {
  .vertical-table {
    border-right-width: 0;
    overflow-x: auto;
  }

  .vertical-table__inner {
    width: auto;
    min-width: 100%;
  }

  .vertical-table__header,
.vertical-table__text {
    white-space: nowrap;
  }

  .vertical-table__header:last-child,
.vertical-table__text:last-child {
    border-right-width: 1px;

  /* border-right: 1px solid #ddd; スクロールが右端まできたときのボーダー */
  }
}
/********* テーブル（交差） ***********/
.cross-table {
  border: 1px solid #ddd;
}

.cross-table__inner {
  width: 100%;
  text-align: center;
  table-layout: fixed;
  border-collapse: collapse;
}

.cross-table__header {
  padding: 15px;
  background-color: #efefef;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-weight: bold;
  vertical-align: middle;
}

.cross-table__text {
  padding: 15px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  vertical-align: middle;
}

.cross-table__header:last-child,
.cross-table__text:last-child {
  border-right-width: 0;
}

.cross-table__body-row:last-child .cross-table__header,
.cross-table__body-row:last-child .cross-table__text {
  border-bottom-width: 0;
}

@media screen and (max-width: 768px) {
  .cross-table {
    border-right-width: 0;
    overflow-x: auto;
  }

  .cross-table__inner {
    width: auto;
    min-width: 100%;
  }

  .cross-table__header,
.cross-table__text {
    white-space: nowrap;
  }

  .cross-table__header:last-child,
.cross-table__text:last-child {
    border-right-width: 1px;
  }

  .cross-table__header--md-sticky {
    position: -webkit-sticky; /* ベンダープリフィックス設定 */ 
    position: sticky; /* 特定の位置に固定して表示する */
    left: 0; /* 左側の0の位置に配置 */
  }
}
/********* ページャー ***********/
.pager {
  display: flex; /* 左右中央揃えに設定（１） */
  overflow-x: auto; /* 水平スクロールに設定 */
}

.pager__inner {
  display: flex; /* 横並びに設定 */
  margin-right: auto; /* 左右中央揃えに設定（２） */
  margin-left: auto; /* 左右中央揃えに設定（３） */
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.pager__inner > *:last-child {
  margin-right: 0;
}

.pager__item {
  margin-right: 15px; /* フレキシブルレイアウトではない */
}

.pager__link {
  display: flex; /* 数字を左右・天地中央揃えで配置（１） */
  align-items: center;/* 数字を左右・天地中央揃えで配置（２） */
  justify-content: center;/* 数字を左右・天地中央揃えで配置（３） */
  width: 40px;
  height: 40px;
  border: 1px solid currentColor;
  color: #e25c00;
  text-decoration: none;
  transition: .25s;
  box-sizing: border-box;
}

.pager__link:focus,
.pager__link:hover {
  background-color: #e25c00;
  color: #fff;
  opacity: .75;
}

.pager__link--active {
  background-color: #e25c00;
  color: #fff;
  pointer-events: none; /* hover,focus,clickなどのイベントを打ち消す */
}
/********* タブナビゲーション ***********/
.tab-navigation__inner {
  display: flex;
  align-items: center;
  /* モジュールの横幅がコンテンツ幅を上回ったとき、折り返す */
  flex-wrap: wrap; 
  justify-content: center;
  margin-bottom: -10px;
  padding-left: 0;
  margin-top: 0;
  list-style-type: none;
}

.tab-navigation__link {
  display: inline-block;
  padding-right: 30px;
  padding-bottom: 10px;
  padding-left: 30px;
  margin-bottom: 10px;
  border-bottom: 4px solid #efefef;
  color: #777;
  text-decoration: none;
  transition: .25s;
}

.tab-navigation__link:focus,
.tab-navigation__link:hover {
  border-bottom-color: currentColor;
  color: #e25c00;
  opacity: .75;
}

.tab-navigation__link--active {
  border-bottom-color: currentColor;
  color: #e25c00;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .tab-navigation {
    overflow-x: auto;
  }

  .tab-navigation__inner {
    flex-wrap: nowrap; /* 水平スクロールを設定（折り返し解除） */
    justify-content: flex-start; /* アクセスできないコンテンツの解消 */
    margin-bottom: 0;
    white-space: nowrap;
  }
}
/********* CTA ***********/
.cta-area {
  padding: 30px;
  background-color: rgba(221, 116, 44, .05);/* 透明オレンジ職　*/
  border: 1px solid #e25c00;
  text-align: center;
}

.cta-area > *:last-child {
  margin-bottom: 0;
}

.cta-area__title {
  padding-bottom: 10px;
  margin-top: -6px;
  margin-bottom: 40px;
  border-bottom: 1px solid currentColor;
  color: #e25c00;
  font-size: 1.5rem;
  font-weight: bold;
}
/********* 料金表 ***********/
/* ラッパーモジュールに対する指定 */
.price-boxes {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.price-boxes__item {
  flex: 1; /*  各プランを等間隔幅で表示させるための指定 */
  margin-right: 2.43902%;
}

.price-boxes__item:last-child {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .price-boxes {
    display: block;
  }

  .price-boxes__item {
    margin-right: 0;
    margin-bottom: 30px;
  }

  .price-boxes__item:last-child {
    margin-bottom: 0;
  }
}

.price-box {
  border: 1px solid #ddd;
}

.price-box__header {
  padding: 10px;
  background-color: #e25c00;
  color: #fff;
  text-align: center;
}

.price-box__title {
  font-size: 1.125rem;
  margin-top: 0;
  margin-bottom: 0;
}

.price-box__price {
  font-size: 1.875rem;
  margin-top: 0;
  margin-bottom: 0;
}

.price-box__price-unit {
  font-size: 1rem;
}

.price-box__body {
  padding: 15px;
}

.price-box__body > *:last-child {
  margin-bottom: 0;
}

.price-box__lead {
  margin-bottom: 20px;
  margin-top: 0;
}

.price-box__features {
  text-align: center;
  margin-top: 0;
}

.price-box__features > *:last-child {
  margin-bottom: 0;
}

.price-box__features-header {
  padding: 5px;
  margin-bottom: 10px;
  background-color: #efefef;
}

.price-box__features-text {
  margin-bottom: 20px;
  margin-left: 0;
}
/********* バリエーション：料金表テーブル ***********/
.only-md {
  display: none;
}
/*　メディアクエリ適用時のみ改行　*/
@media screen and (max-width: 768px) {
  .only-md {
    display: block;
  }
}

.price-table__inner {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

.price-table__header {
  padding: 10px;
  background-color: #e25c00;
  border-right: 1px solid currentColor;
  color: #fff;
  text-align: center;
  font-weight: normal;
}

.price-table__header:last-child {
  border-right-width: 0;
}

.price-table__header-title {
  font-size: 1.125rem;
  margin-top: 0;
  margin-bottom: 0;
}

.price-table__price {
  font-size: 1.875rem;
  margin-top: 0;
  margin-bottom: 0;
}

.price-table__price-unit {
  font-size: 1rem;
}

.price-table__body-title {
  padding: 10px;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  font-weight: bold;
  text-align: right;
  vertical-align: middle;
}

.price-table__body-text {
  padding: 10px;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  text-align: center;
  vertical-align: middle;
}

.price-table__body-text:last-child {
  border-right: 1px solid #ddd; /* 最後のセルに右側のボーダーを設定 */
}

.price-table__body-row:last-child .price-table__body-title,
.price-table__body-row:last-child .price-table__body-text {
  border-bottom: 1px solid #ddd; /* 最後行の見出しと通常セルに下側のボーダーを設定 */
}

@media screen and (max-width: 768px) {
  .price-table {
    overflow-x: auto;
  }

  .price-table__inner {
    width: auto;
    white-space: nowrap;
  }

  .price-table__body-title {
    /* 水平方向の見出しに対する設定 */
    position: -webkit-sticky; /* 左側に固定表示とする */
    position: sticky;         /* 左側に固定表示とする */
    left: 0;                  /* 左側に固定表示とする */
    background-color: #fff;
    box-shadow: 1px 0 #ddd;/* border-rightの代わりに指定 */
    font-size: .875rem;
  }
}
/********* FLOW **********/
.flow {
  margin-top: 0;
  margin-bottom: 0;
}
.flow > *:last-child {
  margin-bottom: 0;
}
.flow_list{
  list-style-type: none;
  padding-inline-start: 0px;
/*  padding-top: 12px; /* 位置調整のために質問タイトルの上部に追加　*/
/*  padding-bottom: 20px;
/*  margin-bottom: 20px; */
}
.flow_row {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  list-style-type: none;
  padding-inline-start: 0px;
  padding-top: 12px; /* 位置調整のために質問タイトルの上部に追加　*/
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.flow-icon {
  width: 30%;
  margin: 0;
}

.flow-title {
  font-size: 1.5em;
  font-weight: bold;
  text-align: left;
  margin-left: 30px;
}
.flow-text {
  font-size: 0.7em;
  font-weight: normal;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .flow-icon {
    width: 50%;
  }
  .flow_row {
  flex-direction: column;
  align-items: center;
  }
  .flow-title {
  text-align: center;
  margin: 0 30px 0 30px;
  }
  .flow-text {
  text-align: left;
  }
}
/********* FAQ ***********/
.faq {
  margin-top: 0;
  margin-bottom: 0;
}

.faq > *:last-child {
  margin-bottom: 0;
}
/* Q,Aアイコンの表示位置の設定 */
.faq__row {
  position: relative; /* Q,Aアイコンの起点とする指定 */
  display: flex; /* アイコンとテキストを横並びにする */
  align-items: flex-start; /* 天地位置を頭揃えに設定 */
  box-sizing: content-box; /* アイコンの表示場所を確保 */
  min-height: 45px;        /* アイコンの表示場所を確保 */
  padding-left: 60px;      /* アイコンの表示場所を確保 */
}

.faq__row--question {
  margin-bottom: 15px;
  font-size: 1.125rem;
  font-weight: bold;
}

.faq__question-text {
  padding-top: 12px; /* 位置調整のために質問タイトルの上部に追加　*/
}

.faq__row--answer {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  margin-left: 0;
}
/* FAQのアイコンのデザイン設定ベース */
.faq__icon {
  position: absolute; /* アイコンの表示位置を左上に設定 */
  top: 0;             /* アイコンの表示位置を左上に設定 */
  left: 0;            /* アイコンの表示位置を左上に設定 */
  width: 45px;        /*  正円の設定 */
  height: 45px;       /*  正円の設定 */
  border-radius: 50%; /*  正円の設定 */
  font-weight: normal;
  line-height: 45px;
  text-align: center;
}
/* Qアイコンのデザイン設定 */
.faq__icon--question {
  background-color: #e25c00;
  color: #fff;
}
/* Aアイコンのデザイン設定 */
.faq__icon--answer {
  background: #efefef;
  color: #e25c00;
}

.faq__answer-body {
  padding-top: 12px;/* 位置調整のために回答テキストの上部に追加　*/
}

.faq__answer-body > *:last-child {
  margin-bottom: 0;
}

.faq__answer-text {
  margin-bottom: 20px;
  margin-top: 0;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .faq__row {
    padding-left: 20px; 
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

}
/********* アコーディオン ***********/

.accordion__body + .accordion__title {
  /* ２つ目以降のタイトルに下記を設定する */
  margin-top: 20px;
}

.accordion__button {
  position: relative;
  display: block; /* button要素に対する調整スタイル */
  width: 100%;    /* button要素に対する調整スタイル */
  padding: 10px 40px 10px 15px;
  background-color: #e25c00;
  border: 2px solid #e25c00;
  color: #fff;
  font-size: 1.125rem;
  text-align: left;
  cursor: pointer; /* Pointer Cursorに設定 */
  transition: .25s;
  line-height: inherit;
}
/* プラス・マイナスアイコンの生成 */
.accordion__button::before {
  content: ''; 
  position: absolute; /* 天地中央の位置に配置する */
  top: 50%;           /* 天地中央の位置に配置する */
  right: 15px;        /* 天地中央の位置に配置する */
  display: block;     /* 横棒の描画 */
  width: 20px;        /* 横棒の描画 */
  height: 2px;        /* 横棒の描画 */
  background-color: currentColor;/* 横棒の描画 */
  transform: translateY(-50%);   /* 横棒の描画 */
}
/* プラスアイコンの縦棒を生成 */
.accordion__button::after {
  content: '';
  position: absolute; /* 天地中央の位置に配置する */
  top: 50%;           /* 天地中央の位置に配置する */
  right: 24px;        /* 天地中央の位置に配置する */
  display: block;     /* 縦棒の描画 */
  width: 2px;         /* 縦棒の描画 */
  height: 20px;       /* 縦棒の描画 */
  background-color: currentColor; /* 縦棒の描画 */
  transform: translateY(-50%);    /* 縦棒の描画 */
}

.accordion__button:focus,
.accordion__button:hover {
  background-color: #fff;
  color: #e25c00;
}

.accordion__button--active::after {
  content: none; /* マイナスアイコンが残るようにする */
}
/* アコーディオンのコンテンツ部分は初期状態では閉じられているため
display:noneで非表示にする */
.accordion__body {
  display: none;
  padding: 15px;
  border: 1px solid #ddd;
  margin-left: 0;
}

.accordion__body > *:first-child {
  margin-top: 0
}

.accordion__body > *:last-child {
  margin-bottom: 0;
}

.accordion__body--active {
  display: block;
}

.accordion__text {
  margin-bottom: 20px;
}
/********* ジャンボトロン ***********/
@media screen and (max-width: 768px) {
  .only-lg {
    display: none;
  }
}

.jumbotron {
  /* vm,px値はViewportScaleからの計算式から算出　*/
  height: calc(69.44444vw + -233.33333px);
  background-position: center center;
  background-size: cover;
}

.jumbotron__inner {
  position: relative;
  max-width: 1230px; /* 最大コンテンツ幅を設定　*/
  height: 100%;
  margin-right: auto; /* 左右中央揃え */
  margin-left: auto; /* 左右中央揃え */
}

.jumbotron__title {
  position: absolute;
  top: 50%;
  left: 0;
  padding: 40px;
  background-color: rgba(0, 0, 0, .75);
  color: #fff;
  font-size: calc(1.81818vw + 14.18182px); /*Fontサイズの切り替え */
  line-height: 1.5;
  transform: translateY(-50%);
  margin-top: 0;
  margin-bottom: 0;
  box-sizing: border-box;
}

@media screen and (min-width: 1200px) {
  /*高さが大きくなり続けることを防ぐ */
  .jumbotron {
    height: 600px;
  }
  /*フォントサイズが大きくなり続けることを防ぐ */
  .jumbotron__title {
    font-size: 2.25rem;
  }
}

@media screen and (max-width: 768px) {
  .jumbotron {
    height: 300px;
  }

  .jumbotron__title {
    left: 50%;
    width: 90%;
    padding: 15px;
    font-size: 1.25rem;
    text-align: center;
    transform: translate(-50%, -50%);
  }
}

/********* ポストリスト ***********/
.vertical-posts {
  padding-left: 0;
  list-style-type: none;
}

.vertical-posts__item {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}

.vertical-posts__item:first-child {
  padding-top: 0;
}

.vertical-posts__header {
  margin-bottom: 10px;
}

.vertical-posts__date {
  font-size: .875rem;
}

.vertical-posts__title {
  text-decoration: none;
}

.vertical-posts__title:focus,
.vertical-posts__title:hover {
  text-decoration: underline;
}
/********* 順序なしリスト ***********/
.bullet-list {
  padding-left: 0;
  list-style-type: none;
}

.bullet-list > *:last-child {
  margin-bottom: 0;
}

.bullet-list__item {
  position: relative;
  padding-left: 1em;/*フォントサイズに連動して行頭アイコンのためのスペースも確保させる　*/
  margin-bottom: 10px;
  box-sizing: border-box;
}

.bullet-list__item::before {
  /*　行頭アイコンの生成（独自）*/
  content: ''; /*要素の生成*/
  position: absolute; /*　位置の決定　*/
  top: .5em;          /*　位置の決定　*/
  left: 0;            /*　位置の決定　*/
  display: block;     /* アイコンの描画 */
  width: .4em;        /* アイコンの描画 */
  height: .4em;       /* アイコンの描画 */
  background-color: #e25c00;    /* アイコンの描画 */
  border-radius: 50%; /* アイコンの描画 */
}
/********* 拡張パターン：横並び ***********/
.bullet-list--horizontal {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;/* flexアイテムを左右に振り分ける*/
  margin-bottom: -10px;
}

.bullet-list--horizontal .bullet-list__item {
  flex: calc(50% - 5px);/* flex-basisの指定と同様で　　 */
  margin-right: 10px;   /* 幅を全体の半分-(10px/2)に設定*/
}

.bullet-list--horizontal .bullet-list__item:nth-of-type(even) {
  margin-right: 0;
}

/********* バリエーション：ネスト ***********/
.child-bullet-list {
  padding-left: 1.5em;
  margin-top: 10px;
  list-style-type: circle;/* 行頭アイコン */
}

.child-bullet-list > *:last-child {
  margin-bottom: 0;
}

.child-bullet-list__item {
  margin-bottom: 10px;
}
/********* 順序ありリスト ***********/
.order-list {
  /* CSSカウンター(order-list)のリセット*/
  counter-reset: order-list; /* order-listをCSSカウンターとする*/
  padding-left: 0;
  list-style-type: none;
}

.order-list > *:last-child {
  margin-bottom: 0;
}

.order-list__item {
  position: relative;
  padding-left: 1em;
  margin-bottom: 10px;
}

.order-list__item::before {
  /*　行頭数字アイコンの生成（独自）*/
  content: counter(order-list) '. ';/* カウンター値とピリオド*/
  position: absolute;
  top: 0;
  left: 0;
  color: #e25c00;
  font-weight: bold;
  counter-increment: order-list;/* カウンター値を1増やす*/
}
/********* バリエーション：ネスト ***********/
.child-order-list {
  margin-top: 10px;
  counter-reset: child-order-list;
  padding-left: 0;
  list-style-type: none;
}

.child-order-list > *:last-child {
  margin-bottom: 0;
}

.child-order-list__item {
  position: relative;
  padding-left: 1em;
  margin-top: 10px;
}

.child-order-list__item::before {
  content: counter(child-order-list) '. ';
  position: absolute;
  top: 0;
  left: 0;
  color: #e25c00;
  counter-increment: child-order-list;
}
