@charset "utf-8";
/* CSS Document */
.nosp{
  display: none
}
img{
  max-width: 100%;
}
a{
  color:#333;
  text-decoration: none
}

.titlebox{
  width: 100%;
  background: #f6f6f6;
  padding: calc(30vw / (750 / 100)) 0
}
.titlebox>span{
  display: block;
  width: 94vw;
  margin: auto;
  font-size: calc(48vw / (750 / 100));
}

.content-wrap{
  margin: auto;
  padding: calc(20vw / (750 / 100)) 0;
}
.content-wrap *{
  box-sizing: border-box;
  font-family: "Noto Sans Japanese", "メイリオ", Verdana, "MS Pゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif
}
.menu-list{
  display: flex;
  justify-content: space-between;
  margin-bottom: calc(20vw / (750 / 100));
  border-top: 2px solid #004098;
  border-bottom: 2px solid #004098;
}
.menu-list>li{
  width: calc(100% / 3);
  border-right: 1px solid #004098;
  padding: calc(20vw / (750 / 100)) calc(6vw / (750 / 100))
}
.menu-list>li:last-child{
  border-right: none
}
.menu-list>li>a{
  display: block;
  font-size: calc(26vw / (750 / 100));
  font-weight: bold;
  color: #004098;
  text-align: center;
}

.main-content{
  width: 94vw;
  margin: auto;
}
.pre-info{
  font-size: calc(24vw / (750 / 100));
}
.pre-info a{
  color: #1A0DAB;
  text-decoration: underline;
}
.infobox{
  margin: calc(30vw / (750 / 100)) auto;
}
.head-title{
  font-size: calc(36vw / (750 / 100));
  font-weight: bold;
  color: #004098;
  border-bottom: 1px solid #004098;
  margin-bottom: calc(20vw / (750 / 100))
}
.sub-head{
  font-size: calc(30vw / (750 / 100));
  font-weight: bold;
  border-left: calc(10vw / (750 / 100)) solid #004098;
  padding-left: calc(20vw / (750 / 100));
  margin-bottom: calc(20vw / (750 / 100));
  line-height: 1.3
}
.midashi{
  font-size: calc(28vw / (750 / 100))
}
.notice{
  margin: calc(10vw / (750 / 100)) auto calc(40vw / (750 / 100));
}
.notice>li{
  font-size: calc(24vw / (750 / 100));
  padding-left: 1.0em;
  position: relative;
  margin-bottom: calc(6vw / (750 / 100))
}
.notice>li:not(.asta)::before{
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.notice>li.asta::before{
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.notice>li.angle{
  padding:0 1.0em;
  position: relative;
  margin-bottom: calc(6vw / (750 / 100))
}
.notice>li.angle::before{
  content: "＜";
  position: absolute;
  top: 0;
  left: 0;
}
.notice>li.angle::after{
  content: "＞";
  position: absolute;
  top: 0;
  left: 14%;
}

.airline-list>li{
  margin-bottom: calc(6vw / (750 / 100))
}
.airline-list>li>a{
  display: inline-block;
  font-size: calc(30vw / (750 / 100));
  color: #1A0DAB;
  text-decoration: underline;
  position: relative;
  padding-right: calc(30vw / (750 / 100));
}
.airline-list>li>a::after{
  content: "";
  background: url(/cmn/icon/icon_launch.svg) no-repeat center center / cover;
  width: calc(30vw / (750 / 100));
  height: calc(30vw / (750 / 100));
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.airline-list>li>a:hover{
  text-decoration: none
}