@charset "UTF-8";

/*--------------------------------------------------
  /labo/
--------------------------------------------------*/
#Labo *, #Labo *:before, #Labo *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

#Labo img {
	max-width: 100%;
}

#Labo .cstac {
	text-align: center;
}


#Labo .pc {
	display: inline-block;
}

#Labo .sp, #Labo .mb {
	display: none;
}
#Labo .fc{
text-align: center;
}

@media screen and (max-width: 768px) {
	#Labo .cstac {
		text-align: left;
	}

	#Labo .pc, #Labo .mb {
		display: none;
	}

	#Labo .sp {
		display: inline-block;
	}
}

@media screen and (max-width: 420px) {
	#Labo .pc {
		display: none;
	}

	#Labo .mb, #Labo .sp {
		display: inline-block;
	}
}

#Labo .inner {
	width: 980px;
	margin: 0 auto;
}
#Labo .labo_profile_inner{
background-color: #fff;
}
#Labo .mt120 {
	margin-top: 120px;
}

@media screen and (max-width: 768px) {
	#Labo .inner {
		width: 100%;
		padding: 0 5vw;
	}

	#Labo .mt120 {
		margin-top: 60px;
	}
}

.main_copy {
	background: url(/fishing/labo/image/main_bk.jpg) center center no-repeat;
	background-size: cover;
}

.main_copy .labo_header {
	max-width: 980px;
	height: 640px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.main_copy .labo_header p {
	width: 459px;
	margin-bottom: 12px;
	min-height: 0%;
}

.main_copy .labo_header h1 {
	width: 599px;
	min-height: 0%;
}

.main_copy+h2 {
	color: #005866;
	font-size: 20px;
	line-height: 48px;
	font-weight: 700;
	margin: 70px auto 67px;
	text-align: center;
}

@media screen and (max-width:768px) {
	.main_copy {
		background: url(/fishing/labo/image/main_sp_bk.jpg) center center no-repeat;
		background-size: cover;
	}

	.main_copy .labo_header {
		max-width: 100%;
		height: 52%;
		min-height: 365px;
		max-height: 420px;
	}

	.main_copy .labo_header p {
		width: 62%;
		max-width: 340px;
		margin-bottom: 12px;
	}

	.main_copy .labo_header h1 {
		width: 82%;
		max-width: 480px;
	}

	.main_copy+h2 {
		font-size: 18px;
		line-height: 36px;
		margin: 48px 5vw;
		text-align: left;
	}
}

#Experiment {
	background: #e5eded;
	padding-bottom: 70px;
}

#Experiment .experiment_tt {
	border-top: 8px solid #005866;
	margin: 0 auto 75px;
}

.experiment_tt h3 {
	color: #005866;
	font-size: 32px;
	line-height: 40px;
	font-weight: 700;
	margin: 25px auto;
	text-align: center;
	letter-spacing: .1em;
}

@media screen and (max-width: 768px) {
	#Experiment {
		padding-bottom: 50px;
	}

	#Experiment .experiment_tt {
		border-top: 6px solid #005866;
		width: 90%;
		margin: 0 auto 45px;
	}

	.experiment_tt h3 {
		font-size: 23px;
		line-height: 1;
		margin: 23px auto;
	}
}

.experiment_cont a {
	background: #fff;
	border: 1px solid #cee2e2;
	display: block;
	position: relative;
}

.experiment_cont a::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	background-color: #f5f8fa;
	display: inline-block;
	width: 40px;
	height: 100%;
	transition: all .2s;
}

.experiment_cont a::after {
	content: '\25B6\FE0E';
	position: absolute;
	top: 50%;
	right: 11px;
	color: #0f5966;
	transform: scaleY(.7) translateY(-50%);
	transition: all .2s;
}

@media print, screen and (min-width:769px) {
	#Labo a {
		transition: all .3s;
	}

	.experiment_cont a:hover,
	.list_cont ul li a:hover {
		background: #e5eded;
	}

	#Labo a img {
		transition: all .3s;
	}

	#Labo a:hover img {
		opacity: .7;
	}

	.experiment_cont a:hover::before {
		background-color: rgba(245, 248, 250, 0.7);
	}

	.experiment_cont a:hover::after {
		right: 3px;
	}
}

@media screen and (max-width:768px) {
	.experiment_cont a {
		position: inherit;
	}

	.experiment_cont a::before,
	.experiment_cont a::after {
		display: none;
	}
}

.experiment_cont ul {
	display: flex;
	padding-right: 70px;
}

.experiment_cont ul li:nth-child(1) {
	width: 458px;
	margin-right: 40px;
	position: relative;
	overflow: hidden;
}

.experiment_cont ul li:nth-child(2) {
	width: 410px;
}

