@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Roboto:wght@700&display=swap");
/*
Theme Name: rubycon
Author: rubycon
Description: official web site.
Version: 1.0
*/
/* reset
----------------------------------------------- */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
    font-weight: normal;
    line-height: 1.7;
    vertical-align: baseline;
	font-family: -apple-system, BlinkMacSystemFont, "Open Sans", "BIZ UDPGothic", "Segoe UI", "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

html {
    font-size: 62.5%;
}

body {
        -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    color: #333333;
    font-size: 14px;
    font-size: 1.4rem;
}

span {
    font-size: inherit;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block;
}

ul,ol {
    list-style: none;
}

blockquote,q {
    quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
    content: "";
    content: none;
}

a {
    margin: 0;
    padding: 0;
    background: transparent;
    font-size: 100%;
    vertical-align: baseline;
}

a:link,a:visited {
    text-decoration: none;
}

a {
    color: inherit;
}

img {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    vertical-align: middle;
}

ins {
    background-color: #ffff99;
    color: #000000;
    text-decoration: none;
}

mark {
    background-color: #ffff99;
    color: #000000;
    font-style: italic;
}

del {
    text-decoration: line-through;
}

abbr[title],dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

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

input,select {
    vertical-align: middle;
}

html {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

*,*:before,*:after {
    -webkit-box-sizing: inherit;
            box-sizing: inherit;
}

strong {
    font-weight: bold;
}

/* base
----------------------------------------------- */
.cursor,label {
    cursor: pointer;
}

input[type="text"],input[type="password"],input[type="email"],input[type="tel"],input[type="number"],select,textarea {
    -webkit-appearance: none;
       -moz-appearance: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding: 20px;
    border: solid 1px #cccccc;
    border-radius: 5px;
    outline: 0;
    background-color: #ffffff;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1;
}

input[type="submit"] {
    -webkit-appearance: none;
    width: 100%;
    border: none;
    cursor: pointer;
}

button {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: none;
    cursor: pointer;
}

/* layout
----------------------------------------------- */
.l-wrapper {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
}

@media screen and (max-width: 990px) {
    .l-content {
        padding-top: 56px;
    }
}

.p-seriesWrap__ttl,.pg-pdcDetail__series__ttl,.c-ttlPage__inner,.p-breadcrumbs_inner,.p-lowerMenu,.p-sec,.l-layout {
    max-width: 1200px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding-right: 3%;
    padding-left: 3%;
}
/* 製品情報系ページと企業情報系ページの表示・非表示 */
body.pgType-product .is-pgTypeCompany {
    display: none!important;
}
body.pgType-company .is-pgTypeProduct {
    display: none!important;
}

/* c-btn
----------------------------------------------- */
.c-btn a {
    -webkit-box-sizing: border-box;
    -webkit-transition: all cubic-bezier(.165, .84, .44, 1) .3s;
            box-sizing: border-box;
    display: block;
    height: 40px;
    padding: 0 20px;
    border: solid 1px #556f80;
    border-radius: 20px;
    background-color: #ffffff;
    color: #556f80;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 40px;
            transition: all cubic-bezier(.165, .84, .44, 1) .3s;
}

.c-btn a span {
    font-weight: inherit;
}

.c-btn a span small {
    font-size: 12px;
    font-size: 1.2rem;
}

.c-btn a:hover {
    border: solid 1px #05abe0;
    background-color: #05abe0;
    color: #ffffff;
}

.c-btn--middle a {
    height: 30px;
    border-radius: 15px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 30px;
}

.c-btn--search a,.c-btn--link a,.c-btn--pdf a,.c-btn--pdf2 a,.c-btn--window a {
    position: relative;
}

.c-btn--search a::after,.c-btn--link a::after,.c-btn--pdf a::after,.c-btn--pdf2 a::after,.c-btn--window a::after {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
}

.c-btn--window a::after {
    right: 17px;
    width: 13px;
    height: 13px;
    background: url(/wp-content/uploads/common/icon-window-gray2.svg) center center no-repeat;
}

.c-btn--window a:hover::after {
    background: url(/wp-content/uploads/common/icon-window.svg) center center no-repeat;
}

.c-btn--window.c-btn--white a::after {
    background: url(/wp-content/uploads/common/icon-window-deep-gray.svg) center center no-repeat;
}

.c-btn--window.c-btn--white a:hover::after {
    background: url(/wp-content/uploads/common/icon-window.svg) center center no-repeat;
}

.c-btn--search a::after {
    right: 14px;
    width: 14px;
    height: 14px;
    background: url(/wp-content/uploads/common/icon-search-white.svg) center center no-repeat;
}

.c-btn--link a::after {
    right: 15px;
    width: 16px;
    height: 16px;
    background: url(/wp-content/uploads/common/icon-links.svg) center center no-repeat;
    opacity: .5;
}

.c-btn--pdf a::after {
    right: 15px;
    width: 15px;
    height: 19px;
    background: url(/wp-content/uploads/common/icon-file-pdf.svg) center center no-repeat;
}

.c-btn--pdf2 a::after {
    left: 18px;
    width: 15px;
    height: 19px;
    background: url(/wp-content/uploads/common/icon-file-pdf-white.svg) center center no-repeat;
}

.c-btn--gray a {
    border: none !important;
    background-color: #f2f2f2;
}

.c-btn--gray a:hover {
    background-color: #999999;
    color: #ffffff;
}

.c-btn--deepGray a {
    border: none !important;
    background-color: #474c57;
    color: #ffffff;
}

.c-btn--deepGray a:hover {
    background-color: #656b77;
}

.c-btn--white a {
    border: none !important;
    background-color: #ffffff;
    color: inherit;
}

/* .c-btn--white a:hover {
    background-color: #666666;
    color: #ffffff;
} */

.c-btn--blue a {
    border: none !important;
    background-color: #fff;
    color: #556f80;
}

.c-btn--blue a:hover {
    background-color: #77bcfc;
}

.c-btn--lightBlue a {
    border: none !important;
    background-color: #e1eaee;
    color: inherit !important;
}

.c-btn--lightBlue a:hover {
    background-color: #ddf3fd;
}

.c-btn--emeraldGreen a {
    border: none !important;
    background-color: #049bc3;
    color: #ffffff;
}

.c-btn--emeraldGreen a:hover {
    background-color: #049bc3;
}

.c-btn--red a {
    border: none !important;
    background-color: #fb0303;
    color: #ffffff;
}

.c-btn--red a:hover {
    background-color: #fb0303;
}

.c-btn--center a {
    text-align: center;
}

.c-btnMini a {
    -webkit-transition: all cubic-bezier(.165, .84, .44, 1) .3s;
    display: inline-block;
    height: 28px;
    padding: 0 15px;
    border-radius: 14px;
    background: #ffffff;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 28px;
            transition: all cubic-bezier(.165, .84, .44, 1) .3s;
}

.c-btnMini a:hover {
    background-color: #05abe0;
    color: #ffffff;
}

.c-btn2 a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-transition: all cubic-bezier(.165, .84, .44, 1) .3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 0;
    border-radius: 4px;
    background-color: #d3f0fc;
    color: #0e1c2d;
            transition: all cubic-bezier(.165, .84, .44, 1) .3s;
}

.c-btn2 a span {
    font-weight: inherit;
    line-height: 1.5;
}

.c-btn2--company a span,.c-btn2--recruit a span {
    position: relative;
}

.c-btn2--company a span::before,.c-btn2--recruit a span::before {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
}

.c-btn2--recruit a span {
    padding: 0 15px;
}

.c-btn2--recruit a span::before {
    width: 6px;
    height: 16px;
    background: url(/wp-content/uploads/common/icon-recruit.svg) center center no-repeat;
    background-size: 100%;
}

.c-btn2--company a span {
    padding: 0 20px;
}

.c-btn2--company a span::before {
    width: 14px;
    height: 16px;
    background: url(/wp-content/uploads/common/icon-company.svg) center center no-repeat;
    background-size: 100%;
}

.c-btn2--white a {
    background-color: #f5f5f5 !important;
}

/* c-link
----------------------------------------------- */
.c-txtLink:hover {
    text-decoration: underline;
}

/* c-ttl
----------------------------------------------- */
.c-ttlSec {
    margin-bottom: 25px;
    color: #000000;
    font-weight: bold;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: .1em;
    text-align: center;
}

.c-ttlSec::after {
    display: block;
    width: 20px;
    height: 3px;
    margin: 5px auto 0;
    background-color: #000000;
    content: "";
}

.c-ttlPage {
    background-color: #000000 !important;
}

body:not(#pg-pdcDetail):not(#pg-strengths) .c-ttlPage {
    margin-bottom: 70px;
}

@media screen and (max-width: 768px) {
    body:not(#pg-pdcDetail):not(#pg-strengths) .c-ttlPage {
        margin-bottom: 50px;
    }
}

@media screen and (min-width: 769px) {
    .c-ttlPage--hasBgPic {
        height: 100px;
        background: url(/wp-content/uploads/products/products-bg-769.jpg) right center no-repeat;
    }
}

@media screen and (min-width: 1261px) {
    .c-ttlPage--hasBgPic {
        height: 150px;
        background: url(/wp-content/uploads/products/products-bg-1261.jpg) right center no-repeat;
    }
}

.c-ttlPage__inner {
    padding-top: 30px;
    padding-bottom: 30px;
}

@media screen and (min-width: 1261px) {
    .c-ttlPage__inner {
        padding-top: 35px;
        padding-bottom: 35px;
    }
}

@media screen and (max-width: 768px) {
    .c-ttlPage__inner {
        padding: 25px 5% !important;
    }
}

.c-ttlPage__txt {
    position: relative;
    padding: 6px 20px;
    color: #ffffff;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.35;
}

@media screen and (min-width: 1261px) {
    .c-ttlPage__txt {
        padding: 16px 35px;
        font-size: 36px;
        font-size: 3.6rem;
    }
}

