@charset "utf-8";

/* Body
------------------------------ */
body {
	box-shadow: none;
	color: #000000;
	font-family: "メイリオ", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro",
				 "Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",
				 "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 2em;
	letter-spacing: 0;
	-webkit-text-size-adjust: 100%!important;
	top: 0!important;
}
a:link{
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
}
a:active {
	color: #000;
}
a:hover {
	color: #000;
}
a{
	transition: .3s;
}

.text_link {
	display: inline-block;
	text-decoration: none;
	color: #757575!important;
}
/* reset default css */
.text_link:after {
	content: "";
	display: block;
	width: 100%;
	transition: width 0.3s;
	border-bottom: 2px solid #757575;
	margin: -6px auto 0;
	border-radius: 1px;
}
.text_link:hover{
	text-decoration: none;
}
.text_link:hover:after {
	width: 0;
}

.emphasis{
	font-weight: 700;
	color: #e62528;
}
.caution{
	position: relative;
	display: block;
	font-size: 14px;
	padding-left: 1em!important;
	text-indent: -1em;
	line-height: 1.4em;
	margin-top: 14px;
}
.caution:before{
	content: "※";
}

/* layout
------------------------------ */
.wrapper{
	position: relative;
	display: block;
	clear: both;
	float: none;
	width: 950px;
	margin: 0 auto;
	padding: 0;
}

/* Common
------------------------------ */
.clear{
	clear: both;
	float: none;
}
.fl_l{
	position: relative;
	display: block;
	float: left;
}
.fl_r{
	position: relative;
	display: block;
	float: right;
}
.btn a{
	position: relative;
	display: block;
	width: 170px;
	height: 50px;
	color: #00ACC1;
	font-size: 16px;
	font-weight: 600;
	font-family: "Rounded Mplus 1c", sans-serif;
	line-height: 1em;
	text-align: left!important;
	border: 3px solid #00ACC1;
	margin: 0 auto;
	padding: 14px 0 0 16px;
	box-sizing: border-box;
}
.btn a:after{
	content: "";
	width: 7px;
	height: 15px;
	position: absolute;
	display: block;
	background: url(../images/arrow_right.png) no-repeat 0 0;
	-webkit-background-size: contain;
	background-size: contain;
	top: 0;
	right: 16px;
	bottom: 0;
	margin: auto 0;
	transition: .2s;
}
.btn a:hover{
	border-radius: 30px;
	background: #00ACC1;
	color: #FFF;
}
.btn a:hover:after{
	background-image: url(../images/arrow_right_w.png);
	transition: .2s;
}
.wave:after{
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 10px;
	background: url(../images/wave_white.png) repeat-x top left;
	-webkit-background-size: 27px 10px;
	background-size: 27px 10px;
	z-index: 20;
}
.wave_reverse:before{
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 10px;
	transform: rotate( -180deg );
	background-repeat: repeat;
	background-position: top left;
	-webkit-background-size: 27px 10px;
	background-size: 27px 10px;
}

/* Header
------------------------------ */
header{
	padding-top: 22px;
}
header.wave:after{
	margin-top: -1px;
}
#header_logo a{
	position: relative;
	display: block;
	width: 218px;
	height: 38px;
	text-indent: -9999px;
	background: url(../images/logo.svg) no-repeat center left;
	-webkit-background-size: auto 33px;
	background-size: auto 33px;
	margin-right: 18px;
	padding-right: 18px;
	border-right: 1px solid #000;
}
#header_logo a:hover{
	opacity: 0.6;
}
#lead{
	font-size: 12px;
	font-weight: 600;
	font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro",
				 "Hiragino Maru Gothic Pro","メイリオ",
				 "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",
				 "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", sans-serif;
	line-height: 1.4em;
	padding-top: 3px;
}
.image_btn a{
	display: block;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: contain;
	background-size: contain;
	border-radius: 5px;
	border: 0;
	padding: 0;
}
.image_btn a:after{
	display: none;
}
.image_btn a:hover{
	opacity: 0.7;
	-webkit-background-size: contain;
	background-size: contain;
}
header .image_btn a{
	width: 246px;
	height: 42px;
	background-color: #EE5350;
	background-image: url(../images/header_entry.png);
}
header .image_btn a:hover{
	opacity: 0.7;
	background-color: #EE5350;
	background-image: url(../images/header_entry.png);
	-webkit-background-size: contain;
	background-size: contain;
}
header p.clear{
	height: 4px;
}
.sub_header .header_info{
	padding-bottom: 20px;
}

/* gnav */
#gnav ul{
	margin-top: 8px;
	padding-bottom: 18px;
}
#gnav ul li{
	position: relative;
	display: inline-block;
	width: 153px;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	line-height: 1.3em;
}
#gnav ul li a{
	position: relative;
	display: block;
	width: 100%;
	font-family: "Rounded Mplus 1c", sans-serif;
	font-weight: 600;
	padding: 60px 0 0;
}
#gnav ul li a span{
	position: relative;
	display: block;
	color: #949494;
	font-size: 10px;
	letter-spacing: 0.1em;
}
#gnav ul li a:before{
	content: "";
	display: block;
	width: 52px;
	height: 52px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: 0 0;
	-webkit-background-size: contain;
	background-size: contain;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}
