<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* container */
#container{
	margin: 0 auto 0;
	padding: 65px 40px 100px;
	background: #f2ede3;
}
@media screen and (max-width: 980px){
	#container{
		min-height: 0 !important;
	}
}
@media screen and (max-width: 750px){
	#container{
		margin: 0 auto 0;
		padding: 40px 15px 40px;
	}
}

/* contents */
#contents{
	max-width: 1300px;
	margin: 0 auto;
	position: relative;
	text-align: left;
}
@media screen and (max-width: 980px){
	#contents{
		min-height: 0 !important;
	}
}

/* detail */
#detail{
	margin-left: 300px;
}
@media screen and (max-width: 980px){
	#detail{
		margin-left: 0;
	}
}

/* main */
#main{
	text-align: left;
}
#main h1{
	font-size: 28px;
	line-height: 1.2;
  font-family: 'Cormorant Garamond', serif;
  font-weight: normal;
}
#main p{
	font-size: 15px;
	line-height: 1.5;
}
@media screen and (max-width: 750px){
  #main h1{
    font-size: 20px;
  }
  #main p{
    font-size: 13px;
  }
}

/* section */
section{
	margin-top: 40px;
	background: #fff;
}
@media screen and (max-width: 750px){
	section{
		margin-top: 30px;
	}
}

/* service */
.service .img{
	position: relative;
	overflow: hidden;
}
.service .img::before{
	content: "";
	display: block;
	width: 100%;
	height: 0;
	padding-top: 46%;
}
.service .img img{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%) scale(1);
}
.service .inner{
	padding: 35px 40px 80px;
}
.service .ttlWrap{
	width: 100%;
}
.service .ttlWrap .ttlBox{
	padding-left: 58px;
	padding-right: 10px;
	position: relative;
}
.service .ttlWrap .ttlBox::before{
	content: "";
	display: block;
	width: 38px;
	height: 38px;
	position: absolute;
	top: 0;
	left: 0;
}
.service #coating .ttlWrap .ttlBox::before{
	background: #a3d5c0;
}
.service #cleaning .ttlWrap .ttlBox::before{
	background: #f1e577;
}
.service #management .ttlWrap .ttlBox::before{
		background: #ecd19b;
}
.service #maintenance .ttlWrap .ttlBox::before{
		background: #A678B2;
}
.service #membership .ttlWrap .ttlBox::before{
	background: #f2c3ce;
}
.service .ttlWrap .ttlBox h2{
	font-size: 36px;
	line-height: 1.2;
  font-weight: normal;
}
.service .ttlWrap .ttlBox h2 span{
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	line-height: 1.1;
	padding: 2px 6px;
	border: solid 1px #000;
	margin-left: 10px;
	margin-top: -0.5em;
}
.service .ttlWrap .ttlBox p{
	font-size: 14px;
	line-height: 1.5;
}
.service .ttlWrap .price{
	display: inline-block;
	border: solid 1px #000;
	padding: 15px 15px 20px;
	margin-top: 30px;
}
.service .ttlWrap .price h3{
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 10px;
  font-weight: normal;
}
.service .ttlWrap .price h3 strong{
	font-weight: normal;
	color: #bca475;
	font-size: 22px;
}
.service .ttlWrap .price h3 strong span{
	font-size: 16px;
}
.service .ttlWrap .price p{
	font-size: 13px;
	line-height: 1.5;
	text-indent: -6em;
	margin-left: 6em;
}
.service .ttlWrap .price p &gt; span{
	font-size: 10px;
}
.service .ttlWrap .price p &gt; strong{
	font-weight: normal;
	color: #bca475;
	font-size: 19px;
}
.service .ttlWrap .price p &gt; strong:last-child{
	font-size: 22px;
}
.service .ttlWrap .price p &gt; strong span{
	font-size: 16px;
}
.service .ttlWrap .price p &gt; span.notes{
	display: block;
	text-indent: -1em;
	margin-left: 1em;
}
.service .inner p.comingsoon{
	font-size: 14px;
	line-height: 1.5;
	margin-top: 30px;
	text-align: center;
}
.service .inner .box{
	margin-top: 80px;
}
.service .inner .box::after{
	content: "";
	display: block;
	clear: both;
}
.service .inner .box .thumb{
	float: right;
	width: 27.17%;
	margin: 0 0 20px 20px;
	position: relative;
	overflow: hidden;
}
.service .inner .box .thumb::before{
	content: "";
	display: block;
	width: 100%;
	height: 0;
	padding-top: 100%;
}
.service .inner .box .thumb img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) scale(1);
}
.service .inner .box .thumb.animeNo img{
	transform: translate(-50%,-50%) scale(1);
}
.service .inner .box .imgL{
	
}

.service .inner .box .txt h3{
	font-size: 24px;
	line-height: 1.5;
	padding-left: 40px;
  font-weight: normal;
	position: relative;
}
.service .inner .box .txt h3::before{
	content: "";
	display: block;
	width: 28px;
	height: 28px;
	position: absolute;
	top: 0.15em;
	left: 0;
}
.service #coating .inner .box .txt h3::before{
	background: #a3d5c0;
}
.service #cleaning .inner .box .txt h3::before{
	background: #f1e577;
}
.service #management .inner .box .txt h3::before{
		background: #ecd19b;
}
.service #maintenance .inner .box .txt h3::before{
		background: #A678B2;
}
.service #membership .inner .box .txt h3::before{
	background: #f2c3ce;
}
.service #membership .inner .box .txt h3 + ::before{
	display: none;
}