.c-ttlPage__txt::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 40px;
    margin-right: 15px;
    background: -webkit-linear-gradient(top,  #fcd102 0%,#f1e7ba 100%);
    background:         linear-gradient(to bottom,  #fcd102 0%,#f1e7ba 100%);
    content: "";
}

.c-ttlPage--color2 .c-ttlPage__txt::before {
    background: -webkit-gradient(linear, left top, left bottom, from(#05abe0), to(#b9e3ee));
    background: linear-gradient(to bottom, #05abe0 0%, #b9e3ee 100%);
}

@media screen and (min-width: 1261px) {
    .c-ttlPage__txt::before {
        width: 10px;
        height: 80px;
    }
}

.p-detail h1,.p-detail h2,.p-detail h3,.p-detail h4,.p-detail h5,.p-detail h6,.c-ttlArea {
    position: relative;
    margin-bottom: 40px;
    padding: 3px 0 3px 32px;
    font-weight: bold;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.5;
    border-bottom: solid 1px #333333;
}

.p-detail h1::before,.p-detail h1::after,.p-detail h2::before,.p-detail h2::after,.p-detail h3::before,.p-detail h3::after,.p-detail h4::before,.p-detail h4::after,.p-detail h5::before,.p-detail h5::after,.p-detail h6::before,.p-detail h6::after,.c-ttlArea::before,.c-ttlArea::after {
    display: block;
    position: absolute;
    content: "";
}

.p-detail h1::before,.p-detail h2::before,.p-detail h3::before,.p-detail h4::before,.p-detail h5::before,.p-detail h6::before,.c-ttlArea::before {
    top: 0;
    left: 0;
    width: 15px;
    height: 100%;
    background-color: #333333;
}

@media screen and (max-width: 768px) {
    .p-detail h1::before,.p-detail h2::before,.p-detail h3::before,.p-detail h4::before,.p-detail h5::before,.p-detail h6::before,.c-ttlArea::before {
        width: 10px;
    }
}

.p-detail h1::after,.p-detail h2::after,.p-detail h3::after,.p-detail h4::after,.p-detail h5::after,.p-detail h6::after,.c-ttlArea::after {
    top: 0;
    bottom: 0;
    left: 3px;
    width: 9px;
    height: 2px;
    margin: auto;
    background-color: #ffffff;
}

@media screen and (max-width: 768px) {
    .p-detail h1::after,.p-detail h2::after,.p-detail h3::after,.p-detail h4::after,.p-detail h5::after,.p-detail h6::after,.c-ttlArea::after {
        width: 4px;
    }
}

@media screen and (max-width: 768px) {
    .p-detail h1,.p-detail h2,.p-detail h3,.p-detail h4,.p-detail h5,.p-detail h6,.c-ttlArea {
        margin-bottom: 20px;
        padding: 8px 0 8px 20px;
        font-size: 16px;
        font-size: 1.6rem;
    }
}

.c-ttlH3 {
    margin-bottom: 20px;
    padding: 8px 20px;
    background-color: #f1f1f1;
    font-weight: bold;
    font-size: 20px;
    font-size: 2rem;
}

@media screen and (max-width: 768px) {
    .c-ttlH3 {
        margin-bottom: 10px;
        padding: 8px 15px;
        font-size: 14px;
        font-size: 1.4rem;
    }
}

.c-ttlH3 span {
    display: inline-block;
    margin-right: 10px;
    font-weight: inherit;
    font-size: 26px;
    font-size: 2.6rem;
}

@media screen and (min-width: 769px) {
    .c-ttlH3 span {
        -webkit-transform: translateY(2px);
                transform: translateY(2px);
    }
}

@media screen and (max-width: 768px) {
    .c-ttlH3 span {
        font-size: 18px;
        font-size: 1.8rem;
    }
}

/* c-searchBox
----------------------------------------------- */
.c-searchBox .cse-search-box_inner {
    position: relative;
    width: 185px;
    height: 30px;
}

.p-header.is-fix .c-searchBox .cse-search-box_inner {
    width: 36px;
}

.c-searchBox input,.c-searchBox button {
    -webkit-box-sizing: border-box;
    -webkit-transition: all cubic-bezier(.165, .84, .44, 1) .5s;
            box-sizing: border-box;
    position: absolute;
    top: 0;
    height: 30px;
    border: none;
    background-color: #d8e3eb;
    vertical-align: top;
            transition: all cubic-bezier(.165, .84, .44, 1) .5s;
}

.c-searchBox input {
    right: 16px;
    width: calc(100% - 16px);
    padding: 0 14px;
    border-radius: 15px 0 0 15px;
    font-size: 11px;
    font-size: 1.1rem;
}

.c-searchBox input::-webkit-input-placeholder {
    opacity: 1;
}

.c-searchBox input::-moz-placeholder {
    opacity: 1;
}

.c-searchBox input:-ms-input-placeholder {
    opacity: 1;
}

.c-searchBox input::-ms-input-placeholder {
    opacity: 1;
}

.c-searchBox input::placeholder {
    opacity: 1;
}

.p-header.is-fix .c-searchBox input {
    width: 0;
    padding: 0 0 0 15px;
}

.c-searchBox:hover input,.c-searchBox:hover button,.c-searchBox.is-active input,.c-searchBox.is-active button {
    background-color: #e0f1fe;
}

.c-searchBox.is-active input {
    width: 275px !important;
    padding: 0 35px 0 15px !important;
}

.c-searchBox button {
    right: 0;
    width: 36px;
    padding: 0;
    border-radius: 15px;
    cursor: pointer;
}

.c-searchBox button img {
    -webkit-transform: translate(1px, -2px);
    width: 14px;
    height: 14px;
            transform: translate(1px, -2px);
}

/* c-searchBox2
----------------------------------------------- */
.c-searchBox2 {
    margin-bottom: 23px;
}

.c-searchBox2 .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.c-searchBox2 input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
        flex: 1;
    height: 50px;
    padding: 0 15px;
    border-radius: 4px 0 0 4px;
}

.c-searchBox2 button {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 140px;
    height: 50px;
    border: solid 1px #0e1c2d;
    border-radius: 0 4px 4px 0;
    background-color: #0e1c2d;
    color: #d3f0fc;
    font-size: 15px;
    font-size: 1.5rem;
}

/* c-searchBox3
----------------------------------------------- */
.c-searchBox3 .inner,.c-searchBox3 .cse-search-box_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.c-searchBox3 input {
    height: 50px;
    padding: 0 15px;
    border: none;
    border-radius: 4px 0 0 4px;
}

.c-searchBox3 button {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 50px;
    height: 50px;
    border-radius: 0 4px 4px 0;
    background-color: #ffffff;
}

.c-searchBox3 button img {
    width: 26px;
    height: 26px;
    opacity: .6;
}

/* c-searchBox4
----------------------------------------------- */
.c-searchBox4 .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.c-searchBox4 input {
    padding: 11px 20px;
    border: solid 1px #dddddd;
}

.c-searchBox4 input::-webkit-input-placeholder {
    font-size: 16px;
    font-size: 1.6rem;
}

.c-searchBox4 input::-moz-placeholder {
    font-size: 16px;
    font-size: 1.6rem;
}

.c-searchBox4 input:-ms-input-placeholder {
    font-size: 16px;
    font-size: 1.6rem;
}

.c-searchBox4 input::-ms-input-placeholder {
    font-size: 16px;
    font-size: 1.6rem;
}

.c-searchBox4 input::placeholder {
    font-size: 16px;
    font-size: 1.6rem;
}

.c-searchBox4 button {
    -webkit-transition: background-color cubic-bezier(.165, .84, .44, 1) .3s;
    width: 87px;
    height: 40px;
    margin-left: 20px;
    border-radius: 4px;
    background-color: #05abe0;
    color: #ffffff;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 40px;
            transition: background-color cubic-bezier(.165, .84, .44, 1) .3s;
}

.c-searchBox4 button:hover {
    background-color: #0ebcf3;
}

/* c-switcher
----------------------------------------------- */
.c-switcher {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    width: 122px;
    padding: 0 6px;
    overflow: hidden;
    border: solid 1px #cccccc;
    border-radius: 15px;
    background-color: #ffffff;
}

.c-switcher .wpml-ls-item a {
    border: none;
    font-size: 11px;
    font-size: 1.1rem;
    text-align: center;
}

.c-switcher a.wpml-ls-item-toggle {
    display: block;
    padding: 0;
    background-color: transparent;
}

.c-switcher a.wpml-ls-item-toggle::before,.c-switcher a.wpml-ls-item-toggle::after {
    display: block;
    position: absolute;
    top: 6px;
    width: 17px;
    height: 17px;
    content: "";
}

.c-switcher a.wpml-ls-item-toggle::before {
    left: 6px;
    background: url(/wp-content/uploads/common/icon-switcher-earth.png) center center no-repeat;
    background-size: 100%;
}

.c-switcher a.wpml-ls-item-toggle::after {
    -webkit-transition: all cubic-bezier(.165, .84, .44, 1) .2s;
    right: 6px;
    border: none;
    background: url(/wp-content/uploads/common/icon-switcher-down.png) center center no-repeat;
    background-size: 100%;
    opacity: .35;
            transition: all cubic-bezier(.165, .84, .44, 1) .2s;
}

.c-switcher a.wpml-ls-item-toggle.is-show::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    opacity: 1;
}

.c-switcher a.wpml-ls-item-toggle span {
    display: block;
    height: 28px;
    line-height: 28px;
}

.c-switcher .wpml-ls-sub-menu {
    display: none;
    visibility: unset;
    position: static;
    margin-top: 2px;
    border: none;
}

.c-switcher .wpml-ls-sub-menu .wpml-ls-item {
    margin-bottom: 6px;
}

.c-switcher .wpml-ls-sub-menu .wpml-ls-item:last-child {
    margin-bottom: 10px;
}

.c-switcher .wpml-ls-sub-menu a {
    -webkit-transition: background-color cubic-bezier(.165, .84, .44, 1) .3s;
    display: block;
    border-radius: 11px;
            transition: background-color cubic-bezier(.165, .84, .44, 1) .3s;
}

.c-switcher .wpml-ls-sub-menu a span {
    display: block;
    height: 22px;
    line-height: 22px;
}

.c-switcher .wpml-ls-sub-menu a:hover {
    background-color: #e0f1fe;
}

/* c-subNav
----------------------------------------------- */
.c-subNav__list {
    margin-right: 5px;
}

.c-subNav__item {
    display: inline-block;
    margin-right: 10px;
}

.c-subNav__item a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-transition: border cubic-bezier(.165, .84, .44, 1) .3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 122px;
    height: 28px;
    padding: 0 20px;
    border: solid 1px #e1e1e1;
    border-radius: 14px;
    line-height: 1;
            transition: border cubic-bezier(.165, .84, .44, 1) .3s;
}

.c-subNav__item a:hover {
    border: solid 1px #666666;
}

.c-subNav__item.is-products span {
    padding-left: 23px;
    background: url(/wp-content/uploads/common/icon-products.svg) left center no-repeat;
    background-size: 14px 12px;
}

.c-subNav__item.is-company span {
    padding-left: 23px;
    background: url(/wp-content/uploads/common/icon-company.svg) left center no-repeat;
    background-size: 14px 16px;
}

.c-subNav__item.is-recruit span {
    padding-left: 15px;
    background: url(/wp-content/uploads/common/icon-recruit.svg) left center no-repeat;
    background-size: 6px 16px;
}

/* c-pagetop
----------------------------------------------- */
.c-pageTop {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-sizing: border-box;
    -webkit-transition: background-color cubic-bezier(.165, .84, .44, 1) .5s;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: -42px;
    right: 3%;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border: solid 5px #ffffff;
    border-radius: 30px;
    background-color: #8d8e8e;
    cursor: pointer;
            transition: background-color cubic-bezier(.165, .84, .44, 1) .5s;
}

.c-pageTop:hover {
    background-color: #333333;
}

@media screen and (max-width: 768px) {
    .c-pageTop {
        top: -21.5px;
        width: 43px;
        height: 43px;
        border: solid 3px #ffffff;
        border-radius: -21.5px;
    }
}

.c-pageTop img {
    width: 20px;
    height: 12px;
}

@media screen and (max-width: 768px) {
    .c-pageTop img {
        width: 14px;
        height: 8px;
    }
}

/* c-accordion
----------------------------------------------- */
.c-accordion__head_none,.c-accordion__head {
    -webkit-transition: background-color cubic-bezier(.165, .84, .44, 1) .3s;
    position: relative;
    padding: 18px 40px 18px 20px;
    background-color: #666666;
    cursor: pointer;
            transition: background-color cubic-bezier(.165, .84, .44, 1) .3s;
}
.c-accordion__head_none {
    cursor: default;
}

.c-accordion__head:hover,.c-accordion.is-open .c-accordion__head {
    background-color: #0375c0;
}

@media screen and (max-width: 768px) {
    .c-accordion__head_none,.c-accordion__head {
        padding: 13px 8% 13px 5%;
    }
}

.c-accordion__head__ttl {
    color: #ffffff;
    font-size: 19px;
    font-size: 1.9rem;
    line-height: 1.5;
}

@media screen and (max-width: 768px) {
    .c-accordion__head__ttl {
        font-size: 14px;
        font-size: 1.4rem;
    }
}

.c-accordion__head__icon {
    position: absolute;
    top: 0;
    right: 30px;
    bottom: 0;
    width: 18px;
    height: 18px;
    margin: auto;
}

@media screen and (max-width: 768px) {
    .c-accordion__head__icon {
        right: 3%;
    }
}

.c-accordion__head__icon span {
    display: block;
    position: relative;
    width: inherit;
    height: inherit;
}

.c-accordion__head__icon span::before,.c-accordion__head__icon span::after {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 18px;
    height: 4px;
    margin: auto;
    border-radius: 1.5px;
    background-color: #ffffff;
    content: "";
}

.c-accordion__head__icon span::after {
    -webkit-transition: all cubic-bezier(.165, .84, .44, 1) .5s;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
            transition: all cubic-bezier(.165, .84, .44, 1) .5s;
}

.c-accordion.is-open .c-accordion__head__icon span::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    opacity: 0;
}

.c-accordion__content {
    padding: 40px 40px 60px;
    background-color: #f1f1f1;
}

@media screen and (max-width: 768px) {
    .c-accordion__content {
        padding: 15px 5% 30px;
    }
}

.c-accordion:not(:first-child) .c-accordion__content {
    display: none;
}

@media screen and (min-width: 769px) {
    .c-accContType1 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media screen and (min-width: 769px) {
    .c-accContType1__pic {
        width: 37%;
        margin-left: 30px;
    }
}

@media screen and (min-width: 769px) {
    .c-accContType1__content {
        font-size: 16px;
        font-size: 1.6rem;
        -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    }
}

@media screen and (max-width: 768px) {
    .c-accContType1__content {
        margin-bottom: 25px;
        font-size: 14px;
        font-size: 1.4rem;
    }
}

.c-accContType1__content > p {
    margin-bottom: 25px;
    line-height: 2;
}

@media screen and (max-width: 768px) {
    .c-accContType1__content > p {
        line-height: 1.71429;
    }
}

.c-accContType1__content > p a,.c-accContType1__link a {
    color: #0375c0;
    text-decoration: underline;
}

.c-accContType1__content > p a:hover,.c-accContType1__link a:hover {
    text-decoration: none;
}

.c-accContType1__link {
    padding-left: 30px;
    background: url(/wp-content/uploads/common/icon-file-pdf.svg) left top no-repeat;
    background-size: 14px 19px;
}

@media screen and (max-width: 768px) {
    .c-accContType1__link {
        padding-left: 22px;
    }
}

.c-accContType1__link a {
    display: inline-block;
}

@media screen and (max-width: 768px) {
    .c-accContType1__link a {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 1.66667;
    }
}

/* c-dlLink
----------------------------------------------- */
.c-dlLink {
    position: relative;
    padding: 24.5px 83px 24.5px 23px;
    background-color: #e7eef1;
    pointer-events: none;
}

@media screen and (max-width: 768px) {
    .c-dlLink {
        padding: 15px 60px 15px 15px;
    }
}

.c-dlLink:hover a {
    text-decoration: none;
}

.c-dlLInk__name a,.c-dlLInk__name span {
    line-height: 1.5;
}

.c-dlLInk__name a {
    color: #0375c0;
    font-weight: bold;
    text-decoration: underline;
}

@media screen and (min-width: 769px) {
    .c-dlLInk__name a {
        margin-right: 15px;
    }
}

@media screen and (max-width: 768px) {
    .c-dlLInk__name a {
        display: inline-block;
    }
}

.c-dlLInk__name span {
    color: #666666;
}

@media screen and (max-width: 768px) {
    .c-dlLInk__name span {
        display: block;
        font-size: 12px;
        font-size: 1.2rem;
    }
}

.c-dlLInk__desc {
    margin-top: 10px;
    line-height: 1.71429;
}

.c-dlLink__icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.c-dlLink__icon a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-right: 25px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    pointer-events: auto;
}

@media screen and (max-width: 768px) {
    .c-dlLink__icon a {
        padding-right: 15px;
    }
}

.c-dlLink__icon img {
    width: 30px;
    height: 40px;
}

/* c-searchFixBtn
----------------------------------------------- */
.c-searchFixBtn {
    position: fixed;
    z-index: 10;
    bottom: 0;
    right: 1.5%;
}

@media screen and (min-width: 1350px) {
    .c-searchFixBtn {
        top: 150px;
        right: 0;
        width: 81px;
    }
}

@media screen and (max-width: 768px) {
    .c-searchFixBtn {
        left: 0;
        right: 0;
        margin: auto;
    }
}

.c-searchFixBtn a {
    display: block;
    padding: 25px 70px;
    background-color: #049bc3;
    color: #ffffff;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1;
    border-top: solid 5px #ffffff;
    border-left: solid 5px #ffffff;
    border-right: solid 5px #ffffff;
    -webkit-transition: background-color cubic-bezier(.165, .84, .44, 1) .3s;
            transition: background-color cubic-bezier(.165, .84, .44, 1) .3s;
}

@media screen and (min-width: 1350px) {
    .c-searchFixBtn a {
        -webkit-writing-mode: vertical-rl;
            -ms-writing-mode: tb-rl;
                writing-mode: vertical-rl;
        position: relative;
        padding: 70px 29px 105px;
        border-bottom: solid 5px #ffffff;
        border-right: none;
    }
}

@media screen and (max-width: 768px) {
    .c-searchFixBtn a {
        padding: 15px 45px;
        font-size: 16px;
        font-size: 1.6rem;
    }
}

.c-searchFixBtn a:hover {
    background-color: #0375c0;
}

.c-searchFixBtn a::before,.c-searchFixBtn a::after {
    content: "";
    display: block;
    position: absolute;
}

/* 虫眼鏡アイコン */
.c-searchFixBtn a::before {
    width: 20px;
    height: 20px;
    background: url(/wp-content/uploads/common/icon-search-lightblue.svg) center center no-repeat;
    background-size: 100% auto;
    margin: auto;
}

@media screen and (min-width: 1350px) {
    .c-searchFixBtn a::before {
        top: 25px;
        left: 0;
        right: 0;
    }
}

@media screen and (max-width: 1349px) {
    .c-searchFixBtn a::before {
        left: 35px;
        top: 31px;
    }
}

@media screen and (max-width: 768px) {
    .c-searchFixBtn a::before {
        width: 15px;
        height: 15px;
        left: 20px;
        top: 21px;
    }
}

/* ウィンドウアイコン */
.c-searchFixBtn a::after {
    width: 13px;
    height: 13px;
    background: url(/wp-content/uploads/common/icon-window.svg) center center no-repeat;
    background-size: 100% auto;
    opacity: .5;
    margin: auto;
}

@media screen and (min-width: 1350px) {
    .c-searchFixBtn a::after {
        bottom: 30px;
        left: 0;
        right: 0;
    }
}

@media screen and (max-width: 1349px) {
    .c-searchFixBtn a::after {
        right: 30px;
        top: 33px;
    }
}

@media screen and (max-width: 768px) {
    .c-searchFixBtn a::after {
        right: 20px;
        top: 22px;
    }
}

/* c-pdf
----------------------------------------------- */
.c-pdf {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 75%;
}

.c-pdf--vertical {
    padding-top: 138%;
}

@media screen and (min-width: 1200px) {
    .c-pdf--vertical {
        padding-top: 1500px;
    }
}

.c-pdf iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* c-bnr
----------------------------------------------- */
.c-bnrStrengths a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-sizing: border-box;
    -webkit-transition: opacity cubic-bezier(.165, .84, .44, 1) .3s;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    width: 100%;
    height: 470px;
    padding-left: 12%;
    background: url(/wp-content/uploads/products/bnr-strengths.jpg) center center no-repeat;
    background-size: cover;
            transition: opacity cubic-bezier(.165, .84, .44, 1) .3s;
}

@media screen and (max-width: 768px) {
    .c-bnrStrengths a {
        height: 37vw;
        font-size: 5vw;
    }
}

.c-bnrStrengths a:hover {
    opacity: .8;
}

.c-bnrStrengths a span {
    color: #ffffff;
    font-weight: bold;
    font-size: 50px;
    font-size: 5rem;
}

@media screen and (min-width: 769px) {
    .c-bnrStrengths a span {
        -webkit-transform: translateY(-10px);
                transform: translateY(-10px);
    }
}

@media screen and (max-width: 768px) {
    .c-bnrStrengths a span {
        font-size: 5vw;
    }
}

/* c-rubycon
----------------------------------------------- */
.c-rubycon {
    width: 425px;
    height: 70px;
    margin: 0 auto 85px;
}

@media screen and (max-width: 768px) {
    .c-rubycon {
        width: 260px;
        height: 42px;
        margin: 0 auto 35px;
    }
}

/* c-pagination
----------------------------------------------- */
.c-pagination {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}

.page-numbers {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-transition: all cubic-bezier(.165, .84, .44, 1) .3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin: 60px 5px 0;
    border: solid 1px #cccccc;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
            transition: all cubic-bezier(.165, .84, .44, 1) .3s;
}

.page-numbers:hover,.page-numbers.current {
    border: solid 1px #0375c0;
    background-color: #0375c0;
    color: #ffffff;
}

.page-numbers.prev,.page-numbers.next {
    font-size: 11px;
    font-size: 1.1rem;
}

/* header
----------------------------------------------- */
.p-header {
    z-index: 1000;
    position: relative;
    height: 100px;
    background-color: #ffffff;
}

@media screen and (max-width: 990px) {
    .p-header {
        position: fixed;
        width: 100%;
        height: 56px;
    }
}

.p-header.is-fix {
    -webkit-transition: top cubic-bezier(.165, .84, .44, 1) .5s;
    z-index: 1000;
    position: fixed;
    top: -50px;
    left: 0;
    width: 100%;
    height: 50px;
            transition: top cubic-bezier(.165, .84, .44, 1) .5s;
}

