@charset "UTF-8";

/* 共通 */

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,
input,
select,
textarea {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
    vertical-align: bottom;
    background: 0 0;
    box-sizing: border-box;
    border-collapse: collapse;
    letter-spacing: .05em;
    font-size: 16px;
    line-height: 1.5em;
}

@media only screen and (max-width:767px) {
    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,
input,
select,
textarea{
        font-size: 14px;
    }
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
    display: block
}

ul,
li {
    list-style: none
}

nav li:before {
    content: ""
}

a {
    text-decoration: none;
    color: #000;
    transition: .3s;
}

a:hover {
    text-decoration: underline;
    opacity: 0.8;
}

.txt_center{
    text-align: center;
}

.txt_left{
    text-align: left !important;
}

.txt_right{
    text-align: right !important;
}

.txt_bold{
    font-weight: bold;
}

.pr10{
    padding-left: 15px;
}

html {
    font-size: 62.5%;
    overflow: auto
}

html.is-fixed {
    overflow: hidden
}

/* html,body{
    overflow-x: hidden;
} */

body {
    min-width: 320px;
    font-family: 'Noto Sans JP', sans-serif;
    color: #000;
    -webkit-text-size-adjust: 100%
}

form, input, button{
    font-family: 'Noto Sans JP', sans-serif;
}

button{
    font-weight: bold;
}

*:focus {
    outline: none
}

small {
    font-size: .8em;
    vertical-align: baseline
}

img {
    max-width: 100%;
}

.en {
    font-family: 'Roboto', sans-serif !important;
}

.sp {
    display: none;
}

::placeholder {
    color: #D7D7D7
}

.white {
    color: #fff !important;
}

*{
    box-sizing: border-box;
}

@media only screen and (max-width:768px) {
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
}


.inner{
    width: 84%;
    margin: auto;
    /* max-width: 1300px; */
}
.inner_second{
    max-width: 1200px;
    margin: auto;
}
@media only screen and (max-width:1300px) {
    .inner{
        width: 94%;
    }
    .inner_second{
        width: 100%;
        padding-left: 4vw;
        padding-right: 4vw;
    }
}


.view_more{
    margin-top: 1em;
}

.view_more a,
.view_more > span {
    color: #10218B;
    font-size: 18px;
    font-weight: 600;
}

@media only screen and (max-width:767px) {
    .view_more{
        margin-top: 0.5em;
    }
    .view_more a,
    .view_more > span {
        font-size: 15px;
    }
}

.mL50 {
    margin-left: 50px !important;
}

@media only screen and (max-width:768px) {
    .mL50 {
        margin-left: 3rem !important;
    }
}

.view_more a::after,
.view_more > span::after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-right: 1.5px solid #10218B;
    border-bottom: 1.5px solid #10218B;
    transform-origin: center;
    margin-left: 5px;
    vertical-align: baseline;
    transform: translateY(-3px) rotate(-45deg);
}

a.disabled{
    pointer-events: none;
    opacity: 0.2;
}

/* ヘッダー */

#header {
    height: 72px;
    background: #fff;
    position: relative;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
}

#header .global_nav a {
    transition: none;
    color: #fff;
}

#header .inner_wrap{
    display: flex;
    align-items: center;
    height: 100%;
    background-color: #fff;
    position: relative;
    z-index: 999;
}

#header .inner {
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

#header .logo {
    width: 10%;
    display: flex;
    align-items: center;
}

#header .logo img{
    max-width: 120px;
}

#header .menu {
    width: 82.5%;
}

#header .header_links {
    display: flex;
    justify-content: flex-end;
}

#header .header_links a {
    color: #10218B;
    font-size: 1.6rem;
    margin-left: 30px;
    display: flex;
    align-items: center;
    text-decoration: none;
}

#header .header_links a:hover {
    color: #333;
}

#header .header_links a .icon {
    display: inline-block;
    width: 20px;
    margin-right: 6px;
}

#header .header_links a .icon img {
    vertical-align: top;
}

#header .header_links .lang{
    position: relative;
    display: block;
    padding-bottom: 2px;
}

#header .header_links .lang .language_list{
    position: absolute;
    top: 100%;
    left: 15%;
    width: 100%;
    background-color: #10218B;
    border-radius: 5px;
    display: none;
}

/* #header .header_links .lang:hover .language_list{
    display: block;
} */

#header .header_links .lang .language_list li a{
    display: block;
    text-align: center;
    color: #fff;
    margin: 0;
    padding: 0.7em 0 0.5em 0;
}

#header .header_links .lang .language_list li a:hover{
    text-decoration: underline;
}

#header .global_nav {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    height: 100%;
}

#header .global_nav > li{
    padding-bottom: 4px;
}

#header .global_nav > li.pb0{
    padding-bottom: 0;
}

#header .global_nav>li>a {
    position: relative;
    z-index: 2;
    color: #333;
    font-size: 1.6rem;
    text-decoration: none;
}

#header .global_nav>li>a:hover {
    color: #10218B;
}

#header .global_nav>li>a.sub {
    padding-right: 20px;
}

#header .global_nav>li:hover>a::before {
    content: '';
    background: #10218B;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    position: absolute;
    left: calc(50% - 2px);
    top: calc(100% + 5px);
}

#header .global_nav>li:hover>a.sub::before {
    left: calc(50% - 12px);
}

/* #header .global_nav>li>a.sub::after {
    content: '';
    width: 7px;
    height: 7px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    position: absolute;
    right: 0;
    top: calc(50% - 6px);
    transform: rotate(45deg);
} */

#header .global_nav>li>a:hover::after {
    border-right: 1px solid #10218B;
    border-bottom: 1px solid #10218B;
}

#header .sub_nav {
    visibility: hidden;
}
#header .global_nav .sub_nav_wrap .sub_nav.open {
    visibility: visible;
}

#header .sub_nav_wrap{
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    width: 100%;
    background: #333;
    height: 0;
    transition: height 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    overflow: hidden;
}

#header .sub_nav .sub_inner {
    /* max-width: 1300px; */
    margin: auto;
    padding: 40px 0;
    position: relative;
    width: 84%;
}

@media only screen and (max-width:1300px) {
    #header .sub_nav .sub_inner{
        width: 94%;
    }
}

#header .sub_nav .sub_inner .closeBtn{
    position: absolute;
    right: 0;
    top: 15px;
    z-index: 2;
    width: 30px;
    height: 30px;
    text-decoration: none;
    transition: opacity .2s linear;
    cursor: pointer;
    background: transparent;
    border: none;
}

#header .sub_nav .sub_inner .closeBtn::before,
#header .sub_nav .sub_inner .closeBtn::after{
    content: "";
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    background-color: #fff;
    border-radius: 2px;
    left: 0;
}

#header .sub_nav .sub_inner .closeBtn::before{
    top: 14px;
    transform: rotate(-45deg);
}

#header .sub_nav .sub_inner .closeBtn::after{
    top :14px;
    transform: rotate(45deg);
}

#header .sub_nav .sub_inner .sub_inner_second {
    margin-top: 3em;
}

