/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

@font-face{
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.6.3');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

html {
    font-size: 62.5%;
}

body {
    -webkit-text-size-adjust: 100%;
    color: #333;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
}

body * ,
body *:before ,
body *:after {
    box-sizing: border-box;
}

input[type="submit"],
input[type="button"],
button{
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration,
button::-webkit-search-decoration {
    display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus,
button::focus {
    outline-offset: -2px;
}

a{
    color: #11c;
    -webkit-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:hover,
button:hover{
    opacity: .5;
}

button{
    -webkit-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

main{
    display: block;
}

.fa:before{
    display: inline-block;
    font-family: FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.container{
    width: 1000px;
    margin: 0 auto;
    padding: 0 10px;
}

ul.link-list{
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.link-list li.line{
    margin-top: 8px;
    padding-top: 5px;
    border-top: dashed 1px #ccc;
}

ul.link-list li > a{
    text-decoration: none;
}

ul.link-list li > a:before{
    content: '\f0da';
    display: inline-block;
    margin-right: 0.5em;
    color: #666;
    font-size: 12px;
    font-size: 1.2rem;
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

ul.link-list li > a[target="_blank"]:after{
    content: '\f08e';
    display: inline-block;
    margin-left: 0.5em;
    color: #999;
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

ul.link-list > li > ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.link-list > li > ul > li{
    padding-left: 1em;
}

#wrapper{
    position: relative;
    min-width: 1130px;
    padding-top: 60px;
    background: #fafafa;
}

/* header*/
#header{
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
    min-width: 1130px;
    height: 60px;
    padding: 10px 0 0 10px;
    background: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, .6);
}

#header-grp{
    position: relative;
    z-index: 105;
    float: left;
}

#header-logo{
    height: 20px;
    margin: -6px 0 0 0;
    padding: 0;
    line-height: 20px;
    font-size: 20px;
    font-size: 2.0rem;
}

#header-catch{
    margin: 10px 0 0 0;
    padding: 0;
    line-height: 1;
    color: #0c3178;
    font-size: 1.2rem;
    font-size: 12px;
}

#header > nav{
    float: right;
}

#header > nav > form{
    float: left;
    width: 174px;
    height: 24px;
    margin: 0 10px 0 0;
    padding-top: 10px;
}

#header > nav > form > input{
    display: block;
    height: 24px;
    border: solid 1px #0c3178;
}

#header > nav > form > input[type="text"]{
    float: left;
    width: 150px;
    padding: 0 5px;
    border-right: none;
}

#header > nav > form > input[type="submit"]{
    width: 24px;
    height: 24px;
    margin-left: 150px;
    padding: 0;
    background: #fff;
    color: #0c3178;
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    line-height: 22px;
}

#header > nav > form > input[type="submit"]:hover{
    background: #eee;
}

#header > nav > ul{
    float: left;
}

#header > nav ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

#header > nav > ul > li{
    float: left;
}

#header > nav ul > li > a{
    display: block;
    height: 40px;
    padding: 0 10px;
    color: #0c3178;
    line-height: 40px;
    text-decoration: none;
    font-size: 17px;
    font-size: 1.7rem;
}

#header > nav > ul#menu-global_nav > li > a[href="#"]:hover{
    opacity: 1;
    cursor: default;
}

#header > nav > ul > li > a.opened{
    position: relative;
}

#header > nav > ul > li > a.opened:after{
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    bottom: -10px;
    z-index: 102;
    width: 0px;
    height: 0px;
    margin-left: -10px;
    border-style: solid;
    border-width: 0 10px 12px 10px;
    border-color: transparent transparent #0c3178 transparent;
}

#header > nav > ul > li > ul{
    display: none;
    position: absolute;
    left: 0;
    top: 50px;
    z-index: 100;
    width: auto;
    padding: 20px;
    background: #0c3178;
    color: #fff;
}

#header > nav > ul > li > ul:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 101;
    width: 100%;
    height: 10px;
    background: #fff;
}

#header > nav > ul > li ul > li > a{
    display: inline-block;
    height: 30px;
    padding-left: 0;
    color: #fff;
    line-height: 30px;
    font-size: 16px;
    font-size: 1.6rem;
}

#header > nav > ul > li ul > li.no-content{
    display: inline-block;
}

#header > nav > ul > li ul > li.no-content > a{
    display: none;
}


#header > nav > ul > li ul > li a[href="#"]{
    opacity: .6;
}

#header > nav > ul > li ul > li > a[target="_blank"]:after{
    content: '\f08e';
    display: inline-block;
    margin-left: 0.5em;
    color: #999;
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#header > nav > ul > li ul > li[class^="g-"] > a::before{
    content: '';
    display: inline-block;
    margin-right: 0.5em;
    color: #fff;
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#header > nav > ul > li ul > li.g-instagram > a::before{
    content: '\f16d';
}

#header > nav > ul > li ul > li.g-facebook > a::before{
    content: '\f09a';
}

#header > nav > ul > li ul > li.g-twitter > a::before{
    content: '\f099';
}

#header > nav > ul > li ul > li.g-youtube > a::before{
    content: '\f16a';
}

#header > nav > ul > li ul > li:not(.no-content) ul > li:before{
    content: '\f0da';
    display: inline-block;
    margin-right: 0.5em;
    color: #fff;
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#header > nav > ul > li ul > li.no-content ul > li ul > li:before{
    content: '\f0da';
    display: inline-block;
    margin-right: 0.5em;
    color: #fff;
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#header > nav > ul > li > ul > li ul{
    padding-left: 10px;
}

#header > nav > ul.utility_nav{
}

#header > nav > ul > li.signin{
    position: relative;
}

#header > nav > ul > li > a.signed-in-user{
    position: relative;
    margin: 0 2px;
    padding-top: 21px;
    background: #b2e3aa;
    line-height: 1;
}

#header > nav > ul > li > a.signed-in-user > span{
    position: absolute;
    left: 10px;
    top: 3px;
    background: #b2e3aa;
    font-size: 1.2rem;
    white-space: nowrap;
}

#signin-box{
    display: none;
    position: absolute;
    right: 0;
    top: 50px;
    width: 280px;
    padding: 20px;
    background: #0c3178;
    color: #fff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .6);
}

#signin-box.signedin{
    width: 400px;
}

#signin-box.opened{
    display: block;
}

#signin-box input[type="submit"]{
    height: 24px;
    padding: 0 10px;
    border: solid 1px #0c3178;
    background: #fcee21;
    color: #000;
    line-height: 22px;
}

#signin-box input[type="submit"]:hover{
    opacity: .6
}

#signin-box a{
    text-decoration: none;
}

#signin-box > div > form > div{
    margin-top: 20px;
}

#signin-box > div > form > div > input{
    float: left;
}

#signin-box > div > form > div > a{
    float: right;
    color: #fff
}

#signin-box > .signed-in > p{
    margin: 0;
    font-size: 2.0rem;
}

#signin-box > .signed-in a{
    color: #fff;
}

#signin-box > .signed-in > div{
    margin-top: 10px;
}

#signin-box > .signed-in > div > a{
    display: block;
    color: #fff;
}

#signin-box > .signed-in > div p{
    margin: 0;
}

#signin-box > .signed-in > div{
    position: relative;
    height: 40px;
    padding-left: 72px;
}

#signin-box > .signed-in > div:last-of-type{
    height: auto;
    margin-top: 20px;
    padding-left: 0;
}

#signin-box > .signed-in > div:not(:last-of-type):before{
    content: '\f015';
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    font-family: FontAwesome;
    font-size: 3.6rem;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#signin-box > .signed-in > div:nth-of-type(2):before{
    content: '\f1da';
}

#signin-box > .signed-in > div:nth-of-type(3):before{
    content: '\f013';
}

#signin-box > .signed-in > div:nth-of-type(4):before{
    content: '\f249';
}

#signin-box > .signed-in > div:nth-of-type(5):before{
    content: '\f019';
}

#signin-box > .signed-in > div > div a{
    display: inline-block;
    height: 24px;
    padding: 0 10px;
    background: #0c3178;
    color: #fff;
    line-height: 22px;
    white-space: nowrap;
}

#signin-box > .signed-in > div > div > form{
    display: inline;
}

#signin-box > .signed-in > div > div{
    display: table;
    width: 100%;
    margin-top: 10px;
}

#signin-box > .signed-in > div > div > div{
    display: table-cell;
}

#signin-box > .signed-in > div > div > div:nth-of-type(2){
    width: 100px;
}

#signin-box > .not-signed-in > form > dl{
    margin: 0;
}

#signin-box > .not-signed-in > form > dl > dt:not(:first-of-type){
    padding-top: 10px;
}

#signin-box > .not-signed-in > form > dl > dd{
    margin: 0;
    padding-top: 5px;
}

#signin-box > .not-signed-in > form > dl > dd > input{
    width: 100%;
    color: #000;
}

#signin-box > .not-signed-in > form > p.error{
    margin: 15px 0;
    color: #fcee21;
}

#signin-box > .hide-btn{
    position: absolute;
    right: 10px;
    top: 10px;
}

#signin-box > .hide-btn > a{
    display: block;
    width: 20px;
    height: 20px;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
}

#signin-box > .hide-btn > a:before{
    content: '\f00d';
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#menu-global_nav .g-products > ul{
    padding-top: 30px;
}

#menu-global_nav .g-products > ul > li.g-lcd,
#menu-global_nav .g-products > ul > li.g-vfd,
#menu-global_nav .g-products > ul > li.g-oled{
    margin-bottom: 30px;
}

#menu-global_nav .g-products > ul > li > a{
    color: #fff;
}

#menu-global_nav .g-products > ul > li ul{
    padding-left: 170px;
    color: #fff;
}

#menu-global_nav .g-products > ul > li ul > li > a{
    color: #fff;
}

#header > nav > ul > li.g-products ul > li ul > li:before{
    color: #fff;
}

#menu-global_nav .g-products li > a::before{
    display: inline-block;
    float: left;
}

#menu-global_nav .g-products li.g-lcd > a::before{
    content: url(../img/nav-product-n-01.png);
    margin-right: 20px;
}

#menu-global_nav .g-products li.g-vfd > a:before{
    content: url(../img/nav-product-n-02.png);
    margin-right: 20px;
}

#menu-global_nav .g-products li.g-oled > a::before{
    content: url(../img/nav-product-n-03.png);
    margin-right: 20px;
}


/* content */
#content{
    padding-top: 30px;
    padding-bottom: 60px;
}

#content h1{
    margin: 0 0 30px 0;
    color: #0c3178;
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: normal;
}

#content h2{
    margin: 0 0 20px 0;
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: normal;
}

/* home */
.home #content{
    padding-top: 0;
    padding-bottom: 0;
}

/* main visual */
#main-visual{
    position: relative;
    left: 0;
    top: 0;
    z-index: 1100;
    width: 100%;
    overflow: hidden;
}

.home #main > div#main-visual{
    padding: 0;
}

#main-visual ul{
    list-style: none;
    margin: 0 auto;
    padding: 0;
    height: 480px
}

#main-visual ul > li{
    position: relative;
    height: 480px;
    background: #fafafa;
    overflow: hidden;
}

#main-visual ul > li > span{
    position: absolute;
    left: 0;
    top: -5px;
    z-index: 1100;
    width: 100%;
    height: 490px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}

#main-visual ul > li > span:after{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1110;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
}

#main-visual ul > li > a{
    position: relative;
    z-index: 1120;
    display: block;
    width: 100%;
    max-width: 1366px;
    height: 100%;
    margin: 0 auto;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}

#main-visual ul > li > a:hover{
    opacity: 1;
}

#main-visual .bx-pager{
    width: 100%;
    height: 44px;
    padding: 10px 0 0 0;
    background: #fafafa;
    text-align: center;
}

#main-visual .bx-pager-item{
    display: inline-block;
    margin-left: 20px;
}

#main-visual .bx-pager-item:nth-of-type(1){
    margin-left: 0;
}

#main-visual .bx-pager-item > a{
    display: block;
    width: 12px;
    height: 12px;
    border: solid 1px #EE7800;
    border-radius: 6px;
    background: #fafafa;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

#main-visual .bx-pager-item > a.active{
    background: #ee7800;
}

#topic{
    width: 1000px;
    margin: 30px auto 0;
    padding: 10px 0 10px 0;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    line-height: 1.4;
}

#topic > div{
    padding-right: 10px;
    padding-left: 10px;
}

#topic > div > div:nth-of-type(1){
    float: right;
    width: 800px;
}

#topic > div > div:nth-of-type(2){
    margin-right: 830px;
}

#content #topic h2{
    margin: 0 0 5px 0;
    font-size: 22px;
    font-size: 2.2rem;
}

#content #topic h2 > a{
    text-decoration: none;
}

#topic .topic-content p{
    margin: 0;
}

#topic .topic-link{
    padding-top: 5px;
}

#news > dl{
    margin: 0;
    padding-left: 18px;
}

#news > dl > dt:not(:first-of-type),
#news > dl > dd:not(:first-of-type){
    padding-top: 5px;
    border-top: dashed 1px #ccc;
}

#news > dl > dt{
    clear: left;
    float: left;
    width: 220px;
}

#news > dl > dt > span > a{
    display: inline-block;
    margin-left: 15px;
    padding: 0 5px;
    background: #7b8d42;
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.2;
    text-decoration: none;
}

#news > dl > dt > span.press-release > a{
    background: #ee7800;
}

#news > dl > dd{
    margin: 0 0 0 220px;
    padding-bottom: 5px;
}

#news > dl > dd > a{
    text-decoration: none;
}

#news > dl > dd > a:before{
    content: '\f0da';
    display: inline-block;
    margin-right: 0.5em;
    color: #666;
    font-size: 12px;
    font-size: 1.2rem;
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#news .read-more{
    margin-left: 18px;
    border-top: dashed 1px #ccc;
}

.read-more{
    padding-top: 10px;
    text-align: right;
}

.read-more > a{
    text-decoration: none;
}

.read-more > a:before{
    content: '\f061';
    display: inline-block;
    margin-right: 0.5em;
    color: #666;
    font-size: 12px;
    font-size: 1.2rem;
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#support{
    position: relative;
}

