* {
  font-size: 14px;
  line-height: 1.5rem;
}

body {
  font-size: 14px !important;
  color: #008E3F;
  display: flex;
  width: 100vw;
  height: 100vh;
  flex-direction: column;
}

#body_wrap {
  flex: 1;
}

.l-header__logo.-txt,
.c-headLogo.-txt {
  display: none;
}

.lp-content {
  max-width: 600px;
  margin: auto;
  padding: 1rem;
}

h1,
h1.lp-content__title {
  margin-bottom: 1rem;
  font-size: 1.75rem;
  font-weight: 700;
  text-align: center;
}

.post_content h2 {
  margin-bottom: 0;
  padding-left: 4px;
  font-size: 1.5rem;
  border-left: none;
  color: #008E3F;
  background: none;
}

.post_content h2::before,
.post_content h2::after {
  content: none;
}

.post_content h2 i {
  font-size: 1.5rem;
}

.h2_area {
  font-weight: bold;
}

h2 i {
  padding-right: .25rem;
}

a {
    text-decoration: none !important;
}

.post_content ol,
.post_content ul {
  padding-left: 0;
}

.map_japan {
  background-image: url(../img/japan_map.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding: 1rem;
}

.map_tohoku {
  background-image: url(../img/tohoku_map.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding: 1rem;
}

.map_kanto {
  background-image: url(../img/kanto_map.png);
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
  padding: 1rem;
}

.map_hokuriku {
  background-image: url(../img/hokuriku_map.png);
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
  padding: 1rem;
}

.map_tohkai {
  background-image: url(../img/tohkai_map.png);
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
  padding: 1rem;
}

.map_kansai {
  background-image: url(../img/kansai_map.png);
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
  padding: 1rem;
}

.map_shikoku {
  background-image: url(../img/shikoku_map.png);
  background-size: 110%;
  background-repeat: no-repeat;
  background-position: center;
  padding: 1rem;
}

.map_kyusyu {
  background-image: url(../img/kyusyu_map.png);
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center;
  padding: 1rem;
}

.btnarea_map {
  padding-left: .75rem;
  padding-right: 0;
  text-align: center;
}

.btnarea_map:last-of-type {
  padding-right: .75rem;
}

.last .btnarea_map {
  padding-right: 0;
}

.linkbtn_map {
  display: flex;
  background-color: #AA2A70;
  width: 100%;
  padding: 0.5rem 1rem;
  color: #ffffff;
  font-weight: 700;
  height: 55px;
  border-radius: 5px;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.25);
  align-items: center;
  justify-content: center;
}

.linkbtn_map:hover, .linkbtn_map:active {
  color: #ffffff;
  background-color: #AA2A70;
  text-decoration: none;
}

.area_reccommend {
  padding: 2rem 0;
}

.list_reccommend {
  padding: 0;
}

.list_reccommend li {
  display: inline-block;
  list-style: none;
  line-height: 2rem;
  margin: 0 .2rem;
  margin-bottom: 4px;
}

.list_reccommend li a {
  color: #008E3F;
  background-color: #ffffff;
  border: solid 1px #008E3F;
  border-radius: 20px;
  padding: .15rem .5rem;
  font-weight: 700;
  text-decoration: none;
}

.list_reccommend li a:hover, .list_reccommend li a:active {
  color: #ffffff;
  background-color: #008E3F;
  text-decoration: none;
}

.btn_return {
  display: inline-block;
  color: initial;
  background-color: #E0F2E8;
  padding: .5rem;
  width: 100%;
  border-radius: 5px;
}

.btn_return_footer {
  display: inline-block;
  color: initial;
  background-color: #E0F2E8;
  padding: .5rem;
  width: 100%;
  border-radius: 5px;
}

.btnarea_return {
  font-size: 12px !important;
  padding-left: .75rem;
  padding-right: 0;
  text-align: center;
}

.row_map {
  padding: 0.5rem 0;
}

.map {
  height: 300px;
}

.right-arrow {
  position: absolute;
  right: 1.75rem;
}

.footer_fixed {
  max-width: 600px;
  margin: auto;
  padding: 0.75rem;
  box-shadow: 0 1px 2px rgb(0 0 0 / 40%);
}