@media screen and (min-width:769px) {
  .pc {
    display: inherit !important;
  }
}
@media screen and (max-width:768px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width:769px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width:768px) {
  .sp {
    display: inherit !important;
  }
}

body {
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}

a {
  color: #1c7773;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
@media screen and (min-width:769px) and ( max-width:1200px) {
  header .gnavi > dl {
    width: 100%;
  }
}
header .gnavi > dl > dd {
  width: 1059px;
  left: 0;
  top: 53px;
}
@media screen and (min-width:769px) and ( max-width:1200px) {
  header .gnavi > dl > dd {
    width: 100%;
  }
}
header .gnavi > dl > dd dl {
  width: 1059px;
  padding: 35px 93px 15px;
}
@media screen and (min-width:769px) and ( max-width:1200px) {
  header .gnavi > dl > dd dl {
    width: auto;
    padding: 35px 20px 15px;
  }
}
header .gnavi > dl > dd > p {
  width: 1059px;
  padding: 0 93px 26px;
  border-bottom: none;
}
@media screen and (min-width:769px) and ( max-width:1200px) {
  header .gnavi > dl > dd > p {
    padding-right: 20px;
    width: 100%;
  }
}
header .gnavi > dl > dd dd li {
  width: calc((100% / 3) - 4px);
}
header .gnavi > dl > dd dd li:nth-child(3n+1) {
  width: calc(100% / 3);
  margin: 0 0 4px 0;
}
header .gnavi > dl > dd dd li a {
  background-position: right 10px center;
}
@media screen and (min-width:769px) and ( max-width:1200px) {
  header .gnavi > dl > dt {
    width: auto !important;
  }
}
@media screen and (min-width:769px) and ( max-width:1200px) {
  header .gnavi > dl > dt a {
    padding: 0 10px;
    width: 300px;
  }
  :lang(en) header .gnavi > dl > dt a {
    white-space: normal;
  }
}
@media screen and (min-width:1201px) {
  header .gnavi > dl > dt a {
    padding: 0 37px;
  }
}

@media screen and (min-width:769px) {
  header.fixed .header_inner {
    width: 1200px;
  }
}
@media screen and (min-width:769px) and ( max-width:1200px) {
  header {
    width: auto;
    min-width: 0;
    position: fixed;
    top: 0;
    background-color: #fff;
  }
  header .header_inner {
    width: auto;
    min-width: 0;
  }
  header .header_inner .title {
    position: relative;
  }
  header .header_inner .title .logo a > img:last-child {
    display: none;
  }
  header .header_inner .title .link {
    top: 12px;
    right: 75px !important;
  }
  header .header_inner .title .other_link {
    top: auto;
    bottom: 17px;
    right: 70px;
  }
}
@media screen and (min-width:769px) and ( max-width:1200px) {
  header .search {
    right: 10px;
  }
}
header .search a {
  display: inline-block;
}
@media screen and (max-width:768px) {
  header {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  }
  header .sp_gnavi ul.link li:first-child {
    display: none;
  }
  header .sp_gnavi ul.link li:nth-of-type(3) a {
    border-bottom: solid 2px #fff;
  }
  header .sp_gnavi ul.link li:last-child a {
    border-bottom: none;
  }
  header .sp_gnavi dd li {
    background-position: 0 6px;
  }
}
header.fixed {
  min-width: 1200px;
  width: 100%;
}
@media screen and (min-width:769px) and ( max-width:1200px) {
  header.fixed {
    min-width: 0;
  }
  header.fixed .header_inner {
    width: auto;
    min-width: 0;
    margin: 0;
  }
}
@media screen and (max-width:768px) {
  header.fixed {
    width: 100%;
    min-width: auto;
  }
}
header .title .logo a {
  display: inline-block;
}
header .title .link {
  background: #707070;
  display: flex !important;
  right: 272px;
}
header .title .link li:not(:nth-last-child(2)) {
  border-right: 1px solid #fff;
}
header .title .link li a {
  color: #fff;
  font-size: 1.2rem;
  padding: 6px 13px 5px;
}
header .title .link li a::after {
  display: none !important;
}
header .title .link li:last-child {
  display: none;
}
header .title .other_link {
  position: absolute;
  top: 30px;
  right: 88px;
  padding: 0 5px;
  display: flex !important;
  gap: 0 10px;
}
header .title .other_link li a {
  background: #707070;
  color: #fff;
  display: inline-block;
  font-size: 1.2rem;
  padding: 5px;
  border-radius: 20px;
  padding: 6px 17px 5px;
}
header .title .other_link li.bg__green a {
  background-color: #1c7773;
}

.search_window input[type=text] {
  padding: 0 5px;
}
@media screen and (min-width:769px) and ( max-width:1200px) {
  .search_window aside {
    min-width: 0;
    width: calc(100% - 20px);
  }
}
footer {
  margin-top: 80px;
  min-width: 1200px;
  width: 100%;
}
@media screen and (max-width:768px) {
  footer {
    margin-top: 40px;
    width: 100%;
    min-width: auto;
  }
  footer > .menu nav.misc ul li {
    margin: 0 0 8px;
  }
  footer > .menu nav.misc ul:last-child li {
    margin: 0 0 8px;
  }
  footer > .menu nav.misc ul:last-child li:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width:768px) {
  footer .menu nav.misc {
    overflow: auto;
  }
  footer .menu nav.misc ul li {
    overflow: visible;
    padding: 3px;
  }
  footer .menu nav.misc ul li a {
    background-position: 0 8px;
    line-height: 1.6;
  }
  footer .menu nav.misc ul li a:focus {
    outline-width: 2px;
    border-radius: 2px;
  }
}
@media screen and (max-width:768px) {
  footer .menu aside dl dd br:first-child {
    display: none;
  }
}
footer .menu aside .sns {
  display: flex;
  column-gap: 43px;
  margin-top: -2px;
}
@media screen and (max-width:768px) {
  footer .menu aside .sns {
    column-gap: 37px;
    justify-content: center;
    margin: 16px 0 12px;
  }
}
footer .menu aside .sns a {
  background-position: 0 center;
  background-size: auto 24px;
  background-repeat: no-repeat;
  display: block;
  padding: 12px 0 12px 32px;
  background-size: 24px 24px;
  color: #000;
  font-size: 1.2rem;
  min-height: 24px;
  text-decoration: none;
}
@media screen and (max-width:768px) {
  footer .menu aside .sns a {
    background-position: center 0;
    width: auto;
    margin: 0 auto;
    font-size: 1.4rem;
    padding: 43px 0 0 !important;
    text-align: center;
  }
}
footer .menu aside .sns a:hover {
  text-decoration: underline;
}
footer .menu aside .sns .Footer_YouTube a {
  background-image: url("/ja/common/css/image/000000052.png");
  background-size: auto 27px;
  padding-left: 53px;
  background-position: 0 4px;
}
@media screen and (max-width:768px) {
  footer .menu aside .sns .Footer_YouTube a {
    background-position: center 0;
  }
}
footer .menu aside .sns .Footer_Instagram a {
  background-image: url("/ja/common/css/image/000000048.png");
  background-size: auto 30px;
  padding-left: 44px;
  background-position: 0 3px;
}
@media screen and (max-width:768px) {
  footer .menu aside .sns .Footer_Instagram a {
    background-position: center 0;
  }
}
footer .menu aside .sns .Footer_Facebook a {
  background-image: url("/ja/common/css/image/000000047.png");
  background-size: auto 30px;
  padding-left: 44px;
  background-position: 0 2px;
}
@media screen and (max-width:768px) {
  footer .menu aside .sns .Footer_Facebook a {
    background-position: center 0;
  }
}
@media screen and (max-width:768px) {
  footer .inquire ul {
    display: flex;
    flex-wrap: wrap;
  }
  footer .inquire ul li {
    width: 50%;
    padding: 0 10px 5px 0;
    line-height: 1.4;
  }
  footer .inquire ul li a {
    padding-top: 4px 0 4px 30px !important;
    background-position: 2px 6px !important;
  }
  footer .inquire ul li:nth-child(2) a {
    background-position: 2px 7px !important;
  }
  footer .inquire ul li:nth-child(3) a {
    background-position: 4px 6px !important;
  }
  footer .inquire ul li:nth-child(4) a {
    background-position: 1px 6px !important;
  }
}

.file__info {
  display: inline-block;
}

i {
  display: inline-block;
  margin: -2px 2px 0;
}
i.PDF {
  background: url("/ja/common/css/image/000000013.svg") no-repeat 0 0/cover;
  width: 12px;
  height: 14px;
  position: relative;
  top: 2px;
  margin-right: 5px;
}
i.star {
  background: url("/ja/common/css/image/000000018.svg") no-repeat 0 0/cover;
  width: 12px;
  height: 12px;
  position: relative;
  top: 2px;
}
@media screen and (max-width:768px) {
  i.star {
    top: 3px;
  }
}
i.XLS, i.XLSX {
  background: url("/ja/common/css/image/000000040.png") no-repeat 0 0/cover;
  width: 12px;
  height: 14px;
  position: relative;
  top: 2px;
  margin-right: 5px;
}
i.DOC, i.DOCX {
  background: url("/ja/common/css/image/000000036.png") no-repeat 0 0/cover;
  width: 12px;
  height: 14px;
  position: relative;
  top: 2px;
  margin-right: 5px;
}
i.PPT, i.PPTX {
  background: url("/ja/common/css/image/000000038.png") no-repeat 0 0/cover;
  width: 12px;
  height: 14px;
  position: relative;
  top: 2px;
  margin-right: 5px;
}
i.ZIP {
  background: url("/ja/common/css/image/000000041.png") no-repeat 0 0/cover;
  width: 12px;
  height: 14px;
  position: relative;
  top: 2px;
  margin-right: 5px;
}

:lang(en) header .title .link {
  right: 334px;
}
@media screen and (min-width:769px) and ( max-width:1200px) {
  :lang(en) header .title .link {
    right: 75px;
  }
}
:lang(en) .gnavi > dl {
  width: 999px;
}
@media screen and (min-width:769px) and ( max-width:1200px) {
  :lang(en) .gnavi > dl {
    width: auto;
  }
}
:lang(en) .gnavi > dl > dd {
  width: 999px;
}
@media screen and (min-width:769px) and ( max-width:1200px) {
  :lang(en) .gnavi > dl > dd {
    width: 100%;
  }
}
:lang(en) .gnavi > dl > dd dl {
  width: 999px;
}
@media screen and (min-width:769px) and ( max-width:1200px) {
  :lang(en) .gnavi > dl > dd dl {
    width: auto;
  }
}
:lang(en) .gnavi > dl > dd > p {
  width: 999px;
}
@media screen and (min-width:769px) and ( max-width:1200px) {
  :lang(en) .gnavi > dl > dd > p {
    width: auto;
  }
}
header.header__en .title .link {
  right: 334px;
}
header.header__en .gnavi > dl {
  width: 999px;
}
@media screen and (min-width:769px) and ( max-width:1200px) {
  header.header__en .gnavi > dl {
    width: auto;
  }
  header.header__en .gnavi > dl a {
    white-space: normal;
  }
}
header.header__en .gnavi > dl > dd {
  width: 999px;
}
@media screen and (min-width:769px) and ( max-width:1200px) {
  header.header__en .gnavi > dl > dd {
    width: 100%;
  }
}
header.header__en .gnavi > dl > dd dl {
  width: 999px;
}
@media screen and (min-width:769px) and ( max-width:1200px) {
  header.header__en .gnavi > dl > dd dl {
    width: auto;
  }
}
header.header__en .gnavi > dl > dd > p {
  width: 999px;
}
@media screen and (min-width:769px) and ( max-width:1200px) {
  header.header__en .gnavi > dl > dd > p {
    width: auto;
  }
}
.dirtop .title__bg {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
@media screen and (min-width:769px) and ( max-width:1200px) {
  .dirtop .title__bg {
    width: 1200px;
    margin: 0 0;
  }
}
@media screen and (max-width:768px) {
  .dirtop .title__bg {
    margin: 0 0;
    width: auto;
  }
}
.dirtop .title__area {
  padding: 30px 0;
  margin: 0 auto;
  max-width: 1366px;
  position: relative;
}
@media screen and (max-width:768px) {
  .dirtop .title__area {
    padding: 15px 0;
  }
}
.dirtop .title__area .inner {
  background-color: rgba(0, 0, 0, 0.6);
  max-width: 700px;
  margin: 0 auto;
  padding: 18px 60px 15px;
  display: block;
  position: relative;
}
@media screen and (max-width:768px) {
  .dirtop .title__area .inner {
    margin: 0 auto;
    max-width: 335px;
    padding: 13px 10px 8px;
  }
}
.dirtop .title__area .inner:focus-visible {
  outline: 2px solid #000;
}
.dirtop .title__area h1 {
  color: #fff;
  font-size: 4rem;
  text-align: center;
  margin-bottom: 13px;
}
@media screen and (max-width:768px) {
  .dirtop .title__area h1 {
    font-size: 2.4rem;
    margin-bottom: 5px;
  }
}
.dirtop .title__area h1::only-child {
  margin-bottom: 0;
}
@media screen and (max-width:768px) {
  .dirtop .title__area h1::only-child {
    margin-bottom: 0;
  }
}
.dirtop .title__area p {
  color: #fff;
  text-align: center;
}
@media screen and (max-width:768px) {
  .dirtop .title__area p {
    font-size: 1rem;
  }
}
.dirtop .title__txt {
  background-color: #a1cecc;
  font-size: 1.6rem;
  padding: 16px 0 14px;
  margin: 0px calc(50% - 50vw) 81px;
  width: 100vw;
  text-align: center;
  min-height: 3em;
}
.dirtop .title__txt span {
  display: block;
  line-height: 1.5;
  max-width: 980px;
  text-align: center;
  margin: 0 auto;
}
@media screen and (min-width:769px) and ( max-width:1200px) {
  .dirtop .title__txt {
    width: 1200px;
    margin: 0 0 40px;
  }
}
@media screen and (max-width:768px) {
  .dirtop .title__txt {
    font-size: 1.4rem;
    margin: 0 0 40px;
    width: auto;
    line-height: 1.5;
    padding: 12px 40px 12px;
  }
  .dirtop .title__txt span {
    text-align: left;
  }
}
.dirtop .title__txt + .column__Area {
  margin-top: 80px;
}
@media screen and (max-width:768px) {
  .dirtop .title__txt + .column__Area {
    margin-top: 45px;
  }
}
@media screen and (min-width:769px) {
  .dirtop.press .breadcrumbs {
    margin: 17px 0 39px;
  }
}
@media screen and (max-width:768px) {
  .dirtop.press .breadcrumbs {
    margin: 17px 4% 20px;
  }
}
.dirtop.press main {
  overflow: visible;
}
.dirtop.press main::after {
  content: "";
  display: block;
  clear: both;
}
.dirtop.press .title__wrap {
  margin: 0 calc(49.1% - 50vw);
  width: 100vw;
  min-width: 1200px;
  overflow: hidden;
}
@media screen and (min-width:768px) and ( max-width:980px) {
  .dirtop.press .title__wrap {
    overflow: visible;
    margin: 0 0;
    width: auto;
  }
}
@media screen and (max-width:768px) {
  .dirtop.press .title__wrap {
    overflow: visible;
    margin: 0 0;
    width: auto;
    min-width: auto;
  }
}
@media screen and (min-width:981px) and ( max-width:1200px) {
  .dirtop.press .title__wrap {
    margin: 0 calc((100vw - 980px) / 2 * -1);
  }
}
@media screen and (min-width:769px) and ( max-width:980px) {
  .dirtop.press .title__wrap {
    margin: 0 0;
  }
}
.dirtop.press .title__wrap .title__bg {
  margin: 0;
  width: auto;
}
@media screen and (max-width:768px) {
  .dirtop.press .title__wrap .title__bg {
    margin: 0;
  }
}
.dirtop.press .title__wrap .inner {
  right: -9px;
}
@media screen and (min-width:768px) and ( max-width:980px) {
  .dirtop.press .title__wrap .inner {
    right: 23px;
  }
}
@media screen and (max-width:768px) {
  .dirtop.press .title__wrap .inner {
    right: 0;
  }
}
.dirtop.press .title__wrap .title__txt {
  margin: 0px 0 81px;
}
@media screen and (min-width:768px) and ( max-width:980px) {
  .dirtop.press .title__wrap .title__txt {
    width: auto;
  }
}
@media screen and (max-width:768px) {
  .dirtop.press .title__wrap .title__txt {
    margin: 0 0 40px;
  }
}
.dirtop.press .title__bg {
  background: url("/ja/common/css/image/000002130.jpg") no-repeat center center/cover;
}
@media screen and (max-width:768px) {
  .dirtop.press .title__bg {
    background: none;
  }
}
@media screen and (max-width:768px) {
  .dirtop.press .title__bg .title__area {
    background: url("/ja/common/css/image/000002130.jpg") no-repeat center center/auto 100%;
  }
}
:lang(en) .dirtop .title__area .inner {
  padding: 33px 60px 28px;
}
@media screen and (max-width:768px) {
  :lang(en) .dirtop .title__area .inner {
    padding: 18px 10px 17px;
  }
}
:lang(en) .dirtop .title__area .inner h1 {
  margin-bottom: 0;
}
:lang(en) .dirtop .title__txt {
  margin-top: 0;
}
@media screen and (max-width:768px) {
  :lang(en) .dirtop .title__txt {
    padding: 14px 40px 12px;
  }
}

a.banner__link {
  display: block;
}
a.banner__link:hover img {
  transition: 0.5s all;
  opacity: 0.6;
}

::-webkit-full-page-media, :future, :root[lang=ja] .gnavi > dl > dd dl {
  width: 1059px;
}

::-webkit-full-page-media, :future, :root[lang=ja] .gnavi > dl > dd {
  width: 1059px;
}

::-webkit-full-page-media, :future, :root[lang=ja] .gnavi > dl > dd > p {
  width: 1059px;
}
@media screen and (min-width:769px) and ( max-width:1200px) {
  ::-webkit-full-page-media, :future, :root[lang=ja] .gnavi > dl > dd dl {
    width: auto !important;
  }
  ::-webkit-full-page-media, :future, :root[lang=ja] .gnavi > dl > dd {
    width: 100% !important;
  }
  ::-webkit-full-page-media, :future, :root[lang=ja] .gnavi > dl > dd > p {
    width: auto !important;
  }
}
::-webkit-full-page-media, :future, :root .pcMode .gnavi > dl > dd dl {
  width: 1059px;
}

::-webkit-full-page-media, :future, :root .pcMode .gnavi > dl > dd {
  width: 1059px;
}

::-webkit-full-page-media, :future, :root .pcMode .gnavi > dl > dd > p {
  width: 1059px;
}
@media screen and (min-width:769px) and ( max-width:1200px) {
  ::-webkit-full-page-media, :future, :root .pcMode .gnavi > dl > dd dl {
    width: auto !important;
  }
  ::-webkit-full-page-media, :future, :root .pcMode .gnavi > dl > dd {
    width: 100% !important;
  }
  ::-webkit-full-page-media, :future, :root .pcMode .gnavi > dl > dd > p {
    width: auto !important;
  }
}
::-webkit-full-page-media, :future, :root[lang=en] .gnavi > dl > dd dl {
  width: 1017px;
}

::-webkit-full-page-media, :future, :root[lang=en] .gnavi > dl > dd {
  width: 1017px;
  left: -9px;
}

::-webkit-full-page-media, :future, :root[lang=en] .gnavi > dl > dd > p {
  width: 1017px;
}
@media screen and (min-width:769px) and ( max-width:1200px) {
  ::-webkit-full-page-media, :future, :root[lang=en] .gnavi > dl > dd dl {
    width: auto !important;
  }
  ::-webkit-full-page-media, :future, :root[lang=en] .gnavi > dl > dd {
    width: 100% !important;
    left: 0 !important;
  }
  ::-webkit-full-page-media, :future, :root[lang=en] .gnavi > dl > dd > p {
    width: auto !important;
  }
}
::-webkit-full-page-media, :future, :root .header__en .gnavi > dl > dd dl {
  width: 1017px;
}

::-webkit-full-page-media, :future, :root .header__en .gnavi > dl > dd {
  width: 1017px;
  left: -9px;
}

::-webkit-full-page-media, :future, :root .header__en .gnavi > dl > dd > p {
  width: 1017px;
}
@media screen and (min-width:769px) and ( max-width:1200px) {
  ::-webkit-full-page-media, :future, :root .header__en .gnavi > dl > dd dl {
    width: auto !important;
  }
  ::-webkit-full-page-media, :future, :root .header__en .gnavi > dl > dd {
    width: 100% !important;
    left: 0 !important;
  }
  ::-webkit-full-page-media, :future, :root .header__en .gnavi > dl > dd > p {
    width: auto !important;
  }
}
main.search_ja, main.search_en {
  width: 980px;
  min-width: 980px;
  min-height: 860px;
  margin: 0 auto;
}
@media screen and (max-width:768px) {
  main.search_ja, main.search_en {
    min-height: 0;
    min-width: 0;
    width: auto;
  }
}
main.search_ja input[type=text], main.search_en input[type=text] {
  border: 1px solid #767676;
  background-color: #fff;
  font-weight: normal;
}
main.search_ja select, main.search_en select {
  border: 1px solid #767676;
  background-color: #fff;
  -webkit-appearance: listbox;
  font-weight: normal;
}
main.search_ja a, main.search_en a {
  color: inherit;
}
main.search_ja strong, main.search_en strong {
  font-weight: normal;
}

@media print {
  .top header {
    background: #fff;
    height: 81px;
  }
  .top header.fixed {
    background: #fff;
  }
  .top .MainVisual .slick-slide[aria-hidden=true] .MainVisual-slide__txt {
    width: 600px;
    display: none;
  }
  .top .MainVisual .slick-slide .MainVisual-slide__txt .pc {
    width: 30em;
  }
  .top .MainVisual-slide__txt.sp {
    display: none;
  }
  header {
    height: 87px;
  }
  header .header_inner .title .link,
  header .header_inner .title .other_link {
    display: none !important;
  }
  .img__linkList .list li a,
  .link__list li a,
  .AboutTop .map__layout ul li a,
  .img__Magazine .list li a {
    background-position: 0 10px;
  }
  .NewsList__ico {
    margin-top: 7px;
  }
  .link__list.column2 li:nth-child(2n-1) {
    padding-right: 10px;
  }
  .link__list.column2 li:nth-child(2n) {
    padding-left: 10px;
  }
  .AboutTop .map__layout .list-wrap ul:first-child li {
    padding-right: 10px;
  }
  .AboutTop .map__layout .list-wrap ul:nth-child(2) li {
    padding-right: 10px;
    padding-left: 10px;
  }
  .AboutTop .map__layout .list-wrap ul:last-child li {
    padding-left: 10px;
  }
  body {
    overflow-y: visible;
    overflow-x: visible;
    zoom: 90%;
    padding: 0 !important;
    font-size: 240%;
  }
  body main {
    min-width: 0 !important;
    font-size: 95%;
  }
  .box,
  .column__text {
    page-break-inside: avoid;
  }
  .lowerpage .disc__list > li::before {
    top: 10px;
  }
  .lowerpage .note__list {
    font-size: 2.2rem;
  }
  .lowerpage .faq__question p {
    font-size: inherit;
  }
  .lowerpage .map__Area .map__txt .img__map {
    width: 300px;
  }
  .lowerpage .column__Area .box .mid__ttl {
    font-size: 2.1rem;
  }
  .lowerpage .column__Area .box .small__ttl {
    font-size: 2rem;
  }
  .lowerpage .column__Area .box .least__ttl {
    font-size: 1.9rem;
  }
  .today .img__Magazine .other__Link li.more__info a {
    padding: 12px 30px;
  }
  .today .file__info {
    font-size: 1.4rem;
  }
  .dirtop.press .title__wrap {
    margin: 0 auto;
    width: auto;
    min-width: auto;
  }
  .dirtop.press .title__wrap .title__txt {
    margin-right: auto;
    margin-left: auto;
    width: auto;
  }
  .dirtop.press .title__area .inner {
    width: 620px;
    right: 0;
  }
  .dirtop.press .title__area h1 {
    zoom: 0.8;
  }
  .dirtop.press main > #h1_title {
    width: 980px !important;
  }
  .dirtop .title__bg {
    margin: 0;
    width: auto;
  }
  .dirtop .title__txt {
    margin: 0;
    width: auto;
  }
  main > div#h1_title {
    width: auto !important;
  }
  main > div.main {
    padding: 0 5px !important;
  }
  div.main h2 {
    font-size: 2.5rem !important;
  }
  div.main h3 {
    font-size: 2.5rem !important;
  }
  div.main h5.annotation_h5 {
    font-size: 2rem !important;
  }
  div.main ol.notation li,
  div.main ul.notation li {
    font-size: 1.8rem !important;
  }
  .dirtop.today main .published__Magazine .issue,
  .dirtop.today main .published__Magazine .ttl,
  .dirtop.today main .published__txt {
    font-size: 1.8rem;
  }
  .dirtop.today main .img__Magazine .other__Link li span,
  .dirtop.today main .img__Magazine .other__Link li em,
  .dirtop.today main .published__Magazine .other__Link li {
    font-size: 1.4rem;
  }
  main .large_ttl {
    margin: 0 0 20px;
    padding: 0 0 0 45px;
    background: url("/ja/common/css/image/000000139.png") no-repeat;
    border-bottom: solid 6px #a1cecc;
    line-height: 1.2;
    color: #010101;
  }
  main .large_ttl h1 {
    margin: 0 0 5px;
    font-size: 3rem;
  }
  .Sustainability .box .small__ttl > span {
    font-size: 2.4rem;
  }
  .Sustainability .box .tiny__ttl span {
    font-size: 2.2rem;
  }
  .Sustainability .box .Msg__ttl {
    font-size: 2.4rem;
  }
  .video__Link em.external,
  .top__movie em.external,
  .top__movie + .BtnArea em.external,
  .VideoLink em.external {
    font-size: 1.6rem;
  }
  main p.btn_lookup a {
    background: linear-gradient(#494949, #2b2a2b) !important;
    border: solid 1px #bfbfbf !important;
    color: #fff !important;
  }
  .link__list li {
    background-position: 0 11px !important;
  }
  h4 {
    font-size: 2.4rem !important;
    line-height: 1.2 !important;
  }
  h5 {
    font-size: 2.4rem !important;
    line-height: 1.2 !important;
  }
  div.scroll table {
    width: 96%;
  }
  div.main table + ul.notation,
  div.main table + ol.notation,
  div.main div.scroll + ul.notation,
  div.main div.scroll + ol.notation {
    margin-top: 10px;
  }
}
@media screen and (max-width:768px) {
  main > #h1_title {
    padding-left: 40px !important;
    background-position: 13px 6px !important;
    background-size: 18px 18px !important;
  }
  main > #h1_title h1 {
    font-size: 1.8rem !important;
    padding-top: 5px !important;
    margin-bottom: 10px !important;
  }
}
@media print {
  div.main div.page_reference ul > li,
  div.main div.page_reference li.no-link {
    background-position: 0 8px !important;
  }
  div.main div.page_reference h4 {
    font-size: 2.4rem;
    background-position: 8px 10px !important;
  }
  div.main div.page_reference h4.simple {
    font-size: 2rem;
  }
  div.main h2 a[href] {
    background-position: 0 11px !important;
  }
  div.main dl.related dt {
    background-position: 8px 16px !important;
  }
  div.main ul > li {
    background-position: 0.8em 0.6em !important;
  }
  div.main h3 a {
    background-position: 0 0.25em !important;
  }
  div.main ul.double_greater > li {
    background-position: 0.1em 0.6em !important;
  }
  div.main ul.parataxis-list li {
    background-position: 0 14px !important;
  }
  div.main ul.plain_print > li {
    background-position: 0.8em 0.6em !important;
  }
  div.main dl > dt:before {
    position: relative;
    top: -2px;
  }
  div.information_left:not([class*=dw]) {
    width: 940px;
  }
}
div.main div.page_reference .others__wrap {
  padding: 5px 10px 10px;
}

main .main section.notfound_caution {
  min-height: 96px;
}
@media screen and (max-width:768px) {
  main .main section.notfound_caution {
    margin-top: 40px;
    min-height: auto;
  }
  main .main section.notfound_caution p {
    min-height: 10vw;
    padding: 0 0 0 13vw;
    background-size: 10vw;
  }
}
.c2.dirtop.press div.main table.block caption,
.c2.news div.main table.block caption,
.c2.topics div.main table.block caption,
.c2.event div.main table.block caption,
.c2.reference div.main table.block caption{
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  clip: rect(0, 0, 0, 0);
  border-width: 0;
  white-space: nowrap;
}