#support > div:first-of-type{
    float: left;
    width: 268px;
    padding-left: 18px;
}

#support > div > h3{
    margin: 0 0 10px 0;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: normal;
    line-height: 1;
}

#support > div > form{
    height: 48px;
    font-size: 22px;
    font-size: 2.2rem;
}

#support > div > form > input{
    display: block;
    height: 48px;
    border: solid 1px #0c3178;
}

#support > div > form > input[type="text"]{
    float: left;
    width: 202px;
    padding: 0 5px;
    border-right: none;
}

#support > div > form > input[type="submit"]{
    width: 48px;
    margin-left: 202px;
    padding: 0;
    background: #fff;
    color: #0c3178;
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    line-height: 22px;
}

#support > div > form > input[type="submit"]:hover{
    background: #eee;
}

#support > ul{
    list-style: none;
    position: relative;
    margin: 0 0 0 338px;
    padding: 0;
}

#support > ul > li.line{
    margin-top: 8px;
    padding-top: 5px;
    border-top: dashed 1px #ccc;
}

#support > ul > li > a{
    font-size: 22px;
    font-size: 2.2rem;
    text-decoration: none;
}

#support > ul > li > a:before{
    content: '\f0da';
    display: inline-block;
    margin-right: 0.5em;
    color: #666;
    font-size: 12px;
    font-size: 1.2rem;
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#support > ul > li > a[target="_blank"]:after{
    content: '\f08e';
    display: inline-block;
    margin-left: 0.5em;
    color: #999;
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#support > ul > li > a[class=""]:after{
    content: '\f08e';
    display: inline-block;
    margin-left: 0.5em;
    color: #999;
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#support > div:nth-last-of-type(2){
    position: absolute;
    right: 240px;
    top: 0;
}

#support > div:last-of-type{
    position: absolute;
    right: 0;
    top: 0;
}

#sns{
    margin-top: -40px;
    text-align: center;
}

#sns ul{
    list-style: none;
    display: inline-block;
    margin: 0;
    padding: 0;
}

#sns ul > li{
    display: table-cell;
    padding: 0 40px;
    vertical-align: top;
}

#sns ul > li > div{
    display: block;
    margin-top: 20px;
}

#about{
    position: relative;
    height: 320px;
    overflow: hidden;
}

#about > div:first-of-type{
    position: absolute;
    left: 0;
    top: -5px;
    z-index: 100;
    width: 100%;
    height: 330px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}

#about > div:first-of-type:after{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 110;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
}

#about > div:nth-of-type(2){
    position: relative;
    z-index: 120;
    width: 100%;
    max-width: 1366px;
    height: 100%;
    margin: 0 auto;
    padding-top: 40px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

#about > div:nth-of-type(2) > div > h2{
    float: left;
    color: #fff;
}

#about > div:nth-of-type(2) > div > ul{
    float: right;
    list-style: none;
    margin: 60px 0 0 0;
    padding: 20px 40px;
    background: rgba(255, 255, 255, .9);
}

#about > div:nth-of-type(2) > div > ul > li > a{
    color: #EE7800;
    font-size: 22px;
    font-size: 2.2rem;
    text-decoration: none;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
}

#about > div:nth-of-type(2) > div > ul > li > a:before{
    content: '\f0da';
    display: inline-block;
    margin-right: 0.5em;
    font-size: 18px;
    font-size: 1.8rem;
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#products{
    background: #eee;
}

#products > section > ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

#products > section > ul > li{
    float: left;
    width: 196px;
    text-align: center;
}

#products > section > ul > li > h3{
    margin: 5px 0 0 0;
}

#products > section > ul > li > h3 > a{
    color: #0c3178;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
    text-decoration: none;
}

#products > section > ul > li > div > a{
    display: block;
    width: 160px;
    margin: 0 auto;
    border: solid 1px #999;
}

#products > section > ul > li > div > a > img{
    width: 100%;
    height: auto;
}

#to-top{
    display: none;
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 100;
}

#to-top > a{
    display: block;
    width: 50px;
    height: 50px;
    background: rgba(99, 169, 205, .8);
    color: #fff;
    text-decoration: none;
    text-align: center;
    line-height: 48px;
}

#to-top > a:before{
    content: '\f077';
    display: inline-block;
    font-size: 20px;
    font-size: 2.0rem;
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* page nav */
#wrapper.fixed{
    padding-top: 90px;
}

#wrapper.fixed #header{
    box-shadow: none;
}

#wrapper.fixed #page-nav{
    position: fixed;
    left: 0;
    top: 60px;
    z-index: 999;
    width: 100%;
    min-width: 1000px;
    height: 30px;
    margin-top: 0;
    background: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, .6);
}

#page-nav{
    margin-top: 20px;
}

#page-nav > ul{
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

#page-nav > ul > li{
    display: inline-block;
    float: none;
}

#page-nav > ul > li > a{
    display: inline-block;
    font-size: 18px;
    font-size: 1.8rem;
    text-decoration: none;
}

#page-nav > ul > li:not(:last-child):after{
    content: '|';
    position: relative;
    top: -2px;
    padding: 0 10px;
    font-size: 14px;
    font-size: 1.4rem;
}

/* videos */
.yt-channel-list > div{
    width: 25%;
    float: left;
    padding: 0 20px;
    margin-bottom: 20px;
}

.yt-channel-list > div:nth-of-type(4n+1){
    clear: left;
}

#content .yt-channel-list > div > h2{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    position: relative;
    height: 48px;
    margin-bottom: 10px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
}

_:-ms-input-placeholder, :root  #content .yt-channel-list > div > h2::before,
_:-ms-input-placeholder, :root  #content .yt-channel-list > div > h2::after {
    position: absolute;
    background: #fafafa;
}
_:-ms-input-placeholder, :root  #content .yt-channel-list > div > h2::before {
    content: '...';
    bottom: 0;
    right: 0;
    font-weight: normal;
}
_:-ms-input-placeholder, :root  #content .yt-channel-list > div > h2::after {
    content: '';
    height: 100%;
    width: 100%;
}

.yt-channel-list > div > a{
    display: block;
}

.yt-channel-list > div > a > img{
    max-width: 100%;
    height: auto;
}

.yt-channel-list > div > p{
    text-align: right;
}

.yt-video-list > div{
    width: 25%;
    float: left;
    padding: 0 20px;
    margin-bottom: 20px;
}

.yt-video-list > div > a{
    display: block;
    position: relative;
}

.yt-video-list > div > a:hover{
    opacity: 1;
}

#content .yt-video-list > div > a > h2{
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 20;
    margin: 0;
    padding: 0 5px;
    background: #000;
    background: rgba(0, 0, 0, .6);
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
}

.yt-video-list > div > a > img{
    position: relative;
    z-index: 0;
    max-width: 100%;
    height: auto;
    opacity: 1;
    -webkit-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out;
}

.yt-video-list > div > a:hover img{
    opacity: .5;
}

.yt-video-list > div > a > span{
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 30;
    width: 230px;
    margin: 10px 0 0 -115px;
    padding: 5px 8px;
    border: solid 1px #fff;
    background: #eee;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
}

.yt-video-list > div > a > span:after{
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: -10px;
    width: 0px;
    height: 0px;
    margin-left: -5px;
    border-style: solid;
    border-width: 0 5px 10px 5px;
    border-color: transparent transparent #eee transparent;
}

.yt-playlist-list a.now{
    pointer-events: none;
    color: #333;
}

.yt-video{
    margin-bottom: 60px;
}
.yt-video > iframe{
    display: block;
    width: 800px;
    margin: 0 auto;
}

.yt-video > div{
    margin-top: 40px;
    padding: 20px;
    background: #eee;
}

.yt-video > div > p{
    margin-bottom: 0;
    text-align: right;
}

.yt-video > p:first-of-type{
    margin-right: 90px;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: right;
}

.yt-channel-list > div{
    width: 25%;
    float: left;
    padding: 0 20px;
    margin-bottom: 20px;
}

.yt-channel-list > div:nth-of-type(4n+1){
    clear: left;
}

.yt-category-list{
    margin-top: 40px;
}

.yt-category-list > div{
    width: 25%;
    float: left;
    padding: 0 20px;
    margin-bottom: 20px;
}

.yt-category-list > div:nth-of-type(4n+1){
    clear: left;
}

#content .yt-category-list > div > h2{
    margin-bottom: 0;
    font-size: 2.2rem;
}

.yt-category-list > div > p{
    margin-top: 10px;
    text-align: right;
}

.yt-f-video{
    margin-bottom: 40px;
}

.yt-f-video > iframe{
    display: block;
    width: 800px;
    margin: 0 auto;
}

.yt-f-video > div{
    margin-top: 40px;
    padding: 20px 0 20px 20px;
    background: #eee;
}

.yt-f-video > div > p:nth-of-type(1){
    margin: 0;
}

.yt-f-video > div> p{
    font-size: 1.8rem;
}

.yt-f-video > div > div{
    max-height: 210px;
    overflow: auto;
}

.yt-f-video > div .editor-content{
    max-height: 210px;
    overflow: auto;
}


#content .videos h2,
#content .video h2,
#content .playlist h2 {
    margin: 60px 0 20px 0;
    padding-left: 20px;
    border-left: solid 10px #52A2C6;
    color: #707070;
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: normal;
    text-align: left;
    line-height: 1;
}

.yt-back{
    margin-top: 40px;
}

.yt-f-video-02{
    display: flex;
}

.yt-f-video-02 > div:nth-of-type(1){
    width: 471px;
}

.yt-f-video-02 > div:nth-of-type(1) > div{
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
}

.yt-f-video-02 > div:nth-of-type(1) > div iframe{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.yt-f-video-02 > div:nth-of-type(2){
    flex: 1;
    padding-left: 20px;
}

.yt-f-video-02 > div:nth-of-type(2) > p{
    margin: 0 0 10px;
    font-size: 2.0rem;
    font-weight: bold;
}

.yt-f-video-02 > div:nth-of-type(2) > div{
    height: 225px;
    color: #707070;
    overflow: auto;
}

.yt-f-video-02 > div:nth-of-type(2) > div > p{
    margin: 0 0 5px;
}

.yt-f-video-02 > div:nth-of-type(2) > div > *:nth-last-of-type(1){
    margin-bottom: 0;
}

.yt-video-list-02 > div{
    width: 25%;
    float: left;
    padding: 0 20px;
    margin-bottom: 20px;
}

.yt-video-list-02 > div > a{
    display: block;
    position: relative;
}

.yt-video-list-02 > div > a:hover{
    opacity: 1;
}

.yt-video-list-02 > div > a:hover::before{
    content: '';
    position: absolute;
    left: 1px;
    top: 1px;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    background: rgba(0, 0, 0, .9);
}

.yt-video-list-02 > div > a:hover::after{
    content: '▶ Play';
    position: absolute;
    left: 50%;
    top: 50%;
    color: #fff;
    font-size: 2.0rem;
    font-weight: bold;
    letter-spacing: 1px;
    transform: translate(-50%, -50%);
}

#content .yt-video-list-02 > div > a > h3{
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 20;
    margin: 0;
    padding: 0 5px;
    background: #000;
    background: rgba(0, 0, 0, .6);
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
}

.yt-video-list-02 > div > a > img{
    position: relative;
    z-index: 0;
    max-width: 100%;
    height: auto;
    opacity: 1;
    -webkit-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out;
}

.yt-video-list-02 > div > a:hover img{
    opacity: .5;
}

.yt-video-list-02 > div > a > span{
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 30;
    width: 230px;
    margin: 10px 0 0 -115px;
    padding: 5px 8px;
    border: solid 1px #fff;
    background: #eee;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
}

.yt-video-list-02 > div > a > span:after{
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: -10px;
    width: 0px;
    height: 0px;
    margin-left: -5px;
    border-style: solid;
    border-width: 0 5px 10px 5px;
    border-color: transparent transparent #eee transparent;
}

.yt-category-list-02{
    margin-top: 20px;
}

.yt-category-list-02 > div{
    width: 25%;
    float: left;
    padding: 0 20px;
}

.yt-category-list-02 > div:nth-of-type(4n+1){
    clear: left;
}

#content .yt-category-list-02 > div > h3{
    margin: 0;
    font-size: 2.2rem;
    font-weight: normal;
}

.yt-category-list-02 > div > p{
    margin-top: 10px;
    text-align: right;
}

.yt-channel-list-02 > div{
    width: 25%;
    float: left;
    padding: 0 20px;
    margin-bottom: 20px;
}

.yt-channel-list-02 > div:nth-of-type(4n+1){
    clear: left;
}

#content .yt-channel-list-02 > div > h3{
    position: relative;
    margin: 10px 0 0;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
    overflow: hidden;
}

.yt-channel-list-02 > div > a{
    display: block;
    position: relative;
}

.yt-channel-list-02 > div > a > img{
    max-width: 100%;
    height: auto;
}

.yt-channel-list-02 > div > a > p{
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    right: 1px;
    top: 1px;
    width: 72px;
    height: calc(100% - 2px);
    margin: 0;
    background: rgba(255, 255, 255, .8);
    color: #333;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}

.yt-channel-list-02 > div > a > p > span{
    display: inline-block;
    position: relative;
}

.yt-channel-list-02 > div > a > p > span::before,
.yt-channel-list-02 > div > a > p > span::after{
    content: '\f0c9';
    display: block;
    font-size: 2.4rem;
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.yt-channel-list-02 > div > a > p > span::before{
    content: '\f04b';
    position: absolute;
    bottom: 4px;
    right: 50%;
    margin-right: -14px;
    font-size: 1.0rem;
    text-shadow: 2px  2px 1px #fff,
    -2px  2px 1px #fff,
     2px -2px 1px #fff,
    -2px -2px 1px #fff,
     2px  0px 1px #fff,
     0px  2px 1px #fff,
    -2px  0px 1px #fff,
     0px -2px 1px #fff;
    transform: translate(-50%, 0);
}

.yt-channel-list-02 > div > p{
    margin: 5px 0 0 0;
}

.yt-tag-search-02 input{
    width: 187px;
    height: 40px;
    padding: 0 5px;
    border: solid 1px #0c3178;
    border-right: none;
    background: #fff;
    vertical-align: top;
}

.yt-tag-search-02 button {
    display: inline-block;
    width: 40px;
    height: 40px;
    padding: 0;
    border: solid 1px #0c3178;
    background: #fff;
    color: #0c3178;
    font-size: 2.4rem;
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    line-height: 38px;
}

/* contact form */
#inquiry-form-box{
    margin-right: 400px;
}

#inquiry-form-box > form > dl{
    margin: 0;
}

