@charset "UTF-8";
/* CSS Document */

/************************************************
round-table.css   202109
************************************************ */
#round-table{
	width: 1000px;
	color: #333;
	line-height: 1.4;
	margin: auto;
}
#round-table h2 img{
	width: 100%;
}
#round-table a{
	text-decoration: none;
	color: #333;
}
#round-table a:hover{
	opacity: 0.7;
}
#round-table img{
	max-width: 100%;
}
#round-table .intro{
	position: relative;
	margin: 60px auto;
}
#round-table .intro p{
	font-size: 16px;
	line-height: 1.8;
	text-align: center;
	margin: 0 auto;
}
#round-table .section-box .en{
	font-family: 'Abel', sans-serif;
}
#round-table h3{
	font-size: 30px;
	font-weight: 500;
	letter-spacing: .05em;
	padding: 100px 0 0;
	margin: -80px auto 40px;
	text-align: center;
}

.topics{
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	padding: 30px 20px;
	margin: 0 auto 80px;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.topics p{
	position: relative;
	font-size: 33px;
	font-weight: 400;
	font-family: 'Barlow Semi Condensed', sans-serif;
	line-height: 1.0;
	color: #666;
	width: 30%;
}
.topics p:after{
	content: "";
	position: relative;
	top: -8px;
	display: inline-block;
	padding: 0 .6em;
	background: #999;
	height: 1px;
	transform: rotate(-60deg);
}

#round-table .topics ul.topics-box{
	padding: 0;
	margin: 0 auto;
	text-align: left;
	width: 68%;
}
#round-table .topics li.topics-list{
	font-size: 20px;
	font-weight: 500;
	margin: 0 auto 3px;
}
#round-table .topics li.topics-list:last-child{
	margin: 0 auto;
}
#round-table .topics li.topics-list:before{
	content: "〇";
	position: relative;
	top: 1px;
	margin-right: .3em;
}
#round-table .topics ul.topics-howto-box{
	margin: 5px auto;
}
#round-table .topics li.topics-howto-list{
	font-size: 18px;
	font-weight: 500;
	margin: 0 0 0 1em;
}
#round-table .topics li.topics-howto-list:before{
	content: "・";
	position: relative;
	top: 1px;
	margin-right: .3em;
}

.section-box{
	margin: 80px auto;
}
.section-box p{
	font-size: 15px;
	font-weight: 400;
	line-height: 1.5;
}

.section-box .merit-inner{
	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;
}

.section-box .merit-inner li{
	position: relative;
	width: 48%;
	margin: 0 0 40px;
}
.section-box .merit-inner li h4.ttl{
	font-size: 18px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0;
	padding: .8em .5em .7em;
	margin: 0 auto 15px;
	background: #f0f0f0;
	text-align: center;
}
.section-box .merit-inner li p.txt{
	font-size: 14px;
}

.section-box h4.howto-ttl{
	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: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: .08em;
	padding-top: 100px;
	margin: -60px 0 30px;
	text-align: left;
	/*background: #e9edee;*/
	background: #fff;
	border-bottom: 1px solid #333;
}
.section-box h4.howto-ttl span.en{
	font-size: 48px;
	margin-bottom: 0;
}
.section-box h4.howto-ttl span.jp{
	padding-top: 10px;
}
.section-box .size ul{
	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: 30px auto;
}
.section-box .size li{
	position: relative;
	width: 24%;
	margin: 0 0 20px;
}
.section-box .size li p{
	font-weight: 500;
	margin-top: 10px;
	text-align: center;
}
.section-box .space .space-ttl{
	font-size: 24px;
	font-weight: 500;
	margin: 80px auto 30px;
	text-align: center;
}
.section-box .space .case1{
	margin: 30px auto 40px;
}
.section-box .space .case1 .img{
	width: 500px;
	margin: 0 auto;
}
.section-box .space .case1 .txt{
	width: 440px;
	font-size: 15px;
	font-weight: 500;
	text-align: center;
	padding: .2em 10px;
	margin: 20px auto;
	background: #f0f0f0;
}
.section-box .space .case1 .txt span{
	font-size: 130%;
}
.section-box .space .case2{
	margin: 30px auto 40px;
}
.section-box .space .case2 .img{
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display:-ms-flexbox;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	/*justify-content: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: center;*/
	margin: 0 auto;
}
.section-box .space .case2 .img div{
	width: 400px;
	margin: 0 auto;
}
.section-box .space .case2 .img div span{
	display: block;
	width: 90%;
	font-size: 18px;
	font-weight: 500;
	padding: 10px 5px;
	margin: 10px auto 0;
	text-align: center;
	background: #f0f0f0;
}
.section-box .space .case2 .txt{
	width: 860px;
	margin: 60px auto;
}
.section-box .space .case2 .txt p{
	font-size: 15px;
	font-weight: 500;
	line-height: 1.6;
	margin: 0 auto 10px;
}
.section-box .space .case2 .txt span{
	display: block;
	margin: 5px auto 8px;
}
.section-box .space .case2 .txt span.bg{
	display: inline-block;
	background: #f0f0f0;
	padding: 5px 10px;
	margin: 0;
}
.section-box .space .space-p{
	width: 860px;
	border: 1px solid #ccc;
	padding: 20px;
	margin: auto;
}

