@charset "utf-8";
/************************************************
 メインカラム
*************************************************/

main {
    overflow: hidden;
    margin-bottom: 40px;
}

/* ==============================================
 見出し
=============================================== */
main:not(.renew):not(#index):not(#story_detail):not(#column_detail):not(.case_detail) h2 {
    text-align: center;
    margin-bottom: 60px;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.1em;
}

main:not(.renew):not(#story_detail):not(#column_detail):not(.case_detail) h2:not(.none_border) {
    text-align: left;
    margin-top: 40px;
    margin-bottom: 60px;
    position: relative;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.2em;
}

main:not(#story_detail):not(#column_detail):not(.case_detail) h2.none_border {
    text-align: left;
    font-size: 2rem;
    font-weight: normal;
    margin-bottom: 40px;
}

.recommend_case h2 {
    text-align: center;
    margin: 30px 0;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.2em;
}

/* main:not(#story_detail):not(#column_detail) :not(.marked-content) h2:not(.none_border):before {
    content: '';
    position: absolute;
    bottom: -20px;
    display: inline-block;
    width: 50px;
    height: 1px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: black;
} */

main:not(#story_detail):not(#column_detail):not(.case_detail) h2.under_white:not(.none_border):before {
    content: '';
    position: absolute;
    bottom: -20px;
    display: inline-block;
    width: 60px;
    height: 2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fff;
}

#story_detail {
    margin-bottom: 0;
}

#story_detail .story_title h2, #story_detail #story_case_info h2, #column_detail #column_case_info h2 {
    text-align: center;
}

#story_case_info h2, #column_case_info h2 {
    position: relative;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.2em;
    margin: 40px 0;
}

#story_case_info h2:before, #column_case_info h2:before {
    content: '';
    position: absolute;
    bottom: -20px;
    display: inline-block;
    width: 50px;
    height: 1px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: black;
}

#story_detail .story_title h2, #column_detail .column_title h2 {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin-bottom: 16px;
}

#story_detail .story_content h2, #column_detail .column_content h2 {
    font-size: 1.25rem;
    margin: 40px 0 16px;
    font-family: YuGothic;
    font-weight: 700;
    font-style: Bold;
    font-size: 28px;
    line-height: 140%;
    letter-spacing: 4%;
    vertical-align: middle;

}

#column_detail .column_content h2 {
    font-weight: bold;
    margin: 40px 0 15px 0;
}

main:not(#story_detail):not(#column_detail):not(#thebasics):not(.case_detail) h3:not(.side-box-title) {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.1em;
}

main:not(#story_detail):not(#column_detail):not(#thebasics):not(.case_detail) h3:not(.to_lawyer):not(.side-box-title) {
    background: #D2E8EB;
    width: 100%;
    text-align: center;
    margin-bottom: 54px;
}

main h3.bg_white {
    background: #fff !important;
}

main h3.card-header {
    background: rgba(0, 0, 0, .03) !important;
}

main .card-header h3 {
    display: inline;
    background-color: transparent !important;;
}

#story_detail .story_content h3, #column_detail .column_content h3 {
    margin: 24px 0 16px;
    font-family: YuGothic;
    font-weight: 700;
    font-size: 24px;
    line-height: 140%;
    vertical-align: middle;
    border-left: 4px solid var(--Teal-Teal-500, rgba(49, 179, 190, 1));
    padding-left: 12px;
}
#story_detail .story_content h3:first-of-type, #column_detail .column_content h3:first-of-type {
    border-left: none;
    padding-left: 0;
}

#column_detail .column_content h3 {
    font-weight: bold;
    margin: 30px 0;
}

.marked-content h2, .marked-content h3 {
    text-align: left !important;
    margin-bottom: .5rem !important;
}

.marked-content h2:before {
    content: none;
    height: 0 !important;
}

.marked-content h3 {
    background: none !important;
}

.related_story_h2 {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.2em;
    position: relative;
    margin: 40px 0;
}

.related_story_h2::before {
    content: '';
    position: absolute;
    bottom: -20px;
    display: inline-block;
    width: 50px;
    height: 1px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: black;
}

.related_column_h2 {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.2em;
    position: relative;
    margin: 40px 0;
}

.related_column_h2::before {
    content: '';
    position: absolute;
    bottom: -20px;
    display: inline-block;
    width: 50px;
    height: 1px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: black;
}

@media (min-width: 768px) {
    .related_column_h2 {
        text-align: left !important;
        margin-top: 0 !important;
    }

    .related_column_h2::before {
        left: 25px !important;
    }
}

@media (max-width: 767px) {
    main:not(.renew):not(#story_detail):not(#column_detail):not(.case_detail) h2:not(.none_border) {
        text-align: center;
        margin-top: 0;
        margin-bottom: 40px;
        position: relative;
        font-size: 19px;
        font-weight: bold;
        letter-spacing: 0.3em;
    }

    #story_detail .story_title h2 {
        text-align: left;
        font-size: 19px;
    }

    #story_detail .story_content h2 {
        font-size: 1.25rem;
        margin: 30px 0;
        letter-spacing: 0.1rem;
        line-height: 2rem;
    }

    #column_detail .column_title h2 {
        margin-bottom: 0 !important;
        font-size: 19px;
        letter-spacing: 0.1em;
        text-align: left;
    }

    #column_detail .column_content h2 {
        text-align: left !important;
        font-size: 1.25rem !important;
        line-height: 1.65;
        letter-spacing: -0.07em;
    }

    .related_story_h2, .related_column_h2, #story_case_info h2, #column_case_info h2 {
        margin-top: 0;
    }
}

/* ==============================================
 お問い合わせ
=============================================== */

#contact table {
    max-width: 767px;
    margin: 0 auto;
}

#contact table th {
    width: 160px;
}

#contact table .note_cell_content {
    display: flex;
    flex-direction: row;
}

#contact table .note_cell_content .head {
    width: 160px;
    font-weight: bold;
    padding: 0.75rem;
}

#contact table .note_cell_content .content {
    width: 100%;
    max-width: 607px;
    padding: 0.75rem;
}

#contact .submit_btn_wrap {
    margin-left: 172px;
    margin-right: 12px;
    padding: 0 12px;
}

#contact .submit_btn_wrap a {
    max-width: 583px;
    width: 100%;
}

#inquiry_container {
    padding: 40px 0 40px 0;
}

#inquiry_container a {
    color: #000;
}

#inquiry_container a:hover {
    text-decoration: none;
}

#inquiry_container a:hover img {
    opacity: 1;
}

#inquiry_container .inquiry_box > div:first-child {
    margin-left: 8.333333%;
}

#inquiry_container .inquiry_box > div:last-child {
    margin-right: 8.333333%;
}

#inquiry_container .content_title {
    font-size: 1.2rem;
    font-weight: bold;
}

#inquiry_container .content_description {
    font-size: 14px;
    line-height: 1.4rem;
    letter-spacing: 0.1em;
    display: block;
    width: 100%;
}

#inquiry_container .content_description span {
    display: inline-block;
    text-align: left;
}

#inquiry_container #mail_img {
    width: 52px;
    height: 37px;
}

#inquiry {
    background: #fff;
}

@media (max-width: 767px) {
    #contact .submit_btn_wrap {
        margin-left: initial;
        margin-right: initial;
        padding: initial;
    }

    #contact .submit_btn_wrap a {
        max-width: initial;
        width: initial;
    }

    #contact table th {
        width: 135px;
    }

    #contact table .note_cell_content {
        flex-direction: column;
    }

    #contact table .note_cell_content .head {
        width: 135px;
        font-weight: bold;
        padding: 0.75rem;
    }

    #contact table .note_cell_content .content {
        width: 100%;
        max-width: 607px;
        padding: 0.75rem;
        padding-top: 0;
    }

    #inquiry {
        padding: 40px 1rem;
        overflow-wrap: break-word;
        background: #fff;
    }

    #inquiry_container {
        padding: 40px 15px 40px 15px;
    }

    .case_detail #inquiry {
        padding: 0 1rem;
        overflow-wrap: break-word;
    }

    #contact .lead_sentence {
        font-size: 0.9rem;
    }

    #inquiry_container .inquiry_box > div:first-child {
        margin-left: 0;
    }

    #inquiry_container .inquiry_box > div:last-child {
        margin-right: 0;
    }

    #inquiry_container .content_description {
        padding-left: 15px;
        padding-right: 15px;
    }

    #inquiry_container .content_description span {
        display: inline-block;
        text-align: center;
    }
}

/* ==============================================
ケース一覧
=============================================== */

.case_list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.case_list_item {
    margin-bottom: 34px;
}

.case_list_inner {
    background: #fff;
    margin: 0;
    height: 100%;
    position: relative;
}

.case_list_item a {
    color: #000;
}

.case_list_item a:hover {
    text-decoration: none;
}

#story_case_info .case_list_inner, #column_case_info .case_list_inner {
    background: #D2E8EB;
    margin: 0;
    height: 100%;
    position: relative;
}

.case_list_inner .goal_icon {
    position: absolute;
    left: -5%;
    top: -10%;
    z-index: 100;
    max-width: 75px;
    max-height: 75px;
}

.case_list_item .img {
    /*padding: 0;*/
    /*position: relative;*/
    /*height: 0;*/
    /*padding-bottom: 100%;*/
    /*overflow: hidden;*/
    position: relative;
    width: 100%;
    padding-top: 66.67%;
    overflow: hidden;
}

.case_list_item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*width: auto;*/
    /*height: auto;*/
    /*max-width: 175%;*/
    /*max-height: initial;*/
}

.case_list_item .content {
    padding: 10px 5px;
}

.case_list_inner_tag_area .jpn {
    display: block;
    height: 3.5rem;
    line-height: 1.2em;
}

.case_list_inner_tag_area .eng {
    display: block;
    height: 4rem;
    line-height: 1em;
    word-break: break-all;
}

.case_list_badge_area .jpn {
    font-size: 0.7rem;
    font-weight: bold;
    background-size: 1rem;
    background-position: left 1px bottom 1px;
}

.case_list_badge_area .eng {
    font-size: 0.5rem;
    font-weight: bold;
    background-size: 0.8rem;
    background-position: left 1px bottom 0px;
}

.case_list_badge_new_arrival {
    display: inline-flex;
    margin: 0 5px 5px 0;
    padding: 0.08rem 0.2rem 0 0.2rem;
    vertical-align: middle;
    border: solid 1px #ff6700;
    color: #fff;
    background: #ff6700;
}

.case_list_badge_call_for_donations {
    display: inline-flex;
    margin: 0 5px 5px 0;
    padding: 0.08rem 0.2rem 0 1rem;
    vertical-align: middle;
    border: solid 1px #1d8b9c;
    color: #1d8b9c;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-image: url("../../img/icon/icon_money.svg");
}

.case_list_badge_call_for_comments {
    display: inline-flex;
    margin: 0 5px 5px 0;
    padding: 0.08rem 0.2rem 0 1.2rem;
    vertical-align: middle;
    border: solid 1px #1d8b9c;
    color: #ffffff;
    background-color: #1d8b9c;
    background-repeat: no-repeat;
    background-image: url("../../img/icon/icon_balloon.svg");
}

.case_list_badge_area .eng > span > .case_list_badge_call_for_donations {
    padding: 0.05rem 0.1rem 0.05rem 1rem !important;
}

.case_list_badge_area .eng > span > .case_list_badge_call_for_comments {
    padding: 0.06rem 0.1rem 0.05rem 1rem !important;
}

.case_list_badge_application_closed {
    display: inline-flex;
    margin: 0 5px 5px 0;
    padding: 0.08rem 0.2rem 0 0.2rem;
    vertical-align: middle;
    border: solid 1px #dcdcdc;
    color: #1d8b9c;
    background-color: #dcdcdc;
}


@media screen and (min-width: 767px) {
    .case_list_inner_tag_area .eng {
        line-height: 1.3em;
    }

    .case_list_badge_area .eng {
        line-height: 1.3em;
    }
}

#story_case_info .case_list_item .content, #column_case_info .case_list_item .content {
    padding: 10px 0;
}

.case_list_item .content p {
    margin-bottom: 0.5rem;
}

.case_list_item .title {
    color: #212529;
    font-weight: bold;
    line-height: 1.3rem;
    height: 5rem;
    /* line-height × 2行 */
    display: block;
    overflow: hidden;
}

.case_list_item p.user, .case_list_item p.money, .case_list_item p.limit_time {
    line-height: 25px;
    margin: 0;
}

.case_list_item p.comming_soon {
    line-height: 84px;
    text-align: center;
    margin: 0;
}

.read_sentence {
    width: 50%;
    margin: 80px 0 40px 0;
}

#search_case_page_check_btns {
    padding: 0 15px;
}

#search_case_page_check_btns a:hover {
    text-decoration: none;
}

#search_case_page_check_btns div {
    height: 85px;
}

#search_case_page_check_btns .btn_content {
    width: 100%;
    padding: 0 15px;
    font-size: 15px;
}

#search_case_page_check_btns .btn_content:after {
    border-top: 1px solid #1d8b9c;
    border-right: 1px solid #1d8b9c;
}

#search_case_page_check_btns .btn_content .head {
    padding: 0.75rem 0;
    font-size: 1.1rem;
    color: #000;
}

#search_case_page_check_btns .btn_content .head > span {
    width: 100%;
    border-right: solid 1px #fff;
}

#search_case_page_check_btns .btn_content .content {
    justify-content: center;
    font-weight: bold;
}

#search_case_page_check_btns .archive_icon {
    left: 5%;
    top: -40%;
    position: absolute;
    width: 75px;
    height: 75px;
}

.case_list_inner img.money_img {
    width: 22px;
    height: 22px;
    vertical-align: top;
}

.case_list_inner .icon_wrap img {
    width: 22px;
    height: 22px;
    vertical-align: bottom;
}

@media (max-width: 767px) {
    .case_list_item {
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 10px;
    }

    /*.case_list_item .content {*/
    /*    padding: 0 0 0 10px;*/
    /*    display: flex;*/
    /*    flex-direction: column;*/
    /*    justify-content: space-around;*/
    /*}*/
    .case_list_inner .goal_icon {
        max-width: 60px;
        max-height: 60px;
    }

    .read_sentence {
        width: auto;
        margin: 60px 0 40px 0;
        padding: 0 15px;
    }

    #search_case_page_check_btns {
        padding: 0;
    }

    #search_case_page_check_btns > div:last-of-type {
        margin-top: 28px;
    }

    #search_case_page_check_btns .archive_icon {
        left: 8%;
        top: -15%;
        width: 55px;
        height: 55px;
    }

    .case_list_inner .icon_wrap img {
        width: 20px;
        height: 20px;
        vertical-align: bottom;
    }

    .case_list_inner img.money_img {
        width: 20px;
        height: 20px;
        vertical-align: bottom;
    }
}

/* ==============================================
ケース検索
=============================================== */

.search_all {
    margin-bottom: 20px;
    padding-right: 5px;
}

.search_category {
    margin-bottom: 20px;
    padding-left: 5px;
    position: relative;
}

#pjSearch4Category {
    display: none;
    transition: 0s;
    position: absolute;
    top: 30px;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 99;
    background: rgba(255, 255, 255, 0.9);
    width: 150px;
    padding: 0px 5px;
}

@media (min-width: 768px) {
    .search_all {
        display: inline-block;
    }

    .search_category {
        display: inline-block;
    }

    #pjSearch4Category {
        top: 0;
        left: auto;
        right: -150px;
    }
}

#pjSearch4Category label {
    display: block;
    cursor: pointer;
    border-top: 1px solid #bbb;
    font-size: 1rem;
    line-height: 1rem;
    text-align: center;
    padding: 7px 0;
    margin: 0;
}

#pjSearch4Category label:first-child {
    border-top: none;
}

#pjSearch4Category label:hover, #pjSearch4Category label:active {
    background: rgba(82, 195, 241, 0.4);
}

#pjSearch4Category input[type="radio"] {
    display: none;
}

.search_submit {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    font-size: 1.5rem;
    margin-left: 5px;
}

/* ==============================================
ケース詳細
=============================================== */

.case_detail h2 {
    margin-top: 40px !important;
    /*margin-bottom: 40px !important;*/
}

.case_detail .case_main_image {
    position: relative;
    width: 100%;
    padding-top: 66.67%;
    overflow: hidden;
}

.case_detail .case_main_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.case_detail .goal_icon {
    position: absolute;
    left: -2%;
    top: -5%;
    z-index: 100;
    max-width: 100px;
    max-height: 100px;
}

.case_detail .case_description {
    margin-top: 2.5rem;
    font-size: 1.2rem;
    word-wrap: break-word;
}

.case_detail .case_support, #story_detail .case_support, #column_detail .case_support {
    font-size: 1.5rem;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    background-color: #FF6700;
    color: #fff;
    text-decoration: none;
}

.case_detail .case_support:hover, #story_detail .case_support:hover, #column_detail .case_support:hover {
    text-decoration: none;
}

.case_detail .case_support .btn_content, #story_detail .case_support .btn_content, #column_detail .case_support .btn_content {
    width: 95%;
    text-align: center;
}

