@charset "UTF-8";
/*
=======================================================
1.BOX
2.MARGIN
3.BUTTON
4.TITLE
5.TOP
6.LOW
7.CONTACT
8.NEWS
9.PRIVACYPOLICY
10.COMPANY
=======================================================
*/
@import url(https://fonts.googleapis.com/earlyaccess/sawarabimincho.css);
body.low{
/* 	margin-top:100px; */
}

@media screen and (max-width: 767px) {
	body{
		margin-top:96px;
	}
}



/* 1.BOX */
.box100{
	width:100%;
}
.topContainer{
	width:1400px;
	margin:auto;
	padding:30px 0;
}
.boxRow{
	display:flex;
	width:100%;
	/*justify-content: space-between;*/
	justify-content: space-around;
	flex-wrap:wrap;
}
.flexAC{
	align-items:center;
}

.box-2-Cell{
	width:48%;
}
.box-3-Cell{
	width:calc(94% / 3);
}
.box-3-Cell-2{
	width:calc((94% / 3)*2);
}
.box-4-Cell{
	width:23%;
}

.topImage{
	width:100%;
	text-align:center;
	min-width:1400px;
}
.topImage img{
	width:100%;
	display:inline-block;
	max-width:1920px;
}


@media screen and (max-width: 1400px) {
	.topContainer{
		width:1200px;
	}
	.topImage{
		min-width:1200px;
	}
	.contactTxt {
		display: block!important;
	}
	.radioBox {
		width: 100%!important;
	}
}
@media screen and (max-width: 1199px) {
	.topContainer{
		width:970px;
	}
	.topImage{
		min-width:970px;
	}
}
@media screen and (max-width: 991px) {
	.topContainer{
		width:750px;
	}
	.topImage{
		min-width:750px;
	}
	.supportTb .box-2-Cell{
		width:100%;
	}
}
@media screen and (max-width: 767px) {
	.box-2-Cell{
		width:100%;
		margin-bottom:30px;
	}
	.box-3-Cell{
		width:100%;
		margin-bottom:30px;
	}
	.box-3-Cell-2{
		width:100%;
		margin-bottom:30px;
	}
	.box-4-Cell{
		width:100%;
		margin-bottom:30px;
	}
	.topContainer{
		width:94%;
	}
	.topImage{
		min-width:100%;
	}
	.spMarB0{
		margin-bottom:0;
	}
}


/* 2.MARGIN */

/* TOP */
.marT30{
	margin-top:30px;
}
.marT50{
	margin-top:50px;
}
/* bottom */
.marB50{
	margin-bottom:50px;
}


/* 3.BUTTON */
.btn01{
	background:#ff981f;
	display:inline-block;
	position:relative;
	height:50px;
	line-height:50px;
	border-radius:25px;
	width:156px;
	transition:0.2s;
}
.btn01:hover{
	opacity:0.7;
}
.btn01 a{
	color:#fff!important;
	font-size:16px;
	font-weight:bold;
	padding:0 30px!important;
	letter-spacing:0;
}
.btn01 a:hover{
	text-decoration:none;
}
.btn01:after{
	content: "\f0a9";
	font-family: FontAwesome;
	position: absolute;
    right: 10px;
    top:0;
    color:#fff;
}
.btn02{
	background:#ff981f;
	display:inline-block;
	position:relative;
	height:26px;
	line-height:26px;
	border-radius:13px;
	width:156px;
	transition:0.2s;
}
.btn02:hover{
	opacity:0.7;
}
.btn02 a{
	color:#fff!important;
	font-size:16px;
	font-weight:bold;
	padding:0 30px!important;
	letter-spacing:0;
}
.btn02 a:hover{
	text-decoration:none;
}
.btn02:after{
	content: "\f0a9";
	font-family: FontAwesome;
	position: absolute;
    right: 10px;
    top:0;
    color:#fff;
}
.btn03 {
	background:#ff981f;
	display:inline-block;
	position:relative;
	height:50px;
	line-height:50px;
	border-radius:25px;
	width: 240px;
	margin:10px;
	transition:0.2s;
}
.btn03:hover{
	opacity:0.7;
}
.btn03 a{
	color:#fff!important;
	font-size:16px;
	font-weight:bold;
	padding:0 50px!important;
	letter-spacing:0;
}
.btn03 a:hover{
	text-decoration:none;
}
.btn03:after{
	content: "\f0a9";
	font-family: FontAwesome;
	position: absolute;
    right: 10px;
    top:0;
    color:#fff;
}
.btn03.prev:after{
	content: unset;
}
.btn03.prev:before{
	content: "\f0a8";
	font-family: FontAwesome;
	position: absolute;
    left: 10px;
    top:0;
    color:#fff;
}
.headerContact{
	width:auto;
	width: auto!important;
    padding: 0 20px;
    display: flex;
    align-items: center;
}

/* 4.TITLE */
.titleCatch{
	text-align:center;
	font-size:22px;
	color:#0068b7;
	letter-spacing:0;
	margin-bottom:10px;
}
.title01{
	font-size:36px;
	color:#333333;
	font-weight:bold;
	text-align:center;
	letter-spacing:0;




}
.hissu {
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    border: 1px solid #2f8ace;
    background: #2f8ace;
    box-sizing: border-box;
    border-radius: 4px;
    width: 52px;
    text-align: center;
    display: block;
    float: right;
    line-height: 22px;
}
.radioBox {
    display: block;
    width: 40%;
    float: left;
}
.radioBox label {
    width: 100%;
}
.checkbox01-parts {
    padding-left: 28px;
    position: relative;
    margin-right: 20px;
    font-size: 16px;
    font-weight: 500!important;
}
.newsTxt {
    font-size: 18px;
    line-height: 1.6;
    word-break: break-all;
    margin-top:  30px;
}
/* 5.TOP */
.bgColor01{
	background:#cde8fc;
}
.bgColor02{
	background-image:url(../img/top_bg1.png),url(../img/top_bg2.png);
	background-position: -19px top, 1569px top;
	background-repeat:no-repeat,no-repeat;
	min-width: 1200px;
}
.topNewsTit{
	text-align:center;
	position:relative;
}
.topNewsTit img{
	display:inline-block;
	vertical-align: text-top;
}
.topNewsTitTxt{
	font-size:22px;
	color:#333333;
	font-weight:bold;
	display:block;
}
.topNewsBtnBox{
	position:absolute;
	top:0;
	right:0;
}
.topNewsBox{
	margin:30px 150px 0;
}
.topNewsRow{
	display:flex;
	align-items: center;
	flex-wrap:wrap;
	padding:10px 0;
}
.topNewsItem{
	font-size:16px;
	color:#033abc;
	font-weight:bold;
	position:relative;
	padding-left: 25px;
	width: 140px;
}
.topNewsItem:before{
	content: "\f0a9";
	font-family: FontAwesome;
	position: absolute;
	left: 0;
	top: -1px;
	color:#00a0e9;
	font-size:18px;
}
.topNewsTxt{
	font-size:16px;
	color:#4b4b4b;
	width:calc(100% - 140px);
}
.topNewsTxt a{
	font-size: 18px;
	color:#4b4b4b;
}
.topCell1 a{
	display:block;
	height:100%;
	transition:0.2s;
}
.topCell1 a:hover{
	opacity:0.7;
	display:block;
}
.topCellImgBox{
	border:1px solid #dddddd;
	border-radius:15px;
	overflow: hidden;
	margin-bottom:15px;
}
.topCellImgBox2{
	text-align:center;
}
.topCellImgBox2 img{
	display:inline-block;
	max-width:100%;
	width:51%;
}
.topCellImgBox img{
	width:100%;
}
.topTellTit{
	width:100%;
	font-size:24px;
	font-weight:bold;
	text-align:center;
	height:54px;
	line-height:54px;
	letter-spacing: -0.1em;
}
.topCellClr1{
	color:#46b0e6!important;
}
.topCellClr2{
	color:#8dba00!important;
}
.topCellClr3{
	color:#ff8626!important;
}
.topCellClr4{
	color:#0068b7!important;
}
.topCellTxt{
	font-size: 18px;
	line-height:1.4;
	color:#333333;
	text-align:center;
	letter-spacing: -0.1em;
}
.topCell1 a:hover{
	text-decoration:none;
}


@media screen and (max-width: 1199px) {
	.bgColor02{
		min-width:970px;
	}
	.topTellTit{
		font-size: 20px;
	}
}
@media screen and (max-width: 991px) {
	.bgColor02{
		min-width:750px;
	}
	.topNewsBox{
		margin: 30px 50px 0;
	}
}
@media screen and (max-width: 767px) {
	.bgColor02{
		min-width:100%;
	}
	.topNewsBox{
		margin: 30px 20px 0;
	}
	.topTellTit{
		font-size: 24px;
	}
}

/* 6.LOW */
.pankuzuBox{
	width:100%;
	margin:15px 0;
}
.pankuzu{
	display:inline-block;
	font-size:14px;
	color:#fff;
}
.pankuzu a{
	font-size:14px;
	color:#fff;
}
.pankuzu a:after{
	content:">";
	padding: 0 10px;
}
.pageTitleBox{
	padding:70px 0;
}
.pageTitE{
	font-size:22px;
	color:#fff;
	margin-bottom: 20px;
	letter-spacing: 0.1em;
}
.pageTit{
	font-size:36px;
	color:#fff;
	font-weight:bold;
}
.pageTitBgSerCar{
	background-image:url(../img/tit_bg_ser_car.png);
	background-repeat:no-repeat;
	background-position:bottom center;
	background-size: cover;
}
.pageTitBgSerCarrier{
	background-image:url(../img/tit_bg_ser_car.png);
	background-repeat:no-repeat;
	background-position:bottom center;
	background-size: cover;
}
.pageTitBgCon{
	background-image:url(../img/tit_bg_con.png);
	background-repeat:no-repeat;
	background-position:bottom center;
	background-size: cover;
}
.pageTitBgNews{
	background-image:url(../img/tit_bg_news.png);
	background-repeat:no-repeat;

	background-position:bottom center;
	background-size: cover;
}
.pageTitBgCompany{
	background-image:url(../img/tit_bg_company.png);
	background-repeat:no-repeat;
	background-position:bottom center;
	background-size: cover;
}
.pageTitBgSup{
	background-image:url(../img/tit_bg_sup.png);
	background-repeat:no-repeat;
	background-position:bottom center;
	background-size: cover;
}
.pageTitBgSup1{
	background-image:url(../img/tit_bg_sup1.png);
	background-repeat:no-repeat;
	background-position:bottom center;
	background-size: cover;
}
.pageTitBgSupSer{
	background-image:url(../img/tit_bg_sup1.png);
	background-repeat:no-repeat;
	background-position:bottom center;
	background-size: cover;
}
.pageTitBgSup2{
	background-image:url(../img/tit_bg_sup2.png);
	background-repeat:no-repeat;
	background-position:bottom center;
	background-size: cover;
}
.pageTitBgSupIct{
	background-image:url(../img/tit_bg_sup2.png);
	background-repeat:no-repeat;
	background-position:bottom center;
	background-size: cover;
}
.lowBox{
	margin-top:80px;
}
.lowBoxTit{
	font-size:36px;
	color:#0068b7;
	font-weight:bold;
	text-align:center;
	margin-bottom:30px;
}
.lowBoxDisc{
	font-size:16px;
	color:#333333;
	line-height:1.8;
	margin-bottom:50px;
	width:85%;
	margin-left:auto;
	margin-right:auto;
}
.serviceCell{
	border:1px solid #dddddd;
	padding:20px 14px 30px;
}
.serviceCellTit{
	font-size:18px;
	color:#0068b7;
	font-weight:bold;
	line-height:1.6;
	text-align:center;
	margin-bottom:15px;
	width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.serviceCellImgBox{
	margin-bottom:15px;
}
.serviceCellImgBox img{
	width:100%;
}
.serviceCellTxt{
	font-size:16px;
	color:#333333;
	line-height:1.4;
}
.serviceStageTit{
	font-size: 36px;
	color:#333333;
	font-weight:bold;
	text-align:center;
	border-bottom:3px solid #e5e5e5;
	padding-bottom:20px;
	margin-bottom: 60px;
	position:relative;
	margin-top: 50px;
}
.serviceStageTit:after{
	content:"";
	background:#0068b7;
	position:absolute;
	height:3px;
	width:150px;
	bottom:-3px;
	left: 0;
    right: 0;
    margin: auto;
}
.serviceStageTit2{
	font-size: 28px;
	color:#46b0e6;
	font-weight:bold;
	margin-bottom: 30px;
	text-align: left;
}
.serviceTbBox{
	width:100%;
}
.serviceTb{
	width:100%;
	border:1px solid #dddddd;
}
.serviceTbRow{
	display:flex;
	border-top:1px solid #dddddd;
	flex-wrap:wrap;
}
.serviceTbRow:nth-of-type(1){
	border-top:none;
}
.serviceTbItem{
	background:#0068b7;
	color:#fff;
	font-size:16px;
	text-align:center;
	width:calc(100% / 3);
	padding:20px 0;
	display:flex;
	align-items:center;
	justify-content: center;
}
.serviceTbTxt{
	font-size:16px;
	color:#333333;
	padding:10px 12px;
	width:calc((100% / 3)*2);
	display:flex;
	align-items:center;
}
.lowBoxCatch{
	font-size: 22px;
	color:#333333;
	font-weight: normal;
	text-align:center;
	line-height:1.2;
	margin-bottom: 30px;
}
.tbTxtIn{
	font-size: 16px;
    color: #333333;
    width: calc((100% / 3)*2);
    display: flex;
    align-items: center;
}
.tbTxtInTxt{
	font-size:16px;
	color:#333333;
	padding: 10px 20px;
    width: calc(100% - 120px);
}
.tbTxtInTxt span{
	font-size:16px;
	color:#333333;
	font-weight:bold;
}
.tbTxtInImg{
	text-align:center;
	border-right:1px solid #dddddd;
	display: flex;
    align-items: center;
    width: 120px;
    justify-content: center;
    padding: 5px 0;
    height: 100%;
}
.tbTxtInImg img{
	display:inline-block;
}
.serviceTit{
	font-size:32px;
	color:#333333;
	font-weight:bold;
	position:relative;
	display: flex;
    align-items: center;
    margin-bottom: 50px;
}
.serviceTit:before{
	content:"";
	background:#0068b7;
	width:6px;
	height:60px;
	border-radius:3px;
	display: inline-block;
	margin-right: 30px;
}
.serviceBoxTit{
	font-size:24px;
	color:#0068b7;
	font-weight:bold;
	margin-bottom: 30px;
}
.serviceBoxTit:after{
	content:"";
	border-bottom:3px solid #0068b7;
	width:100px;
	display: block;
	margin-top:40px;
}
.serviceBoxImg{
	background:#ccc;
	height: 100%;
}
.serviceBoxImg img{
	width:100%;
}
.serviceBoxTxt{
	font-size:16px;
	color:#2a2a2a;
	line-height:1.6;
}
.serviceCaseList{
	font-size:16px;
	color:#333333;
	padding:20px;
	border-bottom:1px dashed #e5e5e5;
}
.serviceCaseList:nth-of-type(1){
	border-top:1px dashed #e5e5e5;
}
.serviceCaseList i{
	margin-right:5px;
	color:#0068b7;
}
.serviceBoxCellImg img{
	width:100%;
}
.serviceBoxCellTit{
	font-size:24px;
	color:#46b0e6;
	font-weight:bold;
	height:80px;
	display: flex;
    align-items: center;
    text-align:center;
    justify-content: center;
    margin-top: 5px;
}
.serviceBoxCellTxt{
	font-size:16px;
	color:#333333;
}




@media screen and (max-width: 767px) {
	.pageTitE{
		font-size: 18px;
	}
	.pageTit{
		font-size: 22px;
	}
	.pageTitleBox{
		padding: 50px 0;
	}
	.pageTitBg{
		background-size: 40%;
	}
	.lowBoxTit{
		font-size: 28px;
	}
	.lowBoxCatch{
		font-size: 22px;
	}
	.spOrder1{
		order:1;
	}
	.spOrder2{
		order:2;
	}
	.serviceStageTit {
		text-align:left;
		font-size:32px;
	}
}
@media screen and (max-width: 480px) {
	.serviceTbItem{
		width:100%;
		padding: 10px 0;
	}
	.serviceTbTxt{
		width:100%;
	}
	.tbTxtIn{
		width:100%;
	}
	.pageTitBgSerCar,.pageTitBgSup,.pageTitBgSup1,.pageTitBgSup2{
	background-image:url(../img/sp-tit_bg_ser_car.png);
	background-repeat:no-repeat;
	background-position:bottom center;
	background-size: cover;
	}
	.pageTitBgSup {
	    background-image: url(../img/tit_bg_sup_sp.png);
	    background-repeat: no-repeat;
	    background-position: bottom center;
	    background-size: cover;
	}
	.pageTitBgCon {
	    background-image: url(../img/tit_bg_con_sp.png);
	    background-repeat: no-repeat;
	    background-position: bottom center;
	    background-size: cover;
	}
	.pageTitBgNews {
	    background-image: url(../img/tit_bg_news_sp.png);
	    background-repeat: no-repeat;
	    background-position: bottom center;
	    background-size: cover;
	}
	.pageTitBgCompany {
	    background-image: url(../img/tit_bg_company_sp.png);
	    background-repeat: no-repeat;
	    background-position: bottom center;
	    background-size: cover;
	}
	.pageTitBgSupIct {
	    background-image: url(../img/tit_bg_ict_sp.png);
	    background-repeat: no-repeat;
	    background-position: bottom center;
	    background-size: cover;
	}
	.pageTitBgSupSer {
	    background-image: url(../img/tit_bg_sup_ser_sp.png);
	    background-repeat: no-repeat;
	    background-position: bottom center;
	    background-size: cover;
	}
	.pageTitBgSerCarrier {
	    background-image: url(../img/tit_bg_carrier_sp.png);
	    background-repeat: no-repeat;
	    background-position: bottom center;
	    background-size: cover;
	}
}

/* 7.CONTACT */

/* フォーム幅 */
.form15{
	width:15%;
}
.form20{
	width:20%;
}
.form50{
	width:50%;
}
.form100{
	width:100%;
}

.contactBox{
	width:80%;
	margin:auto;
}
.contactForm {
    border: 1px solid #000;
    padding: 5px;
    font-size: 18px;
    color:#000;
}
.contactRow{
	display: flex;
    flex-wrap: wrap;
    border-bottom:1px solid #dddddd;
}
.contactItem{
	font-size: 18px;
	font-weight: bold;
	color: #000;
	width: 240px;
	padding: 20px 0;
	text-align: left;
}
.contactTxt{
	padding: 15px 0 15px 20px;
    font-size: 18px;
    width: calc(100% - 240px);
    display: flex;
    align-items: center;
}
.contactTxt span {
    width: 5%;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}
.pp{
	height: 250px;
    overflow-y: auto;
    padding: 10px 20px;
}
.formCheckBox{
	margin: 20px 0;
	width:100%;
	text-align:center;
}
.formBtnBox{
	width:100%;
	text-align:center;
	margin:20px 0;
}

/* チェックボタン */
.checkbox01-input{
  display: none;
}
.checkbox01-parts{
  padding-left: 30px;
  position:relative;
  margin-right: 20px;
  font-size: 18px;
  font-weight: bold;
}
.checkbox01-parts::before{
  content: "";

  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 16px;
  height: 16px;
  border: 1px solid #9d9d9d;
  border-radius: 2px;
}
.checkbox01-input:checked + .checkbox01-parts{
  color: #0068b7;
}
.checkbox01-input:checked + .checkbox01-parts::after{
	content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 8px;
    width: 6px;
    height: 13px;
    transform: rotate(40deg);
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
}

@media screen and (max-width: 1199px) {
	.contactBox{
		width:100%;
	}
}
@media screen and (max-width: 991px) {

}
@media screen and (max-width: 767px) {
	.contactItem{
		width:100%;
		text-align:left;
		padding: 20px 0 5px;
	}
	.contactTxt{
		width:100%;
		padding: 0 0 15px 0;
	}
	.form50{
		width:100%;
	}
}

/* 8.NEWS */
.newsPaginationBox{
	width:100%;
	margin: 10px 0;
	z-index: 100;
    position: relative;
}
.newsPagination{
	display:flex;
	justify-content: flex-end;
}
.pageLink{
	font-size:18px;
	padding: 0 5px;
}
.pageLink a{
	font-size:18px;
}
.newsDate{
	font-size:16px;
	color:#033abc;
	font-weight:bold;
}
.newsTit{
	font-size: 36px;
	margin-bottom: 20px;
}
.newsBox{
	padding:30px 20px;
	border-bottom: 1px solid #a7a7a7;
}
/* 9.PRIVACYPOLICY */
.ppBox{
	margin-bottom:30px;
}
.ppTit{
	font-weight: bold;
    font-size: 22px;
    border-bottom: 2px solid #000;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.ppTxt{
	font-size: 16px;
    line-height: 1.6;
}

/* 10.COMPANY */
.grretingTxt{
	font-size:18px;
	line-height: 1.6;
	margin-bottom: 1em;
}
.companyTbBox{
	width:100%;
}
.companyTbRow{
	display:flex;
	flex-wrap:wrap;
	border-bottom: 1px solid #0068b7;
	padding:10px;
}
.companyTbItem{
	font-weight: bold;
    font-size: 18px;
    width:200px;
}
.companyTbTxt{
	font-size:18px;
	padding:0 10px;
	width:calc(100% - 200px);
}
.companyTbTxt a{
	font-size:18px;
	color:#0068b7;
}
.companyCol75{
	width:79%;
}
.companyCol25{
	width:19%;
}
.supportCollaboBox{
	border-bottom:1px solid #ddd;
	padding:20px;
	display:flex;
	align-items: center;
	flex-wrap:wrap;
}
.collaboName{
	font-size:22px;
	font-weight:bold;
	margin-bottom:10px;
}
.collaboImg{
	width: 128px;
	margin-right:20px;
	text-align:center;
}
.collaboImg img{
	display:inline-block;
}
.collaboTxtBox{
	width:calc(100% - 178px);
}
.collaboInnerBox{
	display:flex;
}
.collaboInnerItem{
	font-size:18px;
	margin-right:10px;
	width:60px;
}
.collaboInnerTxt{
	font-size:18px;
	width:calc(100% - 70px);
}


@media screen and (max-width: 991px) {
	.supportTb .box-2-Cell:first-of-type{
		margin-bottom:80px;
	}
}
@media screen and (max-width: 767px) {
	.companyCol75{
		width:49%;
	}
	.companyCol25{
		width:49%;
	}
	.collaboImg{
		width:100%;
		margin-bottom: 10px;
		margin-right:0;
	}
	.collaboTxtBox{
		width:100%;
	}
	.collaboName{
		text-align: center;
	}
}
@media screen and (max-width: 480px) {
	.companyTbItem{
		width:100%;
	}
	.companyTbTxt{
		width:100%;
	}
	.btn01:after {
	content: "\f0a9";
	font-family: FontAwesome;
	position: absolute;
	right: 4px;
	top: 0;
	color: #fff;
	}
	.btn01 a {
	color: #fff!important;
	font-size: 14px;
	font-weight: bold;
	 padding: 0 !important;
	letter-spacing: 0;
	}
	.btn01 {
		background: #ff981f;
		display: inline-block;
		position: relative;
		height: 50px;
		line-height: 50px;
		border-radius: 25px;
		width: 111px;
		transition: 0.2s;
	}
	.bgColor02{
	background-image:url(../img/top_bg1.png),url(../img/top_bg2.png),url(../img/top_bg1.png),url(../img/top_bg2.png);
	background-position: -228px top,-79px 1152px,372px 857px,371px 173px;
	background-repeat:no-repeat,no-repeat;
	min-width: auto;
	}
}

.support .box-3-Cell{
	width:28%;
}
.grretingImg{
	float: right;
    clear: both;
    width: 240px;
    height: 100%;
    margin-left: 1em;
}
.companyName{
	font-size: 16px;
	margin-top: 10px;
	text-align: center;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}



@media screen and (max-width: 767px) {
	.support .box-3-Cell{
		width:100%;
	}
}
@media screen and (max-width: 480px) {
	.grretingImg{
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
}

