:root {
  --theme-color: #005AB4;
}

.contents * {font-feature-settings: "palt";}
a:hover img {
	opacity: 0.8;
}

.sp-page {
	background-color: #fff;
	font-size: 1.1rem;
	line-height: 1.5rem;
	margin: 0;
}

.sp-page p,
.sp-page li,
.sp-page dt,
.sp-page dd, 
.sp-page b,
.revCntList th, 
.revCntList td * {
	font-size: 1.1rem;
}
.contents {
	padding: 20px 50px;
	max-width: 1234px;
	margin: auto;
}

#requirements h2 {
	font-size: 1.2rem;
	font-weight: bold;
	padding: 15px 10px;
	border-left: 8px solid #002f86;
	margin-top: 2rem;
	margin-bottom: 1rem;
}

.contents p {
	font-size: 1.1rem;
	margin-bottom: 1rem;
	line-height: 1.5
}

.contents dt,
.contents dd {
line-height: 1.5;
}


.contents hr {
	border: none;
	border-top: 1px dotted #ccc;
	height: 1px;
	margin: 1rem 0;
}


.toReview,
.btn-entry {
	text-align: center;
	margin-bottom: 1.5rem;
}

.btn-entry a {
	display: block;
	padding: 1rem;
	background-color: #FDE823;
	border-radius: 6px;
	color: #000;
	margin: 0.5rem 1rem;
	font-size: 1.2rem !important;
	text-decoration: none;
	line-height:1.5;
}

ul.ul {
	line-height: 1.3em;
	margin: 0.5em 0 0.5em 1.5em;
}

ul.ul li,
#requirements li {
	list-style-type: disc;
	line-height: 1.5rem;
	margin: 0.5em 0 0.5em 1.5em;
}

.sns {
	margin-bottom: 1rem;
}

.center {
	text-align: center !important;
}

.ext-link::after {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	content: "";
	margin-left: 0.2rem;
}

.notice,
p.notes,
ul.notes li {
	font-size: 1rem;
	text-indent: -1.3rem;
	padding-left: 1rem;
	line-height: 1.4rem;
	margin-bottom: 0.4rem;
}

p.notes::before,
ul.notes li::before {
	content: '※';
	margin-right: 0.1rem;
}

.txtRed {
	color: #f00;
}

/* === .zoom === */
.zoom {
	display: inline-block;
	position: relative;
	vertical-align: top;
}

.zoom:after {
	content: "";
	width: 22px;
	height: 22px;
	background: url(img/zoom.png) no-repeat 0 0;
	position: absolute;
	bottom: 5px;
	right: 5px;
}

.zoom:hover:after {
	background-position: -22px 0;
}

span.zoom:after {
	display: none;
}

.iconNew {
	font-size: 7pt;
	color: #f55;
	margin-right: 5px;
	padding: 0 3px;
	background-color: #fee;
	text-decoration: none !important;
}

/*.title-area*/

.title-area {
background-image: url(img/h1_bg1.webp) ; 
background-size: cover;
background-repeat: no-repeat;
background-position: 50% 55%;
width: 100%;
padding: 50px;
}


.title-area h1 {
	max-width: 1134px;
	margin: auto;
}

/*.title-area-wrap {
background: rgb(223,200,26);
background: linear-gradient(0deg, rgba(223,200,26,1) 0%, rgba(255,255,255,1) 100%);
}
.title-area {
width: 950px;
height: 230px;
position: relative;
margin: auto;
}

.title-area h1 {
position: absolute;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
top: 74px;
left: 356px;
width: 474px;
height: 82px;
background: url(img/h1.png);
background-size: cover;
background-repeat: no-repeat;
}

.title-area>img {
position: absolute;
top: 8px;
left: 126px;
width: 204px;
height: 214px;
}
*/
.subtitle {
	text-align: center;
	color: #fff;
	padding: 10px;
	background: #000;
	border-top: 1px solid #666;
}

.subtitle em {
	color: #f00;
	font-weight: bold;
	display: inline-block;
	margin-right: 1rem;
}

#intro{margin-bottom: 2rem;}

/*#summary*/

#summary {
background-color:#d4e9ff;
padding: 2rem;
border-radius: 10px;
}

#summary h2 {
font-size: 1.4rem;
text-align: center;
margin-bottom: 1rem;
}

.summary-table {
display: flex;
flex-wrap: wrap;
margin-bottom: 20px;
}

.summary-table dt {
background: var(--theme-color);
padding: 10px 20px;
color: #fff;
font-weight: bold;
width: 10rem;
margin-bottom: 1px;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
box-sizing: border-box;
}

