@charset "utf-8";
:root {
    --color-biz: #009250;
    --color-light-biz: #e5f1eb;
}

/*
.l-wrap {
    width: 96%;
}
*/


/*
.selection_new .heading01 {
    background-image: url(/assets/imgs/heading/new.png);
}
.page-biz .selection_new .heading01 {
    background-image: url(/assets/imgs/heading/new_biz.png);
}
.selection .heading01 {
    background-image: url(/assets/imgs/heading/selection.png);
}
.page-biz .selection .heading01 {
    background-image: url("/assets/imgs/heading/selection_biz.png");
}
*/

.selection .heading01,
.page-biz .selection .heading01 {
  background-image: none;
}


.page-biz .enabled_device__list > li {
    background-color: var(--color-biz);
}
.selection__ttl {
    color: #e2e7ed;
    background-color: #002657;
}
.page-biz .selection__ttl {
    color: #fff;
    background-color: #006035;
}
/* selection page nav
-------------------- */
.selection_page_nav {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    column-gap: 1em;
    justify-content: center;
    width: 100%;
    margin: 3% auto;
    padding: 0;
    font-size: 1.2em;
    line-height: 1.3;
    border-bottom: .5em solid #044399;
    overflow: hidden;
}
.page-biz .selection_page_nav {
    border-bottom: .5em solid #009250;
}


@media screen and (min-width: 768px) {
    .selection_page_nav {
        width: 90%;
        font-size: 1.4em;
    }
}
.selection_page_nav li {
    position: relative;
    width: calc(50% - 2.5em);
    transform: translateY(.5em);
    border-radius: .5em .5em 0 0;
    overflow: hidden;
    word-break: keep-all;
    overflow-wrap: anywhere;
}
.selection_page_nav li.is-active {
    transform: translateY(0);
}
.selection_page_nav a {
    display: block;
    position: relative;
    z-index: 2;
    padding: 1em 1em 2.5em;
    box-sizing: border-box;
    color: #fff;
    text-decoration: none;
    overflow: hidden;
}
.selection_page_nav .is-active a {
    padding: 1.5em 1em;
}
.selection_page_nav span {
    display: inline-block;
}
.selection_page_nav a:after {
  content: '';
  position: absolute;
  right: 50%;
  bottom: 1em;
  width: 1.2em;
  height: 1.2em;
  background: url("/assets/imgs/icon_arrow01.png") no-repeat center right;
  background-size: contain;
  transform: translate(50%,0);
}
@media screen and (min-width: 768px) {
    .selection_page_nav a:after {
        right: .9em;
        top: 50%;
        bottom: auto;
        transform: translate(0,-50%);
    }
}
.selection_page_nav .is-active a:after {
  display: none;
}
.selection_page_nav .is-active a > span {
    border-bottom: 2px solid #fff;
}
@media screen and (min-width: 768px) {
  .selection_page_nav .is-active a > span {
      border-bottom: 5px solid #fff;
  }
}
.selection_page_nav li:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.selection_page_nav li:nth-child(1) {
    background: url("/imgs/index/link01_sp.jpg") no-repeat center top;
    background-size: cover;
}
.selection_page_nav li:nth-child(2) {
    background: url("/imgs/index/link02_sp.jpg") no-repeat center top;
    background-size: cover;
}
.selection_page_nav li:nth-child(1):before {
    background-color: rgba(0, 67, 153, .8);
}
.selection_page_nav li:nth-child(2):before {
    background-color: rgba(0, 146, 80, .8);
}
@media screen and (min-width: 768px) {
    .selection_page_nav a {
        padding: 1.8em 3em 2em;
        text-align: center;
    }
    .selection_page_nav a:after {
        right: 1.5em;
        width: 1.2em;
        height: 1.2em;
        transition: border-color .5s ease-out;
    }
    .selection_page_nav {
        font-size: 1.5em;
    }
    .selection_page_nav li:nth-child(1) {
        background-image: url("/imgs/index/link01.jpg");
    }
    .selection_page_nav li:nth-child(2) {
        background-image: url("/imgs/index/link02.jpg");
    }

}
@media screen and (min-width: 1300px) {
    .selection_page_nav li:nth-child(1) {
        background-image: url("/imgs/index/link01@2x.jpg");
    }
    .selection_page_nav li:nth-child(2) {
        background-image: url("/imgs/index/link02@2x.jpg");
    }
}
@media screen and (min-width: 2600px) {
    .selection_page_nav li:nth-child(1) {
        background-image: url("/imgs/index/link01@3x.jpg");
    }
    .selection_page_nav li:nth-child(2) {
        background-image: url("/imgs/index/link02@3x.jpg");
    }
}
@media (hover: hover) {
    .selection_page_nav li:hover {
        opacity: .8;
    }
}

