@charset "UTF-8";

section {
  margin-bottom: 3rem;
}

@media screen and (min-width: 600px) {
  section {
    margin-bottom: 5rem;
  }
}

.ttl-01 {
  padding: 0.5rem 0.5rem 0.5rem 3.5rem;
  color: #fff;
  font-weight: 700;
  font-size: 1.4rem;
}

.login-ttl {
  background: #214280 url(/module/img/common/key_icon.png) no-repeat 10px center;
  background-size: 16px;
}

.member-ttl {
  background: #214280 url(/module/img/common/member_icon.png) no-repeat 1rem center;
  background-size: 2rem;
  margin-top: 1rem;
}

.member-ttl span {
  margin-right: 1rem;
}

.pickup-ttl {
  background: #214280 url(/module/img/common/tag_icon.png) no-repeat 10px center;
  background-size: 16px;
}

#contents {
  padding-top: 0;
}

@media screen and (min-width: 600px) {
  #contents {
    padding-top: 5rem;
  }
}

#memberCont {
  padding: 1rem 1rem 1.5rem;
  border: 1px solid #214280;
}

#memberCont ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#memberCont li a {
  display: block;
  width: 18rem;
  padding: 0.8rem 1rem 0.5rem;
  background: #0180ab;
  color: #fff;
  text-align: center;
  box-shadow: 0 0.4rem 0 0 #0b7193;
  border-radius: 0.4rem;
}

#memberCont li a:hover {
  transform: translateY(4px);
  box-shadow: none;
  background-color: #3499bc;
}

#memberCont li:first-child a {
  width: 35rem;
}

#memberCont #mBtn01 {
  width: 144px;
  margin-right: 8px;
  margin-bottom: 8px;
}

#memberCont #mBtn01 a {
  width: 144px;
}

#memberCont #mBtn02 {
  width: 144px;
  margin-bottom: 8px;
}

#memberCont #mBtn02 a {
  width: 144px;
}

#memberCont #mBtn03 {
  width: 144px;
  margin-right: 8px;
}

#memberCont #mBtn03 a {
  width: 144px;
}

#memberCont #mBtn04 {
  width: 144px;
}

#memberCont #mBtn04 a {
  width: 144px;
}

#memberCont #mBtn05 {
  width: 298px;
  margin-bottom: 8px;
}

#memberCont #mBtn05 a {
  width: 298px;
}

.homeSec {
  margin: 0 15px 50px;
}

.homeCmnHd .mainTit {
  background-position: 2px 5px;
  background-repeat: no-repeat;
  border-bottom: 4px solid #214280;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
  padding: 0 0 0.5rem 3rem;
}

.homeCmnHd .mainTit .small {
  display: block;
  font-size: 1.1rem;
}

.homeCmnHd .mainTit .small .color {
  color: #214280;
  font-weight: inherit;
}

@media screen and (min-width: 600px) {
  .homeCmnHd .mainTit {
    border-width: 4px;
    background-position: 1.5rem top;
    font-size: 2.4rem;
    margin-bottom: 2rem;
    padding: 0 0 1rem 5rem;
  }

  .homeCmnHd .mainTit .small {
    display: inline;
    font-size: inherit;
  }

  .homeCmnHd .mainTit .small .color {
    color: inherit;
  }
}

#information {
  margin-bottom: 3rem;
  background: #214280;
}

#information .information-ttl {
  background: #214280 url(/module/img/index/ico-information.png) no-repeat 1rem center;
  background-size: 1.6rem;
  align-self: center;
  flex: 0 1 15%;
}

@media screen and (min-width: 600px) {
  #information {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5rem;
    background: #214280;
  }

  #information .box-info {
    flex: 0 1 85%;
  }
}

#homeTop02 .homeTop02Hd .mainTit {
  background: #214280;
  border-radius: 3px;
  color: #fff;
  display: table;
  font-size: 1.4rem;
  font-weight: 500;
  margin: 0 auto 12px;
  text-align: center;
  padding: 9px 23px;
  position: relative;
}

#homeTop02 .homeTop02Hd .mainTit:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-top-color: #214280;
  border-width: 8px;
  margin-left: -8px;
}

#homeTop02 .homeTop02Hd .mainTit span {
  background: url(/module/img/common/ico-chon_left.png) no-repeat left center,
    url(/module/img/common/ico-chon_right.png) no-repeat right center;
  background-size: 18px;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.4;
  margin: 0 5px;
  padding: 0 22px;
}

#homeTop02 .homeTop02Hd .txt {
  border-bottom: 3px solid #214280;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 15px;
  padding-bottom: 5px;
  text-align: center;
}

