<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  list-style: none outside;
}

html,
body {
  font-family: "Lato", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体",
 "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN",
 "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
 "MS PGothic", sans-serif;
  font-size: 62.5%;
  width: 100%;
  min-height: 100vh;
  background: #f0f0f2;
}

button,
input[type="submit"],
input[type="button"],
input[type="password"],
input[type="text"],
input[type="email"] {
  -webkit-appearance: none;
  border: none;
  outline: none;
}

button {
  overflow: visible;
  outline: none;
  text-transform: none;
  text-decoration: none;
}

body {
  font-size: 1.4rem;
  line-height: 1.6;
  background: url(../img/ami.png) repeat;
  padding: 50px 10px;
}

@media screen and (min-width: 768px) {
  body {
    min-width: 800px;
  }
}

#wrap {
  background: linear-gradient(to bottom, white 0%, white 50%, #f8f8f8 100%);
  width: 780px;
  margin: 0px auto 0 auto;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border: 1px solid #fff;
  border-radius: 3px;
}

#wrap h1 {
  font-size: 3.5rem;
  margin: 0 0 30px 0;
  text-align: center;
}

#login_box {
  display: flex;
  justify-content: space-between;
}

#l_box,
#r_box {
  background: #f3f5f9;
  border: 1px solid #e1e3e6;
  border-radius: 3px;
  width: 48%;
  padding: 30px;
}

#l_box .login_text {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 0 20px 0;
}

#l_box .login_form {
  width: 100%;
  height: 30px;
  line-height: 18px;
  margin: 0 0 15px 0;
  padding: 5px;
  border: #bebebe 1px solid;
  border-radius: 2px;
  font-size: 14px;
  box-shadow: 0 1px 0 #fff;
  box-shadow: 0 0 2px #ddd inset;
  ime-mode: disabled;
}

#l_box .form_error {
  font-size: 1.4rem;
  margin: 8px 0;
  color: #c00;
}

#l_box .login_btn {
  pointer-events: none;
  font-size: 1.6rem;
  border: 0px solid #fff;
  border-radius: 3px;
  margin: 0px 0 0 0;
}

#l_box .login_btn:active {
  border-top: 1px solid #aaaaaa;
  border-bottom: 1px solid #ffffff;
}

#l_box .login_btn .btn {
  pointer-events: auto;
  text-align: center;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
  background: linear-gradient(to right, #00aad7 0%, #00d0ea 45%, #00d0ea 55%, #00aad7 100%);
  color: #fff;
  display: inline-block;
  width: 100%;
  border-bottom: 2px solid #007190;
  border-radius: 3px;
  padding: 13px 0;
  cursor: pointer;
  line-height: 1;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.33);
}

#l_box .login_btn .btn:hover {
  outline: none;
  background: linear-gradient(to right, #00beeb 0%, #00e4fe 45%, #00e4fe 55%, #00beeb 100%);
}

#l_box .login_btn .btn:active {
  border-bottom: 0px solid #f2f4f7;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.33);
  background: linear-gradient(to right, #00beeb 0%, #00e4fe 45%, #00e4fe 55%, #00beeb 100%);
}

#l_box .login_btn .btn i {
  font-size: 1.7rem;
  display: inline-block;
  height: 100%;
  letter-spacing: normal;
  font-style: normal;
  font-weight: bold;
  vertical-align: top;
}

#l_box .forget_pass {
  background: url(../img/allow.png) no-repeat left 5px/12px;
  margin: 10px 0 0 0;
  padding: 0 0 0 12px;
}

#r_box dt {
  font-size: 1.6rem;
  margin: 0 0 10px 0;
}

#r_box ul li {
  margin-bottom: 10px;
}

#r_box ul li a {
  display: block;
  width: 100%;
  border-radius: 0px;
  text-align: left;
  position: relative;
  overflow: hidden;
  padding: 12px 0 12px 10px;
  background: #fff;
  border: solid 1px #e0e0e0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  color: #333;
  height: 50px;
}

