@charset "utf-8";
/* =======================================================================

   ●
   
======================================================================= */
/* -----------------------------------------------------------
　●
----------------------------------------------------------- */
/* :::::::::: ● :::::::::: */
/* =======================================================================

   基本
   
======================================================================= */
/* -----------------------------------------------------------
　色
----------------------------------------------------------- */
/*
メインカラー:#00000
サブカラー:#00000
アクセントカラー:#00000
アクセントカラー:#00000
*/
/* -----------------------------------------------------------
　テキスト
----------------------------------------------------------- */
.text_b {
font-size:120%;
}
.text_w, .bold {
font-weight:bold;
}
.red {
  color: #ff0000;
}
.orange {
  color: #F90;
}
.green {
  color: #035B33;
}
.green2 {
  color: #369041;
}

/* -----------------------------------------------------------
　見出し
----------------------------------------------------------- */
h2 {
  clear: both;
  margin-bottom: 15px;
  padding: 12px 0 12px 20px;
  /*min-height: 32px;*/
  width: 710px;
  /*background: url(../images/c_title_bg.png) 0 0 no-repeat;*/
  border:1px solid #fff;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#44a945+0,24813d+100 */
background: linear-gradient(to bottom,  #44a945 0%,#24813d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	box-shadow: 1px 1px #24813d;

  
  font-size: 20px;
  font-weight: normal;
  color: #FFF;
  letter-spacing: 2px;
}
* html h2 {
  padding: 0;
  height: 44px;
}
h2.short {
  font-size: 18px;
  letter-spacing: 0;
}
h3 {
  margin-bottom: 20px;
  padding: 10px 1px 8px 14px;
  background: #8CC35C;
  border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  font-size: 18px;
  font-weight: normal;
  color: #FFF;
}
h4 {
  margin-bottom: 5px;
  padding: 0 0 5px 1px;
  border-bottom: 1px dotted #CCC;
  font-size: 16px;
  color: #369041;
}
/*h5 {
 margin-bottom:10px;
 padding:10px;
 background:#FEF5D9;
 border:1px solid #FDEBD9;
 border-radius: 5px 5px 5px 5px;
 -webkit-border-radius: 5px 5px 5px 5px;
 -moz-border-radius: 5px 5px 5px 5px;
 font-size:14px;
 font-weight:bold;
 color:#A05F2F;
 letter-spacing:1px;
}
h6 {
 margin-bottom:5px;
 padding:0 0 5px 1px;
 border-bottom:1px dotted #CCC;
 font-size:14px;
 font-weight:bold;
 color:#EF7A00;
}*/
/* -----------------------------------------------------------
　リスト
----------------------------------------------------------- */
ul.list li {
  margin: 0 0 15px 1px;
  padding-left: 18px;
  background: url(../images/c_listmark.png) 0 0.35em no-repeat;
}
ul.list li span.light {
  font-weight: bold;
}
ul.list2 li {
  margin: 0 0 10px 3px;
  padding-left: 12px;
  background: url(../images/c_listmark2.png) 0 0.5em no-repeat;
}
ul.number li {
  margin: 0 0 15px 1.4em;
  text-indent: -1.4em;
}
ul.number li span {
  font-weight: bold;
  color: #F90;
}
ul.subject li {
  float: left;
  margin: 0 15px 10px 0;
}
ul.list_note li {
  position: relative;
  margin: 0 0 15px 1px;
  padding-left: 1em;
}
ul.list_note li::before {
  position: absolute;
  left: 0;
  top: 0;
  content: '♪';
  display: inline-block;
  color: #8CC35C;
}

ol.list_num {
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
  margin: 0 0 0 20px;
  padding:0.5em;
}
ol.list_num li {
  position: relative;
  padding-left: 30px;
  line-height: 1.8em;
  padding: .5rem 2rem;
}

ol.list_num li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  display:inline-block;
  background: #8CC35C;
  color: white;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-weight:bold;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
}

dl.voice {
  clear: both;
}
dl.voice dt {
  clear: both;
  margin-bottom: 5px;
  padding: 35px 0 5px 1px;
  background: url(../images/voice_icon.png) 0 0 no-repeat;
  border-bottom: 1px dotted #CCC;
  font-size: 15px;
  font-weight: bold;
  color: #369041;
}
dl.voice dd {
  margin: 0 0 30px 0;
}

