@charset "utf-8";


/*PC・タブレット・スマホ共通設定
---------------------------------------------------------------------------*/

/*全体の設定
---------------------------------------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	color: #333;	
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 2;	
	background: #fff;
	-webkit-text-size-adjust: none;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form {margin: 0px;padding: 0px;font-size: 100%;}
ul {list-style-type: none;}
ol {padding-left: 40px;padding-bottom: 15px;}
img {border: none;max-width: 100%;height: auto;vertical-align: middle;}
table {border-collapse:collapse;font-size: 100%;border-spacing: 0;}
iframe {width: 100%;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}

/*リンク（全般）*/
a {
	color: #333;	/*リンクテキストの色*/
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
}
a:hover {
	color: #4f4f4f;			/*マウスオン時の文字色*/
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}


/*ヘッダー*/
header .inner {
	width: 1000px;
	height: 100px;
	margin: 0 auto;
	/*background: url(../images/header_bg_s.png) no-repeat right bottom;	/*背景画像（古いブラウザ用）*/
	/*background: url(../images/header_bg.png) no-repeat right bottom/auto 130px;	/*背景画像。最後の130pxは高さの指定。*/
}

header #logo {
	width: 320px;
	float: left;
	margin-top: 15px;	
}


#contact {
	float: right;	/*右に回り込み*/
	margin-top: 40px;	/*ブロックの上にあける余白。上下のバランスをここで調整して下さい。*/
	width: 150px;	/*ブロック幅*/
	border-radius: 6px;	/*角丸のサイズ*/
	padding: 6px;		/*ボックス内の余白*/
	border: 1px solid #4f4f4f;	/*枠線の幅、線種、色*/
	background: #fff;	/*背景色*/
	color: #4f4f4f;	/*文字色*/
	text-align: center;	/*文字をセンタリング*/
}




/*「お問い合わせフォーム」*/
.form {
	font-size: 14px;
	text-align: center;
}
.form a {
	display: block;
	text-decoration: none;
	color: #fff;
	border: 1px solid #4e322e;
	border-radius: 4px;	
	background: #4e322e;
}
.form a:hover {
	background: #fff;
	color: #4f4f4f;	
}

/*メイン*/
/*メニューブロック*/
/*#menubar,
#menubar-s {
	clear: both;
	overflow: hidden;
	background: #6bae26;	
	border-top: 1px solid #fff;		
	border-bottom: 1px solid #fff;	
	outline: 5px solid #4f4f4f;		
	padding: 6px 0px;
}
#menubar ul {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}

#menubar li,
#menubar-s li {
	float: left;	
	width: 20%;		
}
#menubar li a,
#menubar-s li a {
	display:  block;
	text-decoration: none;
	text-align: center;
	color: #fff;
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 0.3em;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
	padding: 3px 0px;
}
#menubar li a span,
#menubar-s li a span{
	font-size: 10px;	
	display: block;
	color: rgba(255,255,255,0.6);
	text-shadow: none;
}
#menubar li a:hover {
	background: #fff;
	color: #4f4f4f;	
	text-shadow: none;
	border-radius: 6px;	
}
#menubar li a:hover span {
	color: #4f4f4f;
}
*/


#menubar,#menubar-s{
  	clear: both;
	/*overflow: hidden;*/
	background: #6bae26;	
	border-top: 1px solid #fff;		
	border-bottom: 1px solid #fff;	
	outline: 5px solid #4e322e;		
	padding: 6px 0px;
}

/*スマホ用メニューを表示させない*/
#menubar-s {
	display: none;
}
/*３本バーアイコンを表示させない*/
#menubar_hdr {
	display: none;
}
.bx-wrapper {
    -moz-box-shadow:none!important;
    -webkit-box-shadow:none!important;
}

