/*!
Theme Name: 簡易ドーピング検査協会様サイト

*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
	text-decoration: none;
}
a:hover {
	opacity: 0.6;
	transition: 0.5s;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

br{
	display: block !important;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
	scroll-padding-top: 90px;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	line-height: 1.8rem;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", Noto Sans JP, sans-serif;
  color: #333;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
@media only screen and (max-width: 640px) {
	body {
		font-size: 0.8rem;
	}
}
@media only screen and (max-width: 429px) {
	body {
		border: none;
		box-shadow: none;
	}
	html {
		scroll-padding-top: 70px;
	}
}

hr {
	background-color: #D3D3D3;
	opacity: 1;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

.rounded-10 {
	border-radius: 10px;
}

.ff-js {
	font-family: 'Josefin Sans', sans-serif!important;
}

/* Links
--------------------------------------------- */
a {
	color: #333;
}

/*
a:visited {
	color: #800080;
}
*/

a:hover,
a:focus,
a:active {
	color: #231815;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

.fs-mini {
	font-size: 0.8rem;
  line-height: 1.2rem;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
#page {
	position: relative;
	z-index: 10;
	overflow: hidden;
	background-color: #F1F3F5;
}

.vw-50 {
	width: 50vw;
}
@media only screen and (min-width: 1000px) {
	.vh-50 {
		height: 50vh;
	}
	.vh-60 {
		height: 60vh;
	}
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

.site-description {
	display: none;
}

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	color: #231815;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
		justify-content: space-around;
		margin-top: 1.7rem;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
  gap: 0 1rem;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}
@media only screen and (max-width: 640px) {
	.posts-navigation .nav-previous,
	.post-navigation .nav-previous {
		display: block;
		margin-bottom: 1rem;
		flex: auto;
	}
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1rem;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* header
--------------------------------------------- */
.site-header {
	background: #fff;
  box-shadow: 0px 10px 10px -5px rgb(0 0 0 / 10%);
  position: fixed;
  top: 0;
	padding-top: 0.3rem;
	z-index: 100;
	width: 100%;
	/*
	height: 10vh;
	*/
	padding: 0;
}
.bg-black {
	  background-color: black;
    padding: 2px 5px;
    margin-right: 5px;
}
.freedial {
	width: 40px;
	height: auto;
}

.head_top {
    display: flex;
    justify-content: flex-end;
    font-size: 0.9rem;
		height: 30px;
}
.head_dial {
	font-size: 1.6rem;
}

/* main_view
--------------------------------------------- */
@media screen and (min-width: 960px) {
	.mv {
		margin-top: 4%;
	}
}
.mv_title {
	font-size: 3rem!important;
}
@media(max-width:480px) {
	.site-header {
		height: 7.5vh;
	}
	.mv {
		margin-top: 7.5vh;
	}
	.mv_title {
		font-size: 1.6rem!important;
	}
	.mv_title_sub {
		font-size: 16px!important;
	}
}


/* header_news
--------------------------------------------- */
.header_news {
	margin-top: 1rem;
	background: #28a7e1;
  padding: 1rem 0;
}
.header_news_title {
	margin-bottom: 0;
}
.header_news_title span {
	color: #fff;
	font-weight: bold;
	margin-right: 1rem;
	padding-right: 1rem;
	border-right: 1px solid #fff;
}
.header_news_title a,
.header_news__link a {
	color: #fff;
	text-decoration: none;
}
.header_news__link {
	margin-bottom: 0;
}
.header_news_day {
	color: #ff7f00;
}

/* アーカイブページ
--------------------------------------------- */
#archive_page {
	padding-bottom: 5rem;
}
#archive_page .sub_page_bg {
	margin-bottom: 0;
}

/* 記事ページ
--------------------------------------------- */
#entry_page {
	margin-top: 0;
	padding-bottom: 3rem;
}

#entry_page main {
	margin-bottom: 0;
}

