@charset "utf-8";

.curriculum #pointSubTitle {
    padding-bottom: 4.5rem;
}

/*******************************
outline
*******************************/
#outline {

}

#outline ul {
	display: flex;
	flex-wrap: wrap;
	width: 980px;
	max-width: 94%;
	margin: 0 auto;
}

#outline ul li {
	width: 48.7%;
	margin-bottom: 1.25em;
}

#outline ul li:nth-child(odd) {
	margin-right: 2.6%;
}

#outline ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #00336A;
	box-shadow: 3px 3px 0 #00336A;
	font-size: 150%;
	font-weight: 500;
	background: url(/common/images/arrow_11.svg) 96% center no-repeat;
	background-size: 0.75em auto;
	padding-right: 1.5em;
	color: #00336A;
	flex-wrap: wrap;
	height: 2.85em;
}

#outline ul li a span {
	font-size: 80%;
}

#outline ul li a span.txt01 {
	display: block;
	margin-top: -1em;
}

/*******************************
faculty-common
*******************************/
section.faculty {
	margin-top: 5em;
}

section.faculty h2 {
    border-top: none;
    border-bottom: none;
    padding: 0.85em 0.5em 1em 1.25em;
    margin-bottom: 1.5em;
	box-sizing: border-box;
	font-size: 212.5%;
	color: #fff;
	font-weight: 500;
	background: #00336A;
}

section.faculty h2 span {
	font-size: 80%;
	display: inline;
	border-top: none;
	border-bottom: none;
	padding: 0;
	text-align: left;
	font-weight: 500;
	color: inherit;
}

section.faculty.sw h2 {
	border-left: 10px solid #EB6143;
}

section.faculty.psw h2 {
	border-left: 10px solid #3AB483;
}

section.faculty.st h2 {
	border-left: 10px solid #3071B9;
}

section.faculty.cw h2 {
	border-left: 10px solid #EB6D94;
}

section.faculty h3 {
	font-size: 187.5%;
	font-weight: 500;
	text-align: center;
	color: #00336A;
}

