@charset "utf-8";
/* CSS Document */
.staffid{
	font-size: 13px;
}
.job .bg{
	background-color: #FAFAFA;
	padding: 30px 0;
	margin-bottom: 30px;
}
.job .btn-03{
	text-align: center;
}
.job .btn-03 a {
    color: #fff;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    background-color: #FF6E7D;
    display: inline-block;
    box-sizing: border-box;
    padding: 30px 0;
    border-radius: 5px;
    box-shadow: 0 5px 0 #D04B58;
    width: 355px;
    text-align: center;
}
.job .btn-02{
	margin-top: 40px;
	justify-content: center;
	-webkit-justify-content: center;
}
.job .btn-02 li{
	margin: 0 15px;
	max-width: 300px !important;
    width: 40% !important;
}
.job .btn-02 li a{
    color: #fff;
    font-size: 18px !important;
    font-size: 1.8rem !important;
    font-weight: bold;
    background-color: #73BE5E;
    display: inline-block;
    box-sizing: border-box;
    padding: 20px 0 !important;
    border-radius: 5px;
    box-shadow: 0 5px 0 #467E37;
    text-align: center;	
}
.job .btn-02 li a::before{
	content: '';
	display: inline-block;
	background: url("../img/icon2/pen2.svg") no-repeat center left;
	width: 19px;
	height: 19px;
	vertical-align: middle;
	margin-right: 15px;
}
.job .btn-02 li:last-child a{
    background-color: #EAC343;
    box-shadow: 0 5px 0 #A58724;
}
.job .btn-02 li:last-child a::before{
	background: url("../img/icon2/folder.svg") no-repeat center left;
	width: 22px;
	height: 20px;
}
.job h2.heading{
	margin-bottom: 0;
}
.job .number{
	text-align: right;
	margin-bottom: 15px;
	color: #939393;
}
.job .search__row{
	padding: 20px 30px 45px !important;
	margin-bottom: 60px !important;
}
.job .search h3{
	font-size: 20px;
	background-color: #FDEBED;
	padding: 30px;
	margin-bottom: 30px;
	border-left: 6px #FF6E7D solid;
	font-weight: bold;
}
.job .search .f-center{
	align-items: center;
	-webkit-align-items: center;
}
.job .search .f-reverse{
	flex-direction: row-reverse;
	-webkit-flex-direction: row-reverse;
}
.job .search .ctgry-3 .new,
.job2.job3 .search .ctgry-3 .new{
	display: inline-block;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	background-color: #EB4A4A;
	border-radius: 3px;
	padding: 5px 10px;
	box-sizing: border-box;
	margin-right: 10px;
	width: auto;
	float: none;
	margin-bottom: 10px;
}
.job .search .ctgry-3 .rcmd,
.job2.job3 .search .ctgry-3 .rcmd{
	display: inline-block;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	background-color: #5BBEEA;
	border-radius: 3px;
	padding: 5px 10px;
	box-sizing: border-box;
	margin-bottom: 10px;
}
.job .search .search__item h4{
	font-size: 14px;
	background-color: #FF6E7D;
	padding: 10px 0 5px;
	text-align: center;
	color: #fff;
	border-radius: 5px 5px 0 0;
}
.job .search .search__item h4::before{
	content: '';
	display: inline-block;
	background: url("../img/icon2/light-bulb.svg") no-repeat center left;
	width: 20px;
	height: 21px;
	vertical-align: middle;
	margin-bottom: 7px;
	margin-right: 15px;
}
.job .search .search__item ul{
	border: solid 2px #FF6E7D;
	padding: 20px;
	border-radius: 0 0 5px 5px;
}
.job .search .search__item ul li{
	line-height: 1.8;
}
/*.job .search .search__item ul li::before{
	content: '';
	display: inline-block;
	background-color: #3E3A39;
	width: 10px;
	height: 10px;
	vertical-align: middle;
	transform: rotate(45deg);
	margin-right: 2px;
	margin-bottom: 3px;
}*/
.job .search__item2{
	margin: 30px 0;
}
.job .search__item2 .flex{
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.job .search__item2 li{
	font-size: 12px;
	text-align: center;
	padding: 7px 5px;
	border-radius: 3px;
	border: solid 1px #707070;
	margin-right: 10px;
	margin-bottom: 10px;
}
.job .search th{
	padding: 25px 0;
	box-sizing: border-box;
	width: 170px;
	background-color: #FDEBED;
	border-bottom: solid 1px #DEDEDE;
	text-align: center;
}
.job .search td{
	padding: 25px 20px;
	box-sizing: border-box;
	border-bottom: solid 1px #DEDEDE;
	line-height: 1.5;
}
.job .search tr:first-child th{
	border-top: solid 1px #DEDEDE;
}
.job .search tr:first-child td{
	border-top: solid 1px #DEDEDE;
}
.job .search tr th::before{
	content: '';
	display: inline-block;
	background: url("../img/icon2/yen-sign.svg") no-repeat center left;
	width: 11px;
	height: 14px;
	vertical-align: middle;
	margin-right: 6px;
	margin-bottom: 3px;
}
.job .search tr:nth-child(2) th::before{
	background: url("../img/icon2/map-marker-alt.svg") no-repeat center left;
	width: 12px;
	height: 16px;
}
.job .search tr:nth-child(3) th::before{
	background: url("../img/icon2/file-alt.svg") no-repeat center left;
	width: 12px;
	height: 16px;
}
.job .search tr:nth-child(4) th::before{
	background: url("../img/icon2/user-alt.svg") no-repeat center left;
	width: 13px;
	height: 13px;
}
.job .search tr:nth-child(5) th::before{
	background: url("../img/icon2/clock.svg") no-repeat center left;
	width: 13px;
	height: 13px;
}
.job .search tr:nth-child(6) th::before{
	background: url("../img/icon2/flag.svg") no-repeat center left;
	width: 12px;
	height: 12px;
}
.job .search tr:nth-child(7) th::before{
	background: url("../img/icon2/calendar-alt.svg") no-repeat center left;
	width: 12px;
	height: 14px;
}
.job .search tr:nth-child(8) th::before{
	background: url("../img/icon2/hands-helping.svg") no-repeat center left;
	width: 17px;
	height: 14px;
}
.job .search tr:nth-child(9) th::before{
	background: url("../img/icon2/folder-open.svg") no-repeat center left;
	width: 16px;
	height: 11px;
}
.job .search tr:nth-child(10) th::before{
	background: url("../img/icon2/pen.svg") no-repeat center left;
	width: 14px;
	height: 14px;
}
.job .search tr:nth-child(11) th::before{
	background: url("../img/icon2/phone-alt.svg") no-repeat center left;
	width: 14px;
	height: 14px;
}
.job .search tr:nth-child(12) th::before{
	background: url("../img/icon2/file-alt.svg") no-repeat center left;
	width: 14px;
	height: 14px;
}
.job .recommend{
	padding: 45px 0 80px;
	border-bottom: solid 1px #FF6E7D;
	background-color: transparent;
}
.job .recommend h3{
	text-align: center;
	font-size: 24px;
	font-size: 2.4rem;
	margin-bottom: 35px;
	font-weight: bold;
}
.job .recommend__item{
	box-sizing: border-box;
	background-color: #fff;
	padding: 30px 15px;
	width: 32%;
	max-width: 320px;
	border-radius: 10px;
	border-top: solid 4px #FF6E7D;	;
    box-shadow: 0 3px 5px rgba(0,0,0,0.16);
}
.job .recommend__item h4{
	color: #044E98;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 30px;
	font-weight: bold;
	line-height: 1.5;
}
.job .recommend__item tr{
	display: inline-block;
	border-bottom: dotted 1px #DEDEDE;
	margin-bottom: 10px;
	padding-bottom: 10px;
	width: 100%;
}
.job .recommend__item th span{
	padding: 8px 0;
	box-sizing: border-box;
	width: 100%;
	background-color: #FDEBED;
	text-align: center;
	display: inline-block;
	border-radius: 3px;
}
.job .recommend__item th{
	display: block;
	border-bottom: dotted 1px #DEDEDE;
}
.job .recommend__item td{
	box-sizing: border-box;
	padding: 8px 0;
	padding-left: 15px;
	display: inline-block;
	vertical-align: middle;
}
.job .recommend__item tr th span::before{
	content: '';
	display: inline-block;
	background: url("../img/icon2/yen-sign.svg") no-repeat center left;
	width: 11px;
	height: 14px;
	vertical-align: middle;
	margin-right: 3px;
	margin-bottom: 2px;
}
.job .recommend__item tr:nth-child(2) th span::before{
	background: url("../img/icon2/folder-open.svg") no-repeat center left;
	width: 16px;
	height: 11px;
}
.job .recommend__item tr:nth-child(3) th span::before{
	background: url("../img/icon2/map-marker-alt.svg") no-repeat center left;
	width: 12px;
	height: 16px;
}
.job .recommend__item tr:nth-child(4) th span::before{
	background: url("../img/icon2/calendar-alt.svg") no-repeat center left;
	width: 12px;
	height: 14px;
}
.job .recommend__item .btn-03 a{
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    padding: 20px 0 16px;
    border-radius: 5px;
    width: 290px;
}
.job .recommend__item .btn-03 a::before{
	content: '';
	display: inline-block;
	background: url("../img/icon2/file-alt-regular.svg") no-repeat center left;
	width: 16px;
	height: 22px;
	vertical-align: middle;
	margin-right: 10px;
	margin-bottom: 4px;
}


@media screen and (max-width: 767px) {
.job h2.heading {
	font-size: 18px;
	font-size: 1.8rem;
}
.job .bg {
    margin-bottom: 15px;
}
.job .search h3 {
    font-size: 16px;
	font-size: 1.6rem;	
	padding: 20px;
	margin-bottom: 20px;
	border-left: 5px #FF6E7D solid;
    line-height: 1.5;
}
.job .search .f-center{
	display: block;
}
.job .search__item2 {
    margin: 20px 0;
	margin-bottom: 10px;
}
.job .search__item2 .flex {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.job .search__item2 li {
	margin-bottom: 10px;
}
/*
.job .search th {
    width: 110px;
    vertical-align: middle;
	padding: 0 10px;
}
.job .search td {
    padding: 25px 15px;
}
*/
.job .search .detail__item tr {
	border-bottom: dotted 1px #DEDEDE;
	margin-bottom: 10px;
	display: inline-block;
	width: 100%;
}
.job .search .detail__item th {
	width: auto;
	display: inline-block;
	padding: 8px 20px;
	border-radius: 3px;
	border: none!important;
}
.job .search .detail__item td {
	display: block;
	border: none !important;
	padding: 10px 15px 18px;
}

.job .search__row {
    padding: 20px 20px 10px !important;
    margin-bottom: 40px !important;
}
.job .btn-02 {
    margin-top: 30px;
    flex-wrap: wrap !important;
    -webkit-flex-wrap: wrap !important;
}
.job .btn-02 li {
    margin: 0 !important;
	margin-bottom: 20px !important;
	width: 100% !important;
	max-width: 100% !important;
	text-align: center;
}
.job .btn-02 li a {
	width: 100% !important;
	max-width: 300px !important;
	padding: 15px 20px !important;
	}
.job .btn-02 li:last-child a {
    font-size: 14px !important;
    font-size: 1.4rem !important;
    max-width: 240px !important;
}
.job .btn-03 a {
    max-width: 345px;
	width: 100%;
}
.job .search {
	padding-bottom: 40px;
}
.job .recommend {
    padding: 35px 0 65px;
}
.job .recommend h3 {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 25px;
}
.job .recommend .flex{
		display: block;
	}
.job .recommend__item {
		padding: 30px 20px;
		width: 100%;
		max-width: 100%;
		margin-bottom: 15px;
}
}
/*-----job2.html---------*/
.job2 .bg{
	background-color: #FAFAFA;
	padding: 30px 0;
	margin-bottom: 30px;
}
#csform .lead{
    max-width: 1000px;
    margin: 0 auto 30px;
    padding: 0 20px;
}
.job2 .btn-03{
	text-align: center;
}
.job2 .btn-03 a {
    color: #fff;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    background-color: #FF6E7D;
    display: inline-block;
    box-sizing: border-box;
    padding: 30px 0;
    border-radius: 5px;
    box-shadow: 0 5px 0 #D04B58;
    width: 355px;
    text-align: center;
}
.job2 .btn-04{
	margin-bottom: 30px !important;
}
.job2 .btn-04 a {
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    background-color: #5BBEEA;
    display: inline-block;
    box-sizing: border-box;
    padding: 20px 0;
    border-radius: 5px;
    box-shadow: 0 5px 0 #3D84A3;
    width: 100%;
    text-align: center;
}
.job2 .btn-02{
	justify-content: center;
	-webkit-justify-content: center;
}
.job2 .btn-02 li{
	max-width: 300px;
	width: 32%;
	margin: 0 15px;
}
.job2 .btn-02 li a{
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    background-color: #FF6E7D;
    display: inline-block;
    box-sizing: border-box;
    padding: 20px 10px !important;
    border-radius: 5px;
    box-shadow: 0 5px 0 #D04B58;
    width: 100%;
    text-align: center;
	height: 61px !important;
}
.job2 .btn-02 li a::before{
	content: '';
	display: inline-block;
	background: url("../img/icon2/file-alt-regular.svg") no-repeat center left;
	width: 16px;
	height: 22px;
	vertical-align: middle;
	margin-right: 15px;
}
.job2 .btn-02 li:first-child a::before{
	margin-bottom: 4px;
}
.job2 .btn-02 li:nth-child(2) a{
    background-color: #73BE5E;
	box-shadow: 0 5px 0 #467E37;
}
.job2 .btn-02 li:nth-child(2) a::before{
	background: url("../img/icon2/pen2.svg") no-repeat center left;
	width: 19px;
	height: 19px;
}
.job2 .btn-02 li:last-child a{
    background-color: #EAC343;
    box-shadow: 0 5px 0 #A58724;
}
.job2 .btn-02 li:last-child a::before{
	background: url("../img/icon2/folder.svg") no-repeat center left;
	width: 22px;
	height: 20px;
}
.job2 h2.heading{
	margin-bottom: 0;
}
.job2 .number{
	text-align: right;
	margin-bottom: 15px;
	color: #939393;
}
.job2 .search__row{
	padding: 40px 30px 30px;
	margin-bottom: 40px;
}
.job2 .search h3{
	font-size: 20px;
	background-color: #FDEBED;
	padding: 30px;
	margin-bottom: 30px;
	border-left: 6px #FF6E7D solid;
	font-weight: bold;
	position: relative;
	line-height: 1.3;
}
.job2 .search h3.new::before{
	content: 'NEW';
	display: inline-block;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	background-color: #EB4A4A;
	border-radius: 3px;
	padding: 5px 10px;
	box-sizing: border-box;
	position: absolute;
	top: -35px;
	left:-5px;
}
.job2 .search .search__item h4{
	font-size: 14px;
	background-color: #FF6E7D;
	padding: 10px 0 5px;
	text-align: center;
	color: #fff;
	border-radius: 5px 5px 0 0;
}
.job2 .search .search__item h4::before{
	content: '';
	display: inline-block;
	background: url("../img/icon2/light-bulb.svg") no-repeat center left;
	width: 20px;
	height: 21px;
	vertical-align: middle;
	margin-bottom: 7px;
	margin-right: 15px;
}
.job2 .search .search__item ul{
	border: solid 2px #FF6E7D;
	padding: 20px;
	border-radius: 0 0 5px 5px;
}
.job2 .search .search__item ul li{
	line-height: 1.8;
}

/*
.job2 .search .search__item ul li::before{
	content: '';
	display: inline-block;
	background-color: #3E3A39;
	width: 10px;
	height: 10px;
	vertical-align: middle;
	transform: rotate(45deg);
	margin-right: 2px;
	margin-bottom: 3px;
}
*/

.job2 .search__item2{
	margin: 30px 0;
}
.job2 .search__item2 .flex{
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.job2 .search__item2 li{
	font-size: 12px;
	text-align: center;
	padding: 7px 5px;
	border-radius: 3px;
	border: solid 1px #707070;
	margin-right: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.job2 .search .search__item3 th{
	padding: 25px 0;
	box-sizing: border-box;
	width: 170px;
	background-color: #FDEBED;
	border-bottom: solid 1px #DEDEDE;
	text-align: center;
}
.job2 .search .search__item3 td{
	padding: 25px 20px;
	box-sizing: border-box;
	border-bottom: solid 1px #DEDEDE;
	line-height: 1.5;
}
.job2 .search .search__item3 tr:first-child th{
	border-top: solid 1px #DEDEDE;
}
.job2 .search .search__item3 tr:first-child td{
	border-top: solid 1px #DEDEDE;
}
.job2 .search .search__item3 tr th::before{
	content: '';
	display: inline-block;
	background: url("../img/icon2/yen-sign.svg") no-repeat center left;
	width: 11px;
	height: 14px;
	vertical-align: middle;
	margin-right: 6px;
	margin-bottom: 3px;
}
.job2 .search .search__item3 tr:nth-child(2) th::before{
	background: url("../img/icon2/map-marker-alt.svg") no-repeat center left;
	width: 12px;
	height: 16px;
}
.job2 .search .search__item3 tr:nth-child(3) th::before{
	background: url("../img/icon2/file-alt.svg") no-repeat center left;
	width: 12px;
	height: 16px;
}
.job2 .search .search__item3 tr:nth-child(4) th::before{
	background: url("../img/icon2/user-alt.svg") no-repeat center left;
	width: 13px;
	height: 13px;
}
.job2 .search .search__item3 tr:nth-child(5) th::before{
	background: url("../img/icon2/clock.svg") no-repeat center left;
	width: 13px;
	height: 13px;
}
.job2 .search .search__item3 tr:nth-child(6) th::before{
	background: url("../img/icon2/flag.svg") no-repeat center left;
	width: 12px;
	height: 12px;
}
.job2 .search .search__item3 tr:nth-child(7) th::before{
	background: url("../img/icon2/calendar-alt.svg") no-repeat center left;
	width: 12px;
	height: 14px;
}
.job2 .search .search__item3 tr:nth-child(8) th::before{
	background: url("../img/icon2/hands-helping.svg") no-repeat center left;
	width: 17px;
	height: 14px;
}
.job2 .search .search__item3 tr:nth-child(9) th::before{
	background: url("../img/icon2/folder-open.svg") no-repeat center left;
	width: 16px;
	height: 11px;
}
.job2 .search .search__item3 tr:nth-child(10) th::before{
	background: url("../img/icon2/pen.svg") no-repeat center left;
	width: 14px;
	height: 14px;
}
.job2 .search .search__item3 tr:nth-child(11) th::before{
	background: url("../img/icon2/phone-alt.svg") no-repeat center left;
	width: 14px;
	height: 14px;
}
.job2 .recommend{
	padding: 45px 0 80px;
	border-bottom: solid 1px #FF6E7D;
}
.job2 .recommend h3{
	text-align: center;
	font-size: 24px;
	font-size: 2.4rem;
	margin-bottom: 35px;
	font-weight: bold;
}

.job2 .recommend__item {
	margin: 30px 0 20px;
}
.job2 .recommend__item h4{
	color: #044E98;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 30px;
	font-weight: bold;
	line-height: 1.5;
}
.job2 .recommend__item tr{
	border-bottom: dotted 1px #DEDEDE;
	margin-bottom: 10px;
	width: 100%;
	box-sizing: border-box;
	display: inline-block;
}
.job2 .recommend__item th span{
	padding: 8px 0;
	box-sizing: border-box;
	width: 170px;
	background-color: #FDEBED;
	text-align: center;
	display: inline-block;	
	border-radius: 3px;
}
.job2 .recommend__item th{
	padding-bottom: 10px;
	display: inline-block;
}
.job2 .recommend__item td{
	padding: 10px 15px 18px;
	box-sizing: border-box;
	display: inline-block;
}
.job2 .recommend__item tr th span::before{
	content: '';
	display: inline-block;
	background: url("../img/icon2/yen-sign.svg") no-repeat center left;
	width: 11px;
	height: 14px;
	vertical-align: middle;
	margin-right: 3px;
	margin-bottom: 2px;
}
.job2 .recommend__item tr:nth-child(2) th span::before{
	background: url("../img/icon2/folder-open.svg") no-repeat center left;
	width: 16px;
	height: 11px;
}
.job2 .recommend__item tr:nth-child(3) th span::before{
	background: url("../img/icon2/map-marker-alt.svg") no-repeat center left;
	width: 12px;
	height: 16px;
}
.job2 .recommend__item tr:nth-child(4) th span::before{
	background: url("../img/icon2/calendar-alt.svg") no-repeat center left;
	width: 12px;
	height: 14px;
}
.job2 .recommend__item .btn-03 a{
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    padding: 20px 0 16px;
    border-radius: 5px;
    width: 290px;
}
.job2 .recommend__item .btn-03 a::before{
	content: '';
	display: inline-block;
	background: url("../img/icon2/file-alt-regular.svg") no-repeat center left;
	width: 16px;
	height: 22px;
	vertical-align: middle;
	margin-right: 10px;
	margin-bottom: 4px;
}

.job2 .terms__item{
	background-color: #F4F4F4;
	padding: 20px;
	margin-bottom: 15px;
	box-sizing: border-box;
	border-radius: 10px;
}
.job2 .terms__item label{
	display: inline-block;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	padding: 0;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: solid 1px #fff;
}
.job2 .terms__item ul li{
	margin-bottom: 20px;
	line-height: 1.5;
	padding-left: 79px;
	position: relative;
}
.job2 .terms__item ul li:nth-child(3){
	margin-bottom: 40px;
}
/*.terms__item ul li:nth-child(4){
	padding-left: 0;
	position: static;
}
.terms__item ul li:nth-child(4) p{
	width: 50%;
	padding-left: 79px;
	position: relative;
}*/
.job2 .terms__item ul li:last-child{
	margin-bottom: 0;
}
.job2 .terms__item ul li span{
	display: inline-block;
	width: 79px;
	text-align: right;
	font-weight: bold;
	position: absolute;
	left: 0;
}
.job2 .terms__item ul li:last-child span{
	letter-spacing: -1px;
}
.job2 .terms__item2{
	position: relative;
}
.job2 .terms__item2 .flex{
	justify-content: center;
	-webkit-justify-content: center;
	margin: 0 auto 30px;
}
.job2 .terms__item2.btm ul.flex{
	margin-bottom: 80px;
	margin-top: -10px;
}
.job2 .terms__item2 p{
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
}
.job2 .terms__item2 p span{
	font-size: 26px;
	font-size: 2.6rem;
	color: #FF6E7D;
	vertical-align: sub;
}
.job2 .terms__item2 ul li{
	margin: 0 5px;
}
.job2 .terms__item2 ul li a{
	display: inline-block;
	width: 30px;
	height: 30px;
	padding: 6px 0;
	box-sizing: border-box;
	text-align: center;
	border: solid 1px #3E3A39;
	border-radius: 5px;
}
.job2 .terms__item2 ul li a.on{
	border: solid 1px #ACACAC;
	border-radius: 5px;
	background-color: #FF6E7D;
	color: #fff;
}
/*
.job2 .terms__item2 ul li:nth-child(2)::before{
	content: '';
	display: inline-block;
	background: url("../img/icon2/arrow.svg") no-repeat center left;
	width: 13px;
	height: 15px;
	vertical-align: middle;
	margin-right: 10px;
	margin-bottom: 2px;
}
.job2 .terms__item2 ul li:nth-child(6)::after{
	content: '';
	display: inline-block;
	background: url("../img/icon2/arrow.svg") no-repeat center left;
	width: 13px;
	height: 15px;
	vertical-align: middle;
	margin-left: 10px;
	margin-bottom: 2px;
	transform: rotate(180deg);
}
*/
.job2 .terms__item2 ul li.prev::before{
	content: '';
	display: inline-block;
	background: url("../img/icon2/arrow.svg") no-repeat center left;
	width: 13px;
	height: 15px;
	vertical-align: middle;
	margin-right: 10px;
	margin-bottom: 2px;
}
.job2 .terms__item2 ul li.next::after{
	content: '';
	display: inline-block;
	background: url("../img/icon2/arrow.svg") no-repeat center left;
	width: 13px;
	height: 15px;
	vertical-align: middle;
	margin-left: 10px;
	margin-bottom: 2px;
	transform: rotate(180deg);
}
.job2 .terms__item3 .flex{
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
}
.job2 .terms__item3 ul{	
	border: solid 1px #DEDEDE;
	border-radius: 5px;
	max-width: 317px;
	box-sizing: border-box;
    margin-bottom: 20px;
}
.job2 .terms__item3 ul li{
	width: calc(100%/3);
}
.job2 .terms__item3 ul li a{
	display: inline-block;
	color: #666666;
	border-right: solid 1px #DEDEDE;
	padding: 10px 0;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
	font-weight: bold;
}
.job2 .terms__item3 ul li a.on{
	color: #fff;
	background-color: #FF6E7D;
}
.job2 .terms__item3 ul li:first-child a{
	border-radius: 5px 0 0 5px;
}
.job2 .terms__item3 ul li:last-child a{
	border-right: none;
	border-radius: 0 5px 5px 0;
}
/*-----------------------------------*/
.job2.folder .bg{
	margin-bottom: 40px;
}
.job2.folder .terms__item2 p{
	position: static;
	margin-bottom: 40px;
}
.job2.folder .terms__item2 p span {
    vertical-align: baseline;
}
.job2.folder .terms__item3 ul{
	margin-bottom: 20px;
}
.job2 .check{
	background-color: #FDEBED;
	padding: 20px 25px;
	border-radius: 5px;
	margin-bottom: 20px;
	
}
.job2 .check input{
	margin-right: 5px;
}
.job2.folder .search h3 {
	border-left: none;
}
.job2.folder .search h3 input {
	margin-right: 20px;
}
.job2.folder .search h3.new::before {
    left: 0;
}
.job2.folder .btn-02 li:first-child a{
    background-color: #FF6E7D;
    box-shadow: 0 5px 0 #D04B58;
}
.job2.folder .btn-02 li:first-child a::before{
	background: url("../img/icon2/file-alt-regular.svg") no-repeat center left;
	width: 16px;
	height: 22px;
}
.job2.folder .btn-02 li:last-child a{
    background-color: #939393;
    box-shadow: 0 5px 0 #696969;
	font-size: 16px;
	font-size: 1.6rem;
}
.job2.folder .btn-02 li:last-child a::before{
	background: url("../img/icon2/trash-alt-solid.svg") no-repeat center left;
	width: 18px;
	height: 20px;
	margin-bottom: 5px;
}
.job2.folder .btn-04 {
    justify-content: center;
    -webkit-justify-content: center;
	margin-bottom: 80px;
}
.job2.folder .btn-04 li {
    margin: 0 15px;
}
.job2.folder .btn-04 li a {
    color:  #fff;
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: bold;
    display: inline-block;
    box-sizing: border-box;
    padding: 20px 0;
    border-radius: 5px;
    width: 300px;
    text-align: center;
    height: 61px;
	letter-spacing: normal;
}
.job2.folder .btn-04 li a::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.job2.folder .btn-04 li:last-child a{
    background-color: #73BE5E;
    box-shadow: 0 5px 0 #467E37;
}
.job2.folder .btn-04 li:last-child a::before{
	background: url("../img/icon2/pen2.svg") no-repeat center left;
	width: 19px;
	height: 19px;
}
.job2.folder .btn-04 li:first-child a{
    background-color: #939393;
    box-shadow: 0 5px 0 #696969;
    font-size: 16px;
    font-size: 1.6rem;
	padding: 21px 0;
}
.job2.folder .btn-04 li:first-child a::before{
	background: url("../img/icon2/trash-alt-solid.svg") no-repeat center left;
	width: 18px;
	height: 20px;
	margin-bottom: 3px;
}

@media screen and (max-width: 767px) {
.job2 h2.heading {
	font-size: 18px;
	font-size: 1.8rem;
}
.job2 .bg {
    margin-bottom: 15px;
}
.job2 .terms__item ul li.flex {
	display: block;
	margin-bottom: 0;
}
.job2 .terms__item ul li:nth-child(3) {
    margin-bottom: 20px;
}
.job2 .terms__item ul li.flex p {
	margin-bottom: 20px;
	width: 100%;
}
.job2 .number{
	margin: 0 20px 15px;
}
.job2 .search h3 {
    font-size: 16px;
	font-size: 1.6rem;	
	padding: 20px;
	margin: 0 20px;
	margin-bottom: 20px;
	border-left: 5px #FF6E7D solid;
    line-height: 1.5;
}
.job2 .search__item{
	margin: 0 20px;
	margin-bottom: 20px;
}
.job2 .search__item2 {
    margin: 20px;
	margin-bottom: 10px;
}
.job2 .search__item2 .flex {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.job2 .search__item2 li {
	margin-bottom: 10px;
	}
.job2 .search .search__item3 th {
    width: 110px;
}
.job2 .search .search__item3 td {
    padding: 25px 15px;
}
.job2 .search__row {
    padding: 20px 0 0;
    margin-bottom: 0;
}
.job2 .recommend__item th span {
    width: 108px;
}
.job2 .btn-02 {
    margin-top: 20px;
    flex-wrap: wrap !important;
    -webkit-flex-wrap: wrap !important;
}
.job2 .btn-02 li {
    margin: 0 20px !important;
	margin-bottom: 20px !important;
	width: 100%;
	text-align: center;
}
.job2 .btn-02 li:nth-child(2),
.job2 .btn-02 li:nth-child(3) {
	width: 100%;
	margin-bottom: 0;
	max-width: 100%;
}
.job2 .btn-02 li a {
	width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
	padding: 15px 20px;
}
.job2 .btn-05 li a {
	padding: 20px;
}
.job2 .btn-02 li:last-child a {
}
.job2 .btn-03 a {
    max-width: 345px;
	width: 100%;
}
.job2 .search {
	margin-bottom: 30px;
}
.job2 .recommend {
    padding: 35px 0 65px;
}
.job2 .recommend h3 {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 25px;
}
.job2 .recommend .flex{
	display: block;
}
.job2 .recommend__item {
	margin: 0 20px;
	margin-bottom: 15px;
	box-sizing: border-box;
}
.job2 .btn-03 {
	margin: 0 20px;
	margin-top: 20px;
	}
.job2 .btn-04{
	margin-bottom: 20px;
}
.job2 .terms__item2 p {
    position: static;
    margin-bottom: 20px;
}
.job2 .terms__item2.btm ul.flex {
    margin-top: 0;
}
.job2 .terms__item3 ul {
    max-width: 100%;
}	
.job2 .terms__item{
	background-color: transparent;
	padding: 0;
}
.job2 .terms__item h3 {
}
.job2 .terms__item.cp_actab label {
    line-height: 1;
	padding: 20px;
    background-color: #F4F4F4;
	margin-bottom: 0;
	width: 100%;
	box-sizing: border-box;
}
.job2 .terms__item.cp_actab .cp_actab-content ul{
    background-color: #F4F4F4;	
	padding: 20px;
}
.job2 .terms__item.cp_actab .cp_actab-content ul li{
    width: 100%;
}
/* :checked */
.job2 .cp_actab input#tab-four:checked ~ .cp_actab-content {
	max-height: 100%;
}
.job2 .terms__item.cp_actab label::after {
    top: 0;
	bottom: 0;
	margin: auto;
}
.job2 .terms__item.cp_actab input[type=checkbox] + label::after {
	transform: rotate(90deg);
}
.job2 .terms__item.cp_actab input[type=checkbox]:checked + label::after {
	transform: rotate(-90deg);
}
.job2.folder .bg {
    margin-bottom: 20px;
}
.job2.folder .terms__item2 p {
    margin-bottom: 20px;
}
.job2.folder .search h3{
	position: relative;
	padding-left: 50px;
}
.job2.folder .search h3 input {
    margin-right: 0;
	position: absolute;
	left: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.job2 .check label {
    font-size: 14px;
    font-size: 1.4rem;
}
.job2 .recommend__item tr:last-child {
    border-bottom: none;
}
.job2.folder .btn-02 li{
	margin-bottom: 20px;
	width: 100%;
}
.job2.folder .btn-02 li a{
	max-width: 300px;
	font-size: 18px;
	font-size: 1.8rem;
	border-radius: 5px;
	}
.job2.folder .btn-02 li:last-child a{
	font-size: 16px;
	font-size: 1.6rem;
	}
.job2.folder .btn-02 {
    margin-top: 15px;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.job2.folder .btn-02 li a::before {
    margin-right: 7px;
}
.job2.folder .btn-04 {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
	margin-bottom: 60px;
}
.job2.folder .btn-04 li{
		margin-bottom: 20px;
	}
}


@media screen and (max-width: 540px) {
.job2 .btn-02 li a{
	height: 61px;
}
}
@media screen and (max-width: 375px) {
.job2 .terms__item2 ul li a {
    width: 23px;
    height: 23px;
    padding: 3px 0;
    border-radius: 3px;
}
}

/*-----job4.html-----*/
.job3 .centent-box.flex{
	justify-content: center;
	-webkit-justify-content: center;
}
.job3 .side_left {
	margin-right: 40px;
	width: 220px;
	box-sizing: border-box;
	padding-bottom: 50px;
}
.job3 .login {
	padding: 20px 30px;
	box-sizing: border-box;
	background-color: #FDEBED;
	border-radius: 5px;
	margin-bottom: 40px;
	width: 220px;
}
.job3 .login .name{
	text-align: center;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 20px;
}
.job3 .login .time{
	text-align: center;
	font-weight: bold;
	color: #FF6E7D;
	border-radius: 3px;
	border: solid 1px #FF6E7D;
	padding: 5px 0;
}
.job3 .search_ctgry{
	margin-bottom: 40px;
}
.job3 .search_ctgry h3{
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 15px;
}
.job3 .search_ctgry li{
	margin-bottom: 20px;
}
.job3 .search_ctgry li:last-child{
	margin-bottom: 0;
}
.job3 .search_ctgry li a {
    color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	background-color:#FF6E7D;
	display: inline-block;
	box-sizing: border-box;
	padding: 20px 0;
	border-radius: 5px;
	box-shadow: 0 5px 0 #D04B58;
    width: 100%;
    text-align: center;
    height: 60px;
	position: relative;
	letter-spacing: normal;
}
.job3 .search_ctgry li:nth-child(2) a {
	background-color:#5BBEEA;
	box-shadow: 0 5px 0 #3D84A3;
}
.job3 .search_ctgry li:nth-child(3) a {
	background-color:#EAC343;
	box-shadow: 0 5px 0 #A58724;
}
.job3 .search_ctgry li:nth-child(4) a {
	background-color:#73BE5E;
	box-shadow: 0 5px 0 #467E37;
}

/* 2020.10.29’Ç‰Á */
.job3 .search_ctgry li:nth-child(5) a {
	background-color:#436AEA;
	box-shadow: 0 5px 0 #2442A5;
}
.job3 .search_ctgry li:nth-child(6) a {
	background-color:#A95EBE;
	box-shadow: 0 5px 0 #6F377E;
}
/* 2020.10.29’Ç‰Á */

.job3 .search_ctgry li a span {
	display: inline-block;
	color: #A58724;
	height: 34px;
	width: 34px;
	background-color: #fff;
	border-radius: 50%;
	padding: 9px 0;
	text-align: center;
	box-sizing: border-box;
	font-weight: bold;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
	font-size: 14px;
	font-size: 1.4rem;
}
.job3 .search_ctgry li:nth-child(3) a span {
	color: #A58724;
}
.job3 .search_ctgry li:nth-child(4) a span {
	color: #467E37;
}
.job3 .menu{
	margin-bottom: 30px;
}
.job3 .side_left .cp_actab input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.job3 .side_left .cp_actab label {
	font-weight: bold;
	line-height: 4;
	position: relative;
	display: block;
	padding: 0 0 0 20px;
	cursor: pointer;
	margin: 0 0 1px 0 !important;
	background: #F4F4F4;
}
/* :checked */
.job3 .side_left .cp_actab input:checked ~ .cp_actab-content {
/*	max-height: 22em; */
	max-height: 50em;
}
/* Icon */f
.job3 .side_left .cp_actab label::after {
	line-height: 3;
	position: absolute;
	top: 15%;
	right: 0;
	display: block;
	width: 3em;
	height: 3em;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	text-align: center;
}
.job3 .side_left .cp_actab.menu1 label{
	border-radius: 5px 5px 0 0;
}
.job3 .side_left .cp_actab input[type=checkbox] + label::after {
	content: '';
	background: url( "../img/icon/arrow2.png") no-repeat center right 20px;
	background-size: auto;
}
.job3 .side_left .cp_actab.menu1 input[type=checkbox] + label::after,
.job3 .side_left .cp_actab.menu4 input[type=checkbox] + label::after{
	background: none;
}
.job3 .side_left .cp_actab input[type=checkbox]:checked + label::after {
	transform: rotate(-90deg);
}
.job3 .side_left .cp_actab-content .flex{
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.job3 .side_left .cp_actab-content li{
		border-bottom: solid 1px #F4F4F4;
		border-right: solid 1px #F4F4F4;
		border-left: solid 1px #F4F4F4;
		box-sizing: border-box;
		margin-bottom: 0;
	}

.job3 .side_left .menu2 .cp_actab-content li,
.job3 .side_left .menu3 .cp_actab-content li{
		color: #044E98;
		width: 100%;
		display: inline-block;
		vertical-align: middle;
		padding: 20px 12px;
		box-sizing: border-box;
		line-height: 1.5;
	}
.job3 .side_left .menu4 .cp_actab-content li:last-child{
	border-radius: 0 0 5px 5px;
}
.job3 .side_left .cp_actab-content li a{
		color: #044E98;
		width: 100%;
		display: inline-block;
		vertical-align: middle;
		font-size: 16px;
		font-size: 1.6rem;
		padding: 20px 12px;
		box-sizing: border-box;
	}
.job3 .menu-02 li{
	margin-bottom: 20px;
}
.job3 .menu-02 li:last-child{
	margin-bottom: 0;
}
.job3 .menu-02 li a {
    color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	display: inline-block;
	box-sizing: border-box;
	padding: 18px 0 20px;
	border-radius: 5px;
    width: 100%;
    text-align: center;
    height: 60px;
}
.job3 .menu-02 li:first-child a {
	color: #FF6E7D;
	background-color:#fff;
	box-shadow: 0 5px 0 #FF6E7D;
	border: solid 1px #FF6E7D;
}
.job3 .menu-02 li:first-child a::before {
	content: '';
	display: inline-block;
	background: url( "../img/icon2/envelope-solid.svg");
	width: 24px;
	height: 18px;
	vertical-align: middle;
	margin-right: 12px;
	margin-bottom: 2px;
}
/*
.job3 .menu-02 li:last-child a {
	background-color:#959595;
	box-shadow: 0 5px 0 #666666;
	padding: 20px 0;
}
.job3 .menu-02 li:last-child a::before {
	content: '';
	display: inline-block;
	background: url( "../img/icon2/logout_icon.svg");
	width: 27px;
	height: 25px;
	vertical-align: middle;
	margin-right: 12px;
}
*/
.job3 .menu-02 li.logout a {
	background-color:#959595;
	box-shadow: 0 5px 0 #666666;
	border: solid 1px #959595;
	padding: 20px 0;
	color: #fff;
}
.job3 .menu-02 li.logout a::before {
	content: '';
	display: inline-block;
	background: url( "../img/icon2/logout_icon.svg");
	width: 27px;
	height: 25px;
	vertical-align: middle;
	margin-right: 12px;
}

.job3 .side_right{
	max-width: 765px;
	padding: 0;
}
.job3 .btn-02 li {
	max-width: 225px;
	width: 32%;
}
.job3 .btn-02 li a {
	padding: 20px 14px;
	letter-spacing: normal;
	width: 100%;
}
.job3 .btn-02 li:last-child a {
	font-size: 15px;
	font-size: 1.5rem;
}
.job3 .btn-02 li.already a {
	background-color: #939393;
	box-shadow: 0 5px 0 #696969;
}
.job3 .btn-02 li a::before {
    margin-right: 10px;
}
.job3 .btn-02.btn-06{
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.job3 .btn-02.btn-06 li{
	max-width: 300px !important;
	width: 100%;
	flex: 0 0 50%;
	-webkit-flex: 0 0 50%;
	margin: 5px 10px;
}
.job3 .btn-02.btn-06 li a{
    background-color: #939393;
    display: inline-block;
    box-sizing: border-box;
    padding: 20px 0;
    border-radius: 5px !important;
    box-shadow: 0 5px 0 #696969;
	font-size: 18px !important;
	font-size: 1.8rem !important;
}
.job3 .btn-02.btn-06 li a::before{
	content: '';
	display: inline-block;
	background: url("../img/icon2/mypage1.svg") no-repeat center left;
	width: 25px;
	height: 25px;
	vertical-align: middle;
	margin-right: 5px;
	margin-bottom: 4px;
}
.job3 .btn-02.btn-06 li.close a::before{
	background: url("../img/icon2/mypage3.svg") no-repeat center left;
	width: 25px;
	height: 25px;
}
.job3 .btn-02.btn-06 li.change a{
    background-color: #5BBEEA;
    box-shadow: 0 5px 0 #3D84A3;
}
.job3 .btn-02.btn-06 li.change a::before{
	background: url("../img/icon2/mypage2.svg") no-repeat center left;
	width: 31px;
	height: 29px;
	margin-bottom: 0;
}
.job3 .news h3{
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 20px;
	font-weight: bold;
	padding: 0;
}
.job3 .news table{
	margin-bottom: 40px;
}
.job3 .news .news__item{
	font-size: 15px;
	font-size: 1.5rem;
}
.job3 .news .news__item tr{
	border-bottom: solid 1px #666;
	padding: 10px 0;
	display: inline-block;
	width: 100%;
}
.job3 .news .news__item tr:first-child{
	border-top: solid 1px #666;
}
.job3 .news .news__item th{
	width: 120px;
}
.job3 .news .news__item td{
	line-height: 1.5;
}
.job3 .news .news__item td span{
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
	color: #666666;
}
.job3 .search .title{
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 30px;
	padding: 0;
}
.job3 .search .title::before{
	content: '';
	display: inline-block;
	background: url("../img/icon2/file-alt-regular2.svg") no-repeat center left;
	width: 15px;
	height: 20px;
	vertical-align: middle;
	margin-right: 15px;
	margin-bottom: 3px;
}
.job3 .mg-bt-130{
	margin-bottom: 130px;
}
@media screen and (max-width: 767px) {
	.job3 .mg-bt-130 {
    	margin-bottom: 0px;
	}
	.job3 .bg{
/*		width: 55%; */
		height: 75px;
		box-sizing: border-box;
		margin-bottom: 20px;
	}
	.job3 .login{
		width: 45%;
		background-color: #FDEBED;
		padding: 15px 20px;
		box-sizing: border-box;
		height: 75px;
    	text-align: right;
/*		position: relative; */
		margin-bottom: 20px;
		border-radius: 0;
		position: absolute;
		right: 0;
	}
	.job3 .login::before{
		content: '';
		display: inline-block;
		background: url( "../img/low/bg.png") no-repeat center right;
		width: 40px;
		height: 75px;
		position: absolute;
		left: -40px;
		top: 0;
	}
	.job3 .login .name {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 5px;
    	text-align: right;
}
	.job3 .login .time {
    font-size: 12px;
    font-size: 1.2rem;
	padding: 5px 15px;
		display: inline-block;
}
	.job3 #main .flex.inner1024{
		display: block;
		padding: 0;
	}
.job3 .side_left {
	width: 100%;
	padding: 0 20px;
}
.job3 .search_ctgry {
    margin-bottom: 10px;
}
.job3 .search_ctgry ul{
	display: flex;
	-weblit-display: flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.job3 .search_ctgry li{
	width: 48%;
	margin-bottom: 20px !important;
}
.job3 .search_ctgry li a {
font-size: 14px;
font-size: 1.4rem;
	padding: 16px 0;
	height: 47px;
}
.job3 .side_left .cp_actab input[type="checkbox"] + label::after {
    content: '' !important;
    background: url( "../img/icon/arrow2.png") no-repeat center right 20px !important;
}
.job3 .side_left .cp_actab-content li {
	width: 100%;
}
.job3 .side_left .menu4 label{
	border-radius: 0 0 5px 5px;
}
.job3 .side_left .cp_actab.menu4 input:checked + label {
	border-radius: 0;
}
	.job3 .news {
		background-color: #FAFAFA;
		padding: 20px;
		padding-bottom: 40px;
		margin-bottom: 30px;
	}
	.job3 .news .news__item{
		background-color: #fff;
		padding: 5px 20px 15px;
		color: #666;
	}
.job3 .news .news__item tr:first-child{
	border-top: none;
}
.job3 .news .news__item tr:nth-child(2){
	border-bottom: none;
}
.job3 .news table {
    margin-bottom: 0;
}
.job3 .news .news__item th {
	display: block;
	margin-bottom: 10px;
	}
.job3 .news .news__item tr{
	padding: 15px 0;
}
.job3 .search .title {
	text-align: center;
	}
.job3 .search__row {
	margin: 0 20px;
	}
.job3 .btn-02{
	flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
}
.job3 .btn-02.btn-06{
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: center;
	-webkit-justify-content: center;
	padding: 0 20px;
}
.job3 .btn-02 li{
    width: 50%;
	margin: 0;
}
.job3 .btn-02.btn-06 li{
    width: 100% !important;
	margin: 0 7.5px;
	margin-bottom: 20px;
	flex: 0 0 100%;
	-webkit-flex: 0 0 100%;
}
.job3 .btn-02 li a{
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
	padding: 15px 20px;
	height: 49px;
}
.job3 .btn-02.btn-06 li a{
	height: auto;
	}
.job .btn-02.btn-06 li a {
	max-width: 100%;
}
.job3 .menu-02 li:first-child{
	text-align: center;
}
.job3 .menu-02 li:first-child a {
	background-color: #fff;
	margin: 30px auto 60px;
	box-shadow: 0 5px 0 #FF6E7D;
	max-width: 345px;
}
.job3 .menu-02 li:first-child a::before {
    content: '';
    display: inline-block;
    background: url( "../img/icon2/envelope-solid.svg");
    width: 24px;
    height: 18px;
    vertical-align: middle;
    margin-right: 12px;
    margin-bottom: 2px;
}
}










































































