@charset "UTF-8";

/* liquid rayout */
html {
  font-size: 16px;
}
body {
  font-size: 1em;
}
@media (min-width: 360px) {
  html {
    font-size: 3.3333333333333335vw;
  }
}
@media (min-width: 520px) {
  html {
    font-size: 2.083333333333333vw;
  }
}
@media (min-width: 768px) {
  html {
    font-size: 1.509433962264151vw;
  }
}
@media (min-width: 1060px) {
  html {
    font-size: 1.25 vw;
  }
}
@media (min-width: 1280px) {
  html {
    font-size: 16px;
  }
}

:where(*){
  box-sizing: border-box;
}
a {
  color: #00338E
}

a:hover {
  color: #00145f
}
:where(a:focus-visible){
  display: inline-block;
  border-radius: 1px;
  outline: 1px solid rgba(255, 255, 255, 0.6);
  outline-offset: 0;
  box-shadow: 0 0 0 3px rgba(0, 160, 202, 0.6)
}

/* Typescale 1.125 */
.text-xl {font-size:1.265625rem !important;line-height:1.5 !important;letter-spacing: 0.2px !important}
.text-lg {font-size:1.125rem !important;line-height:1.5 !important;letter-spacing: 0.1px !important}
.text-md {font-size:1rem !important;line-height:1.8 !important;letter-spacing: 0.1px !important}
.text-sm {font-size:0.88889rem !important;line-height:1.8 !important;letter-spacing: 0.1px !important}
.text-xs {font-size:0.79012rem !important;line-height:1.8 !important;letter-spacing: 0.1px !important}
.text-xxs {font-size:0.70233rem !important;line-height:2 !important;letter-spacing: 0.1px !important}

/* responsive layout */
.pc {display:block !important}
.sp {display:none !important}
@media (max-width: 768px) {
  .pc {display:none !important}
  .sp {display:block !important}
}

.tooltip-inner{
  max-width: 40em;
}
.nowrap{
  white-space: nowrap !important
}

/*
 * common
 */
._container {
  max-width: 1280px;
  margin-left:auto;
  margin-right:auto;
  width: 100%;
}

.more-wh {
  color: #fff;
  font-size: inherit;
  position: relative;
  padding-right: 1.5em;
}
.more-wh::after {
  content: "";
  display: inline-block;
  font-weight: bold;
  background-image: url('/-/media/GBOx/Header/open-icon.png');
  background-size: contain;
  background-repeat: no-repeat;
  width: 1em;
  height: 1em;
  position: absolute;
  top: calc(50% - 0.5em);
  margin-left: 0.275em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.more-wh:hover{
  color: #fff;
}
.more-wh:focus-visible::after{
  top: calc(50% - 0.525em);
}

input[type="number"]::-webkit-outer-spin-button, 
input[type="number"]::-webkit-inner-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
} 
input[type="number"] { 
  -moz-appearance:textfield; 
}


/*
 * header
 */
.switchBox-header,
.switchBox-searchHeader{
  background-color:#090a14;
  color:#fff;
}
.switchBox-header ._container {
  background-image: url('/-/media/GBOx/Header/bg-header.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  padding:0.625rem
}
.switchBox-searchHeader ._container{
  padding:0.625rem;
  max-width: calc(100% - 2rem);
}
.switchBox-header ._container>._title{
  margin-bottom:0
}
.switchBox-searchHeader ._container>._nbkLogo>*{
  display:inline-block;
  width: 16rem;
}
.switchBox-searchHeader ._container>._more{
  font-size:0.79012rem;
  padding-top: 0.3125rem;
}
@media (min-width: 360px) {
  .switchBox-header ._container {
    background-image: url('/-/media/GBOx/Header/bg-header.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding:0
  }
  .switchBox-searchHeader ._container{
    display:flex;
    justify-content: space-between;
  }
  .switchBox-header ._container>._nbkLogo{
    grid-area: 1 / 1 / 2 / 2;
    padding-left: 0.6rem;
    padding-top: 0.625rem;
  }
  .switchBox-header ._container>._nbkLogo>*{
    display:inline-block;
    width: 14rem;
  }
  .switchBox-header ._container>._more{
    font-size:0.79012rem;
    grid-area: 1 / 2 / 2 / 3;
    padding-right: 0.6rem;
    padding-top: 0.9rem;
    text-align:right;
  }
  .switchBox-header ._container>._title{
    grid-area: 2 / 1 / 5 / 2;
    margin-bottom:1rem
  }
  .switchBox-header ._container>._title>._image{
    margin-left:auto;
    width: 12rem; /* 400*0.48/16 */
  }
}
@media (min-width: 520px) {
  .switchBox-header {
    aspect-ratio: 640/191;
    background-color:#090a14;
    overflow: hidden;
    width: 100%;
  }
  .switchBox-header ._container {
    aspect-ratio: 640/191;
    background-image: url('/-/media/GBOx/Header/bg-header.png');
    background-size: contain;
    background-repeat: no-repeat;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
  .switchBox-header ._container>._nbkLogo{
    grid-area: 1 / 1 / 2 / 4;
    padding-bottom: 0.75rem;
    padding-left: 1.5rem;
    padding-top: 0.75rem;
  }
  .switchBox-header ._container>._nbkLogo>* {
    width: 13.8rem;
  }
  .switchBox-header ._container>._more{
    font-size: 0.6666675rem;
    grid-area: 1 / 4 / 2 / 5;
    padding-right: 1.5rem;
    padding-top: 1.125rem;
  }
  .switchBox-header ._container>._title{
    grid-area: 2 / 1 / 3 / 3;
    padding-bottom: 1.125rem;
    padding-left: 1.5rem;
    margin:0;
    text-align:right;
  }
  .switchBox-header ._container>._title>._image{
    margin-left:auto;
    width: 15rem; /* 400*0.6/16 */
  }
}
@media (min-width: 768px) {
  .switchBox-header {
    max-height: 23.875rem;
    overflow: hidden;
    width: 100%;
  }
  .switchBox-header ._container {
    aspect-ratio: 640/191;
    background-image:  url('/-/media/GBOx/Header/bg-header.png');
    background-size: contain;
    background-repeat: no-repeat;
    max-height: 23.875rem;
    max-width: 80rem;
  }
  .switchBox-header ._container>._nbkLogo{
    padding-bottom: 1rem;
    padding-left: 2rem;
    padding-top: 1rem;
  }
  .switchBox-header ._container>._nbkLogo>* {
    width: 15.216796875rem; /* 294*0.828125/16 */ 
  }
  .switchBox-header ._container>._more{
    font-size: 0.88889rem;
    padding-right: 2rem;
    padding-top: 1.5rem;
  }
  .switchBox-header ._container>._title{
    padding-bottom: 2.215rem;
    padding-left: 2rem;
  }
  .switchBox-header ._container>._title>._image{
    width: 20rem;
    width: 20.703125rem; /* 400*0.828125/16 */
  }
}
@media (min-width: 1060px) {
  .switchBox-header {
    max-height: 19.771484375rem;
  }
  .switchBox-header ._container {/* (w1280 h382)*0.828125/16 */
    max-height: 19.771484375rem;
    max-width: 66.25rem;
  }
  .switchBox-header ._container>._nbkLogo>* {
    width: 15.216796875rem; /* 294*0.828125/16 */ 
  }
  .switchBox-header ._container>._title>._image{
    width: 20.703125rem; /* 400*0.828125/16 */
  }
}
@media (min-width: 1280px) {
  .switchBox-header {
    max-height: 23.875rem;
  }
  .switchBox-header ._container {/* (w1280 h382)/16 */
    max-height: 23.875rem;
    max-width: 80rem;
  }
  .switchBox-header ._container>._nbkLogo>* {
    width: 18.375rem; /* 294/16 */ 
  }
  .switchBox-header ._container>._more{
    font-size: 1rem;
  }
  .switchBox-header ._container>._title>._image{
    width: 25rem; /* 400/16 */
  }
}


/*
 * footer
 */
.switchBox-footer{
  display:flex;
  flex-direction: column;
  align-content: flex-end;
  height:100%;
  min-height:13.4rem;
  text-align:center;
}
@media (min-width: 520px) {
  .switchBox-footer{min-height:12rem;}
}
@media (min-width: 768px) {
  .switchBox-footer{min-height:12.375rem;}
}
.switchBox-footer ._container {
  background-color:#DDE2E6; /* 背景補助カラー02 */
  background-color:#E7E9EC;
  color:#000;
  padding:1.5rem 0.625rem;
  margin-top:auto;
  margin-bottom:0;
  max-width:100%;
  text-align:center;
}
#switchBox.is-search + .switchBox-footer ._container{
  max-width: 100%
}
.switchBox-footer p{margin:0}
.switchBox-footer ._phone{margin-top:1.125rem}
@media (min-width: 768px) {
  .switchBox-footer ._phone{margin-top:1.5rem}
}
.switchBox-footer ._phone>._type{color:#000;font-size:1rem;font-weight:bold;display:inline-block}
.switchBox-footer ._phone>._number{color:#000;font-size:1.265625rem;font-weight:bold;display:inline-block}
.switchBox-footer ._info{font-size:0.88889rem}
.switchBox-footer ._info>span{display:inline-block}
.switchBox-footer ._copyright{font-size:0.88889rem;margin-bottom:0}
.switchBox-footer *+._copyright{margin-top:3rem}


/*
 * main
 */
#switchBox{
  box-sizing: border-box;
  padding-bottom:1rem;
  padding-top:0.5rem;
  margin-top:0.5rem;
  min-height: calc(100vh - 25.646rem)
}
@media (min-width: 520px) {
  #switchBox{
    padding-bottom:1.25rem;
    padding-top:0.5rem;
    margin-top:0.75rem;
    min-height: calc(100vh - 27.05rem)
  }
}
@media (min-width: 768px) {
  #switchBox{
    padding-bottom:1.75rem;
    padding-top:0.5rem;
    margin-top:1.25rem;
    min-height: calc(100vh - 33.39rem)
  }
}
@media (min-width: 1060px) {
  #switchBox{
    padding-bottom:2rem;
    padding-top:0.625rem;
    margin-top:1.375rem;
    min-height: calc(100vh - 33.525rem)
  }
}
@media (min-width: 1280px) {
  #switchBox{
    padding-bottom:3rem;
    padding-top:0.625rem;
    margin-top:2.375rem;
    min-height: calc(100vh - 38.625rem)
  }
}

#switchBox img{
  max-width: 100%;
  height: auto;
  width: auto;
}

.switchBox-wrapper{
  max-width: 1280px;
  margin-left:auto;
  margin-right:auto;
  text-align: center;
  width: 100%;
}

