@charset "utf-8";

/*==== トップページ ====*/

/* indexのみ上書き
------------------ */
#main{
	background:none;
	padding-top:64px;
}

/* メインビジュアル */
#mv{
	margin:0;
	padding:0;
}

#mv img{
	width:100%;
}

/* index共通
------------------ */
.sec_index{
	padding:1.5em 0;
}

.sec_index_inner{
	padding:0.5em;
}

/* はじめての方へ
------------------ */
#index_first{
	text-align:center;
	padding:0.2em 0 0.5em 0;
	background:#deedb4;
}

/* 料金
------------------ */
#index_price .sec_index{
	background:#fff;
}

#index_price ul{
	display:table;
	table-layout:fixed;
	border-collapse:separate;
	border-spacing:5px 0;
	margin-bottom:1.5em;
	width:100%;
}

#index_price li{
	display:table-cell;
	vertical-align:top;
}

.index_price_t{
	background:#ffcc44;
	background:-moz-linear-gradient(top,  #ffcc44 0%, #ff9900 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffcc44), color-stop(100%,#ff9900));
	background:-webkit-linear-gradient(top,  #ffcc44 0%,#ff9900 100%);
	background:-o-linear-gradient(top,  #ffcc44 0%,#ff9900 100%);
	background:-ms-linear-gradient(top,  #ffcc44 0%,#ff9900 100%);
	background:linear-gradient(to bottom,  #ffcc44 0%,#ff9900 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcc44', endColorstr='#ff9900',GradientType=0 );
	text-align:center;
	font-weight:bold;
	border-radius:5px 5px 0 0;
	padding:0.7em 0.3em 0.6em 0.3em;
}

.index_price_sub{
	text-align:center;
	background:#eee4cc;
	font-weight:bold;
	padding:0.5em 0.1em;
	font-size:75%;
}

#index_price li a{
	display:block;
	border:1px solid #e7e0b8;
	line-height:0;
}

#index_price img{
	width:100%;
}

/* 動画
------------------ */
#index_yt{
	background:#fdf3b6;
	line-height:1.7;
}

/* いろいろ頼めます
------------------ */
#index_iroiro{
	background:#fff;
	line-height:1.7;
}

#index_iroiro li{
	text-align:center;
}

/* 流れ
------------------ */
#index_flow{
	background:#fdf3b6;
	padding:1.5em 0;
}

/* お金持ちが使うもの？
------------------ */
#index_okane{
	line-height:1.7;
}

#index_okane_ph{
	width:50%;
	float:left;
	margin:0 1em 1em -1em;
}

#index_okane_catch{
	margin-left:50%;
}

#index_okane_catch div{
	background:#52aa2b;
	color:#fff;
	border-radius:5px;
	font-weight:bold;
	font-size:150%;
	text-align:center;
	padding:0.5em;
	position:relative;
	margin-bottom:1em;
}

#index_okane_catch div:after{
	position:absolute;
	bottom:-15px;
	left:20px;
	display:inline-block;
	width:0;
	height:0;
	border-style:solid;
	border-width:15px 7.5px 0 7.5px;
	border-color:#52aa2b transparent transparent transparent;
	content:"";
}

#index_okane_bt{
	text-align:center;
	clear:both;
}

/* お役に立ちます
------------------ */
#index_oyaku{
	background:#fff;
}

#index_oyaku ul{
	background:url(../../img_index02/ar01.png) no-repeat 50% 100%;
	padding-bottom:46px;
	margin-bottom:1em;
}

#index_oyaku li{
	margin-bottom:1em;
	text-align:center;
}

#index_oyaku_ct{
	background:#ffc266;
	text-align:center;
	padding:1em 1em 1px 1em;
}

#index_oyaku_ct img{
	display:block;
	margin:0 auto 1em auto;
}

#index_oyaku_img{
	margin-top:-2em!important;
}

/* ご家族の幸せを～
------------------ */
#index_message{
	line-height:1.7;
	background:#fdf3b6;
}

#index_message .sec_index_inner{
	background:#fff;
	margin:1em;
	padding:1em;
}

/* よくある質問
------------------ */
#index_faq{
	background:#deedb4;
	padding:1.5em 0 1px 0;
	margin-bottom:2em;
}

/* 提供エリア
------------------ */
#index_area{
	background:#fdf3b6;
}

#index_area .sec_index_inner{
	background:#fff;
	margin:1em;
	padding:0.5em;
	line-height:1.7;
}

#index_area h3{
	background:#ffd699;
	padding:0.3em 0.5em 0.2em 0.5em;
	color:#331f00;
	font-size:125%;
}

#index_area dl{
	margin-bottom:1.5em;
}

#index_area dt{
	background:#ffebcc;
	padding:0.4em 0 0.3em 0;
	font-weight:bold;
	margin:1em 0 0.5em 0;
}

#index_area dt:first-child{
	margin-top:0;
}

#index_area dd{
	width:30%;
	display:inline-block;
	*display:inline;
	*zoom:1;
	padding:0 0 0 5px;
}

