@charset "utf-8";

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

html{font-size: 10px;}
body{
	font-family: "Yu Gothic", YuGothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
	font-size: 1.6rem;
	background-color:#1FABA1;
}

img{
	max-width: 100%;
	/*height: auto;*/
}

a:link,a:visited{color:#333;word-break: break-all;}
a:hover img {
	opacity: 0.7;
	-webkit-transition: opacity .25s ease-out;
	transition:opacity .25s ease-out;
}
a img {
	-webkit-backface-visibility: hidden;
	 backface-visibility: hidden;
}

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



a.button {
	color: white !important;
	text-decoration: none !important;
}

label.label_no_block,
.label_no_block label {
	display: inline;
}

.toggle-btn {
	cursor: pointer;
}



.float-box {
	/*width: 100%;*/
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}

.float-box:after {
	content: "";
	display: block;
	clear: both;
}



.w-auto {
	width: auto !important;
}

.no-pb {padding-bottom: 0 !important;}

input[type=file] {
	height: auto;
}



/*********** 省略 *****************/
.b {
	font-weight: bold !important;
}
.c {
	text-align: center !important;
}



/*********** common *****************/
.notice_num_parent {
	position: relative;
}
.notice_num {
	display: block;
	
	background-color: #FF0000;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: normal;
	min-width: 20px;
	height: 20px;
	line-height: 18px;
	border-radius: 10px;
	border: solid 1px #FFFFFF;
	/*box-shadow: 0 0 1px 2px #FFFFFF;*/
	padding-left: 3px;
	padding-right: 3px;
	text-align: center;
}
.notice_num.notice_num_total_header {
	position: absolute;
	top: -8px;
	right: -8px;
}
.notice_num.notice_num_by_from {
	position: absolute;
	top: calc(50% - 9px);
	right: 0;
	font-size: 12px;
	min-width: 18px;
	height: 18px;
	line-height: 16px;
}

.pic_preview img,
.job_pic_show img {
	max-width: 300px;
	max-height: 300px;
	vertical-align: top;
}
.company_pic_show img {
	max-width: 400px;
	max-height: 300px;
	vertical-align: top;
}



/*********** header *****************/

header{
	background-color: #fff;
	padding:15px;
	/*text-align: center;*/
	position: relative;
}
header .logo{
	display: inline-block;
}
#inner header{
	height: 75px;
}

.inner{
	max-width:1100px;
	width:100%;
	margin:auto;
}

#header-links{
	position: absolute;
	right:15px;
	top:15px;
}
#header-links ul li{
	display: inline-block;
	margin-left:0.5em;
	margin-right:0.5em;
	font-size: 14px;
	font-weight: bold;
}

/********* contents ***********/

#contents{
	padding-bottom:50px;
}

#contents a:link,
#contents a:visited{
	color:#FF4C4C;
	text-decoration: underline;
}

#contents a.blue{
	color:#fff;
	text-decoration: none;
}

#contens section{
	font-size: 1.4rem;
}

.main_visual{
	padding:15px 15px 0;
	text-align: center;
	overflow: hidden;
	display: inline-block;
	color:#fff;
}
.main_visual img{
	display: block;
	float:left;
	margin-right: 15px;
}

.main_visual strong{
	font-size: 40px;
}
.main_visual span.box{
	font-weight: bold;
	padding:0.3em 2em;
}

.wrap{
	width:100%;
	max-width:1024px;
	margin:0 auto;
}
.sec{
	width:100%;
	max-width: 960px;
	margin:20px auto;
	padding:8px;
	/* padding:15px; */
	background-color:#f0f0f0;
	border-radius: 5px;
}
.sec-wide{
	width:100%;
	max-width: 1024px;
	margin:20px auto;
	padding:15px;
	background-color:#f0f0f0;
	border-radius: 5px;
}
.sec-wide-2{
	max-width: 100%;
	margin: 0;
	border-radius: 0;
	padding: 0;
}
.sec-wide-message-bottom{
	max-width: 100%;
	margin: 0;
	border-radius: 0;
	padding: 0;
}

.sec-inner{
	max-width: 650px;
	margin:auto;
}

.input_box,
.input_box2_wrapper{
	background: #ddd;
	padding: 8px;/*fix0329 */
	border-radius: 10px;
	font-size: 20px; 
	overflow: hidden;
}
.input_box2_wrapper{
	padding: 15px;
}
.input_box2{
	overflow: hidden;
}

