/*
Theme Name: main
Theme URI: 
Description: 
Author: ailylab
Author URI: 
Version: 1.0.0
*/

img[src=""] {
    display: block;
    position: relative;
    width: 100%;
    padding-bottom: 70%;
    border: 1px solid #eee;
}
img[src=""]:after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-size: 24px;
    white-space: nowrap;
    content: "※画像準備中※";
}

/****************************************
1.Setting
*****************************************/
html, body, div, span, a, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, address, em, img, dl, dt, dd, ol, ul, li, form, label, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figcaption, figure, footer, header, menu, nav, section, time, video {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
    box-sizing: border-box;
}

body {
    /* color: #232323; */
    color: #404040;
    /* font-size: 15px; */
    font-size: 16px;
    font-weight: 300;
    font-family: "Noto Sans JP", "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    overflow-x: hidden;
}

.home {
    color: #2c2c2c;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.5;
}

a {
    color: #359ddd;
}

a:hover {
    color: #76b6dd;
}

a[href="#none"] {
    color: #232323;
    text-decoration: none;
    pointer-events: none;
}

img {
    display: block;
    max-width: 100%;
    margin: 0px auto;
}

p {
    line-height: 1.625;
}

p.paragraph:nth-of-type(n + 2) {
    margin: 1.5em 0px 0px;
}

figcaption {
    padding: 0.5em;
    text-align: center;
}

a:hover > figure > img {
    opacity: 0.8;
}

table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

table th,
table td {
    padding: 10px;
    border-bottom: 1px solid #dedede;
}

table th:nth-of-type(n + 2),
table td:nth-of-type(n + 2) {
    border-left: 1px solid #dedede;
}

table tr:nth-of-type(even) {
    background-color: rgba(251, 251, 251, 1);
}

table th {
    background-color: #e2f6ea;
}

@media screen and (max-width: 767px) {
    .tbl_wrapper {
        overflow-x: scroll;
    }
    .tbl_wrapper > table {
        width: 767px;
    }
}

address {
    font-style: normal;
}

ol.list,
ul.list {
    margin: 0px 0px 0px 1.5em;
}

p + ol.list,
p + ul.list {
    margin: 0.5em 0px 0px 1.5em;
}

ol.list + p,
ul.list + p {
    margin: 0.5em 0px 0px;
}

ol.list > li + li,
ul.list > li + li {
    margin: 1em 0px 0px;
}

ol.list > li > ul,
ul.list > li > ul {
    margin: 1em 0px 0px 1.5em;
}

ol.list > li > .box,
ul.list > li > .box {
    margin: 1em 0px 0px;
}

dl.list {
    border: 1px solid #dedede;
    border-top: none;
}

dl.list > dt,
dl.list > dd {
    padding: 1em;
    margin: 0px;
    border-top: 1px solid #dedede;
}

dl.list > dt {
    background-color: #ecf8fe;
    color: #231815;
    font-weight: bold;
}

.cf:after {
    display: block;
    clear: both;
    content: "";
}

.wb_ba {
    word-break: break-all;
}

.bw > span,
h1 > span,
h2 > span,
h3 > span,
h4 > span,
h5 > span,
h6 > span,
figcaption > span {
    display: inline-block;
}

@media screen and (max-width: 991px) {
    .pc {
        display: none !important;
    }
}
@media screen and (max-width: 767px) {
    .tb {
        display: none !important;
    }
}
@media screen and (min-width: 768px) {
    .mb {
        display: none !important;
    }
}

.mt1em {
    margin-top: 1em;
}

.mt2em {
    margin-top: 2em;
}

.mt5em{
    margin-top: 5em;
}

.mt30 {
    margin-top: 30px;
}

.mt60 {
    margin-top: 60px;
}

.fs08em {
    font-size: 0.8em;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

.em {
    font-size: 16px;
    font-weight: bold;
}

.if_wrapper {
    position: relative;
    padding-bottom: 56.25%;
}
.if_wrapper iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.fs17 {
    font-size: 17px !important;
}

.pagination {
    display: flex;
    justify-content: center;
    margin: 60px 0px 0px;
}

.pagination > a,
.pagination > span {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 2em;
    height: 2em;
    margin: 30px 0.5em 0px;
    border: 1px solid #0046ae;
    font-weight: bold;
}

.pagination > a:link,
.pagination > a:visited,
.pagination > a:active,
.pagination > a:hover {
    color: #034aa6;
    text-decoration: none;
}
.pagination > .prev,
.pagination > .next {
    border: 1px solid transparent;
    background-color: transparent;
}
.pagination > .prev:before,
.pagination > .next:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.5em;
    height: 0.5em;
    border-right: 2px solid currentColor;
    border-top: 2px solid currentColor;
    content: "";
}
.pagination > .prev:before {
    transform: translateX(-50%) translateY(-50%) rotate(225deg);
}
.pagination > .next:before {
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.pagination > .current {
    background-color: #0046ae;
    color: #fff;
}

.breadcrumb {
    display: flex;
    padding: 1em 0px;
    list-style: none;
}
.breadcrumb > li {
    position: relative;
    font-size: 14px;
}
.breadcrumb > li:nth-of-type(n + 2) {
    padding: 0px 0px 0px 2.5em;
}
.breadcrumb > li:nth-of-type(n + 2):before {
    position: absolute;
    top: 50%;
    left: 1em;
    width: 0.5em;
    height: 0.5em;
    transform: translateY(-50%) rotate(45deg);
    border-right: 2px solid #dedede;
    border-top: 2px solid #dedede;
    content: "";
}

.form_step {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
}

.form_step > li {
    display: block;
    position: relative;
    padding: 1em;
    width: 22%;
    border: 1px solid currentColor;
    font-size: 1.5vw;
    font-weight: bold;
    text-align: center;
    color: #00860d;
}
.form_step > li:nth-of-type(n + 2) {
    margin: 0px 0px 0px 4%;
}
.form_step > li:nth-of-type(n + 2):before {
    position: absolute;
    top: 50%;
    left: -1.5em;
    width: 0.5em;
    height: 0.5em;
    border-top: 2px solid #00860d;
    border-left: 2px solid #00860d;
    transform: translateY(-50%) rotate(135deg);
    content: "";
}

.form_step > li.form_step_now{
    color: #fff;
    background-color: #00860d;
}

@media print, (min-width: 992px) {
    .form_step > li {
        font-size: 18px;
    }
}

.link_prev_next {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    margin: calc(60px - 1em) 0px 140px;
}

.link_prev,
.link_next {
    position: relative;
    margin: 1em 0px 0px;
}

.link_prev > a:before,
.link_next > a:after {
    display: inline-block;
    position: relative;
    width: 0.5em;
    height: 0.5em;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    vertical-align: middle;
    content: "";
}
.link_prev > a:before {
    margin: 0px 0.5em 0px 0px;
    transform: rotate(225deg);
}
.link_next > a:after {
    margin: 0px 0px 0px 0.5em;
    transform: rotate(45deg);
}

.btn_link,.btn_link_red {
    text-align: center;
}
.home .btn_link,.btn_link_red {
    margin-top: 30px;
}
.btn_link > a ,.btn_link_red > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: calc(100% - 90px);
    width: 330px;
    border: 2px solid #43a50e;
    padding: 1em;
    background-color: #43a50e;
    color: #fff;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    transition: .3s;
}
.btn_link_red > a {
    width: 700px;
    background-color: #d30044;
    border: 2px solid #d30044;
    font-size:24px;
}
.btn_link > a:hover,.btn_link_red > a:hover {
    background-color: #fff;
    color: #43a50e;
}
.btn_link_red > a:hover {
    color:#d30044;
}
.btn_link > a::after,.btn_link_red > a::after {
    content: '';
    display: block;
    width: .5em;
    height: .5em;
    margin-top: .2em;
    margin-left: 2em;
    border-top: 2px solid;
    border-right: 2px solid;
    transform: rotate(45deg);
}
@media screen and (max-width: 500px) {
.home .article {
    margin-top: 35px;
    }
}
@media screen and (max-width: 500px) {
    .btn_link_red > a {
        font-size: 4.5vw;
    }
}

