@charset "utf-8";

/* CSS Document */
@media print,
screen and (min-width: 768px) {
  .p-top {
    background-image: url("../images/mv.png");
    /*background-image: url("https://www.his-j.com/corp/contents/ranking/images/mv.png");*/
    margin-top: -88px;
    position: relative;
    background-position: right 0px bottom 0px;
    background-color: #f0f0f0;
    border-radius: 15px;
	background-attachment: fixed;
  }
}

@media not all and (min-width: 768px) {
  .p-top {
    background-image: url("../images/mv.png");
    /*background-image: url("https://www.his-j.com/corp/contents/ranking/images/mv.png");*/
    background-color: #f0f0f0;
    padding: 50px 0 40px;
    margin-top: 52px;
    border-radius: 10px;
	background-position: right bottom;
    background-size: cover;
  }	
}

@media print,
screen and (min-width: 768px) {
  .p-top {
    padding: 150px 0 220px;
  }
}

.sub {
  font-size: 1rem;
  text-align: center;
  margin-top: 3em;
	padding: 0 1.5rem;
	line-height: 1.8rem;
}

/*.p-top__heading {
  color: white;
  text-shadow: 0px 0px 8px #000000, 0px 0px 10px #000000, 0px 0px 10px #000000;
  text-align: center;
}

.p-top__text {
  color: white;
  text-shadow: 0px 0px 8px #000000, 0px 0px 10px #000000, 0px 0px 10px #000000;
  text-align: center;
}*/

@media print, screen and (min-width: 768px) {
.p-top__inner {
    padding-left: 2rem;
}
}

.mark {
  background: linear-gradient(transparent 60%, #ff6 60%);
}

#movie iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  padding-right: .5rem;
}


/*p-reason*/
@media print,
screen and (min-width: 768px) {
  .p-reason {
    display: flex;
    flex-wrap: wrap;
    margin-top: 90px;
  }
}

@media not all and (min-width: 768px) {
  .p-reason {
    display: block;
    margin-top: 60px;
  }
}

.p-reason-item {
  transition: box-shadow 0.5s;
}

/*@media (hover: hover) {
  .p-reason-item:not(.is-disabled-hover):hover {
    box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.2);
  }
  .p-reason-item:not(.is-disabled-hover):hover .p-reason-item__image img {
    transform: scale(120%);
  }
}*/
@media print,
screen and (min-width: 768px) {
  .p-reason-item {
    display: flex;
    width: calc((100% - 30px) / 2);
    padding: 10px;
  }

  .p-reason-item:nth-child(2n) {
    margin-left: 30px;
  }

  .p-reason-item:nth-child(n+3) {
    margin-top: 30px;
  }
}

@media not all and (min-width: 768px) {
  .p-reason-item {
    display: block;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
  }

  .p-reason-item+.p-reason-item {
    margin-top: 40px;
  }
}

.p-reason-item__image {
  overflow: hidden;
}

@media print,
screen and (min-width: 768px) {
  .p-reason-item__image {
    width: 165px;
  }
}

@media not all and (min-width: 768px) {
  .p-reason-item__image {
    width: 103px;
    position: absolute;
    top: 4px;
    left: 0;
  }
}

.p-reason-item__image img {
  transition: transform 0.5s;
}

@media print,
screen and (min-width: 768px) {
  .p-reason-item__detail {
    width: calc(100% - 175px);
    margin-left: 10px;
  }
}

.p-reason-item__heading {
  font-weight: bold;
}

@media print,
screen and (min-width: 768px) {
  .p-reason-item__heading {
    font-size: 1.25rem;
  }
}

@media not all and (min-width: 768px) {
  .p-reason-item__heading {
    font-size: 1rem;
    padding-top: 37px;
    padding-bottom: 37px;
    padding-left: 119px;
  }

  .p-reason-item__heading--paddingY-small {
    padding-top: 26px;
    padding-bottom: 26px;
  }
}

.p-reason-item__text {
  font-size: 0.875rem;
  margin-top: 1rem;
}

@media not all and (min-width: 768px) {
  .p-reason-item__text {
    width: 100%;
  }
}




/*p-menu*/

@media print,
screen and (min-width: 768px) {
  .tab-menu {
    width: 100%;
    max-width: 1240px;
    position: relative;
    top: 70%;
    left: 50%;
    transform: translateX(-50%);
    /*padding: 0 1em;*/
    margin-top: 90px;
  }

  .tab-menu .p-info {
    margin-top: 0px;
  }

}

