@charset "UTF-8";
/*-- Edit infomation===================================
File name:style.css
Description: style
Editor: YT@TX
Last Editor: YT@TX
Date: 2022.03.09
===================================================--*/
/* リード文
========================================== */
.handling_other .content{
  max-width: 980px;
}
.handling_other h1{
  color: #004ea2;
  font-size: 1.875em;
  font-family: 'Zen Maru Gothic', sans-serif;
}

.comment > figure{
  width: 320px;
  margin: 0 auto;
}
.comment > div{
  display: block;
}
.comment_text{
  position: relative;
  margin: 0 1%;
  padding: 1em;
  border-radius: 1em;
  border: 2px solid #004ea2;
  background-color: #f9fcff;
}
.comment_text p{
  margin-top: 20px;
}
.comment_text strong{
  color: #f15105;
}
.comment_text span{
  color: #f15105;
}


@media screen and (max-width:640px){
  .comment_text::before,
  .comment_text::after{
    content: "";
    position: absolute;
    left: 50%;
    border: 15px solid transparent;
    transform: translateX(-50%);
  }
  .comment_text::before{
    top: -40px;
    border-bottom: 25px solid #004ea2;
  }
  .comment_text::after{
    top: -36px;
    border-bottom: 25px solid #fff;
  }
}
@media screen and (min-width:641px){
  .comment{
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
  }
  .comment > figure{
    display: inline-block;
    width: 320px;
    margin: 0;
  }
  .comment > div{
    display: flex;
    width: calc(100% - 330px);
    align-items: center;
  }

  .comment_text{
    margin: 0 0 0 50px;
  }
  .comment_text::before,
  .comment_text::after{
    content: "";
    position: absolute;
    top: 50%;
    border: 15px solid transparent;
    transform: translateY(-50%);
  }
  .comment_text::before{
    left: -40px;
    border-right: 25px solid #004ea2;
  }
  .comment_text::after{
    left: -36px;
    border-right: 25px solid #fff;
  }

  .comment.rowreverse{
    flex-direction: row-reverse;
  }
  .rowreverse .comment_text{
    margin: 0 50px 0 0;
  }
  .rowreverse .comment_text::before{
    right: -27px;
    left: auto;
    border-left: 25px solid #004ea2;
    border-right: none;
  }
  .rowreverse .comment_text::after{
    right: -24px;
    left: auto;
    border-left: 25px solid #fff;
    border-right: none;
  }
}


/* 取り扱い説明
========================================== */
.install{
  position: relative;
}
.install section{
  position: relative;
  margin-bottom: 100px;
  padding: 50px 0;
}
.install section:nth-child(even){
  background-color: rgba(139,217,240,0.5);
}
.install section:nth-child(odd){
  background-color: rgba(255,255,255,0.5);
}

/* フロー矢印 */
.install section::after{
  content: url(/coolious/images/top/arrow.svg);
  position: absolute;
  left: 50%;
  bottom: -80px;
  transform: translateX(-50%);
  width: 10vw;
  z-index: 1;
}

.install section:nth-last-child(2){
  padding-bottom: 0;
  margin-bottom: 0;
}
.install section:nth-last-child(2)::after{
  display: none;
}
@media screen and (min-width:481px) {
  .install section::after{
    width: 80px;
  }
}

.install .handling_container{
  position: relative;
  display: block;
}
.install .content{
  position: relative;
}
.install .handling_container{
  max-width: 1000px;
  margin-left: auto;
}


/*画像*/
.install .content .handling_img{
  position: absolute;
  bottom: 0;
  width: 45%;
}

.install section:nth-child(even) .handling_img,
.install section:nth-child(odd) .handling_img{
  left: 50%;
  transform: translateX(-50%);
}