.switchBox-steps{
  margin-bottom:1rem;
  margin-left:auto;
  margin-right:auto;
  max-width:28.428125rem;
}
@media (min-width: 520px) {
  .switchBox-steps{
    margin-bottom:1rem;
    max-width:42.8037109375rem;
  }
}
@media (min-width: 768px) {
  .switchBox-steps{
    margin-bottom:1.2rem;
    max-width:46.51875rem;
    max-width:41.35rem;
  }
}
@media (min-width: 1280px) {
  .switchBox-steps{
    margin-bottom:2rem;
    max-width:51.6875rem;
  }
}

.switchBox-wrapper h1,.switchBox-wrapper h2,.switchBox-wrapper h3,.switchBox-wrapper h4,.switchBox-wrapper h5,.switchBox-wrapper h6,.switchBox-wrapper p{
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  text-align: left;
}
.switchBox-wrapper p, .switchBox-wrapper li{
  font-size: 0.88889rem;
  line-height: 1.8;
  text-align: left;
}
.switchBox-wrapper ul, .switchBox-wrapper ol{
  padding-left: 1.5em;
  text-align: left;
}

.switchBox-wrapper>.switchBox-body {
  margin-bottom: 1.875rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.875rem;
  width: calc(100% - 20px);
}
@media (min-width: 520px) {
  .switchBox-wrapper>.switchBox-body {
    width: calc(100% - 2rem);
  }
}

.switchBox-wrapper>.switchBox-body>* + *{
  margin-top: 1rem
}
.switchBox-wrapper>.switchBox-body>*>* + *{
  margin-top: 0.88889rem
}
.switchBox-wrapper>.switchBox-body>*>*>* + *{
  margin-top: 0.79012rem
}
.switchBox-wrapper>.switchBox-body>._headerLine{
  background-image: linear-gradient(to right, #00338E, #090a14);
  background-size: 100% 1px;
  background-position: bottom;
  background-repeat: no-repeat;
  padding-bottom: 0.3125rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.switchBox-wrapper>.switchBox-body>._headerLine>h2{
  font-size:1.125rem;
  font-weight:bold;
  letter-spacing:0.2px;
}
.switchBox-wrapper>.switchBox-body>._container{
  padding-left: 1rem;
  padding-right: 1rem;
}
.switchBox-wrapper>.switchBox-body>._container p,
.switchBox-wrapper>.switchBox-body>._container li{
  letter-spacing:0.1px;
}

/*
 * .switchBox-selection
 */
.switchBox-selection ._headerLine,
.switchBox-selection ._container{
  display: block;
  max-width: 50rem;
  margin-left:auto;
  margin-right: auto;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  width:100%;
}
@media (min-width: 360px) {
  .switchBox-selection ._headerLine,.switchBox-selection ._container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 520px) {
  .switchBox-selection ._headerLine,
  .switchBox-selection ._container {
    padding-left: 0;
    padding-right: 0;
    width: calc(100% - 2.8rem);
  }
}
@media (min-width: 768px) {
  .switchBox-selection ._container{
    display:flex;
    flex-wrap: wrap;
    align-items: stretch;
  }
}
@media (min-width: 768px) {
  #switchBox-select-E1.switchBox-selection ._headerLine,#switchBox-select-E1.switchBox-selection ._container,
  #switchBox-select-E2.switchBox-selection ._headerLine,#switchBox-select-E2.switchBox-selection ._container,
  #switchBox-select-F1.switchBox-selection ._headerLine,#switchBox-select-F1.switchBox-selection ._container,
  #switchBox-select-F2.switchBox-selection ._headerLine,#switchBox-select-F2.switchBox-selection ._container,
  #switchBox-select-G1.switchBox-selection ._headerLine,#switchBox-select-G1.switchBox-selection ._container,
  #switchBox-select-G2.switchBox-selection ._headerLine,#switchBox-select-G2.switchBox-selection ._container {
    max-width: 54.86328125rem;
  }
  #switchBox-select-Last.switchBox-selection ._container {
    max-width: 54rem;
  }
}
@media (min-width: 1280px) {
  #switchBox-select-E1.switchBox-selection ._headerLine,#switchBox-select-E1.switchBox-selection ._container,
  #switchBox-select-E2.switchBox-selection ._headerLine,#switchBox-select-E2.switchBox-selection ._container,
  #switchBox-select-F1.switchBox-selection ._headerLine,#switchBox-select-F1.switchBox-selection ._container,
  #switchBox-select-F2.switchBox-selection ._headerLine,#switchBox-select-F2.switchBox-selection ._container,
  #switchBox-select-G1.switchBox-selection ._headerLine,#switchBox-select-G1.switchBox-selection ._container,
  #switchBox-select-G2.switchBox-selection ._headerLine,#switchBox-select-G2.switchBox-selection ._container {
    max-width: 66.25rem;
  }
  #switchBox-select-Last.switchBox-selection ._container {
    max-width: 60rem;
  }
}

.switchBox-selection + .switchBox-body {
  max-width: 52rem
}
.switchBox-selection ._headerLine>._title {
  font-size: 0.88889rem;
  line-height: 2.5;
  margin-bottom: 0.625rem;
}
.switchBox-selection ._headerLine>._title>.text-line{
  background-image: linear-gradient(to right, #00338E, #62626B, #00338E);
  background-size: 100% 1px;
  background-position: bottom;
  background-repeat: no-repeat;
  padding-bottom: 0.1rem;
  color: #090a14;
}
.switchBox-selection ._headerLine>._title:hover>.text-line{
  background-position: bottom;
}
.switchBox-selection ._headerLine>._title>.text-line>a,
.switchBox-selection ._headerLine>._title>.text-line>a:hover{
  color: #090a14;
  display: inline-block;
  text-decoration: none;
}
@media (min-width: 360px) {
  .switchBox-selection ._headerLine>._title {
    font-size: 1.265625rem;
    line-height: 2;
  }
}
@media (min-width: 768px) {
  .switchBox-selection ._headerLine>._title {
    margin-bottom: 1rem;
    line-height: 2.5;
  }
}
.switchBox-selection ._headerLine._price{
  display:flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0.625rem;
}
.switchBox-selection ._headerLine._price>._title{
  margin-left:0;
}

.switchBox-selection ._container>._preview{
  border-bottom: 1px solid #dee2e6;
  border-left: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
  padding-bottom: 0.625rem;
  text-align: center;
}
.switchBox-selection ._container>._previewLast{
  width:100%
}
.switchBox-selection ._container>._preview a{
  display: inline-block;
}
.switchBox-selection ._preview>table th{
  background-color: #edf5fa;
  white-space: nowrap;
}
.switchBox-selection ._preview>table th,
.switchBox-selection ._preview>table td{
  border:1px solid #96a9B3;
  padding: 0.274rem 0.624rem;
  font-size: 0.889rem;
  font-weight: normal;
  letter-spacing: 0.2px;
  line-height:1.5;
  text-align: left;
}
.switchBox-selection ._preview .selected{
  color: #00338e;
  font-weight: bold;
}
.switchBox-selection ._preview .not-selected{
  color: #fe831c;
  font-weight: bold;
}

@media screen and (min-width: 360px) {
  .switchBox-selection ._preview>table th,
  .switchBox-selection ._preview>table td {
    font-size: 0.79012rem;
  }
}
@media screen and (min-width: 360px) and (max-width: 767.98px) and (orientation:landscape) {
  .switchBox-selection ._container{
    display:flex;
  }
  .switchBox-selection ._container._last{
    display:block;
  }
  .switchBox-selection ._container>._preview {
    margin-right:0.625rem;
    width: 16rem;
  }
  .switchBox-selection ._container>._select {
    width: calc(100% - 16rem - 0.625rem);
  }
}

@media (min-width: 768px) {
  .switchBox-selection ._container>._preview {
    display: block;
    text-align:center;
    margin-right:0.625rem;
    width: 19.66796875rem;
  }
  .switchBox-selection ._container>._select {
    width: calc(100% - 19.66796875rem - 0.625rem);
  }
  .switchBox-selection ._preview>table{
    margin-top: 0.625rem;
  }
  .switchBox-selection ._preview>table th,
  .switchBox-selection ._preview>table td {
    font-size: 0.88889rem;
    padding: 0.192rem 0.346rem 0.17rem;
  }
}
@media screen and (min-width: 1060px) {
  .switchBox-selection ._preview>table th,
  .switchBox-selection ._preview>table td {
    padding: 0.274rem 0.493rem 0.24rem;
  }
}
@media (min-width: 1280px) {
  .switchBox-selection ._container>._preview {
    width: 23.75rem;
  }
  .switchBox-selection ._container>._select {
    width: calc(100% - 23.75rem - 0.625rem);
  }
}
@media (hover: none) and (min-width: 768px) and (orientation:portrait) {
  .switchBox-selection ._container>._preview {
    width: 20rem;
  }
  .switchBox-selection ._container>._select {
    width: calc(100% - 20rem - 0.625rem);
  }
}
@media (hover: none) and (min-width: 768px) and (orientation:landscape) {
  .switchBox-selection ._container>._preview {
    width: 16rem;
  }
  .switchBox-selection ._container>._select {
    width: calc(100% - 16rem - 0.625rem);
  }
}

.switchBox-selection ._container>._preview>._title{
  background-image: linear-gradient(to right, #00338E, #090a14);
  color: #fff;
  font-size: 0.88889rem;
  padding: 0.625rem 0.3125rem 0.3125rem;
  margin-bottom: 0.3125rem;
  line-height: 1;
  width: 100%;
}
@media (min-width: 768px) {
  .switchBox-selection ._container>._preview>._title{
    font-size: 1rem;
    padding: 0.625rem;
  }
}

.switchBox-selection #previewInImage{
  margin-left:auto;
  margin-right:auto;
  width:100%
}
.switchBox-selection ._previewLast #previewInImage{
  display:flex;
  flex-wrap: wrap;
  justify-content: center;
}
.switchBox-selection ._previewLast #previewInImage>*{
  margin-left: 0.3125rem;
  margin-right: 0.3125rem;
  text-align: center;
  width: calc(50% - 0.625rem)
}

.switchBox-selection #previewInText,
.switchBox-selection ._container>._preview a{
  margin-left:auto;
  margin-right:auto;
  width: calc(100% - 0.625rem);
}
.switchBox-selection #previewInImage img{
  margin-left:auto;
  margin-right:auto;
  width: 100%;
}

