@charset "utf-8";

.red {
	color:#FF0000;
}

/* 環境への取組み */
.activity_wrap {
	position: relative;
}
.activity_serif {
	font-size: 1.6rem;
	line-height: 36px;
}
.activity_box.activity_box01 {
	margin: 134px 0 192px;
	flex-wrap: wrap;
}
.activity_box.activity_box01 {}
.activity_box.activity_box01 .text_box {
    max-width: 457px;
    width: 70%;
}
.activity_box.activity_box01 figure {
    max-width: 630px;
    width: 42vw;
    position: absolute;
    top: -50px;
    left: calc(50% + 60px);
}
@media screen and (max-width: 1080px) {
	.activity_box.activity_box01 figure{
		top: -20px;
		right: 40px;
	}
	.activity_serif{
		font-size: calc(1.4rem + ((1vw - 0.64rem) * 0.1587));
		line-height: 2;
	}
}

.activity_box.activity_box02 {
	margin: 40px 0 70px;
}
.activity_box.activity_box02:last-of-type {
    margin-bottom: 119px;
}
.inner_1000.flex_right {
	justify-content: flex-end;
	flex-wrap: wrap;
}
.inner_1000.flex {
	flex-wrap: wrap;
}
.inner_1000.flex .activity_block {
	max-width: 600px;
	width: 58vw;
}
.inner_1000.flex figure {
	max-width: 550px;
    width: 34vw;
    position: absolute;
    top: -50px;
    left: 0;
}
.inner_1000.flex figure.fig_right {
	left: auto;
    right: 0;
}
.activity_box.activity_box03 {
	margin: 40px 0 45px;
}
.ill_box {
	max-width: 634px;
	width: 100%;
	margin: 0 auto 28px;
	border:5px solid #E3E3E3;
	padding:29px 60px 15px;
}
.ill_box:last-of-type {
	margin-bottom: 132px;
}
.ill_box .ill_tit {
	font-weight: bold;
	font-size:2.0rem;
	text-align: center;
	margin-bottom: 16px;
}
.fig_center {
	text-align: center;
}
.fig_center .fig_tit {
	font-weight: bold;
	font-size:1.5rem;
	margin-bottom: 17px;
}
.fig_center img {
	max-width: 393px;
	width: 100%;
}
.fig_center .source {
	font-size: 1.2rem;
	margin: 19px 0 39px;
}
.fig_center:last-of-type .source {
	margin-bottom: 0;
}
.fig_center:last-of-type {
	margin-bottom: 169px;
}
.fig_center_border {
	width: 100%;
	text-align: center;
	border:5px solid #E3E3E3;
	padding:27px 5px 30px;
	margin-bottom: 70px;
}
.fig_center_border img {
	width: 120px;
	margin-bottom: 15px;
}
.activity_box.activity_box04 {
    margin: 40px 0 164px;
}
.activity_box.activity_box04 img {
	margin-top: 44px;
}
.activity_wrap_last {
	background: url(../img/activity/activity_back.jpg) no-repeat;
	background-size: cover;
	padding:94px 0 100px 15vw;
}
.activity_wrap_last p {
	font-size:1.7rem;
	line-height: 46px;
}

