@charset "UTF-8";


.cpn-container4 .current {
	display:table;
	box-sizing:border-box;
	width:100%;
	padding:0;
	font-size:1.6rem;
	line-height:1.5em;
	color:#000000;
	text-align:left;
	margin:20px 0 15px 27px ;
}
.cpn-container4 .current>span {
	display:table-cell;
  vertical-align:top;
  padding: 0;
}
/* .cpn-container4 .current>span:nth-child(1) {
	text-align:right;
} */
.cpn-container4 .current>span>span {
	display:inline-block;
	margin-bottom:0;
	background:#007951;
    border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
	padding:7px 25px;
	font-size:1.6rem;
	line-height:1.6rem;
	color:#fff;
	white-space:nowrap;
	font-weight: bold;
}

.currentHS {
  margin: 10px 0 10px ;
  box-sizing:border-box;
  border-bottom: 1px dashed #a0a0a0;
  padding-bottom:10px;
}
.currentHS > dt {
  margin-left: 40px;
  display: inline-block;
  margin-bottom:0;
	background:#E60012;
    border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
	padding:7px 25px;
	font-size:1.6rem;
	line-height:1.6rem;
	font-weight: bold;
	color:#fff;
	white-space:nowrap;
  vertical-align:top;
}

.currentHS > dd {
  display: inline-block;
  font-size:1.6rem;
	line-height:1.5em;
  color:#000000;
  padding-left: 20px;
}

/* 現在 */
.currentHSnow {
  margin: 30px 0 10px ;
  box-sizing:border-box;
  padding:10px;
  border: 2px solid #E60012;
	border-radius:8px;
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
}
.currentHSnow > dt {
  margin-left: 28px;
  display: inline-block;
  margin-bottom:0;
	background:#E60012;
    border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
	padding:7px 25px;
	font-size:1.6rem;
	line-height:1.6rem;
	font-weight: bold;
	color:#fff;
	white-space:nowrap;
  vertical-align:top;
}

.currentHSnow > dd {
  display: inline-block;
  font-size:2.4rem;
	line-height:1.5em;
  color: #333;
  padding-left: 20px;
  font-weight: bold;
}
.currentHSnow > dd:nth-child(3) {
	display: block;
	font-size:1.5rem;
	  line-height:1.5em;
	color: #333;
	padding-left: 165px;
	font-weight: normal;
  }

.mt30 {
  margin-top: 30px;
}
.mt15 {
	margin-top: 15px;
}
.img100 {
	width: 100%;
}


.historybtn {
	border: solid 2px #E60012;
	text-align: center;
	width: 60%;
	margin: 20px auto;
	padding-bottom: 6px;
}
.historybtn > a {
	color: #E60012;
	font-weight: bold;
	font-size: 1.6rem;
	text-decoration: none;
}

.historybtn > a:hover {
	opacity: 0.5;
}

.historybtn p {
	display:inline-block;
	vertical-align: middle;
}

/* キャリア採用追加CSS */

.careerbox {
	display: flex;
	justify-content: space-between;
	text-align: justify;
	margin-top: 50px;
}

.careerboxitem {
	flex: 1 1 45%;
	border: solid 1px #666;
	padding: 40px;
}

.careerboxitem h3 {
	font-size: 3.5rem!important;
	color: #007951;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #007951;
}
.careerboxitem h4 {
	font-size: 2.0rem!important;
	margin-bottom: 15px;
}
.careerboxitem h4 span {
	color: #007951;
}
.careerboxitem dt:first-child {
	margin-top: 10px;

}	
.careerboxitem dt {
	background-color: #007951;
	font-size: 1.8rem;
	padding: 3px;
	text-align: center;
	color: #ffffff;
	margin-bottom: 10px;
	margin-top: 25px;
}
.careerboxitem dd {
	font-size: 1.8rem;
	line-height: 1.5;
}

.careerboxitem dd span {
	display: inline-block;
	margin-top: 2px;
	font-size: 1.5rem;
}
.t_i0{
	text-indent: 0;
}

.txtindent {
	padding-left: 1em;
	text-indent: -1em;
}

.careeritemBtn {
	text-align: center;
	font-size:1.6rem;
	padding: 10px;
	background-color: #ffffff;
	border: solid 2px #007951;
	margin-top: 40px;
}
.careeritemBtn a{
	color: #007951;
	font-weight: bold;
	text-decoration: none;
}
.careeritemBtn:hover{
	opacity: 0.6;
}

.mr30px {
	margin-right: 40px;
}

@media screen and (max-width:480px){
	.careerbox {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		text-align: justify;
		margin-top: 50px;
	}
	.mr30px {
		margin-right: 0;
		margin-bottom: 20px;
	}
	.careerboxitem {
		width: 100%;
		border: solid 1px #666;
		padding: 30px 15px;
	}
	.careeritemBtn {
		font-size: 1.4rem;
	}
}