/* PC（TOPのみ） */

.bg-white {
    background: white;
}
.page-ttl {
    width: 75%;
    margin: 0 auto;
    text-align: center;
}
.title {
    text-align: left;
    font-size: 27px;
    margin-top: 50px;
    color: gray;
    margin: 0 auto;
    font-family: "Noto Sans JP" !important;
}
.box-download {
    height: auto;
    border: 5px solid #F8F6F6;
    margin-bottom: 30px;
    margin: 0 auto;
    text-align: center;
    background-color: #F8F6F6;
    padding-bottom: 50px;
}
.box-region {
    width: 300px;
    height: 100px;
    display: inline-block;
    margin-top: 25px;
    margin-bottom: 0px;
}
.input-format {
    width: 100% !important;
    padding: 10px;
    border-radius: 5px;
    font-size: 16px;
}
.input-format:focus {
    outline: none !important;
    border: solid 1px #D9D9D9 !important;
}
.box-product {
    padding: 0 30px;
    margin-top: 20px;
    text-align: left;
}
.box-seach-product {
    width: 40%;
    margin-bottom: 15px;
}
.box-category {
    text-align: left;
    width: 100%;
    padding: 0 30px;
    margin-top: 20px;
}
.box-list-category ol {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    background-color: #E8E8E8;
    padding: 10px;
}
.box-list-category ol li {
    width: calc((100% - 110px) / 3);
    position: relative;
}
.box-list-category ol li:nth-child(n+2)::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 20px;
    background-color: #d9d9d9;
    left: -30px;
}
.box-list-category ol li:nth-child(n+2)::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 20px;
    background-color: #d9d9d9;
    left: -30px;
}
.box-list-category ol li::before {
    top: 55%;
    transform: skewX(-40deg);
}
.box-list-category ol li::after {
    bottom: 45%;
    transform: skewX(40deg);
}
.box-list-category ol li select {
    width: 100%;
    border-color: #ccc;
    height: 202px !important;
}
.btn-submit-select {
    background-color: #716F63;
    text-align: center;
    width: 100px;
    height: 45px;
    color: white;
    border-radius: 4px;
    border: none;
}
.search-container {
    margin-left: 10px;
    display: grid;
    grid-template-columns: 80% 20%;
}
.box-img-search {
    text-align: right;
    display: flex;
    justify-content: end;
    text-align: right;
    align-items: center;
}
#search-input {
    border: none;
    width: 90%;
    border: 1px solid var(--color--gray-60);
    padding-right: 42px;
}
.form {
    vertical-align: middle;
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: #fff;
}
.form input[name="image"] {
    width: 20px;
    margin: 10px;
}
.box-lang-index {
    margin-bottom: 35px;
    padding: 0 30px;
}
.box-lang-index {
    margin-top: 20px;
    text-align: left;
}
.box-support-jp {
    margin-top: 30px;
    text-align: left;
}
.link-change-lang {
    text-decoration: underline;
    color: gray;
}
.link-change-lang:hover {
    color: #000000;
}

.box-support-jp .list-suport-index li {
	margin-top: 5px;
	padding-left: 20px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.box-support-jp .list-suport-index .link-redriect::before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-bottom: 2px solid #666;
    border-right: 2px solid #666;
    left: 0;
    top: 8px;
    transform: rotate(-45deg);
}
.box-btn {
    margin-top: 35px;
}

/* Select OS */

