@charset "UTF-8";
img {
  width: 100%;
}

.test1 {
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  -webkit-transition: all 0.4s ease-out 0.01s;
  transition: all 0.4s ease-out 0.01s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transform: scale(1);
  transform: rotate(-45deg);
  border-radius: 50%;
  animation: Flash1 1s infinite;
  animation: beyooon_a 1s forwards;
  animation: beyooon_b 1s forwards;
  font-family: "Noto Serif JP", serif;
  background: linear-gradient(90deg, rgb(0, 72, 110) 0%, rgb(0, 120, 155) 100%);
}

@keyframes Flash1 {
  50% {
    opacity: 0;
  }
}
@keyframes beyooon_a {
  0% {
    transform: translate(-50%, 0%) scale(0.5);
  }
  16% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1.22);
  }
  28% {
    transform: translate(-50%, 0%) scale(1);
  }
  88% {
    transform: translate(-50%, 0%) scale(1);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1);
  }
}
@keyframes beyooon_b {
  0% {
    transform: scale(0.5);
  }
  16% {
    transform: scale(1.32);
  }
  28% {
    transform: scale(0.87);
  }
  44% {
    transform: scale(1.05);
  }
  59% {
    transform: scale(0.98);
  }
  73% {
    transform: scale(1.01);
  }
  88% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.test {
  content: "\f105";
  font-family: FontAwesome;
}

.shadow {
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4), 1px 3px 3px rgba(0, 0, 0, 0.4), 1px 2px 3px rgba(0, 0, 0, 0.4);
}

/**scss共通ここまで***/
body {
  /*background-color: #000;*/
}

#sps {
  width: 100%;
  height: 72px;
  background-color: #fff;
}

/*********************************/
#section01 {
  width: 100%;
  background: url(../images/rede/head_back.jpg) no-repeat center;
  background-size: cover;
  padding: 0px 0 0 0;
}
@media screen and (max-width:800px) {
  #section01 {
    padding: 0px 0 0 0;
  }
}
#section01 .section__in {
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
  text-align: right;
  padding-top: 75px;
}
@media screen and (max-width:800px) {
  #section01 .section__in {
    padding-top: 45px;
  }
}
#section01 .section__in .inbox {
  width: 39.74%;
  margin: 0 0 0 auto;
}
@media screen and (max-width:800px) {
  #section01 .section__in .inbox {
    width: 90%;
    margin: 0 auto;
  }
}
#section01 .section__in .inbox .text {
  text-align: left;
  margin-bottom: 2em;
  line-height: 180%;
  letter-spacing: 0.1em;
}
#section01 .section__in .inbox figure {
  width: 100%;
  padding-bottom: 2.5em;
}

#section02 {
  width: 100%;
  position: relative;
  overflow: hidden;
}
#section02 .tate {
  width: 13.46%;
  position: absolute;
  bottom: 10%;
  left: 80%;
}
@media screen and (max-width:800px) {
  #section02 .tate {
    width: 33%;
    left: 33%;
    bottom: 20%;
  }
}

#section03 {
  width: 100%;
  position: relative;
  padding: 110px 0;
  background: url(../images/n_mid_back.jpg) no-repeat center;
  background-size: cover;
}
@media screen and (max-width:800px) {
  #section03 {
    padding: 60px 0;
  }
}
#section03 .postext {
  position: absolute;
  width: 100%;
  text-align: right;
  top: 0.5em;
  right: 0.5em;
}
#section03 .section__in {
  width: 90%;
  max-width: 575px;
  margin: 0 auto;
}
#section03 .ttl {
  text-align: center;
  margin-bottom: 1em;
  line-height: 160%;
}
#section03 .base_text {
  text-align: left;
  margin-bottom: 2em;
  line-height: 180%;
}
#section03 .clumbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section03 .clumbox .items {
  width: 49.5%;
}
#section03 .clumbox .long {
  width: 100%;
  text-align: right;
  padding-top: 0.5em;
}

