@charset "UTF-8";

html {
    width: 100%;
    height: 100%;
}

body {
    width: 100%;
    max-width: 640px;
    height: 100%;
    margin: auto;
}

.v-application {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif!important;
}

@media screen and (max-width: 640px) {
    body {
        max-width: 100%;
    }
}

#app {
    width: 100%;
}
.v-main__wrap > #app{
    /*--背景画像使う場合コメントアウト--*/
    background: var(--v-background-base)!important;

    /*--単色の場合コメントアウト--*/
    /* background-image: url(../img/background.png);
    background-size: 100%;
    background-repeat: repeat-y;*/

    color: var(--v-font_main-base);
}
/*--lpページリセット用--*/
.v-main__wrap > #app.lp{
    background: initial!important;
    background-image: initial!important;
    color: initial!important;
}
#app.fs-b {
    font-size: 18px;
}

#app.lp,
#app.plain {
    background-image: none;
    color: #000;
    word-break: break-all;
}
#app.plain {
    white-space: pre-wrap;
}

img {
    width: 100%;
}

section {
    padding: 0 8px;
    font-size: 14px;
}
.fs-b section {
    font-size: 18px;
}
section.no_padding {
    padding: 0;
}
section:last-child {
    margin-bottom: 30px;
}
section p,
.base_text_style {
    line-height: 1.6;
    letter-spacing: 1px;
}

p+p {
    margin-top: 30px;
}
p.equality_margin {
    margin-top: 15px;
    margin-bottom: 15px;
}

.no_mb {
    margin-bottom: 0 !important;
}

.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

.header_underline {
    display: inline-block;
    position: relative;
    margin: 30px 0;
    color: var(--v-headline_second-base);
    font-size: 18px;
    letter-spacing: 2px;
    word-break: break-all;
}
.fs-b .header_underline {
    font-size: 23px;
}
.header_underline::after {
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    width: 80%;
    height: 1px;
    margin-top: 5px;
    margin-left: -40%;
    background-color: var(--v-headline_second-base);
}
.header_underline span {
    display: block;
    font-size: 12px;
}
.fs-b .header_underline span {
    font-size: 15px;
}
/* -----------------------------------*/
/* ボタン デザイン次第で変更必要 */
.btn {
    display: block;
    position: relative;
    width: 90%;
    line-height: 50px;
    margin: auto;
    font-size: 16px;
    text-align: center;
    color: var(--v-btn_main_font-base)!important;
    letter-spacing: 2px;
    background: var(--v-btn_main_bg-base);/*単色ならこちらを使用*/
    /* background: linear-gradient(var(--v-btn_main_gradation_first-base), var(--v-btn_main_gradation_second-base)); グラデーションならこちらを使用*/
    /* border: 2px solid #4f4f4f; */
    border-radius: 25px;
}
/* アロー不要の場合コメントアウト */
.btn.arrow::before{
    right: 20px;
}
.btn.arrow::before{
    border-top: 2px solid var(--v-btn_main_font-base);
    border-right: 2px solid var(--v-btn_main_font-base);
}
.fs-b .btn:not(:disabled) {
    font-size: 20px;
}
.btn.alpha {
    background-color: #D690B3;
}
button.btn:disabled {
    background-color: #aaa;
    color: #aaa;
}
button.btn:disabled::before {
    content: "\f110";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 15px;
    height: 100%;
    border-top: none!important;
    border-right: none!important;
    margin-left: -7.5px;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    color: #4f4f4f;
    z-index: 2;
    animation: r1 1s linear infinite;
}

