@charset "UTF-8";


.page-1column {
    width: 1200px;
/*     width: 930px; */
	margin: 0px auto;
	position: relative;
	padding: 0px 15px;
}
.page-1column a {
    color: #003399;
    font-weight: bold;
    word-break: break-all;
    vertical-align: top;
}
@media screen and (max-width: 800px) {
	.page-1column {
	    width: 100%;
	}
}




/* PCとSP切り替え　*/
.sp-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none!important;
  }
  .sp-only {
    display: block;
  }
}




/* 共通部分ファーストビュー */
.first_view_box .flex_box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 90%;
    margin: 0 auto 38px;
}

.first_view_box .flex_box .left {
    margin-right: 20px;
    width: 480px;
}

.first_view_box .flex_box .left>ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 26px;
    /* margin-left: -2em;*/
}

.first_view_box .flex_box .left>ul li {
    width: calc((100% - 10px)/2);
    list-style: none;
}

.first_view_box .flex_box .left>ul li+li {
    margin-left: 10px;
}

.first_view_box .flex_box .right {
    text-align: center;
    width: calc(100% - 480px);
}

.first_view_box .flex_box .right .txt p {
    font-size: 2.6rem;
    line-height: 1.3;
    margin-bottom: 5px;
    position: relative;
    display: inline-block;
}

.first_view_box .flex_box .right .txt p strong {
    font-weight: bold;
}

.first_view_box .flex_box .right .txt p:before,.first_view_box .flex_box .right .txt p:after {
    content: "";
    position: absolute;
    display: inline-block;
    background-color: #b99e49;
    width: 3px;
    height: 100%;
    bottom: 0;
}

.first_view_box .flex_box .right .txt p:before {
    left: -18px;
    transform: rotate( -15deg );
}

.first_view_box .flex_box .right .txt p:after {
    right: -20px;
    transform: rotate( 15deg );
}

.first_view_box .flex_box .right .txt p .blue {
    color: #004ea2;
}

.first_view_box .flex_box .right_inner_flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.first_view_box .flex_box .right_inner_flex .txt_img {
    width: calc(75% - 38px);
}

.first_view_box .flex_box .right_inner_flex .lank_img {
    margin-left: 10px;
    width: 112px;
}

.first_view_box .insurance_box {
    background-color: #fffde5;
    margin: 20px 0;
    padding: 30px 50px 5px;
}

.first_view_box .insurance_box>ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -48px;
}

.first_view_box .insurance_box>ul li {
    width: calc((100% - 40px)/2);
    list-style: none;
    text-align: center;
}

.first_view_box .insurance_box>ul li+li {
    margin-left: 40px;
}

.first_view_box .insurance_box>ul li .age {
    font-size: 2.4rem;
    border: 1px solid #333;
    border-radius: 18px;
    background-color: #fff;
    text-align: center;
    margin-bottom: 15px;
    padding: 7px 10px 3px;
}

.first_view_box .insurance_box>ul li .age span {
    color: #333;
    display: inline-block;
    font-size: 2rem;
    margin-left: 10px;
}

.first_view_box .insurance_box>ul li.man .age {
    color: #03aae4;
}

.first_view_box .insurance_box>ul li.woman .age {
    color: #e95f90;
}

.first_view_box .insurance_box>ul li .price {
    margin-top: 0;
    font-size: 5rem;
}

.first_view_box .insurance_box>ul li .price strong {
    font-size: 8.5rem;
    color: #df3557;
    font-weight: normal;
    line-height: 1;
}

.first_view_box .insurance_box .accordion_title {
    text-align: center;
}