@media screen and (max-width: 990px) {
    .p-header.is-fix {
        display: none;
    }
}

.p-header.is-active {
    top: 0;
}

.p-header__inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    height: inherit;
    margin: 0 auto;
    padding: 0 20px;
}

.p-header.is-fix .p-header__inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 990px) {
    .p-header__inner {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.p-header.is-fix .p-header__content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 990px) {
    .p-header__content {
        display: none;
    }
}

.p-spMenu__logo,.p-header__logo {
    -webkit-transform: translateY(20px);
    width: 177px;
    height: 44px;
            transform: translateY(20px);
}

.p-spMenu__logo a,.p-header__logo a {
    display: block;
    line-height: 0;
}

.p-header.is-fix .p-spMenu__logo,.p-header.is-fix
.p-header__logo {
    -webkit-transform: translateY(0);
    width: 123px;
    height: 30px;
            transform: translateY(0);
}

@media screen and (max-width: 990px) {
    .p-spMenu__logo,.p-header__logo {
        -webkit-transform: translateY(0);
        width: 120px;
        height: 29px;
                transform: translateY(0);
    }
}

.p-header:not(.is-fix) .p-header__links {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    justify-content: flex-end;
    padding: 6px 120px 20px 0;
}

.p-header.is-fix .p-header__links {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.p-header__links .c-subNav {
    position: relative;
    top: 1px;
}

.p-header.is-fix .p-header__links .c-subNav {
    display: none;
}

.p-header__links .c-searchBox {
    z-index: 1;
    position: relative;
    margin-right: 15px;
}

.p-header__links .c-switcher {
    z-index: 1;
    position: absolute;
    top: 6px;
    right: 0;
}

.p-header.is-fix .p-header__links .c-switcher {
    display: none;
}

.p-header.is-fix .p-header__gNav {
    margin-right: 15px;
}

.p-header__spIcons {
    display: none;
}

.p-header.is-fix .p-header__spIcons {
    display: none;
}

@media screen and (max-width: 990px) {
    .p-header__spIcons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.p-header__spIcons__search {
    width: 26px;
    height: 26px;
    margin-right: 28px;
    cursor: pointer;
}

.p-header__spIcons__menu {
    width: 30px;
    height: 25px;
    cursor: pointer;
}

/* footer
----------------------------------------------- */
.p-footer {
    margin-top: 200px;
    background-color: #f5f5f5;
    color: #000000;
}

@media screen and (max-width: 1349px) {
    body#pg-pdcList .p-footer,body#pg-pdcDetail .p-footer {
        padding-bottom: 100px;
    }
}

@media screen and (max-width: 768px) {
    body#pg-pdcList .p-footer,body#pg-pdcDetail .p-footer {
        padding-bottom: 60px;
    }
}

@media screen and (max-width: 768px) {
    .p-footer {
        margin-top: 50px;
    }
}

.p-footer__line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 768px) {
    .p-footer__line {
        padding: 0 !important;
    }
}

.p-footer__line span {
    display: block;
    height: 5px;
    background-color: #cccccc;
}

.p-footer__line span:nth-child(1) {
    width: 8.33333%;
    background-color: #f7373d;
}

@media screen and (max-width: 768px) {
    .p-footer__line span:nth-child(1) {
        width: 13.33333%;
    }
}

.p-footer__line span:nth-child(2) {
    width: 16.66667%;
    background-color: #0093d6;
}

@media screen and (max-width: 768px) {
    .p-footer__line span:nth-child(2) {
        width: 26.66667%;
    }
}

.p-footer__line span:nth-child(3) {
    width: 75%;
    background-color: #feec2f;
}

@media screen and (max-width: 768px) {
    .p-footer__line span:nth-child(3) {
        width: 60%;
    }
}

.p-footer__logo {
    margin: 25px 0 10px;
}

@media screen and (max-width: 768px) {
    .p-footer__logo {
        margin: 30px 0 15px;
        text-align: center;
    }
}

.p-footer__logo img {
    width: 203px;
    height: 29px;
}

.p-footer__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
    .p-footer__info {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        width: 273px;
        margin: 0 auto 20px;
    }
}

.p-footer__info__item {
    color: #666666;
    font-size: 12px;
    font-size: 1.2rem;
}

@media screen and (min-width: 769px) {
    .p-footer__info__item {
        margin-right: 1em;
    }
}

.p-footer__companyLinks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
    .p-footer__companyLinks {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        width: 273px;
        margin: 0 auto;
        padding-bottom: 10px;
    }
}

.p-footer__companyLinks .c-btnMini:not(:last-child) {
    margin-right: 20px;
}

@media screen and (max-width: 768px) {
    .p-footer__companyLinks .c-btnMini {
        margin-bottom: 20px;
    }
}

.p-footer__externalLinks {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin-bottom: 65px;
}

.p-footer__externalLinks .c-btn {
    margin: 0 12px;
}

.p-footer__externalLinks .c-btn a {
    font-weight: bold;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0 40px 0 20px;
}

body.lang-ja .p-footer__externalLinks .c-btn a {
    width: 245px;
}

@media screen and (max-width: 990px) {
    body.lang-ja .p-footer__externalLinks .c-btn a {
        width: 220px;
    }
}

.p-footer__sitemap {
    /* -ms-flex-wrap: wrap; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: center;
}

.p-footer__sitemap__item {
    margin-bottom: 5%;
}

.p-footer__sitemap__item:not(:last-child) {
    margin-right: 5%;
}
html:lang(en) .p-footer__sitemap__item:not(:last-child) {
    margin-right: 3%;
}

.p-footer__sitemap__item dt {
    margin-bottom: 5px;
    font-weight: bold;
}

.p-footer__sitemap__item dt a:hover {
    text-decoration: underline;
}

.p-footer__sitemap__item dd {
    margin-bottom: 10px;
    font-size: 12px;
    font-size: 1.2rem;
    /* line-height: 2.5; */
}

body.lang-en .p-footer__sitemap__item dd.hybrid {
    width: 260px;
}

.p-footer__sitemap__link {
    margin-bottom: 10px;
}

.p-footer__sitemap__link a {
    font-weight: bold;
}

.p-footer__sitemap__link a:hover {
    text-decoration: underline;
}

.p-footer__under {
    position: relative;
    border-top: solid 1px #dddddd;
}

@media screen and (max-width: 768px) {
    .p-footer__under {
        padding: 15px 0 25px;
    }
}

@media screen and (min-width: 769px) {
    .p-footer__under__inner {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 110px;
    }
}

.p-footer__subNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 768px) {
    .p-footer__subNav {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 5px;
    }
}

.p-footer__subNav li {
    margin: 0 60px 0 0;
}

@media screen and (max-width: 990px) {
    .p-footer__subNav li {
        margin: 0 25px 0 0;
    }
}

@media screen and (max-width: 768px) {
    .p-footer__subNav li {
        margin: 0 9px;
    }
}

.p-footer__subNav .c-txtLink {
    font-size: 12px;
    font-size: 1.2rem;
}

.p-footer__copyright {
    font-size: 10px;
    font-size: 1rem;
}

@media screen and (max-width: 768px) {
    .p-footer__copyright {
        text-align: center;
    }
}

/* breadcrumbs
----------------------------------------------- */
.p-breadcrumbs {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    height: 74px;
    border-top: 5px solid #e3e3e3;
    background-color: #f5f5f5;
}

.p-breadcrumbs a,.p-breadcrumbs span {
    font-weight: bold;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
}

.p-breadcrumbs a::after {
    display: inline-block;
    margin: 0 .5em;
    content: "/";
}

.p-breadcrumbs_inner {
    width: 100%;
}

.p-breadcrumbs_inner > span > span:first-child > a {
    display: inline-block;
}

.p-breadcrumbs_inner > span > span:first-child > a::before {
    display: inline-block;
    position: relative;
    top: 1px;
    width: 16px;
    height: 14px;
    margin-right: 9px;
    background: url(/wp-content/uploads/common/icon-home.svg);
    content: "";
}

/* p-gNav
----------------------------------------------- */
.p-gNav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.p-header:not(.is-fix) .p-gNav__item {
    height: 44px;
}

.p-header.is-fix .p-gNav__item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    height: 50px;
}

.p-gNav__item.has-lower {
    cursor: pointer;
}

.p-gNav__item > a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    height: 22px;
    padding: 0 10px;
    border-right: solid 1px #cccccc;
    white-space: nowrap;
}

@media screen and (min-width: 1200px) {
    .p-gNav__item > a {
        padding: 0 20px;
    }
}

.p-gNav__item > a span {
    display: block;
    color: #000000;
    font-weight: bold;
    line-height: 1;
}

@media screen and (min-width: 1200px) {
    body.lang-ja .p-gNav__item > a span,body.lang-cn .p-gNav__item > a span {
        font-size: 16px;
        font-size: 1.6rem;
    }
}

.p-gNav__item:first-child > a {
    border-left: solid 1px #cccccc;
}

.p-gNav__item.has-lower > a::after {
    -webkit-transition: opacity linear .15s;
    display: block;
    position: absolute;
    top: 34px;
    right: 0;
    left: 0;
    width: 0;
    height: 0;
    margin: auto;
    border-width: 0 10px 10px 10px;
    border-style: solid;
    border-color: transparent transparent #3a3d45 transparent;
    content: "";
    opacity: 0;
            transition: opacity linear .15s;
}

.p-header.is-fix .p-gNav__item.has-lower > a::after {
    top: 26px;
}

.p-gNav__item.has-lower > a span {
    padding-right: 18px;
    background: url(/wp-content/uploads/common/icon-nav-down.svg) right 4px no-repeat;
    background-size: 13px 8px;
}

.p-gNav__item.has-lower:hover > a span {
    background: url(/wp-content/uploads/common/icon-nav-down_blue.svg) right 4px no-repeat;
    background-size: 13px 8px;
}

.p-gNav__item.has-lower:hover > a::after {
    opacity: 1;
}

.p-gNav__lower {
    display: none;
    z-index: 1;
    position: absolute;
    top: 100px;
    right: 0;
    left: 0;
    width: 100%;
    height: 350px;
    margin: auto;
    cursor: default;
}

.p-header.is-fix .p-gNav__lower {
    top: 50px;
}

.p-gNavLowerBg {
    display: none;
    position: absolute;
    top: 100px;
    width: 100%;
    height: 350px;
    background-color: #3a3d45;
}

body.pgType-company .p-gNavLowerBg {
    height: 250px;
}

.p-header.is-fix .p-gNavLowerBg {
    top: 50px;
}

/* lowerMenu
----------------------------------------------- */
.p-lowerMenu {
    padding-top: 40px;
}

.p-lowerMenu .p-pdcLinks {
    margin-bottom: 40px;
}

.p-lowerMenu__bnrs ul {
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-wrap: wrap;
}

.p-lowerMenu__bnrs ul li {
    margin-bottom: 35px;
}

.p-lowerMenu__bnrs ul li a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-transition: all cubic-bezier(.165, .84, .44, 1) .5s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 150px;
    padding: 0 10px;
    color: #ffffff;
    font-weight: bold;
    font-size: 18px;
    font-size: 1.8rem;
            transition: all cubic-bezier(.165, .84, .44, 1) .5s;
    text-align: center;
    line-height: 1.3;
    text-shadow: 1px 1px 1px #333333;
}

body.lang-en .p-lowerMenu__bnrs--col4 ul li a {
    font-size: 15px;
    font-size: 1.5rem;
}

.p-lowerMenu__bnrs ul li a:hover {
    opacity: .5;
}

.p-lowerMenu__bnrs--col4 ul li {
    width: calc(25% - 25px);
}

.p-lowerMenu__bnrs--col4 ul li:not(:nth-child(4)) {
    margin-right: 33.33333px;
}

.p-lowerMenu__bnrs--col3 ul li {
    width: calc(33.33333% - 10px);
}

.p-lowerMenu__bnrs--col3 ul li:not(:nth-child(3)) {
    margin-right: 15px;
}

.p-lowerMenu__bnrs--h70 ul li a {
    height: 70px;
}

.p-lowerMenu--supplyChain .c-btn,.p-lowerMenu--sustainability .c-btn,.p-lowerMenu--company .c-btn,.p-lowerMenu--strengths .c-btn {
    width: 590px;
    margin: 0 auto 40px;
}

.p-lowerMenu--strengths .p-lowerMenu__bnrs li:nth-child(1) a {
    background: url(/wp-content/uploads/common/menu-about-company.jpg) center center no-repeat;
    background-size: cover;
}

.p-lowerMenu--strengths .p-lowerMenu__bnrs li:nth-child(2) a {
    background: url(/wp-content/uploads/common/menu-about-supply-chain.jpg) center center no-repeat;
    background-size: cover;
}

.p-lowerMenu--strengths .p-lowerMenu__bnrs li:nth-child(3) a {
    background: url(/wp-content/uploads/common/menu-about-sustainability.jpg) center center no-repeat;
    background-size: cover;
}

.p-lowerMenu--strengths .p-lowerMenu__bnrs li:nth-child(4) a {
    background: url(/wp-content/uploads/common/menu-about-gray.jpg) center center no-repeat;
    background-size: cover;
}

.p-lowerMenu--search .p-searchArea {
    margin-bottom: 15px;
}

.p-lowerMenu--search__ttl {
    margin-bottom: 10px;
    color: #9d9ea2;
    font-size: 16px;
    font-size: 1.6rem;
}

.p-lowerMenu--search__btns {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}

.p-lowerMenu--search__btns .c-btn {
    margin-bottom: 10px;
}

@media screen and (max-width: 1160px) {
    .p-lowerMenu--search__btns .c-btn a {
        font-size: 13px;
        font-size: 1.3rem;
    }
}

.p-lowerMenu--search__pdc {
    width: 65%;
    max-width: 830px;
}

.p-lowerMenu--search__pdc__btns {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-wrap: wrap;
    justify-content: space-between;
}

.p-lowerMenu--search__pdc__btns .c-btn {
    width: 49%;
}

body:not(.lang-ja):not(.lang-cn) .p-lowerMenu--search__pdc__btns .c-btn a {
    font-size: 11px;
    font-size: 1.1rem;
}

.p-lowerMenu--search__relation {
    width: 30%;
    max-width: 270px;
}

.p-lowerMenu--list__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.p-lowerMenu--list__btns .c-btn {
    width: 207px;
    margin-right: 28px;
}

.p-lowerMenu--list__btns .c-btn--deepGray a {
    font-size: 13px;
    font-size: 1.3rem;
}

.p-lowerMenu--faq .c-btn {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
}

.p-lowerMenu--faq .c-btn a {
    width: 270px;
}

.p-lowerMenu--company .p-lowerMenu__bnrs li:nth-child(1) a {
    background: url(/wp-content/uploads/common/menu-company-overview.jpg) center center no-repeat;
    background-size: cover;
}

.p-lowerMenu--company .p-lowerMenu__bnrs li:nth-child(2) a {
    background: url(/wp-content/uploads/common/menu-company-officer.jpg) center center no-repeat;
    background-size: cover;
}

.p-lowerMenu--company .p-lowerMenu__bnrs li:nth-child(3) a {
    background: url(/wp-content/uploads/common/menu-company-message.jpg) center center no-repeat;
    background-size: cover;
}

.p-lowerMenu--company .p-lowerMenu__bnrs li:nth-child(4) a {
    background: url(/wp-content/uploads/common/menu-company-philosophy.jpg) center center no-repeat;
    background-size: cover;
}

.p-lowerMenu--company .p-lowerMenu__bnrs li:nth-child(5) a {
    background: url(/wp-content/uploads/common/menu-company-history.jpg) center center no-repeat;
    background-size: cover;
}

.p-lowerMenu--company .p-lowerMenu__bnrs li:nth-child(6) a {
    background: url(/wp-content/uploads/common/menu-company-locations.jpg) center center no-repeat;
    background-size: cover;
}

.p-lowerMenu--company .p-lowerMenu__bnrs li:nth-child(7) a {
    background: url(/wp-content/uploads/common/menu-company-other.jpg) center center no-repeat;
    background-size: cover;
}

.p-lowerMenu--sustainability .p-lowerMenu__bnrs li:nth-child(1) a {
    background: url(/wp-content/uploads/common/menu-sustainability-message.jpg) center center no-repeat;
    background-size: cover;
}

