@charset "UTF-8";
/* insurance/cancel/index.CSS Document */

.contents {}

/*================================================
タイトル
================================================*/
.Main__visual {
    position: relative;
}

.Main__visual::before {
    content: "";
    position: absolute;
    top: 0;
    /* left: calc((1024px / 2) + (662px / 2)); */
    left: calc(50% + (662px / 2));
    transform: translateX(-50%);
    display: block;
    background-image: url(/attending/insurance/cancel/images/BP21-015295_PG20-017130_BP19-087658_BP20-006757.png);
    background-size: contain;
    width: 662px;
    height: 250px;
}

.Main__visual::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: calc(50% + (1024px / 2) - (194px / 2));
    transform: translateX(-50%);
    background-image: url(/attending/insurance/cancel/images/il_keyvis.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 194px;
    height: 122px;
}

.Main__visual-heading {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 48.54%;
}

/*================================================
contents
================================================*/
.Cancel__background-01 {
    background-color: var(--secondary-color);
    margin-bottom: 50px;
    padding: 80px 0;
}

.Cancel__background-02 {
    background-color: #FAFAFA;
    margin-bottom: 50px;
    padding: 80px 0;
}

.Cancel__background-03 {
    border: solid 2px #D8D8D8;
    border-radius: 10px;
    background-color: #FAFAFA;
    background-image: url(/attending/insurance/cancel/images/pattern_contents-bg.svg);
    background-size: 30px;
    padding: 40px 140px;
}

.Intro {
    position: relative;
    margin-bottom: 160px;
}

.Intro::before {
    content: '';
    position: absolute;
    bottom: -80px;
    left: 0;
    z-index: -1;
    display: block;
    width: 100vw;
    height: calc(50% + 80px);
    background-color: var(--secondary-color);
}

.Intro::after {
    content: '';
    position: absolute;
    bottom: -105px;
    left: 50%;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 100px 100px 0 100px;
    border-color: var(--secondary-color) transparent transparent transparent;
    transform: translateX(-50%);
}

.Intro-group {
    display: flex;
    justify-content: space-between;
}

.Intro-dl {
    width: calc(100% / 2 - 10px);
    border: solid 2px var(--primary-color);
    border-radius: 10px;
    background-color: #fff;
    padding: 40px;
}

.Intro-dt {
    font-size: 18px;
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 10px;
}

.Intro-dd {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.Intro-dd::before {
    content: "";
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    margin-right: 10px;
}

.il_intro01::before {
    background-image: url(/attending/insurance/cancel/images/il_intro01.svg);
}

.il_intro02::before {
    background-image: url(/attending/insurance/cancel/images/il_intro02.svg);
}

.Intro-dd > p {
    flex: 1;
}

.Sec-support {
    margin-bottom: 50px;
}

.Support-group {
    border-radius: 10px;
    background-color: var(--primary-color);
    color: #fff;
    margin-bottom: 50px;
    padding: 40px;
}

.Support-group > h3 {
    color: #fff;
}

.Support-group .Caption {
    margin-bottom: 40px;
    text-align: center;
}

.Support-group__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.Support-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 10px;
    border: solid 2px var(--primary-color);
    background-color: #fff;
    width: calc(100% / 4 - 10px);
    color: var(--primary-color);
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
    padding: 10px 10px 40px;
}

.Support-item:nth-last-child(-n+3) {
    width: calc(100% / 3 - 10px);
}

.Support-label {
    display: inline-block;
    border: solid 2px var(--primary-color);
    border-radius: 100px;
    background-color: var(--secondary-color);
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    padding: 5px 15px;
}

.Support-item:nth-last-child(-n+3) figure {
    margin-top: 20px;
}

/* .Support-item:last-child .Support-label {
    margin-bottom: 20px;
} */

/* .Support-item figure {
    margin-top: auto;
} */

.Support-figure {
    width: 100%;
}

.Support-figure img {
    width: 38.01%;
    margin-bottom: 20px;
}

.Support-figure figcaption span {
    display: block;
    font-size: 14px;
    font-weight: normal;
    color: #333;
}

