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

/*------------------------------------------
■ CSS初期設定
------------------------------------------*/
html {
	color: #000;
	background: #FFF;
}
* {
	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;
}
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;
}
input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
 *font-size:100%;
 max-width:100%;
}
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 {
	color: #b62222;
	text-decoration: none;
}
a:hover {
	color: #FF3399;
	text-decoration: none;
}
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_right2 {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}

.img_center {
	display: block;
	margin: 0 auto;
	clear: both;
}
.size_s {
}
.size_m {
	border: 2px solid #FFFFFF;
	box-shadow: 3px 3px 3px #CCCCCC;
}
.size_l {
}
.max_w {
}
/*------------------------------------------
■ テキスト装飾
------------------------------------------*/
.txt_bold {
	font-weight: bold;
}
.txt_small {
	font-size: 90%;
}
.txt_big {
	font-size: 120%;
}
.txt_right {
	text-align: right;
}
.txt_red {
	color: #cc0000;
}

.txt_wh {
	color: #FFFFFF;
}


.txt_blue {
	color: #0066cc;
}
.txt_keycolor {
	color: #ee87b4;
}
.txt_marker {
	background-color: #FFFF00;
}
.txt_underline {
	border-bottom:1px dashed #3f3f3f;
	margin-bottom: 2px;
}
.txt_box{
 background-color:#ee87b4;
 padding:2px 10px;
 margin-bottom:5px;
 width:540px;
}
/*------------------------------------------
■ PC・スマホ切り替え用
------------------------------------------*/
.pc_none {
	display: none;
}
.sp_none {
}
/*■■■■■■■■■■■■■■■■■■■■■■
　　各コンテンツ　【　基本設定　】
■■■■■■■■■■■■■■■■■■■■■■*/
/*------------------------------------------
■ メイン設定
------------------------------------------*/
body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Geneva, Arial, Verdana, sans-serif;
	color: #333333;
	font-size: 16px;
	line-height: 180%;
	background-attachment: fixed;
	background-position: center 0;
	background:#d10101;
	min-width:1100px;
	margin: 0;
	padding:0;
}
#wrap {
	/*background: url("../img/wrap_bg.png") repeat-y scroll center 0;*/
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
#frame {
background:#d10101;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	width:100%;
	
}
#top {

}

#top_bg{
	background: url("../img/top_bg.jpg") repeat-x scroll center top / 100% 100% #ffffff;
 }

#top h2 {
}
#main {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
border-radius: 10px 10px 10px 10px;
width:100%;
	
}

.content{
	width: 1000px;
	margin:0 auto;
	clear: both;
	padding:0px 0;
}
.content_w{
	width: 100%;
	clear: both;
	padding:0px 0;
}
.section {
    background-color: #ffffff;
    border-radius: 10px;
    clear: both;
    margin: 0 auto 30px;
    padding: 0;
    width: 1000px;
}

.bg01 {
	background: url("../img/bg01.jpg") repeat scroll center 0 transparent;
	padding: 30px 0px 0;
}

.bg02 {
	background-color: #fff7cb;
	padding: 0px 0 25px;
	padding-top: 25px;
}

.bg02_2 {
	background-color: #fff7cb;
	padding: 0px 0 25px;
	padding-top: 0px;
}

.bg03 {
	background-color: #FFFFFF;
	padding:10px 0 30px;
}

