/*----------------------------------------
    #contents
----------------------------------------*/
#contents .main {
  background: url(../img/bg-main.jpg) no-repeat;
  background-size: cover;
}

#contents .inner .message {
  margin-top: 4.5%;
  border: 5px #f6d9c6 solid;
  outline: 2px #e08041 solid;
  color: #e08041;
  padding: 18px 6%;
  text-align: center;
  font-size: 125%;
}

#contents section .content {
  display: flex;
  justify-content: space-between;
}

#contents section .right_img {
  flex-direction: row-reverse;
}

#contents section .content_text {
  width: 49%;
}

#contents section .content_text .content_title {
  font-size: 125%;
  margin-bottom: .5em;
}

#contents section .content_text .content_title::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 1em;
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-left-radius: 999px;
  border-bottom-right-radius: 999px;
  background-color: #0180c9;
  transform: translateY(.1em);
  margin-right: .5em;
}
.comment {
	margin-top:15px;
}

