@charset "utf-8";

@media only screen and (max-width: 767px) {


/*=========================================
 
 Underlayer

=========================================*/

.infoUl .headContents .headTitle h1{
	font-size: 24px;
	color: #ffffff;
}
.infoUl .contentsBlock{
	padding: 20px 10px;
}
.infoUl .leadTxt{
	font-size: 18px;
	font-weight: bold;
}
.infoUl .imgBox{
	margin: 20px 0;
}
.infoUl .imgBox figure{
	text-align: center;
}


/* tableWrap
----------------------------------- */

.tableWrap {
	text-align: left;
	color: #444444;
	font-size: 14px;
	font-size: 1.4rem;
	margin-top: 10px;
}
.tableWrap caption {
	text-align: right;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 12px;
	color: #999999;
}
.tableWrap table {
	width: 100%;
	table-layout: fixed;
	word-break: break-all;
	word-wrap: break-all;
	border: solid 1px #dddddd;
	border-radius: 4px;
	border-collapse: separate;
	border-spacing: 0;
	overflow: hidden;
}
.tableWrap table thead th,
.tableWrap table tbody th,
.tableWrap table tbody td {
	border-bottom: 1px solid #dddddd;
}
.tableWrap table th {
	padding: 10px 2px 10px 8px;
	vertical-align: middle;
}
.tableWrap table td {
	padding: 15px;
	vertical-align: middle;
	font-size: 12px;
}
.tableWrap table th{
	background: #f5f5f5;
}
.tableWrap table thead th + th,
.tableWrap table tbody td {
	border-left: 1px solid #dddddd;
}
.tableWrap table tbody tr:last-child th,
.tableWrap table tbody tr:last-child td {
	border-bottom: none;
}
.tableWrap table tbody tr td .text{
	margin-top: 0;
}
.tableWrap table tbody tr td .pr img{
	width: 135px;
	height: auto;
}

/* infoFlowBox
----------------------------------- */
.infoFlowBox{
	padding: 10px;
	border: 1px solid #dddddd;
	border-radius: 4px;
	text-align: center;
}
.infoFlowBox .title{
	padding: 8px 0;
	margin-top: 0;
	background-color: #d40c0c;
	border-radius: 4px;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
}

/* flowArea */
.infoFlowBox .flowArea{
	position: relative;
	margin-bottom: 40px;
}
.infoFlowBox .flowArea:after{
	content: "";
	width: 30px;
	height: 25px;
	background: url(/company/recruit/graduate/info/img/flow_ic01.png) no-repeat 0 0;
	background-size: 30px auto;
	position: absolute;
	bottom: -35px;
	left: 45%;
}
.infoFlowBox .flowArea:last-child{
	margin-bottom: 0;
}
.infoFlowBox .flowArea:last-child:after{
	background: none;
}

/* qaWrap
----------------------------------- */
.qaWrap > p{
	margin-top: 0;
}
.paArea{
	padding: 15px;
	margin-top: 15px;
	border: 1px solid #dddddd;
	border-radius: 4px;
}
.paArea dl{
	margin: 0;
}
.paArea dl dt{
	padding: 12px 10px 10px 45px;
	border-radius: 4px;
	background: url(/company/recruit/graduate/info/img/faq_ic01.png) no-repeat 10px 12px #d40c0c;
	background-size: 25px auto;
	color: #ffffff;
	font-size: 14px;
}
.paArea dl dd{
	display: none;
	padding: 12px 10px 10px 45px;
	background: url(/company/recruit/graduate/info/img/faq_ic02.png) no-repeat 10px 12px;
	background-size: 25px auto;
}

/* moreBtn open */
.qaWrap .moreBtn{
	text-align: center;
	font-weight: bold;
	color: #ffffff;
}
.qaWrap .moreBtn span{
	display: inline-block;
	min-width: 150px;
	padding: 10px 45px 10px 40px;
	border-radius: 4px;
	background-color: #999999;
	position: relative;
	cursor: pointer;
}
.qaWrap .moreBtn span:after{
	content: "";
	width: 18px;
	height: 18px;
	background: url(/company/recruit/graduate/info/img/faq_ic04.png) no-repeat 0 0;
	background-size: 18px auto;
	position: absolute;
	top: 10px;
	right: 10px;
}
.qaWrap .moreBtn.open span:after{
	content: "";
	width: 18px;
	height: 18px;
	background: url(/company/recruit/graduate/info/img/faq_ic03.png) no-repeat 0 0;
	background-size: 18px auto;
	position: absolute;
	top: 10px;
	right: 10px;
}

/* borderdBox
----------------------------------- */
.borderdBox{
	margin-top: 20px;
	border: 1px solid #eeeeee;
	border-radius: 4px;
}
.borderdBox .title{
	padding: 10px 20px;
	margin-top: 0;
	font-size: 16px;
	background-color: #d40c0c;
	border-radius: 4px 4px 0 0;
	color: #ffffff;
}
.borderdBox .inner{
	padding: 15px;
}
.borderdBox .inner > p{
	margin-top: 0;
}
.borderdBox .inner ol{
	margin-top: 0;
}

/* colWrap */
.borderdBox .colWrap .col figure{
	margin-top: 10px;
	text-align: center;
}
.borderdBox .colWrap .col .figcaption{
	margin-top: 10px;
	font-size: 12px;
	color: #999999;
}

/* textArea */
.borderdBox .colWrap .col.textArea{
	margin-left: 0;
}
.borderdBox .colWrap .col.textArea > p{
	margin-top: 0;
}
.borderdBox .colWrap .col.textArea > p + p{
	margin-top: 10px;
}
.borderdBox .colWrap .col.textArea dl{
	margin-top: 0;
	padding: 10px 0;
	border-bottom: 1px solid #dddddd;
}
.borderdBox .colWrap .col.textArea dl:first-child{
	padding: 0 0 10px;
}
.borderdBox .colWrap .col.textArea > dl:last-child{
	border-bottom: none;
	padding: 20px 0 0;
}
.borderdBox .colWrap .col.textArea dl dt{
	font-size: 16px;
	font-weight: bold;
}
.borderdBox .colWrap .col.textArea dl dt span{
	color: #a78e48;
}
.borderdBox .colWrap .col.textArea dl dd{
	margin-top: 5px;
}

/* imgLeft */
.borderdBox .colWrap.imgLeft .col.textArea{
	margin-top: 10px;
}
.borderdBox .colWrap.imgLeft .col figure{
	margin-top: 0;
}
.borderdBox .colWrap.imgLeft + .imgBox{
	margin-bottom: 0;
}


.borderdBox .goldList > li{
	font-size: 16px;
	font-weight: bold;
	margin-bottom:5px;
}
.borderdBox .goldList > li span{
	color: #a78e48;
}


/*=================================

	clearfix

=================================*/
.tableWrap table tbody tr td:after {
	content: "";
	display: block;
	clear: both;
}

}