#section04 {
  width: 100%;
  position: relative;
  padding: 150px 0;
  background-color: #000;
  color: #fff;
}
@media screen and (max-width:800px) {
  #section04 {
    padding: 0 0 75px 0;
  }
}
#section04 .postext {
  position: absolute;
  width: 100%;
  text-align: right;
  top: 0.5em;
  right: 0.5em;
}
#section04 .section__in {
  width: 90%;
  max-width: 845px;
  margin: 0 auto;
}
@media screen and (max-width:800px) {
  #section04 .section__in {
    width: 100%;
  }
}
#section04 .zu01 {
  width: 100%;
  margin-bottom: 65px;
}
#section04 .zu01 figcaption {
  padding-top: 0.5em;
  text-align: right;
}
#section04 .clumbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 65px;
}
#section04 .clumbox .left {
  width: 28.47%;
  position: relative;
}
@media screen and (max-width:800px) {
  #section04 .clumbox .left {
    width: 100%;
  }
}
#section04 .clumbox .left figure {
  position: relative;
}
#section04 .clumbox .left figcaption {
  position: absolute;
  bottom: 8px;
  right: 8px;
}
#section04 .clumbox .left .base_text {
  line-height: 160%;
  margin-top: 0.75em;
}
@media screen and (max-width:800px) {
  #section04 .clumbox .left .base_text {
    width: 90%;
    margin: 1em auto 1em auto;
  }
}
#section04 .clumbox .right {
  width: 66.35%;
}
@media screen and (max-width:800px) {
  #section04 .clumbox .right {
    width: 90%;
    margin: 0 auto;
  }
}
#section04 .clumbox .right figcaption {
  width: 100%;
  padding-top: 0.5em;
}
#section04 h3 {
  text-align: center;
  margin-bottom: 1em;
}
#section04 .clumbox2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
#section04 .clumbox2 .left {
  width: 49.5%;
}
@media screen and (max-width:800px) {
  #section04 .clumbox2 .left {
    width: 100%;
    margin: 0 auto 5vw auto;
  }
}
#section04 .clumbox2 .left .minis {
  display: none;
  text-align: right;
}
@media screen and (max-width:800px) {
  #section04 .clumbox2 .left .minis {
    width: 100%;
    display: block;
    padding: 0.5em 0.5em;
  }
}
#section04 .clumbox2 .right {
  width: 49.5%;
}
@media screen and (max-width:800px) {
  #section04 .clumbox2 .right {
    width: 90%;
    margin: 0 auto 0vw auto;
  }
}
#section04 .clumbox2 .right .base_text {
  line-height: 160%;
}
#section04 .clumbox2 .right span {
  display: inline-block;
  margin-top: 0.75em;
}
@media screen and (max-width:800px) {
  #section04 .clumbox2 .right span {
    display: none;
  }
}
#section04 .clumbox3 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 65px;
}
@media screen and (max-width:800px) {
  #section04 .clumbox3 {
    width: 80%;
    margin: 0 auto;
  }
}
#section04 .clumbox3 .items {
  width: 32%;
}
@media screen and (max-width:800px) {
  #section04 .clumbox3 .items {
    width: 100%;
    margin-top: 5vw;
  }
}
#section04 .clumbox3 .long {
  width: 100%;
  text-align: right;
  padding-top: 0.5em;
}
@media screen and (max-width:800px) {
  #section04 .clumbox3 .long {
    margin-bottom: 1em;
  }
}
#section04 .clumbox3 .long2 {
  width: 100%;
  text-align: left;
}
@media screen and (max-width:800px) {
  #section04 .clumbox3 .long2 {
    font-size: 3vw;
    line-height: 150%;
    margin-bottom: 4.5em;
  }
}
#section04 .clumbox4 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
#section04 .clumbox4 .left {
  width: 48.5%;
}
@media screen and (max-width:800px) {
  #section04 .clumbox4 .left {
    width: 90%;
    margin: 0 auto 5vw auto;
    padding-bottom: 5vw;
    border-bottom: 1px solid #ccc;
  }
}
#section04 .clumbox4 .right {
  width: 48.5%;
}
@media screen and (max-width:800px) {
  #section04 .clumbox4 .right {
    width: 90%;
    margin: 0 auto 0vw auto;
  }
}
#section04 .clumbox4 .right .base_text {
  line-height: 160%;
}
#section04 .clumbox4 h4 {
  text-align: center;
  margin-bottom: 0.85em;
}
#section04 .clumbox4 .base_text {
  line-height: 160%;
}

