@charset "UTF-8";
/*---------------- pc & phone  common ---------------*/
*{
	margin:0;
	padding:0;
	font-style:normal;
	font-weight:normal;
	list-style-type:none;
}
body{
	text-align:left;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
	color:#393939;
	font-size:14px;
	width:100%;
	min-width:1000px;
}
img{
	border:none;
}
div{
	margin:0px;
	padding:0px;
}
p{
	line-height: 1.75em;
}
a {
	overflow: hidden;
	outline: none;
	text-decoration:none;
}
h1,h2,h3,li,dt,dd,p,th,td{
	word-break: break-all;	
}
a:hover{
	text-decoration:underline;
}
a:visited,
a:link,
a:active{
	color:#393939;
}
.inr{
	width:1000px;
	margin:0 auto;
}
.section{
	padding:70px 0;
}
.section .sec_txt{
	text-align:center;
	margin:10px 0;
}
input[type="text"],
select,
textarea {
    outline: none;
    border: 1px solid #DDD;
}
input[type="text"]:focus,
textarea:focus {
    box-shadow: 0 0 7px #3498db;
    border: 1px solid #3498db;
}
/*------------ pc_clearfix ------------*/
.pc_clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.pc_clearfix {
	display: inline-table;
}
/*------------ IE-mac ------------*/
* html .pc_clearfix {
	height: 1%;
}
*+html .pc_clearfix {
	min-height: 1%;
}
.pc_clearfix{
	display: block;
}
/*---------- End IE-mac ----------*/

/******************* header *************************/
#header{
	height: 50px;
	overflow: hidden;
	margin: 0 auto;
	padding: 10px 0;
	position: fixed;
	width: 100%;
	background: rgba(255, 255, 255, 0.9);
	border-bottom: 1px solid #eee;
	z-index: 999;
}
#header .inr{
	height: 50px;
}
#header .hdr_left{
	float:left;
}
#header .hdr_left h1{
	height: 50px;
	background: url(../images/logo.png) no-repeat top left;
}
#header .hdr_left h1 a{
	display: block;
	width: 200px;
	height: 50px;
	text-indent: -999999px;
}
#header .hdr_right{
	float:right;
}
#header .hdr_right #navTgl {
	display: none;
}
#header .hdr_right label.open,
#header .hdr_right label.close {
	display: none;
}
#header .hdr_right .g_navi{
	width:500px;
	overflow:hidden;
}
#header .hdr_right .g_navi ul{
	margin: 0;
	overflow:hidden;
}
#header .hdr_right .g_navi li{
	width: 24%;
	text-align: center;
	float:left;
	height: 50px;
}
#header .hdr_right .g_navi li a{
	padding: 14px 0;
	display: block;
}
#header .hdr_right .g_navi li.regist_btn{
}
#header .hdr_right .g_navi li.regist_btn a{
}
/******************* breadcrumb_list *************************/
.breadcrumb_list{
	position: relative;
	padding: 7px 0;
	background: #eee;
	font-size: 12px;
}
.breadcrumb_list ol{
}
.breadcrumb_list ol li{
	display: inline-block;
	margin: 0 10px;
}
/******************* page_ttl *************************/
.page_ttl{
	text-align:center;
}
.page_ttl h2{
	font-size:34px;
}
.page_ttl p{
	margin:10px 0;
}
.page_ttl .page_ttl_list ul{
}
.page_ttl .page_ttl_list li{
	display: inline-block;
	border-right: 1px solid;
	padding: 0 10px;
}
.page_ttl .page_ttl_list li.last{
	border:none;
}
/******************* main *************************/
#main{
	position:relative;
	top:71px;
}
/******************* main_img *************************/

#main_img{
	/* 画像ファイルの指定 */
	background-image: url("../images/background-photo3.jpg");
	/* 画像を常に天地左右の中央に配置 */
	background-position: center center;
	/* 画像をタイル状に繰り返し表示しない */
	background-repeat: no-repeat;
	/* コンテンツの高さが画像の高さより大きい時、動かないように固定 */
	/*background-attachment: fixed;*/
	/* 表示するコンテナの大きさに基づいて、背景画像を調整 */
	background-size: cover;
	/* 背景画像が読み込まれる前に表示される背景のカラー */
	background-color: #464646;
	height: 430px;
}
#main_img .inr {
	height: 430px;
}
#main_img .top_box {
	padding: 20px 20px 30px;
	background-color: rgba(255, 255, 255, 0.8);
	top: 120px;
	position: relative;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	text-align: center;
}

