@charset "UTF-8";
@import url("grid.css");

body {
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', Meiryo, 'メイリオ', sans-serif;
	font-size: 14px;
	line-height: 160%;
	background-repeat: repeat-x;
	letter-spacing: 0;
}

img {
	max-width:100%;
	height: auto;/*高さ自動*/
}
a {
    display:block;
    color: #333;
    text-decoration-line: none;
}
a:hover { 
    color: #999;
}
a img:hover {
	opacity: 0.8;
}
.single-content a{
	display:inline;
	text-decoration: underline;
}

.blueback {
    padding: 1rem;
    color: #FFF;
    padding: 1.2rem;
    font-size: 16px;
    font-weight: bold;
    background-color: #0090cd;
    background: -moz-linear-gradient(left, #0090cd 90%, #FFF);
    background: -webkit-linear-gradient(left, #0090cd 90%, #FFF);
    background: linear-gradient(to right, #0090cd 90%, #FFF);

}


h3.jdmemo {

}


.underline {
	border-bottom: 3px solid #1F286F;
	padding-bottom: 0.5rem;
}
.center {
	text-align: center;
}

/*ヘッダー
-------------------------------------*/
.head {
	display: flex;
    flex-direction: row;
    padding: 1rem 0 0 0;
}

.head h1 { 
    padding: 1rem 0;
}
.head h1 span{ 
	display:inline-block;
	font-size:23px;
	font-weight:bold;
	line-height:40px;
	vertical-align:text-top;
	padding-left:18px;
	padding-top:2px;
}
.telbox {
	margin-left: auto;
	font-size: 16px;
	padding: 26px 0 0 0;
}
.telbox a{
	display: inline;
}
.telbox img{
	display:inline-block;
	vertical-align:text-top;
	margin-top:-2px;
}
.menu {
	background-color: #1F286F;
}
nav ul {
	display: flex;
    flex-direction: row;
    justify-content: space-around;
    list-style: none;
	margin-bottom: 0;
}
nav li {
    flex: 1 0 auto;
	margin-bottom: 0;
}
nav li a {
    text-decoration: none;
    text-align: center;
	color: #fff;
	font-size:17px;
	font-weight:bold;
}
nav li.on,
nav a:hover {
    background-color: #3366FF;    
	color: #fff;
}
nav a {
    padding: 2rem 1rem;
	display: block;
}

@media screen and (min-width: 768px){
	/* PC時はMENUボタンを非表示 */
	#open,#close {
	    display: none !important;
	}

	#navi {
	    display: block !important;
	}
}
@media screen and ( max-width:550px ) {
	.head h1 span{ 
		display:block;
		margin-left:34px;
	}
	.telbox{
		padding: 0;
	}
}



@media screen and (max-width: 768px){
.head {
	flex-direction: column;
    text-align: left;
    margin-bottom: 20px;
}
.telbox {
	margin-left: 0;
	text-align: center;
}
.head #open,#close  {
    position: absolute;
    top: 20px;
    right: 12px;
    }
nav ul {
	flex-direction: column;
}

nav li {
	padding-top: 0;
	border-bottom: 1px solid #ccc;
	margin-bottom: 0;
}
/* スマホ時はMENUボタンを表示 */
#open,#close  {
    display: block;
    width: 50px;
    border: none;
    position: absolute;
    top: 20px;
    right: 12px;
}
/* スマホ時はメニューを非表示 */
#navi {
    display: none;
}
}

/*メイン画像
-------------------------------------*/
.mainimg img {
	width: 100vw;
}

/*メインコンテンツ
-------------------------------------*/
main {
    margin: 5rem 0 5rem 0;
}
@media ( max-width : 550px ) {
	main {
	    margin: 2rem 0 2rem 0;
	}
}


