@charset "utf-8";

/* ------------------------------------------------------
* Elements List
------------------------------------------------------ */
:root {
  --main-yellow: #FDD000;
  --sub1-yellow: #FFED76;
  --sub2-yellow: #FFBE41;
  --sub3-yellow: #FFF7BF;
  --accent-bulue: #0072CE;
  --bg-beige: #F9F2E4;
  --bg-stripe: repeating-linear-gradient(-45deg, #FFFBDD 0 4px, #ffffff 4px 10px);
  --bg-marker: linear-gradient(transparent 60%, #FFED76 40%);
  --hover-opacity: 0.6;
  --transition: .5s;
  --leading-trim: calc((1em - 1lh) / 2);
}

/* ----- common ----- */
sup {
  vertical-align: super;
  font-size: smaller;
}

html {
  font-size: 1.3333333333333335vw;
}

body {
  min-width: 320px;
  margin: 0;
  font-family: 'Noto Sans JP', sans-serif;
  padding-bottom: 17%;
}

.pc_cont {
  display: none;
}

.sp_cont {
  display: block;
}

/* ----- header ----- */
.main-header {
    width: 100%;
    height: 50px;
    background-color: #fff;
    display: flex;
    align-items: center;
    padding: 0 6%
}

.main-header__logo img {
  height: 20px;
  vertical-align: middle;
}

/* @media all and (max-width: 1023px) {
    .main-header {
        height:50px;
        padding: 0 15px
    }

    .main-header__logo img {
        height: 20px
    }
} */

/* ----- main - common ----- */
.section-contents__inner {
  max-width: 1200px;
  width: 92%;
  margin: 0 auto;
}


/* ----- main-kv ----- */
.main-kv {
  padding: 6% 0 5.6%;
}

.main-kv__title {
  margin: 0 auto;
}

.main-kv__content {
  position: relative;
  width: calc( 634 / 690 * 100%);
  margin-inline: auto;
  margin-block-start: 6.2%;
  padding-block-end:  9.2%;
}

.main-kv__content::before {
  content: '';
  position: absolute;
  width: 110%;
  height: calc(100% - 15px);
  top: 15px;
  border-radius: 11.5px;
}

.main-kv__benefit-float {
  position: absolute;
  max-width: 144px;
  aspect-ratio: 144 / 144;
  width: calc(144 / 634 * 100%);
  top: calc(-21 / 714 * 100%);
  left: -7%;
}

.main-kv__benefit:nth-of-type(3) .main-kv__benefit-float {
  position: absolute;
  max-width: 144px;
  aspect-ratio: 144 / 144;
  width: calc(144 / 634 * 100%);
  top: calc(-112 / 488 * 100%);
  left: -7%;
}
.main-kv__benefit-note {
  margin-block-start: 4%;
}

.main-kv__benefit-note-list {
  display: flex;
  flex-direction: column;
  gap: 3.5vw;
}

.main-kv__benefit-note-list__row {
  display: flex;
  gap: 1.8vw;
}

.main-kv__benefit-note-list__term {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7.9%;
  height: auto;
  border: 1px solid #000;
  font-size: 1.3rem;
  line-height: 1.3;
  text-align: center;
  flex-shrink: 0;
}

.main-kv__benefit-note-list__desc {
  flex: 1;
  font-size: 1.3rem;
  color: #000;
}

.main-kv__benefit-note-list__txt {
  margin: 0 0 2px;
}

.main-kv__benefit-note-list__ul {
  margin: 0;
  padding-left: 0;
  list-style-type: none;
}

.main-kv__benefit-note-list__ul li {
  margin-bottom: 1px;
  position: relative;
  padding-left: 1em;
}

.main-kv__benefit-note-list__ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 2px;
  height: 2px;
  background-color: #000;
  border-radius: 50%;
}

.main-kv .common-entry__btn {
  margin-block-start: 9.2%;
}




/* ----- content - common ----- */
.contents__title {
  padding-block-end: calc(7% + var(--leading-trim));
}

.contents__title::before {
  height: 1.1vw;
  width: calc(100 / 690 * 100%);
}

.contents__title .title_txt{
  font-size: 4.8rem;
  font-weight: 800;
  text-align: center;
  margin-top: calc(2% + var(--leading-trim));
  line-height: 1.28;
}

.contents__title .title_ico{
  width: 35%;
}



.contents__note {
  font-size: 2rem;
  line-height: 1.57;
}

.contents__note .note_txt{
  padding-left: 1em;
  text-indent: -1em;
}

.contents__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.contents__list-title {
  font-size: 1.4rem;
  padding: calc(4% + var(--leading-trim)) 3%;
}

.table_area {
  margin-top: 6%;
}

.contents__list-note {
  font-size: 1.4rem;
  padding: calc(4% + var(--leading-trim)) 3%;
}

.accordion_toggle {
  cursor: pointer;
}

.note_txt_margin {
  margin-top: calc(10% + var(--leading-trim));
}

/* ----- content01 ----- */
.contents01 {
  padding: 18% 0 10.6%;
}

.contents01__item {
  margin-top: calc(6% + var(--leading-trim));
}

.contents01__item-image:nth-of-type(1) {
  margin-block-start: calc(9.4% + var(--leading-trim));
}

.contents01__item-image:nth-of-type(2) {
  margin-block-start: 2.6%;
}

.contents01__item-image:nth-of-type(3) {
  margin-block-start: 3.4%;
}

.contents01__item-description {
  padding: 0;
  font-size: 2rem;
}

.contents01__item-description .contents01__item-title {
  font-size: 4.2rem;
}

.contents01__item-description .contents01__item-txt {
  font-size: 2.8rem;
  margin-top: calc(5% + var(--leading-trim));
  line-height: 1.6;
}

.contents01__item-description .contents01__item-note {
  margin-top: calc(4% + var(--leading-trim));
}



.contents01__item-note.contents__note {
  font-size: 1.3rem;
  line-height: 1.5;
  margin-block-start: calc(3.4% + var(--leading-trim));
}

.contents01__item .main-kv__benefit-note {
  margin-block-start: calc(4.45% + var(--leading-trim));
}

/* ----- content02 ----- */
.contents02 {
  padding: 10.6% 0 10.6%;
}

.contents02__item .common-entry__btn {
  margin-top: 8.55%;
}

.contents02__list {
  margin-top: calc(9.5% + var(--leading-trim));
}

.contents02__list-item {
  display: grid;
  grid-template-columns: 46% 1fr; /* imageとdescriptionの比率 */
  grid-template-rows: auto auto;
  grid-template-areas:
      "image description"
      "description-img description-img";
  margin-inline: auto;
  column-gap: 2vw;
  background: #ffffff;
  border-radius: 20px;
  padding: 9% 4.4% 6%;
  position: relative;
  margin-bottom: 14.8%;
  border: 2px solid #000;
}

.contents02__list-item:first-child {
  padding: 9% 4.4% 6%;
}

.contents02__list-item:last-child {
  margin-bottom: 0;
}

.contents02__list-item::after {
  content: '';
  position: absolute;
  background-image: url("../images/index_ic04.png");
  background-size: 100%;
  background-repeat: no-repeat;
  transform: translate(-50%, 0);
  left: 50%;
  bottom: -10vw;
  max-width: 50px;
  aspect-ratio: 50 / 50;
  width: calc(50 / 690 * 100%);
}

.contents02__list-item:last-child::after {
  content: none;
}

.contents02__list-item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  transform: translate(-50%, -50%);
  max-width: 1000px;
  aspect-ratio: 390 / 55;
  width: calc(390 / 690 * 100%);
}

