@charset "UTF-8";
/* line 5, app/assets/stylesheets/home.scss */
* {
  box-sizing: border-box;
}

/* line 9, app/assets/stylesheets/home.scss */
html {
  font: 100%/1.5 'Avenir Next', 'Hiragino Sans', sans-serif;
  line-height: 1.7;
  letter-spacing: 1px;
}

/* 共通レイアウト ================================ */
/* line 16, app/assets/stylesheets/home.scss */
body {
  color: #2d3133;
  background-color: #3ecdc6;
  margin: 0;
  min-height: 1vh;
}

/* line 24, app/assets/stylesheets/home.scss */
.main {
  display: none;
  position: absolute;
  top: 65px;
  width: 100%;
  height: auto;
  min-height: 100%;
  background-color: #f5f8ca;
}

/* line 33, app/assets/stylesheets/home.scss */
.main p {
  white-space: pre-wrap;
}

/* line 36, app/assets/stylesheets/home.scss */
.main2 {
  top: 100px;
  width: 100%;
  height: auto;
  min-height: 100%;
  background-color: #f5f8ca;
}

/* line 45, app/assets/stylesheets/home.scss */
.top-main {
  background-color: #3ecdc6;
  background-repeat: no-repeat;
  background-position: center 50%;
  background-size: cover;
  background-image: url(/top.jpg);
}

/* line 53, app/assets/stylesheets/home.scss */
.container {
  margin-top: 10px;
  background-color: #f5f8fa;
}

/* line 62, app/assets/stylesheets/home.scss */
.container2 {
  max-width: 1000px;
  margin: 15px auto;
  background-color: #f5f8fa;
}

/* line 67, app/assets/stylesheets/home.scss */
.fixed2 {
  max-width: 1000px;
  position: fixed;
  top: 60px;
}

/* line 74, app/assets/stylesheets/home.scss */
.fixed2 th {
  width: 200px;
  background-color: rgba(205, 205, 205, 0.8);
  z-index: 10;
}

/* line 79, app/assets/stylesheets/home.scss */
.hide2 {
  display: none;
}

/* line 82, app/assets/stylesheets/home.scss */
.table-contents {
  font-size: 8px;
  margin-bottom: -26px;
  margin-left: -10px;
}

/* line 87, app/assets/stylesheets/home.scss */
.cal-op {
  white-space: nowrap;
  overflow: hidden;
}

/* ヘッダー ================================ */
/* line 92, app/assets/stylesheets/home.scss */
.header-logo a {
  color: white;
  font-size: 18px;
}

/* フォーム================================ */
/* line 99, app/assets/stylesheets/home.scss */
.form {
  max-width: 600px;
  margin: 0 auto;
  background-color: white;
  box-shadow: 0 2px 6px #c1ced7;
}

/* line 105, app/assets/stylesheets/home.scss */
.relative {
  position: relative;
}

/* line 108, app/assets/stylesheets/home.scss */
.absolute {
  margin-top: 5px;
  margin-left: 5px;
  display: block;
  position: absolute;
}

/* line 115, app/assets/stylesheets/home.scss */
.right {
  float: right;
  margin-left: 10px;
}

/* line 121, app/assets/stylesheets/home.scss */
.left {
  float: left;
  text-align: left;
  margin-left: 10px;
}

/* line 130, app/assets/stylesheets/home.scss */
.center {
  float: right;
  margin-left: 10px;
  position: relative;
  right: 50%;
}

/* line 138, app/assets/stylesheets/home.scss */
.margin {
  margin-left: 5px;
  margin-right: 5px;
}

/* line 142, app/assets/stylesheets/home.scss */
.margin2 {
  margin-top: 5px;
  margin-bottom: 5px;
}

/* line 146, app/assets/stylesheets/home.scss */
.size {
  font-size: 24px;
}

/* line 149, app/assets/stylesheets/home.scss */
.size2 {
  font-size: 20px;
}

/* line 152, app/assets/stylesheets/home.scss */
.margin-left {
  margin-left: 120px;
}

/* line 156, app/assets/stylesheets/home.scss */
.title {
  font-size: 24px;
  width: 100%;
  margin: auto;
}

/* line 165, app/assets/stylesheets/home.scss */
.red {
  color: red;
}

/* line 168, app/assets/stylesheets/home.scss */
.yellow {
  color: yellow;
}

/* line 171, app/assets/stylesheets/home.scss */
.green {
  color: green;
}

/* line 175, app/assets/stylesheets/home.scss */
.ground {
  background-color: #f3f3f3;
  padding: 5px;
  border-radius: 5px;
}

/* line 181, app/assets/stylesheets/home.scss */
.orange {
  color: rgba(255, 102, 0, 0.5);
}

/* line 184, app/assets/stylesheets/home.scss */
.orange:hover {
  color: #ff6600;
}

/* line 187, app/assets/stylesheets/home.scss */
.red2 {
  color: rgba(255, 0, 0, 0.7);
}

/* line 190, app/assets/stylesheets/home.scss */
.red2:hover {
  color: red;
}

/* line 193, app/assets/stylesheets/home.scss */
.nr {
  color: rgba(0, 100, 180, 0.5);
}

/* line 196, app/assets/stylesheets/home.scss */
.green2 {
  color: rgba(0, 255, 0, 0.6);
}

/* line 199, app/assets/stylesheets/home.scss */
.green2:hover {
  color: lime;
}

/* line 202, app/assets/stylesheets/home.scss */
.gray {
  color: rgba(125, 125, 125, 0.5);
}

/* line 205, app/assets/stylesheets/home.scss */
.gray:hover {
  color: #7d7d7d;
}