.list_maker {
    display: flex;
    flex-wrap: wrap;
    margin: -20px -10px 0px;
    list-style: none;
}

.list_maker li {
    margin: 20px 10px 0px;
    width: calc(100% - 20px);
    min-height: 100%;
}

.list_maker a {
    display: block;
    position: relative;
    padding: 0.5em;
    background-color: #185782;
    color: #fff;
    text-decoration: none;
    text-align: center;
}
.list_maker a:hover {
    background-color: #3e6c8d;
}
.list_maker a::after {
    position: absolute;
    top: 50%;
    right: 1em;
    width: 0.5em;
    height: 0.5em;
    transform: translateY(-50%) rotate(45deg);
    border-right: 2px solid currentColor;
    border-top: 2px solid currentColor;
    content: "";
}

@media screen and (min-width: 600px) {
    .list_maker li {
        width: calc(50% - 20px);
    }
}
@media screen and (min-width: 768px) {
    .list_maker li {
        width: calc(33.3% - 20px);
    }
}

@media screen and (min-width: 768px) {
    .box_center {
        display: table;
        margin: 0px auto;
    }
}

.list_box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    list-style: none;
}

.list_box ul {
    display: flex;
    flex-wrap: wrap;
    margin: -10px -5px 0px;
    list-style: none;
}

.list_box li {
    padding: 4px;
    border: 1px solid #00860d;
    margin: 10px 5px 0px;
    width: calc(50% - 10px);
    min-height: 100%;
    text-align: center;
}

@media screen and (min-width: 798px) {
    .list_box li {
        width: calc(33.3% - 10px);
    }
}
@media screen and (min-width: 992px) {
    .list_box li {
        width: calc(25% - 10px);
    }
}
@media screen and (min-width: 1200px) {
    .list_box li {
        width: calc(20% - 10px);
    }
}

.accordion + .accordion {
    margin-top: 20px;
}

.accordion_btn {
    display: block;
    position: relative;
    padding: 1em 2em;
    margin: 0px auto;
    width: 600px;
    max-width: 90%;
    border: none;
    outline: none;
    appearance: none;
    background-color: #185782;
    color: #fff;
    text-align: center;
}
.accordion_btn:hover {
    opacity: 0.9;
    cursor: pointer;
}
.accordion_btn::after {
    position: absolute;
    top: 50%;
    right: 1em;
    transform: translateY(-50%);
    font-size: 1.2em;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\2b";
}
.accordion_btn.js_active::after {
    transform: translateY(-50%) scale(0.8);
    content: "\f068";
}

.accordion_area {
    display: none;
    margin-top: 10px;
    padding: 0px 0px 10px;
}

.box_cta {
    background: url(./images/etc/bg_cta.jpg) no-repeat center center / cover;
    margin: 0 -15px;
    padding: 70px 0 60px;
}
.box_cta_inner {
    width: 90%;
    margin: 0 auto;
}
.box_cta_text {
    display: flex;
    align-items: center;    
    justify-content: center;
    text-align: center;
}
.box_cta_text > p:nth-child(1) {
    font-size: 19px;
    font-weight: 600;
}
.box_cta_text > p:nth-child(2) {
    margin-left: 5%;
}
.box_cta .btn_link > a {
    width: 500px;
    height: 90px;
    border: 1px solid #d30044;
    background-color: #d30044;
    font-size: 24px;
}
.box_cta .btn_link > a:hover {
    background-color: #fff;
    color: #d30044;
}
@media screen and (max-width: 767px) {
    .box_cta_text {
        display: block;
    }
    .box_cta_text > p:nth-child(2) {
        margin-top: 20px;
        margin-left: 0;
    }
}

.stock_update {
    color: #c60505;
    font-weight: bold;
    text-align: center;
}

/****************************************
2. Layout 
*****************************************/
.box {
    margin-top: 30px;
}

.section {
    padding: 45px 0px 45px 0px;
}
.section .section:last-of-type {
    padding-bottom: 0;
}
h2 + .section,
h3 + .section {
    margin-top: -30px;
}

div[class="col"],
div[class^="col-"] {
    margin-top: 30px;
}

.row.no_mt {
    margin-top: -30px;
}

.container {
    width: 100%;
    max-width: 100%;
}
@media print, (min-width: 992px) {
    .container {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 100%;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 100%;
    }
}
@media (min-width: 1300px) {
    .container {
        max-width: 1200px;
    }
}

.container_s {
    padding: 0px 15px;
    width: 100%;
}
@media print, (min-width: 992px) {
    .container_s {
        margin-left: auto;
        margin-right: auto;
        width: 80%;
    }
}
@media (min-width: 768px) {
    .container_s {
        max-width: 768px;
    }
}

.section_inner {
    width: 90%;
    margin: 0 auto;
}

.post-type-archive-case .container > .section,
.single-case .container > .section,
.page-flexible-board .container > .section,
.page-board .container > .section {
    position: relative;
    padding: 60px 0px 60px 0px;
}

.post-type-archive-case .container > .section:nth-of-type(even)::before,
.single-case .container > .section:nth-of-type(even)::before,
.page-flexible-board .container > .section:nth-of-type(even)::before,
.page-board .container > .section:nth-of-type(even)::before {
    position: absolute;
    top: 0px;
    left: calc(-50vw - 50%);
    right: calc(-50vw - 50%);
    bottom: 0px;
    z-index: -1;
    background-color: #f4f4f4;
    content: "";
}

/****************************************
3. header,nav
*****************************************/
.header_pc {
    width: 250px;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 9999;
/*
    background-color: #404040;
*/
    background-color: #366f5a;
}

@media print, (max-width: 991px) {
    .header_pc {
        display: none;
    }
}

.header_pc > .company_logo {
    height: 20vh;
    display: flex;
    align-items: center;
    background-color: #fff;
}
.header_pc .company_logo_inner {
    width: 100%;
}
.header_pc > .company_logo a:nth-child(1) {
    display: block;
    padding-top: 70px;
    background: url(./images/etc/logo_tronmark.png) no-repeat 44% center / contain;
}
.header_pc > .company_logo a:nth-child(2) {
    display: block;
    padding-top: 25px;
    margin-top: 10px;
    background: url(./images/etc/logo_tron.png) no-repeat center center / contain;
}
.header_pc > .menu {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    height: calc(100vh - 20vh - 180px); /* ロゴエリア、CTAエリアの高さを引いた領域 */
    max-height: 500px;
    margin: 20px auto 0px;
    color: #fff;
    font-size: 15px;
    text-align: right;
    font-weight: 500;
}
.header_pc > .menu > li {
    position: relative;
    padding: 1em 3em 1em 0px;
    list-style-type: none;
}
.header_pc > .menu > li > a {
    display: block;
    position: relative;
    color: inherit;
    text-decoration: none;
    transition: color .4s cubic-bezier(.13,.78,.38,.98);
    overflow: hidden;
}
.header_pc > .menu > li > a:hover {
    color: #43a50e;
}
.header_pc > .menu > li > a.current {
    color: #43a50e;
}
.header_pc > .menu > li > a::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: #43a50e;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translateX(-101%);
}
.header_pc > .menu > li > a:hover::after {
    transform: translateX(101%);
    transition: transform .3s cubic-bezier(.32,.625,.58,1);
}

.header_pc > .menu .sub-menu {
    position: absolute;
    top: -1em;
    right: 0px;
    transform: translateX(90%);
    padding: 2em;
    background-color: rgba(54, 111, 90, 0.95);
    width: 30em;
    text-align: left;
    list-style: none;
    opacity: 0;
    visibility: hidden;
    transition: 0.25s;
}
.header_pc > .menu .sub-menu.js_active {
    transform: translateX(100%);
    visibility: visible;
    opacity: 1;
    transition: 0.5s;
}

