/*
Theme Name: Theme fujinohana
Theme URI: 
Author: Akira Nayoka
Author URI: 
Description: 
Version: 1.0

/* =Reset
-------------------------------------------------------------- */

.txt-black{
    color: #000 !important
}
.text-center{
    text-align: center;
}
.p-caption{
    font-size: 16px;
    line-height: 1.6;
}
.img-fluid{
    max-width: 40%;
}
@media only screen and (max-width: 767px) {
    .img-fluid{
    max-width: 90%;
}
}