/* CSS Document */
/* lpのみのスタイルシート */
/*======================================
	Font-size Adjustment
	0.8em  = 10px	| 	1.3em = 16px
	0.85em = 11px	|	1.4em = 18px
	0.9em  = 12px	|	1.5em = 20px
	1em    = 13px	|
	1.1em  = 14px	|
	1.2em  = 15px	|
	line-height: 1.4
	AND
	MARGIN PADDING DEFAULT SET
=======================================*/
@import url(https://fonts.googleapis.com/css?family=Archivo+Black);
    
@chaeset "UTF-8";

/*Reset*/
h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, caption, th, td, img, form {
	margin: 0;
	padding: 0;
	border: none;
	line-height: 100%;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	text-align: left;
	list-style-type: none;
	border-collapse: collapse;
	vertical-align: top;
}


textarea { font-size: 100%; }
img { vertical-align: bottom; border-style: none; }
hr { display: none; }
em{font-style: normal}
input{line-height:auto;vertical-align:top;}
strong.more{color:#c30}



.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	display: inline-table;
}
/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
*+html .clearfix{min-height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/*全体------------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.centering {
	text-align:center;
}
.righting {
	text-align:right;
}
em {
	font-weight:bold;
	color:#C00;
}
.font_big {
	font-size:1.4em;
}
.font_morebig {
	font-size:2em;
}
.font_small {
	font-size:0.8em;
	font-weight:normal;
}
.margin_top15 {
	margin-top:15px;
}
.margin_bottom_15 {
	margin-bottom:-15px;
}
.font_red {
	color:#C00;
}
.font_orange {
	color:#F90;
}
.font_orange2 {
	color:#C30;
}
.font_black {
	color:#000;
}
/*リンク----------------------------*/

a:link {
	color:#333;
	text-decoration:none;
}
a:visited {
	color:#333;
}
a:hover {
	color:#999;
}

/*===============================================================================================================================================ヘッダ追加*/
/*ヘッダ----------------------*/

h1 {
	width:960px;
	margin:0 auto 5px auto;
	padding:15px 0 0 10px;
	font-size:0.7em;
	color:#F99;
}
div#header_inner {
	width:960px;
	padding:10px 0 5px 0;
	margin:-30px auto 0 auto;
}
div#header_inner div#logo {
	float:left;
	display:inline;
	margin-top:20px;
}
div#header_inner ul {
	float:right;
	display:inline;
}
div#header_inner ul li {
	float:left;
	display:inline;
}
/*ヘッダの実績など*/
div#header_inner ul li.Cm {
	background:url(img/Medal2.png) no-repeat ;
	padding-left:68px;
	width:285px;
	height:76px;
}
div#header_inner ul li.Cm p {
	margin-top:5px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:13px;
	color:#666;
}
div#header_inner ul li.Cm p.Top {
	margin-top:3px;
}
div#header_inner ul li.Cm p span.Red {
	font-size:15px;
	font-weight:bold;
	color:#C00;
}
div#header_inner ul li.Cm p span.Small{
	font-size:10px;
}
/*ヘッダtel*/
div#header_inner ul li.header_tel {
	background:url(img/bg_header_tel.png) no-repeat;
	width:279px;
	height:51px;
	padding:26px 0 0 45px;
	/* 
	font-size:2.3em;
	*/
	font-size:35px;
	font-weight:bold;
	color:#CC0000;
	font-style:italic;
	font-family: 'Libre Baskerville', serif;
	text-decoration:none;
}
div#header_inner ul li.header_tel a{
	color:#CC0000;
	text-decoration:none;
}

p#number {
	margin-top:-10px;
	font-size:0.7em;
	text-align:right;
}

/*===============================================================================================================================================ここまで*/




