@import url("normalize.css");
@import url("https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,400&display=swap");
html, body {
  height: 100%; }

html {
  font-size: 62.5%; }

body {
  font: 1.4rem/1.3 'Noto Sans JP', sans-serif;
  letter-spacing: .5px;
  margin: 0;
  color: #012832; }

a:visited {
  color: #012832; }

button, a, input, select {
  outline: none; }

button {
  border-color: rgba(23, 23, 23, 0.3); }

header {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  box-sizing: border-box;
  background: url("../new/images/bg.jpg") #75c7df no-repeat;
  background-size: cover; }
  header #lang {
    position: absolute;
    top: 5%;
    right: 3%; }
    header #lang a {
      display: block;
      width: 11em;
      border: 1px solid rgba(23, 23, 23, 0.3);
      background-color: #0128327a;
      color: #fff;
      padding: .5em 0;
      border-radius: 3px;
      text-align: center;
      text-decoration: none;
      margin: -3% 0 1em auto; }
      header #lang a:hover {
        background-color: #012832; }

.pc {
  display: block; }

.sp {
  display: none; }

.top {
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  .top img {
    display: block;
    max-width: 750px;
    width: 80%;
    margin: 0 auto 3%; }
  .top .flex-row {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    align-items: center;
    box-sizing: border-box; }
  .top .item {
    width: 45%; }
  .top .join-area .pr-txt {
    padding-bottom: .5em;
    font-size: 1.3em;
    font-style: italic; }
    .top .join-area .pr-txt .big {
      font-size: 2em;
      padding-left: .5em;
      padding-right: 5px;
      color: #fff369; }

footer {
  background-color: #012832;
  padding: 2em;
  color: #fff;
  text-align: center; }

h2 {
  width: 100%;
  font-size: 2.5em;
  font-weight: 100;
  color: #707070;
  text-align: center;
  margin: 0 0 2em;
  letter-spacing: 0; }
  h2 span {
    display: block;
    padding-top: .5em;
    font-size: .7em; }
    h2 span.required {
      color: #f00; }

h3 {
  font-size: 1.5em;
  color: #60a7da;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0 0 1em; }

p {
  margin: 0;
  padding: 0; }

form label {
  display: block;
  width: 100%;
  text-align: left;
  margin-bottom: 1em; }
form input {
  width: 100%;
  padding: 10px 5px;
  box-sizing: border-box; }
  form input::placeholder {
    color: #ddd;
    font-style: italic; }
form button, form .join {
  display: block;
  border-radius: 3px;
  max-width: 300px;
  width: 90%;
  text-align: center;
  padding: .5em 0;
  margin: 1em auto 4em; }

.required::before {
  font-family: "FontAwesome";
  content: "\f069";
  color: #f00;
  font-size: 0.8em;
  padding-right: .5em; }

.inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 4em 2rem;
  box-sizing: border-box; }

.flex-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .flex-row article {
    width: 33%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box; }
    .flex-row article .txt {
      text-align: center; }
    .flex-row article .img {
      width: 50%;
      margin: 0 auto 1em;
      text-align: center; }
      .flex-row article .img img {
        max-width: 100%;
        max-height: 100%;
        width: 100%;
        height: 100%; }

.item {
  display: flex;
  flex-direction: column;
  align-items: center; }

.bt {
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 5px 0;
  margin-left: 2em;
  width: 150px;
  border-radius: 3px;
  color: #012832; }

.rightnow {
  max-width: 300px;
  width: 100%;
  height: 80px;
  line-height: 80px;
  font-size: 1.8em;
  border-radius: 5px; }

.contact {
  background-color: #5CDD68; }

.join {
  text-align: center;
  text-decoration: none;
  background-color: #FFF799;
  color: #012832;
  border: 1px solid rgba(23, 23, 23, 0.3); }

.hline {
  width: 5%;
  color: #ffffff9c;
  text-align: center;
  position: relative; }
  .hline::before, .hline::after {
    position: absolute;
    display: block;
    content: '';
    height: 80px;
    border-left: 1px solid #ffffff9c;
    left: 50%;
    bottom: 3em; }
  .hline::after {
    top: 3em; }

.login {
  max-width: 330px;
  width: 80%;
  margin: 0 auto; }
  .login a {
    color: #fff; }
  .login label {
    color: #ffffffb5;
    border-bottom: 1px solid #fff; }
  .login input {
    background-color: #2fbfff00;
    color: #fff;
    border: none; }
    .login input::placeholder {
      color: #ffffff61; }
  .login button {
    max-width: 150px;
    background-color: #012832;
    color: #fff;
    border-radius: 3px;
    padding: .5em 3em;
    margin-bottom: 2em;
    margin-top: 2em; }

nav {
  width: 100%;
  background-color: #012832;
  opacity: 1; }
  nav.fixed {
    position: fixed;
    top: 0;
    z-index: 1000; }
  nav .inner {
    max-width: 1480px;
    padding: 1em 1em 1em 50px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between; }
  nav .toplogo {
    max-width: 40px;
    margin-right: 1.5rem; }
    nav .toplogo img {
      max-width: 100%; }
  nav .menu {
    max-width: 700px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 0;
    padding: 0;
    color: #fff; }
    nav .menu a {
      color: #fff;
      text-decoration: none; }
      nav .menu a:hover {
        text-decoration: underline; }
  nav #bts {
    display: flex; }

#goto_top {
  display: none;
  text-decoration: none;
  width: 70px;
  padding: 5px 0;
  letter-spacing: 1px;
  background-color: #012832;
  border-radius: 3px;
  border: 1px solid #fff;
  color: #fff;
  position: fixed;
  right: 10%;
  bottom: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: .6; }
  #goto_top i {
    padding-right: 5px; }
  #goto_top:hover {
    opacity: 1; }

section {
  padding-top: 80px; }

#works .img-inner {
  width: 120px;
  height: 110px;
  margin: 0 auto;
  border-radius: 15px;
  color: #fff;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  line-height: 1; }
  #works .img-inner .txt_big {
    color: #fff;
    font-size: 3em;
    margin: 0 0 15px;
    font-family: sans-serif; }

#works article:nth-of-type(1) .img-inner {
  background-color: #81c2d4; }
#works article:nth-of-type(2) .img-inner {
  background-color: #5cc1dc; }
#works article:nth-of-type(3) .img-inner {
  background-color: #438b9f; }
#works article:nth-of-type(3) .txt {
  background: url("../new/images/paymethods.png") no-repeat center bottom;
  padding-bottom: 2em; }

#features {
  background-color: #f6fcff; }
  #features .inner {
    padding-bottom: 0; }
  #features .flex-column article {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center; }
    #features .flex-column article .img {
      text-align: right; }
    #features .flex-column article:nth-of-type(even) {
      padding: 2em 0;
      flex-direction: row; }
      #features .flex-column article:nth-of-type(even) .img {
        text-align: left; }
    #features .flex-column article .txt, #features .flex-column article .img {
      width: 50%; }
    #features .flex-column article .txt {
      text-align: center;
      line-height: 1.5; }
      #features .flex-column article .txt strong {
        font-size: 1.2em;
        font-style: italic; }
      #features .flex-column article .txt span.highlight {
        font-size: 1.3em;
        color: #FC6E06; }
  #features img {
    max-width: 400px;
    width: 100%; }
  #features .copyline {
    padding: 2em 0 4em;
    text-align: center;
    font-weight: bold;
    font-size: 1.4em;
    letter-spacing: 0; }

