@charset "utf-8";
/*★ リセット ★*/

#simple-header {
  background: #fff;
  position: relative;
  z-index: 3;
}

.ui-static-breadcrumb {
  background-color: #fff;
}

#topbuttonApp {
  position: relative;
  z-index: 3;
}

#footer {
  background: #fff;
  position: relative;
  z-index: 1;
}

.footer {
  margin-top: 0 !important;
}

/*------------------------------------------------*/
/*★ 共通 ★*/
body {
  letter-spacing: 0em;
  font-family: "Noto Sans JP", serif !important;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  font-size: 14px;
}

main {
  overflow-x: hidden;
}

img {
  object-fit: cover;
  width: 100%;
}

a:hover {
  opacity: 0.7;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3;
}

.text-center {
  text-align: center;
}

a {
  transition: 0.3s;
  color: #3064D5;
}

p {
  font-style: normal;
}

.btn {
  font-size: 16px;
  font-weight: 600;
  width: 90%;
  max-width: 420px;
  background: #10069F;
  color: #fff;
  display: block;
  border-radius: 100px;
  margin: 0 auto;
  text-align: center;
  padding: 7px 0px;
  position: relative;
  text-decoration: none;
}

.btn::after {
  content: " ";
  display: inline-block;
  background: url(/service/hoken/travelcancel/common/images/icon_new-window.svg);
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 18px;
  background-size: contain;
}

.btn:hover {
  background: #140D77;
  opacity: 1;
}

.btn span {
  font-size: 12px;
  display: block;
}

.bg-white {
  background: #fff;
}

.pb-96 {
  padding-bottom: 96px;
}