#inquiry-form-box > form > dl > dt,
#inquiry-form-box > form > dl > dd{
    padding: 10px 0;
}

#inquiry-form-box > form > dl > dt{
    clear: left;
    float: left;
    width: 160px;
}

div[id$="-form-box"] label.required:after{
    content: '*';
    color: #f00;
}

#inquiry-form-box > form > dl > dd{
    margin: 0 0 0 180px;
}

#inquiry-form-box form dl > dd > input,
#inquiry-form-box form dl > dd > select,
#inquiry-form-box form dl > dd > textarea{
    width: 100%;
}

#inquiry-form-box form dl > dd > textarea{
    height: 200px;
}

#inquiry-form-box > form > fieldset{
    margin: 20px 0 20px 0;
    padding: 20px;
    border: solid 1px #ccc;
}

#inquiry-form-box > form > fieldset > legend{
    font-size: 18px;
    font-size: 1.8rem;
}

#inquiry-form-box > form > fieldset > dl{
    margin: 0;
}

#inquiry-form-box > form > fieldset > dl > dt,
#inquiry-form-box > form > fieldset > dl > dd{
    padding: 10px 0;
}

#inquiry-form-box > form > fieldset > dl > dt{
    clear: left;
    float: left;
    width; 140px;
}

#inquiry-form-box > form > fieldset > dl > dd{
    margin: 0 0 0 160px;
}

#inquiry-form-box .note{
    margin: 0;
}

#inquiry-form-box > form > fieldset > dl > dd{
    margin: 0 0 0 160px;
}

#inquiry-form-box > form > fieldset > dl > dd > label{
    display: inline-block;
    padding-left: 5px;
}

div[id$="-form-box"] > form .buttons{
    margin-top: 30px;
}

div[id$="-form-box"] > form .buttons > button{
    display: inline-block;
    margin-left: 20px;
    padding: 4px 12px;
    background: #ccc;
}

div[id$="-form-box"] > form .buttons > button:first-of-type{
    margin-left: 0;
}

div[id$="-form-box"] > form .buttons > button[type="submit"]{
    background: #7b8d42;
    color: #fff;
}

div[id$="-form-box"] > form .buttons > button[disabled="disabled"]{
    background: #999;
}

div[id$="-form-box"] > form .buttons > button[disabled="disabled"]:hover{
    opacity: 1;
}

#login-form-box{
    float: right;
    width: 300px;
}

#login-form-box > form > p{
    margin-top: 0;
}

#login-form-box > form > dl{
    margin: 0;
}

#login-form-box > form > dl > dt:not(:first-of-type){
    margin-top: 10px;
}

#login-form-box > form > dl > dd{
    margin: 0;
}

#login-form-box > form > dl > dd > input{
    width: 100%;
}

#login-form-box p.error{
    margin: 20px 0 0 0;
    color: #f00;
}

#login-form-box p.lost-pass{
    margin-top: -30px;
    text-align: right;
}

#login-form-box p.lost-pass > a{
    text-decoration: none;
}

#login-form-box p.lost-pass > a:before{
    content: '\f0da';
    display: inline-block;
    margin-right: 0.5em;
    color: #666;
    font-size: 12px;
    font-size: 1.2rem;
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.password-box input{
    width: 100%;
}

.password-box button{
    display: inline-block;
    margin: 15px 0 0 0;
    padding: 4px 12px;
    background: #7b8d42;
    color: #fff;
}

form .formError{
    z-index: 900;
}

form .formError .formErrorContent{
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
}

form .formError .formErrorArrow div{
    border-left: 2px solid #ddd;
    border-right: 2px solid #ddd;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
}

#password-form-box > form > fieldset,
#re-login-form-box > form > fieldset{
    padding: 20px;
    border: solid 1px #ccc;
}

#password-form-box > form > fieldset > dl,
#re-login-form-box > form > fieldset > dl{
    margin: 0;
}

#password-form-box > form > fieldset > dl > dd,
#re-login-form-box > form > fieldset > dl > dd{
    margin: 10px 0 0 0;
}
#password-form-box > form > fieldset > dl > dd > input,
#re-login-form-box > form > fieldset > dl > dd > input{
    width: 400px;
}

#password-form-box  p.error,
#re-login-form-box  p.error{
    color: #f00;
}

a.h-back{
    display: block;
    margin-top: 30px;
    text-decoration: none;
}

a.h-back:before{
    content: '\f0da';
    display: inline-block;
    margin-right: 0.5em;
    color: #666;
    font-size: 12px;
    font-size: 1.2rem;
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#main img{
    max-width: 100%;
    height: auto;
}

#main table{
    width: 100%;
    border-collapse: collapse;
    background: #fff;
}

#main table th,
#main table td{
    padding: 5px;
    border: solid 1px #ccc;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    text-align: center;
}

#main table > thead > tr > th{
    background-color: #f0f8ff;
}

#main table > tbody > tr > th{
    background-color: #eee;
}

#main table a{
    text-decoration: none;
}

/* news */

body.archive #content,
body.single #content{
    width: 1000px;
    margin: 0 auto;
    padding-right: 10px;
    padding-left: 10px;
}

#main.news{
    float: left;
    width: 640px;
}

#main.news.campaign{
    float: none;
    width: auto;
}

.news-list{
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: dotted 1px #ccc;
}

#content .news-list.single > h1{
    margin: 0 0 20px 0;
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: normal;
}

#content .news-list > h2{
    margin: 0;
}

.news-list > h2 > a{
    text-decoration: none;
}

.news-list > p:first-of-type{
    margin: 0 0 10px 0;
}

.news-list > p:first-of-type > span > a{
    display: inline-block;
    margin-left: 15px;
    padding: 0 5px;
    background: #7b8d42;
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.2;
    text-decoration: none;
}

.news-list > p:first-of-type > span.press-release > a{
    background: #ee7800;
}

.page-nav{
    list-style: none;
    margin: 0;
    padding: 0;
}

.page-nav > li:first-child{
    float: left;
}

.page-nav > li:nth-child(2){
    float: right;
}

.page-nav > li > a{
    text-decoration: none;
}

.page-nav > li > a:before,
.page-nav > li > a:after{
    display: inline-block;
    color: #666;
    font-size: 12px;
    font-size: 1.2rem;
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.page-nav > li:nth-child(1) > a:before{
    content: '\f060';
    margin-right: 0.5em;
}

.page-nav > li:nth-child(2) > a:after{
    content: '\f061';
    margin-left: 0.5em;
}

.page-nav.single > li:nth-child(2) > a:before{
    content: '\f061';
    margin-right: 0.5em;
}

.page-nav.single > li:nth-child(2) > a:after{
    display: none;
}

.page-nav.single > li{
    float: none;
}

#sidebar{
    margin-left: 740px
}

#sidebar > div:not(:first-of-type){
    margin-top: 30px;
}

#sidebar > div > p{
    margin: 0 0 5px 0;
    font-size: 22px;
    font-size: 2.2rem;
}

#sidebar > div > ul > li{
    padding-left: 10px;
}

#breadcrumb{
    background: #fff;
}

#breadcrumb > ul{
    list-style: none;
    margin: 0;
    padding: 0 10px;
}

#breadcrumb > ul > li{
    float: left;
    margin-left: 5px;
    padding: 2px 0;
    font-size: 14px;
    font-size: 1.4rem;
}

#breadcrumb > ul > li:first-child{
    margin-left: 0;
}

#breadcrumb > ul > li > a{
    text-decoration: none;
}


#content .child-list > section > h2{
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: normal;
}

#content .child-list > section > h2 > a{
    text-decoration: none;
}

#content .child-list > section > h2 > a:after{
    content: '\f101';
    display: inline-block;
    margin-left: 0.5em;
    color: #666;
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.child-list > section:not(#mv) {
    padding: 0;
}

.child-list > section:not(#mv) h2{
    padding-bottom: 0;
    margin-bottom: 20px;
    text-align: left;
    line-height: inherit;
}

.cursor-d > a{
    cursor: default;
}

.cursor-d > a:hover{
    opacity: 1;
}

/* error404 */
body.error404 #content{
    width: 1000px;
    margin: 0 auto;
    padding-right: 10px;
    padding-left: 10px;
}

#main.page-404 h2{
    font-size: 22px;
    font-size: 2.2rem;
}

#main.page-404 h3{
    margin: 30px 0 0 0;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: normal;
}

#main.page-404 h3 + p{
    margin-top: 5px;
}

#main.page-404 .contact-404{
    margin-top: 30px;
}

#main.page-404 .contact-404 > div:first-of-type{
    width: 380px;
    float: right;
}

#main.page-404 .contact-404 > div:nth-of-type(2){
    margin-right: 380px;
}

#main.page-404 .contact-404 > div:first-of-type > h3{
    margin-top: 0;
}

.pc-switcher{
    padding: 30px 0;
    text-align: center;
    font-size: 48px;
    font-size: 4.8rem;
}

.pc-switcher > span.active,
.pc-switcher > a{
    display: inline-block;
    padding: 10px 20px;
    border: solid 1px #0c3178;
}

.pc-switcher > span.active{
    background: #0c3178;
    color: #fff;
}

.pc-switcher > a{
    background: #fff;
    color: #11c;
    text-decoration: none;
}

/* comments */
#comment-area{
    margin-top: 20px;
    padding: 20px;
    background: #fff;
}

#comment-area h3{
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: normal;
}

#comment-area ol{
    list-style-position: inside;
    padding: 0;
}

#comment-area ol > li{
    padding: 20px 0;
    border-top: dotted 1px #ccc;
}

#comment-area ol > li:first-child{
    border-top: none;
}

#comment-area ol > li > div{
    padding-left: 20px;
}

#comment-area ol > li div{
    display: inline;
}

#comment-area input[type="submit"]{
    display: inline-block;
    padding: 4px 12px;
    background: #7b8d42;
    color: #fff;
}

#respond{
    padding: 20px;
    background: #fafafa;
}

#respond .required{
    color: #f00;
}

#respond p[class^="comment-form-"] > label{
    display: block;
    clear: left;
    float: left;
    width: 120px;
}


#respond p[class^="comment-form-"] > input,
#respond p[class^="comment-form-"] > textarea{
    display: block;
    width: 400px;
}

/* selection guide */
#main.selection{
    padding: 0 10px;
}

#selection-guide-module{
    display: flex;
    width: 100%;
    align-items: flex-start;
}

#selection-guide-module > div:nth-of-type(1){
    width: 0;
    flex-shrink: 0;
}

#selection-guide-module > div:nth-of-type(2){
    flex: 1;
    position: relative;
}

#loading{
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 1000;
    width: 84px;
    height: 84px;
    margin: -42px 0 0 -42px;
    color: rgba(0, 0, 0, .6);
    font-size: 8.4rem;
    text-align: center;
    line-height: 84px;
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

#loading:before{
    content: '\f110';
    display: inline-block;
    font-family: FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#content #sg-form h2{
    margin: 0 0 5px 0;
    color: #0c3178;
    font-size: 1.8rem;
}

#sg-form{
    display: none;
    width: 240px;
    padding: 10px;
    border: solid 1px #999;
    background: #eee;
    transition: opacity 300ms ease-in-out;
}

#sg-form.fixed{
    position: fixed;
    left: 10px;
    top: 80px;
    z-index: 1;
    overflow: auto;
}

#sg-form > ul{
    list-style: none;
    margin: 0;
    padding: 0;
    max-height: calc(100vh - 180px);
}

#sg-form > ul > li{
    position: relative;
    padding: 10px 0;
    border-bottom: solid 1px #ccc;
}

#sg-form > ul > li:last-child{
    border-bottom: 0;
}

#sg-form > ul > li:nth-child(1){
    padding-top: 0;
}

#sg-form > ul > li > p{
    margin: 0 0 5px 0;
    font-weight: bold;
}

#sg-form > ul > li > p.close {
    position: absolute;
    right: 0;
    top: 0;
}

#sg-form > ul > li > p.close > a{
    display: block;
    width: 30px;
    height: 30px;
    color: #999;
    font-size: 2.4rem;
    text-decoration: none;
    text-align: center;
    line-height: 30px;
}

#sg-form > ul > li > p.close > a::before{
    content: '\f00d';
    display: inline-block;
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#sg-form > ul > li > div:not(.no-box){
    position: relative;
    height: 75px;
    overflow: hidden;
    transition: height 300ms ease-in-out;
}

#sg-form > ul > li > div > ul{
    list-style: none;
    min-height: 80px;
    margin: 0;
    padding: 5px 10px;
    background: #fff;
    font-size: 1.4rem;
}

#sg-form > ul > li > div > ul > li > label{
    margin-left: 5px;
}

#sg-form > ul > li > div > ul > li > input[type="checkbox"]:checked + label{
    font-weight: bold;
}

#sg-form > ul > li > div > ul > li > ul{
    list-style: none;
    margin: 0;
    padding: 0 0 0 12px;
}

#sg-form > ul > li > div > ul > li > ul > li > label{
    margin-left: 5px;
}

#sg-form > ul > li > div > ul > li > ul > li > input[type="checkbox"]:checked + label{
    font-weight: bold;
}

#sg-form > ul > li > div > div > a{
    position: absolute;
    width: 100%;
    height: 20px;
    left: 0;
    bottom: 0;
    text-align: center;
    background: #999;
    color: #fff;
    font-size: 1.0rem;
    text-decoration: none;
    line-height: 20px;
}

#sg-form > ul > li > div > div > a:before{
    content: '▼';
}

