@charset "UTF-8";
.mb1r {
  margin-bottom: 1rem; }

.mb10 {
  margin-bottom: 10px; }

.column {
  display: flex;
  flex-direction: column; }

.textbutton {
  appearance: none;
  background-color: transparent;
  font-weight: bold;
  font-size: 100%;
  border: none;
  color: #ec6b00; }
  .textbutton[disabled] {
    color: #666; }

.tac {
  text-align: center; }

.main-content {
  padding: 80px 0; }

.container {
  margin: 0 1rem 1rem; }

.title-header-1 {
  font-weight: bold;
  font-size: 120%; }

.title-header-2 {
  font-size: 105%;
  font-weight: bold;
  margin-bottom: 0.6em; }

.title-header-3 {
  color: #666;
  font-size: 85%;
  font-weight: bold;
  margin-bottom: 0.6em; }

.help {
  color: #999; }
  .help .fa-exclamation-circle {
    margin-right: 5px; }

.notation {
  border: 1px solid #eee;
  background-color: #fefefe;
  padding: 0.5rem;
  font-size: 80%; }

.create-profile {
  padding: 1rem 1rem 3rem; }

.title-container {
  font-weight: bold;
  font-size: 24px;
  margin: 1.1em 0; }
  .title-container.small {
    font-size: 18px; }

.text-container {
  font-size: 16px;
  margin-bottom: 1em; }

.flow-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative; }
  .flow-container > .bullet {
    position: relative;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid #ccc; }
    .flow-container > .bullet.is-active {
      background-color: #ccc; }
  .flow-container::before {
    position: absolute;
    content: "";
    height: 2px;
    width: 100%;
    background-color: #ccc;
    top: 6px;
    left: 0; }

/* .app-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(#fff, 0.8);
  border-top: 1px solid #eee;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  &.is-enable-next {
    background-color: $base-color;
    & > .textbutton {
      color: white;
    }
  }
}
 */
.face-icon img {
  border-radius: 50%; }

.badge-notification {
  position: absolute;
  padding: 2px 6px;
  border-radius: 1em;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ec6b00;
  font-size: 11px;
  line-height: 1;
  top: 5px;
  right: 15px; }
  @media only screen and (max-width: 480px) {
    .badge-notification {
      top: 0px;
      right: 0px; } }

html {
  position: relative;
  box-sizing: border-box; }

html *,
html *:before,
html *:after {
  box-sizing: border-box; }

h1,
h2,
h3 {
  margin: 0; }

img {
  max-width: 100%;
  vertical-align: middle; }

body {
  color: #333;
  font-size: 16px;
  line-height: 1.5;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", HiraginoCustom, "Hiragino Kaku Gothic ProN", YuGothic, "Yu Gothic Medium", Meiryo, sans-serif;
  padding-bottom: 30px;
  margin: 0;
  position: relative;
  padding: 0; }

input,
select {
  font-size: 16px; }

button,
input {
  font-family: #333; }

/* ul,
li {
  list-style-type: none;
  margin: 0;
  padding: 0;
} */
figure {
  margin: 0;
  padding: 0; }

a {
  color: #ec6b00;
  outline: none;
  cursor: pointer;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

button {
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  border: none; }

.l-container {
  width: 1000px;
  margin: auto; }
  @media only screen and (max-width: 480px) {
    .l-container {
      width: auto; } }

.l-section {
  padding: 0 1rem; }

button,
.button {
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  border-radius: 2.4em;
  background-color: transparent;
  border: 2px solid #ec6b00;
  color: #ec6b00;
  font-size: 100%;
  line-height: 1;
  padding: 0.66em 1.86em;
  font-weight: bold;
  text-decoration: none; }
  button:hover,
  .button:hover {
    opacity: 0.8;
    text-decoration: none; }
  button:active,
  .button:active {
    background-color: #b95400; }
  button.is-white,
  .button.is-white {
    border: 2px solid #fff;
    color: #fff; }
  button.is-medium,
  .button.is-medium {
    font-size: 110%; }
  button.is-small,
  .button.is-small {
    font-size: 90%; }
  button.is-x-small,
  .button.is-x-small {
    font-size: 70%; }
  button.is-fill-color,
  .button.is-fill-color {
    background-color: #ec6b00;
    color: white; }

.is-safety {
  background-color: #0d9937;
  color: white; }

.is-primary {
  border: 1px solid #ec6b00;
  color: #ec6b00; }

.is-danger {
  border: 1px solid #d002b1;
  color: #d002b1; }

/* .content-header {
  line-height: 1;
  position: fixed;
  background-color: #fff;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  // box-shadow: 0 2px 4px #999;
  border-bottom: 1px solid #ccc;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}
.header-button-primary {
  font-size: 26px;
}
 */
.app-header {
  width: 100%;
  border-bottom: 1px solid #eee; }
  .app-header > .inner {
    width: 740px;
    height: 60px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .app-header > .inner a {
      text-decoration: none;
      display: block; }
    .app-header > .inner > .main-nav ul, .app-header > .inner > .header-notifications ul {
      display: inline-flex;
      justify-content: space-between;
      align-items: stretch; }
      @media only screen and (max-width: 480px) {
        .app-header > .inner > .main-nav ul, .app-header > .inner > .header-notifications ul {
          display: flex; } }
      .app-header > .inner > .main-nav ul li a, .app-header > .inner > .header-notifications ul li a {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: #9b9b9b; }
        .app-header > .inner > .main-nav ul li a span, .app-header > .inner > .header-notifications ul li a span {
          font-size: 9px; }
        .app-header > .inner > .main-nav ul li a:hover, .app-header > .inner > .header-notifications ul li a:hover {
          background-color: #f9f9f9;
          border-radius: 4px; }
    .app-header > .inner .main-nav {
      flex-grow: 1; }
      .app-header > .inner .main-nav > ul {
        justify-content: flex-start; }
        .app-header > .inner .main-nav > ul li a {
          padding: 10px 20px; }
          @media only screen and (max-width: 480px) {
            .app-header > .inner .main-nav > ul li a {
              padding: 10px 0px; } }
        .app-header > .inner .main-nav > ul li.is-current a {
          color: #ec6b00; }
    .app-header > .inner .header-notifications > ul {
      justify-content: flex-end; }
      .app-header > .inner .header-notifications > ul li a {
        padding: 10px 20px; }
    .app-header > .inner .logo {
      width: 220px; }
      .app-header > .inner .logo img {
        width: 140px; }
    .app-header > .inner .icon {
      font-size: 22px; }
      @media only screen and (max-width: 480px) {
        .app-header > .inner .icon {
          font-size: 6vw; } }
    .app-header > .inner .menu-nav,
    .app-header > .inner .back-nav,
    .app-header > .inner .user,
    .app-header > .inner .header-title {
      display: none; }
    @media only screen and (max-width: 480px) {
      .app-header > .inner {
        width: 100vw;
        padding: 0;
        height: 44px;
        position: relative; }
        .app-header > .inner .menu-nav,
        .app-header > .inner .user,
        .app-header > .inner .header-title {
          display: block; }
        .app-header > .inner .menu-nav {
          font-size: 6.5vw;
          position: relative;
          z-index: 2;
          padding: 5px 5vw;
          color: #9b9b9b; }
        .app-header > .inner .header-title {
          text-align: center;
          font-size: 18px;
          font-weight: 600;
          position: absolute;
          width: 100%;
          height: 100%;
          left: 0;
          top: 0;
          display: flex;
          align-items: center;
          justify-content: center;
          z-index: 1; }
          .app-header > .inner .header-title .header-logo-mobile {
            width: 35vw; }
        .app-header > .inner .logo {
          display: none; }
        .app-header > .inner .header-notifications {
          position: relative;
          z-index: 2;
          margin-right: 2vw; }
          .app-header > .inner .header-notifications > ul {
            justify-content: flex-end; }
            .app-header > .inner .header-notifications > ul li {
              margin-left: 0; }
              .app-header > .inner .header-notifications > ul li a {
                padding: 5px 3vw 5px 3vw; }
                .app-header > .inner .header-notifications > ul li a span {
                  display: none; } }

/* lp header
========================================== */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: rgba(255, 255, 255, 0);
  transition: 0.4s;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: -1;
  opacity: 0; }
  .header.is-scroll-started {
    z-index: 10;
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.9);
    border-bottom: 1px solid #eee; }
  .header .header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1000px;
    margin: auto; }
    @media only screen and (max-width: 480px) {
      .header .header-inner {
        padding: 0 10px; } }
  .header .logo img {
    width: 140px;
    height: auto; }
    @media only screen and (max-width: 480px) {
      .header .logo img {
        width: 120px; } }
  .header .login-area .button {
    margin-left: 10px;
    font-size: 13px; }
  @media only screen and (max-width: 480px) {
    .header .login-area .button {
      font-size: 12px;
      padding: 0.7em 0.9em;
      border-width: 1px; } }

.header-site {
  z-index: 10;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid #eee; }

/* .content-footer {
  position: fixed;
  background-color: #fff;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  // box-shadow: 0 -2px 2px #fefefe;
  border-top: 1px solid #ccc;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}
 */
@media only screen and (max-width: 480px) {
  .main-nav {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    background-color: #fff;
    height: 50px;
    border-top: 1px solid #eee;
    z-index: 10;
    padding: 0 0px; }
    .main-nav ul {
      display: flex;
      justify-content: space-between !important;
      align-items: stretch !important;
      height: 100%; }
    .main-nav li {
      margin: 0 !important;
      flex-grow: 1;
      flex-basis: 1px; }
      .main-nav li a {
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        line-height: 1; }
        .main-nav li a span {
          margin-top: 3px;
          font-size: 11px !important; }
    .main-nav .user .face-icon img {
      height: 36px; }
    .main-nav .user .nav-label {
      display: none; } }
/* lp footer
========================================== */
.footer {
  text-align: center;
  font-size: x-small;
  display: block;
  margin: 1rem 0; }
  .footer a {
    text-decoration: underline; }
  .footer p {
    margin: 4px 0; }
  .footer .link {
    margin-top: 1rem; }
    .footer .link li {
      display: inline-block;
      margin: 0 5px; }
  .footer .copyright {
    margin-top: 1rem; }

.button {
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  border-radius: 2.4em;
  background-color: transparent;
  border: 2px solid #ec6b00;
  color: #ec6b00;
  font-size: 100%;
  line-height: 1;
  padding: 0.86em 1.86em;
  font-weight: bold;
  text-decoration: none; }
  .button:hover {
    opacity: 0.8; }
  .button:active {
    background-color: #b95400; }
  .button.is-white {
    border: 2px solid #fff;
    color: #fff; }
  .button.is-medium {
    font-size: 110%; }
  .button.is-small {
    font-size: 90%; }
  .button.is-x-small {
    font-size: 70%; }

.section-site {
  width: 900px;
  margin: 0 auto 5rem;
  position: relative;
  transition: 1.5s all cubic-bezier(0.39, 0.575, 0.565, 1); }
  @media only screen and (max-width: 480px) {
    .section-site {
      width: auto;
      margin: 2rem 1rem; } }
  .section-site h2 {
    font-size: 240%;
    margin-bottom: 1em;
    margin: 6rem 0 2rem;
    text-align: center; }
    @media only screen and (max-width: 480px) {
      .section-site h2 {
        font-size: 6vw; } }
  .section-site h3 {
    margin: 0 0 2rem;
    font-size: 200%;
    text-align: center; }
    .section-site h3::after {
      display: block;
      width: 50px;
      height: 3px;
      margin: 5px auto 0;
      background: #bbb;
      content: ''; }
    @media only screen and (max-width: 480px) {
      .section-site h3 {
        font-size: 5.5vw; } }
  .section-site h4 {
    font-size: 130%; }
    @media only screen and (max-width: 480px) {
      .section-site h4 {
        font-size: 5vw; } }
  .section-site p {
    line-height: 1.8;
    text-align: center; }
    @media only screen and (max-width: 480px) {
      .section-site p {
        text-align: left; } }
  .section-site a {
    text-decoration: underline; }

.content-site {
  margin: 4rem 0 0; }

.content-site h3 .text-align_200120{
	font-size: 12px;
	text-align: right;
	font-weight: normal;

}

.column-site dt {
  margin: 0 0 .5rem;
  font-size: 130%;
  font-weight: bold; }
  @media only screen and (max-width: 480px) {
    .column-site dt {
      font-size: 5vw; } }
.column-site dd {
  margin: 0 0 2rem; }
.column-site p {
  text-align: left; 
text-indent: 0.5em;}
.column-site ul {
  margin: 1rem 0 0; }
  .column-site ul:first-child {
    margin-top: 0; }
  .column-site ul li {
    margin: 0 0 .3rem 1rem;
    text-indent: -1rem;
	  list-style: none;
}
    .column-site ul li::before {
      content: '・'; }
.column-site ol {
  margin: 1rem 0 0;
  padding: 0; }
  .column-site ol:first-child {
    margin-top: 0; }
  .column-site ol li {
    margin: 0 0 .3rem 22px;
    list-style-type: decimal;
    list-style-position: outside; }

.padding0-200124{
	padding: 0;
}



@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.flex {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.is-flex-start {
  justify-content: flex-start; }

.is-flex-center {
  justify-content: center; }