.container {
  width: 100%;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.pc-only {
  display: block !important;
}

.sp-only {
  display: none !important;
}

.d-grid {
  display: grid;
}

.d-flex {
  display: flex;
}

.goTop {
  bottom: 8%;
  right: 1%;
}

.text-blue {
  color: #10069F;
}

.text-red {
  color: #FF0202;
}

.text-14 {
  font-size: 14px;
}

.title-set {
  font-size: 36px;
  text-align: center;
  position: relative;
  margin-bottom: 40px;
}

.title-set::after {
  content: " ";
  display: block;
  margin: 0 auto;
  background: url(/service/hoken/travelcancel/common/images/line_dotted.svg);
  background-repeat: no-repeat;
  width: 226px;
  height: 3px;
  margin-top: 16px;
}

.annotation {
  font-size: 12px;
  color: #697180;
}

.what-is {
  background: url(/service/hoken/travelcancel/common/images/bg_blue.png);
  background-size: cover;
  padding-top: 64px;
}

.what-is .container {
  position: relative;
  padding-bottom: 64px;
}

.what-is .container::after {
  content: " ";
  display: inline-block;
  background: url(/service/hoken/travelcancel/common/images/illust_woman.svg);
  background-repeat: no-repeat;
  width: 201px;
  height: 213px;
  position: absolute;
  bottom: -1px;
  right: 20px;
}

.what-is .text-right-illust {
  font-size: 20px;
  text-align: center;
  position: relative;
  margin-bottom: 63px;
}

.what-is .text-right-illust::after {
  content: " ";
  display: inline-block;
  background: url(/service/hoken/travelcancel/common/images/illust_1.svg);
  background-repeat: no-repeat;
  width: 110px;
  height: 114px;
  position: absolute;
  top: -8px;
  right: 80px;
}

.emphasis-title {
  font-size: 32px;
  position: relative;
  max-width: fit-content;
  margin: 0 auto;
  padding: 0 34px 0 38px;
  margin-bottom: 40px;
  text-align: center;
}

.emphasis-title::before {
  content: " ";
  display: inline-block;
  background: url(/service/hoken/travelcancel/common/images/emphasis_left.svg);
  background-repeat: no-repeat;
  width: 24px;
  height: 32px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.emphasis-title::after {
  content: " ";
  display: inline-block;
  background: url(/service/hoken/travelcancel/common/images/emphasis_right.svg);
  background-repeat: no-repeat;
  width: 24px;
  height: 32px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.what-is .d-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 64px;
}

.what-is .d-grid div {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  background-color: #fff;
  text-align: center;
  padding: 32px;
  gap: 0;
}

.what-is .d-grid div img {
  width: 93px;
  margin: 0 auto;
  margin-bottom: 16px;
}

.what-is .d-grid div h5 {
  font-size: 26px;
  margin-bottom: 16px;
  display: grid;
  place-content: center;
}

.what-is .dotted-box {
  background-color: #fff;
  border: dashed #10069F 3px;
  padding: 60px 40px;
  text-align: center;
}

.what-is .dotted-box p:first-of-type {
  font-size: 26px;
  margin-bottom: 24px;
  line-height: 1.3;
}

.what-is .dotted-box p:nth-of-type(2) {
  background-color: #FFF500;
  padding: 8px 24px;
  font-size: 32px;
  width: fit-content;
  margin: 0 auto;
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  line-height: 1.3;
}

.what-is .dotted-box p:nth-of-type(2) span {
  font-size: 40px;
  font-weight: 600;
}

.what-is .dotted-box sup {
  font-size: 16px;
  vertical-align: super;
  top: -10px;
  padding: 0 3px 0 5px;
}

.what-is .dotted-box .annotation {
  color: #2C2A29;
}

.ui-static-tab{
  padding: 0;
}

.ui-static-tab-col-2 .ui-static-tab-button-list .ui-static-tab-button {
  padding: 13px 16px 14px;
}

.ui-static-tab-button-list {
  padding-top: 96px;
  padding-bottom: 64px;
}

.ui-static-tab-content {
  margin-top: 0;
}

.ui-static-tab-button.is-active {
  background: #10069F;
}

.ui-static-tab-button::before {
  background: #10069F;
}

/* .ui-static-tab-content-item .bg-white{
  padding-bottom: 96px;
} */

.ui-static-tab-content-item .container>.d-flex,
.ui-static-tab-content-item .container>.d-grid {
  gap: 24px;
  margin-bottom: 96px;
}

.ui-static-tab-content-item--kaigai .container>.d-flex:not(:last-of-type) {
  margin-bottom: 64px;
}

.ui-static-tab-content-item .container>.d-flex .case,
.ui-static-tab-content-item .container>.d-grid .case {
  width: 50%;
  background: #E0EDFF;
  text-align: center;
  padding: 20px 40px 40px 40px;
}

.ui-static-tab-content-item .container>.d-flex .case img,
.ui-static-tab-content-item .container>.d-grid .case img {
  width: 144px;
  margin: 0 auto;
  margin-bottom: 24px;
}

.ui-static-tab-content-item .container>.d-flex .case h5,
.ui-static-tab-content-item .container>.d-grid .case h5 {
  font-size: 26px;
  margin-bottom: 24px;
}

.ui-static-tab-content-item .d-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.ui-static-tab-content-item .d-grid .case {
  width: 100% !important;
}

.ui-static-tab-content-item .d-grid div {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 6;
  gap: 0;
}

.ui-static-tab-content-item .d-grid .case--pink:first-of-type h5 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ui-static-tab-content-item .case--pink {
  background-color: #FEE6E7 !important;
}

.case_card {
  background: #fff;
  padding-top: 16px;
  position: relative;
}

.case_card p:first-of-type {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 24px;
}

.case_card dl {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 16px;
}

.ui-static-tab-content-item--kokunai .case_card dl {
  width: 80%;
  justify-content: center;
}

.case_card dl dt {
  width: calc(50% - 8px);
  background: #E9ECF2;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.ui-static-tab-content-item--kokunai .case_card dl dt span {
  font-size: 12px;
}

.case_card dl dd {
  width: calc(50% - 8px);
  max-width: 130px;
  display: flex;
  font-size: 20px;
  font-weight: 600;
}

.case_card .annotation {
  margin-bottom: 16px;
  color: #2C2A29;
}

.case_card .label {
  background: #10069F;
  padding: 16px 0px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 16px;
}

.case_card .label .amount {
  padding: 0 8px;
}

.case_card .label .amount span:first-of-type {
  font-size: 32px;
  color: #FFF500;
  margin-right: 4px;
}

.case_card .label .amount span:nth-of-type(2) {
  font-size: 20px;
  color: #FFF500;
}

.illust-oyako::after {
  content: " ";
  display: inline-block;
  background: url(/service/hoken/travelcancel/common/images/illust_oyako.svg);
  background-repeat: no-repeat;
  width: 95px;
  height: 142px;
  position: absolute;
  top: -26px;
  right: -19px;
}

.illust-train::after {
  content: " ";
  display: inline-block;
  background: url(/service/hoken/travelcancel/common/images/illust_train.svg);
  background-repeat: no-repeat;
  width: 67px;
  height: 85px;
  position: absolute;
  top: -25px;
  right: 4px;
}

.illust-flu::after {
  content: " ";
  display: inline-block;
  background: url(/service/hoken/travelcancel/common/images/illust_flu.svg);
  background-repeat: no-repeat;
  width: 118px;
  height: 121px;
  position: absolute;
  top: -44px;
  right: -25px;
}

.illust-ticket::after {
  content: " ";
  display: inline-block;
  background: url(/service/hoken/travelcancel/common/images/illust_ticket.svg);
  background-repeat: no-repeat;
  width: 99px;
  height: 102px;
  position: absolute;
  top: -44px;
  right: -25px;
}

.subject {
  background: #E0EDFF;
  padding: 64px 88px;
}

.subject .text-14 {
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
}

.subject .d-flex {
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.subject .d-flex .card {
  width: calc(50% - 12px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px 40px;
  min-height: 190px;
  height: auto;
  box-shadow: unset;
  border-radius: 0;
}

.subject .d-flex .card div {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.subject .d-flex .card img {
  width: 40px;
  margin-bottom: 16px;
}

.subject .d-flex .card h4 {
  font-size: 26px;
  margin-bottom: 16px;
}

.subject .d-flex .card p {
  line-height: 1.3;
}

.subject .d-flex--3 {
  flex-wrap: nowrap;
}

.subject .d-flex--3 .card {
  width: 33.333%
}

.subject ul {
  margin-bottom: 20px;
}

.subject ul li {
  text-indent: -1em;
  padding-left: 1em;
}

.subject ul li::before {
  content: '・';
}

.overview {
  background: #F5F7FA;
  padding: 64px 0;
}

.overview a {
  text-decoration: underline;
}

.overview dl dt {
  margin-top: 40px;
  margin-bottom: 16px;
}

.overview dl dd {
  margin-bottom: 40px;
}

.overview dl:last-of-type dd {
  margin-bottom: 0;
}

.overview dl dt h4 {
  font-size: 26px;
  display: flex;
  align-items: center;
}

.overview dl dt h4::before {
  content: " ";
  display: inline-block;
  background: url(/service/hoken/travelcancel/common/images/icon_verified_user.svg);
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  margin-right: 8px;
}

.overview .d-flex {
  flex-wrap: wrap;
  margin-bottom: 24px !important;
}

.overview .d-flex .card {
  width: calc(50% - 12px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 24px;
  height: auto;
  box-shadow: unset;
  border-radius: 0;
}

.overview .d-flex .card h5 {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 8px;
  font-weight: bold;
  width: 50%;
}

.ui-static-tab-content-item--kokunai .overview .d-flex .card h5 {
  width: 100%;
}

.overview .d-flex .card div {
  display: flex;
  align-items: flex-start;
  margin-bottom: 8px;
  gap: 8px;
}


.overview .d-flex .card div h5 {
  margin-bottom: 0 !important;
}

.overview .d-flex .card div .label{
  width: 50%;
  position: relative;
  top: 2px;
  text-align: right;
}

.overview .d-flex .card div .label li {
  display: inline-block;
  text-indent: unset;
  padding-left: 0;
  border-radius: 4px;
  padding: 2px 8px;
  line-height: 1.3;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
}

.overview .d-flex .card div .label .label__simple {
  background: #697180;
}

.overview .d-flex .card div .label .label__wide {
  background: #F88387;
}

.overview .d-flex .card div .label li::before {
  content: '';
}

.overview ul li {
  text-indent: -1em;
  padding-left: 1em;
}

.overview ul li::before {
  content: '・';
}

.ui-static-tab-content-item--kaigai .emphasis-title {
  font-size: 20px;
  font-weight: 600;
}

.title-brackets {
  position: relative;
  width: fit-content;
  padding: 0px 90px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 40px;
}

.title-brackets::before {
  content: " ";
  display: inline-block;
  background: url(/service/hoken/travelcancel/common/images/brackets_left.svg);
  background-repeat: no-repeat;
  width: 60px;
  height: 83px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-size: contain;
}

.title-brackets::after {
  content: " ";
  display: inline-block;
  background: url(/service/hoken/travelcancel/common/images/brackets_right.svg);
  background-repeat: no-repeat;
  width: 60px;
  height: 83px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background-size: contain;
}

.title-brackets h4 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 4px;
}

.title-brackets .simple {
  color: #63A0D8;
}

.title-brackets .wide {
  color: #F88387;
}

.title-brackets p {
  font-size: 14px;
  font-weight: 600;
}

.application {
  padding-top: 64px;
}

.application .container {
  position: relative;
  padding-bottom: 64px;
}

.application .container::after {
  content: " ";
  display: inline-block;
  background: url(/service/hoken/travelcancel/common/images/illust_green-men.svg);
  background-repeat: no-repeat;
  width: 213px;
  height: 263px;
  position: absolute;
  bottom: -1px;
  left: 0;
}

.application::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-image: url(/service/hoken/travelcancel/common/images/bg_sky.jpg);
  background-size: cover;
}

.application .application__frame {
  max-width: 670px;
  margin: 0 auto;
  border: solid 1px #fff;
  padding-bottom: 20px;
  margin-bottom: 64px;
  position: relative;
}

.application .application__frame::before {
  content: " ";
  display: inline-block;
  background: url(/service/hoken/travelcancel/common/images/illust_carry-case.svg);
  background-repeat: no-repeat;
  width: 91px;
  height: 136px;
  position: absolute;
  bottom: -51px;
  left: -45px;
}

.application .application__frame::after {
  content: " ";
  display: inline-block;
  background: url(/service/hoken/travelcancel/common/images/illust_2.svg);
  background-repeat: no-repeat;
  width: 202px;
  height: 191px;
  position: absolute;
  top: -29px;
  right: -114px;
}

.application .application__frame h4 {
  background: #fff;
  font-size: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 0;
  margin-bottom: 20px;
}

.application .application__frame h4 span {
  color: #10069F;
  font-size: 36px;
  font-weight: 600;
  padding: 0 8px;
}

.application .application__frame p {
  font-size: 26px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  line-height: 1.3;
}

.application .application__frame p:not(:last-of-type) {
  margin-bottom: 16px;
}

.application .application__frame p::before {
  content: " ";
  display: inline-block;
  background: url(/service/hoken/travelcancel/common/images/icon_check_circle.svg);
  background-repeat: no-repeat;
  width: 33px;
  height: 33px;
  margin-right: 10px;
}

.application h5 {
  font-size: 32px;
  text-align: center;
  margin-bottom: 40px;
}

.application ul {
  display: flex;
  gap: 24px;
  margin-bottom: 64px;
}

.application ul li {
  width: 33.333%;
}

.application .d-flex {
  gap: 24px;
  max-width: 864px;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  margin-bottom: 0 !important;
}

.application .btn span {
  font-weight: 400;
}

.application .d-flex .btn {
  width: 50%;
  max-width: 100%;
}

.application .d-flex .btn span {
  text-decoration: none;
}

.warning {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 24px;
  max-width: 622px;
  margin: 0 auto;
  border: solid 1px #fff;
  margin-bottom: 40px;
}

.warning h5 {
  font-size: 20px;
  margin-bottom: 16px;
}

.warning h5 img {
  width: 24px;
  width: 24px;
  margin-right: 8px;
}

.warning p {
  text-align: center;
}

.question {
  background: #fff;
  padding: 96px 0;
}

.question p:last-of-type {
  text-align: center;
}

.ui-static-container.ui-static-container-space-s {
  margin-bottom: 24px;
}

.ui-static-accordion+.ui-static-accordion {
  margin-top: 0;
}

.ui-static-accordion {
  padding: 0;
}

.ui-static-accordion-content-inner {
  display: block;
  text-align: left;
}

.question .ui-static-accordion-trigger .ui-static-accordion-text {
  color: #2C2A29 !important;
}

.ui-static-link {
  text-decoration: underline;
}

.new-window {
  white-space: nowrap;
}

.new-window::after {
  content: " ";
  display: inline-block;
  background: url(/service/hoken/travelcancel/common/images/icon_new-window_gray.svg);
  background-repeat: no-repeat;
  width: 13px;
  height: 13px;
  background-size: contain;
  margin-left: 2px;
}

.lastly {
  background: #fff;
  padding-bottom: 96px;
}

.lastly .container>p {
  width: 100%;
  text-align: center;
  background: #F5F7FA;
  margin-bottom: 40px;
  padding: 24px 0;
}

.lastly .d-flex {
  gap: 24px;
  margin-bottom: 0 !important;
}

.lastly .d-flex div {
  width: calc(50% - 12px);
  border: solid #C0C5CC 1px;
  text-align: center;
  padding: 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.lastly .d-flex h4 {
  font-size: 20px;
  margin-bottom: 16px;
  font-weight: 600;
}




@media (min-width: 768px) {
  .container {
    max-width: 1134px;
  }
}

@media (max-width: 1024px) {

  .ui-static-tab-content-item .container>.d-flex .case,
  .ui-static-tab-content-item .container>.d-grid .case {
    padding: 20px;
  }
}

@media (max-width: 820px) {
  .what-is .text-right-illust::after {
    top: 22px;
    right: 0px;
  }

  .what-is .container::after {
    width: 141px;
    height: 143px;
    background-size: contain;
  }

  .what-is .d-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .what-is .dotted-box p:nth-of-type(2) {
    font-size: 26px;
  }

  .what-is .dotted-box p:nth-of-type(2) span {
    font-size: 32px;
  }

  .ui-static-tab-content-item .container>.d-flex,
  .ui-static-tab-content-item .container>.d-grid {
    flex-wrap: wrap;
  }

  .ui-static-tab-content-item .container>.d-flex .case,
  .ui-static-tab-content-item .container>.d-grid .case {
    width: 100%;
    padding: 24px 16px 16px 16px;
  }

  .ui-static-tab-content-item .d-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .subject .d-flex .card {
    padding: 24px;
  }

  .subject .d-flex .card h4 {
    font-size: 18px;
    font-weight: 600;
  }

  .overview dl dt h4 {
    font-size: 18px;
    font-weight: 600;
  }

  .overview dl dt h4::before {
    margin-right: 6px;
  }

  .overview .d-flex .card {
    padding: 16px;
  }

  .overview .d-flex .card div {
    flex-wrap: wrap;
    margin-bottom: 16px;
    gap: 0;
  }

  .overview .d-flex .card h5 {
    width: 100%;
    margin-bottom: 16px;
  }

  .overview .d-flex .card div .label {
    width: 100%;
    margin-top: 8px;
    position: static;
    text-align: left;
  }

  .application .container::after {
    width: 163px;
    height: 183px;
    background-size: contain;
  }
}

@media (max-width: 767.98px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pc-only {
    display: none !important;
  }

  .sp-only {
    display: block !important;
  }

  .btn {
    width: 100%;
  }

  .btn::after {
    right: 12px;
  }

  .title-set {
    font-size: 28px;
  }

  .emphasis-title {
    font-size: 24px;
  }

  .emphasis-title::before,
  .emphasis-title::after {
    top: 70%;
  }

  .what-is {
    margin-bottom: -1px;
  }

  .what-is .text-right-illust {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.8;
    margin-bottom: 96px;
  }

  .what-is .d-grid {
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 40px;
  }

  .what-is .d-grid div {
    display: grid;
    background-color: #fff;
    text-align: center;
    padding: 24px 16px;
    gap: 0;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
    gap: 0 16px;
    align-items: center;
    justify-content: left;
  }

  .what-is .d-grid div img {
    width: 60px;
    padding: 0;
    margin-bottom: 0;
    grid-column: 1 / 2;
    grid-row: 1 / 3;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .what-is .d-grid div h5 {
    margin-bottom: 16px;
    font-size: 18px;
    display: grid;
    place-content: flex-start;
    grid-column: 2;
    grid-row: 1;
    text-align: left;
    font-weight: 600;
  }

  .what-is .d-grid div .annotation {
    text-align: left;
  }

  .what-is .d-grid div .annotation:empty+.what-is .d-grid div h5 {
    grid-row: 1 / 2;
  }

  .d-grid h5:only-of-type {
    grid-row: 1 / 2 !important;
    align-self: center;
  }

  .what-is .container::after {
    width: 116px;
    height: 117px;
    right: -5px;
  }

  .what-is .d-grid>div:not(:has(.annotation)) h5 {
    grid-row: 1 / 3 !important;
    align-self: center;
    margin-bottom: 0 !important;
  }

  .what-is .text-right-illust::after {
    content: " ";
    background: url(/service/hoken/travelcancel/common/images/illust_1_sp.svg);
    background-repeat: no-repeat;
    width: 85px;
    height: 58px;
    position: absolute;
    top: unset;
    bottom: -70px;
    right: -1px;
  }

  .what-is .dotted-box {
    padding: 40px 24px;
  }

  .what-is .dotted-box p:first-of-type {
    margin-bottom: 24px;
    text-align: left;
    font-size: 18px;
    font-weight: 600;
  }

  .what-is .dotted-box p:nth-of-type(2) {
    display: block;
    width: 100%;
    font-size: 24px;
  }

  .ui-static-tab-button-list {
    padding-top: 64px;
  }

  .ui-static-tab-content-item .emphasis-title {
    font-size: 16px;
    font-weight: 600;
  }

  .ui-static-tab-content-item .container>.d-flex,
  .ui-static-tab-content-item .container>.d-grid {
    margin-bottom: 40px;
  }

  .ui-static-tab-content-item .container>.d-flex .case h5,
  .ui-static-tab-content-item .container>.d-grid .case h5 {
    font-size: 18px;
    font-weight: 600;
  }

  .illust-oyako::after {
    width: 65px;
    height: 98px;
    top: -44px;
    right: -26px;
    background-size: contain;
  }

  .illust-train::after {
    width: 55px;
    height: 72px;
    top: -20px;
    right: -23px;
    background-size: contain;
  }

  .illust-flu::after {
    width: 77px;
    height: 79px;
    top: -40px;
    right: -25px;
    background-size: contain;
  }

  .illust-ticket::after {
    width: 74px;
    height: 76px;
    top: -29px;
    right: -15px;
    background-size: contain;
  }

  .case_card p:first-of-type {
    font-size: 16px;
  }

  .case_card dl {
    width: 88%;
  }

  .ui-static-tab-content-item--kokunai .case_card dl {
    width: 86%;
    gap: 16px 8px;
  }

  .ui-static-tab-content-item--kokunai .case_card dl dt {
    width: calc(65% - 4px);
  }

  .ui-static-tab-content-item--kokunai .case_card dl dd {
    width: calc(35% - 4px);
  }

  .case_card .label {
    display: block;
  }

  .ui-static-tab-content-item .pb-96 {
    padding-bottom: 64px;
  }

  .ui-static-tab-content-item .d-grid div {
    display: block;
  }

  .title-brackets {
    padding: 0px 48px;
    overflow: hidden;
  }

  .title-brackets::before {
    left: -22px;
  }

  .title-brackets::after {
    right: -22px;
  }

  .title-brackets h4 {
    font-size: 28px;
  }

  .subject {
    padding: 64px 20px;
  }

  .subject .d-flex .card {
    width: 100%;
    flex-direction: row;
    gap: 16px;
    min-height: auto;
    padding: 24px 16px;
    align-items: center;
    justify-content: flex-start;
  }

  .subject .d-flex .card div {
    align-items: flex-start;
  }

  .subject .d-flex .card img {
    margin-bottom: 0;
  }

  .subject .d-flex .card:not(:has(p)) h4 {
    margin-bottom: 0;
  }

  .subject .d-flex--3 {
    flex-wrap: wrap;
  }

  .subject .text-14 {
    text-align: left;
  }

  .overview .d-flex .card {
    width: 100%;
  }

  .application .application__frame h4 {
    font-size: 20px;
    font-weight: 600;
  }

  .application .application__frame h4 span {
    font-size: 28px;
  }

  .application .container {
    padding-bottom: 168px;
    overflow: hidden;
  }

  .application .container::after {
    bottom: -43px;
    left: 20px;
  }

  .application .application__frame::before {
    content: " ";
    display: inline-block;
    background: url(/service/hoken/travelcancel/common/images/illust_map.svg);
    background-repeat: no-repeat;
    width: 66px;
    height: 52px;
    position: absolute;
    bottom: -37px;
    left: -16px;
  }

  .application .application__frame::after {
    content: " ";
    display: inline-block;
    background: url(/service/hoken/travelcancel/common/images/illust_plane.svg);
    background-repeat: no-repeat;
    width: 68px;
    height: 45px;
    position: absolute;
    top: -32px;
    right: -11px;
  }

  .application .application__frame p {
    font-size: 16px;
    font-weight: 600;
    justify-content: flex-start;
    padding: 0 10px;
  }

  .application h5 {
    font-size: 28px;
  }

  .application ul {
    flex-wrap: wrap;
    gap: 16px;
  }

  .application ul li {
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
  }

  .application .d-flex .btn {
    margin-bottom: 0;
    width: 100%;
  }

  .warning h5 {
    font-size: 16px;
    font-weight: 600;
  }

  .warning h5 img {
    margin-right: 6px;
    position: relative;
    top: 2px;
  }

  .warning p {
    text-align: left;
  }

  .question {
    padding: 64px 0;
  }

  .lastly .container>p {
    padding: 16px;
  }

  .lastly .d-flex {
    flex-wrap: wrap;
  }

  .lastly .d-flex div {
    width: 100%;
  }

  .lastly .d-flex h4 {
    font-size: 16px;
  }
}