.p-lowerMenu--sustainability .p-lowerMenu__bnrs li:nth-child(2) a {
    background: url(/wp-content/uploads/common/menu-sustainability-sdgs.jpg) center center no-repeat;
    background-size: cover;
}

.p-lowerMenu--sustainability .p-lowerMenu__bnrs li:nth-child(3) a {
    background: url(/wp-content/uploads/common/menu-sustainability-csr.jpg) center center no-repeat;
    background-size: cover;
}

.p-lowerMenu--sustainability .p-lowerMenu__bnrs li:nth-child(4) a {
    background: url(/wp-content/uploads/common/menu-sustainability-environment.jpg) center center no-repeat;
    background-size: cover;
}

.p-lowerMenu--sustainability .p-lowerMenu__bnrs li:nth-child(5) a {
    background: url(/wp-content/uploads/common/menu-sustainability-social.jpg) center center no-repeat;
    background-size: cover;
}

.p-lowerMenu--sustainability .p-lowerMenu__bnrs li:nth-child(6) a {
    background: url(/wp-content/uploads/common/menu-sustainability-iso.jpg) center center no-repeat;
    background-size: cover;
}

.p-lowerMenu--supplyChain .p-lowerMenu__bnrs li:nth-child(1) a {
    background: url(/wp-content/uploads/common/menu-supplychain-procurement-guidelines.jpg) center center no-repeat;
    background-size: cover;
}

.p-lowerMenu--supplyChain .p-lowerMenu__bnrs li:nth-child(2) a {
    background: url(/wp-content/uploads/common/menu-supplychain-green-procurement.jpg) center center no-repeat;
    background-size: cover;
}

.p-lowerMenu--supplyChain .p-lowerMenu__bnrs li:nth-child(3) a {
    background: url(/wp-content/uploads/common/menu-supplychain-minerals-policy.jpg) center center no-repeat;
    background-size: cover;
}

/* slideLink
----------------------------------------------- */
.p-slideLink {
    margin-bottom: 23px;
}

.p-slideLink__item {
    border-bottom: solid 1px #666666;
}

.p-slideLink__item:first-child {
    border-top: solid 1px #666666;
}

.p-slideLink__item > a::after,.p-slideLink__lower__item a::after,.p-slideLink__opner::after {
    display: block;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    width: 18px;
    height: 12px;
    margin: auto;
    content: "";
}

.p-slideLink__item > a::after {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
}

.p-slideLink__item > a,.p-slideLink__opner {
    display: block;
    position: relative;
    padding: 15px 10px;
    color: #ffffff;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.5;
    cursor: pointer;
}

.p-slideLink__item > a::after,.p-slideLink__opner::after {
    -webkit-transition: -webkit-transform cubic-bezier(.165, .84, .44, 1) .3s;
    background: url(/wp-content/uploads/common/icon-arr.svg) center center no-repeat;
    background-size: 100%;
            transition: -webkit-transform cubic-bezier(.165, .84, .44, 1) .3s;
            transition:         transform cubic-bezier(.165, .84, .44, 1) .3s;
            transition:         transform cubic-bezier(.165, .84, .44, 1) .3s, -webkit-transform cubic-bezier(.165, .84, .44, 1) .3s;
}

.p-slideLink__item.is-open .p-slideLink__item > a::after,.p-slideLink__item.is-open
.p-slideLink__opner::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}

.p-slideLink__lower {
    display: none;
    background-color: rgba(0, 0, 0, .5);
}

.p-slideLink__lower__item {
    border-top: solid 1px #666666;
}

.p-slideLink__lower__item a {
    display: block;
    position: relative;
    padding: 15px 30px 15px 20px;
    color: #ffffff;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
}

.p-slideLink__lower__item a::after {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    background: url(/wp-content/uploads/common/icon-arr-key.svg) center center no-repeat;
    background-size: 100%;
}

/* spMenu
----------------------------------------------- */
.p-spMenu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    background-color: rgba(51, 51, 51, .95);
}

.p-spMenu--menu .p-spMenu__search,.p-spMenu--menu .p-spMenu__ttl,.p-spMenu--menu .p-spMenu__note {
    display: none;
}

.p-spMenu--search .p-spMenu__switcher,.p-spMenu--search .p-spMenu__links,.p-spMenu--search .p-slideLink,.p-spMenu--search .p-spMenu__btnSearch,.p-spMenu--search .p-spMenu__btnContact {
    display: none;
}

.p-spMenu--search .p-spMenu__btns {
    margin-top: 30px;
    padding-top: 30px;
    border-top: solid 1px #666666;
}

.p-spMenu__inner {
    padding: 0 20px 150px;
}

.p-spMenu__btnSearch,.p-spMenu__btnContact {
    margin-bottom: 23px;
}

.p-spMenu__head {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 56px;
    margin-bottom: 10px;
}

.p-spMenu__head__close {
    width: 28px;
    height: 28px;
    cursor: pointer;
}

.p-spMenu__ttl {
    margin-bottom: 13px;
    color: #ffffff;
    font-size: 20px;
    font-size: 2rem;
    text-align: center;
}

.p-spMenu__note {
    margin-bottom: 5px;
    color: #ffffff;
}

.p-spMenu__search {
    margin-bottom: 35px;
}

.p-spMenu__btns {
    -ms-flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-wrap: wrap;
    justify-content: space-between;
}

.p-spMenu__btns .c-btn2 {
    width: calc(50% - 7.5px);
    margin-bottom: 15px;
}

@media screen and (max-width: 370px) {
    .p-spMenu__btns .c-btn2 a span {
        font-size: 12px;
        font-size: 1.2rem;
    }
}

.p-spMenu__links {
    margin-bottom: 30px;
}

.p-spMenu__links ul li a {
    color: #ffffff;
    line-height: 50px;
}

.p-spMenu__switcher ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}

.p-spMenu__switcher li {
    margin: 0 14px;
}

.p-spMenu__switcher li a {
    display: block;
    padding-left: 24px;
    background: url(/wp-content/uploads/common/icon-earth.svg) left center no-repeat;
    background-size: 17px 17px;
    color: #ffffff;
}

/* main visual
----------------------------------------------- */
.p-mv {
    overflow: hidden;
}

.p-mv .swiper-slide a {
    display: block;
    background-color: #f2f2f2;
}

.p-mv .swiper-slide a.is-nolink {
    cursor: default;
}

@media screen and (min-width: 769px) {
    .p-mv .swiper-slide a {
        height: 32.7vw;
        max-height: 400px;
    }
}

.p-mv .swiper-slide a::after {
    -webkit-transition: opacity linear .5s .5s;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 5em;
    height: 1em;
    margin: auto;
    content: "loading...";
    color: #cccccc;
    line-height: 1;
    letter-spacing: .1em;
    text-transform: uppercase;
            transition: opacity linear .5s .5s;
}

.p-mv .p-mv__nav,.p-mv picture {
    -webkit-transition: opacity linear .5s .5s;
    opacity: 0;
            transition: opacity linear .5s .5s;
}

.p-mv.is-show .swiper-slide a::after {
    opacity: 0 !important;
}

.p-mv.is-show .p-mv__nav,.p-mv.is-show picture {
    opacity: 1;
}

