/*------------------------------------------------------

style.css (20230601)

------------------------------------------------------*/
@charset "UTF-8";


body {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	color: #494b54;
}

#arrow {
    position: fixed;
    bottom: 30px;
    right: 0px;
    z-index: 20;
    margin-right: 0px;
}

#arrow a {
    margin-top:-60px!Important;
    padding-top:60px;
}

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

#arrow {
    position: fixed;
    bottom: 10px;
    right: 0px;
    z-index: 10;
    margin-right: 0px;
}
}

/* グローバルナビ（PC） */

.hear_icon1 {
	background-image: url("../img/icon-header01.png");
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 0 0 20px;
	
	
}

.hear_icon1:hover {
	background-image: url("../img/icon-header01-ov.png");
	background-repeat: no-repeat;
	background-position: left center;
	
}

.hear_icon2 {
	background-image: url("../img/icon-header02.png");
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 0 0 20px;
	
	
}

.hear_icon2:hover {
	background-image: url("../img/icon-header02-ov.png");
	background-repeat: no-repeat;
	background-position: left center;
	
}

.m-motion.-f>li>a+ul:before, .m-motion.-f>li .c-unlink+ul:before {
    content: none;
    position: absolute;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-top-color: #999;
}

.m-motion.-f>li>ul li:first-child {
    padding-top: 5px;
}

.m-motion.-f>li>ul {
    width: 150px;
    position: absolute;
    left: 0%;
    margin-left: 0px;
    padding: 0;
    height: 0;
}

/* フッタ（PC） */

.fotterheadline {
	margin: 0 0 30px 0;
}

.fotterheadline a {
	color: #ffffff;
	font-weight: normal; 
}

.footer-img-left {
	text-align: left;
	width: 25%;
	font-size:12px;
	vertical-align: top !Important;
	padding-right: 5px;
	padding-bottom: 20px;
}

.footer-img {
	width: 100%;
	line-height: 1.3;
	margin: 0px 0px 10px 0px !Important;
	table-layout:fixed;
}

.footer-img-right {
	text-align:
	left; width: 25%;
	font-size: 12px;
	vertical-align: top !Important;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 5px;
}

.footer-img-left img,
.footer-img-right img{
	margin: 0px 0px 10px 0px !Important;
}

/* サブメニュー */

.c-menu ul {
    margin-left: 0px;
}

.c-menu ul li a {
    margin-left: 25px;
}


/* ----テンプレート---- */

.d-bold {
    font-weight: 600;
}

.b-accordion .b-accordion_navigation {
	background-size:16px;
	
}

.cssskin-TEMP_about01 .c-title {
    text-indent: -1.3em;
}

/* table */

	table.haken {
		border-collapse:collapse;
		width: 100%;
		border-image: initial;
		margin-left: auto;
		margin-right: auto;
		border-left: 1px solid #e9e9ea;
		border-right: 1px solid #e9e9ea;
		border-top: 1px solid #e9e9ea;	
	}
	
	table.haken td.title {
		 text-align: center;
		 height: 0px;
		 background-color: #494b54;
		 border-image: initial;
		 width: 0px;
		 padding: 15px 3px;
		 border-left: 1px solid #e9e9ea;
		 border-right: 1px solid #e9e9ea;
		 color: #ffffff;
	}
	
	table.haken td.white {
		background-color: #ffffff;
		border-image: initial;
		height: 0px;
		text-align: left;
		width: 0px; padding: 15px;
		border-left: 1px solid #e9e9ea;
		border-right: 1px solid #e9e9ea;
		
	}
	table.haken td.white-right {
		background-color: #ffffff;
		border-image: initial;
		height: 0px; width: 0px;
		padding: 15px; text-align:
		right; border-left: 1px solid #e9e9ea;
		border-right: 1px solid #e9e9ea;
		color: #494b54;
		
	}
	
	table.haken td.grey {
		background-color: #f4f4f5;
		border-image: initial;
		height: 0px; width: 0px;
		padding: 15px;
		text-align: left;
		border-left: 1px solid #e9e9ea;
		border-right: 1px solid #e9e9ea;
		
	}
	table.haken td.grey-right {
		background-color: #f4f4f5;
		border-image: initial;
		height: 0px; width: 0px;
		padding: 15px; text-align: right;
		border-left: 1px solid #e9e9ea;
		border-right: 1px solid #e9e9ea;
		
	}
	
	table.haken td.icon {
		text-align: center;
	}

/* spanタグ */

.redbox {
	background-color: #a9404b;
	color: #ffffff;
	padding: 4px 10px;
	margin: 0 10px 0 0;
}

.orengebox {
	background-color: #e77c22;
	color: #ffffff;
	padding: 4px 10px;
	margin: 0 10px 0 0;
}

.bluebox {
	background-color: #638dc3;
	color: #ffffff;
	padding: 4px 10px;
	margin: 0 10px 0 0;
}

.linebox {
	background-color: #ffffff;
	color: #494b54;
	padding: 4px 10px;
	font-size: 12px;
	border: 1px solid #e9e9ea;
	font-weight: 300;
}

.new {
	background-color: #ca908c;
	color: #ffffff;
	padding: 2px 10px;
	margin:0 0 0 30px;
}

/* タブレット調整 */
@media only screen and (max-width: 768px){
.c-menu.-menu_a.-v li a, .c-menu.-menu_a.-v li .c-unlink {
    border-top: none;
}

}

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

/* お知らせ一覧 */	
.cssskin-TEMP_news01 .column:first-child {
    width: 35% !Important;
}

.cssskin-TEMP_news01 .column:first-child + * {
    width: 65% !Important;
}

.cssskin-TEMP_news02 .column:first-child {
    width: 35% !Important;
}

.cssskin-TEMP_news02 .column:first-child + * {
    width: 65% !Important;
}

}


/* スマホ調整 */
@media only screen and (max-width: 640px){
	
/* トップ */
#icon-list01 .-col4,
#icon-list02 .-col4 {
    width: 20%;
    margin: 0 0 30px 0;
}

#icon-list01 .-col8,
#icon-list02 .-col8 {
    width: 80%;
    margin: 0 0 30px 0;
}


/* お知らせ一覧 */
.cssskin-TEMP_news01 .column:first-child {
    width: 100% !Important;
}

.cssskin-TEMP_news01 .column:first-child + * {
    width: 100% !Important;
}

.cssskin-TEMP_news02 .column:first-child {
    width: 100% !Important;
}

.cssskin-TEMP_news02 .column:first-child + * {
    width: 100% !Important;
}

.new {
	font-size: 12px;
	margin:0 0 0 10px;
}

}



/*------------------------------------------------------

以下からがリニューアルcss

------------------------------------------------------*/

/*------------------------------------------------------

リンク

------------------------------------------------------*/
.color-banner {
    border-radius: 100px;
    padding: 11px 30px 9px;
    display: block;
    max-width: 280px;
    width: 100%;
    margin: 0 auto;
    background: linear-gradient(to right, #b43700, #f3a86e);
    color: #fff!important;
    border: 0;
    cursor: pointer;
}
.color-banner:hover {
	opacity: .4!important;
}
.link-arrow{
  position: relative !important;
  display: inline-block !important;
  vertical-align: middle !important;
  text-decoration: none !important;
  padding-right: 15px !important;
  margin-right:5px !important;
	color: #E0690F!important;
}
.link-arrow::after{
	position: absolute !important;
    top: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    margin: auto !important;
    content: "" !important;
    vertical-align: middle !important;
    width: 0.6em !important;
    height: 0.6em !important;
    border-top: 2px solid #e0690f !important;
    border-right: 2px solid #e0690f !important;
	-webkit-transform: rotate(45deg) !important;
	transform: rotate(45deg) !important;
}
.link-arrow img {
	padding-right:10px !important;
}
a.link-all{
	position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
}
a.link-all:hover {
    opacity: .4!important;
    background-color: rgba(255, 255, 255, 0.6);
    transition: all 0.2s 0s ease;
}
a.link-all::after {
    position: absolute !important;
    top: 0 !important;
    bottom: 0 !important;
    right: 15px !important;
    margin: auto !important;
    content: "" !important;
    vertical-align: middle !important;
    width: 0.6em !important;
    height: 0.6em !important;
    border-top: 2px solid #e0690f !important;
    border-right: 2px solid #e0690f !important;
    -webkit-transform: rotate(45deg) !important;
    transform: rotate(45deg) !important;
}
.border-banner{
    color: #E0690F!important;
    border: 1px solid #E0690F !important;
    border-radius: 100px !important;
    padding: 10px 10px 8px !important;
    display: block !important;
    max-width: 280px !important;
    width: 100% !important;
    margin: 0 auto !important;
    background-color: #fff !important;
	cursor: pointer;
}
.border-banner:hover {
    opacity: .4!important;
}

@media only screen and (max-width: 641px) {
	.link-arrow{
		font-size:13px !important;
	}
	.link-arrow img {
	    padding-right: 5px !important;
	    padding-bottom: 2px !important;
	}
	.border-banner{
		font-size:12px !important;
	}
}

/*------------------------------------------------------

all

----------------notes--------------------------------------*/
body {
	font-family: 'Noto Sans JP', sans-serif !important;
	font-weight: 400;
}
.notes a {
	color:#E0690F;
}
.orange-txt {
	color:#E0690F;
}
.pc-only {
	display: block!important;
}
.sp-only {
	display: none!important;
}
/*.c-hr {*/
/*	border-color: #e0690f!important;*/
/*}*/
a:hover {
	opacity: .4!important;
}
input[type="text"],
input[type="password"],
textarea,
select {
    outline: none!important;
}
.toggle_ans {
  display: none;
}
.toggle_title:after {
	position: absolute !important;
    top: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    margin: auto !important;
    content: "" !important;
    vertical-align: middle !important;
    width: 8px !important;
    height: 8px !important;
    border-top: 2px solid #e0690f ;
    border-right: 2px solid #e0690f ;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    transition: all 0.3s;
}
.toggle_title.open:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 45%;
}

	@media screen and (max-width:768px) {
		.pc-only {
			display: none!important;
		}
		.sp-only {
			display: block!important;
		}
		.content {
			margin-top:80px;
		}
		#a-billboard {
			padding-top: 78px!important;
			background-position: center left 40%;
		}
	}
	
	@media only screen and (max-width: 641px) {
		#a-billboard {
			padding-top: 78px!important;
		}
	}

