@charset "utf-8";


/*
一括書き換えに使用

メインカラーの差し替え
濃い目：　#548e00
薄い目：　#B2D578

差しカラー　(メインの反対色：例 緑→オレンジ)
#f88905


背景
#FDFBE2

テキスト
#444444


*/






/*------------------------------------------
■ 色の設定　この部分を一括書き換え
------------------------------------------*/

/*全体*/
body {
	background-color: #ffffff;/*背景*/
	color: #444444;/*テキスト*/
}
/*------------------------------------------
■ リンク設定
------------------------------------------*/
a {
	color: #7e0035;
}
a:hover {
	color: #ff3399;
}
a:visited {
	color: #993399;
}
/*------------------------------------------
■ ヘッダーエリア
------------------------------------------*/

#header {
	background-color: #ffffff;
	border-bottom-color: #7e0035 !important;
	color: #333;
}
/*--幅1100pxで区切る場合
#wrap {
background-color: #ffffff;
box-shadow: 0 10px 10px #999999;
}
*/

/*ヘッダー h1*/

h1 {
	background-color:#7e0035;/*背景*/
	color: #ffffff ;/*テキスト*/
}
/*TELアイコンの背景*/

#header_in .header_tel_icon {
	background-color: #ff9000;
}


#header_in .header_tel {
	color: #444444;
}

/*------------------------------------------
■ h4タイトル
------------------------------------------*/

h4.title {
	font-family: "FOT-筑紫A丸ゴシック Std D";
	background-color: #7e0035 !important;
	box-shadow: 0 3px 3px #a8a8a8;
	color: #ffffff;
}

/*------------------------------------------
■　box
------------------------------------------*/

.box_border {
	background-color: #ffffff;
	border-color: #987c31 !important;
}
.box_01 {
	background-color: #ffffff;
	border-color: #fffff3 !important;
}




/*------------------------------------------
■order
------------------------------------------*/