section.faculty .facultyBox01 {
	width: 1000px;
	max-width: 100%;
	margin: 3.5em auto 0;
	background-image: -webkit-linear-gradient(bottom left, #D9E2EC, #F2F5F9);
	background-image: -o-linear-gradient(bottom left, #D9E2EC, #F2F5F9);
	background-image: linear-gradient(to top right, #D9E2EC, #F2F5F9);
}

section .facultyBox01Inner {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

section.faculty .facultyBox01 .img01 {
	width: 40%;
}

section.faculty .facultyBox01 .img01 .name {
	margin-top: 0.5em;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	color: #033F7E;
	font-size: 175%;
	text-align: center;
	letter-spacing: 0.05em;
}

section.faculty .facultyBox01 .img01 .name span {
	font-size: 80%;
	margin-left: 0.5em;
}

section.faculty .facultyBox01 .detail01 {
	width: 53%;
}

section.faculty .facultyBox01 .detail01 p {
	font-size: 112.5%;
	font-weight: 300;
	line-height: 1.8;
}

section.faculty .facultyBox01 .detail01 p:not(:last-child) {
	margin-bottom: 1.5em;
}

section .facultyBox02 {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	width: 1000px;
	max-width: 100%;
	margin: 0 auto;
}

section .timetable {
	width: 51%;
	margin-top: -0.5em;
}

section .timetable h4 {
	font-size: 137.5%;
	font-weight: 700;
	color: #00336A;
	margin-bottom: 0.5em;
}

section .timetable table {
	border-collapse: separate;
	width: 100%;
	border-top: 1px solid #B4B4B4;
	border-right: 1px solid #B4B4B4;
}

section .timetable table caption {
	text-align: left;
	font-weight: 700;
	font-size: 125%;
	margin-bottom: 0.75em;
}

section .timetable table th, section .timetable table td {
	border-bottom: 1px solid #B4B4B4;
	border-left: 1px solid #B4B4B4;
	padding: 0.1em 0.4em;
	font-size: 87.5%;
	color: #000;
	font-weight: 500;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	position: relative;
}

section .timetable table th span.sup01 {
	position: absolute;
	font-size: 70%;
	top: 0;
	right: 0;
}

section .timetable table .cel01 {
	width: 11%;
}

section .timetable table .cel02 {
    font-size: 87.5%;
    line-height: 1;
}

section .recommended {
	width: 42%;
	position: relative;
}

section .recommendedInner {
	padding: 5px;
	position: relative;
	overflow: hidden;
	background: #F5F5F0;
}

section .recommendedInner .line01 {
	width: 10em;
	height: 1px;
	background: #BEAF73;
	position: absolute;
	top: 0;
	left: -13%;
	transform: rotate(-45deg);
}

section .recommendedInner .line02 {
	width: 10em;
	height: 1px;
	background: #BEAF73;
	position: absolute;
	top: 0;
	right: -13%;
	transform: rotate(45deg);
}

section .recommendedInner .line03 {
	width: 10em;
	height: 1px;
	background: #BEAF73;
	position: absolute;
	bottom: 0;
	right: -13%;
	transform: rotate(135deg);
}

section .recommendedInner .line04 {
	width: 10em;
	height: 1px;
	background: #BEAF73;
	position: absolute;
	bottom: 0;
	left: -13%;
	transform: rotate(-135deg);
}

section .recommendedInner02 {
	border: 1px solid #BEAF73;
}

section .recommended h5 {
	background: url(/school/point/curriculum/images/bg_01.png) center 0 no-repeat;
	background-size: 100% auto;
	font-size: 112.5%;
	font-weight: 700;
	text-align: center;
	width: 57%;
	position: absolute;
	z-index: 1;
	top: -1.25em;
	left: 50%;
	transform: translate(-50%, 0);
	color: #fff;
	padding: 0.55em 0;
	text-shadow: #00336A 1px 1px 10px, #00336A -1px 1px 10px, #00336A 1px -1px 10px, #00336A -1px -1px 10px;
}

section .recommended ul {
	padding: 2.75em 5% 1em;
}

section .recommended ul li {
	background: url(/school/point/curriculum/images/icon_01.svg) 0 0.5em no-repeat;
	background-size: 1em auto;
	padding-left: 1.25em;
	text-decoration: underline;
	color: #000f;
	font-weight: 700;
	font-size: 125%;
	margin-bottom: 0.75em;
}

section .schedule {
	width: 1000px;
	max-width: 100%;
	margin: 0 auto;
}

section .schedule h4 {
	font-size: 137.5%;
	font-weight: 700;
	color: #00336A;
	margin-bottom: 1em;
}

.btnFaculty01 {
	width: 1000px;
	max-width: 100%;
	margin: 4.5em auto 0;
	padding-bottom: 1em;
}

.btnFaculty01 a {
	display: block;
	box-shadow: 4px 4px 0 #7f7f7f;
	padding: 5px;
	background: #D1C79D;
	color: #00336A;
	font-size: 175%;
	text-align: center;
	font-weight: 500;
}

.btnFaculty01 a div {
	border: 2px solid #fff;
	padding: 1rem 3.5rem 1rem 0;
	background: url(/common/images/arrow_06.svg) 98% center no-repeat;
	background-size: 1.3em auto;
}

.btnFaculty01 a div strong {
	font-size: 121.4%;
}



/*******************************
faculty-each
*******************************/
section.faculty:last-child {
	padding-bottom: 2em;
}

section#anc01 .facultyBox01 {
	margin-bottom: 9.5em;
}

section#anc03 .facultyBox01 {
	margin-bottom: 7.5em;
}

section#anc05 .facultyBox01 {
	margin-bottom: 7em;
}

section#anc06 .facultyBox01 {
	margin-bottom: 8em;
}

section#anc01 .facultyBox01Inner, section#anc03 .facultyBox01Inner, section#anc05 .facultyBox01Inner, section#anc06 .facultyBox01Inner {
	background: url(/school/point/curriculum/images/bg_02.svg) 0 -1px no-repeat;
	background-size: auto 120%;
}

section#anc01 .facultyBox01 .detail01 {
	padding: 3.5em 2% 7em 0;
}

section#anc03 .facultyBox01 .detail01 {
	padding: 3.5em 2% 10em 0;
}

section#anc05 .facultyBox01 .detail01 {
	padding: 4em 2% 11em 0;
}

section#anc06 .facultyBox01 .detail01 {
	padding: 4em 2% 9em 0;
}

section#anc05 .facultyBox01 .detail01 p:not(:last-child), section#anc06 .facultyBox01 .detail01 p:not(:last-child)  {
    margin-bottom: 1.75em;
}

section#anc01 .facultyBox01 .img02 {
	position: absolute;
	width: 45%;
	bottom: -7em;
	right: 8%;
}

section#anc03 .facultyBox01 .img02 {
    position: absolute;
    width: 50%;
    bottom: -5em;
    right: 6%;
}

section#anc05 .facultyBox01 .img02 {
	position: absolute;
	width: 50%;
	bottom: -6em;
	right: 4%;
}

section#anc06 .facultyBox01 .img02 {
	position: absolute;
	width: 50%;
	bottom: -8em;
	right: 4%;
}