/* ウィジェット
--------------------------------------------- */
.widget-area h2,
.sidebar h2 {
	font-size: 1.2rem;
	text-align: left;
	padding: 1rem;
	margin-bottom: 1rem;
	background: #def0c4;
	position: relative;
}
.widget-area h2::after,
.sidebar h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 20px solid #7faa41;
  border-left: 20px solid transparent;
}
.wp-block-categories,
.wp-block-archives {
	box-sizing: border-box;
	margin: 0 0 4rem;
	padding: 0;
	list-style: none;
}
.sidebar ul {
	margin: 0;
  padding: 0;
  list-style: none;
}
.wp-block-categories li,
.wp-block-archives li,
.sidebar li {
	padding: 0.5rem 1rem;
	border-bottom: 1px solid #6d88a7;
	text-align: left;
	font-size: 1.2rem;
	text-align: center;
}

.wp-block-latest-posts.wp-block-latest-posts__list {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
	text-align: left;
}
.wp-block-latest-posts.wp-block-latest-posts__list li {
  clear: both;
  margin-bottom: 1rem;
}
.wp-block-search__label {
  width: 100%;
  text-align: left;
}

/* 固定ページ
--------------------------------------------- */

.w-15 {
    width: 15%;
}
.bg_white {
	background: #fff;
}
.inner {
  width: 1120px;
  max-width: 100%;
  margin: 0 auto;
	background: #fff;
  padding: 1rem;
}

.sub_page_bg {
	/*
	background-color: rgba(255, 255, 255, 0.75);
	*/
	margin-bottom: 2rem;
}

.subtitle {
  padding: 0.5em 0;
  border-top: solid 4px #333333;
  border-bottom: solid 4px #333333;
	padding-left: 10px;
}

.entry_page,
.site {
	width: 100%;
}

.entry-header,
.page-header {
	margin-top:0;
	position: relative;
	background-image: url(img/index/page_title_bg.jpg);
	background-position:center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 260px;
	margin-bottom: 2rem;
}
.entry-title,
.page-title {
	color: #fff;
	padding-top: 15vh;
	position: relative;
	font-size: 3rem;
  text-align: center;
	font-weight: 200;
}

a .top_contents_title {
	color: #fff!important;
}

/* 記事ページ
--------------------------------------------- */
.post-title {
	border-left: 2px solid #C5A213;
	height: 100%;
	text-align: left;
}
.post-title h2 {
	font-size: 1.8rem;
	padding: 1.5rem;
	color: #fff;
}

.post_time_style {
	font-size: 0.8rem;
  margin-bottom: 0;
	margin-right: 1rem;
}
.post_time_style span {
  background: #f5f5f5;
  border-radius: 3px;
  padding: 0.2rem 0.5rem;
  margin: 0 1rem 0 0;
}
.cat-links {
	text-align: center;
	background: #fff;
	background-size: 6px auto;
	padding: 1rem;
	image-rendering: -webkit-optimize-contrast;
	color: #207aa3;
	display: inline-block;
	margin-bottom: 2rem;
	border: 1px solid #207aa3;
}
.cat-links a {
	color: #207aa3;
}
.nav-next a {
  background: #23558F url("img/arrow_r.png") right 20px top 50% no-repeat;
  background-size: 6px auto;
  text-align: left;
  padding: 12px 40px 12px 15px;
  image-rendering: -webkit-optimize-contrast;
	color: #fff;
	display: table-cell;
	vertical-align: middle;
	border: 1px solid #6d88a7;
}
.nav-previous a {
	background: url("img/arrow_l.png") left 20px top 50% no-repeat;
	background-size: 6px auto;
	text-align: left;
	padding: 12px 15px 12px 40px;
	image-rendering: -webkit-optimize-contrast;
	color: #fff;
	display: table-cell;
  vertical-align: middle;
	border: 1px solid #6d88a7;
}
.articles_index_thumbnail {
	position: relative;
}