/*新着情報
-------------------------------------*/
.news h2 {
    background-color: #d9eef8;
	color: #00;
	padding: 1.2rem;
	font-size:15px;
  background: -moz-linear-gradient(left, #d9eef8 90%, #FFF);
  background: -webkit-linear-gradient(left, #d9eef8 85%, #FFF);
  background: linear-gradient(to right, #d9eef8 85%, #FFF);
}
.news h2:before {
    content: "▶";
    margin-right: 0.5em;
    font-size: 10px;
    font-size: 1rem;
}

.news dl dt,
.news dl dd {
    list-style-type: none;
	padding: 0.5rem 0;
}
.news dl div{
	border-bottom: 1px dotted #ccc;
	margin-bottom:12px;
}
.news dl dt{
  float: left;
}
.news dl dd{
  padding-left: 100px;
}
.news dl dd span.list_type{
	display:inline-block;
	font-size:7px;
	color:#FFF;
	padding:0px 5px;
	vertical-align: text-top;
	border-radius: 5px;
}
.news dl dd span.list_type.internship{
	background-color:#e75397;
}
.news dl dd span.list_type.session{
	background-color:#662d80;
}
.news dl dd span.list_type.fromdiv{
	background-color:#0090cd;
}
.news .more {
	margin-bottom:30px;
	text-align:right;
}
.news .more a{
	text-decoration:underline;
}

h3.jdmemo{
	padding: 1rem;
	color:#FFF;
	padding: 1.2rem;
	font-size:16px;
	font-weight:bold;
    background-color: #0090cd;
  background: -moz-linear-gradient(left, #0090cd 90%, #FFF);
  background: -webkit-linear-gradient(left, #0090cd 90%, #FFF);
  background: linear-gradient(to right, #0090cd 90%, #FFF);
}

h3.jdtitle{
    background-color: #d9eef8;
	color: #000;
	padding: 1.2rem;
	font-size:15px;
  background: -moz-linear-gradient(left, #d9eef8 90%, #FFF);
  background: -webkit-linear-gradient(left, #d9eef8 90%, #FFF);
  background: linear-gradient(to right, #d9eef8 90%, #FFF);
}
h3.jdtitle:before {
    content: "▶";
    margin-right: 0.5em;
    font-size: 10px;
    font-size: 1rem;
}

.anchlist{
	margin-bottom:15px;
}
.anchlist ul{
}
.anchlist ul li{
	display:inline-block;
}
.anchlist ul li a{
	color:#1F286F;
	text-decoration:underline;
}
.anchlist ul li a:after {
    content: "|";
	color:#CCC;
padding:0 8px;
}

@media ( max-width : 550px ) {
.news dl dt{
	float: none;
	padding:0px;
}
.news dl dd{
	padding-left: 0px;
}

}

/*記事
-------------------------------------*/
.single-main{
	min-height:600px;
}

/*フッター
-------------------------------------*/
footer {
    background-color: #1F286F;
    padding: 5rem 0;
	color: #fff;
}
footer h5 {
    border-bottom: 2px solid #fff;
}

/*コピーライト
-------------------------------------*/
.copyright {
    text-align: center;
    padding: 1rem 0;
    background-color: #fff;
	color:#666666;
	font-size:14px;
}
.copyright a {
	color:#666666;
    text-decoration: none;
	display: inline-block;
}

/*ページトップへ戻るボタン
-------------------------------------*/
#pagetop {
    position: fixed;
    bottom: 15px;
    right: 15px;
}
#pagetop a {
    display: block;
    background: #1F286F;
    color: #fff;
    width: 50px;
    padding: 10px 5px;
    text-align: center;
}
#pagetop a:hover {
    background: #3366FF;
}
/*パンくずリスト
-----------------------------------*/
.breadcrumb {
    margin: 0 0 1em 0;
    padding: 0;	
}
.breadcrumb li {
    list-style-type: none;
}
.breadcrumb li a {
    display: inline-block;
    color: #959fa5;
}


.pager  {
	text-align:center;
}

.pager .pagination a,
.pager .pagination span {
	box-sizing: border-box;
	padding:0;
	margin:0 6px;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: relative;
    text-align: center;
	border:1px solid #CCC;
    color: #555;
  }
  

.pager .pagination a:hover {
      color: #fff;
      background: #1F286F;
    }

.pre-arrow {
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #555;
  border-left: solid 2px #555;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 50%;
  left: 50%;
  margin-top: -4px;
}

.next-arrow {
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #555;
  border-right: solid 2px #555;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 50%;
  margin-top: -4px;

}

/*パンくずリスト
-----------------------------------*/
.inquiry span.required{
	color:#B70000;
	font-size:12px;
}
.inquiry th{
	font-size:16px;
}
.inquiry td{
	min-width:300px;
}
.mw_submit input{
	color:#FFF;
	background-color:#0090cd;
	border:0px;:
}
.mw_submit input:hover{
	color:#FFF;
	opacity:0.8;
}
.inquiry textarea{
	width:560px;
}
@media ( max-width : 550px ) {
	.inquiry th{
		display:block;
		border-bottom:0px;
		padding-bottom:0;
	}
	.inquiry td{
		display:block;
		padding-left:0;
		max-width:100%;
	}
	.inquiry td input,
	.inquiry td textarea,
	.inquiry td select{
		width:100%;
	}

}

/*検索
-----------------------------------*/


.condition_table .line input,
.condition_table .line textarea,
.condition_table .line select {
	height:32px;
	margin-bottom:0;
}
.condition_table {
	margin-bottom:30px;
}

.condition_table line{
	width:100%;
	display:flex;
	flex-direction: row;
}
.condition_table .index,
.condition_table .item{
	display:inline-block;
	margin-bottom:2px;
}
.condition_table .index{
	line-height:58px;
	text-align:right;
	background-color:#EFEFEF;
	padding:0 15px;
}
.condition_table .item{
	padding:10px;
}

.condition_table .index:nth-child(1){
	min-width:100px;
}
.condition_table .index:nth-child(3){
	min-width:76px;
}
.condition_table .index:nth-child(5){
	min-width:100px;
}


.condition_table .item:nth-child(2){
	width:230px;
}
.condition_table .item:nth-child(4){
	width:220px;
}
.condition_table .item:nth-child(6){
	width:160px;
}

.condition_table .item input,
.condition_table .item select[name="gyousyu_code"],
.condition_table .item select[name="todouhuken_code"],
.condition_table .item select[name="tonai_code"],
.condition_table .item select[name="gakka_code"],
.condition_table .item select[name="syokusyu_code"]{
	width:100%;
}

.condition_table .check{
	line-height:32px;
}
.condition_table .check input{
	vertical-align: top;
}
.condition_table .check label{
	display: inline;
	margin-left:10px;
	font-weight:normal;
}



.single-content .submit {
	background-color:#1F286F;
	color:#FFF;
	border-radius:8%;
}
.single-content .submit:hover {
	color:#FFF!important;
	opacity:0.8;
}
.disp_count{
	font-weight:bold;
	margin-bottom:15px;
}

@media ( max-width : 550px ) {
	.condition_table .line input,
	.condition_table .line textarea,
	.condition_table .line select {
		font-size:16px;
	}
	.condition_table .index{
		width:100px;
	}
	.condition_table .line .index{
		font-size:16px;
	}
	.condition_table .item:nth-child(2),
	.condition_table .item:nth-child(4),
	.condition_table .item:nth-child(6),
	.condition_table .item:nth-child(8),
	.condition_table .item:nth-child(16){
		width:auto;
		min-width:180px;
		max-width:220px;
	}
}

.result_table a{
	text-decoration:none;
}

.result_table .head_box,
.result_table .body_box{
	width:100%;
}
.result_table .head_box{
	background-color:#EFEFFF;
}
.result_table .line{
	display:flex;
	flex-direction: row;
	padding:0px 4px;
	position:relative;
}
.result_table .item{
	display:inline-block;
	position:relative;
}
.result_table .body_box .line a{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
}
.result_table .body_box .line::after{
	position:absolute;
	content:"";
	right:10px;
	top:calc(50% - 5px);
	width: 10px;
	height: 10px;
	border-top: 2px solid #999;
	border-right: 2px solid #999;
	transform: rotate(45deg);
}
.result_table .body_box .line .result_memo{
	display:none;
}
.result_table .line .item{
	padding:8px 6px;
	border:1px solid #EFEFEF;
}
.result_table .line .item:nth-child(1){
	width:6%;
	border-left:none;

}
.result_table .line .item:nth-child(2){
	width:24%;
}
.result_table .line .item:nth-child(3){
	width:35%;
}
.result_table .line .item:nth-child(4){
	width:35%;
	border-right:none;
}
.result_table .body_box .line:nth-child(even){
	background-color:#EFEFFF;
}
.result_table .body_box .line .result_memo{
	color:#00F;
}

@media screen and ( max-width:768px ) {
	.disp_count{
		text-align:right;
		margin-bottom:0px;
	}
	.result_table .head_box{
		display:none;
	}
	.result_table .line{
		padding:8px 4px;
		border-bottom:1px solid #EFEFEF;

	}
	.result_table .line .item{
		padding:0px;
		border:none;
	}
	.result_table .body_box .line{
		display:block;
		background-color:#FFF;
		padding-right:20px;
	}
	.result_table .line .item:nth-child(1),
	.result_table .line .item:nth-child(2){
		width:auto;
		font-weight:bold;
	}
	.result_table .line .item:nth-child(3),
	.result_table .line .item:nth-child(4){
		width:auto;
		display:block;
		width:100%;
	}
	.result_table .body_box .line .result_memo{
		display:inline-block;
		color:#00F;
		font-weight:bold;
		margin-top:6px;
	}
}


/*結果テーブル共通
-----------------------------------*/
.detail_table {
	margin-bottom:30px;
}
.detail_table .line div{
	border:1px solid #EFEFEF;
	padding:8px;
	line-height:180%;
}
.detail_table .line .index{
	background-color:#EFEFFF;
}
.none_pc{
	display:none;
}
.none_sp{
	display:auto;
}
.aligncenter{
	text-align:center!important;
}

@media screen and ( max-width:768px ) {
	.none_pc{
		display:block;
	}
	.none_sp{
		display:none;
	}
}

/*結果ヘッダテーブル
-----------------------------------*/
.basic_table .line{
    display: grid;
	width:100%;
    grid-template-columns: 10% 10% 10% 10% 10% 50%;
    grid-template-rows: repeat(auto-fill, minmax(15px, 1fr));

}
@media screen and ( max-width:768px ) {
	.basic_table .line{
	    grid-template-columns: 25% 75%;
	}
}

/*求人者テーブル
-----------------------------------*/
.employer_table .line{
    display: grid;
	width:100%;
    grid-template-columns: 10% 50% 10% 30%;
    grid-template-rows: repeat(auto-fill, minmax(15px, 1fr));
}

.employer_table .line #index_sya_name{
    grid-row: 1/3;
    grid-column: 1/2;
}
.employer_table .line #sya_name_kana{
    grid-row: 1/2;
    grid-column: 2/5;
}
.employer_table .line #sya_name{
    grid-row: 2/3;
    grid-column: 2/5;
}

.employer_table .line #index_address{
    grid-row: 1/4;
    grid-column: 1/2;
}
.employer_table .line #address{
    grid-row: 1/4;
    grid-column: 2/3;
}
.employer_table .line #index_daihyou{
    grid-row: 1/2;
    grid-column: 3/5;
}
.employer_table .line #index_daihyou_yakusyoku{
    grid-row: 2/3;
    grid-column: 3/4;
}
.employer_table .line #daihyou_yakusyoku{
    grid-row: 2/3;
    grid-column: 4/5;
}
.employer_table .line #index_daihyou_name{
    grid-row: 3/4;
    grid-column: 3/4;
}
.employer_table .line #daihyou_name{
    grid-row: 3/4;
    grid-column: 4/5;
}

