@charset "UTF-8";

section p + p {
  margin-top: 30px;
}

/* pの直後が画像なら余白 */
section p + img {
  margin-top: 30px;
}

p strong {
    font-weight: bold;
    color: #cc0033;
}

h4 {
  color: #cc0033;
  font-weight: bold;
  margin: 50px 0 15px !important;
}

.mT50 {
    margin-top: 50px;;
}

.point__tbox {
    border: #ccc 2px solid;
    padding: 20px;
}

.point__tbox span {
    font-size: 14px;
    display: inline-block;
    padding-top: 8px;
}

.img--center {
  text-align: center;
}

table {
  width: 100%;
  margin-top: 30px;
}

.main-article__contents a {
    color: #004386;
    text-decoration: none;
}

.main-article__contents a:visited {
    color: #004386;
    text-decoration: none;
}

.question__area {
  background-color: #f6f6f6;
  padding: 40px;
}

.accordion_component {
    max-width: 880px;
    margin: 0 auto;
}

.accordion_header {
    position: relative;
    color: #004386;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    padding-top: 0;
    padding-bottom: 20px;
    line-height: 1.3;
}

.accordion_header:after {
    margin-top: -22px;
}
@media screen and (max-width: 768px) {
    .accordion_header {
        font-size: 1rem;
    }
}

.accordion_contents {
    display: none;
    padding-top: 0;
    padding-bottom: 30px;
}

.relation-contents__item--group {
  height: 59px;
}

.note-area p {
    position: relative;
    padding-left: 1em;
}

.note-area p::before {
    content: "・";
    position: absolute;
    left: 0;
    top: 0;
}

.note-area p.is-asterisk::before {
    content: "*";
}