@charset "utf-8";

/*--- search index ---*/
#sourcePc{
	display: block;
}

#sourceSp{
	display: none;
}

main.searchindex{
	max-width: 1600px;
	margin: auto;
	padding: 40px 30px;
}

.searchindexInr{
	border: solid 3px #61d6bc;
	border-radius: 22px;
	padding: 15px 30px 40px;
}

.searchindexInr .mainList{
	width: 100%;
	text-align: center;
}

.searchindexInr .mainList li{
	width: 20%;
	padding: 1%;
	float: left;
}

.searchindexInr .mainList li>span{
	display: block;
	height: 200px;
	/*height: 10.65vw;*/
	border: solid 3px #61d6bc;
	border-radius: 8%;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}

.searchindexInr .mainList li>span::after{
	display: block;
	content:"";
	transition: .2s;
	width: 100%;
	height: 100%;
	background-color: #000;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity:0;
}

.searchindexInr .mainList li:hover>span::after{
	z-index:-1;
	opacity:1;
}

.searchindexInr .mainList li>span img{
	width: 100%;
	min-width:100%;
	min-height:100%;
	margin:auto;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	vertical-align: bottom;
}


.searchindexInr .mainList li:hover span img{
	opacity: 0.5;
}

.searchindexInr .mainList li .listIner{
	display: block;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: .2s;
	text-align: center;
	color: #fff;
	font-weight: bold;
	padding: 10px;
}

.searchindexInr .mainList li .listIner .mainliTtl{
	display: table;
	width: 100%;
	height: 100%;
	font-size: 1.5rem;
	margin: 0 auto;
	text-align: left;
}

.searchindexInr .mainList li .listIner .mainliTtl .job{
	display: table-cell;
	vertical-align: middle;
	font-size: 1.8rem;
}

.searchindexInr .mainList li.adlarge .listIner .mainliTtl .job{
	font-size: 2.2rem;
}

.searchindexInr .mainList li .listIner .mainliPr{
	font-size: 1.2rem;
}

.searchindexInr .mainList li .listIner .detailBtn{
	margin: auto;
	width: 65%;
	position: absolute;
	bottom: 5px;
	left: 0;
	right: 0;
}

.searchindexInr .mainList li .listIner .detailBtn a{
	display: block;
	padding: 5px 10px;
	background-color: #20ded7;
	text-decoration: none;
	color: #fff;
	line-height: 1;
}

.searchindexInr .mainList li:hover .listIner{
	opacity: 1;
}



.searchindexInr .mainList li.adlarge{
	width: 40%;
	float: right;
	padding-bottom: 1.6%;
}

.searchindexInr .mainList li.adlarge span{
	border-radius: 50%;
	height:421px;
	/*height: 22.4vw;*/
}

.searchindexInr .mainList li.adlarge.left{
	float: left;
	padding-bottom: 1.5%;
}

.searchindexInr .mainList li.adlarge .listIner .mainliTtl{
	font-size: 2rem;
	/*margin: 74px 44px 30px;*/
	/*margin: 33px 44px 30px;*/
	margin: 0 20px;
}

.searchindexInr .mainList li.adlarge .listIner .detailBtn{
	bottom: 60px;
}

/*search Modal*/

@-webkit-keyframes fadeInLeftCustom {
  from {
    opacity: 0;
	width: 0;
    /*-webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);*/
  }

  to {
    opacity: 1;
	width: 100%;
    /*-webkit-transform: none;
    transform: none;*/
  }
}

@keyframes fadeInLeftCustom {
  from {
    opacity: 0;
	width: 0;
  }

  to {
    opacity: 1;
	width: 100%;
  }
}


.fadeInLeftCustom {
  -webkit-animation-name: fadeInLeftCustom;
  animation-name: fadeInLeftCustom;
}

@-webkit-keyframes fadeOutRightCustom {
  from {
    opacity: 1;
	width: 100%;
  }

  to {
    opacity: 0;
	width: 0;
  }
}


@keyframes fadeOutRightCustom {
  from {
    opacity: 1;
	width: 100%;
  }

  to {
    opacity: 0;
	width: 0;
  }
}

.fadeOutRightCustom {
  -webkit-animation-name: fadeOutRightCustom;
  animation-name: fadeOutRightCustom;
}

.modalstyle{
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.95);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1010;
	animation-duration: 0.3s;
}


.modalInr{
	border-top: 5px solid #feda31;
    border-bottom: 5px solid #feda31;
    width: 100vw;
    position: absolute;
    top: 50vw;
    margin-top: -44vw;
	padding: 2vw 0px 4vw;
}

.close{
	position: absolute;
	top: 11.5vw;
	right: 10.8vw;
	cursor: pointer;
	background: #000;
	color: #fff;
	padding: 0.7vw 1.4vw;
	border-radius: 0.6vw;
	font-size: 1.2vw;
	font-weight: bold;
}
@media only screen and (min-width: 1350px) {
	.close {
    top: 11.5vw;
    right: 10.8vw;
    padding: 9px 20px;
    border-radius: 10px;
    font-size: 16px;
	}
}

.modalContents{
	max-width: 75.8vw;
	margin: auto;
	position: relative;
}

.modalContents .modalMain{
	/*width: 89%;*/
	margin-left: auto;
}

.modalContents .companyName{
	font-size: 1vw;
	font-weight: bold;
	color: #22cdc7;
	margin-bottom: 4vw;
}

.modalContents h3{
	font-size: 1.1vw;
	text-align: left;
	font-weight: bold;
	border-bottom: solid 2px #000;
	margin-bottom: 2vw;
}

.modalContents .clm2{
	display: block;
	width: 100%;
}

.modalContents .clm2::after{
	display: block;
	content: "";
	clear: both;
}

.modalContents .jobImage,
.modalContents article{
	float: left;
}

.modalContents .jobImage{
	width: 23.3vw;
}

.modalContents .jobImage span{
	display: block;
	width: 100%;
	border-radius: 1.9vw/*35px*/;
	overflow: hidden;
}

.modalContents .jobImage span img{
	width: 100%;
	vertical-align: bottom;
}

.modalContents article{
	width: 42.7vw;
	padding-left: 7%;
}

.modalContents article .offerContents{
	display: flex;
	width: 100%;
	margin-bottom: 1.4vw;
	align-content: stretch;
}

.modalContents article .offerContents .title{
	width: 15%;
	text-align: center;
	border: solid 1px #000;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 0.9vw;
}

.modalContents article .offerContents .title span{
	display: table-cell;
	vertical-align: middle;
}

.modalContents article .offerContents .text{
	width: 85%;
	font-size: 0.8vw;
	padding-left: 1.6vw;
}

.modalContents article .offerContents .text p{
	width: 37em;
	white-space: nowrap;
	margin-bottom: 0.5vh;
}

.modalContents article .btnArea{
	margin-top: 2vw;
}

.modalContents article .btnArea::after{
	display: block;
	content: "";
	clear: both;
}

.modalContents article .btnArea li{
	float: left;
	width: 30%;
}

.modalContents article .btnArea li.forKeep,
.modalContents article .btnArea li.forapplication{
	margin-right: 2.5% !important;
}

.modalContents article .btnArea li.forKeep a{
	padding-top: 24%;
	background-image: url(../images/img_search_btn01.jpg);
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}

.modalContents article .btnArea li.forKeep a.keepFinish{
	background-image: url(../images/img_btn_keepFinishmodal.png);
}

.modalContents article .btnArea li img{
	width: 100%;
	vertical-align: bottom;
}

.modalContents article .btnArea li a,
.modalContents article .btnArea li span{
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 0.9vw;
}

.modalContents article .btnArea li.forKeep span{
	cursor: pointer;
}

.modalContents article .btnArea li.forDetail a{

}

.modalContents article>p{
	font-size: 0.8vw;
	text-align: center;
	font-weight: bold;
	padding-top: 2em;
}

.modalContents article>p span{
	display: inline-block;
	margin-right: 1em;
}

/*---*/


.pager{
	max-width: 670px;
	background-color: #fff;
	margin: -19px auto 0;
}

.pager ul{
	text-align: center;
}

.pager ul li{
	display: inline-block;
	vertical-align: middle;
	margin: 0 4px;
}

.pager ul li.first {
	margin-left: 0;
}

.pager ul li.last{
	margin-right: 0;
}

.pager ul li a{
	display: block;
	padding: 5px 0;
	background-color: #e5e5e5;
	color: #656565;
	text-align: center;
	border-radius: 5px;
	width: 36px;
	font-weight: 700;
	font-size: 1.6rem;
}

.pager ul li.dot {
	margin: 0 4px 0 0;
	letter-spacing: -0.4em;
}