#section05 {
  width: 100%;
  position: relative;
  overflow: hidden;
}
#section05 .tate {
  width: 13.46%;
  position: absolute;
  top: 10%;
  left: 80%;
}
@media screen and (max-width:800px) {
  #section05 .tate {
    width: 33%;
    left: 33%;
    top: 20%;
  }
}

#section06 {
  width: 100%;
  position: relative;
  padding: 110px 0;
  background-color: #fff;
}
@media screen and (max-width:800px) {
  #section06 {
    padding: 60px 0;
  }
}
#section06 .postext {
  position: absolute;
  width: 100%;
  text-align: right;
  top: 0.5em;
  right: 0.5em;
}
#section06 .section__in {
  width: 90%;
  max-width: 680px;
  margin: 0 auto;
}
#section06 .ttl {
  text-align: center;
  margin-bottom: 1em;
  line-height: 160%;
}
#section06 .ttl2 {
  text-align: center;
  margin-bottom: 1em;
  line-height: 160%;
  margin-top: 3em;
}
#section06 .base_text {
  text-align: left;
  margin-bottom: 2em;
  line-height: 180%;
  padding-bottom: 1.25em;
  border-bottom: 1px solid #666;
}
#section06 .clumbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section06 .clumbox .items {
  width: 49.5%;
}
#section06 .clumbox .long {
  width: 100%;
  text-align: right;
  padding-top: 0.5em;
}
#section06 .times01 {
  width: 95%;
  margin: 0 auto 100px 0;
}
#section06 .photos {
  width: 100%;
}
#section06 .photos figcaption {
  width: 100%;
  text-align: right;
  padding-top: 0.5em;
}
@media screen and (max-width:800px) {
  #section06 .photos figcaption {
    padding-right: 1em;
  }
}
@media screen and (max-width:800px) {
  #section06 .photos {
    width: 112%;
    margin-left: -6%;
    margin-right: -6%;
  }
}
#section06 .times02 {
  width: 65%;
  margin: 0 auto 100px auto;
}
@media screen and (max-width:800px) {
  #section06 .times02 {
    margin: 0 auto 50px auto;
  }
}
#section06 .tikazu {
  width: 90%;
  max-width: 950px;
  margin: 0 auto;
}

