@charset "UTF-8";

/*
**************************************************************************
*	Bears Ray work.css
**************************************************************************/

@media (max-width: 767px) {
}


/* --------------------------------------------------
		about
-------------------------------------------------- */
.about-text {
	margin-bottom: 70px;
}
.about-table {
	width: 100%;
	border: 1px solid #cccccc;
}
.about-table tr {
	border-bottom: 1px solid #cccccc;
}
.about-table th {
	width: 170px;
	padding: 40px 0;
	text-align: center;
	box-sizing: border-box;
	background-color: #f2f2f2;
	border-right: 1px solid #cccccc;
}
.about-table td {
	padding: 40px 4.347826086956522%;
}

@media (max-width: 767px) {
.about-text {
	margin-bottom: 50px;
}
.about-table th {
	display: block;
	width: 100%;
	padding: 15px 25px;
	text-align: left;
	border-right: none;
	border-bottom: 1px solid #cccccc;
}
.about-table td {
	display: block;
	width: 100%;
	padding: 15px 25px;
}
}


/* --------------------------------------------------
		schedule
-------------------------------------------------- */
.schedule-wrap {
	margin-bottom: 70px;
}
.schedule-nav {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -10px;
}
.schedule-nav:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 100vw;
	border-bottom: 2px solid #cccccc;
	transform: translateX(-50%);
}
.schedule-nav div {
	position: relative;
	z-index: 1;
	width: calc(50% - 20px);
	margin: 0 10px;
	background-color: #ffffff;
}
.schedule-nav a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	padding: 14px 0;
	height: 100%;
	color: #ffffff;
	border: 2px solid #e4007f;
	border-bottom: none;
	background-color: #e4007f;
	border-radius: 10px 10px 0 0;
	text-decoration: none;
	transition: opacity .2s ease;
}
.schedule-nav a:hover {
	opacity: 0.8;
}
.schedule-nav a.active {
	color: #e4007f;
	border-color: #cccccc;
	background-color: #ffffff;
}
.schedule-list {
	display: none;
}
.schedule-list.active {
	display: block;
}
.schedule-list li {
	margin-top: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.schedule-list li .image {
	width: 200px;
}
.schedule-list li .body {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-left: 4.347826086956522%;
	padding-top: 10px;
}
.schedule-list li .time {
	color: #000000;
	font-weight: 700;
}

@media (max-width: 767px) {
.schedule-wrap {
	margin-bottom: 40px;
}
.schedule-nav {
	margin: 0 -7.5px;
}
.schedule-nav div {
	width: calc(50% - 15px);
	margin: 0 7.5px;
}
.schedule-nav a {
	padding: 10px 0;
	line-height: 1.4;
}
.schedule-nav a:hover {
	opacity: 1;
}
.schedule-list li {
	margin-top: 30px;
	display: block;
}
.schedule-list li .image {
	width: 100%;
}
.schedule-list li .body {
	padding-left: 0;
	padding-top: 10px;
}
}

@media (max-width: 320px) {
.schedule-nav a br {
	display: none;
}
}


/* --------------------------------------------------
		qa
-------------------------------------------------- */
.qa-list {
	border-bottom: 2px solid #cccccc;
}
.qa-list li {
	border-top: 2px solid #cccccc;
}
.qa-list li .toggle-button {
	position: relative;
	display: block;
	color: #333333;
	text-decoration: none;
	padding: 40px 6.521739130434783% 40px calc(4.347826086956522% + 60px);
	transition: opacity .2s ease;
}
.qa-list li .toggle-button:hover {
	opacity: 0.8;
}
.qa-list li .toggle-button:before {
	content: "";
	position: absolute;
	top: calc(50% - 1px);
	right: calc(6.521739130434783% - 20px);
	width: 20px;
	border-top: 2px solid #e4007f;
}
.qa-list li .toggle-button:after {
	content: "";
	position: absolute;
	top: calc(50% - 10px);
	right: calc(6.521739130434783% - 11px);
	height: 20px;
	border-left: 2px solid #e4007f;
}
.qa-list li .toggle-button.active:after {
	content: none;
}
.qa-list li .toggle-button .icon {
	position: absolute;
	display: block;
	top: 35px;
	left: 4.347826086956522%;
	width: 40px;
	height: 40px;
	background-color: #e4007f;
	color: #ffffff;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 40px;
	border-radius: 50% 50%;
	text-align: center;
}
.qa-list li .toggle-box {
	display: none;
}
.qa-list li .box {
	position: relative;
	border-top: 2px solid #cccccc;
	padding: 40px 6.521739130434783% 40px calc(4.347826086956522% + 60px);
	background-color: #f2f2f2;
}
.qa-list li .box .icon {
	position: absolute;
	display: block;
	top: 35px;
	left: 4.347826086956522%;
	width: 40px;
	height: 40px;
	background-color: #cccccc;
	color: #ffffff;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 40px;
	border-radius: 50% 50%;
	text-align: center;
}

@media (max-width: 767px) {
.qa-list li .toggle-button {
	padding: 30px 30px 30px 65px;
}
.qa-list li .toggle-button:hover {
	opacity: 1;
}
.qa-list li .toggle-button:before {
	right: 5px;
}
.qa-list li .toggle-button:after {
	right: 14px;
}
.qa-list li .toggle-button .icon {
	top: 25px;
}
.qa-list li .box {
	padding: 30px 30px 30px 65px;
}
.qa-list li .box .icon {
	top: 25px;
}
}

