@charset "utf-8";
/*
Theme Name: portals_responsive
Author: portals
*/
/*==================================
* reset
* html5doctor.com Reset Stylesheet
* v1.6.1
* Last Updated: 2010-09-17
* Author: Richard Clark - http://richclarkdesign.com
* Twitter: @rich_clark
==================================*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
ol,
ul {
	list-style: none;
}
img {
	vertical-align: top;
	font-size: 0;
	line-height: 0;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
/* change colors to suit your needs */
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
/* change colors to suit your needs */
mark {
	background-color: #ff9;
	color: #000;
	font-weight: bold;
}
em {
	font-style: normal!important;
}
del {
	text-decoration: line-through;
}
abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* change border color to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
input,
select {
	vertical-align: middle;
}
address {
	font-style: normal;
}
/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
/*==================================
WordPress Natie Styles
editor
==================================*/
img.wp-smiley,
img.emoji {
	height: 2% !important;
	width: 2% !important;
}
.post p {
	display: block;
	margin: 1em;
}
.post strong {
	font-weight: bold;
}
.post em {
	font-style: oblique;
}
.post blockquote {
	display: block;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 40px;
	-webkit-margin-end: 40px;
}
.post ul {
	list-style: disc;
	margin: 0 3em 1em;
}
.post ol {
	list-style: decimal;
	margin: 0 3em 1em;
}
/* img */
.aligncenter {
	display: block;
	margin: 0 auto 8px;
}
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
	max-width: 100%;
}
/*==================================
SP_base
==================================*/
.clear {
	clear: both;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.img_left,
.img_right {
	margin: 0 auto 0.5em;
}
.img_center {
	display: block;
	margin: 0 auto 16px;
}
.only_pc {
	display: none;
}
img {
	display: block;
	margin: 0 auto;
	width: auto;
	max-width: 100%;
	height: auto;
}
a:link {
	color: #000d99;
}
a:visited {
	color: #551a8b;
}
a:hover {
	color: #000d99;
}
a:active {
	color: #b71c1c;
}
body {
	overflow-x: hidden;
	background: #fff;
	color: #524f48;
	font-size: 15px;
	line-height: 1.5;
	font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN",	"Hiragino Sans", Meiryo, "Helvetica Neue", Arial, sans-serif;
	font-weight: 500;
}
/*==================================
SP_layout
==================================*/
#main {
	margin: 4px auto 0;
	padding: 0 6px;
	width: 100%;
	max-width: 640px;
	box-sizing: border-box;
}
#main {
	overflow: hidden;
}
.conts {
	margin: 0 12px 16px;
}
.conts:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: "";
	clear: both;
	height: 0;
}
.conts .conts_inner {
	overflow: hidden;
}
.conts p:not([class]) {
	margin-bottom: 8px;
}
.ttl {
	margin: 0 4px 32px;
	text-align: center;
}
.bnr {
	margin: 0 0 16px;
}
a:active img {
	-webkit-opacity: 0.7;
	opacity: 0.7;
}
.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
/*アニメーション要素のスタイル*/
/* 共通：初期状態 */
.fadeInUp,
.fadeInLeft,
.fadeInRight {
	opacity: 0;
	transform: translate3d(0, 0, 0);
	transition-property: opacity, transform;
	transition-duration: 1s;
	transition-timing-function: ease;
	will-change: opacity, transform;
}
/* 上から */
.fadeInUp {
	transform: translate3d(0, 30px, 0);
}
/* 左から */
.fadeInLeft {
	transform: translate3d(-40px, 0, 0);
}
/* 右から */
.fadeInRight {
	transform: translate3d(40px, 0, 0);
}
/* 表示時 */
.activeUp,
.activeLeft,
.activeRight {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}
/* 遅延 */
.delay-1 {
	transition-delay: .4s;
}
.delay-2 {
	transition-delay: .75s;
}
.delay-3 {
	transition-delay: 1.05s;
}
.overflow_hidden {
	overflow: hidden;
}
.top_none {
	display: none;
}
/*==================================
SP_heading
==================================*/
.h_style01 {
	clear: both;
	margin: 24px calc(50% - 50vw) 16px;
	padding: 8px;
	background: #fd644f;
	outline: 2px solid #fff;
	outline-offset: -6px;
	letter-spacing: .08rem;
	color: #fff;
	font-size: 20px;
}
.h_style01 a {
	color: inherit;
}
.h_style02,
.post h3:not([class]),
.block_wrapper h2:not(.nostyle) {
	clear: both;
	margin: 24px calc(50% - 50vw) 16px;
	padding: 8px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background: #f18e26;
}
.h_style03,
.post h4,
.block_wrapper h3:not(.nostyle) {
	clear: both;
	margin: 32px auto 24px;
	padding: 0 8px;
	font-size: 18px;
	border-left: solid 8px #b7db4c;
	border-bottom: dotted 2px #b7db4c;
}
.h_style04,
.post h5,
.block_wrapper h4:not(.nostyle) {
	clear: both;
	position: relative;
	overflow: hidden;
	margin: 24px auto 16px;
	padding: 0 8px 2px 32px;
	font-weight: bold;
	border-bottom: dotted 2px #fdd000;
	font-size: 16px;
}
.h_style04::before,
.post h5::before,
.block_wrapper h4:not(.nostyle)::before {
	position: absolute;
	margin-top: -0.25em;
	top: 50%;
	left: 0.5em;
	content: "";
	display: inline-block;
	background: #fff;
	width: 0.5em;
	height: 0.5em;
	border-radius: 50%;
	box-shadow: 0 0 0 8px #fdd000;
}
.h_style05,
.post h6,
.block_wrapper h5:not(.nostyle) {
	clear: both;
	overflow: hidden;
	margin: 24px auto 16px;
	padding: 0 4px 2px;
	font-weight: bold;
	border-bottom: double 4px #94d095;
	font-size: 16px;
}
@media screen and (min-width: 640px) {
	.h_style01 {
		margin: 24px auto 16px;
	}
	.h_style02,
	.post h3:not([class]),
	.block_wrapper h2:not(.nostyle) {
		margin: 24px auto 16px;
	}

	.h_style03,
	.post h4,
	.block_wrapper h3:not(.nostyle) {
		margin: 32px 4px 24px;
	}
	.h_style04,
	.post h5,
	.block_wrapper h4:not(.nostyle) {
		margin: 24px 4px 16px;
	}
	.h_style05,
	.post h6,
	.block_wrapper h5:not(.nostyle) {
		margin: 24px 4px 16px;
	}
}
/*==================================
SP_header
==================================*/
#header {
	position: relative;
	z-index: 999999;
}
.h_inner {
	overflow: hidden;
	margin: 0 auto;
	padding: 8px 0 0;
	width: 95%;
	max-width: 1240px;
}
.h_inner h1 {
	line-height: 1.3;
	font-size: clamp(14px, 1.6vw, 16px);
	font-weight: 500;
}
.h_logo {
	margin: 20px auto 12px;
	width: 74%;
}
/*==================================
SP_navigation
==================================*/
nav {
	width: 100%;
	background: #fff;
}
.gnav_sp {
	width: 100%;
	display: flex;
	justify-content: space-around;
	margin: 0 auto;
	box-shadow: 0 5px 7px -2px rgba(0, 0, 0, 0.2);
}
.gnav_sp li {
	padding: 8px 0;
}
.gnav_sp img {
	width: min(90%,92px);
}
.fixed {
	position: fixed;
	top: 0;
	z-index: 9999;
}
/*ページ内リンク対策*/
#ryoukin {
	margin-top: -40px;
	padding-top: 40px;
}
.bt_pagetop01 a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 4px;
	width: min(15vw,90px);
	height: min(15vw,90px);
	margin: 0 auto;
	padding: clamp(12px,2vw,16px);
	background-color: #fd644f;
	color: #fff;
	font-weight: normal;
	font-size: clamp(13px, 3.5vw, 18px);
	text-align: center;
	letter-spacing: .05em;
	line-height: 1;
	text-decoration: none;
	border-radius: 50%;
	box-sizing: border-box;
}
/*
色を変更するときは以下のURLでCSSを生成してください。
https://angel-rs.github.io/css-color-filter-generator/
*/
.bt_pagetop01 a img {
	width: min(80%, 45px);
	aspect-ratio: 22/15;
	margin: 0 auto;
	filter: brightness(0) saturate(100%) invert(99%) sepia(99%) saturate(0%) hue-rotate(43deg) brightness(106%) contrast(100%);
	-webkit-filter: brightness(0) saturate(100%) invert(99%) sepia(99%) saturate(0%) hue-rotate(43deg) brightness(106%) contrast(100%);
}
.bt_pagetop02 {
	display: block;
	aspect-ratio: 1/1;
	margin: 0 auto;
	width: min(15vw,90px);
}
.sp_fix_bt {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 999999;
	display: flex;
	justify-content: center;
	gap: 4px;
	padding: 2% 1.4%;
	width: 100%;
	background: #eef5f9;
	box-sizing: border-box;
}
/* 画像の幅のpxを設定 */
.sp_fix_bt > * {
	width: min(calc(50% - 4px), 380px);
}
/*==================================
SP_mainimg
==================================*/
.main_img {
	display: block;
	margin: 0 auto 1em;
	width: 100%;
}
/*==================================
SP_contact
==================================*/
.contact {
	background: #eef5f9;
	padding: 4em 0;
}
.contact_conts {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 1em;
	margin: 0 auto;
	width: 94%;
}
.contact_heading {
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin: 0 auto;
	width: min(100%,680px);
	font-size: clamp(24px,5vw,40px);
	font-weight: bold;
	text-align: center;
}
.contact_heading::before,
.contact_heading::after {
	content: '';
	width: 1.5em;
	height: 2px;
	background: #563e18;
}
.contact_heading::before {
	margin-right: .5em;
}
.contact_heading::after {
	margin-left: .5em;
}
.contact_info {
	display: flex;
	flex-direction: column;
	gap: 1em;
}
.contact_info .block_uketsuke {
	margin: 1em auto 0;
	width: 100%;
	font-size: 18px;
	font-weight: bold;
}
.contact_info .block_uketsuke tr > :first-child {
	width: 8em;
}
.contact_info .block_uketsuke th, .contact_info .block_uketsuke td {
	padding: .3em .1em;
	font-size: clamp(14px,2.6vw,28px);
}
.contact_info .uketsuke_block_notes {
	margin: 0 auto;
	width: 90%;
	text-align: left;
	font-size: clamp(14px,1.6vw,17px);
	font-weight: 600;
}
.contact_info_box p {
	margin: 0 0 12px;
}
.contact_access {
	margin: 0 auto;
	width: 96%;
	line-height: 1.6;
	font-size: clamp(15px, 1.6vw, 16px);
}
.contact_add span {
	display: inline-block;
}
.contact_add span:first-child {
	margin-right: .5em;
}
.contact_bt {
	margin: 1.5em auto;
}
.contact_bt li:first-child {
	max-width: 400px;
}
.contact_bt li:not(:last-child) {
	margin: 0 auto 1em;
}
.access_contact_bt {
	margin: 1.5em auto;
	display: flex;
	flex-direction: column;
	gap: 1em;
}
.contact_map iframe {
	aspect-ratio:16 / 9;
	width:100%!important;
	height: 100%!important;
}

