@charset "utf-8";

/*____________________________________________________________
index sp
*/
@charset "utf-8";

@media screen and (max-width: 750px) {

/* = mod-heading-base
----------------------------------------------- */
.mod-heading-base {
	margin-bottom: 20px;
	border: 1px solid #bdc8ca;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
		border-radius: 5px;
	-webkit-box-shadow: 0 1px 3px 3px #f3f3f3;
	   -moz-box-shadow: 0 1px 3px 3px #f3f3f3;
		box-shadow: 0 1px 3px 3px #f3f3f3;
	background: #fff;
	background: #fff url(../../../img/page/index/bg_heading_line_ore.png) no-repeat right top;
}
.mod-heading-base .heading {
	padding: 18px 0px 13px 20px;
	font-size: 276.9%; /* 36px */
}

/* = mod-direction
----------------------------------------------- */
.mod-direction {
	margin-bottom: 20px;
	padding: 10px 20px;
	background-color: #fff;
	border: 1px solid #bdc8ca;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
		border-radius: 5px;
	-webkit-box-shadow: 0 0 5px 0 #e8ebeb;
	   -moz-box-shadow: 0 0 5px 0 #e8ebeb;
		box-shadow: 0 0 5px 0 #e8ebeb;
}

/* = mod-articleEdit
----------------------------------------------- */
.mod-articleEdit {
	padding: 20px;
	margin-bottom: 20px;
	border: 1px solid #d5e6ea;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
		border-radius: 5px;
	background-color: #eff5f5;
	-webkit-box-shadow: inset 0 0 5px 0 rgba(124, 138, 142, 0.14);
	   -moz-box-shadow: inset 0 0 5px 0 rgba(124, 138, 142, 0.14);
		box-shadow: inset 0 0 5px 0 rgba(124, 138, 142, 0.14);
}
.mod-articleEdit .heading {
	padding-left: 16px;
	line-height: 20px;
	background: url(../../../img/common/icon/heading_small_gray.png) no-repeat 0 0;
	font-size: 115.4%; /* 15px */
	font-weight: bold;
	margin-bottom: 20px;
}
.mod-articleEdit .edit,
.mod-articleEdit .linkToList a {
	background-image: url(../../../img/common/icon/anchor_arrow.png);
	background-repeat: no-repeat;
}
.mod-articleEdit .edit {
	vertical-align: top;
	padding-left: 14px;
	line-height: 1.4;
	margin-bottom: 10px;
	background-position: left top;
}
.mod-articleEdit .linkToList {
	text-align: right;
}
.mod-articleEdit .linkToList a {
	padding-left: 14px;
	background-position: left center;
}


/* = mod-relatedLinkList
----------------------------------------------- */
.mod-relatedLinkList {
	margin-bottom: 20px;
	padding: 12px 21px 6px;
	background-color: #fff;
	border: 1px solid #bdc8ca;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
		border-radius: 5px;
	-webkit-box-shadow: 0 0 5px 0 #e8ebeb;
	   -moz-box-shadow: 0 0 5px 0 #e8ebeb;
		box-shadow: 0 0 5px 0 #e8ebeb;
}
.mod-relatedLinkList .hNoBorder {
	margin: -11px -20px 4px;
	padding: 10px 20px 9px;
	background: #fff url(../../../img/common/bg/heading_gradation_gray.png) repeat-x 0 100%;
}
.mod-relatedLinkList .heading {
	padding-left: 16px;
	line-height: 20px;
	background: url(../../../img/common/icon/heading_small.png) no-repeat 0 0;
	font-size: 115.4%; /* 15px */
	font-weight: bold;
}
.mod-relatedLinkList ul {
	margin-right: -5px;
	line-height: 2.0;
}
.mod-relatedLinkList li {
	display: inline;
	margin-right: 10px;
	line-height: 1.0;
	white-space: nowrap;
}
.ie7 .mod-relatedLinkList li {
	margin-top: .4em;
	margin-bottom: .4em;
	zoom: 1;
}
.mod-relatedLinkList a.arrow {
	padding-left: 11px;
	background: url(../../../img/common/icon/anchor_arrow.png) no-repeat -3px 50%;
}


/* = mod-theme
----------------------------------------------- */
.mod-theme {
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid #bdc8ca;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
		border-radius: 5px;
	-webkit-box-shadow: 0 0 5px 0 #e8ebeb;
	   -moz-box-shadow: 0 0 5px 0 #e8ebeb;
		box-shadow: 0 0 5px 0 #e8ebeb;
}
/* 見出し */
.mod-theme .hBorder {
	background: url(../../../img/common/bg/heading_gradation_gray.png) repeat-x 0 100%;
	border-bottom: 2px solid #ED6103;
	margin: 1px 1px 0;
	padding: 11px 20px;
}
.mod-theme .hBorder .heading {
	font-size: 138.5%;
	font-weight: bold;
}
.mod-theme .hBorder .listLink {
	margin-top: -1.2em;
	padding-bottom: 0.2em;
	text-align: right;
}
.mod-theme .hBorder .listLink a {
	padding-left: 14px;
	background: url(../../../img/common/icon/anchor_arrow.png) no-repeat 0 50%;
}

/* テーマ */
.mod-theme .themeList {
	padding: 0 0 21px 21px;
}
.mod-theme .themeList .theme {
	min-height: 45px;
	width: 96px;
	margin-right: 16px;
	display: inline-block;
	vertical-align: top;
	padding-top: 20px;
	padding-left: 55px;
	position: relative;
}
.ie7 .mod-theme .themeList .theme {
	display: inline;
}
.mod-theme .themeList .theme .thumbnail {
	top: 20px;
	left: 0;
	position: absolute;
	vertical-align: bottom;
	max-height: 43px;
	max-width: 43px;
}
.mod-theme .themeList .theme a img {
	border-width: 1px;
}
.mod-theme .themeList .theme .title {
	line-height: 1.5;
}


/* clearFix */
.mod-theme .themeList ul:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}
.ie .mod-theme .themeList ul {
	zoom: 1;
}