.header_pc > .menu .sub-menu li + li {
    margin-top: 1em;
}

.header_pc > .menu .sub-menu a {
    display: block;
    position: relative;
    padding: 0px 0px 0px 1.5em;
    color: #fff;
    text-decoration: none;
}
.header_pc > .menu .sub-menu a:hover {
    color: #59D312;
}
.header_pc > .menu .sub-menu a::after {
    position: absolute;
    top: 50%;
    left: 0px;
    width: 0.5em;
    height: 2px;
    transform: translateY(-50%);
    background-color: #fff;
    content: "";
}
.header_pc > .menu .sub-menu a:hover::after {
    background-color: #59D312;
}

.header_cta {
    margin-top: 10px;
}

.btn_link-contact > a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 77.4%;
    height: 48px;
    margin: 0 auto;
    background-color: #ff7a00;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    transition: .3s;
}
.btn_link-contact > a:hover {
    background-color: #FF9232;
}
.btn_link-contact > a::before {
    content: '';
    display: inline-block;
    width: 1.2em;
    height: .9em;
    margin-right: .85em;
    background: url(./images/etc/icon_mail.png) no-repeat center center / contain;
}
.btn_link-over,
.btn_link-stock {
    margin-top: 3vh;
}
.btn_link-over > a,
.btn_link-stock > a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 77.4%;
    height: 48px;
    margin: 0 auto;
    background-color: #185782;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    transition: .3s;
}
.btn_link-over > a {
    background-color: #ff7a00;
}
.btn_link-stock > a:hover {
    background-color: #3e6c8d;
}
.btn_link-over > a:hover {
    background-color: #ff9331;
}
.btn_link-over > a::before,
.btn_link-stock > a::before {
    content: '';
    display: inline-block;
    width: 1em;
    height: .8em;
    margin-right: .85em;
    background: url(./images/etc/icon_check.png) no-repeat center center / contain;
}

@media screen and (max-height: 899.98px) {
    .header_pc > .company_logo {
        height: 10vh;
    }
    .header_pc > .company_logo a:nth-child(1) {
        padding-top: 5vh;
    }
    .header_pc > .company_logo a:nth-child(2) {
        padding-top: 2vh;
        margin-top: 1vh;
    }
    .header_pc > .menu {
        height: calc(100vh - 10vh - 180px); /* ロゴエリア、CTAエリアの高さを引いた領域 */
    }
}
@media screen and (max-height: 767.98px) {
    .header_pc > .menu {
        font-size: 13px;
    }
}
@media screen and (max-height: 619.98px) {
    .header_pc > .company_logo {
        display: none;
    }
    .header_pc > .menu {
        height: calc(100vh - 180px); /* CTAエリアの高さを引いた領域 */
    }
}
@media screen and (max-height: 599.98px) {
    .header_pc > .header_cta {
        display: none;
    }
    .header_pc > .menu {
        height: 100vh;
    }
}

@media print, (min-width: 992px) {
    .header_mb {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .header_mb {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 90px;
        padding: 0 15px;
        background-color: #fff;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 9999;
    }
    .header_mb .company_logo {
        display: flex;
        align-items: center;
    }
    .header_mb > .company_logo a:nth-child(1) {
        display: block;
        width: 58px;
        height: 55px;
        background: url(./images/etc/logo_tronmark.png) no-repeat center center / contain;
    }
    .header_mb > .company_logo a:nth-child(2) {
        display: block;
        width: 180px;
        height: 24px;
        margin-left: 15px;
        background: url(./images/etc/logo_tron.png) no-repeat center center / contain;
    }
    .header_mb .btn_nav {
        width: 50px;
        text-align: center;
    }
    .header_mb .btn_nav > div {
        height: 40px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;    
        margin-bottom: .2em;
    }
    .header_mb .btn_nav > div > div {
        height: 4px;
        background-color: #49c406;
    }
    
    .header_mb .toggle_area {
        display: none;
        background-color: #404040;
        position: fixed;
        top: 90px;
        right: 0;
        left: 0;
        bottom: 0;
        padding: 0px 0px 40px;
        overflow: scroll;
    }
    .header_mb .toggle_area > ul {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        height: calc(100vh - 90px - 144px - 24px);
        padding: 2em;
        font-size: 18px;
        text-align: left;
    }
    .header_mb .toggle_area .sub-menu li {
        position: relative;
        padding: 0px 0px 0px 1.5em;
        font-size: 0.9em;
    }
    .header_mb .toggle_area .sub-menu li::before {
        position: absolute;
        top: 50%;
        left: 0px;
        width: 0.5em;
        height: 2px;
        transform: translateY(-50%);
        background-color: #fff;
        content: "";
    }
    .header_mb .toggle_area .sub-menu li + li {
        margin-top: 1em;
    }
    .header_mb .toggle_area li {
        color: #fff;
        list-style-type: none;
    }
    .header_mb .toggle_area li > a {
        color: inherit;
        text-decoration: none;
    }
}
@media screen and (max-width: 767px) {
    .header_mb .toggle_area ul {
        padding: 1em;
        font-size: 16px;
    }
}

/****************************************
4. sidebar
*****************************************/

/****************************************
5. contents
****************************************/
@media screen and (min-width: 992px) {
    .article {
        margin-left: 250px;
    }
}
@media screen and (max-width: 991px) {
    .article {
        margin-top: 90px;
    }
}

.home .mv {
    padding-top: 52.24%;
    position: relative;
    background: url(./images/top/mv.jpg) no-repeat center center / cover;
    text-align: center;
    color: #000;
}

.home .mv_inner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% - 20px);
    transform: translateX(-50%) translateY(-50%);
}

.home .mv_catch {
    text-shadow:0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff;
}

.home .mv_catch h1 {
    font-family: "Yu Mincho", "YuMincho", serif;
    font-weight: 500;
    line-height: 2;
    font-size: 36px;
    letter-spacing: .05em;
}

.home .mv_catch p {
    margin-top: 1em;
    font-size: 24px;
    line-height: 1.5;
}
.mv_textbox{
    display: flex;
}

.mv_stock {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
    margin: 90px auto 0px;
    width: calc(100% - 20px);
    /* max-width: 800px; */
    max-width: 500px;
    background-color: rgba(255, 255, 255, 0.7);
}
.mv_stock_main{
    /* width: 50%; */
}
.mv_stock_form {
    flex-direction: column;
}
.mv_stock_form form {
    width: 100%;
    max-width: 400px;
    margin: 0px auto;
}
.mv_stock_form dl {
    display: flex;
    padding-bottom: 10px;
    margin-top: 1em;
    align-items: baseline;
}
.mv_stock_form dl dt {
    margin: 0em 1em 0px 0px;
    width: 5em;
    text-align: right;
}
.mv_stock_form dl dd {
    width: calc(100% - 6em);
}
.mv_stock_form dl dd input {
	background-color: #fff;
    padding: 1em;
	border: 1px solid #000;
    width: 100%;
}
.mv_stock_form_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: calc(100% - 90px);
    width: 330px;
    border: 2px solid #ff7a00;
    padding: 1em;
    margin-top: 20px;
    background-color: #ff7a00;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    font-family: "Noto Sans JP", "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    transition: .3s;
    cursor: pointer;
}
.mv_stock_form_btn:hover {
    background-color: #fff;
    color: #ff7a00;
}
.mv_stock_form_btn::after {
    display: block;
    width: .5em;
    height: .5em;
    margin-top: .2em;
    margin-left: 2em;
    border-top: 2px solid;
    border-right: 2px solid;
    transform: rotate(45deg);
    content: '';
}

.mv_stock_main_text {
    margin: 1em 1em 0px 0px;
}

.mv_stock_image {
    margin: 0px 20px;
    max-width: 400px;
}

