@charset "UTF-8";
/* CSS Document */
img {
  width: 100%;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}


* {
  box-sizing: border-box;
}

.sp_br {
  display: none;
}
@media (max-width: 374px) {
  .sp_br {
    display: block;
  }
}

@media (max-width: 768px) {
  .feature .container {
    padding: 3em 0 0 0;
  }
}

.satellite .feature_top {
  display: flex;
  justify-content: space-between;
}
.satellite .feature_top .imgs {
  width: 20%;
}
.satellite .feature_top .imgs img {
  margin-bottom: 1em;
}
@media (max-width: 768px) {
  .satellite .feature_top .imgs {
    display: none;
  }
}
.satellite .feature_top .feature_top_txt {
  width: 50%;
}
.satellite .feature_top .feature_top_txt h5 {
  text-align: center;
  font-size: 1.4em;
  margin: 0.2em 0 0.5em 0;
}
.satellite .feature_top .feature_top_txt h4 {
  text-align: center;
  color: #00a1d9;
  font-size: min(2.2em, 40px);
  margin-top: 0;
}
.satellite .feature_top .feature_top_txt .check_list_con {
  margin-top: 3em;
}
.satellite .feature_top .feature_top_txt .check_list_con .check_list {
  display: flex;
  align-items: center;
  margin-bottom: 1em;
}
.satellite .feature_top .feature_top_txt .check_list_con .check_list img {
  width: 2em;
}
.satellite .feature_top .feature_top_txt .check_list_con .check_list p {
  margin-left: 0.7em;
  font-size: min(1.2em, 21px);
}
@media (max-width: 768px) {
  .satellite .feature_top .feature_top_txt {
    width: 100%;
  }
  .satellite .feature_top .feature_top_txt h5 {
    font-size: 1.2em;
    margin: 0.2em 0;
  }
  .satellite .feature_top .feature_top_txt h4 {
    font-size: min(2em, 40px);
  }
  .satellite .feature_top .feature_top_txt .check_list_con {
    margin-top: 2em;
  }
}
@media (max-width: 374px) {
  .satellite .feature_top .feature_top_txt h5 {
    font-size: 1.1em;
    font-weight: 500;
  }
  .satellite .feature_top .feature_top_txt h4 {
    font-size: min(1.8em, 40px);
  }
  .satellite .feature_top .feature_top_txt .check_list_con {
    max-width: 80%;
    margin: 2em auto 0 auto;
  }
  .satellite .feature_top .feature_top_txt .check_list_con .check_list img {
    width: 1.7em;
  }
  .satellite .feature_top .feature_top_txt .check_list_con .check_list p {
    margin-left: 0.9em;
    font-size: min(1.1em, 21px);
  }
}
.satellite .sp_imgs {
  display: none;
}
@media (max-width: 768px) {
  .satellite .sp_imgs {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 2em;
  }
  .satellite .sp_imgs img {
    width: 33%;
  }
}

.why_wrap {
  background-color: #f7f7f7;
  padding-top: 5em;
}
@media (max-width: 768px) {
  .why_wrap {
    margin-top: 2em;
    padding: 1em 0;
  }
}
.why_wrap .why_con {
  position: relative;
  margin-bottom: 4em;
}
.why_wrap .why_con .why_img {
  width: 47%;
  padding-bottom: 5em;
  position: relative;
  z-index: 2;
}
.why_wrap .why_con .why_txt {
  box-shadow: 0px 0px 6px -3px #777777;
  background-color: #fff;
  border-radius: 0.5em;
  position: absolute;
  right: 0;
  top: 7em;
  top: 112px;
  width: 62%;
  padding: 4em 8% 4em 16%;
  font-size: min(1em , 1.5vw);
}
@media (max-width: 980px) {
  .why_wrap .why_con .why_txt {
    top: 4em;
    padding: 3em 6% 3em 14%;
  }
}
.why_wrap .why_con .why_txt h4 {
  font-size: 1.8em;
  color: #00a1d9;
  margin-bottom: 1em;
}
@media (max-width: 768px) {
  .why_wrap .why_con {
    margin-bottom: 3em;
    box-shadow: 0px 0px 6px -3px #777777;
  }
  .why_wrap .why_con .why_img {
    width: 100%;
    padding: 0;
  }
  .why_wrap .why_con .why_txt {
    box-shadow: none;
    width: 100%;
    position: relative;
    top: 0;
    padding: 2em 1.5em;
    border-radius: 0 0 0.5em 0.5em;
    font-size: 1em;
  }
  .why_wrap .why_con .why_txt h4 {
    margin-bottom: 0.5em;
  }
}
@media (max-width: 768px) and (max-width: 374px) {
  .why_wrap .why_con .why_txt h4 {
    line-height: 1.4;
    font-size: 1.7em;
  }
}
@media (max-width: 374px) {
  .why_wrap .why_con {
    margin-bottom: 2em;
  }
}
.why_wrap .flip {
  margin-top: 5em;
}
@media (max-width: 1150px) {
  .why_wrap .flip {
    margin-top: 8em;
  }
}
.why_wrap .flip .why_img {
  position: absolute;
  top: 0;
  right: 0;
}
.why_wrap .flip .why_txt {
  position: relative;
  top: 5em;
  padding: 4em 15% 4em 8%;
}
@media (max-width: 980px) {
  .why_wrap .flip .why_txt {
    padding: 3em 14% 3em 6%;
  }
}
@media (max-width: 768px) {
  .why_wrap .flip {
    margin-top: 2em;
  }
  .why_wrap .flip .why_img {
    position: relative;
  }
  .why_wrap .flip .why_txt {
    top: 0;
    padding: 2em;
  }
}

.style {
  padding: 4em 0;
}
@media (max-width: 768px) {
  .style {
    padding: 2em 0;
  }
}
.style .container {
  padding-bottom: 0;
}
.style .style_tit h5 {
  width: 100%;
  text-align: center;
  background-color: #00a1d9;
  color: #fff;
  font-size: 1.7em;
  padding: 0.8em;
  border-radius: 5px;
}
@media (max-width: 768px) {
  .style .style_tit h5 {
    font-size: 1.6em;
    padding: 0.6em;
  }
}
@media (max-width: 374px) {
  .style .style_tit h5 {
    font-size: 1.5em;
    padding: 0.5em;
  }
}
.style .style_tit p {
  text-align: center;
  margin: 2.5em 0 3.5em 0;
}
.style .style_wrap {
  display: flex;
  justify-content: space-between;
}
.style .style_wrap .style_con {
  width: 31%;
  background-color: #fff;
  box-shadow: 0px 0px 6px -3px #777777;
  border-radius: 5px;
  position: relative;
}
.style .style_wrap .style_con p {
  padding: 1.5em 2em 5em 2em;
}
.style .style_wrap .style_con .style_num {
  width: 6em;
  position: absolute;
  bottom: 1em;
  left: auto;
  right: 1.5em;
}
@media (max-width: 768px) {
  .style .style_wrap {
    display: block;
  }
  .style .style_wrap .style_con {
    width: 100%;
    margin-bottom: 2.5em;
  }
}
.style .style_btm {
  margin-top: 4em;
}
.style .style_btm h5 {
  text-align: center;
  font-size: 1.3em;
  margin-bottom: 1em;
}
.style .style_btm .arrow_d {
  width: 2.5em;
  margin: 0 auto;
}

