@charset "UTF-8";

/*-----------------------------------------------------
PC ブランド一覧
-------------------------------------------------------*/


/* ページトップ
--------------------------------------------*/

.topSection .titleBox .title {
  float: none;
  width: 100%;
}

.topSection .titleBox .title h2 {
  font-size: 36px;
  color: #eb6da5;
  padding: 65px 0 26px;
}

.topSection .titleBox .title h6 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
}


/*404 not found 詳細
--------------------------------------------*/

.box404 {
  width: 1160px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.nfSection p {
  font-size: 14px;
  line-height: 30px;
}

.nfSection .topSection {
  padding: 50px 0 43px;
  margin-bottom: 0;
}

.nfSection .reasonSection {
  width: 740px;
  height: 160px;
  margin: 0 auto;
  border: 1px solid #929ba0;
  text-align: left;
  padding: 25px 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-sizing: border-box;
  box-sizing: border-box;
}

.nfSection .reasonSection span {
  display: block;
  font-weight: 600;
  line-height: 1.3;
}

.nfSection .linkSection {
  padding: 43px 0 40px;
}

.nfSection .linkSection>p {
  font-size: 18px;
  line-height: 25px;
}

.nfSection .linkSection .linkArea {
  padding: 25px 0 0;
}

.nfSection .linkSection .linkArea a {
  font-size: 14px;
  background: url(/assets/images/contact/icon_link_pink.png) no-repeat 0;
  background-size: 5px;
  padding: 0 15px;
  color: #eb6da5;
  display: inline-block;
  text-align: center;
  margin-left: auto;
  text-decoration: underline;
}

.nfSection .linkSection .linkArea a:hover {
  color: #666;
  text-decoration: none;
}

.nfSection .searchSection {
  width: 100%;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: center;
  padding: 35px 0 30px;
  position: relative;
}

.nfSection .searchSection p {
  font-size: 18px;
  padding: 0 0 20px;
}

.nfSection .searchSection.inner {
  position: relative;
  width: 240px;
  height: 30px;
  margin: 0 auto;
}

.nfSection .searchSection .inner input[type="text"] {
  box-sizing: border-box;
  width: 240px;
  height: 30px;
  font-size: 12px;
  line-height: 30px;
  color: #999;
  padding-left: 10px;
  border: 0px;
  background-color: #f1f1f1;
}

.nfSection .searchSection .inner input[type="text"]:focus {
  outline: 0;
}

.nfSection .searchSection .inner input[type="submit"] {
  position: absolute;
  top: 85px;
  right: 480px;
  width: 30px;
  height: 30px;
  border: 0px;
  text-indent: -9999px;
  cursor: pointer;
  background: url(/assets/images/header/btn_search.png);
}

.nfSection .trySection {
  padding: 45px 0 55px;
  text-align: left;
}

.nfSection .trySection>p {
  padding-left: 200px;
}

.nfSection .trySection a {
  color: #eb6da5;
  text-decoration: underline;
}

.nfSection .trySection a:hover {
  color: #666;
  text-decoration: none;
}