@charset "utf-8";
@import url("default.css");
/*@import url("layout.css");
*/
/************************************************/
/*    css スマホ用　　max-size 767px            */
/************************************************/

@media print, screen and (min-width: 768px) {
	.pc {
		display: block;
	}
	.sp {
		display: none;
	}
}
@media print, screen and (max-width: 767px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
}
.mlx {
	margin-left: 30px;
}
.ml10{
	margin-left: 10px;
}
.ml15{
	margin-left: 15px;
}

.ml25{
	margin-left: 25px;
}

.ml30{
	margin-left: 30px;
}
.ml40 {
	margin-left: 40px;
}

.ml44{
	margin-left: 44px;
}

.ml50{
	margin-left: 50px;
}

.ml60{
	margin-left: 60px;
}

.ml73 {
	margin-left: 73px;
}
.ml80 {
	margin-left: 80px;
}

/************************************************/
/*    top mobile                                */
/************************************************/

html {
	min-width: 0;
}
main {
	width: 100%;
}
body {
	background-color: #fff;
	min-width: 320px;
}
button {
	outline: none;
	border: none;
	cursor: pointer;
}
button:focus {
	outline:0;
}
input:focus {
	outline:0;
}
.clearfix::after {
	content: '';
	display: block;
	clear: both;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}


/*************************************** sp-header ******/

.header-logo-2 {
	margin: 0 auto;
	width: 320px;
	height: 70px;
}
.sp-top-header {
	width: 100%;
}
.sp-top-header-main {
	margin: 0 auto;
	width: 320px;
	height: 70px;
}

.header-link-color {
	position: relative;
}
.header-sp-logo {
	width: 200px;

	margin-top: 20px;
	margin-left: 20px;
}
.header-sp-logo-text {
	color: #333;
	font-size: 10px;
	position: absolute;
	top: 47px;
	left: 80px;
	text-decoration: none;
	margin-top: 12px;
}
.header-sp-menu {
	width: 85px;
	height: auto;
	margin-left: 0;
	margin-top: 20px;
}

/*************************** sp-header menu 展開 ******/

.s_nav {
	display: none;
	position: relative;
	z-index: 100;
}
.s-nav.fixed {
	display: none;
	position: fixed;
	left: 0;
	top: 82px;
	z-index: 1000;
	width: 100%;
	box-shadow: rgba(156, 156, 156, 0.25) 0px 2px 3px 0px;
}

.s_nav .inner {
	width: 100%;
}
.s_nav ul {
	border-top: 1px #0268b3 solid;
}
.s_nav li {
	border-bottom: 1px #dfd9cd solid;
	line-height: 40px;
	background-color: #fff;
}
/* line 140, ../sass_s/_common.scss */
.s_nav li a {
	width: 290px;
	margin: 0 auto;
	font-size: 14px;
	line-height: 40px;
	display: block;
	padding: 0 0 0 20px;
	color: #333;
	text-decoration: none;
	background: transparent url("../images_s/result/result_arrow.png") no-repeat scroll right 10px center/32px 32px;
}
/* line 154, ../sass_s/_common.scss */
.s_nav > li:nth-child(1) {
	border-top: 1px #dfd9cd solid;
}
/* line 157, ../sass_s/_common.scss */
.s_nav > li:last-child {
	border-bottom: none;
}
/* line 160, ../sass_s/_common.scss */
.s_nav ul.child > li:nth-child(1) {
	border-top: 1px #dfd9cd solid;
}
/* line 163, ../sass_s/_common.scss */
.s_nav .child li {
	border-bottom: 1px #f5eedf solid;
}
/* line 166, ../sass_s/_common.scss */
.s_nav .child li:last-child {
	border: none;
}
/* line 170, ../sass_s/_common.scss */
.s_nav .child li a {
	padding: 0 0 0 40px;
	font-size: 12px;
	font-size: 1.2rem;
}

/*************************** sp-top banner ******/

.sp-top-banner {
	margin: 10px auto;
	height: auto;
}
.sp-top-banner img {
	width: 100%;
	height: auto;
}

/**************************** sp-top friend ******/

.top-banner {

}
.Information-area {
	width: 320px;
	margin: 20px auto;
	position: relative;
	border: 0;
	height: 200px; /* new 210507 */
}
.friend-image {
	width: 100px;
	height: auto;
	position: absolute;
	top: 10px;
	left: 50%;
	transform: translateX(-50%);
}
.friend-comment {
	position: absolute;
	top: 120px;
	line-height: 25px;
	width: 220px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 14px;
}
.friend-link{
	position: absolute;
	top: 180px;
	left: 50%;
	transform: translateX(-50%);
	padding-right: 10px;
	padding-left: 10px;
	width: 210px;
	height: 25px;
	background-color: #ff6801;
	border-radius: 5px;
	background-position : 50% 50%;
	font-size: 13px;
	color: #fff;
	text-align: center;
	letter-spacing: 1px;
	transition: 0.5s;
	text-decoration: none;
}

.friend-link img{
	margin-top: 5px;
}

/**************************** sp-top button ******/