#main_img .inr .top_ttl{
	font-size: 36px;
	width: 900px;
	margin: 0 auto;
}
#main_img .inr .top_txt{
	font-size: 16px;
	width: 900px;
	margin: 0 auto 10px;
}
#main_img .inr .top_btn{
	font-size: 18px;
	background: #69988C;
	color: #fff;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	width: 450px;
	margin: 0 auto;
	padding: 0;
}
#main_img .inr .top_btn a{
	color: #fff;
	display: block;
	padding: 5px;
}
#main_img .inr .top_btn a:hover{
	text-decoration: none;
	background: #95B6AE;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
/******************* landing *************************/
#landing{
}
#landing h2{
	font-size:26px;
	margin:0 0 10px;
}
#landing .inr{
	overflow:hidden;
	clear:both;
}
#landing .inr .inr_box_l{
	float:left;
	width:430px;
}
#landing .inr .inr_box_r{
	float:right;
	width:540px;
}
#landing .inr .inr_box_r p{
	margin: 0 0 10px;
}
/******************* entrance *************************/
#entrance{
	background:#FFF2EB;
}
#entrance h2{
	font-size:26px;
	margin:0 0 10px;
}
#entrance .inr{
	overflow:hidden;
	clear:both;
}
#entrance .inr .inr_box_r{
	float: right;
	width:430px;
}
#entrance .inr .inr_box_l{
	float: left;
	width:540px;
}
#entrance .inr .inr_box_l p{
	margin: 0 0 10px;
}
/******************* design *************************/
#design{
}
#design h2{
	text-align:center;
	font-size:36px;
	margin: 0;
	padding: 0;
}
#design .inr{
	overflow:hidden;
	clear:both;
}
#design .sec_caption{
	text-align:center;
	margin:20px 0;
	font-size:20px;
}
#design .wrap_design{
}
#design .wrap_design ul{
}
#design .wrap_design ul li{
	display: inline-block;
	margin: 0 32px 0 0;
}
#design .wrap_design ul li.last_li{
	display: inline-block;
	margin: 0 0 0 0;
}
#design .wrap_design ul li .figure {
	position: relative;
	overflow: hidden;
	width: 295px;
	border: 2px solid #eee;
	height: 360px;
	padding: 5px;
}
#design .wrap_design ul li .figcaption {
	position: absolute;
	top: -100%;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,.6);
	-webkit-transition: .3s;
	transition: .3s;
	opacity: 1;
	text-align:center;
}
#design .wrap_design ul li .figcaption p{
	font-size: 18px;
	background: #fff;
	border:1px solid #999;
	color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 200px;
	margin: 0 auto;
	padding: 5px;
	top: 180px;
	position: relative;
}
#design .wrap_design ul li .figure:hover div.figcaption {
	top: 0;
	left: 0;
}
/******************* price *************************/
#price{
}
#price h2{
	text-align:center;
	font-size:36px;
	margin: 0;
	padding: 0;
}
#price .inr{
	overflow:hidden;
	clear:both;
}
#price .sec_caption{
	text-align:center;
	margin:20px 0;
	font-size:20px;
}
#price .spec_list{
	width: 80%;
	text-align: center;
	border-collapse: collapse;
	margin:30px auto;
}
#price .spec_list td, #price .spec_list th {
    border: 2px solid #f5f5f5;
    font-weight: 600;
	padding: 12px 0;
}
#price .spec_list th {
    width: 220px;
    background: #f5f5f5;
    color: #9b9b9b;
}
#price .spec_list th.price_th {
	background: #69988C;
	color: #fff;
}
#price .spec_list td {
}
#price .spec_list td.price_td {
	color: #69988C;
}
#price .spec_list td .period {
}
#price .spec_list td .month {
	font-size: 20px;
	border-bottom: 1px solid;
	padding: 0px 0 5px;
	width: 200px;
	display: block;
	text-align: center;
	margin: 0 auto;
}
#price .spec_list td .month_price {
	font-size:36px;
}
#price .spec_list td .m_txt {
	font-size:24px;
}
/******************* application *************************/
#application{
	background:url("../images/app_back.png") repeat-x;
}
#application h2{
	text-align:center;
	font-size:36px;
	margin: 0;
	padding: 0;
}
#application .inr{
	overflow:hidden;
	clear:both;
}
#application .sec_caption{
	text-align:center;
	margin:20px 0;
	font-size:20px;
}
#application .app_btn {
    display: inline-block;
    padding: 20px 5px;
    text-decoration: none;
    border: solid 2px #69988C;
    border-radius: 3px;
    transition: .4s;
    background: #69988C;
    color: white;
	font-size:30px;
	width:500px;
}

