@charset "UTF-8";
/* CSS Document */
@media all and (-ms-high-contrast: none) {
		body {
		font-family: "Noto Sans JP","メイリオ","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3",sans-serif;
		font-feature-settings : "palt" 1;
		font-kerning: auto;
		font-size: 15px;
		font-weight:400;
		line-height: 1.4375;
		color:#000;
	}
		main section {
		padding:7rem 0 4rem;
	}
	main section p {
		color:#5c2f0d;
	}
	.btn-block {
		margin-top:30px
	}
	.btn_more {
	color: #fff !important;
    display: block;
    position: relative;
    padding: 1.5rem 2rem;
    background: #ffae0e;
    text-align: center;
    border-radius: 50px;
    text-decoration: none !important;
    font-size: 1.16em;
    font-weight: 500;
    letter-spacing: 0.05em;
}
.btn_more i {
	margin-left:1rem;
}

a.btn_info {
  width: 100%;
  display: block;
  height: 64px;
line-height: 64px;
	border-radius: 8px;
	color:#FFF !important;
	text-decoration: none !important;
	text-align: center;
	font-size:1.5em;
	font-weight:500;
  margin: 0;
  padding: 0;
	transition: .5s;
}
a.btn_info i {
	color:#FFF;
	margin-right:1rem;
}
a.btn_access {
	background:#68CC19;
}
a.btn_price {
	background:#fd930d;
}
a.btn_reserve{
	background:#ffae0e;
}

/*h2*/
h2.h2_none{
	margin-bottom: 1em;
	font-size:2.0em;
	color: #5c2f0d;
	letter-spacing:0.05em;
	text-align: center;
	font-weight:500;
}
h2.h2_none small {
	display: block;
	text-align: center;
	font-size:15px;
	
}

.page h2 {
    text-align: center;
    font-size:2.0em;
    letter-spacing: 0.05em;
    color: #5c2f0d;
    padding-bottom:0.75em;
	position:relative;
	margin-bottom:1em;
}
.page h2::after {
    content: '';
    position: absolute;
    width: 4.25em;
    height: 8px;
    bottom: 0;
    left: 50%;;
	transform: translateX(-50%);
    display: block;
    margin: 0 auto;
    background:#ffae0e;
	border-radius: 4px;
}

.page h3 {
  position: relative;
  font-size:1.6em;
  padding: 1.5rem 1rem;
	margin-bottom:1em;
	color: #5c2f0d
}

.page h3.u_l:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #22a650, #22a650 4px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #22a650, #22a650 4px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.page h4 {
	font-size:1.4em;
	color:#22a650;
	margin-bottom:1em;
}

.point_ico {
	fill:#9ac418;
}



/* --------------------------------------------------- */
/* ヘッダー */
/* --------------------------------------------------- */

#header_tagline{
	background: #22a650;
	padding:4px 0;
}
#header_tagline h1{
  color: #fff;
  font-size: 0.875em;
}

#header {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  background: #ffffff;
  position: relative;
}

#header_in {
	padding-top: 20px;
	padding-bottom: 20px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content:space-between;
}

.logo {
	width: 37%;
  	padding-right: 1.5%;
	margin:0;
}
.logo img {
    padding:0;
}
.h_address{
	font-size:0.8em;
	margin-top:20px;
}

.header_contact{
  	display: flex;
	justify-content: flex-end;
	align-items: center;
	width:63%;
}
.header_contact_left{
	margin-right:2%;
}
.header_contact_left .time-table, .f_time-table .time-table {
	border:1px solid #5c2f0d;
	border-radius: 10px;
}
.time-table th,.time-table td {
	border:1px solid #5c2f0d;
	padding:4px 8px;
	font-size:0.8em;
	white-space: nowrap;
	color:#5c2f0d;
}
.time-table th {
	text-align: left;
}
.time-table td {
	text-align: center;
}
.time-table + p.cap {
	margin-top:10px;
	color:#666
}
.header_contact_right h4, .foot-contact h4{
	font-size:1.1em;
	color:#fd930d;
	white-space: nowrap;
	text-align: center;
	margin-bottom: 0.5em;
}
.header_contact_right h4 strong , .foot-contact h4 strong {
	font-size:1.2em;
	font-weight:700;
}
p.tel {
	font-family: Overpass,sans-serif;
	font-weight:700;
	font-size:1.8em;
	text-align: center;
	color:#5c2f0d;
}
p.tel i {
	margin-right:1rem;
}
.btn_h {
	display:flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	height:50px;
	padding:0 10px;
	position:relative;
	overflow: hidden;
	text-decoration: none!important;
	margin:0 5px;
}
.btn_h span {
	text-decoration: none;
	line-height: 1.0;
	color:#FFF !important;
	font-size:1.1em;
	font-weight:600;
}
.btn_h i {
	font-size:3em;
	position:absolute;
	left:-0.2em;
	top:50%;
	transform: translateY(-50%);
	opacity:0.3;
	color:#FFF;
}
.btn_mail {
	background:#E561A3;
}
.btn_line {
	background:#07b53b;
}
.header_contact_right ul {
	display: flex;
	justify-content: space-between;
}
.header_contact_right ul li{
  display: inline-block;
}