#gnav ul li:first-child a:before{
	background-image: url(../images/home_icon.jpg);
}
#gnav ul li:nth-child(2) a:before{
	background-image: url(../images/target_icon.jpg);
}
#gnav ul li:nth-child(3) a:before{
	background-image: url(../images/service_icon.jpg);
}
#gnav ul li:nth-child(4) a:before{
	background-image: url(../images/price_icon.jpg);
}
#gnav ul li:nth-child(5) a:before{
	background-image: url(../images/plan_icon.jpg);
}
#gnav ul li:nth-child(6) a:before{
	background-image: url(../images/contact_icon.jpg);
}
#gnav ul li a:hover{
	opacity: .7;
}

/* bxslider */
#slider{
	position: relative;
	display: block;
}
#slider:after{
	top: 0;
	margin-top: 19px;
	z-index: 10;
}
.bxslider li{
	font-size: 0;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: contain;
	background-size: contain;
	padding-bottom: 1.2%;
}
.bxslider li.first{
	background-image: url(../images/slider1.jpg);
}
.bxslider li.second{
	background-image: url(../images/slider2.jpg);
}
.bxslider li.third{
	background-image: url(../images/slider3.jpg);
}

/* top_main_contents
------------------------------ */
.top_main_contents section{
	text-align: center;
	padding: 48px 0 78px;
}
.top_main_contents h2{
	text-align: center;
	font-size: 22px;
	font-family: "Rounded Mplus 1c", sans-serif;
	font-weight: 700;
	margin-bottom: 32px;
	padding: 75px 0 30px;
	background: url(../images/dot_line.png) no-repeat center bottom;
	-webkit-background-size: 76px 5px;
	background-size: 76px 5px;
}
.top_main_contents h2:before{
	content: "";
	position: absolute;
	display: block;
	width: 62px;
	height: 55px;
	background-repeat: no-repeat;
	background-position: top center;
	-webkit-background-size: 62px 55px;
	background-size: 62px 55px;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}

/* top_service */
.top_service{
	background-color: #FDCA29;
	background-image: url(../images/top_service1.jpg),
					  url(../images/top_service2.jpg);
	background-position: left top 200px, right top 50px;
	background-repeat: no-repeat, no-repeat;
	-webkit-background-size: 265px 300px;
	background-size: 265px 300px;
}
.top_service .logo{
	font-weight: 700;
}
.top_service h2:before{
	background-image: url(../images/service_title.png);
}
#top_point{
	position: relative;
	display: block;
	width: 706px;
	height: 206px;
	margin: 40px auto 50px;
}
#top_point li{
	width: 204px;
	height: 206px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: 0 0;
	-webkit-background-size: contain;
	background-size: contain;
	margin-right: 47px;
}
#top_point li:nth-child(1){
	background-image: url(../images/top_point1.png);
}
#top_point li:nth-child(2){
	background-image: url(../images/top_point2.png);
}
#top_point li:nth-child(3){
	background-image: url(../images/top_point3.png);
	margin-right: 0;
}

/* top_price */
.top_price{
	margin-bottom: 60px;
}
.top_price .set_fukidashi{
	position: absolute;
	display: block;
	width: 162px;
	height: 128px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: 0 0;
	-webkit-background-size: contain;
	background-size: contain;
}
.top_price .set_fukidashi:first-child{
	background-image: url(../images/top_fukidashi1.png);
	margin-top: 70px;
	left: 40px;
}
.top_price .set_fukidashi:nth-child(3){
	background-image: url(../images/top_fukidashi2.png);
	bottom: 154px;
	right: 40px;
}
.top_price .price_box{
	height: 244px!important;
	background: none!important;
	text-indent: 0!important;
}
.top_price .price_box img{
	max-width: 460px;
	width: 100%;
}
.top_price .price_box:after{
	display: none!important;
}

/* top_target */
.top_target,.top_plans{
	background: url(../images/gray_stripe.jpg) repeat top left;
	-webkit-background-size: 60px 72px;
	background-size: 60px 72px;
}
.top_target h2:before{
	background-image: url(../images/target_title.png);
}
.target_illust{
	position: relative;
	display: block;
	width: 712px;
	height: 160px;
	background: url(../images/target_illust.png) no-repeat 0 0;
	-webkit-background-size: contain;
	background-size: contain;
	margin: 20px auto 40px;
}

