/*リニューアルページ周りスマホレイアウト*/

.r_sp-none{display: none;}
a{transition: .3s;}

/*--------------------------------------
header
--------------------------------------*/

.renewal-header{
background:#fff;
position:relative;
z-index:100;
}

.renewal-header__inner{
padding:8px 10px;
display:flex;
align-items:center;
justify-content:space-between;
}

.renewal-header__logo{
width:95px;
margin:0;
}

.renewal-header__logo img{
display:block;
width:100%;
height:auto;
}

.renewal-header__nav{
display:none;
}

.renewal-header__tel{
width:170px;
margin: 0 64px 0 0;
}

.renewal-header__tel img{
display:block;
width:100%;
height:auto;
}

/*--------------------------------------
MV
--------------------------------------*/

.renewal-mv{
background:url("../renewal_images/mv_bg.png") center top / cover no-repeat;
position:relative;
padding:150px 0px 30px;
overflow:hidden;
}

.renewal-mv__inner{
position:relative;
}

.renewal-mv__content{
width: 90%;
margin: 0 auto;
background:rgba(255,255,255,0.7);
border-radius:20px;
padding:24px 18px 20px;
box-shadow:0 8px 24px rgba(0,68,140,0.08);
}

.renewal-mv__label{
margin:0 0 10px;
color:#0060c7;
font-size:16px;
font-weight:600;
letter-spacing:3px;
font-family:"Yu Mincho","YuMincho","Hiragino Mincho ProN",serif;
font-feature-settings: "palt";
text-spacing-trim: space-adjacent;
}

.renewal-mv__catch{
margin:0 0 14px;
color:#333;
font-size:30px;
font-weight:600;
letter-spacing:10px;
line-height: 1.3;
font-family:"Yu Mincho","YuMincho","Hiragino Mincho ProN",serif;
font-feature-settings: "palt";
text-spacing-trim: space-adjacent;
}

.renewal-mv__catch span{
color:#0060c7;
}

.renewal-mv__lead{
margin:0 0 20px;
color:#222;
font-size:13px;
font-weight:600;
line-height:1.8;
font-family:"Yu Mincho","YuMincho","Hiragino Mincho ProN",serif;
font-feature-settings: "palt";
text-spacing-trim: space-adjacent;
}

.renewal-mv__lead br{
display:none;
}

.renewal-mv__service{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:8px;
}

.renewal-mv__serviceItem{
border:1px solid #b9d8f5;
border-radius:14px;
min-height:105px;

color:#0060c7;
font-size:12px;
font-weight:700;
line-height:1.35;
text-align:center;
text-decoration:none;
box-sizing:border-box;
padding: 10px;
}

.renewal-mv__serviceItem img{
display:block;
width:100%;
height:auto;
margin:0 auto 7px;
}



/*--------------------------------------
hamburger
--------------------------------------*/
.renewal-hamburger{
position: fixed;
z-index: 1;
top:10px;
right: 10px;
  width:44px;
  height:44px;
  border:none;
  background:#005bbb;
  border-radius:50%;
  padding:0;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:5px;
}

.renewal-hamburger span{
  display:block;
  width:20px;
  height:2px;
  background:#fff;
  border-radius:999px;
}

/* overlay */
#glaylayer{
  display:none;
  position:fixed;
  left:0;
  top:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.45);
  z-index:9998;
}

/* slide menu */
#slidemenu{
  display:none;
  position:fixed;
  left:-280px;
  top:0;
  width:280px;
  height:100%;
  background:#fff;
  z-index:9999;
  overflow-y:auto;
}

.renewal-spmenu__logo{
  padding:22px 20px;
  border-bottom:1px solid #d7e8f8;
}

.renewal-spmenu__logo img{
  width:130px;
  height:auto;
  display:block;
}

.renewal-spmenu__list{
  margin:0;
  padding:0;
  list-style:none;
}

.renewal-spmenu__list li{
  border-bottom:1px solid #d7e8f8;
}

.renewal-spmenu__list a{
  display:block;
  padding:16px 20px;
  color:#005bbb;
  font-size:15px;
  font-weight:700;
  text-decoration:none;
  position:relative;
}

.renewal-spmenu__list a::after{
  content:"";
  width:8px;
  height:8px;
  border-top:2px solid #005bbb;
  border-right:2px solid #005bbb;
  position:absolute;
  right:20px;
  top:50%;
  transform:translateY(-50%) rotate(45deg);
}


/*--------------------------------------
共通見出し
--------------------------------------*/

.renewal-heading{
width: 90%;
margin: 0 auto;
text-align:center;
margin-bottom:30px;
}

.renewal-heading__en{
	margin:0 0 6px;
	color:#005bbb;
	font-family:Georgia, "Times New Roman", serif;
	font-size:13px;
	font-weight:500;
	line-height:1;
	letter-spacing:1px;
}

.renewal-heading__ja{
	position:relative;
	display:inline-block;
	margin:0;
	padding-bottom:20px;
	color:#005bbb;
	font-family:"Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "HGS明朝E", serif;
	font-size:24px;
	font-weight:600;
	line-height:1.35;
	letter-spacing:0.08em;
}

.renewal-heading__ja::before{
	content:"";
	width:50px;
	height:3px;
	background:#005bbb;
	position:absolute;
	left:50%;
	bottom:0;
	transform:translateX(-50%);
	border-radius:999px;
}

.renewal-heading__ja::after{
	content:"";
	width:7px;
	height:7px;
	background:#f5a623;
	position:absolute;
	left:50%;
	bottom:-2px;
	transform:translateX(40px);
	border-radius:50%;
}



/*--------------------------------------
service
--------------------------------------*/

.renewal-service{
background:#fff;
width: 90%;
margin: 0 auto;
padding:35px 0px;
}

.renewal-service__inner{
width:100%;
}

.renewal-service__list,
.renewal-service__subList{
display:flex;
flex-direction:column;
gap:22px;
}

.renewal-service__card,
.renewal-service__card--main{
display:flex;
flex-direction:column-reverse;
background:#fff;
border:1px solid #d7e8f8;
border-radius:20px;
overflow:hidden;
box-shadow:0 8px 22px rgba(0,72,150,0.12);
color:inherit;
text-decoration:none;
}