.sp-top-button-wrapp {
	margin: 270px auto;
	margin-bottom: 50px;
	width: 320px;
}
.sp-top-button {
	margin-top: 30px;
	margin: 0 auto;
	width: 300px;
	height: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.freeword-title {
	width: 300px;
	margin-top: 20px;
	text-align: center;
	background-color: #087DD7;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
}
.search-word-wrapp {
	width: 300px;
	height: 50px;
	box-sizing: border-box;
	border: #087DD7 1.5px solid;
}
.search-word-wrapp img {
	margin-top: 7px;
	margin-left: 2px;
}

.sp-top-button input {
	width: 230px;
	height: 30px;
	box-sizing: border-box;
	border: #087DD7 1.5px solid;
	margin-top: 8px;
	margin-left: 10px;
	box-shadow: 1px 1px 2px 1px #ccc inset;
}

/**************************** sp-top 注目求人 ******/

.sp-top-news-text {
	position: absolute;
	width: 150px;
	top: 195px;
	left: 0;
	text-decoration:underline;
	text-decoration-color:#0168b7;
}
.sp-top-news-photo {
	position: absolute;
	top: 20px;
	left: 0;
	width: 140px;
}
.sp-top-news-photo img {
	width: 100%;
	height: auto;
}
.sp-top-condition-area {
	position: absolute;
	top: 155px;
	left: 0;
	width: 140px;
	color: #707070;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.sp-top-news-others {
	margin: 0 auto;
	margin-bottom: 100px;
	width: 200px;
	text-decoration: none;
}

/*    news pc のまま css 変更     */

.news-content-wrapper {
	margin-top: 50px;
	padding: 0 20px;
	width: 100%;
}
.news-content {
	margin-top: 0;
	margin-left: 0;
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.news-area {
	margin-top: 10px;
	margin-left: 0;
	width: 140px;
	height: 250px;
	position: relative;
}
.news-desc .sp-top-new-icon {
	position: absolute;
	top: 25px;
	left: 10px;
}

.news-date {
	position: absolute;
	top: 0;
	left: 45px;
	color: #707070;
	font-size: 13px;
}
.news-photo img {
	width: 100%;
	height: auto;
}
.condition-area {
}
.news-others {
	float: right;
	width: 192px;
	height: 20px;
	line-height: 20px;
	background-color: #0068b7;
	border-radius: 5px;
	background-position: 50% 50%;
	font-size: 13px;
	color: #fff;
	text-align: center;
	letter-spacing: 1px;
	transition: 0.5s;
	margin-left: 60px;
	margin-top: 20px;
	text-decoration: none;
	margin-bottom: 30px;
}
.news-others img {
	margin-top: 3px;
	margin-right: 5px;
}

/********************* sp (news_list-page-pc)  注目求人一覧 ******/


/*    news pc のまま css 変更     */

.under_main_title {
	line-height: 1.2;
	background-color: #5BB7F2;
	font-weight: normal;
	font-size: 18px;
	color: #fff;
	margin-top: 10px;
	padding: 8px 3px 5px 10px;
}
.color-orange {
	background-color: #FF6801;
}
.news-list-wrapper {
	width: 100%;
}

.news-list-content {
	height: auto;
	margin-left: 0;
	padding: 0;
	padding-left: 10px;
	padding-right: 10px;
	border-top: 0;
}
.news-page-wrapper {
	margin-top: -20px;
	width: 100%;
	height: auto;
	border-top: 3px #0068B7 solid;
	padding-top: 30px;
	padding-bottom: 20px;
}

.top-line-not {
	border-top: 0;
}

.news-page-area {
float: left;
margin-left: 0;
margin-bottom: 0;
width: 160px;
height: 250px;
position: relative;
}

.news-page-desc .sp-top-new-icon {
	position: absolute;
	top: 5px;
	left: 10px;
}
.news-text {
	display: none;
}
.sp-top-condition-area-ichiran {
	position: absolute;
	top: 130px;
	left: 10px;
	width: 140px;
	color: #707070;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 13px;
	line-height: 1.4;
}
.sp-top-condition-area-ichiran img {
	vertical-align: middle;
}
	
.sp-top-news-text-ichiran {
	position: absolute;
	width: 140px;
	top: 185px;
	left: 10px;
	text-decoration:underline;
	text-decoration-color:#0168b7;
	color: #0168b7;
	font-size: 14px;
	line-height: 1.4;
	margin-top: -15px;
}

.news-page-photo {
	position: absolute;
	top: 25px;
	left: 10px;
	width: 140px;
}
.news-page-photo img {
	width: 100%;
	height: auto;
}

.back-btn-area {
	width: 100%;
	position: relative;
}
.back-btn {
	position: absolute;
	top: 10px;
	left: 50%;
	transform: translateX(-50%);
	width: 140px;
	height: 40px;
}
.back-btn-news {
	position: absolute;
	top: 10px;
	left: 50%;
	transform: translateX(-50%);
	width: 140px;
	height: 40px;
}

/********************* sp (work_detail-page-pc)  求人明細 ******/

.border-bottom:last-of-type {
	border-bottom: 1px solid #fad4ad;
}
.work-list-wrapper {
	position: relative;
	background-color: #fff;
	height: auto;
	margin: 30px auto;
	padding: 0;
	font-size: 14px;
}

.result-title-wrapper {
	margin-top: 20px;
	width: 100%;
	height: auto;
	background-color: #eef7fe;
	border-top: 2px solid #1170b8;
	border-bottom: 1px solid #1170b8;
	padding: 10px 10px 0 10px;
	box-sizing: border-box;
}
.result-title-link {
	color: #016BB6;
	margin-top: 20px;
	font-size: 16px;
	font-weight: 600;
}
.detail-area-sub {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: wrap;

}
.detail_photo {
	position: absolute;
	top: -150px;
	left: 0;
	width: 180px;
	height: 121px;
	border: 2px #fff7ef solid;
	box-shadow: 1px 1px rgba(50,50,50,0.3);
}
.detail_photo-sp {
	width: 150px;
	margin: 20px 5px;
}

.job-num {
	top: 5px;
	left: 5px;
	width: 200px;
	margin-top: 5px;
	color: #fff;
	background-color: #6dbffa;
	border-radius: 5px;
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
	padding: 2px;
}
.result-btn {
	float: left;
	height: 40px;
	margin: 0;
	vertical-align: middle;
	text-align: center;
	margin-bottom: 15px;
	outline: none;
	border: none;
}
.result_title {
	margin: 10px 0 10px 5px;
	font-size: 23px;
	line-height: 1.2;
	width: 100%;
}
.detail-area {
	padding: 0 10px;
}
.detail-desc-box {
	position: relative;
	margin-top: 20px;
	border: 1px #fad4ad solid;
	box-shadow: inset 0 0 1px 1px #fff7ef;
}

 .detail-desc-title {
	 position: absolute;
	 top: -1px;
	 left: -1px;
	 width: 135px;
	 height: 36px;
	 background-color: #fff7ef;
	 border: 1px #fad4ad solid;
	 box-shadow: 1px 1px #fff7ef;
	 text-align: center;
	 line-height: 36px;
	 font-size: 15px;
	 letter-spacing: 1px;
 }
 .detail-desc-content {
 	margin: 40px 10px 10px;
 }

.result-detail {
	padding: 0 10px;
}
.detail-table-area {
	width: 100%;
}
.detail_table {
	margin-top: 20px;
	width: 100%;
}
.detail_table th {
	display: block;
	border: 1px #fad4ad solid;
	background-color: #fff7ef;
	text-align: center;
	vertical-align: middle;
	height: 25px;
	border-bottom: none; 
}
.detail_table tr {
	width: 80px;
	vertical-align: middle;
	height: 25px;
}
.detail_table tr td {
	display: block;
	border: 1px #fad4ad solid;
	padding: 10px;
	border-bottom: none; 
}
.other-area-item {
	display: inline-block;
	margin-top: 5px;
	margin-right: 7px;
	padding: 0 5px 0 5px;
	height: 30px;
	color: #fff;
	background-color: #6dbffa;
	border-radius: 2px;
}

.detail_btn_area {
	position: relative;
	width: 100%;
	height: 180px;
	background-color: #fff7ef;
	margin: 20px 0 20px;
	padding: 0;
	padding-top: 10px;
}
.detail-tel-area {
	float: none;
	margin: 10px auto;
	width: 220px;
	height: 50px;
	border: #72A71D 1px solid;
	border-radius: 30px;
	color: #72A71D;
	position: relative;
	padding-top: 5px;
	background-color: #fff;
	cursor: pointer;
}
.detail-tel-area div {
	margin-top: -5px;
}

.ico-call-area {
	position: absolute;
	top: 8px;
	left: 20px;
}
.btn-desc {
	position: absolute;
	top: 90px;
	left: 50%;
	transform: translate(-50%, 0);
}
.btn-desc .result-btn-link {
	color: #056AB4;
	text-decoration: underline;
	font-size: 12px;
}
.btn-wrapp {
	position: absolute;
	top: 135px;
	left: 50%;
	transform: translate(-50%, 0); 
	width: 280px;
	padding-left: 2px;
}
.btn-wrapp button {
	text-align: center;
}
.kentou-btn {
	width: 90px;
	height: 30px;
	background-color: #72A71D;
	font-size: 13px;
	text-align: center;
	color: #fff;
}
.kentou-delete-btn {
	width: 90px;
	height: 30px;
	background-color: #fff;
	font-size: 12px;
	color: #72A71D;
	border: 2px solid #72A71D;
	text-align: center;
}

.meisai-btn {
	width: 85px;
	height: 30px;
	font-size: 14px;
	color: #fff;
	background-color: #0168B7;
}
.oubo-btn {
	width: 90px;
	height: 30px;
	font-size: 14px;
	color: #fff;
	background-color: #EE7700;
}
.close-btn {
	width: 100%;
	height: 40px;
	text-align: center;
	margin: 0 auto;
	color: #333;
	border: 1px solid #ccc;
	background-color: #efefef;
	font-size: 16px;
}
.close-btn-wrrap {
	width: 100px;
	height: 40px;
	margin: 0 auto;
}

/********************* sp (list_area-page-pre-pc)  地域検索（都道府県） ******/

.tabbox {
	height: auto;
	margin: 0 auto;
	color: #333;
}

.tabbox li {
	border-bottom: 1px red solid;
	padding: 10px;
}
.tabbox a {
	color: #333;
	text-decoration: none;
	margin-left: 20px;
	line-height: 1.5;
}
.tabbox-pre {
	height: auto;
	margin: 0 auto;
	color: #333;
}
.tabbox-pre li {
	border-bottom: 1px red solid;
	padding: 10px;
}

.tabbox-pre a {
	color: #333;
	text-decoration: none;
	margin-left: 20px;
	line-height: 1.5;
}

.check_shi li {
    padding-left: 30px;
}
.area-arrow {
	margin-left: 30px;
	color: #EE7700;
	display: inline-block;
}
.area-arrow img {
	width: 20px;
	margin-top: 2px;
}

/********************* sp (list_area-page-pc)  地域検索（県内） ******/
                                                                   
.clear_btn {
    width: 90px;
    height: 40px;
    border: none;
    background: url(../images/btn/btn-clear.png) 0px 0px no-repeat;
    cursor: pointer;
}
.list-search-btn {
    width: 130px;
    height: 40px;
    border: none;
    background: url(../images/btn/btn-list-area-search.png) 0px 0px no-repeat;
    cursor: pointer;
}
.return-btn {
    width: 130px;
    height: 40px;
    border: none;
    background: url(../images/btn/btn-list-area-search.png) 0px 0px no-repeat;
    cursor: pointer;
}

/* ---- 検索ボタン----- */

.footer-btn-fixed {
	width: 100%;
	height: 50px;
	position: fixed;
	left: 0;
	bottom: 0;
	background-color: #5B5B5B;
	padding: 10px 0 0 0;
}
#list-area-search-btn-wapper {
	width: 230px;
	margin: 0 auto;
}
#job-search-btn-wapper {
	width: 230px;
	margin: 0 auto;
}
#condition-search-btn-wapper {
	width: 230px;
	margin: 0 auto;
}

