@charset "utf-8";
/*company common recruit
----------------------------------------------------------------------------------------------*/

/* ----------------------------------------------------------------------
　表示・非表示設定
------------------------------------------------------------------------*/
/* PC版非表示設定 */
.is-pc, .syogakukin-note-pc {
  display: block !important;
}

.is-sp {
  display: none !important;
}

/* SP版非表示設定 */
@media screen and (max-width: 768px) {
  .is-pc {
    display: none !important;
  }
  .is-sp {
    display: block !important;
  }
}
/* 「奨学金」※2の表示　960px以下の表示 */
@media screen and (max-width: 960px) {
  .syogakukin-note-pc {
    display: none !important;
  }
  .syogakukin-note-sp {
    display: block !important;
  }
}
/* ----------------------------------------------------------------------
 margin - 余白
---------------------------------------------------------------------- */
.u-mt-xxsmall {
  margin: 5px 0 0;
}

.u-mt-xsmall {
  margin: 10px 0 0;
}

.u-mt-small {
  margin: 20px 0 0;
}

.u-mt {
  margin: 30px 0 0;
}

.u-mt-large {
  margin: 40px 0 0;
}

.u-mt-xlarge {
  margin: 50px 0 0;
}

.u-mt-xxlarge {
  margin: 60px 0 0;
}

.u-mr-xxsmall {
  margin: 0 5px 0 0;
}

.u-mr-xsmall {
  margin: 0 10px 0 0;
}

.u-mr-small {
  margin: 0 20px 0 0;
}

.u-mr {
  margin: 0 30px 0 0;
}

.u-mr-large {
  margin: 0 40px 0 0;
}

.u-mr-xlarge {
  margin: 0 50px 0 0;
}

.u-mb-xsmall {
  margin: 0 0 10px 0;
}

.u-mb-small {
  margin: 0 0 20px 0;
}

.u-mb {
  margin: 0 0 30px 0;
}

.u-mb-large {
  margin: 0 0 40px 0;
}

.u-mb-xlarge {
  margin: 0 0 50px 0;
}

.u-ml-xsmall {
  margin: 0 0 0 10px;
}

.u-ml-small {
  margin: 0 0 0 20px;
}

.u-ml {
  margin: 0 0 0 30px;
}

.u-ml-large {
  margin: 0 0 0 40px;
}

.u-ml-xlarge {
  margin: 0 0 0 50px;
}

/* ----------------------------------------------------------------------
 text-align - 配置
---------------------------------------------------------------------- */
.align_c {
  text-align: center;
}

.align_r {
  text-align: right;
}

.align_l {
  text-align: left;
}

.text-bd {
  font-weight: 700;
}

.text-ud {
  text-decoration: underline;
}

.text12 {
  font-size: 12px;
}

.text14 {
  font-size: 14px;
}

.text15 {
  font-size: 15px;
}

.text16 {
  font-size: 16px;
}

.text18 {
  font-size: 18px;
}

.flo_l {
  float: left;
}

.flo_r {
  float: right;
}

.cboth {
  clear: both;
}

table.recruit-base, 
table.recruit-base td, 
table.recruit-base th {
	border-collapse: collapse;
}


.recruit-base{
	margin: 0;
	padding: 0;
	line-height: 1.7;
	font-size: 14px;
	font-weight: 400;
}