/*メインビジュアル*/
div#main_lp {
	position:relative;
	margin-bottom:-25px;
	width:1006px;
	height:468px;
	background:url(img/bg_main.gif) no-repeat;
}
#head div.main_lp02 {
	background:url(img/bg_main02.gif) no-repeat;
}
div#main_lp p#pref {
	position:absolute;
	top:141px;
	left:50px;
	font-size:2.2em;
	font-weight:bold;
	color:#C00;
}
#head div.main_lp02 p#pref {
	left:40px;
}
div#main_lp p#certificate {
	position:absolute;
	top:164px;
	right:33px;
}
/*コンテンツ*/
div#page_shadow {
	background:url(img/page_shadow.png) repeat-y;
	width:1006px;
	margin:0 auto 0 auto;
}
div#contentsWrapper.lp1 {
	margin:0 auto 0 auto;
	padding-bottom:30px;
}
p {
	font-size:1.2em;
}
h2 {
	margin-top:20px;
}
h2.riyu_title {
	width:960px;
	margin:0 auto 0 auto;
	border-bottom:solid 5px #C00;
}
h3 {
	margin:40px 0 20px 0;
	padding:0;
	background:none;
	clear:both;
}
h3.margin_top0 {
	margin-top:0;
}
h3.voice {
	width:1006px;
	margin:0 auto 0 auto;
}
h4 {
	background:url(img/icon_h3_green.gif) no-repeat;
	margin-top:40px;
	padding:5px 0 10px 50px;
	font-size:2em;
	font-weight:bold;
	border-bottom:solid 11px #C4D700;
	clear:both;
}
h4.margin15 {
	margin-right:15px;
	margin-left:15px;
}
h4.blue {
	background:url(img/icon_h3_blue.gif) no-repeat;
	border-bottom:solid 11px #61798C;
}
p.text {
	margin-top:20px;
	font-weight:bold;
	line-height:1.4em;
}
p.text.bg_yellow {
	background-color:#FC3;
	width:150px;
	padding:5px 5px 3px 20px;
	border-radius:5px;
}



/*メインバナー*/
div.top_banner {
	width:860px;
	margin:40px auto 20px auto;
}
div.top_banner p.start {
	background: url(img/top_banner3_3_s1.gif) no-repeat;
}
div.contact {
	position: relative;
	width:960px;
	height:295px;
	margin:40px 0;
	background:url(img/bg_banner2_s1.gif) no-repeat;
}
div.contact p.shindan {
	position:absolute;
	top:98px;
	right:30px;
}
div.contact p.phone {
	font-size:3em;
	font-family: 'Archivo Black', sans-serif;
	color:#39C;
	position: absolute;
	top:74px;
	left:320px;
	font-weight:bold;
}
div.contact p.sodan {
	position: absolute;
	bottom:35px;
	left:360px;
}





/*選ばれる3つの理由*/
div.reason_box {
	padding:15px;
}
div.reason_box dl.riyu {
	position:relative;
	width:890px;
	margin:30px auto 0 auto;
}
div.reason_box dl.riyu dt {
	float:left;
	display:inline;
}
div.reason_box dl.riyu dt.width_400 {
	width:400px;
	border:ipx solid;
}
div.reason_box dl.riyu dd {
	width:670px;
	float:right;
	display:inline;
}
div.reason_box dl.riyu dd.width_470 {
	width:470px;
	font-size:0.9em;
}
div.reason_box dl.riyu dd p {
	margin-top:15px;
	font-size:1.5em;
	font-weight: bold;
	line-height:1.6em;
}
div.reason_box dl.riyu dd p.border_red {
	padding:5px;
	border:solid 1px #C00;
}
div.reason_box dl.riyu dd p.font_small {
	font-size:1em;
}
div.reason_box dl.riyu dd p.hatsu {
	position:absolute;
	top:-70px;
	right:0px;
}
div.reason_box dl.riyu dd p.margin_top0 {
	margin-top:0;
	padding-bottom:5px;
}
div.reason_box div.text_standard {
	margin-top:15px;
	clear:both;
}
div.reason_box div.text_standard p {
	margin-top:20px;
	font-size:1.2em;
	line-height:1.4em;
}
div.reason_box div.text_standard p.title {
	margin-top:30px;
}
div.reason_box div.text_standard p.emphasis {
	width:860px;
	margin:15px auto 45px auto;
	padding:10px;
	font-size:1.3em;
	font-weight:bold;
	color:#C00;
	line-height:1.3em;
	text-align:center;
	border:solid 2px #C00;
	border-radius:10px;
}
/*理由その3の日本地図（old）*/
div.reason_box div.text_standard.riyu3 {
	margin-top:10px;
	position:relative;
}
div.reason_box div.text_standard.riyu3 p.font_big {
	margin-top:10px;
	font-size:1.4em;
}
div.reason_box div.text_standard.riyu3 p.font_morebig {
	margin-top:0;
	font-size:2.5em;
	font-weight:bold;
}
div.reason_box div.text_standard.riyu3 p.map {
	margin-top:20px;
}
div.reason_box div.text_standard.riyu3 p.fukidashi2 {
	position:absolute;
	top:260px;
	left:300px;
}
div.reason_box div.text_standard.riyu3 p.tenmetsu {
	position:absolute;
	top:657px;
	left:155px;
}
/*理由その3の日本地図（130626より）*/