.service .inner .box .txt h4{
	font-size: 18px;
	line-height: 1.5;
	padding-left: 25px;
  font-weight: normal;
	position: relative;
}
.service .inner .box .txt h4::before{
	content: "";
  position: absolute;
  margin: auto;
  box-sizing: border-box;
  border: 10px solid transparent;
  border-left: 15px solid;  
	top: 0.15em;
	left: 0;
}
.service #coating .inner .box .txt h4::before{
	border-left-color: #a3d5c0;
}
.service #cleaning .inner .box .txt h4::before{
	border-left-color: #f1e577;
}
.service #management .inner .box .txt h4::before{
  border-left-color: #ecd19b;
}
.service #maintenance .inner .box .txt h4::before{
  border-left-color: #A678B2;
}
.service #membership .inner .box .txt h3 + h4{
	padding: 0;
	margin-top: 20px;
	font-size: 22px;
}
.service #membership .inner .box .txt h4 img{
	height: 26px;
	width: auto;
	margin-top: 10px;
}
.service #membership .inner .box .txt h4 + p{
	margin-top: 15px;
}
.service .inner .box .txt .effect{
	margin: 15px 0 0 40px;
}
.service .inner .box .txt .effect li{
	position: relative;
	padding-left: 1em;
	font-size: 14px;
	line-height: 1.75;
}
.service .inner .box .txt .effect li::before{
	content: "・";
	position: absolute;
	top: 0;
	left: 0;
}
.service .inner .box .txt p{
	font-size: 14px;
	line-height: 2;
	margin-top: 30px;
}
.service .inner .box .txt .red p{
	color:#d82400;
}
.service #maintenance .inner .ttlWrap &gt; p{
	font-size: 14px;
	margin-top: 30px;
	line-height: 2em;
}
.service #maintenance .inner .imgL{
	margin-top: 30px;
	text-align: center;
}
.service .inner .boxFlow .box .txt p .notes,
.service .inner .box .txt p .notes{
	font-size: 12px;
  text-align: left;
}
.service .inner .box .txt .flowUntilUse{
	margin-top: 40px;
	clear: both;
}
.service .inner .box .txt .flowUntilUse h4{
	font-size: 16px;
	line-height: 1.5;
	text-align: center;
}
.service .inner .box .txt .flowUntilUse ul{
	margin-right: -28px;
}
.service .inner .box .txt .flowUntilUse ul::after{
	content: "";
	display: block;
	clear: both;
}
.service .inner .box .txt .flowUntilUse ul li{
	float: left;
	width: 33.33%;
	padding-right: 28px;
	margin-top: 15px;
	font-size: 12px;
	line-height: 2;
}
.service .inner .box .txt .flowUntilUse ul li h5{
	font-size: 14px;
	line-height: 1.5;
	font-weight: normal;
	margin-bottom: 5px;
}
.service .inner .box .txt dl{
	margin-top: 30px;
}
.service .inner .box .txt dt{
	font-size: 14px;
	line-height: 1.5;
}
.service .inner .box .txt dd{
	font-size: 12px;
	line-height: 1.5;
}
.service #maintenance .inner .box .txt dt{
	line-height: 2;
	margin-top: 30px;
}
.service #maintenance .inner .box .txt dd{
	font-size: 14px;
	line-height: 2;
}
.service .inner .box .txt dt{
	font-weight: bold;
}
.service .inner .box .txt &gt; .notes{
	margin-top: 20px;
}
.service .inner .box .txt &gt; .notes li{
	font-size: 11px;
	line-height: 1.5;
	text-indent: -1em;
	margin-left: 1em;
}
.service .inner .box .txt &gt; .notes li a{
	text-decoration: underline;
}
.service .inner .btn{
	width: 254px;
	margin: 80px auto 0;
	font-size: 14px;
	line-height: 1.2;
	font-weight: bold;
}
.service .inner .btn a{
  display: block;
  border: solid 1px #000;
  position: relative;
  transition: color 0s;
}
.service .inner .btn a:hover{
  transition: color .6s .6s;
  color: #fff;
}
.service .inner .btn a::before{
  content: "";
  display: block;
  width: 0;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  transition: width .6s;
}
.service .inner .btn a:hover::before{
  width: 100%;
}
.service .inner .btn a span{
  position: relative;
  display: inline-block;
  padding: 18px 45px 18px 15px;
}
.service .inner .btn a::after{
  content: "";
  display: block;
  width: 21px;
  height: 11px;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translate(0%,-50%);
  margin-top: -3px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/common/img/ico_btn_arrow.svg");
  background-size: 100% 100%;
  transition: background-image 0s;
}
.service .inner .btn a:hover::after{
  transition: background-image .6s .6s;
  background-image: url("/common/img/ico_btn_arrow_w.svg");
}
.service .inner .box .boxLeft .txt{
  float: right;
  padding-left: 20px;
  width: 72.83%;
}
.service .inner .box .boxRight .txt{
  float: left;
  padding-right: 20px;
  width: 72.83%;
}
.service #cleaning .inner .box .txt h5 + p,
.service .inner .box .boxLeft .txt p,
.service .inner .box .boxRight .txt p{
  font-size: 14px;
  line-height: 2;
  margin-top: 15px;
}
.service .inner .box .sliderBox{
	overflow: hidden;
  width: 27.17%;
  float: right;
  position: relative;
  z-index: 1;
}
.service .inner .box .slider,
.service .inner .box .sliderAuto{
	width: 100%;
  margin: 0 auto;
	position: relative;
}
.service .inner .box .slider li,
.service .inner .box .sliderAuto li{
	outline: none;
	padding: 0 10px;
}
.service .inner .box .slider li img,
.service .inner .box .sliderAuto li img{
	width: 100%;
	cursor: pointer;
}
.service .inner .box .slick-list{
	overflow: visible;
}
.service .inner .box .slider .slick-dots,
.service .inner .box .sliderAuto .slick-dots{
	margin-top: 20px;
	text-align: center;
	font-size: 0;
}
.service .inner .box .slider .slick-dots li,
.service .inner .box .sliderAuto .slick-dots li{
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 0 10px;
	padding: 0;
}
.service .inner .box .slider .slick-dots li button,
.service .inner .box .sliderAuto .slick-dots li button{
	font-size: 0;
	display: block;
	width: 100%;
	height: 100%;
	border: none;
	background: #808080;
	padding: 0;
	border-radius: 50%;
	cursor: pointer;
}
.service .inner .box .slider .slick-dots li.slick-active button,
.service .inner .box .sliderAuto .slick-dots li.slick-active button{
	background: #323232;
}
.service .inner .box .txt .imgL{
  text-align: center;
  margin-top: 30px;
}
.service .inner .box .imgRight{
  float: right;
  max-width: 43.48%;
  margin: 0 0 20px 20px;
}
.service .inner .box .imgRight td:last-child{
  padding-left: 20px;
}
.service #cleaning .inner .box h5{
  margin-top: 20px;
}
.service .inner .box h5 span{
  font-size: 24px;
  margin-right: 10px;
}
.service .inner .box h5{
  position: relative;
}
.service .inner h5.note{
  margin-top: 45px;
}
.service .inner .box h5.note::before{
  border: none;
}
.service #cleaning .inner .box h5::before{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 1px solid;
  width: 60%;
}
.service .inner .box h5::before{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 1px solid;
}
.service .inner .boxFlow{
	margin-top: 80px;
}
.service .inner .boxFlow::after{
	content: "";
	display: block;
	clear: both;
}
.service .inner .boxFlow h3{
  font-size: 20px;
  line-height: 1.5;
  padding-left: 40px;
  font-weight: normal;
  position: relative;
}
.service .inner .boxFlow h3::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0.15em;
  left: 0;
  background:#ecd19b;
}
.service .inner .boxFlow .box{
  margin-top: 40px;
}
.service .inner .boxFlow .box .txt p{
  margin-top: 15px;
  padding: 0 20px;
}
.service .inner .boxFlow .box .btn a{
  display: block;
  width: 100%;
  background: #bca475;
  border: solid 1px #bca475;
  color: #fff;
  position: relative;
  transition: color 0s;
}
.service .inner .boxFlow .notes{
  font-size: 12px;
  display: block;
  text-align: center;
  margin-top: 10px;
}
.service .inner .boxFlow .box .btn{
  margin-top: 40px;
  max-width: 260px;
  width: 100%;
}
.service .inner .boxFlow .box{
  position: relative;
  padding-bottom: 60px;
}

.service .inner .boxFlow .box::after{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  border: none;
  border-top: 35px solid #bca475;
  border-right: 25px solid transparent;
  border-left: 25px solid transparent;
  margin-left: -35px;
}
.service .inner .boxFlow .box:last-child::after{
  display: none;
}
.service .inner .boxFlow .box .btn a::before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  transition: width .6s;
}
.service .inner .boxFlow .box .btn a span {
  position: relative;
  display: inline-block;
  font-weight: normal;
  padding: 19px 45px 19px 15px;
}
.service .inner .boxFlow .box .btn a::after {
  content: "";
  display: block;
  width: 21px;
  height: 11px;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translate(0%,-50%);
  margin-top: -3px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/common/img/ico_btn_arrow_w.svg);
  background-size: 100% 100%;
  transition: background-image 0s;
}
.service .inner .boxFlow .box .btn a:hover{
	transition: color .6s .6s;
  color: #bca475;
}

.service .inner .boxFlow .box .btn a:hover::before{
  width: 100%;
}

.service .inner .boxFlow .box .btn a:hover::after{
  transition: background-image .6s .6s;
  background-image: url("/common/img/ico_btn_arrow_g.svg");
}
.service .inner .box .use h4{
  margin-top: 40px;
}
.service .inner .boxFlow .box h4{
  padding-left: 0;
}
.service .inner .boxFlow h4::before,
.service .inner .box .use h4::before{
  display: none;
}
.service .inner .box .use dl{
  padding-left: 25px;
}
.service .inner .box .use dd{
  padding-bottom: 25px;
}
@media screen and (max-width: 1300px){
	.service .ttlWrap .ttlBox{
		display: block;
		width: 100%;
	}
	.service .ttlWrap .ttlBox p br{
		display: none;
	}
	.service .ttlWrap .price{
		display: block;
		margin-top: 20px;
	}
}
@media screen and (max-width: 750px){
	.service .inner{
		padding: 20px 20px 40px;
	}
	.service .ttlWrap .ttlBox{
		padding-left: 38px;
	}
	.service .ttlWrap .ttlBox::before{
		width: 24px;
		height: 24px;
	}
	.service .ttlWrap .ttlBox p{
		font-size: 12px;
	}
	.service .ttlWrap .ttlBox h2{
		font-size: 22px;
	}
	.service .ttlWrap .ttlBox h2 span{
		font-size: 11px;
		padding: 2px 4px;
		margin-left: 6px;
	}
	.service .ttlWrap .price{
		margin-top: 15px;
		padding: 10px;
	}
	.service .ttlWrap .price h3{
		font-size: 14px;
		margin-bottom: 5px;
	}
	.service .ttlWrap .price h3 strong{
		font-size: 18px;
	}
	.service .ttlWrap .price h3 strong span{
		font-size: 14px;
	}
	.service .ttlWrap .price p{
		font-size: 11px;
	}
	.service .ttlWrap .price p &gt; strong{
		font-size: 16px;
	}
	.service .ttlWrap .price p &gt; strong span{
		font-size: 14px;
	}
	.service .inner p.comingsoon{
		font-size: 12px;
		margin-top: 15px;
	}
	.service .inner .box{
		margin-top: 40px;
	}
	.service .inner .box .thumb{
		float: none;
		width: 50%;
		max-width: 250px;
		margin: 0 auto 20px;
	}
  .service .inner .boxFlow h3,
	.service .inner .box .txt h3{
		font-size: 16px;
		padding-left: 26px;
	}
  .service .inner .boxFlow h3::before,
	.service .inner .box .txt h3::before{
		width: 18px;
		height: 18px;
		top: 0.2em;
	}
  .service .inner .boxFlow .box h4{
    font-size: 16px;
  }
  .service .inner .boxFlow .box .txt p{
    padding: 0;
  }
	.service .inner .box .txt .effect{
		margin: 10px 0 0 26px;
	}
	.service .inner .box .txt .effect li{
		font-size: 12px;
	}
	.service .inner .box .txt p{
		font-size: 12px;
		margin-top: 20px;
	}
	.service .inner .box .txt p .notes{
		font-size: 11px;
	}
	.service .inner .box .txt .flowUntilUse{
		margin-top: 20px;
	}
	.service .inner .box .txt .flowUntilUse h4{
		font-size: 14px;
	}
	.service .inner .box .txt .flowUntilUse ul{
		margin-right: 0;
	}
	.service .inner .box .txt .flowUntilUse ul li{
		float: none;
		width: 100%;
		padding-right: 0;
		margin-top: 15px;
		font-size: 11px;
	}
	.service .inner .box .txt .flowUntilUse ul li h5{
		font-size: 12px;
	}
	.service .inner .box .txt dl{
		margin-top: 20px;
	}
	.service .inner .box .txt dt{
		font-size: 13px;
	}
	.service .inner .box .txt dd{
		font-size: 11px;
	}
	.service #maintenance .inner .box .txt dt{
	margin-top: 20px;
	}
	.service #maintenance .inner .box .txt dd{
		font-size: 12px;
	}
	.service .inner .box .txt &gt; .notes{
		margin-top: 15px;
	}
	.service .inner .box .txt &gt; .notes li{
		font-size: 10px;
	}
	.service .inner .btn{
		width: 100%;
		max-width: 220px;
		margin: 40px auto 0;
		font-size: 12px;
	}
	.service .inner .btn a::after{
		right: 9px;
	}
  .service .inner .box .boxLeft .sliderBox{
    width: 100%;
    margin: 0 auto 20px;
    float: none;
    position: absolute;
    top: 30px;
    left: 0;
  }
  .service .inner .box .sliderBox,
  .service .inner .box .boxLeft .sliderBox{
    width: 100%;
    margin: 0 auto 20px;
    float: none;
  }
  .service .inner .box h5 span{
    font-size: 18px;
  }
  .service .inner .box h5{
    font-size: 14px;
  }
  .service .inner .box .boxLeft{
    padding: 270px 0 0;
    position: relative;
  }
  .service .inner .box .boxRight{
    padding: 0;
  }
  .service .inner .box .boxLeft .txt,
  .service .inner .box .boxRight .txt{
    float: none;
    padding: 0;
    width: 100%;
  }
  .service #cleaning .inner .box .txt h5 + p,
  .service .inner .box .boxLeft .txt p,
  .service .inner .box .boxRight .txt p{
    font-size: 12px;
  }
  .service .inner .box .imgRight{
    float: none;
    width: 100%;
    max-width: 300px;
    margin: 0 auto 20px;
    text-align: center;
  }
  .service .inner .box .use h4{
    margin-top: 20px;
    font-size: 14px;
    padding-left: 0;
  }
  .service .inner .box .use dl{
    padding-left: 0;
  }
  .service .inner .box .use dd{
    padding-bottom: 15px;
  }
  .service .inner .boxFlow .box::after{
    border-top: 30px solid #bca475;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    margin-left: -30px;
  }
}

