@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;
}
.section_box img.under_margin {
	margin-bottom: 45px;
}

/*----症状・お悩みリスト表示用（サムネイルなし）----*/
.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 #64BA00;
	color: #000000;
	padding-bottom: 2px;
}
.symptom_list_box .sub_text {
	margin-top: 20px;
}

/*----アクセス道順----*/
.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: #64BA00;
	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;
}

/*-----テーブル---------*/
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: #2D2D2D;
	font-size: 13px;
	font-weight: normal;
	font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
table.outline_content td {
	font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
table.outline_content td.data {
	margin: 0;
	height: 38px;
	width: 90px;
	border: none;
	color: #2D2D2D;
	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.3);
	position: absolute;
	top: 0px;
}
.reserve_box {
	padding-top: 55px;
}
.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;
}
.reserve_box .web_banner {
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #64BA00;
	border: 2px solid #F6EE00;
	color: #F6EE00;
	font-size: 18px;
	padding-left: 25px;
	padding-right: 25px;
	border-radius: 50px;
	margin-top: 10px;
	display: inline-block;
}
.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!important;
	background-color: #F9FFF3;
}
.greeting_box .container {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.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: #64BA00;
	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: #FF5F02;
	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: #777777;
}
.breadcrumb li:last-child:after{
	content: '';
}
.breadcrumb li a {
	text-decoration: none;
	color: #1A1A18;
	font-size: 12px;
	transition: all 0.3s;
}
.breadcrumb li a:hover  {
	opacity: 0.7;
}
.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: #64BA00;
	color: #FFFFFF;
	border: 1px solid #64BA00;
	padding-left: 13px;
	padding-right: 13px;
	padding-top: 7px;
	padding-bottom: 7px;
	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: #64BA00;
	border: 1px solid #64BA00;
	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;
}
.voice_section .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 #64BA00;
	border-radius: 7px;
	margin-top: 25px;
	background-color: #FFFFFF;
}
.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 #64BA00;
	border-bottom: 1px solid #64BA00;
	border-left: 1px solid #64BA00;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
}
.link_button {
	margin-top: 25px;
	text-align: center;
}
.clinic_box .contact_text .logo {
	width: 70%;
}
.clinic_box .contact_text .time_bn {
	width: 90%;
}
.clinic_box .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: #F6EE00;
	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: #64BA00;
	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: #64BA00;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration: none;
	margin-right: 10px;
	display: inline-block;
}
.blog_box .time span {
	font-size: 13px;
	color: #868686;
}
.content_menu_box a span {
	font-size: 13px;
	color: #FFFFFF;
	background-color: #64BA00;
	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: #4D4D4D;
	background-color: #FFFFFF;
	padding-top: 4px!important;
	padding-bottom: 4px!important;
	display: block;
	font-weight: bold;
	border-bottom: 4px solid #F6EE00;
}
.point_menu_box h3 {
	text-align: center;
	font-size: 21px!important;
	color: #4D4D4D;
	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: 4px solid #F6EE00;
	line-height: 1.6;
}
.point_menu_box h4 {
	text-align: center;
	font-size: 21px!important;
	color: #64BA00;
	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 #64BA00;
}
.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: #F5F5F5;
	color: #2D2D2D;
	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);
}
.clinic_box .tel_number p span {
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}
.clinic_box .contact_link p span {
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	margin-bottom: 5px;
	display: inline-block;
}
.pc_header .clinic_logo .mobile {
	width: 265px;
	height: auto;
}
.pc_header.sub_pc .clinic_logo {
	text-align: center;
}
.pc_header .clinic_logo .pc {
	display: none;
}
.pc_header .tel_number p span {
	font-size: 13px;
	font-weight: normal;
	color: #4D4D4D;
}
.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: #64BA00;
	line-height: 1;
	margin-bottom: 5px;
	font-weight: bold;
	letter-spacing: 0.06em;
	display: block;
	text-shadow: 1px 1px 0 #FFFFFF,-1px -1px 0 #B7B7B7,-1px 1px 0 #B7B7B7,1px -1px 0 #B7B7B7,0px 1px 0 #B7B7B7,0 -1px 0 #B7B7B7,-1px 0 0 #B7B7B7,1px 0 0 #B7B7B7;
}
.flow_number p {
	color: #64BA00;
	font-size: 32px!important;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 8px;
}
.flow_number {
	display: flex;
	align-items: center;
}
.title_box h2 span {
	font-size: 30px;
}
.title_box h2.center span {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-size: 24px!important;
	color: #64BA00;
	border-bottom: 1px solid #F6EE00;
	display: inline-block;
}
.title_box h3 span {
	font-size: 28px!important;
}
.title_box h2 .orange {
	color: #1E3900;
	background: linear-gradient(transparent 75%, #F6EE00 25%);
}
.title_box h3 .orange {
	color: #F6EE00;
}
.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: #4D4D4D;
	padding-top: 4px;
	font-weight: bold;
	width: 100%;
}
.phone_menu .banner {
	width: 92%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 12px;
	display: block;
}
.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.1;
	}
	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: #64BA00;
	vertical-align: text-top;
	margin-top: -5px;
}
.sub_box .picture_box .flex img {
	margin-bottom: 10px;
}
.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: #64BA00;
	text-align: center;
	margin-bottom: 25px;
}
.contact_box {
	padding-top: 60px;
	padding-bottom: 60px;
}
.contact_box form .img_send input[type=checkbox] {
	transform: scale(1.4);
}
.contact_box .container {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.contact_box .title {
	text-align: center;
	margin-bottom: 25px;
}
.contact_box .title p {
	text-align: center;
	font-size: 15px;
}

.sub_box span {
	width: 50px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	border-top: 2px solid #64BA00;
	margin-top: 15px;
	margin-bottom: 25px;
}
.profile_box span {
	width: 50px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	border-top: 2px solid #64BA00;
	margin-top: 15px;
	margin-bottom: 25px;
}
.main .sub_box {
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #FFFFFF;
}
.profile_box {
	padding-bottom: 60px;
	background-color: #F9FFF3;
	padding-top: 0px;
}
.voice_section .under_bar {
	width: 50px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 20px;
	border-top: 2px solid #4F81EC;
}
.sub_box h2 {
	font-size: 20px;
	color: #2D2D2D;
	text-align: center;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
.profile_box h2 {
	font-size: 20px;
	color: #2D2D2D;
	text-align: center;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
.voice_section .acc_flow_title h2 {
	font-size: 20px;
	text-align: center;
	color: #4F81EC;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
.main .sub_box .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;
}
.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: #64BA00;
	height: 50px;
	text-align: center;
	border-radius: 7px;
	border-bottom: 6px inset #F6EE00;
	margin-top: 25px;
}
.pc_sidemenu .side_info .info_btn {
	position: relative;
	background-color: #64BA00;
	height: 50px;
	text-align: center;
	border-bottom: 6px inset #F6EE00;
	margin-top: 25px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
}
footer .footC {
	background-color: #64BA00;
	margin-top: 45px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 70px;
}
footer .footC p {
	font-size: 12px;
	color: #F6EE00;
	margin-top: 5px;
}
.voice_section .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: #4D4D4D;
	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: #64BA00;
	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;
}
.clinic_box {
	margin-top: 25px;
}
.clinic_box .hospital_img {
	background-image: url(img/hospital.jpg);
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	height: 250px;
}
.main .price_box {
	padding-bottom: 10px;
	padding-top: 50px;
}
.clinic_box .contact_text {
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
}
.clinic_box .contact_text .text {
	font-size: 14px;
	margin-bottom: 20px;
}
.clinic_box .contact_text h3 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	margin-bottom: 10px;
	color: #4D4D4D;
}
.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;
}
.price_box section .small {
	font-size: 13px;
	margin-top: 10px;
}
.price_box .container section {
	margin-bottom: 65px;
}
.price_box .container {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.price_box section .bar {
	border-bottom: 2px solid #64BA00;
	display: block;
	width: 35px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px
}
.price_box .orange h2 {
	color: #F6EE00;
}
.price_box .orange span {
	border-bottom-color: #F6EE00;
}
.price_box section table.three_col {
	border: 1px solid #9D9D9D;
	border-collapse: collapse;
	width: 100%;
}
.price_box section table.three_col tr {
	border: 1px solid #9D9D9D;
	border-collapse: collapse;
	background-color: #FFFFFF;
}
.price_box section table.three_col tr:nth-child(1)  {
	background-color: #F5F5F5;
}
.price_box 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;
	font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
.price_box section table.three_col tr th:nth-child(1)  {
	background-color: #F5F5F5;
}
.price_box 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: #FFFFFF;
}
.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: #F9FFF3;
}
.price_box section table.two_col tr {
	border: 1px solid #9D9D9D;
	border-collapse: collapse;
	background-color: #FFFFFF;
}
.price_box 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;
	font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
