@charset "UTF-8";

body{word-wrap: break-word;}
body {zoom: 1.0;-moz-transform: scale(1.0);}

.en{
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;}

.en_small{
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;}

.en_bold{
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;}

.ja{
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}

.ja_b{font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight:600;
  font-style: normal;}

.ja_c{font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight:400;
  font-style: normal;}

.ja_d{font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight:600;
  font-style: normal;}

/*======*/
.txt_limit{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;-webkit-text-overflow: ellipsis;-o-text-overflow: ellipsis;}
.point{color:#95816f;}
.border{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.li_yajirusi{display:inline-block;width:auto;height:auto;background:url(../img/common/li_colorful.png) no-repeat;background-size:8px 8px;background-position:0% 50%;padding-left:25px;}
	dl.recruitment div dt h3 span.li_yajirusi{padding-left:15px;}

/*======*/
a.voice_submit_link:link , 
a.voice_submit_link:link span ,
a.voice_submit_link ,
a.voice_submit_link span 
	{color:#29b7d3;text-decoration:none;}

	@media all and (min-width: 1025px) {
		a.voice_submit_link:visited{color:#29b7d3;text-decoration:none;}
		a.voice_submit_link:hover , 
		a.voice_submit_link:hover span
			{color:#29b7d3;text-decoration:underline;}
		a.voice_submit_link:active{color:#29b7d3;text-decoration:none;}
	}

/*======*/
.radi{border-radius:1px;-webkit-border-radius:1px;-moz-border-radius:1px;}

/*======*/
.pager {padding-top:10px;line-height:1;}
.pager span{display:inline-block;background:rgb(62, 62, 62, 0.4);line-height:1;padding:6px 7px 5px 7px;font-weight:normal;color:#ffffff;}
.pager span b{font-weight:normal;}
.pager a{display:inline-block;background:#ff84b0;line-height:1;padding:6px 7px 5px 7px;font-weight:normal;color:#ffffff;}
	@media all and (min-width: 1025px) {
		.pager a:hover{opacity:0.9;filter: alpha(opacity=95);}
	}

/*===動画アイコン===*/
@keyframes pikopiko {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}

.pikopiko{
  animation: pikopiko 1s infinite ease-in-out;
}

/*===clearfix===*/
.clearfix:after {
  content: ""; 
  display: block; 
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
