/* @group TOPページ */
#toppage #main {
	position: relative;
	text-align: center;
	color: #fff;
}

a.anchor{
    display: block;
    padding-top: 120px;
    margin-top: -120px;
}
@media screen and (max-width: 760px) {
	a.anchor{
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}
}

@media screen and (min-width: 761px), print {
#toppage #main .bnr {
    margin: 0 auto;
    position: absolute;
    bottom: 2vw;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    max-width: 1200px;
    width: 100vw;
    z-index: 99;
    display: flex;
	justify-content: right;
	    padding-right: 0.5%;
}
}
@media screen and (max-width: 760px) {
  #toppage #main .bnr {
    padding: 20px 20px 0px;
	  text-align: center;
  }

  #toppage #main .bnr a {
    display: block;
    margin-bottom: 10px;
  }

  #toppage #main .bnr img {
    max-width: 100%;
    height: auto;
  }
}

#toppage #main .bx-wrapper {
	margin: 0;
}

#toppage #main .bxslider .wrap {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	text-align: left;
}

#toppage #main .bxslider img {
	width: 100%;
	height: auto;
}

#toppage #main .bxslider .wrap.black {
	color: #333;
}

#toppage #main h2 {
	position: absolute;
	left: 20px;
	bottom: 26vw;
	font-weight: bold;
	font: 42px/1.3 "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	letter-spacing: -0.05em;
}

#toppage #main p {
	position: absolute;
	left: 20px;
	top: -25vw;
	font-weight: bold;
	font-size: 16px;
}

#toppage #main .btn a {
	position: absolute;
	left: 20px;
	bottom: 9vw;
	width: 170px;
	height: 48px;
	line-height: 48px;
	font-size: 16px;
	background-color: #00a85f;
	color: #fff;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	padding-right: 10px;
	font-weight: bold;
}

#toppage #main .btn a:before {
	/*白いひし型 */
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 22px;
	width: 9px;
	height: 9px;
	margin-top: -5px;
	background: #fff;
}

#toppage #main .btn a:after {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 25px;
	width: 9px;
	height: 9px;
	margin-top: -5px;
	background: #00a85f;
}

#toppage #main .btn a:hover {
	transition: .3s;
	background-color: #4cbe8f;
}

#toppage #main .btn a:hover:after {
	/*白いひし型 */
	transition: .3s;
	background: #4cbe8f;
}

#toppage #news {
	font-size: 14px;
	padding: 30px 20px;
}

#toppage #news h3 {
	font-size: 20px;
	margin-bottom: 15px;
}

#toppage #news .more a {
	background-color: #ebf0f0;
	width: 160px;
	height: 28px;
	text-align: center;
	display: inline-block;
	text-decoration: none;
	line-height: 28px;
	font-size: 13px;
	position: relative;
	padding-right: 10px;
}

#toppage #news .more a:before {
	/*白いひし型 */
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 13px;
	width: 7px;
	height: 7px;
	margin-top: -4px;
	background: #333;
}

#toppage #news .more a:after {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 14px;
	width: 7px;
	height: 7px;
	margin-top: -4px;
	background: #ebf0f0;
}

#toppage #news dd {
	margin-bottom: 10px;
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 10px;
}

#toppage #news dl a:link,
#toppage #news dl a:visited {
	color: #333333;
	text-decoration: underline;
}

#toppage #news dl a:hover {
	color: #333333;
	text-decoration: none;
}

#toppage #group {
	background: #ebf0f0;
	height: 600px;
	margin-bottom: 50px;
}

#toppage #group .wrap {
	position: relative;
	padding: 30px 20px;
}

#toppage #group h3 {
	font-size: 32px;
}

#toppage #group li {
	float: left;
	margin: 0 6px 6px 0;
}

#toppage #group li:nth-child(even) {
	float: left;
	margin-right: 0;
}

#toppage #group li a {
	width: 242px;
	height: 55px;
	border: 2px solid #d2dcd7;
	line-height: 51px;
	text-align: center;
	background-color: #fff;
	text-decoration: none;
	display: inline-block;
}

#toppage #group li a:hover {
	transition: .3s;
	background-color: #b4e1c8;
}

#toppage #group li.list a {
	background: #00a85f;
	border: 2px solid #d2dcd7;
	color: #fff;
	font-weight: bold;
	position: relative;
	padding-right: 10px;
}

#toppage #group li.list a:before {
	/*白いひし型 */
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 37px;
	width: 9px;
	height: 9px;
	margin-top: -5px;
	background: #fff;
}

#toppage #group li.list a:after {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 40px;
	width: 9px;
	height: 9px;
	margin-top: -5px;
	background: #00a85f;
}

#toppage #group li.list a:hover {
	transition: .3s;
	background-color: #4cbe8f;
}

#toppage #group li.list a:hover:after {
	/*白いひし型 */
	background: #4cbe8f;
	transition: .3s;
}

#toppage #group li.canada a {
	font-size: 13px;
	line-height: 1.3;
	padding-top: 8px;
}

#toppage #navi .box {
	background-color: #323c32;
	height: 460px;
	color: #fff;
	position: relative;
	margin-bottom: 8px;
}

#toppage #navi .box .photo img {
	width: 100%;
}

#toppage #navi .box a:link,
#toppage #navi .box a:visited {
	color: #fff;
	text-decoration: none;
}

#toppage #navi .box a:hover {
	color: #fff;
	text-decoration: underline;
}

#toppage #navi .box h4 {
	text-align: center;
	font-size: 20px;
	padding: 15px 20px 10px;
}

#toppage #navi .box p {
	padding: 0 20px;
	font-size: 14px;
	line-height: 1.5;
}

#toppage #navi .box ul {
	padding: 15px 20px 0;
}

#toppage #navi .box li {
	position: relative;
	padding-left: 20px;
}

#toppage #navi .box li::before,
#toppage #navi .box li::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}

#toppage #navi .box li::before {
	width: 15px;
	height: 15px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #00a85f;
}

#toppage #navi .box li::after {
	left: 4px;
	width: 5px;
	height: 5px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#toppage #navi .box .btn a {
	width: 90%;
	height: 48px;
	line-height: 48px;
	text-align: center;
	background-color: #00a85f;
	display: inline-block;
	color: #fff;
	font-size: 15px;
	font-size: clamp(10px,1.25vw,15px);
	text-decoration: none;
	font-weight: bold;
	padding-right: 10px;
}

#toppage #navi .box .btn a:before {
	/*白いひし型 */
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 17px;
	width: 9px;
	height: 9px;
	margin-top: -5px;
	background: #fff;
}

#toppage #navi .box .btn a:after {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 20px;
	width: 9px;
	height: 9px;
	margin-top: -5px;
	background: #00a85f;
}

#toppage #navi .box .btn a:hover {
	transition: .3s;
	background-color: #4cbe8f;
}

#toppage #navi .box .btn a:hover:after {
	/*白いひし型 */
	background: #4cbe8f;
	transition: .3s;
}

@media screen and (min-width:761px),
print {
	#toppage #news dl {
		width: 100%;
		margin: 0 auto;
		padding-left: 210px;
	}

	#toppage #group p {
		position: absolute;
		top: 110px;
		left: 20px;
		width: 470px;
		z-index: 1;
	}

	#toppage #group .map {
		position: absolute;
		top: 0;
		right: 20px;
	}

	#toppage #group ul {
		position: absolute;
		top: 250px;
		left: 20px;
		width: 490px;
	}

	#toppage #navi.container-xl {
		max-width: 1208px;
	}

	#toppage #navi .col-md-3 {
		padding-right: 4px;
		padding-left: 4px;
	}

	#toppage #navi .box .btn a {
		position: absolute;
		bottom: 30px;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
	}
}

