/* ログアウト */
#header.logout {
    height: 80px;
}
#header.logout:before {
    display: none;
}
.btn_wrap {
    width: 46rem;
    margin: 3rem auto 2rem;
}
.btn_wrap .btn_block {
    padding: 1.4rem 0;
}
.btn_wrap .btn_block,
.btn_wrap .btn_block .btn_view_more {
    width: 100%;
}
.btn_wrap .btn_block .btn_view_more {
    font-size: 16px;
    font-weight: 600;
    padding: 2rem 0;
}
.btn_wrap .btn_block .btn_view_more:before {
    top: 20px;
}
.btn_wrap .btn_block .btn_view_more:after {
    top: 26px;
}
@media (max-width: 575px) {
    #header.logout {
        height: 60px;
    }
    .btn_wrap {
        width: 100%;
    }
    .btn_wrap .btn_block {
        padding: 1rem 0;
    }
    .btn_wrap .btn_block .btn_view_more {
        font-size: 14px;
    }
    @media (max-width: 320px) {
        .btn_wrap .btn_block .btn_view_more {
            font-size: 12px;
        }
    }
}

/* IDおまとめ */
main{
    min-height: calc(100vh - 230px );
}
a.arw_bk:before,
a.arw:after {
    /* background: url("/PC-IM/pages/images/renewal/common/arrow.svg") no-repeat 50% 50% / contain; */
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2018%2018%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3E%E3%82%A2%E3%82%BB%E3%83%83%E3%83%88%201%3C%2Ftitle%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M0%2C0H18V18H0Z%22%2F%3E%3Cpolygon%20fill%3D%22%23194e73%22%20points%3D%225.35%2017.35%204.65%2016.65%2012.29%209%204.65%201.35%205.35%200.65%2013.71%209%205.35%2017.35%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat 50% 50% / contain;
    content: "";
    display: inline-block;
    height: 0.8em;
    margin: 0 0.4em;
    width: 0.8em;
}
a.arw_bk:before {
    transform: rotate(-180deg);
}
.page_contents{
    width: 100%;
    margin: 40px 0;
    padding: 20px 40px;
    background: #fff;
    box-sizing: border-box;
}
.contents_header{
    color: #194e73;
    font-size: 1.5em;
    font-weight: bold;
    padding: 0 0 1em 0;
    margin-top: 1em;
    margin-bottom: 0.5em;
    border-bottom: 2px solid #194e73;
    position: relative;
}
.omatome_discription{
    width: 100%;
    padding: 15px 0;
}
.omatome_discription p{
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 1.2em;
}
.logout_discription p{
    font-size: 16px;
    font-weight: 600;
    margin: 2rem 0;
    line-height: 1.4em;
}
.omatome_discription a{
    float: right;
}
.omatome_discription a,
.back_btn a{
    text-decoration: underline;
    color: #194e73;
}
.omatome_discription a:hover,
.back_btn a:hover{
    text-decoration: none;
}
.back_btn{
    margin-top: 2em;
}
.current_settings{
    width: 100%;
    padding-top: 25px;
}
.current_settings_header{
    padding-left: 14px;
    margin-bottom: 15px;
    font-size: 17px;
    font-weight: bold;
    position: relative;
}
.form_row label:before,
.current_settings_header:before {
    display: block;
    position: absolute;
    top: -15%;
    left: 0;
    width: 6px;
    height: 120%;
    border-radius: 3px;
    background: #194e73;
    content: "";
}
.card_list_table{
    width: 100%;
    font-size: 0.9em;
    background: #FFF;
    border-radius; 6px;
}
.card_list_table td{
    padding: 1em 1.2em;
    background: #194e731a;
    border: 2px solid #ffffff;
}
.card_list_table th{
    padding: 0.8em 0;
    background: #194e73;
    border: 2px solid #ffffff;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
}
.card_list_table .card_block{
}
.card_list_table .info_block{
    width: 100%;
}
.settings_table_wrap .card_block{
    margin-bottom: 0;
}
.card_list_table .card_icon{
    text-align: center;
    width: 120px;
}
.card_list_table .card_item .card_id{
    vertical-align: middle;
}
.card_list_table .card_item .card_id,
.card_list_table .card_item .card_setting_date{
    font-size: 15px;
}
.card_list_table .card_info_wrap{
    display: flex;
    align-items: center;
    gap: 18px;
}
.card_list_table .card_info_wrap p:not(:last-child){
    margin-bottom: 10px;
}
.card_list_table .card_name{
    font-size: 16px;
    font-weight: bold;
    color: #194e73;
}
.card_list_table .info_name{
    display: inline-block;
    min-width: 50px;
}
.card_list_table #card_id_value::before,
.card_list_table #card_setting_date_value::before{
    content: ": ";
}
.card_list_table .card_release{
    box-sizing: border-box;
    width: 60px;
    text-align: center;
    vertical-align: middle;
}
.card_list_table .card_release input{
    transform: scale(1.5);
    margin: 0;
}
.card_controller{
    margin: 30px 0;
}
.controller_btn{
    text-align: center;
    display: flex;
    justify-content: center;
}
.controller_btn div{
    margin-right: 4em;
}
.controller_btn div:last-child{
    margin-right: 0;
}
.back_to_top{
    float: left;
}
.no_item_message{
    background: #194e731a;
    padding: 1.6em;
    font-size: 16px;
    font-weight: bold;
    border-radius: 4px;
}
.no_item_message p:not(:last-child){
    margin-bottom: 1em;
}
/* 入力画面 */
form#setting_form{
    width: 100%;
}
.form_input_area, .form_notes{
    max-width: 480px;
    margin: 0 auto 40px;
}
.form_input_area,  .form_notes.form_notes_long{
    max-width: none;
}
.form_input_area .form_row{
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 480px;
    margin: 0 auto;
}
.form_input_area .form_row label{
    font-size: 17px;
    font-weight: bold;
    position: relative;
    padding-left: 0.9em;
}
.form_input_area .form_row:not(:last-child){
    margin-bottom: 20px;
}
.form_input_area .form_input{
    box-sizing: border-box;
    padding: 8px 16px;
    font-size: 15px;
    border: 2px solid #194e73;
    border-radius: 4px;
    background-color: #194e731a;
}
.form_input_area .form_input:focus{
    border: 2px solid #c0232b;
    background-color: #ffffff;
}
.form_input_area .inputed_id{
    box-sizing: border-box;
    padding: 9px 16px;
    font-size: 15px;
    border: 2px solid #194e73;
    border-radius: 4px;
}
.form_input_area .form_alert_text{
    color: #c0232b;
}
::placeholder{
    font-family: "Lucida Grande", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.form_btn_wrap{
    text-align: center;
}
/* 確認画面 */
.form_notes strong{
    font-weight: bold;
}
.form_notes .notes_contents{
    margin: 15px 0;
    padding: 1.6em;
    padding-left: 2.6em;
    background: #194e731a;
    border-radius: 4px;
    list-style: disc;
    line-height: 1.4em;
}
.form_notes .notes_contents li:not(:last-child){
    margin-bottom: 10px;
}
@media (max-width: 1109px){
    main{
        min-height: calc(100vh - 180px );
    }
}
@media (max-width: 767px){
    .page_contents{
        padding: 10px;
    }
    .contents_header{
        font-size: 1.3em;
    }
    .card_list_table .card_info_wrap{
        gap: 10px;
    }
    .card_list_table th{
        padding: 0.8em 0.6em;
    }
    .card_list_table .card_icon{
        width: 80px;
    }
    .card_list_table td.card_info,
    .card_list_table td.card_id{
        padding: 0.8em;
    }
    .card_list_table td.card_info{
        padding-right: 0;
    }
    .card_list_table td.card_release{
        padding: 0;
        width: auto;
    }
    .card_list_table thead tr th{
        white-space: nowrap;
    }
    .card_list_table .card_name,
    .card_list_table .card_item .card_id,
    .card_list_table .card_item .card_setting_date{
        font-size: 14px;
    }
    .controller_btn{
        order: 1;
        text-align: center;
    }
    .back_to_top{
        float: initial;
        order: 2;
        text-align: center;
    }
    .form_notes .notes_contents{
        padding: 1em;
        padding-left: 2.2em;
    }
    .no_item_message{
        padding: 1em;
    }
}
@media (max-width: 575px){
    main{
        min-height: calc(100vh - 320px );
    }
    .omatome_discription{
        text-align: left;
    }
    .logout_discription p{
        font-size: 14px;
    }
}

/* カード選択プルダウン */
.selector_wrap{
    margin-bottom: 20px;
}
.selector_wrap_footer{
    display: none;
}
.card_selector_dropdown{
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border: 1px solid #194e73;
    border-radius: 4px;
    color: #194e73;
    font-size: 14px;
    transition: all .5s ease;
}
.card_type_name .card_selector_dropdown{
    border: 1px solid #fff;
    text-align: left;
}
.card_type_name .card_selector_dropdown .selected_card_name{
    font-size: 16px;
}
.selected_card > i{
    display: block;
    margin-left: 5px;
    border-top: 6px solid #194e73;
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid transparent;
    transform: translateY(3px);
}
.card_selector_dropdown .selected_card{
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px
}
.selected_card_name{
    width: calc( 100% - 20px );
}
.card_selector_dropdown:active{
    background-color: #f8f8f8;
}
.card_selector_dropdown.active:hover,
.card_selector_dropdown.active{
    background-color: #f8f8f8;
    border: 1px solid #194e73;
}
.card_selector_dropdown.active .selected_card > i{
    transform: translateY(-3px) rotate(-180deg);
}
.card_selector_dropdown .dropdown-menu{
    background-color: #fff;
    width: 100%;
    margin-top: 1px;
    overflow: hidden;
    display: none;
    overflow-y: auto;
}
.card_selector_dropdown .dropdown-menu li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    transition: all .2s ease-in-out;
    cursor: pointer
} 
.card_selector_dropdown .dropdown-menu{
    padding: 0;
    list-style: none
}
.card_selector_dropdown .dropdown-menu li:hover{
    background-color: #f2f2f2
}
.card_selector_dropdown .dropdown-menu li:active{
    background-color: #e2e2e2
}
.card_name{
    width: calc(100% - 20px);
}
.card_icon_wrap{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    margin-right: 8px;
}
.card_icon{
    display: inline-block;
    width: 100%;
    height: auto;
}
.card_selector_dropdown .dropdown-menu li.id_int{
    padding: 0;
}
.id_int div{
    width: 100%;
    text-align: right;
}
.id_int div a{
    display: block;
    padding: 10px;
    color: #194e73;
}

