@charset "UTF-8";
@import url("reset.css");
@import url("common27.css");
#containar {
  max-width: 1200px;
  margin: 0 auto;
  color: #333;
  line-height: 1.6;
  padding-bottom: 150px;
}
#containar p.link {
  width: 22em;
  margin: 0 auto 60px;
}
#containar p.link a:after {
  content: "\f105";
  font-family: "FontAwesome";
  color: #2393eb;
  margin-left: 3px;
}
@media all and (min-width: 840px) {
  #containar p.link a:after {
    color: #fff;
  }
  #containar p.link a:hover:after {
    color: #2393eb;
    transition: .15s linear;
    margin-left: 6px;
  }
}

h2 {
  font-size: 3.2rem;
  line-height: 1.4;
  font-weight: bold;
  color: #17629d;
  margin: 25px auto 20px;
  max-width: 1200px;
}
@media all and (max-width: 1200px) {
  h2 {
    width: 97%;
  }
}
@media all and (max-width: 840px) {
  h2 {
    font-size: 2.6rem;
    margin: 15px auto 10px;
  }
}
@media all and (max-width: 480px) {
  h2 {
    font-size: 2rem;
    margin: 10px auto;
  }
}

input.back {
  text-align: center;
  padding: 10px;
  margin: 50px auto;
  font-size: 1.4rem;
  display: block;
  border: 1px solid #17629d;
  border-radius: 3px;
  color: #17629d;
}
@media all and (min-width: 841px) {
  input.back:hover {
    background: #eef5ff;
    color: #17629d;
    cursor: pointer;
  }
}

/*新規会員登録*/
#hide_intr_warning,
#hide_intr_warning .text,
#show_intr_warning .text {
  display: none;
}

#hide_intr_warning .image,
#show_intr_warning,
#show_intr_warning .image {
  display: block;
  text-align: center;
  background: #c8002a;
  padding: 12px;
}

@media all and (max-width: 480px) {
  #hide_intr_warning .image,
  #show_intr_warning .image {
    display: none;
  }

  #hide_intr_warning .text,
  #show_intr_warning .text {
    display: block;
    padding: 15px 0 10px;
    color: #FF0000;
    text-align: center;
    line-height: 1.6;
    font-size: 1.5rem;
    border: 2px solid #c8002a;
    background-color: #FFeeee;
  }

  #hide_intr_warning .text p,
  #show_intr_warning .text p {
    font-weight: bold;
    margin-bottom: 5px;
  }
}
h3 {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.4;
  margin: 0 0 10px;
  color: #17629d;
  padding: 8px 12px;
  background: #eef5ff;
}
@media all and (max-width: 480px) {
  h3 {
    font-size: 1.5rem;
    padding: 5px 2.5%;
  }
}

p.read,
ul.read,
ul.item,
ul.number,
ul.policy {
  font-size: 1.4rem;
  padding: 0 15px 25px;
  line-height: 1.7;
}
p.read.monitor,
ul.read.monitor,
ul.item.monitor,
ul.number.monitor,
ul.policy.monitor {
  padding: 0 5px;
}
@media all and (max-width: 480px) {
  p.read,
  ul.read,
  ul.item,
  ul.number,
  ul.policy {
    padding: 0 2.5% 20px;
    font-size: 1.3rem;
  }
}
p.read.inside,
ul.read.inside,
ul.item.inside,
ul.number.inside,
ul.policy.inside {
  padding: 0 15px 10px;
}
@media all and (max-width: 480px) {
  p.read.inside,
  ul.read.inside,
  ul.item.inside,
  ul.number.inside,
  ul.policy.inside {
    padding: 0 2.5% 10px;
  }
}
p.read.inlist,
ul.read.inlist,
ul.item.inlist,
ul.number.inlist,
ul.policy.inlist {
  padding: 0 0 10px;
}
p.read.inlist li,
ul.read.inlist li,
ul.item.inlist li,
ul.number.inlist li,
ul.policy.inlist li {
  margin-bottom: 10px;
}

ul.item li,
ul.number li {
  margin-bottom: 10px;
}
ul.item li:last-child,
ul.number li:last-child {
  margin-bottom: 0;
}
ul.item li.red,
ul.number li.red {
  color: #c8002a;
  font-weight: bold;
}

