@charset "utf-8";

/**+++++
検索
++++++**/

#search {
  background-color: #f9f9f9;
}

#search .box {
  margin: 0 auto;
  padding: 100px 0;
}

#search .box .inner {
  background-color: #fff;
  padding: 0 40px;
  border-radius: 5px;
}

#searchform {
  width: 100%;
}

.search-wrapbox {
  display: none;
  height: auto;
  position: fixed;
  top: 0;
  width: 100%;
  margin: 90px 0 0;
  /* background: #f5f5f5; */
  /* z-index: 100000; */
  /* position: relative; */
  padding: 40px 0 060px 0;
}

.search-wrapbox.active {
  display: block;
}

.search-wrapbox .flex {
  position: relative;
}

.search-wrapbox .inner {
  /* max-width: 900px; */
}

.search-wrapbox input {
  display: block;
  width: 100%;
  padding: 13px;
  font-size: 16px;
  border: none;
  border-radius: 5px;
  background: #f9f9f9;
  cursor: pointer;
  font-family: source-han-sans-japanese, sans-serif;
}

.search-wrapbox input#searchsubmit {
  width: 100px;
  box-shadow: none;
  background-image: url(../images/common/search.svg);
  /* text-indent: -9999px; */
  background-size: 40px;
  /* position: absolute; */
  right: 10%;
  padding: 10px;
  cursor: pointer;
  top: 0;
  bottom: 0;
  width: 250px;
  display: block;
  padding: 11px;
  cursor: pointer;
  align-items: center;
  color: #fff;
  background-color: #005bac;
  border: 1px solid #fff;
  border-radius: 5px;
  font-size: 1.1em;
  letter-spacing: 1px;
  font-weight: 600;
  margin: 0;
  background-repeat: no-repeat;
  background-position: 79px center;
  width: 300px !important;
  background-size: 16px;
}

.search-wrapbox .close {
  width: 80px;
  height: 80px;
  position: relative;
}

.search-wrapbox .close p {
  position: absolute;
  bottom: 1%;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  text-align: center;
  font-size: 0.8em;
}

.search-wrapbox .close:before {
  content:
    "";
  position: absolute;
  width: 50px;
  height: 1px;
  transform: rotate(45deg);
  background: #111;
  top: 35%;
  margin: auto;
  left: 0;
  right: 0;
}

.search-wrapbox .close:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 1px;
  transform: rotate(-45deg);
  background: #111;
  top: 35%;
  margin: auto;
  left: 0;
  right: 0;
}




/**+++++
検索一覧ページ
++++++**/
.box-inner h4 {
  /* position: relative; */
  /* font-size: 1.6em; */
  /* letter-spacing: 1px; */
  /* padding: 0 0 15px; */
  /* position: relative; */
  /* font-weight: 600; */
  display: flex;
  align-items: center;
}

.box-inner h4 {
  /* border-bottom: 3px solid #183d5d; */
}

.box-inner h4 span.search {
  /* opacity: 1; */
  /* background: #183d5d; */
  /* color: #fff; */
  /* border-right: none; */
  /* bottom: 0px; */
  /* box-shadow: inset -4px -3px 6px 3px #12304a; */
  /* z-index: 3; */
  /* padding: 15px 15px 15px; */
  /* border-radius: 5px 5px 0 0; */
  /* min-width: 140px; */
  /* display: block; */
  /* height: 100%; */
}

.box-inner h4 p.title {
  /* padding-left: 15px; */
  /* padding-top: 2em; */
  /* text-indent: 64em; */
  /* display: block; */
  /* box-sizing: border-box; */
  /* line-height: 1.1; */
}

.search-wrapbox h6 {
  font-weight: bold;
  font-size: 1.2em;
  letter-spacing: 1px;
  line-height: 2;
  position: relative;
  padding: 0 0 0 30px;
}

.search-wrapbox h6:before {
  content:
    "";
  border: 5px solid #ccc;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 100px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

section#search .search-wrapbox {
  display: block;
  position: relative;
  /* max-width: 90%; */
  padding: 60px 0px;
  margin: 0 auto 0px;
  z-index: 1;
}

section#search .search-wrapbox .inner {
  margin: auto;
  max-width: inherit;
  padding: 0;
}

section#search .screen-reader-text {}

