@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

/*----------------------------------------
Reset  Default Styles
----------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  font-size: inherit;
  vertical-align: baseline;
}

i, em {
  font-style: normal;
}

small {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

main, article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

main {
  margin-bottom: 120px;
}

ul, li {
  list-style: none;
}

th, td {
  vertical-align: middle;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: inherit;
  text-decoration: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

ul, dl, ol {
  text-indent: 0;
}

li {
  list-style: none;
}

img {
  border: 0;
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: top;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #282828;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

button,
input {
  line-height: normal;
}

input,
textarea {
  background-image: -webkit-linear-gradient(hsla(0deg, 0%, 100%, 0), hsla(0deg, 0%, 100%, 0)); /* Removing the inner shadow, rounded corners on iOS inputs */
  padding: 4px 8px;
  border: 1px solid #282828;
  background: #fff;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}

em, i {
  font-style: normal;
}

* {
  box-sizing: border-box;
}

html {
  word-wrap: break-word;
  font-size: 62.5%;
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  position: relative;
  font-size: 100%;
  line-height: 1;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
}

a {
  display: block;
  width: 100%;
  height: 100%;
  transition: filter 0.3s ease;
}

button {
  appearance: none;
  border: none;
  transition: filter 0.3s ease;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 640px) {
  button:hover {
    filter: none;
  }
}
button:active, button:focus, button:visited {
  color: #000;
}

button,
a,
img {
  outline: none;
}

/*------------------------------------------------------
  contents
------------------------------------------------------*/
body {
  position: relative;
  width: 100%;
  line-break: strict;
}

.wrapper {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  background-color: #fff;
}

.txtRB {
  white-space: nowrap;
  display: inline-block;
}

.bg_main {
  background-color: #129FDD;
}

.header {
  height:auto ;
  padding-bottom:6.5%;
  text-align: center;
  position: relative;
  background-color:#f8cde0;
}
@media only screen and (max-width: 640px) {
  .header { padding:4% 0 6.5vw; }
}

@media only screen and (min-width: 1400px) {
  .header {
    padding-bottom: 90px;
  }
}
.header__note {
  position: absolute;
  bottom: 60px;
  width: 100%;
  font-size: 2rem;
  letter-spacing: 0.057em;
  text-align: center;
  line-height: 1.665;
}
.header__note br.sp {
  display: none;
}
@media only screen and (max-width: 1400px) {
  .header__note {
    font-size: 20px;
    font-size: 1.4285714286vw;
  }
}
@media only screen and (max-width: 640px) {
  .header__note {
    padding-top: 1em;
    position: static;
    font-size: 18px;
    font-size: 2.8125vw;
    line-height: 1.61;
  }
  .header__note br.sp {
    display: block;
  }
}

.mainImage {
  position: relative;
  width: 1000px;
  margin: auto;
}
@media only screen and (max-width: 1400px) {
  .mainImage {
    width: 68.5vw;
  }
}
@media only screen and (max-width: 640px) {
  .mainImage {
    width: 90%;
  }
}

.mainImage__inner {
  width: 100%;
}
.mainImage__inner .logoJcb {
  display: block;
  width: 8%;
  max-width: 76px;
  padding: 5% 0 1%;
  text-align: center;
  transform:translate(-20px, -20px);
}
@media only screen and (max-width: 1400px) {
  .mainImage__inner .logoJcb {
    transform:translate(-3vw, -1.2vw);
  }
}
@media only screen and (max-width: 640px) {
  .mainImage__inner .logoJcb {
    width: 10.8620689655%;
    padding: 5% 0;
    transform:translate(-0.5vw, -6.5vw);
  }
}
.mainImage__inner .subText {
  width: 86.4%;
  margin: 0 auto 20px;
}
@media only screen and (max-width: 1400px) {
  .mainImage__inner .subText {
    margin: 0 auto 2%;
  }
}
@media only screen and (max-width: 640px) {
  .mainImage__inner .subText {
    width: 52.2413793103%;
    margin: 0 auto 5%;
  }
}
.mainImage__inner .mainText {
  width: 100%;
  max-width:957px;
  margin: -8% auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 640px) {
  .mainImage__inner .mainText {
    width: 95%;
    margin: -15vw auto 0;
  }
}
.mainImage__inner .note {
  width: 55%;
  padding: 3% 0;
  font-size: 2rem;
  line-height: 1.6;
  margin: 10% auto 0;
  color: #fff;
  text-align: left;
}
@media only screen and (max-width: 1400px) {
  .mainImage__inner .note {
    padding: 5% 0;
    font-size: 20px;
    font-size: 1.25vw;
    color: #fff;
}
}
@media only screen and (max-width: 640px) {
  .mainImage__inner {
    font-size: 17px;
    font-size: 2.9310344828vw;
  }
  .note{
    display: none;
  }
}

