
@charset "UTF-8";
.l-inner {
  width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}
.l-inner-footer {
  width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

.c-link {
  color: #15518c;
  font-size: 1.6rem;
  line-height: 1.5;
}

.c-disc-list {
  margin-bottom: 50px;
}
.c-disc-list__item {
  position: relative;
  padding-left: 15px;
  color: #333333;
  font-size: 1.6rem;
  line-height: 1.5;
}
.c-disc-list__item + .c-disc-list__item {
  margin-top: 8px;
}
.c-disc-list__item::before {
  position: absolute;
  top: 3px;
  left: 0;
  content: "●";
  font-size: 0.7rem;
  line-height: 2.571;
}

.c-disc-list > .c-disc-list__item .c-disc-list {
  margin: 8px 0 12px;
}

.c-disc-list > .c-disc-list__item .c-disc-list__item::before {
  content: "・";
  font-size: 1.2rem;
  line-height: 1.5;
}

.c-order-list {
  margin-bottom: 50px;
}
.c-order-list__item {
  position: relative;
  padding-left: 18px;
  color: #333333;
  font-size: 1.6rem;
  line-height: 1.5;
  counter-increment: order;
}
.c-order-list__item + .c-order-list__item {
  margin-top: 8px;
}
.c-order-list__item::before {
  position: absolute;
  top: 0;
  left: 0;
  content: counter(order) ".";
}

.c-plain-list {
  margin-bottom: 50px;
}
.c-plain-list__item {
  color: #333333;
  font-size: 1.6rem;
  line-height: 1.5;
}
.c-plain-list__item + .c-plain-list__item {
  margin-top: 8px;
}

.c-bar-list {
  margin-bottom: 50px;
}
.c-bar-list__item {
  position: relative;
  padding-left: 15px;
  color: #333333;
  font-size: 1.6rem;
  line-height: 1.5;
}
.c-bar-list__item + .c-bar-list__item {
  margin-top: 8px;
}
.c-bar-list__item::before {
  position: absolute;
  top: 12px;
  left: 0;
  width: 10px;
  height: 1px;
  background-color: #aaaaaa;
  content: "";
}

.c-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1.5rem;
  line-height: 1.5;
}
.c-table__cell {
  padding: 8px;
  border: 1px solid #d5d5d5;
  background: #ffffff;
  color: #333333;
  word-break: break-all;
}
.c-table__head {
  background-color: #f5f5f5;
  font-weight: 400;
  text-align: left;
}

.p-global-footer__nav {
  padding: 70px 0 87px;
  background: #f2f2f2;
}
.p-global-footer__nav a {
  color: #333333;
}
.p-global-footer__nav .p-footer-logo {
  margin-bottom: 42px;
  padding: 10px 0;
  font-weight: bold;
  font-size: 1.6rem;
}
.p-global-footer__nav .p-footer-logo img {
  margin-right: 20px;
  vertical-align: middle;
}
.p-global-footer__nav .p-col-wrapper {
  display: flex;
}
.p-global-footer__nav .p-col-wrapper .p-col {
  width: 20%;
  padding-right: 20px;
}
.p-global-footer__nav .p-col-wrapper .p-col .p-footer-ttl {
  margin-bottom: 18px;
  font-size: 1.6rem;
}
.p-global-footer__nav .p-col-wrapper .p-col .p-footer-list li + li {
  margin-top: 4px;
}
.p-global-footer__nav .p-col-wrapper .p-col .p-footer-list li a {
  font-size: 1.5rem;
}

