@charset "utf-8";
/* CSS Document */

.p-section {
    width: 100%;
    margin: 0 auto;
    background-color: #fff
}

.p-section .p-section-inner {
    width: 100%;
    padding: 35px 22px;
    margin: 0 auto
}

@media (min-width: 1025px) {
    .p-section .p-section-inner {
        max-width:1180px;
        padding: 65px 35px
    }
}

.p-section.is-short .p-section-inner {
    padding: 30px 22px
}

@media (min-width: 1025px) {
    .p-section.is-short .p-section-inner {
        padding:24px 35px
    }
}

.p-section.is-gray {
    background-color: #f5f5f5
}

.p-feature {
    width: 100%;
    padding-top: 33px;
    margin: 0 auto;
    background-color: #fff
}

@media (min-width: 1025px) {
    .p-feature {
        padding-top:46px
    }
}

.p-feature.is-gray {
    background-color: #fafafa
}

.p-feature .p-feature-head {
    border-top: 3px solid #c8ebf0;
    position: relative
}

@media (min-width: 1025px) {
    .p-feature .p-feature-head {
        border-top-width:4px
    }
}

.p-feature .p-feature-head-bg {
    width: 100%;
    margin: 0 auto
}

@media (min-width: 1025px) {
    .p-feature .p-feature-head-bg {
        height:330px;
        position: relative;
        overflow: hidden
    }
}

.p-feature .p-feature-head-bg>picture {
    display: block;
    width: 100%;
    margin: 0 auto
}

.p-feature .p-feature-head-bg>picture>img {
    display: block;
    width: 100%;
    margin: 0 auto
}

@media (min-width: 1025px) {
    .p-feature .p-feature-head-bg>picture>img {
        width:100%;
        min-width: 1920px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%)
    }
}

.p-feature .p-feature-head-icon {
    width: 100%;
    height: 0;
    position: absolute;
    left: 0;
    top: -2px
}

