    html{
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      scroll-behavior:smooth;
    }

    body{
      margin: 0;
      font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-style: normal;

       }

    body,
    li,
    a{
      color: #6A3907;
      font-size: 16px;
    }

    /* デフォルトスタイルの削除 */
    li{
      list-style: none;
    }

    a{
      text-decoration: none;
    }

    details {
    padding: 0;
    border: none;
}

    summary {
        list-style: none;
        outline: none;
        cursor: pointer;
    }


    /* 全体共通 */
    main{
      overflow-x: hidden;
    }

    section{
      padding: 5rem 0;
    }

    .max100{
      width: 100%;
    }

    .apc_wrapper{
      width: 75%;
      margin: 3rem auto;
      max-width: 1080px;
    }

    .pc_only{
      display: block;
    }

    .sp_only{
      display: none;
    }

    .flex{
      display: flex;
      justify-content:space-evenly;
    }

    .w30{
      width: 30%;
    }

    .w50{
      width: 45%;
    }

    .w70{
      width: 70%;
    }

    .w80{
      width: 80%;
    }

    .center{
      margin: 0 auto;
    }

    .text-center{
      text-align: center;
    }

    .right{
      text-align: right;
    }

    .left{
      text-align: left;
    }

    .highlight{
      background:linear-gradient(transparent 60%,#edd28f 60%);
    }

    h2{
      color: #6A3907;
      font-size: 35px;
      text-align: center;
    }

    h2 .titledeco_1{
      content: url('https://apcj-recipecontest.net/recipecontest_2025/img/titledeco_1.webp');
      height: 3.5rem;
      margin-right: 1rem;
    }

    h2 .titledeco_2{
      content: url('https://apcj-recipecontest.net/recipecontest_2025/img/titledeco_2.webp');
      height: 3.5rem;
      margin-left: 1rem;
    }

    .explain-text{
      font-weight: bold;
      margin-bottom: 2rem;
      text-align: center;
    }

   .btn-container{
    text-align: center;
   }

    a.btn{
      display: inline-block;
      background-color: #c83733;
      color: #fff;
      font-size: 16px;
      font-weight: bold;
      padding: 0.5rem 3rem;
      border-radius: 50px;
      border-bottom: 5px solid #bf0000;
      transition:  0.3s;
    }

    a.textbtn{
      text-decoration: underline;
      font-size: 14px;
    }

    a.btn:hover{
     margin-top: 3px;
      border-bottom: 2px solid #bf0000;
    }

#lastyear-win a.btn,
#restaurants a.btn{
  background: #eebb3d;
  border-bottom: 5px solid #dda006;
}

#lastyear-win a.btn:hover,
#restaurants a.btn:hover{
  border-bottom: 2px solid #dda006;
}



/***追従するトップへ戻るボタン***/
#page-top {
  z-index: 100000;
    width: 50px;
    height: 50px;
    text-align: center;
    position: fixed;
    right: 10px;
    bottom: 10px;
    font-size: 1.5rem;
    line-height: 45px;
    background: #6a3907;
    color: #fff;
    padding: 10px;
    /* border: solid 1px; */
    border-radius: 50%;
    transition: .3s;
    box-shadow: 0 2px 10px -6px rgba(0,0,0,.5), 0 3px 10px -4px rgba(0,0,0,.2);
}

