@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */

/*================== ○○○○.html =================*/

.clmn_title h3{
    padding: 0.5em 0.7em;
    background:#ec610d;
    color: #fff;
    border-radius:8px;
}
.clmn_title h3::after{
    top:50%;
    right:10px;
    transform:translateY(-50%);
    color: #fff;
}
.ttl02_clmn h2 {
    position: relative;
    margin: 40px auto 40px auto;
    padding-bottom: 10px;
    font-weight: bold;
    color: #cd3c19;
}
.accBtn h3{
    cursor: pointer;
    position: relative;
}
.accBtn h3::after{
    content:"\f105";
    font-family: "Font Awesome 5 Pro";
    color: #fff;
    position: absolute;
    top:0 !important;
    right:10px !important;
    bottom: 0 !important;
    margin: auto;
    transition: .3s;
    line-height: 1;
    height: 16px;
    transform: translateY(0);
}
.accBtn h3.btnactive::after{
    transform: rotate(90deg);
}

@media screen and (min-width: 469px) and (max-width: 768px){
.bg_column {
    margin: 60px auto;
    padding: 10px 0 50px 0;
}
}
@media only screen and (max-width: 468px){
