@media (min-width: 0px) {
  /* line 5, app/assets/stylesheets/common/base.scss */
  * {
    font-family: 'Roboto', 'M PLUS 1p', sans-serif;
    text-decoration: none;
    font-size: 1rem;
  }
  /* line 10, app/assets/stylesheets/common/base.scss */
  *:focus {
    outline: none;
  }
  /* line 15, app/assets/stylesheets/common/base.scss */
  a {
    color: #FFB86B;
  }
  /* line 18, app/assets/stylesheets/common/base.scss */
  a:visited {
    color: #FFB86B;
  }
  /* line 23, app/assets/stylesheets/common/base.scss */
  .body {
    background: #FFFFFF;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  /* line 30, app/assets/stylesheets/common/base.scss */
  .underbar {
    text-decoration: underline;
  }
  /* line 34, app/assets/stylesheets/common/base.scss */
  .code {
    display: flex;
    justify-content: center;
  }
  /* line 38, app/assets/stylesheets/common/base.scss */
  .code-content {
    background-color: #f0f0f0;
    padding: 16px;
    display: inline-block;
  }
}

@media (min-width: 896px) {
  /* line 5, app/assets/stylesheets/common/base.scss */
  * {
    font-family: 'Roboto', 'M PLUS 1p', sans-serif;
    text-decoration: none;
    font-size: 1.2rem;
  }
  /* line 10, app/assets/stylesheets/common/base.scss */
  *:focus {
    outline: none;
  }
  /* line 15, app/assets/stylesheets/common/base.scss */
  a {
    color: #FFB86B;
  }
  /* line 18, app/assets/stylesheets/common/base.scss */
  a:visited {
    color: #FFB86B;
  }
  /* line 23, app/assets/stylesheets/common/base.scss */
  .body {
    background: #FFFFFF;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  /* line 30, app/assets/stylesheets/common/base.scss */
  .underbar {
    text-decoration: underline;
  }
  /* line 34, app/assets/stylesheets/common/base.scss */
  .code {
    display: flex;
    justify-content: center;
  }
  /* line 38, app/assets/stylesheets/common/base.scss */
  .code-content {
    background-color: #f0f0f0;
    padding: 16px;
    display: inline-block;
  }
}

@media (min-width: 1024px) {
  /* line 5, app/assets/stylesheets/common/base.scss */
  * {
    font-family: 'Roboto', 'M PLUS 1p', sans-serif;
    text-decoration: none;
    font-size: 1.2rem;
  }
  /* line 10, app/assets/stylesheets/common/base.scss */
  *:focus {
    outline: none;
  }
  /* line 15, app/assets/stylesheets/common/base.scss */
  a {
    color: #FFB86B;
  }
  /* line 18, app/assets/stylesheets/common/base.scss */
  a:visited {
    color: #FFB86B;
  }
  /* line 23, app/assets/stylesheets/common/base.scss */
  .body {
    background: #FFFFFF;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  /* line 30, app/assets/stylesheets/common/base.scss */
  .underbar {
    text-decoration: underline;
  }
  /* line 34, app/assets/stylesheets/common/base.scss */
  .code {
    display: flex;
    justify-content: center;
  }
  /* line 38, app/assets/stylesheets/common/base.scss */
  .code-content {
    background-color: #f0f0f0;
    padding: 16px;
    display: inline-block;
  }
}

@media (min-width: 1080px) {
  /* line 5, app/assets/stylesheets/common/base.scss */
  * {
    font-family: 'Roboto', 'M PLUS 1p', sans-serif;
    text-decoration: none;
    font-size: 0.9rem;
  }
  /* line 10, app/assets/stylesheets/common/base.scss */
  *:focus {
    outline: none;
  }
  /* line 15, app/assets/stylesheets/common/base.scss */
  a {
    color: #FFB86B;
  }
  /* line 18, app/assets/stylesheets/common/base.scss */
  a:visited {
    color: #FFB86B;
  }
  /* line 23, app/assets/stylesheets/common/base.scss */
  .body {
    background: #FFFFFF;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  /* line 30, app/assets/stylesheets/common/base.scss */
  .underbar {
    text-decoration: underline;
  }
  /* line 34, app/assets/stylesheets/common/base.scss */
  .code {
    display: flex;
    justify-content: center;
  }
  /* line 38, app/assets/stylesheets/common/base.scss */
  .code-content {
    background-color: #f0f0f0;
    padding: 16px;
    display: inline-block;
  }
}

/* line 2, app/assets/stylesheets/common/component/swich.scss */
.switch {
  position: relative;
  display: block;
  vertical-align: top;
  width: 100px;
  height: 30px;
  padding: 3px;
  margin: 0 10px 10px 0;
  background: linear-gradient(to bottom, #eeeeee, #FFFFFF 25px);
  background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF 25px);
  border-radius: 18px;
  box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  box-sizing: content-box;
}

/* line 17, app/assets/stylesheets/common/component/swich.scss */
.switch-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  box-sizing: content-box;
}

/* line 25, app/assets/stylesheets/common/component/swich.scss */
.switch-label {
  position: relative;
  display: block;
  height: inherit;
  font-size: 10px;
  text-transform: uppercase;
  background: #FFFFFF;
  border-radius: inherit;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
  box-sizing: content-box;
}

/* line 36, app/assets/stylesheets/common/component/swich.scss */
.switch-label:before, .switch-label:after {
  position: absolute;
  top: 50%;
  margin-top: -.5em;
  line-height: 1;
  -webkit-transition: inherit;
  -moz-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
  box-sizing: content-box;
}

/* line 48, app/assets/stylesheets/common/component/swich.scss */
.switch-label:before {
  content: attr(data-off);
  right: 11px;
  color: #aaaaaa;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}

/* line 55, app/assets/stylesheets/common/component/swich.scss */
.switch-label:after {
  content: attr(data-on);
  left: 11px;
  color: #FFFFFF;
  text-shadow: 0 1px rgba(0, 0, 0, 0.2);
  opacity: 0;
}

/* line 64, app/assets/stylesheets/common/component/swich.scss */
.switch-input:checked ~ .switch-label {
  background: #FFB86B;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}

/* line 69, app/assets/stylesheets/common/component/swich.scss */
.switch-input:checked ~ .switch-label:before {
  opacity: 0;
}

/* line 73, app/assets/stylesheets/common/component/swich.scss */
.switch-input:checked ~ .switch-label:after {
  opacity: 1;
}

/* line 77, app/assets/stylesheets/common/component/swich.scss */
.switch-handle {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 28px;
  height: 28px;
  background: linear-gradient(to bottom, #FFFFFF 40%, #f0f0f0);
  background-image: -webkit-linear-gradient(top, #FFFFFF 40%, #f0f0f0);
  border-radius: 100%;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

/* line 88, app/assets/stylesheets/common/component/swich.scss */
.switch-handle:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -6px;
  width: 12px;
  height: 12px;
  background: linear-gradient(to bottom, #eeeeee, #FFFFFF);
  background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF);
  border-radius: 6px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
}

/* line 103, app/assets/stylesheets/common/component/swich.scss */
.switch-input:checked ~ .switch-handle {
  left: 86px;
  box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}

/* line 108, app/assets/stylesheets/common/component/swich.scss */
.switch-label, .switch-handle {
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
}

/* line 115, app/assets/stylesheets/common/component/swich.scss */
.switch-left-right .switch-label {
  overflow: hidden;
}

/* line 119, app/assets/stylesheets/common/component/swich.scss */
.switch-left-right .switch-label:before, .switch-left-right .switch-label:after {
  width: 20px;
  height: 20px;
  top: 4px;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 11px 0 0 0;
  text-indent: -12px;
  border-radius: 20px;
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2), inset 0 0 3px rgba(0, 0, 0, 0.1);
}

/* line 132, app/assets/stylesheets/common/component/swich.scss */
.switch-left-right .switch-label:before {
  background: #eceeef;
  text-align: left;
  padding-left: 80px;
}

/* line 138, app/assets/stylesheets/common/component/swich.scss */
.switch-left-right .switch-label:after {
  text-align: left;
  text-indent: 9px;
  background: #FF7F50;
  left: -100px;
  opacity: 1;
  width: 100%;
}

/* line 147, app/assets/stylesheets/common/component/swich.scss */
.switch-left-right .switch-input:checked ~ .switch-label:before {
  opacity: 1;
  left: 100px;
}

/* line 152, app/assets/stylesheets/common/component/swich.scss */
.switch-left-right .switch-input:checked ~ .switch-label:after {
  left: 0;
}

/* line 156, app/assets/stylesheets/common/component/swich.scss */
.switch-left-right .switch-input:checked ~ .switch-label {
  background: inherit;
}

/* line 2, app/assets/stylesheets/common/component/button.scss */
.download-button {
  display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none;
  color: #FF6D00;
  border: solid 1px #FF6D00;
  border-radius: 3px;
  transition: .4s;
  background: #FFFFFF;
  margin-right: 1em;
  width: 240px;
  height: 48px;
  font-size: 1rem;
}

/* line 17, app/assets/stylesheets/common/component/button.scss */
.download-button:hover {
  background: #FFB86B;
  color: #FFFFFF;
}

/* line 3, app/assets/stylesheets/common/component/input.scss */
.textbox {
  width: 100%;
  height: 40px;
  border-radius: 10px;
  border: 2px solid #70707A;
}

/* line 12, app/assets/stylesheets/common/component/input.scss */
.textarea {
  width: 100%;
  height: 400px;
  border-radius: 10px;
  border: 2px solid #70707A;
}

/* line 1, app/assets/stylesheets/common/component/table.scss */
.history-table {
  margin: 10px 0;
  border: #FFB86B 1px solid;
  border-collapse: collapse;
  width: 100%;
  text-align: center;
}

/* line 7, app/assets/stylesheets/common/component/table.scss */
.history-table-day {
  width: 10%;
}

/* line 10, app/assets/stylesheets/common/component/table.scss */
.history-table-ver {
  width: 10%;
}

/* line 13, app/assets/stylesheets/common/component/table.scss */
.history-table-content {
  width: 80%;
  text-align: left;
}

/* line 17, app/assets/stylesheets/common/component/table.scss */
.history-table th {
  background: #FFB86B;
  color: #FFFFFF;
  padding: 10px 30px;
}

/* line 22, app/assets/stylesheets/common/component/table.scss */
.history-table td {
  border: #FFB86B 1px solid;
  padding: 5px 30px;
}

@media (min-width: 0px) {
  /* line 7, app/assets/stylesheets/common/layout/headder.scss */
  .body-header {
    display: none;
    background: #FFEFCC;
    vertical-align: middle;
    box-shadow: 0 15px #EBD5BA;
  }
  /* line 13, app/assets/stylesheets/common/layout/headder.scss */
  .body-header-title {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 270px;
    margin: 0;
    padding: 5px 20px;
    filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.2));
  }
  /* line 23, app/assets/stylesheets/common/layout/headder.scss */
  .body-header-nav {
    position: absolute;
    top: 5px;
    right: 20px;
  }
  /* line 29, app/assets/stylesheets/common/layout/headder.scss */
  .body-header-nav ul li {
    display: inline;
    margin: 0 20px;
  }
  /* line 33, app/assets/stylesheets/common/layout/headder.scss */
  .body-header-nav ul li img {
    display: inline-block;
    vertical-align: middle;
    height: 30px;
    margin: 0;
    padding: 0;
  }
  /* line 41, app/assets/stylesheets/common/layout/headder.scss */
  .body-header-nav ul li a {
    vertical-align: middle;
    color: #444;
  }
  /* line 45, app/assets/stylesheets/common/layout/headder.scss */
  .body-header-nav ul li a:hover {
    opacity: .5;
  }
  /* line 53, app/assets/stylesheets/common/layout/headder.scss */
  .body-header-nav .hover-menu {
    background-color: white;
    display: none;
    width: 148px;
    position: absolute;
    top: 48px;
    min-height: 80px;
    right: 0;
    box-shadow: 0 0 8px #ccc;
    border-radius: 4px;
    padding: 16px 0;
    line-height: 2.4em;
  }
  /* line 66, app/assets/stylesheets/common/layout/headder.scss */
  .body-header-nav .hover-menu > div {
    margin-left: 16px;
  }
  /* line 69, app/assets/stylesheets/common/layout/headder.scss */
  .body-header-nav .hover-menu > div a {
    display: block;
    width: 100%;
  }
  /* line 78, app/assets/stylesheets/common/layout/headder.scss */
  .body-header-mobile {
    display: inline;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 20;
  }
  /* line 86, app/assets/stylesheets/common/layout/headder.scss */
  .body-header-mobile *, .body-header-mobile *:before, .body-header-mobile *:after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }
  /* line 92, app/assets/stylesheets/common/layout/headder.scss */
  .body-header-mobile ol, .body-header-mobile ul {
    list-style: none;
  }
  /* line 97, app/assets/stylesheets/common/layout/headder.scss */
  .body-header-mobile-logo img {
    height: 40px;
    margin: 15px;
  }
  /* line 103, app/assets/stylesheets/common/layout/headder.scss */
  .body-header-mobile-button {
    position: absolute;
    top: 15px;
    right: 20px;
    display: inline-block;
  }
  /* line 110, app/assets/stylesheets/common/layout/headder.scss */
  .body-header-mobile-button ul {
    margin: 0;
    padding: 0;
  }
  /* line 115, app/assets/stylesheets/common/layout/headder.scss */
  .body-header-mobile-button li {
    list-style: none;
  }
  /* line 118, app/assets/stylesheets/common/layout/headder.scss */
  .body-header-mobile-button li a {
    display: block;
    padding: 20px;
    text-decoration: none;
    font-weight: bold;
  }
  /* line 127, app/assets/stylesheets/common/layout/headder.scss */
  .body-header-mobile-menu {
    position: fixed;
    top: -350px;
    right: 0;
    width: 100%;
    height: 500px;
    cursor: pointer;
    transition: 0.53s transform;
    transition-timing-function: cubic-bezier(0.38, 0.52, 0.23, 0.99);
    background-color: #FFEFCC;
    box-shadow: 0 15px #EBD5BA;
    z-index: -1;
  }
  /* line 143, app/assets/stylesheets/common/layout/headder.scss */
  .body-header-mobile #body-header-mobile-toggle {
    position: absolute;
    display: none;
    opacity: 0;
  }
  /* line 148, app/assets/stylesheets/common/layout/headder.scss */
  .body-header-mobile #body-header-mobile-toggle ~ label {
    display: block;
    padding: 30px;
    cursor: pointer;
    transition: 0.53s transform;
    transition-timing-function: cubic-bezier(0.38, 0.52, 0.23, 0.99);
    text-align: center;
  }
  /* line 157, app/assets/stylesheets/common/layout/headder.scss */
  .body-header-mobile #body-header-mobile-toggle ~ label::before {
    content: '';
    display: inline-block;
    width: 80px;
    height: 60px;
    background-image: url(../../images//open.png);
    background-size: contain;
    vertical-align: middle;
    filter: drop-shadow(0 2px 13px rgba(10, 10, 10, 0.15));
  }
  /* line 168, app/assets/stylesheets/common/layout/headder.scss */
  .body-header-mobile #body-header-mobile-toggle:checked ~ label {
    transform: translateY(350px);
  }
  /* line 172, app/assets/stylesheets/common/layout/headder.scss */
  .body-header-mobile #body-header-mobile-toggle:checked ~ label::before {
    content: '';
    display: inline-block;
    width: 80px;
    height: 60px;
    background-image: url(../../images//open.png);
    background-size: contain;
    vertical-align: middle;
    filter: drop-shadow(0 2px 13px rgba(10, 10, 10, 0.15));
  }
  /* line 183, app/assets/stylesheets/common/layout/headder.scss */
  .body-header-mobile #body-header-mobile-toggle:checked ~ .body-header-mobile-menu {
    transform: translateY(350px);
  }
  /* line 187, app/assets/stylesheets/common/layout/headder.scss */
  .body-header-mobile #body-header-mobile-toggle:checked ~ .body-header-mobile-logo {
    transform: translateY(350px);
  }
  /* line 192, app/assets/stylesheets/common/layout/headder.scss */
  .body-header-mobile-logo {
    display: block;
    padding: 30px;
    width: 400px;
  }
}

