@charset "UTF-8";
/*
 * 共通
 */
/**料金の仕組み**/
#price header #navWrapper ul.global_nav li:nth-child(4) a {
  background-color: #EEE;
  color: #EC684E;
}
#price #main {
  margin-bottom: 100px;
}
#price #main #subPage_banner {
  background-image: url("../images/price/main_img.jpg");
}
#price #main .talk_content {
  max-width: 980px;
  padding: 60px 0;
}
#price #main .talk_content .fltBox02 .text {
  width: 79.59184%;
  background-color: #82C3D7;
  padding: 3%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #FFF;
  line-height: 1.4;
  position: relative;
}
#price #main .talk_content .fltBox02 .text p {
  font-size: 20px;
  font-size: 2rem;
}
#price #main .talk_content .fltBox02 .text strong {
  font-size: 31px;
  font-size: 3.1rem;
  color: #FFFF00;
}
#price #main .talk_content .fltBox02 .text:after {
  z-index: -5;
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  right: -50px;
  top: 0;
  border-left: 50px solid #82C3D7;
  border-right: 50px solid #fff;
  border-bottom: 50px solid #82C3D7;
  bottom: 0;
  margin: auto;
}
#price #main .talk_content .fltBox02 .img {
  width: 14.69388%;
  margin-top: 2%;
}
#price #main .talk_content .fltBox02.girl {
  margin-bottom: 50px;
}
#price #main .talk_content .fltBox02.girl .text {
  width: 68.87755%;
  text-align: center;
  background-color: #E4F1F0;
  padding: 4%;
  margin-top: 5.7%;
}
#price #main .talk_content .fltBox02.girl .text strong {
  color: #006EC8;
}
#price #main .talk_content .fltBox02.girl .text:after {
  right: auto;
  left: -50px;
  border-left-color: #fff;
  border-right-color: #E4F1F0;
  border-bottom-color: #E4F1F0;
}
#price #main .talk_content .fltBox02.girl .img {
  width: 20.91837%;
  margin-top: 0;
}
#price #main .talk_content .fltBox02.girl.box02 .text {
  padding: 6% 4%;
}
#price #main .talk_content .fltBox02.lpgas02 .img {
  margin-top: 7%;
}
#price #main .content02 .box_wrapper {
  max-width: 1150px;
  margin: auto;
  background-color: #FFF;
  padding: 30px 2%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#price #main .content02 .box_wrapper .inner {
  max-width: 980px;
  margin: auto;
}
#price #main .content02 .box_wrapper .inner .cach03 {
  max-width: 700px;
  margin: auto;
  margin-bottom: 30px;
}
#price #main .content02 .box_wrapper .inner .inner02 h3 {
  font-size: 28px;
  font-size: 2.8rem;
  text-align: center;
}
#price #main .content02 .box_wrapper .inner .inner02 p {
  max-width: 720px;
  margin: auto;
}
#price #main .content02 .box_wrapper .inner .inner02 p a {
  width: 100%;
  padding: 30px 0;
}
#price #main .content02 .box_wrapper .inner .inner02 p a::after {
  width: 24px;
  height: 17px;
  border: none;
  background: url("../images/price/link_icon_blank.svg") no-repeat;
  -webkit-transform: none;
          transform: none;
  position: static;
  margin-left: 10px;
}
#price #main .content02 .box_wrapper .inner .inner02 p a:hover::after {
  background: url("../images/price/link_icon_blank_on.svg") no-repeat;
}
#price #main .content02.box03 {
  margin-bottom: 60px;
}
#price #main .content02.box03 .box_wrapper {
  max-width: 980px;
  margin: auto;
  background-color: #FFF;
  margin-bottom: 30px;
}
#price #main .content02.box03 .box_wrapper.impPoint {
  margin-bottom: 0;
}
#price #main .content02.box03 .box_wrapper.impPoint .fltBox_inline {
  max-width: 860px;
  margin: auto;
  border-top: 1px dashed #82C3D7;
}
#price #main .content02.box03 .box_wrapper.impPoint .fltBox_inline .left_box {
  width: 26.16279%;
  font-size: 30px;
  font-size: 3rem;
  vertical-align: middle;
  text-align: left;
  padding-left: 3%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#price #main .content02.box03 .box_wrapper.impPoint .fltBox_inline .right_box {
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5% 0 5% 5%;
  width: 73.83721%;
  border-left: 1px dashed #82C3D7;
  vertical-align: middle;
}
#price #main .content02.box03 .box_wrapper.impPoint .fltBox_inline .right_box strong {
  font-size: 24px;
  font-size: 2.4rem;
  color: #006EC8;
  margin-bottom: 5px;
}
#price #main .content02.box03 .box_wrapper.impPoint .fltBox_inline:last-child {
  border-bottom: 1px dashed #82C3D7;
}
#price #main .question {
  padding: 0;
}

