/* Recruit page
-------------------------------------------------*/
.r_box1_cont {
  padding: 60px 0 70px;
}

.r_box1_cont_txt1 {
  font-size: 20px;
  font-weight: bold;
  color: #0059B2;
  line-height: 160%;
  padding-bottom: 25px;
}

.r_box1_cont_txt2 {
  font-size: 14px;
  color: #111;
  line-height: 200%;
}

.r_box1_cont_top {
  padding-bottom: 25px;
}

.r_box1_cont_bot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.r_box1_cont_bot_left {
  /*width: 53%;*/
	width: 33%;
}

.r_box1_cont_bot_right {
  /*width: 63%;*/
	width: 60%;
}

.r_box2_cont {
  padding-top: 55px;
}

.r_box2_cont_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.r_box2_cont_ttl_item {
  width: 49.6%;
  border-radius: 10px 10px 0 0;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 160%;
  padding: 30px 0 25px;
  text-align: center;
}

.r_box2_cont_ttl_item.co1 {
  background-color: #0059B2;
}

.r_box2_cont_ttl_item.co2 {
	background-color: #21AEE3;
  /*background-color: #0059B2;*/
	/*background-color: #CCC;*/
}

.r_box2_cont_tbl.p_box3_cont {
  border: 5px solid #0059B2;
  border-left: none;
  padding: 0;
}

.r_box2_cont_tbl table {
  border: none;
}

.r_box2_cont_tbl table tr td {
  border: none;
}

.r_box2_cont_tbl table tr td:nth-of-type(1) {
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  background: #0059B2;
  color: #FFF;
}

/* .r_box2_cont_tbl.p_box3_cont table + table {
  border-top: none;
}

.r_box2_cont_tbl.p_box3_cont table + table tr:first-child td, th{
  border-top: none;
} */

/*2019/10/03/Add*/
.link-txt {
	text-decoration: underline;
	color: #0059B2;
}