#homeTop02 .listWrap .tit {
  color: #fff;
  text-align: center;
  background: #214280;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  margin: 0 auto 15px;
  text-align: center;
  padding: 4px 15px;
  position: relative;
}

#homeTop02 .listWrap .tit:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-top-color: #214280;
  border-width: 8px;
  margin-left: -8px;
}

#homeTop02 .listWrap .tit .txt {
  background: url(/module/img/common/ico-map_white.png) no-repeat left center;
  background-size: 13px;
  padding-left: 22px;
}

#homeTop02 .listWrap .tit .small {
  font-size: 1.3rem;
  margin-left: 5px;
  vertical-align: middle;
}

#homeTop02 .listWrap .list {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#homeTop02 .listWrap .list li {
  border-color: #edf1f8;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 10px;
  width: 48.5%;
}

#homeTop02 .listWrap .list li .area {
  font-weight: 700;
  font-size: 1.5rem;
}

#homeTop02 .listWrap .list li .area span {
  color: #b8babf;
  margin: 0 5px;
}

#homeTop02 .listWrap .list li .price {
  color: #dc1b3b;
  font-weight: 700;
  font-size: 1.6rem;
}

#homeTop02 .listWrap .list li .price span {
  font-size: 1.2rem;
}

#homeTop02 .listWrap .list li a {
  background-color: #edf1f8;
  border-color: #edf1f8;
  padding: 12px 0 10px;
}

#homeTop02 .listWrap .list li a:hover {
  background: #fff8d0;
}

#homeTop02 .txtLink {
  color: #214280;
  text-align: center;
}

#homeTop02 .txtLink a {
  border-bottom: 1px solid #214280;
}

@media screen and (min-width: 600px) {
  #homeTop02 {
    background: #edf1f8;
    padding: 5rem 0;
  }

  #homeTop02 .homeTop02Hd .mainTit {
    font-size: 1.6rem;
    padding: 5px 35px 6px;
  }

  #homeTop02 .homeTop02Hd .mainTit span {
    font-size: 2.6rem;
  }

  #homeTop02 .homeTop02Hd .txt {
    border: none;
    font-size: 2.6rem;
    margin-bottom: 17px;
    position: relative;
  }

  #homeTop02 .homeTop02Hd .txt:before {
    background: #214280;
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    margin: auto;
    top: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
  }

  #homeTop02 .homeTop02Hd .txt span {
    background: #edf1f8;
    display: table;
    margin: 0 auto;
    padding: 0 30px;
    position: relative;
    z-index: 2;
  }

  #homeTop02 .listWrap {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  #homeTop02 .listWrap .tit {
    font-size: 2.2rem;
    margin: 0 13px 0 0;
    width: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  #homeTop02 .listWrap .tit:before {
    top: 50%;
    left: 100%;
    border-top-color: transparent;
    border-left-color: #214280;
    margin-left: 0;
    margin-top: -8px;
  }

  #homeTop02 .listWrap .tit span {
    margin: 0 auto;
  }

  #homeTop02 .listWrap .tit .small {
    font-size: 1.4rem;
  }

  #homeTop02 .listWrap .list {
    margin-bottom: 0;
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  #homeTop02 .listWrap .list li {
    border-color: #fff;
    width: 19.5%;
    margin: 0 0.625% 0 0;
  }

  #homeTop02 .listWrap .list li:nth-of-type(5n) {
    margin-right: 0;
  }

  #homeTop02 .listWrap .list li:nth-of-type(n + 6) {
    margin-top: 0.625%;
  }

  #homeTop02 .listWrap .list li .area {
    font-size: 1.7rem;
  }

  #homeTop02 .listWrap .list li .price {
    font-size: 1.8rem;
  }

  #homeTop02 .listWrap .list li .price span {
    font-size: 1.3rem;
  }

  #homeTop02 .listWrap .list li a {
    background-color: #fff;
    border-color: #fff;
  }

  #homeTop02 .txtLink {
    text-align: right;
  }

  #homeTop02 .txtLink a:hover {
    border-bottom: none;
  }
}

#homeTop03 {
  background: #edf1f8;
  padding: 30px 0;
}

#homeTop03 .homeTop03Hd {
  display: table;
  margin: 0 auto 15px;
  position: relative;
}

#homeTop03 .homeTop03Hd:before,
#homeTop03 .homeTop03Hd:after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -9px;
  content: "";
  display: block;
  height: 38px;
  position: absolute;
  width: 30px;
  z-index: 1;
}

