@charset "UTF-8";

/* ---------------------------------------------------------
共通パーツ
----------------------------------------------------------*/
.cmn-block {
  padding: 0 3vw;
  margin-top: 50px;
  margin-bottom: 60px;
}

.cmn-block#news-year-list .cmn-title-h2{
  margin-bottom: 0;
}

.cmn-block#news-year-list .cmn-block{
  padding: 0;
}

.m--weight-bold {
  font-weight: 700!important;
}

.m--weight-normal {
  font-weight: 400!important;
}

.m--fsz-tiny {
  font-size: 1.2rem!important;
  line-height: 24px!important;
}

.m--fsz-small {
  font-size: 1.6rem!important;
  line-height: 28px!important;
}

.m--fsz-mid {
  font-size: 1.8rem!important;
}

.m--fsz-large {
  font-size: 2rem!important;
}

.m--align-left {
  text-align: left!important;
}

.m--align-left a {
  text-decoration: underline;
}

.m--align-center {
  text-align: center!important;
}

.m--align-right {
  text-align: right!important;
}

.m--border {
  padding: 20px 15px;
  border: 1px solid #DDDDDD;
}

.m--max-890 {
  max-width: 890px;
}

em {
  margin-left: 15px;
}

.cmn-title-block-inner {
  padding: 30px 3vw;
}

.cmn-title-title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 100px;
  padding: 0 3vw;
  background-color: #1D2088;
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 28px;
}

.cmn-title-h2 {
  display: inline-block;
  position: relative;
  color: #000;
  word-wrap: break-word;
  font-family: "Noto Sans JP";
  font-size: 2.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 2.08px;
  text-align: left;
  margin-bottom: 34px;
  width: 100%;
}

.cmn-title-h2::before {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 1px;
  transform: scaleY(2);
  background: #DDD;
  content: "";
}

.cmn-title-h2::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 120px;
  height: 1px;
  transform: scaleY(2);
  background: #1D2088;
  background: linear-gradient(90deg, #01AFEC 0%, #1D2088 100%);
  content: "";
}

.cmn-title-h3 {
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 33px;
  padding: 6px 0;
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 140%; 
  letter-spacing: 1.76px;
  text-align: left;
  margin-top: 40px;
  margin-bottom: 30px;
  height: auto;
  &::before {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 120px;
    height: 1px;
    transform: scaleY(2);
    background: #0D72C1;
  }
}

.cmn-title-h4 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  height: 30px;
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 1.6px;
  text-align: left;
  margin-top: 40px;
  margin-bottom: 30px;
  height: auto;
}

.cmn-title-h4::before {
  display: block;
  width: 2px;
  height: 18px;
  margin-right: 12px;
  margin-top: 6px;
  background: #00AFEC;
  content: "";
  flex-shrink: 0;
}

.cmn-document-block-inner {
  padding: 0 3vw;
}

.cmn-document-title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 100px;
  padding: 0 3vw;
  background-color: #1D2088;
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 28px;
  text-align: left;
}

.cmn-document-box {
  margin: 25px 0 40px;
  padding: 30px 15px;
  background-color: #F2F2F2;
}

.cmn-document-box-txt {
  margin-bottom: 30px;
  color: #000;
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 0.08em;
  line-height: 32px;
  text-align: left;
}

.cmn-document-box-txt:last-child {
  margin-bottom: 0;
}

.cmn-document-list {
  margin-bottom: 30px;
}

.cmn-document-list__item {
  color: #000;
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 0.08em;
  line-height: 32px;
  text-align: left;
}

.cmn-document-box-txt {
  color: #000;
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 0.08em;
  line-height: 32px;
  text-align: left;
}

.cmn-document-txt {
  margin-bottom: 30px;
  color: #000;
  letter-spacing: 0.08em;
  line-height: 32px;
}

.txt-indent1 {
  padding-left: 2em;
}

.txt-indent2 {
  padding-left: 4em;
}

.txt-indent3 {
  padding-left: 6em;
}

.cmn-bulletsVertical-block-inner {
  padding: 35px 3vw;
}

.cmn-bulletsVertical-title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 100px;
  padding: 0 3vw;
  background-color: #1D2088;
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 28px;
}

.cmn-bulletsVertical-list {
  margin-bottom: 35px;
  padding: 30px 15px;
  background-color: #F2F2F2;
}

.cmn-bulletsVertical-list__item {
  color: #000;
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 0.08em;
  line-height: 32px;
  text-align: left;
}

.cmn-bulletsVertical-heading {
  margin-bottom: 15px;
  color: #000;
  font-size: 2rem;
  font-weight: normal;
  line-height: 32px;
  text-align: left;
  text-decoration: underline;
}

.cmn-bulletsVertical-heading a:hover {
  opacity: 0.7;
}

.cmn-bulletsVertical-heading i {
  position: relative;
}

.cmn-bulletsVertical-heading i::after {
  position: absolute;
  top: 5px;
  right: -22px;
  width: 10px;
  height: 17px;
  background: url(/module/images/icn-blue-menu.png);
  background-position: center;
  background-size: cover;
  background-size: 10px 17px;
  content: "";
}

.cmn-bulletsVertical-txt {
  margin-bottom: 25px;
  color: #000;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 28px;
  text-align: left;
}

.cmn-bulletsVertical-explanation {
  margin-bottom: 25px;
  padding: 20px 15px;
  border: 1px solid #DDDDDD;
  border-radius: 6px;
}

.cmn-bulletsVertical-explanation-txt {
  height: 80px;
  color: #000;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 28px;
  text-align: left;
}

.cmn-bulletsVertical-img-box {
  margin-bottom: 55px;
}

.cmn-bulletsVertical-img-box-txt {
  width: 343px;
  height: 24px;
  color: #000;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 28px;
  text-align: center;
}

.cmn-bulletsVertical-sub-list {
  margin-bottom: 30px;
  padding-left: 2em;
}

.cmn-bulletsVertical-sub-list__item {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 28px;
  margin-bottom: 25px;
}

.cmn-bulletsVertical-sub-list__item p.m--weight-bold span{
  color: #333;
}

.cmn-bulletsVertical-sub-list__item a {
  text-decoration: underline;
}

.cmn-bulletsVertical-sub-list__item i {
  position: relative;
}

.cmn-bulletsVertical-sub-list__item i::after  {
    position: absolute;
    top: 2px;
    right: -25px;
    width: 10px;
    height: 17px;
    background: url(/module/images/icn-blue-menu.png);
    background-position: center;
    background-size: cover;
    background-size: 10px 17px;
    content: "";
  }

.cmn-bulletsVertical-sub-list__item:last-child {
  margin-bottom: 0;
}

.cmn-bulletsVertical-sub-list__item a {
  margin-bottom: 25px;
}

.list-marker {
  list-style-type: disc;
}
.ol-firstlayer-marker {
  list-style-type: decimal;
  font-size: 15px;
}
.ol-firstlayer-romaji li {
  list-style: lower-roman;
}
.ol-firstlayer-alphabet li {
  list-style: lower-alpha;
}
ul.cmn-bulletsVertical-second-list li {
  list-style: disc;
}
.ol-secondlayer-marker li {
  list-style-type: decimal;
}
.ol-secondlayer-alphabet li {
  list-style: lower-alpha;
}
.ol-secondlayer-romaji li {
  list-style: lower-roman;
}
.ol-thirdlayer-marker li {
  list-style-type: decimal;
}
.ol-thirdlayer-alphabet li {
  list-style: lower-alpha;
}
.ol-thirdlayer-romaji li {
  list-style: lower-roman;
}
ul.cmn-bulletsVertical-third-list li {
  list-style: disc;
}
.secondlayer {
  padding-left: 2em;
}

.cmn-bulletsVertical-second-list__item {
  margin-bottom: 10px;
}

.cmn-bulletsVertical-third-list__item {
  color: #000;
}

.cmn-bulletsVertical-third-list__item a {
  text-decoration: underline;
}

.cmn-bulletsVertical-third-list__item i {
  position: relative;
}

.cmn-bulletsVertical-third-list__item i::after  {
    position: absolute;
    top: 2px;
    right: -25px;
    width: 10px;
    height: 17px;
    background: url(/module/images/icn-blue-menu.png);
    background-position: center;
    background-size: cover;
    background-size: 10px 17px;
    content: "";
  }

.cmn-bulletsVertical-second-list__item a {
  color: #000;
}

.cmn-bulletsVertical-second-list__item a:hover {
  opacity: 0.7;
}

.cmn-bulletsVertical-second-list__item {
  color: #000;
  line-height: 28px;
}

.cmn-bulletsVertical-second-list__item a {
  text-decoration: underline;
}

.cmn-bulletsVertical-second-list__item i {
  position: relative;
}

.cmn-bulletsVertical-second-list__item i::after {
  position: absolute;
  top: 2px;
  right: -25px;
  width: 10px;
  height: 17px;
  background: url(/module/images/icn-blue-menu.png);
  background-position: center;
  background-size: cover;
  background-size: 10px 17px;
  content: "";
}

.cmn-bulletsSide-block-inner {
  padding: 35px 3vw;
}

.cmn-bulletsSide-title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 100px;
  padding: 0 3vw;
  background-color: #1D2088;
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 28px;
}

.cmn-bulletsSide-box {
  margin-bottom: 35px;
  padding: 30px 15px;
  background-color: #F2F2F2;
}

.cmn-bulletsSide-box-txt {
  color: #000;
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 0.08em;
  line-height: 32px;
  text-align: left;
}

.cmn-bulletsSide-list {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.cmn-bulletsSide-list__item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 15px;
  color: #000;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 26px;
  text-align: left;
  margin-right: 15px;
}

.cmn-definitionList-block-inner {
  padding: 35px 3vw;
}

.cmn-definitionList-title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 100px;
  padding: 0 3vw;
  background-color: #1D2088;
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 28px;
}

.cmn-definitionList-list {
  margin-bottom: 35px;
  padding: 30px 15px;
  background-color: #F2F2F2;
}

.cmn-definitionList-list__item {
  color: #000;
  font-family: "Noto Sans CJK JP";
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.08em;
  line-height: 32px;
  text-align: left;
}

.cmn-definitionList-data {
  margin-bottom: 25px;
}

.cmn-definitionList-data__head {
  margin-bottom: 15px;
  color: #000;
  font-size: 2rem;
  font-weight: normal;
  line-height: 32px;
  text-align: left;
  text-decoration: underline;
}

.cmn-definitionList-data__head a:hover {
  opacity: 0.7;
}

.cmn-definitionList-data__head i {
  position: relative;
}

.cmn-definitionList-data__head i::after {
  position: absolute;
  top: 6px;
  right: -25px;
  width: 10px;
  height: 17px;
  background: url(/module/images/icn-blue-menu.png);
  background-position: center;
  background-size: cover;
  background-size: 10px 17px;
  content: "";
}

.cmn-definitionList-data__body {
  width: 343px;
  height: 220px;
  color: #000;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 28px;
  text-align: left;
}

.cmn-definitionList-sub-data__head {
  margin-bottom: 20px;
}

.cmn-definitionList-sub-data__body {
  margin-bottom: 25px;
  padding-left: 2em;
}

.cmn-definitionList-sub-data__body a {
  color: #000;
}

.cmn-definitionList-sub-data__body a:hover {
  opacity: 0.7;
}

.cmn-definitionList-sub-data__body.m--link {
  padding-right: 50px;
  position: relative;
  color: #000;
  font-size: 2rem;
  line-height: 32px;
  text-align: right;
  text-decoration: underline;
}

.cmn-definitionList-sub-data__body.m--link span {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  margin-left: 10px;
  padding: 0 0 0 16px;
  color: #000;
  font-size: 15px;
  text-decoration: none;
  vertical-align: middle;
}

.cmn-definitionList-sub-data__body.m--link i {
  display: inline-block;
  position: absolute;
}

.cmn-definitionList-sub-data__body.m--link span::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  width: 36px;
  height: 36px;
  border: 1px solid #DDDDDD;
  border-radius: 50%;
}

.cmn-definitionList-sub-data__body.m--link span::after {
  -webkit-transform: rotate(45deg);
  position: absolute;
  left: 12px;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  border-top: 2px solid #1D2088;
  border-right: 2px solid #1D2088;
}

.cmn-definitionList-sub-data__body.m--large {
  color: #000;
  font-size: 2rem;
  font-weight: bold;
  line-height: 32px;
  text-align: left;
}

.cmn-definitionList-sub-data__body.m--under {
  color: #000;
  font-size: 2rem;
  line-height: 32px;
  text-align: left;
  text-decoration: underline;
}

.cmn-definitionList-sub-data__body.m--under i {
  position: relative;
}

.cmn-definitionList-sub-data__body.m--under i::after {
  position: absolute;
  top: 4px;
  right: -25px;
  width: 10px;
  height: 17px;
  background: url(/module/images/icn-blue-menu.png);
  background-position: center;
  background-size: cover;
  background-size: 10px 17px;
  content: "";
}

.cmn-definitionList-sub-data__body.m--intermid {
  color: #000;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 28px;
  text-align: left;
}

.cmn-tabular-block-inner {
  padding: 35px 3vw;
}

.cmn-tabular-title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 100px;
  padding: 0 3vw;
  background-color: #1D2088;
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 28px;
}

.cmn-tabular-box {
  margin-bottom: 35px;
  padding: 30px 15px;
  background-color: #F2F2F2;
}

.cmn-tabular-box-txt {
  color: #000;
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 0.08em;
  line-height: 32px;
  text-align: left;
}

.cmn-tab-block-inner {
  padding: 35px 3vw;
}

.cmn-tab-title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 100px;
  padding: 0 3vw;
  background-color: #1D2088;
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 28px;
}

.cmn-tab-box {
  margin-bottom: 35px;
  padding: 30px 15px;
  background-color: #F2F2F2;
}

.cmn-tab-box-txt {
  color: #000;
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 0.08em;
  line-height: 32px;
  text-align: left;
}

.cmn-tab-list {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}

.cmn-tab-list__item {
  width: 44%;
  height: 40px;
  margin: 0 4% 10px 0;
  border: 1px solid #1D2088;
}

.cmn-tab-list__item a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #1d2088;
  font-family: "Noto Sans CJK JP";
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 32px;
  text-align: center;
  text-decoration: underline;
}

.cmn-tab-list__item a:hover {
  opacity: 0.7;
}

.cmn-tab-list__item.m--active a {
  background-color: #1D2088;
  color: #ffffff;
  text-decoration: none;
}

.cmn-tab-list__item:nth-child(2n) {
  margin-right: 0;
}

.cmn-link-block-inner {
  padding: 35px 3vw;
}

.cmn-link-title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 100px;
  padding: 0 3vw;
  background-color: #1D2088;
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 28px;
}

.cmn-link-box {
  margin-bottom: 35px;
  padding: 30px 15px;
  background-color: #F2F2F2;
}

.cmn-link-box-txt {
  color: #000;
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 0.08em;
  line-height: 32px;
  text-align: left;
}

.cmn-link-box-list {
  display: flex;
  flex-wrap: wrap;
}

.cmn-link-box-list__item {
  margin-bottom: 15px;
  width: 100%;
  color: #000;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 26px;
  text-align: left;
}

.cmn-link-box-list__item a {
  color: #000;
}

.cmn-link-box-list__item a:hover {
  opacity: 0.7;
}

.cmn-link-box-list__item.m--ib {
  display: inline-block;
  width: 50%;
}

.cmn-link-box-list__item:last-child {
  margin-bottom: 0;
}

.cmn-linkbtn-block-inner {
  padding: 35px 3vw;
}

.cmn-linkbtn-title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 100px;
  padding: 0 3vw;
  background-color: #1D2088;
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 28px;
}