.employer_table .line #index_souhu{
    grid-row: 1/4;
    grid-column: 1/2;
}
.employer_table .line #souhu{
    grid-row: 1/4;
    grid-column: 2/3;
}
.employer_table .line #index_zinzi{
    grid-row: 1/2;
    grid-column: 3/5;
}
.employer_table .line #index_zinzi_yakusyoku{
    grid-row: 2/3;
    grid-column: 3/4;
}
.employer_table .line #zinzi_yakusyoku{
    grid-row: 2/3;
    grid-column: 4/5;
}
.employer_table .line #index_zinzi_name{
    grid-row: 3/4;
    grid-column: 3/4;
}
.employer_table .line #zinzi_name{
    grid-row: 3/4;
    grid-column: 4/5;
}

@media screen and ( max-width:768px ) {
	.employer_table .line{
	    grid-template-columns: 25% 75%;
	    grid-template-rows: repeat(auto-fill, minmax(15px, 1fr));
	}
	.employer_table .line #index_sya_name{
	    grid-row: 1/3;
	    grid-column: 1/2;
	}
	.employer_table .line #sya_name_kana{
	    grid-row: 1/2;
	    grid-column: 2/3;
	}
	.employer_table .line #sya_name{
	    grid-row: 2/3;
	    grid-column: 2/3;
	}

	.employer_table .line #index_address{
	    grid-row: 1/2;
	    grid-column: 1/2;
	}
	.employer_table .line #address{
	    grid-row: 1/2;
	    grid-column: 2/3;
	}
	.employer_table .line #index_daihyou{
	    grid-row: 2/3;
	    grid-column: 1/3;
	}
	.employer_table .line #index_daihyou_yakusyoku{
	    grid-row: 3/4;
	    grid-column: 1/2;
	}
	.employer_table .line #daihyou_yakusyoku{
	    grid-row: 3/4;
	    grid-column: 2/3;
	}
	.employer_table .line #index_daihyou_name{
	    grid-row: 5/6;
	    grid-column: 1/2;
	}
	.employer_table .line #daihyou_name{
	    grid-row: 5/6;
	    grid-column: 2/3;
	}

	.employer_table .line #index_souhu{
	    grid-row: 1/2;
	    grid-column: 1/2;
	}
	.employer_table .line #souhu{
	    grid-row: 1/2;
	    grid-column: 2/3;
	}
	.employer_table .line #index_zinzi{
	    grid-row: 2/3;
	    grid-column: 1/3;
	}
	.employer_table .line #index_zinzi_yakusyoku{
	    grid-row: 3/4;
	    grid-column: 1/2;
	}
	.employer_table .line #zinzi_yakusyoku{
	    grid-row: 3/4;
	    grid-column: 2/3;
	}
	.employer_table .line #index_zinzi_name{
	    grid-row: 4/5;
	    grid-column: 1/2;
	}
	.employer_table .line #zinzi_name{
	    grid-row: 4/5;
	    grid-column: 2/3;
	}
}


