@charset "UTF-8";
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
/* CSS Document */
#h1-area {
  background-image: url("../b-touch/images/faq.jpg");
}

#container_second {
  font-family: "Noto Sans JP", sans-serif;
}

.sp {
  display: none;
}
/* GoogleIcon */

.material-icons {
  vertical-align: -0.3em;
  margin: 1%;
}

/* アイコンのサイズを変更するためのルール */

.material-icons.md-18 {
  font-size: 18px;
}

.material-icons.md-24 {
  font-size: 24px;
}

.material-icons.md-36 {
  font-size: 36px;
}

.material-icons.md-48 {
  font-size: 48px;
}

/* 明るい背景の場合に黒色でアイコンを表示するためのルール */

.material-icons.md-dark {
  color: rgba(0, 0, 0, 0.54);
}

.material-icons.md-dark.md-inactive {
  color: rgba(0, 0, 0, 0.26);
}

/* 暗い背景の場合に白色でアイコンを表示するためのルール */

.material-icons.md-light {
  color: rgba(255, 255, 255, 1);
}

.material-icons.md-light.md-inactive {
  color: rgba(255, 255, 255, 0.3);
}

/* 色　color */
.pink {
  color: #d23b71;
}

.blue {
  color: #12335f;
}

.sky {
  color: #37a6d1;
}

.green {
  color: #a5c445;
}

.yellow {
  color: #ebd030;
}

.white {
  color: #ffffff;
}

#contents_inner {
  width: 85%;
  max-width: 1024px;
  margin: auto;
}

#contents_inner img {
  width: 100%;
}

.btouch_about_h2 {
  text-align: center;
  font-size: 160% !important;
  margin: 1em auto 1em !important;
}

#btouch_about h3 {
  display: block;
  text-align: center;
  font-size: 140%;
  position: relative;
  background: white;
  border: solid 4px #a5c445;
  margin: 1em auto;
  padding: 1em;
}

.cp_qa01 {
  border-top: 1px solid #1b2538;
}
.cp_qa01 .cp_actab input {
  display: none;
}
/*質問テキスト*/
.cp_qa01 .cp_actab {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 1px;
  color: #1b2538;
}

.cp_qa01 .cp_actab label {
  font-weight: bold;
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 0 0 0;
  padding: 1em 2em 1em 1em;
  cursor: pointer;
  border-bottom: 1px solid #1b2538;
}
.cp_qa01 .cp_actab .cp_actab-content p {
  margin: 1em;
}
.cp_qa01 .cp_actab label:hover {
  color: #a5c445;
}
.cp_qa01 .cp_actab input:checked ~ label {
  color: #a5c445;
}
/*答えテキスト*/
.cp_qa01 .cp_actab .cp_actab-content {
  overflow: hidden;
  max-height: 0;
  background: a5c445;
  transition: max-height 0.5s ease;
}
.cp_qa01 .cp_actab input:checked ~ .cp_actab-content {
  max-height: 40em;
}
/*▼アイコン*/
.cp_qa01 .cp_actab label::after {
  position: absolute;
  content: "";
  right: 10px;
  width: 15px;
  height: 10px;
  background: #1b2538;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  transition: all 0.5s ease;
}
.cp_qa01 .cp_actab label:hover::after {
  background: #a5c445;
}
.cp_qa01 .cp_actab input[type="checkbox"]:checked + label::after {
  transform: rotateX(180deg);
  background: #a5c445;
}

.pagetop {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 15px;
}

.pagetop a {
  display: block;
  background-color: #ebd030;
  text-align: center;
  color: #a5c445;
  font-size: 24px;
  text-decoration: none;
  padding: 5px 10px;
}

.pagetop a:hover {
  display: block;
  background-color: #a5c445;
  text-align: center;
  color: #ebd030;
  font-size: 24px;
  text-decoration: none;
  padding: 5px 10px;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}

