@media screen and (min-width: 768px) {
  .isPc {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .isPc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .isSp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .isSp {
    display: block;
  }
}
.t-8 {
  font-size: 8px;
}
.t-9 {
  font-size: 9px;
}
.t-10 {
  font-size: 10px;
}
.t-11 {
  font-size: 11px;
}
.t-12 {
  font-size: 12px;
}
.t-13 {
  font-size: 13px;
}
.t-14 {
  font-size: 14px !important;
}
.t-15 {
  font-size: 15px;
}
.t-16 {
  font-size: 16px;
}
.t-17 {
  font-size: 17px;
}
.t-18 {
  font-size: 18px;
}
.t-19 {
  font-size: 19px;
}
.t-20 {
  font-size: 20px;
}
.t-21 {
  font-size: 21px;
}
.t-22 {
  font-size: 22px;
}
.t-23 {
  font-size: 23px;
}
.t-24 {
  font-size: 24px;
}
.t-25 {
  font-size: 25px;
}
.t-26 {
  font-size: 26px;
}
.t-27 {
  font-size: 27px;
}
.t-28 {
  font-size: 28px;
}
.t-29 {
  font-size: 29px;
}
.t-30 {
  font-size: 30px;
}
.color-red {
  color: #fa6153;
}
.color-green {
  color: #32b988;
}
.color_orange {
  color: #ff952b;
}
.ls30 {
  letter-spacing: 0.03em;
}
.ls50 {
  letter-spacing: 0.05em;
}
.mb5 {
  margin-bottom: 5px;
}
.pl-02 {
  padding-left: 2px;
}
.pl-03 {
  padding-left: 3px;
}
.pl-05 {
  padding-left: 5px;
}
.pl-10 {
  padding-left: 10px;
}
.line-through {
  text-decoration: line-through;
}
.t-center {
  text-align: center;
}
.t-left {
  text-align: left;
}
.t-right {
  text-align: right;
}
.l-height1 {
  line-height: 1;
}
main {
  overflow-x: clip;
}
main sup {
  vertical-align: text-top;
  font-size: 0.7em;
}
.fp_detail_container {
  margin-top: 40px;
}
.fp_detail_h2 {
  width: 100%;
  margin: 20px 0;
  padding: 0 15px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.fp_detail_unit {
  width: 100%;
  margin: 1em 0;
  font-size: 14px;
  font-weight: bold;
}
.fp_detail_h3 {
  width: 100%;
  padding: 0.75em 15px;
  background: #f5f5f5;
  border-top: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
}
.fp_detail {
  width: 100%;
  padding: 0.75em 15px;
  font-weight: normal;
}
.fp_detail p {
  font-size: 14px;
  font-weight: normal;
}
.fp_detail p a {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.fp_detail ul li {
  text-indent: -1em;
  padding-left: 1em;
  margin: 0.5em 0;
}
.fp_detail ul li:before {
  content: '・';
}
.fp_detail ul a {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.fp_detail img {
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .fp_detail img {
    border-radius: 20px;
  }
}
.fp_buttton_container {
  width: 100%;
  margin: 40px 0;
  padding: 0 15px;
  display: -ms-grid;
  display: grid;
  place-content: center;
  gap: 1em;
}
.fp_buttton {
  width: 315px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  font-weight: normal;
  border-radius: 20px;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  color: #333;
  background: #fff;
  border: 1px solid #333;
}
.fp_buttton.type_green {
  color: #fff;
  background: #31b987;
  border: 1px solid #31b987;
}
.fp_buttton.type_white {
  color: #333;
  background: #fff;
  border: 1px solid #333;
}
.fp_buttton.type_white[target="_blank"] {
  position: relative;
}
.fp_buttton.type_white[target="_blank"]:after {
  background-image: url("/img/pages/icon_exlink__blk.svg");
}
.fp_buttton.type_darktan {
  color: #333;
  background: #fff;
  border: 1px solid #333;
}
.fp_buttton.type_mossgreen {
  color: #333;
  background: #fff;
  border: 1px solid #333;
}
.fp_buttton[target="_blank"] {
  position: relative;
}
.fp_buttton[target="_blank"]:after {
  content: "";
  display: inline-block;
  width: 11px;
  aspect-ratio: 1/1;
  background-image: url("/img/pages/icon_exlink.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(50% - 5px);
  right: 1em;
}
a.fp_home_link {
  font-size: 14px;
  color: #333;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.align_center {
  text-align: center;
}
.fp_amendment {
  padding: 0 15px;
  text-align: right;
}
.fp_amendment p {
  font-size: 14px;
  font-weight: normal;
}
.fp_amendment p a {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.mt-5 {
  margin-top: 5px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-15 {
  margin-top: 15px;
}
.mt-10 {
  margin-top: 20px;
}
.fp_pageIndexBtn {
  width: 48px;
  aspect-ratio: 1/1;
  border-radius: 24px;
  -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.161);
          box-shadow: 0px 0px 10px rgba(0,0,0,0.161);
  position: fixed;
  right: calc(((100% - 768px) / 2) + 15px);
  bottom: 60px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 10000;
}
@media screen and (max-width: 767px) {
  .fp_pageIndexBtn {
    right: 15px;
  }
}
.fp_pageIndexBtn.is-visible {
  opacity: 1;
  visibility: visible;
}
.fp_pageIndexBtn img {
  width: 100%;
}
.event_insurance {
  overflow-x: clip;
}
.event_insurance sup {
  vertical-align: text-top;
  font-size: 0.7em;
}
@media screen and (min-width: 768px) {
  .event_insurance {
    width: 768px;
    margin: 0 auto;
    padding-top: 62px;
  }
}
.event_insurance .pageIndexBtn_wrap {
  padding: 1em 0 0;
  text-align: right;
}
.event_insurance a.pageIndexBtn {
  font-size: 14px;
  color: #31b987;
  text-decoration: underline;
}
.event_insurance_head {
  width: 100%;
}
.event_insurance_head img {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: contain;
     object-fit: contain;
}
.event_insurance_index_head {
  width: 100%;
  padding: 1.5em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.1;
}
.event_insurance_index_head > span {
  position: relative;
}
.event_insurance_index_head > span::before,
.event_insurance_index_head > span::after {
  content: '';
  display: inline-block;
  width: 2px;
  height: 100%;
  background-color: #31b987;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.event_insurance_index_head > span::before {
  left: -0.8em;
}
.event_insurance_index_head > span::after {
  right: -0.8em;
}
.event_insurance_index_head > span > span::before,
.event_insurance_index_head > span > span::after {
  content: '';
  display: inline-block;
  width: 3px;
  height: 100%;
  background-color: #31b987;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.event_insurance_index_head > span > span::before {
  left: -1.1em;
}
.event_insurance_index_head > span > span::after {
  right: -1.1em;
}
.event_insurance_index_list {
  width: 100%;
  padding: 0 10px 40px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 10px;
}
.event_insurance_index_list_item {
  width: 100%;
  position: relative;
  padding: 14px 6px 5px 6px;
  border-radius: 6px;
}
.event_insurance_index_list_item a {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 51px auto;
  grid-template-columns: 51px auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
}
.event_insurance_index_list_item.type_01 {
  background-color: #ec75ad;
  -webkit-box-shadow: 3px 3px 0 #f197c2;
          box-shadow: 3px 3px 0 #f197c2;
}
.event_insurance_index_list_item.type_02 {
  background-color: #39bcb1;
  -webkit-box-shadow: 3px 3px 0 #66d1c8;
          box-shadow: 3px 3px 0 #66d1c8;
}
.event_insurance_index_list_item.type_03 {
  background-color: #af6ed7;
  -webkit-box-shadow: 3px 3px 0 #c392e1;
          box-shadow: 3px 3px 0 #c392e1;
}
.event_insurance_index_list_item.type_04 {
  background-color: #fb8600;
  -webkit-box-shadow: 3px 3px 0 #ffa43d;
          box-shadow: 3px 3px 0 #ffa43d;
}
.event_insurance_index_list_item.type_05 {
  background-color: #ea6161;
  -webkit-box-shadow: 3px 3px 0 #ef8989;
          box-shadow: 3px 3px 0 #ef8989;
}
.event_insurance_index_list_item.type_06 {
  background-color: #49b96e;
  -webkit-box-shadow: 3px 3px 0 #76cb92;
          box-shadow: 3px 3px 0 #76cb92;
}
.event_insurance_index_list_item.type_07 {
  background-color: #139eee;
  -webkit-box-shadow: 3px 3px 0 #4eb6f2;
          box-shadow: 3px 3px 0 #4eb6f2;
}
.event_insurance_index_list_item_lavel {
  width: 149px;
  height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 13px;
  font-weight: bold;
  background-color: #fff;
  border-radius: 11px;
  position: absolute;
  top: -11px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.type_01 .event_insurance_index_list_item_lavel {
  color: #ec75ad;
  -webkit-box-shadow: 0 0 3px #e8569b;
          box-shadow: 0 0 3px #e8569b;
}
.type_02 .event_insurance_index_list_item_lavel {
  color: #39bcb1;
  -webkit-box-shadow: 0 0 3px #33a99f;
          box-shadow: 0 0 3px #33a99f;
}
.type_03 .event_insurance_index_list_item_lavel {
  color: #af6ed7;
  -webkit-box-shadow: 0 0 3px #a155d0;
          box-shadow: 0 0 3px #a155d0;
}
.type_04 .event_insurance_index_list_item_lavel {
  color: #fb8600;
  -webkit-box-shadow: 0 0 3px #e27900;
          box-shadow: 0 0 3px #e27900;
}
.type_05 .event_insurance_index_list_item_lavel {
  color: #ea6161;
  -webkit-box-shadow: 0 0 3px #e64444;
          box-shadow: 0 0 3px #e64444;
}
.type_06 .event_insurance_index_list_item_lavel {
  color: #49b96e;
  -webkit-box-shadow: 0 0 3px #41a863;
          box-shadow: 0 0 3px #41a863;
}
.type_07 .event_insurance_index_list_item_lavel {
  color: #139eee;
  -webkit-box-shadow: 0 0 3px #108fd8;
          box-shadow: 0 0 3px #108fd8;
}
.event_insurance_index_list_item_img {
  width: 100%;
  height: 51px;
  border-radius: 50%;
  overflow: hidden;
}
.event_insurance_index_list_item_img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}
.event_insurance_index_list_item_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
  font-size: 15px;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .event_insurance_index_list_item_head {
    padding-right: 51px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.event_insurance_index_list_item_head:after {
  content: '';
  width: 16px;
  height: 16px;
  display: block;
  background-image: url("/img/usr/event/event_insurance/icon_arrow_down__transparent.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.event_insurance_content {
  width: 100%;
}
.event_insurance_content.type_01 {
  background-color: #fff2f8;
}
.event_insurance_content.type_02 {
  background-color: #d2eae8;
}
.event_insurance_content.type_03 {
  background-color: #f4e9fa;
}
.event_insurance_content.type_04 {
  background-color: #fcf4e5;
}
.event_insurance_content.type_05 {
  background-color: #fdefef;
}
.event_insurance_content.type_06 {
  background-color: #edfef2;
}
.event_insurance_content.type_07 {
  background-color: #e4f0f8;
}
.event_insurance_content_head {
  padding: 0.3em 0;
  margin-bottom: 0.75em;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.type_01 .event_insurance_content_head {
  background-color: #ec75ad;
}
.type_02 .event_insurance_content_head {
  background-color: #39bcb1;
}
.type_03 .event_insurance_content_head {
  background-color: #af6ed7;
}
.type_04 .event_insurance_content_head {
  background-color: #fb8600;
}
.type_05 .event_insurance_content_head {
  background-color: #ea6161;
}
.type_06 .event_insurance_content_head {
  background-color: #49b96e;
}
.type_07 .event_insurance_content_head {
  background-color: #139eee;
}
.event_insurance_content_title {
  width: 100%;
  padding: 20px 10px 15px;
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr auto 1fr;
  grid-template-columns: 1fr auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  font-size: 18px;
  font-weight: bold;
}
.event_insurance_content_title:before,
.event_insurance_content_title:after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background: #333;
}
.event_insurance_content_note {
  padding: 0 10px;
  font-size: 12px;
  color: #757575;
  text-align: right;
}
.insurance_cards {
  margin-top: 0.75em;
  padding: 0 10px 40px;
}
.insurance_card {
  padding: 8px 10px 10px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.16);
          box-shadow: 0 0 10px rgba(0,0,0,0.16);
}
.insurance_card + .insurance_card {
  margin-top: 1em;
}
.insurance_card_head {
  position: relative;
  padding: 0.5em 0.75em;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-radius: 10px;
}
.insurance_card_head .is_yellow {
  color: #f8f136;
}
.type_01 .insurance_card_head {
  background-color: #ec75ad;
}
.type_02 .insurance_card_head {
  background-color: #39bcb1;
}
.type_03 .insurance_card_head {
  background-color: #af6ed7;
}
.type_04 .insurance_card_head {
  background-color: #fb8600;
}
.type_05 .insurance_card_head {
  background-color: #ea6161;
}
.type_06 .insurance_card_head {
  background-color: #49b96e;
}
.type_07 .insurance_card_head {
  background-color: #139eee;
}
.insurance_card_head::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 10px 0 10px;
  border-color: transparent;
}
.type_01 .insurance_card_head::after {
  border-top-color: #ec75ad;
}
.type_02 .insurance_card_head::after {
  border-top-color: #39bcb1;
}
.type_03 .insurance_card_head::after {
  border-top-color: #af6ed7;
}
.type_04 .insurance_card_head::after {
  border-top-color: #fb8600;
}
.type_05 .insurance_card_head::after {
  border-top-color: #ea6161;
}
.type_06 .insurance_card_head::after {
  border-top-color: #49b96e;
}
.type_07 .insurance_card_head::after {
  border-top-color: #139eee;
}
.insurance_card_img {
  width: 100%;
  margin-top: 20px;
}
.insurance_card_img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 336/171;
  -o-object-fit: contain;
     object-fit: contain;
}
.insurance_card_lead_wrap {
  margin: 1em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.insurance_card_lead {
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  gap: 0.5em;
  position: relative;
}
.insurance_card_lead:before,
.insurance_card_lead:after {
  content: '';
  display: block;
  width: 1px;
  height: 80%;
  background-color: #333;
  position: absolute;
}
.insurance_card_lead:before {
  top: 50%;
  left: -5px;
  -webkit-transform: rotate(-27deg) translateY(-50%);
          transform: rotate(-27deg) translateY(-50%);
}
.insurance_card_lead:after {
  top: 50%;
  right: -5px;
  -webkit-transform: rotate(27deg) translateY(-50%);
          transform: rotate(27deg) translateY(-50%);
}
.insurance_card_label_wrap {
  margin: 1em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.insurance_card_label {
  display: inline-block;
  padding: 0.25em 0.8em;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-radius: 10px;
}
.type_01 .insurance_card_label {
  background-color: #ec75ad;
}
.type_02 .insurance_card_label {
  background-color: #39bcb1;
}
.type_03 .insurance_card_label {
  background-color: #af6ed7;
}
.type_04 .insurance_card_label {
  background-color: #fb8600;
}
.type_05 .insurance_card_label {
  background-color: #ea6161;
}
.type_06 .insurance_card_label {
  background-color: #49b96e;
}
.type_07 .insurance_card_label {
  background-color: #139eee;
}
.insurance_card_catch {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.insurance_card_plan_wrap {
  margin: 1em 0;
  text-align: center;
}
.insurance_card_plan {
  font-size: 28px;
  font-weight: 900;
  line-height: 24px;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.insurance_card_plan:before {
  content: '';
  display: block;
  width: 102%;
  height: 10px;
  background: #f8f136;
  position: absolute;
  bottom: -0.15em;
  left: -1%;
  z-index: -1;
}
.insurance_card_plan.is_large {
  font-size: 40px;
}
.insurance_card_plan span {
  font-weight: bold;
  font-size: 20px;
  line-height: 20px;
}
.insurance_card_plan sup {
  font-size: 12px;
}
.insurance_card_plan + .insurance_card_plan {
  margin-top: 0.5em;
}
.type_01 .insurance_card_plan {
  color: #ec75ad;
}
.type_02 .insurance_card_plan {
  color: #39bcb1;
}
.type_03 .insurance_card_plan {
  color: #af6ed7;
}
.type_04 .insurance_card_plan {
  color: #fb8600;
}
.type_05 .insurance_card_plan {
  color: #ea6161;
}
.type_06 .insurance_card_plan {
  color: #49b96e;
}
.type_07 .insurance_card_plan {
  color: #139eee;
}
.insurance_card_point {
  margin-top: 40px;
  padding: 24px 1em 0.75em 1.75em;
  position: relative;
  border-radius: 7px;
}
.insurance_card_point:before {
  content: '';
  display: inline-block;
  width: 185px;
  height: 42px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 2px;
  top: -23px;
}
.type_01 .insurance_card_point {
  background-color: #fceef5;
}
.type_01 .insurance_card_point:before {
  background-image: url("/img/usr/event/event_insurance/label_point_type_01.png");
}
.type_02 .insurance_card_point {
  background-color: #e1f9f7;
}
.type_02 .insurance_card_point:before {
  background-image: url("/img/usr/event/event_insurance/label_point_type_02.png");
}
.type_03 .insurance_card_point {
  background-color: #f4e9fa;
}
.type_03 .insurance_card_point:before {
  background-image: url("/img/usr/event/event_insurance/label_point_type_03.png");
}
.type_04 .insurance_card_point {
  background-color: #fbf3e4;
}
.type_04 .insurance_card_point:before {
  background-image: url("/img/usr/event/event_insurance/label_point_type_04.png");
}
.type_05 .insurance_card_point {
  background-color: #fdefef;
}
.type_05 .insurance_card_point:before {
  background-image: url("/img/usr/event/event_insurance/label_point_type_05.png");
}
.type_06 .insurance_card_point {
  background-color: #e6f6ea;
}
.type_06 .insurance_card_point:before {
  background-image: url("/img/usr/event/event_insurance/label_point_type_06.png");
}
.type_07 .insurance_card_point {
  background-color: #e4f1f8;
}
.type_07 .insurance_card_point:before {
  background-image: url("/img/usr/event/event_insurance/label_point_type_07.png");
}
.insurance_card_point ul li {
  padding: 0 0 0.75em 0.75em;
  text-indent: -1.75em;
  font-size: 14px;
  position: relative;
}
.insurance_card_point ul li span {
  font-weight: bold;
}
.insurance_card_point ul li:before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 0.5em;
  margin-bottom: -0.2em;
  background-size: contain;
  background-repeat: no-repeat;
}
.type_01 .insurance_card_point ul li:before {
  background-image: url("/img/usr/event/event_insurance/check_type_01.png");
}
.type_02 .insurance_card_point ul li:before {
  background-image: url("/img/usr/event/event_insurance/check_type_02.png");
}
.type_03 .insurance_card_point ul li:before {
  background-image: url("/img/usr/event/event_insurance/check_type_03.png");
}
.type_04 .insurance_card_point ul li:before {
  background-image: url("/img/usr/event/event_insurance/check_type_04.png");
}
.type_05 .insurance_card_point ul li:before {
  background-image: url("/img/usr/event/event_insurance/check_type_05.png");
}
.type_06 .insurance_card_point ul li:before {
  background-image: url("/img/usr/event/event_insurance/check_type_06.png");
}
.type_07 .insurance_card_point ul li:before {
  background-image: url("/img/usr/event/event_insurance/check_type_07.png");
}
.insurance_card_buttons {
  width: 300px;
  margin: 0 auto;
}
.insurance_card_buttons .fp_buttton {
  width: auto;
  height: 48px;
  margin: 1em 0;
  border-radius: 24px;
}
.insurance_card_buttons .fp_buttton.type_red {
  color: #fff;
  background-color: #fa6153;
  border: 1px solid #fa6153;
}
.insurance_card_buttons .fp_buttton.type_white {
  color: #333;
  background-color: #fff;
  border: 1px solid #333;
}
.insurance_card_button_note {
  font-size: 12px;
  color: #757575;
}
.insurance_card_button_note + .insurance_card_button_note {
  margin-top: 0.75em;
}
.insurance_card_coution {
  margin: 1em 0;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.16);
          box-shadow: 0 0 10px rgba(0,0,0,0.16);
}
.insurance_card_coution_title {
  position: relative;
  padding: 0.75em 2.5em 0.75em 1em;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
}
.insurance_card_coution_title::before {
  content: '';
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 2px #31b987;
  border-right: solid 2px #31b987;
  position: absolute;
  top: 50%;
  right: 1.5em;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.insurance_card_coution_title.is_open::before {
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.insurance_card_coution_data {
  display: none;
  padding: 0 1em 1em;
}
.insurance_card_notes {
  padding: 0.6em;
}
.insurance_card_notes p {
  font-size: 12px;
  color: #757575;
}
.insurance_card_notes p + p {
  margin-top: 0.75em;
}
.insurance_card_coution_data_title {
  padding: 0.5em;
  font-size: 14px;
  background-color: #edf5f2;
}
.insurance_card_coution_data_list {
  margin: 0.5em 0;
}
.insurance_card_coution_data_list li {
  padding: 0.25em 0 0.25em 1em;
  text-indent: -1em;
  font-size: 14px;
}
.insurance_card_coution_data_list li:before {
  content: "・";
}