.pager ul li a:hover,
.pager ul li a.current{
	background-color: #61d6bc;
	color: #fff;
}

.pager ul li.prev {
	margin-right: 10px;
}
.pager ul li.next {
	margin-left: 10px;
}

.pager ul li.prev a,
.pager ul li.next a{
	position: relative;
	background: #e0f5f4;
	border: 1px solid #67d5bc;
	width: 90px;
	text-decoration: none;
}

.pager ul li.prev a::after,
.pager ul li.next a::after {
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	border-bottom: 2px solid #67d5bc;
	border-right: 2px solid #67d5bc;
	position: absolute;
	top: 14px;
}

.pager ul li.prev a:hover,
.pager ul li.next a:hover {
	background-color: #61d6bc;
}

.pager ul li.prev a:hover::after,
.pager ul li.next a:hover::after {
	border-color: #fff;
}

.pager ul li.prev a {
	padding-left: 10px;
}

.pager ul li.next a {
	padding-right: 10px;
}

.pager ul li.prev a::after {
	left: 13px;
	transform: rotate(135deg);
}

.pager ul li.next a::after {
	right: 13px;
	transform: rotate(-45deg);
}


/* keep modal */
.bg-layer{
	width:100%;
	height:100%;
	position: fixed;z-index: 30000;
	background: rgba(0,0,0,0.7);
	top:0px;left:0px;
	display: none;
	opacity: 0;
}
.keep-modal{
	width: 840px;height:670px;
	position: fixed;z-index: 30005;left:50%;top:50%;
	margin-left: -420px;margin-top: -295px;
	background: #FFF;
	padding:45px;
	display: none;
	opacity: 0;
}
.keep-modal h2{
	color: #333;font-size: 18px;
	padding-bottom: 10px;margin-bottom: 20px;border-bottom: 1px solid #333;
}
.keep-modal h2 span{
	color:#0fb2ad;font-size: 24px;
}
.keep-modal .keep-image{
	/*width:100%;height:400px;background: #ccc;*/
	width: 40%;
    height: auto;
/* background: #ccc; */
margin: 0 auto;
}
.keep-modal .keep-image img{
width:100%;
}
.keep-modal h3{
	padding: 20px;padding-left: 35px;background-image: url(/cmn/uniq/job/images/keep-caution.png);
	background-repeat: no-repeat;background-position: left center;
}
.keep-modal .btn-set{
	margin:10px;
}
.keep-modal .btn-show-list{
	float:left;
	margin-left: 80px;
}
.keep-modal .btn-close-keep1{
	float:right;
	margin-right: 80px;
}

.keep-modal .btn-close-keep2{
	position: absolute;
	top:20px;right:20px;
}
.keep-modal .keep-menu {
	text-align: center;
	margin: 10px 0 0;
}
.keep-modal .keep-menu + p {
	text-align: center;
	color: #f00;
	font-weight: bold;
	font-size: 17px;
	margin-bottom: 20px;
}
/* delete modal */
.bg-layer-delete{
	width:100%;
	height:100%;
	position: fixed;z-index: 30000;
	background: rgba(0,0,0,0.4);
	top:0px;left:0px;
	/*display: none;
	opacity: 0;*/
}
.delete-modal{
	width: 420px;
	height: 195px;
	position: fixed;
	z-index: 30005;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: #FFF;
	padding: 25px 15px 25px 15px;
	border-radius: 12px;
	text-align: center;
}
.delete-modal .delete-modal-text{
	font-size: 2.3rem;
	font-weight: 700;
	margin-bottom: 21px;
}
.delete-modal .delete-modal-list {
	display: flex;
	justify-content: center;
}
.delete-modal .delete-modal-list li {
	min-width: 170px;
}
.delete-modal .delete-modal-list li + li {
	margin-left: 10px;
}
.delete-modal .delete-modal-list a {
	display: inline-block;
	text-decoration: none;
	font-size: 2.3rem;
	font-weight: 700;
}
.delete-modal .delete-modal-list a:hover {
	opacity: 0.6;
}
/*---search detail---*/



#contents.searchDetail{
	margin-top: -130px;
}

#contents #infoAbst{
	padding-top: 48px;
	padding-bottom: 100px;
	background-image: url(../images/img_people.png) ,url(../images/bg_detail01.png) ,url(../images/bg_detail01_02.png);
	background-repeat: no-repeat, no-repeat, repeat-y;
	background-position: bottom center, bottom center, top center;
	/*background-size: 60%, auto;*/
}

#contents .applicationMv{
	max-width: 1200px;
	margin: auto;
	position: relative;
}

#contents .applicationMv figure img.spImg{
	display: none;
}

#contents .applicationMv .appmvInr{
	max-width: 750px;
	margin: auto;
}

#contents .applicationMv figure img{
	display: block;
	max-width: 100%;
	vertical-align: bottom;
}

#contents .applicationMv .appmvInr .cloneInr>div{
	padding: 14px 30px 10px;
	background-color: #fff;
}


#contents .applicationMv .appmvInr .cloneInr>div>h2{
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	margin-bottom: 10px;
}

#contents .applicationMv .appmvInr .cloneInr>div .textWrap{
	width: 100%;
	height: 75px;
	position: relative;
	overflow: hidden;
	transition: .3s ease;
}

#contents .applicationMv .appmvInr .cloneInr>div .textWrap.is-show{
	height: auto;
	padding-bottom: 42px;
}

#contents .applicationMv .appmvInr .cloneInr>div .textWrap .trigger{
	display: block;
	width: 140px;
  height: 37px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
	cursor: pointer;
  transition: .3s ease;
}

#contents .applicationMv .appmvInr .cloneInr>div .textWrap .trigger img{
	display: block;
	width: 140px;
}

#contents .applicationMv .appmvInr .cloneInr>div .textWrap .trigger img.closeBtn{
	display: none;
}

#contents .applicationMv .appmvInr .cloneInr>div .textWrap .trigger.active .open{
	display: none;
}

#contents .applicationMv .appmvInr .cloneInr>div .textWrap .trigger.active .closeBtn{
	display: block;
}

#contents .applicationMv .appmvInr .cloneInr>div .textWrap .icondown::after{
	display: inline-block;
	margin-right: 10px;
	font-family: FontAwesome;
	content: "\f078";
	color: #fff;
	transition: .3s;
}

#contents .applicationMv .appmvInr .cloneInr>div .textWrap.is-show .icondown::after{
	content: "\f077";
}


#contents .applicationMv .appmvInr .cloneInr>div .textWrap::before{
	display: block;
	content: "";
	width: 100%;
	height: 60px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
	background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
}

#contents .applicationMv .appmvInr .cloneInr>div .textWrap.is-show::before{
	display: none;
}

#contents .applicationMv .appmvInr .cloneInr>div .textWrap p{
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	font-weight: bold;
}


#contents .applicationMv .left{
	position: absolute;
	right: 80%;
	top: 50%;
	transform: translate(-50%,-50%);
	background-color: transparent;
}

#contents .applicationMv .left p a{
	display: block;
	width: 100%;
	text-align: center;
}
#contents .applicationMv .left p a img{
	width:100%;
}

#contents .applicationMv .left p.bgBtn{
	width: 100%;
	height: 0;
	margin: auto;
	padding-top: 21.43%;
	background-image: url(/assets/images/btn-keep-pc.png);
	background-repeat: no-repeat;
	background-position: center right;
	background-size: 100%;
	/*background-size: auto 39px;*/
}

#contents .applicationMv .left p:last-of-type{
	text-align: center;
	font-weight: bold;
}

#contents .applicationMv .left p span{
	display: block;
}

#contents .applicationMv .left p.bgBtn.keepFinish{
	background-image: url(/assets/images/btn-keeped-pc.png);
	pointer-events: none;
}

#contents .applicationMv .left p:first-of-type{
	margin-bottom: 38px;
}

#contents .applicationMv .left p:nth-of-type(2),
#contents .applicationMv .left p:nth-of-type(3){
	margin-bottom: 20px;
}

#contents #infoAbst>figure{
	position: absolute;
	bottom: 100px;
	transform: translateX(-50%);
	left: 50%;
}

#contents #infoDetail{
	padding-top: 10px;
	padding-bottom: 72px;
	background-image: url(../images/bg_detail02.png);
	background-repeat: no-repeat;
	background-position: top center;
}

#contents #infoDetail.bgFixed{
	background-attachment: fixed;
	background-position: center -72px;
}

#contents .applicationDetail{
	max-width: 750px;
	margin: 0 auto 72px;
	background-image: url(../images/bg_detail03_1.png) , url(../images/bg_detail03_3.png) , url(../images/bg_detail03_2.png);
	background-repeat: no-repeat, no-repeat, repeat-y;
	background-position: top center, bottom center, center;
	box-shadow:0px 14px 77px 6px #717171;
	background-size: 100%;
}

