@charset "utf-8";
/* CSS Document */
/*-------------コンテンツページ（共通）----------------------------*/
section{
	margin:20px;
	border:1px solid #CCC;
}
section .data{
	padding:20px;
}
/*----------------採用情報（共通）--------------------------------------------------*/

section > h2{
	font-size:15px;
	font-size:1.5rem;
	margin:15px 0 5px -6px;
	padding:6px 0 15px 15px;
	color: #FFFFFF;
	background:url(../images/bg_h2_data.png) no-repeat top left; 
}
section > h3{
	margin:20px 0 0 20px;
	 }

.data  dl{
	display:table;
	margin-bottom:10px;
	width:100%;
}
.data  dl{	border-bottom:1px dotted rgba(18,147,212,0.5); }
.data  dl dt{
	display:table-cell;
	width:25%;
	padding:5px 10px;
}
.data dl dt{	color: #1293D4; }
.data dl dd{
	display:table-cell;
	width:75%;
	padding:5px 10px;
}
.data dl dd{	border-left:1px dotted rgba(18,147,212,0.5); }
.data p.ind1{
	text-indent:-1em;
	margin-left:1em;
}

.data ul{
	text-align:left;
	margin:0 0 0 60px ;
	padding:0;
}
.data li{
	margin:0 0 5px 0;
}
.data table {
	margin:10px 30px;
	border-top:1px solid #1293D4;
	border-left:1px solid #1293D4;
	font-size:14px;
	font-size:1.4rem;
	line-height:1.4;
}

.data table th{
	border-bottom:1px solid #1293D4;
	border-right:1px solid #1293D4;
	padding:5px;
	color: #1293D4;
	font-size:13px;
	font-size:1.3rem;
}
.data table td{
	border-bottom:1px solid #1293D4;
	border-right:1px solid #1293D4;
	padding:5px;
}
.data a{
	text-decoration:none;
	color:#333;
}
.data a p{
	margin-top:20px;
	background-color:#CCCCCC;
	text-align:center;
}
.data a.mailform{
	text-decoration:none;
	color:#FFF;
}
.data a.mailform p{
	margin:20px;
	background-color:#099;
	text-align:center;
	padding:10px;
	border-radius:5px;
}
.data a:hover p	{
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
/*----------------流れ（共通）--------------------------------------------------*/

#flowchart{
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
}
#flowchart > div{
	width:30%;
	border:1px solid #006699;
	padding:10px 20px;
	position:relative;
	margin:20px 1.6%;
}
#flowchart > div .arrow{
	position:absolute;
	top:10px;
	right:10px;
}
#flowchart > div h2{
	color:#006699;
	font-size:18px;
	font-size:1.8rem;
	font-weight:bold;
	margin-bottom:5px;
}
#flowchart > div h2 i{
	text-align:right;
}
#flowchart > div .icon{
	text-align:center;
	color:#CC3366;
	font-size:30px;
	font-size:3rem;
	background-color:#E7E7E7;
}
#flowchart > div .icon i{
	margin:0 10px;
}
#flowchart > div p{
	font-size:13px;
	font-size:1.3rem;
	line-height:1.5;
	margin-top:10px;
}

@media print, screen and (min-width:769px) {
#flowchart div .arrow_sp{
	display:none;
}

}



@media only screen and (min-width:481px) and (max-width:768px) {
/*リクルートヘッダー　タブレット*/
/*流れ（タブレット）*/
#flowchart > div h2{
	font-size:15px;
	font-size:1.5rem;
}
#flowchart div .arrow_sp{
	display:none;
}

}	
	
	
	





@media only screen and (max-width:480px) {
/*-----------------採用情報（スマホ）--------------------------------------------------*/
.data  dl{
	display:block;
	margin-bottom:10px;
	width:100%;
}
.data  dl dt{
	display:block;
	width:100%;
	padding:0 10px;
	font-weight:bold;
}
.data  dl dt{	border-left:1px dotted rgba(18,147,212,0.5); }
.data  dl dd{
	display:table-cell;
	width:75%;
	padding:5px 10px;
}
.data h3{
	margin:20px 0 0 10px;
}
.data  ul{
	text-align:left;
	margin:0 0 0 20px ;
	padding:0;
}
.data table {
	width:90%;
	margin:10px auto;
	font-size:1.2rem;
}
.data a.mailform{
	text-decoration:none;
	color:#FFF;
	width:100%;
}
.data a.mailform p{
	margin:20px　0;
	background-color:#099;
}
/*-----------------流れ（スマホ）--------------------------------------------------*/

#flowchart{
	width:90%;
	margin:0 auto;
}
#flowchart > div{
	width:100%;
	padding:10px 10px 25px 10px;
}
#flowchart > div h2{
	font-size:1.5rem;
	text-indent:-14px;
	margin-left:14px;
	line-height:1.4;
}
#flowchart > div .icon{
	font-size:2rem;
}
#flowchart > div .icon i{
	margin:0 5px;
}
#flowchart div .arrow{
	display:none;
}
#flowchart div .arrow_sp{
	position:absolute;
	bottom:0px;
	text-align:center;
	right:0;
	left:0;
}

}