/* アコーディオン外枠 */
.pz-accordion-title {
	position: relative;
	width: 100%;
	padding: 14px 20px 14px 68px !important;
	text-align: left;
	border: 3px solid #333;
	border-radius: 6px;
	font-size: 2.375rem;
	background: #FFFFFF;
  transition: border-radius 0.1s 0.4s;
}

.pz-accordion-title::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
	width: 44px;
	height: 45px;
	background: url(/-/media/Images/ZurichLife/product/category_iryo/shushiniryodx4/tokucho_pc/icons/icon_help_green.svg) no-repeat center center/contain;
}
.pz-accordion-title::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 21px;
  transform-origin: 50%;
	transform: translateY(-15px) rotate(135deg);
	width: 20px;
	height: 20px;
	border-right: 3px solid #333;
	border-top: 3px solid #333;
  transition: transform 0.4s;
}

.pz-accordion-title.is-open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  transition: border-radius 0.1s 0s;
}
.pz-accordion-title.is-open::after {
	transform: translateY(-5px) rotate(-45deg);
}

.pz-accordion-kanwa .pz-accordion-title::after{
  content: "+";
  border: none;
  color: #b9506d;
  font-size: 3.4rem;
  transform: initial;
  top: calc(50% - 1.6rem);
  right: 20px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  transition: content 0.4s;
}
.pz-accordion-kanwa .pz-accordion-title.is-open::after{
  content: "ー";
}


.pz-accordion-title strong {
	font-weight: 700;
}

.pz-accordion-title--heading::after {
	content: none;
}


.pz-accordion-content {
  display: none;
	border: 4px solid #333;
  border-top: none;
  padding: 35px 65px 35px !important;
	background: #ffffff;
  font-feature-settings: 'plat';
}

@media screen and (max-width: 800px) {
    .pz-accordion-title {
        padding: 7px 20px 7px 40px !important;
        border: 1px solid #333;
        border-radius: 2px;
        font-size: 1.25rem;
    }
    .pz-accordion-title::before {
        content: "";
        top: 50%;
        left: 5px;
        width: 22px;
        height: 22px;
    }
    .pz-accordion-title::after {
        content: "";
        right: 8px;
        width: 10px;
        height: 10px;
        transform: translateY(-8px) rotate(135deg);
        border-right: 1px solid #333;
        border-top: 1px solid #333;
    }
    .pz-accordion-kanwa .pz-accordion-title::after {
      top: calc(50% - 1.8rem);
      right: 0px;
      font-size: 1.8rem;
      width: 30px;
      height: 32px;
      line-height: 32px;
    }
    .pz-accordion-title.is-open::after {
      transform: translateY(-5px) rotate(-45deg);
    }
    .pz-accordion-kanwa .pz-accordion-title.is-open::after {
      transform: initial;
    }
    .pz-accordion-content {
        border: 3px solid #333;
        /* border-top: none; */
        padding: 14px 14px 9px !important;
    }
}

/* 色指定 */
.pz-accordion-green .pz-accordion-title,
.pz-accordion-green .pz-accordion-title::after {
  border-color: #00b1ad;
}
.pz-accordion-green .pz-accordion-content {
  border-color: #66d0ce;
}
.pz-accordion-green .pz-accordion-title strong,
.pz-accordion-green .txt-dark-color {
  color: #00b1ad;
}
.pz-accordion-green .txt-dark-orange2 {
  color: #e17666;
}


.pz-accordion-blue .pz-accordion-title,
.pz-accordion-blue .pz-accordion-title::after {
  border-color: #004ea2;
}
.pz-accordion-blue .pz-accordion-content {
  border-color: #5e9fe9;
}
.pz-accordion-blue .pz-accordion-title::before {
	background: url(/-/media/Images/ZurichLife/product/category_iryo/shushiniryodx4/tokucho_pc/icons/icon_help_blue.svg) no-repeat center center/contain;
}
.pz-accordion-blue .pz-accordion-title strong,
.pz-accordion-blue .txt-dark-color {
  color: #004ea2;
}
.pz-accordion-blue .txt-dark-orange2 {
  color: #e17666;
}


.pz-accordion-pink .pz-accordion-title,
.pz-accordion-pink .pz-accordion-title::after{
  border-color: #e17666;
}
.pz-accordion-pink .pz-accordion-content {
  border-color: #edada3;
}
.pz-accordion-pink .pz-accordion-title::before {
	background: url(/-/media/Images/ZurichLife/product/category_iryo/shushiniryodx4/tokucho_pc/icons/icon_help_pink.svg) no-repeat center center/contain;
}
.pz-accordion-pink .pz-accordion-title strong,
.pz-accordion-pink .txt-dark-color {
  color: #e17666;
}

.pz-accordion-kanwa .pz-accordion-title{
  border-color: #b9506d;
}
.pz-accordion-kanwa .pz-accordion-content {
  border: solid 10px rgba(185, 80, 109, 0.6);
}
.pz-accordion-kanwa .pz-accordion-title::before {
	background: url(/-/media/Images/ZurichLife/product/category_iryo/kanwa2/tokucho_pc/icon_help_pink.svg) no-repeat center center/contain;
}
.pz-accordion-kanwa .pz-accordion-title strong,
.pz-accordion-kanwa .txt-dark-color {
  color: #b9506d;
}


.pz-option .pz-accordion-kanwa .pz-accordion-title{
  border-color: #004ea2;
}
@media screen and (max-width: 800px) {
  .pz-accordion-kanwa .pz-accordion-content {
    border: solid 3px rgba(185, 80, 109, 0.6);
  }
}

.pz-accordion-content .content-h1__txt-left {
  text-align: left;
}
.pz-accordion-content .u-blue {
  color: #004ea2;
}
.pz-accordion-content .u-bold {
  font-weight: 700;
}
.pz-accordion-content .u-underline {
  text-decoration: underline;
  text-underline-position: under;
}

/* 基本スタイル */
.text-inherit {
  color: inherit;
  line-height: inherit;
  font-weight: inherit;
  font-size: inherit;
}