.p-header {
  min-width: 1400px;
  height: 130px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.p-global-header {
  height: 80px;
  color: #333333;
  line-height: 1.5;
}
.p-global-header .l-inner {
  position: relative;
  padding-top: 20px;
}
.p-global-header__logo {
  display: inline-block;
}

.p-global-header__search {
  position: absolute;
  top: 18px;
  right: 180px;
  font-size: 1.5rem;
}
.p-global-header__search .inner {
  zoom: 1;
}
.p-global-header__search .inner:before {
  display: table;
  content: "";
}
.p-global-header__search .inner:after {
  display: table;
  clear: both;
  content: "";
}
.p-global-header__search .inner form .p-radio-label {
  display: inline-block;
  margin-right: 15px;
  line-height: 45px;
  cursor: pointer;
}
.p-global-header__search .inner form .p-radio-label input {
  display: none;
}
.p-global-header__search .inner form .p-radio-label input:checked + span::before {
  background: url(../images/common/icon_radio_on.png) no-repeat 0 50%;
  background-size: contain;
}
.p-global-header__search .inner form .p-radio-label span {
  position: relative;
  padding-left: 25px;
}
.p-global-header__search .inner form .p-radio-label span::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(../images/common/icon_radio_off.png) no-repeat 0 50%;
  background-size: contain;
  content: "";
}
.p-global-header__search .inner form .input-wrapper {
  display: inline-block;
  width: 300px;
  border: 1px solid #d5d5d5;
  vertical-align: top;
}
.p-global-header__search .input {
  box-sizing: border-box;
  width: calc(100% - 34px);
  height: 45px;
  padding: 0 20px;
  border: none;
  outline: none;
  font-size: 1.6rem;
  line-height: 45px;
}
.p-global-header__search .input:focus {
  background: 0;
}
.p-global-header__search .input.on {
  background: 0;
}
.p-global-header__search .btn {
  width: 18px;
  height: 18px;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
}

.p-global-header__lang {
  position: absolute;
  top: 27px;
  right: 20px;
  width: 140px;
  height: 36px;
}

.p-lang-select {
  z-index: 20;
  position: relative;
  border-bottom: 1px solid #d5d5d5;
  cursor: pointer;
}
.p-lang-select__placeholder {
  display: flex;
  position: relative;
  align-items: center;
  width: 140px;
  height: 35px;
  padding-right: 35px;
  padding-left: 15px;
  font-size: 1.5rem;
  text-align: left;
}
.p-lang-select__placeholder::before {
  position: absolute;
  top: 52%;
  right: 12px;
  width: 12px;
  height: 6px;
  transform: translateY(-50%);
  background: url(../images/common/icon_arrow.png) no-repeat right center;
  background-size: contain;
  content: "";
}
.p-lang-select-box {
  display: none;
  z-index: 10;
  position: absolute;
  width: 100%;
  margin-top: 4px;
  border: 1px solid #d5d5d5;
  background-color: #d5d5d5;
}
.p-lang-select-box-item__wrapper {
  padding: 17px 0;
}
.p-lang-select-box__link {
  display: flex;
  align-items: center;
  width: 100%;
  height: 30px;
  padding: 0 14px;
  color: #333333;
}
.p-lang-select-box__link.is-select {
  background-color: #ffffff;
  text-decoration: none;
}
.p-global-nav {
  height: 50px;
  background-color: #ffffff;
  line-height: 1.5;
}
.p-global-nav__inner {
  text-align: center;
}
.p-global-nav__list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-global-nav__item > a {
  display: block;
  position: relative;
  height: 50px;
  padding: 0 33px;
  color: #333333;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
}
.p-global-nav__item > a:hover {
  text-decoration: none;
}

.p-global-nav-lower {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  background-color: #f5f5f5;
}
.p-global-nav-lower .l-inner {
  position: relative;
  padding: 34px 20px 69px;
}
.p-col-wrapper {
  display: flex;
}
.p-col-wrapper__item {
  width: 25%;
  padding-right: 20px;
  text-align: left;
}
.p-global-nav-lower--product .p-col {
  padding-right: 0;
}
.p-col__link-item {
  font-weight: bold;
}
.p-col__link-item + .p-col__link-item {
  margin-top: 18px;
}
.p-col__link-item a {
  padding-right: 22px;
  background: url(/assets/images/link_arrow_gray.svg) no-repeat right center;
  background-size: 8px 13px;
}

.p-col-list {
  margin-top: 18px;
}
.p-col-list__item + .p-col-list__item {
  margin-top: 14px;
}
.p-col-list a {
  font-weight: normal;
}
.p-col-list + .p-col__link-item {
  margin-top: 30px;
}