.category_links {
  background-color: #f7f7f7;
}
.category_links .container {
  padding: 60px 0;
}
@media (max-width: 374px) {
  .category_links .container {
    padding: 3em 0 !important;
  }
}
.category_links h4 {
  text-align: center;
  font-size: 1.8em;
  margin-bottom: 1.5em;
}
.category_links .categorys {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.category_links .categorys .category_btn {
  position: relative;
  display: flex;
  width: 48%;
  align-items: center;
  box-shadow: 0px 0px 6px -3px #777777;
  background-color: #fff;
  border-radius: 0.3em;
  margin-bottom: 1.3em;
}
.category_links .categorys .category_btn img {
  width: 28%;
}
.category_links .categorys .category_btn p {
  font-size: 1.4em;
  margin-left: 1em;
  padding-right: 3em;
}
.category_links .categorys .category_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5em;
  transform: translate(0, -50%);
  width: 30px;
  height: 30px;
  background-image: url("/assets/img/satellite/arrow_r.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 480px) {
  .category_links .categorys .category_btn p {
    font-size: 1.2em;
  }
  .category_links .categorys .category_btn::after {
    width: 20px;
    height: 20px;
    right: 1em;
  }
}
@media (max-width: 374px) {
  .category_links .categorys .category_btn img {
    width: 25%;
  }
  .category_links .categorys .category_btn p {
    font-size: 1.1em;
    padding-right: 1em;
    margin-left: 0.7em;
  }
  .category_links .categorys .category_btn::after {
    width: 20px;
    height: 20px;
    right: 1em;
  }
}
@media (max-width: 768px) {
  .category_links .categorys {
    display: block;
  }
  .category_links .categorys .category_btn {
    width: 100%;
  }
}

.search .container {
  padding: 80px 0;
}
@media (max-width: 374px) {
  .search .container {
    padding: 60px 0;
  }
}
.search .search_btn {
  display: flex;
  align-items: center;
  background-color: #00a1d9;
  width: 32em;
  margin: 0 auto;
  padding: 1.5em 2em;
  border-radius: 0.3em;
  position: relative;
}
.search .search_btn img {
  width: 2.2em;
}
.search .search_btn p {
  font-size: 1.4em;
  color: #fff;
  margin-left: 1em;
}
.search .search_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.5em;
  transform: translate(0, -50%);
  width: 40px;
  height: 40px;
  background-image: url("/assets/img/satellite/arrow_r.svg");
  background-position: center;
  background-size: contain;
}
@media (max-width: 768px) {
  .search .search_btn {
    width: auto;
    padding: 1.2em 3em 1.2em 2em;
  }
}
@media (max-width: 374px) {
  .search .search_btn {
    padding: 1.5em 2.5em 1.5em 1em;
  }
  .search .search_btn img {
    width: 1.5em;
  }
  .search .search_btn p {
    font-size: 1.15em;
    margin-left: 0.8em;
  }
  .search .search_btn::after {
    width: 30px;
    height: 30px;
    right: 0.2em;
  }
}

.shared_tit {
  text-align: center;
  font-size: 1.4em;
  padding: 3em 2em 0 2em;
}
@media (max-width: 768px) {
  .shared_tit {
    font-size: 1.2em;
    padding: 3em 1.5em 0 1.5em;
  }
}

@media (max-width: 768px) {
  .shared .container {
    padding: 3em 0 6em;
  }
}
.feature_img_sp {
  display: none;
}
@media (max-width: 768px) {
  .feature_img_sp {
    display: block;
  }
}