.renewal-service__body{
padding:0px 25px 25px;
box-sizing:border-box;
}
.renewal-service__body_in01{
display:flex;
align-items: center;
}
.renewal-service__icon{
width:58px;
height:58px;
margin:0 15px 0px 0;
border-radius:50%;
background:#fff;
box-shadow:0 4px 14px rgba(0,72,150,0.14);
display:flex;
align-items:center;
justify-content:center;
}

.renewal-service__icon img{
width:100%;
height:auto;
display:block;
}

.renewal-service__title{
margin:0;
color:#005bbb;
font-size:22px;
font-weight:600;
line-height:1.3;
letter-spacing:2px;
font-family:"Yu Mincho","YuMincho","Hiragino Mincho ProN",serif;
font-feature-settings: "palt";
text-spacing-trim: space-adjacent;
}

.renewal-service__line{
display:block;
width:36px;
height:2px;
background:#005bbb;
margin:16px 0;
}

.renewal-service__lead{
margin:0 0 14px;
color:#111;
font-size:13px;
line-height:1.8;
font-weight:500;
}

.renewal-service__lead br{
display:none;
}

.renewal-service__point{
margin:0 0 20px;
padding:0;
list-style:none;
}

.renewal-service__point li{
position:relative;
padding-left:25px;
margin-bottom:8px;
color:#111;
font-size:13px;
font-weight:500;
line-height:1.5;
}

.renewal-service__point li::before{
content:"";
width:16px;
height:16px;
position:absolute;
left:0;
top:2px;
background:url("../renewal_images/price_icon02.png") center center / contain no-repeat;
}

.renewal-service__btn{
display:inline-flex;
align-items:center;
justify-content:center;
box-sizing: border-box;
min-width:100%;
padding:15px 15px;
background:#005bbb;
border-radius:999px;
color:#fff;
font-size:12px;
font-weight:700;
line-height:1;
margin: 0 auto;
}

.renewal-service__btn::after{
content:"";
width:15px;
height:15px;
margin-left:8px;
background:url("../renewal_images/icon_arrow_white.png") center center / contain no-repeat;
}

.renewal-service__photo{
position:relative;
height:190px;
overflow:hidden;
}

.renewal-service__photo::before{
content:"";
width:100%;
height:45%;
position:absolute;
left:0;
bottom:0;
z-index:1;
background:linear-gradient(
to top,
#fff 0%,
rgba(255,255,255,0) 100%
);
}

.renewal-service__photo img{
display:block;
width:100%;
height:100%;
object-fit:cover;
}


/*--------------------------------------
reason
--------------------------------------*/

.renewal-reason{
background:#fef9f3;
width: 100%;
margin: 0 auto;
padding:35px 0px;
}

.renewal-reason__inner{
width:90%;
margin: 0 auto;
}

.renewal-reason__list{
	display:grid;
	grid-template-columns:1fr 1fr;
	gap:14px;
}

.renewal-reason__card{
	background:#fff;
	border-radius:16px;
	padding:22px 14px 20px;
	box-shadow:0 6px 18px rgba(0,72,150,0.10);
	text-align:center;
	box-sizing:border-box;
}

.renewal-reason__icon{
	width:86px;
	margin:0 auto 14px;
}

.renewal-reason__icon img{
	display:block;
	width:100%;
	height:auto;
}

.renewal-reason__card h3{
	margin:0 0 14px;
	padding-bottom:14px;
	border-bottom:2px dotted #8bbde9;
	color:#005bbb;
	font-size:16px;
	font-weight:700;
	line-height:1.45;
	letter-spacing:0.03em;
font-family:"Yu Mincho","YuMincho","Hiragino Mincho ProN",serif;
font-feature-settings: "palt";
text-spacing-trim: space-adjacent;
}

.renewal-reason__card p{
	margin:0;
	color:#222;
	font-size:12px;
	font-weight:500;
	line-height:1.75;
	text-align:left;
}

.renewal-reason__note{
	display:block;
	margin:28px 0 0;
	color:#222;
	font-size:15px;
	font-weight:500;
	line-height:1.8;
	letter-spacing:0.04em;
	text-align:center;
font-family:"Yu Mincho","YuMincho","Hiragino Mincho ProN",serif;
font-feature-settings: "palt";
text-spacing-trim: space-adjacent;
}

.renewal-reason__note span{
	color:#005bbb;
	font-weight:700;
}

.renewal-reason__note img{
	display:inline-block;
	width:24px;
	height:auto;
	margin:0 6px;
	vertical-align:middle;
}



/*--------------------------------------
cv
--------------------------------------*/

.renewal-cv{
background:#fff;
width: 90%;
margin: 0 auto;
padding:35px 0px;
}

.renewal-cv__inner{
  padding:24px 16px;
  background:#f5faff;
  border-radius:18px;
}

.renewal-cv__telBox{
  text-align:center;
}

.renewal-cv__telIcon{
  width:70px;
  height:70px;
  margin:0 auto 12px;
  border-radius:50%;
  background:#eaf4ff;
  display:flex;
  align-items:center;
  justify-content:center;
}

.renewal-cv__telIcon img{
  width:40px;
  height:auto;
  display:block;
}

.renewal-cv__lead{
  margin:0 0 6px;
  color:#222;
  font-size:14px;
  font-weight:600;
}

.renewal-cv__catch{
  margin:0 0 14px;
  color:#005bbb;
  font-size:20px;
  font-weight:700;
  line-height:1.4;
}

.renewal-cv__telBanner{
  width:100%;
  margin:0 auto 20px;
}

.renewal-cv__telBanner img{
  width:100%;
  height:auto;
}

.renewal-cv__btns{
  display:flex;
  flex-direction:column;
  gap:12px;
}

.renewal-cv__btn{
  min-height:72px;
  border-radius:12px;
  display:flex;
  align-items:center;
  gap:10px;
  padding:14px 16px;
  box-sizing:border-box;
  color:#fff;
  text-decoration:none;
  position:relative;
}

.renewal-cv__btn::after{
  content:"";
  width:24px;
  height:24px;
  border-radius:50%;
  background:#fff;
  position:absolute;
  right:14px;
  top:50%;
  transform:translateY(-50%);
}
.renewal-cv__btn::before{
	content:"";
	position:absolute;
	right:24px;
	top:50%;
	width:5px;
	height:5px;
	border-top:2px solid #005bbb;
	border-right:2px solid #005bbb;
	transform:translateY(-50%) rotate(45deg);
	z-index:2;
}

