@charset "utf-8";


/* -----------------------------------------------------------
    more.js
-------------------------------------------------------------- */

.more_btn02 {
	display: none;
	position: relative;
}

/* -----------------------------------------------------------
    SP
-------------------------------------------------------------- */
@media screen and (max-width:768px){
	
	.more_btn {
		display: block;
		margin: 10px auto 0;
		padding: 15px 15px 15px 20px;
		width: 45%;
		border: 1px solid #514C4A;
		font-size: 1.6rem;
		text-align: center;
	}

	.sp_more_area02 {
		display: none;
		z-index: 2;
	}
	.more_btn02{
		/*position: relative;
		width:100%;
		/*
		background-color:#333;
		*/
		/*border: 1px solid #514C4A;*/
		font-size: 1.6rem;
        font-weight: 500;
        text-align: left;
        color: var(--navy);
        padding: 20px 25px 20px 21px;
        display: block;
        width: 100%;
        margin: 0 auto;
        cursor: pointer;
        position: relative;
        box-shadow: 0px 8px 11px -2px rgba(53, 62, 113, 0.11);
        background-color: #fff;
		font-weight: bold;
	}
	.more_btn02::after {
		position: absolute;
		display: inline-block;
		content:"";
		width: 16px;
		height: 16px;
		background: url("../img/icon_plus.png") no-repeat 0 0;
		background-size: 16px 16px;
		right: 15px;
		
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		
		/*content: " \f067";
		font-family: FontAwesome;*/
	}

	.more_btn02.open::after {
		background: url("../img/icon_minus.png") no-repeat 0 0;
        background-size: auto;
        background-size: 16px 2px;
        top: 61%;
	}

	/*
	.recruit-nav {
		z-index:16;
		overflow-y: scroll;
		width:100%;
		height:100%;
		-webkit-overflow-scrolling: touch;
		padding: 0 0 20px;
		
		height: 480px;
	}

	.sp_more_area02 .list {
	}
	.sp_more_area02 .list li{
		border-bottom:1px solid #ddd;
	}
	.sp_more_area02 .list li:last-child{
		margin-bottom: 200px;
	}
	.sp_more_area02 .list li span{
		margin: 0 10px 0 0;
		color: #0662b0;
	}
	.sp_more_area02 .list li a{
		padding: 20px;
		display: block;
		color: #333;
	}
	*/
	
}