@charset "UTF-8";

/*header*/
.h-main {
	height: 100px;
	border-bottom: 1px solid #a79e7f;
}

.h-inner {
	height: 100px;
}

.l-inner {
	width: 960px;
	margin: 0 auto;
}

.l-sideWrp--both {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.l-linkBlock {
	display: block;
	margin-top: 8px
}

.h-logoBox_logo {
	width: 166px;
}

.h-btnBox {
	position: relative;
	width: 190px;
	height: 35px;
	text-align: center;
	border-radius: 5px;
	background-color: #5a3c00;
}

.h-btnBox:hover {
	opacity: .7;
}

.h-btnBox::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 20px;
	width: 9px;
	height: 10px;
	margin: auto 0;
	content: '';
	background-image: url(../img/icon_triangle.svg);
}

.h-btnBox::before:hover {
	opacity: .7
}

.h-btnBox_btn {
	/*	font-family: 'Rounded Mplus 1c';*/
	font-size: 13px;
	font-weight: 700;
	line-height: 35px;
	display: block;
	padding-left: 20px;
	letter-spacing: .06em;
	color: #fff;
}

@media screen and (max-width: 991px) {
	.l-inner {
		width: 93%;
	}
}

@media screen and (max-width: 380px) {
	.h-logoBox_logo {
		width: 105px;
	}
}


/*footer*/
.f-main {
	height: 50px;
	color: #5a3c00;
	border-top: 1px solid;
}

.f-inner {
	height: 50px;
}

.f-copy {
	font-size: 12px;
	font-weight: 400;
	line-height: 3.6;
	text-align: center;
	letter-spacing: .04em;
	color: #000;
}


/*common*/
h3 {
	color: #144db2;
	font-size: 2.6rem;
	font-weight: 700;
}

main {
	display: block;
	overflow: hidden;
	background: url(../img/guide-bg.png);
}

.text-blue {
	color: #144db2 !important;
}

.text-black {
	color: #000 !important;
}

.bg-blue {
	background: #0a7dc2 !important;
}

.bg-white {
	background: #fff !important;
}

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

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


@media screen and (max-width: 767px) {
	main {
		width: 100%;
	}
}

/*main-visual*/
.main-v {
	background: url(../img/header-bg.jpg) no-repeat;
	height: 220px;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	display: flex;
}

