@charset "utf-8";
html{
	font-size: 16px;
}
body{
	margin: 0;
}
.contents{
	margin:0;
	padding:0;
	font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.6;
	font-size: 16px;
	overflow: hidden;
}
.contents ul,.contents li,.contents figure{
	list-style: none;
	margin: 0;
	padding: 0;
}
.contents img {
	max-width: 100%;
	height: auto;
}
.contents p{
	line-height: 1.8;
}

@media screen and (min-width: 768px) {
	br.pc-none{
		display: none;
	}
}

section .container{
	max-width: 1100px;
	margin: 0 auto;
	padding: 100px 10px;
	text-align: center;
}
section .ttlArea{
	position: relative;
}
section .ttlArea h2{
	color: #003459;
	text-align: center;
	margin-bottom: 4em;;
}
section .ttlArea h2 span{
	font-family: 'Oswald', sans-serif;
	font-style: italic;
	font-size: 3.125rem;
	font-weight: 300;
	letter-spacing: 0.1em;
	display: block;
}
section .ttlArea h2 strong{
	display: block;
	letter-spacing: 0.1em;
	font-size: 1.25rem;
}
.works ul,
.why ul,
.plan ul,
.case ul{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	margin: 2em auto;
	width: 100%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	justify-content: center;
}
.plan ul.subList{
	margin: 0 auto;
}
.works ul img,
.why ul img,
.case ul img {
	display: block;
	max-width: 100%;
	height: auto;
}
.works ul li,
.why ul li {
  margin: 0 0 40px;
  padding: 0;
  width: 100%;
}
.plan ul.mainList li.mainList,
.case ul li {
  margin: 0 0 20px;
  padding: 0;
  width: 100%;
}
.works ul li {
	margin: 0 20px 20px 0;
	width: calc(50% - 20px);
}
.works ul li:nth-child(2n) {
	margin-right: 0;
}
@media all and (min-width: 768px) {
	.works ul li,
	.why ul li,
	.case ul li {
		margin: 0 40px 40px 0;
    width: calc(50% - 40px);
  }
	.case ul li:nth-child(2n),
	.why ul li:nth-child(2n) {
		margin-right: 0;
	}
	.plan ul.subList li {
		width: calc(50% - 20px);
	}
	.plan ul.mainList li.mainList {
		width: calc(50% - 20px);
		margin: 0 20px 20px 0;
	}
	.plan ul.mainList li.mainList:nth-child(2n + 1) {
		margin-right: 0;
	}
}
@media all and (min-width: 992px) {
	.works ul li,
	.why ul li,
	.case ul li {
  	width: calc(33.3333% - 40px);
	}
	.works ul li:nth-child(2n) ,
	.why ul li:nth-child(2n) ,
	.case ul li:nth-child(2n) {
		margin-right: 40px;
	}
	.works ul li:nth-child(3n),
	.why ul li:nth-child(3n),
	.case ul li:nth-child(3n) {
		margin-right: 0;
	}
}