.experiment_cont ul li.new:after {
	content: "NEW";
	font-size: 17px;
	font-weight: 700;
	letter-spacing: .1em;
	line-height: 1;
	color: #FFF;
	background-color: #ec622c;
	padding: 35px 50px 13px;
	position: absolute;
	z-index: 2;
	top: -11px;
	left: -53px;
	text-align: center;
	display: inline-block;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

@media screen and (max-width:768px) {
	.experiment_cont ul {
		display: block;
		padding-right: 0;
	}

	.experiment_cont ul li:nth-child(1) {
		width: 100%;
		margin-right: 0;
	}

	.experiment_cont ul li:nth-child(2) {
		width: 100%;
		padding: 6.5vw 5.6vw;
	}

	.experiment_cont ul li.new:after {
		font-size: 13px;
		padding: 30px 50px 6px;
		top: -9px;
		left: -53px;
	}
}

.experiment_cont li dl {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 40px 0 23px;
}

.experiment_cont li dl dt,
.list_cont ul li dl dd span {
	background: #005866;
	color: #fff;
	font-weight: 700;
	display: inline-block;
	padding: .4em .8em .37em;
	line-height: 1;
	border-radius: 20px;
}

.experiment_cont li dl dd {
	color: #005866;
	display: inline-block;
	line-height: 1;
	margin-right: .5em;
	position: relative;
}

.experiment_cont li dl dd:before {
	content: '';
	display: inline-block;
	width: 18px;
	height: 19px;
	background-image: url(/fishing/labo/image/icon_data.png);
	background-size: contain;
	position: absolute;
	top: 50%;
	left: -34px;
	transform: translateY(-50%);
}

@media screen and (max-width:768px) {
	.experiment_cont li dl {
		margin: 0 0 15px;
	}

	.experiment_cont li dl dt,
	.list_cont ul li dl dd span {
		font-size: 11px;
		padding: .4em .8em;
	}

	.experiment_cont li dl dd {
		font-size: 14px;
		margin-right: 0;
	}

	.experiment_cont li dl dd:before {
		width: 15px;
		height: 16px;
		left: -28px;
	}
}

.experiment_cont li h4 {
	color: #005866;
	font-weight: 700;
	font-size: 24px;
	line-height: 40px;
	margin-bottom: 20px;
}

.experiment_cont li h4+p {
	line-height: 28px;
	margin-bottom: 36px;
}

.experiment_next {
	text-align: center;
	margin: 100px auto 30px !important;
}

.experiment_next p,
#Vol_cont>div>ul>li:first-child {
	font-size: 28px;
	background: #005866;
	color: #fff;
	font-weight: 700;
	display: inline-block;
	line-height: 1;
	padding: .4em .8em;
	border-radius: 40px;
	margin-bottom: 35px;
}

.experiment_next h5 {
	color: #005866;
	font-weight: 700;
	font-size: 32px;
	line-height: 2;
}

.experiment_next h5 span {
	background: linear-gradient(transparent 60%, #f6d0a0 0%);
	display: inline;
	padding: 0 4px 3px;
}

@media screen and (max-width:768px) {
	.experiment_cont li h4 {
		font-size: 18px;
		line-height: 30px;
		margin-bottom: 16px;
	}

	.experiment_cont li h4+p {
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 10px;
	}

	.experiment_next {
		text-align: center;
		margin: 60px auto 10px !important;
	}

	.experiment_next p,
	#Vol_cont>div>ul>li:first-child {
		font-size: 20px;
		border-radius: 40px;
		margin-bottom: 25px;
	}

	.experiment_next h5 {
		font-size: 22px;
		line-height: 35px;
	}
}

#Labo_list {
	padding-top: 130px;
}

.list_tt h6 {
	color: #005866;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	position: relative;
}

.list_tt h6::before {
	content: '';
	display: inline-block;
	width: 60px;
	height: 32px;
	background-image: url(/fishing/labo/image/icon_labo.png);
	background-size: contain;
	position: absolute;
	top: -47px;
	left: 50%;
	transform: translateX(-50%);
}

@media screen and (max-width:768px) {
	#Labo_list {
		padding: 90px 0 40px;
	}

	#Experiment+#Labo_list {
		padding-bottom: 0;
	}

	.list_tt h6 {
		color: #005866;
		font-size: 18px;
		font-weight: 700;
	}

	.list_tt h6::before {
		width: 45px;
		height: 24px;
		top: -38px;
	}
}

.list_cont ul {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-top: 60px;
}

.list_cont ul li {
	margin: 0 62.5px 65px 0;
	width: 285px;
	border: 1px solid #d9e8e8;
}

.list_cont ul li:nth-child(3n) {
	margin-right: 0;
}

.list_cont ul li a {
	background: #fff;
	display: block;
}

.list_cont ul li dl dd {
	text-align: center;
}

.list_cont ul li dl dd span {
	position: relative;
	top: -12px;
}

.list_cont ul li dl dd p {
	font-size: 18px;
	color: #005866;
	font-weight: 700;
	padding: 10px 30px 30px;
	line-height: 32px;
	text-align: left;
}

.list_cont ul li dl dt {
	position: relative;
	overflow: hidden;
}