.feature_wrap {
  margin: 2em 0 4em 0;
}
.feature_wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .feature_wrap {
    margin: 3em 0 6em 0;
  }
}
@media (max-width: 374px) {
  .feature_wrap {
    margin-bottom: 3em;
  }
}
.feature_wrap .feature_con {
  position: relative;
  margin-bottom: 10em;
}
.feature_wrap .feature_con .feature_img {
  width: 46%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
@media (max-width: 768px) {
  .feature_wrap .feature_con {
    margin-bottom: 3em;
  }
  .feature_wrap .feature_con .feature_img {
    display: none;
  }
}
.feature_wrap .feature_con .feature_txt {
  box-shadow: 0px 0px 6px -2px #777777;
  background-color: #fff;
  border-radius: 0.5em;
  position: relative;
  top: 5em;
  margin-left: auto;
  width: 65%;
  padding: 4em 4% 4em 16%;
}
@media (max-width: 768px) {
  .feature_wrap .feature_con .feature_txt {
    width: 100%;
    padding: 0;
    top: 0;
    box-shadow: none;
  }
}
.feature_wrap .feature_con .feature_txt h4 {
  font-size: 1.8em;
  font-size: min(1.8em, 34px);
  margin-bottom: 0.5em;
}
@media (max-width: 768px) {
  .feature_wrap .feature_con .feature_txt h4 {
    margin-bottom: 1em;
  }
}
.feature_wrap .feature_con .feature_txt .type_wrap {
  display: flex;
  flex-wrap: wrap;
}
.feature_wrap .feature_con .feature_txt .type_wrap .type {
  display: inline-block;
  background-color: #9ebd3d;
  color: #fff;
  padding: 0.1em 1.3em;
  border-radius: 0.2em;
  margin-right: 1em;
  margin-bottom: 1em;
}
.feature_wrap .feature_con .feature_txt .type_wrap .type2 {
  background-color: #4b7bbb;
}
.feature_wrap .feature_con .feature_txt .type_wrap .type3 {
  background-color: #cec042;
}
.feature_wrap .feature_con .feature_txt .facility {
  margin-top: 2em;
}
@media (max-width: 768px) {
  .feature_wrap .feature_con .feature_txt .facility {
    margin-top: 1em;
  }
}
.feature_wrap .feature_con .feature_txt .facility h5 {
  color: #00a1d9;
  font-size: 1.2em;
  font-weight: 500;
  margin-bottom: 0.8em;
}
.feature_wrap .feature_con .feature_txt .facility ul {
  margin: 0;
  padding-left: 2em;
}
.feature_wrap .feature_con .feature_txt .facility ul li {
  position: relative;
  margin-bottom: 0.8em;
}
.feature_wrap .feature_con .feature_txt .facility ul li::before {
  content: "⚫︎";
  position: absolute;
  left: -1.3em;
  color: #00a1d9;
  font-size: 1em;
}
.feature_wrap .bottom {
  margin-bottom: 15em;
}
.feature_wrap .explans {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .feature_wrap .explans {
    display: block;
  }
}
.feature_wrap .explans .explan_con {
  width: 48%;
}
@media (max-width: 768px) {
  .feature_wrap .explans .explan_con {
    width: 100%;
    margin-bottom: 3em;
  }
}
.feature_wrap .explans .explan_con h4 {
  background-color: #00a1d9;
  color: #fff;
  text-align: center;
  border-radius: 0.3em;
  padding: 0.3em;
  font-size: 1.1em;
  font-weight: 400;
  margin-bottom: 1.5em;
}
@media (max-width: 768px) {
  .feature_wrap .explans .explan_con h4 {
    margin-bottom: 1.2em;
  }
}
.feature_wrap .explans .explan_con ul {
  margin: 0;
  padding-left: 1.5em;
}
.feature_wrap .explans .explan_con ul li {
  position: relative;
  margin-bottom: 0.8em;
}
.feature_wrap .explans .explan_con ul li::before {
  content: "⚫︎";
  position: absolute;
  left: -1.3em;
  color: #00a1d9;
  font-size: 1em;
}
.feature_wrap .example {
  width: 100%;
  box-shadow: 0px 0px 6px -2px #777777;
  padding: 3em;
  border-radius: 0.3em;
  margin-top: 3em;
}
@media (max-width: 768px) {
  .feature_wrap .example {
    padding: 1.5em;
  }
}
.feature_wrap .example h3 {
  text-align: center;
  background-color: #00a1d9;
  color: #fff;
  width: 100%;
  border-radius: 0.2em;
  padding: 0.4em;
  font-size: 1.5em;
  font-weight: 500;
}
.feature_wrap .example .example_flex {
  display: flex;
  justify-content: space-between;
  margin-top: 2em;
}
@media (max-width: 768px) {
  .feature_wrap .example .example_flex {
    display: block;
  }
}
.feature_wrap .example .example_flex .example_txt {
  width: 47%;
}
@media (max-width: 768px) {
  .feature_wrap .example .example_flex .example_txt {
    width: 100%;
    margin-bottom: 0.5em;
  }
}
.feature_wrap .example .example_flex .example_txt .type_wrap {
  display: flex;
  flex-wrap: wrap;
}
.feature_wrap .example .example_flex .example_txt .type_wrap .type {
  display: inline-block;
  background-color: #9ebd3d;
  color: #fff;
  padding: 0.1em 1.5em;
  border-radius: 0.2em;
  margin-right: 1em;
  margin-bottom: 1em;
}
.feature_wrap .example .example_flex .example_txt .type_wrap .type:last-child {
  margin-right: 0;
}
@media (max-width: 374px) {
  .feature_wrap .example .example_flex .example_txt .type_wrap .type {
    padding: 0.1em 1.2em;
  }
}
.feature_wrap .example .example_flex .example_txt .type_wrap .type2 {
  background-color: #4b7bbb;
}
.feature_wrap .example .example_flex .example_txt .type_wrap .type3 {
  background-color: #cec042;
}
.feature_wrap .example .example_flex .example_txt table {
  border-collapse: collapse;
  margin-top: 1.5em;
  table-layout: fixed;
  width: 100%;
}
.feature_wrap .example .example_flex .example_txt table tr th, .feature_wrap .example .example_flex .example_txt table tr td {
  border-top: solid 1px #ccc;
  padding: 1.5em 0;
  vertical-align: top;
  word-wrap: break-word;
}
@media (max-width: 374px) {
  .feature_wrap .example .example_flex .example_txt table tr th, .feature_wrap .example .example_flex .example_txt table tr td {
    padding: 1em 0;
  }
}
.feature_wrap .example .example_flex .example_txt table tr th {
  width: 22%;
  text-align: left;
}
.feature_wrap .example .example_flex .example_txt table tr th:last-child {
  border-bottom: solid 1px #ccc;
}
@media (max-width: 374px) {
  .feature_wrap .example .example_flex .example_txt table tr th {
    width: 25%;
    margin-right: 5%;
  }
}
@media (max-width: 374px) {
  .feature_wrap .example .example_flex .example_txt table tr td {
    width: 70%;
  }
}
.feature_wrap .example .example_flex .example_img {
  width: 46%;
}
@media (max-width: 768px) {
  .feature_wrap .example .example_flex .example_img {
    width: 100%;
  }
}
.feature_wrap .search_btn {
  width: 40em;
  margin-top: 6em;
}
@media (max-width: 768px) {
  .feature_wrap .search_btn {
    width: auto;
    margin-top: 4em;
  }
}
.feature_wrap .long {
  width: 43em;
}
@media (max-width: 768px) {
  .feature_wrap .long {
    width: auto;
  }
}
.feature_wrap .example2 {
  width: 100%;
  box-shadow: 0px 0px 6px -2px #777777;
  padding: 3em;
  border-radius: 0.3em;
  background-color: #fff;
  margin-top: 3em;
}
@media (max-width: 768px) {
  .feature_wrap .example2 {
    padding: 1.5em;
  }
}
.feature_wrap .example2 h3 {
  text-align: center;
  background-color: #00a1d9;
  color: #fff;
  width: 100%;
  border-radius: 0.2em;
  padding: 0.4em;
  font-size: 1.5em;
  font-weight: 500;
}
.feature_wrap .example2 .example_flex {
  display: flex;
  justify-content: space-between;
  margin-top: 3em;
}
.feature_wrap .example2 .example_flex .example_wrap {
  width: 47%;
}
@media (max-width: 768px) {
  .feature_wrap .example2 .example_flex {
    display: block;
  }
  .feature_wrap .example2 .example_flex .example_wrap {
    width: 100%;
    margin-bottom: 5em;
  }
  .feature_wrap .example2 .example_flex .example_wrap:last-child {
    margin-bottom: 0;
  }
}
.feature_wrap .example2 .example_flex .example_txt .type_wrap {
  display: flex;
  flex-wrap: wrap;
}
.feature_wrap .example2 .example_flex .example_txt .type_wrap .type {
  display: inline-block;
  background-color: #9ebd3d;
  color: #fff;
  padding: 0.35em 1em;
  border-radius: 0.2em;
  margin-right: 1em;
  line-height: 1;
  margin-bottom: 1em;
}
.feature_wrap .example2 .example_flex .example_txt .type_wrap .type:last-child {
  margin-right: 0;
}
@media (max-width: 374px) {
  .feature_wrap .example2 .example_flex .example_txt .type_wrap .type {
    padding: 0.5em 1.2em 0.3em 1.2em;
  }
}
.feature_wrap .example2 .example_flex .example_txt .type_wrap .type2 {
  background-color: #4b7bbb;
}
.feature_wrap .example2 .example_flex .example_txt .type_wrap .type3 {
  background-color: #cec042;
}
.feature_wrap .example2 .example_flex .example_txt table {
  border-collapse: collapse;
  margin-top: 1.5em;
  table-layout: fixed;
  width: 100%;
}
.feature_wrap .example2 .example_flex .example_txt table tr th, .feature_wrap .example2 .example_flex .example_txt table tr td {
  border-top: solid 1px #ccc;
  padding: 1.5em 0;
  vertical-align: top;
  word-wrap: break-word;
}
@media (max-width: 374px) {
  .feature_wrap .example2 .example_flex .example_txt table tr th, .feature_wrap .example2 .example_flex .example_txt table tr td {
    padding: 1em 0;
  }
}
.feature_wrap .example2 .example_flex .example_txt table tr th {
  width: 25%;
  margin-right: 5%;
  text-align: left;
}
.feature_wrap .example2 .example_flex .example_txt table tr th:last-child {
  border-bottom: solid 1px #ccc;
}
.feature_wrap .example2 .example_flex .adjust {
  margin-top: 3em;
}
@media (max-width: 768px) {
  .feature_wrap .example2 .example_flex .adjust {
    margin-top: 0;
  }
}

.column {
  width: 100%;
  background-color: #e5f5fb;
  position: relative;
  padding: 6em 0 0 0;
}
@media (max-width: 374px) {
  .column {
    padding: 4em 0 0 0;
  }
}
.column .column_back {
  position: absolute;
  width: 4.5em;
  left: 3%;
  top: 2em;
}
.column .column_txt {
  text-align: center;
  position: relative;
  z-index: 2;
  padding: 0 5%;
}
.column .column_txt h6 {
  font-size: 1.4em;
  margin-bottom: 0.5em;
}
.column .column_txt h4 {
  color: #00a1d9;
  font-size: 2.4em;
  margin-bottom: 1.6em;
  line-height: 1.4;
}
@media (max-width: 374px) {
  .column .column_txt h4 {
    margin-bottom: 1em;
  }
}
.column .example {
  width: 100%;
  box-shadow: 0px 0px 6px -2px #777777;
  padding: 3em;
  border-radius: 0.3em;
  background-color: #fff;
}
@media (max-width: 480px) {
  .column .example {
    padding: 1.5em;
  }
}
.column .example h3 {
  text-align: center;
  background-color: #00a1d9;
  color: #fff;
  width: 100%;
  border-radius: 0.2em;
  padding: 0.4em;
  font-size: 1.5em;
  font-weight: 500;
}
.column .example .example_flex {
  display: flex;
  justify-content: space-between;
  margin-top: 3em;
}
.column .example .example_flex .example_wrap {
  width: 47%;
}
@media (max-width: 768px) {
  .column .example .example_flex {
    display: block;
    margin-top: 2em;
  }
  .column .example .example_flex .example_wrap {
    width: 100%;
    margin-bottom: 5em;
  }
  .column .example .example_flex .example_wrap:last-child {
    margin-bottom: 0;
  }
}
.column .example .example_flex .example_txt .type_wrap {
  display: flex;
}
.column .example .example_flex .example_txt .type_wrap .type {
  display: inline-block;
  background-color: #9ebd3d;
  color: #fff;
  padding: 0.1em 1em;
  border-radius: 0.2em;
  margin-right: 1em;
}
.column .example .example_flex .example_txt .type_wrap .type2 {
  background-color: #4b7bbb;
}
.column .example .example_flex .example_txt .type_wrap .type3 {
  background-color: #cec042;
}
.column .example .example_flex .example_txt table {
  border-collapse: collapse;
  margin-top: 1.5em;
  width: 100%;
}
.column .example .example_flex .example_txt table tr th, .column .example .example_flex .example_txt table tr td {
  border-top: solid 1px #ccc;
  padding: 1.5em 0;
  vertical-align: top;
}
@media (max-width: 374px) {
  .column .example .example_flex .example_txt table tr th, .column .example .example_flex .example_txt table tr td {
    padding: 1em 0;
  }
}
.column .example .example_flex .example_txt table tr th {
  width: 30%;
  text-align: left;
}
.column .example .example_flex .example_txt table tr th:last-child {
  border-bottom: solid 1px #ccc;
}

.search_btns {
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
}
.search_btns .search_btn {
  display: flex;
  align-items: center;
  background-color: #00a1d9;
  width: 46.5%;
  padding: 1.5em 2em;
  border-radius: 0.3em;
  position: relative;
}
.search_btns .search_btn img {
  width: 2.2em;
}
.search_btns .search_btn p {
  font-size: 1.4em;
  color: #fff;
  margin-left: 1em;
}
.search_btns .search_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.5em;
  transform: translate(0, -50%);
  width: 40px;
  height: 40px;
  background-image: url("/assets/img/satellite/arrow_r.svg");
  background-position: center;
  background-size: contain;
}