.price_box section table.two_col tr th .red_text {
	color: #FF6700;
	font-weight: bold;
}
.price_box section table.two_col tr th:nth-child(1)  {
	background-color: #F9FFF3;
}

.pc_flex .pc_sidemenu .side_bn_text {
	margin-top: 3px;
}
.pc_sidemenu .side_bn_text a {
	transition: all 0.3s;
	margin-bottom: 16px;
	display: block;
	text-decoration: none;
	border: 2px solid #64BA00;
	position: relative;
}
.pc_sidemenu .side_bn_text a:hover {
	opacity: 0.8;
}
.pc_sidemenu .side_bn_text a .title {
	background-color: #64BA00;
	color: #F6EE00;
	text-align: center;
	font-size: min(0.9vw,15px);/*（基本サイズ、最大サイズ）*/
	padding-top: 3px;
	padding-bottom: 4px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	font-weight: bold;
}
.pc_sidemenu .side_bn_text a .filter {
	background-color: rgba(255,255,255,0.65);
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.pc_sidemenu .side_bn_text a .text_box {
	color: #FFFFFF;
	position: absolute;
	top: 63%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}
.pc_sidemenu .side_bn_text a .triangle {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 0 12px 12px;
	border-color: transparent transparent transparent #F6EE00;
	position: absolute;
	right: 0px;
	bottom: -5px;
	transform: rotate(45deg);
}
.pc_sidemenu .side_bn_text a .text_box .text_A {
	text-align: center;
	font-size: min(0.9vw,15px);/*（基本サイズ、最大サイズ）*/
	line-height: 1.5;
	text-shadow: #FFF 2px 0 2px;
	color: #000000;
	font-weight: bold;
}
.pc_sidemenu .side_bn_text a .text_box .text_B {
	text-align: center;
	font-size: min(0.8vw,14px);/*（基本サイズ、最大サイズ）*/
	line-height: 1.5;
	color: #000000;
	font-weight: bold;
	margin-top: 5px;
}
.pc_sidemenu .side_bn_text a .text_box .text_B .red {
	font-size: 18px;
	color: #FF3300;
}
.pc_sidemenu .side_bn_text a .img {
	height: 8vw;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	max-height: 125px;
}
.pc_sidemenu .side_bn_text a .banner_A {
	background-image: url(img/side_banner_A.jpg);
}
.pc_sidemenu .side_bn_text a .banner_B {
	background-image: url(img/side_banner_B.jpg);
}
.pc_sidemenu .side_bn_text a .banner_C {
	background-image: url(img/side_banner_C.jpg);
}
.pc_sidemenu .side_bn_text a .banner_D {
	background-image: url(img/side_banner_D.jpg);
}
.pc_sidemenu .side_bn_text a .banner_E {
	background-image: url(img/side_banner_E.jpg);
}

.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 #64BA00;
	position: relative;
}
.side-fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 5;
}
.menu_S {
	z-index: 30;
	width: 100vw;
	background-color: #64BA00;
	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 {
	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(5) a {
	border-right: none;
}
.menu_S ul li:nth-child(3) {
	display: none;
}
.menu_S ul li:nth-child(6) {
	display: none;
}
.menu_S ul li a {
	text-decoration: none;
	font-size: 13px;
	background-color: #64BA00;
	color: #FFFFFF;
	text-align: center;
	height: 40px;
	position: relative;
	margin-top: 6px;
	margin-bottom: 6px;
	border-right: 1px solid #F6EE00;
	display: flex;
	align-items: center;
	justify-content: center;
}
.menu_S ul .small a {
	border: none;
}
.menu_S ul li a span {

}
.seo_h1 h1 span {
	display: none;
}
.seo_h1 h2 span {
	display: none;
}

.seo_h1 h1 {
	color: #FFFFFF;
	font-size: min(2.7vw,11px);/*（基本サイズ、最大サイズ）*/
	font-weight: lighter;
	text-align: center;
}
.seo_h1 p {
	color: #FFFFFF;
	font-size: min(2.7vw,11px);/*（基本サイズ、最大サイズ）*/
	font-weight: lighter;
	text-align: center;
}
.pc_header .seo_h1 {
	background-color: rgba(100,186,0,0.8);
	padding-top: 2px;
	padding-bottom: 2px;
}
.pc_header {
	padding-bottom: 3px;
	width: 100vw;
	position: absolute;
	z-index: 8;
	top: 0px;
}
.staff_box .flex {
	margin-top: 15px;
}
.staff_box .text {
	margin-top: 15px;
}
.staff_box .three_col_img img {
	height: auto; 
	width: 100%; 
}
.staff_box .three_col_img {
	width: 100%;
	margin-top: 20px;
}
.staff_box .one_col_img {
	width: 100%;
	margin-top: 20px;
}
.staff_box .one_col_img img {
	height: auto; 
	width: 100%; 
}
.separate_box .arrow {
	width: 0;
	height: 0;
	border-left-style: solid;
	border-right-style: solid;
	border-top: 23px solid #64BA00;
	border-right: 25px solid transparent;
	border-left: 25px solid transparent;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
.staff_box {
	margin-bottom: 60px;
}
.separate_box {
	margin-top: 30px;
}
.separate_box .flex {
	margin-top: 10px;
}
.voice_section .voice_title img {
	margin-top: -26px;
}
.voice_section {
	background-color: #FFFFFF;
	padding-top: 60px;
	padding-bottom: 60px;
}
.voice_section.back_color {
	background-color: #F9FFF3;
}
.greeting_img .container {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.greeting_img {
	background-image: url(img/greeting_back_s.jpg);
	background-position: right top;
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 55px;
	height: 200px;
}
.section_box {
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #FFFFFF;
}
.section_box.top_banner {
	padding-bottom: 0px;
}
.section_box.back_color {
	background-color: #F9FFF3;
}
.con_info.back_color {
	background-color: #F9FFF3;
}
.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;
}
.news_box {
	padding-top: 45px;
	padding-bottom: 45px;
	background-color: #FFFFFF;
}
.category_box {
	padding-top: 45px;
	background-color: #FFFFFF;
}
.post_content {
	padding-top: 10px;
	padding-bottom: 45px;
	background-color: #FFFFFF;
}
.illust_box {
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}
.illust_box img {
	margin-bottom: 25px;
}
.parallax_boxA {
	height: 570px;
}
.section_box .container {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.section_box .large_text {
	text-align: center;
	font-size: 17px;
}
.section_box .sub_text {
	margin-top: 25px;
}
.section_box .sub_text p {
	font-size: 15px;
}
.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;
}
.news_box .container {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.news_box .news_list {
	margin-bottom: 35px;
}
.news_box .news_list a {
	font-size: 14px;
	line-height: 1.4;
	margin-bottom: 20px;
	text-decoration: none;
	display: block;
	padding-left: 10px;
	border-left: 3px solid #64BA00;
}
.news_box .news_list a span {
	color: #838383;
	margin-bottom: 3px;
	display: inline-block;
}
.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: #8F8F8F;
	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: 51%;
	z-index: 5;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	text-align: center;
}
.hero .hero_title_top p {
	font-size: min(4vw,17px);/*（基本サイズ、最大サイズ）*/
	line-height: 1.6;
	text-shadow: #FFF 3px 0 10px;
	color: #404040;
}
.hero .hero_title_top p .title_underline {
	font-size: min(6vw,27px);/*（基本サイズ、最大サイズ）*/
	font-weight: bold;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
	border-bottom: 4px solid #64BA00;
	display: inline-block;
	padding-bottom: 0px;
	line-height: 0.7;
	color: #333333;
	margin-bottom: 10px;
	margin-top: 5px;
}
.hero .hero_title_top p .cross_mark {
	font-size: min(6vw,27px);
	display: inline-block;
	padding-bottom: 0px;
	line-height: 0;
	color: #616161;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
}
.hero .hero_text {
	margin-top: 25px;
}
.hero .hero_text p {
	font-size: min(3.5vw,14px);/*（基本サイズ、最大サイズ）*/
	line-height: 2.5;
	text-shadow: #FFF 3px 0 10px;
}
.hero .hero_text p span {
	background-color: #64BA00;
	padding-left: 25px;
	padding-right: 25px;
	border-radius: 30px;
	color: #FFFFFF;
	text-shadow: none;
	margin-bottom: 10px;
	display: inline-block;
	border: 2px solid #FFFFFF;
	font-weight: bold;
}
.hero .scroll_down {
	position: absolute;
	z-index: 5;
	width: 55px;
	bottom: 15px;
	height: 55px;
	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;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}
.scroll_down .arrow::before {
	content: '';
	width: 10px;
	height: 10px;
	border-top: solid 2px #FFFFFF;
	border-right: solid 2px #FFFFFF;
	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;
	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;
	opacity: 0.7;
}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #F6EE00;
	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 #FF6700;
	font-size: 13px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #FF6700;
	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 #64BA00;
}
#mail_check {
	display: block;
	width: 97.5%;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-top: 15px;
	border: 2px solid #64BA00;
	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 #64BA00;
	font-size: 15px;
}
#phone {
	display: block;
	width: 97.5%;
	border: 2px solid #64BA00;
	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 #64BA00;
	font-size: 15px;
}
.conN form .submit {
	text-align: center;
}
.submit input {
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #64BA00;
	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 #64BA00;
	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: 220px!important;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 7px;
	top: 0px;
	background-color: #64BA00;
	z-index: 10;
}
.pc_sidemenu nav{
	position: relative;
	width: 100%;
}
.pc_sidemenu ul > li{
}
.pc_sidemenu nav ul li {
	margin-bottom: 17px;
	background-color: #64BA00;
	border-left: 8px solid #F6EE00;
}
.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: #64BA00;
	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  {
	background-color: #F6EE00;
	opacity: 1;
}
/*--サイドバーサブメニュー--*/
/* Submenu */
.pc_sidemenu ul ul li ul li{
	display: block;
}
/*----------------------------*/
.point_menu_box {
	margin-top: 15px;
	margin-bottom: 15px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
}
.blog_box {
	margin-bottom: 25px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
}
.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;
}
.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%;
}
/*------------------*/
h1 ,h2, h3, h4, p {
	line-height: 1.7;
	letter-spacing: 0.02em;
}
.sub_box h3 {
	font-size: 18px;
	display: block;
	text-align: center;
	margin-bottom: 5px;
	color: #494949;
	margin-top: 5px;
}
.voice_section .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;
}
.voice_section .voice_text h4 {
	font-size: 15px;
	background-color: #64BA00;
	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 {
	font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color: #1A1A18;
}
.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;
	margin-bottom: 10px;
}
.reserve_box .point_box p {
	text-align: left;
	margin-bottom: 0px;
}
.reserve_box .container h2 {
	font-size: 28px;
	font-weight: normal;
	line-height: 1.1;
	color: #4D4D4D;
	margin-bottom: 25px;
	/*border-bottom: 1px solid #F6EE00;*/
	display: inline-block;
	background: linear-gradient(transparent 75%, #F6EE00 25%);
}
.greeting_box p {
	font-size: 15px;
	margin-top: 15px;
}
.category_box .category_list a {
	text-decoration: none;
	background-color: #64BA00;
	color: #FFFFFF;
	font-size: 15px;
	padding-top: 7px;
	padding-bottom: 7px;
	display: inline-block;
	margin-bottom: 10px;
	width: 31.5%;
	border-radius: 6px;
	text-align: center;
}
.toc_transparent .toc_list li a {
	text-decoration: none;
	font-size: 15px;
	margin-top: 10px;
	display: inline-block;
	margin-bottom: 3px;
	text-indent: -1em;
	padding-left: 1em;
	padding-right: 1em;
}
.toc_transparent .toc_list li ul li a {
	text-indent: -1.9em;
	padding-left: 1.9em;
	margin-left: 1em;
}
.toc_transparent .toc_list li a .toc_number {
	color: #A0A0A0;
}
.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-size: 14px;
	color: #FFFFFF;
	margin-left: 5px;
	font-weight: bold;
}
.under_button .tel_number p {
	font-size: min(3.9vw,15px);/*（基本サイズ、最大サイズ）*/
	color: #FFFFFF;
	margin-left: 5px;
	font-weight: bold;
}
.under_button .top_btn p {
	font-size: 14px;
	color: #F6EE00;
}
.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: rgba(100,186,0,0.9);
	color: #FFFFFF;
	text-align: left;
	font-size: min(1.1vw,15px);/*（基本サイズ、最大サイズ）*/
	padding-top: 3px;
	padding-bottom: 4px;
	position: absolute;
	top: 0px;
	left: 0px;
	padding-left: 2%;
	padding-right: 2%;
	line-height: 1.4;
	width: 96%;
}
.contact_box form p {
	border-top: 1px solid #B9B9B9;
	padding-top: 15px;
	margin-bottom: 20px;
}
.clinic_box .tel_number p {
	color: #FF5F02;
	font-size: 29px;
	line-height: 1.2;
	font-weight: bold;
}
.clinic_box .contact_link p {
	color: #F6EE00;
	font-size: 19px;
	line-height: 1.2;
	font-weight: bold;
}
.pc_header .tel_number p {
	color: #FF5F02;
	font-size: 29px;
	line-height: 1.2;
	font-weight: bold;
	text-shadow: #FFF 4px 0 10px;
}
.pc_header .tel_number.sub p {
	color: #64BA00;
}
.pc_header .tel_number {
	display: none;
}
.pc_header .time_bn {
	display: none;
}
.clinic_box .tel_number {
	display: flex;
	align-items: center;
	text-decoration: none;
	justify-content: center;
	margin-bottom: 15px;
}
.clinic_box .contact_link {
	display: flex;
	align-items: center;
	text-decoration: none;
	justify-content: center;
	margin-bottom: 15px;
	border-radius: 40px;
	background-color: #64BA00;
	padding-top: 8px;
	padding-bottom: 10px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.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;
}
.flow_number h3 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
}
.flow_number h2 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
}
.staff_box h3 {
	font-size: 21px;
	font-weight: normal;
	line-height: 1.5;
}
.flow_number h3 .orange {
	color: #1A1A18;
}
.flow_number h2 .orange {
	color: #FF6700;
	font-weight: bold;
}
.title_box h2 {
	font-size: 21px!important;
	font-weight: normal!important;
	line-height: 1.4!important;
	text-align: center!important;
}
.title_box.contact h2 {
	font-size: 24px!important;
	line-height: 1.5;
	color: #4D4D4D;
	/*margin-bottom: 25px;*/
	border-bottom: 1px solid #F6EE00;
	display: inline-block;
}
.title_box.contact {
	text-align: center;
}
.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: #64BA00;
	width: 44%;
}
.under_button .line_button {
	background-color: #00B900;
	width: 44%;
}
.under_button .top_btn {
	background-color: #8F8F8F;
	width: 12%;
}
.under_button a:hover  {
	opacity: 0.9;
}
.recommend_box {
	margin-top: 45px;
	margin-left: auto;
	margin-right: auto;
}
.recommend_box a {
	transition: all 0.3s;
	width: 100%;
	text-decoration: none;
	border: 2px solid #64BA00;
	background-color: #FFFFFF;
	margin-top: 35px;
	overflow: hidden;
	display: block;
}
.recommend_box h3 {
	text-align: center;
	font-size: min(4.7vw,20px);/*（基本サイズ、最大サイズ）*/
	color: #FFFFFF;
	background-color: #64BA00;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	font-weight: bold;
}
.recommend_box .img {
	height: 180px;
	overflow: hidden;
	width: 100%;
}
.recommend_box .img img {
	width: 100%;
	object-fit: cover;
}
.recommend_box .text h4 {
	font-size: 18px;
	width: 92%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	color: #4B4F69;
	border-bottom: 1px solid #F6EE00;
}
.recommend_box p {
	font-size: 15px;
	width: 92%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	line-height: 1.6;
}
.recommend_box p .red {
	font-size: min(4.7vw,24px);/*（基本サイズ、最大サイズ）*/
	color: #FF6700;
	font-weight: bold;
}
.recommend_box p.right {
	font-size: 13px;
	margin-top: 0px;
	text-align: right;
}
.recommend_box .link {
	margin-top: 10px;
}
.recommend_box .link span {
	font-size: 14px;
	color: #FFFFFF;
	background-color: #64BA00;
	padding-top: 6px;
	padding-bottom: 5px;
	display: block;
	text-align: center;
}
.point_menu_box a {
	transition: all 0.3s;
	width: 100%;
	text-decoration: none;
	position: relative;
	border: 2px solid #64BA00;
	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 #64BA00;
	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 #C6C6C6;
	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 #64BA00;
	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;
	color: #FFFFFF;
}
footer .footC a:hover {
	transition: all 0.3s;
	opacity: 0.7;
}
.footC a img {
	margin-bottom: -4px;
	margin-left: 2px;
}
.sub_box p {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	font-size: 15px;
	margin-bottom: 10px;
}
.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: #F6EE00;
	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: #F6EE00;
	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;
}
.access_box p {
	font-size: 16px;
	margin-top: 5px;
}
.link_button a {
	font-size: 15px;
	text-decoration: none;
	color: #FFFFFF;
	transition: all 0.3s;
	display: inline-block;
	text-align: center;
	background-color: #64BA00;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.link_button a:hover {
	opacity: 0.7;
}
.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;
}
.sub_hero .sub_hero_title p .phone_none {
	display: none;
}
.price_box section p {
	font-size: 15px;
	text-align: left;
	margin-bottom: 20px;
}
.price_box section p .phone_none {
	display: none;
}
.price_box section p .blue_text {
	color: #3A458C;
	font-weight: bold;
}
.price_box section p .red_text {
	color: #FF6700;
	font-weight: bold;
}
.price_box section h2 {
	font-size: 18px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-bottom: 15px;
	background-color: #64BA00;
	color: #FFFFFF;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
}
/*---youtube動画サイズ調整---*/
.post_content .is-provider-youtube .wp-block-embed__wrapper {
	position: relative;
	padding-bottom: 56.25%;
	margin-bottom: 30px;
	margin-top: 30px;
}
.post_content .is-provider-youtube .wp-block-embed__wrapper iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.post_content h2 {
	font-size: 19px;
	background-color: #64BA00;
	color: #FFFFFF;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 35px;
}
.post_content h3 {
	font-size: 17px;
	color: #4D4D4D;
	margin-top: 30px;
	border-bottom: 1px solid #64BA00;
	font-weight: bold;
}
.post_content h4 {
	font-size: 17px;
	color: #4D4D4D;
	margin-top: 25px;
	padding: 5px 8px;
	border-left: 2px solid #64BA00;
	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 #64BA00;
	margin-top: 25px;
}
.post_content .toc_transparent 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 .toc_transparent ul li {
	margin-top: 0px;
	position: static;
	padding-left: 0px;
}
.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 #64BA00;
	border-bottom: 3px solid #64BA00;
}
.toc_transparent 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;
}
.price_box section h3 {
	font-size: 18px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-bottom: 8px;
	color: #000000;
	font-weight: normal;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 40px;
}
.price_box .blue table tr {
	background-color: #E6EDFF;
}
.price_box .blue table tr:nth-child(1)  {
	background-color: #A7C2FF;
}
.price_box .blue table tr th:nth-child(1)  {
	background-color: #A7C2FF;
}
.staff_box .text p {
	font-size: 15px;
	text-align: justify;
	margin-bottom: 15px;
}
.staff_box .text .staff_table {
	margin-top: 20px;
}
.separate_box .flow_text h4 {
	font-size: 17px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-bottom: 15px;
	font-weight: normal;
	color: #FFFFFF;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 6px;
	padding-bottom: 6px;
	line-height: 1.3;
	text-align: justify;
	background-color: #64BA00;
}
.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: #64BA00;
	line-height: 1.5;
}
.illust_box p {
	text-align: center;
	font-size: 15px;
	padding-bottom: 0px;
}
.illust_box p .mobile_none {
	display: none;
}
.illust_box p .phone_none {
	display: none;
}
.voice_section .voice_text p {
	font-size: 15px;
	text-align: justify;
	margin-top: 15px;
}
.voice_section .voice_title h2 {
	font-size: 16px;
	margin-left: 8px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #64BA00;
}
.voice_section .voice_title h3 {
	font-size: 16px;
	margin-left: 8px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #4D4D4D;
	font-weight: bold;
}
.voice_section .voice_title {
	display: flex;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	border-bottom: 2px solid #F6EE00;
}
.voice_section section {
	margin-top: 55px;
}
.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: #64BA00;
	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);
}
/*------------------*/
.separate_box .flow_text p {
	font-size: 15px;
	margin-bottom: 15px;
	text-align: justify;
}
.separate_box .flow_text p .red_text {
	color: #FF6700;
	font-weight: bold;
}
.voice_section .container {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.pc_flex .pc_sidemenu {
	display: none;
	z-index: 8;
}
.pc_header .seo_h1 .container {
	width: 98%;
	margin-left: auto;
	margin-right: auto;
	justify-content: center;
}
.pc_header .right_box {
	margin-top: 15px;
}
.pc_header.sub_pc .right_box {
	margin-top: 10px;
}
.menu_S .container {
	width: 100%;
}
header .pc_header.sub_pc {
	position: static;
	background-color: #FFFFFF;
}
.pc_flex .main .voice_section.voice_box {
	padding-top: 30px;
}
#map{
	width: 100%;
	height: 280px;
	margin-top: 40px;
}
#map iframe{
	width: 100%;
	height: 100%;
}
.access_box .parking {
	margin-top: 25px;
}
.contact_box h2 {
	font-size: 28px;
	text-align: center;
	color: #4D4D4D;
	margin-bottom: 25px;
	font-weight: normal;
	background: linear-gradient(transparent 75%, #F6EE00 25%);
	line-height: 1.1;
	display: inline-block;
}
.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_box .picture_box {
	margin-bottom: 20px;
}
.title_box p {
	font-size: 36px!important;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
	font-style: italic;
	color: #64BA00;
	text-align: center!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;
}
.title_box .left {
	text-align: left!important;
}
.post_content .title p {
	font-size: 20px;
	font-weight: bold;
	margin-top: 10px;
}
.toc_transparent {
	border-top: 1px solid #F6EE00;
	border-bottom: 1px solid #F6EE00;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 25px;
	padding-left: 13px;
	padding-right: 13px;
	width: 100%!important;
}
.toc_transparent .toc_title {
	font-size: 18px;
	font-weight: bold;
	margin-top: 0px;
}
.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 #64BA00;
	padding-top: 25px;
	padding-bottom: 28px;
	padding-left: 6%;
	padding-right: 6%;
	margin-top: 30px;
}
.post_content .lwptoc_i {
	width: 96%!important;
	margin-left: auto;
	margin-right: auto;
}
.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 #64BA00;
	padding-bottom: 5px;
	font-weight: normal;
	display: block;
}
.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: 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.2em;
	display: inline-block;
}
/*--------------------------------------*/



















































