@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@500;700&display=swap');

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;
}
.staff_pic{
	width:100%;
	position:relative;
}
.staff_pic:before{
	content: "";
	display: block;
	padding-top: 100%;
}
.staff_pic img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	object-fit: cover;
}
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-style: italic;
	font-weight: bold;
}
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 */
.post p {
	display: block;
	margin: 16px 8px;
}
.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 0 1em 2em;
}
.post ol {
	list-style: decimal;
	margin: 0 3em 1em;
}
/* img */

.aligncenter {
	display: block;
	margin: 0 auto 8px;
}
.alignleft, .alignright {
	margin: 0 auto 0.5em;
}
img[class*="wp-image-"], img[class*="attachment-"] {
	height: auto;
	max-width: 100%;
}

/*==================================
base
==================================*/
.clear {
	clear: both;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.img_left, .img_right {
	margin: 0 auto 1em;
}
.img_center {
	display: block;
	margin: 0 auto 16px;
}
/*=================================
design
=================================*/
body {
	background: #fff;
	color: #323232;
	font-size: 16px;
	line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
	overflow-x: hidden;
}
#main {
	margin: 0 auto;
	width: 100%;
	max-width: 640px;
	overflow: hidden;
}
@media screen and (max-width:679px){
	#main > article {
	}
}
img {
	display: block;
	margin: 0 auto;
	width: auto;
	max-width: 100%;
	height: auto;
}
a:link {
	color: #83A139;
}
a:visited {
	color: #FCAFA7;
}
a:hover {
	color: #BAEA83;
}
a:active {
	color: #BAEA83;
}
/*      スマホcommon
-----------------------*/
.top_h_style{
	margin: 0 auto 20px;
	padding: 0 0 24px;
	text-align: center;
	font-size:6vw;
	font-family: "Zen Maru Gothic";
	background:url(../img/h_style_img.png) no-repeat center bottom;
	line-height:1.2;
}
.wrapper01{
	width:96%;
	margin:0 auto;
	padding:32px 0;
}
.wrapper02{
	background:#eaf5fa;
}
.h_style01 /*下層ページのh2などに利用してください*/ {
	margin: 24px auto 16px;
	padding: 8px;
	border-bottom: double 4px #076baf;
	color: #076baf;
	font-size: 22px;
	background: #eaf5fa;
	font-family: "Zen Maru Gothic";
}
.h_style01 a {
	color: inherit;
}
.h_style02,
.post h3:not([class])/*トップのh2、下層のh3*/ {
	position: relative;
	margin: 24px 8px 32px;
	padding: 8px 12px;
	font-size: 20px;
	color: #fff;
	background: #2da0d2; /* Old browsers */
	border-radius:8px;
}
.h_style02:after,
.post h3:not([class]):after{
	position: absolute;
	content: '';
	top: 100%;
	left: 30px;
	border: 10px solid transparent;
	border-top: 12px solid #2da0d2;
	width: 0;
	height: 0;
}
.h_style03,
.post h4{
	margin: 32px 4px 24px;
	padding: 0 8px;
	font-size: 18px;
	border-left: solid 8px #F18A00;
	border-bottom: dotted 2px #ccc;
}
.h_style04,
.post h5{
	clear: both;
	overflow: hidden;
	margin: 24px 0 16px;
	padding: 0 8px 2px 32px;
	font-weight: bold;
	border-bottom: dotted 2px #ccc;
	background: url(../img/page_ico01.png) no-repeat;
	font-size: 18px;
}
.h_style05,
.post h6{
	clear: both;
	overflow: hidden;
	margin: 24px 0 16px;
	padding: 0 8px 2px;
	font-weight: bold;
	border-bottom: double 4px #076baf;
	font-size: 18px;
}
.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 {
	margin-bottom: 16px;
}

