@charset "UTF-8";
body,
a {
    color: #222;
}
body {
    letter-spacing: 0.1em;
}
#container {
    overflow: hidden;
}
@media screen and (min-width: 415px) {
    .xs {
        display: none;
    }
}
@media screen and (min-width: 769px) {
    .md {
        display: none;
    }
}
@media screen and (min-width: 1025px) {
    .sp {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .p30 {
        padding: 20px !important;
    }
}
.pt60 {
    padding-top: 60px;
}
@media screen and (max-width: 768px) {
    .pt60 {
        padding-top: 30px !important;
    }
}
.pt100 {
    padding-top: 100px !important;
}
@media screen and (max-width: 768px) {
    .pt100 {
        padding-top: 50px !important;
    }
}
.mt100 {
    margin-top: 100px !important;
}
@media screen and (max-width: 600px) {
    .mt100 {
        margin-top: 60px !important;
    }
}
.fit_img_wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-top: calc(100% / 3 * 2);
}
.fit_img_wrap .fitImg {
    position: absolute;
    top: 0;
    left: 0;
}
.fit_img {
    height: 100% !important;
    font-family: "object-fit: cover;";
    -o-object-fit: cover;
    object-fit: cover;
}
.inner {
    width: 90%;
    max-width: 1182px;
    margin: 0 auto;
}
.flex {
    display: flex;
}
.serif_font {
    font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.fw_700 {
    font-weight: 700 !important;
}
.fw_600 {
    font-weight: 600 !important;
}
.fw_500 {
    font-weight: 500 !important;
}
.fw_400 {
    font-weight: 400 !important;
}
.small {
    font-size: 70%;
}
.red_color {
    color: #940e14;
}
.media {
    display: flex;
}
.media_tx {
    flex: 1;
}
.card {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.flex_half {
    display: flex;
}
@media screen and (max-width: 767px) {
    .flex_half {
        flex-direction: column;
    }
}
.flex_half > * {
    flex: 1;
}
@media screen and (max-width: 767px) {
    .flex_half > * {
        width: 100%;
        flex: initial;
    }
}
.flex_half > :first-child {
    margin-right: 120px;
}
@media screen and (max-width: 767px) {
    .flex_half > :first-child {
        margin-right: 0;
    }
}
#bg_video {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.2s linear;
}
#bg_video.hero_show {
    opacity: 1;
}
#bg_video iframe {
    position: absolute;
    bottom: -4%;
    left: 50%;
    width: 120% !important;
    height: 120% !important;
    font-family: "object-fit: cover;";
    transform: translateX(-50%);
    -o-object-fit: cover;
    object-fit: cover;
    filter: grayscale(100%);
}
#bg_video video {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100% !important;
    height: 100% !important;
    font-family: "object-fit: cover;";
    transform: translateX(-50%);
    -o-object-fit: cover;
    object-fit: cover;
    filter: grayscale(100%);
}
#bg_video .overlay {
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../img/dot.png);
}
.left_red_border_ttl {
    display: flex;
    margin: 0 0 1.5em !important;
    padding: 0.8em 1em !important;
    border-left: 3px solid #940e14;
    background: #f6f7fa;
    font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 24px !important;
    font-weight: 500;
    color: #940e14;
    letter-spacing: 0.1em;
    justify-content: space-between;
    align-items: flex-end;
}
@media screen and (max-width: 1024px) {
    .left_red_border_ttl {
        font-size: 18px !important;
    }
}
.left_red_border_ttl .en {
    font-size: 0.8em;
    color: #999;
    letter-spacing: 0.075em;
}
.bottom_red_border_ttl {
    margin: 0 0 1.5em !important;
    padding-bottom: 1.5em !important;
    border-bottom: 1px solid #940e14;
    font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 24px !important;
    font-weight: 500;
    color: #940e14;
    text-align: center;
    letter-spacing: 0.1em;
}
@media screen and (max-width: 1024px) {
    .bottom_red_border_ttl {
        font-size: 18px !important;
    }
}
.bottom_gray_border_ttl {
    margin: 0 0 1.5em !important;
    padding-bottom: 1.5em !important;
    border-bottom: 1px solid #ddd;
    font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 24px !important;
    font-weight: 500;
    color: #940e14;
    text-align: center;
    letter-spacing: 0.1em;
}
.ta_center_ttl {
    margin-bottom: 1em !important;
    font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 32px !important;
    font-weight: 500;
    color: #041c41;
    text-align: center;
}
@media screen and (max-width: 1024px) {
    .ta_center_ttl {
        font-size: 24px !important;
    }
}
.bg_red_ttl {
    margin: 0 0 1.5em !important;
    padding: 0.8em 1em !important;
    background: #940e14;
    font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 24px !important;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.1em;
}
@media screen and (max-width: 1024px) {
    .bg_red_ttl {
        font-size: 20px !important;
    }
}
.ta_center {
    text-align: center;
}
.base_table dl {
    padding: 0 28px;
    border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 1024px) {
    .base_table dl {
        margin-bottom: 15px;
        padding: 0 0.5em;
    }
}
.base_table dt {
    width: 12em;
    font-weight: 500;
    color: #777;
}
@media screen and (max-width: 1024px) {
    .base_table dt {
        width: 9em;
    }
}
.base_table dd {
    word-break: break-all;
    flex: 1;
}
@media screen and (max-width: 1024px) {
    .table_scroll {
        position: relative;
        overflow-x: scroll;
        padding-top: 20px;
        -webkit-overflow-scrolling: touch;
    }
    .table_scroll::before {
        display: block;
        margin-bottom: 5px;
        padding-left: 24px;
        background: url(../img/table_scroll.svg) no-repeat center left;
        background-size: 18px auto;
        font-size: 12px;
        color: #555;
        content: "横にスクロールできます";
    }
}
.table_scroll table {
    table-layout: fixed;
}
.table_scroll th,
.table_scroll td {
    font-size: 0.8em;
    line-height: 1.5;
}
@media screen and (max-width: 1024px) {
    .table_scroll th,
    .table_scroll td {
        width: 180px;
    }
}
.table_scroll th {
    background: #777;
    color: #fff;
}
.bold {
    font-weight: 700;
}
.img_deco ul {
    margin: 0;
}
.img_deco li {
    list-style: none;
}
.img_deco li:not(:last-child) {
    margin-right: 2px;
}
.single_download_btn {
    margin-top: 60px;
    text-align: center;
}
.single_download_btn a {
    display: inline-block;
    padding: 1.5em;
    background: #041c41;
    color: #fff;
    transition: all 0.2s linear;
}
.single_download_btn a:hover {
    background: #940e14;
    color: #fff;
}
#header_button .button1 {
    margin-right: 1px;
}
@media screen and (min-width: 1251px) {
    #global_menu li:nth-last-child(-n + 2) {
        display: none;
    }
}
.megamenu_clinic_list2 .headline span {
    color: #940e14;
}
.megamenu_clinic_list2 .title span {
    font-size: 18px;
}
.megamenu_clinic_list2 .catch span {
    font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    color: #666;
}
.megamenu_clinic_list2 ol {
    display: flex;
    flex-direction: row-reverse;
}
#header_logo .mobile_logo_image {
    width: auto;
    height: 70px;
}
#header_slider {
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    transition: all 0.2s linear;
}
#header_slider::before {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/dot_navy2.png);
    background-size: 3px;
    content: "";
}
#header_slider.hero_hide {
    opacity: 0;
}
#header_slider_wrap {
    width: 100%;
    height: 600px;
    position: relative;
}
@media screen and (max-width: 1250px) {
    #header_slider_wrap {
        height: 480px;
    }
}
@media screen and (max-width: 950px) {
    #header_slider_wrap {
        height: 400px;
    }
}
@media screen and (max-width: 550px) {
    #header_slider_wrap {
        height: 500px;
    }
}
#header_slider_wrap .caption {
    top: auto;
    bottom: 35px;
    transform: translateY(0);
}
#header_slider_wrap .caption .title,
#header_slider_wrap .caption .sub_title,
#header_slider_wrap .caption .button {
    opacity: 1;
}
@media screen and (min-width: 1025px) {
    #header_sp_video {
        display: none;
    }
}
@media screen and (max-width: 1024px) {
    #header_sp_video {
        position: absolute;
        top: 0;
        left: 50%;
        width: auto;
        height: 100%;
        transform: translateX(-50%);
    }
}
.index_box_content {
    background: #fff;
}
.index_box_content .box {
    height: 360px !important;
}
@media screen and (max-width: 1250px) {
    .index_box_content .box {
        height: 200px !important;
    }
}
.index_box_content a:hover .image_wrap {
    border-bottom-color: #940e14;
}
.index_box_content .sub_title {
    font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
    font-family: "Times New Roman", 游明朝, "Yu Mincho", 游明朝体, YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, HGS明朝E, "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: 500;
}
.index_box_content .image_wrap {
    box-sizing: border-box;
    height: 360px !important;
    border-bottom: 5px solid #eee;
    transition: all 0.2s linear;
}
@media screen and (max-width: 1250px) {
    .index_box_content .image_wrap {
        height: 200px !important;
    }
}
.index_box_content .image {
    height: 360px !important;
}
@media screen and (max-width: 1250px) {
    .index_box_content .image {
        height: 200px !important;
    }
}
.index_cb_button a:hover {
    background: #940e14;
}
#index_content {
    position: relative;
}
#index_content .catch span {
    color: #041c41;
}
#index_clinic {
    width: 100%;
    padding: 30px 0 120px;
    background: #fff;
}
@media screen and (max-width: 1024px) {
    #index_clinic {
        padding-bottom: 10px;
    }
}
#index_clinic .catch {
    position: relative;
    padding-top: 100px;
}
#index_clinic .catch::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 90px;
    background: url(../img/logo_mark.svg) no-repeat center;
    background-size: auto 100%;
    content: "";
}
#index_clinic .catch span {
    display: block;
    margin-top: 20px;
}
#index_clinic a:hover .desc {
    color: #fff;
}
#index_clinic .title_area h4 span {
    display: block;
    margin-bottom: 0.5em;
    font-size: 0.7em;
}
@media screen and (max-width: 1024px) {
    #index_clinic .desc {
        line-height: 1.75 !important;
    }
}
#index_campaign1 {
    background: rgba(255, 255, 255, 0.6) !important;
}
#index_campaign1 .catch span {
    color: #fff;
}
#index_campaign1 .category a {
    background: #041c41;
}
#index_faq {
    position: relative;
    padding: 0 0 100px !important;
    background: rgba(255, 255, 255, 0.5);
}
#index_faq .catch span {
    color: #fff;
}
#index_faq .index_cb_catch {
    position: relative;
    z-index: 2;
}
#index_faq .index_cb_catch * {
    color: #fff;
}
#index_faq .overlay {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#index_faq .index_cb_button {
    position: relative;
    z-index: 2;
}
#index_faq .index_cb_button a {
    background: #041c41;
}
#index_faq .index_cb_button a:hover {
    background: #940e14;
}
#index_faq_area {
    position: relative;
    max-width: 1600px;
    margin: 10px auto 0;
}
#index_faq_wrap {
    overflow: hidden;
}
#index_faq_list {
    position: relative;
    z-index: 2;
    width: 1224px;
    margin: 5px auto 60px;
}
#index_faq_list .item {
    position: relative;
    width: 365px;
    margin: 0 43px 0 0;
}
#index_faq_list .item a.link {
    display: block;
    width: 365px;
    border: 5px solid rgba(255, 255, 255, 0.4);
    transition: all 0.2s linear;
}
#index_faq_list .item a.link:hover {
    border-color: rgba(255, 255, 255, 0.8);
}
#index_faq_list .item a.link:hover span {
    color: #940e14;
}
#index_faq_list .item a.link .top_area {
    position: relative;
    overflow: hidden;
    height: 250px;
}
#index_faq_list .title_area {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 80px;
}
#index_faq_list .title_area:before {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
}
#index_faq_list .normal_image {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    font-family: "object-fit: cover;";
    transition: all 0.2s linear;
    -o-object-fit: cover;
    object-fit: cover;
}
#index_faq_list .blur_image {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 250px;
}
#index_faq_list .blur_image img {
    width: 100% !important;
    height: 100% !important;
    font-family: "object-fit: cover;";
    -o-object-fit: cover;
    object-fit: cover;
}
#index_faq_list .title {
    position: absolute;
    z-index: 2;
    top: 50%;
    overflow: hidden;
    box-sizing: border-box;
    max-height: 3.2em;
    padding: 0 30px;
    font-size: 18px;
    line-height: 1.6;
    transform: translateY(-50%);
}
#index_faq_list .title span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
#index_faq_list .category a {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    display: none;
    box-sizing: border-box;
    min-width: 110px;
    height: 36px;
    padding: 0 15px;
    font-size: 12px;
    line-height: 36px;
    color: #fff;
    text-align: center;
}
#index_faq_list .category a:first-child {
    display: block;
}
#index_faq_list .desc {
    margin: 25px 0 0;
    font-size: 16px;
    line-height: 1.6;
    color: #fff;
}
#index_faq {
    padding: 15px 0 60px;
}
@media screen and (max-width: 550px) {
    #index_faq .desc {
        line-height: 2;
    }
}
#index_faq_list {
    width: auto;
    margin: 0 10px 60px 30px;
}
#index_faq_list .item {
    width: calc(100% / 3);
    margin: 0 30px 0 0;
}
#index_faq_list .item a.link {
    width: 100%;
}
@media screen and (max-width: 950px) {
    #index_faq_list {
        width: auto;
        margin: 0 10px 50px 30px;
    }
    #index_faq_list .item a.link .top_area,
    #index_faq_list .blur_image {
        height: 193px;
    }
    #index_faq_list .title_area {
        height: 70px;
    }
    #index_faq_list .title {
        padding: 0 20px;
    }
    #index_faq_list .item a.link {
        height: 250px;
    }
    #index_faq_list .desc {
        margin-top: 10px;
    }
}
@media screen and (max-width: 550px) {
    #index_faq {
        padding: 5px 0 40px !important;
    }
    #index_faq_list {
        width: auto;
        margin: 0 0 25px 20px;
    }
}
.index_event {
    position: relative;
    padding: 120px;
    background: url(../img/index_event_bg.jpg) no-repeat center;
    background-size: cover;
}
@media screen and (max-width: 1024px) {
    .index_event {
        padding: 50px 5%;
    }
}
.index_event::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    content: "";
}
.index_event > div {
    position: relative;
}
@media screen and (max-width: 1024px) {
    .index_event iframe {
        height: 600px;
    }
}
.index_sns {
    padding: 100px 0;
    background: #fff;
}
@media screen and (max-width: 1024px) {
    .index_sns {
        padding: 50px 0;
    }
}
.index_sns ul {
    justify-content: center;
}
@media screen and (max-width: 768px) {
    .index_sns ul {
        flex-direction: column;
        align-items: center;
    }
}
.index_sns li {
    margin: 0 20px;
}
@media screen and (max-width: 768px) {
    .index_sns li {
        margin: 0;
    }
    .index_sns li + li {
        margin-top: 20px;
    }
}
.index_sns .y_i {
    width: 300px;
}
.index_sns .y_i a {
    display: flex;
    padding: 1.25em 0;
    background: #f7f7f7;
    text-align: center;
    transition: all 0.2s linear;
    justify-content: center;
    align-items: center;
}
.index_sns .y_i a:hover {
    opacity: 0.7;
}
.index_sns .youtube svg {
    width: 110px;
}
.index_sns .instagram {
    margin-top: 15px;
}
.index_sns .instagram svg {
    width: 150px;
}
.index_sns .tripnavi {
    margin-top: 15px;
}
.index_sns .tripnavi img {
    object-fit: contain;
    overflow: hidden;
}
#index_news {
    background: #fff;
}
#main_contents.clearfix::after {
    display: none;
}
body.layout2 #container {
    overflow: visible;
}
body.layout2 #main_col,
body.layout2 #side_col {
    float: none !important;
}
body.layout2 #main_col {
    box-sizing: border-box;
    width: 90%;
    max-width: 900px;
    margin: 0 auto;
    padding: 60px 0 120px;
}
@media screen and (max-width: 1024px) {
    body.layout2 #main_col {
        padding-bottom: 30px;
    }
}
body.layout2 #side_col {
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
}
#main_contents_wrap {
    position: relative;
    background: #fff;
}
#page_header .overlay {
    display: none;
}
.page #page_header::before,
.archive #page_header::before,
.single #page_header::before {
    position: absolute;
    top: -300px;
    left: 0;
    width: 100%;
    height: 300px;
    background: #fff;
    content: "";
}
#page_header_inner {
    width: auto;
    height: 300px;
}
.page {
    font-size: 16px;
}
.page #page_header {
    height: 300px;
}
.page #page_header #page_header_inner {
    height: 300px;
}
.archive_child_ttl {
    display: block;
    margin: -15px 0 20px;
    font-size: 0.65em;
    color: #666;
}
#page_header.small {
    height: 300px;
}
#page_header.small #page_header_inner {
    height: 100%;
}
#page_header.page_header_video {
    height: 25vw;
}
#page_header.page_header_video::after {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/dot_navy.png);
    background-size: 2px;
    content: "";
}
@media screen and (max-width: 1024px) {
    #page_header.page_header_video {
        height: 56.25vw;
    }
}
#page_header.page_header_video #page_header_inner {
    height: 100%;
}
#one_col {
    padding-right: 5%;
    padding-left: 5%;
}
.pc #one_col {
    margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
    .cf_catch .catch {
        font-size: 18px;
    }
}
#archive_clinic {
    position: relative;
    background: #fff;
}
#clinic_list {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 60px;
    padding-bottom: 150px;
}
@media screen and (max-width: 1250px) {
    #clinic_list {
        padding-top: 40px;
    }
}
#clinic_list .bottom_area {
    display: flex;
    height: auto;
    justify-content: center;
    align-items: center;
}
#clinic_list .bottom_area_inner {
    position: relative;
    top: auto;
    transform: translateY(0);
}
#clinic_list .link_button {
    margin: 40px 0;
}
#side_clinic_list ul {
    display: flex;
    flex-direction: column-reverse;
}
.header_image_100p {
    position: relative;
    height: 390px;
}
@media screen and (max-width: 1024px) {
    .header_image_100p {
        height: 180px;
    }
}
.header_image_100p h1 {
    position: absolute;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    background: rgba(246, 247, 250, 0.85);
}
.header_image_100p span {
    display: block;
    width: 90%;
    max-width: 900px;
    margin: 0 auto;
    padding: 1em 0;
    font-size: 26px;
    color: #940e14;
}
@media screen and (max-width: 1024px) {
    .header_image_100p span {
        padding: 0.75em 0;
        font-size: 20px;
    }
}
#company_profile_header_image {
    background: url(https://www.infinitysolutions.co.jp/wprenew/wp-content/uploads/2021/02/archive_company-3.jpg) no-repeat center;
    background-size: cover;
}
#greeting_header_image {
    box-sizing: border-box;
    width: 90%;
    max-width: 900px;
    height: 600px;
    margin: 0 auto;
    background: url(../img/company_profile02.jpg) no-repeat center;
    background-size: cover;
}
@media screen and (max-width: 1024px) {
    #greeting_header_image {
        width: 100%;
        max-width: none;
        height: calc(100vw / 3 * 2);
    }
}
.company_company_profile iframe {
    width: 100%;
    height: 360px;
    margin-top: 20px;
}
@media screen and (max-width: 1024px) {
    .company_company_profile iframe {
        height: 200px;
    }
}
.company_company_profile .img_deco {
    margin-top: 60px;
}
.company_company_profile .blc01_01 {
    margin-top: 120px;
    padding: 60px;
    background: #f6f7fa;
}
@media screen and (max-width: 1024px) {
    .company_company_profile .blc01_01 {
        margin-top: 60px;
        padding: 20px;
    }
}
.company_company_profile .blc01_01 .bottom_red_border_ttl {
    margin-bottom: 0 !important;
    border-bottom: none;
}
.company_company_profile .blc01_01 .base_table {
    padding-top: 20px;
    border-top: 1px solid #940e14;
    background: #fff;
}
.company_company_profile .blc01_01 .base_table + .base_table {
    margin-top: 30px;
}
@media screen and (max-width: 1024px) {
    .company_company_profile .blc01_01 .base_table dl {
        padding: 0 1em;
    }
}
@media screen and (max-width: 1024px) {
    .company_company_profile .blc01_01 .base_table dt {
        width: 7em;
    }
}
.company_company_profile .post_content {
    margin-bottom: 60px;
}
.company_company_profile .blc02 {
    margin-top: 120px;
}
@media screen and (max-width: 1024px) {
    .company_company_profile .blc02 {
        margin-top: 60px;
    }
}
.company_company_profile .cf_image_list {
    display: flex;
}
.company_company_profile .cf_image_list img {
    margin-right: 2px;
}
.company_company_profile .history_table {
    position: relative;
}
.company_company_profile .history_table::before {
    position: absolute;
    top: 0;
    left: 168px;
    width: 2px;
    height: 100%;
    background: #eee;
    content: "";
}
@media screen and (max-width: 1024px) {
    .company_company_profile .history_table::before {
        left: 15px;
    }
}
@media screen and (max-width: 1024px) {
    .company_company_profile .history_table dl {
        flex-direction: column;
        margin-bottom: 10px;
        padding-left: 40px;
    }
}
.company_company_profile .history_table dt {
    position: relative;
    width: 130px;
    margin-right: 80px;
    font-weight: 400;
    color: #777;
    text-align: right;
}
@media screen and (max-width: 1024px) {
    .company_company_profile .history_table dt {
        width: 100%;
        margin-bottom: 0;
        text-align: left;
    }
}
.company_company_profile .history_table dt::before {
    position: absolute;
    top: 13px;
    left: 164px;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #940e14;
    content: "";
}
@media screen and (max-width: 1024px) {
    .company_company_profile .history_table dt::before {
        top: 7px;
        left: -29px;
    }
}
.company_company_profile .history_table dd {
    flex: 1;
}
@media screen and (max-width: 1024px) {
    .company_company_profile .history_table dd {
        line-height: 1.75;
    }
}
.company_greeting .sub_catch {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 1.75;
    text-align: center;
}
.company_greeting .blc02,
.company_greeting .blc03 {
    margin-top: 120px;
}
.company_greeting .blc02 .ta_center_ttl,
.company_greeting .blc03 .ta_center_ttl {
    position: relative;
    padding-top: 100px;
}
.company_greeting .blc02 .ta_center_ttl::before,
.company_greeting .blc03 .ta_center_ttl::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: url(../img/logo_mark.svg) no-repeat center;
    background-size: auto 100%;
    content: "";
}
.company_greeting #greeting,
.company_greeting #philosophy {
    margin-top: -60px;
    padding-top: 180px;
}
@media screen and (max-width: 1024px) {
    .company_greeting #greeting,
    .company_greeting #philosophy {
        padding-top: 120px;
    }
}
.company_greeting .blc03 .media {
    margin-top: 60px;
    align-items: center;
}
@media screen and (max-width: 600px) {
    .company_greeting .blc03 .media {
        flex-direction: column;
        align-items: center;
    }
}
.company_greeting .blc03 .media_img {
    flex: 1;
}
@media screen and (max-width: 414px) {
    .company_greeting .blc03 .media_img {
        width: 180px;
        margin: 0 auto;
    }
}
.company_greeting .blc03 .media_tx {
    margin-left: 60px;
    flex: 1.5;
}
@media screen and (max-width: 600px) {
    .company_greeting .blc03 .media_tx {
        margin: 10px 0 0;
        flex: 1;
    }
}
.company_greeting .blc03 h4 {
    margin-bottom: 1em;
    font-size: 26px;
    color: #940e14;
    text-align: center;
}
@media screen and (max-width: 1024px) {
    .company_greeting .blc03 h4 {
        font-size: 20px;
    }
}
.company_greeting .blc04 .ta_center_ttl,
.company_greeting .blc05 .ta_center_ttl {
    margin-bottom: 1.5em !important;
    font-size: 90% !important;
    color: #940e14;
}
.company_greeting .blc04 .ta_center_ttl .en,
.company_greeting .blc05 .ta_center_ttl .en {
    display: block;
    margin-bottom: 0.25em;
    font-size: 36px;
    color: #041c41;
}
@media screen and (max-width: 1024px) {
    .company_greeting .blc04 .ta_center_ttl .en,
    .company_greeting .blc05 .ta_center_ttl .en {
        font-size: 28px;
    }
}
.company_greeting .blc04 {
    margin-top: 60px;
}
@media screen and (max-width: 1024px) {
    .company_greeting .blc04 {
        margin-top: 40px;
    }
}
.company_greeting .blc04 p {
    text-align: center;
}
.company_greeting .blc05 {
    margin-top: 120px;
    text-align: center;
}
@media screen and (max-width: 1024px) {
    .company_greeting .blc05 {
        margin-top: 60px;
    }
}
.company_greeting .blc05 .ta_center_ttl {
    margin-bottom: 2.5em !important;
}
.company_greeting .blc05 section {
    align-items: center;
    justify-content: center;
}
.company_greeting .blc05 section p {
    margin-bottom: 0;
    margin-left: 40px;
    padding: 15px 0 15px 40px;
    border-left: 1px solid #bbb;
    line-height: 1.75;
    text-align: left;
}
@media screen and (max-width: 1024px) {
    .company_greeting .blc05 section p {
        margin-left: 20px;
        padding-left: 20px;
    }
}
.company_greeting .blc05 h4 {
    margin: 0;
    font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 34px;
    font-weight: 500;
}
@media screen and (max-width: 1024px) {
    .company_greeting .blc05 h4 {
        font-size: 20px;
    }
}
.company_greeting .blc05 div {
    margin-top: 60px;
    padding: 60px 60px 40px;
    background: #f6f7fa;
}
@media screen and (max-width: 1024px) {
    .company_greeting .blc05 div {
        margin-top: 30px;
        padding: 20px 20px 0;
    }
}
.company_greeting .blc05 div img {
    display: block;
    width: 100%;
    max-width: 330px !important;
    margin: 0 auto;
}
.company_greeting .blc05 ul {
    display: inline-block;
    margin: 0;
}
.company_greeting .blc05 li {
    align-items: center;
}
@media screen and (max-width: 1024px) {
    .company_greeting .blc05 li {
        flex-wrap: wrap;
    }
}
.company_greeting .blc05 .ttl {
    width: 245px;
    margin-bottom: 10px;
    font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 180%;
    color: #aaa;
    color: rgba(4, 28, 65, 0.3);
    text-align: left;
}
@media screen and (max-width: 1024px) {
    .company_greeting .blc05 .ttl {
        margin-bottom: 0;
    }
}
.company_greeting .blc05 .ttl::first-letter {
    margin-right: 0.05em;
    font-size: 120%;
    color: #940e14;
}
.company_greeting .blc05 .sub_ttl {
    position: relative;
    top: 7px;
    width: 3em;
    margin: 0 50px 20px 0;
    border-bottom: 1px solid #940e14;
    font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    color: #940e14;
}
@media screen and (max-width: 1024px) {
    .company_greeting .blc05 .sub_ttl {
        width: 4em;
        margin: 0 0 20px auto;
    }
}
.company_greeting .blc05 .desc {
    position: relative;
    top: 5px;
    margin-bottom: 20px;
    text-align: left;
    flex: 1;
}
@media screen and (max-width: 1024px) {
    .company_greeting .blc05 .desc {
        width: 100%;
        margin-top: -10px;
        margin-bottom: 30px;
        flex: initial;
    }
}
#archive_service {
    margin: 0 auto;
    padding: 60px 0 150px;
}
@media screen and (max-width: 1024px) {
    #archive_service {
        padding: 60px 0;
    }
}
#archive_service .title span {
    margin-top: 1em !important;
}
#archive_service .bottom_area {
    display: flex;
    flex-direction: column;
    align-items: center;
}
#archive_service .bottom_area .desc {
    width: auto;
    text-align: center;
}
@media screen and (max-width: 1024px) {
    #archive_service .bottom_area .desc {
        font-size: 13px;
        line-height: 1.75;
        text-align: left;
    }
}
#archive_service [class^="blc0"] {
    box-sizing: border-box;
    width: 90%;
    margin: 0 auto 80px;
    padding: 60px;
}
@media screen and (max-width: 1024px) {
    #archive_service [class^="blc0"] {
        margin-bottom: 40px;
        padding: 20px;
    }
}
#archive_service [class^="blc0"] .desc {
    font-size: 16px;
    line-height: 2;
}
@media screen and (max-width: 1024px) {
    #archive_service [class^="blc0"] .desc {
        font-size: 14px;
    }
}
#archive_service .blc01 {
    padding: 0;
}
@media screen and (max-width: 1024px) {
    #archive_service .blc01 {
        padding: 0;
    }
}
#archive_service .blc01 .ta_center_ttl {
    margin-bottom: 1.5em !important;
    line-height: 1.5;
}
#archive_service .blc02,
#archive_service .blc03 {
    background: #f6f7fa;
}
#archive_service .blc02 .ta_center_ttl,
#archive_service .blc03 .ta_center_ttl {
    margin-bottom: 1.5em !important;
}
@media screen and (max-width: 1024px) {
    #archive_service .blc02 .ta_center_ttl,
    #archive_service .blc03 .ta_center_ttl {
        margin-bottom: 0.5em !important;
    }
}
#archive_service .blc02 {
    margin-bottom: 0;
}
#archive_service .blc02 iframe {
    margin-top: 40px;
}
#archive_service .blc0_img_deco {
    margin: 80px auto;
    padding: 0;
}
#archive_service .blc0_img_deco p {
    text-align: center;
    margin: 40px 115px;
    font-size: 16px;
    line-height: 1.5;
}
@media screen and (max-width: 1024px) {
    #archive_service .blc0_img_deco {
        margin: 60px auto;
    }
    #archive_service .blc0_img_deco p {
        margin: 30px auto;
    }
}
#archive_service .blc0_img_deco div {
    max-width: 180px;
    margin: 0 auto 30px;
}
#archive_service .blc0_img_deco li + li {
    margin-left: 5px;
}
#archive_service .blc0_img_deco img {
    max-width: 100%;
    max-height: 250px;
}
#archive_service .blc03 .media {
    background: #fff;
    align-items: center;
}
@media screen and (max-width: 1024px) {
    #archive_service .blc03 .media {
        flex-direction: column;
    }
}
#archive_service .blc03 .media_tx {
    padding: 40px;
    flex: 1;
}
@media screen and (max-width: 1024px) {
    #archive_service .blc03 .media_tx {
        padding: 20px;
    }
}
#archive_service .blc03 .media_img {
    flex: 1;
}
#archive_service .blc03 img {
    width: 100%;
}
#archive_service .blc01_container {
    width: 100%;
    display: flex;
    flex-direction: row;
    margin: 0;
    align-items: center;
    padding: 0 0 20px;
}
@media screen and (max-width: 1024px) {
    #archive_service .blc01_container {
        flex-direction: column;
    }
}
#archive_service .blc01_container .img {
    float: left;
    justify-content: flex-start;
    object-fit: cover;
    margin: 0;
    padding: 0;
}
@media screen and (max-width: 1024px) {
    #archive_service .blc01_container .img img {
        width: 100%;
    }
}
#archive_service .blc01 .blc01_container .ta_center_ttl_robot {
    margin-bottom: 10px !important;
    font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 22px !important;
    font-weight: 500;
    color: #041c41;
    text-align: center;
}
@media screen and (max-width: 1024px) {
    .ta_center_ttl_robot {
        font-size: 16px !important;
    }
}
#archive_service .blc01_container .tx {
    float: right;
    font-size: 16px;
    line-height: 2;
    padding-left: 45px;
}
@media screen and (max-width: 1024px) {
    #archive_service .blc01_container .tx {
        padding: 0;
        margin: 0;
    }
}
#archive_service iframe {
    width: 100%;
    height: 360px;
    margin-top: 20px;
    padding-bottom: 5%;
}
@media screen and (max-width: 1024px) {
    #archive_service iframe {
        height: 200px;
    }
}
#archive_service .robot_flow {
    width: 100%;
    position: relative;
}
#archive_service .robot_flow .img {
    display: inline-block;
    position: absolute;
}
#archive_service .robot_flow .flow_tx01 {
    position: absolute;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    transform: translate3d(110px, -452px, 0px);
}
#archive_service .robot_flow .flow_desc01 {
    position: absolute;
    font-size: 14px;
    color: #000;
    transform: translate3d(56px, -337px, 0px);
    line-height: 1.5;
}
#archive_service .robot_flow .flow_tx02 {
    position: absolute;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    transform: translate3d(385px, -452px, 0px);
}
#archive_service .robot_flow .flow_desc02 {
    position: absolute;
    font-size: 14px;
    color: #000;
    transform: translate3d(325px, -337px, 0px);
    line-height: 1.5;
}
#archive_service .robot_flow .flow_tx03 {
    position: absolute;
    font-size: 12px;
    color: #fff;
    padding: 10px 3px;
    font-weight: 600;
    transform: translate3d(638px, -474px, 0px);
    text-align: center;
    /* background-color: #4a5d77; */
}
#archive_service .robot_flow .flow_desc03 {
    position: absolute;
    font-size: 14px;
    color: #000;
    transform: translate3d(584px, -337px, 0px);
    line-height: 1.5;
}
#archive_service .robot_flow .flow_tx04 {
    position: absolute;
    font-size: 12px;
    color: #fff;
    padding: 10px 3px;
    font-weight: 600;
    transform: translate3d(90px, -176px, 0px);
    text-align: center;
    /* background-color: #4a5d77; */
}
#archive_service .robot_flow .flow_desc04 {
    position: absolute;
    font-size: 14px;
    color: #000;
    transform: translate3d(62px, -46px, 0px);
    line-height: 1.5;
}
#archive_service .robot_flow .flow_tx05 {
    position: absolute;
    font-size: 12px;
    color: #fff;
    padding: 10px 8px;
    font-weight: 600;
    transform: translate3d(355px, -176px, 0px);
    text-align: center;
    /* background-color: #4a5d77; */
}
#archive_service .robot_flow .flow_desc05 {
    position: absolute;
    font-size: 14px;
    color: #000;
    transform: translate3d(307px, -46px, 0px);
    line-height: 1.5;
}
#archive_service .robot_flow .flow_tx06 {
    position: absolute;
    font-size: 14px;
    color: #fff;
    padding: 5px;
    font-weight: 600;
    transform: translate3d(634px, -179px, 0px);
    text-align: center;
    background-color: #4a5d77;
}
#archive_service .robot_flow .flow_desc06 {
    position: absolute;
    font-size: 14px;
    color: #000;
    transform: translate3d(596px, -52px, 0px);
    line-height: 1.5;
}
#archive_service .robot_flow .flow_tx07 {
    position: absolute;
    font-size: 14px;
    color: #fff;
    padding: 5px 3px;
    font-weight: 600;
    transform: translate3d(910px, -172px, 0px);
    text-align: center;
    background-color: #4a5d77;
}
#archive_service .robot_flow .flow_desc07 {
    position: absolute;
    font-size: 14px;
    color: #000;
    transform: translate3d(856px, -54px, 0px);
    line-height: 1.5;
}
#archive_service .robot_flow .flow_tx08 {
    position: absolute;
    font-size: 18px;
    color: #fff;
    padding: 0 3px;
    font-weight: 600;
    transform: translate3d(470px, -252px, 0px);
    text-align: center;
    background-color: #4a5d77;
}
#archive_service .robot_flow .flow_desc08 {
    position: absolute;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    transform: translate3d(7px, -412px, 0px);
}
#archive_service .robot_flow .flow_tx09 {
    position: absolute;
    font-size: 13px;
    color: #000;
    padding: 10px 3px;
    font-weight: 600;
    transform: translate3d(382px, -226px, 0px);
    text-align: center;
}
#archive_service .robot_flow .flow_desc09 {
    position: absolute;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    transform: translate3d(7px, -125px, 0px);
}
#archive_service .robot_flow .flow_tx10 {
    position: absolute;
    font-size: 14px;
    color: #fff;
    padding: 10px 3px;
    font-weight: 600;
    transform: translate3d(99px, -462px, 0px);
    text-align: center;
}
#archive_service .robot_flow .flow_desc10 {
    position: absolute;
    font-size: 14px;
    color: #000;
    transform: translate3d(63px, -336px, 0px);
    line-height: 1.5;
}
#archive_service .robot_flow .flow_tx11 {
    position: absolute;
    font-size: 14px;
    color: #fff;
    padding: 10px 3px;
    font-weight: 600;
    transform: translate3d(391px, -460px, 0px);
    text-align: center;
}
#archive_service .robot_flow .flow_desc11 {
    position: absolute;
    font-size: 14px;
    color: #000;
    transform: translate3d(353px, -327px, 0px);
    line-height: 1.5;
}
#archive_service .robot_flow .flow_tx12 {
    position: absolute;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    padding: 10px 3px;
    transform: translate3d(651px, -458px, 0px);
    text-align: center;
}
#archive_service .robot_flow .flow_desc12 {
    position: absolute;
    font-size: 14px;
    color: #000;
    transform: translate3d(603px, -325px, 0px);
    line-height: 1.5;
}
#archive_service .robot_flow .flow_tx13 {
    position: absolute;
    font-size: 14px;
    color: #fff;
    padding: 10px 3px;
    font-weight: 600;
    transform: translate3d(97px, -219px, 0px);
    text-align: center;
}
#archive_service .robot_flow .flow_desc13 {
    position: absolute;
    font-size: 14px;
    color: #000;
    transform: translate3d(63px, -95px, 0px);
    line-height: 1.5;
}
#archive_service .robot_flow .flow_tx14 {
    position: absolute;
    font-size: 14px;
    color: #fff;
    padding: 10px 3px;
    font-weight: 600;
    transform: translate3d(367px, -226px, 0px);
    text-align: center;
}
#archive_service .robot_flow .flow_desc14 {
    position: absolute;
    font-size: 14px;
    color: #000;
    transform: translate3d(328px, -99px, 0px);
    line-height: 1.5;
}
#archive_service .robot_flow .flow_tx15 {
    position: absolute;
    font-size: 14px;
    color: #fff;
    padding: 10px 3px;
    font-weight: 600;
    transform: translate3d(625px, -218px, 0px);
    text-align: center;
}
#archive_service .robot_flow .flow_desc15 {
    position: absolute;
    font-size: 14px;
    color: #000;
    transform: translate3d(600px, -99px, 0px);
    line-height: 1.5;
}
#archive_service .robot_flow .flow_tx16 {
    position: absolute;
    font-size: 18px;
    color: #000;
    padding: 10px 8px;
    font-weight: 600;
    transform: translate3d(-1px, -450px, 0px);
    text-align: center;
    background-color: #d2dde6;
}
#archive_service .robot_flow .flow_tx17 {
    position: absolute;
    font-size: 18px;
    color: #000;
    padding: 10px 3px;
    font-weight: 600;
    transform: translate3d(3px, -182px, 0px);
    text-align: center;
}
#archive_service .blc02_02 {
    background: #f6f7fa;
}
#archive_service .blc02_02 .caption_container {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 700px) {
    #archive_service .blc02_02 .caption_container {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}