.post-thumbnail {
	margin-top: 1.5rem;
}
.archive_post_title {
	font-size: 1rem;
	font-weight: bold;
}
.archive_post_title a {
	color: #333;
}
.archive_post_cat .date {
	color: #333;
  font-weight: 600;
}
.archive_post_cat {
	font-size: 0.9rem;
  margin-bottom: 0.5rem;
}
.archive_post_cat ul {
	margin: 0 0 0 1rem;
  background: #23558f;
  border-radius: 3px;
  padding: 0.1rem 0.3rem;
	list-style: none;
}
.archive_post_text {
	font-size: 0.9rem;
	padding-top: 0.5rem;
	color: #333;
}
.post-categories li {
	font-size: 12px;
}

.mb-20 {
    margin-bottom: 20px;
}
.pt-10 {
    padding-top: 10px;
}

/* ページネーション
--------------------------------------------- */
.navi_arrows {
	width: 15px!important;
	height: auto!important;
  vertical-align: baseline;
}
.screen-reader-text {
	display: none;
}
#pager_navigation {
	text-align: center;
	padding: 3rem 0;
	margin-bottom: 0;
}
.pagination {
	display: block;
}
.nav-links {
	margin-top: 60px;
}
.nav-links ul {
	list-style: none;
	display: flex;
	justify-content: center;
	padding: 0;
	margin: 0;
}
.nav-links a {
  margin: 0 0.3rem;
  color: #fff;
	border-radius: 5px;
}
#pager_navigation a,
#pager_navigation .current {
	background: #6d88a7;
  padding: 0.5rem 1rem;
  margin: 0 0.3rem;
  color: #fff;
	border-radius: 5px;
}
.nav-links li a {
	color: #fff;
}

.single_pagenavi_wrap {
	margin-top: 2rem;
}
.single_pagenavi {
	padding: 0.5rem 1rem;
	background: #6d88a7;
	margin: 0 0.3rem;
	color: #fff;
	border-radius: 5px;
}
.single_pagenavi img {
	width: 15px;
}
.single_pagenavi a {
	color: #fff;
}



/* コメント非表示
--------------------------------------------- */
#comments {
	display: none;
}
/* Edit非表示
--------------------------------------------- */
.edit-link {
	display: none;
}




/* =======================================
ヘッダー
======================================= */