.case_detail .case_support .btn_content img, #story_detail .case_support .btn_content img, #column_detail .case_support .btn_content img {
    width: 30px;
    height: 24px;
    margin-right: 5px;
    vertical-align: middle;
}

.case_detail .case_support .btn_content span, #story_detail .case_support .btn_content span, #column_detail .case_support .btn_content span {
    font-size: 18px;
    letter-spacing: 0.2rem;
    font-weight: bold;
}

.case_detail .case_support .btn_content:after, #story_detail .case_support .btn_content:after, #column_detail .case_support .btn_content:after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    width: 12px;
    height: 12px;
}

.case_detail .case_support.support_end .btn_content::after {
    content: none !important
}

.case_detail .case_sidebar {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.case_detail .case_sidebar .title {
    margin: 0 0 0.75rem;
    color: #1d8b9c;
    font-weight: bold;
    font-size: 1.1rem;
}

.case_detail .case_sidebar .title i {
    margin-right: 10px;
}

.case_detail .case_sidebar .value {
    margin: 0;
    font-size: 1.8rem;
    font-weight: bold;
}

.case_detail .case_sidebar .col-6:not(:last-of-type) {
    border-right: solid 2px #fff;
}

.case_detail .case_sidebar .col-6 .value {
    font-size: 1.2rem;
}

.case_detail .case_sidebar .social_title {
    font-size: 0.8rem;
    font-weight: bold;
    letter-spacing: 0.2em;
}

.case_detail .case_sidebar .social-index.facebook, .case_detail .case_sidebar .social-index.twitter, .case_detail .case_sidebar .social-index.instagram, .case_detail .case_sidebar .social-index.line {
    background: none;
}

.case_detail .case_sidebar .case_progress {
    margin: 0;
    height: 32px;
    border-radius: 16px;
}

.case_detail .case_sidebar .case_progress .progress-bar {
    border-radius: 16px 0 0 16px;
}

.case_detail .case_sidebar .list-inline-item:not(:last-child) {
    margin-right: 0;
}

.case_detail .case_sidebar .list-inline-item.title {
    margin-bottom: 0 !important;
    padding: 5px 0;
}

.case_detail #case_tab {
    padding: 40px 0 20px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1100px;
    width: 91%;
    margin: 0 auto;
}

.case_detail #case_tab .count {
    display: inline-block;
    text-align: right;
    border-radius: 50%;
    background: #fff;
    margin: 4px 0 4px 80%;
    width: auto;
    padding: 3px 8px 1px 8px;
    align-items: end;
    font-size: 0.5rem;
}

.case_detail #case_tab p {
    width: 16.5%;
    padding: 0 6px;
}

.case_detail #case_tab p.disp {
    font-weight: bold;
}

.case_detail #case_tab p a {
    display: block;
    width: 100%;
    height: 100%;
    color: #686868;
    line-height: 1.75;
    padding: 12px 6px 20px 6px;
    text-align: center;
    text-decoration: none;
    border-bottom: solid 4px #c9c9c9;
}

.case_detail #case_tab p.disp a {
    color: #000;
    letter-spacing: 0.08rem;
    border-bottom: solid 4px #1d8b9c;
    position: relative;
}

#case_tab p a span {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#case_tab p.disp a span {
    position: relative;
}

#case_tab p.disp a::after {
    content: '';
    position: absolute;
    bottom: -16px;
    display: inline-block;
    width: 4px;
    height: 13px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #1d8b9c;

}

.case_detail .social_back_circle {
    text-align: center;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: #e8f5fd;
    margin: 20px auto;
}

.case_detail .social_back_circle p {
    padding: 30px 0 0 0;
    font-size: 1.3rem;
    margin: 0;
}

.case_detail .header_profile {
    background-color: #fff;
    padding: 20px 40px;
    font-size: 0.9rem;
}

.case_detail .header_profile img {
    border-radius: initial;
    max-width: 100%;
    max-height: initial;
}

.case_detail .header_profile p {
    margin: 0;
}

.case_detail .header_profile p.name {
    margin-top: 0.2rem !important;
    font-weight: bold;
}

.material {
    font-size: 1.2rem;
    margin: 0;
}

.material i {
    vertical-align: middle;
    color: #ed1608;
    margin-right: 10px;
}

.material .name {
    vertical-align: middle;
}

.case_detail #case_contents_section {
    padding-top: 0;
}

.case_detail .case_contents {
    margin-bottom: 30px;
}

.case_detail .case_contents.hide {
    height: 27rem;
    overflow: hidden;
    position: relative;
}

.case_detail .case_contents.show {
    height: auto;
    overflow: hidden;
    position: relative;
}

/* ケースの基本情報の続きを読むボタン(現在は閉じる方法がないので使用されない) */
.case_detail .case_contents .bottom_content.open {
    position: absolute;
    box-sizing: border-box;
    bottom: 0;
    width: 100%;
}

/* ケースの基本情報の続きを読むを閉じるボタン(現在は非表示(開いた状態で固定) */
.case_detail .case_contents .bottom_content.hide {
    /* display: static; */
    display: none;
}

.case_detail .case_contents .bottom_content.no_disp {
    display: none;
}

.case_detail .case_contents .bottom_content a {
    display: block;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    border-bottom: solid 1px #ff6700;
    color: #1d8b9c;
    padding-top: 15px;
    padding-bottom: 5px;
    width: 100%;
    background: #D2E8EB;
}

.case_detail .case_contents .bottom_content a:hover {
    text-decoration: none;
}

/*.case_detail .case_contents .bottom_content a .btn_content {*/
/*    width: 100%;*/
/*}*/

.case_detail .case_contents .bottom_content.open a .btn_content:after {
    content: "+";
    position: absolute;
    top: 30%;
    font-weight: bold;
    font-size: 1.2rem;
    right: 0.5rem;
    width: 7px;
    color: #ff6700;
    height: 7px;
    border-top: 0;
    border-right: 0;
    transform: translate(-50%, -50%);
    margin-top: -7px;
    font-weight: bold;
}

.case_detail .case_contents .bottom_content.hide a .btn_content:after {
    content: "―";
    position: absolute;
    top: 30%;
    font-weight: bold;
    font-size: 1.2rem;
    right: 0.5rem;
    width: 7px;
    height: 7px;
    border-top: 0;
    border-right: 0;
    transform: translate(-50%, -50%);
    margin-top: -5px;
    color: #ff6700;
    font-weight: bold;
}

.case_detail .share_btn_wrap {
    margin-top: 1.5rem;
}

.case_detail #column {
    /*background: #fafafa;*/
    padding-top: 5rem;
}

.case_detail #recommend_case {
    /* padding-bottom: 4rem; */
}

@media (min-width: 768px) {
    .case_detail #column {
        padding-top: 8rem;
    }

    .case_detail #recommend_case {
        /* padding-bottom: 7rem; */
    }

    .case_detail #column h2 {
        /*text-align: left !important;*/
        margin-top: 0 !important;
    }

    .case_detail #column h2::before {
        left: 25px !important;
    }
}

@media (max-width: 767px) {
    .case_detail h2 {
        margin-top: 0 !important;
        /*margin-bottom: 60px !important;*/
    }

    .case_detail .goal_icon {
        max-width: 75px;
        max-height: 75px;
    }

    .case_detail #case_tab {
        padding: 20px 0 10px 0;
    }

    .case_detail #case_tab p {
        font-size: 13px;
        width: 33.3%;
        padding: 0 6px;
    }

    .case_detail #case_tab p a {
        padding: 12px 6px 12px 6px;
    }

    .case_detail .section_under_case_tab {
        padding: 10px 0 40px 0;
    }

    .case_detail #inquiry {
        padding: 0 1rem;
        overflow-wrap: break-word;
    }

    .case_detail .case_sidebar {
        margin-top: 16px;
    }

    .case_detail .case_sidebar .case_progress {
        margin: 0 auto;
        height: 32px;
        width: 85%;
    }

    .case_detail .case_sidebar .title {
        font-size: 14px;
        letter-spacing: 0.1rem;
    }

    .case_detail .case_sidebar .col-4 .value {
        font-size: 1.1rem;
    }

    .case_detail .case_sidebar .social_title {
        font-size: 0.9rem;
        font-weight: bold;
        letter-spacing: 0.1rem;
    }

    .case_detail .share_btn_wrap {
        margin: 20px 0;
    }

    .case_detail .case_description {
        margin-top: 10px;
        font-size: 1.2rem;
        word-wrap: break-word;
        line-height: 2rem;
    }

    .case_detail .case_support .btn_content img, #story_detail .case_support .btn_content img, #column_detail .case_support .btn_content img {
        width: 23px;
        height: 23px;
        margin-right: 5px;
        vertical-align: middle;
    }

    .case_detail .case_support .btn_content span, #story_detail .case_support .btn_content span, #column_detail .case_support .btn_content span {
        font-size: 14px;
        letter-spacing: 0.1rem;
        font-weight: bold;
    }

    .case_detail .case_contents p {
        line-height: 1.7rem;
    }

    .case_detail .header_profile .description {
        margin-top: 16px;
    }
}

/* ==============================================
ケース共通部品
=============================================== */

.case_progress.progress {
    transition: 0s;
    /*margin-top: 10px !important;*/
    height: 5px;
    /*border-radius: 12px;*/
    /*background: #eaf5f4;*/
    border-radius: 0;
}

.case_progress .progress-bar {
    transition: 0s;
    background: #1d8b9c;
    /*border-radius: 12px 0 0 12px;*/
    font-size: 1rem;
}

.case_progress span.half {
    color: #1d8b9c;
    font-size: 1rem;
    margin-top: auto;
    margin-bottom: auto;
}

.profileIcon {
    text-align: center;
    width: 50px;
    height: 50px;
}

.profileIcon img {
    max-height: 100%;
}

/* ==============================================
ログインメニュー
=============================================== */

.login_menu_buttons > div {
    text-align: center;
    margin-bottom: 10px;
}

.login_menu_buttons > div a {
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid rgb(51, 186, 153);
    background: #eaf5f4;
    color: rgba(51, 186, 153, 1);
    border-radius: 10px;
    padding: 5px;
    line-height: 2rem;
}

.login_menu_buttons > div a:hover, .login_menu_buttons > div a:active {
    background: rgb(51, 186, 153);
    color: #fff;
    text-decoration: none;
}

.login_menu_buttons > div a span.count {
    text-align: center;
    height: 2rem;
    min-width: 2rem;
    display: inline-block;
    border: solid 1px #adadad;
    border-radius: 50%;
    background: #fff;
    color: #212529;
}

/* ==============================================
 マイページ
=============================================== */

.mypage_icon img {
    max-height: 150px;
    max-width: 150px;
    width: auto;
}

/* ==============================================
 アカウントの設定
=============================================== */
.prof_image img {
    width: auto;
}

/* ==============================================
Call4とは　ページ
=============================================== */

#aboutCall4 #support_img, #aboutCall4 #about_img, #aboutCall4 #goal_img {
    width: 100%;
    position: relative;
}

#aboutCall4 #support_img:before, #aboutCall4 #about_img:before, #aboutCall4 #goal_img:before {
    content: "";
    display: block;
    padding-top: 49.4195%;
}

#aboutCall4 #support_img img, #aboutCall4 #about_img img, #aboutCall4 #goal_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#aboutCall4 #support_img img {
    width: 53%;
}

#aboutCall4 #about_img img {
    width: 45%;
}

#aboutCall4 #goal_img img {
    width: 45%;
}

#aboutCall4 section {
    padding: 50px 0 0 0;
}

#aboutCall4 h3.to_lawyer {
    background: #45AAB5;
    width: 100%;
    text-align: center;
    color: #fff;
    margin-top: 20px;
}

#aboutCall4_to_lawyer_container {
    padding: 40px 0;
}

#to_lawyer_description {
    max-width: 620px;
    margin: 60px auto;
    text-align: left;
}

#aboutCall4_to_lawyer_container p {
    margin-top: 30px;
    margin-bottom: 30px
}

#aboutCall4_to_lawyer_container img {
    max-width: 250px;
    height: auto;
}

#aboutCall4_menu {
    padding: 40px 0 0 0;
}

#aboutCall4_menu .container {
    max-width: 700px;
}

#aboutCall4_menu a {
    display: inline-block;
    background: #D2E8EB;
    width: 100%;
    color: #000;
    text-decoration: none;
    margin-bottom: 1.5rem;
}

#aboutCall4_menu a .btn_content {
    padding: 1.2rem 2px 1.2rem 0;
    width: 100%;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.1em;
}

#aboutCall4_menu a .btn_content:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0.75rem;
    width: 7px;
    height: 7px;
    border-top: 0;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg);
    margin-top: -5px;
}

#aboutCall4_menu a:hover, .member_list a:hover {
    text-decoration: none;
}

#aboutCall4_about .container, #aboutCall4_goal .container, #aboutCall4_support_container {
    max-width: 700px;
}

#aboutCall4_about h4 {
    margin-top: 35px;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.15em;
}

#aboutCall4_about #service_list {
    margin-bottom: 25px;
}

#aboutCall4_about .description {
    font-size: 0.9rem;
}

#aboutCall4_about #service_list li {
    margin-bottom: 10px;
}

#aboutCall4_about #service_list img {
    width: 25px;
    height: 25px;
    margin-right: 10px;
}

#aboutCall4_about #service_list span {
    line-height: 2rem;
}

#aboutCall4_support h4 {
    margin: 40px 0 25px 0;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.15em;
}

#aboutCall4_support .support_info .support_info_item .support_info_item_inner {
    padding: 40px 0;
    height: 100%;;
}

#aboutCall4_support .support_info .support_info_item .support_info_item_inner > div:not(#credit) {
    width: 88%;
    margin: 0 auto;
}

#credit {
    width: 65%;
    margin: 0 auto;
}

/* ============================================================= */
#aboutCall4_member .modal-wrapper {
    z-index: 9999;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0px;
    text-align: center;
    overflow-y: scroll;
}

#aboutCall4_member .modal-wrapper:not(:target) {
    opacity: 0;
    visibility: hidden;
    transition: 0s !important;
    transition-delay: 0s !important;
}

#aboutCall4_member .modal-wrapper:target {
    opacity: 1;
    visibility: visible;
    transition: 0s;
    transition-delay: 0s !important;
}

#aboutCall4_member .modal-wrapper::after {
    display: inline-block;
    height: 100%;
    margin-left: -.05em;
    vertical-align: middle;
    content: ""
}

#aboutCall4_member .modal-wrapper .modal-window {
    box-sizing: border-box;
    display: inline-block;
    z-index: 20;
    position: relative;
    width: 70%;
    padding: 30px 0px 0px;
    background: #D2E8EB;
    vertical-align: middle
}

#aboutCall4_member .modal-wrapper .modal-window .modal-content {
    max-height: 80vh;
    overflow-y: auto;
    text-align: left
}

#aboutCall4_member .modal-wrapper .modal-window .modal-content {
    background: #D2E8EB;
    border: none;
}

#aboutCall4_member .modal-overlay {
    z-index: 10;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .8)
}

#aboutCall4_member .modal-wrapper .modal-close {
    z-index: 20;
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    color: #95979c !important;
    font-size: 20px;
    font-weight: 700;
    line-height: 35px;
    text-align: center;
    text-decoration: none;
    text-indent: 0
}

#aboutCall4_member .modal-wrapper .modal-close:hover {
    color: #2b2e38 !important
}

#aboutCall4_member a {
    color: #000;
}

#aboutCall4_member hr {
    width: 50%;
    height: 1px;
    text-align: left;
    margin-left: 0px;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    border-top-color: #000000;
}


#aboutCall4_member .li_member_position {
    margin-top: -0.6rem;
    height: 3.2rem;
    line-height: 1.1rem !important;
}

#aboutCall4_member .list_member_position {
    font-size: 0.8rem;
    font-weight: 600;
    height: 3rem;
    line-height: 0.8rem;
}

#aboutCall4_member .list_member_position_en {
    font-size: 0.8rem;
    font-weight: 600;
    height: 2.5rem;
    line-height: 0.8rem;
}

#aboutCall4_member .list_member_position_en .upper {
    padding-top: 0.2rem;
}

#aboutCall4_member .list_member_position_en .lower {
    padding-top: 0.1rem;
}

#aboutCall4_member .list_member_position_dummy {
    display: block;
    font-size: 10px;
    transform: scale(0.7);
    transform-origin: eft top;
    height: 0.7rem;
}

#aboutCall4_member .list_member_position_dummy_en {
    display: block;
    font-size: 10px;
    transform: scale(0.6);
    transform-origin: eft top;
    height: 0.5rem;
}

#aboutCall4_member .list_member_name {
    font-size: 1.3rem;
    font-weight: bold;
}

#aboutCall4_member .list_member_mind {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 3rem;
}

/* ============================================================= */

#aboutCall4_member .member_content:not(:last-child) {
    margin-bottom: 50px;
}

#aboutCall4_member p {
    margin-bottom: 18px;
    line-height: 2rem;
}

