@charset "utf-8";
/*■■■■■■■■■■■■■■■■■■■■■■
　　共通設定
■■■■■■■■■■■■■■■■■■■■■■*/

/*------------------------------------------
■ 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;
}
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;
}
input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
*font-size:100%;
	max-width: 100%;
}
/*------------------------------------------
■ リンク設定
------------------------------------------*/
a img {
	border: none;
}
a {
	color: #0066cc;
	text-decoration: none;
}
a:hover {
	color: #FF3399;
	text-decoration: none;
	opacity: 0.9;/*--IE,FF対応--*/
	filter: alpha(opacity=90);
	-ms-filter: "alpha( opacity=90)";
}
a:visited {
	color: #993399;
	text-decoration: underline;
}
/*------------------------------------------
■ リンク画像のhover半透明化設定
------------------------------------------*/
a:hover img {
	opacity: 0.85;/*--IE,FF対応--*/
	filter: alpha(opacity=85);
	-ms-filter: "alpha( opacity=85)";
}
/*------------------------------------------
■ float対策
------------------------------------------*/
.fcl {
	zoom: 100%;
}
.fcl:after {
	content: " ";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
/*------------------------------------------
■ 画像回り込み
------------------------------------------*/
.img_left {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
.img_right {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}
.img_center {
	display: block;
	margin: 0 auto;
	clear: both;
	text-align: center;
}
.size_s {
}
.size_m {
	box-shadow: 0 0 5px #ccc;
}
.size_l {
}
.max_w {
}
/*------------------------------------------
■ テキスト装飾
------------------------------------------*/
.txt_bold {
	font-weight: bold;
}
.txt_small {
	font-size: 78%;
}
.txt_big {
	font-size: 120%;
}
.txt_right {
	text-align: right;
}
.txt_red {
	color: #DE4E25;
}
.txt_blue {
	color: #0066cc;
}
.txt_orange {
	color: #ff7900;
}
.txt_keycolor {
	color: #80bd1a;
}
.txt_marker {
	background-color: #FFFF00;
}
.txt_underline {
	border-bottom: 1px dashed #bbbbbb;
	margin-bottom: 2px;
}
.f18 {
	font-size: 18px;
}
.f20 {
	font-size: 20px;
}
.f24 {
	font-size: 24px;
	line-height: 140%;
}
.f28 {
	font-size: 28px;
	line-height: 140%;
}
.f38 {
	font-size: 38px;
	line-height: 140%;
}
.f40 {
	font-size: 40px;
	line-height: 140%;
}
.f48 {
	font-size: 48px;
	line-height: 140%;
}
.ffg {
	font-family: "FOT-筑紫A丸ゴシック Std D";
}
.ffm {
	font-family: "FOT-筑紫明朝 Pr5 B";
}
/*------------------------------------------
■ PC・スマホ切り替え用
------------------------------------------*/
.pc_none {
	display: none !important;
}
.sp_none {
}
/*■■■■■■■■■■■■■■■■■■■■■■
　　各コンテンツ　【　基本設定　】
■■■■■■■■■■■■■■■■■■■■■■*/

/*------------------------------------------
■ メイン設定
------------------------------------------*/
body {
	/*background-color:#FDFBE2;*/   background-color: #fff;
	color: #444444;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Geneva, Arial, Verdana, sans-serif;
	font-size: 16px;
	line-height: 200%;
	width: 100%;
	min-width: 1200px;
}
/*--幅100％の場合--*/
#wrap {
	margin: 0 auto;
}
/*--幅1100pxで区切る場合
#wrap {
background-color: #ffffff;
box-shadow: 0 10px 10px #999999;
margin: 0 auto;
width: 1100px;
}
--*/

#frame {
	padding: 0px;
	margin: 0 auto;
}
#main {
	padding: 0px;
	margin: 0 auto;
}
.section {
	clear: both;
	margin: 0 auto 50px;
}
/*------------------------------------------
■　box
------------------------------------------*/
.box {
	clear: both;
	margin: 50px auto 0;
	width: 1074px;
	padding: 0;
}
.box_bg {
	background: transparent url("../img/bg01.gif") repeat scroll center 0;
	padding: 30px 40px 40px;
}
.box_border {
	background-color: #ffffff;
	border: 1px solid #836a2c;
	margin: 50px auto;
	padding: 40px;
}
.box_01 {
	background: #ffffff url("../img/9.png") no-repeat scroll center 0;
	border: 3px solid #5eb0e5;
	border-radius: 10px;
	/*box-shadow: 3px 3px 3px #cccccc;*/
	margin: 50px auto;
	padding: 0px opx 40px;
	overflow: hidden;
}
.mbTit30 {
	margin-bottom: 10px;
}
/*------------------------------------------
■　box_a
------------------------------------------*/
.box_a {
	background: transparent url("../img/box_a_in.png") repeat-y scroll center top;
	margin: 50px auto;
	padding: 0;
	width: 1000px;
}
.box_a_in {
	background: transparent url("../img/box_a_top.png") no-repeat scroll center top;
	margin: 0 auto;
	padding: 70px;
}
.box_a_bottom {
	background: transparent url("../img/box_a_bottom.png") no-repeat scroll center bottom;
	margin: 0 auto;
	padding: 0 0 0px;
}
/*------------------------------------------
■　txt_area
------------------------------------------*/
.txt_area {
	margin: 20px auto;
	padding: 30px;
}
/*
.txt_area_bg {
background: #fdfbe2 url("../img/bg08.gif") repeat scroll center 0;
border-radius: 10px;
margin: 20px auto;
padding: 30px;
}
*/

