@charset "UTF-8";

/*#contents-body .area {
	padding-top: 150px;
	margin-top: -150px;
}
#contents-body .area + .area {
	margin-top: -95px;
}*/
@media screen and (max-width: 767px) {

}



#tab_area {
	max-width: 1000px;
	margin: 0 auto;
	background-color: #FFF;
	border-radius: 10px;
	overflow: hidden;
}

#tab_menu {
	background-color: #f1f1f1;
}
#tab_menu > ul {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
#tab_menu > ul li {
	width: 500px;
}
#tab_menu > ul li a {
	font-size: 24px;
	font-weight: 500;
	color: #555;
	text-align: center;
	display: block;
	border-top: 5px solid transparent;
	padding: 22px;
	text-decoration: none;

	opacity: 1;
	transition: opacity 0.3s ease;
}
#tab_menu > ul li.act a {
	color: #f49c24;
	background-color: #FFF;
	border-top-color: #f49c24;
}
#tab_menu > ul li a span {
	text-decoration: inherit;
}
#tab_menu > ul li a:hover span {
	opacity: 0.5;
}

#tab_area > div:not(#tab_menu):not(.act) {
	display: none;
}

@media screen and (max-width: 767px) {
	#tab_area {
		border-radius: 10px;
	}

	#tab_menu > ul li {
		width: 500px;
	}
	#tab_menu > ul li a {
		font-size: 15px;
		border-top: 4px solid transparent;
		padding: 15px;
	}
}


#tab1 h2 {
	font-size: 22px;
	font-weight: 500;
	color: #555;
	text-align: center;
}
#tab1 h2::before {
	content: "";
	display: inline-block;
	vertical-align: middle;

	width: 40px;
	height: 40px;
	border-radius: 100px;
	background-color: #f1f1f1;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-image: url(/img/common/ttl-uborder-icon.png);
	background-size: 29px;
	margin-top: -5px;
	margin-right: 8px;
}
#tab1 .discription {
	font-size: 15px;
	color: #555;
	text-align: center;
	margin-top: 10px;
}

#fig_menu {
	margin-top: 35px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
#fig_menu .fig {
	width: 51.73913%;
}
#fig_menu .fig img {
	position: relative;
	z-index: 10;
	pointer-events: none;
}
@media screen and (max-width: 767px) {
	#tab1 h2 {
		font-size: 16px;
	}
	#tab1 h2::before {
		width: 27px;
		height: 27px;
		background-image: url(/img/common/ttl-uborder-icon.png);
		background-size: 20px;
		margin-top: -5px;
		margin-right: 5px;
	}
	#tab1 .discription {
		font-size: 12px;
		margin-top: 6px;
	}

	#fig_menu {
		margin-top: 15px;
		display: block;
	}
	#fig_menu .fig {
		width: 100%;
	}
}

#fig_menu .panel {
	position: relative;
	display: inline-block;
	/*overflow: hidden;*/
}
.panel a {
	display: block;
	position: absolute;
	z-index: 15;
	width: 20%;
	height: 4%;
	overflow: hidden;
	text-indent: -1000px;

	transform: scale(1.1, 1.2);
	border-radius: 4px;
	opacity: 0;

	transition: opacity 0.3s ease;
}
.panel a:hover {
	background-color: #FFF;
	opacity: 0.6;
}
.panel a.pick {
	background-color: #fbf4d5;
	z-index: 5;
	opacity: 1;
}

#fig_btn1 {
	top: 4%;
	right: 76%;
}
#fig_btn2 {
	top: 21.6%;
	right: 76%;
}
#fig_btn3 {
	width: 24%;
	height: 8%;
	top: 29%;
	right: 76%;
}
#fig_btn4 {
	width: 12%;
	top: 40.7%;
	right: 76%;
}
#fig_btn5 {
	width: 16%;
	top: 48%;
	right: 76%;
}
#fig_btn6 {
	width: 16%;
	top: 55.5%;
	right: 76%;
}
#fig_btn7 {
	width: 16%;
	top: 62.8%;
	right: 76%;
}
#fig_btn8 {
	width: 12%;
	top: 70%;
	right: 76%;
}
#fig_btn9 {
	width: 17%;
	height: 8.2%;
	top: 4%;
	left: 80%;
}
#fig_btn10 {
	top: 27.8%;
	left: 80%;
}
#fig_btn11 {
	width: 12%;
	top: 35.4%;
	left: 80%;
}
#fig_btn12 {
	width: 16%;
	top: 43%;
	left: 80%;
}
#fig_btn13 {
	width: 12%;
	top: 50.4%;
	left: 80%;
}
#fig_btn14 {
	width: 12%;
	top: 57.8%;
	left: 80%;
}
#fig_btn15 {
	width: 16%;
	top: 65%;
	left: 80%;
}
#fig_btn16 {
	width: 16%;
	top: 72.6%;
	left: 80%;
}
#fig_btn17 {
	top: 80%;
	left: 80%;
}
#fig_btn18 {
	width: 12%;
	top: 89.2%;
	left: 19%;
}
#fig_btn19 {
	width: 23%;
	top: 89.2%;
	left: 35%;
}
#fig_btn20 {
	width: 23%;
	top: 89.2%;
	left: 62%;
}
#fig_btn21 {
	width: 16%;
	top: 96%;
	left: 24.5%;
}
#fig_btn22 {
	width: 16%;
	top: 96%;
	left: 44.5%;
}
#fig_btn23 {
	width: 16%;
	top: 96%;
	left: 64.1%;
}