.mainslider{
	width:1000px;
	-webkit-box-shadow:none;
	box-shadow:none;
	
}
.mainslider img{
	width:150px;
	height:150px;
	border-radius:20%;
	margin:auto;
}
@media screen and (max-width:800px){
.mainslider img{
	width:100px;
	height:100px;
}

}
.dropmenu{
  *zoom: 1;
  list-style-type: none;
  margin: 5px auto 30px;
  padding: 0;
  width: 1000px;
  margin: 0 auto;

}
.dropmenu:before, .dropmenu:after{
  content: "";
  display: table;
}
.dropmenu:after{
  clear: both;
}
.dropmenu li{

  position: relative;
  width: 20%;
  float: left;
  margin:0;
  padding: 0;
  text-align: center;
}
.dropmenu li a{
  display: block;
  margin: 0;
  padding: 15px 0 11px;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
  
	text-align: center;
	line-height: 1.6;
	letter-spacing: 0.3em;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
	padding: 3px 0px;  
}
.dropmenu li a span,
.dropmenu-s li a span{
	font-size: 10px;	
	display: block;
	color: rgba(255,255,255,0.6);
	text-shadow: none;
}

.dropmenu li ul{
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
}
.dropmenu li ul li{
  width: 100%;
}
.dropmenu li ul li a{
  padding: 13px 15px;
  border-top: 1px solid #7c8c0e;
  background: #6bae26;
  text-align: lcenter
}
.dropmenu li ul li:first-child a{
	border-radius: 6px 6px 0 0;	

}
.dropmenu li ul li:last-child a {
	border-radius: 0 0 6px 6px;	

}

.dropmenu li:hover > a{
  background: #fff;
	color: #4f4f4f;	
	text-shadow: none;
	border-radius: 6px;	
}

.dropmenu li:hover > a span{
	color: #4f4f4f;	
}


.dropmenu li a:hover {
	background: #fff;
	color: #4f4f4f;	
	text-shadow: none;
	border-radius: 6px;	
	text-shadow: 1px 1px 1px rgba(204, 102, 0,0.6);

}
.dropmenu li a:hover span {
	color: #4f4f4f;
}

.dropmenu li ul li a:hover{
	border-radius: 0;

}
.dropmenu li ul li:first-child a:hover{
	border-radius: 6px 6px 0 0;
	background:#red;
}
.dropmenu li ul li:last-child a:hover{
	border-radius: 0 0 6px 6px;	

}
#fade-in2 li ul{
  opacity: 0;
  top: 50%;
  visibility: hidden;
  transition: .5s;
}
#fade-in2 li:hover ul{
  top: 100%;
  visibility: visible;
  opacity: 1;
}

/*contents----------------------------------*/
#contents{
    margin-top: 20px;

	}
@media screen and (max-width:800px){
#contents{
	background-image: none;

}

}
#contents-slider{
width: 100%;
    margin: 0 auto;
    display: block;

}

#contents-inner{
	width: 1000px;
    margin: 0 auto;
    display: block;
}

.toppage{
	background-image: url("../images/merrymbg.png");
	background-repeat: no-repeat;
	background-position: right top;
	background-size:250px;

}
@media screen and (max-width:800px){
.toppage{
	background-image: none;
}
}
#main{
	float:left;
	width:750px;
}

.topics{
border: double 3px #4e322e;
    border-radius: 20px;
    padding: 10px;
    width: 85%;
    margin: 20px auto;
}
.point li{
background-image : url("../images/point.png");
background-repeat:no-repeat;
background-size:20px auto;
text-indent:30px;
margin:0 0 10px;
}
/*フッター設定
---------------------------------------------------------------------------*/
footer {
	clear: both;
	background: #4f4f4f;	/*背景色*/
	color: #fff;	/*文字色*/
	font-size: 85%;	/*文字サイズ*/
}
footer a {
	color: #fff;
}
footer a:hover {
	color: #fff;
}
footer .pr {
	display: block;
	font-size: 80%;
}

/*フッターメニュー
---------------------------------------------------------------------------*/
/*ボックス全体*/
#footermenu {
	width: 960px;	/*幅*/
	margin: 0 auto;
	overflow: hidden;
	padding: 20px;
}
/*１行分の設定*/
#footermenu ul {
	float: left;	/*左に回り込み*/
	width: 18%;		/*幅。今回は５列作ったのでここの幅18%と下のpaddingの2%でトータル20%になるよう設定。列に応じて調整して下さい。*/
	padding-right: 2%;
}