/* 追加 */
ul.contact_list > li {
	margin: 0 auto 3em;
	padding: 6% 4%;
	max-width: 500px;
	background-color: #fff;
}
ul.contact_list > li:last-child {
	margin: 0 auto;
}
.contact_ttl_box {
	margin: 0 auto 6%;
	text-align: center;
}
.contact_ttl_box h3 {
	margin: 0 auto 2%;
	font-size: clamp(20px, 4vw, 46px);
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
}
.contact_ttl_box h3 span {
	display: inline-block;
	margin-right: 8px;
	padding: 2px 0 4px;
	min-width: 90px;
	box-sizing: border-box;
	color: #fff;
	font-size: clamp(18px, 3vw, 36px);
	font-weight: 400;
}
.contact_ttl_box a {
	color: #3989ec;
	font-size: clamp(16px, 1.7vw, 18px);
}
.contact_info_box {
	margin: 0 auto;
	max-width: 400px;
}
.contact_access dt, .contact_access dd {
	display: inline;
}
.contact_info .uketsuke_block_notes span {
	color: #f56c10;
}
.tel_btn {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	padding: 1.5%;
	width: 100%;
	height: 100%;
	min-height: 64px;
	max-height: 80px;
	border-radius: 8px;
	line-height: 1;
	text-decoration: none;
	font-size: clamp(32px, 3.4vw, 37px);
	font-weight: bold;
	box-sizing: border-box;
}
.tel_icon svg {
	display: block;
	margin: 2px 0 0;
	width: 46px;
	height: 46px;
	fill: currentColor;
}

/* 伏見院 永田東洋鍼灸整骨院 */
ul.contact_list .contact_list_nagata {
	border: 2px solid #36a638;
}
ul.contact_list .contact_list_nagata .tel_btn {
	background-color: #f4fbf4;
	border: 3px solid #36a638;
	color: #36a638;
}
ul.contact_list .contact_list_nagata .contact_ttl_box h3 span {
	background-color: #36a638;
}
/* 西京院 桂東洋鍼灸整骨院 */
ul.contact_list .contact_list_katsura {
	border: 2px solid #ac0d0d;
}
ul.contact_list .contact_list_katsura .tel_btn {
	background-color: #fcf8f8;
	border: 3px solid #ac0d0d;
	color: #ac0d0d;
}
ul.contact_list .contact_list_katsura .contact_ttl_box h3 span {
	background-color: #ac0d0d;
}
/* 宇治院 宇治東洋鍼灸整骨院 */
ul.contact_list .contact_list_uji {
	border: 2px solid #c60574;
}
ul.contact_list .contact_list_uji .tel_btn {
	background-color: #fdf7fa;
	border: 3px solid #c60574;
	color: #c60574;
}
ul.contact_list .contact_list_uji .contact_ttl_box h3 span {
	background-color: #c60574;
}
/* 北大路院 北大路東洋鍼灸整骨院 */
ul.contact_list .contact_list_kitaoji {
	border: 2px solid #ff6c00;
}
ul.contact_list .contact_list_kitaoji .tel_btn {
	background-color: #fefaf7;
	border: 3px solid #ff6c00;
	color: #ff6c00;
}
ul.contact_list .contact_list_kitaoji .contact_ttl_box h3 span {
	background-color: #ff6c00;
}
/* 石山院 石山東洋鍼灸整骨院 */
ul.contact_list .contact_list_ishiyama {
	border: 2px solid #008aff;
}
ul.contact_list .contact_list_ishiyama .tel_btn {
	background-color: #f6f9fc;
	border: 3px solid #008aff;
	color: #008aff;
}
ul.contact_list .contact_list_ishiyama .contact_ttl_box h3 span {
	background-color: #008aff;
}
/*==================================
SP_map
==================================*/
.map {
	position: relative;
	margin: 0 auto 1em;
	padding-bottom: 250px;
	width: 95%;
	max-width: 600px;
	height: 0;
	overflow: hidden;
}
.map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
address {
	margin: 0 auto 1em;
	font-size: 15px;
}
address span {
	display: block;
}
.add02 {
	margin-left: 3em;
}
.add03 {
	margin-left: 13em;
	color: #e34472;
	font-weight: bold;
}

/*==================================
SP_menu
==================================*/
.sideUpper,
.sideNav,
.sideLower,
.topUpper,
.topLower,
.blogNav {
	margin: 0 0 16px;
}
.side_fixed_menu {
	margin: 0 auto;
	border: none;
	width: 95%;
}
.side_fixed_menu a {
	border: none;
}
.side_fixed_menu li {
	margin: 0 auto 10px;
}
.side_fixed_menu li a/*PCサイドバーHOME・アクセスボタン*/ {
	color: #fff;
	display: inline-block;
	text-decoration: none;
	font-size: 18px;
	text-align: center;
	width: 100%;
	padding: 16px 0;
	background: #fd644f;
	letter-spacing: .08rem;
	font-weight: 600;
}
/*メニュー共通設定*/
.widget_nav_menu p,
.widget_categories p,
.widget_recent_entries p,
.widget_search p {
	padding: 8px;
	background: #b7db4c;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
}
/*メニュー（固定ページ/関連メニュー）*/
.widget_nav_menu,
.widget_categories,
.widget_recent_entries,
.widget_search {
	margin: 0 auto 1em;
	width: 95%;
	max-width: 640px;
	border: solid 1px #b7db4c;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.widget_nav_menu ul,
.widget_categories ul,
.widget_recent_entries ul  {
	margin: 8px 16px 16px;
}
.widget_nav_menu li,
.widget_categories li,
.widget_recent_entries li  {
	border-bottom: dotted 1px #b7db4c;
}
.widget_nav_menu a,
.widget_categories a,
.widget_recent_entries a {
	position: relative;
	display: block;
	padding: 10px 1em 10px 1.6em;
	text-decoration: none;
	color: #4a2606;
}
.widget_nav_menu a:after,
.widget_categories a:after,
.widget_recent_entries a:after {
	position: absolute;
	content: '▶';
	left: 2px;
	top: 0;
	margin: auto;
	position: absolute;
	color: #b7db4c;
	font-size: 16px;
	top: 50%;
	transform: translate(0, -50%);
	transition: 0.3s;
}
.widget_nav_menu li:hover a:after,
.widget_categories li:hover a:after,
.widget_recent_entries li:hover a:after {
	color: #fd644f;
}
/*検索*/
.widget_search {
	text-align: center;
}
.widget_search label {
	display: none;
}
.widget_search form {
	padding: 16px 8px;
}
.search-form-2 {
	display: flex;
	align-items: center;
	overflow: hidden;
	border-radius: 3px;
}
.search-form-2 input {
	width: 100%;
	height: 45px;
	padding: 5px 8px;
	border: none;
	border-radius: 3px 0 0 3px;
	box-sizing: border-box;
	background-color: #f2f2f2;
	font-size: 0.9em;
	outline: none;
	box-shadow: 3px 3px 3px #e3dcdc;
}
.search-form-2 input::placeholder {
	color: #79796a;
}
.search-form-2 button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 45px;
	border: none;
	border-radius: 0 3px 3px 0;
	background-color: #bdbdae;
	cursor: pointer;
	box-shadow: 3px 3px 3px #e3dcdc;
}
.search-form-2 button::after {
	width: 24px;
	height: 24px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M18.031 16.6168L22.3137 20.8995L20.8995 22.3137L16.6168 18.031C15.0769 19.263 13.124 20 11 20C6.032 20 2 15.968 2 11C2 6.032 6.032 2 11 2C15.968 2 20 6.032 20 11C20 13.124 19.263 15.0769 18.031 16.6168ZM16.0247 15.8748C17.2475 14.6146 18 12.8956 18 11C18 7.1325 14.8675 4 11 4C7.1325 4 4 7.1325 4 11C4 14.8675 7.1325 18 11 18C12.8956 18 14.6146 17.2475 15.8748 16.0247L16.0247 15.8748Z' fill='%23fff'%3E%3C/path%3E%3C/svg%3E");
	background-repeat: no-repeat;
	content: '';
}
.search_emptytitle {
	font-size: 18px;
	font-weight: 600;
}
/*月別アーカイブ*/
.widget_archive {
	text-align: center;
}
.widget_archive label::before {
	content: "月別アーカイブ";
}
/*メタ情報*/
.widget_meta {
	border-bottom: solid 1px #bdbdae;
}
.widget_meta p {
	padding: 8px;
	border-bottom: solid 1px #bdbdae;
	text-align: center;
}
.widget_meta ul {
	margin: 16px 8px 0;
}
.widget_meta li {
	position: relative;
	margin: 0 0 8px;
	border-bottom: dotted 1px #bdbdae;
	font-size: 14px;
}
.widget_meta li:last-child {
	border-bottom: none;
}
/*==================================
SP_copyright
==================================*/
.copyright {
	background: #eef5f9;
	text-align: center;
	margin: 0 0 15%;
	padding: 0 0 10px;
	font-size: 10px;
}
/* 	.copyright a:link {
color: #000d99;
}
.copyright a:visited {
color: #551a8b;
}
.copyright a:hover {
color: #000d99;
}
.copyright a:active {
color: #b71c1c;
} */
/*==================================
SP_footer
==================================*/
.f_inner {
	display: none;
}
/*==================================
SP_voice
==================================*/
.voice {
	margin: 0 0 24px;
}
.voice_list li {
	margin: 0 4px 16px;
	padding: 16px;
	background: #fdd106;
	border-radius: 8px;
}
.voice_conts {
	overflow: hidden;
	padding: 16px;
	background: #fff;
}
.voice_conts h3,
.voice_tit {
	margin: 0 0 8px;
	padding: 8px 16px;
	background: #fff;
	border-bottom: dotted 2px #e3e3da;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.voice_txt p {
	margin: 0 0 1em;
}
.voice_pic {
	width: 150px;
	margin: 0 auto 16px;
}
.voice_pic p > :first-child {
	display: block;
	margin: 0 auto 8px;
}
.menseki {
	overflow: hidden;
	margin: 16px 0 0;
	font-size: 12px;
	color: #79796a;
}