#search_freeword {
	 cursor:pointer;
}


/********************* sp (work_list-page-pc)  検索一覧 ******/


.select_area {
	padding: 0 10px;
}
.work-list-top {
	width: 100%;
	margin-top: 30px;
	border-collapse: collapse;
	border-color: #1170b8;
 }

 .work-list-top th {
	display: block;
	border: 1px #6dbffa solid;
	text-align: center;
	vertical-align: middle;
	background-color: #eef7fe;
	font-size: 14px;
	border-bottom: none;
 }

 .work-list-top td {
	display: block;
	border: 1px #6dbffa solid;
	text-align: left;
	padding: 10px 10px 10px 10px;
	border-bottom: none;
}
 .work-list-top a{
	text-decoration: none;
}

.job-true {
	font-weight: normal;
	color: #333;
	text-decoration: none;
}

a.job-true, a:link.job-true, a:visited.job-true, a:active.job-true {
	font-weight: normal;
	color: #333;
	text-decoration: none;
}

a:hover.job-true {
	font-weight: normal;
	color: #333;
	text-decoration: underline;
}

.job-false {
	font-weight: normal;
	color: #bbb;
}
.search-area-btn {
	width: 80px;
	height: 20px;
	line-height: 20px;
	background-color: #6dbffa;
	border-radius: 5px;
	background-position : 50% 50%;
	font-size: 13px;
	color: #fff;
	text-align: center;
	letter-spacing: 1px;
	margin: 5px 0;
	cursor:pointer;
	margin-left: 70%;
}
.search-area-btn-pref {
	width: 80px;
	height: 20px;
	line-height: 20px;
	background-color: #6dbffa;
	border-radius: 5px;
	background-position : 50% 50%;
	font-size: 13px;
	color: #fff;
	text-align: center;
	letter-spacing: 1px;
	margin: 5px 0;
	cursor:pointer;
}