@keyframes r1 {
    0%   { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.arrow{
    position: relative;
    padding-right: 12px;
}
.arrow::before{
    content: '';
    width: 11px;
    height: 11px;
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
    top: 50%;
    right: 0;
}
.arrow.link_main--text::before{
    border-top: 2px solid var(--v-link_main-base);
    border-right: 2px solid var(--v-link_main-base);
}
.arrow.link_sub--text::before{
    border-top: 2px solid var(--v-link_sub-base);
    border-right: 2px solid var(--v-link_sub-base);
}
.arrow.page_link--text::before{
    border-top: 2px solid var(--v-page_link-base);
    border-right: 2px solid var(--v-page_link-base);
}
.link_list {
    margin: 30px auto;
}
.link_list li {
    line-height: 3;
    margin-left: 32px;
    margin-right: 32px;
}

.text_center {
    text-align: center !important;
}
.text_right {
    text-align: right !important;
}
.text_left {
    text-align: left !important;
}

.pagination {
    overflow: hidden;
    width: 95%;
    margin: 20px auto;
}
.pagination li {
    float: left;
    width: 50%;
    line-height: 1.6;
}
.pagination li:only-child {
    width: 100%;
}
.pagination .prev {
    text-align: left;
}
.pagination .next {
    text-align: right;
}

.notice {
    position: relative;
    margin-left: 15px;
    line-height: 1.6;
    letter-spacing: 1px;
}
.notice::before {
    display: inline-block;
    content: "\203B";
    position: absolute;
    top: 0;
    left: -15px;
}

.annotation {
    padding: 10px;
    color: var(--v-font_annotation-base);
    background: var(--v-caution-base);
}
.annotation h4 {
    position: relative;
    padding-left: 16px;
    margin-bottom: 4px;
    letter-spacing: 1px;
}
.annotation h4 .v-icon{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-size: 14px;
}
.annotation p {
    font-size: 12px;
}
.fs-b .annotation p {
    font-size: 15px;
}

.support {
    margin-bottom: 0 !important;
    padding: 8px 8px 30px;
    background-color: var(--v-footer_bg-base);
}
.support .btn {
    margin-top: 5px;
}

.telephone {
    display: inline-block;
    position: relative;
    padding-left: 38px;
    font-size: 26px;
}
.fs-b .telephone {
    font-size: 33px;
}

/* -----------------------------------*/
/* テーブル */
.table th {
    font-weight: normal;
}
.table.radius {
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 3px;
    overflow: hidden;
}
.table.white {
    width: 100%;
    margin: 20px auto;
    color: #000;
}
html .v-application .table.white {
    background-color: var(--v-table_body-base)!important;
}
.table.white th,
.table.white td {
    width: 50%;
    padding: 10px;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
}
.fs-b .table.white th,
.fs-b .table.white td {
    font-size: 18px;
}
.table.white:not(.brown) th {
    padding-left: 20px !important;
}
.table.brown th {
    color: var(--v-table_head_font-base);
    background-color: var(--v-table_head-base);
}
.table.brown td {
    color: var(--v-table_body_font-base);
}
.table.setback {
    width: calc(100% + 16px);
    width: -webkit-calc(100% + 16px);
    width: -mox-calc(100% + 16px);
    margin-left: -8px;
}
.table.border tr+tr {
    border-top: 1px solid #707571;
}
.table .table {
    width: 90%;
    margin: 0 auto;
}

/* -----------------------------------*/
/* フォーム */
.form button[type="submit"],
.form a.btn_submit {
    margin-top: 30px;
}

input[type="text"],
input[type="email"],
input[type="password"],
select,
textarea {
    width: 100%;
    padding: 8px;
    text-align: left;
    color: #000;
    background-color: #fff!important;
    border: 1px solid #000;
    line-height: 1.6;
}

.form_check+.form_check {
    margin-top: 20px;
}
.form_check input[type="radio"] {
    display: none;
}
.form_check label {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    vertical-align: middle;
    line-height: 22px;
}
.form_check label::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 22px;
    height: 22px;
    background-color: #d0d5d2;
    border: 2px solid #d0d5d2;
    border-radius: 11px;
}
.form_check input[type="radio"]:checked+label::before {
    background-color: var(--v-info-base);
}

.form_group label {
    display: block;
    width: 85%;
    text-align: left;
    margin: 0 auto 5px;
}
.form_group input[type="text"],
.form_group input[type="email"],
.form_group input[type="password"],
.form_group select,
.form_group textarea {
    width: 85%;
}
.form_group+.form_group {
    margin-top: 20px;
}

.form_error {
    margin-top: 15px;
}
.valid_error {
    display: block;
    width: 85%;
    margin: 5px auto 0;
    color: var(--v-error-base);
    text-align: left;
    font-size: 12px;
    word-break: break-all;
    white-space: pre-wrap;
}
.fs-b .valid_error {
    font-size: 15px;
}

input:placeholder-shown,
textarea:placeholder-shown {
    color: #aaa;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #aaa;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #aaa;
}
.select_placeholder {
    color: #aaa;
}
.select_placeholder.selected {
    color: #000;
}
.select_placeholder option:first-child {
    display: none;
}

.select {
    position: relative;
}
.select::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: calc(7.5% + 10px);
    right: -webkit-calc(7.5% + 10px);
    right: -moz-calc(7.5% + 10px);
    width: 5px;
    height: 5px;
    margin-top: -2.5px;
    border-top: 5px solid #000;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-bottom: 5px solid transparent;
    pointer-events: none;
}

/* -----------------------------------*/
/* ヘッダ */
.header {
    width: 100%;
    position: sticky;
    position: -webkit-sticky;
    position: -moz-sticky;
    top: 0;
    z-index: 200;
}
.header.show{
    display: none;
}
.header .header_nav {
    overflow: hidden;
}
.header .header_nav ul li {
    width: 25%;
    float: left;
}
.header .header_user_info {
    padding: 10px 20px;
    background: var(--v-header_bg-base);
    border-bottom: 1px solid var(--v-headline_second-base);
}
.header .header_user_info .header_user_point {
    color: var(--v-header_font-base);
    text-align: left;
    margin-bottom: 0px;
}
.header .header_user_info .header_user_point span {
    display: inline-block;
}
.header .header_user_info .header_user_point .header_user_current_point {
    margin-left: 10px;
    font-size: 18px;
}
.fs-b .header .header_user_info .header_user_point .header_user_current_point {
    font-size: 20px;
}
.header .header_user_info .header_mail_box {
    position: relative;
    width: 80%;
    margin: 4px auto 0;
}
.header .header_user_info .header_mail_box p{
    margin-bottom: 0;
}
.fs-b .header .header_user_info .header_mail_box{
    width: 100%;
}
.header .header_user_info .header_mail_box a {
    display: block;
    width: 100%;
    height: 37px;
}
.fs-b .header .header_user_info .header_mail_box a {
    height: 50px;
}
.header .header_user_info .header_mail_box a .header_btn{
    width: 100%;
    font-size: 12px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.fs-b .header_user_info .header_mail_box a .header_btn{
    font-size: 20px;
}
.header .header_user_info .header_mail_box a .header_btn .v-icon{
    font-size: 20px;
}
.fs-b .header .header_user_info .header_mail_box a .header_btn .v-icon{
    font-size: 27px;
}
.header .header_user_info .header_mail_box span {
    position: absolute;
    top: -8px;
    left: -8px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    color: var(--v-badge_font-base);
    background-color: var(--v-badge-base);
    border-radius: 12px;
}
.fs-b .header .header_user_info .header_mail_box span {
    top: -14px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    font-size: 24px;
}

/* -----------------------------------*/
/* フッタ */
.footer {
    padding: 20px 20px 10px;
    background-color: var(--v-footer_bg-base);
}
.footer .footer_menu li {
    position: relative;
    height: 50px;
    font-size: 16px;
}
.fs-b .footer .footer_menu li {
    font-size: 20px;
}
.footer .footer_menu li.arrow::before{
    border-top: 2px solid var(--v-footer_link-base);
    border-right: 2px solid var(--v-footer_link-base);
}
.footer .footer_menu li::after {
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    width: 90%;
    height: 1px;
    margin-left: -45%;
    background-color: var(--v-footer_link-base);
}
.footer .footer_menu li a {
    display: block;
    position: relative;
    line-height: 50px;
}
.footer .footer_nav {
    margin: 30px 0 0;
}
.footer .footer_nav ul {
    overflow: hidden;
}
.footer .footer_nav ul li {
    position: relative;
    float: left;
    width: 25%;
    font-size: 12px;
    line-height: 2;
}
.fs-b .footer .footer_nav ul li {
    font-size: 13px;
}
.footer .footer_nav ul li:nth-child(1) {
    border-left: 1px solid var(--v-footer_link-base);
}
.footer .footer_nav ul li:nth-child(n+1) {
    border-right: 1px solid var(--v-footer_link-base);
}
.footer .footer_nav ul li a {
    display: block;
    line-height: 2;
}
.copyright {
    padding: 20px 20px 0;
    font-size: 12px;
}
.fs-b .copyright {
    font-size: 15px;
}

/* -----------------------------------*/
/* トップ */
.top_registration {
    margin-top: 30px;
}

.top_overview {
    margin-bottom: 30px;
}

.top_user_info {
    padding: 20px;
    background: var(--v-background-base);
}
.top_user_info table {
    max-width: 90%;
    margin: 0 auto 30px;
}
.top_user_info table th,
.top_user_info table td {
    padding: 6px 0;
}
.top_user_info table td:nth-last-child(1) {
    max-width: 100px;
}
.top_user_info_separator {
    display: inline-block;
    width: 40px;
    margin: 0 16px;
    vertical-align: middle;
}
.top_user_info_separator::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--v-font_main-base);
}
.top_user_info a {
    display: block !important;
}
.top_user_info a+a {
    margin-top: 10px;
}