/*ul.career li {
 margin:0 0 10px 3px;
}
ul.number li{
 margin:0 0 15px 3px;
 color:#690;
}
ul.number li span{
 font-weight:bold;
 color:#F60;
}*/
/*dl.chapter{
}
dl.chapter dt{
 font-weight:bold;
 color:#0042CA;
 letter-spacing:1px;
}
dl.chapter dd{
 margin:0 0 30px 0;
}
dl.step {
}
dl.step dt {
 padding:10px;
 background:#DEF;
 border:1px solid #B2C0DB;
 border-bottom:1px dotted #B2C0DB;
 border-radius: 5px 5px 0px 0px;
 -webkit-border-radius: 5px 5px 0px 0px;
 -moz-border-radius: 5px 5px 0px 0px;
 font-weight:bold;
 color:#002D88;
 letter-spacing:1px;
}
dl.step dt span {
 color:#F06E00;
}
dl.step dd {
 margin:0 0 5px 0;
 padding:10px;
 background:#FFF;
 border:1px solid #B2C0DB;
 border-top:none;
 border-radius: 0px 0px 5px 5px;
 -webkit-border-radius: 0px 0px 5px 5px;
 -moz-border-radius: 0px 0px 5px 5px;
 line-height:1.8;
}
dl.step dd p {
 margin:0;
}
dl.step dd.arrow {
 clear:both;
 padding:0;
 border:none;
 color:#6681B8;
 text-align:center;
}

dl#question{
}
dl#question dt{
 margin:0 0 15px 0;
 padding:5px 0 5px 44px;
 background:url(../images/question_que.png) 0 0 no-repeat;
 font-size:18px;
 font-weight:bold;
 color:#690;
 letter-spacing:1px;
}
dl#question dd{
 margin:0 0 20px 0;
 padding:0 0 20px 0;
 background:url(../images/c_dotline.png) 0 bottom repeat-x;
}
dl#question dd p{
 margin:0 0 0 0;
 padding:5px 0 5px 44px;
 background:url(../images/question_ans.png) 0 0 no-repeat;
}
dl.number{}
dl.number dt{
	margin:0 0 5px 0;
	padding:0 0 5px 0;
	background:url(../images/c_dotline.png) 0 bottom repeat-x;
	font-weight:bold;
	letter-spacing:1px;
}
dl.number dt span{
	font-size:90%;
	color:#690;
}
dl.number dd{
	margin:0 0 40px 0;
}*/
/* :::::::::: テーブル :::::::::: */
table.year {
  clear: both;
  border-collapse: collapse;
}
table.year th, table.year td {
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  line-height: 1.6;
  vertical-align: top;
  word-break: break-all;
}
table.year th {
  padding-right: 20px;
  font-weight: normal;
  color: #666;
}
table.year td {
  padding-bottom: 15px;
}
table.name {
  clear: both;
  border-collapse: collapse;
}
table.name th, table.name td {
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  line-height: 1.6;
  vertical-align: top;
  word-break: break-all;
}
table.name th {
  padding-right: 20px;
  font-weight: normal;
  color: #666;
}
table.name td {
  padding-bottom: 15px;
}
table.chart {
  clear: both;
  width: 710px;
  border-collapse: collapse;
}
table.chart .tit {
  color: #48AE46;
  font-weight: bold;
}
table.chart th, table.chart td {
  padding: 10px;
  border: 1px solid #999;
  vertical-align: middle;
  word-break: break-all;
  font-size: 14px;
  text-align: left;
  line-height: 1.6;
}
table.chart thead th {
  background: #EDF4E6;
  color: #369041;
  text-align: center;
  white-space: nowrap;
}
table.chart tbody th {
  color: #48AE46;
  text-align: center;
}
table.chart tbody td.ctr {
  text-align: center;
}
table.chart th.title {
  background: #EDF4E6;
  color: #369041;
  text-align: left;
}
table.chart2 {
  clear: both;
  width: 710px;
  border-collapse: collapse;
}
table.chart2 th, table.chart2 td {
  padding: 10px 5px 8px 5px;
  border: 1px solid #E6E6E6;
  vertical-align: middle;
  word-break: break-all;
  font-size: 12px;
  text-align: left;
  vertical-align: top;
  line-height: 1.6;
}
table.chart2 thead th {
  background: #EDF4E6;
  color: #369041;
  text-align: center;
  white-space: nowrap;
}
table.chart2 tbody th {
  color: #48AE46;
  text-align: center;
}
table.chart2 tbody td.week {
  white-space: nowrap;
}
table.chart-docter {
  clear: both;
  width: 710px;
  border-collapse: collapse;
}
table.chart-docter th, table.chart-docter td {
  padding: 10px 0 8px 0;
  border: 1px solid #999;
  vertical-align: middle;
  word-break: break-all;
  font-size: 14px;
  text-align: left;
  vertical-align: top;
  line-height: 1.6;
}
table.chart-docter thead th {
  width: 12%;
  background: #EDF4E6;
  color: #369041;
  text-align: center;
  white-space: nowrap;
}
table.chart-docter thead th.line1 {
  width: 4%;
}
table.chart-docter tbody th {
  color: #48AE46;
  text-align: center;
}
table.chart-docter tbody td {
  padding-left: 5px;
}
table.chart-docter tbody td span.short {
  font-size: 12px;
}
table.chart-result {
  clear: both;
  width: 710px;
  border-collapse: collapse;
}
table.chart-result th {
  padding: 10px 0 8px 0;
  border: 1px solid #999;
  vertical-align: middle;
  word-break: break-all;
  font-size: 14px;
  text-align: left;
  vertical-align: top;
  line-height: 1.6;
  background: #EDF4E6;
}
table.chart-result th, table.chart-result td {
  padding: 10px 0 8px 0;
  border: 1px solid #999;
  vertical-align: middle;
  word-break: break-all;
  font-size: 14px;
  text-align: left;
  vertical-align: top;
  line-height: 1.6;
}
table.chart-result thead th {
  background: #EDF4E6;
  color: #369041;
  text-align: center;
  white-space: nowrap;
}
table.chart-result tbody th {
  color: #48AE46;
  text-align: left;
  padding-left: 5px;
}
table.chart-result tbody td {
  padding-right: 5px;
  text-align: right;
}
table.chart-result tbody td span.short {
  font-size: 12px;
}
table.chart-result tbody .total {
  border-top: 3px double #999;
  background: #EDF4E6;
}
/* =======================================================================

   全体
   
======================================================================= */
body {
  font-family: Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: url(../images/c_bg.jpg) 0 0 repeat-x;
}
body#detail {
  background: url(../images/c_detail_bg.jpg) 0 0 repeat-x;
}
/* -----------------------------------------------------------
　ラッパー
----------------------------------------------------------- */
#wrapper {
  width: 1010px;
  margin: 0 auto;
}
/* -----------------------------------------------------------
　ヘッダ
----------------------------------------------------------- */
#header {
  margin: 0 auto 6px auto;
  width: 1000px;
  height: 221px;
}
#header #logo {
  float: left;
  width: 725px;
}
h1 {
  width: 715px;
  height: 15px;
  margin: 0 auto;
  padding-top: 15px;
  font-size: 12px;
  font-weight: normal;
  text-align: left;
  color: #333;
  line-height: 1;
  letter-spacing: 1px;
}
* html h1 {
  padding: 0;
  height: 30px;
}
#header #info {
  width: 275px;
  float: right;
}
body#detail #header {
  margin: 0 auto 15px auto;
}
/* :::::::::: メインナビ :::::::::: */
ul#menu_nav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  clear: both;
  width: 1000px;
}
ul#menu_nav li {
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
  width: auto;
  display: block;
}
/* :::::::::: プルダウン表示 :::::::::: */
ul.child {
  display: none;
  position: absolute;
  margin-left: -5px;
  padding: 0;
}
ul.child li {
  background: #fff;
}
ul.child li a {
  width: 175px;
  margin: 5px;
  padding: 5px 10px;
  display: block;
  color: #428969;
  border: solid 1px #428969;
  text-decoration: none;
}
ul.child li a:hover {
  color: #fff;
  border: solid 1px #8cc35c;
  background: #8cc35c;
}
/* :::::::::: キービジュアル :::::::::: */
#key_visual {
  clear: both;
  width: 1010px;
  margin: 0 auto 17px auto;
}
#category {
  clear: both;
  margin: 0 auto 15px auto;
  padding-top: 25px;
  height: 45px;
  width: 730px;
  background: #EDF4E6;
  border: 1px solid #8CC35C;
  border-radius: 2px 2px 2px 2px;
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 4px;
  text-align: center;
  color: #035B33;
}
* html #category {
  height: 70px;
}
/* -----------------------------------------------------------
　コンテンツラッパー
----------------------------------------------------------- */
#contents_wrapper {
  clear: both;
  width: 1010px;
  margin-bottom: 20px;
}
/* -----------------------------------------------------------
　メインコンテンツ
----------------------------------------------------------- */
#main_contents {
  width: 740px;
  float: right;
}
/* :::::::::: お知らせ欄 :::::::::: */
#infomation {
  width: 710px;
  margin: 0 auto;
}
#infomation dt {
  margin-bottom: 2px;
  font-weight: bold;
  color: #F60;
}
#infomation dd {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #CCC;
  line-height: 1.8;
}
/* :::::::::: 医院概要 :::::::::: */
#clinic_info {
  width: 710px;
  margin: 0 auto 30px auto;
}
#clinic_info #clinic_info1 {
  float: left;
  width: 330px;
}
p.clinic_logo {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #015933;
}
p.clinic_logo span {
  font-size: 14px;
  font-weight: bold;
  color: #015933;
}
p#tel {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
  color: #47AD46;
  letter-spacing: 1px;
}
/*p#time span {
 font-size:14px;
 font-weight:normal;
 color:#C30;
}*/
dl.clinic {
  margin-bottom: 15px;
}
dl.clinic dt, dl.clinic dd {
  line-height: 1.4;
}
dl.clinic dt.title1 {
  font-size: 15px;
  font-weight: bold;
  color: #47AD46;
}
dl.clinic dt.title2 {
  font-size: 15px;
  font-weight: bold;
  color: #035B33;
}
dl.clinic dt.title2 span {
  color: #689D85;
}
dl.clinic dd {
  margin-bottom: 5px;
}
/*
p.title {
 margin-bottom:5px;
 font-size:16px;
 font-weight:bold;
 color:#035B33;
}
.box p.title {
 margin-bottom:5px;
 font-size:16px;
 font-weight:bold;
 color:#035B33;
}
p.title span {
 color:#689D85;
}
p.clinic {
 margin-bottom:10px;
}
.box p.clinic {
 margin-bottom:10px;
}
p.clinic span {
 font-weight:bold;
 color:#47AD46;
}
ul#about li {
 margin-bottom:10px;
 letter-spacing:1px;
}*/
#clinic_info #clinic_info2 {
  float: right;
  width: 350px;
}
#clinic_info #clinic_info2 #map_canvas {
  width: 350px;
  height: 350px;
}
#clinic_info #clinic_info2 p {
  padding-top: 5px;
  text-align: left;
}
#access #map_canvas {
  width: 710px;
  height: 450px;
  margin-bottom: 15px;
}
/* :::::::::: 診療時間表 :::::::::: */
/*#schedule{
 width:680px;
 margin:0 auto;
}

#schedule table {
 clear: both;
 margin-bottom:10px;
 width:680px;
 border-collapse:collapse;
}
#schedule table th, #schedule table td {
 padding:6px 0 6px 0;
 border:1px solid #E6E6E6;
 font-size:14px;
 vertical-align:middle;
 word-break:break-all;
 text-align:center;
}
#schedule table thead {
 background:#78BD36;
 color:#FFF;
}
#schedule table thead th {
 width:29%;
}
#schedule table thead td {
 width:10%;
 font-weight:bold;
}
#schedule table tbody th {
 font-size:16px;
 font-weight:normal;
}
#schedule table tbody td {
 font-size:20px;
 font-weight:bold;
 color:#CBDA10;
}
#schedule table tfoot td{
 padding:10px 0 10px 0;
}
#schedule table tfoot td span.sat{
 color:#CBDA10;
}
#schedule table tfoot td span.attn{
 color:#C30;
}*/
/*:::::リハビリテーション科ページ:::::::*/
/*:::::運動療法・徒手マッサージの流れ:::::::*/
.arrow {
  display: inline-block;
  color: #00b050;
  text-decoration: none;
  background-color: #fff;
  position: relative;
  height: 80px;
  width: 80px;
}
.arrow::before {
  content: '';
  width: 60px;
  height: 60px;
  display: block;
  border-top: solid 2px;
  border-right: solid 2px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 0;
  bottom: 50%;
  left: 350px;
  right: 0;
  margin: auto;
}
.arrow:last-child {
  display: none;
  margin-bottom: 20px;
}
.step {
  width: 95%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  padding: 5px;
  background: #00b050;
  border-radius: 4px;
}
.step_number {
  height: 95px;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 0 auto;
  padding: 25px;
  color: #fff;
  font-size: 180%;
}
.number_b {
  font-size: 220%;
}
.step_text {
  width: 100%;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 0 auto;
  background: #fff;
}
.step_text p {
  padding: 10px;
}
.step_title {
  color: #00b050;
  font-size: 160%;
  line-height: 180%;
  padding: 10px;
}
.step_image_right {
  float: right;
  margin: 0;
}
/*:::::クリニック外来リハビリテーションのclinical indicator:::::::*/
.graph {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 1rem;
}
.graph_l {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-right: 30px;
}
.graph_r {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.graph_l img {
  margin: 0 0 1rem;
}
.graph_r img {
  margin: 0 0 1rem;
}
.graph2 {
  margin: 0 auto;
}
.graph_c {
  margin: 0 auto;
  width: 340px;
}

/*:::::リハビリテーションの紹介:::::::*/
ul.link_list {
  width: 80%;
  margin: 0 auto;
}
ul.link_list li {
  font-size: 120%;
  padding: 0.5em 0 0.5em 35%;
  margin-bottom: 0.5em;
  border: 2px solid #00b050;
  border-radius: 4px;
}
ul.link_list li a:link{
  text-decoration: none;
		color: #000;
}
ul.link_list li a:hover{
  text-decoration: none;
		color: #00b050;
}
ul.link_list li span {
  color: #00b050;
}
/*  モーダルウィンドウ */
#mom_layer{
  display: none;
  position: fixed ;
  top: 0;
  left: 0;
  height: 1080px;
  width: 1920px;
  background: black;
  opacity: 0.60;
  filter: alpha(opacity=60);
} 
#suv_layer{
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -240px;
  margin-left: -320px;
} 
#suv_layer img.close{
  position: absolute;
  top: -10px;
  right: -10px;
  cursor: pointer;
}
#modal_window h1{
  margin: 20px 50px;
  font-size: large;
  border-left: 10px solid #7BAEB5;
  border-bottom: 1px solid #7BAEB5;
  padding: 10px;
  width: 600px;
}
#modal_window ul{
  width: 700px;
  list-style-type: none;
}
#modal_window ul li{
  float: left;
}
#modal_window ul li img{
  border: 0;
  margin: 10px;
}
/* -----------------------------------------------------------
　サブコンテンツ
----------------------------------------------------------- */
#sub_contents {
  width: 240px;
  float: left;
  padding-left: 5px;
}
/* :::::::::: サブナビ :::::::::: */
ul#sub_nav li {
  margin-bottom: 10px;
}
/* -----------------------------------------------------------
　フッタ
----------------------------------------------------------- */
#footer {
  clear: both;
  padding: 25px 0 50px 0;
  width: 100%;
  background: url(../images/footer_bg.png) 0 0 repeat-x;
}
/* :::::::::: フッターナビ :::::::::: */
ul.footer_nav {
  padding-bottom: 15px;
  text-align: center;
}
ul.footer_nav li {
  display: inline;
  margin-right: 15px;
  padding-right: 20px;
  background: url(../images/footer_line.png) right 0.3em no-repeat;
  font-size: 14px;
  line-height: 1;
}
ul.footer_nav li:last-child {
  margin: 0;
  padding: 0;
  background: none;
}
#footer a:link, #footer a:visited {
  color: #333;
  text-decoration: none;
}
#footer a:hover, #footer a:active {
  color: #CCC;
  text-decoration: none;
}
#footer .copyright {
  font-size: 12px;
  text-align: center;
  color: #333;
  letter-spacing: 1px;
}
#footer .copyright a:link, #footer .copyright a:visited {
  color: #333;
  text-decoration: none;
}
#footer .copyright a:hover, #footer .copyright a:active {
  color: #333;
  text-decoration: none;
}
/* -----------------------------------------------------------
　
----------------------------------------------------------- */
div.box1 {
  width: 740px;
  margin-bottom: 20px;
  background: url(../images/c_box_bg.png) 0 0 repeat-y;
}
div.box2 {
  width: 740px;
  padding-top: 10px;
  background: url(../images/c_box_top.png) 0 top no-repeat;
}
div.box3 {
  width: 740px;
  padding-bottom: 10px;
  background: url(../images/c_box_bottom.png) 0 bottom no-repeat;
}
div.box4 {
  width: 720px;
  margin: 0 auto;
}
div.box {
  width: 710px;
  margin: 0 auto 40px auto;
}
div.box p {
  margin-bottom: 20px;
  line-height: 180%;
}
div.box p.sub {
  margin-bottom: 5px;
  padding: 0 0 5px 1px;
  border-bottom: 1px dotted #CCC;
  font-size: 16px;
  color: #369041;
}
p span.title {
  margin-bottom: 3px;
  font-weight: bold;
  color: #48AE46;
}
p span.num {
  color: #F90;
}
div.case {
  width: 710px;
  margin-bottom: 30px;
}
div.lead {
  margin-bottom: 40px;
  padding: 15px 15px 5px 15px;
  background: #FFFFEC;
  border: 1px solid #FCE8BD;
  border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
}
div.box p.sign span {
  font-size: 20px;
}
div.box p span.attn {
  color: #C30;
}
div.box p span.light {
  font-weight: bold;
}
.image_right {
  float: right;
  margin: 0 0 10px 20px;
}
.image_left {
  float: left;
  margin: 0 20px 10px 0;
}
.image_center {
  text-align: center;
}
.image_center2 {
  margin-bottom: 15px;
  text-align: center;
}
.links {
  width: 710px;
}
.links ul li {
  float: left;
  width: 355px;
}
#submenu {
  margin-bottom: 20px;
  border-bottom: 1px solid #E6E6E6;
}
#submenu ul {
  width: 100%;
}
#submenu ul li {
  float: left;
  margin: 0 5px -1px;
  font-weight: bold;
  text-align: center;
}
#submenu ul a {
  display: block;
  width: 100px;
  padding: 6px 3px 5px 3px;
  border-top: 1px solid #E6E6E6;
  border-right: 1px solid #E6E6E6;
  border-left: 1px solid #E6E6E6;
  color: #035B33;
  text-decoration: none;
}
#submenu ul a.active {
  border-bottom: 1px solid #FFF;
}
.tab {
  margin-bottom: 20px;
  border-bottom: 1px solid #E6E6E6;
}
.tab .tabNav {
  width: 100%;
}
.tab .tabNav li {
  float: left;
  margin: 0 5px -1px;
  font-weight: bold;
  text-align: center;
}
.tab .tabNav a {
  display: block;
  width: 100px;
  padding: 6px 3px 5px 3px;
  border-top: 1px solid #E6E6E6;
  border-right: 1px solid #E6E6E6;
  border-left: 1px solid #E6E6E6;
  color: #035B33;
  text-decoration: none;
}
.tab .tabNav a.active {
  border-bottom: 1px solid #FFF;
  background: #FFF;
}
.tabContents {
  clear: both;
}
.tabContents2 {
  clear: both;
  height: 40px;
}
.tab2 .tabNav {
  width: 100%;
}
.tab2 .tabNav li {
  float: left;
  margin-right: 5px;
  font-weight: bold;
  text-align: center;
}
.tab2 .tabNav a {
  display: block;
  width: 100px;
  padding: 6px 3px 5px 3px;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  border-left: 1px solid #999;
  color: #035B33;
  text-decoration: none;
}
.tab2 .tabNav a.active {
  background: #EDF4E6;
}
.tab3 {
  margin-bottom: 20px;
  border-bottom: 1px solid #E6E6E6;
}
.tab3 .tabNav {
  width: 100%;
}
.tab3 .tabNav li {
  float: left;
  margin: 0 5px -1px;
  font-weight: bold;
  text-align: center;
}
.tab3 .tabNav a {
  display: block;
  padding: 6px 10px 5px 10px;
  border-top: 1px solid #E6E6E6;
  border-right: 1px solid #E6E6E6;
  border-left: 1px solid #E6E6E6;
  color: #035B33;
  text-decoration: none;
}
.tab3 .tabNav a.active {
  border-bottom: 1px solid #FFF;
  background: #EDF4E6;
}
.profile {
  width: 710px;
  margin-bottom: 10px;
}
.profile1 {
  float: left;
  width: 430px;
}
.profile2 {
  float: right;
  width: 250px;
}
.profile1 p.que {
  padding-left: 30px;
  background: url(../images/voice_que.png) 0 0.05em no-repeat;
  font-weight: bold;
  color: #369041;
}
.profile1 p.ans {
  padding-left: 30px;
  background: url(../images/voice_ans.png) 0 0.05em no-repeat;
}
#formWrap {
  width: 710px;
  color: #555;
  line-height: 120%;
  font-size: 90%;
}
#formWrap table.formTable {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}
#formWrap table.formTable td, table.formTable th {
  border: 1px solid #E6E6E6;
  padding: 10px;
}
#formWrap table.formTable th {
  width: 22%;
  background: #EDF4E6;
  text-align: left;
}
#formWrap table.formTable th span {
  color: #C30;
}
#formWrap table.formTable td {
  text-align: left;
}
#formWrap table.formTable td ul li {
  margin-bottom: 10px;
}
#formWrap table.formTable td ul li:last-child {
  margin-bottom: 0;
}
/* -----------------------------------------------------------
　ページトップ
----------------------------------------------------------- */
/* :::::::::: ページトップへ戻るボタン :::::::::: */
#linkPagetop {
  float: right;
}
#Pagetop {
  position: fixed;
  bottom: -5px;
  /* IE6 */
  _position: absolute;
  _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-55)+'px');
  margin-right: auto;
  margin-left: auto;
}
#Pagetop li {
  padding-top: 0px;
  height: 100px;
  float: left;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 100px;
  text-align: center;
  margin-right: 0px;
  list-style-type: none;
}
#Pagetop a {
  display: block;
  color: #FFF;
}
#Pagetop_ich {
  float: right;
}
/*:::::ボツリヌス治療ページ:::::::*/
.treatment4-1-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0 20px 0;
}
.treatment4-1-table th, .treatment4-1-table td {
  padding: 15px;
  border: 1px solid #8cc35c;
}
.treatment4-1-table th {
  width: 160px;
  text-align: center;
  font-size: 16px;
  background-color: #edf4e6;
  color: #035b33;
}
.treatment4-1-table td {
  color: #333333;
  font-size: 14px;
}
.treatment4-1-table .arrow {
  text-align: center;
  border: none;
  font-size: 20px;
  color: #035b33;
}
.treatment4-1-table2 {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0 20px 0;
  font-size: 14px;
}
.treatment4-1-table2 th, .treatment4-1-table2 td {
  padding: 15px;
  border: 1px solid #8cc35c;
}
.treatment4-1-table2 th {
  width: 80px;
  font-weight: normal;
  background-color: #edf4e6;
  color: #035b33;
}
.treatment4-1-table2 td {}
.bold {
  font-weight: bold;
}

