@charset "UTF-8";

body {
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%; /* Safari */
}

.template_cnt {
	max-width: 1064px;
	margin: 0px auto 0px;
	padding: 0px 20px 0px 20px;
	overflow: hidden;
}

/* タイトル */
.template_cnt h1 {
	margin: 0px 0px 30px 0px;
	font-size: 34px;
	font-weight: 700;
}

.template_cnt h2 {
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 10px 0px;
	font-size: 32px;
	font-weight: 700;
	border-bottom: 1px solid #ccc;
	font-family: '游ゴシック', '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', sans-serif !important;
}

.txt_cen {
	text-align: center;
}

.template_cnt h2.ul_none {
	border-bottom: none;
}

.template_cnt h3 {
	position: relative;
	display: inline-block;
	margin-bottom: 10px;
	padding: 10px 15px;
	margin: 50px 0px 30px 0px;
	background-color: #ede5cd;
	font-size: 22px;
	font-weight: 700;
	width: 100%;
}

.template_cnt h3::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 30px;
	border-style: solid;
	border-width: 10px 7px 0 7px;
	border-color: #ede5cd transparent transparent;
	translate: -50% 100%;
}

.template_cnt h4 {
	position: relative;
	display: inline-block;
	margin-bottom: 10px;
	padding: 10px 15px;
	margin: 30px 0px 30px 0px;
	background-color: #eee;
	font-size: 18px;
	font-weight: 700;
	width: 100%;
}

.template_cnt h4::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 30px;
	border-style: solid;
	border-width: 10px 7px 0 7px;
	border-color: #eee transparent transparent;
	translate: -50% 100%;
}

.template_cnt h5 {
	margin: 50px 0px 15px 0px;
	font-size: 18px;
	font-weight: 700;
}

/* 画像 L */
.template_cnt .image_box_l {
	max-width: 1024px;
	margin: 0px 0px 30px 0px;
}

.template_cnt .image_box_l img {
	width: 100%;
}

/* 画像 2カラム */
.template_cnt .image_box_2column {
	max-width: 680px;
	margin: 0px auto 30px;
	display: flex;
}

.template_cnt .image_box_2column div {
	width: calc(100% / 2);
}

/* 画像 3カラム */
.template_cnt .image_box_3column {
	max-width: 1024px;
	margin: 0px 0px 30px 0px;
	display: flex;
}

.template_cnt .image_box_3column div {
	width: calc(100% / 3);
}

/* 太字 */
.template_cnt .bold {
	font-weight: 900;
}

/* 目次 */
.template_cnt .index_cnt {
	max-width: 780px;
	margin: 0px auto 60px;
	padding: 20px 20px 10px 30px;
	border: 1px solid #ccc;
}

.template_cnt .index_cnt .index_cnt--ttl {
	max-width: 1024px;
	margin: 0px 0px 10px 0px;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
}

.template_cnt .index_cnt ul li {
	list-style-type: decimal !important;
	padding-left: 0.5em;
	margin: 0px 0px 10px 1em;
}

.template_cnt .index_cnt ul li ul {
	margin: 10px 0px 25px 0px;
}

.template_cnt .index_cnt ul li ul li {
	list-style-type: disc !important;
	padding-left: 0em;
	margin: 0px 0px 10px 1em;
}

.template_cnt .index_cnt ul li ul li li {
	list-style-type: circle !important;
}

/* 目次(ドット) */
.template_cnt .index_cnt-disc {
	max-width: 780px;
	margin: 0px auto 60px;
	padding: 20px 20px 10px 30px;
	border: 1px solid #ccc;
}

.template_cnt .index_cnt-disc .index_cnt--ttl {
	max-width: 1024px;
	margin: 0px 0px 10px 0px;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
}

.template_cnt .index_cnt-disc ul li {
	list-style-type: disc !important;
	padding-left: 0.5em;
	margin: 0px 0px 10px 1em;
}

/* リスト */
.template_cnt .list_cnt {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 10px;
	/* border: 1px solid #ccc; */
	display: inline-block;
}

.template_cnt .list_cnt ul li {
	list-style-type: disc !important;
	padding-left: 0.5em;
	margin: 0px 0px 10px 1em;
	line-height: 1.8;
}

.template_cnt .list_cnt ul li a {
	text-decoration: underline;
}

/* リスト（番号） */
.template_cnt .list_cnt-num {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 10px;
	/* border: 1px solid #ccc; */
	display: inline-block;
}

