@charset "UTF-8";
/* diving-license ********************************************************/
.license-owd {
  background-color: cadetblue;
}

.license-owd #contents-base {
  overflow: hidden;
  min-height: 300px;
}

.license-owd #license {
  position: relative;
  background-color: #a9ddf3;
}

.license-owd #license::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 268px;
  background-color: #e6e6e6;
}

.license-owd #license .pageCover {
  display: flex;
  flex-flow: row-reverse;
  width: 100%;
  max-width: 1064px;
  margin: 0 auto 80px;
}

.license-owd #license .pageCover .imgvisualWrap {
  position: relative;
  width: 52%;
}

.license-owd #license .pageCover .imgvisualWrap .imgvisual {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/owd-cover.jpg);
  background-size: cover;
  background-position: center;
}

.license-owd #license .pageCover .titleWrap {
  width: 48%;
}

.license-owd #license .pageCover .titleWrap .inWrap {
  position: relative;
  width: 100%;
  padding-top: 268px;
}

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

.license-owd #license .pageCover .titleWrap .inWrap .heightControl .subTitle {
  padding-left: 20px;
  padding-bottom: 10px;
  font-family: noto-sans-cjk-jp, "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 26px;
  letter-spacing: -0.05em;
  color: #b3b3b3;
}

.license-owd #license .pageCover .titleWrap .courseInfo {
  padding-left: 20px;
}

.license-owd #license .pageCover .titleWrap .courseInfo .subtitle {
  margin-top: 0.1em;
  margin-bottom: 5px;
  font-family: 'Crimson Text', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 44px;
  line-height: 0.8;
  text-align: left;
  color: rgba(255, 255, 255, 0.4);
}

.license-owd #license .pageCover .titleWrap .courseInfo .subtitle span {
  display: inline-block;
}

.license-owd #license .pageCover .titleWrap .courseInfo mark {
  font-family: noto-sans-cjk-jp, "Noto Sans JP", sans-serif;
  font-weight: 800;
  font-size: 21px;
  line-height: 1;
  letter-spacing: -0.02em;
  padding: 0 0.3em;
  color: #003380;
  background-color: #fcee21;
}

.license-owd #license .pageCover .titleWrap .courseInfo .courseTitle {
  margin-top: 8px;
  margin-bottom: 30px;
  font-family: noto-sans-cjk-jp, "Noto Sans JP", sans-serif;
  font-weight: 800;
  font-size: 30px;
  line-height: 1.2;
  text-align: left;
  color: black;
}

.license-owd #license .pageCover .titleWrap .courseInfo .courseTitle span {
  display: inline-block;
}

.license-owd #license .pageCover .titleWrap .courseInfo .priceBox {
  color: #0071bc;
  line-height: 1;
}

.license-owd #license .pageCover .titleWrap .courseInfo .priceBox .price {
  font-size: 56px;
}

.license-owd #license .pageCover .titleWrap .courseInfo .priceBox .tax {
  display: inline-block;
  font-size: 1.4rem;
  margin-right: -0.5em;
}

.license-owd #license .pageCover .titleWrap .courseInfo .priceBox .tax::before {
  content: "（税込";
  margin-right: 0.25em;
}

.license-owd #license .pageCover .titleWrap .courseInfo .priceBox .tax::after {
  content: "）";
}

.license-owd #license .pageCover .titleWrap .courseInfo .infobox {
  margin-top: 10px;
  text-align: left;
  color: orangered;
  line-height: 1.2;
}

.license-owd #license .pageCover .titleWrap .courseInfo .infobox span {
  display: inline-block;
}

.license-owd #license .bodycopyWrap {
  max-width: 1064px;
  padding-bottom: 50px;
  margin: 0 auto;
}

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

.license-owd #license .bodycopyWrap p {
  padding-right: 20px;
  padding-left: 20px;
  margin-top: 1em;
  max-width: 740px;
  box-sizing: border-box;
}

