/* WSYS-11166 【VMDB・フロント】位置情報確認GPS_オプション追加 20240709 N.Kita */
@charset "utf-8";
/* 共通 */
.content {
  background: #fff;
}
._inner {
  width: 920px;
  margin: 0 auto;
}
/* 申込ボタン */
._applay {
  font-weight: 700;
}
._applay ._text {
  position: relative;
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
  font-size: 2rem;
  margin-bottom: 10px;
}
._applay ._text._white {
  color: #fff;
}
._applay ._text._green {
  color: #00b050;
}
._applay ._text::before,
._applay ._text::after {
  position: relative;
  display: inline-block;
  content: "";
  background: #fff;
  width: 3px;
  height: 1em;
  margin: 0 1rem;
  margin-top: -.2em;
  vertical-align: middle;
}
._applay ._text._white::before,
._applay ._text._white::after {
  background: #fff;
}
._applay ._text._green::before,
._applay ._text._green::after {
  background: #00b050;
}
._applay ._text::before {
  transform: rotate(-35deg);
}
._applay ._text::after {
  transform: rotate(35deg);
}
._applay ._applay_btn {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  padding: 1rem 4rem;
  cursor: pointer;
  user-select: none;
  transition: ease 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #fff;
  border-radius: 50px;
  background: #f15a24;
  border: 3px solid #fff;
  box-shadow: rgba(0, 0, 0, .2) 0px 5px 0px 0px;
  display: flex;
  justify-content: center;
  width: 400px;
  margin: 0 auto;
}
._applay ._applay_btn:hover {
  transform: scale(1.05);
  box-shadow: none;
}
._applay ._applay_btn:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 0 9px 10px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  right: 6%;
  margin-top: -7px;
}
._applay ._applay_btn:hover:before {
  border-color: transparent transparent transparent #fff;
}

/* gps_head */
.gps_head_warp {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 0 20px;
  box-sizing: content-box;
}
.gps_head_warp ._subtext {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px 15px 15px 0;
  padding: 0 5px;
  width: 200px;
  height: 120px;
  line-height: 1.4;
  text-align: center;
  color: #FFF;
  font-size: 1.5rem;
  font-weight: 700;
  background: #f7931e;
  border-radius: 50%;
  box-sizing: border-box;
}
.gps_head_warp ._subtext:before {
  content: "";
  position: absolute;
  top: 70%;
  right: -25px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 35px solid #f7931e;
  z-index: 0;
}
.gps_head_warp ._maintext {
  padding-right: 197px;
  position: relative;
}
.gps_head_warp ._maintext::after {
  content: "";
  display: inline-block;
  background: url(../../images/page/price/option/gps/head_image01.png);
  background-size: contain;
  width: 177px;
  height: 160px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.gps_head_warp ._maintext p {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 1.8rem;
  font-weight: 700;
}
.gps_head_warp ._maintext p span {
  padding: 5px 10px;
  border-radius: 50px;
  color: #fff;
  box-sizing: border-box;
}
.gps_head_warp ._maintext p span:nth-child(1) {
  background: #ed1e79;
}
.gps_head_warp ._maintext p span:nth-child(2) {
  background: #29abe2;
}
.gps_head_warp ._maintext h2 {
  font-size: 4.5rem;
}

/* gps_introduction */
.gps_introduction_content {
  background: #00b050;
  padding: 40px;
  border-radius: 30px;
}
.gps_introduction_head {
  text-align: center;
  color: #fff;
  font-weight: 900;
}
.gps_introduction_head p {
  font-size: 2.8rem;
}
.gps_introduction_head h3 {
  font-size: 9rem;
}
.gps_introduction_warp {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}
.gps_introduction_point ._list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 40px;
}
.gps_introduction_point ._item:nth-child(1) {
  width: 100%;
  display: flex;
  justify-content: center;
}
.gps_introduction_point ._item p {
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  color: #00b050;
  font-size: 2.2rem;
  font-weight: 700;
  width: 220px;
  text-align: center;
}
.gps_introduction_model img {
  width: 380px;
}
.gps_introduction_model ._campaign {
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 20px;
}
.gps_introduction_model ._campaign ._title {
  width: 80%;
  margin: 0 auto;
  padding: 5px;
  background: #fff;
  border-radius: 50px;
  text-align: center;
  color: #00b050;
  font-size: 2rem;
}
/* START WSYS-11354 【VMDB・フロント】位置情報確認GPSキャンペーン終了 ※4Tと同時リリース 20240829 N.Kita */
.gps_introduction_model ._price {
  font-weight: 700;
  color: #fff;
  margin-top: 10px;
  text-align: center;
}
.gps_introduction_model ._price ._price_name {
  font-size: 2.3rem;
}
.gps_introduction_model ._price ._price_detail {
  font-size: 2.4rem;
  line-height: 1.2;
}
.gps_introduction_model ._price ._price_detail ._numbers {
  font-size: 5.7rem;
}
/* E N D WSYS-11354 【VMDB・フロント】位置情報確認GPSキャンペーン終了 ※4Tと同時リリース 20240829 N.Kita */