/* top_info */
.top_info{
	position: relative;
	display: block;
}
.top_info:before{
	content: "";
	position: absolute;
	display: block;
	width: 50%;
	height: 100%;
	background: #00ACC1;
	right: 50%;
	margin-top: -48px;
}
.top_info:after{
	content: "";
	position: absolute;
	display: block;
	width: 50%;
	height: 100%;
	background: #397BD1;
	left: 50%;
	top: 0;
	z-index: -1;
}
.top_info h2{
	position: relative;
	display: block;
	width: 396px;
	height: auto;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: 0 0;
	-webkit-background-size: 396px 88px;
	background-size: 396px 88px;
	padding: 0;
}
.top_info .fl_l h2{
	background-image: url(../images/use_title.png);
}
.top_info .fl_r h2{
	background-image: url(../images/info_title.png);
}
.top_info h2 span{
	position: relative;
	display: block;
	color: #FFF;
	font-size: 10px;
	font-weight: 400;
	text-indent: 0;
	letter-spacing: 0.2em;
	line-height: 1em;
	margin-top: 50px;
}
.youtube{
	position: relative;
	display: block;
	width: 390px;
	height: 243px;
	background: #FFF;
	border: 5px solid #FFF;
	border-radius: 5px;
}
.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
.facebook{
	position: relative;
	display: block;
	width: 410px;
	height: 318px;
	background: #FFF;
	border-radius: 4px;
	padding: 26px 0;
}
.top_info .btn a{
	border-color: #FFF;
	color: #FFF;
	margin-top: 56px;
}
.top_info .btn a:after{
	background-image: url(../images/arrow_right_w.png);
}
.top_info .btn a:hover{
	color: #00ACC1;
	background: #FFF;
}
.top_info .btn a:hover:after{
	background-image: url(../images/arrow_right.png);
}

/* top_plans */
.top_plans h2:before{
	background-image: url(../images/plan_title.png);
}
.top_plans ul{
	margin: 55px auto 0;
}
.top_plans ul li{
	width: 456px;
	height: 252px;
	font-size: 22px;
	color: #00ACC1;
	text-align: center;
	border: 5px solid #FFF;
	background: #FFF;
	border-radius: 4px;
}
.top_plans ul li img{
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}
.top_plans .btn a{
	margin-top: 55px;
}

/* main_contents
------------------------------ */
.main_title{
	position: relative;
	display: block;
	height: 126px;
	background: #ccc;
	z-index: -1;
	padding-top: 40px;
}
.main_title h1,
.main_title h2{
	font-size: 22px;
	font-weight: 700;
	font-family: "Rounded Mplus 1c", sans-serif;
	text-align: center;
	line-height: 1em;
	padding-top: 70px;
	background-repeat: no-repeat;
	background-position: top center;
	-webkit-background-size: 62px 55px;
	background-size: 62px 55px;
}
.center_title{
	position: relative;
	display: block;
	font-size: 26px;
	font-weight: 700;
	font-family: "Rounded Mplus 1c", sans-serif;
	line-height: 1.7em;
	letter-spacing: 0.07em;
	text-align: center;
	margin-bottom: 40px;
	padding-bottom: 28px;
}
.center_title:after{
	content: "";
	position: absolute;
	display: block;
	width: 76px;
	height: 5px;
	background-repeat: no-repeat;
	background-position: 0 0;
	-webkit-background-size: 954px 5px;
	background-size: 954px 5px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
}
.box_title{
	font-size: 28px;
	text-align: left;
	line-height: 1em;
	letter-spacing: 0.07em;
	margin: 2px auto 24px;
	padding: 80px 0 20px 36px;
	background-repeat: repeat-x;
	background-position: bottom left;
	-webkit-background-size: 954px 5px;
	background-size: 954px 5px;
}
.box_title:before{
	content: "";
	position: absolute;
	display: block;
	width: 25px;
	height: 25px;
	background-repeat: no-repeat;
	background-position: 0 0;
	-webkit-background-size: 25px;
	background-size: 25px;
	margin-top: 2px;
	left: 0;
}
span.yellow{
	color: #FCC221;
	font-weight: 700;
	letter-spacing: 0.08em;
	margin-right: 20px;
}
span.purple{
	color: #9575CD;
}

table tr th{
	font-weight: 600;
	text-align: left;
}

/* service
------------------------------ */
#service_title{
	background: #FCC221;
}
#service_title h1{
	background-image: url(../images/service_title.png);
}

#service{
	position: relative;
	display: block;
	text-align: center;
	background: url(../images/yellow_stripe.jpg) repeat top left;
	-webkit-background-size: 60px 72px;
	background-size: 60px 72px;
	padding: 70px 0;
}
#service .center_title:after{
	background-image: url(../images/dot_line_yellow.png);
}
#service .box_title{
	background-image: url(../images/dot_line_yellow.png);
	margin-bottom: 50px;
}
#service .box_title:before{
	background-image: url(../images/service_boxtitle.png);
}

