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

/*
	00 layout
	01 index
	02 case
	03 size
	04 faq
	05 company
	06 contact


	98 404
	99 adjust
*/



/*	00 layout
------------------------------------------*/
* {
  padding: 0;
  margin: 0;
  color: #000;
}

@-ms-viewport {
  width: 1800px;
}

html,
body {
  height: 100%;
  width: 100%;
  min-height: 100%;
}

body {
  overflow-x: hidden;
  background: rgb(255, 200, 3);
  color: #000;
}

div {}

button:hover {
  cursor: pointer;
}


/*body{ display:none; }PageLoading*/
@media print {
  #whole {
    width: 1420px;
    display: block;
  }
}


/*--- clearfix ---*/
.clearfix:after {
  clear: both;
}

.clearfix:after,
.clearfix:before {
  content: " ";
  display: table;
}

header:after,
main:after,
section:after {
  content: ".";
  display: block;
  height: 0px;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

/*--- transition ---*/
header {}

/*--- frame ---*/
header,
main,
footer {
  width: 100%;
  min-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container {}

/*header*/
header {}

/*nav*/
nav {}

/*main*/
main {}

section {}

.top_logo {
  z-index: 1000;
  position: absolute;
  top: 54px;
  left: 76px;
  width: 102px;
  height: auto;
}

.top_logo svg {
  height: 750px;
}


.important {
  color: #d62d07;
  font-weight: bold;
}


/*footer*/
footer {}

.footer-container {
  width: 752px;
  margin: 0 auto;
  padding: 56px 0;
}

.footer-container .logo {
  text-align: center;
  padding-bottom: 68px;
}

.footer-container .logo img {
  width: 88px;
}

.footer-container nav ul.menu {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
  padding: 0 8px;
}

.footer-container nav ul.menu li {
  line-height: 28px;
  font-size: 14px;
  vertical-align: middle;
}

.footer-container nav ul.menu li.btn_fb {
  width: 28px;
}

.footer-container nav ul.menu li.btn_fb img {
  width: 28px;
}

.footer-container nav ul.contact {
  display: table;
  width: 100%;
  margin-bottom: 60px;
}

.footer-container nav ul.contact li {
  display: table-cell;
  width: 50%;
  text-align: center;
}

.footer-container nav ul.contact li img {
  width: 100%;
  max-width: 373px;
  height: auto;
}

.footer-container .foot_logo ul {
  width: 100%;
  display: table;
}

.footer-container .foot_logo ul li {
  display: table-cell;
  text-align: left;
  vertical-align: bottom;
}

.footer-container .foot_logo ul li .snsArea {
  text-align: right;
  margin-left: auto;
  margin-bottom: 10px;
  display: table;
}

.footer-container .foot_logo ul li .snsArea .fbArea,
.footer-container .foot_logo ul li .snsArea .lineArea {
  display: table-cell;
  vertical-align: top;
}

.footer-container .foot_logo ul li .snsArea .lineArea {
  padding-left: 4px;
}

.footer-container .foot_logo ul li .snsArea .lineArea img {
  height: 20px;
  width: auto;
}

.footer-container .foot_logo ul li .copyright {
  text-align: right;
  font-size: 11px;
  line-height: 1;
}

.footer-container .pagetop {
  width: 53px;
  position: fixed;
  bottom: 28px;
  right: 36px;
  z-index: 9;
  display: none
}

.footer-container .pagetop img {
  width: 100%;
  opacity: 0.8;
}

.footer-container .foot_logo .c-logo {
  width: 252px;
}

.footer-container .foot_logo .c-logo img {
  width: 100%;
}



header {
  width: 100%;
  position: relative;
  min-width: 980px;
  /*max-width: 1780px;*/
  margin: 0 auto;
}

header.page-index {
  height: 100%;
  min-height: 100%;
}

header .logo {
  position: absolute;
  top: 54px;
  left: 76px;
  z-index: 9;
  width: 102px;
  height: auto;
}

header .logo img {
  width: 100%;
}

header .menu {
  position: fixed;
  top: 28px;
  right: 36px;
  z-index: 9;
}

header .scrollNav {
  position: fixed;
  top: 50%;
  right: 36px;
  transform: translateY(-50%);
  z-index: 9;
}

header .scrollNav ul {}

header .scrollNav ul li {
  padding: 2px 0;
}

header .btn-scroll {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  bottom: 72px;
}

header .btn-scroll img:hover {
  cursor: pointer;
}

header .c-logo {
  position: absolute;
  bottom: 28px;
  right: 40px;
}


header .gnav {
  display: table-cell;
  width: 100vw;
  height: 100vh;
  min-height: 100%;
  vertical-align: middle;
  max-width: 1780px;
  text-align: right;
}

header .gnav img {
  padding-right: 200px;
}

header .topanime {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

header .topanime img {}


/*nav*/
.overlay-open-btn {
  position: fixed;
  top: 28px;
  right: 36px;
  z-index: 9;
}

.overlay-open-btn img {
  width: 53px;
  height: 53px;
}

.common-overlay-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgb(255, 200, 3);
  z-index: 999;
}

.common-overlay-nav .container {
  min-width: 980px;
  max-width: 1420px;
  margin: 0 auto;
}

.common-overlay-nav .container .logo {
  width: 102px;
  height: auto;
  position: absolute;
  top: -226px;
  left: 76px;
}

.common-overlay-nav .container .close-btn {
  position: absolute;
  top: 28px;
  right: 36px;
}

.common-overlay-nav .container .close-btn img {
  width: 53px;
  height: 53px;
}

.common-overlay-nav .container ul {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 150px;
}

.common-overlay-nav .container ul li {
  text-align: right;
  padding: 48px 0;
}

.common-overlay-nav .container ul li:last-child {
  padding-bottom: 0;
}

.common-overlay-nav .container ul li img {
  width: 340px;
}


.common-overlay-nav .container ul li .snsArea {
  margin-left: auto;
  display: table;
}

.common-overlay-nav .container ul li .snsArea .fbArea,
.common-overlay-nav .container ul li .snsArea .lineArea {
  display: table-cell;
  vertical-align: top;
}

.common-overlay-nav .container ul li .snsArea .lineArea {
  padding-left: 4px;
}

.common-overlay-nav .container ul li .snsArea .lineArea img {
  height: 20px;
  width: auto;
  display: initial !important;
}

.overlay-open-btn,
.common-overlay-nav .close-btn {
  border: none;
  background: transparent;
  outline: none;
}


.common-overlay-nav {
  display: none;
}



/*	01 index
------------------------------------------*/
main.page-index {}

main.page-index .intro {
  text-align: center;
  position: relative;
  min-height: 804px;
  width: 100%;
  display: table;
  margin-top: 200px;
}

main.page-index .intro .textArea {
  width: 430px;
  margin: 0 auto;
}

main.page-index .intro .textArea h1 {
  text-align: center;
  padding: 118px 0 66px 0;
  font-size: 26px;
  letter-spacing: 0.04em;
  line-height: 1.8;
}

main.page-index .intro .textArea p {
  font-weight: bold;
  letter-spacing: 0.04em;
}

main.page-index .intro .bg {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(/img/top_intro.jpg);
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.topFeature .inner {
  width: 100%;
  min-width: 980px;
  max-width: 1420px;
  padding: 0 10px;
  margin: 0 auto;
}

.topFeature .textArea {
  text-align: left;
  width: 430px;
}

.topFeature .textArea h1 {
  width: 130px;
  padding-bottom: 65px;
}

.topFeature .textArea h2 {
  padding-bottom: 46px;
  font-size: 25px;
  line-height: 1.8;
  letter-spacing: 0.02em;
}

.link {
  width: 100%;
  border: 2px solid #000;
  text-align: center;
  margin-top: 84px;
}

.link a {
  display: block;
  padding: 10px;
  width: 100%;
  background: url(/img/arrow.svg) right 14px center no-repeat;
  background-size: 12px 16px;
}


.topFeature1 {
  background: url(/img/top_feature1.jpg) no-repeat center center;
  min-height: 1045px;
}

.topFeature1 .inner {
  padding-top: 180px;
  padding-bottom: 180px;
}

.topFeature1 .textArea {
  margin-left: 50px;
}

.topFeature2 {
  background: url(/img/top_feature2.jpg) no-repeat center center;
  min-height: 638px;
}

.topFeature2 .inner {
  display: table;
  margin-top: 160px;
  margin-bottom: 240px;
}

.topFeature2 .picArea {
  display: table-cell;
  vertical-align: middle;
  width: auto;
}

.topFeature2 .picArea img {
  margin-left: -120px;
}

.topFeature2 .textArea {
  vertical-align: middle;
  margin-left: auto;
  text-align: left;
  margin-right: 100px;
}

.topFeature2 .textArea h1 {}

.topFeature3 {
  padding-top: 148px;
}

.topFeature3 .inner {
  margin-bottom: 148px;
  display: table;
}

.topFeature3 .textArea {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  width: 480px;
  padding-left: 50px;
}

.topFeature3 .textArea h1 {}

.topFeature3 .picArea {
  display: table-cell;
  vertical-align: middle;
}

.topFeature3 .picArea ul {
  width: 716px;
  margin-left: auto;
  font-size: 0;
  /*margin-right:-60px;*/
}

.topFeature3 .picArea ul li {
  display: inline-block;
  width: 50%;
  padding: 0 0 8px 8px;
  position: relative;
  font-size: 14px;
  letter-spacing: 0.08em;
}

.topFeature3 .picArea ul li.full {
  width: 100%;
}

.topFeature3 .picArea ul li img {
  width: 100%;
}

.topFeature3 .picArea ul li span {
  color: #fff;
  position: absolute;
  bottom: 22px;
  left: 24px;
}

.topSlide {
  background: #fff;
  margin: 10px;
  padding: 144px 0 158px;
  text-align: center;
  min-width: 980px;
}

.topSlide .midashi {
  font-size: 21px;
  padding-bottom: 24px;
}

.topSlide .point {
  color: #D62D07;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.04em;
  padding-bottom: 48px;
}

.topSlide .pic img {
  margin: 0 auto;
}


.topMessage {
  width: 90%;
  min-width: 980px;
  max-width: 1420px;
  margin: 200px auto 128px auto;
}

.topMessage .messageArea {
  text-align: center;
  padding-bottom: 120px;
}

.topMessage .messageArea h1 {
  padding-bottom: 60px;
  font-size: 26px;
  letter-spacing: 0.04em;
}

.topMessage .markInfo {
  border: 2px solid #ED7000;
  padding: 0 50px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

.topMessage .markInfo h2 {
  text-align: center;
  margin-top: -23px;
  margin-bottom: 23px;
  height: 46px;
  display: block;
  line-height: 46px;
}

.topMessage .markInfo h2 span {
  padding: 12px 50px;
  background: #ED7000;
  color: #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  font-size: 19px;
  font-weight: normal;
  height: 46px;
}

.topMessage .markInfo .inner {
  display: table;
  width: 100%;
}

.topMessage .markInfo .picArea {
  display: table-cell;
  vertical-align: middle;
}

.topMessage .markInfo .textArea {
  display: table-cell;
  vertical-align: middle;
  padding-left: 6%;
}

.topMessage .markInfo .textArea dl {
  display: table;
  margin-bottom: 20px;
}

.topMessage .markInfo .textArea dl dt,
.topMessage .markInfo .textArea dl dd {
  display: table-cell;
  vertical-align: top;
}

.topMessage .markInfo .textArea dl dt {
  width: 100px;
  padding-right: 14px;
  white-space: nowrap;
}

.topMessage .markInfo .textArea dl dt span {
  background: #EF2D00;
  color: #fff;
  text-align: center;
  padding: 10px;
  display: block;
  width: auto;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

.topMessage .markInfo .textArea dl dd {
  padding-top: 10px;
}

.topMessage .markInfo .textArea p {
  line-height: normal;
}


.contentsList {
  background: #fff;
  margin: 10px 10px 0;
  padding: 130px 0 234px 0;
}

.contentsList h1 {
  text-align: center;
  padding-bottom: 138px;
}

.contentsList h1 img {
  width: 210px;
}

.contentsList ul {
  display: table;
  text-align: center;
  width: 82%;
  margin: 0 auto;
}

.contentsList ul li {
  display: table-cell;
  vertical-align: top;
  text-align: center;
  padding: 0 3%;
  width: 30%;
}

.contentsList ul li img {
  padding-bottom: 30px;
  width: 100%;
  max-width: 372px;
}

.contentsList ul li span {
  display: block;
  font-weight: bold;
}

.contentsList ul li span img {
  width: 137px;
  max-height: 100%;
  padding-bottom: 8px;
}



/*	02 case
------------------------------------------*/
.page-case .read {
  min-height: 674px;
  text-align: center;
}

.page-case .read h1 {
  font-size: 19px;
  padding: 350px 0 0 0;
}

.page-case .read h1 img {
  width: 236px;
  padding: 0 0 20px 0;
  display: block;
  margin: 0 auto;
}

.page-case .read h1 span {
  border-top: 2px solid #000;
  padding: 20px 0 0 0;
}

.page-case .read .textArea {
  padding-top: 110px;
  font-size: 20px;
  line-height: 1.9;
}

.page-case ul.caseList {
  width: 100%;
  max-width: 1780px;
  min-width: 980px;
  margin: 0 auto;
  padding: 0 76px 94px 76px;
  font-size: 0;
}

.page-case ul.caseList li {
  display: inline-block;
  vertical-align: top;
  width: 33.3%;
  padding: 0 3px 56px 3px;
  text-align: center;
  font-size: 17px;
}

.page-case ul.caseList li span.no {
  font-weight: bold;
  display: block;
  padding-bottom: 10px;
}

.page-case ul.caseList li span.place {
  font-size: 13px;
}

.page-case ul.caseList li img {
  width: 100%;
  padding-bottom: 32px;
}

.page-case .d-map {
  background: #fff;
  margin: 0 10px;
  padding: 100px 40px 100px 70px;
}

.page-case .d-map .inner {
  display: table;
  width: 100%;
  min-width: 980px;
  margin: 0 auto;
  max-width: 1630px;
}

.page-case .d-map .textArea {
  display: table-cell;
  vertical-align: middle;
  min-width: 440px;
}

.page-case .d-map .textArea h1 {
  padding-bottom: 20px;
  font-size: 21px;
}

.page-case .d-map .textArea h2 {
  font-size: 18px;
}

.page-case .d-map .textArea div {
  padding-top: 40px;
}

.page-case .d-map .textArea div ul {
  padding-top: 10px;
}

.page-case .d-map .picArea {
  display: table-cell;
  vertical-align: middle;
}

.page-case .d-map .picArea img {
  width: 100%;
}


/*	03 size
------------------------------------------*/
.page-size .read {
  min-height: 506px;
  text-align: center;
}

.page-size .read h1 {
  font-size: 19px;
  padding: 350px 0 0 0;
}

.page-size .read h1 img {
  width: 236px;
  padding: 0 0 20px 0;
  display: block;
  margin: 0 auto;
}

.page-size .read h1 span {
  border-top: 2px solid #000;
  padding: 20px 0 0 0;
}

.page-size .read .textArea {
  padding-top: 110px;
}

.page-size .sizeNav {
  width: 100%;
  min-width: 980px;
  max-width: 1620px;
  margin: 0 auto;
  padding: 0 66px;
  box-sizing: border-box;
}

.page-size .sizeNav .row {
  display: flex;
  gap: 9px;
}

.page-size .sizeNav .box {
  background: #fff;
  border-radius: 10px;
  padding: 12px 5px 4px;
}

.page-size .sizeNav .boxTitle {
  font-size: 17px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
}

.page-size .sizeNav .screwed {
  width: calc(61.4% - 4.5px);
}

.page-size .sizeNav .bolt {
  width: calc(38.6% - 4.5px);
}

.page-size .sizeNav ul {
  display: flex;
  justify-content: center;
  gap: 5px;
}

.page-size .sizeNav ul li {
  width: 100%;
  margin: 10px auto 0 auto;
  font-weight: bold;
  text-align: center;
  font-size: 14px;
}

.page-size .sizeNav ul li span {
  font-size: 18px;
}

.page-size .sizeNav ul li a {
  position: relative;
  display: block;
  padding: 7px 50px;
  display: block;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  width: 100%;
  background: #FEC805;
}

.page-size .sizeNav ul li a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 950px) {
  .page-size .sizeNav ul li a:hover {
    opacity: 1;
  }
}

.page-size .sizeNav ul li a::before {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  top: calc(50% - 1px);
  left: 20px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  border-right: 3px solid #000;
  border-bottom: 3px solid #000;
}

.page-size .sizeBox {
  width: 100%;
  min-width: 980px;
  max-width: 1620px;
  margin: 0 auto;
  padding: 0 60px;
  box-sizing: border-box;
}

.page-size .boxHead table tr {
  display: grid;
  grid-template-columns: 230px 1fr;
  align-items: center;
}

.page-size .sizeBox .inner {
  padding: 10px 0 0 0;
}

.page-size .sizeBox .inner h2 {
  margin-top: 20px;
}

.page-size .sizeBox .inner h2 span {
  padding: 8px;
  display: block;
  margin: 0 auto 34px auto;
  font-weight: bold;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background: rgba(0, 0, 0, .05);
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.04em;
  /*padding-left: 21px;*/
}

.page-size .sizeBox table {
  min-width: 100%;
  margin: 0 auto;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 100px;
}

.page-size .sizeBox table.zu {
  margin-bottom: 0;
}

.page-size .sizeBox table.zu,
.page-size .sizeBox table.zu th,
.page-size .sizeBox table.zu td {
  border: none;
}

.page-size .sizeBox table.zu th img {
  padding-bottom: 40px;
}

.page-size .sizeBox table img {
  max-width: 100%;
}

.page-size .sizeBox table th,
.page-size .sizeBox table td {
  text-align: center;
  border-bottom: 1px solid #000;
  white-space: nowrap;
}

.page-size .sizeBox table th {
  border-right: 3px double #000;
  padding: 20px;
}

.page-size .sizeBox table td {
  border-right: 1px solid #000;
  padding: 20px 10px;
}

.page-size .sizeBox table td:last-child {
  border-right: none;
}

.page-size .sizeBox table td img.zumen {
  padding: 60px 0;
}

.page-size .sizeBox table th.logo {
  border-right: none;
}

.page-size .sizeBox table td.thumb {
  border-right: none;
  padding: 0 10px;
}

.page-size .sizeBox table td.thumb img {
  width: 100%;
}

.page-size .sizeBox table td.thumb span {
  border: 2px solid #000;
  padding: 8px;
  display: block;
  margin: 0 auto 34px auto;
  width: 110px;
  font-weight: bold;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}



/*	04 faq
------------------------------------------*/
.page-faq .read {
  min-height: 506px;
  text-align: center;
}

.page-faq .read h1 {
  font-size: 19px;
  padding: 350px 0 0 0;
}

.page-faq .read h1 img {
  width: 236px;
  padding: 0 0 20px 0;
  display: block;
  margin: 0 auto;
}

.page-faq .read h1 span {
  border-top: 2px solid #000;
  padding: 20px 0 0 0;
}

.page-faq .read .textArea {
  padding-top: 110px;
}

.page-faq .faq {
  min-width: 980px;
  max-width: 1200px;
  margin: 0 auto;
}

.page-faq .faq .qBox,
.page-faq .faq .aBox {
  padding: 42px 60px;
  display: table;
  width: 100%;
}

.page-faq .faq .qBox {
  background: #fff;
  margin-bottom: 1px;
}

.page-faq .faq .aBox {
  background: #fff;
  margin-bottom: 8px;
}

.page-faq .faq .qBox p,
.page-faq .faq .aBox p {}

.page-faq .faq .qBox p.q,
.page-faq .faq .aBox p.a {
  width: 90px;
  display: table-cell;
  vertical-align: top;
}

.page-faq .faq .qBox p.q img,
.page-faq .faq .aBox p.a img {
  width: 100%;
  min-width: 28px;
  max-width: 28px;
  height: auto;
}

.page-faq .faq .haisoArea {
  padding: 20px 0 0 0;
}

.page-faq .faq .haisoArea ul {
  padding-top: 22px;
}

.page-faq .faq .haisoArea ul li {
  display: table;
  padding-bottom: 22px;
}

.page-faq .faq .haisoArea ul li .text {
  display: table-cell;
  padding-right: 20px;
  vertical-align: middle;
  min-width: 114px;
}

.page-faq .faq .haisoArea ul li .img {
  display: table-cell;
  vertical-align: middle;
}

.page-faq .faq .haisoArea ul li img {}



/*	05 company
------------------------------------------*/
.page-company .read {
  min-height: 506px;
  text-align: center;
}

.page-company .read h1 {
  font-size: 19px;
  padding: 350px 0 0 0;
}

.page-company .read h1 img {
  width: 236px;
  padding: 0 0 20px 0;
  display: block;
  margin: 0 auto;
}

.page-company .read h1 span {
  border-top: 2px solid #000;
  padding: 20px 0 0 0;
}

.page-company .companyInfo {
  min-width: 980px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 60px;
}

.page-company .companyInfo .inner {}

.page-company .companyInfo dl {
  display: table;
  min-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  border-top: 1px solid #000;
}

.page-company .companyInfo dl:last-child {
  border-bottom: 1px solid #000;
}

.page-company .companyInfo dl dt,
.page-company .companyInfo dl dd {
  display: table-cell;
  vertical-align: top;
  padding: 24px 30px;
}

.page-company .companyInfo dl dt {
  width: 170px;
}

.page-company .companyInfo dl dd {
  border-left: 1px solid #000;
}

.page-company .companyInfo figure {
  width: 100%;
  display: inline-block;
  padding: 0;
  margin-top: 30px;
}

.page-company .companyInfo figure iframe {
  width: 100%;
  height: 500px;
  border: 0;
}




/*	06 contact
------------------------------------------*/
.page-contact .read {
  min-height: 506px;
  text-align: center;
}

.page-contact .read h1 {
  font-size: 19px;
  padding: 350px 0 0 0;
}

.page-contact .read h1 img {
  width: 236px;
  padding: 0 0 20px 0;
  display: block;
  margin: 0 auto;
}

.page-contact .read h1 span {
  border-top: 2px solid #000;
  padding: 20px 0 0 0;
}

.page-contact .read .textArea {
  padding-top: 110px;
}

.page-contact .read .textArea h2 {
  font-size: 16.5px;
  padding-bottom: 24px;
}

.page-contact .read .textArea p {
  line-height: 1.8;
  font-size: 14px;
}

.page-contact .read .textArea .link {
  width: 300px;
  margin: 80px auto 80px;
}

/*	98 404
------------------------------------------*/
.page-404 .read {
  min-height: 506px;
  text-align: center;
  padding: 200px 0 120px;
  width: 980px;
  margin: 0 auto;
}

.page-404 .read h1 {
  padding-bottom: 30px;
}