﻿@charset "UTF-8";


.top-search-gap-wrap {
  display: flex;
  flex-direction: column;
  gap: 0px;
}

.top-search-gap-wrap > * {
  display: flow-root;
  margin: 0 !important;
}

.top-search-gap-item {
  display: flow-root;
}

/*
* {
  outline: 1px solid red;
}
*/


/* 空間を */
section {
  padding: 0px 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  section {
    padding: 0px 0;
  }
}

.topics-title {
    margin-top: 0px;
}


.contentstitle{
  margin-top: 0px;
}
@media screen and (max-width: 768px) {
.contentstitle{
  margin-top: 0px;
  padding: 0 10px;
  margin-bottom: -10px;
}
}

.new_open{
  margin-top: 0px;
}

.search_top{
    margin-top: 0px;
}
.news_list_top{
   margin-top: 0px;
 }

 .contentstitle{
  margin-top: 0px;
}
@media screen and (max-width: 768px) {
.contentstitle{
  margin-top: 0px;
  padding: 0 10px;
  margin-bottom: 0px;
    text-align: center;
}
}


.contentstitle h2{
  margin-bottom: 0px;
}

.contentstitle p{
  text-align: center;
  font-size: 18px;
  margin-bottom: 0px;
}

@media screen and (max-width: 768px) {
.contentstitle p{
    text-align: center;
  font-size: 12px;
}
}

.campaign h2{
  margin-bottom: 0px;
}

.search h2{
  margin-bottom: 0px;
}

.step-wrapper {
  margin-bottom: 0px;
}

  .waiting_btn_waku{
    margin-top: 0px !important;
  }



/* 修正 */
.banner-item {
  padding: 51px 10px !important;
  font-size: 18px;
}

.floating-banner {
  top: 40%;
}

/* ヘッダー */
.feature-header {
  border-radius: 10px 10px 0 0; 
}

  main .top-banner ul li a img {
   border-radius: 10px 10px 0 0; 
  }

  section.search .maparea .mapBOX div span[data-detail="2"] {
  top: 190px;
  /* left: 475px; */
  left: calc(475 / 698 * 100%);
}

section.search .maparea .mapBOX div span[data-detail="14"] {
  top: 282px;
  /* left: 493px; */
  left: calc(493 / 698 * 100%);
}

section.search .maparea .mapBOX div span[data-detail="11"] {
  top: 228px;
  /* left: 512px; */
  left: calc(512 / 698 * 100%);
}

.search_freeword_tex{
   padding-left: 12px;
  }


  .footer_grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr; /* 左右に等幅(1fr)で2ブロック配置 */
  gap: 30px; /* ブロック間の余白 */
}

/* 見やすくするための装飾（任意） */
.footer_grid-item {
}

@media screen and (max-width: 768px) {
  .footer_grid-container {
  display: block;
}
}


.top_ca_top {
  margin-top: 100px !important;
  margin-bottom: 40px !important;
}
.top_ca_tops {
  margin-top: 40px !important;
}

@media screen and (max-width: 768px) {
.top_ca_top {
  margin-top: 60px !important;
  margin-bottom: 25px !important;
}
.top_ca_tops {
  margin-top: 25px !important;
}
}
@media screen and (max-width: 768px) {
.h2tit {
  font-size: 24px !important;
}
.h2tit_p{
  font-size: 16px !important;
  text-align: left !important;
}
}


footer .footer_office .footer_topic {
  font-size: 14px;
  font-weight: normal;
  margin-right: 36px;
  white-space: nowrap;
  min-width: 150px;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  footer .footer_office .footer_topic {
    margin-bottom: 4px;
  }
}
footer .footer_office .area .area_list li a {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  footer .footer_office .area .area_list li a {
    font-size: 14px;
  }
}


@media screen and (max-width: 767px) {
.box3_toggle{
  padding: 0;
}
section.search .box3 ul.detail-box-ul {
  padding: 18px 0px 8px;
}
section.search .detail-box {
  padding: 17px 10px 25px;
}

.a_item::after {
  content: "▼";
  font-size: 10px;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}

}