/* main */
.main {
	position: relative;
}
.main .swiper-wrapper .swiper-slide {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 700px;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.main .swiper-wrapper .swiper-slide .text-area{
	max-width: 1100px;
	margin: 0 auto;
	padding-top: 400px;
	padding-right: 20px;
}
.main .swiper-wrapper .swiper-slide .text-area .sub-title{
	font-size: 1.75rem;
	background-color: #fff;
	width: 13em;
	padding: 0.5em 0.8em;
	margin-left: auto;
	font-weight: bold;
}
.main .swiper-wrapper .swiper-slide .text-area .main-title{
	margin-top: 0.5em;
	margin-bottom: 0;
	line-height: 5.5em;
	text-align: right;
	padding-top: 0;
	font-weight: bold;
}
.main .swiper-wrapper .swiper-slide .text-area .main-title span{
	font-size: 3rem;
	background-color: #fff;
	padding: 0.2em 0.4em;
	margin-left: auto;
	margin-bottom: 0.4em;
}
.footstepBox{
	position: absolute;
	top: 10px;
	left: 50%;
	width: 902px;
	margin-top: 0px;
	margin-left: -451px;
	z-index: 100;
	font-size: 12px;
	text-align: left;
}
.footstepBox,
.footstepBox a{
	color: #fff !important;
}

@media screen and (max-width: 960px) {
	.main .swiper-wrapper .swiper-slide .text-area .sub-title {
		padding: 0.3em 0.8em;
	}
	.main .swiper-wrapper .swiper-slide .text-area .main-title span {
		font-size: 2.4rem;
	}
	.footstepBox {
		left: 20px;
		margin-left: 0;
		width: auto;
	}
}
@media screen and (max-width: 767px) {
	.footstepBox {
		left: 10px;
		padding-top: 0;
		font-size: 10px;
	}
}


/* works */
section.works{
	background: url(../img/works_bg.gif) repeat;
	text-align: center;
	color: #fff;
}
.works h1 {
	position: relative;
	margin-bottom: 40px;
	color: #fff;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
}
.works h1::before,
.works h1::after {
	content: '';
	position: absolute;
	top: 50%;
	width: 180px;
	height: 1px;
	background: #fff;
}
.works h1::before {
	left: calc(50% - 300px);
}
.works h1::after {
	right: calc(50% - 300px);
}
.works h2{
	font-size: 1.875rem;
	margin-bottom: 2.0em;
	line-height: 1.6;
}
.works h2 span{
	background: linear-gradient(transparent 80%, #058ED5 80%);
}
.works ul li figcaption{
	font-weight: bold;
	margin-top: 0.3em;
}
.works .balloon {
	color: #EEFF00;
	font-size: 1.5rem;
	font-weight: bold;
	position: relative;
	display: inline-block;
	border: solid 2px #EEFF00;
	padding: 1.0em 1.0em; 
	min-width: 310px;
	max-width: 100%;
	text-align: center;
	margin-bottom: 0.8em;
}
.works .balloon:before,
.works .balloon:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.works .balloon:before {
	border: solid 12px transparent;
	border-top: solid 12px #EEFF00;
}
.works .balloon:after {
	border: solid 14px transparent;
	border-top: solid 14px #00AFDD;
	margin-top: -5px;
}
.works .balloon p {
	margin: 0;
	padding: 0;
}
.works .balloon span{
	font-size: 1.83em;
}
.works .text_area p{
	font-size: 1.125rem;
	line-height: 1.8;
}
.works .text_area p.more{
	font-size: 1.5rem;
	font-weight: bold;
}
.works .text_area p.more span {
	background:linear-gradient(transparent 60%, #058ED5 60%);
}


/* howto */
.howto,
.plan{
	background: #E2F0F3;
}
.howto .howto-box{
	width: 90.90%;
	position: relative;
}
.howto .howto-box.howto01{
	margin-bottom: 200px;
}
.howto .howto-box.howto02{
	margin-left: 10%;
	margin-bottom: 150px;
}
.howto .howto-box .text-area{
	width: 40%;
	background: #fff;
	position: absolute;
	top: 0;
	z-index: 10;
	padding: 7% 3%;
	box-sizing: border-box;
  position: relative;
	z-index: 10;
	box-shadow: 0 0 8px rgba(76, 146, 183, .5);
}
.howto .howto-box.howto01 .text-area{
	left: 57%;
}
.howto .howto-box.howto02 .text-area{
	left: 0;
}
.howto .howto-box .text-area::before {
	content: "";
	top: 5px;
	left: 5px;
	border-bottom: 40px solid transparent;
	border-left: 40px solid #00AFDD;
	position: absolute;
	z-index: 100;
}
.howto .howto-box .text-area h2{
	color: #00AFDD;
	text-align: center;
	margin-bottom: 1.75em;
	font-size: 1.75rem;
}
.howto .howto-box .text-area p{
	text-align: left;
}
.howto .howto-box .howto-slider{
	position: absolute;
	width: 67.2%;
	top: 10%;
	z-index: 5;
}
.howto .swiper-wrapper {
	width: 100%;
}
.howto .swiper-slide {
	color: #ffffff;
	width: 100%;
	text-align: center;
}
.howto .swiper-parent {
	position: relative;
}
.howto .swiper-container {
	box-sizing: content-box;
}
.howto .swiper-pagination-bullet{
	border-radius: 0!important;
	width: 14px!important;
	height: 14px!important;
}
.howto .swiper-pagination{
	position: static!important;
	margin-top: 10px;
}
.howto .howto-box.howto01 .howto-slider{
	left: 0;
}
.howto .howto-box.howto02 .howto-slider{
	left: 30%;
}
.howto .howto-box .swiper-parent {
	position: relative;
}
.howto .howto-box .swiper-container {
	padding-bottom: 50px;
	box-sizing: content-box;
}
.howto .howto-box .swiper-button-prev, .howto .howto-box .swiper-button-next {
	top: calc((100% - 50px) * 0.5);
}
@media screen and (max-width: 1000px) {
	.howto .howto-box{
		width: 100%;
	}
	.howto .howto-box.howto02{
		margin-left: 0;
	}
}
@media screen and (max-width: 767px) {
	.howto .howto-box{
		margin-bottom: 50px;
		margin-left: 0;
		position: static;
	}
	.howto .howto-box .text-area{
		width: 100%;
		padding: 7% 20px;
	}
	.howto .howto-box.howto01 .text-area,
	.howto .howto-box.howto01 .howto-slider{
		left: 0;
	}
	.howto .howto-box .text-area h2{
		font-size: 1.0rem;
	}
	.howto .howto-box .howto-slider{
		width: 100%;
		position: static;
	}
	.howto .howto-box.howto01,
	.howto .howto-box.howto02{
		margin-bottom: 50px;
	}
}



/* why */
.why .why_text{
	margin-top: -1.5em;
	margin-bottom: 6.0em;
}
.why ul li{
	position: relative;
}
.why ul li .number{
	text-align: center;
	background: #00AFDD;
	color: #fff;
	width: 46px;
	height: 41px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: bold;
	font-size: 1.5rem;
	padding-top: 5px;
	position: absolute;
	top: -5px;
	left: -5px;
}
.why ul li h3{
	font-size: 1.5rem;
	margin-top: 1.0rem;
	margin-bottom: 0.5rem;
}
.why ul li:nth-child(2) img{
	border: 1px solid #D1D1D1;
}
.why ul li p{
	text-align: left;
	font-size: 0.875rem;
}
.why .check{
	display: flex;
	align-items: flex-end;
	padding: 0 20px;
	max-width: 800px;
	margin: 0 auto;
}
.why .check .balloon{
	border-radius: 11px;
	background: #00afdd;
	width: 77%;
	position: relative;
	display: inline-block;
	margin: 0 15px 0 0;
	padding: 20px 10px;
	min-width: 120px;
	max-width: 100%;
	color: #fff;
}
@media screen and (min-width: 768px) {
.why .check .balloon:before{
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #00afdd;
}
}
.why .check .balloon h4 {
	color: #A6E3F3;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.875rem;
	margin-bottom: -0.5em;
}
.why .check .balloon p {
	font-size: 1.25rem;
	font-weight: bold;
}
.why .check .balloon p span {
	font-size: 120%;
	color: #FFF700;
}
.why .check .balloon p.note {
	font-weight: normal;
	font-size: 90%;
}
.why .check .woman{
	width: 23%;
}

/* plan */
.plan{
	background:#E2F0F3;
}
.plan ul.mainList li.mainList{
	background: #fff;
	box-sizing: border-box;
	padding: 20px;
	box-shadow: 0 0 8px rgba(76, 146, 183, .5);
}
@media all and (min-width: 768px) {
	.plan ul.mainList li.mainList:first-child {
		margin: 0 0 20px 0;
		width: 98%;
	}
}
.plan .btn a:hover{
	opacity: 0.7;
}
.plan ul li h3{
	font-size: 1.5rem;
	color: #00AFDD;
	padding-top: 0.5em;
}
.plan ul li p{
	margin-top: 0;
	font-weight: bold;
}


/* case */
.case .link a{
	display: inline-block;
	background: #00AFDD;
	color: #fff;
	padding: 1.3em 2.6em;
	text-decoration: none;
	font-size: 1.125rem;
	line-height: 1.0;
	margin: 0 auto;
	border-radius: 6px;
}
.case .link a:hover{
	opacity: 0.7;
}


/* FLOW */
.flow {
	background-color: #E2F0F3;
}
.flow p {
	font-size: 16px;
  text-align: center;
	line-height: 1.5;
}
.flow p.attention {
	margin: 5px 0 0;
	font-size: 10px;
	text-align: right;
}
.flow .stepbar {
	display: flex;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	box-shadow: 0 7px 30px rgb(0 0 0 / 0.15);
	list-style: none;
}
.flow .stepbar__item {
	box-sizing: border-box;
	position: relative;
	width: calc(100% / 6);
	height: 200px;
	margin: 0px;
	padding: 1px;
	background: #299100;
}
.flow .stepbar__item:nth-child(1) {
	z-index: 7;
	background-color: #e3e9f1;
}
.flow .stepbar__item:nth-child(2) {
	background-color: #003459;
	color: #fff;
	z-index: 6
}
.flow .stepbar__item:nth-child(3) {
	background-color: #e3e9f1;
	z-index: 5
}
.flow .stepbar__item:nth-child(4) {
	background-color: #cad5e4;
	z-index: 4
}
.flow .stepbar__item:nth-child(5) {
	background-color: #e3e9f1;
	z-index: 3
}
.flow .stepbar__item:nth-child(6) {
	background-color: #cad5e4;
	z-index: 2
}
.flow .stepbar__item:nth-child(7) {
	background-color: #003459;
	z-index: 1;
	color: #fff;
}
.flow .stepbar__item:first-child {
	margin-left: 0;
}
.flow .stepbar__item:last-child {
	margin-right: 0;
}
.flow .stepbar__item-inner {
	display: flex;
	justify-content: center;
	width: 100%;
	height: 100%;
}
.flow .stepbar__item-inner dl {
	padding: 28px 0 0 10px;
	margin: 0;
	text-align: center;
}
.flow .stepbar__item-inner dt {
	margin-bottom: 10px;
	font-size: 24px;
	font-family: 'Oswald', sans-serif;
	font-style: italic;
	font-weight: normal;
}
.flow .stepbar__item-inner dd {
  margin: 0;
  line-height: 1.2;
}
.flow .stepbar__item-inner dd span {
	font-size: 24px;
	display: block;
	margin-bottom: 5px;
}
.flow .stepbar__item:nth-child(1) dd span,
.flow .stepbar__item:nth-child(2) dd span,
.flow .stepbar__item:nth-child(3) dd span,
.flow .stepbar__item:nth-child(5) dd span,
.flow .stepbar__item:nth-child(6) dd span,
.flow .stepbar__item:nth-child(7) dd span {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
.flow .stepbar__item .stepbar__item-inner::after {
	position: absolute;
	content: "";
	top: 0;
	left: calc(100% - 1px);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 100px 0 100px 20px;
}
.flow .stepbar__item:nth-child(1) .stepbar__item-inner::after,
.flow .stepbar__item:nth-child(3) .stepbar__item-inner::after,
.flow .stepbar__item:nth-child(5) .stepbar__item-inner::after {
	border-color: transparent transparent transparent #e3e9f1;
}
.flow .stepbar__item:nth-child(2) .stepbar__item-inner::after {
	border-color: transparent transparent transparent #003459;
}
.flow .stepbar__item:nth-child(4) .stepbar__item-inner::after,
.flow .stepbar__item:nth-child(6) .stepbar__item-inner::after {
	border-color: transparent transparent transparent #cad5e4;
}
.flow .stepbar__item:last-child .stepbar__item-inner::after {
	content: none;
}
@media screen and (max-width: 1200px) {
	.flow .stepbar__item-inner dd span {
		font-size: 20px;
	}
}

@media screen and (max-width: 767px) {
	section .ttlArea h2{
		margin-bottom: 2em;
	}
	section .ttlArea h2 span{
		font-size: 2.25rem;
	}
	section .ttlArea h2 strong{
		font-size: 1rem;
	}
	section .container{
		margin: 0 10px;
		padding: 50px 10px;
	}
	
	/* main */
	.main .swiper-wrapper .swiper-slide{
		background-position: center bottom;
		height: 500px;
	}
	.main .swiper-wrapper .swiper-slide .text-area{
		padding: 340px 10px 0;
	}
	.main .swiper-wrapper .swiper-slide .text-area .sub-title{
		font-size: 1rem;
		margin-left: 0;
		padding: 0.2em 0.5em;
	}
	.main .swiper-wrapper .swiper-slide .text-area .main-title{
		margin-top: 0.3em;
		line-height: 2.5em;
		text-align: left;
		padding-left: 0;
	}
	.main .swiper-wrapper .swiper-slide .text-area .main-title span{
		font-size: 1.5rem;
		margin-bottom: 0.3em;
		margin-left: 0;
	}
	/* works */
	.works h1 {
		margin-bottom: 20px;
		font-size: 28px;
	}
	.works h1::before,
	.works h1::after {
		width: 90px;
	}
	.works h1::before {
		left: calc(50% - 160px);
	}
	.works h1::after {
		right: calc(50% - 160px);
	}
	.works h2{
		font-size: 1.25rem;
		margin-top: 0;
	}
	.works .balloon{
		font-size: 1.25rem;
		padding: 10px;
		min-width: 240px;
	}
	.works .text_area p {
		font-size: 1.0rem;
	}
	.works .text_area p.more {
		font-size: 1.125rem;
	}
	
	/* howto */
	.howto .howto-box.right{
		margin-left: 0%;
	}
	.howto .howto-box{
		position: static;
		width: 100%;
		margin-bottom: 50px;
	}
	.howto .howto-box.right{
		margin-left: 0;
	}
	.howto .howto-box .text-area{
		width: 100%;
		padding: 20px;
		float: none;
		margin-right: 0px;
		margin-top: 0px;
	}
	.howto .howto-box .text-area h2{
		margin-bottom: 1.0em;
		font-size: 1.375rem;
	}
	.howto .howto-box .howto-slider{
		width: 100%;
		float: none;
	}
	.howto .howto-box.right .howto-slider,
	.howto .howto-box.left .howto-slider{
		margin-top: 0;
		margin-left: 0;
	}

	/* why */
	.why ul li h3{
		font-size: 1.25rem;
	}
	.why .check{
		display: block;
	}
	.why .check .balloon{
		position: relative;
		display: inline-block;
		margin: 0 0 30px 0;
		width: auto;
	}
	.why .check .balloon:before{
		content: "";
		position: absolute;
		border: solid 12px transparent;
		border-top: solid 12px #00afdd;
		top: 100%;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.why .check .balloon h4 {
		font-size: 1.5rem;
	}
	.why .check .balloon p {
		font-size: 1rem;
	}
	.why .check .woman{
		width: auto;
	}

	/* plan */
	.plan ul li h3{
		font-size: 1.25rem;
	}

	/* flow */
	.flow .stepbar {
		display: block;
	}
	.flow 	.stepbar__item {
		width: auto;
		height: 60px;
		margin: 0px;
	}
	.flow .stepbar__item .stepbar__item-inner::after {
		position: absolute;
		content: "";
		left: calc(50% - 10px);
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 10px 10px 0 10px;
	}
	.flow .stepbar__item:last-child .stepbar__item-inner::after {
		content: none;
	}
	.flow .stepbar__item:nth-child(2) .stepbar__item-inner::after,
	.flow .stepbar__item:nth-child(4) .stepbar__item-inner::after,
	.flow .stepbar__item:nth-child(6) .stepbar__item-inner::after {
		border-color: #e3e9f1 transparent transparent transparent;
	}
	.flow .stepbar__item:nth-child(3) .stepbar__item-inner::after {
		border-color: #003459 transparent transparent transparent;
	}
	.flow .stepbar__item:nth-child(5) .stepbar__item-inner::after,
	.flow .stepbar__item:nth-child(7) .stepbar__item-inner::after {
		content: "";
		border-color: #cad5e4 transparent transparent transparent;
	}
	.flow .stepbar__item-inner{
		display: block;
	}
	.flow .stepbar__item-inner dl {
		text-align: left;
		display: flex;
		padding: 1.5em 1.0em 1.2em;
	}
	.flow .stepbar__item-inner dt {
		margin-bottom: 0;
		font-size: 18px;
		font-style: normal;
	}
	.flow .stepbar__item-inner dd {
		width: 90%;
    margin: 0;
		text-align: center;
	}
	.flow .stepbar__item-inner dd span {
		font-size: 18px;
		display: inline-block;
		margin-right: 10px;
		margin-bottom: 0;
	}
	.flow .stepbar__item:nth-child(1) dd span,
	.flow .stepbar__item:nth-child(2) dd span,
	.flow .stepbar__item:nth-child(3) dd span,
	.flow .stepbar__item:nth-child(4) dd span,
	.flow .stepbar__item:nth-child(5) dd span,
	.flow .stepbar__item:nth-child(6) dd span,
	.flow .stepbar__item:nth-child(7) dd span {
		padding-top: 0;
		padding-bottom: 0;
	}
	.flow .stepbar__item-inner dd span br {
		display: none;
	}
}

.catalog-bnr {
	margin: 40px 10px 0;
}
.catalog-bnr a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	background: #00AFDD;
	/* border: solid 2px #f8c593; */
	padding: 24px 56px;
	color: #fff;
	font-weight: bold;
	transition: .3s cubic-bezier(.4, .4, 0, 1);
	text-align: left;
}
.catalog-bnr a .left h2 {
	margin-bottom: 12px;
	font-size: 24px;
	line-height: 1.2;
}
.catalog-bnr a .left p {
	margin: 0;
	font-size: 16px;
	line-height: 1.5;
}
.catalog-bnr a .left p.note {
	font-size: 12px;
	font-weight: normal;
}
.catalog-bnr a .left .catalog_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: fit-content;
	padding: 12px 24px;
	margin: 12px 0 4px;
	background: #003459;
	border-radius: 4px;
	color: #fff;
	font-size: 16px;
	line-height: 1.2;
}
.catalog-bnr a .left .catalog_btn span {
	position: relative;
	width: 7px;
	height: 7px;
	transition: .3s cubic-bezier(.4, .4, 0, 1);
}
.catalog-bnr a .left .catalog_btn span::after {
	content: '';
	position: absolute;
	width: 7px;
	height: 7px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	rotate: 45deg;
}
.catalog-bnr a .right img {
	width: 400px;
}
.catalog-bnr a:hover {
	opacity: .7;
	text-decoration: none;
}
.catalog-bnr a:hover .left .catalog_btn span {
	translate: 3px 0;
}
@media screen and (max-width: 960px) {
	.catalog-bnr a {
		flex-direction: column;
		gap: 16px;
		padding: 24px;
	}
}
@media screen and (max-width: 767px) {
	.catalog-bnr {
		margin: 40px 0 0;
	}
	.catalog-bnr a {
		padding: 16px;
	}
	.catalog-bnr a .left h2 {
		font-size: 18px;
	}
	.catalog-bnr a .left p {
		font-size: 14px;
		line-height: 1.3;
	}
	.catalog-bnr a .left .catalog_btn {
		justify-content: space-between;
		width: 100%;
		padding: 12px 16px;
	}
	.catalog-bnr a .right img {
		width: 100%;
	}
}