/*
Theme Name: Seitai Theme
Version: 1.0.0

Tags: accessibility-ready, block-styles, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, left-sidebar, one-column, right-sidebar, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, two-columns, wide-blocks

https://coolors.co/048b60-7cb518-abd068-d9ebb8-f4fbe7-f7fded-f53d00-fac05e-f7f052

*/

/* Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Container
	- Site Inner
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Genesis Simple FAQ
	- WPForms
- Skip Links
- Site Header
	- Title Area
- Site Navigation
	- Responsive Menu
	- Header Menu
	- Footer Menu
- Content Area
	- Entry Content
	- Entry Meta
	- Pagination
	- Entry Comments
- Sidebar
- Footer Widgets
- Site Footer
- Media Queries
	- Min-width: 960px
		- Site Header
		- Genesis Menu
		- Responsive Menu
		- Header Menu
		- Site Inner
		- Content
		- Sidebar
		- Author Box
		- After Entry
		- Column Classes
		- Entry Misc.
		- Footer Widgets
- Print Styles
*/

/* Defaults
---------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

body {
	color: #2D2D2A;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 1.6;
}

.material-icons { /* Material iconsを利用する */
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;  /* 推奨サイズ */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    /* WebKitブラウザサポート */
    -webkit-font-smoothing: antialiased;
    /* Chrome、Safariサポート */
    text-rendering: optimizeLegibility;
    /* Firefoxサポート */
    -moz-osx-font-smoothing: grayscale;
    /* IEサポート */
    font-feature-settings: 'liga';
}

.align-center {
	text-align: center;
}
.align-center-inline-block {
	text-align: center;
	display: inline-block;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}
.bold {
	font-weight: bold;
}
.image-radius>img {
	border-radius: 4px;
}
.image-circle {
	width: 100%;
	max-width: 150px;
	position: relative;
}
.image-circle::before {
	content: "";
	display: block;
	padding-top: 100%;
}
.image-circle>img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	object-fit: cover;
	border-radius: 50%;
}
.margin-b-12px {
	margin-bottom: 12px;
}
.sp, .sptbl, .sppc { display: block; }
.tbl, .pc, .tblpc, .tbl-in, .pc-in, .tblpc-in { display: none; }
.sp-in, .sptbl-in, .sppc-in { display: inline-block; }
@media only screen and (min-width: 480px) {
.tbl, .sptbl, .tblpc { display: block; }
.sp, .pc, .sppc, .sp-in, .pc-in, .sppc-in { display: none; }
.tbl-in, .sptbl-in, .tblpc-in { display: inline-block; }
}
@media only screen and (min-width: 960px) {
.pc, .sppc, .tblpc { display: block; }
.sp, .tbl, .sptbl, .sp-in, .tbl-in, .sptbl-in { display: none; }
.pc-in, .sppc-in, .tblpc-in { display: inline-block; }
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: bold;
}

h1 {
	font-size: 20px;
	line-height: 1.4;
	margin-bottom: 32px;
}

h2 {
	font-size: 24px;
	line-height: 1.6;
	margin-bottom: 32px;
}

h3 {
	font-size: 18px;
	line-height: 1.4;
	margin-bottom: 29px;
}

h4 {
	font-size: 17px;
	line-height: 1.4;
	margin-bottom: 27.5px;
}

p {
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 19px;
}

.entry-content ol, .entry-content ul {
	margin-bottom: 26px;
    padding-left: 36px;
}

@media only screen and (min-width: 480px) {
	h2 {
		font-size: 25px;
		margin-bottom: 38.8px;
	}
}
@media only screen and (min-width: 960px) {
	h1 {
		font-size: 28px;
		margin-bottom: 45px;
	}
	h2 {
		font-size: 32px;
		margin-bottom: 38.8px;
	}
	h3 {
		font-size: 21px;
		margin-bottom: 34px;
	}
	h4 {
		font-size: 19px;
		margin-bottom: 30.7px;
	}
	p {
		font-size: 17px;
		margin-bottom: 27.5px;
	}
}


/* wp-block */
.wp-block-buttons {
	text-align: center;
}
.wp-block-button.btn-inner {
	margin-bottom: 26px;
}
.wp-block-image {
	text-align: center;
}
.wp-block-embed-youtube {
	margin-bottom: 2.4em;
}

/* Forms
--------------------------------------------- */
/* mw_wp_form */

.mw_wp_form p {
    font-size: 17px;
    margin-bottom: 0.4em;
}
.mw_wp_form .form-title {
	display: block;
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 0.4em;
	position: relative;
}
.mw_wp_form .form-title::before {
	content: 'brightness_1';
	font-family: "Material Icons";
	font-size: 1em;
	margin-right: 0.4em;
	position: relative;
	top: 2px;
}
.mw_wp_form .form-title.required::after {
    top: 0;
	background-color: #F14931;
	border-radius: 4px;
	color: #FFF;
	content: '必須';
	font-size: 0.86em;
	font-weight: bold;
	line-height: 1;
	margin-left: 1.4em;
	padding: 0.4em 0.5em;
	position: absolute;
}
.mw_wp_form .form-title.optional::after {
    top: 0;
	background-color: #7e7e7e;
	border-radius: 4px;
	color: #FFF;
	content: '任意';
	font-size: 0.86em;
	font-weight: bold;
	line-height: 1;
	margin-left: 1.4em;
	padding: 0.4em 0.5em;
	position: absolute;
}
.mw_wp_form p.form-placeholder {
	color: #555;
	display: block;
	font-size: 15px;
	line-height: 1.5;
	margin-bottom: 2.4em !important;
	position: relative;
}
.mw_wp_form input, .mw_wp_form select, .mw_wp_form textarea {
	border: 1px solid #ddd;
	border-radius: 4px;
    color: #2D2D2A;
    font-size: 18px;
    font-weight: 400;
    padding: 15px;
}
.mw_wp_form .form-date {
	width: 100%;
}
.mw_wp_form .form-time {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: transparent;
	outline: none;
	width: 100%;
}
.mw_wp_form .form-check,
.mw_wp_form .form-submit {
	background-color: #F73802;
	color: #FFF;
	font-size: 1em;
	font-weight: bold;
	padding: 0.9375em 1.875em;
}
.mw_wp_form .form-check:hover,
.mw_wp_form .form-check:focus,
.mw_wp_form .form-submit:hover,
.mw_wp_form .form-submit:focus {
	background-color: #FFF;
	color: #F73802;
	font-weight: bold;
}
.mw_wp_form .form-back {
	background-color: #7e7e7e;
	color: #FFF;
	font-size: 0.8em;
	font-weight: bold;
	padding: 0.9375em 1.875em;
    margin-top: 2.4em;
}
.mw_wp_form .form-back:hover,
.mw_wp_form .form-back:focus {
	background-color: #7e7e7e;
	color: #FFF;
	font-weight: bold;
}
.mw_wp_form .form-date.hasDatepicker {
	margin-bottom: 0.7em;
}
.mw_wp_form .form-time {
	margin-bottom: 1em;
}


/* Structure and Layout
---------------------------------------------------------------------------- */
/* Site Container
--------------------------------------------- */

/* Site Inner
--------------------------------------------- */

/* Common Classes
---------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

/* Genesis
--------------------------------------------- */

.breadcrumb {
	border-bottom: none;
	font-size: 12px;
	margin: 0 auto 30px auto;
	padding-top: 10px;
	padding-bottom: 0;
}
.breadcrumb {
    width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}
.breadcrumb .home {
	font-size: 17px;
	vertical-align: middle;
}
.breadcrumb-link {
	color: #2D2D2A;
	text-decoration: none;
}
.breadcrumb-link:hover,
.breadcrumb-link:focus {
	color: #2D2D2A;
	text-decoration: underline;
}
.breadcrumb .chevron_right {
	font-size: 14px;
	vertical-align: middle;
}
.page-template-page-basic .breadcrumb {
	margin-bottom: 0;
}





/* Search Form
--------------------------------------------- */
.search-form {
	display: flex;
	width: 100%;
}
.entry-content .search-form {
	width: 100%;
}
.post-password-form input[type="submit"], .search-form input[type="submit"] {
	margin-top: 0;
	white-space: nowrap;
}
@media only screen and (min-width: 480px) {
.entry-content .search-form {
	width: 80%;
}
}

/* Error404
--------------------------------------------- */
.error404 .site-inner {
	padding: 26px 5% 0;
}
.error404 .entry-title {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 26px;
}
.error404 .entry-content {
    font-size: 16px;
    line-height: 1.9;
    margin-bottom: 26px;
}

/* Titles
--------------------------------------------- */
/* WordPress
--------------------------------------------- */

/* Widgets
---------------------------------------------------------------------------- */

/* Plugins
---------------------------------------------------------------------------- */

/* Skip Links
---------------------------------------------------------------------------- */

.site-inner {
	margin-top: 0px;
	padding: 0 0;
}
.home .site-inner {
	margin-top: 0px;
}
.page .site-inner {
	padding: 0 0;
}
@media only screen and (min-width: 960px) {
	.site-inner {
		margin-top: 35px;
	}
	.home .site-inner {
		margin-top: 0px;
	}
}
/* Site Header サイトヘッダー
<header> site-header
	<div> wrap
		<div> title-area </div>
		<div> wiget </div>
		<button> menu-toggle </button>
		<nav> nav-primary </nav>
	</div>
</header>
---------------------------------------------------------------------------- */


/* site-header */
.site-header {
	background-color: rgba(255, 255, 255 ,1);
	box-shadow: 0 0 20px rgb(0 0 0 / 10%);
	height: 58px;
	padding: 0 0;
	position: sticky;
	top: 0;
	width: 100%;
	z-index: 10;
}
.site-header.scrolled {
	opacity: 0.8;
}
@media only screen and (min-width: 960px) {
.site-header {
	height: 160px;
	position: static;
	width: 100%;
}
.site-header.scrolled {
	opacity: 1;
}
.site-header>.wrap {
	display: grid;
	grid-template-rows: 100px 60px;
	grid-template-columns: 350px 1fr;
	height: 100px;
	margin: 0 auto;
	max-width: 960px;
	width: 960px;
}
.site-header .title-area {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
}
.site-header .header-widget-area {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
}
.site-header .nav-primary {
    grid-row: 2 / 3;
    grid-column: 1 / 3;
}
}

/* site-header - title-area */
.custom-logo-link,
.custom-logo,
.wp-custom-logo .title-area {
	float: left;
	height: 58px;
	max-width: none;
	width: 242.13px;
}
.custom-logo-link,
.custom-logo {
	display: block;
	margin: 0;
}
.custom-logo-link:hover,
.custom-logo-link:focus {
	opacity: 0.8;
}
.wp-custom-logo .title-area {
	padding: 0;
	position: relative;
}
@media only screen and (min-width: 960px) {
	.custom-logo-link,
	.custom-logo,
	.wp-custom-logo .title-area {
		height: 98px;
		width: auto;
	}
}

/* site-header - wiget */
/* PC用にヘッダー画像 */
.header-banner-pc,
.header-title-pc { display: none; }
@media only screen and (min-width: 960px) {
	.header-banner-pc {
		display: block;
		height: 100px;
		text-align: right;
		width: auto;
	}
	.header-banner-pc .figure-01>img {
		height: 100%;
		width: auto;
	}
	.header-banner-pc .figure-01 {
		height: 100%;
		padding: 5px 0 0 0;
	}
	.header-title-pc {
		background-color: #FFF;
		display: block;
		position: relative;
		z-index: 100;
	}
	.header-title-pc .inner {
		margin: 0 auto;
		width: 960px;
	}
	.header-title-pc .wrap .inner p {
		display: block;
		font-size: 12px;
		font-weight: bold;
		letter-spacing: 0.05em;
		line-height: 1;
		margin: 0;
		padding: 5px 0 0 10px;
	}
}
/* SP/TBL用にヘッダーCTAボタン */
.header-btn-sptbl,
.header-btn-sptbl>a,
.header-btn-sptbl>a>img {
	display: block;
	height: 58px;
	margin: 0;
	padding: 0;
	width: 93.88px;
}
.header-btn-sptbl {
	margin: 0 0 0 auto;
}
@media only screen and (min-width: 960px) {
	.header-btn-sptbl {
		display: none;
	}
}


/* Site Navigation
---------------------------------------------------------------------------- */
/* Responsive Menu
--------------------------------------------- */
/* site-header - menu-toggle */
.menu-toggle {
	color: #2D3B55;
	font-size: 11px;
	line-height: 1;
	margin: 0 1em 0 0;
	padding: 36px 0 4px 0;
	position: absolute;
    right: 0.5em;
	text-align: center;
    top: 0;
	width: 45px;
}
.site-header>.wrap>.menu-toggle::before {
	float: none;
	margin-right: auto;
	top: 0px;
	right: 0px;
}
.site-header>.wrap>.dashicons-before::before {
	font-size: 35px;
	width: 35px;
	height: 35px;
	position: absolute;
	top: 3px;
	right: 5px;
}
.site-header .menu-item>.dashicons-before::before {
	display: none;
}
.menu-toggle { display: none; }
@media only screen and (min-width: 960px) {
	.menu-toggle { display: block; }
}