/*tab*/
#contents #infoDetail .tabBtn{
	text-align: center;
	padding-top: 12px;
}

#contents #infoDetail .tabBtn li{
	display: inline-block;
	width: 175px;
	margin: 0px 15px;
	cursor: pointer;
}

#contents #infoDetail .tabBtn li a{
	display: block;
}

#contents #infoDetail .tabBtn li img{
	vertical-align: bottom;
  width: 175px;
}

#contents #infoDetail #tabbox{
	width: 100%;
}

#contents #infoDetail #tabbox li{
	padding: 0px 80px 30px 72px;
}

#contents #infoDetail #tabbox table{
	width: 100%;
}

#contents #infoDetail #tabbox table tr{
	border-bottom: solid 1px #747474;
}

#contents #infoDetail #tabbox table th,
#contents #infoDetail #tabbox table td{
	vertical-align: middle;
	padding-top: 20px;
	padding-bottom: 20px;
}

#contents #infoDetail #tabbox table th{
	width: 21%;
	padding-left: 30px;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	font-style: italic;
}

#contents #infoDetail #tabbox table td{
	width: 79%;
	padding-left: 40px;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.5;
}

#contents #infoDetail #tabbox table tr.tel td{
	font-size: 55px;
	font-size: 5.5rem;
	font-weight: bold;
	background: url(../images/img_fukidashi.png) no-repeat bottom 10px right;
    padding-bottom: 60px;
}

#contents #infoDetail #tabbox table tr.tel td .tel_note{
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: normal;
    padding-bottom: 0;
    display: block;
}



#contents #infoDetail #tabbox table tr.appPireod td{
	text-align: center;
	font-weight: bold;
}

#contents #infoDetail #tabbox table tr.appPireod td span{
	display: inline-block;
	margin-right: 1em;
}

#contents .applicationBtn{
	text-align: center;
}

#contents .applicationBtn p{
	display: inline-block;
	margin: 0 15px;
	vertical-align: middle;
}

#contents .applicationBtn p>a{
	display: block;
}

#contents .applicationBtn p.bgBtn>a{
	width: 378px;
	height: 0;
	padding-top: 17.2%;
	background-image: url(/assets/images/btn-keep-pc.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

#contents .applicationBtn p.bgBtn.keepFinish {
	pointer-events: none;
}
#contents .applicationBtn p.bgBtn.keepFinish>a{
	background-image: url(/assets/images/btn-keeped-pc.png);
}
#contents .applicationBtn p.recommend {
	width: 300px;
	display:block;
	margin:0 auto;
}
#contents .applicationBtn p>a img{
	vertical-align: middle;
	width: 100%;
}

/*ボタン類、元の設計から変える*/
html #contents .applicationBtn .btn-add-keep{
	width:320px;
	/*padding-top: 16px;*/
}
html #contents .applicationBtn .btn-entry{
	width:320px;
}
html #contents .applicationBtn .btn-recommended{
	width:320px;
	padding-top: 20px;
}
html #contents .applicationBtn .btn-add-keep a{
	height:99px;
}
html #contents .applicationBtn .btn-add-keep a,
html #contents .applicationBtn .btn-add-keep img,
html #contents .applicationBtn .btn-entry img,
html #contents .applicationBtn .btn-recommended img{
	width: 100%;
}
/*.applicationBtn fixed*/
html #contents .applicationBtn.applicationBtn-fixed {
	position: fixed;
	bottom: 40px;
	left: 0;
	z-index: 100;
	width: 100%;
	background: rgba(255, 255, 255, 0.8);
	display: none;
}
html #contents .applicationBtn.applicationBtn-fixed .inner {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 8px 0;
}
html #contents .applicationBtn.applicationBtn-fixed .btn-add-keep,
html #contents .applicationBtn.applicationBtn-fixed .btn-entry {
	width: 48%;
	margin-bottom: 0;
}
#contents .applicationBtn.applicationBtn-fixed p + p {
	margin-left: 2%;
	display: flex;
	align-items: center;
}
#contents .applicationBtn.applicationBtn-fixed p.bgBtn>a{
	background-image: url(/assets/images/btn-keep-fixed.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
#contents .applicationBtn.applicationBtn-fixed p.bgBtn.keepFinish>a {
	background-image: url(/assets/images/btn-keeped-fixed.png);
}

html #contents .applicationBtn.applicationBtn-fixed img {
	width: 100%;
	height: auto;
}

html #contents .pc{
	display: inline-block;
}
html #contents .sp{
	display: none;
}

@media only screen and (max-width: 414px){

	#contents .applicationBtn p.bgBtn>a{
		width: 378px;
		/*height: 0;*/
		padding-top: 17.2%;
		background-image: url(/assets/images/btn-keep-sp.png);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: contain;
	}

	html #contents .pc{
		display: none;
	}
	html #contents .sp{
		display: inline-block;
	}
/*	html #contents .applicationBtn .btn-entry{
		width: 94%;
    	margin-right: 4%;
	}*/
	html #contents .applicationBtn .btn-add-keep{
		width:90%;
		/*padding-top: 16px;*/
	}
	html #contents .applicationBtn .btn-entry{
		width:90%;
	}
	html #contents .applicationBtn .btn-add-keep {
		width: 90%;
	}
	html #contents .applicationBtn .btn-add-keep a {
	}

	#contents .applicationBtn p.bgBtn.keepFinish {
	    pointer-events: none;
	}
	#contents .applicationBtn p.bgBtn.keepFinish>a {
	    background-image: url(/assets/images/btn-keeped-sp.png);
	}

	#contents .applicationBtn p.recommend {
	    width: 90%;
	    padding-top: 0;
	}
	#contents .applicationBtn p.bgBtn>a{
		width: 100%;
		height: auto;
		padding-top: 0;
	}
}
@media only screen and (min-width: 769px){
	#contents #infoDetail > .applicationBtn{
		display: none !important;
	}
}
/*--- top fixed image ---*/

.clone{
    transform: translateY(-100%);
	transition: .3s;
}

.topFixed .cloneInr{
	max-width: 1200px;
	margin: auto;
	background-color: #fff;
	padding: 10px;
}

.topFixed{
	transform: translateY(0);
	width: 100%;
	background-color: rgba(0,0,0,0.7);
	padding: 15px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	transition: .3s;
}

.topFixed .cloneInr::after{
	display: block;
	content: "";
	clear: both;
}

.topFixed figure{
	float: left;
	margin-right: 20px;
	width: 150px;
}

.topFixed figure img{
	width: 100%;
	vertical-align: bottom;
}

.topFixed>div h2{
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	font-style: italic;
}

.topFixed .count{
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
}

/*---*/

/*--- search detail(point) ---*/
body.bgBlack{
	background-color: #000;
}

.searchDetailPont{
	background: url(../images/bg_detail_point.png) no-repeat center bottom -100px;
	min-height: 635px;
	position: relative;
	padding-bottom: 418px;
}

.searchDetailPont .outer{
	max-width: 610px;
	margin: 0 auto;
	padding-top: 8px;
}

.searchDetailPont .pointInr{
	width: 100%;
	padding: 20px 30px 25px;
	background-color: #fff;
	margin-top: 30px;
}

.searchDetailPont .pointInr .textWrap{
	width: 100%;
	height: 350px;
	position: relative;
    overflow: hidden;
    transition: .3s ease;
}

.searchDetailPont .pointInr .textWrap::before{
	display: block;
    content: "";
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
    background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
}

.searchDetailPont .pointInr .textWrap.is-show::before{
	display: none;
}

.searchDetailPont .pointInr .textWrap.is-show{
	height: auto;
    padding-bottom: 32px;
}

.searchDetailPont .pointInr .textWrap .trigger{
	display: block;
    width: 125px;
    padding: 0 6px;
    background-color: #5ed9d6;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    font-size: 12px;
    font-size: 1.2rem;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    transition: .3s ease;
    box-shadow: 0 0 3px rgba(0,0,0,.3);
}


.searchDetailPont .pointInr .textWrap .icondown::after{
	display: inline-block;
    margin-right: 10px;
    font-family: FontAwesome;
    content: "\f078";
    color: #fff;
    transition: .3s;
}

.searchDetailPont .pointInr .textWrap .icondown.active::after{
	content: "\f077";
}

.searchDetailPont .pointInr article{
	max-width: 560px;
	width: 100%;
	margin: 0 auto;
}

.searchDetailPont .pointInr article h3{
	font-size: 18px;
	font-size: 1.8rem;
	border-bottom: solid 1px #000;
	margin-bottom: 20px;
	text-align: center;
}