.order {
	/*background:#7cc01f url("../img/order_bg.png") repeat scroll 0 center;*/
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #7e0035), color-stop(1.00, #e8cdd9));
	background: -webkit-linear-gradient(#7e0035, #e8cdd9);
	background: -moz-linear-gradient(#7e0035, #e8cdd9);
	background: -o-linear-gradient(#7e0035, #e8cdd9);
	background: -ms-linear-gradient(#7e0035, #e8cdd9);
	background: linear-gradient(#7e0035, #e8cdd9);
}
/*.order_in{
background-color:#fff;
}*/


.order_copy01 {
	background-color: #ffffff;
	color: #7e0035;
	font-family: "FOT-筑紫A丸ゴシック Std D";
}
.order_copy02 {
	font-family: "FOT-筑紫A丸ゴシック Std D";
	color: #ffffff;
}
/*　▼TEL番号エリア▼　*/


.order a.txt_tel {
	color: #795d20;
}
/*　▼ボタンエリア▼　*/

.order_mail a {
	color: #ffffff;
}


.order_logo{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color:#FFFFFF;
}

.order_catch{
	color:#444444;
}

.order_text_box li{
	color:#fff;
}


.order_a{
	background-color: #7e0035;
}
.order_b{
	background-color: #ff9000;
}


/*------------------------------------------
■ list_box
------------------------------------------*/

.trouble ul li.icon_check {
	font-family: "FOT-筑紫A丸ゴシック Std D";
	border-bottom-color:#cccccc !important;
}


/*------------------------------------------
■ ポイント
------------------------------------------*/
.point01,
.point02,
.point01 .point_set,
.point02 .point_set {
	border-color:#ff9000 !important;
}

.point01 .point_title, .point02 .point_title {
	border-bottom-color:#ff9000 !important;
	color: #795d20;
	font-family: "FOT-筑紫A丸ゴシック Std D";
}
.point01 .point_set .point_title span.num, .point02 .point_set .point_title span.num {
	background-color: #ff9000;
	color: #ffffff;
}
/*------------------------------------------
■ STEP
------------------------------------------*/

.step_set {
	background-color: #ffffff;
	border-color: #fffff3 !important;
}
.step_title {
	border-bottom-color: #82c21e !important;
	color: #795d20;
	font-family: "FOT-筑紫A丸ゴシック Std D";
}
.step_title2 {
	border-bottom-color:#E9569A !important;
	color: #795d20;
}
.s_block {
	border-left-color:#82c21e !important;
	color: #82c21e;
}
/*------------------------------------------
■ よくある質問
------------------------------------------*/

.faq .faq_title {
	font-family: "FOT-筑紫A丸ゴシック Std D";
	border-bottom-color:#ff9000 !important;
}
.faq .faq_set .faq_title span.q {
	background-color: #ff9000 !important;
	color: #ffffff;
}
.faq .faq_set span.a {
	background-color: #82c21e !important;
	color: #ffffff;
}
.faq .faq_set {
	background-color: #ffffff;
	border-color: #fffff3 !important;
}
/*スマホのみ*/
h3.copy {
	background:#7e0035;
	color: #ffffff;
}
.order_copy01 {
	color: #7e0035;
}
.point01 .point_set, .point02 .point_set {
	background-color: #ffffff;
	border-color: #ff9000 !important;
}
.list_box_01, .list_box_02, .list_box_03, .list_box_04, .list_box_05 {
	background-color: #ffffff;
	border-color: #987c31 !important;
}

.room_title {
	background-color:#ff9000;
	color:#fff;
}






/*------------------------------------------
■ テキスト装飾　
------------------------------------------*/
.txt_keycolor {
	color: #ff9000;
}
.txt_marker {
	background-color: #FFFF00;
}
.txt_underline {
	border-bottom-color: #bbbbbb !important;
}
.txt_red {
	color: #de4e25;
}
.txt_blue {
	color: #0066cc;
}
.txt_orange {
	color: #F8BC2F;
}
.txt_area_border {
	background-color: #ffffff;
	border-color:#ff9000 !important;
}
.txt_area_bg {
	background-color: #f1efd7;
}

.ffg {
	font-family:"FOT-筑紫A丸ゴシック Std D";
}
.ffm {
	font-family:"FOT-筑紫明朝 Pr5 B";
}

/*------------------------------------------
■ お客様の声
------------------------------------------*/

.voice .voice_title {
	border-bottom-color: #987c31 !important;
	color: #795d20;
	font-family:"FOT-筑紫A丸ゴシック Std D";
}

/*------------------------------------------
■ 代表者・スタッフ紹介
------------------------------------------*/

.staff_set {
	background-color: #f1efd7;
}
.staff .staff_title {
	border-bottom-color: #987c31 !important;
	color: #795d20;
}
/*------------------------------------------
■ サブタイトル装飾（基本値）
------------------------------------------*/
.sub_title_a {
	border-left-color:#7e0035 !important;
}
.sub_title_b {
	border-bottom-color: #987c31 !important;
	font-family: "FOT-筑紫明朝 Pr5 B";
}
.sub_title_c {
	border-color: #7e0035 !important;
	font-family: "FOT-筑紫A丸ゴシック Std D";
}
.sub_title_d {
	font-family: "FOT-筑紫A丸ゴシック Std D";
	background-color: #7e0035;
	color: #ffffff;
}
.sub_title_e {
	font-family: "FOT-筑紫A丸ゴシック Std D";
	color:;
}
.sub_title_f {
	font-family: "FOT-筑紫A丸ゴシック Std D";
	background-color: #e8e4bb;
	border-left-color: #7e0035 !important;
}
.sub_title_g {
	background-color: #e3e0d2;
	border-left-color: #987c31 !important;
}
.sub_title_h {
	font-family: "FOT-筑紫明朝 Pr5 B";
	border-bottom-color: #987c31 !important;
	color: #795d20;
}
/*------------------------------------------
■ テーブル
------------------------------------------*/



.table01 th {
	background-color: #ffffff;
	border-color: #987c31 !important;
}
.table01 td {
	background-color: #ffffff;
}
.table02 {
	font-family: RodinRosePro-EB;
}
.table02 th {
	background-color: #ffffff;
	border-color: #987c31 !important;
}
.table02 td {
	background-color: #ffffff;
	border-color: #987c31 !important;
}
.table03 th {
	background-color: #f1efd7;
	border-bottom-color: #987c31 !important;
	border-right-color: #ffffff !important;
}
.table03 td {
	background-color: #fffff3;
	border-bottom-color: #987c31 !important;
}
/*------------------------------------------
■　reason_box
------------------------------------------*/
.reason_box {
	background-color: #ffffff;
}
.reason_title {
	border-bottom-color:#11693B !important;
	font-family:RodinRosePro-EB;
}
/*------------------------------------------
■　box_e 整体「保険治療0円」
------------------------------------------*/
.box_e {
	background-color: #f1efd7;
}
.box_e_title {
	border-bottom-color: #987c31 !important;
	color: #795d20;
	font-family: "FOT-筑紫A丸ゴシック Std D";
}
.box_e .box_e_in {
	background: #ffffff
}
.st {
	background-color: #987c31;
	color: #ffffff;
	font-family: "FOT-筑紫A丸ゴシック Std D";
}
.st_a {
	border-left-color: #de4e25 !important;
}
.st_area {
	background-color: #fffff3;
	border-color: #de4e25 !important;
}
/*------------------------------------------
■ フォーム部分
------------------------------------------*/

.table_box {
	border-top-color:#666666 !important;
}
.inq_box {
	border-bottom-color:#666666 !important;
}
.inq_box_top {
	border-top-color:#cccccc !important;
}
.inq_box_title {
	border-left-color:#ff9000 !important;
}
input[type=text]:focus, textarea:focus, select:focus {
	background-color: #FFFFDD;
}
/*------------------------------------------
■ フッター
------------------------------------------*/
#footer {
	background: #ffffff;
}
.copyright {
	background-color:#7e0035;
	color: #ffffff;
}
.footer_btn {
	background: #fcfcfc; /* Old browsers */
	background: -moz-linear-gradient(top, #fcfcfc 0%, #dbdbdb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #dbdbdb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fcfcfc 0%, #dbdbdb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fcfcfc 0%, #dbdbdb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fcfcfc 0%, #dbdbdb 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fcfcfc 0%, #dbdbdb 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#dbdbdb', GradientType=0 ); /* IE6-9 */
	border-color:#E6E6E6 !important;
}
/*------------------------------------------
■ サブページ共通(プライバシーポリシーなど)
------------------------------------------*/


.sub_page_title {
	background-color: #7e0035;
	color: #ffffff;
	border-bottom-color:#CCCCCC !important;
}
.sub_page_h {
	border-bottom-color: #7e0035 !important;
}
/*------------------------------------------
■ ページトップへ戻るボタン
------------------------------------------*/

#go_top a {
	background-color:#ff9000;
	color: #ffffff;
}





/*■■■■■■■■■■■■■■■■■■■■■■
　　共通設定
■■■■■■■■■■■■■■■■■■■■■■*/

/*------------------------------------------
■ CSS初期設定
------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
img {
	vertical-align: middle;
	margin: 0;
	padding: 0;
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
th, td {
	border: 1px solid #000;
	padding: .5em;
}
ol, ul {
	list-style: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}


/*------------------------------------------
■ リンク設定
------------------------------------------*/
a img {
	border: none;
}
a {
	text-decoration: none;
}
a:hover {
}
a:visited {
	text-decoration: underline;
}
/*------------------------------------------
■ リンク画像のhover半透明化設定
------------------------------------------*/
a:hover img {
}
/*------------------------------------------
■ float対策
------------------------------------------*/
.fcl {
	zoom: 100%;
}
.fcl:after {
	content: " ";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
/*------------------------------------------
■ 画像回り込み
------------------------------------------*/
.img_left {
	display: block;
	margin: 10px auto;
	text-align: center;
}
.img_lef {
	float: left;
	margin-right: 5px;
	margin-bottom: 10px;
}
.img_right {
	display: block;
	margin: 10px auto;
	text-align: center;
}
.img_center {
	display: block;
	margin: 0 auto;
	clear: both;
	text-align:center;
}
.center {
	text-align:center;
}
/*------------------------------------------
■ テキスト装飾
------------------------------------------*/
.txt_bold {
	font-weight: bold;
}
.txt_small {
	font-size: 75%;
}
.txt_big {
	font-size: 120%;
}
.txt_right {
	text-align: right;
}

.txt_underline {
	border-bottom: 1px dotted;
	margin-bottom: 2px;
}
.f18 {
	font-weight:bold;
}
.f20 {
	font-weight:bold;
}
.f24 {
	font-weight:bold;
}
.f28 {
	font-weight:bold;
	font-size:110%;
}
.f38 {
	font-weight:bold;
	font-size:115%;
}
.f40 {
	font-weight:bold;
	font-size:120%;
}
.f48 {
	font-weight:bold;
	font-size:125%;
}
.room_title {
	padding:5px;
	margin:5px auto;
	font-weight:bold;
	text-align:center;
}
/*------------------------------------------
■ PC・スマホ切り替え用
------------------------------------------*/
.pc_none {
}
.sp_none {
	display: none;
}
.size_s {
	width: 120px;
}
.size_m {
	width: 180px;
}
.size_l {
	width: 220px;
}
.max_w {

	width:300px;
}
/*■■■■■■■■■■■■■■■■■■■■■■
　　各コンテンツ　【　基本設定　】
■■■■■■■■■■■■■■■■■■■■■■*/
/*------------------------------------------
■ メイン設定
------------------------------------------*/
body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Geneva, Arial, Verdana, sans-serif;
	background-color: #ffffff;/*背景*/
	color: #444444;/*テキスト*/
	font-size: 14px;
}
#wrap {
	/*スマホメニュー初期は一様の余白調整
    position: relative;
    top: 50px;
    */
}
#frame {
}
#header {
	display: none;
}
#main {
	width: 96%;
	margin: 0 auto;
}
/*------------------------------------------
■　box
------------------------------------------*/
.box {
	margin: 0px auto;
	clear: both;
	background: url("../img/bg01_sp.gif") #FFF repeat scroll center 0 transparent;
}
.box_bg {
	background: url("../img/bg07_sp.gif") repeat scroll center 0 transparent;
	border-radius: 0;
	margin: 10px auto;
	padding: 15px;
}
.box_border {
	border: 2px solid #f88905;
	margin: 10px auto;
	padding: 15px;
}
.box_01 {
	background: url("../img/box_01_sp.jpg") repeat scroll center 0;
	border: 1px solid ;
	border-radius: 5px;
	margin: 10px auto;
	padding: 5px 15px;
}
/*------------------------------------------
■　box_a
------------------------------------------*/
.box_a {
	background: #ffffff none repeat scroll 0 0;
	border: 1px solid #cccccc;
	border-radius: 5px;
	padding: 10px;
}
.box_a_in {
}
.box_a_bottom {
}
/*------------------------------------------
■　txt_area
------------------------------------------*/
.txt_area {
	margin: 0px auto;
	clear: both;
}
.txt_area_bg {
	background: #FDFBE2 url("../img/bg08.gif") repeat scroll center 0;
	border: 1px solid #e3e3e3;
	border-radius: 10px;
	margin: 10px auto;
	padding: 10px 15px;
}
.txt_area_border {
	background:#FDFBE2 url("../img/bg01.gif") repeat scroll center 0;
	border: 1px dashed #f88905;
	margin: 10px auto;
	padding: 15px;
}
/*------------------------------------------
■　reason_box
------------------------------------------*/
.reason_box {
	background-color:#f88905;
	margin:0 auto;
	padding:5px;
	color:#fff;
	font-weight:bold;
}
.reason_in {
	background-color:#fff;
	padding:10px;
	margin:0 auto;
	color:#333;
	font-weight:normal;
}
.reason_title, .reason_title2, .reason_title3, .reason_title4, .reason_title5 {
	border-bottom: 2px dotted ;
	font-size: 100%;
	font-weight: bold;
	margin-bottom:10px;
	margin-top:10px;
}
/*------------------------------------------
■ h1
------------------------------------------*/
h1 {
	display: block;
	font-size: 10px;
	margin: 0 auto;
	padding: 0;
}
.h1_txt {
	display: block;
	margin: 0;
	padding: 5px 10px;
	font-size: 9px;
}
/*------------------------------------------
■ ヘッダーエリア
------------------------------------------*/
#header {
	display: none;
}
/*------------------------------------------
■TOP
------------------------------------------*/
#top_bg {
}
#top {
	margin: 0 auto;
	padding: 0px 0 0;
	text-align: left;
}