.p-feature .p-feature-head-icon>img {
    display: block;
    width: auto;
    height: 68px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

@media (min-width: 1025px) {
    .p-feature .p-feature-head-icon>img {
        height:96px
    }
}

.p-feature .p-feature-head-text {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.p-feature .p-feature-head-text .main {
    display: block;
    font-size: 30px;
    line-height: 1.4;
    font-weight: bold;
    color: #fff;
    text-align: center
}

@media (min-width: 1025px) {
    .p-feature .p-feature-head-text .main {
        font-size:40px
    }
}

.p-feature .p-feature-head-text .main>span {
    display: inline-block;
    margin: 4px 0;
    font-size: 44px;
    line-height: 1;
    color: #f0ff93;
    border-bottom: 4px solid #f0ff93
}

@media (min-width: 1025px) {
    .p-feature .p-feature-head-text .main>span {
        margin:4px 8px;
        font-size: 76px
    }
}

.p-feature .p-feature-head-text .main .is-price {
    font-size: 30px
}

@media (min-width: 1025px) {
    .p-feature .p-feature-head-text .main .is-price {
        font-size:40px
    }
}

.p-feature .p-feature-head-text .main .is-number {
    font-size: 50px
}

@media (min-width: 1025px) {
    .p-feature .p-feature-head-text .main .is-number {
        font-size:90px
    }
}

.p-feature .p-feature-head-text .main sup {
    font-size: 10px;
    font-weight: normal;
    vertical-align: text-top;
    line-height: 1
}

.p-feature .p-feature-head-text .sub {
    display: block;
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 1.4;
    font-weight: bold;
    color: #fff;
    text-align: center
}

@media (min-width: 1025px) {
    .p-feature .p-feature-head-text .sub {
        margin-bottom:32px;
        font-size: 28px
    }
}

.p-feature .p-feature-head-text .sub>span {
    font-size: 37px;
    line-height: 1;
    color: #f0ff93
}

@media (min-width: 1025px) {
    .p-feature .p-feature-head-text .sub>span {
        font-size:54px
    }
}

.p-feature .p-feature-head-text .sub sup {
    font-size: 10px;
    font-weight: normal;
    vertical-align: text-top;
    line-height: 1
}

@media (min-width: 1025px) {
    .p-feature .p-feature-head-text .sub sup {
        font-size:12px
    }
}

.p-feature .p-feature-content {
    margin-top: -25px;
    background-color: #fafafa
}

@media (min-width: 1025px) {
    .p-feature .p-feature-content {
        margin-top:-30px
    }
}

.p-feature .p-feature-content-inner {
    width: 100%;
    padding: 0 22px 60px;
    margin: 0 auto;
    position: relative
}

@media (min-width: 1025px) {
    .p-feature .p-feature-content-inner {
        max-width:1180px;
        padding: 0 35px 80px
    }
}

.p-block:nth-child(n+2) {
    margin-top: 60px
}

@media (min-width: 1025px) {
    .p-block:nth-child(n+2) {
        margin-top:80px
    }
}

.p-featureTitle {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

@media (max-width: 1024px) {
    .p-featureTitle {
        flex-direction:column
    }
}

.p-featureTitle .main {
    padding: 0 28px;
    font-size: 35px;
    font-weight: bold;
    position: relative
}

@media (min-width: 1025px) {
    .p-featureTitle .main {
        padding:0 42px;
        font-size: 50px
    }
}

.p-featureTitle .main::before {
    content: '';
    display: block;
    width: 23px;
    height: 26px;
    background: url("../img/img_0386_left.png") no-repeat center center;
    background-size: contain;
    position: absolute;
    left: 0;
    bottom: 15px
}

@media (min-width: 1025px) {
    .p-featureTitle .main::before {
        width:32px;
        height: 38px
    }
}

.p-featureTitle .main::after {
    content: '';
    display: block;
    width: 23px;
    height: 26px;
    background: url("../img/img_0386_right.png") no-repeat center center;
    background-size: contain;
    position: absolute;
    right: 0;
    bottom: 15px
}

@media (min-width: 1025px) {
    .p-featureTitle .main::after {
        width:32px;
        height: 38px
    }
}

.p-featureTitle .main>span {
    padding: 0 8px;
    line-height: 1;
    background: linear-gradient(transparent 70%, #f0ff93 70%)
}

.p-featureTitle .main>span>span {
    font-size: 55px;
    line-height: 1;
    color: #00adc6
}

@media (min-width: 1025px) {
    .p-featureTitle .main>span>span {
        font-size:80px
    }
}

.p-featureTitle .sub {
    font-size: 21px;
    font-weight: bold
}

@media (max-width: 1024px) {
    .p-featureTitle .sub {
        margin-bottom:5px
    }
}

@media (min-width: 1025px) {
    .p-featureTitle .sub {
        margin-right:24px;
        font-size: 34px
    }
}

.p-blockTitle:nth-child(n+2) {
    margin-top: 25px
}

@media (min-width: 1025px) {
    .p-blockTitle:nth-child(n+2) {
        margin-top:40px
    }
}

.p-blockTitle>.main {
    font-size: 22px;
    font-weight: bold;
    text-align: center
}

@media (min-width: 1025px) {
    .p-blockTitle>.main {
        font-size:36px
    }
}

.p-blockTitle>.main>span {
    font-size: 29px;
    line-height: 1.2;
    color: #00adc6
}

@media (min-width: 1025px) {
    .p-blockTitle>.main>span {
        font-size:48px;
        line-height: 1
    }
}

.p-blockTitle>.main>span.p-exSup {
    position: relative
}

.p-blockTitle>.main>span.p-exSup>sup {
    width: -webkit-max-content;
    width: max-content;
    font-size: 10px;
    color: #333;
    position: absolute;
    left: 100%;
    top: 0;
    transform: translateY(-40%)
}

@media (min-width: 1025px) {
    .p-blockTitle>.main>span.p-exSup>sup {
        font-size:14px
    }
}

.p-blockTitle>.main sup {
    font-size: 10px;
    font-weight: normal;
    vertical-align: text-top;
    line-height: 1
}

@media (min-width: 1025px) {
    .p-blockTitle>.main sup {
        font-size:14px
    }
}

.p-blockTitle>.sub {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 8px
}

@media (min-width: 1025px) {
    .p-blockTitle>.sub {
        margin-bottom:18px
    }
}

.p-blockTitle>.sub>span {
    padding: 0 20px;
    font-size: 13px;
    font-weight: bold;
    color: #00adc6;
    text-align: center;
    position: relative
}

@media (min-width: 1025px) {
    .p-blockTitle>.sub>span {
        font-size:18px;
        padding: 0 28px
    }
}

.p-blockTitle>.sub>span::before {
    content: '';
    display: block;
    width: 15px;
    height: 20px;
    background: url("../img/img_0386_left.png") no-repeat center center;
    background-size: contain;
    position: absolute;
    left: 0;
    bottom: 0
}

@media (min-width: 1025px) {
    .p-blockTitle>.sub>span::before {
        width:20px;
        height: 28px
    }
}

.p-blockTitle>.sub>span::after {
    content: '';
    display: block;
    width: 15px;
    height: 20px;
    background: url("../img/img_0386_right.png") no-repeat center center;
    background-size: contain;
    position: absolute;
    right: 0;
    bottom: 0
}

@media (min-width: 1025px) {
    .p-blockTitle>.sub>span::after {
        width:20px;
        height: 28px
    }
}

.p-blockTitle_subLead {
    width: 100%;
    margin: 8px auto 0;
	background:none;
}

@media (min-width: 1025px) {
    .p-blockTitle_subLead {
        margin-top:18px
    }
}

.p-blockTitle_subLead .label {
    width: 100%;
    margin: 0 auto;
    font-size: 0;
    text-align: center
}

.p-blockTitle_subLead .label>span {
    display: inline-block;
    vertical-align: top;
    padding: 2px 16px;
    font-size: 14px;
    line-height: 21px;
    font-weight: bold;
    color: #fff;
    background-color: #00adc6;
    border-radius: 9999px
}

@media (min-width: 1025px) {
    .p-blockTitle_subLead .label>span {
        padding:1px 20px;
        font-size: 18px;
        line-height: 28px
    }
}

.p-blockTitle_subLead .label>span sup {
    font-size: 10px;
    font-weight: normal;
    vertical-align: text-top;
    line-height: 1
}

@media (min-width: 1025px) {
    .p-blockTitle_subLead .label>span sup {
        font-size:14px
    }
}

.p-blockTitle_subLead .label .sub {
    font-weight: normal
}

@media (max-width: 1024px) {
    .p-blockTitle_subLead .label.is-narrow-sp>span {
        padding:0 8px
    }
}

@media (max-width: 1024px) {
    .p-blockTitle_subLead.is-wide {
        width:auto;
        margin-left: -10px;
        margin-right: -10px
    }
}

.p-blockSubtitle {
    font-size: 18px;
    font-weight: bold;
    text-align: center
}

@media (min-width: 1025px) {
    .p-blockSubtitle {
        font-size:26px
    }
}

.p-blockSubtitle:nth-child(n+2) {
    margin-top: 25px
}

@media (min-width: 1025px) {
    .p-blockSubtitle:nth-child(n+2) {
        margin-top:40px
    }
}

.p-blockSubtitle>span {
    font-size: 23px;
    line-height: 1.4;
    color: #00adc6
}

@media (min-width: 1025px) {
    .p-blockSubtitle>span {
        font-size:34px;
        line-height: 1.2
    }
}

@media (max-width: 1024px) {
    .p-blockSubtitle>span.p-exSup {
        position:relative
    }
}

@media (max-width: 1024px) {
    .p-blockSubtitle>span.p-exSup>sup {
        position:absolute;
        right: 0;
        bottom: 100%
    }
}

.p-blockSubtitle sup {
    font-size: 10px;
    font-weight: normal;
    vertical-align: text-top;
    line-height: 1
}

@media (min-width: 1025px) {
    .p-blockSubtitle sup {
        font-size:14px
    }
}

.p-lead {
    margin: 0 -10px;
    font-size: 14px;
    font-weight: bold;
    text-align: center
}

@media (min-width: 1025px) {
    .p-lead {
        font-size:22px
    }
}

.p-lead .is-large {
    font-size: 19px;
    line-height: 1.2
}

@media (min-width: 1025px) {
    .p-lead .is-large {
        font-size:26px
    }
}

.p-lead .is-blue {
    color: #00adc6
}

@media (min-width: 1025px) {
    .p-lead.p-exLead {
        min-height:70px;
        line-height: 36px
    }
}

@media (min-width: 1025px) {
    .p-lead.p-exLead.is-adjust {
       
    }
}

.p-text {
    font-size: 14px;
    color: #5f5f5f
}

@media (min-width: 1025px) {
    .p-text {
        font-size:16px
    }
}

.p-text:nth-child(n+2) {
    margin-top: 25px
}

@media (min-width: 1025px) {
    .p-text:nth-child(n+2) {
        margin-top:40px
    }
}

@media (min-width: 1025px) {
    .is-simulation .p-text:nth-child(n+2) {
        margin-top:25px
    }
}

.subList-item .p-text:nth-child(n+2) {
    margin-top: 15px
}

@media (min-width: 1025px) {
    .subList-item .p-text:nth-child(n+2) {
        margin-top:25px
    }
}

.p-image+.p-text {
    margin-top: 20px
}

@media (min-width: 1025px) {
    .p-image+.p-text {
        margin-top:20px
    }
}

@media (min-width: 1025px) {
    .p-text.is-center-pc {
        text-align:center
    }
}

.p-text .is-feature {
    font-size: 20px;
    line-height: 1.4;
    font-weight: bold;
    color: #333;
    background: linear-gradient(transparent 70%, #f0ff93 70%)
}

@media (min-width: 1025px) {
    .p-text .is-feature {
        font-size:30px
    }
}

.p-text .is-feature.is-noLine {
    background: initial
}

.p-text .is-bold {
    font-weight: bold;
    color: #333
}

.p-text sup {
    font-size: 0.6em;
    font-weight: normal;
    vertical-align: text-top;
    line-height: 1
}

.p-note {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 12px;
    color: #5f5f5f
}

.p-note:nth-child(n+2) {
    margin-top: 0.5em
}

.p-note>span {
    flex-shrink: 1;
    flex-grow: 0
}

.p-note .icon {
    width: auto;
    margin-right: 0.5em;
    flex-shrink: 0;
    flex-grow: 0
}

.p-note.has-blockMargin {
    margin-top: 25px
}

@media (min-width: 1025px) {
    .p-note.has-blockMargin {
        margin-top:20px
    }
}

.p-note.is-feature {
    font-weight: bold;
    color: #333
}

@media (min-width: 1025px) {
    .p-note.is-feature {
        font-size:14px
    }
}

.p-note.is-feature:nth-child(n+2) {
    margin-top: 1em
}

@media (min-width: 1025px) {
    .p-note.is-feature:nth-child(n+2) {
        margin-top:2em
    }
}

.p-block>.p-note:nth-child(n+2) {
    margin-top: 15px
}

@media (min-width: 1025px) {
    .p-block>.p-note:nth-child(n+2) {
        margin-top:20px
    }
}

.p-featureButton .p-note {
    max-width: 450px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto
}

@media (min-width: 1025px) {
    .p-featureButton .p-note {
        justify-content:center;
        margin-top: 20px;
        text-align: center
    }
}

.p-coveragesList .p-note {
    font-size: 11px
}

.p-featureList {
    width: 100%;
    margin: 30px auto 0
}

@media (min-width: 1025px) {
    .p-featureList {
        display:flex;
        justify-content: space-between;
        align-items: stretch;
        gap: 30px;
        margin: 35px auto 0
    }
}

.p-featureList .item {
    width: 92%;
    padding-top: 10px;
    margin: 0 auto;
	    border: 4px solid #ebebeb;
}

@media (min-width: 1025px) {
    .p-featureList .item {
        width:33%;
        padding-top: 12px;
        flex-shrink: 1;
        flex-grow: 1
    }
}

@media (max-width: 1024px) {
    .p-featureList .item:nth-child(n+2) {
        margin-top:16px
    }
}

.p-featureList .item-inner {
    
    padding: 20px 20px 16px;

    position: relative
}

@media (min-width: 1025px) {
    .p-featureList .item-inner {
      
        padding: 28px 10px 10px;
        border-width: 6px
    }
}

.p-featureList .item-label {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: -8px
}

@media (min-width: 1025px) {
    .p-featureList .item-label {
        top:-3px
    }
}

.p-featureList .item-label>span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 68px;
    height: 24px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background-color: #00adc6;
    border-radius: 12px
}

@media (min-width: 1025px) {
    .p-featureList .item-label>span {
        width:84px;
        height: 30px;
        font-size: 16px;
        border-radius: 15px
    }
}

.p-featureList .item-column {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 285px;
    margin: 0 auto
}

@media (min-width: 1025px) {
    .p-featureList .item-column {
        flex-direction:column;
        justify-content: center;
        max-width: none
    }
}

.p-featureList .item-icon {
    display: block;
    width: 85px;
    height: 85px;
    flex-shrink: 0;
    flex-grow: 0
}

@media (max-width: 1024px) {
    .p-featureList .item-icon {
        margin-right:12px
    }
}

@media (min-width: 1025px) {
    .p-featureList .item-icon {
        width:120px;
        height: 120px;
        margin-bottom: 10px
    }
}

.p-featureList .item-lead {
    flex-shrink: 1;
    flex-grow: 1;
	    background: none;
    padding: 0;
    color: #333;
}

@media (max-width: 1024px) {
    .p-featureList .item-lead {
        width:50%
    }
}

.p-featureList .item-lead .main {
    display: block;
    font-size: 22px;
    line-height: 1.4;
    font-weight: bold;
    color: #00adc6
}

@media (min-width: 1025px) {
    .p-featureList .item-lead .main {
        font-size:25px;
        text-align: center
    }
}

.p-featureList .item-lead .main>span {
    background: linear-gradient(transparent 70%, #f0ff93 70%)
}

.p-featureList .item-lead .main>span>span {
    font-size: 29px;
    line-height: 1;
    color: #f07662
}

@media (min-width: 1025px) {
    .p-featureList .item-lead .main>span>span {
        font-size:37px
    }
}

.p-featureList .item-lead .sub {
    display: block;
    margin-bottom: 6px;
    font-size: 15px;
    line-height: 1.4;
    font-weight: bold
}

@media (min-width: 1025px) {
    .p-featureList .item-lead .sub {
        margin-bottom:8px;
        font-size: 19px;
        text-align: center
    }
}

.p-featureList .item-lead .sub>span {
    font-size: 27px;
    line-height: 1;
    color: #f07662
}

@media (min-width: 1025px) {
    .p-featureList .item-lead .sub>span {
        font-size:39px
    }
}

.p-featureList .item-lead sup {
    font-size: 0.4em;
    font-weight: normal;
    vertical-align: text-top;
    line-height: 1
}

.p-featureList .item-text {
    margin-top: 12px;
    font-size: 14px;
    font-weight: bold;
    color: #5f5f5f;
    text-align: center
}

@media (min-width: 1025px) {
    .p-featureList .item-text {
        margin-top:16px;
        font-size: 15px
    }
}

.p-featureList .item-text sup {
    font-size: 0.6em;
    font-weight: normal;
    vertical-align: text-top;
    line-height: 1
}

@media (min-width: 1025px) {
    .p-featureList02 {
        display:flex;
        justify-content: center;
        align-items: stretch;
        gap: 30px
    }
}

.p-featureList02:nth-child(n+2) {
    margin-top: 50px
}

@media (min-width: 1025px) {
    .p-featureList02:nth-child(n+2) {
        margin-top:54px
    }
}

.p-featureList02 .p-featureList02-item {
    padding: 30px 20px 20px;
    position: relative;
    background-color: #fff;
    border: 1px solid #ededed;
    box-shadow: 0px 2px 4px 1px rgba(0,0,0,0.07)
}

@media (min-width: 1025px) {
    .p-featureList02 .p-featureList02-item {
        width:30%;
        flex-shrink: 1;
        flex-grow: 1;
        padding: 15px 30px 30px
    }
}

@media (max-width: 1024px) {
    .p-featureList02 .p-featureList02-item:nth-child(n+2) {
        margin-top:50px
    }
}

.p-featureList02 .p-featureList02-item .item-title {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transform: translateY(-50%)
}

.p-featureList02 .p-featureList02-item .item-title-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background-color: #00adc6;
    border-radius: 9999px
}

@media (min-width: 1025px) {
    .p-featureList02 .p-featureList02-item .item-title-icon {
        width:50px;
        height: 50px;
        font-size: 30px
    }
}

.p-featureList02 .p-featureList02-item .item-title-text {
    display: inline-block;
    padding-left: 10px;
    padding-right: 5px;
    font-size: 20px;
    font-weight: bold;
    background-color: #fff
}

.p-featureList02 .p-featureList02-item .item-title-text>span {
    color: #00adc6
}

.p-featureList02 .p-featureList02-item .item-lead {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
    font-size: 18px;
    font-weight: bold;
    text-align: center
}

@media (min-width: 1025px) {
    .p-featureList02 .p-featureList02-item .item-lead {
        min-height:64px
    }
}

.p-featureList02 .p-featureList02-item .item-lead>span {
    font-size: 22px;
    line-height: 1.2;
    background: linear-gradient(transparent 70%, #f0ff93 70%)
}

.p-featureList02 .p-featureList02-item .item-text {
    font-size: 14px;
    font-weight: bold;
    color: #5f5f5f
}

@media (min-width: 1025px) {
    .p-featureList02 .p-featureList02-item .item-text {
        font-size:16px
    }
}

.p-featureList02 .p-featureList02-item .item-text:nth-child(n+2) {
    margin-top: 20px
}

.p-featureList02 .p-featureList02-item .item-text sup {
    font-size: 0.6em;
    font-weight: normal;
    vertical-align: text-top;
    line-height: 1
}

.p-featureList02 .p-featureList02-item .item-icon {
    display: block;
    width: 105px;
    margin: 10px auto 0
}

@media (min-width: 1025px) {
    .p-featureList02 .p-featureList02-item .item-icon {
        margin-top:15px;
        width: 140px
    }
}

@media (min-width: 1025px) {
    .p-contentList {
        display:flex;
        justify-content: center;
        align-items: stretch;
        margin: 0 -48px
    }
}

.p-contentList:nth-child(n+2) {
    margin-top: 35px
}

@media (min-width: 1025px) {
    .p-contentList:nth-child(n+2) {
        margin-top:50px
    }
}

@media (max-width: 1024px) {
    .p-blockTitle+.p-contentList {
        margin-top:25px
    }
}

    .p-contentList .p-contentList-item h3{
	background:none;color:#333;
    }
@media (min-width: 1025px) {
    .p-contentList .p-contentList-item {
        flex-shrink:1;
        flex-grow: 1;
        width: 25%;
        padding: 0 48px
    }
}

@media (max-width: 1024px) {
    .p-contentList .p-contentList-item:nth-child(n+2) {
        padding-top:25px;
        margin-top: 25px;
        border-top: 1px solid #e5e5e5
    }
}

@media (min-width: 1025px) {
    .p-contentList .p-contentList-item:nth-child(n+2) {
        border-left:1px solid #e5e5e5
    }
}

@media (min-width: 1025px) {
    .p-contentList .p-contentList-item.item-feature {
        display:flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding: 0 25px
    }
}

@media (max-width: 1024px) {
    .p-contentList .item-title+.p-text {
        margin-top:15px
    }
}

.p-contentList .item-lead {
    font-size: 15px;
    font-weight: bold;
    text-align: center
}

@media (min-width: 1025px) {
    .p-contentList .item-lead {
        font-size:20px
    }
}

.p-contentList .item-lead .is-large {
    font-size: 25px
}

@media (min-width: 1025px) {
    .p-contentList .item-lead .is-large {
        font-size:30px
    }
}

.p-contentList .item-lead .is-blue {
    font-size: 35px;
    line-height: 1.2;
    color: #00adc6
}

@media (min-width: 1025px) {
    .p-contentList .item-lead .is-blue {
        font-size:40px
    }
}

.p-contentList .item-lead .is-number {
    font-size: 40px
}

@media (min-width: 1025px) {
    .p-contentList .item-lead .is-number {
        font-size:50px
    }
}

.p-contentList .item-lead .has-line {
    background: linear-gradient(transparent 70%, #f0ff93 70%)
}

.p-contentList .item-lead sup {
    font-size: 10px;
    font-weight: normal;
    vertical-align: text-top;
    line-height: 1;
    color: #333
}

.p-contentList .item-label {
    width: 100%;
    margin: 0 auto 12px;
    font-size: 0;
    text-align: center
}

@media (min-width: 1025px) {
    .p-contentList .item-label {
        margin-bottom:18px
    }
}

.p-contentList .item-label>span {
    display: inline-block;
    vertical-align: top;
    padding: 0 12px;
    font-size: 10px;
    line-height: 18px;
    color: #333;
    background-color: #fcd385;
    border-radius: 19px
}

@media (min-width: 1025px) {
    .p-contentList .item-label>span {
        font-size:12px;
        line-height: 22px;
        border-radius: 11px
    }
}

.p-contentList .item-balloon {
    padding: 10px;
    margin: 20px auto 0;
    background-color: #e5f7f9;
    position: relative
}

@media (min-width: 1025px) {
    .p-contentList .item-balloon {
        padding:15px 10px;
        margin-top: 25px
    }
}

.p-contentList .item-balloon::before {
    content: '';
    display: block;
    border: 8px solid transparent;
    border-top-width: 0;
    border-bottom: 10px solid #e5f7f9;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%)
}

@media (min-width: 1025px) {
    .p-contentList .item-balloon::before {
        border-width:12px;
        border-top-width: 0;
        border-bottom-width: 15px
    }
}

.p-contentList .item-balloon-text .main {
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #00adc6;
    text-align: center
}

@media (min-width: 1025px) {
    .p-contentList .item-balloon-text .main {
        font-size:22px
    }
}

.p-contentList .item-balloon-text .sub {
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #00adc6;
    text-align: center
}

.p-contentList .item-balloon-text .small {
    display: block;
    font-size: 12px;
    font-weight: bold;
    color: #00adc6;
    text-align: center
}

@media (min-width: 1025px) {
    .p-contentList .item-balloon-text .small {
        font-size:13px
    }
}

.p-contentList .item-balloon-text sup {
    font-size: 0.6em;
    font-weight: normal;
    vertical-align: text-top;
    line-height: 1
}

@media (max-width: 1024px) {
    .p-contentList .item-balloon-text.is-inline-sp {
        font-size:0;
        text-align: center
    }
}

@media (max-width: 1024px) {
    .p-contentList .item-balloon-text.is-inline-sp>span {
        display:inline
    }
}

.p-contentList .item-balloon-textNormal {
    font-size: 15px;
    font-weight: bold;
    color: #5f5f5f
}

@media (min-width: 1025px) {
    .p-contentList .item-balloon-textNormal {
        font-size:18px;
        text-align: center
    }
}

.p-contentList .item-balloon-textNormal>span {
    font-size: 18px;
    color: #00adc6
}

@media (min-width: 1025px) {
    .p-contentList .item-balloon-textNormal>span {
        font-size:24px
    }
}

.p-contentList .item-balloon-textNormal sup {
    font-size: 0.6em;
    font-weight: normal;
    vertical-align: text-top;
    line-height: 1
}

@media (min-width: 1025px) {
    .p-contentList.is-col3 {
        margin-left:-32px;
        margin-right: -32px
    }
}

@media (min-width: 1025px) {
    .p-contentList.is-col3 .p-contentList-item {
        padding-left:30px;
        padding-right: 30px
    }
}

@media (min-width: 1025px) {
    .p-contentList.is-col3 .p-contentList-item.item-feature {
        padding-left:25px;
        padding-right: 25px
    }
}

@media (min-width: 1025px) {
    .p-contentList.has-wideBalloon {
        padding-bottom:131px;
        position: relative
    }
}

@media (min-width: 1025px) {
    .p-contentList.has-wideBalloon .item-balloon {
        position:absolute;
        bottom: 0;
        left: 30px;
        width: calc(100% - 60px)
    }
}

@media (min-width: 1025px) {
    .p-contentList.has-wideBalloon .item-balloon::before {
        margin-left:0;
        left: 16.66667%
    }
}

@media (max-width: 1024px) {
    .p-contentList+.p-contentList {
        margin-top:25px;
        padding-top: 25px;
        border-top: 1px solid #e5e5e5
    }
}

.p-contentList02 {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 20px
}

@media (min-width: 1025px) {
    .p-contentList02 {
        justify-content:center;
        gap: 30px 20px
    }
}

.p-contentList02:nth-child(n+2) {
    margin-top: 20px
}

@media (min-width: 1025px) {
    .p-contentList02:nth-child(n+2) {
        margin-top:30px
    }
}

.p-contentList02 .p-contentList02-item {
    width: calc(50% - 10px);
    flex-shrink: 1;
    flex-grow: 0
}

@media (min-width: 1025px) {
    .p-contentList02 .p-contentList02-item {
        width:142px
    }
}

.p-contentList02 .p-contentList02-item .item-icon {
    display: block;
    width: 75px;
    margin: 0 auto 10px
}

@media (min-width: 1025px) {
    .p-contentList02 .p-contentList02-item .item-icon {
        width:95px
    }
}

.p-contentList02 .p-contentList02-item .item-text {
    font-size: 13px;
    text-align: center
}

@media (min-width: 1025px) {
    .p-contentList02 .p-contentList02-item .item-text {
        font-size:14px
    }
}

.p-contentList02 .p-contentList02-item .item-label {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2px
}

.p-contentList02 .p-contentList02-item .item-label>span {
    display: block;
    padding: 2px 4px;
    font-size: 11px;
    text-align: center;
    background-color: #f0ff93
}

@media (min-width: 1025px) {
    .p-contentList02 .p-contentList02-item .item-label>span {
        font-size:12px
    }
}

.p-optionBalloon {
    padding: 20px 16px;
    margin: 25px auto 0;
    background-color: #e5f7f9;
    position: relative
}

@media (min-width: 1025px) {
    .p-optionBalloon {
        margin-top:50px
    }
}

.p-optionBalloon::before {
    content: '';
    display: block;
    border: 8px solid transparent;
    border-top-width: 0;
    border-bottom: 10px solid #e5f7f9;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%)
}

@media (min-width: 1025px) {
    .p-optionBalloon::before {
        left:75%;
        border-width: 12px;
        border-top-width: 0;
        border-bottom-width: 15px
    }
}

.p-optionBalloon .p-optionBalloon-lead {
    font-size: 18px;
    font-weight: bold;
    color: #00adc6
}

@media (min-width: 1025px) {
    .p-optionBalloon .p-optionBalloon-lead {
        font-size:24px;
        text-align: center
    }
}

.p-optionBalloon .p-optionBalloon-text {
    margin-top: 5px;
    font-size: 15px;
    font-weight: bold;
    color: #5f5f5f
}

@media (min-width: 1025px) {
    .p-optionBalloon .p-optionBalloon-text {
        font-size:18px;
        text-align: center
    }
}

.p-optionBalloon .p-optionBalloon-image {
    margin: 15px auto 0;
    font-size: 0;
    text-align: center
}

.p-optionBalloon .p-optionBalloon-image img {
    width: 213px
}

@media (min-width: 1025px) {
    .p-optionBalloon .p-optionBalloon-image img {
        width:670px
    }
}

.p-contentBox {
    padding: 30px 22px;
    background-color: #fff;
    filter: drop-shadow(0 1px 4px rgba(0,0,0,0.15))
}

@media (min-width: 1025px) {
    .p-contentBox {
        padding:65px
    }
}

.p-contentBox:nth-child(n+2) {
    margin-top: 25px
}

@media (min-width: 1025px) {
    .p-contentBox:nth-child(n+2) {
        margin-top:40px
    }
}

.p-contentBox+.p-contentBox {
    margin-top: 25px
}

@media (min-width: 1025px) {
    .p-contentBox+.p-contentBox {
        margin-top:30px
    }
}

.p-contentBox.is-primary {
    padding-top: 25px
}

@media (min-width: 1025px) {
    .p-contentBox.is-primary {
        padding-top:45px
    }
}

.p-contentBox.is-cv {
    padding: 20px 22px
}

@media (min-width: 1025px) {
    .p-contentBox.is-cv {
        padding:30px
    }
}

.p-contentBox.is-links {
    padding: 0
}

@media (min-width: 1025px) {
    .p-contentBox.is-links {
        padding:35px 64px
    }
}

.p-contentBox .p-contentBox-block:nth-child(n+2) {
    margin-top: 45px
}

@media (min-width: 1025px) {
    .p-contentBox .p-contentBox-block:nth-child(n+2) {
        margin-top:75px
    }
}

.p-contentBox .p-contentBox-block.has-line:nth-child(n+2) {
    padding-top: 25px;
    margin-top: 25px;
    border-top: 1px solid #e5e5e5
}

@media (min-width: 1025px) {
    .p-contentBox .p-contentBox-block.has-line:nth-child(n+2) {
        padding-top:50px;
        margin-top: 50px
    }
}

.p-contentFeatureBox {
    background-color: #fff;
    filter: drop-shadow(0 1px 4px rgba(0,0,0,0.15))
}

.p-contentFeatureBox:nth-child(n+2) {
    margin-top: 25px
}

@media (min-width: 1025px) {
    .p-contentFeatureBox:nth-child(n+2) {
        margin-top:30px
    }
}

.p-contentFeatureBox .p-contentFeatureBox-head {
    padding: 25px 15px;
    background-color: #00adc6;
    position: relative
}

.p-contentFeatureBox .p-contentFeatureBox-head::before {
    content: '';
    display: block;
    border: 75px solid transparent;
    border-bottom-width: 0;
    border-top: 30px solid #00adc6;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%)
}

@media (min-width: 1025px) {
    .p-contentFeatureBox .p-contentFeatureBox-head::before {
        border-width:120px;
        border-bottom-width: 0;
        border-top-width: 48px
    }
}

@media (max-width: 1024px) {
    .p-contentFeatureBox .p-contentFeatureBox-title {
        display:flex;
        justify-content: center;
        align-items: center;
        flex-direction: column
    }
}

@media (min-width: 1025px) {
    .p-contentFeatureBox .p-contentFeatureBox-title {
        font-size:0;
        text-align: center
    }
}

.p-contentFeatureBox .p-contentFeatureBox-title .main {
    display: block;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    border-bottom: 4px solid #f0ff93
}

@media (min-width: 1025px) {
    .p-contentFeatureBox .p-contentFeatureBox-title .main {
        display:inline-block;
        font-size: 40px;
        line-height: 1.2
    }
}

.p-contentFeatureBox .p-contentFeatureBox-title .main>span {
    color: #f0ff93
}

.p-contentFeatureBox .p-contentFeatureBox-title .main .is-number {
    font-size: 42px;
    line-height: 1.2
}

@media (min-width: 1025px) {
    .p-contentFeatureBox .p-contentFeatureBox-title .main .is-number {
        font-size:70px;
        line-height: 1
    }
}

.p-contentFeatureBox .p-contentFeatureBox-title .sub {
    display: block;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    text-align: center
}

@media (min-width: 1025px) {
    .p-contentFeatureBox .p-contentFeatureBox-title .sub {
        display:inline-block;
        padding-right: 5px;
        font-size: 26px
    }
}

.p-contentFeatureBox .p-contentFeatureBox-title sup {
    font-size: 12px;
    font-weight: normal;
    vertical-align: text-top;
    line-height: 1
}

@media (min-width: 1025px) {
    .p-contentFeatureBox .p-contentFeatureBox-title sup {
        font-size:14px
    }
}

.p-contentFeatureBox .p-contentFeatureBox-lead {
    font-size: 14px;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%)
}

@media (min-width: 1025px) {
    .p-contentFeatureBox .p-contentFeatureBox-lead {
        font-size:20px
    }
}

.p-contentFeatureBox .p-contentFeatureBox-content {
    padding: 50px 22px 30px;
    background-color: #fff
}

@media (min-width: 1025px) {
    .p-contentFeatureBox .p-contentFeatureBox-content {
        padding:70px 65px 65px
    }
}

.p-examplePrice {
    position: relative
}

@media (min-width: 1025px) {
    .p-examplePrice {
        margin:0 -14px
    }
}

@media (min-width: 1025px) {
    .p-examplePrice .p-examplePrice-item {
        padding:35px 20px;
        border: 1px solid #e5e5e5
    }
}

@media (max-width: 1024px) {
    .p-examplePrice .p-examplePrice-item:nth-child(n+2) {
        height:0;
        margin-top: 24px;
        overflow: hidden
    }
}

.p-examplePrice .item-label {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 5px
}

.p-examplePrice .item-label>span {
    display: block;
    padding: 0 9px;
    font-size: 10px;
    line-height: 18px;
    border-radius: 9px
}

@media (min-width: 1025px) {
    .p-examplePrice .item-label>span {
        font-size:12px;
        line-height: 22px;
        border-radius: 11px
    }
}

.p-examplePrice .item-label>span.color-01 {
    color: #fff;
    background-color: #e196aa
}

.p-examplePrice .item-label>span.color-02 {
    color: #fff;
    background-color: #00adc6
}

.p-examplePrice .item-label>span.color-03 {
    color: #fff;
    background-color: #4976ba
}

.p-examplePrice .item-labelText {
    margin-top: 12px;
    text-align: center
}

@media (min-width: 1025px) {
    .p-examplePrice .item-labelText {
        font-size:14px
    }
}

.p-examplePrice .item-price {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px auto 0
}

@media (min-width: 1025px) {
    .p-examplePrice .item-price {
        margin-top:15px
    }
}

.p-examplePrice .item-price-before {
    padding-right: 40px;
    position: relative
}

@media (min-width: 1025px) {
    .p-examplePrice .item-price-before {
        padding-right:65px
    }
}

.p-examplePrice .item-price-before::after {
    content: '';
    display: block;
    width: 16px;
    height: 14px;
    background: url("../img/icon_3177_sp.png") no-repeat center center;
    background-size: contain;
    position: absolute;
    right: 12px;
    top: 0;
    bottom: 0;
    margin: auto
}

@media (min-width: 1025px) {
    .p-examplePrice .item-price-before::after {
        width:27px;
        height: 25px;
        background-image: url("../img/id/icon_3177_sp.png");
        right: 19px
    }
}

.p-examplePrice .item-price-before .main {
    display: block;
    font-size: 15px;
    font-weight: bold;
    position: relative
}

@media (min-width: 1025px) {
    .p-examplePrice .item-price-before .main {
        font-size:20px
    }
}

.p-examplePrice .item-price-before .main::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: #333;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.p-examplePrice .item-price-before .main>span {
    font-size: 20px;
    line-height: 1.2
}

@media (min-width: 1025px) {
    .p-examplePrice .item-price-before .main>span {
        font-size:30px
    }
}

.p-examplePrice .item-price-before .sub {
    display: block;
    font-size: 12px;
    font-weight: bold
}

@media (min-width: 1025px) {
    .p-examplePrice .item-price-before .sub {
        font-size:16px
    }
}

.p-examplePrice .item-price-before .sub sup {
    font-size: 0.6em;
    font-weight: normal;
    vertical-align: text-top;
    line-height: 1
}

.p-examplePrice .item-price-after {
    font-size: 20px;
    line-height: 1.4;
    font-weight: bold;
    color: #f07662;
    background: linear-gradient(transparent 70%, #f0ff93 70%, #f0ff93 90%, transparent 90%)
}

@media (min-width: 1025px) {
    .p-examplePrice .item-price-after {
        font-size:30px;
        background: linear-gradient(transparent 75%, #f0ff93 75%, #f0ff93 92%, transparent 92%)
    }
}

.p-examplePrice .item-price-after>span {
    font-size: 42px;
    line-height: 1.2
}

@media (min-width: 1025px) {
    .p-examplePrice .item-price-after>span {
        font-size:50px
    }
}

.p-examplePrice .item-column {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin: 20px auto 0
}

.p-examplePrice .item-column .item-icon {
    display: block;
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    flex-grow: 0;
    margin-right: 10px
}

@media (min-width: 1025px) {
    .p-examplePrice .item-column .item-icon {
        width:90px;
        height: 90px;
        margin-right: 20px
    }
}

.p-examplePrice .item-column>div {
    flex-shrink: 1;
    flex-grow: 0
}

.p-examplePrice .item-lead {
    font-size: 16px;
    font-weight: bold;
    color: #5f5f5f
}

@media (min-width: 1025px) {
    .p-examplePrice .item-lead {
        font-size:18px
    }
}

.p-examplePrice .item-text {
    margin-top: 2px;
    font-size: 14px;
    color: #5f5f5f
}

@media (min-width: 1025px) {
    .p-examplePrice .item-text {
        font-size:16px
    }
}

.p-examplePrice .item-note {
    margin-top: 4px;
    font-size: 12px;
    color: #5f5f5f
}

@media (min-width: 1025px) {
    .p-examplePrice .slick-slide {
        padding:0 14px
    }
}

.p-examplePrice .slick-arrow {
    display: block;
    width: 25px;
    height: 25px;
    font-size: 0;
    background: no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1
}

@media (min-width: 1025px) {
    .p-examplePrice .slick-arrow {
        display:none !important
    }
}

.p-examplePrice .slick-arrow.slick-prev {
    background-image: url("../img/icon_3176_prev.png");
    left: -35px
}

.p-examplePrice .slick-arrow.slick-next {
    background-image: url("../img/icon_3176_next.png");
    right: -35px
}

.p-exampleMarker {
    width: 100%;
    margin: 15px auto 0
}

@media (min-width: 1025px) {
    .p-exampleMarker {
        display:none !important
    }
}

.p-exampleMarker .slick-dots {
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 18px
}

.p-exampleMarker .slick-dots>li {
    width: 9px;
    flex-shrink: 0;
    flex-grow: 0
}

.p-exampleMarker .slick-dots>li>button {
    display: block;
    width: 9px;
    height: 9px;
    font-size: 0;
    background-color: #ccc;
    border-radius: 50%;
    transition: background-color 0.3s
}

.p-exampleMarker .slick-dots>li.slick-active>button {
    background-color: #00008f
}

.p-exampleNote {
    width: 100%;
    margin: 25px auto 0
}

.p-exampleNote .p-exampleNote-head {
    font-size: 0
}

.p-exampleNote .p-exampleNote-head>a {
    display: inline-block;
    vertical-align: top;
    padding-right: 20px;
    font-size: 14px;
    color: #00008f;
    position: relative;
    transition: color 0.3s;
    perspective: 750px
}

@media (min-width: 1025px) {
    .p-exampleNote .p-exampleNote-head>a {
        font-weight:bold
    }
}

.p-exampleNote .p-exampleNote-head>a::after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    margin: auto;
    background: url("/assets/img/common/icon_arrowhead_down_blue.png") no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    transition: transform 0.3s
}

@media (hover: hover) {
    .p-exampleNote .p-exampleNote-head>a:hover {
        color:#000072
    }
}

.p-exampleNote .p-exampleNote-body {
    visibility: hidden;
    width: 100%;
    height: 0;
    margin: 0 auto
}

.p-exampleNote.is-open .p-exampleNote-head>a::after {
    transform: rotateX(180deg)
}

.p-exampleNote.is-open .p-exampleNote-body {
    visibility: visible;
    height: auto;
    margin-top: 20px
}

@media (min-width: 1025px) {
    .p-exampleNote .p-exampleNote-list {
        margin:0 -30px;
        position: relative
    }
}

@media (min-width: 1025px) {
    .p-exampleNote .p-exampleNote-list::before {
        content:'';
        display: block;
        width: 1px;
        background-color: #e5e5e5;
        position: absolute;
        left: 50%;
        top: 0;
        bottom: 0
    }
}

.p-exampleNote .p-exampleNote-list-item .item-block:nth-child(n+2) {
    margin-top: 20px
}

@media (min-width: 1025px) {
    .p-exampleNote .p-exampleNote-list-item .item-block:nth-child(n+2) {
        margin-top:25px
    }
}

.p-exampleNote .p-exampleNote-list-item .item-lead {
    font-size: 14px;
    font-weight: bold;
    color: #5f5f5f
}

.p-exampleNote .p-exampleNote-list-item .item-lead.d-sp-none {
    margin-bottom: 1em
}

.p-exampleNote .p-exampleNote-list-item .item-list>li {
    padding-left: 1em;
    font-size: 14px;
    color: #5f5f5f;
    position: relative
}

.p-exampleNote .p-exampleNote-list-item .item-list>li::before {
    content: 'ãƒ»';
    position: absolute;
    top: 0;
    left: 0
}

@media (min-width: 1025px) {
    .p-exampleNote .slick-slide {
        padding:0 30px
    }
}

.p-noteBlock {
    width: 100%;
    margin: 0 auto
}

.p-noteBlock:nth-child(n+2) {
    margin-top: 30px
}

@media (min-width: 1025px) {
    .p-noteBlock:nth-child(n+2) {
        margin-top:40px
    }
}

.p-block .p-noteBlock:nth-child(n+2) {
    margin-top: 15px
}

@media (min-width: 1025px) {
    .p-block .p-noteBlock:nth-child(n+2) {
        margin-top:20px
    }
}

.p-noteBlock .p-noteBlock-head {
    font-size: 0
}

.p-noteBlock .p-noteBlock-head>a {
    display: inline-block;
    vertical-align: top;
    padding: 5px 30px 5px 8px;
    font-size: 14px;
    line-height: 22px;
    color: #00008f;
    background-color: #d9e6f5;
    position: relative;
    transition: opacity 0.3s;
    perspective: 750px
}

@media (hover: hover) {
    .p-noteBlock .p-noteBlock-head>a:hover {
        opacity:0.5
    }
}

.p-noteBlock .p-noteBlock-head>a::after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    margin: auto;
    background: url("/assets/img/common/icon_arrowhead_down_blue.png") no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 11px;
    transition: transform 0.3s
}

@media (min-width: 1025px) {
    .p-noteBlock .p-noteBlock-head>a::after {
        width:10px;
        height: 10px;
        right: 10px
    }
}

.p-noteBlock .p-noteBlock-content {
    display: none;
    opacity: 0;
    width: 100%;
    padding: 20px 22px;
    margin: 0 auto;
    background-color: #fff
}

.p-noteBlock .p-noteBlock-content.is-gray {
    background-color: #fafafa
}

.p-noteBlock.is-open .p-noteBlock-head>a::after {
    transform: rotateX(180deg)
}

.p-noteBlock.is-open .p-noteBlock-content {
    display: block;
    opacity: 1;
    animation: fadeIn 0.3s both linear
}

.p-bunnerBlock:nth-child(n+2) {
    margin-top: 25px
}

@media (min-width: 1025px) {
    .p-bunnerBlock:nth-child(n+2) {
        margin-top:40px
    }
}

.p-banner {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0;
    text-align: center
}

.p-banner>a {
    transition: opacity 0.3s
}

@media (hover: hover) {
    .p-banner>a:hover {
        opacity:0.5
    }
}

.p-buttonBlock {
    padding: 0 22px
}

.p-buttonBlock:nth-child(n+2) {
    margin-top: 25px
}

@media (min-width: 1025px) {
    .p-buttonBlock:nth-child(n+2) {
        margin-top:40px
    }
}

.p-buttonBlock.is-noPad {
    padding: 0
}

.p-buttonBlock>a {
    display: block;
    width: 100%;
    max-width: 375px;
    margin: 0 auto;
    background-color: #00008f;
    border-bottom: 2px solid #000072;
    position: relative;
    overflow: hidden
}

.p-buttonBlock>a::after {
    content: '';
    display: block;
    width: 0;
    height: 120%;
    background-color: #000072;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) skewX(-37.7deg);
    transition: width 0.3s ease-in-out;
    z-index: 1
}

.p-buttonBlock>a>span {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 12px 35px 11px 28px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 2
}

@media (min-width: 1025px) {
    .p-buttonBlock>a>span {
        font-size:16px;
        line-height: 25px
    }
}

.p-buttonBlock>a>span::after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    margin: auto;
    background: url("/assets/img/common/icon_arrow_right_white.png") no-repeat center center;
    background-size: contain;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0
}

@media (min-width: 1025px) {
    .p-buttonBlock>a>span::after {
        width:15px;
        height: 15px;
        right: 18px
    }
}

@media (hover: hover) {
    .p-buttonBlock>a:hover::after {
        width:120%
    }

    .p-buttonBlock>a:hover>span::after {
        animation: arrowInOut 0.3s both
    }
}

.p-featureButton:nth-child(n+2) {
    margin-top: 25px
}

@media (min-width: 1025px) {
    .p-featureButton:nth-child(n+2) {
        margin-top:40px
    }
}

@media (min-width: 1025px) {
    .is-simulation .p-featureButton:nth-child(n+2) {
        margin-top:25px
    }
}

.p-featureButton .p-featureButton-lead {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin: 0 -22px 10px;
    perspective: 750px
}

@media (min-width: 1025px) {
    .p-featureButton .p-featureButton-lead {
        margin-bottom:14px
    }
}

.p-featureButton .p-featureButton-lead::before {
    content: '';
    display: block;
    width: 2px;
    height: 33px;
    margin-bottom: 4px;
    margin-right: 6px;
    background-color: #00adc6;
    border-radius: 1px;
    transform: rotate(-25deg);
    transform-origin: center bottom
}

@media (min-width: 1025px) {
    .p-featureButton .p-featureButton-lead::before {
        height:36px;
        margin-bottom: 0
    }
}

.p-featureButton .p-featureButton-lead::after {
    content: '';
    display: block;
    width: 2px;
    height: 33px;
    margin-bottom: 4px;
    margin-left: 6px;
    background-color: #00adc6;
    border-radius: 1px;
    transform: rotate(25deg);
    transform-origin: center bottom
}

@media (min-width: 1025px) {
    .p-featureButton .p-featureButton-lead::after {
        height:36px;
        margin-bottom: 0
    }
}

.p-featureButton .p-featureButton-lead>span {
    font-size: 12px;
    font-weight: bold;
    color: #00adc6;
    text-align: center
}

@media (min-width: 1025px) {
    .p-featureButton .p-featureButton-lead>span {
        font-size:16px
    }
}

.p-featureButton .p-featureButton-lead>span>span {
    font-size: 16px;
    line-height: 1;
    background: linear-gradient(transparent 70%, #f0ff93 70%)
}

@media (min-width: 1025px) {
    .p-featureButton .p-featureButton-lead>span>span {
        font-size:21px
    }
}

.p-featureButton .p-featureButton-lead>span>span.is-large {
    font-size: 21px
}

.p-featureButton .p-featureButton-lead>span>span>span {
    font-size: 32px;
    line-height: 1
}

.p-featureButton .p-featureButton-lead>span sup {
    font-size: 0.6em;
    font-weight: normal;
    vertical-align: text-top;
    line-height: 1
}

.p-featureButton .p-featureButton-lead.is-narrow::before {
    margin-right: -5px
}

.p-featureButton .p-featureButton-lead.is-narrow::after {
    margin-left: -5px
}

.p-featureButton .p-featureButton-balloon {
    width: 100%;
    max-width: 450px;
    padding: 6px 10px;
    margin: 0 auto 7px;
    font-size: 13px;
    background-color: #fff;
    text-align: center;
    position: relative;
    filter: drop-shadow(0 1px 4px rgba(0,0,0,0.15));
    animation: buttonBalloonBound 3s linear 0.5s infinite
}

@media (min-width: 1025px) {
    .p-featureButton .p-featureButton-balloon {
        font-size:14px;
        margin-bottom: 10px
    }
}

.p-featureButton .p-featureButton-balloon::before {
    content: '';
    display: block;
    border: 6px solid transparent;
    border-top: 8px solid #fff;
    border-bottom-width: 0;
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%)
}

@media (min-width: 1025px) {
    .p-featureButton .p-featureButton-balloon::before {
        border-width:10px;
        border-bottom-width: 0;
        bottom: -9px
    }
}

.p-featureButton .p-featureButton-balloon.is-narrow {
    width: -webkit-max-content;
    width: max-content;
    padding: 6px 10px
}

@media (min-width: 1025px) {
    .p-featureButton .p-featureButton-balloon.is-narrow {
        padding:6px 16px
    }
}

.p-featureButton .p-featureButton-button>a {
    display: block;
    width: 100%;
    max-width: 405px;
    margin: 0 auto;
    background-color: #00008f;
    border-bottom: 2px solid #000072;
    position: relative;
    overflow: hidden
}

.p-featureButton .p-featureButton-button>a::after {
    content: '';
    display: block;
    width: 0;
    height: 120%;
    background-color: #000072;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) skewX(-37.7deg);
    transition: width 0.3s ease-in-out;
    z-index: 1
}

.p-featureButton .p-featureButton-button>a>span {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 13px 35px 11px 28px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 2
}

@media (min-width: 1025px) {
    .p-featureButton .p-featureButton-button>a>span {
        font-size:16px;
        line-height: 25px
    }
}

.p-featureButton .p-featureButton-button>a>span::after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    margin: auto;
    background: url("/assets/img/common/icon_arrow_right_white.png") no-repeat center center;
    background-size: contain;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0
}

@media (min-width: 1025px) {
    .p-featureButton .p-featureButton-button>a>span::after {
        width:15px;
        height: 15px;
        right: 18px
    }
}

@media (hover: hover) {
    .p-featureButton .p-featureButton-button>a:hover::after {
        width:120%
    }

    .p-featureButton .p-featureButton-button>a:hover>span::after {
        animation: arrowInOut 0.3s both
    }
}

.p-featureButton .p-featureButton-button.is-quote>a {
    max-width: 450px;
    background-color: #f07662;
    border-bottom-color: #c05e4e
}

.p-featureButton .p-featureButton-button.is-quote>a::after {
    background-color: #c05e4e
}

.p-featureButton .p-featureButton-button.is-quote>a>span {
    padding: 20px 35px 18px 28px;
    font-size: 18px;
    line-height: 24px
}

@media (min-width: 1025px) {
    .p-featureButton .p-featureButton-button.is-quote>a>span {
        font-size:26px;
        line-height: 42px
    }
}

.p-featureButton .p-featureButton-button.is-login>a {
    max-width: 350px
}

.p-featureButton .p-featureButton-button.is-login>a>span::after {
    width: 18px;
    height: 18px;
    background-image: url("/assets/img/common/icon_login_white.png")
}

@media (hover: hover) {
    .p-featureButton .p-featureButton-button.is-login>a:hover>span::after {
        animation:windowInOut 0.8s both
    }
}

.p-image {
    margin: 0 auto;
    font-size: 0;
    text-align: center
}
.p-image img{
width:100%;
    object-fit:contain;
}
    .p-contentList-item .p-image img{
        width:100%;
        object-fit:contain;
    }
.p-image:nth-child(n+2) {
    margin-top: 25px
}

@media (min-width: 1025px) {
    .p-image:nth-child(n+2) {
        margin-top:40px
    }
}

.p-contentList-item .p-image:nth-child(n+2) {
    margin-top: 15px
}

@media (min-width: 1025px) {
    .p-contentList-item .p-image:nth-child(n+2) {
        margin-top:30px
    }
}

@media (min-width: 1025px) {
    .item-feature .p-image:nth-child(n+2) {
        margin-top:15px
    }
}

.p-image.is-lead {
    margin-top: 20px
}

@media (min-width: 1025px) {
    .p-image.is-lead {
        max-width:480px;
        margin-top: 30px
    }
}

@media (min-width: 1025px) {
    .p-contentList-item .p-image {
        max-width:395px
    }
}

@media (min-width: 1025px) {
    .item-feature .p-image {
        max-width:352px
    }
}

.p-message {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 730px;
    margin: 0 auto
}

.p-message:nth-child(n+2) {
    margin-top: 25px
}

@media (min-width: 1025px) {
    .p-message:nth-child(n+2) {
        margin-top:40px
    }
}

.p-message::before {
    content: '';
    display: block;
    width: 60px;
    height: 60px;
    background: url("../img/icon_1104.png") no-repeat center center;
    background-size: contain;
    flex-shrink: 0;
    flex-grow: 0;
    align-self: flex-start
}

@media (min-width: 1025px) {
    .p-message::before {
        width:90px;
        height: 90px
    }
}

.p-message .p-message-text {
    flex-shrink: 1;
    flex-grow: 1;
    padding: 15px;
    margin-left: 22px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    position: relative
}

@media (min-width: 1025px) {
    .p-message .p-message-text {
        padding:20px;
        margin-left: 30px
    }
}

.p-message .p-message-text::before {
    content: '';
    display: block;
    border: 11px solid transparent;
    border-left-width: 0;
    border-right: 12px solid #e5e5e5;
    position: absolute;
    left: -12px;
    top: 19px
}

@media (min-width: 1025px) {
    .p-message .p-message-text::before {
        border-width:12px;
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        top: 21px
    }
}

.p-message .p-message-text::after {
    content: '';
    display: block;
    border: 11px solid transparent;
    border-left-width: 0;
    border-right: 12px solid #fff;
    position: absolute;
    left: -10px;
    top: 19px
}

@media (min-width: 1025px) {
    .p-message .p-message-text::after {
        border-width:12px;
        border-left-width: 0;
        border-right-width: 14px;
        left: -12px;
        top: 21px
    }
}

.p-labelBox {
    width: 100%;
    padding-top: 10px;
    margin: 0 auto;
    position: relative
}

@media (min-width: 1025px) {
    .p-labelBox {
        padding-top:11px
    }
}

.p-labelBox:nth-child(n+2) {
    margin-top: 25px
}

@media (min-width: 1025px) {
    .p-labelBox:nth-child(n+2) {
        margin-top:40px
    }
}

.p-labelBox .p-labelBox-inner {
    padding: 26px 16px 16px;
    border: 4px solid #d9e6f5
}

@media (min-width: 1025px) {
    .p-labelBox .p-labelBox-inner {
        padding:36px 31px 25px
    }
}

.p-labelBox .p-labelBox-label {
    height: 0;
    font-size: 0;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
	background:none;
	padding:0;
}

.p-labelBox .p-labelBox-label>span {
    display: inline-block;
    vertical-align: top;
    padding: 0 12px;
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
    background-color: #d9e6f5;
    border-radius: 12px;
	color:#333;
}

@media (min-width: 1025px) {
    .p-labelBox .p-labelBox-label>span {
        padding:0 20px;
        font-size: 16px;
        line-height: 26px;
        border-radius: 13px
    }
}

@media (min-width: 1025px) {
    .p-labelBox.is-narrow .p-labelBox-inner {
        padding-left:61px;
        padding-right: 61px
    }
}

@media (min-width: 1025px) {
    .p-column {
        display:flex;
        justify-content: center;
        align-items: center;
        gap: 30px
    }
}

.p-column:nth-child(n+2) {
    margin-top: 25px
}

@media (min-width: 1025px) {
    .p-column:nth-child(n+2) {
        margin-top:30px
    }
}

@media (min-width: 1025px) {
    .p-column .p-column-item {
        width:50%;
        flex-shrink: 1;
        flex-grow: 1
    }
}

@media (max-width: 1024px) {
    .p-column .p-column-item:nth-child(n+2) {
        margin-top:15px
    }
}

.p-iconList {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 25px
}

@media (min-width: 1025px) {
    .p-iconList {
        gap:70px
    }
}

.p-iconList>li {
    width: 50%;
	list-style:none;
}

@media (min-width: 1025px) {
    .p-iconList>li {
        display:flex;
        justify-content: flex-start;
        align-items: center;
        max-width: 350px
    }
}

.p-iconList>li>img {
    display: block;
    width: 92px;
    margin: 0 auto
}

@media (min-width: 1025px) {
    .p-iconList>li>img {
        width:100px;
        margin: 0 20px 0 0
    }
}

@media (max-width: 1024px) {
    .p-iconList>li .p-text {
        margin-top:15px
    }
}

@media (min-width: 1025px) {
    .p-iconList>li .p-text {
        margin:0
    }
}

@media (min-width: 1025px) {
    .p-textList {
        display:flex;
        justify-content: flex-start;
        align-items: stretch;
        flex-wrap: wrap
    }
}

.p-textList:nth-child(n+2) {
    margin-top: 25px
}

@media (min-width: 1025px) {
    .p-textList:nth-child(n+2) {
        margin-top:40px
    }
}

.p-textList>li {
    padding-left: 1em;
    font-size: 14px;
    color: #5f5f5f;
    position: relative;
	list-style:none;
}

@media (min-width: 1025px) {
    .p-textList>li {
        width:25%;
        font-size: 16px
    }
}

.p-textList>li::before {
    content: '●';
    display: block;
    position: absolute;
    left: 0;
    top: 0
}

@media (min-width: 1025px) {
    .p-colorLinkList {
        display:flex;
		    align-items: stretch;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
        gap: 30px
    }
}

.p-colorLinkList:nth-child(n+2) {
    margin-top: 25px
}

@media (min-width: 1025px) {
    .p-colorLinkList:nth-child(n+2) {
        margin-top:40px
    }
}

.p-colorLinkList .p-colorLinkList-item {
    width: 100%;
    margin: 0 auto
}

@media (min-width: 1025px) {
    .p-colorLinkList .p-colorLinkList-item {
        width:300px;
        flex-shrink: 0;
        flex-grow: 0
    }
}

@media (max-width: 1024px) {
    .p-colorLinkList .p-colorLinkList-item:nth-child(n+2) {
        margin-top:14px
    }
}

.p-colorLinkList .p-colorLinkList-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 0;
    background-color: #fff;
    border: 4px solid #b3e6ee;
    position: relative;
    transition: background-color 0.3s;
	
}

@media (min-width: 1025px) {
    .p-colorLinkList .p-colorLinkList-item {
        padding:15px 18px;height:250px;
    }
}

.p-colorLinkList .p-colorLinkList-item::after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background: url("img/icon_arrowhead_right_blue.png") no-repeat center center;
    background-size: contain;
    position: absolute;
    right: 6px;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: transform 0.3s
}