#sg-form > ul > li > div > div > a.active:before{
    content: '▲';
}

#sg-form > ul > li input[type="text"]{
    width: 100%;
}

.sg-re-img > div{
    margin: 0 auto;
    overflow: hidden;
    text-align: left;
}

.sg-re-img > div img{
    max-width: initial !important;
}

#sg-result table{
    table-layout: fixed;
}

#sg-result table > thead > tr > th:nth-child(1){
    width: 80px;
}

#sg-result table > tbody > tr > td .table-image{
    padding: 10px;
}

#sg-list-header{
    display: none;
    position: fixed;
    left: 0;
    z-index: 500;
    min-width: 1000px;
    padding: 0 10px;
}

#sg-list-header.active{
    display: block;
}

#sg-list-header > table{
    position: relative;
    left: 0;
}

#sg-result-c{
    padding-top: 60px;
}

#sg-result-c > ul{
    list-style: none;
    margin: 10px 0 0 0;
    padding: 0;
}

#sg-result-c #showall,
#sg-result-c #showdefault{
    display: inline-block;
    margin: 10px 0 20px;
    padding-left: 5px;
    font-size: 1.4rem;
}

#sg-result-c #showall a,
#sg-result-c #showdefault a{
    text-decoration: none;
}

#sg-result-c #showdefault{
    padding-left: 15px;
}

#sg-result-c #show-hide{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 5px;
    font-size: 1.4rem;
}

#sg-result-c #show-hide > li{
    margin-top: 5px;
    padding: 0 5px;
}

#sg-result-c #show-hide > li label{
    margin-left: 5px;
}

#sg-result-c #show-hide > li label span{
    display: none;
}

#main #sg-result-c .sg-wrap td.def{
    background: rgba(255, 0, 0, .1);
}

#main #sg-result-c .sg-wrap th,
#main #sg-result-c .sg-wrap td{
    padding: 5px 10px;
    text-align: left;
}

#main #sg-result-c .sg-wrap th input{
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translate(-0, -50%);
}

#main #sg-result-c .sg-wrap th{
    position: relative;
/*    padding-left: 27px;*/
}

#main #sg-result-c .sg-wrap th > label > span  {
    display: block;
    font-size: 1.2rem;
}

#sg-result-c .sg-wrap th > span{
    visibility: hidden;
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 50%;
    width: 95%;
    padding: 5px;
    border-radius: 6px;
    background: rgba(0, 0, 0, .6);
    color: #fff;
    font-size: 1.2rem;
    text-align: center;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

#sg-result-c .sg-wrap th > span:after{
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: rgba(0, 0, 0, .6) transparent transparent transparent;
}

#sg-result-c .sg-wrap th:hover > span{
    visibility: visible;
}

#sg-result dl:empty{
    display: none;
}

#sg-result ul#sg-list{
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0;
}

#sg-result ul#sg-list > li{
    display: inline-block;
    width: 247px;
    margin: 10px 5px 0;
    border: solid 1px #ccc;
    background: #fff;
    font-size: 1.6rem;
}

#sg-result ul#sg-list > li > p{
    margin: 0;
    text-align: center;
}

#sg-result ul#sg-list > li > p a{
    text-decoration: none;
}

#sg-result ul#sg-list > li > p.model{
    padding: 5px 0;
    background: #01137f;
    color: #fff;
    font-size: 2.0rem;
    line-height: 1
}

#sg-result ul#sg-list > li > p.model a{
    color: #fff;

}

#sg-result ul#sg-list > li > p.image{
    padding: 0 20px;
}

#sg-result ul#sg-list > li > p.image a{
    display: block;
    margin: 10px 0;
    height: 162px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
}

#sg-result ul#sg-list > li > p.catch{
    font-size: 1.8rem;
    font-weight: bold;
}

#sg-result ul#sg-list > li > p.quote{
    height: 32px;
    margin: 10px 0 20px;
}

#sg-result ul#sg-list > li > p.quote a{
    display: inline-block;
    height: 32px;
    width: 200px;
    text-align: center;
    background: #fdcf5e;
    color: #000;
    text-decoration: none;
    line-height: 32px;
}

#sg-result ul#sg-list > li > p.quote a::before {
    content: '\f15b';
    display: inline-block;
    margin-right: 15px;
    font-family: FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


#sg-result ul#sg-list > li > p.shop{
    height: 32px;
    margin: 10px 0
}

#sg-result ul#sg-list > li > p.shop a{
    display: inline-block;
    height: 32px;
    width: 200px;
    text-align: center;
    background: #04A144;
    color: #fff;
    text-decoration: none;
    line-height: 32px;
}

#sg-result ul#sg-list > li > p.shop a::before {
    content: '\f07a';
    display: inline-block;
    margin-right: 15px;
    font-family: FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#sg-result ul#sg-list > li > p.compare{
    padding: 5px 20px;
    background: #01137f;
    color: #fff;
    line-height: 1;
    text-align: left;
}

#selected-filters{
    font-weight: bold;
}

#sg-result .no-product{
    font-weight: bold;
}

#selected-filters label{
    display: inline-block;
    font-size: 1.4rem;
    cursor: pointer;
}

#selected-filters label:before{
    content: '\f046';
    display: inline-block;
    margin: 0 5px 0 15px;
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}



#sg-menu{
    padding: 10px 0;
    border: solid 1px #999;
    background: #eee;
}

#sg-menu.fixed{
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 100;
    padding-right: 30px;
}

#sg-menu > ul{
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0;
}

#sg-menu > ul > li{
    display: inline-block;
    font-size: 1.6rem;
    margin-left: 20px;
}

#sg-menu label{
    cursor: pointer;
}

#sg-buttons li > button{
    display: inline-block;
    height: 40px;
    padding: 0 20px;
    background: #999;
    color: #fff;
    text-align: center;
    line-height: 40px;
}

#sg-buttons > li:nth-child(1) > input{
    width: 187px;
    height: 40px;
    padding: 0 5px;
    border: solid 1px #0c3178;
    border-right: none;
    background: #fff;
    vertical-align: top;
}

#sg-buttons > li:nth-child(1) > button{
    width: 40px;
    padding: 0;
    border: solid 1px #0c3178;
    background: #fff;
    color: #0c3178;
    font-size: 2.4rem;
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    line-height: 38px;
}

#sg-buttons > li:nth-child(2) > button{
    background: #999;
}

#sg-buttons > li:nth-child(2) > button.opened{
    background: #7b8d42;
}

#sg-buttons > li:nth-child(3) > button{
    background: #63A9CD;
}

#sg-buttons > li:nth-child(3) > button[disabled="disabled"]{
    background: #ccc;
    color: #fff;
}

#sg-buttons > li:nth-child(3) > button[disabled="disabled"]:hover{
    opacity: 1;
}

#sg-change-layout li > input{
    display: none;
}

#sg-change-layout li > label{
    opacity: .3;
    cursor: pointer;
}

#sg-change-layout li > input:checked + label{
    opacity: 1;
}

#m-sg-menu{
    display: none;
}

.sg-wrap + ul{
    font-size: 1.4rem;
}

.ins-compare{
    margin-left: 30px;
    font-size: 1.6rem;
}

#prt-c{
    display: inline-block;
    height: 40px;
    margin-left: 20px;
    padding: 0 20px;
    background: #999;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 1.6rem;
}

#prt-c:before{
    content: '\f02f';
    margin-right: 10px;
}

/* display finder*/

#df-form{
    position: relative;
}

#df-form > div{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 40px;
    height: 40px;
    color: rgba(0, 0, 0, .6);
    font-size: 4.2rem;
    text-align: center;
    line-height: 40px;
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

#df-form > div:before{
    content: '\f110';
    display: inline-block;
    font-family: FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@keyframes fa-spin{
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

#df-form > ul{
    position: relative;
}

#df-form > ul{
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

#df-form > ul > li{
    display: inline-block;
    margin: 10px 4px 0;
}

#df-form input[type="text"],
#df-form select{
    height: 40px;
    padding: 0 5px;
    border: solid 1px #666;
    background: #fff;
    color: #666;
    font-size: 1.8rem;
}

#df-form input[type="text"]::placeholder{
    color: #999;
}

#df-form select{
    color: #999;
}

#df-form select.selected{
    color: #666;
    box-shadow: 0 0 5px rgba(0, 255, 0, .6) inset;
}

#df-form input[type="text"].filled{
    box-shadow: 0 0 5px rgba(0, 255, 0, .6) inset;
}

#df-form > p{
    margin: 20px 0 0 0;
}

#df-form > p > button{
    display: block;
    width: 280px;
    height: 40px;
    margin: 0 auto;
    background: #7b8d42;
    color: #fff;
    line-height: 40px;
    text-align: center;
}

#df-result{
    margin-top: 30px;
}

#df-result > div{
    max-height: 200px;
    overflow: auto;
}

#df-result > div > ul{
    list-style: none;
    margin: -20px 0 0 0;
    padding: 0;
}

#df-result > div > ul > li{
    float: left;
    width: 230px;
    margin: 20px 0 0 20px;
    padding: 10px;
    border: solid 1px #ccc;
    background: #fff;
}

#df-result > div > ul > li:nth-child(4n+1){
    clear: left;
    margin-left: 0;
}

#df-result > div > ul > li > p{
    margin: 0;
}

#df-result > div > ul > li > p:nth-of-type(2){
    position: relative;
    width: 100%;
    height: 90px;
    padding: 5px 0;
    overflow: hidden;
}

#df-result > div > ul > li > p:nth-of-type(2):hover{
    overflow: visible;
}

#df-result > div > ul > li > p:nth-of-type(2) a:hover{
    opacity: 1;
}

#df-result > div > ul > li > p:nth-of-type(2) img{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 90%;
    height: auto;
}

#df-result > div > ul > li > p:nth-of-type(2) img:hover{
    width: 100%;
}

#df-result > div > ul > li > p:nth-of-type(3){
    text-align: right;
}

#df-result > div > ul > li > p > a{
    color: #0c3178;
    text-decoration: none;
}


/* home-sns */
#on-conv > h2{
    margin: -20px 0 0 0;
    text-align: center;
}

#on-conv > ul{
    list-style: none;
    width: 880px;
    margin: 0 auto;
    padding: 0;
}

#on-conv > ul > li{
    float: left;
    width: 420px;
    margin: 40px 0 0 40px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

#on-conv > ul > li:nth-child(2n+1){
    clear: left;
    margin-left: 0;
}

#on-conv > ul > li:nth-child(3),
#on-conv > ul > li:nth-child(3){
    overflow: hidden;
}

#on-conv > ul > li > div:nth-of-type(1){
    position: relative;
    height: 84px;
    padding: 10px;
    background: #fff;
}

#on-conv > ul > li > div > h3{
    margin: 0;
    height: 32px;
    padding: 0 10px;
    font-size: 1.8rem;
    font-weight: normal;
    line-height: 32px;
    text-align: right;
}

#on-conv > ul > li > div > h3 > a{
    color: #000;
    text-decoration: none;
}

#on-conv > ul > li > p{
    margin: 0;
}

#on-conv > ul > li > div:nth-of-type(1) > div:nth-of-type(1){
    position: absolute;
    left: 10px;
    top: 10px;
}

#on-conv > ul > li > div:nth-of-type(1) > div:nth-of-type(2){
    float: right;
}

.feed-block{
    height: 380px;
    padding: 10px;
    background: #eee;
    overflow: auto;
}

.feed-block h4{
    margin: 0;
    font-size: 1.6rem;
    font-weight: normal;
}

.feed-item.feed{
    padding: 10px;
    background: #fff;
}

.feed-item{
    margin-top: 10px;
    font-size: 1.4rem;
}

.feed-item:first-of-type{
    margin-top: 0;;
}

.feed-item a{
    text-decoration: none;
}

.feed-item p{
    margin: 0;
}

.tos-next,
.tos-prev{
    top: 0 !important;
    width: 50% !important;
    height: 100% !important;
    margin-top: -0 !important;
    background: rgba(255, 255, 255, 0) !important;
}

.tos-next{
    right: 0 !important;
}

.tos-prev{
    left: 0 !important;
}

.tos-next span,
.tos-prev span {
    width: 30px !important;
    height: 30px !important;
    margin: -15px !important;
}

.tos-next span{
    right: 40px !important;
}

.tos-prev span{
    left: 40px !important;
}


strong { font-weight: bold; }
em { font-style: italic; }
blockquote {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 40px;
    -webkit-margin-end: 40px;
}
 
/* img */
 
.aligncenter {
    display: block;
    margin: 0 auto;
}
.alignright { float: right; }
.alignleft { float: left; }
 
img[class*="wp-image-"],
img[class*="attachment-"] {
    height: auto;
    max-width: 100%;
}

.contact-type-01{
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
    padding: 10px 0;
    background: #eee;
}

.contact-type-01 > ul{
    list-style: none;
    width: 1000px;
    margin: 0 auto;
    padding: 0 10px;
}

.contact-type-01 > ul > li{
    float: left;
}

.contact-type-01 > ul > li:nth-child(1){
    width: 380px;
    padding-right: 10px;
    border-right: dashed 1px #ccc;
}

.contact-type-01 > ul > li:nth-child(1) p{
    margin: 0;
    line-height: 1.1;
}

.contact-type-01 > ul > li:nth-child(1) > h2{
    margin: 0 !important;
    font-size: 28px !important;
    font-size: 2.8rem !important;
    font-weight: normal !important;
    line-height: 1 !important;
}

.contact-type-01 > ul > li:nth-child(1) > h2:before{
    content: '\f007';
    margin-right: 5px;
    color: #7b8d42;
}

.contact-type-01 > ul > li:nth-child(1) > p{
    margin-top: 8px;
}

.contact-type-01 > ul > li:nth-child(1) > div{
    position: relative;
    height: 115px;
    margin-top: 15px;
    background: #fff;
    padding: 8px 0 0 10px;
}

.contact-type-01 > ul > li:nth-child(1) > div > h3{
    margin: 10px 0 0;
    padding-left: 120px;
    line-height: 1;
    font-size: 16px;
    font-size: 1.6rem;
}

