                  /* --------------------------------------------

FileName    :    page.css

-------------------------------------------- */
.product_list {
  padding-top: 50px; }
  @media screen and (max-width: 622px) {
    .product_list {
      padding-top: 10vw; } }
  .product_list .product_itemlist {
    margin-bottom: 4em;
    font-size: 22px;
    width: calc(100% + 15px);
    margin-left: -15px; }
    @media screen and (max-width: 622px) {
      .product_list .product_itemlist {
        font-size: 3.8vw;
        margin-bottom: 2em; } }
    .product_list .product_itemlist > li {
      padding: 0 15px;
      margin: 0 0 10px;
      position: relative; }
      .product_list .product_itemlist > li::before {
        content: "";
        width: 0;
        height: 2px;
        background: #0066B5;
        position: absolute;
        left: 15px;
        bottom: 0;
        transition: 0.5s; }
      .product_list .product_itemlist > li::after {
        content: "";
        width: 2px;
        height: 60%;
        background: #0066B5;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto; }
      .product_list .product_itemlist > li a {
        color: #0066B5; }
      .product_list .product_itemlist > li:hover::before {
        width: calc(100% - 30px);
        transition: 0.5s; }
      .product_list .product_itemlist > li:last-of-type::after {
        display: none; }
  .product_list > .contents_block_inner > h2 {
    color: #0066B5;
    font-size: 20px;
    margin: 10px 0; }
  .product_list .product_item {
    margin-bottom: 50px; }
    @media screen and (max-width: 622px) {
      .product_list .product_item {
        margin-bottom: 10vw; } }
    .product_list .product_item > li {
      width: 100%;
      min-height: 350px;
      border-bottom: 5px solid #0066B5;
      padding: 20px 0;
      box-sizing: border-box;
      position: relative; }
      @media screen and (max-width: 950px) {
        .product_list .product_item > li {
          padding: 20px 0 0; } }
      .product_list .product_item > li:first-of-type {
        border-top: 5px solid #0066B5; }
      .product_list .product_item > li > a {
        display: block;
        transition: 0.5s; }
        .product_list .product_item > li > a::after {
          content: "";
          width: 100%;
          height: 100%;
          background: #5ca7fb;
          position: absolute;
          left: 0;
          top: 0;
          opacity: 0;
          transition: 0.5s; }
        .product_list .product_item > li > a > p {
          width: 50%;
          text-align: left;
          text-shadow: 2px 2px 1px #fff,-2px 2px 1px #fff,2px -2px 1px #fff,-2px -2px 1px #fff,2px 0 1px #fff, 0 2px 1px #fff,-2px 0 1px #fff,0px -2px 1px #fff; }
          @media screen and (max-width: 950px) {
            .product_list .product_item > li > a > p {
              width: 100%; } }
          @media screen and (max-width: 950px) {
            .product_list .product_item > li > a > p:last-of-type {
              margin-bottom: 8em; } }
        @media screen and (max-width: 950px) {
          .product_list .product_item > li > a > ul {
            margin-bottom: 8em; } }
        .product_list .product_item > li > a > ul > li {
          display: block;
          width: 100%;
          margin: 0.25em 0;
          text-shadow: 2px 2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff, 2px 0 1px #fff, 0 2px 1px #fff, -2px 0 1px #fff, 0 -2px 1px #fff; }
          @media screen and (max-width: 622px) {
            .product_list .product_item > li > a > ul > li {
              font-size: 3.6vw; } }
          .product_list .product_item > li > a > ul > li::before {
            content: "-";
            margin-right: 0.5em; }
      .product_list .product_item > li h3 {
        font-size: 70px;
        color: #0066B5; }
        @media screen and (max-width: 622px) {
          .product_list .product_item > li h3 {
            font-size: 8.85vw; } }
      .product_list .product_item > li:hover a::after {
        opacity: 0.4;
        transition: 0.5s; }
      .product_list .product_item > li.list_type div {
        display: none;
        transition: 0.5s; }
        @media screen and (max-width: 950px) {
          .product_list .product_item > li.list_type div {
            display: block;
            align-items: flex-start;
            justify-content: space-between;
            height: 100%;
            transition: 0.5s;
            margin-top: 1em; } }
        .product_list .product_item > li.list_type div a {
          width: calc(100%/3);
          height: 100%;
          padding: 15px;
          box-sizing: border-box;
          color: #fff;
          position: relative; }
          @media screen and (max-width: 950px) {
            .product_list .product_item > li.list_type div a {
              display: flex;
              align-items: flex-start;
              justify-content: space-between;
              width: 100%;
              height: auto; } }
          .product_list .product_item > li.list_type div a::before {
            content: "";
            width: 50px;
            height: 2px;
            background: #0066B5;
            position: absolute;
            bottom: 1em;
            right: 1em; }
            @media screen and (max-width: 950px) {
              .product_list .product_item > li.list_type div a::before {
                width: 5vw;
                height: 0.35vw; } }
          .product_list .product_item > li.list_type div a::after {
            content: "";
            width: 15px;
            height: 2px;
            background: #0066B5;
            position: absolute;
            bottom: 1.35em;
            right: 1em;
            transform: rotate(45deg);
            display: block;
            opacity: 1; }
            @media screen and (max-width: 950px) {
              .product_list .product_item > li.list_type div a::after {
                width: 2vw;
                height: 0.35vw;
                bottom: 1.2em; } }
          .product_list .product_item > li.list_type div a:first-of-type {
            background: rgba(41, 146, 204, 0.85); }
          .product_list .product_item > li.list_type div a:nth-of-type(2) {
            background: rgba(179, 156, 88, 0.85); }
          .product_list .product_item > li.list_type div a:nth-of-type(3) {
            background: rgba(57, 167, 174, 0.85); }
          .product_list .product_item > li.list_type div a h4 {
            font-size: 56px; }
            @media screen and (max-width: 950px) {
              .product_list .product_item > li.list_type div a h4 {
                margin-right: 1em; } }
            @media screen and (max-width: 622px) {
              .product_list .product_item > li.list_type div a h4 {
                font-size: 6vw; } }
          .product_list .product_item > li.list_type div a p {
            color: #fff;
            font-size: 14px;
            width: 100%;
            text-align: left; }
          .product_list .product_item > li.list_type div a:hover {
            opacity: 0.8; }
      .product_list .product_item > li.list_type.open div {
        position: absolute;
        top: 0;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        height: 100%;
        transition: 0.5s; }

/*unit*/
#product_unit .product_itemlist li:nth-of-type(7)::after {
  display: none; }
#product_unit .product_item li:first-of-type {
  background: url("../img/product/unit/product_unit01.jpg") no-repeat center right;
  background-size: contain; }
  @media screen and (max-width: 950px) {
    #product_unit .product_item li:first-of-type {
      background: url("../img/product/unit/product_unit01.jpg") no-repeat top right;
      background-size: 120%; } }
#product_unit .product_item li:nth-of-type(2) {
  background: url("../img/product/unit/product_unit02.jpg") no-repeat center right;
  background-size: contain; }
  @media screen and (max-width: 950px) {
    #product_unit .product_item li:nth-of-type(2) {
      background: url("../img/product/unit/product_unit02.jpg") no-repeat bottom right;
      background-size: 120%; } }
#product_unit .product_item li:nth-of-type(3) {
  background: url("../img/product/unit/product_unit03.jpg") no-repeat center right;
  background-size: contain; }
  @media screen and (max-width: 950px) {
    #product_unit .product_item li:nth-of-type(3) {
      background: url("../img/product/unit/product_unit03.jpg") no-repeat bottom right;
      background-size: 120%; } }
