@charset "UTF-8";

*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

*::before {
	display: block;
	position: absolute;
	background-repeat: no-repeat;
	background-size: contain;
}

*::after {
	display: block;
	position: absolute;
	background-repeat: no-repeat;
	background-size: contain;
}

html {
	font-size: 62.5%;
	line-height: 1.6;
	height: 100%;
	scroll-behavior: smooth;
	overflow: scroll;
	margin-top: 0;
}

body {
	color: #333333;
	font-size: 1.6rem;
	font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
}

img,
video,
object,
picture {
	width: 100%;
	max-width: 100%;
	height: auto;
	border: none;
	display: block;
	object-fit: cover;
}

table {
	border-top: 0.01vw solid #888281;
	border-bottom: 0.01vw solid #888281;
	border-collapse: collapse;
}

th,
td {
	border: 0.05vw solid #888281;
}

a {
	display: block;
}

a:hover {
	opacity: 0.6;
}

.p-main__title {
	width: min(59.33vw, 712px);
	margin-left: min(35vw, 560px);
	margin-top: min(2vw, 32px);
	position: relative;
}

.p-main__title::before {
	content: "";
	background-image: url(./../image/pc-back-icon@2x.webp);
	width: min(34.67vw, 416px);
	height: min(42.25vw, 507px);
	position: absolute;
	right: max(-2vw, -24px);
	top: max(-13vw, -156px);
	z-index: -1;
}

.p-main__text {
    font-weight: bold;
    font-size: 2.0rem;
    margin: 0 0 6em;
}
.p-main__text p {
    padding: 0 0.5em;
}
.p-main__text li {
    display: inline;
}
.p-main__text li a {
    display: inline;
    padding: 0.5em;
}
.p-main__text li a::before {
    content: "#";
    position: unset;
    display: inline;
}
.p-main__text li:last-child {
    padding-left: 0.5em;
}

.p-main__article-content {
	display: flex;
	gap: min(4vw, 64px);
	padding-bottom: min(5vw, 80px);
	margin-bottom: min(5vw, 80px);
	position: relative;
}

.p-main__article-content:hover {
	position: relative;
	opacity: 1;
}

.p-main__article-content:hover::before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(118, 151, 255, 0.4);
	z-index: 10;
	position: absolute;
	left: max(-0.94vw, -15px);
	top: max(-0.94vw, -15px);
}

.p-main__article-content:hover::after {
	content: "記事を読む";
	display: block;
	position: absolute;
	width: min(20vw, 320px);
	height: min(5vw, 80px);
	color: #000;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	background-color: #fff;
	font-size: min(2.25vw, 36px);
	border-radius: min(20vw, 320px);
	text-align: center;
	line-height: 2;
	z-index: 10;
}

.p-main__article-content-left {
	width: 50%;
}

.p-main__article-content-left-img {
	/* width: min(50vw, 600px);
	height: min(41.67vw, 500px);
	margin-top: min(0.94vw, 15px); */
	width: 100%;
	max-width: 600px;
	padding-top: 73%;
	position: relative;
}

.p-main__article-content-left-img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}



.p-main__article-content-left-img::before {
	content: "";
	width: min(33.33vw, 400px);
	height: min(23.33vw, 280px);
	background-color: #FFE900;
	margin-top: max(-0.94vw, -15px);
	margin-left: max(-0.94vw, -15px);
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
}

.p-main__article-content-left-tag {
	margin-top: min(2.08vw, 25px);

}

.p-main__article-content-left-tag-list {
	display: flex;
	flex-wrap: wrap;
	gap: min(1vw, 16px);
	margin-left: min(0.94vw, 15px);
}

.p-main__article-content-left-tag-list-item {
	background-color: #A4C8FF;
	padding: min(0.1vw, 1.6px) min(0.7vw, 11.2px);
	border-radius: 0.4vw;
	font-size: 1.7rem;
	font-weight: bold;
}

.p-main__article-content-left-tag-list-item::before {
    content: "#";
    position: unset;
    display: inline;
}

.p-main__article-content-right {
	font-weight: bold;
	position: relative;
	z-index: 2;
	max-width: 600px;
	width: 50%;
}

