/*====================
content
====================*/
#content {
  clear: both;
  padding-top: 27px;
  padding-bottom: 27px;
}

#content h2 {
  font-size: 22px;
  font-weight:bold;
  color:#1F8D66;
  line-height:26px;
  padding-left:8px;
  border-left:7px solid #9EDE00;
}

.section {
  background: #ECF0F8;
  padding: 10px;
  box-sizing: border-box;
  margin-top: 16px;
}

#content .kakomi {
  padding: 0px;
  width: 470px;
  float: left;
  margin: 0px 20px 0px 0;
  border: none;
  position: relative;
}

#content .kakomi.last {
  margin: 0px 0px 0 0;
}

.shirobg {
  background: #FFF;
}

.ueake {
  margin-top: 10px;
}

#content .kakomi .nuri {
  background: #4D629A;
  padding-top: 9px;
  padding-bottom: 12px;
  text-align: center;
}

#content .kakomi .nuri h3 {
  font-size: 17px;
  line-height: 23px;
  color: #fff;
  text-align: center;
}

.kaisetsu {
  padding: 15px;
}

.kaisetsu h3 {
  text-align: center;
  font-size: 19px;
  color:#1F8D66;
  text-shadow: none;
  margin-bottom: 8px;
}

.kaisetsu p span {
  color: #D6DD00;
}

.kaisetsu h4 {
  font-size: 14px;
  color:#1F8D66;
}

.page-summary {
  font-size: 16px;
}

.description {
  margin-top: 15px;
}

.description dt {
  margin-top: 10px;
  color:#1F8D66;
  font-weight: bold;
}

.description dd {
  text-align: justify;
  font-size: 14px;
  line-height: 1.4;
  padding-left: 14px;
}

.list {
  list-style-type: disc;
  list-style-position: inside;
}

.step {
  list-style-type: decimal;
  list-style-position: inside;
  margin-bottom: 5px;
}

.step li {
  margin-top: 10px;
}

.step img {
  margin-top: 5px;
  display: block;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
  width: 50%;
}

span.note {
  margin-top: 5px;
  display: block;
  font-size: 12px;
  color: #d31b00;
  line-height: inherit;
}

.input-form {
  display: block;
  line-height: 2;
  margin: 5px 0;
}

div.input-form {
  text-align: center;
}

div.input-form input[type="button"] {
  margin: 10px;
}

div.notice {
  margin-top: 15px;
}

/* サポートブラウザ */
.scroll{
  width: 100%;
  overflow: auto;
}
.supported{
  border-collapse: separate;
  border-spacing: 3px;
  margin: 5px auto 0;
  width: 80%;
}

.supported tr{

}

.supported th, .supported td{
  padding: 2px 10px;
}

.supported th/*,
.supported td*/{
  text-align:  center;
  font-weight: bold;
  background-color: #6DDADA;
  color: #ffffff;
}

.supported th:not(:last-child),
.supported td:not(:last-child){
}

.supported .device{
  width: 130px;
}

.supported .os{
  width: 160px;
}

.supported .browser{
  width: auto;
}


@media screen and (max-width: 768px) {
  body{
    font-size: 12px;
  }
  #content h2 {
    font-size: 20px;
  }
  .step img {
    width: 100%;
  }
  .list {
    word-break: break-all;
  }

  .supported{
    white-space: nowrap;
    width: 100%;
  }

}