#header .sub_nav .nav_link_wrapper{
    position: relative;
}

#header .sub_nav .sub_inner::before {
    content: '';
    position: absolute;
    z-index: -1;
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 25px;
}

#header .sub_nav .nav_link {
    position: absolute;
    z-index: 1;
    right: 40px;
    top: 20px;
    padding-left: 20px;
}

#header .sub_nav .nav_link::before {
    content: '';
    width: 7px;
    height: 7px;
    border-right: 1.5px solid #fff;
    border-bottom: 1.5px solid #fff;
    position: absolute;
    left: 0;
    top: calc(50% - 5px);
    transform: rotate(-45deg);
}

#header .sub_nav .nav_link a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

#header .sub_nav .nav_ttl {
    color: #fff;
    font-size: 28px;
    font-weight: 500;
    padding: 0 18px 16px;
    border-bottom: 1px solid #666;
    margin-bottom: 10px;
}

@media only screen and (max-width:1300px) {
    #header .sub_nav .nav_ttl a{
        font-size: 2.5vw;
    }
}

@media only screen and (max-width:767px) {
    #header .sub_nav .nav_ttl a{
        font-size: 4.5vw;
        font-size: min(4.5vw, 20px);
    }
}

#header .sub_nav .nav_ttl a{
    position: relative;
    display: inline-block;
    padding-left: 20px;
}

#header .sub_nav .nav_ttl a:before{
    content: '';
    width: 7px;
    height: 7px;
    border-right: 1.5px solid #fff;
    border-bottom: 1.5px solid #fff;
    position: absolute;
    left: 0;
    top: calc(50% - 4px);
    transform: rotate(-45deg);
}

#header .sub_nav ul {
    width: 100%;
    margin: auto;
    padding: 0 20px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

#header .sub_nav ul.products{
    justify-content: space-between;
}

#header .sub_nav ul li {
    margin-top: 20px;
    margin-right: 20px;
    position: relative;
}

#header .sub_nav ul li a{
    position: relative;
    display: inline-block;
    padding-left: 20px;
}

#header .sub_nav ul li a::before {
    content: '';
    width: 7px;
    height: 7px;
    border-right: 1.5px solid #fff;
    border-bottom: 1.5px solid #fff;
    position: absolute;
    left: 0;
    top: 8px;
    transform: rotate(-45deg);
}

#header .sub_nav ul li a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

#header #videoMenuFixed{
    display: none;
}

#header .sub_nav ul.second{
    padding: 0;
}

#header .sub_nav ul.child{
    padding: 0;
    display: block;
}

#header .sub_nav ul.child li::before{
    display: none;
}

#header .sub_nav ul.child li{
    padding-left: 10px;
    padding-right: 20px;
    margin-right: 0;
    margin-top: 2px;
    font-weight: 500;
}

#header .sub_nav ul.child li a{
    font-size: 80%;
}

@media only screen and (max-width:1400px) {
    #header .inner{
        width: 90%;
    }
}

@media only screen and (min-width:769px)and (max-width:1300px) {
    #header .inner {
        padding: 0 10px;
    }
    #header .inner{
        width: 100%;
    }
    #header .logo{
        padding-left: 10px;
    }
    #header .menu {
        width: 80%;
    }
    #header .header_links a {
        font-size: 1.5rem;
    }
    #header .global_nav a {
        font-size: 1.3vw;
    }
    #header .global_nav>li>a {
        font-size: 1.3vw;
    }
    #header .global_nav li a.sub {
        padding-right: 12px;
    }
    /* #header .global_nav li a:hover::before {
        left: calc(50% - 2px);
    } */
    #header .global_nav li a.sub:hover::before {
        left: calc(50% - 10px);
    }
    #header .global_nav li a.sub::after {
        width: 6px;
        height: 6px;
        top: calc(50% - 5px);
    }
}

