@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
  height: 100%;
}

body {
  min-width: 1000px;
  height: 100%;
  color: #222;
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  line-height: 1.8;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-family: Arial,Helvetica Neue,Helvetica,sans-serif,-apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

ul {
  padding: 0;
  list-style: none;
}

dl {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0 auto 0 auto;
}

img {
  max-width: 100%;
}

.abril {
  font-family: 'Abril Fatface', cursive;
}

#acMenu dd {
  display: none;
}

#contents, main {
  height: 100%;
}

section {
  padding: 2rem;
}

aside {
  position: fixed;
  top: 0;
  left: 0;
  width: 20%;
  padding: 20px;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #333;
  overflow-y: scroll;
}

aside ul li {
  border-bottom: 1px solid #555;
}

aside ul li#menu_home a {
  font-size: 32px;
  text-align: center;
  margin-left: 0;
  display: block;
}

aside ul li dt,
aside ul li dd a {
  margin-left: 0;
  display: block;
}

aside ul li dt {
  font-size: 1.8rem;
  font-weight: bold;
  cursor: pointer;
}

aside ul li a,
aside ul li dt,
aside ul li dd a {
  color: #fff;
  display: block;
  padding: 15px 10px;
  text-decoration: none;
}

aside ul li dd a {
  padding: 15px 0 15px 27px;
  position: relative;
  margin-bottom: 20px;
  line-height: 1.3;
  font-size: 1.4rem;
  border-bottom: 1px solid #555;
}

aside ul li dd a:last-child {
  border-bottom: none;
}

aside ul li dd a:before {
  content: '\f30b';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 17px;
  margin: auto;
}

aside ul li dt i {
  padding-right: 5px;
}

aside ul li dd {
  margin-left: 0;
  padding-left: 20px;
}

aside ul li a:hover,
aside ul li dt:hover,
aside ul li dd a:hover {
  opacity: 0.8;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.txt_c {
  text-align: center;
}

/*---------------------------------------
		トップページ
---------------------------------------*/
.area {
  background: #5366c7;
  background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8);
  width: 100%;
  height: 100vh;
}

.circles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.circles li {
  position: absolute;
  display: block;
  list-style: none;
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0.2);
  -webkit-animation: animate 25s linear infinite;
          animation: animate 25s linear infinite;
  bottom: -150px;
}

.circles li:nth-child(1) {
  left: 25%;
  width: 80px;
  height: 80px;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.circles li:nth-child(2) {
  left: 10%;
  width: 20px;
  height: 20px;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-duration: 12s;
          animation-duration: 12s;
}

.circles li:nth-child(3) {
  left: 70%;
  width: 20px;
  height: 20px;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.circles li:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-duration: 18s;
          animation-duration: 18s;
}

.circles li:nth-child(5) {
  left: 65%;
  width: 20px;
  height: 20px;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.circles li:nth-child(6) {
  left: 75%;
  width: 110px;
  height: 110px;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.circles li:nth-child(7) {
  left: 35%;
  width: 150px;
  height: 150px;
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}

.circles li:nth-child(8) {
  left: 50%;
  width: 25px;
  height: 25px;
  -webkit-animation-delay: 15s;
          animation-delay: 15s;
  -webkit-animation-duration: 45s;
          animation-duration: 45s;
}

.circles li:nth-child(9) {
  left: 20%;
  width: 15px;
  height: 15px;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-duration: 35s;
          animation-duration: 35s;
}

.circles li:nth-child(10) {
  left: 85%;
  width: 150px;
  height: 150px;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-duration: 11s;
          animation-duration: 11s;
}

@-webkit-keyframes animate {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0;
  }
  100% {
    -webkit-transform: translateY(-1000px) rotate(720deg);
            transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%;
  }
}

@keyframes animate {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0;
  }
  100% {
    -webkit-transform: translateY(-1000px) rotate(720deg);
            transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%;
  }
}

#toppage #contents {
  position: relative;
  z-index: 1;
  background: #222;
  position: relative;
  overflow: hidden;
}

#toppage main {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#contents {
  background: #fff;
}

#top-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}

#toppage section {
  width: 100%;
  height: 100%;
}

#toppage section ul li .container {
  /* Align sub-items to top */
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#toppage section ul li .container__media {
  margin-right: 16px;
  /* Set the width for the media object */
  width: 200px;
}

#toppage section ul li .container__content {
  /* Take the remaining width */
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/*---------------------------------------
		下層
---------------------------------------*/
#articletime {
  padding: 10px 3% 0 3%;
  text-align: right;
}

#pages h1 {
  margin: 0 0 15px;
  padding: 5px 0;
  font-size: 28px;
  font-weight: 700;
  border-bottom: 2px solid #181818;
}

#pages h2 {
  font-size: 22px;
  margin-bottom: 30px;
  padding: 5px 10px;
  background: #ddd;
  border-radius: 6px;
}

#sample {
  padding: 20px;
  background: #ddd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/*# sourceMappingURL=style.css.map */