div.nr-section p {
    text-indent: 15px;
}
.nr-section .note_list:first-child {
  margin-bottom:0;
}
.note_list > dt {
  margin-bottom:14px;
}
dl dd dl.activity {
  width: 100%;
}
dl dd dl.activity dt, dl dd dl.activity dd {
  padding: 0;
  margin-bottom: 5px;
}
dl dd dl.activity dt {
  width: 80px;
  white-space: nowrap;
  display: inline-block;
  vertical-align: top;
  margin:0;
  position: relative;
  padding-left:22px;
}
dl dd dl.activity dt:after {
  content: "：";
  position:absolute;
  top:0;
  right:0;
}
dl dd.icon{
  position:relative;
  padding-left:22px;
}
dl dd dl.activity dt:before,
dl dd.icon:before {
	content: "";
	position: absolute;
	top: calc(50% - 5px);
	left: 0;
	background: #f2f2f2;
	width: 12px;
	height: 12px;
	border-radius: 10px;
}
dl dd dl.activity dd {
  width: calc(100% - 110px);
  margin:0;
  display: inline-block;
}
dl dd dl.activity.secondary dt {
  width: 195px;
}
dl dd dl.activity.secondary dd {
  width: calc(100% - 226px);
  margin-left:0;
  display: inline-block;
}
.nr-photoArea .caption{
  font-size: 14px;
  line-height: 1.8;
}
.nr-photoArea.secondary img{
  width:100%;
  max-width: 400px;
}

.note_list > dt{
  font-size: 18px;
  font-family: "YakuHanJPs","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",Arial,"nc3Jp",sans-serif !important;
}

@media screen and (max-width: 759.98px) {
  .nr-photoArea .caption {
    text-align: left !important;
  }
  .nr-header--1 {
    text-align: left;
  }
  .nr-photoArea.secondary img{
    width:80%;
    max-width: 400px;
  }
  dl dd dl.activity.secondary dt {
    display: block;
  }
  dl dd dl.activity.secondary dd {
    width: 100%;
    display: block;
  }
}