/* line 209, app/assets/stylesheets/home.scss */
.wide {
  font-weight: bolder;
}

/* line 212, app/assets/stylesheets/home.scss */
.wide2 {
  font-size: 34px;
}

/* line 216, app/assets/stylesheets/home.scss */
.center2 {
  text-align: center;
}

/* line 219, app/assets/stylesheets/home.scss */
.in {
  padding: 3px 3px 3px 3px;
  border-radius: 50%;
  font-size: 20px;
  margin-left: -18px;
  border-radius: 50%;
  color: rgba(250, 250, 250, 0.9);
}

/* line 227, app/assets/stylesheets/home.scss */
.in2 {
  font-size: 26px;
  margin-left: -20px;
  border-radius: 50%;
}

/* line 232, app/assets/stylesheets/home.scss */
.in3 {
  font-size: 26px;
  margin-left: -25px;
  border-radius: 50%;
}

/* line 237, app/assets/stylesheets/home.scss */
.in4 {
  font-size: 12px;
  margin-left: -25px;
  border-radius: 50%;
}

/* line 242, app/assets/stylesheets/home.scss */
.bg1 {
  background-color: rgba(205, 10, 10, 0.7);
}

/* line 245, app/assets/stylesheets/home.scss */
.bg2 {
  background-color: rgba(60, 110, 210, 0.7);
}

/* line 248, app/assets/stylesheets/home.scss */
.bg3 {
  background-color: rgba(160, 150, 10, 0.7);
}

/* line 251, app/assets/stylesheets/home.scss */
.bg4 {
  background-color: rgba(50, 50, 50, 0.7);
}

/* line 256, app/assets/stylesheets/home.scss */
.insert {
  padding: 0px 4px 2px 5px;
  border-radius: 50%;
  background-color: rgba(205, 10, 10, 0.8);
  color: white;
  font-size: 18px;
  margin-left: -12px;
}

/* line 264, app/assets/stylesheets/home.scss */
.insert2 {
  padding: 2px 4px 2px 5px;
  border-radius: 50%;
  background-color: rgba(205, 10, 10, 0.8);
  color: white;
  font-size: 9px;
  margin-left: -12px;
}

/* line 272, app/assets/stylesheets/home.scss */
.insert3 {
  padding: 0px 3px 2px 5px;
  border-radius: 50%;
  background-color: rgba(205, 10, 10, 0.7);
  color: white;
  font-size: 8px;
  margin-left: -12px;
}

/* line 280, app/assets/stylesheets/home.scss */
.insert4 {
  padding: 0px 4px 0px 5px;
  border-radius: 50%;
  background-color: rgba(205, 10, 10, 0.7);
  color: white;
  font-size: 8px;
  float: right;
}

/* line 288, app/assets/stylesheets/home.scss */
.small {
  font-size: 24px;
}

/* line 291, app/assets/stylesheets/home.scss */
.under1 {
  background: linear-gradient(transparent 50%, #ffc037 50%);
}

/* line 294, app/assets/stylesheets/home.scss */
.under2 {
  background: linear-gradient(transparent 50%, #ff6037 50%);
}

/* line 297, app/assets/stylesheets/home.scss */
.under3 {
  background: linear-gradient(transparent 70%, #CC0099 90%);
}

/* line 300, app/assets/stylesheets/home.scss */
.under4 {
  background: linear-gradient(transparent 70%, #ffc037 90%);
}

/* line 303, app/assets/stylesheets/home.scss */
.under5 {
  background: linear-gradient(transparent 50%, #aac0ff 90%);
}

/* line 306, app/assets/stylesheets/home.scss */
.under6 {
  background: linear-gradient(transparent 0%, #ffc037 100%);
}

/* バルーン  ==================================*/
/* line 311, app/assets/stylesheets/home.scss */
.balloon {
  position: relative;
  display: inline-block;
  margin: 1.5em 0 1.5em 15px;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #FFF;
  border: solid 3px #555;
  box-sizing: border-box;
  border-radius: 15px;
}

/* line 326, app/assets/stylesheets/home.scss */
.top {
  font-size: 60px;
}

/* line 329, app/assets/stylesheets/home.scss */
.logo {
  width: 800px;
  height: 800px;
}

@media (max-width: 1000px) {
  /* line 335, app/assets/stylesheets/home.scss */
  .logo {
    width: 500px;
    height: 500px;
  }
  /* line 339, app/assets/stylesheets/home.scss */
  .top {
    font-size: 40px;
  }
  /* line 342, app/assets/stylesheets/home.scss */
  .left2 {
    text-align: left;
    margin-left: 10px;
  }
}

@media (max-width: 670px) {
  /* line 349, app/assets/stylesheets/home.scss */
  .logo {
    width: 200px;
    height: 200px;
  }
  /* line 353, app/assets/stylesheets/home.scss */
  .top {
    font-size: 30px;
  }
}

/* line 357, app/assets/stylesheets/home.scss */
footer {
  /*footerの装飾*/
  width: 100%;
  background-color: #89c7de;
  color: #fff;
  text-align: center;
  padding: 30px 0;
  position: absolute;
  /*←絶対位置*/
  bottom: 0;
  /*下に固定*/
}

/* フラッシュ ================================ */
/* line 368, app/assets/stylesheets/home.scss */
.flash {
  padding: 10px;
  color: white;
  background: #fbaa58;
  text-align: center;
  position: absolute;
  top: 60px;
  z-index: 10;
  width: 100%;
  border-radius: 0 0 2px 2px;
  font-size: 14px;
}
