@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;600;700;800;900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap);
.textRed {
  color: #E60000;
}

.contentsInr {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
}

.contentsInr {
  margin: 0 auto 40px;
  min-width: 950px;
  width: 100%;
}
.contentsInr .secInner {
  margin: 0 auto;
  width: 950px;
}

.contBlock {
  margin: 0 auto;
  padding-top: 40px;
  max-width: 950px;
  width: 100%;
}

.commonBtn {
  text-align: center;
}
.commonBtn a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  max-width: 520px;
  height: 54px;
  margin: 0 auto;
  background: #EEEEEE;
  border: 1px solid #DEDEDE;
  color: #333333;
  font-size: 1.6rem;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s;
}
.commonBtn a::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url(https://www.jal.co.jp/content/dam/sites/global/Y18/img/icons_utility.svg);
  background-repeat: no-repeat;
  background-size: 100px auto;
  width: 8px;
  height: 13px;
  background-position: 0 0;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.commonBtn a:hover {
  opacity: 0.6;
}

.secMv {
  margin-bottom: 15px;
  min-width: 950px;
  width: 100%;
}
.secMv h2 {
  display: flex;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}
.secMv h2 img {
  width: 100%;
  min-width: 1920px;
  margin: 0 auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.secMv .secMvCp {
  text-align: right;
  font-size: 1.4rem;
}

.c-pagetop {
  z-index: 999;
}

.pageLink {
  margin-bottom: 50px;
}
.pageLink div ul {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
.pageLink div ul li {
  width: calc(33.3% - 8px);
  box-sizing: border-box;
}
.pageLink div ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 60px;
  background: #C6141E;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1.5;
  text-decoration: none;
  padding: 0 15px;
  box-sizing: border-box;
}
.pageLink div ul li a::after {
  content: "▼";
  font-size: 1.8rem;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.pageLink div ul li.ap_01, .pageLink div ul li.ap_02 {
  display: none;
}
.pageLink div ul li.ap_01 a, .pageLink div ul li.ap_02 a {
  justify-content: flex-start;
  letter-spacing: -0.06em;
}
.pageLink div ul li.active {
  display: block;
}
.pageLink div ul li:nth-child(2) a {
  font-size: 1.8rem;
  line-height: 1.2;
}

.breadCrumbs > .inner .links {
  padding-right: 70px;
}

.secAbout {
  background: url(/intltour/hwi/hnlmarathon/img/bg_secAbout_01.jpg) left top repeat;
}
.secAbout .secAboutInner {
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
  background: #fff;
  padding-bottom: 50px;
}
.secAbout .secAboutBox.box01 {
  position: relative;
  margin-bottom: 20px;
  z-index: 1;
}
.secAbout .secAboutBox.box01 .box01Inner {
  position: relative;
  z-index: 2;
}
.secAbout .secAboutBox.box01 h2 {
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  color: #C60F0F;
}
.secAbout .secAboutBox.box01 h2 span {
  display: block;
  font-size: 4rem;
  letter-spacing: 1.2em;
  text-indent: 1.2em;
}
.secAbout .secAboutBox.box01 .box01Img {
  position: absolute;
  top: 20px;
  left: -25%;
  z-index: 3;
}
.secAbout .secAboutBox.box01 .box02Img {
  position: absolute;
  top: 20px;
  right: -15%;
  z-index: 3;
}
.secAbout .secAboutBox.box01 .box01List {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}
.secAbout .secAboutBox.box01 .box01List dl {
  display: flex;
  align-items: center;
  padding: 20px 0;
  color: #42210B;
  position: relative;
}
.secAbout .secAboutBox.box01 .box01List dl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to right, #707070, #707070 3px, transparent 3px, transparent 3px);
  background-size: 6px 1.5px;
  background-position: left bottom;
  background-repeat: repeat-x;
  width: 100%;
  height: 1.5px;
}
.secAbout .secAboutBox.box01 .box01List dl:first-child dd {
  font-size: 3rem;
  font-weight: bold;
}
.secAbout .secAboutBox.box01 .box01List dl:nth-child(2) {
  align-items: flex-start;
}
.secAbout .secAboutBox.box01 .box01List dl:nth-child(3)::after {
  content: none;
}
.secAbout .secAboutBox.box01 .box01List dl:nth-child(3) dd {
  display: flex;
}
.secAbout .secAboutBox.box01 .box01List dl:nth-child(3) dd ul {
  margin-right: 20px;
}
.secAbout .secAboutBox.box01 .box01List dl dt {
  background: #C6141E;
  color: #fff;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 72px;
  margin-right: 20px;
  font-weight: bold;
  font-size: 1.6rem;
}
.secAbout .secAboutBox.box01 .box01List dl dd ul li {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 15px;
}
.secAbout .secAboutBox.box01 .box01List dl dd ul li::before {
  content: "●";
  font-size: 1.1rem;
  font-weight: bold;
  color: #C6141E;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.secAbout .secAboutBox.box01 .box01List dl dd ul li span {
  display: inline-block;
  color: #C6141E;
  font-size: 2.2rem;
  font-weight: bold;
}
.secAbout .secAboutBox.box01 .box01List dl dd .box01ListNote {
  border: 1px solid #707070;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 35px;
  height: 75px;
  font-size: 2rem;
  font-weight: 500;
}
.secAbout .secAboutBox.box02 {
  margin: 0 auto 55px;
  max-width: 860px;
  width: 100%;
}
.secAbout .secAboutBox.box02 .secAboutBoxWrap {
  display: flex;
  align-items: stretch;
  justify-content: center;
}
.secAbout .secAboutBox.box02 .secAboutBoxWrap .secAboutBoxIn {
  margin: 0 2%;
  width: 46%;
}
.secAbout .secAboutBox.box02 .secAboutBoxWrap .secAboutBoxIn .secAboutBoxTtlFirst {
  margin-bottom: 5px;
  color: #42210b;
  font-weight: 500;
  font-size: 1.4rem;
}
.secAbout .secAboutBox.box02 .secAboutBoxWrap .secAboutBoxIn .secAboutBoxTtl {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  color: #C6141E;
  font-weight: bold;
  font-size: 2.2rem;
}
.secAbout .secAboutBox.box02 .secAboutBoxWrap .secAboutBoxIn .secAboutBoxTtl::before {
  content: "●";
  font-size: 1.1rem;
  font-weight: bold;
  color: #C6141E;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.secAbout .secAboutBox.box02 .secAboutBoxWrap .secAboutBoxIn.secAboutBoxTxt {
  padding: 25px;
  background: #FAE6E4;
}
.secAbout .secAboutBox.box02 .secAboutBoxWrap .secAboutBoxIn.secAboutBoxTxt > p {
  color: #1a0b08;
  font-size: 1.4rem;
  font-weight: 500;
}
.secAbout .secAboutBox.box02 .secAboutBoxWrap .secAboutBoxIn.secAboutBoxTxt dl {
  display: flex;
  margin-top: 15px;
}
.secAbout .secAboutBox.box02 .secAboutBoxWrap .secAboutBoxIn.secAboutBoxTxt dl dt {
  background: #fff;
  border-radius: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 78px;
  height: 28px;
  margin-right: 10px;
}
.secAbout .secAboutBox.box02 .secAboutBoxWrap .secAboutBoxIn.secAboutBoxTxt dl dd {
  font-weight: 500;
}
.secAbout .secAboutBox.box03 {
  margin-bottom: 100px;
  border: 3px solid #C6141E;
  border-radius: 35px;
  padding: 0 55px 30px;
}
.secAbout .secAboutBox.box03 h3 {
  background: #C6141E;
  border-radius: 0 0 15px 15px;
  display: flex;
  align-items: baseline;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 15px 40px;
  margin-bottom: 35px;
  position: relative;
}
.secAbout .secAboutBox.box03 h3 span {
  display: inline-block;
  font-size: 2.6rem;
}
.secAbout .secAboutBox.box03 h3::after {
  content: "";
  background: url(/intltour/hwi/hnlmarathon/img/img_box03.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 10px;
  right: 50px;
  width: 205px;
  height: 116px;
}
.secAbout .secAboutBox.box03 .box03Wrap {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}
.secAbout .secAboutBox.box03 .box03Wrap h4 {
  color: #C6141E;
  font-size: 3.2rem;
  font-weight: bold;
}
.secAbout .secAboutBox.box03 .box03Wrap .box03WrapTxt {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 30px;
}
.secAbout .secAboutBox.box03 .box03Wrap .box03Lsit {
  display: flex;
  gap: 60px;
  margin-bottom: 30px;
  position: relative;
}
.secAbout .secAboutBox.box03 .box03Wrap .box03Lsit dl {
  width: 300px;
}
.secAbout .secAboutBox.box03 .box03Wrap .box03Lsit dl dt {
  display: flex;
  align-items: center;
  color: #C6141E;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 5px;
}
.secAbout .secAboutBox.box03 .box03Wrap .box03Lsit dl dt::before {
  content: "●";
  font-size: 1.1rem;
  font-weight: bold;
  color: #C6141E;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.secAbout .secAboutBox.box03 .box03Wrap .box03Lsit dl dd {
  display: flex;
  align-items: baseline;
  border: 1.5px solid #707070;
  border-radius: 8px;
  padding: 0 15px;
  font-size: 1.5rem;
  font-weight: 500;
}
.secAbout .secAboutBox.box03 .box03Wrap .box03Lsit dl dd span {
  font-size: 2.8rem;
  margin-left: 15px;
}
.secAbout .secAboutBox.box03 .box03Wrap .box03Lsit dl dd span span {
  font-size: 1.4rem;
  margin-left: 5px;
}
.secAbout .secAboutBox.box03 .box03Wrap .box03Note {
  font-size: 1.6rem;
  margin-bottom: 30px;
}
.secAbout .secAboutBox.box03 .box03Wrap .box03Note li {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 10px;
}
.secAbout .secAboutBox.box03 .box03Wrap .box03Note li span {
  color: #C6141E;
}
.secAbout .secAboutBox.box04 {
  margin-bottom: 80px;
}
.secAbout .secAboutBox.box04 dl {
  display: flex;
  width: 100%;
  max-width: 780px;
  margin: 0 auto 25px;
}
.secAbout .secAboutBox.box04 dl dt {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 95px;
  min-width: 95px;
  height: 95px;
  margin-right: 20px;
  background: #C6141E;
  color: #fff;
  border-radius: 50%;
  font-size: 1.5rem;
  font-weight: bold;
}
.secAbout .secAboutBox.box04 dl dt span {
  display: block;
  font-size: 1.3rem;
}
.secAbout .secAboutBox.box04 dl dd ul li {
  display: flex;
  align-items: center;
  color: #42210B;
  font-size: 2.1rem;
  font-weight: bold;
  margin-bottom: 15px;
}
.secAbout .secAboutBox.box04 dl dd ul li span {
  font-size: 1.8rem;
  font-weight: 500;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #42210B;
  padding: 0 15px;
  margin-right: 10px;
}
.secAbout .secAboutBox.box04 dl dd > p {
  font-size: 1.6rem;
}
.secAbout .secAboutBox.box04 .box04Btn {
  text-align: center;
  position: relative;
  z-index: 1;
}
.secAbout .secAboutBox.box04 .box04Btn::before {
  content: "";
  background: #C6141E;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -5px;
  right: -5px;
  z-index: -1;
}
.secAbout .secAboutBox.box04 .box04Btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: #fff;
  border: 3px solid #C6141E;
  text-decoration: none;
  padding: 30px 0 55px;
  z-index: 2;
  transition: all 0.3s;
}
.secAbout .secAboutBox.box04 .box04Btn a:hover {
  transform: translate(5px, 5px);
}
.secAbout .secAboutBox.box04 .box04Btn a .box04BtnTxt {
  color: #1A1A1A;
  font-size: 2rem;
  font-weight: bold;
}
.secAbout .secAboutBox.box04 .box04Btn a .box04BtnTxt span {
  display: block;
  color: #C6141E;
  font-size: 3rem;
}
.secAbout .secAboutBox.box04 .box04Btn a .box04BtnTxt span::before {
  content: "";
  display: inline-block;
  vertical-align: baseline;
  background-image: url(https://www.jal.co.jp/content/dam/sites/global/Y18/img/icons_utility.svg);
  background-repeat: no-repeat;
  background-size: 100px auto;
  width: 13px;
  height: 11px;
  background-position: 0px -70px;
}
.secAbout .secAboutBox.box04 .box04Btn a .box04BtnNote {
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 50px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #C6141E;
  border-radius: 25px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
}
.secAbout .secAboutBox.box05 {
  display: flex;
  margin-bottom: 50px;
}
.secAbout .secAboutBox.box05 .box05Txt {
  width: 50%;
}
.secAbout .secAboutBox.box05 .box05Txt .box05Ttl {
  background: #FDDE5D;
  border-radius: 15px;
  color: #42210B;
  font-size: 1.9rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 10px 15px;
  margin-bottom: 15px;
}
.secAbout .secAboutBox.box05 .box05Txt > p {
  color: #1A1A1A;
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 10px;
}
.secAbout .secAboutBox.box05 .box05Txt span {
  display: block;
  color: #E60000;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 40px;
}
.secAbout .secAboutBox.box05 .box05Txt dl {
  display: flex;
  font-weight: 500;
}
.secAbout .secAboutBox.box05 .box05Txt dl dt {
  font-size: 1.6rem;
  margin-right: 10px;
}
.secAbout .secAboutBox.box05 .box05Txt dl dd {
  font-size: 1.8rem;
}
.secAbout .secAboutBox.box05 .box05Img {
  width: 50%;
}
.secAbout .secAboutBox.box06 {
  padding: 30px 0 30px 50px;
  border-radius: 35px;
  background: #fff;
  border: 3px solid #C6141E;
}
.secAbout .secAboutBox.box06 .box06Inner {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.secAbout .secAboutBox.box06 .box06Inner .box06Txt {
  width: 63%;
}
.secAbout .secAboutBox.box06 .box06Inner .box06Txt .box06Ttl {
  display: flex;
  margin-bottom: 10px;
}
.secAbout .secAboutBox.box06 .box06Inner .box06Txt .box06Ttl .box06TtlIcon {
  width: 50px;
  height: 57px;
  margin-right: 15px;
}
.secAbout .secAboutBox.box06 .box06Inner .box06Txt .box06Ttl h3 {
  color: #C6141E;
  font-size: 2.9rem;
  font-weight: bold;
}
.secAbout .secAboutBox.box06 .box06Inner .box06Txt .box06Ttl h3 span {
  display: block;
  color: #1A0B08;
  font-size: 1.6rem;
  font-weight: 500;
}
.secAbout .secAboutBox.box06 .box06Inner .box06Txt > p {
  color: #1A0B08;
  font-size: 1.7rem;
  font-weight: 500;
}
.secAbout .secAboutBox.box06 .box06Inner .box06Txt > p span {
  display: block;
  color: #C6141E;
}
.secAbout .secAboutBox.box06 .box06Inner .box06Img {
  position: relative;
  width: 37%;
}
.secAbout .secAboutBox.box06 .box06Inner .box06Img img {
  position: absolute;
  top: -51px;
  left: 0px;
  display: block;
  width: 100%;
}
.secAbout .secAboutBox.box06 dl {
  display: flex;
  margin-bottom: 15px;
}
.secAbout .secAboutBox.box06 dl dt {
  background: #EEC61E;
  border-radius: 3px;
  color: #1A0B08;
  font-size: 1.5rem;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 5px;
  min-width: 78px;
  margin-right: 15px;
}
.secAbout .secAboutBox.box06 dl dd {
  color: #1A0B08;
  font-size: 2.3rem;
  font-weight: 500;
}
.secAbout .secAboutBox.box06 dl dd span {
  display: inline-block;
  font-size: 1.6rem;
}
.secAbout .secAboutBox.box06 ul {
  margin-bottom: 15px;
}
.secAbout .secAboutBox.box06 ul li {
  font-size: 1.6rem;
  font-weight: 500;
}

.secSupport .tabBtn {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
}
.secSupport .tabBtn ul {
  display: flex;
  justify-content: center;
  gap: 40px;
}
.secSupport .tabBtn ul li {
  width: 416px;
  height: 80px;
}
.secSupport .tabBtn ul li:nth-child(1).active a {
  background: url(/intltour/hwi/hnlmarathon/img/btn_tab01_on.svg) center center no-repeat;
}
.secSupport .tabBtn ul li:nth-child(1).active a img {
  display: none;
}
.secSupport .tabBtn ul li:nth-child(2).active a {
  background: url(/intltour/hwi/hnlmarathon/img/btn_tab02_on.svg) center center no-repeat;
}
.secSupport .tabBtn ul li:nth-child(2).active a img {
  display: none;
}
.secSupport .tabBtn ul li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #565656;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.2s ease;
}
.secSupport .tabBtn ul li a img {
  display: block;
  width: 100%;
  transition: all 0.3s;
}
.secSupport .tab_content {
  display: none;
  opacity: 0;
  background: #fff;
}
.secSupport .tab_content.is-active {
  display: block;
  opacity: 1;
}
.secSupport .tab_content .tab_contentWrap {
  position: relative;
  z-index: 1;
  background: url(/intltour/hwi/hnlmarathon/img/bg_tab_contentWrap.jpg) center top repeat-y;
}
.secSupport .tab_content .tab_contentWrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.secSupport .tab_content .tabInner {
  background: #fff;
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}

#support01 .tab_contentWrap::after {
  content: "";
  background: rgba(188, 225, 223, 0.2);
}

#support02 .tab_contentWrap::after {
  content: "";
  background: rgba(210, 95, 124, 0.1);
}

.sup01 .sup01Ttl {
  background: #37A89A;
  padding: 20px;
}
.sup01 .sup01Ttl .sup01TtlInner {
  width: 100%;
  max-width: 790px;
  margin: 0 auto;
}
.sup01 .sup01Ttl .sup01TtlSub {
  background: #fff;
  color: #42210B;
  border-radius: 26px;
  font-size: 2rem;
  font-weight: bold;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 10px 15px;
  position: relative;
}
.sup01 .sup01Ttl .sup01TtlSub::after {
  content: "";
  background: url(/intltour/hwi/hnlmarathon/img/icon_sup01TtlSub.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(0);
  width: 30px;
  height: 25px;
}
.sup01 .sup01Ttl h2 {
  color: #fff;
  font-size: 2.6rem;
  font-weight: 900;
}
.sup01 .sup01Ttl h2 span {
  display: inline-block;
  font-size: 4rem;
}
.sup01 .sup01Ttl.hotelTtl {
  padding: 60px 0;
}
.sup01 .sup01Ttl.hotelTtl h2 {
  text-align: center;
}
.sup01 .sup01TtlSub {
  text-align: center;
  margin-bottom: 35px;
}
.sup01 .sup01TtlSub h3 {
  display: inline-block;
  color: #1A1A1A;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 4.5rem;
  font-weight: 500;
  text-align: center;
  position: relative;
  padding-bottom: 5px;
}
.sup01 .sup01TtlSub h3 img {
  display: block;
  margin: 0 auto;
}
.sup01 .sup01TtlSub h3 span {
  color: #37A89A;
  display: inline-block;
  font-size: 5.6rem;
  font-weight: 700;
}
.sup01 .sup01TtlSub h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 10px;
  background: url(/intltour/hwi/hnlmarathon/img/bg_sup01TtlSub.svg) center center repeat-x;
}
.sup01 .sup01Box_01 {
  background: #fff;
  padding: 70px 0 30px;
}
.sup01 .sup01Box_01 .sup01Top {
  position: relative;
  margin-bottom: 40px;
}
.sup01 .sup01Box_01 .sup01Top .sup01TopTxt {
  color: #1A0B08;
  font-size: 2rem;
  font-weight: 500;
  position: relative;
  padding-left: 25px;
  margin-left: 60px;
}
.sup01 .sup01Box_01 .sup01Top .sup01TopTxt::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #FDDE5D;
  width: 12px;
  height: 100%;
}
.sup01 .sup01Box_01 .sup01Top .sup01TopImg {
  position: absolute;
  top: -95px;
  right: -20px;
}
.sup01 .sup01Box_01 .sup01Box_01Wrap {
  width: 80%;
  margin: 0 auto;
  padding: 20px 40px;
  border: 2px solid #E60000;
  margin-bottom: 15px;
}
.sup01 .sup01Box_01 .sup01Box_01Wrap h3 {
  color: #E60000;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 15px;
}
.sup01 .sup01Box_01 .sup01Box_01Wrap dl {
  color: #E60000;
  display: flex;
  align-items: baseline;
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 10px;
}
.sup01 .sup01Box_01 .sup01Box_01Wrap dl dt {
  margin-right: 10px;
  min-width: 7em;
}
.sup01 .sup01Box_01 .sup01Box_01Wrap dl dd span {
  font-size: 2.6rem;
  font-weight: bold;
}
.sup01 .sup01Box_01 .sup01Box_01Wrap dl dd strong {
  font-size: 3rem;
  font-weight: bold;
}
.sup01 .sup01Box_01 .sup01Img {
  margin-bottom: 20px;
}
.sup01 .sup01Box_01 .sup01Img ul {
  display: flex;
  justify-content: center;
  gap: 25px;
}
.sup01 .sup01Box_01 .sup01Txt {
  width: 80%;
  margin: 0 auto;
  font-size: 1.6rem;
  font-weight: 500;
  color: #1A0B08;
}
.sup01 .sup01Box_01 .sup01Txt strong {
  display: flex;
  align-items: baseline;
  color: #00A99D;
  font-size: 2.5rem;
  font-weight: bold;
}
.sup01 .sup01Box_01 .sup01Txt strong span {
  display: inline-block;
  font-size: 2rem;
}
.sup01 .sup01Box_02 {
  background: #EEF8F7;
  padding: 30px 0;
}
.sup01 .sup01Box_02 .sup01TtlSub h3 {
  font-size: 3.6rem;
}
.sup01 .sup01Box_02 .sup01TtlSub h3 span {
  font-size: 5rem;
}
.sup01 .sup01Box_02 .sup01TtlSub h3 span .txtInd {
  letter-spacing: -0.1em;
}
.sup01 .sup01Box_02 .sup01Box_02Txt {
  position: relative;
  width: 65%;
  margin: 0 auto 30px;
  font-size: 1.6rem;
  font-weight: 500;
}
.sup01 .sup01Box_02 .sup01Box_02Txt .sup01Box_02TxtImg {
  position: absolute;
  bottom: 0;
  right: 0;
}
.sup01 .sup01Box_03 {
  background: #fff;
  padding: 30px 0 60px;
}
.sup01 .sup01Box_03 .sup01TtlSub h3 {
  font-size: 4.2rem;
}
.sup01 .sup01Box_03 .sup01TtlSub h3 span {
  font-size: 5.2rem;
  letter-spacing: -0.06em;
}
.sup01 .sup01Box_03 .sup01Box_03Txt {
  position: relative;
  width: 70%;
  margin: 0 auto 30px;
  font-size: 1.6rem;
  font-weight: 500;
}
.sup01 .sup01Box_03 .sup01Box_03Txt .sup01Box_03TxtImg {
  position: absolute;
  top: -10px;
  right: 0;
  display: block;
  width: 30%;
}
.sup01 .sup01Box_04 {
  background: #EEF8F7;
  padding: 30px 0;
}
.sup01 .sup01Box_04 .sup01TtlSub h3 {
  font-size: 2.8rem;
}
.sup01 .sup01Box_04 .sup01TtlSub h3 span {
  color: #1A0B08;
  display: inline-flex;
  align-items: baseline;
  font-size: 2.6rem;
  letter-spacing: -0.06em;
  font-weight: 500;
}
.sup01 .sup01Box_04 .sup01TtlSub h3 span strong {
  color: #37A89A;
  font-size: 5rem;
  font-weight: bold;
}
.sup01 .sup01Box_04 .sup01TtlSub h3 span b {
  font-size: 4.2rem;
  letter-spacing: normal;
}
.sup01 .sup01Box_05 {
  background: #fff;
  padding: 40px 25px;
}
.sup01 .sup01Box_05 .sup01Box_05Note {
  border: 1px solid #707070;
  padding: 20px 40px;
}
.sup01 .sup01Box_05 .sup01Box_05Note h4 {
  font-weight: 500;
  margin-bottom: 10px;
}
.sup01 .sup01Box_05 .sup01Box_05Note .sup01Box_05NoteTxt {
  margin-bottom: 20px;
  font-weight: 500;
}
.sup01 .sup01Box_05 .sup01Box_05Note ul li {
  padding-left: 1em;
  text-indent: -1em;
  font-weight: 500;
}
.sup01 .sup01Box_06 {
  background: #fff;
  padding: 30px 0;
}
.sup01 .sup01Box_06 h3 {
  width: 90%;
  margin: 0 auto 25px;
  padding-left: 25px;
  color: #37A89A;
  font-size: 4.2rem;
  font-weight: 900;
  position: relative;
}
.sup01 .sup01Box_06 h3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #FDDE5D;
  width: 12px;
  height: 100%;
}
.sup01 .sup01Box_06 h3 span {
  display: block;
  font-size: 2.8rem;
  font-weight: 500;
}
.sup01 .sup01Box_06 .sup01Box_06List {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 25px;
  padding: 0 25px;
}
.sup01 .sup01Box_06 .sup01Box_06List > li {
  width: calc(50% - 12.5px);
  box-sizing: border-box;
  background: #F0F0EB url(/intltour/hwi/hnlmarathon/img/bg_sup01Box_06.svg) center top no-repeat;
  border-radius: 20px;
  padding: 60px 30px 30px;
  position: relative;
}
.sup01 .sup01Box_06 .sup01Box_06List > li .sup01Box_06Tab {
  position: absolute;
  top: 0;
  right: 30px;
  background: #37A89A;
  border-radius: 0 0 6px 6px;
  padding: 5px 10px;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.sup01 .sup01Box_06 .sup01Box_06List > li .sup01Box_06Tab span {
  display: block;
  position: relative;
  z-index: 1;
}
.sup01 .sup01Box_06 .sup01Box_06List > li .sup01Box_06Tab span::after {
  content: "";
  width: 15px;
  height: 13px;
  border-style: solid;
  border-width: 13px 7.5px 0 7.5px;
  border-color: #37a89a transparent transparent transparent;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.sup01 .sup01Box_06 .sup01Box_06List > li .sup01Box_06Tab span strong {
  font-size: 2.6rem;
}
.sup01 .sup01Box_06 .sup01Box_06List > li h4 {
  font-size: 2.6rem;
  font-weight: bold;
  color: #333333;
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 25px;
  min-height: 88px;
  display: flex;
  align-items: center;
}
.sup01 .sup01Box_06 .sup01Box_06List > li h4::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background: url(/intltour/hwi/hnlmarathon/img/ttl_sup01Box_06.svg) left center repeat-x;
}
.sup01 .sup01Box_06 .sup01Box_06List > li dl {
  display: flex;
  margin-bottom: 15px;
}
.sup01 .sup01Box_06 .sup01Box_06List > li dl dt {
  display: inline-block;
  background: #fff;
  padding: 0 5px;
  min-width: 4em;
  height: 100%;
  margin-right: 10px;
}
.sup01 .sup01Box_06 .sup01Box_06List > li dl dd {
  font-size: 1.6rem;
}
.sup01 .sup01Box_06 .sup01Box_06List > li dl dd span {
  display: inline-block;
  font-size: 2rem;
}
.sup01 .sup01Box_06 .sup01Box_06List > li .sup01Box_06Case {
  padding: 5px 20px;
  background: #fff;
  border: 2px solid #E60000;
  color: #E60000;
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 20px;
}
.sup01 .sup01Box_06 .sup01Box_06List > li .sup01Box_06Case span {
  display: inline-block;
  font-size: 3.2rem;
}
.sup01 .sup01Box_06 .sup01Box_06List > li .sup01Box_06Note > li {
  font-size: 1.3rem;
  padding-left: 1em;
  text-indent: -1em;
}
.sup01 .sup01Box_07 {
  padding: 0 25px 100px;
  background: #fff;
}
.sup01 .sup01Box_07 .sup01Box_07Wrap {
  border: 1px solid #707070;
  padding: 15px 30px 30px;
}
.sup01 .sup01Box_07 .sup01Box_07Wrap h4 {
  display: block;
  color: #00A99D;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.sup01 .sup01Box_07 .sup01Box_07Wrap h5 {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 10px;
}
.sup01 .sup01Box_07 .sup01Box_07Wrap > p {
  margin-bottom: 25px;
}
.sup01 .sup01Box_07 .sup01Box_07Wrap ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.sup01 .secSupportHotel {
  width: 100%;
  max-width: 950px;
  margin: 0 auto 40px;
  padding: 60px 25px 0;
}
.sup01 .secSupportHotel .secSupportHoteTtl {
  font-size: 1.6rem;
  margin-bottom: 40px;
}
.sup01 .secSupportHotel .secSupportHotelBox.box01 .secSupportHotelBoxTtl dl dt {
  background: #C6141E;
}
.sup01 .secSupportHotel .secSupportHotelBox.box02 .secSupportHotelBoxTtl dl dt {
  background: #445FA5;
}
.sup01 .secSupportHotel .secSupportHotelBox.box03 .secSupportHotelBoxTtl dl dt {
  background: #37A89A;
}
.sup01 .secSupportHotel .secSupportHotelBox .secSupportHotelBoxTtl {
  margin-bottom: 15px;
  padding-left: 15px;
  border-left: 6px solid #05c3af;
}
.sup01 .secSupportHotel .secSupportHotelBox .secSupportHotelBoxTtl dl {
  display: flex;
  align-items: center;
}
.sup01 .secSupportHotel .secSupportHotelBox .secSupportHotelBoxTtl dl dt {
  display: inline-block;
  margin-bottom: 5px;
  padding: 0 10px;
  color: #fff;
  font-weight: bold;
  font-size: 2.3rem;
  margin-right: 15px;
}
.sup01 .secSupportHotel .secSupportHotelBox .secSupportHotelBoxTtl dl dt span {
  font-size: 1.5rem;
}
.sup01 .secSupportHotel .secSupportHotelBox .secSupportHotelBoxTtl dl dd {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 2px solid #9AD3CC;
  border-radius: 15px;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 0 15px;
}
.sup01 .secSupportHotel .secSupportHotelBox .secSupportHotelBoxTtl h3 {
  font-size: 2.1rem;
  font-weight: 500;
  line-height: 1.5;
  min-height: 63px;
  display: flex;
  align-items: center;
}
.sup01 .secSupportHotel .secSupportHotelBox .secSupportHotelBoxImg {
  margin-bottom: 10px;
}
.sup01 .secSupportHotel .secSupportHotelBox .secSupportHotelBoxImg img {
  width: 100%;
}
.sup01 .secSupportHotel .secSupportHotelBox .secSupportHotelBoxTxt {
  margin-bottom: 15px;
  font-size: 1.6rem;
}
.sup01 .secSupportHotel .secSupportHotelBox .secSupportHotelBoxInfo .secSupportHotelBoxInfoDate {
  display: flex;
  margin-bottom: 5px;
  font-size: 1.8rem;
  font-weight: 500;
}
.sup01 .secSupportHotel .secSupportHotelBox .secSupportHotelBoxInfo .secSupportHotelBoxInfoDate span {
  margin-right: 20px;
}
.sup01 .secSupportHotel .secSupportHotelBox .secSupportHotelBoxInfo .secSupportHotelBoxInfoPrice {
  display: flex;
  justify-content: space-between;
}
.sup01 .secSupportHotel .secSupportHotelBox .secSupportHotelBoxInfo .secSupportHotelBoxInfoPrice dt {
  width: 55%;
  display: flex;
  align-items: center;
  padding: 0 5px;
  background-color: #474747;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
}
.sup01 .secSupportHotel .secSupportHotelBox .secSupportHotelBoxInfo .secSupportHotelBoxInfoPrice dd {
  width: 45%;
  text-align: center;
  background: #f5f5f5;
  color: #e60000;
  font-weight: 500;
  font-size: 2.4rem;
}
.sup01 .secSupportHotel ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 25px;
}
.sup01 .secSupportHotel ul li {
  padding: 20px;
  width: calc(50% - 12.5px);
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #37A89A;
}
.sup01 .secSupportHotel ul li .secSupportHotelBtn {
  margin-top: 20px;
}
.sup01 .secSupportHotel ul li .secSupportHotelBtn .searchBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  background: #E61E1E;
  color: #fff;
  text-decoration: none;
  font-size: 1.8rem;
}
.sup01 .secSupportHotel ul li .secSupportHotelBtn .searchBtn:hover {
  opacity: 0.7;
}
.sup01 .secSupportHotel ul li .secSupportHotelBtn .searchBtn span {
  font-size: 1.4rem;
}
.sup01 .secSupportHotel ul li:nth-child(4) .secSupportHotelBox .secSupportHotelBoxTxt {
  min-height: 109px;
}