@media only screen and (max-width: 1024px) {
  .license-owd #license .pageCover .titleWrap {
    width: 50%;
  }
  .license-owd #license .pageCover .titleWrap .courseInfo .subtitle {
    font-size: 39.6px;
  }
  .license-owd #license .pageCover .titleWrap .courseInfo .courseTitle {
    font-size: 27px;
  }
  .license-owd #license .pageCover .titleWrap .courseInfo mark {
    font-size: 18.9px;
  }
  .license-owd #license .pageCover .titleWrap .courseInfo .priceBox .price {
    font-size: 50.4px;
  }
  .license-owd #license .pageCover .imgvisualWrap {
    width: 50%;
  }
}

@media only screen and (max-width: 736px) {
  .license-owd #license::before {
    height: 0;
    padding-top: 36.45%;
  }
  .license-owd #license .pageCover {
    margin-bottom: 64px;
  }
  .license-owd #license .pageCover .titleWrap .inWrap {
    padding-top: 72.9%;
  }
  .license-owd #license .pageCover .titleWrap .inWrap .heightControl .subTitle {
    font-size: 3.61vw;
  }
  .license-owd #license .pageCover .titleWrap .courseInfo .subtitle {
    font-size: 5.38vw;
  }
  .license-owd #license .pageCover .titleWrap .courseInfo mark {
    font-size: 2.569vw;
  }
  .license-owd #license .pageCover .titleWrap .courseInfo .courseTitle {
    font-size: 3.66vw;
  }
  .license-owd #license .pageCover .titleWrap .courseInfo .priceBox .price {
    font-size: 6.16vw;
  }
}

@media only screen and (max-width: 500px) {
  .license-owd #license .pageCover {
    flex-direction: column;
    margin-bottom: 40px;
  }
  .license-owd #license .pageCover .imgvisualWrap {
    width: 100%;
    padding-top: 65%;
  }
  .license-owd #license .pageCover .titleWrap {
    width: auto;
  }
  .license-owd #license .pageCover .titleWrap .inWrap {
    padding-top: 9%;
  }
  .license-owd #license .pageCover .titleWrap .inWrap .heightControl {
    justify-content: center;
    background-color: #e6e6e6;
  }
  .license-owd #license .pageCover .titleWrap .inWrap .heightControl .subTitle {
    padding-bottom: 0;
    line-height: 1;
    font-size: 20px;
  }
  .license-owd #license .pageCover .titleWrap .courseInfo .subtitle {
    margin-top: 30px;
    font-size: 39.6px;
  }
  .license-owd #license .pageCover .titleWrap .courseInfo mark {
    font-size: 17px;
  }
  .license-owd #license .pageCover .titleWrap .courseInfo .courseTitle {
    font-size: 24.3px;
  }
  .license-owd #license .pageCover .titleWrap .courseInfo .priceBox .price {
    font-size: 45.36px;
  }
}

.license-owd #license-info {
  padding-top: 45px;
  padding-bottom: 80px;
  background-color: white;
}

.license-owd #license-info h2.title-jp.custom {
  font-size: 175%;
  font-weight: 400;
  color: black;
}

.license-owd #license-info h2.title-jp.custom2 {
  margin-bottom: 20px;
}

.license-owd #license-info h2.title-jp.custom2 span {
  font-size: 90%;
}

.license-owd #license-info h3 {
  color: #29abe2;
}

.license-owd #license-info .cardface {
  display: block;
  margin: 20px auto 10px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
}

.license-owd #license-info .infoWrap {
  margin-top: 40px;
}

.license-owd #license-info .infoWrap .summaryFrame {
  max-width: 600px;
  margin: 0 auto 15px;
  box-sizing: border-box;
  color: #29abe2;
  border-color: rgba(41, 171, 226, 0.5);
}

.license-owd #license-info .infoWrap .summaryFrame .qualification span {
  display: block;
  padding-left: 4em;
}

.license-owd #license-info .infoWrap .summaryFrame .qualification small {
  font-size: 60%;
}

.license-owd #license-info .infoWrap .priceBox {
  color: #2990c7;
}

.license-owd #license-info .infoWrap .priceBox .price {
  font-size: 56.6px;
}

.license-owd #license-info .infoWrap .priceBox .tax {
  display: inline-block;
  font-size: 1.4rem;
  margin-right: -0.5em;
}

