@charset "UTF-8";
*,
*::before,
*::after {
  background-repeat: no-repeat;
  box-sizing: border-box;
  word-break: break-all;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, hr, button {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: bottom;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

i, em {
  font-style: normal;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: none;
}

q:before, q:after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
}

button, [type=button], [type=reset], [type=submit], [type=password], select {
  border: none;
  border-radius: unset;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

pre {
  white-space: normal;
}

img {
  max-width: 100%;
}

details {
  display: block;
}

summary {
  cursor: pointer;
  list-style: none;
}
summary::-webkit-details-marker {
  display: none;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, hr, button {
  font-family: "Noto Sans Japanese", "Helvetica Neue", Arial, "Hiragino Sans", Meiryo, sans-serif;
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 751px) {
  html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, hr, button {
    font-size: 16px;
  }
}

a {
  color: #0a40a0;
}
a[href*=".pdf"]::before {
  margin-right: 0.5em;
  content: url("/img/common/PDF_24.png");
  vertical-align: middle;
}
a[href*=".pdf"].u-fss::before {
  margin-right: 0.25em;
  content: url("/img/common/PDF_16.png");
}

small {
  font-size: 2.9333333333vw;
}
@media screen and (min-width: 751px) {
  small {
    font-size: 12px;
  }
}

sup {
  font-size: 0.8em;
  vertical-align: super;
}

label {
  vertical-align: middle;
}

tr:empty {
  display: none;
}

@font-face {
  font-family: "icomoon";
  src: url("/fonts/icomoon.eot?w7pih3");
  src: url("/fonts/icomoon.eot?w7pih3#iefix") format("embedded-opentype"), url("/fonts/icomoon.ttf?w7pih3") format("truetype"), url("/fonts/icomoon.woff?w7pih3") format("woff"), url("/fonts/icomoon.svg?w7pih3#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.Body {
  min-width: 375px;
}
@media screen and (min-width: 751px) {
  .Body {
    min-width: 1130px;
  }
  .Body.is-home {
    min-width: 1400px;
  }
}
.Body.is-freeze {
  overflow: hidden;
}

.Footer {
  color: #ffffff;
  background-color: #2f3747;
}
@media screen and (min-width: 751px) {
  .Footer {
    padding: 40px;
  }
}
.Footer a {
  color: #ffffff;
  text-decoration: none;
}
.Footer-inner {
  padding: 8vw 8vw;
}
.Footer-inner > p {
  line-height: 1.5;
}
@media screen and (min-width: 751px) {
  .Footer-inner {
    padding: 0;
  }
}
@media screen and (min-width: 751px) and (min-width: 751px) {
  .Footer-inner {
    max-width: 1130px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 751px) and (max-width: 750px) {
  .Footer-inner {
    max-width: 100%;
  }
}
.Footer .icon-blank:after {
  content: "\e900";
  margin-left: 0.8em;
  font-size: 10px;
}
.Footer-bottom {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: flex-end;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 2px solid #262c39;
}
@media screen and (max-width: 750px) {
  .Footer-bottom {
    display: block;
    margin-top: 5.3333333333vw;
    padding-top: 4vw;
  }
}
.Footer-nav {
  display: flex;
  justify-content: center;
  margin-bottom: 0;
}
@media screen and (max-width: 750px) {
  .Footer-nav {
    flex-wrap: wrap;
    margin-bottom: 1.5em;
  }
}
.Footer-nav li {
  display: inline-block;
}
@media screen and (min-width: 751px) {
  .Footer-nav li {
    line-height: 1;
    margin: 0;
    padding: 0;
  }
}
.Footer-nav li:not(:last-child) {
  margin-right: 1em;
}
@media screen and (min-width: 751px) {
  .Footer-nav li:not(:last-child) {
    margin-right: 1em;
    padding-right: 1em;
    border-right: 1px solid #ffffff;
  }
}
.Footer-nav li a {
  font-size: 2.9333333333vw;
  color: #ffffff;
}
@media screen and (min-width: 751px) {
  .Footer-nav li a {
    font-size: 12px;
  }
}
.Footer-nav li a, .Footer-nav li a:link, .Footer-nav li a:visited, .Footer-nav li a:hover, .Footer-nav li a:active, .Footer-nav li a:focus {
  color: inherit;
}
.Footer-copy {
  display: block;
  font-size: 2.6666666667vw;
  text-align: center;
}
@media screen and (min-width: 751px) {
  .Footer-copy {
    font-size: 11px;
  }
}

.Header-inner {
  border-bottom: 3px solid #e6e6e6;
}
@media screen and (max-width: 750px) {
  .Header-inner {
    display: block;
    position: relative;
    height: 13.3333333333vw;
  }
}
@media screen and (min-width: 751px) {
  .Header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4vw;
    max-width: 1130px;
    margin: 0 auto;
    padding: 20px 0;
  }
}
@media screen and (min-width: 751px) and (min-width: 751px) {
  .Header-inner {
    max-width: 1130px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 751px) and (max-width: 750px) {
  .Header-inner {
    max-width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .Header-logo {
    margin-top: 2.6666666667vw;
    margin-left: 5.3333333333vw;
    margin-bottom: 1.3333333333vw;
    text-align: left;
  }
  .Header-logo a {
    display: block;
  }
  .Header-logo img {
    text-align: left;
    width: 119px;
    height: 42px;
    margin: 0 auto;
  }
}
.Header-loginButton {
  display: block;
  width: 50px;
  text-align: center;
  text-decoration: none;
}
.Header-loginButton img {
  margin-bottom: 5px;
}
.Header-loginButton span {
  display: block;
  font-size: 10px;
}
@media screen and (max-width: 750px) {
  .Header-login {
    position: absolute;
    top: 0;
    right: 0;
    width: 26.6666666667vw;
    padding-left: 2.6666666667vw;
  }
  .Header-loginButton {
    position: absolute;
    border-left: 1px solid #147bc1;
    width: 26.6666666667vw;
    height: 9.8666666667vw;
    top: 0;
    right: 0;
    padding-top: 1.3333333333vw;
    padding-left: 2.6666666667vw;
  }
  .Header-loginButton span {
    font-size: 2.6666666667vw;
  }
  .Header-loginButton img {
    float: left;
    margin-top: 1.2vw;
  }
}

.HeaderLinks {
  background-color: #147bc1;
  line-height: 32px;
}
.HeaderLinks ul {
  display: flex;
  justify-content: flex-end;
  height: 32px;
}
@media screen and (min-width: 751px) and (min-width: 751px) {
  .HeaderLinks ul {
    max-width: 1130px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 751px) and (max-width: 750px) {
  .HeaderLinks ul {
    max-width: 100%;
  }
}
.HeaderLinks ul li {
  text-align: center;
  border-right: 1px solid #155b8a;
}
@media screen and (min-width: 751px) {
  .HeaderLinks ul li {
    width: 160px;
  }
}
@media screen and (max-width: 750px) {
  .HeaderLinks ul li {
    width: 120px;
  }
}
.HeaderLinks ul li:first-child {
  border-left: 1px solid #155b8a;
}
.HeaderLinks ul li a {
  display: block;
  height: 32px;
  padding: 0px 5px;
  text-align: center;
  color: white;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}
@media screen and (max-width: 750px) {
  .HeaderLinks ul li a {
    font-size: 3.2vw;
  }
}

.Main {
  background-color: #f0f3f6;
  padding: 40px 0 60px;
}
@media screen and (max-width: 750px) {
  .Main {
    padding-top: 0;
  }
}
.Main-inner {
  padding: 12vw 4vw;
}
@media screen and (max-width: 750px) {
  .Main-inner {
    width: 1130px;
    margin: 80px auto;
    padding: 0;
  }
}

@media screen and (min-width: 751px) {
  .Section {
    max-width: 1130px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 750px) {
  .Section {
    max-width: 100%;
  }
}
@media screen and (min-width: 751px) {
  .Section {
    margin-bottom: 60px;
  }
  .Section.is-home {
    min-width: 1400px;
  }
}
.Section.is-freeze {
  overflow: hidden;
}
.Section-box {
  padding: 40px 60px;
  background-color: #FFF;
}
@media screen and (max-width: 750px) {
  .Section-box {
    padding: 5.3333333333vw 2.6666666667vw;
  }
}
.Section p {
  line-height: 1.7;
  margin-bottom: 1em;
}
.Section--thin {
  max-width: 600px;
}

.ApplicationStep {
  padding: 20px;
}
@media screen and (max-width: 750px) {
  .ApplicationStep {
    padding: 1.3333333333vw 5.3333333333vw;
  }
}
@media screen and (min-width: 751px) {
  .ApplicationStep-inner {
    max-width: 1130px;
    margin-right: auto;
    margin-left: auto;
  }
}
.ApplicationStep-item {
  display: inline-block;
  position: relative;
  flex-grow: 1;
  color: #147bc1;
  font-size: 18px;
}
@media screen and (max-width: 750px) {
  .ApplicationStep-item {
    font-size: 3.2vw;
  }
}
.ApplicationStep-item:not(:last-child)::after {
  content: "＞";
  top: 50%;
  right: -8px;
  padding: 0 1em;
  color: #434c5e;
  font-size: 0.8em;
  font-weight: normal;
}
@media screen and (max-width: 750px) {
  .ApplicationStep-item:not(:last-child)::after {
    padding: 0 1em;
  }
}
.ApplicationStep-item--current {
  font-weight: bold;
  color: #434c5e;
}

.BorderBox {
  padding: 40px;
  border: 1px solid #cccccc;
}
@media screen and (max-width: 750px) {
  .BorderBox {
    padding: 5.3333333333vw;
  }
}
.BorderBox--narrow, .BorderBox.--narrow {
  padding: 20px;
}
@media screen and (max-width: 750px) {
  .BorderBox--narrow, .BorderBox.--narrow {
    padding: 2.6666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .BorderBox.--w500 {
    width: 500px;
  }
}
@media screen and (min-width: 751px) {
  .BorderBox.--w640 {
    width: 640px;
  }
}
@media screen and (min-width: 751px) {
  .BorderBox.--w800 {
    width: 800px;
  }
}
@media screen and (min-width: 751px) {
  .BorderBox.--w860 {
    width: 860px;
  }
}
.BorderBox.--center {
  margin-right: auto;
  margin-left: auto;
}
.BorderBox.--red {
  border: 1px solid #ce1c55;
}
.BorderBox.--blue {
  border: 1px solid #147bc1;
}
.BorderBox.--white {
  border-color: #ffffff;
}
.BorderBox.--bold {
  border: 3px solid;
}
.BorderBox.--double {
  border-width: 5px;
  border-style: double;
}
.BorderBox.--roundness {
  border-radius: 30px;
}
.BorderBox.--bg-lightblue {
  background-color: #f0fcff;
}
.BorderBox.--bg-lightpink {
  background-color: #fadada;
}

.Box {
  display: block;
}
@media screen and (min-width: 751px) {
  .Box.--w640 {
    width: 100%;
    max-width: 640px;
  }
}
@media screen and (min-width: 751px) {
  .Box.--w480 {
    width: 100%;
    max-width: 480px;
  }
}
.Box.--center {
  margin-right: auto;
  margin-left: auto;
}

.Button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: inherit;
  padding: 4vw 2.1333333333vw;
  color: #FFF;
  font-size: 3.7333333333vw;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  background-color: var(--Button-color);
  border: 2px solid var(--Button-color);
  box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  border-radius: 34px;
}
@media screen and (min-width: 751px) {
  .Button {
    min-width: 240px;
    padding: 1em 2em;
    font-size: 18px;
  }
}
@media screen and (max-width: 750px) {
  .Button {
    width: 100%;
    margin-bottom: 4.8vw;
    padding: auto;
  }
}
.Button.is-disabled {
  opacity: 0.3;
  pointer-events: none;
}
.Button.is-invert {
  color: white;
  background-color: var(--Button-color);
  box-shadow: inset 2px 2px var(--Button-color), inset -2px -2px var(--Button-color);
}
.Button-text {
  display: flex;
  flex: 1;
  justify-content: center;
}
.Button--border {
  background-color: white;
  border: 2px solid var(--Button-color, #147bc1);
}
.Button--border span {
  color: #147bc1;
}
.Button--border.--gray {
  border-color: #cccccc;
}
.Button--border.--gray span {
  color: #cccccc;
}
.Button--white {
  --Button-color: #ffffff;
  color: #434c5e;
  border: 2px solid #cccccc;
}
.Button--red {
  --Button-color: #ce1c55;
}
.Button--common {
  --Button-color: #147bc1;
}
.Button--gray {
  --Button-color: #cccccc;
}
.Button--notRegisterdEntry {
  --Button-color: #f2c6c2;
  color: #666;
}
.Button--certification {
  background-color: #e6f7ff;
  border: 1px solid #cccccc;
  box-shadow: none;
}
.Button--certification[disabled] {
  color: #434c5e;
  background-color: #e6e6e6;
  cursor: initial;
}
.Button--leftArrow::before, .Button--rightArrow::after {
  color: inherit;
  font-size: inherit;
  background-color: inherit;
}
.Button--leftArrow::before {
  content: "<";
}
.Button--rightArrow::after {
  content: ">";
}
.Button--return {
  border-color: #cccccc;
  color: #cccccc;
}
.Button--return span {
  color: #cccccc;
}
.Button--return::before {
  content: "\e902";
  margin-right: 1em;
  font-family: "icomoon" !important;
  font-size: 12px;
  speak: never;
}
.Button--fullWidth {
  width: 100%;
}
.Button--thin {
  display: inline-block;
  width: auto;
}
.Button.--wide {
  width: auto;
}
@media screen and (min-width: 751px) {
  .Button--large {
    padding: 24px 20px 24px 40px;
    font-size: 22px;
  }
}
@media screen and (min-width: 751px) {
  .Button--small {
    font-size: 14px;
  }
}
@media screen and (max-width: 750px) {
  .Button--small {
    padding: 2.6666666667vw 2.6666666667vw 2.1333333333vw;
  }
}
.Button:hover {
  opacity: 0.8;
}
.Button:hover > span {
  text-decoration: underline;
}

.ButtonControl {
  margin-bottom: 4vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 751px) {
  .ButtonControl {
    gap: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 750px) {
  .ButtonControl {
    padding: 0 5.3333333333vw;
  }
}
@media screen and (min-width: 751px) {
  .ButtonControl--large .ButtonControl-item {
    width: 520px;
  }
}
.ButtonControl.is-left {
  justify-content: flex-start;
}
@media screen and (min-width: 751px) {
  .ButtonControl.--3colsJust {
    justify-content: flex-start;
    width: 760px;
    margin-right: auto;
    margin-left: auto;
  }
  .ButtonControl.--3colsJust .Button {
    width: 240px;
  }
}
@media screen and (max-width: 750px) {
  .ButtonControl.--spReverse {
    flex-direction: column-reverse;
  }
}
.ButtonControl-item {
  display: flex;
  justify-content: center;
  margin-bottom: 2vw;
}
@media screen and (min-width: 751px) {
  .ButtonControl-item {
    width: 380px;
    margin-bottom: 10px;
  }
  .ButtonControl-item:not(:last-child) {
    margin-right: 80px;
  }
}
.ButtonControl--noFlex {
  display: block;
}
.ButtonControl--noFlex .ButtonControl-item:not(:last-child) {
  margin-right: 0;
}
.ButtonControl.--footer {
  margin-top: 80px;
  padding-top: 80px;
  border-top: 4px solid #e6e6e6;
}
@media screen and (max-width: 750px) {
  .ButtonControl.--footer {
    margin-top: 16vw;
    padding-top: 16vw;
  }
}

@media screen and (min-width: 751px) {
  .ColsLayout {
    display: flex;
    max-width: 1550px;
    margin: 0 auto;
    gap: 40px;
  }
}
.ColsLayout__left {
  flex-grow: 1;
}
@media screen and (min-width: 751px) {
  .ColsLayout__right {
    width: 380px;
    margin-bottom: 60px;
  }
}

.ConfirmList-pc {
  display: inherit;
}
@media screen and (min-width: 751px) {
  .ConfirmList-pc {
    display: block;
  }
}
@media screen and (max-width: 750px) {
  .ConfirmList-pc {
    display: none !important;
  }
}
.ConfirmList-sp {
  display: inherit;
}
@media screen and (min-width: 751px) {
  .ConfirmList-sp {
    display: none !important;
  }
}
@media screen and (max-width: 750px) {
  .ConfirmList-sp {
    display: block;
  }
}
.ConfirmList-sp dt, .ConfirmList-sp dd {
  padding: 2.6666666667vw;
}
.ConfirmList-sp dt {
  background-color: #e6e6e6;
}

.ConfirmInsurancePlan {
  color: #7b879f;
  font-size: 20px;
}
.ConfirmInsurancePlan-item {
  margin-left: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.ConfirmInsurancePlan-item:not(:last-child), .ConfirmInsurancePlan-item.--noborder {
  border-bottom: 2px solid #e6e6e6;
}
.ConfirmInsurancePlan-item__name {
  margin-bottom: 16px;
  font-weight: 600;
  font-size: 20px;
}
.ConfirmInsurancePlan-item.--price {
  margin-bottom: 40px;
  padding: 40px;
  border: 2px solid #434c5e;
  color: #434c5e;
}
.ConfirmInsurancePlan-item.--price > p {
  margin-bottom: 0;
  text-align: center;
  font-size: 28px;
}
.ConfirmInsurancePlan-item.--price > p > span {
  font-size: 32px;
  font-weight: 600;
}
@media screen and (max-width: 750px) {
  .ConfirmInsurancePlan-item.--price > p > span {
    display: block;
  }
}
.ConfirmInsurancePlan-item.--noborder {
  border-bottom: none;
}
.ConfirmInsurancePlan-itemDetail {
  margin-left: 20px;
}
.ConfirmInsurancePlan-itemDetail > p {
  margin-left: 20px;
  margin-bottom: 5px;
  line-height: 20px;
}
.ConfirmInsurancePlan-itemDetail__name {
  margin-top: 20px;
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 600;
}
.ConfirmInsurancePlan-itemDetail__planName {
  font-size: 20px;
  font-weight: 600;
}

.Form p {
  line-height: 1.3;
}
@media screen and (max-width: 750px) {
  .Form p.--optional {
    padding-bottom: 1.2em;
  }
}
.Form p.--optional:after {
  content: "任意";
  display: inline-block;
  padding: 5px 0.5em 3px;
  color: #ffffff;
  background-color: #434c5e;
  font-weight: bold;
  font-size: 12px;
}
@media screen and (max-width: 750px) {
  .Form p.--optional:after {
    margin-top: 1.3333333333vw;
    float: right;
  }
}
@media screen and (max-width: 750px) {
  .Form .--reqerd {
    padding-bottom: 1.2em;
  }
}
.Form .--reqerd:after {
  content: "必須";
  display: inline-block;
  padding: 5px 0.5em 3px;
  margin-left: 0.5em;
  vertical-align: middle;
  color: #ffffff;
  background-color: #ce1c55;
  font-weight: bold;
  font-size: 12px;
}
@media screen and (max-width: 750px) {
  .Form .--reqerd:after {
    margin-top: 1.3333333333vw;
    float: right;
  }
}
.Form-itemCategory {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}
.Form-itemCategory:before {
  display: inline;
  content: "・";
}
.Form-itemBox:not(:last-child) {
  margin-bottom: 40px;
}
.Form-item {
  display: block;
  position: relative;
  max-width: 480px;
  margin-bottom: 1.5em;
  padding: 10px 10px 12px;
  border: 1px solid #434c5e;
  border-radius: 20px;
}
@media screen and (max-width: 750px) {
  .Form-item {
    max-width: 100%;
    padding: 2.6666666667vw 1em;
    border-radius: 5.3333333333vw;
  }
}
.Form-item select {
  position: relative;
  box-sizing: border-box;
  padding: 0.5em 1em;
  border: 1px solid #7b879f;
  border-radius: 10px;
  text-align: right;
  color: #434c5e;
}
.Form-item select:invalid {
  color: #cccccc;
}
.Form-item select option {
  text-align: left;
  color: #434c5e;
}
.Form-item select option:first-child {
  color: #cccccc;
}
.Form-item select.--change:invalid {
  color: #434c5e;
}
.Form-item select.--change option:first-child {
  color: #cccccc;
}
.Form-item.--confirm {
  padding: 10px 0;
  max-width: 100%;
  margin-bottom: 5px;
  border: none;
  border-bottom: 2px solid #e6e6e6;
  border-radius: 0;
}
.Form-item.--nostyle {
  margin-bottom: 0;
  padding: 0;
  border: none;
  border-radius: 0;
}
.Form-item.--nostyle > * {
  margin-left: 0;
  padding-left: 0;
}
.Form-item.--select {
  height: 70px;
  padding: 0;
  border: none;
}
@media screen and (max-width: 750px) {
  .Form-item.--select {
    height: calc(5.8666666667vw + 0.6em + 4.2666666667vw + 2.6666666667vw + 4px);
  }
}
.Form-item.--select::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 20px;
  width: 16px;
  height: 16px;
  padding: 0;
  border-right: 2px solid #cccccc;
  border-bottom: 2px solid #cccccc;
  transform: rotate(45deg) translate(-50%, -50%);
  pointer-events: none;
}
@media screen and (max-width: 750px) {
  .Form-item.--select::after {
    right: 5.3333333333vw;
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
}
.Form-item.--select span {
  position: relative;
  padding-top: 12px;
  margin-left: 10px;
  z-index: 20;
}
.Form-item.--select select {
  z-index: 0;
  display: blcok;
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  height: 74px;
  padding: 20px 0 0 calc(1em + 10px);
  top: 0;
  left: 0;
  border: 1px solid #434c5e;
  border-radius: 20px;
  font-size: 18px;
  font-weight: 600;
  color: #7b879f;
}
.Form-item.--select select:invalid {
  color: #cccccc;
}
.Form-item.--select select option {
  font-weight: 600;
  color: #7b879f;
}
.Form-item.--select select option:first-child {
  color: #cccccc;
}
@media screen and (max-width: 750px) {
  .Form-item.--select select {
    height: calc(5.8666666667vw + 0.6em + 4.2666666667vw + 2.6666666667vw + 2px);
    padding: 5.8666666667vw 0 0 calc(1em + 2.6666666667vw);
  }
}
.Form-item.--full {
  width: 100%;
  max-width: 100%;
}
.Form-item.--price {
  border-radius: 0;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 751px) {
  .Form-item.--price {
    max-width: 520px;
  }
}
.Form-item.--price .Form-input {
  margin-left: 0;
  text-align: center;
  font-weight: bold;
}
.Form-item.--price .Form-input span {
  font-size: 28px;
}
.Form-itemname {
  display: block;
  padding-left: 1em;
  color: #7b879f;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0.7em;
}
@media screen and (max-width: 750px) {
  .Form-itemname {
    font-size: 3.2vw;
    padding-left: 0;
    margin-bottom: 0.6em;
  }
}
.Form-show {
  margin-top: -0.3em;
  margin-left: 5em;
  margin-bottom: 0 !important;
  font-size: 20px;
  font-weight: bold;
  color: #7b879f;
}
@media screen and (max-width: 750px) {
  .Form-show {
    margin-left: 2em;
  }
}
.Form-show.--financial {
  display: flex;
}
.Form-show.--financial .itemName {
  display: inline-block;
  width: 5em;
  margin-right: 1em;
  margin-bottom: 0.5em;
  text-align: right;
  font-size: 20px;
}
.Form-show.--financial .data {
  text-align: left;
  font-size: 20px;
}
.Form-show .option {
  display: inline-block;
  font-size: 16px;
}
.Form-show .list {
  padding-left: 32px;
  list-style: disc;
}
.Form-inputBox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: auto;
}
.Form-inputBox span {
  line-height: 1;
}
.Form-inputBox__child {
  display: flex;
  align-items: baseline;
  gap: 0.5em;
  width: auto;
  bottom: 0;
  flex-grow: 0;
}
.Form-inputBox__child:not(:last-child) {
  margin-right: 20px;
}
@media screen and (max-width: 750px) {
  .Form-inputBox__child {
    margin-bottom: 3.2vw;
  }
}
.Form-inputBox.--noflex {
  display: block;
}
.Form-inputBox.--noflex .Form-input {
  margin-bottom: 1em;
}
.Form-inputBox.--nowrap {
  flex-wrap: nowrap;
}
.Form-selectBox {
  display: inline-box;
  position: relative;
}
.Form-selectBox::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 12px;
  width: 10px;
  height: 10px;
  padding: 0;
  border-right: 2px solid #cccccc;
  border-bottom: 2px solid #cccccc;
  transform: rotate(45deg) translate(-50%, -50%);
  pointer-events: none;
}
.Form-selectBox select {
  padding-right: 2em;
}
.Form-input {
  display: inline-block;
  box-sizing: border-box;
  padding: 0 0 0 14px;
  border: none;
  outline: 0;
  font-size: 18px;
  font-weight: 600;
  color: #434c5e;
  vertical-align: baseline;
  line-height: 1.2;
}
@media screen and (max-width: 750px) {
  .Form-input {
    padding-left: 1em;
    font-size: 4.2666666667vw;
  }
}
.Form-input::-moz-placeholder {
  color: #cccccc;
}
.Form-input::placeholder {
  color: #cccccc;
}
.Form-input:invalid {
  color: #cccccc;
}
.Form-input.--len10 {
  width: 10em;
}
.Form-input--narrow {
  width: 20%;
  max-width: 140px;
  min-width: 140px;
}
.Form-input.--num, .Form-input.--priceNum {
  width: auto;
  min-width: auto;
  text-align: right;
}
.Form-input.--num {
  width: 11em;
}
@media screen and (max-width: 750px) {
  .Form-input.--num {
    width: 6.6em;
  }
}
.Form-input.--priceNum {
  width: 13em;
}
@media screen and (max-width: 750px) {
  .Form-input.--priceNum {
    width: 8.8em;
  }
}
.Form-input--wide {
  width: 100%;
  max-width: 400px;
}
.Form-input--file {
  box-sizing: box;
  border: none;
  font-size: 16px;
}
.Form-input--email {
  width: 100%;
  max-width: 400px;
}
.Form-input.--black:invalid {
  color: #434c5e;
}
.Form-input--checklist {
  border: none;
  padding: none;
  margin-left: 0;
}
.Form-input--checklist ul {
  display: block;
  padding: 20px 40px;
  margin-bottom: 1em;
  background-color: #f7f7f7;
}
.Form-input--checklist ul li {
  font-weight: normal;
}
.Form-input--checklist--label {
  display: block;
  padding: 20px 40px;
  background-color: #f7f7f7;
  text-align: center;
}
.Form-input--checklist--label label {
  vertical-align: baseline;
}
.Form-input--checklist--label .--left {
  text-align: left;
  width: 420px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .Form-input--checklist--label .--left {
    width: auto;
  }
}
.Form-input--radiobutton, .Form-input--checkbox {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  position: relative;
  width: auto;
  height: auto;
  padding: 0 0 0 20px;
  margin-right: 1.5em;
  overflow: hidden;
  border: none;
}
@media screen and (max-width: 750px) {
  .Form-input--radiobutton, .Form-input--checkbox {
    display: block;
    width: 100%;
    padding: 0 0 0 5.3333333333vw;
  }
}
.Form-input--radiobutton input, .Form-input--checkbox input {
  position: absolute;
  height: auto;
  margin: 0;
  padding: 0;
}
.Form-input--radiobutton span, .Form-input--checkbox span {
  display: block;
  margin: 0 0 0 0.5em;
  padding: 0;
  font-size: 16px;
}
@media screen and (max-width: 750px) {
  .Form-input--radiobutton span, .Form-input--checkbox span {
    font-size: 4.2666666667vw;
  }
}
.Form-input--radiobutton span::before, .Form-input--checkbox span::before {
  display: block;
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  background: #fff;
  border: 1px solid #147bc1;
}
.Form-input--radiobutton span::after, .Form-input--checkbox span::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  opacity: 0;
}
.Form-input--radiobutton :checked + span::after, .Form-input--checkbox :checked + span::after {
  opacity: 1;
}
@media screen and (max-width: 750px) {
  .Form-input--radiobutton:not(:last-child), .Form-input--checkbox:not(:last-child) {
    margin-bottom: 4vw;
  }
}
.Form-input--radiobutton span::before {
  height: 16px;
  width: 16px;
  margin-top: -8px;
  border-radius: 50%;
}
@media screen and (max-width: 750px) {
  .Form-input--radiobutton span::before {
    height: 4vw;
    width: 4vw;
  }
}
.Form-input--radiobutton span::after {
  width: 10px;
  height: 10px;
  left: 4px;
  margin-top: -4px;
  background: #147bc1;
  border-radius: 50%;
}
@media screen and (max-width: 750px) {
  .Form-input--radiobutton span::after {
    height: 2.6666666667vw;
    width: 2.6666666667vw;
    left: 0.8vw;
  }
}
.Form-input--checkbox {
  margin-bottom: 20px;
}
.Form-input--checkbox span::before {
  height: 16px;
  width: 16px;
  margin-top: -8px;
}
@media screen and (max-width: 750px) {
  .Form-input--checkbox span::before {
    height: 4vw;
    width: 4vw;
  }
}
.Form-input--checkbox span::after {
  height: 9px;
  width: 5px;
  left: 5px;
  margin-top: -7px;
  border-right: 3px solid #147bc1;
  border-bottom: 3px solid #147bc1;
  position: absolute;
  transform: rotate(45deg);
}
@media screen and (max-width: 750px) {
  .Form-input--checkbox span::after {
    border-right: 0.8vw solid #147bc1;
    border-bottom: 0.8vw solid #147bc1;
    height: 2.4vw;
    width: 1.3333333333vw;
    left: 1.0666666667vw;
  }
}
.Form-input--select {
  overflow: hidden;
  font-weight: normal;
  color: #7b879f;
}
.Form-input--select select {
  padding: 7px 24px 7px 7px;
}
.Form-input.--full {
  width: 95%;
}
.Form-textarea {
  box-sizing: border-box;
  width: 100%;
  min-height: 120px;
  padding: 4px;
  border: 1px solid #e6e6e6;
  font-size: 16px;
}
.Form-privacypolicy {
  display: block;
  overflow: auto;
  padding: 5px;
  margin-bottom: 10px;
  border: 1px solid #e6e6e6;
  max-height: 120px;
  font-size: 12px;
  line-height: 1.2;
  white-space: inherit;
}
.Form-inputerror {
  width: 100%;
  margin-bottom: 3px;
  color: #ce1c55;
}
.Form-inputerror::before {
  content: "※";
}
.Form-buttonbox {
  display: flex;
  align-items: center;
  justify-content: center;
}
.Form-buttonbox--left {
  justify-content: start;
}
.Form-buttonbox--right {
  justify-content: end;
}
.Form-buttonbox--between {
  justify-content: space-between;
}
.Form--border-top {
  border-top: 1px solid #e6e6e6;
}

.InsuranceDetail {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 3px double #147bc1;
}
@media screen and (max-width: 750px) {
  .InsuranceDetail {
    display: block;
    margin-bottom: 5.3333333333vw;
    padding-bottom: 5.3333333333vw;
  }
}
@media screen and (min-width: 751px) {
  .InsuranceDetail-table1, .InsuranceDetail-table2 {
    flex: 1;
    min-width: 450px;
  }
}
@media screen and (max-width: 750px) {
  .InsuranceDetail-table1, .InsuranceDetail-table2 {
    width: 100%;
  }
}
.InsuranceDetail-table3 {
  width: 100%;
}
.InsuranceDetail-table3 tr:last-child {
  border-bottom: none;
}
@media screen and (min-width: 751px) {
  .InsuranceDetail-table1 {
    margin-right: 40px;
  }
}
.InsuranceDetail tr {
  border-bottom: 2px solid #FFF;
}
.InsuranceDetail th {
  background-color: #e6e6e6;
}
.InsuranceDetail th, .InsuranceDetail td {
  position: relative;
  vertical-align: middle;
  padding: 20px;
}
@media screen and (max-width: 750px) {
  .InsuranceDetail th, .InsuranceDetail td {
    font-size: 3.7333333333vw;
    padding: 5.3333333333vw 2.6666666667vw;
  }
}
.InsuranceDetail th .Button--insurancePlan, .InsuranceDetail td .Button--insurancePlan {
  position: absolute;
  height: 40px;
  right: 20px;
  bottom: 15px;
}
@media screen and (max-width: 750px) {
  .InsuranceDetail th .Button--insurancePlan, .InsuranceDetail td .Button--insurancePlan {
    right: 1.3333333333vw;
    top: 2.6666666667vw;
    margin-bottom: 0;
  }
}
.InsuranceDetail th {
  width: 180px;
}
@media screen and (max-width: 750px) {
  .InsuranceDetail th {
    width: 37.3333333333vw;
  }
}

.InsuranceEntryPrice {
  margin-bottom: 4vw;
  font-size: 3.2vw;
  border: 1px solid white;
  width: 100%;
}
@media screen and (min-width: 751px) {
  .InsuranceEntryPrice {
    margin-bottom: 20px;
    font-size: 15px;
  }
}
.InsuranceEntryPrice-num {
  font-size: 3.0666666667vw;
}
@media screen and (min-width: 751px) {
  .InsuranceEntryPrice-num {
    font-size: 15px;
  }
}
.InsuranceEntryPrice > thead > tr > th,
.InsuranceEntryPrice > thead > tr > td,
.InsuranceEntryPrice > tbody > tr > th,
.InsuranceEntryPrice > tbody > tr > td,
.InsuranceEntryPrice > tfoot > tr > th,
.InsuranceEntryPrice > tfoot > tr > td {
  border: 1px solid white;
  white-space: nowrap;
  font-size: 3.2vw;
}
@media screen and (min-width: 751px) {
  .InsuranceEntryPrice > thead > tr > th,
  .InsuranceEntryPrice > thead > tr > td,
  .InsuranceEntryPrice > tbody > tr > th,
  .InsuranceEntryPrice > tbody > tr > td,
  .InsuranceEntryPrice > tfoot > tr > th,
  .InsuranceEntryPrice > tfoot > tr > td {
    font-size: 15px;
  }
}
.InsuranceEntryPrice > thead > tr > th {
  padding: 2vw;
  color: white;
  text-align: center;
  vertical-align: middle;
  background-color: #808080;
}
@media screen and (min-width: 751px) {
  .InsuranceEntryPrice > thead > tr > th {
    padding: 10px;
  }
}
.InsuranceEntryPrice > thead > tr > th:nth-child(1) {
  width: 44.8275862069%;
}
.InsuranceEntryPrice > thead > tr > th:nth-child(2) {
  width: 37.9310344828%;
}
.InsuranceEntryPrice > thead > tr > th:nth-child(3) {
  width: 17.2413793103%;
}
.InsuranceEntryPrice > tbody {
  color: #434c5e;
}
.InsuranceEntryPrice > tbody > tr > th,
.InsuranceEntryPrice > tbody > tr > td {
  padding: 2vw;
  vertical-align: middle;
}
@media screen and (min-width: 751px) {
  .InsuranceEntryPrice > tbody > tr > th,
  .InsuranceEntryPrice > tbody > tr > td {
    padding: 10px;
  }
}
.InsuranceEntryPrice > tbody > tr > th {
  background-color: #e6e6e6;
}
.InsuranceEntryPrice > tbody > tr > td {
  background-color: #f7f7f7;
}
.InsuranceEntryPrice > tbody > tr:nth-child(even) > td {
  background-color: white;
}
.InsuranceEntryPrice > tfoot {
  color: #434c5e;
}
.InsuranceEntryPrice > tfoot > tr > th,
.InsuranceEntryPrice > tfoot > tr > td {
  padding: 4vw 2vw;
  vertical-align: middle;
}
@media screen and (min-width: 751px) {
  .InsuranceEntryPrice > tfoot > tr > th,
  .InsuranceEntryPrice > tfoot > tr > td {
    padding: 20px 10px;
  }
}
.InsuranceEntryPrice > tfoot > tr > th {
  text-align: center;
  background-color: #e6e6e6;
}
.InsuranceEntryPrice > tfoot > tr > td {
  text-align: right;
  background-color: #f7f7f7;
}

.InsuranceGuide {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 40px;
  border-top: 4px solid #cccccc;
  font-size: 14px;
}
@media screen and (max-width: 750px) {
  .InsuranceGuide {
    margin-bottom: 5.3333333333vw;
    padding: 8vw 0;
    font-size: 3.2vw;
  }
}
.InsuranceGuide p, .InsuranceGuide th, .InsuranceGuide td, .InsuranceGuide span, .InsuranceGuide li, .InsuranceGuide dt, .InsuranceGuide dd {
  font-size: 14px;
}
@media screen and (max-width: 750px) {
  .InsuranceGuide p, .InsuranceGuide th, .InsuranceGuide td, .InsuranceGuide span, .InsuranceGuide li, .InsuranceGuide dt, .InsuranceGuide dd {
    font-size: 3.2vw;
  }
}
.InsuranceGuide > div, .InsuranceGuide > section {
  margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
  .InsuranceGuide > div, .InsuranceGuide > section {
    margin-bottom: 5.3333333333vw;
  }
}
.InsuranceGuide > div > ul, .InsuranceGuide > section > ul {
  margin-top: 30px;
}
.InsuranceGuide > div > ul > li:not(:last-child), .InsuranceGuide > section > ul > li:not(:last-child) {
  margin-bottom: 20px;
}
.InsuranceGuide > div > ul > li > h5.Title.Title-h4, .InsuranceGuide > section > ul > li > h5.Title.Title-h4 {
  padding-bottom: 0;
  margin-bottom: 10px;
}
.InsuranceGuide-title {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 600;
  color: #147bc1;
}
.InsuranceGuide-indent {
  margin-left: 1em;
}
.InsuranceGuide dl {
  margin-bottom: 1em;
}
.InsuranceGuide dl dt:before {
  display: inline;
  content: "■";
  font-size: 20px;
}
.InsuranceGuide dl dd {
  margin-left: 1em;
}

.List ul {
  margin: 1em auto;
  padding-left: 1em;
}
.List--styled {
  padding-left: 1em;
  list-style-position: outside;
  list-style-type: disc;
}
.List--lineheight li {
  margin-bottom: 0.5em;
}

.PaymentInfo {
  margin-bottom: 16px;
  padding: 40px;
  border: 2px solid #cccccc;
}
.PaymentInfo > p {
  margin-bottom: 16px;
}
.PaymentInfo-title {
  margin-bottom: 16px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #ce1c55;
}
.PaymentInfo-note {
  font-weight: 600;
}
.PaymentInfo-mail {
  padding: 20px 0;
  font-size: 18px;
}
.PaymentInfo > dl > dt {
  font-weight: 600;
}
.PaymentInfo > dl > dd {
  margin-bottom: 16px;
}

.PickupBox {
  max-width: 620px;
  margin: 0 auto;
  border: 1px solid #147bc1;
  text-align: center;
}
.PickupBox-title {
  padding: 10px;
  color: #147bc1;
  border-bottom: 1px solid #147bc1;
}

.PickupBox-wrap {
  border-bottom: 3px solid #e6e6e6;
  margin-bottom: 1em;
}

.RadioBox {
  display: flex;
  gap: 1em;
  padding: 0.75em 1em;
  color: white;
  font-weight: 600;
  background-color: #7b879f;
}

@media screen and (min-width: 751px) {
  .ReceiptForm {
    display: flex;
    justify-content: flex-start;
  }
}
.ReceiptForm-item {
  display: inline-block;
}
.ReceiptForm-item:not(:last-child) {
  margin-right: 10px;
}

.Recommend {
  width: 100%;
  padding: 30px 20px;
  background-color: white;
}
@media screen and (min-width: 751px) {
  .Recommend {
    height: 100%;
  }
}
@media screen and (max-width: 750px) {
  .Recommend {
    background-color: transparent;
    padding: 32px 20px 0;
  }
}
.Recommend h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
  letter-spacing: 0.1rem;
}
.Recommend ul li {
  font-size: 13px;
  border: 1px solid #e6e6e6;
}
.Recommend ul li:not(:last-child) {
  margin-bottom: 20px;
}
.Recommend ul li a {
  display: block;
  padding: 1rem;
  text-decoration: none;
  color: #434c5e;
  background-color: white;
}
@media screen and (max-width: 750px) {
  .Recommend ul li a {
    text-align: center;
  }
}
.Recommend ul li a:hover {
  opacity: 0.8;
}
.Recommend ul li a img {
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
}
.Recommend ul li a h4 {
  display: block;
  margin-bottom: 1rem;
  position: relative;
  font-weight: 800;
}
.Recommend ul li a h4:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  right: 0;
  top: 50%;
  border-top: 2px solid #147bc1;
  border-right: 2px solid #147bc1;
  transform: translateY(-50%) rotate(45deg);
}
.Recommend ul li a p {
  display: block;
  font-size: 13px;
}
.Recommend ul li.--more {
  border: none;
  margin-top: 50px;
}
.Recommend ul li.--more a {
  border: 1px solid #cccccc;
  height: 40px;
  width: 200px;
  padding: 0;
  margin: 20px auto 0;
  text-align: center;
  line-height: 40px;
  border-radius: 20px;
}
.Recommend ul li.--more a p {
  font-size: 14px;
}

.SessionStatus {
  padding: 20px;
  margin-bottom: 14px 20px;
  color: #147bc1;
  border: 1px solid #147bc1;
}
@media screen and (min-width: 751px) {
  .SessionStatus {
    max-width: 1130px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 750px) {
  .SessionStatus {
    max-width: 100%;
  }
}

.Sup {
  vertical-align: top;
}

.Table {
  margin-bottom: 4vw;
  border: 1px solid #7b879f;
}
@media screen and (min-width: 751px) {
  .Table {
    margin-bottom: 20px;
    width: 640px;
  }
}
@media screen and (max-width: 750px) {
  .Table {
    width: 100%;
  }
}
.Table th, .Table td {
  white-space: nowrap;
}
.Table th.--type, .Table td.--type {
  width: 20%;
}
.Table > thead > tr > th,
.Table > thead > tr > td,
.Table > tbody > tr > th,
.Table > tbody > tr > td,
.Table > tfoot > tr > th,
.Table > tfoot > tr > td {
  min-height: 120px;
  vertical-align: middle;
  border: 1px solid #7b879f;
  font-size: 3.0666666667vw;
}
@media screen and (min-width: 751px) {
  .Table > thead > tr > th,
  .Table > thead > tr > td,
  .Table > tbody > tr > th,
  .Table > tbody > tr > td,
  .Table > tfoot > tr > th,
  .Table > tfoot > tr > td {
    font-size: 15px;
  }
}
.Table > thead > tr > th {
  padding: 2vw;
  color: white;
  text-align: center;
  vertical-align: middle;
  background-color: #808080;
}
@media screen and (min-width: 751px) {
  .Table > thead > tr > th {
    padding: 10px;
  }
}
.Table > thead > tr > th:nth-child(1) {
  width: 44.8275862069%;
}
.Table > thead > tr > th:nth-child(2) {
  width: 37.9310344828%;
}
.Table > thead > tr > th:nth-child(3) {
  width: 17.2413793103%;
}
.Table > tbody {
  color: #434c5e;
}
.Table > tbody > tr > th,
.Table > tbody > tr > td {
  min-height: 120px;
  padding: 2vw 1vw;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 751px) {
  .Table > tbody > tr > th,
  .Table > tbody > tr > td {
    padding: 10px 20px;
  }
}
.Table > tbody > tr > th.--lightblue,
.Table > tbody > tr > td.--lightblue {
  background-color: #ccf2ff;
}
.Table > tbody > tr > th.--lightgreen,
.Table > tbody > tr > td.--lightgreen {
  background-color: #e2ebe1;
}
.Table > tbody > tr > th.--skyblue,
.Table > tbody > tr > td.--skyblue {
  background-color: #f0fcff;
}
.Table > tbody > tr > th.--paleblue,
.Table > tbody > tr > td.--paleblue {
  background-color: #d9e1f2;
}
.Table > tbody > tr > th.--border-right-doubole,
.Table > tbody > tr > td.--border-right-doubole {
  border-right-width: 3px;
  border-right-style: double;
}
.Table > tbody > tr > th.--border-bottom-doubole,
.Table > tbody > tr > td.--border-bottom-doubole {
  border-bottom-width: 3px;
  border-bottom-style: double;
}
.Table > tbody > tr > th.--border-right-dotted,
.Table > tbody > tr > td.--border-right-dotted {
  border-right-style: dotted;
}
.Table > tbody > tr > th.--border-left-dotted,
.Table > tbody > tr > td.--border-left-dotted {
  border-left-style: dotted;
}
.Table > tbody > tr > th.--border-bottom-dotted,
.Table > tbody > tr > td.--border-bottom-dotted {
  border-bottom-style: dotted;
}
.Table > tbody > tr > th.--border-top-dotted,
.Table > tbody > tr > td.--border-top-dotted {
  border-top-style: dotted;
}
.Table > tbody > tr > th {
  background-color: #e6e6e6;
}
.Table > tbody > tr > td {
  background-color: #ffffff;
}
.Table > tbody > tr:nth-child(even) > td {
  background-color: #ffffff;
}
.Table > tfoot {
  color: #434c5e;
}
.Table > tfoot > tr > th,
.Table > tfoot > tr > td {
  padding: 4vw 2vw;
  vertical-align: middle;
}
@media screen and (min-width: 751px) {
  .Table > tfoot > tr > th,
  .Table > tfoot > tr > td {
    padding: 20px 10px;
  }
}
.Table > tfoot > tr > th {
  text-align: center;
  background-color: #e6e6e6;
}
.Table > tfoot > tr > td {
  text-align: right;
  background-color: #f7f7f7;
}

.Table01 {
  margin-bottom: 4vw;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  background-color: white;
  /* stylelint-disable */
}
@media screen and (min-width: 751px) {
  .Table01 {
    margin-bottom: 20px;
  }
}
.Table01 caption {
  margin-bottom: 2vw;
  text-align: left;
}
@media screen and (min-width: 751px) {
  .Table01 caption {
    margin-bottom: 10px;
  }
}
.Table01 th,
.Table01 td {
  padding: 4vw;
  vertical-align: top;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
@media screen and (min-width: 751px) {
  .Table01 th,
  .Table01 td {
    padding: 20px;
  }
}
.Table01 th {
  width: 30.6666666667vw;
  font-size: 3.6vw;
  background-color: #e6e6e6;
}
@media screen and (min-width: 751px) {
  .Table01 th {
    width: 280px;
    font-size: 15px;
  }
}
@media screen and (min-width: 751px) {
  .Table01 tr:not(:last-child) > th.Table01-borderedTh--bottom {
    border-bottom: 3px solid #808080;
  }
  .Table01 tr:not(:last-child) > th.Table01-borderBottomGray {
    border-bottom: 2px solid #808080;
  }
}
.Table01--fullWidth {
  width: 100%;
}
.Table01--rowHigher th,
.Table01--rowHigher td {
  padding-top: 6vw;
  padding-bottom: 6vw;
}
@media screen and (min-width: 751px) {
  .Table01--rowHigher th,
  .Table01--rowHigher td {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.Table01--valignCenter th,
.Table01--valignCenter td {
  vertical-align: middle;
}
@media screen and (max-width: 750px) {
  .Table01--spBlock,
  .Table01--spBlock tbody,
  .Table01--spBlock tr,
  .Table01--spBlock th,
  .Table01--spBlock td {
    display: block;
    width: 100%;
  }
}

.Table02 {
  margin-bottom: 4vw;
  font-size: 3.2vw;
  border: 1px solid white;
}
@media screen and (min-width: 751px) {
  .Table02 {
    width: 100%;
    margin-bottom: 20px;
    font-size: 15px;
  }
}
.Table02 > thead > tr > th,
.Table02 > thead > tr > td,
.Table02 > tbody > tr > th,
.Table02 > tbody > tr > td,
.Table02 > tfoot > tr > th,
.Table02 > tfoot > tr > td {
  border: 1px solid white;
}
.Table02 > thead > tr > th {
  padding: 2vw;
  color: white;
  text-align: center;
  vertical-align: middle;
  background-color: #808080;
}
@media screen and (min-width: 751px) {
  .Table02 > thead > tr > th {
    padding: 10px;
  }
}
.Table02 > thead > tr > th:nth-child(1) {
  width: 44.8275862069%;
}
.Table02 > thead > tr > th:nth-child(2) {
  width: 37.9310344828%;
}
.Table02 > thead > tr > th:nth-child(3) {
  width: 17.2413793103%;
}
.Table02 > tbody {
  color: #434c5e;
}
.Table02 > tbody > tr > th,
.Table02 > tbody > tr > td {
  padding: 2vw;
  vertical-align: top;
}
@media screen and (min-width: 751px) {
  .Table02 > tbody > tr > th,
  .Table02 > tbody > tr > td {
    padding: 10px;
  }
}
.Table02 > tbody > tr > th.--center,
.Table02 > tbody > tr > td.--center {
  text-align: center;
}
.Table02 > tbody > tr > th.--bold,
.Table02 > tbody > tr > td.--bold {
  font-weight: bold;
}
.Table02 > tbody > tr > td > span {
  white-space: nowrap;
}
.Table02 > tbody > tr > th {
  background-color: #e6e6e6;
  white-space: nowrap;
}
.Table02 > tbody > tr > td {
  background-color: #f7f7f7;
}
.Table02 > tbody > tr:nth-child(even) > td {
  background-color: white;
}
.Table02.-blue > tbody > tr > td {
  background-color: #e9eff7;
}
.Table02.-blue > tbody > tr:nth-child(2n+1) > td {
  background-color: #cfdfee;
}
.Table02.-blue > tbody > tr.not-stripe > td {
  background-color: #e9eff7;
}
.Table02 > tfoot {
  color: #434c5e;
}
.Table02 > tfoot > tr > th,
.Table02 > tfoot > tr > td {
  padding: 4vw 2vw;
  vertical-align: middle;
}
@media screen and (min-width: 751px) {
  .Table02 > tfoot > tr > th,
  .Table02 > tfoot > tr > td {
    padding: 20px 10px;
  }
}
.Table02 > tfoot > tr > th.--center,
.Table02 > tfoot > tr > td.--center {
  text-align: center;
}
.Table02 > tfoot > tr > th.--bold,
.Table02 > tfoot > tr > td.--bold {
  font-weight: bold;
}
.Table02 > tfoot > tr > th {
  text-align: center;
  background-color: #e6e6e6;
}
.Table02 > tfoot > tr > td {
  text-align: right;
  background-color: #f7f7f7;
}

.scroll {
  overflow-x: auto;
}

@media screen and (min-width: 751px) {
  .TermsList {
    display: flex;
    flex-wrap: wrap;
    margin-left: 30px;
  }
}
.TermsList li {
  border: 1px solid #cccccc;
}
@media screen and (min-width: 751px) {
  .TermsList li {
    width: calc((100% - 60px) / 2);
    margin-right: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 750px) {
  .TermsList li {
    margin-bottom: 4vw;
  }
}
.TermsList li a {
  display: block;
  padding: 20px;
  font-size: 14px;
  text-decoration: none;
}
@media screen and (max-width: 750px) {
  .TermsList li a {
    padding: 5.3333333333vw;
    font-size: 3.7333333333vw;
  }
}

.Title-h2--old {
  font-size: 20px;
}
.Title-h2--old a {
  color: #434c5e;
  text-decoration: none;
}
@media screen and (max-width: 750px) {
  .Title-h2--old {
    display: block;
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 0;
    padding: 1.3333333333vw;
    font-size: 5.3333333333vw;
    background-color: #147bc1;
  }
  .Title-h2--old a {
    color: #434c5e;
    color: #FFF;
  }
}
.Title-h2 {
  display: flex;
  height: 100px;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .Title-h2 {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.Title-h2 span {
  text-align: center;
  font-size: 28px;
}
@media screen and (min-width: 751px) {
  .Title-h2 span {
    max-width: 1130px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 750px) {
  .Title-h2 span {
    max-width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .Title-h2 {
    height: 26.6666666667vw;
  }
  .Title-h2 span {
    font-size: 6.4vw;
  }
}
.Title-h3 {
  padding: 0.5em 0.5em 0.5em 20px;
  font-size: 20px;
  color: #FFF;
  background-color: #147bc1;
}
@media screen and (max-width: 750px) {
  .Title-h3 {
    padding: 0.5em 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
.Title-h4 {
  font-size: 20px;
  margin-bottom: 1em;
  padding-bottom: 0.3em;
  color: #434c5e;
  font-weight: bold;
  border-bottom: 3px solid #e6e6e6;
}
.Title-h4:not(:first-child) {
  padding-top: 1em;
}
@media screen and (max-width: 750px) {
  .Title-h4 {
    font-size: 3.7333333333vw;
  }
}
.Title-h5 {
  margin-bottom: 1em;
  font-weight: bold;
}
.Title-h5.--common {
  color: #147bc1;
  font-weight: normal;
  font-size: 20px;
}
@media screen and (max-width: 750px) {
  .Title-h5.--common {
    font-size: 3.7333333333vw;
  }
}
.Title-h6 {
  font-weight: bold;
  margin-bottom: 0.5em;
}

.MypageHeaderLink {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .MypageHeaderLink {
    margin-bottom: 4vw;
  }
}

.InsuranceEntrySelectPlan {
  margin-bottom: 4vw;
  border: 1px solid white;
  width: 100%;
}
@media screen and (min-width: 751px) {
  .InsuranceEntrySelectPlan {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 750px) {
  .InsuranceEntrySelectPlan th, .InsuranceEntrySelectPlan td {
    white-space: nowrap;
  }
}
.InsuranceEntrySelectPlan > thead > tr > th,
.InsuranceEntrySelectPlan > thead > tr > td,
.InsuranceEntrySelectPlan > tbody > tr > th,
.InsuranceEntrySelectPlan > tbody > tr > td,
.InsuranceEntrySelectPlan > tfoot > tr > th,
.InsuranceEntrySelectPlan > tfoot > tr > td {
  border: 1px solid white;
  font-size: 3.0666666667vw;
}
@media screen and (min-width: 751px) {
  .InsuranceEntrySelectPlan > thead > tr > th,
  .InsuranceEntrySelectPlan > thead > tr > td,
  .InsuranceEntrySelectPlan > tbody > tr > th,
  .InsuranceEntrySelectPlan > tbody > tr > td,
  .InsuranceEntrySelectPlan > tfoot > tr > th,
  .InsuranceEntrySelectPlan > tfoot > tr > td {
    font-size: 15px;
  }
}
.InsuranceEntrySelectPlan > thead > tr > th {
  padding: 2vw;
  color: white;
  text-align: center;
  vertical-align: middle;
  background-color: #808080;
}
@media screen and (min-width: 751px) {
  .InsuranceEntrySelectPlan > thead > tr > th {
    padding: 10px;
  }
}
.InsuranceEntrySelectPlan > thead > tr > th:nth-child(1) {
  width: 44.8275862069%;
}
.InsuranceEntrySelectPlan > thead > tr > th:nth-child(2) {
  width: 37.9310344828%;
}
.InsuranceEntrySelectPlan > thead > tr > th:nth-child(3) {
  width: 17.2413793103%;
}
.InsuranceEntrySelectPlan > tbody {
  color: #434c5e;
}
.InsuranceEntrySelectPlan > tbody > tr > th,
.InsuranceEntrySelectPlan > tbody > tr > td {
  padding: 2vw 1.3333333333vw;
  vertical-align: top;
}
@media screen and (min-width: 751px) {
  .InsuranceEntrySelectPlan > tbody > tr > th,
  .InsuranceEntrySelectPlan > tbody > tr > td {
    padding: 10px;
  }
}
.InsuranceEntrySelectPlan > tbody > tr > th {
  background-color: #e6e6e6;
}
.InsuranceEntrySelectPlan > tbody > tr > td {
  background-color: #f7f7f7;
}
.InsuranceEntrySelectPlan > tbody > tr:nth-child(even) > td {
  background-color: white;
}
.InsuranceEntrySelectPlan > tfoot {
  color: #434c5e;
}
.InsuranceEntrySelectPlan > tfoot > tr > th,
.InsuranceEntrySelectPlan > tfoot > tr > td {
  padding: 4vw 2vw;
  vertical-align: middle;
}
@media screen and (min-width: 751px) {
  .InsuranceEntrySelectPlan > tfoot > tr > th,
  .InsuranceEntrySelectPlan > tfoot > tr > td {
    padding: 20px 10px;
  }
}
.InsuranceEntrySelectPlan > tfoot > tr > th {
  text-align: center;
  background-color: #e6e6e6;
}
.InsuranceEntrySelectPlan > tfoot > tr > td {
  text-align: right;
  background-color: #f7f7f7;
}

.u-ma0 {
  margin: 0vw !important;
}
@media screen and (min-width: 751px) {
  .u-ma0 {
    margin: 0px !important;
  }
}

.u-mt0 {
  margin-top: 0vw !important;
}
@media screen and (min-width: 751px) {
  .u-mt0 {
    margin-top: 0px !important;
  }
}

.u-mr0 {
  margin-right: 0vw !important;
}
@media screen and (min-width: 751px) {
  .u-mr0 {
    margin-right: 0px !important;
  }
}

.u-mb0 {
  margin-bottom: 0vw !important;
}
@media screen and (min-width: 751px) {
  .u-mb0 {
    margin-bottom: 0px !important;
  }
}

.u-ml0 {
  margin-left: 0vw !important;
}
@media screen and (min-width: 751px) {
  .u-ml0 {
    margin-left: 0px !important;
  }
}

.u-my0 {
  margin-top: 0vw !important;
  margin-bottom: 0vw !important;
}
@media screen and (min-width: 751px) {
  .u-my0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
}

.u-mx0 {
  margin-right: 0vw !important;
  margin-left: 0vw !important;
}
@media screen and (min-width: 751px) {
  .u-mx0 {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
}

.u-pa0 {
  padding: 0vw !important;
}
@media screen and (min-width: 751px) {
  .u-pa0 {
    padding: 0px !important;
  }
}

.u-pt0 {
  padding-top: 0vw !important;
}
@media screen and (min-width: 751px) {
  .u-pt0 {
    padding-top: 0px !important;
  }
}

.u-pr0 {
  padding-right: 0vw !important;
}
@media screen and (min-width: 751px) {
  .u-pr0 {
    padding-right: 0px !important;
  }
}

.u-pb0 {
  padding-bottom: 0vw !important;
}
@media screen and (min-width: 751px) {
  .u-pb0 {
    padding-bottom: 0px !important;
  }
}

.u-pl0 {
  padding-left: 0vw !important;
}
@media screen and (min-width: 751px) {
  .u-pl0 {
    padding-left: 0px !important;
  }
}

.u-py0 {
  padding-top: 0vw !important;
  padding-bottom: 0vw !important;
}
@media screen and (min-width: 751px) {
  .u-py0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}

.u-px0 {
  padding-right: 0vw !important;
  padding-left: 0vw !important;
}
@media screen and (min-width: 751px) {
  .u-px0 {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
}

.u-mas {
  margin: 2vw !important;
}
@media screen and (min-width: 751px) {
  .u-mas {
    margin: 10px !important;
  }
}

.u-mts {
  margin-top: 2vw !important;
}
@media screen and (min-width: 751px) {
  .u-mts {
    margin-top: 10px !important;
  }
}

.u-mrs {
  margin-right: 2vw !important;
}
@media screen and (min-width: 751px) {
  .u-mrs {
    margin-right: 10px !important;
  }
}

.u-mbs {
  margin-bottom: 2vw !important;
}
@media screen and (min-width: 751px) {
  .u-mbs {
    margin-bottom: 10px !important;
  }
}

.u-mls {
  margin-left: 2vw !important;
}
@media screen and (min-width: 751px) {
  .u-mls {
    margin-left: 10px !important;
  }
}

.u-mys {
  margin-top: 2vw !important;
  margin-bottom: 2vw !important;
}
@media screen and (min-width: 751px) {
  .u-mys {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
}

.u-mxs {
  margin-right: 2vw !important;
  margin-left: 2vw !important;
}
@media screen and (min-width: 751px) {
  .u-mxs {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }
}

.u-pas {
  padding: 2vw !important;
}
@media screen and (min-width: 751px) {
  .u-pas {
    padding: 10px !important;
  }
}

.u-pts {
  padding-top: 2vw !important;
}
@media screen and (min-width: 751px) {
  .u-pts {
    padding-top: 10px !important;
  }
}

.u-prs {
  padding-right: 2vw !important;
}
@media screen and (min-width: 751px) {
  .u-prs {
    padding-right: 10px !important;
  }
}

.u-pbs {
  padding-bottom: 2vw !important;
}
@media screen and (min-width: 751px) {
  .u-pbs {
    padding-bottom: 10px !important;
  }
}

.u-pls {
  padding-left: 2vw !important;
}
@media screen and (min-width: 751px) {
  .u-pls {
    padding-left: 10px !important;
  }
}

.u-pys {
  padding-top: 2vw !important;
  padding-bottom: 2vw !important;
}
@media screen and (min-width: 751px) {
  .u-pys {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}

.u-pxs {
  padding-right: 2vw !important;
  padding-left: 2vw !important;
}
@media screen and (min-width: 751px) {
  .u-pxs {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
}

.u-mam {
  margin: 4vw !important;
}
@media screen and (min-width: 751px) {
  .u-mam {
    margin: 20px !important;
  }
}

.u-mtm {
  margin-top: 4vw !important;
}
@media screen and (min-width: 751px) {
  .u-mtm {
    margin-top: 20px !important;
  }
}

.u-mrm {
  margin-right: 4vw !important;
}
@media screen and (min-width: 751px) {
  .u-mrm {
    margin-right: 20px !important;
  }
}

.u-mbm {
  margin-bottom: 4vw !important;
}
@media screen and (min-width: 751px) {
  .u-mbm {
    margin-bottom: 20px !important;
  }
}

.u-mlm {
  margin-left: 4vw !important;
}
@media screen and (min-width: 751px) {
  .u-mlm {
    margin-left: 20px !important;
  }
}

.u-mym {
  margin-top: 4vw !important;
  margin-bottom: 4vw !important;
}
@media screen and (min-width: 751px) {
  .u-mym {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
}

.u-mxm {
  margin-right: 4vw !important;
  margin-left: 4vw !important;
}
@media screen and (min-width: 751px) {
  .u-mxm {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
}

.u-pam {
  padding: 4vw !important;
}
@media screen and (min-width: 751px) {
  .u-pam {
    padding: 20px !important;
  }
}

.u-ptm {
  padding-top: 4vw !important;
}
@media screen and (min-width: 751px) {
  .u-ptm {
    padding-top: 20px !important;
  }
}

.u-prm {
  padding-right: 4vw !important;
}
@media screen and (min-width: 751px) {
  .u-prm {
    padding-right: 20px !important;
  }
}

.u-pbm {
  padding-bottom: 4vw !important;
}
@media screen and (min-width: 751px) {
  .u-pbm {
    padding-bottom: 20px !important;
  }
}

.u-plm {
  padding-left: 4vw !important;
}
@media screen and (min-width: 751px) {
  .u-plm {
    padding-left: 20px !important;
  }
}

.u-pym {
  padding-top: 4vw !important;
  padding-bottom: 4vw !important;
}
@media screen and (min-width: 751px) {
  .u-pym {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}

.u-pxm {
  padding-right: 4vw !important;
  padding-left: 4vw !important;
}
@media screen and (min-width: 751px) {
  .u-pxm {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
}

.u-mal {
  margin: 8vw !important;
}
@media screen and (min-width: 751px) {
  .u-mal {
    margin: 40px !important;
  }
}

.u-mtl {
  margin-top: 8vw !important;
}
@media screen and (min-width: 751px) {
  .u-mtl {
    margin-top: 40px !important;
  }
}

.u-mrl {
  margin-right: 8vw !important;
}
@media screen and (min-width: 751px) {
  .u-mrl {
    margin-right: 40px !important;
  }
}

.u-mbl {
  margin-bottom: 8vw !important;
}
@media screen and (min-width: 751px) {
  .u-mbl {
    margin-bottom: 40px !important;
  }
}

.u-mll {
  margin-left: 8vw !important;
}
@media screen and (min-width: 751px) {
  .u-mll {
    margin-left: 40px !important;
  }
}

.u-myl {
  margin-top: 8vw !important;
  margin-bottom: 8vw !important;
}
@media screen and (min-width: 751px) {
  .u-myl {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
}

.u-mxl {
  margin-right: 8vw !important;
  margin-left: 8vw !important;
}
@media screen and (min-width: 751px) {
  .u-mxl {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
}

.u-pal {
  padding: 8vw !important;
}
@media screen and (min-width: 751px) {
  .u-pal {
    padding: 40px !important;
  }
}

.u-ptl {
  padding-top: 8vw !important;
}
@media screen and (min-width: 751px) {
  .u-ptl {
    padding-top: 40px !important;
  }
}

.u-prl {
  padding-right: 8vw !important;
}
@media screen and (min-width: 751px) {
  .u-prl {
    padding-right: 40px !important;
  }
}

.u-pbl {
  padding-bottom: 8vw !important;
}
@media screen and (min-width: 751px) {
  .u-pbl {
    padding-bottom: 40px !important;
  }
}

.u-pll {
  padding-left: 8vw !important;
}
@media screen and (min-width: 751px) {
  .u-pll {
    padding-left: 40px !important;
  }
}

.u-pyl {
  padding-top: 8vw !important;
  padding-bottom: 8vw !important;
}
@media screen and (min-width: 751px) {
  .u-pyl {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}

.u-pxl {
  padding-right: 8vw !important;
  padding-left: 8vw !important;
}
@media screen and (min-width: 751px) {
  .u-pxl {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
}

.u-mall {
  margin: 16vw !important;
}
@media screen and (min-width: 751px) {
  .u-mall {
    margin: 80px !important;
  }
}

.u-mtll {
  margin-top: 16vw !important;
}
@media screen and (min-width: 751px) {
  .u-mtll {
    margin-top: 80px !important;
  }
}

.u-mrll {
  margin-right: 16vw !important;
}
@media screen and (min-width: 751px) {
  .u-mrll {
    margin-right: 80px !important;
  }
}

.u-mbll {
  margin-bottom: 16vw !important;
}
@media screen and (min-width: 751px) {
  .u-mbll {
    margin-bottom: 80px !important;
  }
}

.u-mlll {
  margin-left: 16vw !important;
}
@media screen and (min-width: 751px) {
  .u-mlll {
    margin-left: 80px !important;
  }
}

.u-myll {
  margin-top: 16vw !important;
  margin-bottom: 16vw !important;
}
@media screen and (min-width: 751px) {
  .u-myll {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
}

.u-mxll {
  margin-right: 16vw !important;
  margin-left: 16vw !important;
}
@media screen and (min-width: 751px) {
  .u-mxll {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }
}

.u-pall {
  padding: 16vw !important;
}
@media screen and (min-width: 751px) {
  .u-pall {
    padding: 80px !important;
  }
}

.u-ptll {
  padding-top: 16vw !important;
}
@media screen and (min-width: 751px) {
  .u-ptll {
    padding-top: 80px !important;
  }
}

.u-prll {
  padding-right: 16vw !important;
}
@media screen and (min-width: 751px) {
  .u-prll {
    padding-right: 80px !important;
  }
}

.u-pbll {
  padding-bottom: 16vw !important;
}
@media screen and (min-width: 751px) {
  .u-pbll {
    padding-bottom: 80px !important;
  }
}

.u-plll {
  padding-left: 16vw !important;
}
@media screen and (min-width: 751px) {
  .u-plll {
    padding-left: 80px !important;
  }
}

.u-pyll {
  padding-top: 16vw !important;
  padding-bottom: 16vw !important;
}
@media screen and (min-width: 751px) {
  .u-pyll {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
}

.u-pxll {
  padding-right: 16vw !important;
  padding-left: 16vw !important;
}
@media screen and (min-width: 751px) {
  .u-pxll {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }
}

.u-tl {
  text-align: left !important;
}

.u-tc {
  text-align: center !important;
}

.u-tr {
  text-align: right !important;
}

.u-flex {
  flex: 1 !important;
}

@media screen and (max-width: 750px) {
  .u-noSP {
    display: none !important;
  }
}

@media screen and (min-width: 751px) {
  .u-noPC {
    display: none !important;
  }
}

.u-vat {
  vertical-align: top !important;
}

.u-vam {
  vertical-align: middle !important;
}

.u-fss {
  font-size: 2.9333333333vw !important;
}
@media screen and (min-width: 751px) {
  .u-fss {
    font-size: 12px !important;
  }
}

.u-fsm {
  font-size: 3.7333333333vw !important;
}
@media screen and (min-width: 751px) {
  .u-fsm {
    font-size: 16px !important;
  }
}

.u-fsl {
  font-size: 4.2666666667vw !important;
}
@media screen and (min-width: 751px) {
  .u-fsl {
    font-size: 20px !important;
  }
}

.u-fsll {
  font-size: 5.0666666667vw !important;
}
@media screen and (min-width: 751px) {
  .u-fsll {
    font-size: 24px !important;
  }
}

.u-fwb {
  font-weight: bold !important;
}

.u-fwn {
  font-weight: normal !important;
}

.u-tdu {
  text-decoration: underline !important;
}

.u-textColorLink {
  color: #0a40a0 !important;
}

.u-textColorRed {
  color: #ce1c55 !important;
}

.u-textColorBlack {
  color: #434c5e !important;
}

.u-textColorPink {
  color: #ff7171 !important;
}

.u-textColorCommon {
  color: #147bc1 !important;
}

.u-bgcAttention {
  background-color: #ffe8e6 !important;
}

.u-bgcLg {
  background-color: #e6e6e6 !important;
}

.u-bgcSb {
  background-color: #f0fcff !important;
}

.u-bgcLb {
  background-color: #ccf2ff !important;
}

.u-cursor--pointer {
  cursor: pointer;
}

.u-border {
  border: 1px solid #808080 !important;
}
.u-border--liability {
  border-color: #ff9900 !important;
}
.u-border--red {
  border-color: #ce1c55 !important;
}
.u-border--ae {
  border-color: #20559f !important;
}
.u-border--aircraft {
  border-color: #228b22 !important;
}
.u-border--free {
  border-color: #0a40a0 !important;
}
.u-border--bold {
  border-width: 2px !important;
}
.u-border--bold {
  border-width: 2px !important;
}
.u-border--boldest {
  border-width: 4px !important;
}

.u-flex {
  display: flex !important;
}

.u-ti1 {
  padding-left: 1em;
  text-indent: -1em;
}

.u-ti16 {
  padding-left: 1.6em;
  text-indent: -1.6em;
}

.u-ti2 {
  padding-left: 2em;
  text-indent: -2em;
}

.u-ti3 {
  padding-left: 3em;
  text-indent: -3em;
}