.contents02__list-item:nth-of-type(1):before {
  background-image: url("../images/index_ic01_sp.png");
}

.contents02__list-item:nth-of-type(2):before {
  background-image: url("../images/index_ic02_sp.png");
}

.contents02__list-item:nth-of-type(3):before {
  background-image: url("../images/index_ic03_sp.png");
}

.contents02__list-image {
  min-width: 10px;
  display: flex;
  align-items: center;
  grid-area: image;
}

.contents02__list-description{
  padding: 0;
  grid-area: description;
  display: flex;
  align-items: center;
}

.contents02__list-description .contents02__list-txt{
  font-size: 1.8rem;
  line-height: 2;
  margin-top: 0;
}

.contents02__list-description-img {
  margin-top: calc(5% + var(--leading-trim));
  grid-area: description-img;
}

.contents02__list-item:nth-of-type(1) .contents02__list-description-img {
  width: 92%;
  margin-inline: auto;
}

.contents02__note {
  padding: 60px 28% 80px 10%;
  background-color: #FFED76;
  border-radius: 0 0 20px 20px;
  position: relative;
}

.contents02__note::before {
  content: '';
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 40px;
  height: 40px;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-bottom: 64px solid #ffffff;
  transform: rotate(-180deg);
}

.contents02__note::after {
  content: '';
  position: absolute;
  width: 203px;
  height: 482px;
  top: -42px;
  right: 8%;
  background-image: url(../images/index_im02.png);
}

@media all and (max-width: 1550px) {
  .contents02__note::after {
    content: '';
    position: absolute;
    width: 18%;
    top: initial;
    top: -5vw;
    right: 8%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url(../images/index_im02.png);
  }
}