/*==================================
SP_toppage
==================================*/
.top_sejutsu_bt {
	margin: 0 4px 16px;
	text-align: center;
}
.top_sejutsu_bt li {
	display: inline-block;
	margin: 0 0 8px;
	padding: 0 2px;
	width: 49%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.top_point_list {
	margin: 0 8px 16px;
}
.top_point_list li {
	overflow: hidden;
	padding: 24px 0;
	border-bottom: dotted 2px #e3e3da;
}
.top_point_list li:first-child {
	padding: 0 0 24px;
}
.top_point_list h3 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	font-size: 18px;
	margin: 0 0 16px;
}
.top_point_list h3 span {
	display: contents;
}
.top_point_list h3 img {
	max-width: 50px;
	margin: 0 2vw 0 0;
}
.top_point_txt {
	clear: left;
	font-size: 14px;
}
.top_flow_list {
	text-align: center;
}
.top_flow_list li {
	display: inline-block;
	width: 47.6%;
	vertical-align: top;
	margin: 0 0 22px;
	max-width: 198px;
	text-align: left;
}
.top_flow_list p {
	padding: 10px 0px;
}

/* 共通 */
.top_inner {
	padding: min(10vw,80px) 8px;
}
.top_inner02 {
	padding: min(8vw,70px) 8px;
}
#contents .top_h2, #contact .top_h2 {
	position: relative;
	clear: both;
	margin: 0 auto 60px;
	padding: 0;
	border-radius: 0;
	color: inherit;
	background: none;
	text-align: center;
	letter-spacing: .1rem;
	font-size: clamp(26px, 3.2vw, 36px);
	font-weight: 600;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
}
#contents .top_h2::after, #contact .top_h2::after {
	position: absolute;
	content: '';
	width: 50px;
	height: 5px;
	bottom: -12px;
	left: 0;
	right: 0;
	margin: 0 auto;
	background-color: #fd644f;
}
#contents .top_h2.top_h2_02 {
	line-height: 1.2em;
}
#contents .top_h2.top_h2_02::after {
	bottom: -16px;
}
#contents .top_h3, #page_contents .top_h3 {
	margin: 0;
	padding: 0;
	border-left: none;
	border-bottom: none;
}
/* top_license */
.top_license_bnr {
	margin: 0 auto 6%;
}
ul.top_license_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	margin: 0 auto;
	max-width: 760px;
}
ul.top_license_list li {
	width: 48%;
	max-width: 240px;
}
/* top_insuranc */
p.top_insurance_txt {
	padding: 0 4%;
	font-size: clamp(16px, 1.7vw, 18px);
}
/* top_nayami */
#top_nayami.top_inner {
	padding: min(10vw, 80px) 8px 0;
}
#top_nayami h2 {
	margin: 0 auto;
	width: 70%;
}
/* top_nayami チェックリスト */
.top_nayami_check_box {
	padding: 8px;
	background: linear-gradient(to bottom, #f28d2a, #fd644f);
	border-radius: 4px;
	margin: 7% auto;
	max-width: 1012px;
	box-sizing: border-box;
}
.top_nayami_check_list {
	padding: 5% 3%;
	background-color: #fff;
}
.top_nayami_check_list li {
	position: relative;
	padding-left: 32px;
	margin-bottom: 1em;
	font-size: clamp(16px, 2vw, 24px);
	font-weight: bold;
}
.top_nayami_check_list li:last-child {
	margin-bottom: 0;
}
.top_nayami_check_list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
	width: 100%;
	height: 100%;
	background: url(image/top/check_ico.png) no-repeat left center;
	background-size: 24px;
}
.top_nayami_check_list li span{
	color: #fd644f;
}
/* top_nayami ボタンリスト */
ul.top_nayami_btn_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	margin: 0 auto;
	max-width: 1012px;
}
ul.top_nayami_btn_list li {
	width: 48%;
	max-width: 325px;
}
.top_nayami_bt {
	margin: 10% auto;
	width: 80%;
}
.top_nayami_arrow {
	margin: 0 auto;
	width: 60%;
}
/* top_nayami テキスト＆背景 */
.top_nayami_txtbox {
	position: relative;
	margin: -4% calc(50% - 50vw) 0;
	padding: 13% 0;
}
.top_nayami_txtbox::before, .top_nayami_txtbox::after {
	content: "";
	position: absolute;
	opacity: .5;
	background-size: contain;
	background-repeat: no-repeat;
}
.top_nayami_txtbox::before {
	top: 0;
	left: 0;
	width: 128px;
	height: 330px;
	background-image: url(image/top/top_nayami_bg01_sp.png);
}
.top_nayami_txtbox::after {
	bottom: 0;
	right: 0;
	width: 156px;
	height: 350px;
	background-image: url(image/top/top_nayami_bg02_sp.png);
}
.top_nayami_txtlist {
	position:relative;
	z-index:2;
	margin: 0 auto;
	width: 76%;
	max-width: 760px;
	font-size: clamp(15px, 1.8vw, 18px);
}
#top_nayami .top_nayami_txtbox h2 {
	margin: 0 0 10%;
	width: 100%;
	text-align: center;
	letter-spacing: .04rem;
	font-size: clamp(17px, 3.2vw, 36px);
	font-weight: 700;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
}
#top_nayami .top_nayami_txtbox h2 .top_nayami_txtbox_span01 {
	color: #fd644f;
	font-size: clamp(20px, 4vw, 45px);
}
#top_nayami .top_nayami_txtbox h2 .top_nayami_txtbox_span02 {
	font-size: clamp(22px, 4.8vw, 50px);
}
p.top_nayami_txtlist_txt {
	margin: 0 0 1em;
}
p.top_nayami_txtlist_txt br {
	display: none;
}
p.top_nayami_txtlist_txt02 {
	color: #fd644f;
	font-size: clamp(17px, 2.2vw, 24px);
	font-weight: bold;
}
/* top_about */
#top_about h2 {
	margin: 0 auto;
	width: 94%;
}
.top_about_img {
	margin: 7% auto;
	width: 90%;
}
.top_about_yt {
	margin: 0 auto;
	max-width: 710px;
}
/* top_reason */
#top_reason h2 {
	margin: 0 auto 10%;
	width: 80%;
}
.top_reason_list_box{
	display:grid;
	grid-template-columns:1fr;
	gap:12px;
	align-items:center;
}
ol.top_reason_list {
	margin: 0 auto;
	max-width: 1000px;
}
ol.top_reason_list li {
	padding: 0 0 30px;
	margin: 0 0 30px;
	border-bottom: 2px solid #a9a9a9;
}
ol.top_reason_list li:last-child {
	padding: 0;
	margin: 0;
	border-bottom: none;
}
.top_reason_list_num {
	margin: 0 auto 2%;
	width: 40%;
}
.top_reason_list_num img {
	margin: 0;
}
.top_reason_list_box_left{
	display:contents;
}
#top_reason .top_h3 {
	order:1;
	text-align: center;
	font-size: clamp(20px, 3vw, 34px);
}
#top_reason .top_h3 span {
	color: #fd644f;
}
.top_reason_list_img{
	order:2;
}
.top_reason_list_txt{
	order:3;
}
.top_reason_list_txt02{
	order:4;
}
.top_reason_list_txt, .top_reason_list_txt02 {
	margin: 0 auto;
	font-size: clamp(15px, 1.7vw, 18px);
	max-width: 420px;
}
/* top_support */
#top_support h2 {
	position:relative;
	padding: 20px 10px;
	background: linear-gradient(to bottom, #f7931e, #f45b4a);
	text-align:center;
	color:#fff;
	font-size: clamp(16px, 2.4vw, 28px);
}
#top_support h2::after{
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -14px;
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 14px solid #f45b4a;
}
span.top_support_span01 {
	font-size: clamp(15px, 2vw, 24px);
}
span.top_support_span02 {
	font-size: clamp(13px, 1.4vw, 18px);
}
span.top_support_span03 {
	font-size: clamp(20px, 3.2vw, 36px);
}
.top_support_udline {
	display: inline-block;
	border-bottom: 4px double #fff;
	line-height: 1.2;
}
span.top_support_span04 {
	font-size: clamp(24px, 4.3vw, 47px);
}
ul.top_support_list.top_inner {
	padding: min(14vw, 100px) 8px min(10vw, 80px);
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px;
	margin: 0 auto;
	max-width: 1000px;
}
ul.top_support_list li {
	max-width: 288px;
}
p.top_support_list_txt {
	padding: 12px 1em 0;
	font-size: clamp(15px, 1.6vw, 16px);
}
/* top_greeting */
#contents #top_greeting .top_h2.top_h2_02 span {
	font-size: clamp(20px, 2.6vw, 30px);
}
.top_greeting_box {
	margin: 0 auto 8%;
	max-width: 930px;
}
.top_greeting_box_rigft {
	margin: 0 0 8%;
}
.top_greeting_box_rigft img {
	margin: 0 auto 4%;
}
p.top_greeting_box_rigft_txt {
	text-align: center;
	color: #333;
	font-size: clamp(16px, 1.8vw, 20px);
	font-weight: 600;
}
p.top_greeting_box_rigft_txt span {
	font-size: clamp(18px, 2.6vw, 28px);
}
.top_greeting_box_left {
	margin: 0 auto;
	max-width: 420px;
}
#top_greeting .top_h3 {
	margin: 0 0 4%;
	color: #fd644f;
	font-size: clamp(20px, 2.6vw, 32px);
}
p.top_greeting_txt {
	margin: 0 0 1.2em;
	font-size: clamp(15px, 1.4vw, 16px);
}
p.top_greeting_txt:last-child {
	margin: 0;
}
ul.top_greeting_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	margin: 0 auto;
	padding: 8%;
	max-width: 360px;
	background-color: #f2f1ef;
}
ul.top_greeting_list li:first-child {
	width: 100%;
	max-width: 300px;
}
ul.top_greeting_list li:nth-child(n+2) {
	width: 47%;
	max-width: 161px;
}
/* top_suisen */
#top_suisen {
	background-image: repeating-linear-gradient(135deg, #eef5f9, #eef5f9 2px, #fff 2px, #fff 4px);
}
ul.top_suisen_list {
	margin: 0 auto;
	max-width: 600px;
}
ul.top_suisen_list li {
	padding: 8% 4%;
	background-color: #fff;
}
ul.top_suisen_list li:not(:last-child) {
	margin: 0 auto 12%;
}
.top_suisen_box {
	margin: 0 auto 8%;
	max-width: 718px;
}
.top_suisen_box_left {
	margin: 0 0 5%;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
}
.top_suisen_box_left_h3box {
	display: flex;
	justify-content: center;
	gap: 6px;
	margin: 0 0 10px;
	padding: 0 0 16px;
	border-bottom: 1px solid #524f48;
	font-size: clamp(18px, 2vw, 24px);
}
.top_suisen_medal {
	width: 64px;
}
p.top_suisen_org {
	text-align: center;
	font-size: clamp(16px, 1.8vw, 20px);
}
p.top_suisen_name {
	text-align: center;
	font-size: clamp(20px, 2.8vw, 30px);
	font-weight: bold;
}
p.top_suisen_name span {
	font-size: clamp(15px, 2vw, 24px);
}
.top_suisen_yt {
	margin: 0 auto;
	max-width: 718px;
}
/* top_voice */
.top_voice_bt {
	margin: 2.4em auto 0;
	width: 80%;
	max-width: 384px;
}
@media screen and (min-width: 500px) {
	/* top_nayami テキスト＆背景 */
	.top_nayami_txtbox::before, .top_nayami_txtbox::after {
		opacity: .7;
	}
	.top_nayami_txtbox::before {
		width: 136px;
		height: 350px;
	}
}
@media screen and (min-width: 600px) {
	/* top_suisen */
	.top_suisen_box {
		display: flex;
		justify-content: space-between;
		gap: 10px;
		margin: 0 auto 5%;
	}
	.top_suisen_box.top_suisen_box_noimg {
		display: block;
	}
	.top_suisen_box_noimg .top_suisen_box_left {
		margin: 0 auto;
		width: 90%;
	}
	.top_suisen_box_noimg .top_suisen_box_left_h3box {
		align-items: center;
	}
	.top_suisen_box_noimg_span {
		display: none;
	}
	.top_suisen_box_left {
		margin: 0;
	}
	.top_suisen_box_rigft {
		width: 36%;
	}
}
/*==================================
SP_page
==================================*/
/*キャッチ*/
.banner_area {
	margin: 0 0 32px;
}
.catch_list {
	overflow: hidden;
}
.catch_list ul {
	overflow: hidden;
	margin: 4px 0;
}
.catch_list li {
	margin: 0 0 4px;
	padding: 10px 0 8px 44px;
	background: url(image/page/catch_ico01.png) no-repeat left 4px;
	font-size: 15px;
	border-bottom: dotted 2px #c9c9ba;
}
.catch_list .img_right img {
	width: auto;
	height: auto;
	max-width: 224px;
	max-height: 224px;
}
/*お悩み別メニュー一覧*/
.contents_list {
	width: 90%;
	margin: 8px auto;
}
.contents_list li {
	list-style: none;
	margin: 0 0 4px;
	padding: 10px 0 8px 44px;
	background: url(image/page/catch_ico01.png) no-repeat left center;
	font-size: 20px;
	border-bottom: dotted 2px var(--bordercolor03);
}
.contents_list a {
	text-decoration: none;
	color: inherit;
}
.contents_list a:hover {
	opacity: .7;
}
/* 初めての方へ */
.page_cont5_txt {
	margin: 0 0 16px;
}
.c6_ul_wrap {
	background: url(image/all/bg02.png);
	padding: 10px;
	margin-bottom: 15px;
}
.c6_ul{
	background: #fff;
	padding: 10px;
}
.c6_ul li{
	margin-top: 10px;
}
.c6_ul li:nth-child(1){
	margin-top: 0;
}
.content_image{
	display: none;
}
.content_table01{
	margin-top: 10px;
	border-top: 1px solid #8DBF3C;
	border-left: 1px solid #8DBF3C;
	float: right;
}
.content_table01 th {
	text-align: center;
	padding: 8px;
	letter-spacing: 0.1em;
	background: #99CC00;
	border-right: 1px solid #8DBF3C;
	border-bottom: 1px solid #8DBF3C;
	color: #fff;
}
.content_table01 th {
	text-align: center;
	padding: 8px;
	letter-spacing: 0.1em;
	background: #99CC00;
	border-right: 1px solid #8DBF3C;
	border-bottom: 1px solid #8DBF3C;
	color: #fff;
}
.content_table01 td {
	text-align: left;
	font-size: 12px;
	border-right: 1px solid #8DBF3C;
	border-bottom: 1px solid #8DBF3C;
	padding: 8px;
	vertical-align: middle;
	background: #fff;
}
.cont7 ul li {
	border-bottom: solid 1px #D1D1C7;
	padding-top: 15px;
	padding-bottom: 15px;
	margin: 0 auto;
}
.cont7 ul li div:nth-child(1) {
	float: left;
	width: 20%;
	margin: 16px 8px;
}
.c7_right {
	float: right;
	width: 75%;
	padding-right: 10px;
	box-sizing:  border-box;
}
#page_contents .c7_right p {
	margin: 16px 0 !important;
}
.c10_wrap .cap {
	padding: 15px;
	border: solid 1px #99CC00;
	margin-bottom: 17px;
	position: relative;
}
.c10_wrap .cap h3 {
	color: #FF3F00;
	font-size: 15px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.c10_wrap .cap::after {
	content: '';
	position: absolute;
	bottom: -15px;
	left: 42%;
	margin: 0 0 0 -5px;
	width: 0;
	height: 0;
	border-right: 28px solid transparent;
	border-top: 10px solid #ff6503;
	border-left: 28px solid transparent;
}
.c10_wrap .cap:nth-child(6)::after {
	display: none;
}
/*         院ページ
---------------------------------*/
.page_point_list {
	margin: 0 8px 16px;
	counter-reset: my-counter;
}
.page_point_list li {
	overflow: hidden;
	padding: 24px 0 8px;
	border-bottom: dotted 1px #333333;
	position: relative;
	text-align: left;
	font-size: 25px;
	line-height: 1.6em;
}
.page_point_list li span {
	color: #FF6600;
	font-weight: bold;
	font-size: 23px;
}
.page_point_list li:after {
	content: counter(my-counter);
	counter-increment: my-counter;
	background: #99CC00;
	color: #FFF;
	position: absolute;
	top: 16px;
	left: 0;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	text-align: center;
	padding: 11px 4px 0;
	font-size: 25px;
}
.page_point_list li p:nth-child(2) {
	margin: 0 0 8px;
	font-size: 19px;
	font-weight: bold;
	float: right;
	width: 80%;
}
.page_contact_wrap {
	text-align: center;
	margin: 16px 16px 0;
}
.page_contact_wrap p {
	margin: 0 0 8px;
}
.page_contact_wrap dl {
	border: 1px solid #ACAC9D;
	margin: 24px 0 32px;
	padding: 8px;
	text-align: left;
	overflow: hidden;
	border-bottom: 1px solid #ACAC9D;
}
.page_contact_wrap dl dt {
	background: #99CC00;
	color: #fff;
	border-radius: 12px;
	text-align: center;
	padding: 4px 8px 2px;
	margin: 8px;
	clear: both;
}
.page_contact_wrap dl dd {
	padding: 0;
	margin: 0 8px 12px;
}
/*         相互リンク
---------------------------------*/ 
.link_infomation {
	border: solid 1px #EAEAEA;
	width: 100%;
	margin: auto auto;
	table-layout: fixed;
}
.link_th {
	width: 120px;
	line-height: 3em;
	background-color: #FFEFBF;
	border-bottom: 1px solid #EAEAEA;
}
.link_td {
	padding: 10px;
	border-bottom: 1px solid #EAEAEA;
	word-break: break-all;
}
.link_th02 {
	width: 158px;
	line-height: 3em;
	background-color: #FFEFBF;
	padding-left: 10px;
}
.link_td02 {
	padding: 10px;
}

td.link_td02 a {
	color: #630;
}
.sogo_link {
	border: 1px solid #EAEAEA;
	/* width: 598px; */
	margin: auto auto;
}
.sogo_link dt {
	padding-left: 10px;
	line-height: 2em;
	background-color: #ff8307;
}
.sogo_link dd {
	padding: 10px;
}
/* 投稿下部院情報 post_cta */
.post_cta_box {
	margin: 0 8px 60px;
}
.post_cta_box02 {
	margin: 0 8px 60px;
}
.post_cta_box03 {
	margin: 0 8px 40px;
}
.post_cta_box p, .post_cta_box02 p, .post_cta_box03 p {
	margin: 0 0 16px;
}
.post_cta_box p:last-child, .post_cta_box02 p:last-child, .post_cta_box03 p:last-child {
	margin: 0;
}
section.post_cta p.post_cta_box_txt01 {
	margin: 0 0 40px;
}
.post_cta_inbox {
	margin: 0 0 40px;
}
section.post_cta .post_cta_inbox p {
	margin: 0 0 12px;
}
/*==================================
SP_price
==================================*/
.ryoukin_list01,
.ryoukin_list02 {
	margin: 0 auto 32px;
	width: 100%;
	text-align: center;
}
.ryoukin_list01 th,
.ryoukin_list01 td {
	width: 50%;
}
.ryoukin_list02 th,
.ryoukin_list02 td {
	width: 33.3%;
}
.ryoukin_list01 th,
.ryoukin_list01 td,
.ryoukin_list02 th,
.ryoukin_list02 td {
	padding: 3px;
	border: solid 1px #ccc;
}
.ryoukin_list01 th,
.ryoukin_list02 th {
	background: #f0f0e1;
}
.ryoukin_style01 {
	font-size: 20px;
	font-weight: bold;
	color: #000;
	margin-left: 50px;
}
.ryoukin_chui {
	text-indent: -1em;
	margin: 0 30px;
}
/*==================================
SP_form
==================================*/
.wpcf7-form {
	width: 96%;
	margin: 0 auto 30px;
}
.wpcf7-form p {
	margin: 0 auto 10px;
	line-height: 2em;
}
.privacy_policy {
	width: 92%;
	margin: 0 auto 30px;
	height: 300px;
	overflow: auto;
	border: solid 1px #999;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
}
.privacy_policy dl dt {
	margin: 0 auto 10px;
	font-weight: bold;
}
.privacy_policy dl dd {
	margin: 0 auto 2em;
}
.required {
	background: #ffe6e6;
	color: #ff7373;
	padding: 2px;
	border-radius: 5px;
	font-size: 90%;
}
.any {
	background: #ffe599;
	color: #ff8000;
	padding: 2px;
	border-radius: 5px;
	font-size: 90%;
}
.wpcf7-text,
.wpcf7-textarea {
	width: 100%;
	line-height: 2em;
	font-size: 16px;
}
#form_contents article {
	margin: 0 auto;
	max-width: 640px;
}
.form_atention {
	background: #ffdfdf none repeat scroll 0 0;
	border: 1px solid #f2f2f2;
	margin: 0 auto 20px;
	padding: 15px;
	width: 96%;
	max-width: 640px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.form-width {
	max-width: 100%;
}
/*==================================
SP_blog
==================================*/
ul.blog_list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 2em;
}
ul.blog_list li {
	width: 50%;
	margin-top: 0;
	padding: 0 0.2em;
	box-sizing: border-box;
}
.post_box {
	box-sizing: border-box;
	margin: 1em 0.5em;
}
h2.post_box_post_ttl {
	font-weight: 800;
	font-size: clamp(15px, 1.4vw, 22px);
}
h2.post_box_post_ttl a {
	color: inherit;
	text-decoration: none;
}
.post_box_post time {
	font-size: clamp(10px, 1vw, 14px);
}
.post_box_post time::before {
	font-family: "icomoon";
	content: "\e900";
	display: inline-block;
	margin-right: 2px;
	vertical-align: baseline;
}
.post_box_info {
	box-sizing: border-box;
}
p.post_box_info_cat a {
	display: inline-block;
	text-decoration: none;
	color: inherit;
	font-size: clamp(10px, 1vw, 14px);
	margin-right: 6px;
	transition: 0.4s;
}
p.post_box_info_cat a::before {
	font-family: "icomoon";
	content: "\e901";
	display: inline-block;
	margin-right: 2px;
	vertical-align: bottom;
}
p.post_box_info_cat a:hover {
	letter-spacing: 0.05em;
}
.post_box_thumb {
	overflow: hidden;
}
.post_box_thumb_img {
	width: 100%;
	background-size: cover;
	background-position: center;
	height: auto;
	padding-top: 68%;
	overflow: hidden;
	transition-duration: 0.3s;
}