#fig_menu .menu {
	width: 44.56521%;
}
#fig_menu h3 {
	font-size: 20px;
	font-weight: 500;
	color: #666e7c;
	text-align: center;
	padding: 6px;
	border-radius: 6px;
	background-color: #e4ede7;
	margin-bottom: 30px;
}

#slect_ttl {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.03em;
	color: #666e7c;
	text-align: center;
	opacity: 0;
	margin-top: -13px;
	margin-bottom: 10px;
}
#slect_ttl:not(.show) {
	height: 36px;
	overflow: hidden;
}
#slect_ttl.show {
	opacity: 1;
}

#slect_ttl strong {
	font-size: 20px;
	color: #0095b2;
	letter-spacing: 0.02em;
	display: inline-block;
	background-color: #fbf4d5;
	padding: 4px 8px;
	margin-right: 8px;
	border-radius: 5px;
}

#tab_area .menu ul {
	border-bottom: 2px solid #e2e3e3;
}
#tab_area .menu ul li {
	border-top: 2px solid #e2e3e3;
}
#tab_area .menu ul li a {
	font-size: 15px;
	font-weight: 500;
	color: #555;
	padding: 15px 10px;
	padding-right: 30px;
	display: block;
	text-align: center;
	position: relative;
}
#tab_area .menu ul li a::before,
#tab_area .menu ul li a::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	z-index: 10;
	margin: auto;
	display: block;
	width: 12px;
	height: 3px;
	background-color: #9499a3;
	border-radius: 50px;
}
#tab_area .menu ul li a::before {
	bottom: 7px;
	transform: rotate(45deg);
}
#tab_area .menu ul li a::after {
	top: 7px;
	transform: rotate(-45deg);
}

/*選択*/
#tab_area .menu ul li.pick a {
	color: #f48d00;
}

#tab_area .menu ul li.pick a::before,
#tab_area .menu ul li.pick a::after {
	background-color: #f7af4c;
}


#btn_reset {
	width: 200px;
	margin: 30px auto 0;
}
#btn_reset a {
	font-size: 16px;
	font-weight: 500;
	color: #555;
	text-align: center;
	display: block;
	background-color: #f1f1f1;
	padding: 12px;
	border-radius: 50px;
	text-decoration: none;
}

@media screen and (min-width: 768px) {
	#fig_menu .fig,
	#fig_menu .menu {
		display: block!important;
		opacity: 1!important;
	}
}

@media screen and (max-width: 767px) {
	#fig_menu .menu {
		width: 100%;
		display: none;
	}
	#fig_menu h3 {
		display: none;
	}

	#slect_ttl {
		font-size: 15px;
		opacity: 1;
		margin-top: 0;
		margin-bottom: 15px;
	}
	#slect_ttl strong {
		font-size: 17px;
		padding: 2px 4px;
		margin-right: 5px;
		border-radius: 5px;
	}

	#tab_area .menu ul {
		border-bottom: 1px solid #e2e3e3;
	}
	#tab_area .menu ul li {
		border-top: 1px solid #e2e3e3;
	}
	#tab_area .menu ul li a {
		font-size: 12px;
		padding: 10px;
		padding-right: 20px;
	}
	#tab_area .menu ul li a::before,
	#tab_area .menu ul li a::after {
		width: 8px;
		height: 2px;
	}
	#tab_area .menu ul li a::before {
		bottom: 5px;
	}
	#tab_area .menu ul li a::after {
		top: 5px;
	}


	/*選択*/
	#tab_area #fig_menu .menu ul li:not(.pick) {
		display: none;
	}


	#btn_reset {
		width: 145px;
		margin: 30px auto 0;
		display: none;
	}
	#fig_menu.selected + #btn_reset {
		display: block;
	}
	#btn_reset a {
		font-size: 12px;
		padding: 8px;
	}
}