/* Header Menu ヘッダーメニュー
<nav> nav-primary
	<div> wrap
		<ul> menu genesis-nav-menu menu-primary js-superfish
			<li> menu-item
				<a></a>
			</li>
			<li> menu-item menu-item-has-children
				<ul> sub-menu
					<li> menu-item
						<a></a>
					<li>
				</ul>
			</li>
		</ul>
	</div>
</nav>
--------------------------------------------- */
/* site-header - nav-primary */

@media only screen and (min-width: 960px) {
.nav-primary {
	font-size: 16px;
	line-height: 1.5;
	margin: 0;
	padding: 0;
}
.nav-primary .genesis-nav-menu {
	margin: 0;
	padding: 0;
	text-align: center;
}
.nav-primary .menu-item {
	letter-spacing: 0;
	margin: 0;
	padding: 12px 0;
	text-align: center;
}
.nav-primary .menu-item a {
	border-left: 1px dotted #C9CCD8;
	color: #4C4C47;
	display: block;
	font-weight: bold;
	letter-spacing: 0.05em;
	padding: 13px 19px 12px 27px;
}
.nav-primary .menu-item:first-child a {
	padding-left: 35px;
	padding-right: 35px;
}
.nav-primary .menu-item:last-child a {
	border-right: 1px dotted #C9CCD8;
	padding: 13px 23px 12px 23px;
}
.nav-primary .menu-item a:hover,
.nav-primary .menu-item a:focus {
	opacity: 0.8;
}
}


/* Footer Menu
.site-footer>.wrap>p
.site-footer>.wrap>.nav-secondary>.wrap
>.genesis-nav-menu.menu-secondary.js-superfish>.menu-item>a
--------------------------------------------- */
.site-footer {
	padding: 0;
	word-wrap: normal;
}
.site-footer>.wrap {
	display: flex;
	flex-direction: column-reverse;
}
/* Copyright */
.site-footer>.wrap>p {
	background-color: #147CCC;
	color: #FFF;
	display: block;
	font-size: 3.733vw;
    line-height: 1.5;
	margin: 0;
    padding: 21px 0;
	width: 100%;
}
.site-footer .policy {
	color: #FFF;
	display: inline-block;
	margin: 0 0.8em 0.4em 0;
	text-align: center;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	width: auto;
}
.site-footer .sitemap {
	color: #FFF;
	display: inline-block;
	margin: 0 0.8em 0.4em 0;
	text-align: center;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	width: auto;
}
.site-footer .policy:hover,
.site-footer .policy:focus,
.site-footer .sitemap:hover,
.site-footer .sitemap:focus {
	text-decoration: underline;
}
@media only screen and (min-width: 480px) {
.site-footer>.wrap>p {
	font-size: 14px;
}
}
@media only screen and (min-width: 960px) {
	.site-footer .policy,
	.site-footer .sitemap {
		margin: 0 1.4em 0 0;
	}
}

/* Content Area
---------------------------------------------------------------------------- */

.entry-time {
	font-size: 15px;
}
.entry-time::before {
	content: "today";
	font-family: 'Material Icons';
	padding-right: 5px;
	vertical-align: bottom;
}
.entry-categories,
.entry-tags {
	padding-left: 1.4em;
	position: relative;
}
.entry-categories::after {
	content: "category";
    font-family: 'Material Icons';
    position: absolute;
    left: 0;
	color: #2D2D2A;
	letter-spacing: 0;
	vertical-align: middle;
	top: 0;
}
.entry-tags::after {
	content: "label";
    font-family: 'Material Icons';
    position: absolute;
    left: 0;
	color: #2D2D2A;
	letter-spacing: 0;
	vertical-align: middle;
	top: 0;
}
.comment-respond {
	display: none;
}
@media only screen and (min-width: 960px) {
.entry-time {
	font-size: 16px;
}
}

/* Single-post 投稿 個別ページ
--------------------------------------------- */

.single-post .entry {
    margin-bottom: 0;
}
.single-post .site-inner,
.category .site-inner {
	margin: 21px auto 0 auto;
	width: 90%;
}
.single-post .sidebar,
.category .sidebar,
.tag .sidebar {
    padding: 0;
}
.single-post .breadcrumb,
.category .breadcrumb,
.tag .breadcrumb {
	border-bottom: 0px;
	margin-bottom: 14px;
	text-align: left;
	width: calc(100vw - 10%);
}
.single-post .content h1,
.category .content h1,
.tag .content h1 {
	font-size: 20px;
	line-height: 1.6;
	margin-bottom: 8px;
}
.single-post .content h2,
.category .content h2,
.tag .content h2 {
	font-size: 20px;
	line-height: 1.4;
	margin-bottom: 32px;
}
.single-post .content h3,
.category .content h3,
.tag .content h3 {
	font-size: 18px;
	line-height: 1.4;
	margin-bottom: 29px;
}
.single-post .content h4,
.category .content h4,
.tag .content h4 {
	font-size: 17px;
	line-height: 1.4;
	margin-bottom: 27.5px;
}
.single-post .content p,
.category .content p,
.tag .content p {
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 26px;
}
.single-post .entry-content ol,
.category .entry-content ol,
.single-post .entry-content ul,
.category .entry-content ul,
.tag .entry-content ul,
.tag .entry-content ul {
	margin-bottom: 32px;
    padding-left: 36px;
}
.single-post .content h2 {
    background: #F3F4F7;
    border-left: solid #53ABEE 5px;
    padding: 14px 12px;
    border-bottom: solid 3px #E7E9EE;
}
.single-post .content h3 {
	padding-left: 15px;
    position: relative;
}
.single-post .content h3::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 3px;
    width: 6px;
    height: 100%;
    background: #53ABEE;
}
.single-post .content h4 {
	font-size: 17px;
	padding-left: 1.4em;
	position: relative;
	text-indent: -1.4em;
}
.single-post .content h4::before {
	content: "expand_more";
    font-family: 'Material Icons';
    position: relative;
    left: 0;
	color: #FFF;
	background-color: #53ABEE;
	border-radius: 50%;
	height: 1em;
	letter-spacing: 0;
	line-height: 1;
	margin-right: 0.4em;
	top: 0;
	width: 1em;
}
@media only screen and (min-width: 480px) {
	.single-post .site-inner,
	.category .site-inner,
	.tag .site-inner {
		width: 75%;
	}
}
@media only screen and (min-width: 960px) {
	.single-post .site-inner,
	.category .site-inner,
	.tag .site-inner {
		max-width: 980px;
		width: 100%;
	}
	.single-post .content,
	.category .content,
	.tag .content {
		box-sizing: border-box;
		margin: 0 3%;
		width: 64% !important;
	}
	.single-post .content .breadcrumb,
	.category .content .breadcrumb,
	.tag .content .breadcrumb {
		width: 100%;
	}
	.single-post .content h1,
	.category .content h1,
	.tag .content h1 {
		font-size: 28px;
		margin-bottom: 8px;
	}
	.single-post .content h2,
	.category .content h2,
	.tag .content h2 {
		font-size: 24px;
		margin-bottom: 38.8px;
	}
	.single-post .content h3,
	.category .content h3,
	.tag .content h3 {
		font-size: 21px;
		margin-bottom: 34px;
	}
	.single-post .content h4,
	.category .content h4,
	.tag .content h4 {
		font-size: 19px;
		margin-bottom: 30.7px;
	}
	.single-post .content p,
	.category .content p,
	.tag .content p {
		font-size: 17px;
		margin-bottom: 27.5px;
	}
}


/* 一覧ページ */
.archive .content h1 {
    font-size: 24px;
    margin: 26px 0 19px 0;
    padding-left: 28px;
    position: relative;
}
.archive .content h1::before {
    content: "";
    background-color: #53ABEE;
    height: 3px;
    left: 2px;
    position: absolute;
    top: 14px;
    width: 14px;
}
.archive .archive-description {
    margin-bottom: 0;
}
.archive .content h2 {
	background: #F3F4F7;
    border-left: solid #53ABEE 5px;
    border-bottom: solid 3px #E7E9EE;
	font-size: 20px;
    line-height: 1.4;
    margin-bottom: 16px;
    padding: 14px 12px;
}
.archive .content p {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 16px;
}
.archive .content .entry {
    margin-bottom: 16px;
}
.archive .content .entry-footer {
	display: none;
}


/*contact 電話・メールの記載*/
.contact-cnt {
	display: block;
	margin: 16px auto 0 auto;
}
.contact-part {
	width: 100%;
	margin: 16px auto;
	padding: 0 1em;
	border-radius: 4px;
	background-color: #FDF7EC;
	text-align: center;
}
.contact-spflex {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	text-align: center;
	justify-content: center;
	padding-top: 16px;
}
.contact-part p {
	width: auto;
	margin: auto;
	padding: 0;
	margin: 0 auto 0 0;
	font-size: 19px;
	color: #2D3B55;
}
.contact-part a {
	font-size: 20px;
	font-weight: bold;
	padding: 0.2em 0 0.7em;
	color: #2D3B55;
	text-decoration: none;
}
.material-icons.contact-part-icon {
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	width: 1.41em;
	height: 1.41em;
	font-size: 32px;
	border: 2px solid #2D3B55;
	border-radius: 50%;
	color: #2D3B55;
	margin: auto 0.5em auto auto;
}
.contact-cp {
	text-align: center;
}
.contact-cp>p {
	margin: 0 auto 0 auto;
	padding: 0.38em 2.62em;
	font-size: 15px;
	line-height: 1.7;
	background-color: #F3F4F7;
	border-radius: 4px;
	color: #2D3B55;
	text-align: center;
}
.contact-time {
	text-align: center;
}
.contact-time>p {
	margin: 1em auto 36px auto;
	padding: 0.38em 2.62em;
	font-size: 15px;
	line-height: 1.7;
	background-color: #F3F4F7;
	border-radius: 4px;
	color: #2D3B55;
	text-align: center;
}
@media only screen and (min-width: 480px) {
.contact-cnt {
	display: flex;
	justify-content: space-between;
}
.contact-part {
	width: 48%;
}
}

.contact .f-info {
	display: none;
}

/* アクセス・当院案内 */
.access-map {
	height: 320px;
	margin: 0 3% 32px 3%;
}
.access-dl {
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 1.6;
	margin: 0 3% 2.4em 3%;
}
.access-dl>dt {
	background-color: #F6FAFE;
	box-sizing: inherit;
	font-weight: bold;
	margin: 0;
	padding: 0.5em 0.5em 0.5em 0.62em;
	position: relative;
	width: 100%;
}
.access-dl>dt::before {
	color: #53ABEE;
	content: "■ ";
	left: 0;
	position: relative;
}
.access-dl>dd {
	box-sizing: inherit;
	display: inline-block;
	margin: 0 0 0.6em 0;
	padding: 0.6em 0.6em 0.6em 1.6em;
	width: 100%;
}
.access-dl>dd>div {
	display: inline-block;
}
@media only screen and (min-width: 480px) {
.access-dl>dt {
	margin: 0 0 0.6em 0;
	width: 30%;
}
.access-dl>dd {
	padding: 0.6em 0.6em;
	width: 70%;
}
}

/* Sidebar
---------------------------------------------------------------------------- */
.sidebar {
	font-size: 16px;
	letter-spacing: 0.05;
	line-height: 1.5;
}
/* ウィジェット - 最新の投稿一覧 */
.sidebar .widget.widget_recent_entries {
	margin-bottom: 0;
}
.widget_recent_entries .widget-title {
    border-bottom: 1px dotted #a0a0a0;
	font-size: 19px;
	font-weight: bold;
	margin: 0;
	padding: 14px 10px 14px 10px;
	position: relative;
}
.widget_recent_entries .widget-title::before{
	font-family: 'Material Icons';
	color: #53ABEE;
	content: "textsms";
	padding-right: 7px;
}
.widget_recent_entries ul>li,
.widget_recent_entries ul>li:last-of-type {
    border-bottom: 1px dotted #a0a0a0;
    background-color: #FFF;
	margin: 0;
	padding: 14px 10px 14px 10px;
}
.widget_recent_entries ul>li a {
    color: #2D2D2A;
	font-size: 15px;
    font-weight: normal;
	margin: 0;
    text-decoration: none;
}
.widget_recent_entries ul>li a:hover,
.widget_recent_entries ul>li a:focus {
    color: #2D2D2A;
    text-decoration: underline;
}
.widget_recent_entries ul>li .post-date {
	color: #858585;
	display: inline-block;
	font-size: 14px;
}
/* 一覧のリンク */
#custom_html-2 {
	margin-bottom: 14px;
}
#custom_html-2 .textwidget.custom-html-widget {
	text-align: right;
}
.widget_recent_entries_lists {
    color: #2D2D2A;
	display: inline-block;
	font-size: 15px;
    font-weight: normal;
	margin: 0 0 0 auto;
	padding: 7px 10px 7px 10px;
    text-decoration: none;
}
.widget_recent_entries_lists::before {
    content: ">";
}
.widget_recent_entries_lists:hover,
.widget_recent_entries_lists:focus {
    color: #2D2D2A;
    text-decoration: underline;
}