#section07 {
  width: 100%;
  position: relative;
  padding: 110px 0 0 0;
  background-color: #f0f0f0;
}
@media screen and (max-width:800px) {
  #section07 {
    padding: 60px 0 0 0;
  }
}
#section07 .postext {
  position: absolute;
  width: 100%;
  text-align: right;
  top: 0.5em;
  right: 0.5em;
}
#section07 .section__in {
  width: 90%;
  max-width: 680px;
  margin: 0 auto;
}
#section07 .ttl {
  text-align: center;
  margin-bottom: 0.75em;
  padding-bottom: 0.75em;
  line-height: 160%;
  border-bottom: 1px solid #666;
}
#section07 .engs {
  text-align: center;
  margin-bottom: 1.5em;
  letter-spacing: 0.05em;
}
#section07 .base_text {
  line-height: 180%;
}
#section07 .ttt01 {
  width: 100%;
  margin-top: 60px;
}
#section07 .line4e8r {
  margin-top: 30px;
  width: 100%;
  padding: 20px 40px;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
}
@media screen and (max-width:800px) {
  #section07 .line4e8r {
    padding: 4vw 0;
    margin-top: 0px;
  }
}
#section07 .line4e8r .clums {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section07 .line4e8r .clums .left {
  width: 40%;
}
@media screen and (max-width:800px) {
  #section07 .line4e8r .clums .left {
    width: 80%;
    margin: 0 auto 5vw auto;
  }
}
#section07 .line4e8r .clums .right {
  width: 53.07%;
}
@media screen and (max-width:800px) {
  #section07 .line4e8r .clums .right {
    width: 100%;
    font-size: 2.6vw;
  }
}
#section07 .tzu {
  width: 100%;
  margin: 60px auto;
}
#section07 .tzu figure {
  width: 110%;
  margin-left: -5%;
  margin-right: -5%;
}
@media screen and (max-width:800px) {
  #section07 .tzu figure {
    width: 100%;
    margin: 0 auto;
  }
}
#section07 .subttl {
  text-align: center;
  margin-bottom: 0.7em;
}
#section07 ul.list3 {
  width: 90%;
  max-width: 840px;
  margin: 0 auto 60px auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
@media screen and (max-width:800px) {
  #section07 ul.list3 {
    width: 70%;
    margin: 0 auto 40px auto;
  }
}
#section07 ul.list3 li {
  width: 32.5%;
  margin-bottom: 30px;
}
@media screen and (max-width:800px) {
  #section07 ul.list3 li {
    width: 100%;
    margin-bottom: 5vw;
  }
}
#section07 ul.list3 li .name01 {
  width: 76%;
  margin: 0.5em auto 0 auto;
}
#section07 ul.list3 li .name02 {
  width: 85%;
  margin: 0.5em auto 0 auto;
}
#section07 ul.list3 li .name03 {
  width: 100%;
  margin: 0.5em auto 0 auto;
}
#section07 ul.list3 li figure {
  position: relative;
}
#section07 ul.list3 li figure figcaption {
  position: absolute;
  bottom: 8px;
  right: 8px;
  color: #fff;
}
#section07 ul.list4 {
  width: 90%;
  max-width: 840px;
  margin: 0 auto 0px auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section07 ul.list4 li {
  width: 23.5%;
}
@media screen and (max-width:800px) {
  #section07 ul.list4 li {
    width: 49%;
    margin-bottom: 5vw;
  }
}
#section07 ul.list4 li .name04 {
  width: 76%;
  margin: 0.5em auto 0 auto;
}
#section07 ul.list4 li .name05 {
  width: 85%;
  margin: 0.5em auto 0 auto;
}
#section07 ul.list4 li .name06 {
  width: 76%;
  margin: 0.5em auto 0 auto;
}
#section07 ul.list4 li .name07 {
  width: 92%;
  margin: 0.5em auto 0 auto;
}
#section07 ul.list4 li figure {
  position: relative;
}
#section07 ul.list4 li figure figcaption {
  position: absolute;
  bottom: 8px;
  right: 8px;
  color: #fff;
}

