.contents {
    width: 100%;
    margin: 0 auto;
}

.section {
    width: 100%;
    padding: 3rem min(8.57%, 100px);
}

@media (max-width: 767.98px){
    .section {
        padding: 3rem min(5.3%, 20px);
    }
}

.section-inner {
    width: 100%;
    max-width: 1166px;
    margin: 0 auto;
}

.section strong {
    font-size: 1.25em;
}

.section h2 {
    color: #5F2E2A;
    font-size: clamp(1.8rem, 3.5vw, 2.5rem);
    
    line-height: 1.4;
    margin: 0 auto 3rem;
    padding-bottom: 1px;
    position: relative;
}

@media (max-width: 767.98px){
    .section h2 {
        font-size: 1.375rem;
    }
}

.section h2::after {
    content: "";
    width: 100vw;
    height: 1px;
    background-color: #5F2E2A;
    position: absolute;
    bottom: 0;
    right: 0;
}

.section p {
    font-size: 1.25rem;
    margin: 0 0 1em;
}

@media (max-width: 767.98px){
    .section p {
        font-size: .9375rem;
    }
}

.section ul {
    font-size: 1.25rem;
    margin: 1em;
}

@media (max-width: 767.98px){
    .section ul {
        font-size: .9375rem;
    }
}

.section img {
    vertical-align: bottom;
    width: auto;
    max-width: 100%;
}


/* #section_1 */
.l-mv {
    width: 100%;
    padding: 3rem min(8.57%, 100px);
}

@media (max-width: 767.98px){
    .l-mv {
        padding: 3rem min(5.3%, 20px) 1.5rem;
    }
}

.l-mv h1 {
    font-size: 0.1rem;
    line-height: 1;
    width: 100%;
    max-width: 1166px;
    margin: 0 auto;
}

.l-mv img {
    vertical-align: bottom;
    max-width: 103.17%;
    margin-left: -3.17%;
}


@media (max-width: 767.98px){
    .l-mv img {
        max-width: 108.17%;
        margin-left: -8.17%;
    }

    .l-mv h1 {
        margin-bottom: 0;
    }
}


/* #section_2 */
#section_2 .section-inner {
    max-width: 966px;
}

#section_2 p {
    line-height: 2.4;
}

#section_2 .anchor-link {
    display: flex;
    align-items: center;
}

@media (max-width: 767.98px){
    #section_2 .anchor-link {
        flex-direction: column;
    }
}

#section_2 .anchor-link nav {
    flex-basis: 50%;
    padding: 2em;
    background-color: #FBFBFB;
}

@media (max-width: 767.98px){
    #section_2 .anchor-link nav {
        width: 100%;
        flex-basis: 100%;
        order: 2;
    }
}

#section_2 .anchor-link ul {
    margin: 0;
    padding: 0;
}

#section_2 .anchor-link li {
    margin-bottom: .4em;
}

#section_2 .anchor-link li:last-child {
    margin-bottom: 0;
}

#section_2 .anchor-link a {
    color: #333;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .4em 0;
    position: relative;
    border-bottom: solid 1px #464646;
}

#section_2 .anchor-link a::after {
    content: "";
    width: .7em;
    height: .7em;
    margin-right: .4em;
    border-bottom: solid 1px #464646;
    border-right: solid 1px #464646;
    transform: rotate(45deg);
}

#section_2 .anchor-link div {
    flex-basis: 50%;
    text-align: center;
    margin-bottom: 2rem;
}


@media (max-width: 767.98px){
    #section_2 .anchor-link div {
        max-width: 177px;
    }
}


/* #section_3 */
#section_3 {
    padding: 0;
    position: relative;
    overflow: hidden;
}

#section_3 .section-inner {
    max-width: 966px;
}

#section_3 #toraripi > h2{
    font-size: clamp(1.4rem, 2.4vw, 1.85rem);
}

#section_3 h3 {
    font-weight: normal;
}

#section_3 .bg-block {
    padding: 3rem min(8.57%, 100px);
}

