@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
img {
  height: auto;
}

div.container_ {
  width: 100%;
}

.image__wrap {
  text-align: center;
}

.btn__01 {
  display: inline-block;
  position: relative;
  padding: 2.66666666667vw 0;
  width: 50.6666666667vw;
  background-color: #008cd6;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  border-radius: 50vh;
  text-align: center;
}

a.btn__01 {
  color: #fff;
  text-decoration: none;
}

.btn__01::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg) translate(-50%, 0);
}

.famipay__campaign {
  color: #000;
  font-weight: 500;
  font-family: 'Noto Sans Japanese', sans-serif;
  line-height: 1.6;
}

.section__container {
  margin-left: auto;
  margin-right: auto;
  width: 94.6666666667vw;
}

.mv {
  margin: 0 auto;
  width: 100%;
  text-align: center;
}

.section__01 {
  padding: 3.33333333333vw 0;
  background-color: #07a33e;
}

.section__01 .section__title {
  margin-bottom: 2.66666666667vw;
}

.campaign__wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2vw;
}

.campaign__wrap a {
  width: 46.6666666667vw;
}

.period {
  margin: 0 auto;
  width: 84vw;
}

.section__02 {
  margin: 0 auto 12vw;
  padding: 7.33333333333vw 0 13.3333333333vw;
  background: url(/img/usr/freepage/famipay/bg.png);
}

.section__02 .section {
  border: 3px solid #07a33e;
  border-radius: 1.33333333333vw;
  background-color: #fff;
}

.section__02-01 {
  margin-bottom: 4vw;
}

.section__02-01 .section__contents {
  padding: 5.33333333333vw 0 4.8vw;
}

.section__02-02 .section__contents {
  padding: 7.46666666667vw 0 8vw;
  text-align: center;
}

.section__02 .section .section__title {
  padding: 2.66666666667vw 0 4vw;
  background-color: #07a33e;
  text-align: center;
}

.section__02-01 .section__title img {
  width: 74.8vw;
}

.section__02-02 .section__title img {
  width: 82.1333333333vw;
}

.section__02-01 .contents__title {
  margin-bottom: 5.33333333333vw;
  color: #07a33e;
  font-size: 20px;
  text-align: center;
  letter-spacing: .05em;
}

.section__02-01 .image__wrap img {
  width: 88.5333333333vw;
}

.prefectures__list {
  margin: 10.6666666667vw auto 0;
  width: 85.3333333333vw;
}

.prefectures__list__item {
  margin-bottom: 2vw;
  padding: 2.66666666667vw 4vw;
  background-color: #f0f0f0;
  border-radius: 1.33333333333vw;
}

.prefectures__list__item:last-child {
  margin-bottom: 0;
}

.prefectures__list__title {
  margin-bottom: 4vw;
  font-size: 20px;
  text-align: center;
  letter-spacing: .05em;
}

.prefectures__list__item .item__title {
  position: relative;
  color: #008cd6;
  font-size: 18px;
  letter-spacing: .05em;
  line-height: 1;
}

.prefectures__list__item .item__title:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  height: 4.4vw;
  width: 4.4vw;
  background: url(/img/usr/freepage/famipay/icon_plus.png) no-repeat;
  background-size: contain;
  transform: translate(0,-50%);
}

.prefectures__list__item.is-open .item__title:after {
  background: url(/img/usr/freepage/famipay/icon_minus.png) no-repeat;
  background-size: contain;
}

.prefectures__list__item .item__body {
  display: none;
  padding-top: 6.66666666667vw;
  transition: .1s all ease-out;
}

.prefectures__list__item.is-open .item__body {
  display: block;
}

.speciality__list {
  display: flex;
  flex-wrap: wrap;
}

.speciality__list__wrap {
  position: relative;
  margin: 0 3.33333333333vw 6.66666666667vw;
  width: 32vw;
}

.speciality__list .badge {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: -12px;
  left: -12px;
  height: 40px;
  width: 40px;
  background: url(/img/usr/freepage/famipay/mark_01.png) no-repeat;
  background-size: contain;
  color: #07a33e;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}

.speciality__list .badge .num {
  font-size: 15px;
  font-weight: 800;
}

.speciality__list .badge .people {
  font-size: 10px;
}

.prefecture__name {
  margin: 1.33333333333vw auto;
  font-size: 16px;
  font-weight: 600;
}

.prefecture__shop {
  margin-bottom: 5px;
  font-weight: 600;
}

.prefecture__text {
  font-size: 13px;
}

.section__02-02 .section__contents .inner {
  text-align: center;
}

.section__02-02 .section__contents .inner img {
  width: 82.1333333333vw;
}

.section__03 {
  margin-bottom: 13.3333333333vw;
}

.section__03 .section__title {
  margin: 0 auto 4vw;
  text-align: center;
}

.section__03 .section__title img {
  width: 69.7333333333vw;
}

.section__03 .guide {
  margin-bottom: 15px;
}

.section__03 .guide__item {
  display: flex;
  align-items: center;
  margin-bottom: 2.66666666667vw;
  padding: 4vw 8.4vw 4vw 10vw;
  border-radius: 5px;
  background-color: #eaf7e6;
}

.section__03 .guide__item:last-child {
  margin-bottom: 0;
}

.section__03 .guide__item > img {
  width: 17.8666666667vw;
}

.section__03 .guide__item .wrap {
  margin-left: 6.66666666667vw;
}

.section__03 .guide__item .wrap > img {
  width: 24.9333333333vw;
}

.section__03 .guide__item:nth-child(1) .wrap > img {
  width: 23.8666666667vw;
}

.section__03 .guide__item .btn__01 {
  margin-top: 2.66666666667vw;
}

.desc__wrap {
  padding: 5.33333333333vw;
  border: 1px solid #ddd;
}

.section__desc h2 {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
}

.section__desc dd {
  margin-bottom: 15px;
  font-weight: 400;
}

.section__desc a {
  font-weight: normal;
  color: #006666;
  text-decoration: underline;
}