/* ウィジェット - ナビメニュー */
.widget_nav_menu .widget-title {
	font-size: 19px;
	font-weight: bold;
	margin: 0;
	padding: 14px 10px 28px 10px;
	position: relative;
}
#nav_menu-2.widget_nav_menu .widget-title,
#nav_menu-6.widget_nav_menu .widget-title {
	background-color: #53ABEE;
	color: #FFF;
}
#nav_menu-3.widget_nav_menu .widget-title {
	background-color: #147CCC;
	color: #FFF;
}
#nav_menu-2.widget_nav_menu .widget-title::after,
#nav_menu-3.widget_nav_menu .widget-title::after,
#nav_menu-6.widget_nav_menu .widget-title::after {
	bottom: 14px;
	font-weight: normal;
	left: 11px;
	line-height: 1;
	position: absolute;
}
#nav_menu-2.widget_nav_menu .widget-title::after {
	content: "menu";
}
#nav_menu-3.widget_nav_menu .widget-title::after {
	content: "course";
}
#nav_menu-6.widget_nav_menu .widget-title::after {
	content: "technique";
}
.widget_nav_menu .menu-item,
.widget_nav_menu .menu-item:last-of-type {
	border-bottom: 1px solid #C9CCD8;
	border-left: 1px solid #C9CCD8;
	border-right: 1px solid #C9CCD8;
	margin: 0;
	padding: 14px 14px 14px 26px;
	position: relative;
}
.widget_nav_menu .menu-item::before {
	background-color: #147CCC;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	top: 50%;
	width: 10px;
}
.widget_nav_menu .menu-item>a {
	color: #2D2D2A;
	display: inline-block;
	text-decoration: none;
	width: 100%;
}
.widget_nav_menu .menu-item>a:hover,
.widget_nav_menu .menu-item>a:focus {
	color: #2D2D2A;
    text-decoration: underline;
}


/* サイドバー - タグクラウド */
.widget_tag_cloud .widget-title {
	background-color: #F6FAFE;
	color: #147CCC;
	margin-bottom: 0;
	padding: 14px 10px 7px 10px;
	position: relative;
	text-align: center;
}
.widget_tag_cloud .widget-title::after {
    content: 'menu_book';
    font-family: "Material Icons";
	padding-left: 7px;
	position: relative;
}
.sidebar .widget_tag_cloud {
	margin-bottom: 0;
}
.sidebar .tagcloud {
	background-color: #F6FAFE;
	font-size: 15px!important;
}
.sidebar .tagcloud .tag-cloud-link {
	color: #2D2D2A;
	display: block;
	font-size: 15px!important;
	text-decoration: none;
	padding: 7px 10px;
	position: relative;
}
.sidebar .tagcloud .tag-cloud-link::before {
	content: "chevron_right";
    font-family: "Material Icons";
	padding-right: 5px;
	position: relative;
}
.sidebar .tagcloud .tag-cloud-link:hover,
.sidebar .tagcloud .tag-cloud-link:focus {
	color: #2D2D2A;
	text-decoration: underline;
}
.sidebar .widget_blog_lists {
	background-color: #F6FAFE;
    color: #2D2D2A;
	display: block;
	font-size: 13px;
    font-weight: normal;
	margin: 0 0 0 auto;
	padding: 7px 10px 14px 10px;
	text-align: right;
    text-decoration: none;
}
.sidebar .widget_blog_lists::after {
    content: ">";
}
.sidebar .widget_blog_lists:hover,
.sidebar .widget_blog_lists:focus {
    color: #2D2D2A;
    text-decoration: underline;
}


/* サイドバー - 院情報 */
.side-info {
	border: 4px #C9CCD8 double;
	font-size: 13.3px;
	padding: 10px;
}
.side-info ul > li {
    margin-bottom: 7px;
}

/* Footer Widgets
---------------------------------------------------------------------------- */

/* Site Footer
---------------------------------------------------------------------------- */

/* Media Queries
---------------------------------------------------------------------------- */

/* Print Styles
---------------------------------------------------------------------------- */


/* XXX
--------------------------------------------- */
@media only screen and (min-width: 480px) {
}
@media only screen and (min-width: 960px) {
}

/* home
<body>
	<div> site-container
		<header> site-header </header>
		<div> site-inner
			<div> content-sidebar-wrap
				<main> content
					<article> page entry
						<div> entry-content
						</div>
					</article>
				</main>
			</div>
		</div>
		<footer> site-footer </footer>
	</div>
</body>
--------------------------------------------- */
/* fv */
.fv h2 {
	background-color: #F3F4F7;
	margin: 0;
	padding: 0;
}
.fv .fv-pc-img-01,
.fv .fv-pc-img-02,
.fv .fv-sp-img-01,
.fv .fv-sp-img-02,
.fv .fv-sp-img-03 {
	margin: 0 auto;
	padding: 0;
}
.fv .fv-sp-img-01,
.fv .fv-sp-img-02,
.fv .fv-sp-img-03 {
	display: block;
}
.fv .fv-sp-img-01 {
	height: 120vw;
	width: 100%;
}/*
.fv .fv-sp-img-02 {
	height: vw;
	padding-bottom: 16px;
	padding-top: 16px;
	width: 90%;
}*/
.fv .fv-sp-img-03 {
	height: 10.835vw;
	width: 100%;
}
.fv .fv-pc-img-01,
.fv .fv-pc-img-02 {
	display: none;
}
@media only screen and (min-width: 480px) {
	.fv .fv-sp-img-01,
	.fv .fv-sp-img-03 {
		height: auto;
		width: 100%;
	}
	/*
	.home.page-template-page-seitai-01 .site-inner {
		padding-top: 43.47vw;
		position: relative;
	}
	.home.page-template-page-seitai-01 .fv {
		height: 43.47vw;
		position: absolute;
		top: 0;
		left: -50vw;
		object-fit: cover;
		text-align: center;
		width: 100vw;
	}
	.fv .fv-sp-img-01,
	.fv .fv-sp-img-02 {
		display: none;
	}
	.fv .fv-pc-img-01,
	.fv .fv-pc-img-02 {
		display: block;
	}
	.fv h2 {
		background-color: transparent;
		height: auto;
		margin: 0;
		padding: 0;
		text-align: center;
		width: 175vw;
	}
	.fv .fv-pc-img-01 {
		height: auto;
		width: 175vw;
	}*/

}
@media only screen and (min-width: 960px) {
	/* ホームだけFVをワンカラム表示 */
	.home.page-template-page-seitai-01 .site-inner {
		padding-top: 500px;
		position: relative;
	}
	.home.page-template-page-seitai-01 .fv {
		height: 465px;
		position: absolute;
		top: 0;
		left: -460px; /* 1900(img width) = 2X × 980(clm width) */
		object-fit: cover;
		text-align: center;
		width: 100vw;
	}
	.fv .fv-sp-img-01,
	.fv .fv-sp-img-02,
	.fv .fv-sp-img-03 {
		display: none;
	}
	.fv .fv-pc-img-01,
	.fv .fv-pc-img-02 {
		display: block;
	}
	.fv h2 {
		background-color: transparent;
		height: 465px;
		margin: 0;
		padding: 0;
		text-align: center;
		width: 1900px;
	}
	.fv .fv-pc-img-01 {
		height: 465px;
		width: 1900px;
	}/*
	.fv .fv-pc-img-02 {
		height: auto;
		padding: 16px 0 0 0;
		width: 54%;
	}*/
}


/* コロナ対策 */
.top-news-v1 .inner {
	margin: 1em auto 2.4em auto;
	width: 95%;
}
.top-news-v1 .cnt {
	background-color: #FDF7EC;
	padding: 1em 1em;
}
.top-news-v1 .p1 {
	color: #C94418;/*#147CCC*/
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 1em;
	text-align: center;
	width: 100%;
}
.top-news-v1 .p2 {
	font-size: 15px;
	margin-bottom: 0;
	width: 100%;
}
@media only screen and (min-width: 480px) {
	.top-news-v1 .p1 {
		font-size: 18px;
	}
	.top-news-v1 .p2 {
		font-size: 16px;
	}
}
@media only screen and (min-width: 960px) {
	.top-news-v1 .p1 {
		font-size: 20px;
	}
	.top-news-v1 .p2 {
		font-size: 17px;
	}
}


.wp-block-image-link:hover,
.wp-block-image-link:focus {
	opacity: 0.8;
}
.wp-block-image-40,
.page-template-page-seitai-02 .entry-content .wp-block-image.wp-block-image-40 {
    margin: 0 30% 19px 30%;
	width: 40%;
}
.wp-block-image-90,
.page-template-page-seitai-02 .entry-content .wp-block-image.wp-block-image-90 {
    margin: 0 5% 19px 5%;
	width: 90%;
}
.wp-block-image-95,
.page-template-page-seitai-02 .entry-content .wp-block-image.wp-block-image-95 {
    margin: 0 2.5% 19px 2.5%;
	width: 95%;
}
.wp-block-image-96,
.page-template-page-seitai-02 .entry-content .wp-block-image.wp-block-image-96 {
    margin: 0 2% 19px 2%;
	width: 96%;
}
.home .blocks-gallery-grid {
	margin-bottom: 0;
}
.home .wp-block-gallery .blocks-gallery-image,
.home .wp-block-gallery .blocks-gallery-item {
	margin: auto;
	width: calc(33% - 1em);
}
.home p {
	margin: 0 auto 21px auto;
	width: 90%;
}
.home .entry-content ol,
.home .entry-content ul {
	margin: 0 auto 21px auto;
	width: 90%;
}

.why-v1 .wp-block-media-text__content {
	padding: 0;
}
.voice-v1 {
	background-color: #FDF7EC;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.voice-v1 p {
    font-size: 15px;
	letter-spacing: 0.05em;
    margin: 0 auto 16px autO;
	width: 100%;
}
.voice-v1 .has-large-font-size {
	color: #F73802;
    font-size: 17px;
	font-weight: bold;
}
.voice-v1 .has-small-font-size {
    font-size: 13px;
}
.voice-v1.wp-block-media-text .wp-block-media-text__content {
    padding: 0 5%;
}
.home .entry-content p.voice {
	background-color: #FDF7EC;
	font-size: 15px;
    margin: 0;
	padding: 0 5% 19px 5%;
	width: 100%;
}
.home .entry-content p.voice.has-small-font-size {
	font-size: 13px;
	margin-bottom: 32px;
}
@media only screen and (min-width: 480px) {
	.why-v1 .wp-block-media-text__content p {
		margin: 0 auto 21px 9.5%;
	}
	.voice-v1 .has-large-font-size {
		padding-top: 16px;
	}
	.wp-block-image-96 {
		max-width: 640px;
	}
	.wp-block-image-95 {
		max-width: 640px;
	}
}


.voice-v2 {
	background-color: #FDF7EC;
	margin: 0 auto 32px auto;
	padding: 24px 0 8px 0;
	width: 100%;
}
.voice-v2 p,
.page-template-page-seitai-02 .entry-content .voice-v2 p {
    font-size: 15px;
	letter-spacing: 0.05em;
    margin: 0 auto 16px auto;
	padding: 0 5%;
	width: 100%;
}
.voice-v2 p.has-large-font-size,
.page-template-page-seitai-02 .entry-content .voice-v2 p.has-large-font-size {
	color: #F73802;
    font-size: 20px!important;
	font-weight: bold;
}
.voice-v2 p.has-small-font-size,
.page-template-page-seitai-02 .entry-content .voice-v2 p.has-small-font-size {
    font-size: 13px!important;
}
.voice-v2 .wp-block-columns {
	margin: 0 auto 0 auto;
}
.voice-v2 .wp-block-column>figure,
.page-template-page-seitai-02 .entry-content .voice-v2 .wp-block-image {
	margin: 0 auto 16px auto;
	width: 90%;
}
.voice-v2 .has-central-palette-8-color {
	background: linear-gradient(transparent 55%, rgba(250, 192, 94, 0.5) 55%);
	color: #2D2D2A;
	font-weight: bold;
}
.page-template-page-seitai-02 .entry-content .voice-v2.recommend-v2 {
	background-color: #FDF7EC;
	margin: 0 auto 32px auto;
	padding: 24px 0 8px 0;
	width: 100%;
}
.page-template-page-seitai-02 .entry-content .voice-v2.recommend-v2 .wp-block-image figure {
	margin-bottom: 0;
}
.page-template-page-seitai-02 .entry-content .voice-v2.recommend-v2 .wp-block-image figure img {
	width: 60%;
}
.page-template-page-seitai-02 .entry-content .voice-v2.recommend-v2 .wp-block-image figcaption {
	margin-bottom: 0;
}
@media only screen and (min-width: 480px) {
	.voice-v2 p,
	.page-template-page-seitai-02 .entry-content .voice-v2 p {
		font-size: 16px;
		margin: 0 auto 16px auto;
	}
	.voice-v2 p.has-large-font-size,
	.page-template-page-seitai-02 .entry-content .voice-v2 p.has-large-font-size {
		font-size: 22px;
	}
	.voice-v2 p.has-small-font-size,
	.page-template-page-seitai-02 .entry-content .voice-v2 p.has-small-font-size {
		font-size: 14px;
	}
	.voice-v2 .wp-block-columns {
		margin: 0 auto 16px auto;
		width: 90%;
	}
	.voice-v2 .wp-block-column>figure,
	.page-template-page-seitai-02 .entry-content .voice-v2 .wp-block-image {
		margin: 0 auto;
		width: 100%;
	}
	.voice-v2 .wp-block-column p {
		margin: 0 auto;
		padding: 0 0 0 16px;
		width: 100%;
	}
	.voice-v2 .wp-block-column:not(:first-child) {
		margin-left: 0;
	}
	.page-template-page-seitai-02 .entry-content .voice-v2.recommend-v2 .wp-block-image figure img {
		width: 200px;
	}
}