div.reason_box div.move {
	background:url(../img/map/riyu3_2_2.gif) no-repeat 0 250px;
	width:900px;
	height:805px;
	margin:30px auto 0 auto;
}
div.reason_box div.move02{
	background: none;
	height: auto;
}
div.reason_box div.move ul {
}
div.reason_box div.move ul li {
	float:left;
	opacity:0;
}
div.reason_box div.move div.answer {
	position:relative;
	width:492px;
	height:130px;
	margin:0 auto 0 auto;
	overflow:hidden;
}
div.reason_box div.move div.answer img {
	position:absolute;
	top:-130px;
}
div.reason_box div.move div.tenmetsu {
	margin:291px 0 0 159px;
}
div.reason_box div.move p {
	margin-top:50px;
	font-size:0.9em;
	text-align:center;
}

div.reason_box div.move02 p{
	margin-top: 0;
}


/*事務所一覧*/
div.office_summary {
	width:900px;
	margin:10px auto 0 auto;
}
div.office_summary ul {
	float:left;
	width:430px;
	margin:50px 10px 0 10px;
}
div.office_summary ul li {
	float:left;
}
div.office_summary ul li.address {
	width:355px;
	margin-right:5px;
}
div.office_summary ul li dl {
}
div.office_summary ul li dl dt {
	padding-bottom:5px;
	font-weight:bold;
	border-bottom:dotted 1px #666;
}
div.office_summary ul li dl dd {
	margin-top:5px;
	font-size:0.8em;
	line-height:1.6em;
}



/*ここが違う料金システム*/
div.riyu {
	position:relative;
	margin-top:15px;
}
div.riyu p.fukidashi {
	position:absolute;
	top:-40px;
	left:600px;
}
div.riyu table {
	background-color:#fff;
	border-collapse: collapse
	border:solid 2px #fff;
}
div.riyu table th,
div.riyu table td {
	padding:5px 5px 20px 5px;
	border:solid 2px #fff;
	vertical-align:bottom;
	line-height:1.4em;
}
div.riyu table th p.border_red {
	border:solid 1px #C00;
	padding:5px;
	font-size:1.2em;
	font-weight:bold;
	line-height:1.4em;
	
}
div.riyu table td.right {
	width:320px;
}
/*事例1.2.3*/
div.reason_box dl.jirei {
	width:860px;
	margin:30px auto 0 auto;
}
div.reason_box dl.jirei dt {
	float:right;
	display:inline;
	margin-top:10px;
}
div.reason_box dl.jirei dd {
	background:url(img/jirei1_bg.gif) no-repeat 0 10px;
	width:495px;
	padding-left:165px;
	float:left;
	display:inline;
}
div.reason_box dl.jirei dd.jirei2 {
	background:url(img/jirei2_bg.gif) no-repeat 0 10px;
}
div.reason_box dl.jirei dd.jirei3 {
	background:url(img/jirei3_bg.gif) no-repeat 0 10px;
}
div.reason_box dl.jirei dd p {
	font-size:15px;
	margin-top:10px;
	line-height:1.6em;
}
div.reason_box dl.jirei dd p.border_red {
	font-weight:normal;
	padding:10px;
	border:solid 1px #C00;
}

