@charset "UTF-8";

/* 目次 
 * 1. リセット
 * 2. 共通（見出し・テーブル・ヘッダー・フッター・サイド・ボタン）
 * 3. トップページ
 * 4. 初めての方へ
 * 5. インターンシップ
 * 6. 法務派遣
 * 7. 企業のご担当者様へ
 * 8. 個人情報保護·サイトポリシー·特定商取引·インターン利用規約
 * 9. 雛形ダウンロード
 * 10.お問い合わせ　会員登録　セミナー申し込みフォーム
 * 11.サンクス 404
 * 12.就職ノウハウ
 * 13.就活データ 企業法務とは
 * 14.インタビュー
 * 15.セミナー
 * 16.紹介可能な求人
 * 17.記事詳細ページ（各single.php）
 * 18.お知らせ一覧
 * 19.求人情報（archive-job.php、single-job.php）
*/

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

/**************************************************
/* 2. 共通（見出し・テーブル・ヘッダー・フッター・サイド・ボタン）
***************************************************/
.display_sp { display: block; }
.display_pc { display: none; }


/*float*/
.float-left{
	float: none;
}
.float-right{
	float: none;
}

.container{
	margin-left: 0;
	margin-top: 75px;
}

.contents{
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
	box-sizing: border-box;
}

.block{
	margin-bottom: 75px;
}
.mar-b40{
	margin-bottom: 30px;
}
.mar-t40{
	margin-top: 30px;
}
.mar-b20{
	margin-bottom: 15px;
}

/*パンクズ*/
ul.breadcrumbs {
	padding: 15px 0 45px 0;
	text-align: right;
}

/*h1*/
h1 img{
    display: block;
}

/*h2*/
h2{
	margin-bottom: 30px;
	font-size: 22px;
}

/*h3*/
h3{
	margin-bottom: 10px;
	font-size: 18px;
}


/*---------------------------------------
ヘッダー
----------------------------------------*/
header {
	width: 100%;
	padding: 0;
	height: 75px;
    position: fixed;
	background-color: #fff;
	box-shadow: 1px 0px 3px #aaa;
	z-index: 10;
}
  header .logo{
    padding: 0;
  }
header .logo h1{
	margin: 0;
}
header .logo h1 img{
  width: 200px;
	height: 29px;
	margin: 30px 0 0 20px;
	float: left;
}
header .member{
	width: 85px;
	height: 75px;
	background-color: #ff9d05;
	float: right;
	margin-right: 80px;
}
header .member img{
	width: 100%;
	height: 100%;
}

header nav ul li a{
	font-size: 20px;
}
.hamburger {
	display: block !important;
}


/*----------------------------------------
フッター
-----------------------------------------*/
.footarea{
	margin-left: 0;
}
#toTop{
    margin: 0 auto 20px auto;
}
footer{
	padding: 30px;
	background-size: 50%;
}

footer nav ul{
	width: 50%;
	margin: 0 0 30px;
}

footer .foot-bnr li{
	margin: 0 15px 15px 0;
	float: left;
}
footer .foot-bnr li a:hover,
footer .foot-bnr li a:active{
	opacity: 0.8;
}