.ttl {
	margin: 0 4px 32px;
	text-align: center;
}
.bnr {
	margin: 0 4px 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;
}
.pc_br{
	display: none;
}
.btn a{
	display: block;
	text-align: center;
	border:solid 3px #076baf;
	text-decoration: none;
	width:56%;
	min-width:310px;
	margin:32px auto 16px;
	padding:10px;
	font-weight:bold;
	font-size:18px;
	border-radius:100px;
	box-sizing:border-box;
	background:url(image/all/btn_img.png) no-repeat right 16px center, #FFF;
	font-family: "Zen Maru Gothic";
}
.btn a:link, .btn a:visited{
	color:#076baf;
}
.btn a:hover{
	opacity:0.7;
}
.sp_br{
	display: block;
}
.marker{
	background:linear-gradient(transparent 60%, #edde7b 60%);
	font-weight:bold;
	padding: 0 8px;
}
.header_pc{
	display:block;
	border-top:solid 6px #076baf;
	padding: 20px 0 0;
}
.h_inner {
	overflow: hidden;
	margin: 0 auto;
	padding: 8px 0 16px;
	width: 95%;
	max-width: 1240px;
	text-align: center;
}
.h_inner img {
	width: 240px;
}
@media screen and (min-width:680px) {
	.h_inner {
		padding: 16px 0 24px;
	}
	.h_inner img {
		width: 330px;
	}
}
#h_gnav{
	background:#FFF;
	width:100%;
	margin:0 auto;
}
#h_gnav ul {
	overflow: hidden;
	max-width: 1240px;
	margin: 8px auto;
	display: flex;
	justify-content: center;
}
#h_gnav ul li{
	text-align: center;
	padding: 0 2px;
}
#h_gnav ul li:first-child {
	border: none;
}
#h_gnav ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5px 8px;
	text-decoration: none;
	font-size: 12px;
}
@media screen and (min-width:680px) {
	#h_gnav ul li a {
		padding: 4px 8px;
		font-size: 15px;
		margin: 0 10px;
	}
}

#h_gnav ul li a.is-active {
	background: #076baf;
	color: #fff !important;
	border-radius: 4px;
}
#h_gnav ul li a span {
	display: none;
}
#h_gnav ul li a:link, #h_gnav ul li a:visited{
	color:inherit;
}
#h_gnav ul li:hover {
	color:#2da0d2;
}
.fixed {
	position: fixed !important;
	top: 0px;
	box-shadow: 0 6px 12px -4px rgba(0,0,0,0.1);
	z-index:9999;
}
.fixed ul{
	transform: scale(0.96);
	transition: 0.3s;
}





/*      スマホメイン画像
-----------------------*/
.main_img {
	position: relative;
	display: block;
	margin: 0 auto;
	padding:0 0 20px 0;
	width: 100%;
	background:#FFF;
	z-index:999;
	box-sizing:border-box;
}
.main_img::before{
	content:"";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 24vh 0 0 100vw ;
	border-color: transparent transparent transparent #eaf5fa;
	z-index:-999;
}
/* 　　　スマホお問い合わせ
-------------------------------*/
.contact_list{
	margin:0 auto 24px;
}
.contact_list li{
	margin:0 6px 12px;
	padding:12px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	border:solid 1px #076baf;
	border-radius:10px;
	background:#FFF;
}
.contact_list li h3{
	font-family: "Zen Maru Gothic";
	padding:0 0 8px;
	margin:0 0 12px;
	text-align: center;
	font-size:26px;
	color:#076baf;
	border-bottom:solid 1px #076baf;
}
.contact_list li p{
	margin:0 0 8px;
}
.contact_list li .contact_area{
	text-align: center;
	color:#51b779;
}
.contact_map {
	text-align: center;
}
.page_top_pc{
	display:none;
}
/* 　　　　　スマホ地図
-------------------------------*/
.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;
}
/* 　　　　スマホメニュー
-------------------------------*/
.f_inner {
	margin: 0 auto;
	max-width: 640px;
}
.sideUpper, .sideNav, .sideLower, .topUpper, .topLower, .blogNav {
	margin: 0 0 16px;
}
#f_nav{
	margin:32px 0 0;
}
.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:#076baf;
	border-radius:8px;
}
/*メニュー共通設定*/
.widget_nav_menu p,
.connection_menu p,
.widget_categories p,
.widget_recent_entries p{
	padding: 8px;
	background: #2da0d2;
	text-align: center;
	color: #FFF;
	font-size: 18px;
	font-weight:bold;
	border-radius: 6px 6px 0 0;
}
/*メニュー（固定ページ/関連メニュー）*/
.widget_nav_menu,
.connection_menu {
	margin: 0 auto 1em;
	width:95%;
	max-width: 640px;
	border: solid 1px #076baf;
	border-radius: 10px;
}
.widget_nav_menu li,
.connection_menu li {
	border-bottom: solid 1px #CCC;
}
.widget_nav_menu li:last-child,
.connection_menu li:last-child {
	border:none;
}
.widget_nav_menu a,
.connection_menu a {
	display: block;
	padding: 10px 1em;
	background: url(image/all/ico_menu.png) no-repeat 99% center;
	background-size: 31px 31px;
	text-decoration: none;
	color: inherit;
}
/*カテゴリ（投稿記事）新着記事*/
.widget_categories,
.widget_recent_entries{
	width:95%;
	margin:0 auto 16px;
	border: solid 1px #BDBDAE;
	border-radius: 8px;
	font-weight: 400;
}
.widget_categories ul,
.widget_recent_entries ul{
	margin: 16px;
}
.widget_categories li,
.widget_recent_entries li{
	margin: 0 0 8px;
	padding: 0 0 2px 0px;
	border-bottom: dotted 2px #BCBCB2;
}
.widget_categories li a,
.widget_recent_entries li a,
.widget_meta li a{
	display: block;
	color: inherit;
	text-decoration: none;
}
.widget_recent_entries li {
	position: relative;
	padding: 16px 0 0;
	font-size: 15px;
}
.widget_recent_entries .post-date {
	position: absolute;
	top: 0;
	display: block;
	font-size: 13px;
}
/*検索*/
.widget_search {
	text-align: center;
}
.widget_search label {
	display: none;
}
/*月別アーカイブ*/
.widget_archive {
	text-align: center;
}
.widget_archive label::before {
	content: "月別アーカイブ";
}
/*メタ情報*/
.widget_meta {
	border-bottom: solid 1px #BDBDAE;
}
.widget_meta h2 {
	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;
}