#page-top:hover{
  bottom: 13px;
}
 
  #result .apc_wrapper,
  #oubo-recipe .apc_wrapper,
  #oubo-re .apc_wrapper,
  #lastyear-win .apc_wrapper{
    background-color: #fff;
    border-radius: 20px;
  }

    #result,
    #lastyear-win,
    #standards,
    #app-terms{
      background-color: #eebb3d;
    }

    #oubo-rule,
    #restaurants,
    #abt-pbutter{
      background-color: #F0ECD4;
    }

    /* ナビ */
    nav{
      margin: 2rem auto 4rem;
    }

    nav ul.flex{
      padding-left: 0;
    }

    nav.nav_apc li{
      width: 16.5%;
      border-right: 2px dotted #6A3907;
      text-align: center;
      font-weight: bold;
    }

    nav.nav_apc li:last-of-type{
      border: none;
    }

    nav.nav_apc li:hover{
      text-decoration: underline;
    }

    /* FV下CTA */
    .fv-text{
      letter-spacing: 0.4rem;
      padding-bottom: 0.5rem;
      font-weight: bold;
      display: block;
      text-align: center;

    }

    a.btn.fv{
      font-size:1.5rem;
      background: #c83733;
      box-shadow: 2px 4px 0px #bf0000;
      padding: 1rem 5rem;
    }

    a.btn.fv:hover{
      box-shadow: 1px 2px 0px #bf0000;
    }

  
    /* 結果発表 */

    #result{
      margin-top: 5rem;
    }

    #result h2,
    #result h3,
    #result h4,
    #result h5{
      text-align: center;
    }

    #result h3{
      font-size: 30px;
      width: 90%;
      margin: 2rem auto 0;
    }

    #result h4{
      margin-top: 4rem;
      text-align: center;
      font-size: 25px;
    }
    
    #result h4.award-ttl{
      color: #bf0000;
      margin: 5rem auto 0.5rem;
      text-align: center;
      background: none;
    }

    #result h5{
      margin-top:0;
      font-size: 20px;
    }

    #result h5 span.bold{
      display: block;
      text-align: center;
    }

    #result h6{
      line-height: 40px;
      font-size: 16px;
      margin: 0;
    }

    #result .title-border:before, 
    #result .title-border:after{
      background-color: #ccc;
    }


    #result .small{
      font-size: small;
    }

  #result .apc_wrapper{
    padding: 2rem 0 4rem;
  }  

   #result .apc_wrapper>img{
    display: block;
    width: 50%;
    margin: 0 auto;
    border-radius: 20px;
    border: 3px solid #EEBB3D;
    /* box-shadow: 2px 2px 4px #ccc; */
   } 

   #result .apc_wrapper>.flex{
    display: flex;
   }

   .comment-box {
    position: relative;
    border: 3px dotted #ccc;
    background-color: white;
    width: 80%;
    margin: 1.5rem auto 1rem;
    border-radius: 20px;
}

  .comment-ttl {
    font-size: 16px;
    font-weight: 600;
      position: absolute;
      display: inline-block;
      top: -0.6rem;
      left: 50%;
      transform: translateX(-50%);
      padding: 0rem 1rem;
      background-color: white;
  }

    .comment-body {
        padding: 1.5rem 2rem;
        line-height: 1.5;
    }

    #result .w70{
      width: 65%;
      margin: 3rem auto;
    }

    #result h5.w70,
    #result h5.w70 span.bold{
      text-align: left;
    }

    #result h5.w70 span.bold{
      text-indent: 4rem;
    }

    #result .border{
     font-size: 14px;
     padding: 3px;
     border: 0.5px solid #6A3907;
     border-radius: 5px;
     margin-right: 1rem;
    }

    #result .w80{
      font-weight: 600;
      margin: 3rem auto 0;
      text-align: center;
    }

    #result .flex.nyuusho{
      display: flex;
      width: 80%;
      justify-content: space-between;
      flex-wrap: wrap;
      margin: 0 auto;
      padding-left: 0;
    }

    #result .flex.nyuusho h5{
      font-size: 14px;
      height: 3rem;
    }

    #result .flex.nyuusho li{
      margin-top: 3rem;
      width: 45%;
    }

    #result .flex.nyuusho li img{
      width: 100%;
      border-radius: 20px;
    border: 3px solid #F0ECD4;
    }

    /* レシピ */
      #result h4 .titledeco_4{
    content:url('https://apcj-recipecontest.net/recipecontest_2025/img/titledeco_3.webp');
    height: 20px;
    margin-right: 1rem;
  }
      #result h4 .titledeco_4:nth-of-type(2){
    margin-right: 0;
    margin-left: 1rem;
  }
    /* レシピボックス */

    .recipe_box {
      position: relative;
      width: 80%;
      margin: 0 auto;
    }
    .recipe_box input {
      display: none;
    }
    /*開くためのボタンとテキストを隠すグラデーションの設定*/
    .recipe_box label {
      position: absolute;
      display: flex;
      flex-direction: column;
      align-items: center;
      z-index: 1;
      bottom: -10px;
      width: 100%;
      height: 140px; /* グラデーションの高さ */
      cursor: pointer;
      text-align: center;
      /* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
      background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(250, 252, 252, 0.95) 90%);
    }
    /* 開いた時にグラデーションを消す */
    .recipe_box input:checked + label {
      background: inherit;
    }

    .recipe_box .recipe_container {
      overflow: hidden;
      height: 250px; /* 開く前に見えている部分の高さ */
      transition: all 0.5s;
    }
    /*続きをよむボタン*/
    .recipe_box label:after,
    .recipe_box label::before {
      content: '';
      position: absolute;
      line-height: 2.5rem;
    }
    .recipe_box label:after {
      z-index: 2;
      bottom: 20px;
      width: 13em;
      content: '続きをみる';
      color: #fff;
      background: #6A3907;
      border-radius: 20px;
    }
    .recipe_box label::before {
      position: absolute;
      bottom: 38px;
      left: calc(50% - 3.5em);
      z-index: 3;
      width: 10px;
      height: 5px;
      background: #fff;
      clip-path: polygon(50% 100%, 0 0, 100% 0)
    }
    /*閉じるボタン*/
    .recipe_box input:checked + label:after {
      content: '閉じる';
    }
    .recipe_box input:checked + label:before {
      left: calc(50% - 2.5em);
      transform: scale(1, -1);
    }
    .recipe_box input:checked ~ .recipe_container {
      height: auto;
      padding-bottom: 80px; /* 閉じるボタンのbottomからの位置 */
      transition: all 0.5s;
    }

    #result .recipe{
      position: relative;
      text-align: left;
      padding: 10px;
      background-image: linear-gradient(transparent calc(100% - 1px), #e6edf3 50%, #dde3e7), linear-gradient(90deg, transparent calc(100% - 1px), #e6edf3 50%, #e6edf3);
      background-size: 15px 15px;
      background-repeat: repeat;
      box-shadow: 1px 1px 5px 2px #ddd;
      background-color: #fff9e1;
    }

    #result .recipe-inner{
      justify-content: space-around;
      padding: 1rem 1rem 1rem 2rem;
    }

    #result .recipe-inner::before {
   content: "";
   position: absolute;
   border-right: dotted 10px #ddd; /*ドットの大きさ、高さ*/
   height:90%;
   top:0.5em; /*位置*/
   left:0.5em; /*位置*/
}

    #result .recipe .ingredient.w50,
    #result .recipe .howto-cook.w50{
      width: 48%;
    }

    #result .recipe .howto-cook.w50 ul{
      padding-inline-start:0;
    }

    #result .recipe .ingredient.w50 h5,
    #result .recipe .howto-cook.w50 h5{
      font-size: 14px;
    }

    #result .recipe .ingredient.w50,
    #result .recipe .howto-cook.w50 li{
      font-size: 12px;  
      line-height: 1;
    } 

    #result .recipe td::before{
      content: ' ― ';
    }

    #result .recipe .howto-cook.w50 li{
      text-indent: -1em;
      padding-left: 1em;
    }

    #result .recipe th{
      width: 60%;
    }

    #result .recipe td{
      text-indent: -1.5em;
      padding-left: 2em;
    }

    #result .recipe th.top_1rem,
    #result .recipe li.top_1rem{
      padding-top: 1rem;
    }
    /* レシピボックス */


    /* 募集レシピ */


