@charset "UTF-8";
/* CSS Document */

/************************************************
nordic-chair.css   202107
************************************************ */

#nordic-chair{
	width: 1000px;
	color: #333;
	line-height: 1.4;
	margin: auto;
}
#nordic-chair h2 img{
	width: 100%;
}
#nordic-chair a{
	text-decoration: none;
	color: #333;
}
#nordic-chair a:hover{
	opacity: 0.7;
}
#nordic-chair img{
	max-width: 100%;
}
#nordic-chair .intro{
	width: 900px;
	position: relative;
	margin: 0 auto 50px;
}
#nordic-chair .intro p{
	font-size: 15px;
	line-height: 1.8;
	margin: 50px auto;
	color: #333;
}
#nordic-chair .en{
	font-family: 'Sanchez', serif;
}

#nordic-chair h3{
	font-weight: 400;
	letter-spacing: .1em;
	padding: 5px 15px;
	margin: 0 auto 30px;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display:-ms-flexbox;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	align-items: flex-end;
	-webkit-box-align: end;
	-ms-flex-align: end;
	background: #595566;
	color: #fff;
}
#nordic-chair h3 .en{
	font-size: 30px;
}
#nordic-chair h3 .jp{
	font-size: 15px;
	padding-bottom: 10px;
}
#nordic-chair .topics{
	width: 800px;
	padding: 30px 50px;
	margin: 0 auto 80px;
	background: #f3f3f3;
}
#nordic-chair .topics h3{
	line-height: 1.0;
	display: block;
	text-align: center;
	border: none;
	background: none;
	color: #595566;
	padding: 0;
}
#nordic-chair .topics ul{
	padding: 0;
	margin: 0 auto;
}
#nordic-chair .topics li{
	font-size: 18px;
	font-weight: 500;
	margin: 0 auto 5px;
}
#nordic-chair .topics li:last-child{
	margin: 0 auto;
}
#nordic-chair .topics li:before{
	content: "";
	background: url(/files/images/unique/nordic-chair/icon_check.png) no-repeat left center;
	background-size: contain;
	padding: 12px;
	margin-right: .3em;
}

.section-box{
	padding-top: 80px;
	margin: -80px auto 60px;
}
.section-box h4{
	font-weight: 400;
	letter-spacing: .08em;
	padding-top: 80px;
	margin: -80px 0 30px;
	text-align: center;
}
.section-box h4 span.en{
	display: block;
	font-size: 48px;
	margin-bottom: 5px;
}
.section-box h4 span.jp{
	font-size: 16px;
}

.section-box .feature-box{
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display:-ms-flexbox;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 20px auto 60px;
}
.section-box .feature-img{
	width: 48%;
}
.section-box .feature-img img{
	width: 100%;
}
.section-box .feature-txt{
	width: 48%;
	margin-bottom: 20px;
}
.section-box .feature-txt .txt{
	font-size: 14px;
	line-height: 1.8;
	font-weight: 500;
	margin: 0 auto;
}

.section-box .howto-box{
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display:-ms-flexbox;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 20px auto 60px;
}
.section-box .howto-box .howto-item { 
	width: 30%;
}
.section-box .howto-img{
	margin-bottom: 20px;
}
.section-box .howto-img img{
	width: 100%;
}
.section-box .howto-txt{
	margin-bottom: 20px;
}
.section-box .howto-txt .ttl{
	font-size: 16px;
	font-weight: 500;
	margin: 20px auto 10px;
}
.section-box .howto-txt .txt{
	font-size: 14px;
	line-height: 1.6;
	font-weight: 500;
	margin: 0 auto;
}

.section-box .coordi-box{
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display:-ms-flexbox;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 20px auto 60px;
}
.section-box .coordi-item { 
	width: 48%;
	margin-bottom: 40px;
}
.section-box .coordi-item:nth-of-type(n+2) { 
	margin-bottom: 0;
}
.section-box .coordi-img{
	margin-bottom: 20px;
}
.section-box .coordi-img img{
	width: 100%;
}
.section-box .coordi-txt{
	margin-bottom: 20px;
}
.section-box .coordi-txt .ttl{
	font-size: 16px;
	font-weight: 500;
	margin: 20px auto 10px;
	text-align: center;
}
.section-box .coordi-txt .txt{
	font-size: 14px;
	line-height: 1.6;
	font-weight: 500;
	margin: 0 auto;
	text-align: center;
}