@media screen and (max-width:760px) {
	#toppage #main {
/*		height: 103vw;*/
		overflow: hidden;
	}

	#toppage #main .bx-wrapper {
		width: 100%;
		height: 100vw;
	}

	#toppage #main .bxslider .wrap {
		position: absolute;
		left: 50%;
		transform: translateX(-50%) translateY(-45%);
		-webkit-transform: translateX(-50%) translateY(-45%);
		top: 45%;
		text-align: left;
		height: 90%;
		width: 100%;
	}

	#toppage #main .bxslider .wrap.black2 {
		color: #333;
	}

	#toppage #main h2 {
		position: absolute;
		left: 20px;
		bottom: 72vw;
		font-weight: bold;
		font: 22px/1.3 "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
		letter-spacing: -0.05em;
	}

	#toppage #main p {
		position: absolute;
		left: 0;
		top: 28vw;
		font-weight: bold;
		font-size: 14px;
		margin: 0 20px;
	}

	#toppage #main .btn a {
		position: absolute;
		left: 50%;
		bottom: 15vw;
		width: 70%;
		height: 48px;
		line-height: 48px;
		font-size: 16px;
		background-color: #00a85f;
		color: #fff;
		display: inline-block;
		text-decoration: none;
		text-align: center;
		padding-right: 10px;
		font-weight: bold;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
	}

	#toppage #news {
		padding: 30px 20px 20px;
	}

	#toppage #news .fl {
		float: none;
	}

	#toppage #news h3 {
		float: left;
	}

	#toppage #news .more a {
		background-color: #ebf0f0;
		width: 160px;
		height: 28px;
		text-align: center;
		display: inline-block;
		text-decoration: none;
		line-height: 28px;
		font-size: 13px;
		position: relative;
		padding-right: 10px;
		float: right;
		margin-top: 3px;
	}

	#toppage #group {
		height: auto;
		margin-bottom: 30px;
	}

	#toppage #group .wrap {
		padding: 30px 0 20px;
	}

	#toppage #group h3 {
		font-size: 22px;
		text-align: center;
		margin-bottom: 15px;
	}

	#toppage #group .map {
		margin-right: -20px;
		margin-left: -20px;
	}

	#toppage #group ul {
		margin-top: 25px;
	}

	#toppage #group ul li {
		width: 49%;
		font-size: 12px;
	}

	#toppage #group li a {
		width: 100%;
		min-height: 50px;
		line-height: 1.3;
		padding-top: 8px;
	}

	#toppage #group li.list a,
	#toppage #group li.line1 a {
		padding-top: 16px;
	}

	#toppage #group li.list a:before {
		/*白いひし型 */
		right: 17px;
		margin-top: -6px;
	}

	#toppage #group li.list a:after {
		right: 20px;
		margin-top: -6px;
	}

	#toppage #group li.canada a {
		font-size: 11px;
		line-height: 1.3;
		padding-top: 5px;
	}

	#toppage #navi {
		padding: 0 20px;
	}

	#toppage #navi .col-md-3 {
		margin-bottom: 20px;
	}

	#toppage #navi .box {
		height: auto;
		padding-bottom: 20px;
		margin: 0;
	}

	#toppage #navi .box img {
		width: 100%;
	}

	#toppage #navi .box .btn {
		padding: 20px 20px 0;
	}

	#toppage #navi .box .btn a {
		width: 100%;
		padding-right: 10px;
		position: relative;
	}
}

/* @end */


/* @group 企業理念 */
#philosophy {
	max-width: 100%;
	background: url(/theme/sn-default/images/company/philosophy_bg.jpg) no-repeat center 0;
	background-size: cover;
	padding: 200px 0;
}

#philosophy .box {
	width: 700px;
	padding: 50px 0 80px;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.65);
	margin: 0 auto;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}

#philosophy .box h1 {
	font-size: 32px;
	margin-bottom: 30px;
}

@media screen and (max-width:760px) {
	#philosophy {
		padding: 110px 30px;
	}

	#philosophy .box {
		width: 100%;
		padding: 30px 15px;
		font-size: 14px;
		line-height: 1.8;
	}

	#philosophy .box h1 {
		font-size: 24px;
		margin-bottom: 15px;
	}
}

/* @end */


/* @group トップメッセージ */
#message .photo {
	float: right;
	margin-left: 50px;
}

#message .photo {
	float: right;
	margin-left: 50px;
}

#message .w780 {
	width: 780px;
}

#message h2 {
	font-size: 28px;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 25px;
}

#message .name {
	float: right;
	line-height: 1.3;
	margin: 50px 0;
}

#message .name img {
	margin-top: 10px;
}

#message .cap {
	font-size: 13px;
	margin-top: 5px;
}

@media screen and (max-width:760px) {
	#message {
		padding: 0 20px;
	}

	#message .photo {
		width: 40%;
		margin: 0 0 10px 20px;
	}

	#message .w780 {
		width: auto;
	}

	#message h2 {
		font-size: 18px;
		margin-bottom: 20px;
	}

	#message .name {
		float: right;
		line-height: 1.3;
		margin: 30px 0;
		width: 14.5em;
	}

	#message .name img {
		width: 50%;
	}
}

/* @end */


/* @group グループ企業 */
#title p {
	margin-top: 40px;
}

#group #map {
	position: relative;
	width: 1200px;
	margin: 0 auto;
	height: 700px;
	overflow: hidden;
}

#map #world,
#map #japan {
	position: absolute;
	width: 1200px;
	height: 700px;
	overflow: hidden;
	top: 0;
}

#map #world div,
#map #japan div {
	height: 700px;
	overflow: hidden;
}

#map #world img,
#map #japan img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

#map #world.animated {
	animation-duration: 3s;
	animation-delay: 4s;
}

#map #world .world01 {
	animation-delay: 0s;
}

#map #world .world02 {
	animation-delay: 2s;
}

#map #japan.japan {
	animation-duration: 3s;
	animation-delay: 9s;
}

#map #japan .japan01 {
	animation-delay: 5s;
}

#map #japan .japan02 {
	animation-delay: 7s;
}

#map .japan03 {
	animation-delay: 10s;
}

#group #map #marker .animated {
	animation-delay: 10s;
}

#group #map #marker ul,
#group #map #marker p {
	line-height: 1.2;
	font-size: 14px;
}

#group #map #marker a {
	text-decoration: none;
}

#group #map #marker a:hover {
	color: #00a85f;
}

#group #map .shimane01 {
	position: absolute;
	top: 270px;
	left: 59px;
}

#group #map .shimane01 li {
	margin-bottom: 11px;
}

#group #map .shimane02 {
	position: absolute;
	top: 22px;
	left: 249px;
}

#group #map .shimane03 {
	position: absolute;
	top: 72px;
	left: 185px;
}

#group #map .shimane04 {
	position: absolute;
	top: 164px;
	left: 216px;
}

#group #map .shimane05 {
	position: absolute;
	top: 193px;
	left: 180px;
}

#group #map .shimane02 li,
#group #map .shimane03 li,
#group #map .tottori02 li {
	line-height: 1.5;
}

#group #map .tottori01 {
	position: absolute;
	top: 44px;
	left: 441px;
}

#group #map .tottori02 {
	position: absolute;
	top: 87px;
	left: 441px;
}

#group #map .tokushima01 {
	position: absolute;
	top: 526px;
	left: 622px;
}

#group #map .mie01 {
	position: absolute;
	top: 442px;
	left: 879px;
}

#group #map .tokyo01 {
	position: absolute;
	top: 526px;
	left: 998px;
}

#group #map .tokyo01 li {
	margin-bottom: 3px;
}

#group #map .canada01 {
	position: absolute;
	top: 242px;
	left: 998px;
}

#group #list {
	padding-top: 50px;
}

#group #list .box {
	border-bottom: 1px solid #dcdcdc;
	padding: 30px 0;
}

#group #list .box:first-child {
	border-top: 1px solid #dcdcdc;
}

#group #list .box h3 {
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 20px;
	line-height: 1.5;
}

#group #list .box .textBox {
	padding-left: 400px;
}

#group #list .box h4 {
	font-weight: bold;
	color: #00a85f;
	margin-top: 10px;
}

#group #list .box .btn a {
	width: 170px;
	height: 48px;
	line-height: 48px;
	font-size: 16px;
	background-color: #00a85f;
	color: #fff;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	position: relative;
	padding-right: 10px;
	font-weight: bold;
}

#group #list .box .btn a:before {
	/*白いひし型 */
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 37px;
	width: 9px;
	height: 9px;
	margin-top: -5px;
	background: #fff;
}

#group #list .box .btn a:after {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 40px;
	width: 9px;
	height: 9px;
	margin-top: -5px;
	background: #00a85f;
}

#group #list .box .btn a:hover {
	transition: .3s;
	opacity: 0.7;
}

#group #details {
	position: relative;
}

#group #details th {
	padding-right: 10px;
}

#group #details h2 {
	font-size: 26px;
	font-weight: bold;
	border-bottom: 3px solid #c8c8c8;
	margin-bottom: 20px;
}

#group #details .date {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 13px;
}

#group .googleBtn a {
	width: 260px;
	height: 48px;
	line-height: 48px;
	font-size: 16px;
	background-color: #c1c4c1;
	color: #fff;
	display: block;
	text-decoration: none;
	text-align: center;
	position: relative;
	padding-right: 10px;
	font-weight: bold;
	margin-top: 10px;
}

#group .googleBtn a:before {
	/*白いひし型 */
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 67px;
	width: 9px;
	height: 9px;
	margin-top: -5px;
	background: #fff;
}