.contact-type-01 > ul > li:nth-child(1) > div > h3:before{
    content: '';
    position: absolute;
    left: 25px;
    top: 10px;
    width: 70px;
    height: 70px;
    background: url(../img/cta-phone.png) 0 0 / cover no-repeat;
}

.contact-type-01 > ul > li:nth-child(1) > div > dl{
    margin: 10px 0 0 0;
    padding-left: 120px;
}

.contact-type-01 > ul > li:nth-child(1) > div > dl > dt,
.contact-type-01 > ul > li:nth-child(1) > div > dl > dd{
    padding-top: 3px;
}

.contact-type-01 > ul > li:nth-child(1) > div > dl > dd:before{
    content: '\f0da';
    position: absolute;
    left: 16px;
    top: 8px;
    color: #999;
    font-family: FontAwesome;
    font-size: 12px;
    font-size: 1.2rem;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.contact-type-01 > ul > li:nth-child(1) > div > dl > dd{
    position: relative;
    margin-left: 0;
    padding-left: 26px;
    font-size: 1.8rem;
}

.contact-type-01 > ul > li:nth-child(1) > div > p > a{
    display: inline-block;
    position: absolute;
    bottom: 10px;
    left: 10px;
    height: 20px;
    width: auto;
    padding: 0 7px;
    margin-top: 20px;
    background: #666;
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 18px;
    text-decoration: none;
}

.contact-type-01 > ul > li:nth-child(1) > div > p > a:before{
    content: '\f0d7';
    margin-right: 5px;
}


.contact-type-01 > ul > li:nth-child(2){
    width: 590px;
    margin-left: 10px;
}

.contact-type-01 > ul > li:nth-child(2) form input[type="text"],
.contact-type-01 > ul > li:nth-child(2) form input[type="tel"],
.contact-type-01 > ul > li:nth-child(2) form input[type="email"],
.contact-type-01 > ul > li:nth-child(2) form select,
.contact-type-01 > ul > li:nth-child(2) form textarea,
.contact-type-01 > ul > li:nth-child(2) form button{
    display: block;
    width: 100%;
    height: 24px;
    padding: 0 2px;
    border: solid 1px #ccc;
    border-radius: 0;
}

.contact-type-01 > ul > li:nth-child(2) form select{
    padding: 0;
}

.contact-type-01 > ul > li:nth-child(2) form textarea{
    height: 146px;
    margin-top: 10px;
}

.contact-type-01 > ul > li:nth-child(2) form input[name="region"]{
    display: none;
}

.contact-type-01 button{
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
    margin-top: 10px;
    background: #7b8d42;
    color: #fff;
    line-height: 20px;
}

.contact-type-01 button:disabled{
    cursor: default;
    background: #999;
}

.contact-type-01 button::-webkit-search-decoration{
    display: none;
}

.contact-type-01 button::focus{
    outline-offset: -2px;
}

.contact-type-01 > ul > li:nth-child(2) form .formError .formErrorContent{
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
}

.contact-type-01 > ul > li:nth-child(2) form .formError .formErrorArrow div{
    border-left: 2px solid #ddd;
    border-right: 2px solid #ddd;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
}

.contact-type-01 ::-webkit-input-placeholder{
    color: #999;
}
.contact-type-01 :-moz-placeholder{
    color: #999;
    opacity: 1;
}
.contact-type-01 ::-moz-placeholder{
    color: #999;
    opacity: 1;
}
.contact-type-01 :-ms-input-placeholder{
    color: #999;
}
.contact-type-01 :placeholder-shown{
    color: #999;
}

.contact-type-01 > ul > li:nth-child(2) > form > ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.contact-type-01 > ul > li:nth-child(2) > form > ul > li:nth-child(1){
    float: left;
    width: 300px;
}

.contact-type-01 > ul > li:nth-child(2) > form > ul > li:nth-child(1) > div{
    display: block;
    position: relative;
    margin-top: 10px;
    white-space: nowrap;
    overflow: visible;
}

.contact-type-01 > ul > li:nth-child(2) form > ul > li:nth-child(1) > div:nth-of-type(1),
.contact-type-01 > ul > li:nth-child(2) form > ul > li:nth-child(1) > div:nth-of-type(2){
    margin-top: 0;
}

.contact-type-01 > ul > li:nth-child(2) > form > ul > li:nth-child(1) > div:nth-of-type(1),
.contact-type-01 > ul > li:nth-child(2) > form > ul > li:nth-child(1) > div:nth-of-type(3){
    clear: left;
    float: left;
    width: 145px;
}

.contact-type-01 > ul > li:nth-child(2) > form > ul > li:nth-child(1) > div:nth-of-type(2),
.contact-type-01 > ul > li:nth-child(2) > form > ul > li:nth-child(1) > div:nth-of-type(4){
    width: 145px;
    margin-left: 155px;
}

.contact-type-01 > ul > li:nth-child(2) > form > ul > li:nth-child(1) > div > label{
    position: absolute;
    top: 0;
    left: 16px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.3;
}

.contact-type-01 > ul > li:nth-child(2) > form > ul > li:nth-child(2){
    margin-left: 310px;
}

#page-sub-nav{
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 1500;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
    opacity: .6;
}
#page-sub-nav:hover{
    opacity: 1;
}
#page-sub-nav > ul{
    list-style: none;
    margin: 0;
    padding: 0;
    background: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    text-align: center;
}
#page-sub-nav > ul > li{
    width: 50px;
    height: 50px;
    color: #999;
    font-style: italic;
    line-height: 50px;
}
#page-sub-nav > ul > li:nth-child(2){
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
}
#page-sub-nav a{
    display: block;
    width: 100%;
    height: 100%;
    color: #999;
    font-size: 2.8rem;
    font-style: normal;
    line-height: 50px;
}
#page-sub-nav a:hover{
    opacity: 1;
}
#page-sub-nav a:before{
    content: '\f106';
    display: inline-block;
    font-family: FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#page-sub-nav > ul > li:nth-child(3) > a:before{
    content: '\f107';
}
#page-sub-nav > div{
    width: 50px;
    height: 50px;
    margin-top: 20px;
    background: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    line-height: 50px;
    text-align: center;
}
#page-sub-nav > div > a:before{
    content: '\f003';
    font-size: 2.0rem;
}
/* specification table */
#content .specification-table-wrap > p{
    margin: 0;
    font-size: 1.4rem;
}
#content .specification-table-wrap > p:nth-of-type(1){
    margin-top: 10px;
}
.spec-image{
    position: relative;
}
.spec-image > a > span{
    display: none;
    position: absolute;
    left: 100%;
    top: 50%;
    padding: 10px;
    border-radius: 10px;
    background: rgba(0, 0, 0, .8);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.spec-image > a > span:after{
    content: '';
    position: absolute;
    top: 50%;
    left: -5px;
    z-index: 100;
    margin-top: -5px;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 5px 5px 5px 0;
    border-color: transparent rgba(0, 0, 0, .8) transparent transparent;
}
#main .spec-image > a > span > img{
    max-width: auto;
    max-width: initial;
}


/* product lineup */
#product-lineup-module > dl{
    margin: 0;
    padding-bottom: 30px;
    background: url(../inc/part/vfd/img/ruler.png) 198px 100% no-repeat;
}
#product-lineup-module > dl:first-of-type{
    margin: 0;
}
#product-lineup-module a{
    text-decoration: none;
}
#product-lineup-module > dl > dt{
    clear: left;
    float: left;
    width: 198px;
    padding-top: 50px;
    text-align: center;
}
#product-lineup-module > dl > dd{
    margin-left: 120px;
    padding-bottom: 20px;
    overflow: auto;
}
#product-lineup-module > dl > dd > div{
    display: inline-block;
    margin: 20px 20px 0 0;
    vertical-align: bottom;
}
#product-lineup-module > dl > dd > div > span > a{
    display: inline-block;
    padding: 3px;
    background: #ee7800;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1;
}
#product-lineup-module > dl > dd::-webkit-scrollbar{
    height: 10px;
}
#product-lineup-module > dl > dd::-webkit-scrollbar-track{
    background: #eee;
}
#product-lineup-module > dl > dd::-webkit-scrollbar-thumb{
    background: #ccc;
}

#main.featured.single .f-series,
#main.tutorial.single .f-series{
    margin: 0;
    padding: 20px 0 0 0;
}
#main.featured.single h1,
#main.tutorial.single h1{
    margin: 0;
    padding: 20px 0;
}
#main.featured.single .f-series + h1,
#main.tutorial.single .f-series + h1{
    padding-top: 5px;
}
#main.featured.single h2,
#main.tutorial.single h2{
    margin-top: 0;
}
#main.featured.single div > h2:nth-of-type(1),
#main.tutorial.single div > h2:nth-of-type(1){
    margin-top: 0;
}
#main.featured.single > section > .editor-content > div:nth-of-type(1) h3,
#main.tutorial.single > section > .editor-content > div:nth-of-type(1) h3{
    margin-top: 40px;
    font-size: 2.0rem;
    font-weight: normal;
    padding: 0.5em;
    border-top: solid 2px rgba(0, 30, 80, .3);
    border-bottom: solid 2px rgba(0, 30, 80, .3);
}

#main.featured.single > section > .editor-content > div:nth-of-type(1) h2 + h3,
#main.tutorial.single > section > .editor-content > div:nth-of-type(1) h2 + h3{
    margin-top: 20px;
}

#main.featured.single > section > div.f-featured-image,
#main.tutorial.single > section > div.f-featured-image{
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
}

#main.featured.single > section > .editor-content > div:nth-of-type(1){
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction:  row;
    padding-bottom: 80px;
}
#main.featured.single > section > .editor-content > div:nth-of-type(1) > div:nth-of-type(1){
    flex: 1;
    padding-right: 40px;
}
#main.featured.single > section > .editor-content > div:nth-of-type(1) > div:nth-of-type(2){
    flex: 2.2;
}
#main.featured.single > section > .editor-content > div:nth-of-type(1) > div:nth-of-type(1) > div{
    margin-bottom: 20px;
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    background: #fff;
    font-size: 1.4rem;
}
#main.featured.single > section > .editor-content > div:nth-of-type(1) > div:nth-of-type(1) > div > a{
    display: block;
    text-decoration: none;
}
#main.featured.single > section > .editor-content > div:nth-of-type(1) > div:nth-of-type(1) > div > a > span{
    display: block;
    padding: 05px 0;
    text-align: center;
    color: #000;
}
#main.featured.single > section > .editor-content > div:nth-of-type(1) > div:nth-of-type(1) > div > a > span::after{
    content: '\f061';
    display: inline-block;
    margin-left: 0.5em;
    color: #11c;
    font-size: 12px;
    font-size: 1.2rem;
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#main.featured.single > section > .editor-content > div:nth-of-type(1) > div:nth-of-type(1) > ul{
    list-style: circle;
    margin: 0;
    padding: 20px 20px 20px 40px;
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    background: #fff;
    font-size: 1.4rem;
}
#main.featured.single > section > .editor-content > div:nth-of-type(1) > div:nth-of-type(1) > ul a,
#main.tutorial.single > section > .editor-content > div:nth-of-type(1) > div:nth-of-type(1) ol a{
    text-decoration: none;
}
#main.featured.single > section > .editor-content > div:nth-of-type(1) > div:nth-of-type(1) > ul > li,
#main.tutorial.single > section > .editor-content > div:nth-of-type(1) > div:nth-of-type(1) ol > li{
    margin-top: 10px;
}
#main.featured.single > section > .editor-content > div:nth-of-type(1) > div:nth-of-type(1) > ul > li:first-child,
#main.tutorial.single > section > .editor-content > div:nth-of-type(1) > div:nth-of-type(1) ol > li:first-child{
    margin-top: 0;
}
#main.featured.single > section > .editor-content > div:nth-of-type(1) > div:nth-of-type(1) > ul > li > ul,
#main.tutorial.single > section > .editor-content > div:nth-of-type(1) > div:nth-of-type(1) ol > li > ol{
    margin: 0;
    padding: 0 0 0 1em;
}
#main.featured.single > section > .editor-content > div:nth-of-type(1) > div:nth-of-type(1) > ul > li > ul > li,
#main.tutorial.single > section > .editor-content > div:nth-of-type(1) > div:nth-of-type(1) ol > li > ol > li{
    margin-top: 5px;
}
#main.featured.single > section > .editor-content > div:nth-of-type(1) > div:nth-of-type(2) > section,
#main.tutorial.single > section > .editor-content > div:nth-of-type(1) > div:nth-of-type(2) > section{
    margin-top: 40px;
    padding: 20px;
    background: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
}
#main.featured.single > section > .editor-content > div:nth-of-type(1) > div:nth-of-type(2) > section:nth-of-type(1),
#main.tutorial.single > section > .editor-content > div:nth-of-type(1) > div:nth-of-type(2) > section:nth-of-type(1){
    margin-top: 0;
}
#main.featured.single > section > .editor-content > div:nth-of-type(1) > div:nth-of-type(2) > section img,
#main.tutorial.single > section > .editor-content > div:nth-of-type(1) > div:nth-of-type(2) > section img{
    box-shadow: 0 0 2px rgba(0, 0, 0, .3);
}
#main.featured.single > section > .editor-content > div:nth-of-type(1) > div:nth-of-type(2) iframe{
    display: block;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    box-shadow: 0 0 2px rgba(0, 0, 0, .3);
}
#main.tutorial.single > section > .editor-content{
    position: relative;
}
#main.tutorial.single > section > .editor-content > p.update{
    position: absolute;
    top: -96px;
    left: 0;
    font-size: 1.2rem;
}
#main.tutorial.single > section > .editor-content > div:nth-of-type(1){
    display: flex;
    margin-bottom: 40px;
}
#main.tutorial.single > section > .editor-content > div:nth-of-type(1) > div:nth-of-type(1){
    width: 320px;
    flex-shrink: 0;
}
#main.tutorial.single > section > .editor-content > div:nth-of-type(1) > div:nth-of-type(2){
    flex: 1;
    margin-left: 20px;
}

