@charset "utf-8";


/* ========================================
 *  個人投資家の皆さまへ
 * ======================================== */
.bg-gray {
    background-color: #f2f2f2;
}
@media screen and ( min-width: 768px ) {
    .fBox {
        display: flex;
        justify-content: center;
    }
}
#content .point li {
    border: 1px solid #ddd;
    text-align: center;
    box-shadow: 0px 0px 8px #ccc;
    border-radius: 5px;
    padding: 10px 20px 30px 20px;
}

#content .button-point {
    text-decoration: none;
}
#content .point-header {
    display: flex;
    height: 75px;
    margin-bottom: 10px;
    width: fit-content;
    justify-self: center;
    margin-left: -20px;
}
#content .point-header .title {
    width: 100%;
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 3px;
    align-content: center;
    margin-top: 15px;
    line-height: 1.2;
}
#content .button-point > div > img {
    height: 150px;
}
#content .point-footer {
    position: relative;
    margin-top: 15px;
    width: 70%;
    justify-self: center;
    height: 40px;
    background-color: #840018;
    align-content: center;
    color: white;
    border-radius: 50px;
    font-weight: 500;
    letter-spacing: 2px;
}
#content .point-footer::after {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    top: calc(50% - 9px);
    right: 8px;
    background-color: #fff;
    border-radius: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 8px;
    background-image: url(/assets/img/common/arrow02.png);
    transform: rotate(-90deg);
    border: none;
}
@media screen and ( min-width: 768px ) {
    #content .point li {
        width: calc(100% / 2.2);
    }
    #content .point li + li {
        margin-left: 18px;
    }
    #content .button-point:hover {
        opacity: 0.8;
    }
    #content .point-header .title {
        width: 200px;
    }
}
@media not all and ( min-width: 768px ) {
    #content .point li {
        width: 100%;
    }
    #content .point li + li {
        margin-top: 18px;
    }
    #content .button-point:active {
        opacity: 0.8;
    }
    #content .point-header .title {
        width: 180px;
    }
    #content .point-footer {
        font-size: 1rem;
    }
}
#content2 .point li {
    border: 1px solid #840018;
    text-align: center;
    box-shadow: 5px 5px 3px #ccc;
    border-radius: 5px;
}
#content2 .button-point {
    text-decoration: none;
    position: relative;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#content2 .button-point img {
    padding-bottom: 60px;
}
#content2 .point-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    justify-self: center;
    height: 70px;
    background-color: #E9E9E9;
    align-content: center;
    font-weight: 500;
    letter-spacing: 2px;
}
#content2 .point-footer::after {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    top: calc(50% - 9px);
    right: 8px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 8px;
    background-image: url(/assets/img/common/arrow02.png);
    transform: rotate(-90deg);
    border: none;
}
@media screen and ( min-width: 768px ) {
    #content2 .point li {
        width: calc(100% / 2.2);
        height: 350px;
    }
    #content2 .point li + li {
        margin-left: 18px;
    }
    #content2 .button-point:hover {
        opacity: 0.8;
    }
    #content2 .point-header .title {
        width: 200px;
    }
}
@media not all and ( min-width: 768px ) {
    #content2 .point li {
        width: 100%;
        height: 280px;
    }
    #content2 .point li + li {
        margin-top: 18px;
    }
    #content2 .button-point:active {
        opacity: 0.8;
    }
    #content2 .point-header .title {
        width: 180px;
    }
    #content2 .point-footer {
        font-size: 1rem;
    }
}
#content2 .btn-container {
    margin-top: 18px;
    justify-content: center;
}
#content2 .btnBox a {
    width: 100%;
    align-content: center;
    border-radius: 0;
    border: 1px solid #840018;
    box-shadow: 5px 5px 3px #ccc;
    border-radius: 5px;
    color: #840018;
    height: 70px;
    font-weight: 500;
    letter-spacing: 2px;
    font-size: 1rem;
}
#content2 .btnBox a::after {
    width: 18px;
    height: 18px;
    top: calc( 50% - 10px );
    background-color: #fff;
    border-radius: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 8px;
    background-image: url( /assets/img/common/arrow02.png );
    transform: rotate( -90deg );
    border: none;
}
@media screen and ( min-width: 768px ) {
    #content2 .btnBox {
        width: calc( 100% / 2.2 );
        margin-left: 18px;
    }
    #content2 .btnBox:first-child {
        margin-left: 0;
    }
}
@media not all and ( min-width: 768px ) {
    #content2 .btnBox {
        margin-top: 18px;
    }
}
#content3 {
    position: relative;
}
#content3 h4 {
    color: #840018;
    border-bottom: 1px solid #840018;
    margin-bottom: 20px;
    padding: 8px;
    letter-spacing: 5px;
    font-size: 1.4rem;
    text-align: center;
}
#content3 h4::after {
    content: "";
    position: absolute;
    width: 25px;
    height: 1px;
    background-color: #840018;
    transform: rotate(50deg);
    transform-origin: left center;
}
#content3 .fBox > div {
    text-align: center;
}
#content3 .link-container {
    position: relative;
}
#content3 li {
    transition: opacity 0.3s ease;
    display: inline-block;
    position: relative;
    padding: 0 0 0 16px;
}
#content3 li::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: #840018;
    position: absolute;
    left: 0;
    top: 10px;
}
#content3 a {
    text-decoration: none;
    color: inherit;
}
@media screen and ( min-width: 768px ) {
    #content3 .ele-sp {
        display: none;
    }
    #content3 .img-container {
        width: 35%;
    }
    #content3 .link-container {
        width: 45%;
    }
    #content3 h4::after {
        right: -8px;
        top: 35px;
    }
    #content3 ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        text-align: left;
        row-gap: 20px;
        padding: 10px;
    }
    #content3 li:nth-child(1) {
        order: 1;
    }
    #content3 li:nth-child(2) {
        order: 3;
    }
    #content3 li:nth-child(3) {
        order: 5;
    }
    #content3 li:nth-child(4) {
        order: 2;
    }
    #content3 li:nth-child(5) {
        order: 4;
    }
    #content3 li:nth-child(6) {
        order: 6;
    }
    #content3 a:hover {
        opacity: 0.8;
    }
}
@media not all and ( min-width: 768px ) {
    #content3 .ele-pc {
        display: none;
    }
    #content3 h4::after {
        right: 4px;
        top: 67px;
    }
    #content3 ul {
        display: flex;
        flex-direction: column;
        text-align: left;
        gap: 12px;
        margin-top: 10px;
        padding-left: 36px;
        font-size: 1rem;
    }
    #content3 li a:active {
        opacity: 0.8;
    }
}

