.ui-dialog .ui-dialog-title {
    line-height: normal;
}
.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 60px;
    margin: 0px 0 0 0;
    padding: 1px;
    height: 30px;
}

.accordion-title{
  position: relative;
}
.bai-icon{
  max-width: 400px;
  width: 90%;
  vertical-align: middle;
}
.bai-btn{
    width: 30%;
    float: right;
}
#sidebar tr {
  height: inherit;
  border: 1px solid #DDDDDD;
}
#sidebar th{
  background-color: #EEEEEEEE;
  vertical-align: middle;
  border: 1px solid #DDDDDD;
}
td.madori{
  display: block;
  padding: 20px;
  align-items: center;
}
#sidebar td{
  display: flex;
  padding: 20px;
  height: inherit;
  align-items: center;
  background-color: #fff;
}
#nav-toggle{
  width: 1000px;
  margin:0 auto;
}
nav#global-nav {
  width: 100%;
  margin: 0 auto;
  /*padding-top: 50px;*/
  background-color: #000;
}
#global-nav .check-nav{
  display: block;
  padding: 10px;
  color: #fff;
}
.enclosure{
  display: flex;
}
.search-side-content {
  display: flex;
  width: -webkit-fill-available;
  align-items: center;
}
.checkbox-list {
    display: flex;
    flex-wrap: wrap;
}
.checkbox04 {
  display: inline-flex;
  padding: 10px;
  min-width: 200px;
}
.checkbox04-input{
  padding: 10px;
  cursor: pointer;
}
span.checkbox04-parts2 {
    cursor: pointer;
}
h4.search-side-title {
  width: 100px;
  padding: 1%;
}
#sidebar select {
  width: 300px;
  height: 30px;
  margin: 0 10px;
}
.madori{
  flex-wrap: wrap;
}
.cd-search {
  width: 100%;
  margin: -1%;
}
.select_wrap_ttl {
  display: block;
  width: 90%;
  height: auto;
  overflow: hidden;
}
.all{
  font-size: 2.5rem;
  background-color: #EEEEEEEE;
  border-radius: 10px;
  margin: 0 100px;
  width: -webkit-fill-available;
  text-align: center;
}
.all a{
  display: block;
  color: black;
  width: 100%;
  height: 50px;
  line-height: 50px;
  
}
#main_search_area{
    position: fixed;
    bottom: 60px;
    background: #fff;
    max-width: 1001px;
}
.search-side-searchbtn {
  display: flex;
  padding: 5% 0;
  justify-content: center;
}
button.all {
  margin: 0 100px;
  font-size: 2.5rem;
  background: #fac012;
  color: #fff;
  font-weight: bold;
  border-radius: 10px;
  border: solid 2px #fff;
  cursor: pointer;
}
.jquery-ui-dialog-opener{
  color: black;
  padding-left: 10px;
}
  .select_wrap{
    display: block;
      width: 90%;
      height: auto;
      overflow: hidden;
      margin: 30px auto;
  }
  .jquery-ui-dialog-opener{
    display: block;
    cursor: pointer;
  }
  /* .jquery-ui-dialog-opener:after{
    content: "▶";
      position: absolute;
      right: 10px;
      font-size: 30px;
      top: 7px;
      vertical-align: middle;
  } */
  .ui-dialog .ui-dialog-buttonpane button {
      background: #f1f1f1;
      padding: 10px;
      border: solid 1px #b5b5b5;
  }
  .ui-dialog{
    z-index: 999!important;
  }
  .ui-dialog .ui-dialog-titlebar-close{
    position: relative;
    right:-2.7em;
  }
  .ui-widget-header .ui-icon{
    background-image: unset;
  }
  .ui-icon, .ui-widget-content .ui-icon{
    background-image: unset;
  }
  .jquery-ui-dialog fieldset {
    margin-bottom: 20px;
  }

  .jquery-ui-dialog label {
    float: left;
    font-size: 15px;
    display: block;
    min-width: 175px;
  }

  .jquery-ui-dialog h3 {
    font-weight: bold;
    font-size: 20px;
  }

  .jquery-ui-dialog-table th, .jquery-ui-dialog-table td {
    border: 1px solid #676767;
  }
  .ui-widget-overlay {
      background: bottom;
    opacity: 0.5;
    background-color: #000000;
  }
  .ajax_output_kotsu,
  .ajax_output_area {
    color: #848484;
    font-size: 1.3rem;
  }



/* モーダルCSS */
.faqwrper {
  display: none;
  position: fixed;
  z-index: 911; /*サイトによってここの数値は調整 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(30,30,30,0.9);
}

.faqbox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
  padding: 10px 30px;
}

.closeModal {
    position: absolute;
    top: 6.5rem;
    right: 6.5rem;
    cursor: pointer;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 36px;
}

/* 以下ボタンスタイル */
#openModal {
  padding: 10px;
  background-color: #fff;
  border-radius: 2px;
  cursor: pointer;
}

