.breadcrumbs {	
	width:100%;
	height:34px;
	margin:0 auto 30px;
	border-bottom: 1px solid #eee;
	font-size:13px;
}	
.breadcrumbs p {	
	width:100%;
	margin:auto;
}	
.breadcrumbs i {	
	color:#9ed159;
	margin-right:5px;
}	

/*------------------------------ contents_right_footer ------------------------------*/
.contents_right_footer {
	position: relative;
	margin-top: 70px;
	margin-bottom: 70px;
	border-top: 1px solid #eee;
	padding-top: 35px;
	text-align: center;
}

.crf_catch {
	position: relative;
	margin: 10px 0;
	font-weight: bold;
	font-size: 16px;
}
.crf_catch::before {
	content: "";
	position: absolute;
	margin-top: 1px;
	margin-left: -23px;
	width: 15px;
	height: 15px;
	border-left: 2px solid #3a3a3a;
	transform: rotate(-40deg);
}
.crf_catch::after {
	content: "";
	position: absolute;
	margin-top: 1px;
	margin-left: 7px;
	width: 15px;
	height: 15px;
	border-bottom: 2px solid #3a3a3a;
	transform: rotate(-50deg);
}

.contents_right_footer dl {
	width: 400px;
	height: 90px;
}
.contents_right_footer dt {
	position:relative;
	font-size:36px;
	font-family: 'Didact Gothic', sans-serif;
	letter-spacing:0.1em;
}
.contents_right_footer dt a{
	color:#00823a;
}
.contents_right_footer dt i{
	margin-right: 7px;
	font-size:30px;
	color: #9ed159;
}
.contents_right_footer dd {
	padding: 0 10px;
	font-size: 14px;
}
.crf_mail {
	position: absolute;
	top: 115px;
	right: 0;
}
.crf_mail a{
	display:inline-block;
	padding:18px 60px;
	color:#FFF;
	font-size: 17px;
	background-color:#008239;
	border:2px solid #008239;
	border-radius: 6px;
	transition:ease-in-out 0.2s ;
}
.crf_mail a i{
	margin-right:7px;
}
.crf_mail a:hover{
	background-color:#FFF;
	color:#008239;
}

.crf_text {
	background: #f7f7f7;
	padding: 20px 40px;
	border-radius: 6px;
}
.crf_text a {
	color: #008239;
}


/*------------------------------ タブの仕組み部分 ------------------------------*/
#contents_right .top_tabs {
	position: relative;
	width: 100%;
	height: 1100px;
	margin-top: 60px;
	overflow: hidden;
}
}
#contents_right .cp_tab *, .cp_tab *:before, .cp_tab *:after {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
#contents_right .cp_tab {
	position: absolute;
	left: 0;
	width: 100%;
	margin-left: 0;
}
#contents_right .cp_tab > input[type='radio'] {
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
	background: none;
	-webkit-appearance: none;
	        appearance: none;
	display: none;
}
#contents_right .cp_tab .cp_tabpanels {
	position: relative;
	min-height: 150px;/* エリアの高さ */
}
#contents_right .cp_tab .cp_tabpanel {
	position: absolute;
	width: 100%;
	opacity: 0;
	padding: 0.5em 1em;
	transform: translateY(-10px);
	-webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
	transition: opacity 0.5s, -webkit-transform 0.5s;
	transition: transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}
#contents_right .cp_tab > input:first-child:checked ~ .cp_tabpanels > .cp_tabpanel:first-child,
#contents_right .cp_tab > input:nth-child(3):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(2),
#contents_right .cp_tab > input:nth-child(5):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(3),
#contents_right .cp_tab > input:nth-child(7):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(4),
#contents_right .cp_tab > input:nth-child(9):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(5),
#contents_right .cp_tab > input:nth-child(11):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(6) {
	opacity: 1;
	transform: translateY(0px);
	z-index: 100;
}
#contents_right .cp_tab > input:first-child:checked ~ .cp_tabpanels > .cp_tabpanel:first-child {
	background: #FFF;
	border: 20px solid #a8ecbd;
	border-radius: 0 0 10px 10px;
}
#contents_right .cp_tab > input:nth-child(3):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(2) {
	background: #FFF;
	border: 20px solid #eedeaa;
	border-radius: 0 0 10px 10px;
}
#contents_right .cp_tab > input:nth-child(5):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(3) {
	background: #FFF;
	border: 20px solid #efbaa8;
	border-radius: 0 0 10px 10px;
}
#contents_right .cp_tab > input:nth-child(7):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(4) {
	background: #FFF;
	border: 20px solid #eca8db;
	border-radius: 0 0 10px 10px;
}
#contents_right .cp_tab > label {
	position: relative;
	display: inline-block;
	width: 195px;
	height: 60px;
	margin-right: 0px;
	cursor: pointer;
	border-radius: 6px 6px 0 0;
	font-weight: bold;
	text-align: center;
	line-height: 4;
}
#contents_right .cp_tab > input:first-child + label {
	background: #a8ecbd;
	left: 0;
	margin-left: 0px;
}
#contents_right .cp_tab > input:first-child + label em {
	display:inline !important;
}
#contents_right .cp_tab > input:nth-child(3) + label {
	background: #eedeaa;
	left: 0;
	margin-left: 4px;
}
#contents_right .cp_tab > input:nth-child(5) + label {
	background: #efbaa8;
	left: 0;
	margin-left: 4px;
}
#contents_right .cp_tab > input:nth-child(7) + label {
	background: #eca8db;
	left: 0;
	margin-left: 4.2px;
}
#contents_right .cp_tab > label:hover {
	color: #3a3a3a;
}
#contents_right .cp_tab > input:focus + label {
	color: #ffffff;
}
#contents_right .cp_tab > input:checked + label {
	margin-bottom: -1px;
}

