@charset "UTF-8";

/*--------------サービス案内----------------*/
#motto +div　.heading.block_header_2 .h {
    padding-left: 0px; 
}
#motto +div{
   display:none;
}
@media screen and (max-width:600px){
#motto + div{
   display:block;
}
#motto + div .inner_item{
   width: 100% !important;
   margin-left: 0 !important;
   margin-bottom: 15px !important;
}
}

/*---------------------見出し下線追加------------------------*/
#head_title + section .heading.block_header_5 .h{
    text-decoration: underline; 
    text-decoration-thickness: 0.5em;
    text-decoration-color: #FFFF66; 
    text-underline-offset: -0.2em; 
    text-decoration-skip-ink: none;
    position:relative;
    padding-left: 20px;
    font-weight: 900;
}
#head_title + section .heading.block_header_5 .h:before{
    position:absolute;
    content:"1.";
    left: 0px;
    line-height: 1.5;
    line-height: 1.95;
    top: -7px;
}
#head_title + section + #head_title + section .heading.block_header_5 .h:before{
    content:"2.";
}
#head_title + section + #head_title + section + #head_title + section .heading.block_header_5 .h:before{
    content:"3.";
}
#head_title + section + #head_title + section + #head_title + section + #head_title + section .heading.block_header_5 .h:before{
    content:"4.";
}