.searchDetailPont .pointInr article p{
	font-size: 14px;
	font-size: 1.4rem;
}

.searchDetailPont .uniqfooter.forPoint{
	position: absolute;
	right: 0;
	bottom: 0;
	color: #333;
}
@media only screen and (max-width: 768px){
	.searchDetailPont .uniqfooter.forPoint{
		display: none;
	}
}

/*--- search details(gallery) ---*/
#bgArea{
	background:#29130c url(../images/bg_detail_gallery.jpg) no-repeat top center;
	position: fixed;
	background-size: auto 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 50;
}


#wrap.galleryBg{
	position: relative;
	z-index: 100;
}


#contents.searchDetailgallery .inner{
	height: calc(90vh - 38px);
	position: relative;
}

#contents.searchDetailgallery .inner .coverOuter{
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	margin: auto;
	transform: translateY(-50%);
}

.flipster--carousel .flipster__item,
.flip-items>li{
	max-width: 480px;
}

.flip-items>li img{
	width: 100%;
}

.flipster{
	overflow-x: visible;
	overflow-y: visible;
}
/*
#coverflow{
	opacity: 0;
	transition: .2s;
}*/

.uniqfooter{
	width: 100%;
	padding: 10px 20px;
	background-color: transparent;
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: bold;
	text-align: right;
}

.uniqfooter.forPoint{
	color: #fff;
}

.uniqfooter.forGallery{
	color: #000;
}

.ContentFlow .flow .item.active{
	cursor: default !important;
}

.ContentFlow .flow .item canvas.content{
	pointer-events: none !important;
}

.keep-list {
	width:75.8vw
}
.keep-list .current{
position: relative;
	font-size: 14px;
	font-weight: bold;
	display: inline-block;margin-bottom: 0px;
	margin-bottom: 30px;

}
.keep-list .current::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 3px;
    border-bottom: 8px solid #fdee32;
    z-index: -1;

}
.keep-list .current span{
	font-size: 38px;
	color: #ed6851;
	line-height: 1;
}
.keep-list .flow {
	margin: 0 0 30px -10px;
}
.keep-list .flow img {
	width: 100%;
}
.keep-list .caution{
	font-size: 1.4rem;
	padding:15px 20px;
	border:2px solid #ccc;
	margin:20px 0;
}
.keep-list .caution h3{
	margin:0;
}



@media only screen and (max-width: 768px) {
	.keep-list .caution h3{
		font-size: 1.1rem;
	}
	.keep-list .caution p {
		font-size: 1rem;
	}
}
.keep-list .batchSelect {
	margin-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
}
.keep-list .batchSelect .checkBtn {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
}
.keep-list .batchSelect .checkBtn input[type="checkbox"] {
	display: none;
	margin: 0;
}
.keep-list .batchSelect .checkBtn input[type="checkbox"] + label {
	background: #e8fffe;
	border: 3px solid #1bcdc7;
	font-size: 2.6rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	width: 286px;
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.keep-list .batchSelect .checkBtn input[type="checkbox"] + label::before {
	content: "";
	display: block;
	box-sizing: border-box;
	width: 60px;
	height: 60px;
	background-image: url("../images/icon_checkmark.png");
	background-repeat: no-repeat;
	background-origin: center center;
	background-size: 100%;
}
.keep-list .batchSelect .checkBtn input[type="checkbox"]:checked + label::before {
	background-image: url("../images/icon_checkmark_checked.png");
}

.keep-list .batchSelect .batchText {
	margin-left: 20px;
	line-height: 1.9;
	font-size: 1.7rem;
}
.keep-list .batchSelect .batchText span {
	color: #ff0000;
}
.keep-list .batchSelect .applyBtn a {
	position: relative;
	display: inline-block;
}
.keep-list .batchSelect .applyBtn input[type="button"] {
	margin: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	border: none;
	bottom: 0;
	background: none;
	opacity: 0;
}
.keep-list .batchSelect .applyBtn input[type="button"] + label {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 15px;
	background: #1bcdc7;
	width: 530px;
	height: 100px;
	color: #fff;
	font-size: 2rem;
	font-weight: 700;
}
@media only screen and (max-width: 1400px) and (min-width:769px){
	.keep-list .batchSelect .checkBtn {
		display: block;
	}
	.keep-list .batchSelect .batchText {
		margin-left: 0;
	}
	.keep-list .batchSelect .applyBtn {
		position: relative;
    top: -26px;
	}
	.keep-list .batchSelect .applyBtn input[type="button"] + label {
		width: 450px;
	}
}

.keep-list .jobCheck{
	margin-bottom: 15px;
	display: flex;
	flex-wrap: wrap;
}
.keep-list .jobCheck .checkMark input[type="checkbox"] {
	display: none;
	margin: 0;
}
.keep-list .jobCheck .checkMark input[type="checkbox"] + label {
	width: 80px;
	height: 80px;
	background: #fdee32;
	display: block;
	position: relative;
}
.keep-list .jobCheck .checkMark input[type="checkbox"] + label::before {
	content: "";
	position: absolute;
	display: block;
	top: 10px;
	left: 10px;
	box-sizing: border-box;
	width: 60px;
	height: 60px;
	background: #fff;
	z-index: 1;
}
.keep-list .jobCheck .checkMark input[type="checkbox"] + label::after {
	content: "";
	position: absolute;
	display: block;
	top: 10px;
	left: 10px;
	box-sizing: border-box;
	width: 60px;
	height: 60px;
	background-image: url("../images/icon_checkmark.png");
	background-repeat: no-repeat;
	background-origin: center center;
	background-size: 100%;
	z-index: 2;
}
.keep-list .jobCheck .checkMark input[type="checkbox"]:checked + label::after {
	background-image: url("../images/icon_checkmark_checked.png");
}
.keep-list .jobCheck .checkItem {
	width: calc(100% - 80px);
}
.keep-list .jobCheck .checkItem .checkText {
	font-size: 1.5rem;
	background: #fdee32;
	padding: 8px 20px;
}
.keep-list .jobCheck .checkItem .companyName {
	padding: 12px 20px 0 20px;
	font-weight: 700;
	color: #22cdc7;
}
@media only screen and (max-width: 1400px){
	.keep-list .batchSelect .applyBtn {
		margin-top: 20px;
	}
	.keep-list .batchSelect .applyBtn input[type="button"] + label {
		margin: 0px 0 0;
		width: 450px;
	}
}

@media only screen and (max-width: 1000px) {
	.keep-list .batchSelect {
		display: block;
	}
	.keep-list .batchSelect .applyBtn {
		top: 0;
	}
}
.keep-list .batchSelect .applyBtn input[type="button"] + label code {
	color: #fdf573;
	font-size: 4.2rem;
	margin-right: 5px;
}
.keep-list .batchSelect .applyBtn input[type="button"] + label span {
	color: #fdf573;
    font-size: 3.6rem;
    margin-left: 20px;
    display: inline-block;
}
.keep-list .itemInner{
	padding:10px;border-radius: 4px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
	border-bottom: #6becff solid 5px;
	margin-bottom: 40px;
	position: relative;
}

@media only screen and (min-width: 769px) {
.btn-remove-keep{
position: absolute;
top:20px;right:20px;
}
}

.keep-list .itemInner .pc-ui{
	display: block;
}
.keep-list .itemInner .sp-ui{
	display: none;
}
.keep-list .itemInner h2{
	padding:15px 40px 15px 0;
	font-size: 24px;
	line-height: 20px;
	border-bottom: 2px solid #333;
	margin-bottom: 30px;
}
.keep-list .itemInner h2 span{
	display: block;
	font-size: 14px;
	color: #17cdc7;
}
.keep-list .itemInner h2 a{
	color:#333;
	text-decoration: none;
}

.keep-list .itemInner .image{
	/*width:500px;*/
	width:35%;
	float: left;

}
.keep-list .itemInner .image img{
	/*margin-bottom: 20px;*/
	width: 100%;
}
.keep-list .itemInner .image span{

font-weight: bold;
	font-size: 14px;border-bottom: 1px solid #333;
	display: inline-block;margin:20px 0;
	/*padding:20px;*/
}
.keep-list .itemInner .info{
	/*width:660px;*/
	width:60%;
	float: right;
}
.keep-list .itemInner .info h3{
	clear:both;float:left;
	text-align: center;padding:5px;width:15%;border: 1px solid #333;
	font-size: 14px;
	margin-bottom: 20px;
/*	    width: 15%;
    text-align: center;
    border: solid 1px #000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9vw;*/
}
.keep-list .itemInner .info p{
	float: right;width:83%;
	font-size: 14px;
	margin-bottom: 20px;

/*    width: 85%;
    font-size: 0.8vw;
    padding-left: 1.6vw;*/
}

.keep-list .itemInner .btn-set{
	padding:20px 0;
	clear: both;
}
.keep-list .itemInner .btn-set a{
	margin-right: 20px;
}

#contents .applicationBtn p.select-ttl {
  width: 100%;
  margin: 40px auto 0;
}