.bg_wh{ background:#FFFFFF;}
.bg_ye{background:#fcd9d5; padding:30px 0px; }
.bg_red{background:#ac313f; padding:30px 0px; color:#FFFFFF;}

.section2 {
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/*------------------------------------------
■　box, txt_area
------------------------------------------*/
.box {
	margin: 0px auto;
	clear: both;
	border-radius: 10px 10px 10px 10px;
}

.box2 {
 padding:20px 30px;
	margin: 0px auto;
	clear: both;
}

.box_01 {
 background-color:#fdfcef;
 box-shadow:0px 0px 5px #cccccc;
	margin: 0px auto 40px;
 padding:20px;
	clear: both;
}

.box_02 {
	background: url("../img/menu_bg.gif") no-repeat scroll center 0 transparent;
 box-shadow:0px 0px 5px #cccccc;
	margin: 0px auto 40px;
	clear: both;
 height:433px;
 width:832px;
}


.box_bg {
	background: url("../img/bg03.png") repeat scroll center 0 transparent;
	padding: 20px 20px;
}


.box_bg01 {
    background: transparent url("../img/step_bg.png") repeat scroll center 0;
    border-radius: 10px;
    margin: 10px 25px 40px;
    padding: 20px;
}

.box_border {
	background-color: #FCFAF8;
	border: 5px double #CCCCCC;
	margin: 20px auto;
	padding: 20px 20px;
}
.txt_area {
	margin:0 60px;
	padding:10px;
}

.txt_area_01 {
	margin: 0 20px;
}

.txt_area_02{
 position:relative;
 top:100px;
 left:120px;
}

.txt_area_03{
 background-color:#fff;
 border-radius:8px;
 box-shadow: 0px 0px 5px #ccc;
 padding:20px;
}

.txt_area_bg {
    background-color: #ffffff;
    font-size: 15px;
    line-height: 170%;
    margin: 0 30px 30px;
    padding: 30px;
}
.txt_area_border {
	background-color: #FFFFFF;
	border: 1px solid #D5CFBA;
	padding: 10px 20px;
	margin: 10px auto;
}

.bxslider {
	height: 600px;
	margin: 0 20px 0;
}

.txt_02{
 color:#53381f;
 border-bottom: 2px dotted #53381f;
 width:575px;
 margin-bottom:20px;

}

.txt_area_w{
	background-color: #FFFFFF;
	padding: 15px 20px 20px;
	margin: 0px 25px 15px;
	border-radius:0 0 5px 5px;
	/*box-shadow: 2px 2px 2px #CCCCCC;*/
		border: 0px solid #f2f2f2;

}

.txt_area_wl{
	background-color: #FFFFFF;
	margin: 0px 30px 0px;
	border-radius: 0 0 5px 5px;
	padding-bottom: 25px;

}

.txt_area_ws{
	background-color: #FFFFFF;
	padding-top:20px;
	padding-bottom:20px;
	margin: 15px auto;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 2px 2px 2px #CCCCCC;
	border: 0px solid #f2f2f2;

}

.txt_area_bgi{
	background: url("../img/bg01.gif") repeat scroll center 0;
	padding: 15px 20px 20px;
	margin: 0px 30px 15px;
	border-radius: 5px;
	box-shadow: 2px 2px 2px #CCCCCC;
	border: 1px solid #f2f2f2;

}

.txt_area_ami {
    background: rgba(0, 0, 0, 0) url("../img/bg06.gif") repeat scroll center 0;
    margin: 0 auto 0px;
    padding: 20px 20px 30px;
}


.bana_area{
	vertical-align: top;
	padding: 10px auto 0;
	text-align: center;
	margin-bottom: 0px;
	clear: both;
}

.bana_area img{
	padding: 15px;
	width:260px;
}


.bana_area_step{
	background-color: #f6f6f6;
	padding-top:20px;
	padding-bottom:20px;
	margin-top:15px;
	border-radius: 5px 5px 5px 5px;
	vertical-align: top;
	text-align: center;
	margin-bottom: 0px;
	clear: both;
}

.bana_area_step img{
	padding: 6px 40px;
}


.bana_area_pack{
	background: url("../img/catch02_bg.jpg") repeat scroll center 0;
	vertical-align: top;
	padding: 10px auto 0;
	text-align: center;
	margin-bottom: 0px;
	clear: both;
}

.bana_area_pack img{
	clear:both;
	padding: 6px auto;
}	

/*------------------------------------------
■ h1
------------------------------------------*/
h1 {
	background-color: #313131;
	color: #ffffff;
	font-size: 12px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	line-height: 25px;
	height: 25px;
}
.h1_txt {
    display: block;
    font-size: 11px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 30px;
    text-align: left;
    width: 840px;
}
/*------------------------------------------
■ ヘッダーエリア
------------------------------------------*/
#header {
	background: url("../img/h_bg.gif") repeat-x scroll center 0 transparent;
	height: 85px;
	padding: 0;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header_in {
	background: url("../img/header.gif") no-repeat scroll center 0 transparent;
	height: 85px;
	padding: 0px;
	width: 900px;
	position: relative;
	left: 0px;
	top: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header_in .header_tel {
}
#header_in .header_tel_number {
	left: 444px;
	position: absolute;
	top: 28px;
	color: #000000;
	display: block;
	font-size: 21px;
	font-weight: bold;
	line-height: 26px;
	text-indent: 30px;
	white-space: nowrap;
	cursor: default;
}
#header_in .header_btn {
	left: 688px;
	position: absolute;
	top: 14px;
}
/*------------------------------------------
■お申込みエリア
------------------------------------------*/
.order {
	background: url(../img/order_bg.png) no-repeat center top;
	height: 696px;
	position: relative;
	clear: both;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0 0 50px;
	width: 1000px;
}
h3.copy {
	display: none;
}
.order_area {
}
.order_tel {
}
/*　▼営業時間▼　*/
.order p.txt_cap, .order p.order_time {
	/*--　
テキストで入れる場合は、この「display:none;」を外して調整
　--*/
	font-size: 14px;
	font-weight: bold;
	line-height: 120%;
	padding: 0 0 0 0px;
	display: none;
}
/*　▼TEL番号エリア▼　*/
.order a.txt_tel {
	left: 73px;
	position: absolute;
	top: 366px;
	white-space: nowrap;
	color: #000000;
	display: block;
	font-size: 34px;
	font-weight: bold;
	line-height: 100%;
	cursor: default;
}
/*　▼ボタンエリア▼　*/



.order_mail {
    display: block;
    left: 196px;
    position: relative;
    top: 536px;
}
.order_btn {
}
.plain {
	white-space: nowrap;
}
/*------------------------------------------
■ h4タイトル
（※スマートフォンでは、背景画像を消してテキストタイトルを表示させてください）
------------------------------------------*/

/*▼タイトルをテキストにする場合①（左寄せ）はコチラ
h4.title {
	clear: both;
	color: #FFFFFF;
	display: block;
	font-size: 34px;
	letter-spacing: 0.05em;
	line-height: 130%;
	text-shadow: 1px 2px 2px #000000;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	height: auto;
	text-shadow: 1px 1px 1px #666666;
	box-shadow: 0px 3px 3px #CCCCCC;
	padding: 20px 10px 20px 80px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../img/title_bg.gif);
	background-repeat: no-repeat;
	background-position: left center;
}*/

/*▼タイトルをテキストにする場合②（センタリング）はコチラ*/
.title {
    background: url("../img/title_bg.png") no-repeat scroll center 0 transparent;
    clear: both;
    color: #333333;
    display: block;
    font-size: 32px;
    letter-spacing: 0.05em;
    line-height: 241%;
    margin: 0 auto 15px;
    text-align: center;
    text-shadow: 1px 1px 1px #666666;
}


/*▼タイトルを画像にする場合はコチラ*/
h4.title {
	clear: both;
	display: block;
	margin: 0 auto;
	text-indent: -4000px;
}
/*
h4.t_000 {
    background: url("../img/title_000.png") no-repeat scroll center 0 transparent;
    height: 102px;
    margin-top: 20px;	
}

h4.t_001 {
	background: url("../img/title_001.png") no-repeat scroll center 0 transparent;
	height:65px;
	
}
h4.t_002 {
	background: url("../img/title_002.png") no-repeat scroll center 0 transparent;
	border-bottom: 0px solid #372e2e;
	height: 206px;
}
h4.t_003 {
	background: url("../img/title_003.png") no-repeat scroll center 0 transparent;
	height: 264px;
	margin: 0px auto 20px;
}
h4.t_004 {
	background: url("../img/title_004.png") no-repeat scroll center 0 transparent;
	height: 271px;
	margin: 0px auto 20px;
}

h4.t_004s {
	background: url("../img/title_004s.jpg") no-repeat scroll center 0 transparent;
	height: 67px;
}
h4.t_005 {
	background: url("../img/title_005.png") no-repeat scroll center 0 transparent;
	height:264px;
	margin: 0px auto 20px;
}
h4.t_006 {
	background: url("../img/title_006.png") no-repeat scroll center 0 transparent;
	height: 80px;
	border-top: 3px solid #b62222;
	padding-top: 10px;
}
h4.t_007 {
	background: url("../img/title_007.png") no-repeat scroll center 0 transparent;
	height: 74px;
}
*/

/*------------------------------------------
■　実績エリア
------------------------------------------*/
.achievement {
	background: #FFFFFF;
}
.achievement dt{ float:left; padding:20px; height:35px;}
.achievement dd{ float:left; padding:20px; width:160px;height:35px; vertical-align:central;}
.achievement dl{ clear:both; margin:0px auto; width:770px; padding-top:10px;}

.achievement .case{ background:#797272; color:#FFFFFF; font-size:90%;}
.achievement .industry{background:#372e2e; color:#FFFFFF;}
.achievement .access{ background:#FFFFFF; padding:20px 30px;}
.achievement .inquiry{background:#FFFFFF;padding:20px 45px;}


/*------------------------------------------
■ サブタイトル装飾（基本値）
------------------------------------------*/
.sub_title_a {
	border-left: 8px solid #ac313f;
	font-size: 20px;
	font-weight: bold;
	line-height: 130%;
	margin: 10px auto;
	padding-left: 10px;
}
.sub_title_b {
	border-bottom: 2px dotted #ac313f;
	font-size: 24px;
	font-weight: bold;
	line-height: 130%;
	margin: 0px auto 10px;
	padding: 5px 0;
}

.sub_title_c {
    background: none repeat scroll 0 0 #e3e3e3;
    border-bottom: 1px solid #b62222;
    border-left: 10px solid #b62222;
    font-size: 22px;
    font-weight: bold;
    line-height: 130%;
    margin: 2px auto 30px;
    padding: 10px 25px;
}
.sub_title_d {
	background-color: #235981;
	box-shadow: 2px 2px 2px #666666;
	color: #FFFFFF;
	font-size: 26px;
	line-height: 130%;
	margin: 10px auto;
	padding: 10px 25px 6px;
}
.sub_title_e {
	font-family: "HGP創英角ｺﾞｼｯｸUB";
	font-size: 32px;
	line-height: 130%;
	margin: 0;
	padding: 5px 0 6px;
}
.sub_title_f {
	background-color: #F8F3E7;
	border-left: 15px solid #235981;
	box-shadow: 1px 1px 1px #CCCCCC;
	color: #000000;
	font-size: 28px;
	line-height: 130%;
	margin: 10px 0 15px;
	padding: 8px 20px 6px;
}
.sub_title_bg {
    background: url("../img/sub_title_bg.gif") repeat scroll center 0 transparent;
    font-size: 28px;
    height: 50px;
	text-align:center;
	color:#FFFFFF;
	line-height:200%;
	margin-top:20px;
}
/*■■■■■■■■■■■■■■■■■■■■■■
　　流用コンテンツ　【　良く使うカテゴリ　】
■■■■■■■■■■■■■■■■■■■■■■*/
/*------------------------------------------
■ リストのチェックアイコン
------------------------------------------*/
ul {
	list-style: none outside none;
}
ul li.icon_check {
	background: url("../img/icon_check.png") no-repeat scroll 0 0;
	padding-left: 34px;
}
/*------------------------------------------
■ list_box
------------------------------------------*/
.list_box_01 {
    background: #ffffff url("../img/list_box_01.jpg") no-repeat scroll center 0;
    height: 648px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    width: 100%;
}
.list_box_01 ul {
	display:none;
	line-height: 200%;
	margin: 0 30px;
	width: 570px;
	padding: 130px 30px 0px 240px;
}
.list_box_01 ul li.icon_check {
	background: url("../img/icon_check.png") no-repeat scroll 0 0 transparent;
	font-size: 22px;
	font-weight: bold;
	line-height: 100%;
	list-style: none outside none;
	padding-bottom: 10px;
	padding-left: 45px;
	padding-top: 6px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

/*------------------------------------------
■ リストのチェックアイコン
------------------------------------------*/

ol{
	padding: 5px 30px;
}

ol li.privacy {
	padding-bottom: 10px;
}

/*------------------------------------------
■ 特徴BOX
------------------------------------------*/
.box_m {
	background-color: #DEDBB7;
	border-radius: 10px 10px 10px 10px;
	margin: 0;
	padding: 0 0 30px;
}
.box_m_txt {
	background-color: #FFFFFF;
	border-radius: 10px 10px 10px 10px;
	margin: 0 30px;
	padding: 20px 20px 10px;
}
.box_m_set {
	border-bottom: 1px dotted #CCCCCC;
	margin: 10px auto;
	padding-bottom: 5px;
}
.sub_title_m {
	border-bottom: 3px solid #F48500;
	color: #432C25;
	font-family: "HGP創英角ｺﾞｼｯｸUB";
	font-size: 28px;
	letter-spacing: 0.05em;
	line-height: 130%;
	margin: 0 auto 5px;
	padding-bottom: 5px;
}
.m_block {
	display: none;
	background-color: #F4F5E0;
	border-left: 10px solid #235981;
	box-shadow: 1px 1px 1px #999999;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Geneva, Arial, Verdana, sans-serif;
	font-size: 22px;
	margin-right: 15px;
	padding: 3px 20px 0;
}
.p_icon {
	width: 120px;
	margin-right: 10px;
}
/*------------------------------------------
■ box_e
------------------------------------------*/
.box_e {
	background-color: #235981;
	border-radius: 5px 5px 5px 5px;
	margin: 30px auto;
	padding: 20px 20px 15px;
}
.box_e_title {
	color: #FFFFFF;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 32px;
	font-weight: bold;
	text-align: center;
}
.box_e .box_e_in {
	background: none repeat scroll 0 0 #FCF8F2;
	line-height: 140%;
	margin-top: 20px;
	padding: 15px 40px 20px;
	text-align: left;
}
/*------------------------------------------
■ フロートボックス
width: 216px;にすれば、横に3つ並びますよ！ <
------------------------------------------*/
.con2_1, .con2_2, .con2_3, .con2_4 {
	display: inline-block;
 *display: inline;
	zoom: 1;
	letter-spacing: normal;
	word-spacing: normal;
	vertical-align: top;
	text-rendering: auto;
}
.con2_1, .con2_2, .con2_3, .con2_4 {
	background: url("../img/gallery_bg.png") no-repeat scroll center 0 transparent;
	float: left;
	height: 275px;
 margin: 10px 4px;
	width: 272px;
}


.con2_title {
	border-bottom: 3px dotted #235981;
	display: block;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 5px;
	padding-bottom: 6px;
	padding-top: 10px;
}

.con2_graph{
	margin:30px auto;
}

.con2_phot{
}


.con2_txt{
 text-align:center;
 position: relative;
 top:50px;
}
 
 
/*------------------------------------------
■ STEP
------------------------------------------*/
.step_area {
	padding: 30px auto;
	margin-top: 15px;
	margin-bottom: 15px;
	
}


.step_in{
	background-color: #FFFFFF;
	margin: 0px 25px 0px;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 2px 2px 2px #CCCCCC;
	padding-bottom: 15px;
	padding: 15px 20px;

}

.step_title {
	/*background-color: #ac313f;*/
	color: #FFFFFF;
	float: left;
	text-align: center;
	margin: 0px auto 0px;
}

.step_img {
	float: right;
	width: 171px;
	text-align: center;
	padding: 0px;
	margin-left: 15px;
	margin-bottom: 0px;

}

/*------------------------------------------
■ 漫画
------------------------------------------*/
.manga_img{
	display:block;
	padding-top:30px;
}
/*------------------------------------------
■ お客様の声
------------------------------------------*/
.voice_area {
}
.voice {
	font-size: 96%;
	line-height: 160%;
	margin: 0px auto 20px;
	padding: 20px 40px 20px;
}
/*------------------------------------------
■ 良くある質問
------------------------------------------*/
.faq {
	background-color: #FDFBF6;
	border: 1px solid #D5CFBA;
	margin: 10px auto;
	padding: 10px 30px 20px;
}
.faq_q {
	border-bottom: 3px solid #235981;
	color: #235981;
	font-size: 20px;
	font-weight: bold;
	line-height: 140%;
	margin: 10px auto;
	padding: 0 0 5px;
}
.faq_a {
	line-height: 180%;
	margin: 10px auto;
	padding: 0;
	font-size: 16px;
}

.faq2{
 background-color: #FDFBF6;
 border: 1px solid #D5CFBA;
 margin: 10px auto;
 padding: 10px 30px 20px;
 border-radius:8px;
}

.faq_q2{
 background: url("../img/q_a_q.png") no-repeat scroll 0 0 transparent;
 border-bottom: 1px dotted #3CBCFF;
 color: #3CBCFF;
 font-size: 20px;
 font-weight: bold;
 line-height: 273%;
 margin: 10px auto;
 padding: 0 0 5px;
 text-indent:80px;
 height:62px;
}

.faq_a2{
 background: url("../img/q_a_a.png") no-repeat scroll 0 0 transparent;
 line-height: 200%;
 margin: 10px auto;
 padding: 0;
 font-size:16px;
}

.faq_a_txt{
 position:relative;
 left:80px;
 width:700px;
}

/*------------------------------------------
■ ブロック
------------------------------------------*/
.block_left {
    float: left;
    padding: 10px;
    width: 320px;
}
.block_right {
	float: right;
	width: 510px;
}

.block_left2 {
	float: left;
	width:400px;
}
.block_right2 {
	float: right;
	width:350px;
}



/*------------------------------------------
■ アクセス
------------------------------------------*/
.map_area {
	font-size: 16px;
	line-height: 100%;
	text-align: right;
 margin:40px auto 0px;
}
.map_in {
	display: block;
	height: 550px;
	margin: 0 auto;
	width: 100%;
}
/*------------------------------------------
■ テーブル
------------------------------------------*/

#company dt{border-bottom: 2px solid #8a8b8f; float:left; width:20%; margin:10px;}
#company dd{border-bottom: 2px dotted #8a8b8f;float:left;margin:10px; width:70%;}
#company dl{font-size: 16px; line-height:200%;}


.table01 {
	
	margin: 15px auto;
	width: 100%;
}
.table01 th {
	font-weight: normal;
	line-height: 140%;
	padding: 10px 20px;
	text-align: left;
	
 width:20%;
}
.table01 td {
	line-height: 150%;
	padding: 10px 20px;
	
}
.table01 th.th01 {
	width: 30%;
	text-align: center;
}
.table01 td.td_c {
	text-align: center;
}
.table01 td.td_r {
	text-align: right;
}
/*------------------------------------------
■ youtube　*サイズ幅100％表示したい場合は、SP用のCSSソースを流用してください。
------------------------------------------*/

.video-container {
	text-align: center;
}
.video-container iframe {
	width: 640px; /*youtubeでしてタグ吐出し時にサイズ調整をしてその際のサイズを入れる*/
	height: 360px; /*youtubeでしてタグ吐出し時にサイズ調整をしてその際のサイズを入れる*/
}
/*------------------------------------------
■ フォーム部分
------------------------------------------*/

.form_area {
	 padding-top: 40px;
}
/* --フォームテーブルの部分-- */
.table_box {
	border-top: 1px dashed #666666;
	margin: 15px auto;
	width: 800px;
}
.inq_box {
	border-bottom: 1px dashed #666666;
	display: block;
	font-size: 16px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 0 20px;
}
.inq_box_top {
	border-top: #cccccc 1px solid;
}
.inq_box_title {
	border-left: 8px solid #ac313f;
	float: left;
	font-weight: bold;
	line-height: 150%;
	margin-top: 20px;
	padding-left: 12px;
	width: 260px;
}
.inq_box_txt {
	display: block;
	float: left;
	line-height: 140%;
	padding-left: 20px;
	padding-top: 20px;
	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;
}

/*------------------------------------------
■ フッター
------------------------------------------*/
#footer {
    background: #ffffff none repeat scroll 0 0;
    display: block;
    font-size: 14px;
    height: auto;
    line-height: 180%;
    padding: 18px 0 15px;
    text-align: center;
    width: 100%;
}
.copyright {
	background-color: #313131;
	color: #FFFFFF;
	height: 40px;
	padding-top: 15px;
	font-size: 14px;
}
/*■■■■■■■■■■■■■■■■■■■■■■
　　サブページ設定
■■■■■■■■■■■■■■■■■■■■■■*/

/*------------------------------------------
■ サブページ共通
------------------------------------------*/
.sub_page_title {
	background-color: #b62222;
	border-bottom: 3px solid #CCCCCC;
	color: #FFFFFF;
	font-size: 28px;
	font-weight: bold;
	margin: 20px 0;
	padding: 20px 0 15px;
	text-align: center;
}
#order_page, #privacypolicy, #law, #order_end {
	line-height: 140%;
	margin: 0 30px;
	padding: 5px 0;
	min-height: 600px;
}

#privacypolicy, #company, #law {
	line-height: 140%;
}
/* 別々に指定したければ、分けてください*/


#company .section{
	padding-bottom:1px;
}

.ceo_area {
    font-size: 14px;
    line-height: 160%;
}

.name {
    float: right;
}
/*------------------------------------------
■ プライバシーポリシーページ設定
------------------------------------------*/
#pp_page {
}
.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;
}
/*------------------------------------------
■ 特定商取引法に基づく表記
------------------------------------------*/



/*------------------------------------------
■ 会社概要
------------------------------------------*/





/*------------------------------------------
■ 新要素　イメージリストエリア（ライトボックス風　サムネイルクリックで拡大写真）
施工事例や店内・院内風景などにご使用ください。※デフォルトで3パーターンレイアウトを用意しました。
------------------------------------------*/
/*レイアウトパターン１*/
.img_list_area_1 {
	width: 840px;
	padding: 0px;
	height: auto;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
.img_list_area_1 .thumbnail {
	float: left;
	width: 465px;
}
.img_list_area_1 .thumbnail img {
	float: left;
	padding-right: 5px;
	padding-bottom: 5px;
}
.img_list_area_1 .thumbnail_notes {
	clear: both;
	font-size: 12px;
}
.img_list_area_1 .text_block {
	float: right;
	width: 375px;
}
.img_list_area_1 .text_block img {
}
.img_list_area_1 table {
	font-size: 16px;
	margin: 0px;
	width: 100%;
}
.img_list_area_1 table th {
	width: 30%;
	background-color: #EFEFEF;
	font-weight: normal;
	line-height: 140%;
	padding: 10px 20px;
	text-align: left;
	border: 1px solid #CCCCCC;
}
.img_list_area_1 table td {
	width: 70%;
	background-color: #FFFFFF;
	line-height: 150%;
	padding: 10px 20px;
	text-align: left;
	border: 1px solid #CCCCCC;
}
/*レイアウトパターン２*/

.img_list_area_2 {
	width: 840px;
	padding: 0px;
	height: auto;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
.img_list_area_2 .thumbnail {
	float: right;
	width: 465px;
}
.img_list_area_2 .thumbnail img {
	float: left;
	padding-right: 5px;
	padding-bottom: 5px;
}
.img_list_area_2 .thumbnail_notes {
	clear: both;
	font-size: 12px;
	text-align: right;
}
.img_list_area_2 .text_block {
	float: left;
	width: 375px;
}
.img_list_area_2 .text_block img {
	padding-bottom: 30px;
}
.img_list_area_2 table {
	font-size: 16px;
	margin: 0px;
	width: 100%;
	clear: both;
}
.img_list_area_2 table th {
	width: 30%;
	background-color: #EFEFEF;
	font-weight: normal;
	line-height: 140%;
	padding: 10px 20px;
	text-align: left;
	border: 1px solid #CCCCCC;
}
.img_list_area_2 table td {
	width: 70%;
	background-color: #FFFFFF;
	line-height: 150%;
	padding: 10px 20px;
	text-align: left;
	border: 1px solid #CCCCCC;
}
/*レイアウトパターン３*/

.img_list_area_3 {
	width: 840px;
	padding: 0px;
	height: auto;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
.img_list_area_3 .thumbnail {
	clear: both;
}
.img_list_area_3 .thumbnail img {
	float: left;
	padding-right: 4px;
	padding-bottom: 4px;
	border: 2px solid #FFFFFF;
	box-shadow: 3px 3px 3px #CCCCCC;
	margin: 0px 10px 10px 0px;
}
.img_list_area_3 .thumbnail_notes {
	clear: both;
	font-size: 12px;
	text-align: right;
}
.img_list_area_3 .text_block {
	clear: both;
}
.img_list_area_3 .text_block img {
}
.img_list_area_3 table {
	font-size: 16px;
	margin: 0px;
	width: 50%;
}
.img_list_area_3 table th {
	width: 30%;
	border: 1px solid #EFEFEF;
	font-weight: normal;
	line-height: 140%;
	padding: 10px 20px;
	text-align: left;
	border: 1px solid #CCCCCC;
}
.img_list_area_3 table td {
	width: 70%;
	background-color: #FFFFFF;
	line-height: 150%;
	padding: 10px 20px;
	text-align: left;
	border: 1px solid #CCCCCC;
}



.order_copy01 {
    background-color: #2dc3cd;
    border-radius: 20px;
    color: #ffffff;
    font-size: 28px;
    margin: 0 auto 30px;
    padding: 12px 40px 10px;
    text-align: center;
    width: 90%;
	line-height:130%;
}
/*------------------------------------------
■ Pコンテンツ
------------------------------------------*/

p.cons{
	margin: 0 auto 20px;
	padding: 0px auto 5px;
	line-height: 140%;
	font-size: 14px;
}

.base{
	margin:5px auto 10px;
	line-height: 140%;
	padding: 5px 10px;
	font-size: 20px;
}

ul.base li {
    padding: 10px 0;
}

h4.t_005 {
    background: transparent url("../img/title_005.png") no-repeat scroll center 0;
    height: 254px;
    margin: 0 auto 20px;
}
h4.title {
    clear: both;
    display: block;
    margin: 0 auto;
    text-indent: -4000px;
}
.title {
    background: transparent url("../img/title_bg.png") no-repeat scroll center 0;
    clear: both;
    color: #333333;
    display: block;
    font-size: 32px;
    letter-spacing: 0.05em;
    line-height: 241%;
    margin: 0 auto 15px;
    text-align: center;
    text-shadow: 1px 1px 1px #666666;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

#float-sns-box {
	position: absolute;
	width: 176px;
	height: 94px;
	display: block;
	z-index: 2;
}


/*------------------------------------------
■ 新要素　トップナビゲーション
------------------------------------------*/

#sticker {
    height: 94px;
    position: fixed;
    right: 0;
    top: 1px;
    width: 176px;
}



@media only screen and (min-device-width: 641px) and (max-device-width: 1028px){
body{
min-width:1200px;
}
#top_bg {
background: #ffffff url("../img/top_bg.jpg") repeat-x scroll center top;
}
.target{
	opacity:1.0;
}
@media screen and (max-width: 760px) {

}
@media screen and (max-width: 480px) {}

@media screen and (max-width: 320px) {}