.location_search {
  background-color: #f7f7f7;
}
.location_search .container {
  padding: 60px 0;
}
.location_search h4 {
  text-align: center;
  font-size: 1.8em;
  margin-bottom: 1.5em;
}
.location_search .ls_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.location_search .ls_wrap .ls_link {
  position: relative;
  width: 48%;
  box-shadow: 0px 0px 6px -3px #777777;
  background-color: #fff;
  border-radius: 0.3em;
  margin-bottom: 1.3em;
  padding: 1.5em 5em 1.5em 2em;
}
.location_search.maps .ls_wrap .ls_link {
  display:flex;
  align-items: start;
  padding-right: 2em;
  padding-bottom: 1em;
}
.location_search .ls_wrap .ls_link p {
  font-size: 1em;
  margin-bottom: 1em;
}
.location_search .ls_wrap .ls_link p span {
  margin-left: 1em;
}
.location_search .ls_wrap .ls_link h5 {
  font-size: 1.2em;
  font-weight: 400;
}
.location_search .ls_wrap .ls_link .map_icon {width: 2.938em;height: auto;margin: 0 0.8em 0 -0.8em;}
.location_search .ls_wrap .ls_link .information{}
.location_search .ls_wrap .ls_link .information .tags{
    display: inline-flex;
    flex-wrap: wrap;
    width: 18em;
    gap: 0.5em 0.6em;
}
.location_search .ls_wrap .ls_link .information .tags span{
    border-radius: 0.5em;
    color: #00a1d9;
    border: #00a1d9 1px solid;
    min-width: 6.5em;
    min-height: 2em;
    line-height: 2;
    text-align: center;
    font-size: 0.8em;
    padding: 0 0.4em;
}
.location_search .ls_wrap .ls_link .information .tags span.on{
    background: #00a1d9;
    color: #fff;
}
.location_search .ls_wrap .ls_link .information .tags span.off{color: #fff;border-color: #aaa;background: #aaa;}
.location_search .ls_wrap .ls_link .information h5{
    font-size: 1.1em;
    margin-bottom: 1.1em;
}
.location_search .ls_wrap .ls_link .information p{
    display: inline-block;
    text-align: right;
    margin-bottom: 0;
    width: 8em;
    vertical-align: top;
}
.location_search .ls_wrap .ls_link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5em;
  transform: translate(0, -50%);
  width: 30px;
  height: 30px;
  background-image: url("/assets/img/satellite/arrow_r.svg");
  background-position: center;
  background-size: contain;
}
.location_search.maps .ls_wrap .ls_link::after{
  top: auto;
  bottom: 0;
}

