@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: #665542;
	font-size: 15px;
	line-height: 1.5;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
		Meiryo, Osaka, sans-serif;
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "Helvetica Neue", Arial, sans-serif;
	/* 游明朝(transform rotateは明朝体の時だけ設定)
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	transform: rotate(.03deg); */
	/* 游ゴシック(font-weightはゴシック体の時のみ設定) */
	font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN",	"Hiragino Sans", Meiryo, "Helvetica Neue", Arial, sans-serif;
	font-weight: 600;
}
.page,
.single{
	font-weight:500;
}
/*アニメーション要素のスタイル*/
.fadeInUp{
	opacity : 0;
	visibility: hidden;
	transition-duration: 0.8s;
	transition-delay: .25s;
	transform: translate3d(0,30px,0);
}
/*アニメーション要素までスクロールした時のスタイル*/
.activeUp{
	opacity: 1;
	visibility: visible;
	transform: translate3d(0,0,0);
}
/*アニメーション要素(左から)のスタイル*/
.fadeInLeft {
	opacity : 0;
	visibility: hidden;
	transition-duration: 0.8s;
	transition-delay: .25s;
	transform: translate3d(-100%,0,0)
}
/*アニメーション要素(左から)までスクロールした時のスタイル*/
.activeLeft {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0,0,0)
}
/*アニメーション要素(右から)のスタイル*/
.fadeInRight {
	opacity : 0;
	visibility: hidden;
	transition-duration: 0.8s;
	transition-delay: .25s;
	transform: translate3d(100%,0,0)
}
/*アニメーション要素(右から)までスクロールした時のスタイル*/
.activeRight {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0,0,0)
}
[class*="active"].delay-1 {
	transition-delay: .5s;
}
[class*="active"].delay-2 {
	transition-delay: .75s;
}
[class*="active"].delay-3 {
	transition-delay: 1s;
}
[class*="active"].delay-4 {
	transition-delay: 1.25s;
}
[class*="active"].delay-5 {
	transition-delay: 1.5s;
}
[class*="active"].delay-6 {
	transition-delay: 1.75s;
}
[class*="active"].delay-7 {
	transition-delay: 2s;
}
[class*="active"].delay-8 {
	transition-delay: 2.25s;
}
[class*="active"].delay-9 {
	transition-delay: 2.5s;
}
[class*="active"].delay-10 {
	transition-delay: 2.75s;
}
.overflow_hidden {
	overflow: hidden;
}
/*==================================
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;
}
/*==================================
SP_heading
==================================*/
.h_style01 {
	clear: both;
	margin: 24px calc(50% - 48vw) 16px;
	padding: 8px;
	background: #fff8d4;
	border: solid 4px #ff6600;
	border-radius:10px;
	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;
	text-align:center;
	border-top:2px solid #665542;
	border-bottom:2px dotted #ff7418;
	padding:20px 0;
	margin-top:30px;
}
.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 #5e9d4d;
	border-bottom: dotted 2px #70604e;
}
.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 #70604e;
	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 #665542;
}
.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 #665542;
	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;
	width: 95%;
	max-width: 1240px;
	font-size:12px;
	color:#515151;
}
.header_conts{
	display:flex;
	align-items:center;
	max-width:1240px;
	margin:0 auto;
}
.header_right_wrap{
	margin-top: 0px;
}
.header_right_wrap > ul{
	display:flex;
	gap:18px;
	border-bottom: 1px solid #59493F;
	padding-bottom: 8px;
	justify-content:center;
	align-items:center;
}
.header_right_wrap > p{
	display:flex;
	text-align:right;
	margin:9px auto 9px auto;
	padding-left:6px;
	letter-spacing:0.1em;
	font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN",	"Hiragino Sans", Meiryo, "Helvetica Neue", Arial, sans-serif;
	font-weight: 500;
	justify-content:center;
}
.header_right_wrap > p span{
	margin-left:10px;
}
.h_logo {
	margin: 8px auto;
	width: 70%;
}
/*==================================
SP_navigation
==================================*/
nav {
	width: 100%;
}
.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;
	background:#fff;
}
/*ページ内リンク対策*/
#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: #ff6600;
	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%,44px);
	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: 8px;
	padding: 2%;
	width: 100%;
	background: #5e9d4d;
	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%;
}
.main_img_bottom{
	display:none;
}
/*==================================
SP_contact
==================================*/
.contact {
	background: #fffced;
	padding: 3em 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,4vw,28px);
}
.contact_info .uketsuke_block_notes {
	text-align: center;
	font-size: clamp(14px,3.5vw,24px);
}
.contact_info_box p {
	margin: 0 0 8px;
}
.contact_access {
	margin: 0 auto;
	width: 90%;
	display: grid;
	grid-template-columns: 7em 1fr;
	row-gap: .3em;
	line-height: 1.3;
	font-size: clamp(14px,3vw,18px);
}
.contact_add span {
	display: inline-block;
}
.contact_add span:first-child {
	margin-right: .5em;
}
.contact_bt, .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;
}
/*==================================
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: #665542;
	border-radius:10px;
}
/*メニュー共通設定*/
.widget_nav_menu p,
.widget_categories p,
.widget_recent_entries p,
.widget_search p {
	padding: 8px;
	text-align: left;
	color: #ff6600;
	font-size: 15px;
	border-bottom:2px solid #ff6600;
	border-radius: 6px 6px 0 0;
}
/*メニュー（固定ページ/関連メニュー）*/
.widget_nav_menu,
.widget_categories,
.widget_recent_entries,
.widget_search {
	margin: 0 auto 1em;
	width: 95%;
	max-width: 640px;
	border-radius: 10px;
	-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: solid 1px #565555;
	position:relative;
}
.widget_nav_menu li:hover::before, .widget_categories li:hover::before{
	transition: .3s;
	left: 2px;
}
.widget_nav_menu li::before, .widget_categories li::before{    position: absolute;
	content: '';
	display: inline-block;
	top: 0;
	bottom: 0;
	margin: auto 10px;
	left: -4px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #665542;
	border-right: 2px solid #665542;
	transform: rotate(45deg);}
.widget_nav_menu a,
.widget_categories a,
.widget_recent_entries a {
	display: block;
	padding: 10px 1.9em;
	text-decoration: none;
	color: inherit;
}


