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

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@1,700&display=swap');

:root {
    --primary-color: #007CB5;
    --secondary-color: #F1F7FC;
    --link-color: #00A0E9;
}

.en {
    font-family: 'Montserrat', sans-serif;
}

.contents {
}

/*================================================
タイトル
================================================*/
.Main__visual {
    background-image: url(/attending/insurance/common/images/pattern_keyvis-bg.svg);
    background-position: center;
    background-size: 30px;
    margin-bottom: 50px;
    overflow: hidden;
}

.Main__visual-inner {
    position: relative;
    width: 1024px;
    min-width: 1024px;
    height: 250px;
    margin: 0 auto;
}

/*================================================
見出し
================================================*/
.Sec__ttl {
    position: relative;
    font-size: 31px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 50px;
    z-index: 5;
}

.Sec__ttl::before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    background-color: var(--primary-color);
    width: 50px;
    height: 3px;
}

.Sec__subttl {
    font-size: 20px;
    font-weight: 600;
    color: var(--primary-color);
    text-align: center;
    margin-bottom: 30px;
}

/*================================================
パーツ
================================================*/
.Btn-common {
    border: solid 2px var(--link-color);
    border-radius: 8px;
    background-color: #fff;
    overflow: hidden;
    transition: opacity .3s;
}

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

.Btn-common02 {
    border: solid 2px #EE6D8D;
    border-radius: 8px;
    background-color: #fff;
    overflow: hidden;
    transition: opacity .3s;
}

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

.Indented-common {
    padding-left: 1em;
    text-indent: -1em;
}

.Btn-gorup__panflet {
    display: flex;
    justify-content: center;
    width: 1024px;
    height: auto;
    margin: 0 auto;
}

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

.Btn-panflet__item:not(:last-child) {
    margin-right: 20px;
}

.Btn-link__panflet {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 18px 13px;
    background-image: url(/attending/insurance/common/images/bg-btn.svg);
    background-size: 100%;
    background-position: bottom center;
    background-repeat: no-repeat;
    color: var(--link-color);
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.03em;
    line-height: 1.3;
    box-shadow: 0 1rem 1rem -1rem rgb(0 0 0 / 30%);
    white-space: nowrap;
}

.Btn-link__panflet::before,
.Btn-link__panflet::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
}

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

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

.Btn-link__panflet small {
    font-size: 14px;
}

.Btn-link__panflet span {
    display: block;
    margin-top: 5px;
    font-size: 14px;
}

.Btn-link__panflet .Caption {
    color: #333;
    font-size: 12px;
    font-weight: 600;
    margin-top: 10px;
}

.Btn-link__panflet .Caption_small {
    color: #333;
    font-size: 10px;
    font-weight: 600;
    margin-top: 10px;
}

.Btn-link__panflet02 {
	color: #EE6D8D;
	background-image: url(/attending/insurance/common/images/bg-btn02.svg);
}

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