@charset "UTF-8";
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
}

.commonCenter {
  display: flex;
  justify-content: center;
  align-items: center;
}
.commonIndent {
  margin-left: 1rem;
  text-indent: -1rem;
}

.sp {
  display: none !important;
}

@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
    max-width: 100%;
    height: auto;
  }
}
.mt00 {
  margin-top: 0;
}

.mt15 {
  margin-top: 15px;
}

.mt30 {
  margin-top: 30px;
}

.mt60 {
  margin-top: 60px;
}

.mb00 {
  margin-bottom: 0;
}

.mb15 {
  margin-bottom: 15px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.pt00 {
  padding-top: 0;
}

.pt15 {
  padding-top: 15px;
}

.pt30 {
  padding-top: 30px;
}

.pt60 {
  padding-top: 60px;
}

.pb00 {
  padding-bottom: 0;
}

.pb15 {
  padding-bottom: 15px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb60 {
  padding-bottom: 60px;
}

.indent {
  padding-left: 1em;
  text-indent: -1em;
}

/*-------
パワーゲート特集
---------*/
.camPG_selection {
  padding: 90px 0 100px;
}
@media only screen and (max-width: 768px) {
  .camPG_selection {
    padding: 10px 0 50px;
  }
}
.camPG_Catch {
  font-size: 24px;
  text-align: center;
  margin-bottom: 46px;
}
@media only screen and (max-width: 768px) {
  .camPG_Catch {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 20px;
  }
}
.camPG_Catch span {
  display: inline-block;
  font-size: 29px;
  margin-bottom: 25px;
  vertical-align: text-bottom;
}
@media only screen and (max-width: 768px) {
  .camPG_Catch span {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 1em;
  }
}
.camPG_Catch span img {
  margin-right: 5px;
  width: 300px;
  height: auto;
  vertical-align: bottom;
}
@media only screen and (max-width: 768px) {
  .camPG_Catch span img {
    width: 150px;
  }
}
.camPG_Result {
  width: 740px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .camPG_Result {
    width: 100%;
  }
}
.camPG_Result_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 50px;
  padding-left: 0;
}
@media only screen and (max-width: 768px) {
  .camPG_Result_list {
    margin-bottom: 20px;
  }
}
.camPG_Result_item {
  display: inline-block;
  max-width: 330px;
  width: 100%;
  height: 145px;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .camPG_Result_item {
    margin: 0 0 20px 0;
    max-width: inherit;
    width: 47%;
    height: 80px;
    font-size: 20px;
  }
}
.camPG_Result_item a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: #01594B;
  text-align: center;
  color: #FFFFFF;
}
.camPG_Result_item a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.camPG_Result_item a::before {
  max-width: 322px;
  width: 100%;
  height: 137px;
  border: 1px solid #FFFFFF;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
}
@media only screen and (max-width: 768px) {
  .camPG_Result_item a::before {
    width: calc(100% - 6px);
    height: calc(100% - 6px);
  }
}
.camPG_Result_item a .__btn_contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 212px;
  height: 32px;
}
@media only screen and (max-width: 768px) {
  .camPG_Result_item a .__btn_contents {
    width: 100%;
    height: 100%;
    padding: 0 20px;
  }
}
.camPG_Result_item a .__btn_contents .__ls_25 {
  letter-spacing: 0.25em;
}
.camPG_Result_item a .__btn_contents .__ls_50 {
  letter-spacing: 0.5em;
}
.camPG_Result_item a .__btn_contents .__ls_05 {
  letter-spacing: 0.05em;
}
.camPG_Result_item a .__btn_contents img {
  width: 31px;
}
@media only screen and (max-width: 768px) {
  .camPG_Result_item a .__btn_contents img {
    width: 21px;
  }
}
.camPG_Result_item:nth-child(n+3) {
  margin-bottom: 0;
}
.camPG_stocklist_btn {
  margin: 0 auto;
  width: 100%;
  height: 70px;
}
@media only screen and (max-width: 768px) {
  .camPG_stocklist_btn {
    width: 100%;
    height: 55px;
  }
}
.camPG_stocklist_btn a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  border: 2px solid #01594B;
  border-radius: 35px;
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  line-height: 70px;
  color: #01594B;
}
@media only screen and (max-width: 768px) {
  .camPG_stocklist_btn a {
    font-size: 18px;
    line-height: 55px;
  }
}
.camPG_stocklist_btn a:hover {
  background-color: rgba(1, 89, 75, 0.1);
  text-decoration: none;
}
.camPG_inner_wrapper {
  width: 740px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .camPG_inner_wrapper {
    width: 100%;
  }
}
.camPG_description {
  background-color: #EFFAF3;
  padding: 100px 0;
}
@media only screen and (max-width: 768px) {
  .camPG_description {
    padding: 30px 0;
  }
}
.camPG_description h2 {
  position: relative;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .camPG_description h2 {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
.camPG_description h2::before, .camPG_description h2::after {
  display: block;
  width: 86px;
  height: 2px;
  background-color: #01594B;
  position: absolute;
  top: calc(50% - 1px);
  content: "";
}
@media only screen and (max-width: 768px) {
  .camPG_description h2::before, .camPG_description h2::after {
    width: 32px;
  }
}
.camPG_description h2::before {
  left: 0;
}
.camPG_description h2::after {
  right: 0;
}
.camPG_description .camPG_inner_wrapper {
  padding: 0 5px;
}
@media only screen and (max-width: 768px) {
  .camPG_description .camPG_inner_wrapper {
    padding: 0;
  }
}
.camPG_description ._pg_desc_checklist {
  background-color: #FFFFFF;
  padding: 30px 0 30px 63px;
}
@media only screen and (max-width: 768px) {
  .camPG_description ._pg_desc_checklist {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
  }
}
.camPG_description ._pg_desc_checklist li {
  position: relative;
  padding-left: 43px;
  font-size: 22px;
  list-style: none;
  margin-bottom: 25px;
}
@media only screen and (max-width: 768px) {
  .camPG_description ._pg_desc_checklist li {
    margin-bottom: 15px;
    font-size: 16px;
    padding-left: 32px;
  }
}
.camPG_description ._pg_desc_checklist li::before {
  display: block;
  width: 35px;
  height: 100%;
  background-image: url("/assets/img/campaign/powergate/icon_check.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}
@media only screen and (max-width: 768px) {
  .camPG_description ._pg_desc_checklist li::before {
    width: 26px;
  }
}
.camPG_description ._pg_desc_checklist li:last-child {
  margin-bottom: 0;
}
.camPG_description ._pg_desc_checklist li em {
  font-size: 26px;
  font-weight: bold;
  font-style: normal;
}
@media only screen and (max-width: 768px) {
  .camPG_description ._pg_desc_checklist li em {
    font-size: 16px;
  }
}
.camPG_description ._pg_desc_checklist li small {
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  .camPG_description ._pg_desc_checklist li small {
    font-size: 12px;
  }
}
.camPG_description ._pg_desc_text {
  font-size: 22px;
}
@media only screen and (max-width: 768px) {
  .camPG_description ._pg_desc_text {
    font-size: 16px;
    padding: 0 10px;
  }
}
.camPG_description ._pg_desc_text em {
  font-style: normal;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .camPG_description ._pg_desc_text em {
    font-size: 20px;
    line-height: 1.5;
  }
}
.camPG_description ._pg_desc_text mark {
  background: linear-gradient(transparent 70%, #FFE167 30%);
  color: inherit;
  font-weight: bold;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .camPG_description ._pg_desc_text mark {
    font-size: 20px;
    line-height: 1;
  }
}
.camPG_description ._pg_desc_text_small {
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  .camPG_description ._pg_desc_text_small {
    font-size: 12px;
    padding: 0 10px;
  }
}
.camPG_description ._pg_desc_img {
  display: flex;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .camPG_description ._pg_desc_img {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
}
.camPG_description ._pg_desc_img_left, .camPG_description ._pg_desc_img_right {
  width: 50%;
}
.camPG_description ._pg_desc_checksheet {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .camPG_description ._pg_desc_checksheet {
    width: 95%;
    margin: 0 auto;
  }
}
.camPG_description ._pg_desc_checksheet p {
  width: 78%;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .camPG_description ._pg_desc_checksheet p {
    width: 100%;
    padding: 0;
  }
}
.camPG_description ._pg_desc_checksheet a {
  display: block;
  width: 19%;
}
@media only screen and (max-width: 768px) {
  .camPG_description ._pg_desc_checksheet a {
    width: 80%;
    margin: 0 auto;
  }
}
.camPG_description ._pg_desc_checksheet a figure {
  width: 100%;
  margin-bottom: 0;
}
.camPG_description ._pg_desc_checksheet a figure figcaption {
  font-size: 14px;
  text-align: right;
  text-decoration: underline;
}
.camPG_description ._pg_desc_checksheet a:hover img {
  border: 1px solid;
  opacity: 0.8;
}
.camPG_stock_vehicles {
  padding: 70px 0 40px;
}
@media only screen and (max-width: 768px) {
  .camPG_stock_vehicles {
    padding: 30px 0;
  }
}
.camPG_stock_vehicles ._pg_stock_head {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  position: relative;
  line-height: 1;
  margin-bottom: 33px;
}
@media only screen and (max-width: 768px) {
  .camPG_stock_vehicles ._pg_stock_head {
    font-size: 20px;
  }
}
.camPG_stock_vehicles ._pg_stock_head ._h3_small {
  display: block;
  font-size: 20px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .camPG_stock_vehicles ._pg_stock_head ._h3_small {
    font-size: 16px;
  }
}
.camPG_stock_vehicles ._pg_stock_head::before, .camPG_stock_vehicles ._pg_stock_head::after {
  display: block;
  width: 401px;
  height: 0;
  content: "";
  border-top: 3px dashed #01594B;
  position: absolute;
  top: 33px;
}
@media only screen and (max-width: 768px) {
  .camPG_stock_vehicles ._pg_stock_head::before, .camPG_stock_vehicles ._pg_stock_head::after {
    width: 20%;
    top: 23px;
  }
}
.camPG_stock_vehicles ._pg_stock_head::before {
  left: 0;
}
.camPG_stock_vehicles ._pg_stock_head::after {
  right: 0;
}
.camPG_stock_vehicles .new_detail {
  padding: 10px;
}
.camPG_stock_vehicles .new_detail_list figure {
  width: 50%;
  max-width: 185px;
}
.camPG_stock_vehicles .new_detail_list figure figcaption {
  font-weight: 700;
}
.camPG_stock_vehicles .new_detail_list .new_detail_spec {
  width: 50%;
  max-width: 185px;
  margin-bottom: 0;
  padding-left: 10px;
}
.camPG_stock_vehicles .new_detail_list .new_detail_spec p {
  font-weight: 700;
  text-align: center;
  margin-bottom: 0;
}
.camPG_stock_vehicles .new_detail_list .new_detail_spec dl {
  width: 100%;
  max-width: none;
  margin-left: 0;
}
.camPG_stock_vehicles .new_detail_list .new_detail_spec dl dt {
  width: 55%;
  text-align: center;
  max-width: none;
  line-height: 1;
  padding: 5px 0;
}
.camPG_stock_vehicles .new_detail_list .new_detail_spec dl dd {
  display: flex;
  align-items: center;
  width: 45%;
  max-width: none;
  font-weight: 700;
  line-height: 1;
}
.camPG_stock_vehicles ._pg_stock_more {
  margin-top: 30px;
}
.camPG_stock_vehicles ._pg_stock_more ._pg_stock_hint {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 10px 10px 6px;
  background-color: #FFED7F;
  position: relative;
  margin: 100px 0 23px;
}
@media only screen and (max-width: 768px) {
  .camPG_stock_vehicles ._pg_stock_more ._pg_stock_hint {
    margin: 30px 0;
    align-items: flex-start;
  }
}
.camPG_stock_vehicles ._pg_stock_more ._pg_stock_hint img {
  width: 61px;
}
@media only screen and (max-width: 768px) {
  .camPG_stock_vehicles ._pg_stock_more ._pg_stock_hint img {
    width: 40px;
  }
}
.camPG_stock_vehicles ._pg_stock_more ._pg_stock_hint p {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .camPG_stock_vehicles ._pg_stock_more ._pg_stock_hint p {
    font-size: 16px;
  }
}
.camPG_stock_vehicles ._pg_stock_more ._pg_stock_hint p small {
  font-size: 15px;
  font-weight: normal;
}
@media only screen and (max-width: 768px) {
  .camPG_stock_vehicles ._pg_stock_more ._pg_stock_hint p small {
    font-size: 12px;
  }
}
.camPG_stock_vehicles ._pg_stock_more ._pg_stock_hint::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17.3px 10px 0 10px;
  border-color: #ffee7f transparent transparent transparent;
  content: "";
  position: absolute;
  top: 100%;
  left: calc(50% - 10px);
}

.service_track.camPG_ctabtn .service_track_btn ._pg_btn_square_green {
  background-color: #01594B;
  box-shadow: 2px 2px #b5b5b5;
  display: inline-block;
  color: #ffffff;
  position: relative;
}
.service_track.camPG_ctabtn .service_track_btn ._pg_btn_square_green::after {
  content: "";
  position: absolute;
  width: 23px;
  height: 23px;
  right: 22px;
  top: calc(50% - 11px);
  background-image: url("/assets/img/campaign/powergate/Icon awesome-arrow-right.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  .service_track.camPG_ctabtn .service_track_btn ._pg_btn_square_green::after {
    width: 18px;
    height: 18px;
    right: 8px;
    top: calc(50% - 9px);
  }
}

/*共通…*/
@media only screen and (max-width: 768px) {
  ._br_pc_only {
    display: none !important;
  }
}
.camPG_Fv {
  max-width: 1200px;
  margin: auto;
}
.camPG_Fv h1 {
  margin: 0;
}
.camPG_Fv h1 img {
  width: 100%;
}
.camPG_Fv .camPG_Fv_detail {
  position: relative;
  background-color: #FFF0B2;
  font-size: 20px;
  color: #333;
  text-align: center;
  padding-bottom: 40px;
  padding-top: 25px;
  box-sizing: border-box;
}
.camPG_Fv .camPG_Fv_detail p {
  margin: 0;
}
.camPG_Fv .camPG_Fv_detail li {
  list-style: none;
  width: 330px;
}
.camPG_Fv .camPG_Fv_detail a {
  color: #333;
  text-decoration: none;
  display: inline-block;
  position: relative;
  z-index: 100;
}
.camPG_Fv .camPG_Fv_detail .__pgfv_detail_title {
  font-size: 26px;
  line-height: 65px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  margin: 0 auto 50px;
  width: 70%;
  max-width: 768px;
}
@media only screen and (max-width: 768px) {
  .camPG_Fv .camPG_Fv_detail .__pgfv_detail_title {
    margin-bottom: 30px;
    font-size: 17px;
    line-height: 51px;
    width: 85%;
  }
}
.camPG_Fv .camPG_Fv_detail .__pgfv_detail_dl {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  width: 70%;
  max-width: 768px;
  margin: 0 auto;
  border-bottom: 1px solid #000000;
}
@media only screen and (max-width: 768px) {
  .camPG_Fv .camPG_Fv_detail .__pgfv_detail_dl {
    width: 85%;
  }
}
.camPG_Fv .camPG_Fv_detail .__pgfv_detail_dl .__pgfv_detail_item {
  width: 10%;
  background-color: #fff;
  margin-bottom: 50px;
  padding-left: 10px;
  font-size: 16px;
  box-sizing: border-box;
  line-height: 41px;
  font-weight: normal;
}
@media only screen and (max-width: 768px) {
  .camPG_Fv .camPG_Fv_detail .__pgfv_detail_dl .__pgfv_detail_item {
    font-size: 14px;
    width: 13%;
    line-height: 35px;
    padding: 0;
    text-align: center;
    margin-bottom: 30px;
  }
}
.camPG_Fv .camPG_Fv_detail .__pgfv_detail_dl .__pgfv_detail_content {
  width: 90%;
  margin: 0;
  margin-bottom: 50px;
  font-size: 20px;
  line-height: 1.75;
  padding-left: 25px;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .camPG_Fv .camPG_Fv_detail .__pgfv_detail_dl .__pgfv_detail_content {
    width: 87%;
    font-size: 15px;
    padding-left: 10px;
    margin-bottom: 30px;
  }
}
.camPG_Fv .camPG_Fv_detail .__pgfv_detail_dl .__pgfv_detail_content em {
  font-weight: bold;
  font-size: 25px;
  font-style: normal;
}
@media only screen and (max-width: 768px) {
  .camPG_Fv .camPG_Fv_detail .__pgfv_detail_dl .__pgfv_detail_content em {
    font-size: 1.1em;
  }
}
.camPG_Fv .camPG_Fv_detail .__pgfv_detail_dl .__pgfv_detail_content .detail_notes {
  padding: 0;
}
.camPG_Fv .camPG_Fv_detail .__pgfv_detail_dl .__pgfv_detail_content .detail_notes li {
  position: relative;
  padding-left: 1.1em;
  font-size: 16px;
  line-height: 1.75;
  list-style: none;
  width: auto;
}
@media only screen and (max-width: 768px) {
  .camPG_Fv .camPG_Fv_detail .__pgfv_detail_dl .__pgfv_detail_content .detail_notes li {
    font-size: 12px;
  }
}
.camPG_Fv .camPG_Fv_detail .__pgfv_detail_dl .__pgfv_detail_content .detail_notes li::before {
  position: absolute;
  left: 0;
  content: "※";
}
.camPG_Fv .camPG_Fv_detail .__pgfv_detail_dl .__lh41 {
  line-height: 2.05;
}
.camPG_Fv .camPG_Fv_detail .__pgfv_detail_dl .__pgfv_step {
  display: flex;
}
.camPG_Fv .camPG_Fv_detail .__pgfv_detail_dl .__pgfv_step a {
  font-weight: bold;
  text-decoration: underline;
  display: inline;
}
.camPG_Fv .camPG_Fv_detail .__pgfv_detail_dl .__pgfv_step p {
  padding-left: 15px;
}
.camPG_Fv .camPG_Fv_detail .__pgfv_detail_dl .__pgfv_step p .detail_small {
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  .camPG_Fv .camPG_Fv_detail .__pgfv_detail_dl .__pgfv_step p .detail_small {
    font-size: 11px;
  }
}
.camPG_Fv .camPG_Fv_detail .__pgfv_detail_dl .__pgfv_step .__pgfv_step_title {
  text-align: center;
  border-right: solid 5px #fff;
  padding-right: 15px;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .camPG_Fv .camPG_Fv_detail .__pgfv_detail_dl .__pgfv_step .__pgfv_step_title {
    padding-right: 10px;
    border-right: solid 4px #fff;
  }
}
.camPG_Fv .camPG_Fv_detail .__pgfv_detail_dl .__pgfv_step .__pgfv_step_title .__pgfv_step_title_en {
  font-size: 27px;
  line-height: 48px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .camPG_Fv .camPG_Fv_detail .__pgfv_detail_dl .__pgfv_step .__pgfv_step_title .__pgfv_step_title_en {
    font-size: 18px;
    line-height: 33px;
  }
}
.camPG_Fv .camPG_Fv_detail .__pgfv_detail_dl .__pgfv_step .__pgfv_step_title .__pgfv_step_title_ja {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.32px;
}
@media only screen and (max-width: 768px) {
  .camPG_Fv .camPG_Fv_detail .__pgfv_detail_dl .__pgfv_step .__pgfv_step_title .__pgfv_step_title_ja {
    font-size: 11px;
    line-height: 18px;
  }
}
.camPG_Fv .camPG_Fv_detail .__pgfv_detail_dl .__pgfv_step:first-child {
  margin-bottom: 30px;
}
.camPG_Fv .camPG_Fv_detail .__pgfv_detail_caution {
  width: 70%;
  max-width: 768px;
  margin: 50px auto 0;
  text-align: left;
  font-size: 14px;
  line-height: 24.5px;
}
@media only screen and (max-width: 768px) {
  .camPG_Fv .camPG_Fv_detail .__pgfv_detail_caution {
    width: 85%;
    margin: 30px auto;
    font-size: 12px;
    line-height: 19px;
  }
}
.camPG_Fv .camPG_Fv_detail .__pgfv_detail_caution .__caution_text {
  margin-left: 2em;
  text-indent: -1em;
}
@media only screen and (max-width: 768px) {
  .camPG_Fv .camPG_Fv_detail .__pgfv_detail_caution .__caution_text {
    line-height: 1.75;
  }
}
.camPG_Fv .camPG_Fv_detail .__pgfv_detail_btn {
  display: block;
  position: absolute;
  top: -47px;
  left: 50%;
  transform: translateX(-50%);
  width: 324px;
  height: 48px;
  background-color: #FFF0B2;
  border-radius: 10px 10px 0px 0px;
  z-index: 10;
  font-size: 20px;
  font-weight: bold;
  line-height: 48px;
  letter-spacing: 1px;
}

.btn {
  position: relative;
  border-radius: 4px;
  text-decoration: none;
  display: inline-block;
  font-size: 24px;
  padding: 10px 80px;
  text-align: center;
}
