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


/*#topimage h1:before {
  content: url("../img/h1_left.png");
    display: inline-block;
    vertical-align: middle;
} 


#topimage h1:after {
  content: url("../img/h1_right.png");
    display: inline-block;
    vertical-align: middle;
} 
*/




/*strong {
padding: 0 2px 2px 2px;
border-bottom: solid 5px #e16a49;
}*/


.center {
text-align: center!important;
}




.ptxt p {
margin-bottom: 2em !important;
}



#contens_menu {

/*background-color: #ffffff;*/
/*padding: 0!important;*/
}

.contens_menu {
  display: flex;
margin: 0;
padding: 0;
}

.contens_menu li {
  flex: auto;
  list-style: none;
  text-align: center;
  background-color: aqua;
  margin: 10px;
  padding: 1em;
  border-radius: 10px;
  background-color:rgba(240,132,156,1); 
  color: #fff;
}


.contens_menu li a,.contens_menu li a:hover {
  color: #fff;
  }

.contens_menu :hover {
/*  background-color:rgba(240,132,156,0.9); */
}


@media screen and (max-width: 768px){
.contens_menu {
  display: block;
}




}






/*QA*/




#QA dl dt {
        cursor: pointer;
	padding:10px 10px 10px 15px;

background-color: #fff;
border-radius: 50px;
margin-bottom: 10px;
box-shadow: 2px 2px #cccccc;
}
#QA dl dt:hover {
/*        text-decoration: underline;*/
}
#QA dl dd {
        display: none;
/*        background: #f2f2f2;*/
        margin-left: 1em;
        padding: 10px;
		margin-bottom: 2em;
}

#QA dl dd strong {
font-weight: normal;
color: #cc0000;
}









/*お知らせ*/
#body_info #contens_menu h2 {
font-size: 1.2em!important;
	justify-content: left;
	text-align: left;
}


.inner .kiji_date {
background-color: rgba(30,185,230,0.7)!important;
border-radius: 50px;
margin-bottom: 1.5em;
display: inline-block;
padding: 0 1em;
}


.inner .kiji {
padding: 1em!important;
margin-bottom: 2em!important;
}



/*footer*/
#footer_info {
}


@media screen and (max-width: 767px){
#footer_info h2 {
font-size: 1.2em !important;
}
}

/*リンク*/
#imabari_bn{
	border-bottom: 1px solid #333;
	padding-top: 16px;
	padding-bottom: 16px;
}

#imabari_bn ul {
	text-align: center;
	padding: 0;
}
#imabari_bn li {
list-style: none;
display: inline-block;
margin: 0 20px;
}

#imabari_bn li img {
height: 100px;
width: auto;
}


@media screen and (max-width: 767px){
#imabari_bn li {
height: 50%;
}

#imabari_bn li img {
margin: 20px 0 ;
}

}



/*申し込みボタン*/
.btn-sanka {
	width: 80%;
	max-width: 960px;
	/*border-radius: 100px;*/
	position: relative;
	display: inline-block;
	font-weight: bold;
	padding: 1em 0 0.5em 0;
	text-decoration: none;
	text-align: center;
	font-size: 1.5em;
	line-height: 1.25em;
	color: #fff;
	background: #865ba3;
	transition: .4s;
}

.btn-sanka:hover {
  /*background: #81c0b6;*/
  background: #8b9ccf;
  color: white;
}

.sanka_yoyaku {
	display: block;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 18px;
	background-color: #fff;
	color: #865ba3;
	padding: 16px;
}


/*申し込みボタン企業*/
.btn-kigyo {
 width: 100%;
 border-radius: 100px;
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.5em 1em;
  text-decoration: none;
  text-align: center;
  font-size: 2em;
  color: #fff;
  background: #865ba3;
  transition: .4s;
}

.btn-kigyo:hover {
  /*background: #81c0b6;*/
  background: #8b9ccf;
  color: white;
}


@media screen and (max-width: 768px){
	.btn-sanka {
		width: 100%;
		padding-left: 8px;
		padding-right: 8px;
	}
	.btn-sanka,.btn-kigyo {
		font-size: 1.5em;
	}
}