.template_cnt .list_cnt-num ul li {
	list-style-type: decimal !important;
	padding-left: 0.5em;
	margin: 0px 0px 10px 1em;
	line-height: 1.8;
}

.template_cnt .list_cnt-num ul li ul {
	margin: 20px 0px 20px 1em;
}

.template_cnt .list_cnt-num ul li ul li {
	list-style-type: circle !important;
	padding-left: 0.5em;
	margin: 0px 0px 10px 1em;
}

/* リスト(枠線あり) */
.template_cnt .list_cnt_line {
	margin: 0px 0px 20px 0px;
	padding: 20px 20px 10px 20px;
	border: 1px solid #ccc;
	display: inline-block;
}

.template_cnt .list_cnt_line ul li {
	list-style-type: disc !important;
	padding-left: 0.5em;
	margin: 0px 0px 10px 1em;
}

/* コメント */
.template_cnt .comment_cnt {
	max-width: 1024px;
	margin: 0px 0px 15px 0px;
	padding: 20px 20px 20px 20px;
	border: 1px solid #ccc;
}

.template_cnt .comment_cnt .comment_cnt--txt {
	margin: 0px 0px 15px 0px;
}

.template_cnt .comment_cnt .comment_cnt--txt p {
	margin: 0px 0px 1em 0px;
}

.template_cnt .comment_cnt .comment_cnt--name {
	text-align: left;
}

.template_cnt .comment_cnt .comment_cnt--txt_mb0 {
	margin: 0px 0px 0px 0px;
}

/* Ｑ＆Ａ */
.template_cnt .qa_cnt {
	max-width: 1024px;
	margin: 0px 0px 30px 0px;
}

.template_cnt .qa_cnt .qa_cnt--box {
	margin: 0px 0px 40px 0px;
}

.template_cnt .qa_cnt .qa_cnt--box .qa_cnt--box--que {
	margin: 0px 0px 20px 0px;
	color: #000;
	font-weight: 700;
	padding-left: 2em;
}

.template_cnt .qa_cnt .qa_cnt--box .qa_cnt--box--que::before {
	content: 'Ｑ．';
	margin-left: -2em;
	margin-right: 0em;
}

.template_cnt .qa_cnt .qa_cnt--box .qa_cnt--box--ans {
	margin: 0px 0px 30px 0px;
	padding-left: 2em;
}

.template_cnt .qa_cnt .qa_cnt--box .qa_cnt--box--ans::before {
	content: 'Ａ．';
	margin-left: -2em;
	margin-right: 0em;
	color: #e94709;
	font-weight: bold;
}

/* Ｑ＆Ａ内コメント */
.template_cnt .qa_cnt .comment_cnt {
	max-width: 1024px;
	margin: 0px 0px 25px 2em;
	padding: 15px;
	border: 1px solid #ccc;
}

.template_cnt .qa_cnt .comment_cnt .comment_cnt--txt {
	margin: 0px 0px 0px 0px;
}

.template_cnt .qa_cnt .comment_cnt .comment_cnt--txt p {
	margin: 0px 0px 0em 0px;
}

.template_cnt .qa_cnt .comment_cnt .comment_cnt--name {
	text-align: left;
}

/* Ｑ＆Ａ内テキスト 横１００％ */
.template_cnt .qa_cnt .txt_cnt {
	max-width: 1024px;
	margin: 0px 0px 30px 2em;
}

/* Ｑ＆Ａ 枠線 */
.template_cnt .qa_cnt_line {
	max-width: 1024px;
	padding: 20px 20px 0px 20px;
	border: 1px solid #ccc;
	margin: 0px 0px 30px 0px;
}

.template_cnt .qa_cnt_line .qa_cnt_line--box {
	margin: 0px 0px 0px 0px;
}

.template_cnt .qa_cnt_line .qa_cnt_line--box .qa_cnt_line--box--que {
	margin: 0px 0px 20px 0px;
	color: #000;
	font-weight: 700;
	padding-left: 2em;
}

.template_cnt .qa_cnt_line .qa_cnt_line--box .qa_cnt_line--box--que::before {
	content: 'Ｑ．';
	margin-left: -2em;
	margin-right: 0em;
}

.template_cnt .qa_cnt_line .qa_cnt_line--box .qa_cnt_line--box--ans {
	margin: 0px 0px 30px 0px;
	padding-left: 2em;
}

.template_cnt .qa_cnt_line .qa_cnt_line--box .qa_cnt_line--box--ans::before {
	content: 'Ａ．';
	margin-left: -2em;
	margin-right: 0em;
	color: #e94709;
	font-weight: bold;
}