@media screen and (max-width: 650px) {
  .cp_qa05 label.cp_tabitem {
    font-size: 0;
  }
  label:before {
    font-size: 18px;
    margin: 0;
  }
}
@media screen and (max-width: 400px) {
  .cp_qa05 label.cp_tabitem {
    padding: 15px;
  }
  .cp_qa05 label.cp_tabitem:before {
    margin-right: 0px;
  }
}
/* QAブロック */
.cp_qa05 #cp_conttab1:checked ~ #cp_content1,
.cp_qa05 #cp_conttab2:checked ~ #cp_content2,
.cp_qa05 #cp_conttab3:checked ~ #cp_content3,
.cp_qa05 #cp_conttab4:checked ~ #cp_content4 {
  display: block;
}
.cp_qa05 .cp_qain {
  overflow-x: hidden;
  margin: 0 auto;
  color: #333333;
}
.cp_qa05 .cp_qain .cp_actab {
  padding: 20px 0;
  border-bottom: 1px dotted #cccccc;
}
/* 質問 */
.cp_qa05 .cp_qain label {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 10px 10px 0 48px;
  cursor: pointer;
}
/* ＋アイコン */
.cp_qa05 .cp_qain .cp_plus {
  font-size: 2em;
  line-height: 100%;
  position: absolute;
  z-index: 5;
  margin-top: 3px;
  margin-left: 10px;
  transition: 0.2s ease;
}
/* 答え */
.cp_qa05 .cp_qain .cp_actab-content {
  position: relative;
  overflow: hidden;
  height: 0;
  margin: 0 10px 0 48px;
  padding: 14px 0;
  transition: 0.4s ease;
  opacity: 0;
}
/* 質問を開いた時の仕様 */
.cp_qa05 .cp_qain .cp_actab input[type="checkbox"]:checked ~ .cp_actab-content {
  height: auto;
  opacity: 1;
}
/* 質問をクリックした時の▼アイコンの動き */
.cp_qa05 .cp_qain .cp_actab input[type="checkbox"]:checked ~ .cp_plus {
  transform: rotate(45deg);
}

@media only screen and (max-width: 900px) {
  .merit_icon {
    height: 200px;
  }

  span.large {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 760px) {
  body {
    font-size: 17px;
  }

  .cont_left {
    width: 100%;
    margin: 0 0% 3% 0;
    float: left;
  }

  .cont_right {
    width: 100%;
    margin: 0 0% 0 0;
    float: left;
  }

  ul.merit li {
    width: 95%;
    margin: 0 2.5% 1% 2.5%;
  }

  ul.merit li:nth-last-child(1) {
    margin: 0 2.5% 1% 2.5%;
  }

  .merit_icon {
    margin: 20px auto;
    width: 80%;
    height: auto;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  span.large {
    font-size: 1.3rem;
  }

  .material-icons.md-48 {
    font-size: 32px;
  }

  span.large {
    font-size: 1.7rem;
  }

  .btouch_about_h2,
  .btouch_select_h2,
  .btouch_model_h2 {
    font-size: 130% !important;
    margin: 0.5em auto !important;
  }

  .btouch_common_h2,
  .btouch_h2,
  .btouch_h2_yellow,
  .btouch_h2_sky {
    font-size: 100% !important;
  }

  #btouch_select li {
    width: 97%;
    display: block;
    font-size: 0.8em;
  }

  .select_link {
    border: solid 0.2em #a5c445;
    border-radius: 10px;
  }

  .select_link_s {
    border: solid 0.2em #37a6d1;
    border-radius: 10px;
  }

  .select_link_y {
    border: solid 0.2em #ebd030;
    border-radius: 10px;
  }

  #btouch_info h3,
  #btouch_about h3,
  #btouch_common h3,
  #sect01 h3,
  #sect02 h3,
  #sect03 h3,
  #sect04 h3,
  #sect08 h3,
  #sect05 h3,
  #sect06 h3,
  #sect07 h3,
  #sect09 h3,
  #sect10 h3,
  #sect11 h3 {
    font-size: 20px;
    padding: 5px 10px;
    width: 100%;
    text-align: center;
    float: left;
    box-sizing: border-box;
    margin: 3px 0;
  }

  #sect01 ul,
  #sect02 ul,
  #sect11 ul {
    font-size: 100%;
  }

  #btouch_model ul,
  #btouch_select ul,
  #sect03 ul,
  #sect04 ul,
  #sect08 ul,
  #sect05 ul,
  #sect06 ul,
  #sect07 ul,
  #sect09 ul,
  #sect10 ul,
  #sect-link ul,
  #sect-link3 ul,
  #movie-area ul {
    display: block;
  }

  #btouch_model li {
    margin: 0.5em auto;
    width: 100%;
  }

  #sect03 li,
  #sect04 li,
  #sect08 li,
  #sect05 li,
  #sect06 li,
  #sect07 li,
  #sect09 li,
  #sect10 li {
    margin: 0 auto;
    width: 100%;
    font-size: 0.8em;
  }

  #sect-link li,
  #sect-link3 li,
  #movie-area li {
    margin: 5% auto;
    width: 100%;
  }

  #sect01 p,
  #sect02 p,
  #sect03 p,
  #sect04 p,
  #sect08 p,
  #sect05 p,
  #sect06 p,
  #sect07 p,
  #sect09 p,
  #sect10 p,
  #sect11 p {
    margin: 0;
    padding: 3px;
    font-size: 100%;
  }

  dl.hard_list {
    padding: 2%;
    width: 100%;
  }

  dl.hard_list dt {
    margin: 2%;
    display: block;
  }

  dl.hard_list dd {
    margin: 2%;
    font-size: 0.8em;
    display: block;
  }

  dl.hard_list dd span {
    font-size: large;
    flex-flow: column;
  }

  .list_btn {
    width: 100%;
    margin: 1% 0 0 0%;
  }
}