/*検索*/
/* .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: #fffced;
	text-align: center;
	margin: 0 0 20%;
	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;
}
#footer .f_access_link {
	border:#ff6a06;
	color:#ff6a06;
}
/*==================================
SP_voice
==================================*/
.voice {
	margin: 0 0 24px;
}
.voice_list li {
	margin: 0 4px 16px;
	padding: 16px;
	background: #f0f0e1;
	border: solid 1px #bdbdae;
	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
==================================*/
.news_list{
	background:#fff8d4;
	padding:30px 20px;
	margin-left:0;
}
.news_list h2{
	border-left: solid 8px #ff6623;
	border-bottom: 0;
	font-size: 24px;
	display:flex;
	justify-content:space-between;
	margin-bottom:20px;
	padding-left:14px;
}
.news_wrap{
	margin-left:0;
	font-size:16px;
	border-top:1px solid #665542;
}
.news_list .more_btn{
	background:#ff6623;
	color:#fff;
	text-decoration:none;
	border-radius:20px;
	font-size:14px;
	padding:8px 14px;
}
.news_list li{
	list-style-type:none;
	border-bottom:1px dashed #665542;
	padding:18px 0;
}
.news_list li a{
	display:flex;
	align-items:center;
	text-decoration:none;
	flex-wrap:wrap;
}
.news_list .category{
	background:#665542;
	/*max-width:120px;*/
	color:#fff;
	text-align:center;
	border-radius:30px;
	padding:4px 10px;
	/*width:16%;*/
	width:auto;
	margin:0;
}
.news_list .date{
	width:auto;
	margin:4px 6px 4px 10px;
	text-align:center;
}
.news_list .title{
	width:100%;
	margin-top:8px;
	word-break:auto-phrase;
}
.news_list .date,
.news_list .title{
	color:#665542;
	font-size:16px;
}
.top_inner {
	padding: min(10vw,80px) 8px;
}
.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 li.block_point_list{
	padding:20px 0 12px;
}
.top_point_txt {
	clear: left;
	font-size: 14px;
}
.top_point h3.block_point_list_ttl{
	word-break:auto-phrase;
}
.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;
}
/**/
.yellow_text{
	color:#ffff00;
	display:contents;
}
.top_btn {
	position: relative;
	overflow: hidden;
	border: 1px solid #665542;
	gap: 0px;
	justify-content: center;
	display: flex;
	align-items: center;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	border-radius: 100px;
	padding: 14px 86px;
	background: #6c5c4b;
	width: fit-content;
	margin: 26px auto 0;
	font-size: 16px;
	z-index: 1;
	transition: 0.4s;
	font-size: 20px;
	width:85.2%;
	padding:14px 0;
}
.top_btn img {
	position: absolute;
	right: 10px;
}
.top_btn:link{
	color:#fff;
}
.top_btn:visited {
	color: #fff;
}
.top_text_img_wrap{
	margin:0 10px;
}
.top_text_img {
	margin-top: 50px;
	margin-bottom:20px;
}
.top_bnr {
	margin-top:16px;
}

.top_onayami .top_shoujou_list {
	margin: min(4vw, 32px) auto;
	display: flex;
	gap: min(8vw, 64px) min(3vw, 48px);
	flex-wrap: wrap;
	justify-content: center;
	font-size: min(3.2vw, 18px);
}

.top_onayami .top_shoujou_list > li {
	width: 46%;

}

.top_onayami .top_shoujou_symptom {
	position: relative;
	z-index: 0;
	background-color: var(--bgcolor01);
	border-top: solid 1px var(--txtcolor02);
	border-bottom: solid 1px var(--txtcolor02);
}

.top_onayami .top_shoujou_symptom::before {
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 50%) rotate(-45deg);
	content: "";
	display: block;
	width: 1em;
	height: 1em;
	background-color: var(--bgcolor01);
	border-left: solid 1px var(--txtcolor02);
	border-bottom: solid 1px var(--txtcolor02);
}

.top_onayami .top_shoujou_symptom ul {
	position: relative;
	z-index: 2;
	padding: 0.3em 0;
}

.top_onayami .top_shoujou_symptom li {
	display: inline-block;
	font-weight: bold;
	white-space:nowrap;
}

