/* ////////////////////////////////////////////////// */
/* general */
/* ////////////////////////////////////////////////// */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');
html,body{
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: .1em;
  color: #333;
  font-size: 12px;
  overflow-x: hidden;
}
.tsuku{
  font-family: fot-tsukuardgothic-std, sans-serif;
}
img{
  width: 100%;
}
h1,h2,h3,h4,h5,h6{
  line-height: 1.7em;
  letter-spacing: .2em;
  font-weight: bold;
}
h2{
  font-size: clamp(17px,3vw,32px);
}
h3{
  font-size: clamp(17px,2.5vw,24px);
}
h4{
  font-size: clamp(16px,2.2vw,20px);
}
h5{
  font-size: clamp(14px,2vw,18px);
}
h6{
  font-size: clamp(14px,2vw,16px);
}
p{
  line-height: 2.2em;
  margin-bottom: 1em;
  letter-spacing: .1em;
}
p:last-child{
  margin-bottom: 0;
}

@media screen and (min-width: 992px) {
  html,body{
    font-size: 14px;
  }
  .container-s.container{
    max-width: 900px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1200px) {
  .container{
    max-width: 1180px;
    margin: 0 auto;
  }
}


/* header */
header{
  background-image: url(./img/fv.jpg);
  background-size: contain;
  background-position: bottom center;
  max-height: 740px;
    height: 80vw;
  background-repeat: no-repeat;
  position: relative;
}
.fv-ttl{
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: -50px;
  max-width: 600px;
  width: 80%;
}
.top-circle{
  position: absolute;
  transform: translate(-50%,-50%);
  right: -25%;
  top: 50%;
  max-width: 180px;
  display: block;
  width: 31%;
}

.intro{
  padding-top: 70px;
  background-image: url(./img/intro-bg_sp.png);
  background-size: 100%;
  background-position: bottom right;
  background-repeat: no-repeat;
  padding-bottom: 100px;
}
.intro-content{
  max-width: 1000px;
  width: 100%;
  display: block;
  margin: 0 auto;
}

.concept{
  padding: 100px 0 100px;
  background-image: url(./img/concept-bg.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 0;
}
.concept-ttl{
  position: absolute;
  transform: translate(-50%,-50%);
  top: 0;
  left: 50%;
  width: 30%;
  max-width: 220px;
}
.concept-text{
  width: 90%;
  margin: 0 auto;
}
.concept-text p{
  font-weight: bold;
  line-height: 2.4em;
  margin: 3em 0;
}
.concept-text h2{
  font-size: 19px;
  font-weight: bold;
}
.concept-text p:last-child{
  margin-bottom: 0;
}
.leaf-deco{
  position: absolute;
  display: block;
  z-index: -1;
}
.leaf1{
  bottom: 50px;
  left: 15%;
  width: 40px;
}
.leaf2{
  top: 50%;
  right: 5%;
  width: 40px;
}
.leaf3{
  top: 40px;
  left: 10%;
  width: 40px;
}
.leaf4{
  bottom: 100px;
  right: 10%;
  width: 50px;
}
.leaf5{
  bottom: 77%;
  right: 5%;
  width: 60px;
}
.p-dash{
  margin: 0 0.5em 0 0;
}

@media screen and (min-width: 992px) {

  .concept{
    padding: 200px 0 100px;
  }
  .concept-text{
    writing-mode: vertical-rl;
    margin: 0 auto;
    width: auto;
  }

  .concept-text h2{
    font-size: 33px;
    margin: 0 0 0 2em;
  }
  .concept-text p{
    margin: 0 0 0 2em;
      line-height: 2.8vw;
  }
  .leaf-deco{
    display: block;
  }
  .leaf1{
    bottom: 80px;
    left: 20%;
    width: 72px;
  }
  .leaf2{
    top: 70px;
    right: 30%;
    width: 77px;
  }
  .leaf3{
    top: 100px;
    left: 10%;
    width: 84px;
  }
  .leaf4{
    bottom: 200px;
    right: 10%;
    width: 70px;
  }
  .leaf5{
    bottom: 100px;
    right: 36%;
    width: 90px;
  }
  .p-dash{
    margin: 0 0 0.5em ;
  }
}


@media screen and (min-width: 1200px) {
  .intro-content{
    width: 90%;
  }
  .intro{
    padding-bottom: 0;
  }
  .intro{
    background-image: url(./img/intro-bg.png);
    background-size: 90%;
  }
}
.overview-image{
}
.overview-ttl{
  margin: 50px auto 0;
  display: block;
  width: 80%;
}

.overview-point{
  background: #f2f2f2;
  padding: 20px 5%;
  border-radius: 20px;
  margin-top: 50px;
}
.overview-point-line{
  border-bottom: 2px dashed #fff;
  display: flex;
  align-items: center;
  min-height: 6em;
}
.overview-point-line.last-line{
  border-bottom: none;
}
.point-no{
  width: 22px;
  height: 22px;
  margin-right: 10px;
}
@media screen and (min-width: 768px) {
  .point-no{
    width: 36px;
    height: 36px;
    margin-right: 20px;
  }
  .overview-point-column{
    padding: 0 5%;
  }
  .overview-point-line.last-line{
    border-bottom: 2px dashed #fff;
  }
  .overview-point{
    padding: 40px 5%;
  }
  .overview-ttl{
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    top: 50px;
    max-width: 450px;
    width: 80%;
  }
  .overview-image{
    background-image: url(./img/overview-image.jpg);
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
    height: 68vw;
  }
  .overview-point{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: column;
  }
}
@media screen and (min-width: 992px) {
  .overview-image{
    background-image: url(./img/overview-image.jpg);
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
    height: 50vw;
  }
}

.detail{
  background-image: url(./img/detail-bg_sp.jpg);
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  position: relative;
  margin-top: min(50vw,260px);
  padding-bottom: 140px;
  padding-top: min(50vw,260px);
}
.detail-ttl{
  background-image: url(./img/detail-ttl-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  transform: translate(-50%,-50%);
  top: 0;
  left: 50%;
  width: 90vw;
  height: 90vw;
  max-width: 400px;
  max-height: 400px;
  color: #fff;
  padding: 80px 0;
  display: flex;
  align-items: center;
}

.detail-ttl-text{
  text-align: center;
}
.detail-ttl-text h3{
  font-size: 20px;
  margin-bottom: 1em;
}
.detail-ttl-text p{
  font-size: 12px;
  width: 70%;
  margin: 0 auto;
  text-align: left;
  line-height: 1.5em;
}
.detail-map-box{
  border-radius: 30px;
  background: #fff;
  filter: drop-shadow(0 5px 10px rgba(0,0,0,0.2));
  max-width: 600px;
  width: 95%;
  margin:  auto;
  position: relative;
  padding: 15px;
}
.map-text-box{
  position: relative;
  margin-top: 70px;
  padding: 20px 0 clamp(10px,5vw,90px);
}
.map-text-box .detail-box-ttl{
  background: #00ab3b;
}.map-text-box .map-text-box-bar{
  width: 100%;
  border: 3px dashed #00ab3b;
  display: block;
  position: relative;
  top: -20px;
}
.map-text-pc{
  margin-top: 30px;
}
.map-text_sp-wrap img{
  display: block;

  margin: 20px auto;
  position: relative;
}
img.map-compass{
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
}
.map-text_sp{
max-width: 230px;
}
.map-text-text_sp{
max-width: 500px;
}
dl.detail-list{
  border-bottom: 2px dashed #b3b3b3;
  margin: 0;
  padding: 10px 0;
}
dl.detail-list dt,dl.detail-list dd{
  display: table-cell;
  font-weight: bold;
}
dl.detail-list dt{
  width: 80px;
}
dl.detail-list dd{
  width: auto;
}
.detail-box{
  background: #fff;
  padding: 50px 10% 40px;
  position: relative;
}
.detail-box.shuhenkankyo{
  border: 2px solid #00ab3b;
  margin-bottom: 60px;
  margin-top: 70px;
}
.detail-box.bukkendetail{
  border: 2px solid #00bdb1;
}
.detail-box-ttl{
  position: absolute;
  transform: translate(-50%,-50%);
  top: 0;
  left: 50%;
  width: 174px;
  line-height: 2.2em;
  border-radius: 1.1em;
  font-size: 20px;
  color:#fff;
  text-align: center;
}
.detail-box.shuhenkankyo .detail-box-ttl{
  background: #00ab3b;
}
.detail-box.bukkendetail .detail-box-ttl{
  background: #00bdb1;
}
.detail-box.shuhenkankyo dt{
  color: #00ab3b;
}
.detail-box.bukkendetail dt{
  color: #00bdb1;
}

.detail-images-text-image{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
}
.detail-images-text-image .detail-images-img{
  background-color: #eee;
  width: 100%;
  padding-bottom: 66.6%;
  border: 2px solid #fff;
  border-radius: 20px;
  filter: drop-shadow(5px 5px 10px rgba(0,0,0,0.1));
  background-size: cover;
  background-position: center;
}
.detail-images-img1{
  background-image: url('./img/detail-images-img1.jpg');
}
.detail-images-img2{
  background-image: url('./img/detail-images-img2.jpg');
}
.detail-images-img3{
  background-image: url('./img/detail-images-img3.jpg');
}
.detail-images-img4{
  background-image: url('./img/detail-images-img4.jpg');
}
.detail-images-text{
  margin: 80px 0 0;
}
.detail-images-text-text{
  margin: 50px auto 0;
  width: 90%;
}
.detail-images-text-text p{
  font-weight: bold;
}
.container.detail-map-container{
  position: relative;
}
.detail-deco{
  position: absolute;
  width: 20vw;
  bottom: 40px;
  left: 10%;
}
@media screen and (min-width: 768px) {
  .detail{
    background-image: url(./img/detail-bg.jpg);
  }
  .detail-images-text-image{
    grid-gap: 20px;
  }
  dl.detail-list dt{
    width: 100px;
  }

  .detail-box{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 40px;
  }
  .detail-images-text-text{
    display: flex;
      align-items: flex-end;
      height: 100%;
      justify-content: flex-end;
      width: auto;
      margin: 0 auto;
  }
  .detail-map-box{
    padding: 50px;
  }
}

@media screen and (min-width: 1200px) {
  .detail{
    padding-top: 0;
    margin-top: min(50vw,380px);
  }
  .detail-map-box{
    margin: 0 0 0 auto;
  }
  .detail-map-box{
    top: -100px;
  }
  .detail-ttl h3{
    writing-mode: vertical-rl;
    margin: 0 50px 0 0;
    font-size: 40px;
  }
  .detail-ttl-text{
    width: 400px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .detail-ttl{
    transform: translate(0,-50%);
    top: 0;
    left: 10%;
    max-width: 600px;
    max-height: 600px;
    width: 40vw;
    height: 40vw;
  }
  .detail-ttl-text p{
    width: auto;
    font-size: 14px;
    line-height: 2em;
  }

  .detail-box.shuhenkankyo{
    margin-top: 0;
  }
}

.guideline{
  padding: 80px 0;
  background: #f2f2f2;
}
.guideline .container{
  position: relative;
}
.guideline-ttl-box{
  text-align: center;
}
.guideline-ttl-box h2{
  font-size: 20px;
  line-height: 1.3em;
  display: none;
}
.guideline-ttl-box img{
  width: 20%;
  max-width: 120px;
  margin: 0 auto 10px;
}
.guideline-text-box{
  width: 100%;
  margin: 20px 0 0 auto;
  padding: 30px 5%;
}
.guideline-text-box{
  background-image: url(./img/detail-bg.jpg);
  border-radius: 30px;
}
.ul-child{
  list-style: lower-latin;
  padding-left: 1em;
}
.ul-child ul{
  padding-left: 1em;
}
.guideline-text-box ul,.guideline-text-box ol{
  letter-spacing: 0;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 1.2em;
}
.guideline-text-box li{
  padding: 2px 0;
}
.guide-notice{
  font-size: 10px;
  line-height: 1.5em;
  letter-spacing: 0;
}
@media screen and (min-width: 992px) {
  .guide-notice{
    font-size: 12px;
    text-align: right;
  }
  .guideline-text-box{
    padding: 80px 100px;
    width: 85%;
  }
  .guideline-ttl-box{
    width: 20%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .guideline-text-box{
    width: 82%;
    margin: 50px 0 0 auto;
    padding: 50px 100px;
  }
  .guideline-ttl-box img{
    width: 100%;
    max-width: none;
  }
  .guideline-ttl-box h2{
    writing-mode: vertical-rl;
    margin: 20px auto 0;
    font-size: 30px;
    line-height: 1.3em;
  }
}



.qna{
  background-image: url(./img/detail-bg.jpg);
  padding: 80px 0;
}
.qna-ttl{
  display: block;
  width: 180px;
  margin: 0 auto 30px;
}
.qna-list{
  margin-bottom: 40px;
}
.qna-list ul{
  list-style: none;
  flex: 1;
}
.qna-list ul:first-child{
  margin-right: 30px;
}
.qna-list ul li{
  display: flex;
  align-items: baseline;
  cursor: pointer;
  transition: .3s;
  padding: 3px 0;
}
.qna-list ul li:hover{
  color: #ec7951;
}
.qna-list ul li span{
  display: inline-block;
  vertical-align: top;
}
.qna-list ul li::before{
  content: 'Q';
  display: inline-block;
  font-weight: bolder;
  margin-right: 5px;
  font-size: 22px;
  color: #ec7951;
}
.qna-list ul li.active-q{
  color: #ec7951;
  font-weight: bold;
}
.qna-contents{
  background: #fff;
  padding: 20px 15px;
  border-radius: 15px;
  transition: .5s;
  /* opacity: 0; */
  /* position: absolute; */
	/* transform: translateY(-20px); */
  /* visibility: hidden; */
  display: flex;
  margin: 10px 0 20px;
}

.qna-contents.active{
  transform: translateY(0);
  opacity: 1;
  position: relative;
  visibility: visible;
}
.qna-contents h3{
  font-size: 16px;
}
.qna-contents h3,.qna-contents p{
  display: flex;
  align-items: baseline;
  line-height: 1.5em;
  flex: 1;
}
.qna-contents h3::before{
  content: 'Q';
  display: block;
  font-weight: bolder;
  margin-right: 0px;
  font-size: 20px;
  color: #ec7951;
  width: 40px;
  text-align: center;
}
.qna-contents span{
  display: block;
  font-weight: bolder;
  margin-right: 10px;
  font-size: 20px;
  color: #00ab3b;
  text-align: center;
  line-height: 1em;
}
@media screen and (min-width: 768px) {
  .qna-contents{
    padding: 20px 15px;
    border-radius: 20px;
  }
}








.contact{
  background-image: url(./img/contact-bg.jpg);
  background-size: 200%;
  background-position: bottom center;
  background-repeat: no-repeat;
  position: relative;
  padding: 80px 0;
}
.contact-content{
  position: relative;
}
.contact-btn{
  transition: .3s;
  background: #00ab3b;
      color: #fff;
      line-height: 3em;
      font-size: 16px;
      text-decoration: none;
      border-radius: 1.5em;
      text-align: center;
      display: block;
      width: 80%;
      max-width: 420px;
      position: absolute;
      left: 50%;
      bottom: 10%;
      transform: translateX(-50%);
      filter: drop-shadow(5px 5px 10px rgba(0,0,0,0.1));
}
.contact-btn::after{
  content: '';
  width: 14px;
  height: 14px;
  display: block;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(./img/btn-arrow.png);
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
}
.contact-btn.newtablink::after{
  content: '';
  width: 14px;
  height: 14px;
  display: block;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(./img/alt-link.png);
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
}
.contact-btn:hover{
  color: #fff;
  background: #00bdb1
}
@media screen and (min-width: 768px) {
  .contact{
    background-size: cover;
  }
  .contact-btn{
    background: #00ab3b;
        color: #fff;
        line-height: 3em;
        font-size: 1.6vws;
        text-decoration: none;
        border-radius: 1.5em;
        text-align: center;
        display: block;
        width: 80%;
        max-width: 420px;

        position: absolute;
        left: 60%;
        bottom: 15%;
        transform: translateX(-50%);
        filter: drop-shadow(5px 5px 10px rgba(0,0,0,0.1));
  }
}



.access{
  padding: 70px 0;
}
.access-hr{
  width: 100%;
  margin: 50px 0;
}
.access-address{
  font-size: 16px;
  text-align:center;
  font-weight: bold;
}
.access-pin{
  width: 40px;
  height: 40px;
  margin-right: 1em;
}

iframe{
  margin-top: 50px;
  border-radius: 50px;
  width: 100%;
  height: min(500px,60vw);
}
@media screen and (min-width: 768px) {
  .access-address{
    font-size: 20px;

  }
}

footer{
  border-top: 1px dashed #584942;
  padding: 50px 0;
  font-size: 12px;
}
.footer-bnr{
  justify-content: space-between;
  width: 100%;
  max-width: 420px;
  align-items: center;
  margin: 0 0 0 auto;
}
.footer-bnr a img{
  height: 40px;
  width: auto;
  margin: 10px 0;
  display: block;
}
footer .logo{
  max-width: 240px;
  display: block;
}


.snap-slider{
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  background: rgba(255,255,255,0.5);
  padding: 10px;
  border-radius: 8px 8px 0 0;
}
.snap-slider-thum{
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  background: rgba(255,255,255,0.5);
  padding: 10px;
  border-radius: 0 0 8px 8px ;
}
.slider-wrap{
  margin: 0px 0 100px;
}
.slider-wrap{
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
.slider-wrap h3{
  color: #00ab3b;
  text-align: center;
  font-size: clamp(18px,3vw,24px);
}

@media screen and (min-width: 768px) {
  .snap-slider{
    padding: 30px;
  }
  .snap-slider-thum{
    padding: 0 30px 30px;
  }

  .snap-slider{
    border-radius: 20px 20px 0 0;
  }
  .snap-slider-thum{
    border-radius: 0 0 20px 20px ;
  }
}

.snap-slider img {
    width: 100%;
    height: 24vw;
    min-height: 240px;
    object-fit: contain;
}
.snap-slider-thum img {
    width: 100%;
    height: 4vw;
    min-height: 40px;
    object-fit: contain;
    padding: 5px
}
.slick-next, .slick-prev{
  z-index: 10;
}

/* 共通設定 */

.slick-next::before,
.slick-next::after,
.slick-prev::before,
.slick-prev::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.slick-next::after,
.slick-prev::after {
  width: 20px;
  height: 20px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  filter: drop-shadow(0px 0px 2px #00ab3b)
}

/* next */

.slick-next {
  right: 26px;
}
.slick-next::after {
  right: 4px;
  transform: rotate(45deg);
}

/* prev */

.slick-prev {
  left: 26px;
}
.slick-prev::after {
  left: 4px;
  transform: rotate(-135deg);
}

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

  .slick-next {
    right: 8px;
  }
  .slick-prev {
    left: 8px;
  }
  .slick-next::after {
    right: 10px;
  }
  .slick-prev::after {
    left: 10px;
  }
}



.four-cv{
  border-top: 1px dashed #000;
  padding: 60px 0 0;
  font-family: fot-tsukuardgothic-std, sans-serif;
}

.four-cv-intro{
  max-width: 480px;
  margin: 0 auto;
}
.four-cv h2{
  font-size: 24px;
}
.four-cv h2,.four-cv h6{
  font-family: fot-tsukuardgothic-std, sans-serif;
  text-align: center;
  letter-spacing: .1em;
}
.four-cv-secttl{
  margin: 0 0 40px;
}
.four-cv-secttl h2{
  font-size: 30px;
}
.four-cv-logo{
  width: 50px;
  margin: 0 auto 20px;
  display: block;
}
.openhouse-box{
  background: #f5f5f5;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 10px;
}
.openhouse-box h4{
  text-align: center;
}
.openhouse-box img{
  display: block;
  margin: 0 auto;
  max-width: 300px;
}
.cv-anker-btn{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  margin-bottom: 40px;
}
.cv-anker-btn a{
  display: block;
  position: relative;
  text-align: center;
  padding: 10px 5px 30px;
  text-decoration: none;
  color: #000;
  background-image: url(./img/detail-bg.jpg);
  font-family: fot-tsukuardgothic-std, sans-serif;
}
.cv-anker-btn a::after{
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%) rotate(135deg);
}
.cv-anker-btn a h4{
  color: #00ab3b;
  margin: 0 0 10px;
  letter-spacing: 0.1em
}
.cv-anker-btn a p{
  padding: 0;
  line-height: 1.5em;
  margin: 0;
}
.cv-info h2{
  color: #00ab3b;
}
.cv-info .contact-btn,.cv-btn-sec .contact-btn{
  position: relative;
  left: auto;
  bottom: auto;
  transform: none;
  margin: 20px auto 0;
  font-size: 14px;
  width: 100%;
  font-family: 'Noto Sans JP', sans-serif;
}
.cv-info .contact-btn::after{
  right: 18px;
}
.cv-info table{
  font-family: fot-tsukuardgothic-std, sans-serif;
  margin:  20px auto 0;
  font-weight: bold;
}
.cv-info table th{
  color: #00ab3b;
}
.cv-info table th{
  min-width: 80px;
}
.cv-info table th,.cv-info table td{
  padding: 5px 2px;
}
.cv-info table tr{
  border-bottom: 2px dashed #eee;
}

.cv-info{
  max-width: 480px;
  margin: 0 auto;
  border-top: 1px dashed #000;
  padding: 40px 15px;
}
.morinofune-logo{
  max-width: 200px;
  display: block;
  margin: 0 auto 20px 0;
}
.document-info{
  border-left: 3px solid #00ab3b;
  padding: 5px 0 5px 10px;
  margin-bottom: 10px;
}
.document-info h5{
  color: #00ab3b;
  font-size: 16px;
  letter-spacing: .1em;
  margin: 0;
}
.document-img{
  margin-bottom: 20px;
}
.document-p,.orifushi-p{
  text-align: center;
  line-height: 1.5em;
  font-weight: bold;
}
.document-info p{
  margin: 0;
  line-height: 1.5em;
}
.orifushi-img{
  margin-bottom: 20px;
}

.form-sec{
    border-top: 1px dashed #000;
  padding: 40px 0;
  background-image: url(./img/detail-bg.jpg);
}
.form-sec form {
  max-width: 480px;
  margin: 0 auto;
  width: 100%;
}
.formTable{
  width: 100%;
}
.formTable tr{
  margin: 10px 0;
  display: block;
}
.formTable th,.formTable td {
  display: block;
  text-align: left;
}
.form-sec h3{
  color: #00ab3b;
  margin: 0 0 20px;
  font-size: 24px;
  letter-spacing: 0.1em;
  text-align: center;
  font-family: fot-tsukuardgothic-std, sans-serif;
}
.form-sec p{
  line-height: 1.5em;
  font-weight: bold;
}
.form-sec input[type="text"],.form-sec select{
  width: 100%;
  padding: 10px;
  border: none;
  border-radius: 5px;
  margin: 3px 0;
}
#formWrap,.formWrap-error{
  max-width: 480px;
  margin: 0 auto;
  width: 100%;
}
.form-ttl-img{
  width: 200px;
  margin: 0 auto;
}
#formWrap input[type="submit"],#formWrap input[type="reset"],#formWrap input[type="button"],a.back-top-btn{
  display: block;
  background: #00ab3b;
  color: #fff;
  line-height: 2em;
  text-decoration: none;
  border-radius: 1.5em;
  border: none;
  text-align: center;
  display: block;
  font-size: 14px;
  width: 200px;
  margin-bottom: 10px;
}
.back-top-p{
  margin: 40px 0;
}
#formWrap input[type="reset"],#formWrap input[type="button"]{
  background: #999;
}
h6.error-notion{
  font-size: 14px;
  color: #ec7951;
  font-family: fot-tsukuardgothic-std, sans-serif;
}
#formWrap .hissu{
  font-size: 12px;
  color: #ec7951
}
h3.form-check-h3{
  color: #00ab3b;
  text-align: center;
  font-size: 20px;
  font-family: fot-tsukuardgothic-std, sans-serif;
}
.check-line{
  margin: 10px 0;
}
input[type=checkbox] {
  transform: scale(1.5);
  margin: 5px 5px;
}
