.under #content p.mb05 {
    margin-bottom: 5px;
}
.under #content p.mb10 {
    margin-bottom: 10px !important;
}
.under #content .info09_mb {
    margin-bottom: 70px;
}
.under #content .image_l {
    float: left;
    margin: 0 40px 20px 0;
}
.under #content .image_r {
    float: right;
    margin: 0 0 20px 40px;
}
.under #content .image_r.mb0 {
    margin-bottom: 0
}
.under #content .image_l.mb35 {
    margin-bottom: 35px !important;
}
.under #content .image_l.mb55 {
    margin-bottom: 55px !important;
}
.under sup {
    vertical-align: super;
    font-size: smaller;
    font-size: 8px;
}
.under #content span.txt_small {
    font-size: 86%;
}
.under #content p.txt_small {
    font-size: 140%;
}
.under #content .txt_big {
    font-size: 126%;
}
.under #topic_path {
    margin: 0;
    position: relative;
    width: 100%;
    max-width: 600px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: flex-end;
    text-align: right;
}
#topic_path li {
    display: inline-block;
    position: relative;
    padding-right: 15px;
    margin: 2px 10px 2px 0;
    color: #1B2C84;
    font-size: 13px;
    line-height: 1.35;
}
#topic_path li br {
    display: none
}
#topic_path li:last-child {
    padding-right: 0;
    margin-right: 0
}
#topic_path li:not(:last-child):after {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    border-top: 1px solid #1B2C84;
    border-right: 1px solid #1B2C84;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 0;
    transform: rotate(45deg)
}
#topic_path a {
    text-decoration: underline;
    color: #1B2C84;
    font-size: 13px;
    display: inline-block;
}
#topic_path a:hover {
    text-decoration: none !important;
    opacity: 0.7
}
.under .color_red {
    color: #ff0000
}
/*section*/
.under * {
    box-sizing: border-box;
}
.under a:hover {
    text-decoration: none;
}
.under #content p:last-child, .under #content table:last-child {
    margin-bottom: 0px;
}
.under .section {
    padding-bottom: 100px;
}
.under .section:last-child {
    padding-bottom: 0;
}
.under #top_info {
    height: 350px;
    position: relative;
    background: url("../images/company_topinfo.jpg") left center / 970px auto no-repeat, #EBF0F7;
    border-bottom: none;
    z-index: 1;
    margin: 0 auto 100px;
}
.under.under_column #top_info {
    background-image: url("../images/column_topinfo.jpg")
}
#secom-plus.under #top_info{
    background-position: left bottom
}
.under #top_info:after {
    position: absolute;
    content: "";
    width: 50%;
    height: 100%;
    transform: skewX(-16deg) translateX(-35px);
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #EBF0F7;
    z-index: -1;
}
.under #top_info .inner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.topinfo_box {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin: 0 0 0 auto;
}
.topinfo_ttl {
    font-size: 40px;
    font-weight: 800;
    color: #1B2C84;
    margin-bottom: 20px;
    width: 100%;
    max-width: 570px;
    text-align: right;
    line-height: 1.225;
}
.under h2, .under h3, .under h4, .under h5, .under h6 {
    font-weight: 800;
    line-height: 1.23;
}
.under h2 {
    width: 100%;
    text-align: center;
    font-size: 40px;
    color: #1B2C84;
    margin: 0 auto 100px
}
.under h2:before {
    content: "";
    width: 5px;
    height: 60px;
    background-color: #00968D;
    display: block;
    margin: 0 auto 2px;
}
.under h3 {
    color: #1B2C84;
    font-size: 20px;
    padding: 4px 0 4px 15px;
    border-left: 5px solid #00968D;
    font-weight: 700;
    margin-bottom: 30px;
}
.under h4 {
    background-color: #D2E2F5;
    padding: 10px 20px;
    border-radius: 3px;
    color: #1B2C84;
    font-size: 17px;
    font-weight: 700;
    border-left: 0;
    margin-bottom: 40px;
}
.under h5 {
    font-size: 22px;
    border-left: 8px solid #006E3F;
    padding-left: 10px;
    margin-bottom: 20px
}
.under .news_date {
    font-size: 12px;
    font-style: italic;
    padding: 5px 10px;
    background-color: #F2F2F2;
    display: inline-block;
    color: #707070
}
/*table*/
.under table {
    margin-bottom: 30px;
    border-collapse: separate;
}
.under table.mb05 {
    margin-bottom: 5px;
}
.under table th, .under table td {
    padding: 20px;
    border: 1px solid #ffffff;
    background-color: #EBF0F7;
    color: #1B2C84;
}
.under table th {
    background-color: #D2E2F5;
    font-weight: 400;
    text-align: left
}
.under table.th_center th {
    text-align: center
}
.under table th.th_bg01 {
    background-color: #f6f6f6;
    color: #444
}
.under table th.th_bg02 {
    background-color: #ffffff;
    color: #3B3322
}
.under table.td_top td {
    vertical-align: top;
}
.under table.td_bot td {
    vertical-align: bottom;
}
.under table.td_center td {
    text-align: center;
}
.under table.tb_fix {
    table-layout: fixed
}
.under table td.bg_blue {
    background: #d2ebff;
}
.under .under_cal {
    margin-bottom: 5px
}
.under .under_cal th, .under .under_cal td {
    text-align: center
}
.under .under_cal th {
    width: calc(100%/8);
}
.under .under_cal th:first-child {
    width: 15%;
}
.under .under_cal td {
    font-weight: bold;
}
.under table.tdlast_right td:last-child {
    text-align: right
}
.under table.tb_denture th {
    width: 29%
}
.under table.tb_denture th:first-child {
    width: 13%
}
/*txt_note*/
.under #content .txt_note {
    display: none;
    font-size: 11px;
    color: #A3A3A3;
    margin-bottom: 5px;
}
.under #content .txt_bold {
    font-weight: 700;
    color: #000
}
.under_map {
    width: 100%;
    height: 460px;
}
.tb_scroll:not(:last-child) {
    margin-bottom: 40px
}
.under #content .under_title01 {
    font-size: 24px;
    text-align: center;
    line-height: 1.3;
    margin-bottom: 25px;
}
/*==========================================================================*/
/*                            Why SECOM                                     */
/*==========================================================================*/
.under .under_ttl {
    width: 100%;
    font-size: 30px;
    font-weight: 800;
    line-height: 1.23;
    position: relative;
    z-index: 2;
    margin-bottom: 40px;
    color: #1B2C84
}
.whysecom_info {
    position: relative;
    z-index: 1;
}
.whysecom_ttl01 {
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    color: #1B2C84;
    margin: 0 auto 30px;
}
.under .whybox_list02 {
    margin: 0 -25px 100px;
    justify-content: center
}
.under .whybox_list02 li {
    margin: 15px 25px;
    width: calc(20% - 50px)
}
.under .whybox_list02 li img {
    width: 100%;
}
.whysecom_detail {
    display: block;
    margin-bottom: 100px;
}
.under .whysecom_detail .under_ttl {
    width: 500px;
    float: left
}
.whysecom_img {
    float: right;
    margin: 0 -180px 0 100px;
    position: relative;
    z-index: 5
}
.whysecom_detail:nth-child(2n+2) .whysecom_img {
    float: left;
    margin: 0 100px 0 -180px
}
.whysecom_img:before {
    position: absolute;
    content: "";
    width: calc(100% + 19px);
    height: 100%;
    top: 19px;
    z-index: -1;
    background-color: #A9C7EB
}
.whysecom_detail:nth-child(2n+1) .whysecom_img:before {
    right: 0;
}
.whysecom_detail:nth-child(2n+2) .whysecom_img:before {
    left: 0;
}
.whysecom_detail:nth-child(2n+2) .under_ttl {
    float: right
}
.whysecom_frame01 {
    background-color: #EBF0F7;
    padding: 100px 50px;
    margin-top: 100px;
    position: relative
}
.whysecom_frame01 .servicebox02 {
    padding: 0;
    width: calc(100% + 50px)
}
.whysecom_frame01 .servicebox02:before {
    display: none
}
.whysecom_frame01 .servicebox02 dl {
    /*width: 200px;*/
    width: 170px;
}
.whysecom_frame01 .servicebox02 dl a dt img {
    width: 130px;
    height: 130px;
}
.whysecom_frame01_ttl01 {
    font-size: 25px;
    border-right: 5px solid #00968D;
    padding-right: 18px;
    text-align: right;
    font-weight: 800;
    color: #1B2C84;
    margin-bottom: 40px;
}
.whysecom_txt p {
    font-size: 18px;
    line-height: 1.5;
}
.whysecom_boxlist {
    background-color: #EBF0F7;
    padding: 20px 35px;
    width: 500px;
    margin-top: 22px;
}
.whysecom_boxlist li {
    position: relative;
    padding-left: 22px;
    font-size: 18px;
    font-weight: 700;
    color: #1B2C84;
    margin-bottom: 7px;
}
.whysecom_boxlist li a {
    text-decoration: none
}
.whysecom_boxlist li:last-child {
    margin-bottom: 0;
}
.whysecom_boxlist li:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border-top: 1px solid #1B2C84;
    border-right: 1px solid #1B2C84;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: 0;
    transform: rotate(45deg);
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
COMPANY
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#company .image_l, #company .image_r {
    padding: 0 40px;
}
.underboxr:not(:last-child), .underboxl:not(:last-child) {
    margin-bottom: 70px;
}
.underbox_info {
    width: 530px;
}
.under #content .underbox_info p {
    line-height: 1.625;
}
.underboxr .under_ttl, .underboxl .under_ttl {
    font-size: 25px;
    margin-bottom: 25px;
    text-align: center;
    padding-top: 25px;
}
.underboxr .underbox_info {
    float: left
}
.underboxl .underbox_info {
    float: right
}
.under #content .company_spec01 .image_l {
    margin: -80px 40px 0 -80px;
}
.company_boxmain {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto 100px
}
.company_tab {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 20px;
}
.company_tab li a {
    cursor: text;
    text-align: center;
    display: table;
    text-decoration: none;
    color: #1B2C84;
    font-size: 22px;
    font-weight: 700;
    margin: 0 auto
}
.company_tab li, .company_tabbox {
    display: inline-block;
    width: calc((100%/3) - 22px);
}
.under table.company_tb01 {
    margin-bottom: 10px;
    height: 100%;
}
.under table.company_tb01 th, .under table.company_tb01 td {
    /* padding: 14px 17px */
    padding: 12px 10px
}
.under table.company_tb01 th {
    text-align: center;
    padding: 2px 17px
}
.company_tabbox {
    display: flex;
    flex-direction: column;
}
.company_map {
    margin-top: auto
}
.company_map iframe {
    width: 100%;
    height: 350px;
}
.under .list01 li {
    position: relative;
    padding-left: 12px;
    margin-bottom: 3px;
}
.under .list01 li:last-child {
    margin-bottom: 0;
}
.under .list01 li:before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background-color: #1B2C84;
    top: 11px;
    left: 0;
}
.under table.company_tb02 th {
    width: 260px;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
SERVICE LP
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.service_tab, .forjp_tab {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    z-index: 1;
    margin: 0 auto 100px
}
.service_tab:before, .forjp_tab:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #709BD6;
    z-index: -1;
}
.service_tab li a, .forjp_tab li a {
    text-align: center;
    border: solid transparent;
    border-width: 1px 1px 0 1px;
    border-radius: 12px 12px 0 0;
    text-decoration: none;
    padding: 12px 22px;
    display: block;
    font-size: 18px;
    color: #1B2C84;
    font-weight: 700;
}
.service_tab li.current-menu-item a, .forjp_tab li a.active {
    border-color: #709BD6;
    border-bottom: 1px solid #ffffff;
    pointer-events: none
}
.forjp_tab {
    margin-bottom: 60px;
}
.forjp_tab li {
    width: calc(100%/3);
    height: 60px;
}
.forjp_tab li a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}
/*service_detailslider*/
.service_detailslider {
    display: flex;
    margin: 0 -20px 100px;
}
.service_tabbox_detail {
    width: 340px;
    margin: 0 20px;
    display: flex;
    flex-direction: column;
}
.service_tabbox_img {
    text-align: center;
    margin: 0 auto 15px;
    width: 260px;
}
.service_tabbox_info dt {
    font-size: 20px;
    line-height: 1.2;
    color: #1B2C84;
    text-align: center;
    font-weight: 600;
    margin-bottom: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.service_tabbox_info dd, .service_tabbox_info dd p {
    line-height: 1.625;
}
.under #content p.service_title {
    display: block;
    padding: 30px;
    border-radius: 100px;
    background-color: #EBF0F7;
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    color: #1B2C84;
    position: relative;
    margin: 0 auto 100px;
    width: 100%;
}
.under #content p.service_title:before {
    position: absolute;
    content: "";
    background: url("../images/service-icon01.svg")right top / 96px 177px no-repeat;
    width: 96px;
    height: 177px;
    right: 20px;
    bottom: 14px;
}
.under #content p.service_title > .service_title_txt {
    display: block;
    font-size: 16px;
    color: #141F3F;
    font-weight: 400;
}
.service_mainimg {
    text-align: center;
    margin: 0 auto 100px
}
.service_contact {
    width: 1920px;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0 0 100px -410px;
    background: url("../images/service-bgmain.jpg") center center fixed no-repeat;
    padding-bottom: 15px;
}
.service_contact_ttl {
    font-size: 50px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 40px;
    text-align: center;
    line-height: 1.2;
}
.service_contact_btn a {
    width: 400px;
    height: 80px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    border-radius: 45px;
    position: relative;
    background-color: #ED1B24;
    color: #fff;
    z-index: 1;
    overflow: hidden;
    box-shadow: 5px 8px 10px rgb(40, 59, 108, 0.5);
    border: 2px solid #ED1B24;
}
.service_contact_btn a:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-left: 9px solid #fff;
    border-bottom: 8px solid transparent;
    right: 35px;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