/*コピーライト
---------------------------------------------------------------------------*/
#copyright {
	clear: both;
	text-align: center;
	background: #4e322e;	/*背景色*/
}
#copyright a {
	text-decoration: none;
}
#copyright a:hover {
	font-weight:bold;
	color:#6bae26;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new dl{
	padding-left: 15px;
	margin-bottom: 15px;
	height: 170px;
	overflow: auto;
}
/*日付設定*/
#new dt {
	font-weight: bold;	/*太字にする設定。標準がいいならこの行削除。*/
	float: left;
	width: 8em;
}
/*記事設定*/
#new dd {
	padding-left: 8em;
}

/*テーブル
---------------------------------------------------------------------------*/
/*ta1設定*/
.ta1 {
	width: 100%;
	margin-bottom: 15px;
}
.ta1, .ta1 td, .ta1 th {
	border: 1px solid #ccc;	/*テーブルの枠線の幅、線種、色*/
	padding: 10px;	/*ボックス内の余白*/
	word-break: break-all;
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi {
	width: auto;
	text-align: left;	/*左よせ*/
	background: #f1f1f1;	/*背景色*/
}
/*ta1の左側ボックス*/
.ta1 th {
	width: 140px;	/*幅*/
	text-align: center;	/*センタリング*/
}
/*こだわりアイコンのフロート指定(CMS用)*/
.ta1 td .specialbox {
	float: left;
	width: 25%;
	height: 40px;
}
.ta1 td .specialbox img {
	vertical-align: middle;
}

/*PAGE TOP設定
---------------------------------------------------------------------------*/
#pagetop {
	clear: both;
	padding-top: 40px;
}
#pagetop a {
	color: #FFF;		/*文字色*/
	font-size: 20px;	/*文字サイズ*/
	background: #4e322e;	/*背景色*/
	text-decoration: none;
	text-align: center;
	display: block;
	float: right;
	border-radius: 50%;	/*角丸のサイズ*/
	width: 50px;	/*幅*/
	line-height: 50px;	/*高さ*/
	margin-bottom: 30px;
}
/*マウスオン時*/
#pagetop a:hover {
	background-color: #999;	/*背景色*/
	color: #FFF;			/*文字色*/
}

/*トップページのNEWアイコン
---------------------------------------------------------------------------*/
.newicon {
	background: #F00;	/*背景色*/
	color: #FFF;		/*文字色*/
	font-size: 10px;	/*文字サイズ*/
	padding: 0px 5px;
	border-radius: 2px;
	margin: 0px 5px;
}

/*「おすすめ」表示
---------------------------------------------------------------------------*/
.osusume {
	font-size: 10px;	/*文字サイズ*/
	color: #FFF;		/*文字色*/
	background: #F00;	/*背景色*/
	text-align: center;
	display: block;
	width: 120px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	-webkit-transform: rotate(-45deg) translate(37px,20px);
	-ms-transform: rotate(-45deg) translate(37px,20px);
	transform: rotate(-45deg) translate(37px,20px);
}
h2 span.osusume {
	position: static;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	display: inline-block;
}

/*「ご契約済」表示
---------------------------------------------------------------------------*/
.sumi {
	font-size: 10px;	/*文字サイズ*/
	color: #FFF;		/*文字色*/
	background: #069;	/*背景色*/
	text-align: center;
	display: block;
	width: 120px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	-webkit-transform: rotate(-45deg) translate(37px,20px);
	-ms-transform: rotate(-45deg) translate(37px,20px);
	transform: rotate(-45deg) translate(37px,20px);
}
h2 span.sumi {
	position: static;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	display: inline-block;
}