@media screen and (min-width: 360px) and (max-width: 767.98px) and (orientation:portrait) {
  .switchBox-selection ._container>._preview{
    display: flex;
    flex-wrap: wrap;
  }
  .switchBox-selection ._container>._preview>._title{
    width: 100%
  }
  .switchBox-selection #previewInText{
    border: 1px solid #a5a5a5;
    display:block;
    margin-top:0;
    margin-right:0.3125rem;
    width: calc(58.2% - 0.3125rem);
  }
  .switchBox-selection #previewInText>*{
    border:0;
    height: 100%;
    display:inline-flex;
    flex-direction: column;
    align-content: space-between;
    overflow-y: auto;
    width: 100%;
  }
  .switchBox-selection #previewInText>*>*{
    border:0;
    display:block;
    margin:0 0 auto;
    width: 100%;
  }
  .switchBox-selection #previewInText>*>*+*{
    border-top: 1px solid #a5a5a5;
  }
  .switchBox-selection #previewInText>*>*>*{
    border:0;
    display:block;
  }
  .switchBox-selection #previewInImage{
    width: 41.4%
  }
  .switchBox-selection ._previewLast #previewInImage{
    width: 100%
  }
  .switchBox-selection ._previewLast #previewInImage>*{
    margin-left: 0.3125rem;
    margin-right: 0.3125rem;
    width: calc(50% - 0.625rem)
  }
}

@media screen and (min-width: 768px) {
  .switchBox-selection ._container>._preview a,
  .switchBox-selection #previewInText{
    max-width: 19.66796875rem;
  }
  .switchBox-selection ._previewLast #previewInImage{
    width: 100%
  }
  .switchBox-selection ._previewLast #previewInImage>*{
    margin-left: 0.3125rem;
    margin-right: 0.3125rem;
    width: calc(50% - 0.625rem)
  }
}
@media screen and (min-width: 1280px) {
  .switchBox-selection ._container>._preview a,
  .switchBox-selection #previewInText{
    max-width: 23.75rem;
  }
}
.switchBox-selection ._lastInfo{
  margin-bottom:0.625rem;
  margin-top:0.625rem;  
  width:100%
}
.switchBox-selection ._lastInfo h1{
  font-size: 1.4rem;
  padding: 0.625rem 0rem;
  text-align: left;
  border-bottom: double 4px #a5a5a5;
}
.switchBox-selection ._lastInfo>._title{
  font-size:1rem;
  margin-bottom: 0.3rem;
}
.switchBox-selection ._lastInfo>._title::before{
  content: '● ';
  font-size:1rem;
  margin-bottom: 0.3rem;
}
.switchBox-selection ._lastInfo>._table{
  margin-bottom:0.625rem;
  width:100%
}
.switchBox-selection ._lastInfo>._table th{
  border: 1px solid #a5a5a5;
  background-color: #dde2e6;
  font-size: 0.79012rem;
  font-weight:normal;
  padding: 0.3125em 0.625rem;
  letter-spacing: 0.2px;
  width: 7em;
}
.switchBox-selection ._lastInfo>._table td{
  border: 1px solid #a5a5a5;
  font-size: 0.79012rem;
  padding: 0.3125em 0.625rem;
  letter-spacing: 0.2px;
}
@media (min-width: 520px) {
  .switchBox-selection ._lastInfo>._table th{
    font-size: 1rem;
    padding: 0.625em 1rem;
    line-height:1.414;
    width: 14em;
  }
  .switchBox-selection ._lastInfo>._table td{
    font-size: 1rem;
    padding: 0.625em 1rem;
    line-height:1.414;
  }
  .switchBox-selection ._lastInfo>._table .sp-only{
    display:none
  }
}

.switchBox-selection ._table-led{
  margin-bottom:1rem;
  width:100%
}
.switchBox-selection ._table-led th,
.switchBox-selection ._table-led td{
  border: 1px solid #a5a5a5;
  font-size: 0.79012rem;
  font-weight:normal;
  padding: 0.3125rem;
  text-align:center;
}
.switchBox-selection ._table-led .led-title>*:not(.category) {
  background-color: #dde2e6;
}
.switchBox-selection ._table-led .led-spec>*:not(.category) {
  line-height:1.414;
  height:4em
}
.switchBox-selection ._table-led .wiring>*:not(.category) {
  line-height:1.125;
  height:4.5em
}
.switchBox-selection ._table-led .connection>*:not(.category) {
  font-size:0.79012rem;
  white-space:nowrap;
  width: 22%
}
.switchBox-selection ._table-led .category{
  background-color: #ffffff;
  white-space:nowrap
}
.switchBox-selection ._table-led .wiring-wh{
  background-color: #ffffff;
  color: #000000;
}
.switchBox-selection ._table-led .wiring-bk{
  background-color: #000000;
  color: #ffffff;
}
.switchBox-selection ._table-led .wiring-brown{
  background-color: #964B00;
  color: #ffffff;
}
.switchBox-selection ._table-led .wiring-green{
  background-color: #00a530;
  color: #ffffff;
}
.switchBox-selection ._table-led .wiring-red{
  background-color: #fc1500;
  color: #ffffff;
}
.switchBox-selection ._table-led .wiring-blue{
  background-color: #1530fc;
  color: #ffffff;
}
.switchBox-selection ._table-led .wiring-gray{
  background-color: #7f7f7f;
  color: #ffffff;
}
.switchBox-selection ._table-led .wiring-yellow{
  background-color: #fff100;
  color: #000000;
}
.switchBox-selection ._table-led .wiring-orange{
  background-color: #f6aa00;
  color: #000000;
}
.switchBox-selection ._table-led .wiring-peach{
  background-color: #ffcabf;
  color: #000000;
}
.switchBox-selection ._table-led .wiring-sky{
  background-color: #bfe4ff;
  color: #000000;
}
.switchBox-selection ._table-led .wiring-young-green{
  background-color: #d8f255;
  color: #000000;
}
.switchBox-selection ._table-led .wiring .dotmark{
  font-size:0.70233rem;
  line-height:1
}
.switchBox-selection ._table-led .wiring .dotmark br{
  display:none
}
.switchBox-selection ._table-led .connection .par{
  font-size:0.70233rem;
}

@media (min-width: 520px) {
  .switchBox-selection ._table-led th,
  .switchBox-selection ._table-led td{
    font-size: 1rem;
  }
  .switchBox-selection ._table-wrap{
    display:flex;
    flex-wrap: wrap;
  }
  .switchBox-selection ._table-led:nth-of-type(1){
    width:53%
  }
  .switchBox-selection ._table-led:nth-of-type(3){
    width:53%
  }
  .switchBox-selection ._table-led:nth-of-type(2){
    width:47%
  }
  .switchBox-selection ._table-led:nth-of-type(4){
    width:47%
  }
  .switchBox-selection ._table-led:nth-of-type(2) tr th:nth-of-type(2),
  .switchBox-selection ._table-led:nth-of-type(2) tr td:first-of-type,
  .switchBox-selection ._table-led:nth-of-type(4) tr th:nth-of-type(2),
  .switchBox-selection ._table-led:nth-of-type(4) tr td:first-of-type{
    border-left:0;
  }
  .switchBox-selection ._table-led:nth-of-type(even) th.category{
    display:none;
  }
}
@media (min-width: 768px) {
  .switchBox-selection ._table-led th,
  .switchBox-selection ._table-led td{
    font-size: 0.88889rem;
  }
  .switchBox-selection .switches-2>._table-led:nth-of-type(1){
    width:calc(30% + 5.25em)
  }
  .switchBox-selection .switches-2>._table-led:nth-of-type(2){
    width:calc(35% - 2.625em)
  }
  .switchBox-selection .switches-2>._table-led:nth-of-type(3){
    width:calc(35% - 2.625em)
  }
  .switchBox-selection .switches-2>._table-led:nth-of-type(3) tr th:nth-of-type(2),
  .switchBox-selection .switches-2>._table-led:nth-of-type(3) tr td:first-of-type{
    border-left:0;
  }
  .switchBox-selection .switches-2>._table-led:nth-of-type(3) th.category,
  .switchBox-selection .switches-2>._table-led:nth-of-type(3) th.category{
    display:none;
  }
  .switchBox-selection .switches-2>._table-led .wiring>*:not(.category){
    height:5.5em
  }
  .switchBox-selection .switches-2>._table-led .wiring .dotmark br{
    display:block
  }
}
@media (min-width: 1060px) {
  .switchBox-selection ._table-wrap{
    display:flex;
    flex-wrap: nowrap;
  }
  .switchBox-selection .switches-3>._table-led:nth-of-type(1){
    width:calc(25% + 5.25em)
  }
  .switchBox-selection .switches-3>._table-led:nth-of-type(2),
  .switchBox-selection .switches-3>._table-led:nth-of-type(3),
  .switchBox-selection .switches-3>._table-led:nth-of-type(4){
    width:calc(25% + 1.75em)
  }
  .switchBox-selection .switches-2>._table-led:nth-of-type(1){
    width:calc(33.33% + 5.25em)
  }
  .switchBox-selection .switches-2>._table-led:nth-of-type(2),
  .switchBox-selection .switches-2>._table-led:nth-of-type(3){
    width:calc(33.33% + 1.75em)
  }
  .switchBox-selection .switches-1>._table-led:nth-of-type(1){
    width:calc(50% + 5.25em)
  }
  .switchBox-selection .switches-1>._table-led:nth-of-type(2){
    width:calc(50% + 1.75em)
  }
  .switchBox-selection ._table-led th,
  .switchBox-selection ._table-led td{
    font-size:0.79012rem;
  }
  .switchBox-selection .switches-3>._table-led:nth-of-type(3) tr th:nth-of-type(2),
  .switchBox-selection .switches-3>._table-led:nth-of-type(3) tr td:first-of-type{
    border-left:0;
  }
  .switchBox-selection ._table-led:not(:first-of-type) th.category{
    display:none;
  }
  .switchBox-selection ._table-led:first-of-type th.category{
    min-width:5.25em
  }
  .switchBox-selection ._table-led .wiring>*:not(.category){
    height:5.5em
  }
  .switchBox-selection ._table-led .wiring .dotmark{
    font-size:0.625rem;
  }
  .switchBox-selection ._table-led .wiring .dotmark br{
    display:block
  }
  .switchBox-selection .switches-1>._table-led .wiring .dotmark br{
    display:none
  }
  .switchBox-selection ._table-led .connection>*:not(.category){
    font-size:0.70233rem;
    padding:0.3125rem 0;
  }
  .switchBox-selection ._table-led .connection .par{
    font-size:0.625rem
  }
}


.switchBox-selection ._price-wrap {
  margin:auto;
  max-width: 54rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align:right;
  width: 100%;
}
.switchBox-selection ._price {
  border-bottom: 1px solid #464647;
  display: inline-block;
  margin-left: auto;
  padding-bottom: 0.125rem;
  padding-left:0.3125rem;
  padding-right:0.3125rem;
  padding-top: 1rem;
  line-height: 1;
  position:relative
}
.switchBox-selection .price-text {
  display: inline-block;
  font-size:1.60180664063rem;
  font-size:1.8020324707rem;
  padding-left:0.625rem;
}

