 @charset "UTF-8";

/* 202307 エシカルLP
-------------------------------------------- */
/* 共通 */
#monitor-ethical * { box-sizing: border-box; }
#monitor-ethical { font-size: 16px; }
#monitor-ethical p, #monitor-ethical ul, #monitor-ethical figure, #monitor-ethical h2, #monitor-ethical h3, #monitor-ethical h4 {
	margin: 0;
	padding: 0;
	border: none;
	color: #333333;
}
#monitor-ethical a:hover { text-decoration: none; }
#monitor-ethical img {
	vertical-align: top;
	font-size: 0;
	line-height: 0;
}
#monitor-ethical h2,
#monitor-ethical h3 {
	margin: 0 auto 60px;
	text-align: center;
	font-weight: 600;
}
#monitor-ethical h4 {
	text-align: center;
	font-weight: 600;
}
#monitor-ethical .inner {
	width: 95%;
	max-width: 1080px;
	margin: 0 auto;
}
#monitor-ethical .no-sp-only {
	display: block;
}

/* フォーム共通*/
#monitor-ethical .form-wrap {
	background-color: #FFFFFF;
	text-align: center;
	max-width: 650px;
	width: 100%;
	margin: 0 auto;
	border-radius: 10px;
	box-shadow: 0px 3px 5px rgba(48, 139, 70, 0.5);
}
#monitor-ethical .form-wrap .form-box {
	padding: 30px 36px 10px;
}
#monitor-ethical .form-wrap .form-title {
	margin: 0 auto 20px;
	font-size: 22px;
	font-weight: 600;
	color: #333333;
}
#monitor-ethical .form-wrap .entry-form-action input[type='email'] {
	width: 100%;
	max-width: 326px;
	height: 37px;
	padding: 7px 18px;
	font-size: 19px;
	border: 1px #CCCCCC solid;
	background-color: #F6F6F6;
	background-image: none;
	border-radius: 3px;
}
#monitor-ethical .form-wrap .button {
	width: 100%;
	max-width: 200px;
	height: 37px;
	margin: -8px 0 0;
	padding-left: 23px;
	display: inline-block;
	text-align: left;
	font-size: 15px;
	font-weight: 600;
	color: #FFFFFF;
	vertical-align: middle;
	cursor: pointer;
	background: #DC4D4D url("/img/contents/lp/monitor/arrow_white.png") no-repeat;
	background-position: right 18px center;
	background-size: 8px;
	border-radius: 50px;
	border: none;
	box-shadow: 0 4px 0 0 #A82525;
	-webkit-appearance: none;
	transition: .3s;
}
#monitor-ethical .form-wrap .button:hover {
	transform: translate3d(0, 4px, 0);
	box-shadow: none;
}
#monitor-ethical .form-wrap .notice {
	margin-top: 33px;
	font-size: 12px;
}
/* フォーム（メインビジュアル部分）*/
#monitor-ethical .form-wrap.top-box {
	position: absolute;
	top: 320px;
	right: 50%;
	transform: translateX(50%);
	box-shadow: 0px 0px 5px rgba(204, 204, 204, 0.5);
	z-index: 10;
}
/* クーポン */
#monitor-ethical .form-wrap .form-coupon-wrap {
	width: 100%;
	border-radius: 10px 10px 0 0;
	background: #D6E4D0;
	display: flex;
	padding: 0;
	margin: 0;
}
#monitor-ethical .form-wrap .coupon-row {
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 16px;
	margin: 0 auto;
	padding: 19px 0 12px;
}
#monitor-ethical .form-wrap .coupon-row .col-text {
	font-size: 16px;
	font-weight: 700;
	color: #528457;
	text-align: right;
	line-height: 1.3;
}
#monitor-ethical .form-wrap .col-images {
	display: flex;
	align-items: center;
	gap: 26px;
}
#monitor-ethical .form-wrap .col-images .coupon-img:first-child {
	position: relative;
}
#monitor-ethical .form-wrap .col-images .coupon-img:first-child::after {
	content: "";
	position: absolute;
	top: 50%;
	right: -18px;
	width: 12px;
	height: 12px;
	transform: translateY(-50%);
}
#monitor-ethical .form-wrap .col-images .coupon-img:first-child::after {
	background:
		linear-gradient(#528457, #528457) center/100% 2px no-repeat,
		linear-gradient(#528457, #528457) center/2px 100% no-repeat;
}
#monitor-ethical .form-wrap .col-images .coupon-img {
	max-width: 196px;
}
#monitor-ethical .form-wrap .col-images img {
	max-width: 196px;
	vertical-align: bottom;
}
/* フォーム背景*/
#monitor-ethical .form-bg {
	padding: 61px 0;
	margin-bottom: -2px;
	background: url("/img/contents/lp/monitor/ethical/green_bg_pt.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}
/* メインビジュアル */
#monitor-ethical .main-visual {
	background-image: url("/img/contents/lp/monitor/ethical/main_01_pc.png");
	background-color: #FDF2D6;
	background-position: center bottom -3px;
	background-size: 1614px;
	background-repeat: no-repeat;
	position: relative;
}
#monitor-ethical .main-visual .logo-wrap {
	width: 28%;
	position: absolute;
	top: 23px;
	left: 11px;
}
#monitor-ethical .main-visual .logo-wrap img {
	width: 122px;
	margin: 0 36px 5px 0;
	vertical-align: middle;
}
#monitor-ethical .main-visual .logo-wrap p {
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
	color: #333333;
}
#monitor-ethical .main-visual .logo-wrap p::before {
	content: "";
	height: 29px;
	border-right: dashed 0.1em #707070;
	position: absolute;
	top: 0;
	left: 142px;
}
@media screen and (max-width: 1140px) {
	#monitor-ethical .main-visual .logo-wrap p::before { display: none; }
}
#monitor-ethical .main-visual .mv-txt {
	position: relative;
	margin: 0 auto;
	width: 440px;
	background-color: #538457;
	padding: 60px 0 151px;
}
#monitor-ethical .main-visual .mv-txt p {
	padding: 8px 0;
	font-size: 14px;
	font-weight: 600;
	margin: 0 auto 43px;
	max-width: 354px;
	background-color: #FFFFFF;
	color: #538457;
	text-align: center;
	border-radius: 2px;
}
#monitor-ethical .main-visual .mv-txt h1 {
	margin: 0 auto;
	text-align: center;
}
#monitor-ethical .main-visual .mv-txt h1 img { 
	width: 100%;
	max-width: 322px;
}
/* 地球と人にやさしいアイテムが揃っています */
#monitor-ethical .item {
	background: linear-gradient(#FCEBD1 0%, #FDF2D6 4%, #FDF2D6 56%, #F5DAC1 100%);
	padding: 220px 0 80px;
}
#monitor-ethical .item .item-bg {
	background: url("/img/contents/lp/monitor/ethical/cloud_1_pc.png");
	background-repeat: repeat-y;
	background-position: top center;
	background-size: 1348px;
}
#monitor-ethical .item .inner {
	position: relative;
	z-index: 1;
}
#monitor-ethical .item .item-list {
	margin: 0 auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	grid-column-gap: 26px;
	grid-row-gap: 40px;
}
#monitor-ethical .item .item-list li {
	width: calc(100%  / 4);
	max-width: 250px;
	display: flex;
	flex-direction: column;
}
#monitor-ethical .item .item-list img {
	width: 100%;
	margin-bottom: 15px;
}
#monitor-ethical .item .item-list .category {
	font-size: 18px;
	font-weight: 700;
	text-align: center;
}
/* 企業リスト */
#monitor-ethical .item .company-wrap {
	margin: 60px auto 0;
	padding: 40px 100px;
	background-color: #FFFFFF;
	border-radius: 10px;
}
#monitor-ethical .item .company-list {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 40px;
}
#monitor-ethical .item .company-list li {
	width: 144px;
}
#monitor-ethical .item .company-list li img {
	width: 100%;
	object-fit: contain;
}
/* エシカルな情報を発信 */
#monitor-ethical .info {
	background-image: url("/img/contents/lp/monitor/ethical/green_1.png");
	background-color: #D6E4D0;
	background-repeat: no-repeat;
	background-position: right 5px bottom -17px;
	background-size: 240px;
	padding: 82px 0 80px;
	line-height: 1.8;
}
#monitor-ethical .info .title { margin: 0 auto 49px; }
#monitor-ethical .info .wrap {
	margin: 0 auto;
	display: flex;
	align-items: center;
	gap: 40px 37px;
}
#monitor-ethical .info .wrap .shop-list {
	width: 100%;
	max-width: 335px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 2px 6px 0 #B7CCAE;
	display: block;
}
#monitor-ethical .info .wrap .shop-list:hover img {
	opacity: 0.7;
}
#monitor-ethical .info .wrap .shop-list img {
	width: 100%;
	border-radius: 10px 10px 0 0;
	transition: opacity 0.3s ease;
}
#monitor-ethical .info .wrap .shop-content {
	padding: 20px 0;
	text-align: center;
}
#monitor-ethical .info .wrap .shop-content .shop-name {
	font-size: 18px;
	font-weight: 400;
}
#monitor-ethical .info .wrap .shop-content .shop-name span {
	font-size: 14px;
}
#monitor-ethical .info .wrap .shop-content .features {
	color: #BD770D;
	font-size: 14px;
	font-weight: 400;
}
#monitor-ethical .info .wrap .shop-name,
#monitor-ethical .info .wrap .features {
	text-decoration: underline;
	text-decoration-color: transparent;
	transition: text-decoration-color 0.3s ease;
}
#monitor-ethical .info .wrap .shop-list:hover .shop-name,
#monitor-ethical .info .wrap .shop-list:hover .features {
	text-decoration-color: currentColor;
}
/* about */
#monitor-ethical .about {
	background-image:
	 url("/img/contents/lp/monitor/ethical/green_2.svg"),
	 url("/img/contents/lp/monitor/ethical/green_3.svg");
	background-color: #FFFEF9;
	background-position: left -17px bottom -7px, right -50px bottom -7px;
	background-repeat: no-repeat, no-repeat;
	padding: 82px 0 84px;
	line-height: 1.8;
}
#monitor-ethical .about .inner {
	width: 100%;
	max-width: 814px !important;
	margin: 0 auto;
}
#monitor-ethical .about .about-info {
	width: 100%;
	margin: 0;
}
#monitor-ethical .about .about-info .info-title {
	font-size: 20px;
	font-weight: 700;
	margin: 0 0 20px;
}
#monitor-ethical .about .about-info .info-title span {
	color: #BD770D;
}
#monitor-ethical .about .about-info .content {
	font-size: 16px;
	line-height: 1.8;
}
#monitor-ethical .about .products-wrap {
	margin: 20px auto 0;
	padding: 20px 30px 25px;
	background-color: #FFFFFF;
	position: relative;
	border: 1px dashed #707070;
}
#monitor-ethical .about .products-wrap .product-title {
	font-size: 15px;
	margin-bottom: 15px;
}
#monitor-ethical .about .products-list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px 23px;
	font-size: 14px;
} 
#monitor-ethical .about .products-list li::before {
	margin-right: 5px;
	content: '\025cf';
	display: inline-block;
	color: #82A97C;
	font-size: 14px;
}
/* サイトイメージ */
#monitor-ethical .about .site-image {
	margin: 40px auto 0;
	width: 100%;
	max-width: 600px;
}
#monitor-ethical .about .site-image img {
	width: 100%;
}
/* 情報発信 */
#monitor-ethical .about .transmission-wrap {
	margin: 60px auto 0;
	width: 672px;
}
#monitor-ethical .about .transmission-wrap .transmission-title {
	font-size: 20px;
	font-weight: 700;
	margin: 0 0 15px;
}
#monitor-ethical .about .transmission-wrap .content {
	font-size: 16px;
	line-height: 1.8;
}
/* site */
#monitor-ethical .about .site-wrap {
	margin: 30px auto 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
}
#monitor-ethical .about .site-list {
	width: 390px;
	border-radius: 10px;
	background-color: #FFFFFF;
	box-shadow: 0 2px 6px 0 #CFCFCF;
	display: block;
}
#monitor-ethical .about .site-list img {
	width: 100%;
	border-radius: 10px 10px 0 0;
	transition: opacity 0.3s ease;
}
#monitor-ethical .about .site-list:hover img {
	opacity: 0.7;
}
#monitor-ethical .about .site-content {
	padding: 20px 0;
	text-align: center;
}
#monitor-ethical .about .site-content .name {
	font-size: 18px;
	font-weight: 400;
	margin: 0;
	padding: 0;
	color: #333;
}
#monitor-ethical .about .site-content .features {
	color: #BD770D;
	font-size: 14px;
	font-weight: 400;
}
#monitor-ethical .about .sns-content {
	padding: 20px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
