@charset "Shift_JIS";

/*userと共通*/

.customs-answer-content .heading-01 {
  font-size: 170%;
}

.customs-answer-content .page-ttl-inner {
  height: 160px;
}

@media screen and (max-width: 767px) {
  .customs-answer-content .heading-01 {
    font-size: 137.5%;
  }
  .customs-answer-content .page-ttl-inner {
    height: 150px;
  }
}

.customs-answer-content .bg-blue {
  position: relative;
  padding: 80px 0;
}

.customs-answer-content .bg-blue::before {
  content: "";
  position: absolute;
  background-color: #F1F5FA;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

@media print {
  .customs-answer-content .bg-blue::before {
    width: 100%;
  }
}


/*------------

カスタムすアンサーTOP

-------------*/


/*アクセスランキング*/

.customs-answer-content .new-info .info-content {
  padding: 35px 24px 20px;
}

.customs-answer-content .new-info .h-title {
  width: auto;
  display: inline-block;
  padding: 16px 24px 6px 24px;
}

.customs-answer-content .news-flex dt {
  width: 5%;
  padding: 0 10px;
}

.customs-answer-content .news-flex dd {
  width: 45%;
  font-weight: bold;
  padding: 0 10px;
}

.customs-answer-content .news-flex dd.customs-answer-text {
  width: 50%;
  text-align: left;
  font-weight: normal;
}

@media only screen and (max-width:767px) {
  .customs-rank .new-info .h-title span {
    margin-left: 10px;
    font-size: 77.5%;
  }
  .customs-rank .new-info .h-title {
    width: 100%;
  }
  .customs-answer-content .news-flex dt {
    width: 100%;
    padding: 0 0px;
  }
  .customs-answer-content .news-flex dd {
    width: 100%;
    font-size: 100%;
    padding: 0 0px;
  }
  .customs-answer-content .news-flex dd.customs-answer-text {
    width: 100%;
    font-size: 87.5%;
  }
}


/*各種お問い合わせ*/

.customs-answer-link {
  max-width: 1090px;
  padding: 0 10px;
  margin: 0 auto;
}

.customs-answer-ttl {
  font-size: 138%;
  font-weight: bold;
  color: #143c85;
  margin-bottom: 60px;
}

.answer-cmn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.answer-cmn-in {
  width: 18.4%;
  margin-right: 2%;
  margin-bottom: 30px;
}

.answer-cmn-in:nth-child(5n) {
  margin-right: 0%;
}

.answer-cmn-in a {
  background-color: #ffffff;
  display: block;
  width: 100%;
  padding: 10px;
  -ms-box-shadow: 0 0 10px #D2D2D2;
  -moz-box-shadow: 0 0 10px #D2D2D2;
  box-shadow: 0 0 10px #d2d2d2;
  height: 100%;
}

.answer-cmn-in h3 {
  font-size: 106.25%;
  font-weight: bold;
  color: #143c85;
  position: relative;
  margin-bottom: 10px;
  padding-left: 30px;
  line-height: 1.2;
}

.answer-cmn-in h3::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/item_classification/arrow-02.svg);
  background-size: 100% auto;
  margin: 0 10px 3px 0;
  position: absolute;
  top: 0;
  left: 0;
}

.answer-cmn-in p {
  font-size: 68.75%;
}

.answer-cmn-img {
  max-width: 100px;
  margin: 0 auto;
  padding: 10px 0;
}

.answer-cmn-text {
  border-top: 1px #E4E6EC solid;
  padding: 15px 5px 0px;
}

@media only screen and (max-width:767px) {
  .customs-answer-ttl {
    font-size: 125%;
    margin-bottom: 20px;
  }
  .answer-cmn {
    padding: 0 0px;
  }
  .answer-cmn-in h3 {
    font-size: 100%;
  }
  .answer-cmn-in {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 15px;
  }
  .answer-cmn-in:nth-child(5n) {
    margin-right: 2%;
  }
  .answer-cmn-in:nth-child(2n) {
    margin-right: 0%;
  }
}