/* membership */
.service #membership .ttlWrap .price{
	padding: 25px 40px 40px 40px;
}
.service #membership .ttlWrap .price table th,
.service #membership .ttlWrap .price table td{
	padding: 15px 0 0 0;
}
.service #membership .ttlWrap .price table th{
	font-weight: normal;
	padding-right: 40px;
}
.service #membership .ttlWrap .price table .line th,
.service #membership .ttlWrap .price table .line td{
	border-bottom: 1px solid #000;
	padding-bottom: 20px;
}
.service #membership .ttlWrap .price table .line + tr th,
.service #membership .ttlWrap .price table .line + tr td{
	padding-top: 20px;
}
.service #membership .ttlWrap .price table td img{
	height: 26px;
	width: auto;
}
.service #membership .ttlWrap &gt; p{
	font-size: 14px;
	line-height: 2;
	margin-top: 15px;
}
.service .inner .box .step .badge{
	padding: 5px 0;
	width: 145px;
	margin: 0 auto;
	text-align: center;
  background-color: #d4cfcb;
}
.service .inner .box .step .col:nth-child(2) .badge{background-color: #b3afac;color: #fff;}
.service .inner .box .step .col:nth-child(3) .badge{background-color: #92908e;color: #fff;}
.service .inner .box .step .col:nth-child(4) .badge{background-color: #71706f;color: #fff;}
.service .inner .box .step .badge p{
	margin: 0;
	font-size: 18px;
}
.service .inner .box .stepFlow{
	font-size: 0;
	margin-top: 30px;
}
.service .inner .box .stepFlow .col{
	position: relative;
	width: 25%;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}
.service .inner .box .stepFlow .col::before{
	position: absolute;
	right: -2px;
	top: 16px;
	content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-top: solid 2px #000;
  border-left: solid 2px #000;
  transform: rotate(135deg);
}
.service .inner .box .stepFlow .col:last-child::before{
	display: none;
}
.service .inner .box .stepFlow .col img{
	margin-top: 20px;
}
.service .inner .box .stepFlow .col h4::before{
	display: none;
}
.service .inner .box .stepFlow .col h4{
	font-size: 16px;
	padding: 0;
	margin-top: 5px;
}
.service .inner .box .stepFlow .col h4 br{
	display: none;
}
.service .inner .box .stepTxt{
	position: relative;
	padding: 5px 0 0 185px;
	margin-top: 40px;
}
.service #maintenance .inner .box .stepTxt{
	padding: 0 0 0 185px;
}
.service .inner .box .stepFlow + .stepTxt{
	margin-top: 60px;
}
.service .inner .box .stepTxt .badge{
	position: absolute;
	left: 0;
	top: 0;
}
.service .inner .box .stepTxt:nth-child(3) .badge{background-color: #b3afac;color: #fff;}
.service .inner .box .stepTxt:nth-child(4) .badge{background-color: #92908e;color: #fff;}
.service .inner .box .stepTxt:nth-child(5) .badge{background-color: #71706f;color: #fff;}
.service .inner .box .stepTxt h4::before{
	display: none;
}
.service #maintenance .inner .box .stepTxt:nth-child(2) .badge{background-color: #b3afac;color: #fff;}
.service #maintenance .inner .box .stepTxt:nth-child(3) .badge{background-color: #92908e;color: #fff;}
.service #maintenance .inner .box .stepTxt:nth-child(4) .badge{background-color: #71706f;color: #fff;}

.service .inner .box .stepTxt h4{
	font-size: 24px;
	padding: 0;
}
.service .inner .box .stepTxt p{
	margin-top: 10px;
}
.service .inner .box .stepTxt p a{
	text-decoration: underline;
}
.service .inner .box .stepTxt p a:hover{
	text-decoration: none;
}
@media screen and (max-width: 1180px){
.service .inner .box .step .badge{
	width: 100px;
}
.service .inner .box .stepTxt{
	position: relative;
	padding: 5px 0 0 125px;
}
.service #maintenance .inner .box .stepTxt{
	padding: 0 0 0 130px;
}
}
@media screen and (max-width: 750px){
.service #membership .inner .box .txt h4 img{
	height: 20px;
}
.service #membership .inner .box .txt h3 + h4{
	margin-top: 15px;
	font-size: 16px;
}
.service #membership .inner .box .txt h4 + p{
	margin-top: 10px;
}

.service #membership .ttlWrap .price{
	padding: 10px 20px 20px 20px;
}
.service #membership .ttlWrap .price table th,
.service #membership .ttlWrap .price table td{
	padding: 10px 0 0 0;
}
.service #membership .ttlWrap .price table th{
	font-weight: normal;
	font-size: 13px;
	padding-right: 10px;
}
.service #membership .ttlWrap .price table .line th,
.service #membership .ttlWrap .price table .line td{
	padding-bottom: 15px;
}
.service #membership .ttlWrap .price table .line + tr th,
.service #membership .ttlWrap .price table .line + tr td{
	padding-top: 15px;
}
.service #membership .ttlWrap .price table td img{
	height: 18px;
	margin-top: 2px;
}
.service #membership .ttlWrap &gt; p{
	font-size: 12px;
	margin-top: 10px;
}
.service #maintenance .inner .ttlWrap &gt; p{
	font-size: 12px;
	margin-top: 20px;
}
.service .inner .box .step .badge{
	width: 60px;
	padding: 0;
}
.service .inner .box .stepFlow{
	margin-top: 20px;
}
.service .inner .box .stepFlow .col::before{
    right: -2px;
    top: 12px;
    width: 8px;
    height: 8px;
    border-top: solid 1px #000;
    border-left: solid 1px #000;
}
.service .inner .box .step .badge p{
	font-size: 15px;
}
.service .inner .box .stepFlow .col h4{
	font-size: 12px;
}
.service .inner .box .stepFlow .col h4 br{
	display: block;
}
.service .inner .box .stepTxt{
	padding: 2px 0 0 0;
	margin-top: 40px;
}
.service .inner .box .stepFlow + .stepTxt{
	margin-top: 40px;
}
.service .inner .box .stepTxt h4{
    font-size: 18px;
		padding-left: 75px;
}
.service #maintenance .inner .box .stepTxt{
	padding: 30px 0 0 0;
}

}