.flow li{
	width: 108px;
	height: 150px;
	text-indent: -9999px;
	margin-right: 60px;
	background-repeat: no-repeat;
	background-position: 0 0;
	-webkit-background-size: contain;
	background-size: contain;
}
.flow li:after{
	content: "";
	position: absolute;
	display: block;
	width: 36px;
	height: 34px;
	background: url(../images/right_yellow.png) no-repeat 0 0;
	-webkit-background-size: contain;
	background-size: contain;
	top: 0;
	right: -48px;
	bottom: 0;
	margin: auto 0;
}
.flow li:first-child{
	background-image: url(../images/flow_step1.png);
}
.flow li:nth-child(2){
	background-image: url(../images/flow_step2.png);
}
.flow li:nth-child(3){
	background-image: url(../images/flow_step3.png);
}
.flow li:nth-child(4){
	background-image: url(../images/flow_step4.png);
}
.flow li:nth-child(5){
	background-image: url(../images/flow_step5.png);
}
.flow li:nth-child(6){
	margin-right: 0;
	background-image: url(../images/flow_step6.png);
}
.flow li:nth-child(6):after{
	display: none;
}

.flow_detail{
	position: relative;
	display: block;
	margin-top: 62px;
}
.flow_detail li{
	width: 462px;
	height: 244px;
	font-weight: 600;
	text-align: left;
	line-height: 1.4em;
	letter-spacing: 0.06em;
	background: #FFF;
	border: 5px solid #FCC221;
	margin: 0 22px 22px 0;
	padding: 24px;
	box-sizing: border-box;
}
.flow_detail li:nth-child(1),
.flow_detail li:nth-child(2){
	height: 390px;
}
.flow_detail li:nth-child(3),
.flow_detail li:nth-child(4){
	height: 350px;
}
.flow_detail li:nth-child(2n){
	margin-right: 0;
}
.flow_detail li:last-child{
	position: relative;
	display: block;
	clear: both;
	float: none;
	border: none;
	background: none;
	color: #FCC221;
	font-size: 47px;
	text-align: center;
	margin: 0 auto;
	padding-top: 65px;
}
.flow_detail li span.title{
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 1.4em;
	letter-spacing: 0;
	margin-bottom: 12px;
	padding-left: 110px;
}
.flow_detail li span.yellow{
	position: absolute;
	left: 0;
	letter-spacing: 0;
}

/* price */
#price{
	position: relative;
	display: block;
	z-index: 10;
	background: url(../images/purple_stripe.jpg) repeat top left;
	-webkit-background-size: 60px 72px;
	background-size: 60px 72px;
	padding-bottom: 90px;
}
#price:before{
	background-image: url(../images/wave_purple.png);
	top: -10px;
}
#price .main_title{
	background: #9575CD;
}
#price .main_title h2{
	background-image: url(../images/price_title.png);
}
#price .box_title{
	width: 950px;
	height: 60px;
	padding: 0;
	color: #FFF;
	border-radius: 5px;
	background: #9575CD;
	text-align: center;
	padding-top: 30px;
	margin-top: 56px;
}
#price .yellow{
	margin-right: 0;
}
#price ul{
	position: relative;
	display: block;
	height: 244px;
	padding-bottom: 140px;
}
#price ul:after{
	content: "";
	position: absolute;
	display: block;
	width: 55px;
	height: 60px;
	transform: rotate( 90deg );
	background: url(../images/right_purple.png) no-repeat 0 0;
	-webkit-background-size: contain;
	background-size: contain;
	left: 0;
	right: 0;
	bottom: 20px;
	margin: 0 auto;
}
#price ul li{
	width: 255px;
	height: 220px;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.4em;
	text-align: center;
	margin-right: 77px;
	padding-top: 24px;
	background: #FFF;
	border: 5px solid #9575CD;
}
#price ul li:after{
	content: "";
	position: absolute;
	display: block;
	width: 60px;
	height: 60px;
	background: url(../images/plus_purple.png) no-repeat 0 0;
	-webkit-background-size: contain;
	background-size: contain;
	top: 0;
	right: -72px;
	bottom: 0;
	margin: auto 0;
}
#price ul li:nth-child(3){
	margin-right: 0;
}
#price ul li:nth-child(3):after{
	display: none;
}
#price ul li .photo{
	position: relative;
	display: block;
	width: 220px;
	height: 130px;
	margin: 0 auto;
}
#price ul li .photo img{
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}
.price_box{
	position: relative;
	display: block;
	width: 100%;
	height: 328px;
	text-indent: -9999px;
	background: url(../images/price_15000box.png) no-repeat bottom left 248px;
	-webkit-background-size: 464px 298px;
	background-size: 464px 298px;
	margin: 0 auto;
}
.price_box:after{
	content: "";
	position: absolute;
	display: block;
	width: 818px;
	height: 328px;
	background: url(../images/price_15000box_after.png) no-repeat 0 0;
	-webkit-background-size: contain;
	background-size: contain;
	left: 80px;
	bottom: -30px;
}

