@charset "UTF-8";



/* SYSTEM - SYSTEM ==============*/
/* .sec_ttl_system{
  margin-bottom: 3em;
} */
.price-icon{
  display: block;
  width: 9rem;
  height: 9rem;
  background-image: url(/imgs/system_price-icon.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  margin: 1.5em auto 0;
}
.price-icon2{
  background-position-y: 50%;
}
.price-icon3{
  background-position-y: 100%;
}
.system-view-box {
  position: relative;
  margin-bottom: 3.5em;
}
.system-view-img{
  width: 20rem;
}
.system-view-copy {
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  padding: .7em 0;
  letter-spacing: 0.02em;
  color: var(--color-pink);
}
.system-view-copy span {
  display: block;
  font-size: 1.8em;
  /* padding-top: .1em; */
}
.system-view-desc {
  font-size: 1.05rem;
  text-align: left;
  line-height: 1.6;
  text-align: justify;
}
/* .system-view-desc-wrap{
  background-color: #f6f6f5;
  padding: 2.1rem;
} */
.example{
  display: block;
  margin-top: .3em;
  position: relative;
  padding-left: 2.2rem;
}
.example::before{
  position: absolute;
  content:"(例)";
  left:0;
}

@media (min-width: 769px){
  .system-view{
    display: flex;
    justify-content: space-between;
  }
  .system-view-box{
    width: 30%;
    margin-bottom: 0;
  }
  .system-view-copy span{
    font-size: 1.6em;
  }
  .system-view-desc {
    font-size: 1.05rem;
  }
}/* mq860 end */



/* SYSTEM - PRICE ==============*/
#under_sysytem{
  background-color:#fcfcfc;
  padding: 5rem 0;
  margin: 0;
}
#under_sysytem .link-btn a{
  width: 100%;
}
.table_wrap{
  padding: 2.5em 0;
}
.pc_dsp{
  display: none;
}

.table-h3{
font-size: 1.7rem;
line-height: 1.4;
text-align:center;
margin-bottom:1em;
color: #32323c;
}
.table-h3-sub{
  display: block;
  margin-top: .6em;
  font-size: .6em;
}
.table-desc {
  font-size: 1.25rem;
  text-align: justify;
  margin-bottom: 1.5em;
}
.tax{
  font-size: 0.8em;  
}
.table-h3-1{
  font-size: 2rem;
}

.table-caption{
  display: block;
  font-weight: 100;
  font-size: 0.8em;
  margin-top: 0.5em;
}
.th_sub {
  display: block;
  font-size: .9em;
  font-weight: 400;
  line-height: 1.4;
  padding: 0.2rem 0;
}

.system_table{
width: 100%;
font-size: 1.15rem;
line-height: 1.4;
}
thead{
  background-color: #f4f4f3;
}
tbody {
  background-color: #fefefe;
}

.system_table th,
.system_table td {
border: solid 1px #cacaca;
padding: 1.5em .4em;
letter-spacing: 0;
}
.system_table th{
  color:#32323c;
}
.system_table tbody td {
text-align:center;
/* color:#32323c; */
font-size: 1.1em;
}
.inter_table th{
  background-color: #f4f4f3;
}

.table-1 th{
  width: 36%;
}
.table-2 tbody td:first-of-type{
  width: 55%;
}
.system_table tbody td.justify{
  text-align: justify;
}

.attention_list {
font-size:11px;
/* text-align: justify; */
margin-top: 1em;

}
.attention_list li {
padding-left:1.2em;
position:relative;
margin-bottom:.6em;
line-height: 1.4;
letter-spacing: 0.2px;
}
.attention_list li:before {
position:absolute;
left:0;
content:"※";
font-weight:bold;
}

.attention_list2 {
/* font-size:14px; */
text-align: center;
margin-top: 1em;
}
.attention_list2 li {
padding-left:1.5em;
position:relative;
margin-bottom:.2em;
}
.attention_list2 li span{
color:#ef7d83;
font-weight:bold;
}
 
.c_ora {
color: #ef7d83;
font-weight:bold;
}
.c_pin {
color:#ef7d83;
font-weight:bold;
}

.lesson_table thead span{
display:block;
font-size: 12px;
}
/* 
.sec_bloc_diff{
  background-color: #f8f8f8;
} */



@media (min-width: 769px){
  .system_table {
    font-size: 1.4rem;
    margin: 0.5em 0;
  }

  .system_table tbody td {
    width: 30%;
  }
  .table_wrap {
    margin: 1em auto;
  }
  .table-h3{
    font-size: 2rem;
    margin: .5em 0 .8em;
  }
  .table-h3-1{
    font-size: 3rem;
    margin-bottom: .6em;
  }
  .table-desc {
    font-size: 1.4rem;
    line-height: 1.6;
    text-align: justify;
    margin: 0 auto 1.5em;
  }
  .table-desc-1{
    text-align: center;
  }
  .sec_bloc_diff .table-h3{
    margin-top: .5em;
  }
}/* mq860 end */