#homeTop03 .homeTop03Hd:before {
  background-image: url(/module/img/common/ico-ribon_left.png);
  left: -18px;
}

#homeTop03 .homeTop03Hd:after {
  background-image: url(/module/img/common/ico-ribon_right.png);
  right: -18px;
}

#homeTop03 .homeTop03Hd .mainTit {
  background: #214280;
  color: #fff;
  font-weight: 700;
  font-size: 2.3rem;
  padding: 3px 25px 4px;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 600px) {
  #homeTop03 {
    background: url(/module/img/common/bg01.png) no-repeat center 95px,
      url(/module/img/common/bg02.png) repeat-x left bottom;
    overflow: hidden;
    padding: 75px 0 30px;
  }

  #homeTop03 .homeTop03Hd {
    margin-bottom: 50px;
  }

  #homeTop03 .homeTop03Hd:before,
  #homeTop03 .homeTop03Hd:after {
    bottom: -12px;
    height: 47px;
    width: 39px;
  }

  #homeTop03 .homeTop03Hd:before {
    left: -30px;
  }

  #homeTop03 .homeTop03Hd:after {
    right: -30px;
  }

  #homeTop03 .homeTop03Hd .mainTit {
    font-size: 2.6rem;
    padding: 4px 45px;
  }
}

#homeSec01 .homeCmnHd .mainTit {
  background-image: url(/module/img/common/ico-map_navy.png);
  background-size: 2rem;
}

.weekend-box {
  padding: 30px 0 25px;
  background: #fff;
}

.weekend-box .homeCmnHd .mainTit {
  background-image: url(/module/img/common/ico-calendar_navy.png);
  background-size: 2.5rem;
}

.weekend-box .weekend-ttl {
  display: table;
  position: relative;
  margin: 0 auto 12px;
  padding: 9px 23px;
  border-radius: 3px;
  background: #214280;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.weekend-box .weekend-ttl:before {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -8px;
  border: solid transparent;
  border-width: 8px;
  border-color: transparent;
  border-top-color: #214280;
  pointer-events: none;
  content: " ";
}

.weekend-box .weekend-ttl span {
  line-height: 1.4;
  margin: 0 5px;
  padding: 0 22px;
  background: url(/module/img/index/ico-chon_left.png) no-repeat left center,
    url(/module/img/index/ico-chon_right.png) no-repeat right center;
  background-size: 18px;
  font-weight: 700;
  font-size: 20px;
}

.weekend-box .weekend-txt {
  margin-bottom: 10px;
  padding-bottom: 2px;
  border-bottom: 3px solid #214280;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
}

.weekend-box table {
  width: 100%;
  margin: 0.3rem 0;
}

.weekend-box table th,
.weekend-box table td {
  border: none;
  text-align: center;
  font-size: 1.2rem;
}

.weekend-box table th:first-child,
.weekend-box table td:first-child {
  width: 30%;
  padding: 1rem 0;
}

.weekend-box table td:first-child a {
  padding: 0;
  color: #000;
}

.weekend-box table th {
  color: #fff;
  background: #214280;
  padding: 1rem 0;
}

.weekend-box table tr+tr td {
  border-top: 1px solid #ccc;
}

.weekend-box table tr:nth-child(2) td {
  border-top: none;
}

.weekend-box table th+th {
  border-left: 1px solid #f4f4f4;
}

.weekend-box table td+td {
  border-left: 1px solid #f4f4f4;
}

.weekend-box table td a {
  display: block;
  font-weight: 700;
  color: #dc1b3b;
  text-decoration: none;
  padding: 1rem 0;
}

.weekend-box table td a:hover {
  background: #fff8d0;
}

.weekend-box table td a span {
  font-size: 12px;
}

.weekend-box #weekend-acd h4 {
  position: relative;
  margin-bottom: 5px;
}

.weekend-box #weekend-acd h4:after {
  content: "";
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 19px;
  height: 19px;
  margin: auto;
  border-radius: 50%;
  background: #fff;
}

.weekend-box #weekend-acd h4 a {
  background: #0180ab;
  color: #fff;
  font-weight: 700;
  padding: 7px 12px;
  display: block;
  border-radius: 5px;
  text-decoration: none;
}

.weekend-box #weekend-acd h4 a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 11px;
  width: 17px;
  height: 1px;
  background: #0180ab;
  z-index: 1;
}

.weekend-box #weekend-acd h4 a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 11px;
  width: 17px;
  height: 1px;
  background: #0180ab;
  z-index: 1;
  transform: rotate(90deg);
}

.weekend-box #weekend-acd .ui-state-active a:after {
  content: none;
}

