<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
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 #666;
}
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: #313131;
    font-size: 17px;
    font-family: "Noto Sans Japanese", "貂ｸ繧ｴ繧ｷ繝�け", "繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3", "繝｡繧､繝ｪ繧ｪ", sans-serif;
    overflow-x: hidden;
}

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

a {
    color: #359ddd;
}
a:hover {
    color: #76b6dd;
}

.open_modal {
    color: #359ddd;
    text-decoration: underline;
}
.open_modal:hover {
    color: #76b6dd;
}


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

img {
    display: block;
    max-width: 100%;
    margin: 0px auto;
    -webkit-backface-visibility: hidden; 
    -ms-transform: translateZ(0); /* IE 9 */
    -webkit-transform: translateZ(0); /* Chrome, Safari, Opera */
    transform: translateZ(0);
}

img.border {
    border: 1px solid #d1d1d1;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

p {
    line-height: 2;
}

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

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

a:hover &gt; figure &gt; img {
    opacity: 0.8;
}

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

table th,
table td {
    padding: 10px;
}

table:not([class]) th {
    background-color: #0166b6;
    color: #fff;
}
table:not([class]) th:nth-of-type(n + 2) {
    border-left: 1px solid #fff;
}

table:not([class]) td {
    border-bottom: 1px solid #a1a1a1;
}
table:not([class]) td:nth-of-type(1) {
    background-color: #f0f0f0;
    text-align: center;
}
table:not([class]) td:nth-of-type(n + 2) {
    border-left: 1px solid #a1a1a1;
}

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

.tbl_border th {
    border: 1px solid #a1a1a1;
    background-color: #0166b6;
    color: #fff;
}
.tbl_border td {
    border: 1px solid #a1a1a1;
}

address {
    font-style: normal;
}

.video_wrapper {
    position: relative;
}
.video_wrapper:not(.js_active)::before {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    content: "";
}
.video_wrapper:not(.js_active)::after {
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 60px;
    background-image: url(./images/common/icon_loading.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
}

.video_wrapper &gt; video {
    width: 100%;
}

.mt30 {
    margin-top: 30px;
}

.mt1em {
    margin-top: 1em;
}

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 &gt; li + li,
ul.list &gt; li + li {
    margin: 1em 0px 0px;
}

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

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

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

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

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

.bw &gt; span,
h1 &gt; span,
h2 &gt; span,
h3 &gt; span,
h4 &gt; span,
h5 &gt; span,
h6 &gt; span,
figcaption &gt; 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;
    }
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.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%;
}

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

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

.pagination &gt; a:link,
.pagination &gt; a:visited,
.pagination &gt; a:active,
.pagination &gt; a:hover {
    color: #004ea2;
    text-decoration: none;
}
.pagination &gt; .prev,
.pagination &gt; .next {
    border: 1px solid transparent;
    background-color: transparent;
}
.pagination &gt; .prev:before,
.pagination &gt; .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 &gt; .prev:before {
    transform: translateX(-50%) translateY(-50%) rotate(225deg);
}
.pagination &gt; .next:before {
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

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

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

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

.form_step &gt; li.form_step_now{
    color: #fff;
    background-color: #004ea2;
}

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

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

.link_prev {
    float: left;
}
.link_next {
    float: right;
}

.link_prev:before,
.link_next:after {
    position: absolute;
    top: 50%;
    width: 0.5em;
    height: 0.5em;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    content: "";
}
.link_prev:before {
    left: 0px;
    transform: translateY(-50%) rotate(225deg);
}
.link_next:after {
    right: 0px;
    transform: translateY(-50%) rotate(45deg);
}

.breadcrumb {
    display: flex;
    position: relative;
    padding: 0.5em 0px;
    list-style: none;
}
.breadcrumb::before {
    position: absolute;
    top: 0px;
    left: calc((50vw - 50%) * -1);
    right: calc((50vw - 50%) * -1);
    z-index: -1;
    bottom: 0px;
    width: 100vw;
    border-bottom: 1px solid #b4b4b4;
    content: "";
}

.breadcrumb &gt; li {
    position: relative;
    font-size: 14px;
}
.breadcrumb &gt; li:nth-of-type(n + 2) {
    padding: 0px 0px 0px 2.5em;
}
.breadcrumb &gt; 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 #b4b4b4;
    border-top: 2px solid #b4b4b4;
    content: "";
}

.breadcrumb &gt; li &gt; a {
    color: #b4b4b4;
    text-decoration: none;
}

.btn_link {
    display: table;
    padding: 1em 4em;
    margin: 30px auto 0px;
    border-radius: 2em;
    background-color: #ff7a00;
    color: #fff;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
}
.btn_link:hover {
    background-color: #ff9331;
    color: #fff;
}

.btn_link_download::before {
    display: inline-block;
    margin: 0px 0.5em 0px 0px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f019";
}

@media screen and (max-width: 599.98px) {
    .btn_link {
        padding: 1em;
        font-size: 3.5vw;
    }
}

.box_white {
    padding: 1em 2em;
    background-color: #fff;
}

.list_slash {
    list-style: none;
}

.list_slash &gt; li {
    display: inline-block;
    line-height: 2;
}
.list_slash &gt; li:not(:last-of-type)::after {
    margin: 0px 0.5em;
    content: "/";
}

.list_check {
    list-style: none;
}

.list_check &gt; li {
    position: relative;
    padding: 0px 1em 0px 2em;
    font-size: 18px;
    font-weight: bold;
}
.list_check &gt; li::before {
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    color: #004ea2;
    font-size: 1.5em;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
}

@media screen and (max-width: 767px) {
    .list_check &gt; li + li {
        margin-top: 1em;
    }
}
@media screen and (min-width: 768px) {
    .list_check {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        margin: -1em 0px 0px;
    }
    .list_check &gt; li {
        margin: 1em 0px 0px;
        width: 50%;
    }
}
@media screen and (min-width: 992px) {
    .list_check &gt; li {
        width: 33.3%;
    }
}

.text_point {
    display: table;
    padding: 0.5em 3em;
    margin: 0px auto 1em;
    background-color: #004ea2;
    color: #fff;
    font-size: 18px;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .text_point + h3 {
        height: 3em;
    }
}