#application .app_btn:hover {
    color: #69988C;
	background:#fff;
}
/******************* flow *************************/
#flow{
	background: #f4f3f2;
	clear:both;
	overflow:hidden;
}
#flow ol{
}
#flow li{
	border: 1px solid #ccc;
	margin: 0 30px 30px 0;
	padding: 20px;
	background: #fff;
	min-height: 200px;
	width: 443px;
	float:left;
}
#flow li.odd{
	margin: 0 0 20px 0;
	clear:right;
}
#flow .flow_list_ttl{
	font-size: 26px;
	font-weight: bold;
	color: #458071;
	border-bottom: 1px solid;
	margin: 0 0 20px;
}
#flow .flow_list_txt{
}
#flow .flow_list_txt p{
}
/******************* payment *************************/
#payment{
	background: #f4f3f2;
}
#payment h3{
	font-size: 26px;
	text-align:center;
}
#payment .payment_list{
	width: 100%;
	text-align: center;
	border-collapse: collapse;
	margin:30px auto;
	background:#fff;
}
#payment .payment_list td, #payment .payment_list th {
    border: 2px solid #f5f5f5;
	font-weight: 600;
	padding: 20px 0;
	font-size: 22px;
	width:50%;
}
#payment .payment_list .top{
	background: #69988C;
}
#payment .payment_list th{
}
#payment .payment_list td{
}
#payment .payment_list .emphasis{
	background: #FCFFE2;
	color: #fc4593;
	font-size: 18px;
	padding: 5px;
	font-weight: bold;
	margin: 5px auto;
	display: block;
	width: 200px;
}
#payment .payment_list .emphasis_price{
	color: #fc4593;
	font-size: 26px;
	font-weight: bold;
}
/******************* payment2 *************************/
#payment2{
}
#payment2 h3{
	font-size: 26px;
	text-align:center;
}
#payment2 .payment_list{
	width: 100%;
	text-align: center;
	border-collapse: collapse;
	margin:30px auto;
	background:#fff;
}
#payment2 .payment_list td, #payment2 .payment_list th {
    border: 2px solid #f5f5f5;
	font-weight: 600;
	padding: 20px 0;
	font-size: 22px;
	width:50%;
}
#payment2 .payment_list .top{
	background: #AEEAF2;
}
#payment2 .payment_list th{
}
#payment2 .payment_list td{
}
#payment2 .payment_list .emphasis{
	background: #FCFFE2;
	color: #fc4593;
	font-size: 18px;
	padding: 5px;
	font-weight: bold;
	margin: 5px auto;
	display: block;
	width: 200px;
}
#payment2 .payment_list .emphasis_price{
	color: #fc4593;
	font-size: 26px;
	font-weight: bold;
}
#payment2 p.ex{
	text-align:center;
}
/******************* contact *************************/
#contact{
	background: #f4f3f2;
	clear:both;
	overflow:hidden;
}
#contact .inr{
	background: #fff;
	padding: 10px 30px;
	width: 940px;
}
#contact .c_top{
	margin:20px 0 30px;
}
#contact .c_top h3{
	font-size:24px;
	padding:0 10px;
	border-left:5px solid #69988C;
}
#contact .c_top p{
	margin:10px 0 0;
}