/* smartphone index 201210 ca */

/* common */
#contents{
	width: 100%;
	color: #282828;
    font-family: 'LIFULL FONT', '游ゴシック', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
}
#contents .sec-wrap{
	width: 100%;
}
#contents .inner{
	width: 92%;
	margin: 0 auto;
}
/* common text */
#contents{
	font-size: 62.5%;
}
p{
	font-size: 1rem;
}
.colored{
	color: #ec6103;
}
.bold{
	font-weight: bold;
}
.centering{
	text-align: center;
}

/* header */
#header{
	width: 100%;
	background-color: #fff;
}
.mod-header{
	margin: 0;
	padding: 0;
}
.mod-header .inner{
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	  -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
	width: 100%;
	height: 10vw;
	margin: 10% auto;
	padding: 1.6vw 0;
}
.headerLogoPic{
	width: min(208px, 28vw);
}
.headerText{
	width: 29%;
}
.headerTextPic{
	width: 100%;
}


/* contents */
/* fv */
.mod-fv{
	width: 100%;
	background-color: #ec6103;
	margin-bottom: 8.8vw;
}
#contents .mod-fv .inner{
	width: 100%;
	margin: 0 auto;
}
.mod-fv .inner .fvHero{
	width: 100%;
}
/* nav */
.navTitle{
	margin: 0 auto 4vw;
	width: 92%;
}
.navTitlePic{
	width: 100%;
}

.navBox{
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
  	width: 100%;
  	margin: 0 auto 11vw;
}
.navBoxLink{
	width: 100%;
	margin-bottom: 1.5vw;
}
.navBox .navBoxList{
	width: 100%;
}
.navBoxPic{
	width: 100%;
}
.navOffer{
	width: 73.8vw;
	margin: 0 auto 8vw;
}
.navOfferPic{
	width: 100%;
}