.header {
  background-color: white;
  width: 100%;
  height: 50px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

.header__inner {
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: inherit;
  position: sticky;
}

.header_menu_wrap {
	width: 70%;
	font-weight: 500;
}
.header_menu_inner {
	display: flex;
	justify-content: space-between;
  align-items: flex-end;
	margin-bottom: 0.2rem;
}
.header_address p {
  margin: 1rem 0 10px;
}
.header_tel p {
	font-family: Arial;
	font-weight: bold;
	font-size: 2.2rem;
	color: #73BE03;
	margin-bottom: 10px;
}
.header_tel a {
	color: #73BE03;
}
.header_tel span {
	font-size: 1rem;
	color: #333;
}


/* ヘッダーのロゴ部分 */
.header__title {
  width: 80px;
}


@media screen and (min-width: 960px) {
  .header__title {
    width: 120px;
  }
}
@media screen and (max-width: 959px) {
  .header_menu_inner {
		display: none;
	}
}

.header__title img {
  display: block;
  width: 100%;
  height: 100%;
}

/* ヘッダーのナビ部分 */

.header__nav {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  transform: translateX(100%);
  background-color: rgba(24,61,104,1);
  transition: ease .4s;
}


@media screen and (min-width: 960px) {
  .header__nav {
    position: static;
    transform: initial;
    background-color: inherit;
    height: inherit;
    display: flex;
    justify-content: end;
  }
}


@media screen and (min-width: 960px) {
  .nav__items {
    width: 100%;
    display: flex;
    align-items: center;
    height: initial;
    justify-content: space-between;
  }
}

.nav-items {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 0;
	margin: 0;
	list-style: none;
}



@media screen and (min-width: 960px) {
  .nav-items {
	position: inherit;
	top: 0;
	left: 0;
	transform: translate(0, 0);
  }
	.site-title {
		margin: 0;
		padding: 0;
		font-size: 1.6rem;
	}
	.site-title img {
		max-height: 90px;
		padding: 1rem 0;
		margin: 0 auto;
	}
}
@media screen and (max-width: 959px) {
	.site-title img {
		padding: 5px 0;
		display: block;
		width: auto;
		margin: 0 auto;
	}

}

/* ナビのリンク */
.nav-items__item a, .menu__single a {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 300;
	color: #fff;
	font-family: "Josefin Sans", sans-serif;
}
@media screen and (max-width: 959px) {
	.nav-items__item a, .menu__single a {
		margin-bottom: 2rem;
	}
	.init-bottom:after, .menu__second-level {
		display: none!important;
	}
}

.nav-items__item:last-child a {
  margin-bottom: 0;
}

.nav__items > li.nav-items__item_dd {
	position: relative;
}

li.nav-items__item_dd:hover ul.menu__second-level {
	top: 40px;
	visibility: visible;
	opacity: 1;
	margin: 0;
	padding: 0;
	list-style: none;
}
.menu__second-level {
  position: absolute;
  top: 30px;
  -webkit-transition: .2s ease;
  transition: .2s ease;
  visibility: hidden;
  opacity: 0;
	list-style: none;
	margin: 0;
	padding: 0.5rem;
}
.menu__second-level li {
	margin-bottom: 1rem;
}
.menu__second-level li:last-child {
	margin-bottom: 0;
}
.menu__second-level li a {
	width: 100px;
}
.menu > li.menu__single {
    position: relative;
}
.menu__single a {
  color: #fff;
}

li.menu__single ul.menu__second-level {
    position: absolute;
    top: 30px;
    background: #23446d;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

li.menu__single:hover ul.menu__second-level {
    top: 40px;
    visibility: visible;
    opacity: 1;
}

/* ハンバーガーメニュー */

.header__hamburger {
	width: 50px;
  height: 100%;
  padding: 0 10px;
  position: absolute;
  right: 0;
  top: 0;
  background: #333;
  border-radius: 0;
}

.hamburger {
	/*
  background-color: transparent;
		*/
  border-color: transparent;

  z-index: 9999;
}

@media screen and (min-width: 960px) {
  .hamburger {
    display: none;
  }
}

/* ハンバーガーメニューの線 */
.hamburger span {
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: relative;
  transition: ease .4s;
  display: block;
}

.hamburger span:nth-child(1) {
  top: 0;
}

.hamburger span:nth-child(2) {
  margin: 8px 0;
}

.hamburger span:nth-child(3) {
  top: 0;
}


/* ハンバーガーメニュークリック後のスタイル */
.header__nav.active {
  transform: translateX(0);
}

.hamburger.active span:nth-child(1) {
  top: 5px;
  transform: rotate(45deg);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;

}

.hamburger.active span:nth-child(3) {
  top: -13px;
  transform: rotate(-45deg);
}



/*共通部分ここまで*/




/******************************/
/** コンタクトフォームの装飾 **/
/******************************/
/*　フォーム全体　*/
#cf7-area {
width:100%;
margin: 0 auto;
font-family: “遊ゴシック”,”ヒラギノ角ゴ”,”メイリオ”,”MS Pゴシック”,sans-serif;
}

.cf7-item {
display: flex;
align-items: flex-start;
justify-content: flex-start;
margin: 0 0 1.75em;
}

.cf7-q {
width: 30%;
margin: 0 0 0 10px;
}

.cf7-a {
width: 60%;
}

/*　見出し　*/
.form-heading
{
width: 100%;
background-color: #191970;
border-left: 1em solid #6495ED;
border-radius: 2px;
color: #ffffff;
font-weight: bold;
padding: 1em .8em;
margin: 0 0 2em;
}

.form-heading p {
margin: 0;
}

/* 各項目共通 */
#cf7-area label{
font-weight:bold;
}

#cf7-area input[type=”text”],#cf7-area input[type=”email”],#cf7-area input[type=”tel”],#cf7-area textarea {
background: #F0F8FF;
width:500px;
margin-left:10px;
}

#cf7-area input[type=”text”]:focus,#cf7-area input[type=”email”]:focus,#cf7-area input[type=”tel”]:focus,#cf7-area textarea:focus {
background: #FFE4E1;
border: 2px solid #FF1493;
outline: 0;
}