.mt-0 {
  margin-top: 0px;
}
.mt-4 {
  margin-top: 4px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-16 {
  margin-top: 16px;
}
.mt-17 {
  margin-top: 17px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-22 {
  margin-top: 22px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-35 {
  margin-top: 35px;
}
.mt-48 {
  margin-top: 48px;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.font-feature {
  font-feature-settings: "palt";
}

.txt-20 {
  font-size: 2rem;
  line-height: 1.6;
}

.txt-1em {
  font-size: 1em !important;
}

.pz-accordion-content strong {
  font-size: 1.1em;
  font-weight: 700;
}
.pz-accordion-content .txt-dark-blue {
  color: #004ea2;
}
.pz-accordion-content .txt-orange {
  color: #ea5548;
}
.pz-accordion-content .txt-pink {
  color: #D21177;
}

.pz-accordion-content .txt-bold {
  font-weight: 700;
}

.pz-accordion-content .txt-indent {
  display: flex;
  align-items: baseline;
}
.pz-accordion-content .txt-indent span{
  min-width: 43px;
  font-size: 1.85rem;
}
.pz-accordion-content .txt-indent p{
  font-size: 1.85rem;
  line-height: 1.5;
  text-align: justify;
  letter-spacing: -0.01em;
}

 .pz-accordion-content .acc22 .txt-indent span{
  min-width: auto;
}

.pz-accordion-content .content-h1 {
  font-size: 2.5rem;
  letter-spacing: -0.02em;
  line-height: 1.58;
  text-align: center;
}
.pz-accordion-content .content-h1__txt-left	{
text-align: left;
}
.pz-accordion-content .content-h1 strong {
  font-size: 3rem;
}
.pz-accordion-content .content-h2 {
  font-size: 2.8rem;
  letter-spacing: -0.02em;
  line-height: 1.45;
  text-align: center !important;
}
.pz-accordion-content .content-h3 {
    font-size: 2.8rem;
    letter-spacing: -0.02em;
    line-height: 1.6475;
    text-align: center;
}
.pz-accordion-content .content-h3 .txt-bold {
    font-size: 3.4rem;
}
.pz-accordion-content .content-h5 {
  font-size: 2.1rem;
  letter-spacing: -0.02em;
  line-height: 1.55;
}
.pz-accordion-content .content-h6  {
  font-size: 2.4rem;
  letter-spacing: -0.02em;
  line-height: 1.55;
}

.f-symbol-lf {
  max-width: 9px !important;
  min-width: 9px !important;
  display: inline-block;
}


.figure {
  margin-left: auto;
  margin-right: auto;
}
.figure img {
  width: 100%;
	margin: 0 auto;
}
.figure img:not(.sp-only) {
  display: block;
}
.figure-title   {
	width: 100%;
	margin-top: 0;
	margin-bottom: 8px;
	font-size: 2.5rem;
	line-height: 1.3043;
	letter-spacing: 0.01em;
}
.figure-title::before {
	content: "●";
	color: #004ea2;
	position: relative;
	left: -5px;
}


.balloon_box {
  margin: 20px 0 34px;
  position: relative;
  z-index: 0;
}

.balloon_box .blue {
  position: absolute;
  top: -20px;
  left: 26px;
  background-color: #004ea2;
  color: #fff;
  padding: 6px 12px 3px 17px;
  border-radius: 3px;
  font-size: 2rem;
  font-weight: bold;
  z-index: 1;
}

.balloon_box .balloon {
  background-color: #e6edf6;
  padding: 22px 24px 16px;
  border-radius: 6px;
  position: relative;
}

.balloon_box .balloon:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 30px 0 0;
  border-color: #e6edf6 transparent transparent transparent;
  bottom: -20px;
  left: calc(50% + 10px);
}

.balloon_box .balloon p {
  font-size: 2.2rem;
  line-height: 1.5;
}

.balloon_box .balloon p span {
  font-weight: bold;
  color: #004ea2;
}

@media screen and (max-width: 800px){
  .pz-accordion-content .txt-indent span{
    min-width: 29px;
    text-indent: 0px;
    font-size: 1rem;
    line-height: 1.5;
  }
  .pz-accordion-content .content-h1 {
      font-size: 1.4rem;
      margin-top: 0px;
  }
  .pz-accordion-content .content-h1 strong {
    font-size:1.1em
  }
  .pz-accordion-content .content-h1 span.txt-bold {
      font-size: 1.6rem;
  }
  .pz-accordion-content .content-h1.content-h1__txt-left span.txt-bold {
      font-size: 1.3rem;
  }
  .pz-accordion-content .content-h1__txt-left	{
      font-size: 1.2rem;
  }
  .pz-accordion-content .content-h2 {
    text-align: center;
    font-size: 1.4rem;
  }
  .pz-accordion-content .content-h2 span.txt-bold {
    font-size: 1.6rem;
  }
  .pz-accordion-content .content-h2.mt-48 {
    margin-top: 24px;
  }
  .pz-accordion-content .content-h3 {
      font-size: 1.4rem;
      line-height: 1.32;
      margin-top: 0px;
  }
  .pz-accordion-content .content-h3 .txt-bold {
      font-size: 1.6rem;
  }
  .pz-accordion-content .content-h5 {
      width: 100%;
      font-size: 1.15rem;
      line-height: 1.4;
      margin-top: 0;
  }
  .pz-accordion-content .content-h6 {
    font-size: 1.15rem;
    line-height: 1.52;
    margin-top: 5px!important;
  }

  .figure-title {
    font-size: 1.2rem;
  }

  .balloon_box {
      margin: 10px 0 20px;
  }
  .balloon_box .blue {
      position: absolute;
      width: 90px;
      padding: 0px;
      text-align: center;
      font-size: 1.0rem;
      line-height: 1.5;
      z-index: 2;
      top: 0;
      left: 13px;
      transform: translateY(-50%);
      border-radius: 3px;
      color: #fff;
      background-color: #004ea2;
  }
  .balloon_box .balloon {
      padding: 15px 15px 10px 15px;
      border-radius: 3px;
  }
  .balloon_box .balloon p {
      font-size: 1.15rem;
      line-height: 1.52;
  }
}

.tooltipbox-tip {
  height: 60px;
  font-size: 3rem;
  letter-spacing: 0.1em;
  color: #ffffff;
  background-color: #004da1;
  border-radius: 6px;
  margin-bottom: 20px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.tooltipbox-tip::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 14px);
  border-top: 16px solid #004da1;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 0;
}
.tooltipbox-img {
  margin-top: 30px;
  margin-bottom: 10px;
}


@media screen and (max-width: 800px) {
  .tooltipbox-tip {
    height: 30px;
    font-size: 1.5rem;
    border-radius: 3px;
    margin-bottom: 12px;
  }
  .tooltipbox-tip::after {
    transform: translate(-50%, 7px);
    border-top: 8px solid #004da1;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
  }
}

.txt-indent-01 p {
  margin-left: 1em;
  text-indent: -1em;
}
.txt-indent-01 span {
    width: 18px;
    min-width: 18px;
}

@media screen and (max-width: 800px) {
  .txt-indent-01.mt-20  {
    margin-top: 10px;
  }
  .helpbox-content .h1 {
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    font-size: 1.2rem;
    line-height: 1.6;
    text-align: left;
  }
  .helpbox-content .h2 {
    line-height: 1.6;
    font-size: 1.6rem;
  }
  .txt-indent_guard .desc {
    font-size: 0.9rem;
  }
}

.pz-note-list {
	margin-top: 18px;
	margin-bottom: 0;
	padding-left: 0;
	margin-right: -5px;
	font-feature-settings: "palt";
}
.pz-note-list__item {
	max-width: 100%;
	margin: 0 auto;
	font-size: 1.8rem;
	text-indent: -1em;
	padding-left: 1em;
  list-style: none;
}
.pz-note-list__item strong.pz-note-list__item__nobold {
	font-weight: normal;
}
.pz-note-list .pz-note-list__item   {
  font-size: 1.6rem;
}
.pz-plan-detail__content .pz-note-list {
	margin-top: 0px;
  margin-right: 0px;
}
.pz-plan-detail__content .pz-note-list .pz-note-list__item {
  text-indent: 0em;
  padding-left: 0em;
  margin-left: 0em;
}

@media screen and (max-width: 800px) {
  .pz-hosho-text-6 {
    font-size: 1.15rem;
    line-height: 1.45;
    text-align: justify;
    letter-spacing: 0.01em;
  }
  .pz-option-detail ul.pz-hosho-text-6 {
    padding-inline-start: 10px;
  }
  .pz-option-detail ul.pz-hosho-text-6 li {
    font-size: 1.15rem;
    line-height: 1.45;
    text-align: justify;
    letter-spacing: 0.01em;
    margin-bottom: 5px;
  }

  .pz-note-list {
	  margin-top: 5px;
    margin-right: -5px;
  }
  .pz-note-list .pz-note-list__item   {
    font-size: 1.2rem;
    text-indent: -1em;
    margin-left: 1em;
  }
}


.pz-advice {
	position: relative;
	z-index: 1;
	margin-bottom: 0;
}

.pz-advice::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: -5px;
	width: 130px;
	height: 150px;
	background: url(/-/media/Images/ZurichLife/product/category_iryo/shushiniryodx4/simu_pc/helpservices/img_01_02_04.png) no-repeat center center/contain;
}

.pz-advice__balloon {
	position: relative;
	width: calc(100% - 140px);
	margin-top: 0;
	margin-bottom: 0;
	padding: 20px 26px;
	border: 2px solid #898989;
	background: #FFFFFF;
	border-radius: 4px;
}

.pz-advice__balloon::before {
	content: "";
	position: absolute;
	top: 50%;
	right: -21px;
	margin-top: -9px;
	border-right: 23px solid transparent;
	border-top: 23px solid #898989;
	border-left: 23px solid transparent;
	z-index: -1;
}

.pz-advice__balloon::after {
	content: "";
	position: absolute;
	top: 50%;
	right: -18px;
	margin-top: -7px;
	border-right: 22px solid transparent;
	border-top: 22px solid #ffffff;
	border-left: 22px solid transparent;
	z-index: 2;
}

.pz-advice__text {
	font-size: 2.4rem;
	line-height: 1.4167;
}


@media screen and (max-width: 800px) {
  .pz-advice::after {
    width: 65px;
    height: 75px;
  }
  .pz-advice__balloon {
    width: calc(100% - 70px);
    padding: 10px 10px 10px 10px;
    border: 1px solid #898989;
    border-radius: 2px;
  }
  .pz-advice__balloon::before {
    right: -12px;
    margin-top: -7px;
    border-right: 12px solid transparent;
    border-top: 12px solid #898989;
    border-left: 12px solid transparent;
  }
  .pz-advice__balloon::after {
    right: -10px;
    margin-top: -6px;
    border-right: 11px solid transparent;
    border-top: 11px solid #ffffff;
    border-left: 11px solid transparent;
  }
  .pz-advice__text {
    font-size: 1.2rem;
  }
}


.staff {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 860px;
    margin: 22px auto 0;
}
.staff .left {
    margin-right: 30px;
    padding: 20px;
    border: 2px solid #a7a7a7;
    border-radius: 6px;
    position: relative;
    width: calc(100% - 149px);
}
.staff .left:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 22px 22px 0 0;
    border-color: #a7a7a7 transparent transparent transparent;
    top: calc(50% - 16px);
    right: -23px;
}
.staff .left:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 19px 19px 0 0;
    border-color: #fff transparent transparent transparent;
    top: calc(50% - 14.5px);
    right: -19px;
}
.staff .left p {
    font-size: 2.25rem;
    line-height: 1.4;
}
.staff .left p strong {
    font-weight: bold;
}
.staff .left p span {
    color: #004ea2;
}
.staff .img img {
    max-width: 119px;
}
.staff .left .list {
    margin-top: 10px;
    padding: 10px 20px;
    background-color: #e5edf6;
}
.staff .left .list_title {
    color: #004ea2;
    font-size: 1.8rem;
}
.staff .left .list ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 0 0 0em;
    margin: 0em auto auto auto;
}
.staff .left .list ul li {
    font-size: 1.8rem;
    font-weight: bold;
    margin: 0 12px 0 19px;
    list-style: none;
}
.staff .left .list ul li::before {
	content: "";
	width: 10px;
	height: 10px;
	display: inline-block;
	background-color: black;
	border-radius: 50%;
	position: relative;
	top: -1px;
	margin-right: 5px;	
}