ul.item li {
  text-indent: -.95em;
  padding-left: .95em;
}

ul.number li {
  text-indent: -1.25em;
  padding-left: 1.25em;
}

ul.policy li {
  margin-bottom: 15px;
}
ul.policy li h4 {
  font-weight: bold;
  margin-bottom: 5px;
}
ul.policy li .note {
  font-size: 1.2rem;
  margin-top: 5px;
  color: #666;
}
@media all and (max-width: 480px) {
  ul.policy li .note {
    font-size: 1.1rem;
  }
}

ul.item li:before {
  content: "\f105";
  margin-right: .3em;
  font-family: FontAwesome;
  color: #17629d;
}

.agreement {
  border: 1px solid #ccc;
  font-size: 1.2rem;
  line-height: 1.6em;
  color: #333333;
  display: block;
  height: 360px;
  width: 100%;
  overflow: scroll;
  margin: 0 auto 0px;
  padding: 15px 25px;
  -webkit-overflow-scrolling: touch;
}
@media all and (max-width: 1200px) {
  .agreement {
    width: 97%;
  }
}
@media all and (max-width: 840px) {
  .agreement {
    font-size: 1.1rem;
  }
}
@media all and (max-width: 480px) {
  .agreement {
    width: 95%;
    padding: 10px 15px;
  }
}
.agreement h4 {
  padding: 5px 0;
  line-height: 1.4;
  font-weight: bold;
  text-align: left;
  margin: 0;
  color: #333;
}
.agreement ul {
  margin-bottom: 12px;
}
.agreement li {
  margin-bottom: 8px;
}

.call,
.app_inquiry {
  padding: 15px 20px;
  margin: 5px 15px 30px;
  border: 1px solid #ccc;
}
.call .mail,
.app_inquiry .mail {
  font-size: 2rem;
  font-family: Helvetica Neue;
}

.btn_yes a {
  font-size: 1.8rem;
  max-width: 450px;
  width: 80%;
  color: #FFFFFF;
  display: block;
  padding: 10px 20px;
  font-weight: bold;
  text-align: center;
  border-radius: 4px;
  line-height: 1.6;
  background: #2caa70;
  margin: 30px auto 30px;
}
@media all and (max-width: 480px) {
  .btn_yes a {
    font-size: 1.6rem;
  }
}
@media all and (min-width: 841px) {
  .btn_yes a:hover {
    background: #40c98a;
  }
}

.pmark {
  margin: 20px auto;
  border: 1px solid #ccc;
  padding: 20px;
  text-align: center;
  width: 100%;
}
@media all and (max-width: 1200px) {
  .pmark {
    width: 97%;
  }
}
@media all and (max-width: 480px) {
  .pmark {
    width: 95%;
  }
}
.pmark img {
  width: 45%;
}
@media all and (max-width: 1200px) {
  .pmark img {
    width: 55%;
  }
}
@media all and (max-width: 840px) {
  .pmark img {
    width: 60%;
  }
}
@media all and (max-width: 640px) {
  .pmark img {
    width: 70%;
  }
}
@media all and (max-width: 480px) {
  .pmark img {
    width: 95%;
  }
}

.monitor_top {
  margin: 20px auto 10px;
  line-height: 1.8;
  max-width: 1200px;
}
@media all and (max-width: 1200px) {
  .monitor_top {
    width: 97%;
  }
}
@media all and (max-width: 480px) {
  .monitor_top {
    width: 95%;
    font-size: 1.3rem;
  }
}
.monitor_top .catch {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 1.8rem;
  color: #17629d;
}
@media all and (max-width: 480px) {
  .monitor_top .catch {
    font-size: 1.6rem;
  }
}
.monitor_top .note {
  color: #c8002a;
}
@media all and (max-width: 480px) {
  .monitor_top .note {
    font-size: 1.2rem;
  }
}

/*-------------▼フォーム関連▼-------------*/
.regist {
  margin: 0px 0px 30px;
}

