@charset "utf-8";
/* ============================================================*/
/* ============================================================
   search
=============================================================== */
/* ============================================================ */
.search {}
/* ============================================================*/
/* ============================================================
   mainarea
=============================================================== */
/* ============================================================ */
#mainarea {
  background: url("../images/bg_serach_circle.png") no-repeat right bottom, linear-gradient(-10deg, rgba(254, 244, 244, 1) 0, rgba(254, 244, 244, 1) 5%, rgba(201, 237, 244, 1) 100%);
  /*  background: ;*/
  overflow-x: hidden;
  height: 447px;
}
/* ----------------------------------------------
searchBox
------------------------------------------------- */
.searchBox {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 312px;
}
.searchBox .searchBoxInner {
  margin-top: -50px;
}
.searchBox .ttl {
  text-align: center;
  margin-bottom: 20px;
  font-size: 3.6rem;
}
.searchBox .ttl span {
  font-size: 4.2rem;
}
.searchBox .searchinput form {
  width: 620px;
  height: 50px;
  border-radius: 10px;
  margin: 0 auto 21px auto;
  display: flex;
  background: #FFF;
  padding: 5px 5px 5px 20px;
}
.searchBox .searchinput form i {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .searchBox {
    height: 312px;
  }
  .searchBox .searchBoxInner {
    margin-top: -50px;
  }
  .searchBox .ttl {
    text-align: center;
    margin-bottom: 20px;
    font-size: 2.2rem;
  }
  .searchBox .ttl span {
    font-size: 2.8rem;
  }
  .searchBox .searchinput form {
    width: 95%;
    height: 50px;
    margin: 0 auto 21px auto;
    padding: 5px 5px 5px 20px;
  }
  .searchBox .searchinput form i {
    font-size: 1.6rem;
  }
}
/* ----------------------------------------------
searchField
------------------------------------------------- */
.searchBox .searchinput .searchField {
  width: 485px;
  border: 0;
  line-height: 1.2;
  margin-left: 5px;
  background: rgba(255, 255, 255, 1.00);
}
@media screen and (max-width: 767px) {
  .searchBox .searchinput .searchField {
    width: 70%;
  }
}
/* ----------------------------------------------
searchSubmit
------------------------------------------------- */
.searchBox .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;
}
/* ----------------------------------------------
searchsample
------------------------------------------------- */
.searchsample {
  display: flex;
  justify-content: center;
}
.searchsample .read {
  font-size: 1.4rem;
  font-weight: 700;
  margin-right: 15px
}
.searchsample .txt {}
.searchsample .txt ul {
  display: flex;
}
.searchsample .txt ul li {
  font-size: 1.4rem;
  text-decoration: underline;
  padding: 0 6px;
}
.searchsample .txt ul li a {
  color: #000;
}
@media screen and (max-width: 767px) {
  .searchsample {
    flex-wrap: wrap;
  }
  .searchsample .txt {
    width: 100%
  }
  .searchsample .txt ul {
    flex-wrap: wrap;
    padding: 0 6px 6px;
  }
.searchsample .txt ul li {
  width: 49%;
}
}
/* ============================================================*/
/* ============================================================
   mainarea
=============================================================== */
/* ============================================================ */
.slidwprap {
  margin-top: -50px;
  margin-bottom: 10px;
  overflow: hidden;
}
.slidwprap .slick-list {
  overflow: visible !important;
}
@media screen and (max-width: 767px) {
  .slidwprap .slick-list {
    overflow: hidden !important;
  }
}
/* ----------------------------------------------
slidBox
------------------------------------------------- */
.slidBox {
  width: 350px;
  height: 110px;
  padding: 10px;
  border-radius: 10px;
  background: #efefef;
  margin: 0 5px;
}
.slidBox a {
  display: flex;
}
.slidBox a .img {
  flex-shrink: 0;
  margin-right: 10px;
    width: 90px;
}
.slidBox a .img img{
 height: 90px;
  object-fit: cover;
  width: 100%;
    border-radius: 10px;
}