.reason-v2 {
	background-color: #FFF;
    margin: 0 auto 16px auto;
    padding: 8px 0 8px 0;
	width: 100%;
}
.reason-v2 p {
    font-size: 15px;
	letter-spacing: 0.05em;
    margin: 0 auto 16px auto;
	padding: 0 5%;
	width: 100%;
}
.page-template-page-seitai-02 .entry-content .reason-v2 p {
    font-size: 15px;
    margin: 0 auto 16px auto;
	padding: 0 5%;
}
.reason-v2 h3 {
	background: linear-gradient(-135deg, #53ABEE, #147CCC);
    color: #FFF;
    font-size: 20px;
	letter-spacing: 0.05em;
    margin: 0 auto 16px auto;
	padding: 0.6em 5%;
}
.reason-v2 h3 strong {
    color: #F7F052;
}
.page-template-page-seitai-02 .entry-content .reason-v2 h3 {
    font-size: 20px;
    margin: 0 auto 16px auto;
	padding: 0.6em 5%;
}
.reason-v2 p.has-large-font-size {
	color: #F73802;
    font-size: 20px;
	font-weight: bold;
}
.reason-v2 p.has-small-font-size {
    font-size: 13px;
}
.reason-v2 .wp-block-columns {
	margin: 0 auto 0 auto;
}
.reason-v2 .wp-block-column>figure {
	margin: 0 auto 16px auto;
	width: 90%;
}
.page-template-page-seitai-02 .entry-content .reason-v2 .wp-block-image {
	margin: 0 auto 16px auto;
	width: 90%;
}
.reason-v2 .has-central-palette-8-color {
	background: linear-gradient(transparent 55%, rgba(250, 192, 94, 0.5) 55%);
	color: #2D2D2A;
	font-weight: bold;
}
@media only screen and (min-width: 480px) {
	.reason-v2 h3 {
		font-size: 22px;
	}
	.page-template-page-seitai-02 .entry-content .reason-v2 h3 {
		font-size: 22px;
	}
	.reason-v2 p {
		font-size: 16px;
		margin: 0 auto 16px auto;
	}
	.page-template-page-seitai-02 .entry-content .reason-v2 p {
		font-size: 16px;
		margin: 0 auto 16px auto;
	}
	.reason-v2 p.has-large-font-size {
		font-size: 22px;
	}
	.reason-v2 p.has-small-font-size {
		font-size: 14px;
	}
	.reason-v2 .wp-block-columns {
		margin: 0 auto 16px auto;
		width: 90%;
	}
	.reason-v2 .wp-block-column>figure {
		margin: 0 auto;
		width: 100%;
	}
	.reason-v2 .wp-block-column p {
		margin: 0 auto;
		padding: 0 0 0 16px;
		width: 100%;
	}
	.reason-v2 .wp-block-column:not(:first-child) {
		margin-left: 0;
	}
}




.p-like-h2 {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 8px;
}
.arrow-01 {
	margin-bottom: 8px;
}
.arrow-01 figure {
	margin-bottom: 0;
}
.cp-p1,
.cp-p1.has-large-font-size {
	font-size: 18px!important;
	margin-bottom: 1.6em;
}
.cp-p1.has-theme-primary-color {
	font-size: 30px!important;
}
.cp-txt-big {
	font-size: 130%;
}

/* infect_v1
--------------------------------------------- */
.infect_v1 {
	border-bottom: 1px solid #E7E9EE;
	border-top: 1px solid #E7E9EE;
	color: #2D2D2A;
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 1px;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.infect_v1 input {
	opacity: 0;
	position: absolute;
}
.infect_v1 label {
	background-color: #2D3B55;
	color: #FFF;
	cursor: pointer;
	display: block;
	font-weight: bold;
	margin: 0 auto 0 auto;
	padding: 0.6em 5%;
	position: relative;
	text-align: center;
	width: 100%;
}
.infect_v1 label>h2 {
	font-size: 15px;
	margin: 0;
	padding: 0;
}
.infect_v1 input:checked ~ label {
	background-color: #E7E9EE;
	color: #2D3B55;
}
.infect_v1 input:checked ~ .infect_v1_content {
	display: block;
}
.infect_v1 label::after {
	display: block;
	height: 1em;
	line-height: 1;
	position: absolute;
	right: 5%;
	text-align: center;
	top: calc(50% - 0.5em);
	transition: 0.5s ease;
	width: 1em;
}
.infect_v1 input[type=checkbox] + label::after {
	content: '\25BC';
}
.infect_v1 input[type=checkbox]:checked + label::after {
	transform: rotateX(180deg);
}
.infect_v1_content {
	display: none;
	overflow: hidden;
	position: relative;
	transition: max-height 0.5s ease;
}
.infect_v1_content_inner{
	display: flex;
	flex-wrap: wrap;
	margin: 0.6em auto 1.6em auto;
	width: 90%;
}
.infect_v1_messagecnt{
	margin: 0.6em auto;
	text-align: left;
}
.infect_v1_message_1 {
	background-color: #FDF7EC;
	border-radius: 4px;
	font-size: 15px;
	margin: 0 0 0.6em 0;
	padding: 0.6em 1.2em;
}
.infect_v1_message_2 {
	background-color: #FDF7EC;
	border-radius: 4px;
	font-size: 15px;
	font-weight: bold;
	margin: 0;
	padding: 0.6em 1.2em;
}
.infect_v1_cnt{
	display: flex;
	margin: 0.6em auto;
}
.infect_v1_imgcnt{
	padding: 0 0 0.6em 0;
	width: 25%;
}
.infect_v1_imgcnt_img{
	display: block;
	width: 100%;
}
.infect_v1_txtcnt{
	padding: 0 0.6em 0.6em 1.2em;
	width: 75%;
}
.infect_v1_p{
	font-size: 15px;
	margin: 0;
}
@media only screen and (min-width: 480px) {
.infect_v1_cnt {
	width: 50%;
}
.infect_v1_message_1,
.infect_v1_message_2 {
	text-align: center;
}
}
@media only screen and (min-width: 960px) {
.infect_v1_content_inner {
	max-width: 960px;
}
.infect_v1,
.infect_v1 label>h2,
.infect_v1_message_1,
.infect_v1_message_2,
.infect_v1_p {
	font-size: 16px;
}
.infect_v1 label:hover,
.infect_v1 label:focus {
	background-color: #E7E9EE;
	color: #2D3B55;
}
}

/* problem-v5
--------------------------------------------- */
.problem-v5 .title-triangle {
	background-color: #E7E9EE;
	color: #2D3B55;
	margin: 0 0 40px 0;
}
.problem-v5 .title-triangle::after {
	border-color: #E7E9EE transparent transparent transparent;
}
.problem-v5 figure {
	display: block;
	margin: 0 auto 22px;
	padding: 0;
	width: 40%;
}
.problem-v5 img {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
}
.problem-v5 .txt-div {
	font-size: 16px;
	margin: 0 auto;
	padding: 0 0 1.6em 0;
	width: 90%;
}
.problem-v5 ul {
	margin: 0;
	padding: 0;
}
.problem-v5 li {
	color: #2D3B55;
	font-size: 16px;
	letter-spacing: 0.05em;
	padding: 0 0 0.6em 2.3em;
	position: relative;
	text-indent: -1.8em;
}
.problem-v5 li::before {
	bottom: 0;
	color: #F26632;
    content: 'check_box';
    font-family: "Material Icons";
	font-size: 1.3em;
	font-weight: normal;
	height: 1em;
	left: 0;
	letter-spacing: 0;
	line-height: 1.5;
	margin-right: 0.4em;
	position: relative;
	top: 0.2em;
	width: 1em;
}
.problem-v5 .problem-wrap-2 {
	background-color: #53ABEE;
	color: #2D3B55;
	display: block;
}
.problem-v5 .problem-wrap-2>p {
	font-size: 15px;
	letter-spacing: 0.05em;
	line-height: 1.7;
	margin: 0;
	padding: 0 5% 22px 5%;
}
@media only screen and (min-width: 480px) {
.problem-v5 .inner {
	margin: 0 auto;
	width: 90%;
}
.problem-v5 .media-cnt {
	flex-direction: row-reverse;
	padding: 0 0 30px 0;
}
.problem-v5 figure {
	display: block;
	margin: auto;
	padding: 0 0 0.6em 0;
	width: 34%;
}
.problem-v5 .txt-div {
	padding: 0 1em 0em 0;
	width: 66%;
}
}
@media only screen and (min-width: 960px) {
.problem-v5 .title-triangle {
	margin: 0 0 56px 0;
}
.problem-v5 .media-cnt {
	padding: 0 0 46px 0;
}
.problem-v5 .inner {
	max-width: 960px;
}
.problem-v5 li {
	font-size: 18px;
}
.problem-v5 .problem-wrap-2>p {
	font-size: 18px;
	padding: 0 5% 38px 5%;
	text-align: center;
}
}

/* symptoms
--------------------------------------------- */
.symptoms-v5 .title-subscript-sub {
	color: #53ABEE;
}
.symptoms-v5 .wrap-triangle::before {
	border-color: #53ABEE transparent transparent transparent;
}
.symptoms-part-A .txt-div {
	color: #2D3B55;
	font-size: 15px;
	letter-spacing: 0.05em;
	line-height: 1.7;
	margin: 0 auto;
	padding: 0 0 7px 0;
	width: 90%;
}
.symptoms-part-A .txt-div>p {
	margin: 0 0 15px 0;
	padding: 0;
}
.symptoms-part-B {
	background-image: url("/wp-content/uploads/2021/01/symptom-bg-3.jpg");
	background-repeat: repeat;
	letter-spacing: 0.05em;
	line-height: 1.7;
	padding: 42px 0 16px 0;
}
.symptoms-part-B-inner {
	margin: 0 auto;
	text-align: left;
	width: 90%;
}
.symptoms-box {
	background-color: #FFF;
	border-radius: 4px;
	box-shadow: 0 2.5rem 2rem -2rem hsl(200 50% 20% / 40%);
	display: flex;
	font-size: 16px;
	margin: 0 auto 26px auto;
	padding: 26px 0;
	width: 100%;
}
.symptoms-left {
	width: 30%;
	border-right: 2px solid #53ABEE;
	font-size: 16px;
	font-weight: bold;
	padding: 5px 0.4em 5px 0.6em;
	text-align: center;
	box-sizing: border-box;
	color: #2D3B55;
}
.symptoms-left figure {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
}
.symptoms-left img {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
}
.symptoms-right {
	padding: 0.6em 0.6em 0.6em 1.2em;
	width: 70%;
}
.symptoms-right li {
	color: #2D3B55;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 1;
	margin: 0 0 0.6em 0;
	padding: 0 0 0.6em 0;
	position: relative;
}
.symptoms-right li::before {
	background-color: #53ABEE;
	border-radius: 50%;
	bottom: 0;
	color: #2D3B55;
    content: 'chevron_right';
    font-family: "Material Icons";
	font-size: 1em;
	font-weight: normal;
	height: 1em;
	left: 0;
	letter-spacing: 0;
	line-height: 1;
	margin-right: 0.75em;
	position: relative;
	top: 0;
	width: 1em;
}
.symptoms-right>p {
	letter-spacing: 0;
	line-height: 1;
	margin: 0;
	padding: 0;
}
.symptoms-right a{
	color: #F26632;
	text-decoration: underline;
}
.symptoms-right a:hover,
.symptoms-right a:focus{
	color: #F26632;
	text-decoration: none;
}
/* フッター症状一覧 */
.f-symptoms {
	background-image: url("/wp-content/uploads/2021/01/symptom-bg-3.jpg");
	background-repeat: repeat;
	padding-top: 38px;
}
.f-symptoms .title-sideline {
	margin: 0;
}
.f-symptoms .symptoms-part-B {
	background-image: none;
	padding: 22px 0 16px 0;
}
@media only screen and (min-width: 480px) {
.symptoms-part-B-inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	width: 97%;
}
.symptoms-box {
	width: 320px;
}
}
@media only screen and (min-width: 960px) {
.symptoms-part-A .txt-div {
	max-width: 640px;
}
.symptoms-part-B-inner {
	max-width: 840px;
	width: 90%;
}
.symptoms-box {
	width: 375px;
}
}

/* about-v5
--------------------------------------------- */
.about-v5 .title-subscript-sub {
	color: #53ABEE;
}
.about-v5 .inner {
	margin: 0 auto;
	padding: 0 0 39px 0;
	width: 90%;
}
.about-v5 figure {
	display: block;
	margin: 0 auto 22px;
	padding: 0;
	width: 100%;
}
.about-v5 img {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
}
.about-v5 .txt-div {
	font-size: 15px;
	line-height: 1.5;
	margin: 0;
	padding: 0 0 15px 0;
}
.about-v5 .txt-div>p {
	margin: 0 0 16px 0;
	padding: 0;
}
.about-v5 .button-v1 {
	margin: 0 auto;
}
@media only screen and (min-width: 480px) {
.about-v5 figure {
	width: 34%;
}
.about-v5 .txt-div {
	margin: 0 0 0 1em;
	width: 66%;
}
}
@media only screen and (min-width: 960px) {
.about-v5 .inner {
	padding: 0 0 49px 0;
	max-width: 960px;
}
.about-v5 figure {
	margin: 0 auto 38px;
}
.about-v5 .txt-div {
	font-size: 16px;
	padding: 0 0 31px 0;
}
}


/* reason-v5
--------------------------------------------- */
.reason-v5 .title-subscript-sub {
	color: #53ABEE;
	text-align: left;
}
.reason-v5 .title-subscript-main {
	text-align: left;
}
.reason-v5 .inner {
	margin: 0 auto;
	width: 90%;
}
.reason-v5 .reason-cnt-A {
	display: flex;
}
.reason-v5 .reason-no {
	align-items: center;
	background-color: #53ABEE;
	color: #2D3B55;
	display: flex;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: 0.05em;
	margin: 0 9px 0 0;
	padding: 0 9px;
	text-align: center;
}
.reason-v5 .reason-smr {
	align-items: center;
	background-color: #FFF;
	border-top: 1px solid #53ABEE;
	border-bottom: 1px solid #53ABEE;
	color: #2D3B55;
	display: flex;
	font-size: 18px;
	font-weight: bold;
	justify-content: center;
	line-height: 1.5;
	letter-spacing: 0.05em;
	padding: 0.6em 0.6em;
	margin: 0;
	width: 100%;
}
.reason-v5 .reason-cnt-B {
	display: block;
	margin: 12px 0 0 0;
}
.reason-v5 .reason-txt {
	font-style: 15px;
	line-height: 1.5;
	letter-spacing: 0.05em;
	margin: 0;
	padding: 0 0 2.6em 0;
}
.reason-v5 .reason-figure {
	display: block;
	float: right;
	margin: 0 0 9px 9px;
	padding: 0;
	width: 30%;
}
.reason-v5 img {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}
@media only screen and (min-width: 480px) {
.reason-v5 .inner {
	padding: 0 0 26px 0;
}
.reason-v5 .reason-no {
	margin: 0 9px 0 0;
	padding: 12px 9px;
}
.reason-v5 .reason-figure {
	margin: 0 0 26px 9px;
}
}
@media only screen and (min-width: 960px) {
.reason-v5 .title-subscript-sub {
    margin: 0 auto;
	max-width: 860px;
	padding: 12px 0% 12px 0%;
}
.reason-v5 .title-subscript-main {
    margin: 0 auto;
	max-width: 860px;
	padding: 0 0% 31px 0%;
}
.reason-v5 .inner {
	max-width: 860px;
}
}

/* Voice
--------------------------------------------- */
.voice-v5 {
	background-color: #53ABEE;
}
.voice-v5 .wrap-triangle::before {
	border-color: #FFF transparent transparent transparent;
}
.voice-v5 .title-subscript-sub {
	color: #FFF;
}
.voice-v5 .inner {
	padding: 0 0 1.41em 0;
	width: 100%;
}
.voice-v5 .voice-cnt {
	background-color: #FFF;
	border-radius: 0px;
	color: #2D3B55;
	display: block;
	margin: 0 auto 1.41em auto;
	width: 100%;
}
.voice-v5 .cnt-inner {
	font-size: 15px;
	margin: 0 auto;
	padding: 1.6em 0;
	width: 90%;
}
.voice-v5 .smr-txt {
	border-left: 4px solid #53ABEE;
	font-size: 17px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0.05em;
	margin: 0 0 1.1em 0;
	padding: 0 0 0 0.6em;
}
.voice-v5 .prop-txt {
	font-size: 15px;
	font-weight: normal;
	line-height: 1.5;
	letter-spacing: 0.05em;
	margin: 0;
	padding: 0.6em 0;
	text-align: center;
}
.voice-cnt .main-txt {
	font-size: 15px;
	font-weight: normal;
	line-height: 1.5;
	letter-spacing: 0.05em;
	margin: 0;
	padding: 0 0 0.6em 0;
}
.voice-v5 .main-txt>p {
	font-size: 15px;
	font-weight: normal;
	line-height: 1.5;
	letter-spacing: 0.05em;
	margin: 0;
	padding: 0;
}
.voice-v5 .sub-txt {
	font-size: 13px;
	font-weight: normal;
	line-height: 1.5;
	letter-spacing: 0.05em;
	margin: 0;
	padding: 0;
}
.voice-v5 .voice-figure {
	display: block;
	margin: 0 auto;
	padding: 0;
	width: 66%;
}
.voice-v5 img {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
}
.voice-v5 .button-v2 {
	margin: 0 auto;
}
@media only screen and (min-width: 480px) {
.voice-v5 .voice-cnt {
	border-radius: 4px;
	width: 90%;
}
.voice-v5 .voice-cnt-part-AB {
	display: flex;
}
.voice-v5 .voice-cnt-part-A {
	width: 34%;
}
.voice-v5 .voice-cnt-part-B {
	width: 66%;
}
}
@media only screen and (min-width: 960px) {
.voice-v5 .voice-cnt {
	max-width: 960px;
}
.voice-v5 .smr-txt {
	font-size: 18px;
}
.voice-v5 .prop-txt {
	font-size: 16px;
}
.voice-cnt .main-txt {
	font-size: 16px;
}
.voice-v5 .main-txt>p {
	font-size: 16px;
}
.voice-v5 .sub-txt {
	font-size: 14px;
}
}

/* 画像＋テキストのレスポンシブ組み換え */
.media-cnt {
	display: block;
}
@media only screen and (min-width: 480px) {
.media-cnt {
	display: flex;
}
}

/* ボタン */
.button-v1,
.button-v2 {
	background-color: transparent;
	display: block;
	margin: 0;
	padding: 0;
}
.button-v1:hover, .button-v1:focus,
.button-v2:hover, .button-v2:focus {
	background-color: transparent;
}
.button-v1>a,
.button-v2>a {
	border-radius: 35px;
	display: block;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 14px 26px;
	text-align: center;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
}
.button-v1>a {
	background-color: #53ABEE;
	color: #2D3B55;
}
.button-v1>a:hover, .button-v1>a:focus {
	background-color: #2D3B55;
	color: #53ABEE;
}
.button-v2>a {
	background-color: #FFF;
	color: #2D3B55;
}
.button-v2>a:hover, .button-v2>a:focus {
	background-color: #2D3B55;
	color: #FFF;
}

/* Common
--------------------------------------------- */

/* FV下のメニューボタン */
.topmenu-sp {
	display: flex;
	justify-content: space-between;
	margin: 12px auto 0 auto;
	width: 90%;
}
.topmenu-sp.wp-block-columns .wp-block-column {
	flex-basis: 23%!important;
	flex-grow: 0;
	margin: 1% 0;
	width: 23%;
}
.topmenu-sp .wp-block-column .wp-block-image {
	filter: drop-shadow(0px 0px 4px rgba(0,0,0,0.1));
	width: 100%;
}
.topmenu-sp .wp-block-column .wp-block-image,
.topmenu-sp .wp-block-column figure,
.topmenu-sp .wp-block-column img {
	margin: 0;
}
.topmenu-sp .wp-block-column a {
	display: block;
	height: 100%;
	margin: 0;
	width: 100%;
}
@media only screen and (min-width: 480px) {
	.topmenu-sp {
		max-width: 480px;
	}
}
@media only screen and (min-width: 980px) {
	.topmenu-sp {
		display: none;
}
}
/* main・asideの構成 */
.page-template-page-seitai-01 .site-inner,
.page-template-page-seitai-01 .content,
.page-template-page-seitai-01 .sidebar,
.page-template-page-seitai-02 .site-inner,
.page-template-page-seitai-02 .content,
.page-template-page-seitai-02 .sidebar,
.single-post .content,
.category .content,
.tag .content,
.single-post .sidebar,
.category .sidebar,
.tag .sidebar {
	max-width: 100%;
	width: 100%;
}
.page-template-page-seitai-01 .site-inner,
.page-template-page-seitai-02 .site-inner {
	padding: 0;
}
@media only screen and (min-width: 480px) {
	.page-template-page-seitai-01 .site-inner,
	.page-template-page-seitai-02 .site-inner{
		width: 75%;
	}
}
@media only screen and (min-width: 980px) {
	.page-template-page-seitai-01 .site-inner,
	.page-template-page-seitai-02 .site-inner {
		max-width: 980px;
		width: 100%;
	}
	.page-template-page-seitai-01 .content,
	.page-template-page-seitai-02 .content,
	.single-post .content,
	.category .content,
	.tag .content {
		max-width: 720px;
		width: 70%;
	}
	.page-template-page-seitai-01 .sidebar,
	.page-template-page-seitai-02 .sidebar,
	.single-post .sidebar,
	.category .sidebar,
	.tag .sidebar {
		float: right;
		margin-right: 30px;
		max-width: 230px;
		width: 30%;
	}
}
.lp {
	box-sizing: border-box;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 1.6;
}

/* テキスト装飾 */
.bold { font-weight: bold; }
.red { color: #E6480F; }
.ul-red { background: linear-gradient(transparent 55%, rgba(230, 72, 15, 0.3) 55%); font-weight: bold; }

/* floatを解除 */
.cb { clear: both; }

/* タイトル */
.title {
	font-size: 21px;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.5;
	margin: 0 0 0 0;
	padding: 22px 5%;
	text-align: center;
}
/* タイトル 下に三角形 */
.title-triangle {
	font-size: 21px;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.5;
	margin: 0 0 0 0;
	padding: 22px 5%;
	position: relative;
	text-align: center;
}
.title-triangle::after{
	content: "";
	position: absolute;
	bottom: -0.6em;
	left: 0;
	right: 0;
	width: 0;
	height: 0;
	margin: auto;
	border-style: solid;
	border-width: 0.762em 0.6195em 0 0.6195em;
}
/*タイトル 上に英字 */
.title-subscript-sub {
	font-size: 15px;
	margin: 0;
	padding: 48px 5% 6px 5%;
	text-align: center;
}
.title-subscript-main {
	font-size: 21px;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.5;
	margin: 0 0 0 0;
	padding: 0 5% 22px 5%;
	color: #2D3B55;
	text-align: center;
}
/*タイトル 左右に修飾線 */
.title-sideline {
    position: relative;
    display: inline-block;
    padding: 0 30px;
}
.title-sideline:before,
.title-sideline:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 15px;
    height: 4px;
    background-color: #666;
}
.title-sideline:before { left: 0; }
.title-sideline:after { right: 0; }
/*div 上に三角形 */
.wrap-triangle {
	font-size: 21px;
	position: relative;
}
.wrap-triangle::before {
	content: "";
	position: absolute;
	top: 0em;
	left: 0;
	right: 0;
	width: 0;
	height: 0;
	margin: auto;
	border-style: solid;
	border-width: 0.762em 0.6195em 0 0.6195em;
}

@media only screen and (min-width: 480px) {
}
@media only screen and (min-width: 960px) {
.title,
.title-triangle {
	font-size: 31px;
	padding: 38px 5%;
}
.title-subscript-sub {
	font-size: 15px;
	padding: 64px 5% 12px 5%;
}
.title-subscript-main {
	font-size: 31px;
	padding: 0 5% 31px 5%;
}
}


/* cta-v5
--------------------------------------------- */
.cta-v5 .cta-pc { display: none; }
.cta-v5 {
	background-color: #FEF1EC;
}
.cta-v5 .title-triangle {
	background-color: #F26632;
	color: #FFFFFF;
	margin: 0 0 0px 0;
}
.cta-v5 .title-triangle::after {
	border-color: #F26632 transparent transparent transparent;
	width: 0;
}
.cta-v5 .cta-sp {
	padding: 0 0 10px 0;
}
.cta-v5 .cta-sp-figure1 {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
}
.cta-v5 .cta-sp-figure2 {
	display: block;
	margin: 16px auto;
	padding: 0;
	width: 90%;
}
.cta-v5 img {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
}
.cta-v5 .cta-sp-button {
	background-color: transparent;
	display: block;
	margin: 16px auto;
	padding: 0;
	width: 77%;
}
@media only screen and (min-width: 480px) {
.cta-v5 .cta-sp { display: none; }
.cta-v5 .cta-pc { display: block; }
.cta-v5 .cta-pc {
	background-image: url(/wp-content/uploads/2021/01/cta-pc-bg-scaled.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right top;
}
.cta-v5 .cta-pc-figure1 {
	display: block;
	margin: 0 auto;
	padding: 26px 0 8px 0;
	width: 70%;
}
.cta-v5 .cta-pc-figure2 {
	display: block;
	margin: 0 auto;
	padding: 0;
	width: 54%;
}
.cta-v5 .cta-pc-button {
	background-color: transparent;
	display: block;
	height: 70px;
	margin: 16px auto;
	padding: 0;
	width: auto;
}
.cta-v5 .button-cnt{
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 550px;
	padding: 16px 0 26px 0;
	width: 90%;
}
.cta-v5 .cta-pc-button {
	margin: 0 auto;
	width: 45%;
}
.cta-v5 .cta-sp-figure1 img,
.cta-v5 .cta-sp-figure2 img {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
}
.cta-v5 .button-cnt img {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
}
}
@media only screen and (min-width: 960px) {
.cta-v5 .cta-pc-figure1 {
	max-width: 600px;
}
.cta-v5 .cta-pc-figure2 {
	max-width: 450px;
}
.cta-v5 .button-cnt{
	width: 600px;
}
}

/* f-info
--------------------------------------------- */
.f-info .inner {
	margin: 0 auto;
	padding: 0 0 21px 0;
	width: 90%;
}
.f-info .info-left {
	padding: 21px 0 21px 0;
	text-align: left;
}
.info-left-logo {
	display: block;
	height: 32px;
	margin: 0 auto 0 0;
}
.info-left-logo img {
	display: block;
	height: 100%;
}
.f-info .p1 {
	border-left: 3px solid #53ABEE;
	color: #2D3B55;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.4;
	margin: 0.8em 0;
	padding: 0 0 0 0.6em;
}
.f-info .p2 {
	color: #2D3B55;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.6;
	padding: 0 0 0 1.9em;
}
.f-info .map {
	height: 320px;
	width: 100%;
}
@media only screen and (min-width: 480px) {
.f-info .inner {
	display: flex;
	padding: 0;
}
.f-info .info-left {
	padding-right: 2%;
	width: 50%;
}
.f-info .info-right {
	padding: 21px 0 21px 0;
	width: 48%;
}
.f-info .map {
	height: 100%;
}
}
@media only screen and (min-width: 960px) {
.f-info .inner {
	padding: 0;
	max-width: 960px;
}
}

/* f-info
--------------------------------------------- */
.nav-symptoms {
    background-color: #F3F4F7;
    color: #2D2D2A;
	word-wrap: normal;
}
.nav-symptoms>.wrap{
    margin: 0 auto;
    padding: 26px 0 26px 0;
    width: 90%;
}
.nav-symptoms .menu-symptoms_title {
	font-size: 19px;
	font-weight: bold;
	padding: 0.6em 0 0 0;
	position: relative;
}
.nav-symptoms .menu-symptoms_title::before {
	background-color: #2D2D2A;
	content: '';
    display: inline-block;
    position: absolute;
    height: 2px;
	left: 0;
    top: 50%;
    width: 16%;
}
.nav-symptoms .menu-symptoms_title::after {
	background-color: #2D2D2A;
	content: '';
    display: inline-block;
    position: absolute;
	height: 2px;
	right: 0;
    top: 50%;
    width: 16%;
}
.nav-symptoms .menu-symptoms_part_txt {
	font-size: 17px;
	font-weight: bold;
	padding: 1.8em 0 0.6em 0;
}
.nav-symptoms .menu-symptoms {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 1.8em;
	position: relative;
	width: 100%;
}
.nav-symptoms .menu-symptoms::after {
    content: "";
	background-color: #2D2D2A;
	bottom: 0;
	height: 2px;
	left: 16%;
    position: absolute;
	width: 68%;
}
.nav-symptoms .menu-item-symptoms {
    display: inline-block;
	font-size: 15px;
	text-align: left;
	width: 50%;
}
.nav-symptoms .menu-item-symptoms-long {
	width: 100%;
}
.nav-symptoms .menu-item-symptoms::before {
    content: 'chevron_right';
    font-family: "Material Icons";
    font-size: 1em;
    padding-right: 0em;
}
.nav-symptoms .menu-item-symptoms>a {
	color: #DD450E;
	display: inline-block;
	font-weight: bold;
	line-height: 1.5;
    margin: 0.4em 0;
    padding: 0.2em 0;
	text-decoration: underline;
}
.nav-symptoms .menu-item-symptoms.no-link>a {
	color: #2D2D2A;
	text-decoration: none;
}

@media only screen and (min-width: 480px) {
.nav-symptoms .menu-item-symptoms {
	width: 33%;
}
.nav-symptoms .menu-item-symptoms-long {
	width: 66%;
}
}
@media only screen and (min-width: 960px) {
.nav-symptoms>.wrap{
    max-width: 960px;
    width: 100%;
}
.nav-symptoms .menu-item-symptoms {
	width: 25%;
}
.nav-symptoms .menu-item-symptoms-long {
	width: 50%;
}
}


/* getPost
--------------------------------------------- */
/* カテゴリ名 */
.getPostCatArea {
	margin: 32px auto 0 auto;
	position: relative;
	width: 98%;
}
h2.getPostCatName {
    border-bottom: 1px dotted #a0a0a0;
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	margin: 0;
	padding: 15px;
	position: relative;
}
h2.getPostCatName::before {
	border-right: 3px solid #53ABEE;
	content: "";
	font-size: 1em;
	margin-right: 0.5em;
	position: relative;
}
.getPostCatlist {
	bottom: 0;
	font-size: 1em;
	right: 15px;
	line-height: 1;
	position: absolute;
	top: 15px;
}
a.getPostCatlist {
    color: #2D2D2A;
    text-decoration: none;
}
a.getPostCatlist:hover,
a.getPostCatlist:focus {
    color: #2D2D2A;
    text-decoration: underline;
}
/* 記事一覧 */
.getPost {
	margin: 0 auto;
	width: 90%;
}
.getPostDispArea .getPost {
    border-bottom: 1px dotted #a0a0a0;
    padding: 15px 10px 20px 10px;
    background-color: #FFF;
}
.getPostDispArea .getPost:after {
    content: '';
    display: table;
    clear: both;
}
/* 記事一覧 - サムネイル */
.getPostImgArea {
    width: 20%;
    float: left;
}
/* 記事一覧 - タイトル+本文 */
.getPostStringArea {
	font-size: 16px;
    float: left;
}
.getPostStringArea>span {
	font-size: 80%;
}
/* 記事一覧 - タイトル */
h3.getPostTitle {
	font-size: 16px;
    font-weight: bold;
	margin-top: 3px;
	margin-bottom: 15px;
}
h3.getPostTitle a {
    color: #2D2D2A;
    text-decoration: none;
}
h3.getPostTitle a:hover,
h3.getPostTitle a:focus {
    color: #2D2D2A;
    text-decoration: underline;
}
/* 記事一覧 - 本文 */
.getPostContent {
	line-height: 1;
	margin-bottom: 0;
}
.getPostContent>p {
	font-size: 90%;
	line-height: 1.5;
	margin-bottom: 0;
}
.getPostContent a {
	line-height: 1;
	margin-bottom: 0;
}
/* ブログテーマ */
.getPostCatArea-v2 {
	background-color: #F6FAFE;
	margin: 0 auto;
	width: 90%;
}
h2.getPostCatName-v2 {
	background-color: #F6FAFE;
    color: #147CCC;
	font-size: 19px;
	margin: 32px auto 0 auto;
    padding: 14px 10px 7px 10px;
    position: relative;
    text-align: center;
}
h2.getPostCatName-v2::after {
    content: 'menu_book';
    font-family: "Material Icons";
    padding-left: 7px;
    position: relative;
}
p.wp-block-tag-cloud {
	background-color: #F6FAFE;
	margin: 0 auto;
	width: 90%;
}
.wp-block-tag-cloud>a {
	background-color: #F6FAFE;
    color: #2D2D2A;
    display: block;
    font-size: 15px!important;
	margin: 0;
    text-decoration: none;
    padding: 7px 10px;
    position: relative;
}
.wp-block-tag-cloud>a::before {
    content: "chevron_right";
    font-family: "Material Icons";
    padding-right: 5px;
    position: relative;
}
.getPostCatlist-v2 {
    background-color: #F6FAFE;
    color: #2D2D2A;
    display: block;
    font-size: 13px;
    font-weight: normal;
	margin: 0 auto;
    padding: 7px 10px 14px 10px;
    text-align: right;
    text-decoration: none;
	width: 90%;
}
.getPostCatlist-v2::after {
    content: ">";
}
@media only screen and (min-width: 960px) {
	.getPostCatArea-v2,
	p.wp-block-tag-cloud,
	.getPostCatlist-v2 {
		display: none;
	}
}


.nav-secondary {
	display: none;
	margin: 0;
}
.nav-secondary .genesis-nav-menu,
.nav-secondary .genesis-nav-menu>li,
.nav-secondary .genesis-nav-menu>li>a {
	background-color: #F3F4F6;
	font-size: 15px;
	font-weight: normal;
	letter-spacing: 0.05;
	line-height: 1;
}
.nav-secondary .genesis-nav-menu {

}
.nav-secondary .genesis-nav-menu>li {
	padding: 1.4em 0.8em;
}
.nav-secondary .genesis-nav-menu>li>a {
	margin: 0;
	padding: 0.2em 0.8em;
	position: relative;
}
.nav-secondary .genesis-nav-menu>li>a::after {
	border-right: 1px solid #2D3B55;
	bottom: 0;
	content: "";
	right: -1em;
	position: absolute;
	top: 0;

}
@media only screen and (min-width: 480px) {
}
@media only screen and (min-width: 960px) {
	.nav-secondary {
		display: block;
	}
}



/* SPTBLのみでメニューを本文中に表示（ショートコード） */
.custom_sc {
	margin: 32px auto;
}
.single-post .custom_sc,
.category .custom_sc,
.tag .custom_sc {
	position: relative;
	left: -3vw;
	width: 96vw;
}
/* タイトル */
.custom_sc h2.widgettitle {
	background: transparent !important;
    border-bottom: 1px dotted #a0a0a0;
	color: #2D2D2A !important;
	font-size: 20px !important;
	font-weight: bold;
	line-height: 1;
	margin: 32px 3% 0 3% !important;
	padding: 15px 15px 15px 28px !important;
    position: relative;
}
.single-post .custom_sc h2.widgettitle,
.category .custom_sc h2.widgettitle,
.tag .custom_sc h2.widgettitle {
	margin: 32px 0 0 0 !important;
}
.custom_sc h2.widgettitle::before {
    content: "";
    background-color: #53ABEE !important;
    height: 3px !important;
    left: 1px !important;
    position: absolute;
    top: 24px !important;
    width: 14px !important;
}
/* メニューアイテム */
.custom_sc>nav {
	margin: 0 auto;
	width: 100%;
}
.custom_sc>nav>ul {
	margin: 0;
	padding: 0 !important;
}
.custom_sc>nav>ul>li {
    background-color: #FFF;
    border-bottom: 1px dotted #a0a0a0;
	font-size: 16px;
	line-height: 1;
	list-style: none;
    padding: 10px 12px;
	position: relative;
}
.custom_sc>nav>ul>li::before {
    content: "▶";
	padding-right: 10px;
	position: relative;
}
.custom_sc>nav a {
    color: #2D2D2A;
    text-decoration: none;
}
.custom_sc>nav a:hover,
.custom_sc>nav a:focus {
    color: #2D2D2A;
    text-decoration: none;
}
.home .custom_sc .entry-content ol,
.home .custom_sc .entry-content ul {
    margin: 0 0 21px 0;
    width: 100%;
}
#genesis-sidebar-primary {
	display: none;
}
@media only screen and (min-width: 480px) {
.single-post .custom_sc,
.category .custom_sc,
.tag .custom_sc {
	position: relative;
	left: 0;
	width: 75vw;
}
}
@media only screen and (min-width: 960px) {
	.custom_sc {
		display: none;
	}
	#genesis-sidebar-primary {
		display: block;
	}
}


