@charset "UTF-8";
.tit02 .en{
  line-height: 1.2em;
}
.concept-sec{
  padding: 17rem 0 0;
}
.wrap{
max-width: 1180px;
    padding: 0 40px;
    margin: 0 auto;     
}

.content{
  max-width: 1100px;
    padding: 0 50px;
    margin: 0 auto 8rem;
}
.content ol {
    counter-reset: item;
}
.content ol li {
    font-size: 1.3rem;
    list-style-position: inside;
    line-height: 1.8;
    padding-bottom: 2rem;
    padding-left: 3em;
    text-indent: -3em;
}
.content ol li::before {
    counter-increment: item;
    content: counter(item);
    margin-right: 2.2em;
}
.content ol li.ex-list::before {
    margin-right: 2em;
    
}

.mini-title{
font-size: 1.4rem;
padding-bottom: 2.9rem;
}

.inner-list{
  padding-top: 2rem;
}
.inner-list li {
    padding-bottom: 0 !important;
    padding-left: 1.75em !important;
    text-indent: -1.75em !important;
}
.inner-list li::before {
    content: counter(item)')' !important;
    margin-right: 0.5em !important;
}

.price-title{
  font-size: 1.8rem;
  padding: 6.8rem 0 2rem;
}

.price-table{
  width: 100%;
  border-top: 2px solid #ccc;
}

.price-table tr{
  border-bottom: 1px solid #ccc;
}

.price-table th {
  font-size: 1.4rem;
  padding: 2rem 0;
  text-align: center;
  border-bottom: 2px solid #ccc;
  width: 33.33333%;
}
.price-table td {
  font-size: 1.4rem;
  padding: 2rem 0;
  text-align: center;
  width: 33.33333%;
}

.price-table th{
  background:#EDF2EF;
}

.price-table th:first-child,
.price-table td:first-child{
  text-align: left;
}
.price-table th:not(:last-child),
.price-table td:not(:last-child)
{
  border-right: 1px solid #ccc; 
}

.penalty{
  font-size: 1.8rem;
  width: 45.15%;
}

.penalty th,
.penalty td{
  font-size: 1.4rem;
}
.penalty-table{
  width: 100%;
  margin-top: 2rem;
  border: 1px solid #ccc;
  border-top: 2px solid #ccc;
}
.penalty-table th,
.penalty-table td{
  border: 1px solid #ccc;
  padding:  1.6rem 0;
  text-align: center;
}
.penalty-table th:first-child,
.penalty-table td:first-child{
  /*text-align: left;
  padding-left: 3rem;*/
}

.last-table {
    margin-bottom: 5rem;
}
.last-txt p {
    margin-bottom: 0;
    line-height: 1.8;
}
.last-txt ul li {
    margin-bottom: 0;
    line-height: 1.8;
}

.in-inner-list-jp li::before {
	
}

.in-inner-list-jp li:nth-of-type(1)::before {
    content: 'イ)' !important;
    margin-right: 0.5em !important;
}
.in-inner-list-jp li:nth-of-type(2)::before {
    content: 'ロ)' !important;
    margin-right: 0.5em !important;
}
.in-inner-list-jp li:nth-of-type(3)::before {
    content: 'ハ)' !important;
    margin-right: 0.5em !important;
}
.in-inner-list-jp li:nth-of-type(4)::before {
    content: 'ホ)' !important;
    margin-right: 0.5em !important;
}
.in-inner-list-jp li:nth-of-type(5)::before {
    content: 'ヘ)' !important;
    margin-right: 0.5em !important;
}



/* ============================================
sp
============================================ */
@media screen and (max-width: 767px){
.wrap {
    padding: 0 5vw;
}
.content{
  padding: 0;
  margin: 15vw auto 0;
}
.concept-sec {
    padding: 5rem 0 0;
}
.terms-sec  {
    padding: 1rem 0 7rem;
}
.price-table th,
.price-table td {
    line-height: 1.4
}
.price-table th:first-child, .price-table td:first-child {
    width: 42% !important;
}
.penalty-table th:first-child, .penalty-table td:first-child {
}
.penalty {
    width: 100%;
}
.penalty:first-child {
    margin-bottom: 5rem;
}
}

