@charset "UTF-8";
/* insurance/kokunai/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/kokunai/images/BP21-015295_BP22-006625_PG19-086176_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/kokunai/images/il_keyvis.svg);
    background-repeat: no-repeat;
    width: 194px;
    height: 108px;
}

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

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

.Kokunai__background-02 {
    background-color: #FAFAFA;
    margin: 20px 0 80px;
    padding: 40px;
}

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

.Kokunai-top__caption-01 {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    color: var(--link-color);
    margin-bottom: 30px;
}

.Kokunai-top__caption-02 {
    text-align: center;
    margin-bottom: 50px;
}

.Btn-group__kokunai {
    display: flex;
    justify-content: space-between;
    width: 500px;
    height: auto;
    margin: 0 auto 30px;
}

.Btn-kokunai__item {
    display: flex;
    width: calc(100% / 2 - 20px);
}

.Btn-kokunai__link {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-weight: 600;
    color: var(--link-color);
    text-align: center;
    padding: 35px 0 50px;
    box-shadow: 0 1rem 1rem -1rem rgb(0 0 0 / 30%);
    overflow: hidden;
}

.Btn-kokunai__link::before {
    content: '';
    position: absolute;
    bottom: 10px;
    left: 50%;
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid var(--link-color);
    border-right: 2px solid var(--link-color);
    transform: translateX(-50%) rotate(135deg);
    z-index: 2;
}

.Btn-kokunai__link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: var(--secondary-color);
    width: 100%;
    height: 25px;
    z-index: 1;
}

.fallDown {
    position: relative;
}

.fallDown::before {
    content: '';
    display: block;
    position: absolute;
    top: -80px;
    left: calc(50% + 360px);
    display: block;
    width: 151px;
    height: 163px;
    background: url(/attending/insurance/kokunai/images/il_falldown00.svg) no-repeat center / contain;
}

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

.Example-dl {
    position: relative;
    width: calc(100% / 3 - 15px);
    border: solid 2px var(--primary-color);
    border-radius: 10px;
    background-color: #fff;
    padding: 40px 0 30px;
}

.Example-dl::before {
    content: "";
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    background-image: url(/attending/insurance/kokunai/images/icon-caution.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 50px;
    height: 51px;
}

.illust-01::after,
.illust-02::after,
.illust-03::after {
    content: "";
    position: absolute;
    bottom: -20px;
    right: -10px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
}

.illust-01::after {
    background-image: url(/attending/insurance/kokunai/images/il_falldown01.svg);
    width: 60px;
    height: 82px;
}

.illust-02::after {
    background-image: url(/attending/insurance/kokunai/images/il_falldown02.svg);
    width: 55px;
    height: 79px;
}

.illust-03::after {
    background-image: url(/attending/insurance/kokunai/images/il_falldown03.svg);
    width: 52px;
    height: 68px;
}

.illust-04::after {
    content: "";
    position: absolute;
    top: -30px;
    left: calc(50% - 205px);
    transform: translateX(-50%);
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(/attending/insurance/kokunai/images/il_falldown04.svg);
    width: 90px;
    height: 112px;
}

.Example-dl.Recommended {
    width: 100%;
}

.Example-dl.Recommended::before {
    content: none;
}

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

.Example-dd {
    padding: 0 40px;
}

.Example-dl.Recommended .Example-dt span {
    background-image: linear-gradient(transparent 60%, #FFF60A 0%);
}

.Title-group {
    text-align: center;
}

.Title-group .Caption {
    position: relative;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 10px;
}

.Title-group .Caption::before,
.Title-group .Caption::after {
    content: "";
    position: absolute;
    top: 50%;
    background-color: var(--primary-color);
    width: 2px;
    height: 24px;
}

.Title-group .Caption::before {
    left: -20px;
    transform: translateY(-50%) rotate(-35deg);
}

.Title-group .Caption::after {
    right: -20px;
    transform: translateY(-50%) rotate(35deg);
}

.Title-group {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 40px;
}

.il_falldown05 {
    position: relative;
}

.il_falldown05::before {
    content: "";
    position: absolute;
    bottom: -20px;
    right: -20px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(/attending/insurance/kokunai/images/il_falldown05.svg);
    width: 90px;
    height: 98px;
}

.Square {
    border: solid 2px var(--primary-color);
    background-color: #fff;
    padding: 8px;
}

.Square.fill {
    background-color: var(--primary-color);
    color: #fff;
}

.Check__list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-weight: 600;
}

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

.Check__list::before {
    content: "";
    display: block;
    background-image: url(/attending/insurance/kokunai/images/icon-check.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.Ckeck__list-em-txt {
    display: inline-block;
    color: var(--primary-color);
    line-height: 1.3;
    border-bottom: 2px solid var(--primary-color);
}

/* 保険料一覧 */
table {
    width: 1024px;
    margin-top: 50px;
    background-color: white;
}

