html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers 
*/
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}

html, body {
  width: 100%;
  min-height: 280px;
}

body {
  width: 100%;
}

.server-check {
  border: 3px solid #0da6e2;
  overflow: hidden;
  line-height: 1.5;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: table;
  max-width: 950px;
  width: 100%;
  height: 280px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
.server-check-lightblue {
  border:3px solid #0da6e2;
}
.server-check-blue {
  border:3px solid #105da4;
}
.server-check-green {
  border:3px solid #009944;
}
.server-check-yellow {
  border:3px solid #eeb400;
}

.server-check-color-lightblue {
  color: #0da6e2;
}
.server-check-color-blue {
  color: #105da4;
}
.server-check-color-green {
  color: #009944;
}
.server-check-color-yellow {
  color: #eeb400;
}
.server-check-bg {
  background: #999;
  color: #fff;
}
.server-check-bg-lightblue {
  background: #0da6e2;
}
.server-check-bg-blue {
  background: #105da4;
}
.server-check-bg-green {
  background: #009944;
}
.server-check-bg-yellow {
  background: #eeb400;
}

.server-check-ui-button {
  display: inline-block;
  text-align: center;
  color: #fff;
  padding: 6px 18px;
  border-radius: 3px;
  background: #999;
  box-shadow: 0 3px #333;
  cursor: pointer;
  text-decoration: none;
  position: relative;
}
.server-check-ui-button.on {
  top: 3px;
  box-shadow: 0 0 #333;
}
.server-check-ui-button-lightblue {
  background: #0da6e2;
  box-shadow: 0 3px #0b5f87;
}
.server-check-ui-button-blue {
  background: #3894ea;
  box-shadow: 0 3px #105da4;
}
.server-check-ui-button-red {
  background: #e60012;
  box-shadow: 0 3px #8f0a14;
}
.server-check-ui-button-green {
  background: #009944;
  box-shadow: 0 3px #11512e;
}
.server-check-ui-button-yellow {
  background: #eeb400;
  box-shadow: 0 3px #957400;
}
.server-check-ui-button-long {
  padding: 3px 45px;
}

.server-check-ui-button .text-main {
  display: block;
  font-size: 18px;
}
.server-check-ui-button .text-sub {
  display: block;
  font-size: 12px;
}

.server-check-description,
.server-check-content {
  display: table-cell;
  padding: 25px;
  box-sizing: border-box;
  min-height: 280px;
  height: 100%;
}
.server-check-description {
  width: 298px;
  background: #f6f6f6;
  color: #444;
  vertical-align: top;
  height: 100%;
}
.server-check-content {
  width: 100%;
  /* width: 646px; */
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  vertical-align: middle;
  position: relative;
}

.server-check-content-screen {
  display: table;
  width: 100%;
  height: 100%;
}

.server-check-content-screen.hidden {
  display: none;
}
.server-check-content-screen.show {
  display: table;
  width: 100%;
}

.server-check-content-screen-inner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.server-check-description-title {
  font-size: 24px;
  margin-bottom: 15px;
}
.server-check-description-text {
  font-size: 12px;
  text-align: justify;
}

.server-check-start {
  text-align: center;
}
.server-check-start-title {
  font-size: 28px;
  color: #0da6e2;
  margin:0 0 42px;
}

.server-check-question {
  text-align: center;
  position: relative;
  height: 100%;
  width: 100%;
}
.server-check-question-text {
  padding-bottom: 50px;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 1px;
}

.server-check-question-button-area {
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 0px;
}
.server-check-yes-button,
.server-check-no-button {
  margin: 0 30px;
}

.server-check-restart {
  font-size: 12px;
  margin: 8px 0 0;
  text-decoration: underline;
}

.server-check-result {
  text-align: center;
  height: 100%;
}

.server-check-result-text-01 {
  font-size: 18px;
  margin-bottom: 24px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.3;
}
.server-check-result-label {
  border-radius: 3px;
  line-height: 1;
  padding: 6px 10px 4px;
  margin: 0 10px;
  display: inline-block;
  vertical-align: middle;
  font-size: 28px;
  font-weight: bold;
}
.server-check-result-text-02 {
  margin-bottom: 28px;
}
.server-check-server-name-prefix,
.server-check-server-name {
  display: block;
}
.server-check-server-name-prefix {
  font-size: 15px;
}
.server-check-server-name-text {
  font-size: 23px;
  font-weight: bold;
}
.server-check-server-name-detail {
  display: block;
  font-size: 14px;
  text-decoration: underline;
  cursor: pointer;
}
.server-check-server-name-detail:hover {
  text-decoration: none;
}

.server-check-modal {
  width: 100%;
  height: 100%;
  display: none;
  box-sizing: border-box;
  z-index: 9998;
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
}
.server-check-modal.show {
  display: table;
}
.server-check-modal-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  position: relative;
  padding: 0 20px;
  z-index: 9999;
}
.server-check-modal-content {
  display: inline-block;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 2px 5px rgba(140, 140, 140, 0.6);
  padding: 30px 40px;
  position: relative;
}
.server-check-modal-text {
  text-align: left;
}
.server-check-modal-text a {
  color: #0da6e2;
}
.server-check-modal-text a:hover {
  text-decoration: none;
}
.server-check-modal-close {
  width: 40px;
  height: 40px;
  background: #000;
  position: absolute;
  top: -15px;
  right: -15px;
  border-radius: 100%;
  display: inline-block;
  background: #666;
  cursor: pointer;
}
.server-check-modal-close:before,.server-check-modal-close:after{
  display: block;
  content: '';
  width: 5px;
  height: 30px;
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #fff;
  border-radius: 10px;
  position: absolute;
  top: 5px;
  left: 17px;
}
.server-check-modal-close:after{
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (max-width: 768px) {
  .server-check {
    width: 100%;
  }
  .server-check-description,
  .server-check-content {
/*    display: table-cell;
    vertical-align: top;
    padding: 30px;
    box-sizing: border-box;
    min-height: 280px;
    height: 100%;*/
  }
  /* .server-check-description {
    width: 31%;
  }
  .server-check-content {
    width: 69%;
  } */
}
@media (max-width: 650px) {
  .server-check {
    height: 360px;
  }
  .server-check-ui-button .text-main {
    font-size: 16px;
  }
  .server-check-description,
  .server-check-content {
    padding: 15px;
    display: block;
    width: 100%;
  }
  .server-check-description {
    text-align: center;
    min-height: 200px;
  }
  .server-check-content {
    min-height: 280px;
    height: 1px;
  }

  .server-check-question-button-area {
    bottom: 20px;
  }

  .server-check-start-title {
    font-size: 24px;
  }

  .server-check-yes-button, .server-check-no-button {
    margin: 0 5px;
  }
}

.server-check-loader {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999;
}

.server-check-loader-spinner,
.server-check-loader-spinner:after {
  border-radius: 50%;
  width: 7em;
  height: 7em;
}
.server-check-loader-spinner {
  font-size: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -3.5em;
  margin-top: -3.5em;
  text-indent: -9999em;
  border-top: 0.8em solid rgba(13, 166, 226, 0.2);
  border-right: 0.8em solid rgba(13, 166, 226, 0.2);
  border-bottom: 0.8em solid rgba(13, 166, 226, 0.2);
  border-left: 0.8em solid #0da6e2;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}