/**************************************************
/* 3. トップページ
***************************************************/
#top .contents{
	padding: 0;
}
#top .mainimg{
  padding-bottom: 75px;
}
#top .mainimg-text img {
  width: 50%;
  margin-top: 4rem;
  margin-left: 3rem;
}
#top .mainimg02{
  padding: 2rem;
  margin-bottom: 4rem;
}
#top .mainimg02 .img{
  max-width: 500px;
}
/*con01*/
#top .con01 {
  margin: 0 15px 75px;
}
#top .con01 .flex li{
  width: 50%;
  
}
/*Legal MAp(con01)
#top .con01{
	margin: 0 15px 75px;
}
#top .con01 .bg-1{
	width: 100%;
	margin: 0;
	padding: 2px;
	background-size: cover;
}
#top .con01 .inner{
	padding: 20px;
}
#top .con01{
	position:static;
}
#top .con01 .pos01 img{
	width: 350px;
	height: auto;
	margin: 0 auto 20px;
	position: static;

}
#top .con01 .pos02 img{
	width: 100%;
	height: auto;
	position: static;
}
#top .con01 ol li{
	list-style-type: decimal;
	list-style-position: inside;
}

#top .con01 h2{
	text-align: center;
	margin: 25px 0 0;
}*/
/*紹介可能な求人(con02)*/
#top .con02{
	margin: 0 10px 75px;
}
#top .con02 .clearfix{
	margin-bottom: 30px;
}
#top .con02 .slider-carousel li{
	width: 50%;
	padding: 0 15px;
	box-sizing: border-box;
	float: left;
}
#top .con02 .slider-carousel li h3{
	font-weight: 400;
	padding: 5px;
}
/*情報(con03)*/
#top .con03{
	margin: 0 10px 75px;
}
#top .con03 .clearfix{
	margin-bottom: 30px;
}
#top .con03 .slider-carousel li{
	width: 50%;
	padding: 0 15px;
	box-sizing: border-box;
	float: left;
}
#top .con03 .slider-carousel li h3{
	font-weight: 400;
	padding: 5px;
}
/*就職ノウハウ(con04)*/
#top .con04{
	background-position: left;
}
#top .con04 .inner{
	width: 45%;
	padding: 50px 10px;
}
#top .con04 .inner h2{
	margin-bottom: 10px;
}
/*司法試験・予備試験経験者(con05)*/
#top .con05{
	background-position: center;
}
#top .con05 .inner{
	width: 45%;
	padding: 50px 10px;
}
#top .con05 .inner h2{
	margin-bottom: 10px;
  font-size: 21px;
}
/*未経験から(con06)*/
#top .con06{
	background-position: center;
}
#top .con06 .inner{
	width: 60%;
	margin-left: 40%;
	padding: 70px 0;
}
#top .con06 .inner h2{
	margin-bottom: 10px;
}
/*Intern(con07) Message(con08)*/
#top .con07,
#top .con08{
	padding: 40px;
}
#top .con07 img,
#top .con08 img{
	width: 100%;
	padding: 0 40px;
}
#top .con07 .inner,
#top .con08 .inner{
	width: 100%;
}
#top .con07 .inner h2,
#top .con08 .inner h2{
	font-size: 35px;
}
#top .con07 .inner h2 span,
#top .con08 .inner h2 span{
	font-size: 17px;
}
#top .con07 .inner p,
#top .con08 .inner p{
	color: #fff;
	padding-bottom: 20px;
}

/*インタビュー＆プロセス(con09)*/
#top .con09{
	padding: 40px 20px 0 20px;
}
#top .con09 .inner{
	padding-bottom: 50px;
}
#top .con09 .inner h2{
	text-align: left;
	margin-bottom: 15px;
}

#top .con09 .inner .clearfix{
	margin-bottom: 10px;
}
#top .con09 .inner .float-left{
	width: 100%;
	padding-bottom: 15px;
}
#top .con09 .inner .float-left.pad{
	width: 100%;
	padding-left: 0;
}
/*求人情報(con10)*/
#top .con10 {
  padding: 40px; 
}
/*お知らせ(info)*/
#top .info{
	padding: 0 15px;
	box-sizing: border-box;
	border: none;

}
#top .outer{
	width: 100%;
	padding: 40px;
	box-sizing: border-box;
	border: 1px solid #0096e0;
}
#top .info .clearfix{
	padding-bottom: 10px;
}
#top .info dt{
	width: 15%;
}
#top .info dd{
	width: 85%;
}

/*bnr*/
#top .bnr a{
	padding: 0 15px;
}

/**************************************************
/* 4. 初めての方へ
***************************************************/
#first .con01 .float-left:first-child{
	width: 35%;
	padding: 0 20px 0 0;
	box-sizing: border-box;
	float: left;
}
#first .con01 .float-left:last-child{
	width: 65%;
	float: left;
}

/**************************************************
/* 5. インターンシップ
***************************************************/
#internship .con03 .float-left:first-child{
	width: 50%;
	float: left;
}
#internship .con03 .float-left:last-child{
	width: 50%;
	padding-left: 20px;
	float: left;
}

