@charset "utf-8";

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// TOP
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/

.content_box {
	max-width: 1300px;
	margin: 0 auto;
}

.intro_reel{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 50px;
}

.intro_txt{
	width: calc(100% - 300px);
}
.intro_reel figure{
	width: 290px;
}

.reel_list{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 80px;
}

.reel_list .box{
	width: 49%;
	display: flex;
	padding: 55px 0;
	border-bottom: solid 1px #666666;
}
.reel_list .box:nth-child(1),
.reel_list .box:nth-child(2){
	border-top: solid 1px #666666;
}
.reel_list .box:nth-child(even){
	margin-left: auto;
}

.reel_list .box a{
	display: flex;
}
.reel_list .box figure{
	max-width: 340px;
}

.reel_list .box div{
	max-width: 285px;
	padding-left: 15px;
}

.reel_list .box p{
	font-size: 2.2rem;
}

.reel_list h2{
	font-size:4.0rem !important;
	text-align: center;
}

.reel_list h3{
	font-size:2.4rem;
	margin-bottom: 25px;
}
.reel_list .txt{
	margin-bottom: 30px;
}
.reel_list .more{
	padding-left: 20px;
	background: url(/common/img/icon_arrow01.png) left 4px no-repeat;
}

.reel_list .date{
	font-size:1.6rem !important;
	text-align: right;
	padding-right: 10px;
}

.more_btn,
.other_btn{
	margin-bottom: 100px;
}
.more_btn span{
	padding-right: 30px;
	background: url(/reel_stories/img/icon_btn.png) right center no-repeat;
	background-size: 21px auto;
}
.other_btn span{
	padding-left: 20px;
	background: url(/common/img/icon_arrow01.png) left center no-repeat;
}

.more_btn a,
.other_btn a{
	width: 300px;
	margin: 50px auto 0;
	border: solid 1px #333333;
	text-align: center;
	padding: 25px;
	display: block;
	box-sizing: border-box;
	font-size:2.2rem;
}

.other_btn a{
	width: 425px;
}


.related_box{
	max-width: 865px;
	margin: 0 auto;	
	padding-top: 20px;
}

.related_box h3{
	padding-bottom: 10px;
	border-bottom: solid 1px #333333;
}

.related_box h4{
	font-size: 2.6rem !important;
	margin-bottom: 15px;
}

.related_box .box{
	display: flex;
	border-bottom: solid 1px #333333;
	padding: 20px 0;
}



.related_box .box a{
	display: flex;
}
.related_box .box figure{
	width: 150px;
}

.related_box .box div{
	padding-left: 15px;
	width: calc(100% - 165px);
}

.related_box h4{
	font-size: 2.2rem;
	margin-bottom: 10px;
}
.related_box .txt{
	font-size: 2.2rem;
	margin-bottom: 10px;
}
.related_box .more{
	font-size: 2.2rem;
	padding-left: 20px;
	background: url(/common/img/icon_arrow01.png) left center no-repeat;
}

.reel_list .box,
.related_box .box,
.more_btn a,
.other_btn a{
	color: #333333;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 1;
}

.reel_list .box:hover,
.related_box .box:hover,
.more_btn a:hover,
.other_btn a:hover{
	opacity: 0.7;
}

.content_box .date{
	margin-bottom: 20px;
	font-size:1.6rem;
	text-align: right;
}

/*bluefin_tuna*/

.farming_img {
	text-align: center;
	margin-bottom: 50px;
}
.farming_img img{
	width: 746px !important;	
}


.layout02 .box{
	max-width: 49%;
	width: 49%;
}
.layout02 .box:last-child{
	margin-left: auto;
}

/*seafood_connection*/

.trading_img {
	text-align: center;
	margin-bottom: 50px !important;
}

.layout02.trading .box{
	margin-left: 0 !important;
}
.layout02.trading .box a{
	color: #5f1985;
}
h3.trading_ttl01{
	color: #f08c00 !important;
	font-size: 4.6rem !important;
	margin-bottom: 20px;
}
h3.trading_ttl02{
	color: #005bab !important;
	font-size: 4.6rem !important;
	margin-bottom: 20px;
}

.content_box .text i{
	font-weight: bold;
	font-style: italic;
}