@media screen and (max-width: 800px) {
  .staff-services__txt {
    width: calc(100% - 72px);
    border: 1px solid #898989;
    border-radius: 3px;
    padding: 13px 9px;
  }
  .txt-24-34 {
    font-size: 1.2rem;
    line-height: 1.4167;
  }
  .staff-services__txt::after {
    width: 11px;
    height: 11px;
    right: 0;
    border-radius: 1px;
    border-top: 1px solid #898989;
    border-right: 2px solid #898989;
  }
  .staff-services__img {
    width: 65px;
    left: 7px;
    top: 6px;
  }

  .staff {
    max-width: 100%;
    margin: 10px auto 10px;
  }
  .staff .left {
      margin-right: 12px;
      padding: 13px 10px;
      border: 1px solid #898989;
      border-radius: 3px;
      position: relative;
      width: calc(100% - 72px);
      letter-spacing: -0.5px;
  }
  .staff .left p {
      font-size: 1.2rem;
      line-height: 1.4;
  }
  .staff .img img {
      max-width: 60px;
  }
  .staff .left:before {
      content: none;

  }
  .staff .left:after {
      content: "";
      width: 11px;
      height: 11px;
      position: absolute;
      z-index: 1;
      top: 50%;
      right: 0;
      background-color: #ffffff;
      border-radius: 1px;
      border-top: 1px solid #898989;
      border-right: 2px solid #898989;
      transform: translate(6px, -50%) skewX(-45deg);
  }
  .staff .left .list {
    padding: 5px 8px;
  }
  .staff .left .list_title {
      font-size: 1rem;
      line-height: 1.5;
  }
  .staff .left .list ul li {
      font-size: 1rem;
      line-height: 1.5;
      text-indent: 0px;
      margin: 0 5px 0 10px;
      margin-left: 1em;
      padding-right: 10px;
  }
  .staff .left .list ul li::before {
        width: 5px;
        height: 5px;
        margin-right: 3px;
    }
}



@media screen and (max-width: 800px) {
  .figure-pc-038 {
      width: 253px;
      margin-bottom: 20px;
  }
}


.pz-hosho-text-6 {
	margin-bottom: 40px;
	font-size: 2.3rem;
	line-height: 1.3214;
	text-align: left;
}



.acc20_figure-02 {
	position: relative;
	margin-top: 32px;
	margin-bottom: 10px;
	background: #e5edf6;
	border-radius: 6px;
}
.acc20_figure-02__label {
	position: relative;
	top: -11px;
	margin-left: 30px;
	background: #004ea2;
	padding: 8px 16px 8px;
	font-size: 2.1rem;
	line-height: 1.3;
	font-weight: bold;
	color: #ffffff;
	border-radius: 6px;
}
.acc20_figure-02__wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 15px 17px 30px;
}
.acc20_figure-02__main {
	width: calc(100% - 176px);
	padding-right: 5px;
	font-size: 2.3rem;
	line-height: 1.4;
	letter-spacing: 0.01em;
}
.acc20_figure-02__main strong {
	font-size: 120%;
	color: #004ea2;
}
.acc20_figure-02__fig {
	width: 244px;
	padding: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 0;
	margin-bottom: 0;
	background: #ffffff;
	text-align: center;
	font-size: 3.5rem !important;
	letter-spacing: 0.03em;
	color: #004ea2;
	font-weight: bold;
	border-radius: 5px;
}
.acc20_figure-02__fig span {
	padding-top: 5px;
	font-size: 60%;
}
.pz-hosho-text-4 {
	font-size: 1.25rem;
	line-height: 1.4;
	margin: 0;
}

.pz-hosho-text-4--mt {
	margin-top: 12px;
	margin-left: 100px;
	margin-right: 100px;
}

.pz-hosho-text-4 ul {
	margin: 0;
	padding: 0;
}

.pz-hosho-text-4 ul li {
	padding: 0;
	text-indent: -1em;
	padding-left: 1em;
	font-size: 2.5rem;
	line-height: 1.4;
}

.pz-hosho-text-4 p {
	margin: 0;
	font-size: 2.4rem;
	line-height: 1.4;
}

.pz-hosho-text-4 strong {
	color: #004ea2;
}

@media screen and (max-width:800px) {
  .acc20_figure-02__fig {
    width: 100%;
    font-size: 3.5rem !important;
  }
  .acc20_figure-02__fig span {
    padding-top: 5px;
    font-size: 60%;
  }
  .pz-hosho-text-4 {
    font-size: 1.25rem;
    margin: 0;
  }
  .pz-hosho-text-4 ul li {
    font-size: 1.25rem;
  }
  .pz-hosho-text-4 p {
    font-size: 1.25rem;
  }
}

/* content01 */
.acc01_box {
  margin-top: 16px;
  margin-bottom: 20px;
}

.acc01_figure-01 {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
  margin-top: 0;
}
.acc01_figure-01__color-box {
  min-height: 270px;
  border-radius: 4px;
  padding: 18px 14px 8px;
}
.pz-accordion-green .acc01_figure-01__color-box {
  background: #e4f7f7;
}
.pz-accordion-pink .acc01_figure-01__color-box {
  background: #FBEAE8;
}
.pz-accordion-kanwa .acc01_figure-01__color-box {
  background: #f5e5e9;
}

