/*独自css*/
body{margin: 0px; font-family: serif;}
ul{list-style: none;}
a {text-decoration: none;}
a:hover{opacity: 0.7;}
.one-clm-inner{text-align: center; position: relative;display: flex;}

/*基本CSS*/
.width100{width: 100%;}
.width90{width: 90%;}
.width80{width: 80%;}
.width70{width: 70%;}
.paddingBottom2EM{padding-bottom: 2em;}
.text-center{text-align: center;}
.margin0{margin: 0px;}
.orange-text{color: orange;font-size: 2em;font-weight: bold;}

.fixed {position: fixed;}
.relative {position: relative;}

.gradient1{background: linear-gradient(to bottom right, #5A42EC, #07BCFE);}

.text-white{color: white;}
.text-weight-bold{font-weight: bold;}

header{position: relative;width: 100%;z-index: 1000;background: white;box-shadow: 2px 2px 4px grey;}
header h1{display: inline-block;line-height: 76px;margin-left: 16px!important;}
header #tel {display: inline-block; position: absolute;right: 20%; line-height: 76px;}
header #mail{display: inline-block; position: absolute;right: 0px; line-height: 76px;}
.box-center-inner{margin: 36px auto;width: 50%}


.two-clm-inner{display: flex;justify-content: space-around;}

.tel-inner a {line-height: 76px; color: white; text-decoration: none; font-size: 2em;}

#reason h2{text-align: center;font-size: 2em;padding-top: 1em;padding-bottom: 1em;margin-top: 0px;background: black;color: white;}
#reason { flex-wrap: wrap; }
#reason .two-clm-inner{margin: 5% auto;}
#reason .two-clm-inner .item {width: 50%;}
#reason .two-clm-inner h3{background: blue; color: white; margin: 0 auto; text-align: center; width: 60%; font-size: 2em;}
#reason .two-clm-inner p{margin: 5% auto;width: 50%;font-size: 1.5em;font-weight: bold;line-height: 2em;}

#price{ padding-top: 5%;padding-bottom: 5%;}
#price h2{text-align: center;}
#price .three-clm-inner{display: flex;width: 60%;margin: 0 auto;justify-content: space-between;}
#price .three-clm-inner .item{width: 30%; border: 2px solid blue;}
#price .three-clm-inner .item p{text-align: center;}
#price .three-clm-inner .item .key {background: blue;margin: 0px;padding: 2%;color: white;font-size: 1.2em;}
#price .three-clm-inner .item .value{}

#flow {background: #EBEBEA;padding-top: 5%;padding-bottom: 5%;}
#flow  h2{text-align: center;}
#flow .faq-inner{margin: 0 auto;display: flex;width: 70%;}
#flow .faq-inner .first{width: 16%; color: #1B1CBE;font-size: 10em;}
#flow .faq-inner .first .num{display: table-cell;vertical-align: middle;}
#flow .faq-inner .second{width: 42%;}
#flow .faq-inner .second h4{color: #2729C2; font-size: 3em;margin: 0px;}
#flow .faq-inner .second h4 p{font-size: 1em; line-height: 2em;}
#flow .faq-inner .content {display: table-cell;vertical-align: middle;}
#flow .faq-inner .thumbnail {display: table-cell;vertical-align: middle;}
#flow .faq-inner .third{width: 42%;}
#flow .faq-inner{padding: 2%; background: #E6EEFF;margin: 5% auto;}
#flow .faq-box{display: table;}


#faq {padding-top: 5%;padding-bottom: 5%;}
#faq  h2{text-align: center;}
.faq-inner {width: 60%; margin: 0 auto;}
.quiz {color:#1B1CBE; font-size: 2em; }


/*========================
      faq list
    ==========================*/
.faq {
  width: 100%;
  margin: 0 auto;
}

.faq__list {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 10.6%;
}

.faq__inner {
  background: #E6EEFF;
  padding: 6.8% 9.5%;
}

.faq__inner+.faq__inner {
  margin-top: 10.46%;
}

.faq__question {
  position: relative;
  cursor: pointer;
  padding-right: 13.2%;
}

.faq__arrow {
  position: absolute;
  top: 40%;
  right: 0%;
  transition: transform 0.3s ease-in-out;
}

.add-rotate {
  transform: rotate(-180deg);
  transition: transform 0.3s ease-in-out;
}

.faq__answer {
  padding-top: 8.46%;
  background-position: 50% 3.6%;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.q{display: table-cell;vertical-align: middle;font-size: 1.5em;}



#company h2{text-align: center;}
#company {background: #E6EEFF;padding-top: 5%;padding-bottom: 5%;}
#company .two-clm-inner {display: flex;width: 80%;margin: 5% auto;justify-content: space-around;}
#company .two-clm-inner .first {width: 50%;text-align: center;}
#company .two-clm-inner img{width: 80%;}
#company .two-clm-inner .second{width: 50%;}
#company .text-inner {width: 70%;margin: 0 auto;}
#company .address {display: inline-block;}
#company .access {display: inline-block;position: absolute;right: 15%;}
#company .map-inner{margin: 0 auto;width: 70%;}
#company .map-inner iframe{border: 0;margin: 5% auto;width: 100%;}





.contact p{font-size: 2em; color: white;}
#contact h2{text-align: center; color: white;}
#contact p{text-align: center; color: white;}
#contact {background: url(https://hayama.weart-marketing.com/images/contact-bk.png);padding-top: 5%;padding-bottom: 5%;background-size: cover;}
#contact table{margin: 0 auto;width: 60%;}
#contact table .first {width: 30%; background: #DCE9EC;padding: 5%}
#contact table .second {width: 70%;background: white; padding: 5%;}
#contact table .required { background: orange; color: white; padding: 2%; margin-right:16px; }
#contact table .key {}
#contact input {font-size: 14px; height: 36px; width: 100%; background: #F8F9F8; border: 1px solid lightgray;}
#contact textarea {font-size: 14px; width: 100%; background: #F8F9F8;border: 1px solid lightgray;}
#contact #send{width: 40%;
    margin: 5% auto;
    background: orange;
    color: white;
    font-size: 2e;
    border: 0px;
    border-radius: 20px;}




.floating {
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: center;
  z-index: 10;
}

.floating_btn {
  height: auto;
  width: 100%;
}


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

  .floating_btn {
    width: 622px;
    height: auto;
  }
}


.pcnone{display: none;}
.spnone{display: block;}


/*スマホレスポンシブ*/
@media screen and (max-width:980px) {
 .floating_btn {width: 90%;}

 .item img{width: 100%;}
 .thumbnail img{width: 100%;}
 header #tel {display: none;}
 header #mail {display: none;}

 .pcnone{display: block!important;}
.spnone{display: none!important;}

#logo{width: 80%;}

.box-center-inner {
    width: 80%;
}

.contact p {
    font-size: 1.5em;
}
.two-clm-inner {
    display: block;
}
#reason .two-clm-inner .item {
    width: 100%;
}
#reason .two-clm-inner h3 {
    width: 80%;
    font-size: 1.5em;
}
#reason .two-clm-inner p {
    width: 80%;
    font-size: 1.2em;
}
#price .three-clm-inner {
    display: block;
    width: 80%;
}
#price .three-clm-inner .item {
    width: 100%;
    margin-top: 5%;
}
.faq-inner-sp{
width: 90%;
}
.faq-inner {
    width: 90%;
    margin: 0 auto;
}
#company .two-clm-inner {
    display: block;
    }

   #company .two-clm-inner .first {
    width: 100%;
}
#company .two-clm-inner .second {
    width: 100%;
}
#contact table {
    width: 90%;
}
#company .two-clm-inner img {
    width: 100%;
}
#contact input {
    width: 96%;
}
#contact textarea {
    width: 96%;
}
#contact #send {
    width: 80%;
    font-size: 2em;
    height: auto;
    border-radius: 50px;
}
h2 {
    font-size: 2em;
}
#reason .item img {
	width: 80%; margin: 0 auto;
}
#reason .item {
display: grid;
}
.faq-inner-sp {
    margin: 0 auto;
}
.faq-inner-sp h4{font-size: 1.8em;}
.faq-inner-sp p{font-size: 1.4em;
    line-height: 2em;}

