@charset "utf-8";
/*ヘッダー調整*/
.header_logo_area h1 {
	margin-bottom: 0;
}
.header_logo_area h1 a.header_logo_link img {
	vertical-align: middle;
}
/*ナイスメンバーズクラブ*/
body {
    font-size: 14px;
}
.onlyPc {
  display: none;
}
.onlySp {
  display: block;
}
.onlyPci {
  display: none;
}
.onlySpi {
  display: block;
}
.wd960 {
    padding: 0 1rem;
}
.sectionCopy {
 width: calc(100% - 2rem);
 margin: 1rem auto 0.5rem;
}
.meritContent { 
  background-color: #eeeeee;
  padding: 1rem 0;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
}
.mailContent {
margin-bottom: 2rem;
}
ul#mail-s {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
ul#mail-s li img {
	width: 90%;
}
.mail-s {
  font-weight: bold;
  font-size: 1.2rem;
	margin-top: 0.5rem;
}
h1 {
    text-align: center;
    margin-bottom: 1rem;
}
  .titel-img {
    max-width: 496px;
  }
#top-img {
  margin: 0 auto;
  padding: 1rem;  
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #f9f9f9), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, #f9f9f9), color-stop(.75, #f9f9f9), color-stop(.75, transparent), to(transparent));
  background-size: 7px 7px;
}
#top-img1 {
  margin: 0 auto 1rem;
  padding: 1rem;
  background: rgba(255,255,255,1);
  border: #429c00 2px solid;
  border-radius: 15px;
}
  ul#bt li, ul#bt1 li {
      margin: 1rem 0;
  }
.arrow_btn {
  background: #007440;
  display: block;
  position: relative;
  font-size: 1.3rem;
  padding: 0.8rem;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border-radius: 10px;
  transition: transform ease .3s;
}
.arrow_btn:hover {
  cursor: pointer;
  text-decoration: none;
}
.arrow_btn span {
  display: inline-block;
  text-decoration: none;
  transition: transform ease .3s;
}
.arrow_btn:hover span {
  cursor: pointer;
  text-decoration: none;
  transform: translateX(6px);
}
p.teitel {
  border-radius: 10px;
  margin: 0;
  font-size: 1.3rem;
  position: relative;
  padding: 0.4em;
  background: #429c00;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
}
p.teitel:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 9px solid transparent;
  border-top: 12px solid #429c00;
  width: 0;
  height: 0;
}
h2 {
    font-size: min(1.5em, 4.7vw);
}
ul#merit li {
	margin-bottom: 3rem;
}
ul#merit li:last-child {
	margin-bottom: 0;
}
ul#merit p.titel2 {
margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1em;
  background-color: #7c7c7c;
    height: 34px;
    border-radius: 17px;
    line-height: 34px;
    color: rgb(255, 255, 255);
}
ul#merit p.titel2 span {
font-weight: bold;
}
#m-bt, #bt {
	margin: 0.5rem 0 1rem;
}
#m-bt {
  justify-content: start;
  display: flex;
  flex-wrap: wrap;
}
p.btn5 {
  margin: 0 auto 0.5rem;
}
p.btn5:last-child {
  margin-bottom: 0;
}
p.btn5 a {
display: block;
width: 200px;
    height: 44px;
    border: solid 1px #007440;
    background-color: #ffffff;
    border-radius: 22px;
    color: #007440;
    font-weight: bold;
    line-height: 44px;
    text-align: center;
    transition: all 1s ease;
	margin: auto;
}
.btn5 a:hover {
  color: #fff;
    background-color: #007440;
}
.dottext {
    position: relative;
    display: inline-block;
}
.dottext:after {
    content: " ";
    display: block;
    width: 0.2em;
    height: 0.2em;
    border-radius: 50%;
    background-color: darkgrey;
    position: absolute;
    top: -0.1em;
    left: 0.45em;
}
/*.dot-text {
  padding-top: .4em;
  background-position: top left -2px;
  background-repeat: repeat-x;
  background-size: 1.2em .2em;
  background-image: radial-gradient(.10em .10em at center center, grey, grey 100%, rgba(255,255,255,0));
}*/
address {
color: #007440;
font-style: normal;
}
  .san_box {  
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #f9f9f9), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, #f9f9f9), color-stop(.75, #f9f9f9), color-stop(.75, transparent), to(transparent));
  background-size: 7px 7px;
    position: relative;
    margin: 0px;
  }
  #as1 {
    text-align: center;
    padding: 2rem 0 3rem;
    font-size: 1.2rem;
  }
  #as1 >p {
	  padding: 0 1rem;
}
  #as1 .adTop {
	  font-size: min(1.2rem, 4vw);
	  margin-bottom: 1rem;
}
  #as1 ul {
    margin: 0 auto 1rem;
	  width: calc(100% - 30px);
    max-width: 960px;
    justify-content: center;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    font-weight: bold;
  }
  #as1 ul li {
    vertical-align: top;
	  margin-bottom: 0.7rem;
	 	padding: 0 1rem;
  }
  #as1 ul li a.tel1 {
    font-size: min(2.5rem, 8.5vw);
    color: #007440;
  }
  #as1 ul li a.mail {
    font-size: min(1.5rem, 7vw);
    color: #007440;
  }
