<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/**
 * style.css
 */

@media only screen and (max-width:991px) {}
@media only screen and (max-width:767px) {}


/* aboutBrandMain
--------------------------------------------------*/
.aboutBrandMain {
	margin-bottom: 70px;
	background-color: #5ca4af;
}
.aboutBrandMain:before {
	background-image: url(../../../images/about/fishing/img_01.jpg);
}
@media only screen and (max-width:767px) {
	.aboutBrandMain {
		margin-bottom: 30px;
	}
}



/* businessList
--------------------------------------------------*/
.businessList {
	margin-bottom: 60px;
}
.businessList li {
	position: relative;
	padding: 60px 0;
	border-bottom: #ccc dotted 1px;
}
.businessList li .text {
	float: right;
	width: 50%;
	font-size: 14px;
	line-height: 1.43;
	word-break : break-all;
}
.businessList li .text dt {
	margin-bottom: 13px;
	font-size: 18px;
	font-weight: bold;
}
.businessList li:nth-child(odd) .text {
	float: left;
}
.businessList li .image {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	padding: 0 30px;
	text-align: center;
	line-height: 0;
}
.businessList li .image .inTb {
	display: table;
	width: 100%;
	height: 100%;
}
.businessList li .image .inTb span {
	display: table-cell;
	vertical-align: middle;
}
.businessList li:nth-child(odd) .image {
	left: auto;
	right: 0;
}
@media only screen and (max-width:767px) {
	.businessList li {
		padding: 30px 0;
	}
	.businessList li .text,
	.businessList li:nth-child(odd) .text {
		float: none;
		width: auto;
		font-size: 14px;
	}
	.businessList li .image {
		position: static;
		width: auto;
		height: auto;
		margin-bottom: 20px;
		padding: 0;
	}
	.businessList li .image img {
		max-width: 80%;
	}
	.businessList li .image .inTb {
		display: block;
		width: auto;
		height: auto;
	}
	.businessList li .image .inTb span {
		display: block;
	}
}



/* serviceBrand
--------------------------------------------------*/
.serviceBrand {
	margin-bottom: 60px;
}
.serviceBrand .wrap {
	max-width: 900px;
}
.serviceBrand li {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	float: left;
	width: 50%;
	padding: 0 40px;
	font-size: 14px;
	line-height: 1.57;
}
.serviceBrand li .logo {
	text-align: center;
	margin-bottom: 20px;
	line-height: 0;
}
@media only screen and (max-width:767px) {
	.serviceBrand {
		margin-bottom: 80px;
	}
	.serviceBrand li {
		float: none;
		width: auto;
		padding: 0;
	}
	.serviceBrand li + li {
		margin-top: 30px;
	}
}

.linkArea {
  text-align: center;
  margin: 60px 0;
  padding: 60px 0;
  background-color: #f8f8f8;
}

.linkArea h3, .linkArea p {
  margin-bottom: 1em;
}

.linkBtns {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-around;
}

.linkCommonBtn {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: block;
  width: auto;
  max-width: 400px;
  padding: 12px 40px;
  background-color: #fff;
  color: #004ea2;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border: #004ea2 solid 2px;
  border-radius: 3px;
}

.linkCommonBtn:after {
  position: absolute;
  top: 50%;
  right: 21px;
  display: block;
  content: '';
  width: 4px;
  height: 4px;
  margin-top: -3px;
  border-top: #004ea2 solid 1px;
  border-right: #004ea2 solid 1px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}

.linkCommonBtn:hover {
  color: #fff;
  background-color: #004ea2;
}

.linkCommonBtn:hover:after {
  border-top: #fff solid 1px;
  border-right: #fff solid 1px;
}
</pre></body></html>