.page-link {
	padding-top: 8vw;
	margin-top: -8vw
}

.bg-inner {
	background: rgba(240, 172, 173, .2);
	padding: 2em;
	margin-bottom: 2vw
}
.bg-inner.yellow {
	background-color: #ffffe0;
}
.bg-inner.yellow h4.line-title {
	border-bottom-color: #c1c16e;
}
.bg-inner.yellow h4.line-title:before {
	background-color: #c1c16e;
}
.bg-inner.yellow .paragraph {
	margin-bottom: 25px;
}
.bg-inner.yellow .paragraph:last-child {
	margin-bottom: 0;
}
.bg-inner.yellow .paragraph .yellow {
	text-decoration-line: underline;
	text-decoration-color: #f1f163;
	text-decoration-style: solid;
	text-decoration-thickness: 7px;
	text-underline-offset: -1px;
	text-decoration-skip-ink: none;
}

.bg-inner h4.line-title {
	margin-bottom: 15px;
	margin-top: 40px;
}
.bg-inner h4.line-title:first-child {
	margin-top: 0;
}

.bg-inner p.paragraph {
/*	font-weight: 500;*/
/*	text-align: center;*/
	margin-bottom: 0
}

ul.session-tab {
	/*margin-bottom: 3vw*/
}

ul.session-tab li {
	/*margin-bottom: 1vw*/
}

ul.session-tab li a {
	display: block;
	position: relative;
	padding: 1em .7em;
	background: #f0acad;
	color: #fff;
	font-size: calc(1.2rem + .5vw);
	font-weight: 500;
	text-align: center
}

ul.session-tab li a::before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 1vw .7vw 0 .7vw;
	border-color: #fff transparent transparent transparent;
	top: 50%;
	right: 2vw;
	transform: translateY(-50%);
	transition: all .4s
}

ul.session-tab li a:hover {
	opacity: 1
}

ul.session-tab li a:hover::before {
	transform: translateY(0)
}

ul.form-link {
	/*display: flex;*/
	justify-content: space-between;
	margin-top: 1.5vw;
}

ul.form-link li {
	/*width: 32%*/
}

ul.form-link li a {
	width: 100%;
	justify-content: center;
}

.date-box {
	margin-bottom: 2vw
}

.date-box .date {
	font-size: calc(1.2rem + .3vw);
	color: #e08691;
	font-weight: 500;
	margin-bottom: 5px
}

.date-box .sub {
	font-size: calc(1rem + .3vw)
}

.date-box .sub span {
	font-size: calc(1.2rem + .3vw)
}

.border-inner {
	border: solid 2px #f0acad;
	padding: 2em;
	margin-bottom: 2vw
}

.border-inner.blue {
	border: solid 2px #0090d5
}

.border-inner.blue h4.bold-title {
	color: #0090d5
}

.border-inner.blue p.paragraph a {
	color: #0090d5
}

h4.line-title {
	position: relative;
	font-size: calc(1.4rem + .5vw);
	line-height: 100%;
	letter-spacing: .2em;
	font-weight: 600;
	padding: .5em 0 .5em 25px;
	border-bottom: solid 1px #f0acad;
	margin-bottom: 2vw
}

h4.line-title span {
	display: inline-block;
	font-size: calc(1rem + .3vw);
	font-weight: 600;
	line-height: 100%;
	letter-spacing: normal;
	padding: 5px;
	color: #fff;
	margin-left: 10px
}

h4.line-title span.blue {
	background: #0090d5
}

h4.line-title span.red {
	background: red
}

h4.line-title::before {
	content: "";
	position: absolute;
	width: 15px;
	height: 15px;
	background: #f0acad;
	left: 0;
	top: 50%;
	transform: translateY(-50%)
}

h5.small-title {
	display: inline-block;
	font-size: calc(1.2rem + .3vw);
	font-weight: 500;
	letter-spacing: .2em;
	margin-bottom: 1vw;
	border-bottom: solid 1px #e08691;
	color: #e08691
}

.flex-content {
	display: flex;
	justify-content: space-between;
	margin-bottom: 2vw
}

.flex-content .text {
	width: 70%
}

.flex-content .photo {
	width: 25%
}

.flex-content .photo img {
	width: 100%
}

.flex-content.ph2 .photo {
	width: 47%
}

ul.dot-list {
	margin-bottom: 2vw
}

ul.dot-list li {
	position: relative;
	font-size: calc(1.2rem + .3vw);
	font-weight: 500;
	color: #f0acad;
	margin-bottom: 5px;
	padding-left: 25px
}

ul.dot-list li::before {
	content: "";
	position: absolute;
	width: 12px;
	height: 12px;
	background: #f0acad;
	left: 0;
	top: 50%;
	transform: translateY(-50%)
}

p.paragraph span {
	color: #e08691;
	font-weight: 500
}

@media screen and (max-width:1024px) and (orientation:portrait) {
	.page-link {
		padding-top: 70px;
		margin-top: -70px
	}

	.bg-inner {
		padding: 1em;
		margin-bottom: 6vw
	}

	.bg-inner p.paragraph {
		text-align: justify
	}

	ul.session-tab {
		margin-bottom: 6vw
	}

	ul.session-tab li a {
		padding: 1em 3em 1em 2em
	}

	ul.session-tab li a::before {
		border-width: 15px 10px 0 10px;
		right: 4vw
	}

	ul.form-link {
		flex-direction: column
	}

	ul.form-link li {
		width: 100%
	}

	.date-box {
		margin-bottom: 6vw
	}

	.border-inner {
		padding: 1em;
		margin-bottom: 6vw
	}

	h4.line-title {
		font-size: calc(1.2rem + .5vw);
		margin-bottom: 6vw
	}

	h4.line-title span {
		font-size: .9em;
		margin-left: 5px
	}

	h5.small-title {
		margin-bottom: 4vw
	}

	.flex-content {
		flex-direction: column;
		margin-bottom: 6vw
	}

	.flex-content .text {
		width: 100%
	}

	.flex-content .photo {
		width: 100%
	}

	.flex-content.ph2 {
		flex-direction: row
	}

	.linkbox a {
		justify-content: center
	}

	ul.dot-list li {
		padding-left: 20px
	}
}