@charset "utf-8";
/* -------------------------
mobile layout
------------------------- */
@media screen and (max-width: 768px) {
  /* 768px以下用（スマートフォン用）の記述 */
  img {
    width: 100%;
    height: auto;
  }
  .br-sp, .hidden-sp {
    display: none;
  }
  .sp-img-small img {
    width: 80%;
  }
  .sp-h20 {
    height: 20px;
  }
  /* -------
container 
------- */
  #container {
    width: 100%;
  }
  .title-1 {
    color: #121212;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
  }
	.read {width: 80%; margin: 0 auto;}
  .button-style1 a {
    text-align: center;
    padding: 14px 20px;
    display: block;
    width: 80%;
    max-width: 320px;
    border: 1px solid #000;
    margin: 40px auto;
  }
	.nav { display: flex; justify-content: center; font-weight: bold; margin-bottom: 50px;}
	.nav li {border-left: 1px solid #ccc; text-align: center; padding: 0 30px; }
	.nav li:last-child {border-right: 1px solid #ccc;}	

  /*-----------
section-1
----------- */
  .section-1 .mv {
    margin-bottom: 30px;
  }
  /*-----------
section-2
----------- */
  .section-2 {
		padding-top: calc(236*(100vw/750));
		margin-top: calc(-176*(100vw/750));
}
  /*-----------
section-3
----------- */
  .section-3 {
		padding-top: calc(216*(100vw/750));
		margin-top: calc(-176*(100vw/750));
}

/*-----------
	column layout
----------- */
  /*-- .clm2-style1 --*/
  .clm2-style1 li {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 20px;
  }
  .clm2-style1 div {
    width: 45%;
  }
  /*-- .clm2-style1 --*/
  .clm2-style2 li:last-child {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 30px;
  }
  .clm2-style2 li:last-child .image {
    width: 40%;
  }
  .clm2-style2 li:last-child .text {
    width: 60%;
  }
} /*-- close --*/