.list_cont ul li dl dt.new:after {
	content: "NEW";
	font-size: 15px;
	font-weight: 700;
	letter-spacing: .1em;
	line-height: 1;
	color: #FFF;
	background-color: #ec622c;
	padding: 30px 50px 7px;
	position: absolute;
	z-index: 2;
	top: -8px;
	left: -54px;
	text-align: center;
	display: inline-block;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.list_cont ul li.off {
	border: 1px solid #e0e0e0;
}

.list_cont ul li.off a {
	pointer-events: none;
}

.list_cont ul li.off dl dd span {
	background: #a4a4a4;
}

.list_cont ul li.off dl dd p {
	color: #a4a4a4;
}

@media screen and (max-width:768px) {
	.list_cont ul {
		display: block;
		margin-top: 45px;
	}

	.list_cont ul li {
		margin: 0 0 22px 0;
		width: 100%;
		border: 1px solid #d9e8e8;
	}

	.list_cont ul li dl {
		display: flex;
	}

	.list_cont ul li dl dt {
		width: 45%;
		margin-right: 5%;
	}

	.list_cont ul li dl dt.new:after {
		font-size: 11px;
		padding: 20px 30px 5px;
		top: -6px;
		left: -34px;
	}

	.list_cont ul li dl dd {
		width: 50%;
		text-align: left;
		padding: 10px 10px 8px 0;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
	}

	.list_cont ul li dl dd span {
		position: inherit;
	}

	.list_cont ul li dl dd p {
		font-size: 16px;
		padding: 7px 0 0px;
		line-height: 22px;
	}
}

#Profile {
	margin: 60px 0 80px;
}

#Profile ul {
	border: 8px solid #e7eeee;
	display: flex;
	align-items: flex-start;
}

#Profile ul li:nth-child(1) {
	width: 310px;
	padding: 55px 50px;
	text-align: center;
}

#Profile ul li:nth-child(1) img.volce {
	width: 182px;
	margin-bottom: 18px;
}

#Profile ul li:nth-child(1) img.man {
	width: 100%;
	border-radius: 50%;
}

@media screen and (max-width:768px) {
	#Profile {
		margin: 60px 5vw 40px;
	}

	#Profile ul {
		border: 6px solid #e7eeee;
		display: block;
	}

	#Profile ul li:nth-child(1) {
		width: 100%;
		padding: 35px 0;
		text-align: center;
	}

	#Profile ul li:nth-child(1) img.volce {
		width: 47%;
		max-width: 170px;
		margin-bottom: 11px;
	}

	#Profile ul li:nth-child(1) img.man {
		width: 55%;
		max-width: 210px;
		display: block;
		margin: auto;
	}
}

#Profile ul li:nth-child(2) {
	width: 654px;
	padding: 55px 50px 50px 0;
}

#Profile ul li:nth-child(2) p.name {
	color: #005866;
	font-size: 20px;
	font-weight: 700;
}

#Profile ul li:nth-child(2) p.job {
	color: #005866;
	font-weight: 700;
	margin: 15px 0 30px;
}

#Profile ul li:nth-child(2) p.copy {
	line-height: 28px;
}

@media screen and (max-width:768px) {
	#Profile ul li:nth-child(2) {
		width: 100%;
		background: #fff;
		padding: 0 0 35px;
	}

	#Profile ul li:nth-child(2) p.name {
		font-size: 17px;
	}

	#Profile ul li:nth-child(2) p.job {
		font-size: 14px;
		margin: 12px 0 20px;
	}

	#Profile ul li:nth-child(2) p.copy {
		font-size: 14px;
		line-height: 24px;
	}
}

/*-- vol --*/
#Labo .vol_main {
	background: #005866;
	text-align: center;
}

.vol_main .vol_main_header {
	width: 980px;
	background: url(/fishing/labo/image/vol_title.png) right center no-repeat;
	background-size: 590px auto;
	margin: auto;
	padding: 55px 0 65px;
}

.vol_main .vol_main_header h1 {
	width: 255px;
}

@media screen and (max-width:768px) {
	#Labo .full_img {
		margin: 0 calc(50% - 50vw);
		width: 100vw;
	}

	.vol_main .vol_main_header {
		width: 100%;
		background: url(/fishing/labo/image/vol_title.png) center bottom 6vw no-repeat;
		background-size: 580px auto;
		padding: 4vw 5vw 14vw;
	}

	.vol_main .vol_main_header h1 {
		padding-bottom: 14vw;
	}
}

@media screen and (max-width:580px) {
	.vol_main .vol_main_header {
		background-size: 100% auto;
	}
}

@media screen and (max-width:420px) {
	.vol_main .vol_main_header {
		background-size: 100% auto;
		padding: 28px 5vw 31vw;
	}

	.vol_main .vol_main_header h1 {
		width: 56.5%;
		max-width: 255px;
		padding-bottom: 0;
	}
}

#Labo #Vol_cont {
	background: #e7eeee;
	padding: 40px 0 55px;
}

#Vol_cont ul {
	display: flex;
	margin-bottom: 40px;
	align-items: flex-start;
}

#Vol_cont>div>ul>li:first-child {
	margin-bottom: 0;
	margin-right: 30px;
	white-space: nowrap
}

#Vol_cont>div>ul>li:last-child h2 {
	color: #005866;
	font-weight: 700;
	font-size: 32px;
	line-height: 1.6;
}

#Vol_cont p {
	display: block;
	margin-top: 55px;
	font-size: 18px;
	line-height: 32px;
}