/*料金テーブル*/
table.individual {
	width:960px;
	margin-top:30px;
	border-collapse: collapse;
}
table.individual tr td {
	padding:10px;
	border:solid 2px #C4D700;
	vertical-align:middle;
	text-align:center;
	font-size:1.5em;
	font-weight:bold;
	color:#666;
}

table.individual tr td.width_320 {
	width:320px;
}
table.individual tr td.width_200 {
	width:200px;
}
table.individual tr.top {
	background-color:#DDE8AB;
}
table.individual tr.price {
	font-size:2em;
}

/*HALのお見積もり------------*/
ul.mitsumori {
	margin:20px 0;
}
ul.mitsumori li {
	float:left;
	display:inline;
}
ul.mitsumori li.width290 {
	width:420px;
	margin-left:20px;
	vertical-align:middle;
}
ul.mitsumori li ol {
	margin-top:5px;
}
ul.mitsumori li ol li {
	margin-top:13px;
	padding-bottom:2px;
	font-size:1.6em;
	font-weight:bold;
	color:#036;
	border-bottom:dotted 1px #036;
}
ul.mitsumori li.arrow {
	margin-top:50px;
}
ul.mitsumori li.width290.reight {
	margin-top:20px;
}
ul.mitsumori li.width290.reight p {
	margin-top:15px;
	line-height:1.3em;
	font-size:1.3em;
}

/*料金比較テーブル----------------*/
div.table_bg {
	background:url(img/bg_price_table.gif);
	margin-top:30px;
	padding:10px;
	border-radius:8px;
}
table.comparison {
	background-color:#FFF;
	width:910px;
	border:solid 4px #FFF;
}
table.comparison tr {
	border-bottom:solid 1px #000;
}
table.comparison tr.bg_yellow {
	background-color:#FFC;
}
table.comparison tr th,
table.comparison tr td {
	padding:13px 10px 10px 10px;
	text-align:center;
	vertical-align:middle;
	font-size:1.2em;
	border:solid 1px #000;
}
table.comparison tr th {
	font-weight:bold;
}
table.comparison tr th.width_150 {
	width:150px;
}
table.comparison tr th.red,
table.comparison tr td.red {
	border-left:solid 8px #C00;
	border-right:solid 8px #C00;
}
table.comparison tr th.red {
	border-top:solid 8px #C00;
}
table.comparison tr td.red.bottom {
	border-bottom:solid 8px #C00;
}
/*理由その3報告書について*/
div.reason_box p.navi_comment {
	background:url(img/bg_navi_comment.png) no-repeat;
	height:70px;
	margin:30px 0 0 100px;;
	padding:23px 290px 0 41px;
	font-size:1em;
	line-height:1.3em;
}
div.reason_box ul.point10 {
	margin-top:40px;
	padding:15px 25px 25px 25px;
	border:solid 2px #FC0;
	border-radius:10px;
	clear:both;
}
div.reason_box ul.point10 li {
	margin-top:20px;
	padding-bottom:3px;
	font-size:1.2em;
	font-weight:bold;
	border-bottom:dotted 1px #CCC;
}
div.reason_box ul.point10 li em {
	font-size:1.3em;
}

/* div.reason_box.Recommend */
div.reason_box.Recommend h4{
  background-image: none;
  padding: 0;
  margin:25px auto 0 auto;
  text-align: center;
  border-style: none;
}

div.reason_box.Recommend h5{
  margin:30px auto 0 auto;
  text-align: center;
}

div.reason_box.Recommend p{
  margin:1em 0 0 0;
  padding:0 20px;
  font-size:0.9em;
  line-height: 1.6;
}

div.reason_box.Recommend img.ImgRight{
  margin:0 0 0 15px;
  float: right;
}
div.reason_box.Recommend div.Row{
  margin:10px 10px 0 10px;
  display: table;
  table-layout: fixed;
  width: 100%;
}
div.reason_box.Recommend div.Col{
  display: table-cell;
}

/*ポイント------------*/

