@charset "utf-8";
/*-----------------------------------------------------------

全体スタイル

-----------------------------------------------------------*/

body {
	font-size: 14px;
	color: #333333;
	line-height: 1.6;
	width: 100%;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}



/*リンク表示方法*/
a { text-decoration: none; }
a:link { color: #0000FF; }
a:visited { color: #0000FF; }
a:active { color: #0000FF; }
a:hover { color: #993300; }




/*-----------------------------------------------------------

header

-----------------------------------------------------------*/

header {
    width: 100%;
    padding: 0 0 5px 0;
}

.header_inner1 {
    width: 96%;
    margin: 4px auto 0;
}

header h1 {
    font-weight: normal;
    font-size: 11px;
    padding: 1% 6px;
    line-height: 1.2;
    color: #1F1F1F;
}

.header_inner1 h2 {
    float: left;
    width: 70%;
    margin: 0 2% 0;
}

.header_inner1 div {
    float: right;
    width: 18%;
}



/*-----------------------------------------------------------

cover

-----------------------------------------------------------*/


/* PAGER */

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 10px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #F4AF8F;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #FF6E33;
}

.in_cover {
	margin: 0 0 15px;
}




/*-----------------------------------------------------------

nav

-----------------------------------------------------------*/

nav {
    background: url(./../img/content_bg.jpg) repeat-y center top;
    padding: 20px 0;
}

.navi {
    width: 93%;
    margin: 0 auto;
}

.navi li {
    text-align: center;
    margin: 10px 0 0 0;
}

.navi li:first-child {
    margin: 0;
}

.navi a {
    display: block;
    width: 100%;
	/* height: 55px; */
    line-height: 3;
    border: solid 3px #FF6E33;
    font-size: 17px;
    color: #fff;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    background: rgb(255,110,51);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmNmUzMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc4JSIgc3RvcC1jb2xvcj0iI2ZmOWE3MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmNmYmMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(255,110,51,1) 0%, rgba(255,154,114,1) 78%, rgba(255,207,188,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,110,51,1) 0%,rgba(255,154,114,1) 78%,rgba(255,207,188,1) 100%);
    background: linear-gradient(to bottom, rgba(255,110,51,1) 0%,rgba(255,154,114,1) 78%,rgba(255,207,188,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6e33', endColorstr='#ffcfbc',GradientType=0 );
    font-weight: bold;
}

/*-----------------------------------------------------------

main

-----------------------------------------------------------*/

main {
	width: 96%;
	margin: 0 auto;
}




/*-----------------------------------------------------------

footer

-----------------------------------------------------------*/

footer {
}

small {
    font-size: 55%;
    color: #FFFFFF;
}

.f_inner {
    background: #974032;
    padding: 12px 1% 8px;
}

footer p {
    background: #FF6E33;
    text-align: center;
    line-height: 1;
    padding: 12px 1%;
}

.f_list1 li {
    float: left;
    width: 32.3%;
    margin: 0.5%;
}

.f_list1 li a {
    color: #fff;
    text-decoration: none;
    display: block;
    /* border: 2px solid #FFFFFF; */
    text-align: center;
    padding: 10px 0 5px;
    font-size: 60%;
}

.f_list1 li a i {
    display: block;
    margin-bottom: 5px;
    font-size: 540%;
}




/*-----------------------------------------------------------

slide_menu

-----------------------------------------------------------*/

#pageslide {
    display: none;
    position: absolute;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999999;
    width: 65%;
    padding: 1%;
    background: #ca8f86;
    color: #000;
    -webkit-box-shadow: inset 0 0 5px 5px #222;
    -moz-shadow: inset 0 0 5px 5px #222;
    box-shadow: inset 0 0 5px 5px rgba(0,0,0, 0.2);
    overflow-y: scroll;
}

#naviOpen {
    font-size: 320%;
    color: #B1756B;
    text-align: center;
}

.menu_bt {
    margin-top: -5.5%;
    text-align: center;
}

#modal {
    display: none;
}

p.btn-close {
    background: #828282;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
    margin: 5% auto 14%;
    width: 50%;
    font-size: 14px;
}

p.btn-close a {
    display: block;
    text-decoration: none;
    color: #FFF!important;
    padding: 5% 5%;
}

.navi img {
    width: 100%;
}

#slide_navi li a {
    text-align: center;
    display: block;
    color: #e0724a;
    line-height: 3;
    text-decoration: none;
    margin-top: 5px;
    background: #FFFFFF;
    font-size: 13px;
    line-height: 1.6;
    padding: 12px 0;
    border-radius: 5px;
    padding: 10px 20px;
    background: -moz-linear-gradient(	top,	#ffffff 0%,	#FFC36450%,	#FFC36450%,	#FFC364);
    -moz-border-radius: 10px;
    background: #fff;
    border: 1px solid #e0724a;
    -moz-box-shadow: 0 0 0 rgba(000,000,000,0.5),	inset 0 0 0 rgba(255,255,255,1);
    -webkit-box-shadow: 0 0 0 rgba(000,000,000,0.5),	inset 0 0 0 rgba(255,255,255,1);
    box-shadow: 0 0 0 rgba(000,000,000,0.5),	inset 0 0 0 rgba(255,255,255,1);
    font-weight: bold;
}

li.nolink {
    text-align: center;
    background-color: #FFF;
    padding: 5px 5px 2px;
    margin: 5px 0;
    border-radius: 5px;
}

li.nolink span {
    padding: 5px 0 7px;
    display: block;
}

#slide_navi li .p_in a,#slide_navi li .p_in2 a {
    background-color: #C1272D;
    color: #fff;
    color: #ffffff;
    font-size: 12px;
    padding: 10px 5px;
    line-height: 1.2;
    background: -moz-linear-gradient(	top,	#00368d 0%,	#00368d);
    background: -webkit-gradient(	linear, left top, left bottom,	from(#C1272D),	to(#C1272E));
    -moz-border-radius: 10px;
    -webkit-border-radius: 10;
    border-radius: 10;
    -moz-box-shadow: 0 0 0 rgba(000,000,000,0.5),	inset 0 0 0 rgba(255,255,255,1);
    -webkit-box-shadow: 0 0 0 rgba(000,000,000,0.5),	inset 0 0 0 rgba(255,255,255,1);
    box-shadow: 0 0 0 rgba(000,000,000,0.5),	inset 0 0 0 rgba(255,255,255,1);
    text-shadow: 0 0 0 rgba(000,000,000,0.1),	0 0 0 rgba(255,255,255,1);
    margin: 0 0 2px 0;
}

ul.p_in {
    margin: 0 0 5px 0;
}



/* 全ページ共通クラス
----------------------------------------------------------- */

/*--- テキスト関係 ---*/

.attention { color: #FF0000; } /* 注意色(基本赤) */
.text4L { font-size: 200%; }
.text3L { font-size: 160%; }
.text2L { font-size: 140%; }
.textL { font-size: 120%; }
.textS { font-size: 80%; }
.text2S { font-size: 60%; }
.bold {	font-weight: bold; }


/* テキスト位置設定 */

.center { margin: auto;	text-align: center;}
.textCenter { text-align: center; }
.left {	text-align: left; }
.right { text-align: right; }
.indent { text-indent: -1em; padding-left: 1em;}


/*--- マージン px ---*/

.m0 { margin: 0; }
.mT10 {	margin-top: 10px; }
.mB0 { margin-bottom: 0 !important; }
.mB5 { margin-bottom: 5px; }
.mB10 {	margin-bottom: 10px; }
.mB20 {	margin-bottom: 20px; }
.mB30 {	margin-bottom: 30px; }
.mB40 {	margin-bottom: 40px; }
.mB50 {	margin-bottom: 50px; }
.mB60 {	margin-bottom: 60px; }
.mB100 { margin-bottom: 100px; }
.mR10 {	margin-right: 10px; }
.mR20 {	margin-right: 20px; }
.mL5 { margin-left: 5px; }
.mL10 {	margin-left: 10px; }
.mL20 {	margin-left: 20px; }
.mRL10 { margin: auto 10px; }


/*--- マージン % ---*/

.mA { margin-left: auto; margin-right: auto;}
.m0p { margin: 0;}
.mT10p { margin-top: 10%; }
.mB5p { margin-bottom: 5%; }
.mB10p { margin-bottom: 10%; }
.mB20p { margin-bottom: 20%; }
.mR10p { margin-right: 10%; }
.mR20p { margin-right: 20%; }
.mL5p { margin-left: 5%; }
.mL10p { margin-left: 10%; }
.mL20p { margin-left: 20%; }
.mRL10p { margin: auto 10%; }


/*--- パッディング px ---*/

.p0 { padding: 0; }
.p10 { padding: 10px; }
.pT5 { padding-top: 5px; }
.pT10 {	padding-top: 10px; }
.pB10 {	padding-bottom: 10px; }
.pR10 {	padding-right: 10px; }
.pL10 {	padding-left: 10px; }
.pB20 {	padding-bottom: 20px; }
.pRL10 { padding: 0 10px; }


/*--- パッディング % ---*/

.p0p { padding: 0; }
.p10p { padding: 10%; }
.pT5p { padding-top: 5%; }
.pT10p { padding-top: 10%; }
.pB10p { padding-bottom: 10%; }
.pR10p { padding-right: 10%; }
.pL10p { padding-left: 10%; }
.pB20p { padding-bottom: 20%; }
.pRL2p { padding: 0 2%; }
.pRL10p { padding: 0 10%; }


/*--- 横幅 ---*/

.w33p { width: 33.3333%; }
.w66p { width: 66.6666%; }
.w86p { width: 86%; }
.w87p { width: 87%; }
.w88p { width: 88%; }
.w89p { width: 89%; }
.w90p { width: 90%; }
.w91p { width: 91%; }
.w92p { width: 92%; }
.w93p { width: 93%; }
.w94p { width: 94%; }
.w95p { width: 95%; }
.w96p { width: 96%; }
.w97p { width: 97%; }
.w98p { width: 98%; }
.w99p { width: 99%; }
.w100p { width: 100%; }


/*--- フロート ---*/

.floatLeftBox li { float: left; } /* リストをフロート左へ */
.floatLeft { float: left; }/* リストをフロート右へ */
.floatRightBox li { float: right; }
.floatRight { float: right; }
.clearBoth { clear: both; }


/*-- 画像 --*/

.figLeft { float: left; margin: 10%;}
.figRight {	float: right; margin: 10%;}




/* 全ページ共通クラス(要調整)
----------------------------------------------------------- */

/*--- 記事枠 ---*/


/*--- パンくずリスト ---*/

.pankuzu_wrap {
    height: 40px;
    line-height: 40px;
    font-size: 85.714%;
}

.pankuzu {
    margin: 20px auto 30px;
    width: 100%;
    font-size: 11px;
}

.pankuzu li {
    display: inline;
    padding: 0 7px 0 4px;
}

.pankuzu li:first-child {
    background: none;
    padding-left: 0;
}

.pankuzu li a {
    display: inline-block;
    margin-right: 12px;
    color: #974032;
}



/*--- ページトップ ---*/

.pageTop {
	clear:both;
	text-align: right;
	margin: 0 10px 30px 0;
}


.main h3 {
	position: relative;
	padding: .25em 1em;
	background-color: #fff;
	border: 1px solid #AC665B;
	margin-bottom: 20px;
	z-index: 1;
	font-size: 20px;
	color: #974032;
}
.main h3::before,
.main h3::after {
	content: '';
	position: absolute;
	top: 102%;
	z-index: 1;
	border-style: solid;
	border-color: transparent;
}
.main h3::before {
	left: 0;
	border-width: 0 15px 15px 0;
	border-right-color: #D5B3AD;
}
.main h3::after {
	right: 0;
	border-style: solid;
	border-width: 15px 15px 0 0;
	border-top-color: #D5B3AD;
}

.content_wrap h3 {
	position: relative;
	padding: .25em 1em;
	background-color: #974032;
	border: 1px solid #AC665B;
	margin-bottom: 20px;
	z-index: 1;
	font-size: 20px;
	color: #fff;
}
.content_wrap h3::before,
.content_wrap h3::after {
	content: '';
	position: absolute;
	top: 102%;
	z-index: 1;
	border-style: solid;
	border-color: transparent;
}
.content_wrap h3::before {
	left: 0;
	border-width: 0 15px 15px 0;
	border-right-color: #D5B3AD;
}
.content_wrap h3::after {
	right: 0;
	border-style: solid;
	border-width: 15px 15px 0 0;
	border-top-color: #D5B3AD;
}

.in_h {
	border-left: 8px solid #974032;
    border-radius: 0 5px 0 0;
    padding: 6px 0 3px 10px;
    margin: 0 0 10px 0;
    color: #974032;
    background-color: #f5ebe9;
    font-size: 18px;
}

/* TOP
----------------------------------------------------------- */

/*-- メインヴィジュアル スライダー --*/

.bx-wrapper {
	margin-bottom: 20px !important;
	position: relative;
}

.bx-controls-direction {
	position: absolute;
	top: 50%;
	width: 100%;
}

.bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-prev {
	left: 1% !important;
	background: url(./../img/prev.png) no-repeat 0 0;
	background-size: contain;
}

.bx-next {
	right: 1% !important;
	background: url(./../img/next.png) no-repeat 100% 0;
	background-size: contain;
}

.news dt {
    width: 100px;
    text-align: center;
    background-color: #974032;
    color: #fff;
    font-size: 12px;
    padding: 1px 0 0;
    margin: 0 12px 10px 0;
}

.subject_voice p {
    font-size: 20px;
    color: #974032;
    font-weight: bold;
    line-height: 1.2;
    margin: 10px 0 24px;
}

.sp_bo {
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border: 6px solid #974032;
    padding: 5px 10px;
    margin: 20px 0 0;
}

.content_wrap {
    background: url(./../img/content_bg.jpg) repeat-y center top;
    width: 100%;
    margin: 0 auto 50px;
    padding: 30px 2% 4px;
}

.listStyle h4 {
    margin-bottom: 20px;
}

.charaBox {
    margin-bottom: 20px;
}

.charaBox span {
    font-size: 14px;
    color: #F15A24;
}

.listStyle > li dl dd {
    margin: 10px 0 0;
    padding: 0 0 0px;
    color: #603813;
    font-size: 14px;
    line-height: 1.75;
}

.but_pokipoki {
    color: #F15A24!important;
}

.content_btn {
    background-color: #E0724A;
    border-radius: 10px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    margin: 20px auto 50px;
    width: 90%;
    box-shadow: 0px 5px 3px #e2e2e2;
    -moz-box-shadow: 0px 5px 3px #aedaf2;
    -webkit-box-shadow: 0px 5px 0px #e2e2e2;
}

.content_btn a {
	text-decoration: none;
	color: #fff;
	width: 100%;
	display: block;
	padding: 15px 0 10px;
	border-radius: 10px;
	background: url(./../img/content_btn_off.png) no-repeat center top;
}

.content_btn a:hover {
	background-color: #F7931E;
}

.greeting_lead li {
	margin: 10px 0 0;
	line-height: 1.75;
}

.greeting_lead li:first-child {
	margin: 0;
}

.greeting_text01 {
    color: #F15A24;
    font-size: 23px;
    font-weight: bold;
    margin: 22px 0 0 0;
    line-height: 1.4;
}

.greeting_text02 {
    color: #8DA508;
    font-size: 14px;
    margin: 10px 0 10px 0;
}

.access_box dt {
    font-weight: bold;
    color: #603813;
    margin: 25px 0 0;
    font-size: 18px;
}

.access_box dt iframe {
	width: 96%;
	margin: 0 2%;
}

.access_box dd span {
    color: #8DA508;
    font-size: 12px;
}

.a_banner {
    padding: 2%;
    text-align: center;
    width: 80%;
    margin: 10px auto 0;
    border: 1px solid #8da508;
}

.a_banner ul {
    border: 1px solid #8da508;
    padding: 3%;
}

.acc li {
    width: 80%;
    margin: 0 auto;
}

.acc li + li {
    width: 100%;
}

.acc li + li + li {
    width: 60%;
    margin: 10px auto 0;
}

/*-- 新着情報 --*/

.news {
	max-height: 250px;
	overflow-y: auto;
	padding: 0 10px 0 0;
}

.news dt {
	font-weight: bold;
}

.news dd {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #CCCCCC;
}

.subjectBox li {
    margin: 1% 2%;
    float: left;
    width: 96%;
}

/* 料金メニュー
----------------------------------------------------------- */

.treatmentBox li:first-child p {
    padding: 15px 0 30px;
}

.price_tb tr th {
    background: #98f3f3;
    width: 30%;
    border: 1px solid #ccc;
    padding: 10px 0 6px;
    color: #666;
    text-align: center;
}

.price_tb tr td {
    text-align: center;
    border: 1px solid #ccc;
    padding: 10px 0;
    font-weight: bold;
    color: #ef5a24;
}

.price_tb {
    width: 100%;
    margin: 0 0 20px;
    font-size: 16px;
}




/* 症状・施術の流れ
----------------------------------------------------------- */

.symptomList_01 {
	padding: 20px 0 17px 60px;
	border-radius: 0 5px 5px 0;
	background: url(../../img/flow_icon01.png) no-repeat 10px center;
	background-color: #e8e0de;
}

.symptomList_02 {
    background: url(../../img/flow_icon02.png) no-repeat 10px center;
    background-color: #e6cfca;
    padding: 20px 0 17px 60px;
    border-radius: 0 5px 5px 0;
}

.symptomList_03 {
    background: url(../../img/flow_icon03.png) no-repeat 10px center;
    background-color: #e2beb6;
    padding: 20px 0 17px 60px;
    border-radius: 0 5px 5px 0;
}

.symptomList_04 {
    background: url(../../img/flow_icon04.png) no-repeat 10px center;
    background-color: #e0b2a7;
    padding: 20px 0 17px 60px;
    border-radius: 0 5px 5px 0;
}

.symptomList_05 {
    background: url(../../img/flow_icon05.png) no-repeat 10px center;
    background-color: #e0a89b;
    padding: 20px 0 17px 60px;
    border-radius: 0 5px 5px 0;
}

.symptomList_06 {
	background: url(../../img/flow_icon06.png) no-repeat 10px center;
	background-color: #dc9787;
	padding: 20px 0 17px 60px;
	border-radius: 0 5px 5px 0;
}

.symptomList_07 {
    background: url(../../img/flow_icon07.png) no-repeat 10px center;
    background-color: #d8816d;
    padding: 20px 0 17px 60px;
    border-radius: 0 5px 5px 0;
}

.symptomList_08 {
    background: url(../../img/flow_icon08.png) no-repeat 10px center;
    background-color: #d46a51;
    padding: 10px 0 7px 60px;
    border-radius: 0 5px 5px 0;
}

.flowBox {
    margin: 20px 0 0px;
    padding: 10px 10px 35px;
    font-size: 14px;
    background: #FFF8BF;
}

.flowBox li dt {
    margin: 5px 0 5px;
    font-size: 21px;
    font-weight: bold;
}

.flowBox02 li dt {
    margin: 5px 0 5px;
    font-size: 21px;
    font-weight: bold;
}

.flowBox02 {
    margin: 20px 0 0;
    padding: 10px 10px 35px;
    font-size: 14px;
    background: #EDFFA3;
}

.flowBox03 li dt {
    margin: 5px 0 5px;
    font-size: 21px;
    font-weight: bold;
}

.flowBox03 {
    margin: 20px 0 0;
    padding: 10px 10px 35px;
    font-size: 14px;
    background: #BFFFDF;
}

.flowBox04 li dt {
    margin: 5px 0 5px;
    font-size: 21px;
    font-weight: bold;
}

.flowBox04 {
    margin: 20px 0 0;
    padding: 10px 10px 35px;
    font-size: 14px;
    background: #E0FFF9;
}


.flow_fifth {
	text-align: center;
}

.flow_fifth li {
	margin: 0;
	padding: 23px 0 0px;
	background: url(./../img/flow05_next.png) no-repeat center 5px;
}

.flow_fifth li:first-child {
	margin: 0;
	padding: 0;
	background: none;
}

.flow_fifth span {
	padding: 2px 10px;
	margin: 0 10px 0 0;
	background: #ea9816;
	border: 2px solid #df8800;
	border-radius: 3px;
	color: #fff;
}


.flowBox05 {
    margin: 20px 0 0;
    padding: 10px 10px 35px;
    font-size: 14px;
    background: #F5EBFF;
}

.flowBox05 li dt {
    margin: 5px 0 5px;
    font-size: 21px;
    font-weight: bold;
}

.flowBox06 {
    margin: 20px 0 60px;
    padding: 10px 10px 35px;
    font-size: 14px;
    background: #FFD9D1;
}

.flowBox06 li dt {
    margin: 5px 0 5px;
    font-size: 21px;
    font-weight: bold;
}


/* よくある質問
----------------------------------------------------------- */

.question_top {
    margin: 30px 0 0;
    text-align: center;
    border: 3px solid #8da508;
    border-radius: 3px;
    padding: 18px 0 10px;
}

.question_top dt {
    font-size: 15px;
    font-weight: bold;
    color: #666;
}

.question_top dd {
    font-size: 26px;
    margin: 0px 0 0;
    font-weight: bold;
}

.question_top dd a {
	color: #ff6e33 !important;
}

.question_list li dt {
    font-size: 18px;
    color: #666;
    background: url(./../img/news_border.png) repeat-x bottom;
    border-left: 6px solid #8da508;
    padding-left: 2%;
    margin: 25px 0 10px;
}

.question_list li dd {
    margin: 0 auto;
    font-size: 14px;
    padding-left: 3%;
}


/* 当院の概要・アクセス
----------------------------------------------------------- */

.company_table {
	width: 100%;
	font-size: 14px;
	margin: 20px 0 20px;
	color: #534741;
}

.company_table th {
	width: 200px;
	padding: 10px 0;
	color: #fff;
	background: #974032;
	border: 1px solid #c5897f;
}

.company_table td {
	width: 575px;
	padding: 10px;
	border: 1px solid #c5897f;
	background: #fff;
}

.g_map iframe {
	width: 100%;
}

.access_text {
    margin: 30px 0 20px;
    text-align: center;
}