/*------------------------------------------------------

ヘッダー

------------------------------------------------------*/
/*#a-header {*/
/*    border-bottom: 1px solid #E6E6E6;*/
/*}*/
#header {
    border-bottom: 1px solid #E6E6E6;
}
#header .header-container {
	max-width: 1400px;
	margin: 0 auto;
}
#header .header-wrap {
	position: relative;
    align-items: center;
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}
#header .h_logo {
    padding: 20px 30px;
}
#header .h_link {
	position: absolute;
    right: 30px;
    top: 15px;
}
#header .h_link ul {
	display: flex;
    flex-wrap: wrap;
}
#header .h_link ul li {
	text-align: center;
    margin-left: 20px;
}
#header .h_link ul li a span {
	font-size: 10px;
    display: block;
    margin-top: 4px;
    color: #282a32;
}
#header .menu-container {
	font-size: 13px;
	padding-right: 280px;
	padding-left: 30px;
}
#header .menu-container .gNav {
	display: flex;
	flex-wrap: wrap;
}
#header .menu-container .gNav > li {
	position: relative;
}
#header .menu-container .gNav > li > a {
	display: block;
    padding: 14px 15px 10px;
    line-height: 1.5;
    border-bottom: 4px solid #fff;
    color: #282a32;
}
#header .menu-container .gNav > li > a:hover {
	border-bottom: 4px solid #E0690F;
}
#header .menu-container .gNav > li > ul {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: -10px;
    background: #fff;
	width: auto;
    text-align: center;
	padding: 15px 30px;
	margin: 0;
	white-space: nowrap; 
	z-index: 3;
}
#header .menu-container .gNav > li:hover > ul {
	opacity: 1;
	pointer-events: auto;
	transition: .5s;
}
#header .menu-container .gNav > li > ul > li > a {
	display: block;
    padding: 10px;
    line-height: 1.5;
    color: #282a32;
}
#header .menu-container .gNav > li > ul > li > a:hover {
	color: #E0690F;
}
#header-breadcrumb a {
	color: #333;
	font-weight: 400!important;
}

	@media screen and (max-width:1170px) {
		#header .menu-container {
		padding-right: 30px;
		width: 100%;
		}
	}

	@media screen and (max-width:768px) {
		#a-header {
			z-index: 10;
			position: fixed;
			width: 100%;
			height: auto;
		    max-height: 100%;
			overflow: auto;
			border-bottom: 0;
		}
		#header-breadcrumb {
			display: none;
		}
		#header {
		    background-color: #fff;
		}
		#header .h_logo {
		    padding: 20px 15px;
		}
		#header .h_link {
		    position: absolute;
		    right: 55px;
		}
		#header .h_link ul li {
		    margin-left: 10px;
		}
		#header .h_link ul li a span {
		    margin-top: 2px;
		    letter-spacing: -1px;
		}
		#header .hamburger {
			display : block;
			position: fixed;
			z-index : 3;
			right : 5px;
			top   : 15px;
			width : 40px;
			height: 42px;
			cursor: pointer;
			text-align: center;
		}
		#header .hamburger span {
			display : block;
			position: absolute;
			width   : 20px;
			height  : 1px ;
			left    : 10px;
			background : #707070;
			-webkit-transition: 0.3s ease-in-out;
			-moz-transition   : 0.3s ease-in-out;
			transition        : 0.3s ease-in-out;
		}
		#header .hamburger span:nth-child(1) {
			top: 13px;
		}
		#header .hamburger span:nth-child(2) {
			top: 21px;
		}
		#header .hamburger span:nth-child(3) {
			top: 29px;
		}
		#header .hamburger.active span:nth-child(1) {
			top : 20px;
			left: 10px;
			background :#707070;
			-webkit-transform: rotate(-45deg);
			-moz-transform   : rotate(-45deg);
			transform        : rotate(-45deg);
		}
		#header .hamburger.active span:nth-child(2),
		#header .hamburger.active span:nth-child(3) {
			top: 20px;
			background :#707070;
			-webkit-transform: rotate(45deg);
			-moz-transform   : rotate(45deg);
			transform        : rotate(45deg);
		}
		#header nav.globalMenuSp {
			position: static;
			width: 100%;
			opacity: 0;
			display: none;
			transition: opacity .6s ease, visibility .6s ease;
		}
		#header nav.globalMenuSp ul {
			margin: 0 auto;
			padding: 0;
			width: 100%;
		}
		#header nav.globalMenuSp ul li {
			list-style-type: none;
			padding: 0;
			width: 100%;
			transition: .4s all;
		}
		#header nav.globalMenuSp ul li:last-child {
			padding-bottom: 0;
		}
		#header nav.globalMenuSp ul li a {
			display: block;
			padding: 1em 0;
			text-decoration :none;
		}
		#header nav.globalMenuSp.active {
			opacity: 100;
			display: block;
			padding: 0 0 15px;
		}
		#header .menu-container .contents {
			padding:20px 10px;
			display: flex!important;
			flex-wrap: wrap;
			justify-content: center;
	    	text-align: center;
	    	border-bottom: 1px solid #E6E6E6;
		}
		#header {
			border-bottom: none;
		}
		#header .menu-container {
			padding: 0;
		}
		#header .header-line {
			border-bottom: 1px solid #E6E6E6;
			width: 100%;
		}
		#header .menu-container .contents .mypage-contents,
		#header .menu-container .contents .reserve-contents {
			width:50%;
	    	padding: 0 5px;
		}
		#header .menu-container .contents .mypage-contents a,
		#header .menu-container .contents .reserve-contents a{
			color: #282a32;
		}
		#header .menu-container .contents .mypage-contents p,
		#header .menu-container .contents .reserve-contents p {
			font-size: 12px;
			margin-bottom: 5px;
		}
		#header .menu-container .contents .mypage-contents .border-banner,
		#header .menu-container .contents .reserve-contents .color-banner {
			margin-bottom: 10px!important;
		}
		#header .menu-container .gNav > li > a {
	        padding: 15px 0 15px;
		    border-bottom: none;
		}
		#header .menu-container .gNav > li > a:hover {
		    border-bottom: none;
		}
		#header .button{
			position: absolute;
			top: 0;
			right: 0;
			background: #fff;
			border: 0;
			padding: 16px 0 10px 15px;
		}

		#header .button.open::before{
		    transform: translate(-50%, -50%);
		}
		#header .button.open::after{
		    opacity: 0;
		}
		#header .content{
		    display: none;
		}
		#header .menu-container .gNav > li:hover > ul {
		    opacity: unset;
		    transition: unset;
		}
		#header .menu-container .gNav > li > ul {
			position: static;
		    background: #fff;
		    padding: 0 0 10px;
		    text-align: left;
		    opacity: unset;
		}
		#header .menu-container .gNav > li > ul > li > a {
		    padding: 10px 0 10px 10px;
		}
		#header .menu-container .gNav > li {
		    border-bottom: 1px solid #E6E6E6;
		    margin: 0 15px;
		}
		#header .menu-container .gNav > li:last-child {
			border-bottom: none;
		}
	}
	
/*------------------------------------------------------

パンクズ

------------------------------------------------------*/	
#a-billboard section > div:first-child {
    border-bottom: 1px solid #E6E6E6;
}	
	
	
/*------------------------------------------------------

メインビジュアル 

------------------------------------------------------*/

	@media screen and (max-width:768px) {
		#mv {
			padding:100px 30px 100px!important;
		}
	}
	
	@media screen and (max-width:641px) {
		#mv {
			padding:60px 20px 60px!important;
		}
	}
	