.install section:nth-child(3) .handling_img{
  bottom: -40px;
}
@media screen and (min-width:481px) {
  .install section:nth-child(3) .handling_img{
    bottom: -20px;
  }
}
@media screen and (min-width:981px) {
  .install .content .handling_img{
    top: 15%;
    bottom: auto;
  }
  .install section:nth-child(even) .handling_img{
    left: 45%;
    transform: translateX(0);
  }
  .install section:nth-child(odd) .handling_img{
    left: 5%;
    transform: translateX(0);
  }
}

/*取り付けフロー（目次）*/
.handling_circle {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-top: 100%;
  border-radius: 50%;
  background: #9ee0f3;
}
.handling_circle::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 92%;
  height: 92%;
  border: 3px solid #fff;
  border-radius: 50%;
  transform: translate(-50%,-50%);
}

.handling_circle .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 76%;
  height: 100%;
  transform: translate(-50%, -50%);
}

@media screen and (min-width:481px){
  .handling_circle .inner {
    width: 60%;
  }
  .install section:nth-child(3) .handling_circle .inner{
    width: 70%;
  }
}
@media screen and (min-width:641px){
  .handling_circle{
    width: 80%;
    padding-top: 80%;
  }
}
@media screen and (min-width:981px){
  .handling_circle {
    width: 55%;
    padding-top: 55%;
  }
  .handling_circle .inner{
    width: 60%;
  }
  .install section:nth-child(3) .handling_circle .inner{
    width: 60%;
  }
  .install section:nth-child(even) .handling_circle {
    margin: 0 auto 0 0;
  }
  .install section:nth-child(odd) .handling_circle {
    margin: 0 0 0 auto;
  }
}

.handling_circle .number{
  margin: 4vw auto 0;
  text-align: center;
}
.handling_circle .number span{
  display: inline-block;
  padding: 0.625em 0.875em;
  border-radius: 50%;
  background: #fff;
  color: #8bd9f0;
  font-size: 2em;
  font-weight: 700;
  line-height: 1;
}

/*数字*/
.handling_circle .number + p{
  margin-top: 5vw;
  line-height: 1.8;
}
.handling_circle .number + p + ul{
  margin-top: 1em;
}
.handling_circle .number + p + ul li{
  font-size: 0.875em;
}

.handling_circle .fixed_text{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  color: #a8eaf5;
  font-size: 5vw;
  text-align: center;
  transform: translate(-50%, -50%);
}
.handling_circle .fixed_text strong{
  font-size: 2em;
}

@media screen and (max-width:640px){
  .handling_circle .number span{
    padding: 3vw 4vw;
    font-size: 4vw;
  }
  .handling_circle .number + p{
    margin-top: 2vw;
  }
}
@media screen and (min-width:641px) and (max-width:980px){
  .handling_circle .number + p{
    margin-top: 2vw;
  }
}
@media screen and (min-width:1201px){
  .handling_circle .number + p{
    margin-top: 40px;
  }
  .handling_circle .fixed_text{
    font-size: 4em;
  }
}

.careful{
  color: #555;
}

/* 補足系
========================================== */
.handling_other{
  padding: 80px 0;
  background-color: #bfedf5;
}

/* 取り扱い説明書等ボタン */
.handling_btns{
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.handling_btns a{
  display: inline-block;
  margin: 0 2%;
  border: 5px solid #0066c9;
  border-radius: 8px;
  box-shadow: 3px 3px 1px rgb(133 155 177 / 80%);
  transition: 0.2s;
}
.handling_btns a span{
  display: block;
  padding: 1em 2em;
  border: 2px solid #fff;
  border-radius: 5px;
  background-color: #0066c9;
  color: #fff;
}

.handling_btns a:hover{
  box-shadow: none;
  transform: translate(3px,3px);
}

.handling_btns a:hover{
  border: 5px solid #f54c5f;
}
.handling_btns a:hover span{
  border: 2px solid #fff;
  background-color: #f54c5f;
}

@media screen and (min-width: 641px){
  .handling_btns a{
    margin: 0 1em;
  }
  .handling_btns a br{
    display: none;
  }
}

#about,
#setsuden,
#uvcut{
  margin-top: -40px;
  padding-top: 40px;
}