.address {
	margin-top: 40px 0 0;
	padding: 20px 0;
	text-align: center;
	background: #EAF5FA;
}
.address img {
	width: 180px;
	margin: 0 auto 10px;
}
.address p {
	font-size: 14px;
}
@media screen and (min-width:680px) {
	.address {
		margin-top: 60px 0 0;
		padding: 30px 0;
	}
	.address img {
		width: 220px;
		margin: 0 auto 20px;
	}
	.address p {
		font-size: 16px;
	}
}

/* 　　　コピーライト
-------------------------------*/
.copyright {
	background: #076baf;
	text-align: center;
	color:#FFF;
	padding: 5px 0;
}
.copyright small {
	font-size: 12px;
}
/*       スマホfooter
---------------------------------*/
.f_inner{
	display:none;
}

/*     スマホ 症例・患者様の声
---------------------------------*/
.shourei, .voice {
	margin: 0 0 24px;
}
.shourei_list li, .voice_list li {
	margin: 0 4px 16px;
	padding: 16px;
	background: #d1edf9;
	border-radius: 8px;
}
.shourei_conts, .voice_conts {
	overflow: hidden;
	padding: 16px;
	background: #fff;
}
.shourei_conts h3, .voice_conts h3, .voice_tit{
	margin: 0 0 16px;
	padding: 8px 16px;
	background: #fff;
	border-bottom : dotted 2px #6b6b6b;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size:18px;
	font-weight:bold;
}
.voice_tit {
	color: #f18a00;/*患者様の声と色を変える*/
}
.shourei_txt p, .voice_txt p {
	margin: 0 0 1em;
}
.shourei_pic {
	width: 100px;
	margin: 0 auto 16px;
}
.shourei_pic p > :first-child img {
	width: 100px;
	height: auto;
}
.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: #fd5c5c;
}
/*	　スマホ　トップページ
---------------------------------*/
.top_sejutsu_bt01, .top_sejutsu_bt02 {
	margin: 0 4px;
	text-align: center;
}
.top_sejutsu_bt01 li, .top_sejutsu_bt02 li{
	margin:0 0 16px;
}
.top_onayami_wrap{
	background:url(image/top/top_onayami_bg.jpg) no-repeat center center;
	padding:16px;
	background-size:cover;
}
.top_onayami_inner{
	background:rgba(255,255,255,0.5);
	padding:10px;
}
.top_onayami_list{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.top_onayami_list li{
	width:30%;
	margin:0 4px 8px;
}
.top_contact_info li{
	margin:0 0 12px;
}
.top_feature_txt01{
	text-align: center;
	font-size:22px;
	font-family: "Zen Maru Gothic";
	margin:0 0 16px;
	color:#076BAF;
}
.top_point_list {
	margin: 0 8px 16px;
}
.top_point_list li {
	overflow: hidden;
	padding: 24px 0 40px;
	background: url(image/top/top_point_line.png) no-repeat center bottom;
	background-size:contain;
}
.top_point_list li:first-child {
	padding: 0 0 40px;
}
.top_point_list li:last-child{
	background:none;
	padding:24px 0 0;
}
.top_point_list h3 {
	margin: 0 auto 16px;
	font-size:22px;
}
.top_point_list h3 span{
	color:#F18A00;
}
.top_point_list h3 img{
	margin:0 auto 8px;
}
.top_point_txt {
	clear: left;
	margin:0 0 16px;
}
.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;
}
/*	　　スマホ下層ページ共有
---------------------------------*/
/*キャッチ*/
.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(../img/catch_ico01.png) no-repeat left center;
	font-size: 18px;
	border-bottom: dotted 2px #ccc;
}
.catch_list .img_right img {
	width: auto;
	height: auto;
	max-width: 224px;
	max-height: 224px;
}
.page_wrap{
	padding:1em;
	border:double 4px #2da0d2;
}
.post ol.page_merit{
	list-style:none;
	margin:0;
}
.page_merit li{
	border-bottom:dotted 2px #ccc;
}
.page_merit_tit{
	padding:0 0 0 56px;
	font-weight:bold;
	font-size:18px;
}
.recruit_list li{
	padding:0 0 0 60px;
	margin:0 0 16px;
	font-size:20px;
	font-weight:bold;
}
.recruit_list span{
	color:#F18A00;
}
.page_merit li:first-child .page_merit_tit, .recruit_list li:first-child{
	background:url(../img/merit_img01.png) no-repeat left center;
	background-size:50px 50px;
}
.page_merit li:nth-child(2) .page_merit_tit, .recruit_list li:nth-child(2){
	background:url(../img/merit_img02.png) no-repeat left center;
	background-size:50px 50px;
}
.page_merit li:nth-child(3) .page_merit_tit, .recruit_list li:nth-child(3){
	background:url(../img/merit_img03.png) no-repeat left center;
	background-size:50px 50px;
}
.page_merit li:nth-child(4) .page_merit_tit{
	background:url(../img/merit_img04.png) no-repeat left center;
	background-size:50px 50px;
}
.page_merit li:last-child .page_merit_tit{
	background:url(../img/merit_img05.png) no-repeat left center;
	background-size:50px 50px;
}
.qanda{
	border-bottom:dotted 2px #CCC;
	padding:16px 0;
}
.qanda dt{
	font-size:20px;
	background:url(image/page/q_ico.png) no-repeat;
	padding:0 0 0 40px;
	margin:0 0 8px;
	font-weight:bold;
}
.qanda dd{
	padding:0 12px;
}

