@charset "UTF-8";

/* メインタイトル */
.main_title-block {
    margin: 0 0 20px 0;
}

.main_title_h1-02 {
    background-color: #EDF1FC;
    box-sizing: border-box;
    color: #3f4a9a;
    font-size: 2.0rem;
    line-height: 1.0;
    text-align: center;
    padding: 23px 0 0 0;
    width: 100%;
    height: 64px;
}
@media print, screen and (min-width: 768px) {
    #breadCrumbs {
        margin: 28px auto 23px;
    }

    .main_title_h1-02 {
        font-size: 3.4rem;
        height: 200px;
        padding: 83px 0 0 0;
    }
}



.favorite * {
    box-sizing: border-box;
}
.favorite {
    padding: 0 10px 0;
}
@media print, screen and (min-width: 768px) {
    .favorite {
        padding: 30px 0 0;
        width: 1000px;
        margin: 0 auto;
    }
    .favorite_wrap {
        width: 900px;
        margin: 0 auto;
    }
}


.favorite_btn__login {
    width: 240px;
    margin: 30px auto 0;
}
.favorite_btn__sinki {
    width: 240px;
    margin: 24px auto 0;
}
button {
    padding: 0;
    border: none;
    outline: none;
    font: inherit;
    color: inherit;
    background: none;
    cursor: pointer;
}
textarea {
    appearance: none;
    vertical-align: middle;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.favorite_btn__login button,
.favorite_btn__sinki button {
    background-color: #2191F5;
    border: 0;
    border-radius: 4px;
    box-shadow: 0 1px 2px 1px rgba(0, 83, 137, 0.4);
    color: #FFF;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.0;
    text-align: center;
    transition: 0.3s;
    width: 100%;
    height: 50px;
}
.favorite_btn__login .fa-caret-circle-right,
.favorite_btn__sinki .fa-caret-circle-right {
    margin-right: 8px;
    font-size: 1.6rem;
}
.favorite p a {
    color: #007BCC;
    cursor: pointer;
}
.favorite p:not(:first-of-type) {
    margin-top: 30px;
    line-height: 150%;
}
.favorite_img {
    padding: 30px 0 0 30px;
}
.favorite_img img {
    width: 100%;
}
@media print, screen and (min-width: 768px) {
    .favorite_btn__wrap {
        display: flex;
        justify-content: space-between;
        width: 510px;
        margin: 50px auto 0;
    }
    .favorite_btn__login {
        margin: 0;
    }
    .favorite_btn__sinki {
        margin: 0;
    }
    .favorite p {
        text-align: center;
    }
    .favorite p:not(:first-of-type) {
        margin-top: 50px;
    }
    .favorite_img {
        width: 992px;
        margin: 0 auto;
        padding: 50px 0 0 0;
    }
    .favorite_btn__login button:hover,
    .favorite_btn__sinki button:hover {
        opacity: 0.7;
    }
    .favorite p:not(:first-of-type) {
        line-height: 180%;
    }

}


p.favorite__no-registration {
    text-align: center;
    font-size: 2.0rem;
    font-weight: bold;
}
@media print, screen and (min-width: 768px) {
    p.favorite__no-registration {
        font-size: 2.2rem;
    }
}

/* ========================================
    お気に入り編集画面
========================================= */
.favorite_choice input {
    margin-right: 4px;
    vertical-align: -1px;
}
.favorite_choice label {
    color: #766D6D;
}
.favorite_choice button {
    margin-left: 20px;
    /* color: #EF0303; */
    color: #999999;
}
.favorite_choice button .fa-trash-can {
    margin-right: 4px;
}

/* 削除ボタン */
.favorite_choice__delete {
    visibility: visible;
}
/* チェックされた時は赤色にする */
.favorite_choice__delete.active {
    color: #EF0303;
}
.favorite_choice__delete.disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.favorite_edit {
    margin-top: 16px;
}
.favorite_edit_item {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    border-top: 1px solid #D6D6D6;
    padding: 20px 12px;
}
.favorite_edit_item:nth-of-type(odd) {
    background-color: #F5F5F5;
}
.favorite_edit_box01 {
    padding: 0 15px 0 0;
}
.favorite_edit_box01 input {
    vertical-align: 2px;
}
.favorite_edit_box02 {
    width: 100%;
}
a.favorite_edit_name {
    display: block;
    font-size: 15px;
}
.favorite_edit_texarea {
    box-sizing: border-box;
    margin-top: 6px;
}
.favorite_edit_texarea textarea {
    outline: none;
    background: none;
    font-size: 15px;
    font-weight: 500;
    padding: 12px;
    width: 100%;
    border: 1px solid #D6D6D6;
    border-radius: 3px;
    color: #766D6D;
    overflow-y: hidden;
    height: 46px;
    resize: none;
    transition: height 0.1s ease-out;
    line-height: 22px;
    display: flex;
    align-items: center;
}
.favorite_edit_texarea02 {
    border: 1px solid #D6D6D6;
    border-radius: 3px;
    box-sizing: border-box;
    margin-top: 6px;
    padding: 11px 12px 11px;
    min-height: 50px;
    color: #766D6D;
    font-size: 15px;
}
button.favorite_memo {
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 180%;
    border-radius: 4px;
    border: 1px solid #007BCC;
    padding: 0 8px;
}
button.favorite_memo .fa-pen-to-square {
    margin-right: 4px;
}
button.favorite_memo_edit {
    color: #007BCC;
    background: #fff;
    margin-top: 14px;
}
button.favorite_memo_keep {
    color: #fff;
    background: #007BCC;
    margin-top: 6px;
    font-size: 15px;
}
.favorite_edit_date {
    display: block;
    margin-top: 14px;
    color: #766D6D;
    font-size: 15px;
}
.favorite_memo_note {
    color: #766D6D;
    font-size: 14px;
}
.favorite_editing .favorite_edit_date {
    margin-top: 4px;
}


@media print, screen and (min-width: 768px) {

    .favorite_edit {
        margin-top: 30px;
    }
    .favorite_edit_item {
        padding: 30px 20px;
    }
    .favorite_edit_box02 {
        width: 825px;
    }
    a.favorite_edit_name,
    .favorite_edit_texarea02,
    .favorite_edit_date,
    button.favorite_memo {
        font-size: 16px;
    }
    .favorite_edit_texarea textarea {
        padding: 8px 12px;
        line-height: 30px;
    }

    button.favorite_edit_txt:hover {
        text-decoration: underline;
    }
    button.favorite_memo:hover {
        opacity: 0.7;
    }
}