@media (min-width: 1025px) {
    .p-colorLinkList .p-colorLinkList-item::after {
        width:14px;
        height: 14px;
        right: 18px
    }
}

@media (hover: hover) {
    .p-colorLinkList .p-colorLinkList-item:hover {
        background-color:#f7fdfd
    }

    .p-colorLinkList .p-colorLinkList-item:hover::after {
        transform: translateX(4px)
    }
}

.p-colorLinkList .p-colorLinkList-item.is-new::before {
    content: '';
    display: block;
    width: 34px;
    height: 34px;
    background: url("../img/icon_3174.png") no-repeat center center;
    background-size: contain;
    position: absolute;
    left: -12px;
    top: -12px
}

@media (min-width: 1025px) {
    .p-colorLinkList .p-colorLinkList-item.is-new::before {
        width:48px;
        height: 48px;
        left: -18px;
        top: -18px
    }
}

.p-colorLinkList .p-colorLinkList-item .item-icon {
    display: block;
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    flex-grow: 0;
    margin:0 6px;
}

@media (min-width: 1025px) {
    .p-colorLinkList .p-colorLinkList-item .item-icon {
        width:100px;
        height: 100px;
        margin-right: 15px
    }
}

.p-colorLinkList .p-colorLinkList-item .item-content {
    width: 50%;
    flex-shrink: 1;
    flex-grow: 1
}