.weekend-box #weekend-acd .ui-accordion-content-active {
  height: auto !important;
}

.weekend-box .tabs li {
  width: calc(100% / 5);
  line-height: 4rem;
  color: #000;
  text-align: center;
  font-weight: 700;
  border: 1px solid #ccc;
  border-bottom: none;
  box-sizing: border-box;
  float: left;
  transition: all 0.2s ease;
  border-radius: 0.5rem 0.5rem 0 0;
  list-style: none;
}

.weekend-box .tabs li.active {
  border: 1px solid #214280;
  border-bottom: none;
  box-sizing: border-box;
  background: #214280;
}

.weekend-box .tabs li a {
  display: block;
  text-decoration: none;
}

.weekend-box .tabs li.active a {
  color: #fff;
}

.weekend-box .panels {
  clear: both;
  padding: 0;
}

.weekend-box .panels>.panel {
  display: none;
}

.weekend-box .panels>.panel.active {
  display: block;
  border-top: 6px solid #214280;
}

.departureListWrap {
  background: #dbf0fd;
  padding: 18px 15px;
}

@media screen and (min-width: 600px) {
  .departureListWrap {
    background: #dbf0fd url(/module/img/common/img-map.png) no-repeat 20rem 5rem;
    padding: 4rem 6rem;
  }
}

.departureList {
  background: #e9f6fe;
  margin-bottom: 1px;
}

.departureList .departureName {
  background: #214280;
  color: #fff;
  font-weight: 700;
  font-size: 1.6rem;
  padding: 8px 20px;
}

.departureList .departureName span {
  font-size: 1.2rem;
  margin-left: 5px;
  vertical-align: middle;
}

.departureList .area {
  padding: 10px 10px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.departureList .area li {
  margin: 0 1.33% 1.7% 0;
  width: 24%;
}

.departureList .area li:nth-of-type(4n) {
  margin-right: 0;
}

@media screen and (min-width: 600px) {
  .departureList {
    background: rgba(255, 255, 255, 0.4);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .departureList .departureName {
    font-size: 1.8rem;
    text-align: center;
    padding: 10px 0;
    position: relative;
    width: 120px;
  }

  .departureList .departureName:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-left-color: #214280;
    border-width: 8px;
    margin-top: -8px;
  }

  .departureList .departureName span {
    font-size: 1.3rem;
  }

  .departureList .parent {
    width: 100%;
  }

  .departureList .area {
    padding: 6px 0 6px 15px;
  }

  .departureList .area li {
    width: 11.5%;
    margin: 0 1% 0 0 !important;
  }

  .departureList .area li:hover {
    background: #fff8d0;
  }
}

#homeSec02 .homeCmnHd .mainTit {
  background-image: url(/module/img/common/ico-bus_navy.png);
  background-size: 2.5rem;
}

.typeListWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (min-width: 600px) {
  .typeListWrap {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.typeList {
  height: 9rem;
  margin-bottom: 3%;
  width: 48.5%;
}

.typeList a {
  display: block;
  height: 100%;
}

.typeList a .txt span {
  background-position: center top;
  background-repeat: no-repeat;
  display: block;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  padding-top: 20px;
  margin-top: 40px;
}

.typeList.tL01 span {
  background-image: url(/module/img/common/ico-sheet01.png);
}

.typeList.tL02 span {
  background-image: url(/module/img/common/ico-sheet02.png);
}

.typeList.tL03 span {
  background-image: url(/module/img/common/ico-sheet03.png);
}

.typeList.tL04 span {
  background-image: url(/module/img/common/ico-sheet04.png);
}

.typeList.tL05 span {
  background-image: url(/module/img/common/ico-sheet05.png);
}

.typeList.tL06 span {
  background-image: url(/module/img/common/ico-sheet06.png);
}

@media screen and (min-width: 600px) {
  .typeList {
    height: auto;
    width: 32.5%;
    margin: 0 1.25% 1.25% 0;
  }

  .typeList:nth-of-type(3n) {
    margin-right: 0;
  }

  .typeList a {
    overflow: hidden;
  }

  .typeList a img {
    transition-duration: 0.3s;
  }

  .typeList a img:hover {
    transform: scale(1.1);
    transition-duration: 0.3s;
  }

  .typeList a .txt span {
    display: inline;
    background-position: left center;
    position: static;
    top: auto;
    padding: 0.3rem 1.5rem 0.3rem 6rem;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
  }

  .typeList.tL03 a .txt span,
  .typeList.tL05 a .txt span,
  .typeList.tL06 a .txt span {
    padding-left: 3rem;
  }
}

#homeSec03 .homeCmnHd .mainTit {
  background-image: url(/module/img/common/ico-flag_navy.png);
  background-size: 2.5rem;
}

.popularListWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.polularList {
  position: relative;
  width: 48.5%;
  margin-bottom: 3%;
}

.polularList a {
  display: block;
}

.polularList a img {
  width: 100%;
}

.polularList .btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.polularList .mod_btn03 {
  font-size: 1.8rem;
}

@media screen and (min-width: 600px) {
  .popularListWrap {
    justify-content: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
  }

  .polularList {
    width: 24%;
    margin: 0 1.33% 1.33% 0;
  }

  .polularList:nth-of-type(4n) {
    margin-right: 0;
  }

  .polularList:hover .btn {
    border-color: #214280;
  }

  .polularList:hover .btn p {
    background: #fff8d0;
  }
}

#homeSec04 .homeCmnHd .mainTit {
  background-image: url(/module/img/common/icon-star_navy.png);
  background-size: 2.5rem;
}

