@charset "UTF-8";
body, html, div, section, h1, h2, h3, h4, img, a, ul, li, p, section, a, table, tr, td {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

body {
  color: #3d3d3d;
  font-family: "Avenir Next",Helvetica,Arial,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo",sans-serif; }

h1, h2, h3, h4 {
  font-weight: normal;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0; }

li {
  list-style: none; }

a {
  text-decoration: none; }

img {
  vertical-align: bottom;
  display: block; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

fieldset, img {
  border: 0; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

ol, ul {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

q:before, q:after {
  content: ''; }

abbr, acronym {
  border: 0;
  font-variant: normal; }

sup {
  vertical-align: text-top; }

sub {
  vertical-align: text-bottom; }

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit; }

input, textarea, select {
  *font-size: 100%; }

legend {
  color: #000; }

.wrap {
  width: 960px;
  margin: 40px auto; }

.all-at-once_margin {
  display: inline-block;
  margin-right: 5px;
  font-size: 24px; }

.inline-block {
  display: inline-block; }

.title {
  color: #FF5555;
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  font-family: 'Nunito', sans-serif;
  letter-spacing: 1.8px; }
  .title:after {
    content: ".";
    overflow: hidden;
    width: 39px;
    height: 5px;
    border-radius: 11px;
    background: #FF5555;
    display: block;
    margin: 15px auto 50px auto; }

.start, .login {
  display: inline-block;
  background: #FFF;
  color: #FF5555;
  padding: 10px 0;
  text-align: center;
  display: table;
  height: 44px;
  border: solid 1px #fff; }
  .start:hover, .login:hover {
    background: none;
    color: #FFF; }

.btn-txt {
  display: table-cell;
  vertical-align: middle;
  vertical-align: bottom; }

.btn {
  display: inline-block; }

.global-nav {
  width: 960px;
  margin: 0 auto; }
  .global-nav .menu {
    margin: 30px auto;
    float: left; }
    .global-nav .menu li {
      display: inline-block;
      vertical-align: text-bottom;
      margin-right: 30px; }
      .global-nav .menu li:first-child a:hover {
        border: none;
        padding-bottom: 4px; }
      .global-nav .menu li img {
        height: 30px; }
      .global-nav .menu li a {
        color: #FFF;
        font-family: 'Quicksand', sans-serif;
        letter-spacing: 3px;
        font-size: 14px;
        font-weight: bold;
        display: inline-block;
        padding-bottom: 3px; }
        .global-nav .menu li a:hover {
          border-bottom: 1px solid #FFF;
          margin-bottom: -1px;
          padding-bottom: 3px; }
  .global-nav .sns {
    float: right;
    margin-top: 35px; }
    .global-nav .sns li {
      display: inline-block;
      width: 30px;
      height: 30px;
      background: rgba(255, 255, 255, 0.3);
      text-align: center;
      padding: 5px 0;
      margin-left: 10px; }
      .global-nav .sns li:hover {
        color: #FF5555; }

#home {
  height: 500px;
  background-color: #FF5555;
  background-image: url("../../images/lp/topBackground_p.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 950px 500px;
  color: #FFF;
  overflow: hidden; }
  #home:after {
    content: "";
    clear: both; }
  #home .txt {
    width: 50%;
    float: left;
    margin-top: 15px; }
    #home .txt h2 {
      font-size: 36px;
      letter-spacing: 6.8px;
      -webkit-font-smoothing: antialiased;
      float: left; }
    #home .txt h3 {
      float: right;
      margin-bottom: 30px;
      color: #fff;
      font-weight: bold;
      font-size: 22px; }
    #home .txt p {
      clear: both;
      font-size: 15px;
      letter-spacing: 1.3px;
      line-height: 1.7em; }
    #home .txt .start {
      width: 300px;
      margin-top: 30px; }
    #home .txt .login {
      background: rgba(255, 255, 255, 0.3);
      width: 150px;
      margin-left: 20px;
      border: solid 1px rgba(255, 255, 255, 0.8);
      color: #FFF; }
      #home .txt .login:hover {
        background: none; }
  #home .home-img {
    width: 45%;
    float: right;
    margin-top: 30px; }