.bg_blue {
    position: relative;
    margin-top: 30px;
}
.bg_blue::before {
    position: absolute;
    top: 0px;
    left: calc((50vw - 50%) * -1);
    right: calc((50vw - 50%) * -1);
    z-index: -1;
    bottom: 0px;
    width: 100vw;
    background-color: #e8f1fd;
    content: "";
}

.list_circle_check {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -20px -10px 0px;
    list-style: none;
}

.list_circle_check &gt; li {
    position: relative;
    margin: 20px 10px 0px;
    border-radius: 50%;
    background-color: #fff;
    background-image: url(./images/common/check.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60%;
}

.list_circle_check &gt; li &gt; span {
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    width: 100%;
    color: #004ea2;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
}

@media screen and (max-width: 767px) {
    .list_circle_check &gt; li {
        padding-top: calc(50% - 20px);
        width: calc(50% - 20px);
    }
    .list_circle_check &gt; li &gt; span {
        font-size: 4vw;
    }
}
@media screen and (min-width: 768px) {
    .list_circle_check &gt; li {
        padding-top: calc(20% - 20px);
        width: calc(20% - 20px);
    }
    .list_circle_check &gt; li &gt; span {
        font-size: 1.6vw;
    }
}
@media screen and (min-width: 1100px) {
    .list_circle_check &gt; li &gt; span {
        font-size: 18px;
    }
}

.list_circle {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -20px -10px 0px;
    list-style: none;
}

.list_circle &gt; li {
    position: relative;
    margin: 20px 10px 0px;
    border-radius: 50%;
    background-color: #e8f1fd;
}

.list_circle &gt; li &gt; span {
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    width: 100%;
    color: #004ea2;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
}

@media screen and (max-width: 767px) {
    .list_circle &gt; li {
        padding-top: calc(50% - 20px);
        width: calc(50% - 20px);
    }
    .list_circle &gt; li &gt; span {
        font-size: 4vw;
    }
}
@media screen and (min-width: 768px) {
    .list_circle &gt; li {
        padding-top: calc(33.3% - 20px);
        width: calc(33.3% - 20px);
    }
    .list_circle &gt; li &gt; span {
        font-size: 2vw;
    }
}
@media screen and (min-width: 1100px) {
    .list_circle &gt; li &gt; span {
        font-size: 20px;
    }
}

.list_table,
.list_table &gt; dt,
.list_table &gt; dd {
    box-sizing: border-box;
}

.list_table &gt; dt,
.list_table &gt; dd {
    padding: 1em;
    margin: 0px;
}

.list_table &gt; dt {
    background-color: #004ea2;
    color: #fff;
}

.list_table &gt; dd {
    background-color: #fff;
}

@media screen and (max-width: 767px) {
    .list_table &gt; dd {
        border: 1px solid #dcdcdc;
        border-top: none;
    }
    .list_table &gt; dt,
    .list_table &gt; dd {
        text-align: center;
    }
    .list_table &gt; dd &gt; ul {
        text-align: left;
    }
}
@media print, (min-width: 768px) {
    .list_table {
        display: flex;
        flex-wrap: wrap;
        border-bottom: 1px solid #dcdcdc;
    }
    .list_table &gt; dt,
    .list_table &gt; dd {
        display: flex;
        flex-direction: column;
        justify-content: center;
        border-top: 1px solid #dcdcdc;
    }
    .list_table &gt; dt {
        width: 20%;
    }
    .list_table &gt; dd {
        width: 80%;
        border-right: 1px solid #dcdcdc;
    }
}

.text_box_point {
    display: table;
    padding: 1em 2em;
    margin: 0px auto;
    border: 1px solid #004ea2;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.box_center {
    display: table;
    margin: 0px auto;
}

.list_square {
    list-style: none;
}

.list_square &gt; li {
    position: relative;
    padding: 0px 0px 0px 1.5em;
}
.list_square &gt; li::before {
    position: absolute;
    top: 14px;
    left: 0px;
    transform: translateY(-50%);
    width: 0.5em;
    height: 0.5em;
    background-color: #004ea2;
    content: "";
}
.list_square &gt; li + li {
    margin-top: 1em;
}

.text_tel {
    color: #004ea2;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    line-height: 1;
}
.text_tel::before {
    display: inline-block;
    margin: 0px 0.5em 0px 0px;
    transform: scaleX(-1);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f095";
}

.page-support .text_tel,
.page-contact .text_tel {
    font-size: 36px;
}

@media print, (min-width: 768px) {
    .work_flow {
        display: flex;
        justify-content: space-between;
        position: relative;
        z-index: 1;
    }
    .work_flow &gt; li {
        min-height: 12em;
        padding: 2em 0.5em;
        margin: 0px;
        border-radius: 4em;
        background-color: #004ea2;
        color: #fff;
        font-size: 1.5vw;
        text-align: center;
        writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
        list-style: none;
    }
    .work_flow &gt; li:nth-child(1)::before {
        position: absolute;
        top: 50%;
        left: 0px;
        z-index: -1;
        transform: translateY(-50%);
        width: calc(100% - 4em);
        height: 2em;
        border-top-right-radius: 2em;
        border-bottom-right-radius: 2em;
        background-color: #d1d1d1;
        content: "";
    }
    .work_flow &gt; li:nth-child(1)::after {
        position: absolute;
        top: 50%;
        right: 1em;
        z-index: -1;
        transform: translateY(-50%);
        width: 0px;
        height: 0px;
        border: 2em solid transparent;
        border-left: 3em solid #d1d1d1;
        content: "";
    }
}
@media print, (min-width: 1100px) {
    .work_flow &gt; li {
        font-size: 20px;
    }
}
@media screen and (max-width: 767px) {
    .work_flow {
        position: relative;
        z-index: 1;
    }
    .work_flow &gt; li {
        max-width: 60%;
        padding: 1em 2em;
        margin: 0px auto;
        border-radius: 4em;
        background-color: #004ea2;
        color: #fff;
        text-align: center;
        list-style: none;
    }
    .work_flow &gt; li:nth-child(n + 2) {
        margin: 5em auto 0px;
    }
    .work_flow::before {
        position: absolute;
        top: 0px;
        left: 50%;
        z-index: -1;
        transform: translateX(-50%);
        width: 2em;
        height: calc(100% - 5em);
        border-bottom-left-radius: 2em;
        border-bottom-right-radius: 2em;
        background-color: #d1d1d1;
        content: "";
    }
    .work_flow::after {
        position: absolute;
        left: 50%;
        bottom: 1.5em;
        z-index: -1;
        transform: translateX(-50%);
        width: 0px;
        height: 0px;
        border: 2em solid transparent;
        border-top: 3em solid #d1d1d1;
        content: "";
    }
}

.open_modal {
    cursor: pointer;
}

.modal_player_wrapper {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.8);
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.5s, opacity 0.5s;
    cursor: default;
}

