.this{
  text-decoration: underline;
}
.loaderWrp {
	width: 100%;
	height: 100%;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
}
.loader {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -24px 0 0 -24px;
}

.design-page .entry-list {
  width: 30%;
  max-width: 432px;
  margin-bottom: 96px;
}
.design-page .entry-list .entry-hdr {
  display: block;
}
.design-page .entry-list .entry-thumb{
  border: 1px solid #f1f1f1;
    position: relative;
}
.design-eyecath{
  margin:0 auto 80px;
  width: 920px;
}
.design-imgs img{
  border: 1px solid #ddd;
  margin-bottom: 24px;
}
.design-imgs-sp-wrp{
  align-items: flex-start;
}
.design-imgs-sp-wrp img{
  width: 48%;
  max-width: 398px;
}

.entry-body-design{
  width: 768px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
}

.spec-wrp{
  margin-top: 64px;
  border-bottom: 1px dotted #ddd;
}
.spec-wrp .item1,
.spec-wrp .answer{
  border-top: 1px dotted #ddd;
}

.entry-hover{
  text-align: center;
  background: rgba(0,0,0,0);
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  transition: all 600ms ease-out;
}
.entry-hover:hover{
  background: rgba(0,0,0,.2);
}
.entry-hover-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  
  opacity: 0;
}
.entry-hover:hover .entry-hover-inner{
  opacity: 1;
  color: #fff!important;
}

.design-address-wrp{
	border-bottom: 1px dotted #ddd;
}
.design-address-wrp dt{
	border-top: 1px dotted #ddd;
  padding: 1em 0;
  float: left;
  clear: left;
  line-height: 1.8;
  width: 30%;
}
.design-address-wrp dd {
	border-top: 1px dotted #ddd;
  padding: 1em 0;
  float: left;
  line-height: 1.8;
  width: 70%;
}

.process-num{
	margin-right: 1em;
}

@media screen and (max-width: 768px) {
  .entry-body-design{
    width: 100%;
  }
  .spec-wrp .answer{
  border-top: none;
    border-bottom: none;
}
  .spec-wrp{
  margin-top: 40px;
}
	
.design-address-wrp dt,
.design-address-wrp dd	{
    float: none;
    width: 100%;
  }
  .design-address-wrp dt {
    padding-top: 2em;
  }
  .design-address-wrp dd {
    border-top: none;
    padding-bottom: 2em;
  }
}