#product_unit .product_item li:nth-of-type(4) {
  background: url("../img/product/unit/product_unit04.jpg") no-repeat center right;
  background-size: contain; }
  @media screen and (max-width: 950px) {
    #product_unit .product_item li:nth-of-type(4) {
      background: url("../img/product/unit/product_unit04.jpg") no-repeat bottom right;
      background-size: 120%; } }
#product_unit .product_item li:nth-of-type(5) {
  background: url("../img/product/unit/product_unit05.jpg") no-repeat center right;
  background-size: contain; }
  @media screen and (max-width: 950px) {
    #product_unit .product_item li:nth-of-type(5) {
      background: url("../img/product/unit/product_unit05.jpg") no-repeat bottom right;
      background-size: 120%; } }
#product_unit .product_item li:nth-of-type(6) {
  background: url("../img/product/unit/product_unit06.jpg") no-repeat center right;
  background-size: contain; }
  @media screen and (max-width: 950px) {
    #product_unit .product_item li:nth-of-type(6) {
      background: url("../img/product/unit/product_unit06.jpg") no-repeat bottom right;
      background-size: 120%; } }
#product_unit .product_item li:nth-of-type(7) {
  background: url("../img/product/unit/product_unit07.jpg") no-repeat center right;
  background-size: contain; }
  @media screen and (max-width: 950px) {
    #product_unit .product_item li:nth-of-type(7) {
      background: url("../img/product/unit/product_unit07.jpg") no-repeat bottom right;
      background-size: 120%; } }
#product_unit .product_item li:nth-of-type(8) {
  background: url("../img/product/unit/product_unit08.jpg") no-repeat center right;
  background-size: contain; }
  @media screen and (max-width: 950px) {
    #product_unit .product_item li:nth-of-type(8) {
      background: url("../img/product/unit/product_unit08.jpg") no-repeat bottom right;
      background-size: 120%; } }
#product_unit .product_item li:nth-of-type(9) {
  background: url("../img/product/unit/product_unit09.jpg") no-repeat center right;
  background-size: contain; }
  @media screen and (max-width: 950px) {
    #product_unit .product_item li:nth-of-type(9) {
      background: url("../img/product/unit/product_unit09.jpg") no-repeat bottom right;
      background-size: 120%; } }