/* agreement */
.agreement section{
	padding: 70px;
}
.agreement section h2{
	font-size: 12px;
	line-height: 2;
	font-weight: normal;
}
.agreement section h3{
	font-size: 12px;
	line-height: 2;
	margin-top: 2em;
	font-weight: normal;
}
.agreement section h3:first-letter{
	color: #dbdcdc;
}
.agreement section h2 + h3{
	margin-top: 40px;
}
.agreement section h3 + p{
	font-size: 12px;
	line-height: 2;
	margin-left: 1em;
}
.agreement section ol{
	margin-left: 1em;
}
.agreement section  ol li{
	font-size: 12px;
	line-height: 2;
}
.agreement section &gt; ol &gt; li{
	list-style-type: decimal;
}
.agreement section &gt; ol &gt; li &gt; ol{
	margin-left: 0;
}
.agreement section &gt; ol &gt; li &gt; ol &gt; li{
	text-indent: -1em;
	margin-left: 1em;
}
@media screen and (max-width: 750px){
	.agreement section{
		padding: 20px;
	}
	.agreement section h2 + h3{
		margin-top: 30px;
	}
}
@media screen and (max-width: 640px){
	.agreement section .box table{
		width: 100%;
	}
	.agreement section .box table tr{
		display: block;
		width: 100%;
	}
	.agreement section .box table th{
		display: block;
		width: 100%;
		padding: 0 0 5px;
	}
	.agreement section .box table td{
		display: block;
		width: 100%;
	}
}

/* contactArea */
#contactArea{
	margin: 80px auto 0;
}
#contactArea .box{
	background: #f9f7f5;
	padding: 50px;
	text-align: center;
}
#contactArea .box .btn{
  font-size: 20px;
  line-height: 1.2;
  font-weight: bold;
	width: 384px;
	margin: 0 auto;
}
#contactArea .box .btn a{
	display: block;
  border: solid 2px #000;
	background: #fff;
  position: relative;
  transition: color 0s;
}
#contactArea .box .btn a:hover{
  transition: color .6s .6s;
  color: #fff;
}
#contactArea .box .btn a::before{
  content: "";
  display: block;
  width: 0;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  transition: width .6s;
}
#contactArea .box .btn a:hover::before{
  width: 100%;
}
#contactArea .box .btn a span{
  position: relative;
  display: inline-block;
  padding: 30px 70px 30px 30px;
}
#contactArea .box .btn a::after{
  content: "";
  display: block;
  width: 21px;
  height: 11px;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translate(0%,-50%);
  margin-top: -3px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/common/img/ico_btn_arrow.svg");
  background-size: 100% 100%;
  transition: background-image 0s;
}
#contactArea .box .btn a:hover::after{
  transition: background-image .6s .6s;
  background-image: url("/common/img/ico_btn_arrow_w.svg");
}
#contactArea .ttlArea{
	margin: 30px 0 15px;
	display: table;
	width: 100%;
}
#contactArea .ttlArea h2{
	font-size: 28px;
	line-height: 1.1;
	vertical-align: bottom;
	display: table-cell;
	text-align: left;
}
#contactArea .ttlArea .tel{
	display: table-cell;
	vertical-align: bottom;
	text-align: right;
	font-size: 53px;
	line-height: 1;
	font-family: 'Oswald', sans-serif;
}
#contactArea .notes{
	font-size: 13px;
	line-height: 1.5;
	text-align: left;
}
@media screen and (max-width: 1160px){
	#contactArea .ttlArea{
		display: block;
	}
	#contactArea .ttlArea h2{
		display: block;
	}
	#contactArea .ttlArea .tel{
		display: block;
		text-align: left;
		margin-top: 10px;
	}
}
@media screen and (max-width: 980px){
	#contactArea .ttlArea{
		display: table;
	}
	#contactArea .ttlArea h2{
		display: table-cell;
	}
	#contactArea .ttlArea .tel{
		display: table-cell;
		text-align: right;
		margin-top: 0;
	}
}
@media screen and (max-width: 860px){
	#contactArea .ttlArea{
		display: block;
	}
	#contactArea .ttlArea h2{
		display: block;
	}
	#contactArea .ttlArea .tel{
		display: block;
		text-align: left;
		margin-top: 10px;
	}
}
@media screen and (max-width: 750px){
	#contactArea{
		margin: 40px auto 0;
	}
	#contactArea .box{
		padding: 30px 20px;
	}
	#contactArea .box .btn{
		font-size: 16px;
		width: 100%;
		max-width: 294px;
	}
	#contactArea .box .btn a span{
		padding: 20px 45px 20px 20px;
	}
	#contactArea .ttlArea{
		margin: 20px 0 10px;
		display: table;
	}
	#contactArea .ttlArea h2{
		font-size: 20px;
		display: table-cell;
	}
	#contactArea .ttlArea .tel{
		display: table-cell;
		text-align: right;
		font-size: 36px;
		margin-top: 0;
	}
	#contactArea .notes{
		font-size: 11px;
	}
}
@media screen and (max-width: 480px){
	#contactArea .box .btn{
		font-size: 14px;
	}
	#contactArea .box .btn a span{
		padding: 20px 35px 20px 8px;
	}
	#contactArea .box .btn a::after{
		right: 9px;
	}
	#contactArea .ttlArea{
		display: block;
	}
	#contactArea .ttlArea h2{
		display: block;
	}
	#contactArea .ttlArea .tel{
		display: block;
		text-align: left;
		margin-top: 10px;
	}
}

