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


/* PC START ###################################################### */
.bukken .box01 tr:first-child td div {
    background: none !important;
    color: #000;
    border-radius: inherit !important;
    padding: 5px 10px;
    line-height: 1.6;
    margin-bottom: 10px;
    text-align: left !important;
    border-left: 8px solid #0a3f73;
    font-weight: bold;
}
#f-container {
	display:flex;
}
.categorize {
     margin-right: 10px;
}

.btn.btn03 a {
    background: #e52263 !important;
    -webkit-transition: .3s ease-in-out !important;
    transition: .3s ease-in-out !important;
    padding: 3px 0 !important;
    width: 270px;
}

/* PC END ###################################################### */



@media screen and (max-width: 768px){
/* ================================================================= 
 *
 * tablet size
 *
 * ================================================================= */






/* tablet END ###################################################### */



}
@media screen and (max-width: 468px){
/* ================================================================= 
 *
 * smartphone size
 *
 * ================================================================= */

.categorize {
     margin-right: 0px;
}
#f-container {
	display:block;
}
.btn.btn03 a {
    width: 100%;
}

/* smartphone END ################################################## */
}