#internship .con06 .float-left:first-child{
	width: 100%;
	padding-right: 0;
	padding-bottom: 20px;
}
#internship .con06 .float-left:last-child{
	width: 100%;

}
/**************************************************
/* 6. 法務派遣
***************************************************/
#legalstaff .con02 .float-left,
#legalstaff .con02 .float-right{
	width: 100%;
}
#legalstaff .con02 .float-left img{
	padding-right: 0;
}
#legalstaff .con02 .float-right img{
	padding-left: 0;
}
#legalstaff .con03 .float-left{
	width: 100%;
}
#legalstaff .con03 .float-left img{
	padding-left: 0;
}
#legalstaff .con06 .pad-r{
	width: 100%;
	padding-right: 0;
}
#legalstaff .con06 .pad-l{
	width: 100%;
	padding-left: 0;
}
#legalstaff .con06 .bor{
	display: block;
	width: 100%;
	height: auto;
	padding: 20px;
	border: 1px solid #0096e0;
	background: url(/images/legalstaff/ls-bg.png) no-repeat;
	background-position: top left;
}
#legalstaff .con06 .bor h3{
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	color: #444;
}
/**************************************************
/* 7. 企業のご担当者様へ
***************************************************/
#recruiter .con03 .float-left{
	width: 100%;
}
#recruiter .con03 img{
	padding-right: 0;
	padding-bottom: 20px;
}
#recruiter .con05 img{
	width: 240px;
	height: 90px;
}
/**************************************************
/* 8. 個人情報保護·サイトポリシー·特定商取引·インターン利用規約
***************************************************/

#privacypolicy .link ul li{
	width: 50%;
	padding: 10px;
}

#privacypolicy .block{
	margin-bottom: 0;
	padding-top: 75px;
}
#privacypolicy .contents{
	margin-bottom: 75px;
}
#privacypolicy .float-right{
	float: right;
}
/**************************************************
/* 9. 雛形ダウンロード
***************************************************/

/**************************************************
/* 10.お問い合わせ　会員登録　セミナー申し込みフォーム
***************************************************/

/**************************************************
/* 11.サンクス 404
***************************************************/

/**************************************************
/* 12.就職ノウハウ
***************************************************/
#faq .breadcrumbs{
	padding: 15px 15px 45px;
}
#faq .outer{
	padding: 0 15px;
}
#faq h3{
	padding: 0 15px 10px;
}
#faq .conall .float-left{
	width: 50%;
	height: 160px;
	padding: 0 15px 30px;
	float: left;
}
#faq .conall .bor{
	padding: 15px;
}


/**************************************************
/* 13.就活データ 企業法務とは
***************************************************/
#data .breadcrumbs,
#corporatelegal .breadcrumbs{
	padding: 15px 15px 45px;
}
#data .outer,
#corporatelegal .outer{
	padding: 0 15px;
}
#data .conall .float-left,
#corporatelegal .conall .float-left{
	width: 50%;
	height: 160px;
	padding: 0 15px 30px;
	float: left;
}
#data .conall .bor,
#corporatelegal .conall .bor{
	padding: 15px;
}

/**************************************************
/* 14.インタビュー
***************************************************/
#interview .breadcrumbs{
	padding: 15px 15px 45px;
}
#interview .outer{
	padding: 0 15px;
}
#interview .con01 .float-left{
	width: 50%;
	height: 160px;
	padding: 0 15px 30px;
	float: left;
}
#interview .con02 .float-left{
	width: 50%;
	height: 110px;
	padding: 0 15px 40px;
}
#interview .bor{
	padding: 15px;
}
/**************************************************
/* 15.セミナー
***************************************************/
#seminar .bor-b{
	padding: 30px 15px;
}

/**************************************************
/* 16.紹介可能な求人
***************************************************/
#recruit .bor .f-leftw70 p:first-child{
	padding-bottom: 10px;
}
/**************************************************
/* 17.記事詳細ページ（各single.php）
***************************************************/
/**************************************************
/* 18.お知らせ一覧
***************************************************/
/**************************************************
/* 19.求人情報（archive-job.php、single-job.php）
***************************************************/
#job .job-ttl,
#job .job-con{
  padding: 5px;
}
#job .job-btn{
  padding: 15px;
}
#job .job-con dl dt{
  width: 110px;
}
#job .job-con dl dd{
  width: calc(100% - 110px);
  padding-left: 0;
}
}/*-- @media screen and (max-width:768px)ここまで --*/




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

