
@charset "UTF-8";
/* CSS Document */

/* default
-----------------------------------------------------------*/

/*********************************************************
 reset
*********************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: bottom;
  background: transparent;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
 
:focus {
  outline: 0;
}
 
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
 
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*********************************************************
 共通
*********************************************************/
body {
  -webkit-text-size-adjust: 100%;
  min-height: 100%;
  height: 100%;
  background-color: #fff;
  color: #1c1c1c;
  font-family: 'Poppins', 'Noto Sans JP', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1.6;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: bold;
}
a, a:hover, a:focus {
  color: #473933;
}
a:hover {
  text-decoration: none;
}
a img {
  transition: opacity .5s ease;
}
a:hover img {
  opacity: .8;
}

img {
  max-width: 100%;
  height: auto;
}

.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {height:1%;}
.clearfix {display:block; }
/* End hide from IE-mac */


.l-mqWrapper {
  padding: 0 0px;
}
.l-contentsWidth{
  max-width: 1020px; margin: 0 auto;
}

.c-btnSet01 {
  margin: 5% 0 0;
}

.c-btnSet01 a,
.c-btnSet01 .btnWrapper,
.c-btnSet01 button {
  max-width: 300px;
  margin: 0 auto;
}

.m-btnModule02 a,
.m-btnModule02 .btnWrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 13px 25px;
  box-sizing: border-box;
  color: #d7091b;
  border: 2px solid #d7091b;
  border-radius: 100px;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  transition: all 0.5s ease;
}

.m-btnModule02 a {
  background-color: #fff;
}
.m-btnModule02 a:hover {
  color: #fff !important;
  background-color: #d7091b;
}
.m-btnModule02 a:hover:after {
  color: #fff !important;
}

.m-btnModule02.is-icon a:after,
.m-btnModule02.is-icon .btnWrapper:after {
  content: "\f105";
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  right: 15px;
  font-size: 14px;
  font-size: 1.4rem;
  transform: translate3d(0, -50%, 0);
  line-height: 1;
  vertical-align: middle;
  transition: all 0.5s ease;
}

#footer{
 background-color: #d7091b;
    color: #fff;
    margin: 5% 0 0;
    padding: 2%;
    text-align: center;
}

.m-copyright {
  color: #fff;
  font-size: 13px;
  text-align: center;
}

.logo {
  margin-bottom: 15px;
  text-align: center;
  line-height: 1;
}



@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
    background-color: #d7091b;
  }
  .m-btnModule02 a,
  .m-btnModule02 .btnWrapper {
    width: 100%;
    height: 100%;
    padding: 10px 25px;
    font-size: 13px;
  }
  .l-mqWrapper {
    padding: 0 0px;
    background-color: #FFF;
  }

  .c-btnSet01{
    padding-bottom: 3rem;
  }

  .logo{
    margin-bottom: 5px;
  }

  .logo img {
    width: 50%;
    height: auto;
  }

  .m-copyright {
    font-size: 10px;
  }
}