#aboutCall4_member .member_description p {
    line-height: 1.6rem !important;
    font-size: 14px !important;
}

#aboutCall4_member .member_description {
    text-align: justify;
}

#aboutCall4_member .member_position {
    font-size: 0.9rem;
    font-weight: 600;
}

#aboutCall4_member .member_name {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 2.5rem;
    letter-spacing: 0.2em;
}

#aboutCall4_member .member_mind {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 20px;
}

#aboutCall4_member .member_name_en {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.05em
}

#aboutCall4_member_row {
    margin-right: -15rem;
    margin-left: -30px;
}

#aboutCall4_member_row img {
    color: #FFFFFF
    display: block;
}

#aboutCall4_member_row .img_wrap {
    padding-right: 3rem;
    background: rgba(70, 137, 154, 0.82);
    background-origin: content-box !important;
    background-clip: content-box;
    display: block;
    overflow: hidden;
    height: 100%;
    z-index: 2;
}

#aboutCall4_member_row div {
    transition: 0s !important;
    transition-delay: 0s !important;
}

#aboutCall4_member_row div:hover {
    color: rgba(70, 137, 154, 1);
}

@media (max-width: 1024px) {
    #aboutCall4_member_row {
        margin-right: -10rem;
        margin-left: 0px;
        padding-bottom: 0.5rem;
    }

    #aboutCall4_member .transform_scale8 {
        display: block;
        width: max-content;
        font-size: 10px;
        transform: scale(0.9);
        transform-origin: 0px 0px;
    }
}

@media (max-width: 767px) {
    #aboutCall4_menu a .btn_content {
        padding: 1.2rem 2px 1.2rem 0;
        width: 100%;
        font-size: 12px;
        font-weight: bold;
        letter-spacing: 0.05rem;
    }

    #aboutCall4_about #service_list img {
        width: 25px;
        height: 25px;
        margin-right: 10px;
    }

    #aboutCall4_about h4 {
        font-size: 18px;
        letter-spacing: 0.1rem;
    }

    #aboutCall4_support h4 {
        margin: 25px 0 15px 0;
        font-size: 18px;
        letter-spacing: 0.1rem;
    }

    #aboutCall4_support .support_info .support_info_item .support_info_item_inner {
        padding: 20px 10px;
        height: 150px;
    }

    #aboutCall4_support .support_info .support_info_item .support_info_item_inner > div:not(#credit) {
        width: 99%;
        margin: 0 auto;
        font-size: 0.9rem;
    }

    #aboutCall4_support .support_info .support_info_item .support_info_item_inner .call4_support_button {
        width: 100%;
    }

    #credit {
        width: 100%;
    }

    #aboutCall4 #inquiry {
        padding: 40px 1rem !important;
        overflow-wrap: break-word;
    }

    #to_lawyer_description, #to_lawyer_img {
        padding: 0 15px;
    }

    #to_lawyer_description {
        margin: 30px auto;
    }

    #aboutCall4_member ul > li {
        margin-bottom: 3px;
    }

    #aboutCall4_member .member_content:not(:last-child) {
        margin-bottom: 40px;
    }

    #aboutCall4_member .member_content .content {
        display: block;
        margin-top: 20px;
    }

    #aboutCall4_member .modal-wrapper .modal-window {
        width: 85%;
    }

    #aboutCall4_member .modal-wrapper .modal-window .modal-content .col-8 {
        padding-left: 0px;
        line-height: 1;
    }

    #aboutCall4_member .member_description p {
        font-size: 11px !important;
    }

    #aboutCall4_member .member_name {
        font-size: 1.2rem;
        font-weight: bold;
    }

    #aboutCall4_member .member_name_en {
        font-size: 0.7rem;
    }

    #aboutCall4_member .member_mind {
        font-size: 1.2rem;
        font-weight: bold;
        margin-bottom: 5px;
    }

    #aboutCall4_name object {
        margin-bottom: 30px;
    }

    #aboutCall4_member_row {
        margin-left: 0rem;
        margin-right: 0rem;
    }

    #aboutCall4_member_row .col-4 {
        padding-right: 4px;
        padding-left: 4px;
    }

    #aboutCall4_member_row .img_wrap {
        padding-right: 1.5rem;
    }

    #aboutCall4_member .li_member_position {
        height: 2.5rem;
        line-height: 0.9rem;
    }

    #aboutCall4_member .list_member_position {
        font-size: 0.8rem;
        font-weight: 600;
        height: 2.5rem;
        line-height: 0.8rem;
    }

    #aboutCall4_member .list_member_position_en {
        font-size: 0.8rem;
        font-weight: 600;
        height: 2.5rem;
    }

    #aboutCall4_member .transform_scale10 {
        display: block;
        width: max-content;
        font-size: 10px;
        transform: scale(1);
    }

    #aboutCall4_member .transform_scale8 {
        display: block;
        width: max-content;
        font-size: 10px;
        transform: scale(0.8);
        transform-origin: 0px 0px;
    }

    #aboutCall4_member .transform_scale7 {
        display: block;
        width: max-content;
        font-size: 10px;
        transform: scale(0.7);
    }

    #aboutCall4_member .list_member_position_en .upper {
        padding-top: 0.2rem;
    }

    #aboutCall4_member .list_member_position_en .lower {
        padding-top: 0.1rem;
    }

    #aboutCall4_member .list_member_position_dummy {
        display: none !important;
    }

    #aboutCall4_member .list_member_position_dummy_en {
        display: none !important;
    }

    #aboutCall4_member .list_member_name {
        font-size: 0.9rem;
        font-weight: bold;
    }

    #aboutCall4_member .list_member_mind {
        font-size: 0.8rem;
        font-weight: bold;
        margin-bottom: 30px;
    }

    #aboutCall4_member .list_member_mark {
        position: absolute;
        bottom: 15px;
        right: 5px;
        height: 20px;
    }


    #aboutCall4_member .list_member_mark .button {
        position: absolute;
        top: 10px;
        right: 10px;
        height: 15px;
        width: auto;
    }

}

/* ==============================================
法律家の皆様へ　ページ
=============================================== */

#toLawyers .lead_sentence {
    margin: 40px 0 65px 0;
}

#toLawyers_call4_mechanism .container, #toLawyers_support .container, #toLawyers_case_creation_condition .container {
    max-width: 680px;
}

#toLawyers_menu {
    padding: 0;
}

#toLawyers_menu a {
    display: inline-block;
    background: #D2E8EB;
    width: 100%;
    color: #000;
    text-decoration: none;
    margin-bottom: 1.5rem;
}

#toLawyers_menu a .btn_content {
    padding: 1.2rem 2px 1.2rem 0;
    width: 100%;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.1em;
}

#toLawyers_menu a .btn_content:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0.75rem;
    width: 7px;
    height: 7px;
    border-top: 0;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg);
    margin-top: -5px;
}

#toLawyers_call4_mechanism .description {
    font-size: 0.9rem;
}

#toLawyers_call4_mechanism h4 {
    margin-top: 50px;
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.1em;
    line-height: 1.5;
}

#toLawyers_call4_mechanism #service_list img {
    width: 40px;
    height: 40px;
    margin-right: 5px;
}

#toLawyers_call4_mechanism .work_outer_box {
    max-width: 1110px !important;
    text-align: center;
}

#toLawyers_call4_mechanism .work_inner_box {
    max-width: 370px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    padding-right: 10px;
    padding-left: 10px;
}

#toLawyers_call4_mechanism .work_title {
    color: #1D8B9C;
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 1.3rem;
    text-align: center;
}

#toLawyers_call4_mechanism .work_headling_num {
    display: inline-block;
    vertical-align: middle;
    font-size: 40px;
    color: #FF6700;
    text-align: center;
    padding: 0px 8px 0px 8px;
}

#toLawyers_call4_mechanism .work_headling_label {
    max-width: 240px;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-weight: bold;
    color: #FFF;
    background-color: #1D8B9C;
    text-align: center;
    padding: 0px 8px 0px 8px;
}

#toLawyers_call4_mechanism .img-number {
    width: 30px !important;
    height: auto;
}

#toLawyers_call4_mechanism .headline-style {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.1em;
}

@media (min-width: 992px) {
    #toLawyers_call4_mechanism .work_block {
        border-right: 1px solid #1D8B9C;
    }
}

#toLawyers_case_creation_method #procedure_list {
    margin: 60px 0 40px 0;
}

#toLawyers_case_creation_method #procedure_list a img {
    width: 25px;
    height: 25px;
}

#toLawyers_case_creation_method .container {
    max-width: 680px;
}

#toLawyers_case_creation_method .description {
    font-size: 0.9rem;
}

#toLawyers_case_creation_method .headline-style {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.1em;
}

@media (max-width: 767px) {
    #toLawyers_menu a .btn_content {
        padding: 1.2rem 2px 1.2rem 0;
        width: 100%;
        font-size: 12px;
        font-weight: bold;
        letter-spacing: 0.05rem;
    }

    #toLawyers_call4_mechanism h4 {
        margin-top: 30px;
        margin-bottom: 30px;
        font-weight: bold;
        font-size: 18px;
        letter-spacing: 0.1rem;
    }

    #toLawyers_call4_mechanism #service_list {
        padding: 0 15px;
    }

    #toLawyers_call4_mechanism #service_list img {
        width: 32px;
        height: 32px;
        margin-right: 5px;
    }

    #toLawyers_support {
        padding: 40px 0 0 0;
    }

    #toLawyers .lead_sentence {
        margin: 40px 0;
    }

    #toLawyers_case_creation_method #procedure_list > div {
        margin-bottom: 30px;
        padding: 0;
    }

    #toLawyers_case_creation_method #pickup_case_description.bg_green {
        background-color: #fff;
    }

    #toLawyers_case_creation_method #pickup_case_description .img > div {
        background-color: #D2E8EB;
    }

    #toLawyers_case_creation_method #pickup_case_description .string {
        background-color: #fff;
    }

    .create_case_btn {
        width: 100%;
        padding: 13px 0;
    }

    .create_case_btn .btn_content {
        width: 100%;
    }

    #toLawyers_case_creation_method #procedure_list {
        margin: 60px 0 0 0;
    }

    #toLawyers #inquiry {
        padding: 0 1rem;
        overflow-wrap: break-word;
    }
}

/* ==============================================
ストーリー一覧
=============================================== */

.story_list {
    margin: 0;
    padding: 0;
}

.story_list_item {
    margin-bottom: 80px;
}

.story_list a {
    color: #000;
    text-decoration: none;
}

.story_list a:hover {
    color: #000;
    text-decoration: none;
}

.story_list_item .story_list_item_content {
}

.story_list_item .img_wrap {
    padding: 40px;
}

.story_list_item .img_wrap > div {
    padding-left: 0;
    padding-right: 0;
}

.story_list_item .img_wrap > div:first-of-type {
    margin-right: -0.5px;
}

.story_list_item .img_wrap > div:last-of-type {
    margin-right: -0.5px;
}

.story_list_item .string_wrap {
    margin: 0 0 15px 35px;
    margin-top: -15px;
}

.story_list_item .img_wrap .img {
    position: relative;
    width: 100%;
    padding-top: 66.7%;
    overflow: hidden;
    margin: 0 auto;
}

.story_list_item .img_wrap .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    /* 画像の最大サイズは枠の1.5倍まで */
    max-width: 150%;
    max-height: 100%;
}

.story_list_item .date {
    /*color: #000;*/
    /*!*background: #ff6700;*!*/
    padding: 0.25rem 0.25rem 0.25rem 0.5rem;
    /*font-size: 0.8rem;*/
    /*letter-spacing: 0.05em;*/
    /*width: 95px;*/
    /*height: 25px;*/
    /*text-align: center;*/
    /*display: inline-block;*/
    color: #6c757d !important;
    font-size: 0.8rem !important;
    letter-spacing: 0.05em !important;
}

.story_list_item .story_title {
    font-size: 1.2rem;
    font-weight: bold;
    /*padding-left: 25px;*/
    display: inline-block;
    letter-spacing: 0.04em;
    position: relative;
    /*padding: 0 28px;*/
    max-width: 100%;
    word-break: break-all;
}

/*@media (min-width: 767px) {*/
.story_list_item .story_title::before {
    content: "";
    display: inline-block;
    background-image: url("../../img/quotation_before.svg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: -1px;
    left: 0px;
    font-size: 2rem;
    font-weight: bold;
    color: #ff6700;
    width: 16px;
    height: 16px;
}

.story_list_item .story_title::after {
    content: "";
    display: inline-block;
    background-image: url("../../img/quotation_after.svg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 1px;
    right: 5px;
    font-size: 2rem;
    font-weight: bold;
    color: #ff6700;
    width: 16px;
    height: 16px;
}

.story_list_item .story_title {
    padding: 0 25px;
}

/*}*/

.story_list_item .description_wrap {
    margin-top: 0.6rem !important;
}

.story_list_item .story_description {
    padding-left: 120px;
    display: inline-block;
    letter-spacing: 0.04em;
}

.story_list .continue_link {
    position: relative;
    margin-left: auto;
    padding: 0 15px 5px 0;
    font-size: 12px;
}

.story_list .continue_link:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0.25rem;
    width: 7px;
    height: 7px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg);
    margin-top: -5px;
}

@media (max-width: 767px) {
    .story_list_item {
        margin-bottom: 20px;
    }

    .story_list_item .story_title {
        font-size: 1.1rem;
        font-weight: bold;
    }

    .story_list_item .story_description {
        padding-left: 0;
    }

    .story_list_item .img_wrap {
        padding: 20px;
    }

    .story_list_item .img_wrap > div:first-of-type {
        margin-right: 0;
    }

    .story_list_item .img_wrap > div:last-of-type {
        margin-right: 0;
    }

    .story_list_item .string_wrap {
        margin: 0 0 5px 20px;
        margin-top: -10px;
    }

    .story_list_item .title_wrap {
        /*margin-top: 0.6rem!important;*/
    }

    .story_list_item .date {
        letter-spacing: 0.07rem;
    }
}

/*　Q&A
-------------------------------------------------*/

#qa h3 {
    margin-bottom: 100px !important;
}

.qa_list .qa_list_content {
    margin-bottom: 80px;
}

.qa_list .qa_q_wrap {
    background: url("../../img/list_qa_q.svg") no-repeat left top / contain;
    padding-top: 92%;
    position: relative;
}

#index .qa_q_wrap {
    background: url("../../img/index_qa_q.svg") no-repeat center center / contain;
    padding-top: 92%;
    position: relative;
}

.qa_list .qa_q_wrap .qa_q_string {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#index .qa_q_wrap .qa_q_string {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.qa_list .qa_q_wrap .qa_q_string p {
    position: absolute;
    top: 40%;
    left: 5%;
    transform: translateY(-40%);
    width: 80%;
    text-align: center;
    font-weight: bold;
}

#index .qa_q_wrap .qa_q_string p {
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    width: 80%;
    text-align: center;
    font-weight: bold;
}

.qa_list .qa_a_wrap {
    margin-top: 7px;
    background-image: url("../../img/list_qa_a.svg");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 9% auto;
    height: auto;
    padding-top: 12%;
}

#index .qa_a_wrap {
    margin-top: 4%;
    background-image: url("../../img/index_qa_a_left.svg"), url("../../img/index_qa_a_right.svg");
    background-position: left top, right bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: 11% auto, 9% auto;
    height: auto;
    padding-top: 69%;
    width: 90%;
    margin-right: auto;
}

#index .qa_a_wrap .qa_a_string {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.qa_list .qa_a_wrap .qa_a_string {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#index .qa_a_wrap .qa_a_string p {
    position: absolute;
    top: 40%;
    left: 15%;
    transform: translateY(-50%);
    width: 70%;
    text-align: left;
    font-size: 16px;
    line-height: 1.8rem;
    letter-spacing: 0.04em;
    margin-top: 28px;
}

.qa_list .qa_a_wrap .qa_a_string p {
    margin-top: 1rem;
}

@media (max-width: 960px) and (min-width: 767px) {
    #index .qa_a_wrap {
        padding-top: 84%;
        width: 100%;
    }

    #index .qa_a_wrap .qa_a_string p {
        width: 75%;
    }
}