#inner .input_box{
	font-size:1.4rem;
}
.input_box p,
.input_box2 p{
	width:50%;
	float: left;
	font-weight: bold;
	text-align: right;
}
.agreement_text p {
	text-align: left;
	font-weight: normal;
    width:calc(100% - 16px);
}
.input_box2.input_box_register p.left_column{
	width:200px;
}
.input_box2.input_box_register p.right_column{
	width:calc(100% - 200px);
	text-align: left;
	font-weight: normal;
}
.input_box p input,
.input_box2 p input{
	font-family: "Yu Gothic", YuGothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 0.2em;
	font-size: 20px;
	width:90%;
	height: auto;
}
.input_box2 p input{
	width:100%;
}

.input_box h4.info-tit {
    word-wrap: break-word;
    white-space: normal;
}

span.btn{
	display: inline-block;
	font-size: 25px;/*fix0329 */
	font-weight: bold;
	color:#fff;
	background-color:#1FABA1;
	text-align: center;
	padding:10px 5em;
	margin:10px auto !important;/*fix0329 */
	border-radius: 3px;
	letter-spacing: 3px;
}
span.btn:hover{
	cursor: pointer;
	opacity: 0.7;
}

.remodal {
	border:4px solid #fff;
}
.remodal h1{
	text-align: center;
	font-size: 25px;
	color:#000;
	font-weight: bold;
}
.remodal p{
	text-align: center;
	font-size: 15px;
}
.remodal span.btn{
	font-size: 22px;
}

/*******************************/
/******* inner *****************/
/*******************************/

.head2{
	font-family: "Yu Gothic", YuGothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	font-weight: bold;
	border-left:5px solid #1FABA1;
	padding-left:10px;
}

#info ul li{
	background-color:#fff;
	padding:0.3em;
}
.info-tit{
	font-family: "Yu Gothic", YuGothic,"ヒラギノ角ゴ Pro W3",sans-serif;
	font-size: 1.8rem;
	font-weight: bold;
}
.info-tit i{
	color:#1FABA1;
}

.checkboxes{
	display: inline-block;
	background-color:#fff;
	border:1px solid #ccc;
	padding:5px 0.5em;
	min-width:6.2em;
	/*min-width:6em;*/
	border-radius: 5px;
	font-size: 18px;
	font-weight: bold;
	color:#000;
	margin-right:1em;
	margin-bottom: 0.5em;
}
.checkboxes:hover{
	cursor:pointer;
}
.checkboxes.checked{
	background-color:#1FABA1;
	color:#fff;
	-webkit-transition: all .25s ease-out;
	transition:all .25s ease-out;
}

.selectboxes{
	display: inline-block;
	width: auto;
	border:1px solid #ccc;
	padding:5px 0.5em;
	min-width:6.2em;
	border-radius: 5px;
	font-size: 18px;
	font-weight: bold;
	color:#000;
}

.plain-button,
.small-button{
	display: inline-block;
	padding: 0.3em 3em;
	text-decoration: none !important;
	background-color:#FFBF00;
	border:2px solid #000;
	text-align: center;
	letter-spacing: 3px;
	border-radius: 2px;
	color:#000 !important;
	font-size: 20px;
	font-weight: bold;
}

.small-button{
	padding: 0.3em 1em;
	font-size: 16px;
	letter-spacing:0;
}

