@charset "UTF-8";
/* 学費 */

/* -------------------------------------------------------------- */
/*  共通ここから  */
/* -------------------------------------------------------------- */

/* ボーダーアニメーションここから */
.box-anime-border {
	position: relative;
	height: 0;
}

.box-anime-border .is-border {
    position: absolute;
    width: 0;
	z-index: 1;
	background-repeat: repeat-x;
	background-position: bottom center;
	background-image: url(../../../images/2018/department/common/img-bg.png);
}

.box-img-ttl {
	line-height: 0;
	text-align: center;
	z-index: 2;
	position: relative;
}
/* ボーダーアニメーションここまで */

.area-ttl {
	background-image: url(../../../images/2018/parents/expense/img-expense-01.png);
}

.box-description p {
	font-size: 1.6rem;
	line-height: 1.9;
}

.box-description a {
	background-color: #000000;
	color: #FFFFFF;
	letter-spacing: 0.1em;
	font-size: 1.8rem;
	line-height: 1.3;
	font-weight: bold;
	text-align: center;
}

.box-description a i {
	background-image: url(../../../images//2018/parents/icon-parents-cmn-01.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 18px;
	height: 19px;
	display: inline-block;
	margin-right: 1rem;
	vertical-align: middle;
}

.box-description a span {
	color: #FFE1DE;
	font-weight: bold;
}

/* 学部の選択ここから */
.box-select p {
	text-align: center;
	line-height: 1.5;
}

.list-select {
	font-size: 0;
}

.list-select li {
	border: solid #2F2F2F 2px;
	background-color: #FFFFFF;
	display: inline-block;
}

.list-select li a {
	color: #2F2F2F;
	font-weight: bold;
	font-size: 2rem;
	text-align: center;
	line-height: 1;
	padding: 1.2rem 0 1.2rem;
}

.list-select li a span {
	font-size: 1rem;
	vertical-align: middle;
}
/* 学部の選択ここまで */

/* 学費リストここから */
.area-department {
	background-color: #F8E1E7;
}

.box-department h3 {
	font-weight: bold;
	text-align: center;
	line-height: 1.3;
	letter-spacing: 0.2em;
}

.box-table table {
	border-collapse: separate;
	border-spacing: 2px;
}

.box-table table th,
.box-table table td {
	border-radius: 4px;
	font-size: 1.5rem;
}

.box-table table th {
	background-color: #2F2F2F;
	color: #FFFFFF;
	line-height: 1.9;
	font-weight: bold;
}

.box-table table td {
	line-height: 1.9;
	text-align: center;
	background-color: #F0F0F0;
	width: 132px;
}

.box-table table tr td:first-of-type {
	background-color: #C9C9C9;
	width: 268px;
}

.box-whiteback p {
	font-size: 1.5rem;
	line-height: 1.6;
}

.box-whiteback .txt-redback {
	font-weight: bold;
	font-size: 1.8rem;
	text-align: center;
	line-height: 1.3;
	letter-spacing: 0.2em;
}

.link-to-select {
	text-align: center;
	color: #2F2F2F;
	letter-spacing: 0.1em;
	line-height: 1;
	font-weight: bold;
	background-color: #FFFFFF;
	border: solid 2px #2F2F2F;
	font-size: 2rem;
	padding: .4rem 0 1.6rem;
}

.link-to-select span {
	vertical-align: middle;
	font-size: 1rem;
}

/* 学費リストここまで */

/* -------------------------------------------------------------- */
/*  共通ここまで  */
/* -------------------------------------------------------------- */



/* -------------------------------------------------------------- */
/*  SMPここから  */
/* -------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
	
	/* ボーダーアニメーションここから */
	.box-anime-border {
		top: -44px;
		margin-bottom: 0;
	}
	
	.box-anime-border .is-border {
		background-size: contain;
		left: 0;
		top: 5px;
	    height: 9px;
	}
	
	.box-anime-border .box-img-ttl img {
		width: 256px;
		vertical-align: bottom;
	}
	/* ボーダーアニメーションここまで */
	
	.box-description {
		padding: 0 10px;
		margin: 0 auto 4rem;
	}
	
	.box-description p {
		margin-bottom: 2rem;
	}
	
	.box-description a {
		width: 100%;
		max-width: 420px;
		padding: 20px 0;
		margin: 0 auto;
	}
	
	/* 学部の選択ここから */
	.area-select {
		padding: 3rem 0;
		margin-top: 3rem;
	}
	
	.box-select {
		padding: 0 10px;
	}
	
	.list-select {
		margin: 2rem 0 3rem;
	}
	
	.list-select li {
		width: calc(50% - 5px);
	}
	
	.list-select li:nth-child(odd) {
		margin-right: 10px;
	}
	
	.list-select li:not(:last-of-type) {
		margin-bottom: 2rem;
	}
	
	.list-select li a {
		font-size: 1.5rem;
	}
	
	.box-select p {
		font-size: 1.4rem;
	}
	/* 学部の選択ここまで */
	
	/* 学費リストここから */
	.area-department {
		border-top: solid 5px #000000;
		padding: 3rem 10px;
	}
	
	.box-department {
		margin: -5rem auto 3rem;
		padding-top: 5rem;
	}
	
	.box-department h3 {
		font-size: 2.4rem;
		margin-bottom: 2rem;
	}
	
	.box-table {
		margin-bottom: 2rem;
		overflow-x: scroll;
	}
	
	.box-table table {
		width: 940px;
	}
	
	.box-whiteback {
		padding: 2rem 10px;
		margin-bottom: 2rem;
	}
	
	.box-whiteback p {
		margin-bottom: 2rem;
	}
	
	.box-whiteback .txt-redback {
		width: 100%;
		max-width: 380px;
		margin: 0 auto;
		padding: 1rem 0;
	}
	
	.link-to-select {
		width: calc(50% - 5px);
		margin: 0 auto;
		font-size: 1.5rem;
	}
	
	/* 学費リストここまで */
	
}
/* -------------------------------------------------------------- */
/*  SMPここまで  */
/* -------------------------------------------------------------- */



