html {
  font-size: 62.5%;
}
body {
  font-family: メイリオ, Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  letter-spacing: 0.025em;
  font-size: 1.2rem;
}
img {
  max-width: 100%;
  height: auto;
}
.l-content-width {
  margin: 0 auto;
  padding: 0 20px;
}
h2 {
  text-align: center;
}
.link--text {
  color: #0000FF;
  text-decoration: none;
  font-weight: bold;
}
.link--text:active {
  text-decoration: underline;
}
.btn__box {
  text-align: center;
}
.btn {
  display: inline-flex;
  padding: 0 10px;
  height: 60px;
  width: 100%;
  border-radius: 4px;
  background-color: #0000FF;
  color: #fff;
  font-size: 1.7rem;
  font-weight: bold;
  letter-spacing: 0.025em;
  justify-content: center;
  align-items: center;
}
.btn:active {
  background-color: #000070;
}

.btn2 {
  display: inline-flex;
  padding: 0 10px;
  height: 60px;
  width: 100%;
  border-radius: 4px;
  background-color: #95c734;
  color: #fff;
  font-size: 1.7rem;
  font-weight: bold;
  letter-spacing: 0.025em;
  justify-content: center;
  align-items: center;
}
.btn2:active {
  background-color: #007440;
}



.btn--small {
  height: 50px;
  width: 100%;
  font-size: 1.4rem;
}
#header {
  display: flex;
  margin: 0 auto;
  padding: 20px;
  height: 60px;
  align-items: center;
}
#header a:active {
  opacity: .75;
}
#header a img {
  width: 112px;
}
#mv {
  width: 100%;
}
#mv img {
  width: 100%;
}
#about {
  margin-top: 60px;
}
.about__list {
  display: flex;
  margin: 45px -15px 0;;
  justify-content: space-between;
  flex-wrap: wrap;
}
.about__item {
  display: flex;
  margin: 0 7.5px 15px;
  padding: 25px 0 35px;
  width: calc(50% - 15px);
  background-color: #f5f1db;
  border-radius: 5px;
  justify-content: center;
  align-items: flex-start;
}
.about__img {
  margin-top: 30px;
  text-align: center;
}
.about__desc {
  margin-top: 30px;
  color: #808080;
  font-size: 1.1rem;
  letter-spacing: 0.105em;
  line-height: 1.5;
  text-align: center;
}
#example {
  margin-top: 60px;
  padding: 60px 0;
  background-color: #f5f1db;
}
.example__list {
  margin: 60px 0 15px;
}
.example__item {
  position: relative;
  padding: 56px 26px 38px;
  width: 100%;
  background-color: #fff;
  border-radius: 4px;
}
.example__item:not(:first-of-type) {
  margin-top: 46px;
}
.example__item h3 {
  position: absolute;
  display: flex;
  top: -21.25px;
  left: 50px;
  width: calc(100% - 100px);
  height: 42.5px;
  border-radius: 999px;
  background-color: #007440;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  justify-content: center;
  align-items: center;
}
.example__strong {
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.65;
  text-align: center;
}
.example__text {
  line-height: 1.6875;
}
.example__desc {
  margin-bottom: 5px;
  padding-left: 1.1rem;
  color: #808080;
  font-size: 1.1rem;
  letter-spacing: 0.105em;
  line-height: 1.5;
}
.example__desc::before {
  content: "※";
  margin-left: -1.1rem;
}
#step {
  margin-top: 60px;
}
.step__list {
  margin-top: 37px;
}
.step__item {
  padding: 25px;
  border-radius: 5px;
  background-color: #f5f1db;
}
.step__item:not(:first-of-type) {
  margin-top: 17.5px;
}
.step__title {
  display: flex;
  font-size: 1.4rem;
  font-weight: bold;
  align-items: baseline;
}
.step__title__num {
  position: relative;
  display: inline-flex;
  margin-right: 14px;
  padding-top: 2px;
  width: 25px;
  min-width: 25px;
  height: 25px;
  border-radius: 100%;
  background: #96c800;
  color: #fff;
  font-size: 1.4rem;
  justify-content: center;
  align-items: center;
  line-height: 1;
  letter-spacing: 0;
}
.step__text {
  margin: 22px 0 0 0;
  padding-bottom: 10px;
  line-height: 1.6;
}
.step__text + .btn__box {
  margin-top: 15px;
}
.step__device {
  margin-top: 23px;
  padding: 35px 25px 40px;
  border-radius: 5px;
  background-color: #fff;
}
.tab__box {
  display: flex;
}
.tab__btn {
  display: inline-flex;
  width: 50%;
  height: 45px;
  background-color: #f5f5f5;
  font-size: 1.3rem;
  justify-content: center;
  align-items: center;
}
.tab__btn.is-active {
  background-color: #007440;
  color: #fff;
  font-weight: bold;
}
.tab__btn:first-of-type {
  border-radius: 4px 0 0 4px;
}
.tab__btn:last-of-type {
  border-radius: 0 4px 4px 0;
}
.step__device__list {
  margin-top: 35px;
}
#stepListPc {
  display: none;
}
#stepListSp {
  display: none;
}
#stepListPc.is-active,
#stepListSp.is-active {
  display: block;
}
.step__device__item:not(:first-of-type) {
  margin-top: 39px;
}
.step__device__title {
  display: flex;
  font-size: 1.3rem;
  font-weight: bold;
  align-items: baseline;
  line-height: 1.5;
}

