@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: #141414/*#fff*/;
  border-bottom: 1px solid #ccc;
  overflow: auto;
}
/*ヘッダー内部をカラム幅にする*/
.header_inr {
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
/*ヘッダーのロゴ*/
.header_logo {
  width: auto;
  max-width: 50%;
  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: #D4DFEB;
  padding: 3em 0 2em;
}

.worry_subhead{
  padding: 0 1em 2em;
}

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

.feature_subhead{
    padding: 3em 1em 4em;
}

.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; }

  .feature_02_left{
  margin-bottom: 0em;
}

.proof{
  padding: 0 1em;
}

.section_03{
  background-color: #F7F6F4;
  padding: 1.5em 0.5em;
}

.merit_subhead{
    padding: 3em 1em 2em;
}

.merit_intro{
  text-align: center;
  margin-bottom: 2em;
}

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

.merit_pic_04{
  padding: 0 0em;
}

.on_return{
  padding: 1em 0em;
}

.section_04{
  background-color: #CDDDDD;
  padding: 1em 1em 2em;
}
.comparison_subhead{
    padding: 3em 1em 2em;
}

.comparison_last{
  padding: 1em 0em 0;
}

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

.prices_subhead{
    padding: 3em 0em 2em;
}

.prices_intro{
  text-align: center;
  margin-bottom: 2em;
}

.prices_info{
  font-size: 12px;
  margin-bottom: 1em;
}

.prices_last{
  padding: 1em 0em 0;

}

.section_06{
  background-color: #F7F6F4;
  padding: 1em 1em 3em;
}
.flow_subhead{
    padding: 3em 0em 2em;
}

.flow_intro{
  text-align: center;
  margin-bottom: 2em;
}

.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: 1em 1em 3em;
}

.voice_subhead{
    padding: 3em 0em 4em;
}
.voice_box{
    display: flex;
    flex-direction: column;
  gap: 10px; 
  padding: 0 0em;
}

.section_08{
padding: 1em 1em 3em;
}

.message_subhead{
    padding: 3em 0em 4em;
}

.message_right{
  width: 100%;
}

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

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

.faq_subhead{
    padding: 3em 0em 4em;
}

.section_10{
padding: 1em 1em 1em;
}

.company_subhead{
    padding: 3em 0em 4em;
}
/*--------------------------------------------------
テーブル設定
-----------------------------------------------------*/
 /* カードを表示、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: 15px;
  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: 20px;
  -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-image: url(..//images/cta_bg_01.png);
  background-color: rgba(255,255,255,0.9);
  background-blend-mode: lighten;
  background-repeat: no-repeat;
  background-size: contain;
  background-position:bottom;
  padding: 2em 1em 2em;
}
.cta_area_box {
  width: 100%;
  background-color: #E5E2DC;
  box-sizing: border-box;
  outline: 1px solid #fff;
  outline-offset: -5px;
  border-radius: 20px;
  padding:2em 1em;
  margin: 0 auto;
}
.micro_copy{
  padding: 0em 0em 1.5em;
}

.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: #780000;
  padding: 2em 0em;
  text-align: center;
  font-size: 1.2em;
  color: #fff;
}
.footer a {
  color: #fff;
}
	
	

}