.search-word-input {
	width: 90%;
	display: block;
	margin: 0 auto;
}
a.result-title-link, a:link.result-title-link, a:visited.result-title-link, a:hover.result-title-link, a:active.result-title-link {
	color: #0168B6;
	text-decoration: none;
}
.result_count .stress {
    font-size: 20px;
    color: #ee7700;
}
.result_er {
	margin-left: 10px;
}
.other_area {
	margin-top: 10px;
}
.wp-pagenavi {
	margin: 0 auto;
	overflow: scroll;
}
.wp-pagenavi{
	text-align: center;
	overflow: hidden;
}

.wp-pagenavi .pages{
	display: none !important;
}

.wp-pagenavi .extend{
	display: none !important;
	color: red;
}
.wp-pagenavi .last{
	color: #333;
	text-decoration: none;
}
.wp-pagenavi .first{
	color: #333;
	text-decoration: none;
	margin-right: 5px;
}

.wp-pagenavi .current{
	font-weight: bold;
	color:#005dad;

}

.wp-pagenavi .current{
	text-align: center;
	border-left: solid 1px #aaa9a9;
	/*border-right: solid 1px #aaa9a9;*/
	padding: 0 15px;
}

.wp-pagenavi .page{
	text-align: center;
	border-left: solid 1px #aaa9a9;
	padding: 0 15px;
	color: #333;
	text-decoration: none;
}

.nextpostslink, a:link.nextpostslink, a:visited.nextpostslink, a:hover.nextpostslink, a:active.nextpostslink{
	text-align: center;
	border-left: solid 1px #aaa9a9;
	padding: 0 15px;
	color: #333;
	text-decoration: none;
}
.previouspostslink, a:link.previouspostslink, a:visited.previouspostslink, a:hover.previouspostslink, a:active.previouspostslink{
	text-align: center;
	padding: 0 15px;
	color: #333;
	text-decoration: none;
}


/********************* sp (list_job-page-pc)  職種検索一覧 ******/


.check_job_title {
	font-size: 14px;
}
.check_job {
	font-size: 12px;
}

.check_wrap_job .check_area {
	padding: 5px;
}

.check_wrap_job li {
	padding: 5px;
}
.check_list li {
}
.check_job li {
	margin: 10px 10px;
	color: #333;
	font-size: 12px;
	padding-left: 20px;
}
.job-search-btn-wapper {
	width: 230px;
	margin: 0 auto;
}

/********************* sp (list_job-page-pc)  職種検索一覧 ******/

.check_condition li {
    height: 26px;
    margin: 3px;
    color: #333;
    font-size: 15px;
    padding-left: 30px;
}
.condition-search-btn-wapper {
    width: 230px;
	margin: 0 auto;
}

/********************* sp (contact) スタッフエントリーシート ******/


.contact-entrysheet-wrapper {
	background-color: #fff;
	margin: 20px auto 20px;
	padding-bottom: 20px;
}

.contact-form-table {
	color: #333;
	margin-left: 20px;
	border: 1px solid #bae2ff;
	font-size: 14px;
}
/* -------   table td =>  div   -------*/
.contact-form-table td {
}

.contact-form-title1 {
	display: block;
	border-bottom: 1px solid #bae2ff;
	border-right: none;
	background-color: #eef7fe;
	vertical-align: middle;
	text-align: center;
	position: relative;
}
.contact-form-title1 img {
	position: absolute;
	top: 4px;
	left: 10px;
}
.contact-form-title2 {
	display: block;
	border-bottom: 1px solid #bae2ff;
	border-right: none;
	background-color: #f5fafe;
	vertical-align: middle;
	text-align: center;
	position: relative;
}
.contact-form-title2 img {
	position: absolute;
	top: 4px;
	left: 10px;
}

.contact-form-title3 {
	display: none;
}

.contact-form-title-bg-normal {
	background-color: #eef7fe;
}

.contact-form-title-bg-light {
	background-color: #f5fafe;
}

.contact-form-title-top {
	padding-top: 20px;
	vertical-align: text-top;
}

.contact-form-item {
	display: block;
	border-bottom: 1px solid #bae2ff;
	background-color: #fff;
	padding: 7px;
	vertical-align: middle;
	line-height: 36px;
	text-align: center;
}

.contact-form-item input[type="text"] {
	height: 30px;
	width: 90%;
}

.contact-form-item-comment {
	line-height: 1.8;
	text-align: left;
}

.contact-form-item select {
	width: 70px;
	height: 30px;
}

.contact-form-item-text {
	color: #333;
	margin: 0 5px 0 10px;
}

.contact-form-item input.contact-form-zip {
	width: 120px;
	height: 30px;
}

.contact-btn-area{
	width: 240px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
}
.contact-btn-area img {
	width: 100px;
}
.contact-btn-area input {
	width: 100px;
}

.contact-error-msg {
	font-size:13px;
	color: #FF0126;
}

.contact-error-bg {
	background-color: #fdd7dd;
}
.contact-btn-area li{
	padding-right: 10px;
	display: inline-block;
	height: 40px;
	margin: 0;
	padding-left: 5px;
	vertical-align: middle;
	text-align: center;
}
.contact-clear-btn {
	background:url('../images/btn/btn-clear.png') 0px 0px no-repeat;
	width: 70px;
	height: 40px;
}

.contact-submit-btn {
	background:url('../images/btn/btn-confirm.png') 0px 0px no-repeat;
	width: 140px;
	height: 40px;
}
.contact-form-table-wrapper{
	padding: 0 10px;
	min-width: 300px;
}
.contact-form-table {
	width: 100%;
	margin: 0;
	min-width: 300px;
}
.contact-input-textarea {
	width: 90%;
	line-height: 1.8;
	font-size: 14px;
	padding-left: 3px;
}
.comment-msg {
	line-height: 1.3;
	display: inline-block;
}