@media screen and (max-width: 880px) {
	.activity_serif{
		font-size: 1.5rem;
	}
	.activity_box.activity_box01 .text_box{
	    max-width: 100%;
	    width: 100%;
	}
	.activity_box.activity_box01{
	    margin: 70px 0 100px;
	}
	.activity_box.activity_box01 figure{
		max-width: 100%;
		width: 100%;
		position: static;
		margin-top: 40px;
	    right: 0;
		}
	.inner_1000.flex .activity_block{
		max-width: 100%;
		width: 100%;
	}
	.inner_1000.flex figure{
	    width: 80%;
	    margin: 30px auto 70px;
	    position: static;
	    }
	.activity_box.activity_box02{
		margin: 40px 0 45px;
	}
	.activity_box.activity_box02:last-of-type{
	    margin: 40px 0 10px;
	}
	.fig_center:last-of-type{
	    margin-bottom: 5px;
	}
	.fig_center_border{
	    margin-bottom: 50px;
	}
	.activity_box.activity_box04{
	    margin-bottom: 70px;
	}
	.activity_box.activity_box04 img{
	    margin-top: 30px;
	}
}
@media screen and (max-width: 767px){
	.activity .flex .text_box{
	    max-width: 100%;
	    width: 100%;
	    margin-right: 0;
	}
	.inner_1000.flex figure{
	    width: 100%;
	    max-width: 100%;
	    }
	.ill_box{
	    padding: 15px 10px 12px;
	}
	.ill_box:last-of-type{
	    margin-bottom: 70px;
	}
	.ill_box .ill_tit{
	    font-size: 1.7rem;
	    margin-bottom: 5px;
	}
	.activity_wrap_last{
		padding: 85px 0 75px 52px;
		background: url(../img/activity/sp_activity_back.jpg) no-repeat;
		background-size: cover;
	}

	.activity_wrap_last p{
		font-size: 1.4rem;
	    line-height: 35px;
	}
}


/* 国産材マーク */
.mark .center_box {
	text-align: center;
}
.mark .center_box p {
	font-size: 1.6rem;
	line-height: 2;
}
.mark .center_box .license_list {
	justify-content: center;
	margin: 55px auto 60px;
}
.mark .center_box .license_list a {
	position: relative;
	display: block;
	width: 270px;
	height: 93px;
	padding: 12px 0 0;
	border: solid 1px #00A5CE;
	color: #00A5CE;
	font-size: 1.5rem;
	font-weight: bold;
}
.mark .center_box .license_list a:after {
	position: absolute;
	content: "";
	background: url(../img/common/icon_pdf.svg) no-repeat;
	width: 18px;
	height: 22px;
	background-size: cover;
	background-position: center;
	top: 34px;
    right: 20px;
}
.mark .center_box .license_list a:first-child {
	margin-right: 60px;
}
.mark .center_box .license_list a span {
	display: block;
	color: #666666;
	font-size: 1.3rem;
	font-weight: normal;
}
.mark .gray_back {
	width: 100%;
	margin-bottom: 80px;
	padding: 62px 0 80px;
	background-color: #F5F5F5;
}
.mark .gray_back .flex {
	justify-content: space-between;
}
.mark .gray_back .img_box {
	max-width: 417px;
	width: 42%;
	text-align: center;
}
.mark .gray_back .img_box p {
	margin-top: 10px;
	font-size: calc(1.2rem + ((1vw - 0.768rem) * 0.1767));
	text-align:center;
	line-height: 1.8;
	font-feature-settings: "palt";
}
.mark .gray_back .img_box p a {
	border-bottom: solid 1px #000;
}
.mark .gray_back .purpose_box {
	max-width: 500px;
	width: 50%;
}
.mark .gray_back .purpose_box .title {
	margin: 10px auto 36px;
	font-size: 2rem;
	font-weight: bold;
}
.mark .gray_back .purpose_box .number_box {
	display: flex;
	margin-bottom: 33px;
}
.mark .gray_back .purpose_box .number_box img {
	width: 38px;
	height: 31px;
	margin-right: 25px;
    align-self: center;
}
.mark .gray_back .purpose_box .number_box p {
	font-size: 1.5rem;
}
.mark .gray_back .purpose_box .number_box p span {
	display: block;
	margin-bottom: 10px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1;
}
.mark .topics_inner {
	max-width: 700px;
	margin: 0 auto;
}
.mark .topics_inner h3 {
	margin-bottom: 26px;
	line-height: 1;
	font-size: 2.2rem;
	font-weight: bold;
	color: #00AAD4;
}
.mark .topics_inner .topics_box {
	display: flex;
	justify-content: space-between;
	margin-bottom: 17px;
	padding-bottom: 16px;
	border-bottom: solid 1px #D5D5D5;
}
.mark .topics_inner .topics_box span {
	padding-left: 5px;
	font-weight: bold;
	color: #ACACAC;
	font-size: 1.5rem;
}
.mark .topics_inner .topics_box h4 {
	max-width: 551px;
	width: 79%;
}