#main.tutorial.single > section > .editor-content > div:nth-of-type(1) > div:nth-of-type(1) > div{
    position: -webkit-sticky;
    position: sticky;
    top: 177px;
}

#main.tutorial.single > section > .editor-content > div:nth-of-type(1) > div:nth-of-type(1) > div > div{
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    background: #fff;
    font-size: 1.4rem;
}
#main.tutorial.single > section > .editor-content > div:nth-of-type(1) > div:nth-of-type(1) > div > div:nth-of-type(1){
    padding: 20px;
}
#main.tutorial.single > section > .editor-content > div:nth-of-type(1) > div:nth-of-type(1) > div > div > ol{
    margin: 0;
    padding: 0 0 0 20px;
}
#main.tutorial.single > section > .editor-content > div:nth-of-type(1) > div:nth-of-type(1) > div > div > p.url{
    border-top: solid 2px rgba(0, 30, 80, .3);
    border-bottom: solid 2px rgba(0, 30, 80, .3);
    font-size: 1.2rem;
    text-align: center;
    white-space: nowrap;
}
#main.tutorial.single > section > .editor-content > div:nth-of-type(1) > div:nth-of-type(1) > div > div > p.url > a{
    text-decoration: none;
}
#main.tutorial.single > section > .editor-content > div:nth-of-type(1) > div:nth-of-type(1) > div > div > p.youtube{
    position: relative;
    width: 100%;
    margin: 0;
    padding-top: 56.25%;
}
#main.tutorial.single > section > .editor-content > div:nth-of-type(1) > div:nth-of-type(1) > div > div > p.youtube iframe{
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}
#main.tutorial.single > section > .editor-content > div:nth-of-type(1) > div:nth-of-type(1) > div > div > p.supplement{
    margin: 10px 0 0;
}
#main.tutorial.single > section > .editor-content > div:nth-of-type(1) > div:nth-of-type(1) > div > #ytbox{
    margin: 40px 0 0 0;
}
#main.tutorial.single > section > .editor-content > div:nth-of-type(1) > div:nth-of-type(1) > div > #ytbox.play{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
}
#main.tutorial.single > section > .editor-content > div:nth-of-type(1) > div:nth-of-type(1) > div > #ytbox.play > iframe{
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#main.tutorial.single > section > .editor-content > div:nth-of-type(1) > div:nth-of-type(2) > section{
    counter-reset: count 0;
}
#main.tutorial.single .t-h-box{
    margin-bottom: 10px;
}
#main.tutorial.single > section > .editor-content > div:nth-of-type(1) > div:nth-of-type(2) > section > p.order{
    position: relative;
    z-index: 10;
    padding-left: 24px;
}
#main.tutorial.single > section > .editor-content > div:nth-of-type(1) > div:nth-of-type(2) > section > p.order:before{
    counter-increment: count;
    content: counter(count) "";
    position: absolute;
    top: 4px;
    left: 0;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #000;
    color: #fff;
    font-size: 1.4rem;
    text-align: center;
    line-height: 18px;
}
#main.tutorial.single > section > .editor-content > div:nth-of-type(1) > div:nth-of-type(2) > section div.note{
    position: relative;
    padding: 10px;
    border: solid 1px #666;
}
#main.tutorial.single > section > .editor-content > div:nth-of-type(1) > div:nth-of-type(2) > section div.note:before{
    content: '\f05a';
    position: absolute;
    top: 10px;
    right: 10px;
    color: #666;
    font-family: FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#main.tutorial.single > section > .editor-content > div:nth-of-type(1) > div:nth-of-type(2) > section div.note > p{
    margin: 0 0 5px 0;
    color: #666;
}
#main.tutorial.single > section > .editor-content > div:nth-of-type(1) > div:nth-of-type(2) > section div.note > p:nth-of-type(1){
    font-weight: bold;
    color: #333;
}
#main.tutorial.single > section > .editor-content > div:nth-of-type(1) > div:nth-of-type(2) > section p.image{
    padding: 0 24px;
}

#main.tutorial.single > section > .editor-content + .wp_social_bookmarking_light{
    float: right;
}

#main.tutorial.single.fixed .t-h-box{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    background: #222;
}
#main.tutorial.single.fixed .t-h-box > p,
#main.tutorial.single.fixed .t-h-box > h1{
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
    color: #fff;
}
.wp-caption{
    width: 100% !important;
}
.gifcon{
    margin-bottom: 20px;
    text-align: center;
}
.gifcon > a{
    display: none;
    margin: 0 5px;
    padding: 3px 5px;
    border: solid 1px #ccc;
    background: #fff;
    font-size: 1.2rem;
    text-decoration: none;
    line-height: 1;
}
.gifcon > a.active{
    display: inline-block;
}
#cookie-law-info-bar a{
    margin-top: 10px;
    color: #ffffff;
}
#cookie-law-info-bar > span{
    display: inline-block;
    width: 980px;
    text-align: left;
}
#cookie_action_close_header{
    float: right;
    border: solid 3px #fff;
}
.fi-left{
    text-align: left;
}
.fi-center{
    text-align: center;
}
.fi-right{
    text-align: right;
}

.download-btn{
    margin-top: 20px;
    font-size: 1.6rem;
}
.download-btn a.action-btn{
    position: relative;
    display: block;
    width: 100%;
    padding: 5px 10px 5px 32px;
    background: #ee7800;
    color: #fff;
    text-decoration: none;
}

.download-btn a.action-btn.buy{
    background: #04A144;
}

.download-btn a.action-btn:before{
    margin-right: 10px;
}

.download-btn a.action-btn.dl:before{
    content: '\f019';
}

.download-btn a.action-btn.buy:before{
    content: '\f07a';
}

.download-btn a.action-btn.buy:before{
    content: '\f07a';
}

.download-btn a.action-btn.reg:before{
    content: '\f023';
}

.download-btn a.action-btn.ext:before{
    content: '\f08e';
}

.download-btn a.action-btn.link:before{
    content: '\f0c1';
}

.download-btn a.action-btn.anchor:before{
    content: '\f13d';
}



.download-btn .fa:before{
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translate(0, -50%);
    font-family: FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.tab-box{
    overflow: hidden;
}

.tab-box > ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.tab-box > ul:nth-of-type(2) > li:not(.active){
    display: none;
}

.tab-box > ul:first-of-type > li{
    float: left;
    margin-left: 10px;
}

.tab-box > ul:first-of-type > li:first-child{
    margin-left: 0;
}

.tab-box > ul:first-of-type > li > a{
    display: block;
    height: 60px;
    padding: 0 40px;
    border: solid 1px #ccc;
    background: #eee;
    color: #333;
    font-size: 2.0rem;
    line-height: 60px;
    text-decoration: none;
}

.tab-box > ul:first-of-type > li.active > a{
    position: relative;
    border-bottom: none;
    background: #fff;
}

.tab-box > ul:first-of-type > li.active > a:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #0c3178;
}

.tab-box > ul:first-of-type > li.active > a:hover{
    opacity: 1;
    cursor: default;
}

.tab-box > ul:nth-of-type(2){
    margin-top: -1px;
    padding: 20px 40px 40px;
    border: solid 1px #ccc;
    background: #fff;
}

.tab-box > ul:nth-of-type(2) > li{
    overflow: auto;
}

.cf.single .contact-type-01{
    width: auto;
}

.cf.single .contact-type-01>ul {
    width: auto;
    margin: 0;
}

.cf.single .contact-type-01>ul>li:nth-child(1){
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
    border-right: none;
    white-space: nowrap;
}

.cf.single .contact-type-01>ul>li:nth-child(1) > p{
    display: inline-block;
    margin-top: 16px;
    vertical-align: top;
    white-space: normal;
    line-height: 1.4;
}

.cf.single .contact-type-01>ul>li:nth-child(1) > div{
    display: none;
}

.cf.single .contact-type-01>ul>li:nth-child(2){
    float: none;
    width: 100%;
    margin-left: 0;
}

.cf.single .contact-type-01>ul>li:nth-child(2)>form>ul>li:nth-child(2) {
    width: 50%;
}
/*
#header>nav>form.focused{
    position: relative;
    z-index: 1300;
    background: rgba(0, 30, 80, .8);
}
*/

/* collapse */
.collapse > *:nth-child(1){
    position: relative;
    cursor: pointer;
    padding-left: 1.5em;
    opacity: 1;
    transition: opacity 300ms ease-in-out;
}

.collapse > *:nth-child(1):hover{
    opacity: .6;
}

.collapse > *:nth-child(1)::before{
    content: '\f067';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    font-family: FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: transform 300ms ease-in-out;
    transform: translate(0, -50%);
}

.collapse.opened > *:nth-child(1)::before{
    transform: translate(0, -50%) rotate(45deg);
}

.collapse > *:nth-child(2){
    display: none;
}

.collapse.opened > *:nth-child(2){
    display: block;
}


#cta-nav{
    position: fixed;
    right: 0;
    bottom: 50px;
    z-index: 1500;
}
#cta-nav > ul{
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
#cta-nav > ul > li{
    width: 50px;
    height: 50px;
    color: #000;
    line-height: 50px;
}
#cta-nav > ul > li > a{
    display: block;
    width: 100%;
    height: 100%;
    background: #63A9CD;
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    color: #fff;
    font-size: 2.8rem;
    font-style: normal;
    line-height: 50px;
}
#cta-nav > ul > li > a:hover{
    opacity: 1;
}
#cta-nav > ul > li > a:before{
    content: '\f095';
    display: inline-block;
    font-family: FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#cta-nav > ul > li:nth-child(2) > a:before{
    content: '\f003';
}

#cta-nav > div{
    position: absolute;
    bottom: -26px;
    right: -360px;
    width: 360px;
    border: solid 10px #63A9CD;
    background: #fff;
    transition: all 300ms ease;
}

#cta-nav > div.opened{
    right: 50px;
}

#cta-nav > div > div h2{
    margin: 0;
    padding: 10px 0;
    text-align: center;
    font-size: 2.4rem;
    line-height: 1;
}

#cta-nav > div > div > div{
    padding-bottom: 5px;
    background: #63A9CD;
    color: #fff;
    text-align: center;
    white-space: nowrap;
}

#cta-nav > div > div > div > h3{
    display: inline-block;
    margin: 0;
    font-size: 3.6rem;
}

#cta-nav > div > div > div > p{
    display: inline-block;
    margin: 0;
    padding-left: 10px;
    font-size: 2.4rem;
}

#cta-nav > div > div > div > div > p{
    display: inline-block;
    margin: 0;
    font-size: 2.4rem;
}

#cta-nav > div > div > div > div > p:nth-of-type(2){
    padding-left: 20px;
}

#cta-nav > div > div > ul{
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 20px 15px;
}


#cta-nav > div > div > ul > li{
    font-size: 2.0rem;
    line-height: 1;
}

#cta-nav > div > p{
    position: absolute;
    right: 5px;
    top: 0;
    margin: 0;
}

#cta-nav > div > p > a{
    color: #999;
    font-size: 2.4rem;
    text-decoration: none;
}

#cta-nav > div > p > a:after{
    content: '\f00d';
    display: inline-block;
    margin-left: 5px;
    font-family: FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

#cta-overlay{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#sticky-contact{
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 9999;
    width: 186px;
    padding: 20px 10px;
    background: rgba(99, 169, 205, .8);
    color: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
}

#sticky-contact.wide{
    width: 600px;
    max-width: 100%;
}

#sticky-contact.closed{
    width: 50px;
    height: 50px;
}

#sticky-contact.closed > h2{
    display: none;
}

#sticky-contact.closed > form{
    display: none;    
}

#sticky-contact.closed > p > a{
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
}

#sticky-contact.closed > p > a:after{
    content: '\f128';
    font-size: 2.8rem;
}

#sticky-contact a{
    color: #fff;
}

#content #sticky-contact > h2{
    margin: 0;
    padding-bottom: 10px;
    color: #fff;
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
}

#sticky-contact > p{
    position: absolute;
    right: 5px;
    top: 0;
    margin: 0;
}

#sticky-contact > p > a{
    color: #fff;
    font-size: 2.4rem;
    text-decoration: none;
}

#sticky-contact > p > a:after{
    content: '\f00d';
    display: inline-block;
    margin-left: 10px;
    font-family: FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

#sticky-contact.wide:not(.closed) > p{
    position: absolute;
    left: -30px;
    top: 0;
    width: 30px;
    height: 100%;
    margin: 0;
    background: #707070;
    text-align: center;
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
}

#sticky-contact.wide:not(.closed) > p > a{
    display: block;
    height: 100%;
    width: 100%;
}

#sticky-contact.wide:not(.closed) > p > a:after{
    content: '\f054';
    position: absolute;
    top: 50%;
    left: 0;
    color: #fff;
    font-size: 2.4rem;
    text-decoration: none;
    transform: translate(0, -50%);
}

#sticky-contact form > div:nth-last-child(1){
    margin-top: 20px;
}

#sticky-contact form > div input[type="text"],
#sticky-contact form > div input[type="tel"],
#sticky-contact form > div input[type="email"]{
    width: 100%;
    height: 30px;
    border: none;
    padding: 0 10px;
    background: #fff;
    color: #707070;
    line-height: 30px;
}

#sticky-contact form > div select{
    width: 100%;
    height: 30px;
    border: none;
    padding: 0 10px;
    background: #fff;
    color: #707070;
    line-height: 30px;
}

#sticky-contact form > div textarea{
    width: 100%;
    height: 60px;
    border: none;
    padding: 0 10px;
    background: #fff;
    color: #707070;
}

#sticky-contact form > div button{
    width: 100%;
    height: 40px;
    border: none;
    margin-top: 20px;
    background: #ff0;
    color: #000;
    line-height: 40px;
}

#sticky-contact > form > div > div{
    margin-top: 10px;
}

#sticky-contact > form > #form-more-c{
    display: none;
}

#sticky-contact > form > #form-more-c > div{
    width: 100%;
    padding: 0;
}

#sticky-contact.wide > form > div{
    display: flex;
    flex-wrap: wrap;
}

