@charset "UTF-8";
/* ★★このサイトはscssを利用しています。cssを直接記述したい場合は、このスタイルシートに記述をしてください。★★ */
/* ==============================================
CSS information

 file name  : merge.scss
 style info : scssではなく、cssを直接記述したい場合は、こちらに記述。定期的にscssにマージする。
 
 このスタイルシートの構成
 
   
作成者 2016.08.10 kunihiro
更新者 

=============================================== */

/* ------------------------------------
  ここにページ名を記載してください
------------------------------------ */


/* 見出し等を記載してください
------------------------------------ */
.template_article_box dl {
  /* border-bottom: 2px dotted #d28f0a; */
  padding: 10px 0;
}
.template_article_box dt{
  background: url(../img_cmn/ico_faq_q.png) 5px 0.5em no-repeat;
  color: #333;
  display: block;
  padding: 1.5em 2em 2em 5em;
  position: relative;
  border-top: #FFF 1px solid;
}
.template_article_box dt:after{
  content: " ";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 15px;
  background: url(../img_cmn/ico_arrow_key_down.png) 0 -800px no-repeat;
  margin-top: -4px;
}
.template_article_box dd {
  background: #fef0d8 url(../img_cont/ico_faq_a.png) 5px 1em no-repeat;
  color: #000;
  padding: 1.5em 23px 1em 50px;
}


/* 2024.05.24 三木にて、レスポンシブの崩れを修正 */
/* ------------------------------------
  トップページ
------------------------------------ */

@media screen and (min-width: 768px) and (max-width: 1131px) {
  body {
    min-width: auto;
  }
  
  .cont_inner,
  .cont_contact .contact_form .btn_box {
    min-width: auto;
  }
  
  /* ヘッダー
------------------------------------ */
  .header_cmn .logo_box {
    margin-top: 5px;
  }

  .header_cmn .cont_inner {
    display: block;
  }

  .header_cmn .header_info {
    display: block;
  }

  .header_cmn .header_info .phone_box {
    flex-direction: row;
    position: absolute;
    top: 15px;
    right: 20px;
  }

  .header_cmn .header_info #gNav .gNav_list {
    justify-content: flex-end;
    
  }

  /* おすすめコンテンツ
  ------------------------------------ */
  .top_recommend .recommend_list_item .txt {
    font-size: 1.8rem;
  }

  /* コンセプト
  ------------------------------------ */
  .about_strength_link_box .txt {
    font-size: 2rem;
    letter-spacing: normal;
  }

  .about_strength_link_box .link_item .txt {
    padding: 30px 0;
  }

  /* ラインナップ
  ------------------------------------ */
  .top_lineup .txt {
    margin: 0 40px;
    padding: 0;
  }

  .top_lineup .nav_top_lineup .cont_inner {
    margin-left: 10%;
    width: auto;
  }

  .top_lineup .select .container .select-list .entry .txt .title {
    font-size: 3rem;
  }

  .top_lineup .select .container .select-list .entry .select-mediumHeading {
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .top_lineup .select .container .select-list .entry .txt .select_caption {
    font-size: 1.6rem;
  }

  /* WORKS
  ------------------------------------ */
  .top_works .works_list_item .tl {
    font-size: 2rem;
  }

  /* 展示スタジオ
  ------------------------------------ */
  .top_showroom .txt_box .tl {
    font-size: 3rem;
  }

  /* お客様の声
  ------------------------------------ */
  .top_voice .voice_list_item a {
    padding: 40px 0;
    display: block;
    text-align: center;
  }

  .top_voice .voice_list_item .tl {
    font-size: 2.6rem;
  }
  
  .top_voice .voice_list_item .tl br:first-of-type {
    display: none;
  }

  /* インスタグラム
  ------------------------------------ */
  .top_insta .insta_boxes .insta_txt_box {
    padding: 0 26px;
    font-size: 1.6rem;
    box-sizing: border-box;
  }

  .top_insta .insta_boxes .insta_txt_box .logo_wrap {
    margin-bottom: 10px;
    width: 50px;
  }

  .top_insta .insta_boxes .insta_txt_box .btn {
    margin-top: 10px;
    width: 100%;
  }

  /* フッター
  ------------------------------------ */
  .footer_tel {
    flex-wrap: wrap;
  }

  .footer_tel .txt {
    width: 100%;
  }
}















	
/* ------------------------------------
  大括り
------------------------------------ */

/* 中括り
------------------------------------ */

/* 小括り
--------------- */

/* 最小括り */