#top img{width:100%;}

/*------------------------------------------
■order
------------------------------------------*/
.order {
	margin: 10px auto;
	padding: 2px;
	text-align: center;
}


.order_in {
	margin:0 auto;
	padding:5px;
}
h3.copy {
	font-size: 14px;
	padding: 5px 10px;
}
.order_copy01 {
	border-radius: 30px;
	font-size: 14px;
	font-weight: bold;
	margin: 0 auto 15px;
	padding: 12px 40px;
	text-align: center;
	width: 74%;


}



.order_copy02 {
	font-size: 14px;
	font-weight: bold;
	line-height: 125%;
	margin: 0 auto 10px;
	text-align: center;
}
.order_image, .order_logo {
	display:block;
	margin:0 auto;
	width:96%;
}

.order_logo{
	padding:5px 0;
	}
.order_catch{
	font-size:8px;
	font-weight:bold;
}
.order_text_box{
	display:none;
	}

.order_text_box li{
	font-size:14px;
	line-height:35px;
	font-weight:bold;

	}

.order_a{
	margin-bottom:4px;
}
.order_b{
	}


.order_logo_top{
	margin-top:5px;
	width:225px;
	}






/*　▼テキスト▼　*/
.order p.txt_cap {
	font-size: 12px;
	margin-top: 5px;
}
.order p.order_time {
	font-size: 12px;
	line-height: 140%;
}
/*　▼TEL番号エリア▼　*/
.order a.txt_tel {
	display: block;
	font-size: 26px;
	line-height: 100%;
	margin: 8px auto;
}
/*　▼ボタンエリア▼　*/

