﻿@charset "utf-8";

html,
body {
    height: 100%;
    margin: 0;
}

body {
    background-color: #000;
}

#wx-contents-wrapper {
    min-height: 100%;
    background-color: #000;
    padding-bottom: 160px;
    box-sizing: border-box;
}

#wx-main-container {}

#wx-foot-container {
    height: 160px;
    margin-top: -160px;
}

#wx-contents-wrapper img {
    display: block;
    width: 100%;
    height: auto;
    line-height: 1px;
    margin: 0;
    border: none;
    outline: none;
}

#wx-header,
#wx-main>section,
#wx-footer {
    width: 92%;
    max-width: 1200px;
    margin: 0 auto;
}

.mincho {
    font-family: "Times New Roman", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

/*------------------------------------------------------
 Header
------------------------------------------------------*/
#wx-head-container {
    color: #fff;
    text-align: center;
    background-color: #000;
    position: relative;
}

#wx-header {
    width: 100%;
    text-align: left;
    line-height: 1px;
}

#wx-header:after {
    content: "";
    display: table;
    clear: both;
}

#wx-header-nikon {
    display: inline-block;
    /*width: 5.6666%;*/
    width: 68px;
    height: auto;
    margin: 20px;
    padding: 0;
}

#wx-header-logo {
    display: block;
    width: 14%;
    max-width: 167px;
    margin: 0;
    padding: 0 20px 0 0;
    float: right;
}

#wx-header-logo:before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 100px;
    margin: 0 -1px 0 0;
    vertical-align: middle;
}

#wx-header-logo a {
    display: inline-block;
    width: 98.5%;
    height: auto;
    vertical-align: middle;
}

#sp-menu-btn {
    display: none;
    width: 40px;
    height: 40px;
    float: right;
    position: relative;
    border: 1px solid #ccc;
    box-sizing: border-box;
    cursor: pointer;
}

#sp-menu-btn span {
    position: absolute;
    left: 50%;
    width: 70%;
    height: 4px;
    background-color: #fff;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all 0.4s;
}

#sp-menu-btn span:nth-of-type(1) {
    top: 25%;
}

#sp-menu-btn span:nth-of-type(2) {
    top: 50%;
}

#sp-menu-btn span:nth-of-type(3) {
    bottom: 25%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, 50%);
}

#sp-menu-btn.active span:nth-of-type(1) {
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-2px) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-2px) rotate(45deg);
    transform: translateX(-50%) translateY(-2px) rotate(45deg);
}

#sp-menu-btn.active span:nth-of-type(2) {
    opacity: 0;
}

#sp-menu-btn.active span:nth-of-type(3) {
    bottom: 50%;
    -webkit-transform: translateX(-50%) translateY(2px) rotate(-45deg);
    -ms-transform: translateX(-50%) translateY(2px) rotate(-45deg);
    transform: translateX(-50%) translateY(2px) rotate(-45deg);
}

#wx-gmenu-nav {
    display: block;
    clear: both;
}

#wx-gmenu {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 1px;
    line-height: 1px;
    letter-spacing: -0.4em;
    text-align: center;
}

#wx-gmenu a,
#wx-gmenu span {
    display: block;
    width: 100%;
    padding: 0 0 0.5em;
    font-size: 2.8rem;
    font-weight: 500;
    text-align: center;
    letter-spacing: normal;
    line-height: 1;
    color: #fff;
    text-decoration: none;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    cursor: pointer;
}

#wx-gmenu>li {
    display: inline-block;
    width: 150px;
    vertical-align: top;
    margin: 0;
    padding: 0;
}

#wx-gmenu>li:first-child {
    margin-left: 20px;
}

#wx-gmenu>li.wx-interview {
    width: 250px;
}

#wx-gmenu>li.wx-interview2 {
    width: 200px;
}

#wx-gmenu>li.wx-hoshizora {
    width: 230px;
}

#wx-gmenu>li.wx-column {
    width: 130px;
}

#wx-gmenu>li>a,
#wx-gmenu>li>span {
    display: block;
    width: 100%;
    border-bottom-color: #000;
}

#wx-gmenu>li.wx-sub-menu {
    overflow: hidden;
}

#wx-gmenu ul.wx-submenu-list {
    display: none;
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 100%;
    background-color: #252525;
    z-index: 100;
}

#wx-gmenu ul.wx-submenu-list.active {
    display: block;
}

#wx-gmenu ul.wx-submenu-list li {
    display: inline-block;
    width: 200px;
    margin: 0;
    padding: 0;
}

#wx-gmenu ul.wx-submenu-list a {
    border-bottom-color: #252525;
    font-size: 1.8rem;
    line-height: 1;
    padding: 1em 0 0.7em;
}

#wx-gmenu a.active,
#wx-gmenu a.sp-active,
#wx-gmenu a:hover,
#wx-gmenu span.active,
#wx-gmenu span.sp-active,
#wx-gmenu span:hover,
#wx-gmenu ul.wx-submenu-list a.active,
#wx-gmenu ul.wx-submenu-list a.sp-active,
#wx-gmenu ul.wx-submenu-list a:hover {
    border-bottom-color: #fff;
}

#wx-gmenu li.wx-sp-menu-close {
    display: none;
}

#wx-gmenu li.wx-sp-menu-close a {
    text-align: center;
}

/*------------------------------------------------------
 Main
------------------------------------------------------*/
#wx-main-container {}

#wx-main>section:after {
    content: "";
    display: table;
    height: 0;
    clear: both;
}

#wx-main .wx-contents-left,
#wx-main .wx-contents-right {
    display: inline-block;
    width: 50%;
    max-width: 600px;
    margin: 0 auto;
}

#wx-main .wx-contents-left {
    float: left;
}

#wx-main .wx-contents-right {
    float: right;
}

/*------------------------------------------------------
 Footer
------------------------------------------------------*/
#wx-foot-container {
    color: #fff;
    text-align: center;
    background-color: #000;
}

#wx-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
    text-align: left;
    font-size: 1.0rem;
}

/*
#wx-footer:before{
 display: inline-block;
 content: "";
 height: 100%;
 width: 1px;
 margin-right: -1px;
 vertical-align: middle;
}
#wx-footer:after{
 content: "";
 display: table;
 height: 0;
 clear: both;
}
*/
#wx-foot-nav,
#wx-sns-container {
    flex: 1 0 auto;
    display: inline-block;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    text-align: left;
}

/* Foot Navi
-------------------------*/
#wx-foot-nav {
    flex: 1 0 auto;
    display: inline-block;
    vertical-align: middle;
    /* width: 33%;
 max-width: 385px;*/
    margin: 0;
    padding: 0;
}

#wx-foot-link {
    display: block;
    width: auto;
}

#wx-foot-link li {
    display: inline-block;
    padding: 0;
    margin: 0 2% 0 0;
    line-height: 1;
}

#wx-foot-link a {
    color: #fff;
    text-decoration: none;
}

#wx-foot-link a:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    vertical-align: middle;
    margin: 0.3em 0.3em 0.3em 0;
    background: url(/cms/sp/wx/img/arrow_f.svg) no-repeat 50% 50%;
    background-size: contain;
}

/* Foot SNS
-------------------------*/
#wx-sns-container {
    /* width: 30%; */
    margin: 0 0 0 auto;
}

.fb-btn,
.tweet-btn,
.line-btn {
    display: inline-block;
    margin: 0;
    padding: 0;
    vertical-align: top;
    text-align: left;
    line-height: 1px;
}

.fb-btn,
.tweet-btn {
    margin: 0 1.5% 0 0;
}

.tweet-btn {}

.line-btn {
    display: none;
}


/* Foot Copyright
-------------------------*/
#wx-copy-right {
    display: inline-block;
    /*float: right;*/
    text-align: right;
    margin: 0 0 0 auto;
}

/*------------------------------------------------------
 Home
------------------------------------------------------*/
.wx-home-bg {
    background: #000 url(../img/wx_home_bg.jpg) no-repeat 50% 50%;
    background-size: cover;
}

#wx-home {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
}

.wx-home-logo {
    width: 77.917%;
    margin: 49% 0 0 17.25%;
}

.wx-home-copy {
    width: 77.917%;
    margin: 24% 0 0 17.25%;
}

.wx-home-img {
    width: 57.75%;
    margin: 20.835% auto 23.834%;
}