.renewal-cv__btn--line{
  background:#19b832;
}

.renewal-cv__btn--mail{
  background:#005bbb;
}

.renewal-cv__btn img{
  width:44px;
  height:auto;
  display:block;
  flex-shrink:0;
}

.renewal-cv__btn span{
  display:block;
  font-size:17px;
  font-weight:600;
  line-height:1.3;
  letter-spacing: 2px;
}

.renewal-cv__btn small{
  display:block;
  margin-top:4px;
  font-size:12px;
  font-weight:600;
  line-height:1.3;
  letter-spacing: 2px;
}

.renewal-cv a{color:#fff;}


/*--------------------------------------
price
--------------------------------------*/

.renewal-price{
background:#fff;
width: 90%;
margin: 0 auto;
padding:35px 0px;
}

.renewal-price__inner{
	width:100%;
}

.renewal-price__lead{
	margin:0 0 28px;
	text-align:center;
	color:#222;
	font-size:13px;
	font-weight:500;
	line-height:1.8;
}

.renewal-price__list{
	display:flex;
	flex-direction:column;
	gap:20px;
}

.renewal-price__card{
	background:#fff;
	border-radius:18px;
	overflow:hidden;
	box-shadow:0 8px 22px rgba(0,72,150,0.10);
	border:1px solid #d7e8f8;
}

.renewal-price__card--blue{
	background:linear-gradient(to bottom,#f3f8ff 0%,#fff 36%);
}

.renewal-price__card--green{
	background:linear-gradient(to bottom,#f4fff6 0%,#fff 36%);
	border-color:#cfead5;
}

.renewal-price__card--orange{
	background:linear-gradient(to bottom,#fff8ee 0%,#fff 36%);
	border-color:#f3d9b5;
}

.renewal-price__head{
	display:flex;
	align-items:center;
	gap:15px;
	padding:24px 20px 20px;
	box-sizing:border-box;
}

.renewal-price__icon{
	width:62px;
	height:62px;
	flex-shrink:0;
	border-radius:50%;
	background:#fff;
	display:flex;
	align-items:center;
	justify-content:center;
	box-shadow:0 5px 16px rgba(0,72,150,0.10);
}

.renewal-price__icon img{
	display:block;
	width:100%;
	height:auto;
}

.renewal-price__head h3{
	margin:0 0 5px;
	font-size:22px;
	font-weight:600;
	line-height:1.4;
font-family:"Yu Mincho","YuMincho","Hiragino Mincho ProN",serif;
font-feature-settings: "palt";
text-spacing-trim: space-adjacent;
}

.renewal-price__card--blue h3{
	color:#005bbb;
}

.renewal-price__card--green h3{
	color:#16952b;
}

.renewal-price__card--orange h3{
	color:#ff7a00;
}

.renewal-price__head p{
	margin:0;
	color:#222;
	font-size:12px;
	line-height:1.65;
	font-weight:500;
}

.renewal-price__menu{
	margin:0;
	padding:0 20px;
}

.renewal-price__menu div{
	display:flex;
	justify-content:space-between;
	align-items:center;
	gap:12px;
	padding:16px 0;
	border-top:2px dotted #9fc8ef;
}

.renewal-price__card--green .renewal-price__menu div{
	border-color:#9ed8aa;
}

.renewal-price__card--orange .renewal-price__menu div{
	border-color:#f3c47c;
}

.renewal-price__menu dt{
	color:#222;
	font-size:13px;
	font-weight:700;
	line-height:1.5;
}

.renewal-price__menu dd{
	margin:0;
	white-space:nowrap;
	font-size:19px;
	font-weight:700;
	line-height:1;
    letter-spacing: 2px;
}
.renewal-price__menu dd span{
	font-size:14px;
}

.renewal-price__card--blue dd{
	color:#005bbb;
}

.renewal-price__card--green dd{
	color:#16952b;
}

.renewal-price__card--orange dd{
	color:#ff7a00;
}

.renewal-price__note{
	margin:12px 20px 0;
	color:#333;
	font-size:11px;
	line-height:1.7;
}

.renewal-price__btn{
	width:calc(100% - 40px);
	margin:15px auto 24px;
	height:45px;
	border-radius:999px;
	display:flex;
	align-items:center;
	justify-content:center;
	gap:8px;
	background:#fff;
	font-size:13px;
	font-weight:700;
	text-decoration:none;
	box-sizing:border-box;
}

.renewal-price__btn img{
	display:block;
	width:20px;
	height:20px;
}

.renewal-price__card--blue .renewal-price__btn{
	border:2px solid #005bbb;
	color:#005bbb;
}

.renewal-price__card--green .renewal-price__btn{
	border:2px solid #16952b;
	color:#16952b;
}

.renewal-price__card--orange .renewal-price__btn{
	border:2px solid #ff7a00;
	color:#ff7a00;
}

.renewal-price__bottom{
	margin:28px 0 0;
	padding:20px 16px;
	background:#f3f8ff;
	border-radius:14px;
}

.renewal-price__bottomIcon{
	width:48px;
	margin:0 auto 14px;
}

.renewal-price__bottomIcon img{
	display:block;
	width:100%;
	height:auto;
}

.renewal-price__bottom p{
	display:flex;
	align-items:flex-start;
	gap:8px;
	margin:0 0 12px;
	color:#222;
	font-size:12px;
	font-weight:700;
	line-height:1.6;
}

.renewal-price__bottom p:last-child{
	margin-bottom:0;
}

.renewal-price__bottom p img{
	width:18px;
	height:18px;
	flex-shrink:0;
	margin-top:1px;
}

.renewal-price__caption{
	margin:18px 0 0;
	text-align:left;
	color:#333;
	font-size:11px;
	line-height:1.7;
}


/*--------------------------------------
works
--------------------------------------*/

.renewal-works{
background:#fff;
width: 90%;
margin: 0 auto;
padding:35px 0px;
}

.renewal-works__inner{
	width:100%;
}

.renewal-works__lead{
	margin:0 0 28px;
	text-align:center;
	color:#222;
	font-size:13px;
	font-weight:500;
	line-height:1.8;
}

.renewal-works__list{
	display:flex;
	flex-direction:column;
	gap:18px;
}

.renewal-works__item{
	background:#fff;
	border:1px solid #d7e8f8;
	border-radius:14px;
	overflow:hidden;
	box-shadow:0 8px 22px rgba(0,72,150,0.10);
}

.renewal-works__link{
	display:block;
	color:inherit;
	text-decoration:none;
}

.renewal-works__thumb{
	height:190px;
	overflow:hidden;
}

.renewal-works__thumb img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
}

.renewal-works__body{
	position:relative;
	padding:18px 18px 46px;
	box-sizing:border-box;
}

.renewal-works__cat{
	display:inline-block;
	margin:0 0 10px;
	padding:5px 11px;
	background:#eaf4ff;
	border-radius:999px;
	color:#005bbb;
	font-size:11px;
	font-weight:700;
	line-height:1;
}

.renewal-works__body h3{
	margin:0 0 10px;
	color:#111;
	font-size:16px;
	font-weight:700;
	line-height:1.5;
}

.renewal-works__text{
	margin:0;
	color:#333;
	font-size:13px;
	font-weight:500;
	line-height:1.75;
}

.renewal-works__arrow{
	position:absolute;
	right:22px;
	bottom:24px;
	width:8px;
	height:8px;
	border-top:2px solid #005bbb;
	border-right:2px solid #005bbb;
	transform:rotate(45deg);
	transition:.3s;

}

.renewal-works__more{
	margin-top:28px;
	text-align:center;
}

.renewal-works__moreBtn{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	gap:8px;
	min-width:210px;
	height:42px;
	border:2px solid #005bbb;
	border-radius:999px;
	background:#fff;
	color:#005bbb;
	font-size:13px;
	font-weight:700;
	text-decoration:none;
}

.renewal-works__moreBtn img{
	display:block;
	width:20px;
	height:20px;
}

.renewal-works__more a{color:#005bbb;}


/*--------------------------------------
area
--------------------------------------*/

.renewal-area{
	background:#f3f7fd;
	width:100%;
}

.renewal-area__inner{
width: 90%;
margin: 0 auto;
padding:35px 0px 0 0;
}

.renewal-area__content{
}

.renewal-area__text{
	padding:0px 15px 0px;
	box-sizing:border-box;
}

.renewal-area__text h2{
	margin:0 0 10px;
	font-size:20px;
	font-weight:600;
	line-height:1.6;
	letter-spacing:0.04em;
font-family:"Yu Mincho","YuMincho","Hiragino Mincho ProN",serif;
font-feature-settings: "palt";
text-spacing-trim: space-adjacent;
}

.renewal-area__text_01{
	color:#005bbb;
	font-size:24px;
}
.renewal-area__text_02{
	color:#f5a623;
	font-size:24px;
}

.renewal-area__lead{
margin:0 0 20px;
padding:10px 0;
border-top:1px solid #005bbb;
border-bottom:1px solid #005bbb;
color:#222;
font-size:15px;
font-weight:600;
line-height:1.6;
letter-spacing:0.08em;
}

.renewal-area__point{
  display:grid;
  grid-template-columns:1fr 1fr 1fr;
  gap:8px;
  margin-bottom:22px;
}

.renewal-area__pointItem{
  background:#fff;
  border-radius:12px;
  padding:13px 6px 12px;
  text-align:center;
  box-shadow:0 5px 15px rgba(0,72,150,0.08);
}

.renewal-area__icon{
  width:52px;
  height:52px;
  margin:0 auto 8px;
  border-radius:50%;
  background:#eef5ff;
  display:flex;
  align-items:center;
  justify-content:center;
}

.renewal-area__icon img{
  display:block;
  width:70%;
  height:auto;
}

.renewal-area__pointItem p{
  margin:0;
  color:#005bbb;
  font-size:12px;
  font-weight:700;
  line-height:1.45;
}

.renewal-area__pointItem p span{
  color:#222;
  font-size:11px;
}
.renewal-area__lead02{
  font-size:12px;
  font-weight:600;
  letter-spacing: 1px;
    margin:0 0 20px;
}
.renewal-area__btn{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  width:100%;
  height:50px;
  padding:0 48px 0 12px;
  background:#005bbb;
  border-radius:999px;
  color:#fff;
  font-size:13px;
  font-weight:700;
  text-decoration:none;
  box-sizing:border-box;
}

.renewal-area__btnIcon{
  width:30px;
  height:30px;
  border-radius:50%;
  background:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-shrink:0;
}

.renewal-area__btnIcon img{
  display:block;
  width:17px;
  height:auto;
}
.renewal-area__btnText{
  display:block;
  line-height:1.3;
}

.renewal-area__btnArrow{
  position:absolute;
  right:12px;
  top:50%;
  width:22px;
  height:22px;
  border-radius:50%;
  background:#fff;
  transform:translateY(-50%);
}
.renewal-area__btnArrow::after{
  content:"";
  position:absolute;
  left:7px;
  top:7px;
  width:5px;
  height:5px;
  border-top:2px solid #005bbb;
  border-right:2px solid #005bbb;
  transform:rotate(45deg);
}
.renewal-area__map{
  height:260px;
  margin: 0 auto;
}

.renewal-area__map img{
  display:block;
  max-width: 400px;
  width:100%;
  height:100%;
  object-fit:cover;
  margin: 0 auto;
}

.renewal-area__text a{color:#fff;}


/*--------------------------------------
company
--------------------------------------*/

.renewal-company{
background:#fff;
width: 90%;
margin: 0 auto;
padding:0px 0px;
}

.renewal-company__inner{
  width:100%;
}

.renewal-company__box{
  padding:28px 18px;
  background:#fff;
  border:1px solid #d7e8f8;
  border-radius:18px;
  box-shadow:0 8px 22px rgba(0,72,150,0.08);
}

.renewal-company__intro{
  text-align:center;
  margin-bottom:0px;
  padding-bottom:25px;

}

.renewal-company__en{
padding: 0 0 15px 0;
margin:0 0 15px;
  color:#005bbb;
  font-size:13px;
  font-weight:700;
  letter-spacing:0.18em;
border-bottom:2px solid #005bbb;
display: inline-block;
}

.renewal-company__intro h2{
  margin:0 0 35px;
  color:#12284c;
  font-size:28px;
  font-weight:700;
  letter-spacing:0.1em;
}

.renewal-company__logo{
  width:190px;
  margin:0 auto 15px;
}

.renewal-company__logo img{
  display:block;
  width:100%;
  height:auto;
}

.renewal-company__name{
  margin:0 0 18px;
  color:#005bbb;
  font-size:18px;
  font-weight:700;
}

.renewal-company__message{
  margin:0;
  color:#222;
  font-size:13px;
  font-weight:500;
  line-height:1.9;
}

.renewal-company__table dl{
  margin:0;
}

.renewal-company__table div{
  border-bottom:1px solid #d7e8f8;
  padding:14px 0;
}

.renewal-company__table div:last-child{
  border:none;
}

.renewal-company__table dt{
  margin:0 0 4px;
  color:#005bbb;
  font-size:13px;
  font-weight:700;
  line-height:1.5;
}

.renewal-company__table dd{
  margin:0;
  color:#222;
  font-size:13px;
  font-weight:500;
  line-height:1.7;
}


/*--------------------------------------
footer
--------------------------------------*/

.renewal-footer{
width: 100%;
background:#fdfbf9;
padding:35px 0px 20px 0;
}

.renewal-footer__inner{
width: 90%;
margin: 0 auto;
padding:0px 15px;
box-sizing: border-box;
}

.renewal-footer__main{
  display:block;
  padding-bottom:30px;
}

.renewal-footer__brand{
  margin-bottom:34px;
  text-align:center;
}

.renewal-footer__logo{
  width:140px;
  margin:0 auto 10px;
}

.renewal-footer__logo img{
  display:block;
  width:100%;
  height:auto;
}

.renewal-footer__name{
  margin:0 0 20px;
  color:#005bbb;
  font-size:16px;
  font-weight:700;
}

.renewal-footer__text{
  margin:0 0 28px;
  color:#222;
  font-size:13px;
  font-weight:500;
  line-height:1.9;
}

.renewal-footer__security{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  margin:0;
  color:#222;
  font-size:13px;
  font-weight:700;
}

.renewal-footer__security img{
  width:20px;
  height:auto;
}

.renewal-footer__nav{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px 20px;
}

.renewal-footer__navCol h3{
  position:relative;
  margin:0 0 20px;
  padding-bottom:12px;
  color:#005bbb;
  font-size:14px;
  font-weight:700;
  line-height:1.5;
}

.renewal-footer__navCol h3::after{
  content:"";
  width:24px;
  height:2px;
  background:#005bbb;
  position:absolute;
  left:0;
  bottom:0;
}

.renewal-footer__navCol ul{
  margin:0;
  padding:0;
  list-style:none;
}

.renewal-footer__navCol li{
  margin-bottom:6px;
}

.renewal-footer__navCol a{
  color:#222;
  font-size:12px;
  font-weight:500;
  line-height:1.5;
  text-decoration:none;
}

.renewal-footer__bottom{
  padding-top:26px;
  border-top:1px solid #d7e8f8;
}

.renewal-footer__area,
.renewal-footer__credit,
.renewal-footer__company{
  margin-bottom:24px;
}

.renewal-footer__area h3,
.renewal-footer__credit h3{
  display:flex;
  align-items:center;
  gap:8px;
  margin:0 0 10px;
  color:#005bbb;
  font-size:14px;
  font-weight:700;
}

.renewal-footer__area h3 img{
  width:18px;
  height:auto;
}

.renewal-footer__area p,
.renewal-footer__company p{
  margin:0;
  color:#222;
  font-size:12px;
  font-weight:500;
  line-height:1.8;
}

.renewal-footer__credit > img{
  display:block;
  width:260px;
  max-width:100%;
  height:auto;
}

.renewal-footer__copy{
  margin-top:10px !important;
  font-size:11px !important;
}

/*--------------------------------------
PAGETOP
--------------------------------------*/

.renewal-pagetop{
	position:fixed;
	width:48px;
	height:48px;
	right:10px;
	bottom:10px;
	border-radius:50%;
	background:#fff;
	border:2px solid #005bbb;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	text-decoration:none;
	z-index:999;
}

.renewal-pagetop__arrow{
	width:8px;
	height:8px;
	margin-bottom:2px;
	border-top:2px solid #005bbb;
	border-left:2px solid #005bbb;
	transform:rotate(45deg);
}

.renewal-pagetop__text{
	color:#005bbb;
	font-size:9px;
	font-weight:700;
	letter-spacing:.1em;
}



/*--------------------------------------
記事一覧ページページャー
--------------------------------------*/
.renewal-works--archive{
  padding-top:70px;
}

.renewal-works__pagenavi{
  margin-top:45px;
  text-align:center;
}

.renewal-works__pagenavi .page-numbers{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:38px;
  height:38px;
  margin:0 4px;
  padding:0 10px;
  border:1px solid #d7e8f8;
  border-radius:999px;
  color:#005bbb;
  font-size:14px;
  font-weight:700;
  text-decoration:none;
}

.renewal-works__pagenavi .current{
  background:#005bbb;
  color:#fff;
  border-color:#005bbb;
}

.renewal-works__empty{
  text-align:center;
  font-size:15px;
}


/*--------------------------------------
single
--------------------------------------*/

.renewal-single{
background:#fff;
width: 90%;
margin: 0 auto;
padding:45px 0px;
}

.renewal-single__inner{
	width:100%;
}

.renewal-single__head{
	margin-bottom:30px;
}

.renewal-single__meta{
	display:flex;
	align-items:center;
	gap:10px;
	margin-bottom:14px;
	flex-wrap:wrap;
}

.renewal-single__date{
	color:#666;
	font-size:12px;
	font-weight:500;
}

.renewal-single__cat{
	display:inline-block;
	padding:5px 12px;
	background:#eaf4ff;
	border-radius:999px;
	color:#005bbb;
	font-size:11px;
	font-weight:700;
	line-height:1;
}

.renewal-single__title{
	margin:0 0 22px;
	color:#111;
	font-size:24px;
	font-weight:700;
	line-height:1.55;
	letter-spacing:0.03em;
}

.renewal-single__thumb{
	border-radius:14px;
	overflow:hidden;
}

.renewal-single__thumb img{
	display:block;
	width:100%;
	height:auto;
}

.renewal-single__content{
	color:#222;
	font-size:14px;
	font-weight:500;
	line-height:2;
}

.renewal-single__content p{
	margin:0 0 1.8em;
}

.renewal-single__content h2{
	margin:2.2em 0 1em;
	padding:0.75em 0.9em;
	background:#f3f8ff;
	border-left:5px solid #005bbb;
	color:#005bbb;
	font-size:20px;
	font-weight:700;
	line-height:1.5;
}

.renewal-single__content h3{
	margin:2em 0 1em;
	padding-bottom:0.5em;
	border-bottom:2px solid #d7e8f8;
	color:#005bbb;
	font-size:18px;
	font-weight:700;
	line-height:1.5;
}

.renewal-single__content img{
	max-width:100%;
	height:auto;
	border-radius:12px;
}

.renewal-single__content ul,
.renewal-single__content ol{
	margin:0 0 1.8em;
	padding-left:1.5em;
}

.renewal-single__content li{
	margin-bottom:0.5em;
}

.renewal-single__nav{
	margin-top:38px;
	text-align:center;
}

.renewal-single__back{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	min-width:200px;
	height:44px;
	padding:0 22px;
	border:2px solid #005bbb;
	border-radius:999px;
	background:#fff;
	color:#005bbb;
	font-size:13px;
	font-weight:700;
	text-decoration:none;
	box-sizing:border-box;
}

.renewal-single__nav a{color:#005bbb;}



/*--------------------------------------
aircon page SP
--------------------------------------*/

.renewal-aircon-page{
	background:#fff;
}

.renewal-aircon-inner{
	width:100%;
}

.renewal-aircon-mv{
	background:#eef8ff;
	padding:30px 5%;
}

.renewal-aircon-mv__inner{
	background:#fff;
	border-radius:18px;
	overflow:hidden;
	box-shadow:0 8px 22px rgba(0,72,150,0.10);
}

.renewal-aircon-mv__text{
	padding:28px 20px 26px;
	box-sizing:border-box;
}

.renewal-aircon-mv__label{
	margin:0 0 10px;
	color:#005bbb;
	font-family:Georgia, "Times New Roman", serif;
	font-size:11px;
	font-weight:700;
	letter-spacing:0.12em;
}

.renewal-aircon-mv__text h1{
	margin:0 0 16px;
	color:#005bbb;
	font-size:32px;
	font-weight:600;
	line-height:1.35;
	letter-spacing:0.06em;
font-family:"Yu Mincho","YuMincho","Hiragino Mincho ProN",serif;
font-feature-settings: "palt";
text-spacing-trim: space-adjacent;
}

.renewal-aircon-mv__text p{
	margin:0;
	color:#222;
	font-size:13px;
	font-weight:500;
	line-height:1.85;
}

.renewal-aircon-mv__text p br{
	display:none;
}

.renewal-aircon-mv__photo{
	height:230px;
}

.renewal-aircon-mv__photo img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
}

.renewal-aircon-trouble,
.renewal-aircon-about,
.renewal-aircon-price,
.renewal-aircon-flow,
.renewal-aircon-point{
	padding:55px 5%;
}

.renewal-aircon-trouble__list{
	display:flex;
	flex-direction:column;
	gap:12px;
	margin:0;
	padding:0;
	list-style:none;
}

.renewal-aircon-trouble__list li{
	position:relative;
	padding:16px 16px 16px 46px;
	background:#f3f8ff;
	border-radius:12px;
	color:#222;
	font-size:13px;
	font-weight:700;
	line-height:1.6;
}

.renewal-aircon-trouble__list li::before{
	content:"";
	position:absolute;
	left:18px;
	top:19px;
	width:17px;
	height:17px;
	border-radius:50%;
	background:#005bbb;
}

.renewal-aircon-trouble__list li::after{
	content:"";
	position:absolute;
	left:24px;
	top:23px;
	width:5px;
	height:8px;
	border-right:2px solid #fff;
	border-bottom:2px solid #fff;
	transform:rotate(45deg);
}

.renewal-aircon-about{
	background:#f8fbff;
}

.renewal-aircon-about__box{
	background:#fff;
	border-radius:18px;
	overflow:hidden;
	box-shadow:0 8px 22px rgba(0,72,150,0.08);
}

.renewal-aircon-about__photo{
	height:230px;
}

.renewal-aircon-about__photo img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
}

.renewal-aircon-about__text{
	padding:26px 20px;
	box-sizing:border-box;
}

.renewal-aircon-about__text h2{
	margin:0 0 18px;
	color:#005bbb;
	font-size:24px;
	font-weight:600;
	line-height:1.55;
	letter-spacing:0.04em;
font-family:"Yu Mincho","YuMincho","Hiragino Mincho ProN",serif;
font-feature-settings: "palt";
text-spacing-trim: space-adjacent;
}

.renewal-aircon-about__text p{
	margin:0 0 1.5em;
	color:#222;
	font-size:13px;
	font-weight:500;
	line-height:1.9;
}

.renewal-aircon-price__box{
	background:#fff;
	border:1px solid #d7e8f8;
	border-radius:16px;
	box-shadow:0 8px 22px rgba(0,72,150,0.10);
	overflow:hidden;
}

.renewal-aircon-price__box dl{
	margin:0;
}

.renewal-aircon-price__box div{
	border-bottom:1px solid #d7e8f8;
}

.renewal-aircon-price__box div:last-child{
	border-bottom:none;
}

.renewal-aircon-price__box dt{
	padding:16px 18px 8px;
	color:#222;
	font-size:14px;
	font-weight:700;
	line-height:1.5;
}

.renewal-aircon-price__box dd{
	margin:0;
	padding:0 18px 16px;
	color:#005bbb;
	font-size:13px;
	font-weight:700;
	line-height:1.4;
}

.renewal-aircon-price__box dd span{
	font-size:26px;
	font-weight:700;
}

.renewal-aircon-price__note{
	margin:18px 0 0;
	color:#333;
	font-size:11px;
	font-weight:500;
	line-height:1.8;
	text-align:left;
}

.renewal-aircon-flow{
	background:#f8fbff;
}

.renewal-aircon-flow__list{
	display:flex;
	flex-direction:column;
	gap:16px;
}

.renewal-aircon-flow__item{
	background:#fff;
	border:1px solid #d7e8f8;
	border-radius:16px;
	padding:22px 18px;
	box-shadow:0 8px 22px rgba(0,72,150,0.08);
	box-sizing:border-box;
}

.renewal-aircon-flow__item span{
	display:block;
	margin-bottom:12px;
	color:#005bbb;
	font-family:Georgia, "Times New Roman", serif;
	font-size:26px;
	font-weight:700;
	line-height:1;
}

.renewal-aircon-flow__item h3{
	margin:0 0 10px;
	color:#005bbb;
	font-size:18px;
	font-weight:700;
	line-height:1.5;
}

.renewal-aircon-flow__item p{
	margin:0;
	color:#222;
	font-size:13px;
	font-weight:500;
	line-height:1.8;
}

.renewal-aircon-point__box{
	background:#f3f8ff;
	border-radius:16px;
	padding:22px 18px;
	box-sizing:border-box;
}

.renewal-aircon-point__box ul{
	margin:0;
	padding:0;
	list-style:none;
}

.renewal-aircon-point__box li{
	position:relative;
	padding-left:26px;
	margin-bottom:12px;
	color:#222;
	font-size:13px;
	font-weight:500;
	line-height:1.75;
}

.renewal-aircon-point__box li:last-child{
	margin-bottom:0;
}

.renewal-aircon-point__box li::before{
	content:"";
	position:absolute;
	left:0;
	top:7px;
	width:14px;
	height:14px;
	border-radius:50%;
	background:#005bbb;
}


/*--------------------------------------
house cleaning page SP
--------------------------------------*/

.renewal-house-page{
	background:#fff;
}

.renewal-house-inner{
	width:100%;
}

.renewal-house-mv{
	background:#eef8ff;
	padding:30px 5%;
}

.renewal-house-mv__inner{
	background:#fff;
	border-radius:18px;
	overflow:hidden;
	box-shadow:0 8px 22px rgba(0,72,150,0.10);
}

.renewal-house-mv__text{
	padding:28px 20px 26px;
	box-sizing:border-box;
}

.renewal-house-mv__label{
	margin:0 0 10px;
	color:#005bbb;
	font-family:Georgia, "Times New Roman", serif;
	font-size:11px;
	font-weight:700;
	letter-spacing:0.12em;
}

.renewal-house-mv__text h1{
	margin:0 0 16px;
	color:#005bbb;
	font-size:32px;
	font-weight:600;
	line-height:1.35;
	letter-spacing:0.06em;
font-family:"Yu Mincho","YuMincho","Hiragino Mincho ProN",serif;
font-feature-settings: "palt";
text-spacing-trim: space-adjacent;
}

.renewal-house-mv__text p{
	margin:0;
	color:#222;
	font-size:13px;
	font-weight:500;
	line-height:1.85;
}

.renewal-house-mv__text p br{
	display:none;
}

.renewal-house-mv__photo{
	height:230px;
}

.renewal-house-mv__photo img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
}

.renewal-house-trouble,
.renewal-house-about,
.renewal-house-place,
.renewal-house-price,
.renewal-house-flow,
.renewal-house-point{
	padding:55px 5%;
}

.renewal-house-trouble{
	background:#fff;
}

.renewal-house-trouble__list{
	display:flex;
	flex-direction:column;
	gap:12px;
	margin:0;
	padding:0;
	list-style:none;
}

.renewal-house-trouble__list li{
	position:relative;
	padding:16px 16px 16px 46px;
	background:#f3f8ff;
	border-radius:12px;
	color:#222;
	font-size:13px;
	font-weight:700;
	line-height:1.6;
}

.renewal-house-trouble__list li::before{
	content:"";
	position:absolute;
	left:18px;
	top:19px;
	width:17px;
	height:17px;
	border-radius:50%;
	background:#005bbb;
}

.renewal-house-trouble__list li::after{
	content:"";
	position:absolute;
	left:24px;
	top:23px;
	width:5px;
	height:8px;
	border-right:2px solid #fff;
	border-bottom:2px solid #fff;
	transform:rotate(45deg);
}

.renewal-house-about{
	background:#f8fbff;
}

.renewal-house-about__box{
	background:#fff;
	border-radius:18px;
	overflow:hidden;
	box-shadow:0 8px 22px rgba(0,72,150,0.08);
}

.renewal-house-about__photo{
	height:230px;
}

.renewal-house-about__photo img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
}

.renewal-house-about__text{
	padding:26px 20px;
	box-sizing:border-box;
}

.renewal-house-about__text h2{
	margin:0 0 18px;
	color:#005bbb;
	font-size:24px;
	font-weight:600;
	line-height:1.55;
	letter-spacing:0.04em;
font-family:"Yu Mincho","YuMincho","Hiragino Mincho ProN",serif;
font-feature-settings: "palt";
text-spacing-trim: space-adjacent;
}

.renewal-house-about__text p{
	margin:0 0 1.5em;
	color:#222;
	font-size:13px;
	font-weight:500;
	line-height:1.9;
}

.renewal-house-about__text p:last-child{
	margin-bottom:0;
}

.renewal-house-place{
	background:#fff;
}

.renewal-house-place__list{
	display:flex;
	flex-direction:column;
	gap:16px;
}

.renewal-house-place__item{
	background:#fff;
	border:1px solid #d7e8f8;
	border-radius:16px;
	padding:22px 18px;
	box-shadow:0 8px 22px rgba(0,72,150,0.08);
	box-sizing:border-box;
}

.renewal-house-place__item h3{
	margin:0 0 10px;
	color:#005bbb;
	font-size:18px;
	font-weight:700;
	line-height:1.5;
}

.renewal-house-place__item p{
	margin:0;
	color:#222;
	font-size:13px;
	font-weight:500;
	line-height:1.75;
}

.renewal-house-price{
	background:#f8fbff;
}

.renewal-house-price__list{
	display:flex;
	flex-direction:column;
	gap:16px;
}

.renewal-house-price__card{
	background:#fff;
	border:1px solid #d7e8f8;
	border-radius:16px;
	padding:22px 18px;
	box-shadow:0 8px 22px rgba(0,72,150,0.08);
	text-align:center;
	box-sizing:border-box;
}

.renewal-house-price__card h3{
	margin:0 0 10px;
	color:#005bbb;
	font-size:18px;
	font-weight:700;
	line-height:1.5;
}

.renewal-house-price__card p{
	margin:0 0 14px;
	color:#222;
	font-size:12px;
	font-weight:500;
	line-height:1.7;
}

.renewal-house-price__num{
	color:#005bbb;
	font-size:13px;
	font-weight:700;
}

.renewal-house-price__num span{
	font-size:26px;
	font-weight:700;
}

.renewal-house-price__note{
	margin:18px 0 0;
	color:#333;
	font-size:11px;
	font-weight:500;
	line-height:1.8;
	text-align:left;
}

.renewal-house-flow{
	background:#fff;
}

.renewal-house-flow__list{
	display:flex;
	flex-direction:column;
	gap:16px;
}

.renewal-house-flow__item{
	background:#fff;
	border:1px solid #d7e8f8;
	border-radius:16px;
	padding:22px 18px;
	box-shadow:0 8px 22px rgba(0,72,150,0.08);
	box-sizing:border-box;
}

.renewal-house-flow__item span{
	display:block;
	margin-bottom:12px;
	color:#005bbb;
	font-family:Georgia, "Times New Roman", serif;
	font-size:26px;
	font-weight:700;
	line-height:1;
}

.renewal-house-flow__item h3{
	margin:0 0 10px;
	color:#005bbb;
	font-size:18px;
	font-weight:700;
	line-height:1.5;
}

.renewal-house-flow__item p{
	margin:0;
	color:#222;
	font-size:13px;
	font-weight:500;
	line-height:1.8;
}

.renewal-house-point{
	background:#f8fbff;
}

.renewal-house-point__box{
	background:#f3f8ff;
	border-radius:16px;
	padding:22px 18px;
	box-sizing:border-box;
}

.renewal-house-point__box ul{
	margin:0;
	padding:0;
	list-style:none;
}

.renewal-house-point__box li{
	position:relative;
	padding-left:26px;
	margin-bottom:12px;
	color:#222;
	font-size:13px;
	font-weight:500;
	line-height:1.75;
}

.renewal-house-point__box li:last-child{
	margin-bottom:0;
}

.renewal-house-point__box li::before{
	content:"";
	position:absolute;
	left:0;
	top:7px;
	width:14px;
	height:14px;
	border-radius:50%;
	background:#005bbb;
}

.renewal-house-menu{
	padding:55px 15px;
	background:#fff;
}

.renewal-house-menu__list{
	display:flex;
	flex-direction:column;
	gap:16px;
}

.renewal-house-menu__item{
	background:#fff;
	border:1px solid #d7e8f8;
	border-radius:16px;
	padding:20px 18px;
	box-shadow:0 8px 22px rgba(0,72,150,0.08);
	box-sizing:border-box;
}

.renewal-house-menu__head{
	padding-bottom:12px;
	margin-bottom:12px;
	border-bottom:1px solid #d7e8f8;
}

.renewal-house-menu__head h3{
	margin:0 0 8px;
	color:#005bbb;
	font-size:18px;
	font-weight:700;
	line-height:1.4;
}

.renewal-house-menu__head p{
	margin:0;
	color:#005bbb;
	font-size:24px;
	font-weight:700;
	line-height:1;
}

.renewal-house-menu__item span{
	display:block;
	color:#222;
	font-size:13px;
	font-weight:500;
	line-height:1.75;
}


/*--------------------------------------
aircon add contents SP
--------------------------------------*/

.renewal-aircon-section-label{
	margin:0 0 10px;
	color:#005bbb;
	font-family:Georgia, "Times New Roman", serif;
	font-size:11px;
	font-weight:700;
	letter-spacing:0.12em;
}

.renewal-aircon-warranty{
	padding:55px 5%;
	background:#f8fbff;
}

.renewal-aircon-warranty__box{
	background:#fff;
	border-radius:18px;
	overflow:hidden;
	box-shadow:0 8px 22px rgba(0,72,150,0.08);
}

.renewal-aircon-warranty__text{
	padding:26px 20px;
	box-sizing:border-box;
}

.renewal-aircon-warranty__text h2{
	margin:0 0 18px;
	color:#005bbb;
	font-size:24px;
	font-weight:700;
	line-height:1.55;
	letter-spacing:0.04em;
}

.renewal-aircon-warranty__text p{
	margin:0 0 18px;
	color:#222;
	font-size:13px;
	font-weight:500;
	line-height:1.9;
}

.renewal-aircon-warranty__text ul{
	margin:0;
	padding:0;
	list-style:none;
}

.renewal-aircon-warranty__text li{
	position:relative;
	padding-left:26px;
	margin-bottom:10px;
	color:#222;
	font-size:13px;
	font-weight:700;
	line-height:1.6;
}

.renewal-aircon-warranty__text li::before{
	content:"";
	position:absolute;
	left:0;
	top:5px;
	width:16px;
	height:16px;
	border-radius:50%;
	background:#005bbb;
}

.renewal-aircon-warranty__text li::after{
	content:"";
	position:absolute;
	left:5px;
	top:8px;
	width:5px;
	height:8px;
	border-right:2px solid #fff;
	border-bottom:2px solid #fff;
	transform:rotate(45deg);
}

.renewal-aircon-warranty__photo{	width:100%;
}

.renewal-aircon-warranty__photo img{
	display:block;
	width:100%;
}


.renewal-aircon-beforeafter{
	padding:55px 5%;
	background:#fff;
}

.renewal-aircon-beforeafter__lead{
	margin:0 0 24px;
	color:#222;
	font-size:13px;
	font-weight:500;
	line-height:1.8;
	text-align:center;
}

.renewal-aircon-beforeafter__lead br{
	display:none;
}

.renewal-aircon-beforeafter__photo{
	border-radius:18px;
	overflow:hidden;
	box-shadow:0 8px 22px rgba(0,72,150,0.10);
	background:#fff;
}

.renewal-aircon-beforeafter__photo img{
	display:block;
	width:100%;
	height:auto;
}