@charset "UTF-8";

/*=============================================================================
settings
=============================================================================*/

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-size: 16px;
}

* {
  font-family: "Noto Sans JP";
  color: #000000;
  letter-spacing: 0;
  font-feature-settings: "palt";
}

.inner {
  width: 1260px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  padding: 0 40px;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

.mgn-top20px {
  margin-top: 20px;
}

.sec-ttl {
  width: 100%;
  border-top: 2px solid #004098;
  border-bottom: 2px solid #004098;
  padding: 35px 0;
  margin-bottom: 4vw;
}

.sec-ttl h2 {
  font-size: 60px;
  font-weight: bold;
  color: #004098;
  text-align: center;
  line-height: 1;
  margin-bottom: 24px;
}

.sec-ttl p {
  font-size: 16px;
  color: #004098;
  text-align: center;
  line-height: 1;
}

.h3-ttl {
  font-size: 26px;
  font-weight: bold;
  color: #004098;
  line-height: 1;
  margin-bottom: 15px;
}

#access,
#seminar,
#voice,
#faq,
#license {
  padding: 180px 0;
}

#seminar,
#faq {
  background-color: #dcf5ff;
}

.btn-form {
  padding: 0 20px;
}

/*.btn-form a,
.stepbox-btn a {
  display: block;
  max-width: 300px;
  width: 100%;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  padding: 25px;
  background: linear-gradient(to bottom right, #4AAAD1 1%, #0C63AF 15%, #151A59 50%);
  border-radius: 50px;
  text-align: center;
  margin: auto;
  transition: 2s;
}

.btn-form a:hover,
.stepbox-btn a:hover {
  background: linear-gradient(to bottom right, #4AAAD1 1%, #0C63AF 15%, #0C63AF 80%);

}*/

