@charset "UTF-8";

/*HP-css*/
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;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	padding-top: 0px;
}

/*----アクセス道順----*/
.route_box {
	margin-top: 40px;
}
.route_box section {
	margin-bottom: 35px;
}
.route_box p {
	font-size: 16px;
	margin-top: 10px;
}
.route_box .flow_img {
	width: 100%;
	height: 55vw;
	position: relative;
}
.route_box .flow_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.route_box .flow_img span {
	position: absolute;
	background-color: #0185BF;
	display: block;
	left: -10px;
	top: -10px;
	color: #FFFFFF;
	font-size: 22px;
	border: 2px solid #FFFFFF;
  border-radius: 50%;
	text-align: center;
	font-weight: bold;
	width: 55px;
	height: 55px;
	box-sizing: border-box;
	padding-top: 9px;
}




.conF .concept_box {
	margin-top: 25px;
}
.please_box .advice_A .shape {
	font-size: 300px;
	color: #FFF1EB;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0px;
}
.please_box .advice_B .shape {
	font-size: 300px;
	color: #EBF7FF;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0px;
}
.please_box .advice_A {
	border: 2px solid #E64000;
	border-radius: 8px;
	background-color: #FFFFFF;
	margin-top: 35px;
	overflow-y: hidden;
	padding-bottom: 20px;
	position: relative;
}
.please_box .advice_B {
	border: 2px solid #1781BF;
	border-radius: 8px;
	background-color: #FFFFFF;
	margin-top: 35px;
	overflow-y: hidden;
	padding-bottom: 20px;
	position: relative;
}


