@charset "utf-8";


/*--------------------------------------------------------------------------
   Overwright
---------------------------------------------------------------------------*/
.page-ttl{
  background:url(../image/expenses/img_kv_pc.jpg) no-repeat center center;
  background-size: cover;  
}

/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/

.content .inner{
  width: 90%;
  max-width: 1180px;
}


/* expenses
-----------------------------------------------------------------*/
.expenses{
  padding: 55px 0 0;  
}
.expenses .txt-lead{
  margin-bottom: 25px;
  text-align: center;
  font-size: 2.8rem;
  line-height: 1.5;
  font-weight: 800;
  color: #7FBC26;  
}
.expenses .txt{
  font-size: 1.8rem;
  text-align:center;  
}
.expenses .txt:nth-child(n+2){
  margin-top: 35px;  
}

/* content common
-----------------------------------------------------------------*/


.link-blank {
  color: #20ACE3 !important;
  text-decoration: underline!important;
}
.link-blank:hover {
  text-decoration: none!important;
}
.content .caption {
  display: block;
  font-size: 1.2rem;
  color: #5B5B5B;
}


.container li {
  font-size: 1.8rem;
    width: 98%;
    margin: 0 auto;
}
.container .list {
  margin-top: 10px;
  font-size: 1.6rem;
  line-height: 1.3;
}



.list{
  border: 1px solid #9A9A9A;
  font-size: 1.8rem; 
  margin-top: 30px;
}
.list div{
  display: flex;
}
.list div+div{
  border-top: 1px solid #CDCDCD;  
}
.list dt{
  padding: 10px 15px 10px 45px;
  width: 23.15%;
  background: #EEEEE9;  
}
.list dd{
  padding: 10px 15px 10px 45px;
  width: 76.85%; 
  background-color: white;
}

.content h3 {
  font-size: 2rem;
  font-weight: bold;
  border-bottom: 1px solid #7FBC26;
  color: #7FBC26;
  margin-bottom: 10px;
}

.container {
  margin-bottom: 40px;
}
.content {
  padding: 80px 0;
}
.content:first-child {
  padding-top: 0;
}
.content:nth-child(even) {
  background-color: #F0F7E5;
}

.content p {
  font-size: 1.6rem;
  margin-bottom: 20px;
}

.cap {
  margin-top: 10px;
  font-size: 1.4rem;
  color: #5B5B5B;
}

/*--------------------------------------------------------------------------
   Content01
---------------------------------------------------------------------------*/

.content01 ol {
  display: list-item;
  padding-left: 1rem;
}
.content01 ol li {
  margin-top:8px;
  list-style: decimal;
  font-size: 1.6rem;
  line-height: 1.6;
}


.content .inner .container dt {
  font-weight: bold;
}
.content .inner .container .cap {
  margin-bottom:0;
  font-size: 1.4rem;
}
.btn-txt {
  margin-top:30px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
}
.content .inner .container li .cap {
  margin: 0;
}
.content .table01 th {
  border: 1px solid #999999;
  width: calc(100% / 3);
  padding: 1rem;
  text-align: center;
}
.content .table01 td,
.content .table02 td,
.content .table04 td{
  border: 1px solid #999999;
  width: calc(100% / 3);
  padding: 1rem;
  text-align: center;
  vertical-align: middle;
  background-color: white;
}

