@import url("/css/inside_common.css");
.cate_gu .container_half {
  width: 49.5%;
}
p.r_txt{
text-align: right;
}
details p{
padding-bottom: .5em;
}
ul.disc li{
list-style: disc;
margin-left: 1.5em;
font-size: 18px;
margin-bottom: .5em;
}
.cate_gu .t_area{
width: 100%;
border-bottom: 1px solid #000;
line-height: 110%!important;
margin-bottom: .25em;
padding-bottom: 0;
}
details .cate_gu .container_half {
  width: 47.5%;
}

.site .column_3 {
  border: 1px solid #ccc;
  border-radius: 6px 6px 0 0;
  padding: 0 0 .5em 0;
}
.column_3 {
  width: 32.3%;
  background-color: #fff;
  text-align: center;
}
.site .column_3 h3 {
  background-color: #0074ff;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: .2em 0;
  border-radius: 6px 6px 0 0;
}
.site .column_3 p.price {
  font-size: 23px;
  padding: 0;
}
.caution_box {
  border: 1px solid #cc0000;
  text-align: center;
  color: #cc0000;
  padding: .2em 0;
}
.comment_box {
  width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 480px) {
.cate_gu .container_half {
  width: 100%;
	}
  .flex_box.service .col_3 {
    width: 98%;
  }
}
