@charset "UTF-8";
/* CSS Document */
@media only screen and (max-width : 767px) {
  /*-------------------------------------------------------------------------------------
スマホ用レイアウト（768px以下スクリーン）
----------------------------------------------------------------------------------------*/
  /*--------------------------------------------------
共通設定(スマホ)
-----------------------------------------------------*/
  /*body全体の初期スタイル調整*/
  body {
    width: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
  }
  /*--------------------------------------------------
全体レイアウト／背景設定（スマホ）
-----------------------------------------------------*/
  /*全体エリア（全体背景を設定するにはここ）*/
  .main {
    background-color: #f2f2f2;
  }
  /*記事(ボディ)エリア*/
  .article {
    background-color: #fff;
    border-left: none;
    border-right: none;
    font-size: 1.2em; /*=16px*/
  }
  /*記事(ボディ)エリアの行間*/
  .article p {
    line-height: 1.6;
  }
  .article {
    width: 100%;
  }
  /*カラム全体の幅を変更する*/
  .top_image_in, .section_inr {
    width: 100%;
    margin: 0 auto; /*真ん中に要素を置きたいときに使う*/
  }
  /*--------------------------------------------------
上部固定ヘッダー設定
-----------------------------------------------------*/
  /*上部固定ヘッダー全体*/
  /*ヘッダー内部をカラム幅にする*/
  /*ヘッダーのロゴ*/
  /*ヘッダーの問い合わせボタン*/
  /*ヘッダーの電話ボタン*/
  /*--------------------------------------------------
ファーストビュー設定
-----------------------------------------------------*/
  .top_image_in img {
    width: 100%;
  }
  /*--------------------------------------------------
sectionの設定
-----------------------------------------------------*/
  .section_01 {
    width: 100%;
    background-size: cover;
    padding: 3% 2%;
  }
  .section_01 .section_inr {
    margin-top: 0.1em !important;
  }
  .section_02 {
    width: 100%;
    background-size: cover;
    padding: 3% 2%;
  }
  /*--------------------------------------------------
フッター部分
-----------------------------------------------------*/
  .footer {
    background-color: #333333;
    padding: 2em 0em 5em;
    text-align: center;
    font-size: 1.2em;
    color: #fff;
  }
  .footer a {
    color: #fff;
  }
  /*--------------------------------------------------
追加CSS
-----------------------------------------------------*/
  .header_logo {
    width: 65%;
    float: left;
    margin: 0em;
  }
  .center-title2 {
    display: block;
    margin: 0 auto;
    border: 2px solid #333333;
    width: 100%;
    text-align: center;
    font-size: 1.2em;
    font-weight: 500;
    color: #333333;
    padding: .5em;
    line-height: 200%;
  }
  .center-title3 {
    display: block;
    margin: 0 auto;
    border: 3px solid #f3343f;
    width: 100%;
    text-align: center;
    font-size: 1.3em;
    font-weight: 500;
    color: #f3343f;
    padding: .5em;
    font-size: 1.2em;
  }
  .center-title4 {
    display: block;
    margin: 0 auto .5em;
    border: 3px solid #333333;
    border-radius: 25px;
    width: 100%;
    text-align: left;
    font-size: 1.2em;
    font-weight: 500;
    color: #333333;
    padding: .5em 2.5em;
  }
  .top-title {
    background-image: url("../images/top-bg.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    height: auto;
    color: #fff;
    text-align: center;
    position: relative;
  }
  .title {
    background-image: url("../images/sub-bg.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    height: auto;
    color: #fff;
    text-align: center;
    position: relative;
  }
  .title2 {
    background-image: url("../images/sub-bg2.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    height: auto;
    color: #fff;
    text-align: center;
    position: relative;
    background-color: rgba(242, 242, 242, 0.8);
  }
  .title3 {
    background-image: url("../images/sub-bg3.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    height: auto;
    color: #fff;
    text-align: center;
    position: relative;
    background-color: rgba(242, 242, 242, 0.8);
  }
  .title4 {
    background-image: url("../images/sub-bg4.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    height: auto;
    color: #fff;
    text-align: center;
    position: relative;
    background-color: rgba(242, 242, 242, 0.8);
  }
  .title5 {
    background-image: url("../images/sub-bg5.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    height: auto;
    color: #fff;
    text-align: center;
    position: relative;
    background-color: rgba(242, 242, 242, 0.8);
  }
  .title6 {
    background-image: url("../images/sub-bg6.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    height: auto;
    color: #fff;
    text-align: center;
    position: relative;
    background-color: rgba(242, 242, 242, 0.8);
  }
  .box_contents {
    border-radius: 8px;
    border: 5px solid #004999;
    padding: 3.5%;
    filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.2));
  }
  .sec01-caution {
    position: relative;
    padding: 5PX 0 5PX 25px;
    font-size: 1.4em;
    margin-bottom: 20px;
    background: #fff;
  }
  .qa-q {
    position: relative;
    padding: 5PX 0 5PX 45px;
    font-size: 140% !important;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 8px;
    font-weight: 500;
    color: #004999;
  }
  .qa-q:before {
    position: absolute;
    content: url(../images/qa-1sp.png);
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .qa-a {
    position: relative;
    padding: 5PX 0 5PX 45px;
    font-size: 125% !important;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 8px;
    font-weight: 400;
  }
  .qa-a:before {
    position: absolute;
    content: url(../images/qa-2sp.png);
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  li:before {
    font-family: FontAwesome;
    margin-right: 7px;
  }
  .sec01-caution:before {
    position: absolute;
    top: 5px;
    left: 0px;
    content: "※";
  }
  ul {
    list-style: none;
    margin-bottom: 0px;
    padding-inline-start: 1.2em;
  }
  .top_image_in {
    width: 100%;
    margin: 0 auto;
  }
  .section_inr p {
    font-size: clamp(15px, 1.5vw, 17px);
    line-height: 200%;
    text-align: justify;
    word-break: break-all;
    text-justify: inter-ideograph;
    text-justify: inter-character;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  img.c1 {
    display: block;
    margin: 0 auto 0.25em;
    max-width: 100%;
  }
  br.sp {
    display: none;
  }
}