/* 重要なお知らせ */
.news_info{
    padding: 0 15px 0;
}
.news_info .news_title span{
    font-size: 1.1em;
    margin-right: 5px;
}
.news_info .news_details{
    display: block;
    color: inherit;
    margin-bottom: 30px;
}
.news_info .news_details:hover .news_details_title{
    text-decoration: underline;
}
.news_info .news_details_date{
    margin-bottom: 10px;
    font-size: 0.9em;
}
.news_info .news_details_title{
    line-height: 1.2;
    font-weight: bold;
}
.news_info .view_more{
    text-align: center;
    margin-bottom: 30px;
}
@media screen and (max-width: 767px){
    #lnav .selector_wrap{
        margin: 0 6px 2em 4px;
    }
    .selector_wrap_footer{
        display: block;
        padding: 15px;
    }
    .news_info{
        padding-top: 15px;
        position: relative;
    }
    .news_info .news_details,
    .news_info .view_more{
        float: right;
        width: calc(100% - 200px);
    }
    .news_info .view_more{
        text-align: right;
    }
}
@media screen and (max-width: 575px){
    .news_info{
        padding-top: 0;
    }
    .news_info .news_details,
    .news_info .view_more{
        float: initial;
        width: 100%;
    }
    .news_info .view_more{
        text-align: center;
    }
}