.offalpha {
    filter: alpha(opacity=20);
    -moz-opacity: 0.2;
    opacity: 0.2;
}
.privacy-check-area{
	margin: 20px 10px 20px 10px;
}

.privacy-headding {
	color: #333;
	font-size: 14px;
	margin-bottom: 10px;
}

.privacy-text {
	color: #333;
	font-size: 14px;
	margin-left: 0;
	margin-bottom: 10px;
}

.slide-container{
	overflow-y: scroll;
	text-align: left;
	height: 200px;
	border: 2px solid #2f3131;
	padding: 10px;
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 1.8;
}

/********************* sp (contact-confirm) スタッフエントリーシート確認 ******/

.contact-wrapper h2 {
	font-size: 15px;
}
.contact-entrysheet-text {
	color: #333;
	margin: 0 10px 0 10px;
	font-size: 15px;
}

/********************* sp (flow) お仕事の流れ ******/


.onecolumn-wrapper h2{
	font-size: 15px;
}
.onecolumn-wrapper .description , .notice {
margin: 10px;
font-size: 14px;
line-height: 1.8;
}
.onecolumn-wrapper h3 {
	box-sizing: border-box;
	width: 260px;
	height: 50px;
	margin: -1px 0 0 -1px;
	padding: 14px 0 0 22px;
	font-size: 18px;
	font-weight: bold;
	color: #ff6801;
	background-color: #fff;
	border: solid #ff6801 1px;
}


a.onecolumn-link, a:link.onecolumn-link, a:visited.onecolumn-link, a:hover.onecolumn-link, a:active.onecolumn-link {
	color: #0068b7;
	text-decoration: underline;
}

.flow-area-wrapper {
	position: relative;
	margin-top: 30px;
}

.flow1-arrow {
	width: 20px;
	height: 20px;
	background: url('../images/icon/Tpoint-flow-arrow.png') top left no-repeat;
	margin: 30px auto 10px;
}

.flow2-arrow {
	width: 20px;
	height: 20px;
	background: url('../images/icon/Tpoint-flow-arrow.png') top left no-repeat;
}

.flow-area {
	width: 290px;
	margin: 0 auto;
}

.flow-contents {
	box-sizing: border-box;
	width: 260px;
	margin: -13px 0 0 30px;
	border: solid #ff6801 1px;
	background-color: #fdeadd;
}

.flow-contents img {
	width: 236px;
	margin: 0 10px;
}

.flow-contents .description {
	margin: 10px;
	padding: 8px;
	border: dashed #ff6801 1px;
	background-color: #fff;
}

.flow-homepage-back {
	margin: 0 auto;
	width: 140px;
	height: 40px;
 }
.mypage-wrapper {
	margin-bottom: 40px;
}

.mypage-wrapper .description {
}

.mypage {
	margin-top: 20px;
	width: 205px;
	margin: 20px auto;
}
.e-learning {
	width: 234px;
	margin: 0 auto;
}

.e-notice {
	margin: 10px;
	font-size: 14px;
}

/********************* sp (friend-page) お友達紹介特典 ******/

.friend-img {
	display: inline-block;
	width: 300px;
	margin: 0 auto;
}

.column-wroneapper h4 {
	box-sizing: border-box;
	width: 260px;
	height: 50px;
	margin: -1px 0 0 -1px;
	padding: 14px 0 0 10px;
	font-size: 16px;
	font-weight: bold;
	color: #ff6801;
}
.friend-wrapper h4, .content-area h4 {
	width: 200px;
	height: auto;
	font-size: 16px;
	font-weight: bold;
	border: none;
	border-bottom: #ff6801 solid 1px;
	color: #ff6801;
	margin-left: 10px;
}
.link-area a {
	margin: 20px 10px;
	font-size: 15px;
	color: #FF6801;
	text-decoration: none;
}

/********************* sp (friend-detail-page) お友達紹介特典詳細 ******/


.intro-area {
	margin: 20px 0;
	text-align: center;
}
.fs15 {
	font-size: 15px;
}
.joinCompany-wrapper {
	font-size: 14px;
	padding: 2px auto;
}
.joinCompany-wrapper table {
	margin: 10px auto 0;
}
.joinCompany-wrapper td {
	display: block;
	font-size: 14px;
	padding: 0 10px;
	line-height: 1.8;
}
.joinCompany-wrapper td img {
	margin: 0 auto;
}
.bottom-area {
	width: 260px;
	margin: 20px auto;
}

/********************* sp (coompany-info-pc) 企業情報 ******/


.kigyou-table {
	min-width: 310px;
	margin: 20px auto;
}
.kigyo-table-wrapper {
	padding: 10px 5px;	
}
.kigyou-table td {
	display: block;
}
.kigyou-table td td {
	display: table-cell;
}

.kigyou-item{
	height: 25px;
	border: 1px solid #bae2ff;
	background-color: #eef7fe;
	vertical-align: middle;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1px;
	text-align: center;
	border-bottom: none;
}
.kigyou-content{
	border: 1px solid #bae2ff;
	background-color: #fff;
	padding: 7px;
	vertical-align: middle;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 1.7;
	border-bottom: none;
}
.kigyou-content-wrapper h3 {
	text-align: left;
	margin: 20px 10px 20px;
	font-size: 16px;
	color: #333;
	vertical-align: bottom;
	background: url(../images/icon/icon-kigyou-h3.png) 0 1px no-repeat;
	line-height: 1.4;
}
.kigyou-address {
	padding-left: 10px;
	font-size: 14px;
	line-height: 1.8;
}
.kigyou-link-btn {
	margin: 0 auto;
	font-size: 14px;
	background: url('../images/icon/icon-arroy-to-right-blue.png') 0 3px no-repeat;
	background-size: auto 12px;
	color: #247abd;
	line-height: 1.5;
	width: 180px;
}
.kigyou-link-btn a {
	font-size: 14px;
	color: #247abd;
	text-decoration: none;
}
.width55r {
	min-width: 55px;
}
.width40r {
	min-width: 35px;
	text-align: right;
}
.pl10 {
	padding-left: 10px;
}
iframe {
	width: 90%;
}
	
/********************* sp (phylosophy) 企業理念 ******/