.section-box .design{
	margin: 0 auto;
}
.section-box .design .design-img{
	margin: 0 auto 30px;
}
.section-box .design p{
	margin: 0 auto 30px;
}
.section-box .design .link-btn{
	position: relative;
	width: 90%;
	padding: 10px 20px;
	margin: 40px auto 0;
	border: 1px solid #000;
	border-radius: 30px;
}
.section-box .design .link-btn a{
	display: block;
	font-weight: 500;
	font-size: 15px;
	text-align: center;
}
.section-box .design .link-btn :after{
	content: "＞";
	position: absolute;
  top: 50%;
  right: 2%;
  transform: translateY(-50%) ;
  -webkit- transform: translateY(-50%);
	font-size: 120%;
	padding-left: .5em;
}
.section-box .design-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: 0 auto;
}
.section-box .design-inner{
	width: 48%;
	margin-bottom: 60px;
}
.coordinate-box dt span{
	font-size: 70%;
}

@media screen and (max-width: 896px){
	#round-table{
		width: 96%;
	}
	#round-table .intro{
		width: 100%;
		margin: 0 auto 40px;
	}
	#round-table .intro p{
		width: 98%;
		font-size: 13px;
		line-height: 1.6;
		text-align: left;
		margin: 30px auto 0;
	}
	#round-table .topics{
		width: 96%;
		padding: 20px 1%;
		margin: 0 auto 60px;
	}
	#round-table .topics p{
		font-size: 30px;
	}
	#round-table .topics li.topics-list{
		font-size: 15px;
		line-height: 1.6;
	}
	#round-table .topics li.topics-howto-list{
		font-size: 14px;
	}

	#round-table h3{
		font-size: 20px;
		font-weight: 500;
		padding: 80px 0 0;
		margin: -60px auto 30px;
	}
	
	.section-box{
		width: 100%;
		margin: 40px auto
	}
	.section-box h4 {
    font-size: 14px;
	}
	.section-box h4 span.en{
		font-size: 34px;
	}
	.section-box{
		margin: 40px auto;
	}
	.section-box p{
		font-size: 14px;
	}
	.section-box .merit-inner{
		margin: 0 auto;
	}
	.section-box .merit-inner li{
		margin: 0 0 20px;
	}
	.section-box .merit-inner li h4.ttl{
		font-size: 15px;
		font-weight: 500;
		line-height: 1.4;
		letter-spacing: 0;
		padding: .8em .5em .7em;
		margin: 0 auto 15px;
		background: #f0f0f0;
		text-align: center;
	}
	.section-box .merit-inner li p.txt{
		font-size: 13px;
		margin: 0;
	}

	.section-box h4.howto-ttl{
		font-size: 15px;
		font-weight: 400;
		letter-spacing: .05em;
		padding-top: 60px;
		margin: -40px 0 30px;
	}
	.section-box h4.howto-ttl span.en{
		font-size: 38px;
		margin-bottom: 0;
	}

	.section-box .size ul{
		margin: 30px auto;
	}
	.section-box .space .space-ttl{
		font-size: 18px;
		margin: 40px auto 30px;
		text-align: center;
	}
	.section-box .space .case1{
		margin: 30px auto 40px;
	}
	.section-box .space .case1 .img{
		width: 60%;
		margin: 0 auto;
	}
	.section-box .space .case1 .txt{
		width: 100%;
		font-size: 14px;
		padding: .2em 10px;
		margin: 20px auto;
	}
	.section-box .space .case2{
		margin: 30px auto 40px;
	}
	.section-box .space .case2 .img{
		margin: 0 auto;
	}
	.section-box .space .case2 .img div{
		width: 48%;;
		margin: 0 auto;
	}
	.section-box .space .case2 .img div span{
		width: 90%;
		font-size: 14px;
		margin: 10px auto 0;
	}
	.section-box .space .case2 .txt{
		width: 100%;
		margin: 40px auto;
	}
	.section-box .space .case2 .txt p{
		font-size: 13px;
		line-height: 1.6;
		margin: 0 auto 10px;
	}
	.section-box .space .case2 .txt span{
		margin: 5px auto 8px;
	}
	.section-box .space .case2 .txt span.bg{
		padding: 5px 10px;
	}
	.section-box .space .space-p{
		width: 100%;
		font-size: 13px;
		padding: 20px;
	}
	.section-box .design p{
		margin: 0 auto 30px;
	}
	.section-box .design .link-btn{
		width: 90%;
		padding: 10px;
		margin: 40px auto 0;
		border-radius: 30px;
	}
	.section-box .design .link-btn a{
		font-size: 14px;
	}

}