#r_box ul li a:hover {
  background: #fafafa;
}

#r_box ul li a::before {
  position: absolute;
  display: block;
  content: "";
  background: url("../img/sns_icon.png") no-repeat 0 0;
  background-position-x: 0px;
  background-position-y: 0px;
  background-size: auto auto;
  background-size: 36px auto;
  width: 36px;
  height: 36px;
  border-radius: 3px;
  top: 6px;
}

#r_box ul li a:after {
  position: absolute;
  content: "";
  display: block;
  left: 54px;
  background: #dddddd;
  width: 1px;
  height: 36px;
  border-radius: 3px;
  top: 6px;
}

#r_box ul li a i {
  font-size: 1.6rem;
  padding-left: 55px;
  display: inline-block;
  height: 100%;
  letter-spacing: normal;
  font-style: normal;
  vertical-align: top;
}

#r_box ul li .btn_twitter::before {
  background-position: 0 -37px;
}

#r_box ul li .btn_yahoo::before {
  background-position: 0 -74px;
}

#r_box ul li .btn_line::before {
  background-position: 0 -148px;
}

#r_box .caution {
  margin-top: 15px;
  font-size: 1rem;
}

#r_box #guest {
  border-top: 1px solid #ccc;
  margin: 20px 0 0 0;
  padding: 20px 0 0 0;
}

#r_box #guest .btn_guest::before {
  background-position: 0 -111px;
}

#regist1 .regist_btn,
#regist2 .regist_btn {
  pointer-events: none;
  margin: 40px auto 20px auto;
  width: 50%;
  border-radius: 3px;
}

#regist1 .regist_btn:active,
#regist2 .regist_btn:active {
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #ffffff;
}

#regist1 .regist_btn button,
#regist2 .regist_btn button {
  pointer-events: auto;
  cursor: pointer;
  display: block;
  outline: none;
  background: url(../img/allow_white.png), linear-gradient(to right, #e18a12 0%, #dcb919 45%, #dcb919 55%, #e18a12 100%);
  background-repeat: no-repeat;
  background-position: 98% center;
  background-size: 6px 12px, auto auto;
  width: 100%;
  border-radius: 3px;
  padding: 10px 0;
  border-bottom: 2px solid #a4700b;
  font-size: 120%;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.33);
}

#regist1 .regist_btn button:active, #regist1 .regist_btn button:hover,
#regist2 .regist_btn button:active,
#regist2 .regist_btn button:hover {
  outline: none;
}

#regist1 .regist_btn button:active,
#regist2 .regist_btn button:active {
  border-bottom: 0px solid #f2f4f7;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.33);
  background: url(../img/allow_white.png), linear-gradient(to right, #f09921 0%, #ebc828 45%, #ebc828 55%, #f09921 100%);
}

#regist1 .regist_btn button:hover,
#regist2 .regist_btn button:hover {
  background: url(../img/allow_white.png), linear-gradient(to right, #f09921 0%, #ebc828 45%, #ebc828 55%, #f09921 100%);
}

#regist1 .regist_btn button i,
#regist2 .regist_btn button i {
  font-size: 1.7rem;
  display: inline-block;
  height: 100%;
  letter-spacing: normal;
  font-style: normal;
  font-weight: bold;
  vertical-align: top;
}

#regist1 {
  display: none;
}

