@charset "UTF-8";
html {
}
button,
*,
*:after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }
body {
  font-family: "Noto Sans JP", Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ",Osaka,verdana,"Meiryo", "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif; }

  line-height: 1;
  -webkit-text-size-adjust: 100%; }
a {
  text-decoration: none; }
input[type="submit"],
a {
  -webkit-transition: opacity 1s ease-out;
  -moz-transition: opacity 1s ease-out;
  -ms-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out; }
input[type="submit"]:hover,
a:hover {
  opacity: .5; }
input {
  font-size: 16px; }
img {
  width: auto;
  max-width: 100%;
  line-height: 0;
  vertical-align: middle;
  border: none; }
.wysiwyg {
  word-break: break-word;
  line-height: 1.75; }
.wysiwyg table {
  width: 100%!important; }
.wysiwyg ol {
  margin-left: 16px;
  list-style-type: decimal; }
p {
  line-height: 1.75; }
ol,ul,li,dl,dt,dd {
  margin: 0;
  padding: 0; }
li {
  list-style: none; }
.sp-hide {
  display: block; }
.sp {
  display: none; }
 time {
  display:inline-block; }
 .hidden{
    display:none;
 }


    
@media screen and (max-width: 768px) {
.wysiwyg figure,  
.iframe-wrap {
  position: relative;
  padding-top: 56.25%; }
.wysiwyg figure iframe,
.iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
.wysiwyg figure img {
  margin-top: -56.25%; }
.sp {
  display: block; }
.sp-hide{
  display: none; }
}


  body {
    font-size:14px;
  }
  .wrap {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }
  .wrap-text {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding:40px 0;
  }
  header .logo img {
    width:210px;
  }
  header nav {
    display:flex;
    align-items:center;
  }
  header nav a img {
    height:75px;
  }
  header nav a {
    color:#000;
    text-decoration:0;
    margin-left: 8px;
  }
  header > .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:12px 0;
  }
  .catch {
    width:100%;
    height:400px;
  }
  .catch img {
    width:100%;
    height: 100%;
    object-fit: cover;
  }
  form input {
    width:80%;
    max-width:30em;
    border:1px solid #000;
    padding:6px;
  }
  form h4 {
    margin-bottom: 8px;
  }
  .btn-box {
    display:flex;
    justify-content:space-between;
margin: 64px auto 0;
  }
  .btn {
    display:inline-block;
    font-size: 18px;
    font-weight: bold;
    padding: 20px;
    text-align: center;
    background: #365CA7;
    color:#fff;
    text-decoration: none;
    border-radius: 16px;
width: 50%;
    max-width: 300px;
  }
  footer {
    background:#365CA7;
    color: #fff;
    padding:40px 0;
    display:flex;
    justify-content:center;
    flex-wrap: wrap;
    font-size:12px;
  }
  footer a {
color:#fff;
  }
  footer .wrap {
    display:flex;
    justify-content:center;
    max-width:40em;
    flex-wrap:wrap;
  }
  footer dl {
    display:flex;
    justify-content:flex-start;
    margin: 8px 0;
    max-width: 26em;
  }
  footer dt {
    width: 5em;
    text-align: left;
  }
  footer dd {
    margin:0;
    
  }
  footer small {
    font-size:12px;
    margin-top: 40px;
  }
  footer .logo {
        display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 16px;
  
  }
  footer .logo img {
    height:75px;
    width: auto;
    max-width: none;
  }
h2 {
  font-size:18px;
  color:#365CA7;
  border-bottom:2px solid #365CA7;
  padding-bottom: 8px;
}
.btn-box-single {
  display:flex;
  justify-content:center;
  margin:40px auto;
}
.check-text {
  text-align:center;
  margin: 40px 0;
    background: #000;
    color: #fff;
    padding: 16px;
}
.check-text h2,
.check-text pre {
  text-align:left;
}
.ping-jitter,
.speedcheck {
  display:flex;
  justify-content:space-between;
  width:100%;
  max-width:520px;
  margin:0 auto;
}
.ping-jitter {
  margin-bottom:40px;
}
.ping-jitter h3,
.speedcheck h3 {
  color:#365CA7;
  text-align:center;
  font-size:30px;
  margin-bottom:-8px;
  font-weight:bold;
}
.ping-jitter h3 {
  margin-bottom:0;
}
.ping-jitter h3 + div {
color: #365CA7;
    font-size: 20px;
    font-weight: bold;
  }
.mbps {
  width:200px;
  height:200px;
  /*background:url(img/mbps.png);
  background-size:contain;*/
  object-fit:contain;
  position:relative;
}
.mbps canvas {
  width:100%;
}
.mbps span {
  position:absolute;
  top:0;
  left:0;
  padding-bottom:16px;
  display:flex;
  width:100%;
  height:100%;
  justify-content:center;
  align-items:center;
  color:#365CA7;
  font-size:60px; 
    font-family: "Noto Sans", sans-serif;
  font-weight: 700;
}

.unit {
position: absolute;
    top: 29%;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #365CA7;
    font-weight: bold;
  }
#dlText,#ulText {
position: absolute;
    top: 45%;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 30px;
    color: #365CA7;
    font-weight: bold;
  }

.ping-jitter > div  {
    width:200px;
text-align:center;
}
.ping-jitter span {
  padding-bottom:16px;
  color:#365CA7;
  font-size:48px; 
    font-family: "Noto Sans", sans-serif;
  font-weight: 700;
  margin-right:4px;
}
@media screen and (max-width: 768px) {
  .wrap{
    padding:0 16px;
  }
  
  .wrap-text {
    padding:16px;
  }
  .btn-box {
      display: flex;
      justify-content: center;
      margin: 64px auto 0;
      flex-wrap: wrap;
  }
  .btn-box a,
   .btn-box input {
    margin-top:16px;
  }
  header .wrap {
    padding:16px;
  }
  header .logo {
    width:40%;
  }
    header .logo img {
        width: 100%;
    }
        header nav a img {
    width: auto;
    max-width: none;
    height: 30px;
    }
    .btn {
      width:80%;
    }
    footer,footer small {
      font-size:12px;
    }
    .ping-jitter div,
    .mbps {
  width:160px;
  height:160px;

}
.ping-jitter h3,
.speedcheck h3 {
  margin-bottom:6px;
  font-size:24px;
}
}

.privacy-policy {
  color: #555;
  font-size: 14px;
  border: 1px solid #ccc;
/*  border-radius: 4px;*/
width: 100%;
  height: 200px;
  overflow-y: scroll;
  padding: 6px 12px;
  margin: 40px 0 8px;
  /*white-space: pre-wrap;
    text-align: justify;*/
}
#privacyCheck {
  text-align:center;
}
.check-disabled {
  color: #afafaf;
  text-align:center;
}
.other-s {
  width:100%;
  margin:24px 0;
}
#reCheck {
  text-align:center;
  margin-top:40px;
}
#reCheck + .btn-box-single{
margin-top:16px;
}
#privacyCheck + p {
  text-align:center;
margin: 40px auto -40px;
}
footer .wrap > div {
  display:flex;
  justify-content:center;
  align-items:flex-start;
}
.error {
 border: 2px solid #f00;
    padding: 4px 16px 16px;
    color: #f00; 
}

form #reCheck input[type="checkbox"],
form #privacyCheck input[type="checkbox"] {
  width:auto;
  margin-right:2px;
}
form #reCheck > label,
form #privacyCheck > label {
  justify-content:center;
  align-items:center;
}