.c-orange{background-color:#FF7A4D; color:#fff !important;}
.c-blue{background-color:#179cf5; color:#fff !important;}
.c-green{background-color:#329d22cc; color:#fff !important;}

.plain-button:hover{
	border:2px solid #000;
	opacity: 0.7;
}
.plain-button.y{
}

.search-pickup-item-area{
	border: solid 1px #FF7A4D;
	background-color: rgba(255,122,77,0.1);
	border-radius: 4px;
	padding:10px;
}

/*********** joblist ************/

.show-list,
.joblist{
	padding:15px;
	border-left:20px solid #1FABA1;
	margin:2em 0;
}
.joblist_own_company {
	border-color:#258cd1;
}

.show-list h2,
.joblist h2{
	font-family: "Yu Gothic", YuGothic,"ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 1.8rem;
	font-weight: bold;
	color:#000;
	margin-bottom: 15px;
}

.show-list th,
.show-list td,
.joblist th,
.joblist td{
	font-size: 1.6rem;
}
.show-list th,
.joblist th{
	font-weight:bold;
	color:#1FABA1;
	/*white-space: nowrap;*/
}

.show-list .ex::before{
	content:"■";
	color:#1FABA1;
}

/*********** memlist ************/

.mem-list{
	border-bottom:1px solid #1FABA1;
	padding:10px 0;
	margin-bottom:10px;
	clear: both;
}

.ml-img{
	width:8%;
	padding-right:2%;
	float: left;
}
.ml-img img{
	border:1px solid #ccc;
}
.ml-body{
	width:68%;
	/*width:60%;*/
	float: left;
}
.ml-body h3{
	font-size: 18px;
	font-weight: bold;
}
.ml-body .ex::before{
	content:"■";
	color:#1FABA1;
}
.ml-btns{
	width:32%;
	float: left;
	text-align:right;
}

#add-option,
#area-toggle-body,
.toggle-body{
	display: none;
}

table.table_1 > tbody > tr > th,
table.table_1 > tbody > tr > td,
table.table_job_seeker > tbody > tr > th,
table.table_job_seeker > tbody > tr > td,
table.table_job > tbody > tr > th,
table.table_job > tbody > tr > td {
	vertical-align: top;
}

.content_area {
	background-color: #FFFFFF;
}

/********** confirm page ********/

#lead{
	margin-top: 60px;
}
#lead h1{
	text-align: center;
	font-size: 60px;
	color:#ba0080;
	font-weight: bold;
}
#lead p{
	border-top:2px dotted #ba0080;
	border-bottom:2px dotted #ba0080;
	padding:1em;
	text-align: center;
	font-size: 18px;
	max-width: 500px;
	margin:auto;
}

#result table{width:100%; border-collapse: collapse; margin-bottom:20px;}
#result table tr{ background-color: #FAEDF1; }
#result table tr:nth-child(even){ background-color: #F4DBE2; }
#result table th{ font-size: 20px; font-weight: bold; border-right: 1px dotted #999; padding:1em; text-align: center; }
#result table td{ font-size: 20px; padding:1em;}

.destination-list{
	/*padding-right:1em;*/
}
.destination-list li{
	clear: both;
	/*margin-bottom:10px;*/
	border-top:1px dotted #ccc;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #ffffff;
}
.destination-list li:last-child{
	border-bottom:1px dotted #ccc;
}

.mes-ico span,
.destination-list li span.destination-list-icon{
	display: block;
	width:30px;
	height:30px;
	/*float: left;*/
	overflow: hidden;
	margin-right:10px;
	background-color:#666;
	border-radius: 15px;
}
.mes-ico span img,
.destination-list li span.destination-list-icon img{
	width:100%;
}
.destination-list li span.destination-list-name{
	width: calc(100% - 40px);
	margin-top: 5px;
	padding-right: 15px;
}
.destination-list li a{
	font-weight:bold;
	padding-top:10px;
	padding-bottom:10px;
	text-decoration: none;
	display: block;
	/*display: inline-block;*/
	font-size: 13px;
	/*background-color: #f0f0f0;*/
	/*width: 230px;*/
}
li.destination-active{
	background-color: #f0f0f0;
}

#mes-left{
	width: 300px;
	height: calc(100vh - 70px);
	overflow-y: auto;
	/*background-color: #f0f0f0;*/
	background-color: #f9f9f9;
}
#mes-right{
	width: calc(100% - 300px);
	height: calc(100vh - 70px);
}
#mes-area{
	width: 100%;
	position: relative;
}
.message_area_single_message_box {
	width: 100%;
	height: calc(100vh - 70px - 116px);
	overflow-y: auto;
	position: relative;
	padding-bottom:30px;
}
#mes-left-heading,
.mes-right-heading{
	height: 45px;
	line-height: 25px;
	padding: 10px;
	background-color: #FFFFFF;
	border-top: solid 1px #CCCCCC;
	/*border-bottom: solid 1px #CCCCCC;*/
}
.mes-right-heading-dammy{
	height: 45px;
}
#mes-left-heading{
	width: 100%;
	text-align: center;
}
.mes-right-heading{
	width: calc(100% - 300px);
	position: fixed;
	opacity: 0.9;
	z-index: 10;
	
	text-align: center;
	font-weight: bold;
}
#mes-current-destination-name {
	height: 25px;
	display: inline-block;
	overflow: hidden;
}