/* content */
.mod-content{
	width: 100%;
	padding-bottom: 18vw;
	margin-bottom: -18vw;
}
#mod-content01{
	background-color: #fdefe5;
}
#mod-content03{
	background-color: #fdefe5;
}
.mod-contentTitle{
	width: 100%;
	background-color: #ec6103;
}
.titleText{
	margin: 0 auto 13.3vw;
}
#mod-content04 .titleText{
	padding: 5.5vw 0;
}
.titleTextPic{
	width: 100%;
	text-align: left;
}

.infoTitle{
	order: 1;
	width: 100%;
	margin: 0 auto 5.4vw;
}
.infoTitlePic{
	width: auto;
	height: 8vw;
}
.contentInfoFlex{
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	width: 100%;
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
  	margin-bottom: 15vw;
}

.infoPicture{
	order: 3;
	width: 100%;
	margin-bottom: 5.3vw;
}
.infoPicturePic{
	width: 100%;
}

.infoSubtitle{
	order: 2;
	font-size: 4.7vw;
	line-height: 1.3em;
	letter-spacing: -0.06em;
	font-weight: bold;
	margin: 0 auto 6vw;
	width: 100%;
}
.infoText{
	order: 5;
	width: 100%;
	padding: 0 1.2vw;
	font-size: 4.7vw;
	line-height: 1.4em;
	text-align:justify;
	font-weight: 500;
	letter-spacing: -0.06em;
}
.infoSubtext{
	font-size: 3.6vw;
}

.infoBtn{
	width: 100%;
}
.infoBtnLink{
	order: 4;
	margin-bottom: 5.3vw;
}
/* 例外レイアウトの調整用 */
.infoBtnMarginAdjust01{
	margin-bottom: 3vw;
}
.infoBtnPic{
	width: 100%;
}

.onlineLink {
	order: 4;
	margin-bottom: 5.3vw;
}


/* offer */
.mod-offer{
	width: 100vw;
	background-color: #ec6103;
}
#contents .mod-offer .inner {
	width: 100%;
	margin: 0;
}
.offerPicture  img{
	width: 100%;
	margin: 0 auto;
}

/* securityaArea */
.mod-securityArea {
    font-size: 12px
}

.mod-securityArea .securityAreaInner {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
    color: #000;
    line-height: 1.5
}

.mod-securityArea .securityArea__title {
    font-weight: 700;
    background-color: #f7f7f7;
    padding: 10px;
    margin: 0 10px 20px
}

.mod-securityArea .securityArea__contents {
    display: flex
}

.mod-securityArea .securityArea__contentsItem {
    width: 50%;
    padding: 6px 10px 0;
    box-sizing: border-box
}

.mod-securityArea .securityArea__contentsItem+.securityArea__contentsItem {
    border-left: 1px solid #ccc
}

.mod-securityArea .securityContents__img {
    text-align: center;
    margin: 0 0 15px
}

.mod-securityArea .securityContents__img a {
    display: inline-block
}

.mod-securityArea .securityContents__text {
    line-height: 1.6
}

.mod-securityArea .securityContents__textTitle {
    font-weight: 700
}
/* footer pc非表示 */
#footer div.pc{
	display: none;
}
#footer div.sp{
	display: block;
}


}
/* max-width:750px; */