.top_onayami .top_shoujou_symptom li::before {
	display: inline-block;
	content: "";
	margin-right: 0.2em;
	width: 1em;
	height: 1em;
	background: url(https://orangedog.heteml.net/hitsuji-yama.com/wp_new/wp-content/themes/portals_responsive/image/top/menu_check_ico.png) no-repeat center center;
	vertical-align: middle;
}

.top_onayami .top_shoujou_list a {
	display: block;
	text-decoration: none;
	color: inherit;
	margin-top: 4px;
}

.top_onayami .top_shoujou_figure {
	position: relative;
	z-index: 10;
	top: 8px;
	margin: 0 auto;
	width: fit-content;
	overflow: hidden;
	border-radius: 50%;
}

.top_onayami .top_shoujou_bt {
	position: relative;
	display: block;
	padding:.8em .5em;
	background-color: #fff8d4;
	border-radius: 10px;
	font-size: clamp(17px, 2.2vw, 22px);
	font-weight: bold;
}

.top_onayami .top_shoujou_bt::after {
	position: absolute;
	top: 48%;
	right: 0.6em;
	transform: translate(0, -50%) scale(0.9, 1);
	display: block;
	content: ">";
	background-color: #ff6623;
	color: #fff8d4;
	text-shadow: 0.5px 0.5px #fff8d4,
		-0.5px 0.5px #fff8d4,
		-0.5px -0.5px #fff8d4,
		0.5px -0.5px #fff8d4,
		0.5px 0px #fff8d4,
		0px 0.5px #fff8d4,
		-0.5px 0px #fff8d4,
		0px -0.5px #fff8d4;
	font-size: 16px;
	padding: 0.1em 0.04em 0.1em 0.16em;
	width: calc(clamp(20px, 2.2vw, 22px) * 1.1);
	height: clamp(20px, 2.2vw, 22px);
	line-height: clamp(20px, 2.2vw, 22px);
	text-align: center;
	border-radius: 50%;
}

.top_onayami .top_link_onayami {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	border: 10px solid #ffcaa6;
	border-radius: 5px;
	padding: 15px;
	margin-top: 24px;
}

.top_onayami .top_link_onayami li {
	width: 45%;
	list-style-type: disc;
	white-space:nowrap;
}
.top_onayami .top_link_onayami li:last-of-type{
	list-style:none;
}

.top_onayami .top_link_onayami li a {
	color: #333333;
	text-decoration: none;
}

.top_suisen_list img {
	margin-bottom: 10px;
}

.top_sejutsu_box {
	background: #fff8d4;
	padding: 14px 14px 30px;
	margin-top: 50px;
}

.top_sejutsu_box .wrap {
	display: flex;
	flex-wrap:wrap;
	justify-content:center;
	gap: 0 20px;
}

.top_sejutsu_box .wrap .left {
	text-align: center;
	font-size: 22px;
	width:100%;
}
.top_sejutsu_box .wrap .right img{
	margin:10px auto 0;
}

.top_sejutsu_box .wrap .left h3 {
	margin-top: 20px;
	font-size: 22px;
	color: #665542;
	border-top: 2px solid #ff6623;
	border-bottom: 2px dotted #ff6623;
	padding: 16px 0;
}

.top_sejutsu_box .wrap .left .text {
	margin-top: 24px;
}

.top_sejutsu_box .wrap .left .text span {
	background: linear-gradient(transparent 50%, #ffe400 50%);
}

.top_sejutsu_box .title {
	margin-top: 20px;
	text-align: center;
	font-weight:500;
}

.top_sejutsu_box > .text {
	margin-top: 30px;
	font-weight:500;
}

.top_aisatsu .aisatsu_title {
	font-size: 20px;
	line-height: 1.33333;
	text-align: center;
	margin-bottom: 40px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",
		"ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.top_aisatsu .text_wrap {
	display: flex;
	flex-direction:column-reverse;
	align-items:center;
	justify-content:space-between;
}

.top_aisatsu .text_wrap .text {
	font-size: 16px;
	line-height: 1.44444;
	font-weight: 500;
	margin:20px 10px 0;
}

.top_aisatsu .text_wrap .img_wrap {
	width: 100%;
}

.top_aisatsu .sejutsu {
	background: #fff8d4;
	padding: 20px;
	margin-top: 30px;
}

.top_aisatsu .sejutsu h3 {
	border-left: solid 8px #ff6623;
	border-bottom: 0;
	font-size: 24px;
	margin-bottom:20px;
	padding-left:14px;
}

.top_aisatsu .sejutsu .menkyo_list {
	border-top: 1px solid #665542;
	display: flex;
	gap: 0 8px;
	text-align: center;
	flex-wrap:wrap;
	justify-content:center;
}

.top_aisatsu .sejutsu .menkyo_list p {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.44444;
}

.top_jiko_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.top_jiko_list li {
	margin-top: 22px;
	width: 49%;
	text-align: center;
}

.top_jiko_list li .title {
	font-size: 18px;
	color: #ff6600;
	margin-top:8px;
}

.top_jiko_list li .text {
	font-weight: 500;
	color: #665542;
}

/**/

/*==================================
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;
}
/*==================================
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:#ff6600;
	border: solid 1px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	padding: 5px 8px;
	margin: 0 2px;
}
.pager .current {
	background:#ff6600;
	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;
}
/*旧サイト症状ページ*/
.discovery .ryoukin_fream {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}
.discovery .ryoukin01, .ryoukin02 {
	width: 100%;
	margin: 0 0 15px;
	border-top: 1px solid #FF7F00;
	border-left: 1px solid #FF7F00;
}
.discovery .ryoukin01 th {
	width: 30%;
	background: #FFFFCC;
	padding: 2%;
	border-right: 1px solid #FF7F00;
	border-bottom: 1px solid #FF7F00;
	text-align: center;
	font-weight: normal;
	font-weight:bold;
}
.discovery .ryoukin01 td {
	padding: 2%;
	border-right: 1px solid #FF7F00;
	border-bottom: 1px solid #FF7F00;
	text-align: center;
}

.single .banner_area {
  margin: 0 0 32px;
}

.single .catch_list {
  overflow: hidden;
}

.single .catch_list ul {
  overflow: hidden;
  margin: 4px 0;
}

.single .catch_list li {
  margin: 0 0 4px;
  padding: 10px 0 8px 44px;
  background: url(image/top/top_kiritsusei_ico02.png) no-repeat left 4px;
  font-size: 15px;
  border-bottom: dotted 2px #c9c9ba;
}

.single .catch_list .img_right img {
  width: auto;
  height: auto;
  max-width: 224px;
  max-height: 224px;
}

.single .conts .top_point {
  margin: 0 -24px;
}

.single .kiritsusei_h3 {
  float: left;
  margin: 16px 0 16px 10px;
  width: 95%;
  height: auto;
  /*line-height: none;*/
  padding: 0;
}

.single .kiritsusei_ba_wrap {
  background: #ffffbf;
  margin: 0;
  padding: 16px 0 8px;
  overflow: hidden;
}

.discovery .pms01_fream {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}

.discovery .pms01 {
  width: 100%;
  margin: 0 auto;
  border: 1px solid #f9d0de;
}

.discovery .pms01 th {
  width: 100%;
  background: #fdf4f7;
  padding: 10px;
  text-align: center;
  font-size: 20px;
}

.discovery .pms01 td {
  padding: 2%;
  text-align: left;
}
.discovery ul{
	margin:0;
	list-style:none;
}
.discovery .zutu01_fream {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}

.discovery .zutu01 {
  width: 100%;
  margin: 0 auto 15px;
  border: 3px solid #f9d0de;
}

.discovery .zutu01 th {
  width: 100%;
  padding: 2%;
  text-align: center;
  border-top: 1px solid #f9d0de;
  border-bottom: 1px solid #f9d0de;
}

.discovery .zutu01 td {
  padding: 2%;
  text-align: left;
  border-bottom: solid 1px #f9d0de;
}

.discovery .fumin_list01 {
  width: 80%;
  background: #fdf4f7;
  padding: 15px 10px 15px 20px;
  margin: 0 10px;
  color: #795548;
  font-size: 16px;
  line-height: 30px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.discovery .fumin_list02 {
  width: 80%;
  background: #dceefd;
  padding: 15px 20px 15px 20px;
  margin: 0 10px;
  color: #795548;
  font-size: 16px;
  line-height: 30px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.discovery .fumin01_fream {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}

.discovery .fumin01 {
  width: 100%;
  margin: 0 auto;
  border: 2px solid #f7e013;
  margin: 0 auto 8px auto;
}

.discovery .fumin01 th {
  width: 100%;
  background: #ffeb3b42;
  padding: 10px;
  text-align: center;
  font-size: 15px;
  color: #795548;
}

.discovery .fumin01 td {
  padding: 2%;
  text-align: left;
}

.discovery .zakotsu_list {
  width: 80%;
  background: #fdf4f7;
  padding: 10px 30px;
  margin: 0 auto;
  color: #795548;
  border-radius: 10px;
}

.discovery .zakotsu01_fream {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}

.discovery .zakotsu01 {
  width: 100%;
  margin: 0 auto 15px;
  border: 3px solid #ffeb3b;
}

.discovery .zakotsu01 th {
  width: 100%;
  padding: 10px;
  text-align: center;
  border-top: 1px solid #ffeb3b;
  border-bottom: 1px solid #ffeb3b;
}

.discovery .zakotsu01 td {
  padding: 2%;
  text-align: left;
  border-bottom: solid #ffeb3b;
}
.single .client_voice {
    max-width: 580px;
    width: 95%;
    margin: 0px auto 10px;
    border-right: 2px solid #36F;
    border-left: 2px solid #36F;
    border-bottom: 2px solid #36F;
    border-top: 2px solid #36F;
    clear: both;
}
.single .voice_midashi{
		text-align:center;
	}
.single .client_voice .voice_midashi {
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    color: #F90;
    border-bottom: #F90 1px dotted;
    padding-bottom: 5px;
}
.single .voice-title {
	background-color: #FFFFFF;
	padding: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #630;
	border: 1px solid #C5DA68;
}
.single .voice-body {
	background-color: #FFFFFF;
	padding: 10px;
	margin-top: 10px;
	border: 1px solid #C5DA68;
}
/*起立性調節障害*/
.discovery .conts .top_point {
	margin: 0 -24px;
}
.discovery .kiritsusei_h3 {
	float: left;
	margin: 16px 0 16px 10px;
	width: 95%;
	height: auto;
	/*line-height: none;*/
	padding: 0;
}
.discovery .kiritsusei_ba_wrap {
	background: #FFFFBF;
	margin: 0;
	padding: 16px 0 8px;
	overflow: hidden;
}
/*PMS・生理痛*/
.discovery .pms01_fream {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}

.discovery .pms01 {
	width: 100%;
	margin: 0 auto; 
	border: 1px solid #f9d0de;
}
.discovery .pms01 th {
	width: 100%;
	background: #fdf4f7;
	padding: 10px;
	text-align: center;
	font-size: 20px;
}
.discovery .pms01 td {
	padding: 2%;
	text-align: left;
}
/*頭痛*/
.single .zutu01_fream {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}
.single .zutu01 {
	width: 100%;
	margin: 0 auto 15px; 
	border: 3px solid #f9d0de;
}
.single .zutu01 th {
	width: 100%;
	padding: 2%;
	text-align: center;
	border-top: 1px solid #f9d0de;
	border-bottom:  1px solid #f9d0de;
}
.single .zutu01 td {
	padding:  2%;
	text-align: left;
	border-bottom:  solid 1px #f9d0de;
}
/*不眠*/
.discovery .fumin_list01{
	width: 80%;
	background: #fdf4f7;
	padding: 15px 10px 15px 20px;
	margin: 0 10px;
	color: #795548;
	font-size: 16px;
	line-height: 30px;
	border-radius: 20px;
	display: flex;
	align-items: center;
	flex-direction: column;
}
.discovery .fumin_list02{
	width: 80%;
	background: #dceefd;
	padding: 15px 20px 15px 20px;
	margin: 0 10px;
	color: #795548;
	font-size: 16px;
	line-height: 30px;
	border-radius: 20px;
	display: flex;
	align-items: center;
	flex-direction: column;
}
.discovery .fumin01_fream {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}

.discovery .fumin01 {
	width: 100%;
	margin: 0 auto; 
	border: 2px solid #f7e013;
	margin: 0 auto 8px auto;
}
.discovery .fumin01 th {
	width: 100%;
	background: #ffeb3b42;
	padding: 10px;
	text-align: center;
	font-size: 15px;
	color: #795548;
}
.discovery .fumin01 td {
	padding: 2%;
	text-align: left;
}

/*坐骨神経痛*/
.discovery .zakotsu_list{
	width: 80%;
	background: #fdf4f7;
	padding: 10px 30px;
	margin: 0 auto;
	color: #795548;
	border-radius: 10px;
}
.discovery .zakotsu01_fream {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}
.discovery .zakotsu01 {
	width: 100%;
	margin: 0 auto 15px; 
	border: 3px solid #ffeb3b;
}
.discovery .zakotsu01 th {
	width: 100%;
	padding: 10px;
	text-align: center;
	border-top: 1px solid #ffeb3b;
	border-bottom:  1px solid #ffeb3b;
}
.discovery .zakotsu01 td {
	padding:  2%;
	text-align: left;
	border-bottom:  solid #ffeb3b;
}
.single .syoujyou {
	list-style-type: none;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	width: 80%;
	margin: 0px;
}
.single .syoujyou li {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #FFCC00;
	margin-left: 2%;
	margin-right: 0px;
	background: url(image/sp/page/check.png) no-repeat;
	background-position:0 50%;
	padding: 15px 0px 0px 45px;
	width: 95%;
	max-width: 480px;
	height: 40px;
	font-size: 14px;
}
.single .syoujyou2 {
	list-style-type: none;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	width: 80%;
	margin: 0px;
}
.single .syoujyou2 li {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #FFCC00;
	margin-left: 0px;
	margin-right: 0px;
	background: url(image/sp/page/icon2.png) no-repeat 10px 15px;
	padding: 15px 0px 0px 40px;
	max-width: 480px;
	width: 100%;
	height: 40px;
	font-size: 14px;
	list-style-type: none;
}
	/*リニューアル前固定ページ用css*/
	.page .recruit {
	max-width: 600px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	font-size: 13px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #2B7131;
	border-left-color: #2B7131;
}
.page .recruit th {
	padding: 8px;
	font-weight: bold;
	color: #630;
	background-color: #E6FFEE;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #2B7131;
	border-bottom-color: #2B7131;
}
.page .recruit td {
	padding: 8px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #2B7131;
	border-bottom-color: #2B7131;
}
.page .voice {
    border: 1px solid #C5DA68;
    padding: 20px;
    margin-top: 20px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    background-color: #C5DA68;
    width: 580px;
    background-image: url(image/all/voice-back.png);
}


/*==================================
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 {
		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 {
		content: "";
		display: inline-block;
		vertical-align: middle;
		height: 100%;
	}
	.modal_tel_container.active,
	.modal_line_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 {
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
		font-size: clamp(15px,3vw,24px);
	}
	.modal_contact_tel_list li a,
	.modal_contact_line_list li a {
		display: block;
		margin: .5em auto;
		max-width: 16em;
		padding: .5em;
		text-decoration: none;
		color: #fff;
		text-align: center;
		font-size: clamp(15px,3vw,24px);
		border-radius: 8px;
	}
	.modal_contact_tel_list li a {
		background-color: #000;
	}
	.modal_contact_line_list li a {
		background-color: #00b900;
	}
}
/*==================================
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 {
		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;
		padding:20px 0;
		margin-top:50px;
	}
	.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
	==================================*/
	#header nav{
		margin-bottom:16px;
	}
	.h_logo{
		width: auto;
		margin-left:0;
	}
	/*==================================
	PC_navigation
	==================================*/
	.gnav_pc {
		overflow: hidden;
		max-width: 1240px;
		margin: 0 auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;

	}
	.gnav_pc li {
		text-align: center;
		width: 24.9%;
		border-left: 1px solid #665542;
		font-size: 18px;
		font-weight: 600;
	}
	.gnav_pc li:last-child {
		border-right: 1px solid #665542;
	}
	.gnav_pc li a {
		display: block;
		padding: 15px 10px;
		color: #504646;
		text-decoration: none;
	}
	.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 {
		text-align: center;
	}
	.main_img_bottom{
		display:block;
		background: #5e9d4d;
		width: 100%;
		padding:40px 0;
	}
	/*==================================
	PC_contact
	==================================*/
	.contact {
		padding: 4em 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,24px);
	}
	.contact_info .uketsuke_block_notes {
		font-size: clamp(14px,1.8vw,20px);
	}
	.contact_access {
		font-size: clamp(14px,1.6vw,18px);
	}
	.contact_bt {
		flex-direction: row;
		justify-content: center;
	}
	.contact_bt > * {
		flex: 1;
	}
	/*==================================
	PC_menu sidemenu
	==================================*/
	.side_fixed_menu li {
		margin: 0 auto 16px;
	}
	.side_fixed_menu li a/*PCサイドバーHOME・アクセスボタン*/ {
		padding: 16px 0;
		transition: .5s;
	}
	.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 li a:hover,
	.widget_categories li a:hover,
	.widget_recent_entries li a:hover {
		opacity: 0.7;
	}
	/*==================================
	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_text_img_wrap{
		margin:0;
	}
	.top_inner {
		margin: 0 calc(50% - 50vw);
		padding: min(10vw,80px) 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;
	}
	.news_list {
		padding:30px;
	}
	.news_list li a{
		/*flex-wrap:nowrap;*/
	}
	.news_list .category{
		width:auto;
		margin:0 10px 0 0;
	}
	.news_list .title{
		width:100%;
		margin-top:6px;
	}
	.news_list .date{
		margin:0;
		text-align:left;
		width:auto;
	}
	.top_onayami .top_shoujou_list{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-evenly;
		gap: min(6vw, 48px) min(3vw, 24px);
	}
	.top_onayami .top_shoujou_list > li{
		width:30%;
	}
	.top_onayami .top_shoujou_symptom li{
		font-size:15px;
	}
	.top_onayami .top_shoujou_list a{
		margin-top:14px;
	}
	.top_onayami .top_link_onayami{
		max-width:680px;
		margin:24px auto 0;
	}
	.top_onayami .top_link_onayami li{
		width:35%;
		white-space:wrap;
	}
	.top_bnr {
		margin-top:38px;
	}
	.top_btn{
		font-size:30px;
		padding:20px 0;
		width:65.2%;
		margin:56px auto 0;
		color:#fff;
	}
	.top_btn img{
		right:30px;
	}
	.top_sejutsu_box .wrap .left{
		width:auto;
	}
	.top_sejutsu_box .wrap .left .text{
		white-space:nowrap;
	}
	.top_jiko_list li .title {
		font-size:22px;
		margin-top:8px;
	}
	.top_aisatsu .aisatsu_title{
		font-size:30px;
	}
	.top_aisatsu .text_wrap{
		flex-direction:row;
		align-items:flex-start;
	}
	.top_aisatsu .text_wrap .img_wrap{
		width:30%;
	}
	.top_aisatsu .text_wrap .text{
		width:68%;
		margin:10px 10px 0;
	}
	.top_sejutsu_box{
		padding:46px 40px;
	}
	.top_sejutsu_box .wrap{
		flex-wrap:nowrap;
	}
	.top_aisatsu .sejutsu .menkyo_list {
		flex-wrap:nowrap;
	}

	/*==================================
	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;
	}
	/*==================================
	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;
	}
	/*リニューアル前お悩み別ページ用css*/
	.single .banner_area {
		margin: 0 0 32px;
		text-align: center;
	}

	.single .banner_area img {
		max-width: 720px;
		height: auto;
	}

	.single .catch_list {
		overflow: hidden;
	}

	.single .catch_list ul {
		margin: 4px 0;
		float: left;
		width: 432px;
	}

	.single .catch_list li {
		margin: 0 0 4px;
		padding: 6px 0 6px 44px;
		background: url(image/top/top_kiritsusei_ico02.png) no-repeat left 4px;
		font-size: 18px;
		border-bottom: dotted 1px #63482c;
	}

	.single .catch_list .img_right {
		width: 224px;
	}

	.single .catch_list .img_right img {
		width: auto;
		height: auto;
		max-width: 224px;
		max-height: 224px;
	}

	.single .conts .top_point {
		margin: 0 -24px;
	}

	.discovery .kiritsusei_h3 {
		float: left;
		margin: 16px 0 16px;
		width: 412px;
		height: auto;
		/*line-height: none;*/
		padding: 0;
	}

	.discovery .kiritsusei_ba_wrap {
		background: #ffffbf;
		margin: 0;
		padding: 16px 0 8px;
		overflow: hidden;
	}

	.single .pms01_fream {
		width: 640px;
		height: auto;
		overflow: hidden;
		margin: 0 auto;
		padding: 10px;
	}

	.single .pms01 {
		width: 600px;
		margin: 0 auto 15px;
		border: 1px solid #f9d0de;
	}

	.single .pms01 th {
		width: 200px;
		background: #fdf4f7;
		padding: 10px;
		text-align: center;
		font-size: 20px;
	}

	.single .pms01 td {
		padding: 10px;
		text-align: left;
	}

	.single .zutu01_fream {
		width: 640px;
		height: auto;
		overflow: hidden;
		margin: 0 auto;
		padding: 10px;
	}

	.single .zutu01 {
		width: 640px;
		margin: 0 auto 15px;
		border: 3px solid #f9d0de;
	}

	.single .zutu01 th {
		width: 200px;
		padding: 10px;
		text-align: center;
		border-top: 1px solid #f9d0de;
		border-bottom: 1px solid #f9d0de;
	}

	.single .zutu01 td {
		padding: 10px;
		text-align: left;
		border-bottom: solid 1px #f9d0de;
	}

	.discovery .fumin_list01 {
		width: 400px;
		background: #fdf4f7;
		padding: 15px 40px 15px 40px;
		margin: 0 auto;
		color: #795548;
		font-size: 16px;
		line-height: 30px;
		border-radius: 30px;
		display: flex;
		align-items: center;
		flex-direction: column;
	}

	.discovery .fumin_list02 {
		width: 480px;
		background: #dceefd;
		padding: 0 20px 15px 20px;
		margin: 0 auto;
		color: #795548;
		line-height: 30px;
		border-radius: 30px;
		display: flex;
		align-items: center;
		flex-direction: column;
	}

	.discovery .fumin01_fream {
		width: 550px;
		height: auto;
		overflow: hidden;
		margin: 0 auto 20px auto;
	}

	.discovery .fumin01 {
		width: 550px;
		border: 2px solid #f7e013;
		margin: 0 auto 20px auto;
	}

	.discovery .fumin01 th {
		width: 550px;
		background: #ffeb3b42;
		padding: 10px;
		text-align: center;
		font-size: 17px;
		color: #795548;
	}

	.discovery .fumin01 td {
		padding-top: 15px;
		padding-bottom: 15px;
		padding-left: 10px;
		padding-right: 10px;
	}

	.discovery .zakotsu_list {
		width: 400px;
		background: #fdf4f7;
		padding: 15px 40px 15px 40px;
		margin: 0 auto;
		color: #795548;
		font-size: 16px;
		line-height: 30px;
		border-radius: 30px;
		display: flex;
		align-items: center;
		flex-direction: column;
	}

	.discovery .zakotsu01_fream {
		width: 640px;
		height: auto;
		overflow: hidden;
		margin: 0 auto;
		padding: 10px;
	}

	.discovery .zakotsu01 {
		width: 640px;
		margin: 0 auto 15px;
		border: 3px solid #ffeb3b;
	}

	.discovery .zakotsu01 th {
		width: 200px;
		padding: 10px;
		text-align: center;
		border-top: 1px solid #ffeb3b;
		border-bottom: 1px solid #ffeb3b;
	}

	.discovery .zakotsu01 td {
		padding: 10px;
		text-align: left;
		border-bottom: solid 1px #ffeb3b;
	}

	.single .ryoukin_fream {
		width: 640px;
		height: auto;
		overflow: hidden;
		margin: 0 auto;
		padding: 10px;
	}

	.discovery .ryoukin01,
	.discovery .ryoukin02 {
		width: 600px;
		margin: 0 auto 15px;
		border-top: 1px solid #ff7f00;
		border-left: 1px solid #ff7f00;
	}

	.discovery .ryoukin01 th {
		width: 200px;
		background: #ffffcc;
		padding: 10px;
		border-right: 1px solid #ff7f00;
		border-bottom: 1px solid #ff7f00;
		text-align: center;
		font-weight: normal;
		font-weight:bold;
	}

	.discovery .ryoukin01 td {
		padding: 10px;
		border-right: 1px solid #ff7f00;
		border-bottom: 1px solid #ff7f00;
		text-align: center;
	}

	.discovery .ryoukin {
		margin-top: 10px;
		margin-right: auto;
		margin-bottom: 10px;
		margin-left: auto;
		width: 590px;
	}

	.discovery .ryoukin tr th {
		background-color: #98fb98;
		font-size: 14px;
		font-weight: normal;
		color: #000;
		text-align: center;
		padding: 10px;
	}

	.discovery .ryoukin tr td {
		font-size: 14px;
		text-align: left;
		padding: 8px;
	}

	.discovery .ryoukin-text {
		margin-left: 20px;
		font-size: 12px;
		line-height: normal;
	}

	.discovery .ryoukin-text span {
		background-color: #ff6;
		color: #f00;
	}

	.single #flow {
		margin-right: 20px;
		margin-left: 20px;
		width: 680px;
	}

	.single #flow h3 {
		background-image: url(image/all/flow_back.png);
		background-repeat: no-repeat;
		height: 60px;
		border-bottom-width: 3px;
		border-bottom-style: dotted;
		border-bottom-color: #994701;
		font-size: 25px;
		color: #333;
		padding-top: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 21px;
		line-height: 60px;
		letter-spacing: 0.2em;
		clear: both;
		margin: 0px;
	}

	.single #flow img {
		float: left;
		margin: 10px;
	}

	.single .link-list {
		margin: 30px;
		border: 2px dotted #f90;
		padding: 10px;
	}

	.single .link-list li {
		background-image: url(image/all/icon2.png);
		background-repeat: no-repeat;
		padding-left: 25px;
		list-style-type: none;
		line-height: 23px;
		height: 23px;
	}

	.single .ac_address {
		font-size: 16px;
		color: #6f3f0f;
		margin: 5px;
		padding-left: 280px;
	}

	.single .ac_address2 {
		font-size: 12px;
		margin: 5px;
		padding-left: 280px;
		line-height: 110%;
	}

	.single .ac_tel {
		padding-left: 270px;
	}

	.single .access {
		text-align: center;
	}

	.single .access-how {
		width: 580px;
		margin-right: auto;
		margin-left: auto;
	}

	.single .access-how td {
		padding: 10px;
		width: 340px;
	}

	.single .access-how th {
		padding: 5px;
		width: 240px;
	}

	.single .innai {
		width: 600px;
		margin-top: 10px;
		margin-right: auto;
		margin-bottom: 10px;
		margin-left: auto;
	}

	.single .innai td {
		text-align: center;
		padding: 5px;
	}

	.single .a_how {
		margin-right: 30px;
		margin-left: 30px;
	}

	.single .staff {
		width: 600px;
		line-height: normal;
		margin-top: 10px;
		margin-right: auto;
		margin-bottom: 10px;
		margin-left: auto;
		border: 1px solid #329042;
	}

	.single .staff td {
		padding: 10px;
		vertical-align: top;
	}

	.single .staff th {
		text-align: left;
		vertical-align: top;
		padding: 10px;
		font-weight: bold;
		color: #000;
		background-color: #f3fcf3;
	}

	.single .address {
		text-align: center;
		font-size: 10px;
	}

	.single .recruit {
		margin: 10px;
	}

	.single .catch {
		color: #090;
		font-weight: bold;
	}

	.single .voice {
		border: 1px solid #c5da68;
		padding: 20px 20px 10px;
		margin-top: 20px;
		margin-right: auto;
		margin-bottom: 20px;
		margin-left: auto;
		background-color: #c5da68;
		width: 580px;
		background-image: url(image/all/voice-back.png);
	}

	.single .voice-title {
		background-color: #ffffff;
		padding: 10px;
		font-size: 16px;
		font-weight: bold;
		color: #630;
		border: 1px solid #c5da68;
	}

	.single .voice-body {
		background-color: #ffffff;
		padding: 10px;
		margin-top: 10px;
		border: 1px solid #c5da68;
	}

	.single .client_voice {
		width: 620px;
		margin-top: 10px;
		margin-right: auto;
		margin-bottom: 10px;
		margin-left: auto;
		background-image: url(image/page/voice_body.png);
		background-repeat: repeat-y;
	}

	.single .client_voice .client_title {
		background-image: url(image/page/voice_title.png);
		background-repeat: no-repeat;
		margin: 0px;
		padding: 0px;
		height: 93px;
		width: 615px;
	}

	.single .client_voice .client_title p {
		font-size: 16px;
		font-weight: bold;
		padding-top: 50px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 60px;
	}

	.single .client_voice .client_body {
		padding-right: 60px;
		padding-left: 60px;
		font-size: 14px;
		background-repeat: no-repeat;
	}

	.single .client_voice .voice_midashi {
		text-align: center;
		font-size: 17px;
		font-weight: bold;
		color: #f90;
		border-bottom: #f90 1px dotted;
		padding-bottom: 5px;
	}

	.single .client_voice .staff_voice {
		border: #630 1px dotted;
		padding: 10px;
		margin-top: 20px;
	}

	.single .keireki {
		background-color: #e8fff4;
		width: 460px;
		font-size: 13px;
		list-style-position: inside;
		border: 2px dotted #008b4c;
		margin-top: 20px;
		margin-right: 30px;
		margin-bottom: 20px;
		margin-left: 30px;
	}

	.single .keireki th {
		font-size: 18px;
		color: #f00;
		text-align: center;
	}

	.single .keireki td {
		padding: 10px;
		vertical-align: text-top;
	}

	.single .keireki_list {
		list-style-position: inside;
		padding-left: 20px;
	}

	.single .syoujyou li {
		background-image: url(image/all/icon.gif);
		background-repeat: no-repeat;
		background-position: left top;
		border-bottom-width: 2px;
		border-bottom-style: dotted;
		border-bottom-color: #ffcc00;
		padding-left: 30px;
		padding-bottom: 5px;
		padding-top: 5px;
		padding-right: 10px;
	}

	.single .syoujyou {
		margin: 20px;
		padding: 20px;
		list-style-type: none;
		display: none;
	}

	.single .syoujyou2 li {
		background-image: url(image/all/icon2.png);
		background-repeat: no-repeat;
		background-position: 10px 5px;
		border-bottom-width: 2px;
		border-bottom-style: dotted;
		border-bottom-color: #ffcc00;
		padding-left: 40px;
		padding-bottom: 5px;
		padding-top: 5px;
		padding-right: 10px;
		height:36px;
		box-sizing:border-box;
	}

	.single .syoujyou2 {
		margin: 20px;
		padding: 20px;
		list-style-type: none;
	}

	.single .mimitubo {
		margin-left: 40px;
		margin-right: 20px;
	}

	.single .check {
		background-color: #fff8ed;
		width: 550px;
		margin-top: 15px;
		margin-right: 30px;
		margin-bottom: 15px;
		margin-left: 30px;
		padding-top: 30px;
		padding-right: 40px;
		padding-bottom: 30px;
		padding-left: 40px;
	}

	.single .check li {
		list-style-position: inside;
		list-style-image: url(image/all/icon.gif);
		border-bottom-width: 3px;
		border-bottom-style: dotted;
		border-bottom-color: #ea5505;
		margin: 5px;
		padding: 3px;
	}

	.single .point {
		font-size: 16px;
		font-weight: bold;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #f8a933;
		margin: 5px;
		padding: 3px;
	}

	.single .menu {
		margin: 20px;
		background-color: #fdecca;
		list-style-position: inside;
		padding: 10px;
	}

	.single .sugoi {
		font-size: 18px;
		font-weight: bold;
		color: #ff1040;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.single .count {
		background-color: #fff0f0;
		margin: auto;
		width: 440px;
		padding-top: 20px;
		padding-right: 50px;
		padding-bottom: 20px;
		padding-left: 50px;
		font-size: 14px;
		line-height: 160%;
	}

	.single .count_title {
		font-size: 18px;
		font-weight: bold;
		color: #f60;
		text-align: center;
	}

	.single #jiko {
		background-image: url(image/page/jiko.png);
		background-repeat: no-repeat;
		height: 260px;
		width: 590px;
		margin-top: 10px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 10px;
	}

	.single #shisei {
		background-image: url(image/page/shisei.png);
		background-repeat: no-repeat;
		height: 268px;
		width: 620px;
		margin-top: 10px;
		margin-left: 10px;
	}

	.single #biyou {
		background-image: url(image/page/biyouseitai.png);
		background-repeat: no-repeat;
		height: 296px;
		width: 631px;
		margin-top: 10px;
		margin-left: 20px;
	}

	.single #kotuban {
		background-image: url(image/page/kotuban.png);
		background-repeat: no-repeat;
		height: 296px;
		width: 631px;
		margin-top: 10px;
		margin-left: 20px;
	}

	.single #katakori {
		background-image: url(image/page/katakori.png);
		background-repeat: no-repeat;
		height: 271px;
		width: 626px;
		margin-top: 10px;
		margin-left: 20px;
	}

	.single #youtu {
		background-image: url(image/page/yotu.png);
		background-repeat: no-repeat;
		height: 276px;
		width: 631px;
		margin-top: 10px;
		margin-right: auto;
		margin-bottom: auto;
		margin-left: auto;
	}

	.single #nechigae {
		background-image: url(image/page/nechigae.png);
		background-repeat: no-repeat;
		height: 276px;
		width: 631px;
		margin-top: 10px;
		margin-left: 20px;
	}

	.single #sport {
		background-image: url(image/page/sport.png);
		background-repeat: no-repeat;
		height: 251px;
		width: 626px;
		margin-top: 10px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 10px;
	}

	.single #okyaku {
		background-image: url(image/page/okyaku.png);
		background-repeat: no-repeat;
		height: 262px;
		width: 626px;
		margin-top: 10px;
		margin-right: auto;
		margin-bottom: 10px;
		margin-left: auto;
	}

	.single #hiza {
		background-image: url(image/page/hiza.png);
		background-repeat: no-repeat;
		height: 261px;
		width: 626px;
		margin-top: 10px;
		margin-right: auto;
		margin-bottom: 10px;
		margin-left: auto;
	}

	.single .tokubetu {
		margin: 10px;
		border-top-width: 0px;
		border-right-width: 0px;
		border-bottom-width: 0px;
		border-left-width: 0px;
	}

	.single #kogao {
		background-image: url(image/page/okyaku1.png);
		background-repeat: no-repeat;
		height: 500px;
		width: 600px;
		margin-top: 10px;
		margin-left: 30px;
		clip: rect(30px, 30px, auto, 30px);
		margin-right: 30px;
	}

	.single .hosoku {
		font-size: 12px;
		color: #f60;
		margin: 0px;
		padding: 0px;
	}

	.single .recruit {
		width: 600px;
		margin-top: 10px;
		margin-right: auto;
		margin-bottom: 10px;
		margin-left: auto;
		font-size: 13px;
		border-top-width: 1px;
		border-left-width: 1px;
		border-top-style: solid;
		border-left-style: solid;
		border-top-color: #2b7131;
		border-left-color: #2b7131;
	}

	.single .recruit th {
		padding: 8px;
		font-weight: bold;
		color: #630;
		background-color: #e6ffee;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-right-style: solid;
		border-bottom-style: solid;
		border-right-color: #2b7131;
		border-bottom-color: #2b7131;
	}

	.single .recruit td {
		padding: 8px;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-right-style: solid;
		border-bottom-style: solid;
		border-right-color: #2b7131;
		border-bottom-color: #2b7131;
	}

	.single .price_care {
		background-image: url(image/page/price_insurance.gif);
		background-repeat: no-repeat;
		height: 90px;
		width: 570px;
	}

	.single .message {
		width: 500px;
		padding-top: 20px;
		padding-right: 40px;
		padding-bottom: 20px;
		padding-left: 40px;
		background-color: #eefff3;
		margin: auto;
	}

	.single .message li {
		margin-top: 10px;
		margin-right: 5px;
		margin-bottom: 10px;
		margin-left: 5px;
	}

	.single .hryoukin {
		background-color: #c5da68;
		border-top-style: none;
		border-right-style: none;
		border-bottom-style: none;
		border-left-style: none;
		width: 580px;
	}

	.single .hryoukin td {
		background-color: #ffffff;
		padding: 5px;
	}

	.single .hryoukin th {
		width: 180px;
	}

	.single .jryoukin {
		margin-top: 10px;
		border-top-style: none;
		border-right-style: none;
		border-bottom-style: none;
		border-left-style: none;
		background-color: #a2e2b2;
		width: 580px;
	}

	.single .jryoukin td {
		background-color: #ffffff;
		padding: 5px;
	}

	.single .jryoukin th {
		width: 180px;
	}

	.single .jiko_h3 {
		background-image: none;
	}

	.single .jiko_h4 {
		background-image: none;
		margin: 0px;
		padding: 0px;
		height: 60px;
		border-top-style: none;
		border-right-style: none;
		border-bottom-style: none;
		border-left-style: none;
	}
	
	.single .jiko_h4 img{
		margin-left:0;
	}

	.single .jiko_flow {
		width: 620px;
		margin-top: 10px;
		margin-right: auto;
		margin-bottom: 10px;
		margin-left: auto;
	}

	.single .jiko_fline {
		background-image: url(image/page/jiko_flow.gif);
		background-repeat: no-repeat;
		background-position: center bottom;
		height: 84px;
	}

	.single .jiko_ftitle {
		text-align: center;
	}

	.single .jiko_fbody {
		text-align: center;
	}

	.single .jiko_flist {
		padding-left: 210px;
	}

	.single #kogao1 {
		background-image: url(image/page/kogao_img03.png);
		background-repeat: no-repeat;
		margin: auto;
		height: 336px;
		width: 620px;
	}

	.single #kogao2 {
		background-image: url(image/page/kogao_img04.png);
		background-repeat: no-repeat;
		height: 318px;
		width: 620px;
		margin-top: 10px;
		margin-right: auto;
		margin-bottom: auto;
		margin-left: auto;
	}

	.single #diet1 {
		background-image: url(image/page/diet_img03.png);
		background-repeat: no-repeat;
		margin: auto;
		height: 294px;
		width: 620px;
	}

	.single #diet2 {
		background-image: url(image/page/diet_img04.png);
		background-repeat: no-repeat;
		height: 343px;
		width: 620px;
		margin-top: 10px;
		margin-right: auto;
		margin-bottom: auto;
		margin-left: auto;
	}

	.single .bflow {
		width: 600px;
		margin-top: 5px;
		margin-right: auto;
		margin-bottom: 5px;
		margin-left: auto;
		border: 2px solid #f60;
		padding: 0px;
		height: 170px;
	}

	.single .bflow_pic {
		margin: 0px;
		float: left;
		padding-top: 0px;
		padding-right: 10px;
		padding-bottom: 0px;
		padding-left: 0px;
	}

	.single #jiko_page {
		margin: auto;
	}

	.single #jiko_page h4 {
		width: 620px;
		border-left-color: #3e8fa7;
		border-bottom-color: #3e8fa7;
		margin: auto;
		border-bottom-width: 2px;
		clear: both;
	}

	.single #jiko_page .text {
		overflow: hidden;
		zoom: 1;
	}
	