@media (max-width: 767px) {
    #qa h3 {
        margin-bottom: 30px !important;
    }

    /* #qa section:not(#inquiry):not(:first-of-type) {
        padding-top: 0;
    } */
    .qa_list .qa_list_content {
        margin-bottom: 28px;
    }

    .qa_list .read_answer_btn {
        color: #fff;
        background: #ff6700;
        position: absolute;
        border-radius: 50%;
        top: 40%;
        right: 5%;
        text-align: center;
        width: 28px;
        height: 28px;
        padding: 0.25rem;
    }

    .qa_list .qa_list_answer {
        display: none;
    }

    .qa_list .qa_list_answer.open {
        display: block;
    }

    .qa_list .qa_q_wrap {
        background: url("../../img/list_qa_q_sp.svg") no-repeat center center / contain;
        padding-top: 47%;
        position: relative;
        margin-left: 0;
        margin-bottom: 25px;
        width: 100%;
    }

    #index .qa_q_wrap {
        background: url("../../img/index_qa_q_sp.svg") no-repeat center center / contain;
        padding-top: 47%;
        position: relative;
        margin: 0;
        width: 100%;
    }

    .qa_list .qa_q_wrap .qa_q_string p {
        position: absolute;
        top: 50%;
        left: 20%;
        transform: translateY(-50%);
        width: 60%;
        text-align: center;
        font-weight: bold;
    }

    #index .qa_q_wrap .qa_q_string p {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        width: 100%;
        text-align: center;
        font-weight: bold;
    }

    .qa_list .qa_a_wrap {
        margin-top: 0;
        position: static;
        margin-left: 15px;
        width: 100%;
        background-size: 11% auto;
    }

    #index .qa_a_wrap {
        margin-top: 0;
        background: url("../../img/index_qa_a_sp.svg") no-repeat left top / 11% auto;
        padding-top: 43%;
        position: static;
        margin-left: 15px;
        width: 100%;
    }

    #index .qa_a_wrap .qa_a_string {
        position: static;
    }

    .qa_list .qa_a_wrap .qa_a_string {
        position: static;
    }

    #index .qa_a_wrap .qa_a_string p {
        position: static;
        margin-top: -45%;
        margin-left: 15%;
        width: 70%;
        font-size: 14px;
        text-align: left;
        transform: none;
    }

    .qa_list .qa_a_wrap .qa_a_string p {
        position: static;
        margin-top: -10%;
        margin-left: 15%;
        width: 80%;
        text-align: left;
        transform: none;
    }
}

/*　ストーリーページ
-------------------------------------------------*/

.story_entry {
    max-width: 690px;
    margin: 0 auto;
    padding: 0;
}

.story_entry .story_thumbnail, .story_entry .story_title, .story_entry .story_content {
    margin: 40px 0 0 0;
    padding-top: 16px;
}

.story_entry .story_thumbnail {
    position: relative;
    min-height: 0%;
}

.story_entry .story_title {
    min-height: 0%;
}

.story_entry .story_title .date, .column_entry .column_title .date {
    font-family: YuGothic;
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 4%;
    vertical-align: middle;
    margin-top: 16px;    
    margin-bottom: 16px;
    display: flex;
    align-items: center;
}

.story_entry .story_thumbnail .date, .column_entry .column_thumbnail .date {
    position: absolute;
    color: #fff;
    background: #ff6700;
    left: 5%;
    top: 97%;
    padding: 0.25rem 0.25rem 0.25rem 0.5rem;
    font-size: 0.8rem;
    letter-spacing: 0.05em;
    width: 95px;
    height: 25px;
    text-align: center;
    display: inline-block;
}

#story_detail #related_column, #column_detail #related_column {
    background: #fafafa;
    padding: 80px 0;
}

.story_entry .story_content figcaption, .column_entry .column_content figcaption {
    text-align: left;
    font-size: 0.875rem;
    color: #929292;
}

#column_detail > section > .container, #story_detail > section > .container {
    max-width: 738px;
}

@media (max-width: 767px) {
    .home-banners-section {
        flex-direction: column-reverse;
    }
    #story_detail section:not(#story_case_info):not(#inquiry):not(#related_story):not(#related_column):not(.home-banners-section) {
        padding: 0 0 32px 0;
    }

    .story_entry {
        padding: 0;
    }

    .story_entry .story_title {
        margin: 15px 0 0 0;
    }

    .story_entry .story_content {
        margin: 15px 0;
    }

    .story_entry .story_thumbnail {
        margin: 0 0 32px 0;
    }

    .column_entry .story_thumbnail {
        margin: 0 0 48px 0;
    }

    .story_entry .story_title, .story_entry .story_content {
        padding: 0 15px;
    }

    .story_entry .story_thumbnail .date {
        top: 95%;
        letter-spacing: 0.07rem;
    }

    #story_detail #related_story {
        padding: 40px 0;
    }

    #story_detail #related_column {
        padding: 40px 0;
    }
}

/*　アーカイブページ
-------------------------------------------------*/

#archive #start_project_img {
    width: 603px;
    height: 298px;
    max-width: 100%;
    position: relative;
}

#archive #start_project_img img {
    width: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#archive_archive_project .container, #archive_start_project .container, #archive_project_manage .container, #archive_about_support .container, #archive_to_all .container {
    max-width: 600px;
    word-wrap: break-word;
}

#archive_archive_menu {
    padding: 40px 0 0 0;
}

#archive_archive_menu a {
    display: inline-block;
    background: #D2E8EB;
    width: 100%;
    color: #000;
    text-decoration: none;
    margin-bottom: 1.5rem;
}

#archive_archive_menu a .btn_content {
    padding: 1.2rem 2px 1.2rem 0;
    width: 100%;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.1em;
}

#archive_archive_menu a .btn_content:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0.75rem;
    width: 7px;
    height: 7px;
    border-top: 0;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg);
    margin-top: -5px;
}

#archive_archive_menu a:hover {
    text-decoration: none;
}

@media (max-width: 767px) {
    #archive #start_project_img {
        max-height: 172px;
    }

    #archive section:not(#archive_archive_menu):not(#inquiry) {
        padding: 40px 0 0 0;
    }

    #archive_archive_menu {
        padding: 0;
    }

    #archive_archive_menu #project_managed_link {
        padding-right: 7.5px;
    }

    #archive_archive_menu #about_support_link {
        padding-left: 7.5px;
    }

    #archive_archive_menu a .btn_content {
        padding: 1.2rem 2px 1.2rem 0;
        width: 100%;
        font-size: 12px;
        font-weight: bold;
        letter-spacing: 0.05rem;
    }
}

/*　利用規約ページ
-------------------------------------------------*/

#kiyaku #kiyaku_kiyaku_menu .kiyaku_menu_list {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    margin: 0 auto;
}

#kiyaku #kiyaku_kiyaku_menu .kiyaku_menu_list .kiyaku_menu_list_content {
    flex: 18%;
    max-width: 18%;
}

#kiyaku #kiyaku_kiyaku_menu .kiyaku_menu_list .kiyaku_menu_list_content a {
    width: 100%;
    display: inline-block;
}

#kiyaku_kiyaku_menu {
    padding: 40px 0 0 0;
}

#kiyaku_kiyaku_menu a {
    display: inline-block;
    background: #D2E8EB;
    width: 100%;
    color: #000;
    text-decoration: none;
    margin-bottom: 1.5rem;
}

#kiyaku_kiyaku_menu a .btn_content {
    padding: 1.2rem 2px 1.2rem 0;
    width: 100%;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.1em;
}

#kiyaku_kiyaku_menu a .btn_content:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0.75rem;
    width: 7px;
    height: 7px;
    border-top: 0;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg);
    margin-top: -5px;
}

#kiyaku_kiyaku_menu a:hover {
    text-decoration: none;
}

@media (max-width: 767px) {
    /* #kiyaku section:not(#kiyaku_kiyaku_menu):not(#inquiry) {
        padding: 40px 0 0 0;
    } */

    #kiyaku #kiyaku_kiyaku_menu .kiyaku_menu_list .kiyaku_menu_list_content {
        flex: 48%;
        max-width: 48%;
    }

    #kiyaku_kiyaku_menu {
        padding: 0;
    }

    #kiyaku_kiyaku_menu a .btn_content {
        padding: 1.2rem 2px 1.2rem 0;
        width: 100%;
        font-size: 12px;
        font-weight: bold;
        letter-spacing: 0.05rem;
    }
}

/*　お知らせ一覧
-------------------------------------------------*/

.news_list {
    max-width: 720px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

.news_list li {
    margin-bottom: 10px;
    font-size: 0.9rem;
}

.news_list a {
    color: #212529;
}

.news_list p {
    margin-right: auto;
    margin-left: auto;
    max-width: 500px;
}

/*　ボード
-------------------------------------------------*/

#board .board_list {
    list-style: none;
    padding: 0;
}

#board .board_list .board_item {
    margin-bottom: 45px;
    background: #D2E8EB;
    padding: 5px 0;
}

#board_detail .board_item {
    background: #D2E8EB;
    padding-top: 5px;
}

#board .board_list .board_item .date, #board_detail .board_item .date {
    color: #fff;
    background: #ff6700;
    padding: 0.25rem 0.25rem 0.25rem 0.5rem;
    font-size: 0.8rem;
    letter-spacing: 0.05em;
    width: 95px;
    height: 25px;
    text-align: center;
    display: inline-block;
}

#board .board_list .board_item .board_title a, #board_detail .board_item .board_title {
    font-weight: bold;
    color: #000;
    font-size: 1.1rem;
}

#board .board_list .board_item .case_title a, #board_detail .board_item .case_title a {
    color: #727171;
}

#board .board_list .board_item .count, #board_detail .board_item .count {
    color: #ff6700;
    font-size: 1rem;
    font-weight: normal;
}

#board .board_list .board_item a, #board .board_list .board_item a:hover {
    text-decoration: none;
}

#board .board_list .board_item:nth-child(even) {
}

#board .board_list .board_item .btn_content {
    padding: 0;
}

#board .board_list .board_item .btn_content:after {
    right: 1rem;
    width: 0;
    height: 0;
    border-top: 0;
    border-right: 0;
}

#board .board_list .board_item .comment_btn {
    background: #D2E8EB;
    border: 1px solid #D2E8EB;
    font-weight: bold;
    display: inline-block;
    padding: 0 15px;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    border-radius: 15px;
    height: 30px;
    line-height: 30px;
    color: #000;
}

#board .board_list .board_item .comment_btn .btn_content {
    padding: 0 30px;
}

#board .board_list .board_item .comment_btn .btn_content:after {
    right: 0.75rem;
    width: 7px;
    height: 7px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
}

#board .board_list .board_item .board_item_inner {
    position: relative;
    background: #fff;
    padding: 30px;
}

#board_detail .board_item .board_item_inner {
    background: #fff;
    padding: 30px;
}

#board .board_list .board_item .board_item_inner .goal_icon {
    position: absolute;
    left: 2%;
    top: -20%;
    z-index: 100;
    max-width: 70px;
    max-height: 70px;
}

#board_detail .board_comment_item {
    flex-wrap: wrap;
}

#board_detail .board_comment_description {
    width: 50%;
    margin: 0 auto 30px auto;
    text-align: center;
    background: #fff;
    border-radius: 30px;
    padding: 0.5rem 1rem;
    font-weight: bold;
}

#board_detail .board_comment_item .prof_icon {
    width: 5%;
}

#board_detail .board_comment_item .name {
    width: 80%;
    font-weight: bold;
    word-break: break-all;
    word-wrap: break-word;
    padding-left: 0.75rem;
}

#board_detail .board_comment_item .name a, #board_detail .board_comment_item .name a:hover {
    color: #000;
    text-decoration: none;
}

#board_detail .board_comment_item .date {
    width: 15%;
    text-align: right;
    padding-left: 1rem;
    font-size: 0.85rem;
}

#board_detail .board_comment_item .comment {
    width: 95%;
    margin-left: auto;
    padding-left: 0.75rem;
    word-break: break-all;
    word-wrap: break-word;
    font-size: 0.9rem;
}

#board_detail .board_comment_list {
    list-style-type: none;
    padding: 0 30px;
}

#board_detail .board_comment_list li {
    padding: 20px 0;
    border: 1px solid rgba(0, 0, 0, .125);
    border-left: 0;
    border-right: 0;
    margin-bottom: -1px;
}

#board_detail .comment_form_wrap {
    padding: 0 30px;
}

#board_detail .comment_form_wrap.nobody {
    position: relative;
}

#board_detail .comment_form_wrap.nobody:after {
    width: 100%;
    height: 100%;
    z-index: 0;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.5);
}

#board_detail .comment_form_wrap .comment_form_cover {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    text-align: center;
}

#board_detail .comment_form_wrap .comment_form_cover a {
    background: #ddd;
    width: 35%;
    height: 50px;
    line-height: 50px;
    color: #000;
}

#board_detail .comment_form_wrap .comment_form_cover a:hover {
    text-decoration: none;
}

#board_detail .comment_form_wrap .comment_form_cover a img {
    width: 25px;
    height: 25px;
}

#board_detail .comment_form_wrap .comment_form_name .prof_icon {
    width: auto;
}

#board_detail .comment_form_wrap .comment_form_name .name {
    width: 85%;
    padding-left: 0.75rem;
    font-weight: bold;
}

#to_board_list .btn_content {
    padding: 0 22px 0 32px;
}

#to_board_list .btn_content:after {
    left: 0.75rem;
    border-top: 0;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 0;
}

@media (max-width: 767px) {
    #board .board_list .board_item .date, #board_detail .board_item .date {
        letter-spacing: 0.07rem;
    }

    #board_container {
        padding-left: 0;
        padding-right: 0;
    }

    #board_container .lead_sentence {
        padding: 0 15px;
    }

    #board .board_list .board_item {
        padding-right: 15px;
        margin-bottom: 30px;
        padding-top: 2px;
        padding-bottom: 2px;
    }

    #board_detail .board_item {
        background: #fff;
        padding-top: 0;
    }

    #board .board_list .board_item .board_item_inner .goal_icon {
        left: 75%;
        max-width: 60px;
        max-height: 60px;
        top: -10%;
    }

    #board_detail .board_item .board_item_inner {
        background: #fff;
        padding: 0;
    }

    #board .board_list .board_item .btn_content:after {
        right: 1rem;
        width: 7px;
        height: 7px;
        border-top: 1px solid #000;
        border-right: 1px solid #000;
    }

    #board_detail .board_comment_item_description {
        width: 100%;
    }

    #board_detail .board_comment_item .prof_icon {
        width: 15%;
    }

    #board_detail .board_comment_item .name {
        width: 50%;
    }

    #board_detail .board_comment_item .date {
        width: 35%;
    }

    #board_detail .board_comment_item .comment {
        width: 100%;
        padding-left: 0;
        padding-top: 1rem;
        padding-bottom: 1rem;
        border-bottom: solid 1px #000;
    }

    #board_detail .board_comment_list {
        list-style-type: none;
        padding: 0;
    }

    #board_detail .board_comment_list li {
        padding: 0 0 20px 0;
        border: 0;
        border-left: 0;
        border-right: 0;
        margin-bottom: -1px;
    }

    #board_detail .comment_form_wrap {
        padding: 0;
    }

    #board_detail .comment_form_wrap .comment_form_cover a {
        width: 75%;
    }

    #to_board_list .btn_content {
        padding: 0 22px 0 37px;
    }
}

/*　支援者の声ページ
    -------------------------------------------------*/

.case_detail .support_comment_item {
    flex-wrap: wrap;
    padding-top: 1rem;
    padding-bottom: 1rem;
    outline: none;
    border: none;
    border-bottom: solid 1px #000;
}

.case_detail .support_comment_description {
    width: 50%;
    margin: 0 auto 30px auto;
    text-align: center;
    background: #fff;
    border-radius: 30px;
    padding: 0.5rem 1rem;
    font-weight: bold;
}

.case_detail .support_comment_item .prof_icon {
    width: 5%;
}

.case_detail .support_comment_item .name {
    width: 10%;
    font-weight: bold;
    font-size: 0.875rem;
    word-break: break-all;
    word-wrap: break-word;
    padding-left: 0.75rem;
}

.case_detail .support_comment_item .name a, .case_detail .support_comment_item .name a:hover {
    color: #000;
    text-decoration: none;
}

.case_detail .support_comment_item .date {
    width: 12%;
    text-align: right;
    padding-left: 1rem;
    font-size: 0.8125rem;
}

.case_detail .support_comment_item .comment {
    width: 73%;
    padding-left: 1rem;
    word-break: break-all;
    word-wrap: break-word;
    font-size: 0.9rem;
}

@media (max-width: 767px) {
    .case_detail .support_comment_description {
        width: 100%;
    }

    .case_detail .support_comment_item .prof_icon {
        width: 15%;
    }

    .case_detail .support_comment_item .name {
        width: 50%;
    }

    .case_detail .support_comment_item .date {
        width: 35%;
    }

    .case_detail .support_comment_item .comment {
        width: 100%;
        padding-left: 0;
        padding-top: 1rem;
    }
}

/* ==============================================
知っておきたい！公共訴訟のキホン　ページ
=============================================== */

#thebasics h3 {
    font-size: 41px;
    letter-spacing: 0.1rem;
}

#thebasics a:hover {
    text-decoration: none;
}

#thebasics section .container {
    max-width: 1000px;
}

#thebasics #thebasics_header {
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
}

#thebasics #thebasics_header_content {
    padding-top: 40px;
    max-width: 800px;
    margin: 0 auto;
}

#thebasics #thebasics_header_border {
    padding-bottom: 80px;
    background-image: url("../../img/thebasics/header_content_border.svg");
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

#thebasics #thebasics_header_content span.text_orange {
    font-size: 1.6rem;
}

#thebasics #thebasics_header_content #header_what_img {
    width: 74px;
    height: 73px;
}

#thebasics #thebasics_header_content #header_what_title img {
    width: 72px;
    height: 16px;
}

