@charset "UTF-8";
/**
 * Base
 */
@media screen and (max-width: 640px) {
  body {
    min-width: 0;
  }
}

/**
 * Header
 */
@media screen and (max-width: 640px) {
  header.global {
    position: relative;
  }
  header.global.is-figure .lower-area .sp-menu {
    z-index: 200;
  }
  header.global.is-figure .lower-area .global-nav .lvl1 > li > a::before {
    display: none;
  }
  header.global.is-figure .lower-area .global-nav .lvl1 > li > a {
    padding: 13px 40px 13px 15px;
  }
  header.global .contents-w {
    position: static;
  }
  header.global .upper-area {
    position: relative;
    height: 72px;
  }
  header.global .upper-area > .contents-w {
    padding-top: 0;
    height: auto;
  }
  header.global .upper-area .logo-block {
    position: absolute;
    left: 5.333333333vw;
    top: 50%;
    bottom: auto;
    margin-left: -6px;
    transform: translateY(-50%);
  }
  header.global .upper-area .logo-block .logo img {
    width: 225px;
    backface-visibility: hidden;
  }
  header.global .upper-area .logo-block .text {
    display: none;
  }
  header.global .upper-area .header-search {
    display: none;
  }
  header.global .upper-area .sp-menu-scroll-area {
    position: relative;
    height: calc(100vh - (72px + 42px));
    overflow-x: scroll;
  }
  header.global .upper-area .header-link a:hover {
    text-decoration: none;
  }
  header.global .upper-area .header-link .header-lang,
  header.global .upper-area .header-link .header-link-item--noseparator,
  header.global .upper-area .header-link .header-region {
    display: none;
  }
  header.global .upper-area .sp-menu-btn {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    border-left: 1px solid #d2d2d2;
    width: 73px;
  }
  header.global .upper-area .sp-menu-btn > span {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -1px 0 0 -16px;
    width: 32px;
    height: 2px;
    background-color: #005BAC;
    transition: background-color 0.3s;
  }
  header.global .upper-area .sp-menu-btn > span::before, header.global .upper-area .sp-menu-btn > span::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #005BAC;
    transition: 0.3s;
  }
  header.global .upper-area .sp-menu-btn > span::before {
    bottom: 100%;
    margin-bottom: 9px;
  }
  header.global .upper-area .sp-menu-btn > span::after {
    top: 100%;
    margin-top: 9px;
  }
  header.global .upper-area .sp-menu-btn.is-active > span {
    background-color: transparent;
  }
  header.global .upper-area .sp-menu-btn.is-active > span::before, header.global .upper-area .sp-menu-btn.is-active > span::after {
    background-color: #00B8EE;
  }
  header.global .upper-area .sp-menu-btn.is-active > span::before {
    bottom: 0;
    margin-bottom: 0;
    transform: rotate(45deg);
  }
  header.global .upper-area .sp-menu-btn.is-active > span::after {
    top: 0;
    margin-top: 0;
    transform: rotate(-45deg);
  }
  header.global .lower-area {
    position: static;
  }
  header.global .lower-area::before {
    content: none;
  }
  header.global .lower-area .sp-menu {
    display: none;
    position: absolute;
    top: 72px;
    left: 0;
    width: 100%;
    z-index: 2;
    height: calc(100vh - 72px);
    background-color: #fff;
  }
  header.global .lower-area .sp-menu-search {
    display: inherit;
    border-bottom: 1px solid #d2d2d2;
    padding: 12px 15px;
    height: 73px;
  }
  header.global .lower-area .sp-menu-search form {
    position: relative;
    height: 100%;
  }
  header.global .lower-area .sp-menu-search input[type=text] {
    border-radius: 3px 0 0 3px;
    padding: 0 70px 0 16px;
    width: 100%;
    height: 100%;
    background-color: #f3f3f3;
    font-size: 1.6rem;
  }
  header.global .lower-area .sp-menu-search input[type=text]::-webkit-input-placeholder {
    padding-top: 0.15em;
    line-height: 1;
  }
  header.global .lower-area .sp-menu-search button {
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    border-radius: 0 3px 3px 0;
    width: 59px;
    height: 100%;
    background-color: #005BAC;
  }
  header.global .lower-area .sp-menu-search button svg {
    position: absolute;
    top: calc(50% - 8px);
    left: 22px;
    width: 16px;
    height: 16px;
  }
  header.global .lower-area .sp-menu > .sp-menu-scroll-area {
    position: relative;
    height: calc(100vh - 72px - 72px);
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
  }
  header.global .lower-area .global-nav::before {
    content: none;
  }
  header.global .lower-area .global-nav li {
    position: relative;
  }
  header.global .lower-area .global-nav a {
    display: block;
    position: relative;
    padding: 13px 40px 13px 15px;
    min-height: 50px;
    color: inherit;
    font-size: 1.5rem;
  }
  header.global .lower-area .global-nav a::before {
    content: "";
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -6px;
    border-color: transparent;
    border-style: solid;
    border-width: 6px 0 6px 8px;
  }
  header.global .lower-area .global-nav button {
    display: inherit;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
  }
  header.global .lower-area .global-nav button::before, header.global .lower-area .global-nav button::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
  }
  header.global .lower-area .global-nav button::before {
    margin: -1px 0 0 -8px;
    width: 16px;
    height: 2px;
  }
  header.global .lower-area .global-nav button::after {
    margin: -8px 0 0 -1px;
    width: 2px;
    height: 16px;
  }
  header.global .lower-area .global-nav button.is-active::after {
    content: none;
  }
  header.global .lower-area .global-nav .lvl1 {
    display: inherit;
    width: auto;
  }
  header.global .lower-area .global-nav .lvl1 > li {
    display: inherit;
    height: auto;
    width: auto !important;
    text-align: left;
  }
  header.global .lower-area .global-nav .lvl1 > li > a {
    z-index: 0;
    line-height: 1.6;
  }
  header.global .lower-area .global-nav .lvl1 > li > a::before {
    border-left-color: #005BAC;
  }
  header.global .lower-area .global-nav .lvl1 > li > a::after {
    content: none;
  }
  header.global .lower-area .global-nav .lvl1 > li > a > span {
    display: inherit;
    padding: 0;
  }
  header.global .lower-area .global-nav .lvl1 > li > button {
    position: absolute;
    right: 0;
    top: 0;
  }
  header.global .lower-area .global-nav .lvl1 > li > button::before, header.global .lower-area .global-nav .lvl1 > li > button::after {
    background-color: #005BAC;
  }
  header.global .lower-area .global-nav .lvl1 > li ~ li {
    position: relative;
  }
  header.global .lower-area .global-nav .lvl1 > li ~ li:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
    width: 94.6666667%;
    height: 1px;
    background-color: #E8E8E8;
  }
  header.global .lower-area .global-nav .lvl1 > li:last-child {
    border-bottom: 1px solid #E8E8E8;
  }
  header.global .lower-area .global-nav .lvl1 > li.has-lvl2 > a::before {
    content: none;
  }
  header.global .lower-area .global-nav .lvl1 > li.is-opened > a {
    color: #005BAC;
  }
  header.global .lower-area .global-nav .lvl1 > li.is-opened > button::before, header.global .lower-area .global-nav .lvl1 > li.is-opened > button::after {
    background-color: #00B8EE;
  }
  header.global .lower-area .global-nav .lvl1 > li:hover > a, header.global .lower-area .global-nav .lvl1 > li.is-hovered > a {
    color: inherit;
  }
  header.global .lower-area .global-nav .lvl1 > li:hover > a::after, header.global .lower-area .global-nav .lvl1 > li.is-hovered > a::after {
    opacity: 0;
  }
  header.global .lower-area .global-nav .lvl1 > li.is-current > a::after {
    opacity: 0;
  }
  header.global .lower-area .global-nav .lvl1 > li br {
    display: none;
  }
  header.global .lower-area .global-nav .lvl2 {
    display: none;
    padding-left: 24px;
    background-color: #E8E8E8;
    position: inherit;
    top: inherit;
    transform: none;
  }
  header.global .lower-area .global-nav .lvl2 > ul {
    display: inherit;
  }
  header.global .lower-area .global-nav .lvl2 > ul > li {
    width: auto;
  }
  header.global .lower-area .global-nav .lvl2 > ul > li > a {
    color: #3E3A39;
    padding: 13px 40px 13px 0;
    font-size: 1.5rem;
  }
  header.global .lower-area .global-nav .lvl2 > ul > li > a::before {
    border-left-color: #3E3A39;
  }
  header.global .lower-area .global-nav .lvl2 > ul > li > a svg {
    margin-left: 4px;
    fill: #3E3A39;
  }
  header.global .lower-area .global-nav .lvl2 > ul > li > a > span {
    padding-left: 0;
  }
  header.global .lower-area .global-nav .lvl2 > ul > li > a > span::before {
    content: none;
  }
  header.global .lower-area .global-nav .lvl2 > ul > li > button {
    background-color: #e8e8e8;
  }
  header.global .lower-area .global-nav .lvl2 > ul > li > button::before, header.global .lower-area .global-nav .lvl2 > ul > li > button::after {
    background-color: #3E3A39;
  }
  header.global .lower-area .global-nav .lvl2 > ul > li.has-lvl3 > a {
    margin-right: 50px;
  }
  header.global .lower-area .global-nav .lvl2 > ul > li:hover {
    position: relative;
  }
  header.global .lower-area .global-nav .lvl2 > ul > li:hover > a {
    background-color: inherit;
  }
  header.global .lower-area .global-nav .lvl3 {
    display: none;
    background-color: #e8e8e8;
  }
  header.global .lower-area .global-nav .lvl3 .inner {
    display: inline;
  }
  header.global .lower-area .global-nav .lvl3 a {
    padding-top: 9px;
    padding-bottom: 9px;
    min-height: 0;
    font-size: 1.3rem;
  }
  header.global .lower-area .global-nav .lvl3 a::before {
    right: 18px;
    border-width: 5px 0 5px 6px;
    border-left-color: #3E3A39;
  }
  header.global .lower-area .global-nav .lvl3 a:hover > span {
    text-decoration: none;
  }
  header.global .lower-area .sp-only-area {
    display: block;
    padding: 27px 15px 150px;
  }
  header.global .lower-area .sp-only-area a {
    color: inherit;
  }
  header.global .lower-area .sp-only-area .header-link {
    display: flex;
    margin: -10px 0 0 -20px;
    flex-wrap: wrap;
  }
  header.global .lower-area .sp-only-area .header-link li {
    padding: 10px 0 0 20px;
    width: 50%;
  }
  header.global .lower-area .sp-only-area .header-link a {
    display: inline-block;
    position: relative;
    padding-left: 10px;
    font-size: 1.3rem;
  }
  header.global .lower-area .sp-only-area .header-link a > span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    border-color: transparent;
    border-style: solid;
    border-width: 3px 0 3px 4px;
    border-left-color: #3E3A39;
  }
  header.global .lower-area .sp-only-area .header-link a svg {
    margin-left: 10px;
    width: 11px;
    height: 11px;
    fill: #005BAC;
  }
  header.global .lower-area .sp-only-area .header-lang {
    margin-top: 22px;
    text-align: center;
  }
  header.global .lower-area .sp-only-area .header-lang button {
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    width: 100%;
    height: 50px;
    font-size: 1.3rem;
  }
  header.global .lower-area .sp-only-area .header-lang button > span {
    position: relative;
    padding-right: 16px;
  }
  header.global .lower-area .sp-only-area .header-lang button > span::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -2px;
    border-color: transparent;
    border-style: solid;
    border-width: 4px 3px 0 3px;
    border-top-color: #3E3A39;
  }
  header.global .lower-area .sp-only-area .header-lang button.is-active {
    border-radius: 3px 3px 0 0;
  }
  header.global .lower-area .sp-only-area .header-lang button.is-active > span::before {
    transform: scaleY(-1);
  }
  header.global .lower-area .sp-only-area .header-lang ul {
    display: none;
    border: 1px solid #d2d2d2;
    border-top: none;
    border-radius: 0 0 3px 3px;
  }
  header.global .lower-area .sp-only-area .header-lang ul li ~ li {
    border-top: 1px solid #d2d2d2;
  }
  header.global .lower-area .sp-only-area .header-lang ul a {
    display: flex;
    height: 50px;
    align-items: center;
    justify-content: center;
    color: #005BAC;
    font-size: 1.3rem;
  }
  header.global .lower-area .sp-only-area .header-lang ul a:hover {
    background-color: inherit;
    color: inherit;
  }
  header.global .lower-area .sp-only-area .header-region {
    margin-top: 15px;
  }
  header.global .lower-area .sp-only-area .header-region button {
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    width: 100%;
    height: 50px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  header.global .lower-area .sp-only-area .header-region button span {
    position: relative;
    padding: 0 16px 0 22px;
  }
  header.global .lower-area .sp-only-area .header-region button span::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -2px;
    border-color: transparent;
    border-style: solid;
    border-width: 4px 3px 0 3px;
    border-top-color: #3E3A39;
  }
  header.global .lower-area .sp-only-area .header-region button img {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -7px;
    width: 14px;
    height: 14px;
  }
  header.global .lower-area .sp-only-area .header-region button.is-active {
    border-radius: 3px 3px 0 0;
  }
  header.global .lower-area .sp-only-area .header-region button.is-active span::before {
    transform: scaleY(-1);
  }
  header.global .lower-area .sp-only-area .region-list-wrapper {
    display: none;
    border: 1px solid #d2d2d2;
    border-top: none;
    border-radius: 0 0 3px 3px;
    width: 100%;
    font-size: 15px;
    font-size: 1.5rem;
  }
  header.global .lower-area .sp-only-area .region-list-wrapper .region-upper-area {
    padding: 15px 20px;
  }
  header.global .lower-area .sp-only-area .region-list-wrapper .region-upper-area > p {
    margin-bottom: 20px;
    text-align: center;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
    font-family: var(--boldFont);
  }
  header.global .lower-area .sp-only-area .region-list-wrapper .region-lower-area {
    border-top: 1px solid #D2D2D2;
    padding: 15px 20px;
  }
  header.global .lower-area .sp-only-area .region-list-wrapper .region-lower-area .region-list li {
    font-weight: bold;
    font-family: var(--boldFont);
  }
  header.global .lower-area .sp-only-area .region-list-wrapper .side-by-block {
    margin-left: 0;
  }
  header.global .lower-area .sp-only-area .region-list-wrapper .side-by-block > div {
    width: 100%;
  }
  header.global .lower-area .sp-only-area .localsite-list-col {
    padding-left: 0;
  }
  header.global .lower-area .sp-only-area .localsite-list-col + .localsite-list-col .region-list:first-of-type {
    margin-top: 20px;
  }
  header.global .lower-area .sp-only-area .region-list {
    text-align: left;
  }
  header.global .lower-area .sp-only-area .region-list + .region-list {
    margin-top: 20px;
  }
  header.global .lower-area .sp-only-area .region-list .title {
    font-weight: bold;
    font-family: var(--boldFont);
    margin-bottom: 10px;
  }
  header.global .lower-area .sp-only-area .region-list li {
    display: block;
    text-align: left;
  }
  header.global .lower-area .sp-only-area .region-list li a {
    display: inline-block;
    position: relative;
    padding-left: 15px;
    color: #005BAC;
    font-size: 15px;
    font-size: 1.5rem;
  }
  header.global .lower-area .sp-only-area .region-list li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    border-color: transparent;
    border-style: solid;
    border-width: 3px 0 3px 4px;
    border-left-color: #005BAC;
  }
  header.global .lower-area .sp-only-area .region-list li + li {
    margin-top: 10px;
  }
  header.global .lower-area .sp-site-name {
    display: flex;
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    padding: 0 5.333333333vw;
    height: 46px;
    align-items: center;
  }
  header.global .lower-area .sp-site-name img {
    transform-origin: 0 50%;
    transform: scale(0.5);
    backface-visibility: hidden;
  }
}

