@charset "utf-8";
/* CSS Document */

h2 span {
	font-weight: bold;
}

.sabcom{
	margin-top: 20px;
	font-size: 1.4em;
	text-align: center;
	color: #1E6F41;
}

@media screen and (max-width: 767px) {

	/*----------------------------------------------------------------*/

	.eclistArea {
		width: 96%;
		margin: auto;
	}

	.eclist2 {
		display: block;
		width: 100%;
	}

	.eclist2 ul {
		width: 100%;
		padding: 2.5% 0;
		display: block;
	}

	.eclist2 ul li {
		height: 60px;
		width: 100%;
		margin-bottom: 5px;
		text-align: center;
		background-image: linear-gradient(180deg, #4E4851 0%, #4E4851 80%, #3d383f 80%, #3d383f 100%);
	}

	.eclist2 ul a {
		color: #fff;
		font-size: 1.4em;
		font-weight: bold;
		text-align: center;
		line-height: 60px;
		background-color: #4E4851;
		width: 100%;
	}

	/*----------------------------------------------------------------*/

	.eclist ul {
		display: block;
		margin: 20px 0;
		text-align: center;

	}

	.eclist ul li {
		display: inline-block;
		margin: 0 10px;
		font-size: 1.5em;
	}


	.eclist table {
		width: 100%;
		border-collapse: collapse;
	}

	/*
.eclist table tr *:nth-child(1){
  background: #e7e7e7;
}

.eclist table tr *:nth-child(2){
  background: #d5d5d5;
}
	
.eclist table tr *:nth-child(3){
  background: #c0c0c0;
}
*/


	.eclist table tr {
		background: #FFD0A3;
	}

	.eclist table a:link,
	.eclist table a:visited,
	.eclist table a:hover,
	.eclist table a:active {
		color: #333;
		font-size: 1.2em;
	}

	.eclist table th,
	table td {
		color: #333;
		font-weight: bold;
		border: solid 1px white;
		text-align: center;
		padding: 10px 0;
	}


	.eclist table th,
	.eclist table td {
		width: 100%;
		display: block;
	}

	/* ----------------------------------- */
	.eclist3 {
		display: block;
		max-width: 1100px;
		width: 100%;
	}

	.eclist3 * {
		box-sizing: border-box;
	}

	.eclist3 ul {
		width: 100%;
		padding: 2.5% 0;
		display: block;
	}

	.eclist3 ul li {
		height: 60px;
		width: 100%;
		margin-bottom: 5px;
		text-align: center;
		background-image: linear-gradient(180deg, #4E4851 0%, #4E4851 80%, #3d383f 80%, #3d383f 100%);
		overflow: hidden;
	}

	.eclist3 ul li a {
		color: #fff;
		font-size: 1.4em;
		font-weight: bold;
		text-align: center;
		line-height: 1.6;
		padding: 1em;
		background-color: #4E4851;
		width: 100%;
		display: block;
	}

	/* pointArea */
	.point_box {
		display: inline-block;
		width: 96%;
		height: auto;
		margin: 0 2% 40px;
		border-bottom: #666 3px solid;
	}

	.point_box2 {
		/* display: inline-block; */
		width: 96%;
		height: auto;
		margin: 0 30px 40px 2%;
		border-bottom: #666 3px solid;
	}

	.point_box2 * {
		box-sizing: border-box;
	}

	.cnt_point {
		display: inline-block;
		float: left;
		width: 100%;
		margin: 0;
		vertical-align: middle;
	}


	.cnt_point p {
		width: 100%;
		margin: 0 0 30px;
		font-size: 1.3em;
		color: #4b4b4b;
		line-height: 1.5em;
	}

	.cnt_point p span {
		font-weight: bold;
		line-height: 2em;
	}

	.cnt_point2 {
		width: 96%;
		margin: 0 auto;
		vertical-align: middle;
	}

	.cnt_point2 p {
		width: 100%;
		margin: 0 0 30px;
		font-size: 1.3em;
		color: #4b4b4b;
		line-height: 1.5em;
	}

	.cnt_point2 p span {
		font-weight: bold;
		line-height: 2em;
	}

	.cnt_img img {
		display: inline-block;
		margin-bottom: 30px;
		width: 100%;
	}

	.cnt_img2 img {
		margin-bottom: 30px;
		width: 100%;
	}


}

@media screen and (min-width: 767px) {


	/*----------------------------------------------------------------*/

	.eclistArea {
		max-width: 1100px;
		width: 100%;
		margin: auto;
	}

	.eclist2 {
		display: block;
		width: 1100px;
	}

	.eclist2 ul {
		width: 100%;
		padding: 2.5% 0;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.eclist2 ul li {
		height: 60px;
		width: 100%;
		text-align: center;
		background-image: linear-gradient(180deg, #4E4851 0%, #4E4851 80%, #3d383f 80%, #3d383f 100%);
	}

	.eclist2 ul a {
		color: #fff;
		margin-bottom: 5px;
		font-size: 1.4em;
		font-weight: bold;
		text-align: center;
		line-height: 60px;
		background-color: #4E4851;
		width: 33%;
	}

	/*----------------------------------------------------------------*/

	.p-index-content__cards .card .c-content02__txt .txt {
		left: 30%;
	}


	.eclist ul {
		display: block;
		margin: 20px 0;
		text-align: center;

	}

	.eclist ul li {
		display: inline-block;
		margin: 0 10px;
		font-size: 1.5em;
	}


	.eclist table {
		width: 100%;
		border-collapse: collapse;
	}

	/*
.eclist table tr *:nth-child(1){
  background: #e7e7e7;
}

.eclist table tr *:nth-child(2){
  background: #d5d5d5;
}
	
.eclist table tr *:nth-child(3){
  background: #c0c0c0;
}
*/


	.eclist table tr {
		background: #FFD0A3;
	}

	.eclist table a:link,
	.eclist table a:visited,
	.eclist table a:hover,
	.eclist table a:active {
		color: #333;
		font-size: 1.2em;
	}

	.eclist table th,
	table td {
		color: #333;
		font-weight: bold;
		border: solid 1px white;
		text-align: center;
		padding: 10px 0;
	}

	/* ------------------------------------- */
	.eclist3 {
		display: block;
		max-width: 1100px;
		width: 100%;
	}

	.eclist3 * {
		box-sizing: border-box;
	}


	.eclist3 ul {
		width: 100%;
		padding: 2.5% 0;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.eclist3 ul li {
		width: 33%;
		height: 60px;
		text-align: center;
		background-color: #4E4851;
		margin-bottom: 5px;
		overflow: hidden;
	}

	.eclist3 ul a {
		color: #fff;
		font-size: 1.4em;
		font-weight: bold;
		text-align: center;
		padding: 1em 0;
		line-height: 1.3;
		background-image: linear-gradient(180deg, #4E4851 0%, #4E4851 80%, #3d383f 80%, #3d383f 100%);
		width: 100%;
		display: block;
	}

	/* pointArea */
	.point_box {
		display: inline-block;
		width: 1100px;
		height: auto;
		margin-bottom: 40px;
		border-bottom: #666 3px solid;
	}

	.point_box2 {
		display: flex;
		max-width: 1100px;
		width: 100%;
		height: auto;
		margin-bottom: 40px;
		border-bottom: #666 3px solid;
		margin-top: 30px;
	}

	.point_box2 * {
		box-sizing: border-box;
	}

	.cnt_point {
		display: inline-block;
		float: right;
		width: 600px;
		margin: 10px 0 0 40px;
		vertical-align: middle;
	}

	.cnt_point p {
		width: 600px;
		font-size: 16px;
		margin-bottom: 30px;
		color: #4b4b4b;
		line-height: 1.7em;
	}

	.cnt_point p span {
		font-weight: bold;
		line-height: 2em;
	}

	.cnt_point2 {
		width: 70%;
		max-width: 600px;
		margin: 10px 0 0 40px;
		vertical-align: middle;
	}

	.cnt_point2 p {
		width: 100%;
		font-size: 16px;
		margin-bottom: 30px;
		color: #4b4b4b;
		line-height: 1.7em;
	}

	.cnt_point2 p span {
		font-weight: bold;
		line-height: 2em;
	}

	.cnt_img {
		display: inline-block;
		margin-bottom: 30px;
		max-width: 430px;
	}



	.cnt_img img {
		max-width: 430px;
	}

	.cnt_img2 {
		margin-bottom: 30px;
		max-width: 430px;
	}



	.cnt_img2 img {
		max-width: 430px;
		width: 100%;
	}


}


/* https://www.kokuyo-furniture.co.jp/information/support/online/ecpartners.html の幅変更 */
.ec_inpage{
	max-width: 1100px;
    line-height: 1.8;
	margin: 0 auto;
    padding: 3px 0 50px;
    height: auto;
	width: 98%;
}


.eclist_title{
	font-size: 20px;
	line-height: 1.5;
    text-align: center;
	color: #4a9d6a;
	font-weight: bold;
}

@media screen and (max-width: 500px) {
	.eclist_title{
		font-size: 7.86vw;
	}
}