/* premiere-form */
.premiere-form section{
	padding: 70px;
	text-align: center;
}
.premiere-form section p{
	font-size: 14px;
	line-height: 2;
	text-align: left;
}
.premiere-form .formBox{
	text-align: left;
	margin-top: 60px;
}
.premiere-form .formBox table{
  width: 100%;
}
.premiere-form .formBox .dateBox{
  display: none;
}
.premiere-form .formBox th{
  font-size: 14px;
  line-height: 1.2;
  font-weight: bold;
  width: 218px;
  padding: 10px 20px 10px 0;
  vertical-align: middle;
	text-align: left;
}
.premiere-form .formBox .serviceBox th,
.premiere-form .formBox .addressBox th,
.premiere-form .formBox .inqueryBox th,
.premiere-form .formBox .fileBox th{
  vertical-align: top;
  padding-top: 22px;
}
.premiere-form .formBox .dateBox th{
  padding-bottom: 30px;
}
.premiere-form .formBox .furiganaBox th,
.premiere-form .formBox .mail2Box th,
.premiere-form .formBox .telBox th{
  padding-bottom: 70px;
}
.premiere-form .formBox .ttlBox th{
	padding-bottom: 0;
	font-size: 16px;
}
.premiere-form .formBox td{
  font-size: 14px;
  line-height: 1.2;
  padding: 10px 0;
}
.premiere-form .formBox .dateBox td{
  padding-bottom: 30px;
}
.premiere-form .formBox .addressBox td,
.premiere-form .formBox .furiganaBox td,
.premiere-form .formBox .mail2Box td,
.premiere-form .formBox .telBox td{
  padding-bottom: 70px;
}
.premiere-form .formBox th .req,
.premiere-form .formBox td span.req{
  font-size: 13px;
  color: #d82400;
  display: inline-block;
  margin-left: 1.2em;
}
.premiere-form .formBox .numberBox th .req.none{
  display: none;
}
.premiere-form .formBox th .notes{
  display: block;
  font-size: 12px;
  text-indent: -1em;
  margin-left: 1em;
  font-weight: normal;
}
.premiere-form .formBox td .notes{
  display: block;
  font-size: 12px;
  line-height: 2;
}
.premiere-form .formBox td .notes a{
	text-decoration: underline;
}
.premiere-form .formBox .serviceBox td .notes{
  color: #d82400;
  padding-left: 52px;
  text-indent: -1em;
  margin-left: 1em;
}
.premiere-form .formBox td input{
  width: 100%;
  height: 40px;
  font-size: 16px;
  padding: 10px 20px;
  border: none;
  background: #f2f2f2;
  -webkit-appearance: none;
}
.premiere-form .formBox td input.req{
  background: #fff1f5;
}
.premiere-form .formBox td input::placeholder{
  color: #ccc;
}
.premiere-form .formBox td [include*="form-input-select()"]{
  position: relative;
  display: inline-block;
  padding: 0;
  font-size: 16px;
  overflow: hidden;
  vertical-align: middle;
}
.premiere-form .formBox td .year{
	width: 80px;
}
.premiere-form .formBox td .month,
.premiere-form .formBox td .day{
	width: 60px;
  margin-left: 10px;
}
.premiere-form .formBox td .time{
	width: 220px;
  margin-left: 10px;
}
.premiere-form .formBox td [include*="form-input-select()"] select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: none;
  display: block;
  box-sizing: border-box;
  width: 120%;
  height: 38px;
  padding: 0 1em;
  margin: 0;
  border: solid 1px #000;
  font-size: 13px;
	color: #000;
  cursor: pointer;
}
.premiere-form .formBox td [include*="form-input-select()"] select:focus {
  background-color: transparent;
  outline: none;
}
.premiere-form .formBox td [include*="form-input-select()"] option {
  font-weight: normal;
}
.premiere-form .formBox td [include*="form-input-select()"] x:-o-prefocus,
.premiere-form .formBox td [include*="form-input-select()"]::after {
  display: none;
}
.premiere-form .formBox td [include*="form-input-select()"] .arrow{
  width: 26px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  pointer-events: none;
  border: solid 1px #000;
  border-left: none;
}
.premiere-form .formBox td [include*="form-input-select()"] .arrow::before{
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  pointer-events: none;
  z-index: 2;
  width: 7px;
  height: 7px;
  border-bottom: solid 2px #000;
  border-right: solid 2px #000;
  margin-top: -2px;
  transform: translate(-50%,-50%) rotate(45deg);
}
.premiere-form .formBox td .year_month_day{
  width: 220px;
}
.premiere-form .formBox td label{
	position: relative;
	cursor: pointer;
}
.premiere-form .formBox td label span{
	display: block;
	padding: 6px 0 0 40px;
  font-size: 16px;
  height: auto;
  min-height: 30px;
  line-height: 1.2;
}
.premiere-form .formBox td label input[type="checkbox"]{
	display: none;
}
.premiere-form .formBox td label span::before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
	background: #f2f2f2;
	box-sizing: border-box;
}
.premiere-form .formBox td label span::after{
	content: "";
	display: block;
	position: absolute;
	top: 9px;
	left: 8px;
	opacity: 0;
	border-left: 2px solid #000;
	border-bottom: 2px solid #000;
	width: 12px;
	height: 6px;
	transform: rotate(-45deg);
  box-sizing: unset;
}
.premiere-form .formBox td label input:checked + span::after{
	opacity: 1;
}
.premiere-form .formBox .serviceBox td .box{
  font-size: 0;
  margin-top: -18px;
}
.premiere-form .formBox .serviceBox td .box li{
  margin-top: 18px;
	font-weight: bold;
	font-size: 0;
}
.premiere-form .formBox .serviceBox td .box li .label{
	display: inline-block;
	vertical-align: middle;
}
.premiere-form .formBox .serviceBox td .box li .off{
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	line-height: 1.2;
	margin-left: 2em;
	color: #bca475;
}
.premiere-form .formBox .serviceBox td .box li .off span{
	display: inline-block;
	vertical-align: top;
	border: solid 1px #bca475;
	padding: 2px 4px;
	font-size: 16px;
	margin-right: 0.5em;
}
.premiere-form .formBox .serviceBox td .box li:nth-child(3) .off span{
	margin-right: 1.2em;
}
.premiere-form .formBox .serviceBox td .box label{
  display: table;
	font-size: 16px;
  height: 40px;
  cursor: pointer;
	min-width: 16em;
}
.premiere-form .formBox .serviceBox td .box label input{
  display: none;
}
.premiere-form .formBox .serviceBox td .box label span{
  display: table-cell;
  vertical-align: middle;
  padding: 0 10px 0 52px;
  position: relative;
}
.premiere-form .formBox .serviceBox td .box label span::before{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 40px;
  height: 40px;
  background: #fff1f5;
  transform: translate(0%,-50%);
}
.premiere-form .formBox .serviceBox td .box.active label span::before{
	background: #fff;
}
.premiere-form .formBox .serviceBox.serviceLabel1 td .box li label span::before{
	border: solid 3px #a3d5c0;
}
.premiere-form .formBox .serviceBox.serviceLabel2 td .box li label span::before{
	border: solid 3px #f1e577;
}
.premiere-form .formBox .serviceBox.serviceLabel3 td .box li label span::before{
	border: solid 3px #ecd19b;
}
.premiere-form .formBox .serviceBox td .box label span::after{
  content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 12px;
	width: 16px;
	height: 9px;
	margin-top: -2px;
	border-left: solid 3px #fff1f5;
	border-bottom: solid 3px #fff1f5;
	transform: translate(0%,-50%) rotate(-45deg);
}
.premiere-form .formBox .serviceBox td .box.active label span::after{
	border-left: solid 3px #fff;
	border-bottom: solid 3px #fff;
}
.premiere-form .formBox .serviceBox td .box input:checked + span::after{
	border-left: solid 3px #000;
	border-bottom: solid 3px #000;
}
.premiere-form .formBox .dateBox td .box{
  font-size: 0;
}
.premiere-form .formBox .dateBox td .box + .box{
  margin-top: 20px;
}
.premiere-form .formBox .dateBox td strong{
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 1em;
}
.premiere-form .formBox .addressBox td .box{
  position: relative;
  margin-top: 20px;
  padding-left: 136px;
}
.premiere-form .formBox .addressBox td .box:first-child{
  margin-top: 0;
}
.premiere-form .formBox .addressBox td .box strong{
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0%,-50%);
  width: 126px;
}
.premiere-form .formBox .telBox td .telInputBox,
.premiere-form .formBox .faxBox td .telInputBox{
  width: 100%;
  max-width: 360px;
  position: relative;
}
.premiere-form .formBox .telBox td input,
.premiere-form .formBox .faxBox td input{
  max-width: 160px;
  width: 27.78%;
  margin-right: 8.33%;
  padding: 10px;
  text-align: center
}
.premiere-form .formBox .telBox td input:last-child,
.premiere-form .formBox .faxBox td input:last-child{
  margin-right: 0;
}
.premiere-form .formBox .telBox td .telInputBox::before,
.premiere-form .formBox .faxBox td .telInputBox::before{
  content: "ー";
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #000;
  position: absolute;
  top: 50%;
  left: 31.945%;
  transform: translate(-50%, -50%);
}
.premiere-form .formBox .telBox td .telInputBox::after,
.premiere-form .formBox .faxBox td .telInputBox::after{
  content: "ー";
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #000;
  position: absolute;
  top: 50%;
  left: 68.055%;
  transform: translate(-50%, -50%);
}
.premiere-form .formBox .inqueryBox td textarea{
  width: 100%;
  height: 160px;
  resize: vertical;
  font-size: 16px;
  padding: 15px 20px;
  border: none;
  background: #f2f2f2;
  -webkit-appearance: none;
}
.premiere-form .formBox .inqueryBox td textarea::placeholder{
  color: #ccc;
}
.premiere-form .formBox + .notes{
  margin-top: 70px;
  text-align: left;
}
.premiere-form .formBox + .notes li{
  font-size: 14px;
  line-height: 2;
	text-indent: -1.3em;
	margin-left: 1.3em;
}
.premiere-form .formBox + .notes li a{
	text-decoration: underline;
}
.premiere-form #consent{
  font-size: 14px;
  line-height: 1.5;
  font-weight: bold;
  margin-top: 70px;
}
.premiere-form #consent span{
  display: inline-block;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  padding-left: 38px;
  padding-top: 6px;
  height: 30px;
}
.premiere-form #consent span::before{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 30px;
  background: #f2f2f2;
  transform: translate(0%,-50%);
}
.premiere-form #consent span::after{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 9px;
  width: 13px;
  height: 7px;
  margin-top: -2px;
  border-left: solid 3px #f2f2f2;
  border-bottom: solid 3px #f2f2f2;
  transform: translate(0%,-50%) rotate(-45deg);
}
.premiere-form #consent span.active::after{
  border-left: solid 3px #000;
  border-bottom: solid 3px #000;
}
.premiere-form #consent a{
  display: inline-block;
  vertical-align: middle;
  padding-top: 6px;
  height: 30px;
  text-decoration: underline;
}
.premiere-form #btnArea{
  margin-top: 40px;
}
.premiere-form #btnArea .alert span{
  text-decoration: underline;
}
.premiere-form #btnArea #btn,
.premiere-form #btnArea #returnBtn{
  display: inline-block;
  width: 254px;
  height: 54px;
  position: relative;
}
.premiere-form #btnArea #returnBtn{
  margin-left: 20px;
}
.premiere-form #btnArea #btn::after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.7);
}
.premiere-form #btnArea #btn.active::after{
  display: none;
}
.premiere-form #btnArea #btn span,
.premiere-form #btnArea #returnBtn span{
  display: block;
  width: 100%;
  height: 100%;
  border: solid 1px #000;
  position: relative;
  cursor: pointer;
}
.premiere-form #btnArea #btn span::before,
.premiere-form #btnArea #returnBtn span::before{
  content: "";
  display: block;
  width: 0;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  transition: width .6s;
}
.premiere-form #btnArea #btn span:hover::before,
.premiere-form #btnArea #returnBtn span:hover::before{
  width: 100%;
}
.premiere-form #btnArea #btn span *,
.premiere-form #btnArea #returnBtn span *{
  border: none;
  font-size: 13px;
  font-weight: bold;
  text-align: left;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 18px 45px 18px 15px;
  background-color: transparent;
  cursor: pointer;
  transition: color 0s;
  color: #000 !important;
}
.premiere-form #btnArea #btn span:hover *,
.premiere-form #btnArea #returnBtn span:hover *{
  transition: color .6s .6s;
  color: #fff;
}
.premiere-form #btnArea #btn span::after,
.premiere-form #btnArea #returnBtn span::after{
  content: "";
  display: block;
  width: 21px;
  height: 11px;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translate(0%,-50%);
  margin-top: -3px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/common/img/ico_btn_arrow.svg");
  background-size: 100% 100%;
  transition: background-image 0s;
}
.premiere-form #btnArea #btn span:hover::after,
.premiere-form #btnArea #returnBtn span:hover::after{
  transition: background-image .6s .6s;
  background-image: url("/common/img/ico_btn_arrow_w.svg");
}
@media screen and (max-width: 1290px){
  .premiere-form .formBox td .time{
    display: block;
    margin-left: 84px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 1200px){
	.premiere-form .formBox .serviceBox td .box li .off{
		display: block;
		margin-left: 52px;
	}
}
@media screen and (max-width: 750px){
	.premiere-form section{
		padding: 20px;
	}
	.premiere-form section p{
		font-size: 12px;
	}
	.premiere-form .formBox{
		margin-top: 40px;
	}
  .premiere-form .formBox table {
    display: block;
  }
  .premiere-form .formBox table tbody {
    display: block;
  }
  .premiere-form .formBox table tr{
    display: block;
    width: 100%;
  }
  .premiere-form .formBox th{
    display: block;
    width: 100%;
    padding: 0 0 10px !important;
    font-size: 13px;
  }
	.premiere-form .formBox th br{
		display: none;
	}
  .premiere-form .formBox th .req,
  .premiere-form .formBox td span.req{
    font-size: 12px;
  }
	.premiere-form .formBox th .notes{
		font-size: 11px;
	}
	.premiere-form .formBox td .notes{
		font-size: 11px;
	}
  .premiere-form .formBox .serviceBox td .notes{
    padding-left: 42px;
  }
  .premiere-form .formBox td{
    display: block;
    width: 100%;
    padding: 0 0 20px !important;
    font-size: 12px;
  }
  .premiere-form .formBox td input{
    width: 100%;
    max-width: none;
    height: 34px;
    font-size: 14px;
    padding: 10px;
  }
  .premiere-form .formBox td [include*="form-input-select()"]{
    font-size: 14px;
  }
	.premiere-form .formBox td .time{
		display: block;
		margin-left: 0;
    width: 100%;
		margin-top: 10px;
	}
  .premiere-form .formBox td .year_month_day{
    display: block;
    width: 100%;
  }
  .premiere-form .formBox td label span{
    padding: 5px 0 0 33px;
    font-size: 13px;
    min-height: 25px;
  }
  .premiere-form .formBox td label span::before{
    width: 25px;
    height: 25px;
  }
  .premiere-form .formBox td label span::after{
    top: 8px;
    left: 7px;
    width: 10px;
    height: 5px;
  }
	.premiere-form .formBox .serviceBox td .box{
		margin-top: -16px;
	}
	.premiere-form .formBox .serviceBox td .box li{
		margin-top: 16px;
	}
	.premiere-form .formBox .serviceBox td .box li .off{
		display: inline-block;
		font-size: 16px;
		margin-left: 2em;
	}
	.premiere-form .formBox .serviceBox td .box li .off span{
		font-size: 12px;
	}
	.premiere-form .formBox .serviceBox td .box label{
		font-size: 14px;
		height: 30px;
	}
	.premiere-form .formBox .serviceBox td .box label span{
		padding: 0 10px 0 42px;
	}
	.premiere-form .formBox .serviceBox td .box label span::before{
		width: 30px;
		height: 30px;
	}
	.premiere-form .formBox .serviceBox td .box li:nth-child(1) label span::before{
		border: solid 2px #a3d5c0;
	}
	.premiere-form .formBox .serviceBox td .box li:nth-child(2) label span::before{
		border: solid 2px #f1e577;
	}
	.premiere-form .formBox .serviceBox td .box li:nth-child(3) label span::before{
		border: solid 2px #ecd19b;
	}
	.premiere-form .formBox .serviceBox td .box label span::after{
		left: 8px;
		width: 14px;
		height: 8px;
		margin-top: -2px;
	}
  .premiere-form .formBox .dateBox td strong{
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
    font-size: 12px;
  }
  .premiere-form .formBox .dateBox td input{
    padding: 5px 10px;
  }
  .premiere-form .formBox .addressBox td .box{
    padding-left: 0;
  }
  .premiere-form .formBox .addressBox td .box strong{
    font-size: 12px;
    width: auto;
    display: block;
    position: relative;
    top: 0;
    transform: translate(0%,0%);
    margin-bottom: 5px;
  }
  .premiere-form .formBox .addressBox td .box strong br{
    display: none;
  }
  .premiere-form .formBox .telBox td input,
  .premiere-form .formBox .faxBox td input{
    padding: 5px 10px;
  }
  .premiere-form .formBox .inqueryBox td textarea{
    height: 160px;
    font-size: 14px;
    padding: 10px;
  }
  .premiere-form .formBox .fileBox td label{
    font-size: 13px;
    width: 190px;
    height: 40px;
  }
	.premiere-form .formBox + .notes{
		margin-top: 20px;
	}
  .premiere-form .formBox + .notes li{
    font-size: 12px;
  }
  .premiere-form #consent{
    font-size: 12px;
    margin-top: 30px;
  }
  .premiere-form #btnArea{
    margin-top: 30px;
  }
  .premiere-form #btnArea #btn,
  .premiere-form #btnArea #returnBtn{
    display: block;
    width: 220px;
    height: 44px;
    margin: 0 auto;
  }
  .premiere-form #btnArea #returnBtn{
    margin-top: 15px;
  }
  .premiere-form #btnArea #btn span *,
  .premiere-form #btnArea #returnBtn span *{
    padding: 14px 38px 14px 10px;
    font-size: 12px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 460px){
	.premiere-form .formBox .serviceBox td .box li .off{
		display: block;
		margin-left: 42px;
	}
  .premiere-form #consent a{
    display: block;
    margin-top: 10px;
  }
}

