@charset "UTF-8";
/* CSS Document */

.stb_inner{
  padding-bottom: 120px;
}
.stb_inner > div{
  padding: 0;
}

.stb_inner a{
  word-wrap: break-word;
}

.intro{
  margin: 80px 0 60px;
}

.intro p{
  font-size: 16px;
  line-height: 1.6;
}

.pp_list{
  display: flex;
  justify-content: flex-start;
  flex-flow: wrap;
  margin: 50px 0;
}

.pp_list li{
  width: 33.33%;
}

.intro h2{
  font-family: FrutigerBold,"sans-serif";
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 20px;
}

.pp_detail{
  counter-reset: listnum;
}

.pp_detail li{
  margin-bottom: 25px;
  padding: 0 0 25px 40px;
  border-bottom: 1px solid #B1B1B1;
  position: relative;
}

.pp_detail li::before{
  counter-increment: listnum;
	content: counter(listnum);
  width: 30px;
  height: 30px;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  color: #FFF;
  border-radius: 50%;
  background: #023886;
  position: absolute;
  top: -.5em;
  left: 0;
}

.pp_detail h3{
  font-family: FrutigerBold,"sans-serif";
  font-size: 16px;
  line-height: 1;
  color: #003EBD;
  margin-bottom: 20px;
}

.pp_detail h4{
  font-family: FrutigerBold,"sans-serif";
  font-size: 16px;
  line-height: 1;
  color: #2F2F2F;
  margin-bottom: 15px;
}

.pp_detail h4 img{
  width: auto !important;
  height: 50px !important;
}

p.note,
ul.note li{
  font-size: 14px !important;
}

p.note,
ul.note li{
  text-indent: -1em;
  padding-left: 1em;
}

p.note.ast_nmb,
ul.note.ast_nmb li{
  text-indent: 0;
  padding-left: 2em;
}

p.note.ast_nmb span,
ul.note.ast_nmb li span{
  width: 2em;
  margin-left: -2em;
  display: inline-block;
}


.txt_box h2{
  font-family: FrutigerBold,"sans-serif";
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 30px;
  color: #003EBD;
}

.txt_box .map h2{
  text-align: center;
  margin: 30px 0 60px;
}

.txt_box h3{
  font-family: FrutigerBold,"sans-serif";
  font-size: 24px;
  line-height: 1.4;
  color: #003EBD;
  margin-bottom: 20px;
}

.txt_box li,
.txt_box p{
  font-size: 16px;
  line-height: 2;
}

.txt_box p + p,
.txt_box p + div,
.txt_box div + p,
.txt_box div + div,
.txt_box ul + p,
.txt_box p + ul{
  margin-top: 35px;
}

.txt_box p + h2,
.txt_box div + h2,
.txt_box p + h3,
.txt_box div + h3{
  margin-top: 45px;
}

.txt_box dl div{
  display: flex;
  justify-content: space-between;
}

.txt_box dl div + div{
  margin-top: 60px;
}

.txt_box dl div dt{
  width: 7.5%;
}

.txt_box dl div dt img{
  transform: translateY(-.5em)
}

.txt_box dl div dd{
  width: 90%;
  font-size: 16px;
  line-height: 1.8;
  color: #2F2F2F;
}

.txt_box dl div dd strong{
  font-family: FrutigerBold,"sans-serif";
  color: #2F2F2F !important;
  display: inline-block;
  padding-right: 1em;
}




@media screen and (max-width: 767px) {
  
  .stb_inner{
    padding-bottom: 20vw;
  }
  
  .intro{
    margin: 10vw 0 15vw;
  }

  .intro p{
    font-size: 3.6vw;
    line-height: 1.6;
  }

  .pp_list{
    margin: 8vw 0;
  }

  .pp_list li{
    width: 50%;
  }

  .intro h2{
    font-size: 4.5vw;
    margin-bottom: 5vw;
  }

  .pp_detail li{
    margin-bottom: 8vw;
    padding: 0 0 8vw 0;
  }

  .pp_detail li::before{
    width: 6vw;
    height: 6vw;
    font-size: 3.3vw;
    line-height: 6vw;
  }

  .pp_detail h3{
    font-size: 3.6vw;
    margin-bottom: 5vw;
    padding-left: 7.5vw;
  }

  .pp_detail h4{
    font-size: 3.6vw;
    margin-bottom: 3vw;
  }

  .pp_detail h4 img{
    width: auto !important;
    height: 10vw !important;
  }

  p.note,
  ul.note li{
    font-size: 3vw !important;
  }
    
  .txt_box h2{
    font-size: 5vw;
    line-height: 1.4;
    margin-bottom: 5vw;
  }
  
  .txt_box .map h2{
    text-align: left;
    margin: 5vw 0 10vw;
  }
  
  .txt_box h3{
    font-size: 4vw;
    line-height: 1.3;
    margin-bottom: 5vw;
  }
  
  .txt_box li,
  .txt_box p{
    font-size: 3.6vw;
    line-height: 1.7;
  }
  
  .txt_box p + p,
  .txt_box p + div,
  .txt_box div + p,
  .txt_box div + div,
  .txt_box ul + p,
  .txt_box p + ul{
    margin-top: 8vw;
  }
  
  .txt_box p + h2,
  .txt_box div + h2,
  .txt_box p + h3,
  .txt_box div + h3{
    margin-top: 10vw;
  }
  
  .txt_box dl div{
    display: flex;
    justify-content: space-between;
  }

  .txt_box dl div + div{
    margin-top: 8vw;
  }

  .txt_box dl div dt{
    width: 12%;
  }

  .txt_box dl div dd{
    width: 85%;
    font-size: 3.6vw;
    line-height: 1.8;
  }
  
}