@media not all and (min-width: 768px) {
  #case .p-info {
    margin-top: 0px;
  }
}

@media not all and (min-width: 768px) {
  .tab-menu {
    /*padding: 0 6.4%;*/
    margin-top: 60px;
  }
}

.tab-menu__inner {
  /*background-color: rgba(0, 51, 102, 0.7);*/
  box-shadow: 0 8px 30px rgb(0 16 14 / 20%);
  border-radius: 10px;
}

@media print,
screen and (min-width: 768px) {
  .tab-menu__inner {
    padding: 40px 45px;
  }
}

@media not all and (min-width: 768px) {
  .tab-menu__inner {
    display: block;
    padding: 16px 12px 24px;
  }
}

.tab-menu-tabs {
  display: flex;
}

@media print,
screen and (min-width: 768px) {
  .tab-menu-tabs {
    justify-content: left;
  }
}

@media not all and (min-width: 768px) {
  .tab-menu-tabs {
    justify-content: space-around;
  }
}

.tab-menu-tabs__item {
  /*color: #666;*/
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  opacity: 0.4;
}

.tab-menu-tabs__item.is-show {
  opacity: 1;
}

@media (hover: hover) {
  .tab-menu-tabs__item:not(.is-disabled-hover):hover {
    opacity: 1;
  }
}

@media print,
screen and (min-width: 768px) {
  .tab-menu-tabs__item {
    max-width: 30.1075268817%;
    font-size: 1.375rem;
  }

  .tab-menu-tabs__item+.tab-menu-tabs__item {
    margin-left: 4.8387096774%;
  }

  .tab-menu-tabs__item span {
    font-size: 1.25rem;
  }
}

@media not all and (min-width: 768px) {
  .tab-menu-tabs__item {
    font-size: 1rem;
    margin-left: 0;
  }

  .tab-menu-tabs__item span {
    font-size: 1rem;
  }
}

.tab-menu-contents {
  /*background-color: rgba(233, 236, 242, 0.8);*/
  border-radius: 10px;
}

@media print,
screen and (min-width: 768px) {
  .tab-menu-contents {
    /*padding: 35px 35px 30px 25px;*/
    margin-top: 24px;
  }
}

@media not all and (min-width: 768px) {
  .tab-menu-contents {
    padding: 15px 12px 24px;
    margin-top: 16px;
  }
}

.tab-menu-content {
  display: none;
}

@media print,
screen and (min-width: 768px) {
  .tab-menu-content.is-show {
    display: flex;
    align-items: center;
  }
}

@media not all and (min-width: 768px) {
  .tab-menu-content.is-show {
    display: block;
  }
}

.tab-menu-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.tab-menu-list__item {
  width: 25%;
}

.w33 {
  width: 33.3333% !important;
}

@media not all and (min-width: 768px) {
  .tab-menu-list__item:nth-child(2n) {
    padding-left: 5px;
  }
}

.tab-menu-list__item .tab-menu-list__item-text {
  width: 100%;
  display: flex;
  font-weight: bold;
  align-items: center;
  color: #003366;
  border-radius: 8px;
}

@media print,
screen and (min-width: 768px) {
  .tab-menu-list__item .tab-menu-list__item-text {
    font-size: 1rem;
    padding: 10px;
  }
}

@media not all and (min-width: 768px) {
  .tab-menu-list__item .tab-menu-list__item-text {
    font-size: 0.875rem;
    padding: 8px 0;
  }

  .tab-menu-list__item .tab-menu-list__item-text:nth-child(2n) {
    padding-left: 5px;
  }
}

.tab-menu-list__item .tab-menu-list__item-text::before {
  content: "";
  display: block;
  flex-shrink: 0;
}

@media print,
screen and (min-width: 768px) {
  .tab-menu-list__item .tab-menu-list__item-text::before {
    margin-right: 16px;
  }
}

@media not all and (min-width: 768px) {
  .tab-menu-list__item .tab-menu-list__item-text::before {
    margin-right: 6px;
  }
}

.tab-menu-list__item--info .tab-menu-list__item-text::before {
  width: 28px;
  height: 29px;
  background: url("../images/common/icon_document_blue.svg") no-repeat left 4px top 0/contain;
}

@media print,
screen and (min-width: 768px) {
  .tab-menu-list__item--info .tab-menu-list__item-text::before {
    width: 32px;
    height: 29px;
  }
}