/*chair*/
#product_chair .product_item li:first-of-type {
  background: url("../img/product/chair/product_chair01.jpg") no-repeat center right;
  background-size: contain; }
  @media screen and (max-width: 950px) {
    #product_chair .product_item li:first-of-type {
      background: url("../img/product/chair/product_chair01.jpg") no-repeat bottom right;
      background-size: 55%; } }
#product_chair .product_item li:nth-of-type(2) {
  background: url("../img/product/chair/product_chair03.jpg") no-repeat bottom right;
  background-size: 39%; }
  @media screen and (max-width: 950px) {
    #product_chair .product_item li:nth-of-type(2) {
      background: url("../img/product/chair/product_chair03.jpg") no-repeat bottom right;
      background-size: 70%; } }
#product_chair .product_item li:nth-of-type(3) {
  background: url("../img/product/chair/product_chair02.jpg") no-repeat bottom right;
  background-size: 55%; }
  @media screen and (max-width: 950px) {
    #product_chair .product_item li:nth-of-type(3) {
      background: url("../img/product/chair/product_chair02.jpg") no-repeat bottom right;
      background-size: 70%; } }
  @media screen and (max-width: 950px) {
    #product_chair .product_item li:nth-of-type(3) p:last-of-type {
      margin-bottom: 10em; } }

/*light*/
#product_light .product_item > li:first-of-type {
  background: url("../img/product/light/product_light01.jpg") no-repeat center right;
  background-size: contain; }
  @media screen and (max-width: 950px) {
    #product_light .product_item > li:first-of-type {
      background: url("../img/product/light/product_light01.jpg") no-repeat bottom right;
      background-size: 55%; } }
#product_light .product_item > li:nth-of-type(2) {
  background: url("../img/product/light/product_light02.jpg") no-repeat center right;
  background-size: contain; }
  @media screen and (max-width: 950px) {
    #product_light .product_item > li:nth-of-type(2) {
      background: url("../img/product/light/product_light02.jpg") no-repeat bottom right;
      background-size: 55%; } }
#product_light .product_item > li:nth-of-type(3) {
  background: url("../img/product/light/product_light03.jpg") no-repeat center right;
  background-size: contain; }
  @media screen and (max-width: 950px) {
    #product_light .product_item > li:nth-of-type(3) {
      background: url("../img/product/light/product_light03.jpg") no-repeat bottom right;
      background-size: 55%; } }

/*X-ray*/
#product_x-ray .product_item > li:first-of-type {
  background: url("../img/product/x-ray/product_x-ray01.jpg") no-repeat center right;
  background-size: contain; }
  @media screen and (max-width: 950px) {
    #product_x-ray .product_item > li:first-of-type {
      background: url("../img/product/x-ray/product_x-ray01.jpg") no-repeat bottom right;
      background-size: 40%; } }
#product_x-ray .product_item > li:nth-of-type(2) {
  background: url("../img/product/x-ray/product_x-ray02.jpg") no-repeat center right;
  background-size: contain; }
  @media screen and (max-width: 950px) {
    #product_x-ray .product_item > li:nth-of-type(2) {
      background: url("../img/product/x-ray/product_x-ray02.jpg") no-repeat bottom right;
      background-size: 40%; } }

/*Stool*/
#product_stool .product_item > li:first-of-type {
  background: url("../img/product/stool/product_stool02.jpg") no-repeat center right;
  background-size: contain; }
  @media screen and (max-width: 950px) {
    #product_stool .product_item > li:first-of-type {
      background: url("../img/product/stool/product_stool02.jpg") no-repeat bottom right;
      background-size: 52%; } }
#product_stool .product_item > li:nth-of-type(2) {
  background: url("../img/product/stool/product_stool01.jpg") no-repeat center right;
  background-size: contain; }
  @media screen and (max-width: 950px) {
    #product_stool .product_item > li:nth-of-type(2) {
      background: url("../img/product/stool/product_stool01.jpg") no-repeat bottom right;
      background-size: 28%; } }

/*Handpiece*/
#product_handpiece .product_item > li:first-of-type {
  background: url("../img/product/handpiece/product_handpiece01.jpg") no-repeat center right;
  background-size: 70%; }
  @media screen and (max-width: 950px) {
    #product_handpiece .product_item > li:first-of-type {
      background: url("../img/product/handpiece/product_handpiece01.jpg") no-repeat bottom right;
      background-size: 70%; } }

/*Accessory*/
#product_accessory .product_item > li:first-of-type {
  background: url("../img/product/accessory/product_accessory01.jpg") no-repeat bottom right;
  background-size: 40%; }
  @media screen and (max-width: 950px) {
    #product_accessory .product_item > li:first-of-type {
      background: url("../img/product/accessory/product_accessory01.jpg") no-repeat bottom right;
      background-size: 54%; } }
  @media screen and (max-width: 950px) {
    #product_accessory .product_item > li:first-of-type ul {
      margin-bottom: 0; } }