/*その他
---------------------------------------------------------------------------*/
.look {background: #e5e5e5;padding: 5px 10px;border-radius: 4px;}
.mb15,.mb1em {margin-bottom: 15px;}
.clear {clear: both;}
ul.disc {padding: 0em 25px 15px;list-style: disc;}
.color1, .color1 a {color: #4f4f4f;}
.pr {font-size: 10px;}
.wl {width: 96%;}
.ws {width: 50%;}
.c {text-align: center;}
.r {text-align: right;}
.l {text-align: left;}
img.fr {float: right;margin-left: 10px;margin-bottom: 10px;}
img.fl {float: left;margin-right: 10px;margin-bottom: 10px;}
.big1 {font-size: 24px;letter-spacing: 0.2em;}
.mini1 {font-size: 11px;display: inline-block;line-height: 1.5;}
.sh {display: none;}



/*画面幅800px以下の設定
---------------------------------------------------------------------------*/
@media screen and (max-width:800px){

/*ヘッダー（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header .inner {
	width: auto;
	height: 100px;
	background: url(../images/header_bg.png) no-repeat right bottom/60%;
	margin: 0 10px;
}
/*ロゴ画像*/
header #logo {
	margin-top: 30px;	/*ロゴの上にあける余白。上下のバランスをここで調整して下さい。*/
}

/*ヘッダー右側の電話番号ブロック
---------------------------------------------------------------------------*/
/*ブロック全体*/
#contact {
	display: none;
}
	
/*メインメニュー
---------------------------------------------------------------------------*/
/*スマホ用メニューを非表示から表示に切り替える*/
#menubar-s {
	display: block;
	margin-top: 8px;
}
/*PC用メニューを非表示にする*/
#menubar {
	display: none;
}

/*３本バーアイコン設定
---------------------------------------------------------------------------*/
/*３本バーブロック*/
#menubar_hdr {
	display: block;
	position: absolute;
	top: 25px;		/*上から25pxの場所に配置*/
	right: 10px;	/*右から10pxの場所に配置*/
	width: 30px;	/*幅*/
	border: 1px solid #000;	/*枠線の幅、線種、色*/
	border-radius: 4px;	/*角丸のサイズ*/
	padding: 12px 10px 5px;	/*上、左右、下へのボックス内余白*/
	background: #fff;
}
/*３本のバー（1本あたり）*/
#menubar_hdr span {
	display: block;
	border-top: 3px solid #000;	/*枠線の幅、線種、色*/
	margin-bottom: 7px;	/*バー同士の余白*/
}

/*コンテンツ
---------------------------------------------------------------------------*/
/*main,sub,sideを囲むブロック設定*/
#contents {
	width: auto;
	padding: 10px;
	border-top: 3px #4e322e solid;
    margin-top: 0;
}
/*main,subを囲むブロック設定*/
#contents-inner {
	float: none;
	width: auto;
}

/*main,sub,sideコンテンツ
---------------------------------------------------------------------------*/
#main, #sub, #side {
	float: none;
	width: auto;
}

/*メインコンテンツ
---------------------------------------------------------------------------*/
/*２カラム利用時*/
.c2 #main {
	width: auto;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
section#new h2.open {
	background: #4f4f4f url(../images/btn_minus.png) no-repeat right center/34px 34px;
}
section#new h2.close {
	background: #4f4f4f url(../images/btn_plus.png) no-repeat right center/34px 34px;
}

/*フッターメニュー
---------------------------------------------------------------------------*/
/*ボックス全体*/
#footermenu {
	width: auto;
}

/*その他
---------------------------------------------------------------------------*/
body.s-n #sub,body.s-n #side,body.s-n #footermenu {display: none;}
.sh {display:block;}
.pc {display:none;}

}

/*画面幅600px以下の設定
---------------------------------------------------------------------------*/
@media screen and (max-width:600px){

/*メインメニュー
---------------------------------------------------------------------------*/
/*メニュー１個あたりの設定*/
#menubar-s li {
	width: 50%;		/*幅*/
}

}

/*画面幅414px以下の設定
---------------------------------------------------------------------------*/
@media screen and (max-width:414px){

/*ヘッダー（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header .inner {
	background: none;	/*ヘッダー背景画像を消す*/
	height: 88px;
    background: none;
}
/*ロゴ画像*/
header #logo {
	width: 80%;
	margin-top: 15px;
	height:80px;
}