dl.point {
	clear:both;
	background:#FFFCE2 url(img/bg_woman.png) no-repeat 25px 30px;
	border-radius:15px;
	width:740px;
	margin:20px auto 0 auto;
	padding:30px 50px 20px 140px;
	-webkit-box-shadow: 0 6px 4px -4px #777;
       -moz-box-shadow: 0 6px 4px -4px #777;
            box-shadow: 0 6px 4px -4px #777;
}
dl.point dt {
	padding-bottom:5px;
	font-size:30px;
	font-weight:bold;
	color:#C00;
	border-bottom:dotted 1px #666;
}
dl.point dd {
	margin-top:15px;
}
dl.point dd p {
	font-size:25px;
	font-weight:bold;
	color:#333;
	line-height:1.4em;
}


ul.point {
	clear:both;
	background:#FFFCE2 url(img/bg_woman.png) no-repeat 25px 15px;
	border-radius:15px;
	width:740px;
	margin:0px auto 0 auto;
	padding:15px 50px 20px 140px;
  box-shadow: 0 6px 4px -4px #777;
}
ul.point li{
  margin:0.6em 0 0 0;
  font-size:1.2em;
  line-height: 1.4;
}
/*フッタ*/
div#footer.lp1 {
	background:none;
	background-color:#C36;
	height:50px;
	margin:0;
	padding:15px 0;
}
div#footer.lp1 p {
	font-size:0.9em;
	font-weight:bold;
	color:#FFF;
	text-align:center;
	clear:both;
}

div#footer.lp1 a:link {
	color:#FF0;
}
div#footer.lp1 a:visited {
	color:#FF0;
}
div#footer.lp1 a:hover {
	text-decoration:underline;
	color:#FFF;
}

/*ムービー*/
ul.movie {
	margin-top:7px;
}
ul.movie li {
	margin:0 4px;
	float:left;
	display:inline;
	font-size:1em;
	line-height:2em;
	width: 300px;
	position: relative;
}
ul.movie li img{
  width: 100%;
  height: auto;
  cursor: pointer;
}
ul.movie li span{
  margin: -35px 0 0 -15px;
  left:50%;
  top:50%;
  content: '';
  display: block;
  width: 40px;
  height:40px;
  border-radius: 20px;
  background: rgba(0,0,0,0.8);
  position: absolute;
  cursor: pointer;
}
ul.movie li span:before{
  margin: -10px 0 0 -5px;
  left:50%;
  top:50%;
  content: '';
  display: block;
  width: 0px;
  height: 0px;
  border:10px solid #fff;
  border-left:15px solid #fff;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-right-color: transparent;
  position: absolute;
}
/*コンテンツ（プロフィール）あいさつ-------------------------*/
div.profile.matsuzaki {
	width:805px;
	margin:50px auto 0 auto;
}
div.profile div.text p {
	margin-top:5px;
	font-size:1em;
	line-height:1.7em;
}
div.profile div.text p.font_big {
	margin:0 0 10px 0;
	font-size:1.3em;
	font-weight:bold;
	color:#C30;
}
div.profile div.text p.img {
	margin:0 0 20px 20px;
	float:right;
}
/*コンテンツ（プロフィール）テーブル-------------------------*/
div.profile {
	margin: 50px 15px 0 15px;
}
/*関西がOKになったら下記を削除*/
/*table.profile {
	width: 555px;
	border: 1px solid #CCC;
	border-collapse: collapse;
	font-size: 0.9em;
	float:left;
	display:inline;
}*/
div.certificate {
	float:right;
	margin-right:10px;
	display:inline;
}

table.profile {
	width: 450px;
	margin-bottom:20px;
	border: 1px solid #CCC;
	border-collapse: collapse;
	font-size: 0.9em;
	float:left;
	display:inline;
}
/*↑ここまで*/
table.profile tr td,
table.profile tr th {
	padding: 10px;
	border: 1px solid #CCC;
	line-height: 150%;
	vertical-align: middle;
}
table.profile tr {
	background-color:#FFF;
}
table.profile tr td {
	width:620px;
}
table.profile tr th {
	background-color:#ededed;
	width:150px;
}
table.profile tr td p {
	 margin-top:10px;
	 line-height:1.3em;
	 font-size:1em;
}
table.profile tr td p.margin_top0 {
	margin-top:0px;
}

/*追加130716*/