/* confirmation */
.confi .premiere-form .confirmation{
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 50px;
}
.confi .premiere-form .formBox th{
  vertical-align: top !important;
  padding: 10px 20px 10px 0 !important;
}
.confi .premiere-form .formBox td{
  font-size: 16px;
  padding: 10px 0 !important;
}
.confi .premiere-form .formBox td .box{
  margin-top: 20px;
  position: relative;
  padding-left: 156px;
  min-height: 19px;
}
.confi .premiere-form .formBox td .box:last-child{
  min-height: 38px;
}
.confi .premiere-form .formBox td .box:first-child{
  margin-top: 0;
}
.confi .premiere-form .formBox td .box strong{
  width: 146px;
  position: absolute;
  top: 0;
  left: 0;
}
.confi .premiere-form #canvas{
  margin: 0;
}
@media screen and (max-width: 750px){
  .confirmation{
    font-size: 14px;
  }
  .confi .premiere-form .confirmation{
    font-size: 14px;
    margin-bottom: 30px;
  }
  .confi .premiere-form .formBox{
    padding-bottom: 0;
  }
  .confi .premiere-form .formBox th{
    padding: 0 0 10px !important;
  }
  .confi .premiere-form .formBox td{
    font-size: 14px;
    padding: 0 0 30px !important;
  }
  .confi .premiere-form .formBox td .box{
    padding-left: 0;
    min-height: 0;
  }
  .confi .premiere-form .formBox td .box:last-child{
    min-height: 0;
  }
  .confi .premiere-form .formBox td .box strong{
    width: auto;
    display: block;
    margin-bottom: 5px;
    position: relative;
  }
  .confi .premiere-form .formBox td .box strong br{
    display: none;
  }
}

