article {
	padding-bottom: 0;
}

.newContents p {
	margin-bottom: 0;
}

article.rwd p {
	margin-bottom: 0;
}

@media screen and (max-width: 909px) {

	.rwd div.mainContents,
	div.mainContents.notExNav article {
		width: auto;
	}
}

.newContents .withImgCol {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 1.35vw;
	margin-bottom: 0;
}

#index .newContents .withImgCol .imgR {
	margin: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0 2vw;
	border-bottom: solid 3px #e2e2e2;
	cursor: pointer;
	justify-content: center;
	position: relative;
}

#index .newContents .withImgCol .imgR:first-child {
	padding-left: 2.4vw;
	padding-right: 1.2vw;
}

#index .newContents .withImgCol .imgR:nth-child(3) {
	padding-right: 2.4vw;
}

section.index ul.navigator li {
	padding: 0;
}

section.index ul.navigator li:hover {
	border-bottom: solid 3px #52bf3d;
}

section.index ul.navigator li:hover.customize-link:after {
	background: url(../images/icon-arrow-topMenu-on_rwd.png) no-repeat;
}

@media screen and (max-width: 909px) {
	section.index ul.navigator li.customize-link.active:after {
		background: url(../sp-common/images/icon-arrow-topMenu-on.png) 85% bottom no-repeat;
		background-size: 6px 9px;
		right: 0%;
	}

	section.index ul.navigator li.active a {
		background: none;
	}

	section.index ul.navigator li:hover.customize-link:after {
		background: url(../sp-common/images/icon-arrow-topMenu-on.png) 85% bottom no-repeat;
		background-size: 6px 9px;
		right: 0%;
	}
}

#main.index {
	/*    max-width: initial;
    margin: 0 0 60px;*/
	width: 100%;
}

@media screen and (max-width: 909px) {
	#main.index {
		max-width: initial;
		margin: 20px 0 0;
	}
}

.contents-head {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.indicatorCust {
	max-width: 660px;
	margin: 0 auto;
}

.customize-link {
	padding: 2.6vw 0.8vw 1.31vw;
	text-align: center;
	display: inline-block;
	cursor: pointer;
	position: relative;
}

.customize-link:after {
	content: '';
	display: inline-block;
	background: url(../images/icon-arrow-topMenu-off_rwd.png) no-repeat;
	position: absolute;
	width: 10px;
	height: 17px;
	right: 20%;
	top: 50%;
}

@media screen and (max-width: 909px) {
	.customize-link:after {
		background: url(../sp-common/images/icon-arrow-topMenu-off.png) 85% bottom no-repeat;
		background-size: 6px 9px;
		right: 0%;
	}
}

.imgR.mainImg:nth-child(2) .customize-link {
	padding-top: 1.65vw;
}

.navigator.clearfix .customize-link a {
	display: block;
	text-decoration: none;
	color: #333333;
	font-weight: normal;
	background: none;
	padding: 40px 30px 20px;
	width: auto;
}

@media screen and (max-width: 909px) {
	.navigator.clearfix .customize-link a {
		padding: 15px 5px 10px;
	}
}

.customize-link a span {
	font-size: 1.3vw;
	display: inline-block;
}

.modal-link {
	text-align: right;
	padding: 15px 0 20px;
}

@media screen and (max-width: 909px) {
	.modal-link {
		margin: 16px 10px;
		padding: 0;
	}

	.modal-link p {
		margin: 0;
	}
}

section.index .modal-link p.spBk {
	margin-right: 0;
	background: none;
	padding-right: 0;
	margin: 0;
}

.modal-link p.spBk a {
	font-size: 14px;
	color: #3d3935;
	text-decoration: none;
	padding-right: 0.4vw;
}

@media screen and (max-width: 909px) {
	.modal-link p.spBk a {
		padding-right: 16px;
	}
}


.modal-link p.spBk a:hover {
	opacity: 0.7;
}

.modal-link p.spBk:after {
	content: '';
	display: inline-block;
	width: 5px;
	height: 9px;
	background: url(../images/icon_content_link_right_bk_rwd.png) no-repeat;
	background-size: 5px 9px;
}

@media screen and (max-width: 909px) {
	.modal-link p.spBk:after {
		background: url(../sp-common/images/icon_content_link_right_bk.png) no-repeat scroll 100% 50% rgba(0, 0, 0, 0);
		background-size: contain;
	}
}

#main.index article.centerBtn.favorite-btn {
	padding: 20px 0 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
}

