html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,button,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ul{
  list-style: none;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  display: flex;
  flex-direction: column;
  color: #212121;
  font-family: "Noto Sans JP", sans-serif;
}

img{
    max-width: 100%;
}

.pc{
  display: inline-block;
}
.sp{
  display: none;
}

.mt10{margin-top: 10px;}
.mt20{margin-top: 20px;}
.mt30{margin-top: 30px;}
.mt40{margin-top: 40px;}

.gnavi__wrap {
  width: 100%;
  margin: 0 auto;
  background-color: #0B64A5;
}
.gnavi__lists {
  display: flex;
  justify-content: center;
}
.gnavi__list {
  height: 60px;
  background-color: #0B64A5;
  position: relative;
  transition: all .3s;
  padding: 0 1%;;
}
.gnavi__list:hover {
  background-color: #0071BB;
}
.gnavi__list:not(:first-child)::before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .3s;
}
.gnavi__list:hover::before {
  background-color: #0071BB;
}
.gnavi__list a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #1b4059;
  font-size: 15px;
  letter-spacing: 0.05em;
  font-weight: 600;
  transition: all .3s;
  color: #fff;
}
.gnavi__list:hover a {
  color: #fff;
}

.dropdown__lists {
  display: none;/*デフォルトでは非表示の状態にしておく*/
  width: 100%;
  position: absolute;
  top: 60px;
  left: 0;
}
.gnavi__list:hover .dropdown__lists {
  display: block;/*Gナビメニューにホバーしたら表示*/
}
.dropdown__list {
  background-color: #004d80;
  height: 60px;
  transition: all .3s;
  position: relative;
}
.dropdown__list:not(:first-child)::before{
  content: "";
  width: 100%;
  height: 1px;
  background-color: #3492d1;
  position: absolute;
  top: 0;
  left: 0;
}
.dropdown__list:hover {
  background-color: #003558;
}
.dropdown__list a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
  position: relative;
  text-align: center;
}
.dropdown__lists {
  visibility: hidden;/*デフォルトでは非表示の状態にしておく*/
  opacity: 0;/*不透明度0*/
  transition: all .3s;/*表示の変化を0.3秒に指定*/
  width: 100%;
  position: absolute;
  top: 60px;
  left: 0;
}
.gnavi__list:hover .dropdown__lists {
  visibility: visible;/*Gナビメニューにホバーしたら表示*/
  opacity: 1;/*不透明度1*/
}

.dropdown__lists {
    transform: scaleY(0);/*デフォルトでは非表示の状態にしておく*/
    transform-origin: center top;/*変形を適応する基準をtopとする*/
    transition: all .3s;/*表示の変化を0.3秒に指定*/
    width: 100%;
    position: absolute;
    top: 60px;
    left: 0;
}
.gnavi__list:hover .dropdown__lists {
    transform: scaleY(1);/*Gナビメニューにホバーしたら表示*/
}


.brand {
  font-weight: bold;
  font-size: 20px; }

.brand img{
  max-width: 250px;
}

.brand{
  text-decoration: none;
  color: #000;
  font-weight: normal;
  font-size: 11px;
  line-height: 25px;
}