.order_mail a {
	border-radius: 10px;
	display: block;
	font-size: 18px;
	letter-spacing: 0.04em;
	margin: 10px auto;
	padding: 0;
	text-shadow: 1px 1px 1px #7f7f7f;
	width: 96%;
}
.order_btn {
}
.plain {
	white-space: nowrap;
}
/*------------------------------------------
■ h4タイトル
（※スマートフォンでは、背景画像を消してテキストタイトルを表示させてください）
------------------------------------------*/
h4.title {
	border-radius: 5px;
	display: block;
	font-size: 14px;
	font-weight: bold;
	line-height: 120%;
	margin: 15px auto 10px;
	padding:12px 10px;
	text-align: center;
}
/*------------------------------------------
■ サブタイトル装飾（基本値）
------------------------------------------*/
.sub_title_a {
	border-left: 10px solid;
	font-weight: bold;
	line-height: 130%;
	margin: 10px auto 10px;
	padding-left: 10px;
}
.sub_title_b {
	border-bottom: 3px solid;
	font-weight: bold;
	margin: 10px auto 10px;
	padding: 10px 0;
}
.sub_title_c {
	border-bottom: 1px solid;
	border-left: 10px solid;
	line-height: 130%;
	font-weight: bold;
	margin: 10px auto 10px;
	padding: 0 15px 5px;
}
.sub_title_d {
	border-radius: 5px;
	line-height: 130%;
	margin: 10px auto 10px;
	padding: 10px;
	text-align: center;
}
.sub_title_e {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.09em;
	line-height: 130%;
	margin: 10px auto 10px;
	padding: 5px 0 6px;
}
.sub_title_f {
	border-left: 10px solid;
	letter-spacing: 0.09em;
	margin: 10px auto 10px;
	padding: 10px;
}
.sub_title_g {
	border-left: 10px solid;
	letter-spacing: 0.09em;
	margin: 10px auto 10px;
	padding: 10px;
}
.sub_title_h {
	border-bottom: 2px dashed;
	font-size: 16px;
	font-weight: bold;
	line-height: 130%;
	margin: 10px auto 10px;
	padding: 5px 0;
	text-align: center;
}
/*■■■■■■■■■■■■■■■■■■■■■■
　　流用コンテンツ　【　良く使うカテゴリ　】
■■■■■■■■■■■■■■■■■■■■■■*/
/*------------------------------------------
■ リストのチェックアイコン
------------------------------------------*/
ul {
	list-style: none outside none;
}
ul li.icon_check {
	
	padding: 4px 4px 4px 20px;
}
.icon_check {
	
	padding: 4px 4px 4px 20px;
}
/*------------------------------------------
■ list_box
------------------------------------------*/
.list_box_01, .list_box_02, .list_box_03, .list_box_04, .list_box_05 {
	border: 1px solid;
	border-radius: 5px;
	margin: 10px auto;
	padding: 10px;
	font-size:90%;
}