@media only screen and (max-width:768px) {
    .tablesorter-scroller-header .table-sorter{
        margin-right: 20px;
    }
    #header {
        height: 70px;
    }
    .inner{
        width: 100%;
        padding: 0 4vw;
    }
    #header .inner {
        max-width: 100%;
        height: 70px;
        position: relative;
        width: 100%;
    }
    #header .logo {
        width: 120px;
        height: 100%;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #header .sub_nav_wrap{
        position: static;
        height: auto;
    }
    #header .menu a.sub{
        display: none;
    }
    #header .header_links{
        display: none;
    }
    #header .global_nav{
        display: block;
        background-color: #333;
        width: 100vw;
        position: fixed;
        left: 0;
        top: 70px;
        height: calc(100% - 70px);
        overflow: auto;
        opacity: 0;
        visibility: hidden;
        transform: translateX(100%);
        transition: .3s;
    }
    #header .sub_nav .sub_inner{
        padding: 0;
        width: 100%;
    }
    #header .sub_nav{
        opacity: 1;
        visibility: visible;
        position: static;
    }
    #header .global_nav.open{
        opacity: 1;
        visibility: visible;
        transform: translateX(0%);
        z-index: 100;
    }
    #header .global_nav > li{
        border-top: 1px solid #717171;
        padding-bottom: 0;
    }
    #header .global_nav > li:last-child{
        border-bottom: 1px solid #717171;
    }
    #header .global_nav{
        padding: 8vw 4vw;
    }
    #header .sub_nav .nav_link{
        display: none;
    }
    #header .sub_nav .nav_ttl{
        border-bottom: none;
        font-size: 4vw;
        line-height: 6vw;
    }
    #header .sub_nav .sub_inner .sub_inner_second{
        margin-top: 0;
        border-top: 1px solid #717171;
    }
    #header .sub_nav .sub_inner ul{
        padding: 0 4vw 4vw;
    }
    #header .sub_nav .sub_inner ul{
        display: none;
    }
    #header .sub_nav p .menu_ac {
        width: 14vw;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1;
    }
    #header .sub_nav p .menu_ac::before {
        content: '';
        width: min(4vw, 18px);
        height: 2px;
        background: #fff;
        position: absolute;
        right: 4vw;
        top: calc(50% - 1px);
    }
    #header .sub_nav p .menu_ac::after {
        content: '';
        width: min(4vw, 18px);;
        height: 2px;
        background: #fff;
        position: absolute;
        right: 4vw;
        top: calc(50% - 1px);
        transform: rotate(90deg);
        transition: .3s;
    }
    #header .sub_nav p.open .menu_ac::after{
        transform: rotate(0);
    }
    #header .global_nav p.nav_ttl {
        position: relative;
        z-index: 0;
        color: #fff;
        font-size: 4.5vw;
        font-size: min(4.5vw, 20px);
        font-weight: 500;
        padding: 16px;
        display: block;
        margin-bottom: 0;
    }
    #header .sub_nav ul li{
        margin: 0;
        padding: 1vw 0 0 0;
    }
    #header .sub_nav ul li a{
        font-size: min(4vw, 18px);
        font-weight: normal;
    }
    #header .sub_nav .sp_gnavi_box{
        line-height: 2;
    }
    #header .sub_nav .sp_gnavi_box a:before{
        top: 15px;
    }
    #header #spLang{
        position: absolute;
        width: 50px;
        top: 0;
        right: 90px;
        height: 100%;
        display: flex;
        align-items: center;
    }
    #header #spLang .language_list{
        position: absolute;
        bottom: 100%;
        background-color: #10218B;
        top: 80%;
        left: -50%;
        width: 200%;
        height: 100%;
    }
    #header #spLang .language_list a{
        color: #fff;
        padding: 0.5em 1em;
        display: block;
        background-color: #10218B;
    }
    #header #spLang a{
        font-size: 90%;
        font-weight: bold;
        position: relative;
    }
    #header #spLang a.arrow{
        padding-right: 1em;
    }
    #header #spLang a.arrow:after{
        content: '';
        display: inline-block;
        width: 1.5vw;
        height: 1.5vw;
        border-right: 1.5px solid #10218B;
        border-bottom: 1.5px solid #10218B;
        transform-origin: center;
        transform: rotate(45deg);
        position: absolute;
        right: 0;
        top: calc(50% - 1vw);
        left: auto;
    }
    #header #spLang .language_list{
        display: none;
    }
    #header #spSearch {
        position: absolute;
        top: 0;
        right: 140px;
        height: 100%;
        display: flex;
        width: 50px;
        justify-content: center;
    }
    #header #spSearch a {
        color: #10218B;
        font-size: 1.6rem;
        display: flex;
        align-items: center;
        text-decoration: none;
    }
    #header #spSearch a:hover {
        color: #333;
    }
    #header #spSearch a .icon {
        display: inline-block;
        width: 20px;
        margin-right: 6px;
    }
    #header #spSearch a .icon img {
        vertical-align: top;
    }
    #header #spBtn {
        position: absolute;
        right: 0;
        top: 0;
        background: #10218B;
        width: 70px;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #header #spBtn span,
    #header #spBtn span:before,
    #header #spBtn span:after {
        content: '';
        display: block;
        height: 2px;
        width: 32px;
        background-color: #ffffff;
        position: absolute;
        transition: .3s;
    }
    #header #spBtn span:before {
        bottom: 12px;
    }
    #header #spBtn span:after {
        top: 12px;
    }
    #header #spBtn.open span {
        background-color: rgba(255, 255, 255, 0);
    }
    #header #spBtn.open span::before {
        bottom: 0;
        transform: rotate(45deg);
    }
    #header #spBtn.open span::after {
        top: 0;
        transform: rotate(-45deg);
    }
    #header .sub_nav ul.child li a{
        font-size: 110%;
        margin-bottom: 8px;
    }
    #header #spMenu {
        position: fixed;
        z-index: 99;
        top: 70px;
        left: 0;
        width: 100%;
        height: calc(100% - 70px);
        background: #333;
        transform: translateX(100%);
        transition: .3s;
        padding: 0;
        overflow: auto;
    }
    #header #spMenu.open {
        transform: translateX(0%);
    }
    #header .menu_inner {
        padding: 8vw 4vw;
    }
    #header .menu_inner .row:last-child {
        border-bottom: 1px solid #717171;
    }
    #header .menu_inner a {
        text-decoration: none;
    }
    #header .menu_inner p {
        font-size: 4vw;
        line-height: 6vw;
        border-top: 1px solid #717171;
        position: relative;
    }
    #header .menu_inner p a {
        position: relative;
        z-index: 0;
        color: #fff;
        font-size: 5.3vw;
        font-weight: 500;
        padding: 5.3vw 4vw;
        display: block;
    }
    #header .menu_inner p .menu_ac {
        width: 14vw;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1;
    }
    #header .menu_inner p .menu_ac::before {
        content: '';
        width: 4vw;
        height: 2px;
        background: #fff;
        position: absolute;
        right: 4vw;
        top: calc(50% - 1px);
    }
    #header .menu_inner p .menu_ac::after {
        content: '';
        width: 4vw;
        height: 2px;
        background: #fff;
        position: absolute;
        right: 4vw;
        top: calc(50% - 1px);
        transform: rotate(90deg);
        transition: .3s;
    }
    #header .menu_inner p.open .menu_ac::after {
        transform: rotate(0);
    }
    #header .menu_inner .row ul {
        padding: 0 4vw 4vw;
        display: none;
    }
    #header .menu_inner ul li {
        margin-top: auto;
        padding: 2vw 0 2vw 5vw;
        position: relative;
    }
    #header .menu_inner ul li::before {
        content: '';
        border-right: 1.5px solid #fff;
        border-bottom: 1.5px solid #fff;
        position: absolute;
        transform: rotate(-45deg);
        width: 2vw;
        height: 2vw;
        left: 0;
        top: calc(50% - 1.2vw);
    }
    #header .menu_inner ul a {
        font-size: 4.4vw;
        color: #fff;
    }
    #header .sub_nav ul li::before{
        top: 15px;
    }
    #header .sub_nav ul.child {
        padding: 0;
        margin-top: 6px;
    }
    #header .sub_nav ul.child li{
        margin-top: 0;
        padding-top: 0;
        padding-bottom: 0;
    }
    #header .sub_nav ul.child li::after{
        top: 0;
    }
}


/* フッター */

#footer {
    background: #333;
    padding: 75px 0 0;
}

#footer .inner {
    margin: auto;
    display: flex;
    justify-content: space-between;
    position: relative;
    padding-bottom: 45px;
}

#footer .inner.pb0{
    padding-bottom: 0;
}

#footer .linkdIn .flex{
    display: flex;
    align-items: center;
    gap: 16px;
    width: 100%;
}

#footer .linkdIn .flex > div{
    background-color: #fff;
    width: 22%;
}

#footer a.blank_link{
    position: relative;
    padding-left: 1.3em;
}

#footer a.blank_link::after {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url(/crystal/assets/img/common/icon_link_2_black.svg);
    transform-origin: center;
    position: absolute;
    right: 16px;
    top: calc(50% - 7px);
    left: auto;
}

#footer .linkdIn a{
    background-color: #fff;
    padding: 10px 25px 10px 15px;
    font-size: 95%;
    display: flex;
    align-items: center;
    min-height: 68px;
}

#footer .linkdIn span.icon{
    width: 30px;
    display: block;
    margin-right: 8px;
}

#footer .sensing_system span.icon{
    width: 46px;
}

#footer .semicon span.icon{
    width: 36px;
}

#footer .sensing_system a,
#footer .semicon a{
    padding-right: 35px;
}

#footer .sensing_system span.icon img,
#footer .semicon span.icon img{
    margin-right: 0;
}

#footer .logo {
    width: 13.8%;
}

#footer .contents {
    width: 100%;
}

#footer .contents a:hover {
    color: #fff;
    text-decoration: underline;
}

#footer .footer_nav {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

#footer .footer_nav .row {
    width: 25%;
}

#footer .footer_nav .row .row_second{
    margin-top: 1em;
}

#footer .footer_nav p a {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

#footer .footer_nav ul{
    margin-top: 10px;
}

#footer .footer_nav ul li {
    margin-bottom: 6px;
    padding-left: 25px;
    position: relative;
}