section#search .search-wrapbox input {
  width: 100%;
}

section#search .search-wrapbox input#searchsubmit {
  /* width: 90px; */
  right: 2%;
}

section#search p.result {
  border-bottom: 1px solid #ccc;
  padding: 0 0 20px;
  margin: 0 0 30px;
}

section#search ul {}

section#search ul li {
  border-bottom: 1px dashed #ccc;
  padding: 0 0 30px;
  margin: 0 0 30px;
}

section#search li dl p {
  color: #666;
  font-size: 0.8em;
}

section#search li dt .title {
  color: rgb(11, 98, 176);
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 1.2em;
  margin: 0 0 10px;
}

section#search li dd {
  color: #666;
  font-size: 0.8em;
  letter-spacing: 1px;
  font-family: 'Didact Gothic', sans-serif;
  word-break: break-all;
}

@media screen and (max-width: 1299px) {

  /*++++++++++++++
検索
++++++++++++++*/
  .search-wrapbox {
    margin: 80px 0 0;
  }

  .search-wrapbox h6 {
    font-size: 1em;
  }

  .search-wrapbox input#searchsubmit {
    background-position: 69px center;
  }
}

@media screen and (max-width: 1100px) {

  .box-inner h4 {
    /* font-size: 1.3em; */
    /* margin: 0 0 20px; */
  }

}

@media screen and (max-width: 1023px) {

  /*++++++++++++++
検索
++++++++++++++*/
  .search-wrapbox {
    padding: 40px 40px 60px;
    box-sizing: border-box;
  }

  .search-wrapbox input#searchsubmit {
    background-position: 55px center;
  }
}

@media screen and (max-width: 767px) {

  /*++++++++++++++
検索
++++++++++++++*/
  .search-wrapbox {
    margin: 60px 0 0;
    height: 100%;
    z-index: 1000;
  }

  .search-wrapbox .inner {
    max-width: 90%;
  }

  .search-wrapbox input {
    padding: 25px;
    font-size: 0.9em;
  }

  .box-inner h4 {
    /* font-size: 1.2em; */
    /* padding: 0 0 14px; */
    /* display: block; */
    /* text-align: center; */
  }

  .search-wrapbox h6 {
    font-weight: 600;
    padding: 0 0 0 20px;
  }

  .search-wrapbox h6::before {
    border: 3px solid #ccc;
    width: 8px;
    height: 8px;
    top: 2px;
  }

  .search-wrapbox input#searchsubmit {
    width: 100% !important;
    background-position: 42% center;
  }
}

@media screen and (max-width: 480px) {

  /*++++++++++++++
検索
++++++++++++++*/
  .box-inner h4 span.search {
    /* border-radius: 5px; */
    /* margin-bottom: 15px; */
  }

  .box-inner h4 p.title {
    /* text-align: left; */
    /* padding-left: 0; */
  }

  section#search {
    /* padding: 60px 0 0; */
  }

  section#search .search-wrapbox {
    max-width: 100%;
    padding: 20px 0px;
    margin: 0 auto 30px;
  }

  section#search p.result,
  section#search ul li {
    margin: 0 0 18px;
    padding: 0 0 18px;
  }

  section#search li dd {
    font-size: 0.7em;
  }

  section#search li dt .title {
    font-size: 1em;
    margin: 0;
  }

  .search-wrapbox {
    padding: 30px 20px 20px;
  }

  .search-wrapbox input {
    width: 100%;
    padding: 20px 18px;
  }

  .search-wrapbox .flex {
    padding: 0;
    display: block
  }

  .search-wrapbox input#searchsubmit {
    width: 60%;
    position: relative;
    /* width: 50% !important; */
    margin: 17px auto 0 !important;
    padding: 13px;
    display: block;
    top: unset;
    bottom: 0;
    left: 0;
    right: 0 !important;
    /* background: url(../images/common/search02.svg) no-repeat center right 5% #111; */
    text-indent: 0;
    color: #fff;
    background-size: 16px;
    font-size: 1em;
    font-weight: 600;
    letter-spacing: 3px;
    border-radius: 5px;
    margin: auto;
    background-position: 88px center;
    width: 100% !important;
  }

  .search-wrapbox .close {
    position: absolute;
    bottom: -70%;
    left: 0;
    right: 0;
    margin: auto;
  }

}