@media screen and (max-width: 1000px) {
  body.member_body .second_header .title {
    background-image: url(../images/second/title/sp/mv_news.png);
  }
  body.member_body .second_body {
    min-height: 500px;
  }
  body.member_body .second_body .inner {
    padding: 50px;
  }
  body.member_body .second_body .inner .account {
    font-size: 24px;
    margin: 20px 0;
    font-weight: bold;
    text-align: center;
  }
  body.member_body .second_body .inner .campaign-id {
    font-size: 16px;
    margin: 20px 0;
    text-align: center;
  }
  body.member_body .second_body .inner .campaign-id span {
    font-weight: bold;
  }
  body.member_body .second_body .inner .menu {
    padding: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  body.member_body .second_body .inner .menu a {
    position: relative;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    background-color: #fff;
    color: #fff;
    border-radius: 30px;
    z-index: 1;
    border: 1px solid #fff;
    min-width: 200px;
    padding: 15px 30px;
    margin: 10px;
    font-size: 14px;
    transition: 0.3s;
    overflow: hidden;
  }
  body.member_body .second_body .inner .menu a:hover {
    border: 1px solid #1FC3B2;
    color: #1FC3B2;
  }
  body.member_body .second_body .inner .menu a:hover:before {
    width: 0;
  }
  body.member_body .second_body .inner .menu a:hover:after {
    width: 0;
  }
  body.member_body .second_body .inner .menu a:before {
    position: absolute;
    content: "";
    top: 0;
    width: 51%;
    height: 100%;
    background-color: #1FC3B2;
    right: 0;
    border-radius: 0 30px 30px 0;
    transition: 0.3s;
    z-index: -1;
  }
  body.member_body .second_body .inner .menu a:after {
    position: absolute;
    content: "";
    top: 0;
    width: 51%;
    height: 100%;
    background-color: #1FC3B2;
    left: 0;
    border-radius: 30px 0 0 30px;
    transition: 0.3s;
    z-index: -1;
  }
  body.logout_body main {
    min-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  body.logout_body main p {
    margin: 20px 0;
    font-size: 20px;
  }
  body.logout_body main a {
    display: inline-block;
    padding: 10px 20px;
    color: #21D9AB;
    border-radius: 5px;
  }
  body.remove_body main {
    min-height: 500px;
  }
  body.remove_body main .second_header .title {
    background-image: url(../images/second/title/sp/mv_news.png);
  }
  body.remove_body main .second_body .inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  body.remove_body main .second_body .inner p {
    margin: 20px 0;
    font-size: 24px;
  }
  body.remove_body main .second_body .inner form textarea {
    border-color: #DFDFDF;
    margin: 10px;
    background-color: #f6f6f6;
    font-size: 16px;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #DFDFDF;
    border-radius: 5px;
    padding: 17px 30px;
  }
  body.remove_body main .second_body .inner form input[type=submit] {
    background-color: #1FC3B2;
    border: 3px solid #1FC3B2;
    border-radius: 5px;
    color: white;
    font-weight: bold;
    width: 300px;
    padding: 15px;
    margin: 5px;
  }
  body.remove_body main .second_body .inner form input[type=button] {
    background-color: grey;
    border: 3px solid grey;
    border-radius: 5px;
    color: white;
    font-weight: bold;
    width: 300px;
    padding: 15px;
    margin: 5px;
  }
}
@media print, screen and (min-width: 1001px) {
  body.member_body .second_body {
    min-height: 500px;
  }
  body.member_body .second_body .inner {
    padding: 50px;
  }
  body.member_body .second_body .inner .account {
    font-size: 24px;
    margin: 20px 0;
    font-weight: bold;
    text-align: center;
  }
  body.member_body .second_body .inner .campaign-id {
    font-size: 16px;
    margin: 20px 0;
    text-align: center;
  }
  body.member_body .second_body .inner .campaign-id span {
    font-weight: bold;
  }
  body.member_body .second_body .inner .menu {
    padding: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  body.member_body .second_body .inner .menu a {
    position: relative;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    background-color: #fff;
    color: #fff;
    border-radius: 30px;
    z-index: 1;
    border: 1px solid #fff;
    min-width: 300px;
    padding: 15px 30px;
    margin: 10px;
    transition: 0.3s;
    overflow: hidden;
  }
  body.member_body .second_body .inner .menu a:hover {
    border: 1px solid #1FC3B2;
    color: #1FC3B2;
  }
  body.member_body .second_body .inner .menu a:hover:before {
    width: 0;
  }
  body.member_body .second_body .inner .menu a:hover:after {
    width: 0;
  }
  body.member_body .second_body .inner .menu a:before {
    position: absolute;
    content: "";
    top: 0;
    width: 51%;
    height: 100%;
    background-color: #1FC3B2;
    right: 0;
    border-radius: 0 30px 30px 0;
    transition: 0.3s;
    z-index: -1;
  }
  body.member_body .second_body .inner .menu a:after {
    position: absolute;
    content: "";
    top: 0;
    width: 51%;
    height: 100%;
    background-color: #1FC3B2;
    left: 0;
    border-radius: 30px 0 0 30px;
    transition: 0.3s;
    z-index: -1;
  }
  body.logout_body main {
    min-height: 750px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  body.logout_body main p {
    margin: 20px 0;
    font-size: 24px;
  }
  body.logout_body main a {
    display: inline-block;
    padding: 10px 20px;
    color: #21D9AB;
    border-radius: 5px;
  }
  body.remove_body main {
    min-height: 750px;
  }
  body.remove_body main .second_body .inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  body.remove_body main .second_body .inner p {
    margin: 20px 0;
    font-size: 24px;
  }
  body.remove_body main .second_body .inner form textarea {
    border-color: #DFDFDF;
    margin: 10px;
    background-color: #f6f6f6;
    font-size: 16px;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #DFDFDF;
    border-radius: 5px;
    padding: 17px 30px;
  }
  body.remove_body main .second_body .inner form input[type=submit] {
    background-color: #1FC3B2;
    border: 3px solid #1FC3B2;
    border-radius: 5px;
    color: white;
    font-weight: bold;
    width: 300px;
    padding: 15px;
    margin: 5px;
  }
  body.remove_body main .second_body .inner form input[type=button] {
    background-color: grey;
    border: 3px solid grey;
    border-radius: 5px;
    color: white;
    font-weight: bold;
    width: 300px;
    padding: 15px;
    margin: 5px;
  }
}/*# sourceMappingURL=member_yt.css.map */