/*参加予定のみなさんへ*/
#sanka_info,
#kaisai_info {
	background-color: #eee;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
}
/*#sanka_info dl dt {
	font-size:1.25em;
	letter-spacing:0.4px;
	font-weight: bold;
	display: inline-block;
	width: 40%;
}
#sanka_info dl dd {
	margin: 0 0 1.5em 0;
	display: inline-block;
	width: 55%;
}*/
#sanka_info table,
#kaisai_info table {
	border-collapse: separate;
	border-spacing: 0;
}
#sanka_info table th,
#kaisai_info table th {
	text-align: left;
	padding-bottom: 1em;
	vertical-align: top;
	border-bottom: 1px solid #333;
}
#sanka_info table td,
#kaisai_info table td {
	text-align: left;
	padding-bottom: 1em;
	vertical-align: top;
	border-bottom: 1px solid #333;
}
#sanka_info table tr:last-of-type th,
#sanka_info table tr:last-of-type td,
#kaisai_info table tr:last-of-type th,
#kaisai_info table tr:last-of-type td {
	border-bottom-width: 0;
}
#sanka_info table th,
#kaisai_info table th {
	position: relative;
	padding: 2em 2em 2em 0;
}
#sanka_info table th::after,
#kaisai_info table th::after {
	content: "";
	display: block;
	border-right: 1px solid #333;
	margin: 1em 0 1em 0;
	width: 100%;
	height: calc( 100% - 2em );
	position: absolute;
	top: 0;
	left: 0;
}
#sanka_info table td,
#kaisai_info table td {
	padding: 2em 0 2em 2em;
}

@media screen and (max-width: 768px){
	#sanka_info table th,
	#kaisai_info table th {
		display: block;
		border-bottom-width: 0px !important;
		font-size: 1.2em;
	}
	#sanka_info table td,
	#kaisai_info table td {
		display: block;
	}
	#sanka_info table tr:last-of-type th,
	#kaisai_info table tr:last-of-type th {
		border-bottom-width: 1px;
	}
	#sanka_info table th::after,
	#kaisai_info table th::after {
		border-right-width: 0;
	}
}


/*リンクボタン*/

/* ボタン共通設定 */
.btn{
  position: relative;
  text-decoration: none;
  display: inline-block;
  background:#865ba3;
  color:#fff;
    padding: 10px 40px 10px 30px;
  
  border-radius:25px;
    text-align: center;
    outline: none;
    transition: ease .2s;
}

.btn:hover{
	/*background:#666;*/
	background: #8b9ccf;
  	color: rgba(255,255,255,1);
}



/* 矢印が右に移動 */

.btn_arrow::after{
    content: '';
  position: absolute;
    top:42%;
    right: 13px;
    width: 5px;
    height: 5px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    transition: all .3s;
}

/*hoverした際の移動*/
.btn_arrow:hover::after{
    right: 22px;
}



/*面接予約*/
.mensetu_yoyaku{
padding:1em;
text-align:left;
border: solid 3px #df3947;
border-radius: 10px;
margin: 0 auto;
width: 90%;
background-color: #fff;
}


/**/
#fixed_thanks {
	display: block;
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 99;
	text-align: center;
	background-color: rgba( 0, 0, 0, 0.5 );
	color: #fff;
	padding: 1em;
}
@media screen and (max-width: 768px){
#fixed_thanks {
	padding-right: 84px;
}
}
/**/

/*受付終了対応*/
.btn_invalid,
.closed {
	pointer-events: none;
}
.closed::before{
	content: "終了しました";
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	/*border-radius: 100px;*/
	background-color: rgba( 0,0,0,0.5 );
	position: absolute;
	top: 0;
	left: 0;
}
.btn_invalid::before {
	content: "受付終了";
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	border-radius: 25px;
	background-color: rgba( 0,0,0,0.5 );
	position: absolute;
	top: 0;
	left: 0;
}
.d_n {
	display: none;
}

#header .closed::before {
	content: "";
	display: none;
}
#header .closed {
	color: #ccc !important;
}
/**/

