@charset "UTF-8";

/*  イベント ニュース　*/

.news-block {
	background: #FFF;
	padding: 40px;
	position: relative;
	width: 90%;
	max-width: 1100px;
	margin: 0 auto;
	border-radius: 4px;
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.20);
}

.news-block h3 {
	font-size: 1.5rem;
	font-weight: 400;
	margin-bottom: 20px;
}

.news-index-btn {
	position: absolute;
	right: 40px;
	top: 40px;
	min-width: 200px;
	border-radius: 40px;
	height: 26px;
	background: #00A0C8;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 15px;
	overflow: hidden;
	z-index: 1;
}

.news-index-btn p {
	text-align: center;
	color: #FFF;
	font-size: 12px;
	line-height: 1.1em;
	position: relative;
	display: inline-block;
}

.news-index-btn p:after {
	position: absolute;
	right: -15px;
	top: calc(50% - 3px);
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-left: 2px solid #FFF;
	border-right: 0;
}

.news-list {
	position: relative;
}

.news-list .item {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #F1F2EA;
}

.news-list .item .category {
	width: 150px;
	height: 2em;
	color: #FFF;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 0.75rem;
	text-align: center;
	line-height: 1.6em;
}

.category-open {
	border-radius: 2px;
	background: #32A892;
}

.category-exam {
	border-radius: 2px;
	background: #576AD2;
}

.news-list .item .date {
	width: 80px;
	color: var(--main-color);
	line-height: 1.6em;
}

.news-list .item .title {
	width: calc(100% - 280px);
	font-size: 1rem;
	line-height: 1.6em;
	position: relative;
}
.news-list .item .title span {
	position: relative;
}
.news-list .item .title.pdf,
.news-list .item .title.new {
	padding-right: 30px;
}
.news-list .item .title.pdf.new {
	padding-right: 60px;
}

.news-list .item .title.pdf:after {
	content: "[PDF]";
	color: var(--main-color);
	font-size: 0.8rem;
	font-weight: 400;
	margin-left: 10px;
}
.news-list .item .title.new span:after {
	content: "NEW!";
	line-height: 1.3em;
	color: #FFF;
	font-size: 11px;
	padding: 3px 5px;
	border-radius: 4px;
	margin-top: 3px;
	margin-left: 5px;
	background: #ED4841;
}
.news-list .item .title.new.pdf span:after  {
	margin-left: 50px;
}

@media screen and (max-width: 834px) {
	.news-block {
		padding: 30px 5%;
		width: 96%;
	}

	.news-block h3 {
		font-size: 1.2rem;
		font-weight: 400;
		margin-bottom: 20px;
	}

	.news-index-btn {
		right: 5%;
		top: 34px;
		min-width: 150px;
		height: 22px;
		padding: 0 15px;
	}

	.news-index-btn p {
		font-size: 10px;
		line-height: 1.1em;
	}

	.news-index-btn p:after {
		right: -10px;
	}

	.news-list {
		position: relative;
	}

	.news-list .item {
		justify-content: flex-start;
		margin-bottom: 10px;
		padding-bottom: 10px;
		border-bottom: 1px solid #F1F2EA;
	}

	.news-list .item .category {
		width: 120px;
		color: #FFF;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 0.75rem;
		text-align: center;
		line-height: 1.3em;
	}

	.category-open {
		border-radius: 2px;
		background: #32A892;
	}

	.category-exam {
		border-radius: 2px;
		background: #576AD2;
	}

	.news-list .item .date {
		width: 80px;
		padding-left: 20px;
		color: var(--main-color);
		line-height: 1.3em;
	}

	.news-list .item .title {
		width: calc(100%);
		font-size: 1rem;
		line-height: 1.6em;
		padding: 3px 0 0;
	}
}



.open-campus-banner {
	position: relative;
	width: 90%;
	margin: 50px auto;
	max-width: 730px;
}