.philosophy-content {
	padding: 0 10px;
}
.philosophy-word {
	margin-top: 10px;
}
.philosophy-rule-title {
	width: 150px;
	margin-top: 20px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	height: 25px;
	background-color: #5BB7F2;
	text-align: center;
}
.philosophy {
	width: 300px;
	margin: 30px auto;
	padding: 0 5px;
}
.philosophy img {
	width: 100%;
}
.philosophy-partner-title {
	width: 220px;
	margin-top: 20px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	height: 25px;
	background-color: #5BB7F2;
	text-align: center;
}
.philosophy-partner-word {
	margin-top: 20px;
	font-size: 14px;
}
.philosophy-partner-img {
	width: 300px;
	margin: 0 auto;
	padding: 0 5px;
}
.philosophy-partner-img img {
	width: 100%;
	opacity: 0.4;
}
.philosophy-partner-back {
	width: 260px;
	margin-top: 20px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	height: 25px;
	background-color: #5BB7F2;
	text-align: center;
}
.philosophy-partner-word-2 {
	font-size: 14px;
}
.philosophy-partner-img-2 {
	width: 300px;
	margin: 20px auto;
	padding: 0 5px;
}
.philosophy-partner-img-2 img {
	width: 100%;
	opacity: 0.8;
}
.philosophy-link-btn {
	width: 300px;
	margin: 30px auto;
	font-size: 13px;
	background: url('../images/icon/icon-arroy-to-right-blue.png') 0 3px no-repeat;
	background-size: auto 12px;
	background-position: left;
}
.philosophy-link-btn a {
	color: #247abd;
	text-decoration: none;
}
.rinen-link-btn {
	width: 300px;
	margin: 10px auto;
	font-size: 14px;
	background: url('../images/icon/icon-arroy-to-right-blue.png') 0 3px no-repeat;
	background-size: auto 12px;
	background-position: left;
}
.rinen-link-btn a {
	color: #247abd;
	text-decoration: none;
}


/********************* sp (dispatch-business-status)　労働者派遣事業の状況 ******/


.biz-info h3 {
	height: 40px;
	margin: -1px 0 0 20px;
	padding: 14px 0 0 22px;
	font-size: 16px;
	font-weight: normal;
	color: #1471b8;
	background-color: #fff;
	border: none;
	border-bottom: solid #5BB7F2 2px;
	background: url(../images/icon/icon-biz-info-h3.png) 3px 18px no-repeat;
	line-height: 1.5;
}
.biz-info-wrapper {
	padding: 0 10px;
}
.biz-info .calculation-bg {
	margin-left: 20px;
	padding: 10px 10px;
	background-color: #eef7fe;
}
.biz-info .img-calculation {
	width: 100%;
	text-align: center;
}
.img-calculation img {
	width: 100%;
}
.biz-info h4 {
	min-width: 260px;
	height: 40px;
	margin: -1px 0 0 20px;
	padding: 14px 0 0 22px;
	font-size: 14px;
	font-weight: normal;
	background-color: #fff;
	border: none;
	background: url(../images/icon/icon-biz-info-h4.png) 3px 18px no-repeat;
	color: #333;
}
.reference-area {
	margin-left: 20px;
}
.reference-area td {
	font-size: 14px;
}
.graph-area {
	width: 300px;
	margin: 0 auto;
}
.graph-area img {
	width: 100%;
}
.citing a {
	color: #247abd;
	font-size: 13px;
	text-decoration: none;
}
.download a {
	color: #247abd;
	text-decoration: none;
}

/********************* sp (business)　企業の方 ******/


.business-headding-image {
	margin-left: 20px;
	width: 90%;
}
.business-headding-image img {
	width: 100%;
}
.business-headding-tel-sp {
	margin: 0 auto;
	width: 300px;
	position: relative;
}
.business-headding-btn-sp {
	position: absolute;
	top: 200px;
	left: 60px;
}
.business-introduction {
	margin: 15px auto;
	width: 85%;
	height: auto;
	background-color: #fad4ad;
	padding: 15px;
}
.business-intorduction-haken {
	font-size: 14px;
	border: 1px solid #5DBFFA;
	background-color: #fff;
	padding: 10px;
}
.business-intorduction-haken-title {
	width: 100px;
	font-size: 16px;
	color: #568FC9;
	border-bottom: 1px solid #5DBFFA;
	border-right: 1px solid #5DBFFA;
	background-color: #F0FBFF;
	text-align: center;
	margin-left: -10px;
	margin-top: -10px;
}
.business-intorduction-ukeoi {
	font-size: 14px;
	border: 1px solid #EE7700;
	background-color: #fff;
	padding: 10px;
}
.business-intorduction-ukeoi-title {
	width: 100px;
	font-size: 16px;
	color: #FE7700;
	border-bottom: 1px solid #FE7700;
	border-right: 1px solid #FE7700;
	background-color: #FFF7EF;
	text-align: center;
	margin-left: -10px;
	margin-top: -10px;
}


.business-intorduction-haken-desc , .business-intorduction-ukeoi-desc {
	width: 100%;
	font-size: 14px;
	margin: 10px 0;
}
.business-intorduction-haken-btn ,.business-intorduction-ukeoi-btn{
	margin: 0 auto;
	width: 170px;
}


/********************* sp (business-hakenn)　企業の方‐人材派遣 ******/

.business-haken-wrapper {
	padding: 10px;
}
.business-haken-wrapper h3 {
	width: 95%;
    text-align: left;
    margin: 0 0 20px;
    padding: 5px 0 0 10px;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    color: #0068b7;
    background-color: #f0f8ff;
}
.business-haken-wrapper h4 {
    text-align: left;
    margin: 20px 0 20px;
    font-size: 16px;
    color: #333;
    vertical-align: bottom;
    background: url(../images/icon/icon-business-h4.png) 0 2px no-repeat;
	line-height: 1.5;
}
.business-haken-desc {
	font-size: 14px;
	line-height: 1.8;
}
.business-haken-type, .business-haken-flow, .business-haken-system {
	margin: 0 auto;
	width: 300px;
}
.business-link-btn , .business-link-btn-ukeoi {
	margin: 0 auto;
	font-size: 14px;
	background: url('../images/icon/icon-arroy-to-right-blue.png') 0 3px no-repeat;
	background-size: auto 12px;
	color: #247abd;
	line-height: 1.5;
	width: 180px;
}
.business-link-btn a ,.business-link-btn-ukeoi a {
	font-size: 14px;
	color: #247abd;
	text-decoration: none;
}