/* テキスト 横１００％ */
.template_cnt .txt_cnt {
	max-width: 1024px;
	margin: 0px 0px 30px 0px;
}

.template_cnt .txt_cnt p {
	margin: 0px 0px 1em 0px;
	line-height: 1.8;
}

/* テキスト 小 */
.template_cnt .txt_small {
	font-size: 14px;
}

/* 下線リンク */
.template_cnt a.ul_link {
	border-bottom: 1px solid #000;
	transition-duration: 0.3s;
}

.template_cnt a.ul_link:hover {
	border-bottom: 1px solid #fff;
	transition-duration: 0.3s;
}

/* 下線リンク */
.template_cnt .txt_cnt a {
	border-bottom: 1px solid #000;
	transition-duration: 0.3s;
}

.template_cnt .txt_cnt a:hover {
	border-bottom: 1px solid #fff;
	transition-duration: 0.3s;
}

/* 下線リンク */
.template_cnt .txt_cnt strong a {
	border-bottom: 1px solid #e94709;
	transition-duration: 0.3s;
	color: #e94709;
}

.template_cnt .txt_cnt strong a:hover {
	border-bottom: 1px solid #fff;
	transition-duration: 0.3s;
}

/* 商品一覧 １カラム */
.template_cnt .item_1_cnt {
	max-width: 1024px;
	margin: 0px 0px 30px 0px;
}

.template_cnt .item_1_cnt ul {
	margin: 0px 0px 0px 0px;
	display: grid;
	grid-template-columns: 1fr;
}

.template_cnt .item_1_cnt ul li {
	margin: 0px auto 0px;
	max-width: 480px;
}

.template_cnt .item_1_cnt ul li img {
	width: 100%;
	margin: 0px 0px 15px 0px;
}

.template_cnt .item_1_cnt ul li p {
	margin: 0px 0px 0px 0px;
	font-size: 14px;
}

/* 商品一覧 ２カラム */
.template_cnt .item_2_cnt {
	max-width: 1024px;
	margin: 0px 0px 30px 0px;
}

.template_cnt .item_2_cnt ul {
	margin: 0px auto 0px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
	max-width: 660px;
}

.template_cnt .item_2_cnt ul li {
	margin: 0px auto 0px;
	max-width: 320px;
}

.template_cnt .item_2_cnt ul li img {
	width: 100%;
	min-width: 315px;
	margin: 0px 0px 15px 0px;
}

.template_cnt .item_2_cnt ul li p {
	margin: 0px 0px 0px 0px;
	font-size: 14px;
}

/* 商品一覧 ３カラム */
.template_cnt .item_3_cnt {
	max-width: 1024px;
	margin: 0px 0px 30px 0px;
}

.template_cnt .item_3_cnt ul {
	margin: 0px 0px 0px 0px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 30px;
}

.template_cnt .item_3_cnt ul li {
	margin: 0px 0px 0px 0px;
}

.template_cnt .item_3_cnt ul li img {
	width: 100%;
	margin: 0px 0px 15px 0px;
}

.template_cnt .item_3_cnt ul li p {
	margin: 0px 0px 0px 0px;
	font-size: 14px;
}

/* 商品一覧 ４カラム */
.template_cnt .item_4_cnt {
	max-width: 1024px;
	margin: 0px 0px 30px 0px;
}

.template_cnt .item_4_cnt ul {
	margin: 0px 0px 0px 0px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 20px;
}

.template_cnt .item_4_cnt ul li {
	margin: 0px 0px 0px 0px;
}

.template_cnt .item_4_cnt ul li img {
	width: 100%;
	margin: 0px 0px 15px 0px;
}

.template_cnt .item_4_cnt ul li p {
	margin: 0px 0px 0px 0px;
	font-size: 14px;
}

/* 記事ピックアップ */
.template_cnt .pickup_cnt {
	max-width: 1024px;
	margin: 0px 0px 20px 0px;
	padding: 15px;
	border: 1px solid #cdcdc4;
}

.template_cnt .pickup_cnt a {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0px 20px;
}

.template_cnt .pickup_cnt .pickup_cnt--image_box {
	margin: 0px 0px 0px 0px;
	max-width: 220px;
}

.template_cnt .pickup_cnt .pickup_cnt--image_box img {
	width: 100%;
}

.template_cnt .pickup_cnt .pickup_cnt--box {
	margin: 0px 0px 0px 0px;
}

.template_cnt .pickup_cnt .pickup_cnt--title {
	margin: 0px 0px 0px 0px;
	font-size: 18px;
	font-weight: 700;
}