#section08 {
  width: 100%;
  position: relative;
  padding: 110px 0 1px 0;
  background-color: #f0f0f0;
}
@media screen and (max-width:800px) {
  #section08 {
    padding: 60px 0 1px 0;
  }
}
#section08 .postext {
  position: absolute;
  width: 100%;
  text-align: right;
  top: 0.5em;
  right: 0.5em;
}
#section08 .section__in {
  width: 90%;
  max-width: 680px;
  margin: 0 auto;
}
#section08 .ttl {
  text-align: center;
  margin-bottom: 0.75em;
  padding-bottom: 0.75em;
  line-height: 160%;
  border-bottom: 1px solid #666;
}
#section08 .engs {
  text-align: center;
  margin-bottom: 1.5em;
  letter-spacing: 0.05em;
}
#section08 .base_text {
  line-height: 180%;
  margin-bottom: 2em;
}
#section08 .ttt01 {
  width: 100%;
  margin-top: 60px;
}
#section08 .zuleft {
  width: 55%;
  margin: 0 auto 0 0;
}
#section08 .zuleft figure {
  position: relative;
}
#section08 .zuleft figure figcaption {
  position: absolute;
  color: #fff;
  bottom: 8px;
  right: 8px;
}
#section08 .zuright {
  width: 100%;
  margin-bottom: 30px;
  margin-top: -32.5%;
}
#section08 .zuright figure {
  width: 110%;
  margin-left: -5%;
  margin-right: -5%;
}
#section08 .moresubatens {
  margin-bottom: 50px;
}
#section08 .line4e8r {
  margin-top: 30px;
  width: 100%;
  padding: 20px 40px;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
}
@media screen and (max-width:800px) {
  #section08 .line4e8r {
    padding: 4vw 0;
    margin-top: 0px;
  }
}
#section08 .line4e8r .clums {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section08 .line4e8r .clums .left {
  width: 40%;
}
@media screen and (max-width:800px) {
  #section08 .line4e8r .clums .left {
    width: 80%;
    margin: 0 auto 5vw auto;
  }
}
#section08 .line4e8r .clums .right {
  width: 53.07%;
}
@media screen and (max-width:800px) {
  #section08 .line4e8r .clums .right {
    width: 100%;
    font-size: 2.6vw;
  }
}
#section08 .tzu {
  width: 100%;
  margin: 60px auto;
}
#section08 .tzu figure {
  width: 110%;
  margin-left: -5%;
  margin-right: -5%;
}
@media screen and (max-width:800px) {
  #section08 .tzu figure {
    width: 100%;
    margin: 0 auto;
  }
}
#section08 .subttl {
  text-align: center;
  margin-bottom: 0.7em;
}
#section08 ul.list3 {
  width: 100%;
  max-width: 540px;
  margin: 0 auto 5px auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width:800px) {
  #section08 ul.list3 {
    width: 100%;
    margin: 0 auto 5px auto;
  }
}
#section08 ul.list3 li {
  width: 48.5%;
  text-align: center;
  padding: 0.5em 0;
  border-top: 1px solid #666;
}
@media screen and (max-width:800px) {
  #section08 ul.list3 li {
    width: 48.5%;
  }
}
#section08 ul.list3 li.noline {
  border-top: 0;
}
#section08 ul.list3 li.pcline01 {
  border-bottom: 1px solid #666;
}
#section08 ul.list3 li.pcline02 {
  border-bottom: 1px solid #666;
}
#section08 ul.list3_sp {
  width: 100%;
  max-width: 840px;
  margin: 0 auto 5px auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  display: none;
}
@media screen and (max-width:800px) {
  #section08 ul.list3_sp {
    display: flex;
    width: 100%;
    margin: 0 auto 5px auto;
  }
}
#section08 ul.list3_sp li {
  width: 32.5%;
  text-align: center;
  padding: 0.5em 0;
  border-top: 1px solid #666;
}
@media screen and (max-width:800px) {
  #section08 ul.list3_sp li {
    width: 48.5%;
  }
}
#section08 ul.list3_sp li.noline {
  border-top: 0;
}
#section08 ul.list3_sp li.pcline01 {
  border-bottom: 1px solid #666;
}
#section08 ul.list3_sp li.pcline02 {
  border-bottom: 1px solid #666;
}
#section08 .minisminis {
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width:800px) {
  #section08 .minisminis {
    margin-bottom: 40px;
    text-align: left;
  }
}