.site-header {
  position: relative;
  background-color: #fff; }

.site-header__wrapper {
  padding-top: 1rem;
  padding-bottom: 1rem; }
  @media (min-width: 600px) {
    .site-header__wrapper {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding-top: 0;
      padding-bottom: 0; 
      padding-left: 20px;} }
@media (min-width: 600px) {
  .nav__wrapper {
    display: flex;
    align-items: center; } }

@media (max-width: 599px) {
  .nav__wrapper {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: -1;
    background-color: #d9f0f7;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-100%);
    transition: transform 0.3s ease-out, opacity 0.3s ease-out; }
    .nav__wrapper.active {
      visibility: visible;
      opacity: 1;
      transform: translateY(0); } }


.nav__item a {
  display: block;
  max-height: 100px;}
.nav__toggle {
  display: none; }
  @media (max-width: 599px) {
    .nav__toggle {
      display: block;
      position: absolute;
      right: 1rem;
      top: 1rem; } }

      .nav__item:first-child{
        margin-right: 20px;
      }

 
      .fv{
        background-image: url("https://self-regeneration.jp/wp-content/themes/jstork19/img/edogawa/bg.jpg");
        background-repeat: no-repeat;
        background-size:cover;}
  

@media only screen and (max-width: 767px) {
  .section__ttl {
    font-size: 16px;
  }
}
.section__container {
  margin: 0 auto;
  padding: 80px 0;
}
@media only screen and (max-width: 767px) {
  .section__container {
    padding: 42px 0;
  }
}

.fv__container {
  max-width: 1024px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0 auto 0 auto;
  padding: 40px 0;
}
@media only screen and (max-width: 1024px) {
  .fv__container {
    width: 95%;
  }
}
.fv__ttl {
  margin: 150px auto;
  text-align: center;
  font-size: 50px;
  line-height: 70px;
  color: #F7DB68;
  text-shadow: 0px 3px 6px #00000086;
}

.fv__ttl span{
  font-weight: bold;
  color: #000;
  line-height: 40px;
  font-size: 24px;
  margin-top: 20px;
  display: block;
  text-shadow: none;
}


.fv__ttl img{
  margin-top: 20px;
}

.fv__txt{
  font-size: 18px;
  text-align: center;
  line-height: 28px;
  color: #fff;
}

.fv__menu{
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  justify-content: space-evenly;
}


.sumida_container{
  padding:80px 0;
  background-image: url("https://self-regeneration.jp/wp-content/themes/jstork19/img/edogawa/sumida_bg.jpg");
  background-repeat: no-repeat;
  background-size:cover;
}

.sumida_ttl{
  color: #fff;
  text-align: center;
  font-size: 40px;
  line-height: 55px;
}

.sumida_sub{
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  margin-top: 10px;
}

.sumida-block{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  justify-content: space-evenly;
  margin-top: 40px;
}

.sumida-box{
  width: 30%;}

.sumida-cont{
  margin-top: 10px;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  height: 270px;
}
.sumida-cont-main{
  text-align: center;
  font-size: 35px;
  font-weight: bold;
  color: #0B64A5;
  line-height: 45px;
}
.sumida-cont-sub{
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  margin-top: 10px;
  color: #0B64A5;
}


.sumida-cont-main span{
  font-size: .6em;
}

.syutten{
  color: #fff;
  margin: 20px;
}

.syuttenurl{
  display: block;
  color: #fff;
  font-size: 14px;
}

.sumida-list{
  margin-top: 30px;
  background-color: #0B64A5;
  border-radius: 10px;
  padding: 30px;
}
.sumida-list-ttl{
  color: #fff;
  text-align: center;
  font-size: 25px;
}

.sumida-list-name{
  margin-top: 20px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  line-height: 25px;
}
.sumida-middle{
  display: block;
  text-align: center;
  font-size: 18px;
  line-height: 25px;
  font-weight: bold;
  margin-top: 10px;
  color: #0B64A5;
}

.sumida-cont-sub-mini{
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  margin-top: 10px;
  line-height: 25px;
  color: #0B64A5;
}
.sumida-mini{
  display: block;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  margin-top: 10px;
  color: #0B64A5;
}

.sumida-ttl-img{
  height: 100px;
}

.about_box{
  display: flex;
  flex-wrap: wrap;
}

.about-img{
  width: 40%;
}

.about-sent{
  width: 46%;
  margin: 40px;
}

.about-ttl{
  color: #0B64A5;
font-size: 30px;
line-height: 45px;
}

.about-txt{
  margin-top: 20px;
  line-height: 30px;
}


.footer_box{
  display: flex;
  flex-wrap: wrap;
}

.footer-img{
  width: 40%;
}

.footer-sent{
  width: 55%;
  margin-left: 3%;
}

.footer-ttl{
  color: #0B64A5;
font-size: 30px;
line-height: 45px;
}

.footer-txt{
  margin-top: 20px;
  line-height: 30px;
}
.contact_flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}


.edogawa-list{
  margin-top: 30px;
  background-color: #0B64A5;
  border-radius: 10px;
  padding: 30px;
}
.edogawa-list-ttl{
  color: #fff;
  text-align: center;
  font-size: 25px;
}

.edogawa-list-name{
  margin-top: 20px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  line-height: 25px;
}

.edogawa-cont-sub-mini{
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
  line-height: 25px;
  color: #0B64A5;
}
.edogawa-mini{
  display: block;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  margin-top: 10px;
  color: #0B64A5;
}


.css-button-sliding-to-left--blue {
  min-width: 130px;
  height: 40px;
  color: #fff;
  margin-top: 20px;
  padding: 5px 10px;
  font-weight: bold;
  letter-spacing: １px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  outline: none;
  z-index: 0;
  background: #fff;
  overflow: hidden;
  border: 2px solid #0B64A5;
  color: #0B64A5;
}
.css-button-sliding-to-left--blue:hover {
  color: #fff;
}
.css-button-sliding-to-left--blue:hover:after {
  width: 100%;
}
.css-button-sliding-to-left--blue:after {
  content: "";
  position: absolute;
  z-index: -1;
  transition: all 0.3s ease;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #0B64A5;
}

.contents_wrap{
  max-width: 1024px;
  text-align: center;
  margin: auto;
}

