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: #0A367A;
}
.gnavi__lists {
  display: flex;
  justify-content: center;
}
.gnavi__list {
  height: 60px;
  background-color: #0A367A;
  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/sumida-mansion-database/mansion-bg.jpg");
        background-repeat: no-repeat;
        background-position: bottom;
        background-size: contain;}
  

@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: 0px auto 70px auto;
  text-align: center;
  font-size: 47px;
  color: #000;
}

.fv__ttl span{
  color: #000;
  line-height: 35px;
  font-size: 24px;
  margin-bottom: 10px;
  display: block;
}


.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/sumida-database/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: #0A367A;
  line-height: 45px;
}
.sumida-cont-sub{
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  margin-top: 10px;
  color: #0A367A;
}


.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: #0A367A;
  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: #0A367A;
}

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

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

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

.about-img{
  width: 40%;
}

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

.about-ttl{
  color: #0A367A;
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: #0A367A;
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: #0A367A;
  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: #0A367A;
}
.edogawa-mini{
  display: block;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  margin-top: 10px;
  color: #0A367A;
}


.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 #0A367A;
  color: #0A367A;
}
.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: #0A367A;
}

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

.section_01-block{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  line-height: 36px;
  margin-top: 40px;
}
.section_01-box{
  width: 49%;
  padding: 10px;
}

.section_01-box100{
  width: 100%;
  padding: 10px;
}

.section_01-box100 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  }

.section_01-box100 ul li{
width: 49%;
}

.section_01-box h2{
  font-size: 28px;
  text-align: left;
  font-weight: normal;
  margin-bottom: 20px;
}


.section_01-box h2 img{
  margin-right: 10px;
  margin-bottom: -5px;
}
.section_01-box-60 {
  width: 60%;
  padding: 10px;
  margin-top: 25px;
}

.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: #000;
font-size: 31px;
line-height: 35px;
margin-bottom: 30px;
}

.shisetsu-info li{
  text-align: left;
  padding: 8px 0px;
  border-bottom: solid 1px #666;
}

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

iframe{
  margin-bottom: 40px;
}

.mt-40{margin-top: 40px;}
.mt-10{margin-top: 10px;}

h2.shisetsu {
  padding: 0.5em;/*文字周りの余白*/
  color: #000;/*文字色*/
  background: #EFEFEF;/*背景色*/
  border-left: solid 5px #000;/*左線（実線 太さ 色）*/
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 5px;
}

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

#section_01{
  padding: 80px 0 0 0;
}


#section_02{
  padding: 40px 0 0 0;
}

#section_03{
  padding: 20px 0 0 0;
}

#section_04{
}

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

.section_footer{
  background-image: url("https://self-regeneration.jp/wp-content/themes/jstork19/img/sumida-database/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: #0A367A;
  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: #0A367A;
  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: #0A367A;
  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: #0A367A;
  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;
  }

  .about-sent{
    width: 100%;
  }
  .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%;
  }

  .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: #0A367A;
  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: #000;
  width: 20%;
  padding: 15px 0;
}

table td{
  text-align: center;
  border-top:none;
  width: 21.5%;
  font-size: 18px;
  padding: 15px 0;
  color: #000;
}


table td:first-child{width: 9%;}


table tr:nth-child(even) {background-color: #EFEFEF;
}
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: #0A367A;
  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: #0A367A;
  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{
  font-size: 25px;
  line-height: 0px;
  margin: 0px auto 30px auto;
}

.fv__ttl span{
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 25px;
}

.section_ttl{
  font-size: 22px;
}


}


.balloon1 {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  width: 100%;
  color: #555;
  font-size: 16px;
  background: #0A367A;
  color: #fff;
  border-radius: 30px;
}

.balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #0A367A;
}

.balloon1 p {
  font-size: 23px;
  margin: 0;
  padding: 0;
}

.border-box{
  background-color: #fff;
  min-height: 250px;
  display: flex;
  flex-wrap: wrap;}

.ttl-box{
  width: 20%;
  border: solid 1px #000;
  color: #000;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bukken-info li{display: flex;
flex-wrap: wrap;}

.box-big{
  width:77%;
  text-align: left;
  font-size: 16px;
  margin-left: 10px;
  /* font-weight: bold; */
  color: #000;
}

.commnt-box{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.icon{
  width: 10%;
}

.comment{
  width: 70%;
}
.balloon1-left {
  position: relative;
  display: inline-block;
  margin-left: 20px;
  padding:10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 17px;
  line-height: 30px;
  background: #e0edff;
  border-radius: 20px;
}

.balloon1-left:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #e0edff;
}