#price_detail{
	background: rgba(149,117,205,.2);
	padding: 0 0 80px;
	font-weight: 600;
}
#price_detail .box_title:first-of-type{
	margin-top: 0;
}
#price_detail .box_title{
	background-image: url(../images/dot_line_purple.png);
}
#price_detail .box_title:before{
	background-image: url(../images/price_boxtitle.png);
}
.badge_list{
	position: relative;
	display: block;
	width: 560px;
	height: 200px;
	margin: 46px auto 0;
}
.badge_list li{
	height: 200px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: 0 0;
	-webkit-background-size: contain;
	background-size: contain;
	margin-right: 20px;
	box-sizing: border-box;
	line-height: 1em;
}
.badge_list li:first-child{
	width: 93px;
	margin-top: 37px;
	background-image: url(../images/price32.png);
	padding-top: 144px;
}
.badge_list li:nth-child(2){
	width: 111px;
	margin-top: 28px;
	background-image: url(../images/price38.png);
	padding-top: 153px;
}
.badge_list li:nth-child(3){
	width: 129px;
	margin-top: 19px;
	background-image: url(../images/price44.png);
	padding-top: 162px;
}
.badge_list li:nth-child(4){
	width: 167px;
	background-image: url(../images/price57.png);
	margin-right: 0;
	padding-top: 180px;
}

.design_list{
	margin-top: 52px;
}
.design_list li{
	width: 302px;
	height: 170px;
	text-align: center;
	margin-right: 22px;
	background: #FFF;
	border-radius: 5px;
	padding-top: 15px;
}
.design_list li:nth-child(3){
	margin-right: 0;
}
.design_list li img{
	position: relative;
	display: block;
	width: 270px;
	height: 110px;
	margin: 0 auto;
}

#price_detail table{
	position: relative;
	display: block;
	width: 670px;
	height: 201px;
	background: #FFF;
	border: 3px solid #9575CD;
	box-sizing: border-box;
	border-radius: 5px;
}
#price_detail table tr th{
	width: 447px;
	line-height: 1em;
	letter-spacing: 0.08em;
	border-right: 3px solid #9575CD;
	border-bottom: 3px solid #9575CD;
	padding: 13px 20px;
	box-sizing: border-box;
}
#price_detail table tr td{
	width: 228px;
	color: #EE5350;
	font-size: 22px;
	line-height: 1em;
	letter-spacing: 0.08em;
	padding: 13px 25px 12px 30px;
	border-bottom: 3px solid #9575CD;
	box-sizing: border-box;
}
#price_detail table tr td span{
	position: absolute;
	display: block;
	color: #000;
	font-size: 14px;
	right: 28px;
	margin-top: -22px;
}
#price_detail table tr:nth-child(4) th,
#price_detail table tr:nth-child(4) td{
	border-bottom: 0;
}


/* Target
------------------------------ */
#target{
	text-align: center;
	background: url(../images/lightblue_stripe.jpg) repeat top left;
	-webkit-background-size: 60px 72px;
	background-size: 60px 72px;
	padding-top: 66px;
}
#target_title{
	background: #00ACC1;
}
#target_title h1{
	background-image: url(../images/target_title.png);
}
#target .center_title:after{
	background-image: url(../images/dot_line_lightblue.png);
}
#target ul.target_list{
	position: relative;
	display: block;
	width: 748px;
	height: 310px;
	margin: 56px auto 76px;
	padding-bottom: 250px;
}
#target ul.target_list:after{
	content: "";
	position: absolute;
	display: block;
	width: 712px;
	height: 160px;
	background: url(../images/target_illust.png) no-repeat 0 0;
	-webkit-background-size: contain;
	background-size: contain;
	margin: 0 auto;
	bottom: 0;
}
#target ul.target_list li{
	width: 142px;
	height: 96px;
	color: #FFF;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2em;
	margin-right: 56px;
	margin-bottom: 26px;
	background: #00ACC1;
	border-radius: 50%;
	padding-top: 46px;
}
#target ul.target_list li:nth-child(2),
#target ul.target_list li:nth-child(3){
	height: 86px;
	padding-top: 56px;
}
#target ul.target_list li:nth-child(4){
	height: 86px;
	padding-top: 56px;
	margin-right: 0;
}
#target ul.target_list li:nth-child(5){
	margin-left: 100px;
}
#target .pict_list{
	position: relative;
	display: block;
}
#target .pict_list li{
	width : 33.33333% ; /* 未対応ブラウザ用フォールバック */
	width : -webkit-calc(100% / 3) ;
	width : calc(100% / 3) ;
}
*::-ms-backdrop, #target .pict_list li{
	width: 33.33%; /* IE11 */
}
#target .pict_list li img{
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}
#target .wave_reverse:before,
#product:before,#faq:before,
#company:before{
	background-image: url(../images/wave_red.png);
	bottom: 0;
	z-index: 10;
}