.trouble .next {
	text-align: center;
	font-family: serif;
	font-size: 24px;
	line-height: 36px;
	font-weight: bold;

	margin-bottom: 40px;
}

.trouble .next span {
	color: #de4e25;
}

.trouble .next img {
	max-width: 80%;
}

/*------------------------------------------
■ キャンペーン
------------------------------------------*/
.camp{
	position: relative;
	height: 77px;
	}

.camp p{
	background: url("../img/camp_p1.png") no-repeat center;
	font-size:18px;
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	line-height: 50px;
}

.camp_catch{
	z-index: 99;
	width: 80px;
	position: relative;
	top: -65px;
	left: 10%;
}

.camp_catch img{
	width:150%;
}

/*------------------------------------------
■ ポイント01
------------------------------------------*/

.point01 {
	border: 2px solid;
	margin: 0 auto 10px;
	padding:15px;
	background-color: #ffffff;
}
.point01 .point_set .point_title span.num, .point02 .point_set .point_title span.num {
	border: 1px solid;
	border-radius: 10px;
	margin: 10px auto;
	padding: 5px;
}

.point_set{
	padding-top: 10px!important;
	}

.point01 .point_title {
	border-bottom: 1px dashed;
	font-size: 16px;
	font-weight: bold;
	margin: 10px;
	padding-bottom: 8px;
}
.point01 .point_set .point_title span.num {
	border-radius: 10px;
	display: block;
	font-size: 14px;
	margin: 10px auto;
	padding: 5px;
	text-align: center;
	width: 70%;
}
.point01 .point_set p {
	padding:10px;
}

