<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*
 * CSSリセット
 */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  font-weight: 400;
  margin: 0;
}

ul,
ol {
  padding: 0;
  list-style: none;
}

em {
  font-style: normal;
}

body {
  font-family: sans-serif;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
  word-wrap: break-word;
  word-break: break-all;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

tr {
  text-align: left;
}

th:not([align]),
td:not([align]) {
  text-align: inherit;
}

img,
picture {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

input,
button,
textarea,
select {
  font: inherit;
}

*[lang="en"] {
  word-wrap: normal;
  word-break: normal;
}

@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: .01ms !important;
    animation-duration: .01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    -webkit-transition-duration: .01ms !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important;
  }
}

/*
 * 全体
 */
html {
  font-size: 62.5%;
  min-height: 100%;
}

body {
  background-color: #FFFFFF;
  color: #262626;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", "MS PGothic", Helvetica, sans-serif;
  font-size: 1.4rem;
  line-height: 1.7;
  min-height: 100%;
  background-size: 100% auto;
}

@media screen and (min-width: 751px), print {
  body {
    font-size: 1.6rem;
  }
}

@media print {
  body {
    -webkit-print-color-adjust: exact;
  }
}

a {
  color: inherit;
}

a,
a:active,
a:focus {
  text-decoration: none;
  outline: none;
}

a img {
  outline: none;
}

