@charset "utf-8";

/* base
---------------------------------------------------------------------------*/
#wrapper {
	padding: 0 0 50px 0;
}
.contents {
	padding: 50px 0;
}


.u-text-color-strong { color: #E55966; }
.u-text-color-note    { color: #afafaf; }

.u-text-link {
    border-bottom: solid 1px currentColor;
    color: #63bcb8;
    transition: .2s;
}
.u-text-link:hover {
    border-bottom-color: transparent;
    color: #63bcb8;
}
.u-text-emphasis {
    font-weight: bold;
}
.u-text-size-small { font-size: .9em; }
.u-text-size-xsmall { font-size: .8em; }

/* u-align-center
---------------------------------------------------------------------------*/
.u-align-center-xxl {
    text-align: center;
}

/* u-align-right
---------------------------------------------------------------------------*/
.u-align-right-xxl {
    text-align: right;
}

/* u-show
---------------------------------------------------------------------------*/
.u-show-xl,
.u-show-lg,
.u-show-md,
.u-show-sm,
.u-show-xs { display: none; }

@media screen and (max-width: 1399px) {
    .u-show-xl { display: block; }
}
@media screen and (max-width: 1199px) {
    .u-show-lg { display: block; }
}
@media screen and (max-width: 991px) {
    .u-show-md { display: block; }
}
@media screen and (max-width: 767px) {
    .u-show-sm { display: block; }
}
@media screen and (max-width: 575px) {
    .u-show-xs { display: block; }
}

/* u-hide
---------------------------------------------------------------------------*/
.u-hide-xl,
.u-hide-lg,
.u-hide-md,
.u-hide-sm,
.u-hide-xs { display: block; }

@media screen and (max-width: 1399px) {
    .u-hide-xl { display: none; }
}
@media screen and (max-width: 1199px) {
    .u-hide-lg { display: none; }
}
@media screen and (max-width: 991px) {
    .u-hide-md { display: none; }
}
@media screen and (max-width: 767px) {
    .u-hide-sm { display: none; }
}
@media screen and (max-width: 575px) {
    .u-hide-xs { display: none; }
}

/* u-margin-top
---------------------------------------------------------------------------*/
.u-margin-top-5-xxl { margin-top: 5px; }
.u-margin-top-10-xxl { margin-top: 10px; }
.u-margin-top-20-xxl { margin-top: 20px; }
.u-margin-top-30-xxl { margin-top: 30px; }
.u-margin-top-40-xxl { margin-top: 40px; }
.u-margin-top-80-xxl { margin-top: 80px; }

@media screen and (max-width: 1399px) {
    .u-margin-top-10-xl { margin-top: 10px; }
    .u-margin-top-20-xl { margin-top: 20px; }
    .u-margin-top-40-xl { margin-top: 40px; }
    .u-margin-top-80-xl { margin-top: 80px; }
}
@media screen and (max-width: 1199px) {
    .u-margin-top-10-lg { margin-top: 10px; }
    .u-margin-top-20-lg { margin-top: 20px; }
    .u-margin-top-40-lg { margin-top: 40px; }
    .u-margin-top-80-lg { margin-top: 80px; }
}
@media screen and (max-width: 991px) {
    .u-margin-top-10-md { margin-top: 10px; }
    .u-margin-top-20-md { margin-top: 20px; }
    .u-margin-top-40-md { margin-top: 40px; }
    .u-margin-top-80-md { margin-top: 80px; }
}
@media screen and (max-width: 767px) {
    .u-margin-top-10-sm { margin-top: 10px; }
    .u-margin-top-20-sm { margin-top: 20px; }
    .u-margin-top-40-sm { margin-top: 40px; }
    .u-margin-top-80-sm { margin-top: 80px; }
}
@media screen and (max-width: 575px) {
    .u-margin-top-10-xs { margin-top: 10px; }
    .u-margin-top-20-xs { margin-top: 20px; }
    .u-margin-top-40-xs { margin-top: 40px; }
    .u-margin-top-80-xs { margin-top: 80px; }
    
}

/* u-margin-bottom
---------------------------------------------------------------------------*/
.u-margin-bottom-5-xxl { margin-bottom: 5px; }
.u-margin-bottom-10-xxl { margin-bottom: 10px; }


/* c-title-secondary
---------------------------------------------------------------------------*/
.c-title-secondary {
    margin: 0 0 60px;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}

@media screen and (max-width: 991px) {
    .c-title-secondary {
        margin: 0 0 40px;
        font-size: 18px;
    }
}

/* c-title-tertiary
---------------------------------------------------------------------------*/
.c-title-tertiary {
    position: relative;
    margin: 0 0 15px;
    padding: 0 0 10px;
    line-height: 1.4;
    border-bottom: solid 1px #b5cac8;
    font-weight: bold;
    font-size: 20px;
}
.c-title-tertiary::before {
    content: "\e037";
    position: relative;
    top: 2px;
    line-height: 1;
    margin: 0 0.25em 0 0;
    font-family: 'Material icons';
    color: #e55966;
}

@media screen and (max-width: 991px) {
    .c-title-tertiary {
        margin: 0 0 10px;
        padding: 0 0 5px;
        font-size: 18px;
    }
}

/* c-button-primary
---------------------------------------------------------------------------*/
.c-button-primary {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.c-button-primary__item + .c-button-primary__item {
    padding-left: 20px;
}
.c-button-primary__link {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    width: 400px;
    margin: 0 auto;
	padding: 20px 50px;
    border-radius: 100vh;
    background: #e55966;
	color: #fff;
    font-size: 20px;
    font-weight: 500;
	text-align: center;
    transition: .2s ease-out;
}
.c-button-primary__icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.c-button-primary__icon.-icon-right {
    right: 20px;
    font-size: 36px;
}
.c-button-primary__link:hover {
    color: #fff;
    box-shadow: 0 0 15px rgba(38,50,56, .3);
}
@media screen and (max-width: 767px) {
    .c-button-primary__item {
        width: 100%;
    }
    .c-button-primary__item + .c-button-primary__item {
        padding-left: 0;
        padding-top: 20px;
    }
}
@media screen and (max-width: 575px) {
    .c-button-primary__link {
        padding: 15px 30px;
        font-size: 16px;
    }
    .c-button-primary__icon.-icon-right {
        right: 15px;
        font-size: 28px;
    }
}

/* c-nav-button
---------------------------------------------------------------------------*/
/* 共通ボタンの可変対応 */
.btn02--width-auto {
    width: auto !important;
    padding: 0 40px;
}
.c-nav-button {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.c-nav-button__item + .c-nav-button__item {
    padding-left: 20px;
}
.c-nav-button__link {
	display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    max-width: 100%;
    width: 300px;
    margin: 0 auto;
	padding: 12px 10px 12px 25px;
    border-radius: 26px;
    background: #63BCB8;
	color: #fff;
	text-align: center;
    transition: .2s;
}
.c-nav-button__link:hover {
    color: #fff;
    box-shadow: 0 0 10px rgba(38, 50, 56, .25);
}
.c-nav-button__link:active {
    background: #92CCC6;
}
.c-nav-button__link .material-icons {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.c-nav-button__text {
    font-weight: 500;
}

@media screen and (max-width: 767px) {
    .c-nav-button__item {
        width: 100%;
    }
    .c-nav-button__item + .c-nav-button__item {
        padding-left: 0;
        padding-top: 20px;
    }
}

/* サブナビ
---------------------------------------------------------------------------*/
.c-sub-nav {
    margin: 0 0 40px;
}
.c-sub-nav-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -20px 0 0 -30px;
}
.c-sub-nav-list__item {
	position: relative;
	padding: 20px 0 0 30px;
}
.c-sub-nav-list__item + .c-sub-nav-list__item::before {
	content: "";
	position: absolute;
	left: 15px;
	top: 25px;
	width: 1px;
	height: 20px;
	background: #ccc;
}
.c-sub-nav-list__link {
	position: relative;
    font-size: 18px;
	transition: .2s;
}
.c-sub-nav-list__link::before {
	content: "\e5cf";
	display: inline-block;
	margin: 0 .5em 0 0;
	vertical-align: middle;
	font-family: 'Material icons';
}
.c-sub-nav-list__link:hover {
	color: #E55966;
}

/* アコーディオン（共通）
---------------------------------------------------------------------------*/
.c-accordion {}
.c-accordion__head {
	position: relative;
}
.c-accordion__body {
	display: none;
}

/* リスト
---------------------------------------------------------------------------*/
.c-list-decimal {}
.c-list-decimal__item {
    position: relative;
    padding: 0 0 0 15px;
}
.c-list-decimal__item::before {
    content: "";
    position: absolute;
    left: 0;
    top: .6em;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #263238;
}
.c-list-decimal__item + .c-list-decimal__item {
    margin-top: .75em;
}

/* p-device-content
---------------------------------------------------------------------------*/
.p-device-content {
}
.p-device-content + .p-device-content {
    padding-top: 60px;
}
.p-device-content__area {
    max-width: 840px;
    margin-right: auto;
    margin-left: auto;
}

/* p-device-list-section
---------------------------------------------------------------------------*/
.p-device-list-section + .p-device-list-section {
	margin-top: 30px;
}

@media screen and (max-width: 991px) {
    .p-device-list-section + .p-device-list-section {
        margin-top: 20px;
    }
}

/* p-device-group
---------------------------------------------------------------------------*/
.p-device-group {}
.p-device-group__head {
    border-radius: 30px 30px 0 0;
    padding: 20px;
    background: #BBDEDB;
    font-size: 20px;
}
.p-device-group__title {
    font-weight: bold;
    text-align: center;
}
.p-device-group__title .material-icons {
    position: relative;
    top: 7px;
    line-height: 1;
    margin: 0 0 0 .25em;
    color: #e55966;
    font-size: 1.4em;
    transition: .2s;
}
.p-device-group__body {
    padding: 30px 40px;
    border-radius: 30px;
    background: #fff;
    font-size: 15px;
}
.p-device-group__head + .p-device-group__body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.p-device-group-unit + .p-device-group-unit {
    margin-top: 1.5em;
}
.p-device-group-unit__head {
    border-radius: 30px 30px 0 0;
    margin: 0 0 .5em;
}
.p-device-group-unit__body {
    padding: 0 0 0 10px;
}

/* is-active */
.p-device-group__head.is-active .p-device-group__title .material-icons {
    transform: rotate(-180deg);
}

@media screen and (max-width: 991px) {
    .p-device-group__body {
        padding: 20px;
    }
}

/* p-device-search-unit
---------------------------------------------------------------------------*/
.p-device-search-unit + .p-device-search-unit {
    margin-top: 30px;
    padding-top: 20px;
    border-top: solid 1px #b5cac8;
}
.p-device-search-unit__head {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 500;
}
.p-device-search-unit__head::before {
    content: "\e037";
    position: relative;
    top: 2px;
    line-height: 1;
    margin: 0 0.25em 0 0;
    font-family: 'Material icons';
    color: #e55966;
}
.p-device-search-unit__body {}

/* p-device-search-input
---------------------------------------------------------------------------*/
.p-device-search-input {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.p-device-search-input__box {
    position: relative;
}
.p-device-search-input__box {
    width: 100%;
}
.p-device-search-input__box-text {
    padding: 12px 60px 12px 20px;
    background: #d3e2e0;
    border: solid 1px #d3e2e0;
    border-radius: 22px;
    font-size: 16px;
    transition: .2s;
}
.p-device-search-input__box-text:hover {
    box-shadow: 0 0 5px rgba(38, 50, 56, .3);
}
.p-device-search-input__box-text:focus {
    box-shadow: none;
    background: #fff;
}
.p-device-search-input__box-text::-webkit-input-placeholder {
    color: #808080;
}
.p-device-search-input__box-text:-ms-input-placeholder {
    color: #808080;
}
.p-device-search-input__box-text::-moz-placeholder {
    color: #808080;
}
.p-device-search-input__box-text::placeholder {
    color: #808080;
}
.p-device-search-input__box-submit {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.p-device-search-input__box-submit .material-icons {
    line-height: 1;
    color: #63bcb8;
    font-size: 40px;
}

/* p-device-search-menu
---------------------------------------------------------------------------*/
.p-device-search-menu {
    display: flex;
    flex-wrap: wrap;
}
.p-device-search-menu__item {}

.p-device-search-menu.-row-10-xxl { margin: -10px 0 0 -10px; }

.p-device-search-menu.-row-10-xxl > .p-device-search-menu__item { padding: 10px 0 0 10px; }

.p-device-search-menu__item.-col-3-xxl { width: 25%; }

.p-device-search-menu__link {
    display: block;
    padding: 15px 10px;
    background: #d3e2e0;
    border-radius: 10px;
    color: #263238 !important;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    transition: .2s;
}
.p-device-search-menu__link:hover {
    background: #63bcb8;
}

@media screen and (max-width: 1399px) {
}
@media screen and (max-width: 1199px) {
}
@media screen and (max-width: 991px) {
    .p-device-search-menu__link {
        font-size: 16px;
    }
}
@media screen and (max-width: 767px) {
    .p-device-search-menu__item.-col-6-sm { width: 50%; }
}
@media screen and (max-width: 575px) {
    .p-device-search-menu__item.-col-6-xs { width: 50%; }
}

/* p-device-search-initial
---------------------------------------------------------------------------*/
.p-device-search-initial__item {
    width: 10%;
}
.p-device-search-initial__item--other {
    width: calc(10% * 2);
}

@media screen and (max-width: 767px) {
    .p-device-search-initial__item {
        width: 12.5%;
    }
    .p-device-search-initial__item--other {
        width: calc(12.5% * 2);
    }
}

@media screen and (max-width: 575px) {
    .p-device-search-initial__item {
        width: 20%;
    }
    .p-device-search-initial__item--other {
        width: calc(20% * 2);
    }
}

/* p-device-series-list
---------------------------------------------------------------------------*/
.p-device-series-list__link {
    border-bottom: solid 1px currentColor;
    transition: .2s;
}

/* p-device-accordion
---------------------------------------------------------------------------*/
.p-device-accordion {
    border-radius: 20px;
    overflow: hidden;
    transition: .2s;
}
.p-device-accordion__head {
	padding: 15px 40px 15px 50px;
	background: #fff;
	background: #d3e2e0;
    transition: .3s;
}
.p-device-accordion__title {
	font-size: 22px;
    font-weight: bold;
	text-transform: uppercase;
}
.p-device-accordion__body {
	padding: 30px 50px;
    background: #d3e2e0;
}
.p-device-accordion__icon {
    position: absolute;
    right: 30px;
    top: 50%;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background: #7DC4BD;
    transform: translateY(-50%);
    transition: .2s;
}
.p-device-accordion__icon::before,
.p-device-accordion__icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    height: 3px;
    background: #263238;
    opacity: 1;
    transition: transform .2s, opacity .2s;
    transform: translate(-50%,-50%);
}
.is-active .p-device-accordion__icon::before {
    opacity: 0;
}
.p-device-accordion__icon::after {
    transform: translate(-50%,-50%) rotate(-90deg);
}
.p-device-accordion__head:hover,
.p-device-accordion__head.is-active {
    background: #63BCB8;
}
.p-device-accordion__head:hover .p-device-accordion__icon,
.p-device-accordion__head.is-active .p-device-accordion__icon {
    background: #fff;
}
.p-device-accordion__head.is-active .p-device-accordion__icon::after {
    transform: translate(-50%,-50%) rotate(0);
}

@media screen and (max-width: 991px) {
    .p-device-accordion__head {
        padding: 10px 40px 10px 30px;
    }
    .p-device-accordion__body {
        padding: 20px 30px;
    }
}

/* アップデート情報
---------------------------------------------------------------------------*/
.p-device-information + .p-device-information {
    margin-top: 80px;
}
.p-device-information__title {
    margin: 0 0 15px;
}
.p-device-information__table {
    width: 100%;
}
.p-device-information__table thead tr {
    background: #138D94;
}
.p-device-information__table tbody tr:nth-child(2n+1) {
    background: #fff;
}
.p-device-information__table tbody tr:nth-child(2n) {
    background: #F5F8F9;
}
.p-device-information__table th,
.p-device-information__table td {
    border: solid 1px #B5CAC8;
}
.p-device-information__table th {
    color: #fff;
	font-weight: bold;
    padding: 20px 10px;
}
.p-device-information__table td {
    vertical-align: middle;
    padding: 10px;
}
.p-device-information__table td:first-child {
    font-size: 15px;
    font-weight: 500;
}
.p-device-information__table-text-small {
    font-size: 14px;
}
.p-device-information__detail {
    display: flex;
    flex-wrap: wrap;
}
.p-device-information__detail-title {
    font-weight: 500;
}
.p-device-information__detail-status {}
.p-device-information__detail-notice {
    display: flex;
    margin: 0 0 0 .5em;
}
.p-device-information__detail-notice > li + li {
    margin-left: .25em;
}
.p-device-information__title {
    font-size: 22px;
    font-weight: bold;
}
.p-device-notice-list {}
.p-device-notice-list__item {
    position: relative;
    line-height: 1.6;
    padding: 0 0 0 3em;
}
.p-device-notice-list__item + .p-device-notice-list__item {
    margin-top: 1em;
}
.p-device-notice-list__item::before {
    position: absolute;
    left: 0;
}
.p-device-notice-list__item.-notice-21 {
    color: #e55966;
}
.p-device-notice-list__item.-notice-01::before { content: "※1"; }
.p-device-notice-list__item.-notice-02::before { content: "※2"; }
.p-device-notice-list__item.-notice-03::before { content: "※3"; }
.p-device-notice-list__item.-notice-04::before { content: "※4"; }
.p-device-notice-list__item.-notice-05::before { content: "※5"; }
.p-device-notice-list__item.-notice-09::before { content: "※9"; }
.p-device-notice-list__item.-notice-11::before { content: "※11"; }
.p-device-notice-list__item.-notice-12::before { content: "※12"; }
.p-device-notice-list__item.-notice-14::before { content: "※14"; }
.p-device-notice-list__item.-notice-15::before { content: "※15"; }
.p-device-notice-list__item.-notice-16::before { content: "※16"; }
.p-device-notice-list__item.-notice-17::before { content: "※17"; }
.p-device-notice-list__item.-notice-18::before { content: "※18"; }
.p-device-notice-list__item.-notice-19::before { content: "※19"; }
.p-device-notice-list__item.-notice-20::before { content: "※20"; }
.p-device-notice-list__item.-notice-21::before { content: "※21"; }

@media screen and (max-width: 767px) {
    .p-device-information__scroll {
        overflow-x: scroll;
        padding: 0 0 .5em;
    }
    .p-device-information__table {
        width: 800px;
    }
    .p-device-information__text {
        font-size: 13px;
    }
}

/* p-device-information__modal
---------------------------------------------------------------------------*/
.p-device-information__modal {
    width: 100%;
    position: relative;
}
.p-device-information__modal-trigger {
    position: relative;
    width: 80px;
    height: 24px;
    line-height: 20px;
    margin: .25em 0 0 1.5em;
    padding: 0 0 0 1em;
    border-radius: 12px;
    background: #D6EAE0;
    border: solid 2px transparent;
    color: #263238;
    font-size: 14px;
    cursor: pointer;
    transition: .2s;
}
.p-device-information__modal-trigger:hover {
    border-color: #2FB2A8;
    color: #263238;
}
.p-device-information__modal-icon {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
}
.p-device-information__modal-icon::before,
.p-device-information__modal-icon::after {
    content: "";
    position: absolute;
    right: .5em;
    top: 50%;
    width: 10px;
    height: 2px;
    background: #E55966;
    transition: .2s;
}
.p-device-information__modal-icon::after {
    transform: rotate(-90deg);
}
.p-device-information__modal-body {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1;
    width: 50vw;
    max-width: 840px;
    max-height: 60%;
    padding: 50px 4em 4em;
    background: #f7f7f7;
    border-radius: 10px;
    font-size: 14px;
    transform: translate(-50%,-50%);
    overflow-y: auto;
    z-index: 9999;
}
.p-device-information__modal-trigger.is-active {
    border-color: #2FB2A8;
}
.p-device-information__modal-trigger.is-active .p-device-information__modal-icon::before {
    transform: rotate(45deg);
}
.p-device-information__modal-trigger.is-active .p-device-information__modal-icon::after {
    transform: rotate(-45deg);
}
.p-device-information__modal-close {
    position: absolute;
    top: 5px;
    right: 10px;
    width: 30px;
    height: 30px;
    font-size: 0;
    color: transparent;
    cursor: pointer;
    transition: .2s;
}
.p-device-information__modal-close::before,
.p-device-information__modal-close::after {
content: "";
position: absolute;
top: 20px;
right: 5px;
width: 70%;
height: 2px;
background: #313b3f;
}
.p-device-information__modal-close::before {
transform: rotate(45deg);
}
.p-device-information__modal-close::after {
transform: rotate(135deg);
}
.p-device-information__modal-close:hover {
    opacity: .8;
}
.p-device-information__modal-close-button {
    display: flex;
    height: 30px;
    line-height: 30px;
    margin: 2em auto 0;
    padding: 0 2em;
    border: solid 1px #313b3f;
    border-radius: 15px;
    color: currentColor;
    cursor: pointer;
    transition: .2s;
}
.p-device-information__modal-close-button:hover {
    background: #313b3f;
    color: #fff;
}
.c-modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.3);
    width: 100%;
    height: 100%;
    z-index: 999;
}
html.is-modal-open {
    overflow-y: hidden;
}
@media screen and (max-width: 991px) {
    .p-device-information__modal-body {
        width: 80%;
        padding: 50px 2em 2em;
    }
}

/* p-device-information-modal
---------------------------------------------------------------------------*/
.p-device-information-modal {}
.p-device-information-modal__head {
    margin: 0 0 20px;
    padding: 0 0 15px;
    border-bottom: solid 1px #b5cac8;
    text-align: center;
}
.p-device-information-modal__head-title {
    font-size: 22px;
    font-weight: 500;
}
.p-device-information-modal__head-type {
    font-size: 16px;
}
.p-device-information-modal .p-device-notice-list__item::before {
    color: #e55966;
}

/* p-device-information-single
---------------------------------------------------------------------------*/
.p-device-information-single {}
.p-device-information-single__unit + .p-device-information-single__unit {
    margin-top: 60px;
}

@media screen and (max-width: 991px) {
    .p-device-information-single__unit + .p-device-information-single__unit {
        margin-top: 30px;
    }
}

/* p-device-definition-list
---------------------------------------------------------------------------*/
.p-device-definition-list {
}
.p-device-definition-list__head {
}
.p-device-definition-list__head-title {
	display: block;
	background: #63BCB8;
	padding: 2px 1em;
	color: #fff;
	font-size: .9em;
	font-weight: 500;
}
.p-device-definition-list__body {
	padding: 0 0 0 1em;
}
.p-device-definition-list__row + .p-device-definition-list__row .p-device-definition-list__body {
	padding-top: 1em;
}

@media screen and (max-width: 575px) {
	.p-device-definition-list {
		width: 100%;
	}
	.p-device-definition-list__row,
    .p-device-definition-list__head,
	.p-device-definition-list__body{
		display: block;
	}
	.p-device-definition-list__head {
		text-align: left;
	}
	.p-device-definition-list__row + .p-device-definition-list__row {
		margin-top: 1em;
	}
	.p-device-definition-list__body,
	.p-device-definition-list__row + .p-device-definition-list__row .p-device-definition-list__body {
		padding: .25em 0 0;
	}
}

/* p-device-definition-list
---------------------------------------------------------------------------*/
.p-search-result-list {
    display: flex;
    flex-wrap: wrap;
    margin: -15px 0 0 0;
    padding: 0 0 0 80px;
}
.p-search-result-list__item {
    position: relative;
    padding: 15px 20px 0 20px;
    width: 50%;
}
.p-search-result-list__item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 26px;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #263238;
}
.p-search-result-list__link {
    font-size: 18px;
    font-weight: bold;
}
@media screen and (max-width: 991px) {
    .p-search-result-list {
        padding: 0;
    }
}
@media screen and (max-width: 767px) {
    .p-search-result-list__item {
        width: 100%;
    }
    .p-search-result-list__link {
        font-size: 16px;
    }
}

/* p-device-menu
---------------------------------------------------------------------------*/
.p-device-menu {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 20px;
	max-width: 560px;
	margin-right: auto;
	margin-left: auto;
}
.p-device-menu__link {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 20px;
	border: solid 2px #138D94;
	background: #fff;
	border-radius: 8px;
	color: #138D94;
	text-align: center;
	transition: background .2s, color .2s;
}
.p-device-menu__link--invalid {
	background: #138D94;
	color: #fff;
	font-weight: 500;
	pointer-events: none;
}
.p-device-menu__linkIcon {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}
.p-device-menu__link:hover {
	background: #138D94;
	color: #fff;
}

@media screen and (max-width: 575px) {
  .p-device-menu {
    max-width: 320px;
    grid-template-columns: repeat(1,1fr);
  }
}