.template_cnt .pickup_cnt .pickup_cnt--txt {
	margin: 0px 0px 0px 0px;
}

/* 表組 */
.template_cnt .table_cnt {
	max-width: 1024px;
	margin: 0px 0px 20px 0px;
}

.template_cnt .table_cnt table {
	border: solid 1px #ccc;
	border-collapse: collapse;
}

.template_cnt .table_cnt table th,
.template_cnt .table_cnt table td {
	border: solid 1px #ccc;
	padding: 15px;
	min-width: 100px;
}

.template_cnt .table_cnt table th {
	background-color: #f0f0f0;
}

.template_cnt .table_cnt table .nowrap {
	white-space: nowrap;
}

.template_cnt .table_cnt table li {
	list-style-type: disc !important;
	padding-left: 0em;
	margin: 0px 0px 5px 1em;
}

/* セパレーター */
.template_cnt .separater_cnt {
	height: 80px;
}

/* 分割線 */
.template_cnt .line_cnt {
	margin: 80px 0px 80px 0px;
	border-bottom: 1px solid #eee;
}

/* 文字強調（赤） */
.template_cnt strong.txt_red {
	color: #e94709;
}

/* マージン下部　小 */
.template_cnt .mb_s {
	margin-bottom: 10px !important;
}

/* マージン下部　なし */
.template_cnt .mb_none {
	margin-bottom: 0px !important;
}

.template_cnt .spbr {
	display: none;
}

.txt_ul {
	text-decoration: underline;
}

/* 関連記事 */
.template_cnt .related-articles__section {
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #ccc;
	padding: 20px;
	margin: auto;
	margin-top: 50px;
}
.template_cnt .related-articles__section .title {
	font-size: 18px;
	/* text-align: center; */
	padding: 0 !important;
}
.template_cnt .related-articles__section ul {
	padding: 0px 0px 0px 20px;
}
.related-articles__section ul > li {
	list-style-type: disc;
	margin-top: 0.5em;
}
.related-articles__section a {
	display: inline-block;
	text-decoration: none;
}
.related-articles__section a:hover {
	opacity: 1;
	text-decoration: underline;
}

/* この記事でわかること */
.learn-articles__section {
	box-sizing: border-box;
	width: 100%;
	margin-top: 1.5em;
}
.learn-articles__section .title {
	font-size: 18px;
	/* text-align: center; */
	padding: 0 !important;
}
.learn-articles__section ul {
	padding: 0px 0px 0px 20px;
}
.learn-articles__section ul > li {
	list-style-type: disc;
	margin-top: 0.5em;
}
.learn-articles__section a {
	display: inline-block;
	text-decoration: none;
}
.learn-articles__section a:hover {
	opacity: 1;
	text-decoration: underline;
}

/* マージン調整 */
.mb_0 {
	margin: 0px 0px 0px 0px !important;
}

.mb_20 {
	margin: 0px 0px 20px 0px !important;
}

.mb_30 {
	margin: 0px 0px 30px 0px !important;
}

/* 記事開閉ボタン */

.grad-wrap {
	position: relative;
	margin: 80px 0px 160px 0px;
}
.grad-wrap + .grad-wrap {
}

.grad-trigger {
}

.grad-btn {
	z-index: 2;
	position: absolute;
	right: 0;
	bottom: -100px;
	left: 0;

	display: flex;
	justify-content: center;
	align-items: center;
	padding: 9px 20px;
	border: 1px solid #6e6966;
	border-radius: 18px;
	font-size: 13px;
	line-height: 1.5;
	letter-spacing: 0;
	font-weight: 600;
	color: #1d1d1d;
	background-color: #fff;
	white-space: nowrap;
	width: 50%;
	margin: 0px auto 40px;
	transition: 0.2s ease;
	cursor: pointer;
}
.grad-btn::before {
	content: 'コンテンツをもっと見る';
}
.grad-item {
	position: relative;
	overflow: hidden;
	height: 100px; /*隠した状態の高さ*/
}
.grad-item::before {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40px; /*グラデーションで隠す高さ*/
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
	background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
	content: '';
}
.grad-trigger {
	display: none; /*チェックボックスは常に非表示*/
}
.grad-trigger:checked ~ .grad-btn::before {
	content: 'コンテンツを閉じる'; /*チェックされていたら、文言を変更する*/
}
.grad-trigger:checked ~ .grad-item {
	height: auto; /*チェックされていたら、高さを戻す*/
}
.grad-trigger:checked ~ .grad-item::before {
	display: none; /*チェックされていたら、grad-itemのbeforeを非表示にする*/
}

