/* reset */
div, span, object, iframe,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
ul li {
  list-style: none;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}
/* style */
.pane-landingpage-contents {
    background: #FFF;
}
#warapper2 a {
 /*margin:0;*/
 padding: 0;
 font-size: 100%;
 line-height:1;
 vertical-align: baseline;
 background: transparent;
 text-decoration: none;
}
#warapper2 img {
 max-width: 100%;
 vertical-align: bottom;
}
.action-buttons {
  margin-bottom: 40px;
}
.sp {
  display: none !important;
}

.flex {
  display: flex;
}

.flex_around {
  justify-content: space-around;
}

.flex-between {
  justify-content: space-between;
}

.flex_wrap {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.flex_center {
  align-items: center;
}

.clear {
  clear: both;
}

.bold {
  font-weight: bold;
}

.cv_f {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  max-width: 1500px;
  width:100vw;
  margin: 0 auto;
  padding: 5px 0 0;
}
.cv_f .fl_btn {
  width:100%;
  margin: 0 auto;
}

.cv_f:hover {
  opacity: 0.8;
}

.inner {
  /*width: 1500px;*/
  margin: 0 auto;
}

.fv {
  position: relative;
}

.cv {
  background: #1a9165;
}
.cv .inner {
  position: relative;
}

.cv .btn01 {
  /*width: 751px;*/
  width: 660px;
  display: inline-block;
  position: absolute;
  /*bottom: 46px;
  left: 476px;*/
  bottom: 39px;
  left: 413px;
}

.cv .btn01:hover {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .inner {
    width: 100%;
  }
  .sp {
    display: block !important;
  }
  .pc {
    display: none;
  }
  .cv {
    position: relative;
  }
  .cv .btn01 {
    width: 88.53vw;
    display: inline-block;
    position: absolute;
    bottom: 3vw;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .cv_f {
    width: 100%;
    margin: 0 auto;
    padding: 5px 0 0;
  }
  .cv_f .fl_btn {
    width: 100%;
    margin: 0 auto;
  }
}/*# sourceMappingURL=style.css.map */