@media screen and (max-width: 767px) {
	.mark .center_box{
		width: 100%;
		padding: 0 5%;
	}
	.mark .center_box .license_list{
		display: block;
	}
	.mark .center_box .license_list a{
		width: 100%;
	}
	.mark .center_box .license_list a:first-child{
		margin: 0 0 20px 0;
	}
	.mark .gray_back .flex{
		display: block;
		padding-bottom: 30x;
	}
	.mark .gray_back .img_box{
		max-width: 100%;
		width: 100%;
		margin-bottom: 50px;
	}
	.mark .gray_back .img_box p{
		font-size: 1.4rem;
	}
	.mark .gray_back .purpose_box{
		max-width: 100%;
		width: 100%;
	}
	.mark .gray_back .purpose_box .title{
		margin-bottom: 25px;
		text-align: center;
	}
	.mark .gray_back .purpose_box .number_box{
		display: block;
		margin-bottom: 25px;
	}
	.mark .gray_back .purpose_box .number_box img{
		margin-right: 0;
		margin-bottom: 15px;
	}
	.mark .topics_inner .topics_box{
		display: block;
	}
	.mark .topics_inner .topics_box span{
		display: block;
		margin-bottom: 8px;
		padding-left: 0;
	}
	.mark .topics_inner .topics_box h4{
		width: 100%;
		padding-left: 1em;
		text-indent: -1em;
	}
}


/* 11月3日合板の日 */
.gouhannohi .gouhan_box.flex {
	justify-content: space-between;
	margin-top: 53px;
}
.gouhannohi .flex .text_box {
	max-width: 552px;
	width: 55%;
	margin-right: 5%;
}
.gouhannohi .flex .text_box h3 {
	margin-bottom: 28px;
	font-weight: bold;
}
.gouhannohi .gouhan_box.flex figure {
	/*max-width: 320px;
	width: 32%;*/
	width: 320px;
    margin-top: -70px;
}
.gouhannohi .topics_box.flex {
	justify-content: space-between;
    margin-top: 25px;
}
.gouhannohi .topics_box.flex .text_box {
	max-width: 552px;
	width: 55%;
	margin-right: 5%;
}
.gouhannohi .topics_box.flex .text_box h3 {
	margin-bottom: 26px;
	line-height: 1;
	font-size: 2.2rem;
	font-weight: bold;
	color: #00AAD4;
}
.gouhannohi .topics_box.flex .text_box .topics_box {
	display: flex;
    justify-content: space-between;
    margin-bottom: 14px;
    padding-bottom: 12px;
    border-bottom: solid 1px #D5D5D5;
}
.gouhannohi .topics_box.flex .text_box .topics_box span {
	padding-left: 5px;
	font-weight: bold;
	color: #ACACAC;
	font-size: 1.5rem;
}
.gouhannohi .topics_box.flex .text_box .topics_box h4 {
    max-width: 390px;
    width: 70%;
}
.gouhannohi .topics_box.flex figure {
	/*max-width: 320px;
	width: 32%;*/
	width: 320px;
    align-self: center;
}
.gouhannohi .bnr_box {
	padding-top: 100px;
	text-align: center;
}
.gouhannohi .bnr_box figure img {
	width: 300px;
}

@media screen and (max-width: 767px) {
	.gouhannohi .gouhan_box.flex{
		display: block;
	}
	.gouhannohi .flex .text_box{
		width: 100%;
	}
	.gouhannohi .flex .text_box h3{
		margin-bottom: 19px;
	}
	.gouhannohi .gouhan_box.flex figure{
		width: 90%;
		margin: 30px auto 0;
	}
	.gouhannohi .topics_box.flex{
		display: block;
		margin-top: 50px;
	}
	.gouhannohi .topics_box.flex .text_box{
		max-width: 100%;
		width: 100%;
	}
	.gouhannohi .topics_box.flex .text_box .topics_box{
		display: block;
	}
	.gouhannohi .topics_box.flex .text_box .topics_box span{
		display: block;
		margin-bottom: 4px;
		padding-left: 0;
	}
	.gouhannohi .topics_box.flex .text_box .topics_box h4{
		width: 100%;
	}
	.gouhannohi .topics_box.flex figure{
		width: 90%;
		margin: 30px auto 0;
	}
	.gouhannohi .bnr_box {
		padding-top: 80px;
	}
	.gouhannohi .bnr_box figure img {
		width: 100%;
	}
}


