@charset "utf-8";

table.shokushu {
	margin: -18px 0 50px 100px;
	border: none;
	width: 600px;
}

table.shokushu th, table.shokushu td {
	border: none;
	padding: 0 0 10px 1.5em;
	font-size: 14px;
	line-height: 18px;
}
table.shokushu th {
	font-size: 16px;
	font-weight: bold;
	padding-left: 0;
}


table.youkou {
	width: 100%;
	margin-bottom: 40px;
}
table.youkou caption {
	background: #000;
	padding: 5px 0;
	color: #fff;
	font-size: 16px;
}
table.youkou th, table.youkou td {
	padding: 10px;
	font-size: 14px;
}
table.youkou th {
	background: #8d8d8d;
	color: #fff;
	white-space: nowrap;
}


/* Added on 11/09/2016 */
h2 {
  margin-top: 0 !important;
  background-color: #1361a7;
  padding: 10px 0;
	font-size: 23px;
	font-weight: normal;
	line-height: 1;
  color: #fff;
  text-align: center;
}
p.lead {
  font-size: 18px;
  color: #1361a7;
}
p.lead2 {
	font-size: 16px;
}
.recruit_title {
  height: 40px;
  clear: both;
  background: url(../content/images/page/information_title_bg.png) 0 0 no-repeat #fff;
  font-size: 20px;
  line-height: 1.1;
  font-weight: bold;
  color: #000;
  padding: 10px 0 0 1em;
  margin: 4px 0 0.5em;
}
ul.recruit {
  margin-bottom: 2em;
}
ul.recruit li {
	font-size: 15px;
  font-weight: bold;
	line-height: 1;
  display: inline-block;
  padding-right: 2em;
}
ul.recruit li:before {
	content: " ";
	display: block;
	width: 0;
	height: 0;
    border-top: 7px solid #0075c1;
    border-right: 5px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 5px solid transparent;
}
ul.recruit li a {
	display: block;
	margin: -18px 0 0 16px;
}

.main {
	width: 723px;
	float: none;
	margin: 20px auto;
}

.conv_wrap p.conv_cap {
	color: #1361a7;
	font-weight: bold;
	margin-top: 3em;
}
.conv_wrap a {
	background: #1361a7;
	font-weight: bold;
	padding: 1em 2em;
	color: #fff;
}


p.excerpt {
	text-align: right;
	margin: .5em 0;
}


.table_01_wrap {
	margin: 30px auto 100px;
}
table.table_01 {
	text-align: center;
	border: 2px solid #385d8a;
}
.table_01 caption {
	font-weight: bold;
	padding-bottom: 20px;
}
.table_01 caption span {
	border: 1px solid #000;
	padding: .5em;
	margin-right: 1em;
}
.table_01 colgroup:nth-of-type(1) {
	width: 16%;
}
.table_01 colgroup:nth-of-type(2) {
	width: 17%;
}
.table_01 colgroup:nth-of-type(3) {

}
.table_01 colgroup:nth-of-type(4) {
	width: 11%;
}
.table_01 colgroup:nth-of-type(5) {
	width: 12%;
}
.table_01 td {
	vertical-align: middle;
	padding: .5em;
}
.table_01 > tbody > tr> td:nth-child(1) {
	width: 100px;
}
.table_01 > tbody > tr> td:nth-child(2) {
	width: 106px;
}
.table_01 > tbody > tr> td:nth-child(4) {
	width: 30px;
}
.table_01 > tbody > tr> td:nth-child(3) {
	width: 300px;
}
.table_01 div.inner_table  {
	border: 2px solid #385d8a;
	border-radius: 10px;
	background: #ddd9c3;
}
.table_01 .inner_table td {
	border: 0;
	padding: 0 .5em;
	line-height: 1.6;
}
.table_01 .inner_table tr:nth-child(1) td:nth-child(1) {
	width: 13%;
	color: #ff0000;
}
.table_01 .inner_table tr:nth-child(1) td {
	padding: .3em .5em;
}
.table_01 .inner_table tr:nth-child(2) td {
	padding: 0 .5em .3em;
}
.table_01 .inner_table td:nth-child(n+3) {
	color: #0070c0;
}



