@charset "UTF-8";

.attention{
    color: #ff0000;
    border: 3px solid #ff0000;
    text-align: left;
    border-radius: 5px;
}
.attention > .ch-title{
    border-bottom: 1px dotted #ff0000;
    padding-bottom: 5px;
    font-size: 1.2em;
}

.cation-txt{
    background: rgba(255,255,255,0.7);
    max-width: 1170px;
    margin: 0 auto;
    margin-bottom: 30px;
    border: 3px solid #ff0000;
    padding: 20px;
}
.cation-txt h3{
    margin: 0 ;
    margin-bottom: 10px;
    color: #ff0000;
    text-align: center;
    font-size: 2rem;
    word-wrap: break-all;
}
.cation-txt p{
    line-height: 1.6;
}