.point01 img {
	margin-bottom:15px;
	width:280px;
}

/*------------------------------------------
■ ポイント02
------------------------------------------*/
.point02 .point_set {
	border: 2px solid;
	margin: 0 auto 10px;
	padding:15px;
	background-color: #ffffff;
}
.point02 .point_title {
	border-bottom: 2px dashed;
	font-weight: bold;
	margin: 0 0 15px;
	padding:0 0 8px;
	line-height:180%;
	font-size:110%;
}
.point02 .point_set .point_title span.num {
	border-radius: 5px;
	font-size: 14px;
	font-weight: bold;
	line-height: 10px;
	margin-right: 5px;
	padding: 3px 10px;
}
.point02 .point_set p {
}

.point01 img {
	margin-bottom:15px;
	width:280px;
}

/*------------------------------------------
■ STEP
------------------------------------------*/
.step_set {
	border: 2px solid;
	margin: 10px auto;
	padding: 0 10px 10px;
}
.step_title {
	border-bottom: 2px dashed;
	font-weight: bold;
	line-height: 260%;
	margin: 10px 0;
	padding: 0 5px 0px 0px;
}
.step_title2 {
	border-bottom: 2px dashed;
	font-weight: bold;
	line-height: 140%;
	margin: 10px 0;
	padding: 0 5px 0px 0px;
}
.s_block {
	display: block;
	float: left;
	font-size: 96%;
	height: 35px;
	line-height: 268%;
	margin-bottom: 10px;
	margin-right: 5px;
	padding: 0 9px;
	text-align: center;
	width: 16%;
}

