/* コンテンツ全体 */

.bun_contents_body{
  background-color: #E9F5E4;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
}

.bun_contents_all{
width: 100%;
margin-right: auto;
margin-left: auto;
}

.bun_contents_pretext{
  font-size: 18px;
  margin-bottom: 30px;
}

.title_bg{
  padding: 15px 20px;/*文字周りの余白*/
  color: #333333;/*文字色*/
  font-size: 20px;
  font-weight: bold;
  background: #ffffff;/*背景色*/
  border-left: solid 5px #00A30C;/*左線（実線 太さ 色）*/
  margin-bottom: 30px;
}

h3{
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  padding-bottom: 20px;
  padding-left: 20px;
  border-bottom: 1px solid #9D9D9D;
  position: relative;
  margin-bottom: 25px;
}

 h3::before{
  content: "";
  display: block;
  width:10px;
  height:10px;
  background: url(/files/cont/bunbun/img/icons/h3_circle10x10.svg);
  position: absolute;
  top:10px;
  left: 0;
 }

 h4{
  font-size: 18px;
  color: #00A30C;
  margin-bottom: 15px;
  margin-top: 0;
 }

 .heading_another{
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
 }

 .document{
  font-size: 18px;
  line-height: 1.8;
 }

  /* ぶんぶんとはCSS*/

 .bunbun_intro{
  display: flex;
  margin-bottom: 40px;
 }

 .intro_text{
  margin-right: 60px;
 }

 .memberCard{
  width: 300px;
  max-width: none;
 }

.apply_title{
  background-color: #8CBB44;
  border-radius: 20px 20px 0px 0px;
  padding: 15px 30px;
  margin-bottom: 20px;
}

.apply_title_text{
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
}

.apply_bottom{
  padding: 0px 30px 30px 30px;
}

.apply_text{
  margin-top: 0;
  margin-bottom: 0;
}

  /* 特典のご案内*/

.about_tokuten{
  margin-bottom: 50px;
}

.tokuten_detail{
  display: flex;
}

.intro_imagephoto{
  margin-right: 60px;
}

.tokuten_photo{
  width: 400px;
  max-width: none;
  border-radius: 15px;
}

.intro_detail_text{
  margin-bottom: 25px;
}

  /* ぶんぶんとはCSS__ボタン*/

.bun_nav_button{
  background-color: #00A30C;
  color: #FFF;
  font-size: 16px;
  padding:15px 30px;
  border-radius:40px;
  text-decoration: none;
}

  /* 会員証・電子会員証について */

