@charset "utf-8";
/* ========================================================================
		tag.css
======================================================================== */
.page_tag .wp_edit_area {
	margin-bottom: 60px;
}
.page_tag .wp_edit_area img{
	max-width: 100%;
	margin-bottom: 0;
}
.page_tag .wp_edit_area p{
	line-height: 1.6;
	margin-bottom: 0;
}
.page_tag .wp_edit_area .txt_s{
	font-size: 14px;
}
.page_tag .wp_edit_area .tag_mv{
	margin-bottom: 40px;
}
.page_tag .wp_edit_area .lead{
	/*font-size: 18px;*/
	line-height: 2;
	margin-bottom: 40px;
}
.page_tag .flex_links{
	flex-wrap: wrap;
	justify-content: center;
	gap: 17px;
	margin-bottom: 60px;
}
	.page_tag .flex_links a{
		position: relative;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		font-weight: 500;
		line-height: 1.3;
		border-radius: 8px;
		border: 1px solid var(--color-green);
		width: calc(33.33% - 12px);
		min-height: 62px;
		padding: 15px 15px 22px;
	}
		.page_tag .flex_links a .txt_s{
			display: block;
			font-size: 14px;
			text-align: center;
			width: 100%;
			margin-bottom: 8px;
		}
		.page_tag .flex_links a svg{
			position: absolute;
			bottom: 8px;
			/*margin-left: 10px;*/
			/*margin: 5px 0 5px 10px;*/
		}

.page_tag .wp_edit_area h2{
	margin-bottom: 40px;
}
.page_tag .wp_edit_area h3{
	color: var(--color-green);
	line-height: 1.4;
	text-align: left;
	border-bottom: 1px solid var(--color-green);
	margin-bottom: 15px;
	padding-bottom: 5px;
}
.page_tag .wp_edit_area h4{
}
.page_tag .wp_edit_area .flex_large{
	gap:30px;
}
	.page_tag .wp_edit_area .flex_large + .flex_large{
		border-top: 1px solid #c8c8c8;
		padding-top: 60px;
	}
.page_tag .wp_edit_area .flex_large .image{
	width: 43.5%;
}
	.page_tag .wp_edit_area .flex_large .image img{
		width: 100%;
		max-width: 360px;
	}
.page_tag .wp_edit_area .flex_large .txt{
	width: 56.5%;
}
.page_tag .wp_edit_area .flex_large ul {
	margin-bottom: 13px;
}
.page_tag .wp_edit_area .flex_large ul li{
	font-weight: 600;
}
	.page_tag .wp_edit_area .flex_large ul li + li{
		margin-top: 6px;
	}
	.page_tag .wp_edit_area .flex_large ul li .txt_s{
		display: inline-block;
		font-size: 12px;
		font-weight: 400;
	}

.page_tag .wp_edit_area .flex_large p.explanation{
	font-size: 15px;
	margin-bottom: 0;
}
.page_tag .wp_edit_area .flex_large p.explanation + p.explanation{
	margin-top: 12px;
}
.page_tag .wp_edit_area .t_bold{
	font-weight: bold;
}
.page_tag .wp_edit_area .t_black{
	color: #000000;
}
.page_tag .wp_edit_area .item_price{
	font-size: 24px;
	font-weight: 700;
	color: #fd3232;
	letter-spacing: 1px;
	text-align: right;
	margin: 12px 0 0px;
}
	.page_tag .wp_edit_area .item_price .txt_s {
	    display: inline-block;
	    font-size: 12px;
	    margin-left: 5px;
	}
.page_tag .wp_edit_area .btn_wrap{
}
	.page_tag .wp_edit_area .btn_wrap .link_btn{
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 14px;
		font-weight: 500;
		color: #fff;
		max-width: 170px;
		height: 35px;
		background: var(--color-green);
		border-radius: 100px;
		margin: 18px 0 0 auto;
		padding:0 15px 1px;
	}
	.page_tag .wp_edit_area .btn_wrap .link_btn svg{
		position: absolute;
		top: calc(50% - 4px);
		right: 10px;
	}
.page_tag .flex_large + .flex_large{
	margin-top: 60px;
}
.page_tag .flex_large + h3.t_center{
	margin-top: 60px;
}

.page_tag .flex_3col + h3.t_center{
	margin-top: 60px;
}

.page_tag .wp_edit_area h3.t_center{
	text-align: center;
	margin-bottom: 20px;
}
.page_tag .wp_edit_area .flex_3col{
	justify-content: center;
	gap:30px;
}
.page_tag .wp_edit_area .flex_3col + .flex_3col{
	margin-top: 60px;
}
	.page_tag .wp_edit_area .flex_3col .flex_item{
		position: relative;
		flex:1;
		max-width: calc(33.33% - 15px);
		padding-bottom: 65px;
	}
	.page_tag .wp_edit_area .flex_3col .flex_item.external{
		padding-bottom: 100px;
	}
	.page_tag .wp_edit_area .flex_3col .flex_item .image{
		margin-bottom: 10px;
	}
	.page_tag .wp_edit_area .flex_3col .flex_item h4{
		font-size: 17px;
		text-align: left;
		letter-spacing: 0;
		margin-bottom: 7px;
		padding-bottom: 8px;
	}
	.page_tag .wp_edit_area .flex_3col .flex_item p{
		font-size: 14px;
	}

	.page_tag .wp_edit_area .flex_3col .btm{
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
	}
	.page_tag .wp_edit_area .flex_3col .item_price{
		font-size: 18px;
		letter-spacing: 0px;
		margin: 0 0 12px;
	}
		.page_tag .wp_edit_area .flex_3col .item_price .txt_s {
		    font-size: 11px;
		    margin-left: 0;
		}
	.page_tag .wp_edit_area .flex_3col .link_btn{
		margin: 0 auto;
	}
