@charset "UTF-8";

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
.article .mein_area
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.article .p-freearea h1 {
	font-weight: bold;
	position: relative;
}
.article .p-freearea h1::after {
	position: absolute;
	content: "";
	background: #b9c965;
	margin: auto;
}
.article .p-freearea h2 {
	text-align: left;
	font-weight: bold;
	border-bottom: 1px solid #333;
}
.article .p-freearea h3 {
	letter-spacing: 0.14rem;
	text-align: left;
	font-weight: bold;
	background-image :linear-gradient(to left, #b9c965, #b9c965 2px, transparent 2px, transparent 5px);
	background-size: 5px 2px;
	background-position: right bottom;
	background-repeat: repeat-x;

}
.article .p-freearea h4 {
	text-align: left;
	font-weight: bold;
	border-bottom: 1px solid #b9c965;
}
.article .p-freearea div {
	text-align: left;
}
.article .p-freearea p {
	margin: 1em 0;
    font-size: 16px;
    line-height: 1.75;
	text-align: left;
}
article .p-freearea .wp-caption-text {
    margin: 5px 0 0;
    color: #333;
    font-size: 14px;
    line-height: 1.71429;
    text-align: center;
}
.article .p-freearea ul:not(.gallery) {
	padding-left: 1em;
	/* text-indent: -1em; */
	text-align: left;
}
/* .article .p-freearea ul:not(.gallery) li::before {
	content: "";
	width: 0.4em;
	height: 0.4em;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	margin: 0 0.3em;
	background: #222;
} */
.article .p-freearea ol {
	text-align: left;
	padding-left: 1.5em;
}
.article .p-freearea ol li {
	list-style-type: decimal;
}
.article .p-freearea .wp-block-image figure img {
	width: 100%;
}
.p-freearea .wp-caption {
    margin: 0;
    width: auto !important;
    max-width: 100% !important;
	text-align: center !important;
}
.article .flex_area {
	display: flex;
	justify-content: space-between;
}
.article .p-freearea {
	margin: 0 auto;
}
.article .p-freearea .btn {
	background: #eee;
	letter-spacing: 0.13rem;
	text-align: left;
	position: relative;
}
.article .p-freearea .btn::after {
	position: absolute;
	content: "";
	background: url(../images/fair_k_arrow.png) no-repeat;
}
.article .p-freearea .btn a {
	display: block;
	text-decoration: underline;
}

.p-freearea img.alignright { display: block; margin: 0 0 0 auto; }
.p-freearea img.alignleft { display: block; margin: 0 auto 0 0; }
.p-freearea img.aligncenter { display: block; margin: 0 auto; }
.p-freearea iframe.wp-embedded-content {
	width: 100%;
	margin-top: 1em;
	margin-bottom: 1em;
}
.p-freearea img[class*="wp-image-"] {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.article .p-freearea .gallery {
	display: flex;
	flex-wrap: wrap;
}
.article .p-freearea .gallery .gallery-item {
	overflow: hidden;
}
.article .p-freearea .gallery .gallery-item img {
	width: 100%;
	height: auto;
}
.article .p-freearea .gallery-columns-2 .gallery-item {
	width: 50%;
}
.article .p-freearea .gallery-columns-3 .gallery-item {
	width: calc(100% / 3);
}
.article .p-freearea .gallery-columns-4 .gallery-item {
	width: 25%;
	height: 200px;
}
.article .p-freearea ul,
.article .p-freearea ol {
	list-style: square;
}

@media (min-width: 1000px){
	.article .p-freearea {
		width: 800px;
		font-size: 16px;
		line-height: 30px;
		margin-bottom: 40px;
	}
	.article .p-freearea h1 {
		font-size: 30px;
		line-height: 33px;
		margin: 40px 0 52px;
		letter-spacing: 0.2rem;
	}
	.article .p-freearea h1::after {
		width: 100px;
		height: 2px;
		bottom: -30px;
		left: 0;
		right: 0;
	}
	.article .p-freearea h2 {
		font-size: 24px;
		letter-spacing: 0.2rem;
		line-height: 24px;
		padding-bottom: 30px;
		margin: 50px 0 27px;
	}
	.article .p-freearea h3 {
		font-size: 20px;
		line-height: 30px;
		padding-bottom: 15px;
		margin: 43px 0 11px;
	}
	.article .p-freearea h4 {
		font-size: 16px;
		line-height: 18px;
		padding-bottom: 10px;
		margin: 43px 0 11px;
	}
	.p-freearea h5 {
		position: relative;
		margin: 1.5em 0 1em;
		font-weight: normal;
		text-align: left;
		color: #598c83;
		font-size: 12px;
		line-height: 1.66667;
	}
	.p-freearea h5::before {
		display: inline-block;
		content: "●";
		margin-right: 5px;
	}
	.p-freearea blockquote {
		background-color: #eee;
		padding: 10px 15px;
	}
	.article .p-freearea p {
		letter-spacing: 0.12rem;
	}
	.article .p-freearea p.has-background {
		font-size: 16px;
		letter-spacing: 0.12rem;
		line-height: 30px;
		padding: 1.25em 2.375em;
		margin-top: 1rem;
	}
	.article .p-freearea .l_txt {
		width: 420px;
		margin-top: -7px;
	}
	.article .p-freearea .r_img {
		width: 360px;
	}
	.article .p-freearea .flex_area {
		width: 800px;
		margin-top: 0;
		margin-bottom: 50px;
	}
	.article .p-freearea.btn {
		font-size: 16px;
		line-height: 30px;
		margin-top: 26px;
		margin-bottom: 46px;
	}
	.article .p-freearea .btn::after {
		width: 26px;
		height: 4px;
		top: 0;
		bottom: 0;
		right: 23px;
		margin: auto;
	}
	.article .p-freearea .btn a {
		padding: 18px 23px 15px;
	}
	.article .p-freearea .btn a {
		padding: 20px 23px 21px;
	}
	.article .p-freearea .gallery {
		margin: 40px 0;
	}
}
@media (max-width: 999px){
	.article .p-freearea {
		width: auto;
		font-size: 12px;
		line-height: 20px;
		text-align: left;
		margin-bottom: 29px;
	}
	.article .p-freearea h1 {
		font-size: 17px;
		line-height: 24px;
		margin-bottom: 41px;
		letter-spacing: 0.1rem;
	}
	.article .p-freearea h1::after {
		width: 71px;
		height: 2px;
		bottom: -13px;
		left: 0;
		right: 0;
	}
	.article .p-freearea h2 {
		font-size: 15px;
		letter-spacing: 0.1rem;
		line-height: 20px;
		padding-bottom: 12px;
		margin: 29px 0 16px;
	}
	.article .p-freearea h3 {
		font-size: 15px;
		line-height: 20px;
		padding-bottom: 16px;
		margin: 29px 0 15px;
	}
	.article .p-freearea h4 {
		font-size: 14px;
		line-height: 14px;
		padding-bottom: 14px;
		margin: 20px 0 10px;
	}
	.article .p-freearea p {
		margin-bottom: 4px;
		letter-spacing: 0.08rem;
	}
	.article .p-freearea p.has-background {
		font-size: 12px;
		line-height: 20px;
		margin-top: 1rem;
	}
	.article .p-freearea .l_txt {
		width: auto;
	}
	.article .p-freearea .flex_area {
		margin-bottom: 29px;
		flex-wrap: wrap;
		justify-content: center;
	}
	.article .p-freearea .btn {
		font-size: 13px;
		line-height: 20px;
		margin-top: 20px;
		margin-bottom: 31px;
	}
	.article .p-freearea .btn::after {
		width: 26px;
		height: 4px;
		top: 0;
		bottom: 0;
		right: 23px;
		margin: auto;
	}
	.article .p-freearea .btn a {
		padding: 4.533% 17.333% 4.466% 5.333%;
	}
	.article .p-freearea .gallery {
		margin: 27px -22px;
	}
	.article .p-freearea .gallery-columns-4 .gallery-item {
		width: 50%;
		height: auto;
	}
}

.p-freearea .c-button {
  display: inline-block;
  border: none;
  width: 100%;
  max-width: 275px;
  margin: 1em auto;
  padding: 9px 10px 8px;
  background: #eeb55b;
  border-radius: 5px;
  color: #fff !important;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
  outline: none;
  text-decoration: none !important;
}
.p-freearea .c-button.back {
  background-color: #999;
  max-width: 125px;
  margin-right: 30px;
}
.p-freearea .c-button:hover {
  opacity: .7;
}

.p-freearea .c-button2 {
  display: inline-block;
  border: none;
  width: 100%;
  max-width: 275px;
  margin: 1em auto;
  padding: 9px 10px 8px;
  background: #84aba4;
  border-radius: 5px;
  color: #fff !important;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
  outline: none;
  text-decoration: none !important;
}
.p-freearea .c-button2.back {
  background-color: #999;
  max-width: 125px;
  margin-right: 30px;
}
.p-freearea .c-button2:hover {
  opacity: .7;
}
.p-freearea .c-button2.type-arrow:after {
  content: "";
  width: 0.5em;
  height: 0.5em;
  margin-left: 10px;
  display: inline-block;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}