@media (min-width:600px) and (max-width:959px){
.hero .hero_title {
	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: 80px;
}
#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;
}
.section_box .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%;
}
.parallax_boxA {
	height: 780px;
}
.parallaxA {
	height: 1010px;
}
.illust_box p {
	font-size: 20px;
	margin-top: 25px;
}
.greeting_img .container {
	max-width: 700px;
}
.greeting_box .container {
	max-width: 700px;
}
.greeting_box {
	padding-bottom: 100px;
}
.separate_box .flex {
	width: 100%;
	margin-top: 5px;
	display: flex;
	justify-content: space-between;
}
.separate_box .flow_text {
	width: 46%;
}
.separate_box .flow_text p {
	font-size: 15px;
	margin-bottom: 0px;
}
.separate_box {
	margin-top: 35px;
}
.voice_section .container {
  max-width: 700px;
}
.voice_section .flex {
	margin-top: 25px;
	display: flex;
	justify-content: space-between;
}
.voice_section .voice_text {
	width: 46%;
}
.voice_section .flex img {
  width: 50%;
	height: 42%;
	display: block;
}
.voice_section .voice_title img {
	margin-top: -46px;
}
.voice_section .voice_title h2 {
	font-size: 18px;
	margin-left: 15px;
}
.voice_section .voice_title h3 {
	font-size: 18px;
	margin-left: 15px;
}
.voice_section .voice_title {
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	margin-top: 75px;
}
.voice_section {
	padding-top: 80px;
	padding-bottom: 90px;
}
.staff_box .text p {
	font-size: 15px;
}
.staff_box .text p {
	font-size: 15px;
}
.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%;
}
.access_box .parking {
	margin-top: 30px;
}
.price_box section p {
	width: 550px;
	margin-left: auto;
	margin-right: auto;
}
.price_box .container {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	max-width: 700px;
}
.main .sub_hero {
}
.main .price_box {
	padding-bottom: 40px;
	padding-top: 80px;
}
.sub_hero .sub_hero_title p {
	font-size: 20px;
	margin-top: 30px;
}
.access_box p {
	font-size: 16px;
	margin-top: 10px;
}
.clinic_box {
	display: flex;
	flex-flow: row-reverse;
}
.clinic_box .hospital_img {
	height: auto;
	width: 50%;
}
.clinic_box .contact_text {
	padding-top: 50px;
	padding-bottom: 20px;
	width: 50%;
}
footer .container {
	max-width: 700px;
}
footer .footA {
	margin-bottom: 30px;
}
.main .sub_box .container {
	max-width: 700px;
}
.profile_box .container {
	max-width: 700px;
}
.sub_box h2 {
	font-size: 26px;
}
.profile_box h2 {
	font-size: 26px;
}
.sub_box p {
	font-size: 17px;
}
.voice_section .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;
}
.sub_box .picture_box .flex {
	display: flex;
	justify-content: space-between;
}
.sub_box .picture_box .flex img {
	margin-bottom: 10px;
	width: 49%;
	height: 100%;
}
.sub_box .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;
}
.recommend_box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
}
.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 {

}
.hero .hero_title_tbox {
	width: 550px;
	top: 40vh;
}
.separate_box .flex .img {
	width: 50%;
}
.main .sub_box {
	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;
}
.content_menu_box .img img {
	height: 18vw;
	max-height: 140px;
}
.post_content img.mobile {
	display: none;
}
.post_content img.pc {
	display: inline;
}
.recommend_box .img {

}
.recommend_box a {
	width: 47.5%;
}
.recommend_box h3 {
	font-size: 18px;
}
.recommend_box p .red {
	font-size: 19px;
}