/* 下層ページ */
.page-template-page-seitai-02 {
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 1.5;
}
.page-template-page-seitai-02 .breadcrumb {
    /*display: none;*/
    margin: 0 3% 0 3%;
    padding-top: 16px;
}
.page-template-page-seitai-02 .entry-header>h1 {
	font-size: 24px;
	margin: 26px 3% 19px 3%;
	padding-left: 28px;
	position: relative;
}
.page-template-page-seitai-02 .entry-header>h1::before {
    content: "";
    background-color: #53ABEE;
    height: 3px;
    left: 2px;
    position: absolute;
    top: 14px;
    width: 14px;
}
.page-template-page-seitai-02 .entry-content h2,
.page-template-page-seitai-02 .entry-content p.big-p {
	font-size: 24px;
	margin: 0 3% 19px 3%;
}
.page-template-page-seitai-02 .entry-content h3 {
	font-size: 18px;
	margin: 0 3% 19px 3%;
}
.page-template-page-seitai-02 .entry-content h4 {
	font-size: 17px;
	margin: 0 3% 19px 3%;
}
.page-template-page-seitai-02 .entry-content p {
	font-size: 16px;
	margin: 0 3% 19px 3%;
}
.page-template-page-seitai-02 .entry-content p.has-larger-font-size {
	font-size: 150%;
}
.page-template-page-seitai-02 .entry-content p.has-large-font-size {
	font-size: 120%;
}
.page-template-page-seitai-02 .entry-content p.has-small-font-size,
.page-template-page-seitai-02 .entry-content p>.has-small-font-size {
	font-size: 80%;
}
.page-template-page-seitai-02 .entry-content p.small-p {
	font-size: 14px;
}
.page-template-page-seitai-02 .entry-content ul,
.page-template-page-seitai-02 .entry-content ol {
	font-size: 16px;
	margin: 0 3% 19px 3%;
	padding-left: 33px;
}
.page-template-page-seitai-02 .site-container .blocks-gallery-grid {
	padding-left: 0;
}
.page-template-page-seitai-02 .entry-content li {
	font-size: 16px;
}
.page-template-page-seitai-02 .entry-content .wp-block-image {
	margin: 0 6% 19px 6%;
}
.page-template-page-seitai-02 .entry-content .triangle {
	height: 42px;
	margin: 0 auto;
	position: relative;
	width: 178px;
}
.page-template-page-seitai-02 .entry-content .triangle::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 42px 89px 0 89px;
	border-color: #53ABEE transparent transparent transparent;
	position: absolute;
}
.page-template-page-seitai-02 .entry-content .title-bg {
	background: linear-gradient(-135deg, #53ABEE, #147CCC);
	color: #FFF;
	padding: 7px 14px;
}
.page-template-page-seitai-02 .entry-content .title-bg strong {
	color: #F8F93A;
	font-weight: bold;
}
.page-template-page-seitai-02 .entry-content .problem-ul {
	background-color: #F6FAFE;
	border-radius: 4px;
	line-height: 1.5;
	padding: 14px 14px 14px 36px;
}
.page-template-page-seitai-02 .entry-content .problem-ul>li {
	list-style: none;
	margin-bottom: 8px;
	position: relative;
	text-indent: -1em;
}
.page-template-page-seitai-02 .entry-content .problem-ul>li::before {
	background-color: #53ABEE;
	border-radius: 4px;
	color: #FFF;
	content: "check";
	font-family: "Material Icons";
	left: -0.5em;
	letter-spacing: 0em;
	line-height: 1;
	position: relative;
	top: 0.15em;
}
.page-template-page-seitai-02 .entry-content .sympton {
	background-color: #F6FAFE;
	border-radius: 4px;
	line-height: 1.8;
	margin: 0 3%;
	padding: 14px 0;
}
.page-template-page-seitai-02 .entry-content .sympton .wp-block-column,
.page-template-page-seitai-02 .entry-content .introduce .wp-block-column {
    flex-basis: 50%!important;
}
.page-template-page-seitai-02 .entry-content .sympton ul {
	margin: 0;
}
.page-template-page-seitai-02 .entry-content .introduce .wp-block-column p {
	font-size: 15px;
	margin: 0 3% 0 6%;
}
.page-template-page-seitai-02 .entry-content .flow-h2,
.page-template-page-seitai-02.basic .entry-content h2,
.page-template-page-seitai-02.basic .entry-content h2 {
	background: linear-gradient(-135deg, #53ABEE, #147CCC);
	color: #FFF;
	line-height: 1;
    padding: 16px 0 16px 32px;
	position: relative;
}
.page-template-page-seitai-02 .entry-content .flow-h2::before,
.page-template-page-seitai-02.basic .entry-content h2::before {
	background-color: #FFF;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	top: 27px;
	width: 14px;
}
.page-template-page-seitai-02 .entry-content .flow-h3,
.page-template-page-seitai-02.basic .entry-content h3 {
	border-bottom: 4px solid #53ABEE;
	line-height: 1.5;
    padding: 0 0 8px 15px;
}
.page-template-page-seitai-02 .entry-content .flow-h4,
.page-template-page-seitai-02.basic .entry-content h4 {
	background-color: #FDF7EC;
	line-height: 1.5;
    padding: 8px 0 8px 26px;
	position: relative;
}
.page-template-page-seitai-02 .entry-content .flow-h4::before,
.page-template-page-seitai-02.basic .entry-content h4::before {
    background-color: #53ABEE;
    content: "";
    height: 7px;
    left: 10px;
    position: absolute;
    top: 16px;
    width: 7px;
}
.page-template-page-seitai-02 .entry-content .flow-media {
	background-color: #F6FAFE;
	margin: 0 3% 0 3%;
}
.page-template-page-seitai-02 .entry-content .flow-media>figure {
    margin: 23px 3% 19px 3%;
}
.page-template-page-seitai-02 .entry-content .flow-media .wp-block-media-text__content {
	padding: 0;
}
.page-template-page-seitai-02 .entry-content .flow-media .wp-block-media-text__content h2 {
	font-size: 20px;
}
.page-template-page-seitai-01 .entry-content p.flow {
	background-color: #F6FAFE;
    margin: 0 3% 0 3%;
	padding: 0 3% 19px 3%;
}
.page-template-page-seitai-02 .entry-content p.flow {
	background-color: #F6FAFE;
    margin: 0 3% 0 3%;
	padding: 0 3% 19px 3%;
}
.page-template-page-seitai-01 .has-central-palette-8-color,
.page-template-page-seitai-02 .has-central-palette-8-color {
	background: linear-gradient(transparent 55%, rgba(250, 192, 94, 0.5) 55%);
	color: #2D2D2A;
	font-weight: bold;
}
.page-template-page-seitai-02 .entry-content .recommend-media {
	background-color: #F6FAFE;
	grid-template-columns: auto 33% !important;
	margin: 0 3% 0 3%;
	padding-top: 3px;
	padding-bottom: 9px;
}
.page-template-page-seitai-02 .entry-content .recommend-media h3 {
	color: #F73802;
	font-size: 18px;
    margin: 0 4.8%;
}
.page-template-page-seitai-02 .entry-content .recommend-media>figure {
    margin: 0 9%;
}
.page-template-page-seitai-02 .entry-content .recommend-media .wp-block-media-text__content {
	padding: 0;
}
.page-template-page-seitai-02 .entry-content .recommend-media .wp-block-media-text__content h2 {
	font-size: 20px;
}
.page-template-page-seitai-02 .entry-content h2.recommend-h2 {
	background-color: #F6FAFE;
	font-size: 20px;
    margin: 0 3% 0 3%;
	padding: 19px 3% 0 3%;
}
.page-template-page-seitai-02 .entry-content p.recommend-p {
	background-color: #F6FAFE;
    margin: 0 3% 0 3%;
	padding: 0 3% 19px 3%;
}
.page-template-page-seitai-02 .contact-btn {
	filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.1));
}
.page-template-page-seitai-02 .wp-block-embed {
    margin: 0 3% 19px 3%;
}


