/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*================================================================
PC
================================================================*/

body {
	line-height: 1.5;
	font-family: Roboto, Helvetica, Arial, sans-serif;
}
a {
	-webkit-transition: 0.2s;
	   -moz-transition: 0.2s;
		-ms-transition: 0.2s;
		 -o-transition: 0.2s;
			transition: 0.2s;
}

.visible-pc {
	display: inherit !important;
}
.visible-sp {
	display: none !important;
}

.planCat {
	display: inline-block;
	padding: 2px 8px;
	color: #FFF;
	text-align: center;
	-webkit-border-radius: 2px;
			border-radius: 2px;
}
.planCat.normal {
	background-color: #00BCAE;
}
.planCat.recommended {
	background-color: #2EAEE6;
}
.planCat.original {
	background-color: #2A304A;
}

/* ================================================ */

html,
body,
.relp-wrapper {
	height: 100%;
}
.relp-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
	background-color: rgba(255,255,255,0.9);
	z-index: 10;
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.1);
			box-shadow: 0 2px 2px rgba(0,0,0,0.1);
}
.relp-header .title {
	float: left;
	width: 30%;
	font-size: 24px;
	font-size: 1.4vw;
	font-weight: bold;
	line-height: 80px;
	padding-left: 2vw;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
.relp-header .title a {
	display: inline-block;
	color: #000;
	text-decoration: none;
}
.relp-header .gnav-trg {
	display: none;
}
.relp-header .gnav {
	float: right;
	width: 70%;
	text-align: right;
}
.relp-header .gnav ul li {
	display: inline-block;
	font-size: 1.2vw;
	font-weight: bold;
}
.relp-header .gnav ul li a {
	display: block;
	position: relative;
	margin-left: -6px;
	padding: 0 1.5vw;
	color: #000;
	text-decoration: none;
	line-height: 80px;
}
.relp-header .gnav ul li a:after {
	position: absolute;
	display: block;
	top: 20px;
	left: 0;
	width: 1px;
	height: 40px;
	background-color: rgba(0,0,0,0.2);
	content: " ";
	z-index: 0;
}
.relp-header .gnav ul li a:hover {
	background-color: #000;
	color: #FFF;
}
.relp-header .gnav .tel {
	padding-right: 20px;
	padding-left: 3vw;
	font-family: Roboto;
	font-weight: normal;
	line-height: 1;
	text-align: left;
	vertical-align: middle;
	background: url("../img/icon_tel.png") no-repeat 0 50%;
	-webkit-background-size: 2vw;
		 -o-background-size: 2vw;
			background-size: 2vw;
}
.relp-header .gnav .tel .number {
	font-size: 18px;
}
.relp-header .gnav .tel .hour {
	font-size: 12px;
}
.relp-header .gnav .btn a:hover{
	background: #FFF;
}
.relp-header .gnav .btn span {
	display: inline-block;
	padding: 0 0.8vw;
	color: #FFF;
	line-height: 2em;
	background-color: #F33;
	-webkit-border-radius: 4px;
			border-radius: 4px;
}

.relp-mainimg {
	width: 100%;
	height: 100%;
	padding-top: 25%;
	background: url("../img/bg_mainimg.jpg") no-repeat 50%;
	-webkit-background-size: cover;
		 -o-background-size: cover;
			background-size: cover;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
.relp-mainimg .inner {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	margin-top: -100px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
	padding: 0 5%;
}

.relp-price-text {
	width: 100%;
	max-width: 1200px;
	min-width: 960px;
	margin: 0 auto;
	background-color: rgba(0,0,0,0.8);
	color: #FFF;
}
.relp-price-text:after{
	display: block;
	clear: both;
	content: " ";
}
.relp-price-text .price {
	position: relative;
	float: left;
	width: 34%;
	line-height: 1;
}
.relp-price-text .price .campaign {
	position: absolute;
	top: -18px;
	left: -18px;
	background: url("../img/icon_ribbon_campaign.png") no-repeat 50%;
	width: 200px;
	height: 200px;
	-webkit-background-size: 200px;
		 -o-background-size: 200px;
			background-size: 200px;
}
.relp-price-text .price .campaign p {
	width: 200px;
	padding-top: 60px;
	margin-left: -40px;
	text-align: center;
	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		 -o-transform: rotate(-45deg);
			transform: rotate(-45deg);
	font-size: 12px;
	font-weight: bold;
	line-height: 1.4;
}
.relp-price-text .price .campaign p strong {
	font-size: 16px;
}
.relp-price-text .price .yen {
	padding: 20px 0 40px;
	background: url("../img/icon_ribbon_price.png") no-repeat 50% 0;
	-webkit-background-size: 70% 98%;
		 -o-background-size: 70% 98%;
			background-size: 70% 98%;
	text-align: center;
	color: #002F70;
}
.relp-price-text .price .yen .main {
	font-size: 24px;
}
.relp-price-text .price .yen .main strong {
	font-family: Roboto;
	font-weight: bold;
	font-size: 120px;
}
.relp-price-text .price .yen .sub {
	font-size: 16px;
}
.relp-price-text .title {
	float: right;
	width: 66%;
	padding: 40px 0;
	font-size: 64px;
	font-weight: bold;
	line-height: 1.2;
}
.relp-price-text .title strong {
	color: #FCDC2C;
}
.relp-price-text .title span {
	font-size: 48px;
}

.relp-mainimg .inner .point {
	width: 100%;
	max-width: 1200px;
	min-width: 960px;
	margin: 40px auto 0;
}
.relp-mainimg .inner .point li {
	float: left;
	width: 33.3%;
	text-align: center;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
.relp-mainimg .inner .point li:nth-child(1){
	padding-right: 2%;
}
.relp-mainimg .inner .point li:nth-child(2){
	padding: 0 1%;
}
.relp-mainimg .inner .point li:nth-child(3){
	padding-left: 2%;
}
.relp-mainimg .inner .point li span {
	display: block;
	background: url("../img/icon_badge.png") no-repeat 20px 50%;
	-webkit-background-size: 32px;
		 -o-background-size: 32px;
			background-size: 32px;
	background-color: rgba(0,0,0,0.8);
	color: #FFF;
	font-size: 24px;
	padding: 24px 10px 24px 40px;
	-webkit-border-radius: 4px;
			border-radius: 4px;
	font-weight: bold;
}


.relp-container {
}

.relp-lead {
	padding: 100px 0;
	background: url("../img/bg_plan_repeat.png") 50% #FFF;
	background-attachment: fixed;
}
.relp-lead .inner {
	position: relative;
	text-align: center;
}
.relp-lead .inner .fukidashi {
	position: absolute;
	top: 0;
	left: 50%;
}
.relp-lead .inner .fukidashi.pc {
	margin-top: -40px;
	margin-left: -400px;
}
.relp-lead .inner .fukidashi.tb {
	margin-top: 80px;
	margin-left: 260px;
}
.relp-lead .inner .fukidashi.sp {
	margin-top: 400px;
	margin-left: -500px;
}
.relp-lead .inner .section-title {
	padding: 40px 0 0;
	font-size: 64px;
	font-size: 8vmin;
	font-weight: bold;
	color: #F33;
	background: none;
}
.relp-lead .inner .text {
	font-size: 4vmin;
	font-weight: bold;
}


.relp-nayami {
	padding: 60px 0;
	border-top: #000 solid 5px;
}
.relp-nayami .inner {
}
.relp-nayami .inner .section-title {
	margin-bottom: 40px;
	font-size: 64px;
	font-size: 8vmin;
	font-weight: bold;
	text-align: center;
}
.relp-nayami .inner .wrap {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}
.relp-nayami .inner .wrap .item {
	float: left;
	width: 50%;
	padding: 0 10px;
	margin-bottom: 80px;
	text-align: center;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
.relp-nayami .inner .wrap .item .title {
	position: relative;
	display: inline-block;
	font-size: 18px;
	font-size: 1.8vw;
	font-weight: bold;
	padding-left: 3.4vw;
	background: url("../img/icon_checkmark.png") no-repeat 0 0.1em;
	-webkit-background-size: 3.2vw;
		 -o-background-size: 3.2vw;
			background-size: 3.2vw;
}
.relp-nayami .inner .wrap .item .title strong {
	color: #F33;
	font-size: 24px;
	font-size: 2.4vw;
}
.relp-nayami .inner .wrap .item .img {
	display: block;
	margin: -80px 0;
	text-align: center;
	z-index: 0;
}
.relp-nayami .inner .wrap .item .img img {
	max-width: 100%;
	height: auto;
}
.relp-nayami .inner .wrap .item .list {
	position: relative;
	text-align: left;
}
.relp-nayami .inner .wrap .item .list li {
	margin-bottom: 0.5em;
	margin-left: 32px;
	padding-left: 32px;
	font-size: 18px;
	background: url("../img/icon_checkbox.png") no-repeat 0 0.25em;
	-webkit-background-size: 18px;
		 -o-background-size: 18px;
			background-size: 18px;
}


.relp-stop {
	clear: both;
}
.relp-stop .inner {
	position: relative;
}
.relp-stop .sub-title {
	font-size: 80px;
	font-size: 8vmin;
	font-weight: bold;
	text-align: center;
}
.relp-stop .sub-title img {
	padding-right: 20px;
	vertical-align: middle;
}
.relp-stop .section-title {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 30px 5% 40px;
	border: #F33 solid;
	border-width: 10px 0;
	color: #F33;
	font-size: 80px;
	font-weight: bold;
	line-height: 1.25;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
	background: url("../img/icon_macuser.png") no-repeat 96% 98%;
	-webkit-background-size: 100px;
		 -o-background-size: 100px;
			background-size: 100px;
	text-align: left;
}
.relp-stop .section-title img {
	width: 120px;
	height: auto;
}
.relp-stop .notice {
	padding: 60px 0;
	text-align: center;
	font-size: 2.4vw;
	font-weight: bold;
	background: url("../img/bg_fukidashi_sideline.png") no-repeat 50%;
	-webkit-background-size: 64%;
		 -o-background-size: 64%;
			background-size: 64%;
}
.relp-stop .relp-price-text {
	position: relative;
	top: 0;
	left: 0;
	margin: 0 auto;
}
.relp-stop .team {
	max-width: 1200px;
	margin: 0 auto;
	padding: 40px 0;
	overflow: hidden;
}
.relp-stop .team .text {
	float: left;
	width: 50%;
}
.relp-stop .team .text .catch {
	margin-bottom: 20px;
	font-size: 2vw;
	font-weight: bold;
}
.relp-stop .team .text .area {
	padding: 40px 20px;
	text-align: center;
	background-color: #EEE;
	-webkit-border-radius: 4px;
			border-radius: 4px;
	font-size: 14px;
}
.relp-stop .team .text .area dl {
}
.relp-stop .team .text .area dl dt {
	font-size: 24px;
	font-weight: bold;
}
.relp-stop .team .text .area dl dd {
	padding: 20px 0;
	font-size: 14px;
}
.relp-stop .team .img {
	float: right;
	width: 42%;
}
.relp-stop .team .img img {
	width: 100%;
	height: auto;
}

.section-title {
	padding: 40px;
	background-color: #FFF;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}
.section-title .en {
	display: block;
	padding: 10px 0;
	font-size: 12px;
	font-family: Roboto;
}

.relp-plan {
	padding-bottom: 40px;
	border-top: #000 solid 5px;
	background: url("../img/bg_plan_repeat.png") 50% #5E6E79;
	background-attachment: fixed;
}
.relp-plan .inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.relp-plan .inner .plan-detail {
	margin: 0 -1.5%;
	padding-top: 80px;
}
.relp-plan .inner .plan-detail .item {
	float: left;
	width: 30%;
	margin: 0 1.5%;
}
.relp-plan .inner .plan-detail .item .catch {
	padding: 0 0 40px;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	letter-spacing: 0.05em;
}
.relp-plan .inner .plan-detail .item .bg {
	background-color: #FFF;
}
.relp-plan .inner .plan-detail .item .bg .price {
	padding: 20px 10px;
	color: #FFF;
	text-align: center;
}
.relp-plan .inner .plan-detail .item.normal .bg .price {
	background-color: #00BCAE;
}
.relp-plan .inner .plan-detail .item.recommended .bg .price {
	background-color: #2EAEE6;
}
.relp-plan .inner .plan-detail .item.original .bg .price {
	background-color: #2A304A;
}
.relp-plan .inner .plan-detail .item .bg .price .name {
	display: inline-block;
	padding: 2px 8px;
	border: #FFF solid 2px;
	-webkit-border-radius: 4px;
			border-radius: 4px;
}
.relp-plan .inner .plan-detail .item .bg .price .yen {
	font-size: 16px;
	line-height: 1.25;
}
.relp-plan .inner .plan-detail .item .bg .price .yen .main {
	font-size: 20px;
}
.relp-plan .inner .plan-detail .item .bg .price .yen .main strong {
	font-size: 120px;
	font-family: Roboto;
	font-feature-settings : "palt";
}
.relp-plan .inner .plan-detail .item .bg .price .yen .main strong span {
	letter-spacing: -0.1em;
}
.relp-plan .inner .plan-detail .item .bg .price .yen .sub {
	display: inline-block;
	padding: 8px 16px;
	-webkit-border-radius: 24px;
			border-radius: 24px;
	color: #FFF;
	font-size: 14px;
	font-family: Roboto;
	background-color: rgba(255,255,255,0.1);
}
.relp-plan .inner .plan-detail .item .bg .body .detail {
	padding: 20px;
	border-top: #CCC solid 1px;
}
.relp-plan .inner .plan-detail .item .bg .body .detail p {
	margin-bottom: 0.5em;
	line-height: 2;
}
.relp-plan .inner .plan-detail .item .bg .body .detail p strong.star {
	padding-left: 1em;
	color: #F33;
	font-size: 12px;
}
.relp-plan .inner .plan-detail .item .bg .body .detail ul li {
	margin-bottom: 0.5em;
	margin-left: 2em;
	list-style: disc;
}
.relp-plan .inner .plan-detail .item .bg .body .detail:first-child {
	border-top: none;
	height: 17em;
}
.relp-plan .inner .plan-detail .item .bg .body .detail:nth-child(2) {
	height: 12em;
}
.relp-plan .inner .plan-detail .item .bg .body .detail .attention {
	font-size: 12px;
	color: #000;
}

.relp-plan .inner .more {
	padding: 40px 0;
	color: #FFF;
	clear: both;
	text-align: center;
	font-size: 24px;
}
.relp-plan .inner .contact {
	width: 100%;
	max-width: 1200px;
	color: #FFF;
	overflow: hidden;
}
.relp-plan .inner .contact .item {
	float: left;
	width: 48%;
	text-align: center;
}
.relp-plan .inner .contact .item:last-child {
	float: right;
}
.relp-plan .inner .contact .item .title {
	margin-bottom: 20px;
	padding: 4px;
	background-color: #000;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
}
.relp-plan .inner .contact .item .tel {
	display: inline-block;
	margin: 0 auto 20px;
	padding: 0 40px 0 64px;
	font-family: Roboto;
	font-weight: normal;
	line-height: 1.25;
	text-align: left;
	vertical-align: middle;
	background: url("../img/icon_tel_w.png") no-repeat 0 50%;
	-webkit-background-size: 48px;
		 -o-background-size: 48px;
			background-size: 48px;
}
.relp-plan .inner .contact .item .tel .number {
	font-size: 2.4vw;
	font-weight: normal;
}
.relp-plan .inner .contact .item .tel .hour {
}
.relp-plan .inner .contact .item .btn {
}
.relp-plan .inner .contact .item .btn a {
	display: block;
	padding: 20px 0;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
			box-shadow: 0 0 10px rgba(0,0,0,0.2);
	background-color: #F33;
	text-align: center;
	color: #FFF;
	border: #F66 solid 1px;
	-webkit-border-radius: 4px;
			border-radius: 4px;
	color: #FFF;
	font-family: Roboto;
	font-weight: bold;
	text-decoration: none;
}

.relp-features {
	border-top: #000 solid 5px;
}
.relp-features .anchor-link {
	margin-bottom: -60px;
}
.relp-features .anchor-link ul {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.relp-features .anchor-link ul li {
	float: left;
	width: 20%;
	padding: 10px 1%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
.relp-features .anchor-link ul li a {
	display: block;
	padding-bottom: 50px;
	background: url("../img/icon_arrow_bottom.png") no-repeat 50% 90% #EEE;
	-webkit-background-size: 16px;
		 -o-background-size: 16px;
			background-size: 16px;
	text-align: center;
	-webkit-border-radius: 4px;
			border-radius: 4px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
.relp-features .anchor-link ul li a:hover {
	background-color: #FFF;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
			box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.relp-features .anchor-link ul li a span.number {
	display: block;
	width: 1em;
	margin: 0 auto;
	padding: 10px 5px 10px;
	border-top: #FCDC2C solid 5px;
	font-family: Roboto;
	font-size: 16px;
}

.relp-features .features-section {
}
.relp-features .features-section .section-title {
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 120px 20px 60px 140px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
	text-align: left;
	background: none;
}
.relp-features .features-section .section-title .number {
	position: absolute;
	top: 128px;
	left: 0;
	display: block;
	width: 80px;
	text-align: center;
	border-top: #FCDC2C solid 10px;
	font-size: 64px;
	font-weight: bold;
	font-family: Roboto;
}
.relp-features .features-section .section-title .title .plan {
	display: inline-block;
	margin-left: 0.5em;
	padding: 2px 10px;
	color: #FFF;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	-webkit-border-radius: 4px;
			border-radius: 4px;
}
.relp-features .features-section .section-title .title .plan.normal {
	background-color: #00BCAE;
}
.relp-features .features-section .section-title .title .plan.recommended {
	background-color: #2EAEE6;
}
.relp-features .features-section .section-title .title .plan.original {
	background-color: #2A304A;
}

.relp-features .features-section .section-title .title .main-title {
	display: block;
	font-size: 48px;
	font-weight: bold;
}
.relp-features .features-section .section-title .title .main-title strong {
	font-size: 120%;
	font-weight: bold;
	font-family: YuMincho, 'Yu Mincho', serif;
	letter-spacing: -0.1em;
	font-style: italic;
}
.relp-features .features-section .bg {
	background: url("../img/bg_puzzle.png") #CCC;
	background-attachment: fixed;
}
.relp-features .features-section .bg .inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 40px 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
.relp-features .features-section .bg .inner .wrap {
	display: table;
}
.relp-features .features-section .bg .inner .wrap .text {
	display: table-cell;
	width: 50%;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
	padding-right: 5%;
}
.relp-features .features-section .bg .inner .wrap .text .catch {
	margin-bottom: 1em;
}
.relp-features .features-section .bg .inner .wrap .text .catch span {
	display: inline-block;
	padding: 5px 10px;
	background-color: #FFF;
	font-size: 24px;
	font-weight: bold;
}
.relp-features .features-section .bg .inner .wrap .text .description {
	padding: 5px 10px;
	background-color: #FFF;
	font-size: 16px;
}
.relp-features .features-section .bg .inner .wrap .text .img {
	margin: 0;
	padding: 0;
}
.relp-features .features-section .bg .inner .wrap .img {
	display: table-cell;
	width: 50%;
}
.relp-features .features-section .bg .inner .wrap .img img {
	max-width: 100%;
	height: auto;
}
.relp-features .features-section .bg .inner .cms-user {
	padding: 20px;
	text-align: center;
	background-color: #FFF;
	border: #EEE solid 5px;
	-webkit-border-radius: 12px;
			border-radius: 12px;
}
.relp-features .features-section .bg .inner .cms-user .for {
	margin-bottom: 1em;
	font-weight: bold;
}
.relp-features .features-section .bg .inner .cms-user .name {
	margin-bottom: 0.5em;
	font-weight: bold;
	font-size: 24px;
}
.relp-features .features-section .bg .inner .cms-user .description {
}

.relp-features #cms .bg .inner .wrap .text .description {
	margin-bottom: 20px;
}
.relp-features #cms .bg .inner .wrap .text figure {
	margin-bottom: 40px;
}
.relp-features #cms .bg .inner .wrap .text figure img {
	max-width: 104%;
	height: auto;
}

.relp-features #device .bg .inner .wrap .text {
	width: 64%;
}
.relp-features #device .bg .inner .wrap .img img {
	margin-top: -80px;
}

.relp-features #form .bg .inner .wrap .text {
	width: 64%;
}

.relp-features #design .bg .inner .wrap .img img {
	margin: -80px 0;
}

.relp-features #cameraman .bg {
	background-image: url("../img/photo_feature_5_cameraman.jpg"), url("../img/bg_puzzle.png");
	background-repeat: no-repeat, repeat;
	background-color: #000, #989898;
	background-position: 100% 50%, 50% 50%;
	background-attachment: scroll , fixed;
	-webkit-background-size: auto 100%, auto auto;
		 -o-background-size: auto 100%, auto auto;
			background-size: auto 100%, auto auto;
}
.relp-features #cameraman .bg .inner .wrap .text {
	display: block;
	width: 64%;
	padding: 80px 0;
}