.top_change_font_scale {
    padding: 20px 10px;
}
.top_change_font_scale label {
    vertical-align: middle;
}
.top_change_font_scale_form_wrap {
    display: inline-block;
}
.top_change_font_scale_form_wrap input {
    display: none;
}
.top_change_font_scale_form_wrap label {
    display: inline-block;
    position: relative;
    width: 140px;
    height: 42px;
    color: var(--v-change_btn-base);
    margin-left: 10px;
    border: 1px solid var(--v-change_btn_invert-base);
}
.top_change_font_scale_form_wrap label::before {
    content: "\5C0F"; /*小*/
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: var(--v-change_btn_invert-base);
}
.top_change_font_scale_form_wrap input[type="checkbox"]:checked + label::before {
    color: var(--v-change_btn_invert-base);
    background: var(--v-change_btn-base);
}
.top_change_font_scale_form_wrap label::after {
    content: "\5927"; /*大*/
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    height: 40px;
    color: var(--v-change_btn_invert-base);
    background: var(--v-change_btn-base);
    text-align: center;
    line-height: 40px;
}
.top_change_font_scale_form_wrap input[type="checkbox"]:checked + label::after {
    color: var(--v-change_btn-base);
    background: var(--v-change_btn_invert-base);
}

.top_menu h2,
.top_domain h2 {
    margin-top: 50px;
}
.top_menu ul,
.top_domain ul {
    overflow: hidden;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
}
.top_menu ul li,
.top_domain ul li {
    display: block;
    width: 30%;
}
.top_menu ul li+li,
.top_domain ul li+li {
    margin-left: 5%;
}
.top_menu ul li:nth-child(3n+1),
.top_domain ul li:nth-child(3n+1) {
    margin-left: 0;
}
.top_menu ul li:nth-child(n+4),
.top_domain ul li:nth-child(n+4) {
    margin-top: 20px;
}
.top_menu ul li a,
.top_domain ul li a {
    display: block;
}
.top_menu_worry_genre li {
    width: 33.33% !important;
    margin-left: 0 !important;
}
.top_menu_worry_genre li:nth-child(n+4) {
    margin-top: 8px !important;
}
.top_menu_worry_genre li img:nth-child(1) {
    padding: 0 4px;
}

.top_menu_worry_genre li img:nth-child(2) {
  display: none;
}

.top_domain {
    margin-bottom: 80px !important;
}
.top_domain input[type="text"] {
    margin: 20px 0;
}
.top_domain ul {
    margin: 50px 0 0;
}
.top_domain ul li span {
    display: inline-block;
    padding-top: 10px;
    font-size: 10px;
}
.fs-b .top_domain ul li span {
    font-size: 13px;
}

.top_line_footer {
    margin-bottom: 0 !important;
}

/* -----------------------------------*/
/* ドメイン指定受信 */
.carrier p+p {
    margin-top: 8px;
}