/*------------------------------------------------------
 Introduction
------------------------------------------------------*/
#wx-main.wx-introduction-bg {
    background: #000 url(../introduction/img/wx_introduction_bg.jpg) no-repeat 50% 100%;
    background-size: cover;
}

#wx-introduction {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
}

#wx-introduction .wx-contents-right {
    position: relative;
    padding-bottom: 80%;
}

.wx-introduction-ttl {
    width: 83.6666%;
    margin: 12% 0 0 8%;
}

.wx-introduction-txt01 {
    width: 83.6666%;
    margin: 8.75% 0 0 8%;
}

.wx-introduction-txt02 {
    width: 83.6666%;
    margin: 8% 0 0 8%;
}

.wx-introduction-img {
    position: absolute;
    right: 0px;
    bottom: 0px;
}


/*------------------------------------------------------
 Products
------------------------------------------------------*/
#wx-main.wx-products-main {
    padding-top: 50px;
    color: #fff;
}

.btm-border {
    background: url(../products/img/border.png) no-repeat 50% 100%;
    background-size: contain;
}

.text-box {
    display: inline-block;
    width: 49%;
    text-align: left;
    line-height: 1.8;
    letter-spacing: normal;
    vertical-align: middle;
}

.text-box h2 {
    font-size: 3.0rem;
    line-height: 1.5;
    padding: 0 0 0.3em;
    border-bottom: 1px solid #999;
    margin-top: 2em;
}

.text-box h2:nth-of-type(1) {
    margin-top: 1em;
}

.text-box p {
    font-size: 2.0rem;
    line-height: 1.5;
    padding: 1em 0 0;
    /* 3em;*/
}

.text-box p:nth-last-child(1) {
    margin-bottom: 1.5em;
}

#wx-main.wx-products-main figcaption {
    text-align: center;
    line-height: 1.6;
    font-size: 1.6rem;
    letter-spacing: normal;
}

span.caution {
    font-size: 1.6rem;
}


/* Highest Optical Technology
--------------------------------*/
#wx-main>section.wx-products01-bg {
    width: 100%;
    max-width: 1500px;
    background: url(../products/optical_technologies/img/wx_products01_bg.jpg) no-repeat 100% 50%;
    background-size: contain;
}

.wx-products01-box,
.wx-products-section {
    width: 92%;
    max-width: 1200px;
    margin: 0 auto;
    font-size: 1px;
    line-height: 1px;
    letter-spacing: -0.4em;
}

.wx-products01-box {
    padding: 13% 0 8%;
}

.wx-products01-box h2.wx-products01-copy,
.wx-products01-box p.wx-products01-img01 {
    display: inline-block;
    width: 49%;
    line-height: 1;
    letter-spacing: normal;
    vertical-align: middle;
}

.wx-products01-box h2.wx-products01-copy img {
    width: 81% !important;
    text-align: left;
}

.wx-products01-box p.wx-products01-img01 img {
    width: 92% !important;
    text-align: right;
}

#wx-products01-02 {
    padding: 4% 0 5%;
}

#wx-products01-02 figure {
    display: inline-block;
    width: 50%;
    margin: 0 auto;
    padding: 0;
    text-align: left;
    vertical-align: middle;
}

#wx-products01-02 figure img {
    width: 82% !important;
    margin: 0 0 6%;
}

#wx-products01-02 figcaption {
    width: 82%;
    text-align: center;
    line-height: 1.6;
    font-size: 1.7rem;
    letter-spacing: normal;
}

#wx-products01-02 figcaption ul {
    width: auto;
    margin: 6% auto;
    text-align: center;
}

#wx-products01-02 figcaption li.sp-wp:before,
#wx-products01-02 figcaption li.wx-if:before {
    display: inline-block;
    content: "";
    width: 15%;
    height: 2px;
    margin: 0 4% 0 0;
    vertical-align: middle;
}

#wx-products01-02 figcaption li.sp-wp:before {
    background-color: #f00;
}

#wx-products01-02 figcaption li.wx-if:before {
    background-color: #06c;
}

#wx-products01-03 {
    padding: 148px 0 70px;
}

#wx-products01-03 .text-box {
    width: 36% !important;
}

#wx-products01-03 .wx-products01-03img-box {
    display: inline-block;
    width: 62%;
    font-size: 1px;
    line-height: 1px;
    letter-spacing: -0.4em;
    vertical-align: middle;
}

#wx-products01-03 figure {
    display: inline-block;
    margin: 0 0 0 1.5%;
    padding: 0;
    vertical-align: middle;
}

#wx-products01-03 img {
    margin-bottom: 6%;
}

.wx-products01-img03 {
    width: 57%;
}

.wx-products01-img04 {
    width: 39%;
}

#wx-products01-03 figcaption em {
    display: block;
    font-weight: bold;
    font-style: normal;
    margin-bottom: 3%;
}

#wx-products01-03 p.caption {
    margin-top: 6%;
    font-size: 1.7rem;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
}

#wx-products01-04 {
    padding: 150px 0;
}

#wx-products01-04 .text-box {
    width: 37%;
}

#wx-products01-04 figure {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-left: 12%;
}

#wx-products01-04 p {
    padding-bottom: 0;
}

#wx-products01-05 {
    padding: 150px 0;
}

#wx-products01-05 .text-box {
    width: 39%;
}

#wx-products01-05 figure {
    width: 48%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 12%;
}

#wx-products01-05 p {
    padding-bottom: 0;
}

#wx-main>section#wx-products01-06 {
    width: 100%;
    max-width: 1500px;
    background: url(../products/optical_technologies/img/wx_products01_img07.png) no-repeat 100% 50%;
    background-size: contain;
    margin-bottom: 10%;
}

.wx-products01-06box {
    width: 92%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 125px 0 95px;
}

/* Commitment
--------------------------------*/
#wx-products02-01 {
    padding: 9.5% 0 7.5%;
}

h2.wx-products02-copy {
    display: inline-block;
    width: 36%;
    margin: 0 auto;
    padding: 0;
    text-align: left;
    vertical-align: middle;
}

#wx-products02-01 p.wx-products02-img01 {
    display: inline-block;
    width: 62%;
    text-align: right;
    vertical-align: middle;
    margin-left: 1%;
}

#wx-products02-02 {
    padding: 8.75% 0;
}

.wx-products02-img02 {
    display: inline-block;
    width: 45.8%;
    margin: 0;
    padding: 0;
    text-align: left;
    vertical-align: middle;
}

.wx-products02-img02 img {
    width: 61% !important;
    margin: 0 0 0 13% !important;
}

#wx-products02-02 .text-box {
    width: 53%;
    text-align: left;
}

#wx-main>section.wx-products-section2 {
    width: 100%;
    max-width: 1500px;
    height: auto;
    margin: 0 auto;
    position: relative;
}

#wx-main>section.wx-products-section2 figure {
    width: 50%;
    margin: 0;
    padding: 0;
}

#wx-main>section.wx-products-section2 figure.posR {
    float: right;
}

#wx-main>section.wx-products-section2 figure.posL {
    float: left;
}

.wx-products-textbox {
    width: 50%;
    margin: 0;
}

.wx-products-textbox.t-alignR {
    float: right;
}

.wx-products-textbox.t-alignL {
    float: left;
    text-align: right;
}

.wx-products-textbox:before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 0;
    margin-left: -0.4em;
    padding-bottom: 106.667%;
    vertical-align: middle;
}

.wx-products-textbox .text-box {
    width: 87%;
    max-width: 565px;
}

.wx-products-textbox.t-alignL .text-box {
    margin-right: 5%;
}

.wx-products-textbox.t-alignR .text-box {
    margin-left: 5%;
}

#wx-main>section#wx-products02-07 {
    padding-bottom: 10%;
    margin-bottom: 10%;
}

#wx-main>section#wx-products02-07 .text-box p:nth-last-child(1) {
    margin-bottom: 0;
}


/* Specifications
--------------------------------*/
#wx-main.wx-specifications-bg {
    background: #000 url(../products/specifications/img/specifications_bg.jpg) no-repeat 50% 100%;
    background-size: cover;
}

.wx-specifications-img-box {
    text-align: center;
    font-size: 1px;
    letter-spacing: -0.4em;
    padding: 5% 0;
}

.wx-specifications-img-box figure {
    display: inline-block;
    width: 41%;
}

#wx-main.wx-products-main .wx-specifications-img-box figcaption {
    font-size: 3.0rem;
    font-weight: bold;
}