#footer .footer_nav ul li::before {
    content: '';
    width: 7px;
    height: 7px;
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
    position: absolute;
    left: 5px;
    top: 10px;
    transform: rotate(-45deg);
}

#footer .footer_nav ul a {
    font-size: 13px;
    color: #aaa;
}

#footer .footer_link {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}

#footer ul.footer_link li{
    margin-bottom: 16px;
    padding-left: 0;
    margin-top: 0;
}

#footer .footer_link li:before{
    display: none;
}

#footer .footer_link li a {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

#footer .copyright {
    background: #fff;
    color: #333;
    font-size: 14px;
    padding: 10px;
    text-align: center;
}

#footer .copyright .inner{
    display: flex;
    justify-content: space-between;
    padding-bottom: 0;
}

#footer .copyright .inner > div{
    width: 50%;
    text-align: left;
}

#footer .copyright .inner > div span.block{
    display: inline-block;
}

#footer .copyright .inner p,
#footer .copyright .inner a{
    font-size: 1.3rem;
}

.page_top {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid #333;
    position: fixed;
    bottom: 8%;
    right: 5%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    background-color: #fff;
    opacity: 0;
    transition: .3s;
}

.page_top.view{
    opacity: 1;
}

.page_top::after {
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    transform: translateY(2px) rotate(-135deg);
}

@media only screen and (min-width:769px)and (max-width:1300px) {
    #footer .inner {
        padding: 0 10px 75px;
        margin-bottom: 2em;
    }
    #footer .footer_nav .row {
        width: 25%;
    }
    #footer .footer_nav p a {
        font-size: 14px;
    }
    #footer .footer_nav ul li {
        padding-left: 15px;
    }
    #footer .footer_nav ul a {
        font-size: 13px;
    }
    #footer .footer_nav ul li::before {
        left: 0;
    }
    #footer .footer_link li a {
        font-size: 14px;
    }
    #footer .footer_nav{
        margin-bottom: 0;
    }
    #footer .footer_nav ul li {
        margin-bottom: 0;
    }
}

@media only screen and (min-width:769px)and (max-width:1400px) {
    #footer .page_top {
        left: auto;
        right: 10px;
    }
}

@media only screen and (max-width:768px) {
    #footer {
        padding: 8vw 0 0;
    }
    #footer .inner {
        max-width: 100%;
        padding: 0 4vw;
        display: block;
    }
    #footer .logo {
        width: 28.2vw;
        margin-bottom: 10vw;
    }
    #footer .contents {
        width: 100%;
        padding-bottom: 4vw;
    }
    #footer .linkdIn{
        margin-bottom: 4vw;
    }
    #footer .footer_nav {
        display: block;
        margin-bottom: 0;
    }
    #footer .footer_nav .row {
        width: 100%;
    }
    #footer .footer_nav p {
        font-size: 4vw;
        line-height: 6vw;
        border-top: 1px solid #717171;
        position: relative;
    }
    #footer .footer_nav p .menu_ac {
        width: 63px;
        height: 63px;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1;
    }
    #footer .footer_nav p .menu_ac::before {
        content: '';
        width: 4vw;
        width: min(4vw, 16px);
        height: 2px;
        background: #fff;
        position: absolute;
        right: 4vw;
        top: 50%;
    }
    #footer .footer_nav p .menu_ac::after {
        content: '';
        width: min(4vw, 16px);
        height: 2px;
        background: #fff;
        position: absolute;
        right: 4vw;
        transform: rotate(90deg);
        top: 50%;
        transition: .3s;
    }
    #footer .footer_nav p.open .menu_ac::after {
        transform: rotate(0);
    }
    #footer .footer_nav p a {
        position: relative;
        z-index: 0;
        font-size: 4vw;
        font-size: min(4vw, 20px);
        padding: min(4vw, 16px);
        display: block;
    }
    #footer .footer_nav .row ul {
        padding: 0 4vw 4vw;
        display: none;
    }
    #footer .footer_nav .row ul{
        margin-top: 0;
    }
    #footer .footer_nav ul li {
        margin-top: auto;
        padding: 6px 0 0 20px;
        position: relative;
    }
    #footer .footer_nav ul li::before {
        content: '';
        width: min(2vw, 8px);
        height: min(2vw, 8px);
        left: 0;
        top: 50%;
    }
    #footer .footer_nav ul a {
        font-size: min(4vw, 16px);
    }
    #footer .footer_link {
        display: block;
        border-bottom: 1px solid #717171;
    }
    #footer .footer_link li {
        margin-right: auto;
        border-top: 1px solid #717171;
    }
    #footer .footer_link li a {
        font-size: 4vw;
        padding: 4vw;
        display: block;
    }
    #footer .copyright {
        font-size: 3.7vw;
        padding: .5em;
    }
    #footer .page_top {
        width: 12vw;
        height: 12vw;
        bottom: auto;
        left: auto;
        top: -14vw;
        right: 4vw;
    }
    #footer .page_top::after {
        width: 2.2vw;
        height: 2.2vw;
        transform: translateY(0.5vw) rotate(-135deg);
    }
    #footer .footer_nav .row .row_second{
        margin-top: 0;
    }
    #footer .copyright .inner p{
        padding: 0.5em 0;
    }
    #footer .copyright .inner{
        flex-direction: column;
    }
    #footer .copyright .inner > div{
        width: 100%;
        text-align: center;
    }
    #footer .linkdIn .flex{
        flex-direction: column;
        align-items: flex-start;
    }
    #footer .linkdIn .flex > div{
        width: 100%;
    }
    #footer .linkdIn .flex > div a{
        width: 100%;
    }
}


/* パンくず */

.breadcrumbs {
    margin: auto auto 40px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 84%;
    /* max-width: 1300px; */
}

.breadcrumbs li span {
    margin-left: 10px;
}
.breadcrumbs li:first-child span{
    margin-left: 0;
}
.breadcrumbs li > span {
    position: relative;
    color: #10218B;
    /* font-size: 14px;
    color: #D7D7D7; */
}

.breadcrumbs li a {
    color: #10218B;
    position: relative;
    padding-right: 10px;
}

.breadcrumbs li a::after {
    content: '';
    border-right: 1.5px solid #10218B;
    border-bottom: 1.5px solid #10218B;
    position: absolute;
    transform: rotate(-45deg);
    width: 4px;
    height: 4px;
    right: 0;
    top: calc(50% - 2px);
}

.breadcrumbs li a:first-child {
    margin-left: 0;
}

@media only screen and (min-width:769px)and (max-width:1300px) {
    .breadcrumbs {
        padding: 0 10px;
    }
}

@media only screen and (max-width:768px) {
    .breadcrumbs {
        margin: auto 0 4vw;
        padding: 0 4vw;
        width: 100%;
    }
    .breadcrumbs li > span{
        font-size: 12px;
    }
    .breadcrumbs span {
        margin-left: 0;
        margin-right: 2vw;
        padding-right: 2vw;
        font-size: 3.7vw;
        margin-bottom: 1vw;
    }
    .breadcrumbs li a::after{
        top: 50%
    }
    .breadcrumbs a,
    .breadcrumbs span {
        font-size: 12px;
        margin-right: 1vw;
        padding-right: 1vw;
    }
}