.blue_grada{
  color: #ACB6E5;
  background: -webkit-linear-gradient(0deg, #2B8BD1, #20679D);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}
.section_01-block{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
  line-height: 36px;
}
.section_01-box{
  width: 30%;
  margin: 10px 20px 0px 0px;
  padding: 20px 20px 40px 20px;
  background: rgb(35,113,171);
  background: linear-gradient(141deg, rgba(35,113,171,1) 0%, rgba(34,110,167,1) 42%, rgba(18,57,86,1) 100%);
  position: relative;
  border-radius: 20px;
  box-shadow: 10px 10px 0px #00000033;
}
.box01{
  position: absolute;
  right: 20px;
  top: 20px;
}

.box01 img{
height: 50px;}

.whiteline{
width: 80px;
margin: 25px 0;
border: solid 1px #fff;
}

.section_01-box-ttl{
  color: #fff;
  text-align: left;
  font-size: 25px;
  margin-top: 20px;
  font-weight: normal;
}

.section_01-box-txt{
  font-size: 14px;
  color: #fff;
  text-align: left;
line-height: 30px;
}

.section_ttl{
  color: #fff;
font-size: 28px;
line-height: 35px;
margin-bottom: 10px;
}

.section__ttl img{
  max-width: 380px;
}

.section_flex{
  padding: 0 20px;
  margin: 40px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

#section_01{
background-color: #F4F4F4;
}

#results{
  background-image: url("https://self-regeneration.jp/wp-content/themes/jstork19/img/edogawa/bg_02.jpg");
  background-repeat: no-repeat;
  background-size:cover;
}

#section_02{
  background: rgb(141,207,255);
background: linear-gradient(180deg, rgba(11,100,165,1)  0%, rgba(141,207,255,1)100%);
}

#section_03{
  background-image: url("https://self-regeneration.jp/wp-content/themes/jstork19/img/edogawa/bg_02.jpg");
  background-repeat: no-repeat;
  background-size:cover;
}

#section_04{
  background-image: url("https://self-regeneration.jp/wp-content/themes/jstork19/img/edogawa/bg_03.jpg");
  background-repeat: no-repeat;
  background-size:cover;
}

#section_06{
  background: transparent linear-gradient(180deg, #8DCFFF 0%, #0B64A5 100%) 0% 0% no-repeat padding-box;
}

.section_footer{
  background-image: url("https://self-regeneration.jp/wp-content/themes/jstork19/img/edogawa/about_bg.jpg");
  background-repeat: no-repeat;
  background-size:cover;
  padding: 60px 0;
}

.section_02-box img{
  max-width: 200px;
}

.subttl{
  color: #fff;
  font-size: 20px;
  line-height: 25px;
}

.section_02-block{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
}

.section_02-box{
  width: 24%;
  padding: 10px;
  background-color: #fff;
  margin: 20px 10px 0px 0px;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 5px 5px 0px #00000033;
}

.section_02-box img{width:80%}