@media screen and (min-width: 600px) {
  .researchListWrap {
    margin: 0 45px;
    padding: 0 5px;
  }
}

.researchList {
  color: #fff;
}

.researchList a {
  background: #214280;
  display: block;
  height: 100%;
  overflow: hidden;
  padding: 5px;
  position: relative;
}

.researchList a:before {
  bottom: 10px;
  right: 8px;
  z-index: 2;
}

.researchList a:after {
  content: "";
  display: block;
  position: absolute;
  background: #0180ab;
  bottom: -30px;
  content: "";
  display: block;
  height: 70px;
  width: 45px;
  right: -20px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 1;
}

.researchList a .linkIn {
  border: 1px solid #4d6899;
  height: 100%;
  padding: 20px;
}

.researchList a .titWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 5px;
}

.researchList a .titWrap img {
  margin-right: 5px;
  vertical-align: middle;
  width: 34%;
}

.researchList a .titWrap .tit {
  font-weight: 700;
  font-size: 1.6rem;
}

@media screen and (min-width: 600px) {
  .researchList {
    margin: 0 6px;
  }

  .researchList a .linkIn {
    padding: 15px 12px;
  }

  .researchList a:hover .linkIn {
    text-decoration: underline;
  }

  .researchList a .titWrap .tit {
    font-size: 1.8rem;
  }
}

#homeSec05 .homeSec05Hd .mainTit,
#homeSec06 .homeSec06Hd .mainTit,
#clmbtn .clmbtn .mainTit {
  border-left: 8px solid #214280;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  padding-left: 1.2rem;
}

#homeSec05 .homeSec05Hd .mainTit .small,
#homeSec06 .homeSec06Hd .mainTit .small,
#clmbtn .clmbtn .mainTit .small {
  display: block;
  font-size: 1rem;
}

#homeSec05 .newList li,
#homeSec06 .newList li {
  border-bottom: 1px solid #d9d9d9;
  margin: 1.5rem 1rem;
  padding-bottom: 1rem;
}

#homeSec05 .newList li a,
#homeSec06 .newList li a {
  padding: 12px 0;
  text-decoration: underline;
  color: #0180ab;
}

#homeSec05 .newList li:last-of-type,
#homeSec06 .newList li:last-of-type {
  border-bottom: none;
}

#homeSec05 .newList li time,
#homeSec06 .newList li time {
  background: #0180ab;
  color: #fff;
  display: inline-block;
  font-size: 1.2rem;
  margin-bottom: 5px;
  padding: 3px 10px 1px;
  text-align: center;
}

@media screen and (min-width: 600px) {

  #homeSec05 .homeSec05Hd .mainTit,
  #homeSec06 .homeSec06Hd .mainTit {
    font-size: 2.2rem;
    margin-bottom: 1rem;
  }

  #homeSec05 .homeSec05Hd .mainTit .small,
  #homeSec06 .homeSec06Hd .mainTit .small {
    display: inline;
    font-size: inherit;
    margin-bottom: 0;
  }

  #homeSec05 .newList li a,
  #homeSec06 .newList li a {
    padding: 15px 0;
  }

  #homeSec05 .newList li a:hover p,
  #homeSec06 .newList li a:hover p {
    text-decoration: underline;
  }

  #homeSec05 .newList li:last-of-type,
  #homeSec06 .newList li:last-of-type {
    border-bottom: 1px solid #d9d9d9;
  }

  #homeSec05 .newList li time,
  #homeSec06 .newList li time {
    font-size: 1.3rem;
  }
}