.license-owd #license-info .infoWrap .priceBox .tax::before {
  content: "（税込";
  margin-right: 0.25em;
}

.license-owd #license-info .infoWrap .priceBox .tax::after {
  content: "）";
}

.license-owd #license-info .infoWrap .btnWrap.custom {
  margin: 0 auto 25px;
}

.license-owd #license-info .infoWrap .btnWrap.custom .BT-face {
  margin: 0;
}

.license-owd #license-info .infoWrap .btnWrap.custom2 {
  margin-top: 5px;
}

.license-owd #license-info .infoWrap .owd-service {
  margin-bottom: 90px;
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: 600;
  font-size: 120%;
  line-height: 1.2;
  text-align: center;
  color: #00b2d1;
}

.license-owd #license-info .infoWrap .caplist {
  margin-top: 0.8em;
}

.license-owd #license-info .infoWrap .caplist dt {
  font-weight: 700;
  color: black;
}

.license-owd #license-info .infoWrap .caplist > div dt {
  color: #29abe2;
}

.license-owd #license-info .infoWrap hr.set-margin--word {
  margin-top: 50px;
}

.license-owd #license-info .infoWrap i {
  margin-right: 0.2em;
}

.license-owd #license-info .infoWrap i.fa-check-circle {
  color: #b3b3b3;
}

.license-owd #license-info .infoWrap i.fa-exclamation-circle {
  color: #ed1c24;
}

.license-owd #license-info .infoWrap .course-info {
  margin-top: 100px;
}

.license-owd #license-info .infoWrap .course-info .courseList {
  display: flex;
}

.license-owd #license-info .infoWrap .course-info .courseList::before {
  content: "";
  background-image: url(../images/owd-courseImg.jpg);
  background-size: cover;
  background-position: center;
  display: block;
  width: 100%;
  max-width: 314px;
  margin-right: 25px;
}

.license-owd #license-info .infoWrap .course-info .course-step > div {
  display: flex;
  margin-bottom: 40px;
}

.license-owd #license-info .infoWrap .course-info .course-step > div.step1 dt {
  background-color: #e6e6e6;
}

.license-owd #license-info .infoWrap .course-info .course-step > div.step2 dt {
  background-color: #ffe023;
}

.license-owd #license-info .infoWrap .course-info .course-step > div.step3 {
  margin-bottom: 0;
}

.license-owd #license-info .infoWrap .course-info .course-step > div.step3 dt {
  background-color: #ffe023;
}

.license-owd #license-info .infoWrap .course-info .course-step > div dt {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 110px;
  height: 42px;
  margin-right: 10px;
  color: #00b2d1;
  font-family: noto-sans-cjk-jp, "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 110%;
  line-height: 1;
}

.license-owd #license-info .infoWrap .course-info .course-step > div dd {
  margin-top: -5px;
  margin-bottom: -5px;
  text-align: left;
}

@media only screen and (max-width: 736px) {
  .license-owd #license-info {
    padding-bottom: 60px;
  }
  .license-owd #license-info .infoWrap .owd-service {
    margin-bottom: 80px;
  }
  .license-owd #license-info .infoWrap .priceBox .price {
    font-size: 50.4px;
  }
  .license-owd #license-info .infoWrap .course-info {
    margin-top: 80px;
  }
  .license-owd #license-info .infoWrap .course-info .course-step > div {
    margin-bottom: 30px;
  }
  .license-owd #license-info .infoWrap .course-info .course-step > div dt {
    min-width: 100px;
  }
  .license-owd #license-info .infoWrap .course-info .course-step > div dd {
    line-height: 1.6;
  }
}

@media screen and (max-width: 640px) {
  .license-owd #license-info .infoWrap .course-info .courseList {
    flex-direction: column;
  }
  .license-owd #license-info .infoWrap .course-info .courseList::before {
    max-width: none;
    width: 100%;
    padding-top: 50%;
    margin: 0 auto 20px;
    background-position: center 60%;
  }
}