@media not all and (min-width: 768px) {
  .tab-menu-list__item--info .tab-menu-list__item-text::before {
    width: 24px;
    height: 21px;
  }
}

@media (hover: hover) {
  .tab-menu-list__item--info:not(.is-disabled-hover):hover .tab-menu-list__item-text::before {
    background: url("../images/common/icon_document_white.svg") no-repeat left 4px top 0/contain;
  }
}

.tab-menu-list__item--bag .tab-menu-list__item-text::before {
  background: url("../images/common/icon_bag_blue.svg") no-repeat left 4px top 0/contain;
}

@media print,
screen and (min-width: 768px) {
  .tab-menu-list__item--bag .tab-menu-list__item-text::before {
    width: 32px;
    height: 32px;
  }
}

@media not all and (min-width: 768px) {
  .tab-menu-list__item--bag .tab-menu-list__item-text::before {
    width: 24px;
    height: 24px;
  }
}

@media (hover: hover) {
  .tab-menu-list__item--bag:not(.is-disabled-hover):hover .tab-menu-list__item-text::before {
    background: url("../images/common/icon_bag_white.svg") no-repeat left 4px top 0/contain;
  }
}

@media only screen and (max-width: 1024px) {
  .tab-menu-list__item {
    width: 33.3333333333%;
  }
}

@media only screen and (max-width: 900px) {
  .tab-menu-list__item {
    width: 50%;
  }
}

@media (hover: hover) {
  .tab-menu-list__item:not(.is-disabled-hover):hover .tab-menu-list__item-text {
    background-color: #9db6cf;
    color: #ffffff;
  }
}

@media not all and (min-width: 768px) {
  .tab-menu-list__item {
    width: 50%;
  }
}

@media print,
screen and (min-width: 768px) {
  .tab-menu-list {
    width: calc(100% - 195px);
    border-right: 2px solid rgba(0, 51, 102, 0.7);
    padding-right: 10px;
  }
}

@media not all and (min-width: 768px) {
  .tab-menu-list {
    border-bottom: 2px solid rgba(0, 51, 102, 0.7);
    padding-bottom: 14px;
  }
}

.tab-menu-item {
  width: 195px;
}

.tab-menu-item__contact-button {
  width: 160px;
}

@media not all and (min-width: 768px) {
  .tab-menu-item__contact-button {
    margin: 24px auto 0;
  }
}

@media print,
screen and (min-width: 768px) {
  .tab-menu-item {
    padding: 0 9px 0 26px;
  }
}

@media not all and (min-width: 768px) {
  .tab-menu-item {
    width: auto;
  }
}


/*p-issue*/
@media print,
screen and (min-width: 768px) {
  .p-issue-item {
    padding: 0;
  }
}


.p-issue-item {
  display: flex;
  flex-direction: column;
  margin: 2em;

}







/*.p-issue-item {
  display: flex;
  flex-direction: column;
  background-color: #e9ecf2;
  border-radius: 12px;
  position: relative;
  transition: transform 0.5s, background-color 0.5s;
}*/
@media (hover: hover) {

  /*.p-issue-item:not(.is-disabled-hover):hover {
    background-color: #f2f4f8;
  }*/
  .p-others-item:not(.is-disabled-hover):hover .p-others-item__image img {
    transform: scale(120%);
  }
}

@media print,
screen and (min-width: 768px) {
  .p-issue-item {
    width: 50%;
  }
}

@media not all and (min-width: 768px) {
  .p-issue-item {
    margin: 0;

  }
}

.p-issue-item__link {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.p-issue-item__head {
  width: 100%;
  position: relative;
}

@media print,
screen and (min-width: 768px) {
  .p-issue-item__head {
    height: 155px;
  }
}

@media not all and (min-width: 768px) {
  .p-issue-item__head {
    height: 120px;
  }
}

.p-issue-item__image {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-issue-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  transition: transform 0.5s;
}


.p-issue-item__image {
  margin: 30px auto;
  width: 100%;
  box-shadow: 30px 30px 0 #336699;
}

.p-issue-item__sup {
  text-align: left;
  color: #ffffff;
  position: absolute;
  top: -5px;
}

@media print,
screen and (min-width: 768px) {
  .p-issue-item__sup {
    left: -11px;
  }
}

@media not all and (min-width: 768px) {
  .p-issue-item__sup {
    left: -9px;
  }
}

.p-issue-item__sup span {
  display: inline-block;
  font-weight: bold;
  background-color: #009999;
}

@media print,
screen and (min-width: 768px) {
  .p-issue-item__sup span {
    font-size: 1rem;
    padding: 3px 11px;
  }
}

@media not all and (min-width: 768px) {
  .p-issue-item__sup span {
    font-size: 0.875rem;
    padding: 2px 8px;
  }
}

.p-issue-item__sup::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent #008282 transparent transparent;
  position: absolute;
  left: 0;
}