#thebasics #thebasics_header_content #header_why_img {
    width: 69px;
    height: 80px;
}

#thebasics #thebasics_header_content #header_why_title img {
    width: 54px;
    height: 16px;
}

#thebasics #thebasics_header_content #header_how_img {
    width: 40px;
    height: 89px;
}

#thebasics #thebasics_header_content #header_how_title img {
    width: 54px;
    height: 16px;
}

#thebasics #thebasics_title #header_title_special {
    width: 67px;
    height: 198px;
}

#thebasics #thebasics_title #header_title_wrap {
    padding-left: 23px;
    max-width: 720px;
    margin-top: -8px;
}

#thebasics #thebasics_title #header_title {
    width: 100%;
    max-width: 680px;
    height: auto;
}

#thebasics #thebasics_title > div > .align-self-start:not(#header_title_wrap) {
    margin-top: -20px;
}

#thebasics #thebasics_menu {
    padding: 40px 0 25px;
}

#thebasics #thebasics_menu a {
    display: inline-block;
    background: #fff;
    width: 100%;
    color: #000;
    text-decoration: none;
    margin-bottom: 1.5rem;
}

#thebasics #thebasics_menu a .btn_content {
    padding: 0.75rem 2px 0.75rem 0;
    width: 100%;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.1em;
}

#thebasics #thebasics_menu a .btn_content::before {
    content: ' ';
    background-size: 22px 22px;
    background-repeat: no-repeat;
    position: absolute;
    top: 25%;
    left: 0.75rem;
    width: 21px;
    height: 21px;
}

#thebasics #thebasics_menu a.no_1 .btn_content::before {
    background-image: url('../../img/thebasics/menu_no_1.svg');
}

#thebasics #thebasics_menu a.no_2 .btn_content::before {
    background-image: url('../../img/thebasics/menu_no_2.svg');
}

#thebasics #thebasics_menu a.no_3 .btn_content::before {
    background-image: url('../../img/thebasics/menu_no_3.svg');
}

#thebasics #thebasics_menu a.no_4 .btn_content::before {
    background-image: url('../../img/thebasics/menu_no_4.svg');
}

#thebasics #thebasics_menu a.no_5 .btn_content::before {
    background-image: url('../../img/thebasics/menu_no_5.svg');
}

#thebasics #thebasics_menu a .btn_content:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0.75rem;
    width: 7px;
    height: 7px;
    border-top: 0;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg);
    margin-top: -5px;
}

#thebasics #thebasics_section_1 .section_no_wrap, #thebasics #thebasics_section_2 .section_no_wrap, #thebasics #thebasics_section_3 .section_no_wrap, #thebasics #thebasics_section_4 .section_no_wrap, #thebasics #thebasics_section_5 .section_no_wrap {
    max-width: 61px;
    width: 61px;
    height: 70px;
    max-height: 70px;
}

#thebasics #thebasics_section_1 #shape_list .shape[data-shape_no="1"] {
    width: 100%;
    max-width: 229px;
    margin: 0 1rem;
}

#thebasics #thebasics_section_1 #shape_list .shape[data-shape_no="1"] .wrap {
    background-image: url("../../img/thebasics/section1_balloon_1.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left top;
    padding-top: 86%;
    height: 0;
    position: relative;
}

#thebasics #thebasics_section_1 #shape_list .shape[data-shape_no="1"] .wrap .string {
    position: absolute;
    top: 45%;
    left: 81%;
    transform: translateY(-45%) translateX(-80%);
    margin: auto;
    width: 80%;
}

#thebasics #thebasics_section_1 #shape_list .shape[data-shape_no="2"] {
    width: 100%;
    max-width: 218px;
    margin: 0 1rem;
}

#thebasics #thebasics_section_1 #shape_list .shape[data-shape_no="2"] .wrap {
    background-image: url("../../img/thebasics/section1_balloon_2.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left top;
    padding-top: 78%;
    height: 0;
    position: relative;
}

#thebasics #thebasics_section_1 #shape_list .shape[data-shape_no="2"] .wrap .string {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translateY(-30%) translateX(-50%);
    margin: auto;
    width: 100%;
}

#thebasics #thebasics_section_1 #shape_list .shape[data-shape_no="3"] {
    width: 100%;
    max-width: 291px;
    margin: 0 1rem;
}

#thebasics #thebasics_section_1 #shape_list .shape[data-shape_no="3"] .wrap {
    background-image: url("../../img/thebasics/section1_balloon_3.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
    padding-top: 66%;
    height: 0;
    position: relative;
}

#thebasics #thebasics_section_1 #shape_list .shape[data-shape_no="3"] .wrap .string {
    position: absolute;
    top: 50%;
    left: 36%;
    transform: translateY(-50%) translateX(-35%);
    margin: auto;
}

#thebasics #thebasics_section_1 .section_1_age_before {
    width: 55px;
    height: 26px;
}

#thebasics #thebasics_section_1 .section_1_age_after, #thebasics #thebasics_section_1 .section_1_age_year {
    width: 47px;
    height: 18px;
}

#thebasics #thebasics_section_1 .before_after_table > .heading {
    font-size: 1.3rem;
    letter-spacing: 0.1rem;
}

#thebasics #thebasics_section_2 #section2_time_icon_img {
    width: 80px;
    height: 90px;
}

#thebasics #thebasics_section_2 #section2_money_icon_img {
    width: 80px;
    height: 85px;
}

#thebasics #thebasics_section_2 #section2_lawyer_icon_img {
    width: 80px;
    height: 115px;
}

#thebasics #thebasics_section_2 #enquete .wrap {
    position: relative;
    max-width: 100%;
    background: #FFFFFF;
    border: 3px solid #FF8000;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}

#thebasics #thebasics_section_2 #enquete .wrap > .content {
    padding: 32px 30px 5px 30px;
}

#thebasics #thebasics_section_2 #enquete .wrap .wrap_title {
    position: absolute;
    background: #fff;
    height: 21px;
    top: -16px;
    left: 32px;
    padding: 0 0 0 12px;
}

#thebasics #thebasics_section_2 #enquete .title {
    font-size: 26px;
    margin-bottom: 45px;
}

#thebasics #thebasics_section_2 #enquete .answer_list .answer {
    display: flex;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

#thebasics #thebasics_section_2 #enquete .answer_list .answer .rank, #thebasics #thebasics_section_2 #enquete .answer_list .answer .heading {
    padding-right: 1rem;
}

#thebasics #thebasics_section_2 #enquete .answer_list .answer .rank {
    width: 8%;
    display: flex;
    align-items: end;
    height: 33px;
}

#thebasics #thebasics_section_2 #enquete .answer_list .answer .rank img {
    width: 15px;
    height: 29px;
}

#thebasics #thebasics_section_2 #enquete .answer_list .answer .rank .font_1_1x {
    font-weight: bold;
    line-height: 2.43rem;
}

#thebasics #thebasics_section_2 #enquete .answer_list .answer .heading {
    font-size: 22px;
    width: 17%;
    font-weight: bold;
    letter-spacing: 0.15rem;
}

#thebasics #thebasics_section_2 #enquete .answer_list .answer .content {
    width: 75%;
    font-weight: bold;
    line-height: 2.1rem;
    letter-spacing: 0.05rem;
}

@media (max-width: 920px) and (min-width: 768px) {
    #thebasics #thebasics_section_2 #enquete .answer_list .answer .rank {
        width: 12%;
    }

    #thebasics #thebasics_section_2 #enquete .answer_list .answer .heading {
        width: 22%;
    }

    #thebasics #thebasics_section_2 #enquete .answer_list .answer .content {
        width: 66%;
    }
}

#thebasics #thebasics_section_2 #guidance .guidance_content_list .guidance_content {
    display: flex;
    margin-bottom: 44px;
}

#thebasics #thebasics_section_2 #guidance .guidance_content_list .guidance_content .description {
    line-height: 2.1rem;
    letter-spacing: 0.05rem;
}

#thebasics #thebasics_section_2 #guidance .guidance_content_list .guidance_content .img {
    flex: 0 0 10%;
    max-width: 10%;
}

#thebasics #thebasics_section_2 #guidance .guidance_content_list .guidance_content .triangle_period {
    width: 19px;
    height: 22px;
}

#thebasics #thebasics_section_2 #guidance .guidance_content_list .guidance_content .triangle_lawyer {
    width: 28px;
    height: 33px;
}

#thebasics #thebasics_section_2 #guidance .guidance_content_list .guidance_content .title div.text_orange {
    font-size: 27px;
}

#thebasics #thebasics_section_2 #guidance .guidance_content_list .guidance_content .heading {
    font-size: 18px;
    font-weight: bold;
}

#thebasics #thebasics_section_2 #guidance .guidance_content_list .guidance_content .judge_period {
    width: 100%;
    font-size: 15px;
    line-height: 1.25;
}

#thebasics #thebasics_section_2 #guidance .guidance_content_list .guidance_content .judge_period .item {
    max-width: 45px;
    width: 100%;
}

#thebasics #thebasics_section_2 #guidance .guidance_content_list .guidance_content .judge_period .item.event {
    max-width: 133px;
    width: 100%;
    font-weight: bold;
    align-self: center;
}

@media (max-width: 1100px) and (min-width: 921px) {
    #thebasics #thebasics_section_2 #guidance .guidance_content_list .guidance_content .judge_period .item {
        max-width: 25px;
        width: 100%;
    }

    #thebasics #thebasics_section_2 #guidance .guidance_content_list .guidance_content .judge_period .item.event {
        max-width: 100px;
    }
}

@media (max-width: 920px) and (min-width: 768px) {
    #thebasics #thebasics_section_2 #guidance .guidance_content_list .guidance_content .judge_period .item {
        max-width: 20px;
    }

    #thebasics #thebasics_section_2 #guidance .guidance_content_list .guidance_content .judge_period .item.event {
        max-width: 85px;
    }
}

#thebasics #thebasics_section_3 .assist_method_various > div:not(.img) {
    width: 60%;
    flex: 60%;
}

#thebasics #thebasics_section_3 .assist_method_various > div.img {
    width: 40%;
    flex: 40%;
    text-align: center;
    align-self: start;
}

#thebasics #thebasics_section_3 #section3_share_img {
    width: 117px;
    height: auto;
}

#thebasics #thebasics_section_3 #section3_donate_img {
    width: 79px;
    height: auto;
    margin-top: 29px;
}

#thebasics #thebasics_section_3 #section3_research_img {
    width: 94px;
    height: auto;
}

#thebasics #thebasics_section_3 #section3_observe_img {
    width: 82px;
    height: auto;
}

#thebasics #thebasics_section_4 a.case_or_story .btn_content:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0.5rem;
    width: 7px;
    height: 7px;
    border-top: 1px solid #ff6700;
    border-right: 1px solid #ff6700;
    transform: rotate(45deg);
    margin-top: -2px;
}

#thebasics #thebasics_section_5 .country_name {
    font-size: 1.1rem;
    font-weight: bold;
    letter-spacing: 0.05rem;
}

#thebasics #thebasics_section_5 #overseas_case_list .overseas_case_item #title_in_us_img {
    width: 61px;
    height: 28px;
}

#thebasics #thebasics_section_5 #overseas_case_list .overseas_case_item #title_in_taiwan_img {
    width: 142px;
    height: 28px;
}

#thebasics #thebasics_section_5 #overseas_case_list .overseas_case_item .before_after_table .before_img {
    width: 59px;
    height: 18px;
}

#thebasics #thebasics_section_5 #overseas_case_list .overseas_case_item .before_after_table #in_us_2012-2014_img {
    width: 47px;
    height: 60px;
}

#thebasics #thebasics_section_5 #overseas_case_list .overseas_case_item .before_after_table #in_us_after_img, #thebasics #thebasics_section_5 #overseas_case_list .overseas_case_item .before_after_table #in_taiwan_after_img, #thebasics #thebasics_section_5 #overseas_case_list .overseas_case_item .before_after_table #in_taiwan_2015_img {
    width: 47px;
    height: 18px;
}

#thebasics #thebasics_section_5 #overseas_case_list .overseas_case_item .successful_reason .successful_reason_content {
    position: relative;
    max-width: 100%;
    background: #FFFFFF;
    border: 3px solid #FF8000;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}

#thebasics #thebasics_section_5 #overseas_case_list .overseas_case_item .successful_reason .successful_reason_content .wrap_title {
    position: absolute;
    top: -28px;
    left: 28px;
    padding: 0 0.5rem;
    background: #fff;
}

#thebasics #thebasics_section_5 #overseas_case_list .overseas_case_item .successful_reason .successful_reason_content .wrap_title img {
    width: 155px;
    height: 49px;
}

#thebasics #thebasics_section_5 #overseas_case_list .overseas_case_item .successful_reason .successful_reason_content .no_list {
    padding: 40px 35px 16px 35px;
}

#thebasics #thebasics_section_5 #overseas_case_list .overseas_case_item .successful_reason .successful_reason_content .no_list .no_list_content {
    margin-bottom: 30px;
}

#thebasics #thebasics_section_5 #overseas_case_list .overseas_case_item .successful_reason .successful_reason_content .no_round {
    width: 33px;
    height: 33px;
}

#thebasics .before_after_table .content {
    background-image: url("../../img/thebasics/before_after.svg");
    background-position: 8% top;
    background-repeat: no-repeat;
    background-size: auto 85%;
}

#thebasics #thebasics_section_1 .before_after_table .content {
    background-image: url("../../img/thebasics/before_after_section_1.svg");
    background-position: 7% top;
    background-repeat: no-repeat;
    background-size: auto 88%;
}

#thebasics #thebasics_section_1 .before_after_table[data-name="no_1"] .content {
    background-size: auto 95%;
}

@media all and (-ms-high-contrast: none) {
    #thebasics .before_after_table .content {
        background-position: 35% top;
    }

    #thebasics #thebasics_section_1 .before_after_table .content {
        background-position: 45% top;
    }

    #thebasics #thebasics_section_1 .before_after_table[data-name="no_1"] .content {
        background-position: 100% top;
    }
}

#thebasics .before_after_table .content .age {
    width: 10%;
}

#thebasics .before_after_table .content .event {
    width: 88%;
    margin-left: 12%;
    margin-bottom: 32px;
}

#thebasics .before_after_table .content .event .lead {
    font-weight: bold;
    letter-spacing: 0.05rem;
    margin-bottom: 10px;
}

#thebasics .before_after_table .content .event span:not(.lead) {
    letter-spacing: 0.05rem;
    line-height: 1.8rem;
}

#thebasics .before_after_table .content .event .bg_green {
    letter-spacing: 0.05rem;
    line-height: 1.8rem;
}

#thebasics #thebasics_section_guidance {
    padding: 40px 0 20px 0;
}

#thebasics #thebasics_section_guidance .bg_orange {
    padding: 35px 0;
}

#thebasics .rounded_img {
    padding: 0;
    position: relative;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
    border-radius: 50%;
}

#thebasics .rounded_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    max-width: 125%;
    max-height: initial;
}

#thebasics .toggle_contents .bottom_content.no_disp {
    display: none;
}

@media (min-width: 768px) {
    #thebasics .balloon {
        position: relative;
        max-width: 100%;
        background: #FFFFFF;
        border: 2px solid #FF8000;
        border-radius: 40px;
        -webkit-border-radius: 40px;
        -moz-border-radius: 40px;
        margin-left: 30px;
    }

    #thebasics .balloon .balloon_inner {
        padding: 25px 30px 25px 30px;
        line-height: 2.1rem;
        letter-spacing: 0.05rem;
    }

    #thebasics .balloon:after, #thebasics .balloon:before {
        border: solid transparent;
        content: '';
        height: 0;
        width: 0;
        pointer-events: none;
        position: absolute;
        right: 100%;
        top: 25%;
    }

    #thebasics .balloon:after {
        border-color: rgba(255, 255, 255, 0);
        border-top-width: 9px;
        border-bottom-width: 9px;
        border-left-width: 22px;
        border-right-width: 22px;
        margin-top: -9px;
        border-right-color: #FFFFFF;
    }

    #thebasics .balloon:before {
        border-color: rgba(255, 128, 0, 0);
        border-top-width: 11px;
        border-bottom-width: 11px;
        border-left-width: 26px;
        border-right-width: 26px;
        margin-top: -11px;
        margin-right: 2px;
        border-right-color: #FF8000;
    }

    #thebasics .toggle_contents .bottom_content {
        display: none;
    }
}

#thebasics #thebasics_to_top_btn {
    position: fixed;
    right: 2%;
    bottom: 2%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 2500;
}

#thebasics #thebasics_to_top_btn img {
    width: 37px;
    height: auto;
    vertical-align: middle;
}

#thebasics #section_case_story_btn {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 2000;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    padding: 0;
}

#thebasics #section_case_story_btn .container {
    padding-top: 20px;
    padding-bottom: 10px;
}

#thebasics .case_list_item p:not(.title) {
    font-size: 13px;
}

#thebasics .case_list_item.story .date {
    color: #fff;
    background: #ff6700;
    padding: 0.25rem 0.25rem 0.25rem 0.5rem;
    font-size: 0.8rem;
    letter-spacing: 0.05em;
    width: 95px;
    height: 25px;
    text-align: center;
    display: inline-block;
}