#global_navi {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #52a152;
  background-image: linear-gradient(180deg, #57d585 0%, #129f43 74%);
}

#global_navi .container {
  height: 60px;
  margin: 0 auto;
  overflow: hidden;
}
#global_navi_in ul {
	display: flex;
	width:100%;
	height:100%;
	justify-content: space-between;
}
#global_navi_in ul li {
    display: flex;
    vertical-align: middle;
    text-align: center;
    position: relative;
    width: calc(100%/7);
}
#global_navi_in ul li::before {
    content: " ";
    display: block;
    width: 1px;
    height: 100%;
    background: linear-gradient(to bottom, #68c691, white, #81c496);
    position: absolute;
    left: 0;
    top: 0;
}

#global_navi_in ul li:last-of-type::after {
    content: " ";
    display: block;
    width: 1px;
    height: 100%;
    background: linear-gradient(to bottom, #68c691, white, #81c496);
    position: absolute;
    right: 0;
    top: 0;
}
#global_navi_in ul li::before {
    content: " ";
    display: block;
    width: 1px;
    height: 100%;
    background: linear-gradient(to bottom, #68c691, white, #81c496);
    position: absolute;
    left: 0;
    top: 0;
}

#global_navi_in ul li:last-of-type::after {
    content: " ";
    display: block;
    width: 1px;
    height: 100%;
    background: linear-gradient(to bottom, #68c691, white, #81c496);
    position: absolute;
    right: 0;
    top: 0;
}

#global_navi_in ul li a {
    display: flex;
	justify-content: center;
	align-items: center;
    color:#FFF;
    text-shadow: #07752c 0px 0px 8px;
    text-decoration: none;
    text-align: center;
    font-weight: 700;
    height: 100%;
    width: 100%;
	transition: .5s;
}
#global_navi_in ul li a:hover {
	background-image: linear-gradient(180deg, #129f43 0%, #57d585 74%); 
} 
#global_navi_in ul li.current a {
	border-bottom: 4px solid #ffae0e
}
	.btn_h span {
	font-size: 1.0em;
	}



/*------------- 
  footer
-------------*/

#footer {
  width: 100%;
  border-top: 5px solid #22a650;
  background: #fff;
}

#footer_in {
  width: 100%;
  margin: 0 auto;
  padding: 50px 0px 30px;
  display: flex;
}


#footer_in .box_left {
  width: 35%;
  padding:0;
}
#footer_in .box_left .logo {
    margin-bottom:20px;
	width:100%;
}
#footer_in .box_left .logo img{
  padding: 0;
  width:100%;
}
#footer_in .box_left .f_business_hour_box{
   margin-bottom:20px;
	display: flex;
	flex-flow: wrap
}
#footer_in .box_left .f_business_hour_box dt {
	width: 17%;
    text-align: left;
	padding:5px;
}

#footer_in .box_left .f_business_hour_box dd{
    width: 83%;
	padding:5px;
    text-align: left;
}
#footer_in .box_left > p {
  font-size: 0.9em;
  font-weight:500;
  margin:0;
}
#footer_in .box_left ul {
  margin: 24px 0 0;
  padding: 0;
}

.foot-contact {
    margin-top: 24px;
	width:100%
}
#footer_in .box_left .foot-contact p.tel {
    width: 100%;
    margin-bottom: 8px;
    display: block;
}
#footer_in .box_left .foot-contact ul {
    display: flex;
    margin: 0;
    align-items: center;
    justify-content: center;
}

#footer_in .box_left .foot-contact ul li {
    margin: 0;
    width: 50%;
    padding: 0;
}

#footer_in .box_right {
  width: 65%;
  height: auto; 
  padding:0 0 0 20px;
}

.f_nav ul {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: center;
}