.container01-01 div.expenses-table {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.container01-01 div.expenses-table .table-course {
  width: 49%;
  margin-bottom: 10px;
}

.container01-01 ul li:nth-child(2n) {
  margin-right: 0;
}



/*container01-01 table common*/
.table-course table {
  width: 100%;
  text-align: center;
  font-size: 1.6rem;
  border-collapse: inherit;
  border-radius: 20px;
  overflow: hidden;
}
.table-course .ttl {
  margin-bottom:0;
  font-size: 2rem;
  text-align: center;
}
.table-course.bio .ttl,.table-course.biotech .ttl {
  color: #20ACE3;
}
.table-course.m_coding .ttl {
  color: #F3AA3C;
}
.table-course.psychology .ttl {
  color: #EA7A98;
}
.table-course.it .ttl {
  color: #8800ff;
}
.table-course table th {
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  padding: 4px 10px;
  color: white;
  vertical-align: middle;
}
.table-course table th:last-of-type{
  border-right: none;
}
.table-course table td {
  border-right: 1px solid #BFBFBF;
  border-bottom: 1px solid #BFBFBF;
  padding: 4px 10px;
  vertical-align: middle;
}
.table-course table td:last-of-type {
  border-right: none;
}

/*table bio*/
.table-bio {
  border: 3px solid #20ACE3;
}
.table-bio th {
  background-color: #20ACE3;
}

.table-bio tr:last-child {
  background-color: #D3EEF5;
}

/*table biotech*/
.table-biotech {
  border: 3px solid #20ACE3;
}
.table-biotech th {
  background-color: #20ACE3;
}
.table-biotech td {
}

.table-biotech tr:last-child {
  background-color: #D3EEF5;
}


/*table m_coding*/
.table-m_coding {
  border: 3px solid #F3AA3C;
  text-align: center;
  font-size: 1.6rem;
}
.table-m_coding th {
  background-color: #F3AA3C;
}
.table-m_coding tr:last-child {
  background-color: #F2ECD2;
}

/*table psychology*/
.table-psychology {
  border: 3px solid #EA7A98;
}
.table-psychology th {
  background-color: #EA7A98;
}

.table-psychology tr:last-child {
  background-color: #F5E2E9;
}

/*table it*/
.table-it {
  border: 3px solid #8800ff;
}
.table-it th {
  background-color: #80f;
}

.table-it tr:last-child {
  background-color: #dcf;
}

/*--------------------------------------------------------------------------
   Content02
---------------------------------------------------------------------------*/


/* container02-04
-----------------------------------------------------------------*/
.content .inner .container02-04 li {
  margin-bottom: 30px;
  font-size: 1.8rem;
}
.content .inner .container02-04 li:nth-child(3n)::first-letter, .content .inner .container02-04 li:nth-child(4n)::first-letter{
  color: #7FBC26;
}
.content .inner .container02-04 li:nth-child(3n)::before, .content .inner .container02-04 li:nth-child(4n)::before{
  content: "●";
  font-size: 70%;
  margin-right:5px;
}

.content .table01, .content .table02, .content .table03, .content .table04 {
  width: 100%;
  font-size: 1.6rem;
}
.content .table01 caption,.content .table02 caption,.content .table03 caption {
  font-size: 1.8rem;
  text-align: left;
}
.content .table01 caption::before, .content .table02 caption::before, .content .table03 caption::before,
p.disc::before,
.container02-07 ul li::before,
.container02-05 ul li:last-child::before{
  content: "●";
  font-size: 70%;
  margin-right:5px;
}
.content .table01 caption::first-letter,.content .table02 caption::first-letter,.content .table03 caption::first-letter,p.disc::first-letter,
.container02-07 ul li::first-letter,
.container02-05 ul li:last-child::first-letter{
  color: #7FBC26;
}
.content .table01 .cap-sub,
.content .table02 .cap-sub,
.content .table03 .cap-sub{
  font-size: 1.4rem;
  padding-left: 1rem;
}
.content .table01 thead,.content .table03 thead,.content .table04 thead {
  background-color: #EDEDE8;
}


.table01 td span.table-ttl,.table02 td span.table-ttl {
  font-weight: bold;
}
.table02 td.table_bg {
  background-color: #EEEEE9;
}

/* container02-05
-----------------------------------------------------------------*/


.content .table03 tr dd {
  margin-bottom: 30px;
}
.content .table03 tr dd:last-c {
  margin-bottom: 0;
}
.content .table03 th:not(:first-child) {
  border: 1px solid #999999;
  width: calc(75% / 2);
  padding: 1rem;
  text-align: center;
}
.content .table03 th:first-child {
  border: 1px solid #999999;
  width: 25%;
  padding: 1rem;
  text-align: center;
}
.content .table03 td {
  border: 1px solid #999999;
  background-color: white;
  padding: 1rem;
  text-align: left;
  vertical-align: middle;
}
.content .table03 td.table_bg {
  background-color: #EEEEE9;
}
.content .table03 .cap {
  font-size: 1.4rem;
  color: #5B5B5B;
}


/*///////////////////////////////*/
.table03 th {
  background-color: #EEEEE9;
}

.table03 + .table03 {
  margin-top: -1px;
}

/*///////////////////////////////*/

.fl {
  display: flex;
}
.content p.disc {
  margin-top: 30px;
  margin-bottom: 4px;
}


/* container02-06
-----------------------------------------------------------------*/

.content .table04 {
  width: 50%;
  margin: 0 0 30px ;
}
.table04+.table04 {
  margin-left: -1px;
}
.content .table04 th {
  padding: 1rem;
  border: 1px solid #999999;
}


div.callbnr {
  margin-top:10px;
  text-align: center;
}


/* cont-list
-----------------------------------------------------------------*/

.cont-list {
  display: flex;
  margin: 60px auto 0;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1080px;
}
.cont-list li {
  margin: 10px auto;
}


.table03 tbody tr td:first-child {
  background-color: #EDEDE8;
}
.table03 tbody tr:nth-child(4) td:nth-child(2) {
  background-color: #EDEDE8;
}

/*--------------------------------------------------------------------------
   mobile
---------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .page-ttl{
    background:url(../image/expenses/img_kv_sp.jpg) no-repeat center center;
    background-size: cover;  
  }  
  .content {
    padding-bottom: 30px;
  }

  .content:first-child {
    padding: 0;
  }
  .content .inner {
    width: 100%;
  }

/* expenses
-----------------------------------------------------------------*/
  .expenses{
    padding: 35px 0;  
  }
  .expenses .txt-lead{
    font-size: 1.8rem;
  }
  .expenses .txt{
    font-size: 1.4rem;
    text-align: left;
  }
  .expenses .txt:nth-child(n+2){
    margin-top: 12px;  
  }

  .list{
  border: none;
  font-size: 1.4rem; 
  margin-top: 30px;
}
  
.list div{
  display: block;
}
.list dt{
  padding: 10px 10px 10px 15px;
  width: 100%;
  background: #EEEEE9; 
    border-radius: 10px; 
}
.list dd{
  padding: 15px 10px 15px 15px;
  width: 100%; 
  background-color: white;
}
  
.list div+div{
  border: none;  
}
  
.container p.cap {
  font-size: 1.2rem;
} 
  
.content:nth-child(even) dl.list  {
/*    border: 1px solid #9A9A9A;*/
} 
.content:nth-child(even) dl.list dt  {
  border-radius: 0;
}
  
  
  
/*  -------------------------*/
  
/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/

/* expenses
-----------------------------------------------------------------*/


/* content common
-----------------------------------------------------------------*/

.container {
    margin-bottom: 30px;
  }
  
.container li {
    font-size: 1.4rem;
}
.content h3 {
  font-size: 1.6rem;
  margin-bottom: 10px;
}
.content p {
  font-size: 1.4rem;
  text-align: left;
  margin-bottom: 10px;
}
  
  .btn-detail.btn_line_round a{
  margin-bottom: 60px;

}
  

/*--------------------------------------------------------------------------
   Content01
---------------------------------------------------------------------------*/
.container01-01 ul {
  display: block;
}
.container01-01 ul li {
  width: 100%;
  margin: 0 0 30px;
}

.table-course table {
    font-size: 1.2rem;
}
.table-course table th,.table-course table td {
    padding: 4px 1%;
}
.table-course table tr span {
    font-size: 80%;
}  
.content .inner .container .cap {
  font-size: 1.2rem;
  line-height: 1.6rem;
}  
.content .table01 td,
.content .table02 td,
.content .table04 td{
  font-size: 1.3rem;
}
.container01-01 div.expenses-table {
  display: block;
}
  
.container01-01 div.expenses-table .table-course {
  width: 100%;
  margin-bottom: 30px;
  margin-right: 0;
}




/*--------------------------------------------------------------------------
   Content02
---------------------------------------------------------------------------*/

.content .table01 caption,.content .table02 caption,.content .table03 caption {
  font-size: 1.4rem;
}
  .content .inner .container02-04 li {
  margin-bottom: 30px;
  font-size: 1.4rem;
}
.table03 tbody tr:first-child td:first-child {
  background-color: #EDEDE8;
}
.table03 tbody tr td:first-child {
  background-color: white;
}
.table03 tbody tr:nth-child(4) td:nth-child(2) {
  background-color: white;
}

  
  
/* container02-04
-----------------------------------------------------------------*/

/* container02-05
-----------------------------------------------------------------*/
.fl {
  display: block;
}
  .table03 th,.table03 td {
    font-size: 1.3rem;
  }
  .table03 + .table03 {
    margin-top: -1px;
  }
  
  .table03 tr.half td {
    width: 50%;
  }
  
  .table03:nth-child(3n) tr:nth-child(2) td:first-child,.table03:nth-child(3n) tr:nth-child(3) td:first-child,.table03:nth-child(3n) tr:nth-child(4) td:first-child {
    width: 16%;
  }
  
  .content .table04 {
  width: 100%;
  margin: 0;
}
  
  .table04+.table04 {
    margin-top: -1px
  }
  .table04 td:first-child {
    width: 20%;
  }
  
/* container02-06
-----------------------------------------------------------------*/
.container02-06 dl {
  border: 1px solid #9A9A9A;
}
.content .table04 th {
  font-size: 1.4rem;
}
  
/* container02-07
-----------------------------------------------------------------*/
.container02-07 dl {
  border: 1px solid #9A9A9A;
}


/* cont-list
-----------------------------------------------------------------*/

.table_bg {
  background-color: #EDEDE8;
}

}