.p-colorLinkList .p-colorLinkList-item .item-lead {
    font-size: 16px;
    font-weight: bold;
    color: #00adc6;
	background:none;
}
@media (min-width: 1025px) {
    .p-colorLinkList .p-colorLinkList-item .item-lead {
        font-size:26px
    }
}

.p-colorLinkList .p-colorLinkList-item .item-text {
    font-size: 11px;
    font-weight: bold
}

@media (min-width: 1025px) {
    .p-colorLinkList .p-colorLinkList-item .item-text {
        margin-top:4px;
        font-size: 16px
    }
}

@media (min-width: 1025px) {
    .p-labelLinkList {
        display:flex;
        justify-content: space-around;
        align-items: center;
        flex-wrap: wrap;
        gap: 20px 30px
    }
}

.p-labelLinkList:nth-child(n+2) {
    margin-top: 25px;
	width:70%;
}

@media (min-width: 1025px) {
    .p-labelLinkList:nth-child(n+2) {
        margin-top:40px;
		width:100%;
    }
}

.p-labelLinkList .p-labelLinkList-item {
    width: 100%;
    margin: 0 auto;
    padding-top: 10px;
	list-style:none;
}

@media (max-width: 1024px) {
    .p-labelLinkList .p-labelLinkList-item {
        max-width:480px
    }
}