/* Plan
------------------------------ */
#plan{
	text-align: center;
	background: url(../images/yellowgreen_stripe.jpg) repeat top left;
	-webkit-background-size: 60px 72px;
	background-size: 60px 72px;
	padding: 66px 0 88px;
}
#plan_title{
	background: #B4DC46;
}
#plan_title h1{
	background-image: url(../images/plan_title.png);
}
#plan .center_title:after{
	background-image: url(../images/dot_line_yellowgreen.png);
}
#plan .pict_list li{
	width: 460px;
	height: 238px;
	color: #B4DC46;
	margin: 50px 30px 78px 0;
	background: #FFF;
	border: 5px solid #B4DC46;
	box-sizing: border-box;
	border-radius: 3px;
}
#plan .pict_list li:nth-child(2){
	margin-right: 0;
}
#plan .plan_list li{
	width: 301px;
	height: 205px;
	text-indent: -9999px;
	background-color: #B4DC46;
	background-repeat: no-repeat;
	background-position: top 17px center;
	-webkit-background-size: 43px 50px;
	background-size: 43px 50px;
	margin-right: 23px;
	border-radius: 3px;
}
#plan .plan_list li:first-child{
	background-image: url(../images/plan1.png);
}
#plan .plan_list li:nth-child(2){
	background-image: url(../images/plan2.png);
}
#plan .plan_list li:nth-child(3){
	margin-right: 0;
	background-image: url(../images/plan3.png);
}

/* product */
#product{
	position: relative;
	display: block;
	font-weight: 600;
	padding: 76px 0 82px;
	background: rgba(180,220,70,.2);
}
#product .center_title:after,
#product .box_title{
	background-image: url(../images/dot_line_yellowgreen.png);
}
#product .box_title:before{
	background-image: url(../images/product_boxtitle.png);
}
#product .box_title:nth-of-type(1){
	padding-top: 16px;
}
#product .box_title:nth-of-type(2){
	padding-top: 44px;
}
#product table{
	position: relative;
	display: block;
	background: #FFF;
	border: 3px solid #B4DC46;
	box-sizing: border-box;
}
#product table tr th{
	width: 180px;
	color: #FFF;
	text-align: center;
	line-height: 1em;
	letter-spacing: 0.08em;
	padding: 17px 0;
	background: #B4DC46;
}
#product table tr th:first-child{
	width: 238px;
}
#product table tr td{
	color: #EE5350;
	text-align: center;
	font-size: 22px;
	font-weight: 600;
	line-height: 1em;
	letter-spacing: 0.08em;
	padding: 14px 20px 10px;
	border-right: 3px solid #B4DC46;
	border-bottom: 3px solid #B4DC46;
}
#product table tr td:first-child{
	color: #000;
	font-size: 18px;
	text-align: left;
}
#product table tr:last-of-type td{
	border-bottom: 0;
}
#product table tr td span{
	color: #000;
	font-size: 14px;
}
#product table tr td span.yen{
	color: #EE5350;
	font-size: 16px;
}
#product .badge_list li{
	text-indent: -9999px;
	height: 0;
}

#product table.option_table{
	position: static;
	display: table;
}
#product table.option_table tr th{
	width: 447px;
	color: #000;
	text-align: left;
	padding: 17px 20px 14px;
	background: #FFF;
	border-right: 3px solid #B4DC46;
	border-bottom: 3px solid #B4DC46;
}
#product table.option_table tr th .green{
	position: relative;
	display: block;
	font-size: 15px;
	line-height: 1.5em;
	margin-top: 10px;
}
#product table.option_table tr td{
	width: 228px;
	vertical-align: middle;
}

#product .date_option{
	padding-left: 1em;
	text-indent: -1em;
	margin-bottom: 20px;
}
#product .date_option .caution{
	margin-top: 0;
}


/* FAQ & Contact
------------------------------ */
#faq,#contact{
	position: relative;
	display: block;
	background: url(../images/orange_stripe.jpg) repeat top left;
	-webkit-background-size: 60px 72px;
	background-size: 60px 72px;
	padding: 98px 0 94px;
}
#faq:before{
	bottom: 0;
}
#faq_title,#contact_title{
	background: #FFA726;
}
#faq_title h1{
	background-image: url(../images/faq_title.png);
}
#faq ul li{
	position: relative;
	display: block;
	height: auto;
	font-weight: 500;
	line-height: 1.4em;
	background: #FFF;
	border: 5px solid #FCC221;
	box-sizing: border-box;
	border-radius: 5px;
	margin: 0 auto 35px;
	padding: 20px 26px;
}
#faq ul li .question{
	font-size: 24px;
	font-weight: 600;
	line-height: 1em;
	margin-bottom: 8px;
}


/* Company
------------------------------ */
#company{
	position: relative;
	display: block;
	background: url(../images/red_stripe.jpg) repeat top left;
	-webkit-background-size: 60px 72px;
	background-size: 60px 72px;
}
#company:before{
	bottom: 0;
}
#company_title{
	background: #EF5350;
	z-index: 10;
}
#company_title h1{
	background-image: url(../images/company_title.png);
	-webkit-background-size: 69px 55px;
	background-size: 69px 55px;
}
#company .box_title{
	background-image: url(../images/dot_line_red.png);
}
#company .box_title:before{
	background-image: url(../images/company_boxtitle.png);
}