.section-box .item-list{
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display:-ms-flexbox;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	/*-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;*/
	margin: 0 auto 30px;
}
.section-box .item-list li{
	position: relative;
	width: 23%;
	margin: 0 1% 30px;
}
.section-box .item-list li p.ttl{
	font-size: 13px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: .01em;
	margin: 10px auto;
}
.section-box .item-list li .ttl span.name{
	display: block;
	border-bottom: 1px dotted #595566;
	padding-bottom: .2em;
}
.section-box .item-list li .ttl span.no{
	display: block;
	font-size: 90%;
	padding-top: .2em;
	text-align: right;
}
.section-box .item-list li .txt{
	font-size: 12px;
	font-weight: 500;
	line-height: 1.5;
	margin: 0 auto;
}

.section-box .link-btn{
	display: inline-block;
	margin-top: 20px;
	float: right;
}
.section-box .link-btn a:before{
	content: ">";
	padding-right: .3em;
}
.section-box .link-btn a{
	display: block;
	font-size: 13px;
	padding: .4em .8em .3em;
	background: #f0f0f0;
}

.section-box .txt-p{
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 30px;
}


@media screen and (max-width: 896px){
	#nordic-chair{
		width: 96%;
	}
	#nordic-chair .intro{
		width: 100%;
		margin: 0 auto 40px;
	}
	#nordic-chair .intro p{
		width: 98%;
		font-size: 13px;
		line-height: 1.6;
		margin: 30px auto 0;
	}
	#nordic-chair h3{
		margin-bottom: 20px;
	}
	#nordic-chair h3 .en{
		font-size: 24px;
	}
	#nordic-chair h3 .jp{
		font-size: 12px;
		letter-spacing: .1em;
		padding-bottom: 8px;
	}
	.section-box{
		width: 98%;
		padding-top: 50px;
		margin: -60px auto 30px;
	}
	.section-box h4 {
    letter-spacing: .08em;
    padding-top: 40px;
    margin: -40px 0 30px;
    text-align: center;
	}
	.section-box h4 span.en{
		font-size: 24px;
	}
	.section-box h4 span.jp{
		font-size: 13px;
	}
	#nordic-chair .topics{
		width: 100%;
		padding: 20px;
		margin: 0 auto 40px;
		/*border: 3px double #999;*/
	}
	#nordic-chair .topics ul{
		padding: 0;
	}
	#nordic-chair .topics li{
		font-size: 14px;
	}
	#nordic-chair .topics li:before{
		content: "";
		background: url(/files/images/unique/nordic-chair/icon_check.png) no-repeat left center;
		background-size: contain;
		padding: 0 10px 3px;
		margin-right: .5em;
	}
	.section-box .item-list{
		margin: 0 auto 30px;
	}
	.section-box .item-list li{
		position: relative;
		width: 23%;
		margin: 0 1% 30px;
	}
	.section-box .item-list li p.ttl{
		font-size: 13px;
	}
	.section-box .item-list li .txt{
		font-size: 12px;
	}
	.section-box .feature-box{
		margin: 20px auto 60px;
	}
	.section-box .feature-img{
		width: 48%;
	}
	.section-box .feature-img img{
		width: 100%;
	}
	.section-box .feature-txt{
		width: 48%;
		margin-bottom: 20px;
	}
	.section-box .feature-txt .txt{
		font-size: 14px;
		line-height: 1.4;
		margin: 0 auto;
	}
	.section-box .howto-box{
		margin: 20px auto 30px;
	}
	.section-box .howto-box .howto-item { 
		width: 30%;
	}
	.section-box .howto-img{
		margin-bottom: 20px;
	}
	.section-box .howto-txt{
		margin-bottom: 20px;
	}
	.section-box .howto-txt .ttl{
		font-size: 14px;
		margin: 10px auto;

	}
	.section-box .howto-txt .txt{
		font-size: 13px;
		line-height: 1.4;
		margin: 0 auto;
	}
	.section-box .coordi-box{
		margin: 0 auto 60px;
	}
	.section-box .coordi-item { 
		width: 48%;
	}
	.section-box .coordi-txt{
		margin-bottom: 10px;
	}
	.section-box .coordi-txt .ttl{
		font-size: 14px;
		margin: 20px auto 10px;
	}
	.section-box .coordi-txt .txt{
		font-size: 13px;
		margin: 0 auto;
	}

	.section-box .link-btn{
		display: inline-block;
		margin-top: 20px;
		float: right;
	}
	.section-box .link-btn a{
		font-size: 13px;
	}
	.section-box .txt-p {
			font-size: 13px;
			line-height: 1.6;
			margin-bottom: 50px;
	}

}