@media screen and (max-width: 1399.98px) {
    .home .mv {
        padding-top: 120%;
    }
}

@media screen and (max-width: 1299.98px) {
    .mv_textbox {
        flex-direction: column;
        }
    }
    .home .mv_stock {
        padding: 20px;
        margin: 30px auto 0px;
    }

@media print, (max-width: 1199.98px) {
    .home .mv_catch h1 {
        font-size: 3vw
    }
    .home .mv_catch p {
        font-size: 2vw;
    }
    .home .mv_stock_main h2,
    .home .mv_stock_form h2 {
        font-size: 3vw;
    }
    .home .mv_stock_main .btn_link {
        font-size: 2vw;
    }
    .home .mv_stock_main_text {
        font-size: 2vw;
    }
}
@media print, (max-width: 991px) {
    .home .mv {
        padding-top: 120%;
    }
    .home .mv_catch h1 {
        font-size: 4vw
    }
    .home .mv_catch p {
        font-size: 3vw;
    }
    .home .mv_stock_main h2,
    .home .mv_stock_form h2 {
        font-size: 4vw;
    }
    .home .mv_stock_main .btn_link {
        font-size: 2vw;
    }
    .home .mv_stock_main_text {
        font-size: 3vw;
    }
}

@media print, (max-width: 768px) {
    .btn_link > a::after,.btn_link_red > a::after {
        width: 1em;
        height: 1em;
    }
    .mv_stock_form dt{
        width: 30%;
    }
    .mv_stock_form dd input{
        width: 70%;
    }
}
@media print, (max-width: 599px) {
    .home .mv {
        padding-top: 156%;
    }
}

.home h2 {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .home h2 {
        font-size: 24px;
    }
}

.top_service {
    padding: 50px 0 100px;
}

.top_service_list {
    margin-top: 50px;
}
.top_service_list > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-right: 40px;
    margin-top: -40px;
}
@media print, (max-width: 1199px) {
    .top_service_list > ul {
        padding-right: 25px;
        margin-top: -25px;
    }
}
@media screen and (max-width: 767px) {
    .top_service_list > ul {
        padding-right: 20px;
        margin-top: -20px;
    }
}
.top_service_list > ul > li {
    display: block;
    min-width: 350px;
    width: calc((99% - 120px) / 3);
    margin: 40px 0 0 40px;
    list-style-type: none;
    text-align: center;
}
@media print, (max-width: 1199px) {
    .top_service_list > ul > li {
        min-width: 330px;
        margin: 25px 0 0 25px;
    }
}
@media screen and (max-width: 767px) {
    .top_service_list > ul > li {
        margin: 20px 0 0 20px;
    }
}
.top_service_list > ul > li > a {
    display: block;
    height: 100%;
    color: inherit;
    text-decoration: none;
    overflow: hidden;
    box-shadow: 0px 0px 19.2px 10.8px rgba(105, 105, 105, 0.23);
    transition: .5s;
}
.top_service_list > ul > li > a:hover {
    box-shadow: 0px 0px 25px 16px rgba(105, 105, 105, 0.23);
    opacity: .9;
}
.top_service_list > ul > li > a > .top_service_list_img {
    overflow: hidden;
}
.top_service_list > ul > li > a > .top_service_list_img > img {
    transition: .5s;
}
.top_service_list > ul > li > a:hover > .top_service_list_img > img {
    transform: scale(1.1);
}
.top_service_list_heading {
    margin-top: calc(26px - .5em);
    color: #00860d;
    font-weight: 600;
    font-size: 25px;
}
.top_service_list_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    padding: 0px 2.5em;
}
.top_service_list_content::after {
    position: absolute;
    top: 50%;
    right: 1.5em;
    transform: translateY(-50%) rotate(45deg);
    width: 0.5em;
    height: 0.5em;
    border-top: 2px solid #00860d;
    border-right: 2px solid #00860d;
    content: '';
}
@media print, (max-width: 1199px) {
    .top_service_list_heading {
        font-size: 22px;
    }
}
@media screen and (max-width: 767px) {
    .top_service_list_heading {
        margin-top: calc(20px - .5em);
        font-size: 18px;
    }
}
.top_service_list_text {
    margin: .2em 0 calc(26px - .25em);
    color: #14130e;
    font-size: 14px;
    line-height: 1.5;
}
@media print, (max-width: 1199px) {
    .top_service_list_text {
        letter-spacing: -.02em;
    }
}
@media print, (max-width: 1199px) {
    .top_service_list_text {
        margin: 0 0 calc(20px - .25em);
    }
}