#contents .applicationBtn p.select-ttl img {
	width: 250px;
}

#contents .select-area form p {
	display: inline-block;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	vertical-align: middle;
}

#contents .select-area form p.nyuryoku {
	width: 205px;
	position: relative;
}

#contents .select-area form p.multiple {
	width: 20px;
}

#contents .select-area form p.soushin {
	width: 140px;
	margin-right: 5px;
}

#contents .select-area form p.nyuryoku .label {
	position: relative;
	width: 100%;
	font-size: 1.8rem;
	font-weight: bold;
	padding: 14px 28px 10px 15px;
	line-height: 1;
	text-align: center;
	background: #fff;
	display: block;
	height: 44px;
	border-radius: 10px;
}

#contents .select-area form p.nyuryoku .label::after {
	content: "";
	width: 5px;
	height: 5px;
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
}

#contents .select-area form p.nyuryoku select {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	opacity: 0;
}

#contents .select-area form p input,
#contents .select-area form p select {
	border: none;
	background-color: #fff;
	width: 100%;
	height: 46px;
}

#contents .select-area form p select {
	width: 100%;
	font-size: 1.8rem;
	font-weight: bold;
	padding: 3px 15px 0;
	line-height: 1;
	text-align: center;
}

#contents .select-area form p input[type="submit"] {
	padding: 0 15px;
	background-color: #000;
	color: #fff;
	text-align: center;
	border-radius: 10px;
}

#contents .select-area {
	background: url("/assets/images/bg_select.png") no-repeat center top / 100%;
	margin: 15px auto;
	width: 640px;
	position: relative;
	left: -2px;
	height: 71px;
	padding-top: 11px;
}

@media only screen and (max-width: 768px) {
	#contents .select-area {
		display: none !important;
	}

	#contents .other-select {
		display: block !important;
	}

	#contents .applicationBtn p.other-select-ttl {
		max-width: 250px;
		width: 100%;
		display: block !important;
		margin: 15px auto 5px !important;
	}

	#contents .applicationBtn p.other-select-ttl img {
		width: 100%;
		height: auto;
	}

	#contents .other-select .btn-select {
		width: 300px;
	}
}


.map {padding-top: 20px;}
.map iframe{
	width:430px;height:300px;
}

.related-head{
	width: 100%;
	position: relative;
	background-color: #fef458;
	font-size: 3rem;
	text-align: center;
	margin-top: 40px;
	color: #353535;
	border-top: 18px solid #7fd7d5;
}
/*.related-head:before,
.related-head:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	background: #fff;
}*/
.related-head:before {
	top: 5px;
}
.related-head:after {
	bottom: 5px;
}
.related-head .is-sp {
	display: none;
}
.related-head > span {
	display: inline-block;
	height: 100%;
	padding: 10px 0 10px 45px;
	background: url("/job/images/icon_loupe_black.png") no-repeat left center;
	background-size: 34px;
}
.related-head > span b {
	font-size: 3.7rem;
	letter-spacing: -0.1em;
}
@media all and (-ms-high-contrast:none){
	*::-ms-backdrop, .related-head > span {
		padding: 17px 0 10px 45px;
	} /* IE11 */
}
.related-head span span {
	display: inline;
}
/* .related-links .item {
	margin: 20px;
	width: 200px;
	float: left;
}
.related-links .item .inner{
	display: block;
    height: 155px;
    border: solid 3px #61d6bc;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
	background: #FFF;
}
.related-links .item .inner .image {
	text-align:center;
}
.related-links .item .inner .image img{
	width: 100%;
	vertical-align:top;
}

 */

.related-links.pc{
	width: 100%;
	padding: 30px 5.33%;
	background: #7fd7d5;
	text-align: center;
}

.related-links.pc li{
	width: 23.43%;
	margin-right: 2%;
	margin-bottom: 2%;
	/* padding: 1%; */
	float: left;
}
.related-links.pc li:nth-child(4n){
	margin-right: 0;
}

.related-links.pc li>a{
	display: block;
	/* height: 200px; */
	/*height: 10.65vw;*/
	border: solid 3px #fff;
	border-radius: 8%;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	line-height: 0;
}

.related-links.pc li>a::before{
	display: none;
	content:"";
	transition: .2s;
	width: 100%;
	height: 100%;
	background-color: #000;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;

}

.related-links.pc li:hover>a::before{
	display: block;
}

.related-links.pc li>a img{
	width: 100%;
	height: auto;
	min-width:100%;
	/* min-height:100%; */
	/* margin:auto;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	vertical-align: bottom; */
}


.related-links.pc li:hover span img{
	opacity: 0.5;
}

.related-links.pc li .listIner{
	display: block;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: .2s;
	text-align: center;
	color: #fff;
	font-weight: bold;
	padding: 0 10px 20px;
	line-height: 1.5;
}

.related-links.pc li .listIner .mainliTtl{
	display: table;
	width: 100%;
	height: 100%;
	font-size: 1.5rem;
	margin: 0 auto;
	text-align: left;
}

.related-links.pc li .listIner .mainliTtl .job{
	display: table-cell;
	vertical-align: middle;
	font-size: 1.6rem;
}

.related-links.pc li.adlarge .listIner .mainliTtl .job{
	font-size: 2.2rem;
}

.related-links.pc li .listIner .mainliPr{
	font-size: 1.2rem;
}

.related-links.pc li .listIner .detailBtn{
	margin: auto;
	width: 65%;
	position: absolute;
	bottom: 5px;
	left: 0;
	right: 0;
}

.related-links.pc li .listIner .detailBtn .btn-x{
	display: block;
	padding: 5px 10px;
	background-color: #20ded7;
	text-decoration: none;
	color: #fff;
	line-height: 1;
}

.related-links.pc li:hover .listIner{
	opacity: 1;
}



.related-links.pc li.adlarge{
	width: 40%;
	float: right;
	padding-bottom: 1.6%;
}

.related-links.pc li.adlarge span{
	border-radius: 50%;
	height:421px;
	/*height: 22.4vw;*/
}

.related-links.pc li.adlarge.left{
	float: left;
	padding-bottom: 1.5%;
}

.related-links.pc li.adlarge .listIner .mainliTtl{
	font-size: 2rem;
	/*margin: 74px 44px 30px;*/
	/*margin: 33px 44px 30px;*/
	margin: 0 20px;
}

.related-links.pc li.adlarge .listIner .detailBtn{
	bottom: 60px;
}


@media only screen and (min-width: 1366px){
	.searchDetailPont{
		max-width: 1366px;
		margin: auto;
	}
}

@media only screen and (max-width: 1600px){
	.uniqHeader #cmnheader{
		height: 79px;
	}
}

@media only screen and (max-width: 1440px){
	#contents .applicationMv .left{
		width: 15%;
		right: 80%;
	}

	#contents .applicationMv .left p.bgBtn{
		padding-top: 25.43%;
	}

	#contents .applicationMv .left p.bgBtn a{
		width: 100%;
	}

	#contents .applicationMv .left p:first-of-type{
		margin-bottom: 14px;
	}

	#contents .applicationMv .left p:nth-of-type(2){
		margin-bottom: 10px;
	}

	#contents .applicationMv .left p img{
		width: 100%;
	}

	/*#contents .applicationMv .appmvInr{
		max-width: 680px;
	}*/

/*	#contents .applicationDetail{
		max-width: 680px;
	}*/

	#contents #infoAbst{
		background-size: 60%, 110%, 110%;
		padding-bottom: 77px;
	}

	#contents #infoDetail{
		background-size: 110%;
	}

	#contents #infoDetail #tabbox li{
	padding: 0px 48px 30px 40px;
}

	#contents #infoDetail #tabbox table th{
		width: 21%;
	}

	#contents #infoDetail #tabbox table td{
		width: 79%;
		word-wrap: break-word;
		word-break : break-all;
	}

	#contents #infoDetail #tabbox table tr.tel td{
		padding-bottom: 55px;
		background-position: bottom 5px right;
	}

	#contents .applicationBtn{
		max-width: 750px;
		margin: auto;
	}

	.related-head {
		font-size: 2.3rem;
	}
	.related-head > span b {
		font-size: 3rem;
	}

	#contents .applicationBtn p{
		width: calc(50% - 32px);
	}

	#contents .applicationBtn p.bgBtn>a{
		width: 100%;
	}

	#contents .applicationBtn p>a img{
		width: 100%;
	}



}