.txt_area_bg {
	border: #5eb0e5 3px solid;
	border-radius: 10px;
	margin: 20px auto;
	padding: 30px;
	background: #fff;
}
.txt_area_bg p.mds {
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 15px;
}
.p_stepL {
	padding: 0;
	float: left;
	margin-right: 15px;
}
.p_stepTit {
	height: 40px;
	font-size: 40px;
	font-weight: bold;
	float: left;
	line-height: 80px;
}
.p_stepTex {
	width: 70%;
	float: left;
	padding-top: 20px;
}
.p_stepTex02 {
	width: 100%;
	padding-top: 40px;
}
.p_pointTitle {
	padding: 4px 12px;
	border-left: 8px solid #0ab311;
	float: left;
	font-weight: bold;
	margin-right: 15px;
}
.p_pointTitle span {
	font-size: 38px;
	font-weight: bold;
}
.txt_area_border {
	background: #FDFBE2 url("../img/bg01.gif") repeat scroll center 0;
	border: 1px dashed #ff9a22;
	margin: 20px auto;
	padding: 30px;
}
/*------------------------------------------
■　reason_box
------------------------------------------*/
.reason_box {
	background: url("../img/text_bg00.png") no-repeat scroll top center;
	padding: 30px 10px;
	height: 514px;
}
.reason_txt {
	margin: 0 auto;
	padding: 20px 434px 20px 32px;
}
.reason_in {
	margin: 20px auto;
}
/*------------------------------------------
■ h1
------------------------------------------*/
h1 {
	background-color: #5eb0e5;
	color: #ffffff;
	font-size: 10px;
	height: 18px;
	line-height: 18px;
	margin: 0 auto;
}
.h1_txt {
	display: block;
	margin: 0 auto;
	width: 1000px;
}
/*------------------------------------------
■ ヘッダーエリア
------------------------------------------*/
#header {
	background: transparent url("../img/head_bg.png") repeat-x scroll bottom left;
	color: #333;
	height: 96px;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}