#all-at-once .all-at-once_section01, #all-at-once .all-at-once_section02 {
  margin-bottom: 100px; }

#all-at-once h3 {
  margin-bottom: 26px;
  color: #21546a;
  font-size: 32px;
  letter-spacing: 5px; }

#all-at-once p {
  letter-spacing: 1px;
  line-height: 1.8em;
  font-size: 15px; }

#all-at-once .all-at-once_section01:after {
  content: ".";
  overflow: hidden;
  clear: both;
  display: block;
  height: 0; }

#all-at-once .all-at-once_section01 .all-at-once_pc {
  float: left;
  width: 50%; }

#all-at-once .all-at-once_section01 .txt {
  width: 50%;
  margin-top: 45px;
  float: right;
  padding-left: 30px; }

#all-at-once .all-at-once_section02:after {
  content: ".";
  overflow: hidden;
  clear: both;
  display: block;
  height: 0; }

#all-at-once .all-at-once_section02 .all-at-once_mb {
  float: right;
  width: 20%;
  margin-right: 13%; }

#all-at-once .all-at-once_section02 .txt {
  width: 55%;
  float: left;
  padding-right: 30px;
  margin-top: 100px; }

#all-at-once .all-at-once_section03:after {
  content: ".";
  overflow: hidden;
  clear: both;
  display: block;
  height: 0; }

#all-at-once .all-at-once_section03 .all-at-once_img {
  float: left;
  width: 35%;
  margin-left: 50px; }

#all-at-once .all-at-once_section03 .txt {
  width: 50%;
  float: right;
  padding-left: 30px;
  margin-top: 50px; }

#problem {
  background: #f2f5f5;
  overflow: hidden; }
  #problem .inlne-block {
    display: inline-block; }
  #problem h3 {
    text-align: center;
    margin-bottom: 26px;
    color: #21546a;
    font-size: 32px;
    letter-spacing: 5px; }
  #problem p {
    text-align: center;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 1.8em; }

#merit h3 {
  text-align: center;
  margin-bottom: 26px;
  color: #21546a;
  font-size: 32px;
  letter-spacing: 5px; }

#merit .mini-txt {
  text-align: center;
  font-size: 15px; }

#merit ul {
  margin-top: 35px; }
  #merit ul li {
    display: inline-block;
    width: 200px;
    margin: 40px 58px;
    vertical-align: top; }
    #merit ul li img {
      margin: 0 auto 15px auto; }
    #merit ul li h4 {
      font-weight: bold;
      text-align: center;
      margin-bottom: 7px;
      font-size: 18px; }
    #merit ul li p {
      color: #8c8c8c;
      font-size: 12px;
      text-align: center;
      line-height: 1.8;
      letter-spacing: 1px; }

#register {
  background: #f2f5f5;
  overflow: hidden; }
  #register:before {
    content: ".";
    background: url(../../images/lp/registerBorder.png) repeat-x;
    height: 8px;
    background-position: 10px;
    width: 100%;
    display: block;
    color: transparent; }
  #register h2 {
    font-size: 35px;
    text-align: center;
    margin-bottom: 50px;
    text-align: center;
    margin-bottom: 26px;
    color: #21546a;
    letter-spacing: 5px; }
  #register .register-box {
    background: #FFF;
    padding: 50px;
    width: 750px;
    margin: 0 auto 90px auto; }
  #register .btn {
    display: block;
    margin: 0 auto; }
  #register h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
    margin-bottom: 50px; }
  #register .start {
    padding: 15px 50px;
    color: #fff;
    background: #ff5555;
    display: table;
    font-weight: bold;
    height: 54px;
    width: 100%; }
    #register .start:hover {
      color: #ff5555;
      border: 1px solid #FF5555;
      background: none; }
  #register .login {
    text-align: center;
    display: block;
    border: solid 1px #ff5555;
    margin-top: 20px; }
    #register .login:hover {
      color: #FF5555;
      background: rgba(255, 85, 85, 0.3); }
  #register .mini-txt {
    font-size: 12px;
    margin-top: 30px; }
    #register .mini-txt a {
      color: #FF5555; }