/**料金の仕組み**/
@media only screen and (max-width: 992px) {
  #price #main {
    margin-bottom: 70px;
  }
  #price #main .talk_content {
    padding: 0;
    padding-bottom: 5%;
  }
  #price #main .content02 .box_wrapper .inner .inner02 {
    padding: 30px 20px;
  }
  #price #main .content02 .box_wrapper .inner .inner02 p a {
    padding: 20px 0;
  }
  #price #main .content02.box03 .box_wrapper.impPoint .fltBox_inline .left_box {
    display: inline-block;
  }
  #price #main .content02.box03 .box_wrapper.impPoint .fltBox_inline .right_box {
    display: inline-block;
  }
}
@media only screen and (max-width: 767px) {
  #price #main {
    margin-bottom: 50px;
  }
  #price #main .talk_content {
    padding: 40px 3%;
  }
  #price #main .talk_content .fltBox02 .text {
    width: 75.71429%;
  }
  #price #main .talk_content .fltBox02 .text p {
    font-size: 14px;
    font-size: 1.4rem;
  }
  #price #main .talk_content .fltBox02 .text p strong {
    font-size: 17px;
    font-size: 1.7rem;
  }
  #price #main .talk_content .fltBox02 .text:after {
    right: 20px;
    top: auto;
    border-left: 20px solid #fff;
    border-right: 20px solid #82C3D7;
    border-bottom: 20px solid #fff;
    bottom: -20px;
    margin: auto;
  }
  #price #main .talk_content .fltBox02 .img {
    width: 21.42857%;
    margin-top: 24%;
  }
  #price #main .talk_content .fltBox02.girl {
    margin-bottom: 4%;
  }
  #price #main .talk_content .fltBox02.girl .text {
    margin-top: 0;
    width: 78.57143%;
  }
  #price #main .talk_content .fltBox02.girl .text:after {
    right: auto;
    left: 20px;
    border-left-color: #E4F1F0;
    border-right-color: #fff;
    border-bottom-color: #fff;
  }
  #price #main .talk_content .fltBox02.girl .img {
    margin-top: 15%;
    width: 18.57143%;
  }
  #price #main .talk_content .fltBox02.lpgas {
    margin-bottom: 5%;
  }
  #price #main .talk_content .fltBox02.lpgas02 .img {
    margin-top: 43%;
  }
  #price #main .content02 .box_wrapper {
    padding: 30px 3%;
  }
  #price #main .content02 .box_wrapper .inner .cach03 {
    margin-bottom: 20px;
  }
  #price #main .content02 .box_wrapper .inner .inner02 {
    padding: 20px;
  }
  #price #main .content02 .box_wrapper .inner .inner02 h3 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  #price #main .content02 .box_wrapper .inner .inner02 p a {
    padding: 10px 10px;
  }
  #price #main .content02.box03 {
    margin-bottom: 40px;
  }
  #price #main .content02.box03 .box_wrapper {
    padding: 3%;
  }
  #price #main .content02.box03 .box_wrapper.impPoint .fltBox_inline {
    border-top: none;
    border-bottom: 1px dashed #82C3D7;
    margin-bottom: 20px;
  }
  #price #main .content02.box03 .box_wrapper.impPoint .fltBox_inline .left_box {
    display: block;
    width: auto;
    font-size: 20px;
    font-size: 2rem;
    padding-left: 0%;
    text-align: center;
  }
  #price #main .content02.box03 .box_wrapper.impPoint .fltBox_inline .right_box {
    display: block;
    width: auto;
    border-left: none;
    padding: 5px;
  }
  #price #main .content02.box03 .box_wrapper.impPoint .fltBox_inline .right_box p {
    margin-bottom: 10px;
    text-align: center;
  }
  #price #main .content02.box03 .box_wrapper.impPoint .fltBox_inline .right_box p:last-child {
    margin-bottom: 0px;
    text-align: left;
  }
  #price #main .content02.box03 .box_wrapper.impPoint .fltBox_inline .right_box strong {
    font-size: 18px;
    font-size: 1.8rem;
  }
  #price #main .question {
    padding: 0 3%;
  }
}
@media only screen and (min-width: 466px) and (max-width: 767px) {
  #price #main .talk_content {
    padding: 30px 3%;
  }
  #price #main .talk_content .fltBox02 .img {
    margin-top: 4%;
  }
  #price #main .talk_content .fltBox02.girl .img {
    margin-top: 3%;
  }
  #price #main .talk_content .fltBox02.girl.box02 .img {
    margin-top: 3%;
  }
  #price #main .talk_content .fltBox02.lpgas {
    margin-bottom: 5%;
  }
  #price #main .talk_content .fltBox02.lpgas02 .img {
    margin-top: 10%;
  }
}
@media only screen and (min-width: 414px) and (max-width: 465px) {
  #price #main .talk_content {
    padding: 30px 3%;
  }
  #price #main .talk_content .fltBox02 .img {
    margin-top: 22%;
  }
  #price #main .talk_content .fltBox02.girl .img {
    margin-top: 3%;
  }
  #price #main .talk_content .fltBox02.girl.box02 .img {
    margin-top: 8%;
  }
  #price #main .talk_content .fltBox02.lpgas {
    margin-bottom: 5%;
  }
  #price #main .talk_content .fltBox02.lpgas02 .img {
    margin-top: 27%;
  }
}