.f_nav {
    width: 100%;
	margin:1em auto;
}


.f_nav ul li {
    padding: 4px 20px 6px;
    border-right: dotted 1px #129f43;
}
.f_nav ul li a {
  text-decoration: none;
  color: #14632f;
}

.f_nav ul li:nth-child(1) {
    border-left: dotted 1px #22a650;
}
.copyright {
  font-size: 0.75em;
  text-align: center;
  margin: 0 auto;
  color: #fff;
}

.copyright a{
  color: #fff;
  text-decoration: none;
}

.copyright_out {
  width: 100%;
  height: auto;
  padding: 12px 0;
  display: table;
  background: #22a650;
}

/* ページトップ エリア */
p.pagetop {
  display: none;
  position: fixed;
  bottom: 50px;
  right: 40px;
}

p.pagetop a {
	display: block;
	font-size: 3em;
    text-align: center;
    text-decoration: none;
    color: #fd930d;

}

p.pagetop a:hover {
  opacity: 0.7;
}
	#footer_in .box_left {
    width: 100%;
}
	.f_nav ul li {
    padding: 4px 10px 6px;
}
	p.pagetop {
  bottom: 60px;
  right: 20px;
}








/*********
ぱんくず
***********/

#breadcrumb {
    text-align: left;
    padding: 0 6%;
    max-width: 1100px;
    width: 100%;
    margin: 1em 0;
	display: flex;
	align-items: center;
}

#breadcrumb i.fa-home{
  display: none;
}
#breadcrumb a {
    text-decoration: none;
	color: #000;
}
#breadcrumb span {
    font-size: 0.9em;
    padding: 0 0.5em;
}
#breadcrumb i {
  font-size: 12px;
  padding: 0 0.5em;
}

.home #breadcrumb {
    display: none;
}
#breadcrumb i.fas.fa-home{
  display: none;
}

/*********
下層ページタイトル
***********/



#singlecoulme_titile_wrap {
  width: 100%;
  padding-right:6.25%;
  height: auto;
}
#singlecoulme_titile {
  width: 100%;
  padding: 130px 0 150px 6.25%;
  border-radius: 0 15px 15px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
#singlecoulme_titile:after {
    content:'';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #5c2f0d;
    left: 0;
    z-index: 0;
    border-radius: 0 15px 15px 0;
    opacity: 0.5;
}
#singlecoulme_titile h1 {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
  font-size: 3em;
  padding-left: 0;
  letter-spacing: 0.1em;
  color: #fff;
  z-index: 50;
  position: relative;
}

#singlecoulme_titile h1 span {
    display: block;
	text-transform: uppercase;
    text-align: center;
    font-size: 0.5em;
    letter-spacing: 0.05em;
}


/*コンテンツ内contactセクション*/

#top_contact {
  width: 100%;
  height: auto;
  background-color: #fff;
}
.page #top_contact {
	margin-top:4rem;
	padding-bottom:8rem;
}
#top_contact .inner_top h3 {
	font-size: 2.0em;
    text-align: center;
    line-height: 1.3;
    color:#fd930d;
	font-weight:500;
	margin-bottom:1em;
}
#top_contact .inner_top h3 small {
	margin:0 auto 1rem;
	display: block;
	font-size:15px;
	color:#000;
	font-weight:400;
	text-align: center;
}
#top_contact .inner_top .tel {
  font-size: 2.8em;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  line-height: 1.3em;
  color: #333333;
  display: block;
}
#top_contact .inner_top dd {
	text-align: center;
	margin-top:1rem;
}

#top_contact .inner_bottom {
  width: 100%;
  height: auto;
  margin:20px auto 0;
  padding: 0;
}
#top_contact .inner_bottom ul {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
#top_contact .inner_bottom ul li {
  width: 32%;
  height: auto;
  margin: 0;
  padding: 0;
}

#top_contact .inner_bottom ul li a:hover {
  transition: .5s;
  opacity: 0.5;
}

  .pc {
      display: block;
  }
  .sp {
      display: none !important;
  }

/* --------------------------------------------------- */
/* 共通設定 */
/* --------------------------------------------------- */


body{
	 background-image: url("../img/body_back.jpg");
}

p.center{
    text-align: center;
}

p.center img{
    display: inline-block;
}

a img:hover{
    opacity: 0.7;
}

/* テーブル */
table {
    width: 100%;
    border-collapse: collapse;
}

