@charset "UTF-8";
/* diving-license ********************************************************/
.diving-trial #contents-base {
  overflow: hidden;
  min-height: 300px;
}

.diving-trial #license {
  position: relative;
}

.diving-trial #license::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 454px;
  background-color: #44bdc0;
}

.diving-trial #license .pageCover {
  display: flex;
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
}

.diving-trial #license .pageCover .titleWrap {
  width: 38%;
}

.diving-trial #license .pageCover .titleWrap .inWrap {
  position: relative;
  width: 100%;
  padding-top: 556px;
}

.diving-trial #license .pageCover .titleWrap .inWrap .heightControl {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
}

.diving-trial #license .pageCover .titleWrap .inWrap .heightControl .subTitle {
  padding-right: 20px;
  font-family: noto-sans-cjk-jp, "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 32px;
  letter-spacing: -0.05em;
  color: white;
}

.diving-trial #license .pageCover .titleWrap .inWrap .heightControl h1 {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  min-height: 102px;
  padding-right: 20px;
  margin: 0;
  text-align: right;
}

.diving-trial #license .pageCover .titleWrap .inWrap .heightControl h1 img {
  width: 220px;
}

.diving-trial #license .pageCover .titleWrap .inWrap .certification {
  position: absolute;
  bottom: 155px;
  right: 130px;
  z-index: 99;
}

.diving-trial #license .pageCover .titleWrap .inWrap .certification img {
  width: 120px;
  height: auto;
}

@media only screen and (max-width: 736px) {
  .diving-trial #license .pageCover .titleWrap .inWrap .certification {
    right: auto;
    left: 200px;
    bottom: 30px;
  }
  .diving-trial #license .pageCover .titleWrap .inWrap .certification img {
    width: 100px;
  }
}

@media only screen and (max-width: 500px) {
  .diving-trial #license .pageCover .titleWrap .inWrap .certification {
    left: 150px;
    bottom: 0px;
  }
}

.diving-trial #license .pageCover .imgvisualWrap {
  width: 62%;
}

.diving-trial #license .pageCover .imgvisualWrap .imgvisual {
  padding-top: 556px;
  margin-bottom: 60px;
  background-image: url(../images/home-view_trial.jpg);
  background-size: cover;
  background-position: left top;
}

.diving-trial #license .bodycopyWrap h2 {
  text-align: left;
  color: #00b2d1;
}

.diving-trial #license .bodycopyWrap p {
  padding-right: 60px;
  margin-top: 1em;
  max-width: 634px;
}

.diving-trial #license .bodycopyWrap small {
  display: block;
  padding-right: 60px;
  max-width: 634px;
  margin-top: 2.5em;
}

@media only screen and (max-width: 1024px) {
  .diving-trial #license::before {
    height: 0;
    padding-top: 45%;
  }
  .diving-trial #license .pageCover .titleWrap .inWrap {
    padding-top: 145%;
  }
  .diving-trial #license .pageCover .titleWrap .inWrap h1 {
    width: 100%;
    background-color: white;
  }
  .diving-trial #license .pageCover .imgvisualWrap .imgvisual {
    padding-top: 89%;
    min-width: unset;
  }
  .diving-trial #license .bodycopyWrap p {
    padding-right: 40px;
  }
}

@media only screen and (max-width: 736px) {
  .diving-trial #license .pageCover {
    display: block;
  }
  .diving-trial #license .pageCover .titleWrap {
    position: absolute;
    padding: 0 40px;
    box-sizing: border-box;
    width: 100%;
  }
  .diving-trial #license .pageCover .titleWrap .inWrap {
    padding-top: 65%;
  }
  .diving-trial #license .pageCover .titleWrap .inWrap .heightControl {
    position: unset;
    align-items: flex-start;
  }
  .diving-trial #license .pageCover .titleWrap .inWrap .heightControl .subTitle {
    padding-left: 20px;
    font-size: 26px;
  }
  .diving-trial #license .pageCover .titleWrap .inWrap .heightControl h1 {
    padding-right: 0;
    min-height: 90px;
    justify-content: flex-start;
    background-color: transparent;
  }
  .diving-trial #license .pageCover .titleWrap .inWrap .heightControl h1 img {
    width: 192px;
  }
  .diving-trial #license .pageCover .imgvisualWrap {
    width: 100%;
  }
  .diving-trial #license .pageCover .imgvisualWrap .imgvisual {
    margin: 0 40px;
    padding-top: 65%;
    margin-bottom: 100px;
  }
  .diving-trial #license .pageCover .bodycopyWrap {
    padding: 0 40px 80px;
  }
  .diving-trial #license .pageCover .bodycopyWrap p {
    padding-right: 0;
  }
}

