@charset "UTF-8";

#header {
  margin: 0 0 35px;
}

.close-section {
  width: 950px;
  padding: 0 0 10px;
  margin: 0 auto 20px;
}

.close-section .close-h2 {
  width: 528px;
  margin: 0 auto 25px;
  padding: 10px 25px;
  border-top: 2px solid #bf0000;
  border-bottom: 2px solid #bf0000;
  font-size: 25px;
  text-align: center;
}

.close-section .close-al-center {
  text-align: center;
}
.close-section .close-al-right {
  text-align: right;
}
.close-section .close-al-left {
  text-align: left;
}

.close-section .close-container {
  margin: 0 0 20px;
  padding: 20px 0;
}

.close-section .close-p {
  margin: 0 0 10px;
}

.close-section .note {
  margin: 10px  0 0;
}

.close-section .close-list {
  margin: 10px 0;
}

.close-section .close-list li {
  margin: 10px 0;
}

.close-section .close-in-list {
  margin: 10px 0 10px 25px;
}

.close-section .close-mark-list li {
  position: relative;
  padding: 0 0 0 30px;
}
.close-section .close-mark-list .mark {
  position: absolute;
  left: 3px;
  top: 0;
}

.close-section .close-list .close-def {
  margin: 5px 0 5px 25px;
}

.close-section .close-def dt {
  display: inline-block;
  width: 250px;
}

.close-section .close-def dd {
  display: inline-block;
  width: 550px;
}

.close-section .close-qa-list {
  margin: 0 0 25px;
}

.close-section .close-qa-list li {
  margin: 0 0 10px;
}

.close-section .close-qa-list li:first-child {
  font-weight: bold;
}

.close-section .close-qa-list .icon {
  padding-right: 5px;
}

.close-section .close-mb20 {
  margin-bottom: 20px;
}