table td {
    border: 1px solid #FFCA86;
    padding: 10px;
    font-weight: bold;
    font-size: 1.1em;
    line-height: 1.2em;
    text-align: center;
}

table.table {
    width: 100%;
    border: none;
    border-top: 1px solid #22a650;
    border-left: 1px solid #22a650;
}

table.table th {
    background-color: #22a650;
    color: white;
    font-size: 0.85em;
    font-weight: 700;
    text-shadow: 0 2px 2px rgba(0,0,0,0.2);
    border: none;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    text-align: center;
    padding: 10px;
}

table.table td {
    font-size: 0.85em;
    border: none;
    font-weight: normal;
    border-right: 1px solid #22a650;
    border-bottom: 1px solid #22a650;
    text-align: left;
    background-color: white;
}

/* テーブル 料金 */
table.table-price {
    width: 100%;
    border: none;
    border-top: 1px solid #C4C4C4;
    border-left: 1px solid #C4C4C4;
    margin: 1em 0;
}

table.table-price th {
    background-color: #F1FFD9;
    color: #5c2f0d;
    font-size: 14px;
    font-weight: bold;
    border: none;
    border-right: 1px solid #C4C4C4;
    border-bottom: 1px solid #C4C4C4;
    text-align: center;
    padding: 20px 10px;
}

table.table-price td {
    font-size: 14px;
    border: none;
    font-weight: normal;
    border-right: 1px solid #C4C4C4;
    border-bottom: 1px solid #C4C4C4;
    text-align: center;
    padding: 20px 10px;
    background-color: white;
}


/* --------------------------------------------------- */
/* その他 */
/* --------------------------------------------------- */


img.img-r {
    float: right;
    margin-left: 1em;
    margin-bottom: 1em;
}

img.img-l {
    float: left;
    margin-right: 1em;
    margin-bottom: 1em;
}




input[type="text"], input[type="tel"], input[type="email"], textarea {
    padding: 10px;
    width: 100%;
}

table.table#contact_form th {
    width: 40%;
    text-align: left;
}

table.table#contact_form th span {
    padding: 5px 10px;
    display: inline-block;
    margin-right: 10px;
    border-radius: 5px;
    background-color: white;
    color: red;
    text-shadow: none;
}

table.table#contact_form span.wpcf7-list-item{
    margin: 5px 0 5px 10px;
}

.contact_p1 input {
    width: 50%;
    padding: 15px;
    display: block;
    margin: auto;
    background: none;
    background: linear-gradient(to bottom right, #ffb639, #ef9700);
    color: white;
    border-radius: 50px;
    font-weight: bold;
    text-align: center;
    border: none;
    border: 1px solid #ef9700;
}

#mv {
	width:100%;
	position:relative;
}
.mv-img {
	width:100%;
}
.mv-img svg {
	width:100%;
	height:auto;
}
.mask {
  width:100%;
	height:auto;
  -webkit-clip-path: url(#svgPath);
  clip-path: url(#svgPath);
}
#mv .mv-copy {
	position:absolute;
	left:0;
	top:0;
	display: flex;
	width:100%;
	height:100%;
}
#mv .mv-copy .container {
	display: flex;
	justify-content: flex-start;
	align-items:center;
}
#mv .mv-copy .container h2 {
	font-size:2em;
	display: flex;
	flex-flow: column;
	align-items: flex-start;
}
#mv .mv-copy .container h2 span {
    display: block;
    background: #ffae0e;
    color:#FFF;
	margin-bottom:0.5em;
	padding:0.1em 0.2em;
}
.cases_list ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.cases_list .container > ul li{
	width: 25%;
	padding: 2%;
	text-align: center;
}
.cases_list ul li figure{
	overflow: hidden;
	margin: 0 auto 0.5em;
	width: 100%;
	max-width: 230px;
	max-height: 230px;
	height: 100%;
	border-radius: 500px;
	position: relative;
}
.cases_list ul li figure span{
	font-size: 20px;
	letter-spacing: 2px;
	color: #fff;
	font-weight: bold;
	position: absolute;
	background: #22a54f;
	padding: 0.3em 0 1.2em;
	bottom: 0em;
	display: block;
	width: 100%;
	text-align: center;
	left: 0;
}
.cases_list ul li ul.cases_list_text li{
	width: 100%;
	position: relative;
	padding: 0 0 0 1em;
	text-align: left;
	line-height: 1em;
	margin-bottom:0.5em;
}
.cases_list ul li ul.cases_list_text li i {
	color:#fd930d;
	position:absolute;
	left:0;
}