.btn_link {
	padding: 0.5em 1em;
	display: inline-block;
	color: #035B33 !important;
	text-decoration: none !important;
	background: #EDF4E6;
}
.btn_link:hover {
	opacity: 0.7;
}
.btn_link span {
  position: relative;
  display: inline-block;
  padding-left: 20px;
}
.btn_link span::before {
  content: '';
  width: 14px;
  height: 14px;
  background: #035B33;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -7px;
}
.btn_link span::after {
  content: '';
  width: 0;
  height: 0;
  border: solid 3px transparent;
  border-left: solid 5px #fff;
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -3px;
}

.welfare_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.welfare_wrap::after {
  display: none;
}
.welfare_wrap dl {
  background: #EDF4E6;
  width: 230px;
  margin-bottom: 10px;
  padding: 15px;
  box-sizing: border-box;
}
.welfare_wrap dl dt {
  text-align: center;
  color: #369041;
  font-weight: bold;
  font-size: 1.1em;
  margin: 0 0 0.5em;
}
.welfare_wrap dl dt img {
  display: block;
  margin: 0 auto 0.7em;
}
.welfare_wrap dl dd {
}

.tbl_hl{
	margin: 0;
	padding: 0;
}
.tbl_hl th,
.tbl_hl td{
	border: none;
	margin: 0;
	padding: 0;
	
}