.recruit-contents{
	margin: 30px 0 0;
	padding: 0;
	width: 100%;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

.recruit-contents td:nth-of-type(1){
	margin: 0;
	padding: 15px 0;
	width: 25%;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	vertical-align: middle;
	box-sizing: border-box;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background: #F5F5F5;
}
.recruit-contents td:nth-of-type(2){
	margin: 0;
	padding: 15px;
	width: 75%;
	text-align: left;
	vertical-align: middle;
	box-sizing: border-box;
	border-bottom: 1px solid #ccc;
}

.job-cate-title{
	margin: 0;
	padding: 5px 5px 5px 10px;
	text-align: left;
	font-size: 14px;
	font-weight: 700;
	background: #ddd;
	line-height: 2.0;
}

.job-cate-title-02{
	margin: 20px 0 0;
	padding: 5px 5px 5px 10px;
	text-align: left;
	font-size: 14px;
	font-weight: 700;
	background: #ddd;
	line-height: 2.0;
}

.red-text{
	color: #E60012;
}

.recruit-contents td:nth-of-type(2) table.salary-sample{
	margin: 15px 0 0;
	padding: 0;
	width: 75%;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
}

.recruit-contents td:nth-of-type(2) table.salary-sample th.salary-01{
	margin: 0;
	padding: 0;
	width: 28%;
	background: #ddd;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	vertical-align: middle;
	box-sizing: border-box;
}

.recruit-contents td:nth-of-type(2) table.salary-sample td.salary-02{
	margin: 0;
	padding: 5px 10px;
	width: 72%;
	background: #fff;
	text-align: left;
	font-size: 14px;
	font-weight: 400;
	vertical-align: middle;
	box-sizing: border-box;
	border-bottom: 1px solid #ddd;
	border-right: none;
}

.taigu-list-01{
	padding-left: 63px;
	text-indent: -63px;
}

.taigu-list-02{
	padding-left: 48px;
	text-indent: -48px;
}

.heading-03{
	margin: 40px 0 20px !important;
	padding: 0 0 3px;
	font-size: 20px;
	font-weight: 700;
	text-align: left;
	border-bottom: 1px solid #ccc;
}

.senkou-base{
	margin: 0;
	padding: 0;
	display: flex;
	flex-flow: row wrap;
	width: 100%;
}

.senkou-base dt{
	flex-basis: 50px;
	padding: 5px;
	background-color: #1657aa;
	text-align: center;
	color: #fff;
	font-size: 24px;
	box-sizing: border-box;
	vertical-align: middle;
}

.senkou-base dd.senkou-c01{
	flex-basis: 215px;
	padding: 10px 0;
	text-align: center;
	background-color: #D0E5FF;
	font-size: 18px;
	font-weight: 400;
	box-sizing: border-box;
	vertical-align: middle;
}

.senkou-base dd.senkou-c02{
	flex-basis: 400px;
	padding: 0px 15px;
	text-align: left;
	font-size: 14px;
	font-weight: 400;
	box-sizing: border-box;
	vertical-align: middle !important;
}

.arrow{
	margin: 0;
	padding: 10px 0;
	background: url("../../img/company/recruit/icon-arrow.svg?2") no-repeat;
	background-position: 145px 15px;
	text-indent: -9999px;
}

.recruit-contact{
	margin: 50px 0 0;
	padding: 0;
	width: 100%;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

.recruit-contact td:nth-of-type(1){
	margin: 0;
	padding: 15px 0;
	width: 25%;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	vertical-align: middle;
	box-sizing: border-box;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background: #F5F5F5;
}
.recruit-contact td:nth-of-type(2){
	margin: 0;
	padding: 15px;
	width: 75%;
	font-size: 14px;
	text-align: left;
	vertical-align: middle;
	box-sizing: border-box;
	border-bottom: 1px solid #ccc;
}


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

.sp-lead{
	margin: 20px 0 0;
	padding: 0;
}

.recruit-contents{
	margin: 10px 0 0;
	padding: 0;
	width: 100%;
	border-top: 0px solid #ccc;
	border-right: 0px solid #ccc;
	border-left: 0px solid #ccc;
}

.recruit-contents td:nth-of-type(1){
	margin: 20px 0 0;
	padding: 5px 5px 5px 10px;
	width: 100%;
	text-align: left;
	font-size: 16px;
	font-weight: 700;
	vertical-align: middle;
	box-sizing: border-box;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background: #F5F5F5;
	border: 1px solid #ddd;
	display: block;
}
.recruit-contents td:nth-of-type(2){
	margin: 10px 0 0;
	padding: 0;
	width: 100%;
	text-align: left;
	vertical-align: middle;
	box-sizing: border-box;
	border-bottom: 0px solid #ccc;
	display: block;
}

.job-cate-title{
	margin: 0;
	padding: 3px 0px 3px 5px;
	text-align: left;
	font-size: 14px;
	font-weight: 700;
	background: #ddd;
	line-height: 2.0;
}

.recruit-contents td:nth-of-type(2) table.salary-sample{
	margin: 15px 0 0;
	padding: 0;
	width: 100%;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
}

.recruit-contents td:nth-of-type(2) table.salary-sample th.salary-01{
	margin: 0;
	padding: 0;
	width: 30% !important;
	background: #ddd;
	text-align: center;
	font-size: 14px;
	vertical-align: middle;
	box-sizing: border-box;
}

.recruit-contents td:nth-of-type(2) table.salary-sample td.salary-02{
	margin: 0;
	padding: 5px 10px;
	width: 100% !important;
	background: #fff;
	text-align: left;
	font-size: 14px;
	vertical-align: middle;
	box-sizing: border-box;
	border-bottom: 1px solid #ddd;
	border-top: none;
	border-left: none;
	border-right: none;
}

.senkou-base dt{
	flex-basis: 15%;
	padding: 5px;
	background-color: #1657aa;
	text-align: center;
	color: #fff;
	font-size: 24px;
	box-sizing: border-box;
	display: table-cell;
	vertical-align: middle !important;
}

.senkou-base dd.senkou-c01{
	flex-basis: 85%;
	padding: 10px;
	text-align: left;
	background-color: #D0E5FF;
	font-size: 18px;
	font-weight: 700;
	box-sizing: border-box;
	vertical-align: middle !important;
}

.sp-senkoutext{
	font-size: 12px;
	font-weight: 400;
}

.arrow{
	margin: 0;
	padding: 10px 0;
	background: url("../../img/company/recruit/icon-arrow.svg") no-repeat;
	background-position: center 15px;
	text-indent: -9999px;
}

.spnumber01{
	margin: 20px 0 0;
}

.spnumber02{
	margin: 10px 0 0;
}

.recruit-contact{
	margin: 30px 0;
	padding: 0;
	width: 100%;
	border-top: 0px solid #ccc;
	border-right: 0px solid #ccc;
	border-left: 0px solid #ccc;
}

.recruit-contact td:nth-of-type(1){
	margin: 0;
	padding: 5px 5px 5px 10px;
	width: 100%;
	text-align: left;
	font-size: 16px;
	font-weight: 700;
	vertical-align: middle;
	box-sizing: border-box;
	border: 1px solid #ccc;
	background: #F5F5F5;
	display: block;
}
.recruit-contact td:nth-of-type(2){
	margin: 0;
	padding: 10px;
	width: 100%;
	font-size: 14px;
	text-align: left;
	vertical-align: middle;
	box-sizing: border-box;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	display: block;
}

}
