@charset "utf-8";
/* CSS Document */

@import "normalize.css";
@import "default.css";

/*******************

LP style

********************/
/* base */
/* font
--------------------------------------------------*/
html {
  font-size: 14px;
  font-size: 3.7333vw;
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Mayryo','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  color:#303030;
  line-height:1.5;
}
@media screen and (min-width:750px){
  html {
    font-size: 28px;
    max-width: 750px;
    margin: 0 auto;
  }
}
a{
  color: inherit;
  text-decoration: none;
  font-size: inherit;
  font-weight: inherit;
}
a:hover{
  text-decoration: underline;
}
span {
  font-size: inherit;
  font-weight: inherit;
}
/* clear
--------------------------------------------------*/
.cl{
  clear:both;
}
.clx:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clx {
  min-height: 1px;
}
* html .clx {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
/*--------------------------------------
sp-style
-----------------------------------------*/
img {
  width: 100%;
  display: block;
  margin-top: -0.2%;
  margin-bottom: -0.2%;
  margin-left: auto;
  margin-right: auto;
  vertical-align: bottom;
}
img.img-t {
  vertical-align: top;
}
body {
  width: 100%;
}
.pl{position: relative;}
.mt6{margin-top: 6%;}
.mb3{margin-bottom: 3em;}
.cta-btn {
  position: absolute;
  top: 0;
  right: 3%;
  width: 47.85%;
}
.tel-btn {
  position: absolute;
  bottom: 20%;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 84.8%;
}
.cta-op {
  position: relative;
}
.cta-op dt {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 6%;
  margin: 0 auto;
  width: 9.8%;
}

.cta-op dl {
  margin: 0 auto;
  padding: 0;
}

.box1 {
  position: relative;
}
.box1 dt {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 5%;
  margin: 0 auto;
  width: 9.8%;
}

.box1 dl {
  margin: 0 auto;
  padding: 0;
}
.box2 {
  position: relative;
}
.box2 dt {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 2.5em;
  margin: 0 auto;
  width: 9.8%;
}

.box2 dl {
  margin: 0 auto;
  padding: 0;
}
.box3 {
  position: relative;
}
.box3 dt {
  position: absolute;
  right: 0;
  left: 0;
  bottom: .5em;
  margin: 0 auto;
  width: 9.8%;
}
.box3 dl {
  margin: 0 auto;
  padding: 0;
}



/* .cta-op dt {
position: relative;
} */
.cta-op dt:before {
  content: "";
  background: url(../img/cta_op_icon.png) no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: .14rem auto;
  background-size: .14rem auto;
  width: 2em;
  height: 2em;
  display: block;
  position: absolute;
  top: 50%;
  right: 12%;
  margin-top: -1em;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.cta-op dt.acd-open:before {
  content: "";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.box1 dt:before {
  content: "";
  background: url(../img/cta_op_icon.png) no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: .14rem auto;
  background-size: .14rem auto;
  width: 2em;
  height: 2em;
  display: block;
  position: absolute;
  top: 50%;
  right: 12%;
  margin-top: -1em;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.box1 dt.acd-open:before {
  content: "";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.ab {
  background: url(../img/approach_03.jpg) no-repeat;
}
.ab2 {
  background: url(../img/support_03.jpg) no-repeat;
}
.box2 dt:before {
  content: "";
  background: url(../img/cta_op_icon.png) no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: .14rem auto;
  background-size: .14rem auto;
  width: 2em;
  height: 2em;
  display: block;
  position: absolute;
  top: 50%;
  right: 12%;
  margin-top: -1em;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.box2 dt.acd-open:before {
  content: "";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.bg-fbf0e6 {
  background: #fbf0e6;
}
.box3 dt:before {
  content: "";
  background: url(../img/cta_op_icon.png) no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: .14rem auto;
  background-size: .14rem auto;
  width: 2em;
  height: 2em;
  display: block;
  position: absolute;
  top: 50%;
  right: 12%;
  margin-top: -1em;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.box3 dt.acd-open:before {
  content: "";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.questions dl {
  margin: 0 auto;
}
.questions dt {
  position: relative;
}
.questions dl:nth-of-type(1) dt:before {
  content: "";
  background: url(../img/questions_icon.png) no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: .14rem auto;
  background-size: .14rem auto;
  width: 2em;
  height: 2em;
  display: block;
  position: absolute;
  top: 71%;
  right: 5%;
  margin-top: -1em;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.questions dl:nth-of-type(2) dt:before,
.questions dl:nth-of-type(3) dt:before {
  content: "";
  background: url(../img/questions_icon.png) no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: .14rem auto;
  background-size: .14rem auto;
  width: 2em;
  height: 2em;
  display: block;
  position: absolute;
  top: 64%;
  right: 5%;
  margin-top: -1em;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.questions dl:nth-of-type(4) dt:before {
  content: "";
  background: url(../img/questions_icon.png) no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: .14rem auto;
  background-size: .14rem auto;
  width: 2em;
  height: 2em;
  display: block;
  position: absolute;
  top: 60%;
  right: 5%;
  margin-top: -1em;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.questions dl:nth-of-type(5) dt:before {
  content: "";
  background: url(../img/questions_icon.png) no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: .14rem auto;
  background-size: .14rem auto;
  width: 2em;
  height: 2em;
  display: block;
  position: absolute;
  top: 60%;
  right: 5%;
  margin-top: -1em;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.questions dl:nth-of-type(6) dt:before {
  content: "";
  background: url(../img/questions_icon.png) no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: .14rem auto;
  background-size: .14rem auto;
  width: 2em;
  height: 2em;
  display: block;
  position: absolute;
  top: 65%;
  right: 5%;
  margin-top: -1em;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.questions dl:nth-of-type(7) dt:before {
  content: "";
  background: url(../img/questions_icon.png) no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: .14rem auto;
  background-size: .14rem auto;
  width: 2em;
  height: 2em;
  display: block;
  position: absolute;
  top: 44%;
  right: 5%;
  margin-top: -1em;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.questions dl:nth-of-type(8) dt:before {
  content: "";
  background: url(../img/questions_icon.png) no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: .14rem auto;
  background-size: .14rem auto;
  width: 2em;
  height: 2em;
  display: block;
  position: absolute;
  top: 61%;
  right: 5%;
  margin-top: -1em;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.questions dt.acd-open:before {
  content: "";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.details {
  width: 95%;
  margin: 0 auto 10%;
}
.details dl {
  margin: 0 auto;
  background: #ae953d;
  color: #fff;
  text-align: center;
  padding: 3% 0 .1% 0;
  border-radius: 15px;
  margin-bottom: 3%;
}
.details dt {
  position: relative;
  margin-bottom: 3%;
}
.details dl {
  border: 4px solid #ae953d;
}
.details dl:nth-of-type(1) dd,
.details dl:nth-of-type(2) dd,
.details dl:nth-of-type(4) dd {
  background: #fff;
  color: #3c230f;
  border-radius: 15px;
  margin: 0 auto;
  height: 2em;
  line-height: 2em;
  font-size: .9em;
}
.details dl:nth-of-type(3) dd {
  background: #fff;
  color: #3c230f;
  border-radius: 15px;
  margin: 0 auto;
  height: 23em;
  padding: 3% 3% 0 3%;
  font-size: .9em;
}
.details dl:nth-of-type(5) dd {
  background: #fff;
  color: #3c230f;
  border-radius: 15px;
  margin: 0 auto;
  height: 10em;
  padding: 3% 3% 0 3%;
  font-size: .9em;
}
.details dl:nth-of-type(6) dd {
  background: #fff;
  color: #3c230f;
  border-radius: 15px;
  margin: 0 auto;
  height: 3.2em;
  padding: 1% 3% 0 3%;
  font-size: .9em;
}
.details dl:nth-of-type(7) dd {
  background: #fff;
  color: #3c230f;
  border-radius: 15px;
  margin: 0 auto;
  height: 15em;
  padding: 3% 3% 0 3%;
  font-size: .9em;
}
.details dl:nth-of-type(3) dd,
.details dl:nth-of-type(5) dd,
.details dl:nth-of-type(6) dd,
.details dl:nth-of-type(7) dd {
  text-align: left;
}
.details dt:before {
  content: "";
  background: url(../img/details_icon.png) no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: 1.46rem auto;
  background-size: 1.46rem auto;
  width: 2em;
  height: 2em;
  display: block;
  position: absolute;
  top: 50%;
  right: 5%;
  margin-top: -1em;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.details dt.acd-open:before {
  content: "";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.about {
  background: #fffce5;
  padding-bottom: 3%;
}
.about p {
  padding: 0 5%;
  margin-bottom: 3%;
}
.about .titl {
  text-align: center;
  background: #ae953d;
  color: #fff151;
  font-weight: bold;
  padding: 2% 0;
  margin-bottom: 3%;
}
/*追加start*/
.about dt {
    font-weight:700;
    font-size: 24px;
}
.about dd {
    margin-bottom: 2vw;
    font-size: 24px;
    margin-left: 10px;
}
.about dl {
    width: 93.75%;
    margin: 0 auto;
}

@media screen and (min-width: 640px)
.products_about dd {
    margin-bottom: 20px;
}
@media all and (max-width: 767px) {
  table .res {
    display: block;
    width: 100%;
    border-bottom: none;
  }
  table tr:last-child .res:last-child {
    border-bottom: 1px solid #ccc;
  }
  .about dt {
    font-size: 14px;
}
.about dd {
    font-size: 14px;
}
}
/*追加end*/
.green {
  color: #18512e;
}
.red {
  color: #bd0014;
}
.bold {
  font-weight: bold;
}
.btn-list {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 84.8%;
}
.btn-list p {
  margin-bottom: 3%;
}
/*-------------------------------------------
footer
-----------------------------------------------*/
.footer-link {
  text-align: center;
  margin-top: 10%;
}
.footer-link li{
  font-size: 1.2em;
  color: #3c230f;
  padding-bottom: 1em;
}
#copy {
  background: #18512e;

  text-align: center;
  font-size: .72em;
  color: #fff;

  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  box-sizing: border-box;
  padding: 1em 0 1em;
  line-height: 1.7;
}

.btn-box input ,
.cta-btn input {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}


/*-------------------------------------------
float banner new btn   202108追記
-----------------------------------------------*/
.disnon { display:none; }
.fixbanner {
    text-align: center;
    position: fixed;
    width:100%;
	max-width: 100%;
    bottom:0;
   /*background-color:rgba(255,255,255,0.5);*/
    transition: 0.5s;
    z-index:200;
}
.fixbanner input[type="image"]{ width:720px; padding-top:10px; }
@media screen and (max-width:750px){
    .fixbanner input[type="image"]
    { width:90%; }
}

.scrollbtn_move {
  -webkit-animation-name: scrollbtn_move;
  -moz-animation-name: scrollbtn_move;
  -o-animation-name: scrollbtn_move;
  animation-name: scrollbtn_move;
  -webkit-animation-duration: 1.2s;
  -moz-animation-duration: 1.2s;
  -o-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes scrollbtn_move {
  from, 0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
    transform: scale(1.04);
  }
  to, 100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scrollbtn_move {
  from, 0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
    transform: scale(1.04);
  }
  to, 100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

.ani {
    animation: animScale 2s infinite ease-out;
	padding-left: 10px;
  overflow: hidden;
}
.ani input[type="image"] {
	max-width: 100%;
}

@keyframes animScale {
  0% {
    transform: scale(0.9, 0.9);
  } /*(Xよこ,Yたて)サイズは%で表示*/
  25% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.9, 0.9);
  }
  75% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(0.9, 0.9);
  }
}

.shiny:before {
  display: block;
  position: absolute;
  z-index: 400;
  left: -20%;
  top: -10px;
  content: "";
  width: 30px;
  height: 110%;
  transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 50%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, white), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff white, rgba(255, 255, 255, 0) 100%);
  animation: shiny 3s infinite linear;
  -webkit-animation: shiny 3s infinite linear;
  -moz-animation: shiny 3s infinite linear;
}
@keyframes shiny {
  0% {
    left: -30%;
  }
  20% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}
@-webkit-keyframes shiny {
  0% {
    left: -30%;
  }
  20% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}
@-moz-keyframes shiny {
  0% {
    left: -30%;
  }
  20% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}