.step_set img{
	width:250px;
	}


/*------------------------------------------
■ お客様の声
------------------------------------------*/
.voice_set {
	background: none repeat scroll 0 0 #ffffff;
	border: 5px solid #efefef;
	margin: 0 auto 10px;
	padding: 20px;
}
.voice .voice_title {
	border-bottom: 2px dashed #987c31;
	color: #987c31;
	font-size: 14px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
/*------------------------------------------
■ お客様の声
------------------------------------------*/
ul.bxslider .voice_set {
	background: none repeat scroll 0 0;
	border: 5px solid;
	margin: 0 auto 10px;
	padding: 20px;
}
ul.bxslider .voice .voice_title {
	border-bottom: 2px dashed;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
ul.bxslider .voice_right {
	margin:0 10px 10px 10px;
}
/*------------------------------------------
■ 良くある質問
------------------------------------------*/
.faq .faq_set {
	border: 1px solid;
	border-radius: 5px;
	margin: 0 auto 10px;
	padding: 15px;
}
.faq .faq_title {
	border-bottom: 2px dashed;
	font-size: 15px;
	font-weight: bold;
	line-height: 160%;
	margin: 0 0 10px;
	padding-bottom: 5px;
}
.faq .faq_set .faq_title span.q {
	font-size: 120%;
	margin: 0 10px 0 0;
	text-align: center;
}
.faq .faq_set span.a {
	font-size: 120%;
	margin: 0 10px 0 0;
	text-align: center;
	font-weight:bold;
}
.faq .faq_set p {
	padding:0px;
}


.faq .faq_set span {
	padding:3px;
}


/*------------------------------------------
■ staff
------------------------------------------*/

.staff_set{
	padding-top:10px;}


/*------------------------------------------
■ ブロック
------------------------------------------*/
.block_left {
}
.block_right {
}
.room {
	padding: 10px;
}
/*------------------------------------------
■ 会社概要
------------------------------------------*/

/*------------------------------------------
■ アクセス
------------------------------------------*/
.map_area {
	font-size: 12px;
	margin: 15px auto;
}
.map_in {
	display: block;
	height: 300px;
	margin: 0 auto;
	width: 90%!important;
}
/*------------------------------------------
■ テーブル
------------------------------------------*/
.table01 {
	font-size: 70%;
	margin: 10px auto;
	width: 100%;
}
.table01 th {
	padding: 5px 5px;
	text-align: left;
	width: 30%;
	border: 1px solid;
}
.table01 td {
	padding: 5px 5px;
	border: 1px solid;
}
.table02 {
	margin: 20px auto;
	width: 100%;
}
.table02 th {
	border: 1px solid;
	padding: 5px;
}
.table02 td {
	padding: 5px;
	border: 1px solid;
	font-size:85%;
}
.table02 td.td_c {
	text-align: center;
}
.table02 td.td_r {
	text-align: right;
}
.table03 {
	font-size: 70%;
	margin: 10px auto;
	width: 100%;
}
.table03 th {
	padding: 5px 5px;
	text-align: left;
	width: 30%;
	border: 1px solid;
}
.table03 td {
	padding: 5px 5px;
	border: 1px solid;
}
/*------------------------------------------
■　box_e 整体「保険治療0円」
------------------------------------------*/
.box_e {
	border-radius: 5px 5px 5px 5px;
	margin: 0px auto;
	padding: 10px 0 5px;
}
.box_e_title {
	font-weight: bold;
	padding: 0 10px;
}
.box_e .box_e_in {
	margin:5px 5px 0;
	padding: 5px 10px 10px;
}
.box_e .st {
	border-radius: 5px;
	font-weight: bold;
	letter-spacing: 0.09em;
	margin: 10px auto;
	padding: 5px 20px;
}
.st_a {
	border-left: 10px solid;
	font-weight: bold;
	margin: 0px auto 10px;
	padding-left: 12px;
}
.st_area {
	border: 1px dashed;
	margin: 10px auto 0;
	padding: 10px;
}
/*------------------------------------------
■ フォーム部分
------------------------------------------*/
.form_area {
	margin: 40px auto;
}
/* --フォームテーブルの部分-- */
.table_box {
	border-top: 1px dashed;
	margin: 10px auto;
}
.inq_box {
	display: block;
	margin: 0 auto;
	padding: 0 0 20px 0;
	border-bottom: 1px dashed;
	overflow: hidden;
}
.inq_box_title {
	border-left: 8px solid;
	display: block;
	font-weight: bold;
	margin: 10px auto 0;
	padding-left: 5px;
}
.inq_box_txt {
	display: block;
	float: left;
	line-height: 140%;
	margin: 0 auto;
	padding-bottom: 0;
	padding-left: 0;
	padding-top: 10px;
}
input, textarea, select {
	font-size: 14px;
	margin: 5px auto;
	padding: 5px;
}
input[type=text]:focus, textarea:focus, select:focus {
	outline: 0;
}
/*------------------------------------------
■ フッター
------------------------------------------*/
#footer {
	display: block;
	text-align: center;
	margin: 10px auto 0;
	padding: 0;
	font-size: 12px;
	line-height: 1.8;
}
.footer_btn {
	border: 1px solid;
	box-shadow: 0 1px 2px #CCCCCC;
	text-shadow: 0 1px 0 #EEEEEE;
	color: #000000;
	display: block;
	font-weight: bold;
	padding: 8px 10px;
	text-align: left;
}
#footer a {
	font-size: 12px;
}
.copyright {
	font-size: 10px;
	padding: 5px;
}
/*■■■■■■■■■■■■■■■■■■■■■■
　　サブページ設定
■■■■■■■■■■■■■■■■■■■■■■*/

