body {
    background: #EEF5FE;
}

.friend-mv {
    /* margin-top: 8px;
    margin-bottom: 24px; */
}

.friend-mv img {
    margin: 0;
}

.friend__inner {
    width: 100%;
    padding: 33px 10px 36px;
}

.friend_box {
    font-size: 18px;
    font-weight: bold;
    background: #FFFFFF;
    border-radius: 8px;
    margin: 1em;
    padding: 1em;
    text-align: center;
}

.friend__subtitle {
    text-align: center;
    font-size: 26px;
    color: #2470D2;
    font-weight: 800;
    letter-spacing: 0.4em;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
}

.friend-link {
    background: #fff;
    padding: 36px 28px;
}

.friend_title {
    color: #2471d2;
}

.friend__bottomLine {
    width: 148px;
    margin: -5px auto 0;
}

.friend_number {
    background: #E3EFFE;
    border-radius: 10px;
    padding: 1em;
    margin-bottom: 1em;
}

.balloon_friend {
    width: 75%;
    margin: 0 auto;
}

.balloon_friend img {
    margin-bottom: 7px;
}

.friend_image_box {
    display: flex;
    justify-content: space-between;
}

.friend_image_box div {
    margin: 0 3px;
}

.friend_image_box img {
    width: 100%;
}

.howto_friend_step {
    margin: 1em;
}

.tab {
    height: 46px;
    display: flex;
    justify-content: center;
    margin-top: 8px;
}

.tab button {
    border: none;
    outline: none;
    cursor: pointer;
    float: left;
    width: 153px;
    height: 100%;
    font-weight: 700;
    font-size: 17.9px;
    line-height: 27px;
    color: #fff;
    border-radius: 10px 10px 0 0;
    margin: 0 3px;
}

/* 
.tab button:hover {
    background-color: #ddd;
}

.tab button.active {
    background-color: #ccc;
} */

.tabTitle1 {
    background: #19B7DA;
}

.tabTitle2 {
    background: #FF729C;
}

.tabcontent {
    position: relative;
    display: none;
    padding: 46px 48px 69px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.tabcontent.active {
    display: block;
}

.tabcontent1 {
    border: 6px solid #19B7DA;
    background: #D8F4FB;
    border-radius: 10px;
}

.tabcontent2 {
    border: 6px solid #FF729C;
    background: #FFE7EE;
    border-radius: 10px;
}

.swiper-container {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    bottom: 0;
    content: "" !important;
    height: 0;
    margin: auto;
    position: absolute;
    top: 0;
    width: 0;
}

.swiper-button-prev::after {
    width: 15px;
    height: 15px;
    border-bottom: 5px solid #ADADAD;
    border-left: 5px solid #ADADAD;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.swiper-button-next::after {
    width: 15px;
    height: 15px;
    border-top: 5px solid #ADADAD;
    border-right: 5px solid #ADADAD;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.swiper-slide img {
    margin: 0;
}

.swiper-button-prev.swiper-button-disabled {
    opacity: 0 !important;
}

.swiper-button-next.swiper-button-disabled {
    opacity: 0 !important;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 32px !important;
}

.footer-section {
    padding: 33px 12px 18px;
    background: #fff;
}

.footer-title {
    width: 233px;
    margin: 0 auto;
}

.footer-title img {
    margin: 0;
}

.footer-chara {
    width: 167px;
    height: auto;
    margin: 0 auto;
}

.footer-chara img {
    width: 100%;
    height: 100%;
    margin-bottom: -8px;
}

.friend-link--footer {
    padding: 0 18px;
}

.footer-subtitle {
    margin-top: 36px;
}

.footer-team {
    margin: 4px 0 0 0;
    padding: 12px 14px 12px 34px;
    width: 100%;
    height: 400px;
    overflow: scroll;
    border: 1px solid #898989;
    /* border-radius: 5px; */
}

.footer-team li {
    position: relative;
    font-size: 13px;
    line-height: 1.5;
}

.footer-team li span {
    position: absolute;
    top: 0;
    left: -22px;
}

.qa {
    height: auto;
    border: none;
    border-radius: 5px;
    background: #eef5fe;
    padding: 1em 1.5em;
    overflow: auto;
}

.faq-container {
    border-bottom: 1px solid #ccc;
    padding: 15px 0;
}

.faq-container:last-child {
    border-bottom: none;
}

.material-icons {
    font-size: 24px;
    margin-right: 8px;
    color: #2570d2;
}

.faq-question {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    color: #2570d2;
}

.faq-answer {
    font-size: 14px;
}