.orig_ntt-east_btn {
  background: #406ED9;
}

.orig_ntt-west_btn {
  background: #1474C3;
}

.orig_ntt-east_btn:hover {
  background: #2552BB;
}

.orig_ntt-west_btn:hover {
  background: #105E9D;
}

.orig_ntt-east_btn,
.orig_ntt-west_btn {
  position: relative;
  display: block;
  height: 100%;
  overflow: hidden;
  color: #fff !important;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 10px 20px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

.orig_ntt-east_btn::after,
.orig_ntt-west_btn::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: .1em;
  right: 1em;
  margin: auto;
  width: .3em;
  height: .3em;
  border-top: .13em solid #fff;
  border-right: .13em solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media screen and (max-width: 480px) {
  .orig_ntt-east_btn,
  .orig_ntt-west_btn {
    margin-bottom: 10px;
  }
}

.firstSection.sectioning .list-info {
  margin: 0 0 0 1.75em;
  padding: 0;
}

/* =========================================================
 * 2022
 * 新テンプレ調整
 * ====================================================== */

/*MV内*/
.second-line{
	font-size:23px !important;
}
.p-facade__wrap ul{
	list-style-type: disc;
	font-size:14px;
	line-height:1.5;
	margin: 1em 0 1em 0.5em;
	padding-left:1em;
}
.p-facade__wrap .notes{
	font-size:12px;
	line-height:1.5;
	padding-left: 1.3em;
	text-indent: -1.3em;
	margin:1em 0;
}
/*フリースペース*/
.free-space_inner h4{
	font-size:18px;
	font-weight:bold;
	line-height:1.5;
	margin:0;
}
.free-space_inner ul{
	list-style-type: disc;
	font-size:14px;
	line-height:1.5;
	margin: 1em 0 1em 0.5em;
	padding-left:1em;
}