/*雇用条件-基礎テーブル
-----------------------------------*/
.empcond_table .line{
    display: grid;
	width:100%;
    grid-template-columns: 10% 90%;
    grid-template-rows: repeat(auto-fill, minmax(15px, 1fr));
}

@media screen and ( max-width:768px ) {
	.empcond_table .line{
	    display: grid;
		width:100%;
	    grid-template-columns: 25% 75%;
	}
}


/*雇用条件-詳細テーブル
-----------------------------------*/
.salary_table .line{
    display: grid;
	width:100%;
}
.salary_table .line_2 .item,
.salary_table .line_3 .item,
.salary_table .line_2_2 .item{
	text-align:right;
}
.salary_table .line.line_1{
    grid-template-columns: 10% 90%;
    grid-template-rows: repeat(auto-fill, minmax(15px, 1fr));
}

.salary_table .line.line_2{
    grid-template-columns: 10% 12% 13% 13% 13% 13% 13% 13%;
    grid-template-rows: repeat(auto-fill, minmax(15px, 1fr));
}
.salary_table .line.line_2 div:nth-child(1){
    grid-row: 1/7;
    grid-column: 1/2;
}
.salary_table .line.line_3{
    grid-template-columns: 22% 13% 13% 13% 13% 13% 13%;
    grid-template-rows: repeat(auto-fill, minmax(15px, 1fr));
}