/*------------------------------------------------------

カンタンお仕事検索

------------------------------------------------------*/
#jscontent_seachform .billboard_input {
	display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
}
#jscontent_seachform select::-ms-expand {
	display: none;
}
#jscontent_seachform .occupation-box select,
#jscontent_seachform .prefecture-box select,
#jscontent_seachform .search-box input,
#jscontent_seachform .search-button input{
	border: 1px solid #939498;
    border-radius: 7px;
    padding: 15px;
    color: #707070;
    -webkit-appearance: none;
	appearance: none;
	width: 180px;
	outline: none;
	background-color: #fff;
}
#jscontent_seachform .occupation-box,
#jscontent_seachform .prefecture-box,
#jscontent_seachform .search-box,
#jscontent_seachform .search-button {
    position: relative;
    margin: 20px 20px 0;
}
#jscontent_seachform .occupation-box::after,
#jscontent_seachform .prefecture-box::after {
    position: absolute !important;
    top: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    margin: auto 15px !important;
    content: "" !important;
    vertical-align: middle !important;
    width: 0.6em !important;
    height: 0.6em !important;
    border-bottom: 2px solid #e0690f !important;
    border-right: 2px solid #e0690f !important;
    -webkit-transform: rotate(45deg) !important;
    transform: rotate(45deg) !important;
}
#jscontent_seachform .search-box {
	text-align: left;
}
#jscontent_seachform .search-box .hot-word,
#jscontent_seachform .search-button a {
	font-size:13px;
	font-weight: normal;
}
#jscontent_seachform .search-button a {
	color: #282a32;
}
#jscontent_seachform .search-box .hot-word a {
	margin:0 5px;
	text-decoration: revert;
	color: #282a32;
}
#jscontent_seachform .search-box input {
	width: 420px;
	margin-bottom: 10px;
}
#jscontent_seachform .search-button input {
    width: 150px;
    border: none;
    border-radius: 100px;
    margin-bottom: 10px;
    padding: 13px;
}
#jscontent_seachform .search-button input:hover {
	opacity: .4!important;
}

	@media screen and (max-width:641px) {
		#jscontent_seachform .occupation-box,
		#jscontent_seachform .prefecture-box,
		#jscontent_seachform .search-box,
		#jscontent_seachform .search-button {
		    position: relative;
		    margin: 10px 0px 0;
		    width: 100%;
		}
		#jscontent_seachform .occupation-box select,
		#jscontent_seachform .prefecture-box select,
		#jscontent_seachform .search-box input,
		#jscontent_seachform .search-button input {
	    	width: 100%;
		}
		#jscontent_seachform .search-box {
			margin-bottom:20px;
		}
	}

/*------------------------------------------------------

仕事番号から検索

------------------------------------------------------*/
#jscontent_seachnumberform .billboard_input {
	display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
}
#jscontent_seachnumberform .search_number,
#jscontent_seachnumberform .search-button {
    margin: 20px 20px 0;
}
#jscontent_seachnumberform .search_number input {
	border: 1px solid #939498;
    border-radius: 7px;
    padding: 15px;
    color: #707070;
    -webkit-appearance: none;
    appearance: none;
    width: 250px;
    outline: none;
}
#jscontent_seachnumberform .search-button input {
	width: 150px;
    border: none;
    border-radius: 100px;
    margin-bottom: 10px;
    padding: 13px;
}
#jscontent_seachnumberform .search-button input:hover {
	opacity: .4!important;
}

	@media screen and (max-width:641px) {
		#jscontent_seachnumberform .search_number,
		#jscontent_seachnumberform .search-button {
		    margin: 10px 0;
		}
		#jscontent_seachnumberform .search_number {
			width:65%;
		}
		#jscontent_seachnumberform .search-button {
			width:32%;
			margin-left:3%;
		}
		#jscontent_seachnumberform .search_number input,
		#jscontent_seachnumberform .search-button input {
			width:100%;
		}
	}

/*------------------------------------------------------

注目のお仕事情報

------------------------------------------------------*/
#work .work_list {
	margin-bottom: 30px;
}
#work .work_list span {
    font-style: normal;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    padding: 0 10px;
    font-size: 13px;
    width: 120px;
    display: inline-block;
    margin-right: 20px;
    height: 25px;
    line-height: 25px;
}
#work .work_list .white-space {
    padding: 20px 20px 20px 0;
    border-bottom: 1px solid #E6E6E6;
    font-size: 14px;
    position: relative;
    line-height: 1.5;
    display: flex;
    align-items: flex-start;
}
#work .work_list .list {
	color: #282A32;
	flex: 1;
}
#work .work_list .list::after {
    position: absolute !important;
    top: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    margin: auto !important;
    content: "" !important;
    vertical-align: middle !important;
    width: 0.6em !important;
    height: 0.6em !important;
    border-top: 2px solid #e0690f !important;
    border-right: 2px solid #e0690f !important;
    -webkit-transform: rotate(45deg) !important;
    transform: rotate(45deg) !important;
}
#work .work_list .recomend {
    background-color: #9D323D;
}
#work .work_list .pickup {
	background-color: #E0690F;
}
#work .work_list .feature {
	background-color: #F3A86E;
}
#work .work_list .guide {
	background-color: #707070;
}
#work a.link-arrow {
    text-align: right;
    display: block!important;
}
#work .b-tab_contents {
    background-color: #fff!important;
}
#work .b-tab_navigation .-active a {
    background-color: #fff!important;
    border-top: solid 5px #e0690f!important;
}
#work .b-tab_navigation li a {
    background-color: #f5f5f5!important;
    border-top: solid 5px #f5f5f5!important;
}
#work .b-tab_navigation li a:hover {
  background-color: #ffffff!important;
  border-top: solid 5px #e0690f!important;
}

	@media screen and (max-width:641px) {
		#work .work_list {
		    margin-bottom: 15px;
		}
		#work .work_list span {
		    padding: 0px 5px;
		    font-size: 10px;
		    width: 75px;
		    margin-right: 10px;
		    height: 18px;
			line-height: 18px;
		}
		#work .work_list .white-space {
			font-size: 13px;
			padding:15px 15px 15px 0;
		}
	}

/*------------------------------------------------------

あなたにオススメのお仕事情報

------------------------------------------------------*/
#jscontent_top_recommendjoblist {
	background-color: #ffffff;
	padding:4% 6% 6%;
}
#jscontent_top_recommendjoblist .jscontent_top_recommendjoblist_list {
	margin-bottom: 30px;
}
#jscontent_top_recommendjoblist .jscontent_top_recommendjoblist_list span {
    font-style: normal;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    padding: 0 10px;
    font-size: 13px;
    width: 120px;
    display: inline-block;
    margin-right: 20px;
    height: 25px;
    line-height: 25px;
}
#jscontent_top_recommendjoblist .jscontent_top_recommendjoblist_list .white-space {
    padding: 20px 20px 20px 0;
    border-bottom: 1px solid #E6E6E6;
    font-size: 14px;
    position: relative;
    line-height: 1.5;
    display: flex;
    align-items: flex-start;
}
#jscontent_top_recommendjoblist .jscontent_top_recommendjoblist_list .list {
	color: #282A32;
    flex: 1;
}
#jscontent_top_recommendjoblist .jscontent_top_recommendjoblist_list .list::after {
    position: absolute !important;
    top: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    margin: auto !important;
    content: "" !important;
    vertical-align: middle !important;
    width: 0.6em !important;
    height: 0.6em !important;
    border-top: 2px solid #e0690f !important;
    border-right: 2px solid #e0690f !important;
    -webkit-transform: rotate(45deg) !important;
    transform: rotate(45deg) !important;
}
#jscontent_top_recommendjoblist .jscontent_top_recommendjoblist_list .recomend {
    background-color: #9D323D;
}
#jscontent_top_recommendjoblist .jscontent_top_recommendjoblist_list .pickup {
    background-color: #E0690F;
}
#jscontent_top_recommendjoblist a.link-arrow {
	text-align: right;
    display: block!important;
}

	@media screen and (max-width:641px) {
		#jscontent_top_recommendjoblist {
			padding:10px 15px 20px;
		}
		#jscontent_top_recommendjoblist .jscontent_top_recommendjoblist_list {
		    margin-bottom: 15px;
		}
		#jscontent_top_recommendjoblist .jscontent_top_recommendjoblist_list span {
			padding: 0px 5px;
		    font-size: 10px;
		    width: 75px;
		    margin-right: 10px;
		    height: 18px;
		    line-height: 18px;
		}
		#jscontent_top_recommendjoblist .jscontent_top_recommendjoblist_list .white-space {
			font-size: 13px;
		    padding: 15px 15px 15px 0;
		}
	}