@media only screen and (max-width: 767px) {
  .mauto {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  html {
    font-size: 87.5%;
    line-height: 1.75;
  }
  .onlyPc {
    display: block;
  }
  .onlySp {
    display: none;
  }
  .onlyPci {
    display: none;
  }
  .onlySpi {
    display: block;
  }
  .sectionCopy {
    width: calc(100% - 2rem);
    margin: 1.5rem auto 0.5rem;
}
.meritContent { 
  margin-bottom: 3rem;
}
.mailContent {
margin-bottom: 4rem;
}
  #top-img {
    margin: 0 auto;
    padding: 2rem 1rem 1rem;
  }
  #top-img1 {
    padding: 3rem 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 30px);
    max-width: 960px;
  }
  #top-img1 h1 {
    flex-basis: 45%;
  }
  #top-img1 p {
    flex-basis: 50%;
    text-align: left;
  }
  ul#bt, ul#bt1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 1rem;
  }
  ul#bt li, ul#bt1 li {
      flex-basis: 49%;
  }
ul#mail-s li img {
	width: 100%;
}
  .mail-s {
	  margin-top: 0;
    font-size: 1.7rem;
  }
  .right768 {
    width: 48%;
    float: right !important;
  }
  p.teitel {
    width: 100%;
  }
  .balloon3-right-btm {
    position: relative;
    padding: 0 5px;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
    background: #429c00;
    border-radius: 50%;
    box-sizing: border-box;
    margin-right: 10px;
  }
  .balloon3-right-btm:before {
    content: "";
    position: absolute;
    bottom: -8px;
    right: -8px;
    margin-top: -15px;
    border: 15px solid transparent;
    border-left: 15px solid #429c00;
    z-index: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
#merit p.titel2 {
font-size: 18px;
}
  ul#merit {
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
  }
  ul#merit li {
    margin: 1rem 0 0.5rem;
    background: #ffffff;
    padding: 1.5rem 1rem 0.6rem;
    flex-basis: 50%;
    display: flex;
    flex-direction: column;
  }
  ul#merit li img {
      margin-top: auto;
  }
  #merit p.titel2 {
    font-size: 1rem;
  }
  p.btn5 {
    font-size: 0.9rem;
  }
  p.btn5 a {
  }
  .nomal_template {
    margin-top: 70px;
  }
}
@media only screen and (min-width: 1024px) {
  .onlyPc {
    display: block;
  }
  .onlySp {
    display: none;
  }
  .onlyPci {
    display: block;
  }
  .onlySpi {
    display: none;
  }
  .wd960 {
    margin: 0 auto;
    max-width: 960px;
  }
  .mail-s {
    font-size: 1.5rem;
  }
  ul#merit li {
    margin: 1.5rem 0 0;
    flex-basis: 49%;
    max-width: 49%;
  }
  .arrow_btn, .arrow_btn1 {
    font-size: 1.4rem;
  }
}