@charset "UTF-8";
/* CSS Document */


/*title-box*/

.title-box .contents-left {
	padding-top: 20px;
}


div.logo-subcontents {
	width: 600px;
}

div.logo-subcontents p {
	width: 600px;
}

div.logo-subcontents .address-box {
	width: 556px;
	border: 2px solid #c9caca;
	padding: 10px;
	border-radius:10px;
}

div.logo-subcontents .address-box p {
	font-size: 23px;
	width: 556px;
}



/*map-box*/

.map-box {
	width: 540px;
	margin-bottom: 35px;
}

.map-box h5 {
	margin-bottom: 10px;
}

.map-box iframe {
	width: 540px;
	margin-bottom: 20px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	display: block;
}

.map-box p.contents-left {
	width: 290px;
}

.map-box p.contents-right {
	width: 233px;
}


.arrow-box2 {
	padding-bottom: 30px;
}


/*arrow_box*/


.arrow_box {
	position: relative;
	background: #FFF;
	border: 2px solid #fba92a;
	border-radius: 10px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 17px;
	width: 496px;
}

.arrow_box:after, .arrow_box:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #FFF;
	border-width: 8px;
	margin-left: -8px;
}
.arrow_box:before {
	border-color: rgba(251, 169, 42, 0);
	border-bottom-color: #fba92a;
	border-width: 11px;
	margin-left: -11px;
}

.arrow_box p {
	font-size: 32px;
	color: #666666;
	letter-spacing: 0.1em;
}