/* --------------- variables --------------------- */
/* Break Point */
a {
  color: #1f429a;
  text-decoration: underline;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
}
.breadcrumb a {
  color: #1b65ac;
  text-decoration: none !important;
}
.breadcrumb > span {
  display: inline-block;
  position: relative;
  color: #858484;
  white-space: nowrap;
}
.breadcrumb > span:last-of-type {
  text-overflow: ellipsis;
  overflow: hidden;
}

.wp-pagenavi {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  line-height: 1;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}
.wp-pagenavi .page, .wp-pagenavi .extend, .wp-pagenavi .last, .wp-pagenavi .first {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  background-color: #fff;
  border-radius: 5px;
  color: #333333;
  box-shadow: 0 2px 4px rgba(72, 164, 230, 0.4);
}
.wp-pagenavi span.current {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  background-color: #fff;
  border-radius: 5px;
  color: #333333;
  background-color: transparent;
  color: #1b65ac;
}
.wp-pagenavi .nextpostslink {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  background: url(../images/common/arrow_w.svg) no-repeat center #1b65ac;
  border-radius: 50%;
}
.wp-pagenavi .previouspostslink {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  background: url(../images/common/arrow_w.svg) no-repeat center #1b65ac;
  border-radius: 50%;
  transform: scale(-1, 1);
}

#contents h1.title {
  color: #1b65ac;
  font-weight: 700;
  line-height: 1.3;
}

.daytime {
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 15px;
}
.daytime span {
  color: #fff;
  background-color: #ac3d3d;
  display: inline-block;
  border-radius: 2px;
  text-align: center;
  line-height: 1;
  padding: 4px 13px;
  font-weight: 400;
}

.anchorList li {
  padding: 0 !important;
  margin: 0 !important;
}
.anchorList li:before {
  content: none !important;
}
.anchorList li a {
  display: block;
  color: #1b65ac !important;
  font-weight: 600;
  border-bottom: 1px solid transparent;
  position: relative;
  text-decoration: none !important;
}

.relationTitle {
  font-weight: 700;
  color: #21479d;
}
.relationList {
  border-bottom: 1px solid #acc1d7;
}
.relationList.bdnone {
  border-bottom: none;
}
.relationList li a {
  display: inline-block;
  color: #1b65ac !important;
  font-weight: 600;
  position: relative;
  text-decoration: none;
}

p.strong {
  font-weight: 700;
}

.tobiraList li a {
  display: block;
  text-decoration: none;
  color: #333333;
  position: relative;
  font-weight: 400;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 7px 17px 0 rgba(56, 113, 166, 0.2);
}

.topicsList > div dt {
  color: #666666;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
.topicsList > div dd a {
  text-decoration: none;
  color: #333333;
}

.postH1 .cat {
  display: inline-block;
  color: #fff;
  background: #3791CF;
  background: linear-gradient(90deg, rgb(55, 145, 207) 0%, rgb(31, 65, 153) 100%);
  line-height: 1.2;
  border-radius: 5px;
}
.postH1 .cat.topics {
  background: #1f4199;
  background: linear-gradient(-90deg, rgb(31, 65, 153) 0%, rgb(0, 110, 185) 100%);
}
.postH1 .cat.demand {
  background: #6b6442;
  background: linear-gradient(90deg, rgb(143, 135, 94) 0%, rgb(107, 100, 66) 50%);
}
.postH1 .cat.addition {
  background: #325f41;
  background: linear-gradient(-90deg, rgb(50, 95, 65) 0%, rgb(50, 103, 68) 100%);
}
.postH1 .cat.rename {
  background: #252525;
  background: linear-gradient(-90deg, rgb(37, 37, 37) 0%, rgb(68, 68, 68) 100%);
}
.postH1 h1 {
  font-weight: 400;
  line-height: 1.5;
  border-bottom: 1px solid #c2c2c2;
  position: relative;
}
.postH1 .ymd {
  display: block;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  color: #666;
}

.qaList > div {
  background-color: #dcecff;
  border-radius: 10px;
}
.qaList > div dt {
  font-weight: 700;
  position: relative;
}
.qaList > div dd {
  position: relative;
  display: none;
}
.qaList > div dd:before {
  content: "A.";
}

.singleContents .has-inline-color.has-luminous-vivid-orange-color {
  color: #1b65ac !important;
}
.singleContents .inner > *:first-child {
  margin-top: 0;
}
.singleContents h2 {
  position: relative;
  font-weight: 400;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 2px 12px 0 rgba(56, 113, 166, 0.2);
  overflow: hidden;
}
.singleContents h3 {
  font-weight: 700;
}
.singleContents h4 {
  font-weight: 700;
  position: relative;
  color: #1b65ac;
}
.singleContents ul {
  padding-left: 0;
  word-break: break-all;
}
.singleContents ol {
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
}
.singleContents ol li {
  position: relative;
  word-break: break-all;
}
.singleContents p + .wp-block-gallery {
  margin-top: 10px;
}
.singleContents .wp-block-button a,
.singleContents .wp-block-button .wp-block-button__link {
  display: inline-block;
  text-align: center;
  position: relative;
  color: #fff !important;
  font-weight: 600;
  background: #3791CF;
  background: linear-gradient(90deg, rgb(55, 145, 207) 0%, rgb(31, 65, 153) 100%);
  box-shadow: 0 3px 15px 0 rgba(69, 91, 112, 0.3);
  text-decoration: none !important;
}
.singleContents .wp-block-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: inherit;
  text-align: left;
  background: #1b65ac;
  background: linear-gradient(90deg, rgb(55, 130, 207) 0%, rgb(31, 65, 153) 100%);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 7px 17px 0 rgba(56, 113, 166, 0.2);
}
.singleContents .wp-block-table thead {
  border-bottom: none;
}
.singleContents .wp-block-table tr th {
  font-weight: 400;
  border: none;
  color: #fff;
  border-bottom: 1px solid #acc1d7;
  border-right: 1px solid #acc1d7;
}
.singleContents .wp-block-table tr th.sub {
  color: #073814;
  background-color: #fff;
  border-bottom: 1px solid #acc1d7;
  border-right: 1px solid #acc1d7;
}
.singleContents .wp-block-table tr td {
  border: none;
  border-bottom: 1px solid #acc1d7;
  border-right: 1px solid #acc1d7;
  word-break: break-all;
  background-color: #fff;
}
.singleContents .wp-block-table tr td:last-child {
  margin-bottom: 0;
  border-right: none;
}
.singleContents .wp-block-table.is-style-stripes td:nth-child(odd) {
  background-color: #f3f3f3;
}
.singleContents .wp-block-columns .wp-block-image {
  margin-bottom: 0px;
  margin-top: 0;
}
.singleContents .wp-block-columns p {
  margin: 0;
}
.singleContents .wp-block-media-text .wp-block-media-text__content p {
  margin-top: 0;
}
.singleContents .wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  background: none;
  color: #333333;
  position: static;
  font-size: 12px;
}
.singleContents .wp-block-gallery.has-nested-images figure.wp-block-image {
  display: initial;
}
.singleContents .wp-block-gallery.has-nested-images figure.wp-block-image img {
  height: auto !important;
}
.singleContents .colorBox {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 7px 17px 0 rgba(56, 113, 166, 0.2);
}
.singleContents .colorBox .cont p {
  margin: 0;
}
.singleContents .borderBox {
  border: 1px solid #555;
}
.singleContents .borderBox .cont p {
  margin: 0;
}

h2,
h3,
h4 {
  line-height: 1.5;
}

h2.title {
  position: relative;
  font-weight: 400;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 2px 12px 0 rgba(56, 113, 166, 0.2);
  overflow: hidden;
}

h3.title {
  font-weight: 700;
}

h4.title {
  font-weight: 700;
  position: relative;
  color: #1b65ac;
}

.h2 {
  position: relative;
  font-weight: 400;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 2px 12px 0 rgba(56, 113, 166, 0.2);
  overflow: hidden;
}

ul.commonList {
  padding-left: 0;
  word-break: break-all;
}

ol {
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
}
ol li {
  position: relative;
  word-break: break-all;
}

a.icon {
  display: inline-block;
  position: relative;
  padding-right: 25px;
}
a.icon:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 0;
  position: absolute;
  right: 0px;
  top: 0.3em;
}
a.icon[href$=pdf]:after {
  background-image: url(../images/common/icon_pdf.svg);
}
a.icon[href$=doc]:after, a.icon[href$=docx]:after {
  background-image: url(../images/common/icon_word.svg);
}
a.icon[href$=xls]:after, a.icon[href$=xlsx]:after {
  background-image: url(../images/common/icon_excel.svg);
}
a.icon.front {
  padding-left: 25px;
  padding-right: 0;
}
a.icon.front:after {
  left: 0px;
}

.iconBlank {
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url("../images/common/icon_brank.svg") no-repeat 0 0;
  background-size: cover;
  vertical-align: middle;
  margin-left: 10px;
  position: relative;
  top: -2px;
}

.btnWrap {
  display: flex;
  text-align: center;
}
.commonBtn {
  display: inline-block;
  text-align: center;
  border-radius: 9999px;
  position: relative;
  color: #fff !important;
  font-weight: 600;
  background: #3791CF;
  background: linear-gradient(90deg, rgb(55, 145, 207) 0%, rgb(31, 65, 153) 100%);
  box-shadow: 0 3px 15px 0 rgba(69, 91, 112, 0.3);
  text-decoration: none !important;
}

.backBtn {
  display: inline-block;
  text-align: center;
  position: relative;
  color: #fff !important;
  font-weight: 600;
  background: #3791CF;
  background: linear-gradient(90deg, rgb(55, 145, 207) 0%, rgb(31, 65, 153) 100%);
  border-radius: 9999px;
  box-shadow: 0 3px 15px 0 rgba(69, 91, 112, 0.3);
  text-decoration: none !important;
}

.ichiranBtn {
  display: inline-block;
  text-align: center;
  position: relative;
  color: #333333;
  font-weight: 600;
  border-radius: 9999px;
  background-color: #fff;
  text-decoration: none;
  border: 1px solid #1b65ac;
}

.smallBtn {
  text-decoration: none !important;
  color: #fff !important;
  border-radius: 9999px;
  position: relative;
}

.imgLine2 li img {
  max-width: 100%;
}
.imgLine2 .cap {
  display: block;
  font-size: 18px;
  margin-top: 10px;
  color: #222;
  text-align: center;
}