/* mobile */
@media screen and (max-width: 767px) {
  body {
    padding: 10px 0;
  }
  #wrap {
    width: 96%;
    margin: 0px auto 0px auto;
    padding: 3% 3%;
  }
  #wrap h1 {
    font-size: 1.5rem;
    margin: 0 auto 10px auto;
    text-align: center;
    width: 100%;
  }
  #login_box {
    display: block;
  }
  #l_box,
  #r_box {
    width: 100%;
    padding: 5%;
  }
  #l_box {
    margin-bottom: 20px;
  }
  #l_box .login_text {
    font-size: 1.6rem;
    display: none;
    font-weight: bold;
    margin: 0 0 15px 0;
  }
  #l_box .login_form {
    width: 100%;
    height: 30px;
    line-height: 18px;
    margin: 0 0 15px 0;
    padding: 5px;
    border: #bebebe 1px solid;
    border-radius: 2px;
    font-size: 14px;
    box-shadow: 0 1px 0 #fff;
    box-shadow: 0 0 2px #ddd inset;
    ime-mode: disabled;
  }
  #l_box .form_error {
    font-size: 1.4rem;
    margin: 8px 0;
    color: #c00;
  }
  #l_box .login_btn {
    font-size: 1.6rem;
    border: 0px solid #fff;
    border-radius: 3px;
    margin: 0px 0 0 0;
  }
  #l_box .login_btn .btn {
    width: 100%;
    padding: 13px 0;
    line-height: 1;
  }
  #l_box .login_btn .btn i {
    font-size: 1.7rem;
    display: inline-block;
    height: 100%;
    font-weight: bold;
    vertical-align: top;
  }
  #l_box .forget_pass {
    background: url(../img/allow.png) no-repeat left 5px/12px;
    margin: 10px 0 0 0;
    padding: 0 0 0 12px;
  }
  #r_box dt {
    font-size: 1.6rem;
    margin: 0 0 10px 0;
  }
  #r_box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  #r_box ul li {
    position: relative;
    margin-bottom: 10px;
    width: 56px;
  }
  #r_box ul li a {
    display: block;
    border-radius: 0px;
    text-align: left;
    position: relative;
    overflow: hidden;
    padding: 12px 0 12px 10px;
    background: #fff;
    border: solid 1px #e0e0e0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    color: #333;
  }
  #r_box ul li a::before {
    position: absolute;
    display: block;
    content: "";
    background: url("../img/sns_icon.png") no-repeat 0 0;
    background-position-x: 0px;
    background-position-y: 0px;
    background-size: auto auto;
    background-size: 36px auto;
    width: 36px;
    height: 36px;
    border-radius: 3px;
    top: 6px;
  }
  #r_box ul li a:after {
    position: absolute;
    content: "";
    display: block;
    left: 54px;
    background: #dddddd;
    width: 0px;
    height: 36px;
    border-radius: 3px;
    top: 6px;
  }
  #r_box ul li a i {
    font-size: 1.6rem;
    padding-left: 55px;
    display: inline-block;
    height: 100%;
    letter-spacing: normal;
    font-style: normal;
    vertical-align: top;
    text-indent: -9999px;
  }
  #r_box ul li .btn_twitter::before {
    background-position: 0 -37px;
  }
  #r_box ul li .btn_yahoo::before {
    background-position: 0 -74px;
  }
  #r_box #guest {
    display: block;
    margin: 15px 0 0 0;
    padding: 15px 0 0 0;
  }
  #r_box #guest li {
    width: 100%;
  }
  #r_box #guest li a:after {
    width: 1px;
  }
  #r_box #guest li a i {
    text-indent: 0;
  }
  #r_box .caution {
    margin-top: 15px;
    font-size: 1rem;
  }
  #regist1 .regist_btn,
  #regist2 .regist_btn {
    pointer-events: none;
    margin: 15px auto 15px auto;
    width: 90%;
    border-radius: 3px;
  }
  #regist1 .regist_btn:active,
  #regist2 .regist_btn:active {
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #ffffff;
  }
  #regist1 .regist_btn button,
  #regist2 .regist_btn button {
    font-size: 120%;
  }
  #regist1 .regist_btn button:active, #regist1 .regist_btn button:hover,
  #regist2 .regist_btn button:active,
  #regist2 .regist_btn button:hover {
    outline: none;
  }
  #regist1 .regist_btn button i,
  #regist2 .regist_btn button i {
    font-size: 1.7rem;
    height: 100%;
    font-weight: bold;
    vertical-align: top;
  }
  #regist1 {
    display: block;
  }
  #regist2 {
    display: none;
  }
}
</pre></body></html>