@media only screen and (max-width: 500px) {
  .diving-trial #license .pageCover .titleWrap {
    padding: 0 20px;
  }
  .diving-trial #license .pageCover .titleWrap .inWrap {
    padding-top: 62%;
  }
  .diving-trial #license .pageCover .titleWrap .inWrap .heightControl .subTitle {
    padding-left: 0;
    font-size: 20px;
  }
  .diving-trial #license .pageCover .titleWrap .inWrap .heightControl h1 {
    min-height: 62px;
  }
  .diving-trial #license .pageCover .titleWrap .inWrap .heightControl h1 img {
    width: 137px;
  }
  .diving-trial #license .pageCover .imgvisualWrap .imgvisual {
    margin: 0 0 83px;
  }
  .diving-trial #license .pageCover .bodycopyWrap {
    padding: 0 20px 40px;
  }
}

.diving-trial #photo-service {
  max-width: 1024px;
  margin: 0 auto;
  padding: 130px 60px 0;
}

.diving-trial #photo-service .photoservice-copy {
  position: relative;
  padding-left: 80px;
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: 600;
  font-size: 112.5%;
  line-height: 1.2;
  color: #44bdc0;
}

.diving-trial #photo-service .photoservice-copy .pop {
  position: absolute;
  top: 50%;
  left: -46px;
  transform: translateY(-50%);
}

.diving-trial #photo-service .photoList {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 8px -4px;
  list-style: none;
}

.diving-trial #photo-service .photoList li {
  width: 25%;
  padding: 4px;
  box-sizing: border-box;
}

.diving-trial #photo-service .photoList li img {
  width: 100%;
  max-width: 250px;
  vertical-align: bottom;
}

.diving-trial #photo-service .com-annotation {
  padding-left: 1em;
  text-indent: -1em;
  color: #808080;
  line-height: 1.4;
}

@media only screen and (max-width: 1024px) {
  .diving-trial #photo-service {
    padding: 90px 40px 0;
  }
}

@media only screen and (max-width: 736px) {
  .diving-trial #photo-service .photoList li {
    width: 33.3333%;
  }
}

@media only screen and (max-width: 500px) {
  .diving-trial #photo-service {
    padding: 0 20px;
  }
  .diving-trial #photo-service .photoservice-copy {
    padding-left: 100px;
  }
  .diving-trial #photo-service .photoservice-copy .pop {
    left: -20px;
  }
  .diving-trial #photo-service .photoList li {
    width: 50%;
  }
}

.diving-trial #detail {
  padding: 120px 60px 0;
}

.diving-trial #detail .detailWrap {
  display: flex;
  max-width: 1024px;
  margin: 0 auto;
}

.diving-trial #detail .detailWrap > * {
  width: 50%;
}

.diving-trial #detail .detailWrap .leftBlock {
  padding-right: 25px;
}

.diving-trial #detail .detailWrap .rightBlock {
  padding-left: 25px;
}

.diving-trial #detail .summaryFrame {
  padding-top: 20px;
  padding-bottom: 20px;
}

.diving-trial #detail .summaryFrame .titleRibon {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.diving-trial #detail .summaryFrame .titleRibon h3 {
  width: calc(100% - 125px);
  margin-left: -40px;
  padding: 16px 20px 9px;
  text-align: center;
  background-color: #44bdc0;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
}

.diving-trial #detail .summaryFrame .titleRibon h3 .trial-title {
  max-width: 240px;
}

.diving-trial #detail .summaryFrame .titleRibon .emblem {
  position: relative;
  min-width: 125px;
  padding-left: 20px;
  box-sizing: border-box;
  color: #ccc;
  font-size: 47px;
  line-height: 1;
}

.diving-trial #detail .summaryFrame .titleRibon .emblem .pop {
  position: absolute;
  top: -80px;
  right: -74px;
  max-width: none;
  width: 160px;
}

.diving-trial #detail .summaryFrame .priceBox {
  margin-top: 10px;
  margin-bottom: 35px;
  color: #44bdc0;
}