#monitor-ethical .about .sns-icon {
	width: 39px;
}
#monitor-ethical .about .sns-box {
	margin: 0 0 0 20px;
}
#monitor-ethical .about .sns-content .name {
	font-size: 18px;
	margin: 0;
	padding: 0;
}
#monitor-ethical .about .sns-content .features {
	color: #BD770D;
	font-size: 14px;
	font-weight: 400;
}
#monitor-ethical .about .site-list .name,
#monitor-ethical .about .site-list .features {
	text-decoration: underline;
	text-decoration-color: transparent;
	transition: text-decoration-color 0.3s ease;
}
#monitor-ethical .about .site-list:hover .name,
#monitor-ethical .about .site-list:hover .features {
	text-decoration-color: currentColor;
}
/* 多くのショップオーナーに選ばれる理由 */
#monitor-ethical .reason {
	background: url("/img/contents/lp/monitor/ethical/cloud_2_PC.png"), linear-gradient(#FDF2D6 0%, #FDF2D6 42%, #F5DAC1 100%);
	background-repeat: no-repeat;
	background-position: top 23% right 54%;
	padding: 82px 0 80px;
	margin-top: -2px;
}
#monitor-ethical .reason .reason-list li {
	width: 100%;
	max-width: 1080px;
	display: flex;
	align-items: center;
	box-shadow: 0px 2px 6px rgba(181, 166, 108, 0.16);
	background-color: #FFFFFF;
	border-radius: 10px;
	border: none;
}
#monitor-ethical .reason .reason-list li:first-child { margin-bottom: 30px; }
#monitor-ethical .reason .reason-list img {
	max-width: 446px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	display: flex;
}
#monitor-ethical .reason .reason-list .txt-area { padding: 4% 5% 4% 6%; }
#monitor-ethical .reason .reason-list .title {
	margin-bottom: 14px;
	font-size: 22px;
	font-weight: 600;
	text-align: left;
	line-height: 1;
}
#monitor-ethical .reason .reason-list .title span {
	margin-right: 14px;
	font-size: 46px;
	font-style: italic;
	color: #82A97C;
	vertical-align: middle;
}
#monitor-ethical .reason .reason-list .text { line-height: 1.8; }
/* 開業準備中の方もご登録いただけます */
#monitor-ethical .special {
	padding: 80px 0 77px;
	text-align: center;
	background: url("/img/contents/lp/monitor/ethical/green_4.svg"), #FFFEF9;
	background-repeat: no-repeat;
	background-position: center bottom -50px;
	background-size: auto;
}
#monitor-ethical .special .title-wrap { margin-bottom: 54px; }
#monitor-ethical .special .title {
	margin: 0 auto 18px;
	font-size: 22px;
}
#monitor-ethical .special .catch {
	padding-bottom: 5px;
	font-size: 18px;
	font-weight: 600;
}
#monitor-ethical .special .catch::before {
	margin-right: 8px;
	display: inline-block;
	content: '＼';
}
#monitor-ethical .special .catch::after {
	margin-left: 8px;
	display: inline-block;
	content: '／';
}
#monitor-ethical .special .box {
	margin: 30px 0 0;
	padding: 64px 12% 58px;
	text-align: left;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 2px dotted #707070;
	background-color: #FFFFFF;
	position: relative;
}
#monitor-ethical .special .box h4 {
	width: 100%;
	max-width: 425px;
	text-align: center;
	position: absolute;
	top: -35px;
	right: 50%;
	transform: translateX(50%);
	z-index: 1;
}
#monitor-ethical .special .box h4 img { 
	width: 100%;
	max-width: 350px;
}
#monitor-ethical .special .box-in {
	width: 50%;
	max-width: 313px;
	display: flex;
	align-items: center;
	background-color: #FFFFFF;
	border: 2px solid #D57A6F;
	border-radius: 5px;
}
#monitor-ethical .special .box-in .num {
	padding: 9px 11px;
	font-size: 32px;
	font-weight: 600;
	color: #D57A6F;
	border-right: 1px dashed #D57A6F;
}
#monitor-ethical .special .box-in .text {
	padding-left: 11px;
	font-size: 15px;
}
#monitor-ethical .special .plus {
	margin: 0 30px;
	font-size: 22px;
	color: #333333;
}
/* TAB/SP */
@media screen and (max-width: 940px) {
	/* 共通 */
	#monitor-ethical .inner { width: 90%; }
	#monitor-ethical h3.title img { width: 100%; }
	/* フォーム共通*/
	#monitor-ethical .form-wrap {
		width: calc(100% - 74px);
		max-width: 100%;
	}
	/* フォーム（メインビジュアル部分）*/
	#monitor-ethical .form-wrap.top-box { top: 451px; }
	/* クーポン */ 
	#monitor-ethical .form-wrap .coupon-row {
		padding: 13px 15px;
	}
	#monitor-ethical .form-wrap .coupon-row .col-text {
		font-size: 16px;
		min-width: 144px;
	}
	#monitor-ethical .form-wrap  .col-images img {
		width: 100%;
	}
	/* メインビジュアル */
	#monitor-ethical .main-visual {
		background-image: none;
		background-color: transparent;
		margin-top: 0;
	}
	#monitor-ethical .main-visual .mv-wrap { background-color: #538457; }
	#monitor-ethical .main-visual .logo-wrap {
		width: 100%;
		left: 25px;
	}
	#monitor-ethical .main-visual .logo-wrap img {
		width: 120px;
		margin: 0;
	}
	#monitor-ethical .main-visual .mv-txt {
		padding: 18px 0 32px;
		background-color: transparent;
	}
	#monitor-ethical .main-visual .mv-txt p {
		padding: 7px 0;
		margin: 0 auto 24px;
	}
	#monitor-ethical .main-visual .mv-txt h1 img { max-width: 400px; }
	#monitor-ethical .mv-img-ts {
		background-color: #FDF2D6;
		height: 266px;
		text-align: center;
		position: relative;
	}
	#monitor-ethical .mv-img-ts img { position: absolute; }
	#monitor-ethical .mv-img-ts .img-left {
		width: 261px;
		top: 23px;
		right: 52%;
		z-index: 2;
	}
	#monitor-ethical .mv-img-ts .img-right {
		width: 328px;
		top: 16px;
		left: 41%;
		z-index: 1;
	}

	/* 地球と人にやさしいアイテムが揃っています */
	#monitor-ethical .item { padding: 240px 0 60px; }
	#monitor-ethical .item .item-bg {
		background: url("/img/contents/lp/monitor/ethical/cloud_1_tab.png");
		background-repeat: no-repeat;
		background-position: top 30px left -30px;
		background-size: 100%;
	}
	#monitor-ethical .item .title { max-width: 559px; }
	#monitor-ethical .item .item-list {
		justify-content: center;
		padding: 0;
		grid-column-gap: 34px;
		grid-row-gap: 40px;
	}
	#monitor-ethical .item .item-list li {
		width: calc((100% - 34px) / 2);
		max-width: 330px;
	}
	/* 企業リスト */
	#monitor-ethical .item .company-wrap {
		margin: 50px auto 0;
		padding: 30px 30px;
	}
	#monitor-ethical .item .company-list {
		gap: 20px;
		justify-content: center;
	}
	#monitor-ethical .item .company-list li {
		max-width: 110px;
	}
	/* エシカルな情報を発信 */
	#monitor-ethical .info {
		padding: 78px 0 79px;
		background-position: right 75px bottom -17px;
	}
	#monitor-ethical .info .wrap {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 40px 24px;
	}
	#monitor-ethical .info .title {
		max-width: 651px;
		margin: 0 auto 60px;
	}
	#monitor-ethical .info .wrap .shop-list {
		justify-self: center;
	}
	/* about */
	#monitor-ethical .about {
		padding: 82px 0 95px;
	}
	#monitor-ethical .about .inner { 
		width: calc(100% - 74px);
	}
	#monitor-ethical .about .title {
		max-width: 336px;
		margin: 0 auto 60px;
	}
	#monitor-ethical .about .about-info .content {
		text-align: left;
	}
	/* 情報発信 */
	#monitor-ethical .about .transmission-wrap {
		margin: 60px auto 0;
		width: 100%;
		max-width: 672px;
	}
	#monitor-ethical .about .transmission-wrap .transmission-title {
		text-align: center;
	}
	/* site */
	#monitor-ethical .about .site-list {
		width: calc((100% - 21px) / 2);
	}
	#monitor-ethical .about .sns-box {
		text-align: left;
	}
	/* 多くのショップオーナーに選ばれる理由 */
	#monitor-ethical .reason { padding: 60px 0; }
	#monitor-ethical .reason .title img { max-width: 430px; }
	#monitor-ethical .reason .reason-list {
		display: flex;
		max-width: 692px;
		margin: 0 auto;
	}
	#monitor-ethical .reason .reason-list li {
		width: calc((100% - 30px) / 2);
		display: block;
	}
	#monitor-ethical .reason .reason-list li:first-child { margin: 0 30px 0 0; }
	#monitor-ethical .reason .reason-list img {
		max-width: 331px;
		width: 100%;
		border-top-right-radius: 10px;
		border-bottom-left-radius: 0;
	}
	#monitor-ethical .reason .reason-list .txt-area { padding: 0; }
	#monitor-ethical .reason .reason-list .title {
		margin: 24px 4% 14px;
		font-size: 18px;
		text-align: center;
	}
	#monitor-ethical .reason .reason-list .title span {
		margin-right: 5px;
		font-size: 40px;
	}
	#monitor-ethical .reason .reason-list .text { padding: 0 10% 34px 10%; }
	/* 開業準備中の方もご登録いただけます */
	#monitor-ethical .special {
		padding: 60px 0;
		background-position: left -24px bottom -40px;
		background-size: 155%;
	}
	#monitor-ethical .special .title-wrap { margin-bottom: 21px; }
	#monitor-ethical .special .title-wrap > p {
		max-width: 588px;
		margin: 0 auto;
		text-align: left;
	}
	#monitor-ethical .special .catch { padding-bottom: 14px; }
	#monitor-ethical .special .box { padding: 56px 3% 55px; }
	#monitor-ethical .special .plus { margin: 0 10px; }
}
/* SP */
@media screen and (max-width: 670px) {
	/* 共通 */
	#monitor-ethical h3 { margin: 0 auto 34px; }
	#monitor-ethical .no-sp-only {
		display: none;
	}
	/* フォーム共通*/
	#monitor-ethical .form-wrap {
		width: calc(100% - 36px);
	}
	#monitor-ethical .form-wrap .form-box {
		padding: 20px 18px 25px;
	}
	#monitor-ethical .form-wrap .entry-form-action input[type='email'] {
		max-width: 100%;
	}
	#monitor-ethical .form-wrap .notice {
		margin-top: 20px;
	}
	/* フォーム（メインビジュアル部分）*/
	#monitor-ethical .form-wrap.top-box { top: 356px; }
	#monitor-ethical .form-wrap .button {
		max-width: 200px;
		margin: 9px auto 0;
		padding-left: 0;
		display: block;
		text-align: center;
		background-position: right 17px center;
	}
	/* フォーム背景*/
	#monitor-ethical .form-bg {
		padding: 40px 0;
		background: url("/img/contents/lp/monitor/ethical/green_bg_sp.png");
	}
	/* クーポン */ 
	#monitor-ethical .form-wrap .coupon-row {
		width: calc(100% - 30px);
		flex-direction: column;
		row-gap: 12px;
		padding: 10px 15px;
		text-align: center;
	}
	#monitor-ethical .form-wrap .coupon-row .col-text {
		font-size: 14px
	}
	#monitor-ethical .form-wrap  .col-images img {
		width: 100%;
	}
	/* メインビジュアル */
	#monitor-ethical .main-visual .mv-wrap { padding-top: 59px; }
	#monitor-ethical .main-visual .mv-txt {
		width: 100%;
		max-width: 312px;
	}
	#monitor-ethical .main-visual .mv-txt p {
		padding: 6px 0;
		font-size: 13px;
		margin: 0 auto 20px;
		border-radius: 0;
	}
	#monitor-ethical .main-visual .logo-wrap {
		top: 21px;
		left: 18px;
	}
	#monitor-ethical .main-visual .logo-wrap img { width: 100px; }
	#monitor-ethical .main-visual .mv-txt { padding: 0 0 24px; }
	#monitor-ethical .main-visual .mv-txt h1 img { max-width: 225px; }
	#monitor-ethical .mv-img-ts { height: 243px; }
	#monitor-ethical .mv-img-ts .img-left {
		width: 198px;
		top: 12px;
		right: 46%;
		z-index: 1;
	}
	#monitor-ethical .mv-img-ts .img-right {
		width: 228px;
		top: 19px;
		left: 37%;
		z-index: 2;
	}
	#monitor-ethical .about .img-area img { max-width: 288px; }
	/* 地球と人にやさしいアイテムが揃っています */
	#monitor-ethical .item {
		padding: 280px 0 40px;
	}
	#monitor-ethical .item .title {
		margin: 0 auto 34px;
	}
	#monitor-ethical .item .title img {
		width: 100%;
		max-width: 301px;
	}
	#monitor-ethical .item .item-list {
		justify-content: center;
		padding: 0;
		grid-column-gap: 0px;
		grid-row-gap: 25px;
	}
	#monitor-ethical .item .item-list li {
		width: calc(100%  / 2);
		max-width: 170px;
	}
	#monitor-ethical .item .item-list .category {
		font-size: 16px;
	}
	/* 企業リスト */
	#monitor-ethical .item .company-wrap {
		padding: 16px;
	}
	#monitor-ethical .item .company-list li {
		width: 100%;
		max-width: 84px;
	}
	/* エシカルな情報を発信 */
	#monitor-ethical .info {
		background-image: none;
		padding: 40px 0;
	}
	#monitor-ethical .info .title {
		margin: 0 auto 25px;
	}
	#monitor-ethical .info .title img { max-width: 258px; }
	#monitor-ethical .info .wrap {
		grid-template-columns: 1fr;
		gap: 25px 0;
	}
	#monitor-ethical .info .wrap .shop-content {
		padding: 10px 0;
		line-height: 1.5;
	}
	#monitor-ethical .info .wrap .shop-content .shop-name{
		font-size: 16px;
	}
	/* about */
	#monitor-ethical .about {
		padding: 40px 0 85px;
	}
	#monitor-ethical .about .inner { 
		width: calc(100% - 32px);
	}
	#monitor-ethical .about .title {
		max-width: 258px;
		margin: 0 auto 25px;
	}
	#monitor-ethical .about .title img {
		max-width: 100%;
	}
	#monitor-ethical .about .about-info .info-title {
		font-size: 18px;
	}
	#monitor-ethical .about .products-wrap {
		padding: 15px 20px 20px;
	}
	#monitor-ethical .about .products-wrap .product-title {
		font-size: 14px;
		margin-bottom: 10px;
	}
	#monitor-ethical .about .products-list {
		gap: 10px 20px;
		font-size: 12px;
	}
	/* サイトイメージ */
	#monitor-ethical .about .site-image {
		margin: 30px auto 0;
	}
	/* 情報発信 */
	#monitor-ethical .about .transmission-wrap {
		margin: 36px auto 0;
	}
	#monitor-ethical .about .transmission-wrap .transmission-title {
		font-size: 18px;
	}
	/* site */
	#monitor-ethical .about .site-wrap {
		display: block;
	}
	#monitor-ethical .about .site-list {
		width: 100%;
	}
	#monitor-ethical .about .site-list:first-child {
		margin: 0 0 22px;
	}
	/* 多くのショップオーナーに選ばれる理由 */
	#monitor-ethical .reason {
		padding: 40px 0;
		background: none;
		background-color: #FDF2D6;
	}
	#monitor-ethical .reason .title img { max-width: 258px; }
	#monitor-ethical .reason .reason-list {
		display: block;
		width: 100%;
		max-width: 324px;
	}
	#monitor-ethical .reason .reason-list li {
		width: 100%;
		border-radius: 7px;
	}
	#monitor-ethical .reason .reason-list li:first-child { margin: 0 auto 30px; }
	#monitor-ethical .reason .reason-list .title {
		margin: 30px 4% 20px;
		font-size: 20px;
	}
	#monitor-ethical .reason .reason-list .title span { display: none; }
	#monitor-ethical .reason .reason-list .text { padding: 0 8% 40px 8%; }
	/* 開業準備中の方もご登録いただけます */
	#monitor-ethical .special {
		padding: 40px 0 98px;
		background-position: right -155px bottom -18px;
		background-size: 265%;
	}
	#monitor-ethical .special .title {
		margin: 0 auto 25px;
		font-size: 20px;
	}
	#monitor-ethical .special .title-wrap { margin-bottom: 25px; }
	#monitor-ethical .special .box {
		margin: 30px 0 0;
		padding: 48px 3%;
		display: block;
	}
	#monitor-ethical .special .box h4 img { max-width: 291px; }
	#monitor-ethical .special .box-in {
		width: 100%;
		max-width: 300px;
		margin: 0 auto;
	}
	#monitor-ethical .special .box-in .num { padding: 7px 11px; }
	#monitor-ethical .special .box-in .text { padding-left: 9px; }
	#monitor-ethical .special .plus {
		margin: 10px 0;
		text-align: center;
	}
}