#company table{
	position: relative;
	display: block;
	background: #FFF;
	border: 3px solid #EF5350;
	box-sizing: border-box;
	border-radius: 5px;
	margin: 0 auto 34px;
}
#company table tr th{
	width: 320px;
	font-weight: 600;
	line-height: 1em;
	padding: 18px 20px;
	border-right: 3px solid #EF5350;
	border-bottom: 3px solid #EF5350;
	box-sizing: border-box;
}
#company table tr td{
	width: 630px;
	line-height: 1em;
	padding: 18px 20px;
	border-bottom: 3px solid #EF5350;
	box-sizing: border-box;
}
#company table tr:last-child th,
#company table tr:last-child td{
	border-bottom: 0;
}
#profile .pict_list li{
	width: 448px;
	height: 302px;
	color: #EF5350;
	font-weight: 600;
	text-align: center;
	background: #FFF;
	border-radius: 5px;
	border: 5px solid #FFF;
}
#profile .pict_list li img{
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}

/* copyright */
#copyright p{
	font-weight: 600;
}

/* sitemap */
#sitemap{
	padding-bottom: 96px;
	font-weight: 500;
}
#sitemap ul:nth-child(2){
	width: 290px;
}
#sitemap ul:nth-child(3){
	width: 244px;
}
#sitemap ul li a:hover{
	opacity: 0.5;
}


/* Contact
------------------------------ */
#contact{
	padding-top: 0;
	font-weight: 500;
}
#contact_title{
	z-index: 10;
}
#contact_title h1{
	background-image: url(../images/contact_title.png);
	-webkit-background-size: 69px 55px;
	background-size: 69px 55px;
}
#contact .box_title{
	background-image: url(../images/dot_line_orange.png);
}
#contact .box_title:before{
	background-image: url(../images/contact_boxtitle.png);
}
.tel_box{
	position: relative;
	display: block;
	width: 665px;
	height: 116px;
	background: #FFF;
	border: 3px solid #FFA726;
	box-sizing: border-box;
	margin-top: 34px;
	padding: 36px 34px;
	border-radius: 5px;
}
.tel_box .tel_number{
	width: 358px;
	height: 40px;
	text-indent: -9999px;
	background: url(../images/tel_number2.png) no-repeat 0 0;
	-webkit-background-size: contain;
	background-size: contain;
	margin-right: 44px;
}
.tel_box .business_hour{
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.3em;
}

#contact_form form{
	position: relative;
	display: block;
	margin-top: 40px;
}
#contact_form .column_box{
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	padding: 21px;
	line-height: 30px;
	border: 3px solid #FFA726;
	background: #FFF;
	box-sizing: border-box;
	border-radius: 5px;
	margin-bottom: 18px;
}
#contact_form dl dt,
#contact_form dl dd{
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	line-height: 30px;
}
#contact_form dl dt{
	width: 280px;
	color: #FFA726;
	font-weight: 700;
}
#contact_form dl dd{
	width: 550px;
}
#contact_form dl input,
#contact_form dl textarea,
#contact_form dl select{
	width: 100%;
	border: none;
	background: rgba(253,150,30,.2);
	height: auto;
	font-size: 18px;
	box-sizing: border-box;
	vertical-align: top;
	padding: 8px;
}
#contact_form dl input[type="radio"]{
	width: auto;
	margin-top: 10px;
}
#contact_form dl input[type="checkbox"]{
	width: auto;
	margin-top: 8px;
	margin-right: 8px;
}
#contact_form dl textarea{
	font-family: "メイリオ", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro",
				 "Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",
				 "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", sans-serif;
}
#contact_form #rental_info,
#contact_form #rental_info2{
  display: none;
}
#contact_form ul li{
	position: relative;
	display: block;
	clear: both;
	float: none;
	width: 100%;
}
#contact_form .canbadge_size li{
	clear: none;
	float: left;
	width: 25%;
}
/*#contact_form .column_box:nth-of-type(1) input{
	display: none;
	height: auto;
	width: auto;
	margin-right: 8px;
	vertical-align: middle;
}
#contact_form #rental_info .column_box:nth-of-type(1) input{
	display: block;
}
#contact_form .column_box:nth-of-type(1) label{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	line-height: 0.4em;
	margin-left: 20px;
	padding: 10px 20px 10px 12px;
	border-radius: 2px;
	cursor: pointer;
}
#contact_form .column_box:nth-of-type(1) label:before{
	position: absolute;
	content: "";
	top: 50%;
	left: -10px;
	width: 15px;
	height: 15px;
	margin-top: -8px;
	background: rgba(253,150,30,.2);
	border-radius: 50%;
}
#contact_form .column_box:nth-of-type(1) input[type="radio"]:checked + label:after {
	position: absolute;
	display: block;
	content: "";
	top: 50%;
	left: -6px;
	width: 7px;
	height: 7px;
	margin-top: -4px;
	border-radius: 50%;
	background: rgba(253,150,30,.8);
}*/
div.prefcodeResult{
	z-index: 2000;
}
#contact_form .caution{
	font-size: 14px;
	line-height: 1.5em;
	margin-top: 10px;
	margin-right: 40px;
}