.acc01_figure-01__color-box:nth-child(1) {
  width: 70%;
  margin-right: 5%;
}
.acc01_figure-01__color-box:nth-child(2) {
  width: 25%;
}
.acc01_figure-01__color-box:not(:last-child) {
  position: relative;
}
.acc01_figure-01__color-box:not(:last-child)::before {
  content: "";
  width: 40px;
  height: 40px;
  display: block;
  background: url(/-/media/Images/ZurichLife/product/category_iryo/shushiniryodx4/tokucho_pc/icons/img_icon_20.svg) no-repeat center/contain;
  position: absolute;
  top: calc(50% - 40px);
  left: calc(100% + 2px);
  transform: translateY(50%);
}
.acc01_figure-01__main__inner {
    display: flex;
}
.acc01_figure-01__main__item {
  width: 30.2%;
  background: #ffffff;
  border: 1px solid #898989;
  border-radius: 3px;
  text-align: center;
  padding: 9px 0;
}
.acc01_figure-01__main__item:not(:last-child) {
  margin-right: 4.7%;
  position: relative;
}
.acc01_figure-01__main__item:not(:last-child)::before {
  content: "";
  width: 23.7px;
  height: 23.7px;
  display: block;
  background: url(/-/media/Images/ZurichLife/product/category_iryo/shushiniryodx4/tokucho_pc/icons/img_icon_20.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: calc(100% + 3px);
  transform: translateY(-50%);
}
.acc01_figure-01__main__icon {
  height: 90px;
}
.acc01_figure-01__main__icon img {
  height: 100%;
}
.acc01_figure-01__main__note {
  font-size: 2.2rem;
  margin-top: 12px;
  letter-spacing: -0.04em;
  line-height: 1;
}
.acc01_figure-01__main__note small {
  font-size: 1.4rem;
  vertical-align: top;
}
.acc01_figure-01__main__price {
  font-size: 3.1rem;
  font-weight: bold;
  color: #004ea2;
  margin-top: 7px;
  line-height: 1;
}
.acc01_figure-01__main__total {
  font-size: 4.2rem;
  text-align: center;
  margin-top: 24px;
  margin-bottom: 0;
}
.acc01_figure-01__main__total strong {
  color: #004ea2;
}
.acc01_figure-01__sub {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  text-align: left;
  height: 100%;
}
.acc01_figure-01__sub__text {
  width: 100%;
  font-size: 2.7rem;
  line-height: 1.2;
}
.acc01_figure-01__sub__text strong {
  color: #004ea2;
}
.acc01_figure-01__sub__note {
  width: 100%;
  font-size: 1.9rem;
  margin-top: 0;
  line-height: 1.2;
  margin-top: 30px;
}

.acc01_figure-02 {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
}
@media screen and (max-width:800px) {
  .acc01_box {
    margin-bottom: 10px;
  }
  .acc01_figure-01 {
    margin-top: 0;
    display: flex;
    flex-wrap: wrap;
  }
  .acc01_figure-01__color-box {
  min-height: auto;
  }
  .acc01_figure-01__color-box:not(:last-child) {
    margin-bottom: 35px;
    position: relative;
    width: 100%;
    height: auto;
    position: relative;
    margin-right: 0%;
  }
  .acc01_figure-01__color-box:not(:last-child)::before {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: calc(100% + 7px);
    left: 50%;
    transform: translateX(-50%);
  }
  .acc01_figure-01__color-box:nth-child(2) {
    width: 100%;
    height: auto;
  }
  .acc01_figure-01__main__item {
    width: 30.2%;
    background: #ffffff;
    border: 1px solid #898989;
    border-radius: 3px;
    text-align: center;
    padding: 9px 0;
  }
  .acc01_figure-01__main__item:not(:last-child)::before {
    content: "";
    width: 12px;
    height: 12px;
    display: block;
    position: absolute;
    top: 50%;
    left: calc(100% + 2px);
    transform: translateY(-50%);
  }
  .acc01_figure-01__main__icon {
    height: 37px;
  }
  .acc01_figure-01__main__icon img {
    height: 100%;
  }
  .acc01_figure-01__main__note {
    font-size: 1.1rem;
    margin-top: 7px;
    letter-spacing: -0.04em;
    line-height: 1;
  }
  .acc01_figure-01__main__note small {
    font-size: 0.7rem;
    vertical-align: top;
  }
  .acc01_figure-01__main__price {
    font-size: 1.5rem;
    font-weight: bold;
    color: #004ea2;
    margin-top: 3px;
    line-height: 1;
  }
  .acc01_figure-01__main__total {
    font-size: 2rem;
    text-align: center;
    margin-top: 4px;
  }
  .acc01_figure-01__main__total strong {
    color: #004ea2;
  }
  .acc01_figure-01__sub {
    text-align: center;
    padding: 0 0 5px;
  }
  .acc01_figure-01__sub__text {
    font-size: 1.35rem;
    margin-bottom: 5px;
  }
  .acc01_figure-01__sub__text strong {
    color: #004ea2;
  }
  .acc01_figure-01__sub__note {
    font-size: 0.95rem;
    line-height: 1.2;
    margin-top: 0;
  }
}

/* content02 */
.acc02-desc {
  font-size: 2.25rem;
  line-height: 1.5;
}
.acc02-figure {
  max-width: 520px;
  width: 100%;
  margin-top: 14px;
}

@media screen and (max-width:800px) {
  .acc02-desc {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}

/* content03 */
.acc03-under {
  font-size: 2.1rem;
  text-decoration: underline;
}

@media screen and (max-width:800px) {
  .acc03-under {
    width: 100%;
    font-size: 1.15rem;
    margin-top: 10px;
  }
}


/* content04 */
.acc04_figure {
  width: 100%;
  max-width: 580px;
  margin-top: 20px;
}

/* content05 */
.txt-indent_35 p{
  font-feature-settings: 'plat' on;
  margin-left: 4em;
  text-indent: -4em;
  letter-spacing: -0.01em;
}
.acc05_table-title {
  width: 100%;
  max-width: 860px;
  margin: 30px auto 5px;
  font-size: 2.3rem;
  line-height: 1.52;
}
.acc05_table {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
}
.acc05_table th   {
  width: 60px;
}
.acc05_table th, .acc05_table td {
  padding: 10px 12px;
  border: 2px solid #898989;
  font-size: 1.8rem;
  line-height: 1.26;
  letter-spacing: 0.01em;
  text-align: justify;
}
.acc05_table thead th {
    text-align: center;
    color: #fff;
}

.pz-accordion-green .acc05_table thead th:nth-child(2) {
    background-color: #00b1ad;
}
.pz-accordion-kanwa .acc05_table thead th:nth-child(2) {
    background-color: #b9506d;
}
.acc05_table thead th:nth-child(2) {
  background-color: #e17666;
}
.acc05_table thead th:nth-child(3) {
    background-color: #004ea2;
}
.acc05_table thead .th {
    width: 118px;
}
.acc05_table tbody th {
    background-color: #efefef;
}
.acc05_table tbody td div {
  width: 100%;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.26;
}
.acc05_table tbody td.bl,
.acc05_table tbody td.br {
  position: relative;
}
.acc05_table tbody td.bl::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 3px solid #f29991;
  border-right: 0;
}
.acc05_table tbody td.br::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 3px solid #f29991;
  border-left: 0;
}
.acc05_table tbody td div .icon-plus-black {
  display: block;
  width: 14px;
  height: 14px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.acc05_table tbody td div .icon-plus-black::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #221814;
  transform: translate(-50%, -50%);
  width: 2px;
  height: 14px;
}
.acc05_table tbody td div .icon-plus-black::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #221814;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 2px;
}
.acc05 {
  max-width: 860px;
  margin: 42px auto 0;
}
.acc05_list+.acc05_list {
  margin-top: 40px;
}
.acc05_list_title_box {
  margin-bottom: 24px;
  padding: 14px 10px 10px;
  background-color: #004ea2;
  border-radius: 6px;
  position: relative;
  text-align: center;
}
.acc05_list_title_box:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 16px 0 16px;
  border-color: #004ea2 transparent transparent transparent;
  bottom: -16px;
  left: calc(50% - 16px);
}
.acc05_list_title_box .title {
  color: #fff;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0.3rem;
  font-weight: bold;
}
.acc05_list_title_box .txt {
  position: absolute;
  top: calc(50% - 19px);
  right: 10px;
  padding: 9px 10px 6px;
  background-color: #ccdcec;
  color: #004ea2;
  border-radius: 3px;
  line-height: 1;
  font-size: 2.3rem;
  font-weight: bold;
  margin-top: 0px;
}
.acc05_list_inner {
  background-color: #d9f3f3;
  padding: 30px;
  border-radius: 6px;
  text-align: center;
}
.acc05_list_inner_txt {
  font-size: 2.4rem;
  line-height: 1.25;
}
.acc05_list_inner_txt strong {
  font-weight: bold;
  color: #004ea2;
}
.acc05_list_inner .ul {
  margin-top: 10px;
  text-align: left;
}
.acc05_list_inner .ul .txt_cost {
  margin-bottom: 4px;
  font-size: 2.4rem;
}
.acc05_list_inner .ul ul {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.acc05_list_inner .ul ul li {
  padding: 20px 15px;
  list-style: none;
  background-color: #fff;
  border: 1px solid #898989;
  text-align: center;
  border-radius: 4px;
  width: calc((100% - 20px)/2);
}
.acc05_list_inner .ul ul li+li {
  margin-left: 20px;
}
.acc05_list_inner .ul ul li .txt {
  font-size: 2rem;
  line-height: 1.25;
}
.acc05_list_inner .ul ul li .price {
  margin-top: 6px;
  font-size: 2.3rem;
  line-height: 1.25;
  color: #004ea2;
  font-weight: bold;
}
.acc05_list_inner .ul ul li .price strong {
  font-size: 3.4rem;
}
.acc05_list_title_box-mt-38 {
  margin-top: 15px;
}
.acc05_fig {
	display: flex;
	margin-top: 5px;
	padding: 20px 30px;
	border-radius: 3px;
}

.pz-accordion-green .acc05_fig {
  background: #e4f7f7;
}
.pz-accordion-pink .acc05_fig {
  background: #FBEAE8;
}
.pz-accordion-kanwa .acc05_fig {
  background: #f5e5e9;
}
.acc05_fig__intro {
	max-width: 254px;
	margin-top: 56px;
	margin-right: 48px;
	font-size: 2.3rem;
	line-height: 1.5;
}
.acc05_fig__wrap {
	width: 70%;
}
.acc05_fig__caption {
	margin-top: 7px;
	margin-bottom: 8px;
	font-size: 2rem;
	line-height: 1.5;
}
.acc05_fig__items {
	display: flex;
	margin-top: 0;
	margin-bottom: 0;
	border: 1px solid #231815;
	border-radius: 3px;
	background: #ffffff;
}
.acc05_fig__item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: column;
	width: 50%;
	padding: 20px 8px 0;
}
.acc05_fig__item:not(:last-child) {
	border-right: 1px solid #231815;
}
.acc05_fig__label {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2rem;
	line-height: 1.3;
	text-align: center;
	margin: auto;
}
.acc05_fig__price {
	color: #004ea2;
	text-align: center;
	margin-top: 28px;
	margin-bottom: 20px;
	font-size: 2.3rem;
  white-space: nowrap;
}
.acc05_fig__price span {
	font-weight: bold;
	font-size: 160%;
}

@media screen and (max-width: 800px) {
  .acc05 {
    max-width: 100%;
    margin: 25px auto 0;
  }
  .acc05_table-title {
      max-width: 100%;
      width: 100%;
      margin: 20px auto 5px;
      font-size: 1.15rem;
  }
  .acc05_table-title .txt-20 {
      font-size: 1rem;
  }
  .acc05_table th, .acc05_table td {
      padding: 5px 6px;
      border: 1px solid #898989;
      font-size: 0.95rem;
      font-weight: normal;
  }
  .acc05_table tbody td div {
      font-size: 0.95rem;
  }
  .acc05_table tbody td.bl::after {
      border: 2px solid #f29991;
      border-right: 0;
  }
  .acc05_table tbody td.br::after {
      border: 2px solid #f29991;
      border-left: 0;
  }
  .acc05_table tbody td div .icon-plus-black {
      width: 7px;
      height: 7px;
      margin-top: 3px;
      margin-bottom: 3px;
  }
  .acc05_table tbody td div .icon-plus-black::before {
      width: 1px;
      height: 7px;
  }
  .acc05_table tbody td div .icon-plus-black::after {
      width: 7px;
      height: 1px;
  }
  .acc05_list_title_box {
    width: 100%;
    max-width: 375px;
    height: 30px;
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    font-weight: 700;
    border-radius: 3px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 12px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
  }
  .acc05_list_title_box .title {
    font-size: 1.5rem;
  }
  .acc05_list_title_box .txt {
    position: absolute;
    width: 80px;
    height: 20px;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    line-height: 1;
    font-size: 1.15rem;
    letter-spacing: -0.01em;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
  }
  .acc05_list_title_box:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 7px);
    border-top: 8px solid #004da1;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 0;
  }
  .acc05_list_title_box-mt-38 {
    margin-top: 15px;
  }
  .acc05_list_inner {
    padding: 10px;
    text-align: justify;
  }
  .acc05_list_inner_txt {
    font-size: 1.15rem;
    line-height: 1.25;
  }
  .acc05_list_inner .ul .txt_cost {
    font-size: 1.15rem;
  }

  .acc05_fig {
    padding: 12px 11px;
    display: block;
  }
  .acc05_fig__intro {
      font-size: 1.15rem;
      max-width: 100%;
      margin-top: 0px;
      margin-right: 0px;
  }
  .acc05_fig__wrap {
      width: 100%;
  }

  .acc05_fig__caption {
      margin-bottom: 2px;
      font-size: 1rem;
  }

  .acc05_fig__item {
      padding: 9px 8px 6px;
  }

  .acc05_fig__label {
      font-size: 1rem;
  }

  .acc05_fig__price {
      margin-top: 5px;
      margin-bottom: 0;
      font-size: 1.15rem;
  }
}