.relp-case {
	border-top: #000 solid 5px;
}
.relp-case .inner .case-section {
	width: 100%;
	max-width: 1240px;
	margin: 0 auto 40px;
	padding: 40px 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
.relp-case .inner .case-section .text {
	float: left;
	width: 40%;
}
.relp-case .inner .case-section .text .title {
	font-size: 48px;
	font-weight: bold;
}
.relp-case .inner .case-section .text .title .sub-title {
	display: block;
	font-size: 16px;
	font-weight: normal;
}
.relp-case .inner .case-section .text .detail {
	padding-top: 40px;
}
.relp-case .inner .case-section .text .detail dt {
	font-weight: bold;
}
.relp-case .inner .case-section .text .detail dd {
	margin-top: -1.5em;
	margin-bottom: 1em;
	margin-left: 10em;
}
.relp-case .inner .case-section .text .detail .plan.original {
	display: inline-block;
	padding: 2px 10px;
	color: #FFF;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	-webkit-border-radius: 4px;
			border-radius: 4px;
	background-color: #2A304A;
}
.relp-case .inner .case-section .img {
	float: right;
	width: 60%;
	text-align: center;
	margin-bottom: -30px;
}
.relp-case .inner .case-section .point {
	width: 100%;
	padding: 40px;
	clear: both;
	background-color: #EEE;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
.relp-case .inner .case-section .point .title {
	margin-bottom: 0.5em;
	font-size: 24px;
	font-weight: bold;
}
.relp-case .inner .case-section .point .title strong {
	color: #F33;
}
.relp-case .inner .case-section .point .description {
	font-size: 18px;
}

.relp-qa {
	padding-bottom: 40px;
	border-top: #000 solid 5px;
}
.relp-qa .inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.relp-qa .inner .qa-section {
	margin-bottom: 20px;
}
.relp-qa .inner .qa-section .question {
	position: relative;
	padding: 30px 30px 30px 100px;
	background: #EEE;
	font-size: 24px;
	font-weight: bold;
	cursor: pointer;
	-webkit-transition: 0.2s;
	   -moz-transition: 0.2s;
		-ms-transition: 0.2s;
		 -o-transition: 0.2s;
			transition: 0.2s;
}
.relp-qa .inner .qa-section .question:hover {
	background-color: #FFF;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
			box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.relp-qa .inner .qa-section .question:after {
	position: absolute;
	top: 50%;
	margin-top: -12px;
	right: 40px;
	display: block;
	width: 24px;
	height: 24px;
	background: url("../img/icon_arrow_bottom.png") no-repeat 50%;
	-webkit-background-size: 24px;
		 -o-background-size: 24px;
			background-size: 24px;
	content: " ";
	-webkit-transition: 0.2s;
	   -moz-transition: 0.2s;
		-ms-transition: 0.2s;
		 -o-transition: 0.2s;
			transition: 0.2s;
}
.relp-qa .inner .qa-section .question.open:after {
	-webkit-transform: rotate(-180deg);
	   -moz-transform: rotate(-180deg);
		-ms-transform: rotate(-180deg);
		 -o-transform: rotate(-180deg);
			transform: rotate(-180deg);
}
.relp-qa .inner .qa-section .question:before {
	position: absolute;
	top: 16px;
	left: 40px;
	font-size: 40px;
	font-family: Roboto;
	content: "Q.";
}
.relp-qa .inner .qa-section .answer {
	display: none;
	padding: 30px 30px 30px 100px;
	background: url("../img/bg_puzzle.png") #FCDC2C;
}

.relp-contact {
}
.relp-contact .section-title {
	background-color: #F33;
	color: #FFF;
}
.relp-contact .inner {
	padding: 120px 20px 40px;
}
.relp-contact .inner .contact-section {
	max-width: 800px;
	margin: 0 auto;
	padding-bottom: 20px;
	background: url("../img/bg_puzzle_pink.png");
	border: #F33 solid 5px;
	-webkit-border-radius: 12px;
			border-radius: 12px;
	text-align: center;
}
.relp-contact .inner .contact-section .title {
	width: 100%;
	max-width: 600px;
	margin: -70px auto -20px;
	padding: 30px 0 80px;
	background: url("../img/icon_ribbon_form.png") no-repeat 50% 0;
	color: #FFF;
	font-size: 24px;
	font-weight: bold;
}
.relp-contact .inner .contact-section .limited {
	font-size: 32px;
	font-weight: bold;
}
.relp-contact .inner .contact-section .free {
	margin-bottom: 0.25em;
	font-size: 48px;
	font-weight: bold;
}
.relp-contact .inner .contact-section strong {
	color: #F33;
}
.relp-contact .inner .contact-section .attention {
	font-size: 16px;
}

.relp-form {
	width: 680px;
	margin: 0 auto;
	padding: 40px 60px 0;
	border: 5px solid #EEE;
	border-radius: 5px;
}
.relp-form .must {
	display: inline-block;
	margin-left: 0.5em;
	padding: 0 4px;
	font-size: 14px;
	background-color: #F33;
	color: #FFF;
	-webkit-border-radius: 4px;
			border-radius: 4px;
}
.relp-contact-form h3 {
	margin-bottom: 40px;
	padding-top: 40px;
	font-weight: bold;
	font-size: 24px;
}
.relp-contact-form .tel {
	margin-top: -20px;
	margin-bottom: 40px;
	vertical-align: middle;
}
.relp-contact-form .tel .telNum {
	padding-right: 0.5em;
	font-size: 64px;
	font-family: Roboto;
	font-weight: bold;
}
.relp-contact-form .tel .accept {
	display: inline-block;
	padding: 4px 12px;
	background-color: #999;
	color: #FFF;
	font-family: Roboto;
	-webkit-border-radius: 4px;
			border-radius: 4px;
}

.relp-contact-form dl {
	display: block;
	margin: 0 0 40px;
	padding: 0 0 10px;
	font-size: 16px;
	border-bottom: #ccc solid 1px;
}
.relp-contact-form dl .attention {
	margin-top: -15px;
	font-size: 1em;
	line-height: 1.6;
}
.relp-contact-form dl dt {
	display: block;
	margin-bottom: 10px;
	padding-top: 20px;
	font-weight: bold;
	border-top: #EEE solid 1px;
}
.relp-contact-form dl dt:first-child {
	border-top: none;
	padding-top: 0;
}
.relp-contact-form input {
	width: 24%;
	margin: 0 10px 7px 0;
	padding: 4px;
	font-size: 20px;
}

.relp-contact-form dl dd p {
	margin-bottom: 0;
	font-size: 10px;
	color: #000;
}
.relp-contact-form dl dd p.msg,
.relp-contact-form dl dd p.caution {
	color: #333;
	font-size: 0.875em;
}
.relp-contact-form dl dd p.msg {
	padding: 10px 0 0;
	color: #000;
}
.relp-contact-form dl dd p.warning {
	margin-top: 10px;
	padding: 10px 15px;
	color: #F33;
	line-height: 1.4;
	border: #F33 solid 1px;
}
.relp-contact-form dl dd.radio {
	overflow: hidden;
}
.relp-contact-form dl dd.radio input[type="radio"],
.relp-contact-form dl dd.radio input[type="checkbox"] {
	width: auto;
}
.relp-contact-form dl dd.radio label {
	display: inline-block;
	/display: inline;
	margin-bottom: 8px;
	padding: 8px 20px;
	background: #FFF;
	border: #CCC solid 1px;
	border-radius: 3px;
	cursor: pointer;
}
.relp-contact-form dl dd.radio label.text {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
}
.relp-contact-form dl dd.radio label:hover {
	border-color: #09f;
}
.relp-contact-form dl dd input.age {
	width: 40px;
	text-align: right;
}
.relp-contact-form input.short {
	width: 60px;
}
.relp-contact-form input.long,
.relp-contact-form textarea {
	width: 80%;
}
.relp-contact-form select {
	margin-bottom: 5px;
	font-size: 18px;
}
.relp-contact-form dl dd {
	padding-bottom: 20px;
}
.relp-contact-form dl dd span.example {
	font-size: 0.857em;
	display: block;
}
.relp-contact-form dl dd span.caution {
	display: block;
	margin-top: 10px;
	padding: 10px 10px;
	font-size: 0.75em;
	background: #f6f6f6;
}
.relp-contact-form dl dd dl.inner {
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	font-size: 0.857em;
}
.relp-contact-form dl dd dl.inner dt {
	width: 30%;
	margin-bottom: 5px;
	padding-top: 0;
	font-weight: normal;
	border-top: none;
}
.relp-contact-form dl dd dl.inner dd {
	width: 70%;
	margin-top: -2em;
	margin-left: 30%;
	padding-bottom: 0;
}
.relp-contact-form dl.selectTitle {
	margin-bottom: 20px;
}
.relp-contact-form dl.selectTitle dd input {
	width: auto;
	margin-right: 0;
}

.relp-contact-btn {
	margin-bottom: 40px;
	padding: 40px 0;
	text-align: center;
}
.relp-contact-btn p {
	font-size: 12px;
	line-height: 2;
}
.relp-contact-btn p button {
	margin-bottom: 10px;
	font-size: 24px;
	padding: 40px 120px;
	color: #fff;
	border: none;
	background: none;
	background-color: #F33;
	border-bottom: 5px solid #D00;
	-webkit-border-radius: 8px;
			border-radius: 8px;
	cursor: pointer;
	-webkit-transition: 0.2s;
	   -moz-transition: 0.2s;
		-ms-transition: 0.2s;
		 -o-transition: 0.2s;
			transition: 0.2s;
}
.relp-contact-btn p button:hover {
	padding-top: 45px;
	padding-bottom: 35px;
	color: #fff;
	background-color: #D00;
}

.relp-main #izie-contact-end {
	margin: 0 0 50px;
}
.relp-main #izie-contact-end p {
	margin-bottom: 40px;
}
.relp-main #izie-contact-end p a {
	color: #000;
}
body div#mfp_overlay_inner {
	width: 40%;
}