/* header
-------------------- */
.page-selection .l-lower-header {
    background: #548acc url("/selection/imgs/mv.jpg") bottom center / auto 100% no-repeat;
}
.page-selection .page-ttl {
    margin: 19% 5% 0;
    font-size: 2em;
    line-height: 1.3;
    padding: 0;
}
.page-selection .page-ttl span {
    display: inline-block;
}
.page-selection .page-lead {
    margin: 1.5em 6.4% 0;
    padding-left: 0;
    font-weight: bold;
    background-color: transparent;
}
@media screen and (min-width: 768px) {
    .page-selection .l-lower-header {
        background: #548acc url("/selection/imgs/mv.jpg") top right / 100% auto no-repeat;
        min-height: 24vw;
    }
    .page-selection .page-ttl {
        margin: 3.9vw auto auto 7.5vw;
        font-size: 3em;
    }
    .page-selection .page-lead {
        margin: 1.5em auto auto 7.5vw;
        font-size: 1.1875em;
    }
}
/* selection new
-------------------- */
.splide__slide img {
    height: auto;
    width: 100%;
}
.selection__new .selection__item {
    grid-template-rows: max-content 1fr 1fr auto max-content;
    height: 100%;
}
.selection__new .splide__pagination__page {
    background: #ccc;
}
.selection__new .splide__pagination__page.is-active {
    background: #004399;
}
.page-biz .selection__new .splide__pagination__page.is-active {
    background: var(--color-biz);
}
.selection__new .splide__arrow {
    width: 2.5em;
    height: 2.5em;
    background-color: #004399;
    box-shadow: 0 0 0.5em rgb(0 0 0 / .4);
}
.page-biz .selection__new .splide__arrow {
    background-color: var(--color-biz);
}
.selection__new .splide__arrow svg {
    fill: #fff;
    width: 1.5em;
    height: 1.5em;
}
.selection__new .splide__toggle {
    margin: 1em auto 1em 5%;
    padding: 0;
    background: #004399;
    border: none;
    cursor: pointer;
    outline: none;
    appearance: none;
    width: 2em;
    height: 2em;
    border-radius: .2em;
}
.page-biz .selection__new .splide__toggle {
    background: var(--color-biz);
}
.selection__new .selection__item {
    padding-bottom: .5em;
}
.selection__new .selection__item .enabled_device {
    margin: auto 1em 0;
    padding-top: 1em;
}
@media screen and (min-width: 768px) {
  .selection__new .splide__arrow {
      width: max(2.2vw,2.5em);
      height: max(2.2vw,2.5em);
  }
  .selection_new .splide__track {
      width: 90%;
      margin-inline: auto;
  }
  .selection__new .splide__toggle {
      width: 1.6vw;
      height: 1.6vw;
  }
}
/* selection splide
-------------------- */
.splide-set {
    margin-bottom: 3rem;
}
.main-splide img, .thumb-splide img {
    width: 100%;
    display: block;
    border-radius: 8px;
}
.thumb-splide .splide__slide.is-active img {
    border: 2px solid #007bff;
}
/* filters
-------------------- */
.filters {
    margin: 1em auto;
}
.filters__txt {}
.filters__list {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(13em, 1fr));
    gap: .5em;
    margin: .5em 0 2em;
    padding: 0;
}
.filters__list li {
    display: grid;
}
.filters__list label {
    display: inline-flex;
    align-items: center;
    gap: .65em;
    width: 100%;
    margin: 0;
    padding: .5em 1em .4em .78em;
    box-sizing: border-box;
  line-height: 1.3;
    background-color: #fff;
    border: 1px solid #ccc;
    cursor: pointer;
}
.filters__list label:has(:checked) {
    color: #fff;
    background: #044399;
}
.page-biz .filters__list label:has(:checked) {
    background: var(--color-biz);
}
.filters__list label input[type="radio"] {
    margin: 0 0 .2em;
    accent-color: #004399;
    inline-size: 1.2em;
    block-size: 1.2em;
}
.page-biz .filters__list label input[type="radio"] {
    accent-color: var(--color-biz);
}
@media (hover: hover) {
    .filters__list label:has(:not(:checked)), .page-biz .filters__list label:has(:not(:checked)), .selection__item_nav a, .page-biz .selection__item_nav a {
        transition: .2s;
    }
    .filters__list label:has(:not(:checked)):hover {
        font-weight: bold;
        background-color: #e6f0ff;
    }
    .page-biz .filters__list label:has(:not(:checked)):hover {
        background-color: var(--color-light-biz);
    }
    .page-biz .filters__list label:has(:checked):hover {
        background-color: var(--color-biz);
    }
    .selection__item_nav a:hover {
        background: #e6f0ff;
    }
    .page-biz .selection__item_nav a:hover {
        background-color: var(--color-light-biz);
    }
}
.targets {
    display: grid;
    grid-gap: 40px;
    grid-template-columns: repeat(auto-fit, 60px);
    margin-top: 40px;
}
.errer {
    display: none;
    visibility: hidden;
    padding: 1em 1em 3em;
    box-sizing: border-box;
}
.locked + .errer {
    display: block;
    visibility: visible;
}
details.locked > summary {
    pointer-events: none;
    opacity: .6;
}
/* selection
-------------------- */
.selection__item_nav {
    list-style: none;
    margin: 0 auto 2em;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1em;
    overflow-wrap: anywhere;
    line-break: strict;
    word-break: keep-all;
}
@media screen and (min-width: 768px) {
    .selection__item_nav {
        grid-template-columns: repeat(auto-fill, minmax(16em, 1fr));
        grid-gap: 1em 1.5em;
    }
}
.selection__item_nav a {
    display: grid;
    grid-template-columns: 1fr 1em;
    grid-gap: 1em;
    align-items: center;
    position: relative;
    height: calc(100% - 1em);
    padding: .6em .5em .5em 1em;
    text-decoration: none;
    line-height: 1.3;
    color: #333;
    background-color: #fff;
    box-shadow: 1px 1px 0 #ccc;
}
.selection__item_nav a::after {
    content: "";
    display: inline-block;
    width: .4em;
    height: .4em;
    border-right: 1px solid currentColor;
    border-top: 1px solid currentColor;
    rotate: 135deg;
}