.diving-trial #detail .summaryFrame .priceBox .price {
  font-size: 56px;
  line-height: 1;
}

.diving-trial #detail .summaryFrame .priceBox .tax {
  display: inline-block;
  font-size: 1.4rem;
  margin-right: -0.5em;
}

.diving-trial #detail .summaryFrame .priceBox .tax::before {
  content: "（税込";
  margin-right: 0.25em;
}

.diving-trial #detail .summaryFrame .priceBox .tax::after {
  content: "）";
}

.diving-trial #detail .summaryFrame .custom1 {
  margin: 0 auto;
  max-width: 380px;
}

.diving-trial #detail .summaryFrame .time {
  margin-bottom: 10px;
}

.diving-trial #detail .summaryFrame .meeting {
  margin-top: 0;
  display: flex;
  align-items: flex-start;
  padding-left: 2em;
}

.diving-trial #detail .summaryFrame .meeting::before {
  content: "集合時間：";
  font-family: noto-sans-cjk-jp, "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 80%;
  min-width: 5em;
}

.diving-trial #detail .summaryFrame .meeting .meeting-time {
  margin-top: -5px;
}

.diving-trial #detail .summaryFrame .meeting .meeting-time li {
  margin: 0;
}

.diving-trial #detail .summaryFrame .meeting .meeting-time li.am::before {
  content: "午前の部";
  font-family: noto-sans-cjk-jp, "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 80%;
  min-width: 5em;
  margin-right: 1em;
}

.diving-trial #detail .summaryFrame .meeting .meeting-time li.pm::before {
  content: "午後の部";
  font-family: noto-sans-cjk-jp, "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 80%;
  min-width: 5em;
  margin-right: 0.3em;
}

.diving-trial #detail .summaryFrame .meeting .meeting-time li:last-child {
  margin-bottom: 0;
}

.diving-trial #detail .summaryFrame .qualification small {
  display: block;
  margin-top: 5px;
  font-size: 63.6365%;
  font-weight: 400;
}

.diving-trial #detail .summaryFrame .infobox {
  text-align: center;
  color: orangered;
  line-height: 1.2;
}

.diving-trial #detail .summaryFrame .infobox span {
  display: inline-block;
}

.diving-trial #detail .rightBlock h3.title-jp {
  margin-top: 40px;
  line-height: 1.2;
}

.diving-trial #detail .rightBlock h3.title-jp:first-child {
  margin-top: 0;
}

.diving-trial #detail .rightBlock .bringlist {
  display: flex;
  text-align: center;
  margin-right: -10px;
  margin-left: -10px;
}

.diving-trial #detail .rightBlock .bringlist .group {
  min-width: 75px;
  margin: 0 10px;
}

.diving-trial #detail .rightBlock .bringlist dt img {
  max-height: 82px;
}

.diving-trial #detail .rightBlock .bringlist dd {
  font-weight: 900;
  line-height: 1;
}

.diving-trial #detail .rightBlock .bringlist dd span {
  display: inline-block;
}

.diving-trial #detail .rightBlock .bringlist dd .question {
  display: inline-block;
  margin-top: 0.8em;
  font-size: 1.2rem;
  font-weight: normal;
}

.diving-trial #detail .custom2 {
  max-width: 1024px;
  margin: 40px auto 0;
  color: #808080;
}

.diving-trial #detail .custom3 {
  max-width: 1024px;
  margin: 0.5em auto 0.5em;
}

@media only screen and (max-width: 1024px) {
  .diving-trial #detail {
    padding: 90px 40px 0;
  }
  .diving-trial #detail .detailWrap .leftBlock {
    width: 55%;
    padding-right: 20px;
  }
  .diving-trial #detail .detailWrap .rightBlock {
    width: 45%;
    padding-left: 20px;
  }
  .diving-trial #detail .summaryFrame {
    padding: 20px 10px;
  }
  .diving-trial #detail .summaryFrame .titleRibon h3 {
    margin-left: -30px;
  }
}

@media only screen and (max-width: 736px) {
  .diving-trial #detail .summaryFrame .priceBox .price {
    font-size: 44.8px;
  }
  .diving-trial #detail .summaryFrame .titleRibon h3 {
    width: calc(100% - 105px);
  }
  .diving-trial #detail .summaryFrame .titleRibon .emblem {
    min-width: 105px;
    padding-left: 15px;
  }
  .diving-trial #detail .summaryFrame .titleRibon .emblem .pop {
    width: 140px;
    top: -75px;
    right: -68px;
  }
  .diving-trial #detail .rightBlock .bringlist .group {
    min-width: unset;
    width: 33%;
  }
}

