.single{
  padding-bottom:10.3rem !important;
}
.single_section{
  width:1025px;
  margin:0 auto;
  max-width: 95%;
  background-color: white;
  padding:5rem 7vw 8.7rem;
  border-radius: 24px;
  box-sizing: border-box;
}
.single_wrap{
  width:760px;
  margin:0 auto;
  max-width: 100%;
}
.single_wrap .entry-label{
  border-radius: 0;
  padding:1.5px 0;
  width: 100px;
  display: inline-block;
  font-family: 'Montserrat',
  sans-serif;
}
.single_wrap .p-newsDate{
  font-size:1.6rem;
  margin-bottom:2.5rem;
  font-family: 'Montserrat',
  sans-serif;
}
.single_wrap .p-newsDate a{
  text-decoration: none;
}
.single_wrap h3{
  margin-top:2rem;
  margin-bottom:2rem;
  font-size: 1.8rem;
  color:#57d9b2;
  font-family: 'Zen Maru Gothic',
  sans-serif;
}
.single_contents{
  font-size:1.4rem;
  line-height: 2.9rem;
  color:#666666;
  border-top: 1px #D4D4D4 solid;
  padding-top: 30px;
}
.single_contents a{
  color:#57d9b2;
}
.single_contents img{
  max-width: 100%;
  height: auto;
}
.single_contents iframe{
  max-width: 100%;
  height: auto;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.c-button {
  font-size: 2rem;
  width: 440px;
  max-width: 70%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  
  text-align: center;
  line-height: 55px;
  height: 55px;
  text-decoration: none;
  
  margin: 8rem auto 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  position: relative;
  transition: 0.3s all;

}
.btn_bg_yellow {
  background: linear-gradient(135deg, transparent 8px, #FFD62E 0) top left,
    linear-gradient(-135deg, transparent 8px, #FFD62E 0) top right,
    linear-gradient(-45deg, transparent 8px, #FFD62E 0) bottom right,
    linear-gradient(45deg, transparent 8px, #FFD62E 0) bottom left;
  background-size: 50% 50%;
  background-repeat: no-repeat;
}
.c-buttonSingle{
  margin:4.6rem auto 8rem auto;


}
@media screen and (max-width: 750px) {
  .c-buttonSingle {
    margin: 3.6rem auto 4.6rem;
    /* font-size: 1.8rem;
    line-height: 40px;
    height: 40px; */
        font-size: 4vw;
        line-height: initial;
        height:auto;
        padding: 3vw 0;
  }
    .btn_bg_yellow {
      background: linear-gradient(135deg, transparent 2vw, #FFD62E 0) top left,
        linear-gradient(-135deg, transparent 2vw, #FFD62E 0) top right,
        linear-gradient(-45deg, transparent 2vw, #FFD62E 0) bottom right,
        linear-gradient(45deg, transparent 2vw, #FFD62E 0) bottom left;
      background-size: 50% 50%;
      background-repeat: no-repeat;
    }
}