@media screen and (max-width:768px) {
	#Labo #Vol_cont {
		padding: 28px 0 45px;
	}

	#Vol_cont ul {
		display: block;
		margin-bottom: 20px;
	}

	#Vol_cont>div>ul>li:first-child {
		margin: 0 0 14px 0;
	}

	#Vol_cont>div>ul>li:last-child h2 {
		font-size: 24px;
	}

	#Vol_cont p {
		margin-top: 40px;
		font-size: 16px;
		line-height: 30px;
	}
}

#Labo menu.page_link {
	background: #d9e8ea;
	margin: 0;
	padding: 0;
	border-top: #cad7d7 1px solid;
	border-bottom: #cad7d7 1px solid;
}

#Labo menu.page_link ul {
	display: flex;
	align-items: center;
	color: #005866;
	font-weight: 700;
	line-height: 1;
}

#Labo menu.page_link ul li {
	font-size: 18px;
	width: 277px;
	border-right: #cad7d7 1px solid;
}

#Labo menu.page_link ul li:first-child {
	font-size: 14px;
	width: 149px;
	padding: 23px;
	padding-left: 0;
	display: block;
}

@media screen and (max-width:768px) {
	#Labo menu.page_link ul li {
		font-size: 16px;
		width: 27%;
		border-right: #cad7d7 1px solid;
	}

	#Labo menu.page_link ul li:first-child {
		font-size: 10.5px;
		width: 19%;
		text-align: center;
		padding: 30px 0;
	}
}

#Labo menu.page_link ul li a {
	display: block;
	padding: 21px 16px 21px 30px;
	position: relative;
}

#Labo menu.page_link ul li a::after {
	content: '\25B6\FE0E';
	font-size: 10px;
	position: absolute;
	top: 50%;
	right: 20px;
	color: #0f5966;
	transform: translateY(-50%) rotate(90deg);
	transition: all .2s;
}

@media print, screen and (min-width:769px) {
	#Labo menu.page_link ul li a:hover {
		background: #e5eeed;
	}

	#Labo menu.page_link ul li a:hover::after {
		top: 64%;
	}
}

@media screen and (max-width:768px) {
	#Labo menu.page_link ul.inner {
		padding: 0;
	}

	#Labo menu.page_link ul li {
		text-align: center;
	}

	#Labo menu.page_link ul li a {
		padding: 20px 10px 30px;
	}

	#Labo menu.page_link ul li a::after {
		position: absolute;
		font-size: 9px;
		left: 50%;
		bottom: 11px;
		top: inherit;
		transform: translateX(-50%) rotate(90deg);
	}
}

#Labo .vol_pro h3 {
	color: #005866;
	font-size: 24px;
	font-weight: 700;
	padding: 15px 0 30px;
}

#Labo .vol_pro h3 img {
	width: 128px;
	vertical-align: bottom;
	margin: 0 0 6px 9px;
}

#Labo .vol_pro h3+p {
	font-size: 18px;
	line-height: 32px;
	margin-bottom: 55px;
}
#Profile.vol_pro ul li:nth-child(1) span {
	background: #005866;
	color: #fff;
	font-size: 16px;
	line-height: 1;
	font-weight: 700;
	width: 72px;
	height: 72px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	z-index: 2;
	position: relative;
	top: 0;
	left: -76px;
}

#Profile.vol_pro ul li:nth-child(1) .man {
	z-index: 1;
	position: relative;
	top: -60px;
	left: 0;
}

.labo_profile .labo_profile_ttl a{
position:relative;
display:block;
width: 100%;
}

.labo_profile .labo_profile_ttl a:after,
.labo_profile .labo_profile_ttl a.open:after {
position:absolute;
top:54%;
right:54%;
margin-top:-20px;
width:40px;
height:40px;
background:url(../image/ic_close.png) no-repeat center center;
background-size:30px;
content:"";
z-index: 1000;
}
.labo_profile .labo_profile_ttl a.close:after {
background:url(../image/ic_open.png) no-repeat center center;
background-size:30px;
}
.labo_profile_inner .labo_profile_cap{
	font-size: 18px;
	line-height: 32px;
	margin-bottom: 55px;
}
.labo_profile_inner{
background-color:#e5eded;
}

.labo_profile_inner.close {display:none;}
.labo_profile_ttl .switch_spS{display: none;}

@media screen and (max-width:768px) {
	#Profile.vol_pro {
		margin: 45px 0 60px;
	}

	#Labo .vol_pro h3 {
		font-size: 17px;
		padding: 15px 0 22px;
	}

	#Labo .vol_pro h3 img {
		width: 96px;
		vertical-align: bottom;
		margin: 0 0 5px 6px;
	}

	#Labo .vol_pro h3+p {
		font-size: 16px;
		line-height: 30px;
		margin-bottom: 45px;
	}

	#Profile.vol_pro ul.labo_profile_box {
		width: 90vw;
		margin: auto;
		padding: 0 5vw;
	}

	#Profile.vol_pro ul li:nth-child(1) {
		padding: 35px 0 0;
	}

	#Profile.vol_pro ul li:nth-child(1) span {
		font-size: 12px;
		width: 55px;
		height: 55px;
		top: 5px;
		left: -60px;
	}

	#Profile.vol_pro ul li:nth-child(1) .man {
		top: -45px;
	}