/*-----テーブル---------*/
table.outline_content {
	margin: 0 auto;
	width: 100%;
	border: none;
	border-top: solid 1px #A5A5A5;
	border-bottom: solid 1px #A5A5A5;
	border-collapse: separate;
	border-spacing: 0 8px;
	letter-spacing: 0.04em;
}
table.outline_content th {
	vertical-align: middle;
	height: 30px;
	width: 40px;
	border-right: solid 1px #A5A5A5;
	margin: 0;
	text-align: center;
	color: #3B3B3B;
	font-size: 13px;
	font-weight: normal;
}
table.outline_content td.data {
	margin: 0;
	height: 38px;
	width: 90px;
	border: none;
	color: #666;
	font-size: 12px;
	line-height: 17px;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
	padding-left: 5px;
}
table.outline_content td:fst-child {
	padding: 0 0 0 10px;
	vertical-align: middle;
}
table.outline_content td.bar {
	height: 1px;
	width: 100%;
	border-top: solid 1px #A5A5A5;
}
/*--------------------------------------*/
.sub_hero .back_filter {
	width: 100%;
	height: 260px;
	background-color: rgba(255,255,255,0.25);
	position: absolute;
	top: 0px;
}
.reserve_box {
	padding-top: 55px;
	background-color: #FFFFF8;
}
.reserve_box .point_box {
	border: 1px solid #FF521B;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 15px;
}
.reserve_box .container {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.staff_box .staff_table table tr th {
	width: 90px;
	vertical-align: middle;
	padding-top: 7px;
	padding-bottom: 7px;
	font-size: 15px;
	font-weight: normal;
	background-color: #F4F4F4;
}
.staff_box .staff_table table tr td {
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 10px;
	font-size: 15px;
	padding-right: 10px;
}
.staff_box .staff_table table {
	border-collapse: collapse;
	width: 100%;
}
.greeting_box {
	padding-top: 35px;
	padding-bottom: 60px;
	background-color: #FFFFF8;
}
.greeting_box .container {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.setH .accordion {
	margin-top: 25px;
}
.faq_box .accordion {
	margin-top: 25px;
}
.accordion .ac_box {
	border-top: 1px solid #A6A6A6;
}
.accordion .ac_box:last-child {
	border-bottom: 1px solid #A6A6A6;
}
.ac_box dt{
	cursor: pointer;
	background-color: #FFFFFF;
	display: flex;
	align-items: center;
	transition: all 0.3s;
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
	padding-right: 25px;
}
.ac_box dt span.question {
	font-size: 22px;
	color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #1781BF;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
}
.ac_box dt span.plus {
	font-size: 14px;
	color: #A6A6A6;
	padding-right: 5px;
	position: absolute;
	right: 0px;
}
.ac_box dt h3 {
	color: #000000;
	font-size: 16px;
	line-height: 1.3;
	padding-left: 10px;
	font-weight: normal;
}
.ac_box .none_box{
	display: none;
}
.ac_box dd{
	text-align: justify;
	display: flex;
	padding-bottom: 10px;
	align-items: flex-start;
}
.ac_box dd span{
	font-size: 22px;
	color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #C1A900;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
}
.ac_box dd p {
	padding-top: 9px;
	padding-right: 5px;
	padding-left: 10px;
	color: #000000;
	font-size: 14px;
}
.breadcrumb {
	position: absolute;
	left: 0px;
	padding-left: 5%;
	width: 95%;
	top: 5px;
	padding-bottom: 5px;
}
.breadcrumb li {
	list-style-type: none;
	display: inline;
}
.breadcrumb li:after{
	content: '>';
	padding-right: 4px;
	padding-left: 4px;
	color: #888888;
}
.breadcrumb li:last-child:after{
	content: '';
}
.breadcrumb li a {
	text-decoration: none;
	color: #000000;
	font-size: 12px;
	transition: all 0.3s;
}
.breadcrumb li a:hover  {
	opacity: 0.7;
}
.blog_box a time {
	padding-left: 15px;
	margin-top: 10px;
	font-size: 13px;
	color: #868686;
	display: flex;
	align-items: center;
}
.blog_box a time img {
	width: 12px;
	height: auto;
	margin-right: 3px;
}
.blog_box .tag {
	display: block;
	margin-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
}
.post_content .tag {
	margin-top: 25px;
}
.pnavi_space {
	height: 30px;
}
.pnavi {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.pnavi span {
	font-size: 15px;
	background-color: #1781BF;
	color: #FFFFFF!important;
	border: 1px solid #1781BF;
	padding-left: 13px;
	padding-right: 13px;
	padding-top: 7px!important;
	padding-bottom: 7px!important;
	margin-bottom: 15px;
	margin-left: 3px;
	margin-right: 3px;
	display: inline-block;
}
.pnavi span.dots {
	background-color: #FFFFFF;
	color: #795547;
	border: none;
}
.pnavi a {
	font-size: 15px;
	text-decoration: none;
	color: #1781BF;
	border: 1px solid #1781BF;
	padding-left: 13px;
	padding-right: 13px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-left: 3px;
	margin-right: 3px;
	margin-bottom: 15px;
	display: inline-block;
	transition: all 0.3s;
}
.pnavi a:hover {
	opacity: 0.6;
}
.pnavi a.next {
	border: none;
}
.pnavi a.prev {
	border: none;
}
.conJ .flex {
	margin-top: 20px;
}
.con_info .main_info .main_info_box {
	height: 145px;
	overflow: auto;
	padding-top: 12px;
	padding-bottom: 3px;
}
.con_info .main_info .main_info_box p span {
	color: #919191;
}
.con_info .main_info .main_info_box a span {
	color: #919191;
	margin-bottom: 3px;
	display: inline-block;
}
.con_info .main_info {
	border: 1px solid #1781BF;
	border-radius: 7px;
	margin-top: 25px;
}
.side_info {
	border-radius: 7px;
}
.side_info .side_info_box p span {
	color: #919191;
}
.side_info .side_info_box .container {
	overflow: auto;
	height: 140px;
	padding-top: 10px;
}
.side_info .side_info_box {
	background-color: #FFFFFF;
	border-right: 1px solid #C1A900;
	border-bottom: 1px solid #C1A900;
	border-left: 1px solid #C1A900;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
}
.link_button {
	margin-top: 20px;
}
.setF .contact_text .logo {
	width: 65%;
}
.setF .contact_text .time_bn {
	width: 90%;
}
.setF .contact_text .tel_number img {
	margin-bottom: -7px;
	width: auto;
}
.point_menu_box h3 span  {
	font-size: 15px;
	color: #FFFFFF;
}
.point_menu_box .point_link span {
	font-size: 13px;
	color: #FFFFFF;
	background-color: #C1A900;
	position: absolute;
	bottom: 0px;
	top: auto;
	left: auto;
	right: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 3px;
	text-decoration: none;
}
.blog_box .tag a {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #C1A900;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration: none;
	margin-right: 10px;
	display: inline-block;
	margin-bottom: 5px;
}
.post_content .tag a {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #C1A900;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration: none;
	margin-right: 10px;
	display: inline-block;
}
.content_menu_box a span {
	font-size: 13px;
	color: #FFFFFF;
	background-color: #C1A900;
	position: absolute;
	bottom: 0px;
	top: auto;
	left: auto;
	right: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.content_menu_box a .img {
	height: auto;
	overflow: hidden;
	width: 100%;
}
.content_menu_box .img img {
	height: 26vw;
	width: 100%;
	transition: all 0.3s;
	display: block;
}
.point_menu_box .img {
	height: 180px;
	overflow: hidden;
	width: 100%;
	background-size:cover;
}
.blog_box .img {
	height: 160px;
	overflow: hidden;
	width: 100%;
}
.point_menu_box .img img {
	height: auto;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	transition: all 0.3s;
}
.blog_box .img img {
	height: auto;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	transition: all 0.3s;
}
.content_menu_box a p {
	text-align: center;
	font-size: 15px!important;
	color: #1781BF;
	background-color: #FFFFFF;
	padding-top: 4px!important;
	padding-bottom: 4px!important;
	display: block;
	font-weight: bold;
	border-bottom: 2px solid #1781BF;
}
.point_menu_box h3 {
	text-align: center;
	font-size: 21px!important;
	color: #1781BF;
	background-color: #FFFFFB;
	padding-top: 10px!important;
	padding-bottom: 10px!important;
	display: block;
	font-weight: bold;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	border-bottom: 2px solid #1781BF;
}
.point_menu_box h4 {
	text-align: center;
	font-size: 21px!important;
	color: #1781BF;
	background-color: #FFFFFB;
	padding-top: 10px!important;
	padding-bottom: 10px!important;
	display: block;
	font-weight: bold;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	border-bottom: 2px solid #1781BF;
}
.blog_box h3 {
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	padding-left: 15px;
	margin-top: 4px;
	line-height: 1.5;
	padding-right: 15px;
	text-align: justify;
}
.pc_sidemenu .side_bn a span {
	font-size: 13px;
	text-align: center;
	display: block;
	background-color: #C1A900;
	color: #FFFFFF;
	position: absolute;
	bottom: 0px;
	top: auto;
	left: auto;
	right: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 1px;
}
.pc_sidemenu .side_bn a .img {
	height: 120px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.pc_sidemenu .side_bn a .banner_A {
	background-image: url(img/side_banner_A.jpg);
}
.pc_sidemenu .side_bn a .banner_B {
	background-image: url(img/side_banner_B.jpg);
}
.pc_sidemenu .side_bn a .banner_C {
	background-image: url(img/side_banner_C.jpg);
}
.pc_sidemenu .side_bn a .banner_D {
	background-image: url(img/side_banner_D.jpg);
}
.setF .tel_number p span {
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}
.pc_header .clinic_logo .mobile {
	width: 245px;
	height: auto;
}
.pc_header.sub_pc .clinic_logo {
	margin-top: 0px;
	text-align: center;
}
.pc_header .clinic_logo .pc {
	display: none;
}
.pc_header .tel_number p span {
	font-size: 13px;
	font-weight: normal;
	color: #000;
}
.pc_header .tel_number.sub p span {
	color: #000000;
}
.sub_hero .sub_hero_title {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	width: 90%;
}
.sub_hero .illust_title {
	text-align: center;
	position: absolute;
	top: 55%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	width: 90%;
	max-width: 450px;
}
.sub_hero .sub_hero_title span {
	font-size: 36px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
	font-style: italic;
	color: #C1A900;
	line-height: 1;
	margin-bottom: 5px;
	font-weight: bold;
	letter-spacing: 0.06em;
	display: block;
	text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF,  0-1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}
.flow_number p {
	color: #1781BF;
	font-size: 32px;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 8px;
}
.flow_number {
	display: flex;
	align-items: center;
}
.title_box h2 span {
	font-size: 28px!important;
}
.title_box h2.center span {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-size: 24px!important;
	color: #1781BF;
	border-bottom: 1px solid #C1A900;
	display: inline-block;
}
.title_box h3 span {
	font-size: 28px!important;
}
.title_box h2 .orange {
	color: #C1A900;
}
.title_box h2 .red {
	color: #FF4100;
}
.title_box h3 .orange {
	color: #C1A900;
}
.title_box h2 .blue {
	color: #3265D4;
}
.is-fixed {
  display: none;
}
.under_button {
	position: fixed;
	bottom: 0px;
	z-index: 30;
	display: flex;
	top: auto;
	-webkit-box-shadow: 1px 0px 4px #5F5F5F;
	box-shadow: 1px 0px 4px #5F5F5F;
	width: 100vw;
}
header {
	overflow-x: hidden;
}
.phone_menu {
	position: fixed;
	top: 0px;
	background-color: #FFFFFF;
	width: 56%;
	height: 80vh;
	right: 0px;
	transition: all 0.45s;
	transform: translate(100%);
	z-index: 20;
	opacity: 0;
	overflow-y: auto;
	padding-top: 80px;
	padding-bottom: 40px;
}
.phone_menu ul {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}
.phone_menu ul li {
	border-top: 1px solid #D9D9D9;
	width: 92%;
	margin-left: auto;
	margin-right: auto;
}
.phone_menu ul li:first-child {
	border: none;
}
.phone_menu .acd_btn {
	height: 35px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 88%;
	margin-left: auto;
	margin-right: auto;
}
.phone_menu .acd_btn a {
	font-size: 14px;
	text-decoration: none;
	color: #1781BF;
	padding-top: 4px;
	font-weight: bold;
}
.no_link {
	pointer-events: none;
}
.phone_menu .acd_content {
	background-color: #FFFFFF;
	display: none;
	width: 88%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 8px;
}
.phone_menu .acd_content a {
	text-decoration: none;
	color: #303030;
	display: block;
}
.phone_menu .acd_content a p {
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	padding-right: 5px;
	line-height: 1.4;
	letter-spacing: 0.03em;
}
.phone_menu.open {
	transform: translate(0);
	opacity: 1;
}
.phone_back.open {
	visibility: visible;
	animation-duration: .3s;
	animation-name: fade-in;
}
@keyframes fade-in {
	0% {
		visibility: hidden;
		opacity: 0;
	}
	30% {
		visibility: visible;
		opacity: .3;
	}
	50% {
		visibility: visible;
		opacity: .5;
	}
	70% {
		visibility: visible;
		opacity: .7;
	}
	100% {
		visibility: visible;
		opacity: 1;
	}
}
.phone_back {
	background-color: rgba(0,0,0,0.75);
	width: 100vw;
	height: 100vh;
	position: fixed;
	visibility: hidden;
	left: 0px;
	z-index: 20;
	bottom: auto;
}
.phone_menu .acd_btn span {
	font-size: 10px;
	transform: scale(1.3, 0.7);
	display: inline-block;
	height: 6px;
	color: #C1A900;
	vertical-align: text-top;
	margin-top: -5px;
}
.setD a img:hover {
	-webkit-transform: scale(1.02);
	transform: scale(1.02);
	opacity: 0.8;
}
.sub_boxD .picture_box .flex img {
	margin-bottom: 10px;
}
.setF #info_margin {
	height: 60px;
}
.privacy_box .container {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.privacy_box .privacy p {
	font-size: 15px;
	margin-bottom: 15px;
}
.privacy_box .privacy h2 {
	font-size: 16px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-bottom: 5px;
	margin-top: 25px;
}
.privacy_box .privacy h3 {
	font-size: 15px;
	margin-bottom: 15px;
	text-align: center;
}
.privacy_box {
	padding-top: 40px;
	padding-bottom: 30px;
	position: relative;
}
.privacy_box .privacy h1 {
	font-size: 20px;
	color: #1781BF;
	text-align: center;
	margin-bottom: 25px;
}
.contact_box {
	padding-top: 40px;
	padding-bottom: 20px;
	background-color: #FFFFF8;
}
.contact_box form .img_send input[type=checkbox] {
	transform: scale(1.4);
}
.contact_box .container {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.sub_boxD span {
	width: 50px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	border-top: 2px solid #C1A900;
	margin-top: 15px;
	margin-bottom: 25px;
}
.profile_box span {
	width: 50px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	border-top: 2px solid #C1A900;
	margin-top: 15px;
	margin-bottom: 25px;
}
.main .sub_boxD {
	padding-top: 55px;
	padding-bottom: 60px;
}
.profile_box {
	padding-bottom: 60px;
	background-color: #FFFFF8;
}
.conJ .under_bar {
	width: 50px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 20px;
	border-top: 2px solid #4F81EC;
}
.conC span {
	display: block;
	width: 50px;
	border-top: 2px solid #4F81EC;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 20px;
}
.sub_boxD h2 {
	font-size: 20px;
	color: #1781BF;
	text-align: center;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
.profile_box h2 {
	font-size: 20px;
	color: #1781BF;
	text-align: center;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
.conJ .acc_flow_title h2 {
	font-size: 20px;
	text-align: center;
	color: #4F81EC;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
.main .sub_boxD .container {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.profile_box .container {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.on-margin {
	padding-top: 50px;
}
.fixed_menu nav ul li a span {
	font-size: 12px;
	margin-left: 15px;
	color: #FFFFFF;
}
.fixed_menu .side_btn img {
	position: absolute;
	right: 4%;
	bottom: 0px;
}
.side_info .info_btn img {
	position: absolute;
	right: 4%;
	bottom: 0px;
}
.pc_sidemenu .fixed_menu .side_btn {
	position: relative;
	background-color: #1781BF;
	height: 50px;
	text-align: center;
	border-radius: 7px;
	border-bottom: 6px inset #C1A900;
	margin-top: 25px;
}
.pc_sidemenu .side_info .info_btn {
	position: relative;
	background-color: #1781BF;
	height: 50px;
	text-align: center;
	border-bottom: 6px inset #C1A900;
	margin-top: 25px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
}
footer .footC {
	background-color: #FFFFFF;
	margin-top: 45px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 70px;
}
footer .footC p {
	font-size: 12px;
	color: #1781BF;
	margin-top: 5px;
}
.conJ .flex img {
	margin-top: 15px;
	width: 100%;
	height: auto;
}
footer .footA {
	margin-bottom: 30px;
	color: #FFFFFF;
}
footer .container  {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
footer .container h2 {
	color: #3265D4;
	background-color: #FFFFFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 8px;
	text-align: center;
	border-radius: 5px;
}
footer .container h3 {
	color: #1781BF;
	background-color: #FFFFFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 8px;
	text-align: center;
	border-radius: 5px;
}
footer {
	background-color: #1781BF;
	padding-top: 50px;
}
footer .footA a {
	color: #FFFFFF;
	font-size: 14px;
	text-decoration: none;
	transition: all 0.3s;
}
footer .footA a:hover {
	transition: all 0.3s;
	opacity: 0.7;
}
.setF .container .flex {
	background-color: rgba(255,255,255,0.85);
	margin-top: 25px;
}
.setF .hospital_img {
	background-image: url(img/hospital.jpg);
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	height: 400px;
}
.main .conK {
	padding-bottom: 10px;
	padding-top: 50px;
}
.setF .contact_text   {
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
}
.setF .contact_text .text {
	font-size: 14px;
	margin-bottom: 20px;
}
.setF .contact_text h2 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	margin-bottom: 10px;
}
.setF .contact_text h3 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	margin-bottom: 10px;
}
.main .sub_hero {
	position: relative;
	height: 260px;
}
.main .sub_hero img {
	object-fit: cover;
	position: absolute;
	width: 100%;
	height: 100%;
}
.main .sub_hero .illust_title img {
	object-fit: cover;
	position: static;
	width: 100%;
	height: auto;
}
.conK section .small {
	font-size: 13px;
	margin-top: 10px;
}
.conK .container section {
	margin-bottom: 65px;
}
.conK .container {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.conK section span {
	border-bottom: 1px solid #C1A900;
	display: block;
	width: 35px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px
}
.conK .orange h2 {
	color: #C1A900;
}
.conK .orange span {
	border-bottom-color: #C1A900;
}
.conK section table.three_col {
	border: 1px solid #9D9D9D;
	border-collapse: collapse;
	width: 100%;
}
.conK section table.three_col tr {
	border: 1px solid #9D9D9D;
	border-collapse: collapse;
	background-color: #FAFAFA;
}
.conK section table.three_col tr:nth-child(1)  {
	background-color: #C3E9FF;
}
.conK section table.three_col tr th {
	border: 1px solid #9D9D9D;
	border-collapse: collapse;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 15px;
	font-weight: normal;
}
.conK section table.three_col tr th:nth-child(1)  {
	background-color: #C3E9FF;
}
.conK section table.two_col {
	border: 1px solid #9D9D9D;
	border-collapse: collapse;
	width: 100%;
}
.post_content table {
	border: 1px solid #9D9D9D;
	border-collapse: collapse;
	width: 100%;
	margin-top: 20px;
}
.post_content table tr {
	border: 1px solid #9D9D9D;
	border-collapse: collapse;
	background-color: #FAFAFA;
}
.post_content table tr td {
	border: 1px solid #9D9D9D;
	border-collapse: collapse;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 15px;
	font-weight: normal;
}
.post_content table td:nth-child(1)  {
	background-color: #C3E9FF;
}
.conK section table.two_col tr {
	border: 1px solid #9D9D9D;
	border-collapse: collapse;
	background-color: #FAFAFA;
}
.conK section table.two_col tr th {
	border: 1px solid #9D9D9D;
	border-collapse: collapse;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 15px;
	font-weight: normal;
}
.conK section table.two_col tr th:nth-child(1)  {
	background-color: #C3E9FF;
}
.pc_flex .pc_sidemenu .side_bn {
	margin-top: 3px;
}
.pc_sidemenu .side_bn a {
	transition: all 0.3s;
	margin-bottom: 16px;
	display: block;
	text-decoration: none;
	border: 2px solid #1781BF;
	position: relative;
}
.side-fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 5;
}
.menu_S {
	z-index: 30;
	width: 100vw;
	background-color: #1781BF;
	display: flex;
	justify-content: space-between;
	-webkit-box-shadow: 0px 1px 4px #5F5F5F;
	box-shadow: 0px 1px 4px #5F5F5F;
	position: fixed;
}
.menu_S ul {
	display: flex;
	list-style-type: none;
	justify-content: space-between;
	margin-left: 0px;
	padding-left: 0px;
	width: 100%;
}
.menu_S ul li a img {
	margin-left: -30px;
	padding-top: 4px;
	display: none;
}
.menu_S ul li {
	width: 21.5%;
}
.menu_S ul li.home {
	width: 17%;
}
.menu_S ul li.space {
	width: 26%;
}
.menu_S ul li:nth-child(6) a {
	border-right: none;
}
.menu_S ul li:nth-child(5) {
	display: none;
}
.menu_S ul li:nth-child(4) {
	display: none;
}
.menu_S ul li:nth-child(7) {
	display: none;
}
.menu_S ul li a {
	text-decoration: none;
	font-size: 13px;
	display: block;
	background-color: #1781BF;
	color: #FFFFFF;
	text-align: center;
	height: 40px;
	position: relative;
	margin-top: 6px;
	margin-bottom: 6px;
	border-right: 1px solid #C1A900;
}
.menu_S ul .small a {
	border: none;
}
.menu_S ul li a span {
	position: absolute;
	top: 53%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 80px;
	color: #FFFFFF;
}
.pc_header .flex .box {

}
.seo_h1 h1 span {
  display: none;
}
.seo_h1 h2 span {
  display: none;
}

.seo_h1 h1 {
	color: #FFFFFF;
	font-size: min(3.2vw,12px);/*（基本サイズ、最大サイズ）*/
	font-weight: lighter;
	text-align: center;
	display: flex;
	justify-content: center;
}
.seo_h1 p {
	color: #FFFFFF;
	font-size: min(3.2vw,12px);/*（基本サイズ、最大サイズ）*/
	font-weight: lighter;
}
.pc_header .seo_h1 {
	background-color: #1781BF;
	padding-top: 2px;
	padding-bottom: 2px;
}
.pc_header.sub_pc .seo_h1 {
	/* [disabled]background-color: #795547; */
}
.pc_header {
	padding-bottom: 3px;
	width: 100vw;
	position: absolute;
	z-index: 8;
	top: 0px;
}
.setA .box .flex {
  margin-top: 10px;
}
.staff_box .flex {
  margin-top: 15px;
}
.setA .box .flow_text {
  margin-bottom: 15px;
}
.staff_box .text {
	margin-top: 15px;
}
.setA .box .flex .flow_img img {
	height: auto;
	width: 100%;
}
.staff_box img {
	height: auto;
	width: 100%;
}
.please_box {
	padding-top: 55px;
	padding-bottom: 60px;
	background-color: #FFFFF8;
}
.setE {
	padding-top: 55px;
	padding-bottom: 60px;
	background-color: #FFFFFF;
}
.setD {
  padding-top: 45px;
  padding-bottom: 45px;
}
.setA {
	padding-top: 55px;
	padding-bottom: 60px;
	background-color: #FFFFFF;
}
.setA.back_color {
	background-color: #FFFFF8;
}
.setA.root {
	background-color: #FFFFFF;
}
.setA.different {
	background-color: #FFFFFF;
}
.setA .container .arrow {
	width: 0;
	height: 0;
	border-left-style: solid;
	border-right-style: solid;
	border-top-style: solid;
	border-right: 25px solid transparent;
	border-left: 25px solid transparent;
	border-top: 23px solid #C1A900;
	margin-left: auto;
	margin-right: auto;
}
.setC .box img {
  margin-top: 20px;
}
.setB {
	padding-top: 55px;
	padding-bottom: 60px;
	background-color: #FFFFF8;
}
.setG {
	padding-top: 45px;
	padding-bottom: 45px;
	background-color: #F8F8EE;
}
.setH {
	padding-top: 45px;
	padding-bottom: 45px;
}
.setA .container .box {
  margin-top: 25px;
  margin-bottom: 10px;
}
.staff_box {
	margin-bottom: 60px;
}
.section_box {
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #FFFFFF;
}
.section_box .container {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.video_box .flex {
  margin-top: 20px;
}
.conI .box {
  margin-top: 30px;
}

.video_box .video .inner {
	position: relative;
	padding-bottom: 56.25%;
	margin-bottom: 0px;
}
.video_box .video {
	width: 100%;
}
.conI .box .flex {
  margin-top: 10px;
}
.conI .box video {
	width: 100%;
	margin-top: 10px;
}
.conI {
	padding-top: 55px;
	padding-bottom: 60px;
}
.conI img.under_margin {
	margin-bottom: 50px;
}
.conI.back_color {
	background-color: #FFFFF8;
	
}
.conF {
	padding-top: 50px;
	padding-bottom: 60px;
	background-image: url(img/point.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #FFFFF8;
}
.conF.back_white {
	background-color: #FFFFFF;
}
.conD h2 span {
	font-size: 22px;
	color: #C1A900;
}
.conH {
	padding-top: 45px;
	padding-bottom: 25px;
	background-color: #FFFFFF;
}
.setB .container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.setG .container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.setH .container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.setA .container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.conJ .voice_title img {
  margin-top: -26px;
}
.conJ .voice_text {
  background-color: #FFFFFF;
}
.conJ {
	background-color: #FFFFFF;
	padding-top: 60px;
	padding-bottom: 60px;
}
.conG .container {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.conG {
	background-image: url(img/greeting_back_s.jpg);
	background-position: right top;
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 55px;
	height: 200px;
}
.conF .container {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.conD .check_box .flexA {
	display: flex;
	justify-content: space-between;
	width: 93%;
	margin-left: auto;
	margin-right: auto;
}
.conB .resolution_text img {
	max-width: 500px;
}
.conD .container {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.conD .check_box {
	background-color: #FFFFFF;
	padding-top: 7px;
	padding-bottom: 20px;
	margin-top: 25px;
	margin-bottom: 20px;
	border: 1px solid #795547;
}
.conD {
	background-color: #FFFFFF;
	padding-top: 45px;
	padding-bottom: 45px;
}
.conC .container img {
	margin-bottom: 20px;
}
.conC .container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.conC {
  padding-top: 45px;
  padding-bottom: 20px;
  background-image: url(img/factor_back.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.conA {
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #FFFFFF;
}
.conA.resolution {
	background-color: #FFFFF8;
}
.con_info {
	padding-top: 55px;
	padding-bottom: 60px;
	background-color: #FFFFFF;
}
.list_box {
	padding-top: 45px;
	padding-bottom: 60px;
	background-color: #FFFFFF;
}
.faq_box {
	padding-top: 45px;
	padding-bottom: 45px;
	background-color: #FFFFFF;
}
.category_box {
	padding-top: 45px;
	background-color: #FFFFFF;
}
.category_box .sub_text {
	margin-top: 25px;
}
.category_box .sub_text p {
	font-size: 15px;
}
.post_content {
	padding-top: 10px;
	padding-bottom: 45px;
	background-color: #FFFFFF;
}
.conB {
	padding-bottom: 0px;
}
.conB .container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.conB .resolution_text  {
	text-align: center;
}
.parallax_boxA {
  height: 570px;
}
.conA .container {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.con_info .container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.list_box .container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.faq_box .container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.category_box .container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.post_content .container {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	overflow-x: hidden;
}
.menu_s ul li {
  border-right: 1px solid #FFFFFF;
  width: 40%;
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}
.menu_s .burger {
  width: 20%;
  text-align: center;
  padding-top: 4px;
}
.menu_S .burger {
	width: 14%;
	text-align: center;
	position: relative;
	background-color: #FFFFFF;
	padding-top: 13px;
}
.menu_s ul {
  display: flex;
  list-style-type: none;
  justify-content: space-between;
  width: 80%;
  margin-left: 0px;
  padding-left: 0px;
  background-color: #9B81EB;
}
.menu_s ul li a {
  text-decoration: none;
  font-size: 14px;
  display: block;
  background-color: #3265D4;
  color: #FFFFFF;
  text-align: center;
  height: 55px;
  padding-top: 17px;
}
header .menu_s {
  position: fixed;
  z-index: 10;
  bottom: 0%;
  width: 100vw;
  background-color: #FFFFFF;
  display: flex;
  justify-content: space-between;
  height: 54px;
}
.hero .hero_title_box {
	position: absolute;
	top: 53%;
	z-index: 5;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	text-align: center;
}
.hero .hero_title_top p {
	font-size:min(4vw,16px);/*（基本サイズ、最大サイズ）*/
	line-height: 1.7;
	text-shadow: #FFF 3px 0 10px;
}
.hero .hero_title_top p span {
	font-size:min(7vw,27px);/*（基本サイズ、最大サイズ）*/
	font-weight: bold;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
	margin-bottom: 10px;
	border-bottom: 4px solid #1781BF;
	display: inline-block;
	line-height: 1.5;
	padding-bottom: 5px;
}
.hero .hero_text {
	margin-top: 20px;
}
.hero .hero_text p {
	font-size:min(3.5vw,15px);/*（基本サイズ、最大サイズ）*/
	line-height: 2.5;
	text-shadow: #FFF 3px 0 10px;
}
.hero .hero_text p span {
	background-color: #FFFFFF;
	padding-left: 25px;
	padding-right: 25px;
	border-radius: 30px;
	color: #1781BF;
	text-shadow: none;
	margin-bottom: 10px;
	display: inline-block;
	border: 2px solid #1781BF;
	font-weight: bold;
}
.hero .scroll_down {
	position: absolute;
	z-index: 5;
	width: 70px;
	bottom: 30px;
	height: 70px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.scroll_down img {
  animation: rotate_anime 8s linear infinite;
}
@keyframes rotate_anime {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.scroll_down .arrow {
	position: absolute;
	display: inline-block;
	/* [disabled]padding: 10px; */
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}
.scroll_down .arrow::before {
  content: '';
  width: 10px;
  height: 10px;
  border-top: solid 2px #FFF;
  border-right: solid 2px #FFF;
  position: absolute;
  left: -6px;
  bottom: -3px;
}
.scroll_down .arrow.arrow-bottom::before {
  transform: rotate(135deg);
}
/*ハンバーガーメニュースタイル*/
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
	-webkit-transition: -webkit-transform .4s;
	-moz-transition: -moz-transform .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  width: 29px;
  height: 26px;
  margin-top: 1px;
  transition: 0.3s;
  z-index: 10;
}
.menu-trigger:hover {
  cursor: pointer;
	-moz-cursor: pointer;
  opacity: 0.7;
}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #1781BF;
	border-radius: 3px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 10px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 3px;
}
.parallaxA {
  overflow: hidden;
  height: 760px;
  background-repeat: no-repeat;
}
/*メールフォーム*/
.textfield_label {
  font-size: 16px;
  width: 12em;
  display: inline;
}
.icon_require {
	border: 1px solid #f67117;
	font-size: 13px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #f67117;
	margin-left: 10px;
	display: inline-block;
}
#fullname {
	display: block;
	width: 97.5%;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-top: 15px;
	font-size: 15px;
	border: 2px solid #C1A900;
}
#mail_check {
	display: block;
	width: 97.5%;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-top: 15px;
	border: 2px solid #C1A900;
	font-size: 15px;
}
#mail {
	display: block;
	width: 97.5%;
	margin-top: 15px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	border: 2px solid #C1A900;
	font-size: 15px;
}
#phone {
	display: block;
	width: 97.5%;
	border: 2px solid #C1A900;
	margin-top: 15px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: 15px;
}
#message {
	display: block;
	width: 97.5%;
	height: 220px;
	margin-top: 15px;
	padding-top: 5px;
	padding-left: 5px;
	border: 2px solid #C1A900;
	font-size: 15px;
}
.conN form .submit {
	text-align: center;
}
.submit input {
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #C1A900;
	color: rgba(255,255,255,1.00);
	font-size: 16px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}
.icon_any {
	padding-left: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 4px;
	font-size: 13px;
	border: 1px solid rgba(82,82,82,1.00);
	color: rgba(82,82,82,1.00);
	margin-left: 10px;
	display: inline-block;
}
/*---------------------------*/
/*--サイドバースライドメニュ開閉ー--*/
.pc_sidemenu nav ul {
	list-style-type: none;
	margin-left: auto;
	padding-left: 0px;
	text-align: center;
	margin-right: auto;

}
.pc_sidemenu nav a {
  text-decoration: none;
}

.pc_sidemenu nav ul li ul{
	display: none;
	transition: all 0.5s;
	overflow: auto;
	max-height: 70vh;
}
.pc_sidemenu nav ul li:hover ul{
	position: absolute;
	display: inline;
	left: 100%;
	width: 210px;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 7px;
	top: 0px;
	background-color: #1781BF;
	z-index: 10;
}
.pc_sidemenu nav{
  position: relative;
  width: 100%;
}
.pc_sidemenu ul > li{
}
.pc_sidemenu nav ul li {
	margin-bottom: 17px;
	background-color: #1781BF;
	border-left: 8px solid #C1A900;
}
.pc_sidemenu nav ul li ul li{
  background-color: #fff;
  border: none;
  margin-bottom: 8px;
}
.pc_sidemenu ul > li > a{
  display: block;
  font-size: 15px!important;
  text-transform: uppercase;
  letter-spacing: .1em;
}
.pc_sidemenu ul > li > span{
	margin-left: 1.2em;
}
.pc_sidemenu ul > li:hover > a{
	background-color: #1781BF;
	color: #fff;
	transition: all 0.2s;
}
.pc_sidemenu .fixed_menu nav ul li a {
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FFFFFF;
	transition: all 0.2s;
}
.pc_sidemenu .fixed_menu nav ul li a:hover {
  opacity: 0.7;
}
.pc_sidemenu .fixed_menu nav ul li ul li a {
	padding-top: 3px;
	padding-bottom: 3px;
	color: #343131;
	font-size: 15px!important;
	-webkit-box-shadow: 0px 0px;
	box-shadow: none;
}
.pc_sidemenu .fixed_menu nav ul li ul li a:hover  {
	color: #FFFFFF;
	opacity: 0.9;
}
/*--サイドバーサブメニュー--*/
/* Submenu */
.pc_sidemenu ul ul li ul li{
	display: block;
}
/*----------------------------*/
.point_menu_box {
	margin-top: 25px;
	margin-bottom: 15px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
}

.blog_box {
	margin-bottom: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
}

.content_menu_box {
	margin-top: 25px;
	margin-bottom: 15px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	align-items: flex-start;
}
/*-------------------------*/
/*ハンバーガーメニューアニメーション*/
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(12px) rotate(-45deg);
  transform: translateY(12px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-8px) rotate(45deg);
}
/*--------------------------------------*/
/*メニューを開いた時に背景を固定、script用*/
.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}
/*------------------*/
.conG .greeting_text p {
	font-size: 14px;
	width: 95%;
	text-align: justify;
	background-color: rgba(255,255,255,0.80);
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}
h1 ,h2, h3, h4, p {
  line-height: 1.7;
  letter-spacing: 0.02em;
}
.sub_boxD h3 {
  font-size: 18px;
  display: block;
  text-align: center;
  margin-bottom: 5px;
  color: #494949;
  margin-top: 5px;
}
.conD .container h2 {
  font-size: 15px;
  font-weight: lighter;
  text-align: center;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.conJ .voice_text h3 {
  font-size: 14px;
  background-color: #3265D4;
  color: #FFFFFF;
  display: inline-block;
  font-weight: lighter;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 3px;
  padding-bottom: 3px;
  margin-left: 8px;
}
.conJ .voice_text h4 {
	font-size: 15px;
	background-color: #C1A900;
	color: #FFFFFF;
	display: inline-block;
	font-weight: lighter;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 3px;
	padding-bottom: 3px;
}
p, a, h1, h2, h3, h4, span {
	font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color: #1A1A18;
}
.conF .concept_text {
	font-size: 15px;
	margin-top: 15px;
}
.conF .concept_text .mobile_none {
	display: none;
}


.please_box .advice_A p .text_color {
	color: #E64000;
}
.please_box .advice_B p .text_color {
	color: #1781BF;
}
.please_box .advice_A p {
	font-size: 16px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	font-weight: bold;
	line-height: 1.5;
	display: block;
	position: relative;
}
.please_box .advice_A p.space {
	padding-left:1em;
	text-indent:-1em;
}
.please_box .advice_B p {
	font-size: 16px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	font-weight: bold;
	line-height: 1.5;
	display: block;
	position: relative;
}
.please_box .advice_B p.space {
	padding-left:1.4em;
	text-indent:-1.4em;
}

.please_box .advice_A h3 {
	font-size: 18px;
	background-color: #E64000;
	color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 40px;
}
.please_box .advice_B h3 {
	font-size: 18px;
	background-color: #1781BF;
	color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 40px;
}

.symptom_list_box {
	padding-top: 20px;
	padding-bottom: 60px;
}
.symptom_list_box.category_top {
	padding-top: 40px;
}
.symptom_list_box .sub_text p {
	font-size: 15px;
	padding-bottom: 0px;
}
.symptom_list_box .container {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.symptom_list_box .flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.symptom_list_box .flex a {
	display: flex;
	width: 48%;
	font-size: min(3.7vw,15px);/*（基本サイズ、最大サイズ）*/
	text-decoration: none;
	margin-bottom: 15px;
	align-items: baseline;
	font-weight: bold;
}
.symptom_list_box span {
	border-bottom: 1px solid #1781BF;
	color: #1781BF;
	padding-bottom: 2px;
}
.symptom_list_box .sub_text {
	margin-top: 20px;
}


.reserve_box .reserve_banner {
	margin-top: 20px;
	display: block;
}

.reserve_box .point_box h3 {
	font-size: 16px;
	margin-bottom: 10px;
	color: #FF521B;
}

.reserve_box .container p {
	font-size: 15px;
	text-align: center;
}
.reserve_box .point_box p {
	text-align: left;
	margin-bottom: 0px;
}

.reserve_box .container h2 {
	font-size: 24px;
	font-weight: normal;
	line-height: 1.5;
	color: #1781BF;
	margin-bottom: 25px;
	border-bottom: 1px solid #C1A900;
	display: inline-block;
}

.greeting_box p {
	font-size: 15px;
}

.category_box .category_list a {
	text-decoration: none;
	background-color: #1781BF;
	color: #FFFFFF;
	font-size: 15px;
	padding-top: 7px;
	padding-bottom: 7px;
	display: inline-block;
	margin-bottom: 10px;
	width: 47%;
	border-radius: 6px;
	text-align: center;
	font-weight: bold;
}

.con_info .main_info .main_info_box p {
	font-size: 14px;
	line-height: 1.4;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 92%;
}
.con_info .main_info .main_info_box a {
	font-size: 14px;
	line-height: 1.4;
	margin-bottom: 12px;
	margin-left: auto;
	margin-right: auto;
	width: 92%;
	text-decoration: none;
	display: block;
}
.side_info .side_info_box p {
	font-size: 13px;
	line-height: 1.4;
	margin-bottom: 10px;
	width: 92%;
	margin-left: auto;
	margin-right: auto;
}
.side_info .side_info_box a {
	font-size: 13px;
	line-height: 1.4;
	margin-bottom: 15px;
	width: 92%;
	margin-left: auto;
	margin-right: auto;
	text-decoration: none;
	display: block;
}
.side_info .side_info_box a span {
	margin-bottom: 3px;
	display: inline-block;
	color: #919191;
}
.under_button .line_button p {
	font-weight: bold;
	font-size: 13px;
	color: #FFFFFF;
	margin-left: 5px;
}
.under_button .tel_number p {
	font-weight: bold;
	font-size: 13px;
	color: #FFFFFF;
	margin-left: 3px;
}
.under_button .top_btn p {
	font-weight: bold;
	font-size: 13px;
	color: #FFFFFF;
}
.point_menu_box p {
	font-size: 15px;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: justify;
}
.blog_box p {
	font-size: 13px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: justify;
	margin-top: 5px;
}
.pc_sidemenu .side_bn a p {
	background-color: #1781BF;
	color: #FFFFFF;
	text-align: center;
	font-size: 16px;
	padding-top: 2px;
	padding-bottom: 3px;
	position: absolute;
	top: 0px;
	left: 0px;
	padding-left: 13px;
	padding-right: 13px;
}
.contact_box form p {
	border-top: 1px solid #B9B9B9;
	padding-top: 15px;
	margin-bottom: 20px;
}
.setF .tel_number p {
	color: #C1A900;
	font-size: 29px;
	line-height: 1.2;
	font-weight: bold;
}
.pc_header .tel_number p {
	color: #1781BF;
	font-size: 28px;
	line-height: 1.2;
	font-weight: bold;
	text-shadow: #FFF 4px 0 10px;
}
.pc_header .tel_number.sub p {
	color: #C1A900;
}
.pc_header .tel_number {
	display: none;
}
.pc_header .time_bn {
	display: none;

}
.setF .tel_number {
	display: flex;
	align-items: center;
	text-decoration: none;
	justify-content: center;
	margin-bottom: 15px;
}
.setF .mail_link {
	/*align-items: center;*/
	margin-bottom: 30px;
	font-size: 17px;
	display: block;
}
.sub_hero .sub_hero_title h1 {
	font-size: 22px;
	text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF,  0-1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}
.sub_hero .sub_hero_title h1.column {
	font-size: 20px;
}
.flow_number h3 {
	font-size: 20px;
	font-weight: normal;
	line-height: 1.5;
}
.video_box h3 {
	font-size: 20px;
	font-weight: normal;
	line-height: 1.5;
	display: inline-block;
}
.staff_box h3 {
	font-size: 21px;
	font-weight: normal;
	line-height: 1.5;
}
.flow_number h3 .orange {
	color: #C1A900;
}
.title_box h2 {
	font-size: 21px!important;
	font-weight: normal!important;
	line-height: 1.4!important;
	text-align: left!important;
}
.title_box h2.center {
	display: inline-block;
}
.title_box h3 {
	font-size: 21px!important;
	font-weight: normal!important;
	line-height: 1.4!important;
	text-align: left!important;
}
.under_button a {
	transition: all 0.3s;
	height: 55px;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
}
.under_button .tel_number {
	background-color: #1781BF;
	width: 44%;
}
.under_button .line_button {
	background-color: #00B900;
	width: 44%;
}
.under_button .top_btn {
	background-color: #C1A900;
	width: 12%;
}
.under_button a:hover  {
  opacity: 0.9;
}
.setF .info_flex #info h2 {
  font-size: 22px;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  color: #4F81EC;
  margin-bottom: 20px;
}
.setF .info_flex #info h3 {
  font-size: 22px;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  color: #4F81EC;
  margin-bottom: 20px;
}
.setF .info_flex #info {
  padding-top: 30px;
}
.point_menu_box a {
	transition: all 0.3s;
	width: 100%;
	text-decoration: none;
	position: relative;
	border: 2px solid #1781BF;
	padding-bottom: 40px;
	background-color: #FFFFFF;
	border-radius: 7px;
	margin-top: 25px;
	overflow: hidden;
}
.point_menu_box section {
	transition: all 0.3s;
	width: 100%;
	text-decoration: none;
	position: relative;
	border: 2px solid #1781BF;
	padding-bottom: 15px;
	background-color: #FFFFFF;
	border-radius: 7px;
	margin-top: 25px;
}
.blog_box section {
	width: 100%;
	text-decoration: none;
	position: relative;
	border: 1px solid #D1D1D1;
	background-color: #FFFFFF;
	margin-top: 25px;
	display: flex;
	flex-direction: column;
}
.blog_box .link {
	text-decoration: none;
	padding-bottom: 8px;
}
.content_menu_box a {
	transition: all 0.3s;
	width: 47%;
	margin-bottom: 15px;
	text-decoration: none;
	position: relative;
	border-radius: 7px;
	border: 2px solid #1781BF;
	overflow: hidden;
	height: auto;
}
.pc_sidemenu .fixed_menu a .side_btn {
	transition: all 0.2s;
}
.pc_sidemenu .fixed_menu a .side_btn:hover {
	opacity: 0.7;
}
.pc_sidemenu .side_bn a:hover {
	transition: all 0.2s;
	opacity: 0.7;
}
.pc_header .clinic_logo a {
	transition: all 0.3s;
	display: block;
	text-align: center;
}
.contact_box form .submit {
	text-align: center;
	display: block;
}
footer .footC a {
  font-size: 12px;
  text-decoration: none;
	transition: all 0.3s;
}
footer .footC a:hover {
	transition: all 0.3s;
	opacity: 0.7;
}
.footC a img {
  margin-bottom: -4px;
  margin-left: 3px;
}
.sub_boxD p {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  margin-bottom: 10px;
}
.conC h2 {
  font-size: 20px;
  text-align: center;
  color: #4F81EC;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
.fixed_menu .side_btn p {
	color: #FFFFFF;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	position: absolute;
	left: 50%;
	top: 55%;
	font-size: 15px;
}
.side_info .info_btn p {
	color: #FFFFFF;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	position: absolute;
	left: 50%;
	top: 55%;
	font-size: 15px;
}
.fixed_menu .side_btn span {
	position: absolute;
	top: -3px;
	left: 5px;
	color: #C1A900;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 17px;
	font-weight: bolder;
}
.fixed_menu .side_info .info_btn span {
	position: absolute;
	top: -3px;
	left: 5px;
	color: #C1A900;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 17px;
	font-weight: bolder;
}
footer .footB p {
  color: #FFFFFF;
  font-size: 13px;
}
.setE .container p {
  font-size: 16px;
  margin-top: 5px;
}
.link_button a {
	font-size: 15px;
	text-decoration: none;
	color: #1781BF;
	transition: all 0.3s;
	display: inline-block;
	text-align: center;
	background-color: #FFFFFF;
	border: 1px solid #1781BF;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.link_button a:hover {
  opacity: 0.7;
}
.setE h2 {
  font-size: 16px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-bottom: 15px;
}
.setE h3 {
	font-size: 16px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-bottom: 15px;
	font-weight: normal;
}
.setE h3 span {
	font-size: 20px;
	color: #C1A900;
}
.setE h2 span {
	font-size: 20px;
	color: #C1A900;
}
.sub_hero .sub_hero_title p {
	font-size: 15px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
	margin-top: 20px;
	text-shadow: 2px 2px 0 #fff;
	text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF,  0-1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}
.conK section p {
  font-size: 15px;
  text-align: left;
  margin-bottom: 15px;
}
.conK section h2 {
	font-size: 18px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-bottom: 15px;
	background-color: #1781BF;
	color: #FFFFFF;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
}
.post_content h2 {
	font-size: 19px;
	background-color: #1781BF;
	color: #FFFFFF;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 40px;
}
.post_content h2 span {
	color: #FFFFFF;
}
.post_content h3 {
	font-size: 17px;
	color: #1781BF;
	margin-top: 30px;
	border-bottom: 1px solid #C1A900;
	font-weight: bold;
}
.post_content h3 span {
	color: #1781BF;
}
.post_content h4 {
	font-size: 17px;
	color: #1781BF;
	margin-top: 25px;
	padding: 5px 8px;
	border-left: 2px solid #C1A900;
	font-weight: bold;
}
.post_content ul {
	padding-top: 8px;
	padding-right: 15px;
	padding-left: 20px;
	padding-bottom: 15px;
	list-style-type: none;
	border: 1px solid #C1A900;
	margin-top: 25px;
}
.post_content .lwptoc ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	border: none;
	margin-top: 0px;
}
.post_content ul li {
	font-size: 15px;
	margin-top: 10px;
	position: relative;
	padding-left: 18px;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
}
.post_content ul li:before {
	content: "";
	position: absolute;
	top: .2em;
	left: 0;
	-webkit-transform: rotate(50deg);
	transform: rotate(50deg);
	width: 5px;
	height: 10px;
	border-right: 3px solid #C1A900;
	border-bottom: 3px solid #C1A900;
}
.lwptoc ul li:before {
	content: none;
}
.post_content img {
	width: 100%;
	height: auto;
	margin-top: 20px;
}
.post_content p {
	font-size: 15px;
	margin-top: 20px;
}
.post_content time {
	font-size: 12px;
	margin-top: 10px;
	color: #7E7E7E;
	display: flex;
	align-items: center;
	font-weight: normal;
}
.post_content time img {
	width: 12px;
	height: auto;
	margin-right: 3px;
	margin-top: 0px;
}
.conK section h3 {
	font-size: 18px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-bottom: 8px;
	color: #1781BF;
	font-weight: normal;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 30px;
}
.conK .blue table tr {
  background-color: #E6EDFF;
}
.conK .blue table tr:nth-child(1)  {
  background-color: #A7C2FF;
}
.conK .blue table tr th:nth-child(1)  {
  background-color: #A7C2FF;
}
.setA .flow_text p {
  font-size: 15px;
  text-align: justify;
}
.setA .flow_text p a {
	text-decoration: none;
	margin-top: 10px;
	display: inline-block;
	color: #1781BF;
	transition: all 0.3s;
}
.staff_box .text p {
	font-size: 15px;
	text-align: justify;
	margin-bottom: 15px;
}
.setA .flow_text h2 {
  font-size: 17px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-bottom: 5px;
}
.setA .flow_text h3 {
	font-size: 17px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-bottom: 15px;
	font-weight: normal;
	color: #1781BF;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 6px;
	padding-bottom: 6px;
	line-height: 1.3;
	border: 2px solid #1781BF;
	text-align: justify;
}
.staff_box .text h4 {
	font-size: 17px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-bottom: 15px;
	font-weight: bold;
	color: #1781BF;
	line-height: 1.5;
}
.conA .container p {
	text-align: center;
	font-size: 15px;
	padding-bottom: 0px;
}
.conJ .voice_text p {
	font-size: 15px;
	text-align: justify;
	margin-top: 15px;
}
.conJ .voice_title h2 {
	font-size: 16px;
	margin-left: 8px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #1781BF;
}
.conJ .voice_title h3 {
	font-size: 16px;
	margin-left: 8px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #1781BF;
	font-weight: bold;
}
.conJ .voice_title {
	display: flex;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	border: 2px solid #1781BF;
}
.conJ section {
	margin-top: 55px;
}
.conD .check_box p {
	font-size: 15px;
	line-height: 1.4;
}

.conB .container p {
	color: #000000;
	font-size: 15px;
	margin-top: 25px;
	text-align: center;
}
.menu_s .burger p {
  font-size: 12px;
  color: #3265D4;
}
/*全体をフェードイン*/
body {
	animation: fadeIn 1s ease 0s 1 normal;
	-webkit-animation: fadeIn 1s ease 0s 1 normal;
	overflow-x: hidden;
}
@keyframes fadeIn {
    0% {opacity: 0.1}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0.1}
    100% {opacity: 1}
}
/*-------------------------------*/
/*----ローディングアニメーション----*/
.spinner {
  margin-top: 45vh;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0;
  width: 70px;
  text-align: center;
}
.spinner > div {
	width: 13px;
	height: 13px;
	background-color: #1781BF;
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}
/* ローディングの背景部分のCSS */
.loader{
  background-color: #F6F8FF;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 30;
}
/*-----------------------------*/
/*メニューを開いた時に背景を固定、script用*/
.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}
/*------------------*/
/*フルスクリーン動画*/
.hero {
	position: relative;
	bottom: 0;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}
.hero video {
  /* Make video to at least 100% wide and tall */
  min-width: 100%;
  min-height: 100%;
  /* Setting width & height to auto prevents the browser from stretching or squishing the video */
  width: auto;
  height: auto;
  /* Center the video */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/*--------------*/
/*ドット柄背景フィルター*/
.dot_filter {
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 1;
	position: absolute;
	background-color: rgba(255,255,255,0.30);
}
/*.dot_filter {
  background: radial-gradient(#E8E8E8 38%, transparent 0), radial-gradient(#E8E8E8 38%, transparent 0);
	background: -webkit-radial-gradient(#E8E8E8 38%, transparent 0), -webkit-radial-gradient(#E8E8E8 38%, transparent 0);
  background-size: 2px 2px;
  background-position: 0 0, 2px 2px;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 1;
  position: absolute;
}*/
/*------------------*/
.conD .check_box span  {
  margin-right: 5px;
  font-size: 18px;
	color: #C1A900;
}
.conD .check_box .flexB    {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.conI .box .flex p  {
	font-size: 15px;
	margin-bottom: 15px;
	text-align: justify;
}
.video_box .flex p  {
	font-size: 15px;
	margin-bottom: 20px;
	text-align: justify;
}

.conH .container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.conI .container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.conJ .container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.setC .container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.setC {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding-bottom: 45px;
	padding-top: 45px;
	background-color: #FFFFFF;
}
.setD .container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.setE .container {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
.please_box .container {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.setF {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 55px;
	padding-bottom: 60px;
	background-color: #FFFFF8;
}
.setF.under_margin {
	padding-bottom: 0px;
}
.setF .container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.pc_flex .pc_sidemenu {
  display: none;
  z-index: 8;
}
.pc_header .seo_h1 .container {
	width: 98%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: center;
}
.pc_header .right_box {
	margin-top: 15px;
}
.pc_header.sub_pc .right_box {
	margin-top: 10px;
}
.pc_header .flex {


}
.menu_S .container {
  width: 100%;
}
header .pc_header.sub_pc {
	position: static;
	background-color: #FAFDFF;
}
.pc_flex .main .conJ.voice_box {
  padding-top: 30px;
}
#map{
	width: 100%;
	height: 280px;
	margin-top: 40px;
}
#map iframe{
	width: 100%;
	height: 100%;
}
.setE .container .parking {
  margin-top: 25px;
}
.contact_box h2 {
	font-size: 24px;
	text-align: center;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
	color: #1781BF;
	margin-bottom: 20px;
	font-weight: normal;
}
.sub_hero .container {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}
.pc_sidemenu .fixed_menu .ekiten  {
  margin-top: 20px;
  display: block;
	transition: all 0.2s;
}
.pc_sidemenu .fixed_menu .ekiten:hover  {
	opacity: 0.7;
	transition: all 0.2s;
}
.main #beginner {
  background-image: none;
}
.sub_boxD .picture_box {
  margin-bottom: 20px;
}
.setD .container a img {
	transition: all 0.3s;
	opacity: 1;
}
.title_box p {
	font-size: 36px!important;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
	font-style: italic;
	color: #1781BF;
	text-align: left!important;
	line-height: 1;
	margin-bottom: 15px;
	font-weight: bold;
	letter-spacing: 0.06em;
	text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF,  0-1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}
.conG .greeting_text {
	margin-top: 170px;
}
.post_content .title p {
	font-size: 20px;
	font-weight: bold;
	margin-top: 10px;
}
.category_box .container .category_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 25px;
}
.category_box .container .category_list:after {
	content: "";
	display: block;
	width: 31.5%;  /* .boxに指定したwidthと同じ幅を指定する */
	height: 0;
}
.post_content img.pc {
	display: none;
}


/*----コラム詳細目次デザイン-LuckyWP----*/
.post_content .lwptoc {
	border: 2px solid #C1A900;
	padding-top: 25px;
	padding-bottom: 28px;
	padding-left: 6%;
	padding-right: 6%;
	margin-top: 30px;
}
.post_content .lwptoc_title {
	margin-bottom: 5px;
	font-size: 18px;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
	border-bottom: 1px solid #C1A900;
	padding-bottom: 5px;
	font-weight: normal;
	display: block;
}
.post_content .lwptoc_items-visible {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}
.post_content .lwptoc a {
	margin-bottom: 0px;
	text-align: justify;
	margin-top: 17px;
	padding-left: 1.2em;
	text-indent: -1.3em;
	font-size: 15px;
	line-height: 1.6;
	text-decoration: none;
	display: inline-block;
}
.post_content .lwptoc .lwptoc_item_number {
	color: #999999;
	margin-right: 5px;
	line-height: 1.6;
}
.post_content .lwptoc_item .lwptoc_itemWrap a {
	margin-top: 8px;
	padding-left: 44px;
	text-indent: -2.3em;
	display: inline-block;
}























































@media (min-width:600px) and (max-width:959px){
.hero .hero_title {
  /* [disabled]width: 70vw; */
  /* [disabled]max-width: 485px; */
  height: 55vh;
  top: 55%;
}
.pc_header .right_box {
  width: 95%;
}
/*メールフォーム*/
#fullname {
	display: inline;
	width: 340px;
	margin-left: 159px;
}
#mail_check {
  width: 340px;
  display: inline;
  margin-left: 78px;
}
#mail {
  display: inline;
  width: 340px;
  margin-left: 18px;
}
#phone {
  display: inline;
  width: 340px;
  margin-left: 110px;
}
.point_menu_box {
	margin-top: 25px;
}
.blog_box {
	margin-top: 25px;
}
.content_menu_box {
	margin-top: 25px;
}
.content_menu_box:after {
	content: "";
	display: block;
	width: 31%;
	height: 0;
}
.conA .container {
  max-width: 700px;
  width: 90%;
}
.con_info .container {
  max-width: 700px;
  width: 90%;
}
.list_box .container {
  max-width: 700px;
  width: 90%;
}
.faq_box .container {
  max-width: 700px;
  width: 90%;
}
.category_box .container {
  max-width: 700px;
  width: 90%;
}
.post_content .container {
  max-width: 700px;
  width: 90%;
}
.conB .container {
  max-width: 700px;
}
.conB .resolution_text img {
  max-width: 450px;
}
.parallax_boxA {
  height: 780px;
}
.parallaxA {
  height: 1010px;
}
.conA .container p {
  font-size: 18px;
}
.conB .container p {
  font-size: 20px;
  margin-top: 25px;
}
.conC .container {
  max-width: 550px;
}
.conD .container {
  max-width: 700px;
}
.conC {
  padding-bottom: 50px;
}
.conD .container img {
  margin-top: -26px;
}
.conD .check_box {
  padding-top: 10px;
  padding-bottom: 25px;
  margin-top: 30px;
  margin-bottom: 20px;
}
.conD .check_box p {
  font-size: 16px;
}
.conD .check_box .flexB {
  margin-top: 15px;
}
.conD .container h2 {
  font-size: 22px;
}
.conD h2 span {
  font-size: 30px;
}
.conD {
  padding-bottom: 30px;
}
.conF {
  padding-top: 50px;
  padding-bottom: 50px;
}
.conF .container {
  max-width: 700px;
}
.conG .container {
  max-width: 700px;
}
.conG .greeting_text p {
  font-size: 15px;
  width: 73%;
  text-align: justify;
  line-height: 1.9;
}
.conG {
  padding-bottom: 100px;
}
.conH .container {
  max-width: 700px;

}
.conH {
  padding-bottom: 65px;
}
.conI .container {
  max-width: 700px;
}
.conI .box .flex {
  width: 100%;
  margin-top: 5px;
  display: flex;
  justify-content: space-between;
}
.conI .box .flex p {
  font-size: 15px;
  margin-bottom: 0px;
  width: 46%;
}
.conI .box {
  margin-top: 35px;
}
.conI {
  padding-top: 60px;
  padding-bottom: 100px;
}
.conJ .container {
  max-width: 700px;
}
.conJ .flex {
	margin-top: 25px;
	display: flex;
	justify-content: space-between;
}
.conJ .voice_text {
	width: 46%;
}
.conJ .flex img {
  width: 50%;
	height: 42%;
	display: block;
}
.conJ .voice_title img {
  margin-top: -46px;
}
.conJ .voice_title h2 {
  font-size: 18px;
  margin-left: 15px;
}
.conJ .voice_title h3 {
  font-size: 18px;
  margin-left: 15px;
}
.conJ .voice_title {
  padding-top: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
  margin-top: 75px;
}
.setA .container {
  max-width: 700px;
}
.conJ {
	padding-top: 80px;
	padding-bottom: 90px;
}

.setA .box .flex {
  width: 100%;
  margin-top: 5px;
  display: flex;
  justify-content: space-between;
}
.setA .box .flow_text {
  margin-bottom: 0px;
  width: 46%;
}
.setA .flow_text p {
  font-size: 15px;
}
.staff_box .text p {
  font-size: 15px;
}
.staff_box .text p {
  font-size: 15px;
}
.setA .container .box {
  margin-top: 25px;
  margin-bottom: 25px;
}
.setA {
	padding-bottom: 60px;
	padding-top: 80px;
}
.setB .container {
  max-width: 700px;
}
.setG .container {
  max-width: 700px;
}
.setH .container {
  max-width: 700px;
}
.setB {
	padding-bottom: 70px;
	padding-top: 80px;
}
.setG {
	padding-bottom: 70px;
	padding-top: 80px;
}
.setC .container {
  max-width: 700px;
}
.setC .please_title {
  text-align: center;
}
.setC .box img {
  margin-top: 40px;
}
.setC {
  padding-bottom: 50px;
  padding-top: 50px;
}
.setD .container {
  max-width: 700px;
}
.setD {
  padding-top: 50px;
  padding-bottom: 50px;
}
.setE .container {
  max-width: 700px;
}
.please_box .container {
  max-width: 700px;
}
.setE {
  padding-bottom: 80px;
  padding-top: 80px;
}
.please_box {
	padding-bottom: 80px;
	padding-top: 80px;
}
.pc_flex .pc_sidemenu {
	display: none;
}
.pc_header .clinic_logo img {
	width: 300px;
	height: auto;
}
.seo_h1 h1 span {
	display: inline;
}
.seo_h1 h2 span {
	display: inline;
}
.pc_header .flex .box {
	width: auto;

}
.pc_header .seo_h1 .container {
	width: 94%;
}
.conD .check_box .flexA {
	width: 85%;
	margin-left: auto;
	margin-right: auto;
}
.setE .container .parking {
	margin-top: 30px;
}
.conK section p {
	width: 550px;
	margin-left: auto;
	margin-right: auto;
}
.conK .container {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 700px;
}
.main .sub_hero {

}
.main .conK {
  padding-bottom: 40px;
  padding-top: 80px;
}
.sub_hero .sub_hero_title p {
	font-size: 20px;
	margin-top: 30px;
}
.setE .container p {
  font-size: 16px;
  margin-top: 10px;
}
.setE h2 {
  font-size: 20px;
}
.setE h2 span {
  font-size: 26px;
}
.setE h3 {
  font-size: 20px;
}
.setE h3 span {
  font-size: 26px;
}
.setF .container .flex {
  display: flex;
  flex-flow: row-reverse;
}
.setF .hospital_img {
  height: auto;
  width: 50%;
}
.setF .contact_text {
  padding-top: 50px;
  padding-bottom: 20px;
  width: 50%;
}
.setF .container {
  max-width: 700px;
}
footer .container {
	max-width: 700px;
}
footer .footA {
	margin-bottom: 30px;
}
.conC h2 {
  font-size: 26px;
}
.main .sub_boxD .container {
  max-width: 700px;
}
.profile_box .container {
  max-width: 700px;
}
.sub_boxD h2 {
  font-size: 26px;
}
.profile_box h2 {
  font-size: 26px;
}
.sub_boxD p {
  font-size: 17px;
}
.conJ .acc_flow_title h2 {
  font-size: 26px;
}
.contact_box .container {
  width: 600px;
}
.contact_box h2 {
  font-size: 26px;
}
.sub_hero h2 br {
}
.privacy_box .container {
  margin-left: auto;
  margin-right: auto;
  max-width: 980px;
}
.setF .ekiten_box {
  width: 50%;
}
.setF .info_flex #info {
  padding-top: 30px;
  width: 50%;
}
.conH .menu_box .flex {
  justify-content: space-between;
}
.sub_boxD .picture_box .flex {
  display: flex;
  justify-content: space-between;
}
.sub_boxD .picture_box .flex img {
  margin-bottom: 10px;
  width: 49%;
  height: 100%;
}
.sub_boxD .picture_box {
  margin-bottom: 40px;
}
.link_button a {
  font-size: 17px;
  margin-top: 20px;
  text-align: right;
}
.under_button {
  position: fixed;
  top: auto;
  width: 450px;
  right: 0px;
}
.content_menu_box a {
	width: 31%;
	margin-bottom: 20px;
}
.point_menu_box a {
	width: 47.5%;
	margin-bottom: 10px;
}
.point_menu_box section {
	width: 47.5%;
	margin-bottom: 10px;
}
.blog_box section {
	width: 47.5%;
	margin-bottom: 10px;
}
.phone_menu {
	width: 450px;
}
	.phone_menu .acd_btn {
	height: 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 84%;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px solid #FFFFFF;
}
.phone_menu .acd_content {
	width: 84%;
}
.menu_S ul li a img {
	margin-left: -58px;
	padding-top: 4px;
}
.pc_header .box .tel_number img {
	margin-bottom: -11px;
	margin-right: 5px;
}
.seo_h1 h1 {
	text-align: left;
}
.hero .hero_title_tbox {
	width: 550px;
	top: 40vh;
}
.setA .box .flex .flow_img {
	width: 50%;
}
.conI .box .flex .promise_img {
	width: 50%;
}
.setF {
	padding-top: 80px;
	padding-bottom: 80px;
}
.main .sub_boxD {
	padding-top: 70px;
	padding-bottom: 30px;
}
.profile_box {
	padding-top: 70px;
	padding-bottom: 30px;
}
.seo_h1 h2 {
	text-align: left;
}
.hero .hero_title_box {
	top: 50%;
}
.contact_box form p {
	padding-top: 5px;
	margin-bottom: 20px;
}
.contact_box form .message {
	padding-top: 15px;

}
.pc_header .time_bn {
	width: 340px;
}
.conI .box video {
	width: 50%;
}
.content_menu_box .img img {
	height: 18vw;
	max-height: 140px;
}
.post_content img.mobile {
	display: none;
}
.post_content img.pc {
	display: inline;
}
.symptom_list_box .container {
	max-width: 700px;
}
.greeting_box .container {
	max-width: 700px;
}
.please_box .advice_A .shape {
	top: -60px;
}
.please_box .advice_B .shape {
	top: -20px;
}

.blog_box .tag {
	margin-top: auto;
}










































































}

@media (min-width:960px){
.pc_flex {
  display: flex;
  justify-content: space-between;
}
.pc_flex .pc_sidemenu {
	background-color: #FAFDFF;
	display: inline;
	width: 18vw;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	min-width: 210px;
}
.pc_flex .main {
  width: 82vw;
}
/*メールフォーム*/
#phone {
	display: inline;
	width: 340px;
	margin-top: 0px;
}
#mail {
	display: inline;
	width: 340px;
	margin-top: 0px;
}
#mail_check {
	width: 340px;
	display: inline;
	margin-top: 0px;
}
#fullname {
	display: inline;
	width: 340px;
	margin-top: 0px;
}
/*スクロールでサイドバー内部固定*/
.fixed_menu {
	position: -webkit-sticky;
	position: sticky;
  top: 77px; 
}
/*-------------------*/
.pc_header .right_box {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
.pc_header .flex .box {
	display: flex;
	width: auto;
	align-items: flex-start;
}
.pc_header.sub_pc .flex .box {
	align-items: center;
}
.pc_header .box .tel_number img {
	margin-bottom: -11px;
	margin-right: 5px;
}
.hero .box {
	width: 92%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	height: 100vh;
}
.seo_h1 h1 {

}
.seo_h1 h2 {
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: left;
}
.seo_h1 p {

}
.seo_h1 h1 span {
	display: inline;
}
.seo_h1 h2 span {
	display: inline;
}
.pc_header {
	padding-bottom: 0px;
}
.pc_header .seo_h1 .container {
	width: 96%;
	justify-content: flex-start;
}
header .menu_s {
	display: none;
}
.menu_S ul li:nth-child(5) {
	display: inline;
}
.menu_S ul li:nth-child(4) {
	display: inline;
}
.menu_S ul li:nth-child(7) {
	display: inline;
}
.menu_S ul .small a {
	border-right: 1px solid rgba(202,159,32,1.00);
}
.menu_S ul .pc a {
	border: none;
}
.menu_S ul li a {
	font-size: 15px;
	height: 40px;
	margin-top: 7px;
	margin-bottom: 7px;
	transition: all 0.3s;
}
.menu_S ul li a:hover {
	transition: all 0.3s;
	opacity: 0.7;
	padding-bottom: 0px;
}
.menu_S ul li a span {
  position: absolute;
  top: 52%;
  left: 53%;
  width: 100px;
}
.conA .container {
	width: 90%;
	margin-right: auto;
	max-width: 980px;
	margin-left: auto;
}
.con_info .container {
	width: 90%;
	margin-right: auto;
	max-width: 980px;
	margin-left: auto;
}
.list_box .container {
	width: 90%;
	margin-right: auto;
	max-width: 980px;
	margin-left: auto;
}
.faq_box .container {
	width: 90%;
	margin-right: auto;
	max-width: 980px;
	margin-left: auto;
}
.category_box .container {
	width: 90%;
	margin-right: auto;
	max-width: 980px;
	margin-left: auto;
}
.post_content .container {
	width: 90%;
	margin-right: auto;
	max-width: 880px;
	margin-left: auto;
	margin-top: 0px;
}
.point_menu_box {
  margin-top: 40px;
  margin-bottom: 40px;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
.blog_box {
	margin-top: 50px;
	margin-bottom: 80px;
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
}
.blog_box:after {
	content: "";
	display: block;
	width: 31%;
	height: 0;
}
.content_menu_box {
  margin-top: 70px;
  margin-bottom: 40px;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
.content_menu_box:after {
    content: "";
    display: block;
    width: 30%;
    height: 0;
}
.conA .container p {
  font-size: 22px;
}
.conB .container {
	width: 90%;
	max-width: 980px;
	margin-right: auto;
	margin-left: auto;
}
.conB .resolution_text img {
  max-width: 700px;
}
.parallax_boxA {
  height: 1160px;
}
.parallaxA {
  height: 1480px;
}
.conB .container p {
  font-size: 24px;
  margin-top: 10px;
}
.conC .container {
	width: 90%;
	margin-right: auto;
	max-width: 800px;
	text-align: center;
	margin-left: auto;
}
.conC .container img {
	margin-bottom: 20px;
	width: 80%;
}
.conD .container {
	width: 90%;
	margin-right: auto;
	max-width: 980px;
	margin-left: auto;
}
.conD .check_box {
	padding-top: 30px;
	padding-bottom: 45px;
	margin-top: 70px;
	margin-bottom: 35px;
	padding-left: 30px;
	margin-left: auto;
	margin-right: auto;
}
.conD .check_box .flexB {
  margin-top: 15px;
}
/*---------------*/
.conD .check_box span {
  margin-right: 5px;
  font-size: 24px;
}
.conD .check_box p {
  font-size: 19px;
}
.conD .check_box .flexA {
  width: 88%;
  margin-left: auto;
  margin-right: auto;
}
.conD .container h2 {
  font-size: 26px;
}
.conD h2 span {
  font-size: 37px;
}
.conF .container {
	max-width: 980px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
/*----pointグリッドレイアウト（自動変化）---*/
.conG .container {
	max-width: 980px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.conG .greeting_text p {
	font-size: 16px;
	width: 77%;
	text-align: justify;
	margin-top: 20px;
	line-height: 1.9;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	max-width: 620px;
}
.conH .container {
	max-width: 980px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
/*-------------------------*/
/*----menuグリッドレイアウト（自動変化）---*/
.conI .container {
	max-width: 980px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.conI .box {
	margin-top: 45px;
	margin-left: auto;
	margin-right: auto;
}
.conI .box .flex {
	width: 100%;
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
	/* [disabled]align-items: center; */
}
.video_box .flex {
	width: 100%;
	margin-top: 55px;
	display: flex;
	justify-content: space-between;
}
.conI .box .flex p {
	font-size: 16px;
	margin-bottom: 0px;
	width: 46%;
	margin-right: 8px;
	display: block;
	height: auto;
	text-align: justify;
	line-height: 2.2em;
}
.video_box .flex p {
	font-size: 16px;
	margin-bottom: 0px;
	width: 41%;
	display: block;
	height: auto;
	text-align: justify;
	line-height: 2.2em;
}
.conJ .container {
	max-width: 980px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.conJ .voice_title {
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 10px;
}
.conJ .voice_title img {
  margin-top: -65px;
  width: 110px;
  height: 85px;
}
.conJ .voice_title h2 {
  font-size: 22px;
  margin-left: 15px;
}
.conJ .voice_title h3 {
  font-size: 22px;
  margin-left: 15px;
}
.conJ .flex {
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}
.conJ .voice_text {
	width: 46%;
	background-color: rgba(255,255,255,0.88);
}
.conJ .flex img {
	width: 50%;
	height: 42%;
	display: block;
	margin-top: 0px;
}
.conJ .voice_text h3 {
  font-size: 18px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 3px;
  padding-bottom: 3px;
  margin-left: 15px;
  margin-top: 15px;
}
.conJ .voice_text h4 {
	font-size: 17px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.conJ .voice_text p {
	font-size: 16px;
	margin-top: 20px;
}
.setA .container {
	max-width: 980px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.setA .container .box {
	margin-top: 40px;
	margin-bottom: 40px;
}
.staff_box {
	margin-bottom: 90px;
}
.setA .box .flex {
	width: 100%;
	margin-top: 25px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.staff_box .flex {
	width: 100%;
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-direction: row-reverse;
}
.setA .box .flow_text {
	margin-bottom: 0px;
	width: 46%;
}
.staff_box .text {
	margin-bottom: 0px;
	width: 46%;
	margin-top: 0px;
}
.setA .flow_text h2 {
  font-size: 19px;
  margin-bottom: 10px;
}
.setA .flow_text h3 {
	font-size: 20px;
	margin-bottom: 20px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 7px;
	padding-bottom: 8px;
}
.staff_box .text h4 {
	font-size: 19px;
	margin-bottom: 15px;
}
.setA .flow_text p {
  font-size: 16px;
}
.setA .container .arrow {
	border-right: 30px solid transparent;
	border-left: 30px solid transparent;
	border-top: 28px solid #C1A900;
}
.setB .container {
	max-width: 980px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.setG .container {
	max-width: 980px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.setH .container {
	max-width: 980px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.setB .container .box {
	text-align: center;
	margin-top: 70px;
}
.setC .container {
	max-width: 980px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;

}
.setC .box img {
  margin-top: 60px;
  width: 83%;
}
.setC .container .box {
  text-align: center;
}
.setC .container .please_title {
  text-align: center;
}
.setD .container {
	max-width: 980px;
	width: 90%;
	margin-left: auto;
	text-align: center;
	margin-right: auto;
}
.setD .container img {
  width: 85%;
}
.setE .container {
	max-width: 980px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.please_box .container {
	max-width: 980px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.setE .parking img {
  width: 100%;
}
.setE .container .parking {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 10px;
}
.conA {
  padding-top: 110px;
  padding-bottom: 110px;
}
.conA.resolution {

}
.con_info {
	padding-top: 100px;
	padding-bottom: 110px;
	display: none;
}
.list_box {
  padding-top: 50px;
  padding-bottom: 50px;
}
.faq_box {
  padding-top: 50px;
  padding-bottom: 110px;
}
.category_box {
  padding-top: 90px;
  padding-bottom: 40px;
}
.post_content {
	padding-top: 0px;
	padding-bottom: 120px;
}
.conB {
	padding-bottom: 0px;
}
.conB .resolution_text {
	margin-bottom: 60px;
}
.conC {
  padding-top: 110px;
  padding-bottom: 50px;
}
.conD {
	padding-top: 110px;
  padding-bottom: 110px;
}
.conF {
  padding-top: 110px;
  padding-bottom: 110px;
}
.conG {
	background-position: right 0%;
	background-image: url(img/greeting_back.jpg);
	padding-top: 150px;
	height: 380px;
}
.conH {
	padding-top: 110px;
  padding-bottom: 40px;
}
.section_box {
	padding-top: 110px;
	padding-bottom: 110px;
}
.section_box .container {
	width: 90%;
	margin-right: auto;
	max-width: 980px;
	margin-left: auto;
}

.conI {
  padding-top: 110px;
  padding-bottom: 130px;
}
.conJ {
	padding-top: 110px;
  padding-bottom: 110px;
}
.setA {
	padding-top: 110px;
  padding-bottom: 110px;
}
.setB {
	padding-top: 110px;
  padding-bottom: 100px;
}
.setG {
	padding-top: 110px;
  padding-bottom: 110px;
}
.setH {
	padding-top: 110px;
  padding-bottom: 110px;
}
.setC {
  padding-bottom: 110px;
  padding-top: 110px;
}
.setD {
  padding-top: 100px;
  padding-bottom: 100px;
}
.setE {
  padding-bottom: 110px;
  padding-top: 110px;
}
.please_box {
	padding-bottom: 110px;
	padding-top: 110px;
}
.setB .box .flex {
  display: flex;
  justify-content: space-between;
}
.sub_hero .container {
	width: 80%;
	margin-left: auto;
	max-width: 980px;
	margin-right: auto;
}
.conK .container {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	max-width: 980px;
}
.main .sub_hero {
	height: 36.5vw;
	padding-top: 18px;
	background-color: #FAFDFF;
}
.conK section h2 {
  font-size: 25px;
  margin-bottom: 50px;
	padding-top: 12px;
	padding-bottom: 12px;
}
.conK section h3 {
	font-size: 23px;
	margin-bottom: 15px;
	margin-top: 70px;
}
.conK section span {
  width: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.conK section table.two_col tr th {
  padding-top: 20px;
  padding-right: 10px;
  padding-bottom: 20px;
  padding-left: 10px;
  font-size: 18px;
	width: 50%;
}
.post_content table tr td {
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	font-size: 18px;
}
.conK section p {
  font-size: 16px;
  text-align: left;
  margin-bottom: 25px;
  width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.conK .container section {
  margin-bottom: 120px;
}
.conK section .small {
  font-size: 14px;
  margin-top: 20px;
}
.main .conK {
  padding-bottom: 30px;
  padding-top: 110px;
}
.sub_hero .beginner_title img {
  width: 280px;
}
.sub_hero .sub_hero_title p {
  font-size: 22px;
  margin-top: 45px;
}
.sub_hero .voice_hero img {
  width: 250px;
}
.setE h2 {
  font-size: 24px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.setE h2 br {
  display: none;
}
.setE h2 span {
  font-size: 30px;
}
.setE h3 {
  font-size: 24px;
  margin-top: 70px;
  margin-bottom: 30px;
}
.setE h3 br {
  display: none;
}
.setE h3 span {
  font-size: 30px;
}
.setE .container p {
	font-size: 23px;
	margin-top: 15px;
}
.link_button a {
	font-size: 16px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 12px;
	padding-bottom: 12px;
}
.setF .container .flex {
  display: flex;
  flex-flow: row-reverse;
  margin-top: 70px;
}
.setF .contact_text {
  padding-top: 50px;
  padding-bottom: 50px;
  width: 50%;
}
.setF .hospital_img {
  height: auto;
  width: 50%;
}
.setF .container {
	width: 90%;
	margin-left: auto;
	max-width: 980px;
	margin-right: auto;
}
.setF .contact_text h2 {
  font-size: 20px;
  margin-bottom: 20px;
}
.setF .contact_text h3 {
  font-size: 20px;
  margin-bottom: 20px;
}
.setF {
	padding-top: 100px;
	padding-bottom: 100px;
}
footer .footA {
	color: #FFFFFF;
	text-align: justify;
	margin-bottom: 60px;
}
footer .container {
	width: 90%;
	margin-left: auto;
	max-width: 980px;
	margin-right: auto;
}
footer .footA a {
  font-size: 14px;
}
footer .footB p {
	font-size: 14px;
	display: block;
}
footer .footC p {
  font-size: 13px;
}
footer .footC {
	background-color: #FFFFFF;
	margin-top: 100px;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 80px;
}
footer .container h2 {
  background-color: #FFFFFF;
  font-size: 18px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
footer .container h3 {
	font-size: 18px;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-bottom: 20px;
}
footer {
  padding-top: 100px;
}
.conI .box .flex .promise_img {
  width: 50%;
}
.setA .box .flex .flow_img {
	width: 50%;
}

.setA .box .flex .flow_img img {
	height: auto;
	width: 100%;
}
.staff_box img {
	height: auto;
	width: 50%;
}
.conC h2 {
  font-size: 35px;
}
.conC h2 br {
  display: none;
}
.main .sub_boxD .container {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	max-width: 980px;
}
.profile_box .container {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	max-width: 980px;
}
.sub_boxD h2 {
  font-size: 36px;
}
.profile_box h2 {
  font-size: 36px;
}
.sub_boxD p {
  font-size: 16px;
  max-width: 800px;
  margin-bottom: 20px;
}
.main .sub_boxD {
  padding-top: 110px;
  padding-bottom: 100px;
}
.profile_box {
	padding-bottom: 130px;
}
.conC span {
  width: 60px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  margin-bottom: 55px;
}
.sub_boxD span {
  width: 60px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  margin-bottom: 60px;
}
.profile_box span {
  width: 60px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  margin-bottom: 60px;
}
.conJ .acc_flow_title h2 {
  font-size: 36px;
}
.conJ .under_bar {
  width: 60px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  margin-bottom: 30px;
}
.sub_boxD h3 {
  font-size: 26px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.sub_boxD .container article {
  margin-bottom: 40px;
  display: block;
}
.conG .greeting_text {
	max-width: 800px;
	margin-left: 0px;
	margin-right: auto;
	margin-top: 80px;
}
#map {
	height: 500px;
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 80px;
}
footer .footC a {
	font-size: 13px;
	text-decoration: none;
}
.contact_box .container {
	width: 80%;
	margin-left: auto;
	max-width: 980px;
	margin-right: auto;
}
.contact_box form {
	margin-left: auto;
	margin-right: auto;
	width: 650px;
}
.contact_box h2 {
	font-size: 32px;
	margin-bottom: 35px;
}
.contact_box {
	padding-top: 110px;
	padding-bottom: 20px;
}
.sub_hero .recruit_hero img {
	width: 230px;
}
.privacy_box .container {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	max-width: 980px;
}
.privacy_box .privacy {
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
}
.privacy_box {
	padding-top: 110px;
	padding-bottom: 100px;
}
.privacy_box .privacy h1 {
	font-size: 34px;
	margin-bottom: 35px;
}
.privacy_box .privacy h3 {
	font-size: 19px;
	margin-bottom: 60px;
}
.privacy_box .privacy h2 {
	font-size: 20px;
	margin-bottom: 10px;
	margin-top: 40px;
}
.privacy_box .privacy p {
	font-size: 17px;
	margin-bottom: 25px;
}
.setF .info_flex #info {
	padding-top: 30px;
	width: 50%;
}
.setF .ekiten_box {
	width: 50%;
}
.hero .hero_text {
	margin-top: 45px;
}
.sub_boxD .picture_box .flex {
	display: flex;
	justify-content: space-between;
}
.sub_boxD .picture_box .flex img {
	margin-bottom: 20px;
	width: 49%;
	height: 100%;
}
.sub_boxD .picture_box {
	margin-bottom: 50px;
}
.main #info {
	height: 450px;
}
.under_button {
	position: fixed;
	top: auto;
	-webkit-box-shadow: 1px 0px 4px #5F5F5F;
	box-shadow: 1px 0px 4px #5F5F5F;
	width: 520px;
	right: 0px;
}
.content_menu_box a {
	width: 30%;
	margin-bottom: 40px;
}
.point_menu_box a {
	width: 47%;
	padding-bottom: 50px;
	margin-top: 50px;
}
.point_menu_box a:hover {
	opacity: 0.8;
}
.point_menu_box a:hover .img img{
	transform: scale(1.1,1.1);
}
.point_menu_box section {
	width: 47%;
	padding-bottom: 15px;
	margin-top: 50px;
}
.blog_box section {
	width: 31%;
	margin-top: 31px;
}
.blog_box .link {
	transition: all 0.3s;
	padding-bottom: 9px;
}
.blog_box .link:hover {
	opacity: 0.7;
}
.content_menu_box a:hover {
	opacity: 0.8;
}
.blog_box .tag {
	margin-top: auto;
}
.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
	width: 100%;
}
.menu_S .burger {
	display: none;
}
.menu_S ul li {
	width: 16.6%;
}
.menu_S ul li a img {
	margin-left: -95px;
	padding-top: 3px;
	height: 35px;
	display: inline;
}
.menu_S ul {
	margin-left: auto;
	margin-right: auto;
}
.menu_S .container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.title_box p {
	font-size: 60px!important;
	line-height: 1;
	margin-bottom: 30px;
	letter-spacing: 0.04em;
	text-align: center!important;
}
.title_box .left {
	text-align: left!important;
}
.title_box h2 {
	font-size: 27px!important;
	line-height: 1.7!important;
	text-align: center!important;
}
.title_box h3 {
	font-size: 27px!important;
	line-height: 1.7!important;
	text-align: center!important;
}
.title_box h2 span {
	font-size: 40px!important;
}
.title_box h3 span {
	font-size: 42px!important;
}
.flow_number p {
	font-size: 60px;
	margin-right: 12px;
}
.flow_number h3 {
	font-size: 28px;
	border-bottom: 1px solid #C1A900;
}
.video_box_number h3 {
	font-size: 28px;
	border-bottom: 1px solid #C1A900;
}
.staff_box h3 {
	font-size: 25px;
	border-bottom: 1px solid #C1A900;
	display: inline-block;
}
.sub_hero .sub_hero_title span {
	font-size: 65px;
	line-height: 1;
	margin-bottom: 20px;
	letter-spacing: 0.04em;
}
.sub_hero .sub_hero_title h1 {
	font-size: 32px;
}
.sub_hero .sub_hero_title h1.column {
	font-size: 30px;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}
.pc_header .clinic_logo .pc {
	width: 330px;
	height: auto;
	display: inline;
}
.pc_header .clinic_logo .mobile {
	display: none;
}
.contact_box form p {
	padding-top: 25px;
	margin-bottom: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.contact_box form .message {
	display: block;
}
#message {
	width: 97.7%;
	height: 200px;
	margin-top: 20px;
}
.content_menu_box a p {
	font-size: 21px!important;
	padding-top: 7px!important;
	padding-bottom: 7px!important;
}
.point_menu_box h3 {
	font-size: 22px!important;
	padding-top: 10px!important;
	padding-bottom: 10px!important;
}
.point_menu_box h4 {
	font-size: 22px!important;
	padding-top: 10px!important;
	padding-bottom: 10px!important;
}
.blog_box h3 {
	font-size: 17px!important;
	margin-top: 5px;
}
.point_menu_box .point_link span {
	font-size: 16px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 4px;
	padding-bottom: 3px;
}
.blog_box .tag a {
	font-size: 12px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 3px;
	padding-bottom: 3px;
	transition: all 0.3s;
}
.post_content .tag a {
	font-size: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 4px;
	padding-bottom: 4px;
	transition: all 0.3s;
	margin-right: 15px;
}
.blog_box .tag a:hover {
	opacity: 0.7;
}
.post_content .tag a:hover {
	opacity: 0.7;
}
.content_menu_box a span {
	font-size: 16px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 4px;
	padding-bottom: 3px;
}
.content_menu_box a .img {
	/* [disabled]height: 15vw; */
	/* [disabled]max-height: 185px; */
}
.content_menu_box a:hover .img img{
	transform: scale(1.1,1.1);
}
.point_menu_box .img {
	height: 230px;
}
.blog_box .img {
	height: 170px;
}
.blog_box .link:hover .img img{
	transform: scale(1.1,1.1);
}
.point_menu_box p {
	font-size: 16px;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
}
.blog_box p {
	font-size: 16px;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 8px;
}
.point_menu_box h3 span {
	font-size: 18px;
}
.under_button .tel_number p {
	font-size: 18px;
	margin-left: 6px;
}
.under_button .line_button p {
	font-size: 17px;
	margin-left: 8px;
}
.under_button .tel_number img {
	height: 34px;
}
.under_button .line_button img {
	height: 34px;
}
.under_button a {
	height: 52px;
}
.setF .tel_number p {
	font-size: 34px;
}
.setF .tel_number img {
	margin-bottom: -10px;
	height: 52px;
}
.setF .tel_number p span {
	font-size: 16px;
}
.setF .tel_number {
	margin-bottom: 15px;
}
.hero .hero_title_box {
	position: absolute;
	z-index: 5;
	top: auto;
	left: 0px;
	transform: none;
	-webkit-transform: translate(0%, 0%);
	text-align: left;
	bottom: 60px;
}
.hero .scroll_down {
	width: 130px;
	height: 130px;
	right: 0px;
	left: auto;
	bottom: 60px;
	transform: translateX(0%);
}
.under_button .top_btn p {
	font-size: 17px;
}
.link_button {
	margin-top: 65px;
	text-align: center;
}
.conJ section {
	margin-top: 110px;
}
.post_content h2 {
	font-size: 26px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 25px;
	padding-right: 25px;
	margin-top: 130px;
	text-align: left;
}
.post_content p {
	font-size: 16px;
	margin-top: 40px;
}
.post_content time {
	font-size: 14px;
	margin-top: 20px;
	margin-right: 20px;
}
.post_content time img {
	width: 13px;
	margin-right: 3px;
}
.post_content ul {
	padding-top: 18px;
	padding-right: 30px;
	padding-left: 50px;
	padding-bottom: 30px;
	margin-top: 48px;
	border: 2px solid #C1A900;
}
.post_content ul li {
	font-size: 18px;
	margin-top: 20px;
	padding-left: 25px;
}
.post_content ul li:before {
	top: .1em;
	width: 9px;
	height: 14px;
	border-right: 4px solid #C1A900;
	border-bottom: 4px solid #C1A900;
}
.post_content a {
	transition: all 0.3s;
}
.post_content a:hover {
	opacity: 0.7;
}
.post_content img {
	margin-top: 50px;
}
.post_content img.mobile {
	display: none;
}
.post_content img.pc {
	display: inline;
}
.post_content h3 {
	font-size: 23px;
	margin-top: 60px;
	border-bottom: 2px solid #C1A900;
}
.post_content table {
	margin-top: 50px;
}
.pnavi {
	margin-bottom: 50px;
}
.pnavi span {
	font-size: 17px;
	margin-left: 7px;
	margin-right: 7px;
}
.pnavi a {
	font-size: 17px;
	margin-left: 7px;
	margin-right: 7px;
}
.pnavi_space {
	height: 80px;
}
.post_content h4 {
	font-size: 22px;
	margin-top: 40px;
	padding: 4px 17px;
	border-left: 3px solid #C1A900;
}
.blog_box a time {
	margin-top: 10px;
}
.post_content .title p {
	font-size: 28px;
	margin-top: 30px;
}
.post_content .tag {
	margin-top: 80px;
}
.breadcrumb {
	padding-left: 15px;
	top: 30px;
}
.breadcrumb li a {
	font-size: 13px;
}
.category_box .category_list a {
	font-size: 19px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 25px;
	width: 23%;
	transition: all 0.3s;
}
.category_box .category_list a:hover {
	opacity: 0.7;
}
.category_box .container .category_list {
	margin-top: 60px;
}
.category_box .container .category_list:after {
	content: "";
	display: block;
	width: 23%;  /* .boxに指定したwidthと同じ幅を指定する */
	height: 0;
}
.category_box .container .category_list:before {
	content: "";
	display: block;
	width: 23%;  /* .boxに指定したwidthと同じ幅を指定する */
	height: 0;
	order: 1; /* アイテムの並び順 */
}
/*フェードアップ*/
/* 画面外にいる状態 */
.fade-up {
	opacity : 0;
	transform : translate(0, 20px);/*フェードする距離*/
	transition : all 650ms;
}
/* 画面内に入った状態 */
.fade-up.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}
/*フェードイン*/
/* 画面外にいる状態 */
.fade-in {
	opacity : 0;
	transform : translate(0, 0);/*フェードする距離*/
	transition : all 900ms;
}
/* 画面内に入った状態 */
.fade-in.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}
/*フェードレフト左から*/
/* 画面外にいる状態 */
.fade-left {
	opacity : 0;
	transform : translate(-40px, 0);/*フェードする距離*/
	transition : all 900ms;
}
/* 画面内に入った状態 */
.fade-left.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}
/*---------------*/
/*フェードライト右から*/
/* 画面外にいる状態 */
.fade-right {
	opacity : 0;
	transform : translate(40px, 0);/*フェードする距離*/
	transition : all 900ms;
}
/* 画面内に入った状態 */
.fade-right.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}
.ac_box dt h3 {
	font-size: 20px;
	line-height: 1.4;
	padding-left: 15px;
}
.ac_box dd p {
	padding-top: 9px;
	padding-right: 10px;
	padding-left: 15px;
	font-size: 18px;
}
.ac_box dt {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 40px;
}
.ac_box dt:hover {
	opacity: 0.6;
}
.ac_box dd span {
	font-size: 26px;
	padding-right: 13px;
	padding-left: 13px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.ac_box dt span.question {
	font-size: 26px;
	padding-right: 13px;
	padding-left: 13px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.ac_box dt span.plus {
	font-size: 17px;
	padding-right: 10px;
}
.ac_box dd {
	padding-bottom: 15px;
	padding-top: 5px;
}
.faq_box .accordion {
	margin-top: 50px;
}
.setH .accordion {
	margin-top: 70px;
	padding-bottom: 10px;
}
.hero .hero_title_top p {
	font-size: 30px;
	margin-top: 0px;
	text-shadow: #FFF 3px 0 10px;
	line-height: 1.8;
}
.hero .hero_title_top p .pc_none {
	display: none;
}
.hero .hero_title_top p .pc_none {
	display: none;
}
.hero .hero_title_top p span {
	font-size: 38px;
	border-bottom-width: 4px;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.hero .hero_text p {
	font-size: 20px;
}
.hero .hero_text p br {
	display: none;
}
.setF .contact_text .time_bn {
	width: 80%;
}
.setF .mail_link {
	margin-bottom: 45px;
}
.pc_header .time_bn {
	display: inline;
	width: 280px;
	margin-left: 25px;
	height: auto;
}
.pc_header .time_bn p {
	font-size: 13px;
	text-shadow: #FFF 4px 0 10px;
}
.menu_S ul li:nth-child(6) a {
	border-right: 1px solid #C1A900;
}
.conI .box video {
	width:50%;
}
.pc_header .tel_number {
	display: flex;
	align-items: center;
	text-decoration: none;
	margin-top: -15px;
}
.pc_header .flex {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.pc_header.sub_pc .flex {
	align-items: center;
}
.menu_S ul li.home {
	width: 16.6%;
}
.menu_S ul li.space {
	width: 16.6%;
}
.greeting_box .container {
	max-width: 980px;
	width: 90%;
}
.greeting_box p {
	font-size: 16px;
	line-height: 1.9;
}
.greeting_box {
	padding-top: 70px;
	padding-bottom: 120px;
}
.pc_header .clinic_logo {
	margin-top: 0px;
}
.hero .hero_text p span {
	padding-left: 30px;
	padding-right: 30px;
	border-radius: 30px;
	margin-bottom: 0px;
	margin-right: 25px;
}
.con_info .main_info {
	border: 2px solid #1781BF;
	margin-top: 50px;
	width: 680px;
	margin-left: auto;
	margin-right: auto;
}
.con_info .main_info .main_info_box {
	height: 230px;
	padding-top: 25px;
	padding-bottom: 10px;
}
.con_info .main_info .main_info_box a {
	font-size: 16px;
	line-height: 1.4;
	margin-bottom: 12px;
	width: 90%;
}
.pc_header.sub_pc .right_box {
	margin-top: 22px;
}
.content_menu_box .img img {
	height: 14vw;
	max-height: 190px;
	width: 100%;
}
.staff_box .text p {
	font-size: 16px;
}
.staff_box .staff_table table tr th {
	width: 110px;
}
.reserve_box .container {
	width: 90%;
	max-width: 980px;
}
.reserve_box .container h2 {
	font-size: 32px;
	margin-bottom: 40px;
}
.title_box h2.center  span{
	font-size: 32px!important;
}
.reserve_box .container p {
	font-size: 16px;
}
.reserve_box .point_box {
	border: 2px solid #FF521B;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 25px;
	padding-bottom: 25px;
	width: 550px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}
.reserve_box .point_box p {
	font-size: 16px;
	margin-bottom: 0px;
}
.reserve_box .point_box h3 {
	font-size: 19px;
	margin-bottom: 15px;
}
.reserve_box {
	padding-top: 100px;
}
.reserve_box .reserve_banner {
	margin-top: 50px;
	transition: all 0.3s;
}
.reserve_box .reserve_banner:hover {
	opacity: 0.7;
}
.sub_hero .back_filter {
	height: 40vw;
	top: 0px;
}
/*-----テーブル---------*/
table.outline_content {
	width: 800px;
}
table.outline_content th {
	height: 30px;
	width: 40px;
	font-size: 17px;
}
table.outline_content td.data {
	font-size: 15px;
	line-height: 22px;
}
.sub_hero .illust_title {
	top: 58%;
	width: 90%;
	max-width: 700px;
}
.conI img.under_margin {
	margin-bottom: 120px;
}
.pc_header .clinic_logo a:hover {
	opacity: 0.7;
	transition: all 0.3s;
}
.setA .flow_text p a:hover {
	opacity: 0.7;
}
.conK section table.three_col tr th {
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	font-size: 18px;
}
.side_info .side_info_box a {
	transition: all 0.3s;;
}
.side_info .side_info_box a:hover {
	opacity: 0.7;
}
.symptom_list_box .sub_text p {
	font-size: 22px;
	text-align: center;
}
.symptom_list_box {
	padding-top: 10px;
	padding-bottom: 110px;
}
.symptom_list_box .flex a {
	width: 32.5%;
	font-size: 16px;
	margin-bottom: 25px;
	transition: all 0.3s;
}
.symptom_list_box .flex::after{
	content:"";
	display: block;
	width:32.5%;
}
.symptom_list_box .flex a:hover {
	opacity: 0.7;
}
.symptom_list_box .container {
	max-width: 950px;
}
.symptom_list_box .sub_text {
	margin-top: 40px;
}
.symptom_list_box.category_top {
	padding-top: 110px;
}
.symptom_list_box span {
	padding-bottom: 3px;
}
.please_box .advice_A h3 {
	font-size: 23px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 55px;
}
.please_box .advice_B h3 {
	font-size: 23px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 55px;
}
.please_box .advice_A p {
	font-size: 20px;
	margin-bottom: 20px;
	line-height: 1.7;
}
.please_box .advice_B p {
	font-size: 20px;
	margin-bottom: 20px;
	line-height: 1.7;
}
.please_box .advice_A {
	border: 3px solid #E64000;
	margin-top: 65px;
	padding-bottom: 30px;
}
.please_box .advice_B {
	border: 3px solid #1781BF;
	margin-top: 65px;
	padding-bottom: 30px;
}
.please_box .advice_A .shape {
	font-size: 400px;
	top: -80px;
}
.please_box .advice_B .shape {
	font-size: 400px;
	top: -30px;
}
.conF .concept_text {
	font-size: 16px;
	text-align: center;
}
.conF .concept_text .mobile_none {
	display: inline;
}
.conF .concept_box {
	margin-top: 35px;
}
.category_box .sub_text p {
	font-size: 16px;
	text-align: center;
}
.category_box .sub_text {
	margin-top: 60px;
}

/*----アクセス道順----*/
.route_box {
	margin-top: 90px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.route_box section {
	margin-bottom: 55px;
	width: 47.5%;
}
.route_box .flow_img {
	height: 22vw;
	max-height: 300px;
}
.route_box .flow_img span {
	left: -15px;
	top: -15px;
	font-size: 30px;
	width: 65px;
	height: 65px;
	padding-top: 8px;
}
.route_box p {
	font-size: 17px;
}


/*----コラム詳細目次デザイン-LuckyWP----*/
.post_content .lwptoc {
	padding-top: 50px;
	padding-bottom: 53px;
	padding-left: 10%;
	padding-right: 10%;
	margin-top: 50px;
}
.post_content .lwptoc_title {
	margin-bottom: 10px;
	font-size: 25px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.post_content .lwptoc_items-visible {
	width: 94%;
}
.post_content .lwptoc a {
	margin-top: 20px;
	font-size: 16px;
	transition: all 0.3s;
}
.post_content .lwptoc a:hover {
	opacity: 0.5;
}
.post_content .lwptoc_item .lwptoc_itemWrap a {
	margin-top: 10px;
	padding-left: 55px;
}
.video_box .video .inner {
	padding-bottom: 56.25%;
	margin-bottom: 0px;
}
.video_box .video {
	width: 54%;
}
.video_box h3 {
	font-size: 32px;
}



























































































































































}
/*IE11にのみクラス指定、SVG画像の入れ替えなどに使用*/
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .hero .hero_title_pc{ display:  none; }
  *::-ms-backdrop, .hero .hero_title_ie{ display:  block; }
}
/*Edgeにのみクラス指定、SVG画像の入れ替えなどに使用*/
@supports (-ms-ime-align:auto) {
.hero .hero_title_pc {
    display: none;
  }
.hero .hero_title_ie {
    display: block;
  }
}
