@charset "utf-8";

#jobinfo table{
	margin: 20px auto;
	line-height: 1.5rem;
	border: solid 1px #fed899;
}
#jobinfo .tbl-r01 th {
	background: #fff6e8;
	border: solid 1px #fed899;
	color: #fe6600;
	padding: 10px;
	width: 200px;
}
#jobinfo .tbl-r01 td {
	padding: 10px;
	border: solid 1px #fed899;
	background-color: white;
}
#jobinfo .emphasis{
	font-weight: bold;
}
#jobinfo .contentEmphasis{
	font-weight: bold;
}
#jobinfo svg{
	display: inline-block;
    vertical-align: -0.325em;
    fill: currentcolor;
} 
#jobinfo .th_frame{
    text-align: left;
}
#jobinfo .jobinfo_ul{
	position: relative;
	list-style-type: none;
	margin: 5px 25px 25px 25px;	
}
#jobinfo .jobinfo_ul li {
	line-height: 1.5;
}
#jobinfo .jobinfo_ul li::before {
    position: absolute;
    left: -22px;
    padding-left: 0.2rem;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
	color: #e9727e;
    content: '\f152';
}
#jobinfo a{
	color: #E91E63;
    text-decoration: underline;
}
#jobinfo h4{
	text-align: center;
}
#jobinfo .info_img_left img{
    width: 280px;
    border-radius: 8px;
	margin-right: 11px;
}
#jobinfo .info_box{
	line-height: 1.5rem;
    display: -webkit-flex;
    display: flex;
	justify-content: space-between;
}
#jobinfo .info_box p{
	
}
#jobinfo .info_text_right h4{
	color: #f90;
    font-size: larger;
	margin-bottom: 20px;
}

/*選択されているタブのコンテンツのみを表示*/
#jobinfo1:checked ~ #jobinfo1_content,
#jobinfo2:checked ~ #jobinfo2_content,
#jobinfo3:checked ~ #jobinfo3_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #ff9800;
  color: #fff;
}
#recommended{
    position: absolute;
    font-size: 30px;
    padding: 0.5rem 2rem;
    top: -35px;
    font-weight: bold;
    -webkit-background-clip: text;
    border-radius: 94vmax;
    align-items: center;
    background: linear-gradient(45deg, #DAAF08 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #DAAF08 90% 100%);
    background-size: 800% 400%;
    animation: gradient 5s infinite cubic-bezier(.62, .28, .23, .99) both;
    color: #fb1b1b;
    border: 0;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
	font-style: italic;
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}



@media screen and (max-width: 640px) {
  #jobinfo .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
	#recommended{
		width: 85%;
		font-size: 20px;
	}
  #jobinfo .tbl-r01 {
    width: 85%;
  }
  #jobinfo .tbl-r01 th,
  #jobinfo .tbl-r01 td {
　　border-bottom: none;
    display: block;
    width: 100%;
	text-align: start;
  }
	#jobinfo .info_box{
		flex-wrap: wrap;
		width: 85%;
		margin: 0 auto;
	}
	#jobinfo .info_text_right h4 {
		font-size: medium;
	}
	#jobinfo .info_img_left img {
		width: 100%;
	}
}