#footer {
  border-top: 1px solid #b5b5b6;
  background: #f2f5f5;
  height: 100%; }
  #footer .footer-logo {
    display: inline-block;
    vertical-align: top;
    height: 35px;
    margin-right: 40px; }
  #footer ul {
    margin-right: 40px;
    display: inline-block;
    vertical-align: top; }
    #footer ul p {
      font-weight: bold;
      margin-bottom: 25px; }
    #footer ul li {
      margin-bottom: 5px; }
      #footer ul li a {
        color: #999; }
  #footer .copyright {
    color: #999;
    font-size: 14px;
    text-align: center;
    margin-top: 30px; }

#lean_overlay {
  position: fixed;
  z-index: 100;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: #000;
  display: none; }

[id^="modal"] {
  background: none repeat scroll 0 0 #FFF;
  display: none;
  padding: 60px;
  width: 780px;
  border-radius: 10px; }
  [id^="modal"]:after {
    content: "";
    clear: both; }
  [id^="modal"] .modal-yesno-title {
    font-weight: bold;
    text-align: center;
    font-size: 28px;
    color: #525252; }
    [id^="modal"] .modal-yesno-title .point {
      color: #FF5555; }
  [id^="modal"] .modal-yesno-txt, [id^="modal"] .modal-txt {
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    color: #525252;
    margin-bottom: 25px;
    background: #FFDEB9;
    border-radius: 100px;
    position: relative;
    padding: 14px; }
    [id^="modal"] .modal-yesno-txt:after, [id^="modal"] .modal-txt:after {
      content: ".";
      display: block;
      bottom: -8px;
      left: 50%;
      margin-left: -10px;
      font-size: 23px;
      color: #FFDEB9;
      position: absolute;
      width: 9px;
      height: 10px;
      border-left: 15px solid #FFDEB9;
      border-bottom: 15px solid #FFDEB9;
      transform: rotate(-45deg); }
  [id^="modal"] .modal-txt {
    background: none;
    height: auto; }
    [id^="modal"] .modal-txt:after {
      display: none; }
  [id^="modal"] .modal-minitxt {
    font-size: 10px;
    text-align: center; }
  [id^="modal"] .modal-yes, [id^="modal"] .modal-no {
    background: #FF5555;
    width: 150px;
    height: 150px;
    border-radius: 100px;
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    float: left;
    padding-top: 7px;
    border-bottom: 7px solid #C54040;
    margin-left: 130px;
    margin-top: 50px; }
    [id^="modal"] .modal-yes .table, [id^="modal"] .modal-no .table {
      display: table;
      width: 100%;
      height: 100%; }
    [id^="modal"] .modal-yes a, [id^="modal"] .modal-no a {
      color: #FFC0C0;
      display: table-cell;
      width: 100%;
      height: 100%;
      vertical-align: middle; }
    [id^="modal"] .modal-yes:hover, [id^="modal"] .modal-no:hover {
      background: #FF7575; }
    [id^="modal"] .modal-yes:active, [id^="modal"] .modal-no:active {
      border-bottom: 0;
      margin-bottom: -7px; }
  [id^="modal"] .modal-no {
    float: right;
    background: #344E78;
    color: #92ACD8;
    border-bottom: 7px solid #233550;
    margin-right: 130px;
    margin-left: 0;
    margin-top: 50px; }
    [id^="modal"] .modal-no:hover {
      background: #526B92; }
    [id^="modal"] .modal-no:active {
      margin-top: 57px; }
    [id^="modal"] .modal-no a {
      color: #92ACD8; }
  [id^="modal"] .or {
    text-align: center;
    font-size: 30px;
    margin-top: 116px;
    font-weight: bold;
    color: #545454; }
  [id^="modal"] .modal-login p {
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    color: #777;
    margin-bottom: 5px; }
  [id^="modal"] .modal-login input[type=text], [id^="modal"] .modal-login input[type=password] {
    background: #FFDEB9;
    border-style: none;
    border-radius: 4px;
    display: block;
    margin: 0 auto;
    width: 300px;
    height: 35px;
    padding: 5px;
    color: #777; }
  [id^="modal"] .modal-login input[type=text] {
    margin-bottom: 20px; }
  [id^="modal"] .modal-login input[type=submit] {
    background: #FF5555;
    border-style: none;
    border-radius: 4px;
    color: #FFF;
    padding: 10px;
    display: block;
    width: 300px;
    margin: 30px auto 0 auto;
    font-weight: bold;
    border-bottom: 4px solid #C54040; }
    [id^="modal"] .modal-login input[type=submit]:hover {
      border-bottom: 0;
      margin-top: 34px; }
  [id^="modal"] .signup-form {
    width: 406px;
    margin: 30px auto; }
    [id^="modal"] .signup-form input[type=text] {
      border: solid 1px #ccc;
      height: 20px;
      width: 284px;
      padding: 5px;
      vertical-align: top; }
      [id^="modal"] .signup-form input[type=text]:focus {
        background: #FFDEB9; }
    [id^="modal"] .signup-form input[type=submit] {
      background: #FF5555;
      color: #FFF;
      border-style: none;
      border-radius: 4px;
      height: 30px;
      width: 100px;
      font-weight: bold;
      border-bottom: 4px solid #C54040;
      vertical-align: top; }
      [id^="modal"] .signup-form input[type=submit]:hover {
        background: #FF7575; }
      [id^="modal"] .signup-form input[type=submit]:active {
        border-bottom: 0;
        margin-bottom: -4px; }
  [id^="modal"] .signup-fb, [id^="modal"] .signup-tw, [id^="modal"] .signup-go {
    text-align: center;
    color: #FFF;
    width: 300px;
    height: 30px;
    border-radius: 4px;
    margin: 0 auto 5px auto;
    position: relative;
    font-size: 12px;
    display: table; }
    [id^="modal"] .signup-fb .table, [id^="modal"] .signup-tw .table, [id^="modal"] .signup-go .table {
      display: table-cell;
      vertical-align: middle; }
    [id^="modal"] .signup-fb:after, [id^="modal"] .signup-tw:after, [id^="modal"] .signup-go:after {
      content: ".";
      color: transparent;
      position: absolute;
      right: 4px;
      top: 5px;
      transform: scale(0.5, 0.5);
      width: 0;
      height: 0;
      border: 10px solid transparent;
      border-left: 10px solid #FFF; }
    [id^="modal"] .signup-fb i, [id^="modal"] .signup-tw i, [id^="modal"] .signup-go i {
      position: absolute;
      left: 12px;
      top: 4px;
      font-size: 23px; }
  [id^="modal"] .signup-fb {
    background: #3B5998; }
  [id^="modal"] .signup-tw {
    background: #00aced; }
  [id^="modal"] .signup-go {
    background: #db4a39; }
  [id^="modal"] .btn {
    background: #FF5555;
    border-style: none;
    border-radius: 4px;
    color: #FFF;
    padding: 10px;
    display: block;
    width: 300px;
    margin: 20px auto 0 auto;
    font-weight: bold;
    border-bottom: 4px solid #C54040;
    text-align: center; }
    [id^="modal"] .btn:hover {
      background: #FF7575; }
    [id^="modal"] .btn:active {
      border-bottom: 0;
      margin-top: 34px;
      margin-bottom: -4px; }

.signup-miss-box {
  display: inline-block;
  position: relative; }
  .signup-miss-box input[type=text] {
    background: #FFD1D1; }
  .signup-miss-box .signup-miss {
    position: absolute;
    top: 33px;
    right: 0;
    background: #ff5555;
    color: #FFF;
    font-size: 12px;
    font-weight: normal;
    padding: 5px 10px;
    border-radius: 7px;
    z-index: 99;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2); }
    .signup-miss-box .signup-miss i {
      display: inline-block;
      margin-right: 5px; }
    .signup-miss-box .signup-miss:after {
      position: absolute;
      top: -9px;
      left: 13px;
      content: "▲";
      color: #ff5555; }

.form-table-box {
  display: table; }
  .form-table-box .form-table-td {
    display: table-cell; }

.signup-form-bg {
  background: #eee;
  height: 100%;
  overflow: hidden; }
  .signup-form-bg .container {
    background: #FFF;
    width: 960px;
    margin: 100px auto;
    padding: 100px 50px;
    box-sizing: border-box; }
    .signup-form-bg .container table {
      width: 100%; }
      .signup-form-bg .container table tr {
        width: 100%; }
    .signup-form-bg .container .signup-check04 tr:last-child {
      margin-bottom: 0; }
    .signup-form-bg .container .signup-check04 tr td {
      width: 235px; }
    .signup-form-bg .container .signup-check03 tr td {
      width: 280px; }
    .signup-form-bg .container .signup-check02 tr td {
      width: 400px; }
    .signup-form-bg .container .signup-check04 tr, .signup-form-bg .container .signup-check03 tr, .signup-form-bg .container .signup-check02 tr {
      margin-bottom: 30px;
      display: block;
      width: 100%; }
    .signup-form-bg .container .signup-form-guide {
      width: 680px;
      margin: 0 auto 30px auto; }
      .signup-form-bg .container .signup-form-guide .gray {
        background: #eee; }
      .signup-form-bg .container .signup-form-guide li {
        border: 1px solid #ccc;
        display: inline-block;
        padding: 25px 10px;
        width: 150px;
        text-align: center;
        color: #ccc;
        font-size: 11px;
        font-weight: bold;
        position: relative;
        margin-right: 16px; }
        .signup-form-bg .container .signup-form-guide li:after {
          content: "▶︎";
          position: absolute;
          top: 24px;
          right: -17px; }
        .signup-form-bg .container .signup-form-guide li:last-child:after {
          display: none; }
    .signup-form-bg .container .signup-txt {
      text-align: center;
      font-size: 13px;
      margin-top: 10px; }
    .signup-form-bg .container .signup-title {
      font-size: 19px;
      color: #777;
      border-bottom: 4px solid #FF5555;
      font-weight: bold;
      margin-top: 30px;
      margin-bottom: 30px; }
      .signup-form-bg .container .signup-title a {
        font-size: 13px;
        color: #488BF7; }
    .signup-form-bg .container .signup-form-box {
      color: #777;
      font-weight: bold; }
      .signup-form-bg .container .signup-form-box .graduationMonth {
        font-size: 14px; }
        .signup-form-bg .container .signup-form-box .graduationMonth select {
          margin-left: 10px; }
      .signup-form-bg .container .signup-form-box .mini-box-first {
        width: 100px;
        margin-right: 5px; }
      .signup-form-bg .container .signup-form-box .mini-box {
        width: 100px;
        margin: 0 5px; }
      .signup-form-bg .container .signup-form-box tr {
        display: inline-block;
        margin-bottom: 20px;
        width: 100%; }
        .signup-form-bg .container .signup-form-box tr td input[type="text"] {
          border: solid 2px #ccc;
          height: 30px;
          padding-top: 2px;
          padding-left: 5px; }
        .signup-form-bg .container .signup-form-box tr td select {
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none;
          font-size: 13px;
          height: 30px;
          border: solid 2px #ccc;
          border-radius: 0;
          padding-right: 15px;
          padding-left: 5px;
          position: relative;
          background: url(http://1katsu.jp/assets/stylesheets/image/common/arrow.png) no-repeat;
          background-size: 13px 14px;
          background-position: right center; }
        .signup-form-bg .container .signup-form-box tr td:first-child {
          width: 250px;
          text-align: right;
          padding-right: 30px;
          font-size: 12px; }
    .signup-form-bg .container .btn-box {
      width: 510px;
      margin: 100px auto 0 auto; }
      .signup-form-bg .container .btn-box li {
        display: inline-block;
        margin-right: 100px; }
        .signup-form-bg .container .btn-box li:last-child {
          margin: 0; }
        .signup-form-bg .container .btn-box li a {
          background: #FF5555;
          color: #FFF;
          display: block;
          width: 200px;
          height: 30px;
          padding-top: 8px;
          text-align: center; }
    .signup-form-bg .container .signup-service-list {
      width: 100%;
      font-weight: bold; }
      .signup-form-bg .container .signup-service-list tr {
        width: 100%;
        margin-bottom: 20px;
        display: inline-block; }
        .signup-form-bg .container .signup-service-list tr td {
          display: inline-block;
          width: 30%;
          padding-left: 70px; }
      .signup-form-bg .container .signup-service-list input[type=checkbox] {
        margin-right: 10px; }
      .signup-form-bg .container .signup-service-list a {
        color: #488BF7;
        margin-left: 5px;
        display: inline-block; }
      .signup-form-bg .container .signup-service-list ul {
        margin-left: 20px;
        line-height: 1; }
        .signup-form-bg .container .signup-service-list ul li {
          display: inline-block;
          font-size: 10px; }

select, input[type=text] {
  color: #777; }

input[type=radio],
input[type=checkbox] {
  display: inline-block;
  margin-right: 6px; }

input[type=radio] + label,
input[type=checkbox] + label {
  position: relative;
  display: inline-block;
  margin-right: 12px;
  font-size: 14px;
  line-height: 30px;
  cursor: pointer; }

@media (min-width: 1px) {
  input[type=radio],
  input[type=checkbox] {
    display: none;
    margin: 0; }
  input[type=radio] + label,
  input[type=checkbox] + label {
    padding: 0 0 0 24px; }
  input[type=radio] + label::before,
  input[type=checkbox] + label::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    background: #FFF; }
  input[type=radio] + label::before {
    border: 2px solid #ccc;
    border-radius: 30px; }
  input[type=checkbox] + label::before {
    border: 2px solid #ccc; }
  input[type=radio]:checked + label::after,
  input[type=checkbox]:checked + label::after {
    content: "";
    position: absolute;
    top: 50%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block; }
  input[type=radio]:checked + label::after {
    left: 5px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    background: #FF5555;
    border-radius: 8px; }
  input[type=checkbox]:checked + label::after {
    left: 3px;
    width: 16px;
    height: 8px;
    margin-top: -8px;
    border-left: 3px solid #FF5555;
    border-bottom: 3px solid #FF5555;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); } }

@media screen and (max-width: 980px) {
  .wrap {
    width: 90%; }
  #home .home-img {
    width: auto;
    height: 400px; }
  #home .txt {
    width: 410px; }
    #home .txt h2 {
      font-size: 30px; }
    #home .txt .start {
      width: 250px;
      margin-top: 30px;
      font-size: 14px; }
    #home .txt .login {
      font-size: 14px;
      width: 120px; }
  #home .global-nav {
    height: auto;
    width: 100%; }
  #all-at-once h3 {
    font-size: 20px; }
  #merit ul {
    width: 747px;
    margin: 0 auto; }
    #merit ul li {
      margin: 40px 23px; } }

@media screen and (max-width: 830px) {
  #home {
    height: 600px; }
    #home .displaynone-830 {
      display: none; }
    #home .global-nav {
      height: 80px; }
      #home .global-nav .menu li {
        display: none; }
        #home .global-nav .menu li:first-child {
          display: block;
          margin-left: 20px; }
      #home .global-nav .sns {
        margin-right: 20px; }
    #home .txt, #home .home-img {
      float: none;
      margin: 0 auto; }
    #home .home-img {
      margin-top: 30px; }
    #home .btn {
      width: 100%; }
    #home .txt {
      max-width: 400px;
      width: auto; }
      #home .txt h2 {
        font-size: 23px;
        text-align: center; }
      #home .txt h3 {
        font-size: 14px; }
      #home .txt p {
        font-size: 14px;
        text-align: left; }
      #home .txt .start, #home .txt .login {
        width: 100%;
        margin-left: 0; }
  #all-at-once h3 {
    font-size: 16px;
    font-weight: bold; }
  #all-at-once p {
    font-size: 14px; }
  #all-at-once .all-at-once_section01 .txt, #all-at-once .all-at-once_section02 .txt, #all-at-once .all-at-once_section03 .txt {
    margin-top: 0; }
  #problem p {
    text-align: left; }
    #problem p .inline-block {
      display: inline; }
  #merit ul {
    width: 585px;
    margin: 0 auto; }
    #merit ul li {
      margin: 40px 40px; }
  #register .register-box {
    width: auto; }
  #footer ul {
    margin-right: 28px; }
    #footer ul li {
      font-size: 12px; } }