#group .googleBtn a:after {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 70px;
	width: 9px;
	height: 9px;
	margin-top: -5px;
	background: #c1c4c1;
}

#group .googleBtn a:hover,
#group .jasBtn a:hover {
	transition: .3s;
	opacity: 0.7;
}

#group .jasBtn a {
	width: 260px;
	height: 48px;
	line-height: 48px;
	font-size: 16px;
	background-color: #72a8d7;
	color: #fff;
	display: block;
	text-decoration: none;
	text-align: center;
	position: relative;
	padding-right: 10px;
	font-weight: bold;
	margin-top: 10px;
}

#group .jasBtn a:before {
	/*白いひし型 */
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 11px;
	width: 9px;
	height: 9px;
	margin-top: -5px;
	background: #fff;
}

#group .jasBtn a:after {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 14px;
	width: 9px;
	height: 9px;
	margin-top: -5px;
	background: #72a8d7;
}

#group .pdf {
	margin-top: 20px;
}

#group .pdf img {
	margin-right: 3px;
}

#group .link {
	text-align: right;
	border-bottom: 1px solid #c8c8c8;
	padding: 10px 10px 10px 0;
	position: relative;
}

#group .link:before {
	/*白いひし型 */
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 0px;
	width: 9px;
	height: 9px;
	margin-top: -5px;
	background: #333;
}

#group .link:after {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 1px;
	width: 9px;
	height: 9px;
	margin-top: -5px;
	background: #fff;
}

#group #details .photo {
	float: right;
}

#group #details .photo .fl {
	margin-right: 15px;
	width: 350px;
}

#group #details .photo p {
	font-size: 13px;
}

#group #details .photo p.cap {
	margin-top: 10px;
}

#group #base {
	padding-top: 50px;
	border-bottom: 1px solid #c8c8c8;
}

#group #base h3 {
	font-size: 24px;
	font-weight: bold;
	line-height: 36px;
	border-left: 8px solid #00a75e;
	padding-left: 10px;
	float: left;
}

#group #base .fr {
	width: 960px;
}

#group #base .box {
	border-bottom: 1px solid #c8c8c8;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

#group #base .box:last-child {
	border: none;
	margin: 0;
}

#group #base h4 {
	font-size: 20px;
	font-weight: bold;
}

#group #base .photo {
	float: right;
	width: 580px;
}

#group #base .photo .fl {
	margin-right: 15px;
	width: 350px;
}

#group #base .photo p {
	font-size: 13px;
}

#group #base .photo p.cap {
	margin-top: 10px;
}

#group #jas .fl {
	width: 570px;
	margin-top: 40px;
}

#group #jas .fr {
	margin: 40px 0 50px;
}

#group #jas h4 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #00a75e;
}

#group #jas h3 {
	font-size: 18px;
	border-bottom: 1px solid #c8c8c8;
	font-weight: bold;
	line-height: 1.5;
}

#group #jas .system {
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 5px;
}

#group #jas .system span {
	background-color: #00a75e;
	margin-right: 5px;
	padding: 0 10px;
	line-height: 24px;
	color: #fff;
	display: inline-block;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
}

#group #jas .B .system span {
	background-color: #3583c5;
}

#group #jas li {
	position: relative;
	margin-left: 1.1em;
}

#group #jas li::after {
	display: block;
	content: '';
	position: absolute;
	top: .4em;
	left: -1.1em;
	width: 14px;
	height: 14px;
	background-color: #00a75e;
	border-radius: 100%;
}

#group #jas .B li::after {
	background-color: #3583c5;
}

#group #jas .certificate {
	float: right;
	margin-left: 40px;
}

#group #jas .certificate img {
	border: 1px solid #dcdcdc;
}

@media screen and (min-width:761px),
print {
	#group #mapSP {
		display: none;
	}

	#group #list .box {
		position: relative;
	}

	#group #list .box .btn a {
		left: 0;
		top: 80px;
		position: absolute;
	}

	#group #list .box.canada {
		min-height: 200px;
	}

	#group #list .box.canada .btn a {
		top: 110px;
	}

	#group #details .photo .fl.w280 {
		width: 280px;
	}
}

@media screen and (max-width:760px) {
	#group {
		padding: 0 20px;
	}

	#group #title p {
		text-align: left;
		margin-top: 20px;
	}

	#group #map {
		display: none;
	}

	#group #list {
		padding-top: 30px;
	}

	#group #list .box {
		padding: 20px 0;
	}

	#group #list .box .fl {
		float: none;
	}

	#group #list .box .textBox {
		width: auto;
		padding-left: 0;
	}

	#group #list .box h3 {
		margin-bottom: 15px;
		line-height: 1.3;
	}

	#group #list .box .btn a {
		margin-top: 15px;
		display: block;
		width: 100%;
	}

	#group #details h2 {
		font-size: 20px;
		font-weight: bold;
		border-bottom: 3px solid #c8c8c8;
		margin-bottom: 5px;
		line-height: 1.3;
		padding-bottom: 3px;
	}

	#group #details .date {
		position: relative;
		margin-bottom: 10px;
		text-align: right;
		top: auto;
		right: auto;
	}

	#group .googleBtn a,
	#group .jasBtn a {
		width: 100%;
	}

	#group .googleBtn a:before,
	#group .jasBtn a:before {
		/*白いひし型 */
		right: 37px;
	}

	#group .googleBtn a:after,
	#group .jasBtn a:after {
		right: 40px;
	}

	#group #details .fl {
		float: none;
	}

	#group #details .photo {
		float: none;
		margin-top: 20px;
	}

	#group #details .photo .mb20 {
		margin-bottom: 10px;
	}

	#group #details .photo .fl {
		margin-right: 10px;
		width: 50%;
		float: left;
	}

	#group #base h3 {
		font-size: 20px;
		line-height: 30px;
		float: none;
		margin-bottom: 15px;
	}

	#group #base .box {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}

	#group #base .fr {
		width: auto;
		float: none;
	}

	#group #base .fl {
		float: none;
	}

	#group #base h4 {
		font-size: 18px;
	}

	#group #base .photo {
		float: none;
		width: auto;
		margin-top: 20px;
	}

	#group #base .photo .mb20 {
		margin-bottom: 10px;
	}

	#group #base .photo .fl {
		margin-right: 10px;
		width: 50%;
		float: left;
	}

	#group #jas .fl {
		width: auto;
		margin-top: 20px;
		float: none;
		margin-bottom: 10px;
	}

	#group #jas .fr {
		margin: 20px 0;
		float: none;
	}

	#group #jas h4 {
		font-size: 18px;
		margin-bottom: 0;
		margin-top: 10px;
	}

	#group #jas h3 {
		font-size: 16px;
	}

	#group #jas .system {
		margin-top: 15px;
	}

	#group #jas .certificate {
		float: none;
		width: auto;
		margin: 0;
		text-align: center;
	}

	#group #jas .certificate img {
		width: 50%;
		margin-bottom: 20px;
	}
}

/* @end */


/* @group 沿革 */
#history th {
	width: 190px;
	padding: 15px 0;
}

#history th span {
	font-weight: bold;
	font-size: 18px;
	vertical-align: top;
	line-height: 1.5;
}

#history td {
	padding: 15px 0;
}

#history td.date {
	padding: 15px 40px 15px 0;
}

#history td p {
	width: 630px;
}

#history td .photo {
	width: 220px;
	font-size: 13px;
	float: right;
	line-height: 1.5;
}

#history td .photo img {
	margin-bottom: 5px;
}

#history td .btn a {
	float: right;
	width: 220px;
	height: 48px;
	line-height: 48px;
	font-size: 16px;
	background-color: #00a85f;
	color: #fff;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	position: relative;
	padding-right: 10px;
	font-weight: bold;
}

#history td .btn a:before {
	/*白いひし型 */
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 12px;
	width: 9px;
	height: 9px;
	margin-top: -5px;
	background: #fff;
}

#history td .btn a:after {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 15px;
	width: 9px;
	height: 9px;
	margin-top: -5px;
	background: #00a85f;
}

#history td .btn a:hover {
	transition: .3s;
	opacity: 0.7;
}

#history td .pdf {
	margin-top: 20px;
	display: block;
}

#seiichi h2 {
	font-size: 18px;
	margin-bottom: 40px;
}

#seiichi .photo {
	float: right;
}

#seiichi p {
	padding-right: 250px;
}

#seiichi p.tr {
	margin-top: 50px;
}

@media screen and (max-width:480px) {
	#group {
		padding: 0 10px;
	}
}