.contents02__note-title {
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.5;
}

.contents02__note-txt {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: calc(2% + var(--leading-trim));
}

/* ----- content03 ----- */
.contents03 {
  padding: 10.6% 0 10.6%;
  background: var(--bg-stripe);
  border-top: 6px solid var(--main-yellow);
  border-bottom: 6px solid var(--main-yellow);
}

.contents03__item {
  margin-top: 13.7%;
  position: relative;
}

.contents03__item:not(:first-of-type) {
  margin-top: 13.7%;
}

.contents03__item:before {
  content: '';
  position: absolute;
  top: -10vw;
  left: 0;
  background-repeat: no-repeat;
  background-size: 100%;
  max-width: 149px;
  aspect-ratio: 149 / 180;
  width: calc(149 / 690 * 100%);
}

.contents03__item:nth-of-type(1):before {
  background-image: url("../images/index_ic05.png");
}

.contents03__item:nth-of-type(2):before {
  background-image: url("../images/index_ic06.png");
}

.contents03__item:nth-of-type(3):before {
  background-image: url("../images/index_ic07.png");
}

.contents03 .contents__title .title_txt{
  font-size: 4.8rem;
}

.contents03__device {
  background-color: var(--bg-beige);
  padding: 6% 4.4% 6%;
  border-radius: 10px;
}

.contents03__device-title {
  font-size: 2.8rem;
  font-weight: bold;
}

.contents03__item:nth-of-type(2) .contents03__device-title {
  margin-bottom: 5px;
}



.contents03__device-div {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.contents03__device-description {
  width: 82%;
}

.contents03__device-description .contents03__device-txt {
  font-size: 1.6rem;
  line-height: 1.75;
  margin-top:  calc(5% + var(--leading-trim));
}

.contents03__device-note {
  font-size: 1.3rem;
  margin-top:  calc(2% + var(--leading-trim));
}

.contents03__device-image {
  max-width: 1000px;
  width: 100%;
  margin-top: 5%;
}

.contents03__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 7%;
  gap: 5vw 2vw;
}

.contents03__list-item {
  width: calc(50% - 2vw);
  background-color: #F9F5EA;
  border-radius: 10px;
  padding: 19% 0 5%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  min-height: 0;
  position: relative;
}

.contents03__list-description {
  width: 100%;
  text-align: center;
}

.contents03__list-title {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 2%;
}

.contents03__list-txt {
  font-size: 1.6rem;
  line-height: 1.5;
}

.contents03__list-image {
  max-width: 600px;
  width: calc(130 / 337 * 100%);
  position: absolute;
  right: 0;
  left: 0;
  top: calc(-18 / 337 * 100%);
  margin-inline: auto;
  bottom: auto;
}

.contents03__list-image img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  background-color: #fff;
}

.contents03__list-note {
  font-size: 1.4rem;
  margin-top: 5px;
}

/* ----- content04 ----- */
.contents04 {
  padding: 10.6% 0 10.6%;
}

.contents04__toggle-area:nth-of-type(2) {
  margin-top: 6%;
}

.contents04__toggle-title {
  font-size: 2.4rem;
  font-weight: bold;
  background: #000;
  color: #fff;
  padding: calc(5% + var(--leading-trim)) 6%;
  position: relative;
}

.contents04__toggle-title::before,
.contents04__toggle-title::after {
  content: '';
  position: absolute;
  width: calc(22 / 690 * 100%);
  height:  calc(4 / 72 * 100%);;
  background-color: #fff;
  top: 50%;
  right: 3%;
  transform: translateY(-50%);
  transition: var(--transition);
}

.contents04__toggle-title::after {
  transform: translateY(-50%) rotate(90deg);
}

.open .contents04__toggle-title::before {
  transform: translateY(-50%) rotate(180deg);
}

.open .contents04__toggle-title::after {
  transform: translateY(-50%) rotate(180deg);
}

.open .contents04__toggle-note {
  padding: 0;
}

.contents04__toggle-note .contents__list-title {
  min-width: 26.5%;
  width: 26.5%;
  word-break: break-all;
}

.contents04__toggle-note {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.5s ease;
  line-height: 1.77;
}

.contents04__toggle-note .contents__list-title {
  border: 1px solid #888888;
}

.contents__list:not(:first-of-type) .contents__list-title {
  border-top: none;
}

.contents04__toggle-note .contents__list-note {
  border: 1px solid #888888;
  border-left: none;
  background: #fff;
  word-break: break-all;
}

.contents__list:not(:first-of-type) .contents__list-note {
  border-top: none;
}

