@charset "utf-8";

body {
  color: #333;
  font-size: 14px;
}
.hero_img img {
  margin: 0 auto;
}
h2 {
  font-size: 24px;
  font-weight: 700;
  color: #FF483C;
  text-align: center;
  line-height: 1.6;
}
h3{
  font-size: 18px;
}
.bg_color {
  background: url(/maas/img/bg-stripe.png);
  padding: 40px 0;
  margin-top: 50px;
}
.sub_text{
  font-size: 14px;
}
#traffic h2 {
  margin: 40px 0 60px;
}
#traffic h3{
  font-weight: 700;
}
#traffic .text dl {
  margin-top: 20px;
}
#traffic .text dl dt { 
  font-size: 16px;
  border-bottom: 1px solid #333;

  margin-top: 20px;
}
#traffic .text dl dd{ 
  padding-top: 10px;
}


@media screen and (max-width:767px) {
  
  #traffic h3{
    text-align: center;
  }
  #traffic .text {
    margin-top: 40px;
  }
  #traffic .text dl dt{
   text-align: center;
  }
  #traffic .img_box {
    text-align: center;
  }
}
#howto h2 {
  margin: 100px 0 20px;
}
.block{
  text-align: center;
}
.block h3 {
  font-size: 18px;
  font-weight: 700;
}
.block dl{
  position: relative;
}

.block dl dt {
  margin-top: 70px;
}
.block .sub_text {
  margin: 20px 0 0;
}
.block dl .img_box {
  margin-top: 20px;
}
.block dl .image_card::after{
  position: absolute;
  content:"";
  background: url("/static/img/maas/howto/card01_big.png") no-repeat;
  background-size: contain;
  width: 80px;
  height: 77px;
  top: 38%;
  left: 75%;

}
.block dl .image_qr::after{
  position: absolute;
  content:"";
  background: url("/static/img/maas/howto/qr01_big.png") no-repeat;
  background-size: contain;
  width: 110px;
  height: 80px;
  bottom: 5%;
  left: 65%;
}


@media screen and (min-width:1191px) {
  .block dl .image_card::after{
    width: 138px;
    height: 135px;
    top: 33%;
    left: 70%;
  }
  .block dl .image_qr::after{
    width: 158px;
    height: 128px;
    bottom: 4%;
    left: 60%;
  }
}

@media screen and (min-width:991px) and (max-width:1190px) {
  .block dl .image_card::after{
    width: 120px;
    height: 117px;
    top: 35%;
    left: 70%;
  }
  .block dl .image_qr::after{
    width: 130px;
    height: 100px;
    bottom: 4%;
    left: 63%;
  }
}
@media screen and (max-width:767px) {
  .block dl .image_card::after{
    width: 105px;
    height: 102px;
    top: 34%;
    left: 68%;
  }
  .block dl .image_qr::after{
    width: 130px;
    height: 100px;
    bottom: 4%;
    left: 63%;
  }
}

.block .txt_color{
  color: #FF483C;
}
.acc-box .question a {
  display: block;
  position: relative;
  color: #333;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.625rem;
  padding: 0 20px 0 25px;
  margin-top: 30px;
}
.acc-box .question a:hover {
  color: #333;
  text-decoration: none;
}
.acc-box .question a::before {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.25rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  content: "\f059";
}
.acc-box .question a::after {
  margin-left: 0.5em;
  color: #FF483C;
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
}
.acc-box .question a[aria-expanded=true]::after {
  content: "\f077";
}
.answer{
  padding-left: 70px;
  line-height: 1.625rem;
}
.list li{
  position: relative;
  padding-left: 20px;
}
.list li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
}
.answer span {
  font-size: 12px;
}
@media screen and (max-width:767px) {
  .bg_color {
    margin-top: 20px;
  }
  #howto h2 {
    margin-top: 40px;
  }
  .block .img_box {
    width: 80%;
    margin: 0 auto;
  }
  .acc-box .question a {
    font-size: 16px;
  }
  .answer {
    padding-left: 30px;
  }
  .acc-box .question a::after {
    right: 0;
    top: 0;
  }
}



#campaign{
  padding: 40px 0;
}
.box-campaign{
  border: solid 3px #FF483C;
  padding: 40px 40px;
  margin:30px auto 0;
  width: 100%;
  max-width: 900px;
}
.title-campaign{
  font-size: 24px;
  margin-bottom: 30px;
  font-weight: bold;
  border-bottom: 1px dotted #333;
  padding-bottom: 15px;
}
.ad-bg-01{
  background: #fafafa;
  padding: 15px 25px;
}
.ul-step{
  counter-reset:renban; 
}
.ul-step + ul{
  margin-top: 15px;
}
.ul-step > li{
  font-size: 20px;
  font-weight: bold;
  padding-left: 30px;
  position: relative;
}
.ul-step > li:before{
  counter-increment:renban;
  content:counter(renban) "";
  position: absolute;
  top: 0;
  left: 0;
  background: #FF483C;
  color: #fff;
  width: 25px;
  height: 25px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 80%;
}
.ul-step > li + li{
  margin-top: 20px;
}

.ul-kuromaru{  
}
.ul-kuromaru + ul{
  margin-top: 15px;
}
.ul-kuromaru > li{
  font-size: 18px;
  font-weight: normal;
  padding-left: 20px;
  position: relative;
}
.ul-kuromaru > li:before{
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
}
.ul-kuromaru > li + li{
  margin-top: 10px;
}
.ul-kome{
}
.ul-kome + ul{
  margin-top: 15px;
}
.ul-kome > li{
  font-size: 18px;
  padding-left: 20px;
  position: relative;
}
.ul-kome > li:before{
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.ul-kome > li + li{
  margin-top: 10px;
}
.ad-left-arrow:after{
  content: "\f30b";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin: 0 5px;
}
.text-red{
    color: #F04848;
}
.ul-apps{
  display: flex;
  width: 100%;
}
.ul-apps li{
}
.ul-apps li + li{
  margin-left: 10px;
}
/*.ul-apps li a{
  display: block;
}*/
.ul-apps li a:hover{
  opacity: 0.5;
}
.ul-apps li img{
  height: auto;
}
.list-apps-apple img{
  width: 100%;
  max-width: 163px;
}
.list-apps-google img{
  width: 100%;
  max-width: 202px;
}

@media screen and (max-width:767px) {
#campaign h2{
  font-size: 20px;
}
.box-campaign{
  padding: 20px 20px;
  margin:15px auto 0;
}
.title-campaign{
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: bold;
  border-bottom: 1px dotted #333;
  padding-bottom: 10px;
}
.ad-bg-01{
  padding: 10px 15px;
}
.ul-step > li{
  font-size:16px;
}
.ul-kuromaru > li{
  font-size: 16px;
}
.ul-kome > li{
  font-size: 16px;
}
.ul-apps{
  display: block;
  width: 100%;
}
.ul-apps li{
}
.ul-apps li + li{
  margin-left: 0px;
  margin-top: 10px;
}
}

.box-navi{
}
.ul-nav{
  text-align: center;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
.ul-nav li a{
  display: block;
  padding: 20px 10px;
  color: #fff;
  font-size: 18px;
  background: #333;
  border-radius: 100px;
}
.ul-nav li a:after{
    color: #FF483C;
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 10px;
}
.ul-nav li a:hover{
  text-decoration: none;
  background: #FF483C;
}
.ul-nav li a:hover:after{
  color: #fff;
}
@media screen and (max-width:767px) {
.ul-nav li a{
  display: block;
  padding: 20px 10px;
}
}