/* -----------------------------------*/
/* 鑑定師一覧・鑑定師詳細 デザイン次第で変更必要 */
.actor_list .actor_box,
.actor_detail .actor_box {
    position: relative;
    color: var(--v-actor_box_font-base);
    border-top: 4px solid var(--v-actor_box_border-base);
    border-bottom: 4px solid var(--v-actor_box_border-base);
    background-color: var(--v-actor_box_bg-base);
    z-index: 2;
}
.actor_detail .actor_box {
    margin-bottom: 20px;
}
/* .actor_list .actor_box::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/actor/bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: 1;
}
.actor_detail .actor_box::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/actor/detail_bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: 1;
} */
.actor_list .actor_box+.actor_box {
    margin-top: 30px;
}
.actor_list .actor_profile,
.actor_detail .actor_profile {
    position: relative;
    padding: 20px 0 10px;
    z-index: 2;
}
.actor_list .actor_profile_wrap {
    overflow: hidden;
    width: 90%;
    margin: auto;
}
.actor_detail .actor_profile_wrap {
    width: 50%;
    margin: auto;
}
.actor_list .actor_image {
    float: left;
    position: relative;
    width: 30%;
    margin-right: 3%;
}
.actor_detail .actor_profile_wrap .actor_image {
    position: relative;
}
.actor_list .actor_image::before,
.actor_detail .actor_profile_wrap .actor_image::before {
    content: "";
    display: block;
    padding-top: 100%;
}
.actor_list .actor_image img,
.actor_detail .actor_profile_wrap .actor_image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.actor_list .actor_name {
    float: right;
    width: 67%;
    font-size: 18px;
    word-break: break-all;
}
.fs-b .actor_list .actor_name {
    font-size: 23px;
}
.actor_list .actor_evaluation,
.actor_detail .actor_evaluation {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}
.actor_list .actor_evaluation {
    font-size: 12px;
}
.fs-b .actor_list .actor_evaluation {
    font-size: 15px;
}
.actor_detail .actor_evaluation {
    font-size: 16px;
}
.fs-b .actor_detail .actor_evaluation  {
    font-size: 20px;
}
.actor_list .actor_evaluation img {
    width: 50px;
    vertical-align: middle;
}
.actor_detail .actor_evaluation img {
    width: 60px;
    vertical-align: middle;
}
.actor_list .actor_evaluation span,
.actor_detail .actor_evaluation span {
    margin-left: 10px;
    vertical-align: middle;
}
.actor_list .actor_description,
.actor_detail .actor_description {
    width: 90%;
    margin: 10px auto 20px;
    word-break: break-all;
}
.actor_detail .actor_description {
    margin-top: 20px;
    white-space: pre-wrap;
}
.actor_list .actor_description p {
    line-height: 1.4;
}
.actor_detail .actor_career_header,
.actor_detail .actor_description_header {
    position: relative;
    margin: 30px 0 19px;
    font-size: 16px;
}
.fs-b .actor_detail .actor_career_header,
.fs-b .actor_detail .actor_description_header {
    font-size: 20px;
}
.actor_detail .actor_career_header::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 30px;
    height: 22px;
    margin-top: -11px;
    background-image: url(../img/actor/icon_career.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.actor_detail .actor_description_header::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 30px;
    height: 22px;
    margin-top: -11px;
    background-image: url(../img/actor/icon_description.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.actor_detail .actor_career_header::after,
.actor_detail .actor_description_header::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    margin-bottom: -8px;
    background-color: #aaa;
}
.actor_detail .actor_career_header span,
.actor_detail .actor_description_header span {
    padding-left: 35px;
}
.actor_list .actor_message_btn,
.actor_detail .actor_message_btn {
    position: relative;
    padding: 20px 0;
    z-index: 2;
}

/* -----------------------------------*/
/* 鑑定依頼内容入力・確認・完了 */
.actor_message .actor_message_input h3 {
    margin-bottom: 10px;
    word-break: break-all;
}
.actor_message .actor_message_input textarea {
    width: 85%;
    margin: auto;
}
.actor_message .actor_message_input form div {
    width: 85%;
    margin: 5px auto 0;
}

.actor_message .actor_message_text {
    font-size: 12px;
}
.fs-b .actor_message .actor_message_text {
    font-size: 15px;
}

.actor_message .actor_message_confirm_text {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    word-break: break-all;
    white-space: pre-wrap;
}

.actor_message .actor_message_complete .btn {
    margin-bottom: 10px;
}

/* -----------------------------------*/
/* メールBOX一覧 */
.mail section:last-child {
    margin-bottom: 80px !important;
}
.mail .mail_list .mail_list_box {
    background-color: var(--v-menu_list-base);
    text-align: left;
}
.mail .mail_list .mail_list_box li {
    position: relative;
}
.mail .mail_list .mail_list_box li+li {
    border-top: 1px solid var(--v-menu_list_font-base);
}
.mail .mail_list .mail_list_box li::after {
    content: '';
    width: 11px;
    height: 11px;
    border-top: 2px solid var(--v-menu_list_font-base);
    border-right: 2px solid var(--v-menu_list_font-base);
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
    top: 50%;
    right: 10px;
    z-index: 1;
}
.mail .mail_list .mail_list_box li.active::before {
    content: "";
    display: block;
    position: absolute;
    top: 56%;
    left: 28px;
    width: 10px;
    height: 10px;
    border: 1px solid var(--v-menu_list-base);
    border-radius: 5px;
    background-color: var(--v-badge-base);
    z-index: 2;
}
.mail .mail_list .mail_list_box li a {
    display: block;
    padding: 10px 10px 10px 50px;
}
.mail .mail_list .mail_list_box .v-icon{
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
}
.mail .mail_list .mail_list_box .mail_list_box_title {
    display: block;
    font-size: 16px;
    line-height: 1.6;
}
.fs-b .mail .mail_list .mail_list_box .mail_list_box_title {
    font-size: 20px;
}
.mail .mail_list .mail_list_box .mail_list_box_subtitle {
    display: block;
    color: #4f4f4f;
}
.mail .mail_list .mail_list_box .mail_list_box_subtitle .active {
    color: var(--v-badge-base);
}

/* -----------------------------------*/
/* 鑑定師別BOX一覧 */
.mail .threads_list .mail_list_box {
    background-color: var(--v-menu_list-base);
    text-align: left;
    overflow: hidden;
}
.mail .threads_list .mail_list_box li {
    position: relative;
}
.mail .threads_list .mail_list_box li+li {
    border-top: 1px solid var(--v-menu_list_font-base);
}
.mail .threads_list .mail_list_box li::after {
    content: '';
    width: 11px;
    height: 11px;
    border-top: 2px solid var(--v-menu_list_font-base);
    border-right: 2px solid var(--v-menu_list_font-base);
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
    top: 50%;
    right: 10px;
    z-index: 1;
}
.mail .threads_list .mail_list_box li a {
    display: block;
    padding: 10px;
}
.mail .threads_list .mail_list_box .v-icon{
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
}
.mail .threads_list .mail_list_box .mail_list_box_title {
    display: block;
    font-size: 16px;
    line-height: 1.6;
}
.mail .threads_list .mail_list_box .mail_list_box_title .v-icon {
    position: initial;
    transform: initial;
    color: var(--v-btn_main_bg-base);
}
.fs-b .mail .threads_list .mail_list_box .mail_list_box_title {
    font-size: 20px;
}
.mail .threads_list .mail_list_box .mail_list_box_subtitle {
    display: block;
    color: #4f4f4f;
}
.mail .threads_list .mail_list_box .mail_list_box_subtitle .active {
    color: var(--v-badge-base);
}
.mail .threads_list .mail_list_box .unread_count{
    color: var(--v-badge-base);
}
/* -----------------------------------*/
/* 新着メールBOX */
.mail_box h2 {
    position: relative;
    padding: 10px 10px 10px 50px;
    background-color: var(--v-mail_box_headline-base);
    color: var(--v-mail_box_headline_font-base);
    font-size: 16px;
}
.fs-b .mail_box h2 {
    font-size: 20px;
}
.mail_box h2 .v-icon{
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    display: none;
}
.mail_box_new h2 .v-icon.icon_new,
.mail_box_received h2 .v-icon.icon_received,
.mail_box_read h2 .v-icon.icon_read{
    display: inline-flex;
}
.mail_box.mail_box_new h2::after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    background: var(--v-badge-base);
    border: 2px solid var(--v-mail_box_headline-base);
    border-radius: 50%;
    position: absolute;
    left: 28px;
    bottom: 9px;
}
.mail_box h2.no_mail {
    margin-bottom: 40px;
}
.mail_box .mail_box_list {
    padding: 10px;
    background-color: var(--v-menu_list-base);
    color: var(--v-menu_list_font-base);
}
.mail_box .mail_box_list+.mail_box_list {
    border-top: 1px solid var(--v-menu_list_font-base);
}
.mail_box .mail_box_list .mail_box_list_title {
    overflow: hidden;
}
.mail_box .mail_box_list .mail_box_list_actor {
    float: left;
    width: 68%;
    margin-right: 2%;
    vertical-align: middle;
}
.mail_box .mail_box_list .mail_box_list_actor .badge{
   display: inline-block;
   width: 8px;
   height: 8px;
   border-radius: 50%;
   margin-right: 5px;
}
.mail_box .mail_box_list .mail_box_list_actor span {
    vertical-align: middle;
    word-break: break-all;
}
.mail_box .mail_box_list .mail_box_list_date {
    float: right;
    width: 30%;
    font-size: 11px;
    text-align: right;
    color: var(--v-menu_list_font-base);
    line-height: 1.6;
    vertical-align: middle;
}
.fs-b .mail_box .mail_box_list .mail_box_list_date {
    font-size: 14px;
}
.mail_box .mail_box_list .mail_box_list_text {
    position: relative;
    padding-right: 24px;
}
.mail_box .mail_box_list .mail_box_list_text::after {
    content: '';
    width: 11px;
    height: 11px;
    border-top: 2px solid var(--v-menu_list_font-base);
    border-right: 2px solid var(--v-menu_list_font-base);
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
    top: 50%;
    right: 10px;
}
.mail_box .mail_box_list .mail_box_list_subject {
    display: block;
    line-height: 1.6;
    word-break: break-all;
}
.mail_box .mail_box_list .mail_box_list_body {
    display: block;
}
.mail_box.mail_box_received .mail_box_list .mail_box_list_body {
    line-height: 1.6;
}
.mail_box .mail_box_empty {
    margin-top: 40px;
}