@media (min-width: 1025px) {
    .p-labelLinkList .p-labelLinkList-item {
        width:calc(50% - 15px);
        margin: 0;
        flex-shrink: 0;
        flex-grow: 0
    }
}

@media (max-width: 1024px) {
    .p-labelLinkList .p-labelLinkList-item:nth-child(n+2) {
        margin-top:10px
    }
}

.p-labelLinkList .p-labelLinkList-item {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    
    height: 96px;
    padding: 10px 0 10px 90px;
    background-color: #fff;
    border: 4px solid #efefef;
    position: relative;
    transition: background-color 0.3s
}

@media (min-width: 1025px) {
    .p-labelLinkList .p-labelLinkList-item {
        height:140px;
		width:250px;
       
    }
}

.p-labelLinkList .p-labelLinkList-item::after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background: url("img/icon_arrowhead_right_blue.png") no-repeat center center;
    background-size: contain;
    position: absolute;
    right: 6px;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: transform 0.3s
}

@media (min-width: 1025px) {
    .p-labelLinkList .p-labelLinkList-item::after {
        width:14px;
        height: 14px;
        right: 18px
    }
}

@media (hover: hover) {
    .p-labelLinkList .p-labelLinkList-item:hover::after {
        transform:translateX(4px)
    }
}

