/* ---------------------------------------
#examination .guidelines
--------------------------------------- */
.section {
  padding-top: 15px;
}
.section .incnt {
  width: 880px;
  font-size: 16px;
}
@media screen and (max-width: 639px) {
  .section .incnt {
    font-size: 15px;
  }
}
.section {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .section {
    margin-bottom: 60px;
  }
}
.section img[src$=".svg"] {
  width: 100%;
}

#sec_title #pagetitle img {
  height: 34px;
}
@media screen and (max-width: 767px) {
  #sec_title #pagetitle img {
    height: 30px;
  }
}
@media screen and (max-width: 639px) {
  #sec_title #pagetitle img {
    height: 20px;
  }
}
@media screen and (max-width: 375px) {
  #sec_title #pagetitle img {
    height: 20px;
  }
}

.subtitle {
  padding: 15px 20px 15px;
  text-align: center;
  margin-bottom: 35px;
  line-height: 1;
}
@media screen and (max-width: 639px) {
  .subtitle {
    margin-bottom: 15px;
    padding: 8px 20px;
  }
}
body.guidelines .subtitle {
  background: #00af95;
}

body.guidelines #sec_2 .subtitle {
  background: #E97131;
}

body.shiteiko .subtitle {
  background: #8C3291;
}

.subtitle img {
  width: auto;
  height: 23px;
}
@media screen and (max-width: 639px) {
  .subtitle img {
    height: 16px;
  }
}

.txt2,
.txt1 {
  font-weight: bold;
  margin-bottom: 10px;
  font-feature-settings: "palt";
  text-align: left;
}
.txt2:nth-of-type(1),
.txt1:nth-of-type(1) {
  color: #00af95;
}
body.guidelines .txt2:nth-of-type(1),
body.guidelines .txt1:nth-of-type(1) {
  color: #00af95;
}

body.guidelines #sec_2 .txt2:nth-of-type(1),
body.guidelines #sec_2 .txt1:nth-of-type(1) {
  color: #E97131;
}

body.shiteiko .txt2:nth-of-type(1),
body.shiteiko .txt1:nth-of-type(1) {
  color: #8C3291;
}

@media screen and (min-width: 768px) {
  .txt2,
  .txt1 {
    display: flex;
  }
}
@media screen and (max-width: 639px) {
  .txt2,
  .txt1 {
    font-size: 14px;
  }
}
.txt2 span,
.txt1 span {
  display: inline-block;
  margin-left: 10px;
}
@media screen and (max-width: 400px) {
  .txt2 span,
  .txt1 span {
    display: block;
    margin-left: 0;
  }
}

.txt2 {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .txt2 {
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .txt2 ul {
    margin-left: 15px;
    margin-top: 5px;
  }
}
.txt2 ul li {
  margin-left: 1em;
  text-indent: -1em;
  line-height: 1.6;
}

.list {
  margin-bottom: 40px;
}
.list > li {
  padding: 10px 0 10px 25px;
  border-bottom: 1px dotted #191919;
}
body.guidelines .list > li {
  background: url(../img/guidelines/ico1.svg) no-repeat left 14px;
  background-size: 17px;
}

body.guidelines #sec_2 .list > li {
  background: url(../img/guidelines/ico2.svg) no-repeat left 14px;
  background-size: 17px;
}

body.shiteiko .list > li {
  background: url(../img/guidelines/ico3.svg) no-repeat left 14px;
  background-size: 17px;
}

@media screen and (max-width: 640px) {
  .list > li {
    padding-left: 22px;
    background-position: left 12px;
    background-size: 14px;
  }
}
.list > li:first-child {
  border-top: 1px dotted #191919;
}
.list > li > span,
.list > li > a {
  text-decoration: none;
  display: block;
  line-height: 1.5;
}
.list > li ._pw {
  display: inline-block;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .list > li ._pw {
    margin-left: 1em;
  }
}
@media screen and (max-width: 767px) {
  .list > li ._pw {
    display: block;
  }
}
.list > li._li1 {
  border-top: 1px dotted #191919;
  margin-top: 40px;
}
.list > li ul {
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}
.list > li ul li + li {
  margin-left: 25px;
}
.list > li ul li a {
  text-decoration: none;
  line-height: 1;
  padding: 2px 20px 3px;
  border-radius: 100px;
  transition: opacity 0.3s ease-in-out;
  backface-visibility: hidden;
}
@media screen and (min-width: 768px) {
  .list > li ul li a:hover {
    opacity: 0.7;
  }
}
body.guidelines #sec_2 .list > li ul li a {
  background: #f9dbcb;
  color: #E97131;
}

body.shiteiko .list > li ul li a {
  background: #e2cce3;
  color: #8C3291;
}

.list.-bdn > li {
  border: none;
}/*# sourceMappingURL=guidelines.css.map */