/* re-footer */
.re-footer {
	position: relative;
	padding: 80px 20px;
	z-index: 10;
	text-align: center;
}
.re-footer small {
	font-size: 12px;
	color: #999;
}

/* thanks.html */
.relp-thanks {
	padding: 200px 0;
	background: url("../img/bg_plan_repeat.png") 50% #FFF;
	text-align: center;
}
.relp-thanks .section-title {
	background: none;
}

.relp-thanks p.text {
	max-width: 800px;
	margin: 0 auto;
	padding: 40px 10px;
	background-color: #FFF;
}
.relp-thanks p.btn {
	margin-top: 40px;
}
.relp-thanks p.btn a {
	display: inline-block;
	padding: 16px 20px 16px 60px;
	background: url("../img/icon_arrow_bottom.png") no-repeat 20px 50% #FFF;
	-webkit-background-size: 24px;
	     -o-background-size: 24px;
	        background-size: 24px;
	border: #DDD solid 2px;
	-webkit-border-radius: 4px;
	        border-radius: 4px;
	color: #000;
	text-decoration: none;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
	        box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

@media screen and (max-width: 1240px) {
}

@media screen and (max-width: 640px) {
/*================================================================
SmartPhone
================================================================*/
html {-webkit-text-size-adjust: 100%;}
body {
	min-width: inherit;
}
img {
	max-width: 100%;
	height: auto;
}

.visible-pc {
	display: none !important;
}
.visible-sp {
	display: inherit !important;
}

.relp-header {
	height: 60px;
}
.relp-header .title {
	width: calc(100% - 60px);
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	padding-top: 10px;
	padding-left: 10px;
}
.relp-header .gnav-trg {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 60px
	z-index: 10;
}
.relp-header .gnav-trg a {
	position: relative;
	display: block;
	width: 60px;
	height: 60px;
}
.relp-header .gnav-trg span {
	display: block;
	position: absolute;
	left: 10px;
	width: 36px;
	height: 3px;
	background-color: #000;
	-webkit-border-radius: 2px;
			border-radius: 2px;
	-webkit-transition: 0.2s;
	   -moz-transition: 0.2s;
		-ms-transition: 0.2s;
		 -o-transition: 0.2s;
			transition: 0.2s;
}
.relp-header .gnav-trg span:nth-child(1){
	top: 18px;
}
.relp-header .gnav-trg span:nth-child(2){
	top: 28px;
}
.relp-header .gnav-trg span:nth-child(3){
	top: 38px;
}
.relp-header .gnav-trg.active span:nth-child(1){
	top: 30px;
	left: 7px;
	width: 26px;
	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		 -o-transform: rotate(-45deg);
			transform: rotate(-45deg);
}
.relp-header .gnav-trg.active span:nth-child(2){
	display: none;
}
.relp-header .gnav-trg.active span:nth-child(3){
	top: 30px;
	left: 24px;
	width: 26px;
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		 -o-transform: rotate(45deg);
			transform: rotate(45deg);
}
.relp-header .gnav {
	display: none;
	position: fixed;
	top: 60px;
	left: 0;
	float: none;
	width: 100%;
	text-align: center;
	-webkit-box-shadow: 0 5px 5px rgba(0,0,0,0.5);
			box-shadow: 0 5px 5px rgba(0,0,0,0.5);
}
.relp-header .gnav ul li {
	display: block;
	float: left;
	width: 50%;
	font-size: 16px;
	font-weight: bold;
}
.relp-header .gnav ul li a {
	margin-left: 0;
	padding: 16px;
	color: #000;
	line-height: inherit;
	background-color: #FFF;
	border-top: #DDD solid 1px;
	background-color: #EEE;
}
.relp-header .gnav ul li:nth-child(2n-1) a {
	border-left: #DDD solid 1px;
}
.relp-header .gnav ul li a:after {
	display: none;
}
.relp-header .gnav ul li a:hover {
	background-color: #FFF;
	color: #000;
}
.relp-header .tel {
	position: absolute;
	display: block;
	top: 0;
	right: 60px;
	padding: 0;
	width: 60px;
	height: 60px;
	background: url("../img/icon_tel.png") no-repeat 50%;
	text-indent: -9999px;
	content: " ";
	-webkit-background-size: 32px;
		 -o-background-size: 32px;
			background-size: 32px;
}
.relp-header .tel a {
	display: block;
	width: 60px;
	height: 60px;
}
.relp-header .gnav .tel .number {
	font-size: 18px;
}
.relp-header .gnav .tel .hour {
	font-size: 12px;
}
.relp-header .gnav .btn {
	width: 100%;
}
.relp-header .gnav .btn span {
	display: block;
	padding: 10px 0.8vw;
}



.relp-mainimg {
	width: 100%;
	height: auto;
	padding-top: 80px;
}
.relp-mainimg .inner {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	margin-top: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
	padding: 0 4%;
}

.relp-price-text {
	width: 100%;
	min-width: inherit;
}
.relp-price-text .price {
	position: relative;
	float: none;
	width: 100%;
	line-height: 1;
}
.relp-price-text .price .campaign {
	-webkit-transform: scale(0.75);
	   -moz-transform: scale(0.75);
		-ms-transform: scale(0.75);
		 -o-transform: scale(0.75);
			transform: scale(0.75);
	position: absolute;
	top: -38px;
	left: -38px;
}
.relp-price-text .price .yen {
	padding: 20px 0 30px;
	background: url("../img/icon_ribbon_price.png") no-repeat 50% 100%;
	-webkit-background-size: 240px 140px;
		 -o-background-size: 240px 140px;
			background-size: 240px 140px;
}
.relp-price-text .price .yen .main {
	font-size: 20px;
}
.relp-price-text .price .yen .main strong {
	font-size: 64px;
}
.relp-price-text .price .yen .sub {
	font-size: 16px;
}
.relp-price-text .title {
	float: none;
	width: 100%;
	padding: 20px 10px 30px;
	font-size: 7.4vw;
	line-height: 1.2;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
	text-align: center;
}
.relp-price-text .title strong {
	font-size: 10vw;
}
.relp-price-text .title br {
	display: none;
}
.relp-price-text .title span {
	display: block;
	font-size: 24px;
}


.relp-mainimg .inner .point {
	width: 100%;
	min-width: inherit;
	margin: 0;
	padding: 10px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
.relp-mainimg .inner .point li {
	float: none;
	width: 100%;
	margin-bottom: 10px;
	padding: 0 !important;
	text-align: center;
}
.relp-mainimg .inner .point li span {
	background-position: 10px 50%;
	-webkit-background-size: 16px;
		 -o-background-size: 16px;
			background-size: 16px;
	color: #FFF;
	font-size: 16px;
	padding: 12px 10px 12px 20px;
}



.relp-lead {
	padding: 60px 0 20px;
	-webkit-background-size: 100px;
		 -o-background-size: 100px;
			background-size: 100px;
	background-attachment: scroll;
}
.relp-lead .inner {
}
.relp-lead .inner .fukidashi {
	height: auto;
}
.relp-lead .inner .fukidashi.pc {
	width: 80px;
	margin-top: -20px;
	margin-left: -90px;
}
.relp-lead .inner .fukidashi.tb {
	width: 80px;
	margin-top: 20px;
	margin-left: 80px;
}
.relp-lead .inner .fukidashi.sp {
	width: 80px;
	margin-top: 140px;
	margin-left: -140px;
}
.relp-lead .inner .allview {
	display: block;
	width: 300px;
	margin: 0 auto;
	height: auto;
}
.relp-lead .inner .section-title {
	padding: 20px 0 0;
	font-size: 40px;
	font-size: 10vw;
}
.relp-lead .inner .text {
	padding: 10px 0;
	background-color: #FFF;
}


.relp-nayami {
	padding: 0;
}
.relp-nayami .inner {
}
.relp-nayami .inner .section-title {
	margin-bottom: 0;
	padding: 20px 0;
	font-size: 24px;
}
.relp-nayami .inner .section-title img {
	width: 60px;
	height: auto;
}
.relp-nayami .inner .wrap {
	width: 100%;
	margin: 0;
	padding: 10px 0 40px;
	background-color: #DDD;
}
.relp-nayami .inner .wrap .item {
	float: none;
	width: auto;
	margin: 0 10px 10px;
	padding: 20px 10px;
	background-color: #FFF;
	-webkit-box-shadow: 0 0 1px rgba(0,0,0,0.2);
			box-shadow: 0 0 1px rgba(0,0,0,0.2);
	-webkit-border-radius: 4px;
			border-radius: 4px;
}
.relp-nayami .inner .wrap .item .title {
	position: relative;
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	padding: 34px 0 0;
	background: url("../img/icon_checkmark.png") no-repeat 50% 0;
	-webkit-background-size: 24px;
		 -o-background-size: 24px;
			background-size: 24px;
}
.relp-nayami .inner .wrap .item .title strong {
	color: #F33;
	font-size: 18px;
}
.relp-nayami .inner .wrap .item .title br {
	display: none !important;
}
.relp-nayami .inner .wrap .item .img {
	margin: -60px 0;
}
.relp-nayami .inner .wrap .item .img img {
	width: 300px;
}
.relp-nayami .inner .wrap .item .list {
	position: relative;
	text-align: left;
}
.relp-nayami .inner .wrap .item .list li {
	margin-left: 0;
	padding-left: 24px;
	font-size: 18px;
	background: url("../img/icon_checkbox.png") no-repeat 0 0.25em;
	-webkit-background-size: 14px;
		 -o-background-size: 14px;
			background-size: 14px;
}

.relp-stop {
}
.relp-stop .inner {
}
.relp-stop .sub-title {
	margin-bottom: 20px;
	font-size: 32px;
}
.relp-stop .sub-title img {
	display: block;
	width: 120px;
	margin: -30px auto 10px;
	padding: 0;
}
.relp-stop .section-title {
	margin: 0;
	padding: 20px 10px 40px;
	border: #F33 solid;
	border-width: 5px 0;
	color: #F33;
	font-size: 40px;
	font-weight: bold;
	line-height: 1.25;
	background: url("../img/icon_macuser.png") no-repeat 96% 98%;
	-webkit-background-size: 100px;
		 -o-background-size: 100px;
			background-size: 100px;
	text-align: left;
}
.relp-stop .section-title img {
	width: 80px;
	height: auto;
}
.relp-stop .notice {
	padding: 20px;
	font-size: 14px;
	background: url("../img/bg_fukidashi_sideline.png") no-repeat 50%;
	-webkit-background-size: 320px auto;
		 -o-background-size: 320px auto;
			background-size: 320px auto;
}
.relp-stop .relp-price-text {
	width: auto;
	margin: 0 10px;
}
.relp-stop .team {
	margin: 0 10px;
	padding: 40px 0;
}
.relp-stop .team .text {
	float: none;
	width: 100%;
}
.relp-stop .team .text .catch {
	margin-bottom: 20px;
	font-size: 18px;
}
.relp-stop .team .text .area {
	padding: 20px 10px;
	font-size: 14px;
}
.relp-stop .team .text .area dl dt {
	font-size: 18px;
}
.relp-stop .team .text .area dl dd {
	padding: 10px 0;
	font-size: 14px;
}
.relp-stop .team .img {
	float: none;
	width: 100%;
}

.section-title {
	padding: 20px 10px;
}
.section-title .en {
	padding: 0 0 5px;
}

.relp-plan {
	-webkit-background-size: 100px;
		 -o-background-size: 100px;
			background-size: 100px;
	background-attachment: scroll;
}
.relp-plan .inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.relp-plan .inner .plan-detail {
	margin: 0 10px;
	padding-top: 40px;
}
.relp-plan .inner .plan-detail .item {
	float: none;
	width: 100%;
	margin: 0 0 40px;
}
.relp-plan .inner .plan-detail .item .catch {
	padding: 0 0 20px;
	font-size: 16px;
	letter-spacing: 0;
}
.relp-plan .inner .plan-detail .item .bg .price {
	padding: 10px;
}
.relp-plan .inner .plan-detail .item .bg .price .yen {
	font-size: 14px;
	line-height: 1.25;
}
.relp-plan .inner .plan-detail .item .bg .price .yen .main {
	line-height: 1;
	font-size: 20px;
}
.relp-plan .inner .plan-detail .item .bg .price .yen .main strong {
	font-size: 64px;
}
.relp-plan .inner .plan-detail .item .bg .price .yen .sub {
	padding: 4px 16px;
	font-size: 16px;
	background-color: rgba(0,0,0,0.2);
}
.relp-plan .inner .plan-detail .item .bg .body .detail {
	padding: 10px 20px 5px;
	border-top: #CCC solid 1px;
}
.relp-plan .inner .plan-detail .item .bg .body .detail p {
	margin-bottom: 0.5em;
	line-height: 2;
}
.relp-plan .inner .plan-detail .item .bg .body .detail ul li {
	margin-bottom: 0.5em;
	margin-left: 1.5em;
	list-style: disc;
}
.relp-plan .inner .plan-detail .item .bg .body .detail:first-child {
	height: auto;
}
.relp-plan .inner .plan-detail .item .bg .body .detail:nth-child(2) {
	height: auto;
}
.relp-plan .inner .plan-detail .item .bg .body .detail .attention {
	font-size: 12px;
}


.relp-plan .inner .more {
	padding: 0 10px 20px;
	font-size: 16px;
}
.relp-plan .inner .contact {
	width: auto;
	padding: 0 10px;
}
.relp-plan .inner .contact .item {
	float: none;
	width: auto;
	margin-bottom: 20px;
}
.relp-plan .inner .contact .item:last-child {
	float: none;
}
.relp-plan .inner .contact .item .title {
	margin-bottom: 10px;
	font-size: 18px;
}
.relp-plan .inner .contact .item .tel {
	padding-left: 50px;
	padding-right: 20px;
	-webkit-background-size: 40px;
		 -o-background-size: 40px;
			background-size: 40px;
}
.relp-plan .inner .contact .item .tel a {
	color: #FFF;
}
.relp-plan .inner .contact .item .tel .number {
	font-size: 24px;
	font-weight: bold;
}



.relp-features {
}
.relp-features .anchor-link {
	margin-bottom: -40px;
}
.relp-features .anchor-link ul {
	width: auto;
	margin: 0 5px;
	overflow: hidden;
}
.relp-features .anchor-link ul li {
	width: 33.3%;
	padding: 5px;
}
.relp-features .anchor-link ul li:nth-child(1),
.relp-features .anchor-link ul li:nth-child(2) {
	width: 50%;
}
.relp-features .anchor-link ul li a {
	padding: 0 0 30px;
	font-size: 12px;
}
.relp-features .anchor-link ul li a span.number {
	padding: 5px;
	font-size: 12px;
}

.relp-features .features-section {
}
.relp-features .features-section .section-title {
	width: 100%;
	margin: 0;
	padding: 60px 0 20px;
	text-align: center;
	font-size: 18px;
}
.relp-features .features-section .section-title .number {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	margin: 0;
	text-align: center;
	border-top: #FCDC2C solid 10px;
	font-size: 32px;
}
.relp-features .features-section .section-title .title .plan {
	display: inline-block;
	margin: 0;
	padding: 2px 4px;
	font-size: 13px;
}
.relp-features .features-section .section-title .title .plan.normal {
	background-color: #00BCAE;
}
.relp-features .features-section .section-title .title .plan.recommended {
	background-color: #2EAEE6;
}
.relp-features .features-section .section-title .title .plan.original {
	background-color: #2A304A;
}

.relp-features .features-section .section-title .title .sub-title {
	display: block;
	font-size: 14px;
}
.relp-features .features-section .section-title .title .main-title {
	display: block;
	padding: 20px 10px 0;
	font-size: 24px;
	line-height: 1.25;
	font-weight: bold;
}
.relp-features .features-section .bg {
	background-color: #DDD;
	-webkit-background-size: 20px;
		 -o-background-size: 20px;
			background-size: 20px;
	background-attachment: scroll;
}
.relp-features .features-section .bg .inner {
	width: 100%;
	margin: 0;
	padding: 10px;
}
.relp-features .features-section .bg .inner .wrap {
	display: block
}
.relp-features .features-section .bg .inner .wrap .text {
	display: block;
	width: 100%;
	vertical-align: top;
	padding-right: 0;
}
.relp-features .features-section .bg .inner .wrap .text .catch {
	margin-bottom: 1px;
}
.relp-features .features-section .bg .inner .wrap .text .catch span {
	display: block;
	padding: 10px;
	line-height: 1.25;
	background-color: #FFF;
	font-size: 18px;
	font-weight: bold;
}
.relp-features .features-section .bg .inner .wrap .text .description {
	padding: 10px;
	background-color: #FFF;
	font-size: 16px;
}
.relp-features .features-section .bg .inner .wrap .text .img {
	margin: 0;
	padding: 0;
}
.relp-features .features-section .bg .inner .wrap .img {
	display: block;
	width: 100%;
}
.relp-features .features-section .bg .inner .wrap .img img {
	max-width: 100%;
	height: auto;
}
.relp-features .features-section .bg .inner .cms-user {
	padding: 20px 10px;
	text-align: left;
}
.relp-features .features-section .bg .inner .cms-user br {
	display: none;
}

.relp-features #cms .bg .inner .wrap .text .description {
	margin-bottom: 20px;
}
.relp-features #cms .bg .inner .wrap .text figure {
	margin-bottom: 0;
}
.relp-features #cms .bg .inner .wrap .text figure img {
	max-width: 100%;
}