dl.textBox {
	background-color:#FFE5E8;
	border-radius:15px;
	width:820px;
	margin:25px auto 0 auto;
	padding:30px;
	-webkit-box-shadow: 0 6px 4px -4px #777;
       -moz-box-shadow: 0 6px 4px -4px #777;
            box-shadow: 0 6px 4px -4px #777;
}

dl.textBox dt {
	padding-bottom:10px;
	border-bottom:dotted 1px #666;
	font-size:28px;
	font-weight:bold;
	color:#333;
}
dl.textBox dd {
	clear:left;
	background:url(img/bg_woman1.png) no-repeat 0 5px;
	width:620px;
	margin:20px auto 0 auto;
	padding-left:120px;
}
/*first*/
dl.textBox.first {
	background:none;
	box-shadow:none;
	border:solid 4px #FFE5E8;
}
dl.textBox.first dd {
	background:url(img/top_img01.jpg) no-repeat;
	width:500px;
	min-height:150px;
	margin:30px auto 0 auto;
	padding-left:240px;	
}


dl.textBox dd.type2 {
	background:url(img/bg_woman3.png) no-repeat 0 5px;
}
	dl.textBox dd.type3 {
	background:url(img/bg_woman2.png) no-repeat 0 5px;
}

dl.textBox dd.bg_none {
	background:none;
	width:740px;
	padding-left:0;
}
dl.textBox dd p {
	margin-top:10px;
	color:#333;
	line-height:1.5em;
}
dl.textBox dd ul.check {
	margin-top:-10px;
}


dl.textBox dd ul.check li {
	background:url(img/icon_check_pink.gif) no-repeat 0 3px;
	/*background-color:rgba(255,255,255,0.7);
	border-radius:10px;
	border:solid 2px #C66;*/
	margin:5px 10px 0 10px;
	padding-left:30px;
	font-size:1em;
	font-weight:bold;
	color:#933;
	line-height:1.4em;
}
dl.textBox dd ul.check.type2 li {
	background:url(img/icon_pink.png) no-repeat 0 3px;
	/*background-color:rgba(255,255,255,0.7);
	padding:10px 10px 8px 35px;*/
	font-size:1.1em;
	font-weight:bold;
	color:#933;
	cursor:pointer;
}
dl.textBox dd ul.check.type2 li span.font_small {
	font-weight:normal;
	color:#333;
}

/*bg_orangeはここ*/
dl.textBox.bg_orange {
	background-color:#fff;
	border:solid 1px #999;
}
dl.textBox.bg_orange dd.riyu1 {
	clear:left;
	background:url(img/top_img04.jpg) no-repeat;
	width:500px;
	min-height:150px;
	margin:30px auto 0 auto;
	padding-left:240px;	
}
dl.textBox.bg_orange dd.riyu1_02{
	background:url(img/top_img04_02.jpg) no-repeat;
}

/*bg_grrenはここ　報告書*/
dl.textBox.bg_green {
	/*background-color:#F4FAE9;*/
	background-color:#fff;
	border:solid 1px #999;
}

dl.textBox.bg_green dd {
	background:url(img/bg_Report.png) no-repeat 0 5px;
}
dl.textBox.bg_green dd.bg_none {
	background:none;
}
dl.textBox.bg_green dd.bg_none ul.report {
	/*background-color:rgba(255,255,255,0.7);*/
	background-color:#FFC;
	border-radius:10px;
	padding:15px;
}
dl.textBox.bg_green dd.bg_none ul.report li {
	margin-top:5px;
	line-height:1.4em;
}
dl.textBox.bg_green dd.bg_none ul.report li.pl_50 {
	padding-left:50px;
}
dl.textBox.bg_green dd.bg_none ul.shoko {
	width:350px;
	float:left;
}
dl.textBox.bg_green dd.bg_none ul.shoko.case2 {
	float:right;
}
dl.textBox.bg_green dd.bg_none ul.shoko li {
	background:url(img/icon_pink.png) no-repeat;
	margin-top:10px;
	padding-left:25px;
	line-height:1.5em;
}
dl.textBox.bg_green dd.bg_none ul.shoko li.Type {
	background:none;
	background-color:#fff;
	border:solid 2px #62ABCA;
	padding:10px 0 6px 0;
	text-align:center;
	font-size:1.5em;
	font-weight:bold;
}
dl.textBox.bg_green dd.bg_none ul.shoko li.arrow {
	background:none;
	padding-left:0;
	text-align:center;
}
dl.textBox.bg_green dd.bg_none ul.shoko li.Type.orange {
	border:solid 2px #CC6600;
}