#cf7-area input[type=”checkbox”], #cf7-area input[type=”radio”]{
appearance: auto;
}

#cf7-area .wpcf7-list-item {
display: block;
}

#cf7-area textarea{
height:200px;
padding: 0.625em 0.4375em;
}

.cf7-accept-check{
text-align: center;
margin: 50px auto;
}

.cf7-submit {
width: 40%;
margin: 0 auto;
text-align: center;
}

#cf7-area input[type=”submit”]
{
width: 100%;
background-color: #191970;
color: #ffffff;
border-radius: 5px;
font-size: 1.2em;
padding: 1em 10px;
}

#cf7-area input[type=”submit”]:hover
{
background-color:#ffffff;
border: 2px solid #191970;
color:#191970;
}

.cf7-btn{
width: 40%;
margin: 0 auto;
text-align: center;
}

/*　必須ラベル　*/
.cf7-req {
  font-size: .8em;
  padding: 4px 6px;
  line-height: 1.5;
  background: #b163b2;
  color: #ffffff;
  margin-left: 10px;
  display: inline-block;
  border-radius: 5px;
}

@media screen and (max-width:768px){
.cf7-item {
display: block;
}

#cf7-area label{
display: block;
margin-bottom: 10px;
}

.cf7-q {
width: 100%;
margin: 0;
}

.cf7-a {
width: 100%;
}

#cf7-area input[type=”text”], #cf7-area input[type=”email”], #cf7-area input[type=”tel”], #cf7-area textarea{
margin-left: 0;
}

.cf7-submit{
width: 90%;
}
}

/* =======================================
TOPページ
======================================= */
@media screen and (max-width: 640px) {
	.content-wrap {
		padding: 1rem;
	}
}

.mv {
	max-height: 456px;
}