.box-whatsnew dt {
  display: block;
  width: 73px;
  margin: 13px 0 5px;
  padding: 2px;
  background: #0180ab;
  color: #fff;
  font-size: 12px;
  text-align: center;
}

.box-whatsnew dd {
  margin: 0;
  padding: 0 0 8px;
  border-bottom: 1px solid #d9d9d9;
}

.box-whatsnew dd:last-child {
  border-bottom: none;
}

#homeSec07 .homeCmnHd .mainTit {
  background-image: url(/module/img/common/icon-crown_navy.png);
  background-size: 2.5rem;
}

#homeSec08 .homeCmnHd .mainTit {
  background-image: url(/module/img/index/icon-note_navy.png);
  background-size: 2.5rem;
}

#ketteiban {
  border: 1px solid #d9d9d9;
  padding: 2rem 3rem;
}

#ketteiban .tit {
  color: #214280;
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
}

#ketteiban .txt,
#homeSec06 .txt,
#clmbtn .txt {
  font-size: 1.3rem;
}

#clmbtn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#clmbtn .clmbox {
  text-align: center;
  width: 20%;
  border: 2px solid #0180ab;
  margin: 0.5rem;
}

#clmbtn .boxttl {
  font-weight: 700;
  font-size: 1rem;
}

#clmbtn a {
  display: block;
  padding: 0.5rem;
}

#clmbtn img {
  width: 50%;
  margin-bottom: 1rem;
}

#clmbtn .intro {
  margin: 1.5rem 0;
}

@media screen and (min-width: 600px) {
  #clmbtn .boxttl {
    font-size: 1.8rem;
  }

  #clmbtn img {
    width: 25%;
  }
}

.bnrlist {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.bnrlist li {
  width: 100%;
}

.bnrlist a {
  display: block;
  text-decoration: none;
  text-align: center;
}

.bnrlist img {
  width: 95%;
}

.bnrlist .txtBox {
  padding: 5px 0 0;
}

.bnrlist .txtBox .tit {
  margin-bottom: 3px;
  color: #214280;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
}

.linktext {
  display: block;
  margin: 2rem auto 1rem;
  text-align: center;
  background-color: #214280;
  color: #fff;
  font-weight: 700;
  width: 80%;
  padding: 1rem;
  border-radius: 4px;
  box-shadow: 0 4px 0 0 #1b2a69;
}

@media screen and (min-width: 600px) {
  .bnrlist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .bnrlist li {
    width: 33%;
  }

  .linktext {
    margin-right: 0;
    width: 33%;
    box-shadow: 0 4px 0 0 #1b2a69;
  }
}

.bustype-box {
  margin: 0 -10px 30px;
  padding: 30px 10px 25px;
  background: #fff;
}

.bustype-box .bus-ttl {
  background-image: url(/module/img/index/ico-bus_navy.png);
  background-size: 23px;
}

.typelistwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.typelist {
  width: 48.5%;
  height: 90px;
  margin-bottom: 12px;
  list-style: none;
}

.typelist a {
  display: block;
  height: 100%;
  text-decoration: none;
}

.typelist img {
  height: auto;
  line-height: 1;
  max-width: 100%;
  vertical-align: bottom;
  width: auto;
}

.typelist a .txt {
  height: 100%;
}

.typelist a .txt span {
  display: block;
  position: relative;
  top: 50%;
  padding-top: 27px;
  background-repeat: no-repeat;
  background-position: center top;
  transform: translatey(-50%);
}

.typelist.tl01 span {
  background-image: url(/module/img/index/ico-sheet01.png);
}

.typelist.tl02 span {
  background-image: url(/module/img/index/ico-sheet02.png);
}

.typelist.tl03 span {
  background-image: url(/module/img/index/ico-sheet03.png);
}

.typelist.tl04 span {
  background-image: url(/module/img/index/ico-sheet04.png);
}

.typelist.tl05 span {
  background-image: url(/module/img/index/ico-sheet05.png);
}

.typelist.tl06 span {
  background-image: url(/module/img/index/ico-sheet06.png);
}

.guide-box .guide-list {
  padding: 0 1rem;
}

.guide-box .guide-list li {
  list-style: none;
}

.guide-box .guide-list .guide-ttl {
  display: inline-block;
  margin: 2rem 0 1rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
  border-bottom: 2px solid #214280;
}

.guide-box .guide-list .guide-ttl2 {
  margin-top: 1rem;
  font-weight: 700;
}

.guide-box .guide-list .guide-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.guide-box .guide-list .guide-box img {
  width: 100px;
  height: 100px;
  margin-left: 5px;
}

.guide-box .guide-list .guide-txt {
  margin-bottom: 3px;
  font-size: 12px;
}

.guide-box .guide-list .guide-link {
  display: inline-block;
  padding-left: 1.5rem;
  margin-top: 1rem;
  font-size: 1.1rem;
  background: url(/module/img/common/ico_new_window.svg) no-repeat 0 50%;
  background-size: 1.1rem auto;
}

#top_textad {
  margin-bottom: 0.5rem;
}