.summary-table dd {
background: #fff;
padding: 10px 20px;
width: calc(100% - 10rem);
margin-bottom: 1px;
}

.summary-table dt:first-of-type {
border-top-left-radius: 10px;
}

.summary-table dt:last-of-type {
border-bottom-left-radius: 10px;
}

.summary-table dd:first-of-type {
border-top-right-radius: 10px;
}

.summary-table dd:last-of-type {
border-bottom-right-radius: 10px;
}

.lecturer dl {
display: flex;
margin: 1rem 0;
align-items: center;
}

.lecturer dl dt {
	margin-right: 20px;
	flex-shrink: 0;
}

.lecturer dl dt img {
	width: 200px;
	border-radius: 50%;
}

.lecturer p {
	margin-bottom: 1rem;
}

.lecturer h3 {
	margin-bottom: 0.5rem;
	font-size: 1.1rem;
	font-weight: bold;
}

.lecturer .photo {
	margin-top: 1rem;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.lecturer .photo li {
	flex-basis: 24%;
}

.lecturer .photo li a {
	position: relative;
	display: block;
	border: 1px solid #ccc;
	width: 100%;
	background: #fff;
}

.lecturer .photo li a:hover {
	border-color: #03f;
}

.lecturer .photo li a::before {
	content: "";
	display: block;
	padding-top: 100%;
}

.lecturer .photo li a img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	max-width: 96%;
	max-height: 96%;
	box-sizing: border-box;
	margin: auto;
	width: auto;
}

/*#requirements  */

#requirements {
	margin-bottom: 1.5rem;
}

#requirements dt {
	font-weight: bold;
	margin: 1rem 0 0.5rem;
}

#requirements dt:first-child {
	margin-top: 0;
}

#requirements dd {
	padding-left: 1rem;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 0.5rem;
	padding-bottom: 1rem;
}

#requirements dd:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 1rem;
}

#requirements dd,
#requirements dd p,
#requirements dd li {
	line-height: 1.5;
}

#requirements dd img {
	margin: 0 0 5px 0;
}

#requirements ol li {
	list-style-type: decimal;
}

#requirements p {
	margin: 0;
}

#requirements .notes {
	margin: 1em 0;
}

/* === #apply === */

#apply {
	text-align: center;
	border-top: 4px double #E3DEDB;
	padding-top: 1rem;
}

#apply p:first-child {
	color: #CB1613;
}

.entryEnd {
	font-weight: bold;
	text-align: center;
	color: #CB1613;
}

/* spInfo */
.spInfo {
	padding: 20px 20px 0 20px;
	border: 1px dotted #7F220F;
	background-color: #FFF9DF;
	overflow: hidden;
	margin: 0 auto 1rem;
	max-width: 700px;
}


.spInfo h3 {
	font-size: 1.5rem;
	font-weight: bold;
	color: #6C1100;
	padding: 0.2em 10px;
	margin-bottom: 0.5em;
	border-left: 5px solid #7F3627;
	font-feature-settings: "palt";
}

.spInfo h3 span {
	display: block;
	font-size: 1rem;
	font-weight: normal;
	margin-bottom: 5px;
}


.spInfo p {
	line-height: 1.4rem;
	margin: 1em 0;
	font-size: 0.9rem;
}

.spInfo p.notes {
margin-top: 5px;
font-size: 0.8rem;
}

.spInfo table,
.spInfo table th,
.spInfo table td{ border:1px solid #ccc; }
.spInfo table{
	width:100%;
	border-width:1px 0 0 0;
	border-spacing:0;
	background: #fff;
}

.spInfo table th {
	white-space:nowrap;
	background-color:#eee;
	text-align: center;
}


.spInfo table th,
.spInfo table td{
	font-size:90%;
	padding:3px 5px;
	border-width:0 1px 1px 1px;
	text-align: center;
}



.sp-info {
	text-align: center;
	font-weight: bold;
	display: block;
	border: 1px dotted #f00;
	padding: 1rem;
	margin-bottom: 2rem;
}

/* === timer === */
.timerHidden {
	display: none;
}

.timerVisible {
	display: block;
}


.curriculum {
margin-bottom: 40px;
padding: 20px;
background: #fff;
border-radius: 10px;
}

.curriculum dt {
border-bottom:2px dotted var(--theme-color);
margin-bottom: 10px;
padding-bottom: 10px;

color:var(--theme-color);
font-weight: bold;
}