.modal_player_wrapper.js_active {
    z-index: 1;
    visibility: visible;
    opacity: 1;
}

.modal_player {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 95%;
}
@media screen and (min-width: 768px) {
    .modal_player {
        width: 80%;
    }
}
@media screen and (min-width: 992px) {
    .modal_player {
        width: 900px;
    }
}

.close_modal {
    display: block;
    position: absolute;
    top: -50px;
    right: 0px;
    width: 40px;
    height: 40px;
    cursor: pointer;
}
.close_modal::before,
.close_modal::after {
    display: block;
    position: absolute;
    top: 0px;
    left: 50%;
    width: 5px;
    height: 100%;
    background-color: #fff;
    content: "";
}
.close_modal::before {
    transform: translateX(-50%) rotate(45deg);
}
.close_modal::after {
    transform: translateX(-50%) rotate(135deg);
}

/****************************************
2. Layout 
*****************************************/
.section {
    padding: 60px 0px 60px 0px;
}

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

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

.container {
    width: 100%;
}
@media print, (min-width: 992px) {
    .container {
        margin-left: auto;
        margin-right: auto;
    }
}
@media (min-width: 576px) {
    .container {
        max-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: 1100px;
    }
}

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

.col1 {
    padding: 0px 0px 60px;
}

@media print, (min-width: 768px) {
    .col2 {
        display: flex;
        padding: 0px 0px 60px;
    }
    .col2_main {
        order: 2;
        width: 75%;
    }
    .col2_side {
        order: 1;
        margin: 0px 20px 0px 0px;
        width: calc(25% - 20px);
    }
}

@media screen and (max-width: 767px) {
    .col2_side {
        margin: 30px 0px 0px;
    }
}

/****************************************
3. header,nav
*****************************************/
.header {
    position: fixed;
    top: 0px;
    left: 50%;
    z-index: 9999;
    transform: translateX(-50%);
    padding: 10px 0px 0px;
    width: 100%;
    background-color: #fff;
    transition: top 0.5s;
}
.header::before {
    position: absolute;
    top: 0px;
    left: calc((50vw - 50%) * -1);
    right: calc((50vw - 50%) * -1);
    z-index: -1;
    bottom: 0px;
    width: 100vw;
    background-color: #fff;
    content: "";
}

.header_other_logo {
    display: flex;
}

.header_other_logo img {
    margin: 0px 0px 0px 10px;
}

@media screen and (max-width: 767px) {
    .header_cta,
    .header_menu {
        display: none;
    }
    .header_title_logo img {
        max-width: 300px;
    }
}
@media screen and (min-width: 768px) {
    .header {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
    }
    .header_title {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
    }
    .header_title_logo img {
        max-width: 350px;
    }
    .header_cta {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        margin: 0px 10px 0px auto;
    }
    .header_menu {
        width: 100%;
    }
}
@media screen and (max-width: 991px) {
    .header_menu &gt; .menu &gt; li:nth-of-type(1) {
        display: none;
    }
}
@media screen and (max-width: 1179.98px) {
    .header_title {
        width: auto;
    }
    .header_other_logo {
        display: none;
    }
}
@media screen and (min-width: 1180px) and (max-width: 1499.98px) {
    .header_title {
        width: 750px;
    }
    .header_title_logo {
        order: 1;
    }
    .header_other_logo {
        order: 2;
        margin: 0px 20px;
    }
}
@media screen and (min-width: 1180px) {
    .header_title_logo img {
        margin: 0px;
        max-width: 400px;
    }
    
    .header_other_logo img {
        margin: 0px;
        max-height: 60px;
    }
}
@media print, (min-width: 1500px) {
    .header {
        align-items: flex-end;
    }
    .header_title {
        order: 1;
        width: 400px;
    }
    .header_title_logo {
        order: 2;
        width: 100%;
    }
    .header_other_logo {
        order: 1;
        margin: 0px;
        width: 100%;
    }
    .header_cta {
        position: absolute;
        top: 10px;
        right: 0px;
    }
    .header_menu {
        order: 3;
        width: calc(100% - 400px);
    }
}
@media print, (min-width: 1500px) {
    .header {
        width: 1500px;
    }
}

.header_cta_tel {
    color: #004ea2;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    text-indent: 0.5px;
    letter-spacing: 0.5px;
    line-height: 1;
}

.header_cta_tel &gt; span:nth-of-type(2) {
    font-size: 13px;
}

@media screen and (max-width: 991px) {
    .header_cta_tel {
        font-size: 17px;
    }
    .header_cta_tel &gt; span:nth-of-type(2) {
        font-size: 12px;
    }
}

.header_cta_contact {
    padding: 0.5em 3em;
    margin: 0px 0px 0px 30px;
    border-radius: 2em;
    background-color: #d80011;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}
.header_cta_contact:hover {
    background-color: #ee0013;
    color: #fff;
}
.header_cta_contact::before {
    display: inline-block;
    margin: 0px 0.5em 0px 0px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0e0";
}

@media screen and (max-width: 991px) {
    .header_cta_contact {
        margin: 0px 0px 0px 10px;
    }
}

.header_menu &gt; .menu {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0px;
    margin: 0px;
}

.header_menu &gt; .menu &gt; li {
    position: relative;
    list-style-type: none;
    font-size: 15px;
}

.header_menu &gt; .menu &gt; li &gt; a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 0px 1em;
    height: 5em;
    color: #050a22;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    line-height: 1;
    white-space: nowrap;
}