#videoMenuFixed{
    display: flex;
    border-top: 1px #D9E3EC solid;
    border-bottom: 1px #D9E3EC solid;
}

#productIndexFixed{
    display: none;
}

#productIndexFixed li,
#videoMenuFixed li{
    width: 16.6666666666%;
    border-right: 1px #fff solid;
    background-color: #D9E3EC;
}

#productIndexFixed li:last-child,
#videoMenuFixed li:last-child{
    border-right: none;
}

#productIndexFixed li a,
#videoMenuFixed li a{
    color: #10218B;
    display: block;
    padding: 16px 0 16px 24px;
    position: relative;
    font-weight: bold;
}

#productIndexFixed li a:after,
#videoMenuFixed li a:after{
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    border-right: 1.5px solid #10218B;
    border-bottom: 1.5px solid #10218B;
    transform-origin: center;
    transform: rotate(45deg);
    position: absolute;
    right: 1em;
    top: calc(50% - 4px);
}

@media only screen and (max-width:1320px) and (min-width: 769px) {
    #productIndexFixed li a{
        font-size: 1.2vw;
        padding-left: 1vw;
    }
    #tableOfContents ol li a{
        font-size: 1.3vw;
        line-height: 1.5;
    }
}

/* コンテンツ共通 */

body.fixed {
    width: 100%;
    height: 100%;
    position: fixed;
}

#main {
    padding-top: 72px;
}

@media only screen and (max-width:768px) {
    #main {
        padding-top: 70px;
    }
}

.gray{
    background-color: #F2F6F6;
}

h2,h3{
    padding-top: 20px;
}

.hideImp{
    transform: translateY(-250%) !important;
}

/* 製品検索 */

#topSearch {
    margin: auto auto 80px;
    background: #F2F6F6;
    padding: 90px 50px 50px;
}

#topSearch h2 {
    color: #10218B;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin-top: -120px;
    margin-bottom: 30px;
    padding: 0;
}

#topSearch h2 .en {
    font-size: 60px;
    line-height: 1em;
    font-weight: 700;
    display: block;
}

#topSearch h3 {
    color: #10218B;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 6px;
    margin-top: 30px;
    padding-top: 30px;
    border: none;
}

#topSearch h3.ttl_height{
    height: 64px;
}

#topSearch .search_box h3 {
    border-top: none;
    padding-top: 0;
}

#topSearch h3:first-child {
    margin-top: auto;
}

#topSearch h3 .icon {
    vertical-align: middle;
    display: inline-block;
    width: 30px;
    margin-right: 10px;
}

#topSearch h3 .icon img {
    width: 100%;
    vertical-align: baseline;
}

#topSearch .keywordSearch {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

#topSearch .keywordSearch .search_btn {
    width: 40%;
}

#topSearch .keywordSearch .search_box {
    width: 57%;
    border-left: 1px solid #D9E3EC;
    padding-left: 3%;
}

#topSearch .search_box #search {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0px;
}

.mf_finder_searchBox{
    width: 100%;
}

.mf_finder_searchBox_items{
    padding: 0;
}

#topSearch .search_box #search input[type="text"] {
    background-color: #fff;
    border: 1px solid #D9E3EC;
    border-radius: 5px 0 0 5px;
    font-size: 15px;
    padding: 0.7em 1em;
}

#topSearch .search_box #search button {
    width: 95px;
    border: none;
    background-color: #10218B;
    border-radius: 0 5px 5px 0;
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding: 0.7em 0;
    cursor: pointer;
}

#topSearch .search_box #search button .icon {
    vertical-align: middle;
    display: inline-block;
    width: 15px;
    margin-right: 5px;
}

#topSearch .search_box #search button .icon img {
    width: 100%;
    vertical-align: baseline;
    filter: brightness(0) invert(1);
}

#topSearch .search_box .keyword {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

#topSearch .search_box .keyword a {
    background-color: #fff;
    color: #10218B;
    font-size: 14px;
    line-height: 1em;
    border: 1px solid #10218B;
    border-radius: 2em;
    padding: .7em 1.8em .7em 1em;
    margin-right: 10px;
    margin-top: 10px;
    position: relative;
    text-decoration: none;
}

#topSearch .search_box .keyword a:hover {
    color: #fff;
    background: #10218B;
}

#topSearch .search_box .keyword a::after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-right: 1.5px solid #10218B;
    border-bottom: 1.5px solid #10218B;
    transform-origin: center;
    transform: rotate(-45deg);
    position: absolute;
    right: 1em;
    top: calc(50% - 3px);
}

#topSearch .search_box .keyword a:hover::after {
    border-right: 1.5px solid #fff;
    border-bottom: 1.5px solid #fff;
}

.search_list {
    display: flex;
    justify-content: space-between;
}

.search_list li {
    width: 48%;
    margin-left: 1.6%;
}

.search_list li.top_btn05{
    width: 100%;
}

.search_list li:first-child {
    margin-left: 0;
}

@media only screen and (min-width:769px)and (max-width:1300px) {
    #topSearch {
        padding: 90px 28px 50px;
    }
    #topSearch .inner .search_btn {
        width: 38%;
    }
    #topSearch .inner .search_box {
        width: 58%;
    }
    .search_list {
        display: flex;
        justify-content: flex-start;
    }
    .search_list li {
        width: 33%;
        margin-left: 1.6%;
    }
    .search_list li:first-child {
        margin-left: 0;
    }
    #topSearch h2 .en{
        font-size: 4.2vw;
    }
}