/*------------------------------------------------------

最近のお知らせ

------------------------------------------------------*/
#top-news a {
	color: #282A32;
}
#top-news .news_list {
    padding: 20px 0;
    border-bottom: 1px solid #E6E6E6;
}
#top-news .top-news_body {
	display: flex;
    flex-flow: row nowrap;
    align-items: baseline;
}
#top-news .top-news_property {
	display: flex;
    align-items: baseline;
}
#top-news .top-news_date {
    margin-right: 1.4em;
    white-space: nowrap;
}
#top-news .top-news_category {
    display: inline-flex;
    flex-flow: row wrap;
    margin-bottom: -0.6em;
    flex-direction: column;
    margin-right: 1.6em;
}
#top-news .top-news_badge {
	min-width: 130px;
    height: 25px;
    line-height: 25px;
    margin-right: 0;
    font-style: normal;
    background-color: #707070;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    padding: 0 15px;
    font-size: 13px;
}
#top-news .top-news_caption {
	flex: 1 1;
}
#top-news .top-news_subtitle {
	font-size: 14px;
	font-weight: normal;
	transition: opacity .25s cubic-bezier(.4,0,.2,1) 0s;
}

	@media screen and (max-width:641px) {
		#top-news .news_list {
    		padding: 15px 0;
		    position: relative;
		}
		#top-news .top-news_subtitle {
		    font-size: 12px;
		    margin-top: 5px;
		    line-height: 1.5;
	        margin-right: 20px;
		}
		#top-news .top-news_subtitle::after {
			position: absolute !important;
		    top: 0 !important;
		    bottom: 0 !important;
		    right: 0 !important;
		    margin: auto !important;
		    content: "" !important;
		    vertical-align: middle !important;
		    width: 0.6em !important;
		    height: 0.6em !important;
		    border-top: 2px solid #e0690f !important;
		    border-right: 2px solid #e0690f !important;
		    -webkit-transform: rotate(45deg) !important;
		    transform: rotate(45deg) !important;
		}
		#top-news .top-news_body {
		    flex-wrap: wrap;
		}
		#top-news .top-news_property {
		    width: 100%;
		}
		#top-news .top-news_date {
		    font-size: 12px;
		}
		#top-news .top-news_badge {
		    min-width: 70px;
		    height: 18px;
		    line-height: 18px;
		    margin-right: 0;
		    padding: 0 10px;
		    font-size: 10px;
		}
	}

/*------------------------------------------------------

フッターぱんくず

------------------------------------------------------*/
#footer-breadcrumb {
	display: none;
	
}
#footer-breadcrumb a{
	color: #333;
	font-weight: 400!important;
}

	@media screen and (max-width:768px) {
		#footer-breadcrumb {
			display: block;
			border-bottom: 1px solid #E6E6E6;
		}
	}


/*------------------------------------------------------

フッター

------------------------------------------------------*/
.cssskin-renewal_footer .c-small_headline {
  font-size: 18px!important;
  margin-bottom: 40px!important;
  font-weight: bold!important;
}

.cssskin-renewal_footer .c-body {
  font-size: 14px!important;
  font-weight: 400!important;
}

@media only screen and (max-width: 641px) {
.cssskin-renewal_footer .c-small_headline {
  font-size: 14px!important;
  margin-bottom: 20px!important;
}

.cssskin-renewal_footer .c-body {
  font-size: 12px!important;
}
}



/*------------------------------------------------------

フッターnav01・nav02

------------------------------------------------------*/
#footer-nav .menu input {
	display: none;
}
#footer-nav .menu {
    display: flex;
    flex-wrap: wrap;
}
#footer-nav .menu a {
	color:#fff!important;
}
#footer-nav .nav01 .menu .column01,
#footer-nav .nav01 .menu .column02 {
    width: 23%!important;
	margin: 0 1% 0 1%;
}
#footer-nav .nav01 .menu .column03 {
	width: 49%;
    margin: 0 0 0 1%;
}
#footer-nav .nav01 .menu .column01 #links01,
#footer-nav .nav01 .menu .column02 #links02,
#footer-nav .nav01 .menu .column03 #links03 {
	margin-top:10px;
}
#footer-nav .nav01 .menu .column01 #links01 li a,
#footer-nav .nav01 .menu .column02 #links02 li a,
#footer-nav .nav01 .menu .column03 #links03 li a {
    font-size: 12px;
    color: #acadb3!important;
}
#footer-nav .nav01 .menu .column03 #links03 {
	display: flex;
    flex-wrap: wrap;
}
#footer-nav .nav01 .menu .column03 #links03 li {
    width: 25%;
}

#footer-nav .nav02 .menu .link {
	margin-bottom:25px
}
#footer-nav .nav02 .menu .column01,
#footer-nav .nav02 .menu .column02,
#footer-nav .nav02 .menu .column03,
#footer-nav .nav02 .menu .column04 {
    width: 23%!important;
    margin: 0 1% 0 1%;
}
#footer-nav .nav02 .menu .column01 #links04,
#footer-nav .nav02 .menu .column01 #links05,
#footer-nav .nav02 .menu .column01 #links06,
#footer-nav .nav02 .menu .column01 #links07,
#footer-nav .nav02 .menu .column02 #links08,
#footer-nav .nav02 .menu .column02 #links09,
#footer-nav .nav02 .menu .column02 #links10,
#footer-nav .nav02 .menu .column03 #links11,
#footer-nav .nav02 .menu .column03 #links12,
#footer-nav .nav02 .menu .column03 #links13 {
    margin: 10px 0 25px;
}
#footer-nav .nav02 .menu .column04 ul {
	margin-bottom:25px;
}
#footer-nav .nav02 .menu ul li a {
	font-size: 12px;
    color: #acadb3!important;
}
#footer-nav .nav02 .menu .column04 .sns {
	display: flex;
}
#footer-nav .nav02 .menu .column04 .sns li {
	margin-right:10%;
}

	@media screen and (max-width:768px) {
		#footer-nav .menu {
	    display: block;
		}
		#footer-nav .nav01 .menu .column01,
		#footer-nav .nav01 .menu .column02,
		#footer-nav .nav01 .menu .column03 {
			width: 100%!important;
			margin: 0;
		}
		#footer-nav .nav01 .menu .column01 #links01,
		#footer-nav .nav01 .menu .column02 #links02,
		#footer-nav .nav01 .menu .column03 #links03 {
		    margin-top: 0;
		}
		#footer-nav .nav01 .menu .column01 #links01 li a,
		#footer-nav .nav01 .menu .column02 #links02 li a,
		#footer-nav .nav01 .menu .column03 #links03 li a {
		    color: #fff;
		}
		#footer-nav .nav01 .menu .column03 #links03 li {
		    width: 33%;
		}
		#footer-nav .menu .link {
		  line-height: 1;
		  margin: 0 0 10px;
	      padding: 10px 0;
		}
		#footer-nav .nav02 .menu .column01,
		#footer-nav .nav02 .menu .column02,
		#footer-nav .nav02 .menu .column03,
		#footer-nav .nav02 .menu .column04 {
		    width: 100%!important;
		    margin: 0;
		}
		#footer-nav .nav02 .menu .column01 #links04,
		#footer-nav .nav02 .menu .column01 #links05,
		#footer-nav .nav02 .menu .column01 #links06,
		#footer-nav .nav02 .menu .column01 #links07,
		#footer-nav .nav02 .menu .column02 #links08,
		#footer-nav .nav02 .menu .column02 #links09,
		#footer-nav .nav02 .menu .column02 #links10,
		#footer-nav .nav02 .menu .column03 #links11,
		#footer-nav .nav02 .menu .column03 #links12,
		#footer-nav .nav02 .menu .column03 #links13 {
		    margin: 0;
		}
		#footer-nav .nav02 .menu .link {
		    margin: 0 0 10px;
		}
		#footer-nav .nav02 .menu .column04 {
			margin-top:30px;
		}
		#footer-nav .nav02 .menu .column04 ul {
		    margin-bottom: 0;
		}
		#footer-nav .nav02 .menu .column04 ul li {
	    	height: auto;
	    	margin-bottom:10px;
		}
		#footer-nav .nav02 .menu .column04 .sns {
		    justify-content: center;
		    margin: 40px 0 10px;
		}
		#footer-nav .nav02 .menu .column04 .sns li {
		    margin: 0 15px;
		}
		#footer-nav .menu {
		  width: 100%;
		}
		#footer-nav .menu label {
		  cursor :pointer;
		  display: block;
		  text-decoration: none;
		  color: #fff;
		  line-height: 1;
		  position: relative;
		  margin: 0 0 10px;
	      padding: 10px 0;
		}
		#footer-nav .menu ul {
		  margin: 0;
		  padding: 0;
		  list-style: none;
		  margin-bottom: 1px;
		}
		#footer-nav .menu li {
		  height: 0;
		  overflow-y: hidden;
		  transition: padding-bottom 0.5s, padding-top 0.5s;
		  -webkit-transition: padding-bottom 0.5s, padding-top 0.5s;
		  -moz-transition: padding-bottom 0.5s, padding-top 0.5s;
		  -ms-transition: padding-bottom 0.5s, padding-top 0.5s;
		  -o-transition: padding-bottom 0.5s, padding-top 0.5s;
		}
		#menu_bar01:checked ~ #links01 li,
		#menu_bar02:checked ~ #links02 li,
		#menu_bar03:checked ~ #links03 li,
		#menu_bar04:checked ~ #links04 li,
		#menu_bar05:checked ~ #links05 li,
		#menu_bar06:checked ~ #links06 li,
		#menu_bar07:checked ~ #links07 li,
		#menu_bar08:checked ~ #links08 li,
		#menu_bar09:checked ~ #links09 li,
		#menu_bar10:checked ~ #links10 li,
		#menu_bar11:checked ~ #links11 li,
		#menu_bar12:checked ~ #links12 li,
		#menu_bar13:checked ~ #links13 li {
		  height: auto;
		  opacity: 1;
		  padding: 0 20px;
		}
		#menu_bar01:checked ~ #links01 li:last-child,
		#menu_bar02:checked ~ #links02 li:last-child,
		#menu_bar03:checked ~ #links03 li:last-child,
		#menu_bar04:checked ~ #links04 li:last-child,
		#menu_bar05:checked ~ #links05 li:last-child,
		#menu_bar06:checked ~ #links06 li:last-child,
		#menu_bar07:checked ~ #links07 li:last-child,
		#menu_bar08:checked ~ #links08 li:last-child,
		#menu_bar09:checked ~ #links09 li:last-child,
		#menu_bar10:checked ~ #links10 li:last-child,
		#menu_bar11:checked ~ #links11 li:last-child,
		#menu_bar12:checked ~ #links12 li:last-child,
		#menu_bar13:checked ~ #links13 li:last-child {
		  margin-bottom: 20px;
		}
		
		#footer-nav .menu label:after{
		  content:"";
		  display:block;
		  width:8px;
		  height:8px;
		  border-top: #e0690f 2px solid;
		  border-right: #e0690f 2px solid;
		  -webkit-transform: rotate(135deg);
		  -ms-transform: rotate(135deg);
		  transform: rotate(135deg);
		  position:absolute;
		  right: 2%;
		  top: 0;
		  bottom: 15%;
		  margin: auto;
		}
		#footer-nav .menu input[type=checkbox]:checked + label:after{
		  content:"";
		  display:block;
		  width:8px;
		  height:8px;
		  border-top: #e0690f 2px solid;
		  border-right: #e0690f 2px solid;
		  -webkit-transform: rotate(-45deg);
		  -ms-transform: rotate(-45deg);
		  transform: rotate(-45deg);
		  position:absolute;
		  right: 2%;
		  top: 7%;
		  bottom: 0;
		  margin: auto;
		}
	}