#sticky-contact.wide > form > div > div{
    width: 50%;
    padding-right: 5px;
}

#sticky-contact.wide > form > div > div:nth-of-type(even){
    padding-right: 0;
    padding-left: 5px;
}

#sticky-contact.wide > form > #form-more-c{
    display: block;
}

#sticky-contact.wide #recaptcha{
    margin-bottom: 0;
}


/* footer */
#footer{
    position: relative;
    background-color: #3A3A3A;
    color: #fff;
}

#footer a{
    color: #63A9CD;
    text-decoration: none;
}

#footer h1{
    margin-bottom: 0;
    font-size: 1.8rem;
    font-weight: normal;
    line-height: 1.8;
}

#footer h1 img{
    width: 280px;
    height: auto;
}

#footer > nav{
    padding: 20px 0;
    background: #eee;
    color: #333;
}

#footer > nav > div > ul{
    list-style: none;
    margin: 0;
    padding: 0;
    background: #eee;
    text-align: center;
}

#footer > nav > div > ul > li{
    display: inline-block;
}

#footer > nav > div > ul > li::before{
    content: '|';
    margin: 0 10px;
}

#footer > nav > div > ul > li:nth-child(1)::before{
    display: none;
}

#footer > nav > div > ul > li > a{
    color: #0c3178;
    text-decoration: none;
    font-size: 14px;
    font-size: 1.4rem;
}

#footer > div{
    position: relative;
    padding: 10px 20px;
    text-align: center;
}

#footer > div > section{
    display: inline-block;
    min-width: 540px;
}

#footer-phone > li > p > a{
    color: #fff;
}

#menu-policy_nav{
    list-style: none;
    margin: 10px 0 ;
    padding: 0;
}

#menu-policy_nav > li{
    display: inline-block;
}

#menu-policy_nav > li::before{
    content: '|';
    margin: 0 10px;
}

#menu-policy_nav > li:nth-child(1)::before{
    display: none;
}

#menu-policy_nav > li a{
    color: #63A9CD;
    text-decoration: none;
}

#footer-phone{
    list-style: none;
    display: inline-block;
    margin: 0;
    padding: 0 0 30px 30px;
}

#footer-phone > li{
    float: left;
    margin-left: 60px;
}

#footer-phone > li:first-child{
    margin-left: 0;
}

#footer-phone > li > p{
    margin: 0;
}

#international-onlineshop{
    list-style: none;
    margin: 0;
    padding: 0;
}

#international-onlineshop > li{
    display: inline-block;
    padding: 10px 5px;
}

#international-onlineshop > li.international{
    margin-top: 0;
}

#international-onlineshop > li > a{
    display: block;
    padding: 4px 10px;
    background: #fff;
    color: #666;
    text-decoration: none;
    line-height: 1;
}

#international-onlineshop > li > a:before{
    content: '\f095';
    margin-right: 5px;
    display: inline-block;
    font-family: FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#international-onlineshop > li.onlineshop > a:before{
    content: '\f07a';
}

#footer-phone > li > p:not(:first-of-type){
    padding-left: 1em;
}

#footer-phone > li > p > a{
    color: #fff;
}

#siteseal{
    position: absolute;
    right: 0;
    top: 10px;
    margin: 0;
}

#footer-sns{
    list-style: none;
    margin: 0;
    padding: 0;
}

#footer-sns > li{
    display: inline-block;
    width: 80px;
    padding: 0 10px;
}

#footer-sns > li img{
    width: 100%;
    height: auto;
}

#footer .copy{
    margin: 30px 0 0 0;
    text-align: center;
}

#cookie-law-info-again{
    height: 50px;
    padding: 0 20px !important;
    line-height: 50px;
    z-index: 1000 !important;
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
}


.shake{
    animation-name: shake;
    animation-duration: 1000ms;
}

.shake.r{
    animation-name: shake_r;
    animation-duration: 1000ms;
}

@keyframes shake{
    0% { transform: rotate(0); }
    12.5% { transform: rotate(-10deg); }
    25% { transform: rotate(0); }
    37.5% { transform: rotate(10deg); }
    50% { transform: rotate(0deg); }
    62.5% { transform: rotate(-10deg); }
    75% { transform: rotate(0); }
    87.5% { transform: rotate(10deg); }
    100% { transform: rotate(0deg); }
}

@keyframes shake_r{
    0% { transform: rotate(0); }
    12.5% { transform: rotate(10deg); }
    25% { transform: rotate(0); }
    37.5% { transform: rotate(-10deg); }
    50% { transform: rotate(0deg); }
    62.5% { transform: rotate(10deg); }
    75% { transform: rotate(0); }
    87.5% { transform: rotate(-10deg); }
    100% { transform: rotate(0deg); }
}


#to-top {
    right: 100px;
    bottom: 0;
    z-index: 120;
    box-shadow: 0 0 3px rgba(0,0,0,.3);
}

#to-top:hover {
    opacity: 1;
}

#to-top > a {
    color: #fff;
    opacity: 1;
}

#to-top > a:before {
    content: '\f102';
    font-size: 2.8rem;
    font-style: normal;
}

#cookie-law-info-again{
    right: auto !important;
    left: 0;
}

#search{
    position: fixed;
    right: 50px;
    bottom: 0;
    z-index: 1500;
    width: 50px;
    height: 50px;
    color: #000;
    line-height: 50px;
    text-align: center;
}

#search > a{
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(99, 169, 205, .8);
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    color: #fff;
    font-size: 2.4rem;
    font-style: normal;
    line-height: 50px;
}
#search > a:hover{
    opacity: 1;
}
#search > a:before{
    content: '\f002';
    display: inline-block;
    font-family: FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#cookie-law-info-bar,
#cookie-law-info-again{
    background: rgba(99, 169, 205, .8) !important;
    border: none !important;
    box-shadow: 0 0 3px rgba(0,0,0,.3) !important;
}

#sticky-contact-v2 {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 9999;
    width: 186px;
    max-width: 100%;
    max-height: 100%;
    padding: 20px 10px;
    background: rgba(99, 169, 205, .8);
    color: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
}

#sticky-contact-v2.closed {
    width: 50px;
    height: 50px;
}

#sticky-contact-v2.wide {
    width: 480px;
    overflow: auto;
}

#sticky-contact-v2.wide > p{
    display: none;
}

#sticky-contact-v2 a {
    color: #fff;
}

#content #sticky-contact-v2 h2 {
    margin: 0 0 20px;
    color: #fff;
    font-size: 2.0rem;
    font-weight: bold;
    text-align: center;
}

#content #sticky-contact-v2.closed h2 {
    display: none;
}

#sticky-contact-v2.closed > form{
    display: none;    
}

#sticky-contact-v2 > p {
    position: absolute;
    right: 10px;
    top: 0;
    margin: 0;
}

#sticky-contact-v2 > p > a {
    color: #fff;
    font-size: 2.4rem;
    text-decoration: none;
}

#sticky-contact-v2 > p > a:after {
    content: '\f00d';
    display: inline-block;
    margin-left: 10px;
    font-family: FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#sticky-contact-v2.closed > p{
    right: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 50px;
}

#sticky-contact-v2.closed > p > a{
    display: block;
    width: 100%;
    height: 100%;
    margin-left: 0;
    content: '\f128';
    font-size: 2.8rem;
}

#sticky-contact-v2.closed > p > a:after{
    margin-left: 0;
    content: '\f128';
    font-size: 2.8rem;
}

#sticky-contact-v2 form label{
    font-size: 1.4rem;
}

#sticky-contact-v2 form > div > label{
    display: block;
    margin-bottom: 5px;
    text-align: center;
}

#sticky-contact-v2 form > div input[type="text"],
#sticky-contact-v2 form > div input[type="tel"],
#sticky-contact-v2 form > div input[type="email"] {
    width: 100%;
    height: 30px;
    border: none;
    margin-bottom: 10px;
    padding: 0 10px;
    background: #fff;
    color: #707070;
    line-height: 30px;

}

#sticky-contact-v2 form > div input:read-only{
    background: #eeece1;
}

#sticky-contact-v2 form > div input::placeholder ,
#sticky-contact-v2 form > div select::placeholder ,
#sticky-contact-v2 form > div textarea::placeholder {
    color: #000;
    text-align: center;
    font-size: 1.2rem;
}

#sticky-contact-v2 form > div textarea::placeholder {
    padding-top: 54px;
}

#sticky-contact-v2 form > div input:focus::placeholder ,
#sticky-contact-v2 form > div select:focus::placeholder ,
#sticky-contact-v2 form > div textarea:focus::placeholder {
    color: transparent;
}

#sticky-contact-v2 form > div select {
    width: 100%;
    height: 30px;
    margin-bottom: 10px;
    border: none;
    padding: 0 5px;
    background: #fff;
    line-height: 30px;
    color: #000;
    text-align: center;
    font-size: 1.2rem;
}

#sticky-contact-v2 form > div textarea {
    width: 100%;
    height: 120px;
    border: none;
    padding: 0 5px;
    background: #fff;
    color: #707070;
}

#sticky-contact-v2 form  .row2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#sticky-contact-v2 form  .row2 > div {
    width: 50%;
}

#sticky-contact-v2 form  .row2.l7 > div:nth-of-type(odd) {
    width: 70%;
}

#sticky-contact-v2 form  .row2.l7 > div:nth-of-type(even) {
    width: 30%;
}

#sticky-contact-v2 form  .row2.l6 > div:nth-of-type(odd) {
    width: 60%;
}

#sticky-contact-v2 form  .row2.l6 > div:nth-of-type(even) {
    width: 40%;
}

#sticky-contact-v2 form  .row2 > div:nth-of-type(odd) {
    padding-right: 5px; 
}

#sticky-contact-v2 form  .row2 > div:nth-of-type(even) {
    padding-left: 5px; 
}

#sticky-contact-v2 form  .half {
    width: 50%;
    padding-right: 10px;
}

#sticky-contact-v2 form .agree-box {
    position: relative;
    padding-top: 10px;
}

#sticky-contact-v2 form .agree-box > input {
    position: absolute;
    left: -2px;
    top: 12px;
    transform-origin: 0 0;
    transform: scale(2.0);
}

#sticky-contact-v2 form .agree-box > label {
    display: block;
    padding-left: 30px;
    font-size: 1.4rem;
    line-height: 1.2;
}

#sticky-contact-v2 form .buttons button{
    display: block;
    width: 100%;
    height: 36px;
    border: double 3px rgba(0, 0, 0, .3);
    margin-top: 10px;
    background: #ff0;
    color: #000;
    line-height: 30px;
    font-size: 1.4rem;
}

#sticky-contact-v2 form .buttons button:disabled{
    background: #999;
    color: #000;
}

#sticky-contact-form-v2 > div.disable{
    display: none;
}

#sticky-contact-v2 form a.prev{
    position: absolute;
    right: 10px;
    top: 10px;
}

#sticky-contact-v2 form .notice{
    margin: -.5em 0 0 0;
    font-size: 1.2rem;
}

#sticky-contact-v2 form label.type{
    display: none;
}

#sticky-contact-v2 form label.type.active{
    display: block;
}

#sticky-contact-v2 form .step2s > H3{
    margin: 10px 0;
}

#sticky-contact-v2 form .step2s > label{
    font-size: 1.8rem;
}

#sticky-contact-v2 form a.prev {
    color: #fff;
    font-size: 2.4rem;
    text-decoration: none;
}

#sticky-contact-v2 form .prev:after {
    content: '\f00d';
    display: inline-block;
    margin-left: 10px;
    font-family: FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#questionnaires{
    position: relative;
    padding: 0 50px;
}

#questionnaires > div{
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    padding: 30px;
    border: solid 1px #000;
    background: rgba(255, 255, 255, .9);
    transform: translate(-50%, -50%);
}

#questionnaires.checked > div{
    display: block;
}

#questionnaires.checked > div.close{
    display: none;
}

#questionnaires > div > div{
    position: absolute;
    right: 10px;
    top: 0;
    margin: 0;
}

#questionnaires > div > div > a{
    color: #666;
    font-size: 2.4rem;
    text-decoration: none;
}

#questionnaires > div > div > a::after{
    content: '\f00d';
    display: inline-block;
    font-family: FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#questionnaires > div > p{
    margin: 0;
}
#questionnaires > p{
    margin: 0;
    font-size: 1.4rem;
}

#questionnaires > p::before{
    content: 'Click a circle below. When you choose an option, your feedback will be submitted immediately.';
}

#questionnaires.checked > p::before{
    content: 'We have received your feedback as follows';
    font-weight: bold;
}

#questionnaires > ul{
    list-style: none;
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
    position: relative;
    margin: 0 auto;
    padding: 0;
}

#questionnaires > ul::before{
    content: '';
    position: absolute;
    bottom: 65px;
    right: 0;
    width: 7px;
    height: 7px;
    border: 0px;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#questionnaires > ul::after{
    content: '';
    position: absolute;
    bottom: 68px;
    left: 0;
    width: 100%;
    border-top: solid 1px #999;
}

#questionnaires > ul > li{
    padding: 0 5px;
    text-align: center;
}

#questionnaires > ul > li > p > a{
    display: block;
    color: #000;
    text-decoration: none;
}

#questionnaires > ul > li > p > a::after{
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    margin: 20px auto 0;
    border-radius: 20px;
    border: solid 1px #999;
    text-align: center;
    line-height: 40px;
    font-size: 2.4rem;
}

#questionnaires > ul > li > p > a.checked-choice{
    font-weight: bold;
}

#questionnaires > ul > li > p > a.checked-choice::after{
    content: '✓';
}


a.action-btn{
    display: block;
    height: 32px;
    padding-left: 12px;
    background: #ee7800;
    color: #fff;
    text-decoration: none;
    line-height: 32px;
}

a.action-btn.buy{
    background: #04A144;
}

a.action-btn:before{
    margin-right: 10px;
}

a.action-btn.dl:before{
    content: '\f019';
}

a.action-btn.buy:before{
    content: '\f07a';
}

a.action-btn.buy:before{
    content: '\f07a';
}

a.action-btn.reg:before{
    content: '\f023';
}