@media (max-width: 767.98px){
    #section_3 .bg-block {
        padding: 3rem min(5.3%, 20px);
    }
}

#section_3 .bg-color {
    background-color: #F9F9F2;
}

#section_3 .mutualfund-table {
    margin: 3em 0;
    overflow: hidden;
    position: relative;
    border: solid 1px #707070;
    border-radius: 8px;
}

#section_3 table {
    font-size: 1.25rem;
    margin: -1px;
    overflow: hidden;
}

#section_3 th {
    text-align: center;
    vertical-align: middle;
    width: 25%;
    min-width: 10em;
    padding: 1.5em;
    border: solid 1px #707070;
}

@media (max-width: 767.98px){
    #section_3 th {
        font-size: 1rem;
        width: 20%;
        min-width: 8em;
        padding: 1.5em .5em;
    }
    
}

#section_3 td {
    vertical-align: middle;
    padding: 1.5em;
    border: solid 1px #707070;
}

@media (max-width: 767.98px){
    #section_3 td {
        font-size: .8125rem;
        padding: 1.5em .5em;
    }   
}

#section_3 td ul {
    margin: 0;
}

#section_3 td li {
    text-indent: -1em;
    padding-left: 1em;
}

#section_3 td li::before {
    content: "\030FB";
}

#section_3 tr:nth-child(1) th {
    background-color: #F4FFE8;
}

#section_3 tr:nth-child(1) td {
    background-color: #FCFFF9;
}

#section_3 tr:nth-child(2) th {
    background-color: #FFE8EF;
}

#section_3 tr:nth-child(2) td {
    background-color: #FFF9FA;
}

#section_3 tr:nth-child(3) th {
    background-color: #E8F4FF;
}

#section_3 tr:nth-child(3) td {
    background-color: #F9FBFF;
}

#section_3 #mutual-fund h3 {
    font-size: 1.25rem;
}

@media (max-width: 767.98px){
    #section_3 #mutual-fund h3 {
        font-size: .9375rem;
    }
}

#section_3 .mutualfund-table_badge {
    padding: 1.5em;
    position: relative;
}

#section_3 .mutualfund-table_badge img {
    width: 40px;
    height: auto;
    position: absolute;
    top: 10px;
    left: 10px;
}

@media (max-width: 767.98px){
    #section_3 .mutualfund-table_badge img {
        width: 28px;
    }
    
}

#section_3 .mutualfund-table_bg {
    position: relative;
}

#section_3 .mutualfund-table_bg::before {
    content: "";
    width: 115%;
    height: 125%;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 767.98px){
    #section_3 .mutualfund-table_bg::before {
        height: 115%;
    }
}

#section_3 .mutualfund-table_bg .mutualfund-table {
    margin: 5em 0;
}

@media (max-width: 767.98px){
    #section_3 .mutualfund-table_bg .mutualfund-table {
        margin: 4em 0;
    }
}


#section_3 #fx h3 {
    font-size: 1.25rem;
    margin-top: 3rem;
}

@media (max-width: 767.98px){
    #section_3 #fx h3 {
        font-size: .9375rem;
    }
}

#section_3 #fx picture {
    display: block;
    margin: 4rem 0;
}

#section_3 #toraripi picture {
    text-align: center;
    margin: 4rem auto;
    display: block;
    position: relative;
}

#section_3 #toraripi .toraripi-img {
    text-align: center;
    margin: 3rem 0;
}

#section_3 #toraripi .toraripi-img img {
    width: 166px;
    height: auto;
}

@media (max-width: 767.98px){
    #section_3 #toraripi .toraripi-img img {
        width: 108px;
    }

    #section_3 #toraripi .toraripi-img:last-child {
        margin-bottom: 0;
    }
}


/* #section_4 */
#section_4 {
    background-color: #F9F9F2;
}

#section_4 .merit {
    margin-bottom: 1.5rem;
    padding: 2em;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    border-radius: 22px;
}

