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

img{
  max-width: 100%;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

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

html, body {
  display: flex;
  flex-direction: column;
  color: #212121;
  font-family:'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
}

/* mixin
-----------------------------------------*/
/* contents
-----------------------------------------*/
.section__ttl {
  font-size: 25px;
  line-height: 2.3rem;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
}

.section__ttl span{
  color:#1C70D1;
}

.triangle3{
  width: 0;
  height: 0;
  border-left: 80px solid transparent;
  border-right: 80px solid transparent;
  border-top: 50px solid #FAFFE5;;
  margin: auto;
  z-index:2;    position: relative;
}
@media only screen and (max-width: 767px) {
  .section__ttl {
    font-size: 24px;
  }
}
.section__container {
  width: 1240px;
  max-width: 100%;
  margin: 0 auto;
  padding: 90px 1rem;
}
@media only screen and (max-width: 1024px) {
  .section__container {
    width: 90%;
    padding: 60px 0;
  }
}
@media only screen and (max-width: 767px) {
  .section__container {
    padding: 42px 0;
  }
}

.header {
  width: 100%;
  height: 70px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 auto;
  background: #4f9a94;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .header {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 88px;
  }
}
.header__ttl {
  font-size: 28px;
  letter-spacing: 1px;
  margin: 0 0 0 32px;
}
@media only screen and (max-width: 767px) {
  .header__ttl {
    font-size: 24px;
    margin: 0 0 12px;
  }
}

.gnav {
  margin: 0 32px 0 auto;
}
@media only screen and (max-width: 767px) {
  .gnav {
    width: 100%;
    margin: 0 auto;
  }
}
.gnav__list {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .gnav__list {
    justify-content: center;
  }
}
.gnav__item {
  margin: 0 16px 0 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .gnav__item {
    margin: 0 16px;
  }
}
.gnav__item:last-of-type {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .gnav__item:last-of-type {
    margin: 0 16px;
  }
}
.gnav__link {
  display: block;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  transition: all 0.5s ease 0s;
}
.gnav__link:after {
  content: "";
  display: block;
  width: 0;
  height: 4px;
  background: #fff;
  margin: 0 auto;
  border-radius: 10px;
  position: absolute;
  top: 20px;
  right: 0;
  left: 0;
  transition: all 0.5s ease 0s;
}
.gnav__link:hover {
  opacity: 0.6;
}
.gnav__link:hover:after {
  width: 30px;
}

.fv {
  background-image: url(img/mv.jpeg);
  height: 80vh;
  background-repeat: no-repeat;
  background-size: cover;
  position:relative;
}
.fv__container {
  width: 1240px;
  height: 88vh;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  margin: 0 auto;
}

.sateiform{
    background: #0000009e;
    width: 100%;
    bottom: 0;
}


.sateiform h3{
    padding-top: 1.5rem;
    font-size: 1.5rem;
    text-align: center;
    color: #fff;
    letter-spacing: .2rem;
}

.sateiform h3 span{
    color: rgb(255, 255, 0);
}

.form-inner{
    max-width: 1240px;
    margin: 0 auto;
    padding: 1rem 0;
    text-align: center;
}


input,select{
  margin-bottom: 2rem;
  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;
  font-size: 1rem;
}

.shiny-btn4 {
  display: inline-block;
  position: relative;
  width: 265px;
  padding: 12px;
  margin-left: .5rem;
  background-color: #19477D;/*ボタンの色*/
  box-shadow: 0 3px 0 0 rgba(21, 26, 110, 1);/*影の色(rgbaの値を変更)*/
  border-radius: 10px;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
  transition: 0.2s;
  cursor:pointer;
}
.shiny-btn4:hover {
  text-decoration: none;
  color: #fff;
  opacity: 0.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;
}

@-webkit-keyframes shiny{
  0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
  80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
  100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}


.fv__container img{
width: 100%;
}