@media screen and (max-width: 768px) {

  .select_icon {
    position: relative;
  }

  .select_icon::after {
  content: "▼";
  font-size: 10px !important;
    position: absolute;
    right: 12px !important;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
  }


.area_tokyo {
  font-weight: bold;
  background: #fff;
}

.a_container_table {
  table-layout: fixed !important;
}

.area_tokyo {
  width: 105px !important;
  min-width: 105px !important;
}
.search_area_label {
  display: flex;
  align-items: flex-start;
  gap: 6px;
}

.search_area_label input {
  flex-shrink: 0;
  margin-top: 3px;
}

.search_area_label .checkbox01-parts {
  display: block;
  line-height: 1.5;
}


section.search .all_pref_wrap {
  background: #F4F6F7;
  padding: 17px 10px 18px;
}

.detail-box-ma {
  margin-top: -10px !important;
  margin-bottom: -45px !important;
}

}

main .news ul.news_list li a h3 img {
  vertical-align: 0;
  margin-right: 0px !important;
}
@media screen and (max-width: 767px) {
  main .news ul.news_list li a h3 {
    display: -webkit-box;
    -webkit-line-clamp: 2;   /* 2行まで */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.6;
    max-height: calc(1.6em * 2); /* Safari対策 */
  }
}

footer .footer_office .footer_title {
  text-align: left;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 24px;
　color: #041A45;
}
@media screen and (max-width: 767px) {
  footer .footer_office .footer_title {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
footer .footer_office .all_access .all_access_list li a {
  font-size: 14px;
}



main .plan ul.plan_list > li .text_wrap ul.plan_name_list li {
  background: #041A45;
  margin-bottom: 13px;
  padding: 4px 0;
  flex: 1;
  text-align: center;
}

section.search .box2 ul.search_plan {
  padding-top: 15px;
  padding-left: 12px;
}

section.search .box2 ul.search_plan li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

section.search .box2 ul.search_plan label.search {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  section.search .select_icon::after {
    content: "▼";
    background: none; /* ← これ追加 */
    width: auto;
    height: auto;

    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 767px) {
.type20 {
  padding: 8px 0 !important;
}
.type100 {
  padding: 8px 0 !important;
}
}

main.plan #detail .catch_wrap {
  padding-bottom: 0px;
}

.btn_pdf_plan{
  margin-top: 50px;
  margin-bottom: 0px;
}

.select_plan_list{
  margin-top: 0 !important;
}

.about_list li p{
  font-size: 14px;
}

main.plan_common a.btn {
  display: block;
  width: 340px;
  height: 40px;
  line-height: 40px;
  margin: 44px auto 0;
  color: #041A45;
  border: 1px solid #041A45;
  border-radius: 12px;
  padding: 0;
  font-size: 18px;
}

section.cost ul.cost_list li:not(.plus_mark) {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

section.cost ul.cost_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

section.cost ul.cost_list li:not(.plus_mark) {
  width: calc((100% - 48px) / 3);
  margin-right: 24px;
}

section.cost ul.cost_list li:not(.plus_mark):nth-child(3) {
  margin-right: 0;
}

@media screen and (max-width: 767px) {

  section.cost ul.cost_list {
    display: block !important;
  }

  section.cost ul.cost_list li {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 20px !important;
    padding: 0 !important;
    float: none !important;
    flex: none !important;
    box-sizing: border-box !important;
  }

}
/* 
.top_ca_margin {
  margin-top: 100px !important;
}

.top_ca_text_box {
  height: 40px !important;
  padding-top: 11px;
  box-sizing: border-box;
  text-align: center;
  overflow: hidden;
}

.top_ca_tops.h2tit_p {
  margin: 0 !important;
  line-height: 1;
}

@media screen and (max-width: 767px) {
.top_ca_text_box {
  height: 40px !important;
  padding-top: 5px;
  box-sizing: border-box;
  text-align: center;
  overflow: hidden;
}
}
/* 見やすくするための装飾（任意） */

.top_ca_top_pp {
  margin-top: 100px !important;
  margin-bottom: 35px !important;
}

@media screen and (max-width: 768px) {
.top_ca_top_pp {
  margin-top: 60px !important;
  margin-bottom: 25px !important;
}
}

.top_ca_tops {
  margin-top: 10px !important;
}

@media screen and (max-width: 768px) {
.top_ca_tops {
  margin-top: 10px !important;
}
}

.top_ca_bot {
  margin-bottom: 100px !important;
}

@media screen and (max-width: 768px) {
.top_ca_bot {
  margin-bottom: 60px !important;
}
}