#section09 {
  width: 100%;
  position: relative;
  padding: 110px 0 1px 0;
  background-color: #f0f0f0;
}
@media screen and (max-width:800px) {
  #section09 {
    padding: 60px 0 1px 0;
  }
}
#section09 .postext {
  position: absolute;
  width: 100%;
  text-align: right;
  top: 0.5em;
  right: 0.5em;
}
#section09 .section__in {
  width: 90%;
  max-width: 680px;
  margin: 0 auto;
}
#section09 .ttl {
  text-align: center;
  margin-bottom: 0.75em;
  padding-bottom: 0.75em;
  line-height: 160%;
  border-bottom: 1px solid #666;
}
#section09 .engs {
  text-align: center;
  margin-bottom: 1.5em;
  letter-spacing: 0.05em;
}
#section09 .base_text {
  line-height: 180%;
  margin-bottom: 2em;
}
#section09 .ttt01 {
  width: 100%;
  margin-top: 60px;
}
#section09 .subttl {
  text-align: center;
  margin-bottom: 0.7em;
}
#section09 .minisminis {
  margin-bottom: 80px;
}
@media screen and (max-width:800px) {
  #section09 .minisminis {
    margin-bottom: 40px;
  }
}
#section09 .zuup {
  margin-bottom: 50px;
}
#section09 .zuup figure {
  width: 110%;
  margin-left: -5%;
  margin-right: -5%;
}
@media screen and (max-width:800px) {
  #section09 .zuup figure {
    width: 100%;
    margin: 0 auto 0 auto;
  }
}
#section09 .clumbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
#section09 .clumbox .photo {
  width: 28%;
  position: relative;
}
@media screen and (max-width:800px) {
  #section09 .clumbox .photo {
    width: 100%;
    margin-bottom: 2.5vw;
  }
}
#section09 .clumbox .photo figcaption {
  position: absolute;
  color: #fff;
  bottom: 8px;
  right: 8px;
}
#section09 .clumbox .text {
  width: 69.85%;
}
@media screen and (max-width:800px) {
  #section09 .clumbox .text {
    width: 100%;
  }
}
#section09 .clumbox .text ul {
  width: 100%;
}
#section09 .clumbox .text ul li {
  padding: 0.6em 0 0.675em 2em;
  text-align: left;
  border-top: 1px solid #666;
}
#section09 .clumbox .text ul li .t2 {
  display: inline-block;
}
#section09 .clumbox .text ul li:last-child {
  border-bottom: 1px solid #666;
}
@media screen and (max-width:800px) {
  #section09 .clumbox .text ul li:first-child {
    border-top: 0;
  }
}
#section09 .whitebox {
  width: 100%;
  background-color: #fff;
  color: #000;
  padding: 20px;
}
#section09 .whitebox .ttlwhite {
  text-align: center;
  margin-bottom: 1em;
}
#section09 .whitebox .clumwhite {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section09 .whitebox .clumwhite .photo {
  width: 41.25%;
  position: relative;
}
@media screen and (max-width:800px) {
  #section09 .whitebox .clumwhite .photo {
    width: 100%;
    margin-bottom: 5vw;
  }
}
#section09 .whitebox .clumwhite .photo figcaption {
  position: absolute;
  bottom: 8px;
  right: 8px;
  color: #fff;
}
#section09 .whitebox .clumwhite .text {
  width: 56.25%;
  line-height: 180%;
}
@media screen and (max-width:800px) {
  #section09 .whitebox .clumwhite .text {
    width: 100%;
  }
}