#header_in {
	height: 85px;
	margin: 0 auto;
	position: relative;
	width: 1000px;
}
#header .header_logo {
	left: 0;
	position: absolute;
	top: 10px;
}
#header .header_txt {
	font-size: 12px;
}
#header .header_txt2 {
	line-height: 120%;
	font-size: 12px;
}
#header_in .header_tel {
	text-align: left;
	line-height: 150%;
	position: absolute;
	right: 275px;
	top: 15px;
}
#header_in .header_tel_number {
	background: transparent url("../img/tel_icon_small.gif") no-repeat scroll 8px 0px;
	color: #227dda;
	cursor: default;
	display: block;
	font-size: 34px;
	line-height: 34px;
	white-space: nowrap;
}
#header_in .header_btn a {
	display: block;
	padding: 0;
	position: absolute;
	right: 0;/*top: 20px;*/

}
/*------------------------------------------
■TOP
------------------------------------------*/
#top_bg {
	background: #ffffff url("../img/main_bg.jpg") repeat-x scroll bottom center;
	background-size: 100% auto;
}
#top, .top {
	margin: 0 auto;
	text-align: center;
}
/*------------------------------------------
  ■free_inquiry
------------------------------------------*/
.free {
	background: #5eb0e5;
	clear: both;
	margin: 0 auto 0;
	padding: 0;
	text-align: center;
}
.free_inquiry {
	width: 1034px;
	margin: 0 auto;
	padding: 50px 0;
}
.free_copy01 {
	background: #ece558 none repeat scroll 0 0;
	border-radius: 30px;
	color: #5d4f42;
	font-family: "FOT-筑紫A丸ゴシック Std D";
	font-size: 28px;
	margin: 0 auto 15px;
	padding: 12px 40px;
	text-align: center;
	width: 74%;
}
.free_copy02 {
	color: #ffffff;
	font-family: "FOT-筑紫A丸ゴシック Std D";
	font-size: 22px;
	line-height: 120%;
	margin: 0 auto 20px;
	text-align: center;
}
h3.free {
	display: block;
}
h3.free .db {
	display: block;
}
.free_area {
	background-color: #ffffff;
}
.free_area_bg {
	background: url(../img/5.png) no-repeat;
	width: 100%;
	height: 300px;
	position: relative;
}
.free_area_bg2 {
	background: url(../img/5_02.png);
	width: 100%;
	height: 300px;
	position: relative;
}
.free_area_bg-P3 {
	background: url(../img/5-3.png);
	width: 100%;
	height: 300px;
	position: relative;
}
.order_btn {
	position: absolute;
	right: 10px;
	bottom: 8px;
}
.order_left_t {
	width: 45%;
	text-align: left;
	position: absolute;
	left: 35px;
	bottom: 15px;
}
.plain_read {
	font-size: 12px;
	line-height: 40px;
	padding-left: 2px;
}
.plain {
	color: #000;
	font-size: 34px;
	font-weight: bold;
	line-height: 35px;
}
.plain img {
	vertical-align: top;
}
/*==========追加分==========*/
.order_btn2 {
	position: absolute;
	right: 10px;
	bottom: 15px;
	width: 95%;
}
.tel {
	float: left;
	text-align: left;
}
.tel img {
	position: absolute;
}
.tel strong {
	font-size: 40px;
	margin-left: 50px;
}
.tx_yellow {
	color: #ffff00;
}
.tx_34 {
	font-size: 34px;
}
/*==========追加分END==========*/

.free_left {
	float: left;
}
.free_image {
	margin: 20px 0px 20px 20px;
}
.free_right {
	float: right;
	width: 519px;
}
.free_right_in {
	margin: 20px;
}
/*　▼テキスト▼　*/
.order p.txt_cap {
	font-size: 16px;
	line-height: 100%;
	margin-top: 0;
}
.order p.order_time {
	font-size: 14px;
	line-height: 140%;
	margin-top: 2px;
	text-align: left;
}
/*　▼TEL番号エリア▼　*/
.order .txt_tel {
	background: transparent url("../img/tel_icon_big.gif") no-repeat scroll 0 -4px;
	color: #444444;
	display: block;
	font-size: 42px;
	font-weight: bold;
	line-height: 100%;
	margin: 0 auto;
	padding-top: 12px;
	text-align: left;
	text-indent: 60px;
}
.order a.txt_tel {
	display: none;
}
/*　▼ボタンエリア▼　*/
.order_mail a {
	display: block;
	margin: 10px auto;
	padding: 0;
	width: 480px;
}
.free_mail a {
	display: block;
	margin: 10px auto;
	padding: 0;
	width: 480px;
}
.plain {
	white-space: nowrap;
}
/*------------------------------------------
■order
------------------------------------------*/
.order {
	background: #7cc01f url("../img/order_bg.png") repeat scroll 0 center;
	clear: both;
	margin: 0 auto 0;
	padding: 0;
	text-align: center;
}
.order_in {
	width: 1000px;
	margin: 0 auto;
	padding: 50px 0;
}
.order_copy01 {
	background: #ece558 none repeat scroll 0 0;
	border-radius: 30px;
	color: #5d4f42;
	font-family: "FOT-筑紫A丸ゴシック Std D";
	font-size: 28px;
	margin: 0 auto 15px;
	padding: 12px 40px;
	text-align: center;
	width: 74%;
}
.order_copy02 {
	color: #ffffff;
	font-family: "FOT-筑紫A丸ゴシック Std D";
	font-size: 40px;
	line-height: 120%;
	margin: 0 auto 20px;
	text-align: center;
	text-shadow: 1px 1px 1px #222222;
}
h3.copy {
	display: none;
}
.order_area {
	background-color: #ffffff;
}
.order_left {
	float: left;
}
.order_image {
	margin: 20px 0px 20px 20px;
}
.order_right {
	float: right;
	width: 519px;
}
.order_right_in {
	margin: 20px;
}
/*　▼テキスト▼　*/
.order p.txt_cap {
	font-size: 16px;
	line-height: 100%;
	margin-top: 0;
}
.order p.order_time {
	font-size: 14px;
	line-height: 140%;
	margin-top: 2px;
	text-align: left;
}
/*　▼TEL番号エリア▼　*/
.order .txt_tel {
	background: transparent url("../img/tel_icon_big.gif") no-repeat scroll 0 -4px;
	color: #444444;
	display: block;
	font-size: 42px;
	font-weight: bold;
	line-height: 100%;
	margin: 0 auto;
	padding-top: 12px;
	text-align: left;
	text-indent: 60px;
}
.order a.txt_tel {
	display: none;
}
/*　▼ボタンエリア▼　*/
.order_mail a {
	display: block;
	margin: 10px auto;
	padding: 0;
	width: 480px;
}
.plain {
	white-space: nowrap;
}
/*------------------------------------------
■ h4タイトル
------------------------------------------*/