.text_box{
  position: relative;
  height: auto;
  background-color: #FFF;
  border-radius: 20px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.service_detail{
  display: flex;
  padding: 30px;
}

.tokuten_photo_mini{
  width: 250px;
  max-width: none;
  border-radius: 15px;
}

.intro_imagephoto_mini{
  margin-right: 40px;
}

.intro_detail_text_mini{
  font-size: 16px;
}

  /* 価格表 */

  .table_priceTable{
    text-align: center;
    width: 100%;
    margin-bottom: 50px;
  }

  table{
    border-collapse: collapse;
  }

  table th, table td{
    border:1px solid #AFAFAF;
  }

  .table__caption{
    color: #FFF;
    background-color:#8CBB44 ;
    font-size: 20px;
    font-weight: bold;
    padding:15px 0;
    text-align: center;
  }

  .table__header{
    background-color: #DDE4BA;
  }

  .table__header th{
    padding:15px 0;
    font-size: 16px;
  }

  .table__body{
    background-color: #FFF;
    font-size: 16px;
  }

  .table__body td{
    padding:10px 0;
    border-collapse: collapse;
    border:1px solid #AFAFAF;
  }

 /* 規約CSS*/

 .paragraph__p{
    margin-bottom: 60px;
 }

 .list_type_1{
    display: flex;
    margin-bottom: 20px;
    line-height: 1.8;
 }

 .data-number{
  margin-right: 10px;
 }

 .paragraph__p_child{
  margin-left: 20px;
 }

 /* お問い合わせ */

 #contact_all{
     display: flex;
     flex-wrap: wrap;
     justify-content: space-between;
 }
 
 .contact_box{
     position: relative;
     flex-basis:49%;
     height: auto;
     background-color: #FFF;
     border-radius: 20px;
 }
 
 /* 会員/一般ユーザの方 */

 .contact_top1{
     background-color: #8CBB44;
     max-width: 100%;
     border-radius: 20px 20px 0px 0px;
     padding: 20px 50px 20px 50px;
     margin-bottom: 25px;
     text-align: center;
 }
 
 /* 加盟店/ショップオーナーの方 */

 .contact_top2{
     background-color: #00A30C;
     max-width: 100%;
     border-radius: 20px 20px 0px 0px;
     padding: 20px 50px 20px 50px;
     margin-bottom: 25px;
     text-align: center;
 }
 
 .contact_title{
     color: #FFF;
     font-size: 20px;
     font-weight: 600;
     margin-top: 0;
     margin-bottom: 0;
 }
 
 .contact_bottom{
     margin-left: 50px;
     margin-right: 50px;
     padding-bottom: 40px;
 }
 
 .contact_text{
     font-size: 16px;
     margin-bottom: 40px;
 }
 
 /* 申し込みボタン */
 
 #contact_button{
     display: block;
     text-align: center;
     margin-top: 5px;
     width: 100%;
 }
 
 
 .contact_button_1{
     background-color: #8CBB44;
     color: #FFF!important;
     font-weight: 600;
     text-align: center;
     border-radius: 30px;
     padding: 10px 25px;
 }
 
 .contact_button_2{
     background-color: #00A30C;
     color: #FFF!important;
     font-weight: 600;
     text-align: center;
     border-radius: 30px;
     padding: 10px 25px;
 }
 
 a{
     text-decoration: none;
 }
 
 a:hover{
     opacity: 0.8;
 }
 

 /* スマホ */

  @media screen and (max-width:768px) {
    h2{
      font-size: 16px;
    }

    @media screen and (max-width:768px) {
    h3{
      font-size: 18px;
      padding-left: 20px;
      margin-bottom: 20px;
    }

     /* 規約CSS*/
    @media screen and (max-width:768px) {
    .document{
      font-size: 16px;
     }
     
    /* ぶんぶんとは */
    @media screen and (max-width:768px) {
    .bunbun_intro{
      flex-direction: column;
      align-items: center;
      margin-bottom: 30px;
     }

     @media screen and (max-width:768px) {
     .intro_text{
      margin-right: 0px;
      margin-bottom: 30px;
     }

     @media screen and (max-width:768px) {
      .intro_imagephoto{
       margin-right: 0px;
      }

    /* ぶんぶんとは テキストボックス */

  @media screen and (max-width:768px) {
      .text_box{
        margin-top: 30px;
        margin-bottom: 30px;
      }

  @media screen and (max-width:768px) {
    .apply_title_text{
    font-size: 18px;
    }

  @media screen and (max-width:768px) {
  .apply_title{
    padding: 10px 20px;
}

@media screen and (max-width:768px) {
.tokuten_detail{
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
}

@media screen and (max-width:768px) {
.tokuten_photo{
  width: 100%;
  margin-bottom: 20px;
}

@media screen and (max-width:768px) {
.text_button_all{
  display: flex;
  flex-direction: column;
  align-items: center;
}

  /* 会員証・電子会員証について */

  @media screen and (max-width:768px) {
  .service_detail{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 20px;
  }

  @media screen and (max-width:768px) {
  .intro_imagephoto_mini{
    margin-right: 0px;
    margin-bottom: 20px;
  }

  @media screen and (max-width:768px) {
  .tokuten_photo_mini{
  width: 100%;
}

  /* 価格表 */

@media screen and (max-width:768px) {
.table_priceTable{
  margin-bottom: 30px;
}

@media screen and (max-width:768px) {
.heading_another{
  font-size: 18px;
 }

 @media screen and (max-width:768px) {
 .table__caption{
  font-size: 16px;
  padding:10px 0;
}

@media screen and (max-width:768px) {
.table__header th{
  padding:10px 0;
  font-size: 14px;
}

@media screen and (max-width:768px) {
.table__body{
  font-size: 14px;
}

/* お問いわせ */

@media screen and (max-width:768px) {
#contact_all{
  flex-direction: column;
}

@media screen and (max-width:768px) {
.bun_contents_pretext{
  font-size: 16px;
  margin-bottom: 20px;
}

@media screen and (max-width:768px) {
  .contact_box{
    margin-bottom: 30px;
     border-radius: 10px;
}

@media screen and (max-width:768px) {
.contact_title{
  font-size: 18px;
}

@media screen and (max-width:768px) {
.contact_bottom{
  margin-left: 20px;
  margin-right: 20px;
}

@media screen and (max-width:768px) {
 .contact_top1{
     border-radius: 10px 10px 0px 0px;
     padding: 20px;
 }
 
@media screen and (max-width:768px) {
 .contact_top2{
     border-radius: 10px 10px 0px 0px;
     padding: 20px;
 }