/* content06 */
.acc06_figure-01 {
  width: 100%;
  max-width: 434px;
  margin-top: 14px;
}
.acc06_txt-indent p {
    margin-left: 2.5em;
    text-indent: -2.5em;
}
.acc06_figure-02 {
  width: 100%;
  max-width: 656px;
  margin-top: 22px;
}

/* content06(ワイド) */
.acc06w_figure-01 {
  max-width: 400px;
  margin-top: -20px;
}
.acc06w_figure-02 {
	max-width: 326px;
}
.acc06w_figure-03 {
	display: flex;
	flex-wrap: wrap;
	width: calc(100% - 200px);
	margin: 20px 100px 60px;
	padding: 0;
	text-align: center;
	border-top: 2px solid #b2cae3;
	border-left: 2px solid #b2cae3;
}
.acc06w_figure-03__item {
	width: 33.3333333333%;
	border-right: 2px solid #b2cae3;
	border-bottom: 2px solid #b2cae3;
	padding: 3px 0 5px;
}
.acc06w_figure-03__item img {
	display: block;
	width: 88%;
	margin: 0 auto;
}
.acc06w_figure-03__text {
	margin-top: 3px;
	font-size: 1.87rem;
	font-weight: bold;
	line-height: 1.26;
	display: block;
	color: #004ea2;
}

@media screen and (max-width:800px) {
  .acc06w_figure-01 {
    max-width: 176px;
    margin-top: -15px;
  }
  .acc06w_figure-02 {
    max-width: 132px;
  }
  .acc06w_figure-03 {
    width: 100%;
    margin: 0;
  }
  .acc06w_figure-03__text {
    font-size: 0.9rem;
    line-height: 1.26;
  }
}

/* content07 */
.acc07 {
  margin-top: 16px;
  margin-bottom: 20px;
}

.acc07_title {
  color: #004ea2;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 10px;
  padding-left: 22px;
  position: relative;
}

.acc07_title:before {
  content: "";
  position: absolute;
  display: inline-block;
  background-color: #004ea2;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  top: 1px;
  left: 0;
}

.acc07_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.acc07_flex_list:first-child {
  width: 38%;
}

.acc07_flex_list:nth-of-type(2) {
  width: calc(100% - (38% + 20px));
  margin-left: 20px;
}

.acc07_flex_list,
.acc07 .list {
  text-align: center;
}

.acc07_flex_list .title,
.acc07 .list .title {
  background-color: #004ea2;
  color: #fff;
  margin-bottom: 10px;
  padding: 12px 10px 7px;
  border-radius: 6px;
  font-size: 2.2rem;
  font-weight: bold;
}

.acc07_flex_list ul,
.acc07 .list ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 0 0 0em;
}

.acc07_flex_list ul li,
.acc07 .list ul li {
  list-style: none;
  border: 4px solid #6d9aca;
  background-color: #fffde5;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #004ea2;
  padding: 8px 6px 8px;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.25;
  min-height: 88px;
}

.acc07_flex_list:first-child ul li {
  width: calc((100% - 10px)/2);
}

.acc07_flex_list:nth-of-type(2) ul li:first-child {
  width: 60%;
}

.acc07_flex_list:nth-of-type(2) ul li:last-child {
  width: calc(40% - 10px);
}

.acc07 .list {
  margin-top: 20px;
}

.acc07 .list ul li {
  width: calc((100% - 30px)/4);
}

.acc07_flex_list ul li+li,
.acc07 .list ul li+li {
  margin-left: 10px;
}

.acc07_flex_list ul li div,
.acc07 .list ul li div {
  position: relative;
}

.acc07_flex_list ul li div span,
.acc07 .list ul li div span {
  position: absolute;
  bottom: -22px;
  right: 0;
  color: #333;
}

.acc07_txt-indent p  {
    font-size: 2.2rem;
    margin-top: 10px;
    margin-left: 1em;
    text-indent: -1em;
}

@media screen and (max-width:800px) {
  .acc07_title {
    font-size: 1.15rem;
    line-height: 1.25;
    padding-left: 15px;
    margin-bottom: 5px;
  }
  .acc07_title::before {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    top: 1px;
  }
  .acc07_flex_list .title,
  .acc07 .list .title {
      margin-bottom: 5px;
      padding: 6px 5px 6px;
      border-radius: 3px;
      font-size: 1.2rem;
      line-height: 1;
  }
  .acc07_flex {
      align-items: flex-start;
  }
  .acc07_flex_list:first-child ul li {
      width: calc((100% - 4px)/2);
  }
  .acc07_flex_list ul,
  .acc07 .list ul {
      padding: 0 0 0 0em;
      margin: 0em auto auto auto;
      align-items: inherit;
  }

  .acc07_flex_list:nth-of-type(2) {
      width: calc(100% - (38% + 10px));
      margin-left: 10px;
  }
  .acc07_flex_list ul li,
  .acc07 .list ul li {
      list-style: none;
      border: 3px solid #6d9aca;
      background-color: #fffde5;
      border-radius: 3px;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #004ea2;
      padding: 4px 0 4px;
      font-weight: bold;
      font-size: 1rem;
      line-height: 1.25;
      min-height: 44px;
  }
  .acc07_flex_list ul li+li,
  .acc07_flex .list ul li+li {
      margin-left: 4px;
  }
  .acc07_flex_list:nth-of-type(2) ul li:last-child {
      width: calc(40% - 4px);
  }
  .acc07_flex_list ul li div span,
  .acc07 .list ul li div span {
      bottom: -11px;
  }
  .acc07_txt-indent p {
      font-size: 1.2rem;
      margin-top: 5px;
      line-height: 1.5;
  }
}

/* content08 */
.acc08_txt-indent {
  display: flex;
  align-items: baseline;
}
.acc08_txt-indent>span {
  font-size: 1.85rem;
  white-space: nowrap;
}
.acc08_txt-indent p {
  line-height: 1.5;
  text-align: justify;
  letter-spacing: -0.01em;
  font-size: 2.3rem;
}

@media screen and (max-width: 800px) {
  .acc08_txt-indent p {
    font-size: 1.15rem;
  }
}

/* content09 */
.acc09_figure-01 {
  margin-top: 5px;
}
.acc09_figure-01_title	{
  font-size: 2.2rem;
  font-weight: bold;
}
.acc09_figure-01_title span	{
color: #004ea2;	
}
.acc09_figure-01_note01	{
  font-size: 1.8rem;
margin-top: 20px;
  margin-left: 2em;
  text-indent: -2em;	
}
.acc09_figure-01_note02	{
font-size: 1.8rem;
margin-top: 0px;
margin-bottom: 30px;
}
.acc09_figure-02 {
  width: 100%;
  max-width: 575px;
  margin-top: 16px;
}

@media screen and (max-width:800px) {
  .acc09_figure-01_title	{
    font-size: 1.3rem;
    margin-left: 1em;
    text-indent: -1em;
    padding-top: 10px;
  }
  .acc09_figure-01_note01	{
    font-size: 1rem;
    margin-top: 5px;
    line-height: 1.5;
  }
  .acc09_figure-01_note02	{
    font-size: 1rem;
    margin-bottom: 20px;
      margin-left: 2.5em;
      text-indent: -2.5em;
      line-height: 1.5;
  }
  .acc09_figure-01 {
    margin-top: 6px;
  }
}
/* content10 */

.acc10_figure-01 {
  width: 100%;
  max-width: 300px;
  margin-top: 23px;
}
.acc10_figure-01-note {
  font-size: 1.85rem;
  line-height: 1.5;
  margin: 15px 0 40px;
}
.acc10_figure-02 {
    width: 100%;
    max-width: 572px;
    margin-top: 16px;
}
.acc10_figure-03 {
    width: 100%;
    max-width: 535px;
    margin-top: 56px;
}
@media screen and (max-width: 800px) {
  .acc10_figure-01 {
    max-width: 150px;
    margin-top: 13px;
    margin-bottom: 10px;
  }
  .acc10_figure-01-note {
    font-size: 1rem;
    margin: 0px 0 25px;
  }
  .acc10_figure-03 {
      margin-top: 25px;
      margin-bottom: 20px;
  }
}

/* content11 */
.acc11_figure {
  width: 100%;
  max-width: 554px;
  margin: 20px auto 0;
}
.acc11_figure-note {
  font-size: 1.85rem;
  line-height: 1.5;
  margin: 15px 0 40px;
}
@media screen and (max-width: 800px) {
  .acc11_figure-note {
    font-size: 1rem;
    margin-top: 10px;
    margin-left: 3em;
    margin-bottom: 20px;
    text-indent: -3em; 
  }

}

/* content12 */
.pz-note-list .acc12-note-list__item {
  font-size: 2.0rem;
  line-height: 1.5;
}
.pz-note-list .acc12-note-list__item span {
    text-align: right;
    display: block;
    font-size: 1.6rem;
    margin-top: -10px;
}
.acc12-main {
	margin-top: 10px;
}

.acc12-main__row {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin: 0;
}

.acc12-main__row:not(:last-child) {
	margin-bottom: 10px;
}

.acc12-main__label {
	position: relative;
	padding-left: 70px;
}

.acc12-main__label::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 4px;
	transform: translateY(-50%);
	width: 50px;
	height: 50px;
}