/*--幅100％の場合
h4.title {
background:transparent url("../img/title_bg.png") repeat scroll center 0;
color: #6e3800;
display: block;
font-family: "FOT-筑紫A丸ゴシック Std D";
font-size: 44px;
font-weight: bold;
letter-spacing: 0.1em;
padding: 0;
text-align: center;
text-shadow: 2px 2px 2px #ffffff;
box-shadow: 0 0 3px #6e6e6e;
height: 120px;
line-height: 120px;
}
---*/

/*--幅1100pxで区切る場合--*/
h4.title {
	background: transparent url("../img/title_bg.png") no-repeat scroll center 0;
	display: block;
	font-size: 38px;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding: 0 0 0 60px;
	text-align: center;
	margin: 40px auto 40px;
	height: 67px;
	line-height: 67px;
}
h4.title_top {
	margin-top: 20px;
}
h4.title img {
/*margin:-70px 20px 0 0;*/
}
/*------------------------------------------
■ サブタイトル装飾（基本値）
------------------------------------------*/
.sub_title_a {
	border-left: 10px solid #80bd1a;
	font-size: 22px;
	font-weight: bold;
	line-height: 130%;
	margin: 20px auto;
	padding-left: 12px;
}
.sub_title_b {
	border-bottom: 3px solid #8e7227;
	font-family: "FOT-筑紫明朝 Pr5 B";
	font-size: 30px;
	font-weight: bold;
	margin: 20px auto;
	padding: 10px 0;
}
.sub_title_c {
	border-color: #80bd1a;
	border-image: none;
	border-style: solid;
	border-width: 0 0 1px 15px;
	font-family: "FOT-筑紫A丸ゴシック Std D";
	font-size: 26px;
	font-weight: bold;
	line-height: 130%;
	margin: 20px auto;
	padding: 5px 20px 10px;
}
.sub_title_d {
	background-color: #80bd1a;
	border-radius: 5px;
	color: #ffffff;
	font-family: "FOT-筑紫A丸ゴシック Std D";
	font-size: 32px;
	letter-spacing: 0.09em;
	line-height: 110%;
	margin: 20px auto;
	padding: 15px 30px 18px;
	text-align: center;
	text-shadow: 1px 1px 1px #2b2b2b;
}
.sub_title_e {
	font-family: "FOT-筑紫A丸ゴシック Std D";
	font-size: 34px;
	font-weight: bold;
	letter-spacing: 0.09em;
	line-height: 130%;
	margin: 20px auto;
	padding: 5px 0 15px;
}
.sub_title_f {
	background-color: #e8e4bb;
	border-left: 20px solid #80bd1a;
	font-family: "FOT-筑紫A丸ゴシック Std D";
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 0.09em;
	margin: 20px auto;
	padding: 15px 20px;
}
.sub_title_g {
	background-color: #e3e0d2;
	border-left: 10px solid #7b4c3a;
	font-size: 24px;
	letter-spacing: 0.09em;
	margin: 20px auto;
	padding: 15px 30px;
}
.sub_title_h {
	border-bottom: 2px dashed #8e7227;
	color: #8e7227;
	font-family: "FOT-筑紫明朝 Pr5 B";
	font-size: 30px;
	font-weight: bold;
	line-height: 130%;
	margin: 20px auto;
	padding: 0 0 15px;
	text-align: center;
}
/*■■■■■■■■■■■■■■■■■■■■■■
　　流用コンテンツ　【　良く使うカテゴリ　】
■■■■■■■■■■■■■■■■■■■■■■*/