/* gps_merit */
.gps_merit_bg {
  position: relative;
  background: url(../../images/page/price/option/gps/merit_bg01.png);
  background-size: cover;
  padding-top: 80px;
}
.gps_merit_bg::before {
  content: "";
  background: url(../../images/page/price/option/gps/merit_before_image.png);
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: 30px;
  width: 135px;
  height: 246px;
  z-index: 3;
}
.gps_merit h3 {
  text-align: center;
  color: #00b050;
  font-size: 6rem;
}
.gps_merit_warp {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 80px 0 200px;
}
.gps_merit_warp ._text {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px 15px 15px 0;
  padding: 0 5px;
  width: 200px;
  height: 200px;
  line-height: 1.6;
  text-align: center;
  color: #FFF;
  font-size: 1.8rem;
  font-weight: 700;
  border-radius: 50%;
  box-sizing: border-box;
  z-index: 2;
}
.gps_merit_warp ._text:before {
  content: "";
  position: absolute;
  top: 70%;
  margin-top: -15px;
  z-index: -1;
}
.gps_merit_warp ._text.item01 {
  background: #ed1e79;
}
.gps_merit_warp ._text.item01::before {
  right: -25px;
  border: 15px solid transparent;
  border-left: 35px solid #ed1e79;
}
.gps_merit_warp ._text.item02 {
  background: #29abe2;
}
.gps_merit_warp ._text.item02::before {
  left: -25px;
  border: 15px solid transparent;
  border-right: 35px solid #29abe2;
}
.gps_merit_warp img {
  width: 380px;
}
.gps_merit_detail {
  background: #e2f0d9;
  position: relative;
}
.gps_merit_detail::before{
  content: "";
  background: url(../../images/page/price/option/gps/merit_bg02.png);
  background-size: cover;
  position: absolute;
  top: -120px;
  left: 0;
  width: 1920px;
  max-width: 100%;
  height: 120px;
}
.gps_merit_detail_inner {
  width: 600px;
  margin: 0 auto;
  padding: 40px 0 80px;
}
.gps_merit_detail ._list {
  padding-bottom: 40px;
  font-weight: 700;
}
.gps_merit_detail ._list ._head {
  padding: 10px;
  background: #00b050;
  color: #fff;
  border-radius: 5px 5px 0 0 ;
  text-align: center;
  font-size: 6rem;
}
.gps_merit_detail ._list_inner {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 24px;
  background: #fff;
  position: relative;
}
.gps_merit_detail ._list_inner::after {
  content: "";
  background: url(../../images/page/price/option/gps/merit_detail_before_image.png);
  background-size: contain;
  width: 210px;
  height: 215.6px;
  position: absolute;
  right: 0;
  top: 150px;
}
.gps_merit_detail ._list_inner ._item {
  width: calc((100% - 20px) /3);
}
.gps_merit_detail ._list_inner ._item:nth-child(4) {
  width: calc(100% / 1.5);
}
.gps_merit_detail ._list_inner ._title {
  padding: 3px;
  background: #f15a24;
  text-align: center;
  color: #fff;
}
.gps_merit_detail ._list_inner ._text {
  padding: 10px;
  text-align: center;
  background: #ffede7;
  font-size: 2.8rem;
  line-height: 1.2;
  color: #f15a24;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gps_merit_detail ._list_inner ._text strong {
  font-size: 5.5rem;
}
/* START WSYS-11354 【VMDB・フロント】位置情報確認GPSキャンペーン終了 ※4Tと同時リリース 20240829 N.Kita */
.gps_merit_detail ._list_inner ._price {
  width: 100%;
  font-weight: 700;
  padding: 30px 10px;
  background: #f2f2f2;
  position: relative;
}
.gps_merit_detail ._list_inner ._price_name {
  width: 100%;
  border-radius: 50px;
  text-align: center;
  font-size: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  line-height: 1;
}
.gps_merit_detail ._list_inner ._price_name ._price_regular {
  font-size: 2rem;
}
.gps_merit_detail ._list_inner ._price_name ._numbers {
  font-size: 5.6rem;
}
/* E N D WSYS-11354 【VMDB・フロント】位置情報確認GPSキャンペーン終了 ※4Tと同時リリース 20240829 N.Kita */

/* gps_about */
.gps_about {
  background: #00b050;
  padding: 40px 0;
  color: #fff;
}
.gps_about ._head h3 {
  font-size: 5rem;
  text-align: center;
}
.gps_about_list {
  padding: 40px 0;
}
.gps_about_item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 25px 0;
}
.gps_about_item:nth-child(2) ._image {
 order: 2;
}
.gps_about_item:not(:last-child) {
  border-bottom: 5px dashed #fff;
}
.gps_about_item > div {
  width: calc((100% - 20px)/2);
}
.gps_about_item ._textarea ._title {
  font-size: 3rem;
  font-weight: 700;
  padding-bottom: 10px;
}
.gps_about_item ._textarea ._title::before {
  content: "⚫︎";
}
.gps_about_item ._textarea ._text {
  font-size: 2.4rem;
}