@media (min-width: 896px) {
  /* line 7, app/assets/stylesheets/common/layout/headder.scss */
  .body-header {
    display: none;
    background: #FFEFCC;
    vertical-align: middle;
    box-shadow: 0 15px #EBD5BA;
  }
  /* line 13, app/assets/stylesheets/common/layout/headder.scss */
  .body-header-title {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 270px;
    margin: 0;
    padding: 5px 20px;
    filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.2));
  }
  /* line 23, app/assets/stylesheets/common/layout/headder.scss */
  .body-header-nav {
    position: absolute;
    top: 5px;
    right: 20px;
  }
  /* line 29, app/assets/stylesheets/common/layout/headder.scss */
  .body-header-nav ul li {
    display: inline;
    margin: 0 20px;
  }
  /* line 33, app/assets/stylesheets/common/layout/headder.scss */
  .body-header-nav ul li img {
    display: inline-block;
    vertical-align: middle;
    height: 30px;
    margin: 0;
    padding: 0;
  }
  /* line 41, app/assets/stylesheets/common/layout/headder.scss */
  .body-header-nav ul li a {
    vertical-align: middle;
    color: #444;
  }
  /* line 45, app/assets/stylesheets/common/layout/headder.scss */
  .body-header-nav ul li a:hover {
    opacity: .5;
  }
  /* line 53, app/assets/stylesheets/common/layout/headder.scss */
  .body-header-nav .hover-menu {
    background-color: white;
    display: none;
    width: 148px;
    position: absolute;
    top: 48px;
    min-height: 80px;
    right: 0;
    box-shadow: 0 0 8px #ccc;
    border-radius: 4px;
    padding: 16px 0;
    line-height: 2.4em;
  }
  /* line 66, app/assets/stylesheets/common/layout/headder.scss */
  .body-header-nav .hover-menu > div {
    margin-left: 16px;
  }
  /* line 69, app/assets/stylesheets/common/layout/headder.scss */
  .body-header-nav .hover-menu > div a {
    display: block;
    width: 100%;
  }
  /* line 78, app/assets/stylesheets/common/layout/headder.scss */
  .body-header-mobile {
    display: inline;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 20;
  }
  /* line 86, app/assets/stylesheets/common/layout/headder.scss */
  .body-header-mobile *, .body-header-mobile *:before, .body-header-mobile *:after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }
  /* line 92, app/assets/stylesheets/common/layout/headder.scss */
  .body-header-mobile ol, .body-header-mobile ul {
    list-style: none;
  }
  /* line 97, app/assets/stylesheets/common/layout/headder.scss */
  .body-header-mobile-logo img {
    height: 40px;
    margin: 15px;
  }
  /* line 103, app/assets/stylesheets/common/layout/headder.scss */
  .body-header-mobile-button {
    position: absolute;
    top: 15px;
    right: 20px;
    display: inline-block;
  }
  /* line 110, app/assets/stylesheets/common/layout/headder.scss */
  .body-header-mobile-button ul {
    margin: 0;
    padding: 0;
  }
  /* line 115, app/assets/stylesheets/common/layout/headder.scss */
  .body-header-mobile-button li {
    list-style: none;
  }
  /* line 118, app/assets/stylesheets/common/layout/headder.scss */
  .body-header-mobile-button li a {
    display: block;
    padding: 20px;
    text-decoration: none;
    font-weight: bold;
  }
  /* line 127, app/assets/stylesheets/common/layout/headder.scss */
  .body-header-mobile-menu {
    position: fixed;
    top: -350px;
    right: 0;
    width: 100%;
    height: 500px;
    cursor: pointer;
    transition: 0.53s transform;
    transition-timing-function: cubic-bezier(0.38, 0.52, 0.23, 0.99);
    background-color: #FFEFCC;
    box-shadow: 0 15px #EBD5BA;
    z-index: -1;
  }
  /* line 143, app/assets/stylesheets/common/layout/headder.scss */
  .body-header-mobile #body-header-mobile-toggle {
    position: absolute;
    display: none;
    opacity: 0;
  }
  /* line 148, app/assets/stylesheets/common/layout/headder.scss */
  .body-header-mobile #body-header-mobile-toggle ~ label {
    display: block;
    padding: 30px;
    cursor: pointer;
    transition: 0.53s transform;
    transition-timing-function: cubic-bezier(0.38, 0.52, 0.23, 0.99);
    text-align: center;
  }
  /* line 157, app/assets/stylesheets/common/layout/headder.scss */
  .body-header-mobile #body-header-mobile-toggle ~ label::before {
    content: '';
    display: inline-block;
    width: 80px;
    height: 60px;
    background-image: url(../../images//open.png);
    background-size: contain;
    vertical-align: middle;
    filter: drop-shadow(0 2px 13px rgba(10, 10, 10, 0.15));
  }
  /* line 168, app/assets/stylesheets/common/layout/headder.scss */
  .body-header-mobile #body-header-mobile-toggle:checked ~ label {
    transform: translateY(350px);
  }
  /* line 172, app/assets/stylesheets/common/layout/headder.scss */
  .body-header-mobile #body-header-mobile-toggle:checked ~ label::before {
    content: '';
    display: inline-block;
    width: 80px;
    height: 60px;
    background-image: url(../../images//open.png);
    background-size: contain;
    vertical-align: middle;
    filter: drop-shadow(0 2px 13px rgba(10, 10, 10, 0.15));
  }
  /* line 183, app/assets/stylesheets/common/layout/headder.scss */
  .body-header-mobile #body-header-mobile-toggle:checked ~ .body-header-mobile-menu {
    transform: translateY(350px);
  }
  /* line 187, app/assets/stylesheets/common/layout/headder.scss */
  .body-header-mobile #body-header-mobile-toggle:checked ~ .body-header-mobile-logo {
    transform: translateY(350px);
  }
  /* line 192, app/assets/stylesheets/common/layout/headder.scss */
  .body-header-mobile-logo {
    display: block;
    padding: 30px;
    width: 400px;
  }
}

