/*-------------------------------------------------------------
@@ 全サイズまたはwidth1201px以上のCSS
-------------------------------------------------------------*/
.deco-head:before{
	background-color: #eb8a86;
}
.custom-head-type1{
	color: #eb8a86;
}
.custom-head-type1:before{
	background-color: #eb8a86;
}
.btn-type2{
	border: 1px solid #eb8a86;
	color: #eb8a86;
}
.btn-type2:hover,.btn-type2:active{
	background-color: #eb8a86;
	color: #FFF;
}
.btn-type-tab{
	color: #eb8a86;
	border: 1px solid #eb8a86;
}
.btn-type-tab.active,.btn-type-tab:hover,.btn-type-tab:active{
	color: #FFF;
	background-color: #eb8a86;
}
.btn-toggle{
	background-color: #fae8e7;
	color: #eb8a86;
}
.bg-lightgreen.p-3{
	background-color: #fae8e7;
}
table.recruit-table th{
	background-color: #fae8e7;
}
dl.contact-form dt{
	background-color: #eb8a86;
	border-color: #eb8a86;
}
.input-agree:checked + span:after{
	border-color: #eb8a86;
}
.btn-send{
	border-color: #eb8a86;
	color: #eb8a86;
}
.btn-send:hover{
	background-color: #eb8a86;
	color: #FFF;
}
/*-------------------------------------------------------------
@@ lg以下
-------------------------------------------------------------*/
@media screen and (max-width: 1199px) {

}

/*-------------------------------------------------------------
@@ md以下
-------------------------------------------------------------*/
@media screen and (max-width: 991px) {


}
/*-------------------------------------------------------------
@@ sm以下
-------------------------------------------------------------*/
@media screen and (max-width: 767px) {


}

/*-------------------------------------------------------------
@@ xs以下
-------------------------------------------------------------*/
@media screen and (max-width: 575px) {


}

/*-------------------------------------------------------------
@@ iPhone6/7/8未満のデバイス用（iPhone5/SE等）
-------------------------------------------------------------*/
@media screen and (max-width: 374px) {


}
