@charset "UTF-8";

.agr_RedText{
    text-align: center;
}

.agr_RedText a{
    color: #e83416;
}
.agr_RedText a:visited{
    color: #e83416;
}

.agr_ImportantBox{
    box-sizing: border-box;
    border: 1px solid #cccccc;
    border-radius: 5px;
    background-color: #fbfbfb;
    padding: 15px 20px;
    margin-top: 15px;
    height: 220px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}

.agr_iconBox{
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}
.agr_icon{
    max-width: 50px;
    max-height: auto;
    display: inline-block;
}
.agr_iconText{
    display: inline-block;
}

.CRC_BOX_tb{
	width: 95%;
    margin: 0px auto 15px auto;
}

.mt_30{margin-top: 15px;}

.tps_logo {
    max-width: 200px;
    height: auto;
    margin: 2em auto;
}

.text-right {
    text-align: right;
}

.underline{
    text-decoration: underline;
}