.box-download-option {
    border: 5px solid #F8F6F6;
    margin: 0 auto;
}
.box-select-option {
    width: 100%;
    background-color: #F8F6F6;
    display: grid;
    justify-content: center;
    grid-template-columns: 42% 42% 16%;
    padding: 10px 10px 10px 30px;
}
.box-language-region {
    text-align: left;
    margin-left: 10px;
}
.chose-option {
    display: flex;
    text-align: left;
    flex-direction: column;
    gap: 20px;
}
.action-area{
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
.button-change{
    background-color: #E7E6E6;
    text-align: center;
    width: 100px;
    height: 45px;
    color: rgb(43, 53, 59) !important;
    justify-content: center;
    align-items: center;
    display: flex;
    cursor: pointer;
    border-radius: 10px;
    border: 2px solid #AFABAB;
    text-decoration: none !important;
}
.box-driver {
    width: 90%;
    margin: 0 auto;
    text-align: left;
    margin-top: 30px;
    margin-bottom: 30px;
}

.box-driver-list {
    margin: 0 auto;
    text-align: left;
    margin-top: 30px;
    margin-bottom: 30px;
    min-height: 300px;
}

.input-format-os {
    width: auto;
    padding: 10px;
    border-radius: 5px;
    font-size: 16px;
}
.input-format-os:focus {
    outline: none !important;
    border: solid 1px #D9D9D9 !important;
}

.box-support-jp {
    margin: 0 auto;
    text-align: left;
}

.list-suport-index {
    margin-top: 10px;
}

.list-suport-index li span a {
    text-decoration: underline;
    color: black;
}

.list-suport-index li span a:hover {
    text-decoration: underline;
}

.list-suport-index li span:first-child {
    width: calc(100% - 12em);
}

.list-suport-index li {
    margin-top: 5px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.box-tips {
    border: 1px solid black;
    padding: 10px;
    margin-top: 5px;
}

.box-tips a {
    text-decoration: underline;
}

.box-tips a:hover {
    color: #000;
}

.driver-list-item {
    width: calc(100% - 2em);
}

.list-os {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 25px;
    height: 295px;
}

.disabled-button {
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.5;
}

.display-none {
    display: none;
}

.text-option-select-os{
    cursor: pointer;
}

.change-os {
    display: flex;
    align-items: baseline;
    gap: 5px;
}

.icon-img {
    width: 15px !important;
    height: 13px !important;
    opacity: 0.6;
}

.select-os {
    width: 100%;
    border: 2px solid #ccc;
    border-radius: 5px;
    padding: 0px 2px 1px;
    height: 295px;
    overflow-y: auto;
    line-height: 1.5 !important;
}

.select-os a {
    display: inline-block;
    width: 100%;
}

.select-os a:hover {
    text-decoration: none;
    color: #000;
}

.select-os a:active {
    text-decoration: none;
    color: #ffffff;
    background-color: #16548f;
}

.arw-list {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    margin-left: 70px;
}

.arw-item {
    display: flex;
    align-items: baseline;
    gap: 5px;
}

.note-jp {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 30px;
    margin-left: 70px;
}

.action-back {
    display: flex;
    align-items: center;
    gap: 5px;
}

.top-action-area {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 5px;
}

.button-go-to-download{
    background-color: #EBEEF0;
    border: 1px solid #C3C2BB;
    height: 30px;
    padding: 0 10px;
    border-radius: 4px;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    cursor: pointer;
    border-radius: 5px;
    text-decoration: none !important;
    gap: 3px;
}

.button-go-to-download:hover{
    background-color: #FFFFFF;
}

.button-go-to-download img {
    width: 17px !important;
    height: 17px !important;
}

.text-decoration-underline {
    text-decoration: underline !important;
    color: #000000 !important;
}

.btn-submit-driver {
    display: flex;
    background-color: #716F63;
    height: 50px;
    color: white !important;
    border-radius: 4px;
    border: none;
    padding: 0 30px;
    align-items: center;
    gap: 5px;
    text-decoration: none !important;
}

.btn-submit-driver:hover{
    background-color: #898779;
}

.button-download {
    display: flex;
    justify-content: center;
}

.license-body {
    margin-bottom: 50px;
}

.btn-submit-driver img {
    width: 17px !important;
    height: 17px !important;
    opacity: 1;
}

.table-column-product {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#button_back_js {
    cursor: pointer;
}

.color-gray {
    color: gray;
}

.loading-select {
    position: relative;
}

.loading-select:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 50%;
    margin-top: -2px;
    border: 2px solid #ccc;
    border-top: 2px solid #333;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.combo-select-dropdown li {
    position: relative;
    font-size: 16px;
}

.combo-select-dropdown ul {
    list-style: none;
    padding: 0;
}

.combo-select-dropdown li li:hover {
    background-color: #ccc;
}

.select-list-group {
    position: relative;
}

.select-list-group,
.select-list-group * {
    width: 100%;
}

.select-list-group-search {
    padding-right: 40px;
}

.select-list-group .select-list-group-search+.select-list-group__toggle:after {
    content: "v";
    font-family: sans-serif;
    position: absolute;
    top: .6rem;
    right: .7rem;
    width: 2rem;
    padding: 0.6rem;
    text-align: center;
}

.select-list-group .select-list-group-search:focus+.select-list-group__toggle:after {
    content: "^";
    border: 1px solid #ccc;
}

.select-list-group [data-toggle="false"] {
    display: none;
}

.select-list-group [data-toggle="true"] {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 10;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    list-style: none;
    margin: 0;
    padding: 0;
    height: 200px;
    overflow: auto;
    font-size: 16px;
    width: 90%;
}

.select-list-group li[data-display="false"] {
    display: none;
}

.select-list-group li[data-display="true"] {
    display: inherit;
    cursor: pointer;
}

.select-list-group li[data-highlight="false"] {
    border-left: 0;
}

.select-list-group li[data-highlight="true"] {
    background-color: #ccc;
}

#productSearch {
    position: absolute;
    margin-left: -35px;
    margin-top: 13px;
    width: 23px !important;
}