.balloon1-left p {
  margin: 0;
  padding: 0;
}

.graph{
  width: 400px;
  max-width: 100%;
  padding: 20px;
}

.table-scroll{
  overflow: auto; /*スクロールさせる*/
  white-space: nowrap; /*文字の折り返しを禁止*/
  width:100%; /*今回の設置を分かりやすくするためワザと狭い幅を指定。本来は不必要な指定です。*/
}

/* 以下、スクロールバーを追加 */
.table-scroll::-webkit-scrollbar{
 height: 5px;
}
.table-scroll::-webkit-scrollbar-track{
 background: #333;
}
.table-scroll::-webkit-scrollbar-thumb {
 background: #999;
}

/* 以下、tableの指定 */
.table-scroll table{
  border-collapse:collapse;
  border-spacing:0;
}
.table-scroll table th,
.table-scroll table td{
  padding:10px 15px;
  font-weight:normal;
}
.table-scroll table th{
  width:80px;
}



@media only screen and (max-width: 767px) {
  #section_01 {
    padding: 30px 0 0 0;
}
  table td {
      text-align: center;
      border-top: none;
      width: 21.5%;
      font-size: 16px;
      padding: 15px 0;
      color: #054F84;
  }
  .border-box{
    min-height: initial;
  }
  .commnt-box{
    margin-top: 20px;
  }

  .icon{
    display: none;
  }

  .balloon1-left{
    width: 100%;
    margin-left: 0;
  }


.balloon1-left:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #e0edff;
}

}


.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;
}

}


.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{min-height:400px;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:#19477d;display:block;margin: 10px auto;}@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:0;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;
}
.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}

.news_container{text-align: center;}
.news_list{text-align: left;}
.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}.float-button__wrap div{width:32%}.float-button__wrap div img{width:100%}@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{max-width:150px;width:100%;margin-bottom:1rem}.float-button__wrap div img{width:100%}}.sosyal{display:block}@media(min-width: 700px){.sosyal{display:inline}}.facebook{background-color:#2e4a88;box-shadow:0 4px 0 #1b3d82;text-shadow:0 -1px -1px #1b3d82;display:inline;position:relative;font-family:Arial;font-size:14px;font-weight:bold;text-align:center;text-decoration:none;color:#fff;border-radius:5px;padding:7px 20px}.facebook:hover{background-color:#354f84}.facebook:active{top:2px;box-shadow:0 2px 0 #1b3d82}.twitter{background-color:#008dde;box-shadow:0 4px 0 #0078bd;display:inline;position:relative;font-family:Arial;font-size:14px;font-weight:bold;text-align:center;text-decoration:none;color:#fff;border-radius:5px;padding:7px 20px}.twitter:active{top:2px;box-shadow:0 2px 0 #0078bd}.twitter:hover{background-color:#1397d8}.line{background-color:#01b833;box-shadow:0 4px 0 #008323;display:inline;position:relative;font-family:Arial;font-size:14px;font-weight:bold;text-align:center;text-decoration:none;color:#fff;border-radius:5px;padding:7px 20px}.line:active{top:2px;box-shadow:0 2px 0 #008323}.line:hover{background-color:#00a12b}
.middlearea{position: absolute;
  top:  70%;
  margin: auto;
  right: 0;
  left: 0;}
  .seiyaku {
    color: #fff;
    background: #6a6a6a;
}

@media only screen and (max-width: 1450px) {
  .middlearea{
  top: 80%;}}

@media only screen and (max-width: 767px) {
  .middlearea{top: 60%;}
  .sumida_container{
    padding: 500px 0 80px 0;}
    .card{
      width: 100%;
    }
    table td,table th{
      font-size: 14px;

    }

    .fv__ttl img{
      margin:  0 auto 20px auto;
    }
  
  }


@media only screen and (max-width: 376px) {
  .middlearea{top: 75%;}}

  
.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;
}
}

.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;
}

.open {
	cursor:pointer; /* マウスオーバーでカーソルの形状を変えることで、クリックできる要素だとわかりやすいように */
}
#pop-up {
	display: none; /* label でコントロールするので input は非表示に */
}
.overlay {
	display: none; /* input にチェックが入るまでは非表示に */
}
#pop-up:checked + .overlay {
	display: block;
	z-index: 9999;
	background-color: #00000070;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}