@media screen and (max-width:760px) {
	#history {
		padding: 0 20px;
	}

	#history table {
		font-size: 13px;
	}

	#history th {
		width: 6.4em;
		padding: 15px 0;
	}

	#history th span {
		font-weight: bold;
		font-size: 16px;
		vertical-align: top;
		line-height: 1.5;
		display: block;
	}

	#history td.date {
		padding: 15px 0;
		width: 5em;
	}

	#history td p {
		width: auto;
	}

	#history td p.fl {
		float: none;
	}

	#history td .photo {
		width: auto;
		float: none;
		line-height: 1.5;
		margin-top: 10px;
	}

	#history td .btn a {
		float: none;
		width: 100%;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
		display: block;
		margin-top: 10px;
	}

	#history td .btn a:before {
		/*白いひし型 */
		right: 7px;
	}

	#history td .btn a:after {
		right: 10px;
	}

	#seiichi {
		padding: 0 20px;
	}

	#seiichi h2 {
		font-size: 16px;
		margin-bottom: 15px;
	}

	#seiichi .photo {
		width: 40%;
		margin: 0 0 10px 20px;
	}

	#seiichi p {
		padding: 0;
	}

	#seiichi p.tr {
		margin-top: 20px;
	}
}

/* @end */


/* @group CMライブラリー */
#library .box.first {
	border-top: 1px solid #c8c8c8;
}

#library .box iframe {
	float: right;
	margin-right: 20px;
}

#library .box {
	border-bottom: 1px solid #c8c8c8;
	padding: 40px 0;
}

#library h2 {
	font-size: 20px;
	line-height: 36px;
	border-left: 8px solid #00a75e;
	padding-left: 15px;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
}

#library p {
	padding-left: 23px;
}

@media screen and (max-width:760px) {
	#library {
		padding: 0 20px;
	}

	#library .box {
		padding: 20px 0;
	}

	#library .box .fl {
		float: none;
		margin-bottom: 20px;
	}

	#library .box iframe {
		float: none;
		width: 100%;
		margin: 0;
		height: auto;
	}

	#library h2 {
		font-size: 16px;
		margin-bottom: 10px;
		line-height: 1.3;
		padding: 3px 0 3px 10px;
	}

	#library p {
		padding: 0;
	}


}

/* @end */


/* @group 合板とは */
#plywood #main {
	text-align: center;
}

#plywood .column {
	padding-top: 70px;
}

#plywood .column h3 {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 20px;
	border-bottom: 3px solid #dcdddd;
	height: 39px;
	line-height: 39px;
}

#plywood .column h3 span {
	width: 36px;
	height: 36px;
	background-color: #00a75e;
	font-size: 28px;
	line-height: 36px;
	display: inline-block;
	color: #fff;
	margin-right: 15px;
	text-align: center;
	font-family: "Roboto";
}

#plywood .column .photo div {
	margin-bottom: 10px;
	font-size: 13px;
}

#plywood .column .photo div img {
	margin-bottom: 10px;
}

#plywood #column1 .blueBg {
	background-color: #3583c5;
	padding: 25px;
	color: #fff;
	margin-top: 25px;
}

#plywood #column1 .blueBg ul {
	float: left;
	font-weight: bold;
}

#plywood #column2 h4 {
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	border-left: 6px solid #00a75e;
	padding-left: 15px;
	margin-bottom: 10px;
}

#plywood .column table {
	border-top: 3px solid #c8c8c8;
	border-bottom: 3px solid #c8c8c8;
	margin-bottom: 30px;
}

#plywood .column th {
	background-color: #eaefef;
	padding: 5px 20px;
	font-weight: bold;
	width: 220px;
	vertical-align: middle;
}

#plywood .column td {
	padding: 5px 20px;
}

#plywood #column2 table.tb2 td {
	border-right: 1px solid #c8c8c8;
	padding: 5px 20px;
}

#plywood #column2 table.tb2 td:last-child {
	border-right: none;
	padding: 5px 0 5px 20px;
}

#plywood #column3.column,
#plywood #column4.column {
	padding-top: 40px;
}

#plywood #column3 table {
	border-top: none;
	margin-top: 20px;
}

#plywood #column3 th {
	border-right: 1px solid #c8c8c8;
	vertical-align: middle;
}

#plywood #column3 th.green {
	background-color: #00a75e;
	color: #fff;
	text-align: center;
	border-right: 1px solid #fff;
	width: auto;
}

#plywood #column3 th.last {
	border-right: none;
}

#plywood #column3 th.w150 {
	width: 150px;
}

#plywood #column3 td {
	border-right: 1px solid #c8c8c8;
	vertical-align: middle;
	text-align: center;
}

#plywood #column3 td.tl {
	text-align: left;
}

#plywood #column3 td:last-child {
	border-right: none;
}

#plywood #column3 td p {
	margin-left: 45px;
}

#plywood #column3 td span {
	margin-left: -45px;
}

#plywood #column4 .blue {
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	background-color: #d6e6f3;
	width: 460px;
	margin: 30px auto 20px;
	height: 30px;
	line-height: 30px;
}

#plywood #column4 .box {
	width: 300px;
	font-size: 14px;
}

#plywood #column4 h4 {
	font-weight: bold;
	font-size: 15px;
}

@media screen and (min-width:761px),
print {
	#plywood .column .w720 {
		width: 720px;
		float: left;
	}

	#plywood .column .photo {
		float: right;
		width: 450px;
	}

	#plywood #column1 .blueBg ul:first-child {
		margin-right: 120px;
	}

	#plywood #column4 .illust {
		position: relative;
		padding-bottom: 80px;
	}

	#plywood #column4 .photo {
		display: none;
	}

	#plywood #column4 .box1 {
		position: absolute;
		left: 0;
		top: 223px;
	}

	#plywood #column4 .box2 {
		position: absolute;
		right: 0;
		top: 274px;
	}

	#plywood #column4 .box3 {
		position: absolute;
		right: 0;
		top: 604px;
	}
}

@media screen and (max-width:760px) {
	#plywood {
		padding: 0 20px;
	}

	#plywood #main {
		text-align: left;
	}

	#plywood h2 {
		font-size: 18px;
		margin-bottom: 10px;
		line-height: 1.3;
	}

	#plywood .column {
		padding-top: 30px;
	}

	#plywood #column4.column {
		padding-top: 10px;
	}

	#plywood .column h3 {
		font-size: 17px;
		margin-bottom: 15px;
		line-height: 1.3;
		padding-left: 40px;
		height: auto;
		padding-bottom: 5px;
	}

	#plywood .column h3 span {
		width: 30px;
		height: 30px;
		font-size: 20px;
		line-height: 30px;
		margin-right: 10px;
		margin-left: -40px;
	}

	#plywood .column .photo {
		margin-top: 20px;
	}

	#plywood #column1 .blueBg {
		padding: 20px;
		margin-top: 20px;
	}

	#plywood #column1 .blueBg ul {
		float: none;
	}

	#plywood #column2 h4 {
		font-size: 16px;
		padding-left: 10px;
	}

	#plywood .column table {
		width: 100%;
		font-size: 13px;
	}

	#plywood .column th {
		padding: 5px 10px;
		width: 35%;
	}

	#plywood .column td {
		padding: 5px 10px;
	}

	#plywood #column3 table {
		margin-top: 10px;
	}

	#plywood #column3 td p {
		margin-left: 0;
	}

	#plywood #column3 td span {
		margin-left: 0;
	}

	#plywood #column2 table.tb2 td {
		border-right: none;
		padding: 5px 10px;
		width: 100%;
		display: block;
	}

	#plywood #column2 table.tb2 td:last-child {
		border-right: none;
		padding: 5px 10px;
	}

	#plywood #column3 th {
		width: 25%;
	}

	#plywood #column3 th.w150 {
		width: 5em;
	}

	#plywood #column4 .blue {
		text-align: center;
		font-size: 14px;
		background-color: #d6e6f3;
		width: auto;
		margin: 20px auto;
		padding: 5px;
		height: auto;
		line-height: 1.3;
	}

	#plywood #column4 .box {
		width: auto;
		font-size: 13px;
	}

	#plywood #column4 .photo {
		width: 40%;
		float: left;
		margin-right: 15px;
		margin-top: 0;
		margin-bottom: 15px;
	}
}

/* @end */


/* @group 合板生産の流れ */
#flow #main {
	text-align: center;
}

#flow .column {
	border-bottom: 1px solid #c8c8c8;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

#flow .column.first {
	padding-top: 70px;
}

#flow .column:last-child {
	border-bottom: none;
	margin: 0;
	padding: 0;
}