/*bg_grrenはここ　ステップのdd*/
dl.textBox.bg_green.margin_top50 {
	margin-top:50px;
}
dl.textBox.bg_green dt span.red {
	font-size:36px;
	color:#933;
}
dl.textBox.bg_green dd.step {
	clear:left;
	background:url(img/step1_imgR.png) no-repeat;
	width:480px;
	min-height:150px;
	margin:30px auto 0 auto;
	padding-left:260px;
}
dl.textBox.bg_green dd.step.s2 {
	background:url(img/step2_imgR.png) no-repeat;
}
dl.textBox.bg_green dd.step.s3 {
	background:url(img/step3_imgR.png) no-repeat;
}
dl.textBox.bg_green dd.step.s4 {
	background:url(img/step4_imgR.png) no-repeat;
}
dl.textBox.bg_green dd.step.s5 {
	background:url(img/step5_imgR.png) no-repeat;
}
dl.textBox.bg_green dd.step.s6 {
	background:url(img/step6_imgR.png) no-repeat;
}


p.margin_top40 {
	margin-top:40px;
}


/* Voice Stage */
#Stage.lp3 {
	background:#FFF7F8;
}
#Stage.lp3 #wrapper {
	position:absolute;
	top:30px;
	left:80px;
	width:830px;
	height:530px;
	overflow:auto;
	padding-right:20px;
}
#Stage.lp3 #title h1 {
	float:left;
	background:url(img/icon_pinkL.png) no-repeat;
	padding:15px 0 20px 30px;
	font-size:20px;
	font-weight:bold;
	color:#933;
	width:500px;
}
#Stage.lp3 #title p {
	float:right;
	margin-top:20px;
	font-size:14px;
	font-weight:bold;
	color:#666;
}
#Stage.lp3 .text {
	clear:both;
	margin-top:70px;
}
#Stage.lp3 .text p img {
	float:left;
	margin:0 20px 20px 0;
}
#Stage.lp3 dl {
	margin-top:30px;
}
#Stage.lp3 dl dt {
	padding:0 10px;
	font-size:18px;
	font-weight:bold;
	color:#333;
}
#Stage.lp3 dl dd {
	margin-top:15px;
	padding:0 10px 30px 10px;
	border-bottom:solid 2px #C99;
}
#Stage.lp3 dl dd p {
	margin-top:10px;
	font-size:14px;
	color:#666;
	line-height:1.5em;
}
#Stage.lp3 p#Close_bottom {
	margin:20px 0;
	text-align:center;
}


/*関西のみフォーゲル綜合法律事務所を表示*/

/*メインビジュアルの背景を変える*/
div.kansai div#main_lp {
	position:relative;
	margin-bottom:-25px;
	width:1006px;
	height:696px;/*変更*/
	background:url(img/bg_main_kansai.gif) no-repeat;/*変更*/
}
/* マイクロアドは業界初を削除 */
div.microad div#main_lp {
	background:url(img/bg_main_microad.png) no-repeat;
}


/* Interior */
ul.Interior{
  margin:20px auto 0 auto;
  width: 730px;
}
ul.Interior li{
  margin:20px 0 0 20px;
  width: 210px;
  display: inline-block;
}
ul.Interior li p{
  margin:10px 5px 0 5px;
  font-size:12px;
  line-height: 1.6;
}
/*BannerIsya*/
p.BannerCheckerIsya {
	margin-top:20px;
	text-align:center;
	cursor:pointer;
}
/*Privacy*/
dl.Privacy {
	margin:10px 30px;
}
dl.Privacy dt {
	margin-top:20px;
	font-siz:15px;
	font-weight:bold;
}
dl.Privacy dd {
	margin:10px 0;
}
dl.Privacy dd p {
	margin-top:10px;
	padding-left:20px;
	font-size:14px;
	line-height:1.5em;
}

