@charset "UTF-8";

/*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/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.png) no-repeat center / cover;
	height: 280px;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	display: flex;
}

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

.main-title,
.main-book {
	width: 50%;
	padding: 0 10px;
}
.main-title h1 span {
	display: block;
	font-size: 2.5rem;
}
.main-title h1 {
	display: block;
	font-size: 4rem;
	color: #fff;
}
.main-title img,
.main-book img {
	width: 100%;
}

@media screen and (max-width: 767px) {
	.main-v {
		background: url(../img/header-bg.png) center center / cover no-repeat;
		height: 90vw;
	}

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

	.main-title,
	.main-book {
		width: 90%;
	}
	.main-title h1 span {
		font-size: 2rem;
	}
	.main-title h1 {
		font-size: 3rem;
	}
	h2 {
		font-size: 2.1rem;
	}
}

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

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

h2 {
	width: fit-content;
    padding: 0 20px;
    text-align: center;
    margin: 0 auto 40px;
    line-height: 5rem;
    border-bottom: 5px solid #15629B;
}
h2 span {
	color: #15629B;
	vertical-align: top;
}
.intro-body {
	width: 610px;
	margin: 0px auto;
	padding: 20px;
	padding-bottom: 0;
}
.intro-body ul.checkbox {
	vertical-align: top
	;

}
.intro-body ul.checkbox li {
	margin-bottom: 30px;
	font-weight: 500;
	display: flex;
	flex-wrap: wrap;
	margin-left: 4rem;
}
.intro-body ul.checkbox li span {
	background: #FFF6D0;
}
.intro-body ul.checkbox li::before {
	content: '';
	display: inline-block;
	width: 27px;
	height: 27px;
	background: url(../img/checkbox.png) center center / cover no-repeat;
	margin-right: 8px;
	margin-left: -4rem;
}
.intro-body h3 {
	border-top: 1px solid #144db2;
	border-bottom: 1px solid #144db2;
	padding: 10px 0;
	display: flex;
	align-items: center;
}
.intro-body.lineup {
	display: flex;
	background: none;
	justify-content: space-evenly;
	padding: 0;
}
dl {
	display: flex;
	flex-direction: column;
    justify-content: center;
    align-items: center;
	gap: 12px;
}
dl dt {
	display: inline-block;
	text-align: center;
	background: #15629B;
	border-radius: 20px;
	padding: 4px 24px;
	color: #fff;
}
dl dd img  {
	width: 192px;
}
@media screen and (max-width: 767px) {
	.intro {
		width: 100%;
	}

	.intro-frame {
		margin: 0 20px 60px;
		padding: 30px 0;
	}
	.intro-body {
		width: auto;
	}
	.intro-body ul.checkbox li {
		position: relative;
		display: inline-block;
	}
	.intro-body ul.checkbox li span {
		vertical-align: text-top;
		;
	}

	.intro-body ul.checkbox li::before {
		content: '';
		position: absolute;
		left: 0;
		width: 27px;
		height: 27px;
		background: url(../img/checkbox.png) center center / cover no-repeat;
		margin-right: 8px;
		margin-left: -4rem;
	}
	.intro-body.lineup {
		display: flex;
		background: none;
		justify-content: space-evenly;
		padding: 0;
		flex-direction: column;
		gap: 32px;
	}

}

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

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

.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);
}

@media screen and (max-width: 767px) {
	.intro-body.lineup {
		flex-direction: column;
	}
}

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