

#entryForm .pc-br {
  display: none;
}

#entryForm .sp-br {
  display: inline;
}

#entryForm .inner {
  width: calc(100% - 24px);
  max-width: 1008px;
  margin: 0 auto;
}
#entryForm {
  color: #072C40;
  margin-top: -110px;
}

#entryForm .box-title {
  padding: 30px 0px 40px;
  margin-bottom: 10px;
}
#entryForm .box-title .text-title {
  font-size: min(13px,3.47vw);
  line-height: 24px;
  margin-bottom: 20px;
  text-align: center;
}

#entryForm .box-title .dl-line {
  background: linear-gradient(
    to right, 
    rgba(202, 241, 235, 0.33) 0%,   
    rgba(255, 253, 253) 100%   
  );
  padding: 10px 10px 10px 10px;
  max-width: 351px;
  margin: auto;
  position: relative;
  border-radius: 5px;
} 

#entryForm .box-title .dl-line .dd-img {
  position: absolute;
  right: 25px;
  bottom: 25px;
}
#entryForm .box-title .dl-line .dd-img img {
  width: 50px;
}



#entryForm .box-title .dt-line {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 5px;
}
#entryForm .box-title .dd-line {
  font-size: 13px;
  line-height: 22px;
  font-weight: 500;
}

#entryForm .titleHeading {
  text-align: center;
  margin-bottom: 28px;
  position: relative;
}

#entryForm .titleHeading .note-text {
  position: absolute;
  right: calc(50% - -25px);
  top: -38px;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  background-image: url(../images/contentBox/top/not_sp.png);
  width: 96px;
  height: 88px;
  background-size: contain;
  transform: scale(0.5);
  padding: 20px 3px 3px 15px;
}

#entryForm  .titleHeading .en {
    font-size: 35px;
    color: #47B08B;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 1px;
    line-height: 1.15;
}

#entryForm  .titleHeading .ja {
  font-size: 16px;
  font-weight: 500;
  padding-left: 0px;
  display: block;
}

#entryForm  .note-title {
  text-align: center;
  font-size: min(13px, 3.47vw);
  line-height: 24px;
  margin-bottom: 28px;
}

#entryForm .list-tab {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 650px;
  margin: auto;
  padding: 0px min(12px,3.2vw);
  margin-bottom: 20px;
}
#entryForm .list-tab .item-tab {
  display: flex;
  align-items: center;
  position: relative;
}
#entryForm .list-tab .item-tab::after {
  position: absolute;
  content: "";
  background-image: url(../images/arrow/entry_arrow_sp.png);
  width: 32px;
  height: 16px;
  right: -28px;
  top: 2px;
  transform: scale(0.5);
}
#entryForm .list-tab .item-tab:nth-child(3)::after {
  width: 0px;
}



#entryForm .list-tab .number {
  width: min(20px,5.33vw);
  height: min(20px,5.33vw);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: min(13px,3.47vw);
  font-weight: 700;
  background: #47B08B;
  color: white;
  border-radius: 50%;
  opacity: 0.5;
  font-family: "Poppins", sans-serif;
}
#entryForm .list-tab .number.acitve {
  opacity: 1;
}
#entryForm .list-tab .text-number{
  font-size: min(13px,3.47vw);
  font-weight: 700;
  color: #47B08B;
  margin-left: min(5px,1.33vw);
}


@media print, screen and (min-width: 768px) {
  
  #entryForm .sp-br {
    display: none;
  }
  
  #entryForm .pc-br {
    display: inline;
  }
  #entryForm .box-title .text-title {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 40px;
  }
  #entryForm .box-title {
    padding: 30px 0px 40px;
    margin-bottom: 90px;
  }
  #entryForm .box-title .dl-line .dd-img {
    right: 50px;
    bottom: 40px;
   }
  #entryForm .box-title .dt-line {
    font-size: 20px;
    margin-bottom: 15px;
  }
  #entryForm .box-title .dd-line {
    font-size: 20px;
    line-height: 30px;
  }

  #entryForm .box-title .dl-line {
    padding: 20px 170px 20px 50px;
    max-width: 800px;
    border-radius: 10px;
  } 

  #entryForm .box-title .dl-line .dd-img img {
    width: 100px;
  }

  #entryForm .titleHeading .note-text {
    right: calc(50% + 93px);
    top: -41px;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    background-image: url(../images/contentBox/top/not_pc.png);
    transform: scale(0.8);
    padding: 21px 5px 5px 11px;
  
  }
  #entryForm .titleHeading {
    margin-bottom: 42px;
  }
  #entryForm .box-title .dl-line { 
    max-width: 800px;
  }

  #entryForm  .titleHeading .en {
    font-size: 70px;
  }
  #entryForm  .note-title {
    font-size: 18px;
    margin-bottom: 43px;
    line-height: 31px;
  }
  #entryForm  .titleHeading .ja {
    font-size: 26px;
    margin-top: 5px;
  }

  #entryForm .list-tab .number {
    width: 50px;
    height: 50px;
    font-size: 30px;
  }

  #entryForm .list-tab .text-number{
    font-size: 20px;
    margin-left: 15px;
  }

  #entryForm .list-tab {
    margin-bottom: 70px;
    padding: 0px 0px 0px 0px;
    max-width: 740px;
  }
  #entryForm .list-tab .item-tab:nth-child(1) {
     width: 40%;
  }
  #entryForm .list-tab .item-tab:nth-child(2) {
    width: 35%;
  }
  #entryForm .list-tab .item-tab:nth-child(3) {
    width: 25%;
  }
  #entryForm .list-tab .item-tab::after {
    position: absolute;
    content: "";
    background-image: url(../images/arrow/entry_arrow.png);
    width: 32px;
    height: 16px;
    right: 18px;
    top: 20px;
    transform: scale(1);
  }

  #entryForm .list-tab .item-tab:nth-child(1)::after {
    right: 24px;
  }
  #entryForm .list-tab .item-tab:nth-child(2)::after {
    right: 45px;
  }
}



 #footerCommon .about-link .a-common:nth-child(2) {
  display: none;
}

#footerCommon .about-link {
  grid-template-columns: 1fr;
}
#footerCommon .about-link .a-common .icon-02 {
  position: absolute;
  right: 22px;
  top: 17px;
}

#entry {
  margin-top: 70px;
}


@media print, screen and (min-width: 768px) {
  #entry {
    margin-top: 80px;
  }

  #footerCommon .about-link .a-common .icon-01 {
    top: 32px;
  }
  #footerCommon .about-link .a-common .icon-02 {
    top: 39px;
    right: 35px;
 }
}

@media print, screen and (min-width: 1280px) {
   #footerCommon .about-link .a-common .icon-01 {
    top: 45px;
  }
   #footerCommon .about-link .a-common .icon-02 {
    top: 52px;
    right: 35px;
 }

}




@media print, screen and (max-width: 768px) {
  #entry  #footerCommon .link-footer {
      padding: 54px 0px 12px;
  }
  #entry #footerCommon .about-link .a-common {
    margin-bottom: 25px;
  }

}