@media only screen and (max-width:768px) {
    #topSearch {
        max-width: 100%;
        margin: auto 0 6vw;
        padding: 16vw 4vw 0;
    }
    #topSearch h2 {
        font-size: 4vw;
        margin-top: -22vw;
        margin-bottom: 4vw;
    }
    #topSearch h2 .en {
        font-size: 12vw;
        font-size: min(12vw, 60px);
    }
    #topSearch h3 {
        font-size: 5.3vw;
        margin-bottom: auto;
        margin-top: auto;
        padding: min(6vw, 20px) 0;
        position: relative;
        font-size: min(5.3vw, 20px);
    }
    #topSearch .search_box h3 {
        padding: min(6vw, 20px) 0 3vw;
        border-top: 1px solid #D9E3EC;
    }
    #topSearch h3 .icon {
        width: min(7vw, 30px);
        margin-right: 2vw;
    }
    #topSearch .inner {
        display: block;
        margin-bottom: auto;
    }
    #topSearch .inner .search_btn {
        width: 100%;
        margin-bottom: 6vw;
    }
    #topSearch .inner .search_box {
        width: 100%;
        border-left: none;
        padding-left: 0;
    }
    #topSearch .inner .search_form {
        padding-bottom: 6vw;
    }
    #topSearch .search_box #search {
        margin-bottom: 3vw;
    }
    #topSearch .search_box #search input[type="text"] {
        border-radius: 1.4vw 0 0 1.4vw;
        font-size: 3.7vw;
        padding: 1em;
    }
    #topSearch .search_box #search ::placeholder {
        font-size: 2.4vw;
    }
    #topSearch .search_box #search button {
        width: 20vw;
        border-radius: 0 min(2vw, 16px) min(2vw, 16px) 0;
        font-size: min(3.7vw, 16px);
    }
    #topSearch .search_box #search button .icon {
        width: 4vw;
        margin-right: 2vw;
    }
    #topSearch .search_box .keyword a {
        font-size: 3.7vw;
        font-size: min(3.7vw, 16px);
        border-radius: 2em;
        padding: .8em 1.8em .8em 1em;
        margin-right: 2.5vw;
        margin-top: 2.5vw;
    }
    #topSearch .search_box .keyword a::after {
        width: 1.8vw;
        height: 1.8vw;
        top: calc(50% - 1vw);
    }
    .search_list {
        /* display: none; */
        padding-bottom: 6vw;
        flex-direction: column;
    }
    .search_list li {
        width: 100%;
        margin-left: auto;
        margin-top: 3vw;
        margin-bottom: 0 !important;
    }
    .search_list li:first-child {
        margin-left: auto;
        margin-top: auto;
    }
    #topSearch .menu_ac {
        width: 100%;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1;
    }
    #topSearch .menu_ac::before {
        content: '';
        width: min(4vw, 18px);
        height: 2px;
        background: #10218B;
        position: absolute;
        right: 0;
        top: calc(50% - 1px);
    }
    #topSearch .menu_ac::after {
        content: '';
        width: min(4vw, 18px);
        height: 2px;
        background: #10218B;
        position: absolute;
        right: 0;
        top: calc(50% - 1px);
        transform: rotate(90deg);
        transition: .3s;
    }
    #topSearch .open .menu_ac::after {
        transform: rotate(0);
    }
    #topSearch .top_btn01 a {
        padding: 1.2em 2em 1.2em 1em;
        justify-content: center;
        font-size: 4vw;
        font-size: min(4.0vw, 18px);
    }
    #topSearch .top_btn01 a .icon {
        margin-right: 4vw;
    }
    #topSearch .keywordSearch{
        flex-direction: column;
        margin-bottom: 0;
    }
    #topSearch .keywordSearch > div{
        width: 100% !important;
    }
    #topSearch .keywordSearch .search_box{
        border: none;
        padding-left: 0;
    }
}


/* 見出し */

.top_ttl01 {
    color: #10218B;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5em;
    margin-bottom: 30px;
}

.top_ttl01 .en {
    display: block;
    font-size: 60px;
    font-weight: 700;
    line-height: 1em;
}

@media only screen and (max-width:1300px) {
    .top_ttl01 .en {
        font-size: 4.0vw;
    }
}

@media only screen and (max-width:768px) {
    .top_ttl01 {
        font-size: 4.0vw;
        margin-bottom: 8vw;
        font-size: min(4vw, 20px);
    }
    .top_ttl01 .en {
        font-size: 10vw;
        font-size: min(10vw, 60px);
    }
}


/* ボタン */
.top_btn01 {
    margin-bottom: 16px;
}

.top_btn01 a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: #fff;
    color: #10218B;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    padding: 1.5em;
    border: 1px solid #10218B;
    border-radius: 5px;
    text-align: left;
    position: relative;
}

.top_btn01.two a {
    padding: 0.9em 0.5em;
}

.top_btn01 a span.small{
    font-size: 12px;
    display: inline-block;
    padding-top: 5px;
}

.btn_none a{
    color: #898989;
    border-color: #898989;
}

#topSearch .flex.column2 .top_btn01{
    margin-bottom: 0;
    height: 100%;
}

#topSearch .flex.column2 .top_btn01 a{
    padding: 1em 0.5em;
    height: 100%;
}

.flex.imgFifty img{
    max-width: 100% !important;
}

.top_btn01 a::after {
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    border-right: 1.5px solid #10218B;
    border-bottom: 1.5px solid #10218B;
    transform-origin: center;
    transform: rotate(-45deg);
    position: absolute;
    right: 1em;
    top: calc(50% - 4px);
}

.btn_none a::after{
    border-color: #898989;
}

.top_btn01 a:hover {
    border: 1px solid #fff;
    color: #fff;
    background: #10218B;
}

.top_btn01 a:hover::after {
    border-right: 1.5px solid #fff;
    border-bottom: 1.5px solid #fff;
}

.top_btn01 a .icon {
    display: flex;
    vertical-align: middle;
    width: 30px;
    margin-right: 10px;
}

.top_btn01 a .icon img {
    width: 100%;
    vertical-align: baseline;
}

.top_btn01 a:hover .icon img {
    filter: brightness(0) invert(1);
}

.btn_none a:hover{
    background-color: #898989;
    color: #fff;
}

.top_btn02 a {
    display: flex;
    height: 75px;
    justify-content: center;
    align-items: center;
    background: #fff;
    color: #10218B;
    font-size: 16px;
    line-height: 1em;
    font-weight: 600;
    text-decoration: none;
    padding: 0 1em;
    border: 1px solid #10218B;
    border-radius: 5px;
    position: relative;
}

.top_btn02 a::after {
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    border-right: 1.5px solid #10218B;
    border-bottom: 1.5px solid #10218B;
    transform-origin: center;
    transform: rotate(-45deg);
    position: absolute;
    right: 1em;
    top: calc(50% - 4px);
}

.top_btn02 a:hover {
    color: #fff;
    background: #10218B;
}

.top_btn02 a:hover::after {
    border-right: 1.5px solid #fff;
    border-bottom: 1.5px solid #fff;
}

.top_btn02 a .icon {
    display: flex;
    vertical-align: middle;
    width: 60px;
    margin-right: 10px;
}

.top_btn02 a .icon img {
    width: 100%;
    vertical-align: baseline;
}

.top_btn03 a {
    display: flex;
    height: 75px;
    justify-content: center;
    align-items: center;
    background: #fff;
    color: #10218B;
    font-size: 16px;
    line-height: 2em;
    font-weight: 600;
    text-decoration: none;
    padding: 0 1em;
    border: 1px solid #10218B;
    border-radius: 5px;
    position: relative;
}

.top_btn03 a::after {
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    border-right: 1.5px solid #10218B;
    border-bottom: 1.5px solid #10218B;
    transform-origin: center;
    transform: rotate(-45deg);
    position: absolute;
    right: 1em;
    top: calc(50% - 4px);
}

.top_btn03 a:hover {
    color: #fff;
    background: #10218B;
}

.top_btn03 a:hover::after {
    border-right: 1.5px solid #fff;
    border-bottom: 1.5px solid #fff;
}

.top_btn03 a .icon {
    display: flex;
    vertical-align: baseline;
    width: 30px;
    margin-right: 10px;
}

.top_btn03 a .icon img {
    width: 100%;
    vertical-align: middle;
}

.top_btn03 a:hover .icon img {
    filter: brightness(0) invert(1);
}

.top_btn04 {
    margin: auto;
    max-width: 345px;
}

