/* TOPimg pc 表記 */
.pc_top {
    display: block !important;
    margin: 0 auto;
    padding-top: 30px;
}

.PC_subject_card {
    display: block !important;
}

/* TOPimg sp 表記 */
.sp_top {
    display: none !important;
}

.sp_subject_card {
    display: none !important;
}

@media only screen and (max-width: 767px) {
    .pc_top {
        display: none !important;
    }

    .sp_top {
        display: block !important;
        margin: 0 auto;
        padding-top: 30px;
    }

    .PC_subject_card {
        display: none !important;
    }

    .sp_subject_card {
        display: block !important;
    }

    /* SP時券面サイズ */
    .img_ccj_card_size {
        max-width: 80% !important;
    }
}

.link--center {
    text-align: center !important;
}

.anchor-navi__label:hover {
    color: #0070e4 !important;
    text-decoration: underline !important;
}

.unorder-list li:before {
    display: inline-block;
    position: absolute;
    top: .45em;
    left: 0;
    border-radius: 50%;
    background-color: #0099FF !important;
    content: ""
}

.anchor-navi {
    margin-top: 20px !important;
}

@media only screen and (min-width: 768px) {
    .card_backcolor {
        background-color: #f0f4f7;
        padding: 30px 0px;
        border-radius: 20px;
    }
}

.li_top {
    margin-top: 0px !important;
}

.h2_bottom {
    margin-bottom: 10px !important;
}

.text_top {
    margin-top: 10px !important;
}

.heading2:after {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 62px;
    height: 4px;
    border-radius: 4px;
    background: #0099FF !important;
    content: "";
}

.anchor-navi__label:before {
    -webkit-backface-visibility: hidden;
    display: inline-block;
    position: relative;
    border-top: 2px solid #0099FF !important;
    border-right: 2px solid #0099FF !important;
    vertical-align: middle;
    content: "";
}

@media only screen and (max-width: 767px) {
    .anchor-navi__label:before {
        top: 27px !important;
    }
}

.link-list__type::after {
    -webkit-backface-visibility: hidden;
    display: inline-block;
    position: relative;
    border-top: 2px solid #0099FF !important;
    border-right: 2px solid #0099FF !important;
    vertical-align: middle;
    content: "";
}

.heading3__title::before {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 4px solid #0099FF !important;
    border-radius: 100%;
    content: "";
}

.img_type {
    display: block;
    margin: 0 auto;
    position: relative;
}

/*
.img_text {
    position: absolute;
    bottom: 15px;
    right: 20%;
}
*/

.border_right {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 10px;
    border-top: 2px solid #0099FF;
    border-right: 2px solid #0099FF;
    transform: rotate(45deg);
}

.br_sp {
    display: none;
}

@media only screen and (max-width: 767px) {
    .br_sp {
        display: block;
    }

    /*
    .sp_img_text {
        position: absolute;
        bottom: 15px;
        right: 25%;
    }
*/

}

.button-v2__type {
    border: 2px solid #0099FF !important;
    color: #0099FF !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    width: 15em !important;
    height: 3em !important;
}

.button-wrap--center {
    margin-top: 0px !important;
}

.Button_bottom {
    padding-bottom: 20px;
}

.img_card_size {
    max-width: 324px;
    margin: 0 auto !important;
    text-align: center;
}



.img_brand_size {
    width: 180px;
    margin: 0 auto;
    display: block;
}

.img_brand_size2 {
    width: 60px;
}


.text_min {
    font-size: 13px;
}


@media only screen and (max-width: 767px) {
    .SP_backcolor {
        background-color: #f0f4f7;
        padding: 30px;
        border-radius: 20px;
    }

    .SP_backcolor_accordion {
        background-color: #f0f4f7 !important;
        padding: 15px !important;
        margin-top: 20px;
        border-radius: 20px;
    }
}

.accordion__head {
    border: 2px solid #0099FF !important;
}

.accordion__head.is-active {
    background-color: #0099FF !important;
}

.logo_item {
    margin: 10px 0px 20px 0px;
}

.bottom_item {
    margin-bottom: 30px;
}

.annotation_backcolor {
    background-color: #f0f4f7;
    padding: 15px;
    border-radius: 20px;
}

.column_item_left {
    padding-left: 250px;
}

.column_item_right {
    padding-right: 250px;
}

.column3_item_left {
    padding-left: 80px;
}

.column3_item_right {
    padding-right: 80px;
    margin-left: 5px !important;
}

.button-v2 a:hover {
    color: #f0f4f7 !important;
    text-decoration: none !important;
}

.accordion a:hover {
    text-decoration: none !important;
}

.accordion__title {
    text-align: left !important;
}
/*0821 add*/
.mt2em {
    margin-top: 2em;
}
.add_border_bottom{
    text-decoration: underline;
}

@media only screen and (max-width: 767px) {

    .space_pc_only{
        display: none;
    }

}
/* 231101 add */
.mt2em span{
    font-size: 0.9em;
}
.list-wrap {
    margin: 1em 0 0 !important;
}
@media print, screen and (min-width: 768px){
    .heading2__title {
        font-size: 3rem !important;
    }
    .heading2 {
        margin: 3em 0 2em !important;
        padding-bottom: 1em !important;
}