.btn-form a,
.stepbox-btn a {
  position: relative;
  display: block;
  max-width: 300px;
  width: 100%;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  padding: 25px;
  border-radius: 50px;
  text-align: center;
  margin: auto;
  background: linear-gradient(to bottom right, #4AAAD1 1%, #0C63AF 15%, #151A59 50%);
  overflow: hidden;
}

/* テキストを上に */
.btn-form a span,
.stepbox-btn a span {
  position: relative;
  z-index: 2;
  color: #FFF;
}

/* 背景レイヤー */
.btn-form a::before,
.stepbox-btn a::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50px;
  background: linear-gradient(to bottom right, #4AAAD1 1%, #0C63AF 15%, #0C63AF 80%);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 1;
}

.btn-form a:hover::before,
.stepbox-btn a:hover::before {
  opacity: 1;
}

.kaigyo {
  display: inline-block;
  color: inherit;
  font-size: inherit;
}

.txt-80per {
  font-size: 80%;
}

.txt-underline {
  text-decoration: underline;
  font-weight: bold;
}


/*=============================================================================
header
=============================================================================*/
header {
  display: flex;
  justify-content: space-between;
  padding: 20px 20px 0;
}

.logo {
  max-width: 587px;
  width: 100%;
}

.logo img {
  width: 100%;
}

.head-info {
  width: 50%;
  text-align: right;
}

.head-info p:nth-of-type(1) {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
}

.head-info p:nth-of-type(1) img {
  height: 24px;
  width: auto;
  margin-left: 5px;
}

.head-info p:nth-of-type(2) {
  text-align: right;
}

.head-info p:nth-of-type(2) img {
  height: 15px;
  width: auto;
  margin-right: 5px;
}

/*=============================================================================
schedule
=============================================================================*/
.schedule {}

.schedule-ymd {
  max-width: 1000px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2vw;
  margin: auto;
  padding: 0 2vw;
}

.schedule-ymd table {
  width: 100%;
  border: 1px solid #004098;
  margin: 50px auto;
}

.schedule-ymd table th {
  font-size: 30px;
  font-weight: bold;
  background-color: #151A59;
  color: #fff;
  text-align: center;
  padding: 15px 10px;
}

.schedule-ymd table td {
  background-color: #FFF;
  font-size: 26px;
}

.first-ymd tr:nth-of-type(even) td,
.second-ymd tr:nth-of-type(even) td {
  background-color: #dcf5ff;
}

.schedule-ymd table th,
.schedule-ymd table td {
  line-height: 1;
}

.schedule-ymd table td p:nth-of-type(2) {
  color: #ff6300 !important;
}

.manth-nmb {
  font-size: 130%;
  color: inherit;
  vertical-align: text-top;
}

.schedule-day {
  font-weight: bold;
  color: #151A59;
  padding: 15px 10px 15px 15px;
  text-align: right;
}

.schedule-time {
  padding: 15px 15px 15px 0px;
  text-align: left;
}

/*=============================================================================
main-visual
=============================================================================*/
.main-visual {
  margin-top: -30px;
}

.bg-wrap {
  background-position: top left;
  background-image: url(https://airocean.jp/lp06/assets/img/main-bgimg.webp);
  background-size: 1920px;
  background-repeat: no-repeat;
}

h1 {
  width: 100%;
  max-width: 1260px;
  margin: auto;
  overflow: hidden;
  padding: 0 6px 0 0;
  box-sizing: border-box;
}

h1 img {
  width: 100%;
}

/*=============================================================================
message
=============================================================================*/
.message {
  padding-top: 130px;
  padding-bottom: 130px;
}

.message img {
  width: 100%;
  max-width: 992px;
  text-align: center;
}

.message figure {
  text-align: center;
}

/*=============================================================================
access
=============================================================================*/
#access {
  padding-top: 0;
}

.acc-box {
  width: 100%;
  margin-bottom: 50px;
}

.acc-box p {
  font-size: 22px;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 30px;
}

.acc-flex {
  display: flex;
  justify-content: space-between;
}

.acc-flex-img {
  max-width: 590px;
  width: 100%;
  margin-right: 10px;
}

.acc-flex-img img {
  width: 100%;
}

.acc-flex-txtbox {
  max-width: 535px;
  width: 100%;
  margin-left: 10px;
}

.acc-flex-txtbox ul {
  border-top: 2px solid #000000;
  border-bottom: 2px solid #000000;
}

.acc-flex-txtbox ul li {
  width: 100%;
  font-size: 24px;
  font-weight: bold;
  padding: 15px 10px 15px 0.5em;
  border-bottom: 1px dotted #000000;
  line-height: 1.3;
  text-indent: -0.5em;
}

.acc-flex-txtbox ul li:nth-of-type(4) {
  border-bottom: none;
}

.map-info {
  border-left: 4px solid #004098;
  padding: 5px 0;
  margin-top: 20px;
}

.map-info p {
  line-height: 1;
  margin-left: 8px;

}

.map-info p:nth-of-type(1) {
  font-size: 16px;
  margin-bottom: 5px;
}

.map-info p:nth-of-type(2) {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
}

/*=============================================================================
seminar
=============================================================================*/
.seminar {
  background-image: url(https://airocean.jp/lp06/assets/img/smn-bg-img.webp);
  background-repeat: no-repeat;
  background-position: top 360px right 0;
  background-size: 800px;
}

.smn-box {
  max-width: 812px;
  width: 100%;
  margin: 0 auto 3vw 0;
}

.smn-box img {
  width: 100%;
}

.smn-box p {
  font-size: 20px;
  text-align: center;
  line-height: 1.8;
  margin-top: 30px;
}

.smn-flex {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 2em;
}

.smn-flex-box1,
.smn-flex-box2 {
  width: 48.5%;
}

.smn-flex-box1 table,
.smn-flex-box2 table {
  width: 100%;
}

.smn-flex-box1 table th,
.smn-flex-box2 table th {
  background-color: #004098;
  line-height: 1.5;
  padding: 0.8em;
  font-size: 20px;
  font-weight: normal;
  color: #fff;
  text-align: center;
}

.smn-flex-box1 table {
  margin-bottom: 10px;
}

.smn-flex-box1 table td {
  background-color: #fff;
  text-align: center;
  padding: 40px 0;
}

.smn-flex-box1 table td span {
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
  display: block;
  color: #004098;
}

.smn-flex-box1 p {
  line-height: 1.5;
  text-indent: -1em;
  padding-left: 1em;
}

.smn-flex-box2 table td {
  font-size: 20px;
  line-height: 1.3;
  padding: 15px 15px 15px 40px;
  background-color: #fff;
  text-indent: -15px;

}

.smn-flex-box2 table tr:nth-of-type(2n+1) td {
  background-color: #fff5dc;
}

.smn-fee {
  margin-bottom: 1em;
}

.smn-fee .jukou-price {
  width: 100%;
}

.smn-fee .jukou-price th {
  background-color: #004098;
  line-height: 1.5;
  padding: 0.8em;
  font-size: 20px;
  font-weight: normal;
  color: #fff;
  text-align: center;
}

.smn-fee .jukou-price td {
  background-color: #fff;
  padding: 45px 10px;
}

.smn-fee .jukou-price tr td:nth-last-of-type(1) {
  display: flex;
  justify-content: center;
}

.smn-fee .jukou-price td p:nth-of-type(1) {
  font-size: 60px;
  font-weight: bold;
  color: #ff6300;
}

.smn-fee .jukou-price td p:nth-of-type(2) {
  line-height: 1.5;
  margin: auto 0 auto 10px;
}

.smn-fee .jukou-price td p:nth-of-type(1) span {
  font-size: 50%;
  font-weight: bold;
  color: #ff6300;
}

.smn-info {}

.smn-info p {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 0px;
  line-height: 1.5;
}

.smn-info p:nth-of-type(1),
.smn-info p:nth-of-type(2) {
  color: #ff6300;
}

.smn-hikaku {
  margin-top: 10vw;
}

.smn-hikaku p {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  margin-bottom: .5em;
}

.smn-hikaku h3 {
  font-size: 26px;
  font-weight: bold;
  color: #004098;
  text-align: center;
  margin-bottom: .5em;
  line-height: 1.5;
}

.smn-hikaku h3 span {
  color: #004098;
}

table.jukou-hikaku {
  width: 100%;
  min-width: 1000px;
  background-color: #fff;
}

.smn-hikaku-kome {
  font-size: 16px !important;
  font-weight: normal !important;
  text-align: left !important;
  margin-top: .5em;
}

table.jukou-hikaku th {
  font-weight: normal;
  color: #fff;
  background-color: #004098;
  padding: 15px 5px;
  line-height: 1;
  text-align: center;
}

table.jukou-hikaku tr:nth-of-type(1) th:nth-of-type(2) {
  background-color: #22b573;
  font-weight: bold;
}

table.jukou-hikaku tr:nth-of-type(3) td:nth-of-type(1),
table.jukou-hikaku tr:nth-of-type(4) td:nth-of-type(1) {
  color: #ff6300;
}

table.jukou-hikaku th:nth-of-type(2n+4) {
  background-color: #003277;
}

table.jukou-hikaku td {
  text-align: center;
  padding: 15px 5px;
  border-bottom: 1px solid #ccc;
  vertical-align: middle;
}

table.jukou-hikaku td:nth-of-type(2n+1) {
  background-color: #fff5dc;
  vertical-align: middle;
}

table.jukou-hikaku tr:nth-of-type(n+2) th {
  background-color: #333;
  border-bottom: 1px solid #666;
  vertical-align: middle;
}

table.jukou-hikaku tr:nth-of-type(n+2) td:nth-of-type(1) {
  font-size: 130%;
  font-weight: bold;
  background-color: #c3ebe8;
}

table.jukou-hikaku tr:nth-of-type(9) td {
  border-bottom: none;
}

.jukou-hikaku th span {
  display: inline-block;
  color: inherit;
  line-height: 1.2;
}

.jukou-hikaku-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/*=============================================================================
voice
=============================================================================*/
#voice {}

.voi-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.voi-flex figure {
  width: 18%;
  min-width: 150px;
  margin: 0 10px 30px 10px;
}

.voi-flex figure img {
  width: 100%;
}

.voi-flex figure figcaption {
  text-align: center;
  margin-top: 10px;
}

/*=============================================================================
faq
=============================================================================*/
#faq {}

.faq-list {}

.faq-box {
  padding: 30px;
  background-color: #fff;
  margin-top: 2em;
}

.faq-h4 {
  font-size: 22px;
  font-weight: bold;
  color: #151A59;
  line-height: 1.3;
  border-bottom: 1px solid #666;
  margin-bottom: 1em;
  padding-bottom: 1em;
  padding-left: 1.7em;
  text-indent: -1.7em;
}

.faq-box p {
  line-height: 1.8;
}

/*=============================================================================
license
=============================================================================*/
#license {
  padding-bottom: 0;
}

.licns-box p,
.licns-flow p {
  line-height: 1.8;
}

.licns-flex1 {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 60px;
}

.licns-flex-box1 {
  width: 100%;
  max-width: 750px;
  margin-right: 10px;
}

figure.licns-flex-box2 {
  width: 340px;
  margin-left: 10px;
}

figure.licns-flex-box2 img {
  width: 100%;
  height: auto;
}

figure.licns-flex-box2 figcaption {
  color: RED;
  margin-top: 2px;
}

.licns-copy {
  font-size: 40px;
  font-weight: bold;
  color: #004098;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 2vw;
}

.licns-copy2 {
  width: 100%;
  max-width: 520px;
  font-size: 22px;
  color: #fff;
  padding: 0.5em 10px;
  background-color: #ff6300;
  margin: 0 auto 60px;
  text-align: center;
}

.licns-flex2 {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 60px;
}

.licns-flex2 p {
  width: 100%;
  max-width: 385px;
  margin-right: 1em;
}

.licns-flex2 figure {
  width: 100%;
  max-width: 764px;
  min-width: 500px;
}

.licns-flex2 img {
  width: 100%;
}

.licns-flow {
  background-color: #dcf5ff;
  padding: 80px;
  margin: 0 auto 60px;
}

.licns-flow-ttl {
  font-size: 40px;
  font-weight: bold;
  color: #151A59;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 1em;
}

.licns-flow-step {}

.licns-flow-stepbox {
  display: flex;
  justify-content: space-between;
  padding: 40px;
  background-color: #fff;
}

.stepbox-txt {
  width: 100%;
  max-width: 510px;
  margin-right: 1em;
}

.stepbox-btn a {
  max-width: 300px;
  font-size: 16px;
  padding: 20px 10px;
}

/*.stepbox-btn a {
  width: 100%;
  max-width: 350px;
  background-color: #004098;
  font-size: 16px;
  color: #FFF;
  text-align: center;
  padding: 15px 10px;
  margin-top: 1em;
  display: block;
  border-radius: 40px;
}*/

.stepbox-img {
  width: 100%;
  max-width: 364px;
}

.stepbox-img img {
  width: 100%;
}

.stepbox-txt p:nth-of-type(2) {
  margin-top: 1em;
}

h6.stepbox-ttl {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 25px;
}

h6.stepbox-ttl img {
  max-width: 111px;
  width: 30%;
}

.triangle {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #004098;
  margin: 1em auto;
}

/*=============================================================================
footer
=============================================================================*/
.footer {
  padding: 60px 0 10px 0;
  border-top: 1px solid #000;
  margin-top: 100px;
}

.footer p {
  text-align: center;
  line-height: 1.5;
}

.footer .ftr-logo {
  width: 70%;
  max-width: 390px;
  margin: 20px auto;
}

.ftr-logo img {
  width: 100%;
}

.footer .ftr-tel {}

.ftr-mail img {
  width: 20px;
  margin-right: 5px;
}

.footer .footer__copyright {
  text-align: center;
  padding: 5px 0;
  font-size: 14px;
  color: #666;
  margin-top: 60px;
  border-top: 1px solid #000;
}

/*=============================================================================
1200px
=============================================================================*/
@media screen and (max-width: 1200px) {}


/*=============================================================================
1080px
=============================================================================*/
@media screen and (max-width: 1080px) {

  #access,
  #seminar,
  #voice,
  #faq,
  #license {
    padding: 15vw 0;
  }

  #access {
    padding-top: 0;
  }

  .logo {
    max-width: 900px;
    width: auto;
  }

  .logo .pc-only {
    display: none;
  }

  .logo .sp-only {
    width: 100%;
    max-width: 265px;
    display: block;
    margin: auto;
  }

  .head-info {
    width: auto;
  }

  .message {
    padding-top: 15vw;
    padding-bottom: 15vw;
  }

  .bg-wrap {
    background-size: 1400px;
  }

  .seminar {
    background-image: none;
  }

  .smn-box {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto 3vw 0;
  }

  .licns-flow {
    padding: 5vw;
    margin: 0 auto;
  }
}