a.action-btn.ext:before{
    content: '\f08e';
}

a.action-btn.link:before{
    content: '\f0c1';
}

a.action-btn.anchor:before{
    content: '\f13d';
}

ul.a-buttons{
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.a-buttons > li{
    display: inline-block;
    margin: 20px 10px 0;
}

ul.a-buttons a.action-btn{
    display: inline-block;
    width: auto;
    padding-right: 12px;
}

.fa:before{
    display: inline-block;
    font-family: FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#content .featured-articles-box{
    margin-top: 30px;
}

#content .featured-articles-box h2{
    width: 100%;
    margin: 40px 0 0;
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: normal;
}

#content .featured-articles-box h3{
    margin: 20px 0 0;
    font-size: 2.0rem;
    font-weight: normal;
    padding: 0.5em;
    border-top: solid 2px rgba(0, 30, 80, .3);
    border-bottom: solid 2px rgba(0, 30, 80, .3);
}

#content .featured-articles-box .iframe{
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    margin-bottom: 50px;
}

#content .featured-articles-box .iframe iframe{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#content .featured-articles-box .image{
    text-align: center;
}

#content .featured-articles-box .image.small img{
    width: 300px;
}

#content .featured-articles-box > section{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: 50px;
}

#content .featured-articles-box > section:nth-of-type(1){
    margin-top: 0;
}

#content .featured-articles-box > section > div{
    width: 100%;
}

#content .featured-articles-box > section > .image{
    margin-bottom: 40px
}

#content .featured-articles-box > section > section{
    width: 50%;
    margin-top: 30px;
    padding-right: 25px;
}

#content .featured-articles-box > section > section:nth-of-type(1),
#content .featured-articles-box > section > section:nth-of-type(2){
    margin-top: 0;
}

#content .featured-articles-box > section > section:nth-of-type(even){
    width: 50%;
    padding-right: 0;
    padding-left: 25px;
}

#sticky-box{
    position: fixed;
    left: 20px;
    bottom: 50%;
    width: 260px;
    padding: 20px;
    border: solid 1px #000;
    border-radius: 20px;
    background: rgba(255, 255, 255, 1);
    transform: translate(0, 50%);
    transition: bottom 500ms ease-in-out;
}

#sticky-box.small{
    bottom: -20px;
    transform: none;
}

#sticky-box.small > div{
    display: none;
}

#sticky-box.small > p > a::after{
    content: '\f065';
}

#main #sticky-box h3,
#sticky-box h3{
    margin: 0 0 10px 0;
    color: #333;
    font-size: 3.2rem;
    font-weight: bold;
    text-align: center;
}
  
#sticky-box p{
    margin: 0;
    font-size: 1.4rem;
}
  
#sticky-box .technology{
    list-style: none;
    margin: 0;
    padding: 0;
}
  
#sticky-box .technology a{
    text-decoration: none;
}
    
#sticky-box .technology > li{
    position: relative;
    padding-left: 20px;
}

#sticky-box .technology > li::before{
    content: '\f105';
    position: absolute;
    left: 6px;
    top: 0;
    color: #11c;
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#sticky-box .technology > li > ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
  
#sticky-box .technology > li > ul > li{
    position: relative;
    padding-left: 20px;
}
  
#sticky-box .technology > li > ul > li::before{
    content: '\f101';
    position: absolute;
    left: 6px;
    top: 0;
    color: #11c;
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#sticky-box > p{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
    margin: 0;
}

#sticky-box > p > a{
    display: block;
    width: 40px;
    height: 40px;
    padding: 5px 5px 0 0;
    color: #999;
    font-size: 2.4rem;
}

#sticky-box > p > a:after {
    content: '\f00d';
    display: inline-block;
    margin-left: 10px;
    font-family: FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#sticky-banner{
    position: fixed;
    left: -100%;
    bottom: 50%;
    border-radius: 20px;
    transform: translate(0, 50%);
    transition: left 500ms ease-in-out, bottom 500ms ease-in-out;
}

#sticky-banner.active{
    left: 0;
}

#sticky-banner > p{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
    margin: 0;
}

#sticky-banner > p > a{
    display: block;
    width: 40px;
    height: 40px;
}

#sticky-banner > div > a{
    opacity: .8;
}

#sticky-banner > div > a:hover{
    opacity: 1;
}

#sticky-banner > div > a img:nth-of-type(2){
    display: none;
}

#sticky-banner.small{
    bottom: 0;
    transform: none;
}

#sticky-banner.small > div > a img:nth-of-type(1){
    display: none;
}

#sticky-banner.small > div > a img:nth-of-type(2){
    display: block;
}

#footer-appendix{
  display: flex;
  justify-content: space-between;
  padding: 30px 0 20px;
}

#footer-appendix h3{
  margin: 0 0 10px;
  line-height: 1.5;
  font-size: 1.6rem;
  font-weight: normal;
  text-align: left;
}

#footer-appendix > section > ul{
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}

#footer-appendix > section > ul a{
  color: #fff;
  font-size: 1.4rem;
  text-decoration: none;
}

#footer-appendix > section > ul a:before{
  content: '\f0da';
  display: inline-block;
  margin-right: 0.5em;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#footer-sns{
  display: flex;
  justify-content: space-between;
  width: 540px;
}

#footer-sns > li{
    display: inline-block;
    width: auto;
    padding: 0;
  }

#footer-sns > li img{
width: 60px;
}

main.video-introduction .f-featured-image{
    display: none;
}
    
.eg_note{
    position: relative;
    padding: 10px;
    border: solid 1px #666;
    color: #666;
}

.eg_note::before{
    content: 'Note:';
    display: block;
    margin-bottom: 5px;
    color: #333;
    font-weight: bold;
}

.eg_note::after{
    content: '\f05a';
    position: absolute;
    top: 10px;
    right: 10px;
    color: #666;
    font-family: FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#main.featured.single > section > .editor-content > div:nth-of-type(1) > div:nth-of-type(2) > section img,
#main.tutorial.single > section > .editor-content > div:nth-of-type(1) > div:nth-of-type(2) > section img {
    margin-top: 10px;
    margin-bottom: 10px;
}

.recaptcha_policy{
    margin: 15px 10px 0;
    padding: 10px 10px 0;
    border-top: solid #ccc 1px;
    text-align: right;
    font-size: 1.0rem;
    line-height: 1
}

.grecaptcha-badge { visibility: hidden; }

#footer > div > section{
    width: 740px;
}

#footer-appendix ul.office li{
    margin-top: 10px;
}

#footer-appendix ul.office li:nth-child(1){
    margin-top: 0;
}

#footer-appendix ul.office h4{
    margin: 0 0 5px;
    font-size: 1.4rem;
    font-weight: normal;
}

#footer-appendix ul.office li p{
    margin: 0;
    font-size: 1.2rem;
}

#footer-appendix ul.office li > a::before {
    content: "\f095";
    font-size: 1.4rem;
}

#footer-sns{
    width: 540px;
    margin: 20px auto 0;
}

#main.tutorial.single > section > .editor-content > div:nth-of-type(1) > div:nth-of-type(1) > div > div > .f-series{
    margin: 20px 0 0;    
    border-top: solid 1px #ccc;
}

#main.tutorial.single > section > .editor-content > div:nth-of-type(1) > div:nth-of-type(1) > div > div > ul {
    margin: 0;
    padding: 0 0 0 20px;
}

#main.tutorial.single > section > .editor-content > div:nth-of-type(1) > div:nth-of-type(1) > div > div > ul > li{
    margin-top: 15px;
}

.article-list{
  margin: 0 -20px;
}

.article-list .slick-slide{
  margin: 0 10px;
}

.article-list .slick-slide .article-content > a {
  display: block;
  position: relative;
  overflow: hidden;
  background: #eee;
}
.article-list .slick-slide .article-content > a::before {
  content: "";
  display: block;
  padding-top: 50%;
}
#main .article-list .slick-slide .article-content > a > img {
  position: absolute;
  top: 0;
  left: 50%;
  width: auto;
  max-width: 9999px;
  height: 100%;
  transform: translate(-50%, 0);
}
#main .article-list .slick-slide .article-content > a > .atitle {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 10px 20px;
  background: rgba(0, 0, 0, .6);
  color: #fff;
  font-size: 1.8rem;
  font-weight: normal;
  text-decoration: none;
  text-align: left;
  line-height: 1.4;
  opacity: 0;
  transition: all 300ms ease-in;
}
#main .article-list .slick-slide .article-content > a:hover {
  opacity: 1;
}
#main .article-list .slick-slide .article-content > a:hover > .atitle {
  bottom: 0;
  opacity: 1;
}
a.a-file::before{
    content: '\f15c';
    display: inline-block;
    margin-right: 0.5em;
    color: #7b8d42;
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#to-contact-page{
    text-align: right;
}
#to-contact-page a::before{
    content: '▶';
}


#content .featured-articles-box.vfd > section .editor-content{
    padding: 30px 0;
}

#content .featured-articles-box.vfd > section .video .video-wrap{
    width: 640px;
    max-width: 100%;
    margin: 0 auto;
}

#content .featured-articles-box.vfd > section .video .video-wrap > div{
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
}

#content .featured-articles-box.vfd > section .video .video-wrap > div > iframe{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#content .featured-articles-box.vfd > section .links{
    margin-top: -10px;
}

#content .featured-articles-box.vfd > section .links ul{
    list-style: none;
    margin: -10px 0 0;
    padding: 0;
}

#content .featured-articles-box.vfd + .wp_social_bookmarking_light{
    margin-top: 50px !important
}

#content .featured-articles-box.vfd > section .col2{
    display: flex;
    margin-top: -40px;
    flex-wrap: wrap;
}

#content .featured-articles-box.vfd > section .col2 > div{
    width: 50%;
    margin-top: 40px;
}

#content .featured-articles-box.vfd > section .col2 > div:nth-of-type(odd){
    padding-right: 20px;
}

#content .featured-articles-box.vfd > section .col2 > div:nth-of-type(even){
    padding-left: 20px;
}


#content .featured-articles-box.vfd > section .col3{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#content .featured-articles-box.vfd > section .col3 > div{
    width: 31%;
}


#content .featured-articles-box.vfd > section .image{
    margin-bottom: 0;
}

#content .featured-articles-box.vfd > section .image img{
    max-width: 640px;
}

#content .featured-articles-box.vfd > section .modules{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
    text-align: center;
}

#content .featured-articles-box.vfd > section .modules > div{
    width: 25%;
    padding: 0 20px;
}

#content .featured-articles-box.vfd > section .modules > div > h3{
    margin-bottom: 30px;
}

#content .featured-articles-box.vfd > section .modules > div > div{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90px;
}

#content .featured-articles-box.vfd > section .modules > div > ul{
    display: inline-block;
    list-style: none;
    margin: 20px 0 0;
    padding: 0;
}

#content .featured-articles-box.vfd > section .modules > div > ul > li{
    text-align: left;
}

#content .featured-articles-box.vfd > section .modules.gu3000 > div:nth-of-type(1),
#content .featured-articles-box.vfd > section .modules.gu3000 > div:nth-of-type(2),
#content .featured-articles-box.vfd > section .modules.gu3000 > div:nth-of-type(3){
  width: 33%;
}

#content .featured-articles-box.vfd > section .modules.gu3000 > div:nth-of-type(4),
#content .featured-articles-box.vfd > section .modules.gu3000 > div:nth-of-type(5){
  width: 100%;
}

#content .featured-articles-box.vfd .btn {
    text-align: center;
}

#content .featured-articles-box.vfd .btn.flex {
    display: flex;
    justify-content: center;
    margin: 0 -20px;
}

#content .featured-articles-box.vfd .btn.flex a{
    display: flex;
    align-items: center;
    width: 300px;
    margin: 0 20px;
}

#content .featured-articles-box.vfd .btn a {
    display: inline-block;
    padding: 20px 35px;
    background: #0c3178;
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    text-decoration: none;
}

#content .featured-articles-box.vfd .btn a.full {
    display: block;
    width: 640px;
    margin: 0 auto;
    text-align: center;
}

#content .featured-articles-box.vfd .btn a::before {
    content: "\f0da";
    display: inline-block;
    padding-right: 15px;
    color: #fff;
    font-family: FontAwesome;
    font-size: 2.4rem;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#sending-overlay{
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2000;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .6);
    color: #fff;
}

#sending-overlay.active{
    display: flex;
}

#sending-overlay p{
    margin: 0;
    padding: 100px;
    background: #fff;
    color: #707070;
    border-radius: 20px;
}

#sending-overlay p span{
    display: block;
    margin-bottom: 20px;
    color: #000;
    font-size: 2.4rem;
    text-align: center;
}

#sticky-banner{
    display: none !important;
}

#content .article-2023{
    padding-top: 0 !important;
}

#content .article-2023 h2{
    margin-top: 40px;
}

#content .article-2023 > section{
    display: flex;
    flex-wrap: wrap;
}

#content .article-2023 > section .t-h-box{
    width: 100%;
}

#content .article-2023 > section .article-mv{
    width: 100%;
    margin-bottom: 40px;
}

#content .article-2023 > section .wp_social_bookmarking_light{
    width: 100%;
}
#content .article-2023 > section .editor-content{
    width: 70%;
    padding-bottom: 40px;
}

#content .article-2023 > section .sidebar-article{
    width: 30%;
    padding-left: 5%;
}

#content .article-2023 > section .sidebar-article > div > p > span{
    display: block;
    font-weight: 700;
}

#content .article-2023 > section .footer-article{
    margin-top: 20px;
    padding-top: 20px;
    border-top: solid 1px #ccc;
}

#content .article-2023 > section .footer-article > div > p > span{
    font-weight: 700;
}

#footer-sns {
    align-items: center;
}

.ez-toc-debug-messages{
    display: none;
}

#ez-toc-container{
    display: none !important;
}

#content .article-2023 #ez-toc-container{
    display: table !important;
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (max-width: 650px) {
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    #home-nav,
    #cookie-law-info-bar,
    #cookie-law-info-again{
        display: none !important;
    }
    #header{
        position: relative;
    }
}