.top_btn04 a {
    display: block;
    background: #fff;
    color: #10218B;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    padding: 1em;
    border: 1px solid #10218B;
    border-radius: 5px;
    text-align: center;
    position: relative;
}

.top_btn04 a::after {
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    border-right: 1.5px solid #10218B;
    border-bottom: 1.5px solid #10218B;
    transform-origin: center;
    transform: rotate(-45deg);
    position: absolute;
    right: 1em;
    top: calc(50% - 4px);
}

.top_btn04 a:hover {
    color: #fff;
    background: #10218B;
}

.top_btn04 a:hover::after {
    border-right: 1.5px solid #fff;
    border-bottom: 1.5px solid #fff;
}

@media only screen and (min-width:769px)and (max-width:1300px) {
    .top_btn01 a {
        font-size: 1.4vw;
        letter-spacing: normal;
    }
    .top_btn01 a .icon {
        width: 24px;
    }
    .top_btn02 a {
        font-size: 14px;
        padding: 0 .7em;
    }
    .top_btn02 a .icon {
        width: 24px;
        margin-right: 5px;
    }
    .top_btn03 a {
        font-size: 14px;
        line-height: 2em;
        padding: 0 .7em;
    }
    .top_btn03 a .icon {
        width: 24px;
        margin-right: 5px;
    }
}

@media only screen and (max-width:768px) {
    .top_btn01 {
        margin-bottom: 3vw;
    }
    .top_btn01 a {
        font-size: 4.0vw;
        border-radius: 1.4vw;
        padding: 1.0em 2em 1.0em 1em;
        font-size: min(4.0vw, 18px);
    }
    .top_btn01 a::after {
        width: 1.0vw;
        height: 1.0vw;
        top: calc(50% - 1vw);
    }
    .top_btn01 a .icon {
        width: min(7vw, 30px);
        margin-right: 2vw;
    }
    .top_btn02 a {
        height: 18vw;
        font-size: 4vw;
        border-radius: 1.4vw;
    }
    .top_btn02 a::after {
        width: 1.0vw;
        height: 1.0vw;
        top: calc(50% - 1vw);
    }
    .top_btn02 a .icon {
        width: 16vw;
        margin-right: 3vw;
    }
    .top_btn03 a {
        height: 14vw;
        font-size: 4.0vw;
        font-size: min(4.0vw, 20px);
        border-radius: 1.4vw;
        padding: 0 1em;
    }
    .top_btn03 a::after {
        width: 1.0vw;
        height: 1.0vw;
        top: calc(50% - 1vw);
    }
    .top_btn03 a .icon {
        width: min(7vw, 30px);
        margin-right: 4vw;
    }
    .top_btn04 {
        margin: auto;
        max-width: 345px;
    }
    .top_btn04 a {
        font-size: 4vw;
        border-radius: 1.4vw;
    }
    .top_btn04 a::after {
        width: 2vw;
        height: 2vw;
        top: calc(50% - 1vw);
    }
}

/* 技術コラム */
#topColumn {
    margin: auto auto 80px;
}

#topColumn h2{
    text-align: left;
}

#topColumn .top_column_list {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 60px;
}

#topColumn .top_column_list li.col {
    width: 23.8%;
    margin-left: 1.6%;
    display: flex;
}

#topColumn .top_column_list li:first-child {
    margin-left: 0;
}

#topColumn .top_column_list li.col a {
    color: #10218B;
    display: flex;
    flex-direction: column;
}

#topColumn .top_column_list li.col a:hover {
    opacity: .7;
}

#topColumn .top_column_list li.col .date {
    margin: 1em 0 0;
    color: #666666;
    font-size: 14px;
    line-height: 1em;
}

#topColumn .top_column_list li.col .image img{
    width: 100%;
}

#topColumn .top_column_list li.col .title {
    font-size: 20px;
    font-weight: 500;
    padding-top: 10px;
}

#topColumn .top_column_list li.col .text {
    color: #333;
    font-size: 16px;
    line-height: 2em;
    margin-top: .5em;
}

@media only screen and (min-width:769px)and (max-width:1300px) {
    #topColumn .inner {
        padding: 0 10px;
    }
}

@media only screen and (max-width:768px) {
    #topColumn {
        margin: auto auto 20vw;
    }
    #topColumn .inner {
        max-width: 100%;
        margin: auto;
    }
    #topColumn h2 {
        padding: 0 4vw;
    }
    #topColumn .top_column_list {
        display: block;
        margin-bottom: 16vw;
    }
    #topColumn .top_column_list li.col {
        width: 70vw;
        margin-left: 0;
        display: block;
    }
    #topColumn .top_column_list li.col:first-child {
        margin-left: 0;
    }
    #topColumn .top_column_list li.col a {
        display: block;
        padding: 0 0 0 4vw;
    }
    #topColumn .top_column_list li.col .image img {
        display: block;
        width: 100%;
    }
    #topColumn .top_column_list li.col .date {
        display: block;
        margin: 1em 0;
        font-size: 3.7vw;
    }
    #topColumn .top_column_list li.col .title {
        display: block;
        font-size: 4vw;
        font-size: min(4vw, 16px);
        height: auto;
    }
    #topColumn .top_column_list li.col .text {
        display: block;
        font-size: 4vw;
        margin-top: .5em;
        height: auto;
    }
    #topColumn .slick-dots {
        bottom: -6vw;
    }
    #topColumn .slick-dots li {
        width: 14vw;
        height: 2px;
        padding: 1vw 0;
        margin: 0 1vw;
    }
    #topColumn .slick-dots li button {
        font-size: 0;
        line-height: 0;
        display: block;
        width: 14vw;
        height: 2px;
        padding: 0;
        background: #D7D7D7;
    }
    #topColumn .slick-dots li.slick-active button {
        background: #10218B;
    }
    #topColumn .slick-dots li button:before {
        display: none;
    }
}


/* サポート */

#topLinks,
#topSupport,
#productList {
    margin: auto auto 80px;
    padding: 80px 0;
    background: #10218B;
}

@media only screen and (max-width:1300px) {
    #topLinks,
    #topSupport,
    #productList {
        padding: 4em 0;
    }
}

@media only screen and (max-width:767px) {
    #topLinks,
    #topSupport,
    #productList {
        margin-bottom: 40px;
        padding: 2em 0;
    }
}

.top_list01 {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.top_list01 li {
    width: 32.5%;
    margin-left: 1.25%;
    margin-bottom: 0;
}

.top_list01 li:nth-child(3n+1) {
    margin-left: 0;
}

.product_list .top_list01 li {
    width: 23.5%;
    margin-left: 1.25%;
}

.product_list .top_list01 li:nth-child(4n+1) {
    margin-left: 0;
}

#topSupport .top_ttl01 {
    margin-bottom: auto;
    
}

#topSupport .top_list01{
    margin-top: 15px;
}

#topSupport .top_list01 li {
    margin-top: 15px;
}

#topLinks .top_btn01 a,
#productList .top_btn01 a{
    text-align: center;
    font-weight: bold;
    height: 100px;
}

#productList .top_btn01 a{
    font-size: 18px;
}