/* list */
.selection__list {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1em;
    margin: 0 0 1em;
    padding: 0;
}
.enabled_device__list {
    font-size: .8em;
    line-height: 1.8;
}
#selection_solution .selection__list {
    grid-template-columns: 1fr;
}
#selection_solution .selection__list .enabled_device__list {
    grid-template-columns: repeat(2, 1fr);
}
.selection__item {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 5;
    gap: 0;
    box-sizing: border-box;
    background-color: #eee;
    /*  background-color: #e2e7ed;*/
    padding-bottom: .5em;
}
/*
.page-biz .selection__item {
  background-color: var(--color-light-biz);
}
*/



.selection__img {
    order: 1;
    margin-bottom: .5em;
}
.selection__name {
    order: 2;
    display: grid;
    align-items: center;
    margin-inline: .8em;
    padding: .2em 0;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.25;
}
.selection__company {
    order: 3;
    margin: 0 1em;
    line-height: 1.25;
}
.selection__item .enabled_device {
    order: 4;
    margin: 1em;
}
.selection__item .enabled_device dt {
    font-size: .8em;
}
.selection__link {
    order: 5;
    margin: 1em 1em 0;
    padding: .5em 1em;
    box-sizing: border-box;
    font-size: 1em;
    color: #004399;
    background-color: #fff;
    border: 1px solid currentColor;
    cursor: pointer;
}