.labo_profile .labo_profile_ttl a:after, .labo_profile .labo_profile_ttl a.open:after {
right:0;
background-size:20px;
}
.labo_profile .labo_profile_ttl a.close:after {
background-size:20px;
}
.labo_profile_ttl .switch_spS{display: none;}
.labo_profile_inner .labo_profile_cap{
font-size: 16px;
line-height: 30px;
margin-bottom: 45px;
}

}

@media screen and (max-width:320px) {
.labo_profile_ttl .switch_spS{display: block;}
}

#Labo #Theme,
#Labo #Result {
	background: #edf2f2;
	padding-bottom: 150px;
}

@media screen and (max-width:768px) {

	#Labo #Theme,
	#Labo #Result {
		padding-bottom: 70px;
	}
}

dl.title_copy {
	border-top: 8px solid #005866;
	display: flex;
	align-items: center;
	color: #005866;
	font-weight: 700;
	margin-bottom: 50px;
}

dl.title_copy dt {
	width: 150px;
	font-size: 14px;
	border-right: 2px solid #005866;
	padding: 35px 0 15px;
	letter-spacing: .06em;
}

dl.title_copy dd {
	width: 830px;
	font-size: 20px;
	padding: 30px 0 12px 45px;
}

.sub_title {
	color: #005866;
	font-weight: 700;
}

.sub_title p {
	font-size: 18px;
	margin-bottom: 25px;
}

.sub_title h5,
.sub_title .h5 {
	font-size: 32px;
	line-height: 1.6;
	margin-bottom: 70px;
}

.sub_title .h5 {
	margin: 10px 0 30px;
}
.sub_title .sub_title_copy{
	margin-bottom: 25px;
}
.sub_title .inspection_copy{
	margin-bottom: 70px;
	color: #000;
	font-weight: normal;
}

@media screen and (max-width:768px) {
	dl.title_copy {
		border-top: 6px solid #005866;
		margin-bottom: 35px;
	}

	dl.title_copy dt {
		width: 30%;
		font-size: 10px;
		border-right: 2px solid #005866;
		padding: 28px 0 18px;
	}

	dl.title_copy dd {
		width: 70%;
		font-size: 17px;
		padding: 22px 0 11px 25px;
	}

	.sub_title p {
		font-size: 16px;
		line-height: 1.6;
		margin-bottom: 15px;
	}

	.sub_title h5,
	.sub_title .h5 {
		font-size: 24px;
		line-height: 1.6;
		margin-bottom: 35px;
	}

	.sub_title .h5 {
		margin: 5px 0 25px;
	}
.sub_title .sub_title_copy{
	margin-bottom: 0;
}
.sub_title .inspection_copy{
	margin-bottom: 35px;
}	
}

.talk dl[class*=cast_] {
	display: flex;
	margin-top: 48px;
	align-items: flex-start;
}

.talk dl[class*=cast_] dt {
	width: 96px;
}

.talk dl[class*=cast_] dt img {
	border-radius: 50%;
}

.talk dl[class*=cast_] dd {
	width: 680px;
	font-size: 18px;
	color: #005866;
	font-weight: 700;
	position: relative;
	padding: 35px;
	border-radius: 20px;
	line-height: 32px;
}

.talk dl[class*=cast_] dd p:not(:first-child) {
	margin-top: 1.5em;
}

.talk dl.cast_1 dt {
	margin-right: 54px;
}

.talk dl.cast_1 dd {
	background: #fff;
}

.talk dl.cast_1 dd::after {
	content: '';
	background: url(/fishing/labo/image/fkd_cast1.png) no-repeat;
	background-size: contain;
	width: 23px;
	height: 23px;
	position: absolute;
	display: inline-block;
	left: -23px;
	top: 38px;
}

.talk dl.cast_2 {
	justify-content: flex-end;
}

.talk dl.cast_2.inversion {
	justify-content: flex-start;
	margin-top: 70px;
	margin-bottom: 150px;
}

.talk dl.cast_2 dt {
	order: 2;
	margin-left: 54px;
}

.talk dl.cast_2.inversion dt {
	order: 1;
	margin-left: 0;
	margin-right: 54px;
}

.talk dl.cast_2 dd {
	order: 1;
	background: #d9e8e8;
}

.talk dl.cast_2.inversion dd {
	order: 2;
	background: #edf2f2;
}

.talk dl.cast_2 dd::after {
	content: '';
	background: url(/fishing/labo/image/fkd_cast2.png) no-repeat;
	background-size: contain;
	width: 23px;
	height: 23px;
	position: absolute;
	display: inline-block;
	right: -23px;
	top: 38px;
}

.talk dl.cast_2.inversion dd::after {
	content: '';
	background: url(/fishing/labo/image/fkd_cast3.png) no-repeat;
	background-size: contain;
	left: -23px;
}

.talk .cast_img {
	width: 680px;
	margin: 48px auto 0;
}

.talk .cast_img img {
	border-radius: 15px;
}

.talk .cast_img p {
	font-size: 16px;
	line-height: 28px;
	color: #005866;
	margin-top: 30px;
	border-radius: 20px;
}
.talk .talk_txt{
display: block;
margin-top: 55px;
font-size: 18px;
line-height: 32px;
}