#contact table.rg_tbl{
	width: 100%;
}
#contact table.rg_tbl tr{
}
#contact table.rg_tbl th{
	padding: 0 0 40px;
}
#contact table.rg_tbl td{
	width: 70%;
	padding: 0 0 40px;
	clear:both;
}
#contact table.rg_tbl select,
#contact table.rg_tbl input,
#contact table.rg_tbl textarea{
	width: 70%;
}
#contact table.rg_tbl input{
	height:24px;
}
#contact table.rg_tbl .con_txt_01{
	width:100px;
}
#contact table.rg_tbl .con_txt_02{
	width:150px;
}
#contact table.rg_tbl .con_txt_03{
	display:block;
	width:100px;
}
#contact table.rg_tbl td .rg_rd{
	width:100px;
	float:left;
	margin:0 30px 0 0;
	text-align:center;
}
#contact table.rg_tbl td .rg_rd img{
	border: 1px solid #ccc;
	padding: 3px;
}
#contact table.rg_tbl td .rg_rd p{
}
#contact table.rg_tbl td .rg_rd p.month{
	font-size: 16px;
}
#contact table.rg_tbl td .rg_rd span.price{
	font-size:12px;
}
#contact table.rg_tbl td.btn{
	text-align: center;
	margin: 0 auto;
	padding: 30px 0;
}
#contact table.rg_tbl .rg_btn{
	display: inline-block;
	padding: 25px 45px;
	border: none;
	border-radius: 0;
	background-color: #69988C;
	color: #fff;
	cursor:pointer;
	margin: 0 10px;
}
#contact table.rg_tbl .rg_btn:hover{
	background-color: #95B6AE;
}
#contact table.rg_tbl .alert{
    background: #fc4593;
    color: #fff;
    font-size: 12px;
    padding: 3px;
    margin: 0 0 0 12px;
}
#contact table.rg_tbl .ex{
    font-size: 12px;
}
#contact table.rg_tbl .alert_fm{
    font-size: 12px;
    color: #fc4593;
}
/******************* terms *************************/
#terms{
	background: #f4f3f2;
	clear: both;
	overflow: hidden;
	font-size: 12px;
}
#terms .inr{
	background: #fff;
	border: 1px solid #ccc;
	padding: 20px;
}
#terms .terms_box{
	margin: 20px 0 0;
}
#terms .terms_box h3{
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 10px;
}
#terms .terms_box p{
	margin: 0 0 10px;
}
#terms .terms_box ol{
}
#terms .terms_box ol li{
	list-style-type: nomber;
	margin: 0 0 3px 14px;
}
/******************* footer *************************/
#footer{
	padding: 40px 0 20px;
	background: #333;
	color: #fff;
}
#footer .inr{
	clear:both;
	overflow:hidden;
}
#footer .f_inr{
	float: left;
	width: 200px;
	text-align: left;
	margin: 0 66px 0 0;
}
#footer .f_inr.last{
	margin: 0 0 0 0;
}
#footer .f_inr p{
	font-size: 18px;
}
#footer .f_inr ul{
	margin:5px 13px;
}
#footer .f_inr ul li{
	position: relative;
}
#footer a:visited, #footer a:link, #footer a:active {
    color: #fff;
}
#footer .f_inr ul.f_inr_list li::after {
  display: block;
  content: '';
  position: absolute;
  top: .5em;
  left: -1em;
  width: 6px;
  height: 6px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/******************* copyright *************************/
