@charset "UTF-8";

/* ====================================
	共通スタイル
 ==================================== */
.bdr-gray {
	padding: .5em 1em;
	border: solid 1px #ddd;
}

.no-pt {
	padding-top: 0 !important;
}

/* キャプション付きイメージ */
.fig-caption-bottom figcaption {
	margin-top: .5em;
	font-weight: 500;
	text-align: center;
}

/* メインタイトル */
.main-title {
	font-weight: 500;
	text-align: center;
}

/* ページ内リンクナビ */
ul.list-category-navi {
	display: flex;
	flex-wrap: wrap;
	margin-top: 2rem;
	font-size: 1.3rem;
	line-height: 1.7;
	color: #535353;
}

ul.list-category-navi li {
	padding-left: 1.2em;
}

ul.list-category-navi li:not(:last-of-type) {
	margin-right: 2rem;
}

ul.list-category-navi a {
	position: relative;
}

ul.list-category-navi a::before {
	content: '';
	position: absolute;
	left: -1.1em;
	top: .5em;
	width: 0;
	height: 0;
	margin: auto;
	border-left: 5px solid rgba(0, 0, 0, 0);
	border-right: 5px solid rgba(0, 0, 0, 0);
	border-top: 6px solid #535353;
}

/* 帯見出し */
.category-title-outer {
	background-color: #E6E6E6;
	margin-top: 6rem;
}

.category-title {
	font-weight: 500;
	font-size: 2rem;
	padding: .9em 0;
}

/* サブセクション */
.sub-title {
	font-weight: 700;
}

.sub-bdr-bottom {
	border-bottom: solid 1px #D9D9D9;
}

hr.sub-bdr-bottom {
	border-top: none;
}

/* サブサブセクション */
.sub-sub-title {
	padding-left: 13px;
	position: relative;
}

.sub-sub-title::before {
	content: '';
	display: block;
	width: 4px;
	height: 85%;
	background: #000;
	position: absolute;
	top: 8%;
	left: 0;
}

.sub-item-container .sub-sub-title {
	margin-top: 0;
}

/* ===== 製品固有スタイル ===== */

/* 共通スタイル */
.bg-gray {
	background: #a0a0a0;
	color: #fff;
}

.bg-blue {
	background: #305DA3;
	color: #fff;
}

.bg-light-gray {
	background: #a0a0a0;
	color: #fff;
}



.caption-r {
	font-size: 1.2rem;
	text-align: right;
}

.text-area {
	padding-top: 0.3em;
	text-align: center;
	font-size: 1.4rem;
}

.ttl-color-area {
	padding: 0.3em;
	text-align: center;
	font-weight: 500;
}

.ttl-color-area sup {
	color: #fff;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.copyright {
	margin-top: 0.2rem;
	font-size: 1.15rem;
}

/* コンテンツ紹介 */
ul.list-figures.has-frame li .img {
	padding: 16% 4%;
	border: solid 1px #d9d9d9;
	position: relative;
}



ul.list-figures .sub-name {
	text-align: center;
	margin-top: 0.6rem;
}

ul.list-figures .name {
	font-weight: 500;
	text-align: center;
	line-height: 1.4;
	margin-top: 0.6rem;
}

ul.list-figures .sub-name+.name {
	margin-top: 0rem;
}

ul.list-figures .price {
	font-weight: 500;
	text-align: center;
	line-height: 1.4;
	color: #999;
	margin-top: 0.2rem;
}

ul.list-figures .btn-online {
	font-weight: 500;
	text-align: center;
	margin-top: 1.6rem;

}

ul.list-figures .btn-online a.online {
	color: #fff;
	background: #535353;
	padding: 0.5rem 4%;
	text-decoration: none;
	display: block;
	line-height: 1.4;
}

ul.list-figures.has-frame li .new-img {
	background: #E6000D;
	color: #fff;
	padding: 0.1rem 0.8rem;
	font-size: 1.4rem;
	font-weight: 500;
	position: absolute;
	top: -0.4px;
	left: -0.4px;
}

.label-red {
	display: inline-block;
	background: #E6000D;
	color: #fff;
	padding: .2em .6rem;
	margin-top: 1rem;
	font-size: 1.1rem;
	line-height: 1.2;
	font-weight: 500;
}

ul.list-figures.card .name {
	margin-top: 1rem;
}




ul.list-figures.card li {
	display: flex;
	flex-direction: column;
}

ul.list-figures.card li .btn-online {
	width: 100%;
	margin-top: auto;
	padding-top: 1.6rem;
}