.post_link .container {
  padding: 80px 0;
}
.post_link .search_btn {
  display: flex;
  align-items: center;
  background-color: #898989;
  width: 50em;
  margin: 0 auto;
  padding: 1.5em 2em;
  border-radius: 0.3em;
  position: relative;
}
.post_link .search_btn img {
  width: 2em;
}
.post_link .search_btn p {
  font-size: 1.2em;
  color: #fff;
  margin-left: 1em;
}
.post_link .search_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translate(0, -50%);
  width: 10px;
  height: 15px;
  background-image: url("/assets/img/satellite/arrow_r2.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.research_btn {
  display: flex;
  align-items: center;
  background-color: #00a1d9;
  width: 30em;
  padding: 1.5em 2em;
  border-radius: 0.3em;
  position: relative;
  margin: 20px auto 0;
}
.research_btn img {
  width: 2.2em;
}
.research_btn p {
  font-size: 1.4em;
  color: #fff;
  margin-left: 1em;
}
.research_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.5em;
  transform: translate(0, -50%);
  width: 40px;
  height: 40px;
  background-image: url("/assets/img/satellite/arrow_r.svg");
  background-position: center;
  background-size: contain;
}

.result {
  background-color: #f7f7f7;
}
.result .container {
  padding-bottom: 20px;
}
.result .result_tit {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  border-bottom: solid 2px #00a1d9;
  margin-bottom: 4em;
}
.result .result_tit h5 {
  font-size: 1.2em;
  font-weight: 400;
}
.result .result_tit h5 span {
  color: #00a1d9;
  font-size: 2em;
  margin-right: 0.2em;
  font-weight: 600;
}
.result .result_tit .sort_wrap {
  display: flex;
  align-items: center;
  margin-bottom: 0.5em;
}
.result .result_tit .sort_wrap p {
  margin-right: 1em;
  font-size: 1.1em;
}
.result .result_tit .sort_wrap select {
  padding: 0.3em 0.5em;
  border-color: #777777;
}
.result .result_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 4em;
}
.result .container > .result_wrap {
   margin-top: 2em;
}
.result .result_wrap .result_link {
  width: 47%;
  box-shadow: 0px 0px 6px -3px #777777;
  background-color: #fff;
  border-radius: 0.3em;
  margin-bottom: 4em;
}
.result .result_wrap .result_link img{
  height: 23.4em;
  object-fit: cover;
}
.result .result_wrap .result_link .result_txt {
  position: relative;
  padding: 1.2em 5.5em 1.2em 1.5em;
}
.result .result_wrap .result_link .result_txt p {
  font-size: 1em;
  margin-bottom: 1em;
}
.result .result_wrap .result_link .result_txt p span {
  margin-left: 1em;
}
.result .result_wrap .result_link .result_txt h5 {
  font-size: 1.2em;
  font-weight: 400;
}
.result .result_wrap .result_link .result_txt::after {
  content: "";
  position: absolute;
  bottom: 15%;
  right: 1.5em;
  width: 40px;
  height: 40px;
  background-image: url("/assets/img/satellite/arrow_r.svg");
  background-position: center;
  background-size: contain;
}

.detail_wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 3em;
}
.detail_wrap .detail_l {
  width: 47%;
}
.detail_wrap .detail_l .slide_wrap {
  margin-bottom: 6em;
}
.detail_wrap .detail_l .map {
  width: 100%;
  margin-bottom: 2em;
}
.detail_wrap .detail_l .map iframe {
  width: 100%;
  height: 350px;
}
.detail_wrap .detail_l .gmap_btn {
  display: flex;
  align-items: center;
  background-color: #00a1d9;
  width: 25em;
  padding: 1.3em 2em;
  border-radius: 0.3em;
  position: relative;
  margin: 40px auto 80px;
}
.detail_wrap + .hr {border: none;border-top: #ccc 1px solid;}
.detail_wrap .detail_l .gmap_btn img {
  width: 2em;
}
.detail_wrap .detail_l .gmap_btn p {
  font-size: 1.4em;
  color: #fff;
  margin-left: 1em;
}
.detail_wrap .detail_l .gmap_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5em;
  transform: translate(0, -50%);
  width: 25px;
  height: 25px;
  background-image: url("/assets/img/satellite/blank.svg");
  background-position: center;
  background-size: contain;
}
.detail_wrap .detail_r {
  width: 47%;
}
.detail_wrap .detail_r table {
  border-collapse: collapse;
  /* border-bottom: #cccccc 1px solid; */
}
.detail_wrap .detail_r table tr th, .detail_wrap .detail_r table tr td {
  border-top: solid 1px #ccc;
  padding: 1.5em 0;
  vertical-align: top;
}
 .detail_wrap .detail_r table tr td a{
 word-break: break-word;
 }
.detail_wrap .detail_r table tr th {
  text-align: left;
  width: 27%;
  padding-right: 3%;
}
.detail_wrap .detail_r table tr td {
  width: 73%;
}
.detail_wrap .detail_r table tr th:last-child {
  border-bottom: solid 1px #ccc;
}/*============================
#modal_cts
============================*/
#modal_cts {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 11;
  display: none;
}
#modal_cts .scroll {
  overflow: hidden;
  overflow-y: scroll;
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
}
#modal_cts .bg {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 60%);
}
#modal_cts .container {
}
#modal_cts .cts {
  background: #fff;
  border-radius: 0.2em;
  position: relative;
}
#modal_cts img.close {
  width: 1.15em;
  position: absolute;
  right: 0;
  padding: 0.95em;
  top: 0;
  box-sizing: content-box;
  cursor: pointer;
  transition: opacity 0.24s;
}
#modal_cts img.close:hover {
  opacity: 0.6;
}
#modal_cts h2 {
  text-align: center;
  border-bottom: #00a1d9 2px solid;
  color: #00a1d9;
  font-weight: 500;
  font-size: 1.7em;
  padding: 0.65em;
}

/*============================
#create-office-form
============================*/
#create-office-form {
  padding: 3.8em 3em 3.3em;
}
#create-office-form .pc_flex {
  display: flex;
}
#create-office-form dl.form-fields div {
  display: flex;
}
#create-office-form dt {
  font-size: 1.1em;
  width: 12.1em;
}
#create-office-form .not_flex dt {
  min-width: 13.2em;
}
#create-office-form dt label {
}
#create-office-form dd {
  display: inline-block;
  margin: 0;
}
#create-office-form dd span.pulldown {
  position: relative;
}
#create-office-form dd span.pulldown:after {
  content: "";
  position: absolute;
  right: 1.1em;
  margin-top: -0.35em;
  top: 50%;
  width: 0.45em;
  height: 0.45em;
  border: #000 1px solid;
  border-left: 0;
  border-top: 0;
  transform: rotate(45deg);
}
#create-office-form .pc_flex dl {
  width: 50.5%;
  margin: 0;
  margin-right: 2em;
}
#create-office-form .pc_flex dl + dl {
  width: 46.5%;
  margin: 0;
}
#create-office-form .pc_flex dl + dl dd {
  width: 70.5%;
}
#create-office-form .pc_flex dt {
  width: 8.6em;
  padding-top: 0.3em;
}
#create-office-form .pc_flex dl + dl dt {
  width: 9.6em;
}
#create-office-form .pc_flex dd {
  width: 62.7%;
  margin: 0;
  margin-bottom: 1.52em;
}