.step__device__title2 {
  display: flex;
  font-size: 1.3rem;
  font-weight: bold;
  align-items: baseline;
  line-height: 1.5;
  white-space: nowrap;
}





.step__device__title__num {
  display: inline-flex;
  margin-right: 12px;
  padding-top: 2px;
  color: #95c734;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0;
  width: 25px;
  min-width: 25px;
  height: 25px;
  border-radius: 100%;
  border: 2px solid #95c734;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
.step__device__text {
  margin: 16px 0 0 0;
  line-height: 1.6875;
}
.step__device__item .btn__box {
  margin-top: 24px;
}
.step__device__item .img__box {
  margin-top: 23.5px;
  text-align: center;
}
#stepListPc .step__device__item .img__box {
  margin-top: 40px;
}
#qa {
  margin-top: 60px;
  padding: 60px 0 75px;
  background-color: #f5f5f5;
}
.qa__list {
  margin-top: 45px;
  padding: 25px;
  border-radius: 5px;
  background-color: #fff;
}
.qa__item--q {
  display: flex;
  font-size: 1.3rem;
  font-weight: bold;
  align-items: baseline;
}
.qa__item--q:not(:first-of-type) {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.qa__item--q__icon {
  position: relative;
  display: inline-flex;
  color: #fff;
  margin-right: 10px;
  width: 25px;
  min-width: 25px;
  height: 25px;
  border-radius: 100%;
  background-color: #007440;
  justify-content: center;
  align-items: center;
}
.qa__item--a {
  position: relative;
  display: flex;
  margin-top: 15px;
  font-size: 1.2rem;
  line-height: 1.6875;
  align-items: baseline;
}

.qa__item--a2 {
  position: relative;
  display: flex;
  margin-top: 15px;
  font-size: 1.2rem;
  line-height: 1.6875;
}



.qa__item--a__icon {
  position: relative;
  display: inline-flex;
  color: #fff;
  margin-right: 10px;
  width: 25px;
  min-width: 25px;
  height: 25px;
  border-radius: 100%;
  background-color: #95c734;
  font-weight: bold;
  justify-content: center;
  align-items: center;
}
.qa__text {
  margin: 45px auto 20px;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.025em;
  line-height: 1.6;
}
.prefectures {
  margin: 60px 0 45px;
  padding: 45px 25px 32.5px;
  border-radius: 5px;
  background-color: #fff;
}
.prefectures h3 {
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
}
.prefectures__list {
  margin-top: 30px;
  width: 100%;
}
.prefectures__list th {
  padding: 12.5px;
  height: 42.5px;
  background: #f5f5f5;
  vertical-align: middle;
  font-weight: 400;
}
.prefectures__list td {
  padding: 14px 12.5px 24px;
}

.prefectures__list2 {
  width: 85%;
}
.prefectures__list2 tr:nth-of-type(2n+1) th,
.prefectures__list2 tr:nth-of-type(2n+1) td {
  background: #f5f5f5;
}
.prefectures__list2 th {
  padding: 0 10px;
  border-right: 1px solid #e0e0e0;
  width: 80px;
  height: 55px;
  vertical-align: middle;
  font-weight: 400;
}
.prefectures__list2 td {
  padding: 0 10px;
  vertical-align: middle;
}






#footer {
  display: flex;
  height: 35px;
  background-color: #007440;
  color: #fff;
  justify-content: center;
  align-items: center;
}
small {
  font-size: 1.0rem;
}

.btn__box.margin-bottom {
  margin-bottom: 40px;
}
