@charset "utf-8";
html {
  font-size: 62.5%;
}
body {
  font-family: "Noto Sans JP", sans-serif;
  -webkit-text-size-adjust: 100%;
  background-color: #fff;
  color: #333;
  font-size: 1rem;
  line-height: 1.5;
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}
#contentsArea *,
#contentsArea *:before,
#contentsArea *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}
a {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
a:link {
  color: #029;
}
a:hover,
a:active {
  color: #f00;
}
.font-normal {
  font-weight: 400;
}
.font-medium {
  font-weight: 500;
}
.font-bold {
  font-weight: 700;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.c-red {
  color: #ff0000;
}
.c-red2 {
  color: #cb1c1d;
}
/* blockquote */
blockquote {
  margin: 15px 0px 40px;
  padding: 10px;
  border: 5px solid #eee;
  width: 100%;
  box-sizing: border-box;
  overflow: scroll;
}
blockquote pre {
  font-size: 1.2rem;
}
/* flex */
@media screen and (min-width: 767px) {
  .d-md-flex {
    display: -ms-flexbox;
    display: flex;
  }
}
.d-flex {
  display: -ms-flexbox;
  display: flex;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-column {
  flex-direction: column;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.align-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.align-items-end {
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
}
.justify-content-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.justify-content-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.justify-content-end {
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
}
.d-center {
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.gap-5 {
  gap: 5px;
}
.gap-10 {
  gap: 10px;
}
.gap-15 {
  gap: 15px;
}
.gap-20 {
  gap: 20px;
}
.gap-30 {
  gap: 30px;
}
.flex-1 {
  flex: 1;
}
.container {
  max-width: 1170px;
  padding: 0 15px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
div.he1px {
  height: 1px;
}
div.he2px {
  height: 2px;
}
div.he3px {
  height: 3px;
}
div.he4px {
  height: 4px;
}
div.he5px {
  height: 5px;
}
div.he6px {
  height: 6px;
}
div.he7px {
  height: 7px;
}
div.he8px {
  height: 8px;
}
div.he9px {
  height: 9px;
}
div.he10px {
  height: 10px;
}
div.he11px {
  height: 11px;
}
div.he12px {
  height: 12px;
}
div.he13px {
  height: 13px;
}
div.he14px {
  height: 14px;
}
div.he15px {
  height: 15px;
}
div.he16px {
  height: 16px;
}
div.he17px {
  height: 17px;
}
div.he18px {
  height: 18px;
}
div.he19px {
  height: 19px;
}
div.he20px {
  height: 20px;
}
div.he21px {
  height: 21px;
}
div.he22px {
  height: 22px;
}
div.he23px {
  height: 23px;
}
div.he24px {
  height: 24px;
}
div.he25px {
  height: 25px;
}
div.he26px {
  height: 26px;
}
div.he27px {
  height: 27px;
}
div.he28px {
  height: 28px;
}
div.he29px {
  height: 29px;
}
div.he30px {
  height: 30px;
}
div.he31px {
  height: 31px;
}
div.he32px {
  height: 32px;
}
div.he33px {
  height: 33px;
}
div.he34px {
  height: 34px;
}
div.he35px {
  height: 35px;
}
div.he36px {
  height: 36px;
}
div.he37px {
  height: 37px;
}
div.he38px {
  height: 38px;
}
div.he39px {
  height: 39px;
}
div.he40px {
  height: 40px;
}
div.he41px {
  height: 41px;
}
div.he42px {
  height: 42px;
}
div.he43px {
  height: 43px;
}
div.he44px {
  height: 44px;
}
div.he45px {
  height: 45px;
}
div.he46px {
  height: 46px;
}
div.he47px {
  height: 47px;
}
div.he48px {
  height: 48px;
}
div.he49px {
  height: 49px;
}
div.he50px {
  height: 50px;
}
div.he60px {
  height: 60px;
}
div.he70px {
  height: 70px;
}
div.he80px {
  height: 80px;
}
div.he90px {
  height: 90px;
}
div.he100px {
  height: 100px;
}

/*--------------------------------------------------
margin
-------------------------------------------------- */
.mb00 {
  margin-bottom: 0px !important;
}
.mb05 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb35 {
  margin-bottom: 35px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb45 {
  margin-bottom: 45px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mb70 {
  margin-bottom: 70px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.mb90 {
  margin-bottom: 90px !important;
}
.mb100 {
  margin-bottom: 100px !important;
}
/*  */
.mt00 {
  margin-top: 0px !important;
}
.mt05 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt35 {
  margin-top: 35px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt45 {
  margin-top: 45px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.mt70 {
  margin-top: 70px !important;
}
.mt80 {
  margin-top: 80px !important;
}
.mt90 {
  margin-top: 90px !important;
}
.mt100 {
  margin-top: 100px !important;
}
/* css for title (h1, h2, h3, h4, h5, h6) */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}
h4 {
  margin: 0 0 10px;
}
p {
  color: #1b1b1b;
  line-height: 1.8;
  margin: 0 0 30px;
}

/* clear old style */
body.col-m #mainColumn {
  width: 800px;
  float: right;
}
body.col-m #sidebarNav {
  width: 250px;
}
.is-sticky {
  position: sticky;
  left: 0;
  top: 0;
}
@media screen and (max-width: 1100px) {
  body.col-m #mainColumn,
  body.col-m #sidebarNav {
    width: 100%;
    float: none;
    padding: 0 2%;
  }
}

.h2Type01 {
  margin: 0 0 30px;
  position: relative;
  font-size: 26px;
  font-weight: 700;
  line-height: 140%;
  padding-left: 15px;
}
.h2Type01:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 1.4em;
  position: absolute;
  left: 0;
  background-color: #d11b1d;
}
@media screen and (max-width: 767px) {
  .h2Type01 {
    font-size: 2rem;
  }
}
/*  */
.h2Type02 {
  margin: 0 0 30px;
}
.mainTitle {
  display: block;
  border-left: solid 8px #cb1c1d;
  padding: 6px 15px;
  font-size: 26px;
  line-height: 1.4;
}
.mainTitle img {
  display: block;
}
.subTitle {
  display: block;
  line-height: 140%;
  font-size: 1.8rem;
  margin: 8px 0 0;
}
@media screen and (max-width: 767px) {
  .mainTitle {
    font-size: 2rem;
  }
}
/*  */
.hd_h1 p {
  line-height: 1.8;
}
.hdType01:not(h1) {
  background-color: #f3f3f3;
  font-size: 2rem;
  line-height: 1.4;
  padding: 10px 15px;
  margin: 30px 0;
}
.hdType02 {
  border-left: solid 6px #cb1c1d;
  font-size: 1.8rem;
  margin: 0 0 20px;
  padding: 0 0 0 15px;
}
.hdType03 {
  border-left: solid 4px #d71f20;
  font-size: 2rem;
  line-height: 1.2;
  margin: 0 0 20px;
  padding: 4px 0 4px 15px;
  position: relative;
}
.hdType03:before {
  display: block;
  position: absolute;
  top: 0px;
  left: 2px;
  width: 2px;
  height: 100%;
  background: #cb1c1d;
  content: "";
}
.h2Type03 {
  border-bottom: 1px solid #a0a0a0;
  font-size: 2.4rem;
  margin: 0 0 30px;
  padding: 0 0 8px 22px;
  position: relative;
}
.h2Type03::before {
  position: absolute;
  top: 0.5em;
  left: 0;
  content: "";
  width: 12px;
  height: 12px;
  border: solid 4px #cb1c1d;
  border-radius: 100%;
}
.hdType04 {
  font-size: 1.8rem;
  margin: 0 0 20px;
}
.hdType05 {
  font-size: 1.6rem;
  margin: 0 0 18px;
}
.hdTypeAnchor {
  font-size: 1.8rem;
  padding: 0 0 0 20px;
  position: relative;
}
.hdTypeAnchor a::before {
  content: "";
  border-right: 1px solid #e72122;
  border-bottom: 1px solid #e72122;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0.8em;
  width: 8px;
  height: 8px;
  transform: translate(0, -50%) rotate(-45deg);
}
@media screen and (max-width: 767px) {
}
/*  */
.h2Type02 {
  margin: 0 0 30px;
}
.h2Type02 h2 {
  border-left: solid 8px #cb1c1d;
  font-size: 2.4rem;
  line-height: 1.4;
  margin: 0 0 10px;
  padding: 0 0 0 15px;
}
.h2Type02 h3 {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .h2Type02 h2 {
    font-size: 2rem;
  }
}
/* css for dl, dt, dd */
.module,
p,
li,
dt,
dd {
  font-size: 1.6rem;
  line-height: 1.6;
}
.description dl {
  margin: 0 0 1.5em;
}
.description dt {
  margin: 0 0 5px;
}
.description dd {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .module,
  p,
  li,
  dt,
  dd {
    font-size: 1.4rem;
  }
  p {
    margin-bottom: 10px;
  }
}
/* description block */
.description {
  margin: 0 0 30px;
}
/* visualGrouping */
.visualGrouping p {
  margin: 0 0 30px;
}

/* .listType01 */
.listType01 {
  margin: 0 0 25px;
}
.listType01 li {
  margin: 0 0 15px;
  position: relative;
  padding-left: 12px;
}
.listType01 li::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #cb1c1d;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
}
ul .listType01,
ol .listType01,
dl .listType01,
.boxType03 .listType01 {
  margin: 0 0 10px;
}
ul .listType01 li,
ol .listType01 li,
dl .listType01 li,
.boxType03 .listType01 li {
  margin: 5px 0 0;
}
.listType01 .listType01 li::before {
  border-radius: 0;
  top: 12px;
  width: 6px;
  height: 2px;
}
li p {
  margin: 3px 0 10px;
}
li p:first-child {
  margin: 0;
}
/* tableListType01 */
.tableListType01 {
  margin: 0 0 20px;
}
.tableListType01 dl {
  margin: 0 0 15px;
}
.tableListType01 dt {
  width: 160px;
}
.tableListType01 dd {
  width: calc(100% - 160px);
}

/* tableListType02 */
.tableListType02 dl {
  margin: 0 0 10px;
}
.tableListType02 dt {
  width: 160px;
}
.tableListType02 dd {
  width: calc(100% - 160px);
}

/* tableListType03 */
.tableListType03 dl {
  margin: 0 0 15px;
}
.tableListType03 dt {
  width: 225px;
}
.tableListType03 dd {
  width: calc(100% - 225px);
}
@media screen and (max-width: 767px) {
  .tableListType03 dt {
    width: 50%;
  }
  .tableListType03 dd {
    width: calc(100% - 50%);
  }
}
/* linklistType01 */
.linklistType01 li:not(:last-child) {
  margin: 0 0 10px;
}
.linklistType01 ul {
  margin-top: 8px;
}
.linklistType01 .listType01 {
  margin-left: 1em;
}
/* tableListType04 */
.tableListType04 dl {
  margin: 0 0 15px;
  padding: 0 0 15px;
  border-bottom: 1px dotted #999;
}
.tableListType04 dt {
  width: 12em;
}
.tableListType04 dd {
  width: calc(100% - 12em);
}
.tableListType04 ul:last-child {
  margin-bottom: 0;
}
.tableListType04 .linklistType01 li:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .tableListType04 dt {
    width: 90px;
  }
  .tableListType04 dd {
    width: calc(100% - 90px);
    padding: 0 0 0 10px;
  }
}
/* tableListType05 */
.tableListType05 dl {
  margin: 0 0 15px;
  padding: 0 0 15px;
  border-bottom: 1px dotted #999;
}
.tableListType05 dt {
  width: 10em;
}
.tableListType05 dd {
  width: calc(100% - 10em);
}
.tableListType05 ul:last-child {
  margin-bottom: 0;
}
.tableListType05 .linklistType01 li:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .tableListType05 dt {
    width: 90px;
  }
  .tableListType05 dd {
    width: calc(100% - 90px);
    padding: 0 0 0 10px;
  }
}
/* tableListType06 */
.tableListType06 dl {
  margin: 0 0 15px;
  padding: 0 0 15px;
  border-bottom: 1px dotted #999;
}
.tableListType06 dt {
  width: 18em;
}
.tableListType06 dd {
  width: calc(100% - 18em);
}
.tableListType06 ul:last-child {
  margin-bottom: 0;
}
.tableListType06 .linklistType01 li:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .tableListType06 dt {
    width: 90px;
  }
  .tableListType06 dd {
    width: calc(100% - 90px);
    padding: 0 0 0 10px;
  }
}
/* tableListType07 */
.tableListType07 dl {
  border-bottom: 1px dotted #999;
  padding: 1em 0;
  margin: 0;
}
.tableListType07 ul:last-child {
  margin-bottom: 0;
}
.tableListType07 .linklistType01 li:first-child {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .tableListType07 dt {
    width: 18em;
  }
  .tableListType07 dd {
    width: calc(100% - 18em);
  }
}
/* tableListType08 */
.tableListType08 dl {
  margin: 0 0 5px;
  padding: 0 0 5px;
  border-bottom: 1px dotted #999;
}
.tableListType08 ul:last-child {
  margin-bottom: 0;
}
.tableListType08 .linklistType01 li:first-child {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .tableListType08 dt {
    width: 18em;
  }
  .tableListType08 dd {
    width: calc(100% - 18em);
  }
}
/*  */
.glossaryList {
  font-size: 1.4rem;
  margin: 0 0 20px;
}
.glossaryList > li {
  position: relative;
  margin: 0 0 5px;
  padding-left: 3em;
}
.glossaryList > li > span {
  position: absolute;
  top: 0;
  left: 0;
  color: #cb1c1d;
}
.glossaryList li span.spell {
  position: static;
  color: #1b1b1b;
}
.glossaryList li p,
.glossaryList li dl {
  margin: 0;
}
.glossaryList li ul,
.glossaryList li ol {
  margin-left: 2em;
}
@media screen and (max-width: 767px) {
  .glossaryList li ul,
  .glossaryList li ol {
    margin-left: 0.5em;
  }
}
/*  */
ol {
  margin-left: 30px;
}
ol li {
  margin: 0 0 15px;
}
.headingList > li::marker {
  font-weight: bold;
}

/* indexListType01 */
.indexListType01 li {
  border: 1px solid #c9c9c9;
  width: 100%;
}
.indexListType01 a {
  display: block;
  color: #1b1b1b;
  text-decoration: none;
  padding: 20px 10px 20px 34px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .indexListType01 li {
    width: calc(50% - 7px);
  }
}
/* indexListType02 */
.indexListType02 li {
  border: 1px solid #c9c9c9;
  width: 100%;
}
.indexListType02 a {
  display: block;
  color: #1b1b1b;
  text-decoration: none;
  padding: 20px 10px 20px 20px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .indexListType02 li {
    width: calc(33.3333% - 9px);
  }
}
/* indexListType03 */
.indexListType03 li {
  background: #f6f6f6;
  border-top: 1px solid #cb1c1d;
  width: 100%;
  padding: 20px;
  display: flex;
}
.indexListType03 a {
  color: #1b1b1b;
  font-weight: bold;
}
.indexListType03 p {
  font-size: 1.4rem;
}
.indexListType03 p:last-child {
  margin-bottom: 0;
}
.indexListType03 .imageBlock {
  width: 50px;
}
.indexListType03 .textBlock {
  width: calc(100% - 50px);
  padding: 0 0 0 15px;
}
@media screen and (min-width: 768px) {
  .indexListType03 li {
    width: calc(50% - 7px);
  }
}
/* indexListType04 */
.indexListType04 > li {
  border: solid 1px #999;
  border-radius: 5px;
  width: 100%;
  padding: 20px;
}
.indexListType04 a {
  color: #1b1b1b;
}
.indexListType04 > li > ul {
  margin: 0;
}
.hdSub01 {
  font-size: 2rem;
  text-align: center;
  padding: 12px;
  position: relative;
  margin: 0 0 30px;
}
.hdSub01::after {
  content: "";
  width: 60px;
  height: 2px;
  background-color: #cb1c1d;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -2px;
  margin: auto;
}
.hdSub01 span {
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .indexListType04 > li {
    width: calc(50% - 7px);
  }
}
/* indexListType05 */
.indexListType05 > li {
  border: solid 1px #999;
  border-radius: 5px;
  width: 100%;
  padding: 20px;
}
.indexListType05 a {
  color: #1b1b1b;
}
.indexListType05 > li > ul {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .indexListType05 > li {
    width: calc(33.3333% - 9px);
  }
}
/* dotListType01 */
.dotListType01 > li {
  border-top: 1px dotted #999;
  padding: 10px 0 0;
  margin: 10px 0 0;
}
.dotListType01 > li:first-child {
  padding-top: 15px;
}

/* indexListType06 */
.indexListType06 > li {
  border: solid 1px #999;
  border-top: 1px solid #cb1c1d;
  width: 100%;
  padding: 20px;
  margin: 0 0 20px;
}
.indexListType06 a {
  color: #1b1b1b;
}
.indexListType06 .textBlock > ul {
  margin: 0;
}
.indexListType06 ul ul {
  font-size: 1.2rem;
}
.indexListType06 .content {
  display: flex;
}
.indexListType06 .imageBlock {
  width: 50px;
  margin-right: 10px;
}
.indexListType06 .textBlock {
  flex: 1;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .indexListType06 > li {
    width: 32%;
  }
  .indexListType06::after {
    content: "";
    width: 32%;
  }
  .indexListType06 > li.wide {
    width: 100%;
  }
}
/* linkList01 */
.linkList01 ul {
  margin: 10px 0 0 15px;
}
.linkList01 li {
  margin: 0 0 10px;
}
.linkList01 li:last-child {
  margin: 0;
}
.linkArrow {
  display: inline-block;
  position: relative;
  padding: 0 0 0 15px;
}
.linkArrow:before {
  border-right: 1px solid #cb1c1d;
  border-bottom: 1px solid #cb1c1d;
  display: inline-block;
  position: absolute;
  top: 0.82em;
  left: 0;
  width: 7px;
  height: 7px;
  content: "";
  transform: translate(0, -50%) rotate(-45deg);
}
a.linkArrow:hover {
  color: #1b1b1b;
  text-decoration: underline;
}
a.linkArrow .date {
  color: #1b1b1b;
}
/*  */
.linkDown {
  display: block;
  position: relative;
  padding: 0 0 0 15px;
}
.linkDown::before {
  content: "";
  border-right: 1px solid #cb1c1d;
  border-bottom: 1px solid #cb1c1d;
  display: inline-block;
  width: 7px;
  height: 7px;
  transform: rotate(45deg);
  position: absolute;
  left: 0;
  top: 5px;
}
/*  */
.hdTag span {
  border-left: 6px solid #999;
  display: inline-block;
  font-weight: bold;
  padding: 0 0 0 9px;
}
.pdfLink span::after {
  content: url(../img/icon_pdf.gif);
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 3px;
  line-height: 1;
}
.movLink span::after {
  content: url(../img/icon_mov.gif);
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 3px;
  line-height: 1;
}
.zipLink span::after {
  content: url(../img/icon_zip.gif);
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 3px;
  line-height: 1;
}
.dlLink span::after {
  content: url(../img/icon_dl.gif);
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 3px;
  line-height: 1;
}
.wordLink span::after {
  content: url(../img/icon_word.gif);
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 3px;
  line-height: 1;
}
.excelLink span::after {
  content: url(../img/icon_excel.gif);
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 3px;
  line-height: 1;
}
/*  */
.linkList02 > li {
  width: 205px;
  float: left;
  margin: 0 0 3px;
}
.hdSub02 {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0 0 20px;
  padding: 0 0 18px;
  border-bottom: solid 2px #e4e4e4;
}

/*  */
.linkList03 li {
  width: 100%;
  margin: 0 0 15px;
}
@media screen and (min-width: 768px) {
  .linkList03 li {
    width: 47%;
  }
}
/*  */
.linkList04 li {
  border-right: 1px solid #999;
  margin: 5px 15px 5px 0;
  padding: 0 14px 0 0;
  font-size: 1.5rem;
  line-height: 1.3;
}
.linkList04 .linkArrow:before {
  top: 0.7em;
}

/*  */
.linkList05 {
  border-top: 1px dotted #999;
  padding: 15px 0 0;
}
.linkList05 li,
.linkList05 dl {
  border-bottom: 1px dotted #999;
  padding: 0 0 15px;
  margin: 0 0 15px;
}
.linkList05 li p:not(.hdTag),
.linkList05Item {
  padding: 0 0 0 15px;
}
.linkList05Item {
  margin: 2px 0 0;
}
.linkList05 li ul {
  margin: 5px 0 0;
}
.linkList05 dl {
  display: flex;
}
.linkList05 dt {
  width: 150px;
}
.linkList05 dd {
  width: calc(100% - 150px);
}
.linkList05 dd .linkList05Item {
  padding-left: 0;
}
.eventTag01,
.eventTag02 {
  background-color: #000;
  color: #fff;
  display: inline-block;
  font-size: 1.2rem;
  padding: 0px 3px 1px 5px;
  text-align: center;
  margin: 0 10px 0 0;
}
.eventTag02 {
  background-color: #ff0000;
}
@media screen and (max-width: 767px) {
  .linkList05 dl {
    position: relative;
  }
  .eventTag01,
  .eventTag02 {
    position: absolute;
    left: 0;
    bottom: 15px;
  }
}
/*  */
.innerPageIndex {
  margin: 0 0 20px;
}
.innerPageIndex dt {
  padding-left: 10px;
  border-left: solid 6px #999;
}
.innerPageIndex dd {
  margin: 10px 0 0;
}
.btnList li {
  padding-right: 20px;
  border: 1px solid #cb1c1d;
  font-size: 1.4rem;
}
.btnList a {
  padding: 10px 20px;
  position: relative;
  display: block;
  color: #1b1b1b;
  text-decoration: none;
  font-weight: 500;
}
.btnList a:after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  top: 50%;
  right: 0px;
  border-right: 1px solid #cb1c1d;
  border-bottom: 1px solid #cb1c1d;
  transform: translate(0, -50%) rotate(45deg);
}

/*  */
.prevPage {
  padding-left: 20px;
  position: relative;
  font-size: 1.4rem;
}
.prevPage a,
.nextPage a {
  color: #1b1b1b;
}
.prevPage a:before {
  border-right: 1px solid #cb1c1d;
  border-bottom: 1px solid #cb1c1d;
  display: inline-block;
  position: absolute;
  top: 0.8em;
  left: 8px;
  width: 7px;
  height: 7px;
  content: "";
  transform: translate(0, -50%) rotate(135deg);
}
.nextPage {
  padding-right: 20px;
  position: relative;
  color: #1b1b1b;
  background: none;
  font-size: 1.4rem;
  text-align: right;
}
.nextPage a:before {
  border-right: 1px solid #cb1c1d;
  border-bottom: 1px solid #cb1c1d;
  display: inline-block;
  position: absolute;
  top: 0.8em;
  right: 8px;
  width: 7px;
  height: 7px;
  content: "";
  transform: translate(0, -50%) rotate(-45deg);
}

/* css for table */
table {
  width: 100%;
  border-collapse: collapse;
}
table th,
table td {
  padding: 10px;
}
table th {
  background-color: #deeff6;
}
table tbody th {
  background-color: #f5f5f5;
  position: relative;
}
.tableHeading01 th:before {
  border-top: 1px solid #ccc;
  position: absolute;
  top: 2px;
  left: 0;
  content: "";
  width: 100%;
}
.tableHeading01 th:after {
  border-top: 2px solid #fff;
  position: absolute;
  top: 0px;
  left: 0;
  content: "";
  width: 100%;
}

.agCaption span {
  margin-left: 10px;
}

.priority1 {
  background: #dc0000;
  color: #fff;
  width: 80px;
  text-align: center;
}
.priority2 {
  background: #003466;
  color: #fff;
  width: 80px;
  text-align: center;
}
td.jis,
td.group {
  white-space: nowrap;
}
.text-muted {
  color: #999;
}
.nowrap {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .scrollTable,
  .scrollX {
    width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    margin: 0 0 5px;
  }
  .scrollTable table {
    width: 750px;
    margin: 0 0 10px;
  }
}
/*  */
.noticeList {
  margin: 0 0 20px;
}
.noticeList li {
  margin: 0 0 10px;
  padding-left: 1em;
  text-indent: -1em;
}
.noticeList li span {
  color: #cb1c1d;
}
/* 11-04.番号付き注記リスト【ul/li, span】 */
.noticeNumList li {
  margin: 0 0 10px;
  padding-left: 2em;
  text-indent: -2em;
  font-size: 1.4rem;
}
.noticeNumList span {
  color: #cb1c1d;
}
.noticeNumList.is-borderTop {
  border-top: solid 1px #ccc;
  padding-top: 30px;
  margin-top: 30px;
}

/* ----------------------------------------------------------------
    Module= FAQ
----------------------------------------------------------------- */
.faqList > dl {
  border-bottom: 1px dotted #999;
  padding: 0 0 15px;
  margin: 0 0 15px;
}
.faqList > dl > dt {
  background: url("../img/bullet_faq_question.gif") no-repeat left 2px;
  padding: 0 0 0 28px;
  margin: 0 0 10px;
}
.faqList > dl > dd {
  background: url("../img/bullet_faq_answer.gif") no-repeat left 2px;
  padding: 0 0 0 28px;
}

/* attention */
.attention {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 30px 0 5px;
}

/*  */
.borderType01 {
  border: 1px solid #aaa;
}

/*  */
.imageLeft,
.imageRight {
  margin: 0 0 10px;
}
.imageBlock p {
  margin: 0;
}
p.imageRight {
  float: right;
  margin: 0 0 15px 15px;
}
p.imageLeft {
  float: left;
  margin: 0 15px 15px 0;
}
@media screen and (min-width: 768px) {
  .contentType01 .imageLeft {
    float: left;
    margin: 0 15px 15px 0;
  }
  .contentType01 .imageRight {
    float: right;
    margin: 0 0 15px 15px;
  }
}
/*  */
.contentType01 .imageBlock {
  text-align: center;
}
.contentType01 .imageBlock,
.contentType02 .imageBlock {
  width: 20%;
}
.imageBlock.w30 {
  width: 30%;
}
.imageBlock.w40 {
  width: 40%;
}
.imageBlock.w50 {
  width: 50%;
}
.imageBlock.w60 {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .contentType02 {
    display: block;
  }
  .contentType01 .imageBlock,
  .contentType02 .imageBlock {
    width: 40%;
    margin: 0 auto 10px;
  }
  .imageBlock.w30 {
    width: 50%;
  }
  .imageBlock.w40,
  .imageBlock.w50,
  .imageBlock.w60 {
    width: 100%;
  }
  .contentType02 .spFloatLeft {
    width: 40%;
    float: left;
    margin: 0 15px 15px 0;
  }
  .contentType02 .spFloatRight {
    width: 40%;
    float: right;
    margin: 0 0 15px 15px;
  }
}
/*  */
@media screen and (min-width: 768px) {
  .contentType02::after {
    display: none;
  }
  .galleryType01 li {
    width: 49%;
  }
  .galleryType01 li.w100 {
    width: 100%;
  }
}
/* galleryType02 */
.galleryType02 {
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .galleryType02 li {
    width: 32%;
  }
  .galleryType02::after {
    content: "";
    width: 32%;
  }
}
/*  */
.boxType01 {
  border: solid 5px #f7dcc5;
  margin: 0 0 30px;
  padding: 30px 27px;
}
.boxType01 ul,
.boxType01 ol {
  margin-bottom: 30px;
}
.boxType01 li {
  margin: 0 0 15px;
}
.boxType01 *:last-child {
  margin-bottom: 0;
}
.bg-brown {
  background-color: #f7dcc5;
}
/*  */
.boxType02 {
  border: solid 5px #eee;
  margin: 0 0 30px;
  padding: 30px 27px;
}
.boxType02 ul,
.boxType02 ol {
  margin-bottom: 30px;
}
.boxType02 li {
  margin: 0 0 15px;
}
.boxType02 *:last-child {
  margin-bottom: 0;
}
.bg-gray {
  background-color: #eee;
}
.boxType01 .hdType04,
.boxType02 .hdType04 {
  border-bottom: 1px solid #000;
  padding: 0 0 15px;
}

/*  */
.boxType03 {
  border-radius: 5px;
  border: solid 2px #ccc;
  padding: 20px 20px 10px;
  margin-bottom: 1em;
}
.boxType03 dl:last-child {
  margin: 0;
}
.boxType03 dt,
.boxType03 h4 {
  margin: 0 0 5px;
}

/* 16-02 boxType04 */
.boxType04 {
  border: solid 20px #f5f5f5;
  padding: 18px;
  margin: 0 0 30px;
}
.boxType04 dl {
  margin: 0 0 25px;
}
.boxType04 dl:last-child {
  margin-bottom: 0;
}
.boxType04 dt {
  border-left: solid 6px #cb1c1d;
  padding: 0 0 0 10px;
  margin: 0 0 5px;
}
.boxType04 dd {
  padding: 0 0 0 16px;
}
/* boxType05 */
.boxType05 {
  margin: 0 0 30px;
  padding: 10px 20px;
  border: solid 20px #f5f5f5;
  background: none;
}
.boxType05 dl:last-child {
  margin-bottom: 0;
}
.boxType05 dt {
  margin: 0 0 12px;
  padding: 0 0 10px;
  border-bottom: solid 2px #ddd;
  position: relative;
  font-size: 1.8rem;
}
.boxType05 dt:before {
  display: block;
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 60px;
  height: 2px;
  background-color: #cb1c1d;
  content: "";
}
.boxType05 a {
  color: #1b1b1b;
}
/*  */
.plugin {
  margin: 30px 0;
}
.plugin dd,
.plugin p {
  font-size: 1.4rem;
}
.plugin dl {
  margin: 0 0 5px;
}
.plugin p {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .plugin dl {
    display: block;
  }
  .plugin dt {
    margin: 0 0 5px;
  }
}
/*  */
.layout2Col li {
  margin: 0 0 20px;
}
@media screen and (min-width: 768px) {
  .layout2Col li {
    width: 48%;
  }
}

/* topicsBox */
.topicsBox dl:not(:last-child) {
  border-bottom: 1px dotted #999;
  padding: 0 0 19px;
  margin: 0 0 20px;
}
.topicsBox .linklistType01 {
  margin-top: 15px;
}
.news-icon {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  margin: 0 15px 0 0;
  position: relative;
  top: 2px;
}
.news-icon img {
  display: block;
}
/*  */
@media screen and (min-width: 768px) {
  .rssBox {
    position: relative;
  }
  .rssBox h3 {
    margin-top: 0;
  }
  .rssList {
    position: absolute;
    right: 10px;
    top: 10px;
  }
}
/*  */
.tabList {
  border-bottom: solid 1px #cb1c1d;
}
.tabList li {
  background-color: #f6f6f6;
  border: solid 1px #999;
  border-bottom: #cb1c1d solid 1px;
  padding: 10px;
  flex: 1;
  margin: 0 0 -1px;
  min-height: 60px;
  cursor: pointer;
}
.tabList li.active {
  background-color: #fff;
  border: solid 1px #cb1c1d;
  border-bottom-color: #fff;
  color: #cb1c1d;
}
.tabList li a {
  color: #1b1b1b;
}
.tabList li.active a {
  color: #ff0001;
}
.tabPanel {
  display: none;
}
.tabPanel.active {
  display: block;
}
@media screen and (max-width: 767px) {
  .scrollX .tabList {
    width: 750px;
    margin: 0 0 5px;
  }
}
/*  */
.pageNavigation .pageNumber {
  margin: 0;
}
.pageNumber a {
  border: 1px solid #c9c9c9;
  color: #1b1b1b;
  width: 45px;
  height: 45px;
}
.pageNumber .active a,
.pageNumber a:hover {
  background-color: #ea0001;
  color: #fff;
}
.pageBtn a {
  background-color: #f6f6f6;
  display: inline-block;
  padding: 22px 40px;
}
@media screen and (max-width: 767px) {
  .pageWrapper .pageNavigation {
    flex-wrap: wrap;
  }
  .pageNavigation li {
    order: 1;
  }
  .pageNavigation li.prevPage,
  .pageNavigation li.nextPage {
    order: 2;
  }
  .pageNavigation .pageNumber {
    margin: 0 0 10px;
  }
}
/*  */
.playIcon {
  cursor: pointer;
  display: inline-block;
  position: relative;
}
.playIcon::before {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  border-radius: 50%;
  content: "";
  display: block;
  height: 96px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 96px;
}
.playIcon::after {
  bottom: 0;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 20px solid #fff;
  content: "";
  display: block;
  height: 0;
  left: 10px;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
}
.movBlockType01 {
  max-width: 600px;
  margin: 0 auto;
}
.movBlockType02 {
  max-width: 800px;
  margin: 0 auto;
}
.movBlockType01 p,
.movBlockType02 p {
  margin: 10px 0;
}

/* .anchoType01 */
.anchoType01 li {
  margin: 0 0 5px;
}
.anchoType01 li.sub {
  padding-left: 2.4rem;
}
.anchoType01 a {
  display: block;
  font-size: 1.4rem;
  text-indent: -2.4rem;
  padding-left: 2.4rem;
}