@media (min-width: 768px) {
  .switchBox-selection ._price-wrap {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1280px) {
  .switchBox-selection ._price-wrap {
    max-width: 60rem;
  }
}


.switchBox-selection ._process{
  display:flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  width: 100%;
}
.switchBox-selection ._process+._process{
  padding-top: 0;
}



.switchBox-error{
  display:flex;
  flex-direction: column;
  align-content: center;
  min-height: 12rem;
  width:100%
}
.switchBox-error>*{
  letter-spacing:0.1px;
  margin-bottom: 0;
  margin-top: 0;
}
.switchBox-error>.erroe-title {
  color: #ff0f0f;
  font-size: 1.125rem;
}
.switchBox-error>*+p{
  margin-top: 1.125rem
}
.switchBox-error>*:last-of-type{
  margin-bottom: auto;
}


.switchBox-search{
  display:flex;
  flex-direction: column;
  align-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  width:100%
}
.switchBox-search>*{
  margin: 2rem auto;
  max-width:50em;
  width: 100%;
}
.switchBox-search label{
  text-align: left;
  padding: 0 0.625rem;
  width: 100%;
}
.switchBox-search .search-box{
  display:flex;
  width: 100%;
}
.search-box input{
  font-size: 16px;
  color: #000;
  border: 1px solid #a5a5a5;
  border-radius:.2rem 0 0 .2rem;
  padding:0.3125rem 0.625rem;
  width:calc(100% - 4rem)
}
@media screen and (min-width: 768px) {
  .search-box input{
    font-size: 1.125rem;
  }
}
.search-box input::placeholder{
  color: #090a14;
  font-size: 0.88889rem;
  opacity: 0.7;
}
.search-box input:focus {
  box-shadow: none;
  outline: none;
}
.search-box input:focus-visible {
  color: #000;
  background-color: #fff;
  border-color: #a5a5a5;
  box-shadow: 0 0 0 .2rem rgba(9, 10, 20, 0.25)
  outline: none;
}
.search-box input::-webkit-input-placeholder,
.search-box input:-ms-input-placeholder,
.search-box input::-ms-input-placeholder,
.search-box input::placeholder {
  color: #090a14;
  opacity: 1
}
.search-box .btn{
  white-space: nowrap;
  width:6rem;
}


/* 
 * Button
 */
.is-switchBox .btn:focus{ box-shadow: none}
.btn-error { color: #fff; background-color: #FF0F0F; border-color: #FF0F0F; border-radius: 2px; padding: 0.65em 3em; line-height: 1.6; -webkit-transition: all 0.3s; transition: all 0.3s;}
.btn-error:hover { color: #090a14; background-color: #fff; border-color: #FF0F0F; }
.btn-error:focus-visible { color: #090a14; background-color: #fff; border-color: #FF0F0F; box-shadow: 0 0 0 .2rem rgba(255, 15, 15, 0.4); outline: none;}
.btn-error:active{ box-shadow: inset 0 3px 5px rgba(0,0,0,0.125); outline: none;}
.btn-error.disabled,.btn-error:disabled { color: #fff !important; background-color: #7f7f7f !important; border-color: #7f7f7f; text-shadow: 1px 1px 2px #7f7f7f;}
.btn-nbknavy { color: #fff; background-color: #090a14; border-color: #090a14; border-radius: 2px; padding: 0.65em 3em; line-height: 1.6; -webkit-transition: all 0.3s; transition: all 0.3s;}
.btn-nbknavy:hover { color: #090a14; background-color: #fff; border-color: #090a14;}
.btn-nbknavy:focus-visible { color: #090a14; background-color: #fff; border-color: #090a14; outline: 1px solid rgba(255, 255, 255, 0.6); outline-offset: 0; box-shadow: 0 0 0 3px rgba(0, 160, 202, 0.6)}
.btn-nbknavy:active{ box-shadow: inset 0 3px 5px rgba(0,0,0,0.125); outline: none;}
.btn-nbknavy.disabled,.btn-nbknavy:disabled { color: #fff !important; background-color: #7f7f7f !important; border-color: #7f7f7f; text-shadow: 1px 1px 2px #7f7f7f;}
.search-box .btn-search { font-size: 0.925rem; color: #fff; background-color: #090a14; border-color: #090a14; border-radius:0 0.2rem 0.2rem 0; padding: 0.3125em 1.25em; min-width: 3em; line-height: 1; -webkit-transition: all 0.3s; transition: all 0.3s;}
.search-box .btn-search:hover {  color: #fff; background-color: #090a14; border-color: #090a14;}
.search-box .btn-search:focus-visible {  color: #fff;  background-color: #090a14; border-color: #090a14; outline: 1px solid rgba(255, 255, 255, 0.6); outline-offset: 0; box-shadow: 0 0 0 3px rgba(0, 160, 202, 0.6)}
.search-box .btn-search:active{ box-shadow: inset 0 3px 5px rgba(0,0,0,0.125); outline: none;}
.search-box .btn-search.disabled,.btn-nbknavy:disabled { color: #fff !important; background-color: #7f7f7f !important; border-color: #7f7f7f; text-shadow: 1px 1px 2px #7f7f7f;}


/* 
 * 選択候補のボタン
 */
.switchBox-selection ._select-items>._btn {
  display: block;
  cursor: pointer;
  position: relative;
  user-select: none;
}
.switchBox-selection ._select-items>._btn>._btn-input,
.switchBox-selection ._btn>._btn-radio{
  height:0;
  display:block;
  margin:0;
  padding:0;
  opacity:0;
  width:0;
}
.switchBox-selection ._select-items>._btn>._btn-label{
  /*
  background: linear-gradient(270deg, rgba(92, 112, 153, 1), rgba(92, 112, 153, 1), rgba(247, 247, 249, 1), rgba(247, 247, 249, 1));
  background-size: 300% 300%;
  background-position: 1% 50%;
  */
  background-color: rgba(247, 247, 249, 1);
  border: 1px solid #a5a5a5;
  border-radius: 0.3125rem;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.24), 0px 1px 2px rgba(0, 0, 0, 0.08);
  display: inline-flex;
  flex-direction: column;
  height: 100%;
  padding-bottom:0.625rem;
  padding-left:0.625rem;
  padding-right:0.625rem;
  padding-top:0.625rem;
  position: relative;
  text-align:center;
  transition: all 0.2s ease-out;
  transition: background 0.3s ease-out;
  width: 100%;
}
.switchBox-selection ._select-items>._btn>._btn-input:disabled+._btn-label{
  cursor: not-allowed;
  opacity: 0.65;
}
.switchBox-selection ._select-items>._btn>._btn-input:not([disabled])+._btn-label:hover,
.switchBox-selection ._select-items>._btn:focus-within>._btn-input:not([disabled])+._btn-label{
  /*
  background-position: 99% 50%;
  */
  background-color: rgba(92, 112, 153, 1);
  border: 1px solid #a5a5a5;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.24), 0 2px 4px -1px rgba(0, 0, 0, 0.12);
  color: #fff;
  cursor: pointer;
}
@media (hover: hover) {
  .switchBox-selection ._select-items>._btn>._btn-input:not([disabled])+._btn-label:active,
  .switchBox-selection ._select-items>._btn:focus-within>._btn-input:not([disabled])+._btn-label:active{
    background-color: rgba(92, 112, 153, 0.3);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 1px 2px rgba(0, 0, 0, 0.12);
    color: #090a14;
  }
}
.switchBox-selection ._select-items>._btn>._btn-input:checked+._btn-label,
.switchBox-selection ._select-items>._btn:focus-within>._btn-input:checked+._btn-label{
  /*
  background-position: 1% 50%;
  */
  background-color: rgba(247, 247, 249, 1);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 1px 2px rgba(0, 0, 0, 0.12);
  color: #090a14;
}
.switchBox-selection ._select-items>._btn>._btn-input:checked+._btn-label:hover,
.switchBox-selection ._select-items>._btn:focus-within>._btn-input:checked+._btn-label{
  /*
  background-position: 1% 50%;
  */
  background-color: rgba(247, 247, 249, 1);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 1px 2px rgba(0, 0, 0, 0.12);
}

.switchBox-selection ._select-items>._btn>._btn-label>*{
  display:inline-block;
  margin:auto;
}
.switchBox-selection ._select-items>._btn>._btn-label>span:last-of-type{
  display:inline-block;
  margin-bottom:0;
  margin-top: .625em;
  letter-spacing: 0.4px;
}
.switchBox-selection ._select-items>._btn>._btn-label>img,
.switchBox-selection ._select-items>._btn>._btn-label>span>img {
  max-width:100%;
  filter: drop-shadow(0 0 0.625rem rgba(247, 247, 249, 1));
}

/*
 * 選択候補のチェックボックスボタン
 */
.switchBox-selection ._tab-item>._select-items>._btn>._btn-label>*{
  display:block;
  margin:auto;
}
.switchBox-selection ._option>._select._select-items>._btn>._btn-label,
.switchBox-selection ._tab-item>._select._select-items>._btn>._btn-label {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  font-size: 0.79012rem;
  padding-top: 1rem;
  position: relative;
  margin-top:0;
  text-align: left;
  width:100%;
}
.switchBox-selection ._tab-item>._select-items>._btn>._btn-label>span:last-of-type{
  margin-top: 0;
}
.switchBox-selection ._select-items>._btn>._btn-label>._check>*{
  display:inline-block;
}
.switchBox-selection ._select-items>._btn>._btn-input:disabled+._btn-label>._check {
  cursor: not-allowed;
  opacity: 0.65;
}
.switchBox-selection  ._select-items>._btn>._btn-label>._check>img,
.switchBox-selection  ._select-items>._btn>._btn-label>._check+img{
  display:block;
  margin-left:auto;
  margin-right:auto;
  max-height: 5rem;
}
.switchBox-selection  ._select-items>._btn>._btn-label>._check+img{
  margin-top:-1.25em;
}
.switchBox-selection  ._select-items>._btn>._btn-label>._check+._text{
  margin-top:-0.889em;
}
.switchBox-selection ._option>._select-items>._btn>._btn-label>._check+img{
  max-height: 100%;
}
.switchBox-selection ._select-items>._btn>._btn-label>._check{
  display: block;
  font-size:1.25rem;
  width: 1.25em;
  height: 1.25em;
  background-color: #ccc;
  position: relative;
  left: 0.625rem;
  top: 0.625rem;
  line-height:1;
  margin-left:-0.5rem;
  margin-top:-0.25rem;
  z-index: 1000;
  transition: all 0.3s;
}
.switchBox-selection ._tab-item>._select-items>._btn>._btn-label>._check{
  font-size:0.865rem;
  margin-left:-0.625rem;
  margin-top:-0.625rem;
}
.switchBox-selection  ._select-items>._btn>._btn-input:checked+._btn-label>._check {
  background-color: #00A0CA;
  animation: pop 0.5s;
  animation-direction: alternate;
}
.switchBox-selection  ._select-items>._btn>._btn-input:checked+._btn-label:hover,
.switchBox-selection  ._select-items>._btn:focus-within>._btn-input:checked+._btn-label {
  color: #090a14;
}

.switchBox-selection  ._select-items>._btn>._btn-input:not([disabled])+._btn-label:hover>._check,
.switchBox-selection  ._select-items>._btn:focus-within>._btn-input:not([disabled])+._btn-label>._check {
  background-color: #fff;
}
.switchBox-selection  ._select-items>._btn>._btn-input:checked+._btn-label:hover>._check,
.switchBox-selection  ._select-items>._btn:focus-within>._btn-input:checked+._btn-label>._check {
  background-color: #00A0CA;
}
.switchBox-selection ._select-items>._btn>._btn-input:not([disabled])+._btn-label>._check:after {
  content: "";
  position: absolute;
  display:none;
  left: 0.45em;
  top: 0.25em;
  width: 0.375em;
  height: 0.625em;
  border: solid white;
  border-width: 0 0.15em 0.15em 0;
  transform: rotate(45deg);
  z-index: 1001;
}
.switchBox-selection ._select-items>._btn>._btn-input:checked+._btn-label>._check:after {
  display: block;
}
@keyframes pop {
  0% {
    transform: scale(1);
  }
  33% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}


/*
 * 選択候補のラジオボタン
 */
.switchBox-selection ._radio-label{
  background-color: rgba(255, 255, 255, 1);
  display: inline-block;
  padding:0.5rem 0.625rem 0.5rem 2.5rem;
  position: relative;
  cursor: pointer;
  margin-bottom:0;
  text-align: left;
  transition: all 0.2s ease-out;
  transition: background 0.3s ease-out;
}
.switchBox-selection ._radio-label:before{
  background-color: #F7F7F9;
  border: 1px solid #a5a5a5;
  border-radius: 50%;
  color: #fff;
  position: absolute;
  top: 0.625rem;
  left: 0.3125rem;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  pointer-events: none;
  content: "";
  -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.switchBox-selection ._btn>._btn-radio:not([disabled])+._radio-label:hover,
.switchBox-selection ._btn:focus-within>._btn-radio:not([disabled])+._radio-label{
  background-color: rgba(199, 208, 227, 1);
}
.switchBox-selection ._btn>._btn-radio:not([disabled])+._radio-label:active,
.switchBox-selection ._btn:focus-within>._btn-radio:not([disabled])+._radio-label:active{
  background-color: rgba(199, 208, 227, 0.3);
}
.switchBox-selection ._btn>._btn-radio:not([disabled])+._radio-label:hover:before,
.switchBox-selection ._btn:focus-within>._btn-radio:not([disabled])+._radio-label:before{
  width: 1.25rem;
}
.switchBox-selection ._radio-label:after{
  background-color: #090a14;
  border: 2px solid #F7F7F9;
  border-radius: 50%;
  content: "";
  position: absolute;
  width: calc(1.25rem - 2px);
  height: calc(1.25rem - 2px);
  top: calc(0.625rem + 1px);
  left: calc(0.3125rem + 1px);
  display:none
}
.switchBox-selection ._btn-radio:checked+._radio-label,
.switchBox-selection ._btn:focus-within>._btn-radio:checked+._radio-label{
  background-color: rgba(255, 255, 255, 1);
}
.switchBox-selection ._btn-radio:checked+._radio-label:after,
.switchBox-selection ._btn:focus-within>._btn-radio:checked+._radio-label:after{
  display:inline-block
}


/* 
 * 結果画面のボタン
 */
.switchBox-selection ._result{
  display:flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  margin:auto;
  width: 100%;
}
.switchBox-selection ._result.text-centert{
  flex-direction: row;
  justify-content: center;
}
@media (min-width: 520px) {
  .switchBox-selection ._result{
    flex-direction: row;
    max-width: 54rem;
  }
  .switchBox-selection ._result.text-center{
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .switchBox-selection ._result{
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1280px) {
  .switchBox-selection ._result {
    max-width: 60rem;
  }
}

.switchBox-selection ._note-wrap {
  margin:auto;
  max-width: calc(100% - 2rem);
  width: 100%;
}
@media (min-width: 768px) {
  .switchBox-selection ._note-wrap {
    max-width: 54rem;
  }
}
@media (min-width: 1280px) {
  .switchBox-selection ._note-wrap {
    max-width: 60rem;
  }
}

.switchBox-selection ._note-wrap p{
  color: #df0615;
  font-size: 0.79012rem;
  line-height: 1.414;
}
.switchBox-selection ._note-wrap.text-center p{
  display: inline-block
}
@media (min-width: 520px) {
  .switchBox-selection ._note-wrap p{
    font-size: 0.88889rem;
  }
}

.switchBox-selection ._qty{
  display:flex;
  justify-content: space-between;
  padding-right: .25rem;
  max-width: 10em;
}
.switchBox-selection ._qty>span.form-control{
  background-color:#dde2e6;
  border-color:#a5a5a5;
  border-radius:4px 0 0 4px;
  font-size: 0.88889rem;
  height: auto;
  max-width:3.5em;
  padding: .375rem .5rem;
  text-align:center;
}
.switchBox-selection ._qty>input.form-control{
  border-color:#a5a5a5;
  border-radius:0 4px 4px 0;
  border-left: 0;
  font-size: 0.88889rem;
  height: auto;
}
@media (min-width: 360px) {
  .switchBox-selection ._qty>span.form-control{
    font-size: 0.88889rem;
  }
}
@media (min-width: 520px) {
  .switchBox-selection ._qty{
    display:flex;
    justify-content: space-between;
    max-width:12em;
    padding-right:0.3125rem;
  }
  .switchBox-selection ._qty>span.form-control{
    max-width:5em;
    padding: .375rem .75rem;
  }
}

.switchBox-selection ._print{
  text-align:left;
  width: 100%
}
@media (min-width: 520px) {
  .switchBox-selection ._print{
    width: auto
  }
}

.switchBox-selection ._cart{
  display:flex;
  justify-content: space-between;
  text-align: center;
}

.switchBox-selection ._print>.btn{
  background-color: #96a9b3;
  border: 1px solid #96a9b3;
  border-radius: 0.3125rem;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.24), 0px 1px 2px rgba(0, 0, 0, 0.08);
  color:#ffffff;
  font-size: 0.88889rem;
  margin-bottom:0.125rem;
  margin-top: 1.25rem;
  max-width:100%;
  min-width:15em;
  padding: .5rem .75rem .375rem;
  position: relative;
  letter-spacing:0.8px;
  transition: all 0.3s ease-out;
  width: auto;
}
.switchBox-selection ._cart>.btn{
  background-color: #fe831c;
  border: 1px solid #fe831c;
  border-radius: 0.3125rem;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.24), 0px 1px 2px rgba(0, 0, 0, 0.08);
  color:#ffffff;
  font-size: 0.75rem;
  max-width:100%;
  min-width: 10em;
  padding: .5rem .75rem .375rem;
  position: relative;
  transition: all 0.3s ease-out;
  width: auto;
}
@media (min-width: 360px) {
  .switchBox-selection ._print>.btn{
    font-size: 1.125rem;
  }
  .switchBox-selection ._cart>.btn{
    font-size: 0.88889rem;
  }
}
@media (min-width: 520px) {
  .switchBox-selection ._print>.btn{
    margin-top:0;
    margin-bottom:0.79rem;
  }
}
@media (min-width: 768px) {
  .switchBox-selection ._print>.btn{
    margin-left: 0;
    margin-bottom: auto;
    width: 16rem
  }
  .switchBox-selection ._cart>.btn{
     margin-left: 1rem;
     margin-right: 0;
  }
}
.switchBox-selection ._cart>.btn:disabled,
.switchBox-selection ._print>.btn:disabled{
  background-color: rgba(247, 247, 249, 1);
  background-position: 1% 50%;
  cursor: not-allowed !important;
}
.switchBox-selection ._cart>.btn:not([disabled]):hover,
.switchBox-selection ._print>.btn:not([disabled]):hover{
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.24), 0 2px 4px -1px rgba(0, 0, 0, 0.12); 
  color:#fff;
  cursor: pointer;
}
.switchBox-selection ._cart>.btn:not([disabled]):hover,
.switchBox-selection ._cart>.btn:not([disabled]):active{
  background-color: #fd5309;
}
.switchBox-selection ._print>.btn:not([disabled]):hover,
.switchBox-selection ._print>.btn:not([disabled]):active{
  background-color: #000045;
}
.switchBox-selection ._cart>.btn:not([disabled]):active,
.switchBox-selection ._print>.btn:not([disabled]):active{
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 1px 2px rgba(0, 0, 0, 0.12);
  color:#fff;
}



/* 
 * 戻る進むのボタン
 */
.switchBox-selection ._button{
  margin: 0.625rem;
}
.switchBox-selection ._button>.btn{
  border-radius: 0.3125rem;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.24), 0px 1px 2px rgba(0, 0, 0, 0.08);
  font-size: 0.75rem;
  max-width:100%;
  min-width:15em;
  min-height: 2.8em;
  padding: .5rem .75rem .375rem;
  position: relative;
  transition: all 0.2s;
  width: auto;
}
.switchBox-selection ._button>.btn._prev{
  background-color: #fff;
  border: 1px solid #000045;
  color: #000045;
}
.switchBox-selection ._button>.btn._next{
  background-color: #000045;
  color: #fff;
}
@media (min-width: 360px) {
  .switchBox-selection ._button>.btn{
    font-size: 0.88889rem;
  }
}
@media (min-width: 768px) {
  .switchBox-selection ._button>.btn{
    width: 16rem
  }
}
.switchBox-selection ._button>.btn:disabled{
  opacity: 0.2;
  cursor: not-allowed !important;
}
.switchBox-selection ._button>.btn:not([disabled]):hover{
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.24), 0 2px 4px -1px rgba(0, 0, 0, 0.12); 
  opacity: 0.6;
  cursor: pointer;
}
.switchBox-selection ._button>.btn:not([disabled]):focus-visible{
  outline: 1px solid rgba(255, 255, 255, 0.6);
  outline-offset: 0;
  box-shadow: 0 0 0 3px rgba(0, 160, 202, 0.6)
}
.switchBox-selection ._button>.btn:not([disabled]):active{
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 1px 2px rgba(0, 0, 0, 0.12);
}

/* 
 * タブ切り替え
 */
.switchBox-selection ._tab-wrap {
}
.switchBox-selection .nav-item {
  width:100%;
}
.switchBox-selection .nav.nav-tabs{
  padding-left:0;
}
.switchBox-selection img {
  max-width:100%
}
.switchBox-selection .nav-link {
  background: linear-gradient(270deg, rgba(9, 10, 20, 1), rgba(0, 20, 95, 1), rgba(199, 208, 227, 1), rgba(186, 196, 220, 1));
  background-size: 300% 300%;
  background-position: 1% 50%;
  border-left: 1px solid #fff;
  color: #090a14;
  font-size: 0.625rem;
  display: block;
  margin-bottom: 0;
  padding: 0.5rem 0.3125rem;
  position: relative;
  order:-1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}
@media (min-width: 360px) {
  .switchBox-selection .nav-link {font-size: 0.88889rem;}
}
@media (min-width: 520px) {
  .switchBox-selection .nav-link {font-size: 1rem;}
}
.switchBox-selection .nav-link.active {
  background-image: linear-gradient(270deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1), rgba(199, 208, 227, 1), rgba(199, 208, 227, 1));
  background-size: 300% 300%;
  background-position: 99% 50%;
  border-bottom: 1px solid #fff;
  color: #090a14;
}
.switchBox-selection .nav-link.active:after {
  background-image: linear-gradient(to right, #00338E, #090a14);
  content: "";
  height: 3px;
  left: -1px;
  position: absolute;
  top: -1px;
  transition: width .2s;
  width: calc(100% + 2px);
}
.switchBox-selection *:not(.nav-link.active):hover,
.switchBox-selection *:not(.nav-link.active):focus {
  background-position: 99% 50%;
}
.switchBox-selection .nav-link:not(.active):hover,
.switchBox-selection .nav-link:not(.active):focus{
  background-color: #fff;
  color:#fff;
}
.switchBox-selection .nav-link:focus-visible,
.switchBox-selection .tab-content:focus-visible{
  box-shadow: 0 0 0 2px rgba(0,113,197,0.5);
  outline:none;
}

.switchBox-selection .tab-content {
  border-bottom: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
  border-left: 1px solid #dee2e6;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  list-style: none;
  overflow-y: auto;
  max-height: 50vh;
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
  padding-bottom:1rem;
  padding-top: 0.625rem;
}

@media (min-width: 360px) {
  .switchBox-selection .tab-content{
    max-height: calc(60vh - 6.25rem);
  }
}
@media (min-width: 768px) {
  .switchBox-selection .tab-content{
    max-height: calc(100vh - 7.9rem);
  }
}
@media (min-width: 1060px) {
  .switchBox-selection .tab-content{
    max-height: calc(100vh - 7.2rem);
  }
}
@media screen and (min-width: 360px) and (max-width: 767.98px) and (orientation:landscape) {
  .switchBox-selection .tab-content{
    max-height: calc(100vh - 6.25rem);
  }
}
@media (hover: none) and (min-width: 768px) and (orientation:portrait) {
  .switchBox-selection .tab-content{
    max-height: calc(90vh - 6rem);
  }
}
@media (hover: none) and (min-width: 768px) and (orientation:landscape) {
  .switchBox-selection .tab-content{
    max-height: calc(100vh - 6.25rem);
  }
}
@media (hover: none) and (min-width: 960px) and (orientation:landscape) {
  .switchBox-selection .tab-content{
    max-height: calc(78vh - 6.25rem);
  }
}

.switchBox-selection .tab-content ._select-items{
  display:flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.switchBox-selection ._tab-item{
  padding:0;
  margin:0;
  width:100%;
}
@media (min-width: 768px) {
  .switchBox-selection ._tab-item{
    padding:0 0.5rem;
  }
}
.switchBox-selection ._tab-item+._tab-item{margin: 1rem 0 0}
.switchBox-selection ._tab-item>._title{
  background: linear-gradient(270deg, rgba(204, 214, 232, 1), rgba(247, 247, 249, 1), rgba(204, 214, 232, 1));
  background-size: 100% 100%;
  background-position: 0 0;
  font-size: 0.625rem;
  padding:0.3125rem;
  margin-bottom:0.3125rem;
}
@media (min-width: 360px) {
  .switchBox-selection ._tab-item>._title{font-size: 0.88889rem;}
}
@media (min-width: 520px) {
  .switchBox-selection ._tab-item>._title{font-size: 1rem;}
}


.switchBox-selection ._tab-item>._select-items>._btn+._btn:nth-child(n+3){
  margin-top:1.25rem;
}
.switchBox-selection ._tab-item>._select-items>._btn:nth-of-type(odd){
  margin-right: 0.625rem;
  margin-left: 0;
}
.switchBox-selection ._tab-item>._select-items>._btn:nth-of-type(even){
  margin-right: 0;
  margin-left: 0.625rem;
}
@media (min-width: 520px) {
  .switchBox-selection ._tab-item>._select-items>._btn,
  .switchBox-selection ._tab-item>._select-items>._btn+._btn:nth-child(n+3){
    margin-top:0.3125rem;
  }
  .switchBox-selection ._tab-item>._select-items>._btn+._btn:nth-child(n+5){
    margin-top:0.3125rem;
  }
  .switchBox-selection ._tab-item>._select-items>._btn:nth-of-type(odd),
  .switchBox-selection ._tab-item>._select-items>._btn:nth-of-type(even){
    margin-left: 0.3125rem;
    margin-right: 0.3125rem;
  }
}
.switchBox-selection ._tab-item>._select-items>* {
  font-size: 0.88889rem;
  width: 100%;
}
.switchBox-selection ._tab-item>._select-items>._btn ._text::first-line{
  font-size: 105%;
  font-weight:bold;
}
@media (min-width: 360px) {
  .switchBox-selection ._tab-item>._select-items>._btn{
    font-size: 0.88889rem;
    max-width: calc(50% - 0.625rem);
  }
}
@media (min-width: 768px) {
  .switchBox-selection ._tab-item>._select-items>._btn{
    font-size: 0.79012rem;
    max-width: calc(33.33% - 0.625rem);
  }
}
@media (min-width: 1060px) {
  .switchBox-selection ._tab-item>._select-items>._btn{
    font-size: 0.70012rem;
  }
}
@media (min-width: 1280px) {
  .switchBox-selection ._tab-item>._select-items>._btn{
    font-size: 0.7215rem;
    font-size: 0.70012rem;
    max-width: calc(25% - 0.625rem);
  }
}

.switchBox-selection ._tab-item>._select-items ._btn-label {
  display: inline-block;
  padding:0.625rem;
  width:100%
}



/* 
 * Modal
 */
.modal-dialog.switchBox-popupModal {
  /* 
  モーダルを中央表示にする場合はコメントアウトを削除する
  height: 100%;
  display:flex;
  */
  margin: 3rem auto 0;
  max-width: calc(100% - 20px);
}
@media (min-width: 576px) {
    .modal-dialog.switchBox-popupModal {
        max-width: 100%;
        margin: 1.5rem auto 
    }
}

.modal-dialog.switchBox-popupModal .modal-content {
  margin: auto;
  max-width: calc(500px + 2rem);
}
.modal-dialog.switchBox-popupModal .modal-header{
  padding: 0.625rem;
}
.modal-dialog.switchBox-popupModal .modal-header>.modal-title{
  font-size: 1rem;
  font-weight: bold;
  margin:0;
}
.modal-dialog.switchBox-popupModal .modal-body{
  padding: 0.625rem;
  text-align:center;
}
@media (min-width: 520px) {
  .modal-dialog.switchBox-popupModal .modal-body,
  .modal-dialog.switchBox-popupModal .modal-header {
    padding: 1rem;
  }
}



/*
 * 向きの選択
 */
#switchBox-select-B ._container>._select{ width:100%}
#switchBox-select-B ._select-items>._btn{ margin-bottom:0}
#switchBox-select-B ._select-items>._btn>._btn-label{
  border-radius: 0.3125rem;
  display: inline-block;
  height: auto;
  margin-bottom: 0.625rem;
}
#switchBox-select-B ._select-items>._btn>._btn-input:not([disabled])+._btn-label:hover::after,
#switchBox-select-B ._select-items>._btn:focus-within>._btn-input:not([disabled])+._btn-label::after {
  content: "";
  border: 1px solid #d3d3d3;
  border-radius: 0.3125rem;
  display: inline-block;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  position: absolute;
  top: 1px;
  left: 1px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#switchBox-select-B ._select-items{
  display: flex;
  flex-direction: column;
}
#switchBox-select-B ._select-items>._text:nth-of-type(1) {
  font-size: 1.125rem;
  line-height: 2;
  margin-left:0;
}
#switchBox-select-B ._select-items>._text:nth-of-type(1)>.text-line{
  background-image: linear-gradient(to right, #00338E, #090a14);
  background-size: 100% 1px;
  background-position: bottom;
  background-repeat: no-repeat;
  padding-bottom: 0.1rem;
  color: #000045;
}
#switchBox-select-B ._select-items>._btn:nth-of-type(1)>._btn-label>img,
#switchBox-select-B ._select-items>._btn:nth-of-type(4)>._btn-label>img{
  aspect-ratio: 24/71;
  width: 3rem;
}  
#switchBox-select-B ._select-items>._btn:nth-of-type(2)>._btn-label>img{
  aspect-ratio: 71/24;
  height: 3rem;
}
#switchBox-select-B ._select-items>._btn:nth-of-type(3)>._btn-label>img{
  aspect-ratio: 71/24;
  height: 3rem;
}
#switchBox-select-B ._select-items>._btn>._btn-label{
  display:inline-flex;
  min-height: 8em
}
@media (min-width: 360px) {
  #switchBox-select-B ._select-items {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(5, 1fr);
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.25rem;
  }
  #switchBox-select-B ._select-items>._text:nth-of-type(1) {
    grid-area: 1 / 1 / 2 / 6;
    margin: 0;
  }
  #switchBox-select-B ._select-items>._btn>._btn-label{
    margin: auto;
    min-height: 1px;
  }
  #switchBox-select-B ._select-items>label:nth-of-type(1) {
    grid-area: 2 / 3 / 4 / 4;
    margin-top: auto;
  }
  #switchBox-select-B ._select-items>label:nth-of-type(2) {
    grid-area: 3 / 1 / 5 / 3;
    height:100%;
    display:inline-flex;
    flex-direction: column;
  }
  #switchBox-select-B ._select-items>label:nth-of-type(3) {
    grid-area: 3 / 4 / 5 / 6;
    height:100%;
    display:inline-flex;
    flex-direction: column;
  }
  #switchBox-select-B ._select-items>label:nth-of-type(4) {
    grid-area: 4 / 3 / 6 / 4;
  }
  #switchBox-select-B ._select-items>._btn>._btn-label>._text{
    font-size: 0.88889rem;
  }
  #switchBox-select-B ._select-items>._btn:nth-of-type(1)>._btn-label>._text{
    margin: auto;
    padding:0 0.3125rem 0.3125rem;
    width:5.5em;
  }
  #switchBox-select-B ._select-items>._btn:nth-of-type(2)>._btn-label>._text,
  #switchBox-select-B ._select-items>._btn:nth-of-type(3)>._btn-label>._text{
    padding:0.3125rem 0 0;
  }
  #switchBox-select-B ._select-items>._btn:nth-of-type(4)>._btn-label>._text{
    margin: auto;
    padding:0.3125rem 0.3125rem 0;
    width:5.5em;
  }
}
@media (min-width: 520px) {
  #switchBox-select-B ._container>._select {
    padding-left:0;
    padding-right:0;
  }
  #switchBox-select-B ._select-items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-column-gap: 1.2135rem;
    grid-row-gap: 1.2135rem;
  }
  #switchBox-select-B ._select-items>._text:nth-of-type(1) {
    grid-area: 1 / 1 / 3 / 3;
    font-size: 1.265625rem;
    line-height: 2.5;
  }
  #switchBox-select-B ._select-items>._text:nth-of-type(1)>.text-line{
    font-size: 1.265625rem;
  }
  #switchBox-select-B ._select-items>label:nth-of-type(1) { grid-area: 1 / 3 / 4 / 4; padding-top:2rem;}
  #switchBox-select-B ._select-items>label:nth-of-type(2) { grid-area: 3 / 1 / 5 / 3;}
  #switchBox-select-B ._select-items>label:nth-of-type(3) { grid-area: 3 / 4 / 5 / 6;}
  #switchBox-select-B ._select-items>label:nth-of-type(4) { grid-area: 4 / 3 / 7 / 4; padding-bottom:2rem;}
  #switchBox-select-B ._select-items>._btn:nth-of-type(1)>._btn-label{
    padding:0.75rem 1.5rem 1.5rem;
  }
  #switchBox-select-B ._select-items>._btn:nth-of-type(2)>._btn-label{
    padding:1.5rem 1.5rem 0.75rem;
    margin:auto;
  }
  #switchBox-select-B ._select-items>._btn:nth-of-type(3)>._btn-label{
    padding:1.5rem 1.5rem 0.75rem;
    margin:auto;
  }
  #switchBox-select-B ._select-items>._btn:nth-of-type(4)>._btn-label{
    padding:1.5rem 1.5rem 0.75rem;
  }
  #switchBox-select-B ._select-items>._btn:nth-of-type(1)>._btn-label>img,
  #switchBox-select-B ._select-items>._btn:nth-of-type(4)>._btn-label>img{
    height:13.3125em;
    width:4.5em;
  }  
  #switchBox-select-B ._select-items>._btn:nth-of-type(2)>._btn-label>img,
  #switchBox-select-B ._select-items>._btn:nth-of-type(3)>._btn-label>img{
    height:4.5em;
    width:13.3125em;
  } 
  #switchBox-select-B ._select-items>._btn>._btn-label>._text{
    font-size: 1rem;
  } 
  #switchBox-select-B ._select-items>._btn:nth-of-type(1)>._btn-label>._text{
    padding:0 0 1rem;
  }
  #switchBox-select-B ._select-items>._btn:nth-of-type(2)>._btn-label>._text,
  #switchBox-select-B ._select-items>._btn:nth-of-type(3)>._btn-label>._text,
  #switchBox-select-B ._select-items>._btn:nth-of-type(4)>._btn-label>._text{
    padding:1rem 0 0;
  }
}
@media (min-width: 768px) {
  #switchBox-select-B ._select-items {
    grid-column-gap: 1.125em;
    grid-row-gap: 1.125em;
  }
  #switchBox-select-B ._select-items>._btn:nth-of-type(1)>._btn-label{
    padding:1rem 2rem 2rem;
  }
  #switchBox-select-B ._select-items>._btn:nth-of-type(2)>._btn-label,
  #switchBox-select-B ._select-items>._btn:nth-of-type(3)>._btn-label{
    padding:1.618rem 2rem 1rem;
  }
  #switchBox-select-B ._select-items>._btn:nth-of-type(4)>._btn-label{
    padding:1.618rem 2rem 1rem;
  }
  #switchBox-select-B ._select-items>._btn:nth-of-type(1)>._btn-label>._text{
    padding:0 0 1.125rem;
  }
  #switchBox-select-B ._select-items>._btn:nth-of-type(2)>._btn-label>._text,
  #switchBox-select-B ._select-items>._btn:nth-of-type(3)>._btn-label>._text,
  #switchBox-select-B ._select-items>._btn:nth-of-type(4)>._btn-label>._text{
    padding:1.125rem 0 0;
  }
  #switchBox-select-B ._select-items>._btn:nth-of-type(1)>._btn-label>img,
  #switchBox-select-B ._select-items>._btn:nth-of-type(4)>._btn-label>img{
    height:10.65em;
    width:3.6em;
  }  
  #switchBox-select-B ._select-items>._btn:nth-of-type(2)>._btn-label>img,
  #switchBox-select-B ._select-items>._btn:nth-of-type(3)>._btn-label>img{
    height:3.6em;
    width:10.65em;
  } 
}
@media (min-width: 1440px) {
  #switchBox-select-B ._select-items>._btn:nth-of-type(1)>._btn-label>img,
  #switchBox-select-B ._select-items>._btn:nth-of-type(4)>._btn-label>img{
    height:13.3125em;
    width:4.5em;
  }  
  #switchBox-select-B ._select-items>._btn:nth-of-type(2)>._btn-label>img,
  #switchBox-select-B ._select-items>._btn:nth-of-type(3)>._btn-label>img{
    height:4.5em;
    width:13.3125em;
  } 
}