@media screen and (max-width: 567px){
	#round-table .intro {
    margin: 0 auto 30px;
	}
	#round-table .intro p{
		width: 96%;
		text-align: left;
		font-size: 3.4vw;
	}

	#round-table h3{
		font-size: 4.8vw;
		letter-spacing: .05em;
		padding: 60px 0 0;
		margin: -60px auto 20px;
	}
	.section-box .design .link-btn{
		width: 90%;
		margin: 25px auto 0;
		float: none;
	}
	.section-box .design .link-btn a{
		font-size: 3.4vw;
		padding: .6em 1em;
	}
	#round-table .intro{
		margin: 0 auto 40px;
	}
	#round-table .intro p{
		font-size: 3.4vw;
		margin: 30px auto 0;
	}
	
	#round-table .topics{
		padding: 20px 1%;
		margin: 0 auto 50px;
	}
	#round-table .topics p{
		width: 100%;
		font-size: 6vw;
		text-align: left;
		margin: 0 0 10px;
	}
	#round-table .topics ul.topics-box{
		width: 100%;
	}
	#round-table .topics li.topics-list{
		font-size: 3.5vw;
		margin: 0;
	}
	#round-table .topics li.topics-hotowo-list{
		font-size: 3.2vw;
	}
	.section-box h4{
		font-size: 6vw;
		text-align: center;
		margin-bottom: 20px;
	}
	.section-box h4 span.en{
		font-size: 9vw;
	}
	.section-box{
		margin: 40px auto 30px;
	}
	.section-box:last-child{
		margin: 40px auto 0;
	}
	.section-box p{
		font-size: 3.4vw;
	}
	.section-box .merit-inner li{
		width: 100%;
		margin: 0 0 20px;
	}
	.section-box .merit-inner li h4.ttl{
		font-size: 4vw;
		padding: 10px;
		margin: 0 auto 15px;
	}
	.section-box .merit-inner li p.txt{
		font-size: 3.2vw;
		margin: 0;
	}

	.section-box h4.howto-ttl{
		font-size: 3.6vw;
		letter-spacing: .05em;
		padding: 0;
		margin: 30px 0 20px;
	}
	.section-box h4.howto-ttl span.en{;
		width: 40%;
		font-size: 9vw;
		margin: 0;
	}
	.section-box h4.howto-ttl span.jp{
		width: 50%;
		padding: 0 0 3px;
		/*text-align: right;*/
	}
	.section-box .size li {
    width: 48%;
    margin: 0 0 20px;
	}
	.section-box .space .space-ttl{
		font-size: 4.3vw;
		font-weight: 500;
		letter-spacing: 0;
		margin: 30px auto 20px;
		text-align: left;
	}
	.section-box .space .case1{
		margin: 20px auto 40px;
	}
	.section-box .space .case1 .img{
		width: 90%;
	}
	.section-box .space .case1 .txt{
		font-size:3.6vw;
		padding: 10px 10px;
		margin: 20px auto;
	}
	.section-box .space .case1 .txt span {
		display: block;
    font-size: 130%;
}
	.section-box .space .case2{
		margin: 20px auto 40px;
	}
	.section-box .space .case2 .img{
		margin: 0 auto;
	}
	.section-box .space .case2 .img div{
		width: 48%;
		margin: 0 auto;
	}
	.section-box .space .case2 .img div span{
		width: 100%;
		font-size: 3.3vw;
	}
	.section-box .space .case2 .txt{
		width: 100%;
		margin: 30px auto;
	}
	.section-box .space .case2 .txt p{
		font-size: 3.4vw;
		margin: 0 auto 10px;
	}
	.section-box .space .case2 .txt span{
		margin: 5px auto 8px;
	}
	.section-box .space .space-p{
		font-size: 3.4vw;
		padding: 15px;
	}
	.section-box .design p{
		margin: 0 auto 30px;
	}
	.section-box .design .link-btn{
		width: 100%;
		padding: 5px;
		margin: 30px auto 0;
		border-radius: 100px;
	}
	.section-box .design .link-btn a{
		font-size: 3.6vw;
	}
	.coordinate-box .list_item_box {
		padding: 0;
		margin-bottom: 30px;
	}
	.section-box .design-inner{
		width: 100%;
		margin: 0 auto 40px;
	}
	.section-box .design-inner:last-child{
		margin: 0 auto;
	}
}