.open-campus-banner .image img {
	border-radius: 4px;
}

.open-campus-banner .blue-button {
	top: -40px;
	z-index: 1;
}

.open-campus-banner-sub {
	position: relative;
	width: 90%;
	margin: 0 auto;
	max-width: 730px;
}

.open-campus-banner-sub ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.open-campus-banner-sub ul li {
	position: relative;
	width: 48%;
}

.open-campus-banner-sub ul li p {
	text-align: center;
	padding: 5px 0 0;
}

.exam-links {
	margin: 50px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 102%;
	position: relative;
	left: -1%;
}

.exam-links li {
	width: 31.33%;
	margin: 0 1% 30px;
	position: relative;
}

.exam-links li p {
	text-align: center;
	padding: 5px 0 0;
}


@media screen and (max-width: 600px) {
	.open-campus-banner {
		position: relative;
		width: 100%;
		margin: 50px auto 0;
		max-width: 730px;
	}

	.open-campus-banner .image img {
		border-radius: 4px;
	}

	.open-campus-banner-sub {
		position: relative;
		width: 90%;
		margin: 0 auto;
		max-width: 360px;
	}

	.open-campus-banner .blue-button {
		top: -30px;
		z-index: 1;
	}

	.open-campus-banner-sub ul li {
		position: relative;
		width: 100%;
		margin-bottom: 20px;
	}

	.open-campus-banner-sub ul li p {
		text-align: center;
		padding: 5px 0 0;
	}

	.exam-links li {
		width: 48%;
		margin: 0 1% 10px;
		position: relative;
	}

	.exam-links li p {
		text-align: center;
		padding: 0 0 0;
		font-size: 0.8rem;
	}
}


/* 下部　共有メニュー　*/

