@charset "utf-8";
/* CSS Document */

/*---------------------------------------------------------
料金表css
---------------------------------------------------------*/
.sup{vertical-align:super; font-weight: inherit; font-size: 60%; color: inherit; text-decoration: inherit;}
.indent1 {padding-left: 1em;text-indent: -1em;}
.price-box {
width: 100%;
}
ul.pricelist > li {
padding: 30px 40px;
border: 3px double #ccc;
margin-bottom: 1.5em;
}
.price-box .price-titlebox {
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
justify-content: space-between;
}
.price-box .price-title01 {
width: 50%;
}
.price-box .price-txt01 {
font-size: 18px;
line-height: 1.2;
font-weight: bold;
color: #24a543;
}
.price-box .price-txt02 {
margin-bottom: .5em;
line-height: 1.4;
font-size: 24px;
font-weight: bold;
color: #0a3f73;
border-bottom: 1px solid #ccc;
}
.price-box .price-txt02 span {
font-size: 20px;
}
.price-box .price-img {
width: 48%;
}
.price-box ul.perform li {
width: 11em;
font-size: 14px;
display: table-cell;
float: left;
}
.price-box ul.perform .perf-title {
margin-right: .5em;
font-weight: 500;
color: #a9713a;
display: inline-block;
}
.price-box ul.perform .pref-star {
font-weight: bold;
color: #ff9900;
display: inline-block;
}
.price-box ul.perform .gst {
font-weight: bold;
color: #d4d4d4;
display: inline-block;
}
.price-box .merit-box {
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
justify-content: space-between;
}
.price-box .merit-box > ul {
width: 55%;
padding: 15px 0;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
justify-content: space-between;
}
.price-box .merit-box > ul > li {
width: 48%;
padding: 10px 10px 15px;
font-size: 14px;
line-height: 1.5;
background-color: #d3fbdc;
border-radius: 15px;
}
.price-box .merit-box > ul > li .merit-title {
color: #24a543;
text-align: center;
font-weight: bold;
}
.price-box .merit-box > ul > li:nth-child(2) {
background-color: #fff3e2;
}
.price-box .merit-box > ul > li:nth-child(2) .merit-title {
color: #f18d09;
}
.price-box .merit-box ul.merit-list {
list-style: disc;
list-style-position: outside;
}
.price-box .merit-box ul.merit-list > li {
margin-left: 20px;
}
.price-box .price-area {
width: 45%;
}
.price-box .price-area p {
text-align: right;
}
.price-box .price-txt03 {
margin: 45px 0 15px;
}
.price-box .price-txt03 span {
margin-right: .5em;
padding: 0 1em;
font-size: 16px;
text-align: center;
color: #fff;
border-radius: 5px;
background: #0a3f73;
display: inline-block;
}
.price-box .price-txt04 {
font-size: 24px;
font-weight: bold;
}
.price-box .price-txt05 {
margin: 0 10px;
line-height: 1.4;
font-size: 32px;
font-weight: bold;
color: #0a3f73;
}
.price-box .price-txt06 {
font-size: 16px;
}
.risk-txt {
font-size: 13px;
padding: 15px 30px;
background-color: #efefef;
}
/* sp */ @media only screen and (max-width: 767px){
  ul.pricelist > li {
  padding: 1.5em 8%;
  }
  .price-box .price-title01 {
  width: 100%;
  }
  .price-box .price-img {
  width: 100%;
  margin: 1em auto;
  }
  .price-box .price-img img {
  width: 100%;
  }
  .price-box ul.perform li {
  width: 10em;
  }
  .price-box .merit-box > ul {
  width: 100%;
  }
  .price-box .merit-box > ul > li {
  width: 100%;
  margin-bottom: 1em;
  }
  .price-box .price-area {
  width: 100%;
  }
  .price-box .price-area p {
  text-align: right;
  }
  .price-box .price-txt02 {
  padding-bottom: 5px;
  }
  .price-box .price-txt03 {
  margin: 1em 0 1.5em;
  }
  .price-box .price-txt04 {
  font-size: 20px;
  }
}