/* 合板百年史の発刊 */
.history_box {
	margin: 53px 0 80px;
	flex-wrap: wrap;
}
.history .flex .text_box {
    max-width: 446px;
    width: 70%;
    margin-right: 5%;
}
.history .flex figure {
    width: 480px;
}
.history_box .history_box_bold {
	font-size:1.7rem;
	font-weight: bold;
	margin: 53px 0 30px;
}
.history_list_tit {
	color: #00AAD4;
	font-size: 1.6rem;
	font-weight: bold;
	margin: 53px 0 20px;
}
.history_list, .history_list_normal {
	margin-top: 15px;
}
.history_list li {
	font-weight: bold;
}
.history_list_normal li {
	font-weight: normal;
}
.history_list li ul {
	margin-left: 1.4rem;
}
.history_list li ul.honshi {
	margin-left: 2.8rem;
}
.history_list li ul li {
	font-weight: normal;
}
.history h4 {
	font-weight:bold;
	font-size:1.6rem;
	margin: 50px 0 15px;
}
@media screen and (max-width: 767px) {
	.history .flex .text_box, .history .flex figure{
	    max-width: 100%;
	    width: 100%;
	    margin-right: 0;
	}
	.history .flex figure{
		margin: 30px 0 0;
	}
}


/* 日合連の自主行動規範 */
.bk_img {
	position: relative;
	margin-bottom: 120px;
}
.bk_img figure {
	max-width: 550px;
    width: 34vw;
	position: absolute;
	right: 0;
    top: -38px;
}
.goho-wood .goho_box {
	max-width: 600px;
	width: 60%;
	margin: 106px 0 0;
}
.goho-wood .goho_box p {
	margin: 40px auto 70px;
}
.goho-wood .goho_box p a {
	text-decoration: underline;
}
.goho-wood .table_tit_center {
	margin-bottom: 20px;
	color: #00AAD4;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
}
.goho-wood .table_jas {
    width: 100%;
}
.goho-wood .table_jas th {
	font-weight: bold;
    color: #fff;
    padding: 11px 3px;
    background-color: #00AAD4;
}
.goho-wood .table_jas th,
.goho-wood .table_jas td {
    text-align: center;
    border: 1px solid #E3E3E3;
    padding: 13px 7px;
}
.goho-wood .table_jas td.left {
    text-align: left;
}
.goho-wood .table_jas tr td:nth-child(5),
.goho-wood .table_jas tr td:nth-child(7) {
 text-align: left;
 padding: 15px 5px 15px 12px;
}

.goho-wood .table_jas tr td:nth-child(2),
.goho-wood .table_jas tr th:nth-child(3),
.goho-wood .table_jas tr th:nth-child(4),
.goho-wood .table_jas tr td:nth-child(5),
.goho-wood .table_jas tr td:nth-child(6) {
  white-space: nowrap;
}
.goho-wood .table_jas tr td:nth-child(3),
.goho-wood .table_jas tr td:nth-child(4) {
  font-size: 1.5em;
}

.goho-wood .note {
	margin-top: 1em;
}

@media screen and (max-width: 767px){
	.goho-wood .goho_box{
		max-width: 100%;
		width: 100%;
		margin: 60px 0 0;
	}
	.goho-wood .goho_box p{
		margin: 40px 0 45px;
	}
	.bk_img figure{
		position: relative;
		max-width: 100%;
		width: 100%;
		top: -10px;
	}
	.goho-wood .table_tit_center{
		font-size: 1.8rem;
	}
	.goho-wood .scroll-table{
	    width: 100%;
	    overflow-x: scroll;
	    -webkit-overflow-scrolling: touch;
	}
	.goho-wood .table_jas{
		width: 900px;
	}
}