/* side */
#side{
	position: absolute;
	top: 0;
	left: 0;
	width: 254px;
}
#side h2{
	font-size: 14px;
	line-height: 1.2;
  font-weight: normal;
}
#side h2 span{
	font-size: 28px;
	line-height: 1.2;
  font-family: 'Cormorant Garamond', serif;
  font-weight: normal;
	display: block;
	margin-bottom: 10px;
}
#side .list{
	margin-top: 35px;
}
#side .list li{
	font-size: 14px;
	line-height: 1.5;
	margin-top: 14px;
}
#side .list li:first-child{
	margin-top: 0;
}
#side .list li a{
	display: inline-block;
	padding-bottom: 6px;
	position: relative;
}
#side .list li.coatingLink a,
#side .list li.cleaningLink a,
#side .list li.managementLink a,
#side .list li.membershipLink a,
#side .list li.maintenanceLink a{
	padding-left: 26px;
}
#side .list li.coatingLink a::before,
#side .list li.cleaningLink a::before,
#side .list li.managementLink a::before,
#side .list li.membershipLink a::before,
#side .list li.maintenanceLink a::before{
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 0.2em;
	left: 0;
}
#side .list li.coatingLink a::before{
	background: #a3d5c0;
}
#side .list li.cleaningLink a::before{
	background: #f1e577;
}
#side .list li.managementLink a::before{
	background: #ecd19b;
}
#side .list li.membershipLink a::before{
	background: #f2c3ce;
}
#side .list li.maintenanceLink a::before{
	background: #A678B2;
}
#side .list li a::after{
	content: "";
	display: block;
	width: 0;
	height: 1px;
	background: #000;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: width .2s;
}
#side .list li a:hover::after{
	width: 100%;
}
#side .btnList{
	margin-top: 25px;
}
#side .btnList li{
	margin-top: 10px;
	font-size: 14px;
	line-height: 1.2;
}
#side .btnList li:first-child{
	margin-top: 0;
}
#side .btnList li a{
	display: block;
	width: 100%;
	background: #bca475;
	border: solid 1px #bca475;
	color: #fff;
	position: relative;
	transition: color 0s;
}
#side .btnList li a:hover{
	transition: color .6s .6s;
  color: #bca475;
}
#side .btnList li a::before{
  content: "";
  display: block;
  width: 0;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  transition: width .6s;
}
#side .btnList li a:hover::before{
  width: 100%;
}
#side .btnList li a span{
  position: relative;
  display: inline-block;
  padding: 19px 45px 19px 15px;
}
#side .btnList li a::after{
  content: "";
  display: block;
  width: 21px;
  height: 11px;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translate(0%,-50%);
  margin-top: -3px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/common/img/ico_btn_arrow_w.svg");
  background-size: 100% 100%;
  transition: background-image 0s;
}
#side .btnList li a:hover::after{
  transition: background-image .6s .6s;
  background-image: url("/common/img/ico_btn_arrow_g.svg");
}
#side p.note{
	font-size: 12px;
	margin-top: 5px;
}
@media screen and (max-width: 980px){
	#side{
		position: relative !important;
		margin-top: 80px !important;
		width: 100%;
	}
	#side .btnList{
		margin-right: -20px;
	}
	#side .btnList::after{
		content: "";
		display: block;
		clear: both;
	}
	#side .btnList li{
		width: 50%;
		float: left;
		margin-top: 20px;
	}
  #side .btnList li:nth-child(2){
		margin-top: 0;
  }
	#side .btnList li a{
		width: auto;
		margin-right: 20px;
	}
	#side p.note{
		text-align: center;
		margin: 5px 0 0 -20px;
	}
}
@media screen and (max-width: 750px){
	#side h2{
		font-size: 12px;
		margin-top: 40px !important;
	}
	#side h2 span{
		font-size: 20px;
		margin-bottom: 5px;
	}
	#side .list{
		margin-top: 25px;
	}
	#side .list li{
		font-size: 12px;
	}
	#side .list li a{
		padding-bottom: 4px;
	}
	#side .list li.coatingLink a,
	#side .list li.cleaningLink a,
	#side .list li.managementLink a{
		padding-left: 22px;
	}
	#side .list li.coatingLink a::before,
	#side .list li.cleaningLink a::before,
	#side .list li.managementLink a::before{
		width: 14px;
		height: 14px;
	}
	#side .btnList li{
		font-size: 12px;
	}
	#side p.note{
		margin: 5px 0 0;
		font-size: 11px;
	}
}
@media screen and (max-width: 750px){
	#side .btnList{
		margin-right: 0;
	}
	#side .btnList li{
		float: none;
		width: 100%;
		max-width: 220px;
		margin: 10px auto 0;
	}
  #side .btnList li:nth-child(2){
		margin-top: 10px;
  }
	#side .btnList li a{
		margin-right: 0;
	}
}