/*____________________________________________________________
index pc
*/
@media screen and (min-width: 751px) {

/* = mod-heading-base
----------------------------------------------- */
.mod-heading-base {
	margin-bottom: 20px;
	border: 1px solid #bdc8ca;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
		border-radius: 5px;
	-webkit-box-shadow: 0 1px 3px 3px #f3f3f3;
	   -moz-box-shadow: 0 1px 3px 3px #f3f3f3;
		box-shadow: 0 1px 3px 3px #f3f3f3;
	background: #fff;
	background: #fff url(../../../img/pc/page/index/bg_heading_line_ore.png) no-repeat right top;
}
.mod-heading-base .heading {
	padding: 18px 0px 13px 20px;
	font-size: 276.9%; /* 36px */
}

/* = mod-direction
----------------------------------------------- */
.mod-direction {
	margin-bottom: 20px;
	padding: 10px 20px;
	background-color: #fff;
	border: 1px solid #bdc8ca;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
		border-radius: 5px;
	-webkit-box-shadow: 0 0 5px 0 #e8ebeb;
	   -moz-box-shadow: 0 0 5px 0 #e8ebeb;
		box-shadow: 0 0 5px 0 #e8ebeb;
}


/* = mod-articleEdit
----------------------------------------------- */
.mod-articleEdit {
	padding: 20px;
	margin-bottom: 20px;
	border: 1px solid #d5e6ea;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
		border-radius: 5px;
	background-color: #eff5f5;
	-webkit-box-shadow: inset 0 0 5px 0 rgba(124, 138, 142, 0.14);
	   -moz-box-shadow: inset 0 0 5px 0 rgba(124, 138, 142, 0.14);
		box-shadow: inset 0 0 5px 0 rgba(124, 138, 142, 0.14);
}
.mod-articleEdit .heading {
	padding-left: 16px;
	line-height: 20px;
	background: url(../../../img/common/icon/heading_small_gray.png) no-repeat 0 0;
	font-size: 115.4%; /* 15px */
	font-weight: bold;
	margin-bottom: 20px;
}
.mod-articleEdit .edit,
.mod-articleEdit .linkToList a {
	background-image: url(../../../img/common/icon/anchor_arrow.png);
	background-repeat: no-repeat;
}
.mod-articleEdit .edit {
	vertical-align: top;
	padding-left: 14px;
	line-height: 1.4;
	margin-bottom: 10px;
	background-position: left top;
}
.mod-articleEdit .linkToList {
	text-align: right;
}
.mod-articleEdit .linkToList a {
	padding-left: 14px;
	background-position: left center;
}


/* = mod-relatedLinkList
----------------------------------------------- */
.mod-relatedLinkList {
	margin-bottom: 20px;
	padding: 12px 21px 6px;
	background-color: #fff;
	border: 1px solid #bdc8ca;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
		border-radius: 5px;
	-webkit-box-shadow: 0 0 5px 0 #e8ebeb;
	   -moz-box-shadow: 0 0 5px 0 #e8ebeb;
		box-shadow: 0 0 5px 0 #e8ebeb;
}
.mod-relatedLinkList .hNoBorder {
	margin: -11px -20px 4px;
	padding: 10px 20px 9px;
	background: #fff url(../../../img/common/bg/heading_gradation_gray.png) repeat-x 0 100%;
}
.mod-relatedLinkList .heading {
	padding-left: 16px;
	line-height: 20px;
	background: url(../../../img/common/icon/heading_small.png) no-repeat 0 0;
	font-size: 115.4%; /* 15px */
	font-weight: bold;
}
.mod-relatedLinkList ul {
	margin-right: -5px;
	line-height: 2.0;
}
.mod-relatedLinkList li {
	display: inline;
	margin-right: 10px;
	line-height: 1.0;
	white-space: nowrap;
}
.ie7 .mod-relatedLinkList li {
	margin-top: .4em;
	margin-bottom: .4em;
	zoom: 1;
}
.mod-relatedLinkList a.arrow {
	padding-left: 11px;
	background: url(../../../img/common/icon/anchor_arrow.png) no-repeat -3px 50%;
}


/* = mod-theme
----------------------------------------------- */
.mod-theme {
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid #bdc8ca;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
		border-radius: 5px;
	-webkit-box-shadow: 0 0 5px 0 #e8ebeb;
	   -moz-box-shadow: 0 0 5px 0 #e8ebeb;
		box-shadow: 0 0 5px 0 #e8ebeb;
}
/* 見出し */
.mod-theme .hBorder {
	background: url(../../../img/common/bg/heading_gradation_gray.png) repeat-x 0 100%;
	border-bottom: 2px solid #ED6103;
	margin: 1px 1px 0;
	padding: 11px 20px;
}
.mod-theme .hBorder .heading {
	font-size: 138.5%;
	font-weight: bold;
}
.mod-theme .hBorder .listLink {
	margin-top: -1.2em;
	padding-bottom: 0.2em;
	text-align: right;
}
.mod-theme .hBorder .listLink a {
	padding-left: 14px;
	background: url(../../../img/common/icon/anchor_arrow.png) no-repeat 0 50%;
}

/* テーマ */
.mod-theme .themeList {
	padding: 0 0 21px 21px;
}
.mod-theme .themeList .theme {
	min-height: 45px;
	width: 96px;
	margin-right: 16px;
	display: inline-block;
	vertical-align: top;
	padding-top: 20px;
	padding-left: 55px;
	position: relative;
}
.ie7 .mod-theme .themeList .theme {
	display: inline;
}
.mod-theme .themeList .theme .thumbnail {
	top: 20px;
	left: 0;
	position: absolute;
	vertical-align: bottom;
	max-height: 43px;
	max-width: 43px;
}
.mod-theme .themeList .theme a img {
	border-width: 1px;
}
.mod-theme .themeList .theme .title {
	line-height: 1.5;
}


/* clearFix */
.mod-theme .themeList ul:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}
.ie .mod-theme .themeList ul {
	zoom: 1;
}