#top_point .full_images_wrap{
	margin-bottom:40px;
}
#top_point .full_images_wrap img{
	width:100%;
}
#top_point .tpoint_box {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-top:30px;
}
#top_point .tpoint_box:nth-child(even) {
	flex-flow: row-reverse;
}
#top_point .tpoint_box:last-child {
}
#top_point .tpoint_box .tpoint_box_img {
	position: absolute;
	left:0;
	top:50%;
	transform: translateY(-50%);
	z-index: 100;
}
#top_point .tpoint_box .tpoint_box_img img {
	width:100%;
}
#top_point .tpoint_box:nth-child(even) .tpoint_box_img {
	left: auto;
	right:0;
	top:50%;
	transform: translateY(-50%);
}
#top_point .tpoint_box_img span {
	position: absolute;
	top: -38px;
	right: 20px;
	width: 80px
}
#top_point .tpoint_box:nth-child(even) .tpoint_box_img span{
	left: 20px;
	right:auto;
}

#top_point .tpoint_box_txt {
	width: calc(100% - 320px);
	min-height: 300px;
	padding:50px 50px 50px 90px;
	-webkit-box-shadow: 0 0 12.75px 2.25px rgba(0,0,0,0.05);
	box-shadow: 0 0 12.75px 2.25px rgba(0,0,0,0.05);
	background: #fff;
}
#top_point .tpoint_box:nth-child(even) .tpoint_box_txt {
	padding: 50px 90px 50px 50px;
}
#top_point .tpoint_box_txt h3 {
	color:#fd930d;
	font-size: 1.5em;
	margin-bottom:1em;
}
#top_point .tpoint_box_txt p {
	color:#5c2f0d;
	line-height: 1.8;
}
.greeting_box{
	display: flex;
	justify-content: space-between;
}

.greeting_box .img_greeting{
	width: 48%;
}
.greeting_box .img_greeting p{
	font-size: 1em;
	margin-top:1em
}
.greeting_box .txt_greeting{
	width: 48%;
	padding: 0;
}
.greeting_box .txt_greeting .tit-box {
	margin-bottom:50px 
}
.greeting_box .txt_greeting .tit-box h2.h2_none {
	text-align: left;
	margin-bottom:0.5em;
}

#guide_page .reason-index-wrap .reason-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: dotted 2px #ffae0e;
}
#guide_page .reason-index-wrap .reason-box:last-child {
  border-bottom: none;
	margin-bottom:0;
}
.reason_text .icon {
	width:80px;
	display: inline-block;
	margin-right:2rem;
}
#guide_page .reason-index-wrap .reason-box:nth-child(even) {
  flex-flow: row-reverse;
}
#guide_page .reason-index-wrap .reason-box .reason_text {
  width: 52%;
  padding:20px;
}
#guide_page .reason-index-wrap .reason-box .reason_text h3 {
	font-size:1.6em;
	display: flex;
	align-items: center;
	color:#5c2f0d;
	margin-bottom:1em;
}
#guide_page .reason-index-wrap .reason-box .reason_text h3 strong {
	color:#fd930d;
}
#guide_page .reason-index-wrap .reason-box .reason_img {
  width: 48%;
}

#guide_page .reason-index-wrap .reason-box .reason_text p {
  margin: 0 ;
  padding-left: 80px;
}

/*施術の流れ*/
#flow_area {
    max-width: 980px;
    margin: 0 auto;
}
#guide_page .flow_wrap{
    display: flex;
    justify-content: left;
    align-items: center;
    flex-wrap: wrap;
    background-color: #fff;
    padding: 40px;
	margin-top: 40px;
    border-radius: 12px;
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
}
#guide_page .flow_wrap .flow_box{
    width: 100%;
	position:relative;
	display: flex;
	margin-bottom:40px;
}
#guide_page .flow_wrap .flow_box:after {
	content:"";
	border-width:30px 40px 0 40px;
	border-color:#22a650 transparent transparent transparent;
	border-style: solid;
	left:50%;
	bottom:-30px;
	transform: translateX(-50%);
	position:absolute;
}
#guide_page .flow_wrap .flow_box:last-child:after{
    display: none;
}
#guide_page .flow_wrap .flow_box h3{
 	display:flex;
	align-items: center;
 	padding:0 ;
	 text-align: left;
	margin-bottom:1em;
	color:#5c2f0d;
	font-size:1.6em;
}
#guide_page .flow_wrap .flow_box h3 span{
	background: rgb(54,231,4);