.page_tag .wp_edit_area .block + .block{
	margin-top:80px;
}

.page_tag .external_txt{
	top: 5px;
	font-size: 12px;
	font-weight: 500;
	color: orange;
	line-height: 1.2;
	text-align: center;
	margin-top: 5px;
}
@media screen and (min-width: 768px) {
	.page_tag .external_txt.t_right{
		text-align: right;
	}
}
@media screen and (max-width: 980px) {
	.page_tag .wp_edit_area .tag_mv{
		margin-bottom: 30px;
	}
	.page_tag .wp_edit_area .lead{
		font-size: 16px;
		line-height: 1.7;
		margin-bottom: 30px;
	}
	.page_tag .flex_links{
		flex-wrap: wrap;
		gap: 15px;
		margin-bottom: 50px;
	}
		.page_tag .flex_links a{
			width: 100%;
			min-height: 50px;
			padding: 15px 35px 15px;
		}
		.page_tag .flex_links a svg{
			right: 15px;
			bottom: unset;
			top: calc(50% - 2px);
			margin-left: 10px;
		}
	.page_tag .wp_edit_area h2{
		margin-bottom: 30px;
	}
	.page_tag .wp_edit_area h3{
		margin-bottom: 15px;
		padding-bottom: 8px;
	}
	.page_tag .wp_edit_area h4{
	}
	.page_tag .wp_edit_area .flex_large{
		flex-wrap: wrap;
		gap: 15px;
	}
	.page_tag .wp_edit_area .flex_large + .flex_large{
		border-top: 1px solid #c8c8c8;
		padding-top: 60px;
	}
	.page_tag .wp_edit_area .flex_large .image{
		order: 1;
		text-align: center;
		width: 100%;
	}
		.page_tag .wp_edit_area .flex_large .image img{
			width: 100%;
			max-width: 400px;
		}
	.page_tag .wp_edit_area .flex_large .txt{
		order: 2;
		width: 100%;
	}
	.page_tag .wp_edit_area .flex_large ul {
		margin-bottom: 13px;
	}
		.page_tag .wp_edit_area .flex_large ul li{
			font-weight: 600;
		}
			.page_tag .wp_edit_area .flex_large ul li + li{
				margin-top: 6px;
			}
	.page_tag .wp_edit_area .flex_large p.explanation{
		font-size: 16px;
		margin-bottom: 0;
	}
	.page_tag .wp_edit_area .flex_large p.explanation + p.explanation{
		margin-top: 12px;
	}
	.page_tag .wp_edit_area .item_price{
		font-size: 22px;
		letter-spacing: 0;
		margin: 12px 0 20px;
	}
	.page_tag .wp_edit_area .btn_wrap{
	}
		.page_tag .wp_edit_area .btn_wrap .link_btn{
			font-size: 15px;
			letter-spacing: 1px;
			max-width: 250px;
			height: 50px;
			margin: 20px auto 0;
		}
		.page_tag .wp_edit_area .btn_wrap .link_btn svg{
			position: absolute;
			top: calc(50% - 4px);
			right: 10px;
		}
	.page_tag .flex_large + .flex_large{
		margin-top: 60px;
	}
	.page_tag .flex_large + h3.t_center{
		margin-top: 60px;
	}
	.page_tag .wp_edit_area h3.t_center{
		text-align: center;
		margin-bottom: 20px;
	}
	.page_tag .wp_edit_area .flex_3col{
		flex-wrap: wrap;
		gap: 50px;
		padding: 0 20px;
	}
	.page_tag .wp_edit_area .flex_3col + .flex_3col{
		margin-top:50px;
	}
		.page_tag .wp_edit_area .flex_3col .flex_item{
			flex:inherit;
			max-width: inherit;
			max-width: 400px;	
			width: 100%;
			padding-bottom: 85px;
			padding-bottom: 0px;
		}
		.page_tag .wp_edit_area .flex_3col .flex_item + .flex_item{
			border-top: 1px solid #c8c8c8;
			padding-top: 50px;
		}

		.page_tag .wp_edit_area .flex_3col .flex_item.external{
			padding-bottom: 0px;
		}
		.page_tag .wp_edit_area .flex_3col .flex_item .image{
			text-align: center;
			margin-bottom: 15px;
		}
			.page_tag .wp_edit_area .flex_3col .flex_item .image img{
				width: 100%;
				max-width: 400px;
			}
		.page_tag .wp_edit_area .flex_3col .flex_item h4{
			font-size: 17px;
			text-align: left;
			letter-spacing: 0;
			margin-bottom: 7px;
			padding-bottom: 8px;
		}
		.page_tag .wp_edit_area .flex_3col .flex_item p{
			font-size: 15px;
			margin-bottom: 8px;
		}
		.page_tag .wp_edit_area .flex_3col .btm{
			position: absolute;
			position: relative;
			left: 0;
			bottom: 0;
			width: 100%;
		}
		.page_tag .wp_edit_area .flex_3col .item_price{
			font-size: 18px;
			letter-spacing: 0px;
			margin: 0 0 12px;
		}
			.page_tag .wp_edit_area .flex_3col .item_price .txt_s {
			    font-size: 11px;
			    margin-left: 0;
			}
		.page_tag .wp_edit_area .flex_3col .link_btn{
			margin: 0 auto;
		}
	.page_tag .wp_edit_area .block + .block{
		margin-top:80px;
	}
}

.page_tag .category_items{
	margin-top: 30px;
}