@media screen and (max-width: 630px) {
  #all-at-once h3 {
    text-align: center;
    margin-top: 30px;
    font-size: 20px;
    font-weight: normal; }
  #all-at-once .all-at-once_section01 .all-at-once_pc {
    width: 100%;
    float: none; }
  #all-at-once .all-at-once_section01 .txt {
    width: 100%;
    float: none;
    padding: 0; }
  #all-at-once .all-at-once_section02 figure {
    height: 280px;
    overflow: hidden; }
    #all-at-once .all-at-once_section02 figure .all-at-once_mb {
      width: 70%;
      float: none;
      margin: 0 auto; }
  #all-at-once .all-at-once_section02 .txt {
    width: 100%;
    float: none;
    padding: 0; }
  #all-at-once .all-at-once_section03 .all-at-once_img {
    width: 70%;
    float: none; }
  #all-at-once .all-at-once_section03 .txt {
    width: 100%;
    float: none;
    padding: 0; }
  #merit h3 {
    font-size: 20px; }
  #merit ul {
    width: 350px; }
    #merit ul li {
      margin: 20px 5px;
      width: 160px; }
      #merit ul li h4 {
        font-size: 15px; }
  #problem h3 {
    font-size: 20px; }
  #register h2 {
    font-size: 20px; }
  #footer .footer-logo {
    margin: 0 auto;
    display: block; }
  #footer ul {
    margin-top: 50px; }
    #footer ul p {
      margin-bottom: 10px; } }

