@charset "utf-8";
/* CSS Document */
.wpd_lowerhead h2{
  font-size:clamp(0.75rem, 0.4744rem + 1.0256vw, 1rem);/* 12-16 430-820 */
  color:#001498;
  margin:20px auto;
}
.wpd_sch_mainimg{
  padding-bottom:1em;
}
.wpd_sch_mainimg-flx{
  display: flex;
  max-width: 1200px;
  margin-inline: auto;
}
.wpd_sch_mainimg p{
  text-align:center;
  font-size:1.25em;
  font-weight:bold;
  margin:1em auto 0;
}
.wpd_sch_mainimg p a{
  font-size: clamp(0.875rem, 0.5994rem + 1.0256vw, 1.125rem);/* 14-18 430-820 */
  color:#2A4198;
}
.wpd_sch_appbtn{
  text-align:center;
}
.wpd_sch_appbtn > p:first-of-type a{
  display:flex;
  max-width:clamp(16.75rem, 7.654rem + 33.85vw, 25rem);/* 268-400 430-820 */
  height:clamp(2.5rem, 1.122rem + 5.13vw, 3.75rem);/* 40-60 430-820 */
  background-color:#009953;
  justify-content: center;
  align-items: center;
  color:#FFF;
  margin:0 auto 16px;
  border-radius:5px;
  text-decoration: none;
  transition: all 0.2s linear;
  border:solid 1px #009953;
  font-size: clamp(0.875rem, 0.7372rem + 0.5128vw, 1rem);/* 14-16 430-820 */
  font-weight:bold;
}
.wan_schedule_caution{
  margin-top:24px;
  text-align: center;
  line-height:1.625;
  font-size:clamp(0.75rem, 0.6122rem + 0.5128vw, 0.875rem);/* 12-14 430-820 */
}
.wpd_sch_appbtn p span{
  font-weight:bold;
}
.wpd_sche_reportarea{
  background-color:#F5F5F5;
  padding:24px 0;
  margin-top: 24px;
}
.wpd_sche_reportarea ul{
  align-items: center;
  display:flex;
  width:fit-content;
  margin-inline: auto;
  gap:0 8px;
}
.wpd_sche_reportarea ul:not(:first-child){
  margin-top: 8px;
}
.wpd_sche_reportarea ul li:not(.wpd_step){
  max-width: 100%;
  min-width: 180px;
  height:50px;
  background-color:#FFF;
  border:solid 1px #C2C2C2;
}
.wpd_sche_reportarea ul li:not(.wpd_step) a{
  display:flex;
  width:100%;
  height:100%;
  justify-content: center;
  align-items: center;
  color:#000;
  font-size:0.875em;
  font-weight:bold;
  text-decoration:none;
}

.wpd_step{
  color:#FFF;
  font-weight:bold;
  font-size:clamp(1.5rem, 1.0865rem + 1.5385vw, 1.875rem);/* 24-30 430-820 */
  background-color:#9C9C9C;
  padding:10px;
}


.wan_sch_videobox{
  width:90%;
  max-width:500px;
  margin:auto;
  padding-top:24px;
}
.wan_sch_videotitle{
  font-size:0.875em;
  font-weight:bold;
  text-align: center;
  margin-bottom:16px;
}

.wpd_eventlist{
  margin-top:48px;
}



@media screen and (min-width:801px){
  .wpd_sch_appbtn > p:first-of-type a:hover{
    color:#009953;
    background-color:#FFF;
  }
  .wpd_sche_reportarea ul li:not(.wpd_step) a:hover{
    text-decoration: underline;
  }
}


@media screen and (max-width:820px){
  .wpd_sch_mainimg-flx {
    flex-wrap: wrap;
  }
}


@media screen and (max-width:690px){
  .wpd_sche_reportarea ul{
    flex-direction: column;
  }
  .wpd_sche_reportarea ul:not(:first-child){
    margin-top: 16px;
  }
}