.window {
	width: 90vw;
	max-width: 1000px;
	max-height: 95vh;
	background-color: #ffffff;
	border-radius: 6px;
	justify-content: center;
	align-items: center;
	position: fixed;
  padding: 20px;
	top: 50%;
	left: 50%;
  overflow: auto;
	transform: translate(-50%, -50%);
}
.text {
	font-size: 14px;
	margin: 0;
  line-height: 20px;
}
.close {
	cursor:pointer;
	position: absolute;
	top: 4px;
	right: 4px;
	font-size: 28px;
}

#pop-button{
  width: 600px;
  max-width: 90%;
      background-color: #075084;
      color: #fff;
      display: block;
      border-radius: 200px;
      padding: 10px;
      line-height: 20px;
      text-align: center;
      font-weight: bold;
      margin: 0 auto;
      box-shadow: -1px -10px 2px -6px #2f2f2f inset;
  }

  .chigai{
    margin: 20px auto;
  }

  .pop-ttl{
    font-size: 20px;
    margin-bottom: 10px;
  }

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


  .pop-ttl{
    font-size: 16px;
    margin-bottom: 10px;
  }
.text {
	font-size: 12px;}
}

.tab-wrap {
  display: flex;
  flex-wrap: wrap;
  margin:20px 0;
}
.tab-wrap:after {
  content: '';
  width: 100%;
  height: 3px;
  background: #000;
  display: block;
  order: -1;
}
.tab-label {
  color: White;
  background: LightGray;
  font-weight: bold;
  text-shadow: 0 -1px 0 rgba(0,0,0,.2);
  white-space: nowrap;
  text-align: center;
  padding: 15px 0.5em;
  order: -1;
  font-size: 18px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
  flex: 1;
}
.tab-label:not(:last-of-type) {
  margin-right: 5px;
}
.tab-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
/* アクティブなタブ */
.tab-switch:checked+.tab-label {
  background: #000;
}
.tab-switch:checked+.tab-label+.tab-content {
  height: auto;
  overflow: auto;
  padding: 30px 15px 15px 15px;
  opacity: 1;
  transition: .5s opacity;
  box-shadow: 0 0 3px rgba(0,0,0,.2);
}
/* ラジオボタン非表示 */
.tab-switch {
  display: none;
}


@media only screen and (max-width: 767px) {
  .tab-label{
    margin-bottom: 5px; 
  }

  .spbt0{
    margin-bottom: 0px;
  }

  .tab-label:nth-of-type(1) {
    margin-right: 0px;
}

.tab-label:nth-of-type(3) {
  margin-right: 0px;
}
.section_01-box h2 {
  font-size: 20px;
  text-align: left;
  font-weight: normal;
  margin-bottom: 0;
}

.tab-switch:checked+.tab-label+.tab-content{

  padding: 30px 0 20px 0;
}

.section_01-box100 ul li{
  width: 100%;
}

.section_01-block{
  margin-top: 0px;
}
}
.txt-bl{
color: #000;
}

.txt-center{
  text-align: center;
  margin: 20px auto;
  line-height: 26px;
}

.souba-ai{
  width: 100%;
  background-color: #FDFAD2;
  padding: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.souba-kakaku{
  font-size: 32px;
  margin-top: 10px;
  color: #985800;
  font-weight: bold;
}

.mb-0{
  margin-bottom: 0;
}

.mansion-form{
width: 100%;
background-color: #EFEFEF;
padding: 40px;
border: solid 1px #000000;
}

.mansion-form-flex{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
  justify-content: space-between;
}

.mansion-form-ttl{width: 27%;
font-size: 20px;
color:#1E4E58;
text-align: right;
font-weight: bold;}
.mansion-form-txt{width: 70%;
text-align: left;
font-size: 16px;
color: #1E4E58;
line-height: 24px;}
.mansion-form-input{width: 100%;
  font-size: 16px;}

.c-form-submit-button {
  display: inline-block;
  width: 220px;
  padding: 8px;
  border: none;
  border-radius: 4px;
  background-color: #333;
  color: #fff;
  font-weight: bold;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  border: 2px solid transparent;
}

.c-form-submit-button:hover {
  background-color: #000;
}

.c-form-submit-button:focus {
  outline: 0;
  background-color: #000;
  border: 2px solid rgb(33, 150, 243);
}


@media only screen and (max-width: 767px) {
  .mansion-form{
    padding: 10px; 
  }
  .mansion-form-ttl{width: 100%;
    text-align: center;
    margin-bottom: 10px;}
  .mansion-form-txt{width: 100%;}
.mansion-form-txt input[type="radio"]{width: 10%;}
.mansion-form-txt label{width: 90%;}
}


.mosaic{
	-ms-filter: blur(6px);
	filter: blur(6px);
}

.wpcf7-spinner{
  display: none!important;
}