@media screen and (max-width: 909px) {
	article.centerBtn {
		margin: 27px 10px 10px 10px;
	}

	article.centerBtn p {
		margin: 0;
	}

	article.centerBtn p img {
		margin: 0 auto;
	}
}

.centerBtn:hover {
	opacity: 0.7;
}

.customize-description-wrap {
	margin-top: 0;
}

@media screen and (max-width: 909px) {
	.customize-description-wrap {
		padding: 0;
	}
}

.customize-description {
	display: flex;
	align-items: center;
	gap: 32px;
}

@media screen and (max-width: 909px) {
	.customize-description {
		padding: 40px 16px;
		align-items: start;
	}
}

.customizeImg {
	margin: 0;
}

@media screen and (max-width: 909px) {
	.customizeImg.pc-none {
		flex-shrink: 0;
	}
}

.customizeImg img {
	width: 75px;
}

.customizeTxt {
	font-size: 13px;
	text-align: left;
	margin: 0;
}

.customize-description-left-btn {
	display: flex;
	align-items: center;
	gap: 40px;
	margin-top: 16px;
}

@media screen and (max-width: 909px) {
	.customize-description-left-btn {
		display: block;
		margin-top: 16px;
	}
}

.customize-description-left-btn .favorite-btn {
	display: block;
	font-size: 13px;
	color: #00754A;
	font-weight: 500;
	border: solid 1px #00754A;
	border-radius: 24px;
	padding: 10px 16px;
}

@media screen and (max-width: 909px) {
	.customize-description-left-btn .favorite-btn {
		width: max-content;
	}
}

.customize-description-left-btn .cboxDyfElement {
	display: block;
	font-size: 13px;
	color: #00754A;
	font-weight: 500;
}

@media screen and (max-width: 909px) {
	.customize-description-left-btn .cboxDyfElement {
		margin-top: 20px;
		width: max-content;
	}
}

@media screen and (max-width: 909px) {
	.customizeTxt {
		font-size: 13px;
		line-height: 1.55;
	}
}

.customize-howTo-link-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 30px 0;
}

@media screen and (max-width: 909px) {
	.customize-howTo-link-wrap {
		padding: 0;
		flex-shrink: 0;
	}
}

.customize-howTo-link {
	display: flex;
	align-items: center;
	justify-content: center;
}

@media screen and (max-width: 909px) {
	.customize-howTo-link {
		display: block;
		width: 100%;
	}
}

.customize-howTo-link .howTo-link {
	border: solid 1px #e2e2e2;
	border-right: 0;
	border-left: 0;
}

@media screen and (max-width: 909px) {
	.customize-howTo-link .howTo-link:last-child {
		border-top: none;
	}
}

.customize-howTo-link .howTo-link a {
	display: block;
	text-decoration: none;
	color: #888888;
	font-size: 12px;
	position: relative;
	padding: 20px 100px;
}

@media screen and (max-width: 640px) {
	.customize-howTo-link .howTo-link a {
		padding: 15px 50px 15px 10px;
		text-align: left;
		font-size: 14px;
	}
}

.customize-howTo-link .howTo-link a:after {
	content: '';
	display: inline-block;
	position: absolute;
	background: url(../images/icon_content_link_right_bk_rwd.png) no-repeat;
	width: 7px;
	height: 12px;
	top: 50%;
	right: 25%;
	transform: translateY(-50%);
}

.customize-howTo-link .howTo-link:first-child a:after {
	right: 28%;
}

@media screen and (max-width: 909px) {

	.customize-howTo-link .howTo-link a:after,
	.customize-howTo-link .howTo-link:first-child a:after {
		top: 50%;
		right: 5%;
		transform: translateY(-50%);
	}
}

.customize-howTo-link .howTo-link a:hover {
	opacity: 0.7;
}

/* --- PC・共通要素の基本指定 --- */
.slider-cotents {
	display: flex;
	justify-content: center;
	margin: 0 auto;
	padding: 0;
	gap: 8px;
}

.slider-cotents li {
	box-sizing: border-box;
	width: min(206px, 100%);
	padding: 20px;
	border: rgba(255, 255, 255, 1);
	border-radius: 16px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
	background-color: #fff;
	list-style: none;
	text-align: center;
}