.cmn-linkbtn-box {
  margin-bottom: 35px;
  padding: 30px 15px;
  background-color: #F2F2F2;
}

.cmn-linkbtn-box {
  color: #000;
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 0.08em;
  line-height: 32px;
  text-align: left;
}

.cmn-linkbtn-tree {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.cmn-linkbtn-tree-item {
  width: 32%;
  height: 40px;
  background-color: #1D2088;
}

.cmn-linkbtn-tree-item a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 24px;
  text-align: center;
  text-align: center;
}

.cmn-linkbtn-tree-item a:hover {
  opacity: 0.7;
}

.cmn-linkbtn-tow-item a:hover {
  opacity: 0.7;
}

.cmn-linkbtn-one-item a:hover {
  opacity: 0.7;
}

.cmn-linkbtn-tow {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  width: 70%;
  max-width: 250px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.cmn-linkbtn-tow-item {
  width: 44%;
  height: 40px;
  background-color: #1D2088;
}

.cmn-linkbtn-tow-item a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-family: "Noto Sans CJK JP";
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 24px;
  text-align: center;
  text-align: center;
}

.cmn-linkbtn-one-item {
  width: 105px;
  height: 40px;
  margin: 0 auto;
  background-color: #1D2088;
}

.cmn-linkbtn-one-item a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-family: "Noto Sans CJK JP";
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 24px;
  text-align: center;
  text-align: center;
}

.cmn-float-image-block-inner {
  padding: 35px 3vw;
}

.cmn-float-image-title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 100px;
  padding: 0 3vw;
  background-color: #1D2088;
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 28px;
}

.cmn-float-image-box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 35px;
  padding: 30px 15px;
  background-color: #F2F2F2;
}

.cmn-float-image-box-txt {
  color: #000;
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 0.08em;
  line-height: 32px;
  text-align: left;
}

.cmn-float-image-img-box {
  margin-bottom: 25px;
}

.cmn-float-image-img-box a {
  display: block;
}

.cmn-float-image-img-box:nth-child(3n) {
  margin-right: 0;
}

.cmn-float-image-img-box:last-child {
  margin-bottom: 0;
}

.cmn-image-block-inner {
  padding: 35px 3vw;
}

.cmn-image-title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 100px;
  padding: 0 3vw;
  background-color: #1D2088;
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 28px;
}

.cmn-image-box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 35px;
  padding: 30px 15px;
  background-color: #F2F2F2;
}

.cmn-image-txt {
  color: #000;
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 0.08em;
  line-height: 32px;
  text-align: left;
}

.cmn-image-list {
  margin-bottom: 30px;
  color: #000;
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 0.08em;
  line-height: 32px;
  text-align: left;
}

.cmn-image-txt {
  color: #000;
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 0.08em;
  line-height: 32px;
  text-align: left;
}

.cmn-image-area-inner {
  padding: 0 3vw;
  margin-bottom: 30px;
}

.cmn-image-area {
  margin-bottom: 20px;
}

.cmn-image-area a {
  display: block;
}

.cmn-image-area span {
  position: absolute;
}

.cmn-image-area:last-child {
  margin-bottom: 0;
}

.cmn-image-area img {
  max-width: 100%;
  vertical-align: bottom;
}

.cmn-image-figcaption {
  color: #000;
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 0.08em;
  line-height: 32px;
  text-align: center;
}

.cmn-auto-multicolumn-block-inner {
  padding: 35px 3vw;
}

.cmn-auto-multicolumn-title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 100px;
  padding: 0 3vw;
  background-color: #1D2088;
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 28px;
}

.cmn-auto-multicolumn-box {
  margin-bottom: 35px;
  padding: 30px 15px;
  background-color: #F2F2F2;
}

.cmn-auto-multicolumn-box-title {
  color: #000;
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 0.08em;
  line-height: 32px;
  text-align: left;
}

.cmn-auto-multicolumn-heading {
  margin-bottom: 15px;
  color: #000;
  font-size: 2rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 32px;
  text-align: left;
}

.cmn-auto-multicolumn-heading i {
  position: relative;
}

.cmn-auto-multicolumn-heading i::after {
  position: absolute;
  top: 4px;
  right: -15px;
  width: 10px;
  height: 17px;
  background: url(/module/images/icn-blue-menu.png);
  background-position: center;
  background-size: cover;
  background-size: 10px 17px;
  content: "";
}

.cmn-auto-multicolumn-contents {
  margin-bottom: 50px;
  .cmn-movie-contents-inner {
    flex-direction: column;
    .cmn-movie-contents-movie {
      padding-bottom: 56.25%;
      position: relative;
      max-width: inherit;
      width: 100%;
      height: 0; 
      iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
      }
    }
    .cmn-movie-contents-txt {
      width: 100%;
    }
    .cmn-movie-contents-link {
      margin-top: 1rem;
      width: 100%;
      max-width: inherit;
      text-align: center;
    }
  }
}

.cmn-auto-multicolumn-contents-img {
  width: 88px;
  margin-bottom: 15px;
}

.cmn-auto-multicolumn-contents-txt {
  margin-bottom: 15px;
  color: #000;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 28px;
  text-align: left;
}

.cmn-auto-multicolumn-contents-txt i {
  position: relative;
}

.cmn-auto-multicolumn-contents-txt i::after {
  position: absolute;
  top: 4px;
  right: -15px;
  width: 10px;
  height: 17px;
  background: url(/module/images/icn-blue-menu.png);
  background-position: center;
  background-size: cover;
  background-size: 10px 17px;
  content: "";
}

.cmn-auto-multicolumn-contents-list__item {
  margin-bottom: 30px;
}

.cmn-auto-multicolumn-contents-sub-list {
  color: #000;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 28px;
  text-align: left;
}

.cmn-auto-multicolumn-contents-sub-list__item {
  padding-left: 1em;
  text-indent: -1em;
}

.cmn-auto-multicolumn-contents-sub-list__item a {
  text-decoration: underline;
  color: #000;
}

.cmn-auto-multicolumn-contents-sub-list__item a:hover {
  opacity: 0.7;
}

.cmn-auto-multicolumn-contents-second-list {
  padding-left: 1em;
  margin-top: 30px;
}

.cmn-auto-multicolumn-contents-foot-list {
  margin-bottom: 15px;
  padding-left: 1em;
}

.cmn-auto-multicolumn-contents-foot-list__item {
  font-weight: normal;
  /* text-decoration: underline;*/
  font-size: 1.6rem;
  line-height: 28px;
  text-align: left;
  color: #000;
}

.cmn-auto-multicolumn-contents-foot-list__item a {
  color: #000;
  text-decoration: underline;
}

.cmn-auto-multicolumn-contents-foot-list__item a:hover {
  opacity: 0.7;
}

.cmn-auto-multicolumn-contents-foot-list__item i {
  position: relative;
}

.cmn-auto-multicolumn-contents-foot-list__item i::after {
  position: absolute;
  top: 3px;
  right: -22px;
  width: 10px;
  height: 17px;
  background: url(/module/images/icn-blue-menu.png);
  background-position: center;
  background-size: cover;
  background-size: 10px 17px;
  content: "";
}

.cmn-auto-multicolumn-data {
  margin-bottom: 15px;
}

.cmn-auto-multicolumn-data__head {
  margin-bottom: 15px;
  color: #000;
  font-size: 1.6rem;
  line-height: 28px;
  text-align: left;
  text-decoration: underline;
}

.cmn-auto-multicolumn-data__head a {
  color: #000;
}

.cmn-auto-multicolumn-data__head a:hover {
  opacity: 0.7;
}

.cmn-auto-multicolumn-data__head i {
  position: relative;
}

.cmn-auto-multicolumn-data__head i::after {
  position: absolute;
  top: 2px;
  right: -25px;
  width: 10px;
  height: 17px;
  background: url(/module/images/icn-blue-menu.png);
  background-position: center;
  background-size: cover;
  background-size: 10px 17px;
  content: "";
}

.cmn-auto-multicolumn-contents-second-list__item i {
  position: relative;
}

.cmn-auto-multicolumn-contents-second-list__item i::after {
  position: absolute;
  top: 2px;
  right: -15px;
  width: 10px;
  height: 17px;
  background: url(/module/images/icn-blue-menu.png);
  background-position: center;
  background-size: cover;
  background-size: 10px 17px;
  content: "";
}

.cmn-auto-multicolumn-data__body {
  color: #000;
  font-family: "Noto Sans CJK JP";
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 28px;
  text-align: left;
}

.cmn-auto-multicolumn-thumbnail-data__head {
  margin-bottom: 15px;
}

.cmn-auto-multicolumn-thumbnail-data__body {
  color: #000;
  font-family: "Noto Sans CJK JP";
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 28px;
  text-align: left;
}

.cmn-multicolumn-block-inner {
  padding: 35px 3vw;
}

.cmn-multicolumn-title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 100px;
  padding: 0 3vw;
  background-color: #1D2088;
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 28px;
}

.cmn-multicolumn-box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 35px;
  padding: 30px 15px;
  background-color: #F2F2F2;
}

.cmn-multicolumn-box-title {
  margin-bottom: 30px;
  color: #000;
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 0.08em;
  line-height: 32px;
  text-align: left;
}

.cmn-multicolumn-txt {
  color: #000;
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 0.08em;
  line-height: 32px;
  text-align: left;
}

.cmn-multicolumn-list {
  color: #000;
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 0.08em;
  line-height: 32px;
  text-align: left;
}

.cmn-three-block-inner,
.cmn-auto-multicolumn-contents {
  .parts-linkbtn-tow {
    max-width: inherit;
    width: 100%;
  }
}

.cmn-three-block-inner {
  padding: 0;
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  .cmn-movie-contents-link {
    margin-top: 1em;
    margin-left: inherit;
    max-width: inherit;
    width: 100%;
    text-align: center;
  }
  .cmn-movie-contents-inner,
  .cmn-movie-contents-box,
  .parts-movie-contents {
    flex-direction: column;
    overflow-wrap: break-word;
    max-width: inherit;
    .cmn-movie-contents-txt {
      width: auto;
    }
    .cmn-movie-contents-movie,
    .parts-movie-contents-img {
      padding-bottom: 56.25%;
      position: relative;
      max-width: inherit;
      width: 100%;
      height: 0; 
      iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
      }
    }
    .parts-movie-contents-txt {
      margin-top: 1em;
    }
  }
}

.cmn-three-block-inner .cmn-title-h3 {
  margin-top: 0px;
}

.cmn-three-block-inner .cmn-three-box {
  position: relative;
}

.cmn-three-block-inner .cmn-three-box i {
  position: relative;
}

.cmn-three-block-inner .cmn-three-box i::after {
  position: absolute;
  top: 50%;
  right: -24px;
  width: 12px;
  height: 12px;
  background-image:url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDEyIDEyIiBmaWxsPSJub25lIj4KICA8ZyBjbGlwLXBhdGg9InVybCgjY2xpcDBfMTAzXzEwMzUpIj4KICAgIDxwYXRoIGQ9Ik03LjQ1NDg3IDZMMyAxLjMzMzEyTDQuMjcyNTYgLTIuNTAzNTRlLTA3TDEwIDZMNC4yNzI1NiAxMkwzIDEwLjY2NjlMNy40NTQ4NyA2WiIgZmlsbD0iIzFEMjA4OCIvPgogIDwvZz4KICA8ZGVmcz4KICAgIDxjbGlwUGF0aCBpZD0iY2xpcDBfMTAzXzEwMzUiPgogICAgICA8cmVjdCB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9IndoaXRlIi8+CiAgICA8L2NsaXBQYXRoPgogIDwvZGVmcz4KPC9zdmc+');
  background-position: center;
  background-size: 12px 12px;
  content: "";
  transform: translateY(-50%);
}

.cmn-three-block-inner .cmn-three-box em.isRound,
.cmn-three-block-inner .cmn-three-box i.isRound {
  border-radius: 150px;
  border: 1px solid #DDD;
  width: 36px;
  height: 36px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  margin-left: 12px;
}

.cmn-three-block-inner .cmn-three-box i.isRound::after {
  position: relative;
  top: auto;
  right: auto;
  transform: translateY(0);
  display: block;
  transition: all 0.3s ease-in-out;
}

.cmn-three-title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 100px;
  padding: 0 3vw;
  background-color: #99DFF7;
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 28px;
  text-align: left;
}

@media print, screen and (max-width: 767px) {
  .cmn-three-box {
    width: 100%!important;
  }
}

.cmn-three-box:last-child {
  margin-bottom: 0;
}

.cmn-three-img {
  margin-bottom: 25px;
}

.cmn-three-title-h3 {
  margin-bottom: 15px;
  color: #000;
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 32px;
  text-align: left;
}

.cmn-three-txt {
  color: #000;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 28px;
  text-align: left;
}

.cmn-three-data__head {
  margin-bottom: 15px;
  color: #000;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 32px;
  text-align: left;
}

.cmn-three-data__body {
  color: #000;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 28px;
  text-align: left;
}

.cmn-three-list__item {
  width: 323px;
  height: 24px;
  margin-bottom: 5px;
  color: #000;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 28px;
  text-align: left;
}

.cmn-three-list__item:last-child {
  margin-bottom: 0;
}

.cmn-column-block-inner {
  padding: 35px 3vw;
}

.cmn-column-title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 100px;
  padding: 0 3vw;
  background-color: #1D2088;
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 28px;
}

.cmn-column-box {
  padding: 30px 15px;
  background-color: #F2F2F2;
}

.cmn-column-txt {
  color: #000;
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 0.08em;
  line-height: 32px;
  text-align: left;
}

.cmn-column-contents {
  padding: 30px 15px;
  background-color: #F5FCFF;
}

.cmn-column-contents-title {
  margin-bottom: 15px;
  color: #000;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 32px;
  text-align: left;
}

.cmn-column-contents-txt {
  width: 343px;
  height: 108px;
  margin-bottom: 15px;
  color: #000;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 28px;
  text-align: left;
}

.cmn-column-contents-img {
  margin-bottom: 30px;
}

.cmn-column-contents-list {
  margin-bottom: 30px;
}

.cmn-column-contents-list__item {
  margin-bottom: 5px;
  color: #000;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 28px;
  text-align: left;
}

.cmn-column-contents-list__item:last-child {
  margin-bottom: 0;
}

.cmn-column-contents-explanation {
  margin-bottom: 30px;
  color: #000;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 28px;
  text-align: left;
}

.cmn-column-contents-img-txt {
  margin-bottom: 15px;
  color: #000;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 28px;
  text-align: left;
}

.cmn-column-contents-data__head {
  margin-bottom: 15px;
  color: #000;
  font-size: 1.6rem;
  line-height: 28px;
  text-align: left;
  text-decoration: underline;
}

.cmn-column-contents-data__head a {
  color: #000;
}

.cmn-column-contents-data__head a:hover {
  opacity: 0.7;
}

.cmn-column-contents-data__head i {
  position: relative;
}

.cmn-column-contents-data__head i::after {
  position: absolute;
  top: 2px;
  right: -25px;
  width: 10px;
  height: 17px;
  background: url(/module/images/icn-blue-menu.png);
  background-position: center;
  background-size: cover;
  background-size: 10px 17px;
  content: "";
}

.cmn-column-contents-data__body {
  color: #000;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 28px;
  text-align: left;
}

.cmn-movie-block-inner {
  padding: 35px 3vw;
}

.cmn-movie-title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 100px;
  padding: 0 3vw;
  background-color: #1D2088;
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 28px;
}

.cmn-movie-box {
  padding: 30px 15px;
  background-color: #F2F2F2;
}

