@charset "utf-8";

/* ---------------------------------------------------------------------------------------------

　   COMMON

--------------------------------------------------------------------------------------------- */

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


@media print, screen and ( min-width : 769px ) {
}

/* ---------------------------------------------------------------------------------------------

　   MAIN IMAGE

--------------------------------------------------------------------------------------------- */

.rakuda_right {
	position: absolute;
	z-index: 10;
}
.mv_w_box {
	position: relative;
}
.ribbon {
	font-family: "heisei-maru-gothic-std",sans-serif;
	text-align: center;
	color: #fff;
	position: absolute;
	width: 100%;
}
.concierge {
	position: absolute;
	z-index: 11;
}
.main_copy {
	width: 100%;
}
#mv {
	margin-bottom: 20px;
	position: relative;
}
#mv p {
	text-align: center;
}
#mv .num {
	display: inline-block;
	font-size: 2em;
}
#mv .num span {
	font-weight: bold;
	line-height: 1em;
}
#mv .num small {
	display: block;
	text-align: right;
	font-size: 0.5em;
}
.mv_w_box li {
	background: #f1f1f1;
	border-radius: 50%;
	text-align: center;
	overflow: hidden;
	position: relative;
}
.li_bg {
	position: absolute;
	background: #99e1d7;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	border-radius: 50%;
}
.mv_w_box li img {
	vertical-align: middle;
	position: relative;
	z-index: 2;
}
@media only screen and ( max-width : 768px ) {
	#main {
		background: url(/wp-content/uploads/rakuda_left.png) no-repeat 0 20vw / 46vw auto;
	}
	.rakuda_right {
		width: 24%;
		right: 0;
		bottom: -80px;
	}
	.ribbon {
		padding-top: 20px;
		font-size: 10px;
	}
	.mv_w_box ul {
		margin-top: -6%;
		margin-bottom: 15px;
	}
	.mv_w_box li {
		width: 110px;
		height: 110px;
		line-height: 110px;
		margin-right: 5px;
	}
	.mv_w_box li:last-child {
		margin-right: 0;
	}
	.mv_w_box li img {
		width: 70px;
	}
	#mv .num span {
		font-size: 60px;
	}
}
@media only screen and ( max-width : 480px ) {
	.rakuda_right {
		width: 30%;
		right: -30px;
		bottom: -120px;
	}
	.ribbon {
		padding-top: 12px;
		line-height: 1.2em;
	}
	#main {
		background: url(/wp-content/uploads/rakuda_left.png) no-repeat 0 60vw / 60vw auto;
	}
}
@media only screen and ( max-width : 320px ) {
	.mv_w_box li {
		width: 90px;
		height: 90px;
		line-height: 90px;
	}
	.mv_w_box li img {
		width: 60px;
	}
	.ribbon {
		padding-top: 9px;
		font-size: 8px;
	}
    .rakuda_right {
        bottom: -80px;
    }

}
@media print, screen and ( min-width : 769px ) {
	#main {
		background: url(/wp-content/uploads/rakuda_left.png) no-repeat 0 0 / 54vw auto;
	}
	.rakuda_right {
		top: 8%;
		width: 24%;
		right: -4%;
	}
	.mv_w_box {
		/*width: 829px;
		height: 411px;
		background: url(/wp-content/uploads/main_copy.png) no-repeat;
		margin: 0 auto 20px;*/
	}
	.mv_w_box {
		width: 70%;
		margin: 0 auto 20px;
		text-align: center;
	}
	.ribbon {
		padding-top: 24px;
		font-size: 16px;
	}
	#mv .num span {
		font-size: 81px;
	}
	.concierge {
		right: -30px;
		bottom: 90px;
		width: 180px;
	}
	.mv_w_box ul {
		margin-top: -6%;
	}
	.mv_w_box li {
		width: 140px;
		height: 140px;
		line-height: 140px;
		margin-right: 20px;
	}
	.mv_w_box li:last-child {
		margin-right: 0;
	}

}
@media print, screen and ( min-width : 1100px ) {
	.mv_w_box {
		width: 80%;
	}
	.ribbon {
		padding-top: 30px;
	}
	.concierge {
		right: -30px;
		bottom: 120px;
		width: 223px;
	}

}
@media print, screen and ( min-width : 1400px ) {
	#main {
		background: url(/wp-content/uploads/rakuda_left.png) no-repeat 0 0 / 54vw auto;
	}
	.rakuda_right {
		top: 10%;
		right: 0;
		width: 27vw;
	}

}
@media print, screen and ( min-width : 1600px ) {
	#main {
		background: url(/wp-content/uploads/rakuda_left.png) no-repeat 0 0 / 54vw auto;
	}
	.rakuda_right {
		top: 4%;
		right: 0;
		width: 30vw;
	}

}
@media print, screen and ( min-width : 1800px ) {
	.mv_w_box {
		width: 90%;
	}
	.ribbon {
		padding-top: 37px;
	}

}
/* ---------------------------------------------------------------------------------------------

　   REASON

--------------------------------------------------------------------------------------------- */
.reason_box img {
	margin-bottom: 10px;
}
.reason_box li {
	position: relative;
	padding-left: 1.2em;
}
.reason_box li:before {
	content: "\f32b";
	font-family: Font Awesome\ 5 Pro;
	font-weight: bold;
	position: absolute;
	left: 0;
	top: 0;
}
.reason_box {
	width: 32.66666666666667%;
	margin-right: 1%;
}
.reason_box:last-child {
	margin-right: 0;
}
@media only screen and ( max-width : 768px ) {
	.reason_box {
		font-size: 12px;
	}
}

