@charset "utf-8";
/* ============================================================*/
/* ============================================================
   about
=============================================================== */
/* ============================================================ */
.about {}
/* ============================================================*/
/* ============================================================
   mainarea
=============================================================== */
/* ============================================================ */
#mainarea {
  background: linear-gradient(-8deg, rgba(251, 208, 209, 0.23) 0, rgba(251, 208, 209, 0.23) 8%, rgba(22, 177, 207, 0.23) 100%);
  min-height: 280px;
}
#mainarea .box {
  padding: 10px 0 55px
}
#mainarea .nowsearch01 {
  border-radius: 10px;
  display: flex;
  align-items: center;
  font-size: 2.4rem;
  font-weight: 700;
  color: #FFFFFF;
  padding: 15px 15px 15px 80px;
  background: var(--skyblue);
    background-position: 30px center;
    background-repeat: no-repeat;
    background-size: 34px;
}
#mainarea .nowsearch01 span {
  font-size: 2.8rem;
}
@media screen and (max-width: 1586px) {}
@media screen and (max-width: 1024px) {
  #mainarea {}
  #mainarea .inner {}
}
@media screen and (max-width: 767px) {
  #mainarea {
    background: linear-gradient(-8deg, rgba(251, 208, 209, 0.23) 0, rgba(251, 208, 209, 0.23) 8%, rgba(22, 177, 207, 0.23) 100%);
    height: auto;
  }
  #mainarea .box {
    padding: 10px 0 20px
  }
  #mainarea .nowsearch01 {
    font-size: 2.0rem;
    padding: 10px 10px 10px 55px;
    background-position: 15px center;
    background-size: 28px;
  }
  #mainarea .nowsearch01 span {
    font-size: 2.2rem;
  }
}
/* ----------------------------------------------
   result
------------------------------------------------- */
.result {}
.result .inner {
  padding: 50px 0 100px;
}
@media screen and (max-width: 1586px) {}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 767px) {
  .result .inner {
    padding: 30px 0 30px;
  }
}
/* ----------------------------------------------
  nowsearch02
------------------------------------------------- */
.result .nowsearch02 {
  border: 5px #efefef solid;
  padding: 17px 25px;
  margin-bottom: 23px;
  display: flex;
  align-items: center;
}
.result .nowsearch02 .txt01 {
  font-size: 1.8rem;
  font-weight: 500;
  margin-right: 15px;
}
.result .nowsearch02 .txt01 i {
  color: var(--skyblue);
  font-size: 2.2rem;
  padding-right: 15px;
}
.result .nowsearch02 .txt02 {
  font-size: 1.2rem;
  font-weight: 500;
  color: #888;
    width: 46%;
}
.result .nowsearch02 .sbtn01 {
  margin-left: auto;
  border: 1px var(--skyblue) solid;
  width: 177px;
  height: 34px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--skyblue);
  font-weight: 700;
}
.result .nowsearch02 .sbtn01 span {}
.result .nowsearch02 .sbtn01 span::before {
  content: url("../images/ico_pra01.png");
  padding-right: 5px;
}
.result .nowsearch02 .sbtn01:hover {
  background: var(--skyblue);
  color: #FFF;
}
@media screen and (max-width: 1024px) {
.result .nowsearch02 .txt01 {
  font-size: 1.6rem;
  margin-right: 10px;
}
}
@media screen and (max-width: 767px) {
  .result .nowsearch02 {
    padding: 12px 15px;
    margin-bottom: 15px;
    flex-wrap: wrap;
  }
  .result .nowsearch02 .txt01 {
    font-size: 1.8rem;
    font-weight: 500;
    margin-right: 0px;
    margin-bottom: 5px;
    width: 100%;
  }
  .result .nowsearch02 .txt01 i {
    color: var(--skyblue);
    font-size: 2.2rem;
    padding-right: 15px;
  }
  .result .nowsearch02 .txt02 {
    font-size: 1.2rem;
    font-weight: 500;
    color: #888;
    margin-bottom: 5px;
    width: 100%;
  }
  .result .nowsearch02 .sbtn01 {
    margin: 0 auto;
    border: 1px var(--skyblue) solid;
    width: 80%;
    height: 34px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--skyblue);
    font-weight: 700;
  }
}
/* ----------------------------------------------
searchResultsTxt03
---------------------------------------------- */
#searchResultsTxt03 {
  padding: 0 0 15px 0;
  display: flex;
  justify-content: space-between;
}
#searchResultsTxt03 .counttxtBox {
  font-size: 1.8rem;
  font-weight: 700;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#searchResultsTxt03 .counttxt {
  font-size: 3.2rem;
  font-weight: 700;
  color: #f04645;
}
/* ----------------------------------------------
#resultWraper
---------------------------------------------- */
#resultWraper {}
/* ----------------------------------------------
resultWrap
---------------------------------------------- */
.resultWrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 65px;
}
.resultWrap::after {
  content: "";
  display: block;
  width: 245px;
}
/* ----------------------------------------------
resultBox
---------------------------------------------- */
.resultWrap .resultBox {
  width: 245px;
  border-radius: 10px;
  margin-bottom: 10px;
}
.resultWrap .resultBox .img {
  border-radius: 10px 10px 0 0;
  height: 148px;
  font-size: 0;
  padding-top: 1px;
  overflow: hidden;
}
.resultWrap .resultBox .img img {
  width: 100%;
  height: 148px;
  object-fit: cover;
}
.resultWrap .resultBox .txts {
  padding: 18px 18px 30px 18px;
  background: #efefef;
  border-radius: 0 0 10px 10px;
}
.resultWrap .resultBox .txts .lead {
  font-size: 1.6rem;
  margin-bottom: 10px;
  line-height: 1.5;
}
.resultWrap .resultBox .txts .company {
  font-size: 1.4rem;
  margin-bottom: 0px;
}
.resultWrap .resultBox .txts .name {
  font-size: 1.4rem;
  margin-bottom: 20px;
}
.resultWrap .resultBox .txts .spec {
  margin-bottom: 12px;
}
.resultWrap .resultBox .txts ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.resultWrap .resultBox .txts ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--skyblue);
  font-size: 1.4rem;
  border: 1px var(--skyblue) solid;
  background: var(--white);
  margin-bottom: 10px;
  width: 100%;
  text-align: center;
  padding: 8px 0;
  font-feature-settings: "palt";
}
.resultWrap .resultBox .btn01 a {
  margin: 0 auto;
  width: 211px;
  height: 40px;
  font-style: normal;
  background: url("../images/ico_arrow03.png") no-repeat 94% center, var(--black);
  font-size: 1.6rem;
}
@media screen and (max-width: 1586px) {}
@media screen and (max-width: 1024px) {
.resultWrap .resultBox {
  width: 32%;
}
.resultWrap .resultBox .btn01 a {
    width: 100%;
  height: 40px;
	font-size: 1.4rem;
}
.resultWrap::after {
  content: "";
  display: block;
  width: 32%;
}
}
@media screen and (max-width: 767px) {
  .resultWrap .resultBox {
    width: 100%;
    border-radius: 10px;
    margin: 0 6px;
  }
  .resultWrap .resultBox .img {
    border-radius: 10px 10px 0 0;
    height: 220px;
    font-size: 0;
    padding-top: 1px;
    overflow: hidden;
  }
  .resultWrap .resultBox .img img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .resultWrap .resultBox .txts {
    padding: 18px 18px 30px 18px;
    background: #efefef;
    border-radius: 0 0 10px 10px;
  }
  .resultWrap .resultBox .txts .lead {
    font-size: 1.6rem;
    margin-bottom: 10px;
    line-height: 1.5;
  }
  .resultWrap .resultBox .txts .company {
    font-size: 1.4rem;
    margin-bottom: 0px;
  }
  .resultWrap .resultBox .txts .name {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
  .resultWrap .resultBox .txts .spec {
    margin-bottom: 12px;
  }
  .resultWrap .resultBox .txts ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .resultWrap .resultBox .txts ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--skyblue);
    font-size: 1.4rem;
    border: 1px var(--skyblue) solid;
    background: var(--white);
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
  }
  .resultWrap .resultBox .btn01 a {
    margin: 0 auto;
    width: 235px;
    height: 45px;
    font-style: normal;
    background: url("../images/ico_arrow03.png") no-repeat 94% center, var(--black);
    font-size: 1.6rem;
  }
}
/* ----------------------------------------------
overlay
---------------------------------------------- */
#btn {
  cursor: pointer;
}
#overlay {
  display: none;
  width: 100%;
  height: 100%;
  text-align: center;
  position: fixed;
  top: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.7);
}
#close {
  background: #eeeeee url(images/ico.jpg) no-repeat 10px center;
  color: #717171;
  width: 70px;
  text-align: center;
  font-size: 15px;
  padding: 5px 0 5px 10px;
  border-radius: 3px;
  cursor: pointer;
  margin: 5px auto 0 auto;
}
@media screen and (max-width: 767px) {
    
    
    
}
/* ----------------------------------------------
overlay
---------------------------------------------- */
#overlay #contents {
  background: #FFF;
  padding: 20px;
  width: 70%;
  margin: 30px auto 0 auto;
  height: 80%;
  overflow-y: scroll;
  position: relative;
}
@media screen and (max-width: 767px) {
    
#overlay #contents {
  padding: 12px;
  width: 96%;
  margin: 30px auto 0 auto;
  height: 80%;
}
}
/* ----------------------------------------------
 .searchSelect
---------------------------------------------- */
.search .searchlinks02 {
  display: none;
}
.search .searchlinks02 ul {
  display: flex;
  justify-content: center;
}
.search .searchlinks02 li {
  width: 16.5%;
  background: #FFFFFF;
  border-left: 1px #CCC solid;
}
.search .searchlinks02 ul li:first-child {
  border-left: 0px #CCC solid;
}
.search .searchlinks02 ul li a {
  font-size: 1.5rem;
  color: var(--skyblue);
  height: 70px;
  width: 100%;
  padding: 15px 15px 8px 15px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  text-decoration: none;
}
.search .searchlinks02 ul li:first-child a {
  background: url("../images/ico_links01.png") no-repeat center 5px/30px, url("../images/ico_arrow05.png") no-repeat 95% center;
}
.search .searchlinks02 ul li:nth-child(2) a {
  background: url("../images/ico_links02.png") no-repeat center 5px/30px, url("../images/ico_arrow05.png") no-repeat 95% center;
}
.search .searchlinks02 ul li:nth-child(3) a {
  background: url("../images/ico_links03.png") no-repeat center 5px/30px, url("../images/ico_arrow05.png") no-repeat 95% center;
}
.search .searchlinks02 ul li:nth-child(4) a {
  background: url("../images/ico_links04.png") no-repeat center 5px/30px, url("../images/ico_arrow05.png") no-repeat 95% center;
}
.search .searchlinks02 ul li:nth-child(5) a {
  background: url("../images/ico_links05.png") no-repeat center 5px/30px, url("../images/ico_arrow05.png") no-repeat 95% center;
}
.search .searchlinks02 ul li:nth-child(6) a {
  background: url("../images/ico_links06.png") no-repeat center 5px/30px, url("../images/ico_arrow05.png") no-repeat 95% center;
}
.search .searchlinks02 ul li:first-child a:hover {
  background: url("../images/ico_links01.png") no-repeat center 5px/30px, url("../images/ico_arrow05.png") no-repeat 95% center, rgba(20, 178, 207, 0.2);
}
.search .searchlinks02 ul li:nth-child(2) a:hover {
  background: url("../images/ico_links02.png") no-repeat center 5px/30px, url("../images/ico_arrow05.png") no-repeat 95% center, rgba(20, 178, 207, 0.2);
}
.search .searchlinks02 ul li:nth-child(3) a:hover {
  background: url("../images/ico_links03.png") no-repeat center 5px/30px, url("../images/ico_arrow05.png") no-repeat 95% center, rgba(20, 178, 207, 0.2);
}
.search .searchlinks02 ul li:nth-child(4) a:hover {
  background: url("../images/ico_links04.png") no-repeat center 5px/30px, url("../images/ico_arrow05.png") no-repeat 95% center, rgba(20, 178, 207, 0.2);
}
.search .searchlinks02 ul li:nth-child(5) a:hover {
  background: url("../images/ico_links05.png") no-repeat center 5px/30px, url("../images/ico_arrow05.png") no-repeat 95% center, rgba(20, 178, 207, 0.2);
}
.search .searchlinks02 ul li:nth-child(6) a:hover {
  background: url("../images/ico_links06.png") no-repeat center 5px/30px, url("../images/ico_arrow05.png") no-repeat 95% center, rgba(20, 178, 207, 0.2);
}
@media screen and (max-width: 767px) {
  .search .searchlinks02 ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .search .searchlinks02 li {
    width: 33.33%;
    background: #FFFFFF;
    border-left: 0px #EEE solid;
  }
  .search .searchlinks02 ul li a {
    font-size: 1.6rem;
    color: var(--skyblue);
    height: 70px;
    width: 100%;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: relative;
    text-decoration: none;
  }
  .search .searchlinks02 ul li:first-child, .search .searchlinks02 ul li:nth-child(2), .search .searchlinks02 ul li:nth-child(3) {
    border-bottom: 1px #CCC solid;
  }
  .search .searchlinks02 ul li:nth-child(2), .search .searchlinks02 ul li:nth-child(3), .search .searchlinks02 ul li:nth-child(5), .search .searchlinks02 ul li:nth-child(6) {
    border-left: 1px #CCC solid;
  }
}
/* ----------------------------------------------
 .searchSelect
---------------------------------------------- */
.searchSelect {
  border: 5px #efefef solid;
  padding: 22px 25px;
  background: #FFFFFF;
  margin-bottom: 30px;
}
.searchSelect .ttl {
  margin-bottom: 15px;
  border-bottom: 1px #dadada solid;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.searchSelect .ttl div {
  font-size: 1.8rem;
  padding-left: 58px;
  margin-bottom: 18px;
}
.searchSelect .ttl div span {
  font-size: 2.4rem;
}
.searchSelect .sel01 {
  background: url("../images/ico_links01.png") no-repeat 2px top;
  background-size: 40px;
}
.searchSelect .sel02 {
  background: url("../images/ico_links02.png") no-repeat 2px top;
  background-size: 40px;
}
.searchSelect .sel03 {
  background: url("../images/ico_links03.png") no-repeat 2px top;
  background-size: 40px;
}
.searchSelect .sel04 {
  background: url("../images/ico_links04.png") no-repeat 2px top;
  background-size: 40px;
}
.searchSelect .sel05 {
  background: url("../images/ico_links05.png") no-repeat 2px top;
  background-size: 40px;
}
.searchSelect .sel06 {
  background: url("../images/ico_links06.png") no-repeat 2px top;
  background-size: 40px;
}
.searchSelect .tableBox {}
.searchSelect table {
  font-size: 1.6rem;
  font-weight: 700;
  border: 0;
}
.searchSelect table tr:nth-child(odd) {
  background: #efefef;
  border: 0;
}
.searchSelect table tr:nth-child(even) {
  background: #FFF;
  border: 0;
}
.searchSelect table th {
  padding: 18px;
  width: 160px;
  background: transparent;
  border: 0;
}
.searchSelect table td {
  padding: 18px 18px 3px 18px;
  border: 0;
}
@media screen and (max-width: 767px) {
    .selebox{
    }
    
    
  .searchSelect {
    padding: 18px 10px;
    margin-bottom: 0px;
    height: auto;
  }
  .searchSelect .ttl div {
    font-size: 1.8rem;
    padding-left: 58px;
    margin-bottom: 18px;
  }
  .searchSelect .ttl div span {
    font-size: 2.2rem;
  }
  .searchSelect .tableBox {
    height: auto;
  }
  .searchSelect table tr {
    display: flex;
    flex-wrap: wrap;
  }
  .searchSelect table th {
    font-size: 1.8rem;
    width: 100%;
  }
  .searchSelect table td {
    width: 100%;
  }
}
/* ----------------------------------------------
 .checklist
---------------------------------------------- */
.checklist {
  width: 100%;
}
td .checklist {
  height: auto;
  overflow: hidden;
  padding-bottom: 0px;
}
.checklist ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.checklist li {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
  margin-right: 35px;
  position: relative;
}
.checklist li input[type="checkbox"] {
  appearance: none;
  height: 26px;
  width: 26px;
  margin: 4px;
  border: 1px solid #8b98a5;
  border-radius: 4px;
  background: rgba(255, 255, 255, 1.00);
}
.checklist li input[type="radio"] {
  appearance: none;
  height: 26px;
  width: 26px;
  margin: 4px;
  border: 1px solid #8b98a5;
  border-radius: 13px;
  background: rgba(255, 255, 255, 1.00);
}
.checklist li input[type="checkbox"]:checked {
  border: 1px solid #8b98a5;
  background-color: #1d9bf0;
}
.checklist li input[type="radio"]:checked {
  border: 1px solid #8b98a5;
  background-color: #1d9bf0;
  padding: 5px;
}
.checklist li input[type="checkbox"]:checked::before {
  content: "";
  display: block;
  position: relative;
  left: 7px;
  top: 3px;
  width: 8px;
  height: 14px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.checklist li input[type="radio"]:checked::before {
  content: "";
  display: block;
  position: relative;
  left: -5px;
  top: -5px;
  width: 24px;
  height: 24px;
  border-radius: 13px;
  border: solid white;
}
.checklist li input[type="checkbox"]:focus-visible {
  outline: 2px solid #1d9bf0;
  outline-offset: 2px;
}
.checklist li input[type="radio"]:focus-visible {
  outline: 2px solid #1d9bf0;
  outline-offset: 2px;
}
.checklist li label {
  margin-left: 3px;
  font-size: 1.6rem;
  position: relative;
  display: flex;
  align-items: center;
}
.checklist li label img {
  height: auto;
}
@media screen and (max-width: 767px) {
  .checklist {
    height:auto;
  }
  .checklist li {
    margin-right: 15px;
  }
  .checklist li label {
    margin-left: 3px;
    font-size: 1.6rem;
    position: relative;
    display: flex;
    align-items: center;
  }
  .checklist li label img {
    width: auto;
    height: auto;
  }
}
/* ----------------------------------------------
 qbtn
---------------------------------------------- */
.qbtn {
  flex-shrink: 0;
  margin-left: 5px;
  cursor: pointer;
  width: 18px;
  height: 18px;
}
.tooltip {
  display: none;
  position: absolute;
  top: 42px;
  left: 0px;
  background: #222;
  padding: 10px 20px;
  border-radius: 10px;
  color: rgba(255, 255, 255, 1.00);
  font-size: 1.2rem;
  min-width: 250px;
  z-index: 999;
}
.tooltip::before {
  content: "";
  position: absolute;
  top: -12px;
  left: 20%;
  border: 6px solid transparent;
  border-bottom: 7px solid #222; /* 好みで色を変えてください */
  margin-left: -7px;
}
/* ----------------------------------------------
 .searchResultsBox
---------------------------------------------- */
form {}
.searchResultsBox {
  background: #dbf3f7;
  padding: 25px 30px;
  display: flex;
  justify-content: space-between;
  position: sticky;
  bottom: -20px;
  left: 0;
  width: 100%;
}
.searchResultsBox .counttxtBox {
  font-size: 1.8rem;
  font-weight: 700;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.searchResultsBox .counttxtBox .counttxt {
  font-size: 2.4rem;
  font-weight: 700;
  color: #f04645;
}
.searchResultsBox .formbtn {
  background: var(--skyblue);
  width: 345px !important;
  height: 50px;
  border-radius: 25px;
  border: 0;
  cursor: pointer;
  color: #FFF;
  font-size: 1.6rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}
.searchResultsBox .formbtn:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1024px) {
  .searchResultsBox {
    padding: 5px 15px 15px 15px;
    flex-wrap: wrap;
    width: 100%;
  }
  .searchResultsBox .counttxtBox {
    margin: 0 auto 10px auto;
  }
  .searchResultsBox .counttxtBox div {
    width: 100%;
  }
  .searchResultsBox .counttxtBox .counttxt {
    font-size: 2.4rem;
  }
  .searchResultsBox .submitBox {
    width: 100%;
  }
  .searchResultsBox .formbtn {
    width: 80%!important;
  }
}
/* ----------------------------------------------
.searchBoxSele
---------------------------------------------- */
.searchBoxSele .searchinput {
  display: flex;
  margin-bottom: 30px;
}
.searchBoxSele .searchinput form {
  display: flex;
  width: 100%;
  height: 50px;
  border-radius: 10px;
  margin: 0 auto 21px auto;
  background: #FFF;
  padding: 5px 5px 5px 20px;
}
.searchBoxSele .searchinput form i {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .searchBoxSele .searchinput {
    display: flex;
    margin-bottom: 30px;
    flex-wrap: wrap;
  }
  .searchBoxSele .searchinput form {
    width: 100%;
    height: 50px;
    margin: 0 auto 21px auto;
    padding: 5px 0px 5px 0px;
  }
  .searchBoxSele .searchinput form i {
    font-size: 1.6rem;
  }
}
/* ----------------------------------------------
searchField
------------------------------------------------- */
.searchBoxSele .searchinput .searchField {
  width: 450px;
  border: 1px #EEE solid;
  line-height: 1.2;
  margin-left: 5px;
}
@media screen and (max-width: 767px) {
  .searchBoxSele .searchinput .searchField {
    width: 85%;
  }
}
/* ----------------------------------------------
searchSubmit
------------------------------------------------- */
.searchBoxSele .searchinput .searchSubmit {
  width: 80px;
  height: 40px;
  border-radius: 5px;
  background: var(--skyblue);
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--white);
  font-size: 1.6rem;
  font-weight: 700;
  margin-left: auto;
  border: 0;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .searchBoxSele .searchinput .searchSubmit {
    width: 60px;
  }
}