@-webkit-keyframes loading {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes loading {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.p-mv__slide {
    max-width: 1200px;
    overflow: visible !important;
}

.p-mv__nav {
    z-index: 10;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 38px;
    height: 174px;
    margin: auto;
    border-radius: 19px;
    background-color: rgba(255, 255, 255, .8);
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .p-mv__nav {
        width: 36px;
        height: 36px;
    }
}

.p-mv__nav span {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.p-mv__nav img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 22px;
    height: 35px;
    margin: auto;
}

@media screen and (max-width: 768px) {
    .p-mv__nav img {
        width: 12px;
        height: 19px;
    }
}

.p-mv__nav--prev {
    left: 17px;
}

.p-mv__nav--prev img {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}

@media screen and (max-width: 768px) {
    .p-mv__nav--prev img {
        -webkit-transform: rotate(180deg) translateX(1px);
                transform: rotate(180deg) translateX(1px);
    }
}

.p-mv__nav--next {
    right: 17px;
}

@media screen and (max-width: 768px) {
    .p-mv__nav--next img {
        -webkit-transform: translateX(1px);
                transform: translateX(1px);
    }
}

/* pdcInfo
----------------------------------------------- */
.p-pdcInfo {
    -ms-flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
        flex-wrap: wrap;
    justify-content: space-between;
}

.p-pdcInfo__item {
    width: calc(25% - 21px);
    margin-bottom: 28px;
    background-color: #e7eef1;
    position: relative;
}

@media screen and (max-width: 990px) {
    .p-pdcInfo__item {
        width: calc(50% - 6px);
        margin-bottom: 18px;
    }
}

@media screen and (max-width: 768px) {
    .p-pdcInfo__item {
        margin-bottom: 98px;
    }
}

@media screen and (min-width: 769px) {
    .p-pdcInfo__item {
        padding-bottom: 37px;
    }
}

@media screen and (min-width: 769px) {
    .p-pdcInfo__item:not(.p-pdcInfo__item--search) {
        display: flex;
        align-items: center;
    }
}

.p-pdcInfo__item__cont {
    width: 100%;
}

.p-pdcInfo__item__cont a {
    -webkit-box-sizing: border-box;
    -webkit-transition: background-color cubic-bezier(.165, .84, .44, 1) .3s;
            box-sizing: border-box;
    display: block;
            transition: background-color cubic-bezier(.165, .84, .44, 1) .3s;
}

@media screen and (min-width: 769px) {
    .p-pdcInfo__item__cont a {
        -webkit-box-align: center;
        -ms-flex-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        min-height: 110px;
    }
}

.p-pdcInfo__item__pic,.p-pdcInfo__item__txt {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

@media screen and (min-width: 769px) {
    .p-pdcInfo__item__pic,.p-pdcInfo__item__txt {
        width: 50%;
    }
}

.p-pdcInfo__item__pic {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (min-width: 769px) {
    .p-pdcInfo__item__pic img {
        max-width: 138px;
    }
}

@media screen and (max-width: 768px) {
    .p-pdcInfo__item__pic img {
        max-width: 250px;
    }
}

.p-pdcInfo__item__txt {
    min-height: 60px;
    padding: 10px 5px;
    font-weight: bold;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.375;
}

@media screen and (max-width: 768px) {
    .p-pdcInfo__item__txt {
        padding: 10px;
    }
}

/* @media screen and (max-width: 1130px) {
  .p-pdcInfo__item__txt {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 990px) {
  .p-pdcInfo__item__txt {
    font-size: 15px;
    font-size: 1.5rem;
  }
} */

.p-pdcInfo__item__txt span {
    display: inline-block;
    font-weight: inherit;
    line-height: inherit;
    white-space: nowrap;
}

.p-pdcInfo__item__txt span.mini {
    display: block;
    font-size: 11px;
    font-size: 1.1rem;
}

@media screen and (max-width: 1130px) {
    .p-pdcInfo__item__txt span.mini {
        font-size: 10px;
        font-size: 1rem;
        letter-spacing: -1px;
    }
}

@media screen and (min-width: 769px) {
    .p-pdcInfo__item__links {
        width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        align-items: center;
        position: absolute;
        bottom: 0;
        left: 0;
    }
}

@media screen and (max-width: 768px) {
    .p-pdcInfo__item__links {
        position: absolute;
        bottom: -81px;
        width: 100%;
    }
}

@media screen and (min-width: 769px) {
    .p-pdcInfo__item__links p {
        width: 50%;
    }
}

.p-pdcInfo__item__links a {
    -webkit-transition: all cubic-bezier(.165, .84, .44, 1) .3s;
    display: block;
    height: 37px;
    background-color: #0e1c2d;
    color: #ffffff;
    line-height: 37px;
    text-align: center;
            transition: all cubic-bezier(.165, .84, .44, 1) .3s;
}

.p-pdcInfo__item__links a:hover {
    background-color: #0375c0;
}

@media screen and (max-width: 768px) {
    .p-pdcInfo__item__links a {
        height: 40px;
        line-height: 40px;
    }
    .p-pdcInfo__item__links a:first-child {
        margin-bottom: 1px;
    }
}

@media screen and (min-width: 769px) {
    .p-pdcInfo__item__links::before {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 1px;
        height: 15px;
        margin: auto;
        background-color: #f2f2f2;
        content: "";
    }
}

.p-pdcInfo__item--search {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px 20px 22px;
    background-color: #e7eef1;
}

@media screen and (max-width: 768px) {
    .p-pdcInfo__item--search {
        width: 100%;
        margin: 10px 0 0;
    }
}

.p-pdcInfo__item--search > p {
    margin-bottom: 5px;
    color: #0e1c2d;
    font-size: 20px;
    font-size: 2rem;
    text-align: center;
}

.p-pdcInfo__item--search .c-searchBox3 {
    margin-bottom: 15px;
}

.p-pdcInfo__item--search .c-searchBox3 input {
    height: 30px;
    border-radius: 15px 0 0 15px;
}

.p-pdcInfo__item--search .c-searchBox3 input::-webkit-input-placeholder {
    color: #d6d6d5;
}

.p-pdcInfo__item--search .c-searchBox3 input::-moz-placeholder {
    color: #d6d6d5;
}

.p-pdcInfo__item--search .c-searchBox3 input:-ms-input-placeholder {
    color: #d6d6d5;
}

.p-pdcInfo__item--search .c-searchBox3 input::-ms-input-placeholder {
    color: #d6d6d5;
}

.p-pdcInfo__item--search .c-searchBox3 input::placeholder {
    color: #d6d6d5;
}

.p-pdcInfo__item--search .c-searchBox3 button {
    width: 60px;
    height: 30px;
    border-radius: 0 15px 15px 0;
}

.p-pdcInfo__item--search .c-searchBox3 button img {
    width: 16px;
    height: 16px;
    opacity: 1;
}

@media screen and (min-width: 769px) {
    .p-pdcInfo__linkList {
        position: absolute;
        top: -53px;
        right: 0;
    }
}

@media screen and (max-width: 768px) {
    .p-pdcInfo__linkList {
        -webkit-box-align: end;
        -ms-flex-align: end;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: flex-end;
        width: calc(50% - 6px);
    }
}

.p-pdcInfo__linkList a {
    text-align: center;
}

@media screen and (min-width: 769px) {
    .p-pdcInfo__linkList a {
        width: 185px;
    }
}

@media screen and (max-width: 768px) {
    .p-pdcInfo__linkList a {
        -webkit-transform: translateY(-17px);
        width: 100%;
                transform: translateY(-17px);
    }
}

/* pdcCatLink
----------------------------------------------- */
@media screen and (min-width: 769px) {
    .p-pdcCatLink {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: space-between;
    }
}

.p-pdcCatLink__item {
    position: relative;
    width: calc(33.33333% - 15px);
    height: 100px;
}

@media screen and (max-width: 990px) {
    .p-pdcCatLink__item {
        width: calc(33.33333% - 8px);
    }
}

@media screen and (max-width: 768px) {
    .p-pdcCatLink__item {
        width: 100%;
    }
    .p-pdcCatLink__item:not(:last-child) {
        margin-bottom: 7px;
    }
}

.p-pdcCatLink__item a,.p-pdcCatLink__item span {
    -webkit-transition: all cubic-bezier(.165, .84, .44, 1) .3s;
    width: 100%;
    height: inherit;
            transition: all cubic-bezier(.165, .84, .44, 1) .3s;
}

.p-pdcCatLink__item:hover span {
    opacity: .8;
}

.p-pdcCatLink__item a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
    padding: 0 10px;
    position: relative;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
    line-height: 1.3;
    box-sizing: border-box;
}

.p-pdcCatLink__item span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000000;
}

.p-pdcCatLink__item:nth-child(1) span {
    background: url(/wp-content/uploads/common/pdc-search-catalog.jpg) center center no-repeat;
    background-size: cover;
}

.p-pdcCatLink__item:nth-child(2) span {
    background: url(/wp-content/uploads/common/pdc-search-product-search.jpg) center center no-repeat;
    background-size: cover;
}

.p-pdcCatLink__item:nth-child(3) span {
    background: url(/wp-content/uploads/common/pdc-search-cross-reference.jpg) center center no-repeat;
    background-size: cover;
}

.p-pdcCatLink__item--window a {
    position: relative;
}

.p-pdcCatLink__item--window a::after {
    display: block;
    position: absolute;
    top: 20px;
    right: 2.3vw;
    /* bottom: 0; */
    width: 13px;
    height: 13px;
    margin: auto;
    background: url(/wp-content/uploads/common/icon-window.svg) center center no-repeat;
    content: "";
}

@media screen and (max-width: 990px) {
    .p-pdcCatLink__item--window a::after {
        right: 1.8vw;
    }
}

@media screen and (max-width: 768px) {
    .p-pdcCatLink__item--window a::after {
        right: 35px;
    }
}

/* aboutLink
----------------------------------------------- */
.p-pgBnrArea {
    padding: 50px 0 70px;
    background: -webkit-gradient(linear, left top, left bottom, from(#e1eaee), color-stop(74.75%, #dcf0fa), to(#f7fbfd));
    background: linear-gradient(#e1eaee 0%, #dcf0fa 74.75%, #f7fbfd 100%);
}

.p-pgBnrArea .c-ttlSec {
    margin-bottom: 40px;
}

.p-pgBnr {
    -ms-flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-wrap: wrap;
    justify-content: space-between;
}

.p-pgBnr__item {
    width: calc(50% - 16px);
    margin-bottom: 33px;
}

@media screen and (max-width: 768px) {
    .p-pgBnr__item {
        width: calc(50% - 10px);
        margin-bottom: 20px;
    }
}

.p-pgBnr__item a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 230px;
    padding: 0 10px;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .p-pgBnr__item a {
        height: 163px;
    }
}

.p-pgBnr__item__txt {
    position: relative;
    color: #ffffff;
    font-weight: bold;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5;
    text-shadow: 1px 1px 1px #333333;
}

@media screen and (max-width: 768px) {
    .p-pgBnr__item__txt {
        font-size: 18px;
        font-size: 1.8rem;
    }
}

.p-pgBnr__item__txt span {
    font-weight: inherit;
    line-height: inherit;
}

.p-pgBnr--window .p-pgBnr__item__txt span::after {
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-left: .5em;
    background: url(/wp-content/uploads/common/icon-window.svg) center center no-repeat;
    background-size: 100% auto;
    content: "";
}

.p-pgBnr__item__pic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: inherit;
    overflow: hidden;
}

.p-pgBnr__item__pic span {
    -webkit-transition: -webkit-transform cubic-bezier(.165, .84, .44, 1) .5s;
    display: block;
    width: 100%;
    height: inherit;
            transition: -webkit-transform cubic-bezier(.165, .84, .44, 1) .5s;
            transition:         transform cubic-bezier(.165, .84, .44, 1) .5s;
            transition:         transform cubic-bezier(.165, .84, .44, 1) .5s, -webkit-transform cubic-bezier(.165, .84, .44, 1) .5s;
}

.p-pgBnr__item a:hover span {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
}

.p-pgBnr__item--company .p-pgBnr__item__pic span {
    background: url(/wp-content/uploads/common/top-about-company.jpg) center center no-repeat;
    background-size: cover;
}

.p-pgBnr__item--recruit .p-pgBnr__item__pic span {
    background: url(/wp-content/uploads/common/top-about-recruit.jpg) center center no-repeat;
    background-size: cover;
}

@media screen and (max-width: 768px) {
    .p-pgBnr__item--recruit .p-pgBnr__item__pic span {
        background: url(/wp-content/uploads/common/top-about-recruit-sp.jpg) center center no-repeat;
        background-size: cover;
    }
}

.p-pgBnr__item--supplyChain .p-pgBnr__item__pic span {
    background: url(/wp-content/uploads/common/top-about-supplychain.jpg) center center no-repeat;
    background-size: cover;
}

@media screen and (max-width: 768px) {
    .p-pgBnr__item--supplyChain .p-pgBnr__item__pic span {
        background: url(/wp-content/uploads/common/top-about-supplychain-sp.jpg) center center no-repeat;
        background-size: cover;
    }
}

.p-pgBnr__item--sustainability .p-pgBnr__item__pic span {
    background: url(/wp-content/uploads/common/top-about-sustainability.jpg) center center no-repeat;
    background-size: cover;
}

@media screen and (max-width: 768px) {
    .p-pgBnr__item--sustainability .p-pgBnr__item__pic span {
        background: url(/wp-content/uploads/common/top-about-sustainability-sp.jpg) center center no-repeat;
        background-size: cover;
    }
}

.p-pgBnr__item--product .p-pgBnr__item__pic span {
    background: url(/wp-content/uploads/company/top-about-product.jpg) center center no-repeat;
    background-size: cover;
}

@media screen and (max-width: 768px) {
    .p-pgBnr__item--product .p-pgBnr__item__pic span {
        background: url(/wp-content/uploads/company/top-about-product-sp.jpg) center center no-repeat;
        background-size: cover;
    }
}


.p-pgBnr__item--headquarters .p-pgBnr__item__pic span {
    background: url(/wp-content/uploads/company/company-locations-headquarters.jpg) center center no-repeat;
    background-size: cover;
}

.p-pgBnr__item--productionSites .p-pgBnr__item__pic span {
    background: url(/wp-content/uploads/company/company-locations-production-sites.jpg) center center no-repeat;
    background-size: cover;
}

.p-pgBnr__item--domesticSalesOffices .p-pgBnr__item__pic span {
    background: url(/wp-content/uploads/company/company-locations-domestic-sales-offices.jpg) center center no-repeat;
    background-size: cover;
}

.p-pgBnr__item--overseasSalesBases .p-pgBnr__item__pic span {
    background: url(/wp-content/uploads/company/company-locations-overseas-sales-bases.jpg) center center no-repeat;
    background-size: cover;
}

.p-pgBnr__item--baseball .p-pgBnr__item__pic span {
    background: url(/wp-content/uploads/company/company-other-activities-baseball.jpg) center center no-repeat;
    background-size: cover;
}

.p-pgBnr__item--distributor-list .p-pgBnr__item__pic span {
    background: url(/wp-content/uploads/company/company-locations-distributors.jpg) center center no-repeat;
    background-size: cover;
}

.p-pgBnr__item--contact .p-pgBnr__item__pic span {
    background: url(/wp-content/uploads/company/company-contact.jpg) center center no-repeat;
    background-size: cover;
}

.p-pgBnr__item--compliance .p-pgBnr__item__pic span {
    background: url(/wp-content/uploads/company/compliance.jpg) center center no-repeat;
    background-size: cover;
}
.p-pgBnr__item--compliance .p-pgBnr__item__txt::after {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-left: .5em;
  background: url(/wp-content/uploads/common/icon-window.svg) center center no-repeat;
  background-size: 100% auto;
  content: '';
}

/* newsList
----------------------------------------------- */
.p-newsListArea {
    margin-bottom: 85px;
    padding-top: 70px;
}

@media screen and (max-width: 768px) {
    .p-newsListArea {
        margin-bottom: 35px;
        padding-top: 30px;
    }
}

.p-newsListArea .l-layout {
    position: relative;
}
.home .p-newsListArea .l-layout {
    padding-top: 80px;
}

@media screen and (max-width: 768px) {
    .p-newsListArea .l-layout {
        padding: 0;
    }
    .home .p-newsListArea .l-layout {
        padding-top: 0px;
    }
}

.p-newsListArea .c-btn {
    margin: 40px auto 0;
    width: 185px;
}
.p-newsListArea .c-btn a {
    font-size: 12px!important;
    font-size: 1.2rem!important;
}
.p-newsListArea .c-btn.c-tag {
    color: #243b54;
    font-weight: bold;
    line-height: 1;
}
.p-newsListArea .c-btn.c-tag {
    margin-top: 10px;
}

@media screen and (min-width: 769px) {
    .p-newsListArea .c-btn {
        position: absolute;
        margin-top: 0px;
        top: -50px;
        right: 20px;
    }
    .p-newsListArea .c-btn.-c01 {
        top: -5px;
    }
    .p-newsListArea .c-btn.-c02 {
        top: 30px;
    }
    .p-newsListArea .c-btn.c-tag {
        margin-top: 0px;
    }
}



.p-newsItem {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e5e5e5;
}

@media screen and (max-width: 768px) {
    .p-newsItem {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        padding: 15px 5%;
    }
    .p-newsItem:first-child {
        padding: 0 5% 15px;
    }
}

.p-newsItem__date {
    margin-right: 75px;
    font-weight: bold;
    font-size: 16px;
    font-size: 1.6rem;
}

@media screen and (max-width: 990px) {
    .p-newsItem__date {
        margin-right: 40px;
    }
}

.p-newsItem__tag {
    width: 200px;
}

@media screen and (min-width: 769px) {
    .p-newsItem__tag {
        margin-right: 40px;
    }
}

@media screen and (max-width: 768px) {
    .p-newsItem__tag {
        width: 170px;
    }
}

.p-newsItem__tag a {
    -webkit-transition: all cubic-bezier(.165, .84, .44, 1) .3s;
    display: block;
    padding: 7.5px 0;
    border-radius: 15px;
    color: #243b54;
    font-weight: bold;
    line-height: 1;
    text-align: center;
            transition: all cubic-bezier(.165, .84, .44, 1) .3s;
}

@media screen and (max-width: 768px) {
    .p-newsItem__tag a {
        padding: 4px 0;
        font-size: 12px;
        font-size: 1.2rem;
    }
}
.p-newsItem__tag--products a,.p-newsItem__tag--product-cn a,.p-newsItem__tag--product a {
    background-color: #e1eaee;
}
.p-newsItem__tag--products a:hover,.p-newsItem__tag--product-cn a:hover,.p-newsItem__tag--product a:hover {
    background-color: #ddf3fd;
}
.p-newsItem__tag--announcement a,.p-newsItem__tag--news a,.p-newsItem__tag--news-cn a,.p-newsItem__tag--information a {
    background-color: #f3f1dc;
}

.p-newsItem__tag--announcement a:hover,.p-newsItem__tag--news a:hover,.p-newsItem__tag--news-cn a:hover,.p-newsItem__tag--information a:hover {
    background-color: #fffac2;
}
.p-newsItem__tag--ir-news a,.p-newsItem__tag--ir-cn a,.p-newsItem__tag--ir a {
    background-color: #f3e6f7;
}
.p-newsItem__tag--ir-news a:hover,.p-newsItem__tag--ir-cn a:hover,.p-newsItem__tag--ir a:hover {
    background-color: #f4defb;
}

@media screen and (min-width: 769px) {
    .p-newsItem__ttl {
        -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    }
}

@media screen and (max-width: 768px) {
    .p-newsItem__ttl {
        width: 100%;
        margin-top: 10px;
    }
}
.p-newsItem__ttl span,.p-newsItem__ttl a {
    display: block;
    font-weight: bold;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.4;
}

@media screen and (min-width: 769px) {
    .p-newsItem__ttl span,.p-newsItem__ttl a {
        padding: 20px 0;
    }
}

.p-newsItem__ttl a:hover {
    text-decoration: underline;
}

/* subLinks
----------------------------------------------- */
@media screen and (max-width: 768px) {
    .p-subLinks {
        overflow-x: scroll;
    }
}

.p-subLinks__list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 768px) {
    .p-subLinks__list {
        width: 990px;
        padding-bottom: 30px;
    }
}

.p-subLinks__item {
    width: calc(25% - 20px);
}

@media screen and (max-width: 990px) {
    .p-subLinks__item {
        width: calc(25% - 10px);
    }
}

.p-subLinks__item a {
    -webkit-transition: opacity cubic-bezier(.165, .84, .44, 1) .3s;
    display: block;
    position: relative;
    width: 100%;
            transition: opacity cubic-bezier(.165, .84, .44, 1) .3s;
}

.p-subLinks__item a:hover {
    opacity: .6;
}

.p-subLinks__item__ttl {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-transition: font-size cubic-bezier(.165, .84, .44, 1) .5s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0 10px;
    color: #ffffff;
    font-weight: bold;
            transition: font-size cubic-bezier(.165, .84, .44, 1) .5s;
    line-height: 1.3;
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    box-sizing: border-box;
    text-shadow: 1px 1px 1px #333333;
}

/* @media screen and (min-width: 769px) {
  body.lang-ja .p-subLinks__item a .p-subLinks__item__ttl:hover {
    font-size: 20px;
    font-size: 2rem;
  }
} */

/* searchArea
----------------------------------------------- */
.p-searchArea {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 84px;
    padding: 0 20px 0 80px;
    background-color: #000000;
}

body.lang-ja .p-searchArea .c-btn {
    width: 250px;
}

.p-searchArea__inputArea {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex: 1;
    align-items: center;
    max-width: 660px;
    margin-right: 50px;
}

.p-searchArea__inputArea .c-searchBox4 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
        flex: 1;
}

.p-searchArea__inputArea__txt {
    margin-right: 10px;
    color: #ffffff;
    font-size: 16px;
    font-size: 1.6rem;
}

/* pdcLinks
----------------------------------------------- */
.p-pdcLinks__list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}

.p-pdcLinks__item {
    width: calc(14.28571% - 14px);
}

.p-pdcLinks__item a {
    color: #ffffff;
}

.p-pdcLinks__item a:hover .p-pdcLinks__item__pic {
    opacity: .5;
}

.p-pdcLinks__item__pic {
    -webkit-transition: opacity cubic-bezier(.165, .84, .44, 1) .3s;
    margin-bottom: 10px;
            transition: opacity cubic-bezier(.165, .84, .44, 1) .3s;
}

.p-pdcLinks__item__name {
    line-height: 1.3;
}

body:not(.lang-ja) .p-pdcLinks__item__name {
    font-size: 13px;
    font-style: 1.3rem;
}

/* tabArea
----------------------------------------------- */
.p-tabArea__tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.p-tabArea__tabItem {
    width: 33.33333%;
    height: 50px;
    background-color: #eeeeee;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
}

.p-tabArea__tabItem:not(:last-child) {
    border-right: solid 1px #ffffff;
}

.p-tabArea__tabItem.is-active {
    background-color: #313131;
    color: #ffffff;
}

.p-tabArea__content {
    position: relative;
}

.p-tabArea__section {
    display: none;
    top: 0;
    left: 0;
    width: 100%;
}

.p-tabArea__section.is-active {
    display: block;
}