@media only screen and (min-width:769px)and (max-width:1300px) {
    #topLinks,
    #topSupport {
        padding: 80px 10px;
    }
    #topLinks .top_btn01 a{
        font-size: 1.8vw;
    }
}

@media only screen and (max-width:1550px) and (min-width:768px) {
    #footer .linkdIn .flex > div{
        width: 33vw;
    }
}

@media only screen and (max-width:1000px) and (min-width:768px) {
    #footer .linkdIn .flex > div a div{
        font-size: 1.4vw;
    }
}

@media only screen and (max-width:768px) {
    .product_list .top_list01 li{
        margin: 0;
    }
    #topLinks,
    #topSupport {
        margin: auto auto 10vw;
        padding: 4vw 0;
    }
    #topLinks .inner,
    #topSupport .inner {
        max-width: 100%;
        padding: 0 4vw;
    }
    /* .top_list01 {
        display: block;
    } */
    .top_list01 li {
        width: 100%;
        margin: 4vw auto auto;
    }
    .top_list01 li:nth-child(3n+1) {
        margin-left: auto;
    }
    .top_list01 li:first-child {
        margin-top: auto;
    }
    #topSupport .top_ttl01 {
        margin-bottom: 8vw;
    }
    #topSupport .top_list01 li {
        margin-top: 4vw;
    }
    #topLinks .top_btn01 a,
    #productList .top_btn01 a{
        height: 80px;
    }
    #productList .top_btn01 a{
        padding: 0;
        letter-spacing: normal;
        line-height: 1.3;
    }
    #productList ul.top_list01{
        display: flex;
        justify-content: space-between;
    }
    #productList .top_btn01.spW25{
        width: 32.5%;
    }
    #productList .top_btn01 a::after{
        right: 10px;
    }
    #productList .top_btn01 a{
        font-size: 4.0vw;
        font-size: min(4.0vw, 16px);
    }
}

@media only screen and (max-width:650px) {
    #productList .top_btn01.spW25{
        width: 48.5%;
    }
}

section .flex{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

section .flex.column2 > div{
    width: 48.5%;
}

section .flex.column3 > div{
    width: 32% !important;
    margin-bottom: 4em;
}

section .flex.column4 > div{
    width: 24% !important;
    margin-bottom: 4em;
}

@media only screen and (max-width:1300px) {
    section .flex.column4 > div{
        margin-bottom: 2em;
    }
}

@media only screen and (min-width:768px) {
    section .flex > div.mb0{
        margin-bottom: 0;
    }
}


@media only screen and (max-width:768px) {
    section .flex.column3 > div{
        margin-bottom: 1em;
    }
    section .flex > div figure{
        text-align: center;
    }
}

section .flex::after{
    content: "";
    width: 32%;
    display: block;
}

#topSearch .support .flex.column2 > div:nth-child(1){
    width: 100%;
}

#topSearch .support .flex.column2 > div:nth-child(2){
    width: 36%;
}

#topSearch .category{
    padding-bottom: 2em;
}

#topSearch .category h3{
    padding-top: 0;
}

#topSearch .support{
    border-top: 1px solid #D9E3EC;
    margin-top: 2em;
}

#topSearch .keywordSearch{
    border-top: 1px solid #D9E3EC;
    padding-top: 2em;
    width: 100%;
}

#topSearch .support .buy{
    padding-left: 4.5%;
    display: none;
    position: relative;
}

#topSearch .support .buy:after{
    content: "";
    display: block;
    width: 1px;
    height: 80%;
    background-color: #D9E3EC;
    position: absolute;
    left: 0;
    bottom: 0;
}

@media only screen and (max-width:768px) {
    section .flex{
        flex-direction: column;
    }
    section .flex.spFlexRow{
        flex-direction: row !important;
    }
    section .flex.column2 > div,
    section .flex.column3 > div{
        width: 100% !important;
    }
    #topSearch .flex.column2 .top_btn01{
        height: auto;
        margin-bottom: 3vw;
    }
    #topSearch .flex.column2 .top_btn01 a{
        padding: 1.1em 2em 1.1em 1em;
    }
    #topSearch .flex.column2 .top_btn01 a br{
        display: none;
    }
    #topSearch .support{
        margin-top: 0;
    }
    #topSearch .support h3.open{
        padding-bottom: 6vw;
    }
    #topSearch .support .flex.column2 > div:nth-child(1),
    #topSearch .support .flex.column2 > div:nth-child(2){
        width: 100%;
    }
    #topSearch h3.ttl_height{
        height: auto;
    }
    #topSearch .support .buy{
        padding-left: 0;
        border: none;
        border-top: 1px solid #D9E3EC;
    }
    #topColumn h2{
        text-align: left;
    }
    #topSearch .category{
        padding-bottom: 0;
    }
    #topSearch .category h3{
        padding: 6vw 0;
    }
    #topSearch .support .buy:after{
        display: none;
    }
    #topSearch .search_box .keyword{
        padding-bottom: 0;
    }
    section .flex.column4 > div{
        width: 100% !important;
    }
}

section .flex div.w45{
    width: 45%;
}
section .flex div.w55{
    width: 55%;
}
section .flex div.w65{
    width: 65%;
}
section .flex div.w35{
    width: 32%;
}

@media only screen and (max-width:768px) {
    section .flex div.w55,
    section .flex div.w35,
    section .flex div.w65{
        width: 100%;
        margin-bottom: 0.5em;
    }
}

.small{
    font-size:80%;
}

.th_blue_tbl{
    width: 100%;
}
.th_blue_tbl th{
    background-color: #10218B;
    vertical-align: middle;
    color: #fff;
}
.th_blue_tbl td{
    background-color: #fff;
}
.th_blue_tbl th,
.th_blue_tbl td{
    border: 1px #F2F6F6 solid;
    padding: 0.8em;
}

@media only screen and (max-width:768px) {
    .th_blue_tbl{
        margin-top: 1em;
    }
    .th_blue_tbl th,
    .th_blue_tbl td{
        font-size: 95%;
    }

    .youtube{
        height: 225px;
    }
}


.icon img{
    vertical-align: bottom;
    margin-right: 8px;
}

.top_btn01 .icon img,
.top_btn02 .icon img,
.top_btn03 .icon img{
    margin-right: 0;
}

.icon_link{
    display: flex;
    align-items: center;
}
.icon_link span.icon{
    margin-left: 8px;
}
.icon_link span.icon img{
    vertical-align: 1px;
}

@media only screen and (max-width:767px) {
    .spScrollTable{
        overflow-x: auto;
    }
    .spTableSorter{
        min-width: 1200px;
    }
    .spTableSorter2{
        min-width: 600px;
    }
}

@media only screen and (max-width:1200px) and (min-width:767px) {
    #header .sub_nav ul.products{
        flex-wrap: wrap;
    }
    #header .sub_nav ul.products > li{
        width: 33%;
        margin-right: 0;
    }
    #footer .footer_nav{
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    #footer .footer_nav .row {
        width: 25%;
    }
}

sub{
    font-size: 80%;
    vertical-align: sub;
}