@charset "utf-8";
/*===========================
add
===========================*/

/* 基本カラー  */

:root {
	--basic-color:#ff8c12;
	--basic-color-rgb:255,140,18;
}



.box-center{
	margin-left: auto;
	margin-right: auto;
}



/*===========================
line-box
===========================*/
.line-box{
	border:3px solid #00c34d !important;
}

.line-box .catch2{
	color: #00c34d !important;
}


.line-btn a{
	background-color: #00c34d;
	text-decoration: none;
	color: #fff;
	padding: 6px 20px;
	font-size: 1.3rem;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.line-btn p{
	margin-top: 10px;
}