.header_menu &gt; .menu &gt; li.menu-item-has-children &gt; a::after {
    position: absolute;
    top: 50%;
    right: 0px;
    width: 0.5em;
    height: 0.5em;
    transform: translateY(-50%) rotate(135deg);
    border-right: 2px solid #b4b4b4;
    border-top: 2px solid #b4b4b4;
    content: "";
}

@media screen and (max-width: 991px) {
    .header_menu &gt; .menu &gt; li {
        font-size: 13px;
    }
}

.header_menu &gt; .menu &gt; .current-menu-item::before,
.header_menu &gt; .menu &gt; li:hover::before {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 3px;
    background-color: #0066b5;
    content: "";
}

.header_menu .sub-menu {
    display: block;
    position: absolute;
    top: 5em;
    left: 50%;
    transform: translateX(-50%);
    padding: 2em;
    background-color: rgba(8, 20, 65, 0.8);
    list-style: none;
    white-space: nowrap;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
}
.header_menu .sub-menu.js_active {
    visibility: visible;
    opacity: 1;
}

.header_menu .sub-menu &gt; li + li {
    margin-top: 1.5em;
}

.header_menu .sub-menu &gt; li &gt; a {
    display: block;
    color: #fff;
    text-decoration: none;
}
.header_menu .sub-menu &gt; li &gt; a:hover {
    color: #007cdb;
}

.page_title {
    position: relative;
    z-index: 1;
    height: 360px;
    background-image: url(./images/pagetitle/common.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}

.page_title_base {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 90%;
}

.page_title_base &gt; h1 {
    padding: 1em;
    width: 100%;
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    text-shadow: -1px -1px 4px #2c343d, 1px -1px 4px #2c343d, 1px 1px 4px #2c343d, -1px 1px 4px #2c343d;
    text-indent: 0.1em;
    letter-spacing: 0.1em;
}

.page_title_base &gt; p {
    color: #fff;
    text-align: center;
    text-indent: 0.1em;
    letter-spacing: 0.1em;
}

.page_title_base &gt; .btn_link {
    background-color: #ff8c23;
}
.page_title_base &gt; .btn_link:hover {
    background-color: #ff9a3f;
}

@media screen and (max-width: 767px) {
    .page_title_base &gt; h1 {
        font-size: 24px;
    }
}

.page-tape .page_title,
.page-test-tape .page_title,
.page-test-tape-child .page_title,
.page-showroom-child .page_title,
.page-development .page_title,
.post-type-archive-product-tape .page_title,
.single-product-tape .page_title {
    background-image: url(./images/pagetitle/tape.jpg);
}
.page-fa .page_title,
.page-fa-child .page_title {
    background-image: url(./images/pagetitle/fa.jpg);
}
.page-oem .page_title {
    background-image: url(./images/pagetitle/oem.jpg);
}
.post-type-archive-product .page_title,
.single-product .page_title {
    background-image: url(./images/pagetitle/product.jpg);
}
.page-support .page_title {
    background-image: url(./images/pagetitle/support.jpg);
}
.page-facility .page_title {
    background-image: url(./images/pagetitle/facility.jpg);
}
.page-showroom .page_title {
    background-image: url(./images/pagetitle/showroom.jpg);
}
.page-recruit .page_title,
.page-recruit-child .page_title {
    background-image: url(./images/pagetitle/recruit.jpg);
}
.page-download .page_title,
.page-download-c6jabhmz .page_title {
    background-image: url(./images/pagetitle/recruit.jpg);
}
.category-news .page_title,
.single-post .page_title {
    background-image: url(./images/pagetitle/news.jpg);
}
.page-privacy .page_title {
    background-image: url(./images/pagetitle/privacy.jpg);
}
.error404 .page_title,
.page-sitemap .page_title {
    background-image: url(./images/pagetitle/common.jpg);
}

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

/****************************************
5. contents
****************************************/
.category h2,
.post-type-archive h2,
.single h2,
.page:not([.home]) h2 {
    position: relative;
    padding: 0px 0px 1em;
    color: #004ea2;
    font-size: 28px;
    text-align: center;
}
.category h2::before,
.post-type-archive h2::before,
.single h2::before,
.page:not([.home]) h2::before {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 1em;
    height: 2px;
    background-color: currentColor;
    content: "";
}

.post-type-archive h3,
.single h3,
.page:not([.home]) h3 {
    padding: 0.5em 0px;
    background-color: #e8f1fd;
    color: #004ea2;
    font-size: 24px;
    text-align: center;
}

.post-type-archive h4,
.single h4,
.page:not([.home]) h4 {
    padding: 0px 0px 0px 1em;
    border-left: 4px solid #004ea2;
    font-size: 18px;
}

.post-type-archive .col-lg-4 h4,
.single .col-lg-4 h4,
.page:not([.home]) .col-lg-4 h4 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 4em;
}

.top_main {
    position: relative;
}

.top_main_catch {
    position: absolute;
    color: #fff;
    text-shadow: -1px -1px 4px #2c343d, 1px -1px 4px #2c343d, 1px 1px 4px #2c343d, -1px 1px 4px #2c343d;
}

.top_main_catch &gt; p {
    margin-top: 2em;
}

@media screen and (max-width: 767px) {
    .top_main_catch {
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        width: 95%;
        text-align: center;
    }
    .top_main_catch &gt; h1 {
        font-size: 4vw;
    }
    .top_main_catch &gt; p {
        font-size: 3vw;
    }
}
@media screen and (min-width: 768px) {
    .top_main_catch {
        top: 50%;
        left: 10%;
        transform: translateY(-50%);
    }
    .top_main_catch &gt; h1 {
        font-size: 32px;
    }
    .top_main_catch &gt; p {
        font-size: 18px;
    }
}
@media screen and (min-width: 992px) {
    .top_main_catch &gt; h1 {
        font-size: 48px;
    }
    .top_main_catch &gt; p {
        font-size: 20px;
    }
}

.new_release{
    margin-top:20px;
    width:100%;
    border:#8497B0 solid 5px;
    padding:20px 30px;
    color:#44546A;
}
.new_release div[class="col"],
.new_release  div[class^="col-"] {
    margin-top: 0px;
}
.new_release h2{
    font:20pt #44546A bold;
}
.new_release h2 span{
    font-size:24pt;
    color:#ff0000;
    display:block;
}

