
/*----------------------------
  single
----------------------------*/
.singleBox {
  background-color: #fff;
  padding: 0.5rem;
  margin-bottom: 2rem;
}

.singleBox_wrapper {
  border: thin solid #ccc;
  padding: 2rem;
}

.singleBox_imgArea {
  margin-top: 2rem;
}

.singleBox_img {
  vertical-align: bottom;
  margin: 0 auto;
  display: block;
}

.singleBox_textArea {

}

.singleBox_textArea-catch {
  color: #f08300;
  text-align: center;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

.singleBox_header-wrapper {
  padding: 0.5rem 0;
  border-bottom: 2px solid #f08300;
  width: 100%;
}

.singleBox_header {
  border-left: 6px solid #f08300;
  padding-left: 1rem;
}

.singleBox_list {
  list-style: disc;
  margin-left: 2rem;
}

.singleBox_list li {
  font-size: 1.5rem;
  line-height: 2.9rem;
  margin-bottom: 2rem;
}

.singleBox_list_balloon{
  position: relative;
  width: 20px;
  height: 20px;
  background: #f08200;
  padding: 1rem;
  line-height: 23px;
  text-align:center;
  border-radius: 50%;
  margin: 4px 4px 0 0;
}

.singleBox_list_balloon:after{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: 4px;
  bottom: 4px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 6px 0 6px 10.39px;
  transform: rotate(0deg);
}

.singleBox_list_balloonText {
  width: 7rem;
  display: block;
  padding-top: 1.3rem;
  margin: 0 auto;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
}

.singleBox_list_balloon_point_img {
  margin: 1rem 0rem 0rem 1rem;
}

.singleBox_moreReadArea {
  text-align: right;
  position: relative;
}

.singleBox_moreReadArea-wrapper {
  position: absolute;
  right: 0;
  top: -5px;
}

@media screen and (min-width: 768px) {}

@media screen and (min-width: 920px) {}