@media only screen and (min-width: 480px) {
	.page-template-page-seitai-02 .entry-content .problem-ul {
		line-height: 1.5;
		padding: 32px 32px 25px 52px;
	}
	.page-template-page-seitai-02 .entry-content .problem-ul>li::before {
		left: -0.8em;
	}
	.page-template-page-seitai-02 .entry-content .problem-ul>li {
		margin-bottom: 7px;
	}
	.page-template-page-seitai-02 .entry-content .flow-media .wp-block-media-text__content h2 {
		margin-top: 23px;
	}
}
@media only screen and (min-width: 960px) {
	.page-template-page-seitai-02 .breadcrumb {
		display: block;
		margin: 0 auto 0 3%;
		padding-top: 14px;
	}
	.page-template-page-seitai-02 .site-inner {
		margin-top: 21px;
	}
}


/* FAQ */
.page-template-page-seitai-02 .faq-v2 h2 {
	background: linear-gradient(-135deg, #53ABEE, #147CCC);
	color: #FFF;
	line-height: 1;
    padding: 16px 0 16px 32px;
	position: relative;
}
.page-template-page-seitai-02 .faq-v2 h2::before {
	background-color: #FFF;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	top: 27px;
	width: 14px;
}
.page-template-page-seitai-02 .faq-v2 .faq-cnt {

}
.page-template-page-seitai-02 .faq-v2 .faq-cnt h3.faq-q,
.page-template-page-seitai-02 .faq-v2 .faq-cnt div.faq-a>div {
	border-bottom: 0;
	display: inline-block;
    font-size: 16px;
    font-weight: normal;
	line-height: 1.5;
    padding: 0;
    position: relative;
}
.page-template-page-seitai-02 .faq-v2 .faq-cnt h3.faq-q {
	font-weight: bold;
	margin: 0 3% 0.6em calc(3% + 2.5em);
}
.page-template-page-seitai-02 .faq-v2 .faq-cnt div.faq-a {
	margin: 0;
}
.page-template-page-seitai-02 .faq-v2 .faq-cnt div.faq-a>div {
	margin: 0 3% 2.4em calc(3% + 2.5em);
}
.page-template-page-seitai-02 .faq-v2 .faq-cnt h3.faq-q::before,
.page-template-page-seitai-02 .faq-v2 .faq-cnt div.faq-a>div::before {
	border: 1px solid #F73802;
	border-radius: 3px;
    font-weight: bold;
    letter-spacing: 0;
    margin: 0;
    padding: 0 0.5em;
    position: absolute;
    left: -2.4em;
}
.page-template-page-seitai-02 .faq-v2 .faq-cnt h3.faq-q::before {
	background-color: #F73802;
	color: #FFF;
    content: "Q";
}
.page-template-page-seitai-02 .faq-v2 .faq-cnt div.faq-a>div::before {
	background-color: #FFF;
	color: #F73802;
    content: "A";
}


/* sp-menu */
.sp-menu {
	display: block;
	width: 100%;
}
.sp-menu .inner {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	padding: 16px 0 0 0;
	width: 94%;
}
.sp-menu a {
	width: 23%;
}
.sp-menu a>img {
	display: block;
	filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.1));
	height: auto;
	width: 100%;
}
@media only screen and (min-width: 480px) {
	.sp-menu .inner {
		max-width: 440px;
	}
}
@media only screen and (min-width: 960px) {
	.sp-menu {
		display: none;
	}
}