/*------------------------------------------
■ リストのチェックアイコン
------------------------------------------*/
ul {
	list-style: none outside none;
}
ul li.icon_check {
	background: url("../img/icon_check.png") no-repeat scroll 0 0;
	padding-left: 34px;
}
.icon_check {
	background: url("../img/icon_check.png") no-repeat scroll 0 2px;
	font-size: 140%;
	font-weight: bold;
	padding-left: 34px;
}
/*------------------------------------------
■ list_box
------------------------------------------*/
.list_box_01, .list_box_02, .list_box_03, .list_box_04, .list_box_05 {
	border-radius: 15px;
	box-shadow: 5px 5px 5px #cfcfcf;
	height: 560px;
	margin-bottom: 35px;
}
.list_box_01 {
	background: transparent url("../img/list_box_001.png") no-repeat scroll right 0;
}
.list_box_02 {
	background: transparent url("../img/list_box_002.png") no-repeat scroll right 0;
}
.list_box_03 {
	background: transparent url("../img/list_box_003.png") no-repeat scroll right 0;
}
.list_box_04 {
	background: transparent url("../img/list_box_004.png") no-repeat scroll right 0;
}
.list_box_05 {
	background: transparent url("../img/list_box_005.png") no-repeat scroll right 0;
}
.trouble ul {
	line-height: 140%;
	margin: 0 10px;
	padding: 100px 36px 47px 390px;
	width: 560px;
}
.trouble ul li.icon_check {
	background: url("../img/icon_check.png") no-repeat scroll 0 32px transparent;
	font-size: 27px;
	line-height: 100%;
	list-style: outside none none;
	margin: 0;
	padding-bottom: 10px;
	padding-left: 35px;
	padding-top: 30px;
	font-family: "FOT-筑紫A丸ゴシック Std D";
}
/*------------------------------------------
■ ポイント01
------------------------------------------*/
.point01 {
	margin: 50px auto;
}
.point01 .point_set {
	background: #ffffff url("../img/bg01.gif") repeat scroll center 0;
	border-radius: 10px;
	box-shadow: 2px 2px 2px #ababab;
	float: left;
	margin: 10px;
	min-height: 660px;
	padding: 0;
	width: 480px;
}
.point01 .point_title {
	border-bottom: 4px dotted #ff9a22;
	color: #000000;
	font-family: "FOT-筑紫A丸ゴシック Std D";
	font-size: 26px;
	font-weight: bold;
	margin: 20px 10px;
	padding-bottom: 10px;
	text-align: center;
}
.point01 .point_set .point_title span.num {
	background-color: #ff9a22;
	border-radius: 50px;
	color: #ffffff;
	display: block;
	font-size: 24px;
	height: 50px;
	line-height: 47px;
	margin: 10px auto;
	padding: 0;
	text-align: center;
	width: 150px;
}
.point01 .point_set p {
	padding: 0 30px 30px;
	font-size: 15px;
}
.point01 img {
	margin-bottom: 15px;
}
/*------------------------------------------
■ ポイント02
------------------------------------------*/