/**************************************************
/* 2. 共通
***************************************************/
*{
	font-size: 15px;
	line-height: 1.6em;
}

.container{
	margin-top: 60px;
}

.contents{
	padding: 0 10px;
}

.block{
	margin-bottom: 60px;
}
.mar-b40{
	margin-bottom: 20px;
}
.mar-t40{
	margin-top: 20px;
}
.mar-b20{
	margin-bottom: 10px;
}

/*パンクズ*/
ul.breadcrumbs {
	padding: 10px 0 20px 0;
}
ul.breadcrumbs li{
    font-size: 10px;
}
ul.breadcrumbs li a{
    font-size: 10px;
}
ul.breadcrumbs li:nth-of-type(2):before,
ul.breadcrumbs li:nth-of-type(3):before {
    content: ">";
    margin-right: 0.3em;
    margin-left: 0.3em;
    font-size: 10px;
    font-size: 1.4rem;
    color: #333;
}

/*h1*/
h1 img{
    display: block;
}

/*h2*/
h2{
	margin-bottom: 20px;
	font-size: 19px;
	font-weight: bold;
	text-align: center;
	color: #0096e0;
}

/*h3*/
h3{
	margin-bottom: 10px;
	font-size: 17px;
	font-weight: bold;
	font-style: italic;
	color: #3db2bf
}
	
/*リンクボタン（more）*/
.more{
	width: 160px;
	height: 32px;
	margin: 0 auto;
}
.more a:hover,
.more a:active{
	opacity: 0.8;	
}
/*リンクボタン（enter）*/
.enter-w{
	display:block;
	width: 160px;
	height: 32px;
	margin: 0 auto;
	border: 1px solid #fff;
}
.enter-w a{
	display:block;
	width: 100%;
	color: #fff;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
}
.enter-w a:hover,
.enter-w a:active{
	color: #0096e0;
	text-decoration: none;
	background-color: #fff;
}
.enter-b{
	display:block;
	width: 160px;
	height: 32px;
	margin: 0 auto;
	border: 1px solid #444;
}
.enter-b a{
	display:block;
	width: 100%;
	color: #444;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
}
.enter-b a:hover,
.enter-b a:active{
	text-decoration: none;
	background-color: #fff;
}
/*リンク画像*/
a img:hover,
a img:active{
	opacity: 0.8;
}
/*問い合わせ部分（conta）*/
.conta{
	padding: 20px;
}
.conta p{
	text-align: center;
}
/*リンクボタン（contabtn）*/
.contabtn{
	width: 180px;
	height: 36px;
	margin: 0 auto;
}
.contabtn a:hover,
.contabtn a:active{
	opacity: 0.8;
}

/*---------------------------------------
ヘッダー
----------------------------------------*/
header {
	height: 60px;
}
header .logo h1{
	margin: 0;
}
header .logo h1 img{
  width: 170px;
  height: 24px;
  margin: 20px 0 0 10px;
  float: left;
}
header .member{
	width: 68px;
	height: 60px;
	margin-right: 65px;
}

.hamburger {
	display: block !important;
}

/*----------------------------------------
フッター
-----------------------------------------*/
footer{
	padding: 20px 10px;
}

footer nav ul{
	margin: 0 0 20px;
}
footer nav li a{
	font-size: 12px;
}

footer .foot-bnr li{
	margin: 0 10px 10px 0;
}
footer .foot-bnr li a:hover,
footer .foot-bnr li a:active{
	opacity: 0.8;
}

footer .copyright{
	font-size: 10px;
}