.top_stock {
    padding: 100px 0 116px;
    background: url(./images/top/stock_bg02.png) no-repeat -100px -16px / auto 419px,
                url(./images/top/stock_bg03.png) no-repeat right center / auto 258.5px,
                url(./images/top/stock_bg01.jpg) no-repeat center center / 100% 100%;
    overflow: hidden;
}
.top_stock_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    width: 95%;
    max-width: 934px;
    margin: 0 auto;
    position: relative;
    z-index: 0;
}
@media screen and (max-width: 767px) {
    .top_stock_inner {
        display: block;
    }
}
.top_stock_inner::before {
    content: '';
    display: block;
    background-color: rgba(255,255,255,.7);
    box-shadow: 0 0 20px 20px rgba(255,255,255,.7);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.top_stock_left {
    flex-basis: 50%;
}
.top_stock_right {
    flex-basis: 50%;
}
@media screen and (max-width: 767px) {
    .top_stock_right {
        max-width: 356px;
        margin: 50px auto 0;
    }
}
.top_stock_text {
    margin-top: .8em;
}
.top_introduce {
    padding: 60px 0 70px;
}
.top_introduce_inner {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 60px;
}
@media screen and (max-width: 767px) {
    .top_introduce_inner {
        display: block;
    }
}
.top_introduce_left {
    padding-left: 1em;
}
@media screen and (max-width: 767px) {
    .top_introduce_left {
        padding-left: 0;
        width: 90%;
        margin: 0 auto;
    }
}
.top_introduce_text {
    text-align: center;
}
.top_introduce_img {
    max-width: 397.5px;
    width: 90%;
    margin-top: 1.5em;
    padding-bottom: 1px;
}
.top_introduce_right {
    margin-left: 5%;
    flex-basis: 45%;
    order: 1;
}
@media screen and (max-width: 767px) {
    .top_introduce_right {
        width: 90%;
        margin: 0 auto;
        margin-bottom: 30px;
    }
}
.top_introduce_right > img {
    width: 540px;
    margin: 0 auto 0 0;
}
@media screen and (max-width: 767px) {
    .top_introduce_right > img {
        margin: 0 auto;
    }
}
.top_news {
    width: 90%;
    max-width: 960px;
    margin: 70px auto 0;
    padding: 0 0 60px;
    position: relative;
}
.top_news_more {
    margin-top: .5em;
    position: absolute;
    text-align: right;
    top: 0;
    right: 0;
    left: 0;
    color: #43a50e;
    font-size: 18px;
    letter-spacing: .05em;
    font-weight: 600;
}
@media screen and (max-width: 767px) {
    .top_news_more {
        margin-top: .3em;
    }
}
.top_news_more > a {
    color: inherit;
    text-decoration: none;
    transition: .2s;
}
.top_news_more > a:hover {
    opacity: .5;
}
.home .news_list {
    margin-top: 60px;
}
.news_list > li {
    display: flex;
    align-items: center;
    margin-bottom: 2.15em;
}
@media screen and (max-width: 767px) {
    .news_list > li {
        flex-wrap: wrap;
    }
}
.news_list .category {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 145px;
    height: 24px;
    margin: 0 2em;
    letter-spacing: -.01em;
    font-size: 14px;
    color: #fff;
    text-align: center;
    font-weight: 500;
}
.news_list .cat-news_info {
    background-color: #68ace5;
}
.news_list .cat-news_electronic {
    background-color: #9074d0;
}
.news_list .cat-news_recruit {
    background-color: #10b7c1;
}

.news_list .cat-electronic_replace {
    background-color: #339E3D;
}

.news_list .title {
    letter-spacing: -.01em;
    color: inherit;
    text-decoration: none;
    transition: .2s;
}
@media screen and (max-width: 767px) {
    .news_list .title {
        margin-top: .5em;
    }
}
.news_list .title:hover {
    opacity: .5;
}

.new_topics{
	background:#ff4e4e;
	padding:0px 10px;
	font-weight:bold;
	color:#fff;
	margin-right:10px;
}

/* 点滅 */
.blinking{
    -webkit-animation:blink 1.0s ease-in-out infinite alternate;
    -moz-animation:blink 1.0s ease-in-out infinite alternate;
    animation:blink 1.0s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}

.page_title {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 300px;
    padding-bottom: 65px;
    background: url(./images/pagetitle/common.jpg) no-repeat center center / cover;
    text-align: center;
}
.page-about .page_title {background-image: url(./images/pagetitle/about.jpg);}
.page-processing .page_title {background-image: url(./images/pagetitle/processing.jpg);}
.page-bulkquote .page_title {background-image: url(./images/pagetitle/bulkquote.jpg);}
.page-harness .page_title {background-image: url(./images/pagetitle/harness.jpg);}
.page-ems .page_title {background-image: url(./images/pagetitle/ems.jpg);}
.post-type-archive-case .page_title,.single-case .page_title {background-image: url(./images/pagetitle/case.jpg);}
.post-type-archive-stock .page_title,.single-stock .page_title {background-image: url(./images/pagetitle/stock.jpg);}
.page-company .page_title {background-image: url(./images/pagetitle/about.jpg);}
.page-recruit .page_title {background-image: url(./images/pagetitle/recruit.jpg);}
.page-contact .page_title {background-image: url(./images/pagetitle/about.jpg);}

/*
.contact .page_title {
    background-image: url(./images/pagetitle/common.jpg);
}
*/

.page_title_base {
    color: #fff;
}
.page_title_base > h1 {
    padding: 0 .5em;
    font-size: 30px;
    font-weight: 600;
}
.page_title_base > p {
    margin-top: .8em;
    padding: 0 .5em;
    font-size: 20px;
    font-weight: 600;
}
@media screen and (max-width: 767px) {
    .page_title {
        height: 240px;
        padding-bottom: 0;
    }
    .page_title_base > h1 {
        font-size: 26px;
    }
    .page_title_base > p {
        font-size: 18px;
    }
}

.single h2,
.page h2,
.archive h2 {
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
}
@media screen and (max-width: 991px) {
    .single h2,
    .page h2,
    .archive h2 {
        font-size: 26px;
    }
}
@media screen and (max-width: 767px) {
    .single h2,
    .page h2,
    .archive h2 {
        margin-bottom: 15px;
        font-size: 22px;
    }
}
.single h2::after,
.page h2::after,
.archive h2::after {
    content: '';
    display: block;
    width: 35.5px;
    height: 4px;
    margin: 1.4em auto 0;
    border-top: 4px solid #00860d;
}
.single h3,
.page h3,
.archive h3 {
    margin-bottom: 20px;
    font-size: 22.5px;
    font-weight: 600;
    text-align: center;
}
@media screen and (max-width: 991px) {
    .single h3,
    .page h3,
    .archive h3 {
        font-size: 20px;
    }
}
@media screen and (max-width: 767px) {
    .single h3,
    .page h3,
    .archive h3 {
        font-size: 18px;
    }
}

.electronicparts_man-hour {
    display: flex;
    text-align: center;
    align-items: flex-end;
    justify-content: space-around;
    max-width: 1100px;
    margin: 0 auto;
}
.electronicparts_man-hour_left {
    /* flex: 1 1 0%; */
    flex-basis: 40%;
}
.electronicparts_man-hour_left > ul {
    display: flex;
    justify-content: center;
}
.electronicparts_man-hour_left > ul > li {
    list-style-type: none;
    position: relative;
    width: 20%;
    width: 90px;
    font-size: 16.5px;
    line-height: 1.21;
    letter-spacing: -.025em;
    font-weight: 600;
}
.electronicparts_man-hour_left > ul > li:nth-child(1) {
    margin-right: -14%;
    margin-right: -60px;
    transform: translateY(180%);
}
.electronicparts_man-hour_left > ul > li:nth-child(2) {
    margin-right: 5%;
    transform: translateY(60%);
}
.electronicparts_man-hour_left > ul > li:nth-child(4) {
    margin-left: 5%;
    transform: translateY(60%);
}
.electronicparts_man-hour_left > ul > li:nth-child(5) {
    margin-left: -14%;
    margin-left: -60px;
    transform: translateY(180%);
}
.electronicparts_man-hour_left > ul > li::before {
    content: '';
    display: block;
    padding-top: 100%;
}
.electronicparts_man-hour_left > ul > li > span {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.electronicparts_man-hour_left > img {
    width: 82.5px;
    margin: 50px auto 0;
}
.electronicparts_man-hour_who {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 235px;
    height: 35px;
    margin: 55px auto 0;
    background-color: #f2f2f2;
    font-weight: 600;
    text-align: center;
}
.electronicparts_man-hour_who img {
    width: 147px;
    margin: 0 auto;
}
.electronicparts_man-hour_arrow {
    flex: 0 0 62px;
    align-self: center;
}
.electronicparts_man-hour_right {
    /* flex: 1 1 0%; */
    flex-basis: 40%;
}
.electronicparts_man-hour_right_text {
    font-size: 17px;
    font-weight: 600;
}
.electronicparts_man-hour_right > img {
    width: 128px;
    margin: 27px auto 0;
}
@media screen and (max-width: 767px) {
    .electronicparts_man-hour {
        display: block;
    }
    .electronicparts_man-hour_arrow {
        margin: 30px 0;
        transform: scale(1, .5) rotate(90deg);
    }
    .electronicparts_man-hour_who {
        margin-top: 30px;
    }
}



.electronicparts_duties > p {
    padding-top: 30px;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}
.electronicparts_duties > ul {
    width: 90%;
    max-width: 825px;
    margin: 22.5px auto 0;
    border: 1px solid #00860d;
    padding: 1em .5em;
    text-align: center;
    font-weight: 500;
    font-family: "Yu Mincho", "YuMincho", serif;
}
.electronicparts_duties > ul > li {
    display: inline-block;
}
.electronicparts_duties > ul > li + li::before {
    content: '/';
    margin: 0 1em;
}
@media screen and (max-width: 767px) {
    .electronicparts_duties > ul > li + li::before {
        margin: 0 .3em;
    }
}

.list-boxs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -20px;
}
.list-boxs_item {
    list-style-type: none;
    flex-grow: 1;
    max-width: calc((99% - 80px) / 2);
    width: calc((99% - 120px) / 3);
    min-width: 300px;
    margin: 40px 20px 0;
    border: 1px solid #00860d;
    padding: 0 2.3% 2.3%;
    background-color: #fff;
}
.list-boxs_item_num {
    display: table;
    margin: 0 auto;
    width: 1.9em;
    height: 1.9em;
    margin-top: -.666em;
    background-color: #00860d;
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    line-height: 1.9;
    text-align: center;
}
.list-boxs_item_heading {
    margin-top: 1em;
    color: #00860d;
    font-size: 30px;
    font-weight: 600px;
    text-align: center;
}
.list-boxs_item_heading_small {
    font-size: 27px;
}
.list-boxs_item_text01 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 115px;
    margin-top: .9em;
    padding: 0 .5em;
    background-color: #e2f6ea;
    color: #404040;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.53;
    letter-spacing: .025em;
    text-align: center;
}
.list-boxs_item_text01 > span > span {
    display: inline-block;
}
.list-boxs_item_text01 li {
    text-align: left;
}
.list-boxs_item_text02 {
    margin-top: 2em;
    line-height: 1.444;
    font-weight: 300;
}