.point02 .point_set {
	background: transparent url("../img/bg01.gif") repeat scroll center 0;
	border-radius: 10px;
	box-shadow: 3px 3px 3px #cccccc;
	margin: 0 auto 40px;
	padding: 35px;
}
.point02 .point_title {
	border-bottom: 2px dashed #ff9a22;
	color: #000000;
	font-family: "FOT-筑紫A丸ゴシック Std D";
	font-size: 30px;
	font-weight: bold;
	line-height: 150%;
	margin: 0 auto 20px;
	padding-bottom: 10px;
}
.point02 .point_set .point_title span.num {
	background-color: #ff9a22;
	border-radius: 50px;
	color: #ffffff;
	display: block;
	float: left;
	font-size: 24px;
	margin: 0 10px 0 0;
	padding: 0;
	text-align: center;
	height: 46px;
	line-height: 46px;
	width: 46px;
}
.point02 .point_set .img_right, .point02 .point_set .img_left {
	margin-bottom: 0;
	width: 320px;
}
/*------------------------------------------
■ STEP
------------------------------------------*/
.step_area {
	background: transparent url("../img/bg01.gif") repeat scroll center 0;
	border-radius: 10px;
	font-size: 16px;
	margin: 60px auto;
	padding: 30px 40px;
	width: 900px;
}
.step_set {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 10px;
	box-shadow: 2px 2px 2px #a8a8a8;
	font-size: 16px;
	margin: 15px auto;
	padding: 25px 30px 15px;
}
.step_title {
	border-bottom: 2px dashed #82c21e;
	color: #412c1b;
	font-family: "FOT-筑紫A丸ゴシック Std D";
	font-size: 30px;
	letter-spacing: 0.04em;
	line-height: 120%;
	margin: 0 auto 10px;
	padding: 0 0 10px;
}
.s_block {
	border-left: 10px solid #82c21e;
	color: #82c21e;
	font-size: 28px;
	font-weight: bold;
	margin-right: 15px;
	padding: 0 20px;
}
/*------------------------------------------
■ お客様の声
------------------------------------------*/
.voice_area {
	background: transparent url("../img/bg01.gif") repeat scroll center 0;
	border-radius: 20px;
	padding: 40px 40px 1px;
}
.voice_set {
	background: transparent url("../img/bg07.gif") repeat scroll center 0;
	border-radius: 10px;
	box-shadow: 2px 2px 2px #666666;
	margin: 0 auto 40px;
	padding: 40px;
}
.voice .voice_title {
	border-bottom: 2px dashed #795d20;
	color: #795d20;
	font-size: 28px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	font-family: "FOT-筑紫A丸ゴシック Std D";
}
/*------------------------------------------
■ お客様の声
------------------------------------------*/
ul.bxslider {
}
ul.bxslider li {
	background: transparent url("../img/bg08.gif") repeat scroll center 0;
	font-size: 16px;
	margin: 0 auto;
	padding: 40px 45px 40px;
}
ul.bxslider .voice_right {
	border-radius: 5px;
	float: right;
	margin: 10px 0px 10px 0;
	width: 510px;
}
ul.bxslider .voice_title {
	border-bottom: 2px solid #ffa119;
	color: #000000;
	font-family: "FOT-筑紫A丸ゴシック Std D";
	font-size: 28px;
	font-weight: bold;
	line-height: 140%;
	margin: 15px 15px 10px;
	padding: 10px;
}
ul.bxslider .voice .txt_area {
	font-size: 15px;
	padding: 10px 20px 20px;
}
ul.bxslider .voice_name {
	font-size: 90%;
	font-weight: bold;
	padding: 10px 20px 20px;
	text-align: right;
}
/*------------------------------------------
■ 良くある質問
------------------------------------------*/