@media only screen and (max-width: 1300px){
	#contents #infoAbst{
		background-size: 60%, auto, auto;
	}

	#contents #infoDetail{
		background-size: auto;
	}


	.searchindexInr .mainList li .listIner .mainliTtl{
		font-size: 1.2vw;
	}

	.searchindexInr .mainList li .listIner .mainliTtl .job{
		font-size: 0.5em;
	}

	.searchindexInr .mainList li.adlarge .listIner .mainliTtl .job{
		font-size: 0.7em;
	}

	.searchindexInr .mainList li .listIner .mainliPr{
		font-size: 0.6vw;
	}

	.searchindexInr .mainList li .listIner .detailBtn a{
		font-size: 0.5vw;
	}

	#contents .applicationMv .left{
		right: 76%;
	}
}




@media only screen and (max-width: 1024px){
	body.spcontents{
		padding-bottom: 0;
		/*overflow:hidden;*/
	}
	#uniqheader{
		display: none;
	}

	#sourcePc{
		display: none;
	}

	#sourceSp .inner{
		padding-top: 50px;
		padding-top: 30px;
	}

	#sourceSp .data-empty{
		color:#fff;text-align: center;
	}

	#sourceSp .scrollBox{
		margin-bottom: 50px;
	}

	#sourceSp .scrollBox a{
		display: block;
	}

	#sourceSp .scrollBox a::after{
		display: block;
		content: "";
		clear: both;
	}

	#sourceSp .scrollBox a .leftBox{
		width: 25%;
		height: 0;
		padding-top: 20%;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: contain;
		float: left;
		box-shadow:0px 4px 20px 5px #ddd;
		border-radius: 9%;
	}

	#sourceSp .scrollBox a .rightBox{
		width: 50%;
		float: right;
		font-size: 13px;
		font-size: 1.3rem;
		font-weight: bold;
		transition: .3s;
	}

	#sourceSp .scrollBox.enLarge a .leftBox{
		transform: scale(1.38);
	}

	.pager{
		margin: 0 auto;
		padding-bottom:  20px;
		background: transparent;

	}

	/*--- search detail ---*/
	.uniqHeader #topheader .logo{
		display: block;
		position: absolute;
		top: 20px;
		left: 15px;
	}

	.uniqHeader #topheader .logo span{
		display: none;
	}

	#contents.searchDetail{
		margin-top: 0;
	}

	.searchindexInr .mainList li .listIner{
		display: none;
	}

	#contents .applicationMv .appmvInr{

	}

	#contents .applicationMv .cloneInr{
		border: solid 3px #AAA;
	}

	#contents .applicationMv figure img.spImg{
	display: block;
	}

	#contents .applicationMv figure img.pcImg{
	display: none;
	}

	#contents .applicationMv .left{
		display: none;
	}

	#contents .applicationMv .appmvInr .cloneInr>div{
		padding: 10px;
	}

	#contents .applicationMv .appmvInr .cloneInr>div>h2{
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 1.5;
		margin-bottom: 5px;
	}

	#contents .applicationMv .appmvInr .cloneInr>div .textWrap{
		height: 48px;
	}

	.topFixed figure{
		width: 100px;
	}

	.topFixed>div h2{
		font-size: 14px;
		font-size: 1.4rem;
	}

	.topFixed .cloneInr .count{
		display: none;
	}

	#contents #infoAbst{
		padding-bottom: 72px;
		/*background-size: 145%, auto;*/
		background-size: 550px, 135%;
		padding-top: 15px;
		background-image: url(../images/img_people.png) , url(../images/bg_detail01sp-min.png), url(../images/bg_detail01_02.png);
	}
}





@media only screen and (max-width: 960px){
	.searchindexInr .mainList li{
		padding: 10px;
	}

	.searchindexInr .mainList li.adlarge{
		padding-bottom: 20px;
	}

	.searchindexInr .mainList li .listIner .mainliTtl{
		margin: 0 auto;
	}

	.searchindexInr .mainList li .listIner .detailBtn{
		bottom: 10px;
	}

	.searchindexInr .mainList li.adlarge .listIner .mainliTtl{
		font-size: 1.5vw;
		/*margin: 30px 30px 15px;*/
		/*margin: 0 10px 15px;*/
		margin: 0 10px;
	}

}

@media only screen and (max-width: 840px){
	#contents .applicationMv .appmvInr{
		padding: 0 15px 0px;
	}
}

@media only screen and (max-width: 768px){
	.searchindexInr .mainList li .listIner{
		display: none;
	}
}

@media only screen and (max-width: 768px){

	body.spcontents{
		padding-bottom: 0;
		/*overflow:hidden;*/
	}
	#uniqheader{
		display: none;
	}

	#sourcePc{
		display: none;
	}

	#sourceSp .inner{
		padding-top: 50px;
		padding-top: 30px;
	}

	#sourceSp .data-empty{
		color:#fff;text-align: center;
	}

	#sourceSp .scrollBox{
		margin-bottom: 50px;
	}

	#sourceSp .scrollBox a{
		display: block;
	}

	#sourceSp .scrollBox a::after{
		display: block;
		content: "";
		clear: both;
	}

	#sourceSp .scrollBox a .leftBox{
		width: 25%;
		height: 0;
		padding-top: 20%;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: contain;
		float: left;
		box-shadow:0px 4px 20px 5px #ddd;
		border-radius: 9%;
	}

	#sourceSp .scrollBox a .rightBox{
		width: 50%;
		float: right;
		font-size: 13px;
		font-size: 1.3rem;
		font-weight: bold;
		transition: .3s;
	}

	#sourceSp .scrollBox.enLarge a .leftBox{
		transform: scale(1.38);
	}

	.pager{
		margin: 0 auto;
		background: transparent;
		text-align: center;
		padding-bottom: 40px;
	}
	.pager ul {
		position: relative;
		display: inline-block;
		padding-bottom: 58px;
		width: 348px;
	}
	.pager ul li {
    margin: 0 6.5px;
	}
	.pager ul li a {
    width: 28px;
    padding: 6px 0;
    border-radius: 3px;
    line-height: 1;
	}
	.pager ul li.prev {
		position: absolute;
    bottom: 0;
		left: 6px;
	}
	.pager ul li.next {
		position: absolute;
    bottom: 0;
		right: 6px;
	}
	.pager ul li.prev a,
	.pager ul li.next a {
		padding: 8px 0;
	}
	.pager ul li.prev a {
    padding-left: 10px;
	}
	.pager ul li.next a {
		padding-right: 10px;
	}
	.pager ul li.prev a::after,
	.pager ul li.next a::after {
    top: 11px;
	}
	.pager ul li.dot {
		color: #fff;
		margin: 0 7px 0 3px;
		letter-spacing: -0.5em;
	}


	/*--- search detail ---*/
	.uniqHeader #topheader .logo{
		display: block;
		position: absolute;
		top: 20px;
		left: 15px;
	}

	.uniqHeader #topheader .logo span{
		display: none;
	}


	#contents.searchDetail{
		margin-top: 0;
	}

	#contents .applicationMv .appmvInr{

	}

	#contents .applicationMv .cloneInr{
		border: solid 3px #AAA;
	}

	#contents .applicationMv figure img.spImg{
	display: block;
	}

	#contents .applicationMv figure img.pcImg{
	display: none;
	}

	#contents .applicationMv .left{
		display: none;
	}

	#contents .applicationMv .appmvInr .cloneInr>div{
		padding: 10px;
	}

	#contents .applicationMv .appmvInr .cloneInr>div>h2{
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 1.5;
		margin-bottom: 5px;
	}

	#contents .applicationMv .appmvInr .cloneInr>div .textWrap{
		height: 58px;
	}

	#contents .applicationMv .appmvInr .cloneInr>div .textWrap .trigger {
		font-size: 16px;
		font-size: 1.6rem;
		font-weight: 600;
	}

	#contents .applicationMv .appmvInr .cloneInr>div .textWrap .trigger .icondown {
		font-size: 14px;
    font-size: 1.4rem;
    font-weight: 500;
		position: relative;
    top: -1px;
	}

	#contents .applicationDetail {
		margin: 0 auto 10px;
	}

	.topFixed figure{
		width: 100px;
	}

	.topFixed>div h2{
		font-size: 14px;
		font-size: 1.4rem;
	}

	.topFixed .cloneInr .count{
		display: none;
	}

	#contents #infoAbst{
		padding-bottom: 72px;
		/*background-size: 145%, auto;*/
		background-size: 490px, 200%;
		padding-top: 15px;
	background-image: url(../images/img_people.png) , url(../images/bg_detail01sp-min.png), url(../images/bg_detail01_02.png);

	}
	#contents #infoDetail{
		background-size: 200%;
	}

