@charset "UTF-8";
* {
  color: #444444;
  font-family: "メイリオ";
}

a.ssl {
  color: #0f8fef;
}
a.cloudssl {
  color: #ef8a45;
}

.profile {
  width: 560px;
  height: 605px;
  margin: 0 auto;
  padding-top: 24px;
}
.profile__top {
  padding-bottom: 20px;
  border-bottom: 1px dashed #e7e9ed;
}
.profile__logo-wrapper {
  height: 28px;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 23px;
}
.profile__logo-wrapper img {
  height: 100%;
}
.profile__title {
  background-color: #ef8a45;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  width: 100%;
  padding-left: 13px;
  padding-top: 11px;
  padding-bottom: 11px;
  border-radius: 3px;
  margin-bottom: 18px;
  line-height: 1;
}
.profile__title.ssl {
  background-color: #0f8fef;
}
.profile__title.cloudssl {
  background-color: #ef8a45;
}
.profile__top-content {
  padding-left: 10px;
  padding-right: 10px;
}
.profile__top-headline {
  font-size: 13px;
  line-height: 1;
  margin-bottom: 18px;
  font-weight: bold;
}
.profile__block {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 3px;
  overflow: hidden;
  border: 1px solid #e7e9ed;
}
.profile__block-header {
  background-color: #e7e9ed;
  padding-left: 30px;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 12px;
  color: #444444;
  font-weight: bold;
  line-height: 1;
  position: relative;
}
.profile__block-header::before {
  content: "";
  width: 12px;
  height: 12px;
  background-image: url("../image/exclamation@2x.png");
  background-size: contain;
  position: absolute;
  left: 12px;
  top: 6px;
}
.profile__block-body {
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 16px;
  padding-bottom: 15px;
}
.profile__bottom {
  padding-top: 20px;
}
.profile__copy {
  text-align: center;
  font-size: 11px;
  font-weight: normal;
  color: #444444;
  line-height: 1;
}
.profile__error {
  color: #e84964;
  font-size: 12px;
  border: 1px solid #e84964;
  padding-top: 10px;
  padding-bottom: 7px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 1.2;
  margin-bottom: 20px;
}

table {
  width: 100%;
  margin-bottom: 20px;
  border-collapse: collapse;
}
table tr {
  border-bottom: 4px solid #fff;
}
table th {
  text-align: left;
  width: 140px;
  height: 35px;
  line-height: 1;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 10px;
  font-size: 13px;
  font-weight: bold;
  color: #444444;
  border-right: 4px solid #fff;
}
table td {
  text-align: left;
  font-size: 13px;
  font-weight: normal;
  color: #444444;
  padding-left: 10px;
}
table.ssl th {
  background-color: #dbeefd;
}
table.ssl td {
  background-color: #f3f9fe;
}
table.cloudssl th {
  background-color: #fce8da;
}
table.cloudssl td {
  background-color: #fff8f3;
}

ol {
  counter-reset: inNum;
  list-style: none;
}
ol li {
  font-size: 12px;
  position: relative;
  padding-left: 18px;
  line-height: 1;
  margin-bottom: 12px;
}
ol li:last-child {
  margin-bottom: 0px;
}
ol li::before {
  counter-increment: inNum;
  content: counter(inNum) ".";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
}

ul {
  list-style: none;
  margin-bottom: 30px;
}
ul li {
  line-height: 1;
  margin-bottom: 10px;
  font-size: 10px;
  color: #444444;
  padding-left: 30px;
  position: relative;
  white-space: nowrap;
}
ul li:last-child {
  margin-bottom: 0px;
}
ul li::before {
  content: "";
  background-color: #444444;
  width: 4px;
  height: 4px;
  position: absolute;
  left: 6px;
  top: 2px;
  border-radius: 50%;
}/*# sourceMappingURL=webSiteProfile.css.map */