/*メインメニュー
---------------------------------------------------------------------------*/
/*メニューブロック*/
#menubar-s {
	padding: 0px;
}
/*メニュー１個あたりの設定*/
#menubar-s li {
	width: 100%;		/*幅*/
	border-bottom: 1px solid rgba(255,255,255,0.4);	/*下線の幅、線種、色。「255,255,255」はrgb指定での白の事。「0.4」は透明度40%の事。*/
	padding-left:20px;
}
#menubar-s li a {
	padding: 8px 0px;
	text-decoration:none;
	display:block;
}

/*３本バーアイコン設定
---------------------------------------------------------------------------*/
/*３本バーブロック*/
#menubar_hdr {
	position: absolute;
	top: 10px;		/*上から10pxの場所に配置*/
	right: 10px;	/*右から10pxの場所に配置*/
}

/*物件一覧ページの各ブロック
---------------------------------------------------------------------------*/
/*ボックス内の写真設定*/
#main .list figure img {
	padding: 0px;
	border: none;
	margin-right: 1.5%;		/*写真の右側に空ける余白*/
}
/*各ボックスの設定（※compactタイプへの追加設定）*/
#main .list.compact {
	width: 47%;	/*幅*/
	margin-left: 2%;
}
#main .list.compact a {
	height: 250px;	/*高さ*/
}

/*一覧ページの各物件ボックス内のテーブル
---------------------------------------------------------------------------*/
#main .list table {
	font-size: 11px;	/*文字サイズ*/
	line-height: 1.2;	/*行間*/
}

/*フッターメニュー
---------------------------------------------------------------------------*/
/*ボックス全体*/
#footermenu {
	display: none;
}

/*テーブル
---------------------------------------------------------------------------*/
/*テーブル内の左側*/
.ta1 th {
	width: 100px;
	padding: 5px;
}
/*テーブル内の右側*/
.ta1 td {
	width: auto;
	padding: 5px;
}

/*その他
---------------------------------------------------------------------------*/
.ws,.wl {width: 94%;}
img.fr,img.fl {float: none;margin: 0;width: 100%;}

}



/*画面幅350px以下の設定
---------------------------------------------------------------------------*/
@media screen and (max-width:350px){

/*こだわりアイコンのフロート指定(CMS用)*/
.ta1 td .specialbox {
	width: 50%;
}

}

/*Swiper*/

.swiper02 .swiper-wrapper {
  align-items: stretch;
}

.swiper02 .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-bottom: 25px;
}
.swiper02 .swiper-slide img{
	width:1000px;
}
.swiper02 .swiper02-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.swiper02 .swiper-button-prev,
.swiper02 .swiper-button-next {
  display: none;
  width: 20px;
  height: 32.58px;
  fill: #666;
  stroke: none;
  stroke-width: 0;
  background-image: none;
  z-index: 10000;
}

.swiper02 .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0;
}

.swiper02 .swiper-pagination-bullet-active {
  background: #666;
}

@media (min-width: 768px) {
  .swiper02 .swiper-slide {
    /*padding: 50px;*/
  }

  .swiper02 .swiper-button-prev,
  .swiper02 .swiper-button-next {
    display: block;
  }

  .swiper02 .swiper-container-horizontal > .swiper-pagination-bullets {
    /*bottom: 10px;*/
  }
}


#contents h2{
text-align: center;
    font-size: 26px;
    font-weight: bold;
	background-image:url("../images/under1.png");
	background-position:bottom center;
	background-repeat:no-repeat;
	background-size:400px;
	padding:25px;
}
#service h2{
	background-color:#ded;
	text-align: center;
    font-size: 20px;
    font-weight: bold;
	background-image: none;
}


#service dl{
    max-width: 100%;
    margin: 0 auto;
    text-align: left;
	margin-top: 20px;
}
#service dl dt{
	background-image : url("../images/check.png");
	background-repeat:no-repeat;
	background-size:20px auto;
	background-position: 0 5px;
	color:#4e322e;
	margin:0 0 10px;
	font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
    padding-left: 30px;
    position: relative;
	
}