.service_slider03_click {
    display: none
}
.service_slider03_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 40px;
}
.service_slider03_btn .slick-slide, .service_slider03_btn:not(.slick-initialized) li {
    margin: 0 25px;
    width: auto !important;
}
.service_slider03_btn li {
    font-size: 20px;
    color: #1B2C84;
    font-weight: 700;
    position: relative;
    padding: 10px 0;
    text-align: center;
    cursor: pointer;
}
.service_slider03_btn .slick-current li:before, .service_slider03_btn:not(.slick-initialized) > li:first-child:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 5px;
    background-color: #49D1DD;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.service_slider03_btn .slick-list > div > div {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
#service_slider03 {
    width: 1240px;
    margin-left: -70px;
    position: relative
}
#service_slider03 .slick-slide .service_slider03_boxdetail {
    animation: op0slider 0.8s linear;
    opacity: 0.2;
}
#service_slider03 .slick-slide.slick-current .service_slider03_boxdetail {
    animation: op1slider 0.8s linear;
    opacity: 1;
}
#service_slider03 .slick-arrow {
    width: 60px;
    height: 60px;
    text-indent: -9999px;
    color: transparent;
    cursor: pointer;
    border: 0;
    position: absolute;
    top: 38px;
    z-index: 1;
}
#service_slider03 .slick-arrow.slick-prev {
    background: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='62' height='62' viewBox='0 0 62 62'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%232f58a3;%7D.b%7Bfill:none;stroke:%232f58a3;stroke-miterlimit:10;stroke-width:2px;%7D%3C/style%3E%3C/defs%3E%3Cg transform='translate(1 1)'%3E%3Cpath class='a' d='M-8,0l-8,9H0Z' transform='translate(23.5 22.5) rotate(-90)'/%3E%3Ccircle class='b' cx='30' cy='30' r='30'/%3E%3C/g%3E%3C/svg%3E") center center / 60px 60px no-repeat;
    left: -32px;
}
#service_slider03 .slick-arrow.slick-next {
    background: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='62' height='62' viewBox='0 0 62 62'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%232f58a3;%7D.b%7Bfill:none;stroke:%232f58a3;stroke-miterlimit:10;stroke-width:2px;%7D%3C/style%3E%3C/defs%3E%3Cg transform='translate(1 1)'%3E%3Cpath class='a' d='M8,0l8,9H0Z' transform='translate(36.5 22.5) rotate(90)'/%3E%3Ccircle class='b' cx='30' cy='30' r='30'/%3E%3C/g%3E%3C/svg%3E") center center / 60px 60px no-repeat;
    right: -32px;
}
.service_slider03_info {
    background-color: #EBF0F7;
    border-radius: 10px;
    padding: 55px 76px 55px 120px
}
.service_slider03_ttl01 {
    font-size: 25px;
    font-weight: 700;
    color: #1B2C84;
    text-align: center;
    line-height: 1.25;
    margin-bottom: 35px
}
.service_slider03_ttl01 > span {
    font-size: 65%;
    font-weight: 600;
    display: inline-block;
    line-height: 1.4;
    padding-top: 10px;
}
.service_slider03_boxttl01:first-child {
    width: calc(100% - 270px);
    float: left
}
.under #content .service_slider03_box .image_r {
    margin: -10px 0 0 20px;
}
.service_slider03_boxttl01 {
    font-size: 17px;
    font-weight: 600;
    color: #1B2C84;
    position: relative;
    padding-left: 28px;
    margin-bottom: 15px;
}
.service_slider03_boxttl01:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 3px;
    background-color: #00968D;
    top: 12px;
    left: 0;
}
.service_slider03_boxinfo {
    margin-bottom: 22px;
    color: #141F3F
}
.service_slider03_boxinfo:last-child {
    margin-bottom: 0;
}
.service_slider03_boxinfo dt {
    font-weight: 600;
}
.list02 li {
    padding-left: 18px;
    ;
    position: relative;
    background: url("../images/ico-arrow-s.svg") 0 10px / 6px 10px no-repeat;
}
.list02 li a {
    color: #141F3F;
}
.factory-tabbox {
    margin-bottom: 100px;
}
/*qa*/
.faqbox:not(:last-child) {
    margin-bottom: 30px
}
.faqbox dt {
    padding: 20px 20px 20px 70px;
    position: relative;
    font-size: 17px;
    font-weight: 600;
    color: #1B2C84;
    background: url("../images/icon-q.svg") 17px 14px /30px 30px no-repeat, #D2E2F5;
    border-radius: 5px;
    line-height: 1.17;
}
.faqbox dd {
    padding: 25px 0 25px 70px;
    background: url("../images/icon-a.svg") 17px 25px /30px 30px no-repeat
}
.service_boxlink {
    position: relative;
    padding: 100px 0;
    z-index: 1;
}
.service_boxlink:after {
    position: absolute;
    content: "";
    width: 1920px;
    height: 100%;
    top: 0;
    left: -410px;
    background-color: #EBF0F7;
    z-index: -1;
}
.service_boxlink_ttl01 {
    font-size: 25px;
    font-weight: 800;
    color: #1B2C84;
    ;
    border-left: 5px solid #00968D;
    padding-left: 12px;
    margin-bottom: 30px;
}
.service_boxlink .servicebox02 {
    padding: 0;
}
.service_boxlink .servicebox02 dt {
    margin-bottom: 10px;
}
.service_boxlink .servicebox02 dl a dt img {
    width: 150px;
    height: 150px;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  SERVICE DETAIL
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.under #content .servicedeatil_boximg .image_r {
    width: 200px;
    height: 200px;
    flex-shrink: 0;
    margin-bottom: auto
}
#online-monitoring #content .servicedeatil_boximg .image_r, #secom-plus #content .servicedeatil_boximg .image_r {
    width: 536px
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
For Japanese Company
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
body#for-japanese-company #main {
    font-family: "Noto Sans JP", sans-serif;
}
#for-japanese-company .topinfo_ttl {
    font-size: 30px;
}
#for-japanese-company h2 {
    font-size: 30px;
}
/*forjp_list*/
.forjp_list {
    margin: 0 auto 50px
}
.forjp_box, .forjp_boxtop {
    display: flex;
    justify-content: space-between;
}
.forjp_box {
    flex-direction: column
}
.forjp_boxtop {
    margin-bottom: 100px;
}
.forjp_img01 {
    margin: 0
}
.forjp_slider {
    display: flex;
}
.forjp_slider_detail {
    width: 235px;
    margin-left: 30px
}
.forjp_slider_detail dt {
    text-align: center;
    margin: 0 auto
}
.forjp_slider_detail dd {
    color: #141F3F;
    padding-top: 10px;
    line-height: 1.625;
    font-weight: 700;
}
/*forjp_pointmain*/
.forjp_pointmain {
    display: flex;
    margin: 0 auto 30px
}
.forjp_pointdetail {
    display: flex;
    flex-direction: column;
    width: 340px;
}
.forjp_pointdetail:not(:first-child) {
    margin-left: 40px;
}
.forjp_pointdetail dl {
    background-color: #4C72BA;
    width: 70px;
    height: 70px;
    border-radius: 70px;
    margin: 0 auto -40px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1px solid #fff;
    position: relative;
    z-index: 1
}
.forjp_pointdetail dd {
    font-size: 30px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    padding-bottom: 10px;
}
.forjp_pointtxt {
    padding: 50px 20px 20px;
    height: 100%;
    background-color: #2F58A3;
    border-radius: 10px;
    color: #fff;
    position: relative;
}
.forjp_pointtxt:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 23px solid transparent;
    border-right: 23px solid transparent;
    border-top: 15px solid #2F58A3;
    ;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -15px;
}
/*forjp_listmain*/
.forjp_listmain {
    background-color: #EBF0F7;
    border-radius: 10px;
    padding: 60px 57px 60px 67px;
    display: flex;
    justify-content: space-between;
    position: relative;
    margin: 0 auto 100px
}
.forjp_listdetail_tab {
    flex-shrink: 0
}
.forjp_listdetail_tab .slick-list > div > div {
    display: flex;
    flex-direction: column
}
.forjp_listdetail_tab .slick-slide {
    margin-bottom: 5px;
}
.forjp_listdetail_tab .slick-slide:not(:last-child), .forjp_listdetail_tab > li:not(:last-child) {
    margin-bottom: 5px;
}
.forjp_listdetail_tab .slick-slide {
    width: 320px !important;
}
.forjp_listdetail_tab .slick-slide li, .forjp_listdetail_tab > li {
    width: 320px !important;
    height: 50px;
    border-radius: 3px;
    display: flex !important;
    align-items: center;
    color: #1B2C84;
    background-color: #fff;
    font-weight: 700;
    text-decoration: none;
    padding: 5px 20px;
    cursor: pointer
}
.forjp_listdetail_tab .slick-slide.slick-current li, .forjp_listdetail_tab > li.active {
    background-color: #1B2C84;
    color: #fff
}
.forjp_listdetail_ttl {
    font-size: 20px;
    font-weight: 700;
    color: #1B2C84;
    padding: 10px 0;
    margin: 0 auto 20px
}
.forjp_listdetail_info .idx_btn01 {
    margin: 40px auto 0;
    display: table
}
.forjp_listdetail.slick-slider {
    position: initial
}
.forjp_listdetail {
    width: 620px;
    padding: 0 10px
}
.forjp_arrows .slick-prev, .forjp_arrows .slick-next {
    position: absolute;
    top: 30px;
}
.forjp_arrows .slick-prev {
    left: -32px;
}
.forjp_arrows .slick-next {
    right: -32px;
}
.forjp_listdetail > .forjp_listdetail_box:not(:first-child) {
    display: none
}
.forjp_listdetail_box {
    padding: 0 10px
}
.forjp_listdetail .slick-slide .forjp_listdetail_box {
    animation: op0slider 0.8s linear;
    opacity: 0.2;
}
.forjp_listdetail .slick-slide.slick-current .forjp_listdetail_box {
    animation: op1slider 0.8s linear;
    opacity: 1;
}
.under #content .forjp_listdetail_info .image_r {
    margin-left: 25px;
}
.forjp_listdetail_txt {
    padding-top: 10px;
}
.forjp_listdetail_txt p {
    color: #141F3F
}
/*forjp_step*/
.forjp_step {
    padding: 0 0 0 75px;
    counter-reset: step;
    margin: 0 auto 100px
}
.forjp_step dl {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100px;
    position: relative;
    border-radius: 10px;
    padding-bottom: 10px;
}
.forjp_step dl:last-child {
    padding-bottom: 0;
}
.forjp_step dl:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #EBF0F7;
    left: -75px;
    bottom: 10px;
    z-index: 2;
}
.forjp_step dl:nth-child(2):before {
    border-top-color: #D2E2F5
}
.forjp_step dl:nth-child(3):before {
    border-top-color: #A9C7EB
}
.forjp_step dl:nth-child(4):before {
    border-top-color: #709BD6;
    bottom: 0;
}
.forjp_step dl:after {
    position: absolute;
    content: "";
    width: 40px;
    height: 100%;
    top: -30px;
    left: -75px;
    z-index: 1;
    background-color: #EBF0F7
}
.forjp_step dl:nth-child(1):after {
    height: calc(100% - 20px);
    top: 0;
}
.forjp_step dl:nth-child(2):after {
    background-color: #D2E2F5
}
.forjp_step dl:nth-child(3):after {
    background-color: #A9C7EB
}
.forjp_step dl:nth-child(4):after {
    background-color: #709BD6;
    height: calc(100% + 10px)
}
.forjp_step dt, .forjp_step dd:not(.iconstep) {
    height: 100%;
    background-color: #EBF0F7;
    display: flex;
    align-items: center
}
.forjp_step dt {
    border-radius: 10px 0 0 10px;
    width: 230px;
    flex-shrink: 0;
    padding: 20px 30px;
    font-size: 20px;
    font-weight: 700;
    color: #1B2C84;
    position: relative;
    overflow: hidden
}
.forjp_step dd:not(.iconstep) {
    border-radius: 0 10px 10px 0;
    width: 100%;
    padding: 20px 20px 20px 0;
    position: relative;
    overflow: hidden
}
.forjp_step dt:before, .forjp_step dd:not(.iconstep):before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #EBF0F7;
    z-index: -1;
}
.forjp_step dl:nth-child(2) dt:before, .forjp_step dl:nth-child(2) dd:not(.iconstep):before {
    background-color: #D2E2F5
}
.forjp_step dl:nth-child(3) dt:before, .forjp_step dl:nth-child(3) dd:not(.iconstep):before {
    background-color: #A9C7EB
}
.forjp_step dl:nth-child(4) dt:before, .forjp_step dl:nth-child(4) dd:not(.iconstep):before {
    background-color: #709BD6;
}
.forjp_step dd.iconstep {
    position: absolute;
    font-size: 80px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    line-height: 1;
    color: #ffffff;
    left: 175px;
    margin: auto 0;
    z-index: 0
}
.forjp_step dd {
    line-height: 1.625;
    color: #141F3F
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Column
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.column_search {
    justify-content: flex-end;
    margin: 0 auto 36px
}
.column_search, .column_search dl {
    display: flex;
    align-items: center
}
.column_search dl + dl {
    margin-left: 50px;
}
.column_search dt {
    color: #1B2C84;
    margin-right: 15px;
}
.column_search select {
    padding: 6px 40px 6px 17px;
    border: 1px solid #4C72BA;
    border-radius: 3px;
    color: #1B2C84;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: url("../images/select_arrow.svg") right center / 40px 40px no-repeat, #EBF0F7;
    font-family: 'Montserrat', sans-serif;
}
.column_search dl:first-child select {
    width: 300px;
}
.column_search dl:last-child select {
    width: 100px;
}
.column_detail {
    display: flex;
    padding: 20px 30px;
}
.columnimg {
    width: 240px;
    height: 160px;
    flex-shrink: 0;
    margin: 0 30px 0 0;
}
.columnimg a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.columnimg img {
    flex-shrink: 0;
    max-width: inherit;
    max-height: 100%;
    width: auto;
    height: 100%;
}
.columntop {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}
.columntop dt, .columntop dd {
    line-height: 1.5;
}
.columntop dt {
    font-size: 12px;
    padding: 4px 8px;
    color: #fff;
    font-weight: 600;
    border-radius: 2px;
    margin-right: 15px;
    letter-spacing: 0.02em;
}
.columntop dd {
    font-size: 12px;
}
.columntxt dt {
    margin-bottom: 12px;
}
.columntxt dt a {
    color: #1B2C84;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none
}
.columntxt dd {
    color: #141F3F;
    font-size: 15px;
}
.pager {
    padding: 100px 0
}
.wp-pagenavi {
    display: flex;
    justify-content: center;
    align-items: center;
}
.wp-pagenavi a, .wp-pagenavi span {
    width: 45px;
    height: 45px;
    border-radius: 45px;
    font-size: 22px;
    font-weight: 700;
    font-style: italic;
    color: #1B2C84;
    background-color: #EBF0F7;
    margin: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    text-align: center;
    padding-right: 3px;
}
.wp-pagenavi a:last-child, .wp-pagenavi span:last-child {
    margin-right: 0;
}
.wp-pagenavi a.first, .wp-pagenavi a.last {
    width: auto
}
.wp-pagenavi span.extend {
    background-color: #fff;
    color: #1B2C84
}
.wp-pagenavi span {
    background-color: #2F58A3;
    color: #ffffff
}
.previouspostslink, .nextpostslink {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    text-indent: -9999px;
    position: relative
}
.previouspostslink:before, .nextpostslink:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto auto;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
}
.previouspostslink:before {
    border-right: 8px solid #2F58A3
}
.nextpostslink:before {
    border-left: 8px solid #2F58A3
}
/*detail*/
.column_inner {
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
    margin-bottom: 100px;
}
.column_inner .columntop {
    padding-bottom: 12px;
    border-bottom: 1px solid #E6E6E6;
    margin-bottom: 12px;
}
.column_inner h2 {
    font-size: 22px;
    font-weight: 600;
    text-align: left;
    line-height: 1.45;
    margin-bottom: 15px;
}
.column_inner h2:before {
    display: none
}
.columnde_list * {
	width: auto;
	max-width: 100%;
	text-wrap: wrap;
}
.columnde_img {
    width: 100%;
    max-height: 467px;
    text-align: center;
    margin: 0 auto 35px
}
.columnde_img img {
    height: auto;
}
.columnbtn {
    padding: 25px 0;
    margin-top: 100px;
    border-top: 1px solid #E6E6E6;
}
.columnbtn a {
    position: relative;
    font-weight: 700;
    text-decoration: none;
    color: #1B2C84;
    padding-left: 20px;
}
.columnbtn a:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 9px solid #1B2C84;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0
}
.column_inner #navi {
    width: 300px;
    margin-left: 70px;
    flex-shrink: 0
}
.navi_list li {
    padding: 20px 0;
    border-bottom: 1px solid #E6E6E6
}
.navi_list a {
    text-decoration: none;
    display: flex;
    font-size: 15px;
    line-height: 1.33;
}
.naviimg {
    width: 90px;
    height: 60px;
    margin-right: 15px;
    flex-shrink: 0;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.naviimg img {
    flex-shrink: 0;
    max-width: inherit;
    max-height: 100%;
    width: auto;
    height: 100%;
}
.navi_ttl {
    text-align: center;
    padding: 7px;
    color: #ffffff;
    letter-spacing: 0.02em;
    border-radius: 2px;
    font-weight: 600;
    margin: 0;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
CONTACT
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#contact #main, #confirm #main, #thanks #main, #privacypolicy #main, #formsearch #main, #secom-group-human-rights-policy #main, #human-rights-policy #main {
    background-color: #EBF0F7
}
#contact.under #top_info, #confirm.under #top_info, #thanks.under #top_info, #privacypolicy #top_info, #formsearch #top_info, #secom-group-human-rights-policy #top_info, #human-rights-policy #top_info {
    height: auto;
    padding-top: 20px;
    margin-bottom: 50px;
    background-image: none !important
}
#contact.under #top_info:before, #contact.under #top_info:after, #confirm.under #top_info:before, #confirm.under #top_info:after, #thanks.under #top_info:before, #thanks.under #top_info:after, #privacypolicy #top_info:before, #privacypolicy #top_info:after, #formsearch #top_info:afbeforeter, #formsearch #top_info:after, #secom-group-human-rights-policy #top_info:after, #human-rights-policy #top_info:after {
    display: none
}
#contact #topic_path, #confirm #topic_path, #thanks #topic_path, #privacypolicy #topic_path, #formsearch #topic_path, #secom-group-human-rights-policy #topic_path, #human-rights-policy #topic_path {
    width: 100%;
    margin: 0 auto 50px;
    max-width: 100%;
    justify-content: flex-start
}
#contact .topinfo_box, #confirm .topinfo_box, #thanks .topinfo_box, #privacypolicy .topinfo_box, #formsearch .topinfo_box, #secom-group-human-rights-policy .topinfo_box, #human-rights-policy .topinfo_box {
    width: 100%;
    flex-direction: column-reverse;
}
#contact .topinfo_ttl, #confirm .topinfo_ttl, #thanks .topinfo_ttl, #privacypolicy .topinfo_ttl, #formsearch .topinfo_ttl, #secom-group-human-rights-policy .topinfo_ttl, #human-rights-policy .topinfo_ttl  {
    text-align: center;
    max-width: 100%
}
.contacttop, .contact_form {
    width: 100%;
    max-width: 750px;
    margin: 0 auto 100px;
}
.contacttop {
    margin-bottom: 40px;
}
.contacttop, .contacttop ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}
.contacttop ul {
    display: flex;
}
.contacttop ul li {
    width: 80px;
    height: 80px;
    border-radius: 80px;
    background-color: #fff;
    font-size: 15px;
    color: #1B2C84;
    font-weight: 500;
    margin: 15px;
    position: relative
}
.contacttop ul li > span {
    font-family: 'Roboto', sans-serif;
    font-size: 25px;
    font-weight: 700;
}
.contacttop ul li:not(:last-child):after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid #1B2C84;
    right: -20px;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