.relp-features #device .bg .inner .wrap .text {
	width: 100%;
}
.relp-features #device .bg .inner .wrap .img img {
	margin-top: 10px;
}

.relp-features #form .bg .inner .wrap .text {
	width: 100%;
}

.relp-features #design .bg .inner .wrap .img img {
	margin: 10px 0;
}

.relp-features #cameraman .bg {
	padding-bottom: 114px;
	background-position: 50% 100%, 50% 50%;
	background-attachment: scroll , scroll;
	-webkit-background-size: 100% auto, auto auto;
		 -o-background-size: 100% auto, auto auto;
			background-size: 100% auto, auto auto;
}
.relp-features #cameraman .bg .inner .wrap .text {
	display: block;
	width: 100%;
	padding: 10px 0;
}


.relp-case {
}
.relp-case .inner {
	padding: 10px;
	background-color: #DDD;
}
.relp-case .inner .case-section {
	width: 100%;
	margin: 0 0 10px;
	padding: 10px 10px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
	background-color: #FFF;
	-webkit-box-shadow: 0 0 1px rgba(0,0,0,0.2);
			box-shadow: 0 0 1px rgba(0,0,0,0.2);
	-webkit-border-radius: 4px;
			border-radius: 4px;
	overflow: hidden;
}
.relp-case .inner .case-section .text {
	float: none;
	width: 100%;
}
.relp-case .inner .case-section .text .title {
	padding-top: 20px;
	font-size: 24px;
	text-align: center;
}
.relp-case .inner .case-section .text .title .sub-title {
	font-size: 14px;
}
.relp-case .inner .case-section .text .detail {
	padding: 20px 0;
	text-align: center;
}
.relp-case .inner .case-section .text .detail dt {
	margin-bottom: 0.5em;
	font-size: 12px;
}
.relp-case .inner .case-section .text .detail dd {
	margin-top: 0;
	margin-bottom: 1em;
	margin-left: 0;
}
.relp-case .inner .case-section .text .detail .plan.original {
	padding: 2px 4px;
	font-size: 14px;
}
.relp-case .inner .case-section .img {
	float: none;
	max-width: 320px;
	width: 100%;
	margin: 0 auto;
	margin-bottom: -20px;
}
.relp-case .inner .case-section .point {
	width: auto;
	margin: 0 -10px;
	padding: 40px 10px 20px;
	clear: both;
	background-color: #EEE;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
.relp-case .inner .case-section .point .title {
	margin-bottom: 0.5em;
	font-size: 18px;
	font-weight: bold;
}
.relp-case .inner .case-section .point .title strong {
	color: #F33;
}
.relp-case .inner .case-section .point .description {
	font-size: 16px;
}


.relp-qa {
	padding-bottom: 20px;
}
.relp-qa .inner {
	width: 100%;
	margin: 0;
}
.relp-qa .inner .qa-section {
	margin-bottom: 1px;
}
.relp-qa .inner .qa-section .question {
	padding: 10px 30px 10px 60px;
	background: #EEE;
	font-size: 18px;
}
.relp-qa .inner .qa-section .question:hover {
	background-color: #FFF;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
			box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.relp-qa .inner .qa-section .question:after {
	right: 10px;
}
.relp-qa .inner .qa-section .question:before {
	top: 6px;
	left: 15px;
	font-size: 32px;
	font-weight: normal;
}
.relp-qa .inner .qa-section .answer {
	padding: 30px;
}


.relp-contact {
}
.relp-contact .section-title {
	background-color: #F33;
	color: #FFF;
}
.relp-contact .inner {
	padding: 60px 10px 20px;
}
.relp-contact .inner .contact-section {
	margin: 0;
	padding: 10px 10px 10px;
	-webkit-background-size: 24px;
		 -o-background-size: 24px;
			background-size: 24px;
	-webkit-border-radius: 8px;
			border-radius: 8px;
}
.relp-contact .inner .contact-section .title {
	max-width: 300px;
	margin: -60px auto -20px;
	padding: 16px 0 60px;
	-webkit-background-size: 300px auto;
		 -o-background-size: 300px auto;
			background-size: 300px auto;
	font-size: 14px;
}
.relp-contact .inner .contact-section .limited {
	font-size: 18px;
}
.relp-contact .inner .contact-section .free {
	margin-bottom: 0.25em;
	font-size: 24px;
}
.relp-contact .inner .contact-section .attention {
	font-size: 12px;
}



.relp-form {
	width: auto;
	margin: 0;
	padding: 10px;
	background: #EEE;
	border: none;
	border-radius: 0;
}

.relp-contact-form h3 {
	margin-bottom: 10px;
}
.relp-contact-form .tel {
	margin-top: -10px;
	margin-bottom: 20px;
}
.relp-contact-form .tel .telNum {
	font-size: 40px;
}
.relp-contact-form .tel .accept {
	font-size: 14px;
}
.relp-contact-form dl {
	margin: 0 -10px;
	padding: 20px 10px !important;
	background: #FFF;
}

.relp-contact-form input {
	width: 50%;
}
.relp-contact-form input.long,
.relp-contact-form textarea {
	width: 100%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.relp-contact-form dl dd a {
	font-size: 12px;
}
.relp-contact-btn {
	margin: 0 20px;
}
.relp-contact-btn p button {
	padding: 20px 50px;
}
.relp-contact-btn p button:hover {
	padding: 20px 50px;
}

.relp-thanks {
	padding-top: 140px;
	padding-bottom: 80px;
	-webkit-background-size: 100px;
	     -o-background-size: 100px;
	        background-size: 100px;
}

}