.mainImage__inner h1 { transform:translateY(-10px); }

.cashback__inner { display:flex; flex-wrap:wrap; justify-content:center; }
.cashback__inner > div { margin-top:10px; width:48%; max-width:461px; }
.cashback__inner > div:nth-child(2) { margin-left:3%; }
.cashback__inner > div:nth-child(3) { margin-top:3%; width:81%; max-width:763px; }

@media only screen and (max-width: 640px) {
  .cashback__inner { display:block; }
  .cashback__inner > div { width:100%; max-width:initial; max-width:auto; }
  .cashback__inner > div:nth-child(2) { margin-left:0; }
  .cashback__inner > div:nth-child(3) { width:100%; }
}

.section__inner { width: 1100px; max-width: 100%; margin: 0 auto; }
.join { background-color:#fbe6ef; padding:90px 0; }
.join__condition__inner { width:90%; max-width:1000px; margin:-25px auto 0; background-color:#fff; border-radius:40px; padding:50px 100px; }
.join__condition__list { font-size:2.4rem; line-height:1.5; }
.join__condition__list li { display:flex; align-items:center; margin-top:15px; padding:25px 20px 15px; border-top:3px dotted #ec79ac; }
.join__condition__list li:nth-child(1) { margin-top:0; border-top:none; }
.join__condition__list div:nth-of-type(1) { width:6em; color:#fff; background-color:#ec79ac; border-radius:17px; padding:1px 10px 6px; text-align:center; font-size:1.8rem; }
.join__condition__list div:nth-of-type(1) > span { font-size:2.4rem; }
.join__condition__list div:nth-of-type(2) { flex:1; margin-left: 1em; }
.join__condition__list div > span.small { font-size:1.6rem; display:block; }
.join__condition__list div > span.small:nth-child(1) { margin-bottom:3px; }
.join__condition__list div > span.small:nth-child(2) { margin-top:3px; }
.join__condition__list div > span > span.connective { font-size:1.8rem; margin:0 0.3rem; }

@media only screen and (max-width: 1400px) {
  .join { padding:6.5vw 0; }
  .join__condition__inner { padding:3vw 7vw; }
}
@media only screen and (max-width: 640px) {
  .join__condition__inner { width:90vw; margin-top:-3vw; }
  .join__condition__list { font-size:2rem; }
  .join__condition__list li { display:block; margin-top:1vw; padding:4vw 0; }
  .join__condition__list div:nth-of-type(1) { width:5em; padding:0.5vw 1vw 1vw; font-size:1.5rem; }
  .join__condition__list div:nth-of-type(1) > span { font-size:2rem; }
  .join__condition__list div:nth-of-type(2) { margin:2vw 0 0; }
  .join__condition__list div > span > span.connective { font-size:1.4rem; }
}

.detail { padding: 100px 20px 0px; color: #000; }
.join__title,
.detail__title { margin: 0 auto; font-size:3.8rem; width:480px; text-align:center; }
.join__title { position:relative; z-index:1; background:url(/cp/utility_bill_gasoline/images/campaign_ttl_bg_left.png) no-repeat left center, url(/cp/utility_bill_gasoline/images/campaign_ttl_bg_right.png) no-repeat right center; }
.detail__title { background:url(/cp/utility_bill_gasoline/images/precautions_ttl_bg_left.png) no-repeat left center, url(/cp/utility_bill_gasoline/images/precautions_ttl_bg_right.png) no-repeat right center; }

.join__title > span,
.detail__title > span { display:flex; border:3px solid transparent; border-left:none; border-right:none; margin:0 15px; height:77px; align-items:center; justify-content:center; line-height:1; background-color:#fff; }
.join__title > span { border-color:#d31277; }
.detail__title > span { border-color:#204c97; }
.detail .section__inner { padding-bottom: 30px; }

.detail__list { font-size: 2rem; line-height: 1.3; align-items: center; text-align: center; }
.detail__title + .detail__list { margin-top:70px; }
.detail__list > dt { font-size: 30px; position:relative; }
.detail__list > dt::after { content:''; display:block; width:100%; height:2px; position:absolute; top:50%; left:0; background-color:#000; }
.detail__list > dt > span { display:inline-block; background-color:#fff; position:relative; z-index:10; padding:0 15px; }
.detail__list > dd { text-align: justify; font-weight: 400; margin-top:20px; padding-bottom: 6%; line-height: 2.0; }

@media only screen and (max-width: 640px) {
  .detail { padding: 0 0 5%; }
  .join__title,
  .detail__title { width:75%; font-size:2.5rem; background-size:auto 57px; }
  .detail__title { margin: 0 auto; }

  .join__title > span,
  .detail__title > span { border-width:2px; margin:0 10px; height:57px; }

  .detail .section__inner { padding: 6.5vw 0 0; width:90vw; }
  .detail__title + .detail__list { margin-top:5vw; }
  .detail__list > dd { padding-bottom: 3%; }
}

@media only screen and (max-width: 1000px) {
  .detail__list > dd br.pc { display: none; }
}

@media only screen and (max-width: 640px) {
  .detail__list { width: auto; padding:0.5em 0; margin: auto; border-width: 3px; font-size: 3.125vw; display: block; }
  .detail__list > dt {
    width: auto;
    text-align: center;
    font-size: 2rem;
  }
  .detail__list > dd {
    width: auto;
    line-height: 1.77;
    text-align: left;
    font-size: 1.5rem;
  }
}

.detail__innerList { margin-top:30px; }
.detail__innerList li { position: relative; padding-left: 1.1em; line-height:1.6; margin-top:8px; }
.detail__innerList li::before { position: absolute; top: 1px; left: 0; content: "●"; display: block; }
.detail__innerList .small { display:block; font-size:1.5rem; line-height:1.5; }

@media only screen and (max-width: 640px) {
  .detail__innerList { margin-top:15px; }
}

.condition__list li { display:flex; }
.condition__list li > span:nth-child(1) { width:3.5em; }
.condition__list li > span:nth-child(2) { flex:1; }

.support_inner{
  background-color: #dff2fc;
  width: 1100px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 30px 60px 30px;
}
#support_inner{
  padding-bottom: 0px;
}

.contact {
  background-color: #fff;
  padding: 0 15px 110px;
  text-align: center;
  letter-spacing: 0.1em;
}
.contact dd {
  font-size: 1.8rem;
  line-height: 1.5;
}
.contact dd span {
  display: inline-block;
}
.contact dd span a {
  display: inline;
}
.contact dl:first-of-type { padding:50px 30px 30px; }
.contact dl:first-of-type dt {
  font-size: 3rem;
  padding-bottom: 0.3em;
  border-bottom:2px solid #000;
  display:inline-block;
}

.contact dl:last-of-type dt { font-size: 3.2rem; margin-top:30px; }
.contact dl:last-of-type dd { font-size: 2rem; margin-top:10px; }
.contact dl:last-of-type dd:nth-of-type(1) { margin-top:30px; }
.contact dl:last-of-type dd a { width:auto; }

.contact__list { display:flex; justify-content:center; }
.contact__list li { display:flex; margin:0 10px; }

@media only screen and (max-width: 1000px) {
  .contact__list { flex-direction:column; align-items:center; }
}

@media only screen and (max-width: 640px) {
  .contact { padding: 0 5% 5%; background-color: #fff; }
  .contact dl:first-of-type { margin-bottom: 1em; padding:0; }
  .contact dl:first-of-type dt { margin-bottom: 1em; font-size:min(28px, 6vw); line-height: 1.2; }
  .contact dl:last-of-type dt { margin:0 0 1em; font-size:min(28px, 6vw); }
  .contact dl:last-of-type dd { font-size:min(16px, 4vw); }
  .contact dl:last-of-type dd:nth-of-type(1) { margin-top:2vw; }
  .support_inner { padding:5vw; }

}

.footer {
  padding: 20px 4.7% 149px;
  text-align: center;
  background-color: #f2f2f2;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.8;
}
.footer span {
  display: inline-block;
}
@media only screen and (max-width: 640px) {
  .footer {
    padding-bottom: 33%;
  }
}

.applicationButton {
  position: fixed;
  bottom: 0;
  z-index:11;
  width: 100%;
  margin: auto;
  padding: 30px 0;
  background-color: rgba(204, 204, 204, 0.9);
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}
.applicationButton__button {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 920px;
  max-width: 100%;
  margin: 0 auto 20px;
  /* cursor: pointer; */
}
.applicationButton__button .btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 25px);
  height: 64px;
  font-size: 2.3rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  background-color: #ec79ac;
  border-radius: 32px;
  color: #fff;
}

.applicationButton__button .btn.disabled { background-color:#aaa; pointer-events:none; }
.applicationButton__button .btn .small { font-size:50%; display:block; margin-top:0.5em; }

@media only screen and (max-width: 768px) {
  .applicationButton__button .btn {
    width: 48%;
    height: 9vw;
    font-size: 3vw;
  }
}
.applicationButton__button .btn::after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  right: 23px;
  width: 11px;
  height: 23px;
  background-image: url(../images/icon_arrow_right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .applicationButton__button .btn::after {
    right: 8%;
  }
}
.applicationButton p.info {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.applicationButton p.info br {
  display: none;
}
@media only screen and (max-width: 640px) {
  .applicationButton {
    padding: 4% 5%;
  }
  .applicationButton__button {
    width: 100%;
    margin: 0 auto 3%;
  }
  .applicationButton p.btn {
    width: 100%;
    height: auto;
    padding: 1em;
    font-size: 23px;
    font-size: 3.59375vw;
  }
  .applicationButton p.btn::after {
    width: 3%;
  }
  .applicationButton p.info {
    font-size: 18px;
    font-size: 2.8125vw;
    line-height: 1.4;
  }
  .applicationButton p.info br {
    display: block;
  }
}

.popup {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index:11;
  width: 100%;
  height: 100%;
  padding: 150px 3%;
  overflow: auto;
  transition: opacity 0.2s ease-in 0s;
}
@media only screen and (max-width: 640px) {
  .popup {
    padding-top: 20%;
  }
}
.popup.active {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.2s ease-in 0s;
}
.popup__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(204, 204, 204, 0.8);
  z-index: 0;
}
.popup__wrapper {
  position: relative;
  width: 1100px;
  max-width: 100%;
  height: 1100px;
  margin: auto;
  z-index: 2;
}
.popup__inner {
  width: 1100px;
  max-width: 100%;
  margin: auto;
  padding: 7.27% 7.27% 5.45%;
  background-color: #fff;
  border-radius: 17px;
}
.popup__close {
  position: absolute;
  top: -80px;
  right: 0;
  left: 0;
  width: 1100px;
  max-width: 100%;
  height: 60px;
  margin: auto;
  padding: 0;
  border: none;
  background-color: transparent;
}
.popup__close span {
  position: absolute;
  top: 30px;
  right: 0;
  display: block;
  height: 6px;
  width: 80px;
  background-color: #fff;
}
.popup__close span:first-of-type {
  transform: rotate(45deg);
}
.popup__close span:last-of-type {
  transform: rotate(-45deg);
}
@media only screen and (max-width: 640px) {
  .popup__close {
    top: -65px;
  }
  .popup__close span {
    width: 50px;
  }
}
.popup__title {
  margin-bottom: 30px;
  font-size: 3.9rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 640px) {
  .popup__title {
    font-size: 39px;
    font-size: 6.09375vw;
    margin-bottom: 8%;
  }
}
.popup__cards { display: flex; justify-content: space-between; align-items: center; margin-top:30px; }
.popup__cards:nth-of-type(1) { margin-top:0; }
.popup__cards:nth-of-type(2) { border-top:solid 1px #000; }

@media only screen and (max-width: 768px) {
  .popup__cards { display: block; }
}
.popup__cardsInner { width: calc(100% - 250px); padding-top:20px; }
@media only screen and (max-width: 768px) {
  .popup__cardsInner { width: 100%; padding-top:5vw; }
}
.popup__cardItem {
  display: flex;
  align-items: center;
  padding: 20px 0;
}
.popup__cardItem figure {
  width: 191px;
  margin-right: 29px;
}
@media only screen and (max-width: 900px) {
  .popup__cardItem figure {
    width: 140px;
  }
}
@media only screen and (max-width: 640px) {
  .popup__cardItem {
    padding: 0 0 5%;
  }
  .popup__cardItem figure {
    width: 40%;
    margin-right: 5%;
  }
}
.popup__cardName {
  width: calc(100% - 220px);
  font-size: 2.3rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 900px) {
  .popup__cardName {
    width: calc(100% - 160px);
  }
}
@media only screen and (max-width: 640px) {
  .popup__cardName {
    font-size: 19px;
    font-size: 2.96875vw;
    width: 55%;
  }
}
.popup__application {
  position: relative;
  width: 288px;
  height: 70px;
  margin: auto;
}
.popup__application a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 10px;
  line-height: 1.2;
  font-size: 1.9rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  background-color: #ec79ac;
  color: #fff;
}
.popup__application a::after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  right: 12px;
  width: 36px;
  height: 8px;
  background-image: url(../images/icon_arrow_right_long.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .popup__application {
    width: 100%;
    height: auto;
  }
  .popup__application a {
    padding: 1em;
    font-size: 19px;
    font-size: 2.96875vw;
  }
  .popup__application a br {
    display: none;
  }
}

.popup__note { font-size: 1.5rem; font-weight: 500; line-height: 1.512; text-indent: -1em; padding-left: 1em; letter-spacing: 0.05em; }
@media only screen and (max-width: 640px) {
  .popup__note { font-size: 2.8125vw; letter-spacing: 0.025em; margin-top:2vw; }
}

.l-content2 {
	width: 100%;
	max-width: 850px;
	padding: 0px 20px;
	margin: 0 auto;
	box-sizing: border-box;
}
.c-title01 {
	width: 100%;
	height: auto;
	text-align: center;
}
.c-title01 h2 {
	font-size: 50px;
	font-weight: 900;
	position: relative;
	display: inline-block;
	z-index: 1;
	margin-top: 20px;
	width: 100%;
}
@media screen and (max-width: 768px) {
	.c-title01 h2 {
		font-size: 35px;
		line-height: 1.3;
	}
}
@media screen and (max-width: 768px) and (max-width: 374px) {
	.c-title01 h2 {
		font-size: 30px;
	}
}
.c-title01 h2 strong {
	font-size: 36px;
	font-weight: 900;
	line-height: 1;
	margin: 10px 0px;
	display: block;
}
@media screen and (max-width: 768px) {
	.c-title01 h2 strong {
		font-size: 22px;
	}
}
.c-title01 h2 span {
	color: #f2f2f2;
	font-size: 70px;
	font-weight: 900;
	line-height: 1;
	position: absolute;
	display: inline-block;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
	letter-spacing: 5px;
	top: -37px;
	width: 100%;
}
@media screen and (max-width: 768px) {
	.c-title01 h2 span {
		font-size: 54px;
		letter-spacing: 6px;
	}
}
@media screen and (max-width: 768px) and (max-width: 374px) {
	.c-title01 h2 span {
		font-size: 46px;
	}
}

@media only screen and (max-width: 640px) {
  .pc_only{
    display: none;
  }
}
@media only screen and (min-width: 640px) {
  .sp_only{
    display: none;
  }
}