#top_textad li {
  text-align: center;
  margin: 0.5rem 0;
}

#top_textad li a {
  text-decoration: underline;
  color: #0168b7;
}

#searchSelect {
  margin-top: 0;
}

#gHeader {
  margin-bottom: 0;
}

@media screen and (min-width: 600px) {
  #top_textad {
    margin: 0.5rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

section.news {
  padding: 9px 3px;
  background: #dbf0fd;
  width: 64%;
  text-align: center;
  padding: 20px;
  margin: 0 auto 20px;
}

.inner {
  width: 100%;
  background-color: #fff;
  margin: 0 auto;
}

.news_list_item {
  padding: 0 10px 15px 10px;
  border-bottom: 1px solid #fff;
  font-size: 13px;
}

.news_item {
  background: #1c5098;
  border-radius: 14px;
  width: 50%;
  text-align: center;
  color: #fff;
  padding: 4px 0;
  margin: 0 auto;
  font-weight: 700;
}

.sub_ttl {
  font-size: 25px;
  text-align: center;
  margin-bottom: 0;
  font-weight: 700;
}

.news_list_date {
  font-size: 1.2em;
  margin-bottom: 15px;
}

p.date {
  font-size: 12px;
  text-align: right;
  margin: 0 15px 15px 0;
}

.text {
  width: 65%;
  text-align: left;
  margin: 10px auto 0 auto;
  font-size: 14px;
}

span.red {
  color: red;
}

span.bold {
  font-weight: 700;
}

.readmore {
  position: relative;
  box-sizing: border-box;
}

.readmore-content {
  position: relative;
  overflow: hidden;
  height: 181px;
}

.readmore-content::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  content: "";
  height: 50px;
  background: -webkit-linear-gradient(top,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.8) 50%,
      rgba(255, 255, 255, 0.8) 50%,
      #fff 100%);
  background: linear-gradient(top,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.8) 50%,
      rgba(255, 255, 255, 0.8) 50%,
      #fff 100%);
}

.readmore-label {
  display: table;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  margin: 20px auto;
  z-index: 2;
  padding: 0 10px;
  background-color: #f77;
  border-radius: 10px;
  color: #fff;
}

.readmore-label:before {
  content: "続きを読む";
}

.readmore-check {
  display: none;
}

.readmore-check:checked~.readmore-label {
  position: static;
  transform: translateX(0);
  -webkit-transform: translateX(0);
}

.readmore-check:checked~.readmore-label:before {
  content: "閉じる";
}

.readmore-check:checked~.readmore-content {
  height: auto;
}

.readmore-check:checked~.readmore-content::before {
  display: none;
}

.popular_list {
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.popular_list li {
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  width: 25%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.popular_list li a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #000;
  display: block;
  font-size: 13px;
  padding: 10px 39px 5px 13px;
  position: relative;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  height: 35px;
}

.popular_list li a:after {
  position: absolute;
  content: "";
  border-top: 2px solid #eee;
  border-right: 2px solid #eee;
  transform: rotate(45deg);
  right: 8px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
}

section.popularBox {
  margin-bottom: 8rem;
}

.popularBox h2.mainTit {
  background-image: url(/module/img/common/ico-flag_navy.png);
  background-size: 2.5rem;
}

.reasonList {
  padding: 0;
}

.reasonList li {
  opacity: 1;
  transition: all 0.4s ease 0s;
  border-bottom: 1px #d9d9d9 dotted;
  margin: 2px 1rem;
}

.reasonList li.is-hidden {
  opacity: 0;
  height: 0;
  margin: 0;
  border: none;
}

.reasonmore {
  text-align: center;
  margin-top: 20px;
  position: relative;
}

.reasonmore-content {
  position: relative;
}

.reasonmore-content button {
  background-color: #f77;
  color: #fff;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0 10px;
  border-radius: 16px;
}

#qreSec .qreSec .mainTit {
  border-left: 8px solid #214280;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  padding-left: 1.2rem;
}

.ranktable {
  margin: 2px 1rem;
}

.ranktable td,
.ranktable th {
  border: 1px solid #d9d9d9;
  padding: 2px 5px;
}

