html, body {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.quantico-regular {
    font-family: "Quantico", sans-serif;
    font-weight: 400;
    font-style: normal;
}
  

/* * {
    outline: 2px solid blue;
} */

/* --ヘッダー-- */
.border-bottom-header {
    border-bottom: 1px solid #c02;
    width: 100%;
    position: relative; /* ::after を位置指定するために relative を追加 */
}
.header-bg {
    display: none;
}
.header-bg-sp {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 65px;
}
/* ロゴ */
.logo-img-r,
.logo-img-l {
    display: none;
}
.logo-img {
    height: 54px;
}
@media (min-width: 600px) {
    header {
        height: 82px;
    }
    .site-content {
        max-width: 990px;
        width: 100%;
        padding-right: var(--bs-gutter-x, .75rem);
        padding-left: var(--bs-gutter-x, .75rem);
        margin-right: auto;
        margin-left: auto;
    }
    .header-bg-sp {
        display: none;
    }
    .header-bg {
        display: flex;
        justify-content: space-between;
        align-items: center;
        max-width: 990px;
        width: 100%;
        height: 80px;
        padding-right: var(--bs-gutter-x, .75rem);
        padding-left: var(--bs-gutter-x, .75rem);
        margin-right: auto;
        margin-left: auto;
    }
    /* ロゴ */
    .logo-img-r {
        display: block;
        margin-left: 21px;
        width: 170px;
    }
    .logo-img-l {
        display: block;
        width: 168px;
    }
}

/*TOPに戻るボタン*/
.top-btn-content {
    z-index: 1000;
}
.top-btn-content .top-btn {
    position: fixed;
    bottom: 10px;
    right: 10px;
}
.top-btn{
    background: white;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    text-decoration: none;
    font-size: 10px;
    text-align: center;
    padding: 0;
}
.top-btn-top {
    border: 2px solid #cc0022;
    color: #cc0022;
}
.top-btn-ideco {
    border: 2px solid #00B0F0;
    color: #00B0F0;
}
.top-btn-operation {
    border: 2px solid #FE9751;
    color: #FE9751;
}
.top-btn-nenkin {
    border: 2px solid #FFAE00;
    color: #FFAE00;
}
.top-btn-lump_sum {
    border: 2px solid #44831b;
    color: #44831b;
}
@media (min-width: 600px) {
    /* TOPに戻るボタン */
    .top-btn-content .top-btn {
        position: fixed;
        bottom: 20px;
        right: calc((100% - 990px) / 2 + 1%);
    }
    .top-btn{
        width: 72px;
        height: 72px;
        font-size: 12px;
        padding: 4px;
        margin-right: 20px;
    }
    .top-btn-top {
        border: 3px solid #cc0022;
    }
    .top-btn-ideco {
        border: 3px solid #00B0F0;
    }
    .top-btn-operation {
        border: 3px solid #FE9751;
    }
    .top-btn-nenkin {
        border: 3px solid #FFAE00;
    }
    .top-btn-lump_sum {
        border: 3px solid #44831b;
    }
}
/* --ヘッダー-- */


/* --共通デザイン-- */

/* マイページログインボタン */
.mypage-text {
    font-size: 0.8rem;
}
.mypage-text-small {
    font-size: 0.6rem;
}
.mypage-btn {
    border-radius: 50px;
    background-color: #fde6e9;
    width: 100%;
}
.mypage-text-detail {
    margin: 0 5%;
    padding: 0 1rem;
    font-size: 0.9rem;
}
@media (min-width: 600px) {
    .mypage-text, .mypage-btn {
        font-size: 1.5rem;
        padding: 0.4rem 2rem;
    }
    .mypage-text-small {
        font-size: 0.8rem;
    }
    .mypage-btn {
        width: 60%;
    }    
}

/* iDeCoの申し込みボタン */
.heading-applicate-ideco {
    position: relative;
    margin-bottom: 60px;
}
@media (min-width: 600px) {
    .heading-applicate-ideco {
        margin-bottom: 72px;
    }
}

/* オサムの位置調節 */
.osamu-img {
    position: absolute;
    bottom: -65px;
    left: 165px;
    width: 169px;
    height: 94px;
    z-index: -100;
}
@media (max-width: 560px) {
    .osamu-img {
        bottom: -65px;
        left: 10px;
        width: 135px;
        height: 75px;
    }
}

.guides-title{
    text-align: center;
}

.guides {
    display:block;
}
.bi-exclamation-triangle {
    font-size: 2.5rem;
}
.exclamation-text {
    font-size: 1rem;
}
.online-guides {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 96%;
    background-color: #ffeca9;
    border: 4px solid;
    border-color: #d35454;
    border-radius: 10px;
    margin: 0 2% 5% 2%;
    padding: 10px;
}
.claim-guides {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 96%;
    background-color: #ffffff;
    border: 4px solid;
    border-color: #d35454;
    border-radius: 10px;
    margin: 0 2% 5% 2%;
    padding: 10px;
}
.online-balloon {
    width: 150px;
    display: inline-block;
    padding: 7px 10px;
    border-radius: 50px;
    color: #ffffff;
    font-size: 13px;
    background: #d35454;
    right: -10%;
    left: 50%;
}
.online-balloon:before {
    content: "";
    position: absolute;
    top: 90%;
    left: 50%;
    margin-left: -10px;
    border: 8px solid transparent;
    border-top: 10px solid #d35454;
} 
.online-balloon p {
    margin: 0;
    padding: 0;
}
.online-guides-text1,
.claim-guides-text1,
.claim-guides-text2 {
    font-size: 1.3rem;
    margin: 0;
    flex-grow: 1;         /* テキストが中央に来るように */
    text-align: center;   /* テキストを中央揃え */
}
.online-img {
    width: 68px;
    height: 49px;
}
.claim-img {
    width: 40px;
    height: 52px;
    margin-left: 10px;
}
.claim-button, .online-button {
    font-size: 1rem;
    border: 2px solid #d35454;
    background-color: #d35454;
    margin: 4% 0 2% 0;
}

@media (min-width: 600px) {
    /* iDeCo申し込みボタンPC */
    .guides-title {
        font-size: 1.2rem;
    }
    .guides {
        display: flex;
        justify-content: center;
    }
    .online-guides,
    .claim-guides {
        width: 45%;
        padding: 0 2%;
    }
    .online-guides {
        margin: 0 2% 5% 5%;
    }
    .claim-guides {
        margin: 0 5% 5% 2%;
    }
    .online-guides-text1,
    .claim-guides-text1,
    .claim-guides-text2 {
        font-size: 1.5rem;
    }
    .online-img {
        width: 90px;
        height: 68px;
        margin-top: 10px;
    }
    .claim-img {
        width: 50px;
        height: 60px;
    }
    .online-button,
    .claim-button {
        border: 3px solid #d35454;
        margin: 4% 0;
    }
    .online-balloon {
        right: -6px;
    }
}

/* 注意書き */
.warning-size {
    font-size: 0.7rem;
    padding: 0 10px;
}
@media (width: 600px) {
    .warning-size {
        font-size: 0.9rem;
    }
}

/* --共通デザイン-- */


/* --フッター-- */
.copyright {
    font-size: 72%;
}
.footer-content-sp {
    height: 65px;
    padding: 10px 15px;
    display: flex;
    justify-content: center;
}
.footer-content-pc {
    display: none;
}

/* PC */
@media (min-width: 600px) {
    .copyright {
        max-width: 990px;
        width: 100%;
        padding-right: var(--bs-gutter-x, .75rem);
        padding-left: var(--bs-gutter-x, .75rem);
        margin-right: auto;
        margin-left: auto;
    }
    .footer-content-pc {
        padding: 10px 21px;
        font-size: 100%;
        display: block;
        display: flex;
        justify-content: space-between;
    }
    .footer-content-sp {
        display: none;
    }
}
/* --フッター-- */