@charset "utf-8";


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

.more_btn {
	display: none;
}





/* -----------------------------------------------------------
    SP
-------------------------------------------------------------- */
@media screen and (max-width:667px){

	
	.more_btn {
		display: block;
		margin: 10px auto 0;
		padding: 15px 15px 15px 20px;
		width: 45%;
		border: 1px solid #514C4A;
		font-size: 1.5rem;
		text-align: center;
	}

	.more_btn .f_con {
		margin: 0 0 0 10px;
		font-size: 1.2rem;
	}

	.sp_more_area {
		display: none;
	}


	.sp_more_area02 {
		display: none;
		z-index: 2;
	}
	.more_btn02{
		position: relative;
	}
	.more_btn02::after {
		position: absolute;
		display: inline-block;
		content:"";
		width: 12px;
		height: 12px;
		background: url(../img/icon_plus.png) no-repeat 0 0;
		background-size: 12px 12px;
		top: calc(50% - 7px);
		right: 15px;
	}

	.more_btn02.open::after {
		background: url(../img/icon_minus.png) no-repeat 0 0;
		background-size: 12px 12px;
	}

	.more_btn02.black::after {
		background: url(../img/icon_plus.png) no-repeat 0 0;
		background-size: 12px 12px;
	}

	.more_btn02.black.open::after {
		background: url(../img/icon_minus.png) no-repeat 0 0;
		background-size: 12px 12px;
	}

	
}