.faq_area {
	background: transparent url("../img/bg01.gif") repeat scroll center 0;
	border-radius: 20px;
	padding: 40px 40px 10px;
}
.faq .faq_set {
	background-color: #ffffff;
	border: 5px solid #efefef;
	border-radius: 20px;
	margin: 0 auto 30px;
	padding: 30px;
}
.faq .faq_title {
	border-bottom: 2px dashed #ff9a22;
	font-family: "FOT-筑紫A丸ゴシック Std D";
	font-size: 26px;
	font-weight: bold;
	line-height: 42px;
	margin: 0 0 10px;
	padding-bottom: 15px;
}
.faq .faq_set .faq_title span.q {
	background-color: #ff9a22;
	border-radius: 45px;
	color: #ffffff;
	display: block;
	float: left;
	font-size: 24px;
	height: 45px;
	line-height: 45px;
	margin: 0 10px 0 0;
	padding: 0;
	text-align: center;
	width: 45px;
}
.faq .faq_set span.a {
	background-color: #82C21E;
	border-radius: 45px;
	color: #ffffff;
	display: block;
	float: left;
	font-size: 24px;
	height: 45px;
	line-height: 45px;
	margin: 0 10px 0 0;
	padding: 0;
	text-align: center;
	width: 45px;
}
.faq .faq_set p {
	padding: 0px;
}
/*------------------------------------------
■ ブロック
------------------------------------------*/
.block_left {
	float: left;
	width: 35%;
}
.block_right {
	float: right;
	width: 64%;
}
.room {
	padding: 15px;
}
.block_left2 {
	float: left;
	width: 64%;
}
.block_right2 {
	float: right;
	width: 35%;
}
/*------------------------------------------
■ 会社概要
------------------------------------------*/
.ceo {
	font-size: 15px;
}
/*------------------------------------------
■ アクセス
------------------------------------------*/
.map_area {
	font-size: 16px;
	line-height: 100%;
	margin: 40px auto 0;
	text-align: right;
}
.map_in {
	display: block;
	height: 600px;
	margin: 0 auto;
	width: 100%;
}
/*------------------------------------------
■ テーブル01
------------------------------------------*/
.table01 {
	font-size: 18px;
	margin: 50px auto;
	width: 100%;
}
.table01 th {
	background-color: #e6e3d5;
	border: 1px solid #adadad;
	font-weight: normal;
	padding: 30px;
	text-align: left;
}
.table01 td {
	background-color: #FFFFFF;
	padding: 30px;
	border: 1px solid #adadad;
}
.table01 th.th01 {
	width: 30%;
	text-align: center;
}
/*------------------------------------------
■ テーブル02
------------------------------------------*/
.table02 {
	margin: 3px auto;
	width: 100%;
	font-size: 18px;
}
.table02 th {
	background-color: #efefef;
	border: 1px solid #888888;
	line-height: 140%;
	padding: 10px;
	text-align: center;
}
.table02 td {
	background-color: #ffffff;
	border: 1px solid #888888;
	line-height: 150%;
	padding: 15px;
	width: 50%;
}
.table02 td.td_c {
	font-size: 115%;
	text-align: center;
}
.table02 td.td_w {
	width: 15%;
}
.table02 td.td_r {
	text-align: right;
}
/*------------------------------------------
■ テーブル03
------------------------------------------*/
.table03 {
	margin: 0px auto;
	width: 860px;
}
.table03 th {
	background: #f7f5dc none repeat scroll 0 0;
	border-bottom: 1px solid #987c31;
	border-right: 4px solid #fdfbe2;
	font-weight: normal;
	padding: 30px;
	text-align: left;
	width: 20%;
}
.table03 td {
	background: #fffff3 none repeat scroll 0 0;
	border-bottom: 1px solid #987c31;
	padding: 30px;
}
/*------------------------------------------
■　box_e 整体「保険治療0円」
------------------------------------------*/
.box_e {
	background-color: #dedbb7;
	border-radius: 5px 5px 5px 5px;
	margin: 0px auto;
	padding: 20px 40px 40px;
}
.box_e_title {
	border-bottom: 2px dotted #513c36;
	color: #513c36;
	font-family: "FOT-筑紫A丸ゴシック Std D";
	font-size: 28px;
	letter-spacing: 0.02em;
	line-height: 130%;
	margin: 0 auto 10px;
	padding: 0 0 10px;
}
.box_e .box_e_in {
	background: #fafafa none repeat scroll 0 0;
	padding: 5px 30px 30px;
	text-align: left;
}
.zero {
	display: block;
	width: 100%;
}
.st {
	background-color: #503B35;
	border-radius: 5px;
	color: #ffffff;
	font-family: "FOT-筑紫A丸ゴシック Std D";
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0.09em;
	margin: 30px auto 20px;
	padding: 10px 30px 12px;
}
.st_a {
	border-left: 10px solid #de4e25;
	font-size: 20px;
	font-weight: bold;
	line-height: 130%;
	margin: 0px auto 10px;
	padding-left: 12px;
}
.st_area {
	background-color: #e9e9e9;
	border: 1px dashed #de4e25;
	margin: 30px auto 0;
	padding: 20px;
}
/*------------------------------------------
■ フォーム部分
------------------------------------------*/
.form_area {
	margin: 40px auto;
}
/* --フォームテーブルの部分-- */
.table_box {
	border-top: 1px dashed #666666;
	margin: 50px auto;
	width: 90%;
}
.inq_box {
	border-bottom: 1px dashed #666666;
	display: block;
	font-size: 16px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 0 30px;
}
.inq_box_top {
	border-top: #cccccc 1px solid;
}
.inq_box_title {
	border-left: 8px solid #4a4a4a;
	float: left;
	font-weight: bold;
	line-height: 150%;
	margin-top: 40px;
	padding-left: 12px;
	width: 260px;
}
.inq_box_txt {
	display: block;
	float: left;
	line-height: 140%;
	padding-left: 20px;
	padding-top: 30px;
	width: 450px;
}
input, textarea, select {
	font-size: 16px;
	margin: 5px auto;
	padding: 5px;
}
input[type=text]:focus, textarea:focus, select:focus {
	outline: 0;
	background-color: #FFFFDD;
}
input[type=submit] {
	border: 1px solid #67c409;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 10px 10px 10px 10px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #83f411;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#83f411), to(#008c00));
	background-image: -webkit-linear-gradient(top, #83f411, #008c00);
	background-image: -moz-linear-gradient(top, #83f411, #008c00);
	background-image: -ms-linear-gradient(top, #83f411, #008c00);
	background-image: -o-linear-gradient(top, #83f411, #008c00);
	background-image: linear-gradient(to bottom, #83f411, #008c00);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#83f411, endColorstr=#008c00);
}
/*------------------------------------------
■ フッター
------------------------------------------*/
#footer {
	display: block;
	font-size: 14px;
	height: auto;
	line-height: 180%;
	margin: 30px auto 0;
	padding: 25px 0 0;
	text-align: center;
	width: 100%;
}
.copyright {
	background-color: #5eb0e5;
	color: #FFFFFF;
	height: 40px;
	margin: 15px auto 0;
	padding-top: 15px;
}
/*■■■■■■■■■■■■■■■■■■■■■■
　　サブページ設定
■■■■■■■■■■■■■■■■■■■■■■*/

/*------------------------------------------
■ サブページ共通(プライバシーポリシーなど)
------------------------------------------*/
#sub_page, #order_page, #privacypolicy, #law, #order_end, .privacypolicy {
	font-size: 15px;
	padding: 20px 0;
	width: 1000px;
	margin: 0 auto;
}
.sub_page_title {
	background-color: #548e00;
	border-radius: 5px;
	color: #ffffff;
	font-size: 24px;
	font-weight: bold;
	margin: 30px auto;
	padding: 20px 0;
	text-align: center;
}
.box_sub {
	padding: 0 50px;
}
.sub_page_h {
	border-bottom: 2px solid #CCCCCC;
	font-size: 18px;
	font-weight: bold;
	line-height: 130%;
	margin: 0 0 15px;
	padding: 5px 0 3px;
}
/*------------------------------------------
■ ページトップへ戻るボタン
------------------------------------------*/
#go_top {
}
#go_top a {
	background-color: #0ab311;
	border-radius: 5px;
	bottom: 40px;
	color: #ffffff;
	display: block;
	font-size: 13px;
	font-weight: bold;
	padding: 10px 10px 8px 0;
	position: fixed;
	right: 20px;
	text-align: center;
	width: 150px;
}
/*-------------------------------------------*/


.bgq_block {
}
.qaArea {
	width: 100%;
	margin-bottom: 50px;
}
.qaBlock {
	padding: 5px 40px 60px 40px;
}
.qaBlock_I {
	width: 50px;
	margin-bottom: 100px;
	float: left;
}
.qaBlock_q {
	font-size: 40px;
	color: #ff7501;
	font-weight: bold;
	line-height: 50px;
}
.qaBlock_a {
	font-size: 16px;
}
.tb_qa td {
	padding-bottom: 50px;
}
.pdR15 {
	padding-right: 15px;
}
.box_01 img {
	max-width: 100%;
}
.Tnon {
	height: 150px !important;
}
.step_c {
	width: 100%;
	text-align: center;
	margin: 40px 0;
}
.pdxw20 {
	padding: 10px 20px;
}
.pdTop10 {
	padding-top: 10px;
}
.mg40 {
	margin: 40px auto 40px auto;
}
.mgBtm30 {
	margin-bottom: 30px;
}
.mgBtm10 {
	margin-bottom: 10px;
}
.mgLeft30 {
	margin-left: 30px;
}