#create-office-form input {
  width: 100%;
  font-size: 1.1em;
}
#create-office-form input[type="checkbox"] {
  width: 1.6em;
  font-size: 1.7em;
  appearance: none;
  font-size: 1.1em;
  border: #ccc 1px solid;
  border-radius: 0.2em;
  height: 1.6em;
  padding: 0;
  position: relative;
  margin: 0;
  cursor: pointer;
  vertical-align: middle;
}
#create-office-form input[type="text"] {
  width: 100%;
  border: #ccc 1px solid;
  border-radius: 0.2em;
  height: 2.5em;
  padding: 0.6em;
  appearance: none;
  position: relative;
}
#create-office-form input[disabled] {
  background: #ebebeb;
}
#create-office-form input::placeholder {
  color: #bbb;
}
#create-office-form textarea#freeword {
  font-size: 1em;
  width: 100%;
  border: #ccc 1px solid;
  border-radius: 0.2em;
  height: 8.2em;
  padding: 0.7em;
}
#create-office-form textarea#freeword::placeholder {
  color: #bbb;
}
#create-office-form .button-group {
  text-align: center;
  margin-top: 3.2em;
}
#create-office-form .button-group .button.button--clear {
  appearance: none;
  font-size: 1.2em;
  border: none;
  color: #fff;
  background: #cccccc;
  height: 2.6em;
  position: relative;
  cursor: pointer;
  vertical-align: middle;
  font-weight: 500;
  border-radius: 0.2em;
  width: 10.4em;
  margin: 0 0.4em;
  transition: opacity 0.3s;
}
#create-office-form .button-group .button.button-search {
  display: inline-block;
  font-size: 1.2em;
  border: none;
  color: #fff;
  background: #00a1d9;
  height: 2.6em;
  position: relative;
  margin: 0;
  cursor: pointer;
  vertical-align: middle;
  border-radius: 0.2em;
  width: 10.4em;
  font-weight: 500;
  line-height: 2.6;
  margin: 0 0.4em;
  transition: opacity 0.3s;
}
#create-office-form .button-group .button:hover {
  opacity: 0.7;
}
#create-office-form select {
  font-size: 1.1em;
  width: 100%;
  border: #ccc 1px solid;
  border-radius: 0.2em;
  height: 2.5em;
  padding: 0.6em;
  appearance: none;
  position: relative;
}
#create-office-form dd .form-fields__margin {
  margin: 1.1em 0 0.4em;
  display: block;
}
#create-office-form dd .form-fields__margin label {
  padding-left: 0.8em;
  cursor: pointer;
}
#create-office-form dd .form-fields__margin input#is-barrier-free {
}
#create-office-form input[type="checkbox"] + label.type-2::before {
  top: calc(1em + 3px);
  left: -10px;
}
#create-office-form input[type="checkbox"] + label.type-2::after {
  top: calc(1em + 6px);
  left: -1px;
}
#create-office-form input[type="checkbox"]:checked {
  background: url(/assets/img/satellite/check_box.svg) no-repeat;
  background-size: cover;
  border-color: #00a1d9;
}
#create-office-form hr {
  border: none;
  border-bottom: #ccc 1px solid;
  margin: 1.7em 0 2.4em;
}
#create-office-form .input-list {
  display: flex;
  padding: 0;
}
#create-office-form .input-list#usage-contract-type {
  flex-wrap: wrap;
}
#create-office-form .input-list#usage-contract-type li {
  min-width: 22.3em;
}
#create-office-form dd .flex {
  display: flex;
  flex-wrap: wrap;
  width: 43.3em;
  width: 79.5%;
  gap: 0 1em;
}
#create-office-form dd .flex.width2 {
  max-width: 40em;
}
#create-office-form dd .flex li {
  min-width: 10.07em;
  min-width: 23.2%;
}
#create-office-form dd .flex.width2 li {
  min-width: 25.2%;
}
#create-office-form dd li {
  min-width: 11.4em;
  margin-bottom: 0.9em;
}
#create-office-form dd li.span2 {
  min-width: 21.15em;
  min-width: 48.8%;
}
#create-office-form dd li .search-check-all {
}
#create-office-form dd li label {
  padding: 0.2em 0.4em 0.2em 0.7em;
  margin-left: -0.3em;
  cursor: pointer;
  margin-top: 0em;
  display: inline-block;
  vertical-align: middle;
}
#create-office-form .input-list.or_type #chk-us-3 {
}

.search_maps {
}
.search_maps .search_list {
  display: flex;
  gap: 2px;
  justify-content: space-between;
  padding: 0;
  margin: 2.5em 0 0;
}
.search_maps .search_list li {
  background: #cccccc;
  color: #fff;
  text-align: center;
  width: 33.4%;
  border-radius: 0.3em 0.3em 0 0;
  text-align: left;
  padding: 0.5em 1.3em 0.65em;
  font-size: 1.3em;
  cursor: pointer;
  position: relative;
  transition: background 0.14s;
}
.search_maps .search_list li.active {
  background: #00a1d9;
}
.search_maps .search_list li img.icon {
  width: 1.5em;
  vertical-align: middle;
  margin-right: 0.9em;
}
.search_maps .search_list li span {
  vertical-align: middle;
  font-size: 0.85em;
}
.search_maps .search_list li .sub_open {
  overflow: hidden;
  max-height: 0;
  position: absolute;
  background: #fff;
  top: 0;
  width: 100%;
  left: 0;
  top: 2.9em;
  color: #000;
  padding: 0 0.6em 0;
  border-radius: 0 0 0.4em 0.4em;
  box-shadow: rgb(0 0 0 / 20%) 0 0.2em 0.3em;
  transition: 0.5s cubic-bezier(0.45, 0.12, 0.11, 1.01);
}
.search_maps .search_list li:hover .sub_open {
  max-height: 20em;
  padding: 0.95em 0.6em 0.15em;
}
.search_maps .search_list li .sub_open input {
  appearance: none;
}
.search_maps .search_list li .sub_open img.map_icon {
  width: 2.22em;
  vertical-align: middle;
  margin-bottom: 0.3em;
}
.search_maps .search_list li .sub_open label {
  font-size: 0.8em;
  vertical-align: middle;
  display: inline-block;
  padding: 0.9em 0.8em;
  min-width: 18.8em;
  margin-top: -0.7em;
  cursor: pointer;
  position: relative;
}
.search_maps .search_list li .sub_open label:before {
  content: "";
  position: absolute;
  width: 3.55em;
  height: 2em;
  background: #cccccc;
  border-radius: 2em;
  right: 0.2em;
  top: 0.7em;
}
.search_maps .search_list li .sub_open label:after {
  content: "";
  width: 2em;
  height: 2em;
  position: absolute;
  background: #fff;
  border-radius: 2em;
  right: 1.75em;
  top: 0.7em;
  transform: scale(0.82);
  transition: 0.16s ease-in-out;
}

