.l-main_contents {
  padding-top: 70px;
  padding-bottom: 100px;
  margin: 0 auto;
}

.l-main_contents:after {
  content: '';
  display: block;
  clear: both;
}

.l-main_contents a:not(.m-btn) {
  text-decoration: underline;
}

.l-main_contents a:not(.m-btn):hover {
  color: inherit;
  text-decoration: none;
}

/*.l-main{
	float : left;
	width : 75%;
}*/
.container_liquid {
  margin-bottom: 10px;
  padding-top: 0;
}

.l-sidebar {
  display: block !important;
  width: 20%;
  float: right;
}

.txt_indent_g {
  text-indent: 1em;
}

.ex_link_g {
  position: relative;
}

.ex_link_g img {
  position: absolute;
  bottom: .4em;
  right: -1em;
}

.note {
  font-size: 1.2rem;
}

.note span {
  display: block;
}

.Banner.container_liquid {
  padding-top: 40px;
}

.neg_magin {
  margin-left: -2em;
}

@media only screen and (max-width: 767px) {
  .neg_magin {
    margin-left: 0;
  }
}