.sup02 .sup02Ttl {
  background: #D25F7C;
  padding: 25px 0;
}
.sup02 .sup02Ttl .sup02TtlInner {
  width: 100%;
  max-width: 873px;
  margin: 0 auto;
  background: #fff;
  border-radius: 30px;
  padding: 20px 0;
  text-align: center;
  color: #1A1A1A;
}
.sup02 .sup02Ttl .sup02TtlInner .sup02TtlSub {
  font-size: 1.8rem;
  font-weight: bold;
}
.sup02 .sup02Ttl .sup02TtlInner h2 {
  display: inline-block;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 3.2rem;
  font-weight: 500;
  text-align: center;
  position: relative;
  padding-bottom: 5px;
  letter-spacing: -0.06em;
  margin-bottom: 15px;
}
.sup02 .sup02Ttl .sup02TtlInner h2 span {
  color: #D25F7C;
  display: inline-block;
  font-size: 4.8rem;
  font-weight: 700;
  letter-spacing: normal;
}
.sup02 .sup02Ttl .sup02TtlInner h2 span .txtInd {
  letter-spacing: -0.12em;
}
.sup02 .sup02Ttl .sup02TtlInner h2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 10px;
  background: url(/intltour/hwi/hnlmarathon/img/bg_sup01TtlSub.svg) center center repeat-x;
}
.sup02 .sup02Ttl .sup02TtlInner h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -65px;
  width: 49px;
  height: 56px;
  background: url(/intltour/hwi/hnlmarathon/img/img_secAbout_04.svg) center center no-repeat;
}
.sup02 .sup02Ttl .sup02TtlInner .sup02TtlNote {
  font-size: 1.5rem;
  margin-bottom: 15px;
}
.sup02 .sup02Box_01 {
  padding: 40px 25px;
  background: #fff;
}
.sup02 .sup02Box_01 .sup02Box_01Ttl {
  position: relative;
  padding-left: 25px;
  margin-left: 40px;
  margin-bottom: 35px;
}
.sup02 .sup02Box_01 .sup02Box_01Ttl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #FDDE5D;
  width: 12px;
  height: 100%;
}
.sup02 .sup02Box_01 .sup02Box_01Ttl .sup02Box_01TtlTop {
  display: flex;
  align-items: center;
  font-size: 2.8rem;
  font-weight: bold;
  color: #D25F7C;
}
.sup02 .sup02Box_01 .sup02Box_01Ttl .sup02Box_01TtlTop span {
  width: 160px;
  height: 60px;
  line-height: 60px;
  background: #D25F7C;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  margin-right: 10px;
  position: relative;
  z-index: 1;
}
.sup02 .sup02Box_01 .sup02Box_01Ttl .sup02Box_01TtlTop span::after {
  content: "";
  width: 13px;
  height: 17px;
  border-style: solid;
  border-width: 17px 7.5px 0 7.5px;
  border-color: #D25F7C transparent transparent transparent;
  position: absolute;
  bottom: -11px;
  right: 18%;
  transform: rotate(339deg);
  z-index: -1;
}
.sup02 .sup02Box_01 .sup02Box_01Ttl .sup02Box_01TtlTop span i {
  font-size: 2.2rem;
  font-weight: 900;
}
.sup02 .sup02Box_01 .sup02Box_01Ttl h3 {
  color: #D25F7C;
  font-size: 4.2rem;
  font-weight: 900;
}
.sup02 .sup02Box_01 .sup02Box_01Lsit {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 25px;
}
.sup02 .sup02Box_01 .sup02Box_01Lsit > li {
  width: calc(50% - 12.5px);
  box-sizing: border-box;
  background: #F0F0EB url(/intltour/hwi/hnlmarathon/img/bg_sup02Box_01.svg) center top repeat-x;
  border-radius: 20px;
  padding: 60px 30px 30px;
  position: relative;
}
.sup02 .sup02Box_01 .sup02Box_01Lsit > li:first-child {
  width: 100%;
}
.sup02 .sup02Box_01 .sup02Box_01Lsit > li:last-child .sup02Box_01Case dt {
  width: 65%;
}
.sup02 .sup02Box_01 .sup02Box_01Lsit > li:last-child .sup02Box_01Case dd {
  width: 35%;
}
.sup02 .sup02Box_01 .sup02Box_01Lsit > li .sup02Box_01LsitTop {
  display: flex;
  justify-content: space-between;
}
.sup02 .sup02Box_01 .sup02Box_01Lsit > li .sup02Box_01LsitTop > div {
  width: 48%;
}
.sup02 .sup02Box_01 .sup02Box_01Lsit > li .sup02Box_01LsitTop h4 {
  margin-bottom: 5px;
}
.sup02 .sup02Box_01 .sup02Box_01Lsit > li .sup02Box_01LsitTop h4 span {
  display: inline-block;
  font-size: 2rem;
}
.sup02 .sup02Box_01 .sup02Box_01Lsit > li .sup02Box_01LsitTop h4 span strong {
  font-size: 2.4rem;
}
.sup02 .sup02Box_01 .sup02Box_01Lsit > li .sup02Box_01LsitTop .sup02Box_01LsitTopTxt {
  color: #D25F7C;
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 15px;
}
.sup02 .sup02Box_01 .sup02Box_01Lsit > li .sup02Box_01Tab {
  position: absolute;
  top: 0;
  right: 30px;
  background: #D25F7C;
  border-radius: 0 0 6px 6px;
  padding: 5px 10px;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.sup02 .sup02Box_01 .sup02Box_01Lsit > li .sup02Box_01Tab span {
  display: block;
  position: relative;
  z-index: 1;
}
.sup02 .sup02Box_01 .sup02Box_01Lsit > li .sup02Box_01Tab span::after {
  content: "";
  width: 15px;
  height: 13px;
  border-style: solid;
  border-width: 13px 7.5px 0 7.5px;
  border-color: #D25F7C transparent transparent transparent;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.sup02 .sup02Box_01 .sup02Box_01Lsit > li .sup02Box_01Tab span strong {
  font-size: 2.6rem;
}
.sup02 .sup02Box_01 .sup02Box_01Lsit > li h4 {
  font-size: 2.6rem;
  font-weight: bold;
  color: #333333;
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 25px;
  min-height: 88px;
  display: flex;
  align-items: center;
}
.sup02 .sup02Box_01 .sup02Box_01Lsit > li h4::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background: url(/intltour/hwi/hnlmarathon/img/ttl_sup02Box_01.svg) left center repeat-x;
}
.sup02 .sup02Box_01 .sup02Box_01Lsit > li .sup02Box_01Info {
  display: flex;
  margin-bottom: 15px;
}
.sup02 .sup02Box_01 .sup02Box_01Lsit > li .sup02Box_01Info dt {
  display: inline-block;
  background: #fff;
  padding: 0 5px;
  min-width: 4em;
  height: 100%;
  margin-right: 10px;
}
.sup02 .sup02Box_01 .sup02Box_01Lsit > li .sup02Box_01Info dd {
  font-size: 1.6rem;
}
.sup02 .sup02Box_01 .sup02Box_01Lsit > li .sup02Box_01Info dd span {
  display: inline-block;
  font-size: 2rem;
}
.sup02 .sup02Box_01 .sup02Box_01Lsit > li .sup02Box_01Case {
  display: flex;
  justify-content: space-between;
  font-weight: 500;
  margin-bottom: 20px;
  border: 1px solid #1A1A1A;
}
.sup02 .sup02Box_01 .sup02Box_01Lsit > li .sup02Box_01Case dt {
  display: flex;
  align-items: center;
  width: 50%;
  background: #1A1A1A;
  color: #fff;
  font-size: 1.5rem;
  padding-left: 10px;
}
.sup02 .sup02Box_01 .sup02Box_01Lsit > li .sup02Box_01Case dd {
  width: 50%;
  font-size: 2.1rem;
  background: #fff;
  color: #1A1A1A;
  padding-left: 10px;
}
.sup02 .sup02Box_01 .sup02Box_01Lsit > li .sup02Box_01Note > li {
  font-size: 1.3rem;
  padding-left: 1em;
  text-indent: -1em;
}
.sup02 .sup02Box_02 {
  background: #fff;
  padding: 0 25px;
  margin-bottom: 50px;
}
.sup02 .sup02Box_02 .sup02Box_02Inner {
  border: 1px solid #707070;
  padding: 15px 30px;
}
.sup02 .sup02Box_02 .sup02Box_02Inner h3 {
  color: #D25F7C;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 15px;
}
.sup02 .sup02Box_02 .sup02Box_02Inner h4 {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 10px;
}
.sup02 .sup02Box_02 .sup02Box_02Inner .sup02Box_02Txt {
  margin-bottom: 30px;
}
.sup02 .sup02Box_02 .sup02Box_02Inner ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.sup02 .sup02Box_03 {
  background: #fff;
  padding: 0 25px 80px;
}
.sup02 .sup02Box_03 h3 {
  color: #D25F7C;
  font-size: 3.7rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.sup02 .sup02Box_03 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 25px;
}
.sup02 .sup02Box_03 ul li {
  width: calc(50% - 12.5px);
  box-sizing: border-box;
}
.sup02 .sup02Box_03 ul li a, .sup02 .sup02Box_03 ul li p {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  background: #D25F7C;
  border-radius: 10px;
  box-shadow: 3px 4px 6px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-weight: bold;
  padding: 15px 15px 30px;
  text-decoration: none;
  box-sizing: border-box;
}
.sup02 .sup02Box_03 ul li a > span, .sup02 .sup02Box_03 ul li p > span {
  display: block;
  font-size: 1.9rem;
  margin-bottom: 10px;
}
.sup02 .sup02Box_03 ul li a strong, .sup02 .sup02Box_03 ul li p strong {
  font-size: 2.6rem;
}
.sup02 .sup02Box_03 ul li a strong span, .sup02 .sup02Box_03 ul li p strong span {
  display: inline-block;
  font-size: 2rem;
}
.sup02 .sup02Box_03 ul li a::after, .sup02 .sup02Box_03 ul li p::after {
  content: "";
  position: absolute;
  right: 20px;
  bottom: 20px;
  background-image: url(https://www.jal.co.jp/content/dam/sites/global/Y18/img/icons_utility.svg);
  background-repeat: no-repeat;
  background-size: 100px auto;
  width: 11px;
  height: 13px;
  background-position: 2px -18px;
  transform: scale(1.5);
}
.sup02 .sup02Box_03 ul li a {
  transition: all 0.3s;
}
.sup02 .sup02Box_03 ul li a:hover {
  opacity: 0.6;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.1);
}
.sup02 .sup02Box_03 ul li:last-child {
  width: 100%;
}
.sup02 .sup02Box_03 ul li:last-child p::after {
  content: none;
}