a:hover .post_box_thumb_img {
	transform: scale(1.1, 1.1); /*画像の拡大*/
}

@media screen and (min-width: 782px) {
	.post_box {
		margin: 14px;
		overflow: hidden;
	}
	.post_box_thumb {
		margin-bottom: 0.5em;
	}
}

/*==================================
SP_pager
==================================*/
.pager {
	text-align: right;
	padding-bottom: 10px;
}
a.page-numbers,
.pager .current {
	color: rgba(214, 176, 78, 1);
	border: solid 1px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	padding: 5px 8px;
	margin: 0 2px;
}
.pager .current {
	background: rgba(214, 176, 78, 1);
	border: solid 1px rgba(0, 0, 0, 0.1);
	color: rgba(255, 255, 255, 1);
}
.navigation {
	overflow: hidden;
	margin: 0 auto;
	width: 95%;
}
.navigation .alignleft {
	width: 48%;
	float: left;
}
.navigation .alignright {
	width: 48%;
	float: right;
	text-align: right;
}
/*==================================
for iPhone Landscape(iPhone 横)
==================================*/
@media screen and (min-width: 480px) {
	.gnav img {
		width: 48%;
	}
	.br_onoff {
		display: none;
	}
	.img_left,
	.alignleft {
		float: left;
		margin: 0 8px 8px 0;
	}
	.img_right,
	.alignright {
		float: right;
		margin: 0 0 8px 8px;
	}
	.voice_pic {
		float: left;
		margin: 0 16px 0 0;
	}
	.voice_pic p > :first-child {
		display: block;
		margin: 0 0 8px;
	}
	.catch_list .img_right {
		max-width: none;
		float: none;
		margin: 0 0 8px;
	}
	/*      スマホ横アクセス
	---------------------------------*/
	.access_box01 .img_left {
		width: 44.64%;
		max-width: none;
	}
	.access_info01 {
		float: right;
		width: 52.08%;
	}
	.access_pic {
		float: left;
		width: 47%;
	}
	.access_info02 {
		clear: both;
	}
}
/*==================================
for iPhone Landscape(iPhone 480px~782px)
==================================*/
@media screen and (min-width: 480px) and (max-width: 782px) {
	.contact_conts .img_left {
		float: none;
	}
	#sidebar {
		column-count: 2;
		column-gap: 0;
	}
	#sidebar > div {
		padding: 5px;
		-webkit-column-break-inside: avoid;
		page-break-inside: avoid;
		break-inside: avoid;
	}
}
/*==================================
スマホ用ドロワーメニュー
==================================*/
@media screen and (max-width: 782px) {
	#sp_menu {
		display: contents;
		background-color: transparent;
		border: none;
		cursor: pointer;
		outline: none;
		padding: 0;
		appearance: none;
	}
	#sidebar {
		position: fixed;
		top: 0;
		left: 0;
		width: 85%;
		height: 100%;
		padding: 2em 0;
		background-color: #fff;
		transition: all 0.2s;
		transform: translate(-100%);
		overflow-y: scroll;
		overflow-x: hidden;
		z-index: 999999;
		box-shadow: 0 8px 3px -3px rgba(0,0,0,0.1);
		box-sizing: border-box;
	}
	#sidebar.open {
		transform: translate(0%); 
	}
	#mask {
		display: none;
		transition: all 0.5s;
	}
	#sidebar.open + #mask {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #000;
		opacity: 0.5;
		z-index: 99999;
		cursor: pointer;
	}
	/*モーダルの指定*/
	.modal_tel_container,
	.modal_line_container,
	.modal_web_container {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		text-align: center;
		background: rgba(0,0,0,50%);
		padding: 40px 20px;
		overflow: auto;
		opacity: 0;
		visibility: hidden;
		transition: .3s;
		box-sizing: border-box;
	}
	.modal_tel_container::before,
	.modal_line_container::before,
	.modal_web_container::before {
		content: "";
		display: inline-block;
		vertical-align: middle;
		height: 100%;
	}
	.modal_tel_container.active,
	.modal_line_container.active,
	.modal_web_container.active {
		opacity: 1;
		visibility: visible;
	}
	.modal_body {
		position: relative;
		display: inline-block;
		vertical-align: middle;
		max-width: 500px;
		width: 90%;
	}
	.modal_close {
		position: absolute;
		display: flex;
		align-items: center;
		justify-content: center;
		top: -40px;
		right: 0;
		width: 40px;
		height: 40px;
		font-size: 40px;
		color: #fff;
		cursor: pointer;
	}
	.modal_content {
		background: #fff;
		padding: 30px;
	}
	.modal_contact_tel_ttl,
	.modal_contact_line_ttl,
	.modal_contact_web_ttl {
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
		font-size: clamp(18px, 2.2vw, 24px);
		font-weight: 600;
	}
	.modal_contact_tel_list li a,
	.modal_contact_line_list li a,
	.modal_contact_web_list li a {
		display: block;
		margin: .5em auto;
		max-width: 16em;
		padding: .5em;
		text-decoration: none;
		color: #fff;
		text-align: center;
		font-size: clamp(16px, 2vw, 22px);
		font-weight: 600;
		border-radius: 8px;
	}
	.modal_contact_tel_list li a {
		background-color: #fd644f;
	}
	.modal_contact_line_list li a {
		background-color: #00cc42;
	}
	.modal_contact_web_list li a {
		background-color: #004ea2;
	}
}
/*==================================
for iPad~PC
==================================*/
@media screen and (min-width: 782px) {
	/*==================================
	PC_base
	==================================*/
	a:hover img,
	a:active img {
		-webkit-opacity: 0.7;
		opacity: 0.7;
	}
	.only_sp, #sidebar.only_sp {
		display: none;
	}
	.only_pc {
		display: block;
	}
	body {
		line-height: 1.6;
		width: 100%;
		max-width: 1240px; /*main_imgの幅*/
		margin-top: 0 !important;
	}
	.alignleft img,
	.alignright img {
		max-width: 300px;
		height: auto;
	}
	/*==================================
	PC_layout
	==================================*/
	/* 	#sidebar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
	#sidebar > div {
	width: 48%;
}
	#sidebar > div:last-of-type {
	margin-right: auto;
} */
	.conts {
		margin: 0 24px 24px;
	}
	.ttl {
		margin: 0 0 32px;
	}
	.bnr {
		margin: 0 0 16px;
		text-align: center;
	}

	/*==================================
	PC_heading
	==================================*/
	.h_style01,
	.h_style02,
	.news_ttl {
		font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3",
			"Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック",
			"MS PGothic", sans-serif;
	}
	.h_style01 /*下層ページのh2などに利用してください*/ {
		margin: 0 0 32px;
		padding: 20px;
		font-size: 34px;
	}
	.h_style02,
	.post h3:not([class]),
	.block_wrapper h2:not(.nostyle)
	/*トップのh2、下層のh3*/ {
		margin: 32px 0 24px;
		padding: 8px 16px;
		font-size: 18px;
		border-radius: 6px;
	}
	.h_style03,
	.post h4,
	.block_wrapper h3:not(.nostyle)
	/*トップのh3、下層のh4*/ {
		clear: both;
		overflow: hidden;
		margin: 32px 4px 24px;
	}
	.h_style04,
	.post h5,
	.block_wrapper h4:not(.nostyle)
	/*ブログ見出し*/ {
		margin: 24px 4px 16px;
		padding: 0 8px 2px 32px;
		font-size: 18px;
	}
	/*==================================
	PC_header
	==================================*/
	.h_inner h1 {
		letter-spacing: .1rem;
	}
	.header_conts {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 20px auto 12px;
		width: 95%;
		max-width: 1240px;
	}
	.h_logo {
		margin: 0;
		width: 50%;
	}
	.h_logo img {
		margin: 0;
	}
	.h_txt {
		width: 38%;
	}
	.h_txt img {
		margin: 0 0 0 auto;
	}
	/*==================================
	PC_navigation
	==================================*/
	.gnav_pc {
		overflow: hidden;
		max-width: 1200px;
		margin: 0 auto;
		padding: 8px 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		align-items: center;
	}
	.gnav_pc li {
		text-align: center;
		width: 16.6%;
		border-left: 1px solid #524f48;
	}
	.gnav_pc li:last-child {
		border-right: 1px solid #524f48;
	}
	.gnav_pc li a {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		margin: auto;
		padding: 0px 4px;
		min-height: 38px;
		color: inherit;
		text-decoration: none;
		line-height: 1.3;
		box-sizing: border-box;
	}
	.gnav_pc li:hover {
		opacity: 0.7;
	}
	#bt_pagetop {
		position: fixed;
		z-index: 99999;
		bottom: 16px;
		right: 16px;
		width: min(15vw,90px);
		opacity: 0;
		visibility: hidden;
		transition: opacity 1s, visibility 1s;
	}
	#bt_pagetop.active {
		opacity: 1;
		visibility: visible;
	}
	/*==================================
	PC_mainimg
	==================================*/
	.main_img {
		margin: 0 auto 0;
		padding: 18px 20% 30px;
		background: url(image/top/main_img_bg.webp) top center / contain no-repeat;
		background-repeat: no-repeat;
		box-sizing: border-box;
		text-align: center;
	}
	/*==================================
	PC_contact
	==================================*/
	.contact {
		padding: 6em 0;
	}
	.contact_conts {
		width: 98%;
		max-width: 1090px;
		margin: auto;
		gap: 2em;
	}
	.contact_info_box {
		display: flex;
		justify-content: space-between;
		gap: 1em;
	}
	.contact_info_box > * {
		width: calc(50% - 1em);
	}
	.contact_info .block_uketsuke {
		margin: 0 auto;
		font-size: 14px;
	}
	.contact_info .block_uketsuke th, .contact_info .block_uketsuke td {
		padding: .3em;
		font-size: clamp(14px,2vw,22px);
	}

	/* 追加 */
	ul.contact_list > li {
		margin: 0 auto 3em;
		padding: 6% 4%;
		max-width: 1000px;
		box-sizing: border-box;
	}
	.contact_ttl_box {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 16px;
	}
	.contact_ttl_box h3 {
		margin: 0;
		letter-spacing: .18rem;
	}
	.contact_ttl_box h3 span {
		margin-right: 16px;
		min-width: 140px;
	}
	.contact_info_box {
		max-width: 926px;
	}
	.tel_btn {
		padding: 1.6%;
	}

	/* 伏見院 永田東洋鍼灸整骨院 */
	ul.contact_list .contact_list_nagata {
		border: 4px solid #36a638;
	}
	ul.contact_list .contact_list_nagata .tel_btn {
		border: 4px solid #36a638;
	}
	/* 西京院 桂東洋鍼灸整骨院 */
	ul.contact_list .contact_list_katsura {
		border: 4px solid #ac0d0d;
	}
	ul.contact_list .contact_list_katsura .tel_btn {
		border: 4px solid #ac0d0d;
	}
	/* 宇治院 宇治東洋鍼灸整骨院 */
	ul.contact_list .contact_list_uji {
		border: 4px solid #c60574;
	}
	ul.contact_list .contact_list_uji .tel_btn {
		border: 4px solid #c60574;
	}
	/* 北大路院 北大路東洋鍼灸整骨院 */
	ul.contact_list .contact_list_kitaoji {
		border: 4px solid #ff6c00;
	}
	ul.contact_list .contact_list_kitaoji .tel_btn {
		border: 4px solid #ff6c00;
	}
	/* 石山院 石山東洋鍼灸整骨院 */
	ul.contact_list .contact_list_ishiyama {
		border: 4px solid #008aff;
	}
	ul.contact_list .contact_list_ishiyama .tel_btn {
		border: 4px solid #008aff;
	}
	/*==================================
	PC_menu sidemenu
	==================================*/
	.side_fixed_menu li {
		margin: 0 auto 16px;
	}
	.side_fixed_menu li a/*PCサイドバーHOME・アクセスボタン*/ {
		padding: 16px 0;
		transition: .5s;
		font-size: 20px;
	}
	.side_fixed_menu li a:hover {
		opacity: .7;
	}
	/*メニュー（固定ページ/関連メニュー）*/
	.widget_nav_menu,
	#custom_html-13,
	.widget_categories,
	.widget_recent_entries,
	.widget_search,
	.widget_archive,
	.widget_meta {
		width: 100%;
	}
	.widget_nav_menu p, .widget_categories p, .widget_recent_entries p, .widget_search p {
		font-size: 20px;
	}
	.widget_nav_menu a, .widget_categories a, .widget_recent_entries a {
		font-size: 16px;
	}
	/*==================================
	PC_copyright
	==================================*/
	.copyright {
		padding: 16px 0;
		margin: 0;
		font-size: 14px;
	}
	/*==================================
	PC_footer
	==================================*/
	.f_inner {
		display: block;
		overflow: hidden;
		margin: 0 auto;
		padding: 16px 0;
		width: 95%;
		max-width: 1024px;
	}
	/*==================================
	PC_voice
	==================================*/
	.voice {
		margin: 0 0 40px;
	}
	.voice_list li {
		margin: 0 24px 32px;
		padding: 24px;
	}
	.voice_conts {
		padding: 24px;
	}
	.voice_conts h3 {
		width: 100%;
	}
	.voice_txt {
		clear: right;
		overflow: hidden;
		padding: 0 0 0 16px;
	}
	.voice_pic {
		float: left;
		margin: 0 16px 0 0;
	}
	.voice_pic img {
		display: inline-block;
		margin: 0 0 8px;
		max-width: 100%;
		height: auto;
	}
	/*==================================
	PC_toppage
	==================================*/
	.top_inner {
		margin: 0 calc(50% - 50vw);
		padding: min(10vw,80px) calc(50vw - 48%);
	}
	.top_inner02 {
		margin: 0 calc(50% - 50vw);
		padding: min(6vw, 56px) calc(50vw - 48%);
	}
	.top_catch h2 {
		margin: 0 0 32px;
	}
	.top_sejutsu_bt {
		margin: 0 0 24px;
	}
	.top_sejutsu_bt li {
		margin: 0 0 8px;
		width: 32.5%;
		text-align: center;
	}
	.top_point_list {
		margin: 0 24px;
	}
	.top_point_list h3 {
		float: left;
		font-size: 26px;
		line-height: 1.3em;
		margin: 0 0 16px;
	}
	.top_point_list h3 img {
		max-width: 70px;
		margin: 0 1vw 0 0;
	}
	.top_point_txt {
		clear: left;
	}
	.top_flow_list li {
		width: 46%;
		margin: 0 6px 22px;
	}

	/* top_license */
	.top_license_bnr {
		margin: 0 auto 3.4%;
	}
	ul.top_license_list {
		gap: 20px;
	}
	/* top_insuranc */
	p.top_insurance_txt {
		padding: 8px 0 0;
		letter-spacing: .08rem;
		text-align: center;
	}
	/* top_nayami */
	#top_nayami h2 img {
		width: 50%;
	}
	/* top_nayami チェックリスト */
	.top_nayami_check_box {
		margin: 4% auto 3%;
	}
	.top_nayami_check_box {
		border-radius: 6px;
		margin: 4% auto 3%;
		padding: 12px;
	}
	.top_nayami_check_list {
		padding: 5% 7%;
	}
	/* top_nayami ボタンリスト */
	ul.top_nayami_btn_list li {
		width: 32%;
	}
	.top_nayami_bt {
		margin: 7% auto;
	}
	/* top_nayami テキスト＆背景 */
	.top_nayami_txtbox {
		margin: -4.6% calc(50% - 50vw) 0;
		padding: 10% 0 6%;
	}
	.top_nayami_txtbox::before, .top_nayami_txtbox::after {
		opacity: 1;
	}
	.top_nayami_txtbox::before {
		width: 156px;
		height: 400px;
	}
	#top_nayami .top_nayami_txtbox h2 {
		margin: 0 0 7%;
		line-height: 1.4;
		letter-spacing: .08rem;
	}
	.top_nayami_txtlist {
		text-align: center;
	}
	p.top_nayami_txtlist_txt br {
		display: block;
	}
	/* top_about */
	.top_about_img {
		margin: 5% auto;
		width: 90%;
	}
	/* top_reason */
	.top_reason_list_num {
		margin: 0 0 1%;
		width: 40%;
	}
	.top_reason_list_box {
		display: flex;
		justify-content: space-between;
		align-items: stretch;
	}
	.top_reason_list_box_left {
		display: block;
	}
	#top_reason .top_h3 {
		padding: 0 0 8px;
		margin: 0 0 8px;
		border-bottom: 2px dotted #bdbdba;
		line-height: 1.3;
		text-align: left;
	}
	/* top_support */
	#top_support {
		margin: 0 calc(50% - 50vw);
	}
	#top_support h2 {
		padding: 24px 10px 30px;
	}
	#top_support h2::after {
		bottom: -20px;
		border-left: 40px solid transparent;
		border-right: 40px solid transparent;
		border-top: 20px solid #f45b4a;
	}
	/* top_greeting */
	.top_greeting_box {
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-between;
		margin: 0 auto 6%;
	}
	.top_greeting_box_left {
		margin: 0;
		width: 55%;
		max-width: 500px;
	}
	.top_greeting_box_rigft {
		margin: 0;
		width: 40%;
	}
	ul.top_greeting_list {
		flex-wrap: nowrap;
		padding: 3%;
		max-width: 700px;
	}
	ul.top_greeting_list li:first-child {
		width: 50%;
	}
	ul.top_greeting_list li:nth-child(n+2) {
		width: 33%;
	}
	/* top_suisen */
	ul.top_suisen_list {
		max-width: 700px;
	}
	ul.top_suisen_list li {
		padding: 8% 10%;
	}
	ul.top_suisen_list li:not(:last-child) {
		margin: 0 auto 8%;
	}
	.top_suisen_box_noimg .top_suisen_box_left {
		width: 86%;
	}
	/* top_voice */
	#top_voice div.block_voice {
		padding: 40px;
	}
	#top_voice p.block_voice_ttl {
		margin: 0 0 10px;
		padding: 0 0 8px;
	}
	#top_voice .block_voice_container {
		margin-top: 0;
	}
	/*==================================
	PC_page
	==================================*/
	.banner_area {
		text-align: center;
	}
	.catch_list ul {
		margin: 4px 0;
		float: left;
		width: 432px;
	}
	.catch_list li {
		padding: 6px 0 6px 44px;
		font-size: 18px;
	}
	.catch_list .img_right {
		width: 224px;
		float: right;
	}
	.catch_list .img_right img {
		width: auto;
		height: auto;
		max-width: 224px;
		max-height: 224px;
	}
	/*         院ページ
	---------------------------------*/
	.page_point_list {
		margin: 0 8px 16px;
	}
	.page_point_list li {
		overflow: hidden;
		padding: 24px 0 12px 90px;
		border-bottom: dotted 1px #333333;
		position: relative;
		text-align: left;
		font-size: 25px;
		line-height: 1.6em;
	}
	.page_point_list li span {
		color: #FF6600;
		font-weight: bold;
		font-size: 28px;
	}
	.page_point_list li:after {
		background: #99CC00;
		color: #FFF;
		position: absolute;
		top: 50%;
		transform: translate(0, -50%);
		height: 50px;
		width: 50px;
		border-radius: 50%;
		text-align: center;
		padding: 11px 4px 0;
		font-size: 30px;
	}
	.page_point_list li p:nth-child(2) {
		padding: 28px 0 0 72px;
		margin: 0 0 24px;
		font-size: 22px;
		font-weight: bold;
	}
	.page_contact_wrap {
		text-align: center;
		margin: 16px 0 0;
	}
	.page_contact_wrap p {
		margin: 0 0 8px;
	}
	.page_contact_wrap dl {
		border: 1px solid #ACAC9D;
		margin: 24px 24px 32px;
		padding: 24px 24px 8px;
		text-align: left;
		overflow: hidden;
		border-bottom: 1px solid #ACAC9D;
	}
	.page_contact_wrap dl dt {
		width: 15%;
		float: left;
		background: #99CC00;
		color: #fff;
		border-radius: 12px;
		text-align: center;
		padding: 4px 8px 2px;
		margin: 0 8px;
		clear: both;
	}
	.page_contact_wrap dl dd {
		width: 79%;
		float: right;
		padding: 0;
		margin: 0 8px 12px;
	}
	/* 初めての方へ */
	.c6_ul_wrap {
		padding: 20px;
		margin: 0 auto 15px;
		max-width: 600px;
	}
	.c6_ul {
		padding: 25px;
	}
	.c6_ul li {
		margin-bottom: 15px;
	}
	.content_image_box {
		margin: 0 auto;
		max-width: 688px;
	}
	.content_image {
		display: block;
		width: 180px;
		float: left;
		margin: 40px 0px 0;
	}
	.content_table01 {
		width: 508px;
		float: right;
		margin-top: 5px;
	}
	.content_table01 th {
		text-align: center;
		padding: 8px;
		letter-spacing: 0.1em;
		background: #99CC00;
		border-right: 1px solid #8DBF3C;
		border-bottom: 1px solid #8DBF3C;
		color: #fff;
	}
	.content_table01 td {
		text-align: left;
		font-size: 12px;
		border-right: 1px solid #8DBF3C;
		border-bottom: 1px solid #8DBF3C;
		padding: 8px;
		vertical-align: middle;
		background: #fff;
	}
	.content_table01 td.c6_td6{
		padding-bottom: 40px;
		padding-top: 30px;
	}
	.cont7 ul li {
		padding-top: 20px;
		padding-bottom: 28px;
		width: 620px;
	}
	.cont7 ul li div:nth-child(1){
		width: 65px;
		margin: 0 0 0 20px;
	}
	.c7_right{
		float: right;
		width: 500px;
	}
	.c7_right h3{
		margin-bottom: 14px;
	}
	.cont7 ul li:nth-child(8) .c7_right h4{
		margin-bottom: 7px;
		margin-top: -10px;
	}
	.c7_right h3 + p{
		line-height: 1.5;
	}
	#page_contents .c7_right p{
		margin: 0!important;
	}
	.c10_wrap {
		margin: 0 auto;
		max-width: 640px;
	}
	.c10_wrap .cap{
		padding: 15px;
		border: solid 1px #99CC00;
		margin-bottom: 17px;
		position: relative;
	}
	.c10_wrap .cap::after{
		content:'';
		position: absolute;
		bottom:-15px;
		left:50%;
		margin:0 0 0 -5px;
		width:0;
		height:0;
		border-right:28px solid transparent;
		border-top:10px solid #ff6503;
		border-left:28px solid transparent;
	}
	.c10_wrap .cap:nth-child(6)::after{
		display: none;
	}
	.c10_wrap .cap:nth-child(6){
		margin-bottom: 0;
	}
	.c10_img{
		float: left;
	}
	.c10_right{
		float: right;
		width: 405px;
	}
	.c10_wrap .cap h3{
		color: #FF3F00;
		font-size: 18px;
		margin: 0 0 10px;
	}
	.c10_wrap .cap h3 + p{
		line-height: 1.5;
	}
	#page_contents .c10_wrap p{
		margin: 0!important;
	}
	/*         相互リンク
	---------------------------------*/ 
	.link_th {
		width: 160px;
	}
	/* 投稿下部院情報 post_cta */
	section.post_cta {
		font-size: 17px;
	}
	.post_cta_box {
		margin: 0 16px 80px;
	}
	.post_cta_box02 {
		margin: 0 24px 80px;
	}
	.post_cta_box03 {
		margin: 0 24px 40px;
	}
	section.post_cta p.post_cta_box_txt01 {
		margin: 0 0 60px;
	}
	.post_cta_inbox {
		margin: 0 0 60px;
	}
	section.post_cta .post_cta_inbox p {
		margin: 0 0 16px;
	}
	/*==================================
	PC_access
	==================================*/
	.access_info01 p {
		margin: 0;
	}
	.access_info02 {
		clear: both;
	}
	.access_info03 {
		margin: 0 auto;
		width: 500px;
	}

	/*==================================
	PC_form
	==================================*/
	.form_atention {
		width: 92%;
	}
	.privacy_policy {
		height: 150px;
	}
	/*==================================
	PC_Blog
	==================================*/
	.date {
		font-size: 13px;
		color: #ccc;
		text-align: right;
	}
	/*==================================
	PC_pager
	==================================*/
	.navigation {
		width: 630px;
	}
}
/*==================================
PC iPad landscape ~
==================================*/
@media screen and (min-width: 960px) {
	img {
		image-rendering: -webkit-optimize-contrast;
	}
	#contents, #page_contents {
		margin: 0 auto 40px;
		width: 96%;
		max-width: 1080px;
		padding: 48px 36px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	#contents {
		margin: 0 auto;
		padding: 0 36px;
		max-width: 1240px;
	}
	#contents::after, #page_contents::after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: "";
		clear: both;
		height: 0;
	}
	#form_contents {
		width: 720px;
		margin: 0 auto;
	}
	#main {
		z-index: -1;
		float: right;
		width: 74%;
		max-width: 720px;
	}
	#sidebar {
		display: block;
		float: left;
		width: 25%;
		max-width: 256px;
	}
	#sidebar > div {
		width: 100%;
	}
	/* img */
	.img_left {
		margin: 0 16px 16px 0;
		float: left;
	}
	.img_right {
		margin: 0 0 16px 16px;
		float: right;
	}
	.side_fixed_menu {
		width: 100%;
	}
}
/*==================================
PC Wide
==================================*/
@media screen and (min-width: 1000px) {
	ul.top_suisen_list {
		max-width: 1000px;
	}
	.top_suisen_box_left {
		width: 60%;
		letter-spacing: .04rem;
	}
	.top_suisen_box_left_h3box {
		gap: 10px;
		margin: 0 0 14px;
		padding: 0 0 20px;
		line-height: 1.3;
	}
	.top_suisen_medal {
		width: 76px;
	}
	p.top_suisen_name {
		line-height: 1.4;
	}
}
@media screen and (min-width: 1240px) {
	body {
		min-width: 1240px;
		max-width: none;
	}
	#main {
		padding: 0;
	}
	.gnav_pc {
		padding: 12px 0;
	}
	.gnav_pc li a {
		min-height: 52px;
		font-size: 20px;
	}
	.side_fixed_menu {
		width: 100%;
	}
	ul.contact_list > li {
		margin: 0 auto 6em;
		padding: 4% 2%;
	}
	.contact_ttl_box {
		gap: 30px;
	}
	.contact_ttl_box h3 {
		display: flex;
		align-items: center;
	}
	.contact_ttl_box h3 span {
		margin-right: 20px;
		padding: 0 0 4px;
		min-width: 190px;
	}
	.contact_ttl_box a {
		margin-top: 4px;
	}
	p.contact_pic{
		margin: 0 0 16px;
		max-width: 420px;
	}
	p.contact_map {
		margin: 0 0 8px;
		max-width: 420px;
	}
	.contact_access {
		margin: 0 auto;
		width: 100%;
		line-height: 1.6;
		font-size: clamp(15px, 1.7vw, 16px);
	}
	.contact_info_box_rigft {
		width: 52%;
	}
	.contact_bt {
		margin: 2.5em auto 0;
	}
	.tel_btn {
		padding: 3% 0;
	}
	/* top */
	/* 共通 */
	#contents .top_h2, #contact .top_h2 {
		margin: 0 auto 70px;
	}
	#contents .top_h2.top_h2_02 {
		margin: 0 auto 100px;
	}
	#contents .top_h2::after, #contact .top_h2::after {
		width: 70px;
		height: 8px;
		bottom: -16px;
	}
	#contents .top_h2.top_h2_02::after {
		bottom: -22px;
	}
	/* top_nayami */
	/* top_nayami チェックリスト */
	/* top_nayami ボタンリスト */
	.top_nayami_bt {
		margin: 3.6% auto 3%;
	}
	/* top_nayami テキスト＆背景 */
	.top_nayami_txtbox {
		margin: -1.8% calc(50% - 50vw) 0;
		padding: 4.4% 0 4%;
	}
	.top_nayami_txtbox::before, .top_nayami_txtbox::after {
		background-size: cover;
	}
	.top_nayami_txtbox::before {
		width: 40%;
		height: 100%;
		background-image: url(image/top/top_nayami_bg01.png);
	}
	.top_nayami_txtbox::after {
		width: 40%;
		height: 100%;
		background-image: url(image/top/top_nayami_bg02.png);
	}
	#top_nayami .top_nayami_txtbox h2 {
		margin: 0 0 6%;
	}
	/* top_reason */
	#top_reason .top_h3 {
		padding: 0 0 12px;
		margin: 0 0 16px;
	}
	ol.top_reason_list li {
		padding: 0 0 80px;
		margin: 0 0 80px;
	}
	.top_reason_list_txt, .top_reason_list_txt02 {
		max-width: 528px;
	}
	/* top_support */
	#top_support h2 {
		padding: 28px 10px 36px;
		letter-spacing: .04rem;
	}
	#top_support h2::after {
		bottom: -40px;
		border-left: 80px solid transparent;
		border-right: 80px solid transparent;
		border-top: 40px solid #f45b4a;
	}
	ul.top_support_list.top_inner {
		justify-content: space-between;
		padding: min(14vw, 120px) 0px min(10vw, 80px);
	}
	/* top_greeting */
	.top_greeting_box {
		margin: 0 auto 5%;
	}
	.top_greeting_box_left {
		width: 59%;
		max-width: 550px;
	}
	#top_greeting .top_h3 {
		margin: 0 0 6%;
		line-height: 1.5;
	}
	p.top_greeting_txt {
		margin: 0 0 1.4em;
	}
	.top_greeting_box_rigft {
		width: 36%;
	}
	ul.top_greeting_list {
		gap: 5px;
	}
	/* top_voice */
	#top_voice .block_voice_box {
		margin: 0 auto 60px;
		padding: 50px;
		border-radius: 10px;
	}
	#top_voice div.block_voice {
		border-radius: 10px;
	}
	#top_voice p.block_voice_ttl {
		margin: 0 0 30px;
		padding: 0 0 20px;
	}
	.top_voice_bt {
		margin: 4.6em auto 0;
	}
}
@media screen and (min-width: 1400px) {
	.h_inner {
		width: 100%;
	}
	.header_conts {
		margin: 30px auto 18px;
		width: 100%;
	}
	/* top_nayami テキスト＆背景 */
	p.top_nayami_txtlist_txt, p.top_nayami_txtlist_txt {
		letter-spacing: .08rem;
	}
}