.requirements {
	border: solid 1px #B1B1B1;
	margin: 0 auto;
}
.requirements th {
	border-top: solid 1px #B1B1B1;
	border-right: solid 1px #B1B1B1;
	padding: 10px 18px;
	background-color: #eaf5fa;
	vertical-align: middle;
	width: 25%;
}
.requirements td {
	border-top: solid 1px #B1B1B1;
	border-right: solid 1px #B1B1B1;
	padding: 10px 18px;
}
@media screen and (max-width:480px){
	.requirements,
	.requirements tr,
	.requirements tbody,
	.requirements th,
	.requirements td {
		display: block;
		width: auto;
		border: none;
	}
	.requirements {
		border: 1px solid #ccc;
		text-align: left;
	}
	.requirements td {
		padding-bottom: 20px;
	}
}

/*	　　スマホスタッフ紹介
---------------------------------*/
.staff_box_flex{
	margin:1em;
}
.staff_box{
	padding:12px;
	margin:0 0 16px;
	box-shadow: 0 4px 6px 0 rgba(0, 0, 0, .2);
}
.staff_box a{
	display:block;
	text-decoration:none;
}
.staff_list_pic{
	margin:0 auto 16px;
}
.staff_list_pic img{
	width:100%;
	height:200px;
	object-fit:cover;
}
.staff_list_name span{
	font-size:22px;
	font-weight:bold;
}
.staff_list_name {
	background: url(image/all/btn_img.png) no-repeat right center, #FFF;
	padding:0 16px 0 0;
}
.staff_box a:link, .staff_box a:visited{
	color:inherit;
}
.staff_pic{
	margin:0 auto 16px;
}
.staff_tit p{
	margin:0;
}
.staff_tit{
	padding:16px;
	background:#eaf5fa;
}
.staff_license{
	padding:8px;
}
.staff_license ul{
	list-style:disc;
	padding:0 0 0 23px;
}
.staff_tit_inner{
	padding:8px;
	margin:0 0 8px;
	border-bottom:solid 1px #323232;
}
.staff_tit_inner p:first-child{
	font-size:26px;
	font-weight:bold;
}
/*         スマホ料金表
---------------------------------*/
.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: #eaf5fa;
}
.ryoukin_style01 {
	font-size: 20px;
	font-weight: bold;
	color: #000;
	margin-left: 50px;
}
.ryoukin_chui {
	text-indent: -1em;
	margin: 0 30px;
}
/*    スマホコンタクトフォーム
---------------------------------*/
.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%;
}
/*        スマホ ページ送り
---------------------------------*/
.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;
}