@media only screen and (max-width: 500px) {
  .license-owd #license-info {
    padding-bottom: 40px;
  }
  .license-owd #license-info .infoWrap .owd-service {
    margin-bottom: 60px;
  }
  .license-owd #license-info .infoWrap .btnWrap.custom2 {
    padding-right: 0;
    justify-content: center;
  }
  .license-owd #license-info .infoWrap .priceBox .price {
    font-size: 45.3px;
  }
  .license-owd #license-info .infoWrap .summaryFrame .qualification::before {
    display: block;
  }
  .license-owd #license-info .infoWrap .summaryFrame .qualification span {
    padding-left: 0;
  }
  .license-owd #license-info .infoWrap .summaryFrame .qualification small {
    display: block;
    margin-bottom: 5px;
    margin-left: -0.5em;
    line-height: 1.2;
  }
  .license-owd #license-info .infoWrap hr.set-margin--word {
    margin-top: 20px;
  }
  .license-owd #license-info .infoWrap .course-info {
    margin-top: 60px;
  }
}

.license-owd #license-info .infobox {
  margin-bottom: 15px;
  text-align: center;
  color: orangered;
  line-height: 1.2;
}

.license-owd #license-info .infobox span {
  display: inline-block;
}

.license-owd #course-section {
  padding: 80px 60px 70px;
  background-color: rgba(41, 144, 199, 0.4);
}

.license-owd #course-section::before {
  content: "";
  background-image: url(../images/license-bg.jpg);
  background-size: cover;
  background-position: center bottom;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.license-owd #course-section .subtitle {
  margin-top: 0.1em;
  margin-bottom: 0;
  font-family: 'Crimson Text', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 44px;
  line-height: 0.8;
  color: rgba(255, 255, 255, 0.4);
}

.license-owd #course-section .subtitle span {
  display: inline-block;
}

.license-owd #course-section .courseTitle {
  margin-top: -5px;
  margin-bottom: 30px;
  font-family: noto-sans-cjk-jp, "Noto Sans JP", sans-serif;
  font-weight: 800;
  font-size: 30px;
  line-height: 1.2;
  color: black;
}

.license-owd #course-section .courseTitle span {
  display: inline-block;
}

.license-owd #course-section .priceBox {
  color: #0071bc;
  line-height: 1;
  color: white;
}

.license-owd #course-section .priceBox .price {
  font-size: 56px;
}

.license-owd #course-section .priceBox .tax {
  display: inline-block;
  font-size: 1.4rem;
  margin-right: -0.5em;
}

.license-owd #course-section .priceBox .tax::before {
  content: "（税込";
  margin-right: 0.25em;
}

.license-owd #course-section .priceBox .tax::after {
  content: "）";
}

.license-owd #course-section .owd-service {
  margin-top: 15px;
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: 600;
  font-size: 120%;
  line-height: 1.2;
  text-align: center;
  color: black;
}

@media only screen and (max-width: 736px) {
  .license-owd #course-section {
    padding: 60px 60px 50px;
  }
  .license-owd #course-section .subtitle {
    font-size: 39.6px;
  }
  .license-owd #course-section .courseTitle {
    font-size: 27px;
  }
  .license-owd #course-section .priceBox .price {
    font-size: 50.4px;
  }
}

@media only screen and (max-width: 500px) {
  .license-owd #course-section .subtitle {
    font-size: 35.6px;
  }
  .license-owd #course-section .courseTitle {
    font-size: 24px;
  }
  .license-owd #course-section .priceBox .price {
    font-size: 45.3px;
  }
}

.license-owd #course-section .infobox {
  margin-bottom: 15px;
  text-align: center;
  color: yellow;
  line-height: 1.2;
}

.license-owd #course-section .infobox span {
  display: inline-block;
}

.license-owd #special {
  padding-top: 90px;
  background-color: white;
}

.license-owd #special .bnrWrap {
  text-align: center;
}

.license-owd #special .bnrWrap h2 {
  margin-bottom: 35px;
  color: #44bdc0;
  font-family: noto-sans-cjk-jp, "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 40px;
  line-height: 1.2;
}

.license-owd #special .bnrWrap h2 b {
  display: inline-block;
  font-weight: 600;
}

.license-owd #special .bnrWrap h2 [data-ruby]::before {
  width: 180px;
  top: -0.5em;
  color: #44bdc0;
}

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

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

