@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed|Roboto:400,700,900,900i&display=swap");
/* CSS Document */
#qanda {
  width: 100%;
  padding: 40px 0;
  max-width: 1200px;
  margin: 0 auto;
}

#qanda-wrap {
  margin: 0 0 40px 0;
  padding: 0 3%;
}

#qanda-box {
  margin: 0 0 30px 0;
  padding: 30px 3%;
  background: #EFEFEF;
}
#qanda-box .qanda-q {
  margin: 0 0 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#qanda-box .qanda-q-icon {
  margin: 0 16px 0 0;
  background: #A3A3A3;
  color: #fff;
  font-size: 20px;
  width: 40px;
  height: 40px;
  /* width,heightの半分 */
  border-radius: 20px;
  line-height: 40px;
  text-align: center;
}
#qanda-box .qanda-q-txt {
  padding: 10px 0 0 0;
  font-size: 1.6rem;
  font-weight: bold;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#qanda-box .qanda-a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#qanda-box .qanda-a-icon {
  margin: 0 16px 0 0;
  background: #0A6FCB;
  color: #fff;
  font-size: 20px;
  width: 40px;
  height: 40px;
  /* width,heightの半分 */
  border-radius: 20px;
  line-height: 40px;
  text-align: center;
}
#qanda-box .qanda-a-txt {
  padding: 10px 0 0 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#searchbox-wrap h2 {
  margin: 0 0 10px 0;
  color: #0A6FCB;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
#searchbox-wrap #searchbox {
  background: #DBE4F2;
  color: #333;
}
#searchbox-wrap .label-radio input[type=radio]:checked + .lever:before {
  content: "";
  color: #0A6FCB;
}
#searchbox-wrap #searchbox-room {
  background: #BCCFED;
}
#searchbox-wrap #searchbox-room-head {
  color: #333;
}

@media (max-width: 960px) {
  #qanda {
    width: 100%;
    padding: 10px 0;
  }

  #qanda-wrap {
    margin: 0 0 40px 0;
    padding: 0 3%;
  }

  #qanda-box {
    margin: 0 0 10px 0;
    padding: 10px 3%;
    background: #EFEFEF;
  }
  #qanda-box .qanda-q {
    margin: 0 0 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #qanda-box .qanda-q-icon {
    margin: 0 10px 0 0;
    background: #A3A3A3;
    color: #fff;
    font-size: 12px;
    width: 20px;
    height: 20px;
    /* width,heightの半分 */
    border-radius: 10px;
    line-height: 20px;
    text-align: center;
  }
  #qanda-box .qanda-q-txt {
    padding: 0 0 0 0;
    font-size: 1.2rem;
    font-weight: bold;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #qanda-box .qanda-a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #qanda-box .qanda-a-icon {
    margin: 0 10px 0 0;
    background: #0A6FCB;
    color: #fff;
    font-size: 12px;
    width: 20px;
    height: 20px;
    /* width,heightの半分 */
    border-radius: 10px;
    line-height: 20px;
    text-align: center;
  }
  #qanda-box .qanda-a-txt {
    padding: 0 0 0 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 1.2rem;
  }

  #searchbox-wrap h2 {
    margin: 0 0 10px 0;
    color: #0A6FCB;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
  }
  #searchbox-wrap #searchbox {
    background: #DBE4F2;
    color: #333;
  }
  #searchbox-wrap .label-radio input[type=radio]:checked + .lever:before {
    content: "";
    color: #0A6FCB;
  }
  #searchbox-wrap #searchbox-room {
    background: #BCCFED;
  }
  #searchbox-wrap #searchbox-room-head {
    color: #333;
  }
}