@charset "utf-8";
/* CSS Document */

/*---------

base set

----------------------------**/

.site-school-img{
    padding-top: 5rem;
    padding-bottom: 5rem;
    margin-bottom: 5rem;
    background: rgba(226, 243, 255, 1) url(../images/bg_img-school.jpg) repeat-x border-box center top / cover;
}

/*---------

figure

----------------------------**/

.section-inner figure{ margin: 1.5em auto 2em;}
.section-inner .fig-large{ width: 70%;}

/*---------

merit

----------------------------**/

.recommend-program{
    padding: 4%;
    background-color: #fffeb2;
    border-radius: 20px;
}

.heading-area h3 + span{
    font-size: 1.6rem;
    line-height: 1.6;
    font-weight: 500;
    display: inline-block;
    padding: 0 .6em;
    color: var(--heading-site-main-color);
    border:2px solid var(--heading-site-main-color);
    background-color: #FFF;
    border-radius: 30px;
}/* ao */

/*---------

admission-flow_img

----------------------------**/

.admission-flow_img{
    max-width: 82.4rem;
    text-align: center;
    margin: 0 auto;
}


/*---------

tuition-table

----------------------------**/

.table-style.tuition-table table{
    /*width: auto;*/
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
}

.tuition-table th,
.tuition-table td{
    text-align: center;
    line-height: 1.4;
}

.tuition-table th.total,
.tuition-table td.total{
    background-color: rgba(255, 251, 219, 1);
}

.tuition-table tbody th{
    white-space: nowrap
}

.tuition-table tbody td{
    text-align: right;
    padding: 0.75em .5em;
}

.tuition-table ~ .toggle-body .toggle-switch-area{
    display: inline-block;
    width: auto;
    padding-right: 5.6rem;
    border: 1px solid #3c3c3c;
}

/*souki_jamp　Link*/

#souki_jamp {
    padding-top: 60px;
    margin-top:-60px;
}

.float_application p:nth-child(1){
  float: left;
}
.float_application p:nth-child(2){
  float: right;
}

/* --------------------------------

入学前web通信講座アンカーリンク修正

 -------------------------------- */


 .course-nav .page-nav{
    padding-left: 0;
    padding-right: 0;
}

.course-nav .page-nav li a::before{
    content: none;
}

.course-nav .page-nav li a::after{
    width: 1.1rem;
    height: 1.1rem;
    background-color: var(--heading-site-main-color);
}


/*------------------

指定校フォームへのボタン

--------------------*/

.form_btn{
    margin:10px 5px;
}

a.btn--orange {
  color: #fff;
  background-color: #eb6100;
  border-bottom: 4px solid #b84c00;
  padding:6px 25px 6px 10px;
  margin: 10px 0;
  border-radius: 7px;
}
a.btn--orange:hover {
  margin-top: 3px;
  color: #fff;
  background: #f56500;
  border-bottom: 2px solid #b84c00;
}
a.btn--shadow {
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
}

a.btn--orange::after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 13px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(45deg);
}

/*--------------------
　250703 学費ページ修正
----------------------*/
.admission-fee{
	text-align:center;
	font-size:15px;
}
.admission-fee span{
	font-size:1.8em;
	background: linear-gradient(transparent 65%, #FFEB3B 45%);
}
.tuition .section-inner{
    margin-bottom:70px;
}
.tuition .section-inner:last-child{
    margin-bottom:0px;
}

/* 20250827　AOエントリー強調表現 */
/* 共通設定 */
.admission-ao #section01::before {
    content: "";
    /* display: block; */
    display: none;
    margin: 0 auto;
}

@media (min-width: 769px) {
    .admission-ao #section01::before {
        width: 600px;
        height: 120px;
        background: url(../../../design/common/images/admission/ao/ao-entry-banner--pc.png)no-repeat center;
        background-size: cover;
    }
}

@media (max-width: 768px) {
    .admission-ao #section01::before {
        max-width: 100%;
        width: calc(100% - 40px);
        padding-top: 20.67%;
        background: url(../../../design/common/images/admission/ao/ao-entry-banner--pc.png)no-repeat center;
        background-size: contain;
    }
}

@media (min-width: 500px) and (max-width: 768px) {
    .admission-ao #section01::before{
        padding-top: 30%;
    }
}

.admission-ao #section03 .flow-body:nth-child(2) .heading-area p:after,
.admission-ao #section04 .table-style.type-block table tr:nth-child(3) td:after
{
    content: "エントリー受付中！";
    color: #fff;
    background: red;
    font-size: 1.5rem;
    font-weight: bold;
    /* display: inline-block; */
    display: none;
    padding: 0px 5px;
    border-radius: 5px;
    margin-left: 10px;
}
@media (max-width:768px){
    .admission-ao #section03 .table-style.type-block table tr:nth-child(3) td:after,
    .admission-ao #section04 .flow-body:nth-child(2) .heading-area p:after{
        margin-left: 0;
    }
}