/*------------------------------ タブ内の講師コンテンツ ------------------------------*/
#contents_right .top_tabs .cp_tabpanels ul {
	width: 90%;
	min-height:500px;
	margin: auto;
	padding: 50px 0 0;
}
#contents_right .top_tabs .cp_tabpanels ul li {
	position: relative;
	float:left;
	width: 290px;
	height: 100px;
	margin-right: 42px;
	margin-bottom: 50px;
	box-sizing:border-box;
}
#contents_right .top_tabs .cp_tabpanels ul li:nth-child(4n) {
	margin-right: 0;
}
#contents_right .top_tabs .cp_tabpanels ul li .cp_tabpanel_img {
	position: absolute;
	width:100px;
	height:100px;
	overflow:hidden;
	text-align:center;
	border-radius:8px;
}
#contents_right .top_tabs .cp_tabpanels ul li img {
	width:100px;
	height:100px;
	border-radius:8px;
	object-fit: cover; 
}
#contents_right .top_tabs .cp_tabpanels ul li dl {
	height:100px;
	margin-left: 110px;
}
#contents_right .top_tabs .cp_tabpanels ul li dt {
	font-weight: bold;
	color: #62422e;
	border-bottom: 1px solid #ccc;
}
#contents_right .top_tabs .cp_tabpanels ul li dt em {
	display: block;
	font-size: 12px;
	color: #777;
	font-weight: normal;
	padding-bottom: 5px;
}
#contents_right .top_tabs .cp_tabpanels ul li dd {
	font-size: 13px;
	padding-top: 5px;
}






@media screen and (max-width:640px) {
	
.breadcrumbs {	
	width:95%;
	height:auto;
	padding-bottom:15px;
	font-size:12px;
}	

/*------------------------------ contents_right_footer ------------------------------*/
.contents_right_footer dl {
	width: 100%;
	height: 90px;
}
.contents_right_footer dd {
	padding: 0;
	font-size: 13px;
}
	
.crf_mail {
	position: relative;
	top: 0;
}
.crf_mail a{
	width:100%;
	margin:auto;
	padding:18px 0;
	font-size: 15px;
}
	
.crf_text {
	margin-top:10px;
	padding: 20px 20px;
}
.crf_text a {
	color: #008239;
}

/*------------------------------ タブの仕組み部分 ------------------------------*/
#contents_right .top_tabs {
	position: relative;
	width: 100%;
	height: 700px;
	margin-top: 60px;
	overflow: hidden;
}
#contents_right .cp_tab *, .cp_tab *:before, .cp_tab *:after {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
#contents_right .cp_tab {
	position: absolute;
	left: 50%;
	width: 1400px;
	margin-left: -700px;
}
#contents_right .cp_tab > input[type='radio'] {
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
	background: none;
	-webkit-appearance: none;
	        appearance: none;
	display: none;
}
#contents_right .cp_tab .cp_tabpanels {
	position: relative;
	min-height: 150px;/* エリアの高さ */
}
#contents_right .cp_tab .cp_tabpanel {
	position: absolute;
	width: 100%;
	opacity: 0;
	padding: 0.5em 1em;
	transform: translateY(-10px);
	-webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
	transition: opacity 0.5s, -webkit-transform 0.5s;
	transition: transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}