/*
 * 表示灯の選択
 */
#switchBox-select-C ._container>._select{ width:100%}
#switchBox-select-C ._container>._select>._select-items{
  display: flex;
  flex-direction: column;
}
#switchBox-select-C ._select-items>._btn>._btn-label>._text{
  font-size:0.75rem
}
@media (min-width: 360px) {
  #switchBox-select-C ._select-items>._btn>._btn-label>._text{
    font-size: 0.88889rem;
  }
  #switchBox-select-C ._select-items>._btn{ margin-bottom:0;}
  #switchBox-select-C ._container>._select>._select-items{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 0.88889rem;
  }
  #switchBox-select-C ._select-items>._btn:nth-of-type(1) { grid-area: 1 / 1 / 2 / 2; }
  #switchBox-select-C ._select-items>._btn:nth-of-type(2) { grid-area: 1 / 2 / 2 / 3; }
}
@media (min-width: 768px) {
  #switchBox-select-C ._container>._select>._select-items{
    grid-column-gap: 2rem;
  }
}

#switchBox-select-C ._select-items>._btn>._btn-label{
  border-radius: 0.3125rem;
  padding:0.625rem 0.625rem 0.5rem;
  text-align:center;
}
@media (min-width: 768px) {
  #switchBox-select-C ._select-items>._btn>._btn-label{
    padding:1rem;
  }
}
#switchBox-select-C ._select-items>._btn>._btn-label>*{
  margin-left:0;
  text-align:left;
}
#switchBox-select-C ._select-items>._btn>._btn-input:not([disabled])+._btn-label:hover::after,
#switchBox-select-C ._select-items>._btn:focus-within>._btn-input:not([disabled])+._btn-label::after {
  content: "";
  border: 1px solid #d3d3d3;
  border-radius: 0.3125rem;
  display: inline-block;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  position: absolute;
  top: 1px;
  left: 1px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}