@media screen and (max-width: 567px){
	#nordic-chair .intro {
    margin: 0 auto 30px;
	}
	#nordic-chair .intro p{
		width: 96%;
		text-align: left;
		font-size: 3.4vw;
	}
	#nordic-chair .intro p br{
		display: none;
	}
	#nordic-chair .topics h3 .en{
		font-size: 6vw;
		line-height: 0.5;
		margin-bottom: 0;
	}
	#nordic-chair .topics{
		padding: 20px 15px 15px;
		flex-direction: column-reverse;
	}
	#nordic-chair .topics ul{
		width: 100%;
	}
	#nordic-chair .topics .topics-img{
		width: 100%;
	}
	#nordic-chair .topics li{
		font-size: 3.5vw;
		letter-spacing: .01em;
	}
	#nordic-chair .topics li:before{
		content: "";
		background: url(/files/images/unique/nordic-chair/icon_check.png) no-repeat left center;
		background-size: contain;
		padding: 0 8px 3px;
		margin-right: .5em;
	}
	.section-box .item-list{
		margin: 0 auto 20px;
	}
	.section-box .item-list li{
		position: relative;
		width: 48%;
		margin: 0 auto 20px;
	}
	.section-box .item-list li p{
		font-size: 3.2vw;
		margin: 5px auto 10px;
	}

	#nordic-chair h3{
		display: block;
		letter-spacing: .05em;
		padding: 0 10px 5px;
		margin-bottom: 20px;
	}
	#nordic-chair h3 .en{
		font-size: 5vw;
		letter-spacing: .2em;
	}
	#nordic-chair h3 .jp{
		display: block;
		font-size: 2.8vw;
		letter-spacing: .04em;
		padding: 0;
	}
	.section-box h4{
		font-size: 6vw;
		text-align: center;
		margin-bottom: 20px;
	}
	.section-box h4 span.en{
		font-size: 9vw;
		display: block;
		width: 100%;
	}
	.section-box h4 span.jp{
		font-size: 3vw;
		display: block;
		width: 100%;
	}
	
	.section-box .feature-box {
    margin: 20px auto 30px;
	}
	.section-box .feature-img {
		width: 100%;
		margin-bottom: 20px;
	}
	.section-box .feature-txt {
    width: 100%;
	}
	.section-box .feature-txt .txt {
    font-size: 3.4vw;
	}
	.section-box .howto-box .howto-item {
    width: 100%;
		display: flex;
		display: -webkit-box;
		display: -webkit-flex;
		display:-ms-flexbox;
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin: 0 auto 20px;
	}
	.section-box .howto-img{
		width: 48%;
		margin-bottom: 0;
	}
	.section-box .howto-txt{
		width: 48%;
		margin-bottom: 0;
	}
	.section-box .howto-txt .ttl{
		font-size: 4vw;
		margin: 0 auto 10px;
	}
	.section-box .howto-txt .txt{
		font-size: 3.2vw;
	}
	.section-box .coordi-item { 
		margin-bottom: 30px;
	}
	.section-box .coordi-img {
  	 margin-bottom: 15px;
	}
	.section-box .coordi-txt {
   	margin: 0;
	}
	.section-box .coordi-txt .ttl {
    font-size: 3.4vw;
		line-height: 1.4;
    margin: 0 auto 10px;
	}
	.section-box .coordi-txt .txt {
    font-size: 3.2vw;
		line-height: 1.4;
		min-height: 4.5em;
		text-align: left;
	}
	
	.section-box .item-list li p.ttl{
		font-size: 3.6vw;
		line-height: 1.4;
	}
	.section-box .item-list li p.ttl span.name {
    font-size: 3.4vw;
	}
	.section-box .item-list li .txt{
		font-size: 3.0vw;
	}
	
	.section-box .link-btn{
		position: relative;
		display: block;
		width: 100%;
		text-align: center;
		margin: 10px auto 0;
		float: none;
	}
	.section-box .link-btn a{
		font-size: 2.8vw;
		padding: .6em 1em;
	}
	.section-box .txt-p {
    font-size: 3.4vw;
    line-height: 1.6;
    margin-bottom: 40px;
	}


}