/* pdcList
----------------------------------------------- */
@media screen and (min-width: 769px) {
    .p-pdcList__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.p-pdcList__item:not(:last-child) {
    margin-bottom: 145px;
}

@media screen and (max-width: 768px) {
    .p-pdcList__item:not(:last-child) {
        margin-bottom: 60px;
    }
}

.p-pdcList__item:nth-child(even) {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media screen and (min-width: 769px) {
    .p-pdcList__item__pic,.p-pdcList__item__content {
        width: 50%;
        max-width: 500px;
    }
}

.p-pdcList__item:nth-child(even) .p-pdcList__item__pic {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

@media screen and (max-width: 768px) {
    .p-pdcList__item__pic {
        margin-bottom: 10px;
    }
}

@media screen and (min-width: 769px) {
    .p-pdcList__item__content {
        margin-top: -45px;
    }
}

@media screen and (min-width: 769px) {
    .p-pdcList__item:nth-child(odd) .p-pdcList__item__content {
        -webkit-transform: translateX(-55px);
                transform: translateX(-55px);
    }
}

@media screen and (min-width: 769px) {
    .p-pdcList__item:nth-child(even) .p-pdcList__item__content {
        -webkit-transform: translateX(55px);
                transform: translateX(55px);
    }
}

.p-pdcList__item__ttl a {
    -webkit-box-sizing: border-box;
    -webkit-transition: all cubic-bezier(.165, .84, .44, 1) .3s;
            box-sizing: border-box;
    display: block;
    min-height: 100px;
    padding: 11px 23px;
    background: -webkit-gradient(linear, left top, left bottom, from(#049bc3), to(#86d4e9));
    background: linear-gradient(to bottom, #049bc3 0%, #86d4e9 100%);
    color: #ffffff;
    font-weight: bold;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.41667;
            transition: all cubic-bezier(.165, .84, .44, 1) .3s;
}

@media screen and (min-width: 769px) {
    .p-pdcList__item__ttl a {
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 768px) {
    .p-pdcList__item__ttl a {
        min-height: 72px;
        padding: 3%;
        font-size: 17px;
        font-size: 1.7rem;
        line-height: 1.41176;
    }
}

.p-pdcList__item__desc {
    margin-bottom: 30px;
}

@media screen and (min-width: 769px) {
    .p-pdcList__item:nth-child(odd) .p-pdcList__item__desc {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: flex-end;
    }
}

@media screen and (max-width: 768px) {
    .p-pdcList__item__desc {
        margin-bottom: 20px;
    }
}

.p-pdcList__item__desc p {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.55556;
}

@media screen and (min-width: 769px) {
    .p-pdcList__item__desc p {
        width: 80%;
        max-width: 420px;
    }
}

@media screen and (min-width: 769px) and (min-width: 1000px) {
    .p-pdcList__item__desc p {
        width: 85%;
    }
}

@media screen and (max-width: 768px) {
    .p-pdcList__item__desc p {
        line-height: 1.71429;
    }
}

.p-pdcList__item__btns {
    width: 250px;
}

body.lang-en .p-pdcList__item__btns {
    width: 335px;
}

@media screen and (max-width: 768px) {
    .p-pdcList__item__btns {
        margin: 0 auto;
    }
}

.p-pdcList__item__btns .c-btn:not(:last-child) {
    margin-bottom: 13px;
}

/* contactLink
----------------------------------------------- */
.p-contactLink {
    max-width: 515px;
    margin: 0 auto;
}

.p-contactLink__pic {
    margin-bottom: 20px;
}

.p-contactLink__btns {
    max-width: 435px;
    margin: 0 auto;
}

.p-contactLink__btns .c-btn:not(:last-child) {
    margin-bottom: 12px;
}

/* accordionList
----------------------------------------------- */
.p-accordionList .c-accordion:not(:last-child) {
    margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
    .p-accordionList .c-accordion:not(:last-child) {
        margin-bottom: 8px;
    }
}

/* dlLinkList
----------------------------------------------- */
.p-dlLinkList .c-dlLink:nth-child(even) {
    background-color: #f8f8f8;
}

.p-dlLinkList .c-dlLink:not(:last-child) {
    margin-bottom: 2px;
}

/* series
----------------------------------------------- */
.p-seriesWrap__ttl h3 {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 18px;
    font-size: 1.8rem;
}

@media screen and (min-width: 769px) {
    .p-series {
        padding: 0 3%;
    }
}

.p-series tr:nth-child(odd) {
    background-color: #f3f3f3;
}

.p-series tr:nth-child(even) {
    background-color: #e7eef1;
}

.p-series__inner {
    width: 100%;
    overflow: auto;
    cursor: url(/wp-content/uploads/common/left-right-scroll.png) 15 15, auto;
}

@media screen and (max-width: 768px) {
    .p-series__inner {
        width: 94%;
        margin: 0 auto;
        overflow: auto;
    }
}

@media screen and (min-width: 769px) {
    .p-series__inner {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media screen and (max-width: 768px) {
    .p-series__inner {
        padding-bottom: 25px;
    }
}

.p-series__th,.p-series__td {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: solid 1px #ffffff;
    border-left: solid 1px #ffffff;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.p-series__th {
    height: 45px;
    padding: 0 10px;
    background-color: #666666;
    color: #ffffff;
    line-height: 45px;
}

.p-series__th span {
    font-size: 10px;
    font-size: 1rem;
}


.p-series__th--type {
    min-width: 200px;
}

.p-series__td {
    color: #666666;
    line-height: 1.4;
}

.p-series__td p {
    line-height: inherit;
}

.p-series__td__type {
    padding: 15px;
    text-align: left;
    vertical-align: top;
    white-space: normal;
}

body.deviceEdge .p-series__td__type {
    font-size: 12px;
}

.p-series__item__name {
    padding: 0 10px;
    text-align: left;
}

.p-series__item__name span {
    display: block;
    width: 72px;
    height: 16px;
    margin-bottom: 5px;
    border-radius: 36px;
    color: #ffffff;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
}

.p-series__item__name span.new {
    background-color: #fe0505;
}

.p-series__item__name span.updata {
    background-color: #fe7905;
}

.p-series__item__name a {
    display: block;
    color: #0375c0;
    font-weight: bold;
    text-align: left;
    text-decoration: underline !important;
}

.p-series__item__name a:hover {
    text-decoration: none;
}

.p-series__td__tokucho {
    padding: 15px;
}

.p-series__td__tokucho > p {
    margin-right: 10px;
    text-align: left;
}

.p-series__fix__table table {
    margin: 0 auto;
}

/* 2021.11.10 テーブルの見出しを固定実装 */
.fixTh {
    position: sticky;
    top: 50px;
    z-index: 10;
    overflow: hidden;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .fixTh {
        width: 94%;
    }
}

.fixTh__blc__inner {
    display: table;
    margin: 0 auto;
}

.fixTh__blc .p-series__th {
    display: table-cell;
}

/* テーブル見出しを非表示 */
.p-series tr:first-child {
    visibility: hidden;
}

.p-series__inner {
    margin-top: -46px;
}

/* btnDown
----------------------------------------------- */
.p-btnDown {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin-bottom: 70px;
}

@media screen and (max-width: 768px) {
    .p-btnDown {
        margin-bottom: 35px;
    }
}

.p-btnDown__item {
    margin: 0 5px;
}

.p-btnDown__item a {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    position: relative;
    min-width: 185px;
    height: 30px;
    padding-left: 30px;
    padding-right: 10px;
    border: solid 1px #e1e1e1;
    background-color: #049bc3;
    color: #ffffff;
    border-radius: 15px;
    line-height: 29px;
    transition: background-color cubic-bezier(.165, .84, .44, 1) .3s;
}

@media screen and (max-width: 768px) {
    .p-btnDown__item a {
        min-width: 145px;
    }
}

.p-btnDown__item a::before {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 11px;
    width: 14px;
    height: 14px;
    margin: auto;
    background: url(/wp-content/uploads/common/icon-down-white.svg) center center no-repeat;
    content: "";
}

.p-btnDown__item a:hover {
    background-color: #0375c0;
}

/* support
----------------------------------------------- */
@media screen and (min-width: 769px) {
    .p-supportList {
        -ms-flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
            flex-wrap: wrap;
        justify-content: space-between;
    }
}

@media screen and (min-width: 769px) {
    .p-support {
        width: 47%;
        max-width: 500px;
        margin-bottom: 95px;
    }
}

@media screen and (min-width: 769px) {
    .p-support:nth-last-child(1),.p-support:nth-last-child(2) {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 768px) {
    .p-support:not(:last-child) {
        margin-bottom: 20px;
    }
}

.p-support__ttl {
    margin-bottom: 20px;
}

@media screen and (min-width: 991px) {
    .p-support__ttl {
        -webkit-box-align: center;
        -ms-flex-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
    }
}

.p-support__ttl .c-ttlArea {
    margin: 0;
}

@media screen and (min-width: 991px) {
    .p-support__ttl p {
        margin-left: 40px;
    }
}

@media screen and (max-width: 990px) {
    .p-support__ttl p {
        margin-top: 10px;
    }
}

.p-support__cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.p-support__pic {
    width: 190px;
    margin-right: 17px;
}

@media screen and (max-width: 768px) {
    .p-support__pic {
        width: 25%;
        min-width: 90px;
    }
}

.p-support__cont__right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
        flex: 1;
}

.p-support__file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
}

.p-support__file__icon {
    margin-right: 13px;
}

@media screen and (max-width: 768px) {
    .p-support__file__icon {
        margin-right: 9px;
    }
}

.p-support__file__icon img {
    width: 30px;
    height: 40px;
}

.p-support__file__name a,.p-support__file__name span {
    display: block;
    line-height: 1.5;
}

.p-support__file__name a {
    color: #0375c0;
    font-weight: bold;
    text-decoration: underline;
}

.p-support__file__name a:hover {
    text-decoration: none;
}

.p-support__file__name span {
    color: #666666;
}

@media screen and (max-width: 768px) {
    .p-support__file__name span {
        font-size: 12px;
        font-size: 1.2rem;
    }
}

/* catalogDl
----------------------------------------------- */
.p-catalogDl {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
}

.p-catalogDl .c-btn a {
    font-size: 14px;
    font-size: 1.4rem;
}

.p-catalogDl__pic {
    width: 100%;
    max-width: 270px;
    margin: 0 auto;
    margin-bottom: 30px;
}

/* pdcTab
----------------------------------------------- */
.p-pdcTab {
    margin-bottom: 85px;
    background-color: #e7eef1;
}

@media screen and (max-width: 768px) {
    .p-pdcTab {
        margin-bottom: 30px;
        padding: 10px 0 5px;
    }
}

.p-pdcTab__inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.p-pdcTab__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 768px) {
    .p-pdcTab__list {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
    }
}

.p-pdcTab__item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    align-items: center;
    height: 100px;
    padding: 0 20px;
    font-weight: bold;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.5;
    cursor: pointer;
    white-space: nowrap;
}

@media screen and (min-width:769px) and ( max-width:900px) {
    body.lang-en .p-pdcTab__item {
        font-size: 10px;
        font-size: 1.0rem;
    }
}

@media screen and (min-width: 901px) {
    body.lang-en .p-pdcTab__item {
        font-size: 14px!important;
        font-size: 1.4rem!important;
    }
}

@media screen and (max-width: 1110px) {
    .p-pdcTab__item {
        padding: 0 10px;
    }
}

@media screen and (max-width: 950px) {
    .p-pdcTab__item {
        padding: 0 8px;
        font-size: 1.7vw;
    }
}

@media screen and (max-width: 768px) {
    .p-pdcTab__item {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 49%;
        height: 40px;
        margin-bottom: 20px;
        padding: 0;
        font-size: 14px;
        font-size: 1.4rem;
    }
}

.p-pdcTab__item:not(:last-child) {
    margin-right: 15px;
}

@media screen and (max-width: 1110px) {
    .p-pdcTab__item:not(:last-child) {
        margin-right: 7px;
    }
}

@media screen and (max-width: 768px) {
    .p-pdcTab__item:not(:last-child) {
        margin-right: 0;
    }
}

@media screen and (min-width: 769px) {
    .p-pdcTab__item::after {
        -webkit-transition: opacity cubic-bezier(.165, .84, .44, 1) .2s;
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 10px;
        background-color: #049bc3;
        content: "";
        opacity: 0;
                transition: opacity cubic-bezier(.165, .84, .44, 1) .2s;
    }
    .p-pdcTab__item:hover::after,.p-pdcTab__item.is-active::after {
        opacity: 1;
    }
}

@media screen and (max-width: 768px) {
    .p-pdcTab__item:hover,.p-pdcTab__item.is-active {
        background-color: #049bc3;
        color: #ffffff;
    }
}

/* sec
----------------------------------------------- */
.p-sec {
    margin-bottom: 120px !important;
}

@media screen and (max-width: 768px) {
    .p-sec {
        margin-bottom: 60px !important;
    }
}

@media screen and (min-width: 769px) {
    .p-sec__txt {
        font-size: 18px;
        font-size: 1.8rem;
    }
}

.p-sec__txt:not(:last-child) {
    margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
    .p-sec__txt:not(:last-child) {
        margin-bottom: 20px;
    }
}

.p-sec__pic {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
    margin: 0 auto;
}

.p-sec__pic:not(:last-child) {
    margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
    .p-sec__pic {
        margin-bottom: 20px;
    }
}

.p-sec__pic p {
    margin-bottom: 45px;
    padding: 8px 18px;
    background-color: #f1f1f1;
    font-weight: bold;
    font-size: 20px;
    font-size: 2rem;
}

@media screen and (max-width: 768px) {
    .p-sec__pic p {
        margin-bottom: 10px;
        font-size: 8px;
        font-size: .8rem;
    }
}

.p-sec__pic img {
    width: 100%;
}

@media screen and (min-width: 769px) {
    .p-sec__btns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    body:not(.lang-ja) .p-sec__btns {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 768px) {
    .p-sec__btns {
        margin-top: 20px;
    }
}

.p-sec__btns .c-btn {
    margin: 0 0 20px;
}

body.lang-ja .p-sec__btns .c-btn {
    width: 240px;
}

.p-sec__btns .c-btn a {
    font-size: 15px;
    font-size: 1.5rem;
}

body:not(.lang-ja) .p-sec__btns .c-btn--window a {
    padding: 0 40px 0 20px;
}

@media screen and (min-width: 769px) {
    .p-sec__btns .c-btn:not(:last-child) {
        margin-right: 15px;
    }
}

@media screen and (max-width: 768px) {
    .p-sec__btns .c-btn {
        margin: 0 auto 15px;
    }
}

.p-secInnerBlock {
    margin-bottom: 60px;
}

@media screen and (min-width: 769px) {
    .p-secInnerBlock p {
        font-size: 16px;
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 768px) {
    .p-secInnerBlock {
        margin-bottom: 30px;
    }
}

/* pgNav
----------------------------------------------- */
@media screen and (min-width: 769px) {
    .p-pgNav__list {
        -ms-flex-wrap: wrap;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
            flex-wrap: wrap;
    }
}

.p-pgNav__item {
    margin-bottom: 90px;
}

@media screen and (min-width: 769px) {
    .p-pgNav__item {
        width: calc(33.33333% - 10px);
    }
}

@media screen and (max-width: 768px) {
    .p-pgNav__item {
        margin-bottom: 30px;
    }
}

@media screen and (min-width: 769px) {
    .p-pgNav__item:not(:nth-child(3n)) {
        margin-right: 15px;
    }
}

.p-pgNav__item__ttl a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-transition: opacity cubic-bezier(.165, .84, .44, 1) .3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 190px;
    color: #ffffff;
    font-weight: bold;
    font-size: 20px;
    font-size: 2rem;
            transition: opacity cubic-bezier(.165, .84, .44, 1) .3s;
    text-align: center;
    padding: 0 10px;
    box-sizing: border-box;
    line-height: 1.3;
    text-shadow: 1px 1px 1px #333333;
}

@media screen and (max-width: 768px) {
    .p-pgNav__item__ttl a {
        height: 45vw;
        max-height: 235px;
        font-size: 18px;
        font-size: 1.8rem;
    }
}

.p-pgNav__item__ttl a:hover {
    opacity: .8;
}

.p-pgNav__item__txt {
    margin-top: 20px;
}

@media screen and (max-width: 768px) {
    .p-pgNav__item__txt {
        margin-top: 8px;
    }
}

/* message
----------------------------------------------- */
.p-message__head {
    margin-bottom: 100px;
}

@media screen and (min-width: 769px) {
    .p-message__head {
        -webkit-box-align: center;
        -ms-flex-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
    }

    /* サステナビリティ トップメッセージ 画像横テキスト一時非表示時のスタイル */
    /* 表示時は下記削除 */
    body#pg-message .p-message__head,body#pg-sustainabilityMsg .p-message__head {
        justify-content: center;
    }
    body#pg-message .p-message__head__pic,body#pg-sustainabilityMsg .p-message__head__pic {
        width: 700px;
    }
}

@media screen and (max-width: 768px) {
    .p-message__head {
        margin-bottom: 25px;
    }
}

.p-message__head__ttl {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-weight: bold;
    font-size: 30px;
    font-size: 3rem;
}

@media screen and (max-width: 1300px) {
    .p-message__head__ttl {
        font-size: 2.4vw;
    }
}

@media screen and (max-width: 990px) {
    .p-message__head__ttl {
        font-size: 2.9vw;
    }
}

@media screen and (max-width: 768px) {
    .p-message__head__ttl {
        font-size: 22px;
        font-size: 2.2rem;
    }
}

@media screen and (min-width: 769px) {
    .p-message__head__ttl {
        padding: 0 0 0 5%;
    }
    .p-message__head__ttl body#pg-sustainabilityMsg,body#pg-sustainability .p-message__head__ttl {
        padding: 0 5% 0 0;
    }
}

@media screen and (max-width: 990px) {
    .p-message__head__ttl {
        width: 50%;
    }
}

@media screen and (max-width: 768px) {
    .p-message__head__ttl {
        width: 100%;
        line-height: 1.5;
    }
}

.p-message__head__ttl span {
    display: block;
    font-style: inherit;
    line-height: inherit;
}

@media screen and (max-width: 768px) {
    .p-message__head__ttl span {
        display: inline-block;
    }
}

.p-message__head__pic {
    width: 58.33333%;
}

@media screen and (min-width: 769px) {
    .p-message__head__pic body#pg-sustainabilityMsg,body#pg-sustainability .p-message__head__pic {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

@media screen and (max-width: 990px) {
    .p-message__head__pic {
        width: 50%;
    }
}

@media screen and (max-width: 768px) {
    .p-message__head__pic {
        width: 100%;
        margin-bottom: 25px;
    }
}

@media screen and (min-width: 769px) {
    .p-message__txtArea h3,.p-message__txtArea p {
        font-size: 18px;
        font-size: 1.8rem;
    }
}

.p-message__txtArea h3 {
    margin-bottom: 10px;
    font-weight: bold;
}

.p-message__txtArea p {
    margin-bottom: 2em;
}

.p-message__sign {
    margin: 60px 0 200px;
}

@media screen and (max-width: 768px) {
    .p-message__sign {
        margin: 20px 0 100px;
    }
}

.p-message__sign p {
    text-align: right;
}

@media screen and (min-width: 769px) {
    .p-message__sign p {
        font-size: 18px;
        font-size: 1.8rem;
    }
}

/* dl
----------------------------------------------- */
.p-dl dt {
    position: relative;
    font-weight: bold;
    font-size: 18px;
    font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
    .p-dl dt {
        font-size: 16px;
        font-size: 1.6rem;
    }
}

.p-dl dd {
    margin-bottom: 2em;
}

@media screen and (min-width: 769px) {
    .p-dl dd {
        font-size: 18px;
        font-size: 1.8rem;
    }
}

.p-dl--counter dt,.p-dl--counter dd {
    padding-left: 1em;
}

.p-dl--counter dt {
    counter-increment: number 1;
}

.p-dl--counter dt::before {
    position: absolute;
    top: 0;
    left: 0;
    content: counter(number);
}

/* table
----------------------------------------------- */
.p-table table {
    width: 100%;
}

.p-table table tr {
    border-bottom: solid 2px #e5e5e5;
}

.p-table table tr:first-child {
    border-top: solid 2px #e5e5e5;
}

.p-table table th,.p-table table td {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

@media screen and (min-width: 769px) {
    .p-table table th,.p-table table td {
        font-size: 18px;
        font-size: 1.8rem;
    }
}

.p-table table th {
    width: 20.83333%;
    padding: 15px 20px;
    background-color: #f1f1f1;
    font-weight: bold;
    text-align: left;
}

@media screen and (max-width: 768px) {
    .p-table table th {
        width: 25%;
        padding: 15px 10px;
        line-height: 1.5;
    }
}

.p-table table td {
    width: 79.16667%;
    padding: 15px 20px;
}

@media screen and (max-width: 768px) {
    .p-table table td {
        width: 75%;
        padding: 15px;
    }
}

.p-table table .p-sec__btns {
    margin: 15px 0;
}

@media screen and (max-width: 768px) {
    .p-table table .p-sec__btns {
        margin: 15px 0 10px;
    }
}

.p-table table .p-sec__btns .c-btn {
    /* width: 190px; */
    /* margin-right: 15px; */
}

@media screen and (max-width: 768px) {
    .p-table table .p-sec__btns .c-btn {
        /* width: 170px; */
        margin: 0 0 10px;
    }
    .p-table table .p-sec__btns .c-btn:last-child {
        margin: 0;
    }
}

@media screen and (max-width: 768px) {
    .p-table table .p-sec__btns .c-btn a {
        font-size: 14px;
        font-size: 1.4rem;
    }
}

/* hub
----------------------------------------------- */
.p-hub:not(:first-child) {
    margin-top: 85px;
}

@media screen and (max-width: 768px) {
    .p-hub:not(:first-child) {
        margin-top: 40px;
    }
}

@media screen and (min-width: 769px) {
    .p-hub {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media screen and (min-width: 769px) {
    .p-hub__cont {
        -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
        padding-right: 20px;
    }
}

.p-hub__info {
    margin-bottom: 25px;
}

.p-hub__info p {
    line-height: 1.5;
}

.p-hub__info p:not(:last-child) {
    margin-bottom: 8px;
}

.p-hub__name {
    font-weight: bold;
    font-size: 16px;
    font-size: 1.6rem;
}

.p-hub__tel a {
    color: #0375c0;
    text-decoration: underline;
}

.p-hub__tel a:hover {
    text-decoration: none;
}

.p-hub__btns .c-btn {
    width: 260px;
}

body.lang-en .p-hub__btns .c-btn a {
    font-size: 13px;
    font-size: 1.3rem;
}

@media screen and (max-width: 768px) {
    .p-hub__btns .c-btn {
        width: 220px;
    }
}

.p-hub__btns .c-btn:not(:last-child) {
    margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
    .p-hub__btns .c-btn a {
        font-size: 14px;
        font-size: 1.4rem;
    }
}

.p-hub__btns .c-btn--window a {
    text-align: center;
}

@media screen and (min-width: 769px) {
    .p-hub__map {
        width: 420px;
    }
}

@media screen and (max-width: 768px) {
    .p-hub__map {
        margin-top: 30px;
    }
}

.p-hub__map iframe {
    width: 100%;
}

/* pdf
----------------------------------------------- */
.p-pdf__ttl {
    margin: 0 !important;
    padding: 16px 20px;
    background-color: #000000;
    color: #ffffff;
}

@media screen and (min-width: 769px) {
    .p-pdf__ttl {
        font-size: 16px;
        font-size: 1.6rem;
    }
}

/* deital
----------------------------------------------- */
.p-sec.p-detail_date {
    padding-top: 20px;
    margin-bottom: 0px!important;
    text-align: right;
    font-size: 14px;
    font-size: 1.4rem;
}

.p-detail p,.p-detail figure {
    margin: 30px 0;
}

@media screen and (max-width: 768px) {
    .p-detail p,.p-detail figure {
        margin: 15px 0;
    }
}

.p-detail h2 {
    margin-top: 80px;
}

@media screen and (max-width: 768px) {
    .p-detail h2 {
        margin-top: 30px;
    }
}

@media screen and (min-width: 769px) {
    .p-detail p {
        font-size: 18px;
        font-size: 1.8rem;
    }
}

.p-detail strong {
    font-weight: bold;
}

.p-detail a {
    text-decoration: underline;
}

.p-detail a:hover {
    text-decoration: none;
}

.p-detail figure img {
    height: auto;
}

/* top
----------------------------------------------- */
.pg-top__info {
    padding: 25px 0 15px;
}

@media screen and (max-width: 768px) {
    .pg-top__info {
        padding: 25px 0;
    }
}

.pg-top__pdcLinks {
    padding-bottom: 50px;
}

/* product list
----------------------------------------------- */
.pg-pdcList__list {
    margin: 100px 0;
}

@media screen and (max-width: 768px) {
    .pg-pdcList__list {
        margin: 40px 0 85px;
    }
}

/* product detail
----------------------------------------------- */
@media screen and (min-width: 769px) {
    body#pg-pdcDetail .p-btnDown {
        margin-top: -45px;
    }
}

.pg-pdcDetail__section {
    padding-bottom: 100px;
}

@media screen and (max-width: 768px) {
    .pg-pdcDetail__section {
        padding-bottom: 50px;
    }
}

@media screen and (min-width: 769px) {
    .pg-pdcDetail__head__content {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: space-between;
    }
}

.pg-pdcDetail__head__content p {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.55556;
}

@media screen and (min-width: 769px) {
    .pg-pdcDetail__head__content p {
        -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
        width: 65%;
        padding-right: 7%;
    }
}

@media screen and (max-width: 768px) {
    .pg-pdcDetail__head__content p {
        margin-bottom: 20px;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.71429;
    }
}

@media screen and (min-width: 769px) {
    .pg-pdcDetail__head__content figure {
        width: 35%;
        max-width: 420px;
    }
}

.pg-pdcDetail__contactLink {
    padding-bottom: 0;
}

.pg-pdcDetail__DlLink {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    margin: 20px 0;
}

@media screen and (max-width: 768px) {
    .pg-pdcDetail__DlLink {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.pg-pdcDetail__DlLink .c-btn {
    width: 100%;
    max-width: 320px;
}

@media screen and (min-width: 769px) {
    .pg-pdcDetail__DlLink .c-btn {
        text-align: right;
    }
}

.pg-pdcDetail__DlLink .c-btn a {
    font-size: 14px;
    font-size: 1.4rem;
}

@media screen and (min-width: 769px) {
    .pg-pdcDetail__DlLink .c-btn a {
        display: inline-block;
        padding: 0 40px;
    }
}

.pg-pdcDetail__faq .c-btn {
    width: 100%;
    max-width: 360px;
    margin: 70px auto 0;
}

.pg-pdcDetail__faq .c-btn a {
    font-size: 14px;
    font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
    .pg-pdcDetail__faq .c-btn {
        margin: 35px auto 0;
    }
}

.pg-pdcDetail__refSearchBtn {
    width: 240px;
}

@media screen and (max-width: 1150px) {
    .pg-pdcDetail__refSearchBtn.u-pc {
        width: 210px;
    }
    .pg-pdcDetail__refSearchBtn.u-pc a {
        font-size: 14px;
        font-size: 1.4rem;
    }
}

@media screen and (max-width: 950px) {
    .pg-pdcDetail__refSearchBtn.u-pc {
        width: 190px;
    }
    .pg-pdcDetail__refSearchBtn.u-pc a {
        font-size: 12px;
        font-size: 1.2rem;
    }
}

.pg-pdcDetail__refSearchBtn a {
    font-size: 14px;
    font-size: 1.4rem;
}
@media screen and (max-width: 950px) {
    .pg-pdcDetail__refSearchBtn a {
        font-size: 13px;
        font-size: 1.3rem;
    }
}

.pg-pdcDetail__refSearchBtn.u-sp {
    margin: 0 auto 60px;
}

.pg-pdcDetail__diagram .c-pdf {
    /* padding-top: 138%; */
    padding-top: 148%;
}

.pg-pdcDetail__diagram__inner {
    max-width: 900px;
    margin: 0 auto;
}

/* strengths
----------------------------------------------- */
@media screen and (min-width: 769px) {
    body#pg-strengths .c-ttlPage--hasBgPic {
        background: url(/wp-content/uploads/products/strengths-bg-769.jpg) right center no-repeat;
    }
}

@media screen and (min-width: 1261px) {
    body#pg-strengths .c-ttlPage--hasBgPic {
        background: url(/wp-content/uploads/products/strengths-bg-1261.jpg) right center no-repeat;
    }
}

@media screen and (min-width: 769px) {
    .pg-strengths__main {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        /* height: 788px; */
        height: 600px;
        margin-bottom: 55px;
        background: url(/wp-content/uploads/products/strengths-main.jpg) center center no-repeat;
        background-size: cover;
    }
}

/* @media screen and (min-width: 1261px) {
  .pg-strengths__main {
    height: 1200px;
  }
} */

.pg-strengths__main h2 {
    color: #ffffff;
    font-size: 50px;
    font-size: 5rem;
}

@media screen and (min-width: 769px) {
    .pg-strengths__main h2 {
        font-weight: bold;
    }
}

@media screen and (max-width: 768px) {
    .pg-strengths__main h2 {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 63vw;
        background: url(/wp-content/uploads/products/strengths-main.jpg) center center no-repeat;
        background-size: cover;
        font-size: 22px;
        font-size: 2.2rem;
    }
}

@media screen and (min-width: 769px) {
    .pg-strengths__main p {
        color: #ffffff;
        font-size: 22px;
        font-size: 2.2rem;
        line-height: 2.18182;
    }
}

@media screen and (max-width: 768px) {
    .pg-strengths__main p {
        padding: 15px 3% 30px;
    }
}

.pg-strengths__content {
    margin-bottom: 200px;
}

@media screen and (max-width: 768px) {
    .pg-strengths__content {
        margin-bottom: 80px;
    }
}

/* sustainability
----------------------------------------------- */
@media screen and (min-width: 769px) {
    body#pg-sustainability .c-ttlPage--hasBgPic {
        background: url(/wp-content/uploads/company/sustainability-bg-769.jpg) right center no-repeat;
    }
}

@media screen and (min-width: 1261px) {
    body#pg-sustainability .c-ttlPage--hasBgPic {
        background: url(/wp-content/uploads/company/sustainability-bg-1261.jpg) right center no-repeat;
    }
}

body#pg-sustainability .p-pgNav__item:nth-child(1) .p-pgNav__item__ttl a {
    background: url(/wp-content/uploads/company/sustainability-menu-message.jpg) center center no-repeat;
    background-size: cover;
}

body#pg-sustainability .p-pgNav__item:nth-child(2) .p-pgNav__item__ttl a {
    background: url(/wp-content/uploads/company/sustainability-menu-sdgs.jpg) center center no-repeat;
    background-size: cover;
}

body#pg-sustainability .p-pgNav__item:nth-child(3) .p-pgNav__item__ttl a {
    background: url(/wp-content/uploads/company/sustainability-bg-csr.jpg) center center no-repeat;
    background-size: cover;
}

body#pg-sustainability .p-pgNav__item:nth-child(4) .p-pgNav__item__ttl a {
    background: url(/wp-content/uploads/company/sustainability-bg-environment.jpg) center center no-repeat;
    background-size: cover;
}

body#pg-sustainability .p-pgNav__item:nth-child(5) .p-pgNav__item__ttl a {
    background: url(/wp-content/uploads/company/sustainability-bg-social.jpg) center center no-repeat;
    background-size: cover;
}