/*=============================================================================
800px
=============================================================================*/
@media screen and (max-width: 800px) {
  .inner {
    padding: 0 4vw;
  }

  header {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0px 20px;
  }

  .logo {
    margin: 30px auto 10px;
    padding: 0;
  }

  .head-info {
    margin-bottom: 10px;
  }

  .head-info p:nth-of-type(1) {
    font-size: 140%;
  }

  .head-info p:nth-of-type(1) img {
    height: 20px;
  }

  .head-info p,
  .head-info p:nth-of-type(2) {
    text-align: center;
  }

  .main-visual {
    margin-top: 0px;
  }

  .acc-flex {
    justify-content: center;
    flex-wrap: wrap;
  }

  .acc-flex-img {
    max-width: 800px;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .acc-flex-txtbox {
    max-width: 800px;
    width: 100%;
    margin-left: 0px;
  }

  .smn-fee .jukou-price tr td:nth-last-of-type(1) {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }

  .smn-fee .jukou-price td p:nth-of-type(1) {
    margin-bottom: 1rem;
  }

  table.jukou-hikaku {
    width: 100%;
    background-color: #fff;
  }

  .licns-flex2 {
    display: flex;
    justify-content: center;
    margin: 0 auto 60px;
    flex-direction: column;
  }

  .licns-flex2 p {
    width: 100%;
    max-width: none;
    margin-bottom: 2em;
  }

  .licns-flow-stepbox {
    display: flex;
    justify-content: center;
    padding: 4vw;
    flex-direction: column;
  }

  .stepbox-txt {
    width: 100%;
    max-width: none;
    margin-right: 0;
    margin-bottom: 1em;
  }

  .stepbox-img {
    width: 100%;
    max-width: none;
  }

  .stepbox-btn a {
    margin: 1em auto 0;
  }

  .schedule-ymd {
    max-width: none;
    display: block;
  }

  .schedule-ymd table {
    width: 100%;
    max-width: 500px;
    border: 1px solid #004098;
    margin: 20px auto;
  }

  .schedule-ymd table.second-ymd {
    margin: 20px auto 50px;
  }
}

/*=============================================================================
600px
=============================================================================*/
@media screen and (max-width: 600px) {
  h1 {
    padding: 0 2vw 0;
    margin-bottom: 10vw;
  }

  h1 img:nth-of-type(3) {
    padding: 0 4vw 0;
  }

  .sec-ttl {
    padding: 20px 0;
  }

  .sec-ttl h2 {
    font-size: 45px;
    font-weight: bold;
    color: #004098;
    text-align: center;
    line-height: 1;
    margin-bottom: 10px;
  }

  .sec-ttl p {
    font-size: 16px;
    color: #004098;
    text-align: center;
    line-height: 1;
  }

  .btn-form a {
    font-size: 18px;
  }

  .schedule-ymd {
    padding: 0 4vw;
  }

  .schedule-ymd table th {
    font-size: 22px;
    padding: 10px 5px;
  }

  .schedule-ymd table td {
    font-size: 20px;
  }

  .acc-box p {
    font-size: 18px;
    text-align: left;
    line-height: 1.5;
    margin-bottom: 1em;
  }

  .acc-flex-txtbox ul li {
    font-size: 20px;
    padding: 15px 10px 15px 0.5em;
    border-bottom: 1px dotted #000000;
    line-height: 1.3;
    text-indent: -0.5em;
  }

  .map-info p:nth-of-type(2) {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.3;
  }

  .main-visual .pc-only,
  .message .pc-only {
    display: none;
  }

  .main-visual .sp-only,
  .message .sp-only {
    display: block;
  }

  .smn-box p {
    font-size: 18px;
    text-align: justify;
    line-height: 1.5;
    margin-top: 30px;
  }

  .smn-box p br {
    display: none;
  }

  .smn-flex {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 2em;
    flex-direction: column;
  }

  .smn-flex-box1,
  .smn-flex-box2 {
    width: 100%;
  }

  .smn-flex-box2 {
    margin-top: 2em;
  }

  .smn-fee .jukou-price td p:nth-of-type(1) {
    font-size: 45px;
  }

  .smn-info p {
    font-size: 18px;
    padding-left: 1em;
    text-indent: -1em;
  }

  .smn-hikaku p {
    font-size: 18px;
    margin-bottom: .3em;
  }

  .licns-box .licns-copy {
    font-size: 25px;
    line-height: 1.5;
  }

  .licns-flex1 {
    display: flex;
    justify-content: center;
    margin: 0 auto 60px;
    flex-direction: column;
  }

  figure.licns-flex-box2 {
    width: 70%;
    margin: 1em auto 0;
  }

  .licns-flex2 figure {
    min-width: auto;
  }

  .licns-flow-ttl {
    font-size: 30px;
    margin-bottom: .5em;
    line-height: 1.3;
  }

  h6.stepbox-ttl {
    font-size: 25px;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 15px;
  }

  table.jukou-hikaku {
    min-width: 800px;
  }

  table.jukou-hikaku tr:nth-of-type(n+2) td:nth-of-type(1) {
    font-size: 110%;
    font-weight: bold;
    background-color: #c3ebe8;
  }
}

/*=============================================================================
400px
=============================================================================*/
@media screen and (max-width: 400px) {
  h1 {
    padding: 0 2vw 0;
    margin-bottom: 10vw;
  }

  h1 img:nth-of-type(3) {
    padding: 0 2vw 0;
  }

  .smn-box p {
    font-size: 16px;
    text-align: justify;
    line-height: 1.5;
    margin-top: 20px;
  }

  .smn-flex-box2 table td {
    font-size: 16px;
  }

  .smn-fee .jukou-price td p:nth-of-type(2) {
    text-align: left;
  }

  .smn-hikaku h3 {
    font-size: 22px;
  }

  .smn-flex-box1 table th,
  .smn-flex-box2 table th {
    line-height: 1.3;
    padding: 0.7em;
    font-size: 18px;
  }

  .smn-flex-box1 table td {
    padding: 20px 0;
  }

  .smn-flex-box1 table td span {
    font-size: 30px;
  }

  .smn-fee .jukou-price td {
    padding: 20px 10px;
  }

  .voi-flex {
    width: 100%;
    box-sizing: border-box;
    display: grid;
    flex-wrap: wrap;
    justify-content: center;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .voi-flex figure {
    width: 100%;
    min-width: auto;
    margin: 0;
  }

  .licns-box .licns-copy2 {
    font-size: 20px;
    padding: 0.5em 10px;
    margin: 0 auto 30px;
    line-height: 1.5;
  }

  .licns-flow-ttl {
    font-size: 25px;
  }

  .stepbox-ttl {
    text-align: center;
  }

  h6.stepbox-ttl img {
    max-width: 111px;
    width: auto;
    min-width: 100px;
    display: block;
    margin: 10px auto 5px;
  }

  .jukou-hikaku th,
  .jukou-hikaku td {
    font-size: 14px;
  }

  .jukou-hikaku th {
    padding: 5px;
  }

  .jukou-hikaku th span {
    display: block;
    color: inherit;
    line-height: 1.2;
  }
}