#archive_service .blc02_02 .KUKA_caption {
    margin: 0 5%;
    background: linear-gradient(180deg, #ffe6997a 36%, transparent 72%);
}
@media screen and (max-width: 700px) {
    #archive_service .blc02_02 .KUKA_caption {
        margin-right: 0;
    }
}
@media screen and (max-width: 700px) {
    #archive_service .blc02_02 .KUKA_caption .ta_center_ttl .red_color {
        font-size: 14px;
    }
}
#archive_service .blc02_02 .KUKA_caption02 {
    color: #940e14;
    background: linear-gradient(180deg, #ffe6997a 36%, transparent 72%);
    width: 170px;
    text-align: center;
    margin-left: 42%;
}
@media screen and (max-width: 700px) {
    #archive_service .blc02_02 .KUKA_caption02 {
        margin-left: 23%;
    }
}
#archive_service .blc02_02 .desc {
    font-size: 16px;
    line-height: 2.4;
    margin: 0 0 32px;
}
#archive_service .blc02_02 .desc span {
    font-weight: 600;
}
@media screen and (max-width: 1024px) {
    #archive_service .blc02_02 .desc {
        font-size: 14px;
        line-height: 1.75;
    }
}
#archive_service .blc02_02 .img {
    display: flex;
    align-items: center;
    justify-content: center;
}
#archive_service .blc02_02 .img img {
    max-width: 500px;
}
@media screen and (max-width: 1024px) {
    #archive_service .blc02_02 .img img {
        max-width: 300px;
    }
}
#single_service .catch span {
    line-height: 2;
}
#page_header_inner_video {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
    #page_header_inner_video {
        top: 0;
        height: 100%;
        transform: none;
    }
}
#single_service_title_area {
    margin-top: 60px;
}
#single_service_title_area h1 {
    display: flex;
    height: auto !important;
    padding: 0.75em 1em !important;
    line-height: 1.75 !important;
    flex-wrap: wrap;
}
#single_service_title_area span {
    display: block;
}
#single_service_title_area .en {
    margin-left: 0.5em;
    color: #940e14;
}
.single_service_title_area_inner {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}
#side_service_category_list .headline {
    font-size: 22px;
}
#single_service_related_post {
    margin-top: 60px;
}
#single_service_related_post .headline {
    padding-top: 2em;
    border-top: 3px solid #eaeaea;
    border-bottom: none;
    font-size: 26px;
    color: #222;
}
.service_post_list li a {
    height: auto;
}
.service_post_list .title_area {
    padding: 25px;
}
.service_post_list .title {
    color: #940e14;
    white-space: normal;
}
.service_post_list .title span {
    font-size: 18px;
    color: #940e14;
}
.single_header_img img {
    width: 100%;
}
.single_header_img_inner {
    box-sizing: border-box;
    width: 90%;
    max-width: 900px;
    margin: 0 auto;
}
#single_service [class^="blc0"] {
    margin-top: 120px;
}
@media screen and (max-width: 1024px) {
    #single_service [class^="blc0"] {
        margin-top: 60px;
    }
}
#single_service .blc02 ul {
    margin: 0;
    flex-wrap: wrap;
    justify-content: space-between;
}
@media screen and (max-width: 600px) {
    #single_service .blc02 ul {
        flex-direction: column;
        align-items: center;
    }
}
#single_service .blc02 li {
    width: calc(50% - 10px);
    margin-bottom: 20px;
    background: #f6f7fa;
}
@media screen and (max-width: 600px) {
    #single_service .blc02 li {
        width: 100%;
        max-width: 300px;
    }
}
#single_service .blc02 .card_img {
    line-height: 1;
}
#single_service .blc02 .card_tx {
    padding: 30px;
}
@media screen and (max-width: 600px) {
    #single_service .blc02 .card_tx {
        padding: 20px;
    }
}
#single_service .blc02 dl,
#single_service .blc02 dd {
    margin-bottom: 0;
}
#single_service .blc02 dt {
    font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 1.3em;
    font-weight: 500;
    color: #940e14;
}
#single_service .blc02 dt span {
    font-size: 1.8em;
    display: block;
    text-align: center;
}
#single_service .blc02 dd {
    font-size: 0.9em;
}
#single_service .blc03 .bg_red_ttl {
    margin-bottom: 0 !important;
    text-align: center;
}
#single_service .blc03 table {
    margin-bottom: 0;
}
#single_service .blc03_02 {
    margin-top: 80px;
}
#single_service .blc03_02 h4 {
    margin-bottom: 1em;
    font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 26px;
    font-weight: 500;
    color: #940e14;
    text-align: center;
}
#single_service .blc03_02 section {
    padding: 15px;
    background: #f6f7fa;
}
#single_service .blc03_02 section + section {
    margin-top: 30px;
}
#single_service .blc03_02 ul {
    margin: 0;
}
#single_service .blc03_02 li {
    list-style: none;
    flex: 1;
}
#single_service .blc03_02 li + li {
    margin-left: 2px;
}
#single_service .blc03_02 h5 {
    margin: 0 !important;
    padding: 1em 0;
    font-weight: 500;
    color: #041c41;
    text-align: center;
}
.postid-151 #single_service_title_area {
    margin-bottom: 0;
}
.postid-404 .single_header_img,
.postid-405 .single_header_img {
    margin-top: 60px;
}
.single_kuka #single_service_title_area,
.single_kuka #single_service_related_post {
    display: none;
}
.single_kuka .service_post_list {
    margin: 0;
    list-style: none;
}
.single_kuka .service_post_list .title {
    margin: 0;
    padding: 0;
}
.single_kuka .about_kuka .image_container {
    display: flex;
}
.single_kuka .about_kuka .image_container .image {
    flex: 50%;
    padding: 5px;
    width: 100%;
}
@media screen and (max-width: 700px) {
    .single_kuka .about_kuka .image_container {
        flex-direction: column;
        flex: 100%;
    }
}
.single_kuka .about_kuka .ta_left_ttl {
    margin-bottom: 1em !important;
    font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 30px !important;
    font-weight: 500;
    color: #7f7f7f;
    text-align: left;
    margin-left: 5%;
}
@media screen and (max-width: 1024px) {
    .single_kuka .about_kuka .ta_left_ttl {
        font-size: 20px !important;
    }
}
.single_kuka .about_kuka hr {
    display: block;
    height: 8px;
    border: 0;
    border-top: 1px solid #ff9a05;
    margin-top: -10px;
    padding: 15px;
}
.single_kuka .about_kuka .intro_container {
    display: flex;
    flex-direction: row;
    margin-bottom: 50px;
}
.single_kuka .about_kuka .kuka_portrait {
    float: left;
    flex-direction: column;
    flex: 40%;
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 700px) {
    .single_kuka .about_kuka .kuka_portrait {
        display: flex;
        flex-direction: row;
        flex: 50%;
    }
}
.single_kuka .about_kuka .intro_txt p {
    font-size: 100%;
    line-height: 2;
    margin-left: 30px;
}
@media screen and (max-width: 700px) {
    .single_kuka .about_kuka .intro_txt p {
        margin: 0;
    }
}
.single_kuka .about_kuka .container {
    display: flex;
    flex-direction: row;
    margin-bottom: 50px;
}
@media screen and (max-width: 700px) {
    .single_kuka .about_kuka .intro_container,
    .single_kuka .about_kuka .container {
        flex-direction: column;
    }
}
.single_kuka .about_kuka .container_image {
    float: left;
    flex: 63%;
    width: 100%;
    max-width: 375px;
    height: 100%;
}
.single_kuka .about_kuka .container_image2 {
    float: left;
    flex: 63%;
    width: 100%;
    max-width: 375px;
    height: 100%;
    margin-top: 5%;
}
.single_kuka .about_kuka .container_image3 {
    float: left;
    flex: 63%;
    width: 100%;
    max-width: 375px;
    height: 100%;
    margin-top: 12%;
}
.single_kuka .about_kuka .container_txt p {
    font-size: 100%;
    line-height: 2;
    margin-left: 25px;
}
.single_kuka .about_kuka .container_txt2 p {
    font-size: 100%;
    line-height: 2;
    margin-left: 25px;
}
.single_kuka .about_kuka .kuka_logo_insert {
    width: 100%;
    margin-left: 1%;
}
.single_kuka .about_kuka .orange_color {
    color: #ff9a05;
}
.single_kuka .service_post_list li a p:empty {
    display: none;
}
.single_kuka_product_info #single_service_title_area {
    margin: 0;
}
.single_kuka_product_info .post_content > [class^="blc0"] {
    margin-top: 120px;
}
@media screen and (max-width: 1024px) {
    .single_kuka_product_info .post_content > [class^="blc0"] {
        margin-top: 60px;
    }
}
.single_kuka_product_info .blc03 {
    padding: 60px;
    background: #f6f7fa;
}
@media screen and (max-width: 1024px) {
    .single_kuka_product_info .blc03 {
        padding: 20px;
    }
}
.single_kuka_product_info .blc03 .ta_center_ttl {
    font-size: 24px !important;
    line-height: 1.75;
    color: #940e14;
}
@media screen and (max-width: 1024px) {
    .single_kuka_product_info .blc03 .ta_center_ttl {
        font-size: 20px !important;
    }
}
.single_kuka_product_info .blc04_02 section {
    margin-top: 90px;
}
@media screen and (max-width: 1024px) {
    .single_kuka_product_info .blc04_02 section {
        margin-top: 60px;
    }
    .single_kuka_product_info .blc04_02 section:first-child .table_scroll::before,
    .single_kuka_product_info .blc04_02 section:nth-child(2) .table_scroll::before {
        display: none;
    }
}
.single_kuka_product_info .blc04_02 .table_scroll table {
    margin-bottom: 0;
}
.single_kuka_product_info .blc04_02 h4 {
    margin-bottom: 0;
    padding: 1em 0;
    background: #f6f7fa;
    font-size: 24px;
    font-weight: 500;
    color: #940e14;
    text-align: center;
}
@media screen and (max-width: 1024px) {
    .single_kuka_product_info .blc04_02 h4 {
        font-size: 22px;
    }
}
.single_kuka_product_info .blc04_02 .asset p:empty {
    display: none;
}
.single_kuka_product_info .blc04_02 .asset .img,
.single_kuka_product_info .blc04_02 .asset .video {
    flex: 1;
}
.single_kuka_product_info .blc04_02 .asset .object_fit {
    width: 100% !important;
    height: 100% !important;
    font-family: "object-fit: cover;";
    -o-object-fit: cover;
    object-fit: cover;
}
.single_kuka_product_info .blc04_02 .asset .video {
    position: relative;
    overflow: hidden;
    margin-left: 2px;
    padding-top: 28.125%;
}
.single_kuka_product_info .blc04_02 .asset iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.single_kuka_product_info .blc04_02 .cont {
    margin-top: 40px;
}
.single_kuka_product_info .blc04_02 h5,
.single_kuka_product_info .blc04_02 dt {
    padding: 0.5em 0 0.5em 1em;
    border-left: 2px solid #940e14;
    font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.75;
    color: #940e14;
}
@media screen and (max-width: 1024px) {
    .single_kuka_product_info .blc04_02 h5,
    .single_kuka_product_info .blc04_02 dt {
        font-size: 18px;
        line-height: 1.5;
    }
}
.single_kuka_product_info .blc04_02 h5 {
    margin-top: 0 !important;
}
.single_kuka_product_info .blc04_02 .download_btn {
    margin-top: 50px;
    flex-wrap: wrap;
    justify-content: center;
}
.single_kuka_product_info .blc04_02 .download_btn a {
    display: block;
    margin: 0 10px 10px 0;
    padding: 1.5em;
    background: #041c41;
    color: #fff;
    transition: all 0.2s linear;
}
.single_kuka_product_info .blc04_02 .download_btn a:hover {
    background: #940e14;
}
.single_kuka_use_examples #single_service_title_area {
    display: none;
}
.single_kuka_use_examples .post_content > [class^="blc0"] {
    margin-top: 120px;
}
.single_kuka_use_examples .blc05 {
    margin-top: 0 !important;
}
.single_kuka_use_examples .blc05 .desc {
    margin-bottom: 0;
}
.single_kuka_use_examples .blc05 .sub_desc {
    font-size: 0.9em;
    color: #666;
}
.single_kuka_use_examples .blc05 section {
    margin-top: 60px;
    padding: 40px;
    border-top: 1px solid #ccc;
    background: #f6f7fa;
}
@media screen and (max-width: 1024px) {
    .single_kuka_use_examples .blc05 section {
        margin-top: 40px;
        padding: 20px;
    }
}
.single_kuka_use_examples .blc05 h4 {
    margin-bottom: 1.5em;
    font-size: 22px;
    font-weight: 500;
    color: #666;
    text-align: center;
}
@media screen and (max-width: 1024px) {
    .single_kuka_use_examples .blc05 h4 {
        margin-bottom: 1em;
        font-size: 18px;
    }
}
.single_kuka_use_examples .blc05 dl + dl {
    margin-top: 50px;
}
.single_kuka_use_examples .blc05 dt {
    margin-bottom: 1em;
    color: #940e14;
    text-align: center;
}
.single_kuka_use_examples .blc05 dd > * {
    line-height: 1;
    flex: 1;
}
.single_kuka_use_examples .blc05 .object_fit {
    width: 100% !important;
    height: 100% !important;
    font-family: "object-fit: cover;";
    -o-object-fit: cover;
    object-fit: cover;
}
.single_kuka_use_examples .blc05 .video {
    position: relative;
    overflow: hidden;
    margin-left: 2px;
    padding-top: 28.125%;
}
.single_kuka_use_examples .blc05 .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.single_kuka_use_examples .blc05 .blc05_14 {
    text-align: center;
}
.single_kuka_use_examples .blc05 .blc05_14 dt {
    font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.5;
}
@media screen and (max-width: 1024px) {
    .single_kuka_use_examples .blc05 .blc05_14 dt {
        font-size: 18px;
    }
}
.single_kuka_use_examples .blc05 .blc05_14 span {
    display: block;
    margin-top: 0.5em;
    font-size: 0.8em;
    color: #666;
}
@media screen and (max-width: 1024px) {
    .single_kuka_use_examples .blc05 .blc05_14 dd {
        position: relative;
        overflow: hidden;
        height: 0;
        padding-top: 56.25%;
    }
    .single_kuka_use_examples .blc05 .blc05_14 dd iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}