.contents04__toggle-note .contents04__toggle-description {
  font-size: 1.6rem;
  padding: 5% 0 0 0;
  line-height: 1.75;
}

.contents04 .common-entry__btn {
  margin-top: 8.55%;
}

/* ----- content05 ----- */
.contents05 {
  padding: 0 0 10.6%;
  background: linear-gradient(transparent 35%, var(--bg-beige) 35%);
}

.contents05__notice {
  border-radius: 10px;
  padding: calc(7.2% + var(--leading-trim)) 7.2%;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.contents05__notice-content {
  width: 65%;
  z-index: 1;
}

.contents05__notice-title {
  font-size: 2.8rem;
  font-weight: 600;
  margin-bottom: calc(10% + var(--leading-trim));
}

.contents05__notice-subtitle {
  font-size: 1.6rem;
  margin-bottom: calc(10% + var(--leading-trim));
}

.contents05__notice-list {
  display: flex;
  flex-direction: column;
  gap: 2vw;
  list-style: none;
  padding: 0;
  margin: 0;
}

.contents05__notice-list-item {
  display: flex;
  align-items: flex-start;
  gap: 3vw;
}

.contents05__notice-icon {
  width: 13%;
  flex-shrink: 0;
}

.contents05__notice-icon img {
  width: 100%;
  height: auto;
}

.contents05__notice-text {
  font-size: 1.6rem;
  line-height: 1.45;
}

.contents05__notice-text a {
  text-decoration: underline;
  font-weight: normal;
  display: inline-block;
  margin-top: 2%;
}

.contents05__notice-image {
  position: absolute;
  bottom: 10%;
  right: 3%;
  width: calc(218 / 690 * 100%);
  max-width: 600px;
}

.contents05__notice-image img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}


/* ----- content06 ----- */
.contents06 {
  padding: 0 0 10.6%;
}

.contents06 .contents__title .title_txt{
  font-size: 4.8rem;
  margin-top: 0;
}

.contents06 .contents__title::before {
  content: none;
}

.contents06__tab-wrapper {
  margin: 0 auto;
  margin-top: 2%;
}

.contents06__tab-nav {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 2;
  bottom: -2px;
}

.contents06__tab-nav-item {
  width: 50%;
  cursor: pointer;
  border: 2px solid #000;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  background-color: #ccc; /* Inactive color */
  position: relative;
  transition: background-color 0.3s;
  overflow: visible;
  border-bottom: 2px solid #000;
}

.contents06__tab-nav-item:first-child {
  margin-right: 2%;
  background-color: #FFBE41;
}

.contents06__tab-nav-item:last-child {
  background-color: #A0E5EB;
}

.contents06__tab-nav-item.active {
  opacity: 1;
  z-index: 3;
  background-color: #FFBE41;
  border-bottom: none;
}

.contents06__tab-nav-item:last-child.active {
  background-color: #A0E5EB;
  border-bottom: none;
}

.contents06__tab-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
  padding: 7% 1% 6% 26%;
}

.contents06__tab-icon {
  width: calc(118 / 333 * 100%);
  height: auto;
  border-radius: 0;
  overflow: visible;
  background-color: transparent;
  border: none;
  position: absolute;
  bottom: 0;
  left: 2%;
}

.contents06__tab-nav-item:nth-of-type(2) .contents06__tab-icon {
  width: calc(129 / 333 * 100%);
}

.contents06__tab-icon img {
  width: 100%;
  height: auto;
  object-fit: contain;
  vertical-align: bottom;
}

.contents06__tab-text {
  font-size: 2.4rem;
  font-weight: bold;
  margin-left: 0;
}

.contents06__tab-body {
  position: relative;
  z-index: 1;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 0 0 10px 10px;
  padding: 6% 6% 9%;
}

.contents06__tab-content {
  display: none;
}