.p-labelLinkList .p-labelLinkList-item .item-label {
    width: 100%;
    height: 0;
    font-size: 0;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: -2px;
	background:none;
}

.p-labelLinkList .p-labelLinkList-item .item-label>span {
    display: inline-block;
    vertical-align: top;
    width: 226px;
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
    color: #fff;
    border-radius: 12px;
    position: relative;
    transform: translateY(-50%)
}

@media (min-width: 1025px) {
    .p-labelLinkList .p-labelLinkList-item .item-label>span {
        width:240px;
        font-size: 16px;
        line-height: 26px;
        border-radius: 13px
    }
}


.p-labelLinkList .p-labelLinkList-item>.color-01 {
    border-color: #b3e6ee
}

.p-labelLinkList .p-labelLinkList-item .item-label span.color-01 {
    background-color: #00adc6
}

@media (hover: hover) {
    .p-labelLinkList .p-labelLinkList-item>.color-01:hover {
        background-color:#f7fdfd
    }
}

.p-labelLinkList .p-labelLinkList-item>.color-02 {
    border-color: #b5d0ee
}

.p-labelLinkList .p-labelLinkList-item .item-label span.color-02 {
    background-color: #4976ba
}

@media (hover: hover) {
    .p-labelLinkList .p-labelLinkList-item>.color-02:hover {
        background-color:#f8fafd
    }
}

.p-labelLinkList .p-labelLinkList-item>.color-03 {
    border-color: #fad6de
}

.p-labelLinkList .p-labelLinkList-item .item-label span.color-03 {
    background-color: #e196aa
}

@media (hover: hover) {
    .p-labelLinkList .p-labelLinkList-item>a.color-03:hover {
        background-color:#fffbfc
    }
}

.p-labelLinkList .p-labelLinkList-item>.color-04 {
    border-color: #9fd9b4
}

.p-labelLinkList .p-labelLinkList-item .item-label span.color-04 {
    background-color: #65bac1
}

@media (hover: hover) {
    .p-labelLinkList .p-labelLinkList-item>a.color-04:hover {
        background-color:#f5fbf8
    }
}

.p-labelLinkList .p-labelLinkList-item>.color-05 {
    border-color: #d3d3de
}

.p-labelLinkList .p-labelLinkList-item .item-label span.color-05 {
    background-color: #9190ac
}

@media (hover: hover) {
    .p-labelLinkList .p-labelLinkList-item>a.color-05:hover {
        background-color:#fbfbfc
    }
}



.p-labelLinkList .p-labelLinkList-item .item-icon {
    width:80px;
    position: absolute;
    left: 0;
    top: 10px;
    bottom: 0
}

@media (min-width: 1025px) {
    .p-labelLinkList .p-labelLinkList-item .item-icon {
        width:64px;
		top: 50px;
    }
	    .p-labelLinkList .p-labelLinkList-item .item-icon img {
        width:100%;
    }
}

.p-labelLinkList .p-labelLinkList-item .item-lead {
    font-size: 15px;
    font-weight: bold;
    color: #00adc6
}

@media (min-width: 1025px) {
    .p-labelLinkList .p-labelLinkList-item .item-lead {
        font-size:24px
    }
}

.p-labelLinkList .p-labelLinkList-item .item-lead>span {
    font-size: 23px;
    line-height: 1.4
}

@media (min-width: 1025px) {
    .p-labelLinkList .p-labelLinkList-item .item-lead>span {
        font-size:38px
    }
}

.p-labelLinkList .p-labelLinkList-item .item-lead>span.is-number {
    font-size: 30px;
    line-height: 1.2
}

@media (min-width: 1025px) {
    .p-labelLinkList .p-labelLinkList-item .item-lead>span.is-number {
        font-size:30px
    }
}

.p-labelLinkList .p-labelLinkList-item .item-lead>span.p-exSup {
    position: relative
}

.p-labelLinkList .p-labelLinkList-item .item-lead>span.p-exSup>sup {
    width: -webkit-max-content;
    width: max-content;
    font-size: 10px;
    font-weight: normal;
    vertical-align: text-top;
    line-height: 1;
    position: absolute;
    left: 100%;
    top: 0
}

@media (min-width: 1025px) {
    .p-labelLinkList .p-labelLinkList-item .item-lead>span.p-exSup>sup {
        font-size:12px;
        top: 10%
    }
}

.p-labelLinkList .p-labelLinkList-item .item-text {
    font-size: 11px;
    font-weight: bold
}

@media (min-width: 1025px) {
    .p-labelLinkList .p-labelLinkList-item .item-text {
        font-size:16px
    }
}

.p-labelLinkList .p-labelLinkList-item .item-text sup {
    font-size: 0.6em;
    font-weight: normal;
    vertical-align: text-top;
    line-height: 1
}

.p-collapse {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5
}

.p-collapse:nth-child(n+2) {
    margin-top: 25px
}

@media (min-width: 1025px) {
    .p-collapse:nth-child(n+2) {
        margin-top:40px
    }
}

.p-collapse .p-collapse-item:nth-child(n+2) {
    border-top: 1px solid #e5e5e5
}

.p-collapse .p-collapse-item.is-open .p-collapse-item-head>a::after {
    transform: rotateX(180deg)
}

.p-collapse .p-collapse-item.is-open .p-collapse-item-body {
    display: block;
    opacity: 1;
    animation: fadeIn 0.3s both linear
}

.p-collapse .p-collapse-item-head>a {
    display: block;
    width: 100%;
    padding: 9px 10px;
    margin: 0 auto;
    font-size: 14px;
    color: #00008f;
    position: relative;
    background-color: #fff;
    transition: background-color 0.3s;
    perspective: 750px
}

@media (min-width: 1025px) {
    .p-collapse .p-collapse-item-head>a {
        padding:17px 10px;
        font-weight: bold
    }
}

@media (hover: hover) {
    .p-collapse .p-collapse-item-head>a:hover {
        background-color:#fafafa
    }
}

.p-collapse .p-collapse-item-head>a::after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background: url("/assets/img/common/icon_arrowhead_down_blue.png") no-repeat center center;
    background-size: contain;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: transform 0.3s
}

.p-collapse .p-collapse-item-body {
    display: none;
    opacity: 0;
    padding: 20px 15px;
    border-top: 1px solid #e5e5e5;
    background-color: #fafafa
}

.p-coveragesList:nth-child(n+2) {
    margin-top: 25px
}

@media (min-width: 1025px) {
    .p-coveragesList:nth-child(n+2) {
        margin-top:40px
    }
}

.p-coveragesList .list-title {
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    position: relative
}

.p-coveragesList .list-title:nth-child(n+2) {
    margin-top: 25px
}

@media (min-width: 1025px) {
    .p-coveragesList .list-title:nth-child(n+2) {
        margin-top:40px
    }
}

.p-coveragesList .list-title::after {
    content: '';
    display: block;
    width: 52px;
    height: 2px;
    background-color: #00008f;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.p-coveragesList .list:nth-child(n+2) {
    margin-top: 25px
}