.first_view_box .insurance_box .accordion_title p {
    margin-top: 14px;
    font-size: 1.5rem;
    line-height: 1.25;
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.first_view_box .insurance_box .accordion_title p:hover {
    opacity: 0.7;
}

.first_view_box .insurance_box .accordion_title p:before,.first_view_box .insurance_box .accordion_title p:after {
    content: "";
    position: absolute;
    display: inline-block;
    background-color: #333;
}

.first_view_box .insurance_box .accordion_title p:before {
    width: 12px;
    height: 2px;
    top: calc(50% - 3px);
    right: -22px;
}

.first_view_box .insurance_box .accordion_title p:after {
    width: 2px;
    height: 12px;
    top: calc(50% - 8px);
    right: -17px;
}

.first_view_box .insurance_box .accordion_title.active p:after {
    display: none;
}

.first_view_box .insurance_box .accordion_content {
    margin-top: 5px;
    display: none;
}

.first_view_box .insurance_box .accordion_content p {
    font-size: 1.4rem;
    line-height: 1.5;
}

.first_view_box .contact_box {
    background-color: #003399;
    padding: 30px;
}

.first_view_box .contact_box .contact_boxinner_flex01 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.first_view_box .contact_box .contact_boxinner_flex01 li {
    list-style: none;
    width: calc((100% - 30px)/2);
}

.first_view_box .contact_box .contact_boxinner_flex01 .btn-estimate a,.first_view_box .contact_box .contact_boxinner_flex01 .btn-document a {
    display: block;
    border-radius: 3px;
    font-weight: bold;
    text-decoration: none;
    padding: 11px 20px 11px 76px;
    min-height: 70px;
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    line-height: 1.3;
    position: relative;
}

.first_view_box .contact_box .contact_boxinner_flex01 .btn-estimate a {
    background-color: #F68E13;
    color: #fff;
}

.first_view_box .contact_box .contact_boxinner_flex01 .btn-estimate a:before,.first_view_box .contact_box .contact_boxinner_flex01 .btn-document a:before {
    content: "";
    position: absolute;
    display: inline-block;
    top: calc(50% - 24px);
}

.first_view_box .contact_box .contact_boxinner_flex01 .btn-estimate a:before {
    background-image: url('/-/media/common/images/icon_simulation.svg');
    background-size: 48px 48px;
    width: 48px;
    height: 48px;
    left: 15px;
}

.first_view_box .contact_box .contact_boxinner_flex01 .btn-document a:before {
    background-image: url('/-/media/common/images/icon_document.svg');
    background-size: 42px 48px;
    width: 42px;
    height: 48px;
    left: 18px;
}

.contact_box .contact_boxinner_flex01 .btn-estimate a:after,.first_view_box .contact_box .contact_boxinner_flex01 .btn-document a:after {
    content: "";
    position: absolute;
    display: inline-block;
    background-image: url('/-/media/common/images/icon_chevron_right.svg');
    background-size: 12px 12px;
    width: 12px;
    height: 12px;
    top: calc(50% - 6px);
    right: 15px;
}

.first_view_box .contact_box .contact_boxinner_flex01 .btn-estimate a:after,.first_view_box .contact_box .contact_boxinner_flex01 .btn-document a:after {
    content: "";
    position: absolute;
    display: inline-block;
    background-size: 12px 12px;
    width: 12px;
    height: 12px;
    top: calc(50% - 6px);
    right: 15px;
}

.first_view_box .contact_box .contact_boxinner_flex01 .btn-estimate a:after {
    background-image: url('/-/media/common/images/icon_chevron_right.svg');
}

.first_view_box .contact_box .contact_boxinner_flex01 .btn-document a:after {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDQ4IDQ4Ij48ZGVmcz48c3R5bGU+LmF7ZmlsbDojRjY4RTEzO308L3N0eWxlPjwvZGVmcz48dGl0bGU+aWNvbl9jaGV2cm9uX3JpZ2h0PC90aXRsZT48cGF0aCBjbGFzcz0iYSIgZD0iTTExLjA4LDYuMTksMTcuNTQuMjUsNDIuNzUsMjQsMTcuNTQsNDcuNzVsLTYuNDUtNS45NEwzMC4wOCwyNFoiLz48L3N2Zz4=');
}

.first_view_box .contact_box .contact_boxinner_flex01 .btn-estimate a:hover {
    background-color: #f65207;
    opacity: 1;
}

.first_view_box .contact_box .contact_boxinner_flex01 .btn-document {
    margin-left: 30px;
}

.first_view_box .contact_box .contact_boxinner_flex01 .btn-document a {
    background-color: #fff;
    color: #F68E13;
}

.first_view_box .contact_box .contact_boxinner_flex01 .btn-document a:hover {
    background-color: #fde6d2;
    opacity: 1;
}

.first_view_box .contact_box .contact_boxinner_flex02 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.first_view_box .contact_box .contact_boxinner_flex02 .left {
    color: #fff;
    width: 420px;
    text-align: center;
}

.first_view_box .contact_box .contact_boxinner_flex02 .left .title {
    font-size: 2.2rem;
    font-weight: bold;
}

.first_view_box .contact_box .contact_boxinner_flex02 .left p {
    line-height: 1.2;
}

.first_view_box .contact_box .contact_boxinner_flex02 .left .tel {
    font-family: 'Cabin', sans-serif;
    font-size: 3.8rem;
    letter-spacing: 3px;
    margin: 4px 0 6px;
    padding-left: 44px;
    position: relative;
    display: inline-block;
}

.first_view_box .contact_box .contact_boxinner_flex02 .left .tel:before {
    content: "";
    position: absolute;
    display: inline-block;
    background: url('/-/media/common/images/icon_telephone.svg');
    background-size: 36px 36px;
    width: 36px;
    height: 36px;
    top: 5px;
    left: 0;
}

.first_view_box .contact_box .contact_boxinner_flex02 .left .hour {
    font-size: 1.2rem;
}

.first_view_box .contact_box .contact_boxinner_flex02 .left .hour span {
    display: inline-block;
    margin-right: 6px;
    border: 1px solid #fff;
    border-radius: 3px;
    padding: 3px 6px 2px;
}

.first_view_box .contact_box .contact_boxinner_flex02 .right {
    display: flex;
    align-items: center;
    width: calc(100% - 530px);
    margin-left: 20px;
}

.first_view_box .contact_box .contact_boxinner_flex02 .right .baloon {
    background-color: #C7D2E9;
    border-radius: 6px;
    margin-right: 40px;
    padding: 10px;
    color: #003399;
    font-weight: bold;
    font-size: 1.4rem;
    width: calc(100% -160px);
    position: relative;
}

.first_view_box .contact_box .contact_boxinner_flex02 .right .baloon:after {
    content: "";
    position: absolute;
    display: inline-block;
    border-style: solid;
    border-width: 20px 0 0 30px;
    border-color: transparent transparent transparent #C7D2E9;
    right: -30px;
    top: calc(50% - 10px);
}

.first_view_box .contact_box .contact_boxinner_flex02 .right .img img {
    border-radius: 50%;
    min-width: 120px;
    height: auto;
}
.page-1column .first_view_box_txt-guard	{
	margin:-10px 0 5px;
}


@media screen and (max-width: 800px) {
	.first_view_box .flex_box {
	    display: block;
	    margin-bottom: 15px;
		margin-top: 20px;
	}
	.first_view_box .flex_box .left {
	    margin-right: auto;
	    width: 100%;
	}
	.first_view_box .flex_box .right .txt p {
	    font-size: 1.7rem;
	    line-height: 1.5;
	}

	.first_view_box .flex_box .left>ul {
	    margin-bottom: 16px;
	}
	.first_view_box .flex_box .right {
	    width: 100%;
	    margin-top: 20px;
	}
	.first_view_box .flex_box .right .txt p:before {
	    left: -15px;
	}
	.first_view_box .flex_box .right .txt p:after {
	    right: -15px;
	}
	.first_view_box .flex_box .right_inner_flex .txt_img {
	    width: 75%;
	}
	.first_view_box .flex_box .right_inner_flex .lank_img {
	    width: 90px;
	}

	.first_view_box .insurance_box {
	    margin: 20px 0;
	    padding: 10px 20px;
	    width: 100vw;
	    margin: 0 calc(50% - 50vw);
	}
	.first_view_box .insurance_box>ul {
	    margin-top: 10px;
	}
	.first_view_box .insurance_box>ul li {
	    width: calc((100% - 10px)/2);
	}
	.first_view_box .insurance_box>ul li+li {
	    margin-left: 10px;
	}
	.first_view_box .insurance_box>ul li .price strong {
	    font-size: 3rem;
	    font-weight: bold;
	}
	.first_view_box .insurance_box>ul li .price {
	    font-size: 1.2rem;
	}
	.first_view_box .insurance_box>ul li .age {
	    font-size: 1.6rem;
	    border: 1px solid #665e59;
	    margin-bottom: 5px;
	    padding: 5px 5px 3px;
	    line-height: 1.2;
	}
	.first_view_box .insurance_box>ul li .age span {
	    font-size: 1.4rem;
	    margin-left: 0px;
		display: block;
	}
	.first_view_box .insurance_box .accordion_title p {
	    margin-top: 10px;
	    font-size: 1.2rem;
	}
	.first_view_box .insurance_box .accordion_content p {
	    font-size: 1.1rem;
	}
	.first_view_box .insurance_box .accordion_title p:after {
	    width: 1px;
	    height: 10px;
	    top: calc(50% - 7px);
	    right: -12px;
	}
	.first_view_box .insurance_box .accordion_title p:before {
	    width: 10px;
	    height: 1px;
	    top: calc(50% - 2px);
	    right: -17px;
	}
	.page-1column .first_view_box_txt-guard {
	    margin: 10px 0;
	    font-size: 1rem;
	    line-height: 1.45;
	}
}




.page-1column .w300auto {
	display: block;
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}


/*  ------------ここまで共通--------------------  */







p,
.font-feature {
    font-feature-settings: "palt";
}

.unbelievable * {
    padding: 0;
    margin: 0;
}










.feature-tab-block-02 {
    position:relative;
    border-top: 28px solid #ebf1f8;
    border-left: 28px solid #ebf1f8;
    border-right: 28px solid #ebf1f8;
    border-bottom: 28px solid #ebf1f8;
    padding: 50px 40px 50px 40px;
    background-color: #fff;
}


.feature-tab-02 .tag,
.popup .item-01 .order,
.popup .item-01 .name,
.popup .item-01>.tag,
.fbox-medical,
.box-01>.tag,
.box-01>.content,
.box-02>.tag,
.box-02>.content,
.box-01,
.box-02,
.custom-tab>.tab-bar,
.helpbox>.tag {
    display: flex;
    align-items: center;
}

.feature-tab-02 .tooltipbox-tip,
.feature-tab-02 .tag,
.feature-tab .default-show .order .figcaption,
.pages-button,
.quick-quote__heading .h3,
.popup,
.dlbox-01 dt,
.fbox-18>.tag,
.fbox-17>.tag,
.fbox-16>.item,
.fbox-09>.item .content,
.fbox-09>.item .tag,
.fbox-08>.item:nth-child(1),
.fbox-0701>.item:nth-child(1),
.fbox-07>.item:nth-child(2),
.fbox-06>.item,
.fbox-06,
.fbox-0503>.item,
.fbox-0502>.item,
.fbox-0501>.item,
.fbox-05>.item .tag,
.fbox-04>.item .tag,
.fbox-03>.item .i1,
.fbox-03>.item .i2,
.fbox-03>.item .tag,
.fbox-monthly .age,
.ttbox>.tag .tag-abs,
.ttbox>.tag,
.box-color,
.box-20,
.box-before-table-03 .nth2,
.box-before-table-03 .nth3,
.box-16>.tag,
.box-15>.tag,
.box-13>.content,
.box-13>.tag,
.box-12>.r .box-circle,
.abox>.tag,
.notebox-quote {
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-tab .default-show,
.mibox>.tag {
    display: flex;
    align-items: center;
    justify-content: space-between;
}



/* -----------
Feature-tab
--------------*/
.feature-tabs {
    margin-top: 50px;
}

.pages-tab-name {
    display: flex;
    padding-left: 54px;
    padding-right: 54px;
    border-bottom: 2px solid #8a8c8a;
}

.pages-button {
    width: calc(33.3333% - 10px);
    height: 104px;
    margin: 0 5px;
    font-size: 2.75rem;
    line-height: 1.2;
    font-weight: 500 !important;
    color: #665e59 !important;
    background-color: #f3c8c2;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.pages-button.is-active {
    font-weight: 700 !important;
    color: #ffffff !important;
    background-image: linear-gradient(0deg, #d95e52 0%, #e79285 80%);
    background-repeat: no-repeat;
}

.pages-button.bg-orange {
    background-color: #f3c8c2;
}

.pages-button.bg-orange.is-active {
    background-image: linear-gradient(0deg, #d95e52 0%, #e79285 80%);
}


.txt-bold {
    font-weight: 700 !important;
}
.star {
    transform: scale(0.6);
    position: relative;
    top: -4px;
    display: inline-block;
    font-style: normal;
}


.txt-indent {
    display: flex;
    align-items: baseline;
}

.txt-indent span {
    font-size: 1.7rem;
    white-space: nowrap;
}

.txt-indent p {
    font-size: 1.85rem;
    line-height: 1.5;
    text-align: justify;
    letter-spacing: 0.01em;
}

.theme-desktop .page-1column .box01 {
    margin-left: auto;
    margin-right: auto;
}

.theme-desktop .page-1column .box01 .ttl-1 {
    font-size: 4.5rem;
    line-height: 1.15;
    background: none;
    color: #231815;
    text-align: center;
    margin-bottom: 45px;
}

.theme-desktop .page-1column .box01 .ttl-1 span {
    color: #004ea2;
    font-weight: 700;
}

.theme-desktop .page-1column .box01 .ttl-2 {
    font-size: 3.3rem;
    line-height: 1.319;
    background: none;
    color: #231815;
    text-align: center;
    margin-bottom: 18px;
    position: relative;
    padding: 10px 0;
    font-weight: 700;
}

.theme-desktop .page-1column .box01 .ttl-2::before {
    display: none;
}

.theme-desktop .page-1column .box01 .ttl-2::after {
    content: "";
    background: #cbcccc;
    width: 100%;
    height: 6px;
    border-radius: 3px;
    position: absolute;
    left: 50%;
    top: auto;
    transform: translateX(-50%);
    bottom: 0;
}

.theme-desktop .page-1column .box01 .ttl-2 span {
    color: #004ea2;
    font-size: 3.6rem;
}

.c-caption {
    display: block;
    max-width: 496px;
    margin: 0 auto;
    padding: 5px 20px;
    text-align: center;
    color: #fff;
    background: #E03657;
    font-size: 3rem;
    line-height: 1.275;
    border-radius: 25px;
}

.c-list01 {
    margin: 0 auto;
    padding: 0;
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: center;
    align-items: flex-start;
    padding: 25px 0;
    gap: 20px;
}

.c-list01 li {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 38px 0px;
    width: 226px;
    height: 85px;
    font-size: 3.2rem;
    font-weight: bold;
    line-height: 1.275;
    letter-spacing: 0;
    text-align: center;
    border: 4.8px solid #e17666;
    border-radius: 10px;
    color: #e17666;
    cursor: pointer;
}

.c-list01 li.active {
    background: #e17666;
    color: #fff;
    cursor: default;
}

.staff-services {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 0;
    margin-top: 20px;;
}

.staff-services__txt {
    width: calc(100% - 160px);
    border: 2px solid #898989;
    border-radius: 6px;
    position: relative;
    padding: 20px 22px;
}

.staff-services__txt::after {
    content: "";
    width: 22px;
    height: 22px;
    position: absolute;
    z-index: 1;
    top: 50%;
    right: -7px;
    background-color: #ffffff;
    border-radius: 2px;
    border-top: 2px solid #898989;
    border-right: 4px solid #898989;
    transform: translate(6px, -50%) skewX(-45deg);
}

.staff-services__img {
    width: 130px;
    position: relative;
    left: 10px;
    top: 18px;
}


.c-other01__item {
    max-width: 860px;
    margin: 0 auto;
}



.pick-up {
    border: 2px solid #f08300;
    position: relative;
    border-radius: 16px;
}

.pick-up .circle {
    position: absolute;
    left: -16px;
    top: -24px;
    display: inline-block;
    width: 113px;
    height: 100px;
}

.pick-up .circle img {
    width: 100%;
}

.pick-up .title-1 {
    background: #f08300;
    color: #fff;
    text-align: center;
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1;
    padding: 16px 20px;
    border-radius: 13px 13px 0 0;
}

.pick-up__content {
    margin: 0 auto;
    padding: 25px 65px 30px 65px;
}

.pick-up__content .txt {
    display: flex;
    padding-left: 8px;
    align-items: center;
}

.pick-up__content .txt dt {
    font-size: 1.81rem;
    line-height: 1.15;
    width: 159px;
    padding: 4px 2px 2px 2px;
    text-align: center;
    border: 1px solid #B5B5B6;
}

.pick-up__content .txt dd {
    font-size: 1.8rem;
    line-height: 1.346;
    padding-left: 8px;
    padding-top: 2px;
    letter-spacing: 0.1em;
}

.box02 ul {
    list-style: none;
    display: flex;
    justify-content: center;
    padding-right: 44px;
}

.box02 ul li {
    margin: 0 13px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100px;
}

.box02 ul li * {
    margin: 0;
    padding: 0;
}

.box02 ul li figure {
    width: 54px;
    display: block;
}

.box02 ul li span {
    color: #E03657;
    font-size: 3.2rem;
}

.box02 ul li span span {
    color: #231815;
    font-size: 1.52rem;
}

.box02 .content {
    display: flex;
    justify-content: center;
    position: relative;
    left: 9px;
    padding-bottom: 100px;
}

.box02 .content .item {
    background: #b2cae3;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    margin-right: 28px;
    position: relative;
    width: 150px;
    line-height: 1;
    padding: 25px 14px 20px 14px;
}

.box02 .content .item::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 37px solid transparent;
    border-bottom: 37px solid transparent;

    border-left: 28px solid #b2cae3;
    position: absolute;
    right: -27px;
    top: 0;
}

.box02 .content>p {
    margin: 0;
    font-size: 2.709rem;
    color: #004EA2;
    font-weight: 700;
    position: relative;
    top: 26px;
    left: 9px;
}

.box02 .content .item span {
    color: #fff;
    font-size: 2.85rem;
    font-weight: 700;
    margin: 0;
}

.box02 .content .item p {
    position: absolute;
    margin: 0;
    left: -57%;
    text-align: center;
    top: 135%;
    font-size: 2rem;
    line-height: 1.29;
    width: 170px;
}

.box02 .content .item p::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;

    border-bottom: 14px solid #E03657;
    position: absolute;
    left: 50%;
    top: -20px;
    transform: translateX(-50%);
}

.box02 .content .item:first-child p::after {
    border-bottom: 14px solid #231815;
}

.box02 .content .item figure {
    position: absolute;
    margin: 0;
    width: 22px;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.list-img {
    list-style: none;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin: 0 0;
    padding: 0;
    width: calc(100% + 24px);
    margin-left: -12px;
    margin-top: 24px;
}

.list-img li {
    width: 190px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    margin: 0 4px;
}

.list-img figure {
    width: 136px;
    height: 136px;
    margin-bottom: 10px;
}

.list-img li p {
    font-size: 1.498rem;
    line-height: 1.444;
    text-align: center;
    width: 100%;
}

.list-img li p span {
    font-size: 2rem;
    line-height: 1.444;
    font-weight: 700;
    color: #004EA2;
}

.box03 {
    padding-left: 12px;
    padding-right: 12px;
    margin: 0;
}

.box03 dl {
    display: flex;
    align-items: flex-end;
    margin: 0;
    justify-content: space-between;
    margin: 15px 0 15px 0;
}

.box03 dl dt {
    display: flex;
    align-items: center;

}

.box03 dl dt figure {
    width: 56px;
    margin-right: 12px;
}

.txt-23-32 {
    font-size: 2.3rem !important;
    line-height: 1.39 !important;
}

.box03 dl dd p {
    font-size: 4.4rem;
    font-weight: 400;
    line-height: 1.2;
    color: #E03657;
}

.box03 dl dd p span {
    font-size: 2.4rem;
    color: #231815;
}

.box03 dl:last-child {
    margin-top: 20px;
    padding-top: 35px;
    border-top: 2px solid #231815;
}

.box03 dl:last-child dt {
    font-size: 3.821rem;
    line-height: 1.2;
    font-weight: 700;
    color: #004EA2;
    padding-left: 80px;
}

.box03 dl:last-child dd p {
    font-size: 6rem;
    font-weight: 700;
    line-height: 0.8;
    color: #E03657;
}

.box03 dl:last-child dd p span {
    font-size: 3rem;
    color: #231815;
}

.btn-link {
    max-width: 296px;
    display: block;
    margin: 0 auto;
}

.box-txt {
    border: 8px solid #D3D3D3;
    padding: 14px 20px 14px 20px;
    text-align: center;
}

.box-txt .txt-1 {
    font-size: 2.3rem;
    line-height: 1.8;
    margin: 0;
}

.box-txt .txt-2 {
    font-size: 1.85rem;
    line-height: 1.5;
    margin: 0;
}

/* 231113_表示・非表示をvisibilityで処理 */

/* -------

.js-tap__content.isnone {
    height: 0;
    visibility: hidden;
}

.js-tap__content.active {
    height: auto;
    visibility: visible;
}
--------- */

/* -------231208_表示・非表示をdisplayで処理

.js-tap__content.isnone {
    display: none;
}

--------- */

.js-tap__content {
    display: none;
}


.js-tap__content.active {
    display: block;
    height: auto;
}

.c-other01__item dl {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
    margin-bottom: -5px;
}

.c-other01__item dt {
    width: 95px;
    flex-shrink: 0;
    position: relative;
    font-weight: 400;
}

.c-other01__item dt .txt {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 9px;
    font-size: 3.5rem;
    display: block;
    color: #004EA2;
    width: 100%;
    text-align: center;
    line-height: 1;
    font-weight: 400;
}

.c-other01__item dt .txt span {
    font-size: 2.444rem;
    position: relative;
    bottom: 2px;
}

.c-other01__item dd {
    width: calc(100% - 117px);
    position: relative;
    bottom: -3px;
    display: flex;
    font-size: 2.625rem;
    font-weight: 500;
    padding: 4px 22px 4px 22px;
    letter-spacing: 0.01em;
    position: relative;
    min-height: 82px;
    align-items: center;
}

.c-other01__item dd .num {
    position: absolute;
}

.c-other01__item dd .txt {
    font-size: 2.625rem;
}

.c-other01__item dd .num span {
    font-size: 2.4rem;
}

.c-other01__item dl.first dt .txt,
.c-other01__item dl.first dd {
    color: #fff;
}

.c-other01__item dl {
    margin: 0 0 18px 0;
}

.c-other01__item dl.first {
    width: 100%;
}

.c-other01__item dl.first dd .num {
    font-size: 3rem;
    font-weight: 700;
}

.c-other01__item dl.first dd .txt {
    font-size: 3rem;
    font-weight: 700;
}

.c-other01__item dl.first dd .txt-1 {
    font-size: 2.415rem;
}

.c-other01__item dl dd .txt-1 {
    font-size: 2.415rem;
    line-height: 1.217;
    letter-spacing: 0;
    flex-shrink: 0;
}

.c-other01__item dl dd .txt-2 {
    font-size: 2.625rem;
    line-height: 1.18;
    letter-spacing: 0;
}

.c-other01__item.orange dt .txt {
    color: #E17666;
}

.c-other01__item .caption {
    font-size: 2.31rem;
    padding: 13px 24px;
    font-weight: 700;
    line-height: 1;
    position: relative;
    display: inline-block;
    margin: 0 0 -3px 120px;
    border: 2px solid #004EA2;
}

.c-other01__item .caption::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 14px solid #004EA2;
    position: absolute;
    bottom: -14px;
    left: 75px;
}

.c-other01__item .caption::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 14px solid #fff;
    position: absolute;
    bottom: -11px;
    left: 75px;
}

.c-other01__item.orange .caption {
    border: 2px solid #E17666;
}

.c-other01__item.orange .caption::before {
    border-top: 14px solid #E17666;
}
.figure-pc-005 {
    max-width: 520px;
    width: 100%;
    margin-top: 14px;
}
.insurance-fee-simulation {
    width: 604px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;

    display: flex;
    justify-content: space-between;
}

.insurance-fee-simulation>.figure {
    width: calc(50% - 10px);
}
@media screen and (max-width: 800px) {
    .box-04 {
        margin-bottom: 10px;
    }
    .box04_fig-1 {
        margin-top: 0;
        display: flex;
    }

    .box04_fig-1__pink-box:not(:last-child) {
        margin-bottom: 35px;
        position: relative;
        width: 100%;
        height: auto;
        position: relative;
        margin-right: 0%;
    }

    .box04_fig-1__pink-box:not(:last-child)::before {
        content: "";
        width: 20px;
        height: 20px;
        display: block;
        position: absolute;
        top: calc(100% + 7px);
        left: 50%;
        transform: translateX(-50%);
    }
    .box04_fig-1__pink-box:nth-child(2) {
        width: 100%;
        height: auto;
    }

    .box04_fig-1__main__item {
        width: 30.2%;
        background: #ffffff;
        border: 1px solid #898989;
        border-radius: 3px;
        text-align: center;
        padding: 9px 0;
    }

    .box04_fig-1__main__item:not(:last-child)::before {
        content: "";
        width: 12px;
        height: 12px;
        display: block;
        position: absolute;
        top: 50%;
        left: calc(100% + 2px);
        transform: translateY(-50%);
    }

    .box04_fig-1__main__icon {
        height: 37px;
    }

    .box04_fig-1__main__icon img {
        height: 100%;
    }

    .box04_fig-1__main__note {
        font-size: 1.1rem;
        margin-top: 7px;
        letter-spacing: -0.04em;
        line-height: 1;
    }

    .box04_fig-1__main__note small {
        font-size: 0.7rem;
        vertical-align: top;
    }

    .box04_fig-1__main__price {
        font-size: 1.5rem;
        font-weight: bold;
        color: #004ea2;
        margin-top: 3px;
        line-height: 1;
    }

    .box04_fig-1__main__total {
        font-size: 2rem;
        text-align: center;
        margin-top: 4px;
    }

    .box04_fig-1__main__total strong {
        color: #004ea2;
    }

    .box04_fig-1__sub {
        text-align: center;
        padding: 0 0 5px;
    }

    .box04_fig-1__sub__text {
        position: relative;
        font-size: 1.35rem;
        margin-bottom: 5px;
    }

    .box04_fig-1__sub__text strong {
        color: #004ea2;
    }

    .box04_fig-1__sub__note {
        font-size: 0.95rem;
        margin-top: 0;
        line-height: 1.2;
    }
    .txt-indent_guard .desc {
        font-size: 0.9rem;
    }
}










.u-bold {
    font-weight: 700;
}

.align-center {
    text-align: center !important;
}

.txt-dark-green {
    color: #E17666;
}

.txt-pink {
    color: #EB6D9A;
}

.txt-dark-blue {
    color: #004EA2 !important;
}

.txt-dark-orange {
    color: #E17666 !important;
}


.txt-18 {
    font-size: 1.8rem;
    line-height: 1.15;
}


.txt-20-28 {
    font-size: 2rem;
    line-height: 1.4;
}

.txt-20-30 {
    font-size: 2rem;
    line-height: 1.5;
}
.txt-20-30.pl-4 {
    margin-top: 15px;
}
.txt-20-32 {
    font-size: 2rem;
    line-height: 1.6;
}


.txt-23-35 {
    font-size: 2.3rem;
    line-height: 1.52;
}


.txt-24-34 {
    font-size: 2.4rem;
    line-height: 1.4167;
}


.txt-32-48 {
    font-size: 3.2rem;
    line-height: 1.5;
}


.mt-0 {
    margin-top: 0px;
}

.mb-0 {
    margin-bottom: 0px;
}

.ml-0 {
    margin-left: 0px;
}

.mr-0 {
    margin-right: 0px;
}

.pt-0 {
    padding-top: 0px;
}

.pb-0 {
    padding-bottom: 0px;
}

.pl-0 {
    padding-left: 0px;
}

.pr-0 {
    padding-right: 0px;
}

.pad-0 {
    padding: 0px;
}

.mt-1 {
    margin-top: 1px;
}

.mb-1 {
    margin-bottom: 1px;
}

.ml-1 {
    margin-left: 1px;
}

.mr-1 {
    margin-right: 1px;
}

.pt-1 {
    padding-top: 1px;
}

.pb-1 {
    padding-bottom: 1px;
}

.pl-1 {
    padding-left: 1px;
}

.pr-1 {
    padding-right: 1px;
}

.pad-1 {
    padding: 1px;
}

.mt-2 {
    margin-top: 2px;
}

.mb-2 {
    margin-bottom: 2px;
}

.ml-2 {
    margin-left: 2px;
}

.mr-2 {
    margin-right: 2px;
}

.pt-2 {
    padding-top: 2px;
}

.pb-2 {
    padding-bottom: 2px;
}

.pl-2 {
    padding-left: 2px;
}

.pr-2 {
    padding-right: 2px;
}

.pad-2 {
    padding: 2px;
}

.mt-3 {
    margin-top: 3px;
}

.mb-3 {
    margin-bottom: 3px;
}

.ml-3 {
    margin-left: 3px;
}

.mr-3 {
    margin-right: 3px;
}

.pt-3 {
    padding-top: 3px;
}

.pb-3 {
    padding-bottom: 3px;
}

.pl-3 {
    padding-left: 3px;
}

.pr-3 {
    padding-right: 3px;
}

.pad-3 {
    padding: 3px;
}

.mt-4 {
    margin-top: 4px;
}

.mb-4 {
    margin-bottom: 4px;
}

.ml-4 {
    margin-left: 4px;
}

.mr-4 {
    margin-right: 4px;
}

.pt-4 {
    padding-top: 4px;
}

.pb-4 {
    padding-bottom: 4px;
}

.pl-4 {
    padding-left: 4px;
}

.pr-4 {
    padding-right: 4px;
}

.pad-4 {
    padding: 4px;
}

.mt-5 {
    margin-top: 5px;
}

.mb-5 {
    margin-bottom: 5px;
}

.ml-5 {
    margin-left: 5px;
}

.mr-5 {
    margin-right: 5px;
}

.pt-5 {
    padding-top: 5px;
}

.pb-5 {
    padding-bottom: 5px;
}

.pl-5 {
    padding-left: 5px;
}

.pr-5 {
    padding-right: 5px;
}

.pad-5 {
    padding: 5px;
}

.mt-6 {
    margin-top: 6px;
}

.mb-6 {
    margin-bottom: 6px;
}

.ml-6 {
    margin-left: 6px;
}

.mr-6 {
    margin-right: 6px;
}

.pt-6 {
    padding-top: 6px;
}

.pb-6 {
    padding-bottom: 6px;
}

.pl-6 {
    padding-left: 6px;
}

.pr-6 {
    padding-right: 6px;
}

.pad-6 {
    padding: 6px;
}

.mt-7 {
    margin-top: 7px;
}

.mb-7 {
    margin-bottom: 7px;
}

.ml-7 {
    margin-left: 7px;
}

.mr-7 {
    margin-right: 7px;
}

.pt-7 {
    padding-top: 7px;
}

.pb-7 {
    padding-bottom: 7px;
}

.pl-7 {
    padding-left: 7px;
}

.pr-7 {
    padding-right: 7px;
}

.pad-7 {
    padding: 7px;
}

.mt-8 {
    margin-top: 8px;
}

.mb-8 {
    margin-bottom: 8px;
}

.ml-8 {
    margin-left: 8px;
}

.mr-8 {
    margin-right: 8px;
}

.pt-8 {
    padding-top: 8px;
}

.pb-8 {
    padding-bottom: 8px;
}

.pl-8 {
    padding-left: 8px;
}

.pr-8 {
    padding-right: 8px;
}

.pad-8 {
    padding: 8px;
}

.mt-9 {
    margin-top: 9px;
}

.mb-9 {
    margin-bottom: 9px;
}

.ml-9 {
    margin-left: 9px;
}

.mr-9 {
    margin-right: 9px;
}

.pt-9 {
    padding-top: 9px;
}

.pb-9 {
    padding-bottom: 9px;
}

.pl-9 {
    padding-left: 9px;
}

.pr-9 {
    padding-right: 9px;
}

.pad-9 {
    padding: 9px;
}

.mt-10 {
    margin-top: 10px !important;
}

.mb-10 {
    margin-bottom: 10px;
}

.ml-10 {
    margin-left: 10px;
}

.mr-10 {
    margin-right: 10px;
}

.pt-10 {
    padding-top: 10px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pl-10 {
    padding-left: 10px;
}

.pr-10 {
    padding-right: 10px;
}

.pad-10 {
    padding: 10px;
}

.mt-11 {
    margin-top: 11px;
}

.mb-11 {
    margin-bottom: 11px;
}

.ml-11 {
    margin-left: 11px;
}

.mr-11 {
    margin-right: 11px;
}

.pt-11 {
    padding-top: 11px;
}

.pb-11 {
    padding-bottom: 11px;
}

.pl-11 {
    padding-left: 11px;
}

.pr-11 {
    padding-right: 11px;
}

.pad-11 {
    padding: 11px;
}

.mt-12 {
    margin-top: 12px;
}

.mb-12 {
    margin-bottom: 12px;
}

.ml-12 {
    margin-left: 12px;
}

.mr-12 {
    margin-right: 12px;
}

.pt-12 {
    padding-top: 12px;
}

.pb-12 {
    padding-bottom: 12px;
}

.pl-12 {
    padding-left: 12px;
}

.pr-12 {
    padding-right: 12px;
}

.pad-12 {
    padding: 12px;
}

.mt-13 {
    margin-top: 13px;
}

.mb-13 {
    margin-bottom: 13px;
}

.ml-13 {
    margin-left: 13px;
}

.mr-13 {
    margin-right: 13px;
}

.pt-13 {
    padding-top: 13px;
}

.pb-13 {
    padding-bottom: 13px;
}

.pl-13 {
    padding-left: 13px;
}

.pr-13 {
    padding-right: 13px;
}

.pad-13 {
    padding: 13px;
}

.mt-14 {
    margin-top: 14px;
}

.mb-14 {
    margin-bottom: 14px;
}

.ml-14 {
    margin-left: 14px;
}

.mr-14 {
    margin-right: 14px;
}

.pt-14 {
    padding-top: 14px;
}

.pb-14 {
    padding-bottom: 14px;
}

.pl-14 {
    padding-left: 14px;
}

.pr-14 {
    padding-right: 14px;
}

.pad-14 {
    padding: 14px;
}

.mt-15 {
    margin-top: 15px;
}

.mb-15 {
    margin-bottom: 15px;
}

.ml-15 {
    margin-left: 15px;
}

.mr-15 {
    margin-right: 15px;
}

.pt-15 {
    padding-top: 15px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pl-15 {
    padding-left: 15px;
}

.pr-15 {
    padding-right: 15px;
}

.pad-15 {
    padding: 15px;
}

.mt-16 {
    margin-top: 16px;
}

.mb-16 {
    margin-bottom: 16px;
}

.ml-16 {
    margin-left: 16px;
}

.mr-16 {
    margin-right: 16px;
}

.pt-16 {
    padding-top: 16px;
}

.pb-16 {
    padding-bottom: 16px;
}

.pl-16 {
    padding-left: 16px;
}

.pr-16 {
    padding-right: 16px;
}

.pad-16 {
    padding: 16px;
}

.mt-17 {
    margin-top: 17px;
}

.mb-17 {
    margin-bottom: 17px;
}

.ml-17 {
    margin-left: 17px;
}

.mr-17 {
    margin-right: 17px;
}

.pt-17 {
    padding-top: 17px;
}

.pb-17 {
    padding-bottom: 17px;
}

.pl-17 {
    padding-left: 17px;
}

.pr-17 {
    padding-right: 17px;
}

.pad-17 {
    padding: 17px;
}

.mt-18 {
    margin-top: 18px;
}

.mb-18 {
    margin-bottom: 18px;
}

.ml-18 {
    margin-left: 18px;
}

.mr-18 {
    margin-right: 18px;
}

.pt-18 {
    padding-top: 18px;
}

.pb-18 {
    padding-bottom: 18px;
}

.pl-18 {
    padding-left: 18px;
}

.pr-18 {
    padding-right: 18px;
}

.pad-18 {
    padding: 18px;
}

.mt-19 {
    margin-top: 19px;
}

.mb-19 {
    margin-bottom: 19px;
}

.ml-19 {
    margin-left: 19px;
}

.mr-19 {
    margin-right: 19px;
}

.pt-19 {
    padding-top: 19px;
}

.pb-19 {
    padding-bottom: 19px;
}

.pl-19 {
    padding-left: 19px;
}

.pr-19 {
    padding-right: 19px;
}

.pad-19 {
    padding: 19px;
}

.mt-20 {
    margin-top: 20px !important;
}

.mb-20 {
    margin-bottom: 20px;
}

.ml-20 {
    margin-left: 20px;
}

.mr-20 {
    margin-right: 20px;
}

.pt-20 {
    padding-top: 20px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pl-20 {
    padding-left: 20px;
}

.pr-20 {
    padding-right: 20px;
}

.pad-20 {
    padding: 20px;
}

.mt-21 {
    margin-top: 21px;
}

.mb-21 {
    margin-bottom: 21px;
}

.ml-21 {
    margin-left: 21px;
}

.mr-21 {
    margin-right: 21px;
}

.pt-21 {
    padding-top: 21px;
}

.pb-21 {
    padding-bottom: 21px;
}

.pl-21 {
    padding-left: 21px;
}

.pr-21 {
    padding-right: 21px;
}

.pad-21 {
    padding: 21px;
}

.mt-22 {
    margin-top: 22px;
}

.mb-22 {
    margin-bottom: 22px;
}

.ml-22 {
    margin-left: 22px;
}

.mr-22 {
    margin-right: 22px;
}

.pt-22 {
    padding-top: 22px;
}

.pb-22 {
    padding-bottom: 22px;
}

.pl-22 {
    padding-left: 22px;
}

.pr-22 {
    padding-right: 22px;
}

.pad-22 {
    padding: 22px;
}

.mt-23 {
    margin-top: 23px;
}

.mb-23 {
    margin-bottom: 23px;
}

.ml-23 {
    margin-left: 23px;
}

.mr-23 {
    margin-right: 23px;
}

.pt-23 {
    padding-top: 23px;
}

.pb-23 {
    padding-bottom: 23px;
}

.pl-23 {
    padding-left: 23px;
}

.pr-23 {
    padding-right: 23px;
}

.pad-23 {
    padding: 23px;
}

.mt-24 {
    margin-top: 24px;
}

.mb-24 {
    margin-bottom: 24px;
}

.ml-24 {
    margin-left: 24px;
}

.mr-24 {
    margin-right: 24px;
}

.pt-24 {
    padding-top: 24px;
}

.pb-24 {
    padding-bottom: 24px;
}

.pl-24 {
    padding-left: 24px;
}

.pr-24 {
    padding-right: 24px;
}

.pad-24 {
    padding: 24px;
}

.mt-25 {
    margin-top: 25px !important;
}

.mb-25 {
    margin-bottom: 25px;
}

.ml-25 {
    margin-left: 25px;
}

.mr-25 {
    margin-right: 25px;
}

.pt-25 {
    padding-top: 25px;
}

.pb-25 {
    padding-bottom: 25px;
}

.pl-25 {
    padding-left: 25px;
}

.pr-25 {
    padding-right: 25px;
}

.pad-25 {
    padding: 25px;
}

.mt-26 {
    margin-top: 26px;
}

.mb-26 {
    margin-bottom: 26px;
}

.ml-26 {
    margin-left: 26px;
}

.mr-26 {
    margin-right: 26px;
}

.pt-26 {
    padding-top: 26px;
}

.pb-26 {
    padding-bottom: 26px;
}

.pl-26 {
    padding-left: 26px;
}

.pr-26 {
    padding-right: 26px;
}

.pad-26 {
    padding: 26px;
}

.mt-27 {
    margin-top: 27px;
}

.mb-27 {
    margin-bottom: 27px;
}

.ml-27 {
    margin-left: 27px;
}

.mr-27 {
    margin-right: 27px;
}

.pt-27 {
    padding-top: 27px;
}

.pb-27 {
    padding-bottom: 27px;
}

.pl-27 {
    padding-left: 27px;
}

.pr-27 {
    padding-right: 27px;
}

.pad-27 {
    padding: 27px;
}

.mt-28 {
    margin-top: 28px;
}

.mb-28 {
    margin-bottom: 28px;
}

.ml-28 {
    margin-left: 28px;
}

.mr-28 {
    margin-right: 28px;
}

.pt-28 {
    padding-top: 28px;
}

.pb-28 {
    padding-bottom: 28px;
}

.pl-28 {
    padding-left: 28px;
}

.pr-28 {
    padding-right: 28px;
}

.pad-28 {
    padding: 28px;
}

.mt-29 {
    margin-top: 29px;
}

.mb-29 {
    margin-bottom: 29px;
}

.ml-29 {
    margin-left: 29px;
}

.mr-29 {
    margin-right: 29px;
}

.pt-29 {
    padding-top: 29px;
}

.pb-29 {
    padding-bottom: 29px;
}

.pl-29 {
    padding-left: 29px;
}

.pr-29 {
    padding-right: 29px;
}

.pad-29 {
    padding: 29px;
}

.mt-30 {
    margin-top: 30px;
}

.mb-30 {
    margin-bottom: 30px;
}

.ml-30 {
    margin-left: 30px;
}

.mr-30 {
    margin-right: 30px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-60 {
    padding-top: 60px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pl-30 {
    padding-left: 30px;
}

.pr-30 {
    padding-right: 30px;
}

.pad-30 {
    padding: 30px;
}

.mt-31 {
    margin-top: 31px;
}

.mb-31 {
    margin-bottom: 31px;
}

.ml-31 {
    margin-left: 31px;
}

.mr-31 {
    margin-right: 31px;
}

.pt-31 {
    padding-top: 31px;
}

.pb-31 {
    padding-bottom: 31px;
}

.pl-31 {
    padding-left: 31px;
}

.pr-31 {
    padding-right: 31px;
}

.pad-31 {
    padding: 31px;
}

.mt-32 {
    margin-top: 32px;
}

.mb-32 {
    margin-bottom: 32px;
}

.ml-32 {
    margin-left: 32px;
}

.mr-32 {
    margin-right: 32px;
}

.pt-32 {
    padding-top: 32px;
}

.pb-32 {
    padding-bottom: 32px;
}

.pl-32 {
    padding-left: 32px;
}

.pr-32 {
    padding-right: 32px;
}

.pad-32 {
    padding: 32px;
}

.mt-33 {
    margin-top: 33px;
}

.mb-33 {
    margin-bottom: 33px;
}

.ml-33 {
    margin-left: 33px;
}

.mr-33 {
    margin-right: 33px;
}

.pt-33 {
    padding-top: 33px;
}

.pb-33 {
    padding-bottom: 33px;
}

.pl-33 {
    padding-left: 33px;
}

.pr-33 {
    padding-right: 33px;
}

.pad-33 {
    padding: 33px;
}

.mt-34 {
    margin-top: 34px;
}

.mb-34 {
    margin-bottom: 34px;
}

.ml-34 {
    margin-left: 34px;
}

.mr-34 {
    margin-right: 34px;
}

.pt-34 {
    padding-top: 34px;
}

.pb-34 {
    padding-bottom: 34px;
}

.pl-34 {
    padding-left: 34px;
}

.pr-34 {
    padding-right: 34px;
}

.pad-34 {
    padding: 34px;
}

.mt-35 {
    margin-top: 35px;
}

.mb-35 {
    margin-bottom: 35px;
}

.ml-35 {
    margin-left: 35px;
}

.mr-35 {
    margin-right: 35px;
}

.pt-35 {
    padding-top: 35px;
}

.pb-35 {
    padding-bottom: 35px;
}

.pl-35 {
    padding-left: 35px;
}

.pr-35 {
    padding-right: 35px;
}

.pad-35 {
    padding: 35px;
}

.mt-36 {
    margin-top: 36px;
}

.mb-36 {
    margin-bottom: 36px;
}

.ml-36 {
    margin-left: 36px;
}

.mr-36 {
    margin-right: 36px;
}

.pt-36 {
    padding-top: 36px;
}

.pb-36 {
    padding-bottom: 36px;
}

.pl-36 {
    padding-left: 36px;
}

.pr-36 {
    padding-right: 36px;
}

.pad-36 {
    padding: 36px;
}

.mt-37 {
    margin-top: 37px;
}

.mb-37 {
    margin-bottom: 37px;
}

.ml-37 {
    margin-left: 37px;
}

.mr-37 {
    margin-right: 37px;
}

.pt-37 {
    padding-top: 37px;
}

.pb-37 {
    padding-bottom: 37px;
}

.pl-37 {
    padding-left: 37px;
}

.pr-37 {
    padding-right: 37px;
}

.pad-37 {
    padding: 37px;
}

.mt-38 {
    margin-top: 38px;
}

.mb-38 {
    margin-bottom: 38px;
}

.ml-38 {
    margin-left: 38px;
}

.mr-38 {
    margin-right: 38px;
}

.pt-38 {
    padding-top: 38px;
}

.pb-38 {
    padding-bottom: 38px;
}

.pl-38 {
    padding-left: 38px;
}

.pr-38 {
    padding-right: 38px;
}

.pad-38 {
    padding: 38px;
}

.mt-39 {
    margin-top: 39px;
}

.mt-40 {
    margin-top: 40px !important;
}
.mt-48 {
    margin-top: 48px;
}
.mt-50 {
    margin-top: 50px;
}

.mt-55 {
    margin-top: 55px !important;
}

.mt-60 {
    margin-top: 60px;
}

.mb-39 {
    margin-bottom: 39px;
}

.ml-39 {
    margin-left: 39px;
}

.mr-39 {
    margin-right: 39px;
}

.pt-39 {
    padding-top: 39px;
}

.pb-39 {
    padding-bottom: 39px;
}

.pl-39 {
    padding-left: 39px;
}

.pr-39 {
    padding-right: 39px;
}

.pad-39 {
    padding: 39px;
}


@media screen and (min-width: 800px) {

.mr-120-pc {
    margin-right: -120px;
}
.mr-130-pc {
    margin-right: -130px;
}
.mr-150-pc {
    margin-right: -150px;
}
.mr-160-pc {
    margin-right: -160px;
}

.ml25-pc {
    margin-left: 25px;
}
.ml30-pc {
    margin-left: 30px;
}
.ml40-pc {
    margin-left: 40px;
}
.ml60-pc {
    margin-left: 60px;
}
.ml70-pc {
    margin-left: 70px;
}
.ml75-pc {
    margin-left: 75px;
}
.ml100-pc {
    margin-left: 100px;
}
.ml120-pc {
    margin-left: 120px;
}
.ml150-pc {
    margin-left: 150px;
}
.ml160-pc {
    margin-left: 160px;
}
.ml230-pc {
    margin-left: 230px;
}
.ml250-pc {
    margin-left: 250px;
}
.ml280-pc {
    margin-left: 280px;
}
.ml300-pc {
    margin-left: 300px;
}
.ml330-pc {
    margin-left: 330px;
}
.ml350-pc {
    margin-left: 350px;
}
.ml380-pc {
    margin-left: 380px;
}

.ml420-pc {
    margin-left: 420px;
}
.ml500-pc {
    margin-left: 500px;
}
.ml550-pc {
    margin-left: 550px;
}
.ml600-pc {
    margin-left: 600px;
}

}


@media screen and (max-width: 799px) {



    .mr-70-sp {
        margin-right: -70px;
    }
    .mr-75-sp {
        margin-right: -75px;
    }
    .mr-100-sp {
        margin-right: -100px;
    }
    .mr-110-sp {
        margin-right: -110px;
    }
    .mr-120-sp {
        margin-right: -120px;
    }


    .ml-10-sp {
        margin-left: -10px;
    }
    .ml-17-sp {
        margin-left: -17px;
    }
    .ml-30-sp {
        margin-left: -30px;
    }
    .ml30-sp {
        margin-left: 30px;
    }
    .ml40-sp {
        margin-left: 40px;
    }
    .ml60-sp {
        margin-left: 60px;
    }
    .ml50-sp {
        margin-left: 50px;
    }
    .ml75-sp {
        margin-left: 75px;
    }
    .ml90-sp {
        margin-left: 90px;
    }
    .ml100-sp {
        margin-left: 100px;
    }
    .ml110-sp {
        margin-left: 110px;
    }
    .ml120-sp {
        margin-left: 120px;
    }
    .ml130-sp {
        margin-left: 130px;
    }
    .ml150-sp {
        margin-left: 150px;
    }
    .ml160-sp {
        margin-left: 160px;
    }
    .ml165-sp {
        margin-left: 165px;
    }
    .ml170-sp {
        margin-left: 170px;
    }
    .ml200-sp {
        margin-left: 200px;
    }
    .ml215-sp {
        margin-left: 215px;
    }

}



p,
.font-feature {
    font-feature-settings: "palt";
}

p.ffu {
    font-feature-settings: unset;
}

a.c-link01 {
    font-weight: 400;
}

.c-link01 {
    font-size: 2rem;
    position: relative;
    display: inline-block;
    margin-top: 28px;
}

.l-right {
    text-align: right;
}

.txt-border {
    position: relative;
}

.txt-border::after {
    content: "";
    width: 100%;
    height: 2px;
    background: #004EA2;
    left: 0;
    bottom: -4px;
    position: absolute;
}

.txt-20-32.txt-border::after {
    bottom: -1px;
}


.translateX-165 {
    transform: translateX(165px);
}

.insurance-fee-simulation {
    width: 604px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;

    display: flex;
    justify-content: space-between;
}

.insurance-fee-simulation>.figure {
    width: calc(50% - 10px);
}

.figure img {
    width: 100%;
}



.c-box-03 {
    padding: 0 30px;
}

.c-box-03 .ttl {
    background: #004ea2;
    font-size: 3rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.417;
    color: #fff;
    text-align: center;
    padding: 30px;
}

.c-box-03 .ttl span {
    position: relative;
}

.c-box-03 .ttl span::before {
    content: "";
    width: 26px;
    height: 19px;
    background: url(/-/media/Images/ZurichLife/product/category_iryo/shushiniryodxlady4/kanyu_pc/img_icon_04_white.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    left: -50px;
    transform: translateY(-50%) rotate(180deg);
    top: 50%;
    transition: 0.5s;
}

.c-box-03 .ttl.active span::before {
    transform: translateY(-50%);
}
.c-box-03_pagetop {
    margin-top: 70px;
}

@media screen and (min-width: 800px) {
.pick-up {
    margin: 50px 60px 50px 60px;
}

.box-txt {
    margin: 60px 88px auto;
}

}





@media screen and (max-width: 800px) {
    .c-box-03 {
		margin: 0 calc(50% - 50vw);
	    padding: 0 0px;
	}
	.c-box-03 .ttl {
	    background: #004ea2;
	    font-size: 1.5rem;
	    font-weight: 400;
	    letter-spacing: 0;
	    line-height: 1.417;
	    color: #fff;
	    text-align: center;
	    padding: 15px;
	    display: block;
	}

	.c-box-03 .ttl span {
	    position: relative;
	}

	.c-box-03 .ttl span::before {
	    content: "";
	    width: 13.5px;
	    height: 8px;
	    background: url(/-/media/Images/ZurichLife/product/category_iryo/shushiniryodxlady4/kanyu_pc/img_icon_04_white.svg) no-repeat center;
	    background-size: contain;
	    position: absolute;
	    left: -25px;
	    transform: translateY(-50%) rotate(180deg);
	    top: 50%;
	    transition: 0.5s;
	}

	.c-box-03 .ttl.active span::before {
	    transform: translateY(-50%);
	}

}







@media screen and (max-width: 800px) {
	.pages-tab-name {
	    padding-left: 5px;
	    padding-right: 5px;
	    margin: 0 calc(50% - 50vw);
	    width: auto;
	    border-bottom: none;
	}
	.pages-button {
	    width: calc(33.33% - 2.5px);
	    height: 66px;
	    margin: 0 5px;
	    font-size: 1.75rem;
	    line-height: 1.15;
	    text-align: center;
	}
	.feature-tab {
	    padding: 15px 10px 15px 10px;
	    border-top: 1px solid #8a8c8a;
	}
	.feature-tab-01,
	.feature-tab-02,
	.feature-tab-03,
	.feature-tab-04	 {
	    margin: 0 calc(50% - 50vw);
	}
	.decore-bc-01 {
	    background-image: url(/-/media/Images/ZurichLife/product/category_iryo/shushiniryodxlady4/tokucho_sp/backgrounds/bg_01.png);
	    background-position: 0 0;
	    background-repeat: repeat;
	    background-size: contain;
	}
	.feature-tab .default-show {
	    padding-left: 0px;
	}
	.feature-tab .default-show .order {
	    width: 48px;
	}
	.feature-tab .default-show .content {
	    width: calc(100% - 55px);
	    font-size: 1.4rem;
	}
	.feature-tab .default-show .toggler-show {
	    width: 10px;
	    height: 10px;
	    position: absolute;
	    top: 50%;
	    right: 12.5px;
	    border-bottom: 1px solid #231815;
	    border-right: 1px solid #231815;
	}
	.feature-tab-04>.default-show .content img {
	    width: 16px;
	    padding-bottom: 3px;
	}
	.feature-tab .toggle-show.not-perf {
	    margin: 15px -10px -15px;
	    padding: 5px 10px;
	}

    .feature-tab-block-02 {
        width: 100vw;
        margin: 0 calc(50% - 50vw);
        border-top: 15px solid #ebf1f8;
        border-left: 8px solid #ebf1f8;
        border-right: 8px solid #ebf1f8;
        padding: 6px 10px;
    }
    .page-1column .box01 .ttl-1 {
        font-size: 2.15rem;
        font-weight: 400;
        line-height: 1.15;
        background: none;
        margin-top: 10px;
        margin-bottom: 20px;
        text-align: center;
    }
    .page-1column .box01 .ttl-1 span {
        color: #004ea2;
        font-weight: 700;
    }


    .c-caption {
        max-width: 234px;
        padding: 3px 20px;
        font-size: 1.5rem;
        line-height: 1.275;
        border-radius: 25px;
    }

    .c-list01 {
        padding: 15px 0 0px;
        flex-wrap: wrap;
        width: 100%;
        gap: 10px;
    }
    .c-list01 li {
        padding: 5px 10px;
        width: 35%;
        height: 50px;
        font-size: 1.5rem;
        letter-spacing: 0;
        border: 2px solid #e17666;
        border-radius: 3px;
    }
    .page-1column .box01 .ttl-2 {
        font-size: 1.4rem;
        line-height: 1.319;
        background: none;
        color: #231815;
        text-align: center;
        margin-bottom: 9px;
        position: relative;
        padding: 5px 0;
        font-weight: 700;
    }
    .page-1column .box01 .ttl-2 span {
        font-size: 1.6rem;
    }
    .page-1column .box01 .ttl-2::after {
        content: "";
        height: 3px;
    }
    .c-other01.mt-55 {
        margin-top: 15px!important;
    }
    .c-other01__item {
        max-width: 100%;
    }

    .c-other01__item .caption {
        font-size: 1.1rem;
        padding: 5px 12px;
        font-weight: 700;
        line-height: 1;
        position: relative;
        display: inline-block;
        margin: 0 0 5px 58px;
    }
    .c-other01__item dl {
        margin: 0 0 9px 0;
    }
    .c-other01__item dt {
        width: 40px;
    }
    .c-other01__item dd {
        width: calc(100% - 46px);
        font-size: 1.6rem;
        bottom: -3px;
        padding: 2px 11px 2px 12px;
        letter-spacing: 0.01em;
        min-height: 39px;
    }
    .c-other01__item dt .txt {
        bottom: 5px;
        font-size: 1.6rem;
        display: block;
    }
    .c-other01__item dd .txt {
        font-size: 1.5rem;
    }
    .c-other01__item dt .txt span {
        font-size: 1.15rem;
    }
    .c-other01__item dl.first dd .txt {
        font-size: 1.8rem;
        font-weight: 700;
    }
    .c-other01__item dl.first dd .num {
        font-size: 1.6rem;
    }
    .c-other01__item dd .num span {
        font-size: 1.2rem;
    }
    .c-other01__item.mt-40 {
        margin-top: 26px!important;
    }
    .helpbox.mt-60 {
        margin-top: 30px;
    }
    .helpbox-tag {
        height: 36px;
        padding: 7px 26px 7px 7px;
        border: 1px solid #E17666;
        border-radius: 3px;
        font-size: 1.25rem;
    }
    .helpbox-tag>.icon {
        margin-right: 2px;
        max-width: 22px;
    }
    .icon-arrow-down {
        width: 10px;
        height: 10px;
        display: inline-block;
        border-bottom: 1px solid #333;
        border-right: 1px solid #333;
        transform: translateY(-4px) rotate(45deg);
        transition: transform 0.4s ease;
        position: absolute;
        right: 12px;
        top: 14px;
        border-color: #E17666;
    }
    .box01.pt-60 {
        padding-top: 30px!important;
    }
    .box01.mt-60 {
        margin-top: 30px!important;
    }

    .c-other01__item dl dd .txt-1 {
        font-size: 1rem;
        line-height: 1.217;
    }
    .c-other01__item dl dd .txt-2 {
        font-size: 1.3rem;
    }
    .c-other01__item dl dd .txt-mini {
    font-size: 1rem;
    }
    .c-link01 {
        font-size: 1rem;
        margin-top: 14px;
    }
    .staff-services__txt {
        width: calc(100% - 72px);
        border: 1px solid #898989;
        border-radius: 3px;
        position: relative;
        padding: 13px 9px;
    }
    .txt-24-34 {
        font-size: 1.2rem;
        line-height: 1.4167;
    }
    .staff-services__img {
        width: 65px;
        position: relative;
        left: 7px;
        top: 6px;
    }
    .staff-services__txt::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-services.mt-50 {
        margin-top: 35px !important;
    }
    .staff-services.mt-35 {
        margin-top: 17px;
    }
    .translateX-30 {
        transform: translateX(0px);
    }
    .translateX-165 {
        transform: translateX(75px);
    }
    .translateX-230 {
        transform: translateX(100px);
    }


    .pick-up {
        border: 1px solid #f08300;
        position: relative;
        border-radius: 8px;
        margin-top: 30px;
    }
    .pick-up .circle {
        position: absolute;
        left: -8px;
        top: -12px;
        display: inline-block;
        width: 56px;
        height: 50px;
    }
    .pick-up .title-1 {
        background: #f08300;
        color: #fff;
        text-align: center;
        font-size: 1.3rem;
        font-weight: 700;
        line-height: 1;
        padding: 7px 10px;
        border-radius: 7px 7px 0 0;
    }
    .pick-up__content {
        padding: 10px 10px 15px 9px;
    }
    .txt-20-30 {
        font-size: 1rem;
        line-height: 1.5;
    }
    .txt-20-32 {
        font-size: 1rem;
        line-height: 1.6;
    }
    .txt-23-32 {
        font-size: 1.15rem !important;
        line-height: 1.39 !important;
    }
    .txt-18 {
        font-size: 0.9rem;
        line-height: 1.15;
    }
    .txt-indent span {
        margin-right: 2px;
        font-size: 0.85rem;
        white-space: nowrap;
    }
    .txt-indent p {
        font-size: 0.9rem;
    }
    .txt-border::after {
        content: "";
        width: 100%;
        height: 1px;
        background: #004EA2;
        left: 0;
        bottom: -4px;
        position: absolute;
    }
    .txt-20-32.txt-border::after {
        bottom: -1px;
    }
    .txt-20-30.pl-4 {
        margin-top: 5px;
    }


    .pick-up__content .txt {
        display: flex;
        padding-left: 8px;
        align-items: center;
    }

    .pick-up__content .txt dt {
        font-size: 0.762rem;
        line-height: 1.15;
        width: 74px;
        padding: 2px 2px;
        text-align: center;
        border: 1px solid #B5B5B6;
        font-weight: 400;
    }

    .pick-up__content .txt dd {
        font-size: 0.65rem;
        line-height: 1.346;
        padding-left: 8px;
        font-weight: 400;
        padding-top: 2px;
        letter-spacing: 0.1em;
    }
    .box02 {
        margin-bottom: 40px;
    }
    .box02 ul {
        list-style: none;
        display: flex;
        justify-content: center;
        padding-right: 44px;
    }

    .box02 ul li {
        margin: 0 13px;
        text-align: center;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 50px;
    }

    .box02 ul li * {
        margin: 0;
        padding: 0;
    }

    .box02 ul li figure {
        width: 24px;
        display: block;
    }

    .box02 ul li span {
        color: #E03657;
        font-size: 1.6rem;
    }

    .box02 ul li span span {
        color: #231815;
        font-size: 0.76rem;
    }

    .box02 .content {
        display: flex;
        justify-content: center;
        position: relative;
        left: 9px;
        padding-bottom: 35px;
    }

    .box02 .content .item {
        background: #b2cae3;
        display: flex;
        justify-content: center;
        text-align: center;
        align-items: center;
        margin-right: 13px;
        position: relative;
        width: 63px;
        line-height: 1;
        padding: 9px 4px 9px 14px;
    }

    .box02 .content .item::after {
        content: "";
        width: 0;
        height: 0;
        border-top: 16px solid transparent;
        border-bottom: 16px solid transparent;

        border-left: 13px solid #b2cae3;
        position: absolute;
        right: -13px;
        top: 0;
    }

    .box02 .content>p {
        margin: 0;
        font-size: 1.14rem;
        color: #004EA2;
        font-weight: 700;
        position: relative;
        top: 4px;
        left: 9px;
    }

    .box02 .content .item span {
        color: #fff;
        font-size: 1.425rem;
        font-weight: 700;
        margin: 0;
    }

    .box02 .content .item p {
        position: absolute;
        margin: 0;
        left: -54%;
        text-align: center;
        top: 142%;
        font-size: 0.85rem;
        font-weight: 400;
        line-height: 1.29;
        width: 68px;
    }

    .box02 .content .item p::after {
        content: "";
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;

        border-bottom: 6px solid #E03657;
        position: absolute;
        left: 50%;
        top: -10px;
        transform: translateX(-50%);
    }

    .box02 .content .item:first-child p::after {
        border-bottom: 6px solid #231815;
    }

    .box02 .content .item figure {
        position: absolute;
        margin: 0;
        width: 10px;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
    }

    .list-img {
        list-style: none;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        margin: 0 0;
        padding: 0;
        width: calc(100% + 24px);
        margin-left: -12px;
        margin-top: 20px;
    }

    .list-img li {
        width: 91px;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: center;
        margin: 0 4px;
    }

    .list-img figure {
        width: 63px;
        height: 63px;
        margin-bottom: 5px;
    }

    .list-img li p {
        font-size: 0.749rem;
        line-height: 1.444;
        font-weight: 400;
        text-align: center;
        width: 100%;
    }

    .list-img li p span {
        font-size: 1rem;
        line-height: 1.444;
        font-weight: 700;
        color: #004EA2;
    }

    .box03 {
        padding-left: 12px;
        padding-right: 12px;
        margin: 0;
    }

    .box03 dl {
        display: flex;
        align-items: flex-end;
        margin: 0;
        justify-content: space-between;
        padding-top: 2px;
        padding-bottom: 2px;
    }

    .box03 dl dt {
        display: flex;
        align-items: center;

    }

    .box03 dl dt figure {
        width: 25px;
        margin-right: 6px;
    }

    .box03 dl dd p {
        font-size: 2.2rem;
        font-weight: 400;
        line-height: 1.6;
        color: #E03657;
    }

    .box03 dl dd p span {
        font-size: 1.1rem;
        color: #231815;
    }

    .box03 dl:last-child {
        margin-top: 5px;
        padding-top: 13px;
        border-top: 1px solid #231815;
    }

    .box03 dl:last-child dt {
        font-size: 1.7365rem;
        line-height: 1.2;
        font-weight: 700;
        color: #004EA2;
        padding-left: 30px;
    }

    .box03 dl:last-child dd p {
        font-size: 3rem;
        font-weight: 700;
        line-height: 0.8;
        color: #E03657;
    }

    .box03 dl:last-child dd p span {
        font-size: 1.4rem;
        color: #231815;
    }

    .btn-link {
        max-width: 296px;
        display: block;
        margin: 40px auto 0;
    }

    .box-txt {
        border: 4px solid #D3D3D3;
        padding: 7px 5px 7px 5px;
        text-align: center;
    }

    .box-txt .txt-1 {
        font-size: 1.15rem;
        line-height: 1.8;
        margin: 0;
    }

    .box-txt .txt-2 {
        font-size: 0.925rem;
        margin: 0;
    }
    .box-txt.mt-60 {
        margin-top: 30px;
    }

    /* 231113_表示・非表示をvisibilityで処理 */
    .js-tap__content {
        visibility: hidden;
    }

    .js-tap__content.active {
        visibility: visible;
    }

    .c-other01__item dl {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        width: 100%;
        margin-bottom: -5px;
    }

    .c-other01__item dt {
        width: 46px;
        flex-shrink: 0;
        position: relative;
        font-weight: 400;
    }

    .c-other01__item dt .txt {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 5px;
        font-size: 1.6rem;
        display: block;
        color: #004EA2;
        width: 100%;
        text-align: center;
        line-height: 1;
        font-weight: 400;
    }

    .c-other01__item dt .txt span {
        font-size: 1.15rem;
    }

    .c-other01__item dd {
        width: calc(100% - 58px);
        position: relative;
        bottom: -3px;
        display: flex;
        font-size: 1.8rem;
        font-weight: 500;
        padding: 2px 11px 2px 12px;
        letter-spacing: 0.01em;
        position: relative;
        min-height: 39px;
        align-items: center;
    }

    /* 231110_leftを削除 */
    .c-other01__item dd .num {
        position: absolute;
    }
    .num.translateX-165 {
        transform: translateX(0px);
    }
    .num.translateX-175 {
        transform: translateX(0px);
    }
    .c-other01__item dd .txt {
        font-size: 1.5rem;
    }

    .c-other01__item dd .num span {
        font-size: 1.2rem;
    }

    .c-other01__item dl.first dt .txt,
    .c-other01__item dl.first dd {
        color: #fff;
    }

    .c-other01__item dl {
        margin: 0 0 9px 0;
    }

    .c-other01__item dl.first {
        width: 100%;
    }

    .c-other01__item dl.first dd .txt {
        font-size: 1.8rem;
        font-weight: 700;
    }

    .c-other01__item dl.first dd .num {
        font-weight: 700;
    }

    .c-other01__item dl dd .txt-1 {
        font-size: 1.1rem;
        line-height: 1.217;
        letter-spacing: 0;
        flex-shrink: 0;
    }

    .c-other01__item dl dd .txt-2 {
        font-size: 1.5rem;
        line-height: 1.18;
        letter-spacing: 0;
    }

    .c-other01__item dl.first dd .txt-1 {
        font-size: 1.15rem;
        font-weight: 700;
    }

    .c-other01__item.orange dt .txt {
        color: #E17666;
    }

    .c-other01__item .caption {
        font-size: 1.1rem;
        padding: 5px 12px;
        font-weight: 700;
        line-height: 1;
        position: relative;
        display: inline-block;
        margin: 0 0 -3px 58px;
        border: 1px solid #004EA2;
    }

    .c-other01__item .caption::before {
        content: "";
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 8px solid #004EA2;
        position: absolute;
        bottom: -8px;
        left: 36px;
    }

    .c-other01__item .caption::after {
        content: "";
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 8px solid #fff;
        position: absolute;
        bottom: -7px;
        left: 36px;
    }

    .c-other01__item.orange .caption {
        border: 1px solid #E17666;
    }

    .c-other01__item.orange .caption::before {
        border-top: 8px solid #E17666;
    }
    .c-other01.mt-40 {
        margin-top: 0 !important;
    }

    .txt-32-48 {
        font-size: 1.6rem;
        line-height: 1.5;
    }
    .txt-23-35 {
        font-size: 1.15rem;
        line-height: 1.52;
    }
    .txt-23-35.mt-30 {
        margin-top: 13px;
        margin-bottom: 15px;
    }
    .txt-20-28 {
        font-size: 1rem;
        line-height: 1.4;
    }

    .theme-mobile.theme-general .box01 .ttl-2::after {
        content: "";
        background: #cbcccc;
        width: 100%;
        height: 3px;
        border-radius: 3px;
        position: absolute;
        left: 50%;
        top: auto;
        transform: translateX(-50%);
        bottom: 0;
    }
    .theme-mobile.theme-general .box01 .ttl-2::before {
        display: none;
    }
    .theme-mobile.theme-general .box01 .ttl-2 span {
        color: #004ea2;
        font-size: 1.7rem;
    }
    .quick-quote {
        width: 100%;
        max-width: 305px;
    }
    .mx-auto {
        margin-left: auto;
        margin-right: auto;
    }
    .box01 .box-txt.mt-40 {
        margin-top: 25px!important;;
    }
    .txt-indent.mt-30   {
        margin-top: 17px;
    }
	.tags-hokenryo {
		padding-bottom: 10px;
	}


}














/*============================

231110_プレミアムZからコピー
このページのまとめ(meta)部分追加
PC

============================= */
.c-box-04 {
    padding: 0 30px;
}
.pz-pre-checklist {
    padding-top: 30px;
}
.pz-pre-checklist__head {
    font-size: 4.4rem;
    color: #e17666;
    line-height: 1.375;
    letter-spacing: 0.05em;
    font-weight: 700;
    text-align: center;
}
.pz-pre-checklist__text {
    margin-top: 10px;
    margin-left: 160px;
    margin-right: 160px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 2rem;
    line-height: 1.5;
}
.pz-pre-checklist__text li {
    font-size: 2rem;
    list-style: disc;
    text-indent: 0;
    margin-left: 1rem;
}
.page-1column a {
    color: #003399;
    font-weight: bold;
    word-break: break-all;
    vertical-align: top;
}
.page_meta .about1 {
    width: 80%;
    display: flex;
    background: #fbeae8;
    margin: 6rem auto;
    flex-direction: column;
}
.page_meta .about1 .title {
    width: 100%;
    display: flex;
    align-items: center;
    background: #e17666!important;
}

.page_meta .about1 h4.tokucho-matome {
    font-size: 2.4rem!important;
    line-height: 1.5;
    background: #e17666!important;
    height: auto;
    padding: 1.5rem 0 1.5rem 0;
    color: #fff;
    text-align: center;
    font-weight: bold;
    margin: 0 auto;
}

.page_meta .about1 .cnt {
    display: flex;
    align-items: center;
    width: 100%;
}

.page_meta .about1 p {
    font-size: 2rem;
    padding: 28px 33px;
    text-align: left;
    line-height: 3.5rem;
}
.pz-point {
    margin-top: 15px;
    margin-bottom: 40px;
}

.ez-info {
    display: block;
    padding: 1.6rem 0 1.8rem 1.4rem;
    border: solid 2px #dcdddd;
    color: #004ea2;
    width: 80%;
    margin: 0 auto;
}
.ez-info a {
    font-size: 1.4rem;
}

.page_meta .about1 h4.tokucho-matome::before {
	content: none;
}


/*============================

231110_プレミアムZからコピー
このページのまとめ(meta)部分追加
SP

============================= */

@media screen and (max-width: 800px){
    .c-box-04 {
        margin-top: 15px;
        padding: 0 0px;
    }
    .pz-pre-checklist {
        padding-top: 30px;
    }

    .pz-pre-checklist__head {
        font-size: 2rem;
        margin-bottom: 10px;
    }
    .pz-pre-checklist__text {
        margin-top: 10px;
        padding-left: 5px;
        padding-right: 5px;
        font-size: 1rem;
        line-height: 1.5;
        margin: auto;
    }
    .pz-pre-checklist__text li {
        padding-right: 5px;
        font-size: 1rem;
        line-height: 1.5;
        margin: auto;
        text-indent: 0;
        margin-left: 1rem;
        list-style: disc;
    }
    .page_meta .about1 {
        width: 90%;
        display: flex;
        margin: 3rem auto;
    }
    .page_meta .about1 .title {
        width: 100%;
        display: flex;
        align-items: center;
        background: #e17666!important;
    }
    .page_meta .about1 h4.tokucho-matome {
        font-size: 1.5em!important;
        padding: 1rem 0 1rem 0;
    }
    .page_meta .about1 .cnt {
        display: flex;
        align-items: center;
        width: 100%;
    }

    .page_meta .about1 p {
        font-size: 1.2rem;
        padding: 13px 18px;
        text-align: left;
        line-height: 1.7;
    }

    .pz-point {
        margin-top: 15px;
        margin-bottom: 40px;
    }
    .ez-info {
        width: 90%;
    }

    .ez-info a {
        font-size: 1.4rem;
    }

}

/* フローティングバナー */
.fbnr-fixed-cv {
	position: fixed;
	width: 280px;
	height: auto;
	top: 40px;
	right: 40px;
	z-index: 100;
}

.fbnr-fixed-cv__main {
	background: linear-gradient(to right, #5981b9, #1f4d9c);
	border-radius: 5px;
	padding: 14px;
}

.fbnr-fixed-cv__lg-items {
	margin: 0 0 10px;
	padding: 0 0 0 50px;
	position: relative;
	list-style: none;
}

.fbnr-fixed-cv__lg-items .fbnr-fixed-cv__lg-btn {
	color: #fff;
	display: block;
}

.fbnr-fixed-cv__lg-items::before {
	position: absolute;
	content: "";
	width: 20px;
	height: 28px;
	top: 5px;
	left: 10px;
	background: url(/-/media/Images/ZurichLife/product/category_iryo/shushiniryodxlady4/tokucho_pc/icons/icon_simu.svg) no-repeat center/contain;
	z-index: 2;
}

.fbnr-fixed-cv__lg-items::after {
	position: absolute;
	content: "";
	width: 40px;
	height: 40px;
	top: 0;
	left: 0;
	border-radius: 50%;
	background: linear-gradient(180deg, #fff27e 0%, #e2d054 100%);
	z-index: 1;
}

.fbnr-fixed-cv__sm-items {
	margin: 0;
}

.fbnr-fixed-cv__sm-items {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	padding: 6px 20px 6px 40px;
	border-radius: 5px;
}

.fbnr-fixed-cv__sm-items .fbnr-fixed-cv__sm-btn--tel {
	position: relative;
	font-size: 1.2rem!important;
}

.fbnr-fixed-cv__sm-items span .fbnr-fixed-cv__sm-btn--tel span {
	font-size: 1.2rem!important;
}

.fbnr-fixed-cv__sm-items .fbnr-fixed-cv__sm-btn--tel span:last-child {
	margin-left: 10px;
}

.fbnr-fixed-cv__sm-items .fbnr-fixed-cv__sm-btn--tel::before {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	left: -30px;
	background: url(/-/media/Images/ZurichLife/product/category_iryo/shushiniryodxlady4/tokucho_pc/icons/icon_tel.svg) no-repeat center center/contain;
}

article .fbnr-fixed-cv__lg-item > a	{
	line-height: 1.3;
}
article .fbnr-fixed-cv__sm-item > a > span	{
	font-size: 1.4rem!important;
}
.fbnr-fixed-cv__sm-item {
    list-style: none;
}
#bnr-following {
	position: fixed;
	z-index: 10000;
	top: -395px;
	right: 10px;
	transition: 0.5s;
}

#bnr-following.is-show {
	top: 10px;
}

#bnr-following.is-moveing {
	top: -350px;
}

.pz-fixed-cv__close {
    position: absolute;
    content: "×";
    font-weight: bold;
    font-size: 18px;
    width: 20px;
    height: 20px;
    line-height: 17px;
    top: 3px;
    right: 3px;
    border-radius: 3px;
    background-color: #fff;
    text-align: center;
    transition: 0.2s;
}




@media screen and (max-width: 800px) {

	#bnr-following {
		position: fixed;
		z-index: 10000;
		top: auto;
		bottom: -350px;
		right: 10px;
		transition: 0.5s;
	}

	#bnr-following.is-show {
		top: auto;
		bottom: 0px;
	}

	#bnr-following.is-moveing {
		top: auto;
		bottom: -350px;
	}


	.fbnr-fixed-cv {
		position: fixed;
		top: auto;
		bottom: 0;
		left: 0;
		z-index: 100;
		width: 100vw;
		padding: 10px 8px;
		background: #d4d9d6;
		border-top: 1px solid #b5b5b6;
	}

	.fbnr-fixed-cv__lg-items {
		display: flex;
		margin: 0 0 5px;
		padding: 0;
	}

	.fbnr-fixed-cv__lg-item {
		width: calc(50% - 2px);
	}

	.fbnr-fixed-cv__lg-item:not(:last-child) {
		margin-right: 4px;
	}

	.fbnr-fixed-cv__main {
		background: none;
		padding: 0px;
	}
	.fbnr-fixed-cv__lg-items .fbnr-fixed-cv__lg-btn {
		color:#004ea2;
		display: flex;
	}
	.fbnr-fixed-cv__lg-items::before {
		content: none;
	}
	.fbnr-fixed-cv__lg-items::after {
		content: none;
	}

	.fbnr-fixed-cv__lg-btn {
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 1.2rem;
		line-height: 1.25;
		color: #004ea2;
		height: 50px;
		border: 2px solid #ffffff;
		border-radius: 5px;
		background: #ffffff;
		font-feature-settings: "palt";
	}

	.fbnr-fixed-cv__lg-btn span {
		position: relative;
	}

	.fbnr-fixed-cv__lg-btn span::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
	}

	.fbnr-fixed-cv__lg-btn--simu {
		background: linear-gradient(180deg, #fff27e 0%, #e2d054 100%);
	}

	.fbnr-fixed-cv__lg-btn--simu span {
		padding-left: 35px;
	}

	.fbnr-fixed-cv__lg-btn--simu span::before {
		width: 35px;
		height: 35px;
		left: 0;
		background: url(/-/media/Images/ZurichLife/product/category_iryo/shushiniryodxlady4/tokucho_pc/icons/icon_simu.svg) no-repeat center/contain;
	}

	.fbnr-fixed-cv__lg-btn--doc {
		background: linear-gradient(to bottom, #ccdcec, #a6c1de);
	}

	.fbnr-fixed-cv__lg-btn--doc span {
		padding-left: 28px;
	}

	.fbnr-fixed-cv__lg-btn--doc span::before {
		width: 35px;
		height: 35px;
		left: -8px;
		background: url(/-/media/Images/ZurichLife/product/category_iryo/shushiniryodxlady4/tokucho_pc/icons/icon_document.svg) no-repeat center/contain;
	}

	.fbnr-fixed-cv__sub	{

	}
	.fbnr-fixed-cv__link-items	{
	    display: flex;
	    margin: 0;
	    padding: 0;
	}
	.fbnr-fixed-cv__link-item	{
		width: calc(50% - 2px);
		margin: 0;
		list-style: none;
	}
	.fbnr-fixed-cv__link-item a	{
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    margin: 0 auto;
	    padding: 5px;
	    border-radius: 3px;
	    border: 1px solid #b5b5b6;
	    background: #f7f8f8;
	    text-align: center;
	    width: 100%;
	    max-width: 155px;
	    font-size: 1.2rem;
	}
	.fbnr-fixed-cv__link-item a span	{
 	   position: relative;
 	   padding-left: 25px;
	}
	.fbnr-fixed-cv__link-item a span::before {
	    content: "";
	    position: absolute;
	    top: 50%;
	    transform: translateY(-50%);
	}

	.fbnr-fixed-cv__link-item a.fbnr-fixed-cv__link-item-tell span::before {
	    width: 20px;
	    height: 20px;
	    left: -3px;
	    background: url(/-/media/Images/ZurichLife/product/category_iryo/shushiniryodxlady4/tokucho_pc/icons/icon_tel.svg) no-repeat center center/contain;
	}
	.fbnr-fixed-cv__link-item a.fbnr-fixed-cv__link-item-support span::before {
	    width: 20px;
	    height: 20px;
	    left: 1px;
	    background: url(/-/media/Images/ZurichLife/product/category_iryo/shushiniryodxlady4/tokucho_pc/icons/icon_web.svg) no-repeat center center/contain;
	}



}

/*-----/ フローティングバナー */

/*--231208ロゴ一覧用追加--- */

.theme-desktop h2.ttl-contactbox {
    display: block;
    width: 100%;
    text-align: center;
    color: #221814 !important;
    font-size: 3rem;
    font-weight: 500;
}
.linklogo1, .linklogo2 {
    width: calc(26% - 24px);
    margin: 10px 7px;
}
.linklogo1 a img, .linklogo2 a img {
    width: 100%;
}
.theme-desktop p.kabu-category a {
    font-size: 2.5rem;
    text-align: left;
    line-height: 4rem;
    display: block;
    font-weight: 600;
    margin: 1rem 0.5rem 1rem;
    color: #004ea2;
}

.fxb-col-12 {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding-top: 30px !important;
    align-items: flex-end;
}

.theme-desktop h2.ttl-contactbox::before {
	content: none!important;
}
.theme-desktop h2.ttl-contactbox::after {
	content: none!important;
}

/*--/ 231208ロゴ一覧用追加--- */

/*-- 231208ロゴ一覧用追加SP--- */

@media screen and (max-width: 800px) {
	.c-box-03__inner {
    margin: 0;
	}
	.c-box-03__inner .ttl01 {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.417;
    text-align: center;
    padding: 15px;
    margin-top: 0px;
	}
	.c-box-03__inner .ttl01 span {
    color: #004ea2;
    font-weight: bold;
	}
	.c-box-03__inner ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
	}
	.c-box-03__inner ul li {
    border-top: 1px solid #ada9a8;
	}
	.c-btn01 {
    font-size: 1.6rem;
    line-height: 1.3;
    letter-spacing: 0;
    color: #004ea2;
    padding: 19px 45px 19px 28px;
    position: relative;
    display: block;
    width: 100%;
	}
	.c-btn01::after {
    content: "";
    width: 18px;
    height: 18px;
    background: url(/-/media/Images/ZurichLife/product/category_iryo/shushiniryodxlady4/tokucho_sp/icons/img_icon_16.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    right: 17px;
    top: calc(50% - 1px);
    transform: translateY(-50%);
	}
	.c-box-03__inner ul li:last-child {
    border-bottom: 1px solid #ada9a8;
	}
}
/*-- 20240112追加--- */
@media screen and (max-width: 800px) {
	.kanpu-indent {
	    text-indent: -2rem;
        margin-left: 2rem;
        font-size: 0.749rem;
        }
   	.kanpu-indent span {
        font-size: 1rem;
        }
}
@media screen and (min-width: 801px) {
.kanpu-indent {
	text-indent: -6rem;
    margin-left: 6rem;
}
}


/*-- 20240322女性総合疾病入院一時金等追加（PC）--- */

.jotoku-ttl {
    position: relative;
    width: 100%;
    text-align: left;
    background-color: #ffe55f;
    border-radius: 5px;
}


.jotoku-ttl strong {
    color: #333;
    font-weight: bold;
}

.jotoku-ttl span {
    border-radius: 5px;
    font-weight: bold;
}

.jotoku-ttl .jotoku-1 {
    background-color: #f7e3e3;
    color: #d26375;
    border-color: #d26375;
    margin-left: 10px;
}

.jotoku-ttl .jotoku-2 {
    background-color: #fbe6ce;
    color: #e17a00;
    border-color:#e17a00;
}

.jotoku-ttl .jotoku-3 {
    border-color: #856ca6;
    background-color: #e6e1ef;
    color: #856ca6;
    margin-right: 10px;
}

.table_box {
	position: relative;
}
.table_box .w15per {
    width: 15%;
    }
.table_box .w35per {
    width: 35%;
    }
.table_box .w10per {
    width: 10%;
    }

.table_box table {
    border-top: none;
    margin: 20px auto;
    width: 95%;
    font-size: 2rem;
}

.table_box .th,td {
	font-size: 2rem;
    font-weight: bold;
    border : solid 2px #464646;
}

.table_box tr:first-child {
	border-left: none;
    border-right: none;
}

.table_box td.head {
    background-color: #fff;
    border-top: none;
    border-left: none;
    border-right: none;
    padding: 0 20px;
}

.table_box td.head p{
    font-weight: bold;
    border-radius: 15px 15px 0 0;
    padding :5px;
	font-size: 2rem;
	text-align: center;
	letter-spacing: 0.2em;
}

.table_box td.head p.pink {
	background-color: #f7e3e3;
    color: #d26375;
    border: solid 3px #d26375;
	border-bottom: none;
}

.table_box td.head p.orenge {
	background-color: #fbe6ce;
    color: #e17a00;
    border: solid 3px #e17a00;
	border-bottom: none;
}

.table_box td.head p.purple {
	background-color: #e6e1ef;
    color: #856ca6;
    border: solid 3px #856ca6;
	border-bottom: none;
}

.table_box td.none {
	border: none;
}

.table_box .option-head {
	background-color: #d26375;
    color: #fff;
    font-weight: bold;
    border : solid 2px #464646;
}

.table_box .option {
	background-color: #fff;
    color: #5e5d5d;
    font-weight: bold;
    padding: 5px 10px;
}

.table_box td.pink-txt {
	background-color: #fcf2f2;
    color: #d26375;
    padding: 5px 10px;
}
.table_box td.orenge-txt {
	background-color: #fdf4e8;
    color: #e17a00;
    padding: 5px 10px;
}

.table_box td.purple-txt {
	background-color: #f3f1f7;
    color: #5e5d5d;
    padding: 5px 10px;
}

.table_box .fc-bk {
    color: #5e5d5d!important;
}


.table_box p.value {
    position: absolute;
    background-color: #d26375;
    color: #fff;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    padding: 10px;
    border-radius: 10px;
    top: 50px;
    left: 437px;
    font-size: 2rem;
    font-weight: bold;
}

@media screen and (min-width: 801px) {

.jotoku-ttl {
    padding: 14px 20px 14px 68px;
    font-size: 2.375rem;
}

.jotoku-ttl span {
    border: solid 3px;
    padding: 0 3px;
}

}


/*-- //20240322女性総合疾病入院一時金等追加（PC）--- */

/*-- 20240322女性総合疾病入院一時金等追加（SP）--- */

@media screen and (max-width: 800px) {

    .jotoku-ttl {
        padding: 8px;
        font-size: 1.5rem;
    }
    .jotoku-ttl span {
        border: solid 2px;
        border-radius: 5px;
        padding: 0 2px;
    }
    .jotoku-ttl .jotoku-1 {
        margin-left: 0;
    }

    .table_box table {
        width: 100%;
        font-size: 1.2rem;
        margin: 20px auto 10px;
    }
    .table_box .option-head {
        border: solid 1px #464646;
    }
    .table_box .th, td {
        font-size: 1.2rem;
        font-weight: bold;
        border: solid 1px #464646;
    }
    .table_box td.head {
        padding: 0px 5px;
    }

    .table_box td.head p {
        border-radius: 10px 10px 0 0;
        padding: 0 3px;
        font-size: 1.2rem;
    }
    .table_box .option {
        padding: 7px 20px 7px 5px;
    }
    .table_box .option-head {
        border: solid 1px #464646;
        font-size: 1rem;

    }
    .table_box p.value {
        padding: 6px 3px;
        border-radius: 5px;
        top: 38px;
        left: 151px;
        font-size: 1.3rem;
        letter-spacing: 0.08em;
    }
    .table_box td.head p.pink {
        border: solid 2px #d26375;
        border-bottom: none;
    }
    .table_box td.head p.orenge {
        border: solid 2px #e17a00;
        border-bottom: none;
    }
    .table_box td.head p.purple {
        border: solid 2px #856ca6;
        border-bottom: none;
    }
    .table_box .note {
        font-size: 0.9rem;
        line-height: 1.2rem;
    }

}

/*-- //20240322女性総合疾病入院一時金等追加（SP）--- */

.c-other01__item dd .txt-per {
    padding-left: 35px;
}

@media screen and (max-width: 800px) {

    .c-other01__item dd .txt-per {
        font-size: 1.8rem;
        padding-left: 20px!important;
    }
    .c-other01__item dd .txt-per .per {
        font-size: 1.2rem;
    }
}