.main-v-box {
	width: 760px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.main-title,
.main-book {
	width: 50%;
	padding: 0 10px;
}

.main-title img,
.main-book img {
	width: 100%;
}
.main-title-text {
	margin-bottom: 10px;
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 0.3rem;
	padding: 0.3rem 0;
	text-align: center;
	text-shadow: 2px 2px 10px #47769d;
}

@media screen and (max-width: 767px) {
	.main-v {
		background: url(../img/sp-header-bg.jpg) no-repeat;
		height: 77vw;
		-webkit-background-size: cover;
		background-size: cover;
	}

	.main-v-box {
		flex-direction: column;
	}

	.main-title,
	.main-book {
		width: 90%;
		padding: 10px 0;

	}
}

/*contents*/
.intro {
	width: 720px;
	margin: 60px auto;
	position: relative;
}

.intro-frame {
	background-color: rgba(255, 255, 255, 0.8);
	padding: 50px 0;
}

.intro-frame h2 {
	width: 360px;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	top: -20px;
}

.intro-frame h2 img {
	width: 100%;
}

.intro-body {
	width: 580px;
	margin: 0px auto;
	padding: 20px;
	padding-bottom: 0;
}

.intro-body h3 {
	border-top: 1px solid #144db2;
	border-bottom: 1px solid #144db2;
	padding: 10px 0;
	display: flex;
	align-items: center;
}

.intro-body h3::before {
	content: '';
	width: 30px;
	height: 30px;
	background: url(../img/star-icon.png) no-repeat;
	display: inline-block;
	background-size: contain;
	vertical-align: middle;
	padding-right: 5px;
}

.intro-detail {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 36px;
}

.intro-detail p {
	margin-left: 36px;
	width: 100%;
}

.intro-pic {
	width: 32%;
	min-width: 104px;
}

.intro-pic img {
	width: 100%;
}

.guide-link-box {
	padding: 60px;
}

.guide-link {
	display: flex;
	justify-content: space-between;
}

.link-unit {
	width: 175px;
	height: 200px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}

.link-unit > img {
	width: 100px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.link-unit a img {
	width: 175px;
}

@media screen and (max-width: 767px) {
	.intro {
		width: 100%;
	}

	.intro-frame {
		margin: 0 20px;
		padding-bottom: 20px;
	}

	.intro-frame h2 {
		width: 80%;
	}

	.intro-body {
		width: auto;
	}

	.intro-body h3::before {
		padding-right: 15px;
	}

	.intro-detail {
		margin: 30px 0;
	}

	.intro-detail p {
		margin-left: 20px;
	}

	.guide-link-box {
		padding: 60px 20px;
	}

	.link-unit {
		width: 160px;
	}
}

@media screen and (max-width: 575px) {
	.intro-body h3.l-space {
		letter-spacing: -0.15rem;
	}

	.guide-link-box {
		padding: 30px;
	}

	.guide-link {
		flex-direction: column;
		align-items: center;
	}

	.link-unit {
		margin-top: 40px;
	}
}

/*lineup*/
.lineup {
	background-color: #fff;
	padding: 80px 20px;
}

.lineup-box {
	margin: 0px auto;
	width: 800px;
}

.lineup h3 {
	border-top: 1px solid #144db2;
	border-bottom: 1px solid #144db2;
	text-align: center;
}

.lineup-body {
	text-align: center;
	margin-bottom: 56px;
}

.lineup-body img {
	width: 140px;
	margin: 40px 24px 40px 0;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.lineup-body .contents-title {
	font-weight: bold;
	color: #144db2;
	position: relative;
	padding-bottom: 8px;
	margin-bottom: 16px;
	font-size: 2rem;
}
.lineup-body .contents-title::after {
	content: '';
	width: 12%;
	height: 3px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	border-bottom: 3px solid #0a7dc2;
	position: absolute;
}

.lineup table {
	font-size: 1.4rem;
	text-align: center;
	display: inline-block;
	margin: 10px 0 40px 0;
}
.lineup-detail {
	border: 4px solid #A76EB9;
	border-radius: 18px;
	position: relative;
	padding: 40px 40px 30px;
	margin: 80px auto 60px;
	background: url(../../guide/img/bg-english.png) no-repeat;
	background-size: 150px;
	background-position: right center;
}
.lineup-detail p {
	text-align: left;
	font-weight: normal;
	color: #000;
}
.lineup-detail h4 {
	width: 80%;
	max-width: 400px;
	font-size: 21px;
	padding: 8px 0;
	color: #fff;
	letter-spacing: 0.2rem;
	margin: 0 auto;
	position: absolute;
	text-align: center;
	top: -26px;
	right: 0;
	left: 0;
	border-radius: 14px;
}
.lineup-english h4 {
	background: #A76EB9;
}
.lineup-detail ul {
	display: flex;
	gap: 16px;
	margin-top: 16px;
}
@media screen and (max-width: 767px) {
	.lineup-detail ul {
		flex-direction: column;
	}
}
.lineup-detail ul li {
	padding: 0 12px 2px;
	font-size: 16px;
	border-radius: 6px;
	color: #fff;
	text-align: left;
}
.lineup-english ul li {
	background: #A76EB9;
}
.lineup-math h4 {
	background: #3B96CE;
}
.lineup-detail.lineup-math {
	border: 4px solid #3B96CE;
	background: url(../../guide/img/bg-math.png) no-repeat;
	background-size: 150px;
	background-position: right center;
}
.lineup-math ul li {
	background: #61B3E5;
}
table th,
table td {
	border: 1px solid #ccc;
	padding: 8px;
	white-space: nowrap;
}

table td {
	width: 114px;
	color: #0a7dc2;
}

table thead {
	background-color: #0a7dc2;
	color: #fff;
}

table td:first-child {
	background-color: #f2f2f2;
	color: #000;
}

.btn {
	width: 300px;
	margin: 0 auto;
}

.btn img {
	width: 100%;
}

.bnr-area {
	margin-bottom: 80px;
}
.bnr-area img {
	width: 100%;
}

@media screen and (max-width: 767px) {
	.lineup-box {
		width: 100%;
	}
	.lineup-detail ul li {
		text-align: center;
	}
}


/*koukou 2022追加*/
#koukou.lineup .lineup-box {
	width: 720px;
}

#koukou.lineup .info {
	font-size: 13px;
	font-weight: normal;
	text-align: left;
}

#koukou.lineup .flex-wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}

#koukou.lineup .table-item {
	width: calc(50% - 20px);
	margin: 20px 40px 20px 0;
}

#koukou.lineup .table-item:nth-child(even) {
	margin-right: 0;
}

#koukou.lineup .table-item table {
	width: 100%;
	display: table;
	margin-bottom: 0;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック";
}

#koukou.lineup .table-item table thead {
	background-color: #999;
}

#koukou.lineup .table-item table td {
	color: #000;
	text-align: left;
	word-break: break-word;
	white-space: normal;
}

#koukou.lineup .table-item table td:first-child {
	width: 72px;
}

#koukou.lineup .table-item table td:not(:first-child) {
	text-align: left;
	width: auto;
}

#koukou.lineup .lineup-subject {
	background-color: #0a7dc2;
	color: #fff;
	padding-top: 4px;
	padding-bottom: 4px;
}

@media screen and (max-width: 767px) {
	#koukou.lineup .lineup-box {
		width: 100%;
	}

	#koukou.lineup .flex-wrapper {
		flex-direction: column;
	}

	#koukou.lineup .table-item {
		width: 100%;
	}

	#koukou.lineup .br-word {
		display: none;
	}
}

@media screen and (max-width: 413px) {
	#koukou.lineup .br-word {
		display: block;
	}
}



/*202301 sws bnr*/
.sws_bnr {
  display: block;
  width: 360px;
  margin: auto;
  /* padding-bottom: 60px; */
  padding-top: 60px;
}

.sws_bnr img {
  width: 100%;
}

@media screen and (max-width: 576px) {
  .sws_bnr {
    width: calc(100% - 40px);
  }
}
