/* Reset ----- */
html,body,p,ol,ul,li,dl,dt,dd,blockquote,figure,fieldset,legend,textarea,pre,iframe,hr,h1,h2,h3,h4,h5,h6{
  margin:0;
  padding:0
}
article,aside,footer,header,nav,section,figcaption,figure,main {
  display: block;
}
h1,h2,h3,h4,h5,h6 {
  font-size:100%;
  font-weight:normal;
}
ul {
  list-style:none;
}
button,input,select,textarea {
  margin:0;
  background-color: transparent;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,input {
  overflow: visible;
  vertical-align:middle;
}
button,select {
  text-transform: none;
}
input,button,select {
  font-family: inherit;
  font-weight: inherit;
}
input[type="submit"],input[type="button"],button[type="submit"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]:-webkit-search-decoration,input[type="button"]:-webkit-search-decoration,button[type="submit"]:-webkit-search-decoration {
  display: none;
}
input[type="submit"]:focus,input[type="button"]:focus,button[type="submit"]:focus {
  outline: none;
}
/* IE 10+ ----- */
:-ms-input-placeholder {
    color: #999;
}
html {
  box-sizing:border-box;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  -webkit-text-size-adjust: 100%;
}
*,*:before,*:after {
  background-repeat: no-repeat;
  box-sizing:inherit;
}
:before,:after {
  text-decoration: inherit;
  vertical-align: inherit;
}
img,embed,object,audio,video {
  height:auto;
  max-width:100%;
}
img,iframe {
  border:0
}
img {
  vertical-align: bottom;
}
svg {
  fill: currentColor;
}
table {
  border-collapse:collapse;
  border-spacing:0;
}
td,th {
  padding:0;
  text-align:left;
  font-weight: normal;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

/*++++++++++++++++++*/
body {
  font:14px/1.6 "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  background: #f0f0f0;
}
a:hover {
  opacity: .7;
}
.wrapper {
  width: 100%;
  min-width: 600px;
}

.content {
  width: 100%;
}
.content .inner,
.content .cta,
.footer {
  max-width: 600px;
  margin: auto;
}

.content .cta {
  text-align: center;
}

.box {
  padding: 30px 20px;
  margin-bottom: 50px;
  background: #fff;
  font-size: 18px;
}
.box h2 {
  text-align: center;
  font-size: 1.3em;
  font-weight: bold;
}
.center {
  text-align: center;
}
.h2-border {
  position: relative;
  display: inline-block;
  padding: 0 55px;
}

.h2-border:before, .h2-border:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: black;
}

.h2-border:before {
  left:0;
}
.h2-border:after {
  right: 0;
}

.box h3 {
  margin: .75em 0 .5em;
  font-size: 1.1em;
}

.footer {
  padding: 20px 0;
  margin-bottom: 210px;
  background: #fff;
  text-align: center;

}
.footer-nav {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
}
.footer-nav li {}
.footer-nav a {
  display: block;
  padding: 5px;
  text-decoration: none;
  color: #000;
}
.footer small {
  margin-top: 10px;
  color: #666;
  font-size: 14px;
}

.bottom-bnr {
  min-width: 600px;
  background: rgba(100,100,100,.5);
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 20px 0;
  text-align: center;
}
.bottom-bnr img {
  width: 500px;
}
.cta {
  background: #fff;
  padding: 10px;
}
.cta img {
  transition: .3s;
  animation-name: btnaction1;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  transform-origin: center center;
}
@keyframes btnaction1 {
  0% {
      transform:scale(1);
  }
  50% {
    transform:scale(1.05);
  }
  100% {
      transform:scale(1);
  } 
}

.iyaku {
  display: block;
  padding-left: 28px;
  padding-bottom: 20px;
  background: #fff;
  font-size: 11px;
  text-decoration: none;
  color: #000;
}




@media (max-width: 640px) {
}