#wx_accessory-list h3 {
    font-size: 1.75rem;
    font-weight: normal;
    padding: 0.5em 0;
}

#wx-main>div.wx-specifications-tbl,
#wx-main>section#wx_accessory-list {
    width: 92%;
    max-width: 1200px;
    margin: 0 auto;
}

#wx_accessory-list ul {
    display: block;
    margin: 0 auto 10%;
    font-size: 1px;
    line-height: 1px;
    letter-spacing: -0.4em;
}

#wx_accessory-list li {
    display: inline-block;
    width: 15%;
    margin: 2% 0.5%;
    text-align: center;
    vertical-align: top;
}

#wx_accessory-list li figcaption {
    text-align: center;
    letter-spacing: normal;
    margin: 6% 0;
}

#wx-main>div.wx-specifications-tbl {
    margin-bottom: 5%;
}

.wx-specifications-tbl .c-table {
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
    border-spacing: 0;
    background-color: #fff;
    border: none;
    color: #251b19;
}

p.wx-specifications-tbl-caption {
    text-align: left;
    font-size: 1.4rem;
    padding: 1em 0;
    color: #fff;
}

.wx-specifications-tbl .c-table .wx-specifications-tbl-cell01 {
    width: 34%;
}

.wx-specifications-tbl .c-table .wx-specifications-tbl-cell02 {
    width: 33%;
}

.wx-specifications-tbl .c-table .wx-specifications-tbl-cell03 {
    width: 33%;
}

.wx-specifications-tbl .c-table th,
.wx-specifications-tbl .c-table td {
    padding: 0 1em;
    box-sizing: border-box;
    font-weight: normal;
    font-size: 1.6rem;
    border-width: 0;
    border-bottom: 1px solid #251b19;
}

.wx-specifications-tbl .c-table thead tr th {
    background-color: #757575;
}

.wx-specifications-tbl .c-table thead tr th {
    color: #fff;
    text-align: center;
    border-width: 0;
    border-left: 1px solid #251b19;
}

.wx-specifications-tbl .c-table thead tr th:first-child {
    border-left: none;
}

.wx-specifications-tbl .c-table tbody th {
    text-align: left;
    border-width: 0;
    border-bottom: 1px solid #251b19;
}

.wx-specifications-tbl .c-table tbody td {
    text-align: center;
    border-color: #251b19;
    border-left: 1px solid #251b19;
}

.wx-specifications-tbl .c-table tbody tr:nth-of-type(even) th,
.wx-specifications-tbl .c-table tbody tr:nth-of-type(even) td {
    background-color: #e5e5e6;
}

.wx-specifications-tbl .c-table tbody tr.c-table-note {
    display: none;
    speak: none;
}


/*------------------------------------------------------
 Interview
------------------------------------------------------*/
#wx-main>section#wx-interview {
    width: 100%;
    max-width: none;
}

.wx-interview-head {
    width: 92%;
    max-width: 1200px;
    margin: 0 auto;
}

.wx-interview-head.p4 {
    width: 100%;
    max-width: none;
}

.wx-title-img {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    margin: 50px auto;
    padding: 41.7% 0 0;
    background: url(../interview/img/wx_interview_top_title.jpg) no-repeat center center;
    background-size: contain;
}

h2.wx-title-img {
    padding: 0;
    background: none;
}

.wx-interview-head.p4 h2.wx-title-img {
    position: relative;
    height: 500px;
    margin: 0 auto 50px;
    padding: 0;
    background: url(../interview/p4/img/wx_interview_p04_img01.jpg) no-repeat center top;
    background-size: auto 100%;
}

.wx-interview-head.p4 h2.wx-title-img img {
    display: none !important;
}

.wx-title-img h2,
.wx-interview-head.interview2 h2 {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    font-size: 49px;
    font-size: 4.9rem;
    font-weight: normal;
    line-height: 1.5;
    position: absolute;
    bottom: 19%;
    left: 50%;
    color: #fff;
    transform: translateX(-50%);
    border-bottom: 1px solid #fff;
}

.wx-title-img h2 span,
.wx-interview-head.interview2 h2 span {
    display: block;
    margin: 0 auto;
    font-size: 29px;
    font-size: 2.9rem;
}

.wx-interview-head.p4 h2.wx-title-img span {
    display: block;
    font-size: 35px;
    font-size: 3.5rem;
    font-weight: normal;
    padding: 0.2em 0.5em;
    margin: 0 auto;
    text-shadow: 1px 0 1px #333, -1px 0 1px #333, 0px 1px #333, 0px -1px 1px #000, 0px 0px 30px #000;
    color: #fff;
    white-space: nowrap;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.wx-interview-overview {
    margin-bottom: 50px;
}

.wx-interview-profile {
    display: block;
    width: 92%;
    max-width: 1200px;
    margin: 0 auto 25px;
    position: relative;
    color: #fff;
    text-decoration: none;
    background-color: #212121;
    box-sizing: border-box;
}

.wx-interview-profile h3 {
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: normal;
    line-height: 1.4;
    color: #fff;
    padding: 0 0 0.5em;
    margin: 0 0 0.8em;
    border-bottom: 1px solid #fff;
}

.wx-developer-img {
    display: inline-block;
    width: 22.5%;
    max-width: 270px;
    vertical-align: middle;
}

.wx-profile-body {
    display: inline-block;
    vertical-align: middle;
    width: 60%;
    max-width: 720px;
    box-sizing: border-box;
    padding: 20px 0 20px 20px;
}

.wx-profile-body h3 {
    display: inline-block;
}

.wx-profile-body p {
    color: #ccc;
    line-height: 1.4;
}

p.wx-profile-position {
    font-size: 20px;
    font-size: 2.0rem;
    margin-bottom: 0.5em;
}

p.wx-profile-name {
    font-size: 27px;
    font-size: 2.7rem;
    line-height: 1.4;
    margin-bottom: 0.5em;
}

p.wx-profile-note {
    font-size: 16px;
    font-size: 1.6rem;
}

.wx-interview-profile p.wx-read-more {
    display: inline-block;
    padding: 0.4em 1.2em;
    font-size: 18px;
    font-size: 1.8rem;
    position: absolute;
    right: 20px;
    bottom: 20px;
    color: #fff;
    background-color: #666;
}

a.wx-interview-profile:hover {
    text-decoration: none;
}

a.wx-interview-profile:hover img {
    opacity: 0.6;
    transition: 0.4s;
}

.wx-interview-profile:hover p.wx-read-more {
    text-decoration: none;
    color: #000;
    background-color: #ccc;
}

/* Interview Contentes
-------------------------------------*/
.wx-interview-head .wx-interview-profile {
    width: 100%;
    max-width: none;
    background-color: transparent;
    padding-bottom: 50px;
}

.wx-interview-head .wx-interview-profile:after {
    content: "";
    display: table;
    height: 0;
    clear: both;
}

.wx-interview-head .wx-developer-img {
    display: block;
    width: 19%;
    max-width: 230px;
    margin-right: 2.5%;
    float: left;
}

.wx-interview-head .wx-interview-profile p {
    line-height: 1.8;
    color: #ccc;
}

.wx-interview-head .wx-interview-profile p.wx-profile-position {
    font-size: 20px;
    font-size: 2.0rem;
    margin-bottom: 0.5em;
}

.wx-interview-head .wx-interview-profile p.wx-profile-name {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.4;
    margin-bottom: 0.5em;
}

.wx-interview-head .wx-interview-profile p.wx-profile-note {
    font-size: 16px;
    font-size: 1.6rem;
    margin-left: 21.5%;
}

.wx-interview-main {
    width: 100%;
    margin: 0 auto;
    padding: 120px 0 115px;
    text-align: center;
    background-color: #ebebeb;
}

.wx-interview-main h2 {
    display: inline-block;
    margin: 0 auto 120px;
    padding: 0.2em 0;
    font-size: 35px;
    font-size: 3.5rem;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    border-bottom: 1px solid #000;
}

.wx-interview-main p.wx-interview-note {
    padding: 20px 0;
}

.wx-interview-text-box {
    width: 92%;
    max-width: 1200px;
    margin: 0 auto 20px;
    text-align: left;
}

.wx-interview-text-box:after {
    content: "";
    display: table;
    clear: both;
}

.wx-interview-text-box>div {
    width: 47%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
}

.wx-interview-text-box div.right-column {
    margin-left: 5%;
}

.wx-interview-text-box p {
    font-size: 20px;
    font-size: 2.0rem;
    line-height: 1.8;
    margin-bottom: 1.2em;
}

.wx-interview-text-box p span.wx-interview-caution {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    font-style: oblique;
}

.wx-interview-main-img {
    width: 92%;
    max-width: 1200px;
    margin: 0 auto 50px;
}

figure.wx-interview-main-img {
    text-align: left;
    background-color: #fff;
}

#wx-contents-wrapper figure.wx-interview-main-img img {
    display: inline-block;
    vertical-align: middle;
    width: 75%;
    margin: 0 auto;
}