.slidBox a .lead {
  font-size: 1.4rem;
  margin-bottom: 7px;
  color: #000;
}
.slidBox a .company {
  font-size: 1.2rem;
  font-weight: 700px;
  color: #000;
}
.slidBox a .name {
  font-size: 1.2rem;
  font-weight: 700px;
  color: #000;
}
/* ============================================================*/
/* ============================================================
  .searchWrap
=============================================================== */
/* ============================================================ */
.searchWrap {
  background: #d0eff5;
  padding: 30px 30px 50px;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .searchWrap {
    padding: 12px;
    margin-bottom: 100px;
  }
}
/* ============================================================*/
/* ============================================================
  maintxts
=============================================================== */
/* ============================================================ */
.search .maintxts {
  margin-bottom: 42px;
  text-align: center;
}
.search .maintxts .ttl01 {
  font-size: 3.0rem;
  margin-bottom: 12px;
}
.search .maintxts .ttl02 {
  font-size: 3.8rem;
  border: 2px var(--black) solid;
  padding: 2px 25px 5px 20px;
  position: relative;
  display: inline-block;
  margin-bottom: 12px;
}
.search .maintxts .ttl02::before {
  content: "";
  width: 2px;
  height: 32px;
  background: #d0eff5;
  display: inline-block;
  position: absolute;
  top: 22px;
  right: -2px;
}
.search .maintxts .ttl02::after {
  position: absolute;
  content: "";
  background: url("../images/bg_ttlBox02.png") no-repeat center center;
  width: 60px;
  height: 41px;
  top: 4px;
  bottom: 0;
  right: -52px;
  margin: 0;
}
.search .maintxts .txt {
  font-size: 1.8rem;
  font-feature-settings: "palt";
}
.search .maintxts .txt span {
  font-size: 2.4rem;
}
.selebox {
  display: none;
}
.searchttl {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 13px;
  background: url("../images/ico_circle01.png") no-repeat left center;
  padding: 10px 0 10px 25px;
}
.ttl02 {
  display: none;
}
.searchttl.mt50 {
  margin-top: 20px !important;
}
@media screen and (max-width: 767px) {
  .search .maintxts {
    margin-bottom: 25px;
    text-align: center;
  }
  .search .maintxts .ttl01 {
    font-size: 2.4rem;
    margin-bottom: 12px;
  }
  .search .maintxts .ttl02 {
    font-size: 3.0rem;
    padding: 2px 20px 5px 10px;
    margin-bottom: 12px;
  }
  .search .maintxts .ttl02::before {
    content: "";
    width: 2px;
    height: 15px;
    background: #d0eff5;
    display: inline-block;
    position: absolute;
    top: 15;
    right: -2px;
  }
  .search .maintxts .ttl02::after {
    position: absolute;
    content: "";
    background: url("../images/bg_ttlBox02.png") no-repeat center center;
    background-size: 30px 20px;
    width: 30px;
    height: 20px;
    top: 15px;
    bottom: 0;
    right: -22px;
    margin: 0;
  }
  .search .maintxts .txt {
    font-size: 1.8rem;
    font-feature-settings: "palt";
  }
  .selebox {
    display: none;
  }
  .searchttl {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 3px;
    background: url("../images/ico_circle01.png") no-repeat left center;
    padding: 10px 0 10px 25px;
  }
}
/* ----------------------------------------------
 .searchlinks
---------------------------------------------- */
.search .searchlinks {
  width: 100%;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}