.contents06__tab-content.active {
  display: block;
  animation: fadeIn 0.5s;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.contents06__qa-list {
  margin: 0;
}

.contents06__qa-item {
  border-bottom: 1px solid #ccc;
  padding: 5.5% 0;
}

.contents06__qa-item:first-child {
  padding-top: 0;
}

.contents06__qa-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.contents06__qa-question,
.contents06__qa-answer {
  display: flex;
  align-items: center;
  gap: 3vw;
}

.contents06__qa-question {
  margin-bottom: 3.5%;
  font-weight: bold;
}

.contents06__qa-answer {
  margin: 0;
}

.qa-icon {
  flex-shrink: 0;
  width: 7%;
}

.qa-icon img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.qa-text {
  font-size: 2rem;
  line-height: 1.5;
  padding-top: 0.2em;
}

.contents06__qa-answer .qa-text {
  font-size: 1.6rem;
}

/* ----- content07 ----- */
.contents07 {
  padding: 8.6% 0 14.6%;
}

.contents07__title.contents__title {
  padding-bottom: calc(6% + var(--leading-trim));
}

.contents07 .contents__title .title_txt {
  font-size: 4.8rem;
}

.contents07 .contents__title::before {
  content: none;
}

.contents07__inquiry-btn {
  display: block;
  padding: calc(6% + var(--leading-trim)) 0;
  font-size: 2.4rem;
  background: #000;
  font-weight: bold;
  border-radius: 8px;
  max-width: 800px;
  width: 80%;
  margin: 0 auto;
  color: #fff;
  margin-top: calc(4% + var(--leading-trim));
  text-align: center;
  position: relative;
}

a.contents07__inquiry-btn::after {
    position: absolute;
    content: '';
    display: block;
    color: #fff;
    line-height: 1;
    width: 0.5em;
    height: 0.5em;
    border: 0.1em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(-25%) rotate(45deg);
    top: calc(50% - 0.1em);
    right: 5%;
}

.contents07__inquiry-txt {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}

.common-entry__btn {
  margin: 12% auto 0;
  width: calc(675 / 690 * 100%);
}

/* ----- flex-nav ----- */
.flex-sp-nav {
  position:fixed;
  bottom: 0;
  width: 100%;
  z-index: 999;
  opacity: 0;
  transition: var(--transition);
}

.flex-sp-nav__list {
  display: flex;
  align-items: stretch;
  flex-wrap: nowrap;
}

.flex-sp-nav__list a:nth-of-type(1){
  align-items: center;
  display: flex;
  padding: 2% 13%;
  justify-content: center;
  background: linear-gradient(#D20000 95%, #000 95%);
  border-top: 4px solid #F5F5F5;
  border-right: 2px solid #F5F5F5;
}

.flex-sp-nav__list a:nth-of-type(2){
  border-top: 4px solid #F5F5F5;
  border-left: 2px solid #F5F5F5;
}

/* ----- footer ----- */
#footer {
  background: #000;
  color: #fff;
}

.footer-wrapper {
  max-width: 1920px;
  margin: 0 auto;
}

.footer__eneosp {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 50px;
  padding: 6% 4% 3%;
  width: 65%;
  margin: 0 auto;
}

.footer__eneosp-logo-image {
  max-width: initial;
  width: 100%;
  margin-bottom: 4%;
}

.footer__eneosp-link {
  max-width: 890px;
}

.footer__eneosg {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 57px;
  padding: 5% 4% 2%;
  border-top: initial;
  width: 68%;
  margin: 0 auto;
}

.footer__eneosg-logo-image {
  max-width: initial;
  width: 63%;
  margin: auto;
  margin-bottom: 6%;
}

.footer__eneosg-link {
  max-width: 1000px;
}

.footer__link-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 30px;
  row-gap: calc(0 + var(--leading-trim));
}

.footer__link-list > li {
  font-size: 2.6rem;
  width: 100%;
  text-align: center;
  margin-bottom: 3%;
}

.footer__eneosg .footer__link-list {
  column-gap: 50px;
}

.footer__link-item {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  position: relative;
  align-items: center;
}

.footer__link-item::after {
  content: '';
  display: block;
  background-image: url("../images/index_footer08.png");
  background-size: 100%;
  margin-left: 5px;
  width: 3%;
  aspect-ratio: 1;
  height: auto;

}

.footer-hr {
  width: 100%;
  height: 1px;
  background-color: #505050;
}

.footer__eneosg-link .footer__link-list .footer__link-item:nth-of-type(1) a {
  width: 27%;
  height: auto;
}

.footer__eneosg-link .footer__link-list .footer__link-item:nth-of-type(2) a {
  width: 79%;
  height: auto;
}

.footer__eneosg-link .footer__link-list .footer__link-item:nth-of-type(3) a {
  width: 57%;
  height: auto;
}

.footer__eneosg-link .footer__link-list .footer__link-item:nth-of-type(4) a {
  width: 60%;
  height: auto;
}

.footer__eneosg-link .footer__link-list .footer__link-item:nth-of-type(5) a {
  width: 92%;
  height: auto;
}

.footer__eneosg-link .footer__link-item:nth-child(n+3) {
  order: 1;
}

.footer__eneosg-link .footer__link-list > li {
  margin-bottom: 4%;
}

.copyright {
  font-size: 2rem;
  text-align: center;
  padding-bottom: 6%;
  padding-right: 0;
}