.search_maps
  .search_list
  li
  .sub_open
  input[type="checkbox"]:checked
  + img
  + label:before {
  background: #00a1d9;
}
.search_maps
  .search_list
  li
  .sub_open
  input[type="checkbox"]:checked
  + img
  + label:after {
  right: 0.2em;
}
.search_maps .search_list li img.icon.icon2 {
  width: 1.55em;
  margin-right: 1em;
}
.search_maps .search_list li img.icon.icon3 {
  width: 1.1em;
  margin-left: 0.2em;
  margin-right: 1.3em;
}
.search_maps .map {
  width: 100%;
  height: 42.5em;
  background: #e5e3df;
}
.search_maps .map iframe {
  width: 100%;
  height: 100%;
}

.business-week-hours-table {
  width: 100%;
  border-collapse: collapse;
}
.business-week-hours-table th,
.business-week-hours-table td {
  padding: .35rem .5rem;
  border: 1px solid #e3e3e3;
  vertical-align: top;
  
}
.business-week-hours-table th {
  white-space: nowrap;
  width: 6em; /* 好みで調整 */
  padding: 10px;
  background: #f7f7f7;
}
.detail_wrap .detail_r table.business-week-hours-table th {
  text-align: center;
  vertical-align: middle;
}
.business-hours { 
  margin: 0 0 0 1em;
}

#facilityCarousel {
  position: relative;
  padding-bottom: 3.2rem; /* ← ページネーション分の余白を作る */
}

/* 施設カルーセル専用リセット（必ず共通CSSより後に読み込む） */
#facilityCarousel.swiper { 
  overflow: hidden; 
  position: relative;
}

#facilityCarousel .swiper-wrapper {
  width: auto !important;         /* max-content を打ち消す */
  display: flex !important;
  transition-property: transform;
  transition-duration: 0.3s;   /* お好み */
}

#facilityCarousel .swiper-slide {
  flex: 0 0 100% !important;      /* 1枚=100% 幅を強制 */
  width: 100% !important;         /* 22.5em を打ち消す */
  height: auto;
  box-sizing: border-box;
  max-width: 100%;
}

#facilityCarousel .swiper-slide figure,
#facilityCarousel .swiper-slide img {
  margin: 0;
  width: 100%;
  height: auto;
  display: block;
    height: 23.45em;
  object-fit: contain;
  /* 必要なら: 固定比にしたい時は親に高さ付けて object-fit:cover; */
}

/* 施設カルーセルの矢印・ページネーション（任意） */
#facilityCarousel .swiper-button-prev,
#facilityCarousel .swiper-button-next {
  position: absolute;
  bottom: .5rem;
  width: 3em;
  height: 3em;
  border: none;
  background: #00a1d9 url(/assets/img/arrow.svg) no-repeat center;
  background-size: .75em;
  border-radius: .4em;
  cursor: pointer;
  transition: opacity .24s;
  z-index: 2;
}
/* 矢印は左右中央に（画像の上下に被らない） */
#facilityCarousel .swiper-button-prev,
#facilityCarousel .swiper-button-next {
  position: absolute;
  top: calc(50% - 1.6rem);
  bottom: auto;
  width: 3rem;
  height: 3rem;
  transform: translateY(-50%); /* 中央寄せ */
  z-index: 3;
}
#facilityCarousel .swiper-button-prev { left: .5rem; transform: translateY(-50%) scaleX(-1); }
#facilityCarousel .swiper-button-prev:hover,
#facilityCarousel .swiper-button-next:hover { opacity: .7; }
#facilityCarousel .swiper-button-next { right: .5rem; }

/* スマホは控えめに */
@media (max-width: 768px){
  #facilityCarousel { padding-bottom: 2.6rem; }
  #facilityCarousel .swiper-button-prev,
  #facilityCarousel .swiper-button-next { width: 2.5rem; height: 2.5rem; }
}

#facilityCarousel .swiper-pagination {
  position: absolute;
  left: 50%;
  bottom: .6rem;
  transform: translateX(-50%);
  z-index: 2;
}

