@charset "utf-8";
/* CSS Document */

/* ==========================
.top_visual
============================= */
.mainvisual{
	background: url(../img/mainvisual_bg.png) no-repeat center;
	background-size: cover;
}
/* ==========================
map_list
============================= */
.text_bottom{
	margin: 100px 0;
}

/* ==========================
ページ内ジャンプ（2020.10.20追加）
============================= */
#editor, #operator, #web{
	margin-bottom:120px;
	clear: both;
}

/* ==========================
表の字下げ（2020.10.19追加）
============================= */
.recruit-tbl dt{
	margin-left:-1rem;
}

/* ==========================
同意書ページ（2021.04.08追加）
============================= */
.block_list_num{
	padding-left:20px;
}
  
.block_list_num li {
	list-style-type:decimal;
	  position: relative;
	  padding-left: 10px;
	  margin-bottom: 15px;
}
.right_txt{
	text-align: right;
}
.rireki_dl img{
	width:400px;
	max-width:100%;
	margin:30px 0;
}

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

/* ==========================
mv_box
============================= */

	
}
@media print {


}