#openModal {
/*  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);*/
  z-index: 1;
}
#sidebar{
  overflow-y: scroll;
    height: 42vw;
    padding: 50px;
    margin-bottom: 0;
}
h5{
  font-family: sans-serif;
  font-weight: bold;
}

fieldset {
    margin-bottom: 20px;
}


.search-side-searchbtn-fix {
    position: fixed;
    bottom: 80px;
    z-index: 300;
    background: #FFF;
    width: 100%;
    z-index: 2;
}
.search-side-searchbtn-fix.static{
  position: static;
}
.all{
  font-size: 2.5rem;
  background-color: #EEEEEEEE;
  border-radius: 10px;
  margin: 0 100px;
  width: -webkit-fill-available;
  text-align: center;
}
.all a{
  display: block;
  color: black;
  width: 100%;
  height: 50px;
  line-height: 50px;
  
}
.search-side-searchbtn {
    display: flex;
    max-width: 1040px;
    width: 100%;
    margin: 0px auto;
    padding: 20px;
    border: solid 1px #ddd;
    justify-content: space-around;
}
.search-side-searchbtn-fix .search-side-searchbtn{
  padding: 0;
}
button.all {
  margin: 0 100px;
  font-size: 2.5rem;
  background: #fac012;
  color: #fff;
  font-weight: bold;
  border-radius: 10px;
  border: solid 2px #fff;
  cursor: pointer;
}


.search_topick{
    display: block;
    text-align: center;
    background: black;
    color: #fff;
    margin-top: 50px;
    height: 50px;
    line-height: 50px;
}
.selection_wrap{
  margin: 0 auto 50px;
display: flex;flex-wrap: wrap;
}
.selection_wrap li {
    width: 25%;
    text-align: center;
    padding: 10px;
    border: dotted 1px;
}

  @media screen and (max-width: 768px){
    .ui-dialog{
      width: 100%!important;
      top: 100px!important;
    }
    .ui-dialog .ui-dialog-titlebar-close{
      right:0.3em;
      position: absolute;
      top: 15%;
    }
    /* .jquery-ui-dialog-opener:after{
        font-size: 1.3rem;
        top: unset;
    } */

    /* 高地制作 */
    .accordion-title {
      position: relative;
      width: 100%;
  }
    .fp-accordion.style-1 .icons{
    position: absolute;
    right: 0;
    right: 6.5vw;
    top: 11vh;
    }
    .style-1 h3 {
      margin-left: initial;
  }
    #sidebar tr{
      display: block;
    }
    #sidebar th{
      display: block;
    }
    nav#global-nav {
      width: 95%;
      padding-top: 30px;
      background-color: unset;
    }
    .h4.search-side-title{
      width: 100%;
    }
    #sidebar select{
      width: 100%;
    }
    .checkbox04{
      display: block;
      min-width: 100px;
    }
    h4.search-side-title{
      /* width: 70px; */
    }
    button.all {
    margin: 0px 8px;
    font-size: 2rem;
    padding: 0 15px;
    }
    .all{
    font-size: 1.5rem;
    margin: initial;
    }

    .search-side-searchbtn {
    width: 100%;
    /*margin-left: 10px;*/
    padding: 20px 5px;
    }
    .ps__scrollbar-y-rail{
      height: initial;
    }
    .checkbox04-parts {
      width: initial;
      margin: 10px;
      padding: 6px;
    }
    #sidebar td p{
      margin-left: 20px;
    }
    td.madori{
      overflow-wrap: break-word;
    }
    .checkbox-list {
      display: flex;
  }
    /* ここまで */
    
  }

.fp-accordion h3 {
  font-size: 16px;
  font-weight: 900;
  margin: 0;
    color: #fff;
  /*padding: 15px 10px;*/
  cursor: pointer;
    border: none !important;
    background: #e0e0e0;
    line-height: 20px;
    /*display: flex;*/
}
.faqwrper {
 /* background-color: #eee;*/
  overflow: auto;
}
.faqwrper h3 span {
    font-weight: 600;
    display: inline-block;
    overflow: unset;
    vertical-align: middle;
    zoom: 1;
    color: #000000;
    padding: 5px;
    font-size: 1.4rem;
    font-family: sans-serif;
}
.fp-accordion .toggle-content {
  display: none;
}
.fp-accordion .icons {
  display: inline-block;
  text-align: center;
  position: relative;
  cursor: pointer;
  transition: 0.5s;
}
.fp-accordion .icons .fa {
  font-size: 14px;
  color: #02007b;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s;
}
.fp-accordion .icons .fa:last-child {
  opacity: 0;
}
.fp-accordion .icons {
  background-color: #02007b;
}
.fp-accordion .icons .fa {
  color: #fff;
}
.fp-accordion.active .toggle-content {
  display: block;
}
.fp-accordion.active .icons {
  background-color: #ef9647;
}
.fp-accordion.active .fa:last-child {
  opacity: 1;
  color: #fff;
}
.fp-accordion.active .fa:first-child {
  opacity: 0;
}
.fp-accordion.style-1 {
  border: 1px solid #eee;
  background-color: #fff;
  margin: 50px auto;
  padding: 5px 20px 5px;
  max-width: 1280px;
}
.fp-accordion.style-1 .toggle-content, .fp-accordion.style-1 h3 {
  /*margin-left: 55px;*/
}
.fp-accordion.style-1 .toggle-content {
  padding-bottom: 15px;
}
.fp-accordion.style-1 .icons {
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  position: absolute;
    right: 1.5vw;
    top: 2vh;
}
.fp-accordion.style-1 .icons .fa {
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s;
}
.fp-accordion.style-1 .icons .fa:last-child {
  opacity: 0;
}
/*.fp-accordion.style-1 .icons:hover .fa {
  color: #fff;
}*/
.fp-accordion.style-1.active .toggle-content {
  display: block;
}
.fp-accordion.style-1.active .fa:last-child {
  opacity: 1;
  color: #fff;
}
.fp-accordion.style-1.active .fa:first-child {
  opacity: 0;
}