.top_concept {
    position: relative;
    z-index: 1;
    padding: 90px 0px;
    margin-top: 120px;
}

.top_concept::before {
    position: absolute;
    z-index: -1;
    top: 0px;
    left: 30vw;
    right: 0px;
    bottom: 0px;
    background-color: #e8f1fd;
    content: "";
}

.top_concept &gt; .container {
    position: relative;
}

.top_concept h2 {
    color: #004ea2;
    font-size: 28px;
    letter-spacing: 0.1em;
}

.top_concept_text &gt; p {
    margin-top: 3em;
}

.top_concept_image {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.top_concept_image_item {
    width: 70%;
}
.top_concept_image_item + .top_concept_image_item {
    width: 50%;
}

@media screen and (max-width: 767px) {
    .top_concept_image {
        margin: 30px auto 0px;
        width: 80%;
    }
}
@media screen and (min-width: 768px) {
    .top_concept_text {
        width: 55%;
    }
    .top_concept_image {
        position: absolute;
        top: 50%;
        right: 0px;
        z-index: -1;
        transform: translateY(-50%);
        width: 40vw;
    }
}
@media screen and (min-width: 1300px) {
    .top_concept_text {
        width: 50%;
    }
    .top_concept_image {
        top: -150px;
        transform: none;
        width: 50%;
        opacity: 1;
    }
}

.top_work {
    position: relative;
    padding: 90px 0px;
    margin-top: 60px;
}
.top_work::before {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 90px;
    background-image: url(./images/top/text_works.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
    content: "";
}

.top_work_item {
    position: relative;
}

.top_work_item + .top_work_item {
    margin-top: 60px;
}

.top_work_item_link {
    display: block;
    background: linear-gradient(to left, #00458f, #005cc0);
    color: #fff;
    text-decoration: none;
}
.top_work_item_link:hover {
    color: #fff;
}

.top_work_item_link &gt; h2 {
    position: relative;
    padding: 0px 2em 0px 0px;
}
.top_work_item_link &gt; h2::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: "";
}
.top_work_item_link:hover &gt; h2::after {
    animation: anime_arrow 1s ease 0s infinite;
}

@keyframes anime_arrow {
    0% {
        right: 1em;
    }
    50% {
        right: 0em;
    }
    100% {
        right: 0em;
    }
}

.top_work_item_link &gt; p {
    margin-top: 30px;
}

.top_work_item_image {
    overflow: hidden;
}

.top_work_item_image &gt; img {
    transition: 0.5s;
}

.top_work_item_link:hover + .top_work_item_image &gt; img {
    transform: scale(1.2);
}

@media screen and (max-width: 991px) {
    .top_work_item {
        display: flex;
        flex-direction: column;
        text-align: center;
    }
    .top_work_item_link {
        order: 2;
        position: relative;
        z-index: 1;
        padding: 30px;
        margin: -120px auto 0px;
        width: 90%;
    }
    .top_work_item_link &gt; h2 {
        font-size: 20px;
    }
    .top_work_item_image {
        order: 1;
        width: 100%;
    }
}
@media screen and (min-width: 992px) {
    .top_work_item_link {
        position: absolute;
        top: 50%;
        z-index: 1;
        transform: translateY(-50%);
        padding: 60px;
        width: 60%;
    }
    .top_work_item:nth-of-type(odd) &gt; .top_work_item_link {
        right: 0px;
    }
    .top_work_item:nth-of-type(even) &gt; .top_work_item_link {
        left: 0px;
    }
    .top_work_item_link &gt; h2 {
        font-size: 28px;
    }
    .top_work_item_image {
        width: 60%;
    }
    .top_work_item:nth-of-type(odd) &gt; .top_work_item_image {
        margin: 0px auto 0px 0px;
    }
    .top_work_item:nth-of-type(even) &gt; .top_work_item_image {
        margin: 0px 0px 0px auto;
    }
}

.top_strength {
    position: relative;
    padding: 60px 0px;
    margin-top: 60px;
    background-color: #e8f1fd;
}
.top_strength::before {
    position: absolute;
    top: -70px;
    right: 0px;
    width: 100%;
    height: 90px;
    background-image: url(./images/top/text_strength.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
    content: "";
}

.top_strength h2 {
    position: relative;
    padding: 0px 0px 1em;
    color: #004ea2;
    font-size: 28px;
}
.top_strength h2::after {
    position: absolute;
    bottom: 0.5em;
    left: 0px;
    width: 1em;
    height: 3px;
/*
    background-color: #004ea2;
*/
    content: "";
}

.top_strength_genre {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    margin: -10px auto 0px;
}

.top_strength_genre &gt; li {
    position: relative;
    padding-top: 34%;
    margin-top: 10px;
    width: 34%;
    border-radius: 50%;
    background-color: #b5d9ff;
    color: #004ea2;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
}

.top_strength_genre &gt; li + li {
    margin-left: 10px;
}

.top_strength_genre &gt; li:nth-of-type(3) {
    margin-left: 17%;
}

.top_strength_genre &gt; li &gt; span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 90%;
}

@media screen and (min-width: 768px) {
    .top_strength_genre &gt; li {
        font-size: 20px;
    }
}

.top_news {
    margin-top: 60px;
}

.top_news_title &gt; h2 {
    margin: 0px auto;
    max-width: 150px;
}

.list_news {
    display: flex;
    flex-wrap: wrap;
}

.list_news &gt; dt,
.list_news &gt; dd {
    display: flex;
    align-items: center;
    margin: 0px;
    border-bottom: 1px solid #dcdcdc;
}

.list_news &gt; dt {
/*
    width: 6em;
*/
    padding: 1em 0px;
}

.list_news &gt; dd {
    width: calc(100% - 6em);
    padding: 1em 1em 1em 2em;
}

.list_news &gt; dd &gt; p {
    display: flex;
    align-items: center;
}

.list_news_title {
    color: #313131;
    text-decoration: none;
}
.list_news_title:hover {
    color: currentColor;
    text-decoration: underline;
}

.list_news_category {
    padding: 5px;
    margin: 0px 2em 0px 0px;
    text-align: center;
    width: 9em;
    border: 1px solid currentColor;
    text-decoration: none;
}
.list_news_category:hover {
    color: currentColor;
}
.list_news_category[href$="/cat_exhibition/"] {
    color: #f18900;
}
.list_news_category[href$="/cat_product/"] {
    color: #009c46;
}
.list_news_category[href$="/cat_recruit/"] {
    color: #e5006b;
}
.list_news_category[href$="/cat_information/"] {
    color: #152a8c;
}

@media screen and (max-width: 767px) {
    .list_news {
        margin-top: 30px;
    }
    .list_news &gt; dd &gt; p {
        flex-wrap: wrap;
    }
    .list_news_title {
        width: 100%;
    }
}
@media screen and (min-width: 768px) {
    .top_news &gt; .container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    .top_news_title {
        width: 20%;
    }
    .top_news_title &gt; h2 {
        margin: 0px auto;
        max-width: 150px;
    }
    .top_news_content {
        width: 80%;
    }
    .list_news_title {
        width: calc(100% - 9em);
    }
}

.top_link {
    padding: 90px 0px;
}

.top_link ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    margin: -1px -0.5px 0px;
}

.top_link ul &gt; li {
    margin: 1px 0.5px 0px;
    overflow: hidden;
}

.top_link ul &gt; li &gt; a {
    display: block;
    position: relative;
    color: #fff;
    font-size: 20px;
    text-align: center;
    text-decoration: none;
}

.top_link ul &gt; li &gt; a &gt; img {
    transition: 0.5s;
}

.top_link ul &gt; li &gt; a:hover &gt; img {
    transform: scale(1.2);
}

.top_link ul &gt; li &gt; a &gt; h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 90%;
}

