@charset "utf-8";
/* CSS Document */

/*---------------------------------------
共通
---------------------------------------*/
.txtBlack{
  color: #333333;
}
section{
  margin-bottom: 80px !important;
}
section .wrap{
  width: 960px;
  margin: 0 auto;
}
h2{
  color: #1D2087 !important;
  font-size: 32px;
  margin-bottom: 20px !important;
}
h2 span{
  font-size: 24px;
}
h1{
  font-size: 34px;
}
.fs_16{
  font-size: 16px;
}
.fs_18{
  font-size: 18px;
}
.underline {
  background: linear-gradient(transparent 80%, #ffd500 80%);
  line-height: 1.2;
}
.rate-txt-cancel {
    text-decoration: line-through;
}

/*---------------------------------------
メインビジュアル
---------------------------------------*/
section.mainvisual{
  text-align: center;
  height: auto;
  display: contents;
}
section.mainvisual div{
  background-image: repeating-conic-gradient(from 30deg, #FED600 0% 60deg, #FEDC29 0% 120deg);
  background-size: 102px 178px;
  background-color: #FED600;
}
section.mainvisual img{
  width: 740px;
  position: relative;
  z-index: 2;
      margin-top: 20px;
}
.fix_bottom a{
  justify-content: center;
  width: 100%;
}
.fix_bottom a:nth-child(1) p{
  width: auto;
}
div.fix_bottom a::before{
  border-left: none;
}
div.fix_bottom a::after{
  border-right: none;
}

/*---------------------------------------
決済手数料がお得なプラン
---------------------------------------*/
.payment_fee{
  margin-top: -30px;
}
.payment_fee.smb{
  margin-top: 0;
}
.payment_fee.smb .wrap{
  border: solid 2px #CBCBCB;
  padding: 50px 30px;
}
.payment_fee.smb .caution{
  text-align: left;
}
.payment_fee.smb .wrap .smb_plan .cta_btn, .plan .wrap01 .features_con .link_btn-area a{
  font-size: 23px;
  width: 520px;
  padding: 24px 0;
  border-radius: 50px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
  display: block;
  background: #FFFFFF;
  text-align: center;
  text-decoration: none;
  color: #333;
  font-weight: bold;
  position: relative;
  margin: 0 auto;
  border: solid 3px #FDD100;
  height: 32px;
}
.payment_fee.smb .wrap .smb_plan .cta_btn::after, .plan .wrap01 .features_con .link_btn::after{
  content: "";
  position: absolute;
  top: 40%;
  right: 25px;
  width: 12px;
  height: 12px;
  border-top: 4px solid #6a5d59;
  border-right: 4px solid #6a5d59;
  transform: rotate(45deg);
}
.payment_fee.smb .wrap .smb_plan .cta_btn:hover{
  opacity: 0.7;
}
.payment_fee.smb .smb_plan p{
    width: 520px;
    margin: 0 auto;
    text-align: left;
    margin-top: 20px;
    font-size: 14px;
}
.payment_fee h3{
    color: #1D2087 ;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding: 10px 0;
    letter-spacing: 0.1em;
    position: relative;
}
.payment_fee h3::before, .payment_fee h3::after {
    content: '';
    top: 50%;
    display: inline-block;
    width: 383px;
    height: 1px;
    background-color: #1D2087 ;
}
.payment_fee h3::before {
    margin-right: 30px;
}
.payment_fee h3::after {
    margin-left: 30px;
}
.payment_fee h3 .baseline {
    vertical-align: sub;
}
.payment_fee p{
  text-align: center;
}
.payment_fee table{
  width: 960px;
  table-layout: fixed;
  border-collapse: collapse;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}
.payment_fee table .table_title th img{
  height: 36px;
  margin-left: 20px;
  margin-top: 10px;
}
.payment_fee table tbody tr{
  line-height: 2;
}
.payment_fee table tbody tr:nth-of-type(2), .payment_fee table tbody tr:nth-of-type(3){
  border-bottom: solid 1px #CBCBCB;
}
.payment_fee table tbody tr th{
  background-color: #F4F4F4;
  padding: 18px 10px;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
}
.payment_fee table tbody tr th:nth-of-type(1){
  width: 25%;
}
.payment_fee table tbody tr th:nth-of-type(2){
  width: 25%;
  border-left: 6px solid #fff;
}
.payment_fee table tbody tr th:nth-of-type(3){
  width: 50%;
  border-left: 6px solid #fff;
}
.payment_fee table tbody tr td{
  padding: 20px 20px;
}
.payment_fee table tbody tr td.implementation_status {
  font-size: 16px;
}
.payment_fee table tbody tr td.implementation_status span{
  color: #FFFFFF;
      width: 180px;
    display: block;
    margin: 0 auto;
}
.payment_fee table tbody tr td.implementation_status span span{
    display: inline;
}
.payment_fee table tbody tr td.implementation_status span.Uncontracted{
  background-color: #46C85C;
  padding: 4px 5px 2px;
  margin-bottom: 10px;
  font-size: 18px;
}
.payment_fee table tbody tr td.implementation_status span.contracted{
  background-color: #4EAAC2;
  padding: 6px 5px 4px;
}
.payment_fee table tbody tr .plan_rate, .monthly-fee p{
  font-size: 14px;
}
.payment_fee table tbody tr .plan_rate, .monthly-fee .flowBox .plan_rate{
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 3.4;
}
.payment_fee table tbody tr .plan_rate .plan_rate-txtS, .monthly-fee .flowBox .plan_rate .plan_rate-txtS{
  font-size: 20px;
  display: inline-block;
}
.payment_fee table tbody tr .plan_rate .plan_rate-txtM, .monthly-fee .flowBox .plan_rate .plan_rate-txtM{
  font-size: 24px;
}
.payment_fee table tbody tr .plan_rate .plan_rate-txtL{
  font-size: 37px;
}
.monthly-fee .flowBox .plan_rate .plan_rate-txtL{
  font-size: 47px;
}
.payment_fee table tbody tr .plan_rate .stepArrow, .monthly-fee .flowBox .plan_rate .stepArrow{
  width: 0;
  height: 0;
  border-style: solid;
  border: 10px solid transparent;
  border-left: 12px solid #333;
  margin: 10px 30px 10px 40px;
}
.monthly-fee h3::before, .monthly-fee h3::after {
    width: 395px;
}

/*---------------------------------------
お問い合わせ
---------------------------------------*/
section.mainvisual .cta{
  width: 100%;
  text-align: center;
  background-image: repeating-conic-gradient(from 30deg, #EEEDE2 0% 60deg, #F0F0E6 0% 120deg);
  background-size: 102px 178px;
  background-color: #F0F0E6;
  height: 180px;
  position: relative;
  top: -110px;
  z-index: 1;
  padding-top: 130px;
}
section.mainvisual .cta p{
  width: 95%;
  margin: 0 auto;
}
section.mainvisual .cta div{
  background-image: none;
  background-color: unset;
}
.cta{
    width: 100%;
    text-align: center;
    background-image: repeating-conic-gradient(from 30deg, #EEEDE2 0% 60deg, #F0F0E6 0% 120deg);
    background-size: 102px 178px;
    background-color: #F0F0E6;
    height: auto;
    position: relative;
    padding: 60px 0;
}
.cta .wrap{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cta h3{
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: bold;
}
.cta .descr{
  font-size: 20px;
  margin-bottom: 20px;
      display: block;
}
.cta .cta_btn{
  font-size: 23px;
  width: 520px;
  padding: 27px 0;
  border-radius: 50px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
  margin-bottom: 20px;
  display: block;
  background: #fed600;
  text-align: center;
  text-decoration: none;
  color: #333;
  font-weight: bold;
  position: relative;
}
.cta .cta_btn::after{
  content: "";
  right: 26px;
  width: 12px;
  height: 12px;
  border-top: 4px solid #333;
  border-right: 4px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 44%;
  margin-top: -4px;
}
.cta .cta_btn:hover{
  opacity: 0.65;
}
.cta .attention{
  font-size: 14px;
}

/*---------------------------------------
注意事項
---------------------------------------*/
section.attention ul{
  font-size: 14px;
}

/*---------------------------------------
特別プランの３つのメリット
---------------------------------------*/
.plan .box_sentence04 .content01 .meritBox {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    margin: 0 0 80px;
}
.plan .box_sentence04 .content01 .meritBox .meritWrap {
    width: 32%;
    position: relative;
}
.plan .box_sentence04 .content01 .meritBox .meritList {
    padding: 20px 15px;
    width: auto;
    height: auto;
    position: relative;
    background-color: #fff;
    border-radius: 8px;
    box-sizing: border-box;
    text-align: center;
}
.plan .box_sentence04 .content01 .meritBox .meritList img{
  width: 50%;
}
.plan .box_sentence04 .content01 .meritBox .meritList h4 {
    margin: 30px 0 20px;
    text-align: center;
    font-size: 21px;
}
.plan .box_sentence04 .content01 .meritBox .meritWrap:nth-of-type(1) h4, .plan .box_sentence04 .content01 .meritBox .meritWrap:nth-of-type(2) h4 {
    margin: 30px 0 41px;
}
.plan .box_sentence04 .content01 .meritBox .meritList p {
    font-size: 16px;
}
.plan .box_sentence04 .content01 .meritBox .meritWrap:nth-of-type(3) img {
  margin-top: 15px;
}

/*---------------------------------------
駐車サービス券とは
---------------------------------------*/
.plan .wrap01{
  background: none;
    padding: 0;
  margin-bottom: 80px !important;
}
.plan .wrap01 h2{
  color: #333 !important;
}
.plan .wrap01 .tpay-org_con_titlle{
  padding-left: 0;
}
.plan .wrap01 .tpay-org_con_titlle02{
  padding: 0;
  text-align: left;
  width: auto !important;
}
.plan .wrap01 .tpay-org_con_titlle02 h3{
  font-size: 22px !important;
}
.plan .wrap01 .tpay-org_con_titlle02::before, .plan .wrap01 .tpay-org_con_titlle02::after{
  content: none;
}
.plan .wrap01 .content02 .meritBox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 0 0 60px;
}
.plan .wrap01 .content02 .meritBox .meritWrap {
  width: 32%;
  position: relative;
}
.plan .wrap01 .content02 .meritBox > div {
  text-align: center;
}
.plan .wrap01 .content02 .meritBox .meritList {
  padding: 20px 12px 20px;
  width: auto;
  height: 120px;
  position: relative;
  border: solid 2px #EEEDE2;
  background-color: #fff;
  border-radius: 7px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.plan .wrap01 .content02 .meritBox .meritList {
  padding: 33px 12px 20px;
  width: auto;
  height: 120px;
  position: relative;
  border: solid 2px #EEEDE2;
  background-color: #fff;
  border-radius: 7px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.plan .wrap01 .content02 .meritBox .meritList .number {
  position: absolute;
  left: -1px;
  top: -1px;
}
.plan .wrap01 .content02 .meritBox .meritList .number::before {
  content: '';
  position: absolute;
  top: 1px;
  left: 1px;
  border-right: 50px solid transparent;
  border-top: 50px solid #FFD300;
  border-radius: 5px;
}
.plan .wrap01 .content02 .meritBox .meritList .number > p {
  padding: 8px 0 0 8px;
  text-align: center;
  color: #333;
  position: absolute;
  z-index: 1;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
.plan .wrap01 .content02 .meritBox .meritList h4{
    font-weight: bold;
}
.plan .wrap01 .content02 .meritBox .meritList h4.firstTitle{
  margin-top: -10px;
}
.plan .wrap01 .grid .grid_wrap .grid-item1 {
  grid-column-start: 1;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 2;
  margin-right: 40px;
}
.plan .wrap01 .grid .grid_wrap .grid-item1 img{
  width: 100%;
}
.plan .wrap01 .grid .grid_wrap .grid-item2 {
  grid-column-start: 4;
  grid-column-end: 10;
  grid-row-start: 1;
  grid-row-end: 2;
}
.plan .wrap01 .features_con .txt_wrap01 {
  max-width: 560px;
}

/*---------------------------------------
対象ブランド
---------------------------------------*/
.plan .cpn_area{
  padding: 0 ;
  margin-bottom: 20px !important;
}
.plan .cpn_area .rate {
  padding: 0;
  border: none;
}
.plan .cpn_area .rate h3{
  font-size: 18px;
}

/*===========================================
メディアクエリ(max-width: 768px)
===========================================*/
@media screen and (max-width: 768px) {
  /*---------------------------------------
  共通
  ---------------------------------------*/
  .pc_only{
    display: none !important;
  }
  #d_credit{
    margin-top: 64px;
  }
  .txtM{
    font-size: 1.1rem;
  }
  .txtL{
    font-size: 1.2rem;
  }
  section{
    margin-bottom: 80px !important;
  }
  section .wrap,
  .cta .wrap{
    width: 95% !important;
  }
  h2{
    font-size: 23px;
  }
  h2 span{
    font-size: 17px;
  }
  h1{
    padding-top: 10px;
    margin-bottom: 10px;
    font-size: 28px;
  }

  /*---------------------------------------
  メインビジュアル
  ---------------------------------------*/
  section.mainvisual,section.mainvisual img{
    width: 100%;
  }
  section.mainvisual{
    padding: 15px 0 20px 0;
  }
  section.mainvisual div{
  background-size: 91px 157px;
  }
  section.mainvisual .cta{
  background-size: 91px 157px;
  }
  section.mainvisual .cta{
  height: 220px;
  }

  /*---------------------------------------
  決済手数料がお得なプラン
  ---------------------------------------*/
  .payment_fee h3{
    font-size: 20px;
    padding-bottom: 20px;
  }
  .payment_fee h3::before, .payment_fee h3::after {
    width: 104px;
  }
  .payment_fee h3::before {
    margin-right: 15px;
  }
    .payment_fee h3::after {
    margin-left: 15px;
  }
  .payment_fee table{
    width: 100%;
    font-size: 14px;
  }
  .payment_fee table tbody tr th{
    padding: 15px 5px;
  }
  .payment_fee table tbody tr td{
    padding: 20px 5px;
    line-height: 1.6;
    height: auto;
  }
  .payment_fee table .table_title th img{
    height: 26px;
    margin-top: 5px;
    margin-left: 0;
  }
  .payment_fee table tbody tr th:nth-of-type(1){
    width: 35%;
  }
  .payment_fee table tbody tr th:nth-of-type(2){
    width: 25%;
    border-left: 4px solid #fff;
  }
  .payment_fee table tbody tr th:nth-of-type(3){
    width: 40%;
    border-left: 4px solid #fff;
  }
   .payment_fee table tbody tr .plan_rate{
    display: inline-grid;
    padding: 0;
    padding: 0 5px 15px;
  }
  .payment_fee table tbody tr .plan_rate .stepArrow{
    border: 9px solid transparent;
    border-left: 9px solid #333;
    margin: 10px 5px 10px 12px;
  }
  .payment_fee table tbody tr .plan_rate .plan_rate-txtS {
    font-size: 14px;
  }
  .payment_fee table tbody tr .plan_rate .plan_rate-txtM {
    font-size: 22px;
    line-height: 2.5;
  }
  .payment_fee table tbody tr .plan_rate .plan_rate-txtL {
    font-size: 32px;
  }
 .payment_fee table tbody tr td.implementation_status span{
    width: 90px;
    font-size: 12px;
 }
 .payment_fee table tbody tr td.implementation_status span.Uncontracted{
    padding: 12px 5px 9px;
    margin-bottom: 10px;
    font-size: 16px;
  }
  .payment_fee table tbody tr td.implementation_status span.contracted{
    padding: 4px 5px;
  }
  .payment_fee table tbody tr .plan_rate .stepArrow{
    border: 8px solid transparent;
    border-top: 12px solid #333;
    margin: 0 auto;
  }
  .payment_fee.smb{
    margin: 0 10px;
  }
  .payment_fee.smb .wrap {
    padding: 40px 15px;
    width: 90% !important;
  }
  .plan .wrap01 .features_con .link_btn-area p::before, .plan .wrap01 .features_con .link_btn-area p::after, .payment_fee.smb .wrap p::before, .payment_fee.smb .wrap p::after{
    content: "";
    position: absolute;
    top: 0;
    width: 1px;
    height: 3rem;
    background: rgba(0, 0, 0, 0.6);
  }
  .payment_fee.smb .wrap p::before, .payment_fee.smb .wrap p::after{
    content: "";
    position: absolute;
    top: 42px;
    width: 1px;
    height: 3rem;
    background: rgba(0, 0, 0, 0.6);
  }
  .plan .wrap01 .features_con .link_btn-area, .payment_fee.smb .wrap {
    position: relative;
  }
  .plan .wrap01 .features_con .link_btn-area p::before, .payment_fee.smb .wrap p::before{
    transform: rotate(-30deg);
    left: 8%;
  }
  .plan .wrap01 .features_con .link_btn-area p::after, .payment_fee.smb .wrap p::after{
    transform: rotate(30deg);
    right: 8%;
  }
  .payment_fee.smb .wrap .smb_plan .cta_btn, .plan .wrap01 .features_con .link_btn-area a{
    width: 95%;
    font-size: 18px;
    padding: 13px 0 6px;
    margin-bottom: 13px;
    border: solid 2px #FDD100;
  }
  .payment_fee.smb .wrap .smb_plan .cta_btn::after, .plan .wrap01 .features_con .link_btn::after{
    content: "";
    position: absolute;
    top: 38%;
    right: 14px;
    width: 9px;
    height: 9px;
    border-top: 3px solid #6a5d59;
    border-right: 3px solid #6a5d59;
    transform: rotate(45deg);
  }
  .payment_fee.smb table .table_title th img{
      height: 50px;
  }
  .payment_fee.smb .smb_plan p{
      width: 100%;
      text-align: left;
      font-size: 14px;
  }
  .payment_fee.smb .caution, .payment_fee.smb .caution span{
    font-size: 14px;
  }
  .monthly-fee p{
    text-align: left;
  }

  /*---------------------------------------
  お問い合わせ
  ---------------------------------------*/
  section.mainvisual .cta{
  top: -160px;
  padding-top: 140px;
  }
  .cta h3{
    font-size: 20px;
  }
  .cta .descr{
    font-size: 16px;
    margin-bottom: 16px;
    display: inline-block;
  }
  .cta .cta_btn{
    width: 95%;
    font-size: 18px;
    padding: 20px 0;
    margin-bottom: 13px;
  }
  .cta .cta_btn::after{
    width: 10px;
    height: 10px;
    border-top: 3px solid #333;
    border-right: 3px solid #333;
  }
  .cta .attention{
    font-size: 13px !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    text-align: left;
  }

  /*---------------------------------------
  注意事項
  ---------------------------------------*/
  section.attention{
    font-size: 14px !important;
    margin-bottom: 50px;
  }
  /*---------------------------------------
  特別プランの３つのメリット
  ---------------------------------------*/
  .plan .box_sentence04 .content01 .meritBox {
    display: block;
    margin: 0 0 40px;
  }
  .plan .box_sentence04 .content01 .meritBox .meritWrap {
    width: 100%;
    margin-bottom: 25px;
  }
  .plan .box_sentence04 .content01 .meritBox .meritList {
    padding: 20px 15px;
    width: auto;
    height: auto;
    position: relative;
    background-color: #fff;
    border-radius: 8px;
    box-sizing: border-box;
    text-align: center;
  }
  .plan .box_sentence04 .content01 .meritBox .meritList h4 {
    font-size: 22px;
    height: auto;
  }
  .plan .box_sentence04 .content01 .meritBox .meritWrap:nth-of-type(1) h4, .plan .box_sentence04 .content01 .meritBox .meritWrap:nth-of-type(2) h4 {
      margin: 30px 0 15px;
  }
  .plan .box_sentence04 .content01 .meritBox .meritList p {
    font-size: 16px;
    text-align: center;
  }
  .plan .box_sentence04 .content01 .meritBox .meritList img{
    width: 40%;
  }

  /*---------------------------------------
  駐車サービス券とは
  ---------------------------------------*/
  .plan .wrap01 .tpay-org_con_titlle02{
    text-align: center;
  }
  .plan .wrap01 .content02 .meritBox {
    display: block;
  }
  .plan .wrap01 .content02 .meritBox .meritWrap {
    width: 100%;
    margin-bottom: 25px;
  }
  .plan .wrap01 .content02 .meritBox .meritList {
    height: 110px;
    padding: 41px 12px 20px;
  }
  .plan .wrap01 .content02 .meritBox .meritWrap:nth-of-type(3) .meritList {
    padding: 28px 12px 20px;
  }
  .plan .wrap01 .content02 .meritBox .meritList h4 {
    margin: 0;
  }
  .plan .wrap01 .grid .grid_wrap {
    display: flex;
  }

  /*---------------------------------------
  対象ブランド
  ---------------------------------------*/
  .plan .cpn_area{
    padding: 0 !important;
  }
}

@media screen and (max-width: 430px) {
  section.mainvisual .cta{
    top: -90px;
    padding-top: 90px;
  }
  .plan .wrap01 .features_con .link_btn-area p::before{
    transform: rotate(-30deg);
    left: 4%;
  }
  .plan .wrap01 .features_con .link_btn-area p::after{
    transform: rotate(30deg);
    right: 4%;
  }
  section.mainvisual div{
    background-size: 97px 173px;
  }
  section.mainvisual .cta{
    background-size: 97px 173px;
  }
}

@media screen and (max-width: 390px) {
  section.mainvisual div{
    background-size: 88px 152px;
  }
  section.mainvisual .cta{
    background-size: 88px 152px;
  }
  .plan .wrap01 .features_con .link_btn-area p::before{
    left: 0;
  }
  .plan .wrap01 .features_con .link_btn-area p::after{
    right: 0;
  }
}