@media (min-width: 1024px) {
  /* line 7, app/assets/stylesheets/common/layout/headder.scss */
  .body-header {
    display: none;
    background: #FFEFCC;
    vertical-align: middle;
    box-shadow: 0 15px #EBD5BA;
  }
  /* line 13, app/assets/stylesheets/common/layout/headder.scss */
  .body-header-title {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 270px;
    margin: 0;
    padding: 5px 20px;
    filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.2));
  }
  /* line 23, app/assets/stylesheets/common/layout/headder.scss */
  .body-header-nav {
    position: absolute;
    top: 5px;
    right: 20px;
  }
  /* line 29, app/assets/stylesheets/common/layout/headder.scss */
  .body-header-nav ul li {
    display: inline;
    margin: 0 20px;
  }
  /* line 33, app/assets/stylesheets/common/layout/headder.scss */
  .body-header-nav ul li img {
    display: inline-block;
    vertical-align: middle;
    height: 30px;
    margin: 0;
    padding: 0;
  }
  /* line 41, app/assets/stylesheets/common/layout/headder.scss */
  .body-header-nav ul li a {
    vertical-align: middle;
    color: #444;
  }
  /* line 45, app/assets/stylesheets/common/layout/headder.scss */
  .body-header-nav ul li a:hover {
    opacity: .5;
  }
  /* line 53, app/assets/stylesheets/common/layout/headder.scss */
  .body-header-nav .hover-menu {
    background-color: white;
    display: none;
    width: 148px;
    position: absolute;
    top: 48px;
    min-height: 80px;
    right: 0;
    box-shadow: 0 0 8px #ccc;
    border-radius: 4px;
    padding: 16px 0;
    line-height: 2.4em;
  }
  /* line 66, app/assets/stylesheets/common/layout/headder.scss */
  .body-header-nav .hover-menu > div {
    margin-left: 16px;
  }
  /* line 69, app/assets/stylesheets/common/layout/headder.scss */
  .body-header-nav .hover-menu > div a {
    display: block;
    width: 100%;
  }
  /* line 78, app/assets/stylesheets/common/layout/headder.scss */
  .body-header-mobile {
    display: inline;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 20;
  }
  /* line 86, app/assets/stylesheets/common/layout/headder.scss */
  .body-header-mobile *, .body-header-mobile *:before, .body-header-mobile *:after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }
  /* line 92, app/assets/stylesheets/common/layout/headder.scss */
  .body-header-mobile ol, .body-header-mobile ul {
    list-style: none;
  }
  /* line 97, app/assets/stylesheets/common/layout/headder.scss */
  .body-header-mobile-logo img {
    height: 40px;
    margin: 15px;
  }
  /* line 103, app/assets/stylesheets/common/layout/headder.scss */
  .body-header-mobile-button {
    position: absolute;
    top: 15px;
    right: 20px;
    display: inline-block;
  }
  /* line 110, app/assets/stylesheets/common/layout/headder.scss */
  .body-header-mobile-button ul {
    margin: 0;
    padding: 0;
  }
  /* line 115, app/assets/stylesheets/common/layout/headder.scss */
  .body-header-mobile-button li {
    list-style: none;
  }
  /* line 118, app/assets/stylesheets/common/layout/headder.scss */
  .body-header-mobile-button li a {
    display: block;
    padding: 20px;
    text-decoration: none;
    font-weight: bold;
  }
  /* line 127, app/assets/stylesheets/common/layout/headder.scss */
  .body-header-mobile-menu {
    position: fixed;
    top: -350px;
    right: 0;
    width: 100%;
    height: 500px;
    cursor: pointer;
    transition: 0.53s transform;
    transition-timing-function: cubic-bezier(0.38, 0.52, 0.23, 0.99);
    background-color: #FFEFCC;
    box-shadow: 0 15px #EBD5BA;
    z-index: -1;
  }
  /* line 143, app/assets/stylesheets/common/layout/headder.scss */
  .body-header-mobile #body-header-mobile-toggle {
    position: absolute;
    display: none;
    opacity: 0;
  }
  /* line 148, app/assets/stylesheets/common/layout/headder.scss */
  .body-header-mobile #body-header-mobile-toggle ~ label {
    display: block;
    padding: 30px;
    cursor: pointer;
    transition: 0.53s transform;
    transition-timing-function: cubic-bezier(0.38, 0.52, 0.23, 0.99);
    text-align: center;
  }
  /* line 157, app/assets/stylesheets/common/layout/headder.scss */
  .body-header-mobile #body-header-mobile-toggle ~ label::before {
    content: '';
    display: inline-block;
    width: 80px;
    height: 60px;
    background-image: url(../../images//open.png);
    background-size: contain;
    vertical-align: middle;
    filter: drop-shadow(0 2px 13px rgba(10, 10, 10, 0.15));
  }
  /* line 168, app/assets/stylesheets/common/layout/headder.scss */
  .body-header-mobile #body-header-mobile-toggle:checked ~ label {
    transform: translateY(350px);
  }
  /* line 172, app/assets/stylesheets/common/layout/headder.scss */
  .body-header-mobile #body-header-mobile-toggle:checked ~ label::before {
    content: '';
    display: inline-block;
    width: 80px;
    height: 60px;
    background-image: url(../../images//open.png);
    background-size: contain;
    vertical-align: middle;
    filter: drop-shadow(0 2px 13px rgba(10, 10, 10, 0.15));
  }
  /* line 183, app/assets/stylesheets/common/layout/headder.scss */
  .body-header-mobile #body-header-mobile-toggle:checked ~ .body-header-mobile-menu {
    transform: translateY(350px);
  }
  /* line 187, app/assets/stylesheets/common/layout/headder.scss */
  .body-header-mobile #body-header-mobile-toggle:checked ~ .body-header-mobile-logo {
    transform: translateY(350px);
  }
  /* line 192, app/assets/stylesheets/common/layout/headder.scss */
  .body-header-mobile-logo {
    display: block;
    padding: 30px;
    width: 400px;
  }
}