figure.wx-interview-main-img figcaption {
    display: inline-block;
    width: 22%;
    margin: 0 auto;
    padding: 0 1%;
    vertical-align: middle;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.8;
}

.wx-interview-comments {
    box-sizing: border-box;
    padding: 20px 30px;
    color: #fff;
    background-color: #666;
}

.wx-interview-comments span {
    font-weight: bold;
}

.wx-interview-relation {
    width: 92%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 0;
    text-align: center;
}

.wx-interview-relation a {
    display: inline-block;
    width: 21.875%;
    vertical-align: top;
    margin: 0 1.62%;
    color: #000;
}

.wx-interview-relation a:first-child {
    margin-left: 0;
}

.wx-interview-relation a:last-child {
    margin-right: 0;
}

.wx-interview-relation a:hover {
    text-decoration: none;
    color: #666;
}

#wx-contents-wrapper .wx-interview-relation img {}

a.wx-interview-link-box .wx-interview-link-txt {}

a.wx-interview-link-box p {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.8;
    margin-bottom: 0.3em;
}

a.wx-interview-link-box p span {
    display: block;
    font-size: 16rem;
    font-size: 1.6rem;
}

a.wx-interview-link-box p.wx-interview-link-title {
    font-size: 16rem;
    font-size: 1.6rem;
    padding: 0.5em 0.2em;
    text-decoration: none;
    color: #fff;
    background-color: #000;
}

a.wx-interview-link-box:hover img {
    opacity: 0.6;
    transition: 0.4s;
}

a.wx-interview-link-box.active p.wx-interview-link-title,
a.wx-interview-link-box:hover p.wx-interview-link-title {
    background-color: #8f8f8f;
}

a.wx-interview-link-box p.wx-interview-link-title>span {
    display: inline-block;
    vertical-align: middle;
    margin-left: -1px;
    width: 99%;
}

a.wx-interview-link-box p.wx-interview-link-title:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 100%;
}


/*------------------------------------------------------
 Interview2
------------------------------------------------------*/
.wx-interview-head.interview2 {
    position: relative;
}

.wx-title-img.interview2 {
    background: url(../interview2/img/wx_interview_top_title.jpg) no-repeat center center;
    background-size: contain;
}

.wx-interview2-index {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.wx-interview2-index:after {
    content: "";
    display: table;
    height: 1;
    clear: both;
}

.wx-interview2-index li {
    display: inline-block;
    width: 48%;
    margin: 0 0 40px;
    float: left;
}

.wx-interview2-index li:nth-of-type(2n) {
    float: right;
}

.wx-interview2-index li a {
    display: block;
    position: relative;
    color: #fff;
    text-decoration: none;
}

.wx-interview2-index li .wx-interview2-index-img {
    display: block;
    width: 100%;
    height: auto;
    line-height: 1;
    z-index: 0;
}

.wx-interview2-index li a:hover .wx-interview2-index-img {
    opacity: 0.6;
    transition: 0.4s;
}

.wx-interview2-index li .txt-box {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -10%);
}

.wx-interview2-index li .txt-box h3 {
    display: inline-block;
    margin: 0 auto 0.5em;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.8;
    border-bottom: 1px solid #fff;
}

.wx-interview2-index li .txt-box p.wx-interview2-position,
.wx-interview2-index li .txt-box p.wx-interview2-note {
    font-size: 14px;
    font-size: 1.4rem;
}

.wx-interview2-index li .txt-box p.wx-interview2-name {
    font-size: 18px;
    font-size: 1.8rem;
}

.wx-interview2-index li p.wx-interview2-more {
    display: inline-block;
    padding: 1em 2em;
    line-height: 1;
    font-size: 18px;
    font-size: 1.8rem;
    background-color: #3e3e3e;
    position: absolute;
    bottom: 0;
    right: 0;
}

.wx-interview2-index li a:hover p.wx-interview2-more {
    color: #000;
    background-color: #ccc;
}

.wx-interview2-img {
    display: block;
    margin: 0.3em auto 1.5em;
    padding: 0;
}

.wx-interview2-img img+img {
    margin-top: 30px !important;
}

.wx-interview2-img figcaption {
    font-size: 12px;
    padding: 1em 0;
    text-align: center;
}



/*------------------------------------------------------
 Hosizora
------------------------------------------------------*/
#wx-hosizora-index-hd-bg {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto 50px;
    background: url(../hoshizora/img/wx_hoshizora_index_hd_bg.jpg) no-repeat 50% 50%;
    background-size: auto 100%;
}

#wx-hosizora-index-hd-container,
#wx-hosizora-index-contents {
    width: 92%;
    max-width: 1200px;
    margin: 0 auto;
}

#wx-hosizora-index-hd {
    width: 100%;
    font-size: 1px;
    line-height: 1px;
    letter-spacing: -0.4em;
    margin: 0 auto;
    padding: 45.8333% 0 0;
    position: relative;
}

#wx-hosizora-index-hd h2,
#wx-hosizora-index-hd p {
    position: absolute;
}

#wx-hosizora-index-hd h2 {
    width: 28%;
    height: auto;
    left: 13.75%;
    top: 50%;
    transform: translateY(-50%);
}

#wx-hosizora-index-hd p.index_hd_img {
    width: 45.8333%;
    right: 0;
    bottom: 0;
}

#wx-hosizora-page-index {
    display: block;
    width: 100%;
    margin: 0 auto 50px;
    font-size: 1px;
    line-height: 1px;
    letter-spacing: -0.4em;
}

#wx-hosizora-page-index li {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    margin: 0 0 30px 3%;
    line-height: normal;
    letter-spacing: normal;
    position: relative;
    background-color: #161b1e;
}

#wx-hosizora-page-index li:nth-of-type(2n+1) {
    margin-left: 0;
}

#wx-hosizora-page-index li a {
    text-decoration: none;
    color: #fff;
}

#wx-hosizora-page-index li a:hover {}

#wx-hosizora-page-index li img {
    display: inline-block;
    vertical-align: top;
    width: 43.8%;
    height: auto;
    opacity: 1;
    transition: 0.4s;
}

#wx-hosizora-page-index li a:hover img {
    opacity: 0.7;
    transition: 0.4s;
}

#wx-hosizora-page-index li h3 {
    display: inline-block;
    vertical-align: top;
    box-sizing: content-box;
    padding: 1em 0 1em 1em;
    width: 45%;
    font-weight: 500;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.5;
}

#wx-hosizora-page-index li h3 span {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 0.3em;
}

#wx-hosizora-page-index li p.hosizora-read {
    display: inline-block;
    padding: 0.5em 1em;
    font-size: 20px;
    font-size: 2.0rem;
    line-height: 1;
    position: absolute;
    bottom: 5%;
    right: 2.5%;
    background-color: #000;
}

#wx-hosizora-page-index li a:hover p.hosizora-read {
    color: #fff;
    background-color: #666;
}

/* Contents
-------------------------------------*/
#wx-main>section#wx-hosizora {
    width: 100%;
    max-width: none;
    padding-top: 50px;
}

.wx-hosizora-lead {
    width: 100%;
    margin: 2.5em auto 0;
    padding: 1.5em 0;
    text-align: center;
    background-color: #ebebeb;
}

.wx-hosizora-lead h2 {
    display: inline-block;
    font-size: 3.4rem;
    font-weight: 500;
    line-height: 1.8;
    text-align: center;
    /* margin: 0 auto 0.5em; */
    margin: 1em auto 1.5em;
}

.wx-hosizora-lead h2 span.hosizora-num {
    padding: 0.5em 0;
    display: block;
    line-height: 1;
    border-bottom: 1px solid #333;
}

.wx-hosizora-lead-text,
.wx-hosizora-contents {
    display: block;
    width: 92%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    text-align: left;
}