/*エントリーフォーム 項目*/
.regist .input-section {
  margin-bottom: 20px;
}
@media all and (max-width: 480px) {
  .regist .input-section {
    margin-bottom: 10px;
  }
}
.regist .input-section h3 {
  font-size: 1.8rem;
  margin: 0;
}
@media all and (max-width: 480px) {
  .regist .input-section h3 {
    font-size: 1.6rem;
  }
}

.regist .input-help {
  margin-top: 5px;
  font-size: 1.1rem;
  color: #454545;
  line-height: 1.6;
}

.regist .register_contact a,
.regist .from-last-year a {
  text-decoration: underline;
}
.regist .register_contact a:hover,
.regist .from-last-year a:hover {
  text-decoration: none;
}

.dMXkhc {
  margin-bottom: 15px;
  border-bottom: 4px solid #17629d !important;
}
@media all and (max-width: 1200px) {
  .dMXkhc li:first-child {
    margin-left: 10px;
  }
}

.hIGLGy {
  font-size: 1.8rem !important;
}
@media all and (max-width: 640px) {
  .hIGLGy {
    font-size: 1.6rem !important;
  }
}
@media all and (max-width: 375px) {
  .hIGLGy {
    font-size: 1.4rem !important;
    padding: 4px 10px !important;
  }
}
.hIGLGy.active {
  background: #17629d !important;
  font-weight: bold;
}

.login_id,
.iGDylS:nth-of-type(1),
.jcsIrJ:nth-of-type(1) {
  border-top: 1px dotted #ccc;
}

.password .incomplete:nth-child(2) {
  border-top: 1px dotted #ccc;
}

.iGDylS,
.jcsIrJ {
  padding: 0 !important;
  border-bottom: 1px dotted #ccc;
}

.jJbAkB,
.eMYJHL {
  padding: 15px;
  text-align: center;
  flex: 0 0 30%;
  font-weight: bold;
  background-color: #f5f5f5;
}

.bXDxrR,
.ghooZE {
  padding: 15px;
}

@media all and (max-width: 450px) {
  .jJbAkB,
  .eMYJHL {
    padding: 5px 10px;
    text-align: left;
  }

  .bXDxrR,
  .ghooZE {
    padding: 5px 5px 20px;
  }
}
button.glJbxS,
button.jDywLC {
  padding: 5px 15px;
  border-radius: 4px;
  background: #17629d;
  display: inline-block;
  color: #fff;
  border: none;
  margin-left: 10px;
  font-weight: normal;
  font-size: 1.4rem;
}
button.glJbxS:hover,
button.jDywLC:hover {
  background: #17629d;
}

@media all and (min-width: 841px) {
  button.glJbxS:hover,
  button.jDywLC:hover {
    background: #2393eb;
    cursor: pointer;
  }
}
@media (max-width: 450px) {
  .ggwkom input:checked + span,
  .WZqUc input:checked + span {
    color: #17629d !important;
    border-color: #17629d !important;
    background: #FFFF00;
  }

  .ggwkom input:checked + span::before,
  .WZqUc input:checked + span::before {
    color: #17629d !important;
  }
}
@media (min-width: 450px) {
  .hSZdaj,
  .cSbsWE {
    margin-bottom: 5px;
  }
}
@media (max-width: 450px) {
  .fAmAZn,
  .eVXYHT {
    width: 48% !important;
    margin: 0 1%;
  }
}
.footer,
.submit {
  background: #fff7f9;
  padding: 20px 0;
  margin: 30px 0;
}

.submit input,
button.eDYYjm,
button.iMqizy,
button.iiPuzt {
  text-align: center;
  width: 40%;
  padding: 10px;
  font-size: 1.8rem;
  display: block;
  border: none;
  border-radius: 3px;
  color: #fff;
  background: #c8002a;
  margin: 0px auto;
  font-weight: bold;
}
@media all and (max-width: 640px) {
  .submit input,
  button.eDYYjm,
  button.iMqizy,
  button.iiPuzt {
    width: 80%;
    font-size: 1.6rem;
  }
}
.submit input:hover,
button.eDYYjm:hover,
button.iMqizy:hover,
button.iiPuzt:hover {
  background: #c8002a;
}
@media all and (min-width: 841px) {
  .submit input:hover,
  button.eDYYjm:hover,
  button.iMqizy:hover,
  button.iiPuzt:hover {
    background: #f22953;
    cursor: pointer;
  }
}