/* -----------------------------------*/
/* 新着メールBOX */
/* 鑑定結果詳細・送信履歴詳細・添付画像 */
.mail_detail h2,
.mail_image h2 {
    position: relative;
    padding: 10px;
    background-color: var(--v-mail_box_headline-base);
    color: var(--v-mail_box_headline_font-base);
    font-size: 16px;
}
.fs-b .mail_detail h2,
.fs-b .mail_image h2 {
    font-size: 20px;
}
.mail_detail .mail_detail_box,
.mail_image .mail_image_box {
    padding: 10px 10px 30px;
    background-color: var(--v-menu_list-base);
    color: var(--v-menu_list_font-base);
}
.mail_detail .mail_detail_box .mail_detail_box_title {
    font-size: 11px;
    overflow: hidden;
}
.fs-b .mail_detail .mail_detail_box .mail_detail_box_title {
    font-size: 14px;
}
.mail_detail .mail_detail_box .mail_detail_box_actor {
    float: left;
    width: 68%;
    margin-right: 2%;
    vertical-align: middle;
}
.mail_detail .mail_detail_box .mail_detail_box_actor label{
    vertical-align: middle;
}
.mail_detail .mail_detail_box .mail_detail_box_actor span {
    padding-left: 10px;
    font-size: 16px;
    vertical-align: middle;
    word-break: break-all;
}
.fs-b .mail_detail .mail_detail_box .mail_detail_box_actor span {
    font-size: 20px;
}
.mail_detail .mail_detail_box .mail_detail_box_date {
    float: right;
    width: 30%;
    text-align: right;
    line-height: 1.6;
    vertical-align: middle;
}
.mail_detail .mail_detail_box .mail_detail_box_text {
    margin-top: 20px;
    word-break: break-all;
    white-space: pre-wrap;
}
.mail_detail .mail_detail_box .mail_detail_box_link {
    margin-top: 30px;
}
.mail_detail .mail_detail_link,
.mail_image .mail_image_link {
    margin-top: 30px;
}

