@charset "utf-8";

h1 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
}
h2 {
    font-size: 24px;
    font-weight: bold;
}
.filter {
    background-color: #F1F1F1;
    margin: 0 calc(50% - 50vw);
	width: 100vw;
    padding: 20px 0;
}
.filter_inner {
    background-color: #fff;
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 20px;
}
@media screen and (max-width: 1240px) {
    .filter_inner {
        width: calc(100% - 40px);
    }
}
.filter_cnt2 {
    display: none;
}
.filter_ttl {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;;
}
.filter_area label {
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 2px 5px 3px;
    margin-left: 7px;
    margin-bottom: 10px;
}
.filter_area label span {
    display: inline-block;
    font-size: 14px;
    margin-left: 3px;
}
.provider_icon {
    display: inline-block;
    height: 22px;
}
.provider_icon img {
    max-height: 100%;
}
.search_sp_btn {
    display: none;
}
.filter_btn_area {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    gap: 30px;
}
.filter.open .filter_btn_area{
    flex-direction: row-reverse;
}
.filter_uncheck_btn{
    border: none;
}
.filter_uncheck_btn span {
    text-align: center;;
    cursor: pointer;
    width: 250px;
    display: inline-block;
    font-size: 16px;
    padding: 5px;
    color: #464646;
    border: 1px solid #333;
    border-radius: 5px;
    position: relative;
    /* 修正：テキストを上下中央に配置 */
    line-height: calc(16px + 10px); /* font-size + padding上下分 */
}
.filter_toggle_btn {
    text-align: center;
    border: none;
}
.filter_toggle_btn span {
    cursor: pointer;
    width: 250px;
    display: inline-block;
    font-size: 16px;
    padding: 5px 20px;
    border: 1px solid #333;
    border-radius: 5px;
    position: relative;
    /* 修正：テキストを上下中央に配置 */
    line-height: calc(16px + 10px); /* font-size + padding上下分 */
}
.filter_toggle_btn span::before,
.filter_toggle_btn span::after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
    background-color: #333;
    border-radius: 10px;
}
.filter_toggle_btn span::before {
    width: 2px;
    height: 10px;
    right: 14px;
}
.filter_toggle_btn span::after {
    width: 10px;
    height: 2px;
    right: 10px;
}
.open .filter_toggle_btn span::before{
    content: none;
}
.card_cout {
    position:relative;                                  
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.about_icon_link{
    font-size: 1.8rem;
    position: absolute;
    border: none;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    cursor: pointer;
    color: #00146E;
}
#cardLength {
    font-size: 26px;
    font-weight: bold;
}
.card_item {
    width: 100%;
    border: 1px solid #ccc;
    padding: 15px 15px 10px;
    margin-bottom: 20px;
}
.card_box1 {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.card_img {
    width: 25%;
    margin-right: 5%;
}
.card_info {
    width: 70%;
}
.card_ttl {
    width: 70%;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 15px;
}
.card_feature {
    font-size: 14px;
}
.card_feature dl {
    display: flex;
    margin-bottom: 10px;
}
.card_feature dl dt{
    color: #fff;
    background-color: #464646;
    width: 120px;
    text-align: center;
    padding: 0 5px 2px;
    margin-right: 10px;
    height: fit-content;
}
.card_feature dl dd {
    width: calc(100% - 130px);
}
.card_box2 {
    display: flex;
    justify-content: space-between;
}
.card_icon {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 410px);
}
.card_icon_item {
    margin-right: 10px;
    margin-bottom: 5px;
    width: calc((100% - 40px) / 4);
    max-width: 85px;
    position: relative;
}
.card_icon_item img {
    width: 100%;
    height: auto;
}
.card_btn {
    width: 410px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.card_btn2 {
    display: flex;
}
.card_btn a,
.card_btn button {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    box-sizing: border-box;
    width: 200px;
    text-align: center;
    padding: 7px 24px;
    border-radius: 8px;
}
@media (hover: hover) {
    .card_btn a:hover {
        text-decoration: none;
    }
    .card_btn a:hover:not(.add_comparison_btn):not(.request_btn),
    .card_btn p:hover {
        opacity: 0.7;
    }
    .card_btn .add_comparison_btn:hover,
    .card_btn .request_btn:hover {
        text-decoration: underline;
    }
}
.card_btn .add_comparison_btn:focus,
.card_btn .request_btn:focus {
    text-decoration: underline;
}
.detail_btn {
    background-color: #00146E;
    margin-bottom: 10px;
    position: relative;
}
.add_comparison_btn {
    background-color: #464646;
    margin-right: 10px;
    cursor: pointer;
    border: none;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    box-sizing: border-box;
    width: 200px;
    text-align: center;
    padding: 7px 24px;
    border-radius: 8px;
    font-family: inherit;
}
.isComparison .add_comparison_btn {
    color: #464646;
    background-color: #ccc;
}
.request_btn {
    background-color: #C33C00;
    position: relative;
}
.request_btn.is_disabled{
    background-color: #ccc;
    pointer-events: none;
    opacity: 1!important;
    cursor: not-allowed;
}
.detail_btn::after,
.request_btn::after {
    position: absolute;
    content: "";
    background-image: url(/common-layout/images/icon_blank_WHT.png);
    background-size: contain;
    width: 1rem;
    height: 1rem;
    top: calc(50% - 0.5rem);
    right: 1rem;
}
@media screen and (max-width: 768px) {
    .search_sp_btn {
        display: block;
        text-align: center;
        margin-top: 20px;
    }
    .search_sp_btn a {
        display: inline-block;
        color: #fff;
        background-color: #00146E;
        border-radius: 5px;
        width: 80%;
        padding: 5px 20px;
        position: relative;
    }
    .search_sp_btn a:hover {
        text-decoration: none;
        opacity: 0.7;
    }
    .search_sp_btn a i {
        padding-left: 5px;
    }
    .filter_btn_area {
        flex-wrap: wrap;
        gap:20px
    }
    .filter_uncheck_btn {
        width: 100%;
        text-align: center;
    }
    .filter_uncheck_btn span {
        width: 80%;
    }
    .filter_toggle_btn {
        width: 100%;
    }
    .filter_toggle_btn span {
        width: 80%;
    }
    .filter_uncheck_btn{
        margin-left: 0;
    }
    .card_img {
        width: 30%;
        margin-right: 3%;
    }
    .card_info {
        display: contents;
    }
    .card_ttl {
        width: 67%;
    }
    .card_feature {
        margin-top: 15px;
        width: 100%;
    }
    .card_box2 {
        flex-wrap: wrap;
    }
    .card_icon {
        width: 100%;
    }
    .card_icon_item {
        width: calc((100% - 30px) / 4);
    }
    .card_icon_item:nth-of-type(4n) {
        margin-right: 0;
    }
    .card_btn,
    .card_btn1,
    .card_btn2 {
        width: 100%;
    }
    .card_btn {
        margin-top: 5px;
    }
    .card_btn1 {
        margin-top: 10px;
        display: flex;
        justify-content: flex-end;
    }
    .card_btn a,
    .card_btn p {
        font-size: 14px;
        width: calc(50% - 5px);
    }
    .filter.open .filter_btn_area{
        flex-direction: column-reverse;
    }
}


#floatComparisonCardArea {
    display: none;
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 30;
    background-color: rgba(0,0,0,0.8);
    padding: 20px;
    text-align: center;
}
#floatComparisonCardArea:has(.card) {
    display: block;
}
#floatComparisonCardArea .card_list {
    display: flex;
    justify-content: space-between;
    max-width: 700px;
    margin: auto;
}
#floatComparisonCardArea .card_list .card_item {
    background-color: #fff;
    width: 31%;
    margin-bottom: 20px;
    position: relative;
}
#floatComparisonCardArea .card_list .card_item .delete_btn {
    position: absolute;
    cursor: pointer;
    font-size: 12px;
    background-color: #afafaf;
    border-radius: 50%;
    border: none;
    color: inherit;
    font-family: inherit;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    top: -10px;
    right: -10px;
    line-height: 1;
}
#floatComparisonCardArea .comparison_btn {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    box-sizing: border-box;
    width: 300px;
    text-align: center;
    padding: 12px 5px;
    border: none;
    border-radius: 5px;
    background-color: #00146E;
}
#floatComparisonCardArea .comparison_btn:last-child{
    margin-top: 1rem;
}