#contents_right .cp_tab > input:first-child:checked ~ .cp_tabpanels > .cp_tabpanel:first-child,
#contents_right .cp_tab > input:nth-child(3):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(2),
#contents_right .cp_tab > input:nth-child(5):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(3),
#contents_right .cp_tab > input:nth-child(7):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(4),
#contents_right .cp_tab > input:nth-child(9):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(5),
#contents_right .cp_tab > input:nth-child(11):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(6) {
	opacity: 1;
	transform: translateY(0px);
	z-index: 100;
}
#contents_right .cp_tab > input:first-child:checked ~ .cp_tabpanels > .cp_tabpanel:first-child {
	background: #FFF;
	border: 20px solid #a8ecbd;
	border-radius: 10px;
}
#contents_right .cp_tab > input:nth-child(3):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(2) {
	background: #FFF;
	border: 20px solid #eedeaa;
	border-radius: 10px;
}
#contents_right .cp_tab > input:nth-child(5):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(3) {
	background: #FFF;
	border: 20px solid #efbaa8;
	border-radius: 10px;
}
#contents_right .cp_tab > input:nth-child(7):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(4) {
	background: #FFF;
	border: 20px solid #eca8db;
	border-radius: 10px;
}
#contents_right .cp_tab > label {
	position: relative;
	display: inline-block;
	width: 260px;
	height: 60px;
	margin-right: 30px;
	cursor: pointer;
	border-radius: 6px 6px 0 0;
	font-weight: bold;
	text-align: center;
	line-height: 4;
}
#contents_right .cp_tab > input:first-child + label {
	background: #a8ecbd;
	left: 50%;
	margin-left: -600px;
}
#contents_right .cp_tab > input:first-child + label em {
	display:inline !important;
}
#contents_right .cp_tab > input:nth-child(3) + label {
	background: #eedeaa;
	left: 50%;
	margin-left: 17px;
}
#contents_right .cp_tab > input:nth-child(5) + label {
	background: #efbaa8;
	left: 50%;
	margin-left: 17px;
}
#contents_right .cp_tab > input:nth-child(7) + label {
	background: #eca8db;
	left: 50%;
	margin-left: 17px;
}
#contents_right .cp_tab > label:hover {
	color: #3a3a3a;
}
#contents_right .cp_tab > input:focus + label {
	color: #ffffff;
}
#contents_right .cp_tab > input:checked + label {
	margin-bottom: -1px;
}

/*------------------------------ タブ内の講師コンテンツ ------------------------------*/
#contents_right .top_tabs .cp_tabpanels ul {
	width: 1200px;
	min-height:500px;
	margin: auto;
	padding: 50px 0 0;
}
#contents_right .top_tabs .cp_tabpanels ul li {
	position: relative;
	float:left;
	width: 268px;
	height: 100px;
	margin-right: 42px;
	margin-bottom: 50px;
	box-sizing:border-box;
}
#contents_right .top_tabs .cp_tabpanels ul li:nth-child(4n) {
	margin-right: 0;
}
#contents_right .top_tabs .cp_tabpanels ul li .cp_tabpanel_img {
	position: absolute;
	width:100px;
	height:100px;
	overflow:hidden;
	text-align:center;
	border-radius:8px;
}
#contents_right .top_tabs .cp_tabpanels ul li img {
	width:100px;
	height:100px;
	border-radius:8px;
	object-fit: cover; 
}
#contents_right .top_tabs .cp_tabpanels ul li dl {
	height:100px;
	margin-left: 110px;
}
#contents_right .top_tabs .cp_tabpanels ul li dt {
	font-weight: bold;
	color: #62422e;
	border-bottom: 1px solid #ccc;
}
#contents_right .top_tabs .cp_tabpanels ul li dt em {
	display: block;
	font-size: 12px;
	color: #777;
	font-weight: normal;
	padding-bottom: 5px;
}
#contents_right .top_tabs .cp_tabpanels ul li dd {
	font-size: 13px;
	padding-top: 5px;
}
	
#contents_right .top_tabs {
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 50px;
}
#contents_right .cp_tab {
	position: relative;
	left: 0;
	width: 100%;
	margin: 0 auto;
}
#contents_right .cp_tab .cp_tabpanels {
	min-height: 1680px;/* エリアの高さ */
}
#contents_right .cp_tab > input:first-child:checked ~ .cp_tabpanels > .cp_tabpanel:first-child {
	border: 15px solid #a8ecbd;
	border-radius:0;
}
#contents_right .cp_tab > input:nth-child(3):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(2) {
	border: 15px solid #eedeaa;
	border-radius:0;
}
#contents_right .cp_tab > input:nth-child(5):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(3) {
	border: 15px solid #efbaa8;
	border-radius:0;
}
#contents_right .cp_tab > input:nth-child(7):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(4) {
	border: 15px solid #eca8db;
	border-radius:0;
}
#contents_right .cp_tab > label {
	width: 90px;
	height: 50px;
	margin: 0 5px;
	font-size:13px;
	line-height:4;
}
#contents_right .cp_tab > input:first-child + label {
	left: 50%;
	margin-left: -195px;
}
#contents_right .cp_tab > input:first-child + label em {
	display:none !important;
}
#contents_right .cp_tab > input:nth-child(3) + label {
	left: 50%;
	margin-left: 0;
}
#contents_right .cp_tab > input:nth-child(5) + label {
	left: 50%;
	margin-left: 0;
}
#contents_right .cp_tab > input:nth-child(7) + label {
	left: 50%;
	margin-left: 0;
}
#contents_right .cp_tab > label:hover {
	color: #3a3a3a;
}
#contents_right .cp_tab > input:focus + label {
	color: #ffffff;
}
#contents_right .cp_tab > input:checked + label {
	margin-bottom: -1px;
}

/*------------------------------ タブ内の講師コンテンツ ------------------------------*/
#contents_right .top_tabs .cp_tabpanels ul {
	width: 90%;
	padding: 30px 0 0;
}
#contents_right .top_tabs .cp_tabpanels ul li {
	display: block;
	width: 100%;
	height: 100px;
	margin: 0 auto 30px;
}

	
	
}