.license-owd #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;
}

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

.license-owd #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;
}

.license-owd #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;
}

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

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

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

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

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

.license-owd #special .bnrWrap .ticket.is-left > img {
  position: absolute;
  top: 40px;
  left: 10px;
}

.license-owd #special .bnrWrap .ticket.is-left .ticketWrap .campaign-txt p {
  padding-left: 80px;
}

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

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

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

@media only screen and (max-width: 736px) {
  .license-owd #special {
    padding-top: 60px;
  }
  .license-owd #special::before {
    padding-top: 200px;
  }
  .license-owd #special .bnrWrap {
    padding-top: 50px;
  }
  .license-owd #special .bnrWrap h2 {
    padding: 0 20px;
    font-size: 32.4px;
  }
  .license-owd #special .bnrWrap h2 [data-ruby]::before {
    font-size: 11.2px;
  }
  .license-owd #special .bnrWrap .ticket {
    padding: 0 20px;
  }
  .license-owd #special .bnrWrap .ticket .ticketWrap .campaign-title {
    font-size: 20px;
  }
  .license-owd #special .bnrWrap .ticket .ticketWrap .campaign-txt h5 {
    font-size: 30px;
  }
  .license-owd #special .bnrWrap .ticket .ticketWrap .campaign-txt p {
    padding-right: 15%;
  }
  .license-owd #special .bnrWrap .ticket > img {
    width: 21.2%;
    right: -15px;
  }
}

@media only screen and (max-width: 500px) {
  .license-owd #special {
    padding-top: 20px;
  }
  .license-owd #special .bnrWrap h2 {
    font-size: 29px;
  }
  .license-owd #special .bnrWrap .ticket .ticketWrap {
    box-shadow: none;
  }
  .license-owd #special .bnrWrap .ticket .ticketWrap .campaign-title {
    margin-bottom: -11px;
    font-size: 18px;
  }
  .license-owd #special .bnrWrap .ticket .ticketWrap .campaign-txt {
    margin-top: -5px;
  }
  .license-owd #special .bnrWrap .ticket .ticketWrap .campaign-txt h5 {
    font-size: 27px;
  }
  .license-owd #special .bnrWrap .ticket .ticketWrap .campaign-txt p {
    padding-right: 15%;
  }
  .license-owd #special .bnrWrap .ticket > img {
    top: 100px;
    right: 0px;
    width: 21.2%;
  }
}

.license-owd #diving-systemLink {
  padding-top: 80px;
  background-color: white;
}

@media only screen and (max-width: 736px) {
  .license-owd #diving-systemLink {
    padding-top: 60px;
  }
}

@media only screen and (max-width: 500px) {
  .license-owd #diving-systemLink {
    padding-top: 40px;
  }
}

.license-owd #diving-system .systemvisual li {
  opacity: 0.5;
}

.license-owd #diving-system .systemvisual li.row1 {
  opacity: 1;
}

.license-owd #diving-system .systemvisual li.row1::before {
  content: url(../images/arrow-btm.png);
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}

.license-owd #diving-system .systemvisualWrap .imgblock .illust1, .license-owd #diving-system .systemvisualWrap .imgblock .illust2 {
  opacity: 0.5;
}

.license-owd #diving-system .systemvisualWrap .imgblock:hover .systemvisual li {
  opacity: 0.5;
}

.license-owd #diving-system .systemvisualWrap .imgblock:hover .systemvisual li::before {
  content: "";
}

.license-owd #diving-system .systemvisualWrap .imgblock:hover .systemvisual li:hover {
  opacity: 1;
}

.license-owd #diving-system .systemvisualWrap .imgblock:hover .systemvisual li:hover::before {
  content: url(../images/arrow-btm.png);
}

.license-owd #diving-system .systemvisualWrap .imgblock:hover .systemvisual li.row2:hover img {
  opacity: 1;
}

.license-owd #diving-system .systemvisualWrap .imgblock:hover .systemvisual li.row3:hover::after {
  content: "";
  position: absolute;
  bottom: 14%;
  left: 0%;
  display: block;
  width: 12%;
  height: 20%;
  z-index: 1;
  background-image: url(../images/illust-diver1.png);
  background-position: right bottom;
  background-size: 530% auto;
  opacity: 0.2;
  overflow: hidden;
}