/* -----------------------------------*/
/* サポートBOX */
.support-box .mail_box h2 {
    padding: 10px 10px 10px 40px;
}
.support-box .mail_box h2 .v-icon {
    display: initial;
}
.support-box .mail_box .mail_box_list{
    position: relative;
}
.support-box .mail_box .mail_box_list::after{
    content: '';
    width: 11px;
    height: 11px;
    border-top: 2px solid var(--v-menu_list_font-base);
    border-right: 2px solid var(--v-menu_list_font-base);
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
    top: 50%;
    right: 10px;
}
.support-box .mail_box .mail_box_list_actor{
    width: 100%;
}
.support-box .mail_box .mail_box_list_actor .v-icon{
    background: var(--v-mail_box_headline-base);
    border-radius: 50px;
    padding: 4px;
    margin-right: 4px;
    font-size: 18px !important;
}
.support-box .mail_box .mail_box_list .mail_box_list_title{
    margin-bottom: 4px;
}
.support-box .mail_box .mail_box_list .mail_box_list_body{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.support-box .mail_box .mail_box_list .mail_box_list_text::after{
    display: none;
}
.support-box .mail_box .mail_box_list .mail_box_list_text .badge{
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50px;
    margin-right: 4px;
}
/* サポート詳細 チャットログ */
.support-box .chat_log_box{
    background: #f8f8f8;
    border-bottom: 1px solid #aba9a9;
    padding: 12px;
    height: 100%;
    min-height: 30vh;
    max-height: 60vh;
    overflow: scroll;
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
}
.support-box .chat_log_box .unread-divider{
    position: relative;
}
.support-box .chat_log_box .unread-divider hr{
    color: #f35252;
}
.support-box .chat_log_box .unread-divider .unread-start-text{
    width: max-content;
    background: #f8f8f8;
    padding: 0 8px;
    text-align: center;
    font-size: 4vw;
    color: #f35252;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.support-box .chat_log_box .message .v-icon {
    color: var(--v-mail_box_headline_font-base) !important;
    background: var(--v-mail_box_headline-base);
    border-radius: 50px;
    padding: 4px;
    margin-top: 6px;
    margin-right: 4px;
    font-size: 18px !important;
}
.support-box .chat_log_box .message .message_card{
    width: max-content;
    max-width: 90%;
    background: #edf7ff;
    border: 1px solid #a5a5a5;
    border-radius: 8px;
    padding: 8px;
    text-align: left;
}
.support-box .chat_log_box .message_is_user{
    text-align: right;
}
.support-box .chat_log_box .message_is_user > .d-flex{
    justify-content: flex-end;
}
.support-box .chat_log_box .message_is_support .message_card{
    background: #fff;
    max-width: calc( 90% - 30px );
}
.support-box .chat_log_box .message .message_body{
    word-break: break-all;
    white-space: normal;
}
.support-box .chat_log_box .message .message_image{
    width: max-content;
    max-width: 90%;
    border: 1px solid #a6a6a6;
    border-radius: 8px;
    overflow: hidden;
}
.support-box .chat_log_box .message_is_user .message_image{
    margin-left: auto;
}
/* サポート詳細 送信フォーム */
.support-box .support_input_title h2{
    width: 100%;
    padding: 0;
    text-align: center;
    background: initial;
    font-size: 18px;
}
.support-box .support_input_title h3{
    margin-bottom: 10px;
    word-break: break-all;
    text-align: center;
}
.support-box .message_input{
    margin: 0 12px;
}
.support-box .message_input h3{
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin: 12px 0;
}
.support-box .message_input .v-text-field{
    padding-top: 0;
    margin-top: 0;
}
.support-box .message_input .v-textarea textarea{
    height: calc( 40vh - 169px );
    padding: 8px;
}
.support-box .message_input .valid_error{
    width: 100%;
    font-size: 14px;
    text-align: center;
    margin-top: 12px;
}
.support-box .message_input .preview{
    width: 100%;
}
.support-box .v-btn.v-btn--rounded{
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
    font-size: 16px;
    letter-spacing: 2px;
    height: 50px !important;
    color: var(--v-btn_main_font-base) !important;
    background-color: var(--v-btn_main_bg-base) !important;
}
.support-box .message_input .img_btn{
    width: 160px;
}
.support-box .message_input .remove_btn{
    background-color: var(--v-error-base) !important;
}
.support-box .message_input .send_btn{
    width: calc( 100vw - 192px);
}
@media screen and (max-width: 320px) {
    .support-box .chat_log_box{
        height: 50vh;
    }
    .support-box .message_input .v-textarea textarea{
        height: calc( 50vh - 169px );
    }
}
/* サポート送信内容確認画面 */
.support-box .confirm_box .body{
    height: 100%;
    min-height: 200px;
    max-height: 40vh;
    background: #edf7ff;
    border: 1px solid #a5a5a5;
    border-radius: 4px; 
    padding: 12px;
    overflow: scroll;
    word-break: break-all;
    white-space: pre-wrap;
}
.support-box .confirm_box .send_btn{
    width: 100%;
    margin-bottom: 30px;
}
/* サポート送信完了画面 */
.support-box .complete_box{
    height: calc( 100vh - 701px );
    min-height: 106px;
}
/* -----------------------------------*/
/* プロフィール設定 */
.user_profile .user_profile_wrap {
    padding: 15px 0 30px;
    background-color: var(--v-background-base);
}
.user_profile .user_profile_update_success {
    margin-bottom: 20px;
    color: var(--v-success-base);
}
.user_profile .user_profile_wrap table {
    max-width: 90%;
    margin: 0 auto 30px;
}
.user_profile .user_profile_wrap table th,
.user_profile .user_profile_wrap table td {
    padding: 6px 0;
}
.user_profile .user_profile_wrap table td:nth-last-child(1) {
    max-width: 100px;
}
.user_profile_info_separator {
    display: inline-block;
    width: 40px;
    margin: 0 16px;
    vertical-align: middle;
}
.user_profile_info_separator::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--v-font_main-base);
}
.user_profile .user_profile_box+.user_profile_box {
    margin-top: 40px;
}
.user_profile .user_profile_box h3 {
    margin-bottom: 20px;
    font-size: 15px;
    letter-spacing: 1px;
}
.fs-b .user_profile .user_profile_box h3 {
    font-size: 19px;
}
.user_profile .user_profile_settings .user_profile_settings_overview {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
}
.fs-b .user_profile .user_profile_settings .user_profile_settings_overview {
    font-size: 15px;
}
.user_profile .user_profile_settings .user_profile_settings_note {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 10px;
}
.fs-b .user_profile .user_profile_settings .user_profile_settings_note {
    font-size: 13px;
}
.user_profile .user_profile_settings a {
    margin-top: 10px;
    margin-bottom: 30px;
}
.user_profile .user_profile_link {
    margin-top: 30px;
}