/* パンくず */
.template_cnt .pankuzu_blk {
	width: 100%;
	max-width: 1200px;
	margin: 0px auto 40px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.template_cnt .pankuzu_blk li {
	padding-left: 28px;
	position: relative;
}
.template_cnt .pankuzu_blk li a,
.template_cnt .pankuzu_blk li span {
	display: block;
	font-size: 12px;
	line-height: 1.5;
	letter-spacing: 0;
	font-weight: 400;
}
.template_cnt .pankuzu_blk li a {
	color: #1d1d1d;
}
.template_cnt .pankuzu_blk li a:hover {
	color: #e94709;
}
.template_cnt .pankuzu_blk li span {
	color: #1d1d1d;
}
.template_cnt .pankuzu_blk li:first-child {
	padding-left: 0;
}
.template_cnt .pankuzu_blk li:first-child::before {
	display: none;
}
.template_cnt .pankuzu_blk li::before {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border-top: 1px solid #6e6966;
	border-right: 1px solid #6e6966;
	position: absolute;
	top: 50%;
	left: 8px;
	transform: translateY(-50%) rotateZ(45deg);
}
@media screen and (min-width: 751px) and (max-width: 1240px) {
	.template_cnt .pankuzu_blk li {
		padding-left: 2.2580645161vw;
	}
	.template_cnt .pankuzu_blk li a,
	.template_cnt .pankuzu_blk li span {
		font-size: 0.9677419355vw;
	}
	.template_cnt .pankuzu_blk li::before {
		width: 0.6451612903vw;
		height: 0.6451612903vw;
		left: 0.6451612903vw;
	}
}
@media screen and (max-width: 750px) {
	.template_cnt .pankuzu_blk {
		margin: 0 auto 20px;
		padding: 0;
		display: flex;
		align-items: flex-start;
	}
	.template_cnt .pankuzu_blk li {
		padding-left: 4.8vw;
		white-space: nowrap;
	}
	.template_cnt .pankuzu_blk li:last-child {
		white-space: normal;
	}
	.template_cnt .pankuzu_blk li a,
	.template_cnt .pankuzu_blk li span {
		font-size: 2.6666666667vw;
	}
	.template_cnt .pankuzu_blk li::before {
		width: 1.6vw;
		height: 1.6vw;
		top: 2vw;
		left: 1.6vw;
	}
}

@media screen and (max-width: 750px) {
	.template_cnt h2 {
		font-size: 5.3333333333vw;
		line-height: 6.9333333333vw;
	}

	.template_cnt h5 {
		margin: 30px 0px 15px 0px;
	}

	.template_cnt .index_cnt {
		margin: 0px auto 60px;
	}

	.template_cnt .line_cnt {
		margin: 20px 0px 20px 0px;
	}

	/* 画像 L */
	.template_cnt .image_box_l {
		width: 100vw;
		margin: 0 calc(50% - 50vw) 30px;
	}

	/* 商品一覧 ２カラム */
	.template_cnt .item_2_cnt ul {
		margin: 0px 0px 0px 0px;
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 20px;
	}

	.template_cnt .item_2_cnt ul li img {
		min-width: 50px;
	}

	/* 商品一覧 ３カラム */
	.template_cnt .item_3_cnt ul {
		margin: 0px 0px 0px 0px;
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 20px;
	}

	/* 商品一覧 ４カラム */
	.template_cnt .item_4_cnt ul {
		margin: 0px 0px 0px 0px;
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 20px;
	}

	/* 記事ピックアップ */
	.template_cnt .pickup_cnt {
		padding: 15px;
	}

	.template_cnt .pickup_cnt a {
		display: block;
	}

	.template_cnt .pickup_cnt .pickup_cnt--image_box {
		margin: 0px auto 10px;
		max-width: 240px;
	}

	.template_cnt .pickup_cnt .pickup_cnt--box {
		margin: 0px 0px 0px 0px;
	}

	.template_cnt .pickup_cnt .pickup_cnt--title {
		margin: 0px 0px 10px 0px;
	}

	/* 表組 */
	.template_cnt .table_cnt {
		overflow-x: auto;
	}
	.template_cnt .table_cnt table {
		border: solid 1px #ccc;
		border-collapse: collapse;
		white-space: nowrap;
	}
	/* .template_cnt .table_cnt table .nowrap {
		white-space: initial;
	} */
	.template_cnt .spbr {
		display: block;
	}
}