/**************************************************
/* 3. トップページ
***************************************************/
#top .mainimg{
  padding-bottom: 40px;
  background: url(/images/top/sp_lm_top-main2022.png) right / contain no-repeat;
}
#top .mainimg-text img {
  width: 65%;
  margin-top: 4rem;
  margin-left: 2rem;
}
#top .mainimg02{
  padding: 1rem 2rem;
}
/*con01*/
#top .con01 .flex li {
  width: 100%;
}
  
  
/*Legal MAp(con01)
#top .con01{
	margin: 0 10px 50px;
}
#top .con01 .inner{
	padding: 10px;
}

#top .con01 .pos01 img{
	width: 250px;
	height: auto;
	margin: 0 auto;
	position: static;
}
#top .con01 h2{
	margin: 25px 0 0;
}*/

/*紹介可能な求人(con02)*/
#top .con02{
	margin: 0 10px 50px;
}
#top .con02 .clearfix{
	margin-bottom: 20px;
}
#top .con02 .slider-carousel li{
	padding: 0 10px;
}
#top .con02 .slider-carousel li h3{
	font-size: 12px;
}
/*情報(con03)*/
#top .con03{
	margin: 0 10px 50px;
}
#top .con03 .clearfix{
	margin-bottom: 20px;
}
#top .con03 .slider-carousel li{
	padding: 0 10px;
}
#top .con03 .slider-carousel li h3{
	font-size: 12px;
}
/*就職ノウハウ(con04)*/
#top .con04{
	background: url(/images/top/fap-spbg.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}
#top .con04 .inner{
	width: 70%;
    margin: 0;
	padding: 40px 0;
}
#top .con04 .inner h2{
	margin-bottom: 10px;
	font-size: 17px;
	line-height: 1em;
}
/*司法試験・予備試験経験者(con05)*/
#top .con05{
	background: url(/images/top/legalstaff-spbg.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}
#top .con05 .inner{
	width: 70%;
	margin: 0;
	padding: 40px 0;
}
#top .con05 .inner h2{
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 1.2em;
}
/*未経験から(con06)*/
#top .con06{
	background: url(/images/top/legal-spbg.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}
#top .con06 .inner{
	width: 70%;
	margin: 0 0 0 25%;
	padding: 50px 0;
}
#top .con06 .inner h2{
	margin-bottom: 10px;
	font-size: 17px;
	line-height: 1em;
}
/*Intern(con07) Message(con08)*/
#top .con07,
#top .con08{
	padding: 20px 10px;
}
#top .con07 img,
#top .con08 img{
	padding: 0;
}
#top .con07 .inner,
#top .con08 .inner{
	padding-top: 5px;
}
#top .con07 .inner h2,
#top .con08 .inner h2{
	font-size: 30px;
}
#top .con07 .inner h2 span,
#top .con08 .inner h2 span{
	font-size: 15px;
}
#top .con07 .inner p,
#top .con08 .inner p{
	padding-bottom: 20px;
}

/*インタビュー＆プロセス(con09)*/
#top .con09{
	padding: 40px 10px 0 10px;
}
#top .con09 .inner{
	padding-bottom: 40px;
}
#top .con09 .inner h2{
	text-align: left;
	margin-bottom: 10px;
}
#top .con09 .int h2 img{
	width: 119px;
	height: 40px;
}
#top .con09 .pro h2 img{
	width: 109px;
	height: 40px;
}
#top .con09 .inner .clearfix{
	margin-bottom: 0;
}
#top .con09 .inner .float-left{
	padding-bottom: 10px;
}
#top .con09 .inner .float-left.pad{
	padding-left: 0;
}
#top .con09 .inner .float-left ul li{
	padding: 5px;
}
#top .con09 .inner .float-left ul li a{
	font-size: 12px;
}

/*求人情報(con10)*/
#top .con10 {
  padding: 10px; 
}
#top .con10 .inner{
  padding: 20px 10px;
}
/*お知らせ(info)*/
#top .info{
	padding: 0 10px;
	box-sizing: border-box;
	border: none;

}
#top .outer{
	width: 100%;
	padding: 20px 10px;
	box-sizing: border-box;
	border: 1px solid #0096e0;
}
#top .info .clearfix{
	padding-bottom: 5px;
}
#top .info dt{
	width: 100%;
	text-align: left;
}
#top .info dd{
	width: 100%;
	padding: 0 0 15px;
}

/*bnr*/
#top .bnr a{
	width: 100%;
	padding: 0 10px 10px;
}

