@charset "utf-8";

html {
  margin: 0;
  padding: 0;
}
body {
  font-family: 'Zen Kaku Gothic New',"ヒラギノ角ゴ Pro W3", "Hiragino Gothic Pro", "メイリオ", Meiryo,Osaka, "游ゴシック", "Yu Gothic", sans-serif;
  /* box-sizing: border-box; */
  /* list-style: none; */
  margin: 0 auto;
  /* overflow-x: hidden; */
}
#wrapper {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background: linear-gradient(to bottom, #A6A69B 38%, #D2D281 100%);
}

main {
  padding-bottom: 110px;
  width: 100%;
}

main p {
  width: 37%;
  word-wrap: break-word;
}


main h1 {
  padding-top: 80px;
  padding-bottom: 30px;
  font-size: 1.4rem;
	font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.1em;
  color: #fff;
}

img {
  width: 37%;
  margin: auto;
  display: block;
}

.setsumei {
  padding-top: 20px;
  padding-left: 31.5%;
  text-align: start;
  font-size: 0.7rem;
  line-height: 1.9;
  color: #fff;
}

.setsumei1 {
  padding-top: 20px;
  padding-left: 31.5%;
  padding-bottom: 7px;
  text-align: start;
  font-size: 1.15rem;
  line-height: 1.9;
  color: #fff;
}

.setsumei2 {
  padding-top: 20px;
  padding-left: 31.5%;
  padding-bottom: 30px;
  text-align: start;
  font-size: 1rem;
  line-height: 1.9;
  color: #fff;
}

.setsumei3 {
  padding-top: 20px;
  padding-left: 31.5%;
  /* padding-bottom: -300px; */
  text-align: start;
  font-size: 0.9rem;
  line-height: 1.9;
  color: #fff;
}

.batsu {
  margin: 0 auto;
  display: block;
  position: relative;
  padding-top: 170px;
  width: 100px;
  height: 100px;
  }

  .batsu::before, .batsu::after { /* 共通設定 */
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1.3px; /* 棒の幅（太さ） */
    height: 80px; /* 棒の高さ */
    background: #fff;
    /* border-radius: 2.5px; 棒の四隅の丸み */
  }
  
  .batsu::before {
    transform: translate(-50%,-50%) rotate(45deg);
  }
  
  .batsu::after {
    transform: translate(-50%,-50%) rotate(-45deg);
  }

 

/* footer {
  padding: 30px 0 20px;
  margin-top: 77px;
  width: 100%;
  text-align: center;
  background-color: rgb(118, 172, 131, 0.7);
}
footer p {
  font-size: 15px;
  margin: 0 auto;
  color: #fff;
} */