/*
 * ボディの選択
 */
#switchBox-select-D ._container>._select{ width:100%}
#switchBox-select-D ._container>._select>._select-items{
  display: flex;
  flex-direction: column;
}
#switchBox-select-D ._select-items>._btn>._btn-label>._text{
  font-size:0.625rem
}
@media (min-width: 360px) {
  #switchBox-select-D ._select-items>._btn{ margin-bottom:0;}
  #switchBox-select-D ._container>._select>._select-items{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 1rem;
  }
  #switchBox-select-D ._select-items>._btn:nth-of-type(1) { grid-area: 1 / 1 / 2 / 2; }
  #switchBox-select-D ._select-items>._btn:nth-of-type(2) { grid-area: 1 / 2 / 2 / 3; }
  #switchBox-select-D ._select-items>._btn:nth-of-type(3) { grid-area: 1 / 3 / 2 / 4; }
  #switchBox-select-D ._select-items>._btn>._btn-label>._text{
    font-size: 0.88889rem;
  }
}
@media (min-width: 520px) {
  #switchBox-select-D ._container>._select>._select-items{
    grid-column-gap: 1.5rem;
  }
  #switchBox-select-C ._select-items>._btn>._btn-label>._text{
    font-size:0.889rem
  }
}
@media (min-width: 768px) {
  #switchBox-select-D ._container>._select>._select-items{
    grid-column-gap: 2rem;
  }
}
#switchBox-select-D ._select-items>._btn>._btn-label{
  border-radius: 0.3125rem;
  padding:0.625rem 0.625rem 0.5rem;
  text-align:center;
}
@media (min-width: 768px) {
  #switchBox-select-D ._select-items>._btn>._btn-label{
    padding:1rem 1rem 0.88889rem;
  }
}
#switchBox-select-D ._select-items>._btn>._btn-input:not([disabled])+._btn-label:hover::after,
#switchBox-select-D ._select-items>._btn:focus-within>._btn-input:not([disabled])+._btn-label::after {
  content: "";
  border: 1px solid #d3d3d3;
  border-radius: 0.3125rem;
  display: inline-block;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  position: absolute;
  top: 1px;
  left: 1px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}