#contact_form #privacy_policy{
	height: 155px;
	color: #FFA726;
	font-size: 14px;
	font-weight: 600;
	overflow-y: scroll;
	margin: 36px auto 50px;
	padding: 16px 16px 16px 20px;
}
#contact_form #privacy_policy p{
	margin-bottom: 16px;
	line-height: 1.8em;
}
#privacy_policy::-webkit-scrollbar{height: 4px;}/*バーの太さ*/
#privacy_policy::-webkit-scrollbar-track{background: rgba(0,0,0,0);}/*バーの背景色*/
#privacy_policy::-webkit-scrollbar-thumb{background: #FFA726;}/*バーの色*/
#contact_form button{
	position: relative;
	display: block;
	text-align: center;
	box-sizing: border-box;
	transition: .2s;
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	border: none;
	letter-spacing: 0.05em;
	line-height: 1em;
	padding: 22px 70px 20px 70px;
	margin: 0 auto;
	background: #FFA726;
	border: 3px solid #FFA726;
	border-radius: 5px;
}
#contact_form button:hover{
	cursor: pointer;
	color: #FFA726;
	background: #FFF;
	border-radius: 40px;
}


/* Footer
------------------------------ */

/* bottom_contact*/
.bottom_contact{
	position: relative;
	display: block;
	background: #EE5350;
	padding: 64px 0;
}
.bottom_contact:before{
	background-image: url(../images/wave_white.png);
	bottom: 0;
}
.bottom_contact .contact_box{
	width: 858px;
	height: 220px;
	border-radius: 10px;
	background: #FFF;
	padding: 48px 63px;
	box-sizing: border-box;
}
.bottom_contact p{
	font-size: 22px;
	text-align: center;
	line-height: 1em;
	margin-bottom: 17px;
}
.bottom_contact p.business_hour{
	font-size: 16px;
	letter-spacing: 0.06em;
	margin-bottom: 0;
}
.bottom_contact .fl_l{
	width: 356px;
	height: auto;
}
.bottom_contact .tel_number{
	position: relative;
	display: block;
	text-indent: -9999px;
	width: 356px;
	height: 53px;
	background: url(../images/tel_number.jpg) no-repeat top center;
	-webkit-background-size: 356px 53px;
	background-size: 356px 53px;
	margin-bottom: 14px;
}
.bottom_contact .image_btn a{
	width: 312px;
	height: 54px;
}
.bottom_contact .image_btn:first-child a{
	background-color: #EE5350;
	background-image: url(../images/entry_btn.png);
}
.bottom_contact .image_btn:nth-child(2) a{
	background-color: #FFA726;
	background-image: url(../images/contact_btn.png);
	margin-top: 16px;
}

footer.wave_reverse{
	position: relative;
	display: block;
}
footer.wave_reverse:before{
	background-image: url(../images/wave_white.png);
	margin-top: -10px;
}
footer.wave_reverse .p50{
	padding: 58px 0 55px;
}
footer .wrapper:nth-child(2){
	padding: 58px 0 55px;
}
.footer_logo a{
	position: relative;
	display: block;
	width: 166px;
	height: 25px;
	text-indent: -9999px;
	background: url(../images/logo.svg) no-repeat 0 0;
	-webkit-background-size: contain;
	background-size: contain;
	margin-bottom: 20px;
}
.footer_logo a:hover{
	opacity: 0.5;
}
.footer_info{
	font-size: 12px;
	font-weight: 600;
	line-height: 1.7em;
	letter-spacing: 0.07em;
}
.footer_menu{
	width: 545px;
	height: auto;
}
.footer_menu ul:first-child{
	width: 220px;
}
.footer_menu ul:nth-child(2){
	width: 190px;
}
.footer_menu li{
	line-height: 30px;
}
.footer_menu li a{
	position: relative;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.04em;
}
.footer_menu li a:after{
	content:"";
	width: 0%;
	height: 8px;
	background: #FFA726;
	position: absolute;
	bottom: -1px;
	left: 0;
	z-index: -1;
	transition: all .2s;
}
.footer_menu li a:hover:after{
	width: 100%;
}

footer #copyright{
	position: relative;
	display: block;
	width: 100%;
	height: 14px;
	background: url(../images/green_stripe.jpg) repeat top left;
	-webkit-background-size: 60px 72px;
	background-size: 60px 72px;
	padding: 40px 0 30px;
	text-align: center;
}
footer #copyright:after{
	top: 0;
}
footer #copyright p{
	font-size: 12px;
	font-weight: 600;
	line-height: 14px;
	letter-spacing: 0.07em;
}
footer #copyright p a{
	position: relative;
	color: #000!important;
	font-weight: 500;
	z-index: 1;
}
footer #copyright p a:after{
	content:"";
	width: 0%;
	height: 1px;
	background: #000;
	border: 0;
	position: absolute;
	bottom: -1px;
	left: 0;
	z-index: -1;
	transition: all .2s;
}
footer #copyright p a:hover:after{
	width: 100%;
}