#floatComparisonCardArea .comparison_btn:hover,
#floatComparisonCardArea .comparison_btn:focus {
    text-decoration: underline;
    opacity: 1;
}

@media screen and (max-width: 1024px) {
    #floatComparisonCardArea {
        bottom: 57px;
    }
}


.modal_window .content_area {

}
.modal_window .content_area h3 {
    font-size: 24px;
    font-weight: bold;
}
.modal_window .content_area table {
    border-collapse: separate;
    border-spacing: 0 10px;
}
.comparison_modal_close_btn span,
.comparison_modal_close_btn button {
    font-size: 14px;
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
    padding: 7px 36px;
    border: 1px solid #333;
    border-radius: 8px;
    margin: 50px auto 0;
    position: relative;
    cursor: pointer;
    background: none;
    color: inherit;
    font-family: inherit;
}
.comparison_modal_close_btn span::before,
.comparison_modal_close_btn span::after,
.comparison_modal_close_btn button::before,
.comparison_modal_close_btn button::after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
    background-color: #333;
    border-radius: 10px;
}
.comparison_modal_close_btn span::before,
.comparison_modal_close_btn button::before {
    width: 2px;
    height: 10px;
    right: 14px;
}
.comparison_modal_close_btn span::after,
.comparison_modal_close_btn button::after {
    width: 10px;
    height: 2px;
    right: 10px;
}
.modal_window .content_area th .th_cnt {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 20px 0 30px;
    padding-top: 20px;
}
.th_delete {
    position: absolute;
    cursor: pointer;
    font-size: 13px;
    background-color: #afafaf;
    border-radius: 50%;
    border: none;
    color: inherit;
    font-family: inherit;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    top: -10px;
    right: 30px;
    line-height: 1;
}
.th_img {
    width: 55%;
}
.th_name {
    margin-top: 10px;
    font-size: 16px;
    font-weight: bold;
}
.modal_window .content_area td.td_ttl {
    font-size: 18px;
    font-weight: bold;
    width: 100%;
    border-bottom: #888888 1px solid;
}
.modal_window .content_area td.td_cnt {
    font-size: 14px;
    width: calc(100% / 3);
    border-right: #bbbbbb 1px solid;
    padding: 0 5px;
}
.modal_window .content_area td.td_cnt:last-of-type {
    border-right: none;
}
.td_e_money,
.td_provider {
    display: flex;
}
.td_e_money img,
.td_provider img {
    display: inline-block;
    width: 25%;
}
.td_btn {
    text-align: center;
}
.modal_window .content_area a.request_btn {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
    padding: 7px 36px;
    border: none;
    border-radius: 8px;
    margin: 20px auto;
}
.comparison_modal_close_btn span:hover,
.comparison_modal_close_btn button:hover,
.modal_window .content_area a.request_btn:hover,
.modal_close_button:hover {
    text-decoration: none;
    opacity: 0.7;
}
.modal_window .content_area a.request_btn[href=""]{
    display: none;
}
.modal_close {
    text-align: center;
}
.modal_window .modal_close_button {
    font-size: 14px;
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
    padding: 10px 36px;
    border: 1px solid #333;
    border-radius: 8px;
    margin: 50px auto 0;
    position: relative;
    cursor: pointer;
}
.modal_window .modal_close_button::before {
    content: '';
    width: 10px;
    height: 10px;
    border: 0;
    border-top: solid 2px #333;
    border-left: solid 2px #333;
    transform: rotate(-45deg);
    position: absolute;
    top: 0;
    left: 10px;
    bottom: 0;
    margin: auto;
}
@media screen and (max-width: 768px) {
    .th_cnt {
        padding: 3px;
    }
    .th_delete {
        right: 10px;
    }
    .th_name {
        font-size: 14px;
    }
    .th_img {
        width: 80%;
    }
    .td_e_money,
    .td_provider {
        flex-wrap: wrap;
    }
    .td_e_money img,
    .td_provider img {
        display: inline-block;
        width: 50%;
    }
    .comparison_modal_close_btn span,
    .comparison_modal_close_btn button,
    .modal_window .content_area a.request_btn {
        font-size: 11px;
        padding: 7px 20px 7px 5px;
    }
    .comparison_modal_close_btn span::before,
    .comparison_modal_close_btn button::before {
        width: 2px;
        height: 8px;
        right: 10px;
    }
    .comparison_modal_close_btn span::after,
    .comparison_modal_close_btn button::after {
        width: 8px;
        height: 2px;
        right: 7px;
    }
    .modal_window .content_area a.request_btn::after {
        right: 5px;
    }
}
.modal_window.modal_window_iconlist{
    max-width: 1200px;
    width: 90%;
    max-height: calc(100% - 100px - 50px);
    top: 100px;
}
.modal_window.modal_window_iconlist .modal_window_close_btn_wrap{
    position: fixed;
    width: 3rem;
    background: transparent;
    border: transparent;
    right: 5%;
    top: 7.3rem;
    height: 5rem;
    transform: translateX(0);
    overflow: hidden;
}
@media screen and (min-width: 1280px) {
    .modal_window.modal_window_iconlist .modal_window_close_btn_wrap{
        right: 50%;
        transform: translateX(calc(100% + 567px));
    }
}
.modal_window.modal_window_iconlist .modal_window_close_btn_wrap:before{
    content: '×';
    display: inline-block;  
    line-height: 1em;
    font-size: 5rem;
    cursor: pointer;
    color: white;
}
.modal_window .icon_list_area_wrap{
    padding-top: 30px;
}
.modal_window .icon_list_area{
    display: flex;
    flex-wrap: wrap;
    gap: 4%;
    margin-bottom: 30px;
}
.modal_window .icon_list_area:last-of-type{
    margin-bottom: 0;    
}
.modal_window .icon_list_item{
    width: 46%;
    display:flex;
    margin-bottom: 30px;
}
.modal_window .icon_list_item:last-of-type{
    margin-bottom: 0;
}
.modal_window .icon_list_ttl_wrap{
    width: 130px;
}
.modal_window .icon_list_ttl{
    display: inline-block;
    padding: 0 5px;
    background: #464646;
    color: white;
    white-space: nowrap;
    height: fit-content;
    width: 100%;
    text-align: center;
}
.modal_window .icon_list_txtarea{
    flex: 1;
    margin-left: 20px;
}
.modal_window .icon_list_txtarea a{
    text-decoration: underline;
}
.modal_window .icon_list_txt{
    font-weight: bold;
}
.modal_window .icon_list_img{
    width:100px;
    height: 100px;
}
@media screen and (max-width: 768px) {
    .modal_window .icon_list_area{
        display:block;
    }
    .modal_window .icon_list_item{
        display:block;
        width: 100%;
    }
    .modal_window .icon_list_txtarea{
        margin-left:0;
    }
}