/**************************************************
/* 4. 初めての方へ
***************************************************/
#first .con01 .float-left:first-child{
	width: 100%;
	padding: 0 0 10px 0;
	box-sizing: border-box;
}
#first .con01 .float-left:last-child{
	width: 100%;
}
#first .con04 .outer{
	max-width: 290px;
}
/**************************************************
/* .5 インターンシップ
***************************************************/
#internship .table th{
	display: block;
	width: 100%;
	padding: 10px;
	text-align: center;
}
#internship .table td{
	display: block;
	width: 100%;
    padding: 10px;
}
#internship .con03 .float-left:first-child{
	width: 100%;
}
#internship .con03 .float-left:last-child{
	width: 100%;
	padding-left: 0;
}
#internship .con04 .bor{
	padding: 15px 0;
}
#internship .con04 h3{
	font-size: 17px;
}
#internship .con04 h3 span{
	padding-left: 5px;
}
#internship .con04 .bor-b{
	padding: 15px 0;
	border-bottom: 1px solid #0096e0;
}
#internship .con06 .float-left:first-child{
	width: 100%;
	padding-right: 0;
	padding-bottom: 20px;
}
#internship .con06 .float-left:last-child{
	width: 100%;

}
/**************************************************
/* 6. 法務派遣
***************************************************/
#legalstaff .con06 .bor{
	padding: 10px;
	background: url(/images/legalstaff/ls-bg.png) no-repeat;
	background-position: top left;
}
#legalstaff .con06 .bor h3{
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	color: #444;
}
/**************************************************
/* 7. 企業のご担当者様へ
***************************************************/
#recruiter .con03 .float-left{
	width: 100%;
}
#recruiter .con03 img{
	padding-right: 0;
	padding-bottom: 20px;
}
#recruiter .con05 img{
	width: 200px;
	height: 75px;
}
/**************************************************
/* 8. 個人情報保護·サイトポリシー·特定商取引·インターン利用規約
***************************************************/

#privacypolicy .link ul li{
	width: 100%;
	padding: 0 0 5px;
}
#privacypolicy .block{
	margin-bottom: 0;
	padding-top: 60px;
}
#privacypolicy .contents{
	margin-bottom: 60px;
}
#privacypolicy .table th{
	display: block;
	width: 100%;
	padding: 10px;
	text-align: center;
}
#privacypolicy .table td {
	display: block;
	width: 100%;
    padding: 10px;
}

/**************************************************
/* 9. 雛形ダウンロード
***************************************************/
#download .table th{
	display: block;
	width: 100%;
	padding: 10px;
	text-align: center;
}
#download .table td {
	display: block;
	width: 100%;
    padding: 10px;
}


/**************************************************
/* 10.お問い合わせ　会員登録　セミナー申し込みフォーム
***************************************************/
/* #mailform */
#mailformpro table{
	display:block;
	width:100%;
    margin: 0;
}
#mailformpro table tbody{
	display:block;
	width:100%;
    margin: 0;
}
#mailformpro tr{
	display:block;
	width:100%;
    border-bottom: 1px solid #ccc;
}
#mailformpro th{
	display:block;
	width: 100%;
    height: auto;
	padding: 10px 0 0 0;
	box-sizing: border-box;
    font-size: 14px;
    color: #0096e0;
    text-align: left;
}
#mailformpro td{
	display:block;
    width: 100%;
    height: auto;
	padding: 0 0 10px 0;
	box-sizing: border-box;
    text-align: left;
	font-size: 12px;
}