.top_intro, .top_intro_2 {
	border-radius: 20px;
	background-image: url(img/index/intro_bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	box-shadow: 0 3px 6px #00000016;
	padding: 6rem 2rem 3rem;
	margin: 5rem 0 0;
}
.top_intro h2, .top_intro_2 h2 {
	background-color: #8BCBD4;
	font-size: 2.6rem;
	font-weight: bold;
	text-align: center;
	color: #fff;
	box-shadow: 0 3px 6px #00000016;
	padding: 1rem;
	width: 80%;
	margin: -8rem auto 2rem;
}
.top_intro p, .top_intro_2 p {
	font-size: 1.2rem;
}
.top_intro_2 {
	background-image: none;
  background-color: #fff;
}
.top_intro_2_box {
	background: #e7eff0;
	padding: 2rem;
	height: 100%;
	display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
	border-radius: 20px;
}
.top_intro_2_box h3 {
	color: #5FAAB5;
	font-weight: bold;
	text-align: center;
  margin-bottom: 1.5rem;
}
.top_intro_2_box_text {
	background: #fff;
	padding: 1rem;
	font-weight: bold;
	font-size: 1.2rem;
	width: 100%;
	text-align: center;
}


.sub-title {
	font-size: 3rem;
	font-weight: bold;
	text-align: center;
	background-image: url(img/index/sub-title_line.png);
	background-position: bottom;
	background-repeat: no-repeat;
	padding: 0 0 3rem;
	margin-top: 5rem;
	margin-bottom: 2rem;
}

.top_info__box {
	background: #fff;
	margin: 0 0 3rem;
	font-size: 1.2rem;
	box-shadow: 0 3px 6px #00000016;
	display: flex;
	align-items: center;
	padding: 0;
}
.top_info__box .col-3,
.top_info__box .col-9 {
	padding: 0;
}
.top_info__box .col-9 {
	padding: 1rem;
}
.top_info__box ul {
	margin: 0;
}
.top_info__contact {
	display: flex;
}
.top_info__contact p {
	margin-right: 2rem;
	margin-bottom: 0;
}
.top_info__contact img {
	margin-right: 1rem;
}
.top_info__box02 {
	background: #fff;
	border-radius: 20px;
	padding: 4rem 2rem 2rem;
}
.top_info__box02 h3 {
	background: #5FAAB5;
	color: #fff;
	text-align: center;
	width: 300px;
	border-radius: 50px;
	margin: -5rem auto 1.5rem;
	padding: 1rem;
}
.top_info__box02 p {
	margin-bottom: 0;
	font-size: 1.2rem;
}

.top_price__box {
	background: #fff;
	box-shadow: 0 3px 6px #00000016;
	margin-bottom: 2rem;
}
.top_price__box_01 {
	background: #5FAAB5;
	color: #fff;
	text-align: center;
	padding: 1rem;
}
.top_price__box_01 p {
	margin: 0;
}
.top_price__box_02 {
	padding: 1rem;
	text-align: center;
	font-weight: bold;
	font-size: 1.2rem;
}
.top_price__box02 p {
	margin: 0;
}
.top_price__box02 {
	display: flex;
	margin-bottom: 2rem;
	align-items: center;
	width: 100%;
	background: #fff;
	box-shadow: 0 3px 6px #00000016;
}
.top_price__box02_01 {
	background: #92B2B7;
	color: #fff;
	text-align: center;
	width: 40%;
}
.top_price__box02_01 h3 {
	padding: 1rem;
	margin: 0;
}
.top_price__box02_02 {
	width: 60%;
}
.top_price__box02_02 p {
	font-size: 1.4rem;
	padding: 1rem 1rem 1rem 2rem;
}
.price {
	font-size: 3rem;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 5px;
	vertical-align: sub;
}


.cv_btn {
	text-align: center;
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	background: #FF9011;
	max-width: 450px;
	margin: 2rem auto;
	padding: 1rem 1rem 1.2rem;
	box-shadow: 0 3px 6px #00000016;
	border-radius: 50px;
}
header .cv_btn {
	font-size: 1.2rem;
	margin: 0;
	padding: 1rem;
}

.top_item_contents {
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 3px 6px #00000016;
	padding: 2rem;
}
.top_item_contents ol {
	margin-left: 3.5em;
}
.top_item_contents ol li {
	list-style-type: none;
	counter-increment: cnt;
	margin-bottom: 2rem;
}
.top_item_contents ol li::before {
	content:  counter(cnt) ")";
	display: inline-block;
	margin-left: -3em;
	width: 3em;
}
.top_item_contents {
	font-size: 1.2rem;
	margin: 2rem auto 5rem;
}
.text-red {
	font-weight: bold;
	color: #d41717;
}
.flow_text_blue {
	color: #5FAAB5;
	font-size: 1.4rem;
	font-weight: bold;
}

.top_flow__box {
	background: #fff;
	box-shadow: 0 3px 6px #00000016;
	display: flex;
	padding: 0;
	margin: 0 0 2rem;
	align-items: stretch;
}
.top_flow__box_number {
	background: #8BCBD4;
	display: flex;
	align-items: center;
}
.top_flow__box_number p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
	margin: 0;
	padding: 2rem;
}
.top_flow__box_text {
	display: flex;
	align-items: center;
}
.top_flow__box_text p {
	margin: 0;
	padding: 0.5rem 2rem;
	font-size: 1.2rem;
}

.top_flow__box_img {
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 3px 6px #00000016;
	padding: 2rem;
}

.top_result {
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 3px 6px #00000016;
	padding: 2rem;
}
.top_result p {
	font-size: 1.2rem;
	margin: 0;
}

.top_about th {
	background: #DEDEDE;
	text-align: center;
	padding: 1rem;
}
.top_about td {
	background: #fff;
	padding: 1rem;
	border-bottom: 1px solid #dedede;
}

.policy_table th {
	background: #fff;
	text-align: center;
	padding: 1rem;
	border: 1px solid #b0bdc5;
}
.policy_table td {
	background: #fff;
	padding: 1rem;
	border: 1px solid #b0bdc5;
}
.policy_table tr:nth-child(odd) th {
  background-color: #dde5ea;
}
.policy_table tr:nth-child(odd) td {
  background-color: #dde5ea;
}

/* =======================================
footer
======================================= */