@media screen and (max-width:768px) {
	.talk>.sub_title {
		margin-bottom: 35px;
	}

	.talk dl[class*=cast_] {
		margin-top: 10px;
		width: 100%;
		display: block;
	}

	.talk dl[class*=cast_] dt {
		width: 48px;
		height: 48px;
	}

	.talk dl[class*=cast_] dd {
		width: 100%;
		padding: 21px 18px 20px 22px;
		font-size: 16px;
		line-height: 30px;
		font-weight: 400;
		border-radius: 15px;
	}

	.talk dl.cast_1 dt {
		margin: 0 0 -22px 24px;
		position: relative;
		z-index: 2;
	}

	.talk dl.cast_1 dd::after,
	.talk dl.cast_2 dd::before,
	.talk dl.cast_2 dd::after {
		display: none;
	}

	.talk dl.cast_2.inversion {
		margin-bottom: 75px;
		margin-top: 0;
	}

	.talk dl.cast_2 dt {
		margin: 0 24px -22px auto;
		position: relative;
		z-index: 2;
	}

	.talk dl.cast_2.inversion dt {
		margin: 0 0 -22px 24px;
	}

	.talk .cast_img {
		width: 100%;
		margin: 24px auto 0;
	}

	.talk .cast_img p {
		font-size: 14px;
		line-height: 24px;
		margin-top: 20px;
		border-radius: 15px;
	}
.talk .talk_txt{
font-size: 16px;
line-height: 30px;
margin-top: 30px;
}

}

#Labo ul.expt_list {
	border: 8px solid #e7eeee;
	margin-bottom: 65px;
	position: relative;
}

ul.expt_list::before {
	content: '';
	display: inline-block;
	width: 24px;
	height: 40px;
	background: url(/fishing/labo/image/icon_ribbon.png) no-repeat;
	background-size: contain;
	position: absolute;
	top: -8px;
	left: 32px;
}

ul.expt_list li {
	color: #005866;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: .05em;
	padding: 1.2em 35px 1.2em 138px;
	border-bottom: 2px solid #e7eeee;
	position: relative;
}

ul.expt_list li:last-child {
	border-bottom: none;
}

ul.expt_list li::before {
	content: '';
	display: inline-block;
	width: 28px;
	height: 43px;
	background: url(/fishing/labo/image/icon_check.png) no-repeat;
	background-size: contain;
	position: absolute;
	top: 29px;
	left: 82px;
}

@media screen and (max-width:768px) {
	#Labo ul.expt_list {
		border: 6px solid #e7eeee;
		margin-bottom: 30px;
	}

	ul.expt_list::before {
		width: 18px;
		height: 20px;
		background-size: cover;
		background-position: bottom;
		top: -6px;
		left: 14px;
	}

	ul.expt_list li {
		font-size: 16.5px;
		padding: 1.3em 20px 1em 50px;
		border-bottom: 1px solid #e7eeee;
		position: relative;
	}

	ul.expt_list li:last-child {
		border-bottom: none;
	}

	ul.expt_list li::before {
		width: 21px;
		height: 32px;
		background-size: contain;
		position: absolute;
		top: 25px;
		left: 18px;
	}
}

#Expt .talk_after {
	margin-bottom: 120px;
}

.sub_title h6 {
	color: #005866;
	font-size: 24px;
	font-weight: 700;
	padding-top: 45px;
}

.sub_title h6::before {
	content: '';
	width: 152px;
	height: 6px;
	background: #005866;
	display: block;
	position: relative;
	top: -45px;
	left: 0;
}

.sub_title.titleBar_none h6::before{
content: none;
}


@media screen and (max-width:768px) {
	#Expt .talk_after {
		margin-bottom: 60px;
	}

	.sub_title h6 {
		font-size: 21px;
		padding-top: 30px;
	}

	.sub_title h6::before {
		width: 114px;
		height: 4.5px;
		top: -30px;
	}
}

/*#Expt ul.inspection_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
*/
ul.inspection_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
ul.inspection_list li {
	width: 46%;
	margin-top: 54px;
}
p.inspection_set{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
	}
p.inspection_stt {
	font-size: 20px;
	line-height: 1.6;
	color: #005866;
	font-weight: 700;
	margin-top: 22px;
}

p.inspection_copy {
	font-size: 18px;
	line-height: 32px;
	margin-top: 15px;
}
.inspection_txt{
    font-size: 18px;
    line-height: 32px;
    margin-top: 15px;
}


@media screen and (max-width:768px) {
	#Expt ul.inspection_list {
		display: block;
	}

#Expt ul.inspection_list.flex-sp{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
	ul.inspection_list li {
		width: 100%;
		margin-top: 45px;
	}

	ul.inspection_list li img {
		display: block;
		margin: auto;
	}
#Expt ul.inspection_list.flex-sp li{
flex-basis: 49%;
margin-bottom: 20px;
}

	p.inspection_stt {
		font-size: 18px;
	}
.inspection_stt.img_top{
font-size: 15px;
}

	p.inspection_copy {
		font-size: 16px;
		line-height: 30px;
		margin-top: 12px;
	}

.inspection_txt{
font-size: 16px;
line-height: 30px;
margin-bottom: 35px;
}


}

.sub_title+p.inspection_copy {
	margin-top: 0;
}

.sub_title+p.inspection_copy.inspection_copy_mt {
	margin-top: 20px;
}

