@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 {  
    font-size: 2em;
    text-decoration: underline #f1c411 4px;
  }
  .under-red{
    text-decoration: underline #D10003 4px;
  }
  
  .under-white{
    text-decoration: underline #fff 4px;
  }
  h3 {
    font-size: 1.4em;
  }

  /*--------------------------------------------------
全体レイアウト／背景設定（スマホ）
-----------------------------------------------------*/
  /*全体エリア（全体背景を設定するにはここ）*/

  /*記事(ボディ)エリア*/
  .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%;
}

.section_inr {
  margin: 4em auto; /*真ん中に要素を置きたいときに使う*/
}
  /*--------------------------------------------------
上部固定ヘッダー設定
-----------------------------------------------------*/
  /*上部固定ヘッダー全体*/
  .header {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 5000;
    border-bottom: 1px solid #ccc;
    overflow: auto;
  }
  /*ヘッダー内部をカラム幅にする*/
  .header_inr {
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }
  /*ヘッダーのロゴ*/
  .header_logo {
    width: 49%;
    float: left;
    margin: 1em 0em;
  }
  /*ヘッダーの問い合わせボタン*/
  .header_mail {
    width: 50%;
    float: right;
    margin: 0.2em 0.2em 0.1em;
  }
  /*ヘッダーの電話ボタン*/
  .header_tel {
    width: 35%;
    float: right;
    margin: 0.7em 0.5em 0em;
  }
  /*--------------------------------------------------
ファーストビュー設定
-----------------------------------------------------*/
  .top_image {
    background-image: none;
  }
  .top_image_in img {
    width: 100%;
  }
  /*--------------------------------------------------
sectionの設定
-----------------------------------------------------*/
  .seciton_01 {
    padding: 0.5em 2.5em;

  }
  .jisseki{
    padding: 2em 1em;
  }
  .container{
    flex-direction: column;
    padding: 1em 0.5em;
  }
  .section_point{
    padding: 0 1em ;
  }
  .point{
    padding: 0.5em;
  }
  .point_flex{
    flex-direction: column;
    margin: 2em auto;
  }
  .voice{
    margin: 0.1em;
  }
  .voice-box{
    display: flex;
    flex-direction: column;
    margin: 1em;
    padding-bottom: 1em;
  }
  .seciton_06 {
    padding: 0em 1em;
  }
  .plans{
    display: flex;
    flex-direction: column;
    align-items: center;    /* 水平方向（横）の中央揃え */
  }
  .plan{
    width: 90%;
    margin: 1em;
    ;
  }

  .section_faq{
    padding: 0 0.5em;
  }
  .section_profile{
    padding: 0em 1em;
  }
  .profile-box{
    display: flex;
    flex-direction: column;  
    align-items: center;
  }
  .profile-photo{
    width: 80%;
  }
  .seciton_ending-bg{
    display: none;
  }
  .section_ending {
    background-image: url(../images/bg-building.jpg) ;
    background-color:rgba(255,255,255,0.9);   
    background-blend-mode:lighten;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 1em;
  }
  
  .right{  
    text-align: right;
  }
  
  /*--------------------------------------------------
チェックリスト設定
-----------------------------------------------------*/
  ul.checklist li {    
    background-size: 7%;
    padding-left: 2em;
  }
  /*--------------------------------------------------
テーブル設定
-----------------------------------------------------*/
table ul {
  padding: 0;
  margin: 0; 
} 
  /*スマホでは行が列になるテーブルタグ 
   .table_style_01 tr, .table_style_01 th, .table_style_01 td {
    display: block;
  }
  .table_style_01 th, .table_style_01 td {
    width: 100%;
  }*/
  /*--------------------------------------------------
フォーム設定
-----------------------------------------------------*/
  .mailform {
    background-color: #fff;
    margin-bottom: 1em;
    padding: 1em 0em 1.5em;
    box-shadow: 0px 0px 1px #000;
  }
  .input {
    padding: 0 1em;
  }
  .input_style {
    background-color: #FFFBF0;
    width: 100%;
    height: 60px;
    margin-bottom: 0.5em;
    text-align: center;
    font-size: 1.2em;
  }
  input[type="image"] {
    width: 100%;
  }
  .caution {
    text-align: center;
    font-size: 0.8em;
    color: #F00;
  }
  /*--------------------------------------------------
よくある質問
-----------------------------------------------------*/

  .box_qa_q {
    padding: 1em 1em 1em 1em;
  }
  .box_qa_a {
    padding: 1em 1em 1em 1em;
  }
  .box_qa_q p, .box_qa_a p {
    text-indent: 0em;
  }
  /*--------------------------------------------------
CTAエリア
-----------------------------------------------------*/
  .area_cta { 
    margin: none;
    padding: 0 0.3em;

  }
  .area_cta_inr {
    padding: 0.5em 0.5em 2em;
    width: 100%;
  }
  /*--------------------------------------------------
フッター部分
-----------------------------------------------------*/
  .footer {
    background-color: #000;
    padding: 2em 0em;
    text-align: center;
    font-size: 1.2em;
    color: #fff;
  }
  .footer a {
    color: #fff;
  }

}