@charset "utf-8";
/* -------------------------
pc layout
------------------------- */
@media screen and (min-width: 769px) {
  /* 769px以上（PC用）の記述 */
  body {
    letter-spacing: 0.1rem;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  }
  .br-pc, .hidden-pc {
    display: none;
  }
  .label-1 {
    background-color: #e8dccb;
  }
  .pc-h20 {
    height: 20px;
  }
  img {
    width: 100%;
    height: auto;
    outline: none;
  }
  /* -------
container 
------- */
  #container {
    width: 100%;
  }
  .inner {
    max-width: 960px;
    margin: 0 auto;
  }
  .title-1 {
    color: #121212;
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
  }
	.read {text-align: center;}
  .button-style1 a {
    text-align: center;
    padding: 14px 20px;
    display: block;
    width: 80%;
    max-width: 360px;
    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-1 .clm2-style1 img {
    margin: 0 0 10px;
  }
  /*-----------
section-2
----------- */
  .section-2 {
		padding-top: 160px;
		margin-top: -115px;
}

  .section-2 .clm2-style2 .image, .section-3 .clm2-style2 .image {
    width: 80%;
    margin: 0 auto 40px;
  }
	
  /*-----------
section-3
----------- */
  .section-3 {
		padding-top: 140px;
		margin-top: -120px;
	}
	.section-3 .clm2-style2 {
    flex-direction: row-reverse;
  }
  /*-----------
	column layout
----------- */
  /*-- .clm2-style1 --*/
  .clm2-style1 {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .clm2-style1 li {
    width: 40%;
    margin-bottom: 10px;
  }
	.clm2-style1 .text {margin-bottom: 10px;}
  /*-- .clm2-style2 --*/
  .clm2-style2 {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .clm2-style2 li {
    width: 40%;
    margin-bottom: 10px;
  }
} /*-- close --*/