.movie {
	width: 800px;
	margin: 60px auto 0;
}

.movie_wrap {
	position: relative;
	width: 800px;
	height: 450px;
	background: url(/fishing/skillup/image/nowloading.gif) no-repeat center center #000;
	margin: 16px auto 65px;
}

.movie_wrap .video-js {
	height: 100%;
	width: 100%;
}

.movie .inspection_stt.img_top{
margin-bottom:5px;
margin-top:0;
}

.movie .inspection_list li{
margin-top:0;
margin-bottom: 40px;
}

@media screen and (max-width:768px) {
	.sub_title+p.inspection_copy.inspection_copy_mt {
		margin-top: 5px;
	}

	.movie {
		width: auto;
		margin: 35px auto 0;
	}

	.movie_wrap {
		width: auto;
		height: auto !important;
		margin: 12px auto 50px;
	}

	.movie_wrap .video-js {
		padding: 0;
		position: relative;
	}


}

@media screen and (max-width:768px) {}

#Result .result_graph_01{
	width: 740px;
	margin: 55px auto 0;
	text-align: center;
}
#Result .result_graph_01.wide{
	width: 840px;
}
#Result .result_table_01 {
	margin: 50px auto 0;
}

#Result .result_graph_01 img {
	width: 670px;
	margin: 0 auto;
}

#Result .result_table_02 {
	margin: 50px auto 70px;
	position: relative;
	height: 320px;
}

#Result .result_table_02 img {
	position: absolute;
	top: 0;
	left: 0;
	width: 665px;
}

#Result .result_table_02 table {
	position: absolute;
	top: 0;
	right: 0;
}
#Result .result_tableTop{
	margin: 10px auto 0;
}
#Result .result_stat{
margin-top:25px;
border:1px solid #cee2e3;
display: inline-block;
background-color: #fff;
text-align: center;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
width: 500px;
font-size: 20px;
font-weight: bold;
}
#Result .result_stat .result_statArea01{
background-color: #005866;
color: #fff;
padding: 15px 10px;
flex-basis:60%;
}

#Result .result_stat .result_statArea02{
color:#dd2f01;
padding: 15px 10px;
flex-basis:40%;
}

#Result .result_multi{
margin-top: 35px;
}
#Result .result_multi02{
margin-top: 70px;
margin-bottom: 70px;
}

@media screen and (max-width:768px) {
	#Result .result_graph_01,#Result .result_graph_01.wide{
		width: 100%;
		margin: 35px auto;
	}

	#Result .result_graph_01 img {
		width: 100%;
	}

	#Result .result_table_01 {
		margin: 50px auto 0;
		overflow: scroll;
	}

	#Result .result_table_02 {
		margin: 25px auto 30px;
		position: inherit;
		height: auto;
	}

	#Result .result_table_02 img {
		position: inherit;
		width: 100%;
	}

	#Result .result_table_02 table {
		position: inherit;
		margin-top: 35px;
		width: 100%;
		max-width: 400px;
	}

#Result .result_stat{
width: 100%;
font-size: 16px;
}
#Result .result_stat .result_statArea01{
padding: 10px 0;
flex-basis: 65%;
text-align: center;
}

#Result .result_stat .result_statArea02{
padding: 10px 0;
flex-basis: 35%;
text-align: center;
}
#Result .result_multi{
margin-top: 30px;
}
#Result .result_multi02{
margin-top: 35px;
margin-bottom: 35px;
}



}

#Result .snsBtn {
	padding-bottom: 0;
	background: none;
	margin: 50px auto 45px;
}

#Result .snsBtn_list_item {
	padding: 0;
	margin: 0 6px;
	background: #fff;
}

#Labo+.snsBtn {
	padding-bottom: 75px;
}

#Labo .caut {
	font-size: 16px;
	line-height: 1.5;
	display: inline-block;
}



@media screen and (max-width:768px) {
	#Labo .caut {
		font-size: 14px;
		line-height: 1.5;
	}

	#Labo+.snsBtn {
		padding-bottom: 45px;
	}
}

#Result ul.color_list {
	width: 740px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 45px;
}
#Result ul.color_list.wide{
	width: 840px;
}
#Result ul.color_list.flBox_unsatis{
justify-content: flex-start;
}
.sub_title+ul.color_list {
	margin-top: 40px;
}

#Result ul.color_list li {
	font-size: 16px;
	line-height: 16px;
	font-weight: 700;
}

#Result ul.color_list li::before {
	content: '-';
	font-size: 40px;
	font-weight: 700;
	line-height: 16px;
	display: inline-block;
	transform: scaleX(2.1);
	margin-right: 28px;
	position: relative;
	top: 5px;
	left: 7px;
}
#Result ul.color_list li .paraTxt{
display: inline-block;
vertical-align: middle;
line-height: 1.2;
text-align: left;
}
#Result ul.color_list.flBox_unsatis li:nth-child(n+2){
margin-left: 79px;
}

