@charset "utf-8";

/* list */

.f_main ul.disc li {
	padding-left: 1em;
	text-indent: -1em;
}
.f_main ul.disc li::before {
	content: "";
	display: inline-block;
	width: 3px;
	height: 3px;
	vertical-align: 3px;
	background-color: #333;
	border-radius: 50%;
  margin-right: 10px;
}

.f_main dl.exhibit {
	display: block;
	float: left;
}

.f_main dl.exhibit.exR {
	float: right;
}

.f_main dl.exhibit dt {
	float: left;
	text-align: left;
  padding: 0;
  text-indent: 0;
  width: 4.0em;
}
.f_main dl.exhibit dd {
	height: 100%;
	text-align: left;
  overflow: hidden;
  padding: 0;
  text-indent: 0;
}

/* img_position */

.m_colLayout .p_col.txt54p {
	width: 54%;
}
.m_colLayout .p_col.img46p {
	width: 46%;
}



.m_colLayout .p_col.txt39p {
	width: 38%;
}
.m_colLayout .p_col.img61p {
	width: 61%;
}

.m_colLayout .p_col.txt85p {
	width: 85%;
}
.m_colLayout .p_col.img15p {
	width: 15%;
}
@media screen and (max-width: 767px){

	.m_colLayout .p_col.txt39p,
	.m_colLayout .p_col.txt54p,
	.m_colLayout .p_col.txt85p {
		width: auto;
	}
	.m_colLayout .p_col.img15p,
	.m_colLayout .p_col.img60p,
	.m_colLayout .p_col.img46p {
		width: auto;
	}

	.f_main dl.exhibit {
		display: block;
		width: 100%;
		float: none;
	}

}

.point {
	font-weight: bold;
	color: #ce1e30;
}

/* notebox */

.f_main .notebox p {
  margin: 5px 0;
  line-height: 1.6;
}
.f_main .notebox ul li {
  margin: 1px 0;
  line-height: 1.6;
}

/* nextgeneration */
.f_main .p_box {
  border: 1px solid #797979;
  padding: 20px;
  line-height: 1.7;
}

.f_main h3 {
	font-size: 110%;
	font-weight: bold;
}

span.red{color: red;}
