@charset "UTF-8";
/* css Legal [top] */

@import url("../content.css");
@import url("main.css");

/*---------------------------------------------------- */
/* Table */
/*---------------------------------------------------- */
.haco_summary {
	margin: 0 auto;
	height: auto;
}

.haco_summary table {
	padding: 0;
	margin: 0;
	width: 100%;
	height: auto;
	border-collapse: collapse;
}

.haco_summary table tr:nth-child(2n) {
	background-color: #f9fbfc;
}

.haco_summary table th {
	border-bottom: solid 1px #dcdcdc;
	margin: 0;
	height: auto;
	vertical-align: top;
}

.haco_summary table td {
	border-bottom: solid 1px #dcdcdc;
	margin: 0;
	height: auto;
	vertical-align: top;
}

.haco_summary table th h4 {
	padding: 0;
	font-weight: 500;
	color: #3d3e3f;
	text-decoration: none;
	text-align: left;
	line-height: 1.4;
}

.haco_summary table th h4:before {
	content: "";
	width: 12px;
	height: 12px;
	background-color: #1d9ad1;
	display: inline-block;
	-webkit-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
	margin-right: .5em;
}

.haco_summary table td p {
	padding: 0;
	font-weight: normal;
	color: #3d3e3f;
	text-decoration: none;
	text-align: left;
	line-height: 1.4;
}

.haco_summary table td p a {
	color: #32a7f1;
	text-decoration: underline;
}

.haco_summary table td p a:hover {
	color: #5ac9fc;
	text-decoration: underline;
}

/*---------------------------------------------------- */
/* Access */
/*---------------------------------------------------- */
.waku_access {
	margin: 0 auto;
	height: auto;
}

.waku_access .map {
	padding: 0;
	margin: 0 auto;
	height: auto;
}

.waku_access .map iframe {
	padding: 0;
	margin: 0;
	width: 100%;
	vertical-align: bottom;
}

.waku_access .access_box {
	padding: 0;
	margin: 0 auto;
	height: auto;
}

.waku_access .access_box .btn_map a {
	height: auto;
	display: inline-block;
	border-radius: 4px;
	background-color: #32a7f1;
	color: #fff;
	font-weight: 500;
	line-height: 1.0;
	text-align: center;
	text-decoration: none;
}

.waku_access .access_box .btn_map a:hover {
	text-decoration: none;
	background-color: #5ac9fc;
}



/* PC */
@media print, screen and (min-width: 960px) {
/*---------------------------------------------------- */
/* Table */
/*---------------------------------------------------- */
.haco_summary {
	padding: 0 0 25px 0;
	width: 100%;
}

.haco_summary table th {
	padding: 12px 0;
	width: 30%;
}

.haco_summary table td {
	padding: 12px 0;
	width: 70%;
}

.haco_summary table th h4 {
	margin: 0 12px 0 12px;
	font-size: 15px;
}

.haco_summary table td p {
	margin: 0 12px 0 12px;
	font-size: 15px;
}

/*---------------------------------------------------- */
/* Access */
/*---------------------------------------------------- */
.waku_access {
	padding: 0;
	width: 100%;
}

.waku_access .map {
	width: 100%;
}

.waku_access .map iframe {
	height: 300px;
}

.waku_access .access_box {
	margin-top: 10px;
	width: 100%;
	overflow: hidden;
}

.waku_access .access_box .btn_map a {
	padding: 11px 26px;
	margin: 0;
	float: right;
	font-size: 15px;
}




}


/* Minimum width 959px and Tablet */
@media all and (max-width: 959px) and (min-width: 600px) {
/*---------------------------------------------------- */
/* Table */
/*---------------------------------------------------- */
.haco_summary {
	padding: 0 0 20px 0;
	width: 100%;
}

.haco_summary table th {
	padding: 11px 0;
	width: 33%;
}

.haco_summary table td {
	padding: 11px 0;
	width: 67%;
}

.haco_summary table th h4 {
	margin: 0 12px 0 12px;
	font-size: 14px;
}

.haco_summary table td p {
	margin: 0 12px 0 12px;
	font-size: 14px;
}

/*---------------------------------------------------- */
/* Access */
/*---------------------------------------------------- */
.waku_access {
	padding: 0;
	width: 100%;
}

.waku_access .map {
	width: 100%;
}

.waku_access .map iframe {
	height: 250px;
}

.waku_access .access_box {
	margin-top: 10px;
	width: 100%;
	overflow: hidden;
}

.waku_access .access_box .btn_map a {
	padding: 10px 23px;
	margin: 0;
	float: right;
	font-size: 14px;
}


}


/* Phone */
/* Portrait mode */
@media only screen and (max-width: 599px) {
/*---------------------------------------------------- */
/* Table */
/*---------------------------------------------------- */
.haco_summary {
	padding: 0 0 15px 0;
	width: 100%;
}

.haco_summary table th {
	padding: 10px 0 0 0;
	width: 100%;
	display: block;
	border-bottom: none;
}

.haco_summary table td {
	padding: 4px 0 10px 0;
	width: 100%;
	display: block;
}

.haco_summary table th h4 {
	margin: 0 10px 0 10px;
	font-size: 14px;
}

.haco_summary table td p {
	margin: 0 10px 0 10px;
	font-size: 14px;
}

/*---------------------------------------------------- */
/* Access */
/*---------------------------------------------------- */
.waku_access {
	padding: 0;
	width: 100%;
}

.waku_access .map {
	width: 100%;
}

.waku_access .map iframe {
	height: 200px;
}

.waku_access .access_box {
	margin-top: 10px;
	width: 100%;
	overflow: hidden;
}

.waku_access .access_box .btn_map a {
	padding: 8px 18px;
	margin: 0;
	float: right;
	font-size: 14px;
}



}