@media only screen and ( max-width : 480px ) {
	.reason_box {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.reason_box:last-child {
		margin-bottom: 0;
	}
}

@media print, screen and ( min-width : 769px ) {
}



/* ---------------------------------------------------------------------------------------------

　   料金比較

--------------------------------------------------------------------------------------------- */
.comparison {
	background: #f1f1f1;
	padding: 1em;
}
#price table {
	width: 100%;
	border-bottom: 4px solid #000;
	margin-bottom: 15px;
}
#price table tbody tr:first-child {
	background: #fff;
}
#price table thead th {
	font-weight: bold;
}
#price table th {
	text-align: center;
}
#price table tbody td {
	text-align: right;
}
#price table th ,#price table td {
	padding: 10px;
}
@media only screen and ( max-width : 768px ) {
}


@media print, screen and ( min-width : 769px ) {
	#price .ttl,#price .comparison {
		width: 35%;
	}
	#price .graf {
		width: 30%;
	}
}

/* ---------------------------------------------------------------------------------------------

　   らくるの使い方

--------------------------------------------------------------------------------------------- */

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


@media print, screen and ( min-width : 769px ) {
  #use .step {
    height: 150px;
  }
}

/* ---------------------------------------------------------------------------------------------

　   XXX

--------------------------------------------------------------------------------------------- */

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


@media print, screen and ( min-width : 769px ) {
}

/* ---------------------------------------------------------------------------------------------

　   ラクルとは

--------------------------------------------------------------------------------------------- */

.point-title{
	background: #f1f1f1;
}
.point-title h4{
	margin-bottom: 0;
	text-align: center;
}

@media only screen and ( max-width : 768px ) {
	.point-title{
		padding:20px;
	}
	.point-title h4{
		font-size:20px;
	}
}


@media print, screen and ( min-width : 769px ) {
	.box-point{
		width:49%;
	}
	.point-title{
		padding:40px 20px;
		height:200px;
	}
	.point-title h4{
		font-size:40px;
	}
}

/* ---------------------------------------------------------------------------------------------

　   XXX

--------------------------------------------------------------------------------------------- */

@media only screen and ( max-width : 768px ) {
    .voice article{
        margin-right: 2%;
        width: 243px;
    }
    .voice article .img{
        width: 243px;
    }
}


@media print, screen and ( min-width : 769px ) {
}