@charset "utf-8";
/*---------- TOP ----------*/
.top .contents_box {
  padding: 20px 30px;
}
.top .left_box .contents_box .form_contents div:first-child h3 {
  margin: 0 0 15px 0;
}
.top .form_contents {
  margin: 0;
}
.top #login_omit {
  margin: 10px 0;
}
.top #login_forgot {
  padding: 15px 0 0 0;
}
.top > .contents_box .button_area a {
  font-size: 16px;
}
.top > .contents_box .button_area .new:before {
  display: inline-block;
  width: 14px;
  height: 20px;
  background: url("../../img/front/icon01.png") no-repeat 0 0;
  background-size: 100% 100%;
  content: "";
  vertical-align: middle;
  margin: -2px 20px 0 0;
}
/*---------- 新規会員登録 ----------*/
.sign_up .form_contents {
  margin: 0 0 10px 0;
}
/*---------- 仮会員登録 ----------*/
.draft .contents_box {
  text-align: center;
}
.draft .contents_box h3 {
  margin: 0;
}
/*////////////////////////////////////////////////
=768px　タブレット
////////////////////////////////////////////////*/
@media only screen and (min-width: 768px) {}
/*////////////////////////////////////////////////
=1024px　PC
////////////////////////////////////////////////*/
@media only screen and (min-width: 1024px) {
  /*---------- TOP ----------*/
  .top .right_box, .top .left_box {
    width: 49%;
  }
  .top .contents_wrap .button_area, .top .contents_wrap .button_area a {
    width: 100%;
    margin: 0 !important;
  }
  .top .button_area a {
    width: 100%;
    margin: 0 auto;
  }
  .top .contents_box {
    display: block;
    min-height: auto;
  }
  .top .form_contents > div {
    display: block;
  }
  .top .form_contents > div > div {
    width: 100%;
  }
  .top .form_contents h3 {
    float: none;
    margin: 0 0 5px 0 !important;
  }
  .top .contents_box h2.sub {
    font-size: 1rem;
  }
  .top .contents_wrap .contents_box h2.sub {
    text-align: left;
  }
  .top > .contents_box .button_area {
    width: 430px;
  }
  /*---------- 新規会員登録 ----------*/
  .sign_up .contents_box {
    margin: 30px 0 30px 0;
  }
  .sign_up .button_area, .sign_up .button_area a {
    width: 300px;
  }
  /*---------- ログイン ----------*/
  .login .right_box {
    display: flex;
    align-items: center;
  }
  .login .contents_box {
    display: block;
    min-height: auto;
  }
  /*---------- ログイン(メール認証後) ----------*/
  .login.authenticated .left_box {
    margin: 0 auto;
  }
  /*---------- 仮会員登録 ----------*/
  .draft .contents_box {
    width: 500px;
    margin: 0 auto;
  }
  /*////////////////////////////////////////////////
  =ckeditorのスタイルをフロントに適応
  ////////////////////////////////////////////////*/
  .form_contents ul, footer ul{
    list-style: inside;
  }
  .form_contents ol, footer ol{
    list-style: auto;
    padding-left:1.1em;
  }
  .form_contents blockquote, footer blockquote{
    padding-left:20px;
    padding-right:8px;
    border-left:5px solid #ccc;
    font-style: italic;
    font-family: Georgia, Times, "Times New Roman", serif;
  }
  .form_contents a, footer a{
    text-decoration: underline;
    color: #0782C1;
  }
}