@charset "utf-8";


img {
	width: 100%;
}
.breadcrumbs {
	margin-top: 150px;
}
@media screen and (max-width:767px){
	.breadcrumbs {
		margin-top: 15%;
	}
}

/* section_main
---------------------------- */
#section_main {
	padding: 60px 0 0;
}
#section_main h2 {
	margin: 0;
	padding: 0 0 50px;
	font-size: 3rem;
	font-weight: 600;
	text-align: center;
}
@media screen and (max-width:767px){
	#section_main {
		padding: 12% 0 0;
	}
	#section_main h2 {
		padding: 0 0 10%;
		font-size: 2rem;
	}
}

/* tab_group
---------------------------- */
.tab_group {
	border-bottom: 1px solid #007d8a;
	margin-bottom: 50px;
	text-align: center;
}
.tab_group .tab {
	display: inline-block;
	font-size: 1.8rem;
	cursor: pointer;
	width: 220px;
	line-height: 50px;
	margin: 0 5px;
	border-radius: 5px 5px 0 0;
	background-color: #ecf0f0;
}
.tab_group .tab.is_active {
	background-color: #007d8a;
	color: #fff;
}
.panel_group .panel {
  opacity: 0;
  height: 0;
}
.panel_group .panel.is_show {
	height: auto;
  opacity: 1;
}
@media screen and (max-width:767px){
	.tab_group {
		margin-bottom: 10%;
	}
	.tab_group .tab {
		font-size: 1.4rem;
		width: 40%;
		line-height: 35px;
	}
}

/* sliderArea
---------------------------- */
.section .sliderArea .slider_thumb {
	max-width: 600px;
	margin: 0 auto;
}
.section .sliderArea .slider_thumb div {
	text-align: center;
}
.section .sliderArea .slider_thumb div span {
	display: block;
	padding-top: 5px;
}
.section .sliderArea .thumb {
	margin-top: 40px;
}
.section .sliderArea .thumb div {
	padding: 0 5px;
	box-sizing: border-box;
}
.section .sliderArea .thumb div img {
	border: 3px solid #fff;
}
.section .sliderArea .thumb .slick-current img {
	border: 3px solid #33879e;
}
.section .sliderArea .slick-prev::before {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	width: 14px;
	height: 14px;
	border-bottom: 2px solid #707070;
	border-left: 2px solid #707070;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.section .sliderArea .slick-next::before {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	width: 14px;
	height: 14px;
	border-top: 2px solid #707070;
	border-right: 2px solid #707070;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
@media screen and (max-width:767px){
	.section .sliderArea .slider_thumb {
		margin: 0 auto;
	}
	.section .sliderArea .thumb {
		margin-top: 10%;
	}
	.section .sliderArea .thumb div {
		padding: 0 4px;
	}
	.section .sliderArea .slick-prev::before {
		display: none;
	}
	.section .sliderArea .slick-next::before {
		display: none;
	}
}