.p-col-child-list {
  margin: 12px 0 20px;
  padding-left: 16px;
}
.p-col-child-list__item + .p-col-child-list__item {
  margin-top: 6px;
}

.p-col1 {
  position: relative;
  width: 260px;
}

.p-col1-list {
  text-align: left;
}
.p-col1-list__item {
  margin-bottom: 2px;
}
.p-col1-list__item:hover {
  background: #ffffff;
}
.p-col1-list__item.active {
  background: #ffffff;
}
.p-col1-list__item.active .p-col1-list__link {
  background-image: url(/assets/images/link_arrow_blue.svg);
  background-size: 8px 13px;
  color: #15518c;
  font-weight: bold;
}
.p-col1-list__link {
  display: block;
  height: auto;
  min-height: 42px;
  padding: 8px 22px;
  background: url(/assets/images/link_arrow_gray.svg) right 14px center no-repeat;
  background-size: 8px 13px;
  font-size: 1.6rem;
}
.has-child .p-col1-list__link:hover {
  background-image: url(/assets/images/link_arrow_blue.svg);
  background-size: 8px 13px;
  color: #15518c;
  text-decoration: none;
}

.p-col2 {
  display: none;
  position: absolute;
  top: 0;
  left: 322px;
  width: 880px;
  background-color: #f5f5f5;
}
.p-col2-wrapper {
  display: flex;
  justify-content: space-between;
}
.p-col2-wrapper__item {
  width: 420px;
  padding-top: 23px;
  border-top: 1px solid #d5d5d5;
}
.p-col2 .ttl a {
  margin-bottom: 20px;
}

/* 20240905 add start*/
.p-col .ttl {
    position: relative;
}

.p-col .ttl a, .p-col2 .ttl a {
    display: inline-block;
    padding-right: 20px;
    font-weight: bold;
    font-size: 1.6rem;
    word-break: break-word;
    position: relative;
}

.p-col .ttl a::after, .p-col2 .ttl a::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    transform: translateY(50%);
    width: 8px;
    height: 13px;
    background: url(/assets/images/link_arrow_gray.svg) no-repeat center;
    background-size: contain;
}
/* 20240905 add end*/

/*
.p-col .ttl a,
.p-col2 .ttl a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 20px;
  background: url(/assets/images/link_arrow_gray.svg) right center no-repeat;
  background-size: 8px 13px;
  font-weight: bold;
  font-size: 1.6rem;
}
*/

.p-col .p-col2-list {
  margin-top: 18px;
}
.p-col2-list + .p-col2-list {
  margin-top: 18px;
}
.p-col2-list + .ttl {
  margin-top: 29px;
}
.p-col2-list__link {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 20px;
  background: url(/assets/images/link_arrow_gray.svg) right center no-repeat;
  background-size: 8px 13px;
  font-weight: 700;
  font-size: 1.6rem;
}
.link-no-action {
  background: none !important;
  padding-right: 0 !important;
}
.link-no-action:hover {
  text-decoration: none !important;
}
.clear-arrow::after {
  display: none !important;
}
.p-col .p-col2-list li + li {
  margin-top: 14px;
}
.p-col .p-col2-list a {
  padding-right: 0;
  background: none;
}
.p-col2 .p-col3 {
  margin-top: 17px;
}

.p-col3-list {
  padding-bottom: 14px;
}
.p-col3-list a {
  font-weight: normal;
}
.p-col .p-col3-list {
  margin-top: 12px;
  padding-bottom: 0;
}
.p-col .p-col3-list:last-child {
  margin-bottom: 20px;
}

.p-overlay {
  display: none;
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  cursor: pointer;
  opacity: 0.5;
}
.u-align-center {
  text-align: center;
}

.u-align-left {
  text-align: left;
}

.u-align-right {
  text-align: right;
}

.u-align-top {
  vertical-align: top;
}

.u-align-bottom {
  vertical-align: bottom;
}

.u-hidden {
  display: none;
}

.u-no-display {
  clip: rect(1px, 1px, 1px, 1px);
  display: inline;
  z-index: -9999;
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  font-size: 0;
}

.u-inline-block {
  display: inline-block;
}