/*----コラム詳細目次デザイン-LuckyWP----*/
.post_content .lwptoc {
	border: 2px solid #64BA00;
	padding-top: 25px;
	padding-bottom: 28px;
	padding-left: 6%;
	padding-right: 6%;
	margin-top: 30px;
}
.post_content .lwptoc_i {
	width: 96%!important;
	margin-left: auto;
	margin-right: auto;
}
.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 #64BA00;
	padding-bottom: 5px;
	font-weight: normal;
	display: block;
}
.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: 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.2em;
	display: inline-block;
}
/*--------------------------------------*/














































































}

@media (min-width:960px){
.pc_flex {
	display: flex;
	justify-content: space-between;
}
.pc_flex .pc_sidemenu {
	background-color: #FFFFFF;
	display: inline;
	width: 18vw;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	min-width: 210px;
}
.pc_flex .main {
	width: 82vw;
	/* [disabled]border-left: 1px solid #C6C6C6; */
}
/*メールフォーム*/
#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: 96%;
	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 p {
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: left;
}
.seo_h1 p br {
	display: none;
}
.pc_header {
	padding-bottom: 0px;
}
.pc_header .seo_h1 .container {
	width: 95.5%;
	justify-content: flex-start;
	display: flex;
}
header .menu_s {
	display: none;
}
.menu_S ul li:nth-child(3) {
	display: inline;
}
.menu_S ul li:nth-child(6) {
	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;
	display: flex;
	align-items: center;
	justify-content: center;
}
.menu_S ul li a:hover {
	transition: all 0.3s;
	opacity: 0.7;
	padding-bottom: 0px;
}
.menu_S ul li a span {
	margin-right: 20px;
}
.section_box .container {
	width: 90%;
	margin-right: auto;
	max-width: 980px;
	margin-left: auto;
}
.section_box .campaign {
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.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;
}
.news_box .container {
	width: 90%;
	margin-right: auto;
	max-width: 900px;
	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;
	padding-top: 40px;
}
.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;
}
.blog_box a time {
	margin-top: 10px;
}
.content_menu_box {
	margin-top: 70px;
	margin-bottom: 40px;
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
}
.illust_box .resolution_text img {
	max-width: 900px;
}
.parallax_boxA {
	height: 1160px;
}
.parallaxA {
	height: 1480px;
}
.illust_box p {
	font-size: 24px;
}
.illust_box p .mobile_none {
	display: inline;
}