.single .right {
text-align: right;
margin-right: 10px;
}
.single .left {
text-align: left;
}
.single .center {
text-align: center;
}
.single .clear {
clear: both;
}
.single .img-left {
margin: 10px;
float: left;
}
.single .img-right {

margin: 10px;
float: right;
}
.single .client_voice {
    max-width: 100%;
    width: 86.5%;
    border:0;
	clear: both;
}
	.single .voice_midashi{
		text-align:left;
	}
	.single .syoujyou li {
	background-image: url(image/all/icon.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #FFCC00;
	padding-left: 30px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 10px;
}
.single .syoujyou {
	margin: 20px;
	padding: 20px;
	list-style-type: none;
	display: none;
}
.single .syoujyou2 li {
	background-image: url(image/all/icon2.png);
	background-repeat: no-repeat;
	background-position: 10px 5px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #FFCC00;
	padding-left: 40px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 10px;
}
.single .syoujyou2 {
	margin: 20px;
	padding: 20px;
	list-style-type: none;
}
		/*リニューアル前固定ページ用css*/
	.page .recruit {
	width: 600px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	font-size: 13px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #2B7131;
	border-left-color: #2B7131;
}
.page .recruit th {
	padding: 8px;
	font-weight: bold;
	color: #630;
	background-color: #E6FFEE;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #2B7131;
	border-bottom-color: #2B7131;
}
.page .recruit td {
	padding: 8px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #2B7131;
	border-bottom-color: #2B7131;
}
}
/*==================================
PC iPad landscape ~
==================================*/
@media screen and (min-width: 960px) {
	img {
		image-rendering: -webkit-optimize-contrast;
	}
	#contents {
		margin: 0 auto 40px;
		width: 96%;
		max-width: 1090px;
		padding: 48px 36px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	#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: 1240px) {
	body {
		min-width: 1240px;
		max-width: none;
	}
	#main {
		padding: 0;

	}
	.side_fixed_menu {
		width: 100%;
	}
}