#single_service_related_post li:nth-last-child(-n + 2) {
    display: none;
}
.single_ra .case_intro .coming_soon {
    margin-top: -60px;
}
p:empty {
    display: none;
}
#archive_column {
    margin: 0 auto 50px;
    width: 1182px;
    padding: 60px 5% 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#archive_column .headline {
    font-size: 32px;
    font-weight: 500;
    text-align: center;
    margin: 0 0 -40px;
}
.blc01_03 {
    margin: 0 150px;
    padding: 30px 60px 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
    .blc01_03 {
        margin: auto;
        padding: 20px;
    }
}
#archive_column .blc01_01 {
    margin-top: 50px;
}
@media screen and (max-width: 1024px) {
    #archive_column .blc01_01 {
        margin: auto;
    }
}
#archive_column .blc01_03::after {
    content: "";
    background: url(https://www.infinitysolutions.co.jp/wprenew/wp-content/uploads/2021/02/greeting03.png) no-repeat right center;
    background-size: contain;
    opacity: 0.5;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}
@media screen and (max-width: 1024px) {
    #archive_column .blc01_03 {
        padding: 0;
    }
}
#column_list .item {
    width: 340px;
    height: 300px;
    margin: 72px 0 0 20px;
    position: relative;
    float: left;
    background: #fff;
    border: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#column_list .item a.link .top_area {
    height: 185px;
    position: relative;
    overflow: hidden;
}
#column_list .title_area {
    width: 100%;
    height: 60px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    overflow: hidden;
}
#column_list .title_area:before {
    display: block;
    content: "";
    z-index: 2;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#column_list .title {
    line-height: 1.6;
    padding: 0 15px;
    font-size: 16px;
    overflow: hidden;
    max-height: 3.2em;
    z-index: 2;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#archive_column {
    margin: 60px auto 50px;
    width: 1182px;
    padding: 60px 5% 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#archive_column .headline {
    font-size: 32px;
    font-weight: 500;
    text-align: center;
    margin: 0 0 -40px;
}
#column_list .item {
    width: 320px;
    height: 300px;
    margin: 72px 0 0 20px;
    position: relative;
    float: left;
    background: #fff;
    border: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#column_list.no_category .item {
    margin-top: 40px;
}
#column_list .item:nth-of-type(2n) {
    margin-right: 0;
}
#column_list .item a.link {
    display: block;
    width: 100%;
    height: 100%;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#column_list .item a.link .top_area {
    height: 150px;
    position: relative;
    overflow: hidden;
}
#column_list .title_area {
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    overflow: hidden;
}
#column_list .title_area:before {
    display: block;
    content: "";
    z-index: 2;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#column_list .normal_image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    font-family: "object-fit: cover;";
}
#column_list .blur_image {
    width: 100%;
    height: 250px;
    position: absolute;
    bottom: 0;
    left: 0;
}
#column_list .blur_image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    font-family: "object-fit: cover;";
}
#column_list .title {
    line-height: 1.6;
    padding: 0 15px;
    font-size: 16px;
    overflow: hidden;
    max-height: 3.2em;
    z-index: 2;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#column_list .title span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
#column_list .category a {
    display: none;
    position: absolute;
    top: -36px;
    left: -1px;
    z-index: 3;
    background: #000;
    color: #fff;
    height: 36px;
    line-height: 36px;
    min-width: 110px;
    text-align: center;
    font-size: 12px;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#column_list .category a:first-child {
    display: block;
}
#column_list .desc {
    margin: 10px 0 0;
    font-size: 8px;
    line-height: 2;
    overflow: hidden;
    max-height: 4.4em;
}
#column_list .desc span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media screen and (max-width: 950px) {
    #archive_column {
        width: auto;
        padding: 40px 20px;
    }
    #archive_column .headline {
        font-size: 32px;
        font-weight: 500;
        text-align: center;
        margin: 0 0 20px;
    }
    #column_list {
        margin-bottom: -10px;
    }
    #column_list .item {
        width: calc(50% - 10px);
        height: 280px;
        margin: 55px 20px 0 0;
    }
    #column_list.no_category .item {
        margin-top: 22px;
    }
    #column_list .item a.link {
        padding: 20px;
    }
    #column_list .item a.link .top_area {
        height: 170px;
    }
    #column_list .title_area {
        height: 70px;
    }
    #column_list .blur_image {
        height: 170px;
    }
    #column_list .title {
        padding: 0 20px;
    }
    #column_list .desc {
        margin: 15px 0 0;
        font-size: 14px;
    }
}
@media screen and (max-width: 750px) {
    #archive_column {
        margin: 0;
        border: none !important;
    }
    #column_list {
        margin-bottom: 10px;
    }
    #column_list .category a {
        min-width: 100px;
    }
}
@media screen and (max-width: 550px) {
    #archive_column {
        padding: 30px 20px 40px;
    }
    #column_list {
        margin-bottom: 0;
    }
    #column_list .item {
        width: auto;
        height: auto;
        margin: 55px 0 0;
    }
    #archive_column .headline {
        margin: 0 0 10px;
    }
    #column_list .desc span {
        -webkit-line-clamp: 3;
        line-height: 2;
    }
    #column_list .desc {
        max-height: 6em;
    }
}
#archive_service .blc01 {
    padding-top: 0;
}
@media screen and (max-width: 950px) {
    #archive_service .top_area .title {
        font-size: 24px;
    }
}
@media screen and (max-width: 700px) {
    #archive_service .top_area .title {
        font-size: 18px;
    }
    .bottom_area p {
        text-align: left;
    }
    #archive_service .sub_category .line_space {
        list-style: none;
    }
    #archive_service .sub_category .line_space li {
        padding: 5px;
    }
}
#archive_column {
    margin: 0 auto;
    padding: 60px 5% 150px;
}
#archive_column .blc01 {
    padding: 30px 60px 0;
}
@media screen and (max-width: 1024px) {
    #archive_column .blc01 {
        padding: 0;
    }
}
#archive_column .blc01 .ta_center_ttl {
    margin-bottom: 1.5em !important;
    line-height: 1.5;
}
#archive_column .desc {
    font-size: 16px;
    line-height: 2;
}
@media screen and (max-width: 1024px) {
    #archive_column .desc {
        font-size: 14px;
        line-height: 1.75;
    }
}
#archive_column .desc + .desc {
    margin-top: 1.5em;
}
#single_column {
    border: none !important;
    background: #fff !important;
}
@media screen and (max-width: 1024px) {
    #single_column {
        padding: 0;
    }
}
#single_column .post_content {
    margin: 45px 0 60px;
    padding: 0 !important;
}
@media screen and (max-width: 1024px) {
    #single_column .post_content {
        margin-top: 0;
    }
}
#single_column .post_content > section {
    margin-top: 120px;
}
@media screen and (max-width: 1024px) {
    #single_column .post_content > section {
        margin-top: 60px;
    }
}
#single_column .post_content .list {
    margin: 2em 0 0;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    flex-wrap: wrap;
    justify-content: space-between;
}
@media screen and (max-width: 600px) {
    #single_column .post_content .list {
        flex-direction: column;
        border: none;
        align-items: center;
    }
}
#single_column .post_content .list li {
    box-sizing: border-box;
    width: 50%;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: #f7f7f7;
    list-style: none;
}
@media screen and (max-width: 600px) {
    #single_column .post_content .list li {
        width: 100%;
        border: 1px solid #ddd;
    }
}
#single_column .post_content .list li:nth-child(even) {
    border-right: 1px solid #ddd;
}
#single_column .post_content .list h4 {
    margin-bottom: 0;
    padding: 1.25em 0;
    background: #fff;
    font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 130%;
    font-weight: 500;
    color: #940e14;
    text-align: center;
}
#single_column .post_content .list p {
    margin: 0;
}
#single_column .post_content .list p + p {
    margin-top: 1em;
}
#single_column .post_content .list p:empty {
    display: none;
}
#single_column .post_content .list .card_img {
    line-height: 1;
}
#single_column .post_content .list .card_img img {
    display: block;
}
#single_column .post_content .list .card_tx {
    padding: 40px 50px;
    font-size: 0.9em;
}
@media screen and (max-width: 600px) {
    #single_column .post_content .list .card_tx {
        padding: 20px;
        font-size: 1em;
    }
}
#side_column_category_list .headline {
    background: #940e14;
    font-size: 22px;
    color: #fff;
}
#side_column_category_list.type1 .post_list a {
    background: #f6f7fa;
    color: #222;
}
#side_column_category_list.type1 .post_list li:nth-child(even) a {
    background: #eef0f4;
}
#side_column_category_list.type1 .post_list .active a {
    color: #940e14;
}
.single_parts_cam_infinity .left_red_border_ttl span {
    color: rgba(4, 28, 65, 0.3);
}
.single_parts_cam_infinity .intro {
    text-align: center;
}
.single_parts_cam_infinity .intro .wp-image-444 {
    width: 100%;
    max-width: 360px;
}
.single_parts_cam_infinity .intro .wp-image-445 {
    margin: 40px 0;
}
.single_parts_cam_infinity .blc01 .video {
    text-align: center;
}
@media screen and (max-width: 1024px) {
    .single_parts_cam_infinity .blc01 .video {
        position: relative;
        overflow: hidden;
        height: 0;
        padding-top: 56.25%;
    }
    .single_parts_cam_infinity .blc01 .video iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}