/* -------------------------------------------------------------- */
/*  PCここから  */
/* -------------------------------------------------------------- */
@media print,screen and (min-width: 769px) {
	
	/* ボーダーアニメーションここから */
	.box-anime-border {
		height: 0;
		top: -86px;
	}
	
	.box-anime-border .box-img-ttl img {
		width: 500px;
		vertical-align: bottom;
	}
	
	.box-anime-border .is-border {
	    left: 0;
		top: 10px;
	    height: 16px;
	}
	/* ボーダーアニメーションここまで */
	
	.box-description {
		width: 880px;
		margin: 35px auto 70px;
	}
	
	.box-description p {
		width: 420px;
	}
	
	.box-description a {
		width: 420px;
		padding: 28.5px 0;
        margin: 0 auto;
	}
	
	/* 学部の選択ここから */
	.area-select {
		padding: 60px 0 55px;
		margin-top: 50px;
	}
	
	.box-select {
		width: 1000px;
		margin: 0 auto;
	}
	
	.list-select {
		margin: 35px 0 45px;
	}
	
	.list-select li {
		width: 240px;
	}
	
	.list-select li:not(:nth-last-of-type(-n+4)) {
		margin-bottom: 30px;
	}
	
	.list-select li:not(:nth-of-type(4n)) {
		margin-right: 13px;
	}
	/* 学部の選択ここまで*/
	
	/* 学費リストここから */
	.area-department {
		border-top: solid 10px #000000;
		padding: 60px 0 110px;
	}
	
	.box-department {
		width: 1000px;
		margin: 0 auto 60px;
	}
	
	.box-department h3 {
		font-size: 32px;
		margin-bottom: 20px;
	}
	
	.box-table {
		margin-bottom: 20px;
	}
	
	.box-table small {
		display: none;
	}
	
	.box-whiteback {
		margin-bottom: 20px;
	}
	
	.box-whiteback p {
		width: 800px;
		margin: 0 auto 30px;
	}
	
	.box-whiteback .txt-redback {
		width: 380px;
		margin: 0 auto;
		padding: 20.5px 0;
	}
	
	.link-to-select {
		width: 240px;
		margin: 0 auto;
	}
	
	/* 学費リストここまで */
}
/* -------------------------------------------------------------- */
/*  PCここまで  */
/* -------------------------------------------------------------- */

/* -------------------------------------------------------------- */
/*  2023年6月8日　追加CSS  */
/* -------------------------------------------------------------- */
.is-non-margin {
    margin-top: 0 !important;
}

.list-select__full {
    width: 100% !important;
    margin-right: 0 !important;
}

.area-select .list-select li a span {
    background-image: url("../../../images/2023/common/head-icon-03.png");
    background-repeat: no-repeat;
    display: inline-block;
}

.is_minus--margin {
    margin-left: -10px;
}

@media print,screen and (min-width: 769px) {
    .area-select .list-select li a span {
        width: 30px;
        height: 18px;
        background-position: center top -2px;
        background-size: 20px 20px !important;
    }
}

@media only screen and (max-width: 768px) {
    .area-select .list-select li a span {
        width: 30px;
        height: 17px;
        background-position: center top -1px;
        background-size: 18px 18px !important;
    }
}