@media (min-width: 1080px) {
  /* line 7, app/assets/stylesheets/common/layout/headder.scss */
  .body-header {
    display: block;
    background: #FFEFCC;
    vertical-align: middle;
    box-shadow: 0 15px #EBD5BA;
  }
  /* line 13, app/assets/stylesheets/common/layout/headder.scss */
  .body-header-title {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 270px;
    margin: 0;
    padding: 5px 20px;
    filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.2));
  }
  /* line 23, app/assets/stylesheets/common/layout/headder.scss */
  .body-header-nav {
    position: absolute;
    top: 5px;
    right: 20px;
  }
  /* line 29, app/assets/stylesheets/common/layout/headder.scss */
  .body-header-nav ul li {
    display: inline;
    margin: 0 20px;
  }
  /* line 33, app/assets/stylesheets/common/layout/headder.scss */
  .body-header-nav ul li img {
    display: inline-block;
    vertical-align: middle;
    height: 30px;
    margin: 0;
    padding: 0;
  }
  /* line 41, app/assets/stylesheets/common/layout/headder.scss */
  .body-header-nav ul li a {
    vertical-align: middle;
    color: #444;
  }
  /* line 45, app/assets/stylesheets/common/layout/headder.scss */
  .body-header-nav ul li a:hover {
    opacity: .5;
  }
  /* line 53, app/assets/stylesheets/common/layout/headder.scss */
  .body-header-nav .hover-menu {
    background-color: white;
    display: none;
    width: 148px;
    position: absolute;
    top: 48px;
    min-height: 80px;
    right: 0;
    box-shadow: 0 0 8px #ccc;
    border-radius: 4px;
    padding: 16px 0;
    line-height: 2.4em;
  }
  /* line 66, app/assets/stylesheets/common/layout/headder.scss */
  .body-header-nav .hover-menu > div {
    margin-left: 16px;
  }
  /* line 69, app/assets/stylesheets/common/layout/headder.scss */
  .body-header-nav .hover-menu > div a {
    display: block;
    width: 100%;
  }
  /* line 78, app/assets/stylesheets/common/layout/headder.scss */
  .body-header-mobile {
    display: none;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 20;
  }
  /* line 86, app/assets/stylesheets/common/layout/headder.scss */
  .body-header-mobile *, .body-header-mobile *:before, .body-header-mobile *:after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }
  /* line 92, app/assets/stylesheets/common/layout/headder.scss */
  .body-header-mobile ol, .body-header-mobile ul {
    list-style: none;
  }
  /* line 97, app/assets/stylesheets/common/layout/headder.scss */
  .body-header-mobile-logo img {
    height: 40px;
    margin: 15px;
  }
  /* line 103, app/assets/stylesheets/common/layout/headder.scss */
  .body-header-mobile-button {
    position: absolute;
    top: 15px;
    right: 20px;
    display: inline-block;
  }
  /* line 110, app/assets/stylesheets/common/layout/headder.scss */
  .body-header-mobile-button ul {
    margin: 0;
    padding: 0;
  }
  /* line 115, app/assets/stylesheets/common/layout/headder.scss */
  .body-header-mobile-button li {
    list-style: none;
  }
  /* line 118, app/assets/stylesheets/common/layout/headder.scss */
  .body-header-mobile-button li a {
    display: block;
    padding: 20px;
    text-decoration: none;
    font-weight: bold;
  }
  /* line 127, app/assets/stylesheets/common/layout/headder.scss */
  .body-header-mobile-menu {
    position: fixed;
    top: -350px;
    right: 0;
    width: 100%;
    height: 500px;
    cursor: pointer;
    transition: 0.53s transform;
    transition-timing-function: cubic-bezier(0.38, 0.52, 0.23, 0.99);
    background-color: #FFEFCC;
    box-shadow: 0 15px #EBD5BA;
    z-index: -1;
  }
  /* line 143, app/assets/stylesheets/common/layout/headder.scss */
  .body-header-mobile #body-header-mobile-toggle {
    position: absolute;
    display: none;
    opacity: 0;
  }
  /* line 148, app/assets/stylesheets/common/layout/headder.scss */
  .body-header-mobile #body-header-mobile-toggle ~ label {
    display: block;
    padding: 30px;
    cursor: pointer;
    transition: 0.53s transform;
    transition-timing-function: cubic-bezier(0.38, 0.52, 0.23, 0.99);
    text-align: center;
  }
  /* line 157, app/assets/stylesheets/common/layout/headder.scss */
  .body-header-mobile #body-header-mobile-toggle ~ label::before {
    content: '';
    display: inline-block;
    width: 80px;
    height: 60px;
    background-image: url(../../images//open.png);
    background-size: contain;
    vertical-align: middle;
    filter: drop-shadow(0 2px 13px rgba(10, 10, 10, 0.15));
  }
  /* line 168, app/assets/stylesheets/common/layout/headder.scss */
  .body-header-mobile #body-header-mobile-toggle:checked ~ label {
    transform: translateY(350px);
  }
  /* line 172, app/assets/stylesheets/common/layout/headder.scss */
  .body-header-mobile #body-header-mobile-toggle:checked ~ label::before {
    content: '';
    display: inline-block;
    width: 80px;
    height: 60px;
    background-image: url(../../images//open.png);
    background-size: contain;
    vertical-align: middle;
    filter: drop-shadow(0 2px 13px rgba(10, 10, 10, 0.15));
  }
  /* line 183, app/assets/stylesheets/common/layout/headder.scss */
  .body-header-mobile #body-header-mobile-toggle:checked ~ .body-header-mobile-menu {
    transform: translateY(350px);
  }
  /* line 187, app/assets/stylesheets/common/layout/headder.scss */
  .body-header-mobile #body-header-mobile-toggle:checked ~ .body-header-mobile-logo {
    transform: translateY(350px);
  }
  /* line 192, app/assets/stylesheets/common/layout/headder.scss */
  .body-header-mobile-logo {
    display: block;
    padding: 30px;
    width: 400px;
  }
}