/**
 * Footer
 */
@media screen and (max-width: 640px) {
  aside.sns-set {
    margin-bottom: -30px;
  }
}

@media screen and (max-width: 640px) {
  footer.global {
    padding-top: 0;
    margin-top: 60px;
  }
}
@media screen and (max-width: 640px) {
  footer.global .site-map-area {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  footer.global .sub-nav {
    border-top: none;
    padding: 30px 5.3333333%;
    text-align: left;
  }
}
@media screen and (max-width: 640px) {
  footer.global .sub-nav ul li {
    display: block;
    border: none;
    font-size: 13px;
    font-size: 1.3rem;
  }
  footer.global .sub-nav ul li ~ li {
    margin-top: 20px;
    padding-left: 0;
  }
}
@media screen and (max-width: 640px) {
  footer.global .sns-linkset {
    padding-bottom: 30px;
  }
  footer.global .sns-linkset .contents-w {
    padding: 0 5.33%;
  }
}
@media screen and (max-width: 640px) {
  footer.global .pagetop {
    top: auto;
    right: 14px;
    bottom: 10px;
    margin-top: 0;
  }
}
@media screen and (max-width: 640px) {
  footer.global .pagetop a {
    width: 44px;
    height: 44px;
  }
}
@media screen and (max-width: 640px) {
  footer.global .pagetop a:before, footer.global .pagetop a:after {
    top: 16px;
  }
}
@media screen and (max-width: 640px) {
  footer.global .pagetop a:before {
    right: 22px;
  }
}
@media screen and (max-width: 640px) {
  footer.global .pagetop a:after {
    left: 22px;
  }
}
@media screen and (max-width: 640px) {
  footer.global .copyright-area {
    padding-right: 5.3333333%;
    padding-left: 5.3333333%;
  }
}

/**
 * Wrapper
 */
@media screen and (max-width: 640px) {
  .l-wrapper {
    overflow: hidden;
    transition: transform 0.3s;
  }
}

/**
 * Contents
 */
@media screen and (max-width: 640px) {
  .side-set {
    flex-direction: column;
  }
}
@media screen and (max-width: 640px) {
  .side-set .side-contents {
    width: 100%;
  }
}

.side-contents {
  --contentSpPad: 5.3333333%;
}
@media screen and (max-width: 640px) {
  .side-contents {
    padding: 0 var(--contentSpPad);
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 640px) {
  .side-contents__noPadInline {
    padding-inline: 0;
  }
}
@media screen and (max-width: 640px) {
  .side-contents__noPadInline .contents-w {
    padding-inline: var(--contentSpPad);
  }
}

/**
 * sidenavi
 */
@media screen and (max-width: 640px) {
  .side-area {
    width: 100%;
  }
}
.side-area .side-nav {
  border: 1px solid #d2d2d2;
}
.side-area .side-nav > nav a > svg,
.side-area .side-nav > nav a:visited > svg {
  color: #005BAC;
  fill: #005BAC;
}
.side-area .side-nav > nav > ul > li {
  border-top: 1px solid #d2d2d2;
}
.side-area .side-nav > nav > ul > li > a {
  display: block;
  padding: 11px 14px;
  background-color: #fff;
  color: #005BAC;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: bold;
  font-weight: bold;
  font-family: var(--boldFont);
}
@media screen and (min-width: 641px) {
  .side-area .side-nav > nav > ul > li > a:hover {
    text-decoration: underline;
  }
}
@media print {
  .side-area .side-nav > nav > ul > li > a:hover {
    text-decoration: underline;
  }
}
.side-area .side-nav > nav > ul > li.is-current > a {
  background-color: #F6F6F6;
}
@media screen and (max-width: 640px) {
  .side-area .side-title a {
    padding: 18px 20px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 640px) {
  .side-area .side-banner,
  .side-area .side-link {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    padding: 0 5.3333333%;
  }
}
@media screen and (max-width: 640px) {
  .side-area .side-banner > li,
  .side-area .side-link > li {
    padding-left: 15px;
    width: 50%;
  }
  .side-area .side-banner > li ~ li,
  .side-area .side-link > li ~ li {
    margin-top: 0;
  }
  .side-area .side-banner > li:nth-of-type(n+3),
  .side-area .side-link > li:nth-of-type(n+3) {
    margin-top: 15px;
  }
}
@media screen and (max-width: 640px) {
  .side-area .side-link {
    min-height: 77px;
  }
  .side-area .side-link > li ~ li {
    margin-top: 0;
  }
}
@media screen and (max-width: 640px) {
  .side-area .side-contact {
    margin-right: 5.3333333%;
    margin-left: 5.3333333%;
  }
}
@media screen and (max-width: 640px) {
  .side-area .side-contact-hdg {
    padding: 14px 28px;
    text-align: left;
  }
}
@media screen and (max-width: 640px) {
  .side-area .side-contact-body .hdg ~ .hdg {
    margin-top: 8px;
  }
}
@media screen and (max-width: 640px) {
  .side-area .side-contact-body .btn {
    margin-top: 10px;
  }
  .side-area .side-contact-body .btn a {
    padding: 13px 24px;
  }
}
@media screen and (max-width: 640px) {
  .side-area .announce_bnr {
    margin-right: 5.3333333%;
    margin-left: 5.3333333%;
    width: 89.334%;
  }
}
@media screen and (max-width: 640px) {
  .side-area .catalogue-list {
    margin-right: 5.3333333%;
    margin-left: 5.3333333%;
    width: 89.334%;
  }
}
@media screen and (max-width: 640px) {
  .side-area .ir-mailinfo {
    margin-right: 5.3333333%;
    margin-left: 5.3333333%;
    width: 89.334%;
  }
}
@media screen and (max-width: 640px) {
  .side-area .disclaimer-block {
    margin-right: 5.3333333%;
    margin-left: 5.3333333%;
    width: 89.334%;
  }
}

/**
 * pg-top
 */
@media screen and (max-width: 640px) {
  .pg-top .image-set > li {
    width: 100% !important;
  }
  .pg-top .image-set > li:nth-of-type(n+2) {
    margin-top: 30px;
  }
}
.pg-top .pick-up-area a {
  color: #005BAC;
}
.pg-top .pick-up-area .no-image {
  justify-content: start;
}
@media screen and (max-width: 640px) {
  .pg-top .pick-up-area .no-image a .btn-area {
    margin-bottom: 0;
  }
}

/**
 * pg-news
 */
@media screen and (max-width: 640px) {
  .news-set {
    margin-top: 15px;
  }
}
@media screen and (max-width: 640px) {
  .news-set dl {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .news-set dl dt {
    float: none;
    width: auto;
    margin: 0 0 10px;
    padding: 0;
    border-bottom: none;
  }
}
@media screen and (max-width: 640px) {
  .news-set dl dt:first-of-type {
    padding: 0;
  }
}
@media screen and (max-width: 640px) {
  .news-set dl dd {
    margin-bottom: 23px;
    padding: 0 0 23px 0;
    width: auto;
  }
}
@media screen and (max-width: 640px) {
  .news-set dl dd a {
    float: none;
    width: auto;
    padding: 0;
  }
}
@media screen and (max-width: 640px) {
  .news-set dl dd:first-of-type {
    padding: 0 0 25px 0;
  }
}
@media screen and (max-width: 640px) {
  .news-set__hasLabel dl dt {
    width: auto;
  }
}
@media screen and (max-width: 640px) {
  .news-set .pager-area p {
    margin: 0 1px;
  }
}
@media screen and (max-width: 640px) {
  .news-set .pager-area .dot {
    margin: 0 3px;
  }
}
@media screen and (max-width: 640px) {
  .news-set .pager-area .pager {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  .news-set .pager-area .pager:nth-of-type(6) {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .news-set .tag {
    margin-left: 15px;
  }
}

/**
* category-top
*/
@media screen and (max-width: 640px) {
  .image-set.category-list > li {
    width: 100% !important;
  }
  .image-set.category-list > li:nth-of-type(n+2) {
    margin-top: 30px;
  }
}

@media screen and (max-width: 640px) {
  .link-list-sub li {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
/* 下部テキストバナー・下部テキストバナー（バナーセット使用） */
@media screen and (max-width: 640px) {
  .banner-set.banner-set-bottom.is-four > li {
    width: 100% !important;
  }
  .banner-set.banner-set-bottom.is-four > li:nth-of-type(2) {
    margin-top: 16px;
  }
  .banner-set.no-image a {
    padding: 20px 12px 20px 22px;
  }
  .banner-set.no-image a .arw {
    left: 10px;
    margin-top: -4px;
    border-top: 4px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 5px solid #005BAC;
  }
  .banner-set.no-image.is-four > li {
    width: 50% !important;
  }
  .banner-set.no-image.is-four > li:nth-of-type(2) {
    margin-top: 0;
  }
}

/* 関連情報バナー */
@media screen and (max-width: 640px) {
  .related-btn-area {
    margin-top: 0;
    padding: 30px 5.3333333%;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .related-btn-area .btn-area.side-by-block {
    margin-left: 0;
  }
}
@media screen and (max-width: 640px) {
  .related-btn-area .btn a {
    padding-left: 46px;
  }
  .related-btn-area .btn a .arw {
    left: 21px;
  }
  .related-btn-area .btn a .image {
    width: 140px;
  }
  .related-btn-area .btn a .text {
    padding-right: 25px;
  }
  .related-btn-area .btn a svg {
    right: 152px;
  }
  .related-btn-area .btn .icon2 svg:nth-of-type(2) {
    right: 172px;
  }
}

/* 医療従事アイコン関連情報バナー */
@media screen and (max-width: 640px) {
  .related-medical .btn a .text {
    padding-right: 50px;
    word-break: break-all;
  }
  .related-medical .btn a .text img {
    right: 173px;
  }
  .related-medical .btn a svg {
    right: 152px;
  }
}

/* 製品・サービス&サポート 使用 */
@media screen and (max-width: 640px) {
  .column .inner-set {
    margin-left: 0;
  }
  .column .inner-set .left-border-title {
    margin-left: 0;
  }
  .column .inner-set .inner {
    float: none;
  }
  .column .inner-set .inner + .inner {
    margin-top: 60px;
  }
  .column .inner-set .inner.is-one {
    width: 100%;
  }
  .column .inner-set .inner.is-two {
    width: 100%;
  }
  .column .inner-set .inner .image-set {
    margin-left: -16px !important;
    margin-bottom: 0;
  }
  .column .attention-box {
    padding: 20px;
    margin-bottom: 30px;
  }
}

/* グレーボックス（研究開発上部で使用） */
@media screen and (max-width: 640px) {
  .catch-box {
    margin-bottom: 30px;
  }
  .catch-box .text-area {
    padding: 20px 15px 10px;
  }
  .catch-box .text-area .title {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .catch-box .text-area .text {
    margin-top: 15px;
    margin-bottom: 0;
  }
  .catch-box .image-area {
    width: 38.5vw;
    height: 100px;
    overflow: hidden;
    position: relative;
  }
  .catch-box .image-area img {
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    margin-left: -100px;
  }
  .catch-box-center .image-area {
    width: 30.5vw;
  }
  .catch-box-center .text-area {
    width: auto;
    text-align: center;
  }
  .catch-box-center .text-area .title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

/* ボーダとグレーボックス2列並び（研究開発で使用） */
@media screen and (max-width: 640px) {
  .image-set.aside-box a {
    display: inherit;
    margin-top: 0;
  }
  .image-set.aside-box .text-box {
    margin-top: 20px;
  }
  .image-set.aside-box .text-box .text {
    margin-top: 10px;
  }
  .image-set.aside-box .image {
    width: 100%;
  }
  .image-set.aside-box.is-bg li {
    margin-top: 0 !important;
  }
  .image-set.aside-box.is-bg li:first-child a {
    padding-bottom: 0;
  }
  .image-set.aside-box.is-bg .text-box {
    padding-right: 0;
  }
  .image-set.aside-box.is-border .text-box {
    padding-left: 0;
  }
  .image-set.aside-box.is-ir .image {
    flex-basis: 40%;
    width: 40%;
  }
  .image-set.aside-box.is-ir .image img {
    max-width: none;
  }
  .image-set.aside-box.is-ir .text-box {
    flex-basis: 60%;
    width: 60%;
    padding: 10px 13px;
    width: auto;
    margin-top: 0;
    box-sizing: border-box;
  }
  .image-set.aside-box.is-ir .title {
    padding-left: 0;
  }
  .image-set.aside-box.is-ir .title.bg-blue {
    margin: -10px -13px 0;
    padding: 10px 13px 10px 33px;
  }
  .image-set.aside-box.is-ir .title.bg-blue .arw {
    left: 13px;
  }
}

/* 見出し+右アイテム */
@media screen and (max-width: 640px) {
  .title-box {
    display: inherit;
  }
  .title-box .left-border-title {
    margin-bottom: 15px;
  }
  .title-box .link-list-sub li {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .title-box.understanding {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 35px;
  }
  .title-box.understanding .left-border-title {
    margin-bottom: 0;
  }
  .title-box.understanding .btn-small {
    width: auto;
    margin-left: 5px;
  }
}

/* IRニュース一覧 */
@media screen and (max-width: 640px) {
  .ir-news-set {
    margin-top: 15px;
  }
  .ir-news-set dl dt {
    margin-bottom: 0;
    display: block;
  }
  .ir-news-set dl dd {
    margin-bottom: 0;
  }
  .ir-news-set time {
    margin-right: 0;
  }
}

/* カテゴリトップ一覧 */
@media screen and (max-width: 640px) {
  .pg-category-top .news-set > dl dd {
    padding-left: 0;
  }
}
.pg-category-top .news-introtxt {
  font-size: 18px;
  font-size: 1.8rem;
}
.pg-category-top .news-title {
  font-size: 25px;
  font-size: 2.5rem;
}

@media screen and (max-width: 640px) {
  .bg-gray-link {
    background: #F3F3F3;
    display: block;
    justify-content: normal;
    align-items: normal;
    min-height: auto;
  }
  .bg-gray-link ul {
    padding: 26px 20px;
    width: 100%;
  }
  .bg-gray-link .image {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .page-title-box {
    margin-bottom: 40px;
    display: block;
    align-items: normal;
  }
  .page-title-box > .page-title {
    margin-bottom: 15px;
  }
  .page-title-box > .note-text {
    margin-left: 0;
  }
  .page-title-box > .note-text small {
    display: inline-block;
    align-items: normal;
  }
}

@media screen and (max-width: 640px) {
  .image-set.category-list.is-four > li {
    margin-top: 30px;
  }
  .image-set.category-list.is-four > li:nth-of-type(n+2) {
    margin-top: 30px;
  }
  .image-set.category-list.is-four > li:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 640px) {
  ul.list-text-link {
    display: block;
    justify-content: normal;
  }
  ul.list-text-link li {
    margin-right: 0;
    margin-top: 20px;
  }
  ul.list-text-link li:first-child {
    margin-top: 0;
  }
}

/* カテゴリトップ お知らせ一覧 */
@media screen and (max-width: 640px) {
  .pg-category-top .news-set > dl {
    margin-bottom: 0;
  }
  .pg-category-top .news-set > dl dt:first-of-type {
    padding-top: 0;
  }
  .pg-category-top .news-set > dl dd {
    padding-left: 0;
  }
  .pg-category-top .news-set > dl dd:first-of-type {
    padding-top: 0;
  }
}

/**
 * pg-contact
 */
.pg-contact {
  /* 確認画面 */
}
@media screen and (max-width: 640px) {
  .pg-contact ul {
    margin-left: -10px;
  }
  .pg-contact ul li {
    padding-left: 10px;
  }
  .pg-contact ul li > span {
    padding: 12px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.pg-contact .contact-set {
  /* アコーディオン型フォーム */
}
@media screen and (max-width: 640px) {
  .pg-contact .contact-set table th,
  .pg-contact .contact-set table td {
    display: block;
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 640px) {
  .pg-contact .contact-set table th {
    border: none;
    padding: 12px 15px;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .pg-contact .contact-set table td {
    padding: 15px;
  }
}
@media screen and (max-width: 640px) {
  .pg-contact .contact-set table td .sp-row {
    display: block;
  }
  .pg-contact .contact-set table td .sp-row ~ .sp-row {
    margin-top: 20px;
  }
}
@media screen and (max-width: 640px) {
  .pg-contact .contact-set table input.small {
    width: 91.8032787%;
  }
}
@media screen and (max-width: 640px) {
  .pg-contact .contact-set table .radio,
  .pg-contact .contact-set table .checkbox {
    margin-top: -10px;
  }
}
@media screen and (max-width: 640px) {
  .pg-contact .contact-set table .radio input.small,
  .pg-contact .contact-set table .checkbox input.small {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .pg-contact .contact-set table .radio label,
  .pg-contact .contact-set table .checkbox label {
    display: block;
    margin-top: 10px;
  }
}
@media screen and (max-width: 640px) {
  .pg-contact .contact-set table .name td input {
    width: 91% !important;
    margin: 0 0 20px !important;
  }
}
@media screen and (max-width: 640px) {
  .pg-contact .contact-set table .name td span {
    text-align: left;
    width: 8.5245902%;
    margin: 8px 0 0 0;
  }
}
@media screen and (max-width: 640px) {
  .pg-contact .contact-set table .name.kana td input {
    width: 86% !important;
  }
}
@media screen and (max-width: 640px) {
  .pg-contact .contact-set table .name.kana td span {
    width: 13.7704918%;
  }
}
@media screen and (max-width: 640px) {
  .pg-contact .contact-set table .address td input.small {
    width: calc(100% - 24px);
  }
}
@media screen and (max-width: 640px) {
  .pg-contact .contact-set table .address .address01 select {
    width: 100%;
    padding: 5px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 640px) {
  .pg-contact .contact-set table .address .address01 .select {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .pg-contact .contact-set table .select {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .pg-contact .contact-set table .select select {
    width: 100%;
    padding: 5px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 640px) {
  .pg-contact .contact-set table .tell td input {
    width: calc(33% - 17px);
  }
}
@media screen and (max-width: 640px) {
  .pg-contact .contact-set table .birth td .select {
    margin-right: 8px;
    width: 48px;
  }
  .pg-contact .contact-set table .birth td .select select {
    width: 100%;
  }
  .pg-contact .contact-set table .birth td .select:first-of-type {
    width: 80px;
  }
  .pg-contact .contact-set table .birth td .select:first-of-type select {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .pg-contact .contact-set .caption {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 640px) {
  .pg-contact .contact-set .step-box table th {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .pg-contact .contact-set .step-box table .employment-period .row input:first-of-type {
    width: 5em;
  }
  .pg-contact .contact-set .step-box table .employment-period .row input:nth-of-type(2) {
    width: 3em;
  }
}
@media screen and (max-width: 640px) {
  .pg-contact .contact-set .step-box table .english .english-item {
    width: 100%;
  }
  .pg-contact .contact-set .step-box table .english .english-item:first-of-type {
    margin-right: 0;
  }
  .pg-contact .contact-set .step-box table .english .english-item ~ .english-item {
    margin-top: 20px;
  }
}
@media screen and (max-width: 640px) {
  .pg-contact .btn-area .btn {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .pg-contact.pg-contact--confirm .contact-set table th {
    padding-left: 15px;
  }
}
@media screen and (max-width: 640px) {
  .pg-contact .is-confirm {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .pg-contact .is-confirm .btn-area {
    width: 100%;
  }
  .pg-contact .is-confirm .btn-area:last-child {
    margin-left: 0;
  }
}

@media screen and (max-width: 640px) {
  .is-figure .header-nav {
    display: none;
  }
  .is-figure .sp-only-area {
    padding: 27px 15px 0;
  }
  .is-figure .sp-only-area .sp-company-name a {
    display: block;
    text-align: center;
    font-size: 1.3rem;
  }
  .pg-fg-top .attention {
    width: 100%;
    margin: 10px auto;
    font-size: 1.4em;
  }
  .pg-fg-top .mainvisual-area .slider .inner .mv-btn {
    display: none;
  }
  .pg-fg-top .news-set {
    padding: 0 5.333333%;
  }
  .pg-fg-top .news-set dl {
    padding-top: 25px;
  }
  .pg-fg-topics .contents-w .column, .pg-fg-profile .contents-w .column {
    padding: 0 5.33333%;
  }
  .pg-fg-topics .profileBox th, .pg-fg-topics .profileBox td, .pg-fg-profile .profileBox th, .pg-fg-profile .profileBox td {
    padding: 0 15px 15px 0;
  }
  .pg-fg-topics .table-set, .pg-fg-profile .table-set {
    width: 100%;
    overflow-x: scroll;
  }
  .pg-fg-topics .table-set table, .pg-fg-profile .table-set table {
    width: 1000px;
  }
  .pg-fg-profile .image-set.is-three > li {
    width: 100%;
  }
  .pg-fg-profile .image-set.is-three > li:nth-of-type(n+1) {
    margin-top: 20px;
  }
  .pg-fg-profile .image-set.is-three > li .image {
    width: 100%;
  }
}
/**
* 103_ニュースリリース
*/
@media screen and (max-width: 640px) {
  .pg-newsrelese .title-box .section-title + .btn.btn-small {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 640px) {
  .pg-newsrelese .news-set > dl dd {
    padding-left: 0;
  }
}
.pg-newsrelese .news-introtxt {
  font-size: 18px;
  font-size: 1.8rem;
}
.pg-newsrelese .news-title {
  font-size: 25px;
  font-size: 2.5rem;
}
@media screen and (max-width: 640px) {
  .pg-newsrelese .news-form .searchbox, .pg-newsrelese #probo .news-form .searchbox {
    display: block;
    padding: 30px 20px 30px;
  }
  .pg-newsrelese .news-form .searchbox-title, .pg-newsrelese #probo .news-form .searchbox-title {
    margin-left: 0 !important;
    margin-bottom: 0;
    padding: 0;
  }
  .pg-newsrelese .news-form .searchbox-inner, .pg-newsrelese #probo .news-form .searchbox-inner {
    display: block;
  }
  .pg-newsrelese .news-form .searchbox-set, .pg-newsrelese #probo .news-form .searchbox-set {
    display: block;
  }
  .pg-newsrelese .news-form .searchbox-set:not(:first-of-type) .searchbox-title, .pg-newsrelese #probo .news-form .searchbox-set:not(:first-of-type) .searchbox-title {
    margin-top: 20px;
  }
  .pg-newsrelese .news-form .searchbox input, .pg-newsrelese .news-form .searchbox select, .pg-newsrelese #probo .news-form .searchbox input, .pg-newsrelese #probo .news-form .searchbox select {
    margin-left: 0;
    width: 100%;
    height: auto;
    float: none;
    margin-bottom: 0;
  }
  .pg-newsrelese .news-form .searchbox input, .pg-newsrelese #probo .news-form .searchbox input {
    margin-top: 10px;
  }
  .pg-newsrelese .news-form .searchbox select, .pg-newsrelese #probo .news-form .searchbox select {
    margin: 0;
  }
  .pg-newsrelese .news-form .searchbox #searchbox, .pg-newsrelese #probo .news-form .searchbox #searchbox {
    margin-top: 10px;
    width: 100%;
    height: auto;
  }
  .pg-newsrelese .news-form .searchbox button, .pg-newsrelese #probo .news-form .searchbox button {
    position: relative;
    width: 100%;
    bottom: auto;
    left: auto;
    transform: none;
  }
  .pg-newsrelese .pbox-search-status, .pg-newsrelese #probo .pbox-search-status {
    float: none !important;
  }
  .pg-newsrelese ._pbox-sort-selector, .pg-newsrelese #probo ._pbox-sort-selector {
    text-align: left;
  }
  .pg-newsrelese ._pbox-sort-selector, .pg-newsrelese ._pbox-count-selector, .pg-newsrelese #probo ._pbox-sort-selector, .pg-newsrelese #probo ._pbox-count-selector {
    font-size: 13px;
  }
}

@media screen and (max-width: 640px) {
  .en .pg-newsrelese #probo .news-form .searchbox input, .en .pg-newsrelese .news-form .searchbox input, .pg-newsrelese .en .news-form .searchbox input {
    width: 100%;
  }
}
/**
* 104_ニュースリリース詳細
*/
@media (max-width: 480px) {
  .summary-title .title-feature {
    height: 250px !important;
  }
}
/**
* 105_トピックス
*/
@media screen and (max-width: 640px) {
  .pg-topics .title-box .section-title + .btn.btn-small {
    margin-bottom: 0;
  }
}

/**
* 314_IRトピックス一覧
*/
.pg-irtopics .cmn-level-list01 a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 640px) {
  .pg-irtopics .side-set {
    margin-bottom: 60px;
  }
}

/**
* 200_製品に関する重要なお知らせ一覧
*/
@media screen and (max-width: 640px) {
  .pg-important-announce .news-set > dl dt {
    width: 100%;
  }
  .pg-important-announce .news-set > dl dt:first-of-type {
    padding-top: 0;
  }
  .pg-important-announce .news-set > dl dd {
    padding-left: 0;
  }
  .pg-important-announce .news-set > dl dd:first-of-type {
    padding-top: 0;
  }
}

/**
 * pg-sitemap
 */
@media screen and (max-width: 640px) {
  .pg-sitemap .sitemap-set .l-wrapper {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 640px) {
  .pg-sitemap .sitemap-set .l-wrapper .whole-box,
  .pg-sitemap .sitemap-set .l-wrapper .left-box,
  .pg-sitemap .sitemap-set .l-wrapper .right-box {
    float: none !important;
    width: 100%;
    margin-bottom: 30px !important;
  }
}
@media screen and (max-width: 640px) {
  .pg-sitemap .sitemap-set .l-wrapper .whole-box li,
  .pg-sitemap .sitemap-set .l-wrapper .left-box li,
  .pg-sitemap .sitemap-set .l-wrapper .right-box li {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 640px) {
  .pg-sitemap .sitemap-set .l-wrapper .whole-box > ul > li,
  .pg-sitemap .sitemap-set .l-wrapper .left-box > ul > li,
  .pg-sitemap .sitemap-set .l-wrapper .right-box > ul > li {
    margin-bottom: 5px;
    padding-bottom: 5px;
  }
}
.pg-sitemap .sitemap-set .l-wrapper .whole-box > ul > li > ul,
.pg-sitemap .sitemap-set .l-wrapper .left-box > ul > li > ul,
.pg-sitemap .sitemap-set .l-wrapper .right-box > ul > li > ul {
  margin-top: 0.3em;
}
@media screen and (max-width: 640px) {
  .pg-sitemap .sitemap-set .l-wrapper .whole-box > ul > li > ul > li,
  .pg-sitemap .sitemap-set .l-wrapper .left-box > ul > li > ul > li,
  .pg-sitemap .sitemap-set .l-wrapper .right-box > ul > li > ul > li {
    margin-bottom: 0.1em;
    padding-left: 15px;
  }
}
.pg-sitemap .sitemap-set .l-wrapper .whole-box::after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 640px) {
  .pg-sitemap .sitemap-set .l-wrapper .whole-box > ul li {
    width: 100%;
    float: none;
  }
}
@media screen and (max-width: 640px) {
  .pg-sitemap .sitemap-set .l-wrapper .whole-box.other-box {
    border-top: none;
  }
  .pg-sitemap .sitemap-set .l-wrapper .whole-box.other-box > ul {
    border-bottom: none;
  }
  .pg-sitemap .sitemap-set .l-wrapper .whole-box.other-box > ul li {
    width: 100%;
    margin-bottom: 5px;
    padding-top: 0;
    padding-bottom: 5px;
    border-bottom: 1px dotted #a2adb1;
    float: none;
  }
  .pg-sitemap .sitemap-set .l-wrapper .whole-box.other-box > ul li:nth-of-type(even) {
    float: none;
  }
}
@media screen and (max-width: 640px) {
  .pg-sitemap .sitemap-set .l-wrapper .whole-box .cmn-feedpage {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 640px) {
  .pg-sitemap .sitemap-set .l-wrapper .sitemap-title {
    margin-bottom: 20px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .pg-sitemap .sitemap-set .l-wrapper .sitemap-title:not(:has(a)) {
    padding: 12px 15px;
  }
  .pg-sitemap .sitemap-set .l-wrapper .sitemap-title a::before {
    margin-right: 5px;
  }
}

/**
 * pg-top
 */
@media screen and (max-width: 640px) {
  .section-title-box {
    display: inherit;
  }
  .section-title-box .number {
    margin-top: 10px;
  }
}

@media screen and (max-width: 640px) {
  .keyword-search {
    padding: 30px 30px 25px;
  }
  .keyword-search .searchbox .search-keyword-area {
    display: inherit;
    height: 41;
  }
  .keyword-search .searchbox .search-keyword-area form {
    position: relative;
    height: 100%;
  }
  .keyword-search .searchbox .search-keyword-area input[type=text] {
    padding: 0 30px 0 16px;
    width: 100%;
    height: 40px;
    font-size: 1.6rem;
    vertical-align: middle;
  }
  .keyword-search .searchbox .search-keyword-area input[type=text]::-webkit-input-placeholder {
    padding-top: 0.15em;
    line-height: 1;
    position: relative;
    top: 0.1em;
  }
  .keyword-search .searchbox .search-keyword-area .input-area {
    margin-top: 20px;
    background: #FFF;
    border-radius: 3px 0 0 3px;
  }
  .keyword-search .searchbox .search-keyword-area button {
    position: absolute;
    right: 0;
    top: 0;
    min-width: 40px;
    height: 100%;
    background-color: #005BAC;
  }
  .keyword-search .searchbox .search-keyword-area button svg {
    position: absolute;
    top: calc(50% - 8px);
    left: 12px;
    width: 16px;
    height: 16px;
  }
  .keyword-search .checkbox {
    padding-top: 0;
  }
  .keyword-search .checkbox label {
    margin-top: 30px;
  }
  .keyword-search .checkbox ._attributes > div {
    width: 100%;
  }
}

/* ライブラリ 検索結果 ページャー */
@media screen and (max-width: 640px) {
  .article-search-pagenav .pbox-pagenav ._page {
    margin: 0 !important;
    padding: 0 5px !important;
  }
}

/* 英語サイト 検索  */
@media screen and (max-width: 640px) {
  .en .keyword-search .searchbox .search-keyword-area input[type=text] {
    width: 100%;
  }
}

/**
 * pg-news
 */
@media screen and (max-width: 640px) {
  .news-set-library {
    margin-top: 15px;
  }
}
@media screen and (max-width: 640px) {
  .news-set-library dl {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 640px) {
  .news-set-library dl dt {
    float: none;
    width: auto;
    margin: 0 0 10px;
    padding: 0;
  }
}
@media screen and (max-width: 640px) {
  .news-set-library dl dt:first-of-type {
    padding: 0;
  }
}
@media screen and (max-width: 640px) {
  .news-set-library dl dd {
    margin-bottom: 25px;
    padding: 0 0 25px 0;
  }
  .news-set-library dl dd:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 640px) {
  .news-set-library dl dd a {
    float: none;
    width: auto;
    padding: 0;
  }
}

/* 英語サイト ニュース  */
@media screen and (max-width: 640px) {
  .en .news-set-library .date {
    width: auto;
  }
}

/**
 * pg-literature-library
 */
@media screen and (max-width: 640px) {
  .literature-library .text.mb-large {
    margin-bottom: 40px !important;
  }
  .literature-library .txt-large {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
  }
  .literature-library .cmn2-image-text .number {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .literature-library .cmn2-image-text .left {
    margin-bottom: 20px;
  }
  .literature-library .cmn2-line-solid {
    border: none;
    border-top: 1px dotted #D2D2D2;
  }
}

/*--------------------------------------------------------------------------------------------------------------------------------------------------------
IR SP (202103末公開)（basic）
------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------
トップ
-------------------------------*/
@media screen and (max-width: 640px) {
  .title-link-btn .arw {
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid #005BAC;
    border-right: 0px solid transparent;
  }
  .title-link-btn .title {
    font-size: 1.6rem !important;
    padding-left: 15px;
  }
  .title-link-btn--sup .arw {
    top: 0.6em;
    transform: translate3d(0, 0, 0);
  }
  a:hover {
    text-decoration: none !important;
  }
}
@media screen and (max-width: 640px) {
  .ir-2colum > li .text-box {
    flex-basis: 60%;
    padding: 0 15px;
  }
  .ir-2colum > li .text-box .text {
    color: #3E3A39;
    margin-top: 5px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .ir-2colum .ir-message-area > a {
    height: 100%;
  }
  .ir-2colum .ir-message-area .image {
    width: 95px;
    flex-basis: auto;
  }
  .ir-2colum .ir-message-area .text-box {
    flex-basis: auto;
    padding: 20px;
    width: calc(100% - 95px);
  }
  .ir-2colum .stock-price-area .inner {
    padding: 15px;
  }
  .ir-2colum .stock-price-area .head {
    font-size: 1.6rem;
    font-weight: bold;
    font-family: var(--boldFont);
  }
  .ir-2colum .stock-price-area .stock-price {
    flex-direction: column;
    justify-items: flex-start;
  }
  .ir-2colum .stock-price-area .stock-price .num {
    display: block;
    margin-left: 0;
    font-size: 2.5rem;
  }
  .ir-2colum .stock-price-area .stock-change {
    flex-direction: column;
    justify-items: flex-start;
  }
  .ir-2colum .stock-price-area .stock-change .num {
    display: block;
    margin-left: 0;
    font-size: 1.6rem;
  }
  .news-set--ir dl dt {
    margin-bottom: 0;
    display: block;
    padding-top: 20px;
  }
  .news-set--ir dl dd {
    margin-bottom: 0;
  }
  .news-set--ir time {
    margin-right: 0;
  }
  .news-set--ir time {
    margin: 5px 20px 0 0;
  }
  .btn-area--ir .btn.is-white a {
    padding: 15px 42px;
  }
  .btn-area--ir .btn.is-white a svg {
    right: 12px;
  }
  .btn-area--ir .btn.is-white a svg + svg {
    right: 30px;
  }
  .btn-area--ir .btn.is-white a[target$=_blank], .btn-area--ir .btn.is-white a.is-external, .btn-area--ir .btn.is-white a[href$=".pdf"] {
    padding-right: 42px;
  }
  .accordion-set--ir .paleBlue-box > .accordion-head {
    padding: 10px 130px 10px 20px;
    font-size: 16px;
    font-size: 1.6rem;
    min-height: 74px;
  }
  .accordion-set--ir .paleBlue-box > .accordion-btn--ir {
    padding: 8px;
    font-size: 12px;
    font-size: 1.2rem;
    cursor: pointer;
    border-radius: 3px;
    top: 10px;
    right: 10px;
  }
  .accordion-set--ir .paleBlue-box > .accordion-btn--ir .icon {
    width: 10px;
    height: 10px;
    margin-left: 10px;
  }
  .accordion-set--ir .paleBlue-box > .accordion-btn--ir .icon:before {
    width: 10px;
    height: 2px;
    top: 4px;
    right: 0;
  }
  .accordion-set--ir .paleBlue-box > .accordion-btn--ir .icon:after {
    width: 2px;
    height: 10px;
    right: 4px;
  }
  .accordion-set--ir .paleBlue-box > .accordion-content--ir {
    padding: 15px 15px 10px 15px;
  }
  .accordion-set--ir .paleBlue-box > .accordion-content--ir .inner .bold-title {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  .accordion-set--ir .paleBlue-box > .accordion-content--ir .inner .list_item {
    font-size: 13px;
    font-size: 1.3rem;
    margin-bottom: 5px;
  }
  .accordion-set--ir .paleBlue-box > .accordion-content--ir .inner .is-two .list {
    width: calc(50% - 10px);
  }
  .accordion-set--ir .paleBlue-box > .accordion-content--ir .inner .is-two .list:nth-of-type(2n) {
    margin-left: 20px;
  }
  .block-box--ir .text-box {
    padding: 20px;
  }
  .block-box--ir .text-box .text {
    margin-bottom: 20px;
  }
  /*-----------------------------
  個人投資家向け資料
  -------------------------------*/
  .irdata-indivpre-reference-pdflink .title-link-btn--sup a:before {
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid #005BAC;
    border-right: 0px solid transparent;
  }
  .ir-imgTxtLink-area .inner .image {
    width: 90px;
    padding: 10px;
  }
  .ir-imgTxtLink-area .inner .text-box {
    width: calc(100% - 90px);
    padding: 10px 20px;
    display: flex;
    align-items: center;
  }
  .ir-imgTxtLink-area .inner .text-box .title {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .ir-imgTxtLink-area .inner .text-box .text {
    margin: 10px 0 0 0;
    font-size: 14px;
    font-size: 1.4rem;
    color: #3E3A39;
  }
  /*-----------------------------
  IR関連情報
  -------------------------------*/
  .accordion-set--ir-bgBlue .paleBlue-box > .accordion-head--ir-bgBlue .title-link-btn {
    padding: 15px 15px;
  }
  .accordion-set--ir-bgBlue .paleBlue-box > .accordion-head--ir-bgBlue .title-link-btn:hover {
    text-decoration: none;
  }
  .accordion-set--ir-bgBlue .paleBlue-box > .accordion-head--ir-bgBlue .icon {
    width: 15px;
    height: 15px;
    margin-left: 10px;
  }
  .accordion-set--ir-bgBlue .paleBlue-box > .accordion-head--ir-bgBlue .icon:before {
    width: 15px;
    height: 3px;
    top: 5px;
    right: 0;
  }
  .accordion-set--ir-bgBlue .paleBlue-box > .accordion-head--ir-bgBlue .icon:after {
    width: 3px;
    height: 15px;
    right: 5px;
  }
  .accordion-set--ir-bgBlue .paleBlue-box > .accordion-content--ir-bgBlue {
    display: none;
    padding: 15px 20px 20px 15px;
  }
  .accordion-set--ir-bgBlue .paleBlue-box > .accordion-content--ir-bgBlue .link-list a {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .accordion-set--ir-bgBlue .paleBlue-box > .accordion-content--ir-bgBlue .link-list .thumb .link-list_img {
    width: 100px;
    min-width: 100px;
    margin-right: 20px;
  }
  .accordion-set--ir-bgBlue .paleBlue-box > .accordion-content--ir-bgBlue .link-list .thumb .contents .txt-area {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .archive_year {
    display: inline-block;
  }
  .archive_year .cmn-level-list01 > ul {
    display: inline-block;
  }
  .archive_year .cmn-level-list01 > ul li {
    width: calc(45% - 30px);
    margin-bottom: 10px;
    text-align: left;
  }
  .archive_year .cmn-level-list01 > ul li:nth-child(even) {
    margin-right: 0;
  }
  .archive_year .pastnews-list {
    width: 180px;
  }
  .archive_year .pastnews-list > p {
    padding: 0;
    text-align: left;
  }
  .archive_year .pastnews-list > p::after {
    right: 20px;
  }
}
/*-----------------------------
医療従事者向け、患者・ご家族向け ポップアップ SP
-------------------------------*/
@media screen and (max-width: 640px) {
  .modal {
    width: 90vw;
  }
}
@media screen and (max-width: 640px) {
  .modal .contents {
    padding: 30px;
  }
  .modal .contents .section-title {
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .modal .contents .text:last-of-type {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 640px) {
  .modal .contents .text {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 640px) {
  .vision-area {
    padding: 50px 30px;
  }
  .vision-area .sp-br {
    display: block;
  }
  .vision-area .vision-ttl-jp {
    font-size: 2.2rem;
  }
  .vision-area .vision-ttl-en {
    margin-top: 30px;
    max-width: 400px;
  }
  .vision-area .vision-text {
    margin-top: 35px;
  }
}
@media screen and (max-width: 640px) {
  .vision-area.vision-area-en {
    padding-bottom: 50px;
  }
  .vision-area.vision-area-en .vision-ttl-en {
    margin-top: 30px;
  }
  .vision-area.vision-area-en .vision-text {
    margin-top: 35px;
  }
}

@media screen and (max-width: 640px) {
  .valueStory .indent-text {
    margin-left: 5%;
  }
}

/**
 * Component
 */
@media screen and (max-width: 640px) {
  .is-spOnly {
    display: block;
  }
}

@media screen and (max-width: 640px) {
  .is-pcOnly {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .contents-w {
    width: auto;
  }
}

/* セクション */
@media screen and (max-width: 640px) {
  .link-list,
  .text {
    margin-bottom: 18px;
  }
}

@media screen and (max-width: 640px) {
  .image {
    width: 100%;
  }
}

/* 見出し */
@media screen and (max-width: 640px) {
  .section-title {
    margin-bottom: 35px;
    padding-bottom: 20px;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 640px) {
  .section-title__supple {
    display: block;
  }
}

@media screen and (max-width: 640px) {
  .page-title__supple {
    margin-left: 0;
  }
}

@media screen and (max-width: 640px) {
  .left-border-title {
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 640px) {
  .large-title {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 640px) {
  .bold-title {
    margin-bottom: 19px;
    line-height: 1.6;
  }
}

/* 本文画像セット */
@media screen and (max-width: 640px) {
  .image-text-set.image-left .image, .image-text-set.image-right .image,
  .movie-text-set.image-left .image,
  .movie-text-set.image-right .image {
    max-width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .image-text-set.image-center .text-box, .image-text-set.movie-center .text-box,
  .movie-text-set.image-center .text-box,
  .movie-text-set.movie-center .text-box {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 640px) {
  .image-text-set .image,
  .image-text-set .movie,
  .movie-text-set .image,
  .movie-text-set .movie {
    float: none !important;
    width: 100%;
    margin: 0 0 25px !important;
  }
  .image-text-set .image img,
  .image-text-set .movie img,
  .movie-text-set .image img,
  .movie-text-set .movie img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 640px) {
  .image-text-set .movie,
  .movie-text-set .movie {
    width: 100%;
    padding-top: 56.5%;
  }
}

@media screen and (max-width: 640px) {
  .access-set .ggmap {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 640px) {
  .side-set .image-text-set.image-left .image, .side-set .image-text-set.image-right .image,
  .side-set .movie-text-set.image-left .image,
  .side-set .movie-text-set.image-right .image,
  .side-set .ggmap.image-left .image,
  .side-set .ggmap.image-right .image {
    max-width: 100%;
  }
}

/* リンクリスト */
@media screen and (max-width: 640px) {
  .link-list li ~ li {
    margin-top: 0.6em;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

/* ボタンリンクセット */
@media screen and (max-width: 640px) {
  .btn-area {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 640px) {
  .btn-area.side-by-block {
    margin-left: 0;
  }
}
@media screen and (max-width: 640px) {
  .btn-area.side-by-block .btn {
    padding-left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .btn-area.side-by-block.is-two .btn ~ .btn {
    margin-top: 20px;
  }
  .btn-area.side-by-block.is-two .btn:nth-of-type(n+3) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 640px) {
  .btn-area.side-by-block.is-three .btn ~ .btn {
    margin-top: 20px;
  }
}

/* リンクボタン */
@media screen and (max-width: 640px) {
  .btn {
    display: block;
    width: 100%;
    min-width: auto;
  }
}
@media screen and (max-width: 640px) {
  .btn button,
  .btn a {
    padding: 15px 30px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 640px) {
  .btn.is-light a {
    padding: 8px 24px;
    height: 100%;
  }
}
@media screen and (max-width: 640px) {
  .btn.is-light a .arw {
    left: 10px;
  }
}
@media screen and (max-width: 640px) {
  .btn.is-light a svg {
    right: 10px;
  }
}
@media screen and (max-width: 640px) {
  .btn.is-light a[target$=_blank], .btn.is-light a.is-external, .btn.is-light a[href$=".pdf"] {
    padding: 8px 24px;
  }
}

/* 表組み */
@media screen and (max-width: 640px) {
  .table-set.is-scrollable {
    overflow-x: scroll;
  }
  .table-set.is-scrollable:before {
    content: "表は横にスクロールできます。";
    display: block;
    margin-bottom: 16px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.4;
  }
  .table-set.is-scrollable table {
    width: 720px;
  }
  .table-set.is-scrollable th {
    min-width: 120px;
  }
  .table-set.is-scrollable .is-subcell {
    min-width: 90px;
  }
}

@media screen and (max-width: 640px) {
  .long-table-set tr:first-of-type th {
    padding-top: 0;
  }
  .long-table-set th,
  .long-table-set td {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .long-table-set th {
    text-align: left;
    padding-bottom: 0;
  }
  .long-table-set td {
    padding-top: 8px;
    padding-bottom: 22px;
    padding-left: 0;
  }
}

/* 複数画像セット */
@media screen and (max-width: 640px) {
  .image-set {
    margin: 0 0 50px -16px;
  }
}
@media screen and (max-width: 640px) {
  .image-set > li {
    padding-left: 16px;
  }
  .image-set > li .image img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 640px) {
  .image-set .text-box {
    margin-top: 26px;
  }
  .image-set .text-box .text {
    margin-top: 20px;
  }
}
@media screen and (max-width: 640px) {
  .image-set.is-two > li {
    width: 100%;
  }
  .image-set.is-two > li ~ li {
    margin-top: 30px;
  }
}
@media screen and (max-width: 640px) {
  .image-set.is-three > li {
    width: 50%;
  }
  .image-set.is-three > li:nth-of-type(n+3) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 640px) {
  .image-set.is-four > li {
    width: 50%;
  }
  .image-set.is-four > li:nth-of-type(n+3) {
    margin-top: 16px;
  }
}

@media screen and (max-width: 640px) {
  .modal-contents .caption {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

/* バナーセット */
@media screen and (max-width: 640px) {
  .banner-set {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 640px) {
  .banner-set > li ~ li {
    margin-top: 20px;
  }
}
@media screen and (max-width: 640px) {
  .banner-set.side-by-block.is-two > li:nth-of-type(n + 3) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 640px) {
  .banner-set.side-by-block.is-three > li:nth-of-type(n + 4) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 640px) {
  .banner-set.side-by-block.is-two, .banner-set.side-by-block.is-three {
    margin-left: -30px;
  }
  .banner-set.side-by-block.is-two > li, .banner-set.side-by-block.is-three > li {
    width: 100%;
  }
  .banner-set.side-by-block.is-two > li ~ li, .banner-set.side-by-block.is-three > li ~ li {
    margin-top: 20px;
  }
}
@media screen and (max-width: 640px) {
  .banner-set.side-by-block.is-four > li:nth-of-type(n + 5) {
    margin-top: 16px;
  }
}
@media screen and (max-width: 640px) {
  .banner-set.side-by-block.is-five > li:nth-of-type(n + 6) {
    margin-top: 16px;
  }
}
@media screen and (max-width: 640px) {
  .banner-set.side-by-block.is-four, .banner-set.side-by-block.is-five {
    margin-left: -14px;
  }
  .banner-set.side-by-block.is-four > li, .banner-set.side-by-block.is-five > li {
    padding-left: 14px;
    width: 50%;
  }
  .banner-set.side-by-block.is-four > li:nth-of-type(n+3), .banner-set.side-by-block.is-five > li:nth-of-type(n+3) {
    margin-top: 16px;
  }
}

@media screen and (max-width: 640px) {
  .mainvisual-control .splide__pagination__page {
    width: 10px;
    height: 10px;
  }
  .mainvisual-control .splide__pagination__page::before {
    top: calc(50% - 8px);
    left: calc(50% - 8px);
    width: 14px;
    height: 14px;
  }
}

@media screen and (max-width: 640px) {
  .mainvisual-area {
    width: 100%;
    margin-bottom: 40px;
  }
  .mainvisual-area img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 640px) {
  .image-set.article-list .meta {
    margin-top: 10px;
  }
  .image-set.article-list .meta time {
    display: block;
    margin: 0 0 5px;
  }
  .image-set.article-list.is-three > li:nth-of-type(n+4) {
    margin-top: 30px;
  }
}

/* ニュースタイトル横のボタン（ニュースリリース一覧・トピックス一覧） */
@media screen and (max-width: 640px) {
  .title-box.btn-news {
    margin-bottom: 35px !important;
    border-bottom: none !important;
  }
  .title-box.btn-news .section-title {
    margin-bottom: 35px !important;
    padding-bottom: 20px;
    border-bottom: 1px solid #D2D2D2;
  }
}
.cmn-level-list01 li {
  margin-bottom: 10px;
}

/* 過去のニュース（ニュースリリース一覧・トピックス一覧） */
@media screen and (max-width: 640px) {
  .pastnews-list ul {
    display: none;
  }
  .pastnews-list.is-active ul {
    display: block;
  }
}

/* タイルパーツ */
@media screen and (max-width: 640px) {
  .tile-set-row {
    display: block;
    padding: 20px 5.333vw;
  }
  .tile-set-row-inner {
    display: block;
    width: 100%;
    padding: 0;
  }
  .tile-set-row.is-odd .body {
    padding: 0;
  }
  .tile-set-row.is-even .body {
    padding: 0;
  }
  .tile-set-row .image,
  .tile-set-row .body {
    width: 100%;
  }
  .tile-set-row .image img {
    width: 100%;
    height: auto;
  }
  .tile-set-row .body {
    margin-top: 15px;
  }
  .tile-set-row .btn-area {
    margin-top: 2em;
  }
  .tile-set-row .btn-area .btn.is-white.btn_innovation {
    min-width: 190px !important;
  }
  .tile-set-row .btn-area .btn.is-white.btn_innovation a {
    min-width: 190px;
    font-size: 1.4rem;
    padding: 12px 30px;
  }
}

/* 動画セット */
.movie-area {
  width: auto;
}
.movie-area .movie {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  margin: 0 0 15px !important;
}
.movie-area.is-two {
  margin-left: -20px;
}
.movie-area.is-two li {
  padding-left: 20px;
}
.movie-area.is-two li .bold-title-sub {
  margin-bottom: 10px;
  font-size: 1.4rem;
}
.movie-area.is-two li .text {
  font-size: 1.4rem;
}

.banner-set a {
  width: 100%;
}
.banner-set .image {
  width: 100%;
}
.banner-set .image + .image {
  margin-top: 20px;
}

/**
 * Other
 */
@media screen and (max-width: 640px) {
  .breadcrumb {
    margin-bottom: 54px;
  }
}
@media screen and (max-width: 640px) {
  .breadcrumb li:before {
    margin: 0 5px;
  }
}
@media screen and (max-width: 640px) {
  .breadcrumb {
    padding: 16px 5.3333333% 0;
  }
}

/**
 * Utility
 */
@media screen and (max-width: 640px) {
  .u-pcOnly {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .u-spOnly {
    display: block;
  }
}