.cmn-movie-box-txt {
  color: #000;
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 0.08em;
  line-height: 32px;
  text-align: left;
}

.cmn-movie-contents {
  padding: 30px 15px;
  background-color: #F5FCFF;
  margin-bottom: 50px;
  .cmn-movie-contents-movie {
    padding-bottom: 56.25%;
    position: relative;
    max-width: inherit;
    width: 100%;
    height: 0; 
    iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 0;
    }
  }
  .cmn-movie-contents-link {
    margin-top: 1rem;
    width: 100%;
    text-align: center;
  }
}

.cmn-movie-contents-title {
  margin-bottom: 15px;
  color: #000;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 32px;
  text-align: left;
  &::after {
    content: "";
    margin-left: 8px;
    display: inline-block;
    background: url(/module/images/icn-blue-menu.png);
    background-position: center;
    background-size: cover;
    background-size: 10px 17px;
    width: 10px;
    height: 17px;
  }
}

.cmn-movie-contents-txt {
  margin-bottom: 15px;
  color: #000;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 28px;
  text-align: left;
}

.cmn-movie-contents-txt:last-child {
  margin-bottom: 0;
}

.cmn-movie-contents-link {
  color: #000;
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 28px;
  text-align: left;
  text-decoration: underline;
}

.cmn-movie-contents-link i {
  position: relative;
}

.cmn-movie-contents-link i::after {
  position: absolute;
  top: 2px;
  right: -25px;
  width: 10px;
  height: 17px;
  background: url(/module/images/icn-blue-menu.png);
  background-position: center;
  background-size: cover;
  background-size: 10px 17px;
  content: "";
}

.cmn-movie-contents-link a:hover {
  opacity: 0.7;
  color: #000;
}

.cmn-movie-contents-movie {
  margin-bottom: 15px;
  position: relative;
  max-width: 560px;
}

.cmn-movie-contents-box {
  margin-bottom: 20px;
}

.cmn-case-block-inner {
  padding: 35px 3vw 0;
}

.cmn-case-title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 100px;
  padding: 0 3vw;
  background-color: #1D2088;
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 28px;
}

.cmn-case-box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 15px;
  background-color: #F2F2F2;
}

.cmn-case-box-txt {
  color: #000;
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 0.08em;
  line-height: 32px;
  text-align: left;
}

.cmn-case-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
}

.cmn-case-contents-left {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  padding: 20px 15px 50px;
  background-color: #F5FCFF;
}

.cmn-case-contents-head {
  margin-bottom: 15px;
  color: #000;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 28px;
  text-align: left;
}

.cmn-case-contents-head i {
  position: relative;
}

.cmn-case-contents-head i::after {
  position: absolute;
  top: 7px;
  right: -20px;
  width: 10px;
  height: 17px;
  background: url(/module/images/icn-blue-menu.png);
  background-position: center;
  background-size: cover;
  background-size: 10px 17px;
  content: "";
}

.cmn-case-contents-title {
  margin-bottom: 15px;
  color: #000;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 24px;
  text-align: right;
}

.cmn-case-contents-txt {
  color: #000;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 24px;
  text-align: left;
}

.cmn-case-contents-right {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  padding: 20px 15px 50px;
  background-color: #E7F7FD;
}

.cmn-pagination-block-inner {
  padding: 35px 3vw;
}

.cmn-pagination-title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 100px;
  padding: 0 3vw;
  background-color: #1D2088;
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 28px;
}

.cmn-pagination-contents-box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 15px;
  background-color: #F2F2F2;
}

.cmn-pagination-contents-txt {
  color: #000;
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 0.08em;
  line-height: 32px;
  text-align: left;
}

.cmn-pagination-contents-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin: 40px auto 0;
}

.cmn-pagination-contents-list2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin: 40px auto 0;
}

.cmn-pagination-contents-list__item {
  position: relative;
}

.cmn-pagination-contents-list2__item-previous {
  position: relative;
}

.cmn-pagination-contents-list2__item-next {
  position: relative;
}

.cmn-pagination-contents-list__item a {
  color: #000;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 28px;
  text-align: left;
  text-decoration: underline;
}

.cmn-pagination-contents-list2__item-previous a {
  color: #000;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 28px;
  text-align: left;
  text-decoration: underline;
}

.cmn-pagination-contents-list2__item-next a {
  color: #000;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 28px;
  text-align: left;
  text-decoration: underline;
}

.cmn-pagination-contents-list__item a:hover {
  opacity: 0.7;
}

.cmn-pagination-contents-list2__item-previous a:hover {
  opacity: 0.7;
}

.cmn-pagination-contents-list2__item-next a:hover {
  opacity: 0.7;
}

.cmn-topics-block-inner {
  padding: 40px 3vw;
}

.cmn-topics-title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 100px;
  padding: 0 3vw;
  background-color: #1D2088;
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 28px;
}

.cmn-topics-list__item {
  margin-bottom: 25px;
}

.cmn-topics-list__item a {
  display: block;
}

.cmn-topics-list__item:last-child {
  margin-bottom: 0;
}

.cmn-topics-data__head {
  margin-bottom: 10px;
  color: #000;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 28px;
  text-align: left;
}

.cmn-topics-data__body {
  color: #000;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 28px;
  text-align: left;
}

.cmn-topics-data__body span {
  text-decoration: underline;
}
.cmn-topics-data__body.no_link span {
  text-decoration: none;
}

.cmn-topics-data__body span:hover {
  opacity: 0.7;
}
.cmn-topics-data__body.no_link span:hover {
  opacity: 1;
}

.cmn-topics-data__body i {
  margin-left: 10px;
}

.parts-heading-report-block-inner {
  padding: 40px 3vw;
}

.parts-heading-report-title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 100px;
  padding: 0 3vw;
  background-color: #1D2088;
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 28px;
}

.parts-heading-report-box {
  margin-bottom: 40px;
}

.parts-heading-report-sub-title {
  margin-bottom: 40px;
  border-bottom: 2px solid #00AFEC;
  color: #000;
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 32px;
  text-align: left;
}

.parts-heading-report-wrap {
  .parts-heading-report-link {
    text-align: left;
    display: flex;
    justify-content: right;
  }
}
.parts-heading-report-img {
  max-width: 150px;
  margin: 0 auto 30px;
}

.parts-heading-report-link {
  display: block;
  position: relative;
  margin-right: 30px;
  color: #000;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 32px;
  text-align: right;
}

.parts-link-big-block-inner {
  padding: 40px 3vw;
}

.parts-link-big-title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 100px;
  padding: 0 3vw;
  background-color: #1D2088;
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 28px;
}

.parts-link-big-box {
  margin-bottom: 70px;
  padding: 30px 15px;
  background-color: #F2F2F2;
}

.parts-link-big-box-txt {
  color: #000;
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 0.08em;
  line-height: 32px;
  text-align: left;
}

.parts-link-big-box-contents {
  margin-bottom: 30px;
}

.parts-link-big-box-contents a {
  display: block;
}

.parts-link-big-img {
  margin-bottom: 20px;
  max-width: 350px;
  max-height: 170px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.parts-link-big-img img {
  width: 100%;
}

.cmn-sub-btn {
  display: inline-block;
  vertical-align: middle;
}

.parts-link-big-sub-title {
  margin-bottom: 15px;
  color: #000;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 30px;
  text-align: left;
}

.parts-link-big-txt {
  margin-bottom: 25px;
  color: #000;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 28px;
  text-align: left;
}

.parts-link-big-link-txt {
  margin-right: 30px;
  text-align: right;
}

.parts-link-big-link-txt span {
  color: #000;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 32px;
  text-align: left;
}

.parts-link-small-block-inner {
  padding: 40px 3vw;
}

.parts-link-small-title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 100px;
  padding: 0 3vw;
  background-color: #1D2088;
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 28px;
}

.parts-link-small-box {
  margin-bottom: 70px;
  padding: 30px 15px;
  background-color: #F2F2F2;
}

.parts-link-small-box-txt {
  color: #000;
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 0.08em;
  line-height: 32px;
  text-align: left;
}

.parts-link-small-contents {
  margin-bottom: 30px;
}

.parts-link-small-contents a {
  display: block;
}

.parts-link-small-contents-txt {
  color: #000;
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 32px;
  text-align: left;
}

.parts-link-other-block-inner {
  padding: 40px 3vw;
}

.parts-link-other-title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 100px;
  padding: 0 3vw;
  background-color: #1D2088;
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 28px;
}

.parts-link-other-box {
  margin-bottom: 30px;
  padding: 30px 15px;
  background-color: #F2F2F2;
}

.parts-link-other-box-txt {
  color: #000;
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 0.08em;
  line-height: 32px;
  text-align: left;
}

.parts-link-other-contents-img-list {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 65px;
}

.parts-link-other-contents-img-list__item {
  width: 48%;
  margin-bottom: 10px;
}

.parts-link-other-contents-img-list__item.m--btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 32px;
  text-align: left;
}

.parts-link-other-contents-img-list__item.m--btn a {
  display: inline-block;
  margin-top: auto;
  margin-right: 30px;
  margin-left: auto;
}

.parts-link-other-contents-column {
  margin-bottom: 45px;
  background-color: #F5FCFF;
}

/*.three-imagesize {
  height: 268px;
  width: 390px;
}
*/

.parts-link-other-contents-column-img img {
  vertical-align: bottom;
  height: -webkit-fill-available;
}

.parts-link-other-contents-column-list,
.parts-linkList2class {
  padding: 25px 35px;
  background-color: #F5FCFF;
}

.parts-linkList2class {
  padding: 5px 0;
}

.parts-link-other-contents-column-list__item,
.parts-linkList2class__item {
  margin-bottom: 15px;
  color: #000;
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 32px;
  text-align: left;
  /* text-decoration: underline; */
}

.parts-linkList2class__item:not(:first-child) {
  padding-left: 20px;
}

.parts-link-other-contents-column-list__item a,
.parts-linkList2class__item a {
  position: relative;
  color: #000;
  text-decoration: underline;
}

.parts-link-other-contents-column-list__item a:hover,
.parts-linkList2class__item a:hover {
  opacity: 0.7;
}

.parts-link-other-contents-column-list__item:last-child,
.parts-linkList2class__item:last-child {
  margin-bottom: 0;
}

/* .parts-link-other-contents-column-list__item span,
.parts-linkList2class__item span {
 margin-left: 10px;
} */

.parts-link-other-pdf-box {
  padding: 25px;
  background-color: #F5FCFF;
}

.parts-link-other-pdf-txt {
  color: #000;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 28px;
  text-align: left;
}

.parts-link-other-pdf-txt {
  margin-bottom: 15px;
}

.parts-link-other-pdf-img {
  max-width: 218px;
  margin: 0 auto;
}

.parts-pdf-download-title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 100px;
  padding: 0 3vw;
  background-color: #00AFEC;
  color: #000000;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 28px;
}

/* .parts-pdf-download-block-inner {
 padding: 40px 3vw;
} */

.parts-pdf-download-box {
  width: 50%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.parts-pdf-download-img {
  max-width: 150px;
  margin: 0 auto 30px;
}

.parts-pdf-download-link {
  display: block;
  position: relative;
  margin-right: 30px;
  color: #000;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 32px;
  text-align: right;
}

.parts-pdf-download-txt {
  margin-bottom: 30px;
}

.parts-pdf-download-txt span {
  margin-right: 15px;
  text-decoration: underline;
}

.parts-sustainability-download-box {
  margin-top: 20px;
  margin-bottom: 20px;
}

.parts-sustainability-download-img {
  max-width: 150px;
  margin: 0 auto 30px;
}

.parts-sustainability-download-box:nth-child(3) {
  margin-bottom: 0px;
}

.parts-sustainability-download-txt {
  margin-bottom: 25px;
  color: #000;
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 32px;
  text-align: left;
}

.parts-sustainability-download-txt span {
  text-decoration: underline;
}

.parts-pdf-alldownload-img {
  max-width: 150px;
  margin: 0 auto 40px;
}

.parts-pdf-alldownload-title {
  margin-bottom: 24px;
  color: #000;
  font-size: 2rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 30px;
  text-align: left;
}

.parts-pdf-alldownload-title2 {
  margin: 40px 0 18px 0;
  color: #000;
  font-size: 2.0rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 30px;
  text-align: left;
}

.parts-pdf-alldownload-txt {
  margin-bottom: 16px;
  color: #000;
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 32px;
  text-align: left;
}

.parts-pdf-alldownload-txt span {
  text-decoration: underline;
}

.parts-pdf-alldownload-txt a {
  color: #000;
}

.parts-adobe-pdf-box {
  margin-top: 45px;
  padding: 25px;
  background-color: #F5FCFF;
}

.parts-adobe-pdf-txt-sp {
  color: #000;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 28px;
  text-align: left;
}

.parts-adobe-pdf-txt-pc {
  display: none;
}

.parts-adobe-pdf-txt-sp {
  margin-bottom: 15px;
}

.parts-adobe-pdf-img {
  max-width: 218px;
  margin: 0 auto;
}

.parts-tabular-block-inner {
  padding: 40px 3vw;
}

.parts-tabular-title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 100px;
  padding: 0 3vw;
  background-color: #1D2088;
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 28px;
}

.parts-tabular-list {
  margin-bottom: 100px;
}

.parts-tabular-list__item {
  padding: 25px 0;
  border-top: 1px solid #DDDDDD;
}

.parts-tabular-list__item:last-child {
  border-bottom: 1px solid #DDDDDD;
}