td {
    padding: 10px;
    border: 1px solid #66a6c3;
    vertical-align: middle;
    font-size: 14px;
}

.th {
    font-weight: 600;
    letter-spacing: .04em;
}

.th1 {
    color: white;
    text-align: center;
    background-color: #007CB5;
}

.th2 {
    background-color: #C9E2F0;
    text-align: center;
}

.th3 {
    background-color: #F1F7FC;
}

.th4 {
    background-color: #fafafa;
}

td:not(.th) {
    text-align: right;
}

.unit {
    font-size: 12px;
}

.asterisk {
    font-size: 10px;
    font-weight: 400;
}

.vertical {
    text-align: center;
    line-height: 1.3;
    /* -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl; */
}

.horizontal {
    writing-mode: horizontal-tb;
}

td.center {
    text-align: center;
}

.Insurance-notice {
    font-size: 14px;
}

.Insurance-notice__list {
    font-size: 14px;
    padding-left: 1.5em;
    text-indent: -1.5em;
}

/* 補償内容 */
.Compensation-lead {
    text-align: center;
    line-height: 2;
    margin-bottom: 50px;
}

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

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

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

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

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

.Compensation-ttl {
    font-size: 20px;
    font-weight: 600;
    margin-top: -5px;
    margin-bottom: 20px;
}

.Compensation-lists {
    overflow: hidden;
}

.Compensation-list {
    float: left;
    border: solid 2px var(--primary-color);
    border-radius: 100px;
    background-color: var(--primary-color);
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin: 0 10px 10px 0;
    padding: 2px 12px;
}

.Compensation-list.etc {
    font-size: 14px;
    background-color: #fff;
    color: var(--primary-color);
}

.Compensation-caption {
    margin-bottom: 40px;
}

.Compensation-text {
    margin-bottom: 20px;
}

.Compensation-text span {
    display: block;
    font-size: 14px;
}

.Compensation-text span:first-child {
    margin-top: 10px;
}

.Compensation-text span:not(:last-child) {
    margin-bottom: 10px;
}

.Compensation-illst {
    margin-top: auto;
}

.Compensation-group.fill {
    background-color: var(--primary-color);
    border: var(--primary-color);
    width: 100%;
    color: #fff;
    padding: 80px 40px;
}

.Compensation-group:not(.fill) {
    margin-bottom: 20px;
}

.Compensation-group.fill strong {
    color: #fff;
}

.Compensation-group.fill .Compensation-heading {
    justify-content: center;
}

.Compensation-group.fill .Compensation-heading .Compensation-ttl {
    margin-bottom: 0;
}

.Btn-group__store {
    width: 570px;
    height: auto;
    margin: 0 auto 50px;
}

.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: 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: 10px;
    background: #fff;
    border-radius: 50%;
    transform: translateY(-50%);
}

.Btn-link__store::after {
    width: 6px;
    height: 6px;
    right: 18px;
    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;
}

.Kokunai-information {
    text-align: center;
    padding: 40px 0;
}

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

.date_box {
	width: 1024px;
	margin: 0 auto 10px auto;
}


.date {
    display: block;
    width: 244px;
    margin-left: auto;
    font-size: 14px;
    text-align: left;
}


/* 追加ボタン */


.Btn-group__kokunai__tab {
    display: flex;
    justify-content: space-between;
    width: 740px;
    height: auto;
    margin: 0 auto 30px;
}

.Btn-kokunai__item__tab {
    display: flex;
    width: calc(100% / 2 - 20px);
}

.Btn-kokunai__link__tab {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-weight: 600;
    color: var(--link-color);
    text-align: center;
    padding: 20px;
    box-shadow: 0 1rem 1rem -1rem rgb(0 0 0 / 30%);
    overflow: inherit;
}

.tab-content .Sec__subttl{
    margin-top: 35px;
    margin-bottom: 0px;
}
.tab-content table{
    margin-top: 10px;
}

.Btn-kokunai__link__tab.active {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-weight: 600;
    color: #fff;
    text-align: center;
    padding: 20px;
    box-shadow:none;
    border: solid 2px #007CB5;
    background: #007CB5;
}

.Btn-common.Btn-kokunai__link__tab.active:hover {
    opacity: 1;
}


.Btn-kokunai__link__tab.active::after {
    content: '';
    position: absolute;
    bottom: -12px;
    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%);

}

#anc_list{
    padding-top: 80px;
}

.tab-content span.Caption {
    position: relative;
    display: inline-block;
    font-size: 17px;
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 10px;
    color: #EE6D8D;
    margin-left: 3rem;
}

.tab-content span.Caption::before,
.tab-content span.Caption::after {
    content: "";
    position: absolute;
    top: 50%;
    background-color: #EE6D8D;
    width: 2px;
    height: 20px;
}

.tab-content span.Caption::before {
    left: -13px;
    transform: translateY(-50%) rotate(-35deg);
}

.tab-content span.Caption::after {
    right: -8px;
    transform: translateY(-50%) rotate(35deg);
}