@media (min-width: 1025px) {
    .p-coveragesList .list:nth-child(n+2) {
        margin-top:40px
    }
}

.p-coveragesList .subList-title {
    font-size: 16px;
    font-weight: bold
}

.p-coveragesList .subList-title:nth-child(n+2) {
    margin-top: 25px
}

@media (min-width: 1025px) {
    .p-coveragesList .subList-title:nth-child(n+2) {
        margin-top:40px
    }
}

.p-coveragesList .subList {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5
}

.p-coveragesList .subList:nth-child(n+2) {
    margin-top: 15px
}

@media (min-width: 1025px) {
    .p-coveragesList .subList:nth-child(n+2) {
        margin-top:20px
    }
}

.p-coveragesList .subList-item {
    padding: 20px 0
}

.p-coveragesList .subList-item:nth-child(n+2) {
    border-top: 1px solid #e5e5e5
}

.p-coveragesList .item-title {
    font-size: 13px;
    font-weight: bold
}

.p-coveragesList .item-title>a {
    display: inline-block;
    vertical-align: top;
    color: #00008f;
    transition: color 0.3s
}

.p-coveragesList .item-title>a::after {
    content: '';
    display: inline-block;
    vertical-align: top;
    width: 12px;
    height: 18px;
    margin-left: 8px;
    background: url("/assets/img/common/icon_arrow_right_blue.png") no-repeat center center;
    background-size: contain
}

@media (hover: hover) {
    .p-coveragesList .item-title>a:hover {
        color:#000072
    }

    .p-coveragesList .item-title>a:hover::after {
        animation: arrowInOut 0.3s both
    }
}

.p-coveragesList .item-title>a[target="_blank"]::after {
    background-image: url("/assets/img/common/icon_arrow_upright_blue.png")
}

@media (hover: hover) {
    .p-coveragesList .item-title>a[target="_blank"]:hover::after {
        animation:arrowInOutDiagonal 0.3s both
    }
}

.p-coveragesList .item-title sup {
    font-size: 0.6em;
    font-weight: normal;
    vertical-align: text-top;
    line-height: 1;
    align-self: flex-start
}

.p-coveragesList .item-text {
    font-size: 13px
}

.p-coveragesList .item-text:nth-child(n+2) {
    margin-top: 10px
}

.p-coveragesList:last-child .list:last-child .subList:last-child {
    border-bottom: none
}

.p-coveragesList:last-child .list:last-child .subList:last-child .subList-item:last-child {
    padding-bottom: 0
}

.p-imageContentBlock {
    width: 100%;
    margin: 0 auto;
    padding: 22px;
    background-color: #fff;
    border: 1px solid #ededed;
    box-shadow: 0px 2px 4px 1px rgba(0,0,0,0.07)
}

@media (min-width: 1025px) {
    .p-imageContentBlock {
        min-height:297px;
        padding: 30px 414px 30px 30px;
        position: relative
    }
}

.p-imageContentBlock:nth-child(n+2) {
    margin-top: 20px
}

@media (min-width: 1025px) {
    .p-imageContentBlock:nth-child(n+2) {
        margin-top:30px
    }
}

.p-imageContentBlock .p-blockSection:nth-child(n+2) {
    margin-top: 20px
}

@media (min-width: 1025px) {
    .p-imageContentBlock .p-blockSection:nth-child(n+2) {
        margin-top:30px
    }
}

.p-imageContentBlock .p-blockTitle {
    padding-left: 34px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: bold;
    background: url("/assets/img/common/icon_check_color.png") no-repeat left top;
    background-size: 24px auto
}

@media (min-width: 1025px) {
    .p-imageContentBlock .p-blockTitle {
        padding-left:38px;
        font-size: 20px;
        line-height: 1.4;
        background-size: 28px auto
    }
}

.p-imageContentBlock .p-blockTitle sup {
    font-size: 0.6em;
    font-weight: normal;
    vertical-align: text-top;
    line-height: 1
}

.p-imageContentBlock .p-blockText {
    font-size: 14px;
    color: #5f5f5f
}

@media (min-width: 1025px) {
    .p-imageContentBlock .p-blockText {
        font-size:16px
    }
}

.p-imageContentBlock .p-blockText:nth-child(n+2) {
    margin-top: 20px
}

@media (min-width: 1025px) {
    .p-imageContentBlock .p-blockText:nth-child(n+2) {
        margin-top:10px
    }
}

.p-imageContentBlock .p-blockText>span {
    color: #00adc6
}

.p-imageContentBlock .p-blockText sup {
    font-size: 0.6em;
    font-weight: normal;
    vertical-align: text-top;
    line-height: 1
}

.p-imageContentBlock .p-blockLabel {
    display: flex;
    justify-content: center;
    align-items: flex-start
}

@media (min-width: 1025px) {
    .p-imageContentBlock .p-blockLabel {
        justify-content:flex-start
    }
}

.p-imageContentBlock .p-blockLabel:nth-child(n+2) {
    margin-top: 20px
}

@media (min-width: 1025px) {
    .p-imageContentBlock .p-blockLabel:nth-child(n+2) {
        margin-top:30px
    }
}

.p-imageContentBlock .p-blockLabel>span {
    padding: 0 11px;
    font-size: 14px;
    line-height: 1.71429;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background-color: #00adc6;
    border-radius: 9999px
}

@media (min-width: 1025px) {
    .p-imageContentBlock .p-blockLabel>span {
        padding:0 16px;
        line-height: 2
    }
}

.p-imageContentBlock .p-blockList:nth-child(n+2) {
    margin-top: 10px
}

.p-imageContentBlock .p-blockList>li {
    padding-left: 1em;
    font-size: 13px;
    color: #5f5f5f;
    position: relative
}

.p-imageContentBlock .p-blockList>li::before {
    content: 'ãƒ»';
    display: block;
    font-size: 13px;
    color: #5f5f5f;
    position: absolute;
    left: 0;
    top: 0
}

.p-imageContentBlock .p-blockImage {
    display: block;
    width: 100%;
    margin: 0 auto
}

@media (min-width: 1025px) {
    .p-imageContentBlock .p-blockImage {
        width:344px;
        margin: 0;
        position: absolute;
        top: 30px;
        right: 30px
    }
}

.p-imageContentBlock .p-blockImage:nth-child(n+2) {
    margin-top: 20px
}

@media (min-width: 1025px) {
    .p-imageContentBlock .p-blockImage:nth-child(n+2) {
        margin:0
    }
}

.p-imageContentBlock .p-button>a {
    max-width: 350px;
    margin: 0
}

.p-button {
    display: block;
    width: 100%;
    margin: 0 auto
}

.p-button:nth-child(n+2) {
    margin-top: 20px
}

.p-button>a {
    display: block;
    width: 100%;
    max-width: 375px;
    margin: 0 auto;
    background-color: #00008f;
    border-bottom: 2px solid #000072;
    position: relative;
    overflow: hidden
}

.p-button>a::after {
    content: '';
    display: block;
    width: 0;
    height: 120%;
    background-color: #000072;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) skewX(-37.7deg);
    transition: width 0.3s ease-in-out;
    z-index: 1
}

.p-button>a>span {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 12px 35px 11px 28px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 2
}

@media (min-width: 1025px) {
    .p-button>a>span {
        font-size:16px;
        line-height: 25px
    }
}

.p-button>a>span::after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    margin: auto;
    background: url("/assets/img/common/icon_arrow_right_white.png") no-repeat center center;
    background-size: contain;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0
}

@media (min-width: 1025px) {
    .p-button>a>span::after {
        width:15px;
        height: 15px;
        right: 18px
    }
}

@media (hover: hover) {
    .p-button>a:hover::after {
        width:120%
    }

    .p-button>a:hover>span::after {
        animation: arrowInOut 0.3s both
    }
}

.p-accidentBox {
    padding: 22px;
    background: #fafafa
}

@media (min-width: 1025px) {
    .p-accidentBox {
        padding:30px 0
    }
}

.p-accidentBox .p-accidentBox-row {
    margin-bottom: 30px
}

@media (min-width: 1025px) {
    .p-accidentBox .p-accidentBox-row {
        display:flex;
        justify-content: center;
        align-items: stretch
    }
}

@media (min-width: 1025px) {
    .p-accidentBox .p-accidentBox-cell {
        width:50%;
        padding: 0 30px
    }
}

@media (max-width: 1024px) {
    .p-accidentBox .p-accidentBox-cell:nth-child(n+2) {
        margin-top:20px;
        padding-top: 20px
    }
}

@media (min-width: 1025px) {
    .p-accidentBox .p-accidentBox-cell:nth-child(n+2) {
        border-left:1px solid #e5e5e5
    }
}

.p-accidentBox .p-accidentBox-cell-title {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 60px
}

.p-accidentBox .p-accidentBox-cell-title h3 {
    font-size: 15px;
    font-weight: bold
}

@media (min-width: 1025px) {
    .p-accidentBox .p-accidentBox-cell-title h3 {
        font-size:18px
    }
}

.p-accidentBox .p-accidentBox-cell-title img {
    display: block;
    margin-right: 10px
}

.p-accidentBox .p-accidentBox-cell-title img.icon-01 {
    width: 54px
}

@media (min-width: 1025px) {
    .p-accidentBox .p-accidentBox-cell-title img.icon-01 {
        width:60px
    }
}

.p-accidentBox .p-accidentBox-cell-title img.icon-02 {
    width: 70px
}

@media (min-width: 1025px) {
    .p-accidentBox .p-accidentBox-cell-title img.icon-02 {
        width:90px
    }
}

.p-accidentBox .p-accidentBox-cell-text {
    font-size: 13px;
    color: #5f5f5f;
    text-align: center
}

@media (min-width: 1025px) {
    .p-accidentBox .p-accidentBox-cell-text {
        font-size:14px
    }
}

.p-accidentBox .p-accidentBox-cell-text:nth-child(n+2) {
    margin-top: 10px
}

.p-accidentBox .p-accidentBox-cell-text a {
    color: #00008f;
    text-decoration: underline
}

.p-accidentBox .p-accidentBox-cell-text a[target="_blank"] {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center
}

.p-accidentBox .p-accidentBox-cell-text a[target="_blank"]::after {
    content: '';
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-left: 4px;
    background: url("/assets/img/common/icon_arrow_upright_blue.png") no-repeat center center;
    background-size: contain
}

@media (min-width: 1025px) {
    .p-accidentBox .p-accidentBox-cell-text a[target="_blank"]::after {
        width:14px;
        height: 14px
    }
}

@media (hover: hover) {
    .p-accidentBox .p-accidentBox-cell-text a:hover {
        text-decoration:none
    }

    .p-accidentBox .p-accidentBox-cell-text a[target="_blank"]:hover::after {
        animation: arrowInOutDiagonal 0.3s both
    }
}

@media (min-width: 1025px) {
    .p-accidentBox .p-button {
        margin-top:10px
    }
}

.p-accidentBox .p-accidentBox-cell-tel {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 52px;
    margin: 0 auto;
    font-size: 20px;
    font-weight: bold;
    color: #00008f;
    text-align: center;
    background-color: #fff;
    border: 1px solid #e5e5e5
}

@media (min-width: 1025px) {
    .p-accidentBox .p-accidentBox-cell-tel {
        max-width:350px
    }
}

.p-accidentBox .p-accidentBox-cell-tel::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background: url("/assets/img/common/icon_tel_blue.png") no-repeat center center;
    background-size: contain
}

.p-accidentBox .p-accidentBox-cell-tel:nth-child(n+2) {
    margin-top: 10px
}

.p-contentTitle .main {
    display: block;
    font-size: 26px;
    line-height: 1.4;
    font-weight: bold;
    text-align: center
}

@media (min-width: 1025px) {
    .p-contentTitle .main {
        font-size:32px
    }
}

.p-contentTitle .main>span {
    font-size: 34px;
    line-height: 1;
    color: #00adc6
}

@media (min-width: 1025px) {
    .p-contentTitle .main>span {
        font-size:46px
    }
}

.p-contentTitle .main>span.is-number {
    font-size: 40px;
    line-height: 1
}

@media (min-width: 1025px) {
    .p-contentTitle .main>span.is-number {
        font-size:56px
    }
}