.license-owd #diving-system .systemvisualWrap .imgblock:hover .systemvisual li.row4:hover img {
  opacity: 1;
}

.license-owd #diving-system .systemlink {
  padding-bottom: 60px;
}

.license-owd #diving-system .systemlink li:hover {
  opacity: 1;
}

.license-owd #diving-system .systemlink li a {
  cursor: default;
}

.license-owd #diving-system .systemlink li a::after {
  content: "";
}

.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-pro {
  width: 90%;
  margin: 40px auto;
  text-align: left;
}

.modal .checkList-pro input.acd-check {
  display: none;
}

.modal .checkList-pro label.acd-label {
  display: block;
  width: 100%;
  margin: 10px 0;
  padding: 5px 5px 5px 73px;
  text-indent: -63px;
  list-style: none;
  font-size: 125%;
  font-weight: 300;
  text-align: left;
  letter-spacing: -0.03em;
  line-height: 1.3;
  color: #006fab;
  cursor: pointer;
  transition: all 0.3s;
}

.modal .checkList-pro label.acd-label:hover {
  background-color: rgba(237, 20, 61, 0.1);
}

.modal .checkList-pro label.acd-label:hover::before {
  content: "→Yes";
  color: crimson;
}

.modal .checkList-pro label.acd-label::before {
  content: "Yes";
  display: inline-block;
  width: 51px;
  margin-right: 0.5em;
  color: gainsboro;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  text-align: right;
}

.modal .checkList-pro .acd-content {
  max-height: 0;
  opacity: 0;
  padding: 0 10px;
  font-size: 85%;
  font-weight: 300;
  color: #888;
  transition: 0.3s;
  visibility: hidden;
}

.modal .checkList-pro .acd-content strong {
  color: black;
  font-weight: 600;
}

.modal .checkList-pro .acd-content mark {
  background-color: rgba(237, 20, 61, 0.2);
  font-weight: 600;
  color: crimson;
}

.modal .checkList-pro .acd-content span {
  color: crimson;
}

.modal .checkList-pro .acd-content .chack {
  padding: 0.5em 1em 0.5em 2.2em;
  margin: 0.5em 0;
  text-indent: -1.2em;
  border: solid 1px rgba(237, 20, 61, 0.4);
  border-radius: 8px;
  background-color: rgba(237, 20, 61, 0.2);
  font-weight: 600;
  line-height: 1.2;
  color: crimson;
}

.modal .checkList-pro .acd-content .chack::before {
  content: "\f06a";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 0.2em;
}

.modal .checkList-pro .acd-content .warning {
  padding: 0.5em 1em 0.5em 2.2em;
  margin: 0.5em 0;
  text-indent: -1.2em;
  border: solid 1px rgba(237, 20, 61, 0.6);
  border-radius: 8px;
  background-color: black;
  font-weight: 600;
  line-height: 1.2;
  color: #ffe023;
}

.modal .checkList-pro .acd-content .warning::before {
  content: "\f071";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: red;
  margin-right: 0.2em;
}

.modal .checkList-pro .acd-check:checked + .acd-label {
  position: relative;
  margin-bottom: 16px;
  background-color: rgba(237, 20, 61, 0.1);
}

.modal .checkList-pro .acd-check:checked + .acd-label::before {
  content: "× ";
  color: black;
  font-size: 24px;
  font-weight: 300;
  line-height: 1;
}

.modal .checkList-pro .acd-check:checked + .acd-label::after {
  content: "▼";
  color: #fee9ec;
  position: absolute;
  left: 57%;
  bottom: -16px;
  font-size: 20px;
  transform: translateX(-50%);
  line-height: 1;
}

.modal .checkList-pro .acd-check:checked + .acd-label + .acd-content {
  max-height: 1300px;
  opacity: 1;
  padding: 12px;
  margin-bottom: 20px;
  visibility: visible;
  border: solid 1px #999;
  border-radius: 10px;
}

@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-pro {
    width: 100%;
  }
}