.p-main__article-content-right-category {
	display: inline-block;
	font-size: 17px;
	border-bottom: 1px solid #000;
	margin-bottom: min(3.75vw, 45px);
	padding-bottom: min(0.5vw, 8px);
}

.p-main__article-content-right-text {
	font-size: 41px;
	margin-bottom: min(5vw, 60px);
}

.p-main__article-content-right-name {
	font-size: 27px;
	color: #1F5BCE;
}

.p-main__article-content-right-name-button {
	display: block;
	color: #000;
	font-size: 50px;
	background-color: #FFE900;
	border-radius: 7vw;
	padding-left: min(3vw, 48px);
	position: relative;
	margin-left: max(-2vw, -32px);
	margin-top: min(1vw, 16px);
	width: fit-content;
	min-width: 367px;
	box-shadow: min(1vw, 16px) min(1vw, 16px) 0 0 #F1F2E8;
	padding-right: 1.5em;
	line-height: 1.2;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
}

.p-main__article-content-right-name-button::after {
	content: "";
	width: min(2.58vw, 31px);
	height: min(2.58vw, 31px);
	background-image: url(./../image/arrow@2x.webp);
	position: absolute;
	top: 50%;
	right: 7%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.p-main__pagenation {
	margin-bottom: min(3.75vw, 45px);
}

.p-main__pagenation-list {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: min(0.83vw, 10px);
}

.p-main__pagenation-list-item {
	font-size: 34px;
	font-weight: bold;
}

.p-main__pagenation-list-item.number:not(.next):not(.prev) {
	background-color: #FFE900;
	border-radius: 50%;
	width: min(4.17vw, 50px);
	height: min(4.17vw, 50px);
	text-align: center;
	line-height: 1.3;
	display: block;
}

.page-numbers.p-main__pagenation-list-item.number.current.p-main__pagenation-list-item {
	background-color: #F1F2E8;
}

.prev.page-numbers.p-main__pagenation-list-item.number,
.next.page-numbers.p-main__pagenation-list-item.number {
	display: none;
}


.p-main__pagenation-list-item-img {
	width: min(2.92vw, 35px);
	margin-right: min(1.25vw, 15px);
	margin-left: min(1.25vw, 15px);
}

.p-main__tag {
	width: 50%;
	margin-bottom: min(14.17vw, 170px);
}

.p-main__tag-title {
	font-size: 6.7rem;
	font-weight: bold;
}

.p-main__tag-list {
	display: flex;
	flex-wrap: wrap;
	gap: min(1vw, 16px);
}

.p-main__tag-list-item {
	background-color: #A4C8FF;
	padding: min(0.1vw, 1.6px) min(0.7vw, 11.2px);
	border-radius: 0.4vw;
	font-size: 1.7rem;
	font-weight: bold;
	margin-bottom: min(0.5vw, 8px);
}

.p-main__tag-list-item a::before {
    content: "#";
    position: unset;
    display: inline;
}

.tag-menu {
    width: 70%;
    margin-bottom: min(14.17vw, 70px);
    padding: 0 1em;
}

.tag-menu .p-main__tag-list-item {
    font-size: 2.0rem;
    margin-bottom: 0;
}

@media screen and (max-width: 1023px) {
	.p-main__article-content {
		gap: 5vw;
	}

	.p-main__article-content-left-tag-list {
		margin-top: 0;
	}

	.p-main__article-content-right-text {
		font-size: 35px;
	}

	.p-main__article-content-right-name {
		font-size: 20px;
	}

	.p-main__article-content-right-name-button {
		font-size: 40px;
		/* width: 35vw; */
		min-width: auto;
	}

	.p-main__article-content-right-name-button::after {
		width: 3.5vw;
		height: 3.5vw;
	}

	.p-main__pagenation {
		margin-bottom: 5vw;
	}

	.p-main__pagenation-list {
		gap: 1.5vw;
	}

	.p-main__pagenation-list-item {
		font-size: 28px;
	}

	.p-main__pagenation-list-item.number:not(.next):not(.prev) {
		width: 5vw;
		height: 5vw;
		line-height: 1.5;
	}


	.p-main__pagenation-list-item-img {
		width: 3.5vw;
		margin-right: 2vw;
		margin-left: 2vw;
	}

	.p-main__tag {
		width: 80%;
	}

	.p-main__tag-list {
		gap: 2vw;
	}
}

@media screen and (max-width: 767px) {
	.p-main__title {
		width: 71.88vw;
		margin-left: 18vw;
		margin-top: 4.5vw;
		margin-bottom: 2vw;
	}

	.p-main__title::after {
		background-image: url(./../image/sp-back-icon@2x.webp);
		width: 50.42vw;
		height: 61.46vw;
		top: -30vw;
		left: 28vw;
	}

    .p-main__text {
        font-size: 1.2rem;
        margin: 0 0 3em;
    }

	.p-main__article {
		width: 90vw;
		margin: 0 auto 5rem;
	}

	.p-main__article-content {
		position: relative;
		border-bottom: none;
		margin-bottom: 10vw;
	}

	.p-main__article-content:hover::before {
		width: 102%;
		left: -1.67vw;
		top: -1vw;
	}

	.p-main__article-content-left {
		width: 60%;
	}

	.p-main__article-content-left-img {
		width: 56.25vw;
		height: 45.83vw;
	}

	.p-main__article-content-left-img::before {
		width: 36.46vw;
		height: 25.63vw;
		margin-top: -1.67vw;
		margin-left: -1.67vw;
	}

	.p-main__article-content-left-tag-list {
		margin-top: 1vw;
		margin-left: 0;
		gap: 1vw;
		width: 40vw;
	}

	.p-main__article-content-left-tag-list-item {
		padding: 1vw 1.5vw;
		line-height: 1;
		border-radius: 0.7vw;
		font-size: 2.5vw;
		margin-bottom: 0.5vw;
	}

	.p-main__article-content-right {
		background-color: #fff;
		width: 50vw;
		/*height: 60.83vw;*/
		padding-left: 4vw;
		margin-left: -20vw;
		margin-top: 10vw;
	}

	.p-main__article-content-right-category {
		font-size: 2.71vw;
		margin-bottom: 0;
		margin-top: 5vw;
	}

	.p-main__article-content-right-text {
		font-size: 4.58vw;
	}

	.p-main__article-content-right-name {
		font-size: 2.5vw;
	}

	.p-main__article-content-right-name-button {
		font-size: 4.58vw;
		/* width: 33.54vw; */
	}

	.p-main__pagenation {
		margin-top: 16vw;
		margin-bottom: 10vw;
	}

	.p-main__pagenation-list-item {
		font-size: 5.42vw;
	}

	.p-main__pagenation-list-item.number:not(.next):not(.prev) {
		width: 7.92vw;
		height: 7.92vw;
		line-height: 1.2;
	}

	.p-main__pagenation-list-item-img {
		width: 5.21vw;
	}

	.p-main__tag {
		width: 90vw;
		margin: 0 auto;
		margin-bottom: 40.63vw;
	}

	.p-main__tag-list-item {
		border-radius: 0.7vw;
		padding: 0.3vw 1.5vw;
	}

    .tag-menu {
        margin-bottom: 70px;
        padding: 0 0.5em;
        width: 100%;
    }

    .tag-menu .p-main__tag-list-item {
        font-size: 1.2rem;
    }

	body.iPhone .p-main__pagenation {
		margin-top: 25vw;
	}
}

.p-article__top {
	display: flex;
	gap: min(5.42vw, 65px);
}

.p-article__top-left {
	width: 51%;
}

.p-article__top-left-img {
	/* width: min(43.75vw, 700px); */
	/* width: min(58vw, 700px); */
	/* height: min(40.63vw, 650px); */
	/* height: min(54vw, 650px); */
	/* object-fit: cover; */
	width: 100%;
	max-width: 700px;
	padding-top: 92%;
	position: relative;
}

.p-article__top-left-img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.p-article__top-left-img::before {
	content: "";
	width: min(25vw, 400px);
	height: min(17.5vw, 280px);
	background-color: #FFE900;
	margin-top: max(-0.94vw, -15px);
	margin-left: max(-0.94vw, -15px);
	z-index: -1;
	top: 0;
	left: 0;
}

.p-article__top-left-tag {
	display: flex;
	flex-wrap: wrap;
	gap: min(1vw, 16px);
	margin-left: min(0.94vw, 15px);
	margin-top: min(2.08vw, 25px);
}

.p-article__top-left-tag-item {
	background-color: #A4C8FF;
	padding: min(0.1vw, 1.6px) min(0.7vw, 11.2px);
	border-radius: 0.4vw;
	font-size: 1.7rem;
	font-weight: bold;
}

.p-article__top-left-tag-item a::before {
    content: "#";
    position: unset;
    display: inline;
}

.p-article__top-right {
	padding-top: min(25vw, 320px);
	position: relative;
	max-width: 600px;
	width: 50%;
}

.p-article__top-right-category {
	font-size: 1.7rem;
	font-weight: bold;
	border-bottom: 1px solid #000;
	display: inline-block;
	margin-bottom: min(5vw, 60px);
	padding-bottom: min(0.5vw, 8px);
}

.p-article__top-right-text {
	font-size: min(3.42vw, 41px);
	font-weight: bold;
}

.p-article__top-right-sns {
	position: absolute;
	top: 220px;
	left: 50%;
	transform: translateX(7vw);
	-webkit-transform: translateX(7vw);
	-ms-transform: translateX(7vw);
}

.p-article__top-right-sns-text {
	width: 169px;
	margin-left: max(-2vw, -32px);
}

.p-article__top-right-sns-icon {
	display: flex;
	gap: min(1.25vw, 20px);
}

.p-article__top-right-sns-icon-item {
	width: 53px;
}

.p-article__profile {
	background-color: #F1F2E8;
	padding: min(3.13vw, 50px);
	margin-top: min(4.38vw, 70px);
	margin-bottom: min(3.13vw, 50px);
}

.p-article__profile-name {
	font-size: 5rem;
	font-weight: bold;
}

.p-article__profile-name-blue {
	display: block;
	font-size: 2.7rem;
	color: #1F5BCE;
}

.p-article__profile-detail {
	font-size: 1.9rem;
}

.p-article__profile-detail:not(.bold) {
	margin-bottom: min(1.88vw, 30px);
}

.p-article__profile-detail.bold {
	font-weight: bold;
}

.p-article__profile-detail .underline {
	text-decoration: underline;
	display: inline-block;
}

.p-article__profile-detail a {
    text-decoration: underline;
    display: inline-block;
    padding: 0 0.5em;
    word-break: break-all;
}

.p-article__detail {
	border-bottom: 1px dashed #000;
	margin-bottom: min(4.06vw, 65px);
}

.p-article__detail-item {
	margin-bottom: min(3.44vw, 55px);
}

.p-article__detail-item-title {
	font-size: 2.8rem;
	font-weight: bold;
	position: relative;
	padding-left: 45px;
	margin-bottom: min(1.88vw, 30px);
}

.p-article__detail-item-title::before {
	content: "";
	width: 25px;
	height: 25px;
	background-color: #FFE900;
	border-radius: 50%;
	display: block;
	position: absolute;
	top: 50%;
	left: 0%;
	transform: translateY(-40%);
	-webkit-transform: translateY(-40%);
	-ms-transform: translateY(-40%);
}

.p-article__detail-item-text {
	font-size: 1.9rem;
}

.p-article__detail-item-img {
	margin-top: min(3.44vw, 55px);
}

@media screen and (max-width: 1023px) {
	.p-article__top-left {
		width: 48%;
	}

	.p-article__top-right {
		padding-top: 10vw;
	}

	.p-article__top-right-sns {
		top: 45vw;
		transform: translateX(5vw);
		-webkit-transform: translateX(5vw);
		-ms-transform: translateX(5vw);
	}

	.p-article__top-right-sns-icon {
		gap: 2vw;
	}
}

@media screen and (max-width: 767px) {
	.p-article__top {
		gap: 0;
		position: relative;
		width: 90vw;
		margin: 0 auto;
	}

	.p-article__top-left {
		width: 56.25vw;
	}

	.p-article__top-left-img {
		width: 56.25vw;
		height: 45.83vw;
	}

	.p-article__top-left-img::before {
		width: 36.46vw;
		height: 25.63vw;
		margin-top: -1.67vw;
		margin-left: -1.67vw;
	}

	.p-article__top-left-tag {
		gap: 1vw;
		margin-left: 0;
	}

	.p-article__top-left-tag-item {
		font-size: 2.5vw;
		border-radius: 0.7vw;
		padding: 0.3vw 1.5vw;
	}

	.p-article__top-right {
		background-color: #fff;
		position: absolute;
		padding-top: 5.21vw;
		padding-left: 3.13vw;
		padding-right: 4.8vw;
		padding-bottom: 5.21vw;
		left: 46vw;
		top: 4.17vw;
	}

	.p-article__top-right-category {
		padding-bottom: 1.67vw;
		margin-bottom: 3.13vw;
		font-size: 2.71vw;
	}

	.p-article__top-right-text {
		font-size: 4.58vw;
	}

	.p-article__top-right-sns {
		top: 47vw;
		transform: translateX(4vw);
		-webkit-transform: translateX(4vw);
		-ms-transform: translateX(4vw);
		z-index: 1;
	}

	.p-article__top-right-sns-text {
		width: 26.46vw;
	}

	.p-article__top-right-sns-icon {
		gap: 3.13vw;
	}

	.p-article__top-right-sns-icon-item {
		width: 8.33vw;
	}

	.p-article__profile {
		position: relative;
		margin-top: 8.33vw;
		padding: 8.33vw 5.21vw;
		margin-bottom: 8.33vw;
	}

	.p-article__profile-name {
		font-size: 7.29vw;
	}

	.p-article__profile-name-blue {
		font-size: 4.38vw;
	}

	.p-article__profile-detail {
		font-size: 3.33vw;
	}

	.p-article__profile-detail:nth-of-type(2) {
		margin-bottom: 4vw;
	}

	.p-article__detail {
		margin: 0 auto;
		margin-bottom: 8.33vw;
		width: 90vw;
	}

	.p-article__detail-item {
		margin-bottom: 8.33vw;
	}

	.p-article__detail-item-title {
		font-size: 5.83vw;
		padding-left: 9.38vw;
		margin-bottom: 4vw;
	}

	.p-article__detail-item-title::before {
		width: 5.21vw;
		height: 5.21vw;
	}

	.p-article__detail-item-text {
		font-size: 3.96vw;
	}
}

.c-scroll-button {
	display: block;
	width: min(11.42vw, 137px);
	height: min(11.42vw, 137px);
	background-color: #FFE900;
	position: fixed;
	bottom: min(2vw, 24px);
	left: 50%;
	transform: translateX(min(35vw, 560px));
	-webkit-transform: translateX(min(35vw, 560px));
	-ms-transform: translateX(min(35vw, 560px));
	border-radius: 50%;
	z-index: 1000;
}

.c-scroll-button::before {
	content: "";
	width: min(1vw, 16px);
	height: min(1vw, 16px);
	background-image: url(./../image/arrow-top.webp);
	display: block;
	position: absolute;
	top: min(1.5vw, 20px);
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

.c-scroll-button-text {
	width: min(7.33vw, 88px);
	margin: 0 auto;
	padding-top: min(3.5vw, 48px);
	position: relative;
}

@media screen and (max-width: 767px) {
	.c-scroll-button {
		/* width: 28.54vw;
		height: 28.54vw; */
		width: 10rem;
		height: 10rem;
		/* transform: translateX(20vw);
		-webkit-transform: translateX(20vw);
		-ms-transform: translateX(20vw); */
		z-index: 100;
		right: 3%;
		transform: none;
		left: initial;
	}

	.c-scroll-button::before {
		/* width: 2.5vw;
		height: 2.5vw;
		top: 4vw; */
		width: 1.2rem;
		height: 1.2rem;
		top: 1.5rem;
	}

	.c-scroll-button-text {
		/* width: 18.33vw;
		padding-top: 9vw; */
		width: 100%;
		max-width: 6rem;
		padding-top: 3.6rem;
	}
}

.l-header__content-logo {
	width: min(29.25vw, 351px);
	margin-top: min(1.88vw, 30px);
	display: block;
	position: relative;
	z-index: 2;
}

.l-header__back {
	position: absolute;
	top: 0;
	z-index: -1;
	width: 100%;
	height: min(55.5vw, 666px);
	background-color: #F1F2E8;
}

@media screen and (max-width: 767px) {
	.l-header__content-logo {
		width: 60.25vw;
		margin-top: 5.21vw;
		margin-left: 3vw;
	}

	.l-header__back {
		height: 259.38vw;
	}

	.l-header__back.article {
		height: 69.58vw;
	}
}

.l-footer {
	background-color: #F1F2E8;
	padding-top: min(3.33vw, 40px);
	padding-bottom: min(0.83vw, 10px);
	text-align: center;
	position: relative;
}

.l-footer__logo {
	display: block;
	width: 351px;
	margin: 0 auto;
	margin-bottom: min(3.33vw, 40px);
}

.l-footer__list {
	display: flex;
	justify-content: center;
	gap: min(7.5vw, 90px);
	margin-bottom: min(2.92vw, 35px);
	font-weight: bold;
}

.l-footer__border {
	width: min(95vw, 1366px);
	height: min(0.42vw, 8px);
	height: 8px;
	margin: 0 auto;
	margin-bottom: min(1.67vw, 20px);
	border-top: min(0.1vw, 1px) solid #000;
	border-bottom: min(0.1vw, 1px) solid #000;
}

.l-footer__copyright {
	font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
	.l-footer {
		padding-top: 7.29vw;
		padding-bottom: 4.17vw;
	}

	.l-footer__logo {
		margin-bottom: 5.21vw;
		width: 73.13vw;
	}

	.l-footer__list {
		flex-direction: column;
		gap: 3.13vw;
		margin-bottom: 7.29vw;
	}

	.l-footer__border {
		margin-bottom: 4.17vw;
		width: 85%;
	}

	.l-footer__scroll-button {
		width: 28.54vw;
		height: 28.54vw;
		transform: translateX(20vw);
		-webkit-transform: translateX(20vw);
		-ms-transform: translateX(20vw);
	}

	.l-footer__scroll-button::before {
		width: 2.5vw;
		height: 2.5vw;
		top: 4vw;
	}

	.l-footer__scroll-button-text {
		width: 18.33vw;
		padding-top: 9vw;
	}
}

.l-section__inner {
	margin: 0 auto;
	width: min(95vw, 1366px);
}

@media screen and (max-width: 767px) {
	.l-section__inner {
		width: 100%;
	}
}

#page-privacy-policy {
    padding: 1em;
}
#page-privacy-policy a {
    display: unset;
}
#page-privacy-policy h4 {
    margin-top: 1em;
    font-weight: bold;
}