@media screen and ( max-width:768px ) {
	.salary_table .line.line_1{
	    grid-template-columns: 25% 75%;
	    grid-template-rows: repeat(auto-fill, minmax(15px, 1fr));
	}
	
	.salary_table .line.line_2_1{
	    grid-template-columns: 100%;
	    grid-template-rows: repeat(auto-fill, minmax(15px, 1fr));
	}
	.salary_table .line.line_2_2{
	    grid-template-columns: 25% 25% 25% 25%;
	    grid-template-rows: repeat(auto-fill, minmax(15px, 1fr));
	}

	.salary_table .line.line_1_3{
	    grid-template-columns: 25% 25% 25% 25%;
	    grid-template-rows: repeat(auto-fill, minmax(15px, 1fr));
	}
}


/*雇用条件-その他テーブル
-----------------------------------*/
.salary_etc_table .line{
    display: grid;
	width:100%;
}

.salary_etc_table .line{
    grid-template-columns: 10% 23% 10% 23% 10% 24%;
    grid-template-rows: repeat(auto-fill, minmax(15px, 1fr));
}
.salary_etc_table .line.line_2 div:nth-child(1){
    grid-row: 1/2;
    grid-column: 1/2;
}
.salary_etc_table .line.line_2 div:nth-child(2){
    grid-row: 1/2;
    grid-column: 2/3;
}
.salary_etc_table .line.line_2 div:nth-child(3){
    grid-row: 2/3;
    grid-column: 1/2;
}
.salary_etc_table .line.line_2 div:nth-child(4){
    grid-row: 2/3;
    grid-column: 2/3;
}
.salary_etc_table .line.line_2 div:nth-child(5){
    grid-row: 3/4;
    grid-column: 1/2;
}
.salary_etc_table .line.line_2 div:nth-child(6){
    grid-row: 3/4;
    grid-column: 2/3;
}