.tripBox180 {
  margin: 20px auto;
  max-width: 250px;
  width: 100%;
}

.secModule {
  padding-top: 20px;
  margin-bottom: 80px;
}
.secModule .secModuleTtl {
  display: flex;
  margin-bottom: 60px;
}
.secModule .secModuleTtl img {
  display: block;
  width: 94px;
  height: 94px;
}
.secModule .secModuleTtl h2 {
  color: #1A1A1A;
  font-size: 2.1rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.secModule .secModuleTtl h2 span {
  display: block;
  color: #C6141E;
  font-size: 2.3rem;
  font-weight: 900;
}
.secModule .secModuleTtl h2 span strong {
  font-size: 3rem;
}
.secModule .secModuleTtl .secModuleLink a {
  display: inline-flex;
  align-items: baseline;
  text-decoration: none;
  color: #1A1A1A;
  font-size: 2.1rem;
  font-weight: bold;
}
.secModule .secModuleTtl .secModuleLink a::before {
  content: "";
  display: inline-block;
  vertical-align: baseline;
  background-image: url(https://www.jal.co.jp/global/Y18/img/icon_dialog_rd.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 13px;
  height: 13px;
  background-position: center center;
  margin-right: 10px;
}

.js-c-lightbox-content {
  width: 100%;
  max-width: 750px;
}

.secModuleList {
  padding: 20px 0;
}
.secModuleList h3 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}
.secModuleList ul {
  padding-left: 2em;
  list-style-type: decimal;
}
.secModuleList ul li {
  line-height: 2;
}
.secModuleList ul li span {
  display: inline-block;
  color: #d02d2d;
}

.secApplyBnr {
  margin: 0 auto;
  max-width: 950px;
  width: 100%;
}
.secApplyBnr > p {
  margin-bottom: 30px;
}
.secApplyBnr > p > a {
  display: block;
}
.secApplyBnr > p > a img {
  display: block;
  width: 100%;
}

.accordionList {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.5;
}
.accordionList .txtRD {
  color: #e60000;
}
.accordionList .accordionListBox {
  margin-top: 20px;
  padding: 20px;
  border: 1px solid #707070;
}

.note_title {
  font-weight: 900;
  font-size: 2.4rem;
}

.note_text {
  font-weight: bold;
}

.txtList li {
  background: none;
}

.acodBlock {
  margin: 0 auto 50px;
  text-align: center;
}
.acodBlock a {
  display: inline-flex;
  align-items: center;
}
.acodBlock a img {
  margin-left: 5px;
}

.btnGY {
  padding: 12px 25px;
  border: 1px solid #dedede;
  background-color: #eee;
  font-weight: bold;
  font-size: 16px;
}

/*-------------------
     20230630追加
--------------------*/
.block1 {
	box-sizing: border-box;
	width: 70%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-color: #FDDE5D;
	font-size: 22px;
	position: relative;
	top: 27px;
}
/*------------------------
     20231113 終了対応
---------------------------*/
.shuryo{
	position:relative;
}
.shuryobox{
	position: absolute;
	top:-5px;
	left:-5%;
	background: rgba(90,89,89,0.8);
	width:110%;
	height:120%;
	z-index: 4;
	color:#ffffff!important;
	font-size:1.2em;
}
.shuryobox p{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}