section#anc05 .facultyBox02, section#anc06 .facultyBox02 {
	margin-bottom: 2.5em;
}

section#anc05 .scheduleChart02, section#anc06 .scheduleChart02 {
	margin-top: 1.5em;
}

section#anc02 .facultyBox01, section#anc04 .facultyBox01 {
	margin-bottom: 8em;
}

section#anc02 .facultyBox01Inner, section#anc04 .facultyBox01Inner {
	background: url(/school/point/curriculum/images/bg_02.svg) 0 -1px no-repeat;
	background-size: auto 100%;
}

section#anc02 .facultyBox01 .detail01 {
	padding: 3.5em 2% 7em 0;
}

section#anc04 .facultyBox01 .detail01 {
	padding: 3.5em 2% 5em 0;
}

section#anc02 .facultyBox01 .img02 {
	position: absolute;
	width: 45%;
	bottom: -7em;
	right: 8%;
}

section#anc04 .facultyBox01 .img02 {
	position: absolute;
	width: 45%;
	bottom: -6em;
	left: 0;
}

section#anc02 .timetable, section#anc04 .timetable {
	width: 1000px;
	max-width: 100%;
	margin: 0 auto;
	padding-bottom: 2.25em;
}

section#anc02 .timetable h4, section#anc04 .timetable h4 {
	margin-bottom: 1em;
}

section#anc02 .course, section#anc04 .course {
	display: flex;
}

section#anc02 .course dl, section#anc04 .course dl {
	width: 48%;
}

section#anc02 .course dl:first-child, section#anc04 .course dl:first-child {
	margin-right: 5%;
	padding-right: 5%;
	border-right: 1px solid #B4B4B4;
}

section#anc02 .course dl dt, section#anc04 .course dl dt {
	font-size: 137.5%;
	text-align: center;
	font-weight: 700;
	color: #00336A;
	background: #D1C79D;
	padding: 0.15em 0;
	margin-bottom: 0.65em;
}

section#anc02 .course .txt01, section#anc04 .course .txt01 {
	font-size: 87.5%;
	text-align: right;
	color: #000;
	margin-top: 0.35em;
}

section#anc02 .course dl:first-child .recommended, section#anc04 .course dl:first-child .recommended {
    width: auto;
	margin-top: 2em;
}

section#anc02 .course dl:last-child .recommended, section#anc04 .course dl:last-child .recommended {
    width: auto;
	margin-top: 5.4em;
}

section#anc02 .course dl:last-child .recommended ul li:not(:last-child), section#anc04 .course dl:last-child .recommended ul li:not(:last-child) {
	margin-bottom: 1.5em;
    margin-top: 2em;
}
section#anc02 .course dl:last-child .recommended ul li:last-child, section#anc04 .course dl:last-child .recommended ul li:last-child {
    margin-bottom: 2em;
}

/***************************/
.btnFaculty02 {
	width: 1000px;
	max-width: 100%;
	margin: 1.5em auto 0;
	padding-bottom: 1em;
}

.btnFaculty02 a {
	display: block;
	box-shadow: 4px 4px 0 #7f7f7f;
	padding: 2px;
	color: #00336A;
	font-size: 175%;
	text-align: center;
	font-weight: 500;
    border: 3px solid #00336A;
}

.btnFaculty02 a div {
    border: 2px solid #00336A;
    padding: 1rem 3.5rem 1rem 0;
    background: url(/common/images/arrow_07.svg) 98% center no-repeat;
    background-size: 1.3em auto;
    background-color: #fff;
}

.btnFaculty02 a div strong {
	font-size: 121.4%;
}

#anc02 .timetable table caption,
#anc04 .timetable table caption {
    min-height: 3em;
}

.schedule .txt02 {
    margin-top: 1em;
}
.schedule .txt03 {
    margin-top: 1em;
    margin-left: 1em;
}
.schedule .txt04 {
    font-size: 70%;
    text-align: right;
    margin-top: 0.5em;
}
#anc06 .timetable {
    width: 100%;
}
#anc06 .timetable .timetableFlex {
    display: flex;
    justify-content: space-between;
}
#anc06 .timetable .timetableFlex table:first-of-type {
    width: 45%;
}
#anc06 .timetable .timetableFlex table:last-of-type {
    width: 51%;
}
#anc06  .timetable table caption {
    margin-bottom: 0;
}
#anc06  .timetable table caption span {
    font-size: 90%;
    background-color: #00336a;
    color: #fff;
    width: 100px;
    display: inline-block;
    text-align: center;
    padding: 0.2em 0 0.3em 0;
    margin-right: 0.75em;
}