#oubo-recipe .apc_wrapper{
  padding: 2rem 0;
}

    .stripe {
  background-image: repeating-linear-gradient(300deg, #fffbb7, #fffbb7 20px, transparent 20px, transparent 40px);
  }


  /* 募集要項 */
  #oubo-rule .apc_wrapper{
    padding: 3rem 0;
    background: #fff;
    border-radius: 20px;
  }

  #oubo-rule h3 .titledeco_3{
    content: url('https://apcj-recipecontest.net/recipecontest_2025/img/titledeco_3.webp');
    height: 2rem;
    margin-right: 1rem;
  }

  #oubo-rule h3{
    padding-bottom: 0.5rem;
    border-bottom: 3px dotted #b4b4b4;
  }

/* 昨年の受賞レシピ */


#lastyear-win h3{
    margin: 0.5rem 0;
}


#lastyear-win h3:first-of-type{
 font-size: 1.5rem;
 color: #bf0000;
}

#result h3:nth-of-type(2),
#lastyear-win h3:nth-of-type(2){
  color: #b4b4b4;
}

#result h3:nth-of-type(3),
#lastyear-win h3:nth-of-type(3){
  color: #C47222;
}

#result .crown_1,
#lastyear-win .crown_1{
  content: url('https://apcj-recipecontest.net/recipecontest_2025/img/crown_1.webp');
  height: 2rem;
  margin-right: 1rem;
}