#thebasics .case_list_item.story .title {
    height: auto;
    margin-bottom: 10px;
    font-size: 15px;
}

#thebasics .social_title {
    font-size: 0.8rem;
    font-weight: bold;
    letter-spacing: 0.2em;
    color: #1d8b9c;
}

@media (max-width: 767px) and (min-width: 681px) {
    #thebasics #thebasics_header_border {
        padding-bottom: 20px !important;
        padding-top: 50px !important;
    }
}

@media (max-width: 767px) {
    #thebasics h3 {
        font-size: 1.6rem;
    }

    #thebasics .font_1_1x {
        font-size: 1.1rem;
        letter-spacing: 0.05rem;
        line-height: 1.9rem;
    }

    #thebasics .font_1_375x {
        font-size: 1.2rem;
        font-weight: bold;
        letter-spacing: 0.05rem;
    }

    #thebasics #thebasics_section_2 h3, #thebasics #thebasics_section_4 h3, #thebasics #thebasics_section_5 h3 {
        margin-top: 5px;
    }

    #thebasics section .container .bg_white.pr-md-45px {
        padding: 25px 12px;
    }

    #thebasics #thebasics_header {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
    }

    #thebasics #thebasics_header_content {
        padding-top: 0;
    }

    #thebasics #thebasics_header_border {
        padding-bottom: 45px;
        padding-top: 5px;
    }

    #thebasics #thebasics_header_content span.text_orange {
        font-size: 14px;
    }

    #thebasics #thebasics_header_content #header_what_img {
        width: 38px;
        height: auto;
    }

    #thebasics #thebasics_header_content #header_what_title img {
        width: 52px;
        height: auto;
    }

    #thebasics #thebasics_header_content #header_why_img {
        width: 38px;
        height: auto;
    }

    #thebasics #thebasics_header_content #header_why_title img {
        width: 40px;
        height: auto;
    }

    #thebasics #thebasics_header_content #header_how_img {
        width: auto;
        height: 55px;
    }

    #thebasics #thebasics_header_content #header_how_title img {
        width: 40px;
        height: auto;
    }

    #thebasics #thebasics_title > div > .align-self-start:not(#header_title_wrap) {
        margin-top: -12px;
    }

    #thebasics #thebasics_title #header_title_special {
        width: 35px;
        max-height: 198px;
        height: auto;
    }

    #thebasics #thebasics_title #header_title_wrap {
        padding-left: 17px;
        padding-right: 5px;
        margin-top: -4px;
    }

    #thebasics #thebasics_title #header_title {
        width: 100%;
        max-width: 100%;
        max-height: 195px;
        height: auto;
    }

    #thebasics #thebasics_menu .row > div {
        padding-left: 0;
        padding-right: 0;
    }

    #thebasics #thebasics_menu a .btn_content {
        padding: 1rem 2px 1rem 48px;
        font-size: 13px;
    }

    #thebasics #thebasics_section_1 .section_no_wrap, #thebasics #thebasics_section_2 .section_no_wrap, #thebasics #thebasics_section_3 .section_no_wrap, #thebasics #thebasics_section_4 .section_no_wrap, #thebasics #thebasics_section_5 .section_no_wrap {
        max-width: 44px;
        width: 44px;
        height: 53px;
        max-height: 53px;
    }

    #thebasics #thebasics_section_1 #shape_list {
        margin-bottom: 2rem;
    }

    #thebasics #thebasics_section_1 #shape_list .font_1_1x {
        line-height: 1.8rem;
    }

    #thebasics #thebasics_section_1 #shape_list .shape[data-shape_no="1"] {
        width: 50%;
        max-width: 50%;
        margin: 0;
    }

    #thebasics #thebasics_section_1 #shape_list .shape[data-shape_no="1"] .wrap {
        background-image: url("../../img/thebasics/section1_balloon_1_sp.svg");
        padding-top: 117%;
    }

    #thebasics #thebasics_section_1 #shape_list .shape[data-shape_no="1"] .wrap .string {
        position: absolute;
        top: 36%;
        left: 50%;
        transform: translateY(-35%) translateX(-50%);
        margin: auto;
        width: 100%;
    }

    #thebasics #thebasics_section_1 #shape_list .shape[data-shape_no="2"] {
        width: 50%;
        max-width: 50%;
        margin: -20% 0 16px 50%;
    }

    #thebasics #thebasics_section_1 #shape_list .shape[data-shape_no="2"] .wrap {
        background-image: url("../../img/thebasics/section1_balloon_2_sp.svg");
        padding-top: 86%;
    }

    #thebasics #thebasics_section_1 #shape_list .shape[data-shape_no="2"] .wrap .string {
        position: absolute;
        top: 45%;
        left: 20%;
        transform: translateY(-45%) translateX(-20%);
        margin: auto;
        width: 75%;
    }

    #thebasics #thebasics_section_1 #shape_list .shape[data-shape_no="3"] {
        width: 100%;
        max-width: 240px;
        margin: 0;
    }

    #thebasics #thebasics_section_1 #shape_list .shape[data-shape_no="3"] .wrap {
        background-image: url("../../img/thebasics/section1_balloon_3_sp.svg");
        padding-top: 62.5%;
    }

    #thebasics #thebasics_section_1 #shape_list .shape[data-shape_no="3"] .wrap .string {
        position: absolute;
        top: 60%;
        left: 71%;
        transform: translateY(-60%) translateX(-70%);
        margin: auto;
        width: 75%;
    }

    #thebasics #thebasics_section_1 .section_1_age_before, #thebasics #thebasics_section_1 .section_1_age_after, #thebasics #thebasics_section_1 .section_1_age_year {
        width: 43px;
        height: 14px;
    }

    #thebasics #thebasics_section_2 #enquete .wrap .wrap_title {
        position: absolute;
        background: #fff;
        height: 16px;
        top: -16px;
        left: 50%;
        transform: translateX(-50%);
        margin: auto;
        width: 88%;
        text-align: center;
        display: inline-block;
    }

    #thebasics #thebasics_section_2 #enquete .wrap .wrap_title .font_1_1x {
        letter-spacing: 0;
        font-size: 1rem;
    }

    #thebasics #thebasics_section_2 #enquete .title {
        margin-top: 27px;
        margin-bottom: 27px;
        text-align: center;
        font-size: 20px;
        font-weight: bold;
    }

    #thebasics #thebasics_section_2 #enquete .wrap > .content {
        padding: 16px 16px 5px 16px;
    }

    #thebasics #thebasics_section_2 #enquete .answer_list .answer {
        margin-bottom: 20px;
    }

    #thebasics #thebasics_section_2 #enquete .answer_list .answer .rank, #thebasics #thebasics_section_2 #enquete .answer_list .answer .heading, #thebasics #thebasics_section_2 #enquete .answer_list .answer .content {
        padding-right: 0;
    }

    #thebasics #thebasics_section_2 #enquete .answer_list .answer .rank {
        width: 15%;
        display: flex;
        align-items: flex-end;
    }

    #thebasics #thebasics_section_2 #enquete .answer_list .answer .rank .font_1_1x {
        line-height: 1.25rem;
    }

    #thebasics #thebasics_section_2 #enquete .answer_list .answer .heading {
        width: 85%;
        padding: 5px 0 0 12px;
        font-size: 1.35rem;
    }

    #thebasics #thebasics_section_2 #enquete .answer_list .answer .content {
        width: 100%;
        margin-top: 1rem;
    }

    #thebasics #thebasics_section_2 #guidance .guidance_content_list .guidance_content .img {
        flex: 0 0 18%;
        max-width: 18%;
    }

    #thebasics #thebasics_section_2 #section2_lawyer_icon_img {
        width: 80px;
        height: 101px;
    }

    #thebasics #thebasics_section_2 #guidance .guidance_content_list .guidance_content .title {
        align-self: center;
        margin: 0.9rem 0 0 !important;
    }

    #thebasics #thebasics_section_2 #guidance .guidance_content_list .guidance_content .title > div:first-child {
        padding: 0.01rem 0.75rem !important;
        margin-bottom: 0.5rem;
    }

    #thebasics #thebasics_section_2 #guidance .guidance_content_list .guidance_content .title div.text_orange {
        font-size: 19px;
    }

    #thebasics #thebasics_section_2 #guidance .guidance_content_list .guidance_content {
        margin-bottom: 35px;
    }

    #thebasics #thebasics_section_2 #guidance .guidance_content_list .guidance_content .description {
        margin-top: 1rem;
        line-height: 1.9rem;
        letter-spacing: 0.05rem;
    }

    #thebasics #thebasics_section_2 #guidance .guidance_content_list .guidance_content .judge_period {
        height: auto;
        width: 100%;
        line-height: 1.5;
    }

    #thebasics #thebasics_section_2 #guidance .guidance_content_list .guidance_content .judge_period .item {
        max-width: 66.666667%;
        width: 66.666667%;
        flex: 66.666667%;
        margin-bottom: 16px;
    }

    #thebasics #thebasics_section_2 #guidance .guidance_content_list .guidance_content .judge_period .item.event {
        max-width: 75%;
        width: 75%;
        font-size: 15px;
        flex: 75%;
    }

    #thebasics #thebasics_section_2 #guidance .guidance_content_list .guidance_content .judge_period div:not(.item) {
        flex: 66.666667%;
        max-width: 66.666667%;
        width: 66.666667%;
        text-align: center;
    }

    #thebasics #thebasics_section_2 #guidance .guidance_content_list .guidance_content .triangle_period, #thebasics #thebasics_section_2 #guidance .guidance_content_list .guidance_content .triangle_lawyer {
        transform: rotate(-270deg);
    }

    #thebasics #thebasics_section_3 .assist_method_various .img {
        width: 100px;
        height: auto;
    }

    #thebasics #thebasics_section_3 .assist_method_various .lead.text_orange {
        font-size: 1.15rem;
        letter-spacing: 0.05rem;
    }

    #thebasics #thebasics_section_3 #section3_share_img {
        width: 100%;
        height: auto;
        margin: 14px 0;
    }

    #thebasics #thebasics_section_3 #section3_donate_img {
        width: auto;
        height: 100px;
        margin: 14px 0;
    }

    #thebasics #thebasics_section_3 #section3_research_img {
        width: auto;
        height: 120px;
        margin: 14px 0;
    }

    #thebasics #thebasics_section_3 #section3_observe_img {
        width: auto;
        height: 120px;
        margin: 14px 0;
    }

    #thebasics .balloon {
        position: relative;
        max-width: 100%;
        background: #FFFFFF;
        border: 2px solid #FF8000;
        border-radius: 40px;
        -webkit-border-radius: 40px;
        -moz-border-radius: 40px;
        margin-left: 0;
        margin-top: 32px;
    }

    #thebasics .balloon:after, #thebasics .balloon:before {
        border: solid transparent;
        content: '';
        height: 0;
        width: 0;
        pointer-events: none;
        position: absolute;
        bottom: 100%;
        left: 50%;
    }

    #thebasics .balloon:after {
        border-color: rgba(255, 255, 255, 0);
        border-top-width: 25px;
        border-bottom-width: 25px;
        border-left-width: 10px;
        border-right-width: 10px;
        margin-left: -10px;
        border-bottom-color: #FFFFFF;
    }

    #thebasics .balloon:before {
        border-color: rgba(255, 128, 0, 0);
        border-top-width: 30px;
        border-bottom-width: 30px;
        border-left-width: 12px;
        border-right-width: 12px;
        margin-left: -12px;
        margin-bottom: 2px;
        border-bottom-color: #FF8000;
    }

    #thebasics .balloon .balloon_inner {
        padding: 20px 16px 20px 16px;
        line-height: 1.8rem;
    }

    #thebasics .balloon .balloon_inner .text_under_orange {
        background: linear-gradient(transparent 85%, rgba(255, 103, 0, 0.5) 15%);
    }

    #thebasics #thebasics_section_5 {
        padding-bottom: 0;
    }

    #thebasics #thebasics_section_5 .country_name {
        font-size: 1rem;
        font-weight: bold;
        letter-spacing: 0.05rem;
    }

    #thebasics #thebasics_section_5 #overseas_case_list .overseas_case_item .successful_reason .successful_reason_content .no_list {
        padding: 30px 12px 30px 12px;
    }

    #thebasics #thebasics_section_5 #overseas_case_list .overseas_case_item .successful_reason .successful_reason_content .wrap_title {
        position: absolute;
        top: -28px;
        left: 50%;
        width: 120px;
        transform: translateX(-50%);
        margin: auto;
        padding: 0 0.5rem;
        background: #fff;
    }

    #thebasics #thebasics_section_5 #overseas_case_list .overseas_case_item .successful_reason .successful_reason_content .no_list .no_list_content {
        margin-bottom: 20px;
    }

    #thebasics #thebasics_section_5 #overseas_case_list .overseas_case_item .successful_reason .successful_reason_content .no_list .no_list_content .title span {
        font-size: 16px !important;
    }

    #thebasics #thebasics_section_5 #overseas_case_list .overseas_case_item .successful_reason .successful_reason_content .no_round {
        width: 28px;
        height: 28px;
    }

    #thebasics #thebasics_section_5 #overseas_case_list .overseas_case_item .before_after_table .before_img {
        width: 55px;
        height: 14px;
    }

    #thebasics #thebasics_section_5 #overseas_case_list .overseas_case_item .before_after_table #in_us_2012-2014_img {
        width: 35px;
        height: auto;
        margin-left: 5px;
    }

    #thebasics #thebasics_section_5 #overseas_case_list .overseas_case_item .before_after_table #in_us_after_img, #thebasics #thebasics_section_5 #overseas_case_list .overseas_case_item .before_after_table #in_taiwan_after_img, #thebasics #thebasics_section_5 #overseas_case_list .overseas_case_item .before_after_table #in_taiwan_2015_img {
        width: 43px;
        height: 14px;
    }

    #thebasics_section_guidance {
        padding: 40px 0 20px 0 !important;
    }

    #thebasics_section_guidance .container .content {
        padding-bottom: 20px;
    }

    #thebasics #thebasics_section_guidance .bg_orange {
        padding: 35px 25px;
    }

    #thebasics .before_after_table .content {
        background-image: url("../../img/thebasics/before_after_sp.svg");
        background-size: auto 80%;
        background-position: 13% top;
    }

    #thebasics #thebasics_section_1 .before_after_table .content {
        background-image: url("../../img/thebasics/before_after_section_1_sp.svg");
        background-size: auto 85%;
        background-position: 12% top;
    }

    #thebasics #thebasics_section_1 .before_after_table[data-name="no_1"] .content {
        background-size: auto 87%;
    }

    #thebasics .before_after_table .content .age {
        width: 20%;
    }

    #thebasics .before_after_table .content .event {
        width: 80%;
        margin-left: 20%;
        margin-bottom: 32px;
    }

    #thebasics .before_after_table .content .before .event .lead.font-weight-bold {
        font-size: 1rem;
    }

    #thebasics #thebasics_to_top_btn {
        position: fixed;
        right: 1%;
        bottom: 27%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        z-index: 2000;
    }

    #thebasics #thebasics_to_top_btn img {
        width: 27px;
        height: auto;
        vertical-align: middle;
    }

    #thebasics .toggle_contents.hide {
        overflow: hidden;
        position: relative;
    }

    #thebasics .toggle_contents[data-toggle="section1_toggle_1"] {
        margin-bottom: 32px;
    }

    #thebasics .toggle_contents[data-toggle="section1_toggle_1"].hide {
        height: 140px;
    }

    #thebasics .toggle_contents[data-toggle="section1_toggle_2"].hide {
        height: 240px;
    }

    #thebasics .toggle_contents[data-toggle="section2_toggle_1"].hide {
        height: 30px;
    }

    #thebasics .toggle_contents[data-toggle="section2_toggle_2"].hide {
        height: 30px;
    }

    #thebasics .toggle_contents[data-toggle="section2_toggle_3"].hide {
        height: 30px;
    }

    #thebasics .toggle_contents[data-toggle="section4_toggle_1"].hide {
        height: 348px;
    }

    #thebasics .toggle_contents[data-toggle="section4_toggle_2"].hide {
        height: 348px;
    }

    #thebasics .toggle_contents[data-toggle="section4_toggle_3"].hide {
        height: 325px;
    }

    #thebasics .toggle_contents[data-toggle="section5_toggle_1"].hide {
        padding-top: 25px;
        height: 218px;
    }

    #thebasics .toggle_contents[data-toggle="section5_toggle_2"].hide {
        padding-top: 25px;
        height: 265px;
    }

    #thebasics .toggle_contents.show {
        height: auto;
        overflow: hidden;
        position: relative;
    }

    #thebasics .toggle_contents[data-toggle="section5_toggle_1"].show {
        padding-top: 25px;
    }

    #thebasics .toggle_contents[data-toggle="section5_toggle_2"].show {
        padding-top: 25px;
    }

    #thebasics .toggle_contents .bottom_content.open {
        position: absolute;
        box-sizing: border-box;
        bottom: 0;
        width: 100%;
    }

    #thebasics .toggle_contents .bottom_content.hide {
        display: static;
    }

    #thebasics .toggle_contents .bottom_content a {
        display: block;
        text-decoration: none;
        cursor: pointer;
        text-align: center;
        border-bottom: solid 1px #000;
        color: #000;
        padding-top: 7px;
        padding-bottom: 5px;
        width: 100%;
        background: #fff;
    }

    #thebasics .toggle_contents .bottom_content a:hover {
        text-decoration: none;
    }

    #thebasics .toggle_contents .bottom_content a .btn_content {
        width: 100%;
    }

    #thebasics .toggle_contents .bottom_content.open a .btn_content:after {
        content: "+";
        position: absolute;
        top: 50%;
        right: 0.5rem;
        width: 7px;
        height: 7px;
        border-top: 0;
        border-right: 0;
        transform: none;
        margin-top: -12px;
        z-index: 10;
    }

    #thebasics .toggle_contents .bottom_content.hide a .btn_content:after {
        content: "―";
        position: absolute;
        top: 50%;
        right: 0.5rem;
        width: 7px;
        height: 7px;
        border-top: 0;
        border-right: 0;
        transform: none;
        margin-top: -5px;
        z-index: 10;
    }

    #thebasics #section_case_story_btn .container {
        padding-bottom: 40px;
    }

    #thebasics #section_case_story_btn .container .lead {
        font-size: 1rem;
        letter-spacing: 0.1em;;
    }

    #thebasics .social_title {
        font-size: 1rem;
    }
}

