@charset "utf-8";
/*
.mainVisual {
  background: #fff url("../img/head_bg_pc.jpg") center top no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  height: calc(400 / 1920 * 100vw);
}
.mainVisual .mvInr {
  width: calc(1024 / 1920 * 100vw);
  max-width: 1024px;
  margin: 0 auto;  

  padding-top: calc(9 / 1920 * 100vw);
  padding-left: calc(179 / 1920 * 100vw);

}
.mainVisual .mvInr .mvTitle {
  width: calc(475 / 1920 * 100vw);
  max-width: 475x;
}
@media screen and (max-width: 1023px) {

  .mainVisual {
    height: calc(400 / 1024 * 100vw);
  }

  .mainVisual .mvInr {
    width: 100%;
    padding-top: calc(9 / 1024 * 100vw);
    padding-left: 0;
  }
  .mainVisual .mvInr .mvTitle {
    width: calc(475 / 1024 * 100vw);
    margin: auto;
  }
}
.mainVisual .mvInr {
  width: calc(1024 / 1920 * 100vw);
}
@media screen and (max-width: 768px) {
  .mainVisual {
    background-image: url("../img/head_bg_sp.jpg");
    height: calc(923 / 768 * 100vw);
  }
  .mainVisual .mvInr {
    width: 100%;
    padding-top: calc(236 / 768 * 100vw);
  }
  .mainVisual .mvInr .mvTitle {
    width: calc(666 / 738 * 100vw);
  }
}
*/
section .title {
  width: 100%;
}
section .title h2 {
  width: 98%;
  position: relative;
  display: inline-block;
  margin: 30px 30px 0 0;
  padding-bottom: 15px;
  padding-left: 0;
  border-bottom: dotted 2px #cc0000;
  font-size: 3rem;
}
section .title h2::before {
  content: none;
}
section .title h2::after {
  content: "";
  position: absolute;
  bottom: 2px;
  right: -30px;
  width: 33px;
  height: 16px;
  background: url(../../images/icon_airplane.png) no-repeat center right;
  background-size: 33px 16px;
}
section .title h2 .sub {
  font-size: 15px;
  font-weight: normal;
  padding-left: 1em;
  letter-spacing: normal;
}
@media screen and (max-width: 768px) {
  section .title h2 {
    width: 92%;
    font-size: 2.5rem;
  }
  section .title h2 .sub {
    display: none;
  }
}
.title h3 {
  margin: 20px 0;
  font-size: 1.6rem;
  font-weight: bold;
  padding-left: 10px;
  border-left: 3px solid #cc0000;
}
@media screen and (max-width: 1024px) {
  .link.btn.-other {
    padding: 10px 15px 10px 35px;
    min-width: 100%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1366px) {
  .link.btn.-other {
    padding: 10px 36px 13px;
  }
}
@media screen and (min-width: 1366px) {
  .link.btn.-other {
    padding: 10px 36px 13px;
  }
}
.link.btn.-other::before {
  display: none;
}
.link.btn.-other span {
  position: relative;
}
.link.btn.-other span::before {
  content: "\e90c";
  display: inline-block;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  left: -25px;
  font-size: 1.3rem;
  color: #cc0000;
  transform: translateY(-50%);
}
.link.btn.-red:not(.-line) {
  font-size: 1.4rem;
}
.link.btn.-other:not(.-line) span::before {
  color: #fff;
}
.jalcard_clm {
  display: flex;
  flex-direction: column;
}
.jalcard_clm .cardFace {
  max-width: 74vw;
  margin: auto;
}
.jalcard_clm .cardTxt {
  margin-top: 20px;
}
@media (max-width: 739px) {
  .linkBtnBox {
    text-align: center;
  }
}
@media (min-width: 740px) {
  .jalcard_clm {
    align-items: flex-start;
    flex-direction: row;
  }
  .jalcard_clm .cardFace {
    width: 190px;
    max-width: inherit;
  }
  .jalcard_clm .cardTxt {
    margin: 0 0 0 20px;
    width: calc(100% - 170px);
  }
}
.cpnTxt {
  font-size: 1.8rem;
  color: #cc0000;
  text-align: center;
}
.cpnBtn {
  margin-top: 15px;
}
@media (max-width: 739px) {
.cpnBtn {
  text-align: center;
}
}
.cpnBtn a[class*="btn"][class*="link"][class*="-red"] {
  font-size: 1.8rem;
}
.cpnBtn a.link.btn.normal:not(.-other){
  padding: 10px 40px 10px 20px;
}
@media (min-width: 740px) {
.cpnBtn a[class*="btn"][class*="link"][class*="-red"] {
  font-size: 2rem;
}
}
.jmbEnroll {
  display: flex;
  flex-direction: column;
}
.jmbEnroll .enrollBtn {
  width: 74vw;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media (min-width: 740px) {
  .jmbEnroll {
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
  }
  .jmbEnroll .enrollTxt {
    width: calc(100% - 280px);
  }
  .jmbEnroll .enrollBtn {
    width: 250px;
  }
}
.contactBlock {
  margin-top: 40px;
  padding: 15px 10px 20px;
  background-color: #f0f0f0;
}
.contactBlock_head {
  padding-bottom: 15px;
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
}
.contactBlock_body {
  padding: 15px 10px 20px;
  background-color: #fff;
}
.contactBlock .name {
  text-align: center;
  line-height: 1.3;
  font-weight: bold;
}
.contactBlock .data {
  display: table;
  width: 100%;
  font-size: 1.4rem;
}
.contactBlock .data .label {
  width: 4em;
  display: table-cell;
  white-space: nowrap;
}
.contactBlock .data .content {
  display: table-cell;
  padding-left: 0.5em;
}
@media all and (min-width:740px) {
  .contactBlock .tel a {
    pointer-events: none;
    color: #333333;
    display: inline-block;
  }
}

.txt_underline{
    text-decoration: underline;
}