/* gps_use */
.gps_use {
  padding: 60px 0;
}
.gps_use ._head {
  text-align: center;
}
.gps_use ._head h3 {
  color: #00b050;
  font-size: 5rem;
}
.gps_use ._head p {
  font-size: 2rem;
}
.gps_use_list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}
.gps_use_item {
  padding: 20px;
  border: 5px solid #00b050;
  border-radius: 15px;
  position: relative;
  counter-increment: count;
}
.gps_use_item:before {
  content: counter(count);
  top: -2px;
  left: -2px;
  z-index: 3;
  color: #fff;
  background: #00b050;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  border-radius: 13px 0 0 0;
  font-size: 3rem;
  font-weight: 700;
}
.gps_use_item ._text {
  text-align: center;
  font-size: 1.8rem;
  margin-top: 10px;
}
.gps_use_check {
  position: relative;
  background: #00b050;
  padding: 30px;
  border-radius: 15px;
  margin-top: 20px;
  font-weight: 700;
}
.gps_use_check:before,
.gps_use_check::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.gps_use_check:before {
  border-width: 0px 30px 30px 30px;
  border-color: transparent transparent #00b050 transparent;
  top: -30px;
  z-index: 2;
}
.gps_use_check::after {
  border-width: 0px 42px 42px 42px;
  border-color: transparent transparent #fff transparent;
  top: -42px;
  left: 50%;
  z-index: 1;
}
.gps_use_check ._head {
  font-size: 3.2rem;
  color: #fcee21;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.gps_use_check ._head::before {
  content: "";
  background: url(../../images/page/price/option/gps/use_check_head_icon.svg);
  background-size: contain;
  display: block;
  width: 30px;
  height: 30px;
}
.gps_use_check ._list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-top: 20px;
}
.gps_use_check ._item {
  width: 50%;
  border: 5px solid #fff;
}
.gps_use_check ._item ._title {
  color: #00b050;
  font-size: 2rem;
  background: #fff;
  padding: 5px;
  text-align: center;
}
.gps_use_check ._item ._text {
  color: #fff;
  padding: 15px 10px;
  text-align: center;
}

/* gps_confirmation-method */
.gps_confirmation-method {
  padding: 60px 0;
  background: #f2f2e6;
}
.gps_confirmation-method ._head {
  text-align: center;
}
.gps_confirmation-method ._head h3 {
  color: #00b050;
  font-size: 5rem;
}
.gps_confirmation-method ._head p {
  font-size: 2rem;
}
.gps_confirmation-method_warp {
  margin: 40px auto;
  max-width: 750px;
}

/* gps_faq */
.gps_faq {
  padding: 60px 0;
}
.gps_faq ._head {
  text-align: center;
}
.gps_faq ._head h3 {
  color: #00b050;
  font-size: 5rem;
}
.gps_faq_list {
  margin: 40px 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.gps_faq_item ._question {
  padding: 10px 20px;
  background: #00b050;
  border-radius: 10px 10px 0 0;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
}
.gps_faq_item ._answer {
  background: #e2f0d9;
  padding: 20px;
  border-radius: 0 0 10px 10px;
}
.gps_faq_item ._answer .not-available_list {
  margin-top: 20px;
  width: 100%;
  border-collapse: collapse;
}
.gps_faq_item ._answer .not-available_list table,
.gps_faq_item ._answer .not-available_list table tr td {
  border: 1px solid #ddd;
}
.gps_faq_item ._answer .not-available_list tr td {
  padding: 8px;
  text-align: left;
  width: 50%;
}
.gps_faq_item ._answer .not-available_list tr:nth-child(odd) td:nth-child(even) {
  background-color: #f1f1f1;
}
.gps_faq_item ._answer .not-available_list tr:nth-child(even) td:nth-child(odd) {
  background-color: #f1f1f1;
}
.gps_faq_item ._answer .not-available_list tr:nth-child(odd) td:nth-child(odd) {
  background-color: #f9f9f9;
}
.gps_faq_item ._answer .not-available_list tr:nth-child(even) td:nth-child(even) {
  background-color: #f9f9f9;
}

/* gps_information */
.gps_information {
  padding: 60px 0;
  background: #e2f0d9;
}
.gps_information ._head {
  text-align: center;
}
.gps_information ._head h3 {
  color: #00b050;
  font-size: 5rem;
}
.gps_information_warp {
  margin-top: 40px;
  padding: 40px 80px;
  border: 10px solid #00b050;
  border-radius: 25px;
  background: #fff;
  margin-bottom: 40px;
}
.gps_confirmation-method_warp img {
  margin-bottom: 20px;
}
.gps_information_warp ._detail {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 20px;
}
.gps_information_warp ._detail ._detail_image {
  width: 300px;
}
.gps_information_warp ._other {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.gps_information_warp ._other ._note {
  margin-top: 15px;
}

/* gps_option */
.gps_option {
  padding: 40px 0 60px;
}