@media screen and (max-width: 600px) {
  .diving-trial #detail .detailWrap {
    flex-direction: column;
  }
  .diving-trial #detail .detailWrap .leftBlock, .diving-trial #detail .detailWrap .rightBlock {
    width: 100%;
    padding: 0;
  }
  .diving-trial #detail .rightBlock h3.title-jp:first-child {
    margin-top: 40px;
  }
  .diving-trial #detail .rightBlock .bringlist {
    padding-bottom: 20px;
    justify-content: center;
  }
  .diving-trial #detail .rightBlock .bringlist .group {
    min-width: 75px;
    width: auto;
    margin: 0 5px;
  }
  .diving-trial #detail .rightBlock .bringlist dd {
    position: relative;
  }
  .diving-trial #detail .rightBlock .bringlist dd .question {
    position: absolute;
    width: 200%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .diving-trial #detail .custom2 {
    margin-top: 30px;
    padding-top: 30px;
    border-top: solid 1px #808080;
  }
}

@media only screen and (max-width: 500px) {
  .diving-trial #detail {
    padding: 60px 20px 0;
  }
  .diving-trial #detail .detailWrap .leftBlock {
    width: auto;
    padding-left: 5px;
    padding-right: 5px;
  }
  .diving-trial #detail .btnWrap.set-left {
    justify-content: center;
  }
}

.diving-trial #diving-flow {
  padding: 40px 20px 80px;
  margin-top: 120px;
  background-color: rgba(68, 189, 192, 0.7);
}

.diving-trial #diving-flow .title-jp {
  color: white;
}

.diving-trial #diving-flow .title-jp .custom {
  font-size: 90%;
}

.diving-trial #diving-flow .steplist {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin-top: 35px;
}

.diving-trial #diving-flow .steplist li {
  position: relative;
  width: calc(20% - 20px * 4 / 5);
  max-width: 240px;
  margin-right: 20px;
  margin-bottom: 20px;
  background-color: white;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}

.diving-trial #diving-flow .steplist li::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 66.6666%;
  background-color: gray;
  background-size: cover;
  background-position: center;
}

.diving-trial #diving-flow .steplist li::after {
  content: "\f0da";
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 40px;
  color: #00b4d3;
}

.diving-trial #diving-flow .steplist li:last-child {
  margin-right: 0;
}

.diving-trial #diving-flow .steplist li:last-child::after {
  display: none;
}

.diving-trial #diving-flow .steplist li.step1::before {
  background-image: url(../images/step-img1.jpg);
}

.diving-trial #diving-flow .steplist li.step1 .explanation dt::before {
  content: "1.";
}

.diving-trial #diving-flow .steplist li.step2::before {
  background-image: url(../images/step-img2.jpg);
}

.diving-trial #diving-flow .steplist li.step2 .explanation dt::before {
  content: "2.";
}

.diving-trial #diving-flow .steplist li.step3::before {
  background-image: url(../images/step-img3.jpg);
}

.diving-trial #diving-flow .steplist li.step3 .explanation dt::before {
  content: "3.";
}

.diving-trial #diving-flow .steplist li.step4::before {
  background-image: url(../images/step-img4.jpg);
}

.diving-trial #diving-flow .steplist li.step4 .explanation dt::before {
  content: "4.";
}

.diving-trial #diving-flow .steplist li.step5::before {
  background-image: url(../images/step-img5.jpg);
}

.diving-trial #diving-flow .steplist li.step5 .explanation dt::before {
  content: "5.";
}

.diving-trial #diving-flow .steplist .explanation {
  padding: 0 10px 10px;
}

.diving-trial #diving-flow .steplist .explanation dt {
  padding: 5px 0;
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: noto-sans-cjk-jp, "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 112.5%;
  line-height: 1;
  color: #00b2d1;
}

.diving-trial #diving-flow .steplist .explanation dd {
  font-size: 87.5%;
  color: #808080;
  line-height: 1.28;
}