/*チェックボックス装飾*/
/* 元々のチェックボックス（非表示） */
.checkbox-list input[type="checkbox"]{
    display: none;
}
/* チェックボックスの代わりを成すラベル */
.checkbox-list input[type="checkbox"]+label{
    display: none;
    cursor: pointer;
    display: inline-block;
    position: relative;
    padding-left: 25px;
    padding-right: 10px;
}
/* ラベルの左に表示させる正方形のボックス□ */
.checkbox-list input[type="checkbox"]+label::before{
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    left: 0;
    top: 50%;
    border-radius: 3px;
    border: 1px solid;
    border-color:  #868686;
    background-color: #e2e2e2;
}
.checkbox-list input[type="checkbox"]:checked+label::before{
    background-color: #fff;
}
/* チェックが入った時のレ点 */
.checkbox-list input[type="checkbox"]+label::after{
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 18px;
    height: 9px;
    margin-top: -9px;
    top: 50%;
    left: 3px;
    transform: rotate(-45deg);
    border-bottom: 3px solid;
    border-left: 3px solid;
    border-color:  #e69c15;
    opacity: 0;
    transition: transform .2s ease-in-out,opacity .2s ease-in-out;
}
.checkbox-list input[type="checkbox"]:checked+label::after{
    opacity: 1;
}

@media screen and (max-width: 768px){
  .faqwrper h3 span {
      font-size: 1.1rem;
  }
  .bai-btn{
    width: 100%;
  }
/* 高地制作 */
  .fp-accordion.style-1 {
  width: 100%;
  overflow: hidden;
  padding: 5px 10px 5px;
}
.fp-accordion.style-1 .toggle-content, .fp-accordion.style-1 h3 {
  margin-left: initial;
  background-color: unset;
}

/* ここまで */
.faqbox{
  width: 90%;
  padding: 0!important;
}
#sidebar{
  padding: 0!important;
}

.closeModal {
    top: 4.5rem;
    right: -0.5rem;
}
#global-nav .check-nav {
    color: #000;
}
.search-side-searchbtn-fix {
  bottom: 60px;
}
#sidebar{
  overflow-y: scroll;
    height: 125vw;
    padding: 50px;
    margin-bottom: 0;
}
.selection_wrap li {
    width: 100%;
}
}


.reset{
  padding: 10px;
  background-color: #fff;
  border-radius: 2px;
  cursor: pointer;
}
#reset_btn{
  color: #000;
    border-bottom: 5px solid #8a8580;
    background-color: #eee8e2;
}
#reset_btn:hover{
  margin-top: 3px;
    border-bottom: 2px solid #8a8580;
}

.btn--cubic {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}
.btn--green {
  color: #fff;
  background-color: #f09648;
  border-style: hidden;
}

.btn--green:hover {
  color: #fff;
  background: #f09648;
}

.btn--green.btn--cubic {
  border-bottom: 5px solid #ca7a35;
}

.btn--green.btn--cubic:hover {
  margin-top: 3px;
  border-bottom: 2px solid #ca7a35;
}

.btn-c {
  font-size: 2rem;
  position: relative;
  padding: 1.5rem 10rem 1.5rem 9rem;
  border-radius: 100vh;
}

.btn-c i.fa {
  margin-right: 1rem;
}

.btn-c:before {
  font-family: 'Font Awesome 5 Free';
  font-size: 1.6rem;
  line-height: 1;
  position: absolute;
  top: calc(50% - .8rem);
  right: 1rem;
  margin: 0;
  padding: 0;
  content: '\f054';
}
@media screen and (max-width: 768px){
  .btn-c {
    font-size: 1rem;
    position: relative;
    padding: 1rem 3rem;
  }
  #main_search_area{
      top: unset;
      bottom: 50px;
      left: 0;
  }
}