@charset "UTF-8";
/* @use './_reset';
@use "./_common"; */


/*  ./_reset.scss -start- */
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;
}
/*  ./_reset.scss -end- */

/*  ./_common.scss -start-  */
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){
    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;
}
.inner02 {
  max-width: 1300px;
  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){
    display: none;
  }
}

.upper-420{
  display: block;
  @media screen and (max-width: 420px){
    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;
  }
}
/*  ./_common.scss -end-  */

/* widthが600px */
/* widthが800pxでタイトルが2行 */
/* widthが800pxでタイトルが1行（メディアクエリで2行。最後3行になる） */
/* widthが800pxでタイトルが1行（メディアクエリで2行。最後も2行になる） */
/* widthが600pxでタイトルが1行（メディアクエリでも1行。フォントサイズのみ小さくなる） */

.title-lineup01 {
  position: relative;
  font-size: 2.6rem;
  text-align: center;
  line-height: 1;
  color: #3F88C9;
  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: #fff; }
    @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: #fff; }
  .title-lineup01 img {
    position: absolute;
    z-index: 1;
    top: -52px;
    left: calc(50% - 18px);
    width: 36px;
    height: 52px;
    text-align: center; }
    @media screen and (max-width: 820px) {
      .title-lineup01 img {
        top: -24px;
        left: calc(50% - 10px);
        width: 20px;
        height: auto; } }
  .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 {
  text-emphasis: dot #D01F54; }

.underline {
  font-weight: 500;
  background: linear-gradient(transparent 70%, rgba(208, 31, 84, 0.2) 70%); }

.underline02 {
  font-weight: 700;
  background: linear-gradient(transparent 60%, #f6f7d0 60%); }

.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: #B0D8F5; }

.button02 {
  margin-bottom: 40px; }
  @media screen and (max-width: 820px) {
    .button02 {
      margin-bottom: 20px; } }
  .button02 a {
    display: block;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 20px;
    width: 100%;
    max-width: 328px;
    border: solid 1px #79C6E0;
    border-radius: 8px;
    font-size: 1.6rem;
    font-weight: 500;
    color: #79C6E0;
    line-height: 1;
    transition: 0.3s;
    z-index: 3; }
    .button02 a:hover {
      text-decoration: none;
      color: #fff;
      background-color: #79C6E0; }
    @media screen and (max-width: 370px) {
      .button02 a {
        padding: 16px 8px; } }

.page-attention {
  width: 100%;
  max-width: 730px;
  font-size: 1.2rem;
  margin: 0 auto; }

.attention-mark01, .attention-mark02, .attention-mark03 {
  padding: 0 0 0 3em;
  text-indent: -3em; }
  .attention-mark01::before, .attention-mark02::before, .attention-mark03::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; } }

/* 20251106　吹き出しの下に注釈を付ける対応 */
.hukidashi-left-woman-attention {
  width: 73.5%;
  max-width: 500px;
  font-size: 1.3rem;
  margin-left: 26.5%;
  margin-bottom: 20px; }

@media screen and (max-width: 740px) {
  .br-adjust {
    display: none; } }

footer {
  padding-bottom: 100px; }
  @media screen and (max-width: 820px) {
    footer {
      padding-bottom: 50px; } }
  footer img {
    display: block;
    width: 100%;
    max-width: 180px;
    height: auto;
    margin: 0 auto; }

.top-header {
  height: 400px;
  background-color: #B0D8F5; }
  @media screen and (max-width: 920px) {
    .top-header {
      height: initial; } }
  .top-header .sec-top-hero {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    height: 408px; }
    @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 img {
      display: block;
      width: 46px;
      margin: 0 auto 16px; }
    .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 16px 0; }
      @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: #D01F54;
      font-size: 3.2rem;
      font-weight: 700;
      color: #fff;
      text-align: center;
      line-height: 1;
      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; } }

.sec-top-lead h3 {
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 40px; }
  @media screen and (max-width: 920px) {
    .sec-top-lead h3 {
      margin-bottom: 20px; } }
.sec-top-lead h2 {
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 60px; }
  @media screen and (max-width: 820px) {
    .sec-top-lead h2 {
      margin-bottom: 30px; } }
.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: #3F88C9; }
    @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;
    cursor: pointer;
    background: #B0D8F5;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    padding: 34px 40px 34px 0;
    transition: all .5s ease; }
    @media screen and (max-width: 820px) {
      .sec-top-lead .accordion-title h4 {
        display: flex;
        align-items: center;
        font-size: 2rem;
        line-height: 1.25;
        text-align: left;
        padding: 18px 0 18px 24px; } }
    .sec-top-lead .accordion-title h4 img {
      margin-right: 1em; }
      @media screen and (max-width: 415px) {
        .sec-top-lead .accordion-title h4 img {
          display: none; } }
    .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-detail {
  padding-top: 0; }
  .sec-top-detail h2 {
    color: #3F88C9;
    font-size: 2.6rem;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 20px; }
  .sec-top-detail .top-detail-contents {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    max-width: 640px;
    margin: 0 auto; }
    @media screen and (max-width: 663px) {
      .sec-top-detail .top-detail-contents {
        justify-content: center; } }
    .sec-top-detail .top-detail-contents .top-detail-card04 {
      box-sizing: border-box;
      display: block;
      position: relative;
      width: 280px;
      height: 390px;
      border: solid #444 1px;
      margin: 20px; }
      .sec-top-detail .top-detail-contents .top-detail-card04 .detail-card-image {
        display: block;
        width: 89px;
        height: auto;
        margin: 24px auto 20px; }
      .sec-top-detail .top-detail-contents .top-detail-card04 h3 {
        font-size: 2.4rem;
        font-weight: 700;
        text-align: center; }
      .sec-top-detail .top-detail-contents .top-detail-card04 .top-detail-hr {
        width: 200px;
        border-bottom: solid 1px #707070;
        margin: -1px auto 24px; }
      .sec-top-detail .top-detail-contents .top-detail-card04 p {
        width: 220px;
        letter-spacing: 0;
        line-height: 1.4;
        margin: 0 auto; }
      .sec-top-detail .top-detail-contents .top-detail-card04 .detail-link {
        position: absolute;
        bottom: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 60px;
        font-size: 2rem;
        background-color: #F6C386;
        border-top: solid 1px #707070; }
        .sec-top-detail .top-detail-contents .top-detail-card04 .detail-link span {
          margin-left: 44px; }
        .sec-top-detail .top-detail-contents .top-detail-card04 .detail-link img {
          margin-left: 24px; }
      .sec-top-detail .top-detail-contents .top-detail-card04:hover {
        opacity: 0.5; }
    .sec-top-detail .top-detail-contents .top-detail-card01 {
      box-sizing: border-box;
      display: block;
      position: relative;
      width: 280px;
      height: 390px;
      border: solid #444 1px;
      margin: 20px; }
      .sec-top-detail .top-detail-contents .top-detail-card01 .detail-card-image {
        display: block;
        width: 89px;
        height: auto;
        margin: 24px auto 20px; }
      .sec-top-detail .top-detail-contents .top-detail-card01 h3 {
        font-size: 2.4rem;
        font-weight: 700;
        text-align: center; }
      .sec-top-detail .top-detail-contents .top-detail-card01 .top-detail-hr {
        width: 200px;
        border-bottom: solid 1px #707070;
        margin: -1px auto 24px; }
      .sec-top-detail .top-detail-contents .top-detail-card01 p {
        width: 220px;
        letter-spacing: 0;
        line-height: 1.4;
        margin: 0 auto; }
      .sec-top-detail .top-detail-contents .top-detail-card01 .detail-link {
        position: absolute;
        bottom: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 60px;
        font-size: 2rem;
        background-color: #6FC7A7;
        border-top: solid 1px #707070; }
        .sec-top-detail .top-detail-contents .top-detail-card01 .detail-link span {
          margin-left: 44px; }
        .sec-top-detail .top-detail-contents .top-detail-card01 .detail-link img {
          margin-left: 24px; }
      .sec-top-detail .top-detail-contents .top-detail-card01:hover {
        opacity: 0.5; }
    .sec-top-detail .top-detail-contents .top-detail-card02 {
      box-sizing: border-box;
      display: block;
      position: relative;
      width: 280px;
      height: 390px;
      border: solid #444 1px;
      margin: 20px; }
      .sec-top-detail .top-detail-contents .top-detail-card02 .detail-card-image {
        display: block;
        width: 89px;
        height: auto;
        margin: 24px auto 20px; }
      .sec-top-detail .top-detail-contents .top-detail-card02 h3 {
        font-size: 2.4rem;
        font-weight: 700;
        text-align: center; }
      .sec-top-detail .top-detail-contents .top-detail-card02 .top-detail-hr {
        width: 200px;
        border-bottom: solid 1px #707070;
        margin: -1px auto 24px; }
      .sec-top-detail .top-detail-contents .top-detail-card02 p {
        width: 220px;
        letter-spacing: 0;
        line-height: 1.4;
        margin: 0 auto; }
      .sec-top-detail .top-detail-contents .top-detail-card02 .detail-link {
        position: absolute;
        bottom: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 60px;
        font-size: 2rem;
        background-color: #79C6E0;
        border-top: solid 1px #707070; }
        .sec-top-detail .top-detail-contents .top-detail-card02 .detail-link span {
          margin-left: 44px; }
        .sec-top-detail .top-detail-contents .top-detail-card02 .detail-link img {
          margin-left: 24px; }
      .sec-top-detail .top-detail-contents .top-detail-card02:hover {
        opacity: 0.5; }
    .sec-top-detail .top-detail-contents .top-detail-card06 {
      box-sizing: border-box;
      display: block;
      position: relative;
      width: 280px;
      height: 390px;
      border: solid #444 1px;
      margin: 20px; }
      .sec-top-detail .top-detail-contents .top-detail-card06 .detail-card-image {
        display: block;
        width: 89px;
        height: auto;
        margin: 24px auto 20px; }
      .sec-top-detail .top-detail-contents .top-detail-card06 h3 {
        font-size: 2.4rem;
        font-weight: 700;
        text-align: center; }
      .sec-top-detail .top-detail-contents .top-detail-card06 .top-detail-hr {
        width: 200px;
        border-bottom: solid 1px #707070;
        margin: -1px auto 24px; }
      .sec-top-detail .top-detail-contents .top-detail-card06 p {
        width: 220px;
        letter-spacing: 0;
        line-height: 1.4;
        margin: 0 auto; }
      .sec-top-detail .top-detail-contents .top-detail-card06 .detail-link {
        position: absolute;
        bottom: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 60px;
        font-size: 2rem;
        background-color: #86C6F6;
        border-top: solid 1px #707070; }
        .sec-top-detail .top-detail-contents .top-detail-card06 .detail-link span {
          margin-left: 44px; }
        .sec-top-detail .top-detail-contents .top-detail-card06 .detail-link img {
          margin-left: 24px; }
      .sec-top-detail .top-detail-contents .top-detail-card06:hover {
        opacity: 0.5; }
    .sec-top-detail .top-detail-contents .top-detail-card07 {
      box-sizing: border-box;
      display: block;
      position: relative;
      width: 280px;
      height: 390px;
      border: solid #444 1px;
      margin: 20px; }
      .sec-top-detail .top-detail-contents .top-detail-card07 .detail-card-image {
        display: block;
        width: 89px;
        height: auto;
        margin: 24px auto 20px; }
      .sec-top-detail .top-detail-contents .top-detail-card07 h3 {
        font-size: 2.4rem;
        font-weight: 700;
        text-align: center; }
      .sec-top-detail .top-detail-contents .top-detail-card07 .top-detail-hr {
        width: 200px;
        border-bottom: solid 1px #707070;
        margin: -1px auto 24px; }
      .sec-top-detail .top-detail-contents .top-detail-card07 p {
        width: 220px;
        letter-spacing: 0;
        line-height: 1.4;
        margin: 0 auto; }
      .sec-top-detail .top-detail-contents .top-detail-card07 .detail-link {
        position: absolute;
        bottom: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 60px;
        font-size: 2rem;
        background-color: #17A7CE;
        border-top: solid 1px #707070; }
        .sec-top-detail .top-detail-contents .top-detail-card07 .detail-link span {
          margin-left: 44px; }
        .sec-top-detail .top-detail-contents .top-detail-card07 .detail-link img {
          margin-left: 24px; }
      .sec-top-detail .top-detail-contents .top-detail-card07:hover {
        opacity: 0.5; }
    .sec-top-detail .top-detail-contents .top-detail-card05 {
      box-sizing: border-box;
      display: block;
      position: relative;
      width: 280px;
      height: 390px;
      border: solid #444 1px;
      margin: 20px; }
      .sec-top-detail .top-detail-contents .top-detail-card05 .detail-card-image {
        display: block;
        width: 89px;
        height: auto;
        margin: 24px auto 20px; }
      .sec-top-detail .top-detail-contents .top-detail-card05 h3 {
        font-size: 2.4rem;
        font-weight: 700;
        text-align: center; }
      .sec-top-detail .top-detail-contents .top-detail-card05 .top-detail-hr {
        width: 200px;
        border-bottom: solid 1px #707070;
        margin: -1px auto 24px; }
      .sec-top-detail .top-detail-contents .top-detail-card05 p {
        width: 220px;
        letter-spacing: 0;
        line-height: 1.4;
        margin: 0 auto; }
      .sec-top-detail .top-detail-contents .top-detail-card05 .detail-link {
        position: absolute;
        bottom: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 60px;
        font-size: 2rem;
        background-color: #F4AAAF;
        border-top: solid 1px #707070; }
        .sec-top-detail .top-detail-contents .top-detail-card05 .detail-link span {
          margin-left: 44px; }
        .sec-top-detail .top-detail-contents .top-detail-card05 .detail-link img {
          margin-left: 24px; }
      .sec-top-detail .top-detail-contents .top-detail-card05:hover {
        opacity: 0.5; }
    .sec-top-detail .top-detail-contents .top-detail-card08 {
      box-sizing: border-box;
      display: block;
      position: relative;
      width: 280px;
      height: 390px;
      border: solid #444 1px;
      margin: 20px; }
      .sec-top-detail .top-detail-contents .top-detail-card08 .detail-card-image {
        display: block;
        width: 89px;
        height: auto;
        margin: 24px auto 20px; }
      .sec-top-detail .top-detail-contents .top-detail-card08 h3 {
        font-size: 2.4rem;
        font-weight: 700;
        text-align: center; }
      .sec-top-detail .top-detail-contents .top-detail-card08 .top-detail-hr {
        width: 200px;
        border-bottom: solid 1px #707070;
        margin: -1px auto 24px; }
      .sec-top-detail .top-detail-contents .top-detail-card08 p {
        width: 220px;
        letter-spacing: 0;
        line-height: 1.4;
        margin: 0 auto; }
      .sec-top-detail .top-detail-contents .top-detail-card08 .detail-link {
        position: absolute;
        bottom: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 60px;
        font-size: 2rem;
        background-color: #CDC4FF;
        border-top: solid 1px #707070; }
        .sec-top-detail .top-detail-contents .top-detail-card08 .detail-link span {
          margin-left: 44px; }
        .sec-top-detail .top-detail-contents .top-detail-card08 .detail-link img {
          margin-left: 24px; }
      .sec-top-detail .top-detail-contents .top-detail-card08:hover {
        opacity: 0.5; }
    .sec-top-detail .top-detail-contents .top-detail-card09 {
      box-sizing: border-box;
      display: block;
      position: relative;
      width: 280px;
      height: 390px;
      border: solid #444 1px;
      margin: 20px; }
      .sec-top-detail .top-detail-contents .top-detail-card09 .detail-card-image {
        display: block;
        width: 89px;
        height: auto;
        margin: 24px auto 20px; }
      .sec-top-detail .top-detail-contents .top-detail-card09 h3 {
        font-size: 2.4rem;
        font-weight: 700;
        text-align: center; }
      .sec-top-detail .top-detail-contents .top-detail-card09 .top-detail-hr {
        width: 200px;
        border-bottom: solid 1px #707070;
        margin: -1px auto 24px; }
      .sec-top-detail .top-detail-contents .top-detail-card09 p {
        width: 220px;
        letter-spacing: 0;
        line-height: 1.4;
        margin: 0 auto; }
      .sec-top-detail .top-detail-contents .top-detail-card09 .detail-link {
        position: absolute;
        bottom: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 60px;
        font-size: 2rem;
        background-color: #B3B9E8;
        border-top: solid 1px #707070; }
        .sec-top-detail .top-detail-contents .top-detail-card09 .detail-link span {
          margin-left: 44px; }
        .sec-top-detail .top-detail-contents .top-detail-card09 .detail-link img {
          margin-left: 24px; }
      .sec-top-detail .top-detail-contents .top-detail-card09:hover {
        opacity: 0.5; }

.sec-top-table {
  /* 表の左側列を固定して横スクロール */
  /* left:0 */
  /* left:52px */
  /* left:104px */ }
  .sec-top-table .table-container {
    overflow-x: scroll;
    overflow-y: auto;
    width: 100%;
    max-width: 1160px;
    margin: 0 auto; }
  .sec-top-table .top-table {
    font-size: 1.6rem;
    margin: 0 auto 40px;
    /* firefoxで左下一部罫線が表示されない対処 */ }
    @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; } }
@-moz-document url-prefix() {
  .sec-top-table .top-table {
    border-collapse: separate;
    border: solid 1px #444; } }
    .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: 150px;
      padding: 2px; }
      @media screen and (max-width: 800px) {
        .sec-top-table .top-table .table-header th {
          height: 120px; } }
      .sec-top-table .top-table .table-header th .table-header-link {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 150px;
        position: relative; }
        @media screen and (max-width: 800px) {
          .sec-top-table .top-table .table-header th .table-header-link {
            height: 120px; } }
        .sec-top-table .top-table .table-header th .table-header-link img {
          width: 20px;
          height: 20px;
          position: absolute;
          top: 4px;
          right: 4px; }
          @media screen and (max-width: 800px) {
            .sec-top-table .top-table .table-header th .table-header-link img {
              width: 16px;
              height: 16px; } }
          @media screen and (max-width: 800px) {
            .sec-top-table .top-table .table-header th .table-header-link img {
              width: 12px;
              height: 12px; } }
        .sec-top-table .top-table .table-header th .table-header-link:hover {
          background-color: #64BEFF; }
      .sec-top-table .top-table .table-header th.column-4 {
        background-color: #B0D8F5;
        border: solid 1px #444;
        line-height: 1.2;
        /*  @media screen and (max-width: 375px){
           font-size: 1.1rem;
         }
         @media screen and (max-width: 350px){
           font-size: 1.0rem;
         } */ }
        .sec-top-table .top-table .table-header th.column-4 span {
          display: block;
          font-size: 1.2rem;
          padding-top: 4px; }
          @media screen and (max-width: 800px) {
            .sec-top-table .top-table .table-header th.column-4 span {
              font-size: 1rem; } }
        @media screen and (max-width: 330px) {
          .sec-top-table .top-table .table-header th.column-4 {
            letter-spacing: normal; } }
      .sec-top-table .top-table .table-header th.column-5 {
        background-color: #B0D8F5;
        border: solid 1px #444;
        line-height: 1.2;
        padding: 2px;
        /*  @media screen and (max-width: 395px){
           font-size: 1.1rem;
         }
         @media screen and (max-width: 360px){
           font-size: 1.0rem;
         } */ }
        @media screen and (max-width: 330px) {
          .sec-top-table .top-table .table-header th.column-5 {
            letter-spacing: normal; } }
        .sec-top-table .top-table .table-header th.column-5 span {
          display: block;
          font-size: 1.2rem;
          padding-top: 4px; }
          @media screen and (max-width: 800px) {
            .sec-top-table .top-table .table-header th.column-5 span {
              font-size: 1rem; } }
      .sec-top-table .top-table .table-header th.column-6 {
        background-color: #B0D8F5;
        border: solid 1px #444;
        line-height: 1.2;
        padding: 2px; }
      .sec-top-table .top-table .table-header th.column-7 {
        background-color: #B0D8F5;
        border: solid 1px #444;
        line-height: 1.2;
        padding: 2px; }
        .sec-top-table .top-table .table-header th.column-7 span {
          display: block;
          font-size: 1.4rem;
          padding-top: 4px; }
          @media screen and (max-width: 800px) {
            .sec-top-table .top-table .table-header th.column-7 span {
              font-size: 1rem; } }
      .sec-top-table .top-table .table-header th.column-8 {
        background-color: #B0D8F5;
        border: solid 1px #444;
        line-height: 1.2;
        padding: 2px; }
      .sec-top-table .top-table .table-header th.column-9 {
        background-color: #B0D8F5;
        border: solid 1px #444;
        line-height: 1.2;
        padding: 2px; }
      .sec-top-table .top-table .table-header th.column-10 {
        background-color: #B0D8F5;
        border: solid 1px #444;
        line-height: 1.2;
        padding: 2px; }
      .sec-top-table .top-table .table-header th.column-11 {
        background-color: #B0D8F5;
        border: solid 1px #444;
        line-height: 1.2;
        padding: 2px; }
    .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: 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;
      min-height: 126px; }
      @media screen and (max-width: 800px) {
        .sec-top-table .top-table td.column-3 {
          min-height: 80px; } }
    .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: 11%;
      max-width: 147px;
      border: solid 1px #444;
      font-size: 3.2rem;
      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: 11%;
      max-width: 147px;
      border: solid 1px #444;
      font-size: 3.2rem;
      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: 11%;
      max-width: 147px;
      border: solid 1px #444;
      font-size: 3.2rem;
      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 td.column-7 {
      width: 11%;
      max-width: 147px;
      border: solid 1px #444;
      font-size: 3.2rem;
      font-weight: 500;
      text-align: center; }
      @media screen and (max-width: 900px) {
        .sec-top-table .top-table td.column-7 {
          font-size: 3rem; } }
      @media screen and (max-width: 800px) {
        .sec-top-table .top-table td.column-7 {
          font-size: 2rem; } }
    .sec-top-table .top-table td.column-8 {
      width: 11%;
      max-width: 147px;
      border: solid 1px #444;
      font-size: 3.2rem;
      font-weight: 500;
      text-align: center; }
      @media screen and (max-width: 900px) {
        .sec-top-table .top-table td.column-8 {
          font-size: 3rem; } }
      @media screen and (max-width: 800px) {
        .sec-top-table .top-table td.column-8 {
          font-size: 2rem; } }
    .sec-top-table .top-table td.column-9, .sec-top-table .top-table td.column-10, .sec-top-table .top-table td.column-11 {
      width: 11%;
      max-width: 147px;
      border: solid 1px #444;
      font-size: 3.2rem;
      font-weight: 500;
      text-align: center; }
      @media screen and (max-width: 900px) {
        .sec-top-table .top-table td.column-9, .sec-top-table .top-table td.column-10, .sec-top-table .top-table td.column-11 {
          font-size: 3rem; } }
      @media screen and (max-width: 800px) {
        .sec-top-table .top-table td.column-9, .sec-top-table .top-table td.column-10, .sec-top-table .top-table td.column-11 {
          font-size: 2rem; } }
    .sec-top-table .top-table .frame-box01 {
      display: inline-block;
      font-size: 1.4rem;
      line-height: 1.35;
      margin-top: 6px;
      padding: 0 12px;
      position: relative; }
      @media screen and (max-width: 800px) {
        .sec-top-table .top-table .frame-box01 {
          font-size: 1rem;
          padding: 0 8px; } }
      @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 .frame-box01 br.sp {
        line-height: 0; }
    .sec-top-table .top-table th.column-1 {
      min-width: 340px;
      height: auto;
      min-height: 190px; }
      @media screen and (max-width: 800px) {
        .sec-top-table .top-table th.column-1 {
          min-width: 318px;
          min-height: 120px; } }
      @media screen and (max-width: 680px) {
        .sec-top-table .top-table th.column-1 {
          min-width: 258px; } }
      @media screen and (max-width: 500px) {
        .sec-top-table .top-table th.column-1 {
          min-width: 168px; } }
    .sec-top-table .top-table .column-4, .sec-top-table .top-table .column-5, .sec-top-table .top-table .column-6, .sec-top-table .top-table .column-7, .sec-top-table .top-table .column-8, .sec-top-table .top-table .column-9, .sec-top-table .top-table .column-10, .sec-top-table .top-table .column-11 {
      min-width: 100px; }
      @media screen and (max-width: 680px) {
        .sec-top-table .top-table .column-4, .sec-top-table .top-table .column-5, .sec-top-table .top-table .column-6, .sec-top-table .top-table .column-7, .sec-top-table .top-table .column-8, .sec-top-table .top-table .column-9, .sec-top-table .top-table .column-10, .sec-top-table .top-table .column-11 {
          min-width: 100px; } }
      @media screen and (max-width: 500px) {
        .sec-top-table .top-table .column-4, .sec-top-table .top-table .column-5, .sec-top-table .top-table .column-6, .sec-top-table .top-table .column-7, .sec-top-table .top-table .column-8, .sec-top-table .top-table .column-9, .sec-top-table .top-table .column-10, .sec-top-table .top-table .column-11 {
          min-width: 80px; } }
    .sec-top-table .top-table .row-2 {
      height: 100px; }
      @media screen and (max-width: 800px) {
        .sec-top-table .top-table .row-2 {
          height: auto;
          min-height: 80px; } }
    .sec-top-table .top-table .row-3, .sec-top-table .top-table .row-4, .sec-top-table .top-table .row-5 {
      min-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, .sec-top-table .top-table .row-3 .column-2, .sec-top-table .top-table .row-5 .column-2 {
      writing-mode: vertical-rl;
      font-size: 1.8rem;
      text-align: center;
      width: 52px;
      line-height: 52px; }
      @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, .sec-top-table .top-table .row-3 .column-2, .sec-top-table .top-table .row-5 .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, .sec-top-table .top-table .row-3 .column-2, .sec-top-table .top-table .row-5 .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, .sec-top-table .top-table .row-3 .column-2, .sec-top-table .top-table .row-5 .column-2 {
          width: 24px;
          padding: 0; } }
    .sec-top-table .top-table .row-5 .column-1 {
      width: 104px;
      height: 110px;
      line-height: 18px; }
      @media screen and (max-width: 800px) {
        .sec-top-table .top-table .row-5 .column-1 {
          width: 24px;
          line-height: 16px; } }
    .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-5 .column-1 {
      writing-mode: initial;
      line-height: 1.35;
      width: 104px; }
      @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-5 .column-1 {
          width: 24px;
          height: 69px; } }
    .sec-top-table .top-table .row-2 .column-1 {
      font-size: 1.6rem;
      background-color: #B0D8F5;
      min-height: 100px; }
      @media screen and (max-width: 800px) {
        .sec-top-table .top-table .row-2 .column-1 {
          font-size: 1.4rem;
          min-height: 80px; } }
      @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 {
      min-height: 500px; }
      @media screen and (max-width: 800px) {
        .sec-top-table .top-table .row-3 .column-1 {
          min-height: 320px; } }
    .sec-top-table .top-table .row-4 .column-1 {
      min-height: 320px; }
    .sec-top-table .top-table .row-4 .column-2 {
      min-height: 80px; }
    .sec-top-table .top-table .row-4-extra .column-2 {
      min-height: 160px; }
    .sec-top-table .top-table .column-3 {
      font-size: 1.6rem;
      text-align: center;
      line-height: 1.4; }
      @media screen and (max-width: 680px) {
        .sec-top-table .top-table .column-3 {
          padding: 6px;
          text-align: initial; } }
      @media screen and (max-width: 420px) {
        .sec-top-table .top-table .column-3 {
          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: 1.0rem; } }
    .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; } }
  .sec-top-table .column-fix01, .sec-top-table .column-fix02, .sec-top-table .column-fix03 {
    position: sticky;
    top: 0;
    z-index: 1; }
    .sec-top-table .column-fix01:before, .sec-top-table .column-fix02:before, .sec-top-table .column-fix03:before {
      content: "";
      position: absolute;
      top: -1px;
      left: -1px;
      width: 100%;
      height: 100%;
      border: 1px solid #444; }
  .sec-top-table .column-fix01 {
    left: 0;
    background: #B0D8F5; }
  .sec-top-table .column-fix02 {
    left: 52px;
    background: #fff; }
    @media screen and (max-width: 800px) {
      .sec-top-table .column-fix02 {
        left: 24px; } }
  .sec-top-table .column-fix03 {
    left: 104px;
    background: #fff; }
    @media screen and (max-width: 800px) {
      .sec-top-table .column-fix03 {
        left: 48px; } }

.scroll-hint-icon {
  left: calc(50% + 14px) !important; }

/* ワイド団信ページ */
.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;
    border: solid 4px #79C6E0; }
    @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: #79C6E0; }
      @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;
      width: 552px;
      height: 128px;
      line-height: 128px; }
      @media screen and (max-width: 600px) {
        .body-wide .header-wide .header-title01-wide h1 {
          font-size: 4rem;
          width: 100%;
          height: 112px;
          line-height: 112px; } }
.body-wide .sec-wide-lead .hukidashi-lead01-wide {
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 680px;
  margin: 0 auto 40px; }
  @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 #79C6E0; }
    @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 #79C6E0;
      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 #79C6E0; } }
    .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 60px; }
  @media screen and (max-width: 820px) {
    .body-wide .sec-wide-contents {
      padding: 20px 0 40px; } }
  .body-wide .sec-wide-contents .notab-wrap-wide {
    background-color: #fff;
    border: solid 2px #79C6E0;
    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 #79C6E0; }
      @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 #79C6E0;
        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 #79C6E0; } }
      .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 #79C6E0; }
      @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 #79C6E0;
        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 #79C6E0; } }
      .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; }

/* がん団信ページ・がん団信50%保障ページ */
.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;
    border: solid 4px #79C6E0; }
    @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: #79C6E0; }
      @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;
      width: 552px;
      height: 128px;
      line-height: 128px; }
      @media screen and (max-width: 600px) {
        .body-cancer .header-cancer .header-title01-cancer h1 {
          font-size: 4rem;
          width: 100%;
          height: 112px;
          line-height: 112px; } }
  .body-cancer .header-cancer .header-title01-cancer02 {
    text-align: center;
    width: 800px;
    height: 136px;
    margin: 0 auto;
    position: relative;
    border: solid 4px #79C6E0; }
    @media screen and (max-width: 820px) {
      .body-cancer .header-cancer .header-title01-cancer02 {
        width: 100%; } }
    .body-cancer .header-cancer .header-title01-cancer02 span {
      position: absolute;
      content: '';
      width: 16px;
      height: 16px;
      border-radius: 16px;
      background-color: #79C6E0; }
      .body-cancer .header-cancer .header-title01-cancer02 span:first-of-type {
        top: 12px;
        left: 12px; }
      .body-cancer .header-cancer .header-title01-cancer02 span:nth-of-type(2) {
        top: 12px;
        right: 12px; }
      .body-cancer .header-cancer .header-title01-cancer02 span:nth-of-type(3) {
        bottom: 12px;
        right: 12px; }
      .body-cancer .header-cancer .header-title01-cancer02 span:nth-of-type(4) {
        bottom: 12px;
        left: 12px; }
    .body-cancer .header-cancer .header-title01-cancer02 h1 {
      font-size: 4.8rem;
      font-weight: 500;
      display: inline-block;
      width: 792px;
      height: 128px;
      line-height: 128px; }
      @media screen and (max-width: 820px) {
        .body-cancer .header-cancer .header-title01-cancer02 h1 {
          font-size: 4rem;
          width: 100%; } }
      @media screen and (max-width: 740px) {
        .body-cancer .header-cancer .header-title01-cancer02 h1 {
          line-height: 1.25;
          padding-top: 18px; } }
      @media screen and (max-width: 540px) {
        .body-cancer .header-cancer .header-title01-cancer02 h1 {
          font-size: 3rem; } }
      @media screen and (max-width: 340px) {
        .body-cancer .header-cancer .header-title01-cancer02 h1 {
          font-size: 2.6rem;
          padding-top: 26px; } }
.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 #79C6E0; }
    @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 #79C6E0;
      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 #79C6E0; } }
    .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 60px; }
  @media screen and (max-width: 820px) {
    .body-cancer .sec-cancer-contents {
      padding: 0 0 40px; } }
  .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: #79C6E0;
      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 #79C6E0;
      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 #79C6E0;
      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;
      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 #79C6E0;
        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: #79C6E0 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 #79C6E0; }
      @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 #79C6E0;
        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 #79C6E0; } }
      .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-left-woman-cancer02 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 680px;
    margin: 0 auto; }
    .body-cancer .sec-cancer-contents .hukidashi-left-woman-cancer02 img {
      width: 18.2%;
      max-width: 124px; }
    .body-cancer .sec-cancer-contents .hukidashi-left-woman-cancer02 .hukidashi-left-woman-contents02 {
      position: relative;
      width: 73.5%;
      max-width: 500px;
      height: auto;
      padding: 28px;
      border-radius: 4px;
      background-color: #fff;
      border: solid 3px #79C6E0; }
      @media screen and (max-width: 820px) {
        .body-cancer .sec-cancer-contents .hukidashi-left-woman-cancer02 .hukidashi-left-woman-contents02 {
          padding: 12px; } }
      .body-cancer .sec-cancer-contents .hukidashi-left-woman-cancer02 .hukidashi-left-woman-contents02::before, .body-cancer .sec-cancer-contents .hukidashi-left-woman-cancer02 .hukidashi-left-woman-contents02::after {
        content: "";
        position: absolute;
        top: 50%; }
      .body-cancer .sec-cancer-contents .hukidashi-left-woman-cancer02 .hukidashi-left-woman-contents02::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-cancer02 .hukidashi-left-woman-contents02::before {
            left: -20px;
            border-right: 15px solid #FFF; } }
      .body-cancer .sec-cancer-contents .hukidashi-left-woman-cancer02 .hukidashi-left-woman-contents02::after {
        left: -31px;
        margin-top: -10px;
        border: 10px solid transparent;
        border-right: 18px solid #79C6E0;
        z-index: 1; }
        @media screen and (max-width: 820px) {
          .body-cancer .sec-cancer-contents .hukidashi-left-woman-cancer02 .hukidashi-left-woman-contents02::after {
            left: -26px;
            border-right: 15px solid #79C6E0; } }
      .body-cancer .sec-cancer-contents .hukidashi-left-woman-cancer02 .hukidashi-left-woman-contents02 .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 #79C6E0; }
      @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 #79C6E0;
        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 #79C6E0; } }
      .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 .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: 560px;
    height: 136px;
    margin: 0 auto;
    position: relative;
    border: solid 4px #79C6E0; }
    @media screen and (max-width: 600px) {
      .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: #79C6E0; }
      @media screen and (max-width: 600px) {
        .body-kihon .header-kihon .header-title02-kihon span {
          width: 12px;
          height: 12px; } }
      .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;
      width: 552px;
      height: 128px;
      line-height: 128px; }
      @media screen and (max-width: 600px) {
        .body-kihon .header-kihon .header-title02-kihon h1 {
          font-size: 4rem;
          width: 100%;
          height: 112px;
          line-height: 112px; } }
.body-kihon .sec-kihon-lead .hukidashi-lead01-kihon {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 680px;
  margin: 0 auto 40px; }
  @media screen and (max-width: 820px) {
    .body-kihon .sec-kihon-lead .hukidashi-lead01-kihon {
      margin: 0 auto 20px; } }
  .body-kihon .sec-kihon-lead .hukidashi-lead01-kihon img {
    width: 18.2%;
    max-width: 124px; }
    @media screen and (max-width: 820px) {
      .body-kihon .sec-kihon-lead .hukidashi-lead01-kihon img {
        width: 16%; } }
  .body-kihon .sec-kihon-lead .hukidashi-lead01-kihon .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 #79C6E0; }
    @media screen and (max-width: 820px) {
      .body-kihon .sec-kihon-lead .hukidashi-lead01-kihon .hukidashi-lead01-contents {
        width: 80%;
        padding: 12px; } }
    .body-kihon .sec-kihon-lead .hukidashi-lead01-kihon .hukidashi-lead01-contents::before, .body-kihon .sec-kihon-lead .hukidashi-lead01-kihon .hukidashi-lead01-contents::after {
      content: "";
      position: absolute;
      top: 50%; }
    .body-kihon .sec-kihon-lead .hukidashi-lead01-kihon .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-kihon .sec-kihon-lead .hukidashi-lead01-kihon .hukidashi-lead01-contents::before {
          left: -20px;
          border-right: 15px solid #FFF; } }
    .body-kihon .sec-kihon-lead .hukidashi-lead01-kihon .hukidashi-lead01-contents::after {
      left: -31px;
      margin-top: -10px;
      border: 10px solid transparent;
      border-right: 18px solid #79C6E0;
      z-index: 1; }
      @media screen and (max-width: 820px) {
        .body-kihon .sec-kihon-lead .hukidashi-lead01-kihon .hukidashi-lead01-contents::after {
          left: -26px;
          border-right: 15px solid #79C6E0; } }
    .body-kihon .sec-kihon-lead .hukidashi-lead01-kihon .hukidashi-lead01-contents .hukidashi-lead01-text {
      font-size: 2rem;
      line-height: 1.85; }
      @media screen and (max-width: 820px) {
        .body-kihon .sec-kihon-lead .hukidashi-lead01-kihon .hukidashi-lead01-contents .hukidashi-lead01-text {
          font-size: 1.6rem; } }
    .body-kihon .sec-kihon-lead .hukidashi-lead01-kihon .hukidashi-lead01-contents .hukidashi-lead01-attention {
      color: #D01F54;
      font-weight: 500; }
.body-kihon .sec-kihon-contents {
  padding: 0 0 60px; }
  @media screen and (max-width: 820px) {
    .body-kihon .sec-kihon-contents {
      padding: 0 0 40px; } }
  .body-kihon .sec-kihon-contents .notab-wrap-wide {
    background-color: #fff;
    border: solid 2px #79C6E0;
    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 #79C6E0; }
      @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 #79C6E0;
        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 #79C6E0; } }
      .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 #79C6E0; }
      @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 #79C6E0;
        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 #79C6E0; } }
      .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 .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;
    border: solid 4px #79C6E0; }
    @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: #79C6E0; }
      .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;
      width: 792px;
      height: 128px;
      line-height: 128px; }
      @media screen and (max-width: 820px) {
        .body-seikatsu .header-seikatsu .header-title01-seikatsu h1 {
          font-size: 4rem;
          width: 100%; } }
      @media screen and (max-width: 740px) {
        .body-seikatsu .header-seikatsu .header-title01-seikatsu h1 {
          line-height: 1.25;
          padding-top: 12px; } }
      @media screen and (max-width: 540px) {
        .body-seikatsu .header-seikatsu .header-title01-seikatsu h1 {
          font-size: 3rem;
          padding-top: 28px; } }
.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 #79C6E0; }
    @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 #79C6E0;
      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 #79C6E0; } }
    .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 60px; }
  @media screen and (max-width: 820px) {
    .body-seikatsu .sec-seikatsu-contents {
      padding: 20px 0 40px; } }
  .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: #79C6E0;
      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 #79C6E0;
      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 #79C6E0;
      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;
      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 #79C6E0;
        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: #79C6E0 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 #79C6E0; }
      @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 #79C6E0;
        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 #79C6E0; } }
      .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 #79C6E0; }
      @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 #79C6E0;
        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 #79C6E0; } }
      .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 .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;
    border: solid 4px #79C6E0; }
    @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: #79C6E0; }
      .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;
      width: 792px;
      height: 128px;
      line-height: 128px; }
      @media screen and (max-width: 820px) {
        .body-zensyobyo .header-zensyobyo .header-title01-zensyobyo h1 {
          font-size: 4rem;
          width: 100%; } }
      @media screen and (max-width: 740px) {
        .body-zensyobyo .header-zensyobyo .header-title01-zensyobyo h1 {
          line-height: 1.25;
          padding-top: 18px; } }
      @media screen and (max-width: 540px) {
        .body-zensyobyo .header-zensyobyo .header-title01-zensyobyo h1 {
          font-size: 3rem; } }
      @media screen and (max-width: 340px) {
        .body-zensyobyo .header-zensyobyo .header-title01-zensyobyo h1 {
          font-size: 2.6rem;
          padding-top: 26px; } }
.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 #79C6E0; }
    @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 #79C6E0;
      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 #79C6E0; } }
    .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: #79C6E0;
      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 #79C6E0;
      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 #79C6E0;
      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;
      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 #79C6E0;
        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: #79C6E0 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 #79C6E0; }
      @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 #79C6E0;
        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 #79C6E0; } }
      .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-left-woman-zensyobyo02 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 680px;
    margin: 0 auto; }
    .body-zensyobyo .sec-zensyobyo-contents .hukidashi-left-woman-zensyobyo02 img {
      width: 18.2%;
      max-width: 124px; }
    .body-zensyobyo .sec-zensyobyo-contents .hukidashi-left-woman-zensyobyo02 .hukidashi-left-woman-contents02 {
      position: relative;
      width: 73.5%;
      max-width: 500px;
      height: auto;
      padding: 28px;
      border-radius: 4px;
      background-color: #fff;
      border: solid 3px #79C6E0; }
      @media screen and (max-width: 820px) {
        .body-zensyobyo .sec-zensyobyo-contents .hukidashi-left-woman-zensyobyo02 .hukidashi-left-woman-contents02 {
          padding: 12px; } }
      .body-zensyobyo .sec-zensyobyo-contents .hukidashi-left-woman-zensyobyo02 .hukidashi-left-woman-contents02::before, .body-zensyobyo .sec-zensyobyo-contents .hukidashi-left-woman-zensyobyo02 .hukidashi-left-woman-contents02::after {
        content: "";
        position: absolute;
        top: 50%; }
      .body-zensyobyo .sec-zensyobyo-contents .hukidashi-left-woman-zensyobyo02 .hukidashi-left-woman-contents02::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-zensyobyo02 .hukidashi-left-woman-contents02::before {
            left: -20px;
            border-right: 15px solid #FFF; } }
      .body-zensyobyo .sec-zensyobyo-contents .hukidashi-left-woman-zensyobyo02 .hukidashi-left-woman-contents02::after {
        left: -31px;
        margin-top: -10px;
        border: 10px solid transparent;
        border-right: 18px solid #79C6E0;
        z-index: 1; }
        @media screen and (max-width: 820px) {
          .body-zensyobyo .sec-zensyobyo-contents .hukidashi-left-woman-zensyobyo02 .hukidashi-left-woman-contents02::after {
            left: -26px;
            border-right: 15px solid #79C6E0; } }
      .body-zensyobyo .sec-zensyobyo-contents .hukidashi-left-woman-zensyobyo02 .hukidashi-left-woman-contents02 .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 #79C6E0; }
      @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 #79C6E0;
        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 #79C6E0; } }
      .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; }

/* 連生がん団信ページ */
.h1-tb-740 {
  display: none; }
  @media screen and (max-width: 740px) {
    .h1-tb-740 {
      display: inline-block; } }

.rensei-cancer-contents {
  background-color: #fff;
  border: solid 2px #79C6E0;
  border-radius: 20px;
  margin-bottom: 100px;
  padding: 60px 0; }
  @media screen and (max-width: 820px) {
    .rensei-cancer-contents {
      margin-bottom: 50px;
      padding: 30px 0; } }
  .rensei-cancer-contents .notab-inner02 {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
    padding: 0 10px; }
  .rensei-cancer-contents .hukidashi-right-man-cancer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 680px;
    margin: 0 auto 20px; }
    .rensei-cancer-contents .hukidashi-right-man-cancer img {
      width: 18.2%;
      max-width: 124px; }
    .rensei-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 #79C6E0; }
      @media screen and (max-width: 820px) {
        .rensei-cancer-contents .hukidashi-right-man-cancer .hukidashi-right-man-contents {
          padding: 12px; } }
      .rensei-cancer-contents .hukidashi-right-man-cancer .hukidashi-right-man-contents::before, .rensei-cancer-contents .hukidashi-right-man-cancer .hukidashi-right-man-contents::after {
        content: "";
        position: absolute;
        top: 50%; }
      .rensei-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) {
          .rensei-cancer-contents .hukidashi-right-man-cancer .hukidashi-right-man-contents::before {
            right: -20px;
            border-left: 15px solid #FFF; } }
      .rensei-cancer-contents .hukidashi-right-man-cancer .hukidashi-right-man-contents::after {
        right: -31px;
        margin-top: -10px;
        border: 10px solid transparent;
        border-left: 18px solid #79C6E0;
        z-index: 1; }
        @media screen and (max-width: 820px) {
          .rensei-cancer-contents .hukidashi-right-man-cancer .hukidashi-right-man-contents::after {
            right: -26px;
            border-left: 15px solid #79C6E0; } }
      .rensei-cancer-contents .hukidashi-right-man-cancer .hukidashi-right-man-contents .hukidashi-right-man-text {
        font-size: 1.5rem;
        line-height: 1.73; }

.rensei-image-contents {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 20px; }
  @media screen and (max-width: 420px) {
    .rensei-image-contents {
      display: block; } }
  .rensei-image-contents .rensei-image01, .rensei-image-contents .rensei-image02 {
    width: 50%;
    max-width: 400px; }
    @media screen and (max-width: 420px) {
      .rensei-image-contents .rensei-image01, .rensei-image-contents .rensei-image02 {
        width: 100%; } }
  .rensei-image-contents .rensei-image01 {
    margin-right: 40px; }
    @media screen and (max-width: 820px) {
      .rensei-image-contents .rensei-image01 {
        margin-right: 10px; } }
    @media screen and (max-width: 420px) {
      .rensei-image-contents .rensei-image01 {
        margin: 0 0 10px 0; } }

.rensei-attention {
  font-size: 1.2rem; }
  @media screen and (max-width: 600px) {
    .rensei-attention {
      font-size: 1rem;
      color: gray; } }
  @media screen and (max-width: 420px) {
    .rensei-attention {
      font-size: 0.8rem; } }

.header-title01-rensei01 {
  text-align: center;
  width: 600px;
  height: 136px;
  margin: 0 auto;
  position: relative;
  border: solid 4px #B0D8F5; }
  @media screen and (max-width: 820px) {
    .header-title01-rensei01 {
      width: 100%; } }
  .header-title01-rensei01 span {
    position: absolute;
    content: '';
    width: 16px;
    height: 16px;
    border-radius: 16px;
    background-color: #B0D8F5; }
    .header-title01-rensei01 span:first-of-type {
      top: 12px;
      left: 12px; }
    .header-title01-rensei01 span:nth-of-type(2) {
      top: 12px;
      right: 12px; }
    .header-title01-rensei01 span:nth-of-type(3) {
      bottom: 12px;
      right: 12px; }
    .header-title01-rensei01 span:nth-of-type(4) {
      bottom: 12px;
      left: 12px; }
  .header-title01-rensei01 h1 {
    font-size: 4.8rem;
    font-weight: 500;
    display: inline-block;
    width: 592px;
    height: 128px;
    line-height: 128px; }
    @media screen and (max-width: 820px) {
      .header-title01-rensei01 h1 {
        font-size: 4rem;
        width: 100%; } }
    @media screen and (max-width: 540px) {
      .header-title01-rensei01 h1 {
        font-size: 3rem; } }
    @media screen and (max-width: 340px) {
      .header-title01-rensei01 h1 {
        font-size: 2.6rem; } }