/* movie */
.service .inner .box .movie{
	overflow: hidden;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.service .inner .box .movie iframe{
	display: block;
  position: absolute;
  top: -2px;
  left: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
}

/* movie */
.service .inner .box .movie{
	overflow: hidden;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.service .inner .box .movie iframe{
	display: block;
  position: absolute;
  top: -2px;
  left: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
}

/* birthdayBox */
.premiere-form .formBox .birthdayBox th,
.premiere-form .formBox .birthdayBox td{
  padding-bottom: 70px;
}
.premiere-form .formBox .birthdayBox td .box{
  width: 100%;
  font-size: 0;
}
.premiere-form .formBox .birthdayBox td input{
  width: 60px;
  padding: 10px 20px;
  position: relative;
}
.premiere-form .formBox .birthdayBox td input:first-child{
  width: 90px;
}
.premiere-form .formBox .birthdayBox span{
  font-size: 14px;
  padding: 0 15px;
}
.premiere-form .formBox .birthdayBox td .selectBox{
  display: inline-block;
  position: relative;
}
.premiere-form .formBox .birthdayBox td .selectBox::before{
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(135deg);
  margin-top: -4px;
  pointer-events: none;
}
.premiere-form .formBox .birthdayBox td .selectBox select{
  width: 80px;
  padding: 0 0 0 20px;
  height: 40px;
  font-size: 16px;
  border: none;
  line-height: 40px;
  background: #fff1f5;
  -webkit-appearance: none;
  appearance: none;
}
@media screen and (max-width: 750px){
.premiere-form .formBox .birthdayBox td input:first-child{
  width: 80px;
}
.premiere-form .formBox .birthdayBox span{
  font-size: 13px;
  padding: 0 8px;
}
.premiere-form .formBox .birthdayBox td .selectBox select{
  width: 65px;
  padding: 0 0 0 20px;
  height: 34px;
  font-size: 14px;
  line-height: 34px;
}
}

/* benefitsBox */
.premiere-form .formBox .benefitsBox th,
.premiere-form .formBox .benefitsBox td{
  padding-bottom: 70px;
}
.premiere-form .formBox .benefitsBox td .box{
  font-size: 0;
}
.premiere-form .formBox .benefitsBox td .box li{
  margin-top: 10px;
}
.premiere-form .formBox .benefitsBox td .box li:first-child{
  margin-top: 0;
}
.premiere-form .formBox .benefitsBox td .box label{
  display: table;
  font-size: 14px;
  cursor: pointer;
}
.premiere-form .formBox .benefitsBox td .box label input{
  display: none;
}
.premiere-form .formBox .benefitsBox td .box label span{
  display: table-cell;
  padding: 0 10px 0 26px;
  position: relative;
  font-size: 14px;
  line-height: 1.75;
}
.premiere-form .formBox .benefitsBox td .box label span::before{
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 39px;
  height: 39px;
  background: #fff1f5;
  border-radius: 50%;
}
.premiere-form .formBox .benefitsBox td .box label span::before{
  width: 20px;
  height: 20px;
}
.premiere-form .formBox .benefitsBox td .box label span::after{
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 9px;
  width: 20px;
  height: 20px;
  background: #000;
  border-radius: 50%;
}
.premiere-form .formBox .benefitsBox td .box label span::after{
  left: 5px;
  width: 8px;
  height: 8px;
}
@media screen and (max-width: 750px){
.premiere-form .formBox .benefitsBox td .box label span{
  font-size: 13px;
}
.premiere-form .formBox .benefitsBox td .box label span::before{
  top: 0;
}
.premiere-form .formBox .benefitsBox td .box label span::after{
  top: 5px;
}
}

/* questionnaireBox */
.premiere-form .formBox .questionnaireBox th,
.premiere-form .formBox .questionnaireBox td{
  padding-bottom: 70px;
  vertical-align: top;
}
.premiere-form .formBox .questionnaireBox &gt; strong,
.premiere-form .formBox .questionnaireBox &gt; span{
  display: block;
  font-size: 14px;
}
.premiere-form .formBox .questionnaireBox &gt; strong{
  margin-top: 10px;
  margin: 5px 0 0 15px;
}
.premiere-form .formBox .questionnaireBox &gt; span{
  margin-top: 15px;
}
.premiere-form .formBox .questionnaireBox &gt; span:first-child{
  margin-top: 0;
}

/* newsBox */
.premiere-form .formBox .newsBox th,
.premiere-form .formBox .newsBox td{
  vertical-align: top;
}

/* list */
.premiere-form .formBox .list h3,
.premiere-form .formBox .list li,
.premiere-form .formBox .list span{
  font-size: 14px;
}
.premiere-form .formBox .list h3{
  margin-top: 50px;
  font-weight: normal;
}
.premiere-form .formBox .list:first-child h3{
  margin-top: 0;
}
.premiere-form .formBox .list p{
  font-size: 14px;
  line-height: 1.75;
}
.premiere-form .formBox .list li{
  padding-top: 40px;
}
.premiere-form .formBox .list ul:first-child &gt; li:first-child{
  padding-top: 0;
}
.premiere-form .formBox .list ul ul{
  display: flex;
  flex-wrap: wrap;
  margin-top: 5px;
}
.premiere-form .formBox .list ul ul li{
  padding: 10px 15px 0 0;
}
.premiere-form .formBox .list input[type="text"]{
  margin-top: 15px;
}
.premiere-form .formBox .list label{
  display: table;
  font-size: 14px;
  height: 20px;
  cursor: pointer;
}
.premiere-form .formBox .list label input[type="radio"]{
  display: none;
}
.premiere-form .formBox .list label input[type="radio"] + span{
  display: table-cell;
  padding: 0 10px 0 28px;
  position: relative;
  font-size: 14px;
  line-height: 1.75;
}
.premiere-form .formBox .list label input[type="radio"] + span::before{
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  background: #fff1f5;
  border-radius: 50%;
}
.premiere-form .formBox .list label input[type="radio"] + span::after{
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 5px;
  width: 8px;
  height: 8px;
  background: #000;
  border-radius: 50%;
}
.premiere-form .formBox .list label input[type="checkbox"] + span{
  display: table-cell;
  padding: 0 10px 0 28px;
  position: relative;
  font-size: 14px;
  line-height: 1.75;
}
.premiere-form .formBox .list label input[type="checkbox"] + span::before{
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  background: #fff1f5;
}
.premiere-form .formBox .list label input[type="checkbox"] + span::after{
	content: "";
	display: block;
	position: absolute;
	top: 7px;
	left: 4px;
	opacity: 0;
	border-left: 2px solid #000;
	border-bottom: 2px solid #000;
	width: 10px;
	height: 5px;
	transform: rotate(-45deg);
  box-sizing: unset;
}
.premiere-form .formBox .list label input[type="checkbox"]:checked + span::after{
	opacity: 1;
}
.premiere-form .formBox .list textarea{
  width: 100%;
  height: 170px;
  font-size: 16px;
  padding: 10px 20px;
  border: none;
  background: #fff1f5;
  -webkit-appearance: none;
  margin-top: 15px;
  resize: none;
}
.premiere-form .formBox .list ul + p{
  margin-top: 15px;
}
@media screen and (max-width: 750px){
.premiere-form .formBox .list p{
  font-size: 13px;
}
.premiere-form .formBox .list h3{
  margin-top: 40px;
}
.premiere-form .formBox .list:first-child h3{
  margin-top: 10px;
}
.premiere-form .formBox .list li{
  padding-top: 20px;
}
.premiere-form .formBox .list label input[type="radio"] + span{
  font-size: 13px;
}
.premiere-form .formBox .list label input[type="radio"] + span::before{
  top: 2px;
}
.premiere-form .formBox .list label input[type="radio"] + span::after{
  top: 7px;
}
.premiere-form .formBox .list label input[type="checkbox"] + span{
  font-size: 13px;
}
.premiere-form .formBox .list label input[type="checkbox"] + span::before{
  top: 0;
}
.premiere-form .formBox .list label input[type="checkbox"] + span::after{
	top: 5px;
}
.premiere-form .formBox .list textarea{
  height: 120px;
  font-size: 14px;
  padding: 10px;
}
}

/* modal */
.modal{
  display: none;
	-webkit-backface-visibility: hidden;
	z-index: 100;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	outline: none;
}
.modal .bg{
	position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  background: #000;
  width: 100%;
  height: 100%;
	opacity: 0.8;
}
.modal .modalInner{
	box-sizing: border-box;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 0;
	padding: 20px;
	overflow-y: scroll;
}
.modal .modalInner::-webkit-scrollbar{
	display:none;
}
.modal .modalInner::before{
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	content: "";
}
.modal .modalBox{
	display: inline-block;
	z-index: 101;
	position: relative;
	margin: 0 auto;
	text-align: left;
	vertical-align: middle;
	background: #fff;
	max-width: 800px;
	width: 100%;
}
.modal .modalBox .over{
	position: relative;
	max-width: 1040px;
	width: 100%;
}
.modal .modalBox .modalClose{
	position:absolute;
	right: 5px;
	top: 5px;
	display: block;
	width: 50px;
	height: 50px;
	font-size: 0;
	ppacity: 1 !important;
	cursor: pointer;
}
.modal .modalBox .modalClose::before{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 2px;
  margin-top: -1px;
  margin-left: -15px;
  background: #000;
  transform: rotate(-45deg);
}
.modal .modalBox .modalClose::after{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 2px;
  margin-top: -1px;
  margin-left: -15px;
  background: #000;
  transform: rotate(45deg);
}
.modal .inner{
	padding: 150px 60px;
  margin: 0 auto;
  max-width: 640px;
}
.modal h2{
  font-size: 14px;
}
.modal p{
  font-size: 14px;
  margin-top: 30px;
}
.modal .box{
  margin-top: 10px;
}
.modal .col2{
  font-size: 0;
}
.modal .col2 .col{
  display: inline-block;
  vertical-align: top;
  width: 50%;
}
.modal .box input{
  width: 100%;
  height: 40px;
  font-size: 16px;
  padding: 10px 20px;
  border: none;
  background: #fff1f5;
  -webkit-appearance: none;
}
.modal .box span{
  font-size: 14px;
  margin: 0 10px;
}
.modal .cardBox input{
  width: 105px;
}
.modal .validityBox input{
  width: 80px;
}
.modal .securityBox input{
  width: 115px;
}
.modal ul{
  font-size: 0;
}
.modal ul li{
display: inline-block;
margin: 10px 10px 0 0;
}
.modal #btn{
  display: block;
  width: 254px;
  height: 54px;
  position: relative;
  margin: 40px auto 0;
}
.modal #btn span{
  display: block;
  width: 100%;
  height: 100%;
  border: solid 1px #000;
  position: relative;
  cursor: pointer;
}
.modal #btn span::before{
  content: "";
  display: block;
  width: 0;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  transition: width .6s;
}
.modal #btn span:hover::before{
  width: 100%;
}
.modal #btn span *{
  border: none;
  font-size: 13px;
  font-weight: bold;
  text-align: left;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 18px 45px 18px 15px;
  background-color: transparent;
  cursor: pointer;
  transition: color 0s;
}
.modal #btn span:hover *{
  transition: color .6s .6s;
  color: #fff;
}
.modal #btn span::after{
  content: "";
  display: block;
  width: 21px;
  height: 11px;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translate(0%,-50%);
  margin-top: -3px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/common/img/ico_btn_arrow.svg");
  background-size: 100% 100%;
  transition: background-image 0s;
}
.modal #btn span:hover::after{
  transition: background-image .6s .6s;
  background-image: url("/common/img/ico_btn_arrow_w.svg");
}
@media screen and (max-width: 767px) {
.modal .modalBox .modalClose{
	right: 5px;
	top: 5px;
}
.modal .modalInner{
	padding: 10px;
}
.modal h3{
	padding: 22px 20px;
	font-size: 18px;
}
.modal .inner{
	padding: 20px 20px 40px 20px;
}
.modal #btn{
  width: 220px;
  height: 44px;
  margin: 30px auto 0;
}
.modal #btn span *{
  padding: 14px 38px 14px 10px;
  font-size: 12px;
  line-height: 1.2;
}
.modal p{
  font-size: 13px;
  margin-top: 20px;
}
.modal .box{
  margin-top: 5px;
}
.modal .box span{
  font-size: 13px;
  margin: 0 5px;
}
.modal .box input{
  height: 36px;
  font-size: 14px;
  padding: 10px 10px;
}
.modal .cardBox input{
  width: 60px;
}
.modal .validityBox input{
  width: 60px;
}
.modal .securityBox input{
  width: 60px;
}
.modal ul li{
  margin: 5px 5px 0 0;
  width: 30px;
}
}

/* completeBox */
.premiere-form .completeBox{
  max-width: 560px;
  margin: 0 auto;
  text-align: center;
}
.premiere-form .completeBox p{
  line-height: 1.75;
}
.premiere-form #completeBtn{
  margin-top: 40px;
  font-size: 0;
}
.premiere-form #completeBtn div{
  display: inline-block;
  width: 254px;
  height: 54px;
  position: relative;
  text-align: left;
}
.premiere-form #completeBtn div:last-child{
  margin-left: 52px;
}
.premiere-form #completeBtn div span{
  display: block;
  width: 100%;
  height: 100%;
  border: solid 1px #000;
  position: relative;
  cursor: pointer;
}
.premiere-form #completeBtn div span::before{
  content: "";
  display: block;
  width: 0;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  transition: width .6s;
}
.premiere-form #completeBtn div span:hover::before{
  width: 100%;
}
.premiere-form #completeBtn div span *{
  border: none;
  font-size: 13px;
  line-height: 54px;
  font-weight: bold;
  text-align: left;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 18px 45px 18px 15px;
  background-color: transparent;
  cursor: pointer;
  transition: color 0s;
}
.premiere-form #completeBtn div span:hover *{
  transition: color .6s .6s;
  color: #fff;
}
.premiere-form #completeBtn div span::after{
  content: "";
  display: block;
  width: 21px;
  height: 11px;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translate(0%,-50%);
  margin-top: -3px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/common/img/ico_btn_arrow.svg");
  background-size: 100% 100%;
  transition: background-image 0s;
}
.premiere-form #completeBtn div span:hover::after{
  transition: background-image .6s .6s;
  background-image: url("/common/img/ico_btn_arrow_w.svg");
}
@media screen and (max-width: 767px) {
.premiere-form #completeBtn div{
  display: block;
  width: 220px;
  height: 44px;
  margin: 0 auto;
}
.premiere-form #completeBtn div:last-child{
  margin: 15px auto 0;
}
.premiere-form #completeBtn div span *{
  padding: 14px 38px 14px 10px;
  line-height: 44px;
  font-size: 12px;
}
}</pre></body></html>