@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;
}

/* 地蔵じまい */
.flex_contents {
  display: flex;
  flex-wrap: wrap;
}
.price_calc ul li {
  width: calc(88% / 3);
  margin-right: 4%;
  position: relative;
}
.side_box ul li {
  list-style-type: none;
}
.profile ul li {
  list-style-type: disc;
  font-weight: 700;
}
.price_calc ul li:first-of-type::before {
  content: "＋";
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: calc(100% + 2.5%);
  transform: translateY(-50%);
  color: #04a6af;
  font-size: 150%;
}
.price_calc ul li:nth-of-type(2)::before {
  content: "＝";
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: calc(100% + 2.5%);
  transform: translateY(-50%);
  color: #04a6af;
  font-size: 150%;
}
.price_calc dl {
  box-shadow: 0 0 3px #ccc;
  border-radius: 3px;
  padding: 8px;
}
.price_calc dl dt {
  width: 100px;
  border-bottom: 0;
  margin: 0;
}
.price_calc dl dd {
  /*width: calc(100% - 100px);
  padding-left: 8px;*/
  width: calc(88% - 88px);
  padding-left: 0px;
  margin-bottom: 0;
}
.price_calc dl dd b {
  font-weight: bolder;
}
.price_calc dl dd p {
  font-size: 150%;
  color: #cc0000;
  font-weight: bold;
}
.price_calc dl dt::before {
  content: "";
  color: #fff;
}

/* 人生じまい */
.comment_box.jinsei .column_3 {
  border: 1px solid #666;
  border-radius: 6px;
  width: 32%;
  padding: .5em 0;
}
.comment_box.jinsei .column_3 h3 {
  font-size: 22px;
  font-weight: bold;
  padding: .2em 0;
}
.comment_box.jinsei .column_3 p.price {
  font-size: 30px;
}
p.price span.en, p.price span.tax {
  color: #000;
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
    .column_3 {
      width: 100%;
      margin-bottom: 10px;
    }
    .price_calc ul li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 40px;
    }
    .price_calc ul li:first-of-type:before{
        top: 100%;
        left: 50%;
        transform: translateY(0) translateX(-50%);
    }
    .price_calc ul li:nth-of-type(2):before {
        top: 100%;
        left: 50%;
        transform: translateY(0) translateX(-50%) rotate(90deg);
    }
    .comment_box.jinsei .column_3 h3 {
        font-size: 18px;
    }
    .comment_box.jinsei .column_3 p.price {
        font-size: 18px;
    }
}
@media only screen and (max-width: 480px) {
.cate_gu .container_half {
  width: 100%;
	}
  .flex_box.service .col_3 {
    width: 98%;
  }
}
