@media (min-width:1200px) {
  .small {
    font-size: 70%;
  }

  .red {
    color: #FF0000;
  }

  .signup {
    width: auto;
    height: auto;
    /*background-color: #F0E6CD;*/
    margin-left: auto;
    margin-right: auto;
  }

  .signup_cont {
    padding-top: 30px;
  }

  .signup_cont .logo {
    margin: 0 auto;
    text-align: center;
    padding-bottom: 15px;
  }

  .signup_cont .logo img {
    width: 220px
  }

  .signup_cont .namb {
    margin: 0 auto;
    text-align: center;
    padding-bottom: 5px;
  }

  .signup_cont .namb img {
    width: 20px;
    padding: 5px;
  }

  #moreinfo_open {
    text-decoration: underline;
  }


  #main {
    min-width: 100%;
    min-height: calc(100% - 100px);
    position: relative;
    width: 100%;
    padding-bottom: 100px;

  }

  #main .inner {
    height: auto;
    min-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: auto;
  }

  #main .inner .login_box {
    max-width: 1000px;
    width: 90%;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 20px;
    box-sizing: border-box;
    background-color: #ffffff;
    /*border-radius: 10px;
    -webkit-box-shadow: 2px 2px 5px #aaaaaa;
    box-shadow: 2px 2px 5px #aaaaaa;*/
		border: 2px solid #dddddd;
		border-radius: 10px;
  }

  #main .inner .login_box h1 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    color: #666666;
    margin: 0px;
    padding: 10px;
    text-align: center;
  }

  hr {
    height: 1px;
    background-color: #999999;
    border: none;
  }

  #main .inner .login_box .toroku_tbl {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-top: 20px;
    margin-bottom: 20px;
    box-sizing: border-box;
    border-collapse: collapse;
  }

  #main .inner .login_box .toroku_tbl .tr {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0px;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 10px;
  }

  #main .inner .login_box .toroku_tbl .tr .th {
    padding-top: 5px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 5px;
    margin: 0px;
    background-color: #eeeeee;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
  }

  #main .inner .login_box .toroku_tbl .tr .td {
    padding: 10px;
    margin: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  #main .inner .login_box .toroku_tbl .tr .td .inp_ful {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid #dddddd;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 3px;
    width: 100%;
  }

  #main .inner .login_box .toroku_tbl .tr .td .inp_harf {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid #dddddd;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 3px;
    width: 48%;
    margin-right: 10px;
  }

  .select_200 {
    width: 200px;
    position: relative;
  }

  .select_200 select {
    width: 100%;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 5px;
    appearance: none;
    border-radius: 3px;
    border: 1px solid #dddddd;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    color: #333333;
  }

  .select_200::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    right: 5%;
    top: 35%;
    border-bottom: 2px solid #cccccc;
    border-right: 2px solid #cccccc;
    transform: rotate(45deg)translateY(-30%);
  }

  #main .inner .login_box .err_msg {
    width: 100%;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    color: #ff0000;
    text-align: center;
    padding-top: 10px;
    margin: 0px;
    padding-bottom: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  #main .inner .login_box .smt_btn {
    display: table;
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #FFF;
    padding: 12px 24px;
    background-image: linear-gradient(-90deg, #FC5504, #eebf3f);
    transition: .5s;
    background-size: 200%;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
    appearance: none;
    font-weight: 250;
    text-decoration: none;
    text-indent: 0;
    text-shadow: 0 0;
    letter-spacing: 5px;
    font-family: "Noto Sans Japanese", sans-serif;
    margin-bottom: 20px
  }

  #main .inner .login_box .smt_btn:hover {
    background-position: right center;
  }

  .inner .login_box .modo {
    display: table;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    font-size: 13px;
    text-decoration: none;
    appearance: none;
    font-weight: 250;
    text-indent: 0;
    text-shadow: 0 0;
    text-align: center;
    font-family: "Noto Sans Japanese", sans-serif;
    color: #2CA6E0;
  }

  .inner .login_box .fav_list {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    width: 100%;
    display: flex;
    flex-flow: column wrap;
  }

  .login_box .fav_list li {
    display: flex;
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    justify-content: space-between;
    margin-bottom: 10px;
    min-height: 30px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 13px;
  }

  .fav_list li .name {
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .fav_list li .del {}

  li .del .fav_del_btn {
    border: 1px solid #dddddd;
    width: 100px;
    border-radius: 5px;
    height: 30px;
  }

  .toroku_tbl #moreinfo {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    display: none;
  }

  .toroku_tbl #moreinfo .title {
    font-size: 18px;
    font-weight: bold;
  }

  .toroku_tbl #moreinfo .midashi {
    font-size: 16px;
    font-weight: bold;
  }

  .confirm {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .confirm p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px !important;
  }

  .confirm .flexp {
    display: flex;
    justify-content: space-between;
  }
}

