@media (max-width: 600px) {
  body .ib {
    width: 100%; }
  body .sp_content {
    display: block !important; }
  body .pc_content {
    display: none !important; }

  header {
    min-height: inherit; }
    header .ib {
      height: 60px;
      padding: 10px; }
      header .ib .menubtn {
        width: 40px;
        height: 40px;
        position: absolute;
        top: 10px;
        right: 10px;
        background: url(../images/sp_menu.svg) 50% 50% no-repeat;
        z-index: 999; }
        header .ib .menubtn.open {
          background: url(../images/close.svg) 50% 50% no-repeat; }
      header .ib a.logo {
        height: 40px; }
        header .ib a.logo img {
          width: auto;
          height: 100%; }
        header .ib a.logo span {
          margin-left: 7px; }
      header .ib .menu {
        display: none;
        padding: 60px 0;
        width: 100%;
        background: #fff;
        height: 100vh;
        top: 0;
        right: 0;
        z-index: 99; }
        header .ib .menu a {
          padding: 15px;
          display: block;
          width: 100%;
          border-top: 1px solid #ddd;
          font-size: 14px; }
          header .ib .menu a.active {
            color: inherit;
            border-color: #ddd; }
          header .ib .menu a:last-child {
            border-bottom: 1px solid #ddd; }
    header nav {
      overflow-x: scroll; }
      header nav .ib {
        height: auto;
        width: max-content;
        max-width: inherit; }
        header nav .ib a {
          font-size: 13px;
          padding: 15px 10px;
          width: auto; }
          header nav .ib a:before {
            display: none; }
      header nav::-webkit-scrollbar {
        height: 1px; }

  #content.subpage {
    margin-top: 100px; }
  #content.account {
    margin-top: 100px; }
  #content.no_login {
    margin-top: 60px; }
  #content .ib {
    padding: 16px; }
    #content .ib.df .main.selection .box {
      padding-bottom: 60px; }
    #content .ib.df .main h2 {
      margin-bottom: 20px; }
    #content .ib.df .main .box {
      padding: 17px 17px 60px; }
      #content .ib.df .main .box h3 {
        letter-spacing: 0; }
      #content .ib.df .main .box.new .meta .company:before {
        content: "NEW!";
        letter-spacing: 0;
        font-size: 11px;
        color: #fff;
        top: -3px;
        background: #FF6060;
        padding: 2px 5px;
        position: relative;
        width: 40px;
        text-align: center;
        margin-bottom: 7px;
        font-weight: bold;
        display: block;
        margin-right: 4px; }
      #content .ib.df .main .box.new h3:before {
        display: none; }
    #content .ib h2 {
      letter-spacing: 0.05em;
      margin: 30px 0 20px; }
  #content table {
    width: 100%;
    display: block;
    border-bottom: none; }
    #content table tr, #content table th, #content table td, #content table tbody {
      width: 100% !important;
      display: block; 
      overflow-wrap: break-word;}
    #content table tr th {
      padding: 15px;
      border-top: none; }
    #content table tr td {
      padding: 15px 0; 
      line-height: 2;}
  #content .row_btn a {
    width: 49%; }
    #content .row_btn a.w100 {
      width: 100% !important; }
    #content .row_btn a.active {
      width: 100%;
      margin-top: 10px; }
  #content .pager {
    justify-content: center; }

  #content .ib .remark {
    font-size: 15px;
    padding: 25px; }
    #content .ib .remark + .notice {
      margin-top: 10px; }
  #content .ib .box {
    padding: 16px; }
    #content .ib .box.mypage .row span {
      display: block;
      width: 100%;
      padding: 20px 0; }
    #content .ib .box.mypage .row a {
      width: 100%;
      display: block; }
    #content .ib .box.confirm .row span {
      display: block;
      width: 100%;
      padding: 10px 0; }
    #content .ib .box.confirm .row .choicelist span {
      display: inline;
      padding: 10px 0; }
    #content .ib .box.confirm .row input, #content .ib .box.confirm .row textarea, #content .ib .box.confirm .row select {
      display: block;
      width: 100%; }
    #content .ib .box .row {
      padding: 0;
      border: none;
      flex-wrap: wrap;
      margin-right: 0;
      margin-left: 0; }
      #content .ib .box .row:nth-of-type(n+2) span {
        padding-top: 15px; }
      #content .ib .box .row.email_new:nth-of-type(n+2) span {
        padding-top: 15px; }
      #content .ib .box .row.email_new span {
        font-size: 14px; }
      #content .ib .box .row .select_outer {
        width: 100%; }
      #content .ib .box .row span {
        display: block;
        font-size: 14px; }
      #content .ib .box .row input {
        display: block;
        width: 100%;
        margin-top: 10px; }
  #content .ib .agreement {
    margin-top: 40px; }
    #content .ib .agreement a.forget_password {
      display: block;
      position: relative; }
  #content .ib button {
    margin-bottom: 0; }
  #content .ib input::placeholder {
    font-size: 12px; }
  #content .notice {
    padding: 25px;
    line-height: 1.5; }
    #content .notice + .main {
      margin-top: -30px; }

  #content.static .ib p {
    font-size: 14px;
    line-height: 2; } 
    
    .row-group {
        flex-direction: column;
        align-items: flex-start;
    }
   .input-container {
    width: 100%;
	}
}

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