#result .crown_2,
#lastyear-win .crown_2{
  content: url('https://apcj-recipecontest.net/recipecontest_2025/img/crown_2.webp');
  height: 1.5rem;
  margin-right: 1rem;
}

#result .crown_3,
#lastyear-win .crown_3{
  content: url('https://apcj-recipecontest.net/recipecontest_2025/img/crown_3.webp');
  height: 1.5rem;
  margin-right: 1rem;
}

#result .crown_4{
  content: url('https://apcj-recipecontest.net/recipecontest_2025/img/crown_4.webp');
  height: 1.5rem;
  margin-right: 1rem;
}

.crown_1:last-of-type,
.crown_2:last-of-type,
.crown_3:last-of-type,
.crown_4:last-of-type{
  margin-left: 1rem;
}

.apc_wrapper.awards {
  text-align: center;
  padding: 3rem 1rem;
}

.award-row {
  display: flex;
  justify-content: center;
  gap: 1.5rem;

}

.award-row:first-of-type{
  margin-bottom: 2rem;
}

/* 1位だけ中央配置 */
.first {
  justify-content: center;
}

.award-card {
  background: #fff;
  border: 2px solid #eee;
  border-radius: 20px;
  overflow: hidden;
  width: 300px;
  transition: transform 0.3s;
}

.award-card img {
  width: 100%;
  display: block;
}

/* 1位を1.3倍に */
.first-place {
  width: 390px; /* 300px × 1.3 */
  border: 3px solid #EEBB3D;
}


.award-info {
  padding: 1rem;
}

.award-rank {
  font-weight: bold;
  color: #EEBB3D;
}

.award-title {
  font-size: 1.2rem;
  margin: 0.5rem 0;
  height: 3rem;
}

#lastyear-win{
  padding: 7rem 0 0;
}

#lastyear-win h2:nth-of-type(2){
  margin-bottom: 0;
}

/* ディバイダー */
.custom-shape-divider-top-1631532852 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1631532852 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 100px;
}

.custom-shape-divider-top-1631532852 .shape-fill {
    fill: #eebb3d;
}

.divider {
  position: relative;
}


/* レストラン */
h2.restaurant-title{
  width: 60%;
  margin: auto;
  max-width: 1080px;
}

#restaurants .apc_wrapper{
  margin-top: 5rem;
}

#restaurants img{
  box-shadow: 2px 2px 4px #ccc;
}

#restaurants h3{
  width: 90%;
  margin: 3rem auto;
  font-size: 1.5rem;
}

#restaurants .menu h3{
    width: 280px;
    background: #6a3907;
    font-size: 1rem;
    color: #fff;
    padding: 0.5rem;
    text-align: center;
    border-radius: 50px;
    margin: 3rem auto 1rem;
    }

#restaurants .restaurant-box{
  background: #fff;
  border-radius: 20px;
  border: 3px solid #6a3907;
  padding: 0 0 2rem 0;
  margin-bottom: 2rem;
}

#restaurants .restaurant-box:last-of-type{
  margin-bottom: 0;
}

.restaurant-box .shop,
.restaurant-box .menu{
  width: 85%;
  margin: 0 auto;
}

.restaurant-box .shop{
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.restaurant-box .shop img,
.restaurant-box .shop .shop-detail{
  width: 45%; 
  height: 100%;
}

.restaurant-box .shop .shop-detail table,
.restaurant-box p.small{
  font-size: small;
}

.restaurant-box .shop table tr{
  display: flex;
  text-align: left;
  flex-direction: column;
  margin-bottom: 0.5rem;
}


.restaurant-box .menu ul{
  padding-inline-start:0;
  display: flex;
  justify-content: space-between;
  text-align: center;
}

.restaurant-box:last-of-type .menu ul{
  justify-content: space-evenly;
}

.restaurant-box .menu li{
  width: 30%;
}

.restaurant-box .menu li img{
  max-width: 100%;
}




/* 審査基準 */
#standards .flex{
  justify-content: space-between;
}

.standard-detail{
  width: 31%;
  background: #fff;
  border: 3px solid #6a3907;
  border-radius: 20px;
  font-weight: bold;
  text-align: center;
}