/* -----------------------------------*/
/* メールアドレスの変更・登録 */
.user_mail_change .user_mail_change_overview {
    font-size: 12px;
}
.fs-b .user_mail_change .user_mail_change_overview {
    font-size: 15px;
}

/* -----------------------------------*/
/* お知らせメール受信設定 */
.user_mail_settings .user_mail_settings_overview {
    font-size: 12px;
}
.fs-b .user_mail_settings .user_mail_settings_overview {
    font-size: 15px;;
}
.user_mail_settings form {
    margin: 20px 0;
}

/* -----------------------------------*/
/* 固定ページ */
.page .page_body h3 {
    color: var(--v-page_headline-base);
    margin-bottom: 20px;
    letter-spacing: 1px;
}
.page .page_body h3:nth-of-type(n+2) {
    margin-top: 30px;
}
.page .page_body p,
.page .page_body .notice {
    font-size: 12px;
    text-align: left;
    word-break: break-all;
    white-space: pre-wrap;
}
.fs-b .page .page_body p,
.fs-b .page .page_body .notice {
    font-size: 15px;
}
.page .page_body p.link {
    font-size: inherit;
}
.page .page_body div+p.link,
.page .page_body table+p.link {
    margin-top: 30px;
}

/* お問い合わせ */
.page .fab-btn{
    width: 90px !important;
    height: 90px !important;
    color: var(--v-btn_main_font-base) !important;
    background-color: var(--v-btn_main_bg-base) !important;
    text-align: center;
    position: fixed;
    right: 12px;
    bottom: 12px;
    z-index: 1000;
}

.page .fab-btn .badge{
    position: absolute;
    top: -8px;
    left: -8px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    color: var(--v-badge_font-base);
    background-color: var(--v-badge-base);
    border-radius: 12px;
}

/* -----------------------------------*/
/* 12星座占い デザイン次第で変更必要 */
.horoscope .horoscope_unregistered {
    margin: 40px;
    word-break: break-all;
    white-space: pre-wrap;
}
.horoscope_top .horoscope_box {
    position: relative;
    margin: 30px auto;
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
}
.horoscope_top .horoscope_box img {
    width: 100%;
    height: auto;
}
.horoscope_top .horoscope_box a {
    position: absolute;
    width: 90%;
    left: 50%;
    bottom: 6%;
    transform: translateX(-50%);
}
.horoscope_top .horoscope_box_text {
    font-size: 12px;
}
.fs-b .horoscope_top .horoscope_box_text {
    font-size: 15px;
}

.horoscope_result .horoscope_result_box {
    margin: 15px 0 30px;
    padding: 20px 2px 80px;
    border: 3px solid var(--v-horo_result_border-base);
     /*単色ならこちらを使用*/
    /* background: var(--v-horo_result_bg-base); */
    /*グラデーションならこちらを使用*/
    background: linear-gradient(var(--v-horo_result_gradation_first-base), var(--v-horo_result_gradation_second-base));
    /*背景画像ならこちらを使用*/
    /* background-image: url(../img/horoscope/frame_bg.png);
    background-size: contain;
    background-repeat: repeat-y; */
}
.horoscope_result .horoscope_result_box .title {
    width: 60%;
}
.fs-b .horoscope_result .horoscope_result_box .title {
    width: 80%;
}
.horoscope_result .horoscope_result_box .horoscope_result_flex_wrap {
    width: 90%;
    max-width: 359px;
    margin: 30px auto 16px;
}
.horoscope_result .horoscope_result_box .horoscope_result_flex {
    display: flex;
    align-items: center;
    width: 100%;
    margin: auto;
}
.horoscope_result .horoscope_result_box .horoscope_result_flex img {
    width: 15%;
    padding: 5px;
}
.horoscope_result .horoscope_result_box .horoscope_result_flex img:first-child {
    width: 25%;
}
.horoscope_result .horoscope_result_box p {
    color: var(--v-horo_result_font-base);
    font-size: 12px;
    word-break: break-all;
    white-space: pre-wrap;
    width: 90%;
    max-width: 359px;
    margin: auto;
}
.fs-b .horoscope_result .horoscope_result_box p {
    font-size: 15px;
}