#mailformpro tr.bor-no{
	border: none;
}
#mailformpro .int th{
	display:block;
	width: 100%;
    height: auto;
	padding: 10px 0 0 0;
	box-sizing: border-box;
    font-size: 14px;
    color: #0096e0;
    text-align: left;
}
#mailformpro .int td{
	display:block;
    width: 100%;
    height: auto;
	padding: 0 0 10px 0;
	box-sizing: border-box;
    text-align: left;
	font-size: 12px;
}
#mailformpro .w100{
	display:block;
    width: 100%;
    height: 30px;
	padding: 3px;
	box-sizing:border-box;
    font-size: 14px;
    vertical-align: middle;
	padding-left: 10px;
	border:1px solid #0096e0;
}
#mailformpro .w20{
    width: 30%;
    height: 30px;
	padding: 3px;
	box-sizing:border-box;
    font-size: 14px;
    vertical-align: middle;
	padding-left: 10px;
	border:1px solid #0096e0;
}
#mailformpro select{
	width:100%;
    padding: 3px;
    font-size: 14px;
    vertical-align: top;
	border:1px solid #0096e0;
}
#mailformpro textarea{
	width:100%;
    padding: 10px;
	box-sizing:border-box;
    font-size: 14px;
    vertical-align: top;
	border:1px solid #0096e0;
}
#mailformpro p{
	text-align: center;
	padding: 10px 0 0 0;
}
/*チェックボックス（checkbox）*/
#mailformpro .checkbox{
	width: 20px;
	height: 20px;
	font-weight: bold;
	margin-right: 10px;
	vertical-align: middle;
}
/*会員登録（table）*/
#member .table{
	border: 1px solid #0096e0;
	width:100%;
    margin: 0;
}
#member .table th{
	display:block;
	width: 100%;
    height: auto;
	padding: 10px;
	box-sizing: border-box;
    font-size: 14px;
    color: #0096e0;
    text-align: left;
}
#member .table td{
	display:block;
    width: 100%;
    height: auto;
	padding: 10px;
	box-sizing: border-box;
    text-align: left;
	font-size: 12px;
}

/**************************************************
/* 11.サンクス 404
***************************************************/

/**************************************************
/* 12.就職ノウハウ
***************************************************/
#faq .breadcrumbs{
	padding: 10px 10px 20px;
}
#faq .outer{
	padding: 0 10px;
}
#faq h3{
	padding: 0 10px 10px;
}
#faq .conall .float-left{
	width: 100%;
	height: 140px;
	padding: 0 10px 20px;
}
#faq .conall .bor{
	padding: 10px;
}


/**************************************************
/* 13.就活データ 企業法務とは
***************************************************/
#data .breadcrumbs,
#corporatelegal .breadcrumbs{
	padding: 10px 10px 20px;
}
#data .outer,
#corporatelegal .outer{
	padding: 0 10px;
}
#data .conall .float-left,
#corporatelegal .conall .float-left{
	width: 100%;
	height: 140px;
	padding: 0 10px 20px;

}
#data .conall .bor,
#corporatelegal .conall .bor{
	padding: 10px;
}

/**************************************************
/* 14.インタビュー
***************************************************/
#interview .breadcrumbs{
	padding: 10px 10px 20px;
}
#interview .outer{
	padding: 0 10px;
}
#interview .con01 .float-left{
	width: 100%;
	height: 140px;
	padding: 0 10px 20px;

}
#interview .con02 .float-left{
	width: 100%;
	height: 100px;
	padding: 0 10px 40px;
}
#interview .bor{
	padding: 10px;
}
/**************************************************
/* 15.セミナー
***************************************************/
#seminar .bor-b{
	padding: 20px 0;
}
#seminar-1 iframe{
	width: 100%;
}

#seminar-1 p.center{
	text-align: center;
	margin-bottom: 20px;
}

/*セミナーカレンダー（#calendar）*/
#calendar{
	margin-bottom: 50px;
}
#calendar .calendar-title{
	margin-bottom: 5px;
	font-size: 17px;
}
#calendar .calendar-caption{
	padding: 3px;
	font-size: 15px;
}
#calendar .header-row th{
	padding: 3px;
	font-size: 14px;
}
#calendar .week-row td{
	padding: 3px;
}

#calendar .mtssb-timetable-link .mtssb-timetable-name{
	margin-bottom: 10px;
	font-size: 17px;
}
#calendar .mtssb-timetable-link .mtssb-timetable-date{
	padding: 5px;
	font-size: 15px;
}
#calendar .mtssb-timetable-link .day-left,
#calendar .mtssb-timetable-link .day-right{
	padding: 5px;
	font-size: 15px;
}
#calendar .mtssb-daily-action button{
	display:block;
	width: 160px;
	height: 30px;
	margin: 20px auto 60px;
	border: 1px solid #61c9a5;
	background-color: #61c9a5;
	color: #fff;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
}