@media only screen and (max-width: 1024px) {
  .diving-trial #diving-flow {
    padding-right: 0;
    padding-bottom: 30px;
  }
  .diving-trial #diving-flow .title-jp {
    padding-right: 20px;
  }
  .diving-trial #diving-flow .steplist li {
    width: calc(33.3333% - 20px);
  }
}

@media only screen and (max-width: 736px) {
  .diving-trial #diving-flow {
    margin-top: 100px;
    padding-bottom: 20px;
  }
  .diving-trial #diving-flow .steplist li:last-child {
    margin-right: 20px;
  }
  .diving-trial #diving-flow .steplist li:last-child::after {
    content: "";
  }
}

@media only screen and (max-width: 500px) {
  .diving-trial #diving-flow {
    margin-top: 70px;
    padding-top: 30px;
  }
  .diving-trial #diving-flow .steplist {
    justify-content: flex-start;
  }
  .diving-trial #diving-flow .steplist li {
    width: calc(50% - 20px);
  }
}

.diving-trial #faq {
  max-width: 1024px;
  margin: 0 auto;
  padding: 80px 60px 0;
}

.diving-trial #faq .title-jp {
  color: #00b2d1;
}

.diving-trial #faq .faqs {
  margin-top: 40px;
}

.diving-trial #faq .faqs > div:first-child dt {
  margin-top: 0;
}

.diving-trial #faq .faqs dt {
  margin-top: 2em;
  margin-bottom: 0.8em;
  font-family: noto-sans-cjk-jp, "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 144%;
  line-height: 1.2;
  color: #00b2d1;
}

.diving-trial #more-diving {
  padding-top: 150px;
}

.diving-trial #more-diving .shortbreak {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: noto-sans-cjk-jp, "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 19px;
  color: #29abe2;
  line-height: 1.2;
}

.diving-trial #more-diving #becomeDiver {
  position: relative;
  z-index: -1;
  padding-top: 67%;
  background-image: url(../images/special2-bg_pc.jpg);
  background-position: left bottom;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (min-width: 1366px) {
  .diving-trial #more-diving #becomeDiver {
    padding-top: 900px;
  }
}

.diving-trial #more-diving #becomeDiver::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  padding-top: 250px;
  background: linear-gradient(to bottom, #fff, rgba(255, 255, 255, 0));
}

.diving-trial #more-diving #becomeDiver h2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  padding-top: 50px;
  text-align: center;
  color: #2cc7e0;
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.2;
}

@media only screen and (max-width: 1024px) {
  .diving-trial #more-diving #becomeDiver {
    padding-top: 674px;
    margin-top: 0px;
  }
  .diving-trial #more-diving #becomeDiver h2 {
    font-size: 28.8px;
  }
}

@media only screen and (max-width: 736px) {
  .diving-trial #more-diving {
    padding-top: 100px;
  }
  .diving-trial #more-diving #becomeDiver {
    padding-top: 464px;
    margin-top: 40px;
    background-image: url(../images/special2-bg_pc.jpg);
    background-position: center bottom;
  }
  .diving-trial #more-diving #becomeDiver::before {
    padding-top: 200px;
  }
  .diving-trial #more-diving #becomeDiver h2 {
    font-size: 26px;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .diving-trial #more-diving #becomeDiver h2 br {
    display: none;
  }
}

@media only screen and (max-width: 500px) {
  .diving-trial #more-diving #becomeDiver {
    padding-top: 580px;
  }
  .diving-trial #more-diving #becomeDiver h2 {
    font-size: 23.4px;
  }
}

.diving-trial #special {
  margin-top: -220px;
}

.diving-trial #special .bnrWrap {
  width: 100%;
  text-align: center;
}

.diving-trial #special .bnrWrap .sarani {
  margin: 0.25em 0;
  font-family: noto-sans-cjk-jp, "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 40px;
  color: #44bdc0;
}

.diving-trial #special .bnrWrap h2 {
  color: #44bdc0;
  font-family: noto-sans-cjk-jp, "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 40px;
  margin-bottom: 0.8em;
  line-height: 1.0;
}

.diving-trial #special .bnrWrap h2 b {
  font-weight: 600;
  font-size: 40px;
}

.diving-trial #special .bnrWrap h2 small {
  display: block;
}

.diving-trial #special .bnrWrap h2 small b {
  color: #fcee21;
}

.diving-trial #special .bnrWrap .ticket {
  position: relative;
  max-width: 556px;
  margin: 10px auto;
  padding: 0 60px;
}