.p-contentTitle .sub {
    display: block;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1.2;
    font-weight: bold;
    text-align: center
}

@media (min-width: 1025px) {
    .p-contentTitle .sub {
        font-size:26px
    }
}

.p-contentTitle .sub::before {
    content: '';
    display: inline-block;
    vertical-align: bottom;
    width: 40px;
    height: 40px;
    margin-right: 8px;
    background: url("../img/icon_3172.png") no-repeat center center;
    background-size: contain
}

@media (min-width: 1025px) {
    .p-contentTitle .sub::before {
        width:56px;
        height: 56px;
        margin-right: 12px
    }
}

.p-contentTitle .sub>span {
    color: #00adc6
}

.p-contentTitle .sub>span.is-number {
    font-size: 36px
}

@media (min-width: 1025px) {
    .p-contentTitle .sub>span.is-number {
        font-size:46px;
        line-height: 56px
    }
}

.p-contentTitle sup {
    font-size: 10px;
    font-weight: normal;
    vertical-align: text-top;
    line-height: 1
}

@media (min-width: 1025px) {
    .p-contentTitle sup {
        font-size:12px
    }
}

.p-featureBox02 {
    padding: 40px 20px 20px;
    background-color: #fff;
    border: 4px solid #e5e5e5;
    position: relative
}

@media (min-width: 1025px) {
    .p-featureBox02 {
        display:flex;
        justify-content: space-between;
        align-items: center;
        gap: 30px;
        padding: 30px
    }
}

.p-featureBox02:nth-child(n+2) {
    margin-top: 40px
}

@media (min-width: 1025px) {
    .p-featureBox02:nth-child(n+2) {
        margin-top:45px
    }
}

.p-featureBox02 .p-featureBox02-lead {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transform: translateY(-50%)
}

.p-featureBox02 .p-featureBox02-lead>span {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 35px;
    padding: 0 14px;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background-color: #00adc6;
    border-radius: 9999px
}

@media (min-width: 1025px) {
    .p-featureBox02 .p-featureBox02-lead>span {
        padding:0 18px;
        font-size: 18px
    }
}

@media (min-width: 1025px) {
    .p-featureBox02 .p-featureBox02-list {
        flex-grow:0;
        flex-shrink: 1
    }
}

.p-featureBox02 .p-featureBox02-list li {
    padding-left: 1em;
    font-size: 13px;
    color: #5f5f5f;
    position: relative
}

@media (min-width: 1025px) {
    .p-featureBox02 .p-featureBox02-list li {
        font-size:14px
    }
}

.p-featureBox02 .p-featureBox02-list li:nth-child(n+2) {
    margin-top: 6px
}

.p-featureBox02 .p-featureBox02-list li::before {
    content: 'ãƒ»';
    display: block;
    font-size: 13px;
    color: #5f5f5f;
    position: absolute;
    left: 0;
    top: 0
}

@media (min-width: 1025px) {
    .p-featureBox02 .p-featureBox02-list li::before {
        font-size:14px
    }
}

.p-featureBox02 .p-featureBox02-list li>span {
    color: #00adc6;
    font-weight: bold
}

.p-featureBox02 .p-featureBox02-list li sup {
    font-size: 0.6em;
    font-weight: normal;
    vertical-align: text-top;
    line-height: 1
}

@media (max-width: 1024px) {
    .p-featureBox02 .p-featureBox02-feature {
        margin-top:15px
    }
}

@media (min-width: 1025px) {
    .p-featureBox02 .p-featureBox02-feature {
        flex-grow:1;
        flex-shrink: 0
    }
}

.p-featureBox02 .p-featureBox02-feature .main {
    font-size: 20px;
    font-weight: bold;
    text-align: center
}

@media (min-width: 1025px) {
    .p-featureBox02 .p-featureBox02-feature .main {
        font-size:26px
    }
}

.p-featureBox02 .p-featureBox02-feature .main>span {
    padding: 0 5px;
    font-size: 40px;
    line-height: 1.2;
    color: #00adc6
}

@media (min-width: 1025px) {
    .p-featureBox02 .p-featureBox02-feature .main>span {
        font-size:56px
    }
}

.p-featureBox02 .p-featureBox02-feature .sub {
    font-size: 16px;
    font-weight: bold;
    text-align: center
}

@media (min-width: 1025px) {
    .p-featureBox02 .p-featureBox02-feature .sub {
        font-size:20px
    }
}

.p-featureBox02 .p-featureBox02-feature .sub>span {
    font-size: 12px;
    font-weight: normal;
    color: #5f5f5f
}
.small_txt{
font-size:0.8em;
margin-top:20px;
}

.p-exImage-01 {
    width: 100%;
    margin: 0 auto;
    position: relative
}

@media (min-width: 1025px) {
    .p-exImage-01 {
        max-width:540px
    }
}

.p-exImage-01:nth-child(n+2) {
    margin-top: 25px
}

@media (min-width: 1025px) {
    .p-exImage-01:nth-child(n+2) {
        margin-top:40px
    }
}

.p-exImage-01 .inner {
    width: 100%;
    height: 0;
    padding-top: 104.70383%
}

@media (min-width: 1025px) {
    .p-exImage-01 .inner {
        padding-top:71.66667%
    }
}

.p-exImage-01 .box-01 {
    width: 100%;
    height: 52.24626%;
    position: absolute;
    left: 0%;
    top: 3.99334%;
    background-color: #e5f7f9
}

@media (min-width: 1025px) {
    .p-exImage-01 .box-01 {
        width:100%;
        height: 56.84755%;
        left: 0%;
        top: 2.32558%
    }
}

.p-exImage-01 .label-01 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 63.41463%;
    height: 8.31947%;
    position: absolute;
    left: 18.29268%;
    top: 0%;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background-color: #00adc6;
    border-radius: 9999px
}

@media (min-width: 1025px) {
    .p-exImage-01 .label-01 {
        width:40.18519%;
        height: 6.71835%;
        left: 30%;
        top: 0%;
        font-size: 16px
    }
}

.p-exImage-01 .arrow-01 {
    width: 38.67596%;
    height: 6.65557%;
    position: absolute;
    left: 30.66202%;
    top: 32.7787%;
    background: url("../img/img_0387_01_sp.png") no-repeat center center;
    background-size: contain
}

@media (min-width: 1025px) {
    .p-exImage-01 .arrow-01 {
        width:46.48148%;
        height: 7.49354%;
        left: 26.85185%;
        top: 31.00775%;
        background-image: url("../img/img_0387_01_pc.png")
    }
}

.p-exImage-01 .arrow-02 {
    width: 25.78397%;
    height: 30.61564%;
    position: absolute;
    left: 12.54355%;
    top: 57.90349%;
    background: url("../img/img_0387_02_sp.png") no-repeat center center;
    background-size: contain
}

@media (min-width: 1025px) {
    .p-exImage-01 .arrow-02 {
        width:27.77778%;
        height: 26.35659%;
        left: 12.59259%;
        top: 61.24031%;
        background-image: url("../img/img_0387_02_pc.png")
    }
}

.p-exImage-01 .arrow-03 {
    width: 25.78397%;
    height: 30.61564%;
    position: absolute;
    left: 61.84669%;
    top: 57.90349%;
    background: url("../img/img_0387_03_sp.png") no-repeat center center;
    background-size: contain
}

@media (min-width: 1025px) {
    .p-exImage-01 .arrow-03 {
        width:27.77778%;
        height: 26.35659%;
        left: 59.62963%;
        top: 61.24031%;
        background-image: url("../img/img_0387_03_pc.png")
    }
}

.p-exImage-01 .text-01 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 62.71777%;
    height: 13.64393%;
    position: absolute;
    left: 18.81533%;
    top: 11.98003%
}

@media (min-width: 1025px) {
    .p-exImage-01 .text-01 {
        width:55.55556%;
        height: 17.82946%;
        left: 22.40741%;
        top: 12.6615%
    }
}

.p-exImage-01 .text-01>span {
    display: block
}

.p-exImage-01 .text-01>span:nth-child(1) {
    font-size: 12px;
    line-height: 1.4;
    font-weight: bold;
    color: #00adc6;
    text-align: center
}

@media (min-width: 1025px) {
    .p-exImage-01 .text-01>span:nth-child(1) {
        font-size:20px
    }
}

.p-exImage-01 .text-01>span:nth-child(2) {
    font-size: 18px;
    line-height: 1.4;
    font-weight: bold;
    color: #00adc6;
    text-align: center
}

@media (min-width: 1025px) {
    .p-exImage-01 .text-01>span:nth-child(2) {
        font-size:30px
    }
}

.p-exImage-01 .text-02 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 50.17422%;
    height: 10.64892%;
    position: absolute;
    left: 24.91289%;
    top: 60.73211%;
    font-size: 12px;
    letter-spacing: -0.04em;
    text-align: center
}

@media (min-width: 1025px) {
    .p-exImage-01 .text-02 {
        width:54.62963%;
        height: 6.20155%;
        left: 22.77778%;
        top: 64.08269%;
        font-size: 18px
    }
}

.p-exImage-01 .icon-01 {
    width: 24.39024%;
    height: 23.29451%;
    position: absolute;
    left: 4.18118%;
    top: 24.62562%;
    background: url("../img/icon_1109.png") no-repeat center center;
    background-size: contain
}

@media (min-width: 1025px) {
    .p-exImage-01 .icon-01 {
        width:18.51852%;
        height: 25.83979%;
        left: 6.11111%;
        top: 21.96382%
    }
}

.p-exImage-01 .name-01 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 15.33101%;
    height: 4.6589%;
    position: absolute;
    left: 8.18815%;
    top: 49.41764%;
    font-size: 11px;
    text-align: center
}

@media (min-width: 1025px) {
    .p-exImage-01 .name-01 {
        width:11.85185%;
        height: 5.42636%;
        left: 9.25926%;
        top: 50.3876%;
        font-size: 16px
    }
}

.p-exImage-01 .icon-02 {
    width: 24.39024%;
    height: 23.29451%;
    position: absolute;
    left: 71.42857%;
    top: 24.62562%;
    background: url("../img/icon_1136.png") no-repeat center center;
    background-size: contain
}

@media (min-width: 1025px) {
    .p-exImage-01 .icon-02 {
        width:18.51852%;
        height: 25.83979%;
        left: 75.37037%;
        top: 21.96382%
    }
}

.p-exImage-01 .name-02 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 15.33101%;
    height: 4.6589%;
    position: absolute;
    left: 76.1324%;
    top: 49.41764%;
    font-size: 11px;
    text-align: center
}

@media (min-width: 1025px) {
    .p-exImage-01 .name-02 {
        width:11.85185%;
        height: 5.42636%;
        left: 78.88889%;
        top: 50.3876%;
        font-size: 16px
    }
}

.p-exImage-01 .icon-03 {
    width: 19.86063%;
    height: 18.96839%;
    position: absolute;
    left: 40.06969%;
    top: 75.87354%;
    background: url("../img/icon_1110.png") no-repeat center center;
    background-size: contain
}

@media (min-width: 1025px) {
    .p-exImage-01 .icon-03 {
        width:14.81481%;
        height: 20.67183%;
        left: 42.59259%;
        top: 72.60982%
    }
}

.p-exImage-01 .name-03 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 11.49826%;
    height: 4.6589%;
    position: absolute;
    left: 44.25087%;
    top: 96.33943%;
    font-size: 11px;
    text-align: center
}

@media (min-width: 1025px) {
    .p-exImage-01 .name-03 {
        width:8.88889%;
        height: 5.42636%;
        left: 45.55556%;
        top: 95.86563%;
        font-size: 16px
    }
}
#footerFloatingMenu {
    display: block;
    width: 100%;
    position: fixed;
    left: 0px;
    bottom: 2px;
    z-index: 9999;
    text-align: center;
    padding: 0 auto;
	    background: #0000006e;
    padding: 5%;
}


	
 
#footerFloatingMenu a{

	width: 90%;
    background: #cc0000;
    color: #fff;
    text-decoration: none;
    display: block;
    text-align: center;
    padding: 4% 0;
}

@media (min-width: 1025px) {
#footerFloatingMenu {
    padding: 2% 0;
}

#footerFloatingMenu a{
padding: 1% 0;
	width:960px;
	margin: auto;
	font-weight:bold;

}
}