#facilityCarousel .swiper-button-disabled { display: none; }
@media (max-width: 768px){
  .search_btns{
    display:block;
    padding: 0;
  }
  .search_btns .search_btn,
  .research_btn{
    width:100%;
    margin-bottom: 1.5em;
    padding: 1.3em 2em;
  }
  .research_btn{
    margin:0;
  }
  .location_search .ls_wrap{
    display:block;
  }
  .location_search .ls_wrap .ls_link{
    display: block;
    width: 100%;
    padding-right: 1em;
  }
  .location_search.maps .ls_wrap .ls_link::after{
    right: 0.8em;
    bottom: -0.3em;
  }
  .location_search .ls_wrap .ls_link .information{
    width: 17em;
  }
  .post_link .search_btn{
    width: 25em;
    padding: 1.1em 1.1em 1.1em 3.3em;
    font-size: 0.9em;
    line-height: 1.45;
  }
  .post_link .search_btn img{
    margin-left: -1em;
    margin-right: 0.6em;
  }

  /*============================
  #modal_cts
  ============================*/
  #modal_cts .container {
  }
  #modal_cts .cts {
    border-radius: 0.2em;
  }
  #modal_cts img.close {
    padding: 0.75em;
    font-size: 1.2em;
  }
  #modal_cts h2 {
    border-bottom: #00a1d9 1px solid;
    font-size: 1.5em;
    padding-top: 0.8em;
  }
  
  /*============================
  #create-office-form
  ============================*/
  #create-office-form {
    padding: 1.8em 1.5em 2.3em;
  }
  #create-office-form .pc_flex{
    display:block;
  }
  #create-office-form dt {
    font-size: 1.1em;
    width: 12.1em;
  }
  #create-office-form .not_flex dt {
    margin-bottom: 1em;
  }
  #create-office-form dd span.pulldown:after {
    right: 1.1em;
    margin-top: -0.35em;
    width: 0.45em;
    height: 0.45em;
  }
  #create-office-form .pc_flex dl {
    width: 50.5%;
    margin-right: 2em;
    width: 100%;
  }
  #create-office-form .pc_flex dl + dl {
    width: 100%;
  }
  #create-office-form .pc_flex dl + dl dd {
    width: 100%;
  }
  #create-office-form dl.form-fields div{
    display:block;
  }
  #create-office-form .pc_flex dt {
    width: 8.6em;
    padding-top: 0.3em;
    letter-spacing: 0;
    margin-bottom: 0.5em;
  }
  #create-office-form .pc_flex dl + dl dt {
    width: 9.6em;
  }
  #create-office-form .pc_flex dd {
    width: 100%;
    margin-bottom: 1.32em;
  }
  #create-office-form input {
    font-size: 1.1em;
  }
  #create-office-form input[type="checkbox"] {
    width: 1.6em;
    font-size: 1.7em;
    font-size: 1.1em;
    border-radius: 0.2em;
    height: 1.6em;
  }
  #create-office-form input[type="text"] {
    border-radius: 0.2em;
    height: 2.5em;
    padding: 0.6em;
  }
  #create-office-form input[type="text"]::placeholder{
    font-size:.95em;
  }
  #create-office-form textarea#freeword {
    border-radius: 0.2em;
    height: 8.2em;
    padding: 0.7em;
  }
  #create-office-form .button-group {
    margin-top: 3.2em;
  }
  #create-office-form .button-group .button.button--clear {
    font-size: 1.4em;
    width: 100%;
    margin: 0 0 1em;
  }
  #create-office-form .button-group .button.button-search {
    font-size: 1.4em;
    width: 100%;
    margin: 0 0 1em;
  }
  #create-office-form select {
    font-size: 1.1em;
    border-radius: 0.2em;
    height: 2.5em;
    padding: 0.6em;
  }
  #create-office-form dd .form-fields__margin {
    margin: 1.1em 0 0.4em;
  }
  #create-office-form dd .form-fields__margin label {
    padding-left: 0.8em;
  }
  #create-office-form input[type="checkbox"] + label.type-2::before {
    top: calc(1em + 3px);
    left: -10px;
  }
  #create-office-form input[type="checkbox"] + label.type-2::after {
    top: calc(1em + 6px);
    left: -1px;
  }
  #create-office-form hr {
    margin: 1.7em 0 2.4em;
  }
  #create-office-form .input-list#usage-contract-type li {
    min-width: 22.3em;
  }
  #create-office-form dd .flex {
    width: 43.3em;
    width: 79.5%;
    gap: 0 1em;
  }
  #create-office-form dd .flex.width2 {
    max-width: 40em;
  }
  #create-office-form dd .flex li {
    min-width: 10.07em;
    min-width: 23.2%;
  }
  #create-office-form dd .flex.width2 li {
    min-width: 25.2%;
  }
  #create-office-form dd li {
    min-width: 9.3em;
    margin-bottom: 0.9em;
  }
  #create-office-form dd li.span2 {
    min-width: 21.15em;
    min-width: 48.8%;
  }
  #create-office-form dd li label {
    padding: 0.2em 0.4em 0.2em 0.7em;
    margin-left: -0.3em;
    margin-top: 0em;
    max-width: 9.8em;
    vertical-align: top;
  }
  #create-office-form .input-list#usage-contract-type li label {
    max-width: 20.8em;
  }

  .search_maps {
  width: 119.1%;
  margin-left: -9.4%;
  margin-bottom: -1.5em;
  }
  .search_maps .search_list {
    gap: 2px;
    margin: 2.5em 0 0;
  }
  .search_maps .search_list li {
    width: 33.4%;
    border-radius: 0.2em 0.2em 0 0;
    padding: 0.3em 0.6em 0.35em;
    font-size: 1.3em;
    white-space: nowrap;
  }
  .search_maps .search_list li img.icon {
    width: 0.8em;
    margin-right: 0.6em;
  }
  .search_maps .search_list li span {
    text-align: center;
    font-size: 0.65em;
    display: inline-block;
    width: 6em;
    white-space: wrap;
    line-height: 1.3;
  }
  .search_maps .search_list li .sub_open {
    top: 0;
    width: 100%;
    top: 2.9em;
    padding: 0 0.6em 0;
    border-radius: 0 0 0.4em 0.4em;
    box-shadow: rgb(0 0 0 / 20%) 0 0.2em 0.3em;
    transition: 0.5s cubic-bezier(0.45, 0.12, 0.11, 1.01);
  }
  .search_maps .search_list li:hover .sub_open {
    max-height: 20em;
    padding: 0.95em 0.6em 0.15em;
  }
  .search_maps .search_list li .sub_open img.map_icon {
    width: 2.22em;
    margin-bottom: 0.3em;
  }
  .search_maps .search_list li .sub_open label {
    font-size: 0.8em;
    padding: 0.9em 0.8em;
    min-width: 18.8em;
    margin-top: -0.7em;
  }
  .search_maps .search_list li .sub_open label:before {
    width: 3.55em;
    height: 2em;
    border-radius: 2em;
    right: 0.2em;
    top: 0.7em;
  }
  .search_maps .search_list li .sub_open label:after {
    width: 2em;
    height: 2em;
    border-radius: 2em;
    right: 1.75em;
    top: 0.7em;
  }
  #floating-filter-dropdown{
    font-size: 3.8vw !important;
    width: 90% !important;
  }
  
  .search_maps
    .search_list
    li
    .sub_open
    input[type="checkbox"]:checked
    + img
    + label:before {
    background: #00a1d9;
  }
  .search_maps
    .search_list
    li
    .sub_open
    input[type="checkbox"]:checked
    + img
    + label:after {
    right: 0.2em;
  }
  .search_maps .search_list li img.icon.icon2 {
    width: 0.95em;
    margin-right: 0.5em;
  }
  .search_maps .search_list li img.icon.icon3 {
    width: 0.7em;
    margin-left: 0.2em;
    margin-right: 0.7em;
  }
  .search_maps .map {
    height: 42.5em;
    max-height: calc(100vh - 15em);
  }
  .search_maps .map iframe {
    width: 100%;
    height: 100%;
  }
  .location_search .ls_wrap .ls_link .information p{
    text-align:left;
    display:block;
    margin-top:.6em
  }

  
  .result .result_wrap {
    display: block;
  }
  .result .result_wrap .result_link img{
    height: 15em;
  }
  #facilityCarousel .swiper-slide figure, #facilityCarousel .swiper-slide img{
    height: 100%;
    height: 15em;
  }
  #facilityCarousel .swiper-wrapper{
    height: 15em !important;
    margin-bottom: 1em;
  }
  .detail_wrap{
    display:block;
    margin-top: 0;
  }
  .detail_wrap .detail_l,
  .detail_wrap .detail_r{
    width:100%;
  }
  .post_link .container{
    margin:0;
    width: 100%;
  }
  .common_btn.back{
    max-width: 100%;
  }
  .detail_wrap .detail_l .slide_wrap{
    margin-bottom:2em;
    width: 119.1%;
    margin-left: -9.5%;
  }
  .detail_wrap .detail_l .map{
    margin-top: 0em;
  }
  #facilityCarousel .swiper-pagination{
    margin-left:0;
  }
  #facilityCarousel .swiper-button-prev,
  #facilityCarousel .swiper-button-next{
    bottom:0;
    top:auto;
    transform: none;
    width: 2.5em;
    height: 2.5em;
    background-size: 0.6em;
  }
    #facilityCarousel .swiper-button-prev{
      left: 6.4em;
      transform: scaleX(-1);
    }
    #facilityCarousel .swiper-button-next{
    right: 6.4em;
    }
}

#bannerCloseImageSmall{
  width:auto;
}