/* index 201210 ca */

/* common */
#contents{
	width: 100%;
	color: #282828;
    font-family: 'LIFULL FONT', '游ゴシック', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
}
#contents .sec-wrap{
	width: 100%;
}
#contents .inner{
	width: 960px;
	margin: 0 auto;
}
/* common text */
#contents{
	font-size: 62.5%;
}
p{
	font-size: 1rem;
}
.colored{
	color: #ec6103;
}
.bold{
	font-weight: bold;
}
.centering{
	text-align: center;
}

/* header */
#header{
	width: 100%;
	height: 100px;
}
.mod-header{
	margin: 0;
	padding: 0;
}
.mod-header .inner{
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	  -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
	width: 100%;
	padding: 42px 0;
}

/* contents */
/* fv */
.mod-fv{
	width: 100%;
	background-color: #ec6103;
	height: 568px;
	margin-bottom: 38px;
}
/* nav */
.navTitle{
	margin: 0 auto 20px;
	width: 66%;
}
.navBox{
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
  	width: 100%;
  	margin: 0 auto 70px;
}
.navBox .navBoxLink{
	width: 49%;
	margin-bottom: 2%;
}
.navBoxLink:nth-of-type(1),.navBoxLink:nth-of-type(3){
	margin-right: 2%;
}
.navBox .navBoxLink img{
	width: 100%;
}
.navOffer{
	width: 66%;
	margin: 0 auto 48px;
}

/* content */
.mod-content{
	width: 100%;
	padding-bottom: 50px;
}
#mod-content01{
	background-color: #fdefe5;
	margin-bottom: -50px;
}
#mod-content02 .mod-contentInfo.contentInfoMarginAdjust{
	margin-bottom: 87px;
}
#mod-content03{
	background-color: #fdefe5;
}

.mod-contentInfo {
	clear: both;
}
.mod-contentTitle{
	width: 100%;
	background-color: #ec6103;
}
.titleText{
	padding: 16px 0;
	margin: 0 auto 100px;
	width: fit-content;
}

.infoTitle{
	float: right;
	width: 47%;
	margin: 0 0 24px;
}

.contentInfoFlex{
	width: 100%;
	min-height: 290px;
	margin-bottom: 100px;
}

