@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%;
  font-size: 0.9em;
}


/*--------------------------------------------------
見出しタグ設定（スマホ）
-----------------------------------------------------*/

h2 {
  margin: 0.5em 0em;
  font-size:1.9em;
  font-weight: 400;
  text-align: center;
}
h3 {
  margin: 0.5em 0em;
  padding: 0em 0em;
  font-size: 1.3em;
}

h5 {
  margin: 0.5em 0em;
  padding: 0.1em;
  font-size: 1.05em;
  font-weight: bold;
  border-bottom: 1px dotted #ccc;
}
/*--------------------------------------------------
全体レイアウト／背景設定（スマホ）
-----------------------------------------------------*/
/*全体エリア（全体背景を設定するにはここ）*/
.main {
  background-color: #f2f2f2;
}
/*記事(ボディ)エリア*/
.article {
  background-color: #fff;
  border-left: none;
  border-right: none;
}
/*記事(ボディ)エリアの行間*/
.article p {
  line-height: 1.6;
}
/*カラム全体の幅を変更する*/
.article, .top_image_in {
  width: 100%;
  margin: 0 auto; /*真ん中に要素を置きたいときに使う*/
}

img { max-width: 100%; height: auto; }


/*--------------------------------------------------
ファーストビュー設定
-----------------------------------------------------*/
.top_image {
  background-image: none;
}
.top_image_in img {
  width: 100%;
}
.fv_text{
  padding: 0.5em 0.5em;
}
/*--------------------------------------------------
sectionの設定
-----------------------------------------------------*/
.section_01 {
  padding: 0.5em 0.5em;
}
.section_02 {
  background-color: #FFFEF0;
  padding: 0.5em 0.5em;
}
/*--------------------------------------------------
プロフィールの設定
-----------------------------------------------------*/

    .profile-section{
      box-sizing:border-box;
      padding:0.5em 0.5em;
    }

    .profile-inner{
      display:flex;
      flex-direction:column;
      padding-top: 0.5em;
    }

    /* 画像を先に */
  .profile-image{
    order:1;
    height:auto;     
  }

  /* テキストを後に */
  .profile-text-wrap{
    order:2;
    flex: 0 0 auto;   /* ← 100%固定を解除 */
    margin-right: 0;  /* ← -55% を解除 */
  }


  .profile-image img{
        width:60%;
        margin: 0 auto;
        border-radius:20px; 
    }
    
 /*--------------------------------------------------
特典　設定
-----------------------------------------------------*/

.tokuten{
  background:#fff;
  color: #120a24;
  margin: 1em .2em;
  padding: 1em .2em 1em;
  border-radius: 12px;
  border: #d7ba5f solid 1px;
}
/*--------------------------------------------------
チェックリスト設定
-----------------------------------------------------*/
ul.checklist {
  border: 1px solid #ccc;
  list-style: none;
  padding: 1em .5em 1em .8em;
}
ul.checklist li {
  background-image: url("../images/icon-check03-red.png");
  background-repeat: no-repeat;
  background-size: 1.3em;
  background-position: 0 0.3em; 
  padding-left: 1.5em;
  margin-bottom: 0.8em;
}
ul.checklist li:last-child {
  margin-bottom: 0em;
}

ul.checklist_simple {
  background: #f6f5ef;
  list-style: none;
  padding: .5em .3em .5em .5em;
  border-radius: 10px;
  font-size: 0.95em;
}

/*--------------------------------------------------
CTAエリア
-----------------------------------------------------*/
.area_cta {
  background-color: #101533;
  padding: 1em 1em;
}
.area_cta_inr {
  background-color: #fff;
  padding: 1em 1em;
  overflow: auto;
}
/*--------------------------------------------------
フッター部分
-----------------------------------------------------*/
.footer {
  background-color: #101533;
  padding: 1em 0em;
  text-align: center;
  color: #fff;
}
  .footer a{
    display: block;
    margin: .4em 0;
  }

  .footer .sep{
    display: none;
  }
/*--------------------------------------------------
下部固定フッター部分
-----------------------------------------------------*/
.fixed-cta { padding: 12px 14px; }	

.fixed-cta-btn img {
  display: block;
  width: 90%;
  margin: 0 auto;
}

/* ===============================
特商法テーブル
=============================== */
.tokushoho,
.tokushoho tbody,
.tokushoho tr,
.tokushoho th,
.tokushoho td {
  display: block;
  width: 100%;
}

.tokushoho tr {
  margin-bottom: 1em;
  border-bottom: 1px solid #ddd;
  padding-bottom: .8em;
}

.tokushoho th {
  font-weight: bold;
  margin-bottom: .3em;
}

.tokushoho td {
  font-size: 0.95em;
}



}