.contacttop ul li.active {
    background-color: #2F58A3;
    color: #fff
}
.contacttop p {
    text-align: center;
}
/*form*/
.contact_form dl {
    display: flex;
    justify-content: space-between;
    padding: 10px 0
}
.contact_form dt, .contact_form dd {
    color: #1B2C84
}
.contact_form dt {
    width: 210px;
    flex-shrink: 0;
    padding-right: 40px
}
.contact_form dd {
    width: 100%;
}
.contact_form dl:nth-child(-n+4) dt {
    padding-top: 8px;
}
.contact_form input, .contact_form textarea, .contact_form .wpcf7-list-item-label:before {
    outline: none;
    border-style: none;
    border: 1px solid #4C72BA;
    background-color: #fff;
    border-radius: 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.contact_form dd input.contact_txt01 {
    width: 300px;
    height: 40px;
    padding: 8px;
}
.contact_form dd textarea.contact_txt02 {
    width: 100% !important;
    min-height: 264px;
    padding: 8px;
}
.contact_checkbox {
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    align-items: baseline
}
.contact_checkbox > span {
    position: relative;
    padding: 5px 0;
}
.contact_checkbox .wpcf7-list-item-label {
    display: flex;
    align-items: center
}
.checkboxlink {
    position: relative;
    flex-shrink: 0;
}
.privacy_txt {
    display: flex;
}
.contact_form .wpcf7-list-item-label {
    position: relative;
    line-height: 1.3;
    padding-left: 26px;
}
.contact_form .wpcf7-list-item {
    margin-left: 0;
}
.contact_form .wpcf7-list-item-label:before {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 3px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
.contact_form .wpcf7-list-item-label:after {
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    position: absolute;
    width: 10px;
    height: 5px;
    left: 3px;
    opacity: 0;
    top: 7px;
    transform: rotate(-45deg);
}
.contact_form input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 100%;
    width: 100%;
    z-index: 1;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: 0;
}
.contact_form input[type="checkbox"]:checked + .wpcf7-list-item-label:before {
    background-color: #2F58A3;
    border-color: #2F58A3;
}
.contact_form input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
    opacity: 1;
}
.contact_listbtn {
    position: relative;
    padding-top: 30px;
}
.contact_btn {
    transform: translateX(210px);
    margin: 0;
}
.contact_btn.btnback {
    position: absolute;
    transform: translateX(0);
}
.contact_btn.btn_top {
    transform: translateX(0);
    margin: 0 auto;
    display: table
}
.contact_btn a, .contact_btn input {
    width: 300px;
    height: 50px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    background-color: #2F58A3;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.contact_btn.btnback a, .contact_btn.btnback input {
    width: 115px;
    background-color: #ffffff;
    border: 2px solid #2F58A3;
    color: #2F58A3
}
.privacy_txt .wpcf7-not-valid-tip {
    position: absolute;
    width: 200px;
}
.contact_form .wpcf7 form.invalid .wpcf7-response-output{
    padding: 10px;
    font-size: 120%;
    border:3px solid #BF1B2E;
    color: #BF1B2E;
    font-weight: 600;
}
/*confirm*/
#confirm .contact_form dt {
    width: 250px;
    padding-right: 0
}
#confirm .contact_form dt {
    padding: 8px 0
}
#confirm .contact_form dd {
    padding: 8px 15px
}
#confirm .contact_form dd {
    background-color: #ffffff;
    border-radius: 3px;
}
#confirm .contact_form dd textarea.contact_txt02 {
    min-height: 90px;
    padding: 0;
    border: 0px
}
#confirm .contact_btn.contact_btn01 {
    transform: translateX(250px);
}
/*thanks*/
.contact_info p {
    font-size: 15px;
}
.contact_frame {
    background-color: #ffffff;
    padding: 15px;
    margin-top: 60px;
    border-radius: 3px
}
.contact_btn.btn_top a {
    background-color: #ffffff;
    border: 2px solid #1B2C84;
    color: #1B2C84
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Not Found
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#not_found #main {
    background-color: #EBF0F7;
    padding: 150px 0;
    text-align: center
}
.notfound_txt {
    margin: 0 auto 20px
}
.notfound_txt dt {
    font-size: 20px;
    font-weight: 700;
    color: #1B2C84;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
privacypolicy
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#privacypolicy #main, #secom-group-human-rights-policy #main,#human-rights-policy #main {
    padding-bottom: 50px;
}
#privacypolicy #content h3, #privacypolicy #content h4,
#secom-group-human-rights-policy #content h3, #secom-group-human-rights-policy #content h4,
#human-rights-policy #content h3, #human-rights-policy #content h4 {
    margin-bottom: 20px;
}
#privacypolicy #content .section,
#secom-group-human-rights-policy #content .section,
#human-rights-policy #content .section{
    padding-bottom: 50px;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