#copyright{
	clear: both;
	text-align: center;
	font-size: 12px;
	padding: 40px 0 10px;
}
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
@media screen and (max-width: 1000px) {
	
	/* smartphone  style */
	img{
		width: 100%;
		height: auto;
	}
	#content{
		min-height:400px;
	}
	#content img{
		width: 100%;
	}
	*{
		font-size:98%;	
	}
	body{
		-webkit-text-size-adjust: 100%;
		min-width:100%;
	}
	#wrapper{
		padding-top:3%;
		width:100%;
		margin:0 auto;
	}
	#wrap-top{
		width:100%;
	}
	#sp_yohaku{
		width:96%;
		margin:0 auto;	
	}
	
	/*------------ sp_clearfix ------------*/
	.sp_clearfix:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
	.sp_clearfix {
		display: inline-table;
	}
	/*------------ IE-mac ------------*/
	* html .sp_clearfix {
		height: 1%;
	}
	*+html .sp_clearfix {
		min-height: 1%;
	}
	.sp_clearfix{
		display: block;
	}
	/*---------- End IE-mac ----------*/
	
	.sp_hidden{
		display:none;	
	}
	.gotop {
		width:100%;
		margin-top: 5%;
	}
	.inr{
		width:96%;
		margin: 0 2%;
	}
	.section{
		padding:30px 0;
	}
	.section .sec_txt{
		text-align:center;
		margin:10px 0;
	}
	/******************* header *************************/
	#header{
		height: 50px;
		overflow: hidden;
		margin: 0 auto;
		padding: 0;
		position: static;
		width: 100%;
		background: rgba(255, 255, 255, 0.9);
		border-bottom: 1px solid #eee;
		z-index: 999;
	}
	#header .inr{
		height: 50px;
		background: none;
		width: 100%;
		margin: 0 auto;
	}
	#header .hdr_left{
		float: none;
		width: 85%;
		height: 30px;
		position: fixed;
		background: rgba(255, 255, 255, 0.9);
		padding: 10px 0;
	}
	#header .hdr_left h1{
		height: 30px;
		background: url(../images/logo.png) no-repeat top left;
		background-size: 125px 30px;
	}
	#header .hdr_left h1 a{
		display: block;
		width: 100%;
		height: 30px;
		text-indent: -999999px;
	}
	#header .hdr_right{
		float:right;
	}
	#header .hdr_right #navTgl {
		display: none;
	}
	#header .hdr_right label.open,
	#header .hdr_right label.close {
		cursor: pointer;
		position: fixed;
		top: 0;
		right: 0;
		display: block;
	}
	#header .hdr_right .open {
		z-index: 2;
		width: 15%;
		height: 50px;
		color: white;
		background-color: #69988C;
		font-size: 30px;
		text-align: center;
		-webkit-transition: background-color .6s, -webkit-transform .6s;
		transition: background-color .6s, transform .6s;
	}
	#navTgl:checked + .open {
		background-color: rgba(0, 0, 0, 0.6);
		-webkit-transform: translateX(-250px);
		transform: translateX(-250px);
	}
	#header .hdr_right .close {
		pointer-events: none;
		z-index: 1;
		width: 100%;
		height: 100%;
		transition: background-color .6s;
	}
	#navTgl:checked ~ .close {
		pointer-events: auto;
		background-color: rgba(0,0,0,.3);
	}
	
	#header .hdr_right .g_navi{
		width:500px;
		overflow:hidden;
	}
	#header .hdr_right .g_navi ul{
		margin: 0;
		overflow:hidden;
  	}
	#header .hdr_right .g_navi li{
		width: 100%;
		text-align: center;
		float: none;
		height: 49px;
	}
	#header .hdr_right .g_navi li a{
		padding: 14px 0;
		display: block;
	}
	
	#header .hdr_right .g_navi {
		z-index: 1;
		position: fixed;
		top: 0;
		right: 0;
		width: 250px;
		height: 100%;
		background-color: rgba(0,0,0,.6);
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		-webkit-transition: -webkit-transform .6s;
		transition: transform .6s;
	}
	
	#navTgl:checked ~ .g_navi {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	
	#header .hdr_right .g_navi p,
	#header .hdr_right .g_navi li a {
		color: white;
	}
	
	#header .hdr_right .g_navi p {
		text-align: center;
	}
	
	#header .hdr_right .g_navi ul {
		padding: 0;
		list-style-type:none;
	}
	
	#header .hdr_right .g_navi li {
		border-bottom: 1px solid rgba(255,255,255,.6);
		font-size: .8em;
		line-height: 1.4;
	}
	
	#header .hdr_right .g_navi li:first-child {
		border-top: 1px solid rgba(255,255,255,.6);
	}
	
	#header .hdr_right .g_navi li a {
		display: block;
		padding: 1.8em 2em;
		text-decoration: none;
		transition: background-color .6s;
	}
	
	#header .hdr_right .g_navi li a:hover {
		background-color: black;
	}

	/******************* breadcrumb_list *************************/
	.breadcrumb_list{
		display:none;
	}
	.breadcrumb_list ol{
	}
	.breadcrumb_list ol li{
		display: inline-block;
		margin: 0 10px;
	}
	/******************* page_ttl *************************/
	.page_ttl{
		text-align:center;
	}
	.page_ttl h2{
		font-size: 24px;
	}
	.page_ttl p{
		margin:10px 0;
	}
	.page_ttl .page_ttl_list ul{
	}
	.page_ttl .page_ttl_list li{
		display: inline-block;
		border-right: 1px solid;
		padding: 0 10px;
	}
	.page_ttl .page_ttl_list li.last{
		border:none;
	}
	/******************* main *************************/
	#main{
		position:static;
		top: 0;
	}
	/******************* main_img *************************/
	#main_img{
		/* 画像ファイルの指定 */
		background: url(../images/background-photo3_sp.jpg) center center/cover no-repeat;
		height: 200px;
	}
	#main_img .inr {
		height: 200px;
	}
	#main_img .top_box {
		padding: 20px 10px;
		top: 50px;
	}
	#main_img .inr .top_ttl{
		font-size: 14px;
		text-align: center;
		width: 100%;
	}
	#main_img .inr .top_txt{
		display:none;
		font-size: 16px;
		width: 100%;
		margin: 0 auto 10px;
	}
	#main_img .inr .top_btn{
		font-size: 14px;
		background: #69988C;
		color: #fff;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		width: 100%;
		margin: 3px auto 0;
		padding: 0;
	}
	#main_img .inr .top_btn a{
		color: #fff;
		display: block;
		padding: 5px;
	}
	#main_img .inr .top_btn a:hover{
		text-decoration: none;
		background: #95B6AE;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}
	/******************* landing *************************/
	#landing{
	}
	#landing h2{
		font-size:18px;
		margin:0 0 10px;
	}
	#landing .inr{
		overflow:hidden;
		clear:both;
	}
	#landing .inr .inr_box_l{
		float: none;
		width: 100%;
	}
	#landing .inr .inr_box_r{
		float: none;
		width: 100%;
	}
	#landing .inr .inr_box_r p{
		font-size:12px;
		margin: 0 0 7px;
	}
	/******************* entrance *************************/
	#entrance{
		background:#FFF2EB;
	}
	#entrance h2{
		font-size:18px;
		margin:0 0 10px;
	}
	#entrance .inr{
		overflow:hidden;
		clear:both;
	}
	#entrance .inr .inr_box_r{
		float: none;
		width: 100%;
	}
	#entrance .inr .inr_box_l{
		float: none;
		width: 100%;
	}
	#entrance .inr .inr_box_l p{
		font-size:12px;
		margin: 0 0 7px;
	}
	/******************* design *************************/
	#design{
	}
	#design h2{
		text-align: center;
		font-size: 22px;
		margin: 0;
		padding: 0;
	}
	#design .inr{
		overflow:hidden;
		clear:both;
	}
	#design .sec_caption{
		text-align:center;
		margin:10px 0;
		font-size:14px;
	}
	#design .wrap_design{
	}
	#design .wrap_design ul{
	}
	#design .wrap_design ul li{
		display: inline-block;
		margin: 0px 10px 10px 0;
		width: 43%;
	}
	#design .wrap_design ul li.last_li{
		display: inline-block;
		margin: 0 0 0 0;
	}
	#design .wrap_design ul li .figure {
		position: relative;
		overflow: hidden;
		width: 96%;
		border: 2px solid #eee;
		height: 100%;
		padding: 2%;
	}
	#design .wrap_design ul li .figcaption {
		position: absolute;
		top: -100%;
		left: 0;
		z-index: 2;
		width: 100%;
		height: 100%;
		background: rgba(255,255,255,.6);
		-webkit-transition: .3s;
		transition: .3s;
		opacity: 1;
		text-align: center;
	}
	#design .wrap_design ul li .figcaption p{
		font-size: 14px;
		background: #fff;
		border: 1px solid #999;
		color: #fff;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		width: 80%;
		margin: 0 auto;
		padding: 0;
		top: 80px;
		position: relative;
	}
	#design .wrap_design ul li .figure:hover div.figcaption {
		top: 0;
		left: 0;
	}
	/******************* price *************************/
	#price{
	}
	#price h2{
		text-align:center;
		font-size:22px;
		margin: 0;
		padding: 0;
	}
	#price .inr{
		overflow:hidden;
		clear:both;
	}
	#price .sec_caption{
		text-align:center;
		margin:10px 0;
		font-size:14px;
	}
	#price .spec_list{
		width: 100%;
		text-align: center;
		border-collapse: collapse;
		margin:30px auto;
	}
	#price .spec_list td, #price .spec_list th {
		border: 2px solid #f5f5f5;
		font-weight: 600;
		padding: 12px 0;
	}
	#price .spec_list th {
		width:20%;
		background: #f5f5f5;
		color: #9b9b9b;
	}
	#price .spec_list th.price_th {
		background: #69988C;
		color: #fff;
	}
	#price .spec_list td {
	}
	#price .spec_list td.price_td {
		color: #69988C;
		width:40%;
	}
	#price .spec_list td .period {
	}
	#price .spec_list td .month {
		font-size: 12px;
		border-bottom: 1px solid;
		padding: 0px 0 5px;
		width: 100%;
		display: block;
		text-align: center;
		margin: 0 auto;
	}
	#price .spec_list td .month_price {
		font-size:20px;
	}
	#price .spec_list td .m_txt {
		font-size:18px;
	}
	/******************* application *************************/
	#application{
		background:url("../images/app_back.png") repeat-x;
	}
	#application h2{
		text-align:center;
		font-size:28px;
		margin: 0;
		padding: 0;
	}
	#application .inr{
		overflow:hidden;
		clear:both;
	}
	#application .sec_caption{
		text-align:center;
		margin:20px 0;
		font-size:20px;
	}
	#application .app_btn {
		display: inline-block;
		padding: 10px 5px;
		text-decoration: none;
		border: solid 2px #69988C;
		border-radius: 3px;
		transition: .4s;
		background: #69988C;
		color: white;
		font-size: 18px;
		width: 90%;
	}
	
	#application .app_btn:hover {
		color: #69988C;
		background:#fff;
	}
	/******************* flow *************************/
	#flow{
		background: #f4f3f2;
		clear:both;
		overflow:hidden;
	}
	#flow ol{
	}
	#flow li{
		border: 1px solid #ccc;
		margin: 0 0% 30px 0;
		background: #fff;
		min-height: 200px;
		width: 86%;
		float: left;
		padding: 6%;
	}
	#flow li.odd{
		margin: 0 0 20px 0;
		clear:right;
	}
	#flow .flow_list_ttl{
		font-size: 26px;
		font-weight: bold;
		color: #458071;
		border-bottom: 1px solid;
		margin: 0 0 20px;
	}
	#flow .flow_list_txt{
	}
	#flow .flow_list_txt p{
	}
	/******************* payment *************************/
	#payment{
		background: #f4f3f2;
	}
	#payment h3{
		font-size: 22px;
		text-align:center;
	}
	#payment .payment_list{
		width: 100%;
		text-align: center;
		border-collapse: collapse;
		margin:30px auto;
		background:#fff;
	}
	#payment .payment_list td, #payment .payment_list th {
		border: 2px solid #f5f5f5;
		font-weight: 600;
		padding: 20px 0;
		font-size: 16px;
		width:50%;
	}
	#payment .payment_list .top{
		background: #69988C;
	}
	#payment .payment_list th{
	}
	#payment .payment_list td{
	}
	#payment .payment_list .emphasis{
		background: #FCFFE2;
		color: #fc4593;
		font-size: 18px;
		padding: 5px;
		font-weight: bold;
		margin: 5px auto;
		display: block;
		width: 200px;
	}
	#payment .payment_list .emphasis_price{
		color: #fc4593;
		font-size: 18px;
		font-weight: bold;
	}
	/******************* payment2 *************************/
	#payment2{
	}
	#payment2 h3{
		font-size: 26px;
		text-align:center;
	}
	#payment2 .payment_list{
		width: 100%;
		text-align: center;
		border-collapse: collapse;
		margin:30px auto;
		background:#fff;
	}
	#payment2 .payment_list td, #payment2 .payment_list th {
		border: 2px solid #f5f5f5;
		font-weight: 600;
		padding: 20px 0;
		font-size: 22px;
		width:50%;
	}
	#payment2 .payment_list .top{
		background: #AEEAF2;
	}
	#payment2 .payment_list th{
	}
	#payment2 .payment_list td{
	}
	#payment2 .payment_list .emphasis{
		background: #FCFFE2;
		color: #fc4593;
		font-size: 18px;
		padding: 5px;
		font-weight: bold;
		margin: 5px auto;
		display: block;
		width: 200px;
	}
	#payment2 .payment_list .emphasis_price{
		color: #fc4593;
		font-size: 26px;
		font-weight: bold;
	}
	#payment2 p.ex{
		text-align:center;
	}
	/******************* contact *************************/
	#contact{
		background: #f4f3f2;
		clear:both;
		overflow:hidden;
	}
	#contact .inr{
		background: #fff;
		padding: 2%;
		width: 92%;
	}
	#contact .c_top{
		margin:20px 0 30px;
	}
	#contact .c_top h3{
		font-size:24px;
		padding:0 10px;
		border-left:5px solid #69988C;
	}
	#contact .c_top p{
		margin:10px 0 0;
	}
	
	#contact table.rg_tbl{
		width: 100%;
	}
	#contact table.rg_tbl tr{
		display: block;
		margin: 0 0 30px;
		width: 100%;
	}
	#contact table.rg_tbl th{
		padding: 0;
		width: 100%;
		display: block;
		margin: 0 0 3px;
	}
	#contact table.rg_tbl td{
		width: 100%;
		padding: 0;
		clear: both;
		display: block;
		overflow: hidden;
	}
	#contact table.rg_tbl select,
	#contact table.rg_tbl input,
	#contact table.rg_tbl textarea{
		width: 90%;
	}
	#contact table.rg_tbl input{
		height:24px;
	}
	#contact table.rg_tbl .con_txt_01{
		width:100px;
	}
	#contact table.rg_tbl .con_txt_02{
		width:150px;
	}
	#contact table.rg_tbl .con_txt_03{
		display:block;
		width:100%;
		text-align: center;
	}
	#contact table.rg_tbl td .rg_rd{
		width: 30%;
		float: left;
		margin: 0 3% 0 0;
		text-align: center;
	}
	#contact table.rg_tbl td .rg_rd img{
		border: 1px solid #ccc;
		padding: 3px;
		width: 90%;
		height:86px;
	}
	#contact table.rg_tbl td .rg_rd p{
	}
	#contact table.rg_tbl td .rg_rd p.month{
		font-size: 16px;
	}
	#contact table.rg_tbl td .rg_rd span.price{
		font-size:12px;
	}
	#contact table.rg_tbl td.btn{
		text-align: center;
		margin: 0 auto;
		padding: 30px 0;
	}
	#contact table.rg_tbl .rg_btn{
		display: inline-block;
		padding: 20px;
		border: none;
		border-radius: 0;
		background-color: #69988C;
		color: #fff;
		cursor: pointer;
		margin: 0 10px;
		width: 42%;
	}
	#contact table.rg_tbl .rg_btn:hover{
		background-color: #95B6AE;
	}
	#contact table.rg_tbl .alert{
		background: #fc4593;
		color: #fff;
		font-size: 12px;
		padding: 3px;
		margin: 0 0 0 12px;
	}
	#contact table.rg_tbl .ex{
		font-size: 12px;
	}
	#contact table.rg_tbl .alert_fm{
		font-size: 12px;
		color: #fc4593;
	}
	/******************* terms *************************/
	#terms{
		background: #f4f3f2;
		clear: both;
		overflow: hidden;
		font-size: 12px;
	}
	#terms .inr{
		background: #fff;
		border: 1px solid #ccc;
		padding: 10px 3%;
		width: 90%;
	}
	#terms .terms_box{
		margin: 20px 0 0;
	}
	#terms .terms_box h3{
		font-size: 18px;
		font-weight: bold;
		margin: 0 0 10px;
	}
	#terms .terms_box p{
		margin: 0 0 10px;
	}
	#terms .terms_box ol{
	}
	#terms .terms_box ol li{
		list-style-type: nomber;
		margin: 0 0 3px 14px;
	}
	/******************* footer *************************/
	#footer{
		margin: 0px auto 0;
		padding: 10px 0;
	}
	#footer .inr{
		clear: both;
		overflow: hidden;
		padding: 10px 3%;
		width: 93%;
		margin: 0 auto;
	}
	#footer .f_inr{
		float: left;
		width: 33%;
		text-align: center;
		margin: 0;
		font-size: 12px;
	}
	#footer .f_inr.last{
		display:none;
	}
	#footer .f_inr img{
		width: 200px;
	}
	#footer .f_inr p{
		text-align: left;
		font-size: 80%;
	}
	#footer .f_inr p.zipcode{
		margin:10px 0 0;
	}
	#footer .f_inr p.address{
	}
	#footer .f_inr p.hp{
		margin:0 0 10px;
	}
	#footer .f_inr ul{
	}
	#footer .f_inr ul li{
		position: relative;
		text-align: left;
	}
	#footer .f_inr ul li::after {
	  display: block;
	  content: '';
	  position: absolute;
	  top: .5em;
	  left: -1em;
	  width: 6px;
	  height: 6px;
	  border-right: 1px solid #666;
	  border-bottom: 1px solid #666;
	  -webkit-transform: rotate(-45deg);
	  transform: rotate(-45deg);
	}
	/******************* copyright *************************/
	#copyright{
		clear: both;
		text-align: center;
		font-size: 70%;
		padding: 0 0 10px;
	}
}
