@charset "utf-8";


/* title
--------------------------------------------------------------- */
#topics-under h3 {
	color: #008DCF;
	font-size: 22px;
	margin-bottom: 20px;
}

#topics-under h3 span {
	font-size: 18px;
}

/* title 01
--------------------------------------------------------------- */
#topics-under h4 {
  	font-size: 18px;
  	margin-bottom: 30px;
  	padding: 10px 15px;
  	border-left: solid #008DCF 6px;
  	border-bottom: dotted #aaa 1px;
  }

/* title 02
--------------------------------------------------------------- */
#topics-under h5 {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 8px;
	margin-bottom: 20px;
	border-bottom: dotted #666666 1px;
}


/* title 03
--------------------------------------------------------------- */
#topics-under h6 {
	font-size: 14px;
  font-weight: bold;
	margin-bottom: 15px;
}

/* list
--------------------------------------------------------------- */
#topics-under li {
  margin-bottom: 7px;
  padding-left: 15px;
}

/* list
--------------------------------------------------------------- */
#topics-under ul li {
  background: url(../../images/common/bg_circle.png) no-repeat left center;
  background-size: 5px 5px;
}

/* no list
--------------------------------------------------------------- */
#topics-under ol li {
  padding-left: 5px;
}

/* img
--------------------------------------------------------------- */
/*
#topics-under img {
  width: 100%;
}*/



/* sp */

@media screen and (max-width: 767px) {

}


/* pc */

@media screen and (min-width: 768px) {

}