/*	#contents #infoDetail{
		padding-top: 65px;
	}*/

	#contents #infoDetail .tabBtn li{
		width: 40%;
		margin: 0;
	}

	#contents #infoDetail .tabBtn li a img{
		width: 100%;
	}

	#contents #infoDetail .tabBtn li:first-of-type{
		margin-right: 10px;
	}

	#contents #infoDetail #tabbox li{
		padding: 0px 10px 30px;
	}
	#contents #infoDetail .applicationDetail #tabbox li{
		padding: 0px 10px;
	}

	#contents #infoDetail #tabbox table,
	#contents #infoDetail #tabbox table th,
	#contents #infoDetail #tabbox table td{
		display: block;
		width: 100%;
	}

	#contents #infoDetail #tabbox table th,
	#contents #infoDetail #tabbox table td{
		padding: 10px;
	}

	#contents #infoDetail #tabbox table th{
		font-size: 16px;
		font-size: 1.6rem;
	}

	#contents #infoDetail #tabbox table td{
		padding-bottom: 20px;
	}

	#contents #infoDetail #tabbox table tr.tel td{
		font-size: 35px;
		font-size: 3.5rem;
		padding-bottom: 60px;
		background-position: bottom 10px right;
	}

	#contents #infoDetail #tabbox table tr.tel .phone_call {
    width: 88%;
    max-width: 300px;
    margin: 0 auto 10px;
	}

	@media only screen and (max-width: 414px){
		#contents #infoDetail #tabbox table tr.tel .phone_call.sp {
			display: block;
		}
	}

	#contents #infoDetail #tabbox table tr.tel .phone_call a {
		display: block;
	}

	#contents #infoDetail #tabbox table tr.tel .phone_call img {
		width: 100%;
		vertical-align: bottom;
	}
	#contents #infoDetail #tabbox table tr.appPireod.last {
		border-bottom: none;
	}

	#contents .applicationBtn p{
		width: 80%;
		margin: 0px 0px 5px;
		max-width: 300px;
	}

	#contents .applicationBtn p>a img{
		width: 100%;
	}
	#contents .applicationBtn p.recommend {
		/*width: 80%;*/
		display:block;
		margin:0 auto;
	}

	/* keep list */

	.keep-modal{
	width: 90%;height:90%;
	position: fixed;z-index: 30005;left:50%;top:30px;
	margin-left: -45%;margin-top: 0px;
	background: #FFF;
	padding:40px;
}
.keep-modal h2{
	color: #333;font-size: 18px;
	padding-bottom: 10px;margin-bottom: 0px;border-bottom: 1px solid #333;
}
.keep-modal h2 span{
	color:#0fb2ad;font-size: 20px;
}
.keep-modal .keep-image{
	display: none;
}

.keep-modal .btn-set{
	margin:10px;
}
.keep-modal .btn-set img{
	width: 100%;
}
.keep-modal .btn-show-list{
	float:none;
	margin-left: 0;
}
.keep-modal .btn-close-keep1{
	float: none;
	margin-right: 0;
	margin-top: 12px;
	display: block;
}
.keep-list .batchSelect {
	margin-bottom: 20px;
	display: block;
}
.keep-list .batchSelect .checkBtn {
	width: 100%;
	align-items: center;
}
.keep-list .batchSelect .checkBtn input[type="checkbox"] + label {
	border: 2px solid #1bcdc7;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	width: 50%;
	height: 50px;
	align-items: center;
}
.keep-list .batchSelect .checkBtn input[type="checkbox"] + label:hover {
	color: #111;
}
.keep-list .batchSelect .checkBtn input[type="checkbox"] + label::before {
	width: 38px;
	height: 38px;
}

.keep-list .batchSelect .batchText {
	margin-left: 4%;
	width: 46%;
	line-height: 1.9;
	font-size: 0.95rem;
}

.keep-list .batchSelect .applyBtn input[type="button"] + label {
	border-radius: 15px;
	width: 96%;
	height: 75px;
	color: #fff;
	font-size: 1.5rem;
	position: fixed;
	z-index: 100;
	bottom: 50px;
	left: 50%;
	transform: translateX(-50%);
}
.keep-list .batchSelect .applyBtn input[type="button"] + label span {
	color: #fdf573;
	font-size: 3.6rem;
	margin-left: 20px;
	display: inline-block;
}
.keep-list .batchSelect .applyBtn input[type="button"] + label:hover {
	opacity: 1;
}

@media only screen and (max-width: 1400px){
	.keep-list .batchSelect .applyBtn input[type="button"] + label {
		margin: 20px 0 0;
	}
}
.keep-list .batchSelect .applyBtn input[type="button"] + label:hover {
	opacity: 0.8;
}
@media only screen and (max-width: 768px){
.keep-list .batchSelect .applyBtn input[type="button"] + label span {
    font-size: 2.5rem;
    margin-left: 3%;
}
}
@media only screen and (max-width: 1000px) {
	.keep-list .batchSelect {
		display: block;
	}
	.keep-list .batchSelect .applyBtn {
		top: 0;
	}
}


.keep-list .jobCheck{
	margin-bottom: 15px;
	margin-left: calc(-2.1vw - 5px);
	position: relative;
}
.keep-list .jobCheck .checkMark input[type="checkbox"] + label {
	width: 58px;
	height: 50px;
}
.keep-list .jobCheck .checkMark input[type="checkbox"] + label::before {
	width: 38px;
	height: 38px;
	top: 6px;
	left: 14px;
}
.keep-list .jobCheck .checkMark input[type="checkbox"] + label::after {
	width: 38px;
	height: 38px;
	top: 6px;
	left: 14px;
}
.keep-list .jobCheck .checkItem {
	width: calc(100% - 58px);
}
.keep-list .jobCheck .checkItem .checkText {
	font-size: 1rem;
	padding: 6px 10px;
}
.keep-list .jobCheck .checkItem .companyName {
	padding: 6px 10px 0;
	font-size: 1.2rem;
}
.keep-list {
    width: 95.8vw;
}
.keep-list .item .pc-ui{
	display: none;
}
.keep-list .item .sp-ui{
	display: block;
}
.keep-list .item h2{
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 10px;
	padding: 15px 0 8px;
}
.keep-list .item h2 span {
	font-size: 11px;
}
.keep-list .item .image{
	width:55%;
}

.keep-list .item .image img{
width: 100%;
}