.acc12-main__label--01 {
	font-size: 2.3rem;
	line-height: 1.3;
}

.acc12-main__label--01 strong {
	font-size: 1.2em;
	color: #004ea2;
}

.acc12-main__label--01 > br {
	display: none;
}

.acc12-main__label--01::before {
	background: url(/-/media/Images/ZurichLife/product/category_iryo/shushiniryodx4/tokucho_pc/icons/img_icon24.png) no-repeat center center/contain;
}

.acc12-main__label--02 {
	font-size: 2.3rem;
	line-height: 1.3;
}

.acc12-main__label--02::before {
	background: url(/-/media/Images/ZurichLife/product/category_iryo/shushiniryodx4/tokucho_pc/icons/img_icon25.png) no-repeat center center/contain;
}

.acc12-main__price {
	margin: 0;
	flex-shrink: 0;
	font-size: 2.2rem;
	line-height: 1.3;
	text-align: right;
}

.acc12-main__price span {
	font-size: 1.9em;
	color: #e03657;
}

.acc12-main__result {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin: 15px 0 0;
	padding-top: 40px !important;
	padding-bottom: 20px !important;
	border-top: 1px solid #231815;
}

.acc12-main__result__label {
	font-size: 3.4rem;
	color: #004ea2;
	margin-right: 20px;
}

.acc12-main__result__price {
	font-size: 3.1rem;
	margin: 0;
}

.acc12-main__result__price span {
	font-size: 2.0em;
	color: #e03657;
	font-weight: bold;
}

@media screen and (max-width: 800px) {
  .pz-note-list .acc12-note-list__item {
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .pz-note-list .acc12-note-list__item span {
    font-size: 1.2rem;
    margin-top: 0px;
  }
  .acc12-main__label {
    padding-left: 32px;
  }
  .acc12-main__label::before {
    width: 25px;
    height: 30px;
  }
  .acc12-main__label--01 {
    font-size: 1.15rem;
  }
  .acc12-main__label--02 {
    font-size: 1.15rem;
  }
  .acc12-main__price {
    font-size: 1.1rem;
  }
  .acc12-main__result {
    margin: 15px 0 0;
    padding: 10px 0 0 !important;
  }
  .acc12-main__result__label {
    font-size: 1.7rem;
    margin: 0;
  }
  .acc12-main__result__price {
    font-size: 1.55rem;
  }
}

/* content13 */
.acc13_figure {
  width: 100%;
  margin-top: 18px;
  max-width: 700px;
}

/* content14 */
.acc14_text {
  font-size: 2.4rem;
  margin-bottom: 15px;
}
.acc14_list {
  list-style: none;
}
.acc14_list li {
  font-size: 2.0rem;
  margin-left: 1em;
  text-indent: -1em;
  letter-spacing: -0.1px;
}
@media screen and (max-width:800px) {
  .acc14_text {
    font-size: 1.2rem;
    margin-bottom: 5px;
  }
  .acc14_list {
      margin: 0em;
      padding: 0 0 0 1em;
  }
  .acc14_list li {
      font-size: 1rem;
      line-height: 1.6;
  }
}

/* content15 */
.acc15_figure-01 {
  max-width: 656px;
  width: 100%;
  margin: 10px auto;
}
.acc15_figure-02 {
  width: 100%;
  max-width: 545px;
  margin: 20px auto 0;
}
.acc15_figure-03 {
    width: 100%;
    max-width: 450px;
    margin: 10px auto 20px;
}

.acc15_figure-title   {
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: bold;
}
.acc15_figure-guard   {
  font-size: 1.85rem;
  line-height: 1.5;
  margin-left: 7.5em;
  text-indent: -7.5em;
}
.acc15_figure-guard_s {
  font-size: 1.8rem;
  line-height: 1.5;
}

.acc15_box {
  max-width: 565px;
  margin: 40px auto 0 30px;
}
.acc15_flex {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.acc15_flex .left {
  width: 100%;
  border-left: 6px solid #eb6d9a;
  padding-left: 10px;
  margin-bottom: 10px;
}
.acc15_flex .left p {
  font-size: 2rem;
  line-height: 1.3;
  padding: 5px 0;
}
.acc15_flex .left p strong {
  font-size: 3rem;
  color: #eb6d9a;
}
.acc15_flex .left p span {
  font-size: 2.4rem;
}
.acc15_flex .right {
  width: 200px;
  margin-left: 20px;
  padding: 20px;
  background-color: #fce9f0;
  text-align: center;
  position: relative;
}
.acc15_flex .right:before {
  content: "";
  position: absolute;
  display: inline-block;
  background-color: #fff;
  width: 14px;
  height: 14px;
  bottom: 0;
  right: 0;
}
.acc15_flex .right:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 14px 0 0;
  border-color: #eb6d9a transparent transparent transparent;
  bottom: 0;
  right: 0;
}
.acc15_flex .right .txt {
  font-size: 1.7rem;
  font-weight: bold;
}
.acc15_flex .right .pink {
  margin-top: 12px;
  font-size: 2.8rem;
  color: #eb6d9a;
  font-weight: bold;
}
.acc15_flex .right .pink strong {
  font-size: 4.4rem;
}
.acc15_box .note {
  margin: 16px 0 0 -6px;
  font-size: 1.85rem;
}

@media screen and (max-width: 800px) {
  .acc15_figure-01 {
    margin-top: 5px;
  }
  .acc15_figure-02 {
      width: 100%;
      margin-top: 5px;
  }
  .acc15_figure-03 {
      margin-top: 10px;
      max-width: 230px;
  }
  .acc15_figure-title {
      font-size: 1.2rem;
  }
  .acc15_figure-guard {
      font-size: 1rem;
      margin-left: 3em;
      text-indent: -3em; 
  }

  .acc15_box {
    margin: 20px auto 0;
  }
  .acc15_flex .left {
      border-left: 4px solid #eb6d9a;
      padding-left: 5px;
  }
  .acc15_flex .left p {
      font-size: 1.15rem;
      line-height: 1.3;
      padding: 5px 0;
  }
  .acc15_flex .left p strong {
      font-size: 1.4rem;
      color: #eb6d9a;
  }
  .acc15_flex .right {
      width: 40%;
      margin-left: 10px;
      padding: 10px 10px 4px;
      background-color: #fce9f0;
      text-align: center;
      position: relative;
  }
  .acc15_flex .right .txt {
      font-size: 1.15rem;
      line-height: 1.4;
      font-weight: bold;
  }
  .acc15_flex .right .pink {
      margin-top: 4px;
      font-size: 1.4rem;
      color: #eb6d9a;
      font-weight: bold;
  }
  .acc15_flex .left p span {
      font-size: 1.2rem;
  }
  .acc15_flex .right .pink strong {
      font-size: 2.2rem;
  }
  .acc15_box .note {
      margin: 10px 0 0 0;
      font-size: 1rem;
      line-height: 1;
      margin-bottom: 20px;
  }
}

/* content16 */

.acc16_box_title {
  color: #004ea2;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 10px;
  padding-left: 22px;
  position: relative;
}

.acc16_box_title:before {
  content: "";
  position: absolute;
  display: inline-block;
  background-color: #004ea2;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  top: 1px;
  left: 0;
}

.acc16_box_inner .acc16_box_list+.acc16_box_list {
  margin-top: 20px;
}

.acc16_box_inner .acc16_box_list_title {
  background-color: #eb6d9a;
  color: #fff;
  padding: 6px 28px 3px;
  font-size: 2rem;
  font-weight: bold;
}

.acc16_box_inner .acc16_box_column {
  background-color: #fce9f0;
  padding: 13px 28px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
}

.acc16_box_inner .acc16_box_list ul:after {
  content: "等";
  position: absolute;
  bottom: 7px;
  right: 17px;
  font-size: 1.8rem;
}

.acc16_box_inner .acc16_box_list ul li {
  list-style: none;
  font-size: 1.8rem;
  line-height: 1.2;
  padding-left: 14px;
  position: relative;
}

.acc16_box_inner .acc16_box_list ul li:before {
  content: "";
  position: absolute;
  display: inline-block;
  background-color: #eb6d9a;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  top: 6px;
  left: 0;
}

.acc16_box_inner .acc16_box_list ul.twocolumn li:nth-of-type(n) {
  width: 67%;
}

.acc16_box_inner .acc16_box_list ul.twocolumn li:nth-of-type(2n) {
  width: 33%;
}

.acc16_box_inner .acc16_box_list ul.acc16_box_column li {
  width: calc(100% / 4);
}

.acc16_box_inner .acc16_box_list ul.twocolumn li:nth-of-type(n+3),.acc16_box_inner .acc16_box_list ul.acc16_box_column li:nth-of-type(n+4) {
  margin-top: 3px;
}


@media screen and (max-width: 800px) {
  .acc16_box {
    margin-top: 0px;
  }
  .acc16_box_title {
    font-size: 1.15rem;
    line-height: 1.25;
    font-weight: bold;
    margin-bottom: 5px;
    padding-left: 13px;
    position: relative;
  }
  .acc16_box_title:before {
    content: "";
    position: absolute;
    display: inline-block;
    background-color: #004ea2;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    top: 1px;
    left: 0;
  }
  .acc16_box .list {
      margin-top: 10px;
      margin-bottom: 10px;

  }
  .acc16_box .list ul li {
  }
  .acc16_box_inner .acc16_box_list_title {
    background-color: #eb6d9a;
    color: #fff;
    padding: 4px 10px 4px;
    font-size: 1rem;
    line-height: 1;
  }
  .acc16_box_inner .acc16_box_list+.acc16_box_list {
    margin-top: 10px;
  }
  .acc16_box_inner .acc16_box_list ul {
    background-color: #fce9f0;
    padding: 12px 8px 16px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
    position: relative;
    margin-top: 0;
  }
  .acc16_box_inner .acc16_box_list ul.acc16_box_column li {
    width: calc((100% - 12px)/3);
  }
  .acc16_box_inner .acc16_box_list ul li {
    list-style: none;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.2;
    padding-left: 7px;
    position: relative;
  }
  .acc16_box_inner .acc16_box_list ul.twocolumn li:nth-of-type(n+3), .acc16_box_inner .acc16_box_list ul.acc16_box_column li:nth-of-type(n+4) {
    margin-top: 3px;
  }
  .acc16_box_inner .acc16_box_list ul li:before {
    content: "";
    position: absolute;
    display: inline-block;
    background-color: #eb6d9a;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    top: 3px;
    left: 0;
  }
  .acc16_box_inner .acc16_box_list ul:after {
    content: "等";
    position: absolute;
    bottom: 2px;
    right: 7px;
    font-size: 1rem;
    font-weight: normal;
  }
}

/* content16（ワイド） */
.acc16_box_inner .acc16_box_list ul.acc16_box_column {
  align-items: flex-start;
}
.acc16w_box .acc16_box_inner .acc16_box_list ul li:before {
  display: none;
}
.acc16w_box .acc16_box_inner .acc16_box_list ul.acc16_box_column_list {
  display: flex;
  flex-direction: column;
  padding: 0;
  width: 100%;
}
.acc16w_box .acc16_box_inner .acc16_box_list ul.acc16_box_column_list li {
  width: 100%;
}
.acc16w_box .acc16_box_inner .acc16_box_list ul.acc16_box_column_list li:before {
  display: inline-block;
}
.acc16w_box .acc16_box_inner .acc16_box_list ul.acc16_box_column_list:after {
  display: none;
}

/* content17 */
.acc17_flexbox {
  display: flex;
}
.acc17_flexbox-inner {
  width: 50%;
}
.acc17_text {
  margin-bottom: 10px;
  font-size: 2.3rem;
  line-height: 1.3214;
  text-align: left;
}
ul.acc17_text {
  padding-inline-start: 20px;
}
ul.acc17_text li {
  margin-bottom: 10px;
  font-size: 2.3rem;
  line-height: 1.3214;
  text-align: left;
  list-style: disc;
}

@media screen and (max-width:800px) {
  .acc17_flexbox {
    display: block;
  }
  .acc17_flexbox-inner {
    width: 100%;
  }
  .acc17_text {
    font-size: 1.15rem;
    line-height: 1.45;
    text-align: justify;
    letter-spacing: 0.01em;
  }
  ul.acc17_text li {
    font-size: 1.15rem;
    line-height: 1.45;
    text-align: justify;
    letter-spacing: 0.01em;
    margin-bottom: 5px;
  }
}

/* content18 */
.acc18_text {
  font-size: 3.2rem;
  line-height: 1.5;
  text-align: center !important;
}

.acc18_image {
  margin: 0 auto;
}

.acc18_image dl {
  display: flex;
  margin: 0;
  margin-bottom: 8px;
}

.acc18_image dt {
  width: 158px;
  background: #4C83BE;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2727;
  text-align: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  letter-spacing: 0;
}

.acc18_image dt span {
  font-size: 1.8rem;
}

.acc18_image dd {
  width: calc(100% - 220px);
  padding-left: 4px;
}

.acc18_image_item {
  height: 184px;
  background: #FFFDE5;
  border: 2px solid #4C83BE;
  margin-bottom: 7px;
  padding: 20px 18px 15px;
  display: flex;
  align-items: center;
}

.acc18_image_item p {
  margin: 0;
}

.acc18_image_item:first-child {
  position: relative;
  border-right: 0px;
}

.acc18_image_item:first-child::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 92px solid transparent;
  border-bottom: 92px solid transparent;
  border-left: 35px solid #4C83BE;
  top: -1px;
  right: -34px;
  position: absolute;
  z-index: 0;
}

