@charset "utf-8";

.outer {
    padding-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
	overflow: hidden
}

.manpower_seminar_list .manpower_seminar {
    margin-top: 20px;
    border-bottom: 1px #e9e9ea solid;
}

.manpower_seminar_list .last {
	border-bottom: none!important;
}

.manpower_seminar_list .disable,
.manpower_seminar_list .disable span,
.manpower_seminar_list .disable dl {
	color: #ACACB2!important;
}

.manpower_seminar_list .manpower_seminar:first-child {
    margin-top: 0;
}

.manpower_seminar .headline {
    margin: 0 0 15px 0;
	font-size: 20px;
    font-weight: 300;
    line-height: 1.5;
}

.manpower_seminar .headline a {
	color: #e77c22;
	text-decoration: none;
}

.manpower_seminar .headline a:hover {
	text-decoration: underline;
}

.manpower_seminar dl {
	font-size: 14px;
	margin-bottom: 20px;
}

.manpower_seminar dl dt {
	float: left;
	width: 100px;
}

.manpower_seminar dl dd span {
	color: #ab404b;
}


select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  /*padding: 25px 30px;*/
  padding: 20px 30px;
  border: 1px solid #e9e9ea;
  font-size: 16px;
  background: #fff url(../images/select-arrow.png) right 30px center no-repeat;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 15px;
  margin-bottom: 30px;
  width: auto;
  min-width: 270px;
  
}

select::-ms-expand {
    display: none;
}

option {
  color: #494b54;
}

.checkbox_label{
	padding: 0 0 15px 0;
	display: block;
	width: 100%;
	margin-top: 90px;
	font-size: 20px;
	color: #e77c22;
	border-bottom: 1px #e9e9ea solid;
	margin-bottom: 20px;
	cursor: pointer;
}

[class *= "fa-chevron"]{
	float: right;
}

label:after {
	content: "＋";
	float: right;
	font-size: 25px;
}


.hidden_box{
	max-height: 0;
	margin: 0;
	overflow: hidden;
	transition: 0.3s;
}

.hidden_checkbox:checked ~ .hidden_box{
	height: auto;
	max-height: 2000px;
}
.hidden_checkbox:checked ~ label:after{
	content: "－";
	font-size: 25px;	 	
}

.outer .detail a {
    color: #e77c22;
    text-decoration: none;
}

.outer .detail a:hover {
    text-decoration: underline;
}

.outer .detail h2 {
	color: #494b54;
    font-weight: 300;
    font-size: 36px;
	margin-bottom: 60px;
}

.outer .detail .img {
	text-align: center;
	margin-bottom:40px;
}

.outer .detail p.cmt {
	color: #494b54;
    font-size: 14px;
    line-height: 1.8em;
    font-weight: 300;
	margin: 0 0 20px 0;
}

.outer .detail p.cmt2 {
	color: #494b54;
    font-size: 14px;
    line-height: 1.8em;
    font-weight: 300;
	margin: 20px 0 0 0;
}

.outer .detail hr {
    border-top-width: 0px;
    border-bottom: 1px solid #e9e9ea;
    border-left-width: 0px;
    border-right-width: 0px;
	margin: 90px 0;
}

.outer .detail h3 {
	color: #494b54;
    font-size: 20px;
    line-height: 1.5em;
    font-weight: 600;
	margin: 0;
}

.outer .detail table {
	border-collapse: collapse;
    border-spacing: 0;
	width: 100%;
	font-size: 14px;
	margin-bottom: 60px;
	border-bottom: 1px solid #e9e9ea;
}

.outer .detail table th {
	background-color: #acadb3;
    color: #ffffff;
    width: 25%;
    border-top: 1px solid #e9e9ea;
    border-bottom: 1px solid #e9e9ea;
    border-left-width: 0px;
    border-left-style: none;
    border-right-width: 0px;
    border-right-style: none;
    padding: 20px;
    font-weight: 700;
	text-align: left;
    vertical-align: top;
}

.outer .detail table td {
	border-top: 1px solid #e9e9ea;
	border-right: 1px solid #e9e9ea;
    border-bottom-color: #e9e9ea;
    border-left-width: 0px;
    border-left-style: none;
    padding: 20px;
}
.outer .detail .list-bullet {
    padding: 0;
	margin: 0 0 20px;
}

.outer .detail .list-bullet > li {
    position: relative;
    padding-left: 1.2em;
    list-style: none;
}

.outer .detail .list-bullet > li:before {
    position: absolute;
    top: .5em;
    left: 0;
	width: 6px;
	height: 6px;
	content: '';
	border-radius: 12px;
	background: #494b54;
}
.outer .detail .login {
	margin-bottom: 30px;
}


@media screen and (max-width: 640px) {
	
	select {
  		padding: 15px;
 		background: #fff url(../images/select-arrow.png) right 15px center no-repeat;
		width: auto;
  		min-width: 160px;
  
	}
	.outer .b-accordion .b-accordion_navigation {
    	margin-top: 40px!important;
	}
	.outer .detail hr {
		margin: 60px 0;
	}
	.outer .detail h2 {
    	font-size: 24px;
		margin-bottom: 40px;
		line-height: 1.6;
	}
	.outer .detail table th,
	.outer .detail table td {
		padding: 15px;
	}
	
}