@media (min-width: 0px) {
  /* line 9, app/assets/stylesheets/common/layout/section.scss */
  .body-section {
    max-width: 1000px;
    margin: 50px auto 50px auto;
    min-height: calc(100vh - 246px);
  }
  /* line 14, app/assets/stylesheets/common/layout/section.scss */
  .body-section h1 {
    background: #FFB86B;
    padding: 10px 0 10px 30px;
    margin-bottom: 1.8em;
  }
  /* line 19, app/assets/stylesheets/common/layout/section.scss */
  .body-section h1 p {
    color: #FFFFFF;
    font-size: 1.2rem;
    margin: 0;
  }
  /* line 27, app/assets/stylesheets/common/layout/section.scss */
  .body-section-content {
    margin-bottom: 2.4em;
    color: #444;
    padding: 0 16px;
  }
  /* line 33, app/assets/stylesheets/common/layout/section.scss */
  .body-section-content-title h2 {
    color: #444;
    margin-bottom: 0;
    font-size: 1.2rem;
  }
  /* line 38, app/assets/stylesheets/common/layout/section.scss */
  .body-section-content-title h2:before {
    content: "";
    border-left: solid 10px #FFB86B;
    margin-right: 10px;
  }
  /* line 47, app/assets/stylesheets/common/layout/section.scss */
  .body-section-content p {
    margin: 0;
    font-size: 1.2rem;
  }
  /* line 52, app/assets/stylesheets/common/layout/section.scss */
  .body-section-content img {
    width: 500px;
  }
  /* line 56, app/assets/stylesheets/common/layout/section.scss */
  .body-section-content-text {
    color: #555;
  }
  /* line 63, app/assets/stylesheets/common/layout/section.scss */
  .body-section-content-more {
    display: table;
    border-spacing: 20px 0;
    margin: 20px auto;
  }
  /* line 68, app/assets/stylesheets/common/layout/section.scss */
  .body-section-content-more div {
    display: table-cell;
    background: #70707A;
    color: #FFFFFF;
    font-size: 1.2rem;
    text-align: center;
    vertical-align: middle;
    width: 200px;
    height: 50px;
  }
  /* line 80, app/assets/stylesheets/common/layout/section.scss */
  .body-section-content-endpoint {
    background: #FFB86B;
    width: 100px;
    height: 15px;
    margin: 50px auto;
  }
  /* line 87, app/assets/stylesheets/common/layout/section.scss */
  .body-section-content p {
    padding: 10px 15px;
  }
  /* line 92, app/assets/stylesheets/common/layout/section.scss */
  .body-section-content-ol ol {
    padding: 10px 15px;
    counter-reset: item;
  }
  /* line 97, app/assets/stylesheets/common/layout/section.scss */
  .body-section-content-ol li {
    display: block;
    padding: 2px 0;
    font-size: 1.2rem;
    position: relative;
  }
  /* line 104, app/assets/stylesheets/common/layout/section.scss */
  .body-section-content-ol li:before {
    content: counters(item, ".") " ";
    counter-increment: item;
  }
}

@media (min-width: 896px) {
  /* line 9, app/assets/stylesheets/common/layout/section.scss */
  .body-section {
    max-width: 800px;
    margin: 250px auto 50px auto;
    min-height: calc(100vh - 246px);
  }
  /* line 14, app/assets/stylesheets/common/layout/section.scss */
  .body-section h1 {
    background: #FFB86B;
    padding: 10px 0 10px 30px;
    margin-bottom: 1.8em;
  }
  /* line 19, app/assets/stylesheets/common/layout/section.scss */
  .body-section h1 p {
    color: #FFFFFF;
    font-size: 0.8rem;
    margin: 0;
  }
  /* line 27, app/assets/stylesheets/common/layout/section.scss */
  .body-section-content {
    margin-bottom: 2.4em;
    color: #444;
    padding: 0 16px;
  }
  /* line 33, app/assets/stylesheets/common/layout/section.scss */
  .body-section-content-title h2 {
    color: #444;
    margin-bottom: 0;
    font-size: 0.8rem;
  }
  /* line 38, app/assets/stylesheets/common/layout/section.scss */
  .body-section-content-title h2:before {
    content: "";
    border-left: solid 10px #FFB86B;
    margin-right: 10px;
  }
  /* line 47, app/assets/stylesheets/common/layout/section.scss */
  .body-section-content p {
    margin: 0;
    font-size: 0.8rem;
  }
  /* line 52, app/assets/stylesheets/common/layout/section.scss */
  .body-section-content img {
    width: 500px;
  }
  /* line 56, app/assets/stylesheets/common/layout/section.scss */
  .body-section-content-text {
    color: #555;
  }
  /* line 63, app/assets/stylesheets/common/layout/section.scss */
  .body-section-content-more {
    display: table;
    border-spacing: 20px 0;
    margin: 20px auto;
  }
  /* line 68, app/assets/stylesheets/common/layout/section.scss */
  .body-section-content-more div {
    display: table-cell;
    background: #70707A;
    color: #FFFFFF;
    font-size: 0.8rem;
    text-align: center;
    vertical-align: middle;
    width: 200px;
    height: 50px;
  }
  /* line 80, app/assets/stylesheets/common/layout/section.scss */
  .body-section-content-endpoint {
    background: #FFB86B;
    width: 100px;
    height: 15px;
    margin: 50px auto;
  }
  /* line 87, app/assets/stylesheets/common/layout/section.scss */
  .body-section-content p {
    padding: 10px 15px;
  }
  /* line 92, app/assets/stylesheets/common/layout/section.scss */
  .body-section-content-ol ol {
    padding: 10px 15px;
    counter-reset: item;
  }
  /* line 97, app/assets/stylesheets/common/layout/section.scss */
  .body-section-content-ol li {
    display: block;
    padding: 2px 0;
    font-size: 0.8rem;
    position: relative;
  }
  /* line 104, app/assets/stylesheets/common/layout/section.scss */
  .body-section-content-ol li:before {
    content: counters(item, ".") " ";
    counter-increment: item;
  }
}