#ad h3 {
  font-size: 1.2em; }
#ad p {
  width: 73%;
  margin: 0 auto;
  text-align: center; }

#sites {
  background-color: #f6fcff;
  text-align: center; }
  #sites img {
    display: inline-block;
    max-width: 100%;
    margin: 0 2em 2em; }

#signup .form_inner, #password_reset .form_inner {
  max-width: 500px;
  width: 100%;
  margin: 0 auto; }
  #signup .form_inner input, #password_reset .form_inner input {
    border: 1px solid #c5c5c5;
    margin-top: .5em; }
    #signup .form_inner input.error, #password_reset .form_inner input.error {
      background-color: #ffd6d6;
      color: #f00; }

#signup {
  background-color: #FFF7991A; }
  #signup h2 {
    margin-bottom: .5em; }
  #signup #signup_form label {
    margin-bottom: 2em; }
  #signup .msg {
    display: none;
    color: #f00;
    padding-left: 1.5em; }
  #signup .check {
    text-align: center; }
    #signup .check input {
      display: block;
      width: 1em;
      margin: 1em auto; }
  #signup .notice {
    letter-spacing: 0;
    max-width: 550px;
    width: 95%;
    margin: 0 auto;
    padding-left: 1.2rem; }
    #signup .notice li {
      margin-bottom: 1rem; }