securitybox
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.under #securitybox {
    padding: 0 0 100px;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Admin WP
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.alignleft {
    float: left;
}
.alignright {
    float: right
}
.aligncenter {
    text-align: center;
}
img.alignleft, img.alignright {
    max-width: 300px;
    max-height: 200px;
}
img.alignleft {
    margin: 0 40px 20px 0
}
img.alignright {
    margin: 0 0 20px 40px
}
.caselist:not(.slick-initialized), .caselist .slick-list > div > div, .caseboxinfo {
    counter-reset: listStyle;
}
.caselist:not(.slick-initialized) li, .service_slider03_boxdetail, .caselist .slick-slide {
    counter-increment: listStyle;
}
.caselist li::after, .service_slider03_click:after, .caselist .slick-slide li::after {
    content: counter(listStyle, upper-latin);
}
.columnde_list ul li, .faqbox dd ul li {
    padding-left: 18px;
    position: relative;
    background: url(../images/ico-arrow-s.svg) 0 10px / 6px 10px no-repeat;
}
#formsearch #main {
    padding-bottom: 100px;
}
.boxsearch li {
    background-color: #ffffff;
    border-radius: 5px;
    margin: 10px auto;
    display: flex;
    flex-direction: column
}
.boxsearch li span.title {
    font-size: 20px;
    line-height: 1.2;
    color: #1B2C84;
    font-weight: 600;
}
.boxsearch li span.title br {
    display: none
}
.boxsearch li a {
    display: block;
    padding: 25px;
    text-decoration: none;
}
.boxsearch li a:hover {
    opacity: 0.9;
}
.boxsearch li a:hover span.title {
    text-decoration: underline;
}
.boxsearch li a .desc {
    padding-top: 8px;
    color: #333;
}
.boxsearch li span.title a:hover {
    text-decoration: underline
}
.boxsearch li span.title a br {
    display: none
}
.boxsearch li span.info {
    width: 100%;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.column_search input[type="submit"] {
    padding: 6px 25px;
    color: #ffffff;
    border: 0px;
    background-color: #1B2C84;
    border-radius: 3px;
    margin-left: 30px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.column_search input[type="submit"]:hover, .boxsearch button[type="submit"]:hover {
    opacity: 0.8;
}
.boxsearch {
    width: 100%;
    max-width: 900px;
    margin: 0 auto
}
.boxsearch form {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse
}
.formsearch_inline {
    width: 100%;
}
.formsearch_inline input {
    width: 100%;
    height: 45px;
    padding: 10px 20px;
    padding: 5px 25px;
    border-radius: 40px;
    background-color: #fff;
    border: none;
    box-shadow: none;
}
.boxsearch button[type="submit"] {
    height: 45px;
    width: 45px;
    border: none;
    margin-left: 15px;
    border-radius: 3px;
    background-color: #ffffff;
    flex-shrink: 0;
    cursor: pointer
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
#sliderlp_imgmain
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.slider_servicelpmain {
    width: 100%;
    margin: 0 auto 50px;
    position: relative
}
#sliderlp_imgmain {
    position: relative;
    z-index: 1;
    width: 100%;
}
#sliderlp_imgmain:before {
    position: absolute;
    content: "";
    width: 1920px;
    height: 200px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background-color: #EBF0F7;
    z-index: -1;
    left: -410px;
}
#sliderlp_imgmain .slick-arrow {
    position: absolute;
    margin: auto 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}
