  @charset "utf-8";
  @media screen and (max-width:700px) {
    /*== ブレークポイント =============================================================================*/
    html {
      font-size: 4.2vw;
    }

    body{
        overflow-x: hidden;
        width: 100%;
        min-width: auto;
    }

    /*共通マージン設定*/
    .mb1x1 {
      margin-bottom: 2.5rem !important;
    }
    .mb1x2 {
      margin-bottom: 1.8rem !important;
    }
    .mb1x3 {
      margin-bottom: 0.8rem !important;
    }
    .mb1x4 {
      margin-bottom: 0.5rem !important;
    }
    .mb1x5 {
      margin-bottom: 1.5rem !important;
    }
    .mt1x1 {
      margin-top: 1rem !important;
    }

    .pb1x1 {
      padding-bottom: 1rem !important;
    }
    .pt1x1 {
      padding-top: 3.2rem !important;
    }
      
      
    .pc {
      display: none;
    }
    .sp {
      display: inherit;
    } 
    br.sp {
      display: inline;
    }
    
	  

    .header {
      width: 100%;
    }
    .header img{
      width: 97vw;
      margin: auto;
    }
      
      
    .main {
      width: 100%;
    }
    .ctttl {
      width: 97vw;
    }
   .ctttl p{
      font-size: 6.3vw;
      line-height: 7.5vw;
      padding: 1rem;
      margin-bottom: 0.2em;
      text-align: justify;
  }


    .about02 {
      width: 100vw;
      padding: 0;
      text-align: center;
    }
     .about02 .flexbox01{
        display: block;
    }
      
    .about02 .fbhidari{
        width: 100%;
    }
    .about02 .fbhidari img{
        width: 95vw;
    }
    .about02 .fbmigi{
        width: 100%;
    }
    .about02 .fbmigi img{
        width: 95vw;
        margin-top: 10px;
    }

.about02 .text01{
    padding: 0 3vw;
  font-size: 1.2rem;
  line-height: 1.4em;
  text-align: justify;
  text-justify: inter-ideograph;
}

.about02 .itemttl01 {
  padding: 7px 0 5px;
  margin-bottom: 0.6rem;
  color: #fff;
  font-size: 1.0rem;
  line-height: 1.2em;
}
.about02 .itemttl02 {
  padding: 7px 0;
  margin: 0 2.5vw 0.6rem;
  color: #fff;
  font-size: 1.0rem;
  line-height: 1.2em;
}
      
.itemwrapper {
  display: flex;
  flex-wrap: wrap;
  width: 95vw;
  margin: 0 auto;
}
.itemwrapper div{
  padding: 0;
  width: 32%;
}  
.itemwrapper div img {
} 


	  
	  
    /*== ブレークポイント =============================================================================*/
  }