#section10 {
  width: 100%;
  position: relative;
  padding: 110px 0 2em;
  background-color: #f0f0f0;
}
@media screen and (max-width:800px) {
  #section10 {
    padding: 60px 0 2em 0;
  }
}
#section10 .postext {
  position: absolute;
  width: 100%;
  text-align: right;
  top: 0.5em;
  right: 0.5em;
}
#section10 .section__in {
  width: 90%;
  max-width: 680px;
  margin: 0 auto;
}
#section10 .ttl {
  text-align: center;
  margin-bottom: 0.75em;
  padding-bottom: 0.75em;
  line-height: 160%;
  border-bottom: 1px solid #666;
}
#section10 .engs {
  text-align: center;
  margin-bottom: 1.5em;
  letter-spacing: 0.05em;
}
#section10 .base_text {
  line-height: 180%;
  margin-bottom: 2em;
}
#section10 .ttt01 {
  width: 100%;
  margin-top: 60px;
}
#section10 .subttl {
  text-align: center;
  margin-bottom: 0.7em;
}
#section10 .minisminis {
  margin-bottom: 80px;
}
@media screen and (max-width:800px) {
  #section10 .minisminis {
    margin-bottom: 40px;
  }
}
#section10 .zuup {
  margin-bottom: 50px;
}
#section10 .zuup figure {
  width: 110%;
  margin-left: -5%;
  margin-right: -5%;
}
@media screen and (max-width:800px) {
  #section10 .zuup figure {
    width: 100%;
    margin: 0 auto 0 auto;
  }
}
#section10 .clumbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
#section10 .clumbox .photo {
  width: 28%;
  position: relative;
}
@media screen and (max-width:800px) {
  #section10 .clumbox .photo {
    width: 100%;
    margin-bottom: 2.5vw;
  }
}
#section10 .clumbox .photo figcaption {
  position: absolute;
  color: #000;
  bottom: 8px;
  right: 8px;
}
@media screen and (max-width:800px) {
  #section10 .clumbox .photo figcaption {
    color: #000;
  }
}
#section10 .clumbox .text {
  width: 69.85%;
}
@media screen and (max-width:800px) {
  #section10 .clumbox .text {
    width: 100%;
  }
}
#section10 .clumbox .text ul {
  width: 100%;
}
#section10 .clumbox .text ul li {
  padding: 0.6em 0 0.675em 0em;
  text-align: left;
  border-top: 1px solid #666;
}
@media screen and (max-width:800px) {
  #section10 .clumbox .text ul li {
    display: flex;
    justify-content: space-between;
  }
}
#section10 .clumbox .text ul li .t1 {
  display: inline-block;
  width: 6em;
  padding: 0.2em 0.75em;
  text-align: center;
  background-color: #806e23;
  color: #fff;
  margin-right: 0.35em;
}
@media screen and (max-width:800px) {
  #section10 .clumbox .text ul li .t1 {
    width: 6em;
    display: flex;
    align-items: center;
  }
  #section10 .clumbox .text ul li .t1 span {
    width: 100%;
    display: inline-block;
    text-align: center;
  }
}
@media screen and (max-width:800px) {
  #section10 .clumbox .text ul li .tbox {
    width: calc(100% - 6em);
    display: block;
  }
}
#section10 .clumbox .text ul li .t2 {
  display: inline-block;
  margin-right: 0.75em;
}
#section10 .clumbox .text ul li:last-child {
  border-bottom: 1px solid #666;
}
@media screen and (max-width:800px) {
  #section10 .clumbox .text ul li:first-child {
    border-top: 0;
  }
}
#section10 .whitebox {
  width: 100%;
  background-color: #fff;
  color: #000;
  padding: 20px;
}
#section10 .whitebox .ttlwhite {
  text-align: center;
  margin-bottom: 1em;
}
#section10 .whitebox .clumwhite {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section10 .whitebox .clumwhite .photo {
  width: 41.25%;
  position: relative;
}
@media screen and (max-width:800px) {
  #section10 .whitebox .clumwhite .photo {
    width: 100%;
    margin-bottom: 5vw;
  }
}
#section10 .whitebox .clumwhite .photo figcaption {
  position: absolute;
  bottom: 8px;
  right: 8px;
  color: #fff;
}
#section10 .whitebox .clumwhite .text {
  width: 56.25%;
  line-height: 180%;
}
@media screen and (max-width:800px) {
  #section10 .whitebox .clumwhite .text {
    width: 100%;
  }
}
#section10 .atens {
  width: 90%;
  max-width: 840px;
  margin: 0 auto 0 auto;
  padding-top: 150px;
}
@media screen and (max-width:800px) {
  #section10 .atens {
    padding-top: 75px;
  }
}/*# sourceMappingURL=redevelopment.css.map */