@charset "utf-8";
.wrapper{
 width:100%;
 margin:0;
 padding: 0;
 /* background-repeat:no-repeat;
 background-size:100%;
 background-image:url('https://www.kanto-syokuryo.jp/img/usr/b2b/event/wa2207/aki_bk.png'); */
}
 .bs_20 {
   width: 740px;
   margin: 0 auto;
   font-size: 62.5%;
   line-height: 1.6;
   font-family: "Helvetica Neue", Helvetica, Arial, Meiryo, sans-serif;
   letter-spacing: 0.05rem;
   -webkit-box-sizing: border-box;
           box-sizing: border-box;
   overflow: hidden;
   position: relative;
   text-decoration: none;
 }
 .full__img {
   max-width: 100%;
   display: block;
   margin: 0 auto 8px;
   padding: 0;
 }
 .full__img2 {
  width: 90%;
  margin: 35px auto;
  display: block;
  border-radius: 15px !important;
}
.text-box p {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 1.2rem;
  color: #1D1D1D;
  line-height: 1.75;
}
 .btn_area{
  /* font-family: 'Noto Serif JP', serif; */
   display:flex;
      flex-wrap: wrap;
   text-align:center;
   /* padding-top:68%; */
   margin: 0 auto;
   justify-content: center;
 }
 .btn {
  font-size: .9rem;
  text-align: center;
  display: block;
  background-color: #f30606e8;
  width: 180px;
  color: #fff!important;
  margin: 5px;
  padding: 10px 20px 20px;
  border-radius: 5px;
  font-weight: 900;
  position: relative;
}

 .btn:hover{
   background-color:#e61212;
   text-decoration: none;
 }

 .btn::after{
   content: '';
   border: 0;
   width: 5px;
   height: 5px;
   border: 2px solid;
   border-color:  transparent transparent #fff #fff;
   transform: rotate(-45deg);
       /* 矢印アイコンの位置を設定 */
     position: absolute;
     top: 70%;
     right: 47%;
 }
 
 /*ページトップへボタン*/
 #page_top{
  width: 90px;
  height: 90px;
  position: fixed;
  right: 20px;
  bottom: 0;
  background: #05ad10;
  opacity: 0.6;
  border-radius: 50%;
	z-index: 1000;
}
#page_top a{
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -40px;
  bottom: 0;
  right: 0px;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
  content: 'PAGE TOP';
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 45px;
  bottom: 0;
  right: 0px;
  left: 0;
  margin: auto;
  text-align: center;
}
 @media screen and (max-width: 739px) {
  h2 {
    margin: 20px auto;
    font-size: 1.5rem;
    width: 100%;
}
  .btn_area {
    flex-wrap: wrap;
    display: flex;
  }
  .btn {
    font-size: .8rem;
    width: 40%;
    margin: 5px;
    padding: 10px 5px 20px;
    border-radius: 5px;
    font-weight: 900;
    position: relative;
  }
   /*奇数の場合そろえるために入れるの場合そろえるために入れる*/

 .btn_area::after{
  content: "";
  width: 40%;
  margin: 5px;
  padding: 10px 5px 20px;
  display: block;
 }
  .text-box p {
    font-size: .9rem;
  }
  
 }