.imgLine3 li img {
  max-width: 100%;
}
.imgLine3 .cap {
  display: block;
  font-size: 18px;
  margin-top: 10px;
  color: #222;
  text-align: center;
}

.imgLine4 li img {
  max-width: 100%;
}
.imgLine4 .cap {
  display: block;
  font-size: 18px;
  margin-top: 10px;
  color: #222;
  text-align: center;
}

.imgLine5 li img {
  max-width: 100%;
}
.imgLine5 .cap {
  display: block;
  font-size: 18px;
  margin-top: 10px;
  color: #222;
  text-align: center;
}

.imgInP .img .cap {
  display: block;
  font-size: 12px;
  margin-top: 10px;
  color: #333333;
  text-align: left;
}
.colImgFixed {
  display: flex;
}
.colImgFixed > *.colImg img {
  display: block;
  margin: 0 auto;
}

.twoCol .cap {
  display: block;
  font-size: 12px;
  margin-top: 10px;
  color: #333333;
  text-align: left;
}

.colorBox {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 7px 17px 0 rgba(56, 113, 166, 0.2);
}
.colorBox .cont p {
  margin: 0;
}

.borderBox {
  border: 1px solid #555;
}
.borderBox .cont p {
  margin: 0;
}

.commonTable {
  width: 100%;
  border-collapse: collapse;
  border-spacing: inherit;
  text-align: left;
  background: #1b65ac;
  background: linear-gradient(90deg, rgb(55, 130, 207) 0%, rgb(31, 65, 153) 100%);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 7px 17px 0 rgba(56, 113, 166, 0.2);
  word-break: break-all;
}
.commonTable .notes {
  font-size: 13px;
}
.commonTable.is-style-stripes td:nth-of-type(odd) {
  background-color: #f3f3f3;
}
.commonTable tr:last-of-type td,
.commonTable tr:last-of-type th.sub {
  border-bottom: none;
}
.commonTable tr {
  border-right: 1px solid #fff;
}
.commonTable th {
  font-weight: 400;
  border: none;
  color: #fff;
  border-bottom: 1px solid #acc1d7;
  border-right: 1px solid #acc1d7;
}
.commonTable th.sub {
  color: #073814;
  background-color: #fff;
  border-bottom: 1px solid #acc1d7;
  border-right: 1px solid #acc1d7;
}
.commonTable td {
  border: none;
  border-bottom: 1px solid #acc1d7;
  border-right: 1px solid #acc1d7;
  word-break: break-all;
  background-color: #fff;
}
.commonTable td:last-child {
  margin-bottom: 0;
  border-right: none;
}

.scrollText {
  font-size: 12px;
  display: block;
  text-align: right;
  margin: 30px 0 -20px;
}

.iframeBox {
  position: relative;
  padding-bottom: 56.25%;
}
.iframeBox iframe,
.iframeBox video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 0;
}

.ofh {
  overflow: hidden;
}

dl.commonList > div > dt {
  font-weight: 700;
  color: #000033;
}
dl.commonList > div > dd {
  font-weight: 400;
}
dl.commonList > div > dd p + p {
  margin-top: 10px;
}

/* common class */
.pointerNone {
  cursor: default;
  text-decoration: none;
}

.taC {
  text-align: center !important;
}

.taL {
  text-align: left !important;
}

.taR {
  text-align: right !important;
}

.Center {
  margin: 0 auto !important;
}

.ovh {
  overflow: hidden !important;
}

.mw100 {
  max-width: 100% !important;
  width: auto !important;
}

.w100p {
  width: 100% !important;
}

.w50p {
  width: 50% !important;
}

.pT0 {
  padding-top: 0 !important;
}

.mB0 {
  margin-bottom: 0 !important;
}

.mB5 {
  margin-bottom: 5px !important;
}

.mB10 {
  margin-bottom: 10px !important;
}

.mB20 {
  margin-bottom: 20px !important;
}

.mB30 {
  margin-bottom: 30px !important;
}

.mB40 {
  margin-bottom: 40px !important;
}

.mB50 {
  margin-bottom: 50px !important;
}

.mT0 {
  margin-top: 0 !important;
}

.mT5 {
  margin-top: 5px !important;
}

.mT10 {
  margin-top: 10px !important;
}

.mT20 {
  margin-top: 20px !important;
}

.mT30 {
  margin-top: 30px !important;
}

.mT40 {
  margin-top: 40px !important;
}

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

.mT60 {
  margin-top: 60px !important;
}

.mL0 {
  margin-left: 0px !important;
}

.mL5 {
  margin-left: 5px !important;
}

.mL10 {
  margin-left: 10px !important;
}

.mL20 {
  margin-left: 20px !important;
}

.mL30 {
  margin-left: 30px !important;
}

.mL40 {
  margin-left: 40px !important;
}

.mL50 {
  margin-left: 50px !important;
}

.mR0 {
  margin-right: 0px !important;
}

.mR5 {
  margin-right: 5px !important;
}

.mR10 {
  margin-right: 10px !important;
}

.mR20 {
  margin-right: 20px !important;
}

.mR30 {
  margin-right: 30px !important;
}

.mR40 {
  margin-right: 40px !important;
}

.mR50 {
  margin-right: 50px !important;
}

.bold {
  font-weight: bold !important;
}

.underline {
  text-decoration: underline !important;
}

.bdb {
  border-bottom: 2px solid #004aa4;
}

.fontL {
  font-size: 1.2em;
}

.fontS {
  font-size: 0.8em;
}

.floatL {
  float: left;
}

.floatR {
  float: right;
}

a {
  word-break: break-all !important;
}