/* 4. Agreement ---------------------------------------------- */
.agreement {
  border: 1px solid #ddd;
  margin: 1em auto;
  padding: 0.5em 1em 2em;
  width: 80%; }
  .agreement h1 {
    background: #012832;
    color: #FFF;
    padding: 7px 0;
    margin-bottom: 2em;
    font-weight: 300;
    text-align: center;
    border-radius: 3px; }
  .agreement h5 {
    margin: 0 1em 0.5em;
    padding-top: 1em;
    font-size: 1em;
    color: #999; }
  .agreement p {
    margin: 0 2em 1em 1.5em; }

.select-lang {
  padding: 2em 0;
  display: flex;
  align-items: center; }

.select-frame {
  margin-left: 1em;
  padding: 5px;
  border: 1px solid #ccc;
  background-color: #fff;
  box-sizing: border-box; }

select#opt_lang {
  width: 100%;
  border: 0;
  outline-offset: -1px;
  background-color: #fff; }

/* 5. Password Reset ---------------------------------------------- */
#password_reset {
  display: none; }
  #password_reset .inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh; }
  #password_reset form label {
    margin-bottom: 3em; }
  #password_reset button {
    letter-spacing: 5px;
    margin: 0 auto; }

@media screen and (max-width: 896px) {
  .pc {
    display: none; }

  .sp {
    display: block; }

  header {
    padding: 22% 0 10%;
    background-position: top right; }
    header #lang {
      right: inherit;
      top: 1.5em;
      left: 1em; }
    header .top {
      margin: 3%; }
      header .top .flex-row {
        justify-content: flex-end; }
        header .top .flex-row .hline,
        header .top .flex-row .login {
          display: none; }
        header .top .flex-row .join-area {
          width: 70%;
          margin: 5% auto; }
          header .top .flex-row .join-area .pr-txt {
            font-size: .9em; }
            header .top .flex-row .join-area .pr-txt .big {
              padding-left: 0; }
          header .top .flex-row .join-area .join {
            height: auto;
            line-height: 1;
            padding: .5em 0;
            font-size: 1.3em; }

  h2 {
    font-size: 2em;
    margin-bottom: 1em; }

  h3 {
    font-size: 1.2em; }

  section {
    padding-top: 0; }

  .inner {
    padding: 2em; }

  .flex-row article,
  #features .flex-column article,
  #features .flex-column article:nth-of-type(even) {
    width: 100%;
    flex-direction: column;
    padding: 0;
    margin-bottom: 2em; }
    .flex-row article .txt, .flex-row article .img,
    #features .flex-column article .txt,
    #features .flex-column article .img,
    #features .flex-column article:nth-of-type(even) .txt,
    #features .flex-column article:nth-of-type(even) .img {
      width: 100%; }
    .flex-row article .img,
    #features .flex-column article .img,
    #features .flex-column article:nth-of-type(even) .img {
      margin-bottom: 1.5em; }
    .flex-row article .txt,
    #features .flex-column article .txt,
    #features .flex-column article:nth-of-type(even) .txt {
      text-align: center; }
      .flex-row article .txt span.pc,
      #features .flex-column article .txt span.pc,
      #features .flex-column article:nth-of-type(even) .txt span.pc {
        display: inline; }
      .flex-row article .txt span.sp::after,
      #features .flex-column article .txt span.sp::after,
      #features .flex-column article:nth-of-type(even) .txt span.sp::after {
        content: '';
        display: block; }

  #ad .flex-row article:last-child {
    margin-bottom: 0; }

  #features .copyline {
    font-size: 1.2em;
    padding: 1em 2em 2em; }

  #sites img {
    margin: 0 auto;
    padding-bottom: 3em; }
  #sites p {
    padding-bottom: 1em; }

  #panel-btn {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
    margin: 20px 0 10px;
    border-radius: 50%;
    background: #012832; }

  nav {
    z-index: 100; }
    nav #panel-btn {
      z-index: 10000;
      display: block;
      right: 1.5em;
      top: -.5em;
      position: absolute;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background: #012832; }
    nav #panel-btn-icon {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 14px;
      height: 2px;
      margin: -1px 0 0 -7px;
      background: #fff;
      transition: .2s; }
      nav #panel-btn-icon::before, nav #panel-btn-icon::after {
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 14px;
        height: 2px;
        background: #fff;
        transition: .3s; }
      nav #panel-btn-icon::before {
        margin-top: -6px; }
      nav #panel-btn-icon::after {
        margin-top: 4px; }
    nav .inner {
      display: none; }
    nav.open {
      display: block;
      position: fixed;
      top: 0;
      left: 0;
      background-color: #012832;
      height: 100vh; }
      nav.open #panel-btn .close {
        background: transparent; }
        nav.open #panel-btn .close::before, nav.open #panel-btn .close::after {
          margin-top: 0; }
        nav.open #panel-btn .close::before {
          transform: rotate(-45deg);
          -webkit-transform: rotate(-45deg); }
        nav.open #panel-btn .close::after {
          transform: rotate(-135deg);
          -webkit-transform: rotate(-135deg); }
      nav.open .inner {
        background: none;
        height: 90vh;
        display: block;
        padding: 5vh 0; }
        nav.open .inner #bts .bt {
          margin: 0 auto;
          width: 180px;
          padding: 15px; }
        nav.open .inner #bts .contact {
          display: none; }
        nav.open .inner .menu {
          flex-direction: column;
          display: flex;
          align-items: center;
          width: 100%;
          margin: 0 auto 2em; }
          nav.open .inner .menu li {
            display: block;
            width: 80%;
            text-align: center;
            padding: 2em 0;
            border-bottom: 1px solid #555; }
            nav.open .inner .menu li.toplogo {
              display: none; }
            nav.open .inner .menu li:last-child {
              border: none; }
            nav.open .inner .menu li a {
              display: block;
              width: 100%; }
              nav.open .inner .menu li a:hover, nav.open .inner .menu li a:visited {
                text-decoration: none; }

  #login2 {
    z-index: 1000;
    position: absolute;
    width: 94%;
    height: 96%;
    top: 2%;
    left: 3%;
    padding-top: 25%;
    background-color: #3babcb;
    box-sizing: border-box; }
    #login2 .login label {
      margin-bottom: 2em; }
      #login2 .login label input {
        font-size: 1.2em; }

  .select-lang {
    padding: 0 0 1em;
    flex-direction: column;
    align-items: flex-start; }
    .select-lang .select-frame {
      width: 100%;
      margin-top: .5em;
      margin-left: 0; }

  #signup .check {
    padding-bottom: .5em; }

  form .join {
    padding: 10px; }

  #goto_top {
    right: 5%; } }
@media screen and (orientation: landscape) {
  header {
    padding: 12%; }

  nav.open .inner {
    background: url(./images/DTIlogo.png) no-repeat 30px 10px;
    background-size: 50px;
    display: flex;
    flex-direction: column;
    height: 100vh;
    padding-top: 75px;
    padding-bottom: 0; }
    nav.open .inner .menu {
      max-width: 100%;
      flex-direction: row;
      flex-wrap: wrap;
      margin: 0; }
      nav.open .inner .menu li {
        width: 50%;
        padding: 3% 0;
        box-sizing: border-box;
        border: 1px solid #555; }
        nav.open .inner .menu li:last-child {
          border: 1px solid #555; }
    nav.open .inner #bts {
      width: 100%; }
      nav.open .inner #bts .bt {
        width: 100%;
        padding: 5% 0; }
    nav.open .inner #login2 {
      width: 100%;
      height: 100vh;
      top: 0;
      left: 0;
      padding-top: 0; }
      nav.open .inner #login2 .login {
        height: 100vh; }
      nav.open .inner #login2 .item {
        justify-content: center; } }
.animated {
  opacity: 0; }

/*# sourceMappingURL=style.css.map */