.list-boxs_maker {
    list-style-type: none;
    /* flex-grow: 1; */
    max-width: calc((99% - 80px) / 2);
    width: calc((99% - 120px) / 3);
    min-width: 300px;
    margin: 40px 20px 0;
    border: 1px solid #00860d;
    padding: 0 2.3% 2.3%;
}
.list-boxs_maker h3{
    color:#00860D;
    font-size:20pt;
    font-weight:normal;
}

@media screen and (max-width: 767px) {
    .list-boxs_item {
        padding: 0 20px 20px;
    }
}

.electronicparts_col_inner {
    width: 90%;
    max-width: 500px;
    margin: 0 auto;
}
.electronicparts_col_inner .section:last-of-type {
    padding-bottom: 45px;
}

.electronicparts_partial_list {
    width: 80%;
    margin: 14% auto 7%;
}
.electronicparts_partial_list > li {
    list-style-type: none;
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    background-color: #eefde5;
    font-weight: 600;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .electronicparts_partial_list {
        margin: 0 auto -14px;
    }
}

.list_3column {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 -1em -1em;
}
.list_3column > li {
    list-style-type: none;
    display: flex;
    width: calc((100% / 3) - 2em);
    margin: 0 1em 1em;
    border-bottom: 1px solid;
    padding-bottom: 1em;
}
.list_3column > li::before {
    content: '・';
}
@media screen and (max-width: 767px) {
    .list_3column > li {
        width: calc((100% / 2) - 2em);
    }
}

.electronicparts_case {
    margin: 0 -15px;
    padding: 65px 15px 80px;
    background: url(./images/electronicparts/electronicparts_case_bg.jpg) no-repeat 35% center / cover;
}
.electronicparts_case h4 {
    font-size: 25px;
    color: #00860d;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0;
}
.electronicparts_case_text {
    margin-top: 30px;
    font-weight: 600;
    font-size: 19px;
    line-height: 1.58;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .electronicparts_case_text {
        font-size: 16px;
    }
}

.electronicparts_support {
    max-width: 936px;
    width: 90%;
    margin: 0 auto;
}
.electronicparts_support dt {
    font-weight: 600;
    margin-bottom: 1em;
}
.electronicparts_support dd {
    margin-bottom: 3em;
}
.electronicparts_customer {
    width: 90%;
    margin: 0 auto;
}
.electronicparts_customer dl {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -.5em -1em 0;
    margin-bottom: -1em;
}
.electronicparts_customer dl > div {
    flex-basis: 50%;
    display: flex;
    align-items: center;
    margin-bottom: 1em;
}
.electronicparts_customer dt {
    flex: 1 1 0%;
    display: flex;
    margin-right: .5em;
}
.electronicparts_customer dt:before {
    flex-shrink: 0;
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    margin-top: .75em;
    margin-right: .81em;
    background-color: #000;
}
.electronicparts_customer dd {
    flex: 1 1 3.3em;
    display: flex;
    align-items: center;
    margin-right: .5em;
    font-size: 14px;
}
.electronicparts_customer dd::before {
    flex-shrink: 0;
    content: '';
    display: block;
    width: 1.9em;
    height: 1px;
    margin-right: 1.4em;
    border-top: 1px solid;
}
@media screen and (max-width: 767px) {
    .electronicparts_customer dl {
        display: block;
    }
    .electronicparts_customer dd {
        flex-basis: 2em;
    }
    .electronicparts_customer dd::before {
        width: 1em;
        margin-right: .5em;
    }
}

.electronicparts_product {
    width: 90%;
    margin: 0 auto;
}
.electronicparts_product ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px -15px 0;
}
.electronicparts_product li {
    list-style-type: none;
    width: calc(25% - 15px);
    margin: 0 15px 15px 0;
    font-weight: 600px;
    font-size: 19px;
}
.electronicparts_product li a {
    color: inherit;
    text-decoration: none;
}
.electronicparts_product li a {
    display: block;
    position: relative;
    background-color: #000;
    overflow: hidden;
}
.electronicparts_product li a img {
    position: relative;
    opacity: 0.5;
    transition: 0.5s;
}
.electronicparts_product li a:hover img {
    opacity: 1;
    transform: scale(1.2);
}
.electronicparts_product li a figcaption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 90%;
    color: #fff;
    text-shadow: -2px -2px 6px #000, 2px -2px 6px #000, 2px 2px 6px #000, -2px 2px 6px #000;
}
.electronicparts_product li a figcaption span {
    display: inline-block;
}
@media screen and (max-width: 1199px) {
    .electronicparts_product li {
        width: calc(33.3% - 15px);
    }
}
@media screen and (max-width: 767px) {
    .electronicparts_product li {
        width: calc(50% - 15px);
        font-size: 16px;
    }
}
@media screen and (max-width: 480px) {
    .electronicparts_product li {
        width: 100%;
    }
}

.about_field {
    width: 90%;
    margin: 0 auto;
}
.about_field_list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px -15px 0;
}
.about_field_list li {
    list-style-type: none;
    width: calc(25% - 15px);
    margin: 0 15px 15px 0;
    font-weight: 600px;
    font-size: 19px;
}
.about_field_list li a {
    color: inherit;
    text-decoration: none;
}
@media screen and (max-width: 1199px) {
    .about_field_list li {
        width: calc(33.3% - 15px);
    }
}
@media screen and (max-width: 767px) {
    .about_field_list li {
        width: calc(50% - 15px);
        font-size: 16px;
    }
}
@media screen and (max-width: 480px) {
    .about_field_list li {
        width: 100%;
    }
}
.company_greeting_text > p {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .company_greeting_text > p {
        font-size: 18px;
    }
}
@media screen and (max-width: 767px) {
    .company_greeting_text > p {
        font-size: 17px;
    }
}
.company_greeting_text > p > span {
    display: inline-block;
}

.campany_outline_table img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 1em;
}
.campany_outline_table td > span {
    display: inline-block;
}
@media screen and (max-width: 767px) {
    .campany_outline_table th {
        width: 6.5em;
    }
}

@media screen and (max-width: 767px) {
    .recruit_point_table th {
        width: 7.5em;
    }
}

.privacy_box {
    width: 90%;
    margin: 30px auto 0px;
}
.privacy_box p {
    text-align: center;
}
.privacy_box ul {
    display: table;
    margin: 30px auto 0px;
}
.privacy_box p.bold {
    font-weight: 600;
    margin-top: 30px;
}

.menu-sitemap-container > .menu {
    margin: -1em 0px 0px 1.5em;
}

.menu-sitemap-container > .menu > li {
    margin: 1em 0px 0px;
    font-size: 17px;
}

.menu-sitemap-container > .menu .sub-menu {
    margin: 0px 0px 0px 2em;
}

.menu-sitemap-container > .menu .sub-menu > li {
    margin: 0.5em 0px 0px;
    font-size: 15px;
}

.box_attachment {
    margin: 30px 0px 0px;
    text-align: center;
}

.box_attachment img {
    max-width: 500px;
}

.content_tel {
    padding: 30px;
    border: 1px solid #00860d;
}

.content_tel > p {
    text-align: center;
    white-space: nowrap;
}
.content_tel > p:nth-of-type(1) {
    color: #00860d;
    font-size: 32px;
    font-weight: bold;
    text-indent: 4px;
    letter-spacing: 4px;
}
.content_tel > p:nth-of-type(1):before {
    display: inline-block;
    margin: 0px 0.5em 0px 0px;
    transform: scaleX(-1);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f095";
}
.content_tel > p:nth-of-type(3) {
    margin: 1em 0px 0px;
}
.content_tel > p:nth-of-type(4) {
    color: #00860d;
    font-size: 18px;
    font-weight: bold;
    text-indent: 2px;
    letter-spacing: 2px;
}

