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

.contents {
}

/*================================================
タイトル
================================================*/

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

.Main__visual-heading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60.16%;
}

/*================================================
contents
================================================*/
.Page__link-items {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.Page__link-item {
    width: calc(100% / 3 - 20px);
}

.Page__link {
    display: flex;
    flex-direction: column;
    color: var(--link-color);
    font-size: 18px;
    font-weight: 600;
    box-shadow: 0 1rem 1rem -1rem rgb(0 0 0 / 30%);
}

.Page__link::before {
    content: "";
    width: 100%;
    height: 117px;
    background-size: cover;
}

.Page__link.kokunai::before {
    background-image: url('/attending/insurance/images/img_page-link01.png');
}

.Page__link.kaigai::before {
    background-image: url('/attending/insurance/images/img_page-link02.png');
}

.Page__link.cancel::before {
    background-image: url('/attending/insurance/images/img_page-link03.png');
}

.Page__link-txt {
    position: relative;
    padding: 20px;
    line-height: 1;
}

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

.Page__link-txt::before {
    width: 20px;
    height: 20px;
    right: 20px;
    background: var(--link-color);
    border-radius: 50%;
    transform: translateY(-50%);
}

.Page__link-txt::after {
    width: 6px;
    height: 6px;
    right: 28px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translateY(-50%) rotate(45deg);
}

.Idx__background-01 {
    background-color: var(--secondary-color);
    border-radius: 10px;
    margin-bottom: 40px;
    padding: 40px;
}

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

.Idx__background-02:not(:first-of-type) {
    margin-top: 20px;
}

.Idx-heading {
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 10px;
}

.Idx-list {
    text-indent: -1em;
    padding-left: 1em;
}

.Idx-list:not(:last-child) {
    margin-bottom: 10px;
}

.Idx-caution {
    margin-top: 10px;
    padding-left: 1em;
}

.Btn-group__index {
    width: 570px;
    margin: 0 auto 40px;
}

.Btn-link__index {
    position: relative;
    display: block;
    background-image: url(/attending/insurance/common/images/bg-wave.svg);
    background-size: 100%;
    background-position: bottom center;
    background-repeat: no-repeat;
    color: var(--link-color);
    font-size: 18px;
    font-weight: 600;
    padding: 25px 20px;
    box-shadow: 0 1rem 1rem -1rem rgb(0 0 0 / 30%);
}

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

.Btn-link__index::before {
    width: 20px;
    height: 20px;
    right: 10px;
    background: var(--link-color);
    border-radius: 50%;
    transform: translateY(-50%);
}

.Btn-link__index::after {
    width: 6px;
    height: 6px;
    right: 18px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translateY(-50%) rotate(45deg);
}

.Footnote {
    margin-bottom: 40px;
    font-size: 14px;
    text-align: right;
}

.date {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: center;
}