#company .address {
    display: block;
}
    #company .access {
    display: block;
    position: initial;
    right: initial;
}
#company .text-inner {
    width: 80%;
    margin: 0 auto;
}
#company .map-inner {
   width: 80%;
}

#top{
	width: 90%;
    margin: 0 auto;
}

#contact input {fot-size: 16px; }
#contact textarea {font-size: 16px;}

}
form p {color: black!important;}
.option {
    height: initial!important;
    width: initial!important;
}
.optionbox p{text-align: left!important;}

.floating{background: cornflowerblue;}
.floating .left p{font-size: 1.2em;color: white;margin: 0px;margin-top: 4px;margin-bottom: 4px;}
.floating {padding-top: 8px;padding-bottom: 8px;}
.floating .left{ width: 45%;}
.floating .right{ width: 45%;}
.floating .right img{width: 100%;}
.floating .inner{justify-content: space-evenly!important;}
.floating .left .inner .item{background: white;
    padding-left: 16px;
    padding-bottom: 8px;
    padding-top: 8px;
    padding-right: 16px;
    color: cornflowerblue;}

.t-clm{display: flex;}
.floating .two-clm-inner .right .two-clm-inner {
    position: absolute;
    top: 0%;
    right: 0%;
    right: 5;
}

@media screen and (max-width:1080px) {
.floating .pcnone .two-clm-inner {
  display: flex;
}
.floating {
    padding-top: 0px;
    padding-bottom: 0px;
}
.floating .pcnone .two-clm-inner .item{
 
}
.floating .pcnone .two-clm-inner img{
  vertical-align: bottom;
}

}














 