.Support-group .Caution {
    font-size: 14px;
}

.Accompany-group {
    border: solid 2px var(--primary-color);
    border-radius: 10px;
    background-color: var(--secondary-color);
    padding: 40px 0;
}

.Accompany-group__inner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 700px;
    height: auto;
    margin: 0 auto;
}

.Accompany-group__inner::before {
    content: "";
    background-image: url(/attending/insurance/cancel/images/il_accompany.svg);
    width: 200px;
    height: 100px;
    margin: 0 40px;
}

.Accompany-group__inner > p {
    flex: 1;
    line-height: 1.4;
    color: var(--primary-color);
}

.Accompany-group__inner > p span {
    display: block;
    font-size: 14px;
    color: #333;
    margin-top: 20px;
}

.Btn-group__store {
    width: 715px;
    height: auto;
    margin: 0 auto 20px;
}

.Btn-link__store {
    position: relative;
    display: block;
    background-color: var(--link-color);
    border-radius: 5px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    padding: 25px 20px;
    box-shadow: 0 1rem 1rem -1rem rgb(0 0 0 / 30%);
    transition: opacity .3s;
}

.Btn-link__store::before,
.Btn-link__store::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
}

.Btn-link__store::before {
    width: 20px;
    height: 20px;
    right: 20px;
    background: #fff;
    border-radius: 50%;
    transform: translateY(-50%);
}

.Btn-link__store::after {
    width: 6px;
    height: 6px;
    right: 28px;
    border-top: 2px solid var(--link-color);
    border-right: 2px solid var(--link-color);
    transform: translateY(-50%) rotate(45deg);
}

.Btn-link__store:hover {
    opacity: .7;
}

.Btn-group__caution {
    font-size: 14px;
    text-align: center;
    margin-bottom: 30px;
}

.About-container {
    display: flex;
    justify-content: space-between;
}

.About-dl {
    display: flex;
    flex-direction: column;
    border: solid 2px #D8D8D8;
    background-color: #fff;
    border-radius: 10px;
    width: calc(100% / 2 - 10px);
    padding: 38px;
}

.About-dt {
    font-size: 20px;
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 10px;
}

.About-dd {
    position: relative;
}

.About-dd-note {
    position: absolute;
    top: 70px;
    left: 135px;
    color: white;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
    background-color: var(--primary-color);
    padding: 10px;
    border-radius: 4px;
}

.About-dd-note::after {
    content: '';
    position: absolute;
    bottom: -10px;
    right: 21px;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 6px 0 6px;
    border-color: var(--primary-color) transparent transparent transparent;
}

.Flow-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 80px;
}

.Flow-group {
    display: flex;
    flex-direction: column;
    border: solid 2px #D8D8D8;
    background-color: #fff;
    border-radius: 10px;
    width: calc(100% / 3 - 10px);
    padding: 38px;
}

.Flow-group:nth-child(-n + 3) {
    margin-bottom: 20px;
}

.Flow-heading {
    display: flex;
    justify-content: flex-start;
}

.Flow-num {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
    line-height: 1;
    margin-right: 15px;
}

.Flow-num strong {
    font-size: 45px;
    color: var(--primary-color);
}

.Flow-ttl {
    font-size: 18px;
    font-weight: 600;
    margin-top: -5px;
}

.Flow-text {
    margin-top: 10px;
}

.Flow-group figure {
    margin-top: 20px;
}

.Group__question {
    border: solid 1px #d8d8d8;
    background-color: #fff;
    /* font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", "Osaka", sans-serif; */
}

.Group__question:not(:last-child) {
    margin-bottom: 20px;
}

.Query-title {
    cursor: pointer;
    transition: opacity .3s;
}

.Query-title:hover {
    opacity: .7;
}

.Query-title__inner {
    position: relative;
    background-color: var(--primary-color);
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    padding: 20px 40px;
}

.Query-title__inner::before,
.Query-title__inner::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    display: block;
    background-color: #fff;
    width: 18px;
    height: 2px;
    transform: translateY(-50%);
    z-index: 10;
}

.Query-title__inner::before {
    transform: translateY(-50%) rotate(90deg);
}