.single_parts_cam_infinity .blc07 .media {
    margin-bottom: 30px;
    align-items: center;
}
@media screen and (max-width: 1024px) {
    .single_parts_cam_infinity .blc07 .media {
        flex-direction: column;
        margin-bottom: 0;
    }
}
.single_parts_cam_infinity .blc07 .media_img {
    width: 60%;
    margin-right: 30px;
}
@media screen and (max-width: 1024px) {
    .single_parts_cam_infinity .blc07 .media_img {
        width: 100%;
        max-width: 540px;
        margin: 0 0 20px;
    }
}
.single_parts_cam_infinity .blc07 .media_tx {
    font-size: 0.9em;
}
.single_parts_cam_infinity .blc07 > .flex {
    flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
    .single_parts_cam_infinity .blc07 > .flex {
        flex-direction: column;
    }
}
.single_parts_cam_infinity .blc07 section {
    flex: 1;
    flex-basis: 40%;
}
@media screen and (max-width: 1024px) {
    .single_parts_cam_infinity .blc07 section {
        flex: initial;
    }
}
.single_parts_cam_infinity .blc07 section:first-child {
    margin-right: 40px;
}
@media screen and (max-width: 1024px) {
    .single_parts_cam_infinity .blc07 section:first-child {
        margin: 0 0 60px;
    }
}
.single_parts_cam_infinity .blc07 h4 {
    margin-bottom: 0;
    padding: 0.75em 1em;
    background: #f6f7fa;
    font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: 500;
    color: #041c41;
}
.single_parts_cam_infinity .blc07 dl {
    margin-bottom: 1px;
}
.single_parts_cam_infinity .blc07 .dropdown .js_dropdown {
    position: relative;
    padding: 1.2em 50px 1.2em 1.5em;
    background: rgba(4, 28, 65, 0.65);
    line-height: 1.5;
    color: #fff;
    cursor: pointer;
    transition: all 0.2s linear;
}
.single_parts_cam_infinity .blc07 .dropdown .js_dropdown::before {
    position: absolute;
    top: 50%;
    right: 27px;
    width: 2px;
    height: 16px;
    background: #fff;
    content: "";
    transition: all 0.2s linear;
    transform: translateY(-50%);
}
.single_parts_cam_infinity .blc07 .dropdown .js_dropdown::after {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 16px;
    height: 2px;
    background: #fff;
    content: "";
    transform: translateY(-50%);
}
.single_parts_cam_infinity .blc07 .dropdown .js_dropdown:hover {
    opacity: 0.7;
}
.single_parts_cam_infinity .blc07 .dropdown .js_dropdown.active::before {
    height: 0;
}
.single_parts_cam_infinity .blc07 .dropdown dd {
    display: none;
    margin-bottom: 0;
    padding: 1.5em;
    border: 1px solid rgba(4, 28, 65, 0.3);
    background: #f6f7fa;
}
.single_parts_cam_infinity .blc07 .definition_list {
    margin-top: 60px;
}
.single_parts_cam_infinity .blc07 .definition_list dl {
    padding: 1.5em;
    border-bottom: 1px solid rgba(4, 28, 65, 0.15);
}
.single_parts_cam_infinity .blc07 .definition_list dt {
    width: 10em;
    color: #041c41;
}
@media screen and (max-width: 1024px) {
    .single_parts_cam_infinity .blc07 .definition_list dt {
        width: 8em;
    }
}
.single_parts_cam_infinity .blc07 .definition_list dd {
    margin-bottom: 0;
    flex: 1;
}
.single_parts_cam_infinity .blc07 ul {
    margin: 0;
}
.single_parts_cam_infinity .blc07 li {
    list-style: none;
}
.single_parts_cam_infinity .blc07 dt,
.single_parts_cam_infinity .blc07 dd {
    font-size: 0.9em;
}

.single_newfusion360 .left_red_border_ttl span {
    color: rgba(4, 28, 65, 0.3);
}
.single_newfusion360 .intro {
    text-align: center;
}
.single_newfusion360 .intro hr {
    min-width: 900px;
	height: 1px;
	background-color: #494949;
}

@media screen and (max-width: 900px) {
.single_newfusion360 .intro hr {
    min-width: fit-content;
	height: 1px;
	background-color: #494949;
}
}

.single_newfusion360 .intro .pack-container {
	display:flex;
	min-width: 900px;
	padding-bottom: 3%;
}
@media screen and (max-width: 900px) {
	.single_newfusion360 .intro .pack-container {
	display: flex;
	flex-direction: column;
	min-width: fit-content;
    align-items: center;
	}
}

.single_newfusion360 .intro .pack-container .image-txt-container {
	max-width: calc(100%/4);
	padding: 0px 10px;
	margin-top: -20px;
}

@media screen and (max-width: 900px) {
	.single_newfusion360 .intro .pack-container .image-txt-container {
	margin-top: 0px;
		display: flex;
		flex-direction: column;
		padding: 0 3%;
	}
}

.single_newfusion360 .intro .pack-container .image-container img {
	min-height: 150px;
	max-width: 200px;
}
.single_newfusion360 .intro .pack-container .txt-container {
	background: #6C6C6C;
	color: #fff;
	font-size: 100%;
	font-weight: bold;
	min-width: 200px;
}

.single_newfusion360 .intro2 {
    text-align: center;
}
.single_newfusion360 .blc01 .video {
    text-align: center;
}

.single_newfusion360 .infinty_pack_intro {
	float: right;
	max-width: 450px;
	padding-bottom: 2%;
}

@media screen and (max-width: 900px) {
.single_newfusion360 .infinty_pack_intro {
	float: right;
	max-width: 300px;
	padding-bottom: 2%;
	padding-right: 0;
}
}

.single_newfusion360 .rvl section{
  min-height: 20vh;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.single_newfusion360 .rvl section:nth-child(1){
  color: #494949;
  }
.single_newfusion360 .rvl section:nth-child(2){
    color: #000;
  background: rgba(216,231,255,0.4);
} 
.single_newfusion360 .rvl section:nth-child(3){
  color: #494949;
}
.single_newfusion360 .rvl section:nth-child(4){
   color: #000;
  background: rgba(216,231,255,0.4);
}
.single_newfusion360 .rvl section:nth-child(5){
  color: #494949;
}
.single_newfusion360 .rvl .container{
  margin-left: -100px;
  padding-right: 220px;
}

@media screen and (max-width: 900px) {
	.single_newfusion360 .rvl .container{
  margin-left: 0;
  padding-right: 0;
}
}

.single_newfusion360 .rvl section h1{
  font-size: 3rem;
  margin: 20px;
}
.single_newfusion360 .rvl section h2{
  font-size: 35px;
  margin-left: 20px;
  margin-right: 10px;
  text-align: center;
  margin-top: -100px;
  align-content: start;
}
.single_newfusion360 .rvl .text-container{
   display: inline-flex;
}
.single_newfusion360 .rvl .text-container .text-box{
  margin: 20px;
  padding: 20px;
  background: #fff;
  min-width: calc(100%/3);
}
.single_newfusion360 .rvl .text-container .text-box2{
  margin: 20px;
  padding: 20px;
  min-width: calc(100%/3);
}
.single_newfusion360 .rvl .text-container .text-box h3{
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.single_newfusion360 .rvl .text-container .text-box2 h3{
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 5px;
}

@media (max-width: 900px){
  .single_newfusion360 .rvl section h1{
    font-size: 2rem;
    text-align: center;
  }
  .single_newfusion360 .rvl .text-container{
    flex-direction: column;
  }
}

.single_newfusion360 .rvl .reveal{
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: 1s all ease;
}

.single_newfusion360 .rvl .reveal.active{
  transform: translateY(0);
  opacity: 1;
}


@media screen and (max-width: 1024px) {
    .single_newfusion360 .blc01 .video {
        position: relative;
        overflow: hidden;
        height: 0;
        padding-top: 56.25%;
    }
    .single_newfusion360 .blc01 .video iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}

.single_newfusion360 .blc02 #feature-intro {
	width: 80%; 
	text-align: left; 
	margin-left: -50px; 
	margin-top: 10px
}

@media screen and (max-width: 900px) {
	.single_newfusion360 .blc02 #feature-intro {
		margin-left: 10%;
		margin-top: 0:
	}
}