/*------------------------------------------------------

求人一覧

------------------------------------------------------*/
.search-box h1 {
	font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}
.search-box .result {
	display: flex;
    align-items: center;
	background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 15%);
    padding: 15px 30px;
    margin-bottom: 30px;
}
.search-box .result .txt {
    max-width: 880px;
    width: 100%;
    flex: 1;
    margin-right: 20px;
}
.search-box .result .txt p {
	line-height: 1.6;
	overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.search-box .result .button {
    width: 140px;
    text-align: center;
}
.search-box .result .button a {
	padding: 11px 15px 9px;
}
.search-no {
	display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.search-no select {
    border: 1px solid #E6E6E6;
    padding: 5px 10px;
    width: 150px;
    border-radius: 5px;
    color: #707070;
}
.search-list {
    background-color: #fff;
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 15%);
    border-radius: 5px;
    margin-bottom: 40px;
}
.search-list .list-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-radius: 5px 5px 0 0;
    padding: 8px 30px 4px;
    border-top: 5px solid #E0690F;
}
.search-list .list-header h4 {
	font-size:14px;
	font-weight: normal;
}
.search-list .list-header .read {
    border: 1px solid;
    background-color: #fff;
    padding: 2px 15px 0;
    color: #e0690f;
    border-radius: 100px;
    font-weight: bold;
    font-size: 14px;
    line-height: normal;
}
.search-list .list-header .unread {
	border: 1px solid;
    background-color: #e0690f;
    padding: 2px 15px 0;
    color: #fff;
    border-radius: 100px;
    font-weight: bold;
    font-size: 14px;
    line-height: normal;
}
.search-list .list-body-01 {
    padding: 0 30px 10px;
    border-bottom: 1px solid #E6E6E6;
}
.search-list .list-body-01 .flag {
    display: flex;
    flex-wrap: wrap;
    flex:1;
}
.search-list .list-body-01 .flag li {
	margin-right: 10px;
	color:#fff;
	font-size:14px;
    border-radius: 5px;
    font-weight: bold;
    padding: 0 10px;
    line-height: 26px;
    height: 26px;
    margin-top: 6px;
}
.search-list .list-body-01 .flag-no {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 10px;
}
.search-list .list-body-01 .flag-no h4 {
	font-size:16px;
	margin-top:4px;
}
.search-list .list-body-01 .flag .red {
    background-color: #9D323D;
}
.search-list .list-body-01 .flag .green {
    background-color: #70BF5C;
}
.search-list .list-body-01 .flag .gray {
    background-color: #939498;
}
.search-list .list-body-01 .flag .blue {
    background-color: #4C79AF;
}
.search-list .list-body-01 .title {
    position: relative;
}
.search-list .list-body-01 .pr-txt p {
	overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 15px;
}
.search-list .list-body-01 h2 {
	font-size:20px;
	font-weight: bold;
    line-height: 1.5;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 15px;
    padding-right: 30px;
}
.search-list .word {
	display: flex;
    flex-wrap: wrap;
}
.search-list .word li {
    margin: 0 10px 10px 0;
}
.search-list .word li a {
	background-color: #EAEAEA;
    display: block;
    padding: 0 10px;
    border-radius: 5px;
    color:#282A32;
}
.search-list .list-body-02 .column-left {
    width: 100%;
    border-right: 0;
    padding: 5px 20px;
    border-bottom: 1px solid #E6E6E6;
}
.search-list .list-body-02 .column-left table {
	width:100%;
}
.search-list .list-body-02 .column-left tbody {
	display: flex;
    flex-wrap: wrap;
}
.search-list .list-body-02 .column-left tr {
    width: 48%;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #E6E6E6;
    padding: 15px 0;
    align-items: center;
    margin: 0 1%;
}
.search-list .list-body-02 .column-left tr:nth-child(5),
.search-list .list-body-02 .column-left tr:nth-child(6){
	border-bottom: 0;
}
.search-list .list-body-02 .column-left tr th {
	width:40px;
	line-height: 1.5;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.search-list .list-body-02 .column-left tr td {
	width:400px;
	line-height: 1.6;
	flex: 1;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.search-list .list-body-02 .column-right {
	padding: 20px 30px;
	width:100%;
}
.search-list .list-body-02 .column-right ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.search-list .list-body-02 .column-right ul li {
    margin: 0 5px;
}
.search-list .list-body-02 .column-right ul li:last-child {
	margin-bottom:0;
}
.search-list .list-body-02 .column-right ul li a {
	text-align: center;
    padding: 11px 20px 9px!important;
}
.search-list .list-body-02 .column-right ul li .detail,
.search-list .list-body-02 .column-right ul li .apply {
    width: 140px!important;
    height: 48px;
}
.search-list .list-body-02 .column-right ul li .star {
	line-height: 20px;
    width: 60px!important;
    height: 48px;
    margin: 0 0 0 auto !important;
}
.search-list .list-body-02 .column-right ul li .keep {
	background-color: #EFEFEF!important;
    border: 0!important;
    opacity: unset!important;
}
.search-list .list-body-02 .column-right ul li .completion {
    background: #EFEFEF!important;
    opacity: unset!important;
}
.search-list .list-body-02 .column-right ul li .full {
	width: auto!important;
}
.page-nav {
	margin-bottom: 60px;
}
.page-nav ul {
    display: flex;
    justify-content: center;
}
.page-nav ul li {
	padding: 0 3%;
}
.page-nav ul li a {
    color: #282a32;
    width: auto;
    height: 30px;
    display: block;
    text-align: center;
    line-height: 30px;
    font-weight: bold;
}
/*.page-nav ul li:nth-child(2) a {*/
/*    background-color: #E0690F;*/
/*    color: #fff;*/
/*    border-radius: 100px;*/
/*    padding: 0 15px;*/
/*}*/
.page-nav ul .nav-on a {
    background-color: #E0690F;
    color: #fff;
    border-radius: 100px;
    padding: 0 15px;
}
.pickup-box {
	box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 15%);
	border: 2px solid #E0690F;
	text-align: center;
	border-radius: 5px;
	background-color: #fff;
	padding: 25px 30px;
	margin-bottom: 60px;
}
.pickup-box h2 {
	font-size: 24px;
	margin-bottom:15px;
	font-weight: bold;
	line-height: normal;
}
.pickup-box a {
	margin-bottom:15px;
}
.pickup-box p {
	color:#707070;
}
.search-area,
.search-work,
.search-conditions,
.search-faq,
.search-others {
    background-color: #fff;
    margin-bottom: 30px;
    border: 2px solid #E6E6E6;
    border-radius: 5px;
    padding:25px 30px;
    position: relative;
}
.search-area h3,
.search-work h3,
.search-conditions h3,
.search-faq h3 {
	font-size:18px;
	font-weight: bold;
	display: flex;
	position: relative;
}
.search-area h3 img,
.search-work h3 img,
.search-conditions h3 img,
.search-faq h3 img {
	width: 30px;
    margin-right: 15px;
}
.search-others h3 {
	font-size: 18px;
    font-weight: bold;
    background-color: #E0690F;
    color: #fff;
    padding: 0 15px;
    position: absolute;
    top: -15px;
    left: 30px;
}
.search-area h4,
.search-work h4,
.search-conditions h4,
.search-faq h4 {
	font-size:16px;
	font-weight: bold;
    display: flex;
    position: relative;
}
.search-work h4 img {
	width: 24px;
    margin-right: 10px;
}
.search-work h4,
.search-others h4 {
	margin-top: 15px;
}
.search-others h4 {
	font-size:18px;
	font-weight: bold;
    color: #E0690F;
}
.search-faq h4 {
	padding-right: 30px;
}
.search-others p {
    border-bottom: 1px solid #E6E6E6;
    position: relative;
    padding: 15px 20px 15px 0;
    line-height: 1.5;
}
.search-others p:last-child {
	border-bottom: 0;
}
.search-work ul h4 {
	margin-top: 0;
}
.search-work .category ul {
	margin-bottom: 15px;
}
.search-work .category:last-child ul {
	margin-bottom: 0;
}
.search-work .category {
    border-bottom: 1px solid #E6E6E6;
}
.search-work .category:last-child {
	border-bottom: 0;
}
.search-area ul,
.search-work ul,
.search-conditions ul{
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
}
.search-area ul a,
.search-work ul a,
.search-conditions ul a {
	font-size: 14px;
    border: 1px solid #E0690F!important;
    display: block;
    padding: 0 10px;
    margin: 0 10px 10px 0;
    font-weight: normal;
    line-height: 26px;
    height: 26px;
    color: #E0690F!important;
}
.search-faq .question {
    margin: 15px 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #E6E6E6;
}
.search-faq .question:last-child {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 0;
}
.search-faq .question p {
	margin-left: 10px;
	padding-right: 30px;
}
.search-faq .question a {
	color: #E0690F!important;
}

	@media only screen and (max-width: 768px) {
		.search-list .list-body-02 {
		    flex-wrap: wrap;
		}
		.search-list .list-body-02 .column-left {
		    width: 100%;
		    border-right: 0;
		    padding: 0 20px;
		}
		.search-list .list-body-02 .column-right {
		    width: 100%;
		}
		.search-list .list-body-02 .column-right ul {
		    width: 100%;
		    position: static;
		    display: flex;
		    justify-content: center;
		}
		.search-list .list-body-02 .column-right ul li {
		    margin: 0 3px;
		}
		.search-list .list-body-02 .column-right ul li .detail,
		.search-list .list-body-02 .column-right ul li .apply {
		    padding: 11px 10px 9px!important;
		    height: 46px;
		}
		.search-list .list-body-02 .column-right ul li .star {
		    height: 46px;
		}
	}
	
	@media only screen and (max-width: 641px) {
		.search-box h1 {
		    font-size: 14px;
		    margin-bottom: 10px;
		}
		.search-box .result {
		    display: flex;
		    border-radius: 5px;
		    padding: 10px 15px;
		    margin-bottom: 15px;
		}
		.search-box .result .txt {
		    margin-right: 10px;
		}
		.search-box .result .txt p {
			font-size:12px;
		}
		.search-box .result .button {
		    width: 90px;
		}
		.search-no {
		    margin-bottom: 15px;
		}
		.search-list {
		    margin-bottom: 20px;
		}
		.search-list .list-header {
		    border-radius: 5px 5px 0 0;
		    padding: 6px 15px 0;
		}
		.search-list .list-header .read,
		.search-list .list-header .unread{
		    font-size: 13px;
			height: 23px;
		}
		.search-list .list-body-01 {
		    padding: 0 15px 10px;
		}
		.search-list .list-body-01 .flag {
		    padding-right: 10px;
		}
		.search-list .list-body-01 .flag li {
		    margin-right: 5px;
		    font-size: 11px;
		    padding: 0 6px;
		    height: 22px;
		    line-height: 22px;
		    margin-top: 4px;
		}
		.search-list .list-body-01 .flag-no h4 {
		    font-size: 12px;
		    margin-top:0;
		}
		.search-list .list-body-01 h2 {
		    font-size: 13px;
		    margin-bottom: 10px;
		    padding-right: 15px;
		}
		.search-list .list-body-01 .pr-txt p {
			font-size:12px;
			line-height: 1.7;
		}
		.search-list .word {
		    height: 50px;
		    overflow: hidden;
		    padding-right: 20px;
	        position: relative;
		}
		.search-list .word:after {
		    content: "…";
		    position: absolute;
		    top: 25px;
		    right: 0;
		}
		.search-list .word li {
		    margin: 0 6px 6px 0;
		}
		.search-list .word li a {
		    padding: 0 6px;
		    font-size: 11px;
		    height: 20px;
		    line-height: 20px;
		}
		.search-list .list-body-02 .column-left {
		    padding: 0 10px;
		}
		.search-list .list-body-02 .column-left tr {
		    padding: 6px 0;
		    width: 46%;
		    margin: 0 2%;
		}
		.search-list .list-body-02 .column-left tr th {
		    width: 30px;
		}
		.search-list .list-body-02 .column-left tr th img {
		    width: 20px;
		}
		.search-list .list-body-02 .column-left tr td {
		    width: auto;
		    line-height: 1.4;
		    font-size: 12px;
		}
		.search-list .list-body-02 .column-right {
		    padding: 10px 0px;
		}
		.search-list .list-body-02 .column-right ul li .detail,
		.search-list .list-body-02 .column-right ul li .apply {
		    width: 100px!important;
		}
		.search-list .list-body-02 .column-right ul li .full {
			width: auto!important;
		}
		.page-nav {
		    margin-bottom: 30px;
		}
		.page-nav ul li a {
		    color: #282a32;
		    height: 25px;
		    line-height: 25px;
		    font-size: 12px;
		}
		.pickup-box {
		    border-radius: 5px;
		    padding: 15px 15px;
		    margin-bottom: 30px;
		}
		.pickup-box h2 {
		    font-size: 15px;
		    margin-bottom: 10px;
		}
		.pickup-box a {
		    margin-bottom: 10px;
		}
		.pickup-box p {
		    font-size: 12px;
		}
		.search-area,
		.search-work,
		.search-conditions,
		.search-faq,
		.search-others {
		    margin-bottom: 20px;
		    border-radius: 5px;
		    padding: 15px 15px 10px;
		}
		.search-area h3,
		.search-work h3,
		.search-conditions h3,
		.search-faq h3 {
		    font-size: 15px;
		}
		.search-area h3 img,
		.search-work h3 img,
		.search-conditions h3 img,
		.search-faq h3 img {
		    width: 20px;
		    margin-right: 10px;
		}
		.search-area ul a,
		.search-work ul a,
		.search-conditions ul a {
		    font-size: 12px;
		    padding: 4px 6px;
		    margin: 0 6px 10px 0;
		    line-height: normal;
		    height: auto;
		}
		.search-area ul,
		.search-work ul,
		.search-conditions ul {
		    margin-top: 10px;
		}
		.search-area h4,
		.search-work h4,
		.search-conditions h4,
		.search-faq h4 {
		    font-size: 14px;
		}
		.search-work h4 img {
		    width: 20px;
		    margin-right: 8px;
		}
		.search-work h4,
		.search-others h4 {
		    margin-top: 10px;
		}
		.search-others h3 {
		    font-size: 15px;
		    padding: 0 10px;
		    top: -15px;
		    left: 15px;
		}
		.search-others h4 {
		    font-size: 16px;
		}
		.search-others p {
		    padding: 12px 15px 12px 0;
			font-size: 12px;
		}
		.search-work .category ul {
		    margin-bottom: 10px;
		}
		.search-faq .question {
		    margin: 10px 0;
		    padding-bottom: 10px;
		}
		.search-faq .question p {
		    font-size: 12px;
		}
	}
	
/*------------------------------------------------------

求人詳細

------------------------------------------------------*/
.job-detail .search-list .list-body-01 .title h2 {
	padding: 10px 0 20px;
    border-bottom: 1px solid #E6E6E6;
    margin-bottom:25px;
    overflow: unset;
    display: block;
    -webkit-box-orient: unset;
    -webkit-line-clamp: unset;
}
.job-detail .search-list .list-body-01 .lead p {
	line-height: 1.6;
    font-size: 16px;
    margin-bottom: 25px;
}
.job-detail .search-list .list-body-01 .comment {
    background-color: #FCF0E6;
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.job-detail .search-list .list-body-01 .comment h4 {
    padding: 15px 30px;
    background-color: #F3A86E;
    border-radius: 5px 0 0 5px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.4;
    width: 125px;
}
.job-detail .search-list .list-body-01 .comment p {
    padding: 15px 30px;
    flex: 1;
}
.job-detail .search-list .list-body-01 {
    padding: 0 30px 0;
    border-bottom: 0;
}
.job-detail .search-list .list-body-02 {
    display: block;
}
.job-detail .search-list .list-body-02 .column-left {
    width: 100%;
    flex: none;
    border-right: 0px;
    padding: 10px 20px 0;
    border: 0;
}
.job-detail .search-list .list-body-02 .column-left tr:nth-child(5),
.job-detail .search-list .list-body-02 .column-left tr:nth-child(6) {
    border-bottom: 1px solid #E6E6E6;
}
.job-detail .search-list .list-body-02 .column-left tr:nth-last-child(2) {
	border-bottom: 0;
}
.job-detail .search-list .list-body-02 .column-left tr:last-child {
	border-bottom: 0;
}
.job-detail .search-list .list-body-03 {
	padding: 0 30px 30px;
}
.job-detail .search-list .list-body-03 table {
	width:100%;
	border-top: 1px solid #E6E6E6;
}
.job-detail .search-list .list-body-03 table tr {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #E6E6E6;
    margin: 20px 0;
    padding-bottom: 20px;
}
.job-detail .search-list .list-body-03 table tr:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.job-detail .search-list .list-body-03 table tr th {
    width: 200px;
    padding: 0 10px;
    font-weight: bold;
}
.job-detail .search-list .list-body-03 table tr td {
	flex: 1;
}
.job-detail .search-list .list-body-03 h4 {
    font-size: 16px;
    padding: 30px 10px 10px;
}
.job-detail .search-list .list-body-03.last-block {
	padding-top: 10px;
}
.job-detail .search-list .list-body-03.last-block table {
	border-top: 0;
}
.job-detail .search-list .list-body-02 .column-left tr {
    padding: 20px 0;
}
.job-detail .search-list .list-body-02 .column-left tr td {
    overflow: auto;
    display: block;
    -webkit-box-orient: unset;
    -webkit-line-clamp: unset;
    line-height: unset;
}
.job-detail .pickup {
    margin-bottom: 80px;
}
.job-detail .search-list .list-body-02 .column-right {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 -5px 5px 0px rgb(0 0 0 / 15%);
    z-index:1;
}

	@media only screen and (max-width: 641px) {
		.job-detail .search-list .list-body-01 {
		    padding: 0 15px 0;
		    border-bottom: 0;
		}
		.job-detail .search-list .list-body-01 .title h2 {
		    padding: 5px 0 15px;
		    margin-bottom: 15px;
		}
		.job-detail .search-list .list-body-01 .lead p {
		    font-size: 12px;
		    margin-bottom: 20px;
		}
		.job-detail .search-list .list-body-01 .comment {
		    border-radius: 5px;
		}
		.job-detail .search-list .list-body-01 .comment h4 {
		    padding: 8px 15px;
		    border-radius: 5px 5px 0 0;
		    font-size: 14px;
		    width: 100%;
		}
		.job-detail .search-list .list-body-01 .comment p {
		    padding: 10px 15px;
		    font-size: 12px;
		}
		.job-detail .search-list .list-body-02 .column-left {
		    padding: 0 15px;
		}
		.job-detail .search-list .list-body-02 .column-left tr {
		    padding: 15px 0;
		    width: 100%;
		    margin: 0;
		}
		.job-detail .search-list .list-body-02 .column-left tr:nth-last-child(2) {
		    border-bottom: 1px solid #E6E6E6;
		}
		.job-detail .search-list .list-body-03 {
		    padding: 0 15px 15px;
		}
		.job-detail .search-list .list-body-03 table tr {
		    margin: 15px 0;
		    padding-bottom: 15px;
		}
		.job-detail .search-list .list-body-03 table tr th {
		    width: 100%;
		    padding: 0;
		}
		.job-detail .search-list .list-body-03 table tr td {
		    width: 100%;
		    font-size: 12px;
		    padding: 5px 0 0 10px;
		}
		.job-detail .pickup {
		    margin-bottom: 40px;
		}
		.job-detail .search-list .list-body-03 table tr td ul {
		    height: auto!important;
		    padding-right: 0!important;
		}
		.job-detail .search-list .list-body-03 table tr td ul:after {
			content: "";
			position: static;
		}
		.job-detail .search-list .list-body-03 h4 {
		    font-size: 14px;
		    padding: 15px 0 10px;
		}
		.job-detail .search-list .list-body-03.last-block {
		    padding-top: 0;
		}
	}

/*------------------------------------------------------

カンタン検索ページ

------------------------------------------------------*/
#easy-search .easy-search-contents {
	background-color: #ffffff;
    border: 1px solid #E6E6E6;
    border-radius: 8px;
    padding: 20px 30px;
    margin-bottom: 15px;
}
#easy-search .easy-search-contents h3 {
	position: relative;
}
#easy-search input {
	accent-color: #E0690F;
}
#easy-search .easy-search-contents:last-child {
	margin-bottom: 30px;
}
#easy-search .easy-search-list .category01 {
	border-bottom: 1px solid #E6E6E6;
    padding: 10px 0;
}
#easy-search .easy-search-list .category01:last-child {
	border-bottom: 0;
}
#easy-search .easy-search-list .category01 li {
	font-weight: bold;
    position: relative;
}
#easy-search .easy-search-list .category02 { 
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
}
#easy-search .easy-search-list .category02 h4 {
	padding: 4px 10px;
	font-weight: normal;
}
#easy-search .toggle_title:after {
	position: absolute !important;
    top: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    margin: auto !important;
    content: "" !important;
    vertical-align: middle !important;
    width: 8px !important;
    height: 8px !important;
    border-top: 2px solid #e0690f ;
    border-right: 2px solid #e0690f ;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    transition: all 0.3s;
}
#easy-search .toggle_title.open:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 45%;
}

	@media only screen and (max-width: 641px) {
		#easy-search .easy-search-contents {
		    padding: 12px 15px;
		    margin-bottom: 10px;
		}
		#easy-search .easy-search-contents h3 {
			font-size:14px;
		}
		#easy-search .easy-search-list .category02 {
			display: block;
		    padding: 10px 0;
		}
		#easy-search .easy-search-list .category02 h4 {
		    padding: 6px 0;
		}
	}
	
