@charset "UTF-8";

.top-information-block-inner span {
  font-size: 16px;
  text-decoration: underline;
}

/*local-nav*/
.l-l-nav {
  display: flex;
  justify-content: flex-end;
}

.localNav {
  width: 100%;
  padding: 10px 3vw;
  background-color: #E8E9F3;
  box-sizing: border-box;
}

.localNav .__menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}

.localNav .__menu .__dli-plus {
  color: #333;
  line-height: 1;
  width: 1em;
  height: 0.1em;
  background: currentColor;
  position: relative;
}

.localNav .__menu .__dli-plus::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  transform: rotate(90deg);
  transition: .3s;
}

.localNav .__menu.is--open .__dli-plus::before {
  transform: rotate(0deg);
}

.localNav .__openMenu {
  padding: 20px 0;
  display: none;
}

.localNav .__openMenu .__layer1 li:not(:last-child) {
  margin-bottom: 20px;
}

.localNav .__openMenu .__layer1 li a {
  font-size: 14px;
  font-weight: bold;
}

.localNav .__openMenu .__layer1 .__categoryMenu {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.localNav .__openMenu .__layer1 .__categoryMenu span {
  line-height: 1;
}

.localNav .__openMenu .__layer1 .__categoryMenu.is--openmenu span {
  transform: scale(-1);
}

.localNav .__openMenu .__layer1 .__layer2 {
  padding-left: 10px;
  display: none;
}

.localNav .__openMenu .__layer1 .__layer2 li {
  margin-bottom: 20px;
}

.localNav .__openMenu .__layer1 .__layer2 li a {
  font-weight: normal;
  position: relative;
}

.l-technicalRreport__top {
  margin-top: 30px;
}

.l-technicalRreport__top>div {
  overflow: hidden;
}

.l-technicalReport__top-img figure.is--sp {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}

.l-technicalRreport__trend.top-trend-block {
  background-color: #fff;
}

.l-technicalRreport__trend .l-technicalRreport__trend-tit {
  font-size: 22px;
}

.l-technicalRreport__trend .l-technicalRreport__trend-tit span {
  font-size: 16px;
}

.l-technicalReport__parts-blo .__booktit {
  font-size: 22px;
  margin-bottom: 16px;
}

.l-technicalReport__parts-blo .__tit {
  margin-top: 40px;
  margin-bottom: 13px;
  font-size: 22px;
}

.l-technicalReport__parts-blo .__latest-issue {
  margin-bottom: 85px;
}

.l-technicalReport__parts-blo .__link a::after {
  display: inline-block;
  margin-left: 15px;
  width: 9px;
  height: 14px;
  background: url(/module/images/icn-menu.png);
  background-position: center;
  background-size: cover;
  background-size: 9px 14px;
  content: "";
}

.l-technicalReport__parts-blo .__latest-issue .__link-area .__txt {
  margin-bottom: 40px;
}

.c-technicalIssue .__tit {
  margin: 0;
}

.c-technicalIssue .__subtit {
  margin-bottom: 13px;
}

.c-technicalIssueH3 .__supplement {
  display: block;
}

.c-technicalIssueH3 .__booktit {
  display: inline-block;
}

.l-technicalReport__parts-blo .m--align-right.__link {
  font-size: 16px;
  text-decoration: underline;
}

.l-technicalReport__newest-issue {
  background: url(/images/cmn/bg-issue-sp.png)no-repeat;
  background-size: 100%;
  background-position: bottom;
  padding-bottom: 60px;
  margin-bottom: 0;
}

.l-technicalReport__newest-issue .__item:last-child {
  margin-bottom: 54px;
}

/* .l-technicalReport__newest-issue {
  position: relative;
} */

/* .l-technicalReport__newest-issue::before {
  content: '';
  position: absolute;
  background: url(../images/top/bg-issue.svg)no-repeat;
  background-size: 100%;
  width: 90vw;
  height: 400px;
  bottom: -3%;
  left: -17%;
  z-index: -10;
  transform: rotate(15deg);
} */

/* .l-technicalReport__newest-issue .__item {
  padding-top: 0;
  font-size: 16px;
  margin-bottom: 15px;
} */

.__flex .__item:first-child h3 {
  margin-top: 0;
}

.l-technicalReport__newest-issue .__item .__txt {
  margin-bottom: 14px;
}

.l-technicalReport__newest-issue .__item .__detail {
  padding-bottom: 0;
  font-weight: bold;
}

.l-technicalReport__newest-issue .__item .cmn-title-block-inner {
  padding-bottom: 0;
}

.l-technicalReport__newest-issue .cmn-title-h3 {
  display: block;
  /* margin-top: 0px; */
  margin-bottom: 14px;
}

.l-technicalReport__newest-issue .__small {
  font-size: 14px;
  display: block;
}

@media print,
screen and (max-width: 769px) {
  body {
    word-break: break-all;
  }
}

@media print,
screen and (min-width: 768px) {

  /*local-nav*/
  .l-l-nav {
    position: relative;
    background-color: #E8E9F3;
  }

  .l-l-nav__item {
    border-bottom: none;
    position: initial;
  }

  .l-l-nav__item::after {
    display: none;
  }

  .l-l-nav__item.__drop.open .__firstItem::after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 3px;
    background-color: #1D2088;
    bottom: 0;
    left: 0;
  }

  .l-l-nav__item.__drop.open .__firstItem {
    color: #1D2088;
  }

  .l-l-nav__item .__drop-item::after {
    margin-left: 10px;
    content: '';
    display: inline-block;
    height: 8px;
    width: 8px;
    transform: rotate(135deg);
    border-top: 1px solid #656565;
    border-right: 1px solid #656565;
    transition: .3s;
  }

  .l-l-nav__item .__firstItem {
    display: inline-block;
    padding: 23px 0;
    position: relative;
  }

  .l-l-nav__item .__firstItem:hover::after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 3px;
    background-color: #1D2088;
    bottom: 0;
    left: 0;
  }

  .l-l-nav__item.open .__drop-item::after {
    transform: scale(1) rotate(-45deg);
  }

  .l-l-nav__item .__inner {
    top: 57px;
    position: absolute;
    width: 100vw;
    left: 0;
    margin: 0 calc(50% - 50vw);
    background-color: #E8E9F3;
  }

  .l-l-nav__item.head-nav-pullDown {
    position: initial;
  }

  .l-l-nav__item.head-nav-pullDown:hover::after {
    display: none;
  }

  .l-l-nav__item .__inner .__current-box {
    max-width: 1004px;
    background-color: #E8E9F3;
    margin: auto;
    box-sizing: border-box;
    padding-left: 0;
  }

  .head-nav-pullDown .head-nav-list-txt.__drop-item a:after {
    display: inline-block;
    position: inherit;
    margin-left: 10px;
  }

  .l-l-nav .__item-wrap {
    max-width: 1004px;
    margin: auto;
    padding: 0 3vw 0 3vw;
  }

  .l-l-nav .__item-wrap a,
  .l-l-nav .__item-wrap button {
    font-size: 15px;
  }
  .l-l-nav .__item-wrap button {
    border: 0;
    background-color: inherit;
    font-family: '"Noto Sans CJK JP ,Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "YuGothic M", "メイリオ", Meiryo, Arial, sans-serif;
  }

  .l-l-nav .__item-wrap .__item a {
    position: relative;
  }

  .l-l-nav .__item-wrap a:hover,
  .l-l-nav .__item-wrap button:hover {
    color: #1D2088;
  }

  /* .l-l-nav .__item-wrap .__link a::after {
    display: inline-block;
    margin-left: 15px;
    width: 9px;
    height: 14px;
    background: url(/module/images/icn-menu.png);
    background-position: center;
    background-size: cover;
    background-size: 9px 14px;
    content: "";
  } */

  .l-l-nav .__item-wrap .__drow-menu {
    position: absolute;
    top: 73px;
  }

  .l-l-nav .__item-wrap .__drow-menu .head-nav-mega-data__body-inner {
    background-color: #E8E9F3;
    padding: 20px 10vw 40px;
  }

  .l-l-nav .__item-wrap .__drow-menu .__item {
    justify-content: flex-start;
  }

  .l-l-nav .__item-wrap .__drow-menu .__item li {
    width: 25%;
  }

  .l-l-nav .__item-wrap .__drow-menu .__item li:not(:nth-last-child(-n+4)) {
    margin-bottom: 10px;
  }

  .l-l-nav .__item-wrap .__drow-menu .__item li a:hover {
    border-bottom: 1px solid #000000;
  }

  .head-nav-mega-close.__close {
    top: 0;
  }

  .l-l-nav__wrap ul .menu-tit {
    display: none;
  }

  .l-l-nav__wrap .l-drow-box {
    display: block;
  }

  .l-c-tit {
    margin-bottom: 0;
    margin-right: 23px;
  }

  .l-c-tit::after {
    top: calc(50% - 6px);
    right: -20px;
    width: 7px;
    height: 7px;
  }

  .head-nav-list__item.l-l-nav__item,
  .l-l-nav__item {
    padding-right: 0;
    margin-right: 60px;
  }

  .l-l-nav__item:last-child {
    margin-right: 0;
  }

  .l-drow-box .l-l-nav__item:not(:last-child) {
    margin-bottom: 0;
  }

  .l-technicalRreport__top {
    margin-top: 0;
  }

  .l-technicalReport__parts-blo .__latest-issue {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 0;
  }

  .l-technicalReport__parts-blo.parts-bg-box {
    padding-bottom: 80px;
    margin-bottom: 0;
  }

  .l-technicalReport__parts-blo .__latest-issue .__img-area,
  .l-technicalReport__parts-blo .__latest-issue .__link-area {
    flex: 1;
  }

  .l-technicalReport__parts-blo .__latest-issue .__link-area {
    margin-left: 101px;
    ;
  }

  .l-technicalReport__parts-blo .__latest-issue .__link-area>ul {
    margin-bottom: 44px;
  }

  .l-technicalReport__parts-blo .__booktit {
    margin-bottom: 22px;
  }

  .l-technicalReport__parts-blo .__link-area .__link,
  .l-technicalReport__parts-blo .__link-area .__exlink {
    letter-spacing: inherit;
    margin-bottom: 18px;
  }

  .l-technicalReport__parts-blo .__link-area .__link:last-child,
  .l-technicalReport__parts-blo .__link-area .__exlink:last-child {
    margin-bottom: 0;
  }

  .l-technicalReport__parts-blo .__link-area .__link a:hover,
  .l-technicalReport__parts-blo .__link-area .__exlink a:hover {
    opacity: .7;
  }

  /* .l-technicalReport__newest-issue::before {
    top: -2vw;
    left: -10vw;
    height: 30vw;
    width: 30vw;
    background-size: 100%;
    transform: rotate(25deg);
  } */

  /* .l-technicalReport__newest-issue::after {
    content: '';
    position: absolute;
    background: url(../images/top/bg-issue.svg)no-repeat;
    background-size: 40%;
    width: 85vw;
    height: 30vw;
    bottom: -110px;
    right: -65vw;
    z-index: -10;
    transform: rotate(9deg);
  } */
  .l-technicalReport__newest-issue {
    background: url(/images/cmn/bg-issue.png);
    background-size: 100%;
    margin-top: 0;
    padding-top: 50px;
  }

  .l-technicalReport__newest-issue .__flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .l-technicalReport__newest-issue .__flex .__item {
    width: calc(50% - 30px/2);
  }

  .l-technicalReport__newest-issue .__flex .__item:last-child {
    margin-bottom: 0;
  }

  .l-technicalReport__newest-issue .__flex .__item:nth-child(-n+2) h3 {
    margin-top: 0;
  }

  .l-technicalReport__newest-issue .cmn-title-block-inner {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 20px;
  }

  .l-technicalReport__newest-issue .__flex .cmn-title-block-inner.__item {
    width: calc(50% - 40px/2);
    padding: 0;
    margin-bottom: 0;
  }

  .l-technicalReport__newest-issue .__flex .__item:nth-child(-n+2) {
    margin-bottom: 30px;
  }

  .l-technicalReport__newest-issue .__item .__txt {
    padding: 0;
    margin-bottom: 22px;
  }


}

@media print,
screen and (min-width: 1000px) {
  .l-l-nav .__item-wrap {
    padding: 0 10vw 0 10vw;
  }

}

@media print,
screen and (min-width: 1200px) {
  .head-title {
    margin-top: 0;
  }

  .l-l-nav .__item-wrap {
    max-width: 1004px;
  }
}