img{
 width: 100%;
}

.box_title {
    font-size: 2.8rem;
    border-bottom: 4px dashed #ea7d0a;
    width: fit-content;
    margin: 0 auto 2rem auto;
}

.hg_title{
 font-size: 1.5rem;
 border-bottom: 4px dotted #ea7d0a;
 width: fit-content;
 margin: 0 auto;
 font-weight: bold;
 color: #765540;
}

.hg_link a {
    font-size: 1.2rem;
    font-weight: bold;
    color: #775640;
}

.hg_link a i{
 color:#ea7d0a;
}

.naikaku{
 font-size: 140%;
}

p.kkwd_msg {
    text-align: left;
}

p.kkwd_shomei {
    text-align: end;
}


.f_top {
    max-width: 240px;
}


p.kkwd_shomei img {
    max-width: 300px;
    margin-top: 1rem;
}
/****スマホ画面****/
@media screen and (max-width: 990px){

.box_title {
    font-size: 2rem;
    line-height: 1.5;
    border-bottom: 3px dashed #ea7d0a;
   }

  p.kkwd_shomei img {
    max-width: 180px;
    margin-top: 0.5rem;
 }

}