#main-wrapper{
  width: 100% !important;
}
.photocon{
  max-width: 940px;
  width: 100%;
  margin: 0 auto;
}
.photocon *{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
}
.photocon li{
  list-style-type: none;
}
.fv{
  margin: 0;
}
.fv_text {
    font-size: 24px;
    text-align: center;
    margin: 0 auto 100px;
}


.announcement{
  position: relative;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
}
.announcement_ttl{
  position: absolute;
    top: -30px;
    background-image: url(../images/phco_sub_titlebg.png);
    background-size: contain;
    background-repeat: no-repeat;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    aspect-ratio: 960 / 128;
    width: 80%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: #FFF;
  font-family: dnp-shuei-nmincho-std, sans-serif;
}

.Award h2{
  max-width: 90%;
  width: 100%;
  margin: 0 auto 60px;
}
.Award h3{
  max-width: 90%;
  width: 100%;
  margin: 0 auto 60px;
}
.Award .grandprix{
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 20px 20px;
}

.Award .Award_name{
  font-size: 38px;
  font-weight: bold;
  color:#09aeb4;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.Award .Award_text{
  font-size: 26px;
  font-weight: 500;
  text-align: center;
  padding-bottom: 40px;
  margin: 0 30px;
  border-bottom: 6px solid #09aeb4;
}
.Award_img{
    border: 2px solid transparent;
    border-image: repeating-linear-gradient(45deg, #09aeb4 0, #09aeb4 10px, transparent 10px, transparent 20px) 1 stretch;
    padding: 16px;
    margin: 20px;
}
.Award .Award_flex{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap:20px;
  margin-bottom: 60px;
  padding: 0 30px;
}
.Award .Award_flex li {
  width: calc(100% / 2 - 10px);
}
.Award .Award_flex li .Award_name{
  color: #231815;
  font-weight: normal;
  font-size: 22px;
  padding-bottom: 20px;
  margin-top: 20px;
  border-bottom: 2px solid #09aeb4;
  text-align: left;
  font-family: dnp-shuei-nmincho-std, sans-serif;
}
.Award .Award_flex li .Award_name span{
  font-size: 20px;
  display: block;
}
.Award .Award_flex li .Award_text{
  color: #231815;
  font-weight: normal;
  font-size: 20px;
  text-align: left;
  border: 0px;
  padding-bottom: 0px;
  margin: 0;

}



.Apply .content-wrap{
  max-width: 100%;
  width: 100%;
  margin: 60px auto;
  padding: 0 30px;
}
.step01,
.step02,
.step03{
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.Apply_ttl{
  margin-bottom: 30px;
}
.Apply .Apply_step .step_num{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 36px;
  color: #FFF;
  background-color: #09aeb4;
  border-radius: 15px;
  max-width: 80px;
  height: 80px;
  width: 100%;
  text-align: center;
  margin-right: 20px;
}
.Apply .Apply_step .step_ttl{
  font-size: 26px;
  color: #09aeb4;
  font-weight: bold;
}

.contact{
  background-color: #f7f7f7;
  padding: 26px;
  border-radius: 15px;
  margin-bottom: 60px;
}
.contact p{
  font-size: 24px;
  color: #222222;
  line-height:1.7;
}
.contact p a{
  font-size: 24px;
  font-weight: bold;
  color: #222222;
  border-radius: 15px;
}

.step_list{
  margin-bottom: 60px;
}
.step_list li{
  font-size: 18px;
  margin-bottom: 10px;
  margin-left: 1rem;
  text-indent: -1rem;
}
.step_list li span{
  color: #09aeb4;
  font-size: 26px;
}

.photocon_btn{
  display: inline-block;
  margin-top: 60px;
}

@media screen and (max-width:768px){
  .fv_text{
    font-size: 16px;
  }
  .announcement_ttl{
    font-size: 18px;
  }
  .Award .Award_name{
    font-size: 24px;
  }
  .Award .Award_text{
    font-size: 16px;
  }
  .Award .Award_flex{
    gap:16px;
    padding: 0 16px;
  }
  .Award .Award_flex li{
  width: calc(100% / 2 - 8px);
  }
  .Award .Award_flex li .Award_name{
    font-size: 16px;
  }
  .Award .Award_flex li .Award_name span{
    font-size: 14px;
  }
  .Award .Award_flex li .Award_text{
    font-size: 14px;
  }

.Apply .content-wrap{
  padding: 0 16px;
}
  .Apply .Apply_step .step_num{
  max-width: 60px;
  height: 60px;
  width: 100%;
  font-size: 28px;
  margin-right: 10px;
  }
  .Apply .Apply_step .step_ttl{
    font-size: 20px;
  }
  .contact{
    padding: 20px;
  }
  .contact p,
  .contact p a{
    font-size: 20px;
  }

}

.pc_only{
  display: block;
}
.sp_only{
  display: none;
}
@media screen and (max-width:768px){
  .pc_only{
    display: none;
  }
  .sp_only{
    display: block;
  }
}