@media only screen and (max-width: 1024px) {
  .fv__container {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .fv__container {
    height: 400px;
  }
}
.fv__ttl {
  font-size: 60px;
  width: 100%;
  max-width: 800px;
  letter-spacing: 2px;
  color: #356763;
}
@media only screen and (max-width: 1024px) {
  .fv__ttl {
    font-size: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .fv__ttl {
    font-size: 32px;
  }
}
.fv__desc {
  line-height: 1.7;
  text-align: center;
  font-size: 20px;
  margin: 0 0 60px;
}
@media only screen and (max-width: 767px) {
  .fv__desc {
    font-size: 16px;
    margin: 0 0 32px;
  }
  .fv__desc br {
    display: none;
  }
}
.fv__cv {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #4f9a94;
  color: #fff;
  text-decoration: none;
  width: 300px;
  height: 65px;
  border-radius: 5px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 1px;
  box-shadow: 0 5px #2c5753;
  transition: all 0.5s ease 0s;
  border: 2px solid #4f9a94;
}
.fv__cv:hover {
  box-shadow: none;
  background: #fff;
  color: #4f9a94;
}
@media only screen and (max-width: 1024px) {
  .fv__cv {
    font-size: 20px;
    width: 250px;
    height: 55px;
  }
}

.about {
  background: #FAFFE5;
}
.about__desc {
  width: 600px;
  margin: 0 auto 80px;
  text-align: center;
  line-height: 1.7;
}
@media only screen and (max-width: 767px) {
  .about__desc {
    width: 100%;
    font-size: 14px;
    margin: 0 auto 48px;
  }
}



.image-width100 img{
  width: 100%;

}
.about__item {
  width: 100%;
  list-style: none;
  display: flex;
  margin: 0 0 48px;
  flex-wrap: wrap;
}
.about__img {
  width: 30%;
}
.about__img img {
  width: 100%;
}
.about__img.is-2 {
  order: 1;
  margin: 0 0 0 auto;
}
@media only screen and (max-width: 1024px) {
  .about__img.is-2 {
    margin: 0 0 24px;
    order: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .about__img {
    width: 100%;
    margin: 0 0 24px;
  }
}
.about__contents {
  width: 67%;
  margin: 0 0 0 auto;
}
.about__contents.is-2 {
  order: 0;
  margin: 0;
}
@media only screen and (max-width: 1024px) {
  .about__contents {
    width: 100%;
  }
}
.about__subttl {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 16px;
  display: flex;
  width: 150px;
  height: 46px;
  justify-content: center;
  align-items: center;
  background: #212121;
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .about__subttl {
    width: 100%;
    color: #212121;
    background: none;
    border-bottom: 1px solid #ccc;
  }
}
.about__subdesc {
  line-height: 1.7;
}
@media only screen and (max-width: 767px) {
  .about__subdesc {
    font-size: 14px;
  }
}


.description{
  background-color: #F9F9F9;
  margin-top: -3rem;
  z-index:1;
}
.description__desc {
  width: 600px;
  margin: 0 auto 80px;
  text-align: center;
  line-height: 1.7;
}
@media only screen and (max-width: 1024px) {
  .description__desc {
    margin: 0 auto 48px;
  }
}
@media only screen and (max-width: 767px) {
  .description__desc {
    width: 100%;
  }
}
.description__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 3rem;
}
.description__item {
  width: 100%;
  list-style: none;
  background-color: #fff;
  padding: 2rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 1024px) {
  .description__item {
    width: 100%;
    margin: 0 0 24px;
  }
}
.description__plan {
  font-size: 28px;
  margin: 0 0 20px;
  padding: 6px 0 6px 10px;
}
.description__table {
  width: 100%;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .description__table {
    border: none;
  }
}

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

.description__name {
  width: 60%;
  padding: 12px;
  border-bottom: none;
font-size: 1.3rem;
margin-bottom: 1rem;
}

.description__name span{
  color: #1C70D1;
}

span.big_num{font-size: 3rem;
color: #f7d199;
margin-right: 1rem;}
.description__name h3{
  display: inline-block;
  line-height: 1.8rem;
}

.description__name p{
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 1.6rem;
font-weight: normal;}

hr {
  border-top: 2px dotted rgb(228, 228, 228);
  border-right: none;
  border-bottom: none;
  border-left: none;
}

@media only screen and (max-width: 767px) {
  .description__name {
    width: 100%;
    display: block;
    border: none;
    font-size: 14px;
  }
}
.description__data {
  width: 40%;
  padding: 12px;
  border-left: none;
  border-bottom: none;
  line-height: 1.7;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .description__data {
    width: 100%;
    display: block;
    border: none;
    font-size: 14px;
  }
}

.reason {
  background: #F5FCFB;
}
.reason__desc {
  width: 800px;
  margin: 0 auto;
  line-height: 1.7;
}

.blueblock{
  border-top: 50px solid #1C70D1 ;
  margin: 2rem auto;
}

@media only screen and (max-width: 1024px) {
  .reason__desc {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .reason__desc {
    font-size: 14px;
  }
}
.reason__more {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #4f9a94;
  color: #fff;
  text-decoration: none;
  width: 300px;
  height: 65px;
  border-radius: 5px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 1px;
  box-shadow: 0 5px #2c5753;
  transition: all 0.5s ease 0s;
  border: 2px solid #4f9a94;
  margin: 60px auto;
}
.reason__more:hover {
  box-shadow: none;
  background: #fff;
  color: #4f9a94;
}
@media only screen and (max-width: 1024px) {
  .reason__more {
    font-size: 20px;
    width: 250px;
    height: 55px;
  }
}


.align-left{
  text-align: left;
}

.reason__block{
  max-width: 100%;
}


.reason__block img{
  max-width: 100%;
}

.reazon__txt{
  text-align: center;
  margin: 1rem;
  line-height: 2rem;
  font-weight: bold;
}

span.yellowmarker {
    background:linear-gradient(transparent 70%, #FFFF00 0%);
  }

.reazon__point{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.reazon__point div{
  width: 48%;
  padding: 2rem;
  text-align: center;
  background-color: #fff;
  margin-bottom: 1rem;
  border-radius: 1rem;
}

.reazon__point div p{
  text-align: center;
  line-height: 1.8rem;
  font-weight: bold;
  width: 100%;
}

.reason__ttl-blue{
  margin-top: 2rem;
  width: 100%;
  background-color: #1C70D1;
  padding: 1.5rem;
  text-align: center;
  color: #fff;
  line-height: 2rem;
  font-size: 1.5rem;
  font-weight: bold;
  border-radius: 1rem 1rem 0 0;
}

.reason__ttl-blue span{
  color: #FFFF26;
}

.reason__txt-inner{
  width:100%;
  background-color: #fff;
  padding: 2rem;
}

.reason__txt-inner p{
  text-align: center;
  font-weight: bold;
  font-size: 1.1rem;
  line-height: 2rem;
}

.reason__txt-inner img{
  width: 100%;
  margin: 3rem auto;
}
.blue-ttl{
  color: #1C70D1;
  text-align: center;
  font-size: 1.7rem;
  margin: 1rem;
}

.satei{
  background-color: #F9F9F9;
}

.satei__txt {
  margin-top: 2rem;
  font-size: 13px;
  line-height: 20px;
}

.satei__container img{
  width: 100%;
  margin: 3rem auto;
}
.satei__container h3{
  display: inline-block;
  font-size: 1.2rem;
  line-height: 3rem;
}
.satei__container h3 a{
  background-color: #fff;
  padding: 0 1rem;
  margin-left: 1rem;
  display: inline-block;
  color: #000;
  border: #000 solid 1px;
  text-decoration: none;
}

.blue{color: #1c71d180!important;}

.glayblock{
  border-top: 50px solid #F9F9F9 ;
}
.jisseki{
  text-align: center;
  margin: auto;
}
.faq{
  text-align: center;
  margin: auto;
}

.jisseki img{
  max-width: 300px;
  margin-top: 3rem;
  text-align: center;
}
.rerative{
  position: relative;
  padding: 2rem;
  height: 220px;
}

.top-info__main {
  background-color: #f9f9f9;
  border-radius: 1rem;
  margin-bottom: 1rem;
  padding: 1rem;
  line-height: 24px;
  text-align: left;
  width: 255px;
}
.top-info__main h4 {
  color: #000;
  font-size: 16px;
}
.top-info__main span {
  color: #fff;
}
.top-info__main span {
  color: #fff;
}

.top-info__main .value {
  font-size: 15px;
  line-height: 32px;
}

.top-info__main .value span {
  font-size: 12px;
  margin-right: 1rem;
  border-radius: 0.3rem;
  padding: 0.3rem 0.7rem;
  color: #000;
  background-color: #dfdfdf;
}

.top-info__main .value span {
  font-size: 12px;
  margin-right: 1rem;
  border-radius: 0.3rem;
  padding: 0.3rem 0.7rem;
  color: #000;
  background-color: #dfdfdf;
}

.jisseki_area{
  margin: 3rem auto;
  max-width: 1040px;
}

.mansion {
  background-color: #007268 !important;
  padding: 0 1rem;
  border-radius: 2rem;
}
.edogawa {
  background-color: #469b43 !important;
}

.etcarea {
  background-color: #373985 !important;
}

.oldkodate {
  background-color: #695c47 !important;
  padding: 0 1rem;
  border-radius: 2rem;
}

.katsushika {
  background-color: #e05616 !important;
}

.result_color {
  background-color: #da8313 !important;
  color: #fff !important;
}

.area, .cate {
  padding: 0.2rem 1rem;
  border-radius: 2rem;
  margin: 0.5rem 0;
  display: inline-block;
}

.newkodate {
  background-color: #ff1778 !important;
  padding: 0 1rem;
  border-radius: 2rem;
}

.tochi {
  background-color: #585858 !important;
  padding: 0 1rem;
  border-radius: 2rem;
}

.accordion-001 {
  background-color: #f0f5f9;
}

.accordion-001:not([open]) {
  margin-bottom: 5px;
}

.accordion-001 summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1em 2em;
  border-radius: 5px;
  background-color: #1c70d1;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  font-size: 1.2rem;
}

.accordion-001 summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  content: '';
  transition: transform .3s;
}

.accordion-001[open] summary::after {
  transform: rotate(225deg);
}

.accordion-001 p {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 1em 2em 2em 2em;
  color: #333333;
  transition: transform .5s, opacity .5s;
}

.accordion-001[open] p {
  transform: none;
  opacity: 1;
  text-align: left;
  line-height: 1.5rem;
}


.faq{
  margin: 3rem auto;
  max-width: 1040px;
}

.faq__inner{
  width: 100%;
  margin: auto;
}

.flow__container{
  width:1040px;
  max-width: 100%;
  margin: auto;
}

.flow__inner{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}

.flowimg{
  width: 20%;
  padding: 1rem;
  text-align: center;
}


.flowimg img{
  width: 100%;
  max-height: 150px;
}

.flowtxt{
  width:80%;
 background-color: #f0f0f0;
 padding: 2rem;
}

.flowtxt span{
  background-color: #1C70D1;
  color: #fff;
  padding: .3rem 1rem;
  display: inline;
  font-size: 20px;
}

.flow-step{
  display: inline-block;
  margin-left: 1rem;
  font-size: 20px;
  color: #1C70D1;
}

.flowtxt p{
  margin-top: 1rem;
  line-height: 1.7rem;
  font-size: 17px;
}

.okaikae{
  margin: 3rem auto;
  text-align: center;
}

.media{
  background-color: #F9F9F9;
  padding: 3rem;
  text-align: center;
}

.media h3{
  text-align: center;
  font-weight: bold;
  font-size: 28px;
  line-height: 40px;
}


.media img{
  width: 1000px;
  max-width: 100%;
  display: inline-block;
  text-align: center;
  margin-bottom: 2rem;
}

.pc{
display: block;
}

.sp{
  display: none;
}


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

  .sp{
    display: block;
  }

  .fv{
    background-position: center;
  }

  .fv__container{
    height: 80vh;

  }

.section__ttl{
  margin: 2rem 0;
}

.sateiform h3{
line-height: 2.3rem;}

.flowtxt,.flowimg{
  width: 100%;
}

.okaikae img{
  width: 100%;
}

.rerative,.sateiform{
  height: initial;
}

input, select {
  margin-bottom: 1rem;
  max-width: 95%;
  width: 95%;
}
.description__name h3{

  font-size: 20px;
  margin-top: 1rem;
  line-height: 29px;
}

.description__item{
  padding: 1rem;
}

.reazon__point div{
  width: 100%;
  padding: 1rem;
}

.reason__txt-inner{
  padding: 1rem;
}

.reason__ttl-blue{
  font-size: 1.3rem;
}

.reason__txt-inner p{
  font-size: 13px;
  line-height: 19px;
  text-align: left;
}
.reazon__point div p {
  text-align: center;
  line-height: 20px;
  font-weight: bold;
  width: 100%;
  font-size: 13px;
}

.description__name p {
  margin-top: 1rem;
  font-size: 12px;
  line-height: 18px;
  font-weight: normal;
}

.blue-ttl{
  color: #1C70D1;
  text-align: center;
  font-size: 1.3rem;
  margin: 1rem 0;
  line-height: 2rem;

}

.satei__container h3{
  margin-bottom: 2rem;
  line-height: 2rem;
}

.top-info__main{
  margin: auto;
}

.accordion-001 summary{
  font-size: 1rem;
  line-height: 1.5rem;
padding: .7rem;
width: 95%;
margin: auto;
}

.flowtxt span{
  display: block;
  text-align: center;
  margin-bottom: 1rem;

}

.flow{
  padding: 1rem;
}

}

.okaikae img{
  margin: auto;
}

.modal-open {
  text-align: center;
  /* position: fixed; */
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  left: 50%;
  padding: 0 10px;
  font-weight: bold;
  color: #fff;
  background: #000;
  /* margin: auto; */
  cursor: pointer;
  display: inline-block;
  /* transform: translate(-50%,-50%); */
}
/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0,0,0,50%);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
}
/*モーダル本体の擬似要素の指定*/
.modal-container:before{
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active{
  opacity: 1;
  visibility: visible;
z-index: 100;
}
/*モーダル枠の指定*/
.modal-body{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  width: 800px;
  padding: 20px;
  background-color: #fff;
  line-height: 1.5rem;
}
/*モーダルを閉じるボタンの指定*/
.modal-close{
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -40px;
  right: -40px;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}

.baikyakufv{
  max-width:620px;
}

.bottombnr{
  width: 100%;
  background-color: #fff;
}

.bottombnr li{
  width: 100%!important;
  font-size: 18px!important;
  font-weight: bold!important;
  padding: 20px!important;

}


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

  .modal-open {
    text-align: center;
    /* position: fixed; */
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    left: 50%;
    padding: 0 10px;
    font-weight: bold;
    color: #fff;
    background: #000;
    /* margin: auto; */
    cursor: pointer;
    display: inline-block;
    /* transform: translate(-50%,-50%); */
  }
  /*モーダル本体の指定 + モーダル外側の背景の指定*/
  .modal-container{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    text-align: center;
    background: rgba(0,0,0,50%);
    padding: 10px 20px;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    box-sizing: border-box;
  }
  /*モーダル本体の擬似要素の指定*/
  .modal-container:before{
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
  }
  /*モーダル本体に「active」クラス付与した時のスタイル*/
  .modal-container.active{
    opacity: 1;
    visibility: visible;
  z-index: 100;
  }
  /*モーダル枠の指定*/
  .modal-body{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    width: 800px;
    padding: 20px;
    background-color: #fff;
    line-height: 1.5rem;
  }
  /*モーダルを閉じるボタンの指定*/
  .modal-close{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -40px;
    right: -20px;
    width: 40px;
    height: 40px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
  }
  
.modal-body p{
  font-size: 12px;
  text-align: left;
}

.modal-content img{

  margin: 5px auto;
}
.nav-header__toggle-s span {
  color: #fff;
  font-size: 07px;
  display: none;
}
}