@charset "utf-8";
/* CSS Document */

/*-----------------------------------------------
base
#141977 青
#ED4549 赤
-----------------------------------------------*/


/*-----------------------------------------------
  recruit
-----------------------------------------------*/

#recruit h2 {
margin-top: 8%;
padding: 0.5em;
font-size: 1.5em;
font-weight: bold;
text-align: center;
color: #FFF;
background: #141977;
border-radius: 3em;
}
#recruit h3 {
margin-top: 8%;
text-align: center;
}
#recruit h4 {
margin-top: 4%;
font-size: 1.1em;
font-weight: bold;
}
@media (max-width:640px) {
	#recruit h2 {
	font-size: 1.25em;
	}
	#recruit h4 {
	font-size: 1em;
	}
}

/* job */
#recruit .job table {
width: 100%;
margin-top: 2em;
}
#recruit .job th,
#recruit .job td {
padding: 1em;
text-align: center;
vertical-align: middle;
border: 2px solid #FFF;
}
#recruit .job thead th {
padding: 0.5em;
color: #FFF;
background: #4F5299;
}
#recruit .job tbody th {
background: #EEE;
}
#recruit .job tbody .date {
width: 8em;
}
#recruit .job tbody .name {
font-weight: bold;
}
#recruit .job tbody .comment {
text-align: left;
}
#recruit .job tbody tr.hover {
cursor: pointer;
background: #EEE;
}
#recruit .job p {
margin-top: 2em;
text-align: center;
}

/* benefit */
#recruit .benefit .text1 {
margin-top: 1.5em;
font-size: 1.5em;
font-weight: bold;
text-align: center;
color: #141977;
}
#recruit .benefit .area {
display: flex;
justify-content: space-between;
margin-top: 2em;
}
#recruit .benefit .area li {
width: 48%;
}
#recruit .benefit .other {
margin-top: 2em;
}
#recruit .benefit .other li {
margin: 0.5em;
padding: 0.5em;
font-size: 1.1em;
text-align: center;
color: #FFF;
background: #4F5299;
border-radius: 5px;
}
#recruit .benefit .button {
max-width: 26em;
margin: auto;
margin-top: 2em;
}
#recruit .benefit .button a {
display: block;
padding: 1em;
font-size: 1.1em;
font-weight: bold;
text-align: center;
color: #FFF;
background: #141977;
border: 1px solid #141977;
border-radius: 3em;
transition: 0.2s;
}
#recruit .benefit .button a:hover {
text-decoration: none;
color: #141977;
background: #FFF;
}
#recruit .benefit .note {
margin-top: 1em;
}
#recruit .benefit .table1 {
width: 100%;
margin-top: 0.5em;
}
#recruit .benefit .table2 {
display: flex;
align-items: center;
margin-top: 0.5em;
}
#recruit .benefit .table2 span {
margin: 0 0.5em;
}
#recruit .benefit th,
#recruit .benefit td {
padding: 0.5em 1em;
text-align: center;
vertical-align: middle;
border: 1px solid #999;
}
#recruit .benefit th {
background: #EEE;
}
#recruit .benefit th.strong {
border-top: 5px solid #F00;
border-left: 5px solid #F00;
border-right: 5px solid #F00;
}
#recruit .benefit td.strong {
border-bottom: 5px solid #F00;
border-left: 5px solid #F00;
border-right: 5px solid #F00;
}
@media (max-width:640px) {
	#recruit .benefit .text1 {
	font-size: 1.25em;
	}
	#recruit .benefit .other li {
	font-size: 1em;
	}
	#recruit .benefit .button a {
	font-size: 1em;
	}
}

#detail {
max-width:1000px;
margin:6% auto;
padding:0 4%;
}
#detail .date {
text-align:center;
color:#666;
}
#detail h2 {
margin-top:0.4em;
padding:0.2em 0;
border-top:1px solid #141977;
border-bottom:1px solid #141977;
}
#detail .message {
margin-top:6%;
}
#detail .message img {
height:auto !important;
margin:1em 0;
}
@media (max-width:640px) {
	#detail {
	margin:8% auto;
	}
}