#sliderlp_imgmain .slick-arrow.slick-prev {
    left: -100px;
}
#sliderlp_imgmain .slick-arrow.slick-next {
    right: -100px;
}
#sliderlp_imgmain .slick-track {
    z-index: 1;
}
#sliderlp_imgmain .slick-slide .sliderlp_imgmainimg {
    position: relative;
    z-index: 1;
    width: 1100px !important;
    margin: 0 auto;
    display: flex !important;
    justify-content: center;
}
#sliderlp_imgmain .slick-dots {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    z-index: 10;
    width: calc(100% + 100px);
    height: auto;
    transform: translateX(-50px)
}
#sliderlp_imgmain .slick-dots li a {
    line-height: 1;
    padding: 4px 8px;
    background-color: #EBF0F7;
    border-radius: 3px;
    color: #ffffff;
    font-size: 25px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    cursor: pointer
}
#sliderlp_imgmain .slick-dots li a:hover, #sliderlp_imgmain .slick-dots li.slick-active a {
    background-color: #2F58A3;
    color: #ffffff;
}
.service_detail_iframe {
    margin: 0 auto 40px;
    display: flex;
    justify-content: center;
    align-items: center
}
.service_detail_iframe iframe {
    width: 900px;
    height: 480px;
    margin: 0 auto
}
.box_iframe{width: 100%;height: auto; margin: 0 auto;aspect-ratio: 16/9;max-width: 100%;}
.box_iframe iframe{width:100%;height:100%;border:none;outline: none;}

@media screen\0 {}