.case_paragraph {
    padding: 30px;
    border: 1px solid #00860d;
}

.case_paragraph > p:nth-of-type(n + 2) {
    margin: 1.5em 0px 0px;
}

.list_archive_case {
    list-style: none;
}

.list_archive_case > li > a {
    display: flex;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 1em;
    width: 100%;
    height: 100%;
    border: 1px solid #00860d;
    background-color: #fff;
    color: #000;
    font-size: 18px;
    text-decoration: none;
    transition: 0.5s;
}
.list_archive_case > li > a:hover {
    background-color: #00860d;
    color: #fff;
}
.list_archive_case > li > a::after {
    position: absolute;
    top: 50%;
    right: 1em;
    transform: translateY(-50%) rotate(45deg);
    width: .5em;
    height: .5em;
    border-top: 2px solid;
    border-right: 2px solid;
    content: '';
}

@media screen and (max-width: 991px) {
    .list_archive_case > li + li {
        margin: 10px 0px 0px;
    }
}
@media print, (min-width: 992px) {
    .list_archive_case {
        display: flex;
        flex-wrap: wrap;
        margin: -10px -5px 0px;
    }
    .list_archive_case > li {
        margin: 10px 5px 0px;
        width: calc((100% / 2) - 10px);
    }
}

table.facility{
    text-align:center;
}

.switch_item + .switch_item {
    margin-top: 10px;
}

.switch_item:nth-of-type(n + 2) {
    display: none;
}

.switch_item.js_active {
    display: block;
}

.switch_item_console {
    display: flex;
    justify-content: center;
}

.switch_item_console_plus,
.switch_item_console_minus {
    position: relative;
    margin: 1em 1em 0px;
    width: 2em;
    height: 2em;
    border-radius: 2px;
    background-color: #3e6c8d;
    cursor: pointer;
}
.switch_item_console_plus::before,
.switch_item_console_plus::after,
.switch_item_console_minus::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background-color: #fff;
    content: "";
}
.switch_item_console_plus::before,
.switch_item_console_minus::before {
    width: 60%;
    height: 15%;
}
.switch_item_console_plus::after {
    width: 15%;
    height: 60%;
}

.switch_item:first-of-type .switch_item_console_minus {
    display: none;
}

.switch_item:last-of-type .switch_item_console_plus {
    display: none;
}

/* 半導体 */
.header_electronicparts-btnbox{
    display: flex;
    justify-content: center;
    align-items: center;
}
.header_electronicparts-btnbox p{
    width: 300px;
}
.semicon_box_cta{
    background: none;
    padding: 30px 0px;
}

.header_electronicparts-btnbox .btn_link-stock{
margin-top: 0;
}
.header_electronicparts-btnbox{
    margin-top: 3vh;
}

@media screen and (max-width: 599px) {
    .header_electronicparts-btnbox{
        flex-direction: column;
    }
    .header_electronicparts-btnbox .btn_link-contact{
        margin-top: 3vh;
        }
}

.btn_estimate {
    display: block;
    border: 2px solid #ff7a00;
    padding: 4px 10px;
    width: 100%;
    background-color: #ff7a00;
    color: #fff;
    font-weight: 500;
    font-family: "Noto Sans JP", "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    transition: .3s;
    cursor: pointer;
}
.btn_estimate:hover {
    background-color: #fff;
    color: #ff7a00;
}

/****************************************
6. Footer 
****************************************/
.footer {
    margin-top: 60px;
    background-color: #2a2a2a;
    color: #fff;
    position: relative;
}
.footer_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 250px;
    padding-left: 12.5%;
    padding-right: 1.5em;
}
@media screen and (max-width: 991px) {
    .footer_inner {
        margin-left: 0;
    }
}
@media screen and (max-width: 767px) {
    .footer_inner {
        display: block;
        margin: 0 auto;
        padding: 1em 0;
        width: 90%;
    }
}
.footer_links {
    display: flex;
}
@media screen and (max-width: 767px) {
    .footer_links {
        display: block;
    }
}
.footer_links > li {
    margin-right: 3em;
    font-size: 14px;
    font-weight: 500;
    list-style-type: none;
}
@media screen and (max-width: 767px) {
    .footer_links > li {
        margin-bottom: .5em;
        margin-right: 0;
        text-align: center;
    }
}
.footer_links > li > a {
    color: inherit;
    text-decoration: none;
    transition: .2s;
}
.footer_links > li > a:hover {
    opacity: .5;
}
.footer_copyright {
    letter-spacing: -.01em;
    font-weight: 500;
}
@media screen and (max-width: 767px) {
    .footer_copyright {
        margin-top: .5em;
        text-align: center;
    }
}

#btn_scroll_top {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9998;
    width: 50px;
    height: 50px;
    background-color: #49c406;
    text-decoration: none;
    outline: none;
    border: solid 2px #fff;
}
#btn_scroll_top:after {
    position: absolute;
    top: 40%;
    left: 50%;
    width: 20px;
    height: 20px;
    transform: translateX(-50%) rotate(-45deg);
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    content: "";
}
@media print, (min-width: 768px) {
    #btn_scroll_top {
        width: 42px;
        height: 42px;
    }
    #btn_scroll_top:after {
        width: 12px;
        height: 12px;
    }
}

.footer_cta {
    position: fixed;
    bottom: 100%;
    left: 0px;
    right: 0px;
    padding: 10px;
    background-color: rgba(0, 134, 13, 0.8);
    transition: opacity 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    opacity: 0;
    visibility: hidden;
}

.footer_cta p {
    color: #fff;
    margin-right: 1em;
    font-size: 1em;
}

.footer_cta a {
    display: block;
    padding: 0.5em 2em;
    max-width: 300px;
    border-radius: 50px;
    background-color: #ff7a00;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    position: relative;
    margin-right: 110px;
    min-width: 180px;
    box-shadow: 0 0.3rem 0 #CC5F00;
}

.footer_cta a:hover {
    opacity: 0.8;
}

.footer_cta a::after {
    position: absolute;
    top: 53%;
    right: 10%;
    width: 0.5em;
    height: 0.5em;
    transform: translateY(-50%) rotate(45deg);
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    content: "";
}

.footer_cta b {
    font-weight: bold;
    font-size: 1.2em;
}

.footer_cta_info {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.rubycon_logo {
    margin: 0px 20px 0px 0px;
    max-width: 150px;
}

@media screen and (min-width: 795px) {
    .footer_cta.js_active {
        bottom: 0px;
        display: flex;
        opacity: 1;
        visibility: visible;
    }
}
@media screen and (min-width: 992px) {
    .footer_cta.js_active {
        margin-left: 250px;
    }
    .footer_cta {
        margin-left: 250px;
    }
}

@media screen and (min-width: 1280px) {
    .footer_cta b {
        font-size: 1.3em;
    }
    .footer_cta p {
        font-size: 1.1em;
    }
}

@media screen and (min-width: 991px) and (max-width: 1045px) {
    .footer_cta b {
        font-size: 1.05em;
    }
}

@media screen and (max-width: 1280px) {
    .rubycon_logo {
        margin: 0px 10px 0px 0px;
        max-width: 100px;
    }
}
@media screen and (max-width: 1150px) {
    .rubycon_logo {
        display: none;
    }
}
@media screen and (max-width: 767.98px) {
    .footer_cta .js_active,
        .footer_cta {
        display: none;
    }
}

.blog {
    position: relative;
}


/****************************************
7. single
****************************************/

/****************************************
8. WP
****************************************/

/****************************************
9. Print
****************************************/

/****************************************
10. Plugin
****************************************/
/*.no_must {
    display: block;
    background-color: #fc0;
    padding: 4px 5px;
    font-size: 13px;
    color: #fff;
    float: left;
    margin: 0px 5px;
    border-radius: 4px;
    box-shadow: 0px 0px 5px #ccc;
}
*/

.bx-wrapper {
    background-color: transparent;
    margin: 0px auto 0px;
    border: none;
    box-shadow: none;
}
.bx-wrapper img {
    display: block;
    margin: 0px auto;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #c9e2ff;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #012065;
}

/****************************************
10. Tweak
****************************************/


/****************************************
11. メールフォームプロ用スタイル
****************************************/
form#mailformpro .mailform {
    margin: 0px;
}