.salary_etc_table .line.line_2 div:nth-child(7){
    grid-row: 1/4;
    grid-column: 3/4;
}
.salary_etc_table .line.line_2 div:nth-child(8){
    grid-row: 1/4;
    grid-column: 4/5;
}

.salary_etc_table .line.line_2 div:nth-child(9){
    grid-row: 1/4;
    grid-column: 5/6;
}
.salary_etc_table .line.line_2 div:nth-child(10){
    grid-row: 1/4;
    grid-column: 6/7;
}

.salary_etc_table .line.line_3{
    grid-template-columns: 10% 23% 10% 57%;
    grid-template-rows: repeat(auto-fill, minmax(15px, 1fr));
}

@media screen and ( max-width:768px ) {
	.salary_etc_table .line{
	    grid-template-columns: 25% 75%;
	    grid-template-rows: repeat(auto-fill, minmax(15px, 1fr));
	}
	.salary_etc_table .line.line_2 div:nth-child(1){
	    grid-row: 1/2;
	    grid-column: 1/2;
	}
	.salary_etc_table .line.line_2 div:nth-child(2){
	    grid-row: 1/2;
	    grid-column: 2/3;
	}
	.salary_etc_table .line.line_2 div:nth-child(3){
	    grid-row: 2/3;
	    grid-column: 1/2;
	}
	.salary_etc_table .line.line_2 div:nth-child(4){
	    grid-row: 2/3;
	    grid-column: 2/3;
	}
	.salary_etc_table .line.line_2 div:nth-child(5){
	    grid-row: 3/4;
	    grid-column: 1/2;
	}
	.salary_etc_table .line.line_2 div:nth-child(6){
	    grid-row: 3/4;
	    grid-column: 2/3;
	}

	.salary_etc_table .line.line_2 div:nth-child(7){
	    grid-row: 4/5;
	    grid-column: 1/2;
	}
	.salary_etc_table .line.line_2 div:nth-child(8){
	    grid-row: 4/5;
	    grid-column: 2/3;
	}

	.salary_etc_table .line.line_2 div:nth-child(9){
	    grid-row: 5/6;
	    grid-column: 1/2;
	}
	.salary_etc_table .line.line_2 div:nth-child(10){
	    grid-row: 5/6;
	    grid-column: 2/3;
	}
	.salary_etc_table .line.line_3{
	    grid-template-columns: 25% 75%;
	}
}


