@charset "UTF-8";
/* CSS Document */


@media only screen and (max-width : 768px) {

  /*-------------------------------------------------------------------------------------
スマホ用レイアウト（768px以下スクリーン）
----------------------------------------------------------------------------------------*/

  /*--------------------------------------------------
共通設定(スマホ)
-----------------------------------------------------*/

  /*body全体の初期スタイル調整*/
  body {
    width: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
  }

  /*--------------------------------------------------
見出しタグ設定（スマホ）
-----------------------------------------------------*/
  h2 {
    margin: 0.5em 0em;
    font-size: 1.6em;
    font-weight: bold;
    text-align: center;
  }

  h3 {
    margin: 0.5em 0em;
    padding: 0.3em 0.6em;
    font-size: 1.4em;
    font-weight: bold;
    border-left: 8px solid #10559A;
    border-bottom: 1px dotted #10559A;
  }

  h4 {
    margin: 0.5em 0em;
    padding: 0.3em 0.6em;
    font-size: 1.2em;
    border: 1px solid #ccc;
    font-weight: bold;
  }

  h5 {
    margin: 0.5em 0em;
    padding: 0.1em;
    font-size: 1em;
    font-weight: bold;
    border-bottom: 1px dotted #ccc;
  }

  /*--------------------------------------------------
全体レイアウト／背景設定（スマホ）
-----------------------------------------------------*/
  /*全体エリア（全体背景を設定するにはここ）*/
  .main {
    background-color: #f2f2f2;
  }

  /*記事(ボディ)エリア*/
  .article {
    background-color: #fff;
    border-left: none;
    border-right: none;
    font-size: 1.6em;
    /*=16px*/
  }

  /*記事(ボディ)エリアの行間*/
  .article p {
    line-height: 1.6;
  }

  .article {
    width: 100%;
  }

  /*カラム全体の幅を変更する*/
  .top_image_in,
  .section_inr {
    width: 100%;
    margin: 0 auto;
    /*真ん中に要素を置きたいときに使う*/
  }

  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  /*--------------------------------------------------
上部固定ヘッダー設定
-----------------------------------------------------*/
  /*上部固定ヘッダー全体*/
  .header {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 5000;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    overflow: auto;
  }

  /*ヘッダー内部をカラム幅にする*/
  .header_inr {
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }

  /*ヘッダーのロゴ*/
  .header_logo {
    width: auto;
    max-width: 30%;
    float: none;
    margin: 0.5em auto;
  }

  /*ヘッダーの問い合わせボタン（スマホでは非表示）*/
  .header_mail {
    display: none;
  }

  /*ヘッダーの電話ボタン（スマホでは非表示）*/
  .header_tel {
    display: none;
  }

  /*--------------------------------------------------
ファーストビュー設定
-----------------------------------------------------*/
  .top_image {
    background-image: none;
  }

  .top_image_in img {
    width: 100%;
  }

  /*--------------------------------------------------
sectionの設定
-----------------------------------------------------*/
  .section_01 {
    background-color: #eef3fa;
    padding: 3em 1em;
  }

  .subhead {
    margin-bottom: 2em;
  }

  /* 「導入事例」ラベル */
  .label {
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #3aaa35;
    /* 緑色 */
    letter-spacing: 0.05em;
    margin-bottom: 8px;
  }

  /* ラベル下の短い区切り線 */
  .label::after {
    content: "";
    display: block;
    width: 24px;
    height: 2px;
    background-color: #3aaa35;
    margin: 6px auto 10px;
  }

  /* メイン見出し */
  .heading {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    color: #1a1a1a;
    line-height: 1.6;
    margin: 0;
  }

  .worry {
    width: 100%;
    margin: 0 auto 2em;
  }

  .worry_last {
    width: 100%;
    margin: 0 auto;
  }

  .section_02 {
    background-color: #FFF;
    padding: 3em 1em 2em;
  }

  .feature_box {
    font-size: 14px;
  }

  .feature_inr {
    flex-direction: column;
    gap: 1.2em;
  }

  /* ── feature_01：テキスト → 画像 の順に ── */
  .feature_01_left,
  .feature_01_right {
    width: 100%;
    float: none;
  }

  .feature_01_left img,
  .feature_01_right img {
    width: 100%;
  }

  .feature_01_left {
    order: 1;
  }

  .feature_01_right {
    order: 2;
  }

  /* ── feature_02：テキスト → 画像 の順に ── */
  .feature_02_left,
  .feature_02_right {
    width: 100%;
    float: none;
  }

  .feature_02_left img,
  .feature_02_right img {
    width: 100%;
  }

  .feature_02_left {
    order: 2;
  }

  .feature_02_right {
    order: 1;
  }

  .financial_subhead {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 0.5em;
  }

  .financial_intro {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0.5em;
  }

  .financial_follow {
    text-align: center;
    margin-bottom: 2em;
    font-size: 14px;

  }

  .section_03 {
    background-color: #F7F6F4;
    padding: 3em 1em 0em;
  }



  .section_04 {
    background-image: url(..//images/bg_prices.png);
    padding: 3em 1em;
  }

  .flex_box {
    margin-bottom: 1em;
  }

  .flex_inr {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1em;
  }

  .prices_info {
    font-size: 12px;
  }

  .section_05 {
    background-color: #F7F6F4;
    padding: 3em 1em;

  }


  .section_06 {
    background-color: #Fff;
    padding: 3em 1em;
  }


  .flow_box {
    padding: 0 0em;
  }

  .section_07 {
    background-image: url(..//images/solution_bg.jpg);
    background-color: rgba(255, 255, 255, 0.8);
    background-blend-mode: lighten;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 3em 1em;
  }

  .message_right {
    width: 100%;
  }

  .message_left {
    padding: 0;
    font-size: 14px;
  }


  .section_08 {
    padding: 3em 1em;
  }


  .section_09 {
    background-color: #F7F6F4;
    padding: 3em 1em;
  }


  /*--------------------------------------------------
テーブル設定
-----------------------------------------------------*/
  /* カードを表示、PCテーブルを非表示 */
  .ct_desktop {
    display: none;
  }

  .ct_mobile {
    display: block;
  }

  /* テーブル全体 */
  .ct_table {
    font-size: 1em;
    min-width: 0;
  }

  /* 列幅をスマホ向けに調整 */
  .ct_table col.col_label {
    width: 24%;
  }

  .ct_table col.col_premium {
    width: 26%;
  }

  .ct_table col.col_extra {
    width: 25%;
  }

  .ct_table col.col_free {
    width: 25%;
  }

  /* ヘッダーセル */
  .ct_table thead tr th {
    padding: 0.6em 0.2em;
    font-size: 0.72em;
    letter-spacing: 0;
    line-height: 1.3;
  }

  /* 行ラベル列 */
  .ct_table tbody tr td.ct_label {
    padding: 0.6em 0.4em;
    font-size: 0.72em;
    line-height: 1.4;
  }

  /* データセル */
  .ct_table tbody tr td.ct_val {
    padding: 0.6em 0.2em;
    font-size: 0.72em;
    line-height: 1.4;
  }

  /* アイコン記号 */
  .ct_icon {
    font-size: 1em;
    display: block;
  }

  /* アイコン下ラベル */
  .ct_icon_label {
    font-size: 0.65em;
    margin-top: 0.2em;
  }

  /*--------------------------------------------------
FAQエリア
-----------------------------------------------------*/

  .qa__list {
    padding: 0em;
  }

  .qaItem:not(:last-child) {
    margin-bottom: 20px;
  }

  .qaItem__q {
    padding: 20px 10px;
    padding-left: 20px;
    background-color: #eee;
    font-size: 16px;
    font-weight: bold;
    color: #125599;
    position: relative;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .qaItem__q::after {
    content: "";
    display: inline-block;
    background-image: url(../images/plus.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 26px;
    height: 26px;
    position: absolute;
    top: 50%;
    right: 30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    /* map-get(マップ型変数, キー)で値を取得 */
  }

  .qaItem__q.is-active::after {
    background-image: url(../images/minus.svg);
  }

  .qaItem__q .q {
    font-size: 26px;
    font-weight: bold;
    color: #125599;
    margin-right: 10px;
    display: inline-block;
    line-height: 1;
  }

  .qaItem__a {
    padding: 20px;
    background-color: #FFFDE6;
    font-weight: 500;
    position: relative;
    cursor: pointer;
    display: none;
    margin: 0 auto;
    font-size: 14px;
  }

  .qaItem__a-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .qaItem__a .a {
    font-size: 26px;
    font-weight: bold;
    color: #E55A57;
    margin-right: 10px;
    display: inline-block;
    line-height: 1;
  }

  /*--------------------------------------------------
CTAエリア
-----------------------------------------------------*/
  .cta_area {
    background-color: #AECB2D;
    background-position: bottom;
    padding: 0em;
  }

  .cta_area_box {
    width: 100%;
    padding: 2em 0.5em;
    margin: 0 auto;
  }

  .cta_micro_copy {
    padding: 0em 0em 0em;
  }

  .cta_btn_area {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
  }

  /*--------------------------------------------------
下部固定ヘッダー（スマホ）
-----------------------------------------------------*/

  .fix_menu_smartphone {
    display: block;
    width: 100%;
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 10000;
    box-shadow: 0px 0px 3px #594a42;
  }

  .fix_menu_smartphone img {
    width: 100%;
  }

  .menu_left {
    background-color: #D55669;
    float: left;
    width: 50%;
    padding: 0em 0;
  }

  .menu_right {
    background-color: #099614;
    float: left;
    width: 50%;
    padding: 0em 0;
  }


  /*--------------------------------------------------
会社概要テーブル
-----------------------------------------------------*/

  .company_table,
  .company_table tbody,
  .company_table tr,
  .company_table th,
  .company_table td {
    display: block;
    width: 100%;
  }

  .company_table tr {
    border-bottom: 1px dashed #C8D4C0;
    padding: 1em 0;
  }

  .company_table tr:first-child {
    border-top: 1px dashed #C8D4C0;
  }

  .company_table th {
    padding: 0 0 0.3em 0;
    white-space: normal;
    font-size: 1em;
  }

  .company_table td {
    padding: 0;
    font-size: 1em;
  }


  /*--------------------------------------------------
フッター部分
-----------------------------------------------------*/
  .footer {
    background-color: #005B36;
    padding: 2em 0em;
    text-align: center;
    font-size: 1.2em;
    color: #fff;
  }

  .footer a {
    color: #fff;
  }



}