#easy-search .conditions ul {
	display: flex;
    flex-wrap: wrap;
}
#easy-search .conditions ul a {
	background-color: #fff;
    padding: 5px 20px;
    margin: 0 15px 15px 0;
    display: block;
    color: #e0690f!important;
}
#easy-search .easy-search-contents img {
	float: left;
    width: 30px;
    margin-right: 10px;
}
#easy-search .work .easy-search-list .category02 {
	padding: 10px 0;
}
#easy-search .search-button .color-banner {
    width: 100%;
    border: none;
    border-radius: 100px;
    margin-bottom: 10px;
    padding: 13px;
}
#easy-search .search-button .color-banner:hover {
	opacity: .4!important;
}
#easy-search .search-button a {
	text-align: center;
    display: block;
    color: #282a32;
}

	@media only screen and (max-width: 641px) {
		#easy-search .conditions ul a {
			padding: 2px 20px;
			margin: 0 10px 10px 0;
		}
	}



/*------------------------------------------------------

保存したお仕事一覧ページ

------------------------------------------------------*/
.keep .search-list .list-body-02 .column-left tr:nth-child(3), .keep .search-list .list-body-02 .column-left tr:nth-child(4) {
    border-bottom: 0;
}
.keep .pickup-box p {
	margin-bottom: 20px;
}
.keep .pickup-box a {
	margin-bottom: 0;
}
.keep .keep-note h4 {
	font-size: 20px;
    margin-bottom: 5px;
}
.keep .keep-none {
    background-color: #fff;
    padding: 60px 30px;
    border-radius: 5px;
    margin-bottom: 40px;
}
.keep .keep-none h4 {
    text-align: center;
	font-size: 20px;
}
.keep .search-list .list-body-01 .pr-txt p {
    margin-bottom: 0;
}

	
	@media only screen and (max-width: 641px) {
		.keep .pickup-box p {
		    margin-bottom: 15px;
		}
		.keep .keep-note h4 {
			font-size: 15px;
		}
		.keep .keep-note p {
			font-size: 12px;
		}
		.keep .keep-none {
		    padding: 30px 15px;
		    margin-bottom: 20px;
		}
		.keep .keep-none h4 {
			font-size: 14px;
		}
		.keep .search-list .list-body-01 {
		    padding: 0 15px 0;
		}
	}