/*求人数テーブル
-----------------------------------*/
.no_of_job_table .line{
    display: grid;
	width:100%;
}
.no_of_job_table .line{
    grid-template-columns: 76% 12% 12%;
    grid-template-rows: repeat(auto-fill, minmax(15px, 1fr));
}
.no_of_job_table .line div:nth-child(2),
.no_of_job_table .line div:nth-child(3){
	text-align:center;
}

@media screen and ( max-width:768px ) {
	.no_of_job_table .line{
	    grid-template-columns: 52% 24% 24%;
	}
}


/*応募テーブル
-----------------------------------*/
.aply_etc_table .line{
    display: grid;
	width:100%;
}
.aply_etc_table .line{
    grid-template-columns: 10% 90%;
    grid-template-rows: repeat(auto-fill, minmax(15px, 1fr));
}

@media screen and ( max-width:768px ) {
	.aply_etc_table .line{
	    grid-template-columns: 25% 75%;

	}
}


//line
////index
////item

//#container {
//    display: grid;
//    width: 500px;
//    height: 300px;
//    grid-template-rows: 100px 100px;
//    grid-template-columns: 100px 100px 100px;
//    justify-content: center; /* 横方向は中央に */
//    align-content: end; /* 縦方向は下端に */
//}

//.grid-item {
//    background: #dfdfdf;
//    display: flex;
//    justify-content: center;
//    align-items: center;
//}
//.grid-item:nth-child(1) {
//    grid-row: 1/2;
//    grid-column: 1/3;
//}


/*人材育成後援会 
-----------------------------------*/
.tb02_block a {
	color: #4b90cf;
	text-decoration: none;
}

.tb02 {
	width:100%;
	margin:0 auto;
	margin-bottom:35px;
	font-size:14px;
	line-height:20px;
	color:#333;
	border-collapse:collapse;
	border:1px #bbbbbb solid;
}
.tb02 th {
	padding:20px 15px;
	border:1px #bbbbbb solid;
	text-align:left;
	background:#e4f1fc;
	font-weight:normal;
}
.tb02 td {
	padding:20px 15px;
	border:1px #bbbbbb solid;
	text-align:left;
	vertical-align:top;
}
.tb02 td.td02 {
	background:#e4f1fc;
}
@media only screen and (max-width: 640px) {
	.tb02 {
		width:100%;
		margin:0 auto;
		margin-bottom:10%;
		font-size:90%;
		line-height:120%;
		color:#333;
		border-collapse:collapse;
		border:none;

	}
	.tb02 th {
		width: 94%;
	    display: block;
		padding:3% 3%;
		background:#0E81E1;
		color:#fff;
		font-weight:normal;
		text-align:left;
		border:none;
	}
	.tb02 td {
		width: 94%;
	    display: block;
		padding:3% 3%;
		border-top:3px #fff solid;
		border:none;
	}
	.tb02 td.td02 {
		background:#e4f1fc;
	}
}

.btn_pdf_form,
.btn_gashikoukan {
	margin: 50px 0;
}
.btn_pdf_form a,
.btn_gashikoukan a {
	padding: 15px 30px;
	text-align: center;
	color: #fff;
	background-color: #1F286F;
	font-size: 18px;
	text-decoration: none;
}
.btn_pdf_form a:hover,
.btn_gashikoukan a:hover {
	opacity: 0.8;
}
@media only screen and (max-width: 640px) {
	.btn_pdf_form,
	.btn_gashikoukan {
		margin: 40px 0 30px;
	}
}