.infoPicture{
	float: left;
	width: 455px;
	position: relative;
}
/* .infoPicture 例外用 */
.infoPictureMarginAdjust{
	align-self: center;
	text-align: center;
}

.infoSubtitle{
	float: right;
	width: 47%;
	font-size: 22px;
	line-height: 1.3em;
	font-weight: bold;
	margin-bottom: 18px;
}
.infoSubtitle.kerningAdjust {
	letter-spacing: -0.04em;
}

span.sp, br.sp {
	display: none;
}

.infoText{
	float: right;
	width: 47%;
	margin-bottom: 26px;
	font-size: 16px;
	line-height: 1.6em;
	text-align:justify;
	font-weight: 500;
}
.infoText br.sp{
	display: none;
}

.infoSubtext{
	line-height: 1;
	font-size: 12px;
}

.infoBtn{
	margin: 0 auto;
	text-align: center;
}
.infoBtnLink {
	float: right;
	width: 47%;
}

/* infoTextが3行の場合の調整 */
.line3Ajust .infoTitle{
	margin: 0 0 32px;
}
.line3Ajust .infoSubtitle{
	margin: 0 0 28px;
}
.line3Ajust .infoText{
	margin: 0 0 34px;
}

/* infoTextが5行の場合の調整 */
.line5Ajust .infoTitle{
	margin: 0 0 18px;
}
.line5Ajust .infoSubtitle{
	margin: 0 0 12px;
}
.line5Ajust .infoText{
	margin: 0 0 12px;
}

/* レイアウト左右逆 */
.mod-contentInfo.reverse .infoPicture{
	float: right;
	text-align: right;
}
.mod-contentInfo.reverse .infoTitle,
.mod-contentInfo.reverse .infoSubtitle,
.mod-contentInfo.reverse .infoText,
.mod-contentInfo.reverse .infoBtnLink
{
	float: left;
}

/* 03オンライン対応 調整  */
#mod-content03 .infoTitle {
	margin: 36px 0 30px;
}
#mod-content03 .infoPicture {
	margin-bottom: 20px;
}
/* 例外レイアウトの調整用 */
.infoBtnMarginAdjust01{
	margin-bottom: 10px;
}


/* offer */
.mod-offer{
	width: 100%;
	background-color: #ec6103;
}

/* securityaArea */
.mod-securityArea {
    min-width: 940px;
    margin: 0 auto;
    padding-bottom: 40px;
    background-color: #fff
}

.mod-securityArea .securityAreaInner {
    width: 940px;
    margin: 0 auto;
    color: #000;
    line-height: 1.5
}

.mod-securityArea .securityArea__title {
    font-weight: 700;
    background-color: #eff5f5;
    padding: 11px;
    text-align: center;
    margin-bottom: 18px
}

.mod-securityArea .securityArea__contents {
    display: flex;
    justify-content: space-between;
    font-size: 92.307%
}

.mod-securityArea .securityArea__contentsItem {
    width: calc(50% - 20px);
    display: flex
}

.mod-securityArea .securityContents__img a {
    display: inline-block
}

.mod-securityArea .securityContents__text {
    margin-left: 20px;
    line-height: 1.6
}

.mod-securityArea .securityContents__textTitle {
    margin-bottom: 4px;
    font-weight: 700
}

.ui-svg-icon {
    display: inline-block
}

.ui-svg-icon>svg {
    vertical-align: -12.5%
}


/* footer sp非表示 */
#footer div.sp{
	display: none;
}
#footer div.px{
	display: block;
}


}
/* /index pc */

/* PC・SP共通 */
/* スライド */
.slick-arrow {
	position: absolute;
	z-index: 2;
	cursor: pointer;
}
.prev-arrow {
	top: 48%;
	left: min(10px, 4.5vw);
}
.next-arrow {
	top: 48%;
	right: min(10px, 4.5vw);
}