.slider-cotents li img {
	margin-left: auto;
	margin-right: auto;
	max-height: 170px;
	width: auto;
}

.slider-cotents li .linkText {
	font-size: 15px;
	color: #00754A;
	font-weight: 500;
	margin: 20px 0 0;
}

section.index #mainImg.imgList {
	margin: 0;
}

ul.slider-cotents li:hover {
	opacity: 0.7;
}

.slider {
	max-width: 660px;
	width: 100%;
	margin: 30px auto;
}

.slick-track {
	display: flex;
}

.customizemock.clearfix {
	display: flex;
}

.itemNavlist {
	display: flex;
}

/* ==========================================
   SP（スマホ）専用のSlick表示調整（909px以下）
========================================== */
@media screen and (max-width: 909px) {

	/* スライダー全体の幅制限を解除 */
	.slider {
		max-width: 100%;
		position: relative;
		padding: 0;
		margin: 20px 0;
	}

	.slider-cotents {
		display: block;
	}

	section.index #mainImg.imgList {
		margin: 0 auto;
	}

	/* 上下の影が途切れないようにする */
	.slick-list {
		padding: 10px 0 !important;
		overflow: hidden;
	}

	.slick-track {
		display: flex !important;
		align-items: stretch;
	}

	/* ★カード（li）の横幅強制を解除し、内側に隙間を作る */
	.slider-cotents li,
	section.index #mainImg ul.slider-cotents li {
		display: block !important;
		float: none !important;
		height: auto !important;
		box-sizing: border-box !important;
		margin: 0 !important;
		padding: 0 4px !important;
		/* ★左右に8pxのパディングを入れてカード同士の隙間を作る */
		width: auto !important;
		/* ★幅はSlick（centerPadding）の自動計算に任せる */
		background: none;
		border-radius: 0;
		box-shadow:none;
	}

	/* カードデザイン（白背景・角丸・影） */
	.slider-cotents li a {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		background: #ffffff;
		border-radius: 16px;
		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
		padding: 20px 10px;
		height: 100%;
		box-sizing: border-box;
		text-decoration: none;
	}

	/* 画像サイズの調整 */
	.slick-slide img,
	section.index #mainImg ul.slider-cotents li img {
		width: auto;
		height: 160px;
		/* ★大きすぎる場合はここ（150px〜180px程度）で画像を調整 */
		max-height: 200px;
		margin: 0 auto;
	}

	/* ------------------------------------------
     矢印ボタン（白丸＋アロー）
  ------------------------------------------ */
	.slick-prev,
	.slick-next {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		z-index: 10;
		width: 40px;
		height: 40px;
		background: #ffffff;
		border-radius: 50%;
		box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
		border: none;
		font-size: 0;
		cursor: pointer;
		outline: none;
		padding: 0;
	}

	.slick-prev {
		left: 5px;
	}

	.slick-prev::before {
		content: '';
		display: block;
		width: 8px;
		height: 8px;
		border-left: 2px solid #555555;
		border-bottom: 2px solid #555555;
		transform: translate(-50%, -50%) rotate(45deg);
		position: absolute;
		top: 50%;
		left: 55%;
	}

	.slick-next {
		right: 5px;
	}

	.slick-next::before {
		content: '';
		display: block;
		width: 8px;
		height: 8px;
		border-top: 2px solid #555555;
		border-right: 2px solid #555555;
		transform: translate(-50%, -50%) rotate(45deg);
		position: absolute;
		top: 50%;
		left: 45%;
	}
}

/* ==========================================
   PC専用の指定（600px / 910px 以上）
========================================== */
@media screen and (min-width: 600px) {
	section.index #mainImg ul.slider-cotents li {
		padding: 20px 2.4vw;
		flex-direction: column;
		display: flex;
		margin-top: auto;
		width: 33.333%;
	}
}

@media screen and (min-width: 910px) {
	.slider-cotents li.pc-hide {
    display: none !important;
  }

	#wrapper {
		margin: 0 0 50px;
	}

	/* PC時は矢印を非表示 */
	.slick-prev,
	.slick-next {
		display: none !important;
	}
}

@media screen and (max-width: 480px) {
	section.index ul.navigator li.customize-link a span {
		font-size: 120%;
	}
}

@media screen and (max-width: 909px) {
	body #colorbox {
		top: 0 !important;
	}
}