body#pg-sustainability .p-pgNav__item:nth-child(6) .p-pgNav__item__ttl a {
    background: url(/wp-content/uploads/company/sustainability-bg-iso.jpg) center center no-repeat;
    background-size: cover;
}


.pg-sdgs__about.p-sec {
    margin-bottom: 50px !important;
}

.pg-sdgs__about .p-sec__pic {
    margin: 0;
    padding: 0;
    border: none;
}

.pg-sdgs__work {
    margin-bottom: 200px;
}

@media screen and (max-width: 768px) {
    .pg-sdgs__work {
        margin-bottom: 100px;
    }
}

.pg-sdgs__work__item:not(:last-child) {
    margin-bottom: 120px;
}

@media screen and (max-width: 768px) {
    .pg-sdgs__work__item:not(:last-child) {
        margin-bottom: 40px;
    }
}

.pg-sdgs__work__innerTtl {
    margin-bottom: 20px;
    font-weight: bold;
}

@media screen and (min-width: 769px) {
    .pg-sdgs__work__innerTtl {
        font-size: 18px;
        font-size: 1.8rem;
    }
}

.pg-sdgs__work__sec {
    margin-bottom: 45px;
}

.pg-sdgs__work__tbl {
    margin-bottom: 18px;
}

@media screen and (max-width: 768px) {
    .pg-sdgs__work__tbl {
        width: 100%;
        margin-bottom: 5px;
        padding-bottom: 10px;
        overflow: auto;
    }
}

.pg-sdgs__work__tbl table {
    width: 100%;
}

@media screen and (max-width: 768px) {
    .pg-sdgs__work__tbl table {
        width: 810px;
    }
}

.pg-sdgs__work__tbl tr {
    background-color: #e7eef1;
}

.pg-sdgs__work__tbl tr.bgWhite {
    background-color: #f1f1f1;
}

.pg-sdgs__work__tbl th,.pg-sdgs__work__tbl td {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 11.4px 15px;
    border: solid 1px #ffffff;
}

@media screen and (min-width: 769px) {
    .pg-sdgs__work__tbl th,.pg-sdgs__work__tbl td {
        font-size: 16px;
        font-size: 1.6rem;
    }
}

.pg-sdgs__work__tbl th {
    background-color: #666666;
    color: #ffffff;
    font-weight: bold;
}

.pg-sdgs__work__tbl th:nth-child(1) {
    width: 33.33333%;
}

@media screen and (max-width: 768px) {
    .pg-sdgs__work__tbl th:nth-child(1) {
        width: 25%;
    }
}

.pg-sdgs__work__tbl th:nth-child(2) {
    width: 66.66667%;
}

@media screen and (max-width: 768px) {
    .pg-sdgs__work__tbl th:nth-child(2) {
        width: 75%;
    }
}

.pg-sdgs__work__tbl td {
    color: #666666;
}

.pg-sdgs__work__tbl td.first {
    font-weight: bold;
}

.pg-sdgs__work__pictgram {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.pg-sdgs__work__pictgram li {
    margin-right: 16px;
}

@media screen and (max-width: 768px) {
    .pg-sdgs__work__pictgram li {
        margin-right: 8px;
    }
}

@media screen and (max-width: 768px) {
    .pg-sdgs__work__pictgram li img {
        width: 40px;
    }
}

/* supply-chain
----------------------------------------------- */
@media screen and (min-width: 769px) {
    body#pg-supply-chain .c-ttlPage--hasBgPic,body#pg-supplyChain .c-ttlPage--hasBgPic {
        background: url(/wp-content/uploads/company/supply-chain-bg-769.jpg) right center no-repeat;
    }
}