@media screen and (min-width: 751px), print {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

button,
button:active,
button:focus {
  outline: none;
}

@media screen and (min-width: 751px), print {
  a,
  button {
    cursor: pointer;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
  }
  a:hover,
  button:hover {
    opacity: .7;
  }
}

sub {
  vertical-align: baseline;
}

sup {
  vertical-align: top;
}

/*
 * text colors
 */
.has-text-red {
  color: #ec052b !important;
}

.has-text-yellow {
  color: #ffd829 !important;
}

.has-text-green {
  color: #3c9203 !important;
}

/*
 * weight
 */
.has-text-weight-normal {
  font-weight: 400 !important;
}

.has-text-weight-bold {
  font-weight: 700 !important;
}

/*
 * text align
 */
.has-text-right {
  text-align: right !important;
}

.has-text-center {
  text-align: center !important;
}

@media screen and (min-width: 751px), print {
  .has-text-center-from-tablet {
    text-align: center !important;
  }
}

.has-text-left {
  text-align: left !important;
}

/*
 * line break
 */
.is-text-nowrap {
  white-space: nowrap !important;
}

/*
 * Visibility
 */
.is-block {
  display: block !important;
}

@media screen and (max-width: 750px) {
  .is-block-mobile {
    display: block !important;
  }
}

@media screen and (min-width: 751px), print {
  .is-block-from-tablet {
    display: block !important;
  }
}

@media screen and (min-width: 751px) and (max-width: 1023px) {
  .is-block-tablet {
    display: block !important;
  }
}

@media screen and (max-width: 1023px) {
  .is-block-to-tablet {
    display: block !important;
  }
}

@media screen and (min-width: 1024px), print {
  .is-block-from-desktop {
    display: block !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1199px), print {
  .is-block-desktop {
    display: block !important;
  }
}

@media screen and (min-width: 1200px) {
  .is-block-widescreen {
    display: block !important;
  }
}

.is-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

@media screen and (max-width: 750px) {
  .is-flex-mobile {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media screen and (min-width: 751px), print {
  .is-flex-from-tablet {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media screen and (min-width: 751px) and (max-width: 1023px) {
  .is-flex-tablet {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media screen and (max-width: 1023px) {
  .is-flex-to-tablet {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media screen and (min-width: 1024px), print {
  .is-flex-from-desktop {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1199px), print {
  .is-flex-desktop {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media screen and (min-width: 1200px) {
  .is-flex-widescreen {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.is-inline {
  display: inline !important;
}

@media screen and (max-width: 750px) {
  .is-inline-mobile {
    display: inline !important;
  }
}

@media screen and (min-width: 751px), print {
  .is-inline-from-tablet {
    display: inline !important;
  }
}

@media screen and (min-width: 751px) and (max-width: 1023px) {
  .is-inline-tablet {
    display: inline !important;
  }
}

@media screen and (max-width: 1023px) {
  .is-inline-to-tablet {
    display: inline !important;
  }
}

@media screen and (min-width: 1024px), print {
  .is-inline-from-desktop {
    display: inline !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1199px), print {
  .is-inline-desktop {
    display: inline !important;
  }
}

@media screen and (min-width: 1200px) {
  .is-inline-widescreen {
    display: inline !important;
  }
}

.is-inline-block {
  display: inline-block !important;
}

@media screen and (max-width: 750px) {
  .is-inline-block-mobile {
    display: inline-block !important;
  }
}

@media screen and (min-width: 751px), print {
  .is-inline-block-from-tablet {
    display: inline-block !important;
  }
}

@media screen and (min-width: 751px) and (max-width: 1023px) {
  .is-inline-block-tablet {
    display: inline-block !important;
  }
}

@media screen and (max-width: 1023px) {
  .is-inline-block-to-tablet {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1024px), print {
  .is-inline-block-from-desktop {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1199px), print {
  .is-inline-block-desktop {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1200px) {
  .is-inline-block-widescreen {
    display: inline-block !important;
  }
}

.is-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media screen and (max-width: 750px) {
  .is-inline-flex-mobile {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media screen and (min-width: 751px), print {
  .is-inline-flex-from-tablet {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media screen and (min-width: 751px) and (max-width: 1023px) {
  .is-inline-flex-tablet {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media screen and (max-width: 1023px) {
  .is-inline-flex-to-tablet {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1024px), print {
  .is-inline-flex-from-desktop {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1199px), print {
  .is-inline-flex-desktop {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1200px) {
  .is-inline-flex-widescreen {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.is-hidden {
  display: none !important;
}

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

@media screen and (min-width: 751px), print {
  .is-hidden-from-tablet {
    display: none !important;
  }
}

@media screen and (min-width: 751px) and (max-width: 1023px) {
  .is-hidden-tablet {
    display: none !important;
  }
}

@media screen and (max-width: 1023px) {
  .is-hidden-to-tablet {
    display: none !important;
  }
}

@media screen and (min-width: 1024px), print {
  .is-hidden-from-desktop {
    display: none !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1199px), print {
  .is-hidden-desktop {
    display: none !important;
  }
}

@media screen and (min-width: 1200px) {
  .is-hidden-widescreen {
    display: none !important;
  }
}

/**
 * 申し込み
 */
.application {
  display: block;
  max-width: 335px;
  margin: 0 auto;
}

.application__copy {
  text-align: center;
  color: #357602;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 7.5px;
}

.application__button {
  position: relative;
  margin-bottom: 10px;
  padding: 7px 0 13px;
  background: -webkit-gradient(linear, left top, right top, from(#d9d9d9), color-stop(40%, rgba(236, 236, 236, 0.5)), to(rgba(255, 255, 255, 0))), #41a300;
  background: linear-gradient(90deg, #d9d9d9 0%, rgba(236, 236, 236, 0.5) 40%, rgba(255, 255, 255, 0) 100%), #41a300;
  background: -webkit-linear-gradient(90deg, #d9d9d9 0%, rgba(236, 236, 236, 0.5) 40%, rgba(255, 255, 255, 0) 100%), #41a300;
  background-blend-mode: multiply;
  border: 3px solid #53b440;
  border-radius: 9999px;
  -webkit-box-shadow: 0 7px 7px 0 rgba(57, 57, 57, 0.35);
  box-shadow: 0 7px 7px 0 rgba(57, 57, 57, 0.35);
  color: #FFFFFF;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.application__button em {
  display: block;
  margin-top: 6px;
  font-size: 1.8rem;
  font-weight: 700;
}

.application__button:before, .application__button:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 26px;
  width: 14px;
  height: 0;
  border-top: 2px solid #FFFFFF;
}

.application__button:before {
  margin-bottom: 1px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.application__button:after {
  margin-top: -1px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .application__button {
    background: #41a300;
  }
}

@media screen and (min-width: 751px), print {
  .application {
    max-width: 560px;
  }
  .application__copy {
    font-size: 1.9rem;
    margin-bottom: 13px;
  }
  .application__button {
    position: relative;
    margin-bottom: 6px;
    padding: 10px 0 20px;
    border-width: 3px;
    font-size: 2.1rem;
  }
  .application__button em {
    margin-top: 10px;
    font-size: 3.2rem;
  }
  .application__button:before, .application__button:after {
    right: 54px;
    width: 22px;
    border-top-width: 3px;
  }
  .application__button:before {
    margin-bottom: 2px;
  }
  .application__button:after {
    margin-top: -2px;
  }
}

.application-nextpage {
  max-width: 335px;
  margin: 0 auto;
  padding: 8px 10px;
  color: #357602;
  font-weight: bold;
  font-size: 1.3rem;
  letter-spacing: -0.045em;
  line-height: 1.4;
}
.application-notice {
  max-width: 335px;
  margin: 0 auto;
  padding: 8px 10px;
  background: #FFFFFF;
  border: 1px solid #ec052b;
  font-size: 1.3rem;
  letter-spacing: -0.045em;
  line-height: 1.4;
}

@media screen and (min-width: 751px), print {
 .application-nextpage {
    display: table;
    max-width: none;
    padding: 12px 20px;
    font-size: 1.6rem;
    letter-spacing: -0.025em;
    line-height: 1.75;
}
	.application-notice {
    display: table;
    max-width: none;
    padding: 12px 20px;
    border: 2px solid #ec052b;
    font-size: 1.6rem;
    letter-spacing: -0.025em;
    line-height: 1.75;
  }
}

/**
 * 資料請求
 */
.brochure {
  display: block;
  max-width: 335px;
  margin: 0 auto;
}

.brochure__copy {
  text-align: center;
  color: #357602;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 7.5px;
}

.brochure__button {
  position: relative;
  margin-bottom: 25px;
  padding: 7px 0 13px;
  background: -webkit-gradient(linear, left top, right top, from(#d9d9d9), color-stop(40%, rgba(236, 236, 236, 0.5)), to(rgba(255, 255, 255, 0))), #1c70d6;
  background: linear-gradient(90deg, #d9d9d9 0%, rgba(236, 236, 236, 0.5) 40%, rgba(255, 255, 255, 0) 100%), #1c70d6;
  background: -webkit-linear-gradient(90deg, #d9d9d9 0%, rgba(236, 236, 236, 0.5) 40%, rgba(255, 255, 255, 0) 100%), #1c70d6;
  background-blend-mode: multiply;
  border: 3px solid #3d90f3;
  border-radius: 9999px;
  -webkit-box-shadow: 0 7px 7px 0 rgba(57, 57, 57, 0.35);
  box-shadow: 0 7px 7px 0 rgba(57, 57, 57, 0.35);
  color: #FFFFFF;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.brochure__button em {
  display: block;
  margin-top: 6px;
  font-size: 1.8rem;
  font-weight: 700;
}

.brochure__button:before, .brochure__button:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 26px;
  width: 14px;
  height: 0;
  border-top: 2.5px solid #FFFFFF;
}

.brochure__button:before {
  margin-bottom: 1px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.brochure__button:after {
  margin-top: -1px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .brochure__button {
    background: #1c70d6;
  }
}

@media screen and (min-width: 751px), print {
  .brochure {
    max-width: 560px;
  }
  .brochure__copy {
    font-size: 1.9rem;
    margin-bottom: 13px;
  }
  .brochure__button {
    position: relative;
    margin-bottom: 46px;
    padding: 10px 0 20px;
    border-width: 3px;
    font-size: 2.1rem;
  }
  .brochure__button em {
    margin-top: 10px;
    font-size: 3.2rem;
  }
  .brochure__button:before, .brochure__button:after {
    right: 54px;
    width: 22px;
    border-top-width: 3px;
  }
  .brochure__button:before {
    margin-bottom: 2px;
  }
  .brochure__button:after {
    margin-top: -2px;
  }
}

/**
 * collapse
 */
.collapse-body:not(.is-opening):not(.is-closing):not(.is-opened) {
  display: none;
}

.collapse-body.is-opening, .collapse-body.is-closing {
  height: 0;
  overflow: hidden;
  -webkit-transition: height .3s linear;
  transition: height .3s linear;
}

/*
 * フォーム
 */
input[type="radio"] {
  margin: 0 .3em 0 0;
}

select {
  padding: 11px 21px;
  line-height: 1;
}

@media screen and (min-width: 751px), print {
  select {
    padding: 18px 30px;
  }
}

.field.is-grouped {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.7rem;
}

@media screen and (min-width: 751px), print {
  .radio {
    font-size: 1.8rem;
  }
}

.select select {
  font-size: 1.6rem;
}

@media screen and (min-width: 751px), print {
  .select select {
    font-size: 1.8rem;
  }
}

.control {
  font-weight: 700;
}

/**
 * 下矢印見出し
 */
.heading-arrow-bottom {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100px;
  margin-bottom: 30px;
  background: #41a300;
  color: #FFFFFF;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.26;
  text-align: center;
}

.heading-arrow-bottom:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -11px;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 21px 30px 0 30px;
  border-color: #41a300 transparent transparent transparent;
}

@media screen and (min-width: 751px), print {
  .heading-arrow-bottom {
    height: 137px;
    margin-bottom: 60px;
    font-size: 3.6rem;
  }
  .heading-arrow-bottom:after {
    bottom: -21px;
    border-width: 21px 30px 0 30px;
  }
}

.heading-arrow-bottom.is-gray {
  background: #ebebeb;
  color: #3c3d3c;
}

.heading-arrow-bottom.is-gray:after {
  border-color: #ebebeb transparent transparent transparent;
}

/**
 * ヒーロー
 */
.hero {
  padding: 20px 0 0;
  background: url("https://d18f657670wm8u.cloudfront.net/cancer-insurance/swantoku/assets/img/hero-bg_sp.png?20220124") center top/100% auto no-repeat;
}

.hero__service-copy {
  display: block;
  margin: 0 auto 10px;
}

.hero__service-logo {
  position: relative;
  display: block;
  margin: 0 auto 15px;
  text-align: center;
}

.hero__second {
  padding: 18px 20px 8px;
}

@media screen and (max-width: 750px) {
  .hero__service-copy {
    width: 283.5px;
    height: 102.5px;
  }
  .hero__service-logo {
    max-width: 100%;
    width: 375px;
    height: 128px;
  }
  .hero__second {
    background: url("https://d18f657670wm8u.cloudfront.net/cancer-insurance/swantoku/assets/img/hero-bg-green_sp.png?20220124") center top/cover no-repeat;
  }
}

@media screen and (min-width: 751px), print {
  .hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 60px 20px 10px;
    background: url("https://d18f657670wm8u.cloudfront.net/cancer-insurance/swantoku/assets/img/hero-bg_pc.png?20220124") center top/cover no-repeat;
  }
  .hero__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 1092px;
  }
  .hero__service-copy {
    margin-bottom: 22px;
  }
  .hero__service-logo {
    margin: 0 auto 20px;
    -webkit-transform: translateX(6%);
    transform: translateX(6%);
  }
  .hero__first {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    max-width: 54%;
  }
  .hero__second {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    max-width: 43%;
    padding: 0 0 0 30px;
  }
}

.hero-benefit {
  text-align: center;
  margin-bottom: 30px;
}

.hero-benefit__condition {
  font-size: 1.1rem;
  letter-spacing: -0.025em;
}

.hero-benefit {
  position: relative;
}

.hero-benefit__case-balloon {
  position: absolute;
  top: 24%;
  left: 0;
  right: 0;
  margin: auto;
  animation: benefit-case-balllon-fluffy 2s ease infinite;
}

@media screen and (min-width: 376px) {
  .hero-benefit__case-balloon {
    top: 86px;
  }
}

@-webkit-keyframes benefit-case-balllon-fluffy {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-14%);
    transform: translateY(-14%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes benefit-case-balllon-fluffy {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-14%);
    transform: translateY(-14%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@media screen and (max-width: 750px), print {
  .hero-benefit {
    margin-bottom: 10px;
  }
  .hero-benefit__case-balloon {
    width: 375px;
  }
  .hero-benefit__case {
    width: 375px;
  }
}

@media screen and (min-width: 751px), print {
  .hero-benefit__case-balloon {
    top: 18.6%;
  }
}
@media screen and (min-width: 1129px), print {
  .hero-benefit__case-balloon {
    top: 80px;
  }
}

.hero-feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 5px;
}

.hero-feature__1, .hero-feature__2 {
  padding: 7px;
  background: #FFFFFF;
  color: #595656;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1;
  text-align: center;
}

.hero-feature__1 {
  width: 195px;
  margin-right: 5px;
}

.hero-feature__2 {
  width: 130px;
}

@media screen and (min-width: 751px), print {
  .hero-feature {
    margin-bottom: 17px;
  }
  .hero-feature__1, .hero-feature__2 {
    width: 100%;
    padding: 15px;
    border: 1px solid #595656;
    white-space: nowrap;
  }
  .hero-feature__1 {
    max-width: 240px;
    margin-right: 7px;
  }
  .hero-feature__2 {
    max-width: 186px;
  }
}

.hero-payment-case-container {
  width: 100%;
  max-width: 338px;
  margin: 0 auto;
}

@media screen and (min-width: 751px), print {
  .hero-payment-case-container {
    max-width: 452px;
  }
}

.hero-payment-case {
  margin: 0 auto 3px;
  padding: 3px;
  border: 1.5px solid #FFFFFF;
  border-radius: 6px;
  background-color: #009950;
}

.hero-payment-case__head {
  color: #FFFFFF;
  font-weight: 700;
  text-align: center;
  line-height: 26.5px;
}

.hero-payment-case__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hero-payment-case__man, .hero-payment-case__woman {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: calc(50% - 1px);
  padding: 8px 0;
  background: #FFFFFF;
  text-align: center;
  font-size: 1.3rem;
  line-height: 1;
  white-space: nowrap;
}

.hero-payment-case__man {
  margin-right: 2px;
  border-radius: 0 0 0 6px;
  color: #156ed4;
}

.hero-payment-case__woman {
  border-radius: 0 0 6px 0;
  color: #e63283;
}

.hero-payment-case__price {
  font-weight: 700;
  font-size: 1.4rem;
  margin-top: 7.5px;
}

.hero-payment-case__price em {
  font-size: 2.1rem;
}

@media screen and (min-width: 751px), print {
  .hero-payment-case {
    margin-bottom: 6px;
    padding: 0 4px 4px 4px;
    border: 2px solid #FFFFFF;
    border-radius: 10px;
  }
  .hero-payment-case__head {
    font-size: 2rem;
    letter-spacing: 0.05em;
    line-height: 48px;
  }
  .hero-payment-case__man, .hero-payment-case__woman {
    width: calc(50% - 1.5px);
    padding: 18px 4px;
    font-size: 1.7rem;
    letter-spacing: -0.05em;
  }
  .hero-payment-case__man {
    margin-right: 3px;
    border-radius: 0 0 0 10px;
  }
  .hero-payment-case__woman {
    border-radius: 0 0 10px 0;
    color: #e63283;
  }
  .hero-payment-case__price {
    font-size: 2rem;
    margin-top: 8px;
  }
  .hero-payment-case__price em {
    font-size: 1.5em;
    letter-spacing: -0.05em;
  }
}

.hero-payment-case-note {
  font-size: 1.3rem;
  letter-spacing: -0.075em;
  line-height: 1.3;
}

@media screen and (min-width: 751px), print {
  .hero-payment-case-note {
    font-size: 1.2rem;
  }
}

/**
 * リンク
 */
.link {
  color: #0094fb;
  font-weight: 700;
  text-decoration: underline;
}

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

/*
 * アプリ紹介セクション
 */
.section-app {
  background: rgba(243, 243, 243, 0.35);
}

.section-app__body {
  padding: 0 20px 35px;
}

@media screen and (min-width: 751px), print {
  .section-app__body {
    padding: 0 40px 50px;
  }
}

.app-intro-1__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.app-intro-1__logo {
  text-align: center;
  margin-bottom: 15px;
}

.app-intro-1__lead {
  margin-bottom: 20px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.625;
}

.app-intro-1__lead em {
  color: #fc7019;
}

.app-intro-1__lead strong {
  color: #000000;
  font-size: 1.3em;
}

.app-intro-1__about {
  margin-bottom: 45px;
  padding: 20px 22.5px;
  background: #FFFFFF;
  border-radius: 10px 10px 0 10px;
  -webkit-box-shadow: 0 6px 0 0 #ebebeb;
  box-shadow: 0 6px 0 0 #ebebeb;
  font-size: 1.4rem;
}

.app-intro-1__about ul {
  font-weight: 700;
}

.app-intro-1__about ul &gt; li {
  position: relative;
  padding-left: 1em;
  line-height: 1.4;
}

.app-intro-1__about ul &gt; li:not(:last-child) {
  margin-bottom: 10px;
}

.app-intro-1__about ul &gt; li:before {
  position: absolute;
  content: '・';
  display: inline-block;
  left: 0;
}

@media screen and (max-width: 750px) {
  .app-intro-1__image-pc {
    display: none;
  }
  .app-intro-1__logo img {
    width: 64.5px;
    height: 48.5px;
  }
  .app-intro-1__image-sp img {
    width: 231.5px;
    height: 255px;
  }
}

@media screen and (min-width: 751px), print {
  .app-intro-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto 86px;
    width: 100%;
    max-width: 885px;
  }
  .app-intro-1__image-pc {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    width: 40.79096%;
  }
  .app-intro-1__image-sp {
    display: none;
  }
  .app-intro-1__main {
    width: 58.75706%;
  }
  .app-intro-1__logo {
    margin-bottom: 24px;
  }
  .app-intro-1__lead {
    margin-bottom: 28px;
    font-size: 3rem;
    line-height: 1.5;
  }
  .app-intro-1__about {
    width: 90%;
    margin-right: 10%;
    margin-bottom: 0;
    padding: 28px 30px;
    border-radius: 20px 20px 0 20px;
    font-size: 1.8rem;
  }
  .app-intro-1__about ul &gt; li:not(:last-child) {
    margin-bottom: 14px;
  }
}

.app-intro-2__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.app-intro-2__copy-1 {
  margin-bottom: 20px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
}

.app-intro-2__image-sp {
  margin-bottom: 15px;
}

.app-intro-2__image-sp figcaption {
  margin-top: 15px;
  font-size: 1.3rem;
}

.app-intro-2__copy-2 {
  max-width: 100%;
  font-size: 1.4rem;
  line-height: 1.5;
}

@media screen and (max-width: 750px) {
  .app-intro-2__image-pc {
    display: none;
  }
  .app-intro-2__image-sp img {
    width: 310.5px;
    height: 283px;
  }
}

@media screen and (min-width: 751px), print {
  .app-intro-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .app-intro-2__image-sp {
    display: none;
  }
  .app-intro-2__main {
    width: 100%;
    max-width: 510px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-right: 40px;
  }
  .app-intro-2__copy-1 {
    margin-bottom: 40px;
    font-size: 2rem;
    line-height: 1.9;
  }
  .app-intro-2__image-pc {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
  .app-intro-2__image-pc figcaption {
    font-size: 1.3rem;
    text-align: center;
  }
  .app-intro-2__copy-2 {
    font-size: 2rem;
    line-height: 1.9;
  }
}

/*
 * お申し込みの流れセクション
 */
.section-application-flow {
  background: rgba(243, 243, 243, 0.35);
}

.section-application-flow__head .heading-arrow-bottom {
  margin-bottom: 20px;
}

.section-application-flow__body {
  padding: 0 20px 40px;
}

@media screen and (min-width: 751px), print {
  .section-application-flow__head .heading-arrow-bottom {
    margin-bottom: 56px;
  }
  .section-application-flow__body {
    padding: 0 40px 80px;
  }
}

.application-flow {
  margin-top: 20px;
}

@media screen and (min-width: 751px), print {
  .application-flow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 810px;
    margin: 50px auto 0;
  }
}

.application-flow-ready {
  margin-bottom: 30px;
  padding: 20px 20px 15px;
  background: #ebebeb;
}

.application-flow-ready__title {
  margin-bottom: 15px;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}

.application-flow-ready__text {
  font-size: 1.4rem;
}

.application-flow-ready__text sup {
  font-size: 1rem;
}

.application-flow-ready__image {
  background: #FFFFFF;
  padding: 20px;
  text-align: center;
}

.application-flow-ready__image-notice {
  margin-top: 15px;
  display: inline-block;
  border-bottom: 2px solid #f7c719;
  font-weight: 700;
}

.application-flow-ready__note {
  margin-top: 8px;
  font-size: 1.3rem;
  line-height: 1.38462;
}

@media screen and (max-width: 750px) {
  .application-flow-ready__image img {
    width: 229.5px;
  }
}

@media screen and (min-width: 751px), print {
  .application-flow-ready {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: calc(50% - 20px);
    margin-right: 20px;
    margin-bottom: 0;
    padding: 24px 20px 30px 20px;
  }
  .application-flow-ready__title {
    margin-bottom: 26px;
    font-size: 1.6rem;
  }
  .application-flow-ready__text {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  .application-flow-ready__image {
    padding: 20px;
  }
  .application-flow-ready__image-notice {
    font-size: 1.6rem;
    margin-top: 16px;
    border-bottom-width: 3px;
  }
  .application-flow-ready__note {
    margin-top: 13px;
    font-size: 11px;
  }
}

.application-flow-chart__start {
  position: relative;
  margin-bottom: 25px;
  padding: 20px;
  background: #7d7c7c;
  border-radius: 10px;
  color: #FFFFFF;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.application-flow-chart__start:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 19px 20px 0 20px;
  border-color: #7d7c7c transparent transparent transparent;
}

.application-flow-chart__step {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 93px;
  margin-bottom: 30px;
  background: #FFFFFF;
  border: 1px solid #7d7c7c;
  border-radius: 5px;
}

.application-flow-chart__step:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -23px;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 15px 25px 0 25px;
  border-color: #f7c719 transparent transparent transparent;
}

.application-flow-chart__step &gt; i {
  position: absolute;
  left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #696969;
  width: 69px;
  height: 69px;
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}

.application-flow-chart__step &gt; i &gt; span {
  position: relative;
  z-index: 20;
  text-align: center;
}

.application-flow-chart__step &gt; i strong {
  display: block;
  margin-top: .15em;
  font-size: 1.9rem;
}

.application-flow-chart__step &gt; i:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  display: block;
  background: #ebebeb;
  border-radius: 50%;
  z-index: 10;
}

.application-flow-chart__step &gt; p {
  margin-left: 15%;
  font-size: 1.6rem;
  font-weight: 700;
}

.application-flow-chart__finish {
  padding: 20px;
  background: #fc670a;
  color: #FFFFFF;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

@media screen and (min-width: 751px), print {
  .application-flow-chart {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 50%;
    padding-left: 40px;
  }
  .application-flow-chart__start {
    margin-bottom: 36px;
    padding: 13px;
    border-radius: 9999px;
    font-size: 1.6rem;
  }
  .application-flow-chart__start:after {
    bottom: -14px;
    border-width: 14px 14px 0 14px;
  }
  .application-flow-chart__step {
    height: 64px;
    margin-bottom: 28px;
    border-width: 1px;
    border-radius: 10px;
  }
  .application-flow-chart__step:after {
    bottom: -22px;
    border-width: 13px 22px 0 22px;
  }
  .application-flow-chart__step &gt; i {
    left: 7%;
    width: 50px;
    height: 50px;
    font-size: 10px;
  }
  .application-flow-chart__step &gt; i strong {
    font-size: 13px;
  }
  .application-flow-chart__step &gt; p {
    margin-left: 7%;
    font-size: 1.6rem;
  }
  .application-flow-chart__finish {
    padding: 16px;
    font-size: 1.8rem;
  }
  .application-flow-chart__step.is-step-2 &gt; p {
    margin-left: 22%;
  }
}

/**
 * CTA（tel）セクション
 */
.section-cta-tel {
  padding: 35px 20px 30px;
}

@media screen and (min-width: 751px), print {
  .section-cta-tel {
    padding: 30px 40px 60px;
  }
}

.cta-tel {
  max-width: 400px;
  margin: 0 auto;
  padding: 10px 2px 10px;
  border: 1px solid #41a300;
}

.cta-tel__title__wrap {
  text-align: center;
  padding: 0 10px;
}

.cta-tel__title {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.33333;
  margin-bottom: 10px;
}


.cta-tel__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 3.5rem;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.cta-tel__note {
  font-size: 1.3rem;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .cta-tel__number img {
    width: 53px;
    height: 29px;
  }
}

@media screen and (min-width: 751px), print {
  .cta-tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 836px;
    margin: 0 auto;
    padding: 20px 25px;
    border-width: 4px;
  }
  .cta-tel__main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .cta-tel__note {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 3% 0 0 3%;
    text-align: left;
    line-height: 1.55556;
    letter-spacing: -0.03em;
  }
  .cta-tel__title__wrap {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }
  .cta-tel__title__wrap img {
    width: 170px;
  }
  .cta-tel__title {
    margin-bottom: 10px;
    font-size: 2.2rem;
    line-height: 1.4;
    text-align: left;
    margin-right: 20px;
  }
  .cta-tel__number {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 4.8rem;
    letter-spacing: -0.03em;
    line-height: 1;
  }
  .cta-tel__number img {
    margin-right: .1em;
  }
  .cta-tel__note {
    font-size: 1.8rem;
  }
}

/*
 * CTA（Web）セクション
 */
.section-cta-web {
  padding: 30px 20px 1px;
  background: #e9f5e1;
}

@media screen and (min-width: 751px), print {
  .section-cta-web {
    padding: 36px 40px 1px;
  }
}

@media screen and (min-width: 751px), print {
  .cta-web {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    max-width: 820px;
    margin: 0 auto;
  }
  .cta-web &gt; * {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 50%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .cta-web .application__copy {
    font-size: 1.4rem;
  }
  .cta-web .application__button {
    margin-bottom: 0;
    font-size: 1.5rem;
  }
  .cta-web .application__button em {
    font-size: 2.3rem;
  }
  .cta-web .application__button:after, .cta-web .application__button:before {
    right: 30px;
  }
  .cta-web .brochure__copy {
    font-size: 1.4rem;
  }
  .cta-web .brochure__button {
    margin-bottom: 0;
    font-size: 1.5rem;
  }
  .cta-web .brochure__button em {
    font-size: 2.3rem;
  }
  .cta-web .brochure__button:after, .cta-web .brochure__button:before {
    right: 30px;
  }
}

/*
 * FAQセクション
 */
.section-faq {
  padding: 35px 20px 45px;
  background: rgba(243, 243, 243, 0.35);
}

.section-faq__head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 55px;
  margin-bottom: 25px;
  background: #ffd829;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.26;
  text-align: center;
}

.section-faq__head:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -11px;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 21px 30px 0 30px;
  border-color: #ffd829 transparent transparent transparent;
}

@media screen and (min-width: 751px), print {
  .section-faq {
    padding: 0 0 90px;
  }
  .section-faq__head {
    height: 136px;
    margin-bottom: 55px;
    font-size: 3rem;
  }
  .section-faq__head:after {
    bottom: -25px;
    border-width: 25px 35px 0 35px;
  }
}

@media screen and (min-width: 751px), print {
  .qa-list {
    max-width: 870px;
    margin: 0 auto;
    padding: 0 40px;
  }
}

.qa {
  background-image: linear-gradient(to right, #808080, #808080 2px, transparent 2px, transparent 8px);
  background-size: 8px 2px;
  background-position: bottom left;
  background-repeat: repeat-x;
}

@media screen and (min-width: 751px), print {
  .qa {
    background-image: linear-gradient(to right, #808080, #808080 2px, transparent 2px, transparent 4px);
    background-size: 4px 2px;
  }
}

.qa-question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 13px 9px 13px;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.69231;
}

.qa-question__icon {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-right: .4em;
}

.qa-question__icon em {
  color: #41a300;
  margin-right: .3em;
}

.qa-question__content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.qa-question__toggler {
  position: relative;
  height: 12px;
  width: 12px;
}

.qa-question__toggler:before, .qa-question__toggler:after {
  position: absolute;
  top: 50%;
  right: 0;
  content: '';
  display: inline-block;
  width: 12px;
  height: 0;
  border-top: 2px solid #41a300;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin-top: -1px;
}

.qa-question__toggler:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media screen and (min-width: 751px), print {
  .qa-question {
    padding: 35px 65px 35px 0;
    font-size: 1.8rem;
    font-weight: 400;
  }
  .qa-question__toggler {
    height: 24px;
    width: 24px;
  }
  .qa-question__toggler:before, .qa-question__toggler:after {
    width: 24px;
    border-top-width: 4px;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    margin-top: -2px;
  }
}

.qa-question.is-opened .qa-question__toggler:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.qa-answer {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.69231;
}

.qa-answer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3px 9px 13px;
}

.qa-answer__icon {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-right: .4em;
}

.qa-answer__icon em {
  color: #fc6709;
  margin-right: .3em;
}

.qa-answer__content img {
  margin-top: 10px;
}

@media screen and (min-width: 751px), print {
  .qa-answer {
    font-size: 1.8rem;
    font-weight: 400;
  }
  .qa-answer__inner {
    padding: 15px 90px 35px 0;
  }
}

/**
 * 特徴セクション
 */
.section-feature-summary {
  position: relative;
  padding: 11px 20px;
  background: url("https://d18f657670wm8u.cloudfront.net/cancer-insurance/swantoku/assets/img/feature-summary-arrow_sp.png?20220124") center top/100% 60px no-repeat, url("https://d18f657670wm8u.cloudfront.net/cancer-insurance/swantoku/assets/img/feature-summary-bg_sp.png?20220124") center top no-repeat, #caf4f7;
}

@media screen and (min-width: 751px), print {
  .section-feature-summary {
    padding: 15px 40px 8px;
    background: url("https://d18f657670wm8u.cloudfront.net/cancer-insurance/swantoku/assets/img/feature-summary-bg_pc.png?20220124") center top no-repeat, #C9F4F7;
  }
}

.feature-because {
  display: block;
  margin: 0 auto 48px;
}

@media screen and (max-width: 750px) {
  .feature-because {
    width: 83px;
    height: 20px;
  }
}

@media screen and (min-width: 751px), print {
  .feature-because {
    margin-bottom: 111px;
  }
}

.feature-service-copy {
  display: block;
  margin: 0 auto 10px;
}

@media screen and (max-width: 750px) {
  .feature-service-copy {
    max-width: calc(100% - 50px);
  }
  .feature-service-copy img {
    width: 283.5px;
  }
}

@media screen and (min-width: 751px), print {
  .feature-service-copy {
    margin-bottom: 24px;
  }
}

.feature-service-logo {
  position: relative;
  margin: 0 auto 25px;
}

@media screen and (max-width: 750px) {
  .feature-service-logo {
    max-width: calc(100% - 70px);
    text-align: center;
  }
  .feature-service-logo picture:first-child &gt; img {
    width: 272px;
  }
}

@media screen and (min-width: 751px), print {
  .feature-service-logo {
    display: table;
    margin-bottom: 34px;
  }
}

.feature-service-logo-born {
  position: absolute;
  top: -35px;
  right: -45px;
}

@media screen and (max-width: 750px) {
  .feature-service-logo-born {
    width: 60px;
    height: 52.5px;
  }
}

@media screen and (min-width: 751px), print {
  .feature-service-logo-born {
    top: -40px;
    right: -90px;
  }
}

.feature-summary {
  position: relative;
  margin: 0 auto;
}

.feature-summary__head {
  text-align: center;
  border: 1px solid #41a300;
  border-radius: 5px 5px 0 0;
  background: #41a300;
}

.feature-summary__title {
  margin-top: -1px;
  padding: 10.5px 0 5.5px;
  background: url("https://d18f657670wm8u.cloudfront.net/cancer-insurance/swantoku/assets/img/feature-summary-head-bg_sp.png?20220124") center top/100% auto no-repeat;
}

.feature-summary__body {
  background: #FFFFFF;
  border-left: 3px solid #41a300;
  border-right: 3px solid #41a300;
  border-bottom: 3px solid #41a300;
  -webkit-box-shadow: 0 0 20px 0 rgba(40, 127, 0, 0.15);
  box-shadow: 0 0 20px 0 rgba(40, 127, 0, 0.15);
}

.feature-summary__note {
  margin-top: 10px;
  font-size: 1.1rem;
  letter-spacing: -0.025em;
  line-height: 1.45455;
}

@media screen and (max-width: 750px) {
  .feature-summary__head img {
    width: 172.5px;
    height: 80px;
  }
}

@media screen and (min-width: 751px), print {
  .feature-summary {
    max-width: 826px;
    margin-bottom: 6px;
  }
  .feature-summary__head {
    border-radius: 10px 10px 0 0;
  }
  .feature-summary__title {
    padding: 30px 0 26px;
    background: url("https://d18f657670wm8u.cloudfront.net/cancer-insurance/swantoku/assets/img/feature-summary-head-bg_pc.png?20220124") center top/100% auto no-repeat;
  }
  .feature-summary__body {
    border-width: 6px;
  }
  .feature-summary__note {
    font-size: 1.2rem;
  }
}

.feature-summary-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 7px;
}

.feature-summary-list-item:not(:first-child) {
  border-top: 3px solid #41a300;
}

.feature-summary-list-item__num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  background: #ffd829;
  border-radius: 50%;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.feature-summary-list-item__body {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.5;
}

.feature-summary-list-item__body strong {
  display: block;
  margin-top: 2.5px;
  font-size: 2rem;
  line-height: 1.3;
}

@media screen and (min-width: 751px), print {
  .feature-summary-list-item {
    padding: 30px 10px 30px 40px;
  }
  .feature-summary-list-item:not(:first-child) {
    border-width: 5px;
  }
  .feature-summary-list-item__num {
    width: 64px;
    height: 64px;
    margin-right: 20px;
    font-size: 2.56rem;
  }
  .feature-summary-list-item__body {
    font-size: 2.24rem;
  }
  .feature-summary-list-item__body strong {
    margin-top: 10px;
    font-size: 2.8rem;
  }
  .feature-summary-list-item__body sub {
    font-size: 1.2rem;
  }
}

.feature-container {
  padding: 30px 8px;
  background: url("https://d18f657670wm8u.cloudfront.net/cancer-insurance/swantoku/assets/img/bg_sp.png?20220124") center top/100% auto repeat-y;
}

@media screen and (min-width: 751px), print {
  .feature-container {
    padding: 26px 20px;
    background: url("https://d18f657670wm8u.cloudfront.net/cancer-insurance/swantoku/assets/img/bg_pc.png?20220124") center top/100% auto repeat-y;
  }
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .feature-container {
    background-size: cover !important;
  }
}

.feature {
  position: relative;
  background: #41a300;
  margin-top: 25px;
  margin-bottom: 45px;
  padding: 0 8px 8px;
  border-radius: 5px;
}

.feature__num {
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  background: #ffd829;
  border-radius: 50%;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1;
}

.feature__head {
  padding: 45px 0 12px;
}

.feature__body {
  padding: 8px 8px 23px;
  background: #FFFFFF;
  border-radius: 5px;
}

.feature__body &gt; section:first-of-type .feature-detail__head {
  border-radius: 5px 5px 0 0;
}

@media screen and (min-width: 751px), print {
  .feature {
    max-width: 870px;
    margin-top: 35px;
    margin-bottom: 90px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 10px 16px;
    border-radius: 10px;
  }
  .feature__num {
    top: -35px;
    width: 70px;
    height: 70px;
    font-size: 2.8rem;
  }
  .feature__head {
    padding: 58px 0 26px;
  }
  .feature__body {
    padding: 8px 10px 40px;
    border-radius: 10px;
  }
  .feature__body &gt; section:first-of-type .feature-detail__head {
    border-radius: 10px 10px 0 0;
  }
}

.feature-title {
  color: #FFFFFF;
  font-weight: 700;
  text-align: center;
}

.feature-title__eyeblow {
  display: block;
  font-size: 1.9rem;
  line-height: 1.3;
}

.feature-title__eyeblow sub {
  font-size: 1.2rem;
}

.feature-title__title {
  display: block;
  margin-top: 5px;
  font-size: 3rem;
  line-height: 1.33333;
}

.feature-title__title strong {
  color: #ffd829;
}

.feature-title__title sub {
  font-size: 1.2rem;
}

@media screen and (min-width: 751px), print {
  .feature-title__eyeblow {
    font-size: 2.66rem;
  }
  .feature-title__title {
    margin-top: 10px;
    font-size: 4.2rem;
  }
  .feature-title__title sub {
    font-size: 1.2rem;
  }
}

.feature-detail {
  border-radius: 5px;
}

.feature-detail:not(:last-child) {
  margin-bottom: 35px;
}

.feature-detail__head {
  margin-bottom: 10px;
  background: #ffd829;
}

.feature-detail__title {
  padding: 25px 0;
  text-align: center;
}

.feature-detail__text {
  padding: 0 20px;
}

.feature-detail__text:not(:last-child) {
  margin-bottom: 25px;
}

.feature-detail__text strong {
  font-weight: 700;
  font-size: 1.2em;
  color: #ec052b;
}

@media screen and (min-width: 751px), print {
  .feature-detail {
    border-radius: 10px;
  }
  .feature-detail:not(:last-child) {
    margin-bottom: 70px;
  }
  .feature-detail__head {
    margin-bottom: 24px;
  }
  .feature-detail__title {
    padding: 38px 20px;
  }
  .feature-detail__text {
    font-size: 2rem;
    padding: 0 40px;
  }
  .feature-detail__text:not(:last-child) {
    margin-bottom: 40px;
  }
}

.feature-detail-point {
  display: table;
  margin: 0 auto;
}

.feature-detail-point sub {
  font-size: 1.1rem;
  margin-right: 0.2em;
}

.feature-detail-point__copy {
  font-size: 1.55rem;
  font-weight: 700;
  line-height: 1.54839;
}

.feature-detail-point__copy2 {
  font-size: 1.8rem;
  font-weight: 700;
  border-bottom: 5px dotted #ec052b;
}

.feature-detail-point__copy2 strong {
  margin-right: 0.05em;
  color: #ec052b;
  font-size: 1.5em;
  letter-spacing: -0.05em;
}

.feature-detail-point__note {
  margin-top: 10px;
  font-size: 1.1rem;
  line-height: 1.45455;
}

@media screen and (min-width: 751px), print {
  .feature-detail-point sub {
    font-size: 1.2rem;
  }
  .feature-detail-point__copy {
    font-size: 2.6rem;
  }
  .feature-detail-point__copy2 {
    font-size: 3.2rem;
    line-height: 1.4;
  }
  .feature-detail-point__note {
    margin-top: 15px;
    font-size: 1.3rem;
  }
}

/*
 * 3つの特徴 1
 */
.feature-1 .feature__body {
  padding-bottom: 35px;
}

@media screen and (min-width: 751px), print {
  .feature-1 .feature__body {
    padding-bottom: 70px;
  }
}

@media screen and (max-width: 750px) {
  .feature-detail-1-1 .feature-detail__title img {
    width: 249px;
    height: 53.5px;
  }
}

.feature-detail-1-1-graph {
  display: block;
  margin: 0 auto 35px;
  -webkit-transform: translateX(2%);
  transform: translateX(2%);
}

@media screen and (max-width: 750px) {
  .feature-detail-1-1-graph {
    width: 302.5px;
  }
}

@media screen and (min-width: 751px), print {
  .feature-detail-1-1-graph {
    margin-bottom: 50px;
    -webkit-transform: translateX(15%);
    transform: translateX(15%);
  }
}

@media screen and (max-width: 750px) {
  .feature-detail-1-2 .feature-detail__title img {
    width: 248px;
  }
}

.feature-detail-1-2-figure {
  display: table;
  margin: 0 auto 30px;
}

.feature-detail-1-2-figure figcaption {
  font-size: 1.4rem;
}

.feature-detail-1-2-figure__note {
  margin-top: 3px;
  font-size: 1.3rem;
  line-height: 1.23077;
}

@media screen and (max-width: 750px) {
  .feature-detail-1-2-figure img {
    width: 295.5px;
  }
}

@media screen and (min-width: 751px), print {
  .feature-detail-1-2-figure {
    margin-bottom: 35px;
  }
  .feature-detail-1-2-figure figcaption {
    font-size: 2rem;
  }
  .feature-detail-1-2-figure__note {
    margin-top: 10px;
    font-size: 1.3rem;
  }
}

/*
 * 3つの特徴 2
 */
.feature-detail-2-1 .feature-detail-point {
  margin-bottom: 30px;
}

@media screen and (max-width: 750px) {
  .feature-detail-2-1 .feature-detail__title img {
    width: 271.5px;
    height: 53px;
  }
}

@media screen and (min-width: 751px), print {
  .feature-detail-2-1 .feature-detail-point {
    margin-bottom: 80px;
  }
}

.feature-detail-2-1-figure {
  display: table;
  margin: 0 auto 30px;
}

.feature-detail-2-1-figure figcaption {
  margin-bottom: 15px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.23077;
}

@media screen and (max-width: 750px) {
  .feature-detail-2-1-figure img {
    width: 295px;
  }
}

@media screen and (min-width: 751px), print {
  .feature-detail-2-1-figure {
    text-align: center;
    margin-bottom: 45px;
  }
  .feature-detail-2-1-figure figcaption {
    margin-bottom: 20px;
    font-size: 1.8rem;
  }
}

.feature-detail-2-1-figure-2 {
  display: table;
  margin: 0 auto 30px;
}

.feature-detail-2-1-figure-2 figcaption {
  margin-bottom: 7px;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.42857;
}

@media screen and (max-width: 750px) {
  .feature-detail-2-1-figure-2 img {
    width: 295px;
  }
}

@media screen and (min-width: 751px), print {
  .feature-detail-2-1-figure-2 {
    margin-bottom: 80px;
  }
  .feature-detail-2-1-figure-2 figcaption {
    margin-bottom: 10px;
    font-size: 2rem;
  }
}

.feature-detail-kogaku {
  border: 2px solid #4f991b;
  border-radius: 10px;
}

.feature-detail-kogaku__head {
  position: relative;
  display: block;
  padding: 16.5px 20px;
  color: #ec072c;
  font-size: 2rem;
  line-height: 1.3;
}

.feature-detail-kogaku__head h5 {
  font-weight: 700;
}

.feature-detail-kogaku__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 26px;
  height: 26px;
  background: #4f991b;
  border-radius: 50%;
  margin-top: -13px;
}

.feature-detail-kogaku__icon:after {
  content: '';
  display: block;
  border-style: solid;
  border-width: 10px 6px 0 6px;
  border-color: #FFFFFF transparent transparent transparent;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}

.feature-detail-kogaku__inner {
  padding: 15px 10px 30px;
}

.feature-detail-kogaku__head.is-opened .feature-detail-kogaku__icon:after {
  -webkit-transform: rotate(180deg) translateY(1px);
  transform: rotate(180deg) translateY(1px);
}

.feature-detail-kogaku__body.is-opened, .feature-detail-kogaku__body.is-opening, .feature-detail-kogaku__body.is-closing {
  border-top: 2px solid #4f991b;
}

@media screen and (min-width: 751px), print {
  .feature-detail-kogaku {
    border-width: 2px;
    border-radius: 10px;
  }
  .feature-detail-kogaku__head {
    padding: 38px 60px;
    font-size: 2.8rem;
    border-width: 2px;
  }
  .feature-detail-kogaku__icon {
    right: 36px;
    width: 36px;
    height: 36px;
    margin-top: -18px;
  }
  .feature-detail-kogaku__icon:after {
    border-width: 14px 8px 0 8px;
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  .feature-detail-kogaku__inner {
    padding: 28px 38px 30px;
  }
  .feature-detail-kogaku__head.is-opened .feature-detail-kogaku__icon:after {
    -webkit-transform: rotate(180deg) translateY(2px);
    transform: rotate(180deg) translateY(2px);
  }
  .feature-detail-kogaku__body.is-opened, .feature-detail-kogaku__body.is-opening, .feature-detail-kogaku__body.is-closing {
    border-top-width: 2px;
  }
}

.feature-detail-kogaku-content:not(:last-child) {
  margin-bottom: 40px;
}

.feature-detail-kogaku-content__title {
  margin-bottom: 18px;
  color: #ec072c;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.33333;
}

.feature-detail-kogaku-content__text {
  margin-bottom: 30px;
}

@media screen and (min-width: 751px), print {
  .feature-detail-kogaku-content:not(:last-child) {
    margin-bottom: 65px;
  }
  .feature-detail-kogaku-content__title {
    margin-bottom: 18px;
    font-size: 2.8rem;
  }
  .feature-detail-kogaku-content__text {
    font-size: 2rem;
    margin-bottom: 50px;
  }
}

.feature-detail-kogaku-content-example1__head {
  display: inline-block;
  margin-bottom: 8px;
  padding: 10px 25px;
  background: #41a300;
  color: #FFFFFF;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}

.feature-detail-kogaku-content-example1__flow {
  margin-top: 8px;
}

.feature-detail-kogaku-content-example1__flow-item {
  position: relative;
  margin-bottom: 30px;
  padding: 7px 15px;
  border: 2px solid #4f991b;
  border-radius: 5px;
}

.feature-detail-kogaku-content-example1__flow-item:not(:last-child):after {
  content: '';
  position: absolute;
  bottom: -27px;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  margin: auto;
  display: block;
  border-style: solid;
  border-width: 19px 11px 0 11px;
  border-color: #4f991b transparent transparent transparent;
}

@media screen and (min-width: 751px), print {
  .feature-detail-kogaku-content-example1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .feature-detail-kogaku-content-example1__head {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 130px;
    padding: 10px;
    font-size: 2rem;
    margin-right: 30px;
  }
  .feature-detail-kogaku-content-example1__body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .feature-detail-kogaku-content-example1__body p {
    font-size: 2rem;
    margin-bottom: 32px;
  }
  .feature-detail-kogaku-content-example1__flow {
    margin-top: 8px;
  }
  .feature-detail-kogaku-content-example1__flow-item {
    margin-bottom: 60px;
    border-width: 2px;
    border-radius: 10px;
    font-size: 2rem;
  }
  .feature-detail-kogaku-content-example1__flow-item:not(:last-child) {
    max-width: 430px;
    padding: 4px 30px;
    text-align: center;
  }
  .feature-detail-kogaku-content-example1__flow-item:not(:last-child):after {
    bottom: -48px;
    border-width: 31px 18px 0 18px;
  }
  .feature-detail-kogaku-content-example1__flow-item:last-child {
    padding: 30px 46px;
    margin-left: -160px;
    margin-bottom: 0;
    text-align: center;
  }
}

.feature-detail-kogaku-content-example2__head {
  margin-bottom: 15px;
  font-size: 1.65rem;
  font-weight: 700;
  line-height: 1;
}

.feature-detail-kogaku-content-example2__body {
  margin-left: -5px;
  margin-right: -5px;
}

.feature-detail-kogaku-content-example2__note {
  margin-top: 12px;
  margin-left: -5px;
  margin-right: -5px;
}

@media screen and (min-width: 751px), print {
  .feature-detail-kogaku-content-example2 {
    padding: 0 26px;
  }
  .feature-detail-kogaku-content-example2__head {
    margin-bottom: 20px;
    font-size: 1.8rem;
  }
  .feature-detail-kogaku-content-example2__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
  }
  .feature-detail-kogaku-content-example2__body &gt; * {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }
  .feature-detail-kogaku-content-example2__note {
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
    font-size: 1.2rem;
  }
}

.feature-detail-kogaku-content-example2-item:not(:last-child) {
  margin-bottom: 22px;
}

.feature-detail-kogaku-content-example2-item__head {
  padding: 10px 10px;
  background: #41a300;
  border-radius: 5px 5px 0 0;
  color: #FFFFFF;
}

.feature-detail-kogaku-content-example2-item__head em {
  font-size: 1.65rem;
  font-weight: 700;
}

.feature-detail-kogaku-content-example2-item__body {
  padding: 10px 10px;
  background: #efebc7;
  border-top: 1px solid #FFFFFF;
  border-radius: 0 0 5px 5px;
  font-weight: 700;
}

@media screen and (min-width: 751px), print {
  .feature-detail-kogaku-content-example2-item:not(:last-child) {
    margin-bottom: 22px;
  }
  .feature-detail-kogaku-content-example2-item__head {
    padding: 18px 14px;
    border-radius: 10px 10px 0 0;
    font-size: 1.5rem;
  }
  .feature-detail-kogaku-content-example2-item__head em {
    font-size: 1.8rem;
  }
  .feature-detail-kogaku-content-example2-item__body {
    padding: 18px 14px;
    border-radius: 0 0 10px 10px;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 750px) {
  .feature-detail-2-2 .feature-detail__title img {
    width: 252px;
    height: 53.5px;
  }
}

.feature-detail-2-2-cover {
  padding: 0 20px;
  margin-bottom: 25px;
}

.feature-detail-2-2-cover__box {
  margin-bottom: 18px;
  padding: 17px 30px;
  background: #f6f1db;
}

.feature-detail-2-2-cover__title {
  margin-bottom: 15px;
  color: #41a300;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
}

@media screen and (min-width: 751px), print {
  .feature-detail-2-2-cover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    padding: 0 40px;
  }
  .feature-detail-2-2-cover__box {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-bottom: 0;
    padding: 20px 10px 20px 18px;
  }
  .feature-detail-2-2-cover__box:first-child {
    width: calc(42% - 5px);
    margin-right: 5px;
  }
  .feature-detail-2-2-cover__box:nth-child(2) {
    width: 58%;
    margin-right: 5px;
  }
  .feature-detail-2-2-cover__title {
    margin-bottom: 20px;
    font-size: 2rem;
  }
}

.feature-detail-2-2-cover-list {
  font-weight: 700;
}

.feature-detail-2-2-cover-list &gt; li {
  position: relative;
  padding-left: 1em;
  line-height: 1.4;
  margin-bottom: .4em;
}

.feature-detail-2-2-cover-list &gt; li:before {
  position: absolute;
  content: '・';
  display: inline-block;
  left: 0;
}

@media screen and (min-width: 751px), print {
  .feature-detail-2-2-cover-list {
    font-size: 1.8rem;
  }
  .feature-detail-2-2-cover-list small {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 751px), print {
  .feature-detail-2-2-cover-list.is-2col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .feature-detail-2-2-cover-list.is-2col &gt; li:nth-child(odd) {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 36%;
  }
  .feature-detail-2-2-cover-list.is-2col &gt; li:nth-child(even) {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 64%;
  }
}

.feature-detail-2-2-cover-balloon {
  position: relative;
  display: inline-block;
  margin-top: 8px;
  padding: 8px 25px;
  background: #FFFFFF;
  border-radius: 9999px;
  font-weight: 700;
  line-height: 1;
}

.feature-detail-2-2-cover-balloon:before {
  content: '';
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 0 7px 13px 7px;
  border-color: transparent transparent #FFFFFF transparent;
}

@media screen and (min-width: 751px), print {
  .feature-detail-2-2-cover-balloon {
    margin-top: 10px;
    padding: 10px 25px;
    font-size: 1.8rem;
  }
  .feature-detail-2-2-cover-balloon:before {
    top: -15px;
    border-width: 0 10px 18px 10px;
  }
}

.feature-detail-2-2-text-dots {
  display: inline-block;
  padding-top: 5px;
  background: url(https://d18f657670wm8u.cloudfront.net/cancer-insurance/swantoku/assets/img/icon-dots.png?20220124) center top no-repeat;
  background-size: 90%;

}

@media screen and (min-width: 751px), print {
  .feature-detail-2-2-text-dots {
  }
}




/*
 * がんゲノム医療とは
 */
.feature-detail-genomic {
  border: 2px solid #4f991b;
  border-radius: 10px;
  margin-bottom: 20px;
}

.feature-detail-genomic__head {
  position: relative;
  display: block;
  padding: 16.5px 20px;
  color: #ec072c;
  font-size: 2rem;
  line-height: 1.3;
}

.feature-detail-genomic__head h5 {
  font-weight: 700;
}

.feature-detail-genomic__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 26px;
  height: 26px;
  background: #4f991b;
  border-radius: 50%;
  margin-top: -13px;
}

.feature-detail-genomic__icon:after {
  content: '';
  display: block;
  border-style: solid;
  border-width: 10px 6px 0 6px;
  border-color: #FFFFFF transparent transparent transparent;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}

.feature-detail-genomic__inner {
  padding: 15px 10px 30px;
}

.feature-detail-genomic__head.is-opened .feature-detail-genomic__icon:after {
  -webkit-transform: rotate(180deg) translateY(1px);
  transform: rotate(180deg) translateY(1px);
}

.feature-detail-genomic__body.is-opened, .feature-detail-genomic__body.is-opening, .feature-detail-genomic__body.is-closing {
  border-top: 2px solid #4f991b;
}

@media screen and (min-width: 751px), print {
  .feature-detail-genomic {
    border-width: 2px;
    border-radius: 10px;
    margin-bottom: 50px;
  }
  .feature-detail-genomic__head {
    padding: 38px 60px;
    font-size: 2.8rem;
    border-width: 2px;
  }
  .feature-detail-genomic__icon {
    right: 36px;
    width: 36px;
    height: 36px;
    margin-top: -18px;
  }
  .feature-detail-genomic__icon:after {
    border-width: 14px 8px 0 8px;
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  .feature-detail-genomic__inner {
    padding: 28px 38px 30px;
  }
  .feature-detail-genomic__head.is-opened .feature-detail-genomic__icon:after {
    -webkit-transform: rotate(180deg) translateY(2px);
    transform: rotate(180deg) translateY(2px);
  }
  .feature-detail-genomic__body.is-opened, .feature-detail-genomic__body.is-opening, .feature-detail-genomic__body.is-closing {
    border-top-width: 2px;
  }
}

.feature-detail-genomic-content:not(:last-child) {
  margin-bottom: 40px;
}

.feature-detail-genomic-content__title {
  margin-bottom: 18px;
  color: #ec072c;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.33333;
}

.feature-detail-genomic-content__text {
  margin-bottom: 20px;
}

.feature-detail-genomic-content__note {
  font-size: 1.3rem;
}
.feature-detail-genomic-content__note + .feature-detail-genomic-content__note {
  margin-top: 20px;
}

.feature-detail-genomic-content__img {
  margin: 60px auto 10px;
  text-align: center;
}

@media screen and (min-width: 751px), print {
  .feature-detail-genomic-content:not(:last-child) {
    margin-bottom: 65px;
  }
  .feature-detail-genomic-content__title {
    margin-bottom: 18px;
    font-size: 2.8rem;
  }
  .feature-detail-genomic-content__text {
    font-size: 2rem;
  }
  .feature-detail-genomic-content__note {
    font-size: 1.3rem;
  }
  .feature-detail-genomic-content__img {
    margin: 80px auto 10px;
  }
}














/*
 * 3つの特徴 3
 */
@media screen and (max-width: 750px) {
  .feature-detail-3-1 .feature-detail__body {
    padding-top: 20px;
  }
}

@media screen and (min-width: 751px), print {
  .feature-detail-3-1 {
    margin-top: 30px;
  }
  .feature-detail-3-1 .feature-detail__text:last-child {
    max-width: 614px;
    margin: 0 auto;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
  }
}

.feature-detail-3-1-figure {
  display: table;
  margin: 0 auto 20px;
}

.feature-detail-3-1-figure figcaption {
  background: #e9f5e1;
  margin-bottom: 10px;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
}

.feature-detail-3-1-figure__note {
  margin-top: 5px;
  font-size: 1.1rem;
  line-height: 1.45455;
}

@media screen and (max-width: 750px) {
  .feature-detail-3-1-figure img {
    width: 295px;
  }
}

@media screen and (min-width: 751px), print {
  .feature-detail-3-1-figure {
    margin: 0 auto 26px;
  }
  .feature-detail-3-1-figure figcaption {
    margin-bottom: 15px;
    font-size: 1.8rem;
    line-height: 2;
  }
  .feature-detail-3-1-figure__note {
    margin-top: 8px;
    font-size: 1.2rem;
  }
}

/**
 * オピニオンセクション
 */
.section-opinion {
  padding-bottom: 23px;
  background: url("https://d18f657670wm8u.cloudfront.net/cancer-insurance/swantoku/assets/img/opinion-bg-bottom_sp.png?20220124") center bottom/100% auto no-repeat;
}

.section-opinion__head {
  position: relative;
  padding: 30px 0;
  background: #41a300;
  margin-bottom: 35px;
}

.section-opinion__head:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -18px;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 18px 19px 0 19px;
  border-color: #41a300 transparent transparent transparent;
}

.section-opinion__title {
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .section-opinion__title img {
    width: 339px;
    height: 55.5px;
  }
}

@media screen and (min-width: 751px), print {
  .section-opinion {
    padding-bottom: 28px;
    background: url("https://d18f657670wm8u.cloudfront.net/cancer-insurance/swantoku/assets/img/opinion-bg-bottom_pc.png?20220124") center bottom/100% auto no-repeat;
  }
  .section-opinion__head {
    padding: 40px 0 47px;
    margin-bottom: 90px;
  }
  .section-opinion__head:after {
    bottom: -38px;
    border-width: 38px 40px 0 40px;
  }
}

.opinion__copy {
  margin-bottom: 25px;
  text-align: center;
}

.opinion__conclusion {
  text-align: center;
  margin-left: 15px;
  margin-right: 10px;
}

@media screen and (max-width: 750px) {
  .opinion__copy img {
    width: 282.5px;
    height: 65.5px;
  }
}

@media screen and (min-width: 751px), print {
  .opinion__copy {
    margin-bottom: 44px;
  }
}

.opinion-risk {
  margin: 0 15px 35px;
  border: 2px solid #868686;
  background: #FFFFFF;
}

.opinion-risk__head {
  background: #868686;
  padding: 9px 0;
  text-align: center;
}

.opinion-risk__body {
  padding: 13px 17px 20px;
}

@media screen and (max-width: 750px) {
  .opinion-risk__head img {
    width: 237.5px;
    height: 54.5px;
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }
}

@media screen and (min-width: 751px), print {
  .opinion-risk {
    max-width: 735px;
    margin: 0 auto 70px;
    border-width: 4px;
  }
  .opinion-risk__head {
    padding: 0 0 6px;
  }
  .opinion-risk__head img {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  .opinion-risk__body {
    padding: 16px 10px 36px;
  }
}

.opinion-risk-table-caption {
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-align: center;
}

@media screen and (min-width: 751px), print {
  .opinion-risk-table-caption {
    margin-bottom: 14px;
    font-size: 2rem;
  }
}

/**
 * おすすめ商品セクション
 */
.section-recommend {
  padding: 0 20px 45px;
}

.section-recommend__head {
  position: relative;
  margin-bottom: 35px;
  padding: 10px 15px 15px;
  background: #f7c719;
  border-radius: 10px;
}

.section-recommend__head:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -15px;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 15px 10px 0 10px;
  border-color: #f7c719 transparent transparent transparent;
}

.section-recommend__title {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.26471;
  text-align: center;
  margin-bottom: 10px;
}

@media screen and (min-width: 751px), print {
  .section-recommend {
    padding: 0 40px 80px;
  }
  .section-recommend__head {
    max-width: 836px;
    margin: 0 auto 70px;
    padding: 26px 30px;
    border-radius: 20px;
  }
  .section-recommend__head:after {
    bottom: -24px;
    border-width: 24px 18px 0 18px;
  }
  .section-recommend__title {
    font-size: 2.4rem;
    margin-bottom: 12px;
  }
}

.recommend-feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.recommend-feature__1, .recommend-feature__2 {
  width: 100%;
  padding: 7px;
  border: 1px solid #363327;
  border-radius: 4px;
  color: #363327;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1;
  text-align: center;
}

.recommend-feature__1 {
  max-width: 178.5px;
  margin-right: 5px;
}

.recommend-feature__2 {
  max-width: 130px;
}

@media screen and (min-width: 751px), print {
  .recommend-feature__1, .recommend-feature__2 {
    padding: 8px 15px;
    border-radius: 8px;
    color: #363327;
    white-space: nowrap;
    font-size: 1.7rem;
    letter-spacing: -0.025em;
  }
  .recommend-feature__1 {
    max-width: 214px;
    margin-right: 4px;
  }
  .recommend-feature__2 {
    max-width: 156px;
  }
}

@media screen and (min-width: 751px), print {
  .recommend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 990px;
    margin: 0 auto;
  }
}

.recommend-item {
  margin-bottom: 25px;
}

.recommend-item__copy {
  margin-bottom: 10px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.recommend-item__box {
  max-width: 300px;
  margin: 0 auto;
  height: 175px;
  border: 4px solid #ccc;
  border-radius: 5px;
}

.recommend-item__box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 300px;
  width: 100%;
  height: 175px;
}

.recommend-item__title {
  max-width: 100%;
  margin-bottom: 15px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
}

.recommend-item__image {
  margin-bottom: 15px;
  max-width: 100%;
}

.recommend-item__text {
  max-width: 100%;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

@media screen and (min-width: 751px), print {
  .recommend-item {
    width: 32.32323%;
    margin-bottom: 0;
  }
  .recommend-item:not(:last-child) {
    margin-right: 20px;
  }
  .recommend-item__copy {
    margin-bottom: 10px;
    font-size: 1.5rem;
  }
  .recommend-item__box {
    max-width: 290px;
    height: 184px;
    border-width: 4px;
    border-radius: 10px;
  }
  .recommend-item__title {
    margin-bottom: 15px;
    font-size: 1.7rem;
  }
  .recommend-item__image {
    margin-bottom: 15px;
  }
  .recommend-item__text {
    font-size: 1.3rem;
  }
}

.recommend-item.is-linkx-coins .recommend-item__box {
  border-color: #0f98ce;
}

@media screen and (max-width: 750px) {
  .recommend-item.is-linkx-coins .recommend-item__image img {
    width: 218px;
    height: 48.5px;
  }
}

.recommend-item.is-linkx-pink .recommend-item__box {
  border-color: #e73b84;
}

@media screen and (max-width: 750px) {
  .recommend-item.is-linkx-pink .recommend-item__image img {
    width: 215.5px;
    height: 50.5px;
  }
}

.recommend-item.is-blue .recommend-item__box {
  border-color: #066db7;
}

@media screen and (max-width: 750px) {
  .recommend-item.is-blue .recommend-item__image img {
    width: 237px;
    height: 67.5px;
  }
}

/**
 * リスクセクション
 */
.section-risk {
  padding: 5px 0 30px;
  background: url("https://d18f657670wm8u.cloudfront.net/cancer-insurance/swantoku/assets/img/bg_sp.png?20220124") center top/100% auto repeat-y;
}

@media screen and (min-width: 751px), print {
  .section-risk {
    padding: 14px 20px 60px;
    background: url("https://d18f657670wm8u.cloudfront.net/cancer-insurance/swantoku/assets/img/bg_pc.png?20220124") center top/100% auto repeat-y;
  }
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .section-risk {
    background-size: cover !important;
  }
}

.risk {
  position: relative;
  margin: 0 5px 45px;
  padding: 42px 15px 117px;
  background: url("https://d18f657670wm8u.cloudfront.net/cancer-insurance/swantoku/assets/img/risk-bg_sp.png?20220124") center top/cover no-repeat;
  border-radius: 10px;
}

.risk__title {
  margin-bottom: 30px;
  text-align: center;
}

.risk__copy {
  display: table;
  position: relative;
  margin: 0 auto 25px;
}

.risk__copy-balloon {
  content: '';
  position: absolute;
  top: 18px;
  left: -40px;
}

.risk__copy-2 {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -30px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .risk__title img {
    width: 286.5px;
    height: 102px;
  }
  .risk__copy-2 img {
    width: 344px;
    height: 123.5px;
  }
  .risk__copy {
    max-width: calc(100% - 46px);
  }
  .risk__copy-text {
    width: 293.5px;
  }
  .risk__copy-balloon {
    width: 57.5px;
  }
}

@media screen and (min-width: 751px), print {
  .risk {
    max-width: 810px;
    margin: 0 auto 125px;
    padding: 56px 20px 144px;
    background: url("https://d18f657670wm8u.cloudfront.net/cancer-insurance/swantoku/assets/img/risk-bg_pc.png?20220124") center top/cover no-repeat;
    border-radius: 20px;
  }
  .risk__title {
    margin-bottom: 35px;
  }
  .risk__copy {
    margin: 0 auto 38px;
  }
  .risk__copy-balloon {
    top: 16px;
    left: -100px;
  }
  .risk__copy-2 {
    bottom: -100px;
  }
}

.risk-table {
  width: 100%;
  background: #FFFFFF;
  margin-bottom: 9px;
}

.risk-table th, .risk-table td {
  font-size: 1.25rem;
  font-weight: normal;
  text-align: center;
  line-height: 1;
  padding: .6em .3em;
}

.risk-table tr :first-child {
  padding-left: .6em;
  padding-right: .6em;
}

.risk-table tr :nth-last-child(2) {
  padding-right: .6em;
}

.risk-table tr :last-child {
  padding-left: .6em;
  padding-right: .6em;
}

.risk-table thead th,
.risk-table thead td {
  background: #e8e4d1;
}

.risk-table thead tr :last-child {
  background: #FFF446;
  font-size: 1.3rem;
  font-weight: 700;
}

.risk-table tbody tr :last-child {
  background: #ffd412;
  color: #ec052b;
  font-size: 1.3rem;
  font-weight: 700;
}

.risk-table tbody tr:last-child {
  border-top: 1px solid #c2bfb1;
}

@media screen and (min-width: 751px), print {
  .risk-table {
    max-width: 483px;
    margin: 0 auto 15px;
  }
  .risk-table th, .risk-table td {
    font-size: 1.7rem;
  }
  .risk-table thead tr :last-child {
    font-size: 1.8rem;
  }
  .risk-table tbody tr :last-child {
    font-size: 1.8rem;
  }
  .risk-table tbody tr:last-child {
    border-top: 2px solid #c2bfb1;
  }
}

.risk-table-note {
  color: #FFFFFF;
  font-size: 1.3rem;
  line-height: 1.3;
}

@media screen and (min-width: 751px), print {
  .risk-table-note {
    max-width: 483px;
    margin: 0 auto;
    font-size: 1.3rem;
  }
}

/**
 * サービス紹介セクション
 */
.section-service__lead {
  margin-bottom: 15px;
  padding: 0 20px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

@media screen and (min-width: 751px), print {
  .section-service__lead {
    font-size: 2rem;
    margin-bottom: 50px;
    padding: 0 40px;
    text-align: center;
  }
}

.service-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 40px;
  padding: 0 6px;
}

@media screen and (min-width: 751px), print {
  .service-nav {
    margin-bottom: 100px;
    padding: 0 20px;
  }
}

.service-nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 33%;
  max-width: 119px;
  border-radius: 10px;
  background-blend-mode: multiply;
  background: -webkit-gradient(linear, left top, right top, from(#d9d9d9), color-stop(40%, rgba(236, 236, 236, 0.5)), to(rgba(255, 255, 255, 0))), #41a300;
  background: linear-gradient(90deg, #d9d9d9 0%, rgba(236, 236, 236, 0.5) 40%, rgba(255, 255, 255, 0) 100%), #41a300;
  background: -webkit-linear-gradient(90deg, #d9d9d9 0%, rgba(236, 236, 236, 0.5) 40%, rgba(255, 255, 255, 0) 100%), #41a300;
  -webkit-box-shadow: 0 7px 7px 0 rgba(57, 57, 57, 0.35);
  box-shadow: 0 7px 7px 0 rgba(57, 57, 57, 0.35);
  color: #FFFFFF;
  font-weight: 700;
  line-height: 1.42857;
}

.service-nav-item:not(:last-child) {
  margin-right: 4px;
}

.service-nav-item__icon {
  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;
  height: 85px;
}

.service-nav-item__text {
  display: block;
  text-align: center;
  padding-bottom: 15px;
}

.service-nav-item__arrow {
  position: relative;
  width: 100%;
  height: 28px;
  background: #ffd829;
}

.service-nav-item__arrow:before, .service-nav-item__arrow:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 12px;
  border-left: 2px solid #262626;
}

.service-nav-item__arrow:before {
  margin-left: 1px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

.service-nav-item__arrow:after {
  margin-left: -1px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .service-nav-item {
    background: #41a300;
  }
}

@media screen and (min-width: 751px), print {
  .service-nav-item {
    max-width: 298px;
  }
  .service-nav-item:not(:last-child) {
    margin-right: 16px;
  }
  .service-nav-item__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 120px;
  }
  .service-nav-item__icon {
    height: auto;
    margin-right: 14px;
  }
  .service-nav-item__text {
    text-align: left;
    padding-bottom: 0;
    font-size: 2.2rem;
  }
  .service-nav-item__arrow {
    height: 26px;
  }
  .service-nav-item__arrow:before, .service-nav-item__arrow:after {
    height: 12px;
    border-width: 2px;
  }
  .service-nav-item__arrow:before {
    margin-left: 1px;
  }
  .service-nav-item__arrow:after {
    margin-left: -1px;
  }
}

@media screen and (max-width: 750px) {
  .service-nav-item.is-guarantee img {
    width: 53px;
    height: 48.5px;
  }
}

@media screen and (max-width: 750px) {
  .service-nav-item.is-plan img {
    width: 51px;
    height: 43px;
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}

@media screen and (max-width: 750px) {
  .service-nav-item.is-simulator img {
    width: 39.5px;
    height: 49.5px;
  }
}

.service {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 55px;
}

.service__lead {
  margin-bottom: 20px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.57143;
}

@media screen and (min-width: 751px), print {
  .service {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 110px;
  }
  .service__lead {
    margin-bottom: 40px;
    font-size: 2rem;
  }
}

.service-title {
  position: relative;
  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;
  width: 100%;
  margin-left: -2px;
  background: #3c9700;
  color: #FFFFFF;
  height: 68px;
  margin-bottom: 14px;
  font-size: 2.5rem;
  font-weight: 700;
  -webkit-box-shadow: 8px 6px 0 0 #cde0ca;
  box-shadow: 8px 6px 0 0 #cde0ca;
  -webkit-transform: translateY(-13px);
  transform: translateY(-13px);
}

.service-title:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: -21px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 0 0 21px;
  border-color: transparent transparent transparent #296401;
}

.service-title__icon {
  margin-right: 13px;
}

@media screen and (min-width: 751px), print {
  .service-title {
    max-width: 505px;
    margin: 0 auto 30px;
    height: 90px;
    font-size: 3rem;
    -webkit-transform: translateY(-26px);
    transform: translateY(-26px);
    -webkit-box-shadow: 12px 10px 0 0 #cde0ca;
    box-shadow: 12px 10px 0 0 #cde0ca;
  }
  .service-title:after {
    right: -40px;
    border-width: 26px 0 0 40px;
  }
  .service-title__icon {
    margin-right: 20px;
  }
}

.service-title.is-bg-white {
  -webkit-box-shadow: 12px 10px 0 0 #e3e5b9;
  box-shadow: 12px 10px 0 0 #e3e5b9;
}

/**
 * 保証内容について
 */
.service.is-guarantee {
  background: url("https://d18f657670wm8u.cloudfront.net/cancer-insurance/swantoku/assets/img/bg_sp.png?20220124") center top/100% auto repeat-y;
}

@media screen and (max-width: 750px) {
  .service.is-guarantee .service-title__icon {
    width: 43px;
  }
}

@media screen and (min-width: 751px), print {
  .service.is-guarantee {
    padding-bottom: 70px;
    background: url("https://d18f657670wm8u.cloudfront.net/cancer-insurance/swantoku/assets/img/bg_pc.png?20220124") center top/100% auto repeat-y;
  }
  .service.is-guarantee .service-title {
    margin-bottom: 0;
  }
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .service.is-guarantee {
    background-size: cover !important;
  }
}

.guarantee-nav {
  margin-bottom: 20px;
}

.guarantee-nav &gt; a {
  position: relative;
  display: block;
  padding: 16px 0 16px 35px;
  background-image: linear-gradient(to right, #999, #999 3px, transparent 3px, transparent 10px);
  background-size: 10px 2px;
  background-position: bottom left;
  background-repeat: repeat-x;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.46667;
}

.guarantee-nav &gt; a:before {
  content: '';
  display: block;
  position: absolute;
  left: 10px;
  top: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 14px;
  border-color: transparent transparent transparent #41a300;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (min-width: 751px), print {
  .guarantee-nav {
    max-width: 834px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto 36px;
  }
  .guarantee-nav &gt; a {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: calc(50% - 30px);
    padding: 18px 0 18px 28px;
    background-image: linear-gradient(to right, #999, #999 2px, transparent 2px, transparent 4px);
    background-size: 4px 2px;
    font-size: 1.8rem;
  }
  .guarantee-nav &gt; a:nth-child(odd) {
    margin-right: 60px;
  }
  .guarantee-nav &gt; a:before {
    left: 5px;
    border-width: 6px 0 6px 12px;
  }
}

.guarantee-detail {
  margin-bottom: 20px;
  background: #FFFFFF;
  border: 2px solid #4c4c4c;
}

@media screen and (min-width: 751px), print {
  .guarantee-detail {
    max-width: 870px;
    margin: 0 auto 58px;
    border-width: 2px;
  }
}

.guarantee-detail-main {
  padding: 15px 18px;
}

.guarantee-detail-main__head {
  border-bottom: 1px solid #4c4c4c;
  margin-bottom: 6px;
  padding-bottom: 5px;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.26;
}

.guarantee-detail-main__copy1 {
  margin-bottom: 15px;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.33333;
}

.guarantee-detail-main__copy1 strong {
  color: #ec052b;
  font-size: 1.5em;
}

.guarantee-detail-main__copy1 em {
  color: #ec052b;
  letter-spacing: -0.04em;
}

.guarantee-detail-main__copy1 sub {
  font-size: 1.1rem;
}

.guarantee-detail-main__copy1 small {
  display: block;
  margin-top: 5px;
  font-size: 1.4rem;
  line-height: 1;
}

.guarantee-detail-main__copy2 {
  margin-bottom: 14px;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.47059;
}

.guarantee-detail-main__copy2 em {
  color: #ec052b;
}

.guarantee-detail-main__text {
  font-size: 1.3rem;
  line-height: 1.53846;
}

.guarantee-detail-main__text:not(:last-child) {
  margin-bottom: 15px;
}

.guarantee-detail-main__table {
  width: 100%;
  border: 1px solid #000;
}

.guarantee-detail-main__table thead {
  background: #c9f2ae;
}

.guarantee-detail-main__table th {
  text-align: center;
  font-size: 1.2rem;
  font-weight: normal;
  width: 40px;
  padding: 10px;
  border: 1px solid #000;
}
.guarantee-detail-main__table td {
  padding: 10px;
  font-size: 1.2rem;
  border: 1px solid #000;
}

@media screen and (min-width: 751px), print {
  .guarantee-detail-main {
    padding: 30px 36px;
  }
  .guarantee-detail-main__head {
    border-bottom-width: 2px;
    margin-bottom: 18px;
    padding-bottom: 20px;
    font-size: 3rem;
  }
  .guarantee-detail-main__copy1 {
    margin-bottom: 10px;
    font-size: 3rem;
  }
  .guarantee-detail-main__copy1 sub {
    font-size: 1.3rem;
  }
  .guarantee-detail-main__copy1 small {
    display: inline-block;
    margin-top: 0;
    font-size: 1.3rem;
    line-height: 1;
    vertical-align: baseline;
  }
  .guarantee-detail-main__copy2 {
    margin-bottom: 14px;
    font-size: 2rem;
    line-height: 1.9;
  }
  .guarantee-detail-main__text {
    font-size: 1.3rem;
  }
  .guarantee-detail-main__text:not(:last-child) {
    margin-bottom: 20px;
  }
}

.guarantee-detail-sub__head {
  position: relative;
  display: block;
  border-top: 2px solid #4c4c4c;
  font-weight: 700;
  padding: 12px 35px 12px 20px;
  line-height: 1;
}

.guarantee-detail-sub__head:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 18px;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 13px 8px 0 8px;
  border-color: currentColor transparent transparent  transparent;
}

.guarantee-detail-sub__inner {
  padding: 15px 18px;
}

.guarantee-detail-sub__text {
  font-size: 1.3rem;
  line-height: 1.53846;
}

.guarantee-detail-sub__text:not(:last-child) {
  margin-bottom: 20px;
}

.guarantee-detail-sub__head.is-opened:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.guarantee-detail-sub__body.is-opened, .guarantee-detail-sub__body.is-opening, .guarantee-detail-sub__body.is-closing {
  border-top: 2px solid #4c4c4c;
}

@media screen and (min-width: 751px), print {
  .guarantee-detail-sub__head {
    border-top-width: 2px;
    border-bottom-width: 2px;
    font-size: 1.8rem;
    padding: 19px 10px;
    text-align: center;
  }
  .guarantee-detail-sub__head:after {
    display: inline-block;
    position: static;
    margin-left: 20px;
    border-width: 15px 9px 0 9px;
  }
  .guarantee-detail-sub__inner {
    padding: 30px 30px;
  }
  .guarantee-detail-sub__text {
    font-size: 1.3rem;
  }
  .guarantee-detail-sub__text:not(:last-child) {
    margin-bottom: 20px;
  }
}

/*
 * がん診断給付金
 */
@media screen and (max-width: 750px) {
  .guarantee-detail.is-guarantee-1 .guarantee-detail-sub__head {
    padding-left: 15px;
  }
  .guarantee-detail.is-guarantee-1 .guarantee-detail-sub__body {
    padding-bottom: 5px;
  }
}

@media screen and (min-width: 751px), print {
  .guarantee-detail.is-guarantee-1 .guarantee-detail-sub__body {
    padding-bottom: 7px;
  }
}

@media screen and (min-width: 751px), print {
  .guarantee-1-case-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -30px;
    margin-right: -30px;
  }
  .guarantee-1-case-list &gt; * {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 50%;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.guarantee-1-case {
  margin-bottom: 38px;
}

.guarantee-1-case__head {
  font-size: 1.65rem;
  font-weight: 700;
  margin-bottom: 5px;
}

.guarantee-1-case img {
  width: 100%;
}

.guarantee-1-case p {
  margin-bottom: 23px;
  font-size: 1.3rem;
  line-height: 1.53846;
}

@media screen and (min-width: 751px), print {
  .guarantee-1-case {
    margin-bottom: 32px;
  }
  .guarantee-1-case__head {
    font-size: 2rem;
    margin-bottom: 4px;
  }
  .guarantee-1-case p {
    margin-bottom: 20px;
    font-size: 1.6rem;
  }
}

/*
 * がん治療給付金t
 */
.guarantee-2-purpose {
  display: table;
  margin: 40px auto 0;
  padding-bottom: 10px;
}

.guarantee-2-purpose__copy {
  margin-bottom: 15px;
  font-size: 1.65rem;
  font-weight: 700;
  line-height: 1.27273;
}

.guarantee-2-purpose__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: -5px;
  margin-right: -5px;
}

.guarantee-2-purpose__list &gt; li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0 10px;
}

.guarantee-2-purpose__list &gt; li figure &gt; div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.guarantee-2-purpose__list &gt; li figcaption {
  margin-top: 10px;
  color: #41a300;
  font-size: 1.3rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}

@media screen and (max-width: 750px) {
  .guarantee-2-purpose__list &gt; li.is-purpose-1 img {
    width: 78px;
  }
  .guarantee-2-purpose__list &gt; li.is-purpose-2 img {
    width: 87.5px;
  }
  .guarantee-2-purpose__list &gt; li.is-purpose-3 img {
    width: 77px;
  }
}

@media screen and (min-width: 751px), print {
  .guarantee-2-purpose {
    padding-bottom: 0;
  }
  .guarantee-2-purpose__copy {
    margin-bottom: 30px;
    font-size: 2rem;
    text-align: center;
  }
  .guarantee-2-purpose__list {
    margin-left: -30px;
    margin-right: -30px;
  }
  .guarantee-2-purpose__list &gt; li {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    padding: 0 30px;
  }
  .guarantee-2-purpose__list &gt; li figcaption {
    margin-top: 14px;
    font-size: 1.8rem;
  }
}

/*
 * がんに関する保障の開始について/保証期間と契約について
 */
@media screen and (min-width: 751px), print {
  .guarantee-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1028px;
    margin: 0 auto;
  }
}

.guarantee-start {
  margin-bottom: 38px;
}

.guarantee-start__head {
  margin-bottom: 10px;
  padding: 8px 8px 8px 30px;
  font-size: 1.8rem;
  font-weight: 700;
  background: url("https://d18f657670wm8u.cloudfront.net/cancer-insurance/swantoku/assets/img/icon-caution.png?20220124") 15px center no-repeat #ffbb4f;
  background-size: 23px;
  line-height: 1;
  text-align: center;
}

.guarantee-start__text {
  font-size: 1.3rem;
  line-height: 1.53846;
  color: #ec052b;
}

.guarantee-start__text:not(:last-child) {
  margin-bottom: 20px;
}

.guarantee-start__image {
  margin-bottom: 14px;
}

@media screen and (max-width: 750px) {
  .guarantee-start__text:first-child {
    letter-spacing: -0.03em;
  }
  .guarantee-start__image {
    width: 330px;
  }
}

@media screen and (min-width: 751px), print {
  .guarantee-start {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 50%;
    margin-bottom: 0;
    padding-right: 23px;
  }
  .guarantee-start__head {
    margin-bottom: 13px;
    padding: 13px 13px 13px 35px;
    font-size: 2.3rem;
    background: url("https://d18f657670wm8u.cloudfront.net/cancer-insurance/swantoku/assets/img/icon-caution.png?20220124") 20px center no-repeat #ffbb4f;
    background-size: 25px;
  }
  .guarantee-start__text {
    font-size: 1.8rem;
  }
  .guarantee-start__text:not(:last-child) {
    margin-bottom: 24px;
  }
  .guarantee-start__image {
    margin-bottom: 28px;
  }
}

.guarantee-period__head {
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
}

.guarantee-period__table {
  width: 100%;
  margin-bottom: 10px;
  border-left: 1px solid #4c4c4c;
  border-top: 1px solid #4c4c4c;
}

.guarantee-period__table th, .guarantee-period__table td {
  padding: .5em .8em;
  border-right: 1px solid #4c4c4c;
  border-bottom: 1px solid #4c4c4c;
  font-size: 1.3rem;
  line-height: 1.53846;
}

.guarantee-period__table th {
  background: #c9e5a8;
  vertical-align: top;
}

.guarantee-period__table td {
  background: #FFFFFF;
  vertical-align: middle;
}

.guarantee-period__table td span {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.4;
}

.guarantee-period__text {
  font-size: 1.3rem;
  line-height: 1.53846;
}

.guarantee-period__text:not(:last-child) {
  margin-bottom: 20px;
}

@media screen and (min-width: 751px), print {
  .guarantee-period {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 50%;
    padding-left: 43px;
  }
  .guarantee-period__head {
    margin-bottom: 26px;
    font-size: 2.5rem;
    line-height: 50px;
  }
  .guarantee-period__table {
    margin-bottom: 12px;
    border-left-width: 2px;
    border-top-width: 2px;
  }
  .guarantee-period__table th, .guarantee-period__table td {
    padding: .4em .6em;
    border-right-width: 2px;
    border-bottom-width: 2px;
    font-size: 1.8rem;
  }
  .guarantee-period__text {
    font-size: 1.3rem;
  }
  .guarantee-period__text:not(:last-child) {
    margin-bottom: 20px;
  }
}

/**
 * プランのご紹介
 */
@media screen and (max-width: 750px) {
  .service.is-plan .service-title__icon {
    width: 49px;
  }
}

@media screen and (min-width: 751px), print {
  .service.is-plan .service__body {
    max-width: 810px;
    margin: 0 auto;
  }
}

.plan-table {
  margin-bottom: 15px;
}

.plan-table__table {
  width: 100%;
  border-top: 2px solid #4c4c4c;
  border-bottom: 2px solid #4c4c4c;
  border-collapse: collapse;
  margin-bottom: 7px;
}

.plan-table__table th {
  border-left: 2px solid #4c4c4c;
}

.plan-table__table th, .plan-table__table td {
  text-align: center;
  border-right: 2px solid #4c4c4c;
}

.plan-table__table thead th, .plan-table__table thead td {
  background: #c9f2ae;
  font-size: 1.2rem;
}

.plan-table__table tbody th, .plan-table__table tbody td {
  border-top: 2px solid #a6a6a6;
  height: 48px;
}

.plan-table__table tbody th {
  background: #fcffd9;
  font-size: 1.25rem;
  line-height: 1.28;
}

.plan-table__table tbody td {
  background: #FFFFFF;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.30769;
  white-space: nowrap;
  letter-spacing: -0.025em;
}

.plan-table__table tbody td small {
  display: block;
  font-size: 0.75em;
  font-weight: 400;
  letter-spacing: -0.075em;
}

.plan-table__note {
  font-size: 1.3rem;
  line-height: 1;
}

@media screen and (min-width: 751px), print {
  .plan-table {
    margin-bottom: 30px;
  }
  .plan-table__table {
    margin-bottom: 18px;
    border-top-width: 2px;
    border-bottom-width: 2px;
  }
  .plan-table__table th {
    border-left-width: 2px;
  }
  .plan-table__table th, .plan-table__table td {
    border-right-width: 2px;
  }
  .plan-table__table thead th, .plan-table__table thead td {
    font-size: 1.8rem;
  }
  .plan-table__table tbody th, .plan-table__table tbody td {
    border-top-width: 2px;
    height: 78px;
  }
  .plan-table__table tbody th {
    font-size: 1.8rem;
  }
  .plan-table__table tbody td {
    font-size: 2.1rem;
  }
  .plan-table__note {
    font-size: 1.8rem;
  }
}

/**
 * 保険料シミュレーター
 */
.service.is-simulator {
  background: url("https://d18f657670wm8u.cloudfront.net/cancer-insurance/swantoku/assets/img/bg_sp.png?20220124") center top/100% auto repeat-y;
}

@media screen and (max-width: 750px) {
  .service.is-simulator .service-title__icon {
    width: 33.5px;
  }
}

@media screen and (min-width: 751px), print {
  .service.is-simulator {
    padding-bottom: 42px;
    background: url("https://d18f657670wm8u.cloudfront.net/cancer-insurance/swantoku/assets/img/bg_pc.png?20220124") center top/100% auto repeat-y;
  }
  .service.is-simulator .service__body {
    max-width: 870px;
    margin: 0 auto;
  }
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .service.is-simulator {
    background-size: cover !important;
  }
}

.simulator {
  margin: 0 auto 40px;
  background: #FFFFFF;
  border: 2px solid #fc7019;
  border-radius: 5px;
}

.simulator__title {
  padding: 15px;
  background: #fc7019;
  color: #FFFFFF;
  font-weight: 700;
  text-align: center;
}

.simulator__title img {
  width: 250px;
}

.simulator__body {
  padding: 0 0 12px;
}

@media screen and (min-width: 751px), print {
  .simulator {
    max-width: 780px;
    margin: 0 auto 50px;
  }
  .simulator__title {
    padding: 28px;
  }
  .simulator__title img {
    width: 476px;
    height: 26px;
  }
  .simulator__body {
    padding: 40px 0 30px;
  }
}

.simulator-form {
  margin-bottom: 30px;
}

@media screen and (min-width: 751px), print {
  .simulator-form {
    margin-bottom: 60px;
  }
}

.simulator-input {
  width: 100%;
  margin: 0 auto 15px auto;
}

.simulator-input th {
  padding: 10px 15px 10px 35px;
  background: #f1ebd1;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1;
}

.simulator-input__sex {
  line-height: 1;
}

.simulator-input__sex .field.is-grouped &gt; .control:first-child {
  margin-right: 70px;
}

.simulator-input__sex td {
  padding: 15px 15px 15px 50px;
}

.simulator-input__age td {
  padding: 13px 15px 15px 50px;
}

@media screen and (max-width: 750px) {
  .simulator-input, .simulator-input tbody, .simulator-input tr, .simulator-input th, .simulator-input td {
    display: block;
  }
}

@media screen and (min-width: 751px), print {
  .simulator-input {
    max-width: 637px;
    margin: 0 auto 30px auto;
    border-top: 1px solid #c3c3c3;
    border-left: 1px solid #c3c3c3;
  }
  .simulator-input th, .simulator-input td {
    border-right: 1px solid #c3c3c3;
    border-bottom: 1px solid #c3c3c3;
  }
  .simulator-input th {
    width: 140px;
    text-align: center;
    padding: 32px 0;
    font-size: 1.8rem;
  }
  .simulator-input__sex .field.is-grouped &gt; .control:first-child {
    margin-right: 100px;
  }
  .simulator-input__sex td {
    padding: 32px 32px 32px 50px;
  }
  .simulator-input__age td {
    padding: 16px 32px 16px 50px;
  }
}

.simulator-calc {
  display: block;
  width: 100%;
  max-width: 295px;
  border-radius: 9999px;
  background: #fc7019;
  color: #FFFFFF;
  margin: 0 auto;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 50px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}

@media screen and (min-width: 751px), print {
  .simulator-calc {
    max-width: 425px;
    font-size: 2.3rem;
    line-height: 72px;
  }
}

.simulator-result {
  padding: 0 18px;
}

.simulator-result__text {
  width: 219px;
  margin: 0 auto 9px;
  line-height: 1;
}

.simulator-result__table {
  margin: 0 auto;
}

.simulator-result__table &gt; table {
  table-layout: fixed;
  width: 100%;
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  letter-spacing: .01em;
}

.simulator-result__table &gt; table th, .simulator-result__table &gt; table td {
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  text-align: center;
  width: 50%;
}

.simulator-result__table &gt; table thead th {
  text-align: center;
  font-size: 1.4rem;
}

.simulator-result__table &gt; table thead th:first-child {
  background: #c9f2ae;
}

.simulator-result__table &gt; table thead th:last-child {
  background: #fc7019;
  color: #FFFFFF;
}

.simulator-result__table &gt; table tbody th, .simulator-result__table &gt; table tbody td {
  padding: 7px;
  font-weight: 700;
  width: 50%;
}

.simulator-result__table &gt; table tbody th {
  font-size: 1.875rem;
}

.simulator-result__table &gt; table tbody td {
  font-size: 2.55rem;
  color: #ec052b;
}

.simulator-result__table &gt; table tbody td small {
  font-size: 1.7rem;
}

.simulator-result__table &gt; table tbody td:last-child {
  line-height: 1;
}

.simulator-result__note {
  margin-top: 4px;
  font-size: 1.3rem;
  line-height: 1.53846;
}

@media screen and (min-width: 751px), print {
  .simulator-result__text {
    width: 315px;
    height: 28px;
    margin: 0 auto 14px;
  }
  .simulator-result__table {
    max-width: 578px;
  }
  .simulator-result__table &gt; table {
    border-width: 2px;
  }
  .simulator-result__table &gt; table th, .simulator-result__table &gt; table td {
    border-width: 2px;
  }
  .simulator-result__table &gt; table thead th {
    font-size: 2rem;
  }
  .simulator-result__table &gt; table tbody th, .simulator-result__table &gt; table tbody td {
    padding: 10px;
  }
  .simulator-result__table &gt; table tbody th {
    font-size: 2.4rem;
  }
  .simulator-result__table &gt; table tbody td {
    font-size: 3.6rem;
  }
  .simulator-result__table &gt; table tbody td small {
    font-size: 2.4rem;
  }
  .simulator-result__note {
    margin-top: 4px;
    font-size: 1.3rem;
  }
}

.simulator-plan.noprice:before {
  content: "-";
}

.simulator-plan.noprice .simulator-price {
  display: none;
}

.simulator-price-num:nth-child(2):after {
  content: ",";
}

.simulator-price-num.zero:nth-child(1) {
  display: none;
}

/**
 * ひまわり生命セクション
 */
.section-support {
  background: #fff7d9;
  padding: 25px 20px 15px;
}

.section-support__head {
  margin-bottom: 15px;
  padding-bottom: 15px;
  background-image: linear-gradient(to right, #f8991e, #f8991e 4px, transparent 4px, transparent 10px);
  background-size: 10px 2px;
  background-position: bottom left;
  background-repeat: repeat-x;
  color: #fc7019;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.44737;
  text-align: center;
}

@media screen and (min-width: 751px), print {
  .section-support {
    padding: 64px 40px 36px;
  }
  .section-support__head {
    max-width: 770px;
    margin: 0 auto 20px;
    padding-bottom: :36px;
    background-image: linear-gradient(to right, #f8991e, #f8991e 4px, transparent 4px, transparent 10px);
    background-size: 10px 2px;
    background-position: bottom left;
    background-repeat: repeat-x;
    font-size: 2.9rem;
    text-align: left;
    line-height: 1.6;
  }
  .section-support__body {
    max-width: 910px;
    margin: 0 auto 30px;
    padding: 0 70px 22px;
  }
  .support-link{
    text-align: center;
    font-size: 3rem;
  }
}


@media screen and (min-width: 751px), print {
}

.support-text {
  font-size: 1.3rem;
  line-height: 1.53846;
  margin-bottom: 15px;
}
.support-link{
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 15px;
}

@media screen and (min-width: 751px), print {
  .support-text {
    font-size: 2rem;
    line-height: 1.9;
    margin-bottom: 15px;
  }

  .support-link{
    text-align: center;
    font-size: 2.8rem;
    margin-top: 30px;
  }
}

.support-figure {
  display: table;
  margin: 0 auto;
}

.support-figure figcaption {
  text-align: center;
  font-size: 1.3rem;
  line-height: 1;
  margin-bottom: 20px;
}

.support-figure__note {
  margin-top: 8px;
  font-size: 1.3rem;
  line-height: 1;
}

@media screen and (max-width: 750px) {
  .support-figure img {
    width: 335px;
    height: 263px;
  }
}

@media screen and (min-width: 751px), print {
  .support-figure figcaption {
    text-align: left;
    font-size: 2rem;
    margin-bottom: 14px;
  }
  .support-figure__note {
    margin-top: 10px;
    font-size: 1.3rem;
  }
}

.fixed-menu {
  display: none;
  position: fixed;
  z-index: 999;
  background-color: rgba(0,0,0,.5);
  width: 100%;
  padding: 7px 0 3px;
  bottom: 0;
  left: 0;
}

.fixed-menu .container{
  display: flex;
  justify-content: center;
  align-items: center;
}

.fixed-menu img {
  height: 52px;
}

@media screen and (min-width: 751px), print {
  .fixed-menu img {
    height: 66px;
  }
}

/*
 * コンテンツ
 */
body {
  padding-top: 0px;
}

/**
 * フッター
 */
.footer__top {
  padding: 25px 20px 4px;
  background: #e9f5e1;
}

.footer__notice {
  font-size: 1.3rem;
  margin-bottom: 35px;
}

.footer__links &gt; a {
  position: relative;
  display: block;
  padding-left: 25px;
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.46667;
}

.footer__links &gt; a:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 14px;
  border-color: transparent transparent transparent #41a300;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.footer__bottom {
  padding: 40px 20px 22.5px;
  text-align: center;
}

.footer__service-logo {
  margin-bottom: 40px;
}

.footer__controlnumber {
  text-align: right;
  font-size: 0.9rem;
  margin-bottom: 5px;
}

.footer__copyright {
  font-size: 0.9rem;
  line-height: 1.3;
}

@media screen and (max-width: 750px) {
  .footer__service-logo {
    width: 171.5px;
    height: 92.5px;
  }
}

@media screen and (min-width: 751px), print {
  .footer__top {
    padding: 30px 40px 30px;
  }
  .footer__notice {
    max-width: 870px;
    margin: 0 auto 0px;
    font-size: 1.3rem;
  }
  .footer__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 870px;
    margin: 0 auto;
  }
  .footer__links &gt; a {
    padding-left: 18px;
    margin-bottom: 0;
    font-size: 1.3rem;
    line-height: 1;
  }
  .footer__links &gt; a:not(:last-child) {
    margin-right: 70px;
  }
  .footer__links &gt; a:before {
    border-width: 6px 0 6px 13px;
  }
  .footer__bottom {
    padding: 56px 40px 20px;
  }
  .footer__service-logo {
    margin-bottom: 46px;
  }
  .footer__copyright {
    font-size: 1rem;
  }
}

/**
 * ヘッダー
 */
.header {
  width: 100%;
  background-color: white;
  -webkit-box-shadow: 0 0 10px 0 rgba(153, 153, 153, 0.5);
  box-shadow: 0 0 10px 0 rgba(153, 153, 153, 0.5);
  z-index: 1000;
}

.header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4px 5px 4px 4px;
}

.header__bottom {
  position: relative;
  display: none;
}
.header__bottom.is-opened {
  display: block;
}

.header__logo {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-right: 12.5px;
}

.header__copy {
  font-size: 1rem;
  margin-right: 3px;
}


@media screen and (max-width: 750px) {
  .header__logo {
    width: 127px;
    height: 22.5px;
  }
}

@media screen and (min-width: 751px), print {
  .header__top {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 53px;
    padding: 0 6px;
  }
  .header__copy {
    flex: 1 1 auto;
    margin-right: 20px;
    font-size: 1.3rem;
    text-align: right;
  }
}

.header.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}

.header-menu &gt; a &gt; span {
  display: block;
  position: relative;
  padding-left: 14px;
}

.header-menu &gt; a &gt; span:before {
  content: '●';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1rem;
  height: 1rem;
  margin: auto;
  color: #009950;
  font-size: 1rem;
  line-height: 1;
}

.header-menu {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 220px;
  background: #FFFFFF;
  border: 3px solid #009950;
  border-radius: 5px;
}
.header-menu:before {
  position: absolute;
  top: -10px;
  right: 14px;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 10px 7px;
  border-color: transparent transparent #009950 transparent;
}
.header-menu &gt; a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.4rem;
  height: 67px;
  padding: 0 10px 0 19px;
}
.header-menu &gt; a:not(:last-child) {
  border-bottom: 2px solid #009950;
}

.header-menu-button {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 44px;
  height: 44px;
  background: url("https://d18f657670wm8u.cloudfront.net/cancer-insurance/swantoku/assets/img/menu-open.png?20220124") center top/44px 44px no-repeat;
  cursor: pointer;
}

@media screen and (max-width: 750px) {
  .header-menu-button {
    margin-left: auto;
  }
}

@media screen and (min-width: 751px), print {
  .header-menu {
    width: auto;
    min-width: 220px;
  }
  .header-menu &gt; a &gt; span {
    line-height: 1;
    white-space: nowrap;
  }
  .header-menu-button {
    flex: none;
  }
}

.header-menu-button.is-opened {
  background: url("https://d18f657670wm8u.cloudfront.net/cancer-insurance/swantoku/assets/img/menu-close.png?20220124") center top/44px 44px no-repeat;
}
</pre></body></html>