@media print,
screen and (min-width: 768px) {
  .p-issue-item__sup::after {
    border-width: 0 11px 11px 0;
    bottom: -11px;
  }
}

@media not all and (min-width: 768px) {
  .p-issue-item__sup::after {
    border-width: 0 9px 9px 0;
    bottom: -9px;
  }
}

.p-issue-item__heading {
  font-size: 1.7rem;
  font-weight: bold;
  display: flex;
  border-bottom: 1px solid #666;
}

@media not all and (min-width: 768px) {
  .p-issue-item__heading {
    text-align: center;
    margin-top: 3rem;
  }
}

.p-issue-item__detail {
  font-size: 1.2rem;
  margin-top: 22px;
  margin-bottom: 14px;
  font-weight: bold;
}

.p-issue-item__solution {
  font-size: 1rem;
  margin-top: 22px;
  margin-bottom: 14px;
}

.p-issue-item__tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: auto;
}

@media print,
screen and (min-width: 768px) {
  .p-issue-item__tags {
    justify-content: left;
  }
}

@media not all and (min-width: 768px) {
  .p-issue-item__tags {
    justify-content: center;
  }
}


/*p-others*/
.p-others {
  display: block;
  background-color: #e9ecf2;
  padding: 2em 2em 0;
  border-radius: 10px;
}

@media print,
screen and (min-width: 768px) {
  .p-others {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
  }
}

@media not all and (min-width: 768px) {
  .p-others {
    display: block;
  }
}

.p-others-item {
  transition: box-shadow 0.5s;
  margin-bottom: 2em;

}

/*@media (hover: hover) {
  .p-others-item:not(.is-disabled-hover):hover {
    box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.2);
  }
  .p-others-item:not(.is-disabled-hover):hover .p-others-item__image img {
    transform: scale(120%);
  }
}*/
@media print,
screen and (min-width: 768px) {
  .p-others-item {
    display: flex;
    /*width: calc((100% - 30px) / 2);
    padding: 10px;*/
  }

  /*.p-others-item:nth-child(2n) {
    margin-left: 30px;
  }
  .p-others-item:nth-child(n+3) {
    margin-top: 30px;
  }*/
}

@media not all and (min-width: 768px) {
  .p-others-item {
    display: block;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
  }

  .p-others-item+.p-others-item {
    margin-top: 40px;
  }
}

.p-others-item__image {
  overflow: hidden;
}

@media print,
screen and (min-width: 768px) {
  .p-others-item__image {
    width: 120px;
    height: 120px;
    background: white;
  }
}

@media not all and (min-width: 768px) {
  .p-others-item__image {
    width: 103px;
    position: absolute;
    top: 4px;
    left: 0;
  }
}

.p-others-item__image img {
  transition: transform 0.5s;
}

@media print,
screen and (min-width: 768px) {
  .p-others-item__detail {
    margin-left: 20px;
    width: 65%;
  }
}

.p-others-item__heading {
  font-weight: bold;
}

@media print,
screen and (min-width: 768px) {
  .p-others-item__heading {
    font-size: 1.25rem;
    line-height: 1.75;
    font-weight: bold;
    /*border-bottom: 1px solid #666;
    margin-bottom: 5px;*/
    padding-bottom: 5px;
  }
}

@media not all and (min-width: 768px) {
  .p-others-item__heading {
    font-size: 1rem;
    padding-top: 37px;
    padding-bottom: 37px;
    padding-left: 119px;
  }
  .line2 {
    padding-top: 27px;
    padding-bottom: 24px;
  }
  .line3 {
    padding-top: 17px;
    padding-bottom: 11px;
  }
  .p-others-item__heading--paddingY-small {
    padding-top: 26px;
    padding-bottom: 26px;
  }
}

.p-others-item__text {
  font-size: 0.875rem;
}

@media not all and (min-width: 768px) {
  .p-others-item__text {
    width: 100%;
    margin-top: 1rem;
  }
}

.issue-s {
  background: #333333;
  flex: none;
  height: 3rem;
  margin: -5px 25px 10px 0;
  width: 1px;
  max-width: calc(100% - 20px);
}