ul.list-figures.card li .img {
	padding: 0 4%;
	/* IE対応 */
	min-height: 0%;

}

ul.list-figures.col3.step.fix-bottom-img li {
	display: flex;
	flex-direction: column;
}

.fix-bottom-img .s-img {
	min-height: 0%;
	margin-top: auto;
	padding-top: .5em;
}

/* リンクバナー */
.btn-arrow-left {
	text-align: center;
}

/* .btn-arrow-left a {
	display: inline-block;
	height: 100%;
	font-size: inherit;
	line-height: inherit;
	font-weight: 500;
	border: 1px solid #000;
	border-radius: 6px;
	background-image: url(/products/common/images/chevron-right-solid.svg);
	background-repeat: no-repeat;
	background-position: left .7em center;
	background-size: auto 1em;
	text-decoration: none;
} */
.btn-arrow-left a {
	display: inline-block;
	height: 100%;
	font-size: inherit;
	line-height: inherit;
	background-color: #535353;
	background-image: url(/products/common/images/chevron-right-solid-w.svg);
	background-repeat: no-repeat;
	background-position: left .7em center;
	background-size: auto 1em;
	color: #fff;
	text-decoration: none;
}



/* ====================================
	スマートフォン専用スタイル
===================================== */
@media only screen and (max-width: 767px) {
	article {
		font-size: 1.5rem;
		line-height: 1.6;
	}

	/* フレックスコンテナ */
	.flex-item-text,
	.flex-item-img {
		width: 100%;
	}

	/* メインビジュアル */
	.main-visual {
		margin-top: 2rem;
	}

	/* メインタイトル */
	.main-title {
		margin: 5rem 0 2rem;
		font-size: 2.2rem;
		line-height: 1.4;
		padding-left: 5%;
		padding-right: 5%;
	}

	/* メインタイトル メイン画像なし */
	.main-title.no-img {
		margin: 5rem 0 0;
		padding-left: 5%;
		padding-right: 5%;
	}

	.inner-title {
		display: inline-block;
		padding: 0.3rem 1.8rem;
		font-size: 1.6rem;
		font-weight: 500;
		margin-bottom: 5rem;
		background-color: #000;
		color: #fff;
	}

	/* サブセクション */
	.sub-section {
		padding-top: 5rem;
	}

	.sub-bdr-bottom {
		padding-bottom: 5rem;
	}

	.sub-section .sub-title {
		font-size: 1.8rem;
	}

	.text-container {
		margin-top: 2rem;
	}

	.img-container {
		margin-top: 3rem;
	}

	.flex-container>.flex-item:nth-of-type(n+2)>.text-container:first-child,
	.flex-container>.flex-item:nth-of-type(n+2)>.img-container:first-child {
		margin-top: 0;
	}

	/* サブアイテム・2列 */
	.sub-item-container>.sub-item {
		padding-top: 5rem;
	}

	.sub-title+.sub-item-container>.sub-item:nth-of-type(-n+2) {
		padding-top: 2rem;
	}

	/* 注釈セクション */
	.caption-section {
		padding-top: 5rem;
	}

	/* サブサブセクション */
	.sub-sub-title {
		margin-top: 6rem;
		font-size: 1.6rem;
	}

	.sub-title+.sub-sub-item>.sub-sub-title,
	.sub-title+.sub-sub-title {
		margin-top: 3rem;
	}

	/* ===== 製品固有スタイル ===== */

	.small-ttl {
		font-size: 1.3rem;
	}

	.small-text {
		font-size: 1.3rem;
		margin-top: 0.2em;
		text-align: left;
		line-height: 1.5;
	}


	.small-text.sp-center {
		text-align: center;
	}

	.text-area {
		font-size: 1.2rem;
	}

	.ttl-color-area {
		padding: 0.4em 0.4em;
		text-align: center;
		font-size: 1.4rem;
		line-height: 1.4;
		margin-bottom: 1.6rem;
		font-weight: 300;
	}

	.ttl-color-area.under-text {
		margin-bottom: 1.2rem;
	}

	.ttl-color-area+.flex-container>.flex-item:first-of-type .img-container {
		margin-top: 0rem;
	}

	.flex-container.half .ttl-color-area.min-h {
		min-height: 4.7rem;
		line-height: 2.8;
	}

	.fix-bottom-img .mt-container {
		padding-top: 2rem;
	}

	/* サブサブタイトル フレックスコンテナ ハーフ 2段目以降 */
	.sub-sub-item .flex-container.fix-bottom-img>.flex-item:nth-of-type(n+2) {
		margin-top: 0;
	}

	/* 画像 サイズ調整 */
	.sp-small {
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}

	/* 画像 左右調整 */
	.w-pd {
		padding-left: 6%;
		padding-right: 6%;
	}

	.flex-container.sp-col2.w-pd .flex-item {
		width: 46%;
	}

	ul.list-figures.sp-col2.w-pd li {
		width: 46%;
	}

	/* 画像リスト */
	ul.list-figures li {
		margin-top: 1em;
	}

	ul.list-figures li:first-child {
		margin-top: 0;
	}

	ul.list-figures li .img {
		width: 100%;
	}

	ul.list-figures.sp-col2,
	ul.list-figures.col4 {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	ul.list-figures.sp-col2 li,
	ul.list-figures.col4 li {
		width: 48%;
		margin-top: 2rem;
	}

	ul.list-figures.has-frame li {
		margin-top: 3rem;
	}

	ul.list-figures.sp-col2.no-gap li {
		width: 50%;
	}

	ul.list-figures.sp-col2 li:nth-child(-n+2),
	ul.list-figures.col4 li:nth-child(-n+2) {
		margin-top: 0;
	}

	ul.list-figures.sp-col3 {
		display: flex;
		flex-wrap: wrap;
	}

	ul.list-figures.sp-col3 li {
		width: 30%;
		margin-left: 5%;
		margin-top: 2rem;
	}

	ul.list-figures.sp-col3 li.large .img {
		padding: 30.8% 4%;
	}

	ul.list-figures.sp-col3 li:nth-child(3n-2) {
		margin-left: 0;
	}

	ul.list-figures.sp-col3 li:nth-child(-n+3) {
		margin-top: 0;
	}

	ul.list-figures.sp-col2 li.large {
		width: 100%;
	}

	ul.list-figures.sp-col2 li.large+li {
		margin-top: 2rem;
	}

	.flex-container.sp-col2 {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.flex-container.sp-col2 .flex-item {
		width: 48%;
		margin-top: 2rem;
	}

	.flex-container.sp-col2 .flex-item:nth-of-type(-n+2) {
		margin-top: 0;
	}

	.flex-container.sp-col2 .flex-item:nth-of-type(n+3) {
		margin-top: 2rem;
	}

	ul.list-figures.card li .img {
		padding: 0 15%;
	}

	ul.list-figures.card li {
		margin-top: 3rem;
	}

	ul.list-figures.card li .btn-online {
		padding-top: 1rem;
	}

	/* 2ステップ 矢印あり */
	ul.list-figures.col2.step li.has-arrow::before {
		position: absolute;
		content: "";
		display: block;
		width: 100%;
		height: 22px;
		background: url(/edictionary/products/common/images/allow.svg) no-repeat;
		background-size: 6%;
		margin: 0 0.5em 0 0;
		top: 50%;
		left: 36%;
		transform: translate(-50%, -50%);
	}

	ul.list-figures.col2.step li {
		width: 45%;
		position: relative;
		margin-left: 10%;
	}

	ul.list-figures.col2.step li:first-of-type {
		margin-left: 0;
	}

	ul.list-figures.col2.step {
		display: flex;
		justify-content: center;
	}

	ul.list-figures.col2.step li {
		margin-top: 0;
	}

	/* 2ハーフカラム矢印付き */
	.flex-container.half .has-arrow {
		padding-top: 8vw;
		position: relative;
	}

	.flex-container.half .has-arrow::before {
		position: absolute;
		content: "";
		display: block;
		width: 6vw;
		height: 6vw;
		background: url(/products/common/images/chevron-down-solid.svg) no-repeat center center;
		background-size: auto 100%;
		margin: 0 0.5em 0 0;
		top: 0;
		left: 50%;
		transform: translate(-50%, 0);
	}

	/* コンテンツ紹介 */
	ul.list-figures .name {
		font-size: 1.2rem;
	}

	ul.list-figures .sub-name {
		font-size: 1.1rem;
	}

	ul.list-figures .price {
		font-size: 1.2rem;
	}

	ul.list-figures .btn-online {
		font-size: 1.1rem;
		margin-top: 1rem;
	}

	ul.list-figures.has-frame li .new-img {
		padding: 0.1vw 1.4vw;
		font-size: 2.5vw;
	}

	/* ポップアップ動画 */
	.popup-movie {
		margin-top: 3rem;
	}

	/* リンクバナー */
	.btn-arrow-left {
		padding-top: 4rem;
		font-size: 1.3rem;
	}

	.btn-arrow-left a {
		padding: .7em 2em .7em 2.6em;
	}



	.text-container.has-step::before {
		width: 6rem;
		height: 6rem;
		top: 50%;
		right: 0rem;
		transform: translate(0, -50%);
	}

	/* ステップアップアイコンあり */


	.text-container.has-icon {
		display: flex;
		flex-direction: column;
	}

	.text-container.has-icon .text {
		width: 100%;
	}

	.text-container.has-icon+.img-container {
		margin-top: 2rem;
	}


	.text-container.has-icon .icon-container {
		/* width: 18%; */
		display: flex;
		align-items: center;
		justify-content: center;
		margin-top: 2rem;
		padding-right: 0.6em;
	}

	.text-container.has-icon .icon-container .step-img {
		/* width: 74%;
			padding-left: 6%; */
		width: 7.6em;
		padding-right: 0.2em;


	}

	.text-container.has-icon .icon-container .up-img {
		/* width: 26%; */
		width: 3em;
	}

	/* .img-container.has-step-sp {
		position: relative;
		margin-top: 10rem;
	}


	.img-container.has-step-sp::before {
		content: '';
		display: block;
		width: 10rem;
		height: 10rem;
		background-image: url(/edictionary/products/common/images/icon-steplistening.jpg);
		background-repeat: no-repeat;
		background-position: left top;
		background-size: 100% auto;
		position: absolute;
		top: -4rem;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.fix-bottom-img.step.has-up {
		position: relative;
		padding-top: 2rem;
	}

	.fix-bottom-img.step.has-up::before {
		content: '';
		display: block;
		width: 3rem;
		height: 3rem;
		background-image: url(/edictionary/products/common/images/icon-up.jpg);
		background-repeat: no-repeat;
		background-position: center top;
		background-size: 100% auto;
		position: absolute;
		top: 1rem;
		right: -1.7rem;
		transform: translate(-50%, -50%);
	} */





}

/* ====================================
	PC&タブレット、印刷専用スタイル
===================================== */
@media print,
screen and (min-width: 768px) {

	/* 最大幅 */
	.maxw750 {
		max-width: 750px;
	}

	.maxw800 {
		max-width: 800px;
	}

	.maxw860 {
		max-width: 860px;
	}

	/* フレックスコンテナ：カスタム幅 */
	.flex-container.r40p {
		justify-content: space-between;
	}

	.flex-container.r40p>.flex-item.r40p-l {
		padding-right: 4%;
		flex: 1;
	}

	.flex-container.r40p>.flex-item.r40p-r {
		width: 40%;
	}

	/* メインビジュアル */
	.main-visual {
		margin-top: 8rem;
	}

	#categoryNavi+.main-visual {
		margin-top: 2.4rem;
	}

	/* メインタイトル */
	.main-title {
		margin: 8rem 0;
		font-size: 3.2rem;
		line-height: 1.4;
	}

	.main-title.no-img {
		margin: 8rem 0 0;
	}

	.inner-title {
		display: inline-block;
		padding: 0.3rem 5.4rem;
		font-size: 1.8rem;
		font-weight: 500;
		margin-bottom: 8rem;
		background-color: #000;
		color: #fff;
	}

	/* ページ内リンクナビ */
	ul.list-category-navi {
		justify-content: center;
		margin-top: 3rem;
		font-size: 1.4rem;
	}

	/* 帯見出し */
	.category-title-outer {
		margin-top: 10rem;
	}

	.category-title {
		font-size: 3rem;
	}

	/* サブセクション */
	.sub-section {
		padding-top: 8rem;
	}

	.sub-bdr-bottom {
		padding-bottom: 8rem;
	}

	.sub-title {
		font-size: 2.2rem;
	}

	.text-container,
	.img-container {
		margin-top: 4rem;
	}

	.text-container.pc-slim,
	.img-container.pc-slim {
		margin-top: 2rem;
	}

	/* サブアイテム・2列 */
	.sub-item-container {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.sub-title+.sub-item-container>.sub-item:nth-of-type(-n+2) {
		padding-top: 4rem;
	}

	.sub-item-container>.sub-item {
		display: flex;
		flex-direction: column;
		width: 47%;
		padding-top: 8rem;
	}

	.sub-item-container>.sub-item.sub-bdr-bottom {
		padding-bottom: 8rem;
	}

	.sub-item-container .sub-item .img-container {
		min-height: 0%;
		/* IE対応 */
		width: 100%;
		margin-top: auto;
		padding-top: 2rem;
	}

	/* 画像下揃え */
	.fix-bottom-img .flex-item {
		display: flex;
		flex-direction: column;
	}

	.fix-bottom-img .img-container {
		min-height: 0%;
		/* IE対応 */
		width: 100%;
		margin-top: auto;
		padding-top: 2rem;
	}

	.fix-bottom-img .mt-container {
		min-height: 0%;
		width: 100%;
		margin-top: auto;
		padding-top: 2rem;
	}

	/* 注釈セクション */
	.caption-section {
		padding-top: 8rem;
	}

	/* サブサブアイテム */
	.sub-sub-item {
		padding-top: 8rem;
	}

	.sub-title+.sub-sub-item {
		padding-top: 4rem;
	}

	.sub-sub-title {
		font-size: 1.8rem;
	}

	.sub-sub-title+.text-container {
		margin-top: 2rem;
	}

	/* ===== 製品固有スタイル ===== */
	.small-text {
		font-size: 1.4rem;
		margin-top: 0.4rem;
		text-align: center;
	}

	.small-text.left {
		text-align: left;
	}

	.tool .small-text {
		text-align: left;
	}

	.ttl-color-area {
		padding: 0.4em 0.2em;
		text-align: center;
		font-size: 1.8rem;
		font-weight: 400;
		margin-bottom: 2.8rem;
	}

	.ttl-color-area.under-text {
		margin-bottom: 2rem;
	}

	.ttl-color-area.under-text+.small-text {
		margin-top: 0rem;
	}

	.ttl-color-area.flex-container .flex-item>.img-container {
		margin-top: 0rem;
	}

	.s-img {
		width: 85%;
		margin-left: auto;
		margin-right: auto;
	}

	/* 画像リスト */
	ul.list-figures {
		display: flex;
		flex-wrap: wrap;
	}

	ul.list-figures.center {
		justify-content: center;
	}

	ul.list-figures li .img {
		width: 100%;
	}

	ul.list-figures.col2,
	ul.list-figures.col3 {
		justify-content: space-between;
	}

	ul.list-figures.col2 li {
		width: 49%;
		margin-top: 1em;
	}

	ul.list-figures.col5.has-frame li.large .img {
		padding: 30.7% 4%;
	}

	ul.list-figures.col2.no-gap li {
		width: 50%;
	}

	ul.list-figures.col2 li:nth-child(-n+2) {
		margin-top: 0;
	}

	ul.list-figures.col3 li {
		width: 32%;
		margin-left: 2%;
	}

	ul.list-figures.col3 li:nth-child(3n-2) {
		margin-left: 0;
	}

	ul.list-figures.col3 li:nth-child(-n+3) {
		margin-top: 0;
	}

	ul.list-figures .name {
		font-size: 1.4rem;
	}

	ul.list-figures .sub-name {
		font-size: 1.3rem;
	}

	ul.list-figures .price {
		font-size: 1.3rem;
	}

	ul.list-figures .btn-online {
		font-size: 1.3rem;
	}

	.flex-container.col3 {
		justify-content: space-between;
	}

	.flex-container.col3 .flex-item {
		width: 32%;
		margin-left: 2%;
	}

	.flex-container.col3 .flex-item:nth-of-type(3n-2) {
		margin-left: 0;
	}

	.flex-container.col3 .flex-item:nth-of-type(-n+3) {
		margin-top: 0;
	}

	/* フレックスコンテナ：ハーフ・カスタム */
	.flex-container.half-custom {
		justify-content: space-between;
	}

	.flex-container.half-custom>.flex-item {
		width: 47%;
	}

	/* フレックスコンテナ ハーフ 2段目以降 */
	.flex-container.half>.flex-item:nth-of-type(n+3) {
		margin-top: 6rem;
	}

	.flex-container.half-custom>.flex-item:nth-of-type(n+3) {
		margin-top: 6rem;
	}

	/* 3ステップ 矢印あり */
	ul.list-figures.col3.step li.has-arrow::before {
		position: absolute;
		content: "";
		display: block;
		width: 100%;
		height: 6%;
		background: url(/edictionary/products/common/images/allow.svg) no-repeat;
		background-size: 6%;
		margin: 0 0.5em 0 0;
		top: 57%;
		left: 44%;
		transform: translate(-50%, -50%);
	}

	ul.list-figures.col3.step {
		justify-content: center;
	}

	ul.list-figures.col3.step li {
		width: 28%;
		position: relative;
	}

	ul.list-figures.col3 step li {
		margin-left: 4%;
	}

	/* 2ステップ 矢印あり */
	ul.list-figures.col2.step li.has-arrow::before {
		position: absolute;
		content: "";
		display: block;
		width: 100%;
		height: 35px;
		background: url(/edictionary/products/common/images/allow.svg) no-repeat;
		background-size: 6%;
		margin: 0 0.5em 0 0;
		top: 50%;
		left: 40%;
		transform: translate(-50%, -50%);
	}

	ul.list-figures.col2.step li {
		width: 38%;
		position: relative;
		margin-left: 6%;
	}

	ul.list-figures.col2.step li:first-of-type {
		margin-left: 0;
	}

	ul.list-figures.col2.step {
		justify-content: center;
	}

	.flex-container.half.center {
		justify-content: center;
	}

	/* 2ハーフカラム矢印付き */
	.flex-container.half .has-arrow {
		position: relative;
	}

	.flex-container.half .has-arrow::before {
		position: absolute;
		content: "";
		display: block;
		width: 40px;
		height: 40px;
		background: url(/products/common/images/chevron-right-solid.svg) no-repeat center center;
		background-size: auto 100%;
		margin: 0 0.5em 0 0;
		top: 50%;
		left: 0;
		transform: translate(-100%, -50%);
	}

	/* リストコンテナ・画像下揃え */
	.list-figures.fix-bottom-img li {
		display: flex;
		flex-direction: column;
	}

	.list-figures.fix-bottom-img li .img {
		min-height: 0%;
		margin-top: auto;
	}

	/* サブサブタイトル フレックスコンテナ ハーフ 2段目以降 */
	.flex-container.half>.flex-item:nth-of-type(n+3) {
		margin-top: 4rem;
	}

	/* ポップアップ動画 */
	.popup-movie {
		max-width: 650px;
		margin-top: 4rem;
	}

	/* リンクバナー */
	.link-section .btn-arrow-left {
		padding-top: 6rem;
	}

	.btn-arrow-left {
		padding-top: 6rem;
		font-size: 1.4rem;
	}

	.btn-arrow-left a {
		padding: .7em 3em .7em 4em;
		font-size: 1.6rem;
	}

	/* ステップアップアイコンあり */

	.text-container.has-icon {
		display: flex;
		justify-content: space-between;
	}



	.text-container.has-icon.double .text {
		width: 81%;
	}

	.text-container.has-icon.single .text {
		width: 92%;
	}


	.text-container.has-icon .icon-container {
		/* width: 18%; */

		display: flex;
		align-items: center;
		justify-content: space-between;
		padding-left: 1.2em;
	}

	.text-container.has-icon .icon-container .step-img {
		/* width: 74%;
		padding-left: 6%; */
		width: 8em;
		padding-right: 0.1em;
	}

	.text-container.has-icon .icon-container .up-img {
		/* width: 26%; */
		width: 3.4em;
	}

}

/* ====================================
	タブレット、印刷専用スタイル
===================================== */
@media only screen and (min-width: 768px) and (max-width: 1079px) {

	/* ===== 製品固有スタイル ===== */
	/* コンテンツ紹介 */
	ul.list-figures.tab-col3 {
		display: flex;
		flex-wrap: wrap;
	}

	ul.list-figures.tab-col3 li {
		width: 30.66%;
		margin-left: 4%;
	}

	ul.list-figures.tab-col3 li:nth-child(3n-2) {
		margin-left: 0;
	}


	.list-figures.col5 li:nth-of-type(n+4) {
		margin-top: 4rem;
	}


	ul.list-figures.tab-col3 li.large {
		width: 30.66%;
	}

	ul.list-figures.tab-col3 li.large:nth-child(3n-2) {
		margin-left: 0;
	}
}

/* ====================================
	PC大画面専用スタイル
===================================== */
@media only screen and (min-width: 1080px) {

	/* コンテンツ紹介 */
	ul.list-figures.col5 li {
		width: 18.4%;
		margin-left: 2%;
	}

	ul.list-figures.col5 li:nth-child(5n-4) {
		margin-left: 0;
	}

	.list-figures.col5 li:nth-of-type(n+6) {
		margin-top: 4rem;
	}

	ul.list-figures.col5 li.large {
		width: 18.4%;
	}

}