.selection__link {
    padding: 0;
}
.selection__link a {
    position: relative;
    display: grid;
    grid-template-columns: auto 1em;
    column-gap: .2em;
    align-items: center;
    padding: .4em .3em;
    color: #004399;
    line-height: 1.3em;
    text-align: center;
    text-decoration: none;
    word-break: keep-all;
    overflow-wrap: anywhere;
}
.page-biz .selection__link a {
    color: var(--color-biz);
}
.selection__link a::after {
    content: "";
    display: inline-block;
    width: .4em;
    height: .4em;
    border-right: 1px solid currentColor;
    border-top: 1px solid currentColor;
    rotate: 45deg;
}
.selection__link a[target="_blank"]::after {
    width: 1em;
    height: 1em;
    background: url("/assets/imgs/icon_blank.png") center / contain no-repeat;
    border: none;
    rotate: 0deg;
}
.page-biz .selection__link a[target="_blank"]::after {
    background: url("/assets/imgs/icon_blank.png") center / contain no-repeat;
}
.page-biz .selection__link {
    color: var(--color-biz);
}
@media (hover: hover) {
    .selection__link {
        transition: background .2s;
    }
    .selection__link a:hover {
        color: #fff;
        background-color: #004399;
    }
    .page-biz .selection__link a:hover {
        color: #fff;
        background-color: var(--color-biz);
    }
    .selection__link a[target="_blank"]:hover::after {
        background: url("/assets/imgs/icon_blank_on.png") center / contain no-repeat;
    }
}
@media screen and (min-width: 768px) {
    .selection__list {
        grid-template-columns: repeat(4, 1fr);
    }
    #selection_solution .selection__list {
        grid-template-columns: repeat(3, 1fr);
    }
    #selection_solution .selection__list .enabled_device__list {
        grid-template-columns: repeat(3, 1fr);
    }
}
/* inquiry
-------------------- */
.p-inquiry {
    width: 100%;
    margin: 1em auto 3em;
    padding: 2.5em 2.7em 2em;
    box-sizing: border-box;
    color: var(--color-biz);
    background-color: #fff;
}
@media screen and (min-width: 768px) {
    .p-inquiry {
        padding: 3em 1em 2em;
    }
}
.p-inquiry__btn a {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1em;
    align-items: center;
    width: 100%;
    margin: 0 auto 1em;
    padding: .7em 1.5em;
    box-sizing: border-box;
    color: var(--color-biz);
    text-align: center;
    text-decoration: none;
    border: 1px solid #009250;
    transition: background-color .5s;
}
.p-inquiry__btn a::after {
    content: "";
    display: inline-block;
    width: .4em;
    height: .4em;
    border-right: 1px solid currentColor;
    border-top: 1px solid currentColor;
    rotate: 45deg;
}
@media (hover: hover) {
    .p-inquiry__btn a {
        transition: .2s;
    }
    .p-inquiry__btn a:hover {
        color: #fff;
        background-color: var(--color-biz);
    }
}
@media screen and (min-width: 768px) {
    .p-inquiry__btn a {
        width: 29.5%;
    }
    .p-inquiry__txt {
        text-align: center;
    }
}
.p-inquiry__txt {
    margin: 1.3em auto 0;
    color: #333;
}
/* notes01
-------------------- */
.page-selection .selection_block .notes01 {
    margin-top: 0;
}
.selection_block details[open] {
    padding-bottom: 3em;
}
.page-selection .selection_block + .notes01,
.page-selection .tab + .notes01 {
    margin-top: 3em;
}
.page-selection .selection_block:last-child .p-inquiry {
  margin-bottom: 0;
}

/* tab
-------------------- */
.tab {
    width: 100%;
}
.tab div[role="tablist"] {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: .5em;
    margin: 2em auto 1em;
    padding: 0 .5em;
    box-sizing: border-box;
    border-bottom: 3px solid var(--color-biz);
    word-break: keep-all;
    overflow-wrap: anywhere;
}
.tab button[role="tab"] {
    padding: .7em .3em;
    font-size: 1.1em;
    line-height: 1.2;
    color: var(--color-biz);
    background-color: #eee;
    border: 1px solid var(--color-biz);
    border-bottom: none;
    border-radius: .5em .5em 0 0;
}
@media screen and (min-width: 768px) {
    .tab button[role="tab"] {
        font-size: 1.3em;
    }
}
.tab button[role="tab"][aria-selected="true"] {
    color: #fff;
    background-color: var(--color-biz);
}
.tab button[role="tab"][aria-selected="false"]:hover {
    background-color: var(--color-light-biz);
    cursor: pointer;
}
.tab div[role="tabpanel"] {}
@media screen and (min-width: 768px) {
    .tab div[role="tablist"] {
        grid-gap: 1em;
        padding: 0 2em;
    }
}