@charset "utf-8";
/* CSS Document */
.nopc{
  display: none
}
img{
  max-width: 100%;
}
a{
  color:#333;
  text-decoration: none
}

.titlebox{
  width: 100%;
  background: #f6f6f6;
  padding: 30px 0
}
.titlebox>span{
  display: block;
  width: 992px;
  margin: auto;
  font-size: 30px;
}

.content-wrap{
  width: 992px;
  margin: auto;
  padding: 20px 0;
  display: flex;
  justify-content: space-between
}
.content-wrap *{
  box-sizing: border-box;
  font-family: "Noto Sans Japanese", "メイリオ", Verdana, "MS Pゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif
}
.side-menu{
  width: 250px;
  height: 100px;
  flex-shrink: 0;
  position: sticky;
  top: 10px;
  margin-right: 20px;
}
.menu-list>li{
  font-size: 14px;
  font-weight: bold;
  color: #757575;
  border-top: 1px solid #d4d4d4;
  padding: 8px 4px;
}
.menu-list>li:last-child{
  border-bottom: 1px solid #d4d4d4;
}
.menu-list>li>a:hover,
.menu-list>li>a.current{
  color: #004098
}
.main-content{
  flex: 1
}
.pre-info a{
  color: #1A0DAB;
  text-decoration: underline;
}
.infobox{
  margin: 30px auto;
}
.head-title{
  font-size: 24px;
  font-weight: bold;
  color: #004098;
  border-bottom: 1px solid #004098;
  margin-bottom: 20px;
}
.sub-head{
  font-size: 18px;
  font-weight: bold;
  border-left: 6px solid #004098;
  padding-left: 10px;
  margin-bottom: 10px;
  line-height: 1.2
}
.midashi{
  font-size: 16px;
}
.notice{
  margin: 10px auto 20px;
}
.notice>li{
  padding-left: 1.0em;
  position: relative;
  margin-bottom: 5px;
}
.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: 5px;
}
.notice>li.angle::before{
  content: "＜";
  position: absolute;
  top: 0;
  left: 0;
}
.notice>li.angle::after{
  content: "＞";
  position: absolute;
  top: 0;
  left: 58px;
}

.airline-list>li{
  margin-bottom: 5px;
}
.airline-list>li>a{
  display: inline-block;
  font-size: 16px;
  color: #1A0DAB;
  text-decoration: underline;
  position: relative;
  padding-right: 20px;
}
.airline-list>li>a::after{
  content: "";
  background: url(/cmn/icon/icon_launch.svg) no-repeat center center / cover;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.airline-list>li>a:hover{
  text-decoration: none
}