/********************* sp (business-ukeoi)　企業の方‐業務請負 ******/

.business-ukeoi-wrapper {
	padding: 10px;
}
.business-ukeoi-wrapper h3 {
	width: 95%;
    text-align: left;
    margin: 0 0 20px;
    padding: 5px 0 0 10px;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    color: #0068b7;
    background-color: #f0f8ff;
}
.business-ukeoi-wrapper h4 {
    text-align: left;
    margin: 20px 0 20px;
    font-size: 16px;
    color: #333;
    vertical-align: bottom;
    background: url(../images/icon/icon-business-h4.png) 0 2px no-repeat;
	line-height: 1.5;
}
.business-ukeoi-desc , .business-ukeoi-expert-desc {
	font-size: 14px;
}
.business-ukeoi-type, .business-ukeoi-management, .business-ukeoi-system ,
.business-ukeoi-flow , .business-ukeoi-flow-detail {
	margin: 0 auto;
	width: 300px;
}
.business-ukeoi-expert {
	margin: 0 auto;
	width: 280px;
}
.bg-expert {
	position: relative;
	padding-right: 10px;
	padding-top: 10px;
}
.business-ukeoi-expert-wrapp {
	position: absolute;
	left: 0;
	top: 265px;
	background-color: #F3F0EA;
	width: 100%;
	height: 740px;
	z-index: -5;
}
.contact-enterprise-form-text {
	font-size: 14px;
	margin: 10px 10px 0 10px;
}

/********************* sp (b-contac)　企業の方‐お問い合わせ ******/


.contact-sp-wrapper  h2 {
	font-size: 15px;
}
.contact-tel-fax {
	width: 300px;
	margin: 0 auto;
}
.contact-form-item-text {
	float: left; 
	margin: 0;
}
.contact-form-item-text input {
	width: 95px;
}
.contact-form-item-name {
	border: 1px solid #bae2ff;
	background-color: #fff;
	padding: 7px;
	vertical-align: middle;
	line-height: 36px;
	text-align: center;
}
.contact-form-item-name-wrapp {
	width: 250px;
	margin: 0 auto;
}
.contact-form-item-name-wrapp input {
	width: 295px;
}
#name1, #name2, #name_kana1, #name_kana2 {
	width: 95px;
}
.w280 {
	width: 280px;
}
.contact-form-item-name-wrapp tr {
	float: left;
}

.contact-form-item-name-wrapp name1 {
	float: left;
}
.contact-form-item-name-wrapp input {
	float: left;
}

.contact-form-item-name-title {
	float: left;
}
.contact-form-item select {
	width: 70px;
	height: 30px;
}
.float-left {
	float: left;
}


/********************* sp (privacy-policy)　個人情報保護方針 ******/

.privacy-protect-wrapper-sub {
	padding: 10px;
	font-size: 14px;
	line-height: 1.8;
}
.pul li {
	line-height: 1.5;
}
.mb20 {
    margin-bottom: 20px;
}
.tr {
    padding: 20px 0 0 0;
    display: block;
    text-align: right;
}
.privacy-protect-wrapper h3 {
    font-size: 14px;
    color: #333;
    text-align: left;
    background: url(../images/icon/icon-privacy-h3.png) center left no-repeat;
}
.privacy-protect-wrapper .privacy-protect-headding {
    font-size: 16px;
    color: #333;
    text-align: left;
    margin-bottom: 20px;
}
.privacy-protect-table {
	margin: 0 auto 20px;
}
.privacy-protect-table-item  {
    font-size: 14px;
    color: #333;
    font-weight: bold;
    vertical-align: middle;
    padding-left: 10px;
    border: 1px solid #bae2ff;
    background-color: #eef7fe;
	text-align: center;
}
.privacy-protect-table-content {
    font-size: 14px;
    color: #333;
    font-weight: bold;
    vertical-align: middle;
    padding-left: 10px;
    border: 1px solid #bae2ff;
    background-color: #eef7fe;
	text-align: center;
}

.privacy-protect-table td {
    font-size: 14px;
    color: #333;
    vertical-align: middle;
    padding: 10px;
    border: 1px solid #bae2ff;
}
.privacy-protect-text-stress {
    font-size: 14px;
    color: #333;
	font-weight: bold;
}
 .ml73 {
	 margin-left: 10px;
 }
 .ml44 {
	 margin-left: 10px;
 }
.mb40 {
	margin-bottom: 40px;
}

/********************* sp (recruit)　採用情報 ******/

.recruit-contents-wrapper-sub {
	padding: 10px;
}
.recruit-contents-desc {
	font-size: 14px;
	line-height: 1.8;
}
.recruit-content li {
	line-height: 1.5;
}
.recruit-shinsotsu-btn {
	width: 280px;
	margin: 20px auto 40px;
}
.recruit-tyuuto-btn {
	width: 280px;
	margin: 20px auto 40px;
}
.recruit-blog {
	width: 300px;
	margin: 20px auto;
}
.recruit-link-area li {
    display: inline-block;
    margin: 30px;
    font-size: 14px;
    /* font-size: 1.6rem; */
}
.recruit-link-area img {
    width: 10px;
	margin-top: -2px;}

a.recruit-link, a:link.recruit-link, a:visited.recruit-link, a:active.recruit-link {
    color: #0068b7;
    text-decoration: none;
}

/********************* sp (recruit-new-page)　新卒採用情報 ******/