/*------------------------------------------
■ サブページ共通
------------------------------------------*/
.sub_page_title {
	border-bottom: 3px solid;
	font-weight: bold;
	margin: 10px 0;
	padding: 12px 0 10px;
	text-align: center;
	font-size: 110%;
}
#sub_page, #order_page, #privacypolicy, #law, #order_end, .privacypolicy {
	font-size: 14px;
	line-height: 140%;
	margin: 0 auto;
	padding: 10px 0;
}
.sub_page_h {
	border-bottom-color: #548e00;
	border-bottom: 2px solid;
	font-weight: bold;
	margin: 10px 0 5px;
	padding: 5px 0;
}

/*------------------------------------------
■ ボタン動き
------------------------------------------*/
.fuwafuwa {
	-webkit-animation-name:fuwafuwa;
	-webkit-animation-duration:2s;
	-webkit-animation-iteration-count:infinite;
	/*-webkit-animation-direction:alternate;*/
	-webkit-animation-timing-function:ease;
	
	-moz-animation-name:fuwafuwa;
	-moz-animation-duration:2s;
	-moz-animation-iteration-count:infinite;
	/*-moz-animation-direction:alternate;*/
	-moz-animation-timing-function:ease;
}

@-webkit-keyframes fuwafuwa {
	0% {-webkit-transform:translate(0, 0);}
	50% {-webkit-transform:translate(0, -10px);}
	100% {-webkit-transform:translate(0, 0);}
}
@-moz-keyframes fuwafuwa {
	0% {-moz-transform:translate(0, 0);}
	50% {-moz-transform:translate(0, -10px);}
	100% {-moz-transform:translate(0, 0);}
}