.acc18_image_item:first-child::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 92px solid transparent;
  border-bottom: 91px solid transparent;
  border-left: 36px solid #FFFDE5;
  top: -1px;
  right: -33px;
  position: absolute;
  z-index: 0;
}

.acc18_image_item:nth-child(2) {
  width: 88%;
}

.acc18_image_item:nth-child(3) {
  width: 75%;
}

.acc18_image_item:last-child {
  margin-bottom: 0;
}

.acc18_image_item .title {
  width: 150px;
  margin-right: 60px;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.2;
  color: #E03657;
  margin-bottom: 10px;
}

.acc18_image_item .title span {
  font-size: 2rem;
  line-height: 1.1;
}

.acc18_image_item .desc {
  font-size: 2rem;
  line-height: 1.4;
}

.acc18_image dl:nth-child(2) dt {
  background: #00B1AD;
}

.acc18_image dl:nth-child(2) .acc18_image_item {
  height: 126px;
  border: 2px solid #00B1AD;
  border-right: 0px;
}

.acc18_image dl:nth-child(2) .acc18_image_item:first-child::before {
  border-top: 64px solid transparent;
  border-bottom: 64px solid transparent;
  border-left: 35px solid #00B1AD;
  right: -35px;
}

.acc18_image dl:nth-child(2) .acc18_image_item:first-child::after {
  border-top: 63px solid transparent;
  border-bottom: 63px solid transparent;
  border-left: 34px solid #FFFDE5;
  top: -1px;
  right: -32px;
}

@media screen and (max-width: 800px) {
  .acc18_text {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .acc18_image {
      margin: 15px auto 0;
  }

  .acc18_image dt {
      width: 79px;
      font-size: 1.2rem;
  }

  .acc18_image dt span {
      font-size: 0.9rem;
  }

  .acc18_image dd {
      width: calc(100% - 100px);
  }

  .acc18_image_item {
      height: auto;
      border: 1px solid #4C83BE;
      padding: 6px 12px;
      display: inline-block;
  }

  .acc18_image_item:first-child {
      padding: 20px 12px;
      display: block;
  }

  .acc18_image_item:first-child::before {
      border-top: 45px solid transparent;
      border-bottom: 45px solid transparent;
      border-left: 18px solid #4C83BE;
      right: -19px;
  }

  .acc18_image_item:first-child::after {
      border-top: 45px solid transparent;
      border-bottom: 45px solid transparent;
      border-left: 18px solid #FFFDE5;
      top: 0px;
      right: -18px;
  }

  .acc18_image_item:nth-child(2) {
      width: 100%;
  }

  .acc18_image_item:last-child {
      width: 80%;
  }

  .acc18_image_item .title {
      font-size: 1.4rem;
      margin-bottom: 3px;
  }
  .acc18_image_item .title span {
      font-size: 1.2rem;
  }
  .acc18_image_item .desc {
    font-size: 1rem;
    line-height: 1.4;
  }
  .acc18_image dl:nth-child(2) .acc18_image_item {
      height: auto;
      border: 1px solid #00B1AD;
      padding: 15px 12px 15px 12px;
    border-right: 0px;
  }

  .acc18_image dl:nth-child(2) .acc18_image_item:first-child::before {
      border-top: 25px solid transparent;
      border-bottom: 25px solid transparent;
      border-left: 18px solid #00B1AD;
      top: 0px;
      right: -19px;
  }

  .acc18_image dl:nth-child(2) .acc18_image_item:first-child::after {
      border-top: 25px solid transparent;
      border-bottom: 25px solid transparent;
      border-left: 18px solid #FFFDE5;
      top: 0;
      right: -18px;
  }
}

/* content19 */
.acc19_figure {
  width: 100%;
  max-width: 600px;
  margin: 20px auto;
}

.acc19_txt-indent {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-left: 3em;
  text-indent: -3em;
  font-feature-settings: inherit;
  letter-spacing: -0.1px;
}

  @media screen and (max-width:800px){
    .acc19_txt-indent {
      font-size: 1rem;
      line-height: 1.5;
  }
}

/* content20 */
.acc20_figure-01 {
	max-width: 474px;
}
.acc20_figure-02 {
  position: relative;
  margin-top: 32px;
  margin-bottom: 10px;
  background: #e5edf6;
  border-radius: 6px;
}
.acc20_figure-02__label {
  position: relative;
  top: -11px;
  margin-left: 30px;
  background: #004ea2;
  padding: 8px 16px 8px;
  font-size: 2.1rem;
  line-height: 1.3;
  font-weight: bold;
  color: #ffffff;
  border-radius: 6px;
}
.acc20_figure-02__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 15px 17px 30px;
}
.acc20_figure-02__main {
  width: calc(100% - 176px);
  padding-right: 5px;
  font-size: 2.3rem;
  line-height: 1.4;
  letter-spacing: 0.01em;
}
.acc20_figure-02__main strong {
  font-size: 120%;
  color: #004ea2;
}

/* content21 */
.acc21_figure-01 {
	max-width: 434px;
	margin-top: 20px;
}
.acc21_figure-02 {
	max-width: 326px;
}

.acc21_figure-03 {
	display: flex;
	flex-wrap: wrap;
	width: calc(100% - 200px);
	margin: 20px 100px 60px;
	padding: 0;
	text-align: center;
	border-top: 2px solid #b2cae3;
	border-left: 2px solid #b2cae3;
}