#yui3-css-stamp.cssreset {
  display: none; }

input:focus {
  outline: 0; }

.header {
  background: #FFF;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  width: 100%;
  height: 70px;
  border-bottom: 1px solid #ccc; }
  .header .header-logo {
    width: 145px;
    margin-top: 23px;
    margin-left: 10px; }

@media screen and (max-width: 640px) {
  #modal {
    width: 90%; }
    #modal .modal-yes, #modal .modal-no {
      margin-left: 0; }
    #modal .modal-no {
      margin-right: 0; }
    #modal .signup-fb, #modal .signup-tw, #modal .signup-go {
      width: 100%;
      display: table; }
      #modal .signup-fb .table, #modal .signup-tw .table, #modal .signup-go .table {
        display: table-cell;
        vertical-align: middle; }
  .signup-form-bg .container {
    width: 100%;
    margin: 70px 0 0 0;
    padding: 20px; }
    .signup-form-bg .container .signup-form-guide {
      width: 600px; }
      .signup-form-bg .container .signup-form-guide li {
        width: 130px; }
    .signup-form-bg .container .signup-form-box tr .mini-box {
      width: 100px; }
    .signup-form-bg .container .signup-form-box tr td {
      display: inline-block; }
      .signup-form-bg .container .signup-form-box tr td:first-child {
        width: 100%;
        padding: 0;
        font-size: 28px;
        text-align: center; }
      .signup-form-bg .container .signup-form-box tr td:last-child {
        width: 100%; }
        .signup-form-bg .container .signup-form-box tr td:last-child input[type=radio]:checked + label::after {
          left: -5px;
          top: 8px;
          width: 20px;
          height: 20px;
          margin-top: -4px;
          background: #FF5555;
          border-radius: 11px; }
        .signup-form-bg .container .signup-form-box tr td:last-child input[type=radio] + label::before {
          border: 2px solid #ccc;
          border-radius: 30px;
          position: absolute;
          top: 8px;
          left: -10px;
          width: 30px;
          height: 30px; }
        .signup-form-bg .container .signup-form-box tr td:last-child input[type=text] {
          width: 100%;
          height: 60px;
          margin-top: 17px; }
        .signup-form-bg .container .signup-form-box tr td:last-child select {
          width: 100%;
          height: 60px;
          background-size: 40px 43px;
          margin-top: 20px; }
        .signup-form-bg .container .signup-form-box tr td:last-child.graduation {
          font-size: 30px; }
          .signup-form-bg .container .signup-form-box tr td:last-child.graduation select {
            display: inline-block;
            width: 460px; }
        .signup-form-bg .container .signup-form-box tr td:last-child.tel input[type=text] {
          width: 31% !important; }
        .signup-form-bg .container .signup-form-box tr td:last-child .mini-box-first, .signup-form-bg .container .signup-form-box tr td:last-child .mini-box {
          width: 48% !important; }
    .signup-form-bg .container .signup-service-list tr {
      margin-bottom: 30px; }
      .signup-form-bg .container .signup-service-list tr td {
        padding-left: 0;
        font-size: 14px; }
    .signup-form-bg .container .signup-service-list ul li {
      font-size: 10px; } }