background: linear-gradient(246deg, rgba(54,231,4,1) 0%, rgba(6,147,6,1) 100%);
	font-size:1.4em;
	color:#FFF;
	width:60px;
	height:60px;
	line-height: 60px;
	text-align: center;
	border-radius: 50%;
	display: block;
	margin-right:1rem;
}

.flow_wrap .flow_box figure.flow_image{
    width: 30%;
    text-align: center;
}
.flow_wrap .flow_box figure.flow_image img{
    margin: 0 auto;
}
.flow_wrap .flow_box > div{
  width: 70%;
  padding: 0 15px 0 5px;
  margin: 0 0% 0 0;
}


#guide_page .reason-index-wrap .reason-box .reason_text h3 {
		margin-bottom:0;
	}

div.staff{
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: dotted 2px #ffae0e;
}
#symptoms_page div.staff {
	border-bottom: none;
	padding-bottom:0;
}

div.staff:last-child{
    border-bottom: 0;
    padding-bottom:0;
    margin-bottom: 0;
}
div.staff_last{
  margin-bottom: 0;
  border-bottom: 0;
}
div.staff h3 small{
    font-size: 0.65em;
}
div.staff .staff-prof-box {
	display: flex;
	justify-content: space-between;
}
#symptoms_page .container > div.staff:nth-of-type(even) .staff-prof-box{
	flex-flow: row-reverse;
}
div.staff .staff-prof-box .img {
  width: 35%;	
}

div.staff .staff-prof-box .img img {
	border-radius: 15px;
}

#symptoms_page div.staff .staff-prof-box .img img, #symptoms_page .container > div.staff:nth-of-type(even) .staff-prof-box .staff-txt{
	border-radius: 15px 0 0 15px;
}
div.staff .staff-prof-box .staff-txt{
 	width: 60%;
	background: #FFF;
	padding:30px;
	border-radius: 15px;
}
#symptoms_page div.staff .staff-prof-box .staff-txt {
	width: 65%;
	border-radius: 0 15px 15px 0;
}
#symptoms_page .container > div.staff:nth-of-type(even) .staff-prof-box .img img {
	border-radius: 0 15px 15px 0;
}
div.staff .staff-txt p{
  font-size: 0.9em;
	line-height: 2;
}

	#symptoms_page div.staff .staff-prof-box .staff-txt {
		width: 60% !important;
		border-radius: 15px !important;
	}
	#symptoms_page div.staff .staff-prof-box .img img {
		border-radius: 15px !important;
	}
.tel-info-box {
	border:2px solid #ffae0e;
	background: #FFF;
	padding:40px;
}
.tel-info-box .tel {
    font-size: 2.8em;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    line-height: 1.3em;
    color: #333333;
    display: block;
	margin-top:2rem;
}
.tel-info-box .tel + p {
	text-align: center;
	margin-top:2rem;
}

.form-wrap {
	margin-top:40px;
}

.form-wrap dt {
	color: #5c2f0d;
	font-weight:500;
	margin-bottom:0.5em;
}
.form-wrap dt span {
	display: inline-block;
	border-radius: 10px;
	background: #fd930d;
	color:#FFFF;
	font-size:0.8em;
	padding:4px 8px;
	margin-left:1rem;
}
.form-wrap input, .form-wrap select ,.form-wrap textarea{
	padding:1rem;
	border:#C4C4C4 1px solid;
}
.form-wrap input#calendar {
	width:auto;
}
.form-wrap dd {
	margin-bottom:2em;
}

.form-wrap .btn-box {
	text-align: center;
	
}
.form-wrap .btn-box .btn_more {

	width:300px;
	margin:1em auto;
	border:none;
	background: #22a650;
}
.privacy-box {
	margin-top:60px;
	background: #FFF;
	border:#C4C4C4 1px solid;
}

.privacy-box h1 {
	font-size:2.5em;
	text-align: center;
	margin-bottom:1em;
}
.privacy-box h2 {
	text-align: left;
	font-size:1.5em;
	margin-bottom:0.5em;
	    padding: 0;
	margin-top:1em;
}
.privacy-box h2:after {
	display: none;
} 
.privacy-box p {
	color:#000;
}
.privacy-box .inner {
	padding:40px;
	height:600px;
	overflow: auto;
}
.btn-box {
	margin-top:40px;
}
.btn-box .btn_more {
	max-width: 300px;
	margin:0 auto;
}

}