/* スイッチの選択 */
#switchBox-select-E1 ._select-items>._btn>._btn-label>._check>._text{text-align:left}
@media (min-width: 360px) and (orientation:portrait) {#switchBox-select-E1.switchBox-selection .tab-content{max-height: 34vh}}
@media (min-width: 768px) {#switchBox-select-E1.switchBox-selection .tab-content{max-height: 76vh}}


/* 刻印の選択 */
#switchBox-select-E2.switchBox-selection .tab-content{padding:0.625rem 1rem 1rem 1rem;}
#switchBox-select-E2.switchBox-selection .tab-content>.active{width:100%}
#switchBox-select-E2.switchBox-selection .tab-content ._select-items{column-count:2;column-width:50%;display:block;width:100%}
#switchBox-select-E2.switchBox-selection .tab-content ._select-items>._btn{display:block;}
#switchBox-select-E2.switchBox-selection ._radio-label{display:block;width:calc(100% - 0.625rem);}
@media (min-width: 360px) and (orientation:portrait)  {#switchBox-select-E2.switchBox-selection .tab-content{max-height: 34vh}}
@media (min-width: 768px) {#switchBox-select-E2.switchBox-selection .tab-content{max-height: 76vh}}


/* スイッチ①～②の選択 */
#switchBox-select-F1.switchBox-selection .nav-item{width:50%}
#switchBox-select-F1 ._select-items>._btn>._btn-label>._check>._text{text-align:left}


/* 刻印①～②の選択 */
#switchBox-select-F2.switchBox-selection .nav-item{width:50%}
#switchBox-select-F2.switchBox-selection .tab-content{padding:0.625rem 1rem 1rem 1rem;}
#switchBox-select-F2.switchBox-selection .tab-content>.active{width:100%}
#switchBox-select-F2.switchBox-selection .tab-content ._select-items{column-count:2;display:block;width:100%}
#switchBox-select-F2.switchBox-selection .tab-content ._select-items>._btn{display:block;}
#switchBox-select-F2.switchBox-selection ._radio-label{display:block;width:calc(100% - 0.625rem);}


/* スイッチ①～③の選択 */
#switchBox-select-G1.switchBox-selection .nav-item{width:33.33%}
#switchBox-select-G1 ._select-items>._btn>._btn-label>._check>._text{text-align:left}


/* 刻印①～③の選択 */
#switchBox-select-G2.switchBox-selection .nav-item{width:33.33%}
#switchBox-select-G2.switchBox-selection .tab-content{padding:0.625rem 1rem 1rem 1rem;}
#switchBox-select-G2.switchBox-selection .tab-content>.active{width:100%}
#switchBox-select-G2.switchBox-selection .tab-content ._select-items{column-count:2;display:block;width:100%}
#switchBox-select-G2.switchBox-selection .tab-content ._select-items>._btn{display:block;}
#switchBox-select-G2.switchBox-selection ._radio-label{display:block;width:calc(100% - 0.625rem);}

/*
 * ケーブル長の選択
 */
#switchBox-select-H.switchBox-selection ._container>._select{ width:100%}
#switchBox-select-H ._select-items>._btn{ width: 100%}
#switchBox-select-H ._select-items>._btn>._btn-label>._check>._text{
  font-size: 0.625rem;
  margin-bottom: auto;
  margin-top: auto;
  line-height:1;
}
#switchBox-select-H.switchBox-selection ._select-items>._btn>._btn-label>._check{
  margin-top:-0.5em;
  margin-left:-0.75em;
}
@media screen and (min-width: 360px) {
  #switchBox-select-H.switchBox-selection ._container>._select>._select-items{
    display:flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 0.625rem;
    margin-top: 1rem;
  }
  #switchBox-select-H ._select-items>._btn{ width: 30%}
  #switchBox-select-H ._select-items>._btn>._btn-label>._check>._text{
    font-size: 0.88889rem;
  }
}
@media screen and (min-width: 520px) {
  #switchBox-select-H ._select-items>._btn>._btn-label>._check>._text{
    font-size: 1rem;
  }
  #switchBox-select-H.switchBox-selection ._select-items>._btn>._btn-label>._check{
    margin-left:-0.5em;
  }
}
#switchBox-select-H ._select-items>._btn>._btn-label{
  border-radius: 0.3125rem;
  padding:1.3rem 1rem;
  text-align:center;
  width: 100%
}