/*セミナー予約フォーム（#booking-form）*/
#booking-reservation-fieldset legend{
	font-size: 16px;
}

#booking-reservation-fieldset th{
	display: block;
	width: 100%;
    padding: 0 0 5px;
    font-size: 14px;
}

#booking-reservation-fieldset td{
	display: block;
	width: 100%;
	padding: 0 0 10px;
	font-size: 14px;
}

#booking_client-fieldset legend{
	font-size: 16px;
}
#booking_client-fieldset th{
	display: block;
	width: 100%;
    padding: 0 0 5px;
    font-size: 14px;
}
#booking_client-fieldset td{
	display: block;
	width: 100%;
	padding: 0 0 10px;
	font-size: 14px;
}
#booking_client-fieldset .booking-seimei{
	font-size: 14px;
}
#booking_client-fieldset .content-text.medium{
	width: 95%;
}
#booking_client-fieldset td span{
	font-size: 13px;
}

#booking-message-fieldset legend{
	font-size: 16px;
}
#booking-message-fieldset th{
	display: block;
	width: 100%;
    padding: 0;
    font-size: 15px;
}
#booking-message-fieldset td{
	display: block;
	width: 100%;
	font-size: 14px;
}
#action-button button{
	display:block;
	width: 200px;
	height: 40px;
	margin: 40px auto;
	border: 1px solid #61c9a5;
	background-color: #61c9a5;
	color: #fff;
	font-weight: bold;
	line-height: 38px;
	text-align: center;
}
#action-button button:hover,
#action-button button:active{
	background-color: #fff;
	border: 1px solid #61c9a5;
	color: #61c9a5;
}

/**************************************************
/* 16.紹介可能な求人
***************************************************/
#recruit .con01 .float-left{
	height: 420px;
	padding: 0 0 20px 0;
}
#recruit .bor{
	padding: 10px;
}

#recruit .bor .f-leftw30{
	width: 100%;
	height: auto;
	padding: 0 0 10px 0;
}
#recruit .bor .f-leftw70{
	width: 100%;
}
#recruit .bor .f-leftw70 p:first-child{
	padding-bottom: 10px;
}
/**************************************************
/* 17.記事詳細ページ（各single.php）
***************************************************/
#faq-1 .green{
	padding-right: 5px;
}
#interview-1 .bor{
	margin: 20px 0;
	padding: 0;
}
#interview-1 .bor p,
#recruit-1 .bor p{
	margin: 20px 0;
}

#seminar-1 .table th,
#recruit-1 .table th{
	display: block;
	width: 100%;
	padding: 10px;
	text-align: center;
}
#seminar-1 .table td,
#recruit-1 .table td{
	display: block;
	width: 100%;
    padding: 10px;
}


/**************************************************
/* 18.お知らせ一覧
***************************************************/
#infoList li{
	width:100%;
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
	font-size: 14px;
}
#infoList li .up_ymd{
	padding-right: 5px;
}
.tablenav{
	margin: 60px auto 100px auto;
    text-align: center;
	line-height: 2em;
}

.tablenav .next, .tablenav .prev{
	background-color: #fff;
	color: #444;
	padding: 8px 10px;
    font-size: 14px;
    font-size: 1.4rem;
}
a.page-numbers, .tablenav .current{
	padding: 8px 10px;
    border: solid 1px #61c9a5;
    border: 0 none;
    background-color: #61c9a5;
	color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
}

/**************************************************
/* 19.求人情報（archive-job.php、single-job.php）
***************************************************/
#job .job-list .job-box {
  margin-top: 30px;
}
#job .job-ttl,
#job .job-con{
  padding: 0px;
}
#job .job-btn{
  padding: 10px;
}
#job .job-ttl .c_name,
#job .job-ttl .time,
#job .job-con dl.w50{
  width: 100%;
}
#job .job-ttl .c_name{
  padding: 10px 10px 5px;
}
#job .job-ttl .time{
  padding-top: 0;
  text-align: left;
}
#job .job-con dl dd.sp100{
  width: 100%;
  padding: 0px 10px 10px 10px;
}

}/*-- @media screen and (max-width:480px)ここまで --*/