@media screen and (max-width: 991px) {
    .top_link ul &gt; li {
        width: calc(50% - 1px);
    }
}
@media screen and (min-width: 992px) {
    .top_link ul &gt; li {
        width: calc(25% - 1px);
    }
}

.page-company .page_header {
    background-image: url(./images/company/bg_company.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #fff;
    text-shadow: -1px -1px 4px #2c343d, 1px -1px 4px #2c343d, 1px 1px 4px #2c343d, -1px 1px 4px #2c343d;
}

.page-company .page_header p {
    margin-top: 30px;
}

.company_main {
    position: relative;
}

.company_main_message {
    text-shadow: -1px -1px 4px #2c343d, 1px -1px 4px #2c343d, 1px 1px 4px #2c343d, -1px 1px 4px #2c343d!important;
}

@media screen and (max-width: 1199px) {
    .company_main_message {
        padding: 60px 0px;
    }
    .company_main_message h1 {
        font-size: 5vw;
    }
    .company_main .bx-wrapper {
        display: none;
    }
}
@media screen and (min-width: 1200px) {
    .company_main_message {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        width: 90%;
    }
    .page-company .page_header h1 {
        font-size: 3vw;
    }
    .page-company .page_header p {
        font-size: 1.25vw;
    }
}
@media screen and (min-width: 1700px) {
    .page-company .page_header h1 {
        font-size: 48px;
    }
    .page-company .page_header p {
        font-size: 24px;
    }
}

.unit_comparison table td:nth-of-type(2),
.unit_comparison table td:nth-of-type(3),
.unit_comparison table td:nth-of-type(4),
.unit_comparison table td:nth-of-type(5),
.unit_comparison table td:nth-of-type(6)
{
    font-size:11pt;
}


.product_header {
    background: linear-gradient(to bottom, #e8f1fd, #bdd9fd);
}

.product_header &gt; .container {
    position: relative;
}

.product_header_main {
    position: absolute;
    top: 50%;
    left: 0px;
    z-index: 1;
    transform: translateY(-50%);
    color: #004ea2;
    text-align: center;
}

.product_header_main &gt; h1 {
    font-size: 32px;
}

.product_header_main &gt; span {
    display: block;
    margin-top: 1em;
    font-size: 24px;
    font-weight: bold;
}

.product_header_image {
    margin: 0px 0px 0px auto;
    width: 50%;
}

.product_header .btn_link {
    margin-top: 60px;
    background-color: #ff8c23;
}
.product_header .btn_link:hover {
    background-color: #ff9a3f;
}

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

.list_tape_type &gt; li {
    position: relative;
    margin: 20px 10px 0px;
    border-radius: 50%;
    border: 2px solid #004ea2;
}

.list_tape_type &gt; li &gt; span {
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    width: 100%;
    color: #004ea2;
    font-weight: bold;
    text-align: center;
}

.product_item {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.product_item &gt; * {
    min-height: 0%;
}

.product_item .btn_link {
    margin-top: auto;
}

.prd-outline {
    padding: 0px 0px 30px;
}

.prd-outline ul {
    list-style: none;
}

.prd-outline ul li {
    position: relative!important;
    padding: 0px 0px 0px 1.5em!important;
}
.prd-outline ul li::before {
    position: absolute!important;
    top: 13px!important;
    left: 0px!important;
    transform: translateY(-50%)!important;
    width: 0.5em!important;
    height: 0.5em!important;
    background-color: #004ea2!important;
    content: ""!important;
}
.prd-outline li + li {
    margin-top: 1em!important;
}

.toggle {
    display: block;
    position: relative;
    overflow: hidden;
}

.toggle_btn {
    cursor: pointer;
}

.toggle &gt; input[type="checkbox"] {
    display: none;
}

.toggle_area {
    display: block;
    position: absolute;
    top: 100%;
    left: 0px;
    z-index: -1;
    transform-origin: top center;
    transform: scaleY(0);
    transition: 0.5s;
}

.toggle &gt; input:checked ~ .toggle_area {
    position: relative;
    z-index: 0;
    transform: scaleY(1);
}
.prd_box_catalog .toggle_btn {
    position: relative;
    padding: 1em 4em;
    border-radius: 20px;
    background-color: #bb0022;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
.prd_box_catalog .toggle_btn::after {
    position: absolute;
    top: 50%;
    right: 2em;
    transform: translateY(-50%);
    font-family: Fontawesome;
    content: "\f067";
}
.prd_box_catalog .toggle &gt; input:checked ~ .toggle_btn::after {
    content: "\f068";
}

.prd_box_catalog .toggle_area &gt; p {
    text-align: center;
}


@media screen and (max-width: 767px) {
    .list_tape_type &gt; li {
        padding-top: calc(33.3% - 20px);
        width: calc(33.3% - 20px);
    }
    .list_tape_type &gt; li &gt; span {
        font-size: 3vw;
    }
}
@media screen and (min-width: 768px) {
    .list_tape_type &gt; li {
        padding-top: calc(33.3% - 20px);
        width: calc(33.3% - 20px);
    }
    .list_tape_type &gt; li &gt; span {
        font-size: 18px;
    }
}
@media screen and (min-width: 1100px) {
    .list_zztape_type &gt; li &gt; span {
        font-size: 18px;
    }
}

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

.list_material &gt; li {
    position: relative;
    margin: 20px 10px 0px;
    border: 2px solid #004ea2;
}

.list_material &gt; li &gt; span {
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    width: 100%;
    color: #004ea2;
    font-weight: bold;
    text-align: center;
}

table.facility td:nth-of-type(2){
    text-align:center;
}

.page-recruit .unit-list p{
    font-size:11pt;
}

@media screen and (max-width: 767px) {
    .list_material &gt; li {
        padding-top: calc(33.3% - 20px);
        width: calc(33.3% - 20px);
    }
    .list_material &gt; li &gt; span {
        font-size: 3vw;
    }
}
@media screen and (min-width: 768px) {
    .list_material &gt; li {
        padding-top: calc(33.3% - 20px);
        width: calc(33.3% - 20px);
    }
    .list_material &gt; li &gt; span {
        font-size: 1.5vw;
    }
}
@media screen and (min-width: 1100px) {
    .list_material &gt; li &gt; span {
        font-size: 18px;
    }
}

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

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

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

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

/****************************************
6. Footer 
****************************************/
.footer_cta {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color: #fff;
    font-weight: 500;
}

.footer_cta a {
    color: #fff;
    text-decoration: none;
}

.footer_cta_download {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: #ff8c23;
}
.footer_cta_download:hover {
    background-color: #ff9a3f;
}
.footer_cta_download::before {
    margin: 0px 1em 0px 0px;
    width: 1.5em;
    height: 1.5em;
    background-image: url(./images/common/icn_document.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
}

.footer_cta_showroom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background-color: #00994a;
}
.footer_cta_showroom:hover {
    background-color: #00a650;
}

.footer_cta_showroom_text {
    width: 70%;
}

.footer_cta_showroom_text &gt; span {
    display: block;
    text-align: center;
    line-height: 1.2;
}

.footer_cta_showroom_image {
    width: 30%;
}

.footer_cta_contact {
    margin-top: 1px;
    width: 100%;
    background-image: url(./images/common/bg_contact.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.footer_cta_contact &gt; .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 3em 1em;
}

.footer_cta_contact &gt; .container &gt; p {
    width: 100%;
    text-align: center;
}

.footer_cta_contact_tel,
.footer_cta_contact_mail {
    margin-top: 30px;
}

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

.footer_cta_contact_tel_num {
    margin: 0px 1em;
}

.footer_cta_contact_tel_num &gt; p {
    text-align: center;
}

.footer_cta_contact_tel_num &gt; p:nth-of-type(1) {
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    line-height: 1;
}
.footer_cta_contact_tel_num &gt; 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";
}

.footer_cta_contact_mail &gt; a {
    display: table;
    padding: 0.5em 3em;
    margin: 0px auto;
    border-radius: 2em;
    background-color: #fff;
    color: #004ea2;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}
.footer_cta_contact_mail &gt; a:hover {
    background-color: #e6f2ff;
}
.footer_cta_contact_mail &gt; a::before {
    display: inline-block;
    margin: 0px 1em 0px 0px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0e0";
}

@media screen and (max-width: 767px) {
    .footer_cta_download,
    .footer_cta_showroom {
        width: 100%;
        font-size: 18px;
    }
    .footer_cta_showroom {
        margin-top: 1px;
    }
    .footer_cta_download {
        padding: 1em 0px;
    }
    .footer_cta_showroom_text &gt; span:nth-of-type(1) {
        font-size: 14px;
    }
    .footer_cta_contact_tel_num &gt; p:nth-of-type(1) {
        font-size: 18px;
    }
    .footer_cta_contact_mail &gt; a {
        font-size: 18px;
    }
    .footer_cta_contact &gt; .container &gt; p {
        font-size: 18px;
    }
}
@media screen and (min-width: 768px) {
    .footer_cta_download,
    .footer_cta_showroom {
        width: calc(50% - 0.5px);
        font-size: 24px;
    }
    .footer_cta_contact {
        width: 100%;
    }
    .footer_cta_showroom_text &gt; span:nth-of-type(1) {
        font-size: 16px;
    }
    .footer_cta_contact_tel,
    .footer_cta_contact_mail {
        width: 50%;
    }
    .footer_cta_contact_tel_num &gt; p:nth-of-type(1) {
        font-size: 18px;
    }
    .footer_cta_contact_mail &gt; a {
        font-size: 16px;
    }
    .footer_cta_contact &gt; .container &gt; p {
        font-size: 24px;
    }
}
@media screen and (min-width: 992px) {
    .footer_cta_download,
    .footer_cta_showroom {
        font-size: 32px;
    }
    .footer_cta_showroom_text &gt; span:nth-of-type(1) {
        font-size: 18px;
    }
    .footer_cta_contact_tel_num &gt; p:nth-of-type(1) {
        font-size: 24px;
    }
    .footer_cta_contact_mail &gt; a {
        font-size: 18px;
    }
    .footer_cta_contact &gt; .container &gt; p {
        font-size: 32px;
    }
}

.footer_info {
    padding: 30px 0px;
}

.footer_info_title {
    font-size: 13px;
    font-weight: bold;
}

.footer_info_title &gt; a {
    display: table;
    margin: 0px auto;
}

.footer_info_title &gt; a &gt; img {
    max-width: 240px;
}

.footer_info_copy {
    margin-top: 1em;
    font-size: 13px;
}

@media screen and (max-width: 767px) {
    .footer_info {
        padding: 30px 0px;
    }
    .footer_info_title {
        text-align: center;
    }
    .footer_info_link {
        display: none;
    }
    .footer_info_copy {
        margin-top: 30px;
        text-align: center;
    }
}
@media screen and (min-width: 768px) {
    .footer_info &gt; .container {
        display: flex;
        flex-wrap: wrap;
    }
    .footer_info_title {
        width: 100%;
        text-align: center;
    }
    .footer_info_link {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 30px 0px 0px;
        width: 100%;
    }
    .footer_info_link &gt; ul {
        list-style: none;
    }
    .footer_info_link &gt; ul &gt; li {
        margin-top: 0.5em;
    }
    .footer_info_link &gt; ul &gt; li &gt; a {
        color: #313131;
        font-size: 13px;
        text-decoration: none;
    }
    .footer_info_link &gt; ul &gt; li &gt; a:hover {
        text-decoration: underline;
    }
    .footer_info_copy {
        width: 100%;
        text-align: center;
    }
}
@media screen and (min-width: 1100px) {
    .footer_info_title {
        width: 25%;
        text-align: left;
    }
    .footer_info_link {
        margin: 0px 0px 0px 60px;
        width: calc(75% - 60px);
    }
    .footer_info_copy {
        text-align: left;
    }
}

@media print, (max-width: 767px) {
    .mnavi {
        display: block;
        position: fixed;
        bottom: 0px;
        left: 0px;
        z-index: 9999;
        width: 100%;
        height: 80px;
        background-color: #009270;
    }
    body {
        margin-bottom: 80px;
    }
}
@media print, (min-width: 768px) {
    .mnavi {
        display: none;
    }
}

.mnavi &gt; ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 100%;
    list-style: none;
}

.mnavi &gt; ul &gt; li {
    width: 40px;
    height: 40px;
}

.mnavi &gt; ul &gt; li &gt; a,
.mnavi &gt; ul &gt; li &gt; button {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 2.5vw;
}
.mnavi &gt; ul &gt; li &gt; a:before,
.mnavi &gt; ul &gt; li &gt; button:before {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 32px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.mnavi_home &gt; a:before {
    content: "\f015";
}
.mnavi_contact &gt; a:before {
    content: "\f0e0";
}
.mnavi_tel &gt; a:before {
    content: "\f095";
}
.mnavi_menu &gt; button:before {
    content: "\f0c9";
}

.mnavi &gt; ul &gt; li &gt; a {
    text-decoration: none;
}

.mnavi &gt; ul &gt; li &gt; button {
    border: none;
    background: none;
    outline: none;
    appearance: none;
    cursor: pointer;
}

.mnavi &gt; ul &gt; li span {
    position: absolute;
    bottom: -1em;
    left: 50%;
    transform: translateX(-50%);
    line-height: 1;
    white-space: nowrap;
}

.mnavi_menu_area {
    display: none;
    position: fixed;
    left: 0px;
    bottom: 80px;
    width: 100vw;
    height: calc(100vh - 80px);
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.6);
    overflow-x: hidden;
    overflow-y: scroll;
}

.mnavi_menu_area &gt; .menu {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 90%;
}

.mnavi_menu_area &gt; .menu li {
    list-style-type: none;
    text-align: center;
}

.mnavi_menu_area &gt; .menu li &gt; a {
    display: inline-block;
    padding: 1em 2em;
    color: #fff;
    font-size: 4vw;
    text-decoration: none;
}

.mnavi_menu_area &gt; .menu &gt; li:nth-of-type(1) {
    display: none;
}

.mnavi_menu_area &gt; .menu .sub-menu {
    display: none;
}

#btn_scroll_top {
    display: none;
    position: fixed;
    bottom: 120px;
    right: 30px;
    z-index: 9999;
    width: 50px;
    height: 50px;
    background-color: #012f93;
    text-decoration: none;
    outline: none;
}
#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 {
        bottom: 30px;
        width: 42px;
        height: 42px;
    }
    #btn_scroll_top:after {
        width: 12px;
        height: 12px;
    }
}