.open .Query-title__inner::before {
    transform: translateY(-50%) rotate(0);
}

.Query-contents {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    padding: 20px 40px;
}

.Query-contents span {
    display: block;
    font-size: 14px;
}
.Query-contents b {
    text-decoration: underline;
}

.Term-caption__outer {
    width: 390px;
    margin: 0 auto 30px;
}

.Term-caption {
    position: relative;
    padding: 20px 0;
    color: var(--primary-color);
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    border-radius: 6px;
    border: solid 2px var(--primary-color);
    background-color: var(--secondary-color);
}

.Term-caption::before {
    content: '';
    position: absolute;
    bottom: -13px;
    left: 50%;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 13px 0 13px;
    border-color: var(--primary-color) transparent transparent transparent;
    transform: translateX(-50%);
}

.Term-caption::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: var(--secondary-color) transparent transparent transparent;
    transform: translateX(-50%);
}

.Term-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: var(--secondary-color);
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 40px;
}

.Term-group figure {
    width: 100%;
    margin-bottom: 40px;
}

.Term-group__inner {
    display: flex;
    flex-direction: column;
    width: calc(100% / 2 - 10px);
}

.Term-group__bubble {
    position: relative;
    background-color: var(--primary-color);
    border-radius: 6px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    padding: 15px 0;
}

.Term-group__bubble::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: var(--primary-color) transparent transparent transparent;
    transform: translateX(-50%);
}

.Term-group__text {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    margin-top: 40px;
    font-size: 18px;
    font-weight: 600;
    color: var(--primary-color);
    text-align: center;
}

.Term-group__text--possible::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 0 25px inset white;
}

.Term-group__text--impossible::before,
.Term-group__text--impossible::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    display: block;
    width: 100px;
    height: 25px;
    background-color: white;
}

.Term-group__text--impossible::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.Term-group__text--impossible::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.Term__background-01 {
    background-color: #FAFAFA;
    margin-bottom: 50px;
    padding: 40px;
}

.Term-notice__list {
    margin-bottom: 20px;
}

.Term-caution {
    font-size: 14px;
}

.Term-caution a {
    color: var(--primary-color);
    font-weight: 600;
    text-decoration: underline;
}

.Btn-group__cancel {
    width: 670px;
    height: auto;
    margin: 0 auto 20px;
}

.Btn-link__cancel {
    position: relative;
    display: block;
    background-color: var(--link-color);
    border-radius: 5px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    padding: 25px 20px;
    box-shadow: 0 1rem 1rem -1rem rgb(0 0 0 / 30%);
    transition: opacity .3s;
}

.Btn-link__cancel::before,
.Btn-link__cancel::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
}

.Btn-link__cancel::before {
    width: 20px;
    height: 20px;
    right: 20px;
    background: #fff;
    border-radius: 50%;
    transform: translateY(-50%);
}

.Btn-link__cancel::after {
    width: 6px;
    height: 6px;
    right: 28px;
    border-top: 2px solid var(--link-color);
    border-right: 2px solid var(--link-color);
    transform: translateY(-50%) rotate(45deg);
}

.Btn-link__cancel:hover {
    opacity: .7;
}

.Inquiry-caption {
    font-size: 14px;
    text-align: center;
    margin-bottom: 30px;
}

.Inquiry-group {
    border: solid 2px #D8D8D8;
    background-color: #fff;
    border-radius: 10px;
    padding: 40px;
}

.Inquiry-lists {
    width: 500px;
    margin: 0 auto;
}

.Inquiry-list {
    display: flex;
    white-space: nowrap;
}

.Inquiry-list span {
    width: 105px;
    text-align: right;
}

.Company-group {
    font-weight: 600;
    text-align: center;
    margin-bottom: 50px;
}

.Company-group strong {
    display: block;
    font-size: 18px;
    font-weight: 700;
}

.Company-group address {
    font-weight: normal;
}

.Company-group a {
    color: var(--primary-color);
    text-decoration: underline;
}

.date {
    display: block;
    width: 1024px;
    margin: 0 auto 10px auto;
    font-size: 14px;
    text-align: right;
}