/*------------------------------------------------------

お仕事詳細検索

------------------------------------------------------*/
#all-search a {
	color: #282a32;
}
#all-search .toggle_title {
    position: relative;
}
#all-search .toggle_title:after {
    position: absolute !important;
    top: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    margin: auto !important;
    content: "" !important;
    vertical-align: middle !important;
    width: 8px !important;
    height: 8px !important;
    border-top: 2px solid #e0690f;
    border-right: 2px solid #e0690f;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    transition: all 0.3s;
}
#all-search .toggle_title.open:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 45%;
}
#all-search > div {
    margin-top: 20px;
}
#all-search > div:first-child {
	margin-top: 0;
}
#all-search .box-style {
	background-color: #ffffff;
    border: 1px solid #E6E6E6;
    border-radius: 8px;
    padding: 20px 30px;
    width: 100%;
    font-size: 16px;
}
#all-search .box-style h2 {
	font-size:16px;
	font-weight: bold;
	line-height: normal;
	color: #282a32;
}
#all-search .area-box {
    position: relative;
}
/*#all-search .area-box::after {
	position: absolute !important;
    top: 0 !important;
    bottom: 0 !important;
    right: 30px !important;
    margin: auto !important;
    content: "" !important;
    vertical-align: middle !important;
    width: 8px !important;
    height: 8px !important;
    border-top: 2px solid #e0690f;
    border-right: 2px solid #e0690f;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all 0.3s;
}*/
#all-search .area-box a {
    display: block;
    width: 100%;
}
#all-search .prefecture-box select,
#all-search .search-box input,
#all-search .salary-box select,
#all-search .money-box select,
#all-search .start-box select {
	font-size: 16px;
    font-weight: bold;
    line-height: normal;
    color: #282a32;
    height: 66px;
    -webkit-appearance: none;
    appearance: none;
}
#all-search .prefecture-box,
#all-search .salary-box,
#all-search .money-box,
#all-search .start-box {
	position: relative;
}
#all-search .prefecture-box::after,
#all-search .salary-box::after,
#all-search .money-box::after,
#all-search .start-box::after {
	position: absolute !important;
    top: 0 !important;
    bottom: 0 !important;
    right: 30px !important;
    margin: auto !important;
    content: "" !important;
    vertical-align: middle !important;
    width: 8px !important;
    height: 8px !important;
    border-top: 2px solid #e0690f;
    border-right: 2px solid #e0690f;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    transition: all 0.3s;
}
#all-search .search-box h4 {
	margin-top:10px;
}
#all-search .search-box h4 a {
	color: #e0690f;
	margin: 0 5px;
}
#all-search .work-box h3,
#all-search .area-box h3,
#all-search .area-box .category01,
#all-search .station-box .category01{
	font-size: 14px;
    padding: 10px 0;
    border-bottom: 1px solid #E6E6E6;
    font-weight: bold;
}
#all-search .station-box h3 {
	font-size: 14px;
    padding: 10px 0;
    border-top: 1px solid #E6E6E6;
    font-weight: bold;
}
#all-search .station-box .station > div:first-child h3 {
	border-top: 0;
}
#all-search .station-box .station .easy-search-list {
    background-color: #f5f5f5;
    padding: 10px 30px 5px;
}
#all-search .work-box .work > div:first-child h3,
#all-search .area-box h3,
#all-search .station-box .station > div:first-child h3 {
    margin-top: 10px;
}
#all-search .work-box .work > div:last-child h3,
#all-search .area-box .category01:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}
#all-search .station-box .category01 {
    border-bottom: 0;
}