.standard-detail img{
  width: 80px;
  padding: 1rem;
  background: #eebb3d;
  border-radius: 50%;
  margin: 2rem auto 0;
}

.standard-detail p{
  margin: 1rem 2rem 2rem;
}

#standards h3{
  width: 280px;
  background: #6a3907;
  color: #fff;
  padding: 0.5rem;
  text-align: center;
  border-radius: 50px;
  margin: 3rem auto 1rem;
}


/* ピーナッツバターについて */
#abt-pbutter .flex{
  align-items: anchor-center;
}


#abt-pbutter .w50 img{
  width: 85%;
  border-radius: 50%;
  box-shadow: 2px 2px 4px #ccc;
}

#abt-pbutter h3::after{
 content: '';
 display: block;
 border-bottom: 1px solid #eebb3d;
}

.abt-num{
  color: #eebb3d;
  font-weight: bold;
  font-size: 3rem;
  font-style: italic;
  padding-right: 1rem;
}


/* 応募の流れ */
#howto-apply {
  margin: 0 auto;
  text-align: center;
}


.step-box {
  position: relative;
  display: flex;
  align-items: center;
  background: #fff;
  border: 3px solid #eebb3d;
  border-radius: 20px;
  margin: 2rem 0;
  padding: 1rem;
  text-align: left;
}

/* ▼ 三角（下向き） */
.step-box::after {
  content: "";
  position: absolute;
  bottom: -25px; /* ボックスの下に配置 */
  left: 50%;
  transform: translateX(-50%);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 15px solid #e7d096;
}

/* 最後のSTEPには三角を付けない */
.apc_wrapper .step-box:last-of-type::after{
  border: none;
}

.step-label {
  width: 50px;
  height: 50px;
  color: #fff;
  font-weight: bold;
  background: #eebb3d;
  text-align: center;
  padding: 1rem;
  margin: 1rem;
  border-radius: 50%;
}

.step-text h3{
  margin: 0;
}

.step-box p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
}

/* 応募方法について */
/* 線のスタイル> */
.title-border {
    display: flex;
    align-items: center;
}

.title-border:before,
.title-border:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #6a3907;
}

.title-border:before {
    margin-right: 1rem;
}

.title-border:after {
    margin-left: 1rem;
}
/* <線のスタイル */

.apply-info {
  background: #fff;
  border-radius: 6px;
  padding: 1.5rem;
  margin-top: 3rem;
  text-align: center !important;
}

.apply-info h4{
  width: 90%;
  min-width: 200px;
  background: #6a3907;
  color: #fff;
  padding: 0.5rem;
  text-align: center;
  border-radius: 50px;
  margin: 2rem auto 1rem;
}

.apply-method .w50{
  padding: 0 1.5rem;
}

.apply-method .method_1{
  border-right: 3px dotted #6a3907;
}

.apply-info a.btn{
  width: 180px;
}


/* メールが開かない場合 */


details.accordion-mail{
  margin-bottom: 2rem;
}

summary.mailtext{
  text-decoration: underline;
  font-weight: bold;
}

.accordion-mail p{
  padding: 2rem;
  background: #EEBB3D;
  text-align: left;
  border-radius: 20px;
}


/* 郵送の住所 */
.addressbox {
  width: 85%;
    position: relative;
    margin: 2rem auto 0;
    padding: 1rem 2rem;
    border: solid 3px #EEBB3D;
    border-radius: 20px;
    left: 5%;
    text-align: left;
}
.addressbox .addressbox-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #EEBB3D;
    font-weight: bold;
}

a.btn.arrow-right{
  border-radius: 5px;
    position: relative;
}

.arrow-right::before { /* くの字の表示設定 */
  content: "";
  margin: auto;
  position: absolute;
  top: 3px;
  bottom: 0;
  right: 30px; /* ②棒が長くなった分、右へ7px移動 */
  width: 9px;
  height: 9px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
}
 
 
.arrow-right::after { /* 棒の表示設定 */
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1rem;
  width: 20px; /* ①棒の長さを15⇒20pxに変更 */
  height: 3px;

}

.method-exp{
  height: 2.5rem;
  text-align: center;
}

    /* 応募規約 */
#app-terms .explain-text{
  text-align: left;
}

  #app-terms  .accordion {
    border-radius: 5px;
    box-shadow: 0 7px 15px -5px rgb(0 0 0 / 5%);
    background-color: #fff;
}