#flow .column h3 {
	font-size: 24px;
	height: 150px;
	width: 150px;
	background-color: #00a75e;
	color: #fff;
	line-height: 150px;
	text-align: center;
	float: left;
}

#flow .column h3.tit {
	line-height: 1.3;
	padding-top: 45px;
}

#flow .column h3.movie {
	background-color: #737373;
}

#flow .column h3 span {
	font-size: 16px;
	display: block;
}

#flow .column .w1000 {
	padding-left: 200px;
}

#flow .column .photo {
	float: left;
	margin-right: 35px;
	width: 310px;
	margin-top: 30px;
}

#flow .column .photo:last-child {
	margin-right: 0;
}

#flow .column .photo p {
	font-size: 14px;
	margin-top: 10px;
}

#flow p.cap {
	font-size: 14px;
	margin-top: 10px;
}

@media screen and (max-width:760px) {
	#flow {
		padding: 0 20px;
	}

	#flow #main {
		text-align: left;
	}

	#flow .column {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}

	#flow .column.first {
		padding-top: 30px;
	}

	#flow .column .w1000 {
		padding-left: 30vw;
	}

	#flow .column h3 {
		font-size: 18px;
		height: 25vw;
		width: 25vw;
		line-height: 25vw;
	}

	#flow .column h3.tit {
		padding-top: 7vw;
	}

	#flow .column h3 span {
		font-size: 12px;
	}

	#flow .column .photo {
		margin-top: 20px;
		margin-right: 0;
		width: 100%;
	}

	#flow iframe {
		width: 100%;
		height: auto;
	}
}

/* @end */


/* @group 環境にやさしい合板 */
#environment #main {
	text-align: center;
}

#environment .column {
	padding-top: 70px;
}

#environment .column h3 {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 20px;
	border-bottom: 3px solid #dcdddd;
	height: 39px;
	line-height: 39px;
}

#environment .column h3 span {
	width: 36px;
	height: 36px;
	background-color: #00a75e;
	font-size: 28px;
	line-height: 36px;
	display: inline-block;
	color: #fff;
	margin-right: 15px;
	text-align: center;
	font-family: "Roboto";
}

#environment .photo {
	width: 520px;
	float: left;
}

#environment .photo2 {
	width: 520px;
	float: right;
}

#environment .w650 {
	padding-left: 550px;
}

#environment .w650-2 {
	float: left;
	width: 650px;
}

#environment .column img {
	width: 520px;
}

#environment .column .image {
	margin-top: 20px;
}

@media screen and (max-width:760px) {
	#environment {
		padding: 0 20px;
	}

	#environment #main {
		text-align: left;
	}

	#environment .column {
		padding-top: 30px;
	}

	#environment .column h3 {
		font-size: 17px;
		margin-bottom: 15px;
		line-height: 1.3;
		padding-left: 40px;
		height: auto;
		padding-bottom: 5px;
	}

	#environment .column h3 span {
		width: 30px;
		height: 30px;
		font-size: 20px;
		line-height: 30px;
		margin-right: 10px;
		margin-left: -40px;
	}

	#environment .photo {
		width: auto;
		float: none;
		margin-bottom: 20px;
	}

	#environment .photo2 {
		width: auto;
		float: none;
		margin-top: 20px;
	}

	#environment .w650 {
		padding: 0;
	}

	#environment .w650-2 {
		width: auto;
		float: none;
	}

	#environment .column img {
		width: auto;
	}
}

/* @end */


/* @group 製品情報 */
#product h2 {
	font-size: 26px;
	font-weight: bold;
	border-bottom: 3px solid #c8c8c8;
	line-height: 1.5;
}

#product h2 span {
	font-size: 15px;
}

#product h3 {
	font-size: 22px;
	font-weight: bold;
	line-height: 40px;
	border-left: 5px solid #00a75e;
	padding-left: 15px;
	margin-top: 40px;
	margin-bottom: 20px;
}

#product .sizeTb {
	border-bottom: 3px solid #dcdcdc;
}

#product .sizeTb th {
	background-color: #00a75e;
	color: #fff;
	padding: 8px 10px;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	width: auto;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	vertical-align: middle;
}

#product .sizeTb th:first-child {
	border-left: none;
}

#product .sizeTb th:last-child {
	border-left: none;
}

#product .sizeTb td {
	border-left: 2px solid #dcdcdc;
	border-right: 2px solid #dcdcdc;
	border-bottom: 2px solid #dcdcdc;
	padding: 3px 20px;
	text-align: center;
	vertical-align: middle;
	line-height: 2.5;
}

#product .sizeTb td:first-child {
	border-left: none;
}

#product .sizeTb td.last {
	border-right: none;
}

#product .sizeTb td.gray {
	background-color: #eaefef;
}

#product .seriesBox {
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

#product .seriesBox h3 {
	margin-top: 0;
}

#product .seriesBox.first {
	margin-top: 40px;
}

#product .seriesBox h4 {
	font-size: 18px;
	font-weight: bold;
	color: #00a75e;
	margin-bottom: 20px;
}

#product .seriesBox .seriesTb {
	width: 770px;
	float: left;
	border-top: 3px solid #dcdcdc;
	border-bottom: 3px solid #dcdcdc;
}

#product .seriesBox .seriesTb th {
	background-color: #adadad;
	width: 110px;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	font-weight: bold;
	padding: 15px 20px;
}

#product .seriesBox .seriesTb td {
	padding: 15px 20px;
}

#product .seriesBox li {
	text-indent: -1.1em;
	margin-left: 1.1em;
}

#product .seriesBox li:before {
	content: "";
	width: 14px;
	height: 14px;
	display: inline-block;
	background-color: #65ca9e;
	position: relative;
	top: 1px;
	border-radius: 50%;
	margin-right: 3px;
}

@media screen and (min-width:761px),
print {
	#product .sizeTb td.w120 {
		width: 120px;
	}

	#product .sizeTb td.w170 {
		width: 170px;
	}

	#product .seriesBox .photo {
		width: 360px;
		float: left;
		margin-right: 50px;
	}
}

@media screen and (max-width:760px) {
	#product {
		padding: 0 20px;
	}

	#product h2 {
		font-size: 20px;
	}

	#product h2 span {
		font-size: 13px;
	}

	#product h3 {
		font-size: 16px;
		line-height: 30px;
		padding-left: 8px;
		margin-top: 30px;
		margin-bottom: 10px;
	}

	#product .sizeTb {
		width: 100%;
		font-size: 12px;
	}

	#product .sizeTb th {
		padding: 5px 3px;
		font-size: 12px;
		line-height: 1.3;
	}

	#product .sizeTb td {
		padding: 5px 3px;
		line-height: 1.3;
	}

	#product .seriesBox h4 {
		font-size: 16px;
		margin-bottom: 15px;
	}

	#product .seriesBox .seriesTb {
		width: 100%;
		float: none;
		margin-top: 20px;
	}

	#product .seriesBox .seriesTb th {
		width: 5em;
		padding: 10px;
	}

	#product .seriesBox .seriesTb td {
		padding: 10px 10px 10px 15px;
	}
}

/* @end */


/* @group 技術情報 */
#technology #mainPhoto {
	position: relative;
}

#technology h2.tit {
	font-size: 28px;
	line-height: 36px;
	border-left: 8px solid #00a75e;
	padding-left: 15px;
	text-align: left;
	position: absolute;
	left: 65px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

#technology h2 {
	font-size: 26px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 20px;
}

#technology #main ul {
	margin-top: 30px;
	font-weight: bold;
}

#technology #main ul li {
	margin-bottom: 10px;
}

#technology #main ul span {
	width: 24px;
	height: 24px;
	background-color: #00a75e;
	font-size: 18px;
	line-height: 24px;
	display: inline-block;
	text-align: center;
	color: #fff;
	margin-right: 10px;
	font-family: "Roboto";
}

#technology #main .cap {
	font-size: 14px;
	margin-top: 20px;
}

#technology #main .cap:before {
	content: "";
	width: 14px;
	height: 14px;
	display: inline-block;
	background-color: #00a75e;
	position: relative;
	top: 2px;
	border-radius: 50%;
	margin-right: 3px;
}

#technology .column {
	padding-top: 70px;
}

#technology .column h3 {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 20px;
	border-bottom: 3px solid #dcdddd;
	height: 39px;
	line-height: 39px;
}

#technology .column h3 span {
	width: 36px;
	height: 36px;
	background-color: #00a75e;
	font-size: 28px;
	line-height: 36px;
	display: inline-block;
	color: #fff;
	margin-right: 15px;
	text-align: center;
	font-family: "Roboto";
}

#technology #column1 .blue {
	color: #3583c5;
}