.wx-hosizora-lead-text p {
    font-size: 2.0rem;
    line-height: 1.6;
    margin: 0 0 0.8em;
}

.wx-hosizora-contents {
    margin: 2.5em auto;
}

.hosizora01-contents:after {
    content: "";
    display: table;
    height: 1;
    clear: both;
}

.hosizora01-left {
    float: left;
    width: 30%;
    text-align: left;
}

.hosizora01-left figcaption {
    margin: 1em 0;
    font-size: 1.6rem;
    line-height: 1.6;
    color: #ccc;
}

.hosizora01-left figcaption li.line01:before,
.hosizora01-left figcaption li.line02:before,
.hosizora01-left figcaption li.line03:before {
    display: inline-block;
    content: "";
    width: 12%;
    height: 2px;
    margin: 0 4% 0 0;
    vertical-align: middle;
}

.hosizora01-left figcaption li.line01:before {
    background-color: #f19ec2;
}

.hosizora01-left figcaption li.line02:before {
    background-color: #fff67f;
}

.hosizora01-left figcaption li.line03:before {
    background-color: #00afec;
}

.hosizora01-right {
    float: right;
    width: 65%;
    text-align: center;
}

.hosizora01-right-credit {
    color: #ccc;
    float: right;
    font-size: 1.4rem;
    margin: 1em 0;
}


/* Other Style
-------------------------------------*/
#wx-specifications-pc {
    display: block;
    speak: normal;
}

#wx-specifications-sp {
    display: none;
    speak: none;
}

.wx-pagetop {
    display: none;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 1em 0;
    text-align: right;
    border-top: 1px solid #2f251d;
    border-bottom: 1px solid #2f251d;
    z-index: 9999;
}

.wx-pagetop a {
    display: block;
    line-height: 1;
}

.wx-pagetop img {
    display: inline-block !important;
    width: 12% !important;
    height: auto !important;
}

p.wx-interview.wx-pagetop {
    background-color: #ebebeb;
}


/* Information
------------------------------------------------------*/
.wx-info {
    width: 92%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 2em 0 0.5em 0;
    text-align: left;
    color: #fff;
    background-color: #000;
}

.wx-info h4 {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.6;
    margin: 1em 0 0.3em;
}

.wx-info p,
.wx-info ul,
.wx-info dl {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.6;
}

.wx-info p {
    margin: 0 0 1.3em;
}

.wx-info p:last-child {
    margin: 0;
}

.wx-info ul,
.wx-info dl {
    margin: 0;
    padding: 0;
}

.wx-info dt {
    display: inline;
    vertical-align: top;
}

.wx-info dt:after {
    content: ":";
    margin: 0 0.3em;
}

.wx-info dd {
    display: inline;
    vertical-align: top;
}

.wx-info a {
    color: #fff;
    text-decoration: underline;
}

.wx-info a:hover {
    color: #ccc;
}


.is-sp {
    display: none;
}

.is-pc {
    display: block;
}

br.is-pc {
    display: inherit;
}

/*------------------------------------------------------
 BreakPoint max 1220px
------------------------------------------------------*/
@media only screen and (max-width: 1220px) {

    /*-- Interview --*/
    .wx-interview-head {
        width: 100%;
    }

    .wx-interview-head .wx-interview-profile {
        width: 92%;
        margin: 0 auto;
    }

    .wx-interview-head.p4 h2.wx-title-img {
        height: auto;
        padding: 41.7% 0 0;
        background: url(../interview/p4/img/wx_interview_p04_img01.jpg) no-repeat center top;
        background-size: auto 100%;
    }
}

/*------------------------------------------------------
 BreakPoint max 1160px
------------------------------------------------------*/
@media only screen and (max-width: 1164px) {

    #wx-gmenu a,
    #wx-gmenu span {
        font-size: 2.4rem;
    }

    #wx-gmenu>li {
        width: 12%;
    }

    #wx-gmenu>li.wx-interview {
        width: 22%;
    }

    #wx-gmenu>li.wx-interview2 {
        width: 18%;
    }

    #wx-gmenu>li.wx-hoshizora {
        width: 20%;
    }

    #wx-gmenu>li.wx-column {
        width: 12%;
    }

    #wx-hosizora-page-index li h3 {
        font-size: 20px;
        font-size: 2.0rem;
    }

    #wx-hosizora-page-index li h3 span {
        font-size: 16px;
        font-size: 1.6rem;
    }

    #wx-hosizora-page-index li p.hosizora-read {
        font-size: 18px;
        font-size: 1.8rem;
    }
}

/*------------------------------------------------------
 BreakPoint max 1000px
------------------------------------------------------*/
@media only screen and (max-width: 1010px) {
    /*
 #wx-gmenu > li{width: 16%;}
 #wx-gmenu > li.wx-interview{width: 25%;}
 #wx-gmenu > li.wx-hoshizora{width: 23%;}
*/

    a.wx-interview-profile {
        text-align: center;
    }

    a.wx-interview-profile h3,
    a.wx-interview-profile p {
        text-align: left;
    }

    .wx-profile-body {
        width: 75%;
        text-align: left;
    }

    .wx-interview-profile p.wx-read-more {
        position: relative;
        bottom: inherit;
        right: inherit;
        margin: 0 auto 1em;
    }
}

/*------------------------------------------------------
 BreakPoint max 960px
------------------------------------------------------*/
@media only screen and (max-width: 960px) {
    #wx-hosizora-page-index li h3 {
        font-size: 16px;
        font-size: 1.6rem;
    }

    #wx-hosizora-page-index li h3 span {
        font-size: 14px;
        font-size: 1.4rem;
    }

    #wx-hosizora-page-index li p.hosizora-read {
        font-size: 14px;
        font-size: 1.4rem;
    }
}

/*------------------------------------------------------
 BreakPoint max 900px
------------------------------------------------------*/
@media only screen and (max-width: 900px) {

    #wx-gmenu a,
    #wx-gmenu span {
        font-size: 2.0rem;
    }

    .wx-interview2-index li .txt-box h3 {
        font-size: 2.0rem;
    }

    .wx-interview2-index li .txt-box p.wx-interview2-position,
    .wx-interview2-index li .txt-box p.wx-interview2-note {
        font-size: 1.2rem;
    }

    .wx-interview2-index li .txt-box p.wx-interview2-name {
        font-size: 1.6rem;
    }

    .wx-interview2-index li p.wx-interview2-more {
        font-size: 1.6rem;
        padding: 0.8em 1.5em;
    }
}

/*------------------------------------------------------
 BreakPoint max 880px
------------------------------------------------------*/
@media only screen and (max-width: 880px) {
    #wx-foot-nav {
        width: 43%;
    }

    .wx-title-img h2,
    .wx-interview-head.interview2 h2 {
        font-size: 4.2rem;
    }

    .wx-title-img h2 span,
    .wx-interview-head.interview2 h2 span {
        font-size: 2.3rem;
    }
}

