@charset "utf-8";

/* ===========================================================================================================================
	button
=========================================================================================================================== */

.support .btn_form {
	background:#5AC1C6;
	line-height:normal;
	padding-top:0px;
	width:140px;
	margin-top:10px;
	margin-bottom:10px;
}

.support .btn_form:hover {
	background:#3dabb0;
}

.support .btn_form span {
	background:transparent;
	padding:5px 10px;
}

.support .btn_form::after {
		content: "";
    position: absolute;
    bottom: -24px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    border-top: 15px solid transparent;
    border-right: 15px solid #5AC1C6;
    border-left: 0;
    border-bottom: 0;
    width: 0px;
    height: 0;
    transform: rotate(45deg);
}

.support .btn_form:hover::after {
	border-right:15px solid #3dabb0;
}

.support .btn_form:hover .txt_up {
	background:#3dabb0;
}

/**************************************************************
* アクセス
**************************************************************/

.access p {
	font-size: 1.244rem;
	line-height: 1.35;

	margin-top: 5px;
}

.googlemap iframe {
	width:100%;
	height:300px;
}

.goto {
	margin-top:15px;
}

@media screen and (max-width: 768px) {
	.goto.row .col_6 {
		width: 50%;
		float: left;
	}
}

@media screen and (max-width: 599px) {
	.googlemap iframe {
		height: 200px;
	}
}

/**************************************************************
* あいさつ
**************************************************************/

@media screen and (max-width: 768px) {
	.greeting.content .row.right .col_3 {
		float: right;
		width: 40%;
	}
}

/*# sourceMappingURL=company.css.map */