.enter-content-column {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.enter-content-column>div {
	width: 48%;
}

.enter-content-column .block-index-link {
	border-bottom: solid 1px var(--main-color);
	width: 100%;
	position: relative;
	padding: 5px 10px;
}

.enter-content-column .block-index-link a {
	width: 100%;
	color: #000;
	text-decoration: none;
	display: block;
	transition: all .4s;
}

.enter-content-column .block-index-link a span {
	display: inline-block;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

.enter-content-column .block-index-link a span:after {
	position: absolute;
	right: -15px;
	top: calc(50% - 3px);
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 3px solid #00A0C8;
	;
	border-right: 0;
}

.enter-content-column .txt-links02 {
	margin: 10px 0 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.enter-content-column .txt-links02 li {
	width: 48%;
	padding: 5px 10px;
	position: relative;
	border-bottom: solid 1px #F1F2EA;
}

.enter-content-column .txt-links02 li p {
	width: 100%;
	position: relative;
}

.enter-content-column .txt-links02 li p a {
	width: 100%;
	font-size: 0.85rem;
	color: #000;
	text-decoration: none;
	display: block;
	transition: all .4s;
}

.enter-content-column .txt-links02 li p span {
	display: inline-block;
	position: relative;
}

.enter-content-column .txt-links02 li p span:after {
	position: absolute;
	right: -15px;
	top: calc(50% - 3px);
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 3px solid #00A0C8;
	;
	border-right: 0;
}

.enter-content-column .txt-links02 li p a.window span:after {
	position: absolute;
	right: -15px;
	top: calc(50% - 3px);
	width: 6px;
	height: 6px;
	background-image: url("/admission/assets/img/common_img/window.svg");
	border: none;
}

@media (hover: hover) {
	.block-index-link a:hover {
		opacity: 0.6;
	}

	.enter-content-column .txt-links02 li p a:hover {
		opacity: 0.6;
	}
}

@media screen and (max-width: 600px) {
	.enter-content-column>div {
		width: 100%;
	}
}




/* アドミッションポリシー　*/

.policy-list-box {
	width: 100%;
	margin: 0 auto 80px;
	max-width: 730px;
	border-radius: 8px;
	background: #F1F2EA;
	padding: 50px 50px 20px;
}

.policy-list-box .countup-list {
	counter-reset: item 0;
	display: table;
	margin: 0 auto;
	text-align: left;
}

.countup-list,
.countup-list-dp {
	counter-reset: item 0;
	text-align: left;
	margin: 25px 0 0;
}

.countup-list>li {
	counter-increment: item;
	position: relative;
	padding-left: 3em;
	margin-bottom: 25px;
	line-height: 1.6em;
}

.countup-list-dp>li {
	counter-increment: item;
	position: relative;
	padding-left: 4em;
	margin-bottom: 25px;
	line-height: 1.6em;
}

.countup-list>li:before {
	content: counter(item);
	position: absolute;
	left: 0;
	top: -.2em;
	background-color: var(--main-color);
	color: white;
	width: 2em;
	height: 2em;
	line-height: 2em;
	text-align: center;
	border-radius: 50%;
}

.countup-list-dp>li:before {
	content: "DP" counter(item);
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background-color: var(--main-color);
	color: white;
	width: 3.3em;
	height: 2em;
	line-height: 2em;
	text-align: center;
	border-radius: 40px;
	font-size: 0.9rem;
}

.countup-list li .ttl {
	font-size: 1.2rem;
	padding-bottom: 5px;
}

.ttl-sub-txt {
	text-align: center;
	margin-bottom: 30px;
}

.list-block {
	margin-bottom: 50px;
}

.count-num {
	list-style-type: decimal;
	margin-left: 1.5em;
}

.count-num li {
	list-style-type: decimal;
	display: list-item;
}

.countup-list>li .count-num {
	margin: 10px 0 0 1.2em;
}

.list-ttl {
	color: var(--main-color);
	font-size: 1.2rem;
	padding-bottom: 10px;
	margin-bottom: 10px;
	position: relative;
}

.list-ttl:before {
	width: 350px;
	height: 6px;
	background-image: url("/admission/assets/img/about_img/txt-box-ttl-line.svg");
	left: 0;
	bottom: 0;
}

@media screen and (max-width: 834px) {
	.policy-list-box {
		width: 100%;
		margin: 0 auto 40px;
		max-width: 730px;
		border-radius: 8px;
		background: #F1F2EA;
		padding: 30px 20px 0;
	}

	.countup-list,
	.countup-list-dp {
		counter-reset: item 0;
		text-align: left;
		margin: 25px 0 0;
	}

	.countup-list>li {
		counter-increment: item;
		position: relative;
		padding-left: 2.2em;
		margin-bottom: 20px;
		line-height: 1.6em;
	}

	.countup-list-dp>li {
		counter-increment: item;
		position: relative;
		padding-left: 3.2em;
		margin-bottom: 20px;
		line-height: 1.6em;
	}

	.countup-list>li:before {
		content: counter(item);
		position: absolute;
		left: 0;
		top: -.1em;
		background-color: var(--main-color);
		color: white;
		width: 1.6em;
		height: 1.6em;
		line-height: 1.6em;
		text-align: center;
		border-radius: 50%;
	}

	.countup-list-dp>li:before {
		content: "DP" counter(item);
		position: absolute;
		left: 0;
		top: 1em;
		background-color: var(--main-color);
		color: white;
		width: 3.3em;
		height: 2em;
		line-height: 2em;
		text-align: center;
		border-radius: 40px;
		font-size: 0.8rem;
	}

	.countup-list li .ttl {
		font-size: 1.1rem;
		padding-bottom: 5px;
	}

	.ttl-sub-txt {
		text-align: center;
		margin-bottom: 30px;
	}

	.list-block {
		margin-bottom: 40px;
	}

	.count-num {
		list-style-type: decimal;
		margin-left: 1.5em;
	}

	.count-num li {
		list-style-type: decimal;
		display: list-item;
	}

	.countup-list>li .count-num {
		margin: 10px 0 0 1.2em;
	}

	.list-ttl {
		color: var(--main-color);
		font-size: 1rem;
		padding-bottom: 10px;
		margin-bottom: 10px;
		position: relative;
	}

	.list-ttl:before {
		width: 200px;
		height: 6px;
	}
}



.block-ttl-style01.small {
	font-size: 1.4rem;
	margin-bottom: 0;
}

.intro-txt {
	text-align: center;
	padding-bottom: 80px;
}

.overview-type {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 50px;
}

.overview-type:last-of-type {
	margin-bottom: 0;
}

.overview-type>.ttl {
	width: 20%;
	display: flex;
	flex: 1;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 1.2rem;
	color: #FFF;
	line-height: 1.4em;
	border-radius: 4px;
}

.overview-type>.ttl span {
	font-size: 70%;
	display: block;
}

.overview-type.type01>.ttl {
	background: #6890E8;
}

.overview-type.type02>.ttl {
	background: #3CB5DB;
}

.overview-type.type03>.ttl {
	background: #42C684;
}

.overview-type.type04>.ttl {
	background: #7DCA45;
}

.overview-type>.type-detail {
	width: 80%;
	padding: 0 0 0 20px;
}

.overview-type>.type-detail p:not([class]) {
	padding-bottom: 1em;
}

.point-figure-box {
	width: 100%;
	margin: 0 auto 80px;
	max-width: 730px;
	border-radius: 8px;
	background: #F1F2EA;
	padding: 30px 30px 50px;
}

.point-figure-box .ttl {
	text-align: center;
	font-size: 1.2rem;
	padding-top: 35px;
	padding-bottom: 40px;
	position: relative;
}

.point-figure-box .ttl:before {
	width: 24px;
	height: 24px;
	background-image: url("/admission/assets/img/information_img/attention-icon-red.svg");
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.point-figure-box .figure {
	width: 80%;
	margin: 0 auto;
}

.open-campus-links ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 103%;
	position: relative;
	left: -1.5%;
	margin-bottom: 50px;
}

.open-campus-links ul li {
	width: 30.33%;
	margin: 0 1.5% 30px;
	position: relative;
}

.open-campus-links ul li p {
	text-align: center;
	padding: 5px 0 0;
}

@media screen and (max-width: 834px) {
	.block-ttl-style01.small {
		font-size: 0.9rem;
		margin-bottom: 0;
	}

	.block-ttl-style01.small~.exam-links {
		margin: 20px auto;
	}

	.intro-txt {
		text-align: center;
		font-size: 0.9rem;
		padding-bottom: 40px;
	}

	.overview-type {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-bottom: 50px;
	}

	.overview-type>.ttl {
		width: 100%;
		display: flex;
		flex: 1;
		align-items: center;
		justify-content: center;
		text-align: center;
		font-size: 1rem;
		color: #FFF;
		padding: 10px 0;
		line-height: 1.4em;
	}

	.overview-type>.ttl span {
		font-size: 70%;
		display: block;
	}

	.overview-type>.type-detail {
		width: 100%;
		padding: 10px 0 0;
	}

	.overview-type>.type-detail p:not([class]) {
		padding-bottom: 1em;
	}

	.point-figure-box {
		width: 100%;
		margin: 0 auto 80px;
		max-width: 730px;
		border-radius: 8px;
		background: #F1F2EA;
		padding: 30px 20px 30px;
	}

	.point-figure-box .ttl {
		text-align: center;
		font-size: 1rem;
		padding-top: 35px;
		padding-bottom: 40px;
		position: relative;
	}

	.point-figure-box .ttl:before {
		width: 24px;
		height: 24px;
		background-image: url("/admission/assets/img/information_img/attention-icon-red.svg");
		top: 0;
		left: 50%;
		transform: translateX(-50%);
	}

	.point-figure-box .figure {
		width: 100%;
		margin: 0 auto;
	}

	.open-campus-links ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		width: 100%;
		position: relative;
		left: 0;
		max-width: 320px;
		margin: 0 auto 30px;
		;
	}

	.open-campus-links ul li {
		width: 100%;
		margin: 0 0 30px;
		position: relative;
	}

	.open-campus-links ul li p {
		text-align: center;
		padding: 5px 0 0;
	}
}


.exam-note {
	font-size: 1.2rem;
	margin-bottom: 20px;
}

.exam-note span {
	color: #ED4841;
}

.exam-table {
	width: 100%;
	border-collapse: collapse;
	color: #333;
}

.exam-table th,
.exam-table td {
	vertical-align: middle;
	text-align: center;
}

.exam-table .col-header:first-of-type {
	border-radius: 6px 0 0 0;
}
.exam-table .col-header:last-of-type {
	border-radius: 0 6px 0 0;
}
.exam-table .col-header {
	background: #0DA5CB;
	color: #FFF;
	font-size: 1rem;
	line-height: 1.2em;
	font-weight: 600;
	padding: 15px 3px;
	border-top: solid 1px #FFF;
	border-right: solid 1px #FFF;
}

.exam-table .row-header {
	font-size: 1rem;
	line-height: 1.2em;
	font-weight: 600;
	padding: 15px 15px 15px 20px;
	border-right: solid 1px #B1B1B1;
	border-bottom: solid 1px #B1B1B1;
	background: #E5F5F9;
	text-align: left;
}

.exam-table .col-header.ch01 {
	width: 21%;
}

.exam-table .col-header.ch02 {
	width: 12%;
}

.exam-table .col-header.ch03 {
	width: 16%;
}

.exam-table .col-header.ch04 {
	width: 11%;
}

.exam-table .col-header.ch05 {
	width: 8%;
	font-size: 0.7rem;
}

.exam-table td:nth-last-child(-n+5) {
	font-weight: 400;
}

.exam-table td {
	padding: 20px 3px;
	font-size: 0.9rem;
	line-height: 1.2em;
	border-right: solid 1px #B1B1B1;
	border-bottom: solid 1px #B1B1B1;
	font-weight: 600;
}

.exam-table .underline-bold {
	border-bottom: solid 2px #696969;
}

.exam-table .underline-dotted {
	border-bottom: dashed 1px #B1B1B1;
}

.exam-table td:last-of-type {
	border-right: none;
}

@media screen and (max-width: 700px) {
	.exam-note {
		font-size: 0.9rem;
		line-height: 1.6em;
	}

	.exam-table .col-header {
		background: #0DA5CB;
		color: #FFF;
		font-size: 0.8rem;
		line-height: 1.2em;
		font-weight: 600;
		padding: 10px 3px;
	}

	.exam-table .col-header.ch05 {
		font-size: 0.6rem;
	}

	.exam-table .row-header {
		font-size: 0.8rem;
		line-height: 1.2em;
		font-weight: 600;
		padding: 5px 3px 5px 20px;
	}

	.exam-table td {
		padding: 5px 3px;
		font-size: 0.7rem;
		line-height: 1.2em;
	}
}


.expence .sub-block-table {
	margin-bottom: 80px;
}

.expense-table {
	width: 100%;
	border-collapse: collapse;
	color: #333;
}

.expense-table th,
.expense-table td {
	vertical-align: middle;
	text-align: center;
}
.expense-table .col-header:first-of-type {
	border-radius: 6px 0 0 0;
}
.expense-table .col-header:last-of-type {
	border-radius: 0 6px 0 0;
}

.expense-table .col-header {
	background: #0DA5CB;
	color: #FFF;
	font-size: 0.9rem;
	line-height: 1.2em;
	font-weight: 600;
	padding: 20px 3px;
	border-top: solid 1px #FFF;
	border-right: solid 1px #FFF;
}

.expense-table .row-header {
	font-size: 0.9rem;
	line-height: 1.2em;
	font-weight: 600;
	padding: 12px 3px;
	border-right: solid 1px #B1B1B1;
	border-bottom: solid 1px #B1B1B1;
	background: #E5F5F9;
}

.expense-table td {
	padding: 20px 3px;
	font-size: 0.9rem;
	line-height: 1.2em;
	border-right: solid 1px #B1B1B1;
	border-bottom: solid 1px #B1B1B1;
}

.expense-table td:last-of-type {
	border-right: none;
}

.expense-table .note {
	position: absolute;
	font-weight: 600;
	font-size: 80%;
}

@media screen and (max-width: 500px) {
	.expence .sub-block-table {
		margin-bottom: 0;
	}

	.expense-table {
		margin-bottom: 20px;
	}

	.expense-table .col-header {
		background: #0DA5CB;
		color: #FFF;
		font-size: 0.8rem;
		line-height: 1.2em;
		font-weight: 600;
		padding: 10px 3px;
		border-top: solid 1px #FFF;
		border-right: solid 1px #FFF;
	}

	.expense-table .row-header {
		font-size: 0.8rem;
		line-height: 1.2em;
		font-weight: 600;
		padding: 10px 3px;
		border-right: solid 1px #B1B1B1;
		border-bottom: solid 1px #B1B1B1;
	}

	.expense-table td {
		padding: 10px 3px;
		font-size: 0.9rem;
		line-height: 1.2em;
		border-right: solid 1px #B1B1B1;
		border-bottom: solid 1px #B1B1B1;
	}
}




.result .sub-block-table {
	margin-bottom: 120px;
}

.result-table {
	width: 100%;
	border-collapse: collapse;
	color: #333;
}

.result-table th,
.result-table td {
	vertical-align: middle;
	text-align: center;
}

.result-table .col-header:first-of-type {
	border-radius: 6px 0 0 0;
}
.result-table .col-header:last-of-type {
	border-radius: 0 6px 0 0;
}

.result-table .col-header {
	background: #0DA5CB;
	color: #FFF;
	font-size: 0.9rem;
	line-height: 1.4em;
	font-weight: 600;
	padding: 20px 3px;
	border-top: solid 1px #FFF;
	border-right: solid 1px #FFF;
}

.result-table .row-header {
	font-size: 0.9rem;
	line-height: 1.4em;
	font-weight: 600;
	padding: 12px 3px;
	border-right: solid 1px #B1B1B1;
	border-bottom: solid 1px #B1B1B1;
	background: #E5F5F9;
}

.result-table .row-header.rh01 {
	color: #FFF;
	background: #5C8FBE;
}

.result-table .row-header.rh02 {
	color: #FFF;
	background: #DC7B7F;
}

.result-table .row-header.rh03 {
	color: #FFF;
	background: #E17B33;
}

.result-table .row-header.rh04 {
	color: #FFF;
	background: #166382;
}

.result-table .row-header.rh05 {
	color: #FFF;
	background: #4D9E3D;
}

.result-table td {
	padding: 20px 3px;
	font-size: 0.9rem;
	line-height: 1.2em;
	border-right: solid 1px #B1B1B1;
	border-bottom: solid 1px #B1B1B1;
}

.result-table td:last-of-type {
	border-right: none;
}

.result-table .note {
	position: absolute;
	font-size: 80%;
}

@media screen and (max-width: 500px) {
	.result .sub-block-table {
		margin-bottom: 0;
	}

	.result-table {
		margin-bottom: 20px;
	}

	.result-table .col-header {
		background: #0DA5CB;
		color: #FFF;
		font-size: 0.8rem;
		line-height: 1.2em;
		padding: 10px 3px;
		border-top: solid 1px #FFF;
		border-right: solid 1px #FFF;
	}

	.result-table .row-header {
		font-size: 0.8rem;
		line-height: 1.2em;
		padding: 10px 3px;
		border-right: solid 1px #B1B1B1;
		border-bottom: solid 1px #B1B1B1;
	}

	.result-table td {
		padding: 10px 3px;
		font-size: 0.9rem;
		line-height: 1.2em;
		border-right: solid 1px #B1B1B1;
		border-bottom: solid 1px #B1B1B1;
	}
}



.faq-list dl {
	margin: 0 auto;
}

.faq-list dt {
	cursor: pointer;
	padding: 30px 70px 30px 30px;
	border-bottom: solid 1px #00A0C8;
	background: #F1F2EA;
	position: relative;
	margin-top: 20px;
}

.faq-list dt:before {
	width: 32px;
	height: 32px;
	background: #FFF url(/admission/assets/img/common_img/toggle-open.svg) no-repeat center center;
	background-size: 24px auto;
	border-radius: 50%;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
}

.faq-list dt.open:before {
	background: #FFF url(/admission/assets/img/common_img/toggle-close.svg) no-repeat center center;
	background-size: 24px auto;
}

.faq-list dt p {
	position: relative;
	padding-left: 40px;
	font-weight: 500;
	font-size: 1.1rem;
}

.faq-list dt p span.ttl {
	position: absolute;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	color: #FFF;
	background: #00A0C8;
	text-align: center;
	line-height: 32px;
	font-size: 16px;
	left: 0;
	top: 0;
}

.faq-list dd {
	padding: 30px;
	border-top: none;
	display: none;
}

.faq-list dd p {
	position: relative;
	padding-left: 50px;
}

.faq-list dd p span.ttl {
	position: absolute;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	color: #FFF;
	background: #00A0C8;
	text-align: center;
	line-height: 32px;
	font-size: 16px;
	left: 0;
	top: 0;
}

.faq-list dd p span.large {
	font-size: 1.2rem;
	color: #ED4841;
	font-weight: 500;
}

.faq-list dd p a {
	color: #00A0C8;
}

.faq-list dd p a:hover {
	text-decoration: none;
}

.faq-list dt.open+dd {
	display: block;
}

@media screen and (max-width: 834px) {
	.faq-list {
		padding-bottom: 30px;
	}

	.faq-list dt {
		cursor: pointer;
		padding: 20px 60px 20px 15px;
		border-bottom: solid 1px #00A0C8;
		background: #F1F2EA;
		position: relative;
		margin-top: 15px;
	}

	.faq-list dt:before {
		width: 32px;
		height: 32px;
		background: #FFF url(/admission/assets/img/common_img/toggle-open.svg) no-repeat center center;
		background-size: 24px auto;
		border-radius: 50%;
		right: 15px;
		top: 50%;
		transform: translateY(-50%);
	}

	.faq-list dt.open:before {
		background: #FFF url(/admission/assets/img/common_img/toggle-close.svg) no-repeat center center;
		background-size: 24px auto;
	}

	.faq-list dt p {
		position: relative;
		padding-left: 40px;
		font-weight: 500;
		font-size: 1rem;
		line-height: 1.6em;
	}

	.faq-list dt p span.ttl {
		position: absolute;
		width: 32px;
		height: 32px;
		border-radius: 50%;
		color: #FFF;
		background: #00A0C8;
		text-align: center;
		line-height: 32px;
		font-size: 16px;
		left: 0;
		top: 0;
	}

	.faq-list dd {
		padding: 20px 15px;
		border-top: none;
		display: none;
	}

	.faq-list dd p {
		position: relative;
		padding-left: 45px;
		line-height: 1.6em;
	}

	.faq-list dd p span.ttl {
		position: absolute;
		width: 32px;
		height: 32px;
		border-radius: 50%;
		color: #FFF;
		background: #00A0C8;
		text-align: center;
		line-height: 32px;
		font-size: 16px;
		left: 0;
		top: 0;
	}

	.faq-list dd p span.large {
		font-size: 1.1rem;
	}
}