.preBox {
  background: #eff0f4;
  border: 1px solid #1b65ac;
  padding: 15px;
  box-sizing: border-box;
  clear: both;
  overflow: hidden;
  margin-top: 30px;
  font-family: Arial, sans-serif;
  line-height: 1.8;
}
.preBox pre {
  overflow: auto;
  white-space: pre-wrap;
  word-wrap: break-word;
  -moz-text-align-last: auto;
       text-align-last: auto;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
  .breadcrumb {
    margin-bottom: 30px;
    justify-content: flex-end;
  }
  .breadcrumb > span {
    font-size: 11px;
  }
  .breadcrumb > span + span {
    margin-left: 25px;
  }
  .breadcrumb > span:not(:last-of-type)::after {
    content: "";
    width: 4px;
    height: 4px;
    border: 0px;
    border-top: solid 1px #858484;
    border-right: solid 1px #858484;
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 2px);
    right: -13px;
  }
  .wp-pagenavi {
    margin-top: 40px;
    font-size: 14px;
  }
  .wp-pagenavi .page, .wp-pagenavi .extend, .wp-pagenavi .last, .wp-pagenavi .first {
    width: 24px;
    height: 24px;
    margin: 0 5px;
  }
  .wp-pagenavi span.current {
    width: 24px;
    height: 24px;
    margin: 0 5px;
  }
  .wp-pagenavi .nextpostslink {
    background-size: 8px;
    width: 24px;
    height: 24px;
    margin-left: 10px;
  }
  .wp-pagenavi .previouspostslink {
    background-size: 8px;
    width: 24px;
    height: 24px;
    margin-right: 10px;
  }
  .pageTitleWrap {
    background: url(../images/second/bg_pagetitle_sp.png) no-repeat center/cover;
    width: 100%;
    height: 133px;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 0 20px;
  }
  .pageTitleWrap .pageTitle {
    font-weight: 400;
    font-size: 23px;
    position: relative;
  }
  .pageTitleWrap .pageTitle.topics {
    padding-left: 50px;
  }
  .pageTitleWrap .pageTitle.topics:before {
    content: "";
    display: inline-block;
    background: url(../images/common/icon_osirase.png) no-repeat center #fff;
    background-size: 20px auto;
    width: 36px;
    height: 36px;
    position: absolute;
    left: 0;
    top: calc(50% - 18px);
    border-radius: 50%;
  }
  .pageTitleWrap .pageTitle.demand {
    padding-left: 50px;
  }
  .pageTitleWrap .pageTitle.demand:before {
    content: "";
    display: inline-block;
    background: url(../images/common/icon_info.png) no-repeat center #fff;
    background-size: 20px auto;
    width: 36px;
    height: 36px;
    position: absolute;
    left: 0;
    top: calc(50% - 18px);
    border-radius: 50%;
  }
  .pageTitleWrap .pageTitle.addition {
    padding-left: 50px;
  }
  .pageTitleWrap .pageTitle.addition:before {
    content: "";
    display: inline-block;
    background: url(../images/common/icon_list.png) no-repeat center #fff;
    background-size: 20px auto;
    width: 36px;
    height: 36px;
    position: absolute;
    left: 0;
    top: calc(50% - 18px);
    border-radius: 50%;
  }
  .pageTitleWrap .pageTitle.rename {
    padding-left: 50px;
  }
  .pageTitleWrap .pageTitle.rename:before {
    content: "";
    display: inline-block;
    background: url(../images/common/icon_sakana.png) no-repeat center #fff;
    background-size: 20px auto;
    width: 36px;
    height: 36px;
    position: absolute;
    left: 0;
    top: calc(50% - 18px);
    border-radius: 50%;
  }
  #contents h1.title {
    font-size: 21px;
    margin-bottom: 30px;
  }
  #contents {
    padding-top: 15px;
    padding-bottom: 55px;
    background: url(../images/common/bg_main_sp.png) no-repeat center/cover;
  }
  .daytime {
    font-size: 16px;
  }
  .daytime span {
    font-size: 12px;
  }
  * + .anchorList {
    margin-top: 20px;
  }
  .anchorList {
    display: flex;
    flex-wrap: wrap;
    gap: 0 10px;
  }
  .anchorList li {
    width: calc(50% - 5px);
  }
  .anchorList li a {
    font-size: 14px;
    padding-left: 23px;
    padding-bottom: 7px;
  }
  .anchorList li a:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 1px solid #1b65ac;
    background: url(../images/common/arrow.svg) no-repeat center;
    background-size: 8px;
    border-radius: 50%;
    transform: rotate(90deg);
    position: absolute;
    left: 0;
    top: 3px;
  }
  .relationTitle {
    font-size: 14px;
  }
  .relationTitle + * {
    margin-top: 15px !important;
  }
  .relationList {
    padding-bottom: 18px;
    margin-top: 15px;
  }
  .relationList li + li {
    margin-top: 10px;
  }
  .relationList li a {
    font-size: 14px;
    padding-left: 23px;
  }
  .relationList li a:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 1px solid #1b65ac;
    background: url(../images/common/arrow_w.svg) no-repeat center;
    background-color: #1b65ac;
    background-size: 7px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 3px;
  }
  p.strong {
    font-size: 16px;
  }
  p.strong + p {
    margin-top: 10px;
  }
  .tobiraList li + li {
    margin-top: 17px;
  }
  .tobiraList li a {
    font-size: 15px;
    padding: 15px 50px 15px 20px;
  }
  .tobiraList li a:after {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../images/common/arrow_w.svg) no-repeat center #1b65ac;
    background-size: 8px;
    position: absolute;
    top: calc(50% - 9px);
    right: 15px;
    border-radius: 50%;
  }
  * + .topicsList {
    margin-top: 30px;
  }
  .topicsList > div {
    padding-bottom: 15px;
    border-bottom: 1px solid #e8e8e8;
  }
  .topicsList > div + div {
    padding-top: 15px;
  }
  .topicsList > div dt {
    font-size: 12px;
    font-weight: 700;
  }
  .topicsList > div dd {
    font-size: 13px;
    margin-top: 3px;
  }
  .postH1 .cat {
    padding: 5px 15px;
    font-size: 13px;
  }
  .postH1 h1 {
    margin-top: 10px;
    font-size: 20px;
    padding-bottom: 10px;
  }
  .postH1 h1:after {
    content: "";
    display: inline-block;
    width: 70px;
    height: 1px;
    background-color: #1b65ac;
    position: absolute;
    bottom: -1px;
    left: 0;
  }
  .postH1 .ymd {
    font-size: 15px;
    margin-top: 10px;
  }
  .qaList {
    margin-top: 20px;
  }
  .qaList > div + div {
    margin-top: 10px;
  }
  .qaList > div dt {
    font-size: 14px;
    padding: 15px 45px 15px 45px;
    cursor: pointer;
  }
  .qaList > div dt:before {
    content: "Q";
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    width: 28px;
    height: 28px;
    background-color: #1f439a;
    border-radius: 50%;
    color: #fff;
    font-family: "Roboto", sans-serif;
    position: absolute;
    left: 10px;
    top: 13px;
  }
  .qaList > div dt:after {
    content: "";
    display: inline-block;
    width: 26px;
    height: 26px;
    background: url(../images/common/plus.png) no-repeat center;
    background-size: 10px;
    background-color: #fff;
    position: absolute;
    right: 15px;
    top: 13px;
    border-radius: 50%;
  }
  .qaList > div dt.active:after {
    background: url(../images/common/minus.png) no-repeat center;
    background-size: 10px;
    background-color: #fff;
  }
  .qaList > div dd {
    padding: 15px 0px 20px;
    max-width: calc(100% - 30px);
    margin: 0 auto;
  }
  .qaList > div dd:after {
    content: "";
    display: inline-block;
    background: url(../images/common/blue_line.png) no-repeat left center;
    background-color: #fff;
    background-size: 65px 1px;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 0px;
  }
  .cap {
    display: block;
    font-size: 12px;
    margin-top: 10px;
    color: #333333;
  }
  .singleContents .has-inline-color.has-luminous-vivid-orange-color {
    color: #1b65ac !important;
  }
  .singleContents .inner > *:first-child {
    margin-top: 0;
  }
  .singleContents p {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .singleContents h3 + p,
  .singleContents h4 + p {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .singleContents * + h2 {
    margin-top: 30px;
  }
  .singleContents * + h3 {
    margin-top: 20px;
  }
  .singleContents * + h4 {
    margin-top: 20px;
  }
  .singleContents h2 {
    font-size: 19px;
    padding: 11px 15px 11px 20px;
  }
  .singleContents h2:before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 16px;
    border-radius: 0 100% 100% 0%/50%;
    background: #1b65ac;
    position: absolute;
    left: -1px;
    top: calc(50% - 8px);
  }
  .singleContents h3 {
    border-bottom: 1px solid #1b65ac;
    font-size: 17px;
    padding-bottom: 10px;
  }
  .singleContents h4 {
    font-size: 14px;
    padding-left: 10px;
  }
  .singleContents h4:before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 75%;
    background-color: #1b65ac;
    position: absolute;
    top: 3px;
    left: 0;
    border-radius: 3px;
  }
  .singleContents ul li {
    padding-left: 30px;
    position: relative;
  }
  .singleContents ul li:not(:first-of-type) {
    margin-top: 15px;
  }
  .singleContents ul li:before {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    background: #5975b6;
    position: absolute;
    margin: auto;
    top: 10px;
    left: 0px;
    border-radius: 50%;
  }
  .singleContents ol li {
    padding-left: 25px;
    counter-increment: mycounter;
  }
  .singleContents ol li:before {
    content: counter(mycounter) ".";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    color: #1b65ac;
    font-weight: 500;
  }
  .singleContents ol li:not(:first-of-type) {
    margin-top: 15px;
  }
  .singleContents * + ul,
  .singleContents * + ol {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .singleContents p + .wp-block-gallery {
    margin-top: 10px;
  }
  .singleContents .wp-block-button {
    margin-bottom: 30px;
  }
  .singleContents .wp-block-button a,
  .singleContents .wp-block-button .wp-block-button__link {
    width: 100%;
    border-radius: 25px;
    font-size: 13px;
    padding: 13px 40px;
  }
  .singleContents .wp-block-button a:after,
  .singleContents .wp-block-button .wp-block-button__link:after {
    content: "";
    display: inline-block;
    background: url(../images/common/arrow_w.svg) no-repeat center/cover;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 15px;
    top: calc(50% - 6px);
  }
  .singleContents .wp-block-buttons {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .singleContents .wp-block-table {
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .singleContents .wp-block-table tr th {
    padding: 10px 10px;
  }
  .singleContents .wp-block-table tr td {
    padding: 10px 10px;
  }
  .singleContents .wp-block-image,
  .singleContents .wp-block-gallery {
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .singleContents .wp-block-media-text .wp-block-media-text__content {
    margin-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }
  .singleContents .wp-block-media-text {
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .singleContents .wp-block-group,
  .singleContents .wp-block-columns {
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .singleContents .wp-block-gallery + .wp-block-gallery {
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .singleContents .colorBox {
    padding: 20px 15px;
  }
  .singleContents .colorBox .title {
    font-weight: bold;
    font-size: 15px;
    position: relative;
  }
  .singleContents .colorBox * + .title {
    margin-top: 10px;
  }
  .singleContents .colorBox .cont {
    margin-top: 10px;
  }
  .singleContents .colorBox .cont * + p {
    margin: 10px 0 0;
  }
  .singleContents .borderBox {
    padding: 20px 20px;
  }
  .singleContents .borderBox .title {
    font-weight: bold;
    font-size: 16px;
    position: relative;
    padding-bottom: 10px;
    text-align: center;
  }
  .singleContents .borderBox .title:before {
    content: "";
    display: inline-block;
    background-color: #a89f9b;
    width: 42px;
    height: 1px;
    position: absolute;
    left: calc(50% - 21px);
    bottom: 0px;
  }
  .singleContents .borderBox * + .title {
    margin-top: 30px;
  }
  .singleContents .borderBox .cont {
    margin-top: 20px;
  }
  .singleContents .borderBox .cont * + p {
    margin: 10px 0 0;
  }
  * + p {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  * + p.wide {
    margin-top: 30px;
  }
  h2,
  h3,
  h4 {
    line-height: 1.5;
  }
  h3 + p,
  h4 + p {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  h3 + .commonList {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  * + h2.title,
  * + .h2 {
    margin-top: 30px;
  }
  * + h3.title {
    margin-top: 20px;
  }
  * + h4.title {
    margin-top: 20px;
  }
  h2.title {
    font-size: 19px;
    padding: 11px 15px 11px 20px;
  }
  h2.title:before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 16px;
    border-radius: 0 100% 100% 0%/50%;
    background: #1b65ac;
    position: absolute;
    left: -1px;
    top: calc(50% - 8px);
  }
  h3.title {
    border-bottom: 1px solid #1b65ac;
    font-size: 17px;
    padding-bottom: 10px;
  }
  h4.title {
    font-size: 14px;
    padding-left: 10px;
  }
  h4.title:before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 75%;
    background-color: #1b65ac;
    position: absolute;
    top: 3px;
    left: 0;
    border-radius: 3px;
  }
  .h2 {
    font-size: 19px;
    padding: 11px 15px 11px 20px;
  }
  .h2:before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 16px;
    border-radius: 0 100% 100% 0%/50%;
    background: #1b65ac;
    position: absolute;
    left: -1px;
    top: calc(50% - 8px);
  }
  ul.commonList li {
    padding-left: 30px;
    position: relative;
  }
  ul.commonList li:not(:first-of-type) {
    margin-top: 15px;
  }
  ul.commonList li:before {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    background: #5975b6;
    position: absolute;
    margin: auto;
    top: 10px;
    left: 0px;
    border-radius: 50%;
  }
  ol li {
    padding-left: 25px;
    counter-increment: mycounter;
  }
  ol li:before {
    content: counter(mycounter) ".";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    color: #1b65ac;
    font-weight: 500;
  }
  ol li:not(:first-of-type) {
    margin-top: 15px;
  }
  section + section {
    margin-top: 40px;
  }
  * + .commonList,
  * + .linkList,
  * + .colorBox,
  * + .borderBox,
  * + .commonTable {
    margin-top: 20px;
  }
  * + .borderBox {
    margin-top: 20px;
  }
  * + ol {
    margin-top: 20px;
  }
  * + .imgLine2,
  * + .imgLine3,
  * + .imgLine4,
  * + .imgLine5,
  * + .twoCol {
    margin-top: 20px;
  }
  a.icon {
    display: inline-block;
    position: relative;
    padding-right: 25px;
  }
  a.icon:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 0;
    position: absolute;
    right: 0px;
    top: 0.3em;
  }
  a.icon[href$=pdf]:after {
    background-image: url(../images/common/icon_pdf.svg);
  }
  a.icon[href$=doc]:after, a.icon[href$=docx]:after {
    background-image: url(../images/common/icon_word.svg);
  }
  a.icon[href$=xls]:after, a.icon[href$=xlsx]:after {
    background-image: url(../images/common/icon_excel.svg);
  }
  a.icon.front {
    padding-left: 25px;
    padding-right: 0;
  }
  a.icon.front:after {
    left: 0px;
  }
  .iconBlank {
    display: inline-block;
    width: 13px;
    height: 13px;
    background: url("../images/common/icon_brank.svg") no-repeat 0 0;
    background-size: cover;
    vertical-align: middle;
    margin-left: 10px;
    position: relative;
    top: -2px;
  }
  * + .btnWrap {
    margin-top: 30px;
  }
  .btnWrap {
    flex-direction: column;
    align-items: center;
    gap: 20px 0;
  }
  .btnWrap .commonBtn + .commonBtn {
    margin-top: 0;
  }
  .commonBtn {
    width: 100%;
    font-size: 13px;
    padding: 13px 40px;
  }
  .commonBtn:after {
    content: "";
    display: inline-block;
    background: url(../images/common/arrow_w.svg) no-repeat center/cover;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 15px;
    top: calc(50% - 6px);
  }
  .commonBtn[target=_blank]:after {
    content: "";
    display: inline-block;
    background: url(../images/common/icon_brank_w.svg) no-repeat center/cover;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 15px;
    top: calc(50% - 6px);
  }
  .commonBtn[href$=".pdf"]:after {
    content: "";
    display: inline-block;
    background: url(../images/common/icon_pdf_w.svg) no-repeat center/cover;
    width: 15px;
    height: 18px;
    position: absolute;
    right: 15px;
    top: calc(50% - 9px);
  }
  .backBtn {
    width: 100%;
    font-size: 13px;
    padding: 13px 40px;
  }
  .backBtn:after {
    content: "";
    display: inline-block;
    background: url(../images/common/arrow_w.svg) no-repeat center/cover;
    width: 12px;
    height: 12px;
    position: absolute;
    left: 15px;
    top: calc(50% - 6px);
    transform: scale(-1, 1);
  }
  .ichiranBtn {
    width: 100%;
    max-width: 260px;
    font-size: 14px;
    padding: 14px 20px;
  }
  .ichiranBtn span {
    display: inline-block;
    position: relative;
    padding-left: 25px;
  }
  .ichiranBtn span:after {
    content: "";
    display: inline-block;
    background: url(../images/common/icon_ichiran.png) no-repeat center/cover;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 0px;
    top: calc(50% - 7px);
  }
  .smallBtn {
    display: inline-block;
    text-align: center;
    font-weight: 700;
    background-color: #333333;
    font-size: 13px;
    padding: 6px 40px;
    border: 1px solid #333;
    min-width: 145px;
  }
  .smallBtn:after {
    content: "";
    display: inline-block;
    background: url(../images/common/arrow_w.svg) no-repeat center/cover;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 15px;
    top: calc(50% - 6px);
  }
  .btnWrap {
    margin-top: 40px;
    text-align: center;
  }
  p .commonBtn + .commonBtn {
    margin-top: 20px;
  }
  .imgLine2.spflex {
    display: flex;
    gap: 15px;
  }
  .imgLine2.spflex li {
    margin: 0;
    flex: 1;
  }
  .imgLine2 li + li {
    margin-top: 15px;
  }
  .imgLine2 li img {
    max-width: 100%;
  }
  .imgLine2 .cap {
    font-size: 14px;
  }
  .imgLine3 li + li {
    margin-top: 15px;
  }
  .imgLine3 li img {
    max-width: 100%;
  }
  .imgLine3 .cap {
    font-size: 14px;
  }
  .imgLine4 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  .imgLine4 li {
    width: calc(50% - 20px);
    margin-inline: auto;
  }
  .imgLine4 li:nth-child(n+3) {
    margin-top: 15px;
  }
  .imgLine4 li img {
    max-width: 100%;
  }
  .imgLine4 .cap {
    font-size: 14px;
  }
  .imgLine5 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  .imgLine5 li {
    width: calc(50% - 20px);
    margin-inline: auto;
  }
  .imgLine5 li:nth-child(n+3) {
    margin-top: 15px;
  }
  .imgLine5 li img {
    max-width: 100%;
  }
  .imgLine5 .cap {
    font-size: 14px;
  }
  .imgInP .img {
    display: block;
    margin: 0 auto;
    padding-bottom: 20px;
  }
  .imgInP .img .cap {
    display: block;
    font-size: 12px;
    margin-top: 10px;
    color: #333333;
    text-align: left;
    font-size: 12px;
  }
  .imgInP.sp_img_btm {
    display: flex;
    flex-wrap: wrap;
  }
  .imgInP.sp_img_btm .img {
    display: block;
    order: 2;
    margin: 20px auto 0;
    padding-bottom: 0;
  }
  .imgInP.sp_img_btm .text {
    flex-basis: 100%;
    order: 1;
  }
  * + .colImgFixed {
    margin-top: 30px;
  }
  .colImgFixed {
    flex-direction: column;
  }
  .colImgFixed > * {
    width: 100%;
  }
  .colImgFixed > *.colText {
    order: 1;
    margin-top: 30px;
  }
  .colImgFixed > *.colImg {
    order: 0;
  }
  .twoCol .txt *:nth-child(1) {
    margin-top: 0;
  }
  .twoCol .txt + .img {
    margin-top: 30px;
  }
  .twoCol .txt + .txt {
    margin-top: 30px;
  }
  .twoCol .img {
    width: 100%;
    text-align: center;
  }
  .twoCol .img + .img {
    margin-top: 30px;
  }
  .twoCol .img + .txt {
    margin-top: 30px;
  }
  .twoCol .img img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .twoCol .cap {
    display: block;
    font-size: 12px;
    margin-top: 10px;
    color: #333333;
    text-align: left;
    font-size: 12px;
  }
  .colorBox {
    padding: 20px 15px;
  }
  .colorBox .title {
    font-weight: bold;
    font-size: 15px;
    position: relative;
  }
  .colorBox * + .title {
    margin-top: 10px;
  }
  .colorBox .cont {
    margin-top: 10px;
  }
  .colorBox .cont * + p {
    margin: 10px 0 0;
  }
  .borderBox {
    padding: 20px 20px;
  }
  .borderBox .title {
    font-weight: bold;
    font-size: 16px;
    position: relative;
    padding-bottom: 10px;
    text-align: center;
  }
  .borderBox .title:before {
    content: "";
    display: inline-block;
    background-color: #a89f9b;
    width: 42px;
    height: 1px;
    position: absolute;
    left: calc(50% - 21px);
    bottom: 0px;
  }
  .borderBox * + .title {
    margin-top: 30px;
  }
  .borderBox .cont {
    margin-top: 20px;
  }
  .borderBox .cont * + p {
    margin: 10px 0 0;
  }
  .commonTable td.wFix,
  .commonTable th.wFix {
    width: 120px;
  }
  .commonTable th {
    padding: 10px 10px;
  }
  .commonTable td {
    padding: 10px 10px;
  }
  .scrollTable {
    margin-top: 30px;
    overflow: auto;
    border-radius: 10px;
    box-shadow: 0 7px 17px 0 rgba(56, 113, 166, 0.2);
  }
  .scrollTable table {
    box-shadow: none;
    white-space: nowrap;
  }
  .scrollText {
    font-size: 12px;
    display: block;
    text-align: right;
    margin: 30px 0 -20px;
  }
  .iframeBox {
    position: relative;
    padding-bottom: 56.25%;
    margin-top: 30px;
  }
  .iframeBox iframe,
  .iframeBox video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 0;
  }
  * + dl.commonList {
    margin-top: 30px;
  }
  dl.commonList > div + div {
    margin-top: 20px;
  }
  dl.commonList > div > dt {
    font-size: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #acc1d7;
    position: relative;
  }
  dl.commonList > div > dt:before {
    content: "";
    display: inline-block;
    background-color: #1b65ac;
    height: 1px;
    width: 50px;
    position: absolute;
    left: 0;
    bottom: -1px;
  }
  dl.commonList > div > dd {
    margin-top: 10px;
  }
  dl.commonList > div > dd dl {
    font-size: 13px;
  }
  dl.commonList > div > dd dl > div {
    display: flex;
    gap: 20px;
  }
  dl.commonList > div > dd dl > div + div {
    margin-top: 10px;
  }
  dl.commonList > div > dd dl > div dt {
    width: 80px;
    flex: none;
  }
  dl.commonList > div > dd dl > div dd {
    flex: 1;
  }
  /* common class */
  .pointerNone {
    cursor: default;
    text-decoration: none;
  }
  .taC {
    text-align: center !important;
  }
  .taL {
    text-align: left !important;
  }
  .taR {
    text-align: right !important;
  }
  .Center {
    margin: 0 auto !important;
  }
  .ovh {
    overflow: hidden !important;
  }
  .mw100 {
    max-width: 100% !important;
    width: auto !important;
  }
  .w100p {
    width: 100% !important;
  }
  .w50p {
    width: 50% !important;
  }
  .pT0 {
    padding-top: 0 !important;
  }
  .mB0 {
    margin-bottom: 0 !important;
  }
  .mB5 {
    margin-bottom: 5px !important;
  }
  .mB10 {
    margin-bottom: 10px !important;
  }
  .mB20 {
    margin-bottom: 20px !important;
  }
  .mB30 {
    margin-bottom: 30px !important;
  }
  .mB40 {
    margin-bottom: 40px !important;
  }
  .mB50 {
    margin-bottom: 50px !important;
  }
  .mT0 {
    margin-top: 0 !important;
  }
  .mT5 {
    margin-top: 5px !important;
  }
  .mT10 {
    margin-top: 10px !important;
  }
  .mT20 {
    margin-top: 20px !important;
  }
  .mT30 {
    margin-top: 30px !important;
  }
  .mT40 {
    margin-top: 40px !important;
  }
  .mT50 {
    margin-top: 50px !important;
  }
  .mT60 {
    margin-top: 60px !important;
  }
  .mL0 {
    margin-left: 0px !important;
  }
  .mL5 {
    margin-left: 5px !important;
  }
  .mL10 {
    margin-left: 10px !important;
  }
  .mL20 {
    margin-left: 20px !important;
  }
  .mL30 {
    margin-left: 30px !important;
  }
  .mL40 {
    margin-left: 40px !important;
  }
  .mL50 {
    margin-left: 50px !important;
  }
  .mR0 {
    margin-right: 0px !important;
  }
  .mR5 {
    margin-right: 5px !important;
  }
  .mR10 {
    margin-right: 10px !important;
  }
  .mR20 {
    margin-right: 20px !important;
  }
  .mR30 {
    margin-right: 30px !important;
  }
  .mR40 {
    margin-right: 40px !important;
  }
  .mR50 {
    margin-right: 50px !important;
  }
  .mB0 {
    margin-bottom: 0 !important;
  }
  .mB5_sp {
    margin-bottom: 5px !important;
  }
  .mB10_sp {
    margin-bottom: 10px !important;
  }
  .mB20_sp {
    margin-bottom: 20px !important;
  }
  .mB30_sp {
    margin-bottom: 30px !important;
  }
  .mB40_sp {
    margin-bottom: 40px !important;
  }
  .mB50_sp {
    margin-bottom: 50px !important;
  }
  .mT0 {
    margin-top: 0 !important;
  }
  .mT5_sp {
    margin-top: 5px !important;
  }
  .mT10_sp {
    margin-top: 10px !important;
  }
  .mT20_sp {
    margin-top: 20px !important;
  }
  .mT30_sp {
    margin-top: 30px !important;
  }
  .mT40_sp {
    margin-top: 40px !important;
  }
  .mT50_sp {
    margin-top: 50px !important;
  }
  .mL0_sp {
    margin-left: 0px !important;
  }
  .mL5_sp {
    margin-left: 5px !important;
  }
  .mL10_sp {
    margin-left: 10px !important;
  }
  .mL20_sp {
    margin-left: 20px !important;
  }
  .mL30_sp {
    margin-left: 30px !important;
  }
  .mL40_sp {
    margin-left: 40px !important;
  }
  .mL50_sp {
    margin-left: 50px !important;
  }
  .mR0_sp {
    margin-right: 0px !important;
  }
  .mR5_sp {
    margin-right: 5px !important;
  }
  .mR10_sp {
    margin-right: 10px !important;
  }
  .mR20_sp {
    margin-right: 20px !important;
  }
  .mR30_sp {
    margin-right: 30px !important;
  }
  .mR40_sp {
    margin-right: 40px !important;
  }
  .mR50_sp {
    margin-right: 50px !important;
  }
  .size12_sp {
    font-size: 12px !important;
  }
  .size14_sp {
    font-size: 14px !important;
  }
  .size16_sp {
    font-size: 16px !important;
  }
  .size18_sp {
    font-size: 18px !important;
  }
  .size20_sp {
    font-size: 20px !important;
  }
  .w50p_sp {
    width: 50% !important;
  }
  .taL_sp {
    text-align: left !important;
  }
  .taC_sp {
    text-align: center !important;
  }
  .bold {
    font-weight: bold !important;
  }
  .underline {
    text-decoration: underline !important;
  }
  .bdb {
    border-bottom: 2px solid #004aa4;
  }
  .fontL {
    font-size: 1.2em;
  }
  .fontS {
    font-size: 0.8em;
  }
  .floatL {
    float: left;
  }
  .floatR {
    float: right;
  }
  a {
    word-break: break-all !important;
  }
  .preBox {
    background: #eff0f4;
    border: 1px solid #1b65ac;
    padding: 15px;
    box-sizing: border-box;
    clear: both;
    overflow: hidden;
    margin-top: 30px;
    font-family: Arial, sans-serif;
    line-height: 1.8;
  }
  .preBox pre {
    overflow: auto;
    white-space: pre-wrap;
    word-wrap: break-word;
    -moz-text-align-last: auto;
         text-align-last: auto;
  }
}
@media print, screen and (min-width: 769px) {
  a:hover {
    text-decoration: none;
  }
  .breadcrumb {
    margin-bottom: 80px;
    justify-content: flex-end;
  }
  .breadcrumb > span {
    font-size: 15px;
  }
  .breadcrumb > span + span {
    margin-left: 45px;
  }
  .breadcrumb > span:not(:last-of-type)::after {
    content: "";
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 1px #858484;
    border-right: solid 1px #858484;
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 3px);
    right: -24px;
  }
  .wp-pagenavi {
    margin-top: 55px;
    font-size: 16px;
  }
  .wp-pagenavi .page, .wp-pagenavi .extend, .wp-pagenavi .last, .wp-pagenavi .first {
    width: 27px;
    height: 27px;
    margin: 0 5px;
    transition: 0.5s;
  }
  .wp-pagenavi .page:hover, .wp-pagenavi .extend:hover, .wp-pagenavi .last:hover, .wp-pagenavi .first:hover {
    background-color: transparent;
    color: #1b65ac;
    box-shadow: none;
  }
  .wp-pagenavi span.current {
    width: 27px;
    height: 27px;
    margin: 0 5px;
  }
  .wp-pagenavi .nextpostslink {
    background-size: 11px;
    width: 26px;
    height: 26px;
    margin-left: 15px;
    transition: 0.3s;
  }
  .wp-pagenavi .nextpostslink:hover {
    opacity: 0.7;
  }
  .wp-pagenavi .previouspostslink {
    background-size: 11px;
    width: 26px;
    height: 26px;
    margin-right: 15px;
    transition: 0.3s;
  }
  .wp-pagenavi .previouspostslink:hover {
    opacity: 0.7;
  }
  .pageTitleWrap {
    background: url(../images/second/bg_pagetitle.png) no-repeat center/cover;
    width: 100%;
    height: 241px;
    color: #fff;
    display: flex;
    align-items: center;
  }
  .pageTitleWrap .pageTitleInner {
    max-width: 1068px;
    width: 90%;
    margin: 0 auto;
  }
  .pageTitleWrap .pageTitle {
    font-weight: 400;
    font-size: 38px;
    position: relative;
  }
  .pageTitleWrap .pageTitle.topics {
    padding-left: 95px;
  }
  .pageTitleWrap .pageTitle.topics:before {
    content: "";
    display: inline-block;
    width: 62px;
    height: 62px;
    background: url(../images/common/icon_osirase.png) no-repeat center #fff;
    background-size: 35px auto;
    position: absolute;
    left: 0;
    top: calc(50% - 31px);
    border-radius: 50%;
  }
  .pageTitleWrap .pageTitle.demand {
    padding-left: 95px;
  }
  .pageTitleWrap .pageTitle.demand:before {
    content: "";
    display: inline-block;
    width: 62px;
    height: 62px;
    background: url(../images/common/icon_info.png) no-repeat center #fff;
    background-size: 35px auto;
    position: absolute;
    left: 0;
    top: calc(50% - 31px);
    border-radius: 50%;
  }
  .pageTitleWrap .pageTitle.addition {
    padding-left: 95px;
  }
  .pageTitleWrap .pageTitle.addition:before {
    content: "";
    display: inline-block;
    width: 62px;
    height: 62px;
    background: url(../images/common/icon_list.png) no-repeat center #fff;
    background-size: 35px auto;
    position: absolute;
    left: 0;
    top: calc(50% - 31px);
    border-radius: 50%;
  }
  .pageTitleWrap .pageTitle.rename {
    padding-left: 95px;
  }
  .pageTitleWrap .pageTitle.rename:before {
    content: "";
    display: inline-block;
    width: 62px;
    height: 62px;
    background: url(../images/common/icon_sakana.png) no-repeat center #fff;
    background-size: 35px auto;
    position: absolute;
    left: 0;
    top: calc(50% - 31px);
    border-radius: 50%;
  }
  #contents h1.title {
    font-size: 34px;
    margin-bottom: 60px;
  }
  #contents {
    padding-top: 20px;
    padding-bottom: 170px;
    background: url(../images/common/bg_main_pc.jpg) no-repeat center/cover;
  }
  .daytime {
    font-size: 20px;
  }
  .daytime span {
    font-size: 13px;
  }
  * + .anchorList {
    margin-top: 30px;
  }
  .anchorList {
    display: flex;
    flex-wrap: wrap;
    gap: 0 30px;
  }
  .anchorList li {
    width: calc(50% - 15px);
  }
  .anchorList li a {
    font-size: 18px;
    padding-left: 45px;
    padding-bottom: 7px;
    margin-bottom: 8px;
    transition: 0.3s;
  }
  .anchorList li a:before {
    content: "";
    display: inline-block;
    width: 26px;
    height: 26px;
    border: 1px solid #1b65ac;
    background: url(../images/common/arrow.svg) no-repeat center;
    background-size: 12px;
    border-radius: 50%;
    transform: rotate(90deg);
    position: absolute;
    left: 0;
    top: 0px;
  }
  .anchorList li a:hover {
    border-bottom: 1px solid #1b65ac;
  }
  .relationTitle {
    font-size: 20px;
  }
  .relationTitle + * {
    margin-top: 20px !important;
  }
  .relationList {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 30px;
    padding-bottom: 30px;
    margin-top: 20px;
  }
  .relationList.full li {
    width: 100%;
  }
  .relationList li {
    width: calc(50% - 15px);
  }
  .relationList li a {
    font-size: 18px;
    padding-left: 45px;
    transition: 0.3s;
    /*
    &:after{
        content: "";
        display: inline-block;
        width: calc(100% - 45px);
        height: 1px;
        background-color: $c_base;
        background-size: 12px;
        border-radius: 50%;
        position: absolute;
        left: 45px;
        bottom: -6px;
        transition: .3s;
        opacity: 0;
    }
    &:hover{
        &:after{
            opacity: 1;
        }
    }
    */
  }
  .relationList li a:before {
    content: "";
    display: inline-block;
    width: 26px;
    height: 26px;
    border: 1px solid #1b65ac;
    background: url(../images/common/arrow_w.svg) no-repeat center;
    background-color: #1b65ac;
    background-size: 12px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0px;
  }
  .relationList li a:hover {
    text-decoration: underline;
  }
  p.strong {
    font-size: 20px;
  }
  p.strong + p {
    margin-top: 10px;
  }
  .tobiraList li + li {
    margin-top: 17px;
  }
  .tobiraList li a {
    font-size: 18px;
    padding: 30px 50px 30px 30px;
    transition: 0.3s;
  }
  .tobiraList li a:after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../images/common/arrow_w.svg) no-repeat center #1b65ac;
    background-size: 11px;
    position: absolute;
    top: calc(50% - 12px);
    right: 20px;
    border-radius: 50%;
    transition: 0.3s;
  }
  .tobiraList li a:hover {
    background-color: #1b65ac;
    color: #fff;
  }
  .tobiraList li a:hover:after {
    background: url(../images/common/arrow.svg) no-repeat center #fff;
    background-size: 11px;
  }
  * + .topicsList {
    margin-top: 60px;
  }
  .topicsList > div {
    display: flex;
    padding-bottom: 15px;
    border-bottom: 1px solid #e8e8e8;
  }
  .topicsList > div + div {
    padding-top: 15px;
  }
  .topicsList > div dt {
    font-size: 15px;
    padding-top: 3px;
  }
  .topicsList > div dd {
    padding-left: 30px;
    font-size: 17px;
  }
  .topicsList > div dd a:hover {
    text-decoration: underline;
  }
  .postH1 .cat {
    padding: 5px 25px;
    font-size: 16px;
  }
  .postH1 h1 {
    margin-top: 15px;
    font-size: 32px;
    padding-bottom: 20px;
  }
  .postH1 h1:after {
    content: "";
    display: inline-block;
    width: 140px;
    height: 1px;
    background-color: #1b65ac;
    position: absolute;
    bottom: -1px;
    left: 0;
  }
  .postH1 .ymd {
    font-size: 16px;
    margin-top: 20px;
  }
  .qaList {
    margin-top: 20px;
  }
  .qaList > div + div {
    margin-top: 10px;
  }
  .qaList > div dt {
    font-size: 18px;
    padding: 23px 88px 23px 86px;
    cursor: pointer;
    transition: 0.3s;
  }
  .qaList > div dt:before {
    content: "Q";
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    width: 34px;
    height: 34px;
    background-color: #1f439a;
    border-radius: 50%;
    color: #fff;
    font-family: "Roboto", sans-serif;
    position: absolute;
    left: 38px;
    top: calc(50% - 17px);
  }
  .qaList > div dt:after {
    content: "";
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url(../images/common/plus.png) no-repeat center;
    background-size: 14px;
    background-color: #fff;
    position: absolute;
    right: 38px;
    top: calc(50% - 16px);
    border-radius: 50%;
  }
  .qaList > div dt.active:after {
    background: url(../images/common/minus.png) no-repeat center;
    background-size: 14px;
    background-color: #fff;
  }
  .qaList > div dt:hover {
    color: #1f439a;
  }
  .qaList > div dd {
    padding: 20px 0px 30px;
    max-width: calc(100% - 80px);
    margin: 0 auto;
  }
  .qaList > div dd:after {
    content: "";
    display: inline-block;
    background: url(../images/common/blue_line.png) no-repeat left center;
    background-color: #fff;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 0px;
  }
  .cap {
    display: block;
    font-size: 14px;
    margin-top: 10px;
    color: #333333;
  }
  .singleContents .has-inline-color.has-luminous-vivid-orange-color {
    color: #1b65ac !important;
  }
  .singleContents .inner > *:first-child {
    margin-top: 0;
  }
  .singleContents p {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .singleContents h3 + p,
  .singleContents h4 + p {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .singleContents * + h2 {
    margin-top: 70px;
  }
  .singleContents * + h3 {
    margin-top: 30px;
  }
  .singleContents * + h4 {
    margin-top: 50px;
  }
  .singleContents h2 {
    font-size: 28px;
    padding: 19px 20px 19px 35px;
  }
  .singleContents h2:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 30px;
    border-radius: 0 100% 100% 0%/50%;
    background: #1b65ac;
    position: absolute;
    left: -7px;
    top: calc(50% - 15px);
  }
  .singleContents h3 {
    border-bottom: 2px solid #1b65ac;
    font-size: 26px;
    padding-bottom: 20px;
  }
  .singleContents h4 {
    font-size: 22px;
    padding-left: 18px;
  }
  .singleContents h4:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 75%;
    background-color: #1b65ac;
    position: absolute;
    top: 5px;
    left: 0;
    border-radius: 3px;
  }
  .singleContents ul li {
    padding-left: 22px;
    position: relative;
  }
  .singleContents ul li:not(:first-of-type) {
    margin-top: 30px;
  }
  .singleContents ul li:before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: #5975b6;
    position: absolute;
    margin: auto;
    top: 12px;
    left: 6px;
    border-radius: 50%;
  }
  .singleContents ol li {
    padding-left: 30px;
    counter-increment: mycounter;
  }
  .singleContents ol li:before {
    content: counter(mycounter) ".";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    color: #1b65ac;
    font-weight: 500;
  }
  .singleContents ol li:not(:first-of-type) {
    margin-top: 16px;
  }
  .singleContents * + ul,
  .singleContents * + ol {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .singleContents p + .wp-block-gallery {
    margin-top: 10px;
  }
  .singleContents .wp-block-button {
    margin-bottom: 50px;
  }
  .singleContents .wp-block-button a,
  .singleContents .wp-block-button .wp-block-button__link {
    width: 100%;
    max-width: 310px;
    border-radius: 30px;
    font-size: 18px;
    padding: 13px 40px;
    border: 1px solid #1b65ac;
    transition: 0.3s;
  }
  .singleContents .wp-block-button a:after,
  .singleContents .wp-block-button .wp-block-button__link:after {
    content: "";
    display: inline-block;
    background: url(../images/common/arrow_w.svg) no-repeat center/cover;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 20px;
    top: calc(50% - 6px);
  }
  .singleContents .wp-block-button a:hover,
  .singleContents .wp-block-button .wp-block-button__link:hover {
    color: #1b65ac !important;
    background: #fff;
  }
  .singleContents .wp-block-button a:hover:after,
  .singleContents .wp-block-button .wp-block-button__link:hover:after {
    background: url(../images/common/arrow.svg) no-repeat center/cover;
  }
  .singleContents .wp-block-buttons {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .singleContents .wp-block-table {
    margin-bottom: 50px;
    margin-top: 50px;
  }
  .singleContents .wp-block-table tr th {
    padding: 15px 20px;
  }
  .singleContents .wp-block-table tr td {
    padding: 15px 20px;
  }
  .singleContents .wp-block-image,
  .singleContents .wp-block-gallery {
    margin-bottom: 70px;
    margin-top: 50px;
  }
  .singleContents .wp-block-media-text {
    margin-bottom: 50px;
    margin-top: 50px;
  }
  .singleContents .wp-block-group,
  .singleContents .wp-block-columns {
    margin-bottom: 50px;
    margin-top: 50px;
  }
  .singleContents .wp-block-gallery + .wp-block-gallery {
    margin-bottom: 70px;
    margin-top: 50px;
  }
  .singleContents .colorBox {
    padding: 30px 40px;
  }
  .singleContents .colorBox .title {
    font-weight: bold;
    font-size: 18px;
    position: relative;
  }
  .singleContents .colorBox * + .title {
    margin-top: 10px;
  }
  .singleContents .colorBox .cont {
    margin-top: 15px;
  }
  .singleContents .colorBox .cont * + p {
    margin: 10px 0 0;
  }
  .singleContents .borderBox {
    padding: 40px 80px;
  }
  .singleContents .borderBox .title {
    font-weight: bold;
    font-size: 20px;
    position: relative;
    padding-bottom: 10px;
    text-align: center;
  }
  .singleContents .borderBox .title:before {
    content: "";
    display: inline-block;
    background-color: #a89f9b;
    width: 42px;
    height: 1px;
    position: absolute;
    left: calc(50% - 21px);
    bottom: 0px;
  }
  .singleContents .borderBox * + .title {
    margin-top: 30px;
  }
  .singleContents .borderBox .cont {
    margin-top: 30px;
  }
  .singleContents .borderBox .cont * + p {
    margin: 10px 0 0;
  }
  * + p {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  * + p.wide {
    margin-top: 60px;
  }
  h2,
  h3,
  h4 {
    line-height: 1.5;
  }
  h3 + p,
  h4 + p {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  h3 + .commonList {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  * + h2.title,
  * + .h2 {
    margin-top: 70px;
  }
  * + h3.title {
    margin-top: 30px;
  }
  * + h4.title {
    margin-top: 50px;
  }
  h2.title {
    font-size: 28px;
    padding: 19px 20px 19px 35px;
  }
  h2.title:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 30px;
    border-radius: 0 100% 100% 0%/50%;
    background: #1b65ac;
    position: absolute;
    left: -7px;
    top: calc(50% - 15px);
  }
  h3.title {
    border-bottom: 2px solid #1b65ac;
    font-size: 26px;
    padding-bottom: 20px;
  }
  h4.title {
    font-size: 22px;
    padding-left: 18px;
  }
  h4.title:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 75%;
    background-color: #1b65ac;
    position: absolute;
    top: 5px;
    left: 0;
    border-radius: 3px;
  }
  .h2 {
    font-size: 28px;
    padding: 19px 20px 19px 35px;
  }
  .h2:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 30px;
    border-radius: 0 100% 100% 0%/50%;
    background: #1b65ac;
    position: absolute;
    left: -7px;
    top: calc(50% - 15px);
  }
  ul.commonList li {
    padding-left: 22px;
    position: relative;
  }
  ul.commonList li:not(:first-of-type) {
    margin-top: 30px;
  }
  ul.commonList li:before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: #5975b6;
    position: absolute;
    margin: auto;
    top: 12px;
    left: 6px;
    border-radius: 50%;
  }
  ol li {
    padding-left: 30px;
    counter-increment: mycounter;
  }
  ol li:before {
    content: counter(mycounter) ".";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    color: #1b65ac;
    font-weight: 500;
  }
  ol li:not(:first-of-type) {
    margin-top: 16px;
  }
  section + section {
    margin-top: 70px;
  }
  * + .commonList,
  * + .linkList,
  * + .colorBox,
  * + .borderBox,
  * + .commonTable {
    margin-top: 20px;
  }
  * + .borderBox {
    margin-top: 20px;
  }
  * + ol {
    margin-top: 20px;
  }
  * + .imgLine2,
  * + .imgLine3,
  * + .imgLine4,
  * + .imgLine5,
  * + .twoCol {
    margin-top: 20px;
  }
  a.icon {
    display: inline-block;
    position: relative;
    padding-right: 25px;
  }
  a.icon:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 0;
    position: absolute;
    right: 0px;
    top: 0.3em;
  }
  a.icon[href$=pdf]:after {
    background-image: url(../images/common/icon_pdf.svg);
  }
  a.icon[href$=doc]:after, a.icon[href$=docx]:after {
    background-image: url(../images/common/icon_word.svg);
  }
  a.icon[href$=xls]:after, a.icon[href$=xlsx]:after {
    background-image: url(../images/common/icon_excel.svg);
  }
  a.icon.front {
    padding-left: 25px;
    padding-right: 0;
  }
  a.icon.front:after {
    left: 0px;
  }
  .iconBlank {
    display: inline-block;
    width: 13px;
    height: 13px;
    background: url("../images/common/icon_brank.svg") no-repeat 0 0;
    background-size: cover;
    vertical-align: middle;
    margin-left: 10px;
    position: relative;
    top: -2px;
  }
  * + .btnWrap {
    margin-top: 60px;
  }
  .btnWrap {
    gap: 0 40px;
    justify-content: center;
  }
  .btnWrap .commonBtn + .commonBtn {
    margin-left: 0;
  }
  .commonBtn {
    width: auto;
    min-width: 310px;
    font-size: 18px;
    padding: 13px 40px;
    border: 1px solid #1b65ac;
    transition: 0.3s;
  }
  .commonBtn:after {
    content: "";
    display: inline-block;
    background: url(../images/common/arrow_w.svg) no-repeat center/cover;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 20px;
    top: calc(50% - 6px);
  }
  .commonBtn:hover {
    color: #1b65ac !important;
    background: #fff;
  }
  .commonBtn:hover:after {
    background: url(../images/common/arrow.svg) no-repeat center/cover;
  }
  .commonBtn[target=_blank]:after {
    content: "";
    display: inline-block;
    background: url(../images/common/icon_brank_w.svg) no-repeat center/cover;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 14px;
    top: calc(50% - 8px);
  }
  .commonBtn[target=_blank]:hover:after {
    background: url(../images/common/icon_brank.svg) no-repeat center/cover;
  }
  .commonBtn[href$=".pdf"]:after {
    content: "";
    display: inline-block;
    background: url(../images/common/icon_pdf_w.svg) no-repeat center/cover;
    width: 24px;
    height: 29px;
    position: absolute;
    right: 20px;
    top: calc(50% - 15px);
  }
  .commonBtn[href$=".pdf"]:hover:after {
    background: url(../images/common/icon_pdf_b.svg) no-repeat center/cover;
  }
  .backBtn {
    width: 100%;
    max-width: 310px;
    font-size: 18px;
    padding: 13px 40px;
    border: 1px solid #1b65ac;
    transition: 0.3s;
  }
  .backBtn:after {
    content: "";
    display: inline-block;
    background: url(../images/common/arrow_w.svg) no-repeat center/cover;
    width: 12px;
    height: 12px;
    position: absolute;
    left: 20px;
    top: calc(50% - 6px);
    transform: scale(-1, 1);
  }
  .backBtn:hover {
    color: #1b65ac !important;
    background: #fff;
  }
  .backBtn:hover:after {
    background: url(../images/common/arrow.svg) no-repeat center/cover;
  }
  .ichiranBtn {
    width: 100%;
    max-width: 260px;
    font-size: 18px;
    padding: 14px 20px;
    border: 1px solid #1b65ac;
    transition: 0.3s;
  }
  .ichiranBtn span {
    display: inline-block;
    position: relative;
    padding-left: 30px;
  }
  .ichiranBtn span:after {
    content: "";
    display: inline-block;
    background: url(../images/common/icon_ichiran.png) no-repeat center/cover;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0px;
    top: calc(50% - 8px);
    transition: 0.3s;
  }
  .ichiranBtn:hover {
    background: #1b65ac;
    color: #fff;
  }
  .ichiranBtn:hover span:after {
    background: url(../images/common/icon_ichiran_w.png) no-repeat center/cover;
  }
  .smallBtn {
    display: inline-block;
    text-align: center;
    font-weight: 700;
    background-color: #333333;
    font-size: 15px;
    padding: 6px 40px;
    border: 1px solid #333;
    transition: 0.3s;
    min-width: 186px;
  }
  .smallBtn:after {
    content: "";
    display: inline-block;
    background: url(../images/common/arrow_w.svg) no-repeat center/cover;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 20px;
    top: calc(50% - 6px);
  }
  .smallBtn:hover {
    background-color: #fff;
    color: #333 !important;
  }
  .smallBtn:hover:after {
    background: url(../images/common/arrow_b.svg) no-repeat center/cover;
  }
  .btnWrap {
    margin-top: 70px;
    text-align: center;
  }
  p .commonBtn + .commonBtn {
    margin-left: 40px;
  }
  .imgLine2 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  .imgLine2 li {
    flex: 1;
  }
  .imgLine2 li img {
    max-width: 100%;
  }
  .imgLine2.small {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .imgLine3 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  .imgLine3 li {
    flex: 1;
  }
  .imgLine3 li img {
    max-width: 100%;
  }
  .imgLine4 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  .imgLine4 li {
    width: calc(25% - 20px);
  }
  .imgLine4 li img {
    max-width: 100%;
  }
  .imgLine5 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  .imgLine5 li {
    width: calc(20% - 16px);
  }
  .imgLine5 li img {
    max-width: 100%;
  }
  .imgInP {
    overflow: hidden;
  }
  .imgInP .img {
    max-width: 360px;
  }
  .imgInP .img img {
    width: 100%;
    height: auto;
  }
  .imgInP .img .cap {
    display: block;
    font-size: 12px;
    margin-top: 10px;
    color: #333333;
    text-align: left;
  }
  .imgInP .img.left {
    float: left;
    margin-right: 50px;
  }
  .imgInP .img.right {
    float: right;
    margin-left: 50px;
  }
  * + .colImgFixed {
    margin-top: 30px;
  }
  .colImgFixed {
    align-items: center;
  }
  .colImgFixed > *.colImg {
    flex: none;
  }
  .colImgFixed > *:nth-child(odd) {
    margin-right: 97px;
  }
  .colImgFixed > *:nth-child(n+3) {
    margin-top: 30px;
  }
  .twoCol {
    display: flex;
  }
  .twoCol .txt {
    flex: 1;
  }
  .twoCol .txt *:nth-child(1) {
    margin-top: 0;
  }
  .twoCol .txt + .img {
    margin-left: 40px;
  }
  .twoCol .txt + .txt {
    margin-left: 40px;
  }
  .twoCol .img {
    max-width: calc(50% - 20px);
  }
  .twoCol .img + .img {
    margin-left: 40px;
  }
  .twoCol .img + .txt {
    margin-left: 40px;
  }
  .twoCol .img img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .twoCol .cap {
    display: block;
    font-size: 12px;
    margin-top: 10px;
    color: #333333;
    text-align: left;
  }
  .colorBox {
    padding: 30px 40px;
  }
  .colorBox .title {
    font-weight: bold;
    font-size: 18px;
    position: relative;
  }
  .colorBox * + .title {
    margin-top: 10px;
  }
  .colorBox .cont {
    margin-top: 15px;
  }
  .colorBox .cont * + p {
    margin: 10px 0 0;
  }
  .borderBox {
    padding: 40px 80px;
  }
  .borderBox .title {
    font-weight: bold;
    font-size: 20px;
    position: relative;
    padding-bottom: 10px;
    text-align: center;
  }
  .borderBox .title:before {
    content: "";
    display: inline-block;
    background-color: #a89f9b;
    width: 42px;
    height: 1px;
    position: absolute;
    left: calc(50% - 21px);
    bottom: 0px;
  }
  .borderBox * + .title {
    margin-top: 30px;
  }
  .borderBox .cont {
    margin-top: 30px;
  }
  .borderBox .cont * + p {
    margin: 10px 0 0;
  }
  .commonTable td.wFix,
  .commonTable th.wFix {
    width: 150px;
  }
  .commonTable th {
    padding: 15px 20px;
  }
  .commonTable td {
    padding: 15px 20px;
  }
  .scrollTable {
    margin-top: 50px;
  }
  .scrollText {
    font-size: 12px;
    display: block;
    text-align: right;
    margin: 30px 0 -20px;
  }
  .iframeWrap {
    max-width: 780px;
    margin: 0 auto;
  }
  .iframeBox {
    position: relative;
    padding-bottom: 56.25%;
    margin-top: 40px;
  }
  .iframeBox iframe,
  .iframeBox video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 0;
  }
  * + dl.commonList {
    margin-top: 40px;
  }
  dl.commonList > div {
    display: flex;
  }
  dl.commonList > div:nth-child(1) > dt,
  dl.commonList > div:nth-child(1) dd {
    padding-top: 0;
  }
  dl.commonList > div:last-of-type dt,
  dl.commonList > div:last-of-type dd {
    border-bottom: none;
  }
  dl.commonList > div > dt {
    width: 170px;
    font-size: 16px;
    flex: none;
    border-bottom: 1px solid #1b65ac;
    padding: 18px 20px 18px 0;
  }
  dl.commonList > div > dd {
    flex: 1;
    border-bottom: 1px solid #acc1d7;
    padding: 18px 0;
  }
  dl.commonList > div > dd dl > div {
    display: flex;
    gap: 20px;
  }
  dl.commonList > div > dd dl > div + div {
    margin-top: 5px;
  }
  dl.commonList > div > dd dl > div dt {
    width: 190px;
    flex: none;
  }
  dl.commonList > div > dd dl > div dd {
    flex: 1;
  }
  /* common class */
  .pointerNone {
    cursor: default;
    text-decoration: none;
  }
  .taC {
    text-align: center !important;
  }
  .taL {
    text-align: left !important;
  }
  .taR {
    text-align: right !important;
  }
  .Center {
    margin: 0 auto !important;
  }
  .ovh {
    overflow: hidden !important;
  }
  .mw100 {
    max-width: 100% !important;
    width: auto !important;
  }
  .w100p {
    width: 100% !important;
  }
  .w50p {
    width: 50% !important;
  }
  .pT0 {
    padding-top: 0 !important;
  }
  .mB0 {
    margin-bottom: 0 !important;
  }
  .mB5 {
    margin-bottom: 5px !important;
  }
  .mB10 {
    margin-bottom: 10px !important;
  }
  .mB20 {
    margin-bottom: 20px !important;
  }
  .mB30 {
    margin-bottom: 30px !important;
  }
  .mB40 {
    margin-bottom: 40px !important;
  }
  .mB50 {
    margin-bottom: 50px !important;
  }
  .mT0 {
    margin-top: 0 !important;
  }
  .mT5 {
    margin-top: 5px !important;
  }
  .mT10 {
    margin-top: 10px !important;
  }
  .mT20 {
    margin-top: 20px !important;
  }
  .mT30 {
    margin-top: 30px !important;
  }
  .mT40 {
    margin-top: 40px !important;
  }
  .mT50 {
    margin-top: 50px !important;
  }
  .mT60 {
    margin-top: 60px !important;
  }
  .mL0 {
    margin-left: 0px !important;
  }
  .mL5 {
    margin-left: 5px !important;
  }
  .mL10 {
    margin-left: 10px !important;
  }
  .mL20 {
    margin-left: 20px !important;
  }
  .mL30 {
    margin-left: 30px !important;
  }
  .mL40 {
    margin-left: 40px !important;
  }
  .mL50 {
    margin-left: 50px !important;
  }
  .mR0 {
    margin-right: 0px !important;
  }
  .mR5 {
    margin-right: 5px !important;
  }
  .mR10 {
    margin-right: 10px !important;
  }
  .mR20 {
    margin-right: 20px !important;
  }
  .mR30 {
    margin-right: 30px !important;
  }
  .mR40 {
    margin-right: 40px !important;
  }
  .mR50 {
    margin-right: 50px !important;
  }
  .mB0_pc {
    margin-bottom: 0 !important;
  }
  .mB5_pc {
    margin-bottom: 5px !important;
  }
  .mB10_pc {
    margin-bottom: 10px !important;
  }
  .mB20_pc {
    margin-bottom: 20px !important;
  }
  .mB30_pc {
    margin-bottom: 30px !important;
  }
  .mB40_pc {
    margin-bottom: 40px !important;
  }
  .mB50_pc {
    margin-bottom: 50px !important;
  }
  .mT0_pc {
    margin-top: 0 !important;
  }
  .mT5_pc {
    margin-top: 5px !important;
  }
  .mT10_pc {
    margin-top: 10px !important;
  }
  .mT20_pc {
    margin-top: 20px !important;
  }
  .mT30_pc {
    margin-top: 30px !important;
  }
  .mT40_pc {
    margin-top: 40px !important;
  }
  .mT50_pc {
    margin-top: 50px !important;
  }
  .mT100_pc {
    margin-top: 100px !important;
  }
  .mL0_pc {
    margin-left: 0px !important;
  }
  .mL5_pc {
    margin-left: 5px !important;
  }
  .mL10_pc {
    margin-left: 10px !important;
  }
  .mL20_pc {
    margin-left: 20px !important;
  }
  .mL30_pc {
    margin-left: 30px !important;
  }
  .mL40_pc {
    margin-left: 40px !important;
  }
  .mL50_pc {
    margin-left: 50px !important;
  }
  .mR0_pc {
    margin-right: 0px !important;
  }
  .mR5_pc {
    margin-right: 5px !important;
  }
  .mR10_pc {
    margin-right: 10px !important;
  }
  .mR20_pc {
    margin-right: 20px !important;
  }
  .mR30_pc {
    margin-right: 30px !important;
  }
  .mR40_pc {
    margin-right: 40px !important;
  }
  .mR50_pc {
    margin-right: 50px !important;
  }
  .size12 {
    font-size: 12px !important;
  }
  .size14 {
    font-size: 14px !important;
  }
  .size16 {
    font-size: 16px !important;
  }
  .size18 {
    font-size: 18px !important;
  }
  .size20 {
    font-size: 20px !important;
  }
  .taC_pc {
    text-align: center !important;
  }
  .w50p_pc {
    width: 50% !important;
  }
  .imgS {
    max-width: 50% !important;
  }
  .bold {
    font-weight: bold !important;
  }
  .underline {
    text-decoration: underline !important;
  }
  .bdb {
    border-bottom: 2px solid #004aa4;
  }
  .fontL {
    font-size: 1.2em;
  }
  .fontS {
    font-size: 0.8em;
  }
  .floatL {
    float: left;
  }
  .floatR {
    float: right;
  }
  a {
    word-break: break-all !important;
  }
  .preBox {
    background: #eff0f4;
    border: 1px solid #1b65ac;
    padding: 15px;
    box-sizing: border-box;
    clear: both;
    overflow: hidden;
    margin-top: 30px;
    font-family: Arial, sans-serif;
    line-height: 1.8;
  }
  .preBox pre {
    overflow: auto;
    white-space: pre-wrap;
    word-wrap: break-word;
    -moz-text-align-last: auto;
         text-align-last: auto;
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .relationList li {
    width: 100%;
  }
  .singleContents .has-inline-color.has-luminous-vivid-orange-color {
    color: #1b65ac !important;
  }
  .singleContents .inner > *:first-child {
    margin-top: 0;
  }
  .singleContents p + .wp-block-gallery {
    margin-top: 10px;
  }
  h2,
  h3,
  h4 {
    line-height: 1.5;
  }
  a.icon {
    display: inline-block;
    position: relative;
    padding-right: 25px;
  }
  a.icon:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 0;
    position: absolute;
    right: 0px;
    top: 0.3em;
  }
  a.icon[href$=pdf]:after {
    background-image: url(../images/common/icon_pdf.svg);
  }
  a.icon[href$=doc]:after, a.icon[href$=docx]:after {
    background-image: url(../images/common/icon_word.svg);
  }
  a.icon[href$=xls]:after, a.icon[href$=xlsx]:after {
    background-image: url(../images/common/icon_excel.svg);
  }
  a.icon.front {
    padding-left: 25px;
    padding-right: 0;
  }
  a.icon.front:after {
    left: 0px;
  }
  .iconBlank {
    display: inline-block;
    width: 13px;
    height: 13px;
    background: url("../images/common/icon_brank.svg") no-repeat 0 0;
    background-size: cover;
    vertical-align: middle;
    margin-left: 10px;
    position: relative;
    top: -2px;
  }
  .btnWrap {
    flex-direction: column;
    align-items: center;
    gap: 40px 0;
  }
  .imgLine2 li img {
    max-width: 100%;
  }
  .imgLine3 li img {
    max-width: 100%;
  }
  .imgLine4 li img {
    max-width: 100%;
  }
  .imgLine5 li img {
    max-width: 100%;
  }
  .imgInP .img .cap {
    display: block;
    font-size: 12px;
    margin-top: 10px;
    color: #333333;
    text-align: left;
  }
  .colImgFixed {
    flex-direction: column;
  }
  .colImgFixed > * {
    width: 100%;
  }
  .colImgFixed > *.colText {
    order: 1;
    margin-top: 30px;
  }
  .colImgFixed > *.colImg {
    order: 0;
  }
  .colImgFixed > *:nth-child(odd) {
    margin-right: 0;
  }
  .twoCol .cap {
    display: block;
    font-size: 12px;
    margin-top: 10px;
    color: #333333;
    text-align: left;
  }
  .scrollText {
    font-size: 12px;
    display: block;
    text-align: right;
    margin: 30px 0 -20px;
  }
  .iframeBox {
    position: relative;
    padding-bottom: 56.25%;
  }
  .iframeBox iframe,
  .iframeBox video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 0;
  }
  dl.commonList > div > dd dl > div {
    flex-direction: column;
    gap: 0;
  }
  dl.commonList > div > dd dl > div dt {
    width: 100%;
  }
  dl.commonList > div > dd dl > div dd {
    flex: 1;
  }
  /* common class */
  .pointerNone {
    cursor: default;
    text-decoration: none;
  }
  .taC {
    text-align: center !important;
  }
  .taL {
    text-align: left !important;
  }
  .taR {
    text-align: right !important;
  }
  .Center {
    margin: 0 auto !important;
  }
  .ovh {
    overflow: hidden !important;
  }
  .mw100 {
    max-width: 100% !important;
    width: auto !important;
  }
  .w100p {
    width: 100% !important;
  }
  .w50p {
    width: 50% !important;
  }
  .pT0 {
    padding-top: 0 !important;
  }
  .mB0 {
    margin-bottom: 0 !important;
  }
  .mB5 {
    margin-bottom: 5px !important;
  }
  .mB10 {
    margin-bottom: 10px !important;
  }
  .mB20 {
    margin-bottom: 20px !important;
  }
  .mB30 {
    margin-bottom: 30px !important;
  }
  .mB40 {
    margin-bottom: 40px !important;
  }
  .mB50 {
    margin-bottom: 50px !important;
  }
  .mT0 {
    margin-top: 0 !important;
  }
  .mT5 {
    margin-top: 5px !important;
  }
  .mT10 {
    margin-top: 10px !important;
  }
  .mT20 {
    margin-top: 20px !important;
  }
  .mT30 {
    margin-top: 30px !important;
  }
  .mT40 {
    margin-top: 40px !important;
  }
  .mT50 {
    margin-top: 50px !important;
  }
  .mT60 {
    margin-top: 60px !important;
  }
  .mL0 {
    margin-left: 0px !important;
  }
  .mL5 {
    margin-left: 5px !important;
  }
  .mL10 {
    margin-left: 10px !important;
  }
  .mL20 {
    margin-left: 20px !important;
  }
  .mL30 {
    margin-left: 30px !important;
  }
  .mL40 {
    margin-left: 40px !important;
  }
  .mL50 {
    margin-left: 50px !important;
  }
  .mR0 {
    margin-right: 0px !important;
  }
  .mR5 {
    margin-right: 5px !important;
  }
  .mR10 {
    margin-right: 10px !important;
  }
  .mR20 {
    margin-right: 20px !important;
  }
  .mR30 {
    margin-right: 30px !important;
  }
  .mR40 {
    margin-right: 40px !important;
  }
  .mR50 {
    margin-right: 50px !important;
  }
  .bold {
    font-weight: bold !important;
  }
  .underline {
    text-decoration: underline !important;
  }
  .bdb {
    border-bottom: 2px solid #004aa4;
  }
  .fontL {
    font-size: 1.2em;
  }
  .fontS {
    font-size: 0.8em;
  }
  .floatL {
    float: left;
  }
  .floatR {
    float: right;
  }
  a {
    word-break: break-all !important;
  }
  .preBox {
    background: #eff0f4;
    border: 1px solid #1b65ac;
    padding: 15px;
    box-sizing: border-box;
    clear: both;
    overflow: hidden;
    margin-top: 30px;
    font-family: Arial, sans-serif;
    line-height: 1.8;
  }
  .preBox pre {
    overflow: auto;
    white-space: pre-wrap;
    word-wrap: break-word;
    -moz-text-align-last: auto;
         text-align-last: auto;
  }
}
/*# sourceMappingURL=map/second.css.map */