/*----pointグリッドレイアウト（自動変化）---*/
.greeting_box .container {
	max-width: 980px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
/*-------------------------*/
/*----menuグリッドレイアウト（自動変化）---*/
.separate_box {
	margin-top: 45px;
	margin-left: auto;
	margin-right: auto;
}
.separate_box .flex {
	width: 100%;
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
}
.separate_box .flow_text {
	width: 46%;
}
.separate_box .flow_text p {
	font-size: 16px;
	margin-bottom: 15px;
	margin-right: 8px;
	display: block;
	height: auto;
	text-align: justify;
}
.voice_section .container {
	max-width: 980px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.voice_section .voice_title {
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 10px;
	border-bottom: 3px solid #F6EE00;
}
.voice_section .voice_title img {
	margin-top: -65px;
	width: 110px;
	height: 85px;
}
.voice_section .voice_title h2 {
	font-size: 22px;
	margin-left: 15px;
}
.voice_section .voice_title h3 {
	font-size: 22px;
	margin-left: 10px;
}
.voice_section .flex {
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}
.voice_section .voice_text {
	width: 46%;
}
.voice_section .flex img {
	width: 50%;
	height: 42%;
	display: block;
	margin-top: 0px;
}
.voice_section .voice_text h3 {
	font-size: 18px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-left: 15px;
	margin-top: 15px;
}
.voice_section .voice_text h4 {
	font-size: 17px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.voice_section .voice_text p {
	font-size: 16px;
	margin-top: 20px;
}
.staff_box {
	margin-bottom: 90px;
}
.staff_box .flex {
	width: 100%;
	margin-top: 30px;
	/* [disabled]display: flex; */
	/* [disabled]justify-content: space-between; */
	/* [disabled]align-items: flex-start; */
	/* [disabled]flex-direction: row-reverse; */
}
.staff_box .text {
	margin-bottom: 0px;
	/* [disabled]width: 46%; */
	margin-top: 0px;
}
.separate_box .flow_text h4 {
	font-size: 20px;
	margin-bottom: 20px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 7px;
	padding-bottom: 8px;
}
.staff_box .text h4 {
	font-size: 23px;
	margin-bottom: 20px;
}
.separate_box .arrow {
	border-right: 30px solid transparent;
	border-left: 30px solid transparent;
	border-top: 28px solid #64BA00;
	margin-top: 35px;
}
.access_box .parking img {
	width: 100%;
}
.access_box .parking {
	text-align: center;
	margin-top: 80px;
	margin-bottom: 10px;
}
.section_box {
	padding-top: 110px;
	padding-bottom: 110px;
}
.section_box.top_banner {
	padding-bottom: 2px;
}
.section_box .large_text {
	font-size: 23px;
}
.section_box .sub_text {
	margin-top: 60px;
}
.section_box .sub_text p {
	font-size: 16px;
	text-align: center;
}
.con_info {
	padding-top: 100px;
	padding-bottom: 110px;
}
.list_box {
	padding-top: 50px;
	padding-bottom: 50px;
}
.faq_box {
	padding-top: 50px;
	padding-bottom: 110px;
}
.news_box {
	padding-top: 90px;
	padding-bottom: 110px;
}
.category_box {
	padding-top: 90px;
	padding-bottom: 40px;
}
.post_content {
	padding-top: 0px;
	padding-bottom: 120px;
}
.illust_box {
	text-align: center;
	margin-top: 50px;
	max-width: 750px;
}
.greeting_img {
	background-position: right 0%;
	background-image: url(img/greeting_back.jpg);
	padding-top: 150px;
	height: 450px;
}
.voice_section {
	padding-top: 110px;
	padding-bottom: 110px;
}
.sub_hero .container {
	width: 80%;
	margin-left: auto;
	max-width: 980px;
	margin-right: auto;
}
.price_box .container {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	max-width: 980px;
}
.main .sub_hero {
	height: 30vw;
	background-color: #FFFFFF;
	padding-top: 18px;
	max-height: 450px;
}
.price_box section h2 {
	font-size: 26px;
	margin-bottom: 50px;
	padding-top: 12px;
	padding-bottom: 12px;
}
.price_box section h3 {
	font-size: 26px;
	margin-bottom: 15px;
	margin-top: 90px;
}
.price_box section .bar {
	width: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	border-bottom: 3px solid #64BA00;
}
.price_box 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;
}
.price_box section p {
	font-size: 16px;
	text-align: center;
	margin-bottom: 30px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.price_box section p .phone_none {
	display: inline;
}
.price_box .container section {
	margin-bottom: 120px;
}
.price_box section .small {
	font-size: 14px;
	margin-top: 20px;
}
.main .price_box {
	padding-bottom: 30px;
	padding-top: 110px;
}
.sub_hero .beginner_title img {
	width: 280px;
}
.sub_hero .sub_hero_title p {
	font-size: 22px;
	margin-top: 40px;
}
.sub_hero .sub_hero_title p .phone_none {
	display: inline;
}
.sub_hero .voice_hero img {
	width: 250px;
}
.access_box p {
	font-size: 23px;
	margin-top: 15px;
	text-align: center;
}
.link_button a {
	font-size: 16px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 12px;
	padding-bottom: 12px;
}
.clinic_box {
	display: flex;
	flex-flow: row-reverse;
	margin-top: 70px;
}
.clinic_box .contact_text {
	padding-top: 20px;
	padding-bottom: 20px;
	width: 50%;
}
.clinic_box .hospital_img {
	height: auto;
	width: 50%;
}
.clinic_box .contact_text h3 {
	font-size: 20px;
	margin-bottom: 20px;
}
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 {
	margin-top: 50px;
	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;
}
.separate_box .flex .img {
	width: 50%;
}
.staff_box .three_col_img img {
	height: auto; 
	width: 32%; 
}
.staff_box .three_col_img {
	margin-top: 30px;
}
.staff_box .one_col_img {
	margin-top: 30px;
}
.staff_box .one_col_img img {
	height: auto; 
	width: 45%; 
}
.main .sub_box .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_box h2 {
	font-size: 36px;
}
.profile_box h2 {
	font-size: 36px;
}
.sub_box p {
	font-size: 16px;
	max-width: 800px;
	margin-bottom: 20px;
}
.main .sub_box {
	padding-top: 110px;
	padding-bottom: 110px;
}
.profile_box {
	padding-bottom: 130px;
	padding-top: 0px;
}
.sub_box 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;
}
.voice_section .acc_flow_title h2 {
	font-size: 36px;
}
.voice_section .under_bar {
	width: 60px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	margin-bottom: 30px;
}
.sub_box h3 {
	font-size: 26px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.sub_box .container article {
	margin-bottom: 40px;
	display: block;
}
#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: 39px;
	margin-bottom: 40px;
}
.contact_box {
	padding-top: 110px;
	padding-bottom: 110px;
}
.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;
}
.hero .hero_text {
	margin-top: 60px;
}
.sub_box .picture_box .flex {
	display: flex;
	justify-content: space-between;
}
.sub_box .picture_box .flex img {
	margin-bottom: 20px;
	width: 49%;
	height: 100%;
}
.sub_box .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: 540px;
	right: 0px;
}
.content_menu_box a {
	width: 31%;
	margin-bottom: 40px;
}
.content_menu_box:after {
	content: "";
	display: block;
	width: 31%;
	height: 0;
}
.recommend_box {
	margin-top: 80px;
}
.recommend_box a {
	margin-top: 55px;
}
.recommend_box a .flex {
	display: flex;
	align-items: center;
}
.recommend_box a:hover {
	opacity: 0.8;
}
.recommend_box h3 {
	font-size: 26px;
	padding-top: 12px;
	padding-bottom: 12px;
}
.recommend_box .img {
	height: 270px;
	width: 40%;
}
.recommend_box .img img {
	width: 100%;
	height: 100%;
}
.recommend_box .text {
	width: 60%;
}
.recommend_box .text h4 {
	font-size: 23px;
	width: 92%;
	margin-top: 0px;
}
.recommend_box p {
	font-size: 16px;
	text-align: justify;
	width: 90%;
}
.recommend_box p .red {
	font-size: min(2.4vw,30px);/*（基本サイズ、最大サイズ）*/
}
.recommend_box p.right {
	font-size: 14px;
	margin-top: 0px;
	text-align: center;
}
.recommend_box .link span {
	font-size: 17px;
	padding-top: 8px;
	padding-bottom: 7px;
}
.recommend_box .link {
	margin-top: 0px;
}
.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 .tag {
	margin-top: auto;
}
.blog_box .link:hover {
	opacity: 0.7;
}
.content_menu_box a:hover {
	opacity: 0.8;
}
.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 {
	height: 30px;
	display: inline;
	margin-left: 0px;
	margin-right: 6px;
}
.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 p br {
	display: none;
}
.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.contact h2 {
	font-size: 32px!important;
	/*margin-bottom: 40px;*/
}
.title_box h3 {
	font-size: 27px!important;
	line-height: 1.7!important;
	text-align: center!important;
}
.title_box h2 span {
	font-size: 41px!important;
}
.title_box h3 span {
	font-size: 41px!important;
}
.flow_number p {
	font-size: 65px!important;
	margin-right: 12px;
}
.flow_number h3 {
	font-size: 27px;
	border-bottom: 3px solid #F6EE00;
}
.flow_number h2 {
	font-size: 27px;
	border-bottom: 3px solid #F6EE00;
}
.staff_box h3 {
	font-size: 35px;
	border-bottom: 3px solid #64BA00;
	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;
}
.pc_header .clinic_logo .pc {
	width: 28vw;
	max-width: 350px;
	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: min(1.2vw,17px)!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: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 4px;
	padding-bottom: 3px;
}
.content_menu_box a .img {
}
.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: 20px;
	margin-left: 8px;
}
.under_button .line_button p {
	font-size: 17px;
	margin-left: 8px;
}
.under_button .tel_number img {
	height: 29px;
}
.under_button .line_button img {
	height: 29px;
}
.under_button a {
	height: 52px;
}
.clinic_box .tel_number p {
	font-size: 34px;
}
.clinic_box .contact_link p {
	font-size: 21px;
}
.clinic_box .tel_number img {
	margin-bottom: -10px;
	height: 52px;
}
.clinic_box .tel_number p span {
	font-size: 16px;
}
.clinic_box .contact_link p span {
	font-size: 16px;
	margin-bottom: 8px;
}
.clinic_box .tel_number {
	margin-bottom: 15px;
}
.clinic_box .contact_link {
	margin-bottom: 15px;
	width: 80%;
	transition: all 0.3s;
}
.clinic_box .contact_link:hover {
	opacity: 0.8;
}
.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: 45px;
	text-align: center;
}
.voice_section section {
	margin-top: 110px;
}
/*---youtube動画サイズ調整---*/
.post_content .is-provider-youtube .wp-block-embed__wrapper {
	padding-bottom: 52%;
	margin-bottom: 50px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
}
.post_content h2 {
	font-size: 26px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 130px;
	text-align: center;
}
.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 #64BA00;
}
.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 #64BA00;
	border-bottom: 4px solid #64BA00;
}
.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: 3px solid #64BA00;
}
.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: 4px solid #64BA00;
}
.post_content .title p {
	font-size: 28px;
	margin-top: 30px;
}
.post_content .tag {
	margin-top: 80px;
}
.toc_transparent .toc_title {
	font-size: 24px;
	margin-top: 0px;
}
.toc_transparent {
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top: 60px;
	padding-left: 20px;
	padding-right: 20px;
}
.toc_transparent .toc_list li a {
	font-size: 18px;
	margin-top: 18px;
	margin-bottom: 5px;
	transition: all 0.3s;
}
.toc_transparent .toc_list li a:hover {
	opacity: 0.7;
}
.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;
}
.hero .hero_title_top p {
	font-size: 22px;
	margin-top: 0px;
	text-shadow: #FFF 3px 0 10px;
	line-height: 2;
}
.hero .hero_title_top p .pc_none {
	display: none;
}
.hero .hero_title_top p .title_underline {
	font-size: min(4vw,45px);/*（基本サイズ、最大サイズ）*/
	border-bottom-width: 7px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	line-height: 0.8;
}
.hero .hero_title_top p .cross_mark {
	font-size: min(4vw,45px);/*（基本サイズ、最大サイズ）*/
	padding-bottom: 0px;
}
.hero .hero_text p {
	font-size: 20px;
}
.hero .hero_text p br {
	display: none;
}
.clinic_box .contact_text .time_bn {
	width: 80%;
}
.pc_header .time_bn {
	display: inline;
	width: 345px;
	margin-left: 25px;
	height: auto;
}
.pc_header .time_bn p {
	font-size: 12px;
	text-shadow: #FFF 4px 0 10px;
}
.menu_S ul li:nth-child(5) a {
	border-right: 1px solid #F6EE00;
}
.pc_header .tel_number {
	display: flex;
	align-items: center;
	text-decoration: none;
	margin-top: -5px;
}
.pc_header .tel_number.sub {
	margin-top: -10px;
}
.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_img .container {
	max-width: 980px;
	width: 90%;
}
.greeting_box p {
	font-size: 16px;
	line-height: 1.9;
	margin-top: 25px;
}
.greeting_box {
	padding-top: 70px;
	padding-bottom: 120px!important;
}
.pc_header .clinic_logo {
	margin-top: 10px;
}
.pc_header.sub_pc .clinic_logo {
	margin-top: 0px;
}
.hero .hero_text p span {
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 30px;
	margin-bottom: 0px;
	margin-right: 15px;
	border-left: 2px solid #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-top: 2px solid #FFFFFF;
	border-bottom-style: solid;
	border-right-width: 2px;
	border-bottom-width: 2px;
}
.con_info .main_info {
	border: 2px solid #64BA00;
	margin-top: 50px;
	width: 800px;
	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: 20px;
}
.content_menu_box .img img {
	height: 14vw;
	max-height: 190px;
	width: 100%;
}
.staff_box .text p {
	font-size: 16px;
}
.staff_box .text .staff_table {
	margin-top: 30px;
}
.staff_box .staff_table table tr th {
	/*width: 110px;*/
	width: 180px;
}
.reserve_box .container {
	width: 90%;
	max-width: 980px;
}
.reserve_box .container h2 {
	font-size: 39px;
	margin-bottom: 40px;
}
.title_box h2.center  span{
	font-size: 32px!important;
}
.reserve_box .container p {
	font-size: 16px;
	margin-bottom: 15px;
}
.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: 30vw;
	max-height: 450px;
	padding-top: 38px;
}
/*-----テーブル---------*/
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;
}
.pc_header .clinic_logo a:hover {
	opacity: 0.7;
	transition: all 0.3s;
}
.price_box 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;
}

