h4 {
    background-color: green;
    color: #FFFFFF;
    padding: 7px 15px;
    margin-bottom: 3%;
    line-height: 1.2em;
}
a:hover {
    color: #6ab830;
}
.h4_sub {
    font-size: 0.9em;
}
.s_left img {
    margin-right: 8%;
}
.ser_box {
    display:flex;
}
.s_left {
    width:20%;
}
.s_right {
    width:80%;
}
.ser_komidashi {
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 20px;
}
.ser_text2
{
    font-size: 0.9em;
    padding-bottom: 0px;
    line-height: 1.8em;
    padding-left:1em;
    text-indent:-1em;
}
.ser_text3
{
    font-size: 0.9em;
    padding-bottom: 5%;
    line-height: 1.8em;
    padding-left:1em;
    text-indent:-1em;
}
.ser_text4
{
    font-size: 0.9em;
    padding-bottom: 5%;
    line-height: 1.8em;
    text-indent: 1em;
}
.ser_text5
{
    font-size: 0.9em;
    font-weight: bold;
    line-height: 2em;
    background-color: #EAEAEA;
    padding-left: 15px;
    margin-bottom: 12px;
}
.ser_text6
{
    font-size: 0.9em;
    line-height: 1.0em;
    margin-bottom: 20px;
    margin-left: 15px;
}
.ser_text7
{
    font-size: 0.9em;
    padding-bottom: 2%;
    line-height: 1.8em;
    padding-left:1em;
    text-indent:-1em;
}
.kome_box {
    padding: 20px 0px 40px 30px;
}
.kome {
    font-size: 8pt;
    line-height: 1.8em;
    color: steelblue;
}
.kome2 {
    font-size: 9pt;
    line-height: 1.5em;
    color: steelblue;
    padding-left: 2em;
    text-indent: -2em;
}
.kome3 {
    font-size: 8pt;
    line-height: 1.8em;
    color: #fff;
}
.kome4 {
    font-size: 9pt;
    line-height: 1.5em;
    color: steelblue;
    padding-left: 2em;
    text-indent: -2em;
    margin-bottom: 20px;
}
.cal_link {
    font-size: 9pt;
    font-weight: bold;
    line-height: 1.8em;
    margin-top: 15px;
}
.menseki1
{
    font-size: 0.9em;
    font-weight: bold;
    color: darkolivegreen;
    padding-bottom: 2%;
    margin-left: 15px;
}
.menseki2
{
    font-size: 0.9em;
    padding-bottom: 1%;
    line-height: 1.5em;
    color: darkolivegreen;
    padding-left:1em;
    text-indent:-1em;
    margin-left: 15px;
}
.menseki3
{
    font-size: 0.9em;
    font-weight: bold;
    color: darkolivegreen;
    padding-top: 2%;
    padding-bottom: 10%;
    line-height: 1.8em;
    margin-left: 15px;
}
.card_img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.sevice_img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


@media screen and (max-width: 520px) {
    
.s_left {
    width:100%;
    text-align: center;
}
.ser_box {
    display:block;
}
.s_left img {
    width: 35%;
}
.s_right {
    width:100%;
}
.sevice_img {
    max-width: 100%;
    height: auto;
}

}