#type_menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	margin-left: -2.17391%;
	margin-right: -2.17391%;
}
#type_menu .type {
	width: 45.83333%;
	margin: 0 2.08333%
}
#type_menu .type:nth-child(n + 3) {
	margin-top: 50px;
}

#type_menu h2 {
	font-size: 20px;
	font-weight: 500;
	color: #555;
	margin-bottom: 18px;
}
#type_menu h2::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 18px;
	height: 18px;
	margin-right: 8px;
	margin-top: -2px;
	border-radius: 4px;
	background-color: #f49c24;
}

#tab_area #type_menu .menu a {
	text-align: left;
}

@media screen and (max-width: 767px) {
	#type_menu {
		display: block;
		margin-top: 15px;
		margin-left: 0;
		margin-right: 0;
	}
	#type_menu .type,
	#type_menu .type:nth-child(n + 3) {
		width: 100%;
		margin: 0;
	}
	#type_menu .type + .type {
		margin-top: 25px;
	}

	#type_menu h2 {
		font-size: 16px;
		height: auto !important;
		margin-bottom: 10px;
	}
	#type_menu h2::before {
		width: 10px;
		height: 10px;
		margin-right: 5px;
		margin-top: -3px;
		border-radius: 2px;
	}

	#tab_area #type_menu .menu a {
		text-align: left;
	}
}


/* ------------------------------------------------
  遺伝子モーダル
------------------------------------------------ */

.remodal {
	max-width: 770px;
}
.remodal-overlay {
	background-color: transparent!important;
}

.remodal .gene {
	box-sizing: border-box;
	padding: 20px;
	background-color: rgba(0,0,0,0.4);
}
.remodal .gene .inner {
	background-color: #FFF;
	padding: 60px 65px 50px;
	position: relative;
	text-align: center;
}

.remodal .gene .inner .ttl {
	font-size: 25px;
	font-weight: 500;
	color: #555;
	margin-bottom: 20px;
}
.remodal .gene .inner .txt {
	font-size: 18px;
	color: #555;
	line-height: 2;
	text-align: left;
}

.remodal .gene .inner .link {
	margin-top: 30px;
}
.remodal .gene .inner .link a {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.06em;
	color: #f48d00;
	display: block;
	border: 2px solid #f49c24;
	border-radius: 100px;
	padding: 16px;
	margin: 0 auto;
	width: 300px;
	box-sizing: border-box;
	text-decoration: none;
}
.remodal .gene .inner .link a::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 14px;
	background-image: url(/img/common/cate_02_arrow.png);
	background-repeat: no-repeat;
	background-size: contain;
	margin-top: -3px;
	margin-left: 8px;
}

.remodal .gene .inner .btn_close {
	display: block;
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 10;
	cursor: pointer;
}

@media screen and (max-width: 767px) {
	.remodal-wrapper {
		padding: 10px 3% 0;
	}

	.remodal .gene {
		padding: 15px;
	}
	.remodal .gene .inner {
		padding: 30px 20px 25px;
	}

	.remodal .gene .inner .ttl {
		font-size: 15px;
		margin-bottom: 13px;
	}
	.remodal .gene .inner .ttl span {
		display: inline-block;
		text-align: left;
	}
	.remodal .gene .inner .txt {
		font-size: 13px;
	}

	.remodal .gene .inner .link {
		margin-top: 15px;
	}
	.remodal .gene .inner .link a {
		font-size: 12px;
		border: 1px solid #f49c24;
		padding: 10px;
		width: 150px;
	}
	.remodal .gene .inner .link a::after {
		width: 12px;
		height: 10px;
		margin-top: -2px;
		margin-left: 4px;
	}

	.remodal .gene .inner .link a::after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 11px;
		height: 11px;
		background-repeat: no-repeat;
		background-size: contain;
		margin-top: -2px;
		margin-left: 5px;
	}
	.remodal .gene .inner .btn_close {
		width: 16px;
		top: 10px;
		right: 10px;
		z-index: 10;
		cursor: pointer;
	}
	.remodal .gene .inner .btn_close img {
		width: 100%;
		height: auto;
	}
}