/*----アクセス道順----*/
.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;
}
.illust_box img {
	margin-bottom: 40px;
}
.illust_box p .phone_none {
	display: inline;
}
.section_box img.under_margin {
	margin-bottom: 110px;
}
.contact_box .title p {
	font-size: 16px;
}
.contact_box .title {
	margin-bottom: 40px;
}
.reserve_box .web_banner {
	transition: all 0.3s;
	margin-top: 20px;
}
.reserve_box .web_banner:hover {
	opacity: 0.8;
}


/*----コラム詳細目次デザイン-LuckyWP----*/
.post_content .lwptoc {
	padding-top: 50px;
	padding-bottom: 53px;
	padding-left: 10%;
	padding-right: 10%;
	margin-top: 50px;
}
.post_content .lwptoc_i {
	width: 94%;
}
.post_content .lwptoc_title {
	margin-bottom: 10px;
	font-size: 25px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.post_content .lwptoc_items-visible {
	
}
.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;
}
.staff_box .staff_table table tr td {
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 25px;
	font-size: 15px;
	padding-right: 25px;
}

/*--------------------------------*/

/*----症状・お悩みリスト表示用（サムネイルなし）----*/
.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;
}
.sub_hero .sub_hero_title {
	top: 53%;
}
.news_box .news_list {
	margin-bottom: 60px;
}
.news_box .news_list a {
	font-size: 16px;
	line-height: 1.4;
	margin-bottom: 35px;
	padding-left: 15px;
	border-left: 4px solid #64BA00;
	transition: all 0.3s;
}
.news_box .news_list a:hover {
	opacity: 0.7;
}
.news_box .news_list a span {
	margin-bottom: 0px;
	margin-right: 10px;
}
.news_box .news_list a br {
	display: none;
}













































































































































}