/*検索窓*/

.customs-search {
  max-width: 1080px;
  margin: 0 auto -35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-box-shadow: 0 0 10px #D2D2D2;
  -moz-box-shadow: 0 0 10px #D2D2D2;
  box-shadow: 0 0 10px #d2d2d2;
}

.customs-search-icon {
  width: 10%;
  background-color: #ffffff;
  position: relative;
  max-height: 78px;
}

.customs-search-icon::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  height: 38px;
  width: 1px;
  background-color: #E4E6EC;
}

.customs-search-icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.customs-search-form {
  width: 90%;
}

.customs-search table.gsc-search-box {
  margin-bottom: 0;
}

.customs-search table.gsc-search-box tr td.gsc-input {
  width: 88%;
  padding: 0;
}

.customs-search table.gsc-search-box tr td .gsc-input {
  height: 76px;
  padding-left: 10px;
}

.customs-search tr .gsc-search-button-v2 svg {
  display: none;
}

.customs-search tr .gsc-search-button-v2 {
  position: relative;
  width: 100%;
  height: 78px;
  font-size: 100%;
  border-radius: 0 0 0 0;
  transition: .2s;
}

.customs-search tr .gsc-search-button-v2::before {
  content: '検索';
  color: #ffffff;
  font-size: 125%;
  font-weight: bold;
  letter-spacing: 5px;
}

.customs-search .gsc-search-button-v2:hover {
  background-color: #ffffff;
  border: solid 1px #143C85;
  opacity: 1;
}

.customs-search tr td.gsc-search-button:hover {
  opacity: 1;
}

.customs-search .gsc-search-button-v2:hover::before {
  color: #143C85;
}

.customs-search form.gsc-search-box {
  margin-bottom: 0px;
  background-color: #ffffff;
}

.customs-search table.gsc-search-box td {
  padding: 0px 0px;
}

.customs-search table.gsc-search-box td.gsib_a {
  padding-left: 20px;
}

.customs-search-form input#gsc-i-id1{
  font-size: 125%;
}

.customs-search tr .gsc-input-box {
  border-radius: 0;
  border-color: #ffffff;
}

.customs-search .gsst_b {
  width: 10px;
}

@media only screen and (max-width:767px) {
  .customs-search {
    padding: 0 0;
    margin: 0 4% -25px;
  }
  .customs-search tr .gsc-input-box {
    padding: 0;
  }
  .customs-search table.gsc-search-box tr td .gsc-input {
    height: 48px;
  }
  .customs-search tr .gsc-search-button-v2 {
    height: 48px;
    width: 60px;
    padding: 6px 8px;
  }
  .customs-search-icon {
    width: 15%;
    max-height: 50px;
  }
  .customs-search-form {
    width: 85%;
  }
  .customs-search tr .gsc-search-button-v2::before {
    font-size: 100%;
    letter-spacing: 2px;
  }
  .customs-search .gsst_b {
    width: 20px;
  }

  .customs-search-form input#gsc-i-id1{
    font-size: 100%;
  }
}


/*カスタムスアンサーバナー*/

.customs-answer-content .top-bnr .information-wrapper {
  background-color: #ffffff;
}


/*カスタムスアンサーヘッダー部分検索窓*/

header .customsanswer-headsearch #cse-search-box input[name="q"] {
  padding: 1px 0 1px 5px;
  max-width: 200px;
}

header .customsanswer-headsearch #cse-search-box input[type="image"] {
  background-color: #143C85;
  color: #ffffff;
  font-weight: bold;
  width: 53px;
  border-radius: 0 4px 4px 0;
  height: 25px;
}

.customsanswer-headsearch #headSearch #cse-search-box {
  display: flex;
}

@media only screen and (max-width:767px) {
  header .customsanswer-headsearch #cse-search-box input[name="q"] {
    padding: 10px 0 10px 5px;
  }
  header .customsanswer-headsearch #cse-search-box input[type="image"] {
    height: 44px;
    width: 60px;
  }
}