.single_newfusion360 .blc02 .dropdown .js_dropdown {
    position: relative;
    padding: 1.2em 50px 1.2em 1.5em;
    background: rgba(27, 127, 204, 0.8);
    line-height: 1.5;
    color: #fff;
    cursor: pointer;
    transition: all 0.2s linear;
}
.single_newfusion360 .blc02 .dropdown .js_dropdown::before {
    position: absolute;
    top: 50%;
    right: 27px;
    width: 2px;
    height: 16px;
    background: #fff;
    content: "";
    transition: all 0.2s linear;
    transform: translateY(-50%);
}
.single_newfusion360 .blc02 .dropdown .js_dropdown::after {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 16px;
    height: 2px;
    background: #fff;
    content: "";
    transform: translateY(-50%);
}
.single_newfusion360 .blc02 .dropdown .js_dropdown:hover {
    opacity: 0.7;
}
.single_newfusion360 .blc02 .dropdown .js_dropdown.active::before {
    height: 0;
}
.single_newfusion360 .blc02 .dropdown dd {
    display: none;
    margin-bottom: 0;
    padding: 1.5em;
    border: 1px solid rgba(4, 28, 65, 0.3);
    background: #f6f7fa;
}
.single_newfusion360 .blc02 .dropdown .translator .import_export {
    display: flex;
    flex-direction: column;
}
.single_newfusion360 .blc02 .dropdown .translator .import_export .title {
    color: #298fcf;
    font-size: 100%;
    font-weight: 900;
}
.single_newfusion360 .blc02 .dropdown .translator .import_export .border_box {
    display: flex;
    flex-direction: row;
    background-color: #fff;
    border: 2px solid #298fcf;
    border-radius: 10px;
    filter: drop-shadow(5px 5px 5px #c4c4c4);
}
.single_newfusion360 .blc02 .dropdown .translator .import_export .border_box div {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    font-size: 55%;
    font-weight: 600;
    padding-left: 2%;
    margin: 1%;
    align-content: center;
}
.single_newfusion360 .blc02 .dropdown .translator .second_row {
    display: flex;
    flex-direction: row;
    padding: 2% 0;
}
.single_newfusion360 .blc02 .dropdown .translator .vector_import .title {
    font-size: 100%;
    color: #e16820;
    font-weight: 900;
}
.single_newfusion360 .blc02 .dropdown .translator .vector_import div {
    display: flex;
    flex-direction: row;
    font-size: 55%;
    padding: 5%;
    text-align: center;
    font-weight: 600;
    background-color: #fff;
    border: 2px solid #e16820;
    border-radius: 10px;
    filter: drop-shadow(5px 5px 5px #c4c4c4);
}
.single_newfusion360 .blc02 .dropdown .translator .import_logo {
    max-width: 250px;
    margin-left: 17%;
    margin-top: 5%;
}
.single_newfusion360 .blc02 .dropdown .translator .import .title {
    font-size: 100%;
    color: #357b38;
    font-weight: 900;
}
.single_newfusion360 .blc02 .dropdown .translator .import {
    display: flex;
    flex-direction: column;
}
.single_newfusion360 .blc02 .dropdown .translator .import .border_box {
    display: flex;
    flex-direction: row;
    background-color: #fff;
    align-content: center;
    font-weight: 600;
    border: 2px solid #357b38;
    border-radius: 10px;
    filter: drop-shadow(5px 5px 5px #c4c4c4);
    padding: 2%;
}
.single_newfusion360 .blc02 .dropdown .translator .import div {
    display: flex;
    flex-direction: row;
    font-size: 48%;
    padding: 1%;
}
.single_newfusion360 .blc03 {
    padding-bottom: 40px;
}
.single_newfusion360 .blc07 .media {
    margin-bottom: 30px;
    align-items: center;
}
@media screen and (max-width: 1024px) {
    .single_newfusion360 .blc07 .media {
        flex-direction: column;
        margin-bottom: 0;
    }
}
.single_newfusion360 .blc07 .media_img {
    width: 60%;
    margin-right: 30px;
}
@media screen and (max-width: 1024px) {
    .single_newfusion360 .blc07 .media_img {
        width: 100%;
        max-width: 540px;
        margin: 0 0 20px;
    }
}
.single_newfusion360 .blc07 .media_tx {
    font-size: 0.9em;
}
.single_newfusion360 .blc07 > .flex {
    flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
    .single_newfusion360 .blc07 > .flex {
        flex-direction: column;
    }
}
.single_newfusion360 .blc07 section {
    flex: 1;
    flex-basis: 40%;
}
@media screen and (max-width: 1024px) {
    .single_newfusion360 .blc07 section {
        flex: initial;
    }
}
.single_newfusion360 .blc07 section:first-child {
    margin-right: 40px;
}
@media screen and (max-width: 1024px) {
    .single_newfusion360 .blc07 section:first-child {
        margin: 0 0 60px;
    }
}
.single_newfusion360 .blc07 h4 {
    margin-bottom: 0;
    padding: 0.75em 1em;
    background: #f6f7fa;
    font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: 500;
    color: #041c41;
}
.single_newfusion360 .blc07 dl {
    margin-bottom: 1px;
}
.single_newfusion360 .blc07 .dropdown .js_dropdown {
    position: relative;
    padding: 1.2em 50px 1.2em 1.5em;
    background: rgba(4, 28, 65, 0.65);
    line-height: 1.5;
    color: #fff;
    cursor: pointer;
    transition: all 0.2s linear;
}
.single_newfusion360 .blc07 .dropdown .js_dropdown::before {
    position: absolute;
    top: 50%;
    right: 27px;
    width: 2px;
    height: 16px;
    background: #fff;
    content: "";
    transition: all 0.2s linear;
    transform: translateY(-50%);
}
.single_newfusion360 .blc07 .dropdown .js_dropdown::after {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 16px;
    height: 2px;
    background: #fff;
    content: "";
    transform: translateY(-50%);
}
.single_newfusion360 .blc07 .dropdown .js_dropdown:hover {
    opacity: 0.7;
}
.single_newfusion360 .blc07 .dropdown .js_dropdown.active::before {
    height: 0;
}
.single_newfusion360 .blc07 .dropdown dd {
    display: none;
    margin-bottom: 0;
    padding: 1.5em;
    border: 1px solid rgba(4, 28, 65, 0.3);
    background: #f6f7fa;
}
.single_newfusion360 .blc07 .definition_list {
    margin-top: 60px;
}
.single_newfusion360 .blc07 .definition_list dl {
    padding: 1.5em;
    border-bottom: 1px solid rgba(4, 28, 65, 0.15);
}
.single_newfusion360 .blc07 .definition_list dt {
    width: 10em;
    color: #041c41;
}
@media screen and (max-width: 1024px) {
    .single_newfusion360 .blc07 .definition_list dt {
        width: 8em;
    }
}
.single_newfusion360 .blc07 .definition_list dd {
    margin-bottom: 0;
    flex: 1;
}
.single_newfusion360 .blc07 ul {
    margin: 0;
}
.single_newfusion360 .blc07 li {
    list-style: none;
}
.single_newfusion360 .blc07 dt,
.single_newfusion360 .blc07 dd {
    font-size: 0.9em;
}
@media screen and (max-width: 1024px) {
   .single_newfusion360 .blc01_02 {
        margin: 0;
        align-items: center;
    }
}
@media screen and (max-width: 1024px) {
    .single_newfusion360 .blc01_02 > .flex {
        flex-direction: column;
    }
}
.single_newfusion360 .blc01_02 > .flex > * {
    flex: 1;
}
.single_newfusion360 .blc01_02 p:empty {
    display: none;
}
.single_newfusion360 .blc01_02 ul {
    margin: 0;
}
.single_newfusion360 .blc01_02 li {
    list-style: none;
    font-weight: 700;
    line-height: 1.75;
    color: #888;
}
.single_newfusion360 .blc01_02 .tx_lg {
    font-size: 150%;
}
.single_newfusion360 .blc01_02 .tx_md {
    font-size: 125%;
    color: #d3023a;
    font-weight: 700;
}
.single_newfusion360 .blc01_02 .small {
    display: block;
    font-size: 50%;
}
.single_newfusion360 .blc01_02 .tx {
    margin-right: -50px;
}
.single_newfusion360 .blc01_02 .tx ul {
    margin-bottom: 10px;
}
.single_newfusion360 .blc01_02 .tx li + li {
    margin-top: 0;
}
@media screen and (max-width: 600px) {
    .single_newfusion360 .blc01_02 .tx,
    .single_newfusion360 .blc01_02 .tx ul,
    .single_newfusion360 .blc01_02 .tx li + li {
        flex-direction: column;
        margin: auto;
    }
}
.single_newfusion360 .blc01_02 .img {
    display: flex;
}
.single_newfusion360 .blc01_02 .memo {
    font-size: 0.8em;
    line-height: 1.75;
}
.single_newfusion360 .blc01_02 .module-image-01 {
    max-width: 200px;
    height: auto;
    margin-left: 230px;
    margin-top: -50px;
}
.single_newfusion360 .blc01_02 .module-image-02 {
    max-width: 200px;
    height: auto;
    margin-left: 100px;
    margin-top: -60px;
}
.single_newfusion360 .blc01_02 .module-image-03 {
    max-width: 200px;
    height: auto;
    margin-left: 200px;
    margin-top: -90px;
}
.single_newfusion360 .blc01_02 .module-image-04 {
    max-width: 200px;
    height: auto;
    margin-left: 280px;
    margin-top: -80px;
}
.single_newfusion360 .blc01_02 .module-image-05 {
    max-width: 200px;
    height: auto;
    margin-left: 200px;
    margin-top: -70px;
}
.single_newfusion360 .blc01_02 .module-image-06 {
    max-width: 200px;
    height: auto;
    margin-left: 250px;
    margin-top: -100px;
}
.single_newfusion360 .blc01_02 .module-image-07 {
    max-width: 200px;
    height: auto;
    margin-left: 250px;
    margin-top: -70px;
}
.single_newfusion360 .blc01_02 .module-image-08 {
    max-width: 200px;
    height: auto;
    margin-left: 220px;
    margin-top: -70px;
}
.single_newfusion360 .blc01_02 .module-image-09 {
    max-width: 250px;
    height: auto;
    margin-left: 330px;
    margin-top: -80px;
}
@media screen and (max-width: 1024px) {
    .single_newfusion360 .blc01_02 .module-image-01,
    .single_newfusion360 .blc01_02 .module-image-02,
    .single_newfusion360 .blc01_02 .module-image-03,
    .single_newfusion360 .blc01_02 .module-image-04,
    .single_newfusion360 .blc01_02 .module-image-05,
    .single_newfusion360 .blc01_02 .module-image-06,
    .single_newfusion360 .blc01_02 .module-image-07,
    .single_newfusion360 .blc01_02 .module-image-08,
    .single_newfusion360 .blc01_02 .module-image-09 {
        position: relative;
        margin: 0;
        flex-direction: column;
        width: 40%;
    }
}
.single_newfusion360 .blc01_02 .img_row {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin-top: -100px;
}
.single_newfusion360 .blc01_02 .container-fluid {
    width: 40%;
    font-size: 70%;
    text-align: center;
}
.single_newfusion360 .blc01_02 .img01,
.single_newfusion360 .blc01_02 .img03,
.single_newfusion360 .blc01_02 .img02,
.single_newfusion360 .blc01_02 .img04 {
    width: 40%;
    font-size: 70%;
    font-weight: 500;
    text-align: center;
    color: #d3023a;
}
.single_newfusion360 .blc01_02 .img01 {
    margin-left: auto;
    margin-top: 10px;
}
.single_newfusion360 .blc01_02 .img02 {
    margin: auto;
}
.single_newfusion360 .blc01_02 .img03 {
    margin-left: 285px;
    margin-top: -115px;
    margin-bottom: 100px;
}
.single_newfusion360 .blc01_02 .img04 {
    margin: -130px 120px 0;
}
@media screen and (max-width: 1024px) {
    .single_newfusion360 .blc01_02 .img01,
    .single_newfusion360 .blc01_02 .img02,
    .single_newfusion360 .blc01_02 .img03,
    .single_newfusion360 .blc01_02 .img04,
    .single_newfusion360 .blc01_03 .img06 {
        position: relative;
        width: 40%;
        font-size: 90%;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        flex-direction: row;
    }
    .single_newfusion360 .blc01_02 .img03 {
        margin-left: 450px;
    }
}
.single_newfusion360 .blc01_03 .img05 {
    margin: 40px 30px 0 0;
    align-items: left;
    width: 70px;
    height: 70px;
}
.single_newfusion360 .blc01_03 .img06 {
    max-width: 500px;
    margin-left: 200px;
}
@media screen and (max-width: 1024px) {
    .single_newfusion360 .blc01_03 .img06 {
        position: relative;
        width: 100%;
        font-size: 90%;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
}
.single_newfusion360 .blc01_02 .img01_01 {
    margin-left: 200px;
    margin-top: 10px;
    width: 50%;
    font-size: 70%;
    font-weight: 500;
    text-align: center;
}
@media screen and (max-width: 1024px) {
    .single_newfusion360 .blc01_02 .img01_01 {
        position: relative;
        width: 40%;
        font-size: 90%;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
}
.single_newfusion360 .blc01_03 .shiftup {
    margin: -30px 0 0;
    padding: 0;
}
@media screen and (max-width: 700px) {
    .single_newfusion360 .blc01_02 .img01,
    .single_newfusion360 .blc01_02 .img02,
    .single_newfusion360 .blc01_02 .img03,
    .single_newfusion360 .blc01_02 .img04,
    .single_newfusion360 .blc01_03 .img06,
    .single_newfusion360 .blc01_02 .img01_01 {
        margin: 0;
        flex-direction: column;
        width: 100%;
        align-content: center;
        justify-content: center;
    }
}



.single_fusion360 .left_red_border_ttl span {
    color: rgba(4, 28, 65, 0.3);
}
.single_fusion360 .intro {
    text-align: center;
}
.single_fusion360 .intro2 {
    text-align: center;
}
.single_fusion360 .blc01 .video {
    text-align: center;
}
@media screen and (max-width: 1024px) {
    .single_fusion360 .blc01 .video {
        position: relative;
        overflow: hidden;
        height: 0;
        padding-top: 56.25%;
    }
    .single_fusion360 .blc01 .video iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}
.single_fusion360 .blc02 .dropdown .js_dropdown {
    position: relative;
    padding: 1.2em 50px 1.2em 1.5em;
    background: rgba(27, 127, 204, 0.8);
    line-height: 1.5;
    color: #fff;
    cursor: pointer;
    transition: all 0.2s linear;
}
.single_fusion360 .blc02 .dropdown .js_dropdown::before {
    position: absolute;
    top: 50%;
    right: 27px;
    width: 2px;
    height: 16px;
    background: #fff;
    content: "";
    transition: all 0.2s linear;
    transform: translateY(-50%);
}
.single_fusion360 .blc02 .dropdown .js_dropdown::after {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 16px;
    height: 2px;
    background: #fff;
    content: "";
    transform: translateY(-50%);
}
.single_fusion360 .blc02 .dropdown .js_dropdown:hover {
    opacity: 0.7;
}
.single_fusion360 .blc02 .dropdown .js_dropdown.active::before {
    height: 0;
}
.single_fusion360 .blc02 .dropdown dd {
    display: none;
    margin-bottom: 0;
    padding: 1.5em;
    border: 1px solid rgba(4, 28, 65, 0.3);
    background: #f6f7fa;
}
.single_fusion360 .blc02 .dropdown .translator .import_export {
    display: flex;
    flex-direction: column;
}
.single_fusion360 .blc02 .dropdown .translator .import_export .title {
    color: #298fcf;
    font-size: 100%;
    font-weight: 900;
}
.single_fusion360 .blc02 .dropdown .translator .import_export .border_box {
    display: flex;
    flex-direction: row;
    background-color: #fff;
    border: 2px solid #298fcf;
    border-radius: 10px;
    filter: drop-shadow(5px 5px 5px #c4c4c4);
}
.single_fusion360 .blc02 .dropdown .translator .import_export .border_box div {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    font-size: 55%;
    font-weight: 600;
    padding-left: 2%;
    margin: 1%;
    align-content: center;
}
.single_fusion360 .blc02 .dropdown .translator .second_row {
    display: flex;
    flex-direction: row;
    padding: 2% 0;
}
.single_fusion360 .blc02 .dropdown .translator .vector_import .title {
    font-size: 100%;
    color: #e16820;
    font-weight: 900;
}
.single_fusion360 .blc02 .dropdown .translator .vector_import div {
    display: flex;
    flex-direction: row;
    font-size: 55%;
    padding: 5%;
    text-align: center;
    font-weight: 600;
    background-color: #fff;
    border: 2px solid #e16820;
    border-radius: 10px;
    filter: drop-shadow(5px 5px 5px #c4c4c4);
}
.single_fusion360 .blc02 .dropdown .translator .import_logo {
    max-width: 250px;
    margin-left: 17%;
    margin-top: 5%;
}
.single_fusion360 .blc02 .dropdown .translator .import .title {
    font-size: 100%;
    color: #357b38;
    font-weight: 900;
}
.single_fusion360 .blc02 .dropdown .translator .import {
    display: flex;
    flex-direction: column;
}
.single_fusion360 .blc02 .dropdown .translator .import .border_box {
    display: flex;
    flex-direction: row;
    background-color: #fff;
    align-content: center;
    font-weight: 600;
    border: 2px solid #357b38;
    border-radius: 10px;
    filter: drop-shadow(5px 5px 5px #c4c4c4);
    padding: 2%;
}
.single_fusion360 .blc02 .dropdown .translator .import div {
    display: flex;
    flex-direction: row;
    font-size: 48%;
    padding: 1%;
}
.single_fusion360 .blc03 {
    padding-bottom: 40px;
}
.single_fusion360 .blc07 .media {
    margin-bottom: 30px;
    align-items: center;
}
@media screen and (max-width: 1024px) {
    .single_fusion360 .blc07 .media {
        flex-direction: column;
        margin-bottom: 0;
    }
}
.single_fusion360 .blc07 .media_img {
    width: 60%;
    margin-right: 30px;
}
@media screen and (max-width: 1024px) {
    .single_fusion360 .blc07 .media_img {
        width: 100%;
        max-width: 540px;
        margin: 0 0 20px;
    }
}
.single_fusion360 .blc07 .media_tx {
    font-size: 0.9em;
}
.single_fusion360 .blc07 > .flex {
    flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
    .single_fusion360 .blc07 > .flex {
        flex-direction: column;
    }
}
.single_fusion360 .blc07 section {
    flex: 1;
    flex-basis: 40%;
}
@media screen and (max-width: 1024px) {
    .single_fusion360 .blc07 section {
        flex: initial;
    }
}
.single_fusion360 .blc07 section:first-child {
    margin-right: 40px;
}
@media screen and (max-width: 1024px) {
    .single_fusion360 .blc07 section:first-child {
        margin: 0 0 60px;
    }
}
.single_fusion360 .blc07 h4 {
    margin-bottom: 0;
    padding: 0.75em 1em;
    background: #f6f7fa;
    font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: 500;
    color: #041c41;
}
.single_fusion360 .blc07 dl {
    margin-bottom: 1px;
}
.single_fusion360 .blc07 .dropdown .js_dropdown {
    position: relative;
    padding: 1.2em 50px 1.2em 1.5em;
    background: rgba(4, 28, 65, 0.65);
    line-height: 1.5;
    color: #fff;
    cursor: pointer;
    transition: all 0.2s linear;
}
.single_fusion360 .blc07 .dropdown .js_dropdown::before {
    position: absolute;
    top: 50%;
    right: 27px;
    width: 2px;
    height: 16px;
    background: #fff;
    content: "";
    transition: all 0.2s linear;
    transform: translateY(-50%);
}
.single_fusion360 .blc07 .dropdown .js_dropdown::after {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 16px;
    height: 2px;
    background: #fff;
    content: "";
    transform: translateY(-50%);
}
.single_fusion360 .blc07 .dropdown .js_dropdown:hover {
    opacity: 0.7;
}
.single_fusion360 .blc07 .dropdown .js_dropdown.active::before {
    height: 0;
}
.single_fusion360 .blc07 .dropdown dd {
    display: none;
    margin-bottom: 0;
    padding: 1.5em;
    border: 1px solid rgba(4, 28, 65, 0.3);
    background: #f6f7fa;
}
.single_fusion360 .blc07 .definition_list {
    margin-top: 60px;
}
.single_fusion360 .blc07 .definition_list dl {
    padding: 1.5em;
    border-bottom: 1px solid rgba(4, 28, 65, 0.15);
}
.single_fusion360 .blc07 .definition_list dt {
    width: 10em;
    color: #041c41;
}
@media screen and (max-width: 1024px) {
    .single_fusion360 .blc07 .definition_list dt {
        width: 8em;
    }
}
.single_fusion360 .blc07 .definition_list dd {
    margin-bottom: 0;
    flex: 1;
}
.single_fusion360 .blc07 ul {
    margin: 0;
}
.single_fusion360 .blc07 li {
    list-style: none;
}
.single_fusion360 .blc07 dt,
.single_fusion360 .blc07 dd {
    font-size: 0.9em;
}
@media screen and (max-width: 1024px) {
    .single_fusion360 .blc01_02 {
        margin: 0;
        align-items: center;
    }
}
@media screen and (max-width: 1024px) {
    .single_fusion360 .blc01_02 > .flex {
        flex-direction: column;
    }
}
.single_fusion360 .blc01_02 > .flex > * {
    flex: 1;
}
.single_fusion360 .blc01_02 p:empty {
    display: none;
}
.single_fusion360 .blc01_02 ul {
    margin: 0;
}
.single_fusion360 .blc01_02 li {
    list-style: none;
    font-weight: 700;
    line-height: 1.75;
    color: #888;
}
.single_fusion360 .blc01_02 .tx_lg {
    font-size: 150%;
}
.single_fusion360 .blc01_02 .tx_md {
    font-size: 125%;
    color: #d3023a;
    font-weight: 700;
}
.single_fusion360 .blc01_02 .small {
    display: block;
    font-size: 50%;
}
.single_fusion360 .blc01_02 .tx {
    margin-right: -50px;
}
.single_fusion360 .blc01_02 .tx ul {
    margin-bottom: 10px;
}
.single_fusion360 .blc01_02 .tx li + li {
    margin-top: 0;
}
@media screen and (max-width: 600px) {
    .single_fusion360 .blc01_02 .tx,
    .single_fusion360 .blc01_02 .tx ul,
    .single_fusion360 .blc01_02 .tx li + li {
        flex-direction: column;
        margin: auto;
    }
}
.single_fusion360 .blc01_02 .img {
    display: flex;
}
.single_fusion360 .blc01_02 .memo {
    font-size: 0.8em;
    line-height: 1.75;
}
.single_fusion360 .blc01_02 .module-image-01 {
    max-width: 200px;
    height: auto;
    margin-left: 230px;
    margin-top: -50px;
}
.single_fusion360 .blc01_02 .module-image-02 {
    max-width: 200px;
    height: auto;
    margin-left: 100px;
    margin-top: -60px;
}
.single_fusion360 .blc01_02 .module-image-03 {
    max-width: 200px;
    height: auto;
    margin-left: 200px;
    margin-top: -90px;
}
.single_fusion360 .blc01_02 .module-image-04 {
    max-width: 200px;
    height: auto;
    margin-left: 280px;
    margin-top: -80px;
}
.single_fusion360 .blc01_02 .module-image-05 {
    max-width: 200px;
    height: auto;
    margin-left: 200px;
    margin-top: -70px;
}
.single_fusion360 .blc01_02 .module-image-06 {
    max-width: 200px;
    height: auto;
    margin-left: 250px;
    margin-top: -100px;
}
.single_fusion360 .blc01_02 .module-image-07 {
    max-width: 200px;
    height: auto;
    margin-left: 250px;
    margin-top: -70px;
}
.single_fusion360 .blc01_02 .module-image-08 {
    max-width: 200px;
    height: auto;
    margin-left: 220px;
    margin-top: -70px;
}
.single_fusion360 .blc01_02 .module-image-09 {
    max-width: 250px;
    height: auto;
    margin-left: 330px;
    margin-top: -80px;
}
@media screen and (max-width: 1024px) {
    .single_fusion360 .blc01_02 .module-image-01,
    .single_fusion360 .blc01_02 .module-image-02,
    .single_fusion360 .blc01_02 .module-image-03,
    .single_fusion360 .blc01_02 .module-image-04,
    .single_fusion360 .blc01_02 .module-image-05,
    .single_fusion360 .blc01_02 .module-image-06,
    .single_fusion360 .blc01_02 .module-image-07,
    .single_fusion360 .blc01_02 .module-image-08,
    .single_fusion360 .blc01_02 .module-image-09 {
        position: relative;
        margin: 0;
        flex-direction: column;
        width: 40%;
    }
}
.single_fusion360 .blc01_02 .img_row {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin-top: -100px;
}
.single_fusion360 .blc01_02 .container-fluid {
    width: 40%;
    font-size: 70%;
    text-align: center;
}
.single_fusion360 .blc01_02 .img01,
.single_fusion360 .blc01_02 .img03,
.single_fusion360 .blc01_02 .img02,
.single_fusion360 .blc01_02 .img04 {
    width: 40%;
    font-size: 70%;
    font-weight: 500;
    text-align: center;
    color: #d3023a;
}
.single_fusion360 .blc01_02 .img01 {
    margin-left: auto;
    margin-top: 10px;
}
.single_fusion360 .blc01_02 .img02 {
    margin: auto;
}
.single_fusion360 .blc01_02 .img03 {
    margin-left: 285px;
    margin-top: -115px;
    margin-bottom: 100px;
}
.single_fusion360 .blc01_02 .img04 {
    margin: -130px 120px 0;
}
@media screen and (max-width: 1024px) {
    .single_fusion360 .blc01_02 .img01,
    .single_fusion360 .blc01_02 .img02,
    .single_fusion360 .blc01_02 .img03,
    .single_fusion360 .blc01_02 .img04,
    .single_fusion360 .blc01_03 .img06 {
        position: relative;
        width: 40%;
        font-size: 90%;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        flex-direction: row;
    }
    .single_fusion360 .blc01_02 .img03 {
        margin-left: 450px;
    }
}
.single_fusion360 .blc01_03 .img05 {
    margin: 40px 30px 0 0;
    align-items: left;
    width: 70px;
    height: 70px;
}
.single_fusion360 .blc01_03 .img06 {
    max-width: 500px;
    margin-left: 200px;
}
@media screen and (max-width: 1024px) {
    .single_fusion360 .blc01_03 .img06 {
        position: relative;
        width: 100%;
        font-size: 90%;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
}
.single_fusion360 .blc01_02 .img01_01 {
    margin-left: 200px;
    margin-top: 10px;
    width: 50%;
    font-size: 70%;
    font-weight: 500;
    text-align: center;
}
@media screen and (max-width: 1024px) {
    .single_fusion360 .blc01_02 .img01_01 {
        position: relative;
        width: 40%;
        font-size: 90%;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
}
.single_fusion360 .blc01_03 .shiftup {
    margin: -30px 0 0;
    padding: 0;
}
@media screen and (max-width: 700px) {
    .single_fusion360 .blc01_02 .img01,
    .single_fusion360 .blc01_02 .img02,
    .single_fusion360 .blc01_02 .img03,
    .single_fusion360 .blc01_02 .img04,
    .single_fusion360 .blc01_03 .img06,
    .single_fusion360 .blc01_02 .img01_01 {
        margin: 0;
        flex-direction: column;
        width: 100%;
        align-content: center;
        justify-content: center;
    }
}
.single_cam_tool .intro2 {
    text-align: center;
}
.single_cam_tool .intro2 .wp-image-444 {
    width: 100%;
    max-width: 360px;
}
.single_cam_tool .post_content {
    margin-top: 0 !important;
}
.single_cam_tool .blc01 {
    margin-top: 0 !important;
}
.single_cam_tool .blc01 h1 {
    font-size: 180%;
    line-height: 2;
    text-align: center;
}
.single_cam_tool .blc01 section {
    margin-top: 60px;
}
.single_cam_tool .blc01_02 > .flex > * {
    flex: 1;
}
.single_cam_tool .blc01_02 p:empty {
    display: none;
}
.single_cam_tool .blc01_02 ul {
    margin: 0;
}
.single_cam_tool .blc01_02 li {
    list-style: none;
    font-weight: 700;
    line-height: 1.75;
    color: #888;
}
.single_cam_tool .blc01_02 .tx_lg {
    font-size: 150%;
}
.single_cam_tool .blc01_02 .tx_md {
    font-size: 125%;
    color: #d3023a;
    font-weight: 700;
}
.single_cam_tool .blc01_02 .small {
    display: block;
    font-size: 50%;
}
.single_cam_tool .blc01_02 .tx {
    margin-right: -50px;
}
.single_cam_tool .blc01_02 .tx ul {
    margin-bottom: 10px;
}
.single_cam_tool .blc01_02 .tx li + li {
    margin-top: 0;
}
.single_cam_tool .blc01_02 .img {
    display: flex;
}
.single_cam_tool .blc01_02 .tx2 {
    margin-right: -200px;
}
.single_cam_tool .blc01_02 .tx2 ul {
    margin-bottom: 10px;
}
.single_cam_tool .blc01_02 .tx2 li + li {
    margin-top: 0;
}
@media screen and (max-width: 1024px) {
    .single_cam_tool .blc01_02 .tx2,
    .single_cam_tool .blc01_02 .tx2 ul,
    .single_cam_tool .blc01_02 .tx2 li + li {
        flex-direction: column;
        margin: auto;
        padding-bottom: 10px;
    }
}
.single_cam_tool .blc01_02 .img_row {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin-top: 0;
    justify-content: center;
}
.single_cam_tool .blc01_02 .container_fluid {
    width: 60%;
    font-size: 80%;
    text-align: center;
}
.single_cam_tool .blc01_02 .container_fluid img {
    object-fit: contain;
}
.single_cam_tool .blc01_02 .img_row p {
    font-size: 90%;
    text-align: center;
    padding-bottom: 50px;
    padding-left: 5px;
    padding-right: 5px;
}
@media screen and (max-width: 1024px) {
    .single_cam_tool .blc01_02 .container_fluid p {
        font-size: 80%;
        text-align: center;
        padding-bottom: 30px;
        padding-top: 10px;
    }
}
.single_cam_tool .blc01_02 .img01_02 {
    margin-left: 240px;
    margin-top: 40px;
    width: 55%;
    font-size: 70%;
    font-weight: 500;
    text-align: center;
}
@media screen and (max-width: 1024px) {
    .single_cam_tool .blc01_02 .flex {
        flex-direction: column;
        margin: auto;
    }
}
@media screen and (max-width: 1024px) {
    .single_cam_tool .blc01_02 .img_row,
    .single_cam_tool .blc01_02 .container-fluid img {
        flex-direction: column;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        align-items: center;
    }
    .single_cam_tool .blc01_02 .img01_02 {
        flex-direction: column;
        align-content: center;
        align-items: center;
        justify-content: center;
        text-align: center;
        width: 100%;
    }
}
@media screen and (max-width: 700px) {
    .single_cam_tool .blc01_02 .img01_02 {
        width: 100%;
        margin: 0;
    }
}
.single_cam_tool .blc100 .media {
    margin-bottom: 30px;
    align-items: center;
}
@media screen and (max-width: 1024px) {
    .single_cam_tool .blc100 .media {
        flex-direction: column;
        margin-bottom: 0;
    }
}
.single_cam_tool .blc100 .media_img {
    width: 60%;
    margin-right: 30px;
}
@media screen and (max-width: 1024px) {
    .single_cam_tool .blc100 .media_img {
        width: 100%;
        max-width: 540px;
        margin: 0 0 20px;
    }
}
.single_cam_tool .blc100 .media_tx {
    font-size: 0.9em;
}
.single_cam_tool .blc100 > .flex {
    flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
    .single_cam_tool .blc100 > .flex {
        flex-direction: column;
    }
}
.single_cam_tool .blc100 section {
    flex: 1;
    flex-basis: 40%;
}
@media screen and (max-width: 1024px) {
    .single_cam_tool .blc100 section {
        flex: initial;
    }
}
.single_cam_tool .blc100 section:first-child {
    margin-right: 40px;
}
@media screen and (max-width: 1024px) {
    .single_cam_tool .blc100 section:first-child {
        margin: 0 0 60px;
    }
}
.single_cam_tool .blc100 h4 {
    margin-bottom: 0;
    padding: 0.75em 1em;
    background: #f6f7fa;
    font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: 500;
    color: #041c41;
}
.single_cam_tool .blc100 .text-danger {
    color: #ea1c0d;
    color: rgba(171, 34, 36, 0.8);
}
.single_cam_tool .blc100 table {
    border-spacing: 0;
    border-collapse: collapse;
    display: table;
    text-indent: initial;
    border-color: grey;
    border-right-style: none;
    border-left-style: none;
    font-size: 14px;
    line-height: 1.6;
    width: 100%;
    max-width: 100%;
    margin-bottom: 24px;
}
.single_cam_tool .blc100 .dropdown .bar_header_image {
    height: 100px;
}
@media screen and (max-width: 1024px) {
    .single_cam_tool .blc100 .dropdown .bar_header_image {
        display: none;
    }
}
.single_cam_tool .blc100 .table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
    border-top: 0;
}
.single_cam_tool .blc100 .table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
    background-color: #fff8f7;
    background-color: rgba(171, 34, 36, 0.8);
    color: #fff;
}
.single_cam_tool .blc100 .table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
    padding: 5px;
}
.single_cam_tool .blc100 .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 1px solid #ddd;
}
.single_cam_tool .blc100 thead {
    display: table-header-group;
    vertical-align: middle;
    border-color: inherit;
    border-top-color: inherit;
    border-bottom-color: inherit;
}
.single_cam_tool .blc100 tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}
.single_cam_tool .blc100 tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
    border-top-color: inherit;
    border-bottom-color: inherit;
}
.single_cam_tool .blc100 th {
    text-align: left;
    display: table-cell;
    font-weight: 700;
}
.single_cam_tool .blc100 td {
    display: table-cell;
    vertical-align: inherit;
}
.single_cam_tool .blc100 .table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
    padding: 5px;
}
.single_cam_tool .blc100 .table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
    padding: 8px;
    padding: 2px;
    line-height: 1.5;
    vertical-align: middle;
    border-top: 1px solid #ddd;
}
.single_cam_tool .blc100 .text-center {
    text-align: center;
}
.single_cam_tool .blc100 .text-muted {
    color: #777;
}
.single_cam_tool .blc100 .text-success {
    color: #115eb5;
}
.single_cam_tool .blc100 .text-info {
    color: #75b67e;
}
.single_cam_tool .blc100 .glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.glyphicon-ok-sign:before {
    content: "\e084";
}
.glyphicon-plus-sign:before {
    content: "\e081";
}
.single_cam_tool .blc100 .text-right {
    text-align: right;
    margin: -10px 0 0;
    font-size: 13px;
}
.single_cam_tool .blc100 dl {
    margin-bottom: 1px;
}
.single_cam_tool .blc100 .dropdown .js_dropdown {
    position: relative;
    padding: 1.2em 50px 1.2em 1.5em;
    background: rgba(171, 34, 36, 0.8);
    line-height: 1.5;
    color: #fff;
    cursor: pointer;
    transition: all 0.2s linear;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.single_cam_tool .blc100 .dropdown .js_dropdown::before {
    position: absolute;
    top: 50%;
    right: 27px;
    width: 2px;
    height: 16px;
    background: #fff;
    content: "";
    transition: all 0.2s linear;
    transform: translateY(-50%);
}
.single_cam_tool .blc100 .dropdown .js_dropdown::after {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 16px;
    height: 2px;
    background: #fff;
    content: "";
    transform: translateY(-50%);
}
.single_cam_tool .blc100 .dropdown .js_dropdown:hover {
    opacity: 0.7;
}
.single_cam_tool .blc100 .dropdown .js_dropdown.active::before {
    height: 0;
}
.single_cam_tool .blc100 .dropdown dd {
    display: none;
    margin-bottom: 0;
    padding: 1.5em;
    border: 1px solid rgba(171, 34, 36, 0.8);
    background: #f6f7fa;
}
.single_cam_tool .blc100 .definition_list {
    margin-top: 60px;
}
.single_cam_tool .blc100 .definition_list dl {
    padding: 1.5em;
    border-bottom: 1px solid rgba(171, 34, 36, 0.8);
}
.single_cam_tool .blc100 .definition_list dt {
    width: 10em;
    color: #041c41;
}
@media screen and (max-width: 1024px) {
    .single_cam_tool .blc100 .definition_list dt {
        width: 8em;
    }
}
.single_cam_tool .blc100 .definition_list dd {
    margin-bottom: 0;
    flex: 1;
}
.single_cam_tool .blc100 ul {
    margin: 0;
}
.single_cam_tool .blc100 li {
    list-style: none;
}
.single_cam_tool .blc100 dt,
.single_cam_tool .blc100 dd {
    font-size: 0.9em;
}
.single_cam_tool .blc100 dl {
    margin-bottom: 1px;
}
.single_cam_tool .blc100 .dropdown .dropdown_2 .js_dropdown {
    position: relative;
    padding: 1.2em 50px 1.2em 1.5em;
    background: #f6f7fa;
    line-height: 1.5;
    color: #000;
    cursor: pointer;
    transition: all 0.2s linear;
}
.single_cam_tool .blc100 .dropdown .dropdown_2 .js_dropdown::before {
    position: absolute;
    top: 50%;
    right: 27px;
    width: 2px;
    height: 16px;
    background: #000;
    content: "";
    transition: all 0.2s linear;
    transform: translateY(-50%);
}
.single_cam_tool .blc100 .dropdown .dropdown_2 .js_dropdown::after {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 16px;
    height: 2px;
    background: #000;
    content: "";
    transform: translateY(-50%);
}
.single_cam_tool .blc100 .dropdown .dropdown_2 .js_dropdown:hover {
    opacity: 0.7;
}
.single_cam_tool .blc100 .dropdown .dropdown_2 .js_dropdown.active::before {
    height: 0;
}
.single_cam_tool .blc100 .dropdown .dropdown_2 dd {
    display: none;
    margin-bottom: 0;
    padding: 1.5em;
    border: 1px solid rgba(171, 34, 36, 0.8);
    background: #f6f7fa;
}
.single_cam_tool .blc100 ul {
    margin: 0;
}
.single_cam_tool .blc100 li {
    list-style: none;
}
.single_cam_tool .blc100 dt,
.single_cam_tool .blc100 dd {
    font-size: 0.9em;
}
.single_cam_tool .blc100 .label {
    display: inline;
    padding: 0.4em 0.6em;
    font-size: 70%;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
    vertical-align: 2px;
}
.single_cam_tool .blc100 .label-new {
    background-color: #f44336;
    background-color: #ba182b;
}
.single_cam_tool .blc100_02 .media {
    margin-bottom: 30px;
    align-items: center;
}
@media screen and (max-width: 1024px) {
    .single_cam_tool .blc100_02 .media {
        flex-direction: column;
        margin-bottom: 0;
    }
}
.single_cam_tool .blc100_02 .media_img {
    width: 60%;
    margin-right: 30px;
}
@media screen and (max-width: 1024px) {
    .single_cam_tool .blc100_02 .media_img {
        width: 100%;
        max-width: 540px;
        margin: 0 0 20px;
    }
}
.single_cam_tool .blc100_02 .media_tx {
    font-size: 0.9em;
}
.single_cam_tool .blc100_02 > .flex {
    flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
    .single_cam_tool .blc100_02 > .flex {
        flex-direction: column;
    }
}
.single_cam_tool .blc100_02 section {
    flex: 1;
    flex-basis: 40%;
}
.single_cam_tool .blc100_02 .dropdown_2 {
    margin-top: 0;
}
@media screen and (max-width: 1024px) {
    .single_cam_tool .blc100_02 section {
        flex: initial;
    }
}
.single_cam_tool .blc100_02 h4 {
    margin-bottom: 0;
    padding: 0.75em 1em;
    background: #f6f7fa;
    font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: 500;
    color: #041c41;
}
.single_cam_tool .blc100_02 .text-danger {
    color: #ea1c0d;
    color: rgba(171, 34, 36, 0.8);
}
.single_cam_tool .blc100_02 table {
    border-spacing: 0;
    border-collapse: collapse;
    display: table;
    text-indent: initial;
    border-color: grey;
    border-right-style: none;
    border-left-style: none;
    font-size: 14px;
    line-height: 1.6;
    width: 100%;
    max-width: 100%;
    margin-bottom: 24px;
}
.single_cam_tool .blc100_02 .dropdown .bar_header_image {
    height: 100px;
}
@media screen and (max-width: 1024px) {
    .single_cam_tool .blc100 .dropdown_02 .bar_header_image {
        display: none;
    }
}
.single_cam_tool .blc100_02 .text-right {
    text-align: right;
    margin: -10px 0 0;
    font-size: 13px;
}
.single_cam_tool .blc100_02 dl {
    margin-bottom: 1px;
}
.single_cam_tool .blc100_02 .dropdown .js_dropdown {
    position: relative;
    padding: 1.2em 50px 1.2em 1.5em;
    background: rgba(171, 34, 36, 0.8);
    line-height: 1.5;
    color: #fff;
    cursor: pointer;
    transition: all 0.2s linear;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.single_cam_tool .blc100_02 .dropdown .js_dropdown::before {
    position: absolute;
    top: 50%;
    right: 27px;
    width: 2px;
    height: 16px;
    background: #fff;
    content: "";
    transition: all 0.2s linear;
    transform: translateY(-50%);
}
.single_cam_tool .blc100_02 .dropdown .js_dropdown::after {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 16px;
    height: 2px;
    background: #fff;
    content: "";
    transform: translateY(-50%);
}
.single_cam_tool .blc100_02 .dropdown .js_dropdown:hover {
    opacity: 0.7;
}
.single_cam_tool .blc100_02 .dropdown .js_dropdown.active::before {
    height: 0;
}
.single_cam_tool .blc100_02 .dropdown dd {
    display: none;
    margin-bottom: 0;
    padding: 1.5em;
    border: 1px solid rgba(171, 34, 36, 0.8);
    background: #f6f7fa;
}
.single_cam_tool .blc100_02 .definition_list {
    margin-top: 60px;
}
.single_cam_tool .blc100_02 .definition_list dl {
    padding: 1.5em;
    border-bottom: 1px solid rgba(171, 34, 36, 0.8);
}
.single_cam_tool .blc100_02 .definition_list dt {
    width: 10em;
    color: #041c41;
}
@media screen and (max-width: 1024px) {
    .single_cam_tool .blc100_02 .definition_list dt {
        width: 8em;
    }
}
.single_cam_tool .blc100_02 .definition_list dd {
    margin-bottom: 0;
    flex: 1;
}
.single_cam_tool .blc100_02 ul {
    margin: 0;
}
.single_cam_tool .blc100_02 li {
    list-style: none;
}
.single_cam_tool .blc100_02 dt,
.single_cam_tool .blc100_02 dd {
    font-size: 0.9em;
}
.single_cam_tool .blc100_02 dl {
    margin-bottom: 1px;
}
.single_cam_tool .blc100_02 .dropdown .dropdown_2 .js_dropdown {
    position: relative;
    padding: 1.2em 50px 1.2em 1.5em;
    background: #f6f7fa;
    line-height: 1.5;
    color: #000;
    cursor: pointer;
    transition: all 0.2s linear;
}
.single_cam_tool .blc100_02 .dropdown .dropdown_2 .js_dropdown::before {
    position: absolute;
    top: 50%;
    right: 27px;
    width: 2px;
    height: 16px;
    background: #000;
    content: "";
    transition: all 0.2s linear;
    transform: translateY(-50%);
}
.single_cam_tool .blc100_02 .dropdown .dropdown_2 .js_dropdown::after {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 16px;
    height: 2px;
    background: #000;
    content: "";
    transform: translateY(-50%);
}
.single_cam_tool .blc100_02 .dropdown .dropdown_2 .js_dropdown:hover {
    opacity: 0.7;
}
.single_cam_tool .blc100_02 .dropdown .dropdown_2 .js_dropdown.active::before {
    height: 0;
}
.single_cam_tool .blc100_02 .dropdown .dropdown_2 dd {
    display: none;
    margin-bottom: 0;
    padding: 1.5em;
    border: 1px solid rgba(171, 34, 36, 0.8);
    background: #f6f7fa;
}
.single_cam_tool .blc100_02 ul {
    margin: 0;
}
.single_cam_tool .blc100_02 li {
    list-style: none;
}
.single_cam_tool .blc100_02 dt,
.single_cam_tool .blc100_02 dd {
    font-size: 0.9em;
}
.single_cam_tool .blc100_02 .label {
    display: inline;
    padding: 0.4em 0.6em;
    font-size: 70%;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
    vertical-align: 2px;
}
.single_cam_tool .blc100_02 .label-new {
    background-color: #f44336;
    background-color: #ba182b;
}
.single_octopuz .blc02 ul {
    margin: 0;
    flex-wrap: wrap;
    justify-content: space-between;
}
@media screen and (max-width: 600px) {
    .single_octopuz .blc02 ul {
        flex-direction: column;
        align-items: center;
    }
}
.single_octopuz .blc02 li {
    width: calc(50% - 10px);
    margin-bottom: 20px;
    background: #f6f7fa;
}
@media screen and (max-width: 600px) {
    .single_octopuz .blc02 li {
        width: 100%;
        max-width: 300px;
    }
}
.single_octopuz .blc02 .card_img {
    line-height: 1;
}
.single_octopuz .blc02 .card_tx {
    padding: 30px;
}
@media screen and (max-width: 600px) {
    .single_octopuz .blc02 .card_tx {
        padding: 20px;
    }
}
.single_octopuz .blc02 dl,
.single_octopuz .blc02 dd {
    margin-bottom: 0;
}
.single_octopuz .blc02 dt {
    font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 1.3em;
    font-weight: 500;
    color: #940e14;
}
.single_octopuz .blc02 dt span {
    font-size: 1.8em;
    display: block;
    text-align: center;
}
.single_octopuz .blc02 dd {
    font-size: 0.9em;
}
.single_other_cad_cam .headline {
    font-size: 32px;
    color: #940e14;
    text-align: center;
    border: none;
}
.single_other_cad_cam {
    margin: 0 auto;
    padding: 60px 2% 40px;
    width: 100%;
}
.single_other_cad_cam .blc01 {
    padding: auto;
}
@media screen and (max-width: 1024px) {
    .single_other_cad_cam .blc01 {
        padding: 0;
    }
}
.single_other_cad_cam .blc01 .ta_center_ttl {
    margin-bottom: 1.5em !important;
    line-height: 1.5;
}
.single_other_cad_cam .desc {
    font-size: 14px;
    line-height: 2;
}
@media screen and (max-width: 1024px) {
    .single_other_cad_cam .desc {
        font-size: 12px;
        line-height: 1.75;
    }
}
.single_other_cad_cam .desc + .desc {
    margin-top: 1.5em;
}
.single_other_cad_cam #column_list .item {
    width: calc(50% - 19px);
    height: 450px;
    margin: 8px;
    position: relative;
    float: left;
    background: #fff;
    border: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
    .single_other_cad_cam #column_list .item {
        height: 550px;
    }
}
@media screen and (max-width: 700px) {
    .single_other_cad_cam #column_list {
        display: flex;
        flex-direction: column;
        height: auto;
        width: 100%;
    }
    .single_other_cad_cam #column_list .item {
        width: 98%;
        height: 450px;
    }
}
.single_solidworks .post_content {
    margin-top: 0 !important;
}
.single_solidworks .blc01 {
    margin-top: 0 !important;
}
.single_solidworks .blc01 h1 {
    font-size: 180%;
    line-height: 2;
    text-align: center;
}
.single_solidworks .blc01 .wp-image-481 {
    display: block;
    width: 100%;
    max-width: 420px;
    margin: 60px auto 0;
    padding-bottom: 30px;
}
@media screen and (max-width: 1024px) {
    .single_solidworks .blc01 .wp-image-481 {
        margin-top: 30px;
    }
}
.single_solidworks .blc01 section {
    margin-top: 60px;
}
.single_solidworks .blc01_01 {
    text-align: center;
}
.single_solidworks .blc01_01 .desc_wrap {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-top: 100%;
    background: url(../img/solidworks_circle.svg) no-repeat center;
    background-size: cover;
}
@media screen and (max-width: 600px) {
    .single_solidworks .blc01_01 .desc_wrap {
        height: auto;
        padding-top: 100vw;
        background-position: top center;
        background-size: 100% auto;
    }
}
.single_solidworks .blc01_01 .desc_wrap .desc {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-bottom: 0;
    text-align: left;
    transform: translate(-50%, -50%);
}
@media screen and (max-width: 600px) {
    .single_solidworks .blc01_01 .desc_wrap .desc {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
    }
}
.single_solidworks .blc01_01 ul {
    display: inline-block;
    margin-top: 60px;
}
@media screen and (max-width: 1024px) {
    .single_solidworks .blc01_01 ul {
        margin-top: 0;
    }
}
.single_solidworks .blc01_01 li {
    color: #940e14;
    text-align: left;
}
.single_solidworks .blc01_02 > .flex {
    background: url(../img/world_map.svg) no-repeat top center;
    background-size: 100% auto;
}
@media screen and (max-width: 1024px) {
    .single_solidworks .blc01_02 > .flex {
        flex-direction: column;
    }
}
.single_solidworks .blc01_02 > .flex > * {
    flex: 1;
}
.single_solidworks .blc01_02 p:empty {
    display: none;
}
.single_solidworks .blc01_02 ul {
    margin: 0;
}
.single_solidworks .blc01_02 li {
    list-style: none;
    font-weight: 700;
    line-height: 1.75;
    color: #888;
}
.single_solidworks .blc01_02 .tx_lg {
    font-size: 150%;
}
.single_solidworks .blc01_02 .tx_md {
    font-size: 125%;
}
.single_solidworks .blc01_02 .small {
    display: block;
    font-size: 50%;
}
.single_solidworks .blc01_02 .tx {
    margin-right: 10px;
}
.single_solidworks .blc01_02 .tx ul {
    margin-bottom: 30px;
}
.single_solidworks .blc01_02 .tx li + li {
    margin-top: 5px;
}
.single_solidworks .blc01_02 .memo {
    font-size: 0.8em;
    line-height: 1.75;
}
.single_solidworks .blc01_02 .img01,
.single_solidworks .blc01_02 .img03,
.single_solidworks .blc01_02 .img04 {
    width: 60%;
    font-size: 70%;
    font-weight: 500;
    text-align: center;
}
.single_solidworks .blc01_02 .img01 {
    margin-left: auto;
}
.single_solidworks .blc01_02 .img02 {
    align-items: center;
}
.single_solidworks .blc01_02 .img02 > * {
    flex: 1;
}
.single_solidworks .blc01_02 .img02 .img_img {
    margin-right: 15px;
}
.single_solidworks .blc01_02 .img02 .img_img img {
    width: 100%;
}
.single_solidworks .blc01_02 .img02 .ttl {
    margin-bottom: 10px;
    font-size: 140%;
    line-height: 1.25;
    color: #333;
}
.single_solidworks .blc01_02 .img02 .desc {
    font-size: 50%;
    line-height: 1.5;
    letter-spacing: 0;
}
.single_solidworks .blc01_02 .img03 {
    margin-left: auto;
}
.single_solidworks .blc01_02 .img04 {
    margin: -90px 0 0 -60px;
}
@media screen and (max-width: 1024px) {
    .single_solidworks .blc01_02 .img04 {
        margin: 0;
    }
}
.single_solidworks .reason + .reason {
    margin-top: 90px !important;
}
@media screen and (max-width: 1024px) {
    .single_solidworks .reason + .reason {
        margin-top: 60px !important;
    }
}
.single_solidworks .reason h4 {
    margin-bottom: 0;
    padding: 1.5em 0;
    border-top: 3px solid #041c41;
    background: #f6f7fa;
    font-size: 24px;
    font-weight: 500;
    color: #041c41;
    text-align: center;
}
@media screen and (max-width: 1024px) {
    .single_solidworks .reason h4 {
        font-size: 18px;
    }
}
.single_solidworks .reason .assets p:empty {
    display: none;
}
.single_solidworks .reason .assets .boxed p {
    display: block;
}
.single_solidworks .reason .assets .boxed table {
    display: block;
    border-spacing: 0;
    border-collapse: collapse;
}
.single_solidworks .reason .assets .img,
.single_solidworks .reason .assets .video {
    position: relative;
    overflow: hidden;
    padding-top: 28.125%;
    flex: 1;
}
.single_solidworks .reason .assets .video {
    margin-left: 2px;
}
.single_solidworks .reason .assets img,
.single_solidworks .reason .assets iframe {
    position: absolute;
}
.single_solidworks .reason .assets iframe {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.single_solidworks .reason .assets img {
    top: 50%;
    left: 50%;
    width: auto;
    max-height: 80%;
    transform: translate(-50%, -50%);
}
.single_solidworks .reason .cont {
    margin-top: 40px;
}
@media screen and (max-width: 1024px) {
    .single_solidworks .reason .cont {
        margin-top: 20px;
    }
}
.single_solidworks .reason .download_btn {
    margin-top: 40px;
    flex-wrap: wrap;
    justify-content: center;
}
@media screen and (max-width: 1024px) {
    .single_solidworks .reason .download_btn {
        margin-top: 20px;
    }
}
.single_solidworks .reason .download_btn a {
    display: block;
    margin: 0 10px 10px 0;
    padding: 1.5em;
    background: #940e14;
    color: #fff;
    transition: all 0.2s linear;
}
.single_solidworks .reason .download_btn a:hover {
    background: #041c41;
}
.single_solidworks .reason.blc04 .assets img {
    max-height: none;
}
.single_aiq {
    font-size: 16px;
    line-height: 2;
}
.single_aiq .post_content .intro .logo {
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}
.single_aiq .intro .txtbox {
    position: relative;
}
.single_aiq .intro .insert_image {
    position: absolute;
    bottom: -44%;
    left: 52%;
    width: 37%;
    height: 100%;
    background-size: 100% auto;
}
.single_aiq .intro .ta_center_ttl {
    font-size: 45px !important;
    margin-top: 20px !important;
    padding: 0 !important;
}
.single_aiq .blue_color {
    color: #0070c0 !important;
    font-weight: 700;
}
.single_aiq .blue_underline {
    background: linear-gradient(to top, #b8e1ff 50%, transparent 50%);
}
.single_aiq .red_color {
    color: #b00000 !important;
    font-weight: 700;
}
.single_aiq .green_color {
    color: #20a564 !important;
    font-weight: 700;
}
.single_aiq .purple_color {
    color: #353b8c !important;
    font-weight: 700;
}
.single_aiq .blc01 {
    margin-top: 70px !important;
    text-align: justify;
}
.single_aiq .blc02 {
    position: relative;
}
.single_aiq .blc02 .ta_center_ttl {
    margin-bottom: 0 !important;
}
.single_aiq .blc02 .corner_man {
    position: absolute;
    top: -12%;
    left: 78%;
    width: 100%;
    max-width: 300px;
    height: 100%;
    max-height: 250px;
    transform: rotate(1deg);
    background-size: 100%;
}
@media screen and (max-width: 1100px) {
    .single_aiq .blc02 .corner_man {
        width: 100%;
        max-width: 290px;
        height: 100%;
        max-height: 222px;
        left: 67%;
        top: -7%;
    }
}
@media screen and (max-width: 700px) {
    .single_aiq .blc02 .corner_man {
        width: 100%;
        max-width: 150px;
        height: 100%;
        max-height: 100px;
        left: 60%;
        top: -10%;
    }
}
.single_aiq .blc02 div {
    padding: 1% 0;
}
@media screen and (max-width: 700px) {
    .single_aiq .blc02 div {
        padding: 7% 0;
    }
}
.single_aiq .blc02 .checkbox01 {
    position: absolute;
    top: 2%;
    left: -3%;
    width: 6%;
    height: 8%;
    background-size: 100%;
}
.single_aiq .blc02 .checkbox02 {
    position: absolute;
    top: 21.5%;
    left: -3%;
    width: 6%;
    height: 8%;
    background-size: 100%;
}
.single_aiq .blc02 .checkbox03 {
    position: absolute;
    top: 41.5%;
    left: -3%;
    width: 6%;
    height: 8%;
    background-size: 100%;
}
.single_aiq .blc02 .checkbox04 {
    position: absolute;
    top: 61.5%;
    left: -3%;
    width: 6%;
    height: 8%;
    background-size: 100%;
}
.single_aiq .blc02 .checkbox05 {
    position: absolute;
    top: 81.5%;
    left: -3%;
    width: 6%;
    height: 8%;
    background-size: 100%;
}
@media screen and (max-width: 700px) {
    .single_aiq .blc02 .checkbox01,
    .single_aiq .blc02 .checkbox02,
    .single_aiq .blc02 .checkbox03,
    .single_aiq .blc02 .checkbox04,
    .single_aiq .blc02 .checkbox05 {
        margin-top: 4%;
        width: 12%;
        height: 8%;
    }
}
.single_aiq .blc02 .check_ttl {
    font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 30px !important;
    font-weight: 500;
    color: #b00000;
    text-align: left;
    margin-left: 35px;
    padding: 0 !important;
    margin-right: 0 !important;
    margin-top: 10px !important;
}
@media screen and (max-width: 700px) {
    .single_aiq .blc02 .check_ttl {
        margin-top: 14px !important;
    }
}
.single_aiq .blc02 .desc {
    position: absolute;
    font-size: 100%;
    left: 5%;
    line-height: 2;
    margin-top: -1%;
}
@media screen and (max-width: 700px) {
    .single_aiq .blc02 .desc {
        font-size: 80%;
        padding-bottom: 20%;
    }
    .single_aiq .blc02 .check_ttl {
        margin-bottom: 1em !important;
        font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
        font-size: 20px !important;
        font-weight: 500;
        color: #b00000;
        text-align: left;
        margin-left: 35px;
        padding: 0 !important;
        margin-right: 0 !important;
        margin-bottom: 5px !important;
    }
}
.single_aiq .blc03 p {
    text-align: center;
}
.single_aiq .blc03 .image_center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.single_aiq .dashed {
    border-bottom: 1px dashed #0070c0;
    text-align: center;
    height: 21px;
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 600;
}
.single_aiq .dashed span {
    background: #fff;
    padding: 0 5px;
}
.single_aiq .label {
    vertical-align: 2px;
    max-width: 100px;
    padding: 0.5em;
    font-size: 145%;
    line-height: 1;
    color: #fff;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}
.single_aiq .label-new {
    background-color: #f44336;
    background-color: #ba182b;
}
.single_aiq .blc04 {
    text-align: center;
}
.single_aiq .blc04 .no_label img {
    margin-top: 40px;
}
.single_aiq .blc04 .container {
    display: flex;
    flex-direction: row;
}
.single_aiq .blc04 .image_box_one {
    width: calc(100% / 2);
}
.single_aiq .blc04 .image_box_two {
    width: calc(100% / 2);
    position: relative;
}
.single_aiq .blc04 .image_box_two .woman_text {
    position: absolute;
    font-size: 90%;
    margin-top: 8%;
    margin-left: 8%;
    text-align: left;
}
@media screen and (max-width: 1100px) {
    .single_aiq .blc04 .container {
        flex-direction: row;
    }
    .single_aiq .blc04 .image_box_one,
    .single_aiq .blc04 .image_box_two {
        width: 100%;
    }
    .single_aiq .blc04 .image_box_two .woman_text {
        font-size: 80%;
        margin-left: 8%;
    }
}
@media screen and (max-width: 700px) {
    .single_aiq .blc04 .container {
        flex-direction: column;
    }
    .single_aiq .blc04 .image_box_one,
    .single_aiq .blc04 .image_box_two {
        width: 100%;
    }
    .single_aiq .blc04 .image_box_two .woman_text {
        font-size: 60%;
        margin-left: 12%;
    }
}
.single_aiq .blc04 img {
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 500px;
    padding: 5% 0 0;
}
@media screen and (max-width: 700px) {
    .single_aiq .blc04 img {
        display: block;
        margin-right: auto;
        margin-left: auto;
        width: 100%;
        max-width: 300px;
        padding: 5% 0;
    }
}
@media screen and (max-width: 1024px) {
    .fixed_page_mold_manufacturing {
        font-size: 14px;
    }
}
.fixed_page_mold_manufacturing .blc01 > h3,
.fixed_page_mold_manufacturing .blc01 > h4 {
    margin-bottom: 1.5em;
    font-size: 32px;
    line-height: 1.75;
    text-align: center;
}
@media screen and (max-width: 1024px) {
    .fixed_page_mold_manufacturing .blc01 > h3,
    .fixed_page_mold_manufacturing .blc01 > h4 {
        font-size: 24px;
    }
}
.fixed_page_mold_manufacturing .blc01 > h4 {
    font-size: 26px;
    color: #940e14;
}
@media screen and (max-width: 1024px) {
    .fixed_page_mold_manufacturing .blc01 > h4 {
        font-size: 22px;
    }
}
.fixed_page_mold_manufacturing .blc01 .reason h4 {
    margin-bottom: 0;
    margin-right: 10px;
    margin-left: 10px;
    padding: 15px;
    padding-left: 50px;
    border-radius: 20px;
    background: rgba(11, 79, 145, 0.8);
    font-size: 20px;
    font-weight: 500;
    color: #f6f7fa;
    text-align: left;
}
.fixed_page_mold_manufacturing .blc01 .reason p {
    margin: 20px;
    padding-left: 45px;
    padding-right: 45px;
    text-align: center;
}
.fixed_page_mold_manufacturing .blc01 p {
    margin: 15px;
    text-align: center;
}
@media screen and (max-width: 600px) {
    .fixed_page_mold_manufacturing .blc01 .reason h4 {
        font-size: 18px;
    }
}
.fixed_page_mold_manufacturing .blc01 > section {
    margin-top: 120px;
}
@media screen and (max-width: 1024px) {
    .fixed_page_mold_manufacturing .blc01 > section {
        margin-top: 60px;
    }
}
.fixed_page_mold_manufacturing .blc01 .video {
    text-align: center;
}
@media screen and (max-width: 1024px) {
    .fixed_page_mold_manufacturing .blc01 .video {
        position: relative;
        overflow: hidden;
        height: 0;
        padding-top: 56.25%;
    }
    .fixed_page_mold_manufacturing .blc01 .video iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}
.fixed_page_mold_manufacturing .blc01 .blc02 {
    margin-top: 60px;
}
.fixed_page_mold_manufacturing .blc02 .factory-video {
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
}
.fixed_page_mold_manufacturing .blc02 .container-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
@media screen and (max-width: 1200px) {
    .fixed_page_mold_manufacturing .blc02 .container-flex {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
}
.fixed_page_mold_manufacturing .blc02 .imgContainer {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 45%;
    padding: 0;
    margin: 0;
    line-height: 0;
}
@media screen and (max-width: 1200px) {
    .fixed_page_mold_manufacturing .blc02 .imgContainer {
        width: 100%;
    }
}
.fixed_page_mold_manufacturing .blc02 .imgContainer img {
    object-fit: contain;
}
.fixed_page_mold_manufacturing .blc02 .imgContainer p {
    font-size: 18px;
    line-height: 1.5em;
}
@media screen and (max-width: 1024px) {
    .fixed_page_mold_manufacturing .blc02 .imgContainer p {
        font-size: 18px;
    }
}
.fixed_page_mold_manufacturing .blc02 .factory-5s .quote-box {
    background-color: #f6f7fa;
    border-radius: 20px;
}
.fixed_page_mold_manufacturing .blc02 .factory-5s p {
    margin-left: 30px;
}
.fixed_page_mold_manufacturing .blc02 .factory-5s p > span {
    margin-left: 100px;
}
.fixed_page_mold_manufacturing .blc02 .factory-5s p > span + span {
    color: #0b4f91;
    font-size: 125%;
    clear: both;
    width: 100%;
    text-align: center;
    display: inline-block;
    font-weight: 600;
}
.fixed_page_mold_manufacturing .blc02 .factory-5s p > span + span + span {
    margin-left: 300px;
}
@media screen and (max-width: 700px) {
    .fixed_page_mold_manufacturing .blc02 .factory-5s p,
    .fixed_page_mold_manufacturing .blc02 .factory-5s p > span,
    .fixed_page_mold_manufacturing .blc02 .factory-5s p > span + span,
    .fixed_page_mold_manufacturing .blc02 .factory-5s p > span + span + span {
        margin: auto;
        display: block;
        text-align: center;
        padding-bottom: 5px;
        font-size: 110%;
    }
}
.fixed_page_mold_manufacturing .blc02 .strength_image {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.fixed_page_mold_manufacturing .blc02 .img_container {
    width: 100%;
}
.fixed_page_mold_manufacturing .blc02 .img_container img {
    width: 100%;
    max-width: 250px;
}
@media screen and (max-width: 700px) {
    .fixed_page_mold_manufacturing .blc02 .strength_img {
        flex-direction: column;
        width: 100%;
    }
    .fixed_page_mold_manufacturing .blc02 .img_container img {
        width: 100%;
    }
}
.fixed_page_mold_manufacturing .blc02_02 .kanagata_strength {
    position: relative;
    margin-bottom: 5%;
}
.fixed_page_mold_manufacturing .blc02_02 .kanagata_strength img {
    max-width: 100%;
    display: block;
    width: 100%;
}
.fixed_page_mold_manufacturing .blc02_02 .kanagata_strength .txtbox {
    position: absolute;
    display: -webkit-box;
    display: flex;
    color: #fff;
    font-size: clamp(0.5rem, 0.0955rem + 1.7978vw, 1.5rem);
    font-weight: 600;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}
@media screen and (max-width: 1100px) {
    .fixed_page_mold_manufacturing .blc02_02 .kanagata_strength .txtbox {
        font-size: 20px;
    }
}
@media screen and (max-width: 700px) {
    .fixed_page_mold_manufacturing .blc02_02 .kanagata_strength .txtbox {
        font-size: clamp(0.5rem, 0.0955rem + 1.7978vw, 1.5rem);
    }
}
.fixed_page_mold_manufacturing .blc02_02 .kanagata_strength .txtbox.strength_ttl01 {
    top: 5%;
    left: 10.5%;
}
.fixed_page_mold_manufacturing .blc02_02 .kanagata_strength .txtbox.strength_ttl02 {
    top: 5%;
    left: 72.1%;
}
.fixed_page_mold_manufacturing .blc02_02 .kanagata_strength .txtbox.strength_ttl03 {
    top: 56.5%;
    left: 14.9%;
}
.fixed_page_mold_manufacturing .blc02_02 .kanagata_strength .txtbox.strength_ttl04 {
    top: 56%;
    left: 72.1%;
}
.fixed_page_mold_manufacturing .blc02_02 .kanagata_strength .txtbox.strength_ttl05 {
    top: 37%;
    left: 42.5%;
}
.fixed_page_mold_manufacturing .blc02_02 .kanagata_strength .strength_ttl05 {
    font-size: clamp(0.75rem, 0.2444rem + 2.2472vw, 2rem);
    color: #000;
    font-weight: 800;
    line-height: 1.5;
    text-align: center;
}
@media screen and (max-width: 1100px) {
    .fixed_page_mold_manufacturing .blc02_02 .kanagata_strength .strength_ttl05 {
        font-size: 25px;
    }
}
@media screen and (max-width: 700px) {
    .fixed_page_mold_manufacturing .blc02_02 .kanagata_strength .strength_ttl05 {
        font-size: clamp(0.75rem, 0.2444rem + 2.2472vw, 2rem);
    }
}
.fixed_page_mold_manufacturing .blc02_02 .kanagata_strength .txtbox02 {
    position: absolute;
    display: -webkit-box;
    display: flex;
    flex-direction: column;
    color: #000;
    font-size: clamp(0.45rem, 0.29000000000000004rem + 0.8vw, 1.25rem);
    font-weight: 400;
    line-height: 1.4;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}
@media screen and (max-width: 1100px) {
    .fixed_page_mold_manufacturing .blc02_02 .kanagata_strength .txtbox02 {
        font-size: 16px;
    }
}
@media screen and (max-width: 700px) {
    .fixed_page_mold_manufacturing .blc02_02 .kanagata_strength .txtbox02 {
        font-size: clamp(0.45rem, 0.29000000000000004rem + 0.8vw, 1.25rem);
    }
}
.fixed_page_mold_manufacturing .blc02_02 .kanagata_strength .txtbox02.strength_desc01 {
    top: 17%;
    left: 8%;
}
.fixed_page_mold_manufacturing .blc02_02 .kanagata_strength .txtbox02.strength_desc02 {
    top: 30%;
    left: 64%;
}
.fixed_page_mold_manufacturing .blc02_02 .kanagata_strength .txtbox02.strength_desc02_02 {
    top: 17%;
    left: 66%;
    flex-direction: row;
}
.fixed_page_mold_manufacturing .blc02_02 .kanagata_strength .txtbox02.strength_desc03 {
    top: 68%;
    left: 8%;
}
.fixed_page_mold_manufacturing .blc02_02 .kanagata_strength .txtbox02.strength_desc03_02 {
    top: 86.5%;
    left: 9%;
    flex-direction: row;
}
.fixed_page_mold_manufacturing .blc02_02 .kanagata_strength .txtbox02.strength_desc04 {
    top: 65.5%;
    left: 69%;
    text-align: center;
}
.fixed_page_mold_manufacturing .blc02_02 .kanagata_strength span {
    font-weight: 900;
    padding-bottom: 5%;
    font-size: clamp(0.5rem, 0.0955rem + 1.7978vw, 1.5rem);
}
.fixed_page_mold_manufacturing .blc03 .ken_introduction {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
@media screen and (max-width: 1200px) {
    .fixed_page_mold_manufacturing .blc03 .ken_introduction {
        flex-direction: column;
    }
}
.fixed_page_mold_manufacturing .blc03 .ken_introduction img {
    width: 100%;
    max-width: 480px;
}
@media screen and (max-width: 1200px) {
    .fixed_page_mold_manufacturing .blc03 .ken_introduction img {
        width: 100%;
        margin: auto;
    }
}
.fixed_page_mold_manufacturing .blc03 .introduction_desc {
    display: flex;
    flex-direction: column;
    width: 40%;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: 30px;
}
@media screen and (max-width: 1200px) {
    .fixed_page_mold_manufacturing .blc03 .introduction_desc {
        width: 100%;
        justify-content: center;
        text-align: center;
        margin: 0;
    }
}
.fixed_page_mold_manufacturing .blc03 .ken_introduction h4 {
    text-align: center;
    color: #0b4f91;
    margin: 0;
}
.fixed_page_mold_manufacturing .blc03 .ken_introduction h4 > span {
    text-align: center;
    color: rgba(59, 59, 59, 1);
    margin: 0;
}
@media screen and (max-width: 1200px) {
    .fixed_page_mold_manufacturing .blc03 .ken_introduction h4 {
        margin: 0;
    }
}
.fixed_page_mold_manufacturing .blc03 .ken_introduction .intro_quote {
    background-color: #f6f7fa;
    font-size: 88%;
    padding: 20px;
    border-radius: 20px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 0;
}
.fixed_page_mold_manufacturing .blc03 .ken_interview {
    padding-top: 50px;
}
.fixed_page_mold_manufacturing .blc03 .ken_interview .quote_padding {
    padding: 10px;
    background-color: #f6f7fa;
    border-radius: 20px;
}
.fixed_page_mold_manufacturing .blc03 .ken_interview .left-quote {
    font-size: 110%;
    color: #0b4f91;
}
.fixed_page_mold_manufacturing .blc03 .ken_interview .right-quote {
    margin-left: 430px;
    font-size: 110%;
    color: #0b4f91;
}
@media screen and (max-width: 1200px) {
    .fixed_page_mold_manufacturing .blc03 .ken_interview .right-quote {
        text-align: right;
        margin-left: 0;
    }
}
@media screen and (max-width: 700px) {
    .fixed_page_mold_manufacturing .blc03 .ken_interview .left-quote,
    .fixed_page_mold_manufacturing .blc03 .ken_interview .right-quote {
        margin: 0;
        padding: 0;
    }
}
.fixed_page_mold_manufacturing .blc04 {
    margin-top: 60px !important;
    padding: 60px;
    background: #f6f7fa;
}
.fixed_page_mold_manufacturing .blc04 .flex_half {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
}
@media screen and (max-width: 767px) {
    .fixed_page_mold_manufacturing .blc04 .flex_half {
        flex-direction: column;
    }
}
.fixed_page_mold_manufacturing .blc04 .flex_half .img {
    flex: 1;
    width: 100%;
}
.fixed_page_mold_manufacturing .blc04 .flex_half .base_table {
    flex: 1;
}
@media screen and (max-width: 767px) {
    .fixed_page_mold_manufacturing .blc04 .flex_half > * {
        width: 100%;
        flex: initial;
    }
}
.fixed_page_mold_manufacturing .blc04 .flex_half > :first-child {
    margin-right: 120px;
}
@media screen and (max-width: 767px) {
    .fixed_page_mold_manufacturing .flex_half > :first-child {
        margin-right: 0;
    }
}
.fixed_page_mold_manufacturing .blc04 .factory_video {
    display: flex;
    justify-content: center;
}
.fixed_page_mold_manufacturing .blc04 .equipment {
    margin-bottom: 0.25em;
    font-size: 24px;
    color: #0b4f91;
    text-align: center;
}
@media screen and (max-width: 1024px) {
    .fixed_page_mold_manufacturing .blc04 .equipment {
        font-size: 18px;
    }
}
.fixed_page_mold_manufacturing .blc04 .machineContainer {
    padding-top: 20px;
    background: #fff;
    align-content: center;
}
.fixed_page_mold_manufacturing .blc04 .machineContainer ul {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
    object-fit: contain;
    list-style: none;
    padding: 0;
    margin-right: 15px;
    margin-bottom: 0;
}
.fixed_page_mold_manufacturing .blc04 .machineContainer li {
    margin: 0;
    padding: 0;
}
@media screen and (max-width: 1000px) {
    .fixed_page_mold_manufacturing .blc04 .machineContainer ul {
        flex-direction: column;
    }
}
.fixed_page_mold_manufacturing .blc04 .machineContainer img {
    width: 90%;
    display: flex;
    justify-content: center;
    margin: auto;
}
.fixed_page_mold_manufacturing .blc04 .machineContainer .img2 {
    width: 90%;
    display: flex;
    justify-content: center;
}
.fixed_page_mold_manufacturing .blc04 .machineContainer p {
    font-size: 18px;
    text-align: center;
    color: #0b4f91;
    padding: 0;
}
@media screen and (max-width: 1024px) {
    .fixed_page_mold_manufacturing .blc04 .machineContainer {
        padding-bottom: 25px;
        font-size: 12px;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .fixed_page_mold_manufacturing .blc04 .machineContainer p {
        margin-top: 1px;
        margin-bottom: 1px;
        font-size: 12px;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
}
@media screen and (max-width: 1024px) {
    .fixed_page_mold_manufacturing .blc04 {
        margin-top: 40px !important;
        padding: 20px;
    }
    .fixed_page_mold_manufacturing .blc04 .base_table dl {
        padding: 0 1em;
    }
    .fixed_page_mold_manufacturing .blc04 .base_table dt,
    .fixed_page_mold_manufacturing .blc04 .base_table dd {
        font-size: 13px;
    }
    .fixed_page_mold_manufacturing .blc04 .base_table dt {
        width: 7em;
    }
}
@media screen and (max-width: 700px) {
    .fixed_page_mold_manufacturing .blc04 .base_table dt,
    .fixed_page_mold_manufacturing .blc04 .base_table dd {
        font-size: 10px;
    }
    .fixed_page_mold_manufacturing .blc04 .bottom_red_border_ttl {
        font-size: 22px;
    }
}
.fixed_page_mold_manufacturing .blc04 .base_table {
    padding-top: 20px;
    border-top: 1px solid #940e14;
    background: #fff;
    float: right;
}
.fixed_page_mold_manufacturing .blc04 .service {
    padding-top: 20px;
    border-top: 1px solid #940e14;
    background: #fff;
    text-align: center;
}
@media screen and (max-width: 1024px) {
    .fixed_page_mold_manufacturing .blc04 .service {
        padding: 20px;
    }
}
.fixed_page_mold_manufacturing .blc04 .service h5 {
    margin-bottom: 1em;
    font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 140%;
    font-weight: 500;
    color: #940e14;
}
.fixed_page_mold_manufacturing .blc04 .service ul {
    display: inline-block;
}
.fixed_page_mold_manufacturing .blc04 .service li {
    text-align: left;
}
.fixed_page_mold_manufacturing .blc05 > .flex {
    align-items: center;
}
@media screen and (max-width: 1024px) {
    .fixed_page_mold_manufacturing .blc05 > .flex {
        flex-direction: column;
    }
}
.fixed_page_mold_manufacturing .blc05 .graph {
    width: 300px;
}
.fixed_page_mold_manufacturing .blc05 .q_and_a {
    margin: 0 0 0 40px;
    flex: 1;
}
@media screen and (max-width: 1024px) {
    .fixed_page_mold_manufacturing .blc05 .q_and_a {
        margin: 30px 0 0;
    }
}
.fixed_page_mold_manufacturing .blc05 .q_and_a dt {
    margin-bottom: 0.5em;
    font-size: 1.2em;
    font-weight: 500;
    color: #4472c3;
}
@media screen and (max-width: 1024px) {
    .fixed_page_mold_manufacturing .blc05 .q_and_a dt {
        text-align: center;
    }
}
.fixed_page_mold_manufacturing .blc05 .q_and_a dd {
    margin-bottom: 0;
    font-size: 15px;
}
@media screen and (max-width: 1024px) {
    .fixed_page_mold_manufacturing .blc05 .q_and_a dd {
        font-size: 14px;
    }
}
.fixed_page_mold_manufacturing .blc05 .flex_half {
    margin-top: 60px;
}
@media screen and (max-width: 768px) {
    .fixed_page_mold_manufacturing .blc05 .flex_half {
        margin-top: 30px;
    }
}
.fixed_page_mold_manufacturing .blc05 .flex_half .blc05_01 {
    margin-right: 40px;
}
@media screen and (max-width: 768px) {
    .fixed_page_mold_manufacturing .blc05 .flex_half .blc05_01 {
        margin: 0 0 40px;
    }
}
.fixed_page_mold_manufacturing .blc05 .flex_half h4 {
    margin-bottom: 0;
    padding-bottom: 1em;
    border-bottom: 1px solid #940e14;
    font-size: 1.1em;
    font-weight: 500;
    color: #940e14;
    text-align: center;
}
.fixed_page_mold_manufacturing .blc05 .flex_half dl {
    margin-bottom: 0;
    padding: 1em 0;
    border-bottom: 1px solid #ddd;
}
.fixed_page_mold_manufacturing .blc05 .flex_half dt {
    width: 15em;
}
.fixed_page_mold_manufacturing .blc05 .flex_half dd {
    margin-bottom: 0;
    flex: 1;
}
.fixed_page_mold_manufacturing .blc06 h4 {
    margin-bottom: 1em;
    font-size: 1.2em;
    font-weight: 500;
    color: #041c41;
}
@media screen and (max-width: 1024px) {
    .fixed_page_mold_manufacturing .blc06 h4 {
        font-size: 1em;
    }
}
.fixed_page_mold_manufacturing .blc06 ul {
    margin: 0 0 50px;
    padding: 5px;
    background: #f6f7fa;
    flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
    .fixed_page_mold_manufacturing .blc06 ul {
        margin-bottom: 30px;
    }
}
.fixed_page_mold_manufacturing .blc06 li {
    display: flex;
    box-sizing: border-box;
    width: calc(100% / 3);
    padding: 5px;
    list-style: none;
    align-items: center;
}
.fixed_page_mold_manufacturing .blc07 .flex {
    align-items: center;
}
.fixed_page_mold_manufacturing .blc07 .video {
    margin: 10px;
}
@media screen and (max-width: 1024px) {
    .fixed_page_mold_manufacturing .blc07 .video {
        padding-bottom: 10px;
    }
}
.fixed_page_mold_manufacturing .blc07 ul {
    max-width: 340px;
    margin-bottom: 0;
}
.fixed_page_mold_manufacturing .blc08 .flex_half02 {
    text-align: center;
    display: flex;
    flex-direction: row;
    font-size: 120%;
}
.fixed_page_mold_manufacturing .blc08 .flex_half02 dl {
    margin-right: 20px;
    display: flex;
}
.fixed_page_mold_manufacturing .blc08 .flex_half01 {
    text-align: center;
    display: flex;
    flex-direction: row;
    font-size: 120%;
}
.fixed_page_mold_manufacturing .blc08 .flex_half01 dl {
    margin-right: 20px;
    display: flex;
}
.fixed_page_mold_manufacturing .blc08 .flex_half01 li:first-child {
    margin-left: 0;
}
.fixed_page_mold_manufacturing .blc08 .flex_half02 li:first-child {
    margin-left: 0;
}
.fixed_page_mold_manufacturing .blc08 .flex_half02 li:nth-child(12) {
    margin-left: 0;
}
.fixed_page_mold_manufacturing .blc08 .flex_half02 li:nth-child(7)::before,
.fixed_page_mold_manufacturing .blc08 .flex_half02 li:nth-child(11)::before {
    display: none;
}
.fixed_page_mold_manufacturing .blc08 .flex_half01 li:nth-child(8)::before,
.fixed_page_mold_manufacturing .blc08 .flex_half01 li:nth-child(9)::before,
.fixed_page_mold_manufacturing .blc08 .flex_half01 li:nth-child(10)::before {
    display: none;
}
.fixed_page_mold_manufacturing .blc08 .flex_half01 ol {
    position: relative;
}
.fixed_page_mold_manufacturing .blc08 .flex_half01 ol::before {
    position: absolute;
    bottom: 0;
    left: 54.1%;
    width: 31.3%;
    border-radius: 5px;
    height: 250px;
    background: #e7e6e6;
    content: "";
}
.fixed_page_mold_manufacturing .blc08 .flex_half01 ol::after {
    position: absolute;
    transform: rotate(90deg);
    bottom: -31px;
    left: 533px;
    width: 70px;
    height: 155px;
    background: url(../img/repeat.svg) no-repeat center;
    background-size: 100% auto;
    content: "";
}
.fixed_page_mold_manufacturing .blc08 ol {
    margin: 0;
    display: flex;
    　display: -webkit-inline-grid;
}
.fixed_page_mold_manufacturing .blc08 li {
    position: relative;
    writing-mode: vertical-lr;
    text-orientation: upright;
    height: 250px;
    margin-left: 25px;
    background: rgba(4, 28, 65, 0.4);
    list-style: none;
    line-height: 40px;
}
.fixed_page_mold_manufacturing .blc08 li::before {
    position: absolute;
    bottom: 45%;
    left: 115%;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 13px solid rgba(4, 28, 65, 0.4);
    border-bottom: 10px solid transparent;
    content: "";
}
.fixed_page_mold_manufacturing .blc08 .flex_half02 .empty {
    margin-left: 41px;
    margin-right: 30px;
}
.fixed_page_mold_manufacturing .blc08 .flex_half02 li:nth-child(8) {
    right: -67px;
}
.fixed_page_mold_manufacturing .blc08 .flex_half02 li:nth-child(9) {
    right: -20px;
}
.fixed_page_mold_manufacturing .blc08 .flex_half02 li:nth-child(10) {
    right: 27px;
}
.fixed_page_mold_manufacturing .blc08 .flex_half01 li:nth-child(11)::before {
    position: absolute;
    top: 102px;
    left: 112%;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 13px solid rgba(4, 28, 65, 0.4);
    border-bottom: 10px solid transparent;
    content: "";
}
.fixed_page_mold_manufacturing .blc08 li:last-child::before {
    display: none;
}
.fixed_page_mold_manufacturing .blc08 .empty {
    background: transparent;
}
.fixed_page_mold_manufacturing .blc08 .frame {
    height: 145px;
    margin-bottom: auto;
    margin-top: 2%;
}
.fixed_page_mold_manufacturing .blc08 .frame::before {
    top: calc(50% - 38px);
}
.fixed_page_mold_manufacturing .blc08 dt,
.fixed_page_mold_manufacturing .blc08 dd {
    font-weight: 700;
    color: #fff;
    margin: 0;
}
.fixed_page_mold_manufacturing .blc08 dt {
    padding: 0.5em 0;
    background: rgba(4, 28, 65, 0.8);
    font-size: 1.1em;
    writing-mode: vertical-lr;
    text-orientation: upright;
}
.fixed_page_mold_manufacturing .blc08 dd {
    padding: 30px 20px;
    background: #f6f7fa;
}
.fixed_page_mold_manufacturing .blc09 h3 {
    margin-bottom: 0 !important;
}
.fixed_page_mold_manufacturing .blc09 table {
    margin-bottom: 10px;
    table-layout: auto;
}
@media screen and (max-width: 1024px) {
    .fixed_page_mold_manufacturing .blc09 table {
        table-layout: fixed;
    }
}
.fixed_page_mold_manufacturing .blc09 th,
.fixed_page_mold_manufacturing .blc09 td {
    padding: 0.5em;
}
.fixed_page_mold_manufacturing .blc09 .right {
    font-size: 0.8em;
    text-align: right;
}
.fixed_page_mold_manufacturing .blc10 {
    margin-top: 120px;
}
@media screen and (max-width: 1024px) {
    .fixed_page_mold_manufacturing .blc10 {
        margin-top: 60px;
    }
}
.fixed_page_mold_manufacturing .blc10 h3 {
    margin-bottom: 1.5em;
    font-size: 32px;
    line-height: 1.75;
    text-align: center;
}
@media screen and (max-width: 1024px) {
    .fixed_page_mold_manufacturing .blc10 h3 {
        margin-bottom: 1em;
        font-size: 24px;
    }
}
.fixed_page_mold_manufacturing .blc11 {
    margin-top: 120px;
}
@media screen and (max-width: 1024px) {
    .fixed_page_mold_manufacturing .blc11 {
        margin-top: 60px;
    }
}
.fixed_page_mold_manufacturing .blc11 h3 {
    position: relative;
    padding-top: 100px;
}
.fixed_page_mold_manufacturing .blc11 h3::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: url(../img/logo_mark.svg) no-repeat center;
    background-size: auto 100%;
    content: "";
}
.fixed_page_mold_manufacturing .blc12 {
    margin: 60px 0 120px;
}
@media screen and (max-width: 1024px) {
    .fixed_page_mold_manufacturing .blc12 {
        margin-bottom: 0;
    }
}
.fixed_page_mold_manufacturing .blc12 .flex {
    margin-bottom: 40px;
    padding-top: 10px;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width: 1024px) {
    .fixed_page_mold_manufacturing .blc12 .flex {
        flex-direction: column;
        margin-bottom: 0;
    }
}
.fixed_page_mold_manufacturing .blc12 .flex .img {
    width: 100%;
    max-width: 480px;
    margin-right: 40px;
}
@media screen and (max-width: 1024px) {
    .fixed_page_mold_manufacturing .blc12 .flex .img {
        margin: 0;
    }
}
.fixed_page_mold_manufacturing .blc12 .flex .tx p {
    margin-bottom: 0;
    color: #041c41;
    text-align: right;
}
@media screen and (max-width: 1024px) {
    .fixed_page_mold_manufacturing .blc12 .flex .tx p {
        margin-top: 20px;
        text-align: center;
    }
}
.case_intro {
    text-align: center;
}
.case_intro .coming_soon {
    display: inline-block;
    margin: 60px 0;
    padding-bottom: 0.25em;
    border-bottom: 1px solid #888;
    font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 1.5em;
    color: #666;
}
#blog_list .category a {
    background: #041c41;
}
#blog_list .title span {
    font-weight: 500;
}
#faq_category {
    padding: 20px 0;
}
#faq_category ul {
    display: flex;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #ddd;
    justify-content: center;
}
#faq_category li {
    border-right-color: #ddd;
}
@media screen and (max-width: 1024px) {
    #faq_category a {
        display: block !important;
        font-size: 13px;
        line-height: 1.5;
    }
}
#faq_list .post_content p {
    font-size: 15px;
}
@media screen and (max-width: 1024px) {
    #faq_list .post_content p {
        font-size: 14px;
        line-height: 1.75;
    }
}
#faq_list .queestion {
    font-size: 22px;
    color: #940e14;
}
#faq_headline {
    font-size: 26px;
    color: #222;
    background: #f6f7fa;
    border-color: #940e14;
}
#faq_list .queestion:before {
    background: #888;
    color: #fff;
}
.cta_box {
    flex-direction: column;
    margin-top: 60px;
    padding: 40px;
    background: #f6f7fa;
    font-size: 16px;
    line-height: 2;
    align-items: center;
}
@media screen and (max-width: 1024px) {
    .cta_box {
        margin-top: 40px;
        padding: 20px;
    }
}
.cta_box h6 {
    margin-bottom: 0.5em;
    font-size: 1.75em;
    font-weight: 500;
    color: #940e14;
}
@media screen and (max-width: 1024px) {
    .cta_box h6 {
        font-size: 20px;
    }
}
@media screen and (max-width: 1024px) {
    .cta_box .tx p {
        font-size: 14px;
    }
}
.cta_box .tx p + p {
    margin-top: 1em;
}
.cta_box a {
    display: inline-block;
    margin-top: 30px;
    padding: 1em 4em;
    background: #940e14;
    color: #fff;
    transition: all 0.2s linear;
}
@media screen and (max-width: 1024px) {
    .cta_box a {
        margin-top: 20px;
        font-size: 14px;
    }
}
.cta_box a:hover {
    background: #041c41;
}
#campaign_list .category a {
    background: #041c41;
}
#archive_campaign {
    margin-bottom: 0;
    padding-bottom: 150px;
}
@media screen and (max-width: 1024px) {
    #archive_campaign {
        padding-bottom: 60px;
    }
}
#archive_campaign_category_list {
    margin-top: 0;
    padding-top: 60px;
}
@media screen and (max-width: 1250px) {
    #archive_campaign_category_list {
        padding-top: 0;
    }
}
.fixed_page_contact_header {
    height: 450px !important;
    background-position: top center !important;
}
@media screen and (max-width: 1250px) {
    .fixed_page_contact_header {
        height: 300px !important;
    }
}
.fixed_page_contact_header #page_header_inner {
    height: 100% !important;
}
@media screen and (max-width: 1024px) {
    .fixed_page_contact {
        font-size: 14px;
    }
}
.fixed_page_contact #one_col {
    width: 90%;
    max-width: 750px;
    margin-top: 0;
    padding: 60px 0 90px;
}
.fixed_page_contact .mail_form_intro .for_phone {
    margin-bottom: 60px;
    padding: 30px 0;
    background: #f6f7fa;
    font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    text-align: center;
}
@media screen and (max-width: 600px) {
    .fixed_page_contact .mail_form_intro .for_phone {
        padding: 20px 0;
    }
}
.fixed_page_contact .mail_form_intro .for_phone dl {
    margin-bottom: 0;
}
.fixed_page_contact .mail_form_intro .for_phone dt {
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 500;
}
@media screen and (max-width: 1024px) {
    .fixed_page_contact .mail_form_intro .for_phone dt {
        margin-bottom: 5px;
        font-size: 20px;
    }
}
.fixed_page_contact .mail_form_intro .for_phone dd {
    margin-bottom: 0;
}
.fixed_page_contact .mail_form_intro .for_phone a {
    display: inline-block;
    padding-left: 40px;
    background: url(../img/call.svg) no-repeat bottom 6px left;
    background-size: auto 60%;
    font-size: 2.75em;
    font-weight: 500;
    line-height: 1;
    color: #041c41;
    transition: all 0.2s linear;
}
@media screen and (max-width: 600px) {
    .fixed_page_contact .mail_form_intro .for_phone a {
        padding-left: 28px;
        font-size: 2em;
    }
}
.fixed_page_contact .mail_form_intro .for_phone a:hover {
    text-decoration: none;
    opacity: 0.7;
}
.fixed_page_contact .mail_form_intro ul {
    margin: 0 0 40px;
}
.fixed_page_contact .mail_form_intro li {
    list-style: none;
}
.fixed_page_contact .mail_form_intro .req {
    margin-right: 10px;
}
.fixed_page_contact .intro {
    text-align: center;
}
@media screen and (max-width: 600px) {
    .fixed_page_contact .intro {
        text-align: left;
    }
}
.fixed_page_contact .intro ul {
    display: inline-block;
    margin-left: 0;
}
.fixed_page_contact .intro li {
    list-style: none;
    text-align: left;
}
.fixed_page_contact form {
    padding: 60px;
    background: #f6f7fa;
}
@media screen and (max-width: 600px) {
    .fixed_page_contact form {
        padding: 20px;
    }
}
.fixed_page_contact form .req {
    position: relative;
    top: -2px;
    margin-left: 10px;
}
.fixed_page_contact dt {
    margin-bottom: 5px;
    font-size: 16px;
    color: #041c41;
}
@media screen and (max-width: 600px) {
    .fixed_page_contact dd {
        margin-left: 0;
    }
}
@media screen and (max-width: 1024px) {
    .fixed_page_contact .mwform-checkbox-field + .mwform-checkbox-field {
        margin-top: 20px;
    }
    .fixed_page_contact .mwform-checkbox-field label {
        display: flex;
    }
    .fixed_page_contact .mwform-checkbox-field label input {
        width: auto;
    }
    .fixed_page_contact .mwform-checkbox-field label span {
        display: block;
        margin-left: 0.5em;
        line-height: 1.5;
        flex: 1;
    }
}
.fixed_page_contact input[type="text"],
.fixed_page_contact input[type="email"],
.fixed_page_contact textarea {
    width: 100%;
    padding: 0.75em 1em;
    border: 1px solid #fff;
    border-radius: 5px;
    background: #fff;
    font-size: 16px;
    transition: all 0.2s linear;
}
.fixed_page_contact input[type="text"]:focus,
.fixed_page_contact input[type="email"]:focus,
.fixed_page_contact textarea:focus {
    border: 1px solid #041c41;
    outline: none;
}
.fixed_page_contact .req {
    display: inline-block;
    padding: 0 10px;
    border-radius: 100px;
    background: #041c41;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.75;
    color: #fff;
}
.fixed_page_contact .zip input[type="text"] {
    width: 9em;
}
.fixed_page_contact .form_btns {
    justify-content: center;
}
@media screen and (max-width: 768px) {
    .fixed_page_contact .form_btns {
        flex-direction: row;
    }
}
.fixed_page_contact .form_btns .form_btn input {
    display: inline-block;
    margin: 10px;
    padding: 20px 50px;
    border: none;
    background: #041c41;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.1em;
    cursor: pointer;
    transition: all 0.2s linear;
}
.fixed_page_contact .form_btns .form_btn input:hover {
    background: #940e14;
}
.fixed_page_contact .form_btns .btn_back input {
    background: #999;
}
.fixed_page_contact .form_btns .btn_back input:hover {
    background: #555;
}
.fixed_page_contact .mw_wp_form .error {
    color: #940e14;
}
.fixed_page_contact .complete_msg a {
    margin: 0 10px;
}
.fixed_page_contact #contact_error .mail_form_msg {
    color: #940e14;
    text-align: center;
}
.privacy {
    overflow-y: scroll;
    height: 300px;
    margin-top: 60px;
    padding: 30px;
    border: 1px solid rgba(4, 28, 65, 0.2);
    background: #f6f7fa;
    font-size: 0.8em;
}
.privacy h3,
.privacy h4 {
    font-weight: 500;
    color: #041c41;
}
#footer_banner a {
    box-sizing: border-box;
    border-bottom: 5px solid #fff;
    transition: all 0.2s linear;
}
#footer_banner a:hover {
    border-bottom-color: #940e14;
}
#footer_information {
    position: relative;
    background: rgba(255, 255, 255, 0.9);
}
#footer_information_inner {
    display: flex;
    justify-content: center;
}
#footer_company {
    padding: 50px 0;
    border: none;
    text-align: center;
}
#footer_company #footer_logo img {
    margin: 0 auto 20px;
}
#footer_menu_area {
    background: rgba(255, 255, 255, 0.8) !important;
}
#footer_menu_area_inner {
    padding: 0;
}
#footer_menu {
    width: 100%;
    padding: 30px 0;
}
#footer_menu ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#footer_menu li {
    margin: 8px 10px;
}
#footer_social_link li.youtube a:before {
    width: 24px;
    height: 20px;
    background: url(../img/icon_youtube.svg) no-repeat center;
    content: "";
    transition: all 0.2s linear;
}
#footer_social_link .youtube a:hover:before {
    opacity: 0.6;
}
@media screen and (max-width: 1024px) {
    #return_top {
        bottom: 51px !important;
    }
}
.fixed_page_support .post_content .blc01 .list02 {
    position: relative;
}
.fixed_page_support .post_content .blc01 .alert_txt {
    color: #940e14;
    text-align: center;
    font-size: 130%;
    margin: 0;
}
@media screen and (max-width: 700px) {
    .fixed_page_support .post_content .blc01 .alert_txt {
        color: #940e14;
        text-align: center;
        font-size: 100% !important;
        margin: 0;
    }
}
.fixed_page_support .post_content .blc01 .alert_txt02 {
    font-size: 180% !important;
    color: #940e14;
}
@media screen and (max-width: 700px) {
    .fixed_page_support .post_content .blc01 .alert_txt02 {
        font-size: 120% !important;
    }
}
.fixed_page_support .post_content .blc01 .phone_number {
    color: #940e14;
    margin-top: -20px !important;
    margin-bottom: 30px !important;
}
@media screen and (max-width: 700px) {
    .fixed_page_support .post_content .blc01 .phone_number {
        font-size: 110% !important;
    }
}
.fixed_page_support .post_content .blc01 li.two {
    width: 100%;
    list-style: none;
}
.fixed_page_support .post_content .blc01 li.two .two_clum02 {
    position: relative;
}
.fixed_page_support .post_content .blc01 li.two .two_clum02 .card_img02 {
    float: left;
    display: inline-block;
    width: 33%;
    max-width: 300px;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}