.mes-wrapper{
	padding:15px;
	width:94%;
	clear:both;
}
.mes-wrapper.mes-wrapper-full{
	width: 100%;
}
.mes-wrapper.mes-wrapper-a,
.mes-wrapper.mes-wrapper-read-all,
.mes-wrapper.mes-wrapper-read-more{
	padding: 30px;
	width: 100%;
	text-align: center;
}
.mes-wrapper.mes-own-wrapper{
/*	padding:15px;
	width:94%;
	clear:both;*/
	margin-left:auto;
	margin-right:0;
}
.mes-ico{
	width:30px;
	margin-right:15px;
	float: left;
}
.mes-body{
	float:left;
	width:calc( 100% - 45px) !important;
	background-color:#fff;
	padding:1em;
}
.mes-own-wrapper .mes-body{
/*.mes-own-body{*/
	float:right;
	width:70%;
	background-color:rgba(26,188,156,0.3);
	padding:1em;
}
.mes-body-p{
	padding:1em 0;
	font-size: 15px;
	color:#000;
}
/*.mes-own-body-p{
	padding:1em 0;
	font-size: 15px;
	color:#000;
}*/

.mes-area-a,
.mes-area-read-all,
.mes-area-read-more {
	background-color: rgba(255,255,255,0.7);
	padding: 5px 40px;
	border-radius: 25px;
	display: inline-block;
	font-size: 0.8em;
}

.bg-mes{
	background-color:#CBE1F2;
}
.bg-white{
	background-color:#f0f0f0;
}

.next-mes{
	display: none;
}

.next-mes-button{
	width:20%;
	margin:1em auto;
	font-size: 20px;
	display: block;
	background:#fff;
}

.mes-form{
	background-color:#fff;
	padding:0.5em;
	width:100%;
	height: 116px;
/*	position:absolute;
	bottom:0;
	right:0;*/
}

.mes-form .message_body_textarea{
	width:100%;
	display: inline-block;
	line-height: 1.5;
	padding: 5px 10px;
	height: calc(4.5em + 10px);
	vertical-align: bottom;
}

.mes-form-inner{
	/*width:70.5%;*/
	/*margin:0 0 0 auto;*/
	width: 100%;
	height: 100px;
	margin: 0;
	padding:0.5em;
	border:1px solid #000;
}
.mes-form-inner-textarea{
	width: calc(100% - 80px - 10px);
}
.mes-form-inner-submit{
	width: 80px;
	margin-left: 10px;
}

.mes-submit-btn{
	width: 80px !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	height: calc(4.5em + 10px) !important;
	line-height: calc(4.5em + 10px) !important;
}

/*#top footer{
	position: absolute;
	bottom:0;
	left:0;
	width:100%;
}*/
footer{
    background-color: #F0F0F0;
	padding:15px;
	font-size: 1.2rem;
    width: 100%;
}

footer p{
	text-align: center;
}

h3.service-h3{
	font-size: 24px;
	font-weight:bold;
	text-align: center;
	padding-bottom:15px;
}
.bg-white{
	background-color:#fff;
}

.shadow{border-radius: 5px;box-shadow: 1px 1px 3px 3px rgba(0,0,0,0.2);}
.tc{text-align: center;}
.pc{display: block;}
.sp{display: none;}
.fs30{ font-size:30px; }
.fs20{ font-size:20px; }
.pad1em{padding:1em;}




.agreement_text {
	padding: 20px;
	height: 300px;
	overflow-y: scroll;
	font-size: 1.4rem;
}




@media screen and (max-width: 768px){
	body{
		box-sizing: border-box;
	}
	#header-links{
		position:static;
		text-align: center;
		padding:15px 0 0;
	}
	#header-links ul{
		text-align: center;
	}
	#header-links ul li{
		display: inline-block;
	}
	#contents{
		padding:0 10px;
	}
	.main_visual p{
		text-align: center;
	}
	.main_visual img{
		display: block;
		float:none;
		margin: 0 auto 10px;
	}

	.main_visual strong{
		font-size: 30px;
	}
	.sec_inner{
		margin:20px auto;
	}
	.input_box p,
	.input_box2 p{
		width:100% !important;
		float:none;
		text-align:center;
		padding-bottom: 10px;
	}
	.input_box p input,
	.input_box2 p input{
		box-sizing: border-box;
		width:95%;
		display: block;
		margin:auto;
	}
	span.btn {
		font-size: 22px;
		padding: 10px 1em;
		letter-spacing: 1px;
	}
	#lead{
		margin-top: 20px;
	}
	#lead h1{
		font-size: 30px;
	}

	#top footer{
		position: static;
	}
	#result table th{ font-size: 17px; padding:1em 0.4em;  }
	#result table td{ font-size: 17px; padding:1em 0.4em;}
	.pc{display: none;}
	.sp{display: block;}
}
i.icon-circle.black + b {
    color: black;
}
