#inside_top {
  background: url(../images/top.jpg) no-repeat; 
}
@media only screen and (min-width: 601px){
  .row .col.m6 {
    width: 48%; 
    }
}
@media only screen and (min-width: 800px){
.row .col.l6 {
    width: 48%; 
    }
  .row .col.l3 {
    width: 24%; 
    }
}

ul#total_service.list li li{
  list-style: none; 
}
ul#total_service.list li li:before {
  content: "■";
  color: #993300;
  font-size: 20px; 
}

.inside .area dt {
  margin: 0 2rem 0 0;
  float: left; 
}
.inside .area dd {
  margin: 0;
  height: 50px;
}
.inside ul.collapsible .area a {
  display: inline;
  line-height: 16px;
}
#attention ul ul{
  width: 100%; 
}
@media only screen and (max-width : 768px) {
.inside .area dt {
    margin: 0 0 5px 0;
    float: none; 
    }
  .inside .area dd {
    margin: 0 0 1rem 5px;
    height: auto;
    }
}
h4 a {
  color: white;
}
span.hl {
  color: white;
  background-color: red;
  font-weight: bold;
  font-size: 3rem;
  padding: 10px 10px 0px 10px;
}

.inside dl dd p{
  margin: 10px 0 10px 25px; 
}
    
.inside h5{
  font-weight: 600;
  margin: 25px 0 5px 20px;
  color: #996600;
}

.kuyopop{
  border: 2px solid #999;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 1rem 0;
  padding: 10px; 
} 
#pop1 {
  display: block;
  margin: 5px auto;
}   

ul.list#haka_service li{
  min-height: 380px;
  position: relative; 
}
ul.list#haka_service li li{
    min-height: auto; 
}
ul.list#haka_service li div{
  border-bottom: 1px dashed #ccc;
  font-size: 1.1rem;
  font-weight: bold;
  text-align: left; 
}
ul.list#haka_service li div.detail{
  border: 0; 
}
ul.list#haka_service li p{
  text-align: right; 
}
ul.list#haka_service img[src*="new_price"] {
    height: 45px;
}
ul.list#haka_service li #towa{
  font-size: 1.1rem;
  border: 1px solid;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 5px;
  margin: 8px 0;
  display: inline-block; 
}
ul.list#haka_service li #towa span{
    font-size: 1.8rem;
    color: #cc0000; 
}
ul.list#haka_service li strong{
  font-size: 1.4rem;
  font-weight: bold; 
}

ul.list#haka_service img[src*="detail"]{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 5px;
    min-height: 37px;
    right: 0;
    width: 100%; 
}

.message {
  font-size: 1.5rem;
  font-weight: bold; 
}
  
.inside_list li {
  margin: 12px 0 10px 15px;
  border-bottom: 1px dashed #ccc;  
}

ul#pop5.list li img:first-child{
  border-bottom: none; 
}

/*    20190710追加    */
#eitai_fv{
  background: url(/kuyo/eitai/images/pc_top_bg.png) no-repeat right top;
  margin: 20px 0;
}
#eitai_fv p{
  width: 48%;
  font-size: 1.1rem;
}

@media only screen and (max-width: 750px){
#eitai_fv{
  background: none;
  }
  #eitai_fv p{
  width: 100%;
  margin-top: 10px;
  }
}
/*    /20190710追加    */