@media (min-width: 1024px) {
  /* line 9, app/assets/stylesheets/common/layout/section.scss */
  .body-section {
    max-width: 800px;
    margin: 250px auto 50px auto;
    min-height: calc(100vh - 246px);
  }
  /* line 14, app/assets/stylesheets/common/layout/section.scss */
  .body-section h1 {
    background: #FFB86B;
    padding: 10px 0 10px 30px;
    margin-bottom: 1.8em;
  }
  /* line 19, app/assets/stylesheets/common/layout/section.scss */
  .body-section h1 p {
    color: #FFFFFF;
    font-size: 0.8rem;
    margin: 0;
  }
  /* line 27, app/assets/stylesheets/common/layout/section.scss */
  .body-section-content {
    margin-bottom: 2.4em;
    color: #444;
    padding: 0 16px;
  }
  /* line 33, app/assets/stylesheets/common/layout/section.scss */
  .body-section-content-title h2 {
    color: #444;
    margin-bottom: 0;
    font-size: 0.8rem;
  }
  /* line 38, app/assets/stylesheets/common/layout/section.scss */
  .body-section-content-title h2:before {
    content: "";
    border-left: solid 10px #FFB86B;
    margin-right: 10px;
  }
  /* line 47, app/assets/stylesheets/common/layout/section.scss */
  .body-section-content p {
    margin: 0;
    font-size: 0.8rem;
  }
  /* line 52, app/assets/stylesheets/common/layout/section.scss */
  .body-section-content img {
    width: 500px;
  }
  /* line 56, app/assets/stylesheets/common/layout/section.scss */
  .body-section-content-text {
    color: #555;
  }
  /* line 63, app/assets/stylesheets/common/layout/section.scss */
  .body-section-content-more {
    display: table;
    border-spacing: 20px 0;
    margin: 20px auto;
  }
  /* line 68, app/assets/stylesheets/common/layout/section.scss */
  .body-section-content-more div {
    display: table-cell;
    background: #70707A;
    color: #FFFFFF;
    font-size: 0.8rem;
    text-align: center;
    vertical-align: middle;
    width: 200px;
    height: 50px;
  }
  /* line 80, app/assets/stylesheets/common/layout/section.scss */
  .body-section-content-endpoint {
    background: #FFB86B;
    width: 100px;
    height: 15px;
    margin: 50px auto;
  }
  /* line 87, app/assets/stylesheets/common/layout/section.scss */
  .body-section-content p {
    padding: 10px 15px;
  }
  /* line 92, app/assets/stylesheets/common/layout/section.scss */
  .body-section-content-ol ol {
    padding: 10px 15px;
    counter-reset: item;
  }
  /* line 97, app/assets/stylesheets/common/layout/section.scss */
  .body-section-content-ol li {
    display: block;
    padding: 2px 0;
    font-size: 0.8rem;
    position: relative;
  }
  /* line 104, app/assets/stylesheets/common/layout/section.scss */
  .body-section-content-ol li:before {
    content: counters(item, ".") " ";
    counter-increment: item;
  }
}

@media (min-width: 1080px) {
  /* line 9, app/assets/stylesheets/common/layout/section.scss */
  .body-section {
    max-width: 1000px;
    margin: 50px auto 50px auto;
    min-height: calc(100vh - 246px);
  }
  /* line 14, app/assets/stylesheets/common/layout/section.scss */
  .body-section h1 {
    background: #FFB86B;
    padding: 10px 0 10px 30px;
    margin-bottom: 1.8em;
  }
  /* line 19, app/assets/stylesheets/common/layout/section.scss */
  .body-section h1 p {
    color: #FFFFFF;
    font-size: 1.2rem;
    margin: 0;
  }
  /* line 27, app/assets/stylesheets/common/layout/section.scss */
  .body-section-content {
    margin-bottom: 2.4em;
    color: #444;
    padding: 0 16px;
  }
  /* line 33, app/assets/stylesheets/common/layout/section.scss */
  .body-section-content-title h2 {
    color: #444;
    margin-bottom: 0;
    font-size: 1.2rem;
  }
  /* line 38, app/assets/stylesheets/common/layout/section.scss */
  .body-section-content-title h2:before {
    content: "";
    border-left: solid 10px #FFB86B;
    margin-right: 10px;
  }
  /* line 47, app/assets/stylesheets/common/layout/section.scss */
  .body-section-content p {
    margin: 0;
    font-size: 1.2rem;
  }
  /* line 52, app/assets/stylesheets/common/layout/section.scss */
  .body-section-content img {
    width: 500px;
  }
  /* line 56, app/assets/stylesheets/common/layout/section.scss */
  .body-section-content-text {
    color: #555;
  }
  /* line 63, app/assets/stylesheets/common/layout/section.scss */
  .body-section-content-more {
    display: table;
    border-spacing: 20px 0;
    margin: 20px auto;
  }
  /* line 68, app/assets/stylesheets/common/layout/section.scss */
  .body-section-content-more div {
    display: table-cell;
    background: #70707A;
    color: #FFFFFF;
    font-size: 1.2rem;
    text-align: center;
    vertical-align: middle;
    width: 200px;
    height: 50px;
  }
  /* line 80, app/assets/stylesheets/common/layout/section.scss */
  .body-section-content-endpoint {
    background: #FFB86B;
    width: 100px;
    height: 15px;
    margin: 50px auto;
  }
  /* line 87, app/assets/stylesheets/common/layout/section.scss */
  .body-section-content p {
    padding: 10px 15px;
  }
  /* line 92, app/assets/stylesheets/common/layout/section.scss */
  .body-section-content-ol ol {
    padding: 10px 15px;
    counter-reset: item;
  }
  /* line 97, app/assets/stylesheets/common/layout/section.scss */
  .body-section-content-ol li {
    display: block;
    padding: 2px 0;
    font-size: 1.2rem;
    position: relative;
  }
  /* line 104, app/assets/stylesheets/common/layout/section.scss */
  .body-section-content-ol li:before {
    content: counters(item, ".") " ";
    counter-increment: item;
  }
}

@media (min-width: 0px) {
  /* line 6, app/assets/stylesheets/common/layout/footer.scss */
  .body-footer {
    background: #FFEFCC;
    position: relative;
    height: 80px;
  }
  /* line 11, app/assets/stylesheets/common/layout/footer.scss */
  .body-footer .copy-write {
    position: absolute;
    right: 10px;
    bottom: 10px;
  }
}

@media (min-width: 896px) {
  /* line 6, app/assets/stylesheets/common/layout/footer.scss */
  .body-footer {
    background: #FFEFCC;
    position: relative;
    height: 200px;
  }
  /* line 11, app/assets/stylesheets/common/layout/footer.scss */
  .body-footer .copy-write {
    position: absolute;
    right: 10px;
    bottom: 10px;
  }
}

@media (min-width: 1024px) {
  /* line 6, app/assets/stylesheets/common/layout/footer.scss */
  .body-footer {
    background: #FFEFCC;
    position: relative;
    height: 80px;
  }
  /* line 11, app/assets/stylesheets/common/layout/footer.scss */
  .body-footer .copy-write {
    position: absolute;
    right: 10px;
    bottom: 10px;
  }
}

@media (min-width: 1080px) {
  /* line 6, app/assets/stylesheets/common/layout/footer.scss */
  .body-footer {
    background: #FFEFCC;
    position: relative;
    height: 80px;
  }
  /* line 11, app/assets/stylesheets/common/layout/footer.scss */
  .body-footer .copy-write {
    position: absolute;
    right: 10px;
    bottom: 10px;
  }
}