.ranktable th {
  background-color: #f3f3f3;
  font-weight: 600;
  text-align: center;
}

.ranktable th.rank1 {
  background-color: #fef4cd;
  color: #b89d53;
}

.ranktable th.rank2 {
  background-color: #e3f2f7;
  color: #4b778a;
}

.ranktable th.rank3 {
  background-color: #fbeade;
  color: #945b42;
}

.ranktable a {
  text-decoration: underline;
  color: #0180ab;
}

.qrecomment dl {
  opacity: 1;
  transition: all 0.4s ease 0s;
  border-bottom: 1px #d9d9d9 dotted;
  margin: 2px 0;
}

.qrecomment dl.is-hidden {
  opacity: 0;
  height: 0;
  margin: 0;
  border: none;
}

.qrecommentmore {
  text-align: center;
  margin-top: 20px;
  position: relative;
}

.qrecommentmore button {
  background-color: #f77;
  color: #fff;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0 10px;
  border-radius: 16px;
}

.qrecomment {
  padding: 0 1rem;
  position: relative;
}

.qrecomment dl {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.qrecomment dt {
  width: fit-content;
  background-color: #f3f3f3;
  padding: 1px 10px;
  text-align: center;
  border: 1px solid #d9d9d9;
  width: 30%;
  max-height: 24px;
}

.qrecomment dd {
  margin: 0 0 5px 10px;
  width: calc(70% - 10px);
}

.qrecomment dt.textblue {
  background-color: #e3f2f7;
  border: 1px solid #4b778a;
  color: #4b778a;
}

.qrecomment dt.textred {
  background-color: #fbeade;
  border: 1px solid #945b42;
  color: #945b42;
}

.qrecomment dt.textgold {
  background-color: #fef4cd;
  color: #b89d53;
  border: 1px solid #b89d53;
}

#notes {
  margin-bottom: 3rem;
  background: #214280;
}

#notes .information-ttl {
  background: #214280 url(/module/img/index/ico-information.png) no-repeat 1rem center;
  background-size: 1.6rem;
  align-self: center;
  flex: 0 1 15%;
}

#notes .box-info {
  flex: 0 1 85%;
}

.info1,
.info2 {
  border-bottom: 1px dotted #647ba6;
  padding-bottom: 5px;
}

#news dl:last-child {
  border: none;
}

#news dt {
  color: #214280;
}

#news dd span {
  color: #214280;
  font-weight: 600;
}

#news dd span:after {
  content: "\A";
  white-space: pre;
}

span.title {
  color: #214280;
  font-weight: 600;
  margin-left: 20px;
}

.text {
  width: 88%;
  text-align: left;
  margin: 10px auto 10px auto;
  font-size: 14px;
}

section.infoaccordion {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.notes_ttl {
  background-color: #214280;
  width: 20%;
  padding: 10px;
}

.infoaccordion .information-ttl {
  background: #214280 url(/module/img/index/ico-information.png) no-repeat 1rem center;
  background-size: 1.6rem;
}

.infoaccordion .accordion {
  width: 80%;
}

.infoaccordion .toggle {
  display: none;
}

.infoaccordion .option {
  position: relative;
}

.infoaccordion .title,
.infoaccordion .content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}

.infoaccordion .title {
  border: solid 1px #ccc;
  padding: 1em;
  display: block;
  color: #333;
  font-weight: 700;
}

.infoaccordion .title::after,
.infoaccordion .title::before {
  content: "";
  position: absolute;
  right: 1.25em;
  top: 1.25em;
  width: 2px;
  height: 0.75em;
  background-color: #999;
  transition: all 0.3s;
}

.infoaccordion .title::after {
  transform: rotate(90deg);
}

.infoaccordion .emerge-notice {
  background: url(/module/img/index/ico-notice.png) no-repeat 1rem center;
  background-size: 1.6rem;
  padding-left: 3.5rem;
}

.infoaccordion .content {
  max-height: 0;
  overflow: hidden;
  border: solid 1px #ccc;
}

.infoaccordion .content p {
  margin: 0;
  padding: 0.5em 1em 1em;
  font-size: 0.9em;
  line-height: 1.5;
}

.toggle:checked+.title+.content {
  max-height: 500px;
  transition: all 1.5s;
}

.toggle:checked+.title::before {
  transform: rotate(90deg) !important;
}

.banner {
  display: flex;
  text-align: center;
  column-gap: 10px;
}

.banner a:first-child {
  margin-right: 0;
}

@media screen and (min-width: 600px) {
  #notes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5rem;
    background: #214280;
  }
}