form#mailformpro dl {
    box-sizing: border-box;
}

form#mailformpro dl dt {
    display: flex;
    align-items: flex-start;
    box-sizing: border-box;
    border: none;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
}

form#mailformpro dl dd {
    box-sizing: border-box;
    border: none;
}

form#mailformpro dl dt:nth-of-type(n+2),
form#mailformpro dl dd:nth-of-type(n+2) {
    border-top: 1px solid #d3dad9;
}

.mfp_colored {
    background: none;
}

.mfp_element_text,
.mfp_element_number,
.mfp_element_select-one,
.mfp_element_email,
.mfp_element_tel,
.mfp_element_textarea {
    padding: 1em;
    margin: 0px;
    width: 100% !important;
    box-sizing: border-box;
    border: 1px solid #a9d2ea;
    background-color: #eef8ff;
    box-shadow: none;
    outline: none;
}

.mfp_element_submit,
.mfp_element_reset,
.mfp_element_button {
    padding: 0.5em 3em;
    box-sizing: border-box;
    background: none;
    background-color: #ff7a00;
    box-shadow: none;
    color: #fff;
    font-size: 18px;
    /* text-shadow: 0px 2px 0px #00564d; */
}

.mfp_element_submit:hover,
.mfp_element_reset:hover,
.mfp_element_button:hover {
    background: none;
    background-color: #ff9331;
    box-shadow: none;
}


div.mfp_err {
    padding: 0.5em 0px 0.5em 1em;
    background: none;
}

.problem {
    border: 1px solid #ffd5dc;
    background-color: #ffd5dc;
}

.must{
    display: block;
    padding: 0px 1em;
    border-radius: 4px;
    background: none;
    box-shadow: none;
    text-shadow: none;
    color: #fff;
    font-size: 10px;
    line-height: 1.5;
}

.must {
    border: 1px solid #c60505;
    background-color: #c60505;
}

.no_must {
    padding-left: 52px;
/*
    border: 1px solid #fc0;
    background-color: #fc0;
*/
}

@media screen and (max-width: 767px) {
    form#mailformpro dl dt,
    form#mailformpro dl dd {
        padding: 1em;
        width: 100%;
    }
    .must,
    .no_must {
        margin: 2px 2em 0px 0px;
    }
}

@media print, (min-width: 768px) {
    form#mailformpro dl {
        display: flex;
        flex-wrap: wrap;
    }
    form#mailformpro dl dt {
        float: none;
        padding: 2em 0px;
        width: 280px;
    }
    form#mailformpro dl dd {
        padding: 2em 2em 2em 0px;
        width: calc(100% - 280px);
    }
    .mfp_element_text,
    .mfp_element_number,
    .mfp_element_select-one,
    .mfp_element_email,
    .mfp_element_tel,
    .mfp_element_textarea {
        max-width: 500px;
    }
    .must,
    .no_must {
        margin: 2px 2em 0px;
    }
}


/****************************************
12. その他追加CSS
****************************************/

/*divにimg入れてボタンにするCSS*/
.imgbtn{/*divにこのクラスつける*/
    margin: 6em auto 0 auto;
    text-align: center;
}

.imgbtn img{/*divの中にimg入れる*/
    display:inline;
    width:70%;
}

@media screen and (max-width: 767.98px) {
    .imgbtn{/*divにこのクラスつける*/
        margin: 6em auto 0 auto;
        text-align: center;
    }
    
    .imgbtn img{/*divの中にimg入れる*/
        display:inline;
        width:100%;
    }
}

/*資料ダウンロード タイトル*/
.pdfdl{
font-size: 1.2em;
font-weight: bold;
margin: 1em 0;}

/*資料ダウンロード ボタン*/
.txtbtn{
    border: 1px solid #707070;
    display: inline-block;
    color: #707070;
    padding: 10px;
    margin: 1em;
    text-decoration: none;
    border-radius: 5px;
}

.txtbtn:hover{
    color: #707070;
    text-decoration: underline;
}

.maker_note {
    margin-bottom: 1em;
    font-size: 0.8em;
    text-align: right;
}

.fv_area {
    padding: 60px 30px;
    background: url(./images/pagetitle/common.jpg) no-repeat center center / cover;
    color: #fff;
}

.fv_area_catch {
    text-align: center;
}

.fv_area_catch h1 {
    font-size: 36px;
    text-shadow: -2px -2px 6px #000, 2px -2px 6px #000, 2px 2px 6px #000, -2px 2px 6px #000;
}

.fv_area_catch p {
    margin-top: 1em;
    font-size: 18px;
    text-shadow: -2px -2px 6px #000, 2px -2px 6px #000, 2px 2px 6px #000, -2px 2px 6px #000;
}

.fv_area_image ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin: 30px auto 0px;
}
.fv_area_image ul li {
    width: calc(33.33% - 20px);
    margin: 0px 10px;
    list-style: none;
}

.list-boxs_circuit-board .list-boxs_item_text01 {
    height: 160px;
    font-size: 17px;
}

.list-boxs_circuit-board_small .list-boxs_item_text01 {
    height: 100px;
}

.text_point {
    display: table;
    margin-left: auto;
    margin-right: auto;
    background-color: #e2f6ea;
    padding: 1em 2em;
    font-size: 20px;
    font-weight: bold;
}

.text_point_transparent {
    padding: 0;
    background-color: transparent;
}

.text_point_text-center {
    text-align: center;
}

.subttl {
    display: table;
    margin: 0px auto 1em;
    background-color: #00860d;
    color: #fff;
    padding: 0.5em 1em;
    font-size: 16px;
    font-weight: bold;
}

.list_qaa {
    max-width: 900px;
    margin: 0px auto;
}

.list_qaa dt {
    display: flex;
    align-items: center;
}

.list_qaa dt::before {
    content: "Q";
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 1em;
    width: 3em;
    height: 3em;
    background-color: #00860d;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.list_qaa dd {
    display: flex;
    align-items: flex-start;
    margin-top: 1em;
}

.list_qaa dd::before {
    content: "A";
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    margin-right: 1em;
    width: 3em;
    height: 3em;
    background-color: #d30044;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.list_qaa dd + dt {
    margin-top: 3em;
}

.closing_area {
    padding: 30px;
    margin-bottom: 90px;
    background: url(./images/pagetitle/common.jpg) no-repeat center center / cover;
    color: #fff;
}

.closing_area_catch {
    text-align: center;
}

.closing_area_catch h1 {
    font-size: 36px;
    text-shadow: -2px -2px 6px #000, 2px -2px 6px #000, 2px 2px 6px #000, -2px 2px 6px #000;
}

.closing_area_catch p {
    margin-top: 1em;
    font-size: 18px;
    text-shadow: -2px -2px 6px #000, 2px -2px 6px #000, 2px 2px 6px #000, -2px 2px 6px #000;
}

.closing_area_tel p {
    margin-top: 1em;
    font-size: 18px;
    text-align: center;
    text-shadow: -2px -2px 6px #000, 2px -2px 6px #000, 2px 2px 6px #000, -2px 2px 6px #000;
}

.closing_area_tel a {
    font-weight: bold;
}

.title_left .subttl {
    margin: 0px 0px 1em;
}

.title_left h3 {
    text-align: left;
}
.logo_list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(200px, 100%), 1fr));
    gap: 20px;
}
@media screen and (max-width: 767px) {
    .logo_list {
        grid-template-columns: repeat(auto-fill, minmax(min(150px, 100%), 1fr));
    }
}
.logo_list li {
    list-style: none;
}