@charset "UTF-8";
.pagetitle_bnr{
  background: #87ceeb;
  width: 90%;
  max-width: 1040px;
  border-radius: 16px;
  padding: 36px 51px;
  display: flex;
  justify-content: space-between;
  margin: 15px auto 0;
  align-items: center;
}
.pagetitle_content p{
  color: #fff;
  font-size: 20px;
  text-align: left;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.1rem;
}
.pagetitle_content p:nth-child(2){
  font-size: 32px;
}
.pagetitle_img{
  width: 22%;
}
.stationwork__content-bg {
  background: #f3fafd;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 40px 0 60px;
}
.p-stationwork__content{
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}
.p-stationwork__content h2{
  text-align: center;
  margin-bottom: 40px;
  letter-spacing: 0.05rem;
}
.stationwork_slide {
  margin-bottom: 40px;
}
.stationwork_lead {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 32px;
  line-height: 1.6;
  letter-spacing: 0.05rem;
}
.plan_content{
  background: #fff;
  padding: 24px 0;
  margin-bottom: 32px;
  border-radius: 16px;
}
.plan_content p {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05rem;
}
.plan_content p span{
  font-size: 24px;
}
.plan_content p span strong{
  color: #004098;
}
.plan_notes {
  font-size: 12px;
  text-align: center;
  letter-spacing: 0.05rem;
}
.howtouse{
  display: flex;
  flex-wrap: wrap;
  width: 85%;
  max-width: 800px;
  justify-content: center;
  margin: 0 auto 80px;
  gap: 40px;
}
.howtouse_item{
  width: 39.7%;
}
.howtouse_img {
  margin-bottom: 15px;
}
.howtouse_txt {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  width: calc(100% - 35px);
  margin-left: 35px;
  letter-spacing: 0.05rem;
}
.howtouse_item .howtouse_txtarea{
  position: relative;
}
.howtouse_item:nth-child(1) .howtouse_txtarea:before{
  content: "1";
  display: block;
  position: absolute;
  top: -7px;
  left: 0;
  width: 19px;
  height: 51px;
  font-size: 32px;
  font-weight: bold;
}
.howtouse_item:nth-child(2) .howtouse_txtarea:before{
  content: "2";
  display: block;
  position: absolute;
  top: -7px;
  left: 0;
  width: 19px;
  height: 51px;
  font-size: 32px;
  font-weight: bold;
}
.howtouse_item:nth-child(3) .howtouse_txtarea:before{
  content: "3";
  display: block;
  position: absolute;
  top: -7px;
  left: 0;
  width: 19px;
  height: 51px;
  font-size: 32px;
  font-weight: bold;
}
.howtouse_item:nth-child(4) .howtouse_txtarea:before{
  content: "4";
  display: block;
  position: absolute;
  top: -7px;
  left: 0;
  width: 19px;
  height: 51px;
  font-size: 32px;
  font-weight: bold;
}
.p-howtouse__content {
  margin-top: 40px;
  margin-bottom: 40px;
}
.p-howtouse__content h2{
  text-align: center;
  margin-bottom: 40px;
  letter-spacing: 0.05rem;
}
.howtouse_notes {
  font-size: 12px;
  margin-top: 16px;
  letter-spacing: 0.05rem;
}
#stationwork .c-button{
    min-width: 304px;
    margin-bottom: 32px;
  }
  #stationwork .c-button--arrow > *:after{
    background: url(../../images/stationwork/btn_icon.png) no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;
    right: 21px;
  }

@media screen and (min-width: 1024px) {
  .p-stationwork {
      padding-top: 0;
  }
}
@media screen and (max-width: 1023px) {
  .c-pagetitle {
    padding: 25px 0 40px;
}
  .pagetitle_bnr{
    flex-direction: column;
    padding: 12px 16px 26px;
    margin-top: 0;
    border-radius: 8px;
  }
  .pagetitle_content p{
    font-size: 14px;
  }
  .pagetitle_content p:nth-child(2) {
    font-size: 18px;
}
.pagetitle_content {
  margin-bottom: 13px;
  width: 100%;
}
.pagetitle_img {
  width: 33.9%;
}
.p-stationwork__content h2{
  font-size: 20px;
  margin-bottom: 20px;
}
.stationwork_lead{
  font-size: 18px;
  margin-bottom: 26px;
}
.plan_content p{
  font-size: 14px;
}
.plan_notes{
  font-size: 10px;
}
.p-howtouse__content h2{
  font-size: 20px;
  margin-bottom: 28px;
}
.howtouse_item {
  width: 100%;
}
.howtouse{
  gap: 32px;
  margin-bottom: 36px;
}
.p-stationwork{
  padding-top: 0;
}
.plan_content p span {
  font-size: 20px;
}
.howtouse_item:nth-child(1) .howtouse_txtarea:before{
  top: -10px;
}
.howtouse_item:nth-child(2) .howtouse_txtarea:before{
  top: -10px;
}
.howtouse_item:nth-child(3) .howtouse_txtarea:before{
  top: -10px;
}
.howtouse_item:nth-child(4) .howtouse_txtarea:before{
  top: -10px;
}
.stationwork__content-bg{
  padding-top: 37px;
  padding-bottom: 44px;
}
.stationwork_slide {
  margin-bottom: 25px;
}
#stationwork .c-button a,#stationwork .c-button button {
  font-size: 12px;
  letter-spacing: 0.05rem;
  line-height: 40px;
}
#stationwork .c-button{
  margin-bottom: 26px;
}
.p-howtouse__content{
  margin-top: 35px;
}
.howtouse_img {
  margin-bottom: 13px;
}
.howtouse_notes{
  margin-top: 12px;
}
}