/*　コラムページ
-------------------------------------------------*/

#column section:not(#inquiry) {
    background: #fff;
}

.home-column-list-section {
    padding: 40px 0 0;
}

#column section#inquiry, #column_detail section#inquiry {
    padding: 80px 0 40px 0;
}

.column_list_item {
    margin-bottom: 60px;
}

.column_list a {
    color: #000;
    text-decoration: none;
}

.column_list a:hover {
    color: #000;
    text-decoration: none;
}

.column_list_item .date {
    /*color: #b7b7b7;*/
    margin-bottom: 2px;
    /*font-size: 0.8rem;*/
    /*letter-spacing: 0.05em;*/
    color: #6c757d !important;
    font-size: 0.8rem !important;
    letter-spacing: 0.05em !important;
}

.column_list_item .title {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.04em;
    max-height: 3.5rem;
    height: 　auto;
    line-height: 1.4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin-bottom: 10px;
}

.column_list_item .sub_title {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 10px;
}

.column_list_item .category_list .category_list_item, #column .keywords .category_list .category_list_item, .column_keywords .category_list .category_list_item {
    padding: 0.175rem 0.5rem;
    border-radius: 16px;
    border: solid 1px #ff6700;
    color: #FF6700;
    font-weight: bold;
    font-size: 0.825rem;
    margin-bottom: 0.5rem;
}

.tag_list {
    padding: 0.175rem 0.5rem 0.1rem 0.5rem;
    border-radius: 16px;
    border: solid 1px #1d8b9c;
    color: #1d8b9c;
    font-weight: bold;
    font-size: 0.825rem;
    margin-bottom: 0.5rem;
    margin-right: 0.5rem;
    background-color: #ffffff;
    text-decoration: none;
}

.tag_list:hover, .tag_list .active {
    background-color: #1d8b9c;
}

.tag_list:hover a {
    text-decoration: none;
    color: #ffffff !important;
}

.column_list_item .category_list .category_list_item a, .column_keywords .category_list .category_list_item a {
    color: #FF6700;
    font-weight: bold;
    text-decoration: none;
}

.column_list_item .img {
    padding: 0;
    position: relative;
    height: 0;
    padding-bottom: 53%;
    overflow: hidden;
    margin-bottom: 15px;
}

.column_list_item .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: initial;
}

#column .keywords {
    border-bottom: solid 2px #A5A5A5;
}

.column_entry {
    max-width: 690px;
    margin: 0 auto;
    padding: 0;
}

.column_entry .column_thumbnail, .column_entry .column_title, .column_entry .column_content {
    margin: 20px 0 30px 0;
}

.column_title .sub_title {
    margin-left: 16px;
    overflow: hidden;
    color: var(--Grey-Grey600, #515F69);
    text-overflow: ellipsis;
    font-family: YuGothic;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 16.8px */
    letter-spacing: 0.48px;
}

.column_entry .column_date {
    text-align: center;
    color: #b7b7b7;
    font-size: 0.8rem;
    letter-spacing: 0.05em;
}

#column_detail {
    margin-bottom: 40px;
    padding-bottom: 0;
}

#column_detail .container {
    padding: 0;
}

.column_entry .column_content {
    color: #000;
}

.column_entry .column_content p {
    margin-bottom: 2rem;
}

.column_entry .column_content .bg_white_box {
    background: #fff;
    padding: 32px;
    margin-bottom: 2rem;
    font-size: 1rem;
    line-height: 1.8rem;
}

.column_entry .column_content .toc_box {
    background: var(--Grey-Grey50, #F4F6F7);
    padding: 24px;
    margin-bottom: 16px;
}

.column_entry .column_content .toc_box .ez-toc-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.column_entry .column_content .toc_box .ez-toc-list li {
    margin-bottom: 0;
    padding-bottom: 0;
    font-family: YuGothic;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 170%; /* 23.8px */
    letter-spacing: 0.56px;
}

.column_entry .column_content .toc_box .ez-toc-list a {
    color: var(--Teal-Teal600, #1D8B9C);
    text-decoration: none;
}

.column_entry .column_content .toc_box .ez-toc-title-container {
    display: flex;
    align-items: center;
}

.column_entry .column_content .toc_box .ez-toc-title {
    color: var(--Grey-Grey950, #212529);
    font-family: YuGothic;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 170%; /* 27.2px */
    letter-spacing: 0.64px;
    margin-bottom: 8px;
}

.ez-toc-cssicon-toggle-label {
    display: none;
}

.column_entry .column_content .toc_box .ez-toc-title-toggle {
    display: block;
    order: 1;
    width: 16px;
    height: 16px;
    margin-bottom: 2rem;
    padding-top: 2px;
}

.column_entry .column_content .toc_box .ez-toc-btn {
    box-shadow: none;
    text-decoration: none;
    text-shadow: none;
    cursor: pointer;
    display: block !important;
    width: 16px;
    height: 16px;
}

.column_entry .column_content .toc_box .ez-toc-icon-toggle {
    font-size: 16px;
    margin-left: 2px;
    width: 16px;
    height: 16px;
}

.column_entry .column_content .toc_box .ez-toc-btn.not_active .ez-toc-icon-toggle::before {
    transform: rotate(-90deg);
}

.column_entry .column_content .toc_box .ez-toc-btn .ez-toc-icon-toggle::before {
    content: "";
    width: 16px;
    height: 16px;
    border-top: 15px solid #000;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
}

.column_entry .column_content .other_articlel_link_box {
    background: #fff;
    padding: 32px;
    margin-bottom: 2rem;
    text-align: left;
}

.column_entry .column_content .other_articlel_link_box a {
    color: #FF6700;
}

.column_entry .column_content .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin-bottom: 2rem;
}

.column_entry .column_content .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

.column_entry .column_content .author_box {
    padding-top: 32px;
    border-top: solid 1px #000;
    margin-bottom: 2rem;
    font-size: 0.875rem;
    line-height: 1.8rem;
}

.column_entry .column_content figcaption {
    text-align: left;
    font-size: 0.875rem;
    margin-bottom: 4rem;
    color: #929292;
}

@media (max-width: 767px) {
    #column section#inquiry, #column_detail section#inquiry {
        padding: 40px 1rem;
    }

    .column_list_item .category_list .category_list_item, #column .keywords .category_list .category_list_item, .column_keywords .category_list .category_list_item {
        font-size: 0.93rem;
    }

    .column_list_item .img {
        padding-bottom: 54%;
    }

    /*.column_list_item .date {*/
    /*    color: #b7b7b7;*/
    /*    margin-bottom: 2px;*/
    /*    letter-spacing: 0.07rem;*/
    /*    font-size: 12px;*/
    /*}*/
    .column_list_item .title {
        height: auto;
        max-height: 6.7rem;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        font-size: 14px;
        line-height: 1.6rem;
    }

    .column_list_item .sub_title {
        font-size: 13px;
        font-weight: normal;
    }

    #column_detail section:not(#column_case_info):not(#inquiry):not(#related_story):not(#related_column) {
        /* padding: 0 0 40px 0; */
    }
    #column_case_info, #related_story, #related_column, #related_column {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    #column_detail #related_story {
        /* padding: 40px 0; */
    }

    #column_detail #related_column {
        /* padding: 40px 0; */
    }

    .column_title {
        padding-left: 16px;
        padding-right: 16px;
    }

    .column_title .sub_title {
        text-align: left;
    }

    .column_entry .column_date {
        padding-top: 40px;
    }

    .column_entry .column_content {
        margin: 0 0 30px 0;
        padding-left: 16px;
        padding-right: 16px;
    }

    .column_entry .column_thumbnail {
        margin: 0 0 30px 0;
    }

    .column_entry .column_content .toc_box .ez-toc-list li {
        padding-left: 2.2rem;
        text-indent: -2.2rem;
        padding-bottom: 14px;
    }
}

/*　期日カレンダーページ
-------------------------------------------------*/
#calendar .calendar_list {
    max-width: 700px;
    margin: 0 auto;
    color: #231815;
}

#calendar .calendar_list .calendar_list_item {
    margin-bottom: 60px;
}

#calendar .calendar_list .calendar_list_item .calendar_list_item_content .date_content {
    max-width: 130px;
    flex: 0 0 130px;
}

#calendar .calendar_list .calendar_list_item .calendar_list_item_content .date_content .year {
    font-size: 0.875rem;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: 0.06em;
    margin-bottom: 8px;
}

#calendar .calendar_list .calendar_list_item .calendar_list_item_content .date_content .month_day {
    font-size: 1.1875rem;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.04em;
    margin-bottom: 8px;
}

#calendar .calendar_list .calendar_list_item .calendar_list_item_content .date_content .time {
    font-size: 1.0625rem;;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: 0.06em;
}

#calendar .calendar_list .calendar_list_item .calendar_list_item_content .date_content .time span.eng {
    font-size: 1rem;
}

#calendar .calendar_list .calendar_list_item .calendar_list_item_content .other_content {
    max-width: 461px;
    flex: 0 0 461px;
    margin-left: 42px;
}

#calendar .calendar_list .calendar_list_item .calendar_list_item_content .other_content .title {
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.75;
    letter-spacing: 0.04em;
    margin-bottom: 12px;
}

#calendar .calendar_list .calendar_list_item .calendar_list_item_content .other_content .place {
    font-size: 0.875rem;
    line-height: 1.75;
    letter-spacing: 0.04em;
    margin-bottom: 12px;
}

#calendar .calendar_list .calendar_list_item .calendar_list_item_content .other_content .place .place_icon {
    border: solid 1px #231815;
    font-size: 0.8125rem;
    line-height: 1.75;
    letter-spacing: 0.04em;
    padding: 1px 8px;
}

#calendar .calendar_list .calendar_list_item .calendar_list_item_content .other_content .link {
    font-size: 16px;
}

#calendar .calendar_list .calendar_list_item .calendar_list_item_content .other_content .link a {
    color: #231815;
    text-decoration: none;
}

#calendar .calendar_list .calendar_list_item .calendar_list_item_content .other_content .link a div {
    border-bottom: solid 1px #231815;
    padding-right: 10px;
}

#calendar .calendar_list .calendar_list_item .calendar_list_item_content .other_content .link a div :after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 7px;
    height: 7px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg);
    margin-top: -5px;
}

#calendar .calendar_list .calendar_list_item .calendar_list_item_content .other_content .judgement {
    font-size: 0.875rem;
    font-weight: normal;
    line-height: 1.75;
    letter-spacing: 0.34em;
    padding: 1px 12px 1px 16px;
    border-radius: 14px;
    text-align: center;
    display: inline-block;
}

#calendar .calendar_list .calendar_list_item .calendar_list_item_content .other_content .judgement.eng {
    letter-spacing: 0.17em;
}

.case_detail .calendar_item.past_data {
    background-color: #f5f5f5;
}

.case_detail .calendar_item .card-body {
    padding: 65px 116px 70px 116px;
}

.case_detail .calendar_item .card-body > div {
    max-width: 100%;
}

.case_detail .calendar_item .card-header {
    margin-bottom: 30px;
}

.case_detail .calendar_item .card-header .judgement {
    font-size: 0.875rem;
    font-weight: normal;
    line-height: 1.75;
    letter-spacing: 0.34em;
    padding: 1px 12px 1px 16px;
    border-radius: 14px;
    text-align: center;
    display: inline-block;
}

.case_detail .calendar_item .card-header .judgement.eng {
    letter-spacing: 0.17em;
}

.case_detail .calendar_item .card-body .content_heading {
    font-size: 0.875rem;
    margin-bottom: 19px;
    justify-content: center;
    max-width: 12.6%;
    width: 12.6%;
    flex: 0 0 12.6%;
}

.case_detail .calendar_item .card-body .content_heading span {
    display: flex;
    border: solid 1px #231815;
    justify-content: center;
    min-height: 33px;
    align-items: center;
    line-height: 1.75;
    letter-spacing: 0.04em;
    padding: 0.25rem 0.5rem 0.2rem;
    text-align: center;
}

.case_detail .calendar_item .card-body .content_heading span.two_row {
    line-height: 1.5;
}

.case_detail .calendar_item .card-body .content {
    max-width: 80.5%;
    width: 80.5%;
    flex: 0 0 80.5%;
    margin-left: 6.9%;
    margin-bottom: 19px;
}

.case_detail .calendar_item .card-body .content span, .case_detail .calendar_item .card-body .content div {
    line-height: 1.75;
    letter-spacing: 0.04em;
}

.case_detail .calendar_item .card-body .note {
    margin-top: 30px;
    font-size: 0.875rem;
    line-height: 1.75;
    letter-spacing: 0.04em;
}

@media (min-width: 768px) and (max-width: 992px) {
    .case_detail .calendar_item .card-body {
        padding: 65px 24px 70px 24px;
    }
}

@media (max-width: 767px) {
    #calendar .calendar_list {
        max-width: 700px;
        margin: 0 auto;
        color: #231815;
    }

    #calendar .calendar_list .calendar_list_item {
        margin-bottom: 60px;
    }

    #calendar .calendar_list .calendar_list_item .calendar_list_item_content .date_content {
        max-width: 75%;
        flex: 0 0 75%;
    }

    #calendar .calendar_list .calendar_list_item .calendar_list_item_content .date_content .year {
        font-size: 0.875rem;
        font-weight: bold;
        line-height: 1.6;
        letter-spacing: 0.06em;
        margin-bottom: 8px;
    }

    #calendar .calendar_list .calendar_list_item .calendar_list_item_content .date_content .month_day {
        font-size: 1.0625rem;
        font-weight: bold;
        line-height: 1.5;
        letter-spacing: 0.04em;
        margin-bottom: 8px;
    }

    #calendar .calendar_list .calendar_list_item .calendar_list_item_content .date_content .time {
        font-size: 0.875rem;
        font-weight: bold;
        line-height: 1.6;
        letter-spacing: 0.06em;
    }

    #calendar .calendar_list .calendar_list_item .calendar_list_item_content .other_content {
        max-width: 75%;
        flex: 0 0 75%;
        margin-left: 0;
    }

    #calendar .calendar_list .calendar_list_item .calendar_list_item_content .other_content .title {
        font-size: 1rem;
        font-weight: bold;
        line-height: 1.75;
        letter-spacing: 0.04em;
        margin-bottom: 12px;
    }

    #calendar .calendar_list .calendar_list_item .calendar_list_item_content .other_content .place {
        font-size: 0.875rem;
        line-height: 1.75;
        letter-spacing: 0.04em;
        margin-bottom: 12px;
    }

    #calendar .calendar_list .calendar_list_item .calendar_list_item_content .other_content .place .place_icon {
        border: solid 1px #231815;
        font-size: 0.8125rem;
        line-height: 1.75;
        letter-spacing: 0.04em;
        padding: 1px 8px;
    }

    #calendar .calendar_list .calendar_list_item .calendar_list_item_content .other_content .link {
        font-size: 16px;
    }

    #calendar .calendar_list .calendar_list_item .calendar_list_item_content .other_content .link a {
        color: #231815;
        text-decoration: none;
    }

    #calendar .calendar_list .calendar_list_item .calendar_list_item_content .other_content .link a div {
        border-bottom: none;
        padding-right: 0;
    }

    #calendar .calendar_list .calendar_list_item .calendar_list_item_content .other_content .link a div :after {
        content: none;
    }

    #calendar .calendar_list .calendar_list_item .calendar_list_item_content .other_content .link a div span {
        border-bottom: solid 1px #231815;
        position: relative;
    }

    #calendar .calendar_list .calendar_list_item .calendar_list_item_content .other_content .link a div span::after {
        content: "";
        position: absolute;
        top: 100%;
        right: -0.75rem;
        width: 7px;
        height: 7px;
        border-top: 1px solid #000;
        border-right: 1px solid #000;
        transform: rotate(45deg);
        margin-top: -12px;
    }

    #calendar .calendar_list .calendar_list_item .calendar_list_item_content .other_content .judgement {
        font-size: 0.875rem;
        font-weight: normal;
        line-height: 1.75;
        letter-spacing: 0.34em;
        padding: 1px 12px 1px 16px;
        border-radius: 14px;
        text-align: center;
        display: inline-block;
    }

    #calendar .calendar_list .calendar_list_item .calendar_list_item_content .other_content .judgement.eng {
        letter-spacing: 0.17em;
    }

    .case_detail .calendar_item .card-body {
        padding: 0 16px 40px 16px;
    }

    .case_detail .calendar_item .card-header .judgement {
        font-size: 0.875rem;
        font-weight: normal;
        line-height: 1.75;
        letter-spacing: 0.34em;
        padding: 1px 5px 1px 8px;
        border-radius: 14px;
        text-align: center;
        display: inline-block;
    }

    .case_detail .calendar_item .card-body .content_heading {
        font-size: 12px;
        margin-bottom: 19px;
        justify-content: center;
        max-width: 22.8%;
        width: 22.8%;
        flex: 0 0 22.8%;
    }

    .case_detail .calendar_item .card-body .content_heading span {
        display: flex;
        border: solid 1px #231815;
        justify-content: center;
        min-height: 20px;
        align-items: center;
        line-height: 1.75;
        letter-spacing: 0.04em;
        padding: 0.25rem 0.5rem;
        text-align: center;
    }

    .case_detail .calendar_item .card-body .content_heading span.two_row {
        line-height: 1.5;
    }

    .case_detail .calendar_item .card-body .content {
        max-width: 70%;
        width: 70%;
        flex: 0 0 70%;
        margin-left: 5.1%;
        margin-bottom: 13px;
    }

    .case_detail .calendar_item .card-body .content span, .case_detail .calendar_item .card-body .content div {
        line-height: 1.63;
        letter-spacing: 0.04em;
        font-size: 13px;
    }

    .case_detail .calendar_item .card-body .note {
        margin-top: 30px;
        font-size: 0.875rem;
        line-height: 1.53;
        letter-spacing: 0.04em;
    }
}


