@charset "UTF-8";
/* css Link [top] */

@import url("main.css");
@import url("../content.css");

/*---------------------------------------------------- */
/* summary */
/*---------------------------------------------------- */
/*== Table ==*/
.haco_summary {
	padding: 0;
	margin: 0 auto;
	height: auto;
}

.haco_summary table {
	padding: 0;
	margin: 0;
	width: 100%;
	height: auto;
	border-collapse: collapse;
	border-top: solid 1px #d5d9dc;
}
.haco_summary table tr:nth-child(2n-1) {
	background-color: #f9fbfc;
}
.haco_summary table th {
	padding: 0;
	margin: 0;
	height: auto;
	vertical-align: top;
	border-bottom: solid 1px #d5d9dc;
}
.haco_summary table td {
	padding: 0;
	margin: 0;
	height: auto;
	vertical-align: top;
	border-bottom: solid 1px #d5d9dc;
}
.haco_summary table th h3 {
	padding: 0;
	margin: 0;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 600;
	color: #4d4e4f;
	text-decoration: none;
	text-align: left;
	line-height: 1.6;
}
.haco_summary table th p {
	padding: 0;
	margin: 0;
	font-family: 'Noto Sans JP', sans-serif;
	color: #5d5e5f;
	font-weight: 400;
	text-decoration: none;
	text-align: left;
	line-height: 1.6;
}
.haco_summary table th p i {
	padding: 0;
	margin: 0;
	color: #f46ea9;
	font-size: 108%;
	font-weight: 900;
	display: inline-block;
}
.haco_summary table th p a {
	font-weight: 600;
	text-decoration: underline;
}
.haco_summary table th p a:hover {
	font-weight: 600;
	text-decoration: underline;
}

/*== Banner ==*/
.haco_summary table td .bnrbox {
	padding: 0;
	margin: 0;
	height: auto;
	vertical-align: top;
	border: solid 1px rgba(213, 217, 220, .8);
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}
.bnrbox .photo_bnr a {
	padding: 0;
	margin: 0;
	height: auto;
	background-color: #fff;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}
.bnrbox .photo_bnr a img {
	padding: 0;
	margin: 0;
	width: 100%;
	vertical-align: bottom;
}
.bnrbox .photo_bnr a:hover {
	color: #fff;
	opacity: .6;
	filter: alpha(opacity=60);
	text-decoration: none;
}



/* PC */
@media print, screen and (min-width: 960px) {
/*---------------------------------------------------- */
/* summary */
/*---------------------------------------------------- */
/*== Table ==*/
.haco_summary {
	padding-bottom: 35px;
	width: 100%;
}
.haco_summary table th {
	padding: 20px 0;
	width: 60%;
}
.haco_summary table td {
	padding: 20px 0;
	width: 40%;
}
.haco_summary table th h3 {
	margin: 0 35px 0 35px;
	font-size: 25px;
	line-height: 1.8;
}
.haco_summary table th p {
	margin: 0 35px 0 35px;
	font-size: 20px;
	line-height: 1.8;
}
.haco_summary table th p i {
	margin-right: 6px;
}

/*== Banner ==*/
.haco_summary table td .bnrbox {
	margin: 0 35px 0 35px;
}
.bnrbox .photo_bnr a {
	width: 100%;
}


}


/* Tablet */
@media all and (max-width: 959px) and (min-width: 600px) {
/*---------------------------------------------------- */
/* summary */
/*---------------------------------------------------- */
/*== Table ==*/
.haco_summary {
	padding-bottom: 25px;
	width: 100%;
}
.haco_summary table th {
	padding: 18px 0;
	width: 60%;
}
.haco_summary table td {
	padding: 18px 0;
	width: 40%;
}
.haco_summary table th h3 {
	margin: 0 25px 0 25px;
	font-size: 20px;
	line-height: 1.7;
}
.haco_summary table th p {
	margin: 0 25px 0 25px;
	font-size: 16px;
	line-height: 1.7;
}
.haco_summary table th p i {
	margin-right: 5px;
}

/*== Banner ==*/
.haco_summary table td .bnrbox {
	margin: 0 25px 0 25px;
}
.bnrbox .photo_bnr a {
	width: 100%;
}



}


/* SP */
@media only screen and (max-width: 599px) {
/*---------------------------------------------------- */
/* summary */
/*---------------------------------------------------- */
/*== Table ==*/
.haco_summary {
	padding-bottom: 15px;
	width: 100%;
}
.haco_summary table tr {
	border-bottom: solid 1px #d5d9dc;
}
.haco_summary table th {
	padding: 15px 0 8px 0;
	width: 100%;
	display: block;
	border-bottom: none;
}
.haco_summary table td {
	padding: 0 0 15px 0;
	width: 100%;
	display: block;
	border-bottom: none;
}
.haco_summary table th h3 {
	margin: 0 16px 0 16px;
	font-size: 17px;
	font-weight: 600;
	line-height: 1.1;
}
.haco_summary table th h3:before {
	content: "";
	width: 10px;
	height: 10px;
	background-color: #f46ea9;
	display: inline-block;
	-webkit-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
	margin-right: .3em;
}
.haco_summary table th p {
	margin: 0 26px 0 26px;
	font-size: 14px;
	line-height: 1.6;
}
.haco_summary table th p i {
	margin-right: 4px;
}

/*== Banner ==*/
.haco_summary table td .bnrbox {
	margin: 0 26px 0 26px;
}
.bnrbox .photo_bnr a {
	width: 100%;
}


}