@charset "UTF-8";
/* storespay.css */

img{
max-width: 100%;
height: auto;
}

#cashlessmain .title{
text-align: center;
}

#cashlessmain h2 {
  color:  #00A7D8;
  font-size: 36px;
  padding: 8px 0;
}

#cashlessmain .uline {
  padding-bottom: 15px;
  border-bottom: 4px solid #00A7D8;
  display: inline-block;
}

#cashlessmain h3 {
  color:  #00A7D8;
  font-size: 18px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

#cashlessmain h3:before,
#cashlessmain h3:after {
  border-top: 2px solid #00A7D8;
  content: "";
  width: 14px; 
}
#cashlessmain h3:before {
  margin-right: 10px; 
}
#cashlessmain h3:after {
  margin-left: 10px;
  }
.btnpink{
  text-align: center;
}

.btnpink a {
  margin: auto;
  display: block;
  position: relative;
  background-color: #EE5479;
  background-image: linear-gradient( 0deg, #ee5479, #ff90b8 );
  width: 400px;
  padding: 1.5rem;
  border-radius: 0.67em; 
  color: #fff;
  font-size: 24px;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 0 8px #dddddd;
  border: 3px solid  #ffffff;
}

.anchor a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  width: 15px;
  height: 4px;
  background: #fff;
  transform: rotate(45deg);
}

.anchor a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 22px;
  width: 15px;
  height: 4px;
  background: #fff;
  transform: rotate(-45deg);
}

.btnblue a {
  margin: 0 10px;
  display: block;
  position: relative;
  background-color: #EE5479;
  background-image: linear-gradient( 0deg, #32b8df, #00a7d8);
  width: 300px;
  padding: 1.5rem;
  border-radius: 0.67em; 
  color: #fff;
  font-size: 24px;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 0 8px #dddddd;
  border: 3px solid  #ffffff;
  line-height: 1.2
}

#cashlessmain{
  color: #002B50;
  font-size: 16px;
  line-height: 1.8;
  font-family: "TBChibiRGothicPlusK DB", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  width: 100%;
  position: relative;
  overflow: hidden;
  
}

#cashlessMain .pcVisual img {
  width: 100%;
}

#cashlessMain .spVisual {
  display: none;
}

#cashlessheader {
  margin-bottom: 46px; 
}

#cashlessheader .cashlessread{
font-family:"TBChibiRGothicPlusK DB", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
text-align: center;
line-height: 1.6;
}

#cashlessheader .cashlessread .readtext,
#campaignAbout .readtext{
color: #EE5479;
font-size: 30px;
line-height: 1.2;
margin: 5px 0 20px 0;
}





#cashlessheader .cashlessread span{
color: #00A7D8;
}

#campaignOverview,
#campaignAbout,
#campaignFlow,
#campaignFaq,
#application{
background-color: #F0F5F6;
padding-top: 40px;
}

#campaignFaq{
padding-bottom: 40px;
}

#overviewInner,
#faqInner{
font-size: 18px;
margin: 50px auto;
padding: 40px 60px;
background-color: #ffffff;
width: 900px;
border-radius:15px;
box-shadow: 0 0 10px 0 rgba(0 0 0 / 10%);
}
#overviewInner .joining,
#overviewInner .support,
#overviewInner .benefit{
margin: 10px;
}

#overviewInner .joining ol {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
}
#overviewInner .joining li {
  line-height: 2;
  padding-left: 30px;
  position: relative;
}
#overviewInner .joining li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #002B50;
  border: 1px solid;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 22px;
  width: 22px;
  color: #ffffff;
  font-size: 85%;
  line-height: 1;
  position: absolute;
  top: 7px;
  left: 0;
}

#overviewInner .benefit{
display: flex;
text-align: center;
line-height: 1.4;
margin: 60px 0 30px;
}

#overviewInner .benefit img{
margin: 20px 0;
}

#overviewInner .benefit01{
border: 4px solid #ee5479;
margin-right: 10px;
padding: 0 30px 30px 30px;
width: 340px;
}

#overviewInner .benefit02{
border: 4px solid #00a7d8;
margin-left: 10px;
padding: 0 30px 30px 30px;
width: 430px;
}

#overviewInner .benefit01Title {
width: 100px;
margin: auto;
position: relative;
top:-24px;
background-color: #ee5479;
font-size: 24px;
color: #ffffff;
padding: 5px;
}

#overviewInner .benefit02Title {
width: 100px;
margin: auto;
position: relative;
top:-24px;
background-color: #00a7d8;
font-size: 24px;
color: #ffffff;
padding: 5px;
}

#overviewInner .benefit01Read {
font-size: 24px;
color: #ee5479;
}

#overviewInner .benefit02Read {
font-size: 24px;
color: #00a7d8;
}

#overviewInner .benefit02Box {
display: flex;
text-align: left;
justify-content: space-between;
}



#overviewInner .support{
text-align: center;
}
#overviewInner .info{
margin-top: 30px;
font-size: 16px;
}
#overviewInner .info dl {
  font-size: 16px;
  text-align: left;
  line-height: 2.2;
  position: relative;
  padding: 12px 0 12px 100px;
  border-top: 1px solid #D1D1D1;
}
#overviewInner .info dt {
  position: absolute;
  left: 0;
  display: inline-block;
  color: #00A7D8;
}

#overviewInner .info li {
line-height: 1.5;
margin: 10px;
}
#overviewInner .date{
width: 420px;
margin: auto;
padding-top: 20px;
}