.under_line {
    /*all: initial;*/
    background: linear-gradient(transparent 50%, #ffffff 50%);
}

.movie_section {
    margin-top: 60px;
    width: 100%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.movie_thumbnail_icon {
    display: none;
}

.lity-close {
    position: absolute !important;
    right: 0 !important;
    top: -40px !important;
}

.fs09em, .fs09em span {
    font-size: 0.9em !important;
}

@media only screen and (min-width: 800px) {
    .fs09em-md, .fs09em-md span {
        font-size: 0.9em !important;
    }

    .movie_section {
        margin-top: 80px;
    }

    .movie_thumbnail_icon {
        display: block;
        height: 80px;
        position: absolute;
        left: -60px;
        bottom: -60px;
    }

    .lity-close {
        right: -30px !important;
    }

    .fs15 {
        font-size: 15px;
    }

    .text-green {
        color: #1d8b9c;
    }
}

.picture_width_card_img {
    position: relative;
    width: 100%;
    padding-top: 66.67%;
    overflow: hidden;
}

.picture_width_card_img img {
    position: absolute;
    top: 0;
    object-fit: cover;
}

.card-title h5 {
    max-height: 3rem;
    overflow: hidden;
}

.letter_space01em, .letter_space01em span {
    letter-spacing: 0.1em;
}

.know_public_proceedings {
    font-size: 15px;
    font-weight: bold;
    margin-top: 40px;
    letter-spacing: 0.1em;
}

@media screen and (min-width: 768px) {
    .know_public_proceedings {
        font-size: 19px;
    }
}


/* ==============================================
 寄付画面
=============================================== */
#regist .pay-regist-progress-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

#regist .step {
    display: flex;
    align-items: center;
    text-align: center;
    color: #6c757d;
    gap: 8px;
}

#regist .step.active .circle {
    background-color: #1d8b9c;
    color: #ffffff;
}

#regist .step.complete .circle {
    background-color: #1D8B9C;
    color: #ffffff;
}

#regist .step.complete {
    opacity: 0.5;
}

#regist .circle {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background-color: #E7EBEE;
    color: #7A8C96;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
}

#regist .step .progress-title {
    margin: 0;
    color: #212529;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;

    @media screen and (max-width: 768px) {
        font-size: 14px;
    }
}

#regist .progress-bar-line {
    width: 56px;
    height: 2px;
    background-color: #CBD3D6;

    @media screen and (max-width: 768px) {
        margin-top: -28px;
    }
}

#regist .progress-bar-line.complete {
    background-color: #1d8b9c;
}

#regist .instructions {
    text-align: center;
    margin: 24px auto 0;
    font-size: 16px;
    color: #212529;
    line-height: 1.7;

    @media screen and (max-width: 768px) {
        text-align: left;
    }
}

#regist .instructions a {
    color: #1d8b9c;
    text-decoration: none;
}

#regist .instructions a:hover {
    text-decoration: underline;
}

#regist .instructions .note {
    font-size: 14px;
    color: #515F69;
    line-height: 1.7;
    font-weight: 500;
}

#regist .instructions .comp-title {
    font-size: 32px;
    color: #212529;
    line-height: 1.4;
    font-weight: 700;
}

#regist .regist-form-container {
    background-color: #F4F6F7;
    width: 100%;
    margin: 0;
    padding: 32px 32px 16px 32px;

    @media screen and (max-width: 768px) {
        padding: 32px 16px 16px 16px;
    }
}

#regist .regist-form-container .title {
    font-size: 28px;
    color: #212529;
    line-height: 1.4;
    font-weight: 700;

    @media screen and (max-width: 768px) {
        font-size: 24px;
    }
}

#regist .regist-form-container p {
    color: #212529;
    font-size: 14px;
    line-height: 1.7;
    font-weight: 500;
}

#regist .form-title {
    display: block;
    font-size: 16px;
    line-height: 1.7;
    color: #212529;
    font-weight: 700;
    margin: 0;
}

#regist .required {
    font-size: 14px;
    line-height: 1.7;
    color: #E53E68;
    font-weight: 700;
    margin: 0 0 0 4px;
}

#regist .regist-form-container input {
    width: 100%;
    padding: 6px 12px;
    border: 1px solid #CBD3D6;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7;
    box-sizing: border-box;
    margin: 8px 0;
}

#regist .regist-form-container input[id="owner_name"] {
    max-width: 320px;
}

#regist .regist-form-container input::placeholder {
    color: #A6B4BA;
}

#regist .regist-form-container small {
    display: block;
    color: #515F69;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.7;
    margin-top: 4px;
}

#regist .call4-support-container {
    background-color: transparent;
    border: 1px solid #CBD3D6;
    padding: 32px;

    @media screen and (max-width: 768px) {
        padding: 24px 16px;
    }
}

#regist .call4-support-container .title {
    font-size: 24px;
    margin-bottom: 8px;
}


#regist .radio-item {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    color: #515F69;
    cursor: pointer;
    background-color: #FFFFFF;
    border: 1px solid #CBD3D6;
    width: 218px;
    align-content: center;
    padding: 12px 16px;
}

#regist .radio-item:hover {
    background-color: #F4F6F7;
    cursor: pointer;
}

#regist .radio-item label {
    gap: 8px;
    width: 100%;
    display: flex;
    margin: 0;
    cursor: pointer;
}

#regist .radio-item:has(:checked) {
    background-color: #EEF7F7;
    border-color: #1D8B9C;
    color: #1D8B9C;
}

#regist .radio-item label.manual-input {
    transition: padding 0s;
}

#regist .radio-item:has(:checked) label.manual-input {
    padding-bottom: 0;
}


#money_input {
    display: none;
    margin-left: calc(1em + 12px);
    transition: 0.6s;
}

#call4_support_input {
    display: none;
    padding: 12px;
}

#regist .money_input {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    color: #515F69;
    cursor: pointer;
    width: 218px;
}

#regist .radio-item :checked {
    background-color: #1D8B9C;
    color: #1D8B9C;
}

#regist .regist-form-container input[type="radio"] {
    appearance: none;
    width: 20px;
    min-width: 20px;
    max-width: 20px;
    height: 20px;
    border: 2px solid #CBD3D6;
    border-radius: 50%;
    cursor: pointer;
    padding: 0;
    position: relative;
    margin: 0;
}

#regist .regist-form-container input[type="radio"]:checked {
    border: 2px solid #1D8B9C;
    background-color: #1D8B9C;
}

#regist .regist-form-container input[type="radio"]:checked::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    border-radius: 50%;
}

#regist .regist-form-container textarea {
    width: 100%;
    padding: 6px 12px;
    border: 1px solid #CBD3D6;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7;
    box-sizing: border-box;
    margin: 8px 0;
}

#regist .regist-form-container textarea::placeholder {
    color: #A6B4BA;
}

#regist .error {
    color: #E53E68;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.7;
}

#regist .donation-for-call4 {
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
}

#regist .donation-money-item {
    padding: 8px 16px;
    background-color: #DAEEEE;
    color: #1D8B9C;
    max-lines: 1;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 0;

    @media screen and (max-width: 768px) {
        padding: 8px 20px;
    }
}

#regist .donation-money-item:hover {
    background-color: #AEDDDF;
    cursor: pointer;
}

#regist .donation-money-item:has(:checked) {
    padding: 8px 16px;
    background-color: #1D8B9C;
    color: #FFFFFF;
    max-lines: 1;
    transition: 0.2s;
}

#regist .donation-money-item input {
    display: none;
}

#regist .accept_term {
    background-color: transparent;
    margin-top: 32px;
}

#regist .accept_term .form-title {
    text-align: center;
}

#regist .accept_term .error {
    text-align: center;
    margin-bottom: 12px;
}

#regist .regist-error-container {
    border: 1px solid #E53E68;
    padding: 16px 24px 0 24px;
    background-color: #FEF2F4;
    margin-bottom: 32px;
}

#regist .regist-error-container .regist-error-message {
    font-size: 13px;
    line-height: 1.7;
    color: #212529;
    font-weight: 500;
    margin-top: 8px;
}

#regist .project-info-container {
    position: sticky;
    top: 0;
    border: 1px solid #CBD3D6;
    padding: 24px;

    @media screen and (max-width: 768px) {
        padding: 8px 12px;
    }
}

#regist .project-info-container .thumbnail {
    margin-bottom: 12px;
}

#regist .project-info-container .form-title {
    margin-bottom: 6px;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

#regist .project-info-container .prof_icon {
    margin-right: 4px;
    display: flex;
}

#regist .project-info-container .prof_icon img {
    margin-right: 6px;
    border-radius: 50%;
}

#regist .project-info-container .name {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.4;
}

#regist .project-info-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    color: #212529;
}

#regist .project-info-img {
    width: 388px;
}

#regist .prof_icon {
    height: 16px;
    width: 16px;
}

#regist .check_form_item {
    padding: 24px 16px;
    border-bottom: 1px solid #CBD3D6;
}

#regist .check_form_item th {
    padding: 24px 16px;

    @media screen and (max-width: 768px) {
        padding: 8px 16px 4px 16px;
    }
}

#regist .check_form_item td {
    padding: 24px 16px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.7;

    @media screen and (max-width: 768px) {
        padding: 4px 16px 8px 16px;
    }
}

#regist .check_form_pay_amount_container {
    background-color: #F4F6F7;
}

#regist .check_form_amount_title {
    display: block;
    font-size: 16px;
    line-height: 1.7;
    color: #212529;
    font-weight: 700;
    margin: 0 16px;
    padding: 0 0 12px 0;

    @media screen and (max-width: 768px) {
        margin: 0 16px 0 0;
    }
}

#regist .check_form_pay_amount_container td {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7;
    color: #212529;
    margin: 0;
    padding: 0 16px;
    text-align: right;

    @media screen and (max-width: 768px) {
        padding: 0 0 0 16px;
    }
}

#regist .check_form_total_amount_item {
    margin: 0 16px;
    padding: 0;
    border-top: 1px solid #CBD3D6;
    vertical-align: middle;
}

#regist .check_form_total_amount_title {
    display: block;
    font-size: 24px;
    line-height: 1.7;
    color: #212529;
    font-weight: 700;
    margin: 0 16px;
    padding: 12px 0;

    @media screen and (max-width: 768px) {
        margin: 0 16px 0 0;
    }
}

#regist .check_form_pay_amount_container .check_form_total_amount_value {
    font-size: 24px;
    line-height: 1.7;
    color: #212529;
    font-weight: 700;
    margin: 0;
    padding: 12px 16px;

    @media screen and (max-width: 768px) {
        padding: 12px 0 12px 16px;
    }
}

#regist .accept_term_check input {
    accent-color: #1D8B9C;
    width: 20px;
    height: 20px;
    vertical-align: sub;
    cursor: pointer;
}

#regist .accept_term_check label {
    margin: 0;
}

#regist .accept_term_check:hover {
    cursor: pointer;
}

#regist .bg_blue_green:hover {
    background-color: #1E7180;
}

#regist .regist-comp-container p {
    color: #212529;
    font-size: 16px;
    line-height: 1.7;
    font-weight: 500;
}

#regist .regist-comp-container p.small {
    font-size: 14px;
}

#regist .regist-comp-container .title {
    font-size: 28px;
    line-height: 1.4;
    font-weight: 700;
}

#regist .regist-comp-container .container-title {
    font-size: 16px;
    line-height: 1.7;
    font-weight: 700;
}

#regist .regist-comp-container .social-index {
    padding: 0;
    width: 56px;
    height: 56px;
    background-color: transparent;
}

#regist .monthly-supporter-container {
    background-color: #F4F6F7;
    width: 100%;
    margin: 0;
    padding: 32px;
}

#regist .big_button {
    max-width: 400px;
    @media screen and (max-width: 768px) {
        max-width: 326px;
    }
}

#regist .big_button img {
    right: calc(-200px + 50% + 16px);
    width: 24px;
    position: absolute;
    top: 2px;
    @media screen and (max-width: 768px) {
        right: calc(-163px + 50% + 16px);
    }
}

#regist .payBtn {
    text-align: center;
    width: 400px;
    font-size: 18px;
    height: 56px;
    line-height: 60px;
    display: inline-block;
    background-color: #FF6700;
    color: #fff;
    text-decoration: none;

    @media screen and (max-width: 768px) {
        display: block;
        width: 100%;
        max-width: 100%;
    }
}

#regist .payBtn:hover {
    background-color: #CC4902;
}

#regist .payBtn img {
    right: calc(-200px + 50% + 16px);
    width: 24px;
    position: absolute;
    top: 2px;
    @media screen and (max-width: 768px) {
        right: calc(-163px + 50% + 16px);
    }
}

#regist .payBackBtn {
    font-size: 18px;
    height: 56px;
    line-height: 60px;
    display: inline-block;
    background-color: transparent;
    border: 1px solid #000000;
    color: #000000;
    text-decoration: none;
}

#regist .payBackBtn span {
    color: #000000;
}

#regist .payBackBtn:hover {
    border: 1px solid #1D8B9C;
}

#regist .payBackBtn:hover span {
    color: #1D8B9C;
    text-decoration: underline;
    text-underline-color: #1D8B9C;
}

#regist .small-button {
    width: 216px;

    @media screen and (max-width: 768px) {
        max-width: 184px;
    }
}

#regist .payBackBtn img {
    left: calc(-108px + 50% + 16px);
    width: 24px;
    position: absolute;
    top: 2px;

    @media screen and (max-width: 768px) {
        left: calc(-92px + 50% + 16px);
    }
}

#regist .btn_content {
    position: relative;
    padding: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    color: #FFFFFF;
    @media screen and (max-width: 768px) {
        font-size: 16px;
    }
}

#regist .btn_content_regist {
    position: relative;
    padding: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    color: #FFFFFF;
    @media screen and (max-width: 768px) {
        font-size: 16px;
    }
}

#regist .pay_credit_message {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.7;
    color: #212529;
    @media screen and (max-width: 768px) {
        font-size: 12px;
    }
}

#back_to_story_list {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 0 80px;
}

/* ==============================================
| シェアボタンセクション
=============================================== */
.share_buttons {
    display: none;
    max-width: 690px;
    margin: 0 auto;
    padding: 0 16px 32px;
}

.share_buttons_container {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    width: 100%;
}

.share_buttons_row {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.share_button {
    align-items: center;
    justify-content: center;
    padding: 16px;
    background: transparent;
    border: none;
    cursor: pointer;
    transition: opacity 0.2s ease;
    box-sizing: border-box;
}

.share_button:hover {
    opacity: 0.7;
}

.share_button svg {
    display: block;
    width: 24px;
    height: 24px;
}

@media (max-width: 767px) {
    .share_buttons {
        display: flex;
        padding: 0 16px 24px;
    }
}