.table_02_wrap {
	margin: 30px auto 100px;
}
table.table_02 {
	text-align: center;
	border: 2px solid gray;
}
.table_02 td {
	vertical-align: middle;
	padding: .8em .5em;
}
.table_02 td:nth-child(n+2) {
	padding: 1em .5em;
}
.table_02 tr:nth-child(n+2) td:nth-child(n+3)
.table_02 tr:last-child td:nth-child(n+2) {
	text-align: right;
}


.table_03_area {
	margin-bottom: 100px;
}
.table_03_area .recruit_title:nth-of-type(n+2) {
	margin-top: 40px;
}
.table_03_area ul.cost {
	margin-bottom: 1em;
}
.table_03_area .cost * {
	font-size: 14px;
	line-height: 1.8;
}
.table_03_wrap table.table_03_01 >tbody>tr>* {
	vertical-align: middle;
	padding: 1em;
}
.table_03_wrap table.table_03_01>tbody>tr>td:nth-child(1) {
	width: 90px;
	text-align: center;
	padding: .5em;
}
.table_03_wrap .table_03_01 table {
	width: auto;
}
.table_03_wrap .table_03_01 table,
.table_03_wrap .table_03_01 table *{
 border: 0;
 padding: .5em;
 text-align: left;
}
.table_03_wrap dl {
	border: 2px solid #385d8a;
	border-radius: 10px;
	padding: .4em 1.2em;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	font-size: 14px;
	line-height: 1.8;
}
.table_03_wrap dl dt {
	width: 8%;
	padding: .5em 0;
}
.table_03_wrap dl dd {
	width: 90%;
	margin: 0;
	padding: .5em 0;
}

.num_06_list {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.num_06_list .item {
	width: 48%;
}
.num_06_list .item strong {
	display: block;
	color: #fff;
	background: #385d8a;
	text-align: center;
	border-radius: 10px;
	padding: .8em 0;
	width: 90%;
	margin: 0 auto;
	font-size: 20px;
	position: relative;
}
.num_06_list .item strong span {
	font-size: .8em;
	display: inline-block;
}
.num_06_list .item ul {
	border: 2px solid #1361a7;
	padding: 40px 1em 1em;
	margin-top: -30px;
	border-radius: 10px;
}
.num_06_list .item ul li {
	text-indent: -1em;
	padding-left: 1em;
}
.num_06_list .item ul li:nth-child(n+4) {
	color: #ff0000;
}
.num_06_list .item p.att {
	text-indent: -3em;
	padding-left: 3em;
	font-size: .8em;
	line-height: 1.6;
}
.num_06_wrap > p {
	border: 2px solid #f36d6d;
	border-radius: 10px;
	width: 96%;
	margin: 30px auto 10px;
	text-align: center;
	padding: .5em 0;
	font-size: 18px;
}
.num_06_wrap > p strong {
	color: #ff0000;
}
.num_06_wrap> dl {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.num_06_wrap>dl dt {
	border: 1px solid gray;
	border-radius: 10px;
	padding: .8em 1em;
	font-size: 14px;
	text-align: center;
}
.num_06_wrap>dl dd {
	margin-left: .5em;
}

.table_03_02 tr * {
	font-size: 16px;
	padding: .5em;
	vertical-align: middle;
	line-height: 1.6;
	text-align: center;
}
.table_03_02 th {
	color: #fff;
	background: #4f81bd;
	text-align: center;
}
.table_03_02 tr:nth-child(even) * {
	background: #d0d8e8;
}
.table_03_02 tr:nth-child(n+2) td:nth-child(n+2) {
	text-align: right;
}
.table_03_02 td:nth-child(n+2) {
	width: 20%;
}