#app-terms details.accordion{
  margin-bottom: 10px;
}

#app-terms .accordion summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    color: #6a3907;
    font-weight: bold;
    cursor: pointer;
}

#app-terms .accordion summary::-webkit-details-marker {
    display: none;
}

#app-terms .accordion summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #6a3907;
    border-right: 3px solid #6a3907;
    content: '';
    transition: transform .3s;
}

#app-terms .accordion[open] summary::after {
    transform: rotate(225deg);
}

.accordion p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 2em 1.5em;
    color: #6a3907;
    transition: transform .5s, opacity .5s;
}

.accordion[open] p {
    transform: none;
    opacity: 1;
    font-size: 14px;
}

#app-terms .btn-container{
  margin-top: 2rem;
}

#app-terms a.btn{
  background-color: #6A3907;
  border-bottom: 5px solid #412304;
  padding: 1rem 3rem;
}

#app-terms a.btn:hover{
  border-bottom: 2px solid #412304;
}


/* フッター */
footer{
  background: #EEBB3D;
  padding-bottom: 2rem;

}

footer{
  text-align: center;
}

footer span{
  line-height: 100px;
  font-size: 2rem;
  font-weight: bolder;
  vertical-align: text-bottom;
}

footer a{
  display: inline-block;
  width: 100px;
  text-align: center;
  margin: 0 auto;
}

footer a img{
  width: 100%;
}

footer a:hover{
  opacity: 0.9;
  transition: 0.5s;
}






    /* スマホ設定 */
    @media screen and (max-width:768px){
      .sp_only{
        display: block;
      }

      .pc_only{
        display: none;
      }

      .flex{
        flex-direction: column;
      }


      a.btn{
        padding: 0.5rem 2rem;
        font-size: 14px;
      }

      #page-top{
        width: 30px;
        height: 30px;
        line-height: 25px;
        font-size: 1rem;
      }

      .apc_wrapper{
      width: 90%;
      display: block;
      margin: 0 auto;
    }

    section{
      padding: 2rem 0 4rem;
    }

    h2{
      font-size: 22px;
    }

    h2 .titledeco_1{
      height: 2rem;
      margin-right: 0.5rem;
    }
    h2 .titledeco_2{
      height: 2rem;
      margin-left: 0.5rem;
    }

    h3{
      font-size: 16px;
    }

    p{
      font-size: 14px;
    }

    .w50,
    .w70,
    .w30{
      display: block;
      width: 100%;
      margin: 0 auto;
    }

    a.btn.fv{
      font-size: 1.3rem;
      padding: 0.8rem 3rem;
    }

    .fv-text{
      letter-spacing: 0.1rem;
    }

    /* ナビ */

    nav{
      margin: 1rem auto 2rem;
    }

    nav.nav_apc ul.flex{
      width: 100%;
      flex-direction: row;
      flex-wrap: wrap;
      margin-left:0 ;
      margin-right:0 ;
      padding-inline-start:0;
      margin-bottom: 2rem;
    }

    nav.nav_apc li{
      width: 33%;
      margin: 0.5rem 0;
    }

    nav.nav_apc li:nth-of-type(3){
      border-right:none;
    }

    nav.nav_apc li a{
      font-size: 14px;
    }
    /* 結果発表 */
    #result .apc_wrapper{
      width: 90%;
      padding:0.5rem 0 1rem;
    }

    #result .apc_wrapper:last-of-type{
      padding-bottom: 2rem;
    }

    #result h3{
      font-size: 20px;
      margin: 2rem auto 0;
      width: 80%;
    }

    #result h4,
    #result h5{
      font-size: 18px;
    }

    #result h4{
      margin-top: 3rem;
    }

    #result h4.award-ttl{
      margin: 6rem auto 0.5rem;
    }

    #result h4.award-ttl:first-of-type{
      margin-top: 2rem;
    }

    #result .apc_wrapper>img,
    .comment-box{
      width: 85%;
    }

    .comment-ttl{
      width: 75%;
      text-align: center;
    }

    .comment-body{
      padding: 1.5rem 1rem 1rem;
    }

    #result .apc_wrapper{
      margin-top: 2rem;
    }

    #result .border{
      display: block;
      width: 3.5rem;
      text-align: center;
      margin: 0 auto 0.5rem;
    }
    
    #result h5.w70,
    #result h5.w70 span.bold{
      text-indent: 0;
      text-align: center;
      width: 80%;
      margin: 0 auto;
    }
    
    #result h5.w70{
      margin-top: 2rem;
    }

    #result h5.w70:last-of-type{
      margin-bottom: 1rem;
    }

    #result .w80{
      margin: 4rem auto 3rem;
    }

    #result .flex.nyuusho{
      width: 85%;
    }

    #result .flex.nyuusho li,
      #result .recipe{
      width: 100%;
    }

    #result .flex.nyuusho li:first-of-type{
      margin-top: 1.5rem;
    }

      #result .recipe .ingredient.w50,
      #result .recipe .howto-cook.w50{
        width: 95%;
        margin: 0 0.2rem;
      }

    #result .recipe .howto-cook h5{
      padding-top: 2rem;
    }

    .recipe_box{
      width: 90%;
    }

    #result .recipe-inner{
      padding: 1rem 0.5rem 1rem 1rem;
    }


    /* 募集レシピ */
    #oubo-recipe .apc_wrapper{
      width: 90%;
    }

    #oubo-recipe .explain-text{
      padding: 0 1rem;
    }

    /* 募集要項 */
    #oubo-rule .apc_wrapper{
      background: #fff;
      border-radius: 20px;
      padding: 2rem 0;
      margin-top: 2rem;
    }

    #oubo-rule .apc_wrapper .w50{
      width: 85%;
    }



    /* 昨年の優勝レシピ */
