@charset "utf-8";

p.post_none {
	text-align: center;
}

/*
Wordpress
__________________________*/
/* single-page*/
.single strong {
	font-weight: bold;
}

.single cite,
.single em,
.single i {
	font-style: italic;
}

.single big {
	font-size: 131.25%;
}

.single ins {
	background: #ffc;
	text-decoration: none;
}

.single blockquote {
	font-style: italic;
	padding: 0.3em;
}

.single blockquotecite,
.single blockquoteem,
.single blockquotei {
	font-style: normal;
}

.single pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	overflow: auto;
	padding: 1.5em;
}

.single abbr,
.single acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

.single sup,
.single sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}

.single sup {
	bottom: 1ex;
}

.single sub {
	top: 0.5ex;
}

.single img,
.single img.alignnone {
	display: inline-block;
	margin-bottom: 20px;
	font-size: inherit;
}

.single img.size-auto,
.single img.size-full,
.single img.size-large,
.single img.size-medium,
.single .attachment img {
	max-width: 100%;
	height: auto;
}

.single .alignleft,
.single img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}

.single .alignright,
.single img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}

.single .aligncenter,
.single img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.single p {
	display: block;
	margin-bottom: 1em;
}

.single table,
.single th,
.single td {
	border: 1px solid #000;
}

.single table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 28px;
	width: 100%;
}

.single table th,
.single table caption {
	border-width: 0 1px 1px 0;
	padding: 7px;
	text-align: left;
	vertical-align: baseline;
}

.single table td {
	border-width: 0 1px 1px 0;
	padding: 7px;
	vertical-align: baseline;
}

.single ol {
	list-style: decimal outside;
}

.single ul {
	list-style: disc outside;
}

.single li {
	margin-left: 1em;
}

/* h2～h6 */
#subcon .news_bpx h2 {
	font-size: 25px;
	margin: 80px 0 40px;
	position: relative;
	padding: 0 30px;
	/*letter-spacing: 0.075em;*/
	letter-spacing: 0.12em;
}

#subcon .news_bpx h2::before {
	position: absolute;
	content: "";
	width: 5px;
	height: 36px;
	background: #9D934D;
	top: 0;
	left: 0;
}

#subcon .news_bpx h3 {
	font-size: 24px;
	text-align: left;
	margin-top: 40px;
	margin-bottom: 20px;
	background: none;
	padding: 0;
	border-radius: 0;
}

#subcon .news_bpx h3::first-letter {
	font-size: 26px;
	text-transform: uppercase;
	color: #9D934D;
}

#subcon .news_bpx h4 {
	font-size: 22px;
	margin-top: 40px;
	margin-bottom: 20px;
	padding: 0;
	padding-left: 1rem;
	border-left: 6px double #9D934D;
}

#subcon .news_bpx h5 {
	font-size: 20px;
	margin-bottom: 15px;
	border-left: 4px solid #9D934D;
	padding-left: 1rem;
}

#subcon .news_bpx h6 {
	font-size: 18px;
	margin-bottom: 10px;
	padding-left: 2rem;
	position: relative;
}

#subcon .news_bpx h6::before {
	content: "●";
	position: absolute;
	left: 0;
	top: 0;
	color: #9D934D;
}


@media screen and (max-width: 767px) {

	.single .alignleft,
	.single img.alignleft,
	.single .alignright,
	.single img.alignright,
	.single .aligncenter,
	.single img.aligncenter {
		clear: both;
		display: block;
		float: none;
		margin-left: auto;
		margin-right: auto;
		margin-top: 0;
	}

	.single img.alignleft,
	.single img.alignright,
	.single img.aligncenter {
		margin-bottom: 12px;
	}
}

/*Contact Form 7*/
.wpcf7-mail-sent-ok {
	display: none !important;
}

.wpcf7-form input[type="checkbox"] {
	width: 1em !important;
	margin: 0 0.1em !important;
}

.wpcf7-form input[type="radio"] {
	width: 1em !important;
	margin: 0 0.1em !important;
}

.wpcf7-list-item {
	display: inline-block !important;
	margin-left: 0em !important;
	margin-right: 0em !important;
}

.wpcf7-list-item-label::after {
	content: "";
	margin-right: 1em;
}

.wpcf7-spinner {
	display: none !important;
}

.cen .wpcf7-form-control {
	margin-bottom: 10px !important;
}

#sub_contents table.defTable01 td.cen input.wpcf7c-btn-back {
	background: #555;
}

div#wpcf7-f56-p54-o3 {
	width: 80%;
	margin: 0 auto;
}

div#wpcf7-f56-p54-o3 table.defTable01 {
	margin-bottom: 50px;
}

div#wpcf7-f56-p54-o3 table.defTable01 td.cen input {
	display: none;
}

.contact-form__back-btn {
	background: #fff !important;
	margin-bottom: 20px !important;
	color: #3b424d !important;
}

span.wpcf7-list-item.first {
	margin-left: 0;
}

/*others*/
.pagenation-wrapper {
	margin-top: 80px;
}

.pagenation li.current span.pages {
	display: none;
}

.thankspage,
.page404 {
	text-align: center;
	line-height: 2;
	padding: 100px 50px;
}

.post_none2 {
	text-align: center;
	margin: 2em auto;
}

img {
	height: auto;
}

.bread_crumb li br {
	display: none;
}