@media screen and (max-width: 577px) {
  #modal .signup-form {
    width: 100%; }
  #modal .btn {
    width: 100%; }
  #modal .signup-form input[type=text] {
    height: 30px;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 10px; }
  #modal .signup-form input[type=submit] {
    height: 30px;
    width: 100%; } }

@media screen and (max-width: 530px) {
  #register .register-box {
    padding: 20px; }
  #register .start {
    padding: 15px;
    font-weight: normal;
    font-size: 15px; }
    #register .start .none {
      display: none; } }

@media screen and (max-width: 515px) {
  #modal {
    padding: 30px; }
    #modal .modal-yes, #modal .modal-no {
      width: 100%;
      height: 50px;
      padding: 0;
      font-size: 30px; }
      #modal .modal-yes:active, #modal .modal-no:active {
        margin-top: 57px; }
      #modal .modal-yes .table, #modal .modal-no .table {
        height: 50px; }
    #modal .modal-no {
      margin-top: 20px; }
      #modal .modal-no:active {
        margin-top: 27px; }
    #modal .or {
      display: none; } }

@media screen and (max-width: 420px) {
  #home {
    height: 700px; }
    #home .txt h2 {
      text-align: left;
      font-size: 29px; }
      #home .txt h2 .inline-block {
        display: inline-block; }
  #merit .mini-txt {
    text-align: left; }
    #merit .mini-txt .inline-block {
      display: inline; }
  #all-at-once .all-at-once_section02 figure {
    height: 180px; } }

@media screen and (max-width: 380px) {
  #footer ul {
    margin-top: 20px; }
    #footer ul li {
      display: inline-block;
      margin-right: 10px; } }

@media screen and (max-width: 370px) {
  #home .home-img {
    width: 100%;
    height: auto; }
  #merit ul {
    width: 300px;
    margin-top: 20px; }
    #merit ul li {
      width: 135px; }
  #modal {
    padding: 30px 10px; }
    #modal .modal-yesno-title {
      font-size: 20px; }
    #modal .modal-yes, #modal .modal-no {
      width: 100%;
      height: 50px;
      padding: 0;
      font-size: 30px; }
  #all-at-once h3, #problem h3, #merit h3 {
    font-size: 17px; } }

@media screen and (max-width: 350px) {
  #modal {
    width: 250px; } }