@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Anton&display=swap');

html { font-size: 62.5%;}

body {
  position: relative;
  font-size: 1.6rem;
  font-family: 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  color: #222;
  background: #fff;
}

@media (max-width:575px){
  body {
    font-size: 1.3rem;
  }
}

a {
  color: #2895d6;
  text-decoration: none;
}

a:hover,
a:active{
  color: #19d6a6;
  text-decoration: none;
}

a.disabled {
  pointer-events: none;
  color: #999;
  display: block;
}

a.disabled {
  pointer-events: none;
}


.inner {
  max-width: 1024px;
  margin: 0 auto;
}

/* header */
header {
  width: 100%;
  background: #fff;
  padding: 15px
}


.logo {
  width: 160px;
  height: auto;
}

@media (max-width: 575px){
  .logo {
    width: 140px;
    height: auto;
  }
}


/* main */
main {
  
}

section {
  padding: 25px;
}

@media (max-width:575px){
  section {
    padding: 13px;
  }
}


/* index back */
.more {
  display: inline-block;
  padding: 1.0em 2.0em;
  background: #fff;
  border: 1px solid #00b5da;
  border-radius: 12px;
  font-size: 1.6rem;
  font-weight: 500;
  color: #00b5da;
  transition: 0.2s;
  box-shadow: 0 2px 0 #00b5da;
}

@media (max-width:575px){
  .more {
    display: block;
    font-size: 1.3rem;
  }
}

@media (min-width:576px){
  .more:hover {
    text-decoration: none;
    color: #00b5da;
    border-color: #00b5da;
    box-shadow: none;
    background: rgba(10, 223, 226, 0.05);
  }
}

@media (max-width:575px){
  .more:link,
  .more:visited {
    color: #00b5da;
  }
  .more:active {
    text-decoration: none;
    color: #444;
    border-color: #00b5da;
    box-shadow: none;
    background: rgba(10, 223, 226, 0.05);
  }
}


/* users guide */
.users-guide {
  background: #f0f0f0;
  padding-left: 15px;
  padding-right: 15px;
}

.btn_navi {
  display: block;
  margin: 0 auto;
  text-align: center;
  line-height: 48px;
  width: 90%;
  height: 50px;
  border-radius: 3px;
  border: 1px solid #b4b4b4;
  background-image: linear-gradient(to bottom, #fff 0%, #eee 100%);
  color: #414f57;
  text-decoration: none;
  transition: 0.1s;
}

@media (min-width:576px){
  .btn_navi:first-of-type {
    margin-top: 53px;
  }
}

@media (min-width:576px){
  .btn_navi:hover {
    text-decoration: none;
    border: 1px solid #aaa;
    color: #000;
    background: #eee;
  }
}

@media (max-width:575px){
  .btn_navi:active {
    text-decoration: none;
    border: 1px solid #aaa;
    color: #000;
    background: #eee;
  }
}

.btn_navi:link {
  text-decoration: none;
}

.btn_navi + .btn_navi {
  margin-top: 15px;
}

@media (max-width:991px){
  .btn_navi {
    font-size: 1.3rem;
  }
}

.caution {
  text-align: left;
}

@media (max-width:575px){
  .caution {
    margin-bottom: 30px;
  }
}

.caution p {
  padding-bottom: 10px;
  margin-bottom: 15px;
  font-size: 1.8rem;
  color: #d80c25;
  border-bottom: 1px solid #d80c25;
}

.caution ul {
  padding-left: 30px;
}

.caution ul li:not(:last-child){
  margin-bottom: 10px;
}



/* campaign foot navi */
.foot-navi {
  padding: 30px 0;
  background: #fff;
}

@media (max-width:767px){
  .foot-navi {
    padding: 30px;
  }
}

.navi-btn {
  display: inline-block;
  padding: 1.0em 2.0em;
  background: #fff;
  border: 1px solid #dd5210;
  border-radius: 12px;
  font-size: 1.6rem;
  font-weight: 500;
  color: #dd5210;
  transition: 0.2s;
  box-shadow: 0 2px 0 #dd5210;
}

@media (max-width:767px){
  .navi-btn {
    display: block;
    font-size: 1.3rem;
  }
}

@media (min-width:576px){
  .navi-btn:hover {
    text-decoration: none;
    color: #e00012;
    border-color: #e00012;
    box-shadow: none;
    background: rgba(221, 82, 16, 0.05);
  }
}

@media (max-width:575px){
  .navi-btn:link,
  .navi-btn:visited {
    color: #dd5210;
  }
  .navi-btn:active {
    text-decoration: none;
    color: #e00012;
    border-color: #e00012;
    box-shadow: none;
    background: rgba(221, 82, 16, 0.05);
  }
}








/* Footer */
footer {
  padding: 15px;
  background: #00b5da;
  color: #fff;
}

footer p {
  font-size: 1.3rem;
}

address {
  text-align: center;
  font-size: 1.2rem;
  color: #fff;
}

#page-top {
  position: fixed;
  bottom: 15px;
  right: 15px;
  margin: 0;
  padding: 0;
  z-index: 97;
}


#page-top a {
  display: block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  text-decoration: none;
  background: rgba(10, 223, 226, 0.76);
  border-radius: 50%;
  color: #fff;
  transition: 0.2s ease;
}

#page-top a:hover {
  background: #0adfe2;
}

.bg-content {
  background: url(../img/bg-content.jpg) repeat left top;
  padding: 30px;
}