@media screen and (min-width: 1261px) {
    body#pg-supply-chain .c-ttlPage--hasBgPic,body#pg-supplyChain .c-ttlPage--hasBgPic {
        background: url(/wp-content/uploads/company/supply-chain-bg-1261.jpg) right center no-repeat;
    }
}

body#pg-supply-chain .p-pgNav__item:nth-child(1) .p-pgNav__item__ttl a,body#pg-supplyChain .p-pgNav__item:nth-child(1) .p-pgNav__item__ttl a {
    background: url(/wp-content/uploads/company/supply-chain-menu-procurement-guidelines.jpg) center center no-repeat;
    background-size: cover;
}

body#pg-supply-chain .p-pgNav__item:nth-child(2) .p-pgNav__item__ttl a,body#pg-supplyChain .p-pgNav__item:nth-child(2) .p-pgNav__item__ttl a {
    background: url(/wp-content/uploads/company/supply-chain-menu-green-procurement.jpg) center center no-repeat;
    background-size: cover;
}

body#pg-supply-chain .p-pgNav__item:nth-child(3) .p-pgNav__item__ttl a,body#pg-supplyChain .p-pgNav__item:nth-child(3) .p-pgNav__item__ttl a {
    background: url(/wp-content/uploads/company/supply-chain-menu-minerals-policy.jpg) center center no-repeat;
    background-size: cover;
}

/*  supply-chain procurementGuidelines
----------------------------------------------- */
body#pg-procurement-guidelines .p-sec__pic,body#pg-procurementGuidelines .p-sec__pic {
    margin-bottom: 0;
}

/* company
----------------------------------------------- */
@media screen and (min-width: 769px) {
    body#pg-company .c-ttlPage--hasBgPic {
        background: url(/wp-content/uploads/company/company-bg-769.jpg) right center no-repeat;
    }
}

@media screen and (min-width: 1261px) {
    body#pg-company .c-ttlPage--hasBgPic {
        background: url(/wp-content/uploads/company/company-bg-1261.jpg) right center no-repeat;
    }
}

body#pg-company .p-pgNav__item:nth-child(1) .p-pgNav__item__ttl a {
    background: url(/wp-content/uploads/company/company-menu-overview.jpg) center center no-repeat;
    background-size: cover;
}

body#pg-company .p-pgNav__item:nth-child(2) .p-pgNav__item__ttl a {
    background: url(/wp-content/uploads/company/company-menu-officer.jpg) center center no-repeat;
    background-size: cover;
}

body#pg-company .p-pgNav__item:nth-child(3) .p-pgNav__item__ttl a {
    background: url(/wp-content/uploads/company/company-menu-message.jpg) center center no-repeat;
    background-size: cover;
}

body#pg-company .p-pgNav__item:nth-child(4) .p-pgNav__item__ttl a {
    background: url(/wp-content/uploads/company/company-menu-management-philosophy.jpg) center center no-repeat;
    background-size: cover;
}

body#pg-company .p-pgNav__item:nth-child(5) .p-pgNav__item__ttl a {
    background: url(/wp-content/uploads/company/company-menu-history.jpg) center center no-repeat;
    background-size: cover;
}

body#pg-company .p-pgNav__item:nth-child(6) .p-pgNav__item__ttl a {
    background: url(/wp-content/uploads/company/company-menu-locations.jpg) center center no-repeat;
    background-size: cover;
}

body#pg-company .p-pgNav__item:nth-child(7) .p-pgNav__item__ttl a {
    background: url(/wp-content/uploads/company/company-menu-other-activities.jpg) center center no-repeat;
    background-size: cover;
}

body#pg-company .p-newsLinkArea {
    margin-bottom: 50px;
}

/* company officer
----------------------------------------------- */
body.lang-ja .pg-officer__name span {
    display: inline-block;
}

body.lang-ja .pg-officer__name span:nth-child(1) {
    width: 165px;
}

@media screen and (max-width: 768px) {
    body.lang-ja .pg-officer__name span:nth-child(1) {
        width: 90px;
    }
}

.pg-officer__name span:nth-child(2) {
    color: #999999;
    font-size: 14px;
    font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
    .pg-officer__name span:nth-child(2) {
        font-size: 12px;
        font-size: 1.2rem;
    }
}

/* company history
----------------------------------------------- */
.pg-history__sec {
    margin-bottom: 45px !important;
}

.pg-history__sec .p-table th,.pg-history__sec .p-table td {
    font-size: 16px;
    font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
    .pg-history__sec .p-table th,.pg-history__sec .p-table td {
        font-size: 13px;
        font-size: 1.3rem;
    }
}

.pg-history__sec .p-table th {
    font-weight: normal;
    white-space: nowrap;
}

@media screen and (min-width: 769px) {
    .pg-history__sec .p-table th {
        width: 195px;
    }
}

.pg-history__sec .p-table td {
    width: auto;
}

.pg-history__sec .p-table td p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.pg-history__sec .p-table td p span:nth-child(1) {
    width: 10%;
    max-width: 70px;
}

@media screen and (max-width: 768px) {
    .pg-history__sec .p-table td p span:nth-child(1) {
        width: 13%;
    }
}

.pg-history__sec .p-table td p span:nth-child(2) {
    -webkit-box-flex: 1;
    -ms-flex: 1;
        flex: 1;
}

.pg-history__sec__age {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 26px !important;
    line-height: 1;
}

/* company headquarters
----------------------------------------------- */
.pg-headquarters__map iframe {
    width: 100%;
}

@media screen and (max-width: 768px) {
    .pg-headquarters__map iframe {
        height: 240px;
    }
}

@media screen and (min-width: 769px) {
    .pg-headquarters__addr p {
        font-size: 18px;
        font-size: 1.8rem;
    }
}

.pg-headquarters__addr a {
    color: #0375c0;
    text-decoration: underline;
}

.pg-headquarters__addr a:hover {
    text-decoration: none;
}

.pg-headquarters__acs {
    padding: 35px 0;
}

@media screen and (max-width: 768px) {
    .pg-headquarters__acs {
        padding: 10px 0;
    }
}

.pg-headquarters__acs h4 {
    position: relative;
    margin-bottom: 25px;
    padding-left: 65px;
    border-bottom: solid 5px #f1f1f1;
    font-weight: bold;
    font-size: 20px;
    font-size: 2rem;
}

@media screen and (max-width: 768px) {
    .pg-headquarters__acs h4 {
        padding-left: 50px;
        font-size: 18px;
        font-size: 1.8rem;
    }
}

.pg-headquarters__acs h4::before {
    display: block;
    position: absolute;
    bottom: 7px;
    left: 10px;
    content: "";
}

.pg-headquarters__acs.car h4::before {
    width: 29px;
    height: 20px;
    background: url(/wp-content/uploads/common/icon-car.svg) center center no-repeat;
    background-size: 100% auto;
}

.pg-headquarters__acs.train h4::before {
    width: 23px;
    height: 26px;
    background: url(/wp-content/uploads/common/icon-train.svg) center center no-repeat;
    background-size: 100% auto;
}

.pg-headquarters__acs.bus h4::before {
    width: 22px;
    height: 26px;
    background: url(/wp-content/uploads/common/icon-bus.svg) center center no-repeat;
    background-size: 100% auto;
}

@media screen and (min-width: 769px) {
    .pg-headquarters__acs dl {
        -ms-flex-wrap: wrap;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
            flex-wrap: wrap;
    }
}

.pg-headquarters__acs dl dt,.pg-headquarters__acs dl dd {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

@media screen and (min-width: 769px) {
    .pg-headquarters__acs dl dt,.pg-headquarters__acs dl dd {
        font-size: 16px;
        font-size: 1.6rem;
    }
}

.pg-headquarters__acs dl dt {
    width: 140px;
    height: 35px;
    margin-bottom: 25px;
    border-radius: 50px;
    background-color: #e1eaee;
    font-weight: bold;
    line-height: 35px;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .pg-headquarters__acs dl dt {
        margin-bottom: 10px;
    }
}

.pg-headquarters__acs dl dd {
    padding: 5px 0 0 25px;
}

@media screen and (min-width: 769px) {
    .pg-headquarters__acs dl dd {
        width: calc(100% - 140px);
    }
}

@media screen and (max-width: 768px) {
    .pg-headquarters__acs dl dd {
        margin-bottom: 25px;
        padding: 0 10px;
    }
}

/* company managementPhilosophy
----------------------------------------------- */
body#pg-management-philosophy figure figcaption,body#pg-managementPhilosophy figure figcaption {
    margin: 20px 0 60px;
    font-weight: bold;
    font-size: 22px;
    font-size: 2.2rem;
    text-align: center;
}

@media screen and (max-width: 768px) {
    body#pg-management-philosophy figure figcaption,body#pg-managementPhilosophy figure figcaption {
        margin: 10px 0 20px;
        font-size: 16px;
        font-size: 1.6rem;
    }
}

/* faq
----------------------------------------------- */
@media screen and (min-width: 769px) {
    body.single-graduate-faq .c-ttlPage--hasBgPic,
    body#pg-faq .c-ttlPage--hasBgPic {
        background: url(/wp-content/uploads/products/faq-bg-769.jpg) right center no-repeat!important;
    }
}

@media screen and (min-width: 1261px) {
    body.single-graduate-faq .c-ttlPage--hasBgPic,
    body#pg-faq .c-ttlPage--hasBgPic {
        background: url(/wp-content/uploads/products/faq-bg-1261.jpg) right center no-repeat!important;
    }
}

body#pg-faq .p-pgNav__item .p-pgNav__item__ttl a {
    text-align: center;
}

body#pg-faq .p-pgNav__item:nth-child(1) .p-pgNav__item__ttl a {
    background: url(/wp-content/uploads/products/faq-menu-hybrid.jpg) center center no-repeat;
    background-size: cover;
}

body#pg-faq .p-pgNav__item:nth-child(2) .p-pgNav__item__ttl a {
    background: url(/wp-content/uploads/products/faq-menu-pmlcap.jpg) center center no-repeat;
    background-size: cover;
}

body#pg-faq .p-pgNav__item:nth-child(3) .p-pgNav__item__ttl a {
    background: url(/wp-content/uploads/products/faq-menu-al-chip.jpg) center center no-repeat;
    background-size: cover;
}

body#pg-faq .p-pgNav__item:nth-child(4) .p-pgNav__item__ttl a {
    background: url(/wp-content/uploads/products/faq-menu-al-radial-lead.jpg) center center no-repeat;
    background-size: cover;
}

body#pg-faq .p-pgNav__item:nth-child(5) .p-pgNav__item__ttl a {
    background: url(/wp-content/uploads/products/faq-menu-al-snap-in.jpg) center center no-repeat;
    background-size: cover;
}

body#pg-faq .p-pgNav__item:nth-child(6) .p-pgNav__item__ttl a {
    background: url(/wp-content/uploads/products/faq-menu-film.jpg) center center no-repeat;
    background-size: cover;
}

body#pg-faq .p-pgNav__item:nth-child(7) .p-pgNav__item__ttl a {
    background: url(/wp-content/uploads/products/faq-menu-power-supply.jpg) center center no-repeat;
    background-size: cover;
}

/* contact
----------------------------------------------- */
body#pg-input .p-pgNav__item:nth-child(2) .p-pgNav__item__ttl a {
    background: url(/wp-content/uploads/products/faq-menu-pmlcap.jpg) center center no-repeat;
    background-size: cover;
}

body#pg-input .entry-table01 input.long {
    width: 100%;
}

body#pg-input .entry-table01 input.mini {
    width: 212px;
}

body#pg-input .entry-table01 .c-select_wrap {
    display: inline-block;
    position: relative;
    width: calc(100% - 140px);
}

body#pg-input .entry-table01 .c-select_wrap select {
    -webkit-appearance: none;
       -moz-appearance: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
            appearance: none;
    width: 100%;
    padding: 22px 12px;
    border: none;
    border-radius: 0;
    outline: none;
    background: transparent;
    background: #f1f1f1;
    font: inherit;
    font-size: 18px;
    line-height: 1;
}

body#pg-input .entry-table01 .c-select_wrap select::-ms-expand {
    display: none;
}

body#pg-input .c-select_wrap::after {
    position: absolute;
    top: 50%;
    right: 15px;
    width: 0;
    height: 0;
    margin-top: -7.5px;
    border-width: 13.0px 7.5px 0 7.5px;
    border-style: solid;
    border-color: #000000 transparent transparent transparent;
    content: "";
}

body#pg-input .entry-table01 .c-select_wrap select:focus {
    background: #e0eff6;
}

body#pg-input .entry-table01 input.long {
    width: 100%;
}

body#pg-input .entry-table01 input.mini {
    width: 212px;
}

body#pg-input .entry-table01 .c-select_wrap {
    display: inline-block;
    position: relative;
    width: calc(100% - 140px);
}

body#pg-input .entry-table01 .c-select_wrap select {
    -webkit-appearance: none;
       -moz-appearance: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
            appearance: none;
    width: 100%;
    padding: 22px 12px;
    border: none;
    border-radius: 0;
    outline: none;
    background: transparent;
    background: #f1f1f1;
    font: inherit;
    font-size: 18px;
    line-height: 1;
}

body#pg-input .entry-table01 .c-select_wrap select::-ms-expand {
    display: none;
}

body#pg-input .c-select_wrap::after {
    position: absolute;
    top: 50%;
    right: 15px;
    width: 0;
    height: 0;
    margin-top: -7.5px;
    border-width: 13.0px 7.5px 0 7.5px;
    border-style: solid;
    border-color: #000000 transparent transparent transparent;
    content: "";
}

body#pg-input .entry-table01 .c-select_wrap select:focus {
    background: #e0eff6;
}

body#pg-compliance .u-text-link,body#pg-agreement .u-text-link {
    text-decoration: underline;
    color: #0375c0;
}

body#pg-agreement .u-text-link:link,.u-text-link:visited {
    text-decoration: underline;
}

body#pg-agreement .u-text-link:hover {
    text-decoration: none;
}

@media screen and (max-width: 768px) {
    .u-pc {
        display: none;
    }
}

.u-sp {
    display: none;
}

@media screen and (max-width: 768px) {
    .u-sp {
        display: block;
    }
}

.u-underLink {
    text-decoration: underline;
}

.u-en {
    font-family: "Roboto", sans-serif;
}

.u-font_red {
    color: red;
}

.c-overlay_cookie {
    position: fixed;
    z-index: 9999;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #3a3d45;
    color: #ffffff;
}
.c-overlay_cookie .c-cookie {
    box-sizing: content-box;
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 0;
    padding-right: 3%;
    padding-left: 3%;
}
.c-overlay_cookie .c-cookie h3 {
    margin-bottom: 15px;
}
.c-overlay_cookie .c-cookie div {
    display: flex;
}

.c-overlay_cookie .c-cookie p {
    width: 70%;
    margin-right: 30px;
}
.c-overlay_cookie .c-cookie a {
    text-decoration: underline;
}
.c-overlay_cookie .c-cookie a:hover {
    text-decoration: none;
}
.c-overlay_cookie .c-cookie button {
    -webkit-box-sizing: border-box;
    -webkit-transition: all cubic-bezier(.165, .84, .44, 1) .3s;
            box-sizing: border-box;
    display: block;
    width: 200px;
    height: 30px;
    padding: 0 20px;
    border-radius: 20px;
    background-color: #91a725;
    color: #ffffff;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 30px;
            transition: all cubic-bezier(.165, .84, .44, 1) .3s;
}
.c-overlay_cookie .c-cookie button:hover {
    background-color: #a7c21d;
}
@media screen and (max-width: 768px) {
    .c-overlay_cookie .c-cookie {
        padding: 15px 0;
        padding-right: 3%;
        padding-left: 3%;
    }
    .c-overlay_cookie .c-cookie div {
        flex-wrap: wrap;
    }
    .c-overlay_cookie .c-cookie p {
        width: 100%;
        margin: 0 0 10px;
    }
    .c-overlay_cookie .c-cookie button {
        margin: 0 auto;
    }
}
.wp-block-table table {
    width: 99%;
}