@media (max-width: 767.98px){
    #section_4 .merit {
        flex-direction: column;
        margin: 0 calc(50% - 50vw) 1.5rem;
        padding: 2em min(5.3%, 20px);
    }
}

#section_4 .merit div:first-child {
    flex-basis: 67%;
}

@media (max-width: 767.98px){
    #section_4 .merit div:first-child {
        flex-basis: 100%;
    }
}

#section_4 .merit .merit-img {
    text-align: center;
    flex-basis: 33%;
}

@media (max-width: 767.98px){
    #section_4 .merit .merit-img {
        flex-basis: 100%;
    }
}


#section_4 .merit .merit-img img {
    width: 90%;
    max-width: 294px;
}

@media (max-width: 767.98px){
    #section_4 .merit .merit-img img {
        max-width: 230px;
    }
}

#section_4 .merit h3 {
    font-size: 1.875rem;
    font-size: clamp(1.6rem, 2.8vw, 1.875rem);
    margin-bottom: .8em;
}

@media (max-width: 767.98px){
    #section_4 .merit h3 {
        font-size: 1.25rem;
        text-align: center;
    }
}

#section_4 .merit p {
    margin-bottom: 0;
}

#section_4 .merit ul {
    margin: 1em 0;
}

#section_4 .merit li {
    font-weight: bold;
    text-indent: -1em;
    padding-left: 1em;
}

#section_4 .merit li::before {
    content: "・";
}

@media (max-width: 767.98px){
    #section_4 .merit:last-child .merit-img.sp {
        margin: 0 calc(50% - 50vw) 2rem;
    }
    #section_4 .merit:last-child .merit-img.sp img {
        width: 100%;
        max-width: 100%;
    }
}

#section_4 .merit:last-child .merit-img img {
    max-width: 100%;
}


#section_4 .merit div.sp {
    display: none;
}

@media (max-width: 767.98px){
    #section_4 .merit div.pc {
        display: none;
    }

    #section_4 .merit br.sp {
        display: inline;
    }

    #section_4 .merit div.sp {
        margin-bottom: 2rem;
        display: block;
    }
}


#section_4 > .caution-text {
    font-size: .9375rem;
    max-width: 966px;
    margin: 0 auto 1rem;
}


/* #section_5 */
#section_5 {
    padding: 5rem min(8.57%, 100px) 3rem;
}

@media (max-width: 767.98px){
    #section_5 {
        padding: 4rem min(5.3%, 20px) 3rem;
    }
}

#section_5 .section-inner {
    max-width: 966px;
}

#section_5 .section_5_img {
    text-align: center;
    margin: 4rem 0;
}

@media (max-width: 767.98px){
    #section_5 .section_5_img {
        margin: 3rem 0;
    }
}
#section_5 .section_5_img img {
    max-width: 280px;
}

@media (max-width: 767.98px){
    #section_5 .section_5_img img {
        max-width: 188px;
    }
}
 
.cv-btn {
    text-align: center;
}

.cv-btn p {
    font-weight: bold;
    margin-bottom: .6em;
}

.cv-btn a {
    word-break: break-all;
    white-space: inherit;
    display: block;
    width: 100%;
    max-width: 600px;
    font-size: 1.25rem;
    line-height: 1.5;
    font-weight: 400;
    text-decoration: none;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    margin-left: auto;
    margin-right: auto;
    padding: 1rem 1rem;
    position: relative;
    border-radius: 4px;
    border: 1px solid transparent;
    background-color: #f76200;
    border-color: #f76200;
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 15%), 0 1px 1px rgb(0 0 0 / 25%);
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.cv-btn a:hover {
    color: #fff;
    background-color: #d15300;
    border-color: #c44e00;
}

.mt-5em {
    margin-top: 5em !important;
}

.mb-6em {
    margin-bottom: 6em !important;
}

br.sp {
    display: none !important;
}

@media (max-width: 767.98px){
    br.sp {
        display: inline !important;
    }
}