body, div, pre, p, blockquote, form, fieldset, input, textarea, select, option, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, embed, object {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif !important;
}
a {
  text-decoration: underline !important;
}
a:hover {
  text-decoration: none !important;
}
#header .siteLogo {
  padding-right: 367px;
}
#header .headLinks li.fontBtn ul.whichBtn {
  width: 163px;
}
#header .headLinks li.fontBtn ul.whichBtn li.fontN {
  width: 62px;
}
#header .headLinks li.fontBtn ul.whichBtn li.fontN a {
  background: url(../images/common/btn_headerfont_n_foreign.gif) no-repeat top left;
  width: 62px;
}

#categoryTitle {
  background: none;
  border-top: 3px solid #F09F47;
  background-color: #FFE2C4;
}
#categoryTitle .titleText {
  padding: 14px 0 14px 50px;
}
#categoryTitle h1 {
  font-size: 225%;
}
@media screen and (max-width:767px) {
  #categoryTitle .titleText {
    padding: 24px 0 24px 50px;
  }
  #categoryTitle h1 {
    font-size: 140%;
  }
}
#contentsWrapper {
  padding-top: 30px;
}
#contents {
  max-width: 790px;
  width: 100%;
}
@media screen and (max-width:767px) {
  #contentsWrapper {
    padding-top: 50px;
  }
  #contents {
    padding: 0 20px 30px;
  }
}
#contents h2 {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (max-width:767px) {
  #contents h2 {
    font-size: 115%;
    padding-bottom: 50px;
  }
}
#contents h3 {
  padding-bottom: 5px;
  font-size: 100%;
}
.anchor-link-list {
  margin-bottom: 20px;
}
.anchor-link-list ul li {
  display: inline-block;
  padding-bottom: 10px;
}
@media screen and (max-width:767px) {
  .anchor-link-list ul li {
    display: block;
  }
}
.anchor-link-list ul li a {
  position: relative;
  font-size: 90%;
  padding: 0 21px 0 27px;
  text-decoration: underline;
}
.anchor-link-list ul li:nth-last-child(1) a {
  padding-right: 0;
}
.anchor-link-list ul li a:hover {
  text-decoration: none;
}
.anchor-link-list ul li a::before {
  position: absolute;
  content: url(../images/common/ic_foreige_anchorlink.png);
  width: 21px;
  height: 21px;
  top: -2px;
  left: 0;
}
.anchor-link-list ul li a:hover::before {
  opacity: .8;
}
.largeList ul li {
  position: relative;
  margin-bottom: 30px;
  padding-left: 30px;
  line-height: 1.5;
  font-size: 90%;
}
.largeList ul li::before {
  content: "";
  position: absolute;
  background-color: #000;
  border-radius: 12px;
  width: 12px;
  height: 12px;
  top: 4px;
  left: 0;
}
.largeList ul li strong {
  display: inline-block;
  /* line-height: 2; */
  padding-bottom: 5px;
}
.smallList ul {
  margin-bottom: 30px;
}
.smallList ul li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 50px;
  line-height: 1.5;
  font-size: 90%;
}
.smallList ul li::before {
  content: "";
  position: absolute;
  background-color: #000;
  border-radius: 8px;
  width: 8px;
  height: 8px;
  top: 5px;
  left: 20px;
}
.annotationList {
  margin-bottom: 30px;
}
.annotationList ul li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 50px;
  line-height: 1.5;
  font-size: 90%;
}
.annotationList ul li::before {
  content: "※";
  position: absolute;
  border-radius: 8px;
  width: 8px;
  height: 8px;
  top: 0;
  left: 20px;
  font-weight: bold;
}
.numberList ol {
  counter-reset: item 0;
  list-style-type: none;
  margin-bottom: 30px;
}
.numberList ol li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 50px;
  font-size: 90%;
  line-height: 1.5;
}
.numberList ol li strong {
  display: inline-block;
  line-height: 2;
  margin-top: -3px;
}
.numberList ol li::before {
  position: absolute;
  counter-increment: item 1;
  content: counter(item)'.';
  font-weight: bold;
  left: 20px;
}
.normalList ul {
  margin-bottom: 30px;
}
.normalList ul li {
  position: relative;
  padding-left: 70px;
}
.normalList ul li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 40px;
}
.text {
  display: inline-block;
  margin-bottom: 30px;
}
.text-red {
  color: #EB1445;
}
.flex-box {
  display: flex;
}
.flex-box .img {
  margin-left: 10px;
}
@media screen and (max-width:767px) {
  .flex-box {
    flex-direction: column-reverse;
  }
  .flex-box .img {
    text-align: center;
    margin-bottom: 30px;
  }
}