.u-flex {
  display: flex;
}

.u-justify-start {
  justify-content: flex-start;
}

.u-justify-end {
  justify-content: flex-end;
}

.u-justify-center {
  justify-content: center;
}

.u-justify-between {
  justify-content: space-between;
}

.u-align-start {
  align-items: start;
}

.u-align-end {
  align-items: end;
}

.u-align-center {
  align-items: center;
}

.u-fw-light {
  font-weight: lighter;
}

.u-fw-normal {
  font-weight: normal;
}

.u-fw-bold {
  font-weight: bold;
}

.u-mb0 {
  margin-bottom: 0px !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mb45 {
  margin-bottom: 45px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-mb55 {
  margin-bottom: 55px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-mb65 {
  margin-bottom: 65px !important;
}

.u-mb70 {
  margin-bottom: 70px !important;
}

.u-mb75 {
  margin-bottom: 75px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}

.u-mb85 {
  margin-bottom: 85px !important;
}

.u-mb90 {
  margin-bottom: 90px !important;
}

.u-mb95 {
  margin-bottom: 95px !important;
}

.u-mb100 {
  margin-bottom: 100px !important;
}

body {
  min-width: 1400px !important;
}

#content.p-content {
  padding-top: 130px;
}
.p-breadcrumb {
  padding: 10.5px 0;
  background-color: #f5f5f5;
}
.p-breadcrumb__list {
  display: flex;
  align-items: center;
}
.p-breadcrumb__list-item {
  color: #333333;
  font-weight: 500;
}
.p-breadcrumb__list-item:not(:last-child) {
  position: relative;
  margin-right: 8px;
  padding-right: 17px;
}
.p-breadcrumb__list-item:not(:last-child)::before {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 8px;
  height: 13.87px;
  transform: translateY(-50%);
  background: url(/assets/images/link_arrow_gray.svg) no-repeat center bottom/contain;
  content: "";
}
.p-breadcrumb__list-item:last-child {
  font-weight: 700;
}
.p-breadcrumb__link {
  color: #333333;
}

.p-text p {
  color: #333333;
  font-size: 1.6rem;
  line-height: 1.5;
}
.p-text p + P {
  margin-top: 1em;
}

.p-caption {
  color: #333333;
  font-size: 1.5rem;
  line-height: 1.5;
}

.p-note {
  color: #333333;
  font-size: 1.4rem;
  line-height: 1.5;
}

.p-box {
  padding: 20px;
  border: 1px solid #d5d5d5;
}
.p-box p {
  color: #333333;
  font-size: 1.6rem;
  line-height: 1.5;
}
.p-box P + P {
  margin-top: 1em;
}

.p-ttl-lv1 {
  padding-left: 21px;
  background: url(/assets/images/icon_ttl_lv1.svg) no-repeat left top 12px/5px 40px;
  color: #333333;
  font-weight: 500;
  font-size: 4rem;
  line-height: 1.5;
}

.p-ttl-lv2 {
  color: #333333;
  font-weight: 500;
  font-size: 3rem;
  line-height: 1.5;
}

.p-ttl-lv3 {
  color: #333333;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.5;
}

.p-ttl-lv4 {
  color: #333333;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.5;
}

.p-ttl-lv5 {
  color: #333333;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.5;
}

.p-ttl-box {
  padding: 20px 0;
  background: #c8d9fa url(/assets/images/ttl_page_bg_blue.jpg) no-repeat center center/cover;
}
.p-ttl-box__ttl {
  color: #333333;
  font-weight: 500;
  font-size: 2.8rem;
  line-height: 1.5;
}

.p-btn {
  width: -moz-fit-content;
  width: fit-content;
}
.p-btn__link {
  display: grid;
  align-items: center;
  justify-content: center;
  padding: 17px 19px;
  border: 1px solid #d5d5d5;
  background-color: #ffffff;
  color: #333333;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
  transition: opacity 0.2s ease-out;
}
.p-btn--w280 .p-btn__link {
  width: 280px;
}

.p-btn--w400 .p-btn__link {
  width: 400px;
}


.p-btn--w500 .p-btn__link {
  width: 500px;
}

.p-btn--blue .p-btn__link {
  border: 1px solid #15518c;
  background-color: #15518c;
  color: #ffffff;
}
.p-btn__link:hover {
  text-decoration: none;
}

.p-product-cv-box {
  padding: 103px 0 84px;
  background: url(/assets/images/product/cv_bg.png) no-repeat center bottom/cover;
}

.p-product-cv__ttl {
  margin-bottom: 26px;
  color: #ffffff;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1;
}
.p-product-cv__lead {
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 1.5;
}
.p-product-cv__item {
  margin-top: 39px;
}
.p-product-cv__list {
  display: flex;
  justify-content: space-between;
}
.p-product-cv__list-item {
  width: 280px;
}
.p-product-cv__link {
  display: flex;
  position: relative;
  align-items: center;
  height: 100%;
  min-height: 90px;
  padding: 5px 33px 5px 20px;
  background: #ffffff;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  color: #15518c;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.5;
  transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.p-product-cv__link:hover {
  text-decoration: none;
}
.p-product-cv__link::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 19px;
  width: 8px;
  height: 13.87px;
  transform: translateY(-50%);
  background: url(/assets/images/link_arrow_blue.svg) no-repeat center center/contain;
  content: "";
}
.p-text-row__img p {
  margin-top: 15px;
  color: #333333;
  font-size: 1.5rem;
  line-height: 1.5;
}
.p-text-row__col-text p {
  width: auto;
  color: #333333;
  font-size: 1.6rem;
  line-height: 1.5;
}
.p-text-row__col-text p + p {
  margin-top: 1em;
}

.p-row {
  display: grid;
  grid-template-rows: auto;
  row-gap: 20px;
}
.p-row__col {
  display: flex;
  flex-direction: column;
}
.p-row__img {
  flex-grow: 1;
}
.p-row__cap {
  margin-top: 15px;
  color: #333333;
  font-size: 1.5rem;
  line-height: 1.5;
}
.p-row__movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.p-row__movie video,
.p-row__movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-row__movie-caption {
  margin-top: 20px;
}
.p-row__movie-caption .p-ttl-lv4 {
  margin-bottom: 15px;
}
.p-row__movie-caption .p-text {
  margin-bottom: 15px;
}

.p-link-list__item + .p-link-list__item {
  margin-top: 6px;
}

.p-table-row {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  column-gap: 40px;
}

.p-text-2col {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  column-gap: 40px;
}

.mt50 {
  margin-top: 50px !important;
}

.mt30 {
  margin-top: 30px !important;
}



.mb50 {
  margin-bottom: 50px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

@media screen and (min-width: 769px) {
  .p-global-nav__item > a.active,
  .p-global-nav__item > a:hover {
    color: #15518c;
  }
  .p-global-nav__item > a.active::before,
  .p-global-nav__item > a:hover::before {
    position: absolute;
    bottom: 6px;
    left: 50%;
    width: calc(100% - 50px);
    height: 2px;
    transform: translateX(-50%);
    background-color: #15518c;
    content: "";
  }
  .p-global-nav-lower {
    visibility: hidden;
    z-index: 11;
    opacity: 0;
  }
  .active + .p-global-nav-lower {
    visibility: visible;
    opacity: 1;
  }
  .p-global-nav-lower--product .l-inner::before {
    position: absolute;
    top: 0;
    right: 940px;
    width: calc(100vw - 940px);
    min-width: 400px;
    height: 100%;
    background: #e5e5e5;
    content: "";
  }
  .p-global-nav-lower .l-inner {
    visibility: hidden;
    transform: translate3d(0, 0, 0);
    opacity: 0;
    transition: all 0.5s ease-out;
  }
  .active + .p-global-nav-lower .l-inner {
    visibility: visible;
    opacity: 1;
  }
  .p-global-nav-lower a {
    color: #333333;
  }
  .p-col .p-col2-list a {
    font-weight: normal;
  }
  .p-col .p-col3-list {
    padding-left: 16px;
  }
  .u-pc-hidden {
    display: none;
  }
  .p-text-row--float-img-r .p-text-row__img {
    margin-bottom: 20px;
    margin-left: 40px;
    float: right;
  }
  .p-text-row--float-img-l .p-text-row__img {
    margin-right: 40px;
    margin-bottom: 20px;
    float: left;
  }
  .p-text-row--flex {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .p-text-row--flex .p-text-row__col-text {
    flex: 1;
    margin-left: 40px;
  }
  .p-text-row--flex-reverse {
    flex-direction: row-reverse;
  }
  .p-text-row--flex-reverse .p-text-row__col-text {
    margin-right: 40px;
    margin-left: 0;
  }
  .p-text-row__img {
    display: table;
  }
  .p-text-row__img p {
    display: table-caption;
    caption-side: bottom;
  }
  .p-row--2col {
    grid-template-columns: 1fr 1fr;
    column-gap: 40px;
  }
  .p-row--3col {
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 30px;
  }
  .p-row--4col {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 20px;
  }
}

@media screen and (max-width: 768px) {
  .l-inner {
    width: 100%;
  }
  .p-header {
    min-width: auto;
    height: 60px;
  }
  .p-global-header {
    height: 60px;
  }
  .p-global-header .l-inner {
    width: 100%;
    padding: 16px 15px 20px;
  }
  .p-global-header__logo img {
    width: 140px;
    height: auto;
  }
  .p-global-header__search {
    display: none;
    position: fixed;
    top: 60px;
    right: 0;
    width: 100%;
    height: calc(100vh - 50px);
    background: #ffffff;
    background: rgba(0, 0, 0, 0.5);
  }
  .p-global-header__search .inner {
    width: 100%;
    padding: 20px;
    background: #ffffff;
  }
  .p-global-header__search .inner {
    width: 100%;
    padding: 20px;
    background: #ffffff;
  }
  .p-global-header__search .inner form .input-wrapper {
    width: 100%;
    max-width: none;
  }
  .p-global-header__lang {
    top: 17px;
    right: 98px;
    width: 45px;
    height: 24px;
  }
  .p-lang-select {
    border-bottom: none;
  }
  .p-lang-select__placeholder {
    width: 45px;
    height: 24px;
    padding-right: 18px;
    padding-left: 7px;
    font-size: 1.3rem;
  }
  .p-lang-select__placeholder::before {
    right: 0;
  }
  .p-lang-select-box {
    width: 120%;
    font-size: 1.3rem;
  }
  .p-lang-select-box-item__wrapper {
    padding: 10px 0;
  }
  .p-lang-select-box__link {
    padding: 0 7px;
  }
  .p-global-header__search__close {
    display: block;
    width: 280px;
    margin: 20px auto;
    padding: 10px 0;
    border: solid 1px #d5d5d5;
    border-radius: 3px;
    background: #f2f2f2 url(/common/images/icon_close.png) no-repeat 20px 50%;
    background-size: 10px 10px;
    color: #333333;
  }
  .p-global-header__btns {
    zoom: 1;
    display: block;
    position: absolute;
    top: 12px;
    right: 20px;
  }
  .p-global-header__btns:before {
    display: table;
    content: "";
  }
  .p-global-header__btns:after {
    display: table;
    clear: both;
    content: "";
  }
  .p-global-header__btns li {
    position: relative;
    float: right;
  }
  .p-global-header__btns .p-btn-gnav {
    width: 35px;
    height: 35px;
    margin-right: -7px;
    padding: 10px 7px;
    cursor: pointer;
  }
  .p-global-header__btns .p-btn-gnav span {
    display: block;
    position: relative;
    width: 20px;
    height: 14px;
    border-top: solid 2px #666666;
  }
  .p-global-header__btns .p-btn-gnav span:before {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 0;
    margin-top: 4px;
    border-top: solid 2px #666666;
    content: "";
  }
  .p-global-header__btns .p-btn-gnav span:after {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 0;
    margin-top: 10px;
    border-top: solid 2px #666666;
    content: "";
  }
  .p-global-header__btns .p-btn-gnav.is-open span {
    border: none;
  }
  .p-global-header__btns .p-btn-gnav.is-open span:before {
    -webkit-transform: rotate(45deg) translate(0, 1px);
    -webkit-transform: skewY(45deg);
    right: 3px;
    width: 14px;
    margin-top: 5px;
    transform: rotate(45deg) translate(0, 1px);
    transform: skewY(45deg);
  }
  .p-global-header__btns .p-btn-gnav.is-open span:after {
    -webkit-transform: rotate(-45deg) translate(5px, -5px);
    -webkit-transform: skewY(-45deg);
    right: 3px;
    width: 14px;
    margin-top: 5px;
    transform: rotate(-45deg) translate(5px, -5px);
    transform: skewY(-45deg);
  }
  .p-global-header__btns .p-btn-search {
    width: 35px;
    height: 35px;
    margin-right: 5px;
    background: url(../images/common/icon_search.png) no-repeat 50% 50%;
    background-size: 20px auto;
    cursor: pointer;
  }
  .p-global-nav {
    display: none;
    position: relative;
    height: auto;
    padding: 0;
  }
  .p-global-nav__inner {
    padding: 0;
  }
  .p-global-nav__list {
    display: block;
  }
  .p-global-nav__item {
    background-color: #ffffff;
  }
  .p-global-nav__item > a {
    height: auto;
    margin: 0;
    padding: 10.5px 32px 10.5px 20px;
    background: url(/assets/images/link_arrow_blue.svg) right 22px center no-repeat;
    background-size: 8px 13px;
    color: #15518c;
    font-weight: bold;
    line-height: 1.5;
    text-align: left;
    text-decoration: none;
  }
  .p-global-nav__list {
    max-height: calc(100vh - 60px);
    padding: 12px 0 33px;
    overflow-y: scroll;
    background-color: #ffffff;
  }
  .p-global-nav-lower {
    z-index: 10;
    position: fixed;
    top: 60px;
    right: -105%;
    left: auto;
    width: 100%;
    padding: 0 20px;
    overflow: auto;
    background-color: #ffffff;
    transition: right 0.4s ease 0.2s;
  }
  .p-global-nav-lower .l-inner {
    padding: 0;
  }
  .p-col {
    padding-top: 10px;
  }
  .p-col-wrapper {
    display: block;
/*
    padding: 27px 0 54px;
*/
    padding: 27px 0 64px;
  }
  .p-col-wrapper__item {
    width: 100%;
    padding-right: 0;
  }
  .p-col-wrapper__item + .p-col-wrapper__item {
    margin-top: 40px;
  }
  .p-col1 {
    width: 100%;
    min-height: auto;
    padding-top: 10px;
  }
  .p-col1-list {
    padding: 10px 0 32px;
  }
  .p-col1-list__item {
    margin-bottom: 0;
  }
  .p-col1-list__link {
    height: auto;
    margin: 0;
    padding: 10.5px 15px 10.5px 0;
    background: url(/assets/images/link_arrow_blue.svg) right center no-repeat;
    background-size: 8px 13px;
    color: #15518c;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: left;
    text-decoration: none;
  }
  .p-col2 {
    box-sizing: border-box;
    display: block;
    z-index: 10;
    position: fixed;
    top: 60px;
    right: -105%;
    left: auto;
    width: 100%;
    padding: 10px 20px 0;
    overflow: auto;
    background-color: #ffffff;
    transition: right 0.4s ease 0.2s;
  }
  .p-col2__item {
    padding: 27px 0 57px;
  }
  .p-col2-wrapper {
    display: block;
  }
  .p-col2-wrapper__item {
    width: 100%;
    padding-top: 0;
    border: none;
  }
  .p-col2-wrapper__item + .p-col2-wrapper__item {
    margin-top: 21px;
  }
  .p-col2__item + .p-col2__item {
    margin-top: 18px;
  }
  .p-col2 .ttl a {
    margin-bottom: 24px;
  }
  .p-col .ttl a,
  .p-col2 .ttl a {
    color: #333333;
    font-size: 1.8rem;
    line-height: 1.333;
  }
  .p-col .p-col2-list {
    margin-top: 24px;
  }
  .p-col2-list + .p-col2-list {
    margin-top: 21px;
  }
  .p-col2-list__link {
    color: #15518c !important;
    font-weight: bold;
  }
  .p-col .p-col2-list li + li {
    margin-top: 21px;
  }
  .p-col3 {
    margin-bottom: 26px;
  }
  .p-col .p-col3 {
    margin-top: 14px;
  }
  .p-col2 .p-col3 {
    margin-top: 12px;
  }
  .p-col3-list {
    padding-bottom: 6px;
  }
  .p-col3-list a {
    color: #333333;
    font-size: 1.5rem;
  }
  .p-col .p-col3-list:last-child {
    margin-bottom: 26px;
  }
  .p-back {
    position: relative;
    margin-inline: -20px;
    padding-left: 40px;
    background-color: #f5f5f5;
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 40px;
    text-align: left;
    cursor: pointer;
  }
  .p-back span {
    display: block;
    position: absolute;
    top: 13px;
    left: 21px;
    width: 8px;
    height: 13px;
    transform: scale(-1, 1);
    background: url(/assets/images/link_arrow_gray.svg) no-repeat 0 0;
    background-size: contain;
  }
  .p-global-nav-lower.is-open,
  .p-col2.is-open {
    right: 0;
  }
  .p-global-nav-lower.is-tall,
  .p-col2.is-open {
    bottom: 0;
  }
  .u-sp-hidden {
    display: none;
  }
  body {
    min-width: auto !important;
  }
  #content.p-content {
    padding-top: 60px;
  }
  .l-inner-base {
    width: 100%;
    padding: 0 4vw;
  }
  .is-pc {
    display: none !important;
  }
  .is-sp {
    display: block !important;
  }
  .p-breadcrumb {
    padding: 8.5px 0;
    overflow-x: auto;
    white-space: nowrap;
  }
  .p-breadcrumb .l-inner {
    padding: 0 10px;
  }
  .p-breadcrumb__list-item:last-child {
    padding-right: 10px;
    font-size: 1.2rem;
  }
  .p-breadcrumb__link {
    font-size: 1.2rem;
  }
  .p-ttl-lv1 {
    padding-left: 17px;
    background-size: 4px 32px;
    background-position-y: 10px;
    font-size: 3.2rem;
    line-height: 1.5;
  }
  .p-ttl-lv2 {
    font-size: 2.4rem;
    line-height: 1.5;
  }
  .p-ttl-lv3 {
    font-size: 2rem;
    line-height: 1.5;
  }
  .p-ttl-box {
    padding: 12px 0;
    background: #c8d9fa url(/assets/images/ttl_page_bg_blue.jpg) no-repeat 100% 0;
    background-size: auto 100%;
  }
  .p-ttl-box__ttl {
    font-size: 2rem;
    line-height: 1em;
  }
  .p-product-cv-box {
    padding: 40px 0 51px;
    background-image: url(/assets/images/product/cv_bg_sp.png);
  }
  .p-product-cv__ttl {
    margin-bottom: 11px;
    font-size: 2rem;
  }
  .p-product-cv__item {
    margin-top: 23px;
  }
  .p-product-cv__list {
    display: block;
  }
  .p-product-cv__list-item {
    width: 100%;
  }
  .p-product-cv__link {
    height: 64px;
    padding: 5px 27px 5px 20px;
    box-shadow: none;
    font-size: 1.6rem;
  }
  .p-text-row--float .p-text-row__img, .p-text-row--flex .p-text-row__img {
    margin-bottom: 20px;
  }
  .p-text-row img {
    width: 100%;
  }
  .p-row {
    grid-template-columns: 1fr;
    column-gap: 20px;
  }
  .p-row img {
    width: 100%;
  }
  .p-row--4col {
    grid-template-columns: 1fr 1fr !important;
  }
  .p-table-row {
    grid-template-columns: 1fr;
  }
  .p-text-2col {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
}

@media (any-hover: hover) {
  .p-btn__link:hover {
    opacity: 0.7;
  }
  .p-product-cv__link:hover {
    opacity: 0.7;
  }
  .p-product-cv__link:hover {
    opacity: 0.8;
  }
}