#all-search .category02 {
	display: flex;
    flex-wrap: wrap;
    padding: 10px 0;
}
#all-search .category02 h4 {
	padding: 6px 15px;
    font-weight: normal;
    font-size: 14px;
}
#all-search .status-box .category02,
#all-search .period-box .category02 {
	padding: 10px 0 0;
	
}
#all-search .choice-box h3 {
	font-size: 14px;
    border-top: 1px solid #E6E6E6;
    padding-top: 15px;
}
#all-search .choice-box .easy-search-list .easy-search-list:last-child .category02 {
    padding: 10px 0 0;
}
#all-search .search-button {
	margin-top: 40px;
    display: flex;
    justify-content: center;
}
#all-search .search-button input {
    margin: unset!important;
    line-height: 1.9;
}
#all-search .search-button .border-banner {
	margin-right:10px!important;
}
#all-search .search-button .color-banner {
	margin-left:10px!important;
}

	@media only screen and (max-width: 641px) {
		#all-search > div {
		    margin-top: 10px;
		}
		#all-search .category02 {
		    display: block;
		}
		#all-search .category02 h4 {
		    padding: 6px 0;
		}
		#all-search .box-style {
		    padding: 15px 15px;
		    font-size: 14px;
		}
		#all-search .box-style h2 {
		    font-size: 14px;
		}
		#all-search .search-box h4 {
		    font-size: 12px;
		}
		#all-search .prefecture-box select,
		#all-search .search-box input,
		#all-search .salary-box select,
		#all-search .money-box select,
		#all-search .start-box select {
		    font-size: 14px;
		    height: 53px;
		}
		#all-search .prefecture-box::after,
		#all-search .salary-box::after,
		#all-search .money-box::after,
		#all-search .start-box::after {
		    right: 15px !important;
		}
		#all-search .area-box::after {
		    right: 15px !important;
		}
		#all-search .search-button {
		    margin-top: 30px;
		    display: block;
		}
		#all-search .search-button .border-banner {
		    margin: 0 auto!important;
		}
		#all-search .search-button .color-banner {
		    margin: 15px auto 0!important;
		}
		#all-search .station-box .station .easy-search-list {
		    padding: 5px 15px 5px;
		}
	}
	

/*------------------------------------------------------

お仕事詳細検索/勤務地を選択

------------------------------------------------------*/
#all-search .area-back {
	position: relative;
}
#all-search .area-back::after {
    position: absolute !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 5px !important;
    margin: auto !important;
    content: "" !important;
    vertical-align: middle !important;
    width: 8px !important;
    height: 8px !important;
    border-top: 2px solid #e0690f;
    border-right: 2px solid #e0690f;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    transition: all 0.3s;
}
#all-search .area-back a h3 {
    font-size: 18px;
    padding-left: 25px;
}
#all-search .area-detail a {
	display: flex;
}
#all-search .area-detail a h2 {
	width:260px;
}
#all-search .area-detail a p {
	flex: 1;
    font-size: 14px;
    margin-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #707070;
}

	@media only screen and (max-width: 641px) {
		#all-search .area-detail a {
		    display: block;
		}
		#all-search .area-detail a h2 {
		    width: 100%;
		}
		#all-search .area-detail a p {
    		font-size: 12px;
		}
	}

#all-search .commute-box {
	display: flex;
    align-items: center;
    justify-content: space-between;
}
#all-search .commute-box > div {
	display: flex;
	align-items: center;
}
#all-search .commute-box input {
    border: 1px solid #E6E6E6;
    border-radius: 8px;
    padding: 15px 20px;
    width: 140px;
    font-size: 16px;
    margin-right: 10px;
}
#all-search .commute-box > div > div input {
	width: 240px;
}
#all-search .commute-box .mr10 {
	margin-right: 10px;
}

	@media only screen and (max-width: 850px) {
		#all-search .commute-box {
			display: block;
		}
		#all-search .commute-box h2 {
			margin-bottom:5px;
		}
	}

	@media only screen and (max-width: 641px) {
		#all-search .commute-box > div {
		    font-size: 12px;
		}
		#all-search .commute-box input {
		    border-radius: 5px;
		    padding: 12px 15px;
		    width: 80px;
		    font-size: 14px;
		    margin-right: 5px;
		}
		#all-search .commute-box > div > div input {
		    width: 140px;
		}
		#all-search .commute-box .mr10 {
		    margin-right: 5px;
		}
	}


/*------------------------------------------------------

お仕事完了画面

------------------------------------------------------*/

.renewal-mv h2 {
    font-size: 30px!important;
    line-height: 1.8!important;
    font-weight: 700!important;
}
.renewal .pickup-box {
	box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 15%);
    border: 2px solid #E0690F;
    text-align: center;
    border-radius: 5px;
    background-color: #fff;
    padding: 25px 30px;
    margin: 60px 0 0;
}
.renewal .pickup-box h2 {
	font-size: 24px;
    margin-bottom: 15px;
    font-weight: bold;
    line-height: normal;
}
.renewal .pickup-box a {
    margin-bottom: 15px;
}


@media only screen and (max-width: 641px){
	.renewal-mv h2 {
	    font-size: 20px!important;
	}
	.renewal .pickup-box {
	    border-radius: 5px;
	    padding: 15px 15px;
	    margin: 30px 0 0;
	}
	.renewal .pickup-box h2 {
	    font-size: 15px;
	    margin-bottom: 10px;
	}
	.renewal .pickup-box a {
    	margin-bottom: 10px;
	}
	.renewal .pickup-box p {
	    font-size: 12px;
	}
}
