.acc21_figure-03__item {
	width: 33.3333333333%;
	border-right: 2px solid #b2cae3;
	border-bottom: 2px solid #b2cae3;
	padding: 3px 0 5px;
}

.acc21_figure-03__item img {
	display: block;
	width: 88%;
	margin: 0 auto;
}

.acc21_figure-03__text {
	margin-top: 3px;
	font-size: 1.87rem;
	font-weight: bold;
	line-height: 1.26;
	display: block;
	color: #004ea2;
}

@media screen and (max-width:800px)  {
  .acc21_figure-01 {
    max-width: 176px;
    margin-top: 15px;
  }
  .acc21_figure-02 {
    max-width: 132px;
  }
  .acc21_figure-03 {
    width: 100%;
    margin: 0 0 15px 0;
    padding: 0;
  }
  .acc21_figure-03__text {
    font-size: 0.9rem;
  }
}

/* content22 */
.acc22_txt {
  font-size: 3.2rem;
  line-height: 1.5;
  text-align: center;
}

table.acc22_table {
	text-align: center;
	width: 100%;
}

.acc22_table th{
  font-weight: bold;
	height: 80px;
	padding: 20px 0;
	border: solid 2px #898989;
}
.acc22_table td {
	height: 80px;
	padding: 20px 10px;
	border: solid 2px #898989;
  font-size: 2.0rem;
  text-align: center;
}
.acc22_table tr:not(:first-child) th:first-child {
	font-size: 2.3rem;
	width: 73px;
}

.acc22_table tr:first-child {
	color: #fff;
}

.acc22_table tr:first-child th.t_pink {
	background-color: #B9506D;
}
.acc22_table tr:first-child th.t_orange {
	background-color: #E17666;
}
.acc22_table tr:first-child th.t_blue {
	background-color: #4C83BE;
}

.acc22_table tr:not(:first-child) th.t_pink {
	background-color: #FCF1F0;
}
.acc22_table td.t_orange {
	background-color: #FFFDE5;
}
.acc22_table td.t_blue {
	text-align: left;
	background-color: #F2F6FA;
}

.acc22_table td {
	width: 70px;
}

.acc22_table td:first-child {
	width: 53px;
}

.acc22_table td strong {
	font-weight: 700;
	color: #E03657;
}

.acc22_txt-indent p {
  font-size: 1.85rem;
  line-height: 1.5;
  text-align: justify;
  letter-spacing: 0.01em;
}
@media screen and (max-width:800px)  {
  .acc22_txt {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  table.acc22_table {
    font-size: 1.0rem;
  }
  .acc22_table th {
    height: auto;
    padding: 5px 0;
    border: solid 1px #898989;
  }
  .acc22_table tr:not(:first-child) th:first-child {
    font-size: 1.2rem;
  }
.acc22_table td {
  height: auto;
  padding: 5px;
  border: solid 1px #898989;
  font-size: 1.0rem;
  }
 .pz-accordion-content .acc22 .txt-indent span {
  min-width: auto;
 }
}

/* caontent23 */
.acc23 {
	color: #b9506d;
	font-size: 2.75rem;
	font-weight: bold;
	padding: 30px 0 24px;
	text-align: center;
}
.acc23_tab {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	padding: 0;
	width: 92%;
}
.acc23_tab__item {
	width: 32.7%;
	height: 72px;
	padding: 0 10px;
	border-radius: 8px 8px 0 0;
	background: #dca7b6;
	color: #FFFFFF;
	font-size: 2.25rem;
	font-weight: bold;
	line-height: 1.3;
}
.acc23_tab__item button {
	width: 100%;
	height: 100%;
	padding-top: 2px;
	display: flex;
	align-items: center;
	justify-content: center;
	font: inherit;
}
.acc23_tab__item.is-active {
	background: #b9506d;
}
.acc23_fig {
	overflow: auto;
	padding-bottom: 30px;
  width: calc(100% + 65px);
}
.acc23_fig__inner {
	padding: 0 4%;
}
.acc23_fig__inner--man {
	width: 1140px;
}
.acc23_fig__inner--woman {
	width: 1339px;
}
.acc23_example {
	border: 1px solid #898989;
	padding: 1em 1.3em 0.2em;
	font-size: 1.8rem;
	width: 92%;
	margin: 0 auto 15px;
}
.acc23_example__text {
	font-size: 2.05rem;
	letter-spacing: 0.03em;
	line-height: 1.57;
}
.acc23_example__note {
	margin-top: 0.9em;
	font-size: 1.2em;
	line-height: 1.2;
}
.acc23_table {
	margin: 0;
	position: relative;
}
.acc23_table thead th {
	font-size: 2.5rem;
	line-height: 1.05;
	width: 111px;
	color: #FFFFFF;
	border-radius: 3px 3px 0 0;
	padding: 12px 4px 8px;
}
.acc23_table thead th:nth-child(even) {
	background: #b9506d;
}
.acc23_table thead th:nth-child(odd) {
	background: #9f0948;
}
.acc23_table thead th:first-child {
	width: 145px;
	background: none;
}
.acc23_table tbody th,
.acc23_table tbody td {
	border: 1px solid #898989;
	height: 52px;
}
.acc23_table tbody th {
	width: 145px;
	padding-left: 0.6em;
	font-size: 1.6rem;
	font-weight: 500;
	text-align: left;
}
.acc23_table tbody td {
	width: 111px;
	font-size: 1.8rem;
	text-align: center;
	line-height: 1.2;
	padding: 8px 6px;
}
.acc23_table tbody td:nth-child(even) {
	background: #fffde5;
}
.acc23_table tbody td:nth-child(odd) {
	background: #fffbc7;
}
.acc23_table--pink {
	margin-bottom: 13px;
}
.acc23_table--pink tbody th {
	background: #fcf1f0;
}
.acc23_table--blue {
	margin-bottom: 25px;
}
.acc23_table--blue::after {
	position: absolute;
	top: calc(100% + 6px);
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 15px solid #b9506d;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
}
.acc23_table--blue tbody th {
	background: #f2f6fa;
}
.acc23_table--yellow tbody th {
	background: #fffde5;
	font-size: 1.6rem;
	font-weight: bold;
	height: 55px;
}
.acc23_table--yellow tbody td {
	font-size: 1.8rem;
}
.acc23_table--yellow tbody td .acc23_table__price {
	font-size: 1.45em;
}
.acc23_table__price {
	color: #e03657;
	font-size: 150%;
}
.acc23_table__note {
	font-size: 78%;
}
.acc23_table__null {
	display: block;
	width: 27px;
	height: 1px;
	background: #231815;
	white-space: nowrap;
	overflow: hidden;
	text-indent: 100%;
	margin: 0 auto;
}
.acc23_fig__inner--man .acc23_table--blue::after {
	left: 345px;
}
.acc23_fig__inner--woman .acc23_table--blue::after {
	left: 345px;
}

@media screen and (max-width:800px) {
  .acc23 {
    font-size: 1.75rem;
    padding: 20px 0 15px;
  }
  .acc23_tab {
	  width: 100%;
  }
  .acc23_tab__item {
    width: 31.7%;
    height: 42px;
    border-radius: 8px 8px 0 0;
    font-size: 1.25rem;
    padding: 0;
  }
  .acc23_fig {
    width: calc(100% + 28px);
    margin-left: -14px;
  }
  .acc23_fig__inner--man {
    width: 800px;
  }
  .acc23_fig__inner--woman {
    width: 950px;
  }
  .acc23_example {
	  width: 100%;
    font-size: 1.1rem;
  }
  .acc23_example__text {
    font-size: 1.05rem;
    font-weight: normal;
  }
  .acc23_example__note {
    margin-top: 1.9em;
    font-size: 0.9em;
  }
  .acc23_table thead th {
    font-size: 1.65rem;
    padding: 8px 0 4px;
  }
  .acc23_table thead th:nth-child(even) {
    width: 150px;
  }
  .acc23_table thead th:nth-child(odd) {
    width: 150px;
  }
  .acc23_table thead th:first-child {
    width: 150px;
  }
  .acc23_table tbody th {
    width: 150px;
  	font-size: 1.15rem;
  }
  .acc23_table tbody td {
    width: 150px;
    font-size: 1.15rem;
    line-height: 1.2;
    padding: 0;
  }
  .acc23_table--yellow tbody th {
    font-size: 1.25rem;
  }
  .acc23_table--yellow tbody td {
    font-size: 1.4rem;
  }
  .acc23_table__price {
    font-size: 150%;
  }
}


.pz-note-list--mt0 {
	margin-top: 0;
}
.pz-note-list--indent-lg .pz-note-list__item {
	text-indent: -2em;
	padding-left: 2em;
}
.pz-note-list--indent-xl .pz-note-list__item {
	text-indent: -3em;
	padding-left: 3em;
}
/* sp共通 */

.pz-accordion-content .sp-only,
.pz-accordion-title .sp-only {
  display: none;
}
@media screen and (max-width:800px) {
  .pz-accordion-content .txt-indent p {
    font-size: 1rem;
    line-height: 1.45;
    letter-spacing: 0.01em;
  }
  .mibox.mt-30 {
    margin-top: 10px;
  }
  .pz-accordion-title .sp-only,
  .pz-accordion-content .sp-only {
    display: inherit;
  }
  .pz-accordion-content .pc-only {
    display: none !important;
  }

}