footer {
  width: 100%;
  margin: 0 auto;
  bottom: 0px;
  overflow: hidden;
  text-align: center;
	background: #000;
}
.copyright {
	padding: 1.5rem 0;
	color: #fff;
}

/* ページトップ */
.pagetop{
  display: none;
  position: fixed;
  right: 15px;
  bottom: 20px;
}
.pagetop a{
  display: block;
  font-size: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  background: #141600;
}
.pagetop a i{
  font-size: 20px;
  color:#fff;
  line-height: 50px;
}

.sp-nav,
.sp-view {
   display: none;
}

iframe.youtube-16-9 {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}
.text_link {
	color: #d41717;
	text-decoration: underline;
	font-weight: bold;
}
.text_link:hover {
	color: #d41717;
}
.video_title {
	text-align: center;
	padding: 1rem;
	color: #fff;
	background: #5FAAB5;
}

/* =======================================
PC
======================================= */
@media screen and (min-width: 769px) {
	.video_title br {
		display: none!important;
	}
}

@media (max-width: 1260px) and (min-width: 991px) {
  #primary-menu li a {
    padding: 0.5rem 1rem;
  }
  .sub-menu {
    position: relative;
    visibility: visible;
  }
}

/*pc*/


/* =======================================
タブレット
======================================= */
@media (max-width: 767px) and (min-width: 481px) {/*タブレット*/

}/*タブレット*/
@media only screen and (max-width: 768px) {


}

/* =======================================
SP
======================================= */
@media screen and (max-width: 991px) {
	.top_intro h2, .top_intro_2 h2 {
		font-size: 2rem;
	}
	.sub-title, .cv_btn {
		font-size: 2rem;
	}
	.top_price__box02 {
		display: block;
	}
	.top_price__box02_01, .top_price__box02_02 {
		width: 100%;
		text-align: center;
	}
	.top_item_contents ol {
		margin-left: 1em;
	}
}

@media screen and (max-width: 767px) {
	.top_info__box .col-10 {
		padding: 1rem;
	}
	.top_info__contact {
		display: block;
	}
	.top_info__contact p {
		margin-right: 0;
		margin-bottom: 1rem;
	}

}

@media screen and (max-width: 640px) {
	.top_intro h2, .top_intro_2 h2 {
		font-size: 1.6rem;
		width: 100%;
	}
	.entry-title {
		font-size: 1.6rem;
	}
	.entry-header, .page-header {
		min-height: auto;
	}
	.sub-title {
		font-size: 1.6rem;
		background-size: contain;
	}
	.cv_btn {
		font-size: 1.6rem;
	}
	.top_intro p, .top_info__box, .top_info__box02 p, .top_item_contents, .top_flow__box_text p, .top_result p, .top_about {
		font-size: 1rem;
	}
	.top_about table th, .top_about table td {
		display: block;
		width: 100%;
	}
	.price {
		font-size: 2.5rem;
	}
	.top_price__box02_02 p {
		font-size: 1.2rem;
	}
	.top_info__contact img {
		max-width: 24px;
		margin-right: 5px;
	}
}
@media screen and (max-width: 640px) {
	.pc-nav,
	.pc-view {
		 display: none;
	}
	.sp-nav,
	.sp-view {
		display: block;
	}
	#hamburger {
		 position: relative;
		 display: block;
		 width: 30px;
		 height: 25px;
		 margin: 0 0 0 auto;
	}
	#hamburger span {
		 position: absolute;
		 top: 50%;
		 left: 0;
		 display: block;
		 width: 100%;
		 height: 2px;
		 background-color: #fff;
		 transform: translateY(-50%);
	}
	#hamburger::before {
		 content: '';
		 display: block;
		 position: absolute;
		 top: 0;
		 left: 0;
		 width: 100%;
		 height: 2px;
		 background-color: #fff;
	}
	#hamburger::after {
		 content: '';
		 display: block;
		 position: absolute;
		 bottom: 0;
		 left: 0;
		 width: 70%;
		 height: 2px;
		 background-color: #fff;
	}
	/*スマホメニュー*/
	.sp-nav ul {
		 padding: 0;
		 display: flex;
		 flex-direction: column;
		 justify-content: center;
		 align-items: center;
		 height: 100%;
	}
	.sp-nav li {
		 margin: 0;
		 padding: 0;
	}
	.sp-nav li span {
		 font-size: 15px;
		 color: #fff;
	}
	.sp-nav li a, .sp-nav li span {
		 display: block;
		 padding: 20px 0;
	}
	/*-閉じるアイコンー*/
	.sp-nav .close {
		 position: relative;
		 padding-left: 20px;
	}
	.sp-nav .close::before {
		 content: '';
		 position: absolute;
		 top: 50%;
		 left: 0;
		 display: block;
		 width: 16px;
		 height: 1px;
		 background: #fff;
		 transform: rotate( 45deg );
	}
	.sp-nav .close::after {
		 content: '';
		 position: absolute;
		 top: 50%;
		 left: 0;
		 display: block;
		 width: 16px;
		 height: 1px;
		 background: #fff;
		 transform: rotate( -45deg );
	}
	.toggle {
		 transform: translateY( 0 );
		 opacity: 1;
	}
	.main-visual {
		 padding: 0 4%;
	}
	#primary-menu {
		display: block;
		list-style-type: none;
		text-align: center;
		margin: 0 0 30px 0;
		padding: 0;
	}
	#primary-menu li {
		border-left: none;
		border-bottom: 1px solid #ccc;
		padding: 0.5rem;
	}
	.plan55_text {
		font-size: 1rem;
		margin-bottom: 0;
	}
	.nav-links li {
		padding: 0.2rem 0.5rem;
		background: #6d88a7;
		margin: 0 0.1rem;
		color: #fff;
		border-radius: 5px;
	}

}