.keep-list .item .info{
	width:43%;
}
.keep-list .item .info h3{
float: none;
width: auto;
margin-bottom: 3px;
font-size: 8px;
padding: 0;
}
.keep-list .item .info p{
float: none;width: auto;
margin-bottom: 10px;
}
.keep-list .itemInner .btn-set img{width: 100%;}
.keep-list .itemInner .btn-set a{margin:0;}
.keep-list .itemInner .btn-set .show{width: 46%;float:left;}
.keep-list .itemInner .btn-set .entry{width: 46%;float:right;}
.btn-remove-keep {
	position: absolute;
	top: -5px;
	right: -5px;
	width: 20px;
	height: 20px;
	padding: 10px;
	box-sizing: content-box;
}
.jobCheck .btn-remove-keep {
	display: block;
}
.btn-remove-keep img {
	width: 100%;
	height: auto;
}
	/*--- search detail(point) ---*/

	body.spheight{
		background-color: #000;
	}


	#contents.searchDetailPont{
		background: url(../images/bg_detail_point_sp.png) no-repeat top center;
		padding-top: 10px;
		background-size: 100% auto;
		padding-bottom: 0;
		height: 100vh;
		min-height: auto;
		position: fixed;
		top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 50;
	}

	.searchDetailPont .outer{
		padding-top: 0;
		position: relative;
	}

	.searchDetailPont .outer::after {
		content: "";
    width: 13px;
    height: 13px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    bottom: -27px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
	}

	.searchDetailPont .outer::before {
		content: "";
    width: 13px;
    height: 13px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    bottom: -17px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
	}

	.searchDetailPont .pointInr{
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 0;
		padding-bottom: 0;
		height: 100vw;
		overflow: scroll;
		background-color: transparent;
		margin-top: 10px;
		-webkit-overflow-scrolling: touch
	}

	.searchDetailPont .pointInr .textWrap{
		height: auto;
		padding: 10px;
		background: rgba(255,255,255,1);
	}

	.searchDetailPont .pointInr .textWrap::before{
		display: none;
	}

	.searchDetailPont .pointInr .textWrap .trigger{
		display: none;
	}

	.searchDetailPont .pointInr article h3{
		font-size: 16px;
		font-size: 1.6rem;
	}

	.searchDetailPont .pointInr article p{
		font-size: 13px;
		font-size: 1.3rem;
	}

	#contents.searchDetailgallery .inner .coverOuter{
		width: 100%;
		margin: auto;
	}

	#contents.searchDetailgallery .inner .coverOuter #coverflow .flip-items li{
		text-align: center
	}

	#contents.searchDetailgallery .inner .coverOuter #coverflow .flip-items li img{
		width: 300px;

	}

	.flipster{
		overflow-x: hidden;
	}

	#bgArea{
		background-size: auto 90%;
	}

	.map {padding-top: 20px;}
	.map iframe{
		width:100%;height:300px;
	}
	.related-head {
    margin-top: 30px;
    border: none;
    background-color: #25c2e9;
    color: #fff;
    font-size: 2rem;
	}
	.related-head:before,
	.related-head:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    background: #fff;
	}
	.related-head .is-sp {
		display: block;
		line-height: 0;
	}
	.related-head > span {
    text-align: left;
    padding: 16px 0;
    line-height: 1.2;
    background: none;
		text-align: center;
	}
	.related-head > span b {
		color: #fffd66;
    font-size: 2.6rem;
	}
	@media all and (-ms-high-contrast:none){
		*::-ms-backdrop, .related-head > span {
			padding: 18px 0 11px 45px;
		} /* IE11 */
	}
  #contents .inner .applicationBtn .select-ttl.pc{
    display: none;
  }
	.related-head span span {
		display: none;
	}
	.related-links.sp {
		display: block;
		width: calc(100% + 10px);
		margin-top: 15px;
		margin-left: -5px;
		padding: 15px;
		background: #ffee4e;
	}
	.related-links .item {
		margin: 0 0 20px;
		width: 100%;
		padding: 10px 7px;
		border-radius: 10px;
		background: #fff;
		box-shadow:5px 5px 5px -2px rgba(0,0,0,.3);
	}
	.related-links .item .title {
		padding-bottom: 5px;
		margin-bottom: 10px;
		text-align: left;
		line-height: 1;
		border-bottom: 1px solid #ddd;
	}
	.related-links .item .title a {
		font-size: 12px;
		color: #000;
		text-decoration: none;
	}
	.related-links .item .title a span {
		display: block;
		font-size: 11px;
		color: #17cdc7;
	}
	.related-links .item .image {
		width: 55.2%;
		float: left;
		font-size: 10px;
		font-weight: bold;
	}
	.related-links .item .image a {
		display: block;
		line-height: 1;
	}
	.related-links .item .image img {
		width: 100%;
		border-radius: 10px;
	}
	.related-links .item .info {
		width: 41.8%;
		float: left;
		margin-left: 3%;
	}
	.related-links .item .info h3 {
		border: 1px solid #ddd;
		font-size: 10px;
		line-height: 1.5;
	}
	.related-links .item .info p {
		width: 100% !important;
		font-size: 10px;
		text-align: left;
	}
	.related-links .item .btn-set {
		clear: both;
		/* text-align: center; */
		padding-top: 10px;
		width: 93%;
		margin: 0 auto;
	}
	.related-links .item .btn-set a {
		display: inline-block;
		margin: 0;
		width: 47% !important;
	}
	.related-links .item .btn-set a.btn-add-keep {
		float: left;
		padding-top: 40px;
		background-image: url(/cmn/uniq/job/images/img_search_btn01.jpg);
		background-position: center center;
		background-size: contain;
		background-repeat: no-repeat;
		/*display: block;*/
		text-align: center;
		font-weight: bold;
		font-size: 0.9vw;
	}
	.related-links .item .btn-set a.show{
		float: right;
		padding-top: 40px;
	    background-image: url(/cmn/uniq/job/images/img_search_btn03.jpg);
	    background-position: center center;
	    background-size: contain;
	    background-repeat: no-repeat;
	    /*display: block;*/
	    text-align: center;
	    font-weight: bold;
	    font-size: 0.9vw;
	}

	.related-links .item .inner{
		display: block;
	    height: auto;
	    border: solid 3px #61d6bc;
	    border-radius: 5px;
	    overflow: hidden;
	    position: relative;
	    cursor: pointer;
		background: #FFF;
		padding: 0;
	}

}



@media only screen and (max-width: 1600px){
	.searchindexInr .mainList li.adlarge span{
		height:26.2vw;
	}
	.searchindexInr .mainList li>span{
		height: 12.45vw;
	}
}
@media only screen and (max-width: 769px){
  .searchindexInr .mainList li.adlarge span{
    height: 26.3vw;
  }
}
@media only screen and (max-width: 713px){
  .searchindexInr .mainList li.adlarge span{
    height: 26.4vw;
  }
}
@media only screen and (max-width: 666px){
  .searchindexInr .mainList li.adlarge span{
    height: 26.6vw;
  }
}
@media only screen and (max-width: 588px){
  .searchindexInr .mainList li.adlarge span{
    height: 26.9vw;
  }
}
@media only screen and (max-width: 500px){
  .searchindexInr .mainList li.adlarge span{
    height: 27.3vw;
  }
}
#contents.searchDetailgallery .inner{
	width: 102vh;
	margin: 12.1vh auto 0;
	height: 48vh;
	box-sizing: border-box;
}
#contents.searchDetailgallery .swiper-wrapper{
	margin: 0 auto ;
	height:48vh;
}
#contents.searchDetailgallery .slideWrap{
	width: 73vh;
	height: 48vh;
	overflow: hidden;
	margin: 0 auto;
}
#contents.searchDetailgallery .slideWrap img{
	width: 100%;
}
.swiper-button-next{
	width: 51px !important;
	height: 47px !important;
	background-image: url("/cmn/uniq/job/images/btn_next.png") !important;
	background-repeat: no-repeat;
	background-size: 100% !important;
}
.swiper-button-prev{
	width: 51px !important;
	height: 47px !important;
	background-image: url("/cmn/uniq/job/images/btn_back.png") !important;
	background-repeat: no-repeat;
	background-size: 100% !important;
}
.logoGallery{
	width: 145px;
	position: absolute;
	right: -115px;
	bottom: -4vh;
}
.logoGallery img{
	width: 100%;
}
@media only screen and (max-width: 768px){
	html {
		overscroll-behavior: none;
	}
	#bgArea{
	background: #29130c url(/cmn/uniq/job/images/bg_detail_gallery_sp.jpg) ;
	background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 50;

	}
	#contents.searchDetailgallery{
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	overscroll-behavior: none;
	}
	#contents.searchDetailgallery .inner{
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0;
    position: fixed;
    top: 13vh;
    overflow-y: auto;
	overscroll-behavior: contain;
}
	#contents.searchDetailgallery .inner .swiper-container{
		overflow: initial;	}
#contents.searchDetailgallery .swiper-wrapper{
	margin: 0 auto;
	width: 80vw;
	height: auto;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}
#contents.searchDetailgallery .swiper-slide{

	}
#contents.searchDetailgallery .slideWrap{
	width: 80vw !important;
	height: auto;
	overflow: hidden;
	margin: 0;
}
#contents.searchDetailgallery .inner .swiper-container:before{
	content: " ";
	width: 90vw;
	height: 60vw;
	background: url(/cmn/uniq/job/images/bg_gallerySlide.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	top: 0;
	left: 5vw;
	right: 0;
	bottom: 0;
	position: absolute;
	z-index: 5;
	}
.swiper-button-next{
	width: 22px !important;
	height: 23px !important;
	background-repeat: no-repeat;
	background-size: 100% !important;
	right: 2px !important;
	margin-top: -12px !important;
}
.swiper-button-prev{
	width: 22px !important;
	height: 23px !important;
	background-repeat: no-repeat;
	background-size: 100% !important;
	left: 5px !important;
	margin-top: -12px !important;
}
.logoGallery{
	width: 25%;
	position: static;
	margin: 50px auto 0;
}
.keep-modal .keep-menu img {
	width: 100%;
}
.keep-modal .keep-menu + p {
	font-size: 13px;
	margin: 15px 0 25px;
}
/* delete modal */
.delete-modal{
	width: 92%;
	height:auto;
	padding:25px 20px;
}
.delete-modal .delete-modal-text{
	font-size: 1.85rem;
	margin-bottom: 20px;
}
.delete-modal .delete-modal-list li {
	min-width: 50%;
}
.delete-modal .delete-modal-list li + li {
	margin-left: 0;
}
.delete-modal .delete-modal-list a {
	display: block;
	font-size: 2.2rem;
}
.delete-modal .delete-modal-list a:hover {
	opacity: 1;
}
}
@media only screen and (max-width: 320px) {
	.keep-modal {
		padding: 20px;
	}
	.keep-modal h2 {
		font-size: 14px;
	}
	.keep-modal h2 span {
    font-size: 16px;
	}
	.keep-modal .keep-menu + p {
    font-size: 12px;
	}
}