#contact-form{
    background: #fff;
    border-radius: 5px;
    padding: 5rem;
    margin: 5rem;
}
#contact-form dl{
    margin: 0 0 30px;
}
#contact-form dl dt{
    font-size: 1.45rem;
    line-height: 1.8;
    font-weight: bold;
    margin-top: 4rem;
}
#contact-form .required::after {
    content: '※';
    color: #ff9233;
    margin: 0 0 0 5px;
    display: inline;
}
#contact-form input[type="text"], #contact-form input[type="email"], #contact-form input[type="url"], #contact-form textarea {
    display: block;
    padding: 0.5em;
    font-size: 1.6rem;
    color: #000;
    border: 1px solid #d8d8d8;
    vertical-align: middle;
    max-width: 100%;
    width: 100%;
    border-radius: 10px;
}
#contact-form input[type="checkbox"] {
    appearance: auto;
}
#contact-form input.your-tel {
    width: 20%;
    display: inline;
}
#contact-form textarea {
    height: 200px;  
    font-size: 1.9rem;
}
#contact-form .btn-area {
    text-align: center;
}
#contact-form .btn-area button {
    font-weight: bold;
    background: #FFE900;
    padding: 0.5em 2em;
    border-radius: 20px;
}

@media screen and (max-width: 767px) {
    #contact-form{
        padding: 1rem;
        margin: 1rem;
    }
}