/*------------------------------------------------------
 BreakPoint max 780px > SmartPhone
------------------------------------------------------*/
@media only screen and (max-width: 780px) {
    #wx-contents-wrapper {
        padding-bottom: 5%;
        min-height: auto;
    }

    /*-------------------------------
 Header
-------------------------------*/
    #wx-header {
        width: 100%;
    }

    #wx-header-nikon {
        width: 40px;
        margin: 12px;
    }

    #wx-header-logo {
        width: 17%;
        max-width: none;
        max-height: 40px;
        padding: 0;
        margin: 0;
        float: none;
        position: absolute;
        top: 50%;
        right: 60px;
        transform: translateY(-50%);
    }

    #wx-header-logo:before {
        content: none;
    }

    #sp-menu-btn {
        display: block;
        margin: 12px;
    }

    /* Global Navi
-------------------------------*/
    #wx-gmenu-nav {
        display: none;
        position: absolute;
        z-index: 9999;
        width: 100%;
        background: #fff;
    }

    #wx-gmenu>li,
    #wx-gmenu>li.wx-interview,
    #wx-gmenu>li.wx-interview2,
    #wx-gmenu>li.wx-hoshizora,
    #wx-gmenu>li.wx-column {
        display: block;
        width: 100%;
        vertical-align: top;
        margin: 0 1em 0 0;
        padding: 0;
    }

    #wx-gmenu>li:first-child {
        margin-left: 0;
    }

    #wx-gmenu>li a,
    #wx-gmenu>li span {
        position: relative;
        font-size: 1.6rem;
        line-height: 1.5;
        padding: 1em 0;
        box-sizing: border-box;
        color: #000;
        background-color: #fff;
        border-bottom-width: 1px;
        border-bottom-color: #000;
    }

    #wx-gmenu li.wx-sub-menu>a:after,
    #wx-gmenu li.wx-sub-menu>span:after {
        content: "＋";
        font-weight: bold;
        display: inline-block;
        position: absolute;
        right: 1em;
        top: 1em;
    }

    #wx-gmenu li.wx-sub-menu>a.sp-active:after,
    #wx-gmenu li.wx-sub-menu>span.sp-active:after {
        content: "―";
    }

    #wx-gmenu a.active,
    #wx-gmenu a.sp-active,
    #wx-gmenu a:hover,
    #wx-gmenu span.active,
    #wx-gmenu span.sp-active,
    #wx-gmenu span:hover,
    #wx-gmenu ul.wx-submenu-list a.active,
    #wx-gmenu ul.wx-submenu-list a.sp-active,
    #wx-gmenu ul.wx-submenu-list a:hover {
        border-bottom-color: #000;
    }

    #wx-gmenu ul.wx-submenu-list {
        position: relative;
        width: 100%;
        display: none;
    }

    #wx-gmenu ul.wx-submenu-list.sp-active {
        display: block;
    }

    #wx-gmenu ul.wx-submenu-list li {
        display: block;
        width: 100%;
        text-align: left;
        font-size: 1.6rem;
    }

    #wx-gmenu ul.wx-submenu-list a {
        background-color: #ccc;
        padding: 1em 0;
    }

    #wx-gmenu li.wx-sp-menu-close {
        display: block;
    }

    /*-------------------------------
 Footer
-------------------------------*/
    #wx-foot-container {
        height: auto;
        margin-top: 0;
    }

    #wx-footer {
        display: table;
        width: 100%;
    }

    #wx-foot-nav {
        display: table-row-group;
        width: 100%;
        text-align: center;
    }

    #wx-foot-nav ul {
        padding: 4% 0 2%;
    }

    #wx-sns-container {
        display: table-header-group;
        width: 100%;
        text-align: center;
    }

    #wx-sns-container>div {
        margin-top: 2em;
    }

    #wx-copy-right {
        display: block;
        float: none;
        width: 100%;
        text-align: center;
        margin: 1em 0 3em;
    }

    .line-btn {
        display: inline-block;
    }

    /*-------------------------------
 Home
-------------------------------*/
    .wx-home-bg {
        background: #000 url(../img/wx_home_bg_sp.jpg) no-repeat 50% 50%;
        background-size: cover;
    }

    #wx-home {
        position: relative;
        padding-bottom: 20%;
    }

    .wx-home-logo {
        width: 100%;
        margin: 90% auto 0;
    }

    .wx-home-copy {
        width: 70%;
        margin: 0;
        position: absolute;
        bottom: 10%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .wx-home-img {
        width: 82%;
        margin: 21% auto 25%;
    }


    /*-------------------------------
 Introduction
-------------------------------*/
    #wx-main.wx-introduction-bg {
        background: #000 url(../introduction/img/wx_introduction_bg_sp.jpg) no-repeat 50% 100%;
        background-size: cover;
    }

    #wx-introduction .wx-contents-left,
    #wx-introduction .wx-contents-right {
        display: inline-block;
        width: 100%;
        max-width: none;
        margin: 0 auto;
    }

    #wx-introduction .wx-contents-left {
        float: none;
        margin-bottom: 10%;
    }

    #wx-introduction .wx-contents-right {
        flex: none;
    }

    .wx-introduction-ttl,
    .wx-introduction-txt01,
    .wx-introduction-txt02 {
        width: 100%;
    }

    .wx-introduction-ttl {
        margin: 12% 0 0 0;
    }

    .wx-introduction-txt01 {
        margin: 8.75% 0 0 0;
    }

    .wx-introduction-txt02 {
        margin: 8.75% 0 0 0;
    }

    .wx-introduction-img {
        width: 69%;
    }


    /*------------------------------------------------------
 Products
------------------------------------------------------*/
    .text-box h2 {
        font-size: 1.8rem;
    }

    .text-box p {
        font-size: 1.5rem;
    }

    #wx-main.wx-products-main figcaption {
        font-size: 1.1rem;
    }

    span.caution {
        font-size: 1.1rem;
    }

    /* Highest Optical Technology
--------------------------------*/
    #wx-main>section.wx-products01-bg {
        background: #000 url(../products/optical_technologies/img/wx_products01_bg_sp.jpg) no-repeat 50% 100%;
        background-size: contain;
    }

    .wx-products01-box.btm-border,
    .wx-products01-06box.btm-border {
        background: none;
    }

    .wx-products01-box h2.wx-products01-copy,
    .wx-products01-box p.wx-products01-img01 {
        display: block;
    }

    .wx-products01-box h2.wx-products01-copy {
        width: 92%;
        text-align: left;
        margin: 0 0 10%;
    }

    .wx-products01-box h2.wx-products01-copy img {
        width: 100% !important;
        text-align: left;
    }

    .wx-products01-box p.wx-products01-img01 {
        width: 80%;
        margin: 0 auto 10%;
    }

    #wx-products01-02.btm-border,
    #wx-products01-03.btm-border,
    #wx-products01-04.btm-border,
    #wx-products01-05.btm-border {
        width: 100%;
        margin: 0 auto 10%;
        padding: 0 0 10%;
        background: none;
        border-bottom: 1px solid #666;
        text-align: center;
    }

    #wx-products01-02 h2,
    #wx-products01-02 p,
    #wx-products01-03 h2,
    #wx-products01-03 p,
    #wx-products01-04 h2,
    #wx-products01-04 p,
    #wx-products01-05 h2,
    #wx-products01-05 p,
    #wx-products01-06 h2,
    #wx-products01-06 p {
        width: 92%;
        margin-left: auto;
        margin-right: auto;
    }

    #wx-products01-02 .text-box,
    #wx-products01-02 figure {
        width: 92%;
        margin: 0 auto;
    }

    #wx-products01-02 .text-box {
        margin-bottom: 2em;
    }

    #wx-products01-02 figure img {
        width: 71%;
        margin: 0 auto;
    }

    #wx-products01-02 figcaption {
        margin: auto;
    }

    #wx-products01-03 .text-box {
        margin-bottom: 2em;
    }

    #wx-products01-03 .wx-products01-03img-box {
        display: block;
        width: 100%;
        margin: 0 auto 10%;
    }

    #wx-products01-03 figure {
        display: block;
        width: 100%;
        margin: 0 auto 10%;
    }

    #wx-products01-03 figure.wx-products01-img03 img {
        width: 57%;
        margin: 0 auto 5%;
    }

    #wx-products01-03 figure.wx-products01-img04 img {
        width: 39%;
        margin: 0 auto 5%;
    }

    #wx-products01-03 p.caption {
        font-size: 1.1rem;
    }

    #wx-products01-04 figure,
    #wx-products01-05 figure {
        display: block;
        width: 92%;
        margin: 5% auto;
    }

    .wx-products01-06box {
        padding: 0;
    }

    #wx-main>section#wx-products01-06 {
        width: 100%;
        max-width: none;
        background: url(../products/optical_technologies/img/wx_products01_img07_sp.png) no-repeat 50% 100%;
        background-size: contain;
        padding-bottom: 55%;
    }

    /* Commitment
--------------------------------*/
    #wx-main>section.wx-products-section2 figure.posR,
    #wx-main>section.wx-products-section2 figure.posL,
    .wx-products-textbox.t-alignR,
    .wx-products-textbox.t-alignL {
        float: none;
    }

    .wx-products-textbox.t-alignL .text-box {
        margin-right: auto;
    }

    .wx-products-textbox.t-alignR .text-box {
        margin-left: auto;
    }

    #wx-products02-01.btm-border,
    #wx-products02-07.btm-border {
        background: none;
    }

    h2.wx-products02-copy {
        display: block;
        width: 81%;
        margin: 0 0 6%;
        padding: 0;
        text-align: left;
    }

    #wx-products02-01 p.wx-products02-img01 {
        display: inline-block;
        width: 100%;
        text-align: center;
        margin: 0 0 6%;
    }

    .wx-products-section {
        display: table;
        width: 100%;
    }

    .wx-products02-img02 img {
        width: 51% !important;
        margin: 0 auto !important;
    }

    #wx-main>section.wx-products-section2 {
        width: 100%;
        height: auto;
        padding-bottom: 25%;
    }

    .wx-products-section .text-box,
    .wx-products-section2 .wx-products-textbox {
        display: table-header-group;
        width: 100%;
    }

    .wx-products-section2 .wx-products-textbox .text-box p:nth-last-child(1) {
        margin-bottom: 0;
    }

    .wx-products-textbox:before {
        display: none;
    }

    .wx-products-textbox .text-box {
        width: 92%;
        display: block;
        margin: 0 auto;
    }

    .wx-products-section figure,
    .wx-products-section2 figure {
        display: table-row-group;
        width: 100%;
    }

    #wx-main>section.wx-products-section2 figure {
        position: relative;
        top: auto !important;
        right: auto !important;
        left: auto !important;
        width: 100%;
    }

    #wx-main>section.wx-products-section2 img {
        margin-top: 2em;
    }

    #wx-main>section#wx-products02-07 {
        margin-bottom: 10%;
        padding-bottom: 0;
    }


    /* Specifications
 --------------------------------*/
    #wx-main.wx-products-main {
        padding-top: 0;
    }

    #wx-main>section#wx-specifications-sp {
        width: 100%;
        color: #000;
        padding-bottom: 1em;
        background-color: #fff;
    }

    #wx-specifications-sp h2 {
        font-size: 1.7rem;
        padding: 0 0 0.5em 1em;
        color: #fff;
        background-color: #000;
    }

    #wx-specifications-sp .c-viewer__viewbox {
        height: 320px;
    }

    #wx-specifications-sp .c-viewer__viewbox img {
        display: inline;
        width: auto;
    }

    #wx-main>section#wx_accessory-list {
        width: 92%;
        margin: 6% auto 0;
    }

    #wx_accessory-list li {
        width: 30%;
        margin: 2% 1.5%;
    }

    #wx_accessory-list li figure {
        text-align: center;
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }

    #wx_accessory-list li figure img {
        width: 70%;
        margin: 0 auto;
    }

    #wx_accessory-list li figcaption {
        text-align: center;
        font-size: 1.0rem !important;
        line-height: 1.5 !important;
        letter-spacing: normal;
        margin: 10% 0;
    }

    /* Nikon Table Component
 ------------------------------------------*/
    #wx-main>div.wx-specifications-tbl {
        width: 100%;
        margin-bottom: 5%;
    }

    .wx-specifications-tbl .c-table {
        width: 100%;
    }

    .wx-specifications-tbl .c-table {
        font-size: 1.5rem;
    }

    .wx-specifications-tbl .c-table th,
    .wx-specifications-tbl .c-table td {
        padding: 10px 20px;
    }

    .wx-specifications-tbl .c-table tbody tr th {
        color: #000;
        font-size: 1.8rem;
    }

    .wx-specifications-tbl .c-table tbody tr:nth-of-type(even) th,
    .wx-specifications-tbl .c-table tbody tr:nth-of-type(even) td {
        background-color: #fff;
    }

    .wx-specifications-tbl .c-table.c-table-accordion--2col.c-table-accordion--alt {
        border-top: 1px solid #000;
    }

    .wx-specifications-tbl .c-table.c-table-accordion--2col tbody tr th.is--open {
        border-bottom: 0;
    }

    .wx-specifications-tbl .c-table.c-table-accordion--2col.c-table-accordion--alt tbody th {
        background-color: #e7e7e7;
        border-top: 1px solid #222;
    }

    .wx-specifications-tbl .c-table--horizontal dt {
        text-align: left;
        font-weight: bold;
    }

    .c-table--horizontal dd {
        margin-bottom: 0.8em;
        text-align: left;
    }

    .wx-specifications-tbl .c-table--horizontal dt.wx-tbl-caution {
        display: none;
    }

    .wx-specifications-tbl .c-table--horizontal dd.wx-tbl-caution {
        width: 100%;
        font-size: 1.5rem;
        margin: 0 auto;
        text-align: left;
    }

    .wx-specifications-tbl .c-list--note li {
        color: #251b19;
    }

    p.wx-specifications-tbl-caption {
        display: none;
    }


    /*------------------------------------------------------
 Interview
------------------------------------------------------*/
    .wx-interview-overview {
        margin-bottom: 40px;
    }

    .wx-interview-profile {
        text-align: center;
    }

    .wx-interview-profile h3 {
        font-size: 1.8rem;
    }

    .wx-developer-img {
        vertical-align: top;
        width: 35%;
    }

    .wx-profile-body {
        width: 60%;
        padding: 0 0 0 2%;
        vertical-align: top;
    }

    .wx-profile-body h3 {
        display: none;
    }

    .wx-interview-profile {
        padding: 0.7em;
    }

    .wx-interview-profile h3,
    .wx-interview-profile p {
        text-align: left;
        color: #fff;
    }

    p.wx-profile-position {
        font-size: 1.4rem;
    }

    p.wx-profile-name {
        font-size: 1.8rem;
    }

    p.wx-profile-note {
        font-size: 1.5rem;
    }

    .wx-interview-profile>p.wx-profile-note {
        display: block;
        margin: 1em auto 0;
        width: 100%;
    }

    .wx-interview-profile p.wx-read-more {
        display: inline-block;
        position: relative;
        margin: 1em auto 0;
        text-align: center;
        font-size: 1.5rem;
        bottom: inherit;
        right: inherit;
        width: auto;
        box-sizing: border-box;
    }

    .wx-interview-main {
        padding: 60px 0 0;
    }

    .wx-interview-main h2 {
        font-size: 1.8rem;
        margin-bottom: 60px;
        max-width: 92%;
    }

    .wx-interview-main p.wx-interview-note {
        width: 92%;
        font-size: 1.4rem;
        padding: 10px 0;
        margin: 0 auto;
        text-align: left;
    }

    .wx-title-img,
    .wx-interview-head.p4 h2.wx-title-img {
        margin: 25px auto;
    }

    .wx-interview-head.p4 h2.wx-title-img span {
        font-size: 1.8rem;
    }

    .wx-title-img h2 {
        font-size: 1.8rem;
        bottom: 15%;
    }

    .wx-title-img h2 span {
        font-size: 1.1rem;
    }

    .wx-interview-head .wx-interview-profile {
        padding: 0 0 25px 0;
    }

    .wx-interview-head .wx-developer-img {
        width: 32%;
    }

    .wx-interview-head .wx-interview-profile p.wx-profile-note {
        display: block;
        clear: both;
        padding: 20px 0;
        margin-left: 0;
        font-size: 1.5rem;
    }

    .wx-interview-head .wx-interview-profile p.wx-profile-position {
        font-size: 1.4rem;
    }

    .wx-interview-head .wx-interview-profile p.wx-profile-name {
        font-size: 1.8rem;
    }

    .wx-interview-text-box>div {
        width: 100%;
        float: none;
    }

    .wx-interview-text-box p {
        font-size: 1.5rem;
    }

    .wx-interview-text-box p span.wx-interview-caution {
        font-size: 1.2rem;
    }

    .wx-interview-text-box div.right-column {
        margin-left: auto;
    }

    .wx-interview-main-img {
        margin-bottom: 30px;
    }

    #wx-contents-wrapper figure.wx-interview-main-img img {
        display: block;
        width: 100%;
        margin: 0 auto;
    }

    figure.wx-interview-main-img figcaption {
        display: block;
        width: 100%;
        padding: 0.5em;
        box-sizing: border-box;
        font-size: 1.3rem;
        line-height: 1.5;
    }

    .wx-interview-comments {
        padding: 10px 20px;
    }

    .wx-interview-comments p {
        margin-bottom: 0;
    }

    .wx-interview-relation {
        padding: 40px 0;
    }

    .wx-interview-relation a {
        display: block;
        width: 100%;
        box-sizing: border-box;
        padding: 0.6em;
        margin: 0 auto 1px;
        text-align: left;
        color: #fff;
        background: #000;
    }

    .wx-interview-relation a:first-child {
        margin-left: auto;
    }

    .wx-interview-relation a:last-child {
        margin-right: auto;
    }

    .wx-interview-relation a:hover {
        color: #fff;
        background-color: #8f8f8f;
    }

    .wx-interview-relation a:after {
        content: "";
        display: table;
        clear: both;
    }

    #wx-contents-wrapper .wx-interview-relation img {
        display: inline-block;
        vertical-align: middle;
        width: 30%;
        margin-right: 0.4em;
    }

    a.wx-interview-link-box .wx-interview-link-txt {
        display: inline-block;
        vertical-align: middle;
        text-align: left;
        width: 65%;
    }

    a.wx-interview-link-box br.is-pc {
        display: none;
    }

    a.wx-interview-link-box p {
        font-size: 1.2rem;
    }

    a.wx-interview-link-box p.wx-interview-link-title {
        font-size: 1.4rem;
    }

    a.wx-interview-link-box p span {
        font-size: 1.1rem;
    }

    a.wx-interview-link-box p.wx-interview-link-title {
        padding: 0;
        margin-bottom: 0;
    }

    a.wx-interview-link-box.active,
    a.wx-interview-link-box:hover p.wx-interview-link-title {
        background-color: #8f8f8f;
    }


    /*------------------------------------------------------
 Interview2
------------------------------------------------------*/
    .wx-interview-head.interview2 {
        width: 96.5%;
    }

    .wx-interview-head.interview2 h2 {
        position: relative;
        margin: 1em auto 2em;
        font-size: 2.4rem;
    }

    .wx-interview-head.interview2 h2 span {
        font-size: 1.4rem;
    }

    .wx-interview2-index {
        width: 96.5%;
    }

    .wx-interview2-index li {
        display: block;
        width: 100%;
        margin: 0 0 20px;
        float: none;
    }

    .wx-interview2-index li:nth-of-type(2n) {
        float: none;
    }

    .wx-interview2-index li a {
        display: block;
        position: relative;
        color: #fff;
        text-decoration: none;
        text-align: center;
        background-color: #202020;
    }

    .wx-interview2-index li .txt-box {
        padding: 1.5em 0 0.5em;
        position: relative;
        top: auto;
        left: auto;
        transform: none;
    }

    .wx-interview2-index li .txt-box h3 {
        font-size: 1.8rem;
    }

    .wx-interview2-index li .txt-box p.wx-interview2-position,
    .wx-interview2-index li .txt-box p.wx-interview2-note {
        font-size: 1.1rem;
        line-height: 1.8;
    }

    .wx-interview2-index li .txt-box p.wx-interview2-note {
        margin-bottom: 2.5em;
    }

    .wx-interview2-index li .txt-box p.wx-interview2-name {
        font-size: 1.4rem;
        line-height: 1.8;
    }

    .wx-interview2-index li p.wx-interview2-more {
        padding: 1em 2em;
        margin: 0 auto 2em;
        font-size: 1.2rem;
        background-color: #fff;
        color: #333;
        position: relative;
        bottom: auto;
        right: auto;
    }


    /*------------------------------------------------------
 Hosizora
------------------------------------------------------*/
    #wx-hosizora-index-hd-bg {
        margin: 0 auto 50px;
    }

    #wx-hosizora-index-hd-container {
        width: 100%;
    }

    #wx-hosizora-page-index li {
        display: block;
        vertical-align: top;
        width: 100%;
        margin: 0 0 30px 0;
    }

    #wx-hosizora-page-index li img {
        width: 40%;
    }

    #wx-hosizora-page-index li h3 {
        width: 50%;
        font-size: 20px;
        font-size: 2.0rem;
    }

    #wx-hosizora-page-index li h3 span,
    #wx-hosizora-page-index li p.hosizora-read {
        font-size: 16px;
        font-size: 1.6rem;
    }

    /* Hosizora Contents
 ------------------------------------------*/
    #wx-main>section#wx-hosizora {
        padding-top: 0;
    }

    .wx-hosizora-lead {
        margin: 1em auto 0;
        padding: 1em 0;
    }

    .wx-hosizora-lead h2 {
        font-size: 1.8rem;
        font-weight: bold;
        /* margin: 0 auto 0.5em; */
    }

    .wx-hosizora-lead-text p {
        font-size: 1.5rem;
        margin: 0 0 0.8em;
    }

    .wx-hosizora-contents {
        width: 100%;
        margin: 1em auto 0;
    }

    .hosizora01-left,
    .hosizora01-right {
        float: none;
    }

    .hosizora01-left {
        width: 92%;
        margin: 0 auto 1em;
    }

    .hosizora01-left figcaption {
        text-align: right;
        font-size: 1.1rem;
    }

    .hosizora01-left figcaption ul {
        display: inline-block;
        width: auto;
        text-align: left;
        white-space: nowrap;
    }

    .hosizora01-left figcaption li.line01:before,
    .hosizora01-left figcaption li.line02:before,
    .hosizora01-left figcaption li.line03:before {
        width: 12%;
        max-width: 50px;
        margin: 0 2% 0 -12%;
    }

    .hosizora01-right {
        width: 100%;
    }

    .hosizora01-right-credit {
        font-size: 1.1rem;
        margin: 1em 1em 3em 0;
    }


    /* Other Style
-------------------------------------------*/
    #wx-specifications-pc {
        display: none;
        speak: none;
    }

    #wx-specifications-sp {
        display: block;
        speak: normal;
    }

    .wx-pagetop {
        display: block;
    }

    .wx-pagetop img {
        width: 34% !important;
    }


    /* Information
-------------------------------------------*/
    .wx-info h4 {
        font-size: 1.5rem;
        line-height: 1.6;
        margin: 1em 0 0.3em;
    }

    .wx-info p,
    .wx-info ul,
    .wx-info dl {
        font-size: 1.4rem;
    }

    .is-sp {
        display: block;
    }

    br.is-sp {
        display: inherit;
    }

    .is-pc {
        display: none;
    }
}