.search .searchlinks ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
}
.search .searchlinks ul li {
  width: 50%;
  background: rgba(255, 255, 255, 1.00);
}
.search .searchlinks ul li a {
  font-size: 1.6rem;
  color: var(--black);
  height: 97px;
  width: 100%;
  padding-left: 70px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  text-decoration: none;
}
.search .searchlinks ul li:first-child a::before, .search .searchlinks ul li:nth-child(3) a::before {
  position: absolute;
  content: "";
  background-color: #c5c5c5;
  width: 95%;
  height: 1px;
  bottom: 0;
  left: 0;
  transform: translateX(5%);
}
.search .searchlinks ul li:nth-child(2) a::before, .search .searchlinks ul li:nth-child(4) a::before {
  position: absolute;
  content: "";
  background-color: #c5c5c5;
  width: 95%;
  height: 1px;
  bottom: 0;
  left: 0;
}
.search .searchlinks ul li:first-child a {
  background: url("../images/ico_links01.png") no-repeat 18px center, url("../images/ico_arrow04.png") no-repeat 95% center;
}
.search .searchlinks ul li:nth-child(2) a {
  background: url("../images/ico_links02.png") no-repeat 18px center, url("../images/ico_arrow04.png") no-repeat 95% center, url("../images/bg_list_line01.png") no-repeat left center;
}
.search .searchlinks ul li:nth-child(3) a {
  background: url("../images/ico_links03.png") no-repeat 18px center, url("../images/ico_arrow04.png") no-repeat 95% center;
}
.search .searchlinks ul li:nth-child(4) a {
  background: url("../images/ico_links04.png") no-repeat 18px center, url("../images/ico_arrow04.png") no-repeat 95% center, url("../images/bg_list_line01.png") no-repeat left center;
}
.search .searchlinks ul li:nth-child(5) a {
  background: url("../images/ico_links05.png") no-repeat 18px center, url("../images/ico_arrow04.png") no-repeat 95% center;
}
.search .searchlinks ul li:nth-child(6) a {
  background: url("../images/ico_links06.png") no-repeat 18px center, url("../images/ico_arrow04.png") no-repeat 95% center, url("../images/bg_list_line01.png") no-repeat left center;
}
.search .searchlinks ul li:first-child a:hover {
  background: url("../images/ico_links01.png") no-repeat 18px center, url("../images/ico_arrow04.png") no-repeat 95% center, rgba(20, 178, 207, 0.2);
}
.search .searchlinks ul li:nth-child(2) a:hover {
  background: url("../images/ico_links02.png") no-repeat 18px center, url("../images/ico_arrow04.png") no-repeat 95% center, url("../images/bg_list_line01.png") no-repeat left center, rgba(20, 178, 207, 0.2);
}
.search .searchlinks ul li:nth-child(3) a:hover {
  background: url("../images/ico_links03.png") no-repeat 18px center, url("../images/ico_arrow04.png") no-repeat 95% center, rgba(20, 178, 207, 0.2);
}
.search .searchlinks ul li:nth-child(4) a:hover {
  background: url("../images/ico_links04.png") no-repeat 18px center, url("../images/ico_arrow04.png") no-repeat 95% center, url("../images/bg_list_line01.png") no-repeat left center, rgba(20, 178, 207, 0.2);
}
.search .searchlinks ul li:nth-child(5) a:hover {
  background: url("../images/ico_links05.png") no-repeat 18px center, url("../images/ico_arrow04.png") no-repeat 95% center, rgba(20, 178, 207, 0.2);
}
.search .searchlinks ul li:nth-child(6) a:hover {
  background: url("../images/ico_links06.png") no-repeat 18px center, url("../images/ico_arrow04.png") no-repeat 95% center, url("../images/bg_list_line01.png") no-repeat left center, rgba(20, 178, 207, 0.2);
}
.search .searchlinks ul li a .linkbox .wrap {
  width: auto;
  display: flex;
  align-items: baseline;
}
.search .searchlinks ul li a span {
  color: var(--skyblue);
  font-size: 2.0rem;
}
@media screen and (max-width: 1586px) {}
@media screen and (max-width: 1024px) {
	.search .searchlinks ul li a {
padding-right: 25px;
}
	
}
@media screen and (max-width: 820px) {
.search .searchlinks ul li a {
  font-size: 1.4rem;
padding-right: 25px;
}
	
	
.search .searchlinks ul li a span {
  color: var(--skyblue);
  font-size: 1.6rem;
}
}
@media screen and (max-width: 767px) {
  .search .searchlinks ul {}
  .search .searchlinks ul li {
    width: 100%;
  }
  .search .searchlinks ul li a {
    padding-left: 75px;
    height: 85px;
    position: relative;
  }
  .search .searchlinks ul li:first-child a::before, .search .searchlinks ul li:nth-child(3) a::before, .search .searchlinks ul li:nth-child(5) a::before {
    position: absolute;
    content: "";
    background-color: #c5c5c5;
    width: 95%;
    height: 1px !important;
    bottom: 0;
    left: 2.5%;
      right: 2.5%;
      transform: translateX(0%);
  }
  .search .searchlinks ul li:nth-child(2) a::before, .search .searchlinks ul li:nth-child(4) a::before {
    position: absolute;
    content: "";
    background-color: #c5c5c5;
    width: 95%;
    height: 1px !important;
    bottom: 0;
    left: 2.5%;
      right: 2.5%;
  }

  .search .searchlinks ul li:first-child a {
    background: url("../images/ico_links01.png") no-repeat 18px center, url("../images/ico_arrow04.png") no-repeat 95% center;
  }
  .search .searchlinks ul li:nth-child(2) a {
    background: url("../images/ico_links02.png") no-repeat 18px center, url("../images/ico_arrow04.png") no-repeat 95% center;
  }
  .search .searchlinks ul li:nth-child(3) a {
    background: url("../images/ico_links03.png") no-repeat 18px center, url("../images/ico_arrow04.png") no-repeat 95% center;
  }
  .search .searchlinks ul li:nth-child(4) a {
    background: url("../images/ico_links04.png") no-repeat 18px center, url("../images/ico_arrow04.png") no-repeat 95% center;
  }
  .search .searchlinks ul li:nth-child(5) a {
    background: url("../images/ico_links05.png") no-repeat 18px center, url("../images/ico_arrow04.png") no-repeat 95% center;
  }
  .search .searchlinks ul li:nth-child(6) a {
    background: url("../images/ico_links06.png") no-repeat 18px center, url("../images/ico_arrow04.png") no-repeat 95% center;
  }
  .search .searchlinks ul li:first-child a:hover {
    background: url("../images/ico_links01.png") no-repeat 18px center, url("../images/ico_arrow04.png") no-repeat 95% center, rgba(20, 178, 207, 0.2);
  }
  .search .searchlinks ul li:nth-child(2) a:hover {
    background: url("../images/ico_links02.png") no-repeat 18px center, url("../images/ico_arrow04.png") no-repeat 95% center, rgba(20, 178, 207, 0.2);
  }
  .search .searchlinks ul li:nth-child(3) a:hover {
    background: url("../images/ico_links03.png") no-repeat 18px center, url("../images/ico_arrow04.png") no-repeat 95% center, rgba(20, 178, 207, 0.2);
  }
  .search .searchlinks ul li:nth-child(4) a:hover {
    background: url("../images/ico_links04.png") no-repeat 18px center, url("../images/ico_arrow04.png") no-repeat 95% center, rgba(20, 178, 207, 0.2);
  }
  .search .searchlinks ul li:nth-child(5) a:hover {
    background: url("../images/ico_links05.png") no-repeat 18px center, url("../images/ico_arrow04.png") no-repeat 95% center, rgba(20, 178, 207, 0.2);
  }
  .search .searchlinks ul li:nth-child(6) a:hover {
    background: url("../images/ico_links06.png") no-repeat 18px center, url("../images/ico_arrow04.png") no-repeat 95% center, rgba(20, 178, 207, 0.2);
  }

}
/* ----------------------------------------------
 .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: 820px) {
.search .searchlinks02 ul li a {
  font-size: 1.4rem;
  padding: 15px 5px 8px 5px;
	font-feature-settings: "palt";
}
}
@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;
}
.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 {
  height: 210px;
  overflow-y: scroll;
}
.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) {
  .searchSelect {
    padding: 18px 10px;
    margin-bottom: 0px;
  }
  .searchSelect .ttl div {
    font-size: 1.8rem;
    padding-left: 58px;
    margin-bottom: 18px;
  }
  .searchSelect .ttl div span {
    font-size: 2.2rem;
  }
  .searchSelect .tableBox {
    height: 300px;
  }
  .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%;
  height: 210px;
  overflow-y: scroll;
  padding-bottom: 60px;
}
td .checklist {
  height: auto;
  overflow: hidden;
  padding-bottom: 0px;
}
.checklist ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.checklist li {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
  position: relative;
  width: 45%;
}
.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);
    flex-shrink: 0;
}
.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);
	flex-shrink: 0;
}
.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: 220px;
  }
  .checklist li {
    margin-right: 15px;
     width: 100%;
  }
  .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: 49px;
  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;
}
@media screen and (max-width: 767px) {
    
    
}
/* ----------------------------------------------
 .searchResultsBox
---------------------------------------------- */
.searchResultsBox {
  background: #dbf3f7;
  padding: 25px 30px;
  display: flex;
  justify-content: space-between;
}
.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: 100% !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 label{
    width: 80%;
  }	
	
  .searchBoxSele .searchinput form i {
    font-size: 1.6rem;
	     width: 8%;
  }
}
/* ----------------------------------------------
searchField
------------------------------------------------- */
.searchBoxSele .searchinput .searchField {
  width: 450px;
  border: 1px #EEE solid;
  line-height: 1.2;
  margin-left: 5px;
}
@media screen and (max-width: 1028px) {
  .searchBoxSele .searchinput .searchField {
    width: 400px;
  }
}
@media screen and (max-width: 960px) {
  .searchBoxSele .searchinput .searchField {
    width: 38vw;
  }
}
@media screen and (max-width: 860px) {
  .searchBoxSele .searchinput .searchField {
    width: 32vw;
  }
}
@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: 20%;
  }
}