@media (max-width:1199px) {
  #search_bar {
    display: none;
  }

  .small {
    font-size: 70%;
  }

  .red {
    color: #FF0000;
  }

  .signup {
    width: auto;
    height: auto;
    /*background-color: #F0E6CD;*/
    margin-left: auto;
    margin-right: auto;
  }

  .signup_cont {
    padding-top: 30px;
  }

  .signup_cont .logo {
    margin: 0 auto;
    text-align: center;
    padding-bottom: 15px;
  }

  .signup_cont .logo img {
    width: 220px
  }

  .signup_cont .namb {
    margin: 0 auto;
    text-align: center;
    padding-bottom: 5px;
  }

  .signup_cont .namb img {
    width: 20px;
    padding: 5px;
  }

  #moreinfo_open {
    text-decoration: underline;
  }


  #main {
    min-width: 100%;
    min-height: calc(100% - 100px);
    position: relative;
    width: 100%;
    padding-bottom: 100px;

  }

  #main .inner {
    height: auto;
    min-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: auto;
  }

  #main .inner .login_box {
    max-width: 1000px;
    width: 90%;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 20px;
    box-sizing: border-box;
    background-color: #ffffff;
    /*border-radius: 10px;
    -webkit-box-shadow: 2px 2px 5px #aaaaaa;
    box-shadow: 2px 2px 5px #aaaaaa;*/
		border: 2px solid #dddddd;
		border-radius: 10px;
  }

  #main .inner .login_box h1 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    color: #666666;
    margin: 0px;
    padding: 10px;
    text-align: center;
  }

  hr {
    height: 1px;
    background-color: #999999;
    border: none;
  }

  #main .inner .login_box .toroku_tbl {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-top: 20px;
    margin-bottom: 20px;
    box-sizing: border-box;
    border-collapse: collapse;
  }

  #main .inner .login_box .toroku_tbl .tr {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0px;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 10px;
  }

  #main .inner .login_box .toroku_tbl .tr .th {
    padding-top: 5px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 5px;
    margin: 0px;
    background-color: #eeeeee;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
  }

  #main .inner .login_box .toroku_tbl .tr .td {
    padding: 10px;
    margin: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  #main .inner .login_box .toroku_tbl .tr .td .inp_ful {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid #dddddd;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 3px;
    width: 100%;
  }

  #main .inner .login_box .toroku_tbl .tr .td .inp_harf {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid #dddddd;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 3px;
    width: calc(50% - 10px);
    margin-right: 10px;
  }

  .select_200 {
    width: 200px;
    position: relative;
  }

  .select_200 select {
    width: 100%;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 5px;
    appearance: none;
    border-radius: 3px;
    border: 1px solid #dddddd;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    color: #333333;
  }

  .select_200::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    right: 5%;
    top: 35%;
    border-bottom: 2px solid #cccccc;
    border-right: 2px solid #cccccc;
    transform: rotate(45deg)translateY(-30%);
  }

  #main .inner .login_box .err_msg {
    width: 100%;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    color: #ff0000;
    text-align: center;
    padding-top: 10px;
    margin: 0px;
    padding-bottom: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  #main .inner .login_box .smt_btn {
    display: table;
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #FFF;
    padding: 12px 24px;
    background-image: linear-gradient(-90deg, #FC5504, #eebf3f);
    transition: .5s;
    background-size: 200%;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
    appearance: none;
    font-weight: 250;
    text-decoration: none;
    text-indent: 0;
    text-shadow: 0 0;
    letter-spacing: 5px;
    font-family: "Noto Sans Japanese", sans-serif;
    margin-bottom: 20px
  }

  #main .inner .login_box .smt_btn:hover {
    background-position: right center;
  }

  .inner .login_box .modo {
    display: table;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    font-size: 13px;
    text-decoration: none;
    appearance: none;
    font-weight: 250;
    text-indent: 0;
    text-shadow: 0 0;
    text-align: center;
    font-family: "Noto Sans Japanese", sans-serif;
    color: #2CA6E0;
  }

  .inner .login_box .fav_list {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    width: 100%;
    display: flex;
    flex-flow: column wrap;
  }

  .login_box .fav_list li {
    display: flex;
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    justify-content: space-between;
    margin-bottom: 10px;
    min-height: 30px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 13px;
  }

  .fav_list li .name {
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .fav_list li .del {}

  li .del .fav_del_btn {
    border: 1px solid #dddddd;
    width: 100px;
    border-radius: 5px;
    height: 30px;
  }

  .toroku_tbl #moreinfo {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    display: none;
  }

  .toroku_tbl #moreinfo .title {
    font-size: 18px;
    font-weight: bold;
  }

  .toroku_tbl #moreinfo .midashi {
    font-size: 16px;
    font-weight: bold;
  }

  .confirm {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .confirm p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px !important;
  }

  .confirm .flexp {
    display: flex;
    justify-content: space-between;
  }
}