@media screen and (min-width: 768px) {
    #btn_contact {
        position: fixed;
        bottom: 100px;
        right: 0px;
        z-index: 9999;
        border-top-left-radius: 2em;
        border-bottom-left-radius: 2em;
        padding: 1em 3em;
        margin: 0px 0px 0px 30px;
        background-color: #d80011;
        color: #fff;
        font-weight: bold;
        text-decoration: none;
    }
    #btn_contact:hover {
        background-color: #ee0013;
        color: #fff;
    }
    #btn_contact::before {
        display: inline-block;
        margin: 0px 0.5em 0px 0px;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f0e0";
    }
}

/****************************************
7. single
****************************************/
.single-post p + p {
    margin: 1em 0px 0px;
}

@media screen and (max-width: 767px) {
    .single-post img {
        margin: 1em auto 0px;
    }
}
@media print, (min-width: 768px) {
    .single-post img {
        margin: 1em 0px 0px;
    }
    
    .single-post .alignleft {
        display: inline-block;
    }
    
    .single-post .alignleft + .alignleft {
        margin: 1em 0px 0px 1em;
    }
    
    .single-post .aligncenter {
        margin: 1em auto 0px;
    }
    
    .single-post .alignright {
        margin: 1em 0px 0px 100%;
        transform: translateX(-100%);
    }
}

/****************************************
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;
}

.page-showroom .mfp_element_text,
.page-showroom .mfp_element_number,
.page-showroom .mfp_element_select-one,
.page-showroom .mfp_element_email,
.page-showroom .mfp_element_tel,
.page-showroom .mfp_element_textarea {
    border: 1px solid #95cec7;
    background-color: #f0f8f7;
}

.page-showroom .mfp_element_submit,
.page-showroom .mfp_element_reset,
.page-showroom .mfp_element_button {
    background-color: #008c5a;
}

.page-showroom .mfp_element_submit:hover,
.page-showroom .mfp_element_reset:hover,
.page-showroom .mfp_element_button:hover {
    background-color: #00a46a;
}

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

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

.must,
.no_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 {
    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;
    }
}
</pre></body></html>