/* =====================================================
 * 内部SEO施策 追加分（tag-head / パンくず / 関連コラム / 404）
 * 既存トンマナ（淡ベージュ #F1F2E8 基調）に合わせた最小スタイル
 * ===================================================== */

/* A2/G1：タグページのテキスト見出し（px統一。1rem=10pxのため必ずpx） */
.tag-head {
    margin: 24px auto 20px;
    max-width: 880px;
    text-align: center;
    padding: 0 16px;
}
.tag-head__title {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 12px;
}
.tag-head__lead {
    font-size: 15px;
    line-height: 1.9;
    color: #555;
    max-width: 720px;
    margin: 0 auto;
}

/* E4：可視パンくず（汎用） */
.p-breadcrumb {
    position: relative;
    z-index: 3;
    max-width: 880px;
    margin: 16px auto 18px;
    padding: 0 16px;
    font-size: 13px;
    color: #888;
    line-height: 1.6;
}
/* reset.css の a{display:block} を上書きして横並びにする */
.p-breadcrumb a { display: inline; color: #6f7d4a; text-decoration: none; }
.p-breadcrumb a:hover { text-decoration: underline; opacity: 1; }
.p-breadcrumb__sep { display: inline; margin: 0 8px; color: #bbb; }
.p-breadcrumb__current { display: inline; color: #555; }

/* E3：プロフィール → 関連コラム枠 */
.p-related-column {
    max-width: 880px;
    margin: 40px auto;
    padding: 24px;
    background: #F1F2E8;
    border-radius: 12px;
}
.p-related-column__head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 16px;
}
.p-related-column__title { font-size: 19px; font-weight: bold; }
.p-related-column__more { font-size: 14px; color: #6f7d4a; text-decoration: none; }
.p-related-column__more:hover { text-decoration: underline; }
.p-related-column__list { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.p-related-column__link {
    display: flex;
    gap: 14px;
    align-items: center;
    background: #fff;
    border-radius: 8px;
    padding: 12px 16px;
    text-decoration: none;
    color: inherit;
    transition: box-shadow .2s ease;
}
.p-related-column__link:hover { box-shadow: 0 4px 12px rgba(0,0,0,.06); }
.p-related-column__date { font-size: 13px; color: #999; flex: 0 0 96px; }
.p-related-column__name { font-size: 15px; line-height: 1.6; font-weight: bold; }

/* A3：404ページ */
.p-404 {
    max-width: 720px;
    margin: 3em auto;
    padding: 0 1.2em 2em;
    text-align: center;
}
.p-404__code {
    font-size: 64px;
    font-weight: bold;
    line-height: 1;
    color: #cdd2b3;
    margin-bottom: 4px;
}
.p-404__title { font-size: 24px; font-weight: bold; margin-bottom: 14px; }
.p-404__lead { font-size: 15px; line-height: 1.9; color: #555; margin-bottom: 24px; }
.p-404__actions {
    display: flex;
    gap: .8em;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 2em;
}
.p-404__button {
    display: inline-block;
    padding: .7em 1.6em;
    border-radius: 999px;
    background: #6f7d4a;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
}
.p-404__button--ghost { background: #fff; color: #6f7d4a; border: 1px solid #6f7d4a; }
.p-404__button:hover { opacity: .85; }
.p-404__tags-label { font-size: 13px; color: #888; margin-bottom: 12px; }
.p-404__tags-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: .5em;
    justify-content: center;
}
.p-404__tags-list a {
    display: inline-block;
    padding: .35em .9em;
    background: #F1F2E8;
    border-radius: 999px;
    font-size: 13px;
    color: #555;
    text-decoration: none;
}
.p-404__tags-list a:hover { background: #e4e6d4; }

@media (max-width: 767px) {
    .tag-head__title { font-size: 22px; }
    .p-related-column__link { flex-direction: column; align-items: flex-start; gap: 4px; }
    .p-related-column__date { flex: none; }
    .p-404__code { font-size: 48px; }
}

/*# sourceMappingURL=style.css.map */
/* =========================================================
 * プロフィール 本人リンク（サイト/SNS/連絡先）統一ボタン
 * 2026-06-27。本文記載リンクを自動抽出し定位置に表示。px指定(1rem=10px)。
 * ======================================================= */
.p-article__links {
	margin: 28px 0 8px;
	padding: 20px 22px;
	background: #f7f8f0;
	border: 1px solid #e3e5d4;
	border-radius: 12px;
}
.p-article__links-label {
	font-size: 15px;
	font-weight: 700;
	color: #5b6a3e;
	margin-bottom: 14px;
}
.p-article__links-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	list-style: none;
	padding: 0;
	margin: 0;
}
.p-article__links-btn {
	display: inline-block;
	text-decoration: none;
	font-size: 15px;
	font-weight: 700;
	color: #3a3f33;
	background: #fff;
	border: 2px solid #9aa87b;
	border-radius: 999px;
	padding: 10px 22px;
	transition: background .2s, transform .2s;
}
.p-article__links-btn:hover {
	background: #eef0e1;
	transform: translateY(-1px);
}
.p-article__links-note {
	font-size: 12px;
	color: #8a8f7e;
	margin-top: 14px;
	line-height: 1.7;
}
@media (max-width: 768px) {
	.p-article__links { padding: 16px 16px; }
	.p-article__links-btn { font-size: 14px; padding: 9px 18px; }
}

/* =========================================================
 * 検索結果ページ（search.php）2026-06-27 px統一
 * ======================================================= */
.p-search {
    max-width: 880px;
    margin: 0 auto 56px;
    padding: 0 16px;
}
.p-search__list { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.p-search__link {
    display: flex;
    align-items: center;
    gap: 14px;
    background: #fff;
    border: 1px solid #e3e5d4;
    border-radius: 10px;
    padding: 16px 20px;
    text-decoration: none;
    color: #333;
    transition: box-shadow .2s ease;
}
.p-search__link:hover { box-shadow: 0 4px 12px rgba(0,0,0,.06); }
.p-search__badge {
    flex: 0 0 auto;
    font-size: 12px;
    font-weight: 700;
    color: #5b6a3e;
    background: #eef0e1;
    border-radius: 999px;
    padding: 4px 12px;
}
.p-search__title { font-size: 16px; font-weight: 700; line-height: 1.5; }
.p-search__empty { text-align: center; font-size: 16px; color: #555; margin: 32px 0 24px; }
.p-search__suggest { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-bottom: 32px; }
.p-search__suggest-btn {
    display: inline-block;
    text-decoration: none;
    background: #5b6a3e;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    padding: 12px 28px;
    border-radius: 999px;
}
.p-search__suggest-btn--ghost { background: #fff; color: #5b6a3e; border: 1.5px solid #5b6a3e; }
.p-search__suggest-btn:hover { opacity: .85; }
.p-search__suggest-label { text-align: center; font-size: 14px; color: #888; margin-bottom: 14px; }
.p-search__tags { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; }
.p-search__tags a {
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    color: #555;
    background: #F1F2E8;
    border-radius: 999px;
    padding: 7px 16px;
}
.p-search__tags a:hover { background: #e4e6d4; }
.p-search__pager ul { list-style: none; display: flex; gap: 8px; justify-content: center; padding: 24px 0 0; margin: 0; flex-wrap: wrap; }
.p-search__pager a, .p-search__pager span {
    display: inline-block; font-size: 14px; padding: 8px 14px;
    border-radius: 8px; background: #fff; border: 1px solid #e3e5d4; color: #5b6a3e; text-decoration: none;
}
.p-search__pager .current { background: #5b6a3e; color: #fff; border-color: #5b6a3e; }

/* ============================================================
   掲載者一覧：NEW バッジ（公開から1ヶ月のみ表示）
   一覧の並びは日替わりシャッフルで公平化。NEW は順位を上げず、
   新規掲載者の視認性を補助する目印としてサムネイル左上に出すだけ。
   ============================================================ */
.p-main__article-content-left-img { position: relative; }
.p-main__article-new {
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 2;
    display: inline-block;
    padding: 3px 8px;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.04em;
    color: #fff;
    background-color: #5b6a3e;
    border-radius: 3px;
    pointer-events: none;
}