@media only screen and (max-width: 480px) {/*SP*/
	.site-title {
		width: 100%;
		padding-left: 0;
	}

}/*SP*/


/* お問合せ */
table.CF7_table {
	width:80%;
	margin:0 auto;
	border: 3px solid #e5e5e5;
}

table.CF7_table tr {
	border-top: 1px solid #e5e5e5;
}

table.CF7_table tr th,
table.CF7_table tr td {
  padding: 0.5rem 1rem;
}

.single .entry-content table.CF7_table,
.page .entry-content table.CF7_table{
	display:table;
	background: #fff;
}

/*入力欄*/
.CF7_table input, .CF7_table textarea {
	border: 1px solid #d8d8d8;
}

.CF7_table ::placeholder {
	color:#797979;
}

/*「必須」文字*/
.CF7_req {
	font-size:.9em;
	padding: 5px;
	background: #f79034;/*オレンジ*/
	color: #fff;
	border-radius: 3px;
	margin-right:1em;
}

/*「任意」文字*/
.CF7_unreq {
	font-size:.9em;
	padding: 5px;
	background: #bdbdbd;/*グレー*/
	color: #fff;
	border-radius: 3px;
	margin-right:1em;
}

/* タイトル列 */
@media screen and (min-width: 768px) {
	.CF7_table th {
	width:30%;/*横幅*/
	background-color:#ebedf5;/*ブルーグレー*/
	}
}

/* レスポンシブ */
@media screen and (max-width: 768px) {
	table.CF7_table {
	width:95%;
	}
	.CF7_table tr, .CF7_table td, .CF7_table th {
	display: block;
	width: 100%;
	line-height:2.5em;
	}
	.CF7_table th {
	background-color:#ebedf5;
	}
}

/* 「送信する」ボタン */
.wpcf7 input.wpcf7-submit {
	background-color:#f79034;/* オレンジ*/
	border:0;
	color:#fff;
	font-size:1.2em;
	font-weight:bold;
	margin:0 auto;
}

.CF7_btn {
	text-align:center;
	margin-top:20px;
}

.wpcf7-spinner {
	width:0;
	margin:0;
}

.entry-title, .page-title {
  padding-top: 15vh;
  position: relative;
  font-size: 2.2rem;
  text-align: center;
  font-weight: bold;
  color: #333;
}