.section_02-box-ttl{
  color: #0B64A5;
  text-align: center;
  font-size: 25px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.section_02-box-txt{
  font-size: 14px;
  color: #000;
  text-align: left;
line-height: 23px;
margin-bottom: 20px;
}

.w100{
  max-width: 100%;
}

.section_03-block{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-top: 20px;
}

.section_03-box{
  width: 30%;
  margin: 20px 10px 0px 5px;
  padding: 20px;
  background-color: #fff;
  position: relative;box-shadow: 10px 10px 0px #0000004D;
}

.section_03-box-ttl{
  color: #0B64A5;
  text-align: center;
  font-size: 25px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.section_03-box-txt{
  font-size: 14px;
  color: #000;
  text-align: left;
line-height: 25px;
margin-bottom: 20px;
}


.section_04-block{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-top: 20px;
}

.section_04-box{
  width: 30%;
  margin: 20px 10px 0px 5px;
  background-color: #fff;
  border-radius: 10px;
}

.section_04-box-ttl{
  color: #0B64A5;
  text-align: center;
  font-size: 25px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.section_04-box-txt{
  font-size: 16px;
  margin: 20px;
  color: #000;
  font-weight: bold;
  text-align: left;
line-height: 25px;
margin-bottom: 20px;
}


.section_05-block{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-top: 20px;
}

.section_05-box{
  width: 30%;
  margin: 20px 10px 0px 5px;
  background-color: #fff;
  border-radius: 10px;
}

.section_05-box-ttl{
  color: #0B64A5;
  text-align: center;
  font-size: 25px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.section_05-box-txt{
  font-size: 16px;
  margin: 20px;
  color: #000;
  font-weight: bold;
  text-align: left;
line-height: 25px;
margin-bottom: 20px;
}

.section_05-box img{
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.date{
  font-size: 16px;
  margin-top: 10px;
  color: #000;
  font-weight: bold;
  text-align: left;
}

.css-button-sliding-to-top--black {
  min-width: 130px;
  height: 40px;
  color: #fff;
  margin-bottom: 20px;
  padding: 5px 10px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  outline: none;
  border-radius: 5px;
  z-index: 0;
  background: #fff;
  overflow: hidden;
  border: 2px solid #212529;
  color: #212529;
}
.css-button-sliding-to-top--black:hover {
  color: #fff;
}
.css-button-sliding-to-top--black:hover:after {
  height: 100%;
}
.css-button-sliding-to-top--black:after {
  content: "";
  position: absolute;
  z-index: -1;
  transition: all 0.3s ease;
  left: 0;
  bottom: 0;
  height: 0;
  width: 100%;
  background: #212529;
}

.section_04-box img{
  width: 100%;
  border-radius: 10px 10px 0 0;
}
.blue{
  color: #0D65A6;
}

.bignumber{
  font-size: 48px;
  color: #fff;
text-align: left;
}
.footer {
  background: #F9F9F9;
  padding: 24px 0;
  color: #000;
  text-align: center;
  font-weight: bold;
}

  .form_49{
    width: 49%;
    border-radius: 10px;
    padding-bottom: 30px;
    background-color: #fff;
  }
.fixed_btn { 
  position: fixed;
  bottom: 10px;
  right: -10px;
  z-index: 9999;
  }

  
.fixed_btn img{
  max-width: 170px;
 }


 @media only screen and (max-width: 1200px) {
  .fixed_btn { display: none;}
 }

@media only screen and (max-width: 767px) {
  body{
    background-size: auto;
  }

  .newspicker{
    flex-wrap: wrap;
    text-align: center;
    padding: 15px 0;
  }
  
  .newsttl{
    width: 100%;
  }
.day,.newsttl{
    display: block;
    margin-bottom: 10px;
  }
  .about-img{
    width: 90%;
    margin-bottom: 20px;
  }


.edogawa-list-name {
font-size: 13px;}


  .edogawa-list {
    margin-top: 30px;
    background-color: #0B64A5;
    border-radius: 10px;
    padding: 20px;
}
  .about-sent{
    width: 100%;
    margin: 10px;
  }
  .sumida_ttl{
    font-size: 26px;
  }
  .sumida_sub{
    font-size: 15px;
    line-height: 20px;
  }

  .sumida-box{
    width: 100%;
    margin-bottom: 20px;
  }

  .contents_wrap{
    padding: 10px;
  }
  .section_01-box{
    width: 100%;
    margin: 10px auto;
  }

  .section_02-box{
    width: 100%;
    margin: 10px 00px;
  }

  .section_03-box,.section_04-box,.section_05-box,.footer-sent{
    width: 100%;
  }
  .site-header__wrapper{
    padding-top: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
  }

  .sumida-cont{
    height: auto;
  }

  .sumida-cont-main{
    font-size: 30px;
  }
  .gnavi__wrap,nav{
    display: none;
  }

  .brand h1{
    display: none;
  }
  .footer-img{
    display: none;
  }
  .footer {
    font-size: 12px;
  }

  .pc{
    display: none;
  }
  .sp{
    display: block;
  }

  .fv__txt{
    font-size: 16px;
  }

  .section__ttl img {
    max-width: 90%;
}

.section__ttl {
  top: -80px;}

  .menu_button {
    margin-top: 10px;
    width: 49%;
}

.section_txt{
  font-size: 14px;
}

.midashi-yellow {
  padding: 15px;
  font-size: 18px;
  line-height: 24px;
}

.flex-49{
  width: 100%;
  margin-bottom: 20px;
}

.form_49{
  width: 100%;
  margin-bottom: 20px;
}
}


/*　ハンバーガーボタン　*/
.hamburger {
  display : none;
}

.globalMenuSp{
  display: none;
}

@media only screen and (max-width: 767px) {
.hamburger {display : block;
  position: fixed;
  z-index : 3;
  right : 13px;
  top   : 12px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;}

.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left    : 6px;
  background : #555;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}

/* ナビ開いてる時のボタン */
.hamburger.active {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition     : all 0.3s ease-in-out;
  transition        : all 0.3s ease-in-out;
  -webkit-transition-delay: 0.6s;
  -o-transition-delay     : 0.6s;
  transition-delay        : 0.6s;
  -webkit-transform: rotate(45deg);
  -ms-transform    : rotate(45deg);
  -o-transform     : rotate(45deg);
  transform        : rotate(45deg);
}
.hamburger.active span:nth-child(2){
  width: 0px;
}
.hamburger.active span:nth-child(1),
.hamburger.active span:nth-child(3){
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.hamburger.active span:nth-child(1){
  -webkit-transform: translateY(4px);
  -ms-transform    : translateY(4px);
  -o-transform     : translateY(4px);
  transform        : translateY(4px);
}

.hamburger.active span:nth-child(3){
  -webkit-transform: translateY(-16px) rotate(90deg);
  -ms-transform: translateY(-16px) rotate(90deg);
  -o-transform : translateY(-16px) rotate(90deg);
  transform    : translateY(-16px) rotate(90deg);
}


nav.globalMenuSp {
  display: block;
  position: fixed;
  z-index : 2;
  top  : 0;
  left : 0;
  color: #000;
  background: #fff;
  text-align: center;
  transform: translateX(100%);
  transition: all .9s;
  width: 100%;
}

nav.globalMenuSp ul {
  background: #eee;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #fff;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
nav.globalMenuSp ul li:hover{
  background :#ddd;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #000;
  padding: 1em 0;
  text-decoration :none;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  transform: translateX(0%);
}}
.service li:first-child{
  padding: 10px 0;
  background-color: #fff;
}

ul.service {
  background:#f6f6f6!important;
}

.souba_rank{
  border-radius: 10px 10px 0 0;
  margin-top: 40px;
  background-color: #0B64A5;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 20px;
  padding: 15px;
}

table{
  width: 100%;
  border-collapse:separate;
  border-spacing: 0;
  margin-bottom: 40px;

}


table th{
  text-align: center;
  color:white;
  background: #054F84;
  width: 20%;
  padding: 15px 0;
}

table td{
  text-align: center;
  border-top:none;
  width: 20%;
  font-weight: bold;
  font-size: 20px;
  padding: 15px 0;
  color: #054F84;
}

table td:last-child{
  border-right: 1px solid #a8b7c5;
}

table tr:nth-child(even) {background-color: #E2EEF7;
}
table tr:nth-child(odd) {background-color: #fff;
}

table tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}

table tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}

/*---------------------------------
アコーディオンボックス
--------------------------------*/
.acbox{
  width: auto;
  font-size:0px; /* ラベルと開く部分を分離する時は数値を入れる */
  margin:0 10px; /* ボックス全体の位置調整 */
}

.acbox label{
  width: auto;
  font-size: 25px; /* ラベルの文字サイズ */
  font-weight: bold;
  text-align: center;
  background: #054F84; /* ラベルの背景色 */
  position: relative;
  display: block;
  padding:20px;
  border-radius: 4px; /* ラベルの角の丸み */
  cursor: pointer;
  color: #fff;
}

.acbox label:hover{
  background: #054F84; /* ラベルの背景色 */
}

.acbox input{
  display: none;
}

.acbox label:after{
  color: #fff;
  content:"▼"; /* ラベルのアイコン */
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -14px;
}

.acbox input:checked ~ label::after {
  content:"▲"; /* ラベルをクリックした後のアイコン */
}

.acbox div{
  height: 0px;
  overflow: hidden;
  opacity: 0;
  transition: 0.15s; /* 開閉スピードの設定 */
}

.acbox input:checked ~ div{
  height: auto;
  padding: 18px; /* 開いた部分の枠内の余白 */
  border-radius: 0px;
  background: #F3F4F5; /* 開いた部分の背景色 */
  opacity: 1;
  line-height: 25px;
}

.acbox input:checked ~ label {
  background: #054F84; /* ラベルの背景色 */
}

.acbox-under{
  font-size: 15px; /* 開いた部分の文字サイズ */
  color: #555555; /* 開いた部分の文字色 */
}

.card_wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 1rem;
}

.card {
  display: flex;
  flex-direction: column;
  width: 32%;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0;
  border-radius: 0.25rem;
  box-shadow: 0 10px 20px #ccc;
  color: #333;
  text-decoration: none;
  transition: 0.5s;
}

.card-image {
  width: 100%;
  object-fit: none;
}

.card-box {
  padding: 1rem;
  position: relative;
}

.number{
  background-color: #fff;
  color: #0B64A5;
  width: 50%;
  font-weight: bold;
  font-size: 25px;
  padding: 10px 0 60px 0;
  position: absolute;
  top: -40px;
  border-radius: 100% 100% 0 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}

.card-title {
  position: relative;
  color: #0B64A5;
  margin-bottom: 0.5rem;
  font-size: 20px;
  line-height: 25px;
  font-weight: bold;
  z-index: 2;
}

.card-description {
  margin-bottom: 0.5rem;
  line-height: 1.5;
}

.card:hover {
  box-shadow: 0 10px 20px #999;
}

.info {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

.info tr {
  background-color: #e6f2f5;
  /*border-bottom: 2px solid #fff;*/
}
.info th,
.info td {
  padding: 14px;
  font-size: 17px;
  font-weight: normal;
  /*border-right: 2px solid #fff;*/
}
.info th {
  font-size: 1em;
}
.info thead tr{
  background: #075084;
  color:#fff;
}
.info tbody th {
  background: #14659e;
    color: #fff;
}
.txt{
   text-align: left;
   font-size: .85em;
}
.price{
  text-align: center;
  color: #075084;
}
@media screen and (max-width: 600px) {
  .info {
    border: 0;
    width:100%
  }
  .info th{
    background: #075084;
    display: block;
    border-right: none;
    width:100%
  }
  .info thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .info tr {
    display: block;
    margin-bottom: .625em;
    width:100%
  }
  .info td {
    border-bottom: 1px solid #bbb;
    display: block;
    font-size: .8em;
    text-align: right;
    position: relative;
    padding: .625em .625em .625em 4em;
    border-right: none;
    width:100%
  }
  
  .info td::before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 10px;
    color: #075084;
  }
  .info td:last-child {
    border-bottom: 0;
  }
  .info tbody th {
    color: #fff;
}

.fv__ttl{
  margin: 28px auto;
  font-size: 28px;
  line-height: 40px;
}

.fv__ttl span{
  font-size: 18px;
  color: #fff;
  text-shadow: 0px 3px 6px #00000086;
}

.section_ttl{
  font-size: 22px;
}


}

.tab_container {
  background-color: #fff;
  margin: 0 auto 40px auto;}
.tab_item {
  width: calc(100%/3);
  padding: 8px 0;
  font-size: 14px;
  background-color: #fff;
  text-align: center;
  color: #075084 ;
  display: block;
  float: left;
  line-height: 23px;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
.tab_item:hover {
  opacity: 0.75;
}
input[name="tab_item"] {
  display: none;
}
.tab_content {
  display: none;
  clear: both;
  overflow: hidden;
}
#tab1:checked ~ #tab1_content,
#tab2:checked ~ #tab2_content,
#tab3:checked ~ #tab3_content,
#tab4:checked ~ #tab4_content {
  display: block;
}
.tab_container input:checked + .tab_item {
  background-color: #cbe3f5;
  color: #075084;
}

.balloon-info{position:relative;display:inline-block;margin:1.5em 0;padding:7px 10px;min-width:320px;max-width:100%;color:#fff;font-weight:bold;font-size:23px;letter-spacing:5px;background:#2366aa;border-radius:3rem}
.balloon-info p{margin:0;padding:0;text-align:center}
.balloon-info:before{content:"";position:absolute;top:100%;left:50%;margin-left:-15px;border:15px solid rgba(0,0,0,0);border-top:15px solid #2366aa}
.color-orange{background:#d99828}
.color-orange:before{border-top:15px solid #d99828}
.splide{margin:1rem auto;max-width:1000px}
.top-info__main{background-color:#f9f9f9;border-radius:10px;margin-right:10px;padding:30px 10px;text-align:left;max-width:235px;margin:auto}
.top-info__main img{width:100% !important;height:135px !important;object-fit:cover !important}
.top-info__main h4{color:#000;font-size:16px}
.top-info__main p{color:#000;margin-bottom:10px}
.top-info__main .value{font-size:15px;line-height:28px}
.top-info__main .value span{font-size: 12px;margin-right:10px;border-radius:10px;
  padding: 5px;color:#000;background-color:#dfdfdf}
.top-info__main span{color:#fff}
.top-info__result{margin:6rem auto 0 auto;border:solid 3px #19477d;border-radius:1rem;padding:40px 10px;max-width:1000px}
.top-info__result h3{color:#000;font-size:30px;letter-spacing:.5rem}
.top-info__result img{display:inline;margin-bottom:-1.5rem}
.kodate{background-color:#f90 !important;padding:0 1rem;border-radius:20px;margin:1rem 0}
.mansion{background-color:#007268 !important;padding:0 1rem;border-radius:20px}
.newkodate{background-color:#ff1778 !important;padding:0 1rem;border-radius:20px}
.oldkodate{background-color:#695c47 !important;padding:0 1rem;border-radius:20px}
.tochi{background-color:#585858 !important;padding:0 1rem;border-radius:20px}
.area,.cate{padding:.2rem 1rem;border-radius:2rem;margin:.5rem 0;display:inline-block}
.katsushika{background-color:#e05616 !important}
.edogawa{background-color:#469b43 !important}
.sumida{background-color:#5e5e5e !important}
.etcarea{background-color:#373985 !important}
.color-gray{color:#aeaeae !important}


.tab{width:98%;max-width:1000px;margin:3rem auto 0 auto;color:#000}@media screen and (min-width: 600px){.tab{width:1000px;max-width:100%;
  margin: auto;}}.tab__menu{display:flex;align-items:flex-end;justify-content:center;min-height:50px;padding:0;margin:0}.tab__menu-item{list-style:none;width:45%;padding:11px 5px 5px 5px;text-align:center;background-color:#cdcdcd;border-top-left-radius:10px;border-top-right-radius:0px;cursor:pointer;transition:all .3s}@media screen and (min-width: 600px){.tab__menu-item{width:300px}}.tab__menu-item img{display:inline;height:50px;margin:0}@media screen and (min-width: 600px){.tab__menu-item img{margin:0 0 0 1rem}}.tab__menu-item:last-of-type{margin-right:0px;border-top-left-radius:0px;border-top-right-radius:10px}.tab__menu-item.is-active{background-color:#000;color:#fff}.tab__panel{width:100%;margin:auto;
    text-align: center;}@media screen and (min-width: 600px){.tab__panel{width:98%}}.tab__panel-box{padding:20px;border-radius:10px}.tab__panel-box001{background-color:#fff;border:solid 3px #000;display:none}.tab__panel-box002{background-color:#fff;border:solid 3px #000;display:none}.tab__panel-box003{background-color:#c8f8c3;display:none}.tab__panel-box.is-show{display:block}.tab__panel-text{font-size:1.5em;text-align:center;font-weight:bold}@media screen and (min-width: 600px){.tab__panel-text{font-size:28px}}.tab__panel-text span{font-size:1.2em;background:linear-gradient(transparent 50%, #fff930 50%)}.tab__panel-text-sub{font-size:1.2rem;margin:10px;text-align:center}@media screen and (min-width: 600px){.tab__panel-text-sub{font-size:1em}}.tab__panel-text-check{font-weight:bold;color:#fff;background-color: #FF6200;padding:10px 20px;border-radius: 40px;font-size: 18px; margin-right: 10px; margin-bottom:40px}@media screen and (min-width: 600px){.tab__panel-text-check{display:inline}}.tab__panel-text-check span{color:#fff930}.balloon{position:relative;display:inline-block;border-radius:3rem;margin:1em 0;font-weight:bold;padding:7px 20px;min-width:120px;max-width:100%;font-size:14px;background:#fff;border:solid 3px #000;box-sizing:border-box}.balloon:before{content:"";position:absolute;bottom:-24px;left:50%;margin-left:-15px;border:12px solid rgba(0,0,0,0);border-top:13px solid #fff;z-index:2}.balloon:after{content:"";position:absolute;bottom:-30px;left:50%;margin-left:-17px;border:14px solid rgba(0,0,0,0);border-top:15px solid #000;z-index:1}.balloon p{margin:0;padding:0}.noline{border:none}.satei-form{max-width:600px;margin:1rem auto 0 auto;text-align:left}.satei-form p{display:inline-block;font-weight:bold;width:100%;text-align:left;margin: 10px;}@media screen and (min-width: 376px){.satei-form p{width:initial}}input,select{margin-bottom:1rem;position:relative;background-color:#fff;border:1px solid #aaa;-webkit-border-radius:6px;-moz-border-radius:6px;-o-border-radius:6px;-ms-border-radius:6px;border-radius:6px;padding:1rem;width:100%}@media screen and (min-width: 600px){input,select{width:initial}}.shiny-btn4{display:block;position:relative;width:265px;padding:10px 0;margin:10px auto;background-color:#19477d;box-shadow:0 3px 0 0 #151a6e;border-radius:10px;font-weight:bold;font-size:18px;color:#fff;text-align:center;text-decoration:none;overflow:hidden;transition:.2s}.shiny-btn4:hover{text-decoration:none;color:#fff;opacity:.7;box-shadow:none;-webkit-transform:translateY(3px)}.shiny-btn4::before{position:absolute;content:"";display:inline-block;top:-180px;left:0;width:30px;height:100%;background-color:#fff;animation:shiny 2.5s ease-in-out infinite}.button-orange{background-color:#d47100;box-shadow:0 3px 0 0 #813f02}.button-navy{background-color:#146a7b;box-shadow:0 3px 0 0 #005075}@-webkit-keyframes shiny{0%{-webkit-transform:scale(0) rotate(45deg);opacity:0}80%{-webkit-transform:scale(0) rotate(45deg);opacity:.5}81%{-webkit-transform:scale(4) rotate(45deg);opacity:1}100%{-webkit-transform:scale(50) rotate(45deg);opacity:0}}.pop{margin-top:4rem;margin-bottom:-2rem;color:#000;font-size:2rem}.tab-blue{background-color:#19477d;color:#fff;font-size:2.1rem;font-weight:bold;border-bottom:solid 3px #000}.tab-blue.is-active{background-color:#19477d;color:#fff;border-left:solid 3px #000;border-top:solid 3px #000;border-right:solid 3px #000;border-bottom:none}.tab-blue img{max-height:35px;margin-bottom:-5px}.tab-orange{background-color:#d99828;color:#fff;font-size:2.1rem;font-weight:bold;border-bottom:solid 3px #000}.tab-orange.is-active{background-color:#d99828;color:#fff;border-left:solid 3px #000;border-top:solid 3px #000;border-right:solid 3px #000;border-bottom:none}.tab-orange img{max-height:35px;margin-bottom:-5px}shiny-btn4 {
  display: block;
  position: relative;
  width: 265px;
  padding: 10px 0;
  margin: 10px auto;
  background-color: #19477d;
  box-shadow: 0 3px 0 0 #151a6e;
  border-radius: 10px;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
  transition: .2s;
}

.mt-30{margin-top: 30px;}

.tab__panel{
  background-color: #fff;
  padding: 20px;
  margin-top: 20px;
  border-radius: 20px;
}
.satei-form-span {
  background-color: #f55a00;
  font-size: 12px;
  padding: 3px 6px 3px;
  margin-bottom: 4px;
  color: #fff;
  border-radius: 5px;
  margin-right: 5px;
  display: inline-block;
  height: 17px;
  line-height: 1;
}
.w40{width:100%;margin-bottom:1rem}@media screen and (min-width: 600px){.w40{width:40%}}.w60{width:100%}@media screen and (min-width: 600px){.w60{width:59%}}.w95 a{width:100%}.w100{width:100%}@media screen and (min-width: 600px){.w100{width:100%}}.mt-0{margin-top:0 !important}

.todohuken, .todohuken2 {
  width: 59%;
}

.top-news__container{position:relative;max-width:100%;margin:0 auto;padding:6.4rem 10px}@media screen and (min-width: 376px){.top-news__container{padding:10.4rem 10px}}.top-news__heading{margin:0;text-align:center}@media screen and (min-width: 376px){.top-news__heading{margin:0 0 4.8rem 0}}.top-news__heading-main{font-size:2.8rem}.top-news__heading-main:after{display:block;max-width:300px;margin:1.6rem auto 1.6rem auto;content:""}@media screen and (min-width: 376px){.top-news__heading-main{font-size:3.8rem}}.news_container{width:90%;max-width:1000px;margin:50px auto}.news_title{color:#19477d;text-align:center;font-size:20px;font-weight:bold}.news_list{margin:20px 0;border-top:1px dashed #19477d}.news_list li{padding:15px 5px;border-bottom:1px dashed #19477d;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.date{font-size:16px;margin-right:10px}.category{display:inline-block;color:#fff;width:120px;font-size:14px;text-align:center;margin-right:10px;padding:2px 10px;background-color:#19477d}.news_text a{color:#333; text-decoration: none;}.news_btn{text-align:center;margin-top:50px}.news_btn a{color:#fff}.btn{color:#fff;padding:10px 50px;background:#19477d;border:2px solid #19477d;border-radius:5px;transition:all .5s;box-shadow:3px 3px 0 0 #13365f}.btn:hover{color:#fff;background:#19477d}.btn:after{font-family:"Font Awesome 5 Free";content:"";font-weight:900;padding-left:10px}@media screen and (max-width: 559px){.news_container{width:100%;padding:0 20px}.news_text a{display:block;margin-top:10px;text-overflow:ellipsis;overflow:hidden}}.newsbutton{max-width:250px;color:#fff;background-color:#19477d}


@media screen and (max-width: 600px) {
  .tab__panel-text-check{margin-bottom: 10px;}}

  .bread{
    margin-top: 20px;
    margin-left: 10px;
    font-size: 14px;
  }

  .bread a{
    color: #000;
  }

.float-button__wrap {
  display: none;
  width: 100%;
  padding: 1rem;
  background-color: rgba(0,0,0,.521);
  z-index: 10001;
  display: flex;
  position: fixed;
  z-index: 10;
  justify-content: space-evenly;
}

@media screen and (min-width: 600px){
.float-button__wrap {
    display: block;
    background-color: initial;
    right: -5px;
    display: flex;
    width: 200px;
    justify-content: flex-end;
    flex-wrap: wrap;
    padding: 0;
}
.float-button__wrap div img {
  width: 100%;
}

.float-button__wrap div {
  max-width: 150px;
  width: 100%;
  margin-bottom: 1rem;
}

}