/*
 * 取り付けオプションの選択
 */
#switchBox-select-J.switchBox-selection ._container>._select{
  width:100%;
}
#switchBox-select-J ._select-items>._btn>._btn-label>img{
  padding-bottom: 0.625rem;
}
#switchBox-select-J ._select-items>._btn>._btn-label{
  border-radius: 0.3125rem;
  display:flex;
  
  padding:0 0.625rem;
  text-align:center;
}
#switchBox-select-J ._select-items>._btn>._btn-label>img{
  max-width:2.25rem;
}
#switchBox-select-J ._select-items>._btn>._btn-label>._text{
  font-size: 0.625rem;
  margin-bottom: auto;
  margin-top: auto;
}
@media (min-width: 360px) {
  #switchBox-select-J ._select-items>._btn{
    margin-bottom:0;
  }
  #switchBox-select-J.switchBox-selection ._container>._select>._select-items{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 0.88889rem;
    grid-row-gap: 1rem;
  }
  #switchBox-select-J ._select-items>._btn:nth-of-type(1) { grid-area: 1 / 1 / 2 / 2; }
  #switchBox-select-J ._select-items>._btn:nth-of-type(2) { grid-area: 1 / 2 / 2 / 3; }
  #switchBox-select-J ._select-items>._btn:nth-of-type(3) { grid-area: 2 / 1 / 3 / 2; }
  #switchBox-select-J ._select-items>._btn:nth-of-type(4) { grid-area: 2 / 2 / 3 / 3; }
  #switchBox-select-J ._select-items>._btn:nth-of-type(5) { grid-area: 3 / 1 / 4 / 2; }
  #switchBox-select-J ._select-items>._btn:nth-of-type(6) { grid-area: 3 / 2 / 4 / 3; }
  #switchBox-select-J ._select-items>._btn>._btn-label>._text{
    font-size: 1rem;
  }
}
@media (min-width: 520px) {
  #switchBox-select-J.switchBox-selection ._container>._select>._select-items{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 1.125rem;
    grid-row-gap: 1.5rem;
  }
  #switchBox-select-J ._select-items>._btn:nth-of-type(1) { grid-area: 1 / 1 / 2 / 2; }
  #switchBox-select-J ._select-items>._btn:nth-of-type(2) { grid-area: 1 / 2 / 2 / 3; }
  #switchBox-select-J ._select-items>._btn:nth-of-type(3) { grid-area: 1 / 3 / 2 / 4; }
  #switchBox-select-J ._select-items>._btn:nth-of-type(4) { grid-area: 2 / 1 / 3 / 2; }
  #switchBox-select-J ._select-items>._btn:nth-of-type(5) { grid-area: 2 / 2 / 3 / 3; }
  #switchBox-select-J ._select-items>._btn:nth-of-type(6) { grid-area: 2 / 3 / 3 / 4; }
  #switchBox-select-J ._select-items>._btn>._btn-label{padding:0.3125rem 0.625rem;}
  #switchBox-select-J ._select-items>._btn>._btn-label>img{max-width:2.5rem;}
}
@media (min-width: 768px) {
  #switchBox-select-J ._select-items>._btn>._btn-label{padding:0.3125rem 0.625rem;}
  #switchBox-select-J ._select-items>._btn>._btn-label>img{max-width:3rem;}
}
@media (min-width: 1060px) {
  #switchBox-select-J ._select-items>._btn>._btn-label>._text{
    font-size: 0.88889rem
  }
  #switchBox-select-J ._select-items>._btn>._btn-label>img{max-width:2.5rem;}
}
@media screen and (min-width: 1440px) {
  #switchBox-select-J ._select-items>._btn>._btn-label>img{max-width:3.5rem;}
}


@media print {
  *,*::before,*::after {
      text-shadow: none !important;
      box-shadow: none !important;
  }
  @page {
      size: A4;
      margin: 0mm;
  }
  pre {
      white-space: pre-wrap !important
  }
  pre,blockquote {
      border: 1px solid #adb5bd;
      page-break-inside: avoid
  }
  thead {
      display: table-header-group
  }
  tr,img, {
      page-break-inside: avoid
  }
  p,h2,h3 {
      orphans: 3;
      widows: 3
  }
  h2,h3,labelbutton,a,._select-items {
      page-break-after: avoid
  }
  html{
      font-size: 12pt
  }
  body {
      font-size: 1em;
      min-width: 992px !important;
      max-width: 100% !important;
      margin: auto;
      text-align: center;
      width: 100% !important;
  }
  body>#ja-JP{
      max-width: 100% !important;
      margin: 8mm auto;
      width: calc(100% - 20mm) !important;
  }
  .switchBox-header {
      max-height: 22rem;
      text-align: center;
  }
  .switchBox-header ._container{
      margin: auto;
      max-height: 22rem;
      max-width: 100% !important;
      text-align: left;
      width: 100% !important;
  }
  .switchBox-header ._container>._nbkLogo>* {
      width: 16rem;
  }
  .switchBox-header ._container>._title>._image{
      width: 17.825rem;
  }
  #switchBox{
      min-height: auto;
      padding: 1em 0;
  }
  #switchBox-select-B.switchBox-selection{
      text-align: center;
  }
  #switchBox-select-B ._select-items {
      max-width: 100% !important;
      width: auto;
  }
  #switchBox-select-B ._select-items>._text{
    font-size: 1rem;
    width: 100%
  }
  #switchBox-select-B ._select-items>._btn:nth-of-type(1),
  #switchBox-select-B ._select-items>._btn:nth-of-type(4){
    padding:1rem 0;
  }
  #switchBox-select-B ._select-items>._btn:nth-of-type(2),
  #switchBox-select-B ._select-items>._btn:nth-of-type(3){
    width: 100%
  }
  #switchBox-select-B ._select-items>._btn:nth-of-type(1)>._btn-label>img,
  #switchBox-select-B ._select-items>._btn:nth-of-type(4)>._btn-label>img{
    height:10.65em;
    width:auto;
  }
  #switchBox-select-B ._select-items>._btn:nth-of-type(2)>._btn-label>img,
  #switchBox-select-B ._select-items>._btn:nth-of-type(3)>._btn-label>img{
    height:auto;
    width:10.65em;
  }
  #switchBox-select-E1.switchBox-selection ._container,
  #switchBox-select-E2.switchBox-selection ._container,
  #switchBox-select-F1.switchBox-selection ._container,
  #switchBox-select-F2.switchBox-selection ._container,
  #switchBox-select-G1.switchBox-selection ._container,
  #switchBox-select-G2.switchBox-selection ._container,
  #switchBox-select-H.switchBox-selection ._container>._select-items{
    display: flex;
    max-width: 100%;
    width: 100%;
  }
  #switchBox-select-H ._select-items>._btn{
    margin-left: 10px;
    width: calc(33.33% - 20px);
  }
  .switchBox-selection .tab-content{
    height: 100vh;
    max-height: 210mm !important;
    page-break-after: avoid
  }
  .switchBox-selection ._tab-item>._select-items>._btn{
    font-size: 0.70012rem;
    max-width: calc(25% - 0.625rem);
  }
  .switchBox-selection ._container>._preview {
    margin-right:0.625rem;
    width: 33%;
  }
  .switchBox-selection ._container>._select {
    width: calc(100% - 33% - 0.625rem);
  }
}