@charset "UTF-8";
/**********************************************************************
	研究会情報 - className : Tour-info
***********************************************************************/
.txt_indent {
  padding-left: 1em;
  text-indent: -1em;
}

.Terms .terms_list {
  border-bottom: 1px dashed #0d4270;
  padding-bottom: 10px;
}

.Terms .terms_list:last-child {
  border-bottom: none;
}

.Terms .terms_list span {
  font-weight: bold;
  padding-bottom: 10px;
  display: inline-block;
  color: #0d4270;
}

.Terms .terms_list p {
  padding: 0 30px;
}

@media only screen and (max-width: 767px) {
  .Terms .terms_list p {
    padding: 0 0 0 15px;
  }
}

.Terms .terms_list p a {
  text-decoration: underline solid #0d4270;
}
