@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  /*font-size:100%;*/
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, textarea, input {
  box-sizing: border-box;
}

img {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: bottom;
  background: transparent;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

a {
  margin: 0;
  padding: 0;
  /*font-size:100%;*/
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.875;
  color: #444;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 1080px) {
  body {
    font-size: 1.4rem;
  }
}

/* :::::::::::::::::::::::::: tag ::::::::::::::::::::::::: */
section {
  padding: 60px 0;
}

@media screen and (max-width: 820px) {
  section {
    padding: 40px 0;
  }
}
a {
  color: #444;
  cursor: pointer;
  transition: 1s;
}
a:hover {
  opacity: 0.8;
}

img {
  max-width: 100%;
  height: auto;
}

/* :::::::::::::::::::::::::: class ::::::::::::::::::::::::: */
.inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 12px;
}

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

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

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

.text-capitalize {
  text-transform: capitalize;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-bold {
  font-weight: bold;
}

.text-en {
  font-size: 1.4rem;
}

.text-lead {
  margin-bottom: 80px;
  font-family: ryo-gothic-plusn, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .text-en {
    font-size: 1.3rem;
  }

  .text-lead {
    margin-bottom: 40px;
    font-size: 1.5rem;
    text-align: left;
  }
}
/*--- device size ---*/
.upper-452 {
  display: block;
}
@media screen and (max-width: 452px) {
  .upper-452 {
    display: none;
  }
}

.upper-420 {
  display: block;
}
@media screen and (max-width: 420px) {
  .upper-420 {
    display: none;
  }
}

.pc-s,
.tb,
.tb-820,
.tb-740,
.sp-l,
.sp {
  display: none;
}

.only-pc {
  display: block;
}

@media screen and (max-width: 1280px) {
  .pc-s {
    display: block;
  }
}
@media screen and (max-width: 900px) {
  .only-pc {
    display: none;
  }

  .tb {
    display: block;
  }
}
@media screen and (max-width: 820px) {
  .tb-820 {
    display: block;
  }
}
@media screen and (max-width: 740px) {
  .tb-740 {
    display: block;
  }
}
@media screen and (max-width: 580px) {
  .sp-l {
    display: block;
  }
}
@media screen and (max-width: 438px) {
  .sp {
    display: block;
  }
}
/*--- flex system ---*/
.flex,
.flex-2,
.flex-2-reverse,
.flex-3,
.flex-4,
.flex-5,
.flex-6 {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: space-around;
}

.flex-3 {
  justify-content: flex-start;
}

.flex-order-1 {
  order: 1;
}

.flex-order-2 {
  order: 2;
}

.flex-order-3 {
  order: 3;
}

.flex-order-4 {
  order: 4;
}

.flex-order-5 {
  order: 5;
}

.flex-2-reverse {
  flex-direction: row-reverse;
}

.flex-cell {
  margin: 0 0 4% 0;
  padding: 0;
  flex: 0 1 auto;
  flex-grow: 0;
  flex-shrink: 1;
}

.flex-2 .flex-cell {
  flex-basis: 48%;
  max-width: 48%;
}

.flex-2-reverse .flex-cell {
  flex-basis: 48%;
  max-width: 48%;
}

.flex-3 .flex-cell {
  flex-basis: 31.3333%;
  max-width: 31.3333%;
  margin-right: 2%;
}
.flex-3 .flex-cell:last-of-type {
  margin-right: 0;
}

.flex-4 .flex-cell {
  flex-basis: 23%;
  max-width: 23%;
}

@media screen and (max-width: 980px) {
  .flex-3 .flex-cell {
    flex-basis: 48%;
    max-width: 48%;
    margin-right: 2%;
  }
  .flex-3 .flex-cell:nth-child(even) {
    margin-right: 0;
  }
  .flex-3 .flex-cell:last-of-type {
    margin-right: 0;
  }

  .flex-4 .flex-cell {
    flex-basis: 48%;
    max-width: 48%;
  }
}
@media screen and (max-width: 768px) {
  .flex,
.flex-2,
.flex-2-reverse,
.flex-3,
.flex-4,
.flex-5,
.flex-6 {
    display: block;
  }

  .flex-2 .flex-cell,
.flex-2-reverse .flex-cell,
.flex-3 .flex-cell,
.flex-4 .flex-cell {
    display: block;
    flex-basis: 100%;
    max-width: 100%;
    margin: 0 auto;
  }

  img.flex-cell {
    width: 80%;
  }

  .flex-2 .flex-cell:first-of-type,
.flex-2-reverse .flex-cell:first-of-type {
    margin-bottom: 20px;
  }

  .flex-3 .flex-cell:nth-of-type(-n+2) {
    margin-bottom: 20px;
  }

  .flex-3 .flex-cell:last-of-type {
    margin-bottom: 40px;
  }

  .flex-4 .flex-cell:nth-of-type(-n+3) {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  img.flex-cell {
    width: 100%;
  }
}
/*--- 余白 ---*/
.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mt-60 {
  margin-top: 60px;
}

.mr-1em {
  margin-right: 1em;
}

@media screen and (max-width: 1080px) {
  .mb-20 {
    margin-bottom: 10px;
  }

  .mb-30 {
    margin-bottom: 16px;
  }

  .mb-40 {
    margin-bottom: 20px;
  }

  .mb-60 {
    margin-bottom: 30px;
  }

  .mb-80 {
    margin-bottom: 40px;
  }

  .mb-100 {
    margin-bottom: 50px;
  }

  .mb-160 {
    margin-bottom: 80px;
  }

  .mt-60 {
    margin-top: 30px;
  }
}
/* widthが600px */
/* widthが800pxでタイトルが2行 */
/* widthが800pxでタイトルが1行（メディアクエリで2行） */
.title-lineup01 {
  position: relative;
  font-size: 2.6rem;
  text-align: center;
  line-height: 1;
  color: #fff;
  border: 1px solid #3F88C9;
  background: #fff;
  margin-bottom: 60px;
  padding: 30px 0;
}
@media screen and (max-width: 820px) {
  .title-lineup01 {
    margin-bottom: 30px;
    padding: 20px 0;
  }
}
.title-lineup01::before, .title-lineup01::after {
  position: absolute;
  content: "";
}
.title-lineup01::before {
  top: -73px;
  left: calc(50% - 75px);
  width: 150px;
  height: 150px;
  border: 1px solid #3F88C9;
  border-radius: 50%;
  background: #3F88C9;
}
@media screen and (max-width: 820px) {
  .title-lineup01::before {
    top: -40px;
    left: calc(50% - 40px);
    width: 80px;
    height: 80px;
  }
}
.title-lineup01::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #3F88C9;
}
.title-lineup01 img {
  position: absolute;
  z-index: 1;
  top: -60px;
  left: calc(50% - 40px);
  width: 80px;
  height: 60px;
  text-align: center;
}
@media screen and (max-width: 820px) {
  .title-lineup01 img {
    top: -32px;
    left: calc(50% - 30px);
    width: 60px;
    height: 40px;
  }
}
.title-lineup01 span {
  position: relative;
  z-index: 1;
  font-weight: 700;
}

.sub-title01 {
  text-align: center;
}
.sub-title01 .sub-title01-contents01 {
  display: block;
  font-size: 2rem;
  font-weight: 500;
  color: #D01F54;
}
@media screen and (max-width: 820px) {
  .sub-title01 .sub-title01-contents01 {
    font-size: 1.6rem;
  }
}
.sub-title01 .sub-title01-contents02 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.8rem;
  font-weight: 700;
  color: #D01F54;
  margin-bottom: 40px;
}
@media screen and (max-width: 820px) {
  .sub-title01 .sub-title01-contents02 {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 370px) {
  .sub-title01 .sub-title01-contents02 {
    font-size: 1.9rem;
  }
}
.sub-title01 .sub-title01-contents02::before, .sub-title01 .sub-title01-contents02::after {
  content: "";
  width: 32px;
  height: 4px;
  background: #D01F54;
}
@media screen and (max-width: 820px) {
  .sub-title01 .sub-title01-contents02::before, .sub-title01 .sub-title01-contents02::after {
    width: 30px;
  }
}
.sub-title01 .sub-title01-contents02::before {
  transform: rotate(60deg);
  margin-right: 12px;
}
@media screen and (max-width: 820px) {
  .sub-title01 .sub-title01-contents02::before {
    margin-right: 0;
  }
}
.sub-title01 .sub-title01-contents02::after {
  transform: rotate(-60deg);
  margin-left: 12px;
}
@media screen and (max-width: 820px) {
  .sub-title01 .sub-title01-contents02::after {
    margin-left: 0;
  }
}
.sub-title01 .mr-1em {
  font-weight: 500;
}

.sub-title02 {
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.2em;
  line-height: 1;
  color: #3F88C9;
  background-color: #fdfec1;
  width: 100%;
  border-radius: 8px;
  border: 1px solid #3F88C9;
  margin-bottom: 20px;
  padding: 16px 0;
}
@media screen and (max-width: 540px) {
  .sub-title02 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 370px) {
  .sub-title02 {
    font-size: 1.6rem;
  }
}

.dotted {
  -webkit-text-emphasis: dot #E70011;
          text-emphasis: dot #E70011;
}

.underline {
  font-weight: 500;
  background: linear-gradient(transparent 70%, rgba(231, 0, 17, 0.2) 70%);
}

.slide {
  display: block;
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
}

.button01 {
  margin-bottom: 40px;
}
.button01 a {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 1em 2em;
  width: 90%;
  max-width: 716px;
  height: 64px;
  font-size: 2.4rem;
  font-weight: 500;
  background-color: #F2C2C5;
  filter: drop-shadow(4px 4px 2px #b2b2b2);
  transition: 0.3s;
  z-index: 3;
}
@media screen and (max-width: 820px) {
  .button01 a {
    font-size: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .button01 a {
    font-size: 1.6rem;
    line-height: 1.2;
    padding: 1em;
  }
}
.button01 a img {
  margin-left: 8px;
}
.button01 a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #E70011;
}

.page-attention {
  width: 100%;
  max-width: 730px;
  font-size: 1.2rem;
  margin: 0 auto;
}

.attention-mark01, .attention-mark03, .attention-mark02 {
  padding: 0 0 0 3em;
  text-indent: -3em;
}
.attention-mark01::before, .attention-mark03::before, .attention-mark02::before {
  content: "（注1）";
}

.attention-mark02::before {
  content: "（注2）";
}

.attention-mark03::before {
  content: "（注3）";
}

.attention-others01 {
  padding: 0 0 0 1em;
  text-indent: -1em;
}
.attention-others01::before {
  content: "※";
}

.attention-others02 {
  padding: 0 0 0 1em;
  text-indent: -1em;
}
.attention-others02::before {
  content: "●";
}

.attention-center01 {
  text-align: center;
}
@media screen and (max-width: 680px) {
  .attention-center01 {
    text-align: left;
  }
}

@media screen and (max-width: 740px) {
  .br-adjust {
    display: none;
  }
}

.top-header {
  height: 408px;
  border: solid 2px #E70011;
}
@media screen and (max-width: 920px) {
  .top-header {
    height: initial;
  }
}
.top-header .sec-top-hero {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  height: 408px;
  margin-top: 30px;
}
@media screen and (max-width: 920px) {
  .top-header .sec-top-hero {
    justify-content: center;
    height: initial;
    padding: 30px 0;
  }
}
@media screen and (max-width: 920px) {
  .top-header .sec-top-hero .hero-midashi {
    width: 100%;
  }
}
.top-header .sec-top-hero .hero-midashi h2 {
  width: 100%;
  font-size: 5.6rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  margin: 0 0 36px 36px;
}
@media screen and (max-width: 920px) {
  .top-header .sec-top-hero .hero-midashi h2 {
    margin: 0 0 18px 0;
  }
}
.top-header .sec-top-hero .hero-midashi h1 {
  width: 100%;
  max-width: 320px;
  background-color: #E70011;
  font-size: 3.2rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1;
  margin: 0 0 44px 36px;
  padding: 13px 24px;
}
@media screen and (max-width: 920px) {
  .top-header .sec-top-hero .hero-midashi h1 {
    margin: 0 auto 22px;
  }
}
@media screen and (max-width: 370px) {
  .top-header .sec-top-hero .hero-midashi h1 {
    font-size: 2.8rem;
  }
}
.top-header .sec-top-hero img {
  width: 100%;
  max-width: 440px;
}
@media screen and (max-width: 920px) {
  .top-header .sec-top-hero img {
    margin-bottom: 22px;
  }
}
.top-header .sec-top-hero h3 {
  font-size: 2.2rem;
  margin-top: -200px;
}
@media screen and (max-width: 920px) {
  .top-header .sec-top-hero h3 {
    margin-top: 0;
  }
}

.sec-top-lead h2 {
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 820px) {
  .sec-top-lead h2 {
    margin-bottom: 20px;
  }
}
.sec-top-lead .top-lead-contents {
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 820px) {
  .sec-top-lead .top-lead-contents {
    margin-bottom: 30px;
  }
}
.sec-top-lead .top-lead-contents p {
  line-height: 1;
  margin-bottom: 32px;
}
@media screen and (max-width: 820px) {
  .sec-top-lead .top-lead-contents p {
    line-height: 1.35;
    margin-bottom: 16px;
  }
}
.sec-top-lead .top-lead-contents .font32 {
  font-size: 3.2rem;
}
@media screen and (max-width: 820px) {
  .sec-top-lead .top-lead-contents .font32 {
    font-size: 2.8rem;
  }
}
.sec-top-lead .top-lead-contents .font32-red {
  font-size: 3.2rem;
  font-weight: 700;
  color: #E70011;
}
@media screen and (max-width: 820px) {
  .sec-top-lead .top-lead-contents .font32-red {
    font-size: 2.8rem;
  }
}
.sec-top-lead .top-lead-contents .font48-red {
  font-size: 4.8rem;
  font-weight: 700;
  color: #E70011;
}
@media screen and (max-width: 820px) {
  .sec-top-lead .top-lead-contents .font48-red {
    font-size: 4rem;
  }
}
@media screen and (max-width: 370px) {
  .sec-top-lead .top-lead-contents .font48-red {
    font-size: 3.6rem;
  }
}
.sec-top-lead .accordion-contents, .sec-top-lead .accordion-contents-reverse {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 2;
}
@media screen and (max-width: 820px) {
  .sec-top-lead .accordion-contents, .sec-top-lead .accordion-contents-reverse {
    flex-wrap: wrap;
  }
}
.sec-top-lead .accordion-contents .accordion-image, .sec-top-lead .accordion-contents-reverse .accordion-image {
  max-width: 340px;
  width: 340px;
  margin: 0 auto;
  padding: 0 0 0 40px;
}
@media screen and (max-width: 820px) {
  .sec-top-lead .accordion-contents .accordion-image, .sec-top-lead .accordion-contents-reverse .accordion-image {
    padding: 16px 0 0 0;
  }
}
.sec-top-lead .accordion-contents-reverse {
  flex-direction: row-reverse;
}
.sec-top-lead .accordion-contents-reverse .accordion-image {
  max-width: 340px;
  width: 340px;
  margin: 0 auto;
  padding: 0 40px 0 0;
}
@media screen and (max-width: 820px) {
  .sec-top-lead .accordion-contents-reverse .accordion-image {
    padding: 16px 0 0 0;
  }
}
.sec-top-lead .accordion-title {
  position: relative;
}
.sec-top-lead .accordion-title::after {
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  content: "";
  width: 44px;
  height: 44px;
  background-color: #E70011;
}
@media screen and (max-width: 820px) {
  .sec-top-lead .accordion-title::after {
    right: 16px;
    width: 32px;
    height: 32px;
  }
}
.sec-top-lead .accordion-title h4 {
  position: relative;
  /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  background: #F2C2C5;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
  padding: 34px 0 34px 40px;
  transition: all 0.5s ease;
}
@media screen and (max-width: 820px) {
  .sec-top-lead .accordion-title h4 {
    font-size: 2rem;
    line-height: 1.25;
    padding: 18px 0 18px 12px;
  }
}
@media screen and (max-width: 370px) {
  .sec-top-lead .accordion-title h4 {
    font-size: 1.6rem;
  }
}
.sec-top-lead .accordion-title h4::before, .sec-top-lead .accordion-title h4::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 3px;
  background-color: #fff;
  z-index: 1;
}
@media screen and (max-width: 820px) {
  .sec-top-lead .accordion-title h4::before, .sec-top-lead .accordion-title h4::after {
    width: 16px;
  }
}
.sec-top-lead .accordion-title h4::before {
  top: 50%;
  right: 52px;
  transform: rotate(0deg);
}
@media screen and (max-width: 820px) {
  .sec-top-lead .accordion-title h4::before {
    right: 24px;
  }
}
.sec-top-lead .accordion-title h4::after {
  top: 50%;
  right: 52px;
  transform: rotate(90deg);
}
@media screen and (max-width: 820px) {
  .sec-top-lead .accordion-title h4::after {
    right: 24px;
  }
}
.sec-top-lead .accordion-title.close h4::after {
  transform: rotate(0deg);
}
.sec-top-lead .accordion-box {
  display: none;
  /*はじめは非表示*/
  padding: 30px 20px;
}
@media screen and (max-width: 820px) {
  .sec-top-lead .accordion-box {
    padding: 16px 10px;
  }
}

.sec-top-table .top-table {
  width: 100%;
  font-size: 2rem;
  margin-bottom: 40px;
}
@media screen and (max-width: 900px) {
  .sec-top-table .top-table {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 800px) {
  .sec-top-table .top-table {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 600px) {
  .sec-top-table .top-table {
    font-size: 1.2rem;
  }
}
.sec-top-table .top-table th, .sec-top-table .top-table td {
  vertical-align: middle;
}
.sec-top-table .top-table .table-header th {
  text-align: center;
  font-weight: 500;
  height: 184px;
}
.sec-top-table .top-table .table-header th .table-header-shadow {
  box-sizing: border-box;
  width: 98%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 184px;
  box-shadow: 4px 4px 2px rgba(51, 51, 51, 0.5);
  position: relative;
  padding: 2px;
}
@media screen and (max-width: 330px) {
  .sec-top-table .top-table .table-header th .table-header-shadow {
    padding: 1px;
  }
}
.sec-top-table .top-table .table-header th .table-header-shadow::before {
  position: absolute;
  content: "\f35d";
  color: #888;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  top: 12px;
  right: 12px;
}
.sec-top-table .top-table .table-header th.column-4 .table-header-shadow {
  background-color: #FADBE1;
}
@media screen and (max-width: 375px) {
  .sec-top-table .top-table .table-header th.column-4 .table-header-shadow {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 350px) {
  .sec-top-table .top-table .table-header th.column-4 .table-header-shadow {
    font-size: 1rem;
  }
}
@media screen and (max-width: 330px) {
  .sec-top-table .top-table .table-header th.column-4 .table-header-shadow {
    font-size: 0.8rem;
    letter-spacing: normal;
  }
}
.sec-top-table .top-table .table-header th.column-5 .table-header-shadow {
  background-color: #F6F7D0;
}
@media screen and (max-width: 395px) {
  .sec-top-table .top-table .table-header th.column-5 .table-header-shadow {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 360px) {
  .sec-top-table .top-table .table-header th.column-5 .table-header-shadow {
    font-size: 1rem;
  }
}
@media screen and (max-width: 330px) {
  .sec-top-table .top-table .table-header th.column-5 .table-header-shadow {
    font-size: 0.8rem;
    letter-spacing: normal;
  }
}
.sec-top-table .top-table .table-header th.column-6 .table-header-shadow {
  background-color: #D4EBE1;
}
.sec-top-table .top-table th.column-1, .sec-top-table .top-table td.column-1, .sec-top-table .top-table td.column-2 {
  background-color: #B0D8F5;
  border: solid 1px #444;
  font-size: 2.4rem;
}
@media screen and (max-width: 900px) {
  .sec-top-table .top-table th.column-1, .sec-top-table .top-table td.column-1, .sec-top-table .top-table td.column-2 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 800px) {
  .sec-top-table .top-table th.column-1, .sec-top-table .top-table td.column-1, .sec-top-table .top-table td.column-2 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 500px) {
  .sec-top-table .top-table th.column-1, .sec-top-table .top-table td.column-1, .sec-top-table .top-table td.column-2 {
    font-size: 1.4rem;
  }
}
.sec-top-table .top-table td.column-3 {
  border: solid 1px #444;
}
.sec-top-table .top-table td.column-kihon {
  background-color: #F0FDFF;
  border: solid 1px #444;
  border-top: none;
  font-size: 4rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .sec-top-table .top-table td.column-kihon {
    font-size: 3rem;
  }
}
@media screen and (max-width: 800px) {
  .sec-top-table .top-table td.column-kihon {
    font-size: 2rem;
  }
}
.sec-top-table .top-table td.column-4 {
  width: 19.8%;
  max-width: 196px;
  background-color: #FADBE1;
  border: solid 1px #444;
  font-size: 4rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .sec-top-table .top-table td.column-4 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 800px) {
  .sec-top-table .top-table td.column-4 {
    font-size: 2rem;
  }
}
.sec-top-table .top-table td.column-5 {
  width: 19.8%;
  max-width: 196px;
  background-color: #F6F7D0;
  border: solid 1px #444;
  font-size: 4rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .sec-top-table .top-table td.column-5 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 800px) {
  .sec-top-table .top-table td.column-5 {
    font-size: 2rem;
  }
}
.sec-top-table .top-table td.column-6 {
  width: 19.8%;
  max-width: 196px;
  background-color: #D4EBE1;
  border: solid 1px #444;
  font-size: 4rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .sec-top-table .top-table td.column-6 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 800px) {
  .sec-top-table .top-table td.column-6 {
    font-size: 2rem;
  }
}
.sec-top-table .top-table .frame-box01 {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.35;
  padding: 0 4px;
  position: relative;
}
@media screen and (max-width: 800px) {
  .sec-top-table .top-table .frame-box01 {
    font-size: 1rem;
    padding: 0 2px;
  }
}
@media screen and (max-width: 452px) {
  .sec-top-table .top-table .frame-box01 {
    text-align: left;
  }
}
.sec-top-table .top-table .frame-box01::before, .sec-top-table .top-table .frame-box01::after {
  content: "";
  width: 4px;
  height: 100%;
  position: absolute;
}
.sec-top-table .top-table .frame-box01::before {
  border-left: solid 1px #444;
  border-top: solid 1px #444;
  border-bottom: solid 1px #444;
  top: 0;
  left: 0;
}
.sec-top-table .top-table .frame-box01::after {
  border-right: solid 1px #444;
  border-top: solid 1px #444;
  border-bottom: solid 1px #444;
  top: 0;
  right: 0;
}
.sec-top-table .top-table th.column-1 {
  width: 280px;
}
.sec-top-table .top-table .column-4, .sec-top-table .top-table .column-5, .sec-top-table .top-table .column-6 {
  width: 168px;
}
.sec-top-table .top-table .row-2 {
  height: 100px;
}
.sec-top-table .top-table .row-3, .sec-top-table .top-table .row-4 {
  height: 80px;
}
.sec-top-table .top-table .row-2 .column-1, .sec-top-table .top-table .row-3 .column-1, .sec-top-table .top-table .row-4 .column-1, .sec-top-table .top-table .row-4 .column-2 {
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  font-size: 2.4rem;
  text-align: center;
  width: 52px;
  line-height: 52px;
}
@media screen and (max-width: 900px) {
  .sec-top-table .top-table .row-2 .column-1, .sec-top-table .top-table .row-3 .column-1, .sec-top-table .top-table .row-4 .column-1, .sec-top-table .top-table .row-4 .column-2 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 800px) {
  .sec-top-table .top-table .row-2 .column-1, .sec-top-table .top-table .row-3 .column-1, .sec-top-table .top-table .row-4 .column-1, .sec-top-table .top-table .row-4 .column-2 {
    font-size: 1.2rem;
    width: 24px;
    line-height: 24px;
  }
}
.sec-top-table .top-table _::-webkit-full-page-media, .sec-top-table .top-table _:future, .sec-top-table .top-table :root, .sec-top-table .top-table .row-2 .column-1, .sec-top-table .top-table .row-3 .column-1, .sec-top-table .top-table .row-4 .column-1, .sec-top-table .top-table .row-4 .column-2 {
  writing-mode: initial;
  line-height: 1.35;
  width: 52px;
  padding: 10px;
}
@media screen and (max-width: 800px) {
  .sec-top-table .top-table _::-webkit-full-page-media, .sec-top-table .top-table _:future, .sec-top-table .top-table :root, .sec-top-table .top-table .row-2 .column-1, .sec-top-table .top-table .row-3 .column-1, .sec-top-table .top-table .row-4 .column-1, .sec-top-table .top-table .row-4 .column-2 {
    width: 24px;
    padding: 0;
  }
}
.sec-top-table .top-table .row-2 .column-1 {
  font-size: 1.6rem;
  background-color: #F0FDFF;
  height: 100px;
}
@media screen and (max-width: 800px) {
  .sec-top-table .top-table .row-2 .column-1 {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 600px) {
  .sec-top-table .top-table .row-2 .column-1 {
    font-size: 1.2rem;
  }
}
.sec-top-table .top-table .row-3 .column-1 {
  height: 500px;
}
.sec-top-table .top-table .row-4 .column-1 {
  height: 320px;
}
.sec-top-table .top-table .row-4 .column-2 {
  height: 80px;
}
.sec-top-table .top-table .row-4-extra .column-2 {
  height: 160px;
}
.sec-top-table .top-table .column-3 {
  font-size: 2rem;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 900px) {
  .sec-top-table .top-table .column-3 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 420px) {
  .sec-top-table .top-table .column-3 {
    text-align: initial;
    padding: 2px;
  }
}
@media screen and (max-width: 500px) {
  .sec-top-table .top-table .column-3 {
    font-size: 1.2rem;
  }
}
.sec-top-table .top-table .small-attention {
  font-size: 1.4rem;
}
@media screen and (max-width: 800px) {
  .sec-top-table .top-table .small-attention {
    font-size: 1rem;
  }
}
.sec-top-table .top-table .column-link {
  display: block;
  position: relative;
}
.sec-top-table .top-table .column-link::after {
  position: absolute;
  content: "\f101";
  color: #888;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  top: 50%;
  left: 50%;
  font-size: 2.4rem;
  transform: translate3d(50px, -50%, 0);
}
@media screen and (max-width: 900px) {
  .sec-top-table .top-table .column-link::after {
    transform: translate3d(28px, -50%, 0);
  }
}
@media screen and (max-width: 800px) {
  .sec-top-table .top-table .column-link::after {
    font-size: 1.2rem;
    transform: translate3d(14px, -50%, 0);
  }
}
.sec-top-table .table-attention {
  font-size: 1.2rem;
  line-height: 1.66;
  margin: 0 0 60px 60px;
}
@media screen and (max-width: 820px) {
  .sec-top-table .table-attention {
    margin: 30px 0;
  }
}

/* ワイド団信ページ */
.body-wide {
  background-color: #EFF7FD;
}
.body-wide .header-wide {
  padding: 60px 0 0;
}
@media screen and (max-width: 820px) {
  .body-wide .header-wide {
    padding: 30px 0 0;
  }
}
.body-wide .header-wide .header-title01-wide {
  text-align: center;
  width: 560px;
  height: 136px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 600px) {
  .body-wide .header-wide .header-title01-wide {
    width: 100%;
    height: 120px;
  }
}
.body-wide .header-wide .header-title01-wide span {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 16px;
  background-color: #B0D8F5;
}
@media screen and (max-width: 600px) {
  .body-wide .header-wide .header-title01-wide span {
    width: 12px;
    height: 12px;
  }
}
.body-wide .header-wide .header-title01-wide span:first-of-type {
  top: 12px;
  left: 12px;
}
.body-wide .header-wide .header-title01-wide span:nth-of-type(2) {
  top: 12px;
  right: 12px;
}
.body-wide .header-wide .header-title01-wide span:nth-of-type(3) {
  bottom: 12px;
  right: 12px;
}
.body-wide .header-wide .header-title01-wide span:nth-of-type(4) {
  bottom: 12px;
  left: 12px;
}
.body-wide .header-wide .header-title01-wide h1 {
  font-size: 4.8rem;
  font-weight: 500;
  display: inline-block;
  background-color: #fff;
  width: 560px;
  height: 136px;
  line-height: 136px;
}
@media screen and (max-width: 600px) {
  .body-wide .header-wide .header-title01-wide h1 {
    font-size: 4rem;
    width: 100%;
    height: 120px;
    line-height: 120px;
  }
}
.body-wide .sec-wide-lead .hukidashi-lead01-wide {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 680px;
  margin: 0 auto 40px;
  margin-bottom: 0;
}
@media screen and (max-width: 820px) {
  .body-wide .sec-wide-lead .hukidashi-lead01-wide {
    margin: 0 auto 20px;
  }
}
.body-wide .sec-wide-lead .hukidashi-lead01-wide img {
  width: 18.2%;
  max-width: 124px;
}
@media screen and (max-width: 820px) {
  .body-wide .sec-wide-lead .hukidashi-lead01-wide img {
    width: 16%;
  }
}
.body-wide .sec-wide-lead .hukidashi-lead01-wide .hukidashi-lead01-contents {
  position: relative;
  width: 73.5%;
  max-width: 500px;
  height: auto;
  padding: 38px 38px 38px 32px;
  border-radius: 4px;
  background-color: #fff;
  border: solid 3px #B0D8F5;
}
@media screen and (max-width: 820px) {
  .body-wide .sec-wide-lead .hukidashi-lead01-wide .hukidashi-lead01-contents {
    width: 80%;
    padding: 12px;
  }
}
.body-wide .sec-wide-lead .hukidashi-lead01-wide .hukidashi-lead01-contents::before, .body-wide .sec-wide-lead .hukidashi-lead01-wide .hukidashi-lead01-contents::after {
  content: "";
  position: absolute;
  top: 50%;
}
.body-wide .sec-wide-lead .hukidashi-lead01-wide .hukidashi-lead01-contents::before {
  left: -25px;
  margin-top: -10px;
  border: 10px solid transparent;
  border-right: 18px solid #FFF;
  z-index: 2;
}
@media screen and (max-width: 820px) {
  .body-wide .sec-wide-lead .hukidashi-lead01-wide .hukidashi-lead01-contents::before {
    left: -20px;
    border-right: 15px solid #FFF;
  }
}
.body-wide .sec-wide-lead .hukidashi-lead01-wide .hukidashi-lead01-contents::after {
  left: -31px;
  margin-top: -10px;
  border: 10px solid transparent;
  border-right: 18px solid #B0D8F5;
  z-index: 1;
}
@media screen and (max-width: 820px) {
  .body-wide .sec-wide-lead .hukidashi-lead01-wide .hukidashi-lead01-contents::after {
    left: -26px;
    border-right: 15px solid #B0D8F5;
  }
}
.body-wide .sec-wide-lead .hukidashi-lead01-wide .hukidashi-lead01-contents .hukidashi-lead01-text {
  font-size: 2rem;
  line-height: 1.85;
}
@media screen and (max-width: 820px) {
  .body-wide .sec-wide-lead .hukidashi-lead01-wide .hukidashi-lead01-contents .hukidashi-lead01-text {
    font-size: 1.6rem;
  }
}
.body-wide .sec-wide-lead .hukidashi-lead01-wide .hukidashi-lead01-contents .hukidashi-lead01-attention {
  color: #D01F54;
  font-weight: 500;
}
.body-wide .sec-wide-contents {
  padding: 40px 0 100px;
}
@media screen and (max-width: 820px) {
  .body-wide .sec-wide-contents {
    padding: 20px 0 50px;
  }
}
.body-wide .sec-wide-contents .notab-wrap-wide {
  background-color: #fff;
  border: solid 2px #B0D8F5;
  border-radius: 20px;
  padding: 60px 0;
}
@media screen and (max-width: 820px) {
  .body-wide .sec-wide-contents .notab-wrap-wide {
    padding: 30px 0;
  }
}
.body-wide .sec-wide-contents .notab-wrap-wide .notab-inner {
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
  padding: 0 10px;
}
.body-wide .sec-wide-contents .hukidashi-left-woman-wide {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 680px;
  margin: 0 auto 20px;
}
.body-wide .sec-wide-contents .hukidashi-left-woman-wide img {
  width: 18.2%;
  max-width: 124px;
}
.body-wide .sec-wide-contents .hukidashi-left-woman-wide .hukidashi-left-woman-contents {
  position: relative;
  width: 73.5%;
  max-width: 500px;
  height: auto;
  padding: 28px;
  border-radius: 4px;
  background-color: #fff;
  border: solid 3px #B0D8F5;
}
@media screen and (max-width: 820px) {
  .body-wide .sec-wide-contents .hukidashi-left-woman-wide .hukidashi-left-woman-contents {
    padding: 12px;
  }
}
.body-wide .sec-wide-contents .hukidashi-left-woman-wide .hukidashi-left-woman-contents::before, .body-wide .sec-wide-contents .hukidashi-left-woman-wide .hukidashi-left-woman-contents::after {
  content: "";
  position: absolute;
  top: 50%;
}
.body-wide .sec-wide-contents .hukidashi-left-woman-wide .hukidashi-left-woman-contents::before {
  left: -25px;
  margin-top: -10px;
  border: 10px solid transparent;
  border-right: 18px solid #FFF;
  z-index: 2;
}
@media screen and (max-width: 820px) {
  .body-wide .sec-wide-contents .hukidashi-left-woman-wide .hukidashi-left-woman-contents::before {
    left: -20px;
    border-right: 15px solid #FFF;
  }
}
.body-wide .sec-wide-contents .hukidashi-left-woman-wide .hukidashi-left-woman-contents::after {
  left: -31px;
  margin-top: -10px;
  border: 10px solid transparent;
  border-right: 18px solid #B0D8F5;
  z-index: 1;
}
@media screen and (max-width: 820px) {
  .body-wide .sec-wide-contents .hukidashi-left-woman-wide .hukidashi-left-woman-contents::after {
    left: -26px;
    border-right: 15px solid #B0D8F5;
  }
}
.body-wide .sec-wide-contents .hukidashi-left-woman-wide .hukidashi-left-woman-contents .hukidashi-left-woman-text {
  font-size: 1.5rem;
  line-height: 1.73;
}
.body-wide .sec-wide-contents .hukidashi-right-man-wide {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 680px;
  margin: 0 auto 20px;
}
.body-wide .sec-wide-contents .hukidashi-right-man-wide img {
  width: 18.2%;
  max-width: 124px;
}
.body-wide .sec-wide-contents .hukidashi-right-man-wide .hukidashi-right-man-contents {
  position: relative;
  width: 73.5%;
  max-width: 500px;
  height: auto;
  padding: 28px;
  border-radius: 4px;
  background-color: #fff;
  border: solid 3px #B0D8F5;
}
@media screen and (max-width: 820px) {
  .body-wide .sec-wide-contents .hukidashi-right-man-wide .hukidashi-right-man-contents {
    padding: 12px;
  }
}
.body-wide .sec-wide-contents .hukidashi-right-man-wide .hukidashi-right-man-contents::before, .body-wide .sec-wide-contents .hukidashi-right-man-wide .hukidashi-right-man-contents::after {
  content: "";
  position: absolute;
  top: 50%;
}
.body-wide .sec-wide-contents .hukidashi-right-man-wide .hukidashi-right-man-contents::before {
  right: -25px;
  margin-top: -10px;
  border: 10px solid transparent;
  border-left: 18px solid #FFF;
  z-index: 2;
}
@media screen and (max-width: 820px) {
  .body-wide .sec-wide-contents .hukidashi-right-man-wide .hukidashi-right-man-contents::before {
    right: -20px;
    border-left: 15px solid #FFF;
  }
}
.body-wide .sec-wide-contents .hukidashi-right-man-wide .hukidashi-right-man-contents::after {
  right: -31px;
  margin-top: -10px;
  border: 10px solid transparent;
  border-left: 18px solid #B0D8F5;
  z-index: 1;
}
@media screen and (max-width: 820px) {
  .body-wide .sec-wide-contents .hukidashi-right-man-wide .hukidashi-right-man-contents::after {
    right: -26px;
    border-left: 15px solid #B0D8F5;
  }
}
.body-wide .sec-wide-contents .hukidashi-right-man-wide .hukidashi-right-man-contents .hukidashi-right-man-text {
  font-size: 1.5rem;
  line-height: 1.73;
}

/* がん団信ページ */
.body-cancer {
  background-color: #F7FBF9;
}
.body-cancer .header-cancer {
  padding: 60px 0 0;
}
@media screen and (max-width: 820px) {
  .body-cancer .header-cancer {
    padding: 30px 0 0;
  }
}
.body-cancer .header-cancer .header-title01-cancer {
  text-align: center;
  width: 560px;
  height: 136px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 600px) {
  .body-cancer .header-cancer .header-title01-cancer {
    width: 100%;
    height: 120px;
  }
}
.body-cancer .header-cancer .header-title01-cancer span {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 16px;
  background-color: #7CCAAD;
}
@media screen and (max-width: 600px) {
  .body-cancer .header-cancer .header-title01-cancer span {
    width: 12px;
    height: 12px;
  }
}
.body-cancer .header-cancer .header-title01-cancer span:first-of-type {
  top: 12px;
  left: 12px;
}
.body-cancer .header-cancer .header-title01-cancer span:nth-of-type(2) {
  top: 12px;
  right: 12px;
}
.body-cancer .header-cancer .header-title01-cancer span:nth-of-type(3) {
  bottom: 12px;
  right: 12px;
}
.body-cancer .header-cancer .header-title01-cancer span:nth-of-type(4) {
  bottom: 12px;
  left: 12px;
}
.body-cancer .header-cancer .header-title01-cancer h1 {
  font-size: 4.8rem;
  font-weight: 500;
  display: inline-block;
  background-color: #fff;
  width: 560px;
  height: 136px;
  line-height: 136px;
}
@media screen and (max-width: 600px) {
  .body-cancer .header-cancer .header-title01-cancer h1 {
    font-size: 4rem;
    width: 100%;
    height: 120px;
    line-height: 120px;
  }
}
.body-cancer .sec-cancer-lead .hukidashi-lead01-cancer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 680px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 820px) {
  .body-cancer .sec-cancer-lead .hukidashi-lead01-cancer {
    margin: 0 auto 20px;
  }
}
.body-cancer .sec-cancer-lead .hukidashi-lead01-cancer img {
  width: 18.2%;
  max-width: 124px;
}
@media screen and (max-width: 820px) {
  .body-cancer .sec-cancer-lead .hukidashi-lead01-cancer img {
    width: 16%;
  }
}
.body-cancer .sec-cancer-lead .hukidashi-lead01-cancer .hukidashi-lead01-contents {
  position: relative;
  width: 73.5%;
  max-width: 500px;
  height: auto;
  padding: 38px 38px 38px 32px;
  border-radius: 4px;
  background-color: #fff;
  border: solid 3px #7CCAAD;
}
@media screen and (max-width: 820px) {
  .body-cancer .sec-cancer-lead .hukidashi-lead01-cancer .hukidashi-lead01-contents {
    width: 80%;
    padding: 12px;
  }
}
.body-cancer .sec-cancer-lead .hukidashi-lead01-cancer .hukidashi-lead01-contents::before, .body-cancer .sec-cancer-lead .hukidashi-lead01-cancer .hukidashi-lead01-contents::after {
  content: "";
  position: absolute;
  top: 50%;
}
.body-cancer .sec-cancer-lead .hukidashi-lead01-cancer .hukidashi-lead01-contents::before {
  left: -25px;
  margin-top: -10px;
  border: 10px solid transparent;
  border-right: 18px solid #FFF;
  z-index: 2;
}
@media screen and (max-width: 820px) {
  .body-cancer .sec-cancer-lead .hukidashi-lead01-cancer .hukidashi-lead01-contents::before {
    left: -20px;
    border-right: 15px solid #FFF;
  }
}
.body-cancer .sec-cancer-lead .hukidashi-lead01-cancer .hukidashi-lead01-contents::after {
  left: -31px;
  margin-top: -10px;
  border: 10px solid transparent;
  border-right: 18px solid #7CCAAD;
  z-index: 1;
}
@media screen and (max-width: 820px) {
  .body-cancer .sec-cancer-lead .hukidashi-lead01-cancer .hukidashi-lead01-contents::after {
    left: -26px;
    border-right: 15px solid #7CCAAD;
  }
}
.body-cancer .sec-cancer-lead .hukidashi-lead01-cancer .hukidashi-lead01-contents .hukidashi-lead01-text {
  font-size: 2rem;
  line-height: 1.85;
}
@media screen and (max-width: 820px) {
  .body-cancer .sec-cancer-lead .hukidashi-lead01-cancer .hukidashi-lead01-contents .hukidashi-lead01-text {
    font-size: 1.6rem;
  }
}
.body-cancer .sec-cancer-lead .hukidashi-lead01-cancer .hukidashi-lead01-contents .hukidashi-lead01-attention {
  color: #D01F54;
  font-weight: 500;
}
.body-cancer .sec-cancer-contents {
  padding: 40px 0 100px;
}
@media screen and (max-width: 820px) {
  .body-cancer .sec-cancer-contents {
    padding: 0 0 50px;
  }
}
.body-cancer .sec-cancer-contents .tab-wrap-cancer {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  /* アクティブなタブ */
  /* ラジオボタン非表示 */
}
.body-cancer .sec-cancer-contents .tab-wrap-cancer .tab-label {
  width: 23%;
  max-width: 230px;
  height: 80px;
  line-height: 80px;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  background-color: #7CCAAD;
  border-radius: 20px 20px 0px 0px;
  margin: 0 6px;
  order: -1;
  cursor: pointer;
}
@media screen and (max-width: 840px) {
  .body-cancer .sec-cancer-contents .tab-wrap-cancer .tab-label {
    font-size: 1.6rem;
    margin: 0 3px;
  }
}
@media screen and (max-width: 580px) {
  .body-cancer .sec-cancer-contents .tab-wrap-cancer .tab-label {
    line-height: 1.35;
    padding-top: 20px;
  }
}
@media screen and (max-width: 370px) {
  .body-cancer .sec-cancer-contents .tab-wrap-cancer .tab-label {
    font-size: 1.5rem;
    margin: 0 1px;
  }
}
.body-cancer .sec-cancer-contents .tab-wrap-cancer .tab-label.no-option {
  background-color: #DDDDDD;
  color: #fff;
  border: solid 2px #fff;
  border-bottom: none;
  cursor: initial;
}
.body-cancer .sec-cancer-contents .tab-wrap-cancer .tab-content {
  width: 100%;
  display: none;
  border-radius: 20px;
  background: #fff;
  border: solid 2px #7CCAAD;
  margin-top: -2px;
  padding: 60px 0px;
}
@media screen and (max-width: 840px) {
  .body-cancer .sec-cancer-contents .tab-wrap-cancer .tab-content {
    padding: 30px 0;
    border-radius: 10px;
  }
}
.body-cancer .sec-cancer-contents .tab-wrap-cancer .tab-switch:checked + .tab-label {
  color: #444;
  background-color: #fff;
  border: solid 2px #7CCAAD;
  border-bottom: solid 2px #fff;
  transition: 0.3s;
  position: relative;
}
.body-cancer .sec-cancer-contents .tab-wrap-cancer .tab-switch:checked + .tab-label::after {
  position: absolute;
  width: 100%;
  background: #fff;
  bottom: -4px;
  content: "";
  display: block;
  height: 3px;
  left: 0;
}
@media screen and (max-width: 840px) {
  .body-cancer .sec-cancer-contents .tab-wrap-cancer .tab-switch:checked + .tab-label {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 370px) {
  .body-cancer .sec-cancer-contents .tab-wrap-cancer .tab-switch:checked + .tab-label {
    font-size: 1.5rem;
  }
}
.body-cancer .sec-cancer-contents .tab-wrap-cancer .tab-switch:checked + .tab-label + .tab-content {
  display: block;
  -webkit-animation: show 0.3s linear 0s;
          animation: show 0.3s linear 0s;
}
.body-cancer .sec-cancer-contents .tab-wrap-cancer .tab-switch {
  display: none;
}
.body-cancer .sec-cancer-contents .tab-wrap-cancer .tab-inner {
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
  padding: 0 10px;
}
.body-cancer .sec-cancer-contents .tab-wrap-cancer .title01-cancer {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 820px) {
  .body-cancer .sec-cancer-contents .tab-wrap-cancer .title01-cancer {
    margin-bottom: 20px;
  }
}
.body-cancer .sec-cancer-contents .tab-wrap-cancer .title01-cancer h2 {
  display: inline-block;
  position: relative;
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.35;
  border-bottom: 7px solid #7CCAAD;
  padding-bottom: 10px;
}
@media screen and (max-width: 820px) {
  .body-cancer .sec-cancer-contents .tab-wrap-cancer .title01-cancer h2 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 370px) {
  .body-cancer .sec-cancer-contents .tab-wrap-cancer .title01-cancer h2 {
    font-size: 1.8rem;
  }
}
.body-cancer .sec-cancer-contents .tab-wrap-cancer .title01-cancer h2::before {
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  content: "";
  border-width: 14px 8px 0 8px;
  border-style: solid;
  border-color: #7CCAAD transparent transparent transparent;
}
.body-cancer .sec-cancer-contents .hukidashi-left-woman-cancer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 680px;
  margin: 0 auto 20px;
}
.body-cancer .sec-cancer-contents .hukidashi-left-woman-cancer img {
  width: 18.2%;
  max-width: 124px;
}
.body-cancer .sec-cancer-contents .hukidashi-left-woman-cancer .hukidashi-left-woman-contents {
  position: relative;
  width: 73.5%;
  max-width: 500px;
  height: auto;
  padding: 28px;
  border-radius: 4px;
  background-color: #fff;
  border: solid 3px #7CCAAD;
}
@media screen and (max-width: 820px) {
  .body-cancer .sec-cancer-contents .hukidashi-left-woman-cancer .hukidashi-left-woman-contents {
    padding: 12px;
  }
}
.body-cancer .sec-cancer-contents .hukidashi-left-woman-cancer .hukidashi-left-woman-contents::before, .body-cancer .sec-cancer-contents .hukidashi-left-woman-cancer .hukidashi-left-woman-contents::after {
  content: "";
  position: absolute;
  top: 50%;
}
.body-cancer .sec-cancer-contents .hukidashi-left-woman-cancer .hukidashi-left-woman-contents::before {
  left: -25px;
  margin-top: -10px;
  border: 10px solid transparent;
  border-right: 18px solid #FFF;
  z-index: 2;
}
@media screen and (max-width: 820px) {
  .body-cancer .sec-cancer-contents .hukidashi-left-woman-cancer .hukidashi-left-woman-contents::before {
    left: -20px;
    border-right: 15px solid #FFF;
  }
}
.body-cancer .sec-cancer-contents .hukidashi-left-woman-cancer .hukidashi-left-woman-contents::after {
  left: -31px;
  margin-top: -10px;
  border: 10px solid transparent;
  border-right: 18px solid #7CCAAD;
  z-index: 1;
}
@media screen and (max-width: 820px) {
  .body-cancer .sec-cancer-contents .hukidashi-left-woman-cancer .hukidashi-left-woman-contents::after {
    left: -26px;
    border-right: 15px solid #7CCAAD;
  }
}
.body-cancer .sec-cancer-contents .hukidashi-left-woman-cancer .hukidashi-left-woman-contents .hukidashi-left-woman-text {
  font-size: 1.5rem;
  line-height: 1.73;
}
.body-cancer .sec-cancer-contents .hukidashi-right-man-cancer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 680px;
  margin: 0 auto 20px;
}
.body-cancer .sec-cancer-contents .hukidashi-right-man-cancer img {
  width: 18.2%;
  max-width: 124px;
}
.body-cancer .sec-cancer-contents .hukidashi-right-man-cancer .hukidashi-right-man-contents {
  position: relative;
  width: 73.5%;
  max-width: 500px;
  height: auto;
  padding: 28px;
  border-radius: 4px;
  background-color: #fff;
  border: solid 3px #7CCAAD;
}
@media screen and (max-width: 820px) {
  .body-cancer .sec-cancer-contents .hukidashi-right-man-cancer .hukidashi-right-man-contents {
    padding: 12px;
  }
}
.body-cancer .sec-cancer-contents .hukidashi-right-man-cancer .hukidashi-right-man-contents::before, .body-cancer .sec-cancer-contents .hukidashi-right-man-cancer .hukidashi-right-man-contents::after {
  content: "";
  position: absolute;
  top: 50%;
}
.body-cancer .sec-cancer-contents .hukidashi-right-man-cancer .hukidashi-right-man-contents::before {
  right: -25px;
  margin-top: -10px;
  border: 10px solid transparent;
  border-left: 18px solid #FFF;
  z-index: 2;
}
@media screen and (max-width: 820px) {
  .body-cancer .sec-cancer-contents .hukidashi-right-man-cancer .hukidashi-right-man-contents::before {
    right: -20px;
    border-left: 15px solid #FFF;
  }
}
.body-cancer .sec-cancer-contents .hukidashi-right-man-cancer .hukidashi-right-man-contents::after {
  right: -31px;
  margin-top: -10px;
  border: 10px solid transparent;
  border-left: 18px solid #7CCAAD;
  z-index: 1;
}
@media screen and (max-width: 820px) {
  .body-cancer .sec-cancer-contents .hukidashi-right-man-cancer .hukidashi-right-man-contents::after {
    right: -26px;
    border-left: 15px solid #7CCAAD;
  }
}
.body-cancer .sec-cancer-contents .hukidashi-right-man-cancer .hukidashi-right-man-contents .hukidashi-right-man-text {
  font-size: 1.5rem;
  line-height: 1.73;
}

/* 基本の保障（一般団信）ページ */
.body-kihon {
  background-color: #EFF7FD;
}
.body-kihon .header-kihon {
  padding: 60px 0 0;
}
@media screen and (max-width: 820px) {
  .body-kihon .header-kihon {
    padding: 30px 0 0;
  }
}
.body-kihon .header-kihon .header-title02-kihon {
  text-align: center;
  width: 600px;
  height: 136px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 660px) {
  .body-kihon .header-kihon .header-title02-kihon {
    width: 100%;
    height: 120px;
  }
}
.body-kihon .header-kihon .header-title02-kihon span {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 16px;
  background-color: #B0D8F5;
}
.body-kihon .header-kihon .header-title02-kihon span:first-of-type {
  top: 12px;
  left: 12px;
}
.body-kihon .header-kihon .header-title02-kihon span:nth-of-type(2) {
  top: 12px;
  right: 12px;
}
.body-kihon .header-kihon .header-title02-kihon span:nth-of-type(3) {
  bottom: 12px;
  right: 12px;
}
.body-kihon .header-kihon .header-title02-kihon span:nth-of-type(4) {
  bottom: 12px;
  left: 12px;
}
.body-kihon .header-kihon .header-title02-kihon h1 {
  font-size: 4.8rem;
  font-weight: 500;
  display: inline-block;
  background-color: #fff;
  width: 600px;
  height: 136px;
  line-height: 136px;
}
@media screen and (max-width: 660px) {
  .body-kihon .header-kihon .header-title02-kihon h1 {
    font-size: 4rem;
    width: 100%;
    height: 120px;
    line-height: 120px;
  }
}
@media screen and (max-width: 520px) {
  .body-kihon .header-kihon .header-title02-kihon h1 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 370px) {
  .body-kihon .header-kihon .header-title02-kihon h1 {
    font-size: 2.4rem;
  }
}
.body-kihon .sec-kihon-contents {
  padding: 100px 0;
}
@media screen and (max-width: 820px) {
  .body-kihon .sec-kihon-contents {
    padding: 40px 0 50px;
  }
}
.body-kihon .sec-kihon-contents .notab-wrap-wide {
  background-color: #fff;
  border: solid 2px #B0D8F5;
  border-radius: 20px;
  padding: 60px 0;
}
@media screen and (max-width: 820px) {
  .body-kihon .sec-kihon-contents .notab-wrap-wide {
    padding: 30px 0;
  }
}
.body-kihon .sec-kihon-contents .notab-wrap-wide .notab-inner {
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
  padding: 0 10px;
}
.body-kihon .sec-kihon-contents .hukidashi-left-woman-wide {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 680px;
  margin: 0 auto 20px;
}
.body-kihon .sec-kihon-contents .hukidashi-left-woman-wide img {
  width: 18.2%;
  max-width: 124px;
}
.body-kihon .sec-kihon-contents .hukidashi-left-woman-wide .hukidashi-left-woman-contents {
  position: relative;
  width: 73.5%;
  max-width: 500px;
  height: auto;
  padding: 28px;
  border-radius: 4px;
  background-color: #fff;
  border: solid 3px #B0D8F5;
}
@media screen and (max-width: 820px) {
  .body-kihon .sec-kihon-contents .hukidashi-left-woman-wide .hukidashi-left-woman-contents {
    padding: 12px;
  }
}
.body-kihon .sec-kihon-contents .hukidashi-left-woman-wide .hukidashi-left-woman-contents::before, .body-kihon .sec-kihon-contents .hukidashi-left-woman-wide .hukidashi-left-woman-contents::after {
  content: "";
  position: absolute;
  top: 50%;
}
.body-kihon .sec-kihon-contents .hukidashi-left-woman-wide .hukidashi-left-woman-contents::before {
  left: -25px;
  margin-top: -10px;
  border: 10px solid transparent;
  border-right: 18px solid #FFF;
  z-index: 2;
}
@media screen and (max-width: 820px) {
  .body-kihon .sec-kihon-contents .hukidashi-left-woman-wide .hukidashi-left-woman-contents::before {
    left: -20px;
    border-right: 15px solid #FFF;
  }
}
.body-kihon .sec-kihon-contents .hukidashi-left-woman-wide .hukidashi-left-woman-contents::after {
  left: -31px;
  margin-top: -10px;
  border: 10px solid transparent;
  border-right: 18px solid #B0D8F5;
  z-index: 1;
}
@media screen and (max-width: 820px) {
  .body-kihon .sec-kihon-contents .hukidashi-left-woman-wide .hukidashi-left-woman-contents::after {
    left: -26px;
    border-right: 15px solid #B0D8F5;
  }
}
.body-kihon .sec-kihon-contents .hukidashi-left-woman-wide .hukidashi-left-woman-contents .hukidashi-left-woman-text {
  font-size: 1.5rem;
  line-height: 1.73;
}
.body-kihon .sec-kihon-contents .hukidashi-right-man-wide {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 680px;
  margin: 0 auto 20px;
}
.body-kihon .sec-kihon-contents .hukidashi-right-man-wide img {
  width: 18.2%;
  max-width: 124px;
}
.body-kihon .sec-kihon-contents .hukidashi-right-man-wide .hukidashi-right-man-contents {
  position: relative;
  width: 73.5%;
  max-width: 500px;
  height: auto;
  padding: 28px;
  border-radius: 4px;
  background-color: #fff;
  border: solid 3px #B0D8F5;
}
@media screen and (max-width: 820px) {
  .body-kihon .sec-kihon-contents .hukidashi-right-man-wide .hukidashi-right-man-contents {
    padding: 12px;
  }
}
.body-kihon .sec-kihon-contents .hukidashi-right-man-wide .hukidashi-right-man-contents::before, .body-kihon .sec-kihon-contents .hukidashi-right-man-wide .hukidashi-right-man-contents::after {
  content: "";
  position: absolute;
  top: 50%;
}
.body-kihon .sec-kihon-contents .hukidashi-right-man-wide .hukidashi-right-man-contents::before {
  right: -25px;
  margin-top: -10px;
  border: 10px solid transparent;
  border-left: 18px solid #FFF;
  z-index: 2;
}
@media screen and (max-width: 820px) {
  .body-kihon .sec-kihon-contents .hukidashi-right-man-wide .hukidashi-right-man-contents::before {
    right: -20px;
    border-left: 15px solid #FFF;
  }
}
.body-kihon .sec-kihon-contents .hukidashi-right-man-wide .hukidashi-right-man-contents::after {
  right: -31px;
  margin-top: -10px;
  border: 10px solid transparent;
  border-left: 18px solid #B0D8F5;
  z-index: 1;
}
@media screen and (max-width: 820px) {
  .body-kihon .sec-kihon-contents .hukidashi-right-man-wide .hukidashi-right-man-contents::after {
    right: -26px;
    border-left: 15px solid #B0D8F5;
  }
}
.body-kihon .sec-kihon-contents .hukidashi-right-man-wide .hukidashi-right-man-contents .hukidashi-right-man-text {
  font-size: 1.5rem;
  line-height: 1.73;
}

/* 生活習慣病団信ページ */
.body-seikatsu {
  background-color: #FDFEF6;
}
.body-seikatsu .header-seikatsu {
  padding: 60px 0 0;
}
@media screen and (max-width: 820px) {
  .body-seikatsu .header-seikatsu {
    padding: 30px 0 0;
  }
}
.body-seikatsu .header-seikatsu .header-title01-seikatsu {
  text-align: center;
  width: 800px;
  height: 136px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 820px) {
  .body-seikatsu .header-seikatsu .header-title01-seikatsu {
    width: 100%;
  }
}
.body-seikatsu .header-seikatsu .header-title01-seikatsu span {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 16px;
  background-color: #EBE421;
}
.body-seikatsu .header-seikatsu .header-title01-seikatsu span:first-of-type {
  top: 12px;
  left: 12px;
}
.body-seikatsu .header-seikatsu .header-title01-seikatsu span:nth-of-type(2) {
  top: 12px;
  right: 12px;
}
.body-seikatsu .header-seikatsu .header-title01-seikatsu span:nth-of-type(3) {
  bottom: 12px;
  right: 12px;
}
.body-seikatsu .header-seikatsu .header-title01-seikatsu span:nth-of-type(4) {
  bottom: 12px;
  left: 12px;
}
.body-seikatsu .header-seikatsu .header-title01-seikatsu h1 {
  font-size: 4.8rem;
  font-weight: 500;
  display: inline-block;
  background-color: #fff;
  width: 800px;
  height: 136px;
  line-height: 1.25;
  padding: 9px 0;
}
@media screen and (max-width: 820px) {
  .body-seikatsu .header-seikatsu .header-title01-seikatsu h1 {
    width: 100%;
    font-size: 4rem;
    padding: 16px 0;
  }
}
@media screen and (max-width: 740px) {
  .body-seikatsu .header-seikatsu .header-title01-seikatsu h1 {
    font-size: 3rem;
  }
}
.body-seikatsu .sec-seikatsu-lead .hukidashi-lead01-seikatsu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 680px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 820px) {
  .body-seikatsu .sec-seikatsu-lead .hukidashi-lead01-seikatsu {
    margin: 0 auto 20px;
  }
}
.body-seikatsu .sec-seikatsu-lead .hukidashi-lead01-seikatsu img {
  width: 18.2%;
  max-width: 124px;
}
@media screen and (max-width: 820px) {
  .body-seikatsu .sec-seikatsu-lead .hukidashi-lead01-seikatsu img {
    width: 16%;
  }
}
.body-seikatsu .sec-seikatsu-lead .hukidashi-lead01-seikatsu .hukidashi-lead01-contents {
  position: relative;
  width: 73.5%;
  max-width: 500px;
  height: auto;
  padding: 38px 38px 38px 32px;
  border-radius: 4px;
  background-color: #fff;
  border: solid 3px #FCE2CC;
}
@media screen and (max-width: 820px) {
  .body-seikatsu .sec-seikatsu-lead .hukidashi-lead01-seikatsu .hukidashi-lead01-contents {
    width: 80%;
    padding: 12px;
  }
}
.body-seikatsu .sec-seikatsu-lead .hukidashi-lead01-seikatsu .hukidashi-lead01-contents::before, .body-seikatsu .sec-seikatsu-lead .hukidashi-lead01-seikatsu .hukidashi-lead01-contents::after {
  content: "";
  position: absolute;
  top: 50%;
}
.body-seikatsu .sec-seikatsu-lead .hukidashi-lead01-seikatsu .hukidashi-lead01-contents::before {
  left: -25px;
  margin-top: -10px;
  border: 10px solid transparent;
  border-right: 18px solid #FFF;
  z-index: 2;
}
@media screen and (max-width: 820px) {
  .body-seikatsu .sec-seikatsu-lead .hukidashi-lead01-seikatsu .hukidashi-lead01-contents::before {
    left: -20px;
    border-right: 15px solid #FFF;
  }
}
.body-seikatsu .sec-seikatsu-lead .hukidashi-lead01-seikatsu .hukidashi-lead01-contents::after {
  left: -31px;
  margin-top: -10px;
  border: 10px solid transparent;
  border-right: 18px solid #FCE2CC;
  z-index: 1;
}
@media screen and (max-width: 820px) {
  .body-seikatsu .sec-seikatsu-lead .hukidashi-lead01-seikatsu .hukidashi-lead01-contents::after {
    left: -26px;
    border-right: 15px solid #FCE2CC;
  }
}
.body-seikatsu .sec-seikatsu-lead .hukidashi-lead01-seikatsu .hukidashi-lead01-contents .hukidashi-lead01-text {
  font-size: 2rem;
  line-height: 1.85;
}
@media screen and (max-width: 820px) {
  .body-seikatsu .sec-seikatsu-lead .hukidashi-lead01-seikatsu .hukidashi-lead01-contents .hukidashi-lead01-text {
    font-size: 1.6rem;
  }
}
.body-seikatsu .sec-seikatsu-lead .hukidashi-lead01-seikatsu .hukidashi-lead01-contents .hukidashi-lead01-attention {
  color: #D01F54;
  font-weight: 500;
}
.body-seikatsu .sec-seikatsu-contents {
  padding: 40px 0 100px;
}
@media screen and (max-width: 820px) {
  .body-seikatsu .sec-seikatsu-contents {
    padding: 20px 0 50px;
  }
}
.body-seikatsu .sec-seikatsu-contents .tab-wrap-seikatsu {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  /* アクティブなタブ */
  /* ラジオボタン非表示 */
}
.body-seikatsu .sec-seikatsu-contents .tab-wrap-seikatsu .tab-label {
  width: 23%;
  max-width: 230px;
  height: 80px;
  line-height: 80px;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  background-color: #EBE421;
  border-radius: 20px 20px 0px 0px;
  margin: 0 6px;
  order: -1;
  cursor: pointer;
}
@media screen and (max-width: 840px) {
  .body-seikatsu .sec-seikatsu-contents .tab-wrap-seikatsu .tab-label {
    font-size: 1.6rem;
    margin: 0 3px;
  }
}
@media screen and (max-width: 580px) {
  .body-seikatsu .sec-seikatsu-contents .tab-wrap-seikatsu .tab-label {
    line-height: 1.35;
    padding-top: 20px;
  }
}
@media screen and (max-width: 370px) {
  .body-seikatsu .sec-seikatsu-contents .tab-wrap-seikatsu .tab-label {
    font-size: 1.5rem;
    margin: 0 1px;
  }
}
.body-seikatsu .sec-seikatsu-contents .tab-wrap-seikatsu .tab-label.no-option {
  background-color: #DDDDDD;
  color: #fff;
  border: solid 2px #fff;
  border-bottom: none;
  cursor: initial;
}
.body-seikatsu .sec-seikatsu-contents .tab-wrap-seikatsu .tab-content {
  width: 100%;
  display: none;
  border-radius: 20px;
  background: #fff;
  border: solid 2px #EBE421;
  margin-top: -2px;
  padding: 60px 0px;
}
@media screen and (max-width: 840px) {
  .body-seikatsu .sec-seikatsu-contents .tab-wrap-seikatsu .tab-content {
    padding: 30px 0;
    border-radius: 10px;
  }
}
.body-seikatsu .sec-seikatsu-contents .tab-wrap-seikatsu .tab-switch:checked + .tab-label {
  color: #444;
  background-color: #fff;
  border: solid 2px #EBE421;
  border-bottom: solid 2px #fff;
  transition: 0.3s;
  position: relative;
}
.body-seikatsu .sec-seikatsu-contents .tab-wrap-seikatsu .tab-switch:checked + .tab-label::after {
  position: absolute;
  width: 100%;
  background: #fff;
  bottom: -4px;
  content: "";
  display: block;
  height: 3px;
  left: 0;
}
@media screen and (max-width: 840px) {
  .body-seikatsu .sec-seikatsu-contents .tab-wrap-seikatsu .tab-switch:checked + .tab-label {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 370px) {
  .body-seikatsu .sec-seikatsu-contents .tab-wrap-seikatsu .tab-switch:checked + .tab-label {
    font-size: 1.5rem;
  }
}
.body-seikatsu .sec-seikatsu-contents .tab-wrap-seikatsu .tab-switch:checked + .tab-label + .tab-content {
  display: block;
  -webkit-animation: show 0.3s linear 0s;
          animation: show 0.3s linear 0s;
}
.body-seikatsu .sec-seikatsu-contents .tab-wrap-seikatsu .tab-switch {
  display: none;
}
.body-seikatsu .sec-seikatsu-contents .tab-wrap-seikatsu .tab-inner {
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
  padding: 0 10px;
}
.body-seikatsu .sec-seikatsu-contents .tab-wrap-seikatsu .title01-seikatsu {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 820px) {
  .body-seikatsu .sec-seikatsu-contents .tab-wrap-seikatsu .title01-seikatsu {
    margin-bottom: 20px;
  }
}
.body-seikatsu .sec-seikatsu-contents .tab-wrap-seikatsu .title01-seikatsu h2 {
  display: inline-block;
  position: relative;
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.35;
  border-bottom: 7px solid #EBE421;
  padding-bottom: 10px;
}
@media screen and (max-width: 820px) {
  .body-seikatsu .sec-seikatsu-contents .tab-wrap-seikatsu .title01-seikatsu h2 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 370px) {
  .body-seikatsu .sec-seikatsu-contents .tab-wrap-seikatsu .title01-seikatsu h2 {
    font-size: 1.8rem;
  }
}
.body-seikatsu .sec-seikatsu-contents .tab-wrap-seikatsu .title01-seikatsu h2::before {
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  content: "";
  border-width: 14px 8px 0 8px;
  border-style: solid;
  border-color: #EBE421 transparent transparent transparent;
}
.body-seikatsu .sec-seikatsu-contents .hukidashi-left-woman-seikatsu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 680px;
  margin: 0 auto 20px;
}
.body-seikatsu .sec-seikatsu-contents .hukidashi-left-woman-seikatsu img {
  width: 18.2%;
  max-width: 124px;
}
.body-seikatsu .sec-seikatsu-contents .hukidashi-left-woman-seikatsu .hukidashi-left-woman-contents {
  position: relative;
  width: 73.5%;
  max-width: 500px;
  height: auto;
  padding: 28px;
  border-radius: 4px;
  background-color: #fff;
  border: solid 3px #FCE2CC;
}
@media screen and (max-width: 820px) {
  .body-seikatsu .sec-seikatsu-contents .hukidashi-left-woman-seikatsu .hukidashi-left-woman-contents {
    padding: 12px;
  }
}
.body-seikatsu .sec-seikatsu-contents .hukidashi-left-woman-seikatsu .hukidashi-left-woman-contents::before, .body-seikatsu .sec-seikatsu-contents .hukidashi-left-woman-seikatsu .hukidashi-left-woman-contents::after {
  content: "";
  position: absolute;
  top: 50%;
}
.body-seikatsu .sec-seikatsu-contents .hukidashi-left-woman-seikatsu .hukidashi-left-woman-contents::before {
  left: -25px;
  margin-top: -10px;
  border: 10px solid transparent;
  border-right: 18px solid #FFF;
  z-index: 2;
}
@media screen and (max-width: 820px) {
  .body-seikatsu .sec-seikatsu-contents .hukidashi-left-woman-seikatsu .hukidashi-left-woman-contents::before {
    left: -20px;
    border-right: 15px solid #FFF;
  }
}
.body-seikatsu .sec-seikatsu-contents .hukidashi-left-woman-seikatsu .hukidashi-left-woman-contents::after {
  left: -31px;
  margin-top: -10px;
  border: 10px solid transparent;
  border-right: 18px solid #FCE2CC;
  z-index: 1;
}
@media screen and (max-width: 820px) {
  .body-seikatsu .sec-seikatsu-contents .hukidashi-left-woman-seikatsu .hukidashi-left-woman-contents::after {
    left: -26px;
    border-right: 15px solid #FCE2CC;
  }
}
.body-seikatsu .sec-seikatsu-contents .hukidashi-left-woman-seikatsu .hukidashi-left-woman-contents .hukidashi-left-woman-text {
  font-size: 1.5rem;
  line-height: 1.73;
}
.body-seikatsu .sec-seikatsu-contents .hukidashi-right-man-seikatsu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 680px;
  margin: 0 auto 20px;
}
.body-seikatsu .sec-seikatsu-contents .hukidashi-right-man-seikatsu img {
  width: 18.2%;
  max-width: 124px;
}
.body-seikatsu .sec-seikatsu-contents .hukidashi-right-man-seikatsu .hukidashi-right-man-contents {
  position: relative;
  width: 73.5%;
  max-width: 500px;
  height: auto;
  padding: 28px;
  border-radius: 4px;
  background-color: #fff;
  border: solid 3px #FCE2CC;
}
@media screen and (max-width: 820px) {
  .body-seikatsu .sec-seikatsu-contents .hukidashi-right-man-seikatsu .hukidashi-right-man-contents {
    padding: 12px;
  }
}
.body-seikatsu .sec-seikatsu-contents .hukidashi-right-man-seikatsu .hukidashi-right-man-contents::before, .body-seikatsu .sec-seikatsu-contents .hukidashi-right-man-seikatsu .hukidashi-right-man-contents::after {
  content: "";
  position: absolute;
  top: 50%;
}
.body-seikatsu .sec-seikatsu-contents .hukidashi-right-man-seikatsu .hukidashi-right-man-contents::before {
  right: -25px;
  margin-top: -10px;
  border: 10px solid transparent;
  border-left: 18px solid #FFF;
  z-index: 2;
}
@media screen and (max-width: 820px) {
  .body-seikatsu .sec-seikatsu-contents .hukidashi-right-man-seikatsu .hukidashi-right-man-contents::before {
    right: -20px;
    border-left: 15px solid #FFF;
  }
}
.body-seikatsu .sec-seikatsu-contents .hukidashi-right-man-seikatsu .hukidashi-right-man-contents::after {
  right: -31px;
  margin-top: -10px;
  border: 10px solid transparent;
  border-left: 18px solid #FCE2CC;
  z-index: 1;
}
@media screen and (max-width: 820px) {
  .body-seikatsu .sec-seikatsu-contents .hukidashi-right-man-seikatsu .hukidashi-right-man-contents::after {
    right: -26px;
    border-left: 15px solid #FCE2CC;
  }
}
.body-seikatsu .sec-seikatsu-contents .hukidashi-right-man-seikatsu .hukidashi-right-man-contents .hukidashi-right-man-text {
  font-size: 1.5rem;
  line-height: 1.73;
}

/* 全傷病団信ページ */
.body-zensyobyo {
  background-color: #FEF8F9;
}
.body-zensyobyo .header-zensyobyo {
  padding: 60px 0 0;
}
@media screen and (max-width: 820px) {
  .body-zensyobyo .header-zensyobyo {
    padding: 30px 0 0;
  }
}
.body-zensyobyo .header-zensyobyo .header-title01-zensyobyo {
  text-align: center;
  width: 800px;
  height: 136px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 820px) {
  .body-zensyobyo .header-zensyobyo .header-title01-zensyobyo {
    width: 100%;
  }
}
.body-zensyobyo .header-zensyobyo .header-title01-zensyobyo span {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 16px;
  background-color: #FA91A6;
}
.body-zensyobyo .header-zensyobyo .header-title01-zensyobyo span:first-of-type {
  top: 12px;
  left: 12px;
}
.body-zensyobyo .header-zensyobyo .header-title01-zensyobyo span:nth-of-type(2) {
  top: 12px;
  right: 12px;
}
.body-zensyobyo .header-zensyobyo .header-title01-zensyobyo span:nth-of-type(3) {
  bottom: 12px;
  right: 12px;
}
.body-zensyobyo .header-zensyobyo .header-title01-zensyobyo span:nth-of-type(4) {
  bottom: 12px;
  left: 12px;
}
.body-zensyobyo .header-zensyobyo .header-title01-zensyobyo h1 {
  font-size: 4.8rem;
  font-weight: 500;
  display: inline-block;
  background-color: #fff;
  width: 800px;
  height: 136px;
  line-height: 136px;
}
@media screen and (max-width: 820px) {
  .body-zensyobyo .header-zensyobyo .header-title01-zensyobyo h1 {
    font-size: 4rem;
    width: 100%;
  }
}
@media screen and (max-width: 820px) {
  .body-zensyobyo .header-zensyobyo .header-title01-zensyobyo h1 {
    line-height: 1.25;
    padding-top: 18px;
  }
}
.body-zensyobyo .sec-zensyobyo-lead .hukidashi-lead01-zensyobyo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 680px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 820px) {
  .body-zensyobyo .sec-zensyobyo-lead .hukidashi-lead01-zensyobyo {
    margin: 0 auto 20px;
  }
}
.body-zensyobyo .sec-zensyobyo-lead .hukidashi-lead01-zensyobyo img {
  width: 18.2%;
  max-width: 124px;
}
@media screen and (max-width: 820px) {
  .body-zensyobyo .sec-zensyobyo-lead .hukidashi-lead01-zensyobyo img {
    width: 16%;
  }
}
.body-zensyobyo .sec-zensyobyo-lead .hukidashi-lead01-zensyobyo .hukidashi-lead01-contents {
  position: relative;
  width: 73.5%;
  max-width: 500px;
  height: auto;
  padding: 38px 38px 38px 32px;
  border-radius: 4px;
  background-color: #fff;
  border: solid 3px #FA91A6;
}
@media screen and (max-width: 820px) {
  .body-zensyobyo .sec-zensyobyo-lead .hukidashi-lead01-zensyobyo .hukidashi-lead01-contents {
    width: 80%;
    padding: 12px;
  }
}
.body-zensyobyo .sec-zensyobyo-lead .hukidashi-lead01-zensyobyo .hukidashi-lead01-contents::before, .body-zensyobyo .sec-zensyobyo-lead .hukidashi-lead01-zensyobyo .hukidashi-lead01-contents::after {
  content: "";
  position: absolute;
  top: 50%;
}
.body-zensyobyo .sec-zensyobyo-lead .hukidashi-lead01-zensyobyo .hukidashi-lead01-contents::before {
  left: -25px;
  margin-top: -10px;
  border: 10px solid transparent;
  border-right: 18px solid #FFF;
  z-index: 2;
}
@media screen and (max-width: 820px) {
  .body-zensyobyo .sec-zensyobyo-lead .hukidashi-lead01-zensyobyo .hukidashi-lead01-contents::before {
    left: -20px;
    border-right: 15px solid #FFF;
  }
}
.body-zensyobyo .sec-zensyobyo-lead .hukidashi-lead01-zensyobyo .hukidashi-lead01-contents::after {
  left: -31px;
  margin-top: -10px;
  border: 10px solid transparent;
  border-right: 18px solid #FA91A6;
  z-index: 1;
}
@media screen and (max-width: 820px) {
  .body-zensyobyo .sec-zensyobyo-lead .hukidashi-lead01-zensyobyo .hukidashi-lead01-contents::after {
    left: -26px;
    border-right: 15px solid #FA91A6;
  }
}
.body-zensyobyo .sec-zensyobyo-lead .hukidashi-lead01-zensyobyo .hukidashi-lead01-contents .hukidashi-lead01-text {
  font-size: 2rem;
  line-height: 1.85;
}
@media screen and (max-width: 820px) {
  .body-zensyobyo .sec-zensyobyo-lead .hukidashi-lead01-zensyobyo .hukidashi-lead01-contents .hukidashi-lead01-text {
    font-size: 1.6rem;
  }
}
.body-zensyobyo .sec-zensyobyo-lead .hukidashi-lead01-zensyobyo .hukidashi-lead01-contents .hukidashi-lead01-attention {
  color: #D01F54;
  font-weight: 500;
}
.body-zensyobyo .sec-zensyobyo-contents {
  padding: 40px 0 100px;
}
@media screen and (max-width: 820px) {
  .body-zensyobyo .sec-zensyobyo-contents {
    padding: 20px 0 50px;
  }
}
.body-zensyobyo .sec-zensyobyo-contents .tab-wrap-zensyobyo {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  /* アクティブなタブ */
  /* ラジオボタン非表示 */
}
.body-zensyobyo .sec-zensyobyo-contents .tab-wrap-zensyobyo .tab-label {
  width: 23%;
  max-width: 230px;
  height: 80px;
  line-height: 80px;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  background-color: #FA91A6;
  border-radius: 20px 20px 0px 0px;
  margin: 0 6px;
  order: -1;
  cursor: pointer;
}
@media screen and (max-width: 840px) {
  .body-zensyobyo .sec-zensyobyo-contents .tab-wrap-zensyobyo .tab-label {
    font-size: 1.6rem;
    margin: 0 3px;
  }
}
@media screen and (max-width: 580px) {
  .body-zensyobyo .sec-zensyobyo-contents .tab-wrap-zensyobyo .tab-label {
    line-height: 1.35;
    padding-top: 20px;
  }
}
@media screen and (max-width: 370px) {
  .body-zensyobyo .sec-zensyobyo-contents .tab-wrap-zensyobyo .tab-label {
    font-size: 1.5rem;
    margin: 0 1px;
  }
}
.body-zensyobyo .sec-zensyobyo-contents .tab-wrap-zensyobyo .tab-label.no-option {
  background-color: #DDDDDD;
  color: #fff;
  border: solid 2px #fff;
  border-bottom: none;
  cursor: initial;
}
.body-zensyobyo .sec-zensyobyo-contents .tab-wrap-zensyobyo .tab-content {
  width: 100%;
  display: none;
  border-radius: 20px;
  background: #fff;
  border: solid 2px #FA91A6;
  margin-top: -2px;
  padding: 60px 0px;
}
@media screen and (max-width: 840px) {
  .body-zensyobyo .sec-zensyobyo-contents .tab-wrap-zensyobyo .tab-content {
    padding: 30px 0;
    border-radius: 10px;
  }
}
.body-zensyobyo .sec-zensyobyo-contents .tab-wrap-zensyobyo .tab-switch:checked + .tab-label {
  color: #444;
  background-color: #fff;
  border: solid 2px #FA91A6;
  border-bottom: solid 2px #fff;
  transition: 0.3s;
  position: relative;
}
.body-zensyobyo .sec-zensyobyo-contents .tab-wrap-zensyobyo .tab-switch:checked + .tab-label::after {
  position: absolute;
  width: 100%;
  background: #fff;
  bottom: -4px;
  content: "";
  display: block;
  height: 3px;
  left: 0;
}
@media screen and (max-width: 840px) {
  .body-zensyobyo .sec-zensyobyo-contents .tab-wrap-zensyobyo .tab-switch:checked + .tab-label {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 370px) {
  .body-zensyobyo .sec-zensyobyo-contents .tab-wrap-zensyobyo .tab-switch:checked + .tab-label {
    font-size: 1.5rem;
  }
}
.body-zensyobyo .sec-zensyobyo-contents .tab-wrap-zensyobyo .tab-switch:checked + .tab-label + .tab-content {
  display: block;
  -webkit-animation: show 0.3s linear 0s;
          animation: show 0.3s linear 0s;
}
.body-zensyobyo .sec-zensyobyo-contents .tab-wrap-zensyobyo .tab-switch {
  display: none;
}
.body-zensyobyo .sec-zensyobyo-contents .tab-wrap-zensyobyo .tab-inner {
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
  padding: 0 10px;
}
.body-zensyobyo .sec-zensyobyo-contents .tab-wrap-zensyobyo .title01-zensyobyo {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 820px) {
  .body-zensyobyo .sec-zensyobyo-contents .tab-wrap-zensyobyo .title01-zensyobyo {
    margin-bottom: 20px;
  }
}
.body-zensyobyo .sec-zensyobyo-contents .tab-wrap-zensyobyo .title01-zensyobyo h2 {
  display: inline-block;
  position: relative;
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.35;
  border-bottom: 7px solid #FA91A6;
  padding-bottom: 10px;
}
@media screen and (max-width: 820px) {
  .body-zensyobyo .sec-zensyobyo-contents .tab-wrap-zensyobyo .title01-zensyobyo h2 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 370px) {
  .body-zensyobyo .sec-zensyobyo-contents .tab-wrap-zensyobyo .title01-zensyobyo h2 {
    font-size: 1.8rem;
  }
}
.body-zensyobyo .sec-zensyobyo-contents .tab-wrap-zensyobyo .title01-zensyobyo h2::before {
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  content: "";
  border-width: 14px 8px 0 8px;
  border-style: solid;
  border-color: #FA91A6 transparent transparent transparent;
}
.body-zensyobyo .sec-zensyobyo-contents .hukidashi-left-woman-zensyobyo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 680px;
  margin: 0 auto 20px;
}
.body-zensyobyo .sec-zensyobyo-contents .hukidashi-left-woman-zensyobyo img {
  width: 18.2%;
  max-width: 124px;
}
.body-zensyobyo .sec-zensyobyo-contents .hukidashi-left-woman-zensyobyo .hukidashi-left-woman-contents {
  position: relative;
  width: 73.5%;
  max-width: 500px;
  height: auto;
  padding: 28px;
  border-radius: 4px;
  background-color: #fff;
  border: solid 3px #FADBE1;
}
@media screen and (max-width: 820px) {
  .body-zensyobyo .sec-zensyobyo-contents .hukidashi-left-woman-zensyobyo .hukidashi-left-woman-contents {
    padding: 12px;
  }
}
.body-zensyobyo .sec-zensyobyo-contents .hukidashi-left-woman-zensyobyo .hukidashi-left-woman-contents::before, .body-zensyobyo .sec-zensyobyo-contents .hukidashi-left-woman-zensyobyo .hukidashi-left-woman-contents::after {
  content: "";
  position: absolute;
  top: 50%;
}
.body-zensyobyo .sec-zensyobyo-contents .hukidashi-left-woman-zensyobyo .hukidashi-left-woman-contents::before {
  left: -25px;
  margin-top: -10px;
  border: 10px solid transparent;
  border-right: 18px solid #FFF;
  z-index: 2;
}
@media screen and (max-width: 820px) {
  .body-zensyobyo .sec-zensyobyo-contents .hukidashi-left-woman-zensyobyo .hukidashi-left-woman-contents::before {
    left: -20px;
    border-right: 15px solid #FFF;
  }
}
.body-zensyobyo .sec-zensyobyo-contents .hukidashi-left-woman-zensyobyo .hukidashi-left-woman-contents::after {
  left: -31px;
  margin-top: -10px;
  border: 10px solid transparent;
  border-right: 18px solid #FADBE1;
  z-index: 1;
}
@media screen and (max-width: 820px) {
  .body-zensyobyo .sec-zensyobyo-contents .hukidashi-left-woman-zensyobyo .hukidashi-left-woman-contents::after {
    left: -26px;
    border-right: 15px solid #FADBE1;
  }
}
.body-zensyobyo .sec-zensyobyo-contents .hukidashi-left-woman-zensyobyo .hukidashi-left-woman-contents .hukidashi-left-woman-text {
  font-size: 1.5rem;
  line-height: 1.73;
}
.body-zensyobyo .sec-zensyobyo-contents .hukidashi-right-man-zensyobyo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 680px;
  margin: 0 auto 20px;
}
.body-zensyobyo .sec-zensyobyo-contents .hukidashi-right-man-zensyobyo img {
  width: 18.2%;
  max-width: 124px;
}
.body-zensyobyo .sec-zensyobyo-contents .hukidashi-right-man-zensyobyo .hukidashi-right-man-contents {
  position: relative;
  width: 73.5%;
  max-width: 500px;
  height: auto;
  padding: 28px;
  border-radius: 4px;
  background-color: #fff;
  border: solid 3px #FADBE1;
}
@media screen and (max-width: 820px) {
  .body-zensyobyo .sec-zensyobyo-contents .hukidashi-right-man-zensyobyo .hukidashi-right-man-contents {
    padding: 12px;
  }
}
.body-zensyobyo .sec-zensyobyo-contents .hukidashi-right-man-zensyobyo .hukidashi-right-man-contents::before, .body-zensyobyo .sec-zensyobyo-contents .hukidashi-right-man-zensyobyo .hukidashi-right-man-contents::after {
  content: "";
  position: absolute;
  top: 50%;
}
.body-zensyobyo .sec-zensyobyo-contents .hukidashi-right-man-zensyobyo .hukidashi-right-man-contents::before {
  right: -25px;
  margin-top: -10px;
  border: 10px solid transparent;
  border-left: 18px solid #FFF;
  z-index: 2;
}
@media screen and (max-width: 820px) {
  .body-zensyobyo .sec-zensyobyo-contents .hukidashi-right-man-zensyobyo .hukidashi-right-man-contents::before {
    right: -20px;
    border-left: 15px solid #FFF;
  }
}
.body-zensyobyo .sec-zensyobyo-contents .hukidashi-right-man-zensyobyo .hukidashi-right-man-contents::after {
  right: -31px;
  margin-top: -10px;
  border: 10px solid transparent;
  border-left: 18px solid #FADBE1;
  z-index: 1;
}
@media screen and (max-width: 820px) {
  .body-zensyobyo .sec-zensyobyo-contents .hukidashi-right-man-zensyobyo .hukidashi-right-man-contents::after {
    right: -26px;
    border-left: 15px solid #FADBE1;
  }
}
.body-zensyobyo .sec-zensyobyo-contents .hukidashi-right-man-zensyobyo .hukidashi-right-man-contents .hukidashi-right-man-text {
  font-size: 1.5rem;
  line-height: 1.73;
}/*# sourceMappingURL=style.css.map */