.required_item {
  display: inline-block;
  margin-right: 5px;
  padding: 2px 5px;
  background-color: #c8002a;
  color: white;
  border-radius: 3px;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 600;
}

/*-------------▼旧フォーム　共通表組▼-------------*/
.form {
  margin: 0px auto 30px;
}

@media all and (max-width: 1200px) {
  .notices {
    width: 97%;
  }
}
@media all and (max-width: 480px) {
  .notices {
    width: 95%;
  }
}

.fhcYRJ {
  margin: 15px auto !important;
  line-height: 1.8;
  font-size: 1.3rem;
}

.form table {
  margin: 0px 0 20px;
  width: 100%;
  font-size: 1.4rem;
  border-collapse: collapse;
  color: #333333;
}

.form tr {
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
}

.form th {
  padding: 15px;
  text-align: center;
  width: 25%;
  font-weight: bold;
  background-color: #f5f5f5;
}
.form th.voice {
  background-color: #c8002a;
  color: #fff;
}

.form td {
  padding: 15px;
  line-height: 1.6;
}
.form td.voice {
  background-color: #FFF5F5;
}

@media all and (max-width: 480px) {
  .form tr {
    display: block;
  }

  .form th {
    width: 100%;
    padding: 10px;
    text-align: left;
    display: list-item;
    list-style-type: none;
  }

  .form td {
    padding: 10px 10px 20px;
    display: list-item;
    list-style-type: none;
  }
}
.form td input {
  padding: 6px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.notice {
  font-size: 1.4rem;
  border: 1px solid #ccc;
  text-align: center;
  margin: 30px auto 50px;
  padding: 15px;
  line-height: 1.8;
  max-width: 1200px;
}
@media all and (max-width: 1200px) {
  .notice {
    width: 97%;
  }
}
@media all and (max-width: 480px) {
  .notice {
    width: 95%;
  }
}

@media all and (max-width: 480px) {
  .notice {
    font-size: 1.3rem;
    text-align: left;
    padding: 10px;
    margin: 15px auto 30px;
  }
}
.complete p,
.entry_complete {
  text-align: center;
  border-radius: 5px;
  background: #e6fff1;
  padding: 15px;
  border: 2px solid #00aa55;
  margin: 50px auto 25px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #00aa55;
  max-width: 1200px;
}
@media all and (max-width: 1200px) {
  .complete p,
  .entry_complete {
    width: 97%;
  }
}
@media all and (max-width: 480px) {
  .complete p,
  .entry_complete {
    font-size: 1.6rem;
    width: 95%;
    margin: 30px auto 15px;
  }
}

.complete p:before,
.entry_complete:before {
  font-family: FontAwesome;
  content: "\f05a";
  padding-right: 5px;
}

.mglef_entryform {
  text-align: center;
  border-radius: 5px;
  background: #eee;
  padding: 15px;
  border: 2px solid #666;
  margin: 20px auto 40px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #666;
  max-width: 1200px;
}
@media all and (max-width: 1200px) {
  .mglef_entryform {
    width: 97%;
  }
}
@media all and (max-width: 840px) {
  .mglef_entryform {
    font-size: 1.7rem;
  }
}
@media all and (max-width: 480px) {
  .mglef_entryform {
    font-size: 1.6rem;
    width: 95%;
    margin: 30px auto 15px;
  }
}
.mglef_entryform input {
  border: none;
  background: #666;
  border-radius: 4px;
  padding: 10px 15px;
  color: #fff;
}
@media all and (max-width: 840px) {
  .mglef_entryform input {
    padding: 8px 12px;
  }
}
@media all and (max-width: 480px) {
  .mglef_entryform input {
    padding: 5px 10px;
  }
}
@media all and (min-width: 841px) {
  .mglef_entryform input:hover {
    background: #999;
    cursor: pointer;
  }
}
.mglef_entryform .submit {
  background: none;
}

.complete_read {
  color: #DD0000;
  text-align: center;
  margin: 5px auto 10px;
  font-size: 1.5rem;
  line-height: 1.8;
  font-weight: bold;
  max-width: 1200px;
}
@media all and (max-width: 1200px) {
  .complete_read {
    width: 97%;
  }
}
@media all and (max-width: 480px) {
  .complete_read {
    text-align: left;
    width: 95%;
    font-size: 1.3rem;
  }
}

.partnersite .title {
  font-size: 1.4rem;
  background: #17629D;
  color: #FFF;
  text-align: center;
  margin: 30px 0 15px;
  padding: 10px;
  font-weight: bold;
}

.partnersite .read {
  font-size: 1.3rem;
  line-height: 1.6;
  color: #333;
  text-align: center;
  margin: 0 0 20px;
}

.partnersite ul {
  margin: 10px auto 5px;
  width: 524px;
}

.partnersite li {
  display: inline-block;
  text-align: center;
  padding: 0 0.5%;
  width: 49%;
  padding-bottom: 10px;
}

.partnersite li p {
  font-size: 1.2rem;
  margin-top: 5px;
  text-align: center;
}

@media all and (max-width: 640px) {
  .complete {
    font-size: 1.8rem;
    margin: 60px 0px;
  }

  .partnersite ul {
    width: 100%;
  }
}
.jump_question a {
  text-align: center;
  width: 35%;
  padding: 7px;
  font-size: 1.5rem;
  display: block;
  border: none;
  border-radius: 3px;
  color: #fff;
  font-weight: bold;
  background: #FF8000;
  box-shadow: 0 3px 0 #c16201;
  margin: 0px auto 3px;
}

@media all and (max-width: 640px) {
  .jump_question a {
    width: 85%;
  }
}
@media all and (min-width: 841px) {
  .jump_question a:hover {
    background: #FF9900;
    color: #fff;
    cursor: pointer;
  }
}
@media all and (max-width: 640px) {
  .notice .comment {
    text-align: left;
    padding: 0 15px;
  }

  .notice .comment br {
    display: none;
  }
}
.monitor {
  padding-bottom: 0 !important;
}
@media all and (max-width: 1200px) {
  .monitor h2.image {
    width: 100%;
  }
}
.monitor h2 img.pc {
  display: block;
}
@media all and (max-width: 640px) {
  .monitor h2 img.pc {
    display: none;
  }
}
.monitor h2 img.sp {
  display: none;
}
@media all and (max-width: 640px) {
  .monitor h2 img.sp {
    display: block;
  }
}
.monitor .monitor_top {
  margin: 20px auto;
  line-height: 1.8;
  max-width: 1200px;
}
@media all and (max-width: 1200px) {
  .monitor .monitor_top {
    width: 97%;
  }
}
@media all and (max-width: 480px) {
  .monitor .monitor_top {
    width: 95%;
    font-size: 1.3rem;
  }
}
.monitor .monitor_top .catch {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 1.8rem;
  color: #17629d;
}
@media all and (max-width: 480px) {
  .monitor .monitor_top .catch {
    font-size: 1.6rem;
  }
}
.monitor .monitor_top .note {
  color: #c8002a;
}
@media all and (max-width: 480px) {
  .monitor .monitor_top .note {
    font-size: 1.2rem;
  }
}
.monitor ul.read li span.red {
  color: #c8002a;
  font-weight: bold;
}
.monitor .monitor_regist {
  background: #ffdddd;
  padding: 30px;
  margin-bottom: 25px;
  text-align: center;
}
@media all and (max-width: 840px) {
  .monitor .monitor_regist {
    padding: 20px;
  }
}
@media all and (max-width: 480px) {
  .monitor .monitor_regist {
    padding: 15px;
  }
}
.monitor .monitor_regist.status_1 {
  background: #e5ffef;
}
.monitor .monitor_regist form p.alert {
  color: #c8002a;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 auto 15px;
}
@media all and (max-width: 840px) {
  .monitor .monitor_regist form p.alert {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 480px) {
  .monitor .monitor_regist form p.alert {
    font-size: 1.4rem;
  }
}
.monitor .monitor_regist form ul.loginmenu {
  display: flex;
  justify-content: center;
  max-width: 850px;
  margin: 0 auto;
}
@media all and (max-width: 840px) {
  .monitor .monitor_regist form ul.loginmenu {
    display: block;
    font-size: 1.5rem;
  }
}
@media all and (max-width: 480px) {
  .monitor .monitor_regist form ul.loginmenu {
    font-size: 1.4rem;
  }
}
.monitor .monitor_regist form ul.loginmenu li {
  display: flex;
  flex-direction: column;
  margin: auto 10px 0;
  width: 40%;
}
@media all and (max-width: 840px) {
  .monitor .monitor_regist form ul.loginmenu li {
    flex-direction: row;
    justify-content: space-between;
    width: 95%;
    margin: 0 auto 15px;
  }
}
.monitor .monitor_regist form ul.loginmenu li:nth-child(3) {
  width: 12%;
  margin-bottom: 0;
  justify-content: center;
}
.monitor .monitor_regist form ul.loginmenu li p {
  text-align: left;
}
@media all and (max-width: 840px) {
  .monitor .monitor_regist form ul.loginmenu li p {
    width: 45%;
    font-size: 1.4rem;
  }
}
@media all and (max-width: 480px) {
  .monitor .monitor_regist form ul.loginmenu li p {
    font-size: 1.3rem;
  }
}
.monitor .monitor_regist form ul.loginmenu li input {
  padding: 3px;
  font-size: 16px;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
@media all and (max-width: 840px) {
  .monitor .monitor_regist form ul.loginmenu li input.mglf-loginid, .monitor .monitor_regist form ul.loginmenu li input.mglf-password {
    width: 65%;
    height: 20%;
    margin: auto;
  }
}
.monitor .monitor_regist form ul.loginmenu li input#loginbtn {
  color: #fff;
  background-color: #00aa55;
  font-size: 1.5rem;
}
@media all and (max-width: 840px) {
  .monitor .monitor_regist form ul.loginmenu li input#loginbtn {
    padding: 5px 14px;
    font-size: 1.4rem;
  }
}
@media all and (max-width: 480px) {
  .monitor .monitor_regist form ul.loginmenu li input#loginbtn {
    font-size: 1.3rem;
  }
}
.monitor .monitor_regist button.register {
  background: linear-gradient(to top, #c20000 0%, #e10000 50%);
  width: 66%;
  border: none;
  font-weight: bold;
  padding: 15px 0;
  max-width: 400px;
  border-radius: 5px;
  font-size: 1.8rem;
  border: none;
  display: inline-block;
  color: white;
  cursor: pointer;
  border-image: initial;
  letter-spacing: 2px;
}
@media all and (max-width: 480px) {
  .monitor .monitor_regist button.register {
    width: 66%;
    font-size: 1.4rem;
    padding: 12px 0;
  }
}
@media all and (min-width: 841px) {
  .monitor .monitor_regist button.register:hover {
    transition: all 0.2s ease 0s;
    opacity: 0.7;
  }
}
.monitor .monitor_regist button.status_1 {
  display: none;
}
.monitor .monitor_regist .done {
  color: #2caa70;
  font-size: 1.6rem;
  font-weight: bold;
  display: none;
}
.monitor .monitor_regist .done.status_1 {
  display: block;
}
.monitor .table-img,
.monitor .table-txt {
  vertical-align: top;
  width: 300px;
}
@media all and (max-width: 480px) {
  .monitor .table-img,
  .monitor .table-txt {
    width: 100%;
  }
}
.monitor .table-img .box {
  display: flex;
}
@media all and (max-width: 768px) {
  .monitor .table-img .box {
    display: block;
  }
}
.monitor .box-text {
  margin-right: 20px;
}
@media all and (max-width: 768px) {
  .monitor .box-text {
    margin-bottom: 15px;
  }
}
@media all and (max-width: 768px) {
  .monitor .box-img {
    text-align: center;
    width: 100%;
  }
}
.monitor .box-img img {
  max-width: 220px;
}
.monitor .link_top a {
  text-align: center;
  padding: 8px 15px;
  font-size: 1.6rem;
  background: #fff;
  display: block;
  border-radius: 3px;
  color: #17629d;
  border: 1px solid #17629d;
  margin: 60px auto;
  width: 18em;
}
@media all and (max-width: 640px) {
  .monitor .link_top a {
    font-size: 1.4rem;
  }
}
@media all and (min-width: 769px) {
  .monitor .link_top a:hover {
    background: #eef5ff;
  }
}

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