#lastyear-win{
  padding: 2rem 0;
}

    #lastyear-win .apc_wrapper{
      background: none;
    }

    .award-card{
      width: 100%;
      margin: 0 auto 1rem;
    }

    .award-row{
      display: block;
    }

.award-row:first-of-type{
  margin-bottom: 1rem;
}

    
.first-place {
  border: 2px solid #eee;
}

.custom-shape-divider-top-1631532852 svg{
  height: 40px;
}

.apc_wrapper.awards{
  padding: 1rem 0;
}

#lastyear-win h2:nth-of-type(2){
  padding-bottom: 1rem;
}

/* レストラン */
h2.restaurant-title{
  width: 85%;
}

#restaurant{
  padding: 1rem 0 2rem;
}


.restaurant-box .shop img,
.restaurant-box .shop .shop-detail,
.restaurant-box .menu li{
  width: 85%;
  margin: 0 auto;
}

.restaurant-box .shop table{
  margin: 1rem auto 0;
}

.menu ul,
.shop{
  flex-direction: column;
}

#restaurants ul li{
  margin-bottom: 1rem;
}

#restaurants ul li:last-child{
  margin-bottom: 0;
}

#restaurants h3{
  margin: 2rem auto 1rem;
  font-size: 1rem;
}

#restaurants .menu h3{
  width: 80%;
  max-width: 250px;
}
/* 審査基準 */
  #standards .apc_wrapper{
    margin-top: 2rem;
  }

  .standard-detail{
    width: 100%;
    margin-bottom: 1rem;
  }

  .standard-detail:last-of-type{
    margin-bottom:0;
  }


    /* ピーナッツバターについて */
    #abt-pbutter .flex .left,
    #abt-pbutter .flex .right{
      text-align: center;
    }

    #abt-pbutter .flex:nth-of-type(2){
      flex-direction: column-reverse;
    }

    /* 応募の流れ */
    .step-box{
      flex-direction: column;
      margin-left: 0;
      margin-bottom: 1rem;
    }

    .step-box:last-of-type{
      margin-bottom: 0;
    }

    .step-text h3{
      text-align: center;
      
    }

   .step-text h3::after{
      content: '';
      display: block;
      border-bottom: 2px solid #eebb3d;
      width: 30%;
      margin: 0.5rem auto 1rem;
      }

    .apply-method{
      width: 100%;
    }

    .apply-method .w50{
      padding: 0;
    }

    .apply-method .method_1{
      border-right: none;
      border-bottom: 3px dotted #6a3907;
    }

    .apply-info h4{
      min-width:200px;
    }

    .addressbox{
      width:90%;
      left: 0;
      padding: 1rem;
    }

    .apply-method a.btn{
      padding: 1rem 3rem;
    }

    }