/* Q&A
========================================== */
.question{
  background-color: rgba(255,255,255,0.5);
  padding: 60px 0;
}
.question h2{
  margin: 20px 0 40px;
  font-size: 1.375em;
  font-weight: bold;
}

.question dl{
  padding: 0 1%;
  margin: 20px auto;
}
.question dt,
.question dd{
  position: relative;
  padding: 1em 1em 1em 4em;
  border-radius: 1em;
}

.question dt{
  font-weight: normal;
  cursor: pointer;
  transition: .3s;
}
.question.often dt{background-color: #f9cf6d;}
.question.product dt{background-color: #b4ee7a;}
.question.setting dt{background-color: #f2b885;}
.question.performance dt{background-color: #61cafd;}
.question.purchase dt{background-color: #ffa4a4;}
.question.maintenance dt{background-color: #bdceff;}

.question dd{
  position: relative;
  margin-top: 20px;
  background-color: #d3deff;
}

.question dt .q_balloon,
.question dd .a_balloon{
  position: absolute;
  top: -1em;
  left: -1em;
}
.question dt .q_balloon span,
.question dd .a_balloon span{
  position: relative;
  display: inline-block;
  padding: 1.35em 1em;
  border-radius: 50%;
}
.question dt .q_balloon span{
  background-color: #8bd9f0;
}
.question dd .a_balloon span{
  background-color: #f0e58b
}

.question dt .q_balloon span::before,
.question dd .a_balloon span::before{
  content:"";
  position: absolute;
  right: 0;
  bottom: -15px;
  display: block;
  border: 10px solid transparent;
  transform: rotate(-45deg);
}
.question dt .q_balloon span::before{
  border-top: 25px solid #8bd9f0;
}
.question dd .a_balloon span::before{
  border-top: 25px solid #f0e58b;
}

.question dd table{
  width: 100%;
}
.question dd table td{
  border: 1px solid #fff;
  padding: 5px;
}

/* エレベーターメニュー
========================================== */
#elevator{
  z-index:1;
  width: 100%;
  max-width: 1200px;
  background-color: #fff;
}
#elevator ul{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
#elevator li{
  width: 50%;
}
#elevator a{
  color: #0066c9;
}
#elevator a span{
  display: inline-block;
  margin-right: 1em;
  padding: 3px 5px;
  border: 1px solid #0066c9;
  color: #0066c9;
  font-weight: bold;
}
#elevator li a.current{
  color: #f71f5b;
  font-weight: bold;
}
#elevator a:hover{
  color: #f71f5b;
  font-weight: bold;
}
#elevator li a.current span,
#elevator a:hover span{
  border: 1px solid #f71f5b;
  background-color: #f71f5b !important;
  color: #fff;
}

@media screen and (min-width:641px){
  #elevator a span{
    padding: 5px 8px;
  }
  #elevator li{
    width: 25%;
  }
}
@media screen and (min-width:1201px){
  #elevator{
    bottom: auto;
    display: inline-block;
    width: 100%;
    margin-left: 5%;
  }

  #elevator li{
    width: 25%;
    margin-bottom: 0;
  }

  /*固定中*/
  #elevator.js-fix.is-fixed{
    display: block;
    width: auto;
    background-color: transparent;
  }
  #elevator.js-fix.is-fixed ul{
    display: block;
    width: auto;
  }
  #elevator.js-fix.is-fixed ul li{
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    background-color: transparent;
  }
}


@media screen and (max-width:1200px){
  .js-fix.is-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
@media screen and (min-width:1201px){
  .js-fix.is-fixed {
    position: fixed;
    top: 50%;
    left: 5%;
    width: 100%;
    transform: translateY(-50%);
  }
}