@charset "UTF-8";
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
スタイル
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#contents #guideCont {
  overflow: hidden;
  background: #fff;
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  #contents #guideCont {
    margin-bottom: 25px;
    padding: 50px 127px 35px;
  }
}
@media screen and (max-width: 767px) {
  #contents #guideCont {
    padding-top: 0;
  }
}

.guideCont__ttl {
  background: #00307c;
  padding: 8px 10px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .guideCont__ttl {
    padding: 6px 10px;
    margin-bottom: 24px;
  }
}
.guideCont__ttl span {
  border-left: 3px solid #ffea5b;
  padding-left: 17px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .guideCont__ttl span {
    font-size: 14px;
    padding-left: 8px;
  }
}
.guideCont__airlinesName {
  text-align: center;
  margin-top: 55px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .guideCont__airlinesName {
    margin-top: 22px;
    margin-bottom: 17px;
  }
  .guideCont__airlinesName img {
    width: 237px;
  }
}
@media screen and (min-width: 768px) {
  .guideCont__airlinesName .ja {
    width: 280px;
  }
  .guideCont__airlinesName .fda {
    width: 310px;
  }
}
.guideCont__btn {
  display: block;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  color: #fff;
  background: #1f51a3;
  box-shadow: 0px 5px 0px 0px #184182;
  padding: 25px 25px 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
@media screen and (max-width: 767px) {
  .guideCont__btn {
    font-size: 12px;
    letter-spacing: 0.1em;
    padding: 14px 14px 12px;
    box-shadow: 0px 3px 0px 0px #184182;
  }
}
.guideCont__btn:hover {
  background: #b3cce8;
  box-shadow: 0px 5px 0px 0px #8eabd2;
  color: #214ca8;
}
@media screen and (max-width: 767px) {
  .guideCont__btn:hover {
    box-shadow: 0px 3px 0px 0px #8eabd2;
  }
}
.guideCont__btn:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .guideCont__btn:after {
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}
.guideCont--inner {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .guideCont--inner {
    width: 93.75%;
    margin: 0 auto;
    margin-bottom: 25px;
  }
}
.guideCont--inner.last {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .guideCont--inner.last {
    margin-bottom: 45px;
  }
}
.guideCont--table {
  table-layout: fixed;
  width: 100%;
}
.guideCont--table:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 767px) {
  .guideCont--table {
    border-top: solid #cccccc 1px;
  }
}
.guideCont--table th, .guideCont--table td {
  box-sizing: border-box;
  vertical-align: middle;
  border: solid #cccccc 1px;
  font-size: 14px;
  padding: 18px;
}
@media screen and (max-width: 767px) {
  .guideCont--table th, .guideCont--table td {
    display: block;
    border-top: none;
    padding: 12px;
  }
}
.guideCont--table .ttl {
  background: #edeff3;
}
@media screen and (min-width: 768px) {
  .guideCont--table .ttl {
    width: 235px;
    padding: 18px 2px 18px 16px;
  }
}
@media screen and (min-width: 768px) {
  .guideCont--table .tel {
    width: 155px;
    padding: 18px 2px 18px 16px;
  }
}
.guideCont--table .tel a {
  color: #000;
}
@media screen and (max-width: 767px) {
  .guideCont--table .spnon {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .guideCont--table .sptable {
    width: 50%;
    float: left;
  }
  .guideCont--table .sptable.tel {
    border-right: none;
  }
}