#overviewInner .date dl {
  font-size: 28px;
  text-align: left;
  position: relative;
  border: 3px solid #00A7D8;
  padding: 0 0 0 130px;
}
#overviewInner .date dt {
  font-size: 22px;
  position: absolute;
  left: 0;
  display: inline-block;
  color: #ffffff;
  background-color: #00A7D8;
  padding: 4px 12px;
}

#overviewInner .date dd {
 color: #00A7D8;
line-height: 1.7;
 }
 
#aboutInner,
#flowInner{
width: 1000px;
margin: auto;
padding: 40px 0 20px;
}

#aboutInner .description{
display: flex;
margin: 20px 0;
align-items:center;
}
#aboutInner .descriptionText{
width: 420px;
text-align: left;
 }
 
  #aboutInner .descriptionText .readtext{
text-align: center;
}
 
 #aboutInner .descriptionText p span{
font-size: 18px;
color: #002B50;
}
 
#aboutInner .reason,
#aboutInner .payment{
display: flex;
}

#aboutInner .reasonSection,
#aboutInner .paymentSection{
text-align: center;
font-size: 18px;
margin: 30px 10px;
padding: 20px;
background-color: #ffffff;
width: 900px;
border-radius:15px;
box-shadow: 0 0 10px 0 rgba(0 0 0 / 10%);
}

#aboutInner h4{
 font-size: 20px;
 color: #00A7D8;
 line-height: 1.4;
 margin-bottom: 10px;
}

#aboutInner .reasonSection{
font-size: 16px;
line-height: 1.4;
}

#aboutInner .reasonSection p{
text-align: left;
}

#aboutInner .reason img{
 margin-bottom: 14px;
}

#flowInner li{
position: relative;
 border: 2px solid #00a7d8;
 background-color: #ffffff;
 list-style: none;
 margin: 20px 100px;
}

#flowInner li:after{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  top: calc(100% + 2px);
  border-style: solid;
  border-color: #00a7d8 transparent transparent transparent;
  border-width: 15px 55px 0 55px;
  z-index: 1;
}

#flowInner li:last-child:after {
    display:none;
}
#flowInner,
#flowInner > dt,
#flowInner > dd {
    box-sizing: border-box;
}

#flowInner dl {
  text-align: left;
  display: flex;
}

#flowInner dt{
 	color: #ffffff;
    background-color: #00a7d8;
    font-size: 22px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    width: 110px;
}

#flowInner dd{
 padding: 10px;
}

#flowInner h4,
#applicationInner h4{
 font-size: 20px;
 color: #00A7D8;
}

#faqInner a ,
#applicationInner  ul a{
  color: #00A7D8;
  }

#faqInner dl {
  border-bottom: 1px solid #D1D1D1;
  margin-bottom: 10px;
  font-size: 16px;
  }
  
#faqInner dl:last-child{
  border-bottom: none;
  margin-bottom: 0;
}
  
#faqInner dt {
    position: relative;
    margin: 0 0 0 0;
    padding: 0px 10px 0 45px;
}
#faqInner dd {
position: relative;
  margin: 5px 0 10px;
  padding: 0 10px 10px 45px;
}

#faqInner dt:before,
#faqInner dd:before{
	position: absolute;
  left: 0;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	text-align: center;
  padding-top: 2px;
  box-sizing: border-box;
	color: #fff;
	font-size: 1.6rem;
	line-height: 1.5;
}
#faqInner dt:before {
    content: "Q";
    background: #00a7d8;
    top: 0;
}
#faqInner dd:before{
	content:"A";
	background: #ee5479;
	top:0;
}

#applicationInner {
	width: 1000px;
	margin: auto;
	text-align: center;
    background: linear-gradient(to right, #00a1dd,#ebb7cb, #f35562);
    padding: 5px;
    border-radius: 30px;
}

.applicationBox {
  background: #FFF;
  padding: 30px;
  border-radius: 25px;
}

#applicationInner  dl {
  font-size: 28px;
  position: relative;
  padding: 10px 0 10px 130px;
  margin: 5px 0 15px;
}
#applicationInner  dt {
  font-size: 16px;
  position: absolute;
  left: 250px;
  display: inline-block;
  border: 1px solid #002b50;
  padding: 4px 12px;
}
#applicationInner  dd {
  line-height: 1.2;
}
#applicationInner  dl span {
color: #ee5479;
padding-left: 0.5em;
}
#applicationInner  p {
margin-bottom: 20px;
}

#applicationInner ul,
#netshopInner ul{
list-style: none;
text-align: left;
font-size: 14px;
margin: 0 auto 20px;
width: 530px;
}

.supportbtn {
display: flex;
justify-content:center;
}

.tel a{
font-size: 20px;
}

.tel span{
font-size: 16px;
}

.web a{
padding: 25px 0;
}

#netshop{
margin:60px 0;
}

#netshopInner{
margin: auto;
width: 900px;
border: 5px solid #002b50;
border-radius: 15px;
text-align: center;
}

#netshopInner .title{
font-size: 30px;
background-color: #ffffff;
position: relative;
top: -30px;
width: 600px;
margin: auto;
}

#netshopInner .readtext{
width: 650px;
margin: 30px auto;
text-align: left;
}

#netshopInner .spVisual {
  display: none;
}

#netshopInner .pcVisual {
  margin-bottom: 30px;
}

#netshopInner .btnpink a{
width: 500px;
}

#netshopInner #pcVisual img{
 margin-bottom: 40px;
}

#netshopInner  p{
margin-bottom: 10px;
}

#netshopInner .web a{
  font-size: 20px;
  padding: 1.5rem;
}
#netshopInner .web span{
  font-size: 16px;
}