#index_area_text{
	text-align:center;
}

/* responsive
------------------ */
/* タブレット */
@media screen and (min-width: 641px) {

/* indexのみ上書き
------------------ */
#main{
	padding-top:0;
}

/* メインビジュアル */
#mv{
	background:#fdf3b6 url(../../img_index02/bg01.gif) repeat-x 0 0;
}

#mv img{
	width:auto;
}

/* 見出し */
.h01{
	margin-bottom:0.5em;
}

.h01 span{
	display:block;
	font-size:62.5%;
}

/* index共通
------------------ */
.sec_index{
	padding:1.5em 1em;
}

.sec_index_inner{
	padding:0 0.5em 0.5em 0.5em;
}

/* はじめての方へ
------------------ */
#index_first{
	padding-bottom:2em;
}

/* 料金
------------------ */
#index_price{
	margin:0 1em 2em 1em;
}

#index_price .sec_index{
	margin-top:-1em;
}

#index_price ul{
	display:block;
	margin-bottom:1em;
}

#index_price li{
	display:inline-block;
	*display:inline;
	*zoom:1;
	width:32.7%;
}

/* いろいろ頼めます
------------------ */
#index_iroiro{
	margin:1em;
}

#index_iroiro ul{
	overflow:hidden;
}

#index_iroiro li{
	width:49.9%;
	border-bottom:1px dotted #ccc;
	padding:0.5em 0;
	text-align:left;
}

#index_iroiro li:nth-of-type(odd){
	float:left;
	border-right:1px dotted #ccc;
}

#index_iroiro li:nth-of-type(even){
	float:right;
	text-align:right;
}

#index_iroiro li:nth-of-type(3),#index_iroiro li:nth-of-type(4){
	border-bottom:none;
}

#index_iroiro li img{
	width:96%;
}

/* お金持ちが使うもの？
------------------ */
#index_okane{
	overflow:hidden;
	margin-bottom:2em;
}

#index_okane .sec_index_inner{
	margin-left:1em;
	margin-right:1em;
}

#index_okane .h01{
	margin-bottom:1em;
}

#index_okane_ph{
	width:40%;
}

#index_okane_catch{
	margin-left:40%;
}

#index_okane_bt{
	clear:none;
	float:right;
	max-width:60%;
}

/* お役に立ちます
------------------ */
#index_oyaku ul{
	overflow:hidden;
}

#index_oyaku li{
	text-align:left;
	width:49%;
}

#index_oyaku li:nth-of-type(odd){
	float:left;
}

#index_oyaku li:nth-of-type(even){
	float:right;
	text-align:right;
}

#index_oyaku_ct{
	text-align:center;
	padding:10px 10px 6px 10px;
}

#index_oyaku_ct:after{
	content:"";
	display:block;
	clear:both;
}

#index_oyaku_ct img{
	margin:0;
	float:right;
	width:45%;
	margin-bottom:5px;
}

img#index_oyaku_img{
	float:left;
	width:54%;
	margin:0;
}

/* ご家族の幸せを～
------------------ */
#index_message{
	background:#fdf3b6;
	padding:1em;
}

#index_message .sec_index{
	background:#fff;
}

#index_message .sec_index_inner{
	overflow:hidden;
	padding:0;
	margin-bottom:0;
}

/* 提供エリア
------------------ */
#index_area .sec_index_inner{
	margin:0;
	padding:1.5em;
}

}

/* PC */
@media screen and (min-width: 961px) {

/* index共通
------------------ */
.sec_index{
	width:900px;
	margin-left:auto;
	margin-right:auto;
}

/* 料金
------------------ */
.index_price_t{
	font-size:125%;
}

.index_price_sub{
	font-size:87.5%;
}

/* 動画
------------------ */
#index_yt{
	overflow:hidden;
}

#index_yt .sec_index,#index_yt .sec_index_inner{
	padding-bottom:0;
}

#index_yt .video{
	width:560px;
	height:335px;
	float:right;
	margin:0 0 0 1.5em;
	padding:0;
}

#index_yt .video iframe{
	width:560px!important;
	height:335px!important;
}

/* いろいろ頼めます
------------------ */
#index_iroiro{
	background:#fbfeef;
}

#index_iroiro .sec_index{
	background:#fff;
	padding-bottom:0;
}

/* お金持ちが使うもの？
------------------ */
#index_okane .h01 span{
	display:inline;
}

/* お役に立ちます
------------------ */
#index_oyaku .h01{
	margin-bottom:1em;
}

/* ご家族の幸せを～
------------------ */
#index_message .h01{
	margin-bottom:1em;
}

#index_message .h01 span{
	display:inline;
}

#index_message .sec_index{
	padding-bottom:0;
}

/* よくある質問
------------------ */
#index_faq{
	padding-top:3em;
}

#index_faq .h01{
	text-align:center;
}

#index_faq .h01 span{
	display:inline;
}

/* 提供エリア
------------------ */
#index_area dd{
	width:15%;
}

#index_area_text{
	text-align:right;
}

}

/*eof*/