/* -----------------------------------*/
/* 鑑定ポイント不足 */
/* 鑑定ポイント購入 */
.user_point_shortage section+div {
    margin-top: 30px;
}
.user_point_shortage .annotation,
.point_purchase .annotation,
.point_index .annotation {
    margin: 20px auto;
}
.user_point_shortage .notice p,
.user_point_shortage .unsupported,
.point_purchase .notice p,
.point_purchase .unsupported,
.point_index .notice p {
    font-size: 12px;
}
.fs-b .user_point_shortage .notice p,
.fs-b .user_point_shortage .unsupported,
.fs-b .point_purchase .notice p,
.fs-b .point_purchase .unsupported,
.fs-b .point_index .notice p {
    font-size: 15px;
}
.user_point_shortage .support,
.user_point_shortage .unsupported,
.point_purchase .support,
.point_purchase .unsupported {
    margin-top: 30px;
}
.user_point_shortage .point_purchase_list,
.point_purchase .point_purchase_list {
    margin-bottom: 20px;
}

.point_purchase_list ul li {
    position: relative;
    background-color: var(--v-menu_list-base);
    font-size: 16px;
}
.fs-b .point_purchase_list ul li {
    font-size: 20px;
}
.point_purchase_list ul li.in_preparation {
    background-color: #707571;
    color: #4f4f4f;
}
.point_purchase_list ul li+li {
    border-top: 1px solid var(--v-menu_list_font-base);
}
.point_purchase_list ul li.in_preparation::before {
    content: "-\a0\6E96\5099\4E2D\a0-"; /* 準備中 */
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 15px;
    text-align: center;
    font-size: 14px;
    color: #fff;
}
.fs-b .point_purchase_list ul li.in_preparation::before {
    font-size: 18px;
}
.point_purchase_list ul li::after {
    content: '';
    width: 11px;
    height: 11px;
    border-top: 2px solid var(--v-menu_list_font-base);
    border-right: 2px solid var(--v-menu_list_font-base);
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
    top: 50%;
    right: 20px;
    z-index: 1;
}
.point_purchase_list ul li a {
    display: block;
    padding: 15px;
}

.point_index h3 {
    margin: 30px auto 10px;
    letter-spacing: 1px;
}
.point_index h3+table {
    margin-top: 0 !important;
}
.point_index .point_support {
    padding: 5px;
    background-color: var(--v-footer_bg-base);
    font-size: 12px;
}
.fs-b .point_index .point_support {
    font-size: 15px;
}
.point_index .point_support .support_info {
    margin: 20px auto;
}
.point_index .point_support .support_info th,
.point_index .point_support .support_info td {
    padding: 3px 0;
    vertical-align: middle;
}
.point_index .point_support .support_info td .telephone_num {
    font-size: 14px;
}
.fs-b .point_index .point_support .support_info td .telephone_num {
    font-size: 18px;
}
.point_index .overtime p,
.point_index .add_point p,
.point_index .caution p {
    font-size: 12px;
}
.fs-b .point_index .overtime p,
.fs-b .point_index .add_point p,
.fs-b .point_index .caution p {
    font-size: 15px;
}
.point_index .overtime .photo_example {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}
.point_index .overtime .photo_example span {
    display: block;
}
.point_index .suspension {
    margin: 40px;
}
.point_index form {
    margin-bottom: 15px;
}
.point_index .store_list {
    display: flex;
    width: 95%;
    max-width: 375px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: space-between;
    margin: 30px auto 10px;
}
.point_index .store_list li {
    flex-basis: 33%;
}
.point_index .store_list li a {
    display: inline-block;
}

.point_confirm .table {
    width: 90%;
    margin-top: 10px;
}
.point_confirm .caution {
    width: 90%;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}

.point_error .point_error_notice {
    font-size: 12px;
    margin-bottom: 100px;
}
.fs-b .point_error .point_error_notice {
    font-size: 15px;
}

.point_complete .table+p {
    margin-top: 30px;
}

.point_store .store_list {
    margin-bottom: 30px;
}
.point_store .steps li+li {
    margin-top: 30px;
}
.point_store .step {
    display: block;
    margin-bottom: 5px;
}
.point_store .image {
    display: block;
    margin-top: 10px;
    padding: 20px 0;
    background-color: #aaa;
    text-align: center;
}
.point_store .image img {
    width: 80%;
}

/* -----------------------------------*/
/* 制限ページ */
.restriction section {
    margin-top: 30px;
}
.restriction h1 {
    margin-bottom: 20px;
}
.restriction p {
    font-size: 12px;
}

/* -----------------------------------*/
/* 404 */
.not_found {
    margin: 40px;
}

/* -----------------------------------*/
/* LINE */
.line .line_loading {
    color: #aaa;
    font-size: 150%;
}
.line .line_loading i {
    position: fixed;
    top: calc(50% - 16px);
    top: -webkit-calc(50% - 16px);
    top: -mox-calc(50% - 16px);
    left: calc(50% - 16px);
    left: -webkit-calc(50% - 16px);
    left: -mox-calc(50% - 16px);
}