.parts-tabular-data {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

.parts-tabular-data__head {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  width: 90px;
  color: #1d2088;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 28px;
  text-align: left;
}

.parts-tabular-data__body {
  width: 70%;
  color: #000;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 28px;
  text-align: left;
}

.parts-tabular-sub-list__item.m--btn {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 30px;
  margin-left: auto;
  padding: 8px 0;
  text-decoration: underline;
}

.parts-tabular-sub-list__item.m--img {
  max-width: 168px;
  margin: 15px 0;
}

.parts-tabular-sub-list__item span {
  margin-left: 10px;
  vertical-align: middle;
}

.parts-tabular-sub-list__item.m--btn {
  margin-right: 30px;
}

.parts-table1 {
  overflow-x: scroll;
  margin-bottom: 40px;
}

.parts-table1 table {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content !important;
}

.parts-table1 table tr th {
  width: 200px;
  padding: 15px;
  border-top: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
  border-left: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  background-color: #F5FCFF;
  color: #000;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 32px;
  text-align: center;
  box-sizing: border-box;
  vertical-align: middle;
}

.parts-table1 table tr th a {
  text-decoration: underline;
}

.parts-table1 table tr td {
  background-color: #fff;
  width: 200px;
  padding: 15px 40px 15px 12px;
  border-top: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
  border-left: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  color: #000;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 32px;
  /*text-align: center;*/
  box-sizing: border-box;
}

.parts-table1 table.none tr td {
  border: none;
}

/* .parts-table1-td-btm {
  width: 200px;
  padding: 15px;
  border-left: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 32px;
  text-align: center;
  box-sizing: border-box;
  vertical-align: middle;
} */

.parts-table1 table tr td span {
  display: inline;
  margin-top: 15px;
}

.parts-table1 table tr td a {
  position: relative;
  text-decoration: underline;
}

.parts-table1 table tr td em {
  position: absolute;
  bottom: -8px;
  right: -40px;
}

/* .parts-table1 table tr td i {
  position: absolute;
  bottom: -20px;
  right: -50px;
} */

.parts-table1 table tr td i {
  position: relative;
}

.parts-table1 table tr td i::after {
  position: absolute;
  top: 2px;
  right: -25px;
  width: 10px;
  height: 17px;
  background: url(/module/images/icn-blue-menu.png);
  background-position: center;
  background-size: cover;
  background-size: 10px 17px;
  content: "";
}

.parts-table1 table tr td span i::after {
  position: absolute;
  top: 2px;
  right: -33px;
  width: 10px;
  height: 17px;
  background: url(/module/images/icn-blue-menu.png);
  background-position: center;
  background-size: cover;
  background-size: 10px 17px;
  content: "";
}

.parts-table1 table tr td:hover .cmn-detail-btn::before {
  border: 1px solid #1d2088;
  background-color: #1d2088;
}

.parts-table1 table tr td:hover .cmn-detail-btn::after {
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
}

.parts-table1-txt {
  margin-bottom: 50px;
  color: #000;
  font-family: "Noto Sans CJK JP";
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 32px;
  text-align: left;
}

.parts-table2 {
  margin-bottom: 75px;
  overflow-x: scroll;
}

.parts-table2 table {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.parts-table2 table tr th {
  width: 155px;
  padding: 15px;
  border-right: 1px solid #DDDDDD;
  border-left: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  border-top: 1px solid #DDDDDD;
  background-color: #F5FCFF;
  color: #000;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 32px;
  text-align: left;
  box-sizing: border-box;
  vertical-align: middle;
}

.parts-table2 table tr td {
  width: 200px;
  padding: 15px;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  color: #000;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 32px;
  box-sizing: border-box;
  vertical-align: middle;
}

.parts-table3 {
  display: flex;
  gap: 0 30px;
  font-size: 1.6rem;
  overflow-x: scroll;
}
.parts-table3__left {
  display: flex;
  flex-direction: column;
  min-width: 220px;
}
.parts-table3__left__tit,
.parts-table3__right__tit {
  margin-bottom: 15px;
}
.parts-table3__left__cont {
  display: flex;
  align-items: center;
  padding: 40px 20px;
  box-sizing: border-box;
  color: #1d2088;
  text-align: center;
  line-height: 32px;
  font-size: 1.8rem;
}
.parts-table3__left__cont--paleRightBlue {
  background-color: #DDF0FF;
  margin-bottom: 5px;
  flex-grow: .5;
}
.parts-table3__left__cont--rightBlue {
  background-color: #A1D6FE;
  flex-grow: 2;
}
.parts-table3__right__list {
  padding: 20px;
  box-sizing: border-box;
  background-color: #fff;
  white-space: nowrap;
}
.parts-table3__right__list .item {
  padding-left: 2.5rem;
  position: relative;
  line-height: 28px;
}
.parts-table3__right__list .item:not(:last-child) {
  margin-bottom: 30px;
}
.parts-table3__right__list .item::before {
  content: '●';
  position: absolute;
  left: 0;
  top: 7px;
  font-size: 10px;
}
.parts-table3__right__list .item--blue::before {
  color: #015AAA;
}
.parts-table3__right__list .item--green::before {
  color: #157049;
}
.parts-table3__right__list .item--skyblue::before {
  color: #009FD7;
}
.parts-table3__right__list .item--orange::before {
  color: #F58355;
}
.parts-table3__right__list .item--gray::before {
  color: #814C75;
}

.table.pa-right {
  width: auto;
  margin-top: 10px;
  bottom: 15px;
  display: block;
  text-align: right;
}

.material-detail > a {
  text-decoration: underline;
}

.table.pa-right a:hover {
  color: #717171;
}

.table.pa-right a:hover .cmn-detail-btn::before {
  border: 1px solid #1d2088;
  background-color: #1d2088;
}

.table.pa-right a:hover .cmn-detail-btn::after {
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
}

.cmn-table1 {
  margin-bottom: 60px;
  overflow-x: scroll;
  border: 1px solid #DDDDDD;
}

.cmn-table1 table {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.cmn-table1 table tr th {
  width: 200px;
  padding: 15px;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  background-color: #F5FCFF;
  color: #000;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 32px;
  text-align: center;
  box-sizing: border-box;
  vertical-align: middle;
}

.cmn-table1 table tr td {
  width: 200px;
  padding: 15px;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  color: #000;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 32px;
  text-align: center;
  box-sizing: border-box;
  vertical-align: middle;
}

.cmn-table1-td-btm {
  width: 200px;
  padding: 15px;
  border-right: 1px solid #DDDDDD;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 32px;
  box-sizing: border-box;
  text-align: center;
}

.cmn-table1-td-btm span {
  display: block;
  margin-top: 15px;
  text-decoration: underline;
}

.cmn-table1-txt {
  margin-bottom: 50px;
  color: #000;
  font-family: "Noto Sans CJK JP";
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 32px;
  text-align: left;
}

.cmn-table2 {
  margin-bottom: 40px;
  overflow-x: scroll;
  border: 1px solid #DDDDDD;
}

.cmn-table2 table {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.cmn-table2 th {
  width: 336px;
  height: 57px;
  border-bottom: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
  background-color: #F5FCFF;
  box-sizing: border-box;
}

.cmn-table2 td {
  width: 336px;
  height: 57px;
  border-bottom: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
  box-sizing: border-box;
}

.cmn-table-txt {
  text-align: center;
  font-weight: normal;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  line-height: 32px;
  color: #000;
}

.cmn-table3 {
  margin-bottom: 75px;
  overflow-x: scroll;
  border: 1px solid #DDDDDD;
}

.cmn-table3 table {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.cmn-table3 table tr th {
  width: 155px;
  padding: 15px;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  background-color: #F5FCFF;
  color: #000;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 32px;
  text-align: left;
  box-sizing: border-box;
  vertical-align: middle;
}

.cmn-table3 table tr td {
  width: 200px;
  padding: 15px;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  color: #000;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 32px;
  box-sizing: border-box;
  vertical-align: middle;
}

.m--bg-blue {
  background-color: #F5FCFF;
}

/* .cmn-table3-td3-mid {
  width: 200px;
  padding: 15px;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  color: #000;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 32px;
  box-sizing: border-box;
  vertical-align: middle;
} */

.cmn-about-biprogy-block-inner {
  padding: 35px 3vw;
}

.cmn-about-biprogy-title {
  margin-bottom: 25px;
  font-family: "Noto Sans CJK JP";
  font-weight: 600;
  font-size: 2.6rem;
  letter-spacing: 0.1em;
  line-height: 40px;
  text-align: left;
  color: #000;
  position: relative;
}

.cmn-about-biprogy-title::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 20%;
  height: 3px;
  background: #1D2088;
  background: -webkit-gradient(linear, left top, right top, from(#00AFEC), to(#1D2088));
  background: linear-gradient(to right, #00AFEC 0%, #1D2088 100%);
  content: "";
}

.cmn-about-biprogy-box {
  margin-bottom: 25px;
  display: flex;
  flex-direction: column-reverse;
}

.cmn-about-biprogy-box-left {
  margin-bottom: 25px;
  display: flex;
  flex-direction: column;
}

.box-img-left-bottom {
  margin-bottom: 20px;
}

.cmn-about-biprogy-box-txt {
  margin-bottom: 25px;
  font-size: 1.6rem;
  line-height: 28px;
  color: #000;
}

.cmn-about-biprogy-txt {
  font-family: "Noto Sans CJK JP";
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 28px;
  text-align: left;
  color: #000;
}

.cmn-map-block-inner {
  padding: 35px 0;
}

.cmn-map-block-inner iframe {
  width: 100%;
  height: 600px;
}

.cmn-breadcrumb-block {
  padding: 0 10vw 0 10vw;
  background-color: #00AFEC;
}

.cmn-breadcrumb-block-inner {
  margin: 0 auto;
  max-width: 1004px;
}

.cmn-breadcrumb-list {
  padding: 24px 0;
}

.cmn-breadcrumb-list li {
  display: inline;
  font-size: 13px;
  letter-spacing: 0.03em;
  line-height: 1;
}

.cmn-breadcrumb-list li::after {
  content: '>';
  display: inline;
  padding: 0 8px;
  font-size: 13px;
}

.cmn-breadcrumb-list li:last-child::after {
  display: none;
}

.cmn-breadcrumb-list li a {
  color: #000000;
}

.cmn-hading-title-inner {
  padding: 0 10vw 0 10vw;
  height: auto;
  background-color: #1D2088;
}

.cmn-hading-title-box {
  display: flex;
  height: auto;
}

.cmn-hading-title-box-img {
  width: 48px;
}

.cmn-hading-title-box-txt {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 24px 0;
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 48px;
}

.parts-topics-block-inner {
  padding: 40px 3vw;
}

.parts-topics-title {
  display: flex;
  align-items: center;
  width: auto;
  height: 100px;
  padding: 0 3vw;
  background-color: #1D2088;
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 28px;
}

.parts-topics-list__item {
  padding: 25px 0;
  border-bottom: 1px solid #DDDDDD;
}

.parts-topics-list__item a {
  display: block;
}

.parts-topics-list__item:last-child {
  border: none;
}

.parts-topics-data {
  position: relative;
}

.parts-topics-data__head {
  margin-bottom: 12px;
  color: #000;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 32px;
  text-align: left;
}

.parts-topics-data__head span {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100px;
  height: 20px;
  margin-left: 15px;
  padding: 3px 10px;
  border-radius: 5px;
  background-color: #1D2088;
  color: #FFFFFF;
  font-size: 1rem;
}

.parts-topics-data__body {
  color: #000;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 28px;
  text-align: left;
}

.parts-topics-data__body.m--btn {
  position: absolute;
  right: 27px;
  bottom: 30px;
}

.parts-topics-data__body.m--btn::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 42px;
  height: 42px;
  border: 1px solid #1D2088;
  border-radius: 50%;
}

.parts-topics-data__body.m--btn::after {
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  left: 14px;
  width: 7px;
  height: 7px;
  margin: auto;
  transform: rotate(45deg);
  border-top: 2px solid #1D2088;
  border-right: 2px solid #1D2088;
  vertical-align: middle;
  content: "";
}

.parts-topics-data__body.m--txt {
  padding-right: 80px;
}

.parts-topics-txt {
  margin-bottom: 25px;
  padding-right: 30px;
  color: #333;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 1.28px;
  line-height: normal;
  text-align: left;
}

.parts-topics-txt:has(.isRound) {
  padding-right: 0;
}

.parts-topics-txt a {
  color: #333;
  transition: all 0.3s ease-in-out;
}

.parts-topics-txt a:hover {
  opacity: 0.6;
}

.parts-topics-txt i {
  position: relative;
}

.parts-topics-txt i::after {
  position: absolute;
  top: 50%;
  right: -24px;
  width: 12px;
  height: 12px;
  background-image:url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDEyIDEyIiBmaWxsPSJub25lIj4KICA8ZyBjbGlwLXBhdGg9InVybCgjY2xpcDBfMTAzXzEwMzUpIj4KICAgIDxwYXRoIGQ9Ik03LjQ1NDg3IDZMMyAxLjMzMzEyTDQuMjcyNTYgLTIuNTAzNTRlLTA3TDEwIDZMNC4yNzI1NiAxMkwzIDEwLjY2NjlMNy40NTQ4NyA2WiIgZmlsbD0iIzFEMjA4OCIvPgogIDwvZz4KICA8ZGVmcz4KICAgIDxjbGlwUGF0aCBpZD0iY2xpcDBfMTAzXzEwMzUiPgogICAgICA8cmVjdCB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9IndoaXRlIi8+CiAgICA8L2NsaXBQYXRoPgogIDwvZGVmcz4KPC9zdmc+');
  background-position: center;
  background-size: 12px 12px;
  content: "";
  transform: translateY(-50%);
}

.parts-topics-txt i.isRound::after {
  position: relative;
  top: auto;
  right: auto;
  transform: translateY(0);
  display: block;
  transition: all 0.3s ease-in-out;
}

.parts-topics-txt span:hover + i.isRound::after {
  background-image:url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjEyIiB2aWV3Qm94PSIwIDAgOCAxMiIgZmlsbD0ibm9uZSI+CiAgPHBhdGggZD0iTTQuNzczMDggNkw0LjE4NTY0ZS0wNyAxLjMzMzEyTDEuMzYzNDYgLTIuNjgyMzdlLTA3TDcuNSA2TDEuMzYzNDYgMTJMMS4wNTczMmUtMDggMTAuNjY2OUw0Ljc3MzA4IDZaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4=');
}

.parts-topics-txt em {
  margin-left: 12px;
}

.parts-topics-txt em.isRound,
.parts-topics-txt i.isRound {
  border-radius: 150px;
  border: 1px solid #DDD;
  width: 36px;
  height: 36px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  margin-left: 12px;
}

.parts-topics-txt span:hover + em.isRound,
.parts-topics-txt span:hover + i.isRound {
  background: #1D2088;
  border: 1px solid transparent;
}

.parts-topics-txt em svg {
  width: 12px;
  height: 12px;
}

.parts-topics-txt span:hover + em.isRound svg path,
.parts-topics-txt span:hover + em.isRound svg rect {
  transition: all 0.3s ease-in-out;
}

.parts-topics-txt span:hover + em.isRound svg path,
.parts-topics-txt span:hover + em.isRound svg rect {
  stroke: #ffffff;
}

.parts-topics-txt span {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.parts-board-block-inner {
  padding: 20px 0;
}

.parts-board-title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 100px;
  padding: 0 3vw;
  background-color: #1D2088;
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 28px;
}

.parts-board-img-contents-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #A1D6FE;
  margin-bottom: 2%;
}

.parts-board-img-contents-list__item:nth-child(odd) {}

.parts-board-img-contents-list__item:nth-child(even) {}

.parts-board-img-contents-img {
  max-width: 124px;
  width: 200px;
}

.parts-board-img-contents-img img {
  vertical-align: bottom;
}

.parts-board-img-contents-data {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}

.parts-board-img-contents-data__head {
  margin-bottom: 5px;
  color: #000;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 24px;
  text-align: left;
}

.parts-board-img-contents-data__body.m--name {
  margin-bottom: 10px;
  color: #000;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 32px;
  text-align: left;
}

.parts-board-img-contents-data__body a:hover {
  opacity: 0.7;
}

.parts-board-img-contents-data__body.m--name span {
  margin-left: 10px;
  color: #000;
  font-size: 1.2rem;
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 24px;
  text-align: center;
}

.parts-board-img-contents-data__body.m--history {
  display: inline-block;
  margin-right: 10px;
  color: #000;
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 32px;
  text-align: left;
}

.parts-board-img-contents-data__body.m--history a {
  text-decoration: underline;
}

.parts-board-contents-pic {
  margin-bottom: 60px;
  padding: 25px 0;
  color: #000;
  font-family: "Noto Sans CJK JP";
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 32px;
  text-align: center;
}

.parts-board-contents-none {
  margin: 25px 0 100px;
  color: #000;
  font-family: "Noto Sans CJK JP";
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 32px;
  text-align: center;
}

.parts-board-contents {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
}

.parts-board-contents-list {
  width: calc(100% - 124px);
}

.parts-board-contents-list__item {
  background-color: #A1D6FE;
  margin-bottom: 2%;
}

.parts-board-contents-data {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
}

.parts-board-contents-data__head {
  margin-bottom: 5px;
  color: #000;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 24px;
  text-align: left;
}

.parts-board-contents-data__body.m--name {
  margin-bottom: 10px;
  color: #000;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 32px;
  text-align: left;
}

.parts-board-contents-data__body.m--name span {
  color: #000;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0;
  margin-left: 6px;
}

.parts-biography-block-inner {
  padding: 40px 3vw;
}

.parts-biography-title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 100px;
  padding: 0 3vw;
  background-color: #1D2088;
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 28px;
}

.parts-biography-img {
  max-width: 232px;
  min-width: 232px;
  margin: 0 auto 35px;
}

.parts-biography-heading {
  margin-bottom: 25px;
  color: #000;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 32px;
  text-align: left;
}

.parts-biography-list__item {
  padding: 15px 0;
  border-bottom: 1px solid #DDDDDD;
}

.parts-biography-list__item:first-child {
  border-top: 1px solid #DDDDDD;
}

.parts-biography-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.parts-biography-data__head {
  margin-right: 25px;
  color: #1d2088;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: left;
}

.parts-biography-data__body {
  max-width: 240px;
  color: #000;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 28px;
  text-align: left;
}

.parts-link-inner-block-inner {
  padding: 40px 3vw;
}

.parts-link-inner-title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 145px;
  padding: 0 3vw;
  background-color: #1D2088;
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 44px;
  text-align: left;
}

.parts-link-inner-box {
  margin-bottom: 35px;
  padding: 25px;
  background-color: #F2F2F2;
}

.parts-link-inner-box-txt {
  color: #000;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 28px;
  text-align: left;
}

.parts-link-inner-list {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.parts-link-inner-list__item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 30px;
  margin-bottom: 10px;
  color: #000;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 26px;
  text-align: left;
}

.parts-link-inner-list__item span {
  margin-left: 10px;
}

.parts-link-inner-list__item:last-child {
  margin-bottom: 0;
}

.parts-link-btn-block-inner {
  padding: 40px 3vw;
}

.parts-link-btn-title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 100px;
  padding: 0 3vw;
  background-color: #1D2088;
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 28px;
}

.parts-link-btn-box1 {
  -o-border-image: linear-gradient(to right, #00AFEC 0%, #1D2088 100%);
  height: 48px;
  margin-bottom: 20px;
  border: 2px solid;
  border-image: -webkit-gradient(linear, left top, right top, from(#00AFEC), to(#1D2088));
  border-image: linear-gradient(to right, #00AFEC 0%, #1D2088 100%);
  border-image-slice: 1;
  text-align: center;
}

.parts-link-btn-box-item1 {
  display: block;
  height: 100%;
}

.parts-link-btn-box-item1 a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #000;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 32px;
  text-align: center;
  text-align: center;
}

.parts-link-btn-box-item1 a::after {
  position: absolute;
  top: 18px;
  right: 25px;
  width: 9px;
  height: 14px;
  background: url(/module/images/icn-menu.png);
  background-position: center;
  background-size: cover;
  background-size: 9px 14px;
  content: "";
}

.parts-link-btn-box2 {
  -o-border-image: linear-gradient(to right, #00AFEC 0%, #1D2088 100%);
  height: 48px;
  margin-bottom: 20px;
  border: 2px solid;
  border-image: -webkit-gradient(linear, left top, right top, from(#00AFEC), to(#1D2088));
  border-image: linear-gradient(to right, #00AFEC 0%, #1D2088 100%);
  border-image-slice: 1;
  text-align: center;
}

.parts-link-btn-box-item2 {
  display: block;
  height: 100%;
}

.parts-link-btn-box-item2 a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #000;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 32px;
  text-align: center;
  text-align: center;
}

.parts-link-btn-box-item2 a::after {
  position: absolute;
  top: 18px;
  right: 25px;
  width: 18px;
  height: 16px;
  background: url(/module/images/icn-menu02.png);
  background-position: center;
  background-size: cover;
  background-size: 18px 16px;
  content: "";
}

.parts-linkbtn-block-inner {
  padding: 35px 3vw;
}

.parts-linkbtn-title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 100px;
  padding: 0 3vw;
  background-color: #1D2088;
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 28px;
}

.parts-linkbtn-box {
  margin-bottom: 35px;
  padding: 30px 15px;
  background-color: #F2F2F2;
}

.parts-linkbtn-box {
  color: #000;
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 0.08em;
  line-height: 32px;
  text-align: left;
}

.parts-linkbtn-tree-item {
  -o-border-image: linear-gradient(to right, #00AFEC 0%, #1D2088 100%);
  width: 100%;
  padding: 16px 16px 16px 54px;
  border: 3px solid;
  border-image: -webkit-gradient(linear, left top, right top, from(#00AFEC), to(#1D2088));
  border-image: linear-gradient(to right, #00AFEC 0%, #1D2088 100%);
  border-image-slice: 1;
  margin-bottom: 20px;
  box-sizing: border-box;
  transition: all 0.3s ease-in-out;
}

.parts-linkbtn-tree-item.emphasis {
  background: #383BB2;
  box-shadow: 0 4px 0 0 #D2D3DB;
  border: none;
}

.parts-linkbtn-tree-item.m--link a {
  position: relative;
  text-decoration: none;
}

.parts-linkbtn-tree-item.m--link a::after {
  position: absolute;
  width: 18px;
  height: 16px;
  background: url(/module/images/icn-menu02.png);
  background-position: center;
  background-size: cover;
  background-size: 18px 16px;
  content: "";
}

.parts-linkbtn-tree-item.m--link.emphasis a::after {
  background:url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDE1IDEzIiBmaWxsPSJub25lIj4KICA8ZyBjbGlwLXBhdGg9InVybCgjY2xpcDBfMTAzXzE3MzApIj4KICAgIDxwYXRoIGQ9Ik0xNS4wMDA1IDBWMTAuMjYzMkgyLjc2MzY3VjBIMTUuMDAwNVpNNC4zNDI2MiA4LjY4NDIxSDEzLjQyMTZWMS41Nzg5NUg0LjM0MjYyVjguNjg0MjFaIiBmaWxsPSJ3aGl0ZSIvPgogICAgPHBhdGggZD0iTTEuNTc4OTUgMi40MDcyM1YxMS4wMTI0SDExLjQwOFYxMi41OTE0SDBWMi40MDcyM0gxLjU3ODk1WiIgZmlsbD0id2hpdGUiLz4KICA8L2c+CiAgPGRlZnM+CiAgICA8Y2xpcFBhdGggaWQ9ImNsaXAwXzEwM18xNzMwIj4KICAgICAgPHJlY3Qgd2lkdGg9IjE1IiBoZWlnaHQ9IjEyLjYzMTYiIGZpbGw9IndoaXRlIi8+CiAgICA8L2NsaXBQYXRoPgogIDwvZGVmcz4KPC9zdmc+');
  background-position: center;
  background-size: cover;
}

.parts-linkbtn-tree-item:hover {
  background-color: #EDF3F5;
}

.parts-linkbtn-tree-item.emphasis:hover {
  background: #1D2088;
}

.parts-linkbtn-tree-item a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: calc(100% - 54px);
  height: 100%;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 1.12px;
  text-align: center;
  text-decoration: none;
}

.parts-linkbtn-tree-item.emphasis a {
  color: #FFF;
}

.parts-linkbtn-tree-item a::after {
  position: absolute;
  top: 50%;
  right: -33px;
  width: 7px;
  height: 12px;
  background: url(/module/images/icn-menu.png);
  background-position: center;
  transform: translateY(-50%);
  background-size: cover;
  background-size: 7px 12px;
  content: "";
}

.parts-linkbtn-tree-item.emphasis a::after {
  background:url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjEyIiB2aWV3Qm94PSIwIDAgOCAxMiIgZmlsbD0ibm9uZSI+CiAgPHBhdGggZD0iTTQuNzczMDggNkw0LjE4NTY0ZS0wNyAxLjMzMzEyTDEuMzYzNDYgLTIuNjgyMzdlLTA3TDcuNSA2TDEuMzYzNDYgMTJMMS4wNTczMmUtMDggMTAuNjY2OUw0Ljc3MzA4IDZaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4=');
  background-position: center;
  background-size: cover;
}

.parts-linkbtn-tow-item {
  -o-border-image: linear-gradient(to right, #00AFEC 0%, #1D2088 100%);
  width: 100%;
  padding: 16px 16px 16px 54px;
  border: 3px solid;
  border-image: -webkit-gradient(linear, left top, right top, from(#00AFEC), to(#1D2088));
  border-image: linear-gradient(to right, #00AFEC 0%, #1D2088 100%);
  border-image-slice: 1;
  box-sizing: border-box;
  transition: all 0.3s ease-in-out;
  margin-bottom: 20px;
}

.parts-linkbtn-tow-item.emphasis {
  background: #383BB2;
  box-shadow: 0 4px 0 0 #D2D3DB;
  border: none;
}

.parts-linkbtn-tow-item:hover {
  background-color: #EDF3F5;
}

.parts-linkbtn-tow-item.emphasis:hover {
  background: #1D2088;
}

.parts-linkbtn-tow-item a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: calc(100% - 54px);
  height: 100%;
  font-family: "Noto Sans CJK JP";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 1.12px;
  text-align: center;
  text-decoration: none;
}

.parts-linkbtn-tow-item.emphasis a {
  color: #FFF;
}

.parts-linkbtn-tow-item a::after {
  position: absolute;
  top: 50%;
  right: -33px;
  width: 7px;
  height: 12px;
  background: url(/module/images/icn-menu.png);
  background-position: center;
  background-size: cover;
  background-size: 7px 12px;
  content: "";
  transform: translateY(-50%);
}

.parts-linkbtn-tow-item.emphasis a::after {
  background:url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjEyIiB2aWV3Qm94PSIwIDAgOCAxMiIgZmlsbD0ibm9uZSI+CiAgPHBhdGggZD0iTTQuNzczMDggNkw0LjE4NTY0ZS0wNyAxLjMzMzEyTDEuMzYzNDYgLTIuNjgyMzdlLTA3TDcuNSA2TDEuMzYzNDYgMTJMMS4wNTczMmUtMDggMTAuNjY2OUw0Ljc3MzA4IDZaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4=');
  background-position: center;
  background-size: cover;
}

.parts-linkbtn-tow-item.m--link a {
  position: relative;
  text-decoration: none;
}

.parts-linkbtn-tow-item.m--link a::after {
  position: absolute;
  width: 18px;
  height: 16px;
  background: url(/module/images/icn-menu02.png);
  background-position: center;
  background-size: cover;
  background-size: 18px 16px;
  content: "";
}

.parts-linkbtn-tow-item.m--link.emphasis a::after {
  background:url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDE1IDEzIiBmaWxsPSJub25lIj4KICA8ZyBjbGlwLXBhdGg9InVybCgjY2xpcDBfMTAzXzE3MzApIj4KICAgIDxwYXRoIGQ9Ik0xNS4wMDA1IDBWMTAuMjYzMkgyLjc2MzY3VjBIMTUuMDAwNVpNNC4zNDI2MiA4LjY4NDIxSDEzLjQyMTZWMS41Nzg5NUg0LjM0MjYyVjguNjg0MjFaIiBmaWxsPSJ3aGl0ZSIvPgogICAgPHBhdGggZD0iTTEuNTc4OTUgMi40MDcyM1YxMS4wMTI0SDExLjQwOFYxMi41OTE0SDBWMi40MDcyM0gxLjU3ODk1WiIgZmlsbD0id2hpdGUiLz4KICA8L2c+CiAgPGRlZnM+CiAgICA8Y2xpcFBhdGggaWQ9ImNsaXAwXzEwM18xNzMwIj4KICAgICAgPHJlY3Qgd2lkdGg9IjE1IiBoZWlnaHQ9IjEyLjYzMTYiIGZpbGw9IndoaXRlIi8+CiAgICA8L2NsaXBQYXRoPgogIDwvZGVmcz4KPC9zdmc+');
  background-position: center;
  background-size: cover;
}

.parts-linkbtn-one-item {
  -o-border-image: linear-gradient(to right, #00AFEC 0%, #1D2088 100%);
  max-width: 480px;
  padding: 16px 16px 16px 54px;
  margin: 0 auto;
  margin-bottom: 20px;
  border: 3px solid;
  border-image: -webkit-gradient(linear, left top, right top, from(#00AFEC), to(#1D2088));
  border-image: linear-gradient(to right, #00AFEC 0%, #1D2088 100%);
  border-image-slice: 1;
  transition: all 0.3s ease-in-out;
}

.parts-linkbtn-one-item.emphasis {
  background: #383BB2;
  box-shadow: 0 4px 0 0 #D2D3DB;
  border: none;
}

.parts-linkbtn-one-item:hover {
  background-color: #EDF3F5;
}

.parts-linkbtn-one-item.emphasis:hover {
  background: #1D2088;
}

.parts-linkbtn-one-item a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: calc(100% - 54px);
  height: 100%;
  font-family: "Noto Sans CJK JP";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 1.12px;
  text-align: center;
  text-decoration: none;
}

.parts-linkbtn-one-item.emphasis a {
  color: #FFF;
}

.parts-linkbtn-one-item a::after {
  position: absolute;
  top: 50%;
  right: -33px;
  width: 7px;
  height: 12px;
  background: url(/module/images/icn-menu.png);
  background-position: center;
  background-size: 7px 12px;
  content: "";
  transform: translateY(-50%);
}

.parts-linkbtn-one-item.emphasis a::after {
  background:url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjEyIiB2aWV3Qm94PSIwIDAgOCAxMiIgZmlsbD0ibm9uZSI+CiAgPHBhdGggZD0iTTQuNzczMDggNkw0LjE4NTY0ZS0wNyAxLjMzMzEyTDEuMzYzNDYgLTIuNjgyMzdlLTA3TDcuNSA2TDEuMzYzNDYgMTJMMS4wNTczMmUtMDggMTAuNjY2OUw0Ljc3MzA4IDZaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4=');
  background-position: center;
  background-size: cover;
}

.parts-linkbtn-one-item.m--link a {
  position: relative;
  text-decoration: none;
}

.parts-linkbtn-one-item.m--link a::after {
  position: absolute;
  width: 18px;
  height: 16px;
  background: url(/module/images/icn-menu02.png);
  background-position: center;
  background-size: 18px 16px;
  content: "";
}

.parts-linkbtn-one-item.m--link.emphasis a::after {
  background:url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDE1IDEzIiBmaWxsPSJub25lIj4KICA8ZyBjbGlwLXBhdGg9InVybCgjY2xpcDBfMTAzXzE3MzApIj4KICAgIDxwYXRoIGQ9Ik0xNS4wMDA1IDBWMTAuMjYzMkgyLjc2MzY3VjBIMTUuMDAwNVpNNC4zNDI2MiA4LjY4NDIxSDEzLjQyMTZWMS41Nzg5NUg0LjM0MjYyVjguNjg0MjFaIiBmaWxsPSJ3aGl0ZSIvPgogICAgPHBhdGggZD0iTTEuNTc4OTUgMi40MDcyM1YxMS4wMTI0SDExLjQwOFYxMi41OTE0SDBWMi40MDcyM0gxLjU3ODk1WiIgZmlsbD0id2hpdGUiLz4KICA8L2c+CiAgPGRlZnM+CiAgICA8Y2xpcFBhdGggaWQ9ImNsaXAwXzEwM18xNzMwIj4KICAgICAgPHJlY3Qgd2lkdGg9IjE1IiBoZWlnaHQ9IjEyLjYzMTYiIGZpbGw9IndoaXRlIi8+CiAgICA8L2NsaXBQYXRoPgogIDwvZGVmcz4KPC9zdmc+');
  background-position: center;
  background-size: cover;
}

.parts-movie-block-inner {
  padding: 40px 3vw;
}

.parts-movie-title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 100px;
  padding: 0 3vw;
  background-color: #1D2088;
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 28px;
}

.parts-movie-box {
  margin-bottom: 35px;
  padding: 25px;
  background-color: #F2F2F2;
}

.parts-movie-box-txt {
  color: #000;
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 0.08em;
  line-height: 32px;
  text-align: left;
}

.parts-movie-contents {
  margin-bottom: 16px;
  .parts-movie-contents-img {
    padding-bottom: 56.25%;
    position: relative;
    max-width: inherit;
    width: 100%;
    height: 0; 
    iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 0;
    }
  }
  .parts-movie-contents-txt {
    margin-top: 1rem;
    width: 100%;
  }
}

.parts-movie-contents-txt {
  width: 80%;
  margin: 0 auto;
  color: #000;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 24px;
  text-align: center;
}

.parts-thumbnail-block-inner {
  padding: 40px 3vw;
}

.parts-thumbnail-title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  width: auto;
  height: 100px;
  padding: 0 3vw;
  background-color: #1D2088;
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 28px;
}

.parts-thumbnail-list__item {
  margin-bottom: 35px;
}

.parts-thumbnail-list__item:last-child {
  margin-bottom: 0;
}

.parts-thumbnail-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.parts-thumbnail-data__head {
  min-width: 88px;
  margin-right: 35px;
}

.parts-thumbnail-data__body {
  color: #000;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 28px;
  text-align: left;
}

.parts-thumbnail-data__body .btn-tag {
  display: block;
  margin-top: 25px;
  margin-right: 30px;
  text-align: right;
}

.parts-thumbnail-data__body .btn-tag a {
  border-bottom: 1px solid #000;
}

.parts-thumbnail-data__body em {
  margin-left: 10px;
}

.parts-thumbnail-data-txt {
  display: inline-block;
  margin: 10px 0;
  border-bottom: 1px solid #000;
}

.parts-thumbnail-data-txt a:hover {
  opacity: 0.7;
}

.parts-img-block-inner {
  padding: 40px 3vw;
}

.parts-img-title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 145px;
  padding: 0 3vw;
  background-color: #1D2088;
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 44px;
}

.parts-img-contents {
  margin-bottom: 55px;
}

.parts-img-contents a {
  display: block;
}

.parts-img-contents-txt {
  width: 80%;
  margin: 0 auto;
  color: #000;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 24px;
  text-align: center;
}

.parts-bg-block-inner {
  padding: 117px 0 54px;
}

.parts-bg-title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 145px;
  padding: 0 3vw;
  background-color: #1D2088;
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 44px;
}

.parts-bg-box {
  /* height: 940px; */
  margin-bottom: 50px;
  background: url(/module/images/bg_img_sp.png);
  background-position: top right;
  background-color: #F5FCFF;
  background-repeat: no-repeat;
  padding: 30px 10px 10px;
}

.parts-bg-box2 {
  /* height: 475px; */
  background: url(/module/images/bg_img_sp.png);
  background-position: top right;
  background-color: #F5FCFF;
  background-repeat: no-repeat;
  padding: 30px 10px 10px;
}

.parts-header {
  padding: 40px 3vw;
}

.parts-header-title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 145px;
  padding: 0 3vw;
  background-color: #1D2088;
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 44px;
}

.parts-sub-footer-title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 100px;
  padding: 0 3vw;
  background-color: #1D2088;
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 44px;
}

.parts-sub-footer-inner {
  padding: 40px 0 100px;
}

.parts-sub-footer-box {
  padding: 25px 3vw;
  background-color: #E8E9F3;
}

.parts-sub-footer-sub-title {
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  line-height: 32px;
  text-align: left;
  color: #000;
  display: inline-block;
}

.parts-sub-footer-sub-title i {
  position: relative;
}

.parts-sub-footer-sub-title i::after {
  position: absolute;
  top: 8px;
  right: -25px;
  width: 10px;
  height: 17px;
  background: url(/module/images/icn-blue-menu.png);
  background-position: center;
  background-size: cover;
  background-size: 10px 17px;
  content: "";
}

.parts-sub-footer-list__item {
  margin-bottom: 15px;
}

.parts-sub-footer-list__item:last-child {
  margin-bottom: 0;
}

.parts-sub-footer-list__list {
  margin-right: 50px;
}

ul.parts-linkbtn-tree {
  /* 過去のデータではdivで３つごとに区切っており、そちらとのmarginの差別化のためのul.liです */
  flex-wrap: wrap;
  margin-bottom: -20px;
}

li.parts-linkbtn-tree-item {
  margin-bottom: 40px;
}

.parts-sub-footer-data__head {
  display: inline-block;
  padding-right: 2rem;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 26px;
  text-align: left;
  color: #000;
}

.parts-sub-footer-data {}

.parts-sub-footer-data-sustainability__head {
  font-weight: bold;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 26px;
  text-align: left;
  color: #000;
  display: inline-block;
  cursor: pointer;
  display: inline;
}

.plusicon {
  position: absolute;
  right: 0px;
  top: -2px;
  font-size: 18px;
  display: inline;
}

.minusicon {
  position: absolute;
  right: 0px;
  top: -2px;
  font-size: 18px;
}

.parts-sub-footer-data__head.is-open .plusicon {
  display: none;
}

.minusicon {
  display: none;
}

.parts-sub-footer-data__head.is-open .minusicon {
  display: block;
  display: inline;
}

.parts-sub-footer-data-list__item {
  font-size: 1.2rem;
}

.parts-sub-footer-data-list__item a:hover {
  text-decoration: underline;
}

.parts-sub-footer-data__body {
  margin-top: 5px;
  display: none;
}

.parts-sub-footer-data-list {
  list-style-type: disc;
  margin-left: 15px;
}

.parts-sub-footer-data-list__item {
  cursor: pointer;
}

.arrow {
  display: inline-block;
  position: relative;
  padding: 0 0 0 23px;
  color: #000;
  font-size: 15px;
  text-decoration: none;
  vertical-align: middle;
}

.arrow::before, .arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  vertical-align: middle;
  content: "";
}

.outerLink{
  vertical-align: middle;
}
.outerLink .b{stroke:#1d2088;}
.outerLink .d{fill:#ddd;}

a:hover .outerLink .b{stroke:#fff;}
a:hover .outerLink .c {fill:#1d2088;}
a:hover .outerLink .d{fill:#1d2088;}

.cmn-detail-btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: inline-block;
  position: relative;
  align-items: center;
  margin-left: 10px;
}

.cmn-detail-btn::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  width: 36px;
  height: 36px;
  border: 1px solid #DDDDDD;
  border-radius: 50%;
}

.cmn-detail-btn::after {
  -webkit-transform: rotate(45deg);
  position: absolute;
  left: 12px;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  border-top: 2px solid #1D2088;
  border-right: 2px solid #1D2088;
}

.cmn-detail-btn a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.cmn-detail-btn-txt {
  padding-bottom: 3px;
  border-bottom: 1px solid #000;
}

.gm-inset-map:focus {
  border: 3px solid black;
  outline: 2px solid #000000;
}

.parts-abbreviation {
  padding: 20px 3vw;
  margin: 0 auto;
  color: #111;
  line-height: 140%;
  font-size: 12px;
  max-width: 1004px;
}
@media screen and (max-width: 1200px) {
  .parts-abbreviation {max-width: 900px;}
}
@media screen and (max-width: 1100px) {
  .parts-abbreviation {max-width: 800px;}
}
@media screen and (max-width: 1000px) {
  .parts-abbreviation {max-width: 700px;}
}
@media screen and (max-width: 900px) {
  .parts-abbreviation {max-width: 600px;}
}
.parts-abbreviation__list:not(:first-child) {
  margin-top: 4px;
}
.parts-abbreviation--com {
  margin-top: -50px; /* 上のコンテンツパーツのpadding打ち消し */
}
.parts-abbreviation__list dl {
  display: flex;
}
.parts-abbreviation__list__tit {
  width: 40px;
}
.parts-abbreviation__list__contents {
  position: relative;
  padding-left: calc(1rem + 5px);
}
.parts-abbreviation__list__contents::before {
  content: ':';
  position: absolute;
  left: 0;
  margin: 0 5px;
}
.parts-biography__list {
  margin-top: calc(-40px + 16px); /* 上のコンテンツパーツのpadding打ち消し */
  margin-left: auto;
  width: calc(100% - 262px);
}
@media screen and (max-width: 767px) {
  .parts-biography__list {
    padding: 0 3vw;
    box-sizing: border-box;
    width: 100%;
  }
}
.parts-biography__list dl {
  display: flex;
  line-height: 140%;
  font-size: 13px;
}
.parts-biography__list__tit {
  width: 40px;
}
.parts-biography__list__contents {
  position: relative;
  padding-left: calc(1rem + 5px);
}
.parts-biography__list__contents::before {
  content: ':';
  position: absolute;
  left: 0;
  margin: 0 5px;
}
.parts-biography__list__contents span {
  display: inline-block;
}

@media print, screen and (min-width: 768px) {
  .cmn-block#news-year-list .cmn-title-h2 {
    margin-bottom: 0;
  }

  .cmn-block-inner {
    max-width: 568px;
    margin: 0 auto;
  }

  .cmn-title-block-inner {
    max-width: 1004px;
    margin: 0 auto;
    padding: 80px 3vw 30px;
  }

  .cmn-title-title {
    padding: 0 70px;
  }

  .cmn-title-h2 {
    color: #000;
    font-size: 3.4rem;
    letter-spacing: 2.72px;
    margin-bottom: 60px;
  }

  .cmn-title-h2+.cmn-title-h3 {
    margin-top: 0;
  }

  .cmn-title-h3 {
    padding: 10px 0;
    color: #000;
    margin-top: 40px;
    margin-bottom: 40px;
    height: auto;
    font-size: 2.4rem;
    letter-spacing: 1.92px;
  }

  .cmn-title-h4 {
    text-align: left;
    margin-top: 40px;
    margin-bottom: 30px;
    height: auto;
  }

  .cmn-document-block-inner {
    max-width: 1004px;
    margin: 0 auto;
    padding: 40px 3vw 30px;
  }

  .cmn-document-title {
    padding: 0 70px;
  }

  .cmn-document-box {
    padding: 30px;
  }

  .cmn-document-box-txt:last-child {
    margin-bottom: 0;
  }

  .cmn-document-txt.m--right {
    max-width: 880px;
  }

  .cmn-bulletsVertical-block-inner {
    max-width: 1004px;
    margin: 0 auto;
    padding: 40px 0 30px;
  }

  .cmn-bulletsVertical-title {
    padding: 0 70px;
  }

  .cmn-bulletsVertical-list {
    padding: 30px;
  }

  .cmn-bulletsVertical-txt {
    padding: 0 1vw;
  }

  .cmn-bulletsVertical-img-box-txt {
    margin: 0 auto;
  }

  .cmn-bulletsVertical-img-box-img {
    margin: 0 auto;
    max-width: 410px;
  }

  .cmn-bulletsVertical-explanation-txt {
    height: auto;
    text-align: center;
  }

  .cmn-bulletsSide-block-inner {
    max-width: 1004px;
    margin: 0 auto;
    padding: 40px 0 30px;
  }

  .cmn-bulletsSide-title {
    padding: 0 70px;
  }

  .cmn-bulletsSide-box {
    max-width: 780px;
  }

  .cmn-bulletsSide-list__item {
    margin-right: 30px;
  }

  .cmn-bulletsSide-list__item a {
    text-decoration: underline;
  }

  .cmn-bulletsSide-list__item a:hover {
    opacity: 0.7;
  }

  .cmn-definitionList-block-inner {
    max-width: 1004px;
    margin: 0 auto;
    padding: 40px 0 30px;
  }

  .cmn-definitionList-title {
    padding: 0 70px;
  }

  .cmn-definitionList-data {
    margin-bottom: 40px;
  }

  .cmn-definitionList-data__body {
    width: 100%;
    height: auto;
  }

  .cmn-definitionList-sub-data__body.m--link i {
    bottom: 18px;
  }

  .cmn-tabular-block-inner {
    max-width: 1004px;
    margin: 0 auto;
    padding: 40px 0 30px;
  }

  .cmn-tabular-title {
    padding: 0 70px;
  }

  .cmn-tabular-box {
    max-width: 730px;
  }

  .cmn-tab-block-inner {
    max-width: 1004px;
    margin: 0 auto;
    padding: 40px 0 30px;
  }

  .cmn-tab-list {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  .cmn-tab-list__item {
    width: 18%;
    height: 53px;
    margin-right: 0;
    box-sizing: border-box;
  }

  .cmn-tab-list__item:nth-child(2n) {
    margin-right: none;
  }

  .cmn-tab-title {
    padding: 0 70px;
  }

  .cmn-link-block-inner {
    max-width: 1004px;
    margin: 0 auto;
    padding: 40px 0 30px;
  }

  .cmn-link-title {
    padding: 0 70px;
  }

  .cmn-link-box-list {
    display: flex;
    flex-wrap: wrap;
  }

  .cmn-link-box-list__item {
    margin-right: 30px;
    width: auto;
    text-decoration: underline;
  }

  .cmn-link-box-list .m--ib {
    width: auto;
  }

  .cmn-linkbtn-block-inner {
    max-width: 1004px;
    margin: 0 auto;
    padding: 40px 0 30px;
  }

  .cmn-linkbtn-title {
    padding: 0 70px;
  }

  .cmn-linkbtn-tree-item {
    height: 50px;
    text-decoration: underline;
  }

  .cmn-linkbtn-tow {
    max-width: 680px;
  }

  .cmn-linkbtn-tow-item {
    width: 320px;
    height: 50px;
    text-decoration: underline;
  }

  .cmn-linkbtn-one-item {
    width: 490px;
    max-width: 490px;
    height: 50px;
    text-decoration: underline;
  }

  .cmn-float-image-block-inner {
    max-width: 1004px;
    margin: 0 auto;
    padding: 40px 0 30px;
  }

  .cmn-float-image-title {
    padding: 0 70px;
  }

  .cmn-float-image-box {
    max-width: 710px;
    padding: 30px;
  }

  .cmn-float-image-img-box-inner {
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }

  .cmn-float-image-img-box {
    width: 31%;
    margin-right: 3%;
  }

  .cmn-image-block-inner {
    max-width: 1004px;
    margin: 0 auto;
    padding: 40px 0 30px;
  }

  .cmn-image-title {
    padding: 0 70px;
  }

  .cmn-image-box {
    max-width: 640px;
  }

  .cmn-image-area-inner {
    padding: 0;
    margin-bottom: 50px;
  }

  .cmn-image-area {
    margin-bottom: 40px;
  }

  .cmn-image-area.m--pattern1 {
    width: 90%;
    max-width: 1004px;
    margin: 0 auto 40px;
  }

  .cmn-image-area.m--pattern2 {
    width: 90%;
    max-width: 1004px;
    margin: 0 auto 40px;
  }

  .cmn-image-area.m--pattern3 {
    width: 90%;
    max-width: 844px;
    margin: 0 auto 40px;
  }

  .cmn-image-area-block-inner {
    max-width: 1004px;
    margin: 0 auto;
  }

  .cmn-image-area.m--left {
    margin-bottom: 40px;
    width: fit-content;
    display: flex;
    justify-content: flex-start;
  }

  .cmn-image-area.m--left img {
    width: auto;
    max-width: 100%;
  }

  .cmn-image-area.m--center {
    margin-bottom: 40px;
    text-align: center;
  }

  .cmn-image-area.m--center img {
    width: auto;
    max-width: 100%;
  }

  .cmn-image-area.m--right {
    margin-bottom: 75px;
    width: fit-content;
    margin-left: auto;
    display: flex;
    justify-content: flex-end;
  }

  .cmn-image-area.m--right img {
    width: auto;
  }

  .cmn-auto-multicolumn-box {
    max-width: 600px;
  }

  .cmn-auto-multicolumn-block-inner {
    max-width: 1004px;
    margin: 0 auto;
    padding: 40px 0 30px;
  }

  .cmn-auto-multicolumn-title {
    padding: 0 70px;
  }

  .cmn-auto-multicolumn-contents {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
  }

  .cmn-auto-multicolumn-contents-box1 {
    width: 49%;
    display: flex;
  }

  .cmn-auto-multicolumn-contents-box2 {
    width: 45%;
  }

  .cmn-auto-multicolumn-contents-img {
    min-width: 88px;
    margin-right: 15px;
  }

  .cmn-auto-multicolumn-contents-img-box {
    display: flex;
  }

  .cmn-auto-multicolumn-heading-box {
    width: 45%;
  }

  .cmn-multicolumn-block-inner {
    max-width: 1004px;
    margin: 0 auto;
    padding: 40px 0;
  }

  .cmn-multicolumn-title {
    padding: 0 70px;
  }

  .cmn-multicolumn-box {
    max-width: 950px;
    margin-bottom: 0;
    padding: 30px;
  }

  .cmn-three-block-inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1004px;
    margin: 0 auto 50px;
    padding: 0;
  }

  .cmn-three-title {
    padding: 0 70px;
  }

  .cmn-three-box {
    width: 100%;
    margin-right: 2%;
   /* margin-bottom: 30px;*/
  }

  .cmn-three-img {
    margin-bottom: 15px;
  }

  .cmn-column-block-inner {
    max-width: 1004px;
    margin: 0 auto;
    padding: 40px 0 70px;
  }

  .cmn-column-title {
    padding: 0 70px;
  }

  .cmn-column-box {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 800px;
  }

  .cmn-column-contents-inner {
    max-width: 1004px;
    margin: 0 auto;
  }

  .cmn-column-contents-title {
    font-size: 2.2rem;
  }

  .cmn-column-contents-explanation {
    width: 30%;
  }

  .cmn-column-contents-img-wrapper {
    width: 30%;
  }

  .cmn-column-contents-data {
    width: 30%;
  }

  .cmn-column-contents-txt {
    width: 50%;
    margin-bottom: 25px;
    color: #000;
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 32px;
    text-align: left;
  }

  .cmn-column-contents-img {
    max-width: 400px;
  }

  .cmn-column-contents-wrapper {
    display: flex;
    justify-content: space-between;
  }

  .cmn-movie-block-inner {
    max-width: 1004px;
    margin: 0 auto;
    padding: 40px 0 30px;
  }

  .cmn-movie-title {
    padding: 0 70px;
  }

  .cmn-movie-box {
    max-width: 440px;
  }

  .cmn-movie-contents {
    padding: 40px 15px;
  }

  .cmn-movie-contents-inner {
    max-width: 1004px;
    margin: 0 auto;
  }

  .cmn-movie-contents-box {
    width: 100%;
  }

  .cmn-movie-contents-link {
    margin-left: auto;
    margin-top: 40px;
    text-align: left;
    width: 40%;
    max-width: 485px;
  }

  .cmn-case-block-inner {
    max-width: 1004px;
    margin: 0 auto;
    padding: 40px 0 0;
  }

  .cmn-case-title {
    padding: 0 70px;
  }

  .cmn-case-box {
    max-width: 764px;
    margin-bottom: 45px;
  }

  .cmn-case-contents {
    max-width: 1004px;
    margin: 0 auto 35px;
  }

  .cmn-case-contents-left {
    max-width: 330px;
    padding: 25px 20px;
  }

  .cmn-case-contents-head {
    color: #000;
    font-size: 2.2rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 32px;
    text-align: left;
  }

  .cmn-case-contents-title {
    color: #000;
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 32px;
    text-align: right;
  }

  .cmn-case-contents-txt {
    color: #000;
    font-family: "Noto Sans CJK JP";
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 32px;
    text-align: left;
  }

  .cmn-case-contents-right {
    max-width: 330px;
  }

  .cmn-pagination-block-inner {
    max-width: 1004px;
    margin: 0 auto;
    padding: 40px 0;
  }

  .cmn-pagination-title {
    padding: 0 70px;
  }

  .cmn-pagination-contents-box {
    max-width: 830px;
    padding: 30px;
  }

  .cmn-pagination-contents-list {
    margin-top: 20px;
  }

  .cmn-topics-block-inner {
    max-width: 1004px;
    margin: 0 auto;
    padding: 50px 0 90px;
  }

  .cmn-topics-title {
    padding: 0 70px;
  }

  .cmn-topics-list__item {
    margin-bottom: 30px;
  }

  .cmn-topics-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .cmn-topics-data__head {
    min-width: 140px;
    margin-right: 30px;
    margin-bottom: 0;
  }

  .cmn-table1 {
    border: none;
    width: 100%;
    overflow-x: auto;
  }

  .cmn-table1 table {
    width: 100%;
  }

  .cmn-table1 table tr th {
    width: 20%;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
  }

  .cmn-table1 table tr td {
    width: 20%;
    border-left: 1px solid #DDDDDD;
  }

  .cmn-table2 {
    border: none;
    width: 100%;
    overflow-x: auto;
  }

  .cmn-table2 table {
    width: 100%;
  }

  .cmn-table2 th {
    width: 33%;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
  }

  .cmn-table2 td {
    border-top: 1px solid #DDDDDD;
  }

  .cmn-table3 {
    border: none;
    width: 100%;
    overflow-x: auto;
  }

  .cmn-table3 table {
    width: 100%;
  }

  .cmn-table3 table tr th {
    width: 15%;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
  }

  /* .cmn-table3-th2 {
    width: 20%;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
  } */

  /* .cmn-table3-th3 {
    width: 65%;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
  } */

  .cmn-about-biprogy-block-inner {
    max-width: 1004px;
    margin: 0 auto;
    padding: 50px 0 90px;
  }

  .cmn-about-biprogy-title {
    margin-bottom: 35px;
    font-size: 3.6rem;
  }

  .cmn-about-biprogy-title::after {
    width: 8%;
  }

  .cmn-about-biprogy-box-txt {
    margin-bottom: 0;
    width: auto;
  }

  .cmn-about-biprogy-txt {
    width: 100%;
    clear: both;
  }

  .cmn-about-biprogy-box-img {
    margin-left: 100px;
    margin-bottom: 10px;
    max-width: 409px;
    float: right;
  }

  .cmn-about-biprogy-box-img-left {
    margin-right: 100px;
    margin-bottom: 10px;
    max-width: 409px;
    float: left;
  }

  .cmn-about-biprogy-box {
    overflow: hidden;
    display: block;
  }

  .cmn-about-biprogy-box-left {
    overflow: hidden;
    display: block;
  }

  .cmn-map-block-inner {
    max-width: 1004px;
    margin: 0 auto;
    padding: 50px 0 90px;
  }

  .cmn-breadcrumb-list {
    padding: 10px 0;
  }

  .cmn-breadcrumb-list li {
    display: inline;
    font-size: 13px;
    letter-spacing: 0.05em;
    line-height: 1.46;
  }

  .cmn-breadcrumb-list li::after {
    content: '>';
    display: inline;
    padding: 0 8px;
    font-size: 17px;
  }

  .cmn-breadcrumb-list li:last-child::after {
    display: none;
  }

  .cmn-breadcrumb-list li a {
    color: #000000;
  }

  .cmn-hading-title-box {
    display: flex;
  }

  .cmn-hading-title-box-img {
    width: 100px;
  }

  .cmn-hading-title-box-txt {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 51px 0;
    background-color: #1D2088;
    color: #fff;
    font-size: 4rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.28;
    margin: 0 auto;
    max-width: 1004px;
  }

  .parts-heading-report-block-inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1004px;
    margin: 0 auto;
    padding: 40px 0 80px;
  }

  .parts-heading-report-title {
    padding: 0 70px;
  }

  .parts-heading-report-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .parts-heading-report-box {
    width: 49%;
  }

  .parts-heading-report-img {
    -webkit-transition: 0.7s;
    width: 150px;
    margin: 0 20px 0 0;
    transition: 0.7s;
  }

  .parts-heading-report-link {
    -webkit-transition: 0.7s;
    transition: 0.7s;
  }

  .parts-heading-report-link a {
    -webkit-transition: 0.7s;
    transition: 0.7s;
  }

  .parts-heading-report-link a:hover .cmn-detail-btn-txt {
    border-bottom: 1px solid #1d2088;
    color: #1D2088;
  }

  .parts-heading-report-link a:hover .cmn-detail-btn::before {
    border: 1px solid #1d2088;
    background-color: #1d2088;
  }

  .parts-heading-report-link a:hover .cmn-detail-btn::after {
    border-top: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
  }

  .parts-link-big-block-inner {
    max-width: 1004px;
    margin: 0 auto;
    padding: 40px 0 30px;
  }

  .parts-link-big-title {
    padding: 0 70px;
  }

  .parts-link-big-box {
    margin-bottom: 45px;
  }

  .parts-link-big-box-contents-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }

  .parts-link-big-box-contents {
    width: 49%;
    margin-right: 16px;
  }

  .parts-link-big-box-contents:nth-child(2n) {
    margin-right: 0px;
  }

  .parts-link-big-box-content:nth-child(2n) {
    margin-right: 0;
  }

  .parts-link-big-sub-title {
    font-size: 2.2rem;
    font-weight: 700;
  }

  .parts-link-big-box-contents:hover .parts-link-big-sub-title {
    opacity: 0.7;
  }

  .parts-link-big-box-contents:hover .cmn-detail-btn-txt {
    border-bottom: 1px solid #1d2088;
    opacity: 0.7;
  }

  .parts-link-big-box-contents:hover .cmn-detail-btn::before {
    border: 1px solid #1d2088;
    background-color: #1d2088;
  }

  .parts-link-big-box-contents:hover .cmn-detail-btn::after {
    border-top: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
  }

  .parts-link-small-block-inner {
    max-width: 1004px;
    margin: 0 auto;
    padding: 40px 0 70px;
  }

  .parts-link-small-title {
    padding: 0 70px;
  }

  .parts-link-small-box {
    margin-bottom: 40px;
  }

  .parts-link-small-contents {
    width: 23%;
    margin-right: 2.5%;
    margin-bottom: 0;
  }

  .parts-link-small-contents:nth-child(4n) {
    margin-right: 0;
  }

  .parts-link-small-contents:hover .parts-link-small-contents-txt {
    opacity: 0.7;
  }

  .parts-link-small-contents-wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }

  .parts-link-other-block-inner {
    max-width: 1004px;
    margin: 0 auto;
    padding: 40px 0 30px;
  }

  .parts-link-other-box {
    max-width: 310px;
  }

  .parts-link-other-box-txt {
    text-align: center;
  }

  .parts-link-other-contents-img-list {
    justify-content: flex-start;
  }

  .parts-link-other-contents-img-list__item {
    width: 23%;
    margin-right: 2.5%;
  }

  .parts-link-other-contents-img-list__item:nth-child(4n) {
    margin-right: 0;
  }

  .parts-link-other-contents-img-list__item.m--btn {
    width: 100%;
  }

  .parts-link-other-contents-img-list__item.m--btn a:hover .cmn-detail-btn-txt {
    border-bottom: 1px solid #1d2088;
    opacity: 0.7;
  }

  .parts-link-other-contents-img-list__item.m--btn a:hover .cmn-detail-btn::before {
    border: 1px solid #1d2088;
    background-color: #1d2088;
  }

  .parts-link-other-contents-img-list__item.m--btn a:hover .cmn-detail-btn::after {
    border-top: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
  }

  .parts-link-other-contents-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .three-imagesize {
    height: 226px;
    min-width: 290px;
  }

  .parts-link-other-contents-column-img {
    max-width: 290px;
    background-color: #F5FCFF;
  }

  .parts-link-other-contents-column-list {
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 19px 35px;
    justify-content: space-between;
  }

  .parts-link-other-contents-column-list__item {
    width: 48%;
    margin-bottom: 0;
  }

  .parts-linkList2class__item {
    margin-bottom: 0;
  }

  .parts-link-other-pdf-box {
    display: none;
  }

  .parts-pdf-download-block-inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1004px;
    margin: 0 auto;
  }

  .parts-pdf-download-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .parts-pdf-download-img {
    -webkit-transition: 0.7s;
    width: 150px;
    margin: 0 20px 0 0;
    transition: 0.7s;
  }

  .parts-pdf-download-link {
    -webkit-transition: 0.7s;
    transition: 0.7s;
  }

  .parts-pdf-download-txt {
    margin-bottom: 25px;
    color: #000;
    font-size: 1.6rem;
    font-weight: normal;
    letter-spacing: 0.1em;
    line-height: 32px;
    text-align: left;
  }

  .parts-sustainability-download-box {
    width: 48%;
    margin-top: 20px;
    margin-bottom: 20px;
    a {
      display: inline-block;
    }
  }

  .parts-sustainability-download-img {
    max-width: 150px;
    margin: 0 auto 30px;
  }

  .parts-sustainability-download-box:nth-child(3) {
    margin-bottom: 0px;
  }

  .parts-sustainability-download-txt {
    margin-bottom: 25px;
    color: #000;
    font-size: 1.6rem;
    font-weight: normal;
    letter-spacing: 0.1em;
    line-height: 32px;
    text-align: left;
  }

  .parts-sustainability-download-txt span {
    text-decoration: underline;
  }

  .parts-sustainability-download-box2 {
    display: flex;
  }

  .parts-sustainability-download-img {
    -webkit-transition: 0.7s;
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    transition: 0.7s;
  }

  .parts-pdf-alldownload-box {
    margin-left: 101px;
  }

  .parts-pdf-alldownload-img {
    max-width: 150px;
    margin: 0 auto 30px;
  }

  .parts-pdf-alldownload-title {
    margin-bottom: 18px;
    color: #000;
    font-size: 2.2rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 32px;
    text-align: left;
  }

  .parts-pdf-alldownload-title2 {
    margin: 40px 0 24px 0;
    color: #000;
    font-size: 2.2rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 32px;
    text-align: left;
  }

  .parts-pdf-alldownload-txt {
    margin-bottom: 18px;
  }

  .parts-pdf-alldownload-txt:nth-child(7) {
    margin-bottom: 0px;
  }

  .parts-adobe-pdf-box {
    padding: 34px 74px;
    background-color: #F5FCFF;
    margin-left: auto;
    margin-right: auto;
    height: 116px;
    display: flex;
    margin-top: 115px;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
  }

  .parts-adobe-pdf-txt-pc {
    color: #000;
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 28px;
    text-align: left;
    padding-right: 16px;
    display: block;
  }

  .parts-adobe-pdf-txt-sp {
    display: none;
  }

  .parts-adobe-pdf-img {
    width: 158px;
    height: 39px;
  }

  .parts-tabular-block-inner {
    max-width: 1004px;
    margin: 0 auto;
    padding: 40px 0 30px;
  }

  .parts-tabular-title {
    padding: 0 70px;
  }

  .parts-tabular-data__head {
    font-weight: 700;
  }

  .parts-tabular-sub-list {
    /* position: relative; */
    display: flex;
    align-items: center;
  }

  .parts-tabular-sub-list__item a {
    font-weight: 700;
  }

  .parts-tabular-sub-list-btn-box {
    margin-left: auto;
  }

  .parts-tabular-sub-list__item.m--btn {
    /* position: absolute;
    right: 0;
    top: 0; */
    padding: 0;
  }

  .parts-tabular-sub-list__item.m--btn.m--top {
    /* position: absolute;
    right: 0;
    top: 30px; */
  }

  .parts-tabular-sub-list__item.m--btn.m--mid {
    /* position: absolute;
    right: 0;
    top: 90px; */
    margin-top: 40px;
  }

  .parts-tabular-sub-list__item.m--btn.m--btm {
    /* position: absolute;
    right: 0;
    top: 150px; */
    margin-top: 40px;
  }

  .parts-tabular-sub-list__item.m--btn.cmn-sub-txt {
    margin-right: 60px;
  }

  .parts-tabular-sub-list__item.m--btn:hover .cmn-detail-btn-txt {
    border-bottom: 1px solid #1d2088;
    opacity: 0.7;
  }

  .parts-tabular-sub-list__item.m--btn:hover .cmn-detail-btn::before {
    border: 1px solid #1d2088;
    background-color: #1d2088;
  }

  .parts-tabular-sub-list__item.m--btn:hover .cmn-detail-btn::after {
    border-top: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
  }

  .parts-link-big-img {
    max-width: 500px;
    max-height: 240px;
  }

  /* .cmn-sub-btn {
    position: absolute;
    top: -3px;
  } */

  .parts-table1 {
    width: 100%;
    overflow-x: auto;
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 40px;
  }

  .parts-table1 table {
    width: 100% !important;
  }

  .parts-table1 table tr th {
    width: 20%;
  }

  .parts-table1 table tr td {
    width: 20%;
  }

  /* .parts-table1-td-btm {
    width: 20%;
  } */

  .parts-table2 {
    width: 100%;
    overflow-x: auto;
  }

  .parts-table2 table {
    width: 100%;
  }

  .parts-table2 table tr th {
    width: 14%;
  }

  .parts-table3 {
    overflow: hidden;
  }
  .parts-table3__left__cont {
    width: 250px;
  }
  .parts-table3__right {
    width: calc(100% - 250px);
  }
  .parts-table3__right__list {
    white-space: inherit;
  }
  .parts-table3__right__list .item::before {
    top: 0;
  }

  .parts-table1 table tr td em {
    position: absolute;
    bottom: -6px;
    right: -40px;
  }

  .parts-table1 table tr td span i {
    position: absolute;
    bottom: -10px;
    right: 20px;
  }

  .parts-table1 table tr td span i::after {
    position: absolute;
    top: -27px;
    right: -47px;
    width: 10px;
    height: 17px;
    background: url(/module/images/icn-blue-menu.png);
    background-position: center;
    background-size: cover;
    background-size: 10px 17px;
    content: "";
  }

  .parts-table1 table tr td span a {
    font-weight: 700;
    text-align: left;
  }

  .parts-topics-block-inner {
    max-width: 1004px;
    margin: 0 auto;
    padding: 40px 0 30px;
  }

  .parts-topics-list {
    margin-bottom: 5px;
  }

  .parts-topics-list__item {
    border-bottom: none;
  }

  .parts-topics-list__item:hover .cmn-detail-btn-txt {
    border-bottom: 1px solid #1d2088;
    opacity: 0.7;
  }

  .parts-topics-list__item:hover .parts-topics-data__body.m--btn::before {
    border: 1px solid #1D2088;
    background-color: #1d2088;
  }

  .parts-topics-list__item:hover .parts-topics-data__body.m--btn::after {
    border-top: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
  }

  .parts-topics-data__body.m--btn::before {
    width: 50px;
    height: 50px;
  }

  .parts-topics-data__body.m--btn::after {
    left: 18px;
  }

  .parts-topics-txt {
    margin-bottom: 18px;
  }

  .parts-board-block-inner {
    max-width: 1004px;
    margin: 0 auto;
    padding: 40px 0 30px;
  }

  .parts-board-title {
    padding: 0 70px;
  }

  .parts-board-img-contents-list {
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }

  .parts-board-img-contents-list__item {
    width: 49%;
    margin-bottom: 2%;
  }

  .parts-board-img-contents-list__item:nth-child(odd) {
    margin-right: 2%;
  }

  .parts-board-img-contents-img {
    max-width: 190px;
  }

  .parts-board-img-contents-data__head {
    color: #000;
    font-family: "Noto Sans CJK JP";
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 28px;
    text-align: left;
  }

  .parts-board-img-contents-data__body.m--name {
    color: #000;
    font-family: "Noto Sans CJK JP";
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 28px;
    text-align: left;
    margin-bottom: 5px;
  }

  .parts-board-img-contents-data__body.m--name span {
    color: #000;
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 32px;
    text-align: center;
  }

  .parts-board-img-contents-data__body.m--history {
    display: block;
    line-height: 1.4;
  }

  .parts-board-img-contents-data__body a {
    color: #000;
  }

  .parts-board-contents-list {
    -ms-flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }

  .parts-board-contents-list__item {
    width: 50%;
    margin-bottom: 2%;
  }

  .parts-board-contents-list__item:nth-child(odd) {
    background-color: transparent;
  }

  .parts-board-contents-list__item:nth-child(even) {
    background-color: transparent;
  }

  .parts-board-contents-data {
    width: 60%;
    margin-left: auto;
    background-color: #A1D6FE;
  }

  .parts-board-contents-data__body.m--name {
    font-weight: 700;
  }

  .parts-biography-block-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1004px;
    margin: 0 auto;
    padding: 70px 0;
  }

  .parts-biography-img {
    margin: 0 30px 0 0;
  }

  .parts-biography-heading-wrap {
    width: 100%;
  }

  .parts-biography-heading {
    color: #000;
    font-size: 2.2rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 32px;
    text-align: left;
  }

  .parts-biography-data {
    width: 100%;
  }

  .parts-biography-data__body {
    width: 70%;
    max-width: none;
  }

  .parts-link-inner-block-inner {
    max-width: 1004px;
    margin: 0 auto;
    padding: 40px 0 30px;
  }

  .parts-link-inner-title {
    padding: 0 70px;
  }

  .parts-link-inner-box-txt {
    font-size: 1.6rem;
  }

  .parts-link-inner-list {
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }

  .parts-link-inner-list__item {
    margin-right: 30px;
    /* text-align: center; */
    /* min-width: 155px; :*/
  }

  .parts-link-inner-list__item:hover a {
    color: #1d2088;
  }

  .parts-link-btn-block-inner {
    max-width: 1004px;
    margin: 0 auto;
    padding: 40px 0 30px;
  }

  .parts-link-btn-title {
    padding: 0 70px;
  }

  /* .foot-text {
    font-size: 1.3rem;
    color: #1D2088;
    margin-bottom: 25px;
  } */

  .parts-linkbtn-block-inner {
    max-width: 1004px;
    margin: 0 auto;
    padding: 40px 0 30px;
  }

  .parts-linkbtn-title {
    padding: 0 70px;
  }

  .parts-movie-block-inner {
    max-width: 1004px;
    margin: 0 auto;
    padding: 40px 0 30px;
  }

  .parts-movie-box {
    max-width: 440px;
  }

  .parts-movie-contents {
    max-width: 486px;
    margin: 0 auto 24px;
  }

  .parts-movie-contents:hover .parts-movie-contents-txt {
    opacity: 0.7;
  }

  .parts-thumbnail-block-inner {
    max-width: 1004px;
    margin: 0 auto;
    padding: 40px 0 30px;
  }

  .parts-thumbnail-title {
    padding: 0 70px;
  }

  .parts-thumbnail-list__item {
    margin-bottom: 90px;
  }

  .parts-thumbnail-data__body .btn-tag {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 30px;
    margin-left: auto;
    font-weight: 700;
  }

  .parts-thumbnail-data__body .btn-tag:hover {
    opacity: 0.7;
  }

  .parts-thumbnail-data__body .btn-tag:hover .cmn-detail-btn-txt {
    border-bottom: 1px solid #1d2088;
    opacity: 0.7;
  }

  .parts-thumbnail-data__body .btn-tag:hover .cmn-detail-btn::before {
    border: 1px solid #1d2088;
    background-color: #1d2088;
  }

  .parts-thumbnail-data__body .btn-tag:hover .cmn-detail-btn::after {
    border-top: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
  }

  .parts-thumbnail-data-txt {
    display: inline-block;
  }

  .parts-img-block-inner {
    max-width: 1004px;
    margin: 0 auto;
    padding: 40px 0 30px;
  }

  .parts-img-contents:hover .parts-img-contents-txt {
    opacity: 0.7;
  }

  .parts-img-contents-img1 {
    max-width: 410px;
    margin: 0 auto 10px;
  }

  .parts-img-contents-img2 {
    max-width: 844px;
    margin: 0 auto 10px;
  }

  .parts-bg-block-inner {
    padding: 0;
  }

  .parts-bg-title {
    padding: 0 70px;
  }

  .parts-bg-box {
    /* height: 653px; */
    margin-bottom: 50px;
    background: url(/module/images/bg_img_pc.png);
    background-position: top right;
    background-color: #F5FCFF;
    background-repeat: no-repeat;
    padding-top: 50px;
  }

  .parts-bg-box2 {
    /* height: 392px; */
    margin-bottom: 50px;
    background: url(/module/images/bg_img_pc.png);
    background-position: top right;
    background-color: #F5FCFF;
    background-repeat: no-repeat;
    padding-top: 50px;
  }

  .parts-sub-footer-box-inner {
    margin: 0 auto;
    max-width: 1004px;
  }

  .parts-sub-footer-list {
    display: flex;
    flex-wrap: wrap;
  }

  .parts-sub-footer-list__item {
    width: calc(100%/3 - 50px*2/3);
  }

  .parts-sub-footer-list__item:not(:nth-child(3n)) {
    margin-right: 50px;
  }

  /* .parts-sub-footer-data__head::before {
    top: 11px;
  }

  .parts-sub-footer-data__head::after {
    top: 3px;
  } */

  .db {
    display: inline-block;
  }

  .parts-linkbtn-tree {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
  }

  .parts-linkbtn-tree::after{
    content:"";
    width: 32%;
    display: block;
  }

  .parts-linkbtn-tree-item {
    width: 32%;
  }

  .parts-linkbtn-tow {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    width: 70%;
    max-width: 660px;
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .parts-linkbtn-tow-item {
    width: 47%;
  }

  .parts-abbreviation__list__tit {
    width: 35px;
  }
}

.h40 {
  height: 40px;
}

@media print, screen and (min-width: 800px) {
  .cmn-block-inner {
    max-width: 600px;
    margin: 0 auto;
  }
}

@media print, screen and (min-width: 900px) {
  .cmn-block-inner {
    max-width: 700px;
    margin: 0 auto;
  }
  .parts-sub-footer-list__item {
    width: calc(100%/4 - 50px*3/4);
  }

  .parts-sub-footer-list__item:not(:nth-child(3n)) {
    margin-right: initial;
  }

  .parts-sub-footer-list__item:not(:nth-child(4n)) {
    margin-right: 50px;
  }
}

@media print, screen and (min-width: 1000px) {

  .cmn-block-inner {
    max-width: 800px;
    margin: 0 auto;
  }

  .cmn-movie-contents-inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }

  .cmn-movie-contents-title {
    width: 100%;
    margin-bottom: 15px;
    font-size: 2.2rem;
  }

  .cmn-movie-contents-txt {
    width: 85%;
    margin-bottom: 25px;
  }

  .cmn-movie-contents-movie {
    width: 504px;
    height: 278px;
    position: relative;
  }

  .cmn-movie-contents-link {
    margin-left: auto;
    margin-top: 40px;
    text-align: left;
    width: 68%;
    max-width: 485px;
  }
}

@media print, screen and (min-width: 1100px) {
  .cmn-block-inner {
    max-width: 900px;
    margin: 0 auto;
  }
}

@media print, screen and (min-width: 1200px) {
  .cmn-block-inner {
    max-width: 1004px;
    margin: 0 auto;
  }
}


/* news */
@media print, screen and (min-width: 768px) {}

.top-news-contents.news .top-news-select-list,
.top-news-contents.news .under-news-select-list {
  margin-bottom: 50px;
}

.top-news-contents.news .cmn-title-h2 {
  margin-bottom: 30px;
}

.top-news-contents.news .top-news-list {
  margin-bottom: 60px;
}
.js_h2title.no_found.active{
  padding: 0 0 100px;
  border-bottom: 1px solid #DDDDDD;
  font-size: 1.6rem;
  width: 100%;
}

/* table(表組み)のスタイル調整 */
.parts-table-spaceTop {
  margin-top: 16px;
}
.parts-table-spaceBottom {
  margin-bottom: 16px;
}

/*============================
マテリアル　materialityArea
==============================*/
.parts-tabular-list:has(.parts-materiality-area){
  margin-bottom: 0;
}
.parts-materiality-area .parts-materiality-table-scroll{
  overflow-x: auto;
}
.parts-materiality-area table{
  border-collapse: collapse;
  border-spacing: 0;
  width: 1000px;
  font-size: 1.6rem;
}
.parts-materiality-area td,th{
  border: 4px solid #fff;
  padding: 10px;
  text-align: left;
}
.parts-materiality-area td{
  padding-right: 0;
}
.parts-materiality-area th.parts-material-ttl{
  padding-top: 0;
}
.parts-materiality-area .parts-material-cat{
  width: 210px;
  font-size: 1.8rem;
  color: #1d2088;
  text-align: center;
  vertical-align: middle;
  padding: 20px;
}
.parts-materiality-area .parts-material-cat--type1{
  background-color: #ddf0ff;
}
.parts-materiality-area .parts-material-cat--type2{
  background-color: #a1d6fe;
}
.parts-materiality-area .parts-material-cont{
  width: auto;
  text-indent: -1.2em;
  padding-left: 3em;
}
.parts-materiality-area .parts-material-cont::before{
  content: "●";
  font-size: 1rem;
  margin-right: 6px;
}
.parts-materiality-area .parts-material-r1 .parts-material-cont::before{
  color: #015AAA;
}
.parts-materiality-area .parts-material-r2 .parts-material-cont::before{
  color: #157049;
}
.parts-materiality-area .parts-material-r4 .parts-material-cont::before{
  color: #009FD7;
}
.parts-materiality-area .parts-material-r5 .parts-material-cont::before{
  color: #F58355;
}
.parts-materiality-area .parts-material-r6 .parts-material-cont::before{
  color: #814C75;
}
.parts-materiality-area .parts-material-r1{
  height: 68px;
}
.parts-materiality-area .parts-material-r2{
  height: 34px;
}
.parts-materiality-area .parts-material-r99 span.btn-tag.table.pa-right.parts-material-detail{
  margin-top: -18px;
}
.parts-materiality-area .parts-material-detail{
  font-size: 1.6rem;
  margin-top: 0;
}
.parts-materiality-arrow{
  padding: 0 0 0 36px;
  margin-left: 15px;
}
/*============================
parts-r99の読み上げとフォーカス対策
==============================*/
.parts-materiality-area{
  --overlap: 100px;/* ずらし量 */
}
.parts-materiality-area .parts-material-r99,
.parts-materiality-area .parts-material-r4,
.parts-materiality-area .parts-material-r5,
.parts-materiality-area .parts-material-r6{
  position: relative;
  top: calc(var(--overlap) * -1);
}
/* parts-r99 は読み上げとフォーカス用のため中身は非表示（高さは保持） */
.parts-materiality-area .parts-material-r99 .parts-material-cont { opacity: 0; }
/* .cat2 の見た目だけを「全高 − 100px」に短縮（背景を擬似要素で描画） */
.parts-materiality-area .parts-material-cat2{
  position: relative;
  background: transparent; /* 既存の背景色を無効化 */
}
.parts-materiality-area .parts-material-cat2::before{
  content: "";
  position: absolute;
  left: 0; right: 0; top: 0;
  bottom: var(--overlap);
  background: #a1d6fe;
  pointer-events: none;
  box-sizing: border-box;
}
.parts-materiality-area .parts-material-cat2 span{
  position: relative;
  top: -50px;
}