@charset "UTF-8";
/* CSS Document */

* {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  box-sizing: border-box;
  table-layout: auto;
  -webkit-appearance: none;
  border: 0;
  -webkit-overflow-scrolling: touch;
  list-style: none;
}
html {
  scroll-behavior: smooth;
}
body {
  font-size: 16px;
  line-height: 1.6rem;
  font-family: sans-serif;
  background-color: #fff;
  color: #424242;
  /*grey900*/
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: top;
  backface-visibility: hidden;
}
figure {
  max-width: 1000px;
  text-align: center;
  margin: auto;
}
a, a:link, a:visited {
  text-decoration: none;
  color: #3A8AE6;
}
.container {
  padding-bottom: 60px;
}
.paper {
  padding: 36px;
}
.paper h2 {
  font-size: 1.1rem;
  line-height: 1.6rem;
  margin: 30px 0 30px 0;
  background-color: rgb(189, 208, 218);
  padding: 6px;
  position: relative;
  color: white;
  background: #3A8AE6;
  font-weight: normal;
}
.paper h2::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 15px rgb(230, 221, 15);
}
.paper h3 {
  font-size: 1rem;
  line-height: 1.3rem;
  font-weight: bold;
  margin: 18px 0 6px 0;
}
.paper h4 {
  border: 1px solid #dfdfdf;
  padding: 12px;
  margin: 12px 0;
  background: #fafafa;
}
.paper h3:before {
  background: #263238;
  width: 10px;
  height: 10px;
  display: inline-block;
  content: '';
  margin-right: 3px;
  border-radius: 20px;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-size: auto 160%;
  background-position: left;
  background-repeat: no-repeat;
  background-color: #f5f5f5;
  padding: 20px 0;
}
header img {
  width: 200px;
  margin-left: 20px;
  float: left;
}
header a {
  margin-right: 10px;
  font-size: 0.8em;
  float: right;
}

.mainlogo {
  margin-top: 160px;
  margin-bottom: 120px;
}
.mainlogo img {
  max-width: 150px;
  margin: auto;
  width: 30%;
}
.mainlogo p {
  margin-top: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 1.5em;
}
.mainlogo div{
  margin-top: 80px;
  text-align: center;
  
}
.mainlogo div a {
  color: #fff;
  padding: 10px;
  background: #3A8AE6;
  box-shadow: 0px 0px 0px 5px #3A8AE6;
}

.maintext {
  max-width: 640px;
  margin: auto;
}

.maintext p {
  margin: 0 30px;
}
.maintext h1 {
  font-size: 1.1rem;
  line-height: 1.6rem;
  margin: 60px 0 30px 0;
  background-color: rgb(189, 208, 218);
  padding: 6px;
  position: relative;
  color: white;
  background: #3A8AE6;
  font-weight: normal;
}
.maintext img {
  display: inline;
  vertical-align: middle;
}

p.storebadges {
  margin: 30px 30px;
  text-align: center;
}
.appstore {
  width: 130px;
  margin: 10px 10px;
}
.appstore2 {
  height: 40px;
}
.googleplay{
  width: 170px;
}

.supplement {
  border: 1px solid #dfdfdf;
  padding: 12px;
  background: #fafafa;
  max-width: 640px;
  margin: auto;
  margin-top: 60px;
  margin-bottom: 30px;
}
.supplement p{
  margin: 0 30px;
}
.supplement ul {
  margin: 0 40px;
  list-style-type: disc;
}
.supplement ul li {
  font-weight: bold;
}

.copyright {
  margin-top:60px;
  margin-bottom:30px;
  text-align: center;
}
.copyright p {
  font-size: 0.8em;
  color:gray;
}
.copyright img {
  width: 100px;
  margin: auto;
}

.tab {
  display: table;
  table-layout: fixed;
  width: 100%;
  transition: all 2s ease;
}
.tab>* {
  text-align: center;
  display: table-cell;
  opacity: 0.5;
  background-color: #f5f5f5;
  border-top: 2px solid #F5F5F5;
}
.tab>*.on {
  opacity: 1;
  background-color: #fff;
  border-top: 2px solid #3A8AE6;
}
.tab a {
  color: #3A8AE6;
  display: block;
  width: 100%;
  height: 100%;
  padding: 12px;
}
.menu {
  padding-top: 20px;
}
.menu h2 {
  font-size: 0.8rem;
  text-align: center;
  font-weight: normal;
  padding: 0;
}
.menu a, .menu a:visited {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
}
.menu ul {
  display: block;
  text-align: center;
  width: 100%;
  background: #fff;
  padding-bottom: 12px;
}
.menu li {
  display: inline-block;
  margin-top: 12px;
  margin-right: 12px;
  font-size: 0.9rem;
  text-align: center;
  position: relative;
  background: #3A8AE6;
  box-shadow: 0px 0px 0px 5px #3A8AE6;
  padding: 3px 12px;
}
.menu li:after {
  position: absolute;
  content: '';
  left: -6px;
  top: -6px;
  border-width: 0 0 15px 15px;
  border-style: solid;
  border-color: #fff #fff rgb(230, 221, 15);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}
.contents {
  width: auto;
}
a.totop {
  position: fixed;
  right: 12px;
  bottom: 12px;
  background: rgb(230, 221, 15);
  color: white;
  width: 48px;
  height: 48px;
  text-align: center;
  white-space: nowrap;
  border-radius: 30px;
  box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.38);
}
a.totop i {
  font-size: 36px;
  line-height: 48px;
}
#indexlabel, #indexpanel {
  display: none;
  width:90%;
  margin: auto;
}
@media screen and (max-width: 480px) {
  .paper {
    padding: 18px;
  }
  #indexlabel {
    border:2px solid #3A8AE6;
    padding: 12px;

    display: block;
    margin: 0;
    color: #3A8AE6;
    cursor: pointer;
    width:90%;
    margin: auto;
  }
  #indexlabel i {
    float: right;
  }
  #indexpanel {
    display: none;

  }
  #indexpanel+ul {
    height: 0;
    overflow: hidden;
    opacity: 0;
    width:90%;
    margin:auto;]

  }
  #indexpanel:checked+ul {
    overflow: hidden;
    opacity: 1;
    height: auto;
    border:2px solid #3A8AE6;
    border-top:0;
  }
  .menu ul {
    transition: all 0.5s;
    margin: 0;
    padding: 0;
    background: #fafafa;
  }
  .menu li {
    padding: 6px;
    text-align: left;
    box-shadow: 0 0 0 0;
    margin: 0;
    display: block;
    background: none;
  }
  .menu li:after {
    position: static;
    content: '';
    border: 0;
    box-shadow: none;
  }
  .menu li:hover {
    background-color: #b9d0eb;
    color: #3A8AE6;
  }
  .menu li a,   .menu li a:visited{
    color: #3A8AE6;
    padding: 0;
    text-align: left;
  }

}
