@charset "UTF-8";
/* CSS Document */

/*
CSS for Builds ver.01.01
*/

.buildsExport {
  display: flex;
  flex-direction: column;
  padding: 80px 100px 50px 300px;
}
.buildsExport > * {
  display: flex;
  flex-direction: column;
}
.buildsExport .pageback {
  justify-content: flex-end;
  margin: 35px 0 0;
  padding: 60px 0 0 0;
  font-size: 12px;
  letter-spacing: .05rem;
  border-top: 1px solid var(--ash-grn);
}
.buildsExport .pageback a {
  width: 155px;
  padding: 0 30px 0 55px;
  position: relative;
  border-left: 1px solid var(--ash-grn);
  border-right: 1px solid var(--ash-grn);
}
.buildsExport .pageback a:before {
  content: '';
  width: 10px;
  height: 15px;
  background-image: url(/images/common/btn-return.svg);
  background-size: cover;
  position: absolute;
  top: 7px;
  left: 30px;
}

/* typeHead */
.typeHead {
  margin: 0 0 45px 0;
  padding: 0 0 45px 0;
  border-bottom: 1px solid var(--ash-grn);
}
.typeHead h2 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .08rem;
}
.typeHead time {
  margin: 15px 0 0 0;
  font-size: 12px;
  letter-spacing: .04rem;
}

/* typeTitle */
.typeTitle { margin: 0 0 45px 0; }
.typeTitle h2 {
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: .08rem;
}

/* typeSubtitle */
.typeSubtitle { margin: 0 0 45px 0; }
.typeSubtitle h3 {
  padding: 0 0 0 45px;
  font-size: 15px;
  line-height: 2;
  letter-spacing: .02rem;
  position: relative;
}
.typeSubtitle h3:before {
  content: '';
  width: 35px;
  height: 1px;
  background-color: rgba(1,61,112,.5);
  position: absolute;
  top: 15px;
  left: 0;
}

/* typeText */
.typeText { margin: 0 0 45px 0; }
.typeText p {
  letter-spacing: .02rem;
  line-height: 2;
}
.typeText + .typeSubtitle { padding: 10px 0 0 0; }
.typeText + .typeText { margin: -20px 0 45px; }

/* typeText */
.typeLink { margin: 0 0 45px 0; }
.typeLink a {
  display: inline-flex;
  letter-spacing: 0;
  line-height: 2;
  color: var(--green);
  border-bottom: 1px solid var(--green);
}

/* typeImage */
.typeImage { padding: 20px 0 60px 0; }
.typeImage picture { max-width: 1000px; }
.typeImage p {
  margin: 25px 0 0 0;
  font-size: 11px;
}


@media (max-width: 1200px) {

.buildsExport { padding: 80px 100px 50px 225px; }

.typeTitle h2 { letter-spacing: .03rem; }

.typeImage span {
  margin: 5px 0 0 0;
  font-size: 11px;
}

}

@media (max-width: 840px) {

.buildsExport { padding: 150px 50px 50px 50px; }

}

@media (max-width: 640px) {

.buildsExport { padding: 15px 30px 50px 30px; }

.buildsExport .pageback {  font-size: 11px; }
.buildsExport .pageback a { width: 150px; }

.typeHead {
  margin: 0 0 35px 0;
  padding: 0 0 35px 0;
}
.typeHead h2 {
  font-size: 14px;
  line-height: 1.7;
}
.typeHead time {
  margin: 8px 0 0 0;
  font-size: 10px;
  letter-spacing: 0;
}

.typeTitle { margin: 0 0 45px 0; }
.typeTitle h2 { font-size: 13px; }

.typeSubtitle { margin: 0 0 40px 0; }
.typeSubtitle h3 {
  padding: 0 0 0 35px;
  font-size: 13px;
  letter-spacing: 0;
}
.typeSubtitle h3:before {
  width: 22px;
  top: 11px;
}

.typeText { margin: 0 0 40px 0; }
.typeText p { letter-spacing: 0; }
.typeText + .typeSubtitle { padding: 5px 0 0 0; }
.typeText + .typeText { margin: -25px 0 40px; }

.typeImage { padding: 5px 0 50px 0; }
.typeImage p { margin: 20px 0 0 0; }


}
