@charset "utf-8";

/*シンプルwifi  共通CSS
-------------------------*/


h1 {
  font-size: 28px;
  font-weight: bold;
  color: #4669c5;
  line-height: 1;
  margin-bottom: 20px;
}

h1:not([class]) {
  text-align: center;
}

h1 span.sub {
  display: block;
  margin-bottom: 5px;
}

h1 img {
  max-width: 350px;
  width: 100%;
  vertical-align: top;
}

h1 span.sub img {
  max-width: 150px;
}

h2 {
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 8px;
  margin: 0 auto 28px;
  border-bottom: 2px solid #91a8b8;
}

h2.required::before {
  content: "*";
  color: #f74141;
  margin-left: 0.1em;
}

h2:not([class]) {
  text-align: left;
}

.mt10 { margin-top: 10px; }
.mt20 { margin-top: 20px; }
.mt30 { margin-top: 30px; }
.mt40 { margin-top: 40px; }
.mt50 { margin-top: 50px; }

@media only screen and (max-width: 599px) {
    
    h1 {
      margin-bottom: 15px;
    }
    
    h1 img {
      max-width: 280px;
      width: 100%;
      vertical-align: top;
    }

    h1 span.sub img {
      max-width: 100px;
    }
    
    
}


