@charset "UTF-8";

/*------------------------------------------------------------
  00.recruit
------------------------------------------------------------ */
#modal-content {
	margin: 0 ;
	height: auto;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
	display: none ;
}
  
#modal-overlay {
	z-index: 1 ;
	display: none ;
	position: fixed ;
	top: 0 ;
	left: 0 ;
	width: 100% ;
	height: 120% ;
	background-color: rgba( 0,0,0, 0.75 ) ;
}

#modal-close img {
	cursor:pointer;
	width:18px;
	height:19px;
	float:right;
	margin-top: -30px;
	margin-right: -5px;
}

#modal-close img:hover {
	opacity:0.4;
}

#modal-content {
	background-color: #FFF;
	width: 600px;
	height: 350px;
	top: 0px;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	margin-left: 0px;
	margin-top:-10px;
	padding: 45px 25px;
}

#modal-content p {
	text-align: left;
	font-size: 15px;
	line-height: 25px;
}

.data {
	float: left;
	width: 80px;
	color: #6A3906;
}

.data_conte {
	float: left;
}

.data_sp {
	padding-top: 12px;
}

.data_conte span {
	font-weight: bold;
	color: #6A3906;
}

#data-btn {
	margin: 30px 0 30px 0;
}

#data-btn a {
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: bold;
    color: #5A5A5A;/*文字色*/
    background: #FFF;
    border: solid 2px #5A5A5A;/*線*/
    border-radius: 10px;/*角の丸み*/
	margin: 10px 0;
}

#data-btn a:hover {
	color: #EC9000;
    border: solid 2px #EC9000;
}

#data-btn p {
    margin: 0; 
    padding: 0;
}



/*------------------------------------------------------------
  01.Responsive
------------------------------------------------------------ */
@media screen and (max-width: 896px) {
	
#modal-content {
	margin: 0 ;
	height: auto;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
	display: none ;
}

#modal-content {
	background-color: #FFF;
	width: 500px;
	height: 250px;
	top: 0px;
	right: 0;
	bottom: 0;
	left: 0;
	margin-left: 0px;
	margin-top:-10px;
	padding: 40px 18px;
}

#modal-content p {
	text-align: left;
	font-size: 13px;
	line-height: 19px;
	padding: 0 10px;
}

#data-btn {
	margin: 20px 0 20px 0;
}

}


@media screen and (max-width: 480px) {
	
#modal-content {
	margin: 0 ;
	height: auto;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
	display: none ;
}

#modal-content {
	background-color: #FFF;
	width: 100%;
	height: 270px;
	top: 0px;
	right: 0;
	bottom: 0;
	left: 0;
	margin-left: 0px;
	margin-top:-10px;
	padding: 40px 18px;
}

#modal-content p {
	text-align: left;
	font-size: 12px;
	line-height: 18px;
	padding: 0 10px;
}

}


@media screen and (max-width: 335px) {
	
#modal-content {
	margin: 0 ;
	height: auto;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
	display: none ;
}

#modal-content {
	background-color: #FFF;
	width: 100%;
	height: 300px;
	top: 0px;
	right: 0;
	bottom: 0;
	left: 0;
	margin-left: 0px;
	margin-top:-10px;
	padding: 40px 18px;
}

#modal-content p {
	text-align: left;
	font-size: 12px;
	line-height: 18px;
	padding: 0 10px;
}

}
	
	