#technology .column .photo div {
	margin-bottom: 10px;
	font-size: 13px;
}

#technology .column .photo div img {
	margin-bottom: 10px;
}

#technology .column dl.switchDl {
	margin-top: 25px;
}

#technology .column .switchDl dt {
	background-color: #d6e6f3;
	font-weight: bold;
	font-size: 18px;
	padding: 3px 20px;
	margin-bottom: 20px;
	position: relative;
}

#technology .column .switchDl dt span {
	color: #3583c5;
	font-size: 15px;
	font-weight: normal;
}

#technology .column .switchDl dt .arrow {
	border-right: 2px solid #3583c5;
	border-top: 2px solid #3583c5;
	height: 13px;
	top: 10px;
	right: 20px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	transform: rotate(135deg);
	width: 13px;
	position: absolute;
}

#technology .column .switchDl dt.nowOpen .arrow {
	border-right: 2px solid #3583c5;
	border-top: 2px solid #3583c5;
	top: 15px;
	height: 13px;
	right: 20px;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
	width: 13px;
}

#technology .column .switchDl dd {
	padding-bottom: 25px;
}

#technology .column .switchDl dd dl {
	border-top: 2px solid #c8c8c8;
	border-bottom: 2px solid #c8c8c8;
	margin-top: 20px;
}

#technology .column .switchDl dd dt {
	font-size: 15px;
	background-color: #fff;
	padding: 8px 0;
	border-bottom: 1px solid #c8c8c8;
	margin: 0;
}

#technology .column .switchDl dd dt.noBorder {
	border-bottom: none;
	padding-bottom: 0;
}

#technology .column .switchDl dd dd {
	border-bottom: 1px solid #c8c8c8;
	padding: 0 0 8px 2.7em;
}

#technology .column .switchDl dd dd ul {
	font-size: 14px;
	margin-top: 10px;
}

#technology .column .switchDl dd dd ul span {
	font-weight: bold;
}

#technology .column .switchDl dd dd li:before {
	content: "";
	width: 14px;
	height: 14px;
	display: inline-block;
	background-color: #9ac1e2;
	position: relative;
	top: 2px;
	border-radius: 50%;
	margin-right: 3px;
}

#technology #column2 h4 {
	font-size: 18px;
	font-weight: bold;
	margin: 30px 0 5px;
}

#technology #column2 h5 {
	font-size: 16px;
	font-weight: bold;
	margin: 20px 0 0;
}

#technology #column2 .cap {
	font-size: 13px;
	margin-top: 10px;
}

#technology #column2 table {
	border: 1px solid #c8c8c8 !important;
}

#technology #column2 th {
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	background-color: #00a75e;
	color: #fff;
	font-weight: bold;
	padding: 8px;
	text-align: center;
	vertical-align: middle;
	border-bottom: none;
	line-height: 1.3;
}

#technology #column2 th span,
#technology #column2 td span {
	font-size: 10px;
	vertical-align: 5px;
}

#technology #column2 th.w50 {
	width: 50px;
}

#technology #column2 th.w70 {
	width: 70px;
}

#technology #column2 th.w100 {
	width: 100px;
}

#technology #column2 th.w130 {
	width: 130px;
}

#technology #column2 th.w160 {
	width: 160px;
}

#technology #column2 th.w400 {
	width: 400px;
}

#technology #column2 th.w330 {
	width: 330px;
}

#technology #column2 th.last {
	border-right: none;
}

#technology #column2 td {
	border: 1px solid #c8c8c8;
	padding: 8px 10px;
	text-align: center;
	vertical-align: middle;
	line-height: 1.3;
}

#technology #column2 td.tl {
	text-align: left;
}

#technology #column2 tr.blue td {
	background-color: #d8f0fb;
}

#technology #column2 table.blue {
	margin-top: 10px;
}

#technology #column2 table.blue th {
	background-color: #4a90cb;
	padding: 8px 5px;
}

#technology #column2 table.blue td {
	padding: 8px 5px;
}

#technology #column3 h4 {
	font-size: 18px;
	font-weight: bold;
	color: #00a75e;
}

#technology #column3 p {
	margin-bottom: 30px;
}

@media screen and (min-width:761px),
print {
	#technology .w900 {
		width: 900px;
		margin: 0 auto;
	}

	#technology .column .w720 {
		width: 100%;
		max-width: 720px;
		width: -webkit-calc(100% - 480px);
		width: calc(100% - 480px);
		float: left;
	}

	#technology .column .photo {
		float: right;
		width: 450px;
	}
}

@media screen and (max-width:760px) {
	#technology {
		padding: 0 20px;
	}

	#technology h2.tit {
		font-size: 20px;
		line-height: 30px;
		padding-left: 10px;
		left: 20px;
	}

	#technology h2 {
		font-size: 18px;
		margin-bottom: 10px;
		line-height: 1.3;
	}

	#technology #main ul {
		margin-top: 20px;
		font-weight: bold;
	}

	#technology #main ul li {
		margin-bottom: 10px;
		margin-left: 35px;
	}

	#technology #main ul span {
		margin-left: -35px;
	}

	#technology #main .cap {
		font-size: 14px;
		margin-top: 20px;
		text-indent: -1em;
		margin-left: 1em;
	}

	#technology .column {
		padding-top: 50px;
	}

	#technology .column h3 {
		font-size: 17px;
		margin-bottom: 15px;
		line-height: 1.3;
		padding-left: 40px;
		height: auto;
		padding-bottom: 5px;
	}

	#technology .column h3 span {
		width: 30px;
		height: 30px;
		font-size: 20px;
		line-height: 30px;
		margin-right: 10px;
		margin-left: -40px;
	}

	#technology .column .photo {
		margin-top: 20px;
	}

	#technology .column dl.switchDl {
		margin-top: 20px;
	}

	#technology .column .switchDl dt {
		font-size: 16px;
		padding: 3px 10px;
		margin-bottom: 10px;
	}

	#technology .column .switchDl dt .arrow {
		height: 12px;
		top: 6px;
		right: 15px;
		width: 12px;
	}

	#technology .column .switchDl dt.nowOpen .arrow {
		top: 12px;
		height: 12px;
		right: 15px;
		width: 12px;
	}

	#technology .column .switchDl dt span {
		font-size: 13px;
	}

	#technology #column2 h4 {
		font-size: 16px;
		margin: 30px 0 5px;
		line-height: 1.3;
	}

	#technology #column2 h4 img {
		margin-right: 5px;
	}

	#technology #column2 .cap {
		display: none;
	}

	#technology #column3 h4 {
		font-size: 16px;
		line-height: 1.3;
		margin-bottom: 5px;
	}

	#technology #column3 p {
		margin-bottom: 20px;
	}

	#technology .column table {
		display: none;
	}
}

/* @end */


/* @group CSR活動 */
#csr #main {
	text-align: center;
}

#csr .column {
	border-top: 3px solid #dcdddd;
}

#csr .column:last-child {
	border-bottom: 3px solid #dcdddd;
}

#csr #column1 {
	margin-top: 50px;
}

#csr .column h3 {
	font-size: 24px;
	font-weight: bold;
	height: 36px;
	line-height: 36px;
	float: left;
	margin-top: 30px;
}

#csr .column h3 span {
	width: 36px;
	height: 36px;
	background-color: #00a75e;
	font-size: 28px;
	line-height: 36px;
	display: inline-block;
	color: #fff;
	margin-right: 15px;
	text-align: center;
	font-family: "Roboto";
}

#csr .column table {
	width: 750px;
	float: right;
	margin: 10px 0;
}

#csr .column th {
	padding: 20px 0;
}

#csr .column td {
	padding: 20px;
	vertical-align: middle;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.3;
}

#csr .column tr.noBoder th,
#csr .column tr.noBoder td {
	border: none;
}

#csr .column td a {
	text-decoration: none;
}

#csr .column td a:hover {
	text-decoration: underline;
}

#csr #details h3 {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 50px;
	border-bottom: 3px solid #dcdddd;
	height: 39px;
	line-height: 39px;
}

#csr #details h3 span {
	width: 36px;
	height: 36px;
	background-color: #00a75e;
	font-size: 28px;
	line-height: 36px;
	display: inline-block;
	color: #fff;
	margin-right: 15px;
	text-align: center;
	font-family: "Roboto";
}

#csr #details h4 {
	font-size: 26px;
	line-height: 1.3;
	margin-bottom: 20px;
	color: #00a75e;
	font-weight: bold;
}

#csr #details .column-3 {
	margin-top: 50px;
}

#csr #details .column-3 p {
	margin-top: 5px;
	font-size: 13px;
	line-height: 1.5;
}