#service dl dd{
    font-size: 14px;

}
#webpage dl{
	width:460px;
	float:left;
	padding:20px;
    margin: 0 auto;
    text-align: left;
	margin-top: 20px;
}
@media screen and (max-width:800px){
.inner{
}
#webpage dl{
	width:100%;
	padding:0!important;
}
#webpage dl dt{
	padding: 40px 0 0!important;
    background-position: center 5px!important;
	height: 120px!important;
}
}
#webpage dl dt{
	background-size:20px auto;
	margin:0 0 10px;
	font-size: 14px;
    font-weight: bold;
    line-height: 24px;
	margin-bottom: 5px;
    position: relative;
	text-align:center;	
    background-color: #ded;
    border-radius: 20px;
    padding: 5px 0;
    width:460px;
	height: 70px;
    vertical-align: middle;
	display:table-cell;
	background-image:url("../images/img1.png");
	background-position:10px 10px;
	background-repeat:no-repeat;
	background-size:50px;

	}
#webpage dl dt span{
	font-size: 22px;
	display:block;

}
#webpage dl dd{
    font-size: 14px;
	padding: 10px 25px;
}

.point2 li{
	background-image : url("../images/point2.png");
	background-repeat:no-repeat;
    background-size: 17px auto;
    text-indent: 25px;
    margin: 0 0 6px;
    line-height: 15px;
}

#price .topics{
	border:none;
	text-align:center;
}
#price table {
	margin:0 auto;
	width:700px;
}

#price table tr{
    background-color: #ded;
}
#price table tr:nth-child(even) {
	background: #eee;
}
#price table tr span {
    color:#CC0000;
}
#price table tr span.comm {
    color:#666666;
	font-size:12px;
}
#price table th, #price table td {
    padding: 15px 20px;
    text-align: left;
    font-size: 16px;
}
@media screen and (max-width:800px){

#price table {
	width:90%;
}
#price table th, #price table td {
	display:list-item;
	list-style:none;
}

#price table th {
	padding-bottom:0;
}
#price table td {
	padding-top:5px;

}
}
#price table tr:hover {
    background-color: #fff;
}

#flow .flow01{
	width:80%;
	display:block;
	margin:0 auto;
	padding:20px;
	background-color:#ded;
	position:relative;
}
#flow img{
	display:block;
	margin:5px auto;
}

#flow .flow01 h3{
    background-repeat: no-repeat;
    background-size: 150px auto;
    text-indent: 165px;
	margin: 0 0 10px;
    line-height: 50px;
    font-size: 20px;
	border-bottom: 1px solid #4e322e;
	color:#4e322e;
}

@media screen and (max-width:800px){
#flow .flow01 h3{
	background-position: top left;
    text-indent: 0;
    text-align: center;
    padding-top: 30px;
}
}	
	
#flow .flow01 .step01{
	background-image : url("../images/step01.png");
}
#flow .flow01 .step02{
	background-image : url("../images/step02.png");
}
#flow .flow01 .step03{
	background-image : url("../images/step03.png");
}
#flow .flow01 .step04{
	background-image : url("../images/step04.png");
}
#flow .flow01 .step05{
	background-image : url("../images/step05.png");
}
#flow .flow01 .step06{
	background-image : url("../images/step06.png");
}
#flow .flow01 .step07{
	background-image : url("../images/step07.png");
}
#flow .flow01 li{
	background-image : url("../images/check.png");
    background-repeat: no-repeat;
    background-size: 15px auto;
	background-position: 0px 6px;
    text-indent: 20px;
}

/*Privacy Policy
---------------------------------------------------------------------------*/
#policy .inner{
	width:700px;
	margin:0 auto;
	display:block;
}
@media screen and (max-width:800px){

#policy .inner{
	width:100%;
}
}
#policy .inner dt{
	padding: 15px 20px;
    text-align: center;
    font-size: 16px;
	font-weight:bold;
} 
#policy .inner dt .detail{
    font-size: 14px;
	font-weight:normal;
	
}
#policy .inner dd{
	padding: 15px 20px;
    text-align: left;
}
#policy .inner dd ul{
list-style:circle;
}

#policy .inner dd ul li{
	margin-bottom:10px;
}

#policy .inner dd ul li .title{
	font-weight:bold;
}