@media screen and (max-width:768px) {
	#Result ul.color_list,
	#Result ul.color_list.wide{
		width: 100%;
		flex-wrap: wrap;
		justify-content: flex-start;
		margin-bottom: 15px;
	}
	#Result ul.color_list.txtLong{
	display: block;
	}
	.sub_title+ul.color_list {
		margin-top: 40px;
	}

	#Result ul.color_list li {
		font-size: 14px;
		line-height: 14px;
		width: 50%;
		margin-bottom: 10px;
		text-align: left;
	}
	#Result ul.color_list.txtLong li {
	width: 100%;
}
	#Result ul.color_list li::before {
		content: '-';
		font-size: 30px;
		font-weight: 700;
		line-height: 14px;
		margin-right: 28px;
		top: 3px;
		left: 7px;
	}
#Result ul.color_list.flBox_unsatis li:nth-child(n+2){
margin-left: 0
}
}



#Result [class^="result_tab_"] {
	border: #cee2e2 solid 1px;
	color: #005866;
	background: #fff;
	font-size: 16px;
	line-height: 1;
	font-weight: 700;
	width: 100%;/*20211215*/
}

#Result [class^="result_tab_"] th {
	background: #d9e8e8;
	padding: 1.2em .1em 1.1em;
	position: relative;
	text-align: center;
}

#Result [class^="result_tab_"] .lineHtxt_box th {
	padding: 0.8em .1em;
}

#Result [class^="result_tab_"] th::before {
	content: "";
	display: inline-block;
	width: 1px;
	height: 16px;
	background-color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
}

#Result [class^="result_tab_"] th:not(:first-child) {
	width: 98px;
}
#Result .txt_long [class^="result_tab_"] th:not(:first-child) {
	width: 110px;
}
#Result .txt_long [class^="result_tab_"] th.cell-w{
width: auto;
white-space: pre;
}
#Result .result_tab_01 {
	width: 980px;
}

#Result .result_tab_01 th:last-child {
	background: #005866;
	color: #fff;
}

#Result [class^="result_tab_"] th:first-child::before,
#Result .result_tab_01 th:last-child::before {
	display: none
}

#Result [class^="result_tab_"] tr:nth-child(even) {
	background: #f1f5f5;
}

#Result [class^="result_tab_"] td {
	padding: 1em;
	border-right: #cee2e2 solid 1px;
}

#Result .result_tab_01 td:first-child {
	padding-left: 2.2em;
}

#Result [class^="result_tab_"] td:last-child {
	border-right: none;
	font-size: 20px;
}
#Result .result_tab_normal [class^="result_tab_"] th,
#Result .result_tab_normal [class^="result_tab_"] td{
width: auto;
}
#Result .result_tab_normal [class^="result_tab_"] th{
word-break: keep-all;
}
#Result .result_tab_normal [class^="result_tab_"] td:last-child {
	border-right: none;
	font-size:inherit;
}

#Result .result_tab_02 tr:last-child td:last-child {
	padding:1em .3em;
	white-space: nowrap;
}
#Result [class^="result_tab_"] td:not(:first-child) {
	text-align: center;
}

#Result ul.color_list .a,
#Result [class^="result_tab_"] td.a {
	color: #4c79ac;
}

#Result ul.color_list .b,
#Result [class^="result_tab_"] td.b {
	color: #999;
}

#Result ul.color_list .c,
#Result [class^="result_tab_"] td.c {
	color: #916799;
}
#Result ul.color_list .d,
#Result [class^="result_tab_"] td.d {
	color: #c57b47;
}
#Result ul.color_list .e,
#Result [class^="result_tab_"] td.e {
	color: #4faa7a;
}
#Result ul.color_list .f,
#Result [class^="result_tab_"] td.f {
	color: #bab354;
}
#Result ul.color_list .g,
#Result [class^="result_tab_"] td.g {
	color: #e880cf;
}
#Result ul.color_list .h,
#Result [class^="result_tab_"] td.h {
	color: #49a2ea;
}


#Result [class^="result_tab_"] td .red {
	color: #dd2f01;
}
#Result [class^="result_tab_"] .lineHtxt{
line-height: 1.4;

}



@media screen and (max-width:768px) {
	#Result [class^="result_tab_"] {
		font-size: 14px;
		table-layout: fixed;
		width:auto;/*20211215*/
	}

	#Result [class^="result_tab_"] th {
		font-size: 12px;
		padding: .8em .2em 1em;
		white-space: nowrap;
		width: 170px;
	}
#Result .txt_long [class^="result_tab_"] th{
		width: 230px;
}
#Result [class^="result_tab_"] th::before {
		height: 10px;
	}

	#Result [class^="result_tab_"] th:not(:first-child) {
		width: 70px;
	}
#Result .txt_long [class^="result_tab_"] th:not(:first-child) {
		width: 80px;
}
	#Result .result_tab_02 td:first-child {
		padding-left: .8em;
	}
	#Result .cell-narrow [class^="result_tab_"] td{
		padding: 1em;
	}

	#Result .result_tab_01 {
		width: 100%;
	}

	#Result [class^="result_tab_"] td {
		padding: .8em .2em .8em;
		border-right: #cee2e2 solid 1px;
		white-space: nowrap;
	}

	#Result .result_tab_01 td:first-child {
		padding-left: .8em;
	}

	#Result [class^="result_tab_"] td:last-child {
		font-size: 18px;
	}
}

@media screen and (max-width:768px) {}

@media print, screen and (min-width:769px) {}