.issue-s1 {
  background: #333333;
  flex: none;
  height: 3rem;
  margin: -30px 20px;
  transform: rotate(45deg);
  width: 1px;
  max-width: calc(100% - 20px);
}


.issue-s2 {
  background: #333333;
  flex: none;
  height: 3rem;
  margin: -5px 25px 10px;
  transform: rotate(45deg);
  width: 1px;
  max-width: calc(100% - 20px);
}

.issue-n {
  font-size: 4.2rem;
  font-weight: bold;
  margin-top: -2rem;
  margin-right: 20px;
}


.issue-title {
  display: flex
}

.arrow {
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
}

.arrow::before,
.arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}


.balloon {
  position: relative;
  display: inline-block;
  background-color: #fff;
  border-bottom: solid 1px #525252;
  padding: 16px;
  min-width: 240px;
  max-width: 100%;
  text-align: center;
}

.balloon:before,
.balloon:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.balloon:before {
  border: solid 11px transparent;
  border-top: solid 11px #333;
}

.balloon:after {
  border: solid 15px transparent;
  border-top: solid 15px #fff;
  margin-top: -5px;
}

.balloon p {
  margin: 0;
  padding: 0;
}



/*ページ内リンク*/
.productPageLink {
  width: 100%;
  display: flex;
  margin: 4.69% auto;
}

.productPageLink li {
  flex: 1 1 auto;
  margin: 0 1px 1px 0;
}

.productPageLink li a {
  display: block;
  width: 100%;
  text-align: center;
  color: #004098;
  font-weight: 500;
  background: #eee;
  padding: 20px 0;
  font-size: 16px;
  transition: all .25s ease;
  position: relative;
}

.productPageLink li a:after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 5px;
  background: url(/corp/images/common/arrowBlueDown.png) no-repeat center/100%;
  bottom: 10px;
  left: 50%;
  margin-left: -4px;
  transition: all .25s ease;
}

.productPageLink li a:hover {
  background: #004098;
  color: #fff;
}

.productPageLink li a:hover:after {
  background: url(/corp/images/common/arrowWhiteDown.png) no-repeat center/100%;
  bottom: 5px;
}

.subTtlNote {
  margin-bottom: 30px;
}

@media screen and (max-width:768px) {

  .productPageLink {
    display: block;
    margin: 4.69% auto 10%;
  }

  .productPageLink li {
    float: left;
    margin: 0 1px 1px 0;
  }

  .productPageLink li a,
  .productPageLink li a:hover {
    display: block;
    width: auto;
    text-align: center;
    color: #004098;
    font-weight: 500;
    background: #eee;
    padding: 1em 1.2em;
    font-size: 85.71%;
    position: relative;
  }

  .productPageLink li a:after,
  .productPageLink li a:hover:after {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 5px;
    background: url(/corp/images/common/arrowBlueDown.png) no-repeat center/100%;
    bottom: 5px;
    left: 50%;
    margin-left: -4px;
    transition: all .25s ease;
  }
}



@media print,
screen and (min-width: 768px) {
  #case .p-info__item {
    width: 100%;
    padding: 27px 5.5555555556%;
  }

  #case .p-info-item__detail {
    margin-top: 0px;
  }

  .full-w {
    display: flex;
  }

  .full-w li {
    width: 50%;
    float: left;
    list-style: none;
    margin: 30px;
  }

}


@media (hover: hover) {
  #event .p-info-item:not(.is-disabled-hover):hover .p-info-item__image img {
    transform: scale(100%);
  }

  #recommend .p-info-item:not(.is-disabled-hover):hover .p-info-item__image img {
    transform: scale(120%);
  }
}

.pl-1 {
	padding-left: 1rem;
}

.mt-0 {
    margin-top: 0px;
}
.mt-23 {
    margin-top: 2.3rem;
}

.badge-bk span {
    background-color: black;
}

.badge-bk::after {
    border-color: transparent black transparent transparent;
}

.p-info-wrap {
	background-color: #8ab9d4;
	border-radius: 12px;
	padding: 2rem;
	margin-top: 84px;
}

@media not all and (min-width: 768px) {
.p-info-wrap {
    margin-top: 52px;
}
	.mt-23 {
    margin-top: 1.5rem;
}

	 }

.caution {
	font-size: 1.3rem;
	font-weight: bold;
	text-align: center;
	margin:2rem;
	
}
