* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}

header,
footer,
nav,
section,
article,
aside,
figure,
figcaption {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
	list-style-type: none;
}

/* popUpの追加のデザイン */
.modal .label {
	position: absolute;
	right: 5px;
	bottom: 5px;
	background: #0d0d0d;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-align: center;
	line-height: 40px;
}
@media screen and (max-width: 768px) {
	.modal .label {
		width: 32px;
		height: 32px;
		line-height: 32px;
	}
}
.modal {
	position: relative;
}
.modal .dolls {
	position: absolute;
	width: 40px;
	right: 10px;
	top: -25px;
}
.modal .dolls img {
	width: 35px;
}
.modal .labels {
	text-align: center;
	color: #0d0d0d;
	cursor: pointer;
	padding: 2rem;
}
/* .modal .labels p {
	padding: 1.8rem;
} */

.modal-overlay {
	background: rgba(0, 0, 0, 0.849);
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
}

.modal-wrap {
	/* position: relative; */
	margin: 0 auto;
	width: 100%;
}
.modal-wrap .modal_content {
	background: #fff;
	border: solid 3px #f4bd1f;
	max-width: 1024px;
	width: 90%;
	margin: 0 auto;
	padding: 4rem;
	text-align: justify;
}
@media screen and (max-width: 900px) {
	.modal .labels p {
		padding: 1rem;
	}
}

@media screen and (max-width: 768px) {
	.modal-wrap .modal_content {
		width: 100%;
		padding: 3rem 1.6rem;
	}
	.modal .labels p {
		padding: 0rem;
	}
}

.modal-wrap .modal_content ul li {
	position: relative;
	margin: 1rem 0;
}

.modal-wrap .modal_content ul li h4 {
	font-weight: 600;
}

.modal-wrap .modal_content p {
	line-height: 1.6;
	font-size: 1rem;
}

@media screen and (max-width: 768px) {
	.modal-wrap .modal_content p {
		line-height: 1.8;
		font-size: 0.9rem;
	}
}

.modal-wrap .modal_content ul li:nth-of-type(2) {
	font-size: 1.2rem;
	font-weight: 600;
}

@media screen and (max-width: 768px) {
	.modal-wrap .modal_content ul li:nth-of-type(2) {
		font-size: 1.2rem;
		font-weight: 600;
	}
}

.modal-wrap .modal_content ul li:nth-of-type(2) h4 {
	font-size: 1rem;
	font-weight: 600;
	/* margin-bottom: 4rem; */
}

.modal-wrap label {
	position: absolute;
	right: 0;
	top: 0;
	background: #ffd300;
	color: #000;
	width: 40px;
	height: 40px;
	text-align: center;
	cursor: pointer;
	display: inline-block;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
}

input {
	position: absolute;
	z-index: -9999;
	visibility: hidden;
}

.modal-overlay {
	opacity: 0;
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-ms-transform: scale(0.5);
	-o-transform: scale(0.5);
	transform: scale(0.5);
	-webkit-transition: all 0.75s cubic-bezier(0.65, -0.55, 0.265, 1.55);
	-moz-transition: all 0.75s cubic-bezier(0.65, -0.55, 0.265, 1.55);
	-ms-transition: all 0.75s cubic-bezier(0.65, -0.55, 0.265, 1.55);
	-o-transition: all 0.75s cubic-bezier(0.65, -0.55, 0.265, 1.55);
	transition: all 0.75s cubic-bezier(0.65, -0.55, 0.265, 1.55);
	z-index: -999;
}

input:checked ~ .modal-overlay {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	z-index: 999;
	display: flex;
	justify-content: center;
	align-items: center;
}

/* .swiper-slide */
/* 2個目のSwiper全体のスタイル */
.swiper2 {
	margin-top: 10px;
}
.swiper1 {
	margin-bottom: 60px;
}

/* 2個目のSwiperのスライドのスタイル */
.swiper2 .swiper-slide {
	background: #003f47;
	padding: 1.4rem 0.6rem;
	-webkit-filter: brightness(0.5);
	filter: brightness(0.5);
	text-align: center;
	color: #fff;
	border-radius: 3px 3px 0 0;
}
.swiper2 .swiper-slide p {
	margin-bottom: 0.4rem;
	line-height: 1.2;
	font-size: 1rem;
}
/* 2個目のSwiperの現在のスライドのスタイル */
.swiper2 .swiper-slide-active {
	-webkit-filter: brightness(1);
	filter: brightness(1);
}

.Seminar--list--content {
	height: 0px;
	z-index: -1000;
}