.recruit-wrapper {
	font-size: 14px;
}
.recruit-overview-wrapper .description li {
    line-height: 1.8;
}
.recruit-table {
	margin: 0 auto;
}
.recruit-overview-wrapper-sub {
	padding: 10px;
}
.recruit-overview-wrapper h3 {
    text-align: left;
    font-size: 16px;
    color: #333;
    vertical-align: bottom;
    background: url(../images/icon/icon-recruit-h3.png) 0 1px no-repeat;
	background-size: 12px 12px;
	line-height: 1;
	margin: 20px 0 20px;
}
.recruit-item {
	display: block;
    border: 1px solid #bae2ff;
    background-color: #eef7fe;
    padding: 7px;
    vertical-align: middle;
	text-align: center;
	border-bottom: none;
}
.recruit-item a {
	color: #247abd;
    text-decoration: none;
}
.recruit-content {
	display: block;
    border: 1px solid #bae2ff;
    background-color: #fff;
    padding: 7px;
    vertical-align: middle;
	border-bottom: none;
}
.recruit-content a {
	color: #0068b7;
    text-decoration: underline;
}
.recruit-detail-wrapper {
	padding: 10px;
}
.recruit-detail-wrapper h3 {
    text-align: left;
    font-size: 16px;
    color: #333;
    vertical-align: bottom;
    background: url(../images/icon/icon-recruit-h3-detail.png) 0 1px no-repeat;
	background-size: 12px 12px;
	line-height: 1;
	margin: 30px 0 20px;
}
.recruit-detail-table {
	margin: 0 auto;
}
.recruit-detail-item {
	display: block;
    border: 1px solid #ffa195;
    background-color: #fff2f0;
    padding: 5px 0 5px 10px;
    font-weight: bold;
    vertical-align: top;
	text-align: center;
	border-bottom: none;
}
.recruit-detail-content {
	display: block;
    border: 1px solid #ffa195;
    background-color: #fff;
    padding: 10px;
    vertical-align: middle;
}
.recruit-mynavi {
	margin: 20px 0 20px 10px;
}
.recruit-mynavi .banner img {
	margin-top: 50px;
}
.recruit-tel {
	width: 300px;
	margin: 0 auto;
}
.recruit-detail-link-area  {
	margin: 30px 10px 0 10px;
}
.recruit-detail-link-area img {
	width: 8px;
}

.recruit-detail-link-area a {
	color: #0068b7;
    text-decoration: none;
}
.recruit-detail-link-area li {
	display: inline-block;
	margin-left: 20px;
}
.mb30 {
	margin-bottom: 30px;
}

/********************* sp (search)　検討中 ******/

/************************************************/
/*    dispatch-business                          */
/************************************************/
	

.dispatch-table td {
	display: block;
}
/********************* sp (b-contact-comp)　企業の方送信確認 ******/
/********************* sp (contact-comp)　スタッフの方送信確認 ******/
/********************* sp (b-contact-error)　企業の方送信確認エラー ******/
/********************* sp (contact-error)　スタッフの方送信確認エラー ******/

.senderror-skill {
	display: block;
	width: 180px;
	margin: 0 auto;
}

.error-homepage-back {
	width: 140px;
	margin: 0 auto;
}
#comp-box p {
	padding: 10px;
}
.kento-msg {
	margin: 10px 0 0 10px;
	display: inline-block;
}

/**************************** sp-top footer ******/
	
/* ---- ページトップボタン----- */

#pageTop {
  position: fixed;
  bottom: 50px;
  right: 10px;
}

#pageTop a {
  display: block;
  z-index: 999;
  padding: 8px 0 0 8px;
  background: url(../images/btn/btn-page-top.png) no-repeat;
  width: 60px;
  height: 50px;
}

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.85;
}

footer .bunner {
	width: 300px;
	margin: 0 auto;
}	
footer .bunner img {
	width: 300px;
	margin: 0 auto;
}
footer .bunner li .folder_btn {
	margin: 0 auto;
    width: 300px;
    height: 42px;
    margin-bottom: 10px;
    -moz-box-shadow: rgba(153, 153, 153, 0.75) 0px 1px 3px 0px;
    -webkit-box-shadow: rgba(153, 153, 153, 0.75) 0px 1px 3px 0px;
    box-shadow: rgba(153, 153, 153, 0.75) 0px 1px 3px 0px;
    border: none;
    color: #fff;
    background-color: #0268b3;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#81b4d9, endColorstr=#0268b3);
    background-image: -moz-linear-gradient(top, #81b4d9 0%, #0268b3 100%);
    background-image: -webkit-linear-gradient(top, #81b4d9 0%, #0268b3 100%);
    background-image: -ms-linear-gradient(top, #81b4d9 0%, #0268b3 100%);
    background-image: linear-gradient(to bottom, #81b4d9 0%, #0268b3 100%);
    background-image: -o-linear-gradient(top, #81b4d9 0%, #0268b3 100%);
    background-image: -webkit-gradient(linear, right top, right bottom, color-stop(0%, #81b4d9), color-stop(100%, #0268b3));
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-weight: bold;
    line-height: 0.9;
}
footer .bunner li .folder_btn img {
    margin: 10px;
	width: 15px;
	height: 15px;
}
.folder_btn  span {
	margin-top: 11px;
	display: inline-block;
}

footer .foot_nav {
	border-top: 1px solid #0268b3;
	background-color: #e8e8e8;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
}
	/* line 426, ../sass_s/_common.scss */
footer .foot_nav li {
	margin: 0 auto;
	padding: 11px 0 13px;
	border-top: 1px solid #fff;
}
	/* line 429, ../sass_s/_common.scss */
footer .foot_nav li a {
	display: block;
	width: 290px;
	margin: 0 auto;
	text-decoration: none;
	font-size: 12px;
	color: #666666;
}
	/* line 437, ../sass_s/_common.scss */
footer .foot_nav li a .arrow_wrap {
	display: inline-block;
	margin-right: 5px;
	border: 1px solid #0469b3;
	width: 12px;
	height: 12px;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
	/* line 442, ../sass_s/_common.scss */
footer .foot_nav li a .arrow_wrap span {
	display: inline-block;
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-left-color: #0469b3;
	margin-left: 5px;
	margin-top: 2px;
}
	/* line 454, ../sass_s/_common.scss */



.sp-privacy-mark {
	width: 300px;
	height: 100px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.sp-privacy-mark-text {
	width: 220px;
	color: #707070;
}
.sp-privacy-mark-text a {
	color: #707070;
	text-decoration: none;
	font-size: 12px;
}

.sp-footer {
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
}
.sp-copyright {
	width: 100%;
	height: 30px;
	background-color: #0068B7;
	color: #fff;
	padding-top: 5px;
	padding-left: 0;
	font-size: 14px;
}
.sp-copyright p {
	margin: 0 auto;
	width: 290px;
}
	