/*------------------------------------------------------
 BreakPoint max 450px
------------------------------------------------------*/
@media only screen and (max-width: 450px) {
    #wx-hosizora-page-index li h3 {
        font-size: 14px;
        font-size: 1.4rem;
    }

    #wx-hosizora-page-index li h3 span,
    #wx-hosizora-page-index li p.hosizora-read {
        font-size: 11px;
        font-size: 1.1rem;
    }
}

/* Modal Style
-------------------------------------------*/
#modal__container {
    display: none;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    transition: all 0.4s;
}

.modal__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    transition: all 0.4s;
}

#modal__inner {
    opacity: 0;
    padding: 60px 80px;
    background-color: #fff;
    width: 100%;
    max-width: 720px;
    height: 570px;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.4s;
    transition-delay: 0.4s;
}

p.modal__close {
    display: block;
    width: 20px;
    height: 20px;
    background: transparent url(/cms/sp/wx/img/submodal_close.svg) no-repeat 0 0;
    background-size: cover;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

h2.system__ttl {
    display: block;
    margin: 0;
    padding: 0 0 30px;
    font-size: 2.2rem;
    font-weight: 800;
    text-align: left;
}

h3.system__info-ttl {
    display: inline-block;
    vertical-align: top;
    width: 28%;
    font-size: 1.8rem;
    font-weight: 800;
}

.system__info {
    padding: 30px 0;
    border-top: 1px solid #000;
}

.system__info-data {
    display: inline-block;
    vertical-align: top;
    width: 70%;
}

.system__info-data dt,
.system__info-data dd {
    margin-bottom: 0.3em;
    font-size: 1.8rem;
}

.system__info-data dt {
    font-weight: 800;
}

.system__info-data dd {
    margin-left: 0.8em;
}

#system_pc {
    display: block;
    position: relative;
}

#system_sp {
    display: none;
}

/* Modal Style (mobile)
-------------------------------------------*/
@media only screen and (max-width: 780px) {

    #modal__inner {
        width: 80%;
        height: auto;
        padding: 20px 10px 0;
        text-align: center;
    }

    h2.system__ttl {
        font-size: 1.6rem;
        text-align: center;
        padding-bottom: 20px;
    }

    .system__info {
        padding: 0;
    }

    .system__info-data {
        width: 100%;
    }

    .system__info-data dt,
    .system__info-data dd {
        margin-bottom: 0.3em;
        font-size: 1.4rem;
        line-height: 1.8;
        margin: 0 0 0.3em;
    }

    .system__info-data dt {
        padding: 20px 0 0;
    }

    .system__info-data dd {
        padding-bottom: 20px;
    }


    #system_sp {
        display: block;
        position: relative;
    }

    #system_pc {
        display: none;
    }
}


/*------------------------------------------------------
 BreakPoint min 781px
------------------------------------------------------*/
@media (min-width: 781px) {
    a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }
}