.diving-trial #special .bnrWrap .ticket .ticketWrap {
  border-radius: 10px;
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}

.diving-trial #special .bnrWrap .ticket .ticketWrap .campaign-title {
  padding: 15px 10px;
  margin-bottom: -10px;
  font-family: noto-sans-cjk-jp, "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 26px;
  line-height: 1.2;
  color: white;
  background-color: #29ABE2;
}

.diving-trial #special .bnrWrap .ticket .ticketWrap .campaign-txt {
  padding: 10px 20px;
  background-color: #2C7EE0;
}

.diving-trial #special .bnrWrap .ticket .ticketWrap .campaign-txt h5 {
  font-family: noto-sans-cjk-jp, "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 37px;
  line-height: 1;
  color: #fcee21;
}

.diving-trial #special .bnrWrap .ticket .ticketWrap .campaign-txt p {
  margin-top: 1em;
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: 400;
  font-size: 88%;
  text-align: left;
  color: black;
  line-height: 1.8;
}

.diving-trial #special .bnrWrap .ticket .ticketWrap .campaign-txt .priceBox {
  font-size: 44px;
  line-height: 1;
  color: #fcee21;
}

.diving-trial #special .bnrWrap .ticket .ticketWrap .campaign-txt .priceBox .price {
  font-size: 50px;
}

.diving-trial #special .bnrWrap .ticket .ticketWrap .campaign-txt .com-annotation {
  margin-top: 0;
  padding: 0 !important;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
}

.diving-trial #special .bnrWrap .ticket.is-right > img {
  position: absolute;
  top: 40px;
  right: 10px;
}

.diving-trial #special .bnrWrap .ticket.is-right .ticketWrap .campaign-txt p {
  padding-right: 80px;
}

.diving-trial #special .bnrWrap .ticket.is-left > img {
  position: absolute;
  top: 40px;
  left: 30px;
}

.diving-trial #special .bnrWrap .ticket.is-left .ticketWrap .campaign-txt p {
  padding-left: 40px;
}

.diving-trial #special .bnrWrap .ticket.custom .ticketWrap .campaign-title {
  background-color: #2cc7e0;
}

.diving-trial #special .bnrWrap .ticket.custom .ticketWrap .campaign-txt {
  background-color: #29abe2;
}

@media only screen and (max-width: 1024px) {
  .diving-trial #special .bnrWrap h2 {
    font-size: 36px;
  }
  .diving-trial #special .bnrWrap .ticket .ticketWrap .campaign-title {
    margin-bottom: -7px;
    font-size: 23.4px;
  }
  .diving-trial #special .bnrWrap .ticket .ticketWrap .campaign-txt h5 {
    font-size: 33.3px;
  }
}

@media only screen and (max-width: 736px) {
  .diving-trial #special .bnrWrap {
    padding-top: 40px;
  }
  .diving-trial #special .bnrWrap h2 {
    padding: 0 20px;
    font-size: 32.4px;
  }
  .diving-trial #special .bnrWrap .ticket {
    padding: 0 20px;
  }
  .diving-trial #special .bnrWrap .ticket .ticketWrap .campaign-title {
    font-size: 20px;
  }
  .diving-trial #special .bnrWrap .ticket .ticketWrap .campaign-txt h5 {
    font-size: 30px;
  }
  .diving-trial #special .bnrWrap .ticket .ticketWrap .campaign-txt p {
    padding-right: 15%;
  }
  .diving-trial #special .bnrWrap .ticket > img {
    width: 21.2%;
    right: -15px;
  }
  .diving-trial #special .bnrWrap .ticket.is-left .ticketWrap .campaign-txt p {
    padding-right: 0;
  }
  .diving-trial #special .bnrWrap .ticket.is-left > img {
    top: 20px;
    left: 6px;
    width: 27.2%;
  }
  .diving-trial #special .bnrWrap .ticket.is-right .ticketWrap .campaign-txt p {
    padding-right: 100px;
  }
  .diving-trial #special .bnrWrap .sarani {
    font-size: 32px;
  }
}

