/*Modalbox*/
.bg_modalbox{
    display: none;
    background: rgba(0, 0, 0, 0.73);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.bg_modalbox.show{
    display: block;
    z-index: 9999;
}
.modal_box{
    width: 916px;
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.item_delete_modal{
    width: 560px;
}
.modal_content{
    padding: 24px 15px 10px 15px;
    background: #F6F7F8;
    -webkit-border-radius: 6px 6px 0 0;
	        border-radius: 6px 6px 0 0;
}
.ttl_modal_name{
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
    color: #343434;
    text-align: center;
    margin-bottom: 16px;
}
.txt_modal_info{
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    color: #343434;
    text-align: center;
}
.btn_common_list{
    background: #DBDBDB;
    -webkit-border-radius: 0 0 6px 6px;
	        border-radius: 0 0 6px 6px;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 12px 0;
}
.btn_com{
    font-size: 14px;
    -webkit-border-radius: 3px;
	        border-radius: 3px;
    width: 100px;
    padding: 2px 5px 0px 5px;
    margin-right: 10px;
    cursor: pointer;
    border: 0;
}
.btn_com:last-child{
    margin-right: 0;
}
.btn_cancel{
    color: #343434;
    border: 1px solid #707070;
    background: #f8fafc;
}
.btn_save{
    color: #f8fafc;
    background: #02C4BC;
}
.btn_cancel:hover{
    color: #000;
    background: #fff;
    border: 1px solid #000;
}
.btn_save:hover{
    color: #fff;
    background: #00AFA8;
}
.btn_delete{
    background: #CF2222;
    color: #f8fafc;
}
.btn_delete:hover{
    background: #D51515;
    color: #fff;
}
.btn_com:disabled{
    background: #707070;
    cursor: not-allowed;
}
.information_modal *{
    font-family: メイリオ, Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Arial, sans-serif;
}
.information_modal .modal_box{
    width: 590px;
}
.information_box{
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #B0B8BE;
    border-radius: 2px;
    padding: 30px 50px;
}
.information_box .txt_modal_info{
    text-align: left;
    line-height: 1.5;
}
.bold{
    font-weight: 700;
}
.mb-20{
    margin-bottom: 20px;
}
/*end of Modalbox*/

/* SP */
@media only screen and (max-width: 767px){
    /*Modalbox*/
    .item_delete_modal{
        width: 5.11rem;
    }
    .modal_content{
        padding: 0.39rem 0.24rem 0.16rem 0.24rem;
        -webkit-border-radius: 0.10rem 0.10rem 0 0;
                border-radius: 0.10rem 0.10rem 0 0;
    }
    .ttl_modal_name{
        font-size: 0.23rem;
        margin-bottom: 0.26rem;
    }
    .txt_modal_info{
        font-size : 0.23rem;
        text-align: left;
    }
    .btn_common_list{
        -webkit-border-radius: 0 0 0.10rem 0.10rem;
                border-radius: 0 0 0.10rem 0.10rem;
        padding: 0.20rem 0;
    }
    .btn_com{
        font-size: 0.23rem;
        -webkit-border-radius: 0.05rem;
                border-radius: 0.05rem;
        width: 1.63rem;
        padding: 0.03rem 0.08rem 0 0.08rem;
        margin-right: 0.16rem;
    }
    .btn_cancel{
        border: 0.02rem solid #707070;
    }
    .btn_cancel:hover{
        border: 0.02rem solid #000;
    }
    /*end of Modalbox*/
}
