<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
　	ロイヤルカイラのサービスの特長（/service/）用
　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

h3.lead{
	/* font-size: 180%; */
	font-size: 174.6%;
	text-align: center;
	margin: auto;
	font-weight: 500;
}

p.btn{
	overflow: hidden;
	text-align: center;
	margin: auto;
	max-width: 1000px;
}

p.btn a{
	display: inline-block;
	box-sizing: border-box;
	background: url(../img/common/icon_links_w.png) no-repeat right center #29bfb2;
	background-size: 20px;
	width: 80%;
	min-width: 280px;
	max-width: 600px;
	height: 60px;
	font-size: 16px;
	text-align: center;
	padding: 0 20px 0 0;
	color: #fff !important;
	border-radius: 7px;
}
p.btn.red a{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ec1e79+0,b32654+100 */
	background: rgb(236,30,121); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(236,30,121,1) 0%, rgba(179,38,84,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(236,30,121,1) 0%,rgba(179,38,84,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(236,30,121,1) 0%,rgba(179,38,84,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec1e79', endColorstr='#b32654',GradientType=0 ); /* IE6-9 */
	padding: 0;
}
p.btn a:first-child:nth-last-child(2),
p.btn a:first-child:nth-last-child(2) ~ a{
	width: 48%;
	max-width: 300px;
	min-width: 0;
}
p.btn a:first-child:nth-last-child(2){
	margin-right: 1%;
}

p.btn a small{
	display: block;
	font-size: 80%;
}
p.btn a em{
	display: inline-block;
	font-size: 80%;
	line-height: 1.5em;
	padding: 1px 5px 0;
	background: #fff;
	margin-left: 5px;
	color: #ce145a;
	border-radius: 4px;
}
p.btn a:hover{
	opacity: 0.7;
	text-decoration: none;
}
p.btn a &gt; span{
	display: inline-block;
	vertical-align: middle;
}
p.btn a:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 100%;
}
.img_r,
.img_l{
	width: 45%;
}

figure.dress_img{
	overflow: hidden;
	margin: 30px 0;
}
figure.dress_img img{
	float: left;
	width: 23.5%;
	margin-left: 2%;
}
figure.dress_img img:first-child{
	margin-left: 0;
}

.point{
	background: #daf1f8;
	padding: 40px 10px;
	counter-reset: point;
}
.point &gt; dl{
	max-width: 1000px;
	margin: auto;
}
.point &gt; dl dt{
	position: relative;
	padding: 30px 0 10px 180px;
	border-bottom: 1px solid #0aa0d2;
	font-size: 130%;
	line-height: 1.3em;
	color: #0aa0d2;
	margin: 0 0 30px;
}
.point &gt; dl dt strong{
	display: inline-block;
	font-family: Times, "Times New Roman", serif;
	font-style: italic;
	font-size: 340%;
	margin: 0 7px 0 5px;
	vertical-align: -5px;
}
.point &gt; dl dt:before{
	counter-increment: point;
	content: "0"counter(point);
	display: block;
	position: absolute;
	left: 10px;
	top: 0;
	box-sizing: border-box;
	width: 140px;
	height: 140px;
	background: url(../img/service/icon_num.png) no-repeat center center;
	background-size: 100% !important;
	padding-top: 55px;
	text-align: center;
	font-family: Times, "Times New Roman", serif;
	font-size: 320%;
	line-height: 1.2em;
	color: #0aa0d2;
}
.point &gt; dl dt:nth-of-type(2n){
	text-align: right;
	padding: 30px 180px 10px 0;
}
.point &gt; dl dt:nth-of-type(2n):before{
	left: auto;
	right: 10px;
}
.point &gt; dl dd{
	margin: 10px 10px 40px;
	overflow: hidden;
	line-height: 2em;
}
.point &gt; dl dd img{
	width: 30%;
	margin: 0 15px 10px 0;
	float: left;
}
.point &gt; dl dd:nth-of-type(2n) img{
	float: right;
	margin: 0 0 10px 15px;
}

.in {
	position: relative;
	z-index: 1;
	max-width: 1040px;
	padding: 0 10px;
	margin: 10px auto 40px;
	overflow: hidden;
}

.main_box{
	margin: 0;
	box-sizing: border-box;
}
.main_box .midasi2{
	width: 100%;
	padding: 0;
  margin: 45px 0 30px 30px;
	overflow: initial;
	box-sizing: border-box;
	color:#0AA0D2;
}
.midasi2:after{
	position: absolute;
	content: '';
	width:60px;
	height:60px;
	left: 20px;
	top: -5px;
	font-weight: normal;
	font-family: Times, "Times New Roman", serif !important;
}
.midasi2 &gt; span {
  width: calc(100% - 52px);
	height: 45px;
	line-height: 45px;
}
.midasi2.point01:after{
	content: '01';
	font-size:60px;
}
.midasi2.point02:after{
	content: '02';
	font-size:60px;
}
.midasi2.point03:after{
	content: '03';
	font-size:60px;
}
.midasi2.point04:after{
	content: '04';
	font-size:60px;
}
.midasi2.point05:after{
	content: '05';
	font-size:60px;
}
.midasi2.point06:after{
	content: '06';
	font-size:60px;
}

.midasi2.point07:after{
	content: '07';
	font-size:60px;
}

.service_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-top:30px;
	margin-left:30px;
}
.service_box:not(:last-child) {
	margin-bottom: 120px;
}
.service_box  .in_content_image{
	width: calc(600/1000 * 100%);
}
.service_box  .in_content{
	width: calc(400/1000 * 100%);
}
.in_content_subject {
	display: block;
	font-size: 16px;
	line-height: 1.6;
	font-weight: 700;
	margin-bottom: 0.5em;
	letter-spacing: 0.05em;
	color:#4E4B4D;
}
.in_content_text {
	margin: 2em 0 0;
	line-height: 2.0;
}
.in_content_text .att{
	display: block;
	font-size:10px;
	margin-top:5px;
}
.lead{
	font-size: 100%;
	margin-bottom:0;
}


/* ============================================================================================= */
@media only screen and (max-width: 1200px){

}

@media only screen and (max-width: 1000px){
	.in {
		max-width: 1000px;
		padding: 0;
	}
	.main_box{
		width:100%;
	}
	.main_box .midasi2{
		width: 100%;
		margin: 25px 0 30px 0;
		overflow: initial;
		box-sizing: border-box;
	}

	.midasi2 &gt; span {
		width: 100%;
	}
	.service_box {
		display: block;
		margin-top:30px;
		margin-left:0;
		padding: 0 10px;
	}
	.service_box  .in_content_image{
		width: 100%;
	}
	.service_box  .in_content_image img{
		width: 100%;
	}
	.service_box  .in_content_text{
		width: 100%;
	}
	.in_content_subject {
		margin-top:20px;
		text-align: center;
		font-size:15px;
	}
	.db{
		display: block;
	}
	/* .in_content_subject br{
		display: none;
	} */
}

/* ============================================================================================= */
@media only screen and (max-width: 799px){
	h3.lead{
		font-size: 160%;
	}
	.midasi2 &gt; span {
    width: 100%;
    box-sizing: border-box;
		height: 35px;
		line-height: 33px;
	}
	.midasi2:before {
    left: 40%;
		height:99%;
	}
	.midasi2:after{
		width:44px;
		height:44px;
		left: 10px;
		top: 0;
	}
	.midasi2.point01:after{
		content: '01';
		font-size:44px;
	}
	.midasi2.point02:after{
		content: '02';
		font-size:44px;
	}
	.midasi2.point03:after{
		content: '03';
		font-size:44px;
	}
	.midasi2.point04:after{
		content: '04';
		font-size:44px;
	}
	.midasi2.point05:after{
		content: '05';
		font-size:44px;
	}
	.midasi2.point06:after{
		content: '06';
		font-size:44px;
	}

	.img_r,
	.img_l{
		width: 80%;
		display: block;
		margin: 0 auto 10px;
	}
	p.btn a{
		font-size: 15px;
	}

	.point &gt; dl dt{
		padding: 15px 10px 5px 90px;
		margin: 0 -10px 15px;
		font-size: 120%;
		font-weight: bold;
	}
	.point &gt; dl dt strong{
		vertical-align: -7px;
		margin: 0 5px 0 2px;
		font-size: 240%;
	}

	.point &gt; dl dt:before{
		width: 70px;
		height: 70px;
		padding-top: 27px;
		font-size: 160%;
	}
	.point &gt; dl dt:nth-of-type(2n){
		text-align: right;
		padding: 15px 90px 5px 10px;
	}
	.point &gt; dl dd{
		margin: 10px 10px 30px;
		line-height: 1.8em;
	}
	.point &gt; dl dd img{
		width: 40%;
		margin: 0 10px 10px 0;
	}
	.point &gt; dl dd:nth-of-type(2n) img{
		margin: 0 0 10px 10px;
	}

	.lead{
		font-size: 93%;
	}
	.service_box:not(:last-child) {
    margin-bottom: 60px;
	}
	.service_box  .in_content_image{
		width: 100%;
	}
	.service_box  .in_content{
		width: 100%;
	}
	.service_box  .in_content_text{
		font-size:12px;
	}
	.in_content_subject {
    margin-bottom: 0;
	}
	.in_content_text .att {
    margin-top: 2px;
}
	

}

@media only screen and (max-width: 600px){
	h3.lead{
		font-size: 140%;
	}
	p.btn a{
		font-size: 14px;
	}

}

@media only screen and (max-width: 400px){
	h3.lead{
		font-size: 140%;
	}
	.img_r,
	.img_l{
		width: 90%;
	}
	.point &gt; dl dd{
		margin: 10px 0 30px;
		line-height: 1.6em;
	}
	.point &gt; dl dd img{
		width: 50%;
	}

	p.btn a{
		font-size: 13px;
	}
	.point &gt; dl dt strong{
		vertical-align: -3px;
		font-size: 200%;
	}
}

@media only screen and (max-width: 360px){
	h3.lead{
		font-size: 120%;
	}
	.img_r,
	.img_l{
		width: 1000%;
	}


}</pre></body></html>