@media screen and (min-width:480px) {
	/*　画面サイズが480pxからはここを読み込む　*/
	/*　for iPhone Landscape　(iPhone 横)　*/
	.gnav img {
		width: 48%;
	}
	.br_onoff {
		display: none;
	}
	.img_left, .alignleft {
		float: left;
		margin: 0 0.5em 0.5em 0;
	}
	.img_right, .alignright {
		float: right;
		margin: 0 0 0.5em 0.5em;
	}
	.shourei_pic {
		float: left;
		margin: 0 16px 0 0;
	}
	.shourei_pic p > :first-child {
		display: block;
		margin: 0 0 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 0.5em;
	}
	.contact_list{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin:0 auto 24px;
	}
	.contact_list li{
		margin:0 6px 12px;
		padding:12px;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
		width:46%;
		border:solid 1px #076baf;
		border-radius:10px;
		background:#FFF;
	}
	.page_merit_tit{
		padding:8px 0 8px 88px;
		font-size:24px;
	}
	.recruit_list li{
		font-size:24px;
		padding:8px 0 8px 88px;
	}
	.page_merit li:first-child .page_merit_tit, .recruit_list li:first-child{
		background:url(../img/merit_img01.png) no-repeat left center;
		background-size:80px 80px;
	}
	.page_merit li:nth-child(2) .page_merit_tit, .recruit_list li:nth-child(2){
		background:url(../img/merit_img02.png) no-repeat left center;
		background-size:80px 80px;
	}
	.page_merit li:nth-child(3) .page_merit_tit, .recruit_list li:nth-child(3){
		background:url(../img/merit_img03.png) no-repeat left center;
		background-size:80px 80px;
	}
	.page_merit li:nth-child(4) .page_merit_tit{
		background:url(../img/merit_img04.png) no-repeat left center;
		background-size:80px 80px;
	}
	.page_merit li:last-child .page_merit_tit{
		background:url(../img/merit_img05.png) no-repeat left center;
		background-size:80px 80px;
	}
	.top_h_style{
		font-size:30px;
	}
	/*      スマホ横アクセス
	---------------------------------*/
	.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;
	}
	.staff_box_flex{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-item-align: stretch;
		align-self:stretch;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
	.staff_box{
		width:41%;
		margin:0 6px 16px;
	}
	.staff_box a:hover{
		opacity:0.7;
	}
	.staff_box a img{
		transition: 0.3s;
	}
	.staff_box a:hover img{
		transform: scale(1.1);
		opacity:1.0;
	}
	.staff_wrap{
		display:flex;
	}
	.staff_pic{
		width:48%;
	}
	.staff_tit{
		width:50%;
		margin:0 0 16px 2%;
	}
	.qanda{
		padding:24px;
	}
	.qanda dt{
		margin:0 0 20px;
	}

}
@media screen and (min-width:480px) and (max-width:680px){
	/*　画面サイズが480pxから680pxはここを読み込む　*/
	/*　リキッドレイアウト微調整　*/
	.contact_conts .img_left{
		float:none;
	}
}
@media screen and (min-width:680px){
	/*　画面サイズが680pxからはここを読み込む（PC、スマホ）　*/
	/*      WordPress Native Styles
	--------------------------------------*/
	/* editor */

	.post h3:not([class]) {
		margin: 32px -24px 24px;
		font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		font-size: 18px;
	}
	/* img */
	.aligncenter {
		display: block;
		margin: 0 auto 8px;
	}
	.alignright {
		float: right;
		margin: 0 0 8px 8px;
	}
	.alignleft {
		float: left;
		margin: 0 8px 8px 0;
	}
	/*==================================
	base
	==================================*/
	.img_left {
		margin: 0 16px 16px 0;
		float: left;
	}
	.img_right {
		margin: 0 0 16px 16px;
		float: right;
	}
	a:hover img, a:active img {
		-webkit-opacity: 0.7;
		opacity: 0.7;
	}
	.br_onoff {
		display: none;
	}
	/*=================================
	design
	=================================*/
	body {
		line-height: 1.6;
		width:100%;
		margin-top:0 !important;
		font-size:17px;
	}
	#contents {
		margin: 40px auto;
		width:100%;
		max-width: 1024px;
	}
	#contents:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: "";
		clear: both;
		height: 0;
	}
	#form_contents {
		width: 720px;
		margin: 0 auto;
		padding: 100px 0 50px;
	}
	#main {
		z-index: -1;
		width: 74%;
		max-width: 720px;
	}
	/*.main_inner{
	margin-left:304px;
	max-width:720px;
}*/
	#sidebar {
		float: left;
		width:25%;
		max-width: 256px;
	}
	/*			PC common
	------------------------------*/
	.top_h_style{
		margin: 0 auto 32px;
		padding: 0 0 32px;
		text-align: center;
		font-size:36px;
		line-height:1.5;
	}

	.h_style01 /*下層ページのh2などに利用してください*/ {
		margin: 0 0 32px;
		padding: 15px 20px;
		border-bottom: double 6px #076baf;
		font-size: 28px;
	}
	.h_style02,
	.post h3:not([class])
	/*トップのh2、下層のh3*/ {
		margin: 32px 0 24px;
		padding: 8px 16px;
		border-radius:8px;
	}
	.h_style03,
	.post h4/*トップのh3、下層のh4*/ {
		clear: both;
		overflow: hidden;
		margin: 32px 0 24px;
		font-size: 20px;
	}
	.h_style04,
	.post h5/*ブログ見出し*/ {
		margin: 24px 0 16px;
		padding: 2px 8px 2px 32px;
		font-size: 20px;
		background: url(../img/page_ico01.png) no-repeat left center;
	}
	.h_style05, .post h6 {
		font-size: 20px;
	}
	.h_no_topmargin {
		margin: 0 0 24px;
	}
	.conts {
		margin: 0 24px 24px;
	}
	.conts:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: "";
		clear: both;
		height: 0;
	}
	.ttl {
		margin: 0 0 32px;
	}
	.bnr {
		margin: 0 0 16px;
		text-align: center;
	}
	.pc_br{
		display: block;
	}
	.sp_br{
		display: none;
	}
	.wrapper01{
		padding: 56px 0;
		max-width:1000px;
		margin:0 auto;
	}
	.contact_list li{
		width:23%;
		text-align: center;
		border-radius:16px;
	}
	.btn a{
		font-size:22px;
	}


	/*       PC メイン画像
	---------------------------------*/
	.main_img {
		text-align: center;
		margin:0 auto;
		padding: 0 0 56px 5%;
	}
	.main_img::before{
		border-width: 32vh 0 0 100vw;
	}
	/*       PC お問い合わせ
	---------------------------------*/
	.contact_conts {
		margin: 0 24px 32px;
		padding: 32px;
	}
	.contact_pic {
		float: left;
		margin: 0 1% 1% 0;
		width: 43%;
	}
	.contact_info{
		float: right;
		width: 54%;
	}
	.contact_add {
		margin: 0 0 16px;
	}
	.contact_add dt {
		margin: 16px 0 0;
		font-weight: bold;
	}
	.contact_map {
		margin: 0 auto;
		width: 100%;
		height: 368px;
	}
	.page_top_pc {
		display: block;
		margin: 0 32px 0 0;
		text-align: right;
		font-size: 13px;
	}
	.page_top_pc a {
		color: #6C4C3D;
	}
	.page_top_pc a:hover, .page_top_pc a:active {
		color: #BAEA83;
	}
	/*       PC side
	---------------------------------*/
	#f_nav{
		margin: 0;
	}
	.side_fixed_menu{
		width:100%;
	}
	.side_fixed_menu li{
		margin:0 auto 16px;
	}
	.side_fixed_menu li a/*PCサイドバーHOME・アクセスボタン*/{
		max-width:256px;
		padding:16px 0;
	}
	.side_fixed_menu li a:hover{
		opacity:0.7;
	}
	/*メニュー（固定ページ/関連メニュー）*/
	.widget_nav_menu,
	#custom_html-13,
	.connection_menu {
		width:100%;
	}
	.widget_nav_menu ul,
	.connection_menu ul {
		margin: 16px;
	}
	.widget_nav_menu li,
	.connection_menu li {
		margin: 0 0 8px;
		padding: 0 0 2px 32px;
		background: url(image/side/side_menu_ico01.png) no-repeat left 2px;
		border-bottom: dotted 2px #BCBCB2;
	}
	.widget_nav_menu li:hover,
	.widget_nav_menu li:active,
	.connection_menu li:hover,
	.connection_menu li:active{
		opacity:0.7;
	}
	.widget_nav_menu li:last-child,
	.connection_menu li:last-child{
		border-bottom: dotted 2px #BCBCB2;
	}
	.widget_nav_menu a,
	.connection_menu a{
		background: none;
		padding:0;
		color: inherit;
	}
	.widget_categories,
	.widget_recent_entries,
	.widget_search,
	.widget_archive,
	.widget_meta{
		width:100%;
	}
	.widget_categories li:hover, .widget_categories li:active{
		color: #BDBDAE;
	}
	/*       PC footer
	---------------------------------*/
	.f_inner {
		display:block;
		overflow: hidden;
		margin: 0 auto;
		padding: 32px 0 16px;
		width:95%;
		max-width: 1240px;
	}
	.copyright {
		margin:0;
	}
	.copyright small{
		font-size: 14px;
	}
	.copyright a {
		color: inherit;
	}
	.copyright a:hover, .copyright a:active {
		color: #BAEA83;
	}
	/*     PC 症例・患者様の声
	---------------------------------*/
	.shourei, .voice {
		margin: 0 0 40px;
	}
	.shourei_list li, .voice_list li {
		margin: 0 24px 32px;
		padding: 24px;
	}
	.shourei_conts, .voice_conts {
		padding: 24px;
	}
	.shourei_conts h3 {
		width:100%;
	}
	.voice_conts h3 {
		width:100%;
	}
	.shourei_txt, .voice_txt {
		clear: right;
		overflow: hidden;
		padding: 0 0 0 16px;
	}
	.shourei_txt p, .voice_txt p {
		margin: 0 0 1em;
	}
	.shourei_pic {
		float: left;
		width: 100px;
		margin: 0 16px 0 0;
	}
	.shourei_pic img {
		max-width: 100%;
		height: auto;
	}
	.shourei_pic p:first-child {
		margin: 0 0 8px;
	}
	.shourei_pic p:first-child img {
		width: 100px;
		height: auto;
	}
	.voice_pic {
		float: left;
		width: 150px;
		margin: 0 16px 0 0;
	}
	.voice_pic img {
		display: inline-block;
		margin: 0 0 8px;
		max-width: 100%;
		height: auto;
	}
	.menseki {
		overflow: hidden;
		margin: 16px 0 0;
		font-size: 12px;
	}
	/*	　PC トップページ
	---------------------------------*/
	.top_catch h2 {
		margin: 0 0 32px;
	}
	.top_sejutsu_bt01, .top_sejutsu_bt02{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.top_sejutsu_bt01 li{
		margin:0 8px 16px;
	}
	.top_sejutsu_bt02 li{
		margin:0 8px;
	}
	.top_onayami_wrap{
		padding:48px;
	}
	.top_onayami_inner{
		max-width:940px;
		margin:0 auto;
		padding:0 20px 32px;
	}
	.top_contact{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
	.top_contact_left{
		margin:0 16px 0 0;
	}
	.top_onayami_list{
		max-width: 800px;
		margin: 0 auto;
	}
	.top_onayami_list li{
		margin:0 8px 16px;
	}
	.top_feature_txt02 {
		text-align: center;
	}
	.top_point_list {
		margin: 0 0 24px;
	}
	.top_point_list li{
		font-size:18px;
		background-size:auto;
		padding:48px 0 64px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.top_point_list li:nth-child(2), .top_point_list li:nth-child(4){
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient:horizontal;
		-webkit-box-direction:reverse;
		-ms-flex-direction:row-reverse;
		flex-direction:row-reverse;
	}
	.top_point_list li:first-child{
		padding:0 0 64px;
	}
	.point_txt{
		width:60%;
	}
	.top_point_list h3{
		text-align: center;
		font-size:26px;
	}
	.top_point_txt {
		clear: left;
		font-size:17px;
	}
	.top_point_pic01{
		margin:0 0 0 16px;
	}
	.top_point_pic02{
		margin:0 16px 0 0;
	}
	.top_flow_list li {
		width: 46%;
		margin: 0 6px 22px;
	}
	.top_feature_txt01{
		font-size:28px;
	}

	/*	　PC 下層ページ共通
	---------------------------------*/
	/*キャッチ*/
	.banner_area {
		text-align: center;
	}
	.catch_list ul {
		margin: 4px 0;
	}
	.catch_list li {
		padding: 6px 0 6px 44px;
	}
	.catch_list .img_right {
		width: 224px;
		float: right;
	}
	.catch_list .img_right img {
		width: auto;
		height: auto;
		max-width: 224px;
		max-height: 224px;
	}
	/*        PC 相互リンク
	---------------------------------*/
	.link_infomation {
		border: solid 1px #EAEAEA;
		width: 600px;
		margin: auto auto;
	}
	.link_th {
		width: 128px;
		line-height: 3em;
		background-color: #FFEFBF;
		border-bottom: 1px solid #EAEAEA;
		padding-left: 10px;
	}
	.link_td {
		padding: 10px;
		border-bottom: 1px solid #EAEAEA;
	}
	.link_th02 {
		width: 158px;
		line-height: 3em;
		background-color: #FFEFBF;
		padding-left: 10px;
	}
	.link_td02 {
		padding: 10px;
	}
	.sogo_link {
		border: 1px solid #EAEAEA;
		width: 598px;
		margin: auto auto;
	}
	.sogo_link dt {
		padding-left: 10px;
		line-height: 2em;
		background-color: #FFEFBF;
	}
	.sogo_link dd {
		padding: 10px;
	}
	/*       PC アクセス
	---------------------------------*/
	.access_info01 p {
		margin: 0;
	}
	.access_info02 {
		clear: both;
	}
	.access_info03 {
		margin: 0 auto;
		width: 500px;
	}
	/*        PC 料金表
	---------------------------------*/

	/*        PC コンタクトフォーム
	---------------------------------*/
	.form_atention {
		width: 92%;
	}
	.privacy_policy {
		height: 150px;
	}
	/*         PC ブログ
	---------------------------------*/
	.date {
		font-size: 13px;
		color: #ccc;
		text-align: right;
	}
	/*        PC ページ送り
	---------------------------------*/
	.navigation {
		width: 630px;
	}
}
@media screen and (min-width:680px) and (max-width:984px){
	/*　画面サイズが680pxから984pxはここを読み込む　*/
	/*　リキッドレイアウト微調整　*/
	.img_left, .alignleft {
		float: none;
		margin: 0 auto 0.5em;
	}
	.img_right, .alignright {
		float: none;
		margin: 0 auto 0.5em;
	}
	.img_center {
		display: block;
		margin: 0 auto 16px;
	}
	.conts .img_left {
		float: none;
		margin: 0 auto 16px;
	}
	.conts .img_right {
		float: none;
		margin: 0 auto 16px;
	}
	.top_sejutsu_bt li{
		width:49%;
	}
	.shourei_pic {
		float:none;
		width: 100px;
		margin: 0 auto 16px;
	}
	.shourei_pic p > :first-child img {
		width: 100px;
		height: auto;
	}
	.voice_pic {
		float:none;
		width: 150px;
		margin: 0 auto 16px;
	}
	.voice_pic p > :first-child {
		display: block;
		margin: 0 auto 8px;
	}
	.catch_list ul{
		width:100%;
	}

}
@media screen and (min-width:680px) and (max-width:1084px){
	/*　画面サイズが680pxから1084pxはここを読み込む　*/
	/*　リキッドレイアウト微調整　*/
	.catch_list ul{
		width:100%;
	}
	.catch_list .img_right{
		float:none;
		margin:0 auto 16px;
	}
	.contact_uketsuke .img_left{
		float:none;
		margin:0 auto 16px;
	}
}
@media screen and (min-width:680px) and (max-width:1240px){
	/*　画面サイズが680pxから1240pxはここを読み込む　*/
	/*　リキッドレイアウト微調整　*/
	#contents{
		width:96%;
	}
}