/* === #sustainability === */
#sustainability > div {
    position: relative;
}
#sustainability ul {
    display: flex;
    justify-content: center;

}
#sustainability ul li {
    position: relative;
    display: block;
    letter-spacing: 2px;
    width: 100%;
}
#sustainability ul li a {
    transition: all 0.3s ease;
}
#sustainability ul li div {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba( 0, 0, 0, 0.3 );
    color: #fff;
    height: 100%;
    justify-content: center;
}
#sustainability ul li figure img {
    display: block;
    width: 100%;
}
#sustainability .link-container {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 45px;
}
#sustainability .link-btn {
    text-decoration: none;
    color: inherit;
    letter-spacing: 3px;
    position: relative;
    border-bottom: 1px solid #7e0017;
    padding: 0 25px 5px 3px;
}
#sustainability .link-btn::after {
    content: "";
    width: 15px;
    height: 15px;
    background: url( /assets/img/common/arrow01.png ) no-repeat 0 0 / 100% 100%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY( -50% );
}
@media screen and ( min-width: 768px ) {
    #sustainability ul li a:hover {
        opacity: 0.7;
    }
    #sustainability ul li div {
        font-size: calc( 18 / 16 * 1rem );
        line-height: 1.3;
        padding: 4px 16px;
    }
    #sustainability .link-btn:hover {
        opacity: 0.8;
    }
}
@media not all and ( min-width: 768px ) {
    #sustainability {
        margin-top: 48px;
    }
    #sustainability ul {
        flex-wrap: wrap;
    }
    #sustainability ul li {
        width: calc( 100% / 2 );
    }
    #sustainability ul li a:active {
        opacity: 0.7;
    }
    #sustainability ul li div {
        font-size: calc( 16 / 16 * 1rem );
        line-height: 1.2;
        padding: 4px 12px;
        letter-spacing: -0.02em;
    }
    #sustainability .link-btn:active {
        opacity: 0.8;
    }
}
#sustainability .btn-container {
    justify-content: center;
}
#sustainability .btnBox a {
    width: 100%;
    align-content: center;
    border-radius: 0;
    border: 1px solid #840018;
    box-shadow: 5px 5px 3px #ccc;
    color: #fff;
    height: 50px;
    font-weight: 500;
    letter-spacing: 2px;
    font-size: 1rem;
}
#sustainability .btnBox a::after {
    width: 18px;
    height: 18px;
    top: calc( 50% - 10px );
    background-color: #fff;
    border-radius: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 8px;
    background-image: url( /assets/img/common/arrow02.png );
    transform: rotate( -90deg );
    border: none;
}
@media screen and ( min-width: 768px ) {
    #sustainability .btn-container {
        padding: 24px 0;
    }
    #sustainability .btnBox {
        width: 40%;
        margin-left: 18px;
    }
    #sustainability .btnBox:first-child {
        margin-left: 0;
    }
}
@media not all and ( min-width: 768px ) {
    #sustainability .btnBox {
        margin-top: 12px;
    }
}