#csr #details .cap {
	margin-top: 20px;
}

#csr #details .w620 {
	width: 620px;
}

#csr #details .w620 .photo {
	margin: 20px 0;
	width: 350px;
	line-height: 1.5;
}

#csr #details .w620 .photo.w310 {
	width: 310px;
}

#csr #details .w620 .image {
	margin: 20px 0;
}

#csr #details hr {
	border-bottom: 1px solid #c8c8c8;
	margin: 30px 0;
}

#csr #details .w550 {
	width: 550px;
}

#csr #details .w550 p {
	margin-bottom: 10px;
}

#csr #details .w550 .photo2 {
	margin-top: 20px;
	font-size: 13px;
	line-height: 1.5;
}

#csr #details .photo {
	font-size: 13px;
	line-height: 1.5;
}

#csr #details .photo img,
#csr #details .photo2 img {
	margin-bottom: 5px;
}

#csr #details .w1040 {
	width: 1040px;
	margin: 0 auto;
}

#csr #details .w620.mt30 {
	margin-top: 30px;
}

#csr #details h4.spec {
	font-size: 20px;
	line-height: 1.3;
	color: #00a75e;
	font-weight: bold;
	margin: 50px 0 15px;
}

#csr #details h5 {
	font-size: 16px;
	line-height: 1.3;
	font-weight: bold;
	margin-bottom: 10px;
}

#csr #details .date {
	text-align: right;
	margin-top: -32px;
	margin-bottom: 3px;
}

#csr #details .detailsTb {
	width: auto;
}

#csr #details .detailsTb th {
	border-right: 1px solid #fff;
	vertical-align: middle;
	background-color: #00a75e;
	color: #fff;
	text-align: center;
	font-weight: bold;
	padding: 5px;
	width: 208px;
}

#csr #details .detailsTb th.last {
	border-right: none;
}

#csr #details .detailsTb td {
	border-right: 1px solid #c8c8c8;
	vertical-align: middle;
	text-align: center;
	width: 208px;
	padding: 10px 15px;
}

#csr #details .detailsTb td.green {
	background-color: #eaefef;
	vertical-align: middle;
	color: #333;
}

#csr #details .detailsTb td.tl {
	text-align: left;
}

#csr #details .detailsTb td:last-child {
	border-right: none;
}

#csr #details .cap2 {
	font-size: 13px;
	margin-top: 10px;
}

#csr .backBtn {
	text-align: center;
	margin-top: 50px;
}

#csr .backBtn a {
	text-align: center;
	font-size: 16px;
	line-height: 48px;
	width: 200px;
	height: 48px;
	font-weight: bold;
	display: inline-block;
	background-color: #00a75e;
	color: #fff;
	text-decoration: none;
}

@media screen and (max-width:760px) {
	#csr {
		padding: 0 20px;
	}

	#csr #main {
		text-align: left;
	}

	#csr #column1 {
		margin-top: 30px;
	}

	#csr .column h3 {
		font-size: 17px;
		height: 36px;
		float: none;
		margin-top: 20px;
	}

	#csr .column h3 span {
		width: 30px;
		height: 30px;
		font-size: 20px;
		line-height: 30px;
		margin-right: 10px;
	}

	#csr .column table {
		width: 100%;
		float: none;
		margin: 0;
	}

	#csr .column th {
		padding: 15px 0;
	}

	#csr .column td {
		padding: 15px 0 15px 15px;
		font-size: 15px;
	}

	#csr #details h3 {
		font-size: 17px;
		margin-bottom: 20px;
		line-height: 1.3;
	}

	#csr #details h3 span {
		width: 30px;
		height: 30px;
		font-size: 20px;
		line-height: 30px;
		margin-right: 10px;
	}

	#csr #details h4 {
		font-size: 20px;
		margin-bottom: 10px;
	}

	#csr #details .column-3 {
		margin-top: 30px;
	}

	#csr #details .column-3 div {
		margin-bottom: 20px;
	}

	#csr #details .cap {
		margin-top: 0;
	}

	#csr #details .cap2 {
		margin: 10px 0 30px;
	}

	#csr #details .w620 {
		width: auto;
	}

	#csr #details .w620.fl {
		float: none;
	}

	#csr #details .w620 .photo {
		margin: 20px 0 10px;
		width: auto;
	}

	#csr #details .w620 .photo.w310 {
		width: auto;
	}

	#csr #details hr {
		margin: 20px 0;
	}

	#csr #details .w550 {
		width: auto;
	}

	#csr #details .w550.photo {
		margin: 20px 0 0;
		width: auto;
	}

	#csr #details .w550.fr {
		float: none;
	}

	#csr #details .w550 p {
		margin: 20px 0 10px;
	}

	#csr #details .w550 .row {
		margin-right: -5px;
		margin-left: -5px;
	}

	#csr #details .w550 .col-md-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		padding-right: 5px;
		padding-left: 5px;
	}

	#csr #details h4.spec {
		margin: 30px 0 0;
	}

	#csr #details h5 {
		margin-bottom: 5px;
		margin-top: 10px;
	}

	#csr #details .w1040 {
		width: auto;
		margin: -10px auto 0;
	}

	#csr #details .date {
		text-align: right;
		margin: 0 0 5px;
		font-size: 13px;
	}

	#csr #details .detailsTb th {
		font-size: 12px;
		line-height: 1.3;
	}

	#csr #details .detailsTb td {
		padding: 10px 5px;
		font-size: 12px;
		line-height: 1.3;
	}

	#csr .backBtn {
		margin-top: 30px;
	}

	#csr .backBtn a {
		font-size: 16px;
		line-height: 48px;
		width: 200px;
		height: 48px;
	}
}

/* @end */


/* @group プライバシーポリシー */
#privacypolicy .column {
	padding-top: 50px;
}

#privacypolicy h2 {
	font-size: 24px;
	font-weight: bold;
	line-height: 36px;
	border-left: 8px solid #00a75e;
	padding-left: 10px;
	margin-bottom: 40px;
}

#privacypolicy dl {
	border-top: 1px solid #c8c8c8;
	margin-left: 20px;
}

#privacypolicy dt {
	font-size: 18px;
	font-weight: bold;
	padding-top: 20px;
}

#privacypolicy dd {
	border-bottom: 1px solid #c8c8c8;
	padding-bottom: 15px;
	padding-left: 1.5em;
}

#privacypolicy dd li {
	position: relative;
	margin-left: 1.1em;
}

#privacypolicy dd li::after {
	display: block;
	content: '';
	position: absolute;
	top: .4em;
	left: -1.1em;
	width: 14px;
	height: 14px;
	background-color: #c6c6c8;
	border-radius: 100%;
}

#privacypolicy .box {
	border-bottom: 1px solid #c8c8c8;
	border-top: 1px solid #c8c8c8;
	padding: 20px 0;
	margin-left: 20px;
}

#privacypolicy .bold {
	font-size: 16px;
	margin-top: 20px;
}

@media screen and (max-width:760px) {
	#privacypolicy {
		padding: 0 20px;
	}

	#privacypolicy .column {
		padding-top: 30px;
	}

	#privacypolicy h2 {
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 15px;
	}

	#privacypolicy dl {
		margin-left: 0;
	}

	#privacypolicy dt {
		font-size: 16px;
		font-weight: bold;
		padding-top: 20px;
	}

	#privacypolicy dd {
		padding-left: 0;
	}

	#privacypolicy .box {
		margin-left: 0;
	}

	#privacypolicy .bold {
		font-size: 15px;
	}
}

/* @end */




/* @group サイトマップ */
#sitemap dl {
	width: 570px;
	margin-bottom: 30px;
	border-bottom: 1px solid #c8c8c8;
}

#sitemap dl.last {
	margin-bottom: 0;
}

#sitemap a {
	text-decoration: none;
}

#sitemap a:hover {
	text-decoration: underline;
}

#sitemap dt {
	font-size: 18px;
	font-weight: bold;
	border-left: 6px solid #00a75e;
	line-height: 24px;
	margin-bottom: 5px;
	height: 24px;
	padding-left: 8px;
}

#sitemap dd {
	border-top: 1px solid #c8c8c8;
	padding: 8px 0 8px 15px;
}

#sitemap dd ul.group {
	font-size: 14px;
	width: 390px;
	float: right;
}

#sitemap dd ul.csr {
	font-size: 14px;
	width: 330px;
	float: right;
}

#sitemap dd li {
	font-size: 14px;
	border: none;
	padding: 0;
}

#sitemap dd .csr li:nth-child(3n) {
	border-bottom: 1px solid #c8c8c8;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#sitemap li {
	border-bottom: 1px solid #c8c8c8;
	padding: 8px 0 8px 15px;
	font-size: 18px;
}

