@charset "utf-8";
/* 全体のスタイル調整 */
* {
    box-sizing: border-box;
    scroll-behavior: smooth;/* ページ内リンクの移動をスムーズにする */
  }
  *{
    outline: 1px;
  }
 * {
    padding: 1px 0;
  }/* sectionの上下に100pxの内余白設定 


  /* bodyの初期スタイル調整 */

  #wrapper{
    overflow: hidden;
  }

  body {
    
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 1.8;
    font-family: 'Noto Sans JP', 'Open Sans', sans-serif;
    font-weight: 400;
    color: #333;
    background-color: #fff;
    text-align:center;
    padding: 2;

  }
  
  
  /* テキスト関連のスタイル調整 */
  h1,
  h2,
  h3 {
    margin-top: 0;
    line-height: 1.5;
    letter-spacing: 0.2em;
    text-align: center;
  }
  h3 {
    color:black;
    font-size: 16px;
    margin-bottom: 10px;
  }
  
  p {
    margin-top: 0;
    margin-bottom: 2em;
    text-align: justify;
  }
  /* リンク要素のスタイル調整 */
a {
    color: #efefef;
    text-decoration: none;
  }

  a:hover,
  a:focus {
    color: #fff;
    text-decoration: underline;
  }
  
  /* リストのスタイル調整 */
  ul {
    margin: 1em 0;
    padding: 0;
    list-style: none;
  }
  
  /* 画像のスタイル調整 */
  img {
    width: 100%;
    height: auto;
  }
 
 
  /* sectionブロックのスタイル調整 */
  section {
    width: 100%;
    max-width: 1280px;
    margin: auto;
    padding: 10px 0;/* sectionの上下に100pxの内余白設定 */
  }
  
  /* 初期スタイル調整 ここまで */
  
  /* 共通スタイル調整 ここから */
  
  /*h2関連*/
  .h1-title {
    position: relative;
    text-transform: uppercase;
    z-index: 100;
  }
  
  .h1-title::before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background: #99FF66;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    transform: rotate(45deg);
    z-index: -100;
  }
  
  /*テキスト関連*/
  /*.txt-center {
    text-align: center;
  }*/
  
  .txt-lead {
    font-weight: 700;
  }
  /*レイアウト関連*/
.inner {
    padding: 0 15px;
    margin: 0 auto;
  }
  .sp-only{
    display: none;
}


  @media screen and (max-width:768px) {
    h1,
    h2{
      font-size: 100%;
    }
    .sp-only{
        display: block;

    }
    body{
      padding-left: 5px;
      padding-right: 5px;
    }
    .img{
     white-space: nowrap;
		 
		 vertical-align: top;
    }
    .section{
      width: 90vw;
    }
    .foter{
      padding-bottom: opx;
    }
  }
    


 
  /* 共通スタイル調整 ここまで */
  
  /* ヘッダーブロック ここから */
  /* headerのスタイル */
  /* ヘッダーブロック ここから */
/* headerのスタイル */