@media (min-width: 0px) {
  /* line 9, app/assets/stylesheets/page/top.scss */
  .body-section-uvl {
    text-align: center;
  }
  /* line 12, app/assets/stylesheets/page/top.scss */
  .body-section-uvl img {
    width: 300px;
  }
  /* line 16, app/assets/stylesheets/page/top.scss */
  .body-section-uvl p {
    font-size: 1.8rem;
    margin: 10px auto;
  }
  /* line 21, app/assets/stylesheets/page/top.scss */
  .body-section-uvl-text {
    text-align: left;
    font-size: 1.8rem;
    width: 500px;
    margin: 20px auto;
  }
  /* line 31, app/assets/stylesheets/page/top.scss */
  .body-section-content-log {
    background: #FFEFCC;
    border: 1px #FFB86B solid;
    width: 90%;
    margin: 1em auto 0;
  }
  /* line 37, app/assets/stylesheets/page/top.scss */
  .body-section-content-log table {
    width: 90%;
    margin: 10px auto;
  }
  /* line 41, app/assets/stylesheets/page/top.scss */
  .body-section-content-log table td {
    border-bottom: 1px #70707A solid;
    padding: 0 0;
  }
  /* line 45, app/assets/stylesheets/page/top.scss */
  .body-section-content-log table td:last-child {
    border-bottom: none;
  }
  /* line 49, app/assets/stylesheets/page/top.scss */
  .body-section-content-log table td p {
    margin: 10px 5px;
  }
  /* line 55, app/assets/stylesheets/page/top.scss */
  .body-section-content-log-day {
    font-size: 0.9rem;
  }
  /* line 60, app/assets/stylesheets/page/top.scss */
  .body-section-content-list {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
  /* line 65, app/assets/stylesheets/page/top.scss */
  .body-section-content-list__list {
    width: calc(100% / 3 - 16px);
    margin: 0 8px;
    border: solid 1px #FFB86B;
  }
  /* line 70, app/assets/stylesheets/page/top.scss */
  .body-section-content-list__list .list-title {
    background-color: #f5a54e;
    color: white;
    font-size: small;
    padding: 8px;
    height: calc(2em + 16px);
    font-weight: bold;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  /* line 83, app/assets/stylesheets/page/top.scss */
  .body-section-content-list__list .list-content {
    font-size: small;
    padding: 8px;
  }
}

@media (min-width: 896px) {
  /* line 9, app/assets/stylesheets/page/top.scss */
  .body-section-uvl {
    text-align: center;
  }
  /* line 12, app/assets/stylesheets/page/top.scss */
  .body-section-uvl img {
    width: 300px;
  }
  /* line 16, app/assets/stylesheets/page/top.scss */
  .body-section-uvl p {
    font-size: 1.8rem;
    margin: 10px auto;
  }
  /* line 21, app/assets/stylesheets/page/top.scss */
  .body-section-uvl-text {
    text-align: left;
    font-size: 1.8rem;
    width: 500px;
    margin: 20px auto;
  }
  /* line 31, app/assets/stylesheets/page/top.scss */
  .body-section-content-log {
    background: #FFEFCC;
    border: 1px #FFB86B solid;
    width: 90%;
    margin: 1em auto 0;
  }
  /* line 37, app/assets/stylesheets/page/top.scss */
  .body-section-content-log table {
    width: 90%;
    margin: 10px auto;
  }
  /* line 41, app/assets/stylesheets/page/top.scss */
  .body-section-content-log table td {
    border-bottom: 1px #70707A solid;
    padding: 0 0;
  }
  /* line 45, app/assets/stylesheets/page/top.scss */
  .body-section-content-log table td:last-child {
    border-bottom: none;
  }
  /* line 49, app/assets/stylesheets/page/top.scss */
  .body-section-content-log table td p {
    margin: 10px 5px;
  }
  /* line 55, app/assets/stylesheets/page/top.scss */
  .body-section-content-log-day {
    font-size: 0.9rem;
  }
  /* line 60, app/assets/stylesheets/page/top.scss */
  .body-section-content-list {
    display: inline;
    width: 100%;
    justify-content: space-between;
  }
  /* line 65, app/assets/stylesheets/page/top.scss */
  .body-section-content-list__list {
    width: 90%;
    margin: 10px auto;
    border: solid 1px #FFB86B;
  }
  /* line 70, app/assets/stylesheets/page/top.scss */
  .body-section-content-list__list .list-title {
    background-color: #f5a54e;
    color: white;
    font-size: small;
    padding: 8px;
    height: calc(2em + 16px);
    font-weight: bold;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  /* line 83, app/assets/stylesheets/page/top.scss */
  .body-section-content-list__list .list-content {
    font-size: small;
    padding: 8px;
  }
}

@media (min-width: 1024px) {
  /* line 9, app/assets/stylesheets/page/top.scss */
  .body-section-uvl {
    text-align: center;
  }
  /* line 12, app/assets/stylesheets/page/top.scss */
  .body-section-uvl img {
    width: 300px;
  }
  /* line 16, app/assets/stylesheets/page/top.scss */
  .body-section-uvl p {
    font-size: 1.8rem;
    margin: 10px auto;
  }
  /* line 21, app/assets/stylesheets/page/top.scss */
  .body-section-uvl-text {
    text-align: left;
    font-size: 1.8rem;
    width: 500px;
    margin: 20px auto;
  }
  /* line 31, app/assets/stylesheets/page/top.scss */
  .body-section-content-log {
    background: #FFEFCC;
    border: 1px #FFB86B solid;
    width: 90%;
    margin: 1em auto 0;
  }
  /* line 37, app/assets/stylesheets/page/top.scss */
  .body-section-content-log table {
    width: 90%;
    margin: 10px auto;
  }
  /* line 41, app/assets/stylesheets/page/top.scss */
  .body-section-content-log table td {
    border-bottom: 1px #70707A solid;
    padding: 0 0;
  }
  /* line 45, app/assets/stylesheets/page/top.scss */
  .body-section-content-log table td:last-child {
    border-bottom: none;
  }
  /* line 49, app/assets/stylesheets/page/top.scss */
  .body-section-content-log table td p {
    margin: 10px 5px;
  }
  /* line 55, app/assets/stylesheets/page/top.scss */
  .body-section-content-log-day {
    font-size: 0.9rem;
  }
  /* line 60, app/assets/stylesheets/page/top.scss */
  .body-section-content-list {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
  /* line 65, app/assets/stylesheets/page/top.scss */
  .body-section-content-list__list {
    width: calc(100% / 3 - 16px);
    margin: 0 8px;
    border: solid 1px #FFB86B;
  }
  /* line 70, app/assets/stylesheets/page/top.scss */
  .body-section-content-list__list .list-title {
    background-color: #f5a54e;
    color: white;
    font-size: small;
    padding: 8px;
    height: calc(2em + 16px);
    font-weight: bold;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  /* line 83, app/assets/stylesheets/page/top.scss */
  .body-section-content-list__list .list-content {
    font-size: small;
    padding: 8px;
  }
}

@media (min-width: 1080px) {
  /* line 9, app/assets/stylesheets/page/top.scss */
  .body-section-uvl {
    text-align: center;
  }
  /* line 12, app/assets/stylesheets/page/top.scss */
  .body-section-uvl img {
    width: 300px;
  }
  /* line 16, app/assets/stylesheets/page/top.scss */
  .body-section-uvl p {
    font-size: 1.8rem;
    margin: 10px auto;
  }
  /* line 21, app/assets/stylesheets/page/top.scss */
  .body-section-uvl-text {
    text-align: left;
    font-size: 1.8rem;
    width: 500px;
    margin: 20px auto;
  }
  /* line 31, app/assets/stylesheets/page/top.scss */
  .body-section-content-log {
    background: #FFEFCC;
    border: 1px #FFB86B solid;
    width: 90%;
    margin: 1em auto 0;
  }
  /* line 37, app/assets/stylesheets/page/top.scss */
  .body-section-content-log table {
    width: 90%;
    margin: 10px auto;
  }
  /* line 41, app/assets/stylesheets/page/top.scss */
  .body-section-content-log table td {
    border-bottom: 1px #70707A solid;
    padding: 0 0;
  }
  /* line 45, app/assets/stylesheets/page/top.scss */
  .body-section-content-log table td:last-child {
    border-bottom: none;
  }
  /* line 49, app/assets/stylesheets/page/top.scss */
  .body-section-content-log table td p {
    margin: 10px 5px;
  }
  /* line 55, app/assets/stylesheets/page/top.scss */
  .body-section-content-log-day {
    font-size: 0.9rem;
  }
  /* line 60, app/assets/stylesheets/page/top.scss */
  .body-section-content-list {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
  /* line 65, app/assets/stylesheets/page/top.scss */
  .body-section-content-list__list {
    width: calc(100% / 3 - 16px);
    margin: 0 8px;
    border: solid 1px #FFB86B;
  }
  /* line 70, app/assets/stylesheets/page/top.scss */
  .body-section-content-list__list .list-title {
    background-color: #f5a54e;
    color: white;
    font-size: small;
    padding: 8px;
    height: calc(2em + 16px);
    font-weight: bold;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  /* line 83, app/assets/stylesheets/page/top.scss */
  .body-section-content-list__list .list-content {
    font-size: small;
    padding: 8px;
  }
}

@media (min-width: 0px) {
  /* line 7, app/assets/stylesheets/page/generator.scss */
  .terms {
    width: 680px;
    display: block;
    margin: auto;
    border: solid 1px #aaa;
    font-size: 1rem;
  }
  /* line 15, app/assets/stylesheets/page/generator.scss */
  .terms > div:first-child {
    padding: 16px;
    background-color: #555;
    color: white;
  }
  /* line 21, app/assets/stylesheets/page/generator.scss */
  .terms .row {
    display: flex;
    justify-content: space-between;
    padding: 8px !important;
    border-bottom: solid 1px #aaa;
    margin: 0 !important;
  }
  /* line 29, app/assets/stylesheets/page/generator.scss */
  .terms .row:last-child {
    border-bottom: none;
  }
  /* line 33, app/assets/stylesheets/page/generator.scss */
  .terms .row.disabled {
    background-color: #ddd !important;
  }
  /* line 41, app/assets/stylesheets/page/generator.scss */
  .terms .row .term-description {
    width: auto;
  }
  /* line 45, app/assets/stylesheets/page/generator.scss */
  .terms .row .term-select {
    width: auto;
  }
  /* line 48, app/assets/stylesheets/page/generator.scss */
  .terms .row .term-select label {
    width: 110px;
    display: inline-block;
  }
  /* line 59, app/assets/stylesheets/page/generator.scss */
  .license-mark {
    text-align: center;
  }
  /* line 63, app/assets/stylesheets/page/generator.scss */
  .license-mark .container {
    margin: 24px auto 16px;
  }
  /* line 69, app/assets/stylesheets/page/generator.scss */
  canvas {
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (min-width: 896px) {
  /* line 7, app/assets/stylesheets/page/generator.scss */
  .terms {
    width: 680px;
    display: block;
    margin: auto;
    border: solid 1px #aaa;
    font-size: 1rem;
  }
  /* line 15, app/assets/stylesheets/page/generator.scss */
  .terms > div:first-child {
    padding: 16px;
    background-color: #555;
    color: white;
  }
  /* line 21, app/assets/stylesheets/page/generator.scss */
  .terms .row {
    display: flex;
    justify-content: space-between;
    padding: 8px !important;
    border-bottom: solid 1px #aaa;
    margin: 0 !important;
  }
  /* line 29, app/assets/stylesheets/page/generator.scss */
  .terms .row:last-child {
    border-bottom: none;
  }
  /* line 33, app/assets/stylesheets/page/generator.scss */
  .terms .row.disabled {
    background-color: #ddd !important;
  }
  /* line 41, app/assets/stylesheets/page/generator.scss */
  .terms .row .term-description {
    width: auto;
  }
  /* line 45, app/assets/stylesheets/page/generator.scss */
  .terms .row .term-select {
    width: auto;
  }
  /* line 48, app/assets/stylesheets/page/generator.scss */
  .terms .row .term-select label {
    width: 110px;
    display: inline-block;
  }
  /* line 59, app/assets/stylesheets/page/generator.scss */
  .license-mark {
    text-align: center;
  }
  /* line 63, app/assets/stylesheets/page/generator.scss */
  .license-mark .container {
    margin: 24px auto 16px;
  }
  /* line 69, app/assets/stylesheets/page/generator.scss */
  canvas {
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (min-width: 1024px) {
  /* line 7, app/assets/stylesheets/page/generator.scss */
  .terms {
    width: 680px;
    display: block;
    margin: auto;
    border: solid 1px #aaa;
    font-size: 1rem;
  }
  /* line 15, app/assets/stylesheets/page/generator.scss */
  .terms > div:first-child {
    padding: 16px;
    background-color: #555;
    color: white;
  }
  /* line 21, app/assets/stylesheets/page/generator.scss */
  .terms .row {
    display: flex;
    justify-content: space-between;
    padding: 8px !important;
    border-bottom: solid 1px #aaa;
    margin: 0 !important;
  }
  /* line 29, app/assets/stylesheets/page/generator.scss */
  .terms .row:last-child {
    border-bottom: none;
  }
  /* line 33, app/assets/stylesheets/page/generator.scss */
  .terms .row.disabled {
    background-color: #ddd !important;
  }
  /* line 41, app/assets/stylesheets/page/generator.scss */
  .terms .row .term-description {
    width: auto;
  }
  /* line 45, app/assets/stylesheets/page/generator.scss */
  .terms .row .term-select {
    width: auto;
  }
  /* line 48, app/assets/stylesheets/page/generator.scss */
  .terms .row .term-select label {
    width: 110px;
    display: inline-block;
  }
  /* line 59, app/assets/stylesheets/page/generator.scss */
  .license-mark {
    text-align: center;
  }
  /* line 63, app/assets/stylesheets/page/generator.scss */
  .license-mark .container {
    margin: 24px auto 16px;
  }
  /* line 69, app/assets/stylesheets/page/generator.scss */
  canvas {
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (min-width: 1080px) {
  /* line 7, app/assets/stylesheets/page/generator.scss */
  .terms {
    width: 680px;
    display: block;
    margin: auto;
    border: solid 1px #aaa;
    font-size: 1rem;
  }
  /* line 15, app/assets/stylesheets/page/generator.scss */
  .terms > div:first-child {
    padding: 16px;
    background-color: #555;
    color: white;
  }
  /* line 21, app/assets/stylesheets/page/generator.scss */
  .terms .row {
    display: flex;
    justify-content: space-between;
    padding: 8px !important;
    border-bottom: solid 1px #aaa;
    margin: 0 !important;
  }
  /* line 29, app/assets/stylesheets/page/generator.scss */
  .terms .row:last-child {
    border-bottom: none;
  }
  /* line 33, app/assets/stylesheets/page/generator.scss */
  .terms .row.disabled {
    background-color: #ddd !important;
  }
  /* line 41, app/assets/stylesheets/page/generator.scss */
  .terms .row .term-description {
    width: auto;
  }
  /* line 45, app/assets/stylesheets/page/generator.scss */
  .terms .row .term-select {
    width: auto;
  }
  /* line 48, app/assets/stylesheets/page/generator.scss */
  .terms .row .term-select label {
    width: 110px;
    display: inline-block;
  }
  /* line 59, app/assets/stylesheets/page/generator.scss */
  .license-mark {
    text-align: center;
  }
  /* line 63, app/assets/stylesheets/page/generator.scss */
  .license-mark .container {
    margin: 24px auto 16px;
  }
  /* line 69, app/assets/stylesheets/page/generator.scss */
  canvas {
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}

/* line 2, app/assets/stylesheets/page/help.scss */
.help-list {
  margin: 30px 0;
}

/* line 4, app/assets/stylesheets/page/help.scss */
.help-list li {
  margin: 15px 0;
}

/* line 6, app/assets/stylesheets/page/help.scss */
.help-list li a {
  font-size: 1.2rem;
}