.fixed_page_support .post_content .blc01 li.two .two_clum02 img {
    float: left;
    display: inline-block;
    width: 33%;
    max-width: 300px;
    height: 100%;
    max-height: 200px;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}
.fixed_page_support .post_content .blc01 li.two .card_tx02 {
    margin-left: 30%;
    padding: 0 50px;
    padding-right: 0;
    padding-top: 0;
    font-size: 0.9em;
    min-height: 155px;
}
@media screen and (max-width: 767px) {
    .fixed_page_support .post_content .blc01 li.two .two_clum02:before {
        padding-top: 0;
    }
    .fixed_page_support .post_content .blc01 li.two .two_clum02 img {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: auto;
        position: relative;
    }
    .fixed_page_support .post_content .blc01 li.two .two_clum02 .card_tx02 h3 {
        text-align: right;
    }
    .fixed_page_support .post_content .blc01 li.two .two_clum02 .card_tx02 {
        margin: 0;
        padding: 5px;
        text-align: left;
    }
    .fixed_page_support .post_content .blc06 ul {
        margin: 0 0 50px;
        padding: 5px;
        background: #f6f7fa;
        flex-wrap: wrap;
        flex-direction: row;
        width: 100%;
        align-items: center;
        justify-content: center;
    }
    .fixed_page_support .post_content .blc06 .flex img {
        width: 100%;
        max-width: 300px;
    }
}
@media screen and (max-width: 1024px) {
    .fixed_page_support .post_content .blc06 ul {
        margin-bottom: 30px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        width: 100%;
    }
}
.fixed_page_support .post_content .blc06 li {
    display: flex;
    box-sizing: border-box;
    width: calc(100% / 2.3);
    margin: 0;
    list-style: none;
}
@media screen and (max-width: 1024px) {
    .fixed_page_support .post_content .blc06 li {
        flex-direction: column;
        margin: 50px;
        width: auto;
    }
    .fixed_page_support .post_content .blc06 img {
        margin: 0;
    }
    .fixed_page_support .post_content .blc06 .title {
        margin: 0 !important;
    }
    .fixed_page_support .post_content .blc06 .card_tx {
        margin: 0 !important;
    }
}

/* reCAPTCHA v3　表示位置 */
.grecaptcha-badge{
    margin-bottom: 60px;
}