@media only screen and (max-width: 500px) {
  .diving-trial #special .bnrWrap h2 {
    font-size: 20px;
  }
  .diving-trial #special .bnrWrap h2 b {
    font-size: 33px;
  }
  .diving-trial #special .bnrWrap .ticket .ticketWrap {
    box-shadow: none;
  }
  .diving-trial #special .bnrWrap .ticket .ticketWrap .campaign-title {
    font-size: 18px;
  }
  .diving-trial #special .bnrWrap .ticket .ticketWrap .campaign-txt h5 {
    font-size: 27px;
  }
  .diving-trial #special .bnrWrap .ticket .ticketWrap .campaign-txt p {
    padding-right: 15%;
  }
  .diving-trial #special .bnrWrap .ticket .ticketWrap .campaign-txt .priceBox {
    font-size: 32px;
  }
  .diving-trial #special .bnrWrap .ticket .ticketWrap .campaign-txt .priceBox .price {
    font-size: 40px;
  }
  .diving-trial #special .bnrWrap .ticket > img {
    top: 100px;
    right: 0px;
    width: 21.2%;
  }
  .diving-trial #special .bnrWrap .ticket.is-left .ticketWrap .campaign-txt p {
    padding-left: 0;
  }
  .diving-trial #special .bnrWrap .ticket.is-left > img {
    top: 10px;
    width: 30%;
  }
  .diving-trial #special .bnrWrap .ticket.is-right .ticketWrap .campaign-txt p {
    padding-right: 35px;
  }
  .diving-trial #special .bnrWrap .sarani {
    font-size: 25.6px;
  }
}

.diving-trial #message {
  padding: 120px 60px 100px;
  margin: 0 auto;
  max-width: 720px;
}

.diving-trial #message h3 {
  position: relative;
  margin-bottom: 1.3em;
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: 500;
  font-size: 26px;
  line-height: 1.2;
  color: #00b2d1;
}

.diving-trial #message h3::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -50px;
  z-index: -1;
  display: block;
  background-color: rgba(252, 238, 33, 0.5);
  width: 136px;
  height: 136px;
  border-radius: 50%;
  transform: translateY(-58%);
}

.diving-trial #message p {
  margin-top: 1em;
  font-size: 88%;
}

@media only screen and (max-width: 736px) {
  .diving-trial #message h3 {
    font-size: 20.8px;
  }
}

@media only screen and (max-width: 500px) {
  .diving-trial #message {
    padding-bottom: 80px;
  }
  .diving-trial #message h3 {
    font-size: 18.7px;
  }
}

.modal {
  text-align: center;
}

.modal .inline {
  display: inline-block;
  text-align: left;
}

.modal .emp {
  margin-top: 0.5em;
  font-size: 135%;
  line-height: 1.2;
  color: #2968c7;
  font-weight: 600;
}

.modal .infoFrame.custom {
  margin-top: 20px;
  padding: 0;
  border-radius: 10px;
  text-align: center;
}

.modal .infoFrame.custom .wrap {
  width: 100%;
  padding: 10px;
}

.modal .infoFrame.custom .btnWrap {
  margin-top: 5px;
}

.modal .infoFrame.custom small {
  color: #999;
}

.modal .infoFrame.custom .colorFrame {
  margin: 0 20px 20px;
  padding: 5px 25px 25px;
  background-color: rgba(209, 0, 168, 0.15);
  color: rgba(0, 0, 0, 0.8);
  text-align: left;
  font-size: 85%;
  font-weight: 400;
  line-height: 1.4;
  border-radius: 10px;
}

.modal .infoFrame.custom .colorFrame .bnr {
  margin-top: 10px;
  text-align: center;
}

.modal .infoFrame.custom .colorFrame .bnr img {
  margin-right: 10px;
}

.modal .checkList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 90%;
  margin: 40px auto;
}

.modal .checkList li {
  width: 48%;
  margin: 10px 0;
  padding: 5px 5px 5px 1.5em;
  list-style: none;
  font-size: 125%;
  font-weight: 300;
  text-align: left;
  letter-spacing: -0.03em;
  line-height: 1.3;
  color: #006fab;
}

.modal .checkList li::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: -1.5em;
  margin-right: 0.5em;
  color: greenyellow;
}

@media only screen and (max-width: 1024px) {
  .modal .wrap p.com-align--center {
    text-align: left !important;
  }
}

@media only screen and (max-width: 736px) {
  .modal .emp {
    text-align: left !important;
  }
  .modal .checkList {
    width: 100%;
  }
}

.gold_img {
  display: block;
  width: 80%;
  max-width: 250px;
  margin: 10px auto 0;
}