#sitemap li .icon {
	vertical-align: -1px;
	margin-left: 5px;
}

@media screen and (max-width:760px) {
	#sitemap {
		padding: 0 20px;
	}

	#sitemap .fl,
	#sitemap .fr {
		float: none;
	}

	#sitemap dl {
		width: auto;
	}

	#sitemap dd {
		padding: 8px 0;
	}

	#sitemap dd a.fl {
		float: none;
		margin-bottom: 15px;
		display: block;
	}

	#sitemap dd ul.group,
	#sitemap dd ul.csr {
		width: auto;
		float: none;
	}

	#sitemap li {
		padding: 8px 0;
		font-size: 16px;
	}
}

/* @end */


/* @group お問い合わせ */
#contact .cautionUl {
	margin: 20px 0;
}

#contact h2 {
	font-size: 1.25rem;
	font-weight: bold;
}

#contact .cautionUl li {
	text-indent: -1.1em;
	margin-left: 1.1em;
	margin-bottom: 10px;
}

#contact .cautionUl li:before {
	content: "";
	width: 14px;
	height: 14px;
	display: inline-block;
	background-color: #00a75e;
	position: relative;
	top: 1px;
	border-radius: 50%;
	margin-right: 3px;
}

#contact .caution {
	color: #e60012;
}

#contact table {
	margin-top: 10px;
	border-top: 1px solid #c8c8c8;
}

#contact table th {
	font-weight: bold;
	padding-left: 0;
	vertical-align: middle;
}

#contact .btnBox {
	text-align: center;
	margin-top: 40px;
	padding-bottom: 40px;
}

#contact .btnBox .privacy {
	margin-bottom: 30px;
}

#contact .btn {
	width: 240px;
	height: 60px;
	line-height: 60px;
	font-size: 24px;
	text-align: center;
	background-color: #00a75e;
	border: none;
	display: inline-block;
	color: #fff;
	cursor: pointer;
	-webkit-appearance: button;
	border-radius: 0;
	margin: 0 3px;
}

#contact .backBtn {
	width: 240px;
	height: 60px;
	line-height: 60px;
	color: #fff;
	font-size: 24px;
	background-color: #b8b8b8;
	border: none;
	cursor: pointer;
	-webkit-appearance: button;
	border-radius: 0;
	margin: 0 3px;
}

#contact .btn:hover,
#contact .backBtn:hover {
	opacity: 0.7;
	transition: .3s;
}

input[disabled] {
	opacity: 0.3;
	pointer-events: none;
}

#contact select {
	font-size: 13px;
	padding: 2px;
}

#contact .box100 {
	border: 1px solid #b5b6b6;
	padding: 2px;
	width: 4em;
}

#contact .box350 {
	border: 1px solid #b5b6b6;
	padding: 2px;
	width: 350px;
}

#contact .box550 {
	border: 1px solid #b5b6b6;
	padding: 2px;
	width: 550px;
}

#contact textarea {
	border: 1px solid #b5b6b6;
	height: 150px;
	padding: 2px;
	width: 550px;
}

#contact .error,
#contact .attention {
	color: #e60012;
	font-size: 12px;
	font-weight: normal;
}

#contact .wrap.send {
	padding-bottom: 50px;
}


@media (max-width:760px) {
	#contact {
		padding: 0 20px;
	}

	#contact .cautionUl {
		text-align: left;
	}

	#contact .caution {
		text-align: left;
	}

	#contact table {
		font-size: 14px;
	}

	#contact .btnBox {
		margin-top: 30px;
		padding: 0;
	}

	#contact .btnBox .privacy {
		margin-bottom: 20px;
	}

	#contact .btn {
		width: 80%;
		height: 50px;
		line-height: 50px;
		font-size: 17px;
	}

	#contact .backBtn {
		width: 80%;
		height: 50px;
		line-height: 50px;
		font-size: 17px;
		margin-bottom: 10px;
	}

	#contact select {
		width: 100%;
	}

	#contact input {
		font-size: 14px;
	}

	#contact .box100 {
		width: 4em;
	}

	#contact .box350 {
		width: 95%;
	}

	#contact .box550 {
		width: 95%;
	}

	#contact textarea {
		width: 95%;
	}

	#contact .wrap.send {
		padding: 0 20px 30px;
	}
}

/* @end */


/* @group ニュースリリース */
#news {
	padding: 0 20px;
}

#news .listTb {
	border-top: 1px solid #c8c8c8;
}

#news .listTb th {
	font-weight: bold;
	width: 13em;
	padding: 20px;
}

#news .listTb td {
	padding: 20px;
}

#news .w900 {
	max-width: 900px;
	margin: 0 auto;
}

#news h2 {
	border-top: 1px solid #c8c8c8;
	border-bottom: 1px solid #c8c8c8;
	font-size: 26px;
	line-height: 1.3;
	padding: 20px 0;
	margin-bottom: 50px;
	font-weight: bold;
	margin-top: 5px;
}

#news .w900 .mt40 {
	margin-top: 40px;
}

#news .w900 table {
	border-top: 1px solid #c8c8c8;
	margin-top: 5px;
	margin-bottom: 50px;
}

#news .w900 td {
	padding: 10px 20px;
}

#news .w900 .photo {
	margin: 0 auto;
	margin: 20px 0;
}

#news .w900 .photo p {
	margin-top: 5px;
	font-size: 13px;
	text-align: left;
}

#news .link {
	text-align: right;
	border-top: 1px solid #c8c8c8;
	border-bottom: 1px solid #c8c8c8;
	padding: 10px 10px 10px 0;
	position: relative;
	margin-top: 50px;
}

#news .link:before {
	/*白いひし型 */
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 0px;
	width: 9px;
	height: 9px;
	margin-top: -5px;
	background: #333;
}

#news .link:after {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 1px;
	width: 9px;
	height: 9px;
	margin-top: -5px;
	background: #fff;
}

.news-index ul {}

.news-index ul li {
	padding: 20px;
	border-top: 1px solid #c8c8c8;
}

.news-index ul li:last-child {
	border-bottom: 1px solid #c8c8c8;
}

.news-index ul .date {
	display: table-cell;
	font-weight: bold;
	width: 13em;
	padding-right: 20px;
}

.news-index ul .title {
	display: table-cell;
	padding-left: 20px;
}

.top-news-list {
	margin-left: 210px;
}

.top-news-list ul .date {
	display: block;
}

.top-news-list ul .title {
	display: block;
	margin-bottom: 10px;
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 10px;
}


@media screen and (max-width:760px) {
	#news .listTb th {
		width: 10em;
		padding: 10px 10px 10px 0;
	}

	#news .listTb td {
		padding: 10px 0 10px 10px;
	}

	#news .w900 {
		width: auto;
	}

	#news h2 {
		font-size: 18px;
		padding: 10px 0;
		margin-bottom: 30px;
	}

	#news .w900 table {
		margin-bottom: 30px;
	}

	#news .w900 td {
		padding: 10px;
	}

	#news .link {
		margin-top: 30px;
	}

	.news-index ul li {
		padding: 10px 0;
	}

	.news-index ul .date {
		width: 10em;
		padding-right: 5px;
	}

	.news-index ul .title {
		display: table-cell;
		padding-left: 5px;
	}

	.top-news-list {
		margin-left: 0;
	}
}

.wrap-mv-library{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.wrap-mv-library div{
	width:30%;
}

.wrap-mv-library img{
	margin-bottom: 20px;
}
@media screen and (max-width:760px) {
	.wrap-mv-library div{
		width:100%;
	}
}


#plywood #main #mainPhoto {
  position: relative;
	margin-bottom: 80px;
}
@media screen and (max-width:760px) {
	#plywood #main #mainPhoto {
		margin-bottom: 50px;
	}
}
#plywood #main #mainPhoto .linkBnr {
  position: absolute;
  display: block;
  bottom: 20px;
  right: 20px;
  width: calc(100% - 40px);
  max-width: 300px;
	border: 1px solid #aaa;
	opacity: 0;
	animation: keyPlywoodMainPhotoLinkBnr 1.0s ease-in 0.2s forwards;
}
@keyframes keyPlywoodMainPhotoLinkBnr {
	from { opacity: 0; }
	to { opacity: 1; }
}
@media screen and (max-width:760px) {
	#plywood #main #mainPhoto .linkBnr {
		position: static;
		margin: 50px auto 0;
		width: 100%;
		max-width: 648px;
	}
}

#plywood #main #mainPhoto .linkBnr > img {
  display: block;
  width: 100%;
  height: auto;
}
/* @end */