.page-template-page-seitai-02.sympton-page .entry-content .title-h3-v1 {
	background: linear-gradient(-135deg, #53ABEE, #147CCC);
	color: #FFF;
    font-size: 20px;
	padding: 7px 14px;
}
.page-template-page-seitai-02.sympton-page .entry-content .title-h3-v1 strong {
	color: #F8F93A;
	font-weight: bold;
}
.page-template-page-seitai-02.sympton-page .entry-content .title-h4-v1,
.page-template-page-seitai-02.price-page .entry-content .title-h4-v1 {
    font-size: 17px;
    padding-left: 1.4em;
    position: relative;
    text-indent: -1.4em;
}
.page-template-page-seitai-02.sympton-page .entry-content .title-h4-v1::before,
.page-template-page-seitai-02.price-page .entry-content .title-h4-v1::before {
    content: "expand_more";
    font-family: 'Material Icons';
    position: relative;
    left: 0;
    color: #FFF;
    background-color: #53ABEE;
    border-radius: 50%;
    height: 1em;
    letter-spacing: 0;
    line-height: 1;
    margin-right: 0.4em;
    top: 0.15em;
    width: 1em;
}


.campaign-v1 p {
	margin-bottom: 0;
}

/* サイト構造
<head></head>
<body>
	<div> site-container
		<header> site-header
			<div> wrap
				<div> title-area </div>
				<div> wiget </div>
				<button> menu-toggle </button>
				<nav> nav-primary
					<div> wrap
						<ul> menu genesis-nav-menu menu-primary js-superfish
							<li> menu-item
								<a></a>
							</li>
							<li> menu-item menu-item-has-children
								<ul> sub-menu
									<li> menu-item
										<a></a>
									<li>
								</ul>
							</li>
						</ul>
					</div>
				</nav>
			</div>
		</header>
		<div> site-inner
			<div> content-sidebar-wrap
				<main> content
					<article> page entry
						<div> entry-content
						</div>
					</article>
				</main>
			</div>
		</div>
		<footer> site-footer </footer>
	</div>
</body>
*/


/* 見出し 下線・太字・色文字・中央寄せ */
.page-template-page-seitai-01 .content .title-v2,
.page-template-page-seitai-02 .content .title-v2 {
	color: #2D2D2A;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 1.6em;
	text-align: center;
}
.page-template-page-seitai-01 .content .title-v2 .large,
.page-template-page-seitai-02 .content .title-v2 .large {
	font-size: 110%;
}
.page-template-page-seitai-01 .content .title-v2 .larger,
.page-template-page-seitai-02 .content .title-v2 .larger {
	font-size: 120%;
}
.page-template-page-seitai-01 .content .title-v2 .txt-ul,
.page-template-page-seitai-02 .content .title-v2 .txt-ul {
	border-bottom: 2px solid #FC5130;
}
.page-template-page-seitai-01 .content .title-v2 .txt-strong,
.page-template-page-seitai-02 .content .title-v2 .txt-strong {
	color: #FC5130;
}
@media only screen and (min-width: 480px) {
	.page-template-page-seitai-01 .content .title-v2,
	.page-template-page-seitai-02 .content .title-v2 {
		font-size: 25px;
	}
}
@media only screen and (min-width: 960px) {
	.page-template-page-seitai-01 .content .title-v2,
	.page-template-page-seitai-02 .content .title-v2 {
		font-size: 32px;
	}
}

/* 専門家の推薦 */
.recom-v2 {
	justify-content: space-between;
	margin: 0 auto;
	width: 97%;
}
.recom-v2 .wp-block-columns.img-txt {
	display: flex;
	flex-basis: auto;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 0.4em;
}
.recom-v2 .wp-block-columns.img-txt .wp-block-column.img {
	flex-basis: 31%!important;
	margin-right: 2%;
}
.recom-v2 .wp-block-columns.img-txt .wp-block-column.img figure.wp-block-image {
	border: rgba(0,0,0,0.2) solid 5px;
	margin-bottom: 0;
	width: 100%;
}
.recom-v2 .wp-block-columns.img-txt .wp-block-column.txt {
	flex-basis: 67%!important;
}
.recom-v2 p.title-name {
	background: #53ABEE;
	box-shadow: 5px 5px 0 #147CCC;
	color: #FFFFFF;
	display: inline-block;
	font-size: 5.600vw;
	font-weight: bold;
	margin-bottom: 0;
	padding: 0.3em 0.2em 0.2em 0.2em;
	text-align: center;
	width: calc( 100% - 5px );
}
.recom-v2 p.position-name {
	color: #4C4C47;
	display: inline-block;
	font-size: 3.733vw;
	margin-bottom: 0;
	padding-top: 1em;
	text-align: center;
	vertical-align: middle;
	width: 100%;
}
.recom-v2 p.name {
	color: #4C4C47;
	display: inline-block;
	font-size: 4.533vw;
	margin-bottom: 0;
	padding-top: 0.3em;
	text-align: center;
	vertical-align: middle;
	width: 100%;
}
.recom-v2 p.name>.small {
	font-size: 80%;
	vertical-align: middle;
}
.recom-v2 p.comment {
    border: solid 2px #848FA5;
    border-radius: 4px;
    font-size: 4.267vw;
    padding: 0.7em;
	position: relative;
	margin: 0 0 1.6em 0;
	width: 100%;
}
.recom-v2 p.comment::before,
.recom-v2 p.comment::after {
    content: '';
	position: absolute;
    height: 0;
    width: 0;
}
.recom-v2 p.comment::before {
    border: 15px solid transparent;
    border-bottom: 15px solid #848FA5;
    left: 30px;
    top: -30px;
}
.recom-v2 p.comment::after {
    border: 13px solid transparent;
    border-bottom: 13px solid #FFFFFF;
    left: 32px;
    top: -25px;
}
@media only screen and (min-width: 480px) {
	.recom-v2 {
		width: 100%;
	}
	.recom-v2 .recom-part {
		flex-basis: 49%!important;
		flex-grow: unset;
		width: 49%;
	}
	.recom-v2 .wp-block-column:not(:first-child) {
		flex-basis: 49%!important;
		margin-left: 0em;
	}
	.recom-v2 p.title-name {
		font-size: 21px;
	}
	.recom-v2 p.position-name {
		font-size: 14px;
	}
	.recom-v2 p.name {
		font-size: 17px;
	}
	.recom-v2 p.comment {
		font-size: 16px;
	}
}
@media only screen and (min-width: 960px) {
	.recom-v2 .wp-block-column:not(:first-child) {
		flex-basis: 49%!important;
		margin-left: 0em;
	}
	.recom-v2 .recom-part {
		flex-basis: 48%!important;
		flex-grow: unset;
		width: 48%;
	}
}

/* スクロール促進 矢印 */
.cp_arrows *, .cp_arrows *:before, .cp_arrows *:after {
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
.cp_arrows {
	position: relative;
	display: flex;
	height: 75px;/*画面いっぱいにする場合100vh*/
	margin: 0 auto;
	justify-content: center;
	align-items: center;
}
.cp_arrows .cp_arrow {
	position: absolute;
	top: 100%;/*着地点（サンプルは[class:cp_arrows]height300pxの50%）*/
	left: calc( 50% - 30px / 2 );
	-webkit-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
	-webkit-transform-origin: 50% 50%;
			transform-origin: 50% 50%;
	opacity: 0;
}
.cp_arrows .cp_arrowfirst {
	-webkit-animation: arrow-move08 2s ease-in-out infinite;
			animation: arrow-move08 2s ease-in-out infinite;
}
.cp_arrows .cp_arrowsecond {
	-webkit-animation: arrow-move08 2s 1s ease-in-out infinite;
			animation: arrow-move08 2s 1s ease-in-out infinite;
}
.cp_arrows .cp_arrow:before, .cp_arrows .cp_arrow:after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 30px;
	height: 3px;
	content: '';
	background: #E91E63;
}
.cp_arrows .cp_arrow:before {
	-webkit-transform: rotate(30deg) translateX(-39%);
			transform: rotate(30deg) translateX(-39%);
	-webkit-transform-origin: top left;
			transform-origin: top left;
}
.cp_arrows .cp_arrow:after {
	-webkit-transform: rotate(-30deg) translateX(39%);
			transform: rotate(-30deg) translateX(39%);
	-webkit-transform-origin: top right;
			transform-origin: top right;
}
@-webkit-keyframes arrow-move08 {
	0% {
		top: 40%;/*スタート地点（サンプルは[class:cp_arrows]height300pxの35%）*/
		opacity: 0;
	}
	70% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@keyframes arrow-move08 {
	0% {
		top: 40%;/*スタート地点（サンプルは[class:cp_arrows]height300pxの35%）*/
		opacity: 0;
	}
	70% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

/* 普通の三角形 */
.cp_arrows_02 {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 75px 0 75px;
	border-color: #EFA841 transparent transparent transparent;
	margin: 0.6em auto;
}

.price-table-01 {
	margin-right: auto;
	margin-left: auto;
	width: 96%;
}
.price-table-01 table {
	background: #FDF7EC;
}
.price-table-01 table tbody tr{
	border-bottom: 2px solid #53ABEE;
	border-top: 2px solid #53ABEE;
}
.price-table-01 table tbody td{
	line-height: 1.5;
}
.price-table-01 table tbody td .small{
	font-size: 80%;
}
.price-table-01 table tbody td:nth-child(odd) {
    width: 73%;
}
.sympton-table-01 {
	margin-right: auto;
	margin-left: auto;
	width: 96%;
}
.sympton-table-01 table {
	background: #FDF7EC;
}
.sympton-table-01 table tbody tr{
	border-bottom: 2px solid #53ABEE;
	border-top: 2px solid #53ABEE;
}
.sympton-table-01 table tbody tr:nth-child(odd) {
    background-color: #F5F5F4;
}



h3.reason-v3-title {
	border-bottom: 4px solid #53ABEE;
	font-size: 20px;
	line-height: 1.5;
	margin: 0 2%;
    padding: 0 0 8px 4%;
	width: auto;
}
.reason-v3 .cnt-l,
.reason-v3 .cnt-r {
	margin: 1em auto;
	width: 96%;
}
.reason-v3 .cnt-l {
	background: #F5F5F4;
	color: #454540;
}
.reason-v3 .cnt-r {
	background: #FDF7EC;
	color: #2D2D2A;
	margin-bottom: 3.6em;
}
.reason-v3 p.name {
	font-size: 20px;
	font-weight: bold;
	margin: 0 auto 0.6em auto;
	padding: 0.7em 0 0 0;
	width: 90%;
}
.entry-content .reason-v3 ul {
	font-size: 16px;
	letter-spacing: 0.02em;
	margin: 0 4% 0.6em 6%;
	padding: 0 0 0.4em 1em;
    width: auto;
}
/* 一般的な院を削除する場合のみ追加 */
/*
.entry-content .reason-v3 ul { 
	padding: 1.4em 0 0.4em 1em;
}*/
.entry-content .reason-v3 ul>li {
	font-size: 16px;
	margin: 0 auto 0.4em auto;
	padding: 0;
	width: 100%;
}
@media only screen and (min-width: 960px) {
	.reason-v3>.wp-block-group__inner-container {
		display: flex;
		margin: 0 auto 3.6em auto;
		width: 96%;
	}
	.reason-v3.wp-block-group {
		display: flex;
		justify-content: space-between;
		margin: 0 3%;
	}
	.reason-v3 .cnt-l {
		margin: 1.4em 1em 2.4em 0;
		width: 49%;
	}
	.reason-v3 .cnt-r {
		margin: 1.4em 0 2.4em 0;
		width: 49%;
	}
}

.cta-v2 {
	background: #F6FAFE;
	padding-bottom: 1em;
	padding-top: 1.6em;
}
.cta-v2 .cta-img-01 img,
.cta-v2 .cta-img-02 img {
	margin-left: auto;
	margin-right: auto;
	width: 95%;
}
.cta-v2 .cta-img-02 img {
	padding-top: 1em;
}
.page-template-page-seitai-02 .entry-content .cta-v2 .cta-img-02.wp-block-image {
	margin-left: auto;
	margin-right: auto;
	width: 95%;
}
.page-template-page-seitai-02 .entry-content .cta-v2 .cta-img-01.wp-block-image img,
.page-template-page-seitai-02 .entry-content .cta-v2 .cta-img-02.wp-block-image img {
	width: 100%;
}
.page-template-page-seitai-02 .entry-content .cta-v2 .cta-btn-img.wp-block-image {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.page-template-page-seitai-02 .entry-content .cta-v2 .cta-btn-img.wp-block-image img {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.merit-01-img img {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
@media only screen and (min-width: 480px) {
	.cta-v2 {
		margin: 0 3%;
		padding-bottom: 1.4em;
		padding-top: 2em;
	}
	.cta-v2 .cta-img-01 img,
	.cta-v2 .cta-img-02 img {
		margin-left: auto;
		margin-right: auto;
		width: 90%;
	}
	.page-template-page-seitai-02 .entry-content .cta-v2 .cta-img-02.wp-block-image {
		margin-left: auto;
		margin-right: auto;
		width: 94%;
	}
	.cta-v2 .cta-btn-img {
		margin-left: auto;
		margin-right: auto;
		width: 90%;
	}
	.page-template-page-seitai-02 .entry-content .cta-v2 .cta-btn-img.wp-block-image {
		margin-left: auto;
		margin-right: auto;
		width: 94%;
	}
	.merit-01-img img {
		margin-left: auto;
		margin-right: auto;
		width: 70%;
	}
}

.page-template-page-seitai-01 .review_v1_h2 {
	font-size: 21px;
    font-weight: bold;
    margin: 0;
	padding: 0 0 1em 0;
	width: auto;
}
.page-template-page-seitai-01 .review_v1_h2_deco {
	color: #53ABEE;
	font-size: 12px;
    font-weight: bold;
    margin: 0;
    padding: 3em 0 1em 0;
	width: auto;
}
.page-template-page-seitai-01 .review_v1_h3 {
    background-color: #53ABEE;
    color: #FFF;
    font-size: 19px;
    font-weight: bold;
    margin: 0;
    padding: 0.4em 0;
    text-align: center;
}
.review_v1_spacer {
    padding-bottom: 26px;
}
.page-template-page-seitai-01 .review_v1_cnt {
}
.page-template-page-seitai-01 .review_v1_txtcnt>.wp-block-group__inner-container {
    display: block;
    border: 1px solid #ddd;
    margin: 0 auto 3em auto;
    box-shadow: 2px 2px 5px rgb(0 0 0 / 5%);
}
.page-template-page-seitai-01 .review_v1_cnt {
	margin: 0 auto;
	width: 95%;
}
.page-template-page-seitai-01 .review_v1_title {
	font-size: 19px;
	font-weight: bold;
	letter-spacing: 0;
    line-height: 1.3;
	margin: 0;
	padding: 0;
	width: auto;
}
.page-template-page-seitai-01 .review_v1_star .wp-block-group__inner-container {
	display: flex;
}
.page-template-page-seitai-01 .review_v1_star .star {
	color: #F5B916;
	font-size: 17px;
	font-weight: bold;
    line-height: 1.6;
	margin: 0;
	padding: 0 8px 8px 0;
	width: auto;
}
.page-template-page-seitai-01 .review_v1_star .txt {
	color: #F1104A;
	font-size: 17px;
	font-weight: bold;
    line-height: 1.6;
	margin: 0;
	padding: 0 0 8px 0;
	width: auto;
}
.page-template-page-seitai-01 .review_v1_text {
	font-size: 15px;
    font-weight: normal;
	letter-spacing: 1px;
    line-height: 1.7;
	margin: 0;
	padding: 0 0 16px 0;
	width: auto;
}
.page-template-page-seitai-01 .review_v1_list {
	font-size: 15px;
	margin: 0 2.5% 0 auto;
	width: 95%;
}
@media only screen and (min-width: 480px) {
	.page-template-page-seitai-01 .review_v1_h2 {
		font-size: 28px;
	}
	.page-template-page-seitai-01 .review_v1_h2_deco {
		font-size: 14px;
	}
	.page-template-page-seitai-01 .review_v1_h3 {
		font-size: 19px;
	}
	.page-template-page-seitai-01 .review_v1_star .star {
		font-size: 19px;
	}
	.page-template-page-seitai-01 .review_v1_star .txt {
		font-size: 19px;
	}
	.page-template-page-seitai-01 .review_v1_text {
		font-size: 15px;
	}
	.page-template-page-seitai-01 .review_v1_list {
		font-size: 15px;
	}
}
@media only screen and (min-width: 960px) {
	.page-template-page-seitai-01 .review_v1_h2 {
		font-size: 35px;
	}
}


.wp-case-cnt ul.blocks-gallery-grid li.blocks-gallery-item {
    width: calc(33% - 1em);
}
.wp-case-cnt.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
    margin: 0 0!important;;
	width: calc(33% - 1em)!important;
}

.ath-colfix{
	flex-wrap:nowrap!important;
}

