@charset "utf-8";

/* -----------------------------------------------------------
    SP
-------------------------------------------------------------- 

.sp_more_area02 {
	display: none;
	z-index: 2;
}

.more_btn02{
	position: relative;
	cursor: pointer;
	margin: auto;
}

.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: 14px 14px;
	top: 50%;
	right: 20px;
	margin: -7px 0 0;
}

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

.more_btn02.type02 {
	width: 100%;
	border:none;
	border-radius:0;
	border-bottom: 1px solid #514C4A;
	padding: 10px 40px 10px 0;
	text-align: left;
}

.more_btn02.type02 .title2 {
	text-indent: 0;
	padding-left:0;
}

.more_btn02.type02 .title2::before {
	content: "";
	padding: 0;
}
*/

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

.more_btn02 {
	display: none;
}

@media screen and (max-width:667px){
	
	.more_btn02{
		box-shadow:0 3px 11px -2px rgba(0,0,0,0.1);
		background: #f5f7f9;
		padding: 17px 20px;
		display: block;
		width: 100%;
		cursor: pointer;
		position: relative;
		font-size: 2.0rem;
		font-weight: 500;
		color: #31D8A8;
		font-family: 'Roboto', sans-serif;
	}
	.more_btn02::after {
		position: absolute;
		display: inline-block;
		content:"";
		width: 24px;
		height: 24px;
		background: url(../img/icon_plus.png) no-repeat 0 0;
		background-size: 24px 24px;
		top: 15px;
		right: 15px;
	}

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

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

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