@charset "utf-8";

#home .footer {
    margin-bottom: 50px;
    min-height: 1px;
}
textarea.auto_height {
    resize: none;
}
#mypage_title *,
#mypage_main *,
#mypage_footer_wrap * {
    color: #877b7a;
    font-family: Arial, Meiryo, sans-serif;
}
#mypage_title {
    margin: 0 auto;
    width: calc(100% - 16px);
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    background-color: #fff;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
/* ↓2021/12/20 */
#mypage_favorite * {
    color: #877b7a;
    font-family: Arial, Meiryo, sans-serif;
}
#mypage_favorite {
    margin: 0 auto;
    width: calc(100% - 16px);
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    background-color: #fff;
    border-top: 1px solid #ccc;
}
/* ↑2021/12/20 */
#mypage_main .none {
    padding: 10px 20px;
    color: #877b7a;
    font-size: 13px;
    background-color: #fff;
}
#mypage_main .profile_pic {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% top;
}
#mypage_footer_wrap {
    position: relative;
    width: 100%;
    /*height: 50px;*/
    box-sizing: border-box;
}
#mypage_footer_base {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    z-index: 95;
}
#mypage_footer_base.fixed {
    position: fixed;
    bottom: 0;
}
#mypage_footer_menu {
    width: 100%;
    height: 50px;
    background-color: #fff;
    border-top: 1px solid #e7e7e7;
    box-sizing: border-box;
    z-index: 95;
}
#mypage_footer_menu ul {
    width: 100%;
    display: flex;
    list-style: none;
}
#mypage_footer_menu ul li {
    position: relative;
    text-align: center;
}
#mypage_footer_menu ul li a {
    display: block;
    padding: 10px 0 0;
    height: 50px;
    color: #877b7a;
    font-size: 11px;
    text-decoration: none;
    box-sizing: border-box;
}
#mypage_footer_menu ul li a:active {
    color: #877b7a !important;
    background-color: #fff !important;
}
#mypage_footer_menu ul li a .img_base {
    position: relative;
    display: inline-block;
}
#mypage_footer_menu ul li a .menu_img {
    width: 20px;
    height: 20px;
}
#mypage_footer_menu ul li a .menu_text {
    line-height: 20px;
}
#mypage_footer_menu ul li a.on .menu_text {
    color: #e72b4d;
}
#mypage_footer_menu ul li .img_base .talk_cnt {
    position: absolute;
    top: -5px;
    right: -10px;
    padding: 1px 2px;
    /* ↓2021/03/09 */
    /*
    min-width: 16px;
    height: 15px;
    line-height: 14px;
    */
    width: 16px;
    height: 16px;
    line-height: 16px;
    /* ↓2021/03/09 */
    color: #fff;
    font-size: 10px;
    background-color: transparent;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    box-sizing: border-box;
}
#mypage_footer_menu ul li .img_base .talk_cnt:not(:empty) {
    background-color: #f00;
}
#mypage_footer_menu ul li:first-child:nth-last-child(1), #mypage_footer_menu ul li:first-child:nth-last-child(1) ~ li {
    width: 100%;
}
#mypage_footer_menu ul li:first-child:nth-last-child(2), #mypage_footer_menu ul li:first-child:nth-last-child(2) ~ li {
    width: 50%;
}
#mypage_footer_menu ul li:first-child:nth-last-child(3), #mypage_footer_menu ul li:first-child:nth-last-child(3) ~ li {
    width: 33%;
}
#mypage_footer_menu ul li:first-child:nth-last-child(4), #mypage_footer_menu ul li:first-child:nth-last-child(4) ~ li {
    width: 25%;
}
#mypage_footer_menu ul li:first-child:nth-last-child(5), #mypage_footer_menu ul li:first-child:nth-last-child(5) ~ li {
    width: 20%;
}
@media screen and (max-width:360px) {
    #mypage_footer_menu ul li a {
     font-size: 10px;
    }
}
@media screen and (max-width:330px) {
    #mypage_footer_menu ul li a {
     font-size: 9px;
    }
}
#mypage_main .more_link {
    margin: 10px 0;
    width: 100%;
    text-align: center;
}
#mypage_main .more_link a {
    display: inline-block;
    width: Calc(100% - 40px);
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    text-align: center;
    border: 2px solid #ccc;
}
#mypage_main .sub_item_title {
    margin: 0 auto;
    width: calc(100% - 16px);
    /* ↓2021/02/26 */
    /*height: 30px;*/
    /*line-height: 30px;*/
    height: 40px;
    line-height: 40px;
    /* ↑2021/02/26 */
    background-color: #fff;
    border-top: 1px solid #ccc;
}
#mypage_main .sub_item_title ul {
    font-size: 0;
}
#mypage_main .sub_item_title li {
    position: relative;
    display: inline-block;
    /* ↓2021/02/26 */
    /*height: 30px;*/
    height: 40px;
    /* ↑2021/02/26 */
    vertical-align: top;
}
#mypage_main .sub_item_title .title_left {
    width: 40px;
}
#mypage_main .sub_item_title .title_center {
    width: calc(100% - 80px);
    font-size: 12px;
}
#mypage_main .sub_item_title .title_right {
    width: 40px;
    text-align: center;
}
#mypage_main .sub_item_title .title_right a {
    display: inline-block;
    width: 100%;
    /* ↓2021/02/26 */
    /*height: 30px;*/
    height: 40px;
    /* ↑2021/02/26 */
}
#mypage_main .sub_item_title .title_left img,
#mypage_main .sub_item_title .title_right img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#mypage_main .sub_item_title .title_right a:active {
    background-color: #fff !important;
}
#mypage_main .sub_item_title .title_right .accordion img {
    width: 12px;
}
#mypage_main .sub_item_title .title_right .accordion.close img {
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg);
}
/* ↓2021/12/08*/
/* ↓ 2023/03/31 削除ボタンデザイン */
.application-balloon-close {
    top: -125px;
    right: 4px;
    z-index: 2;
}
.close-btn-js{
    opacity: 0;
}
.js-applicationBalloon {
    opacity: 1;
}
/* ↑ 2023/03/31 削除ボタンデザイン */
.sns_set_link{
    position: fixed;
    bottom: 44px;
    right: 4px;
}
.sns_set_link img{
    width: 56px;
}
/* ↑2021/12/08*/
