body.lang-ja main,
body.lang-ja h1,
body.lang-ja h2,
body.lang-ja h3,
body.lang-ja h4,
body.lang-ja h5 {
    word-break: break-all;
    word-wrap: break-word;
}



.__txt-hidden {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
    clip-path: inset(0px 0px 99.9% 99.9%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0;
}

/*** Responsive embeds ***/

.embed-container { 
    position: relative; 
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
} 

.embed-container iframe,
.embed-container object,
.embed-container embed { 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.__video-container {
    overflow: hidden;
    border-radius: .625rem;
}

.__video-container video {
    width: 100%;
}




/*** Solution loop item ****/
.loco .board-list .__loop-item .__txt .__cat {
    margin-top: 1.25rem;
    margin-bottom: 0;
}

.board-list .__loop-item .__txt .title-area,
.related-posts .__list article .__box .__txt .title-area {
    display: flex;
    flex-direction: column;
    gap: .5rem;
}



/*** Solution Single ***/
.solution-post.has-header-img {
    padding-top: 0;
}

.solution-post.has-header-img .header-img-area {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 22.3958%;
}

.solution-post.has-header-img .header-img-area .__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.solution-post.has-header-img .__heading {
    margin: 6.25rem auto;
    max-width: 100%;
    text-align: left;
}

.solution-post.has-header-img .post-term a {
    color: #0659ff;
}

.solution-post.has-header-img .__heading .post-category {
    justify-content: flex-start;
}

.solution-post .post-headline {
    font-size: 1.4em;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 1em;
    color: #000;
}

.solution-post .__heading .post-feature {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-top: 1.5rem;
}

.solution-post .__heading .post-feature img {
    width: 100%;
}



.solution-post .__heading .post-feature .description {
    font-size: clamp(1.125rem, 1.9550342131vw, 1.25rem);
    letter-spacing: -.02em;
    color: #5b5b5b;
    font-weight: 400;
    line-height: 1.6;
}

.solution-post .__heading .post-feature .description p {
    margin-bottom: 1em;
}

.solution-post.has-header-img .__body {
    padding: 0;
    background-color: #fff;
    border-radius: 0;
}

.solution-post .post-content ul {
    list-style-type: square;
    padding-left: 1em;
    display: flex;
    flex-direction: column;
    gap: 1.5em;
    line-height: 1.6;
    margin-bottom: 3em;
}

.solution-post .post-content strong {
    font-weight: 700;
}

.solution-post .pdf-download {
    background: #d8e1ed;
    border-radius: .625rem;
    padding: 3rem;
    max-width: 600px;
    margin: 6rem auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
}

.solution-post .pdf-download .download-txt {
    font-size: 1.25rem;
}

.solution-post .pdf-download .btn {
    font-size: 1rem;
    gap: 10px;
}




@media all and (max-width: 980px) {
    .solution-post.has-header-img .header-img-area {
        padding-bottom: 36.82%;
    }
}

@media all and (max-width: 767px) {
    .solution-post.has-header-img .__body {
        margin: 0;
    }

    .solution-post .pdf-download {
        flex-direction: column;
    }
}









/***** popup *******/


#autoPopup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 88888;
    overflow-y: auto;
}
#autoPopup .popup { 
    width:90%; 
    max-width: 640px;
    text-align:center; 
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 35px 2px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 35px 2px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 35px 2px rgba(0, 0, 0, 0.4);
    border: 1px solid #77787B;
    margin: 10vh auto;
}
#autoPopup .popup-body {
    position: relative;
    display: flex;
    justify-self: center;
    align-items: center;
    min-height: 320px;
    background-color: #f4f5f7;
}

#autoPopup .popup-body .txt-container {
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
  
#autoPopup .popup-body a.popup-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#autoPopup .popup-body .popup-title {
    font-size: 1.25em;
    margin-bottom: .5em;
}

#autoPopup .popup-body ol,
#autoPopup .popup-body ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-left: 1em;
    line-height: 1.6;
    text-align: left;
}

#autoPopup .popup-body ol {
    list-style-type: decimal;
}

#autoPopup .close {
    width: 100%;
    height: 40px;
    background-color: #fff;
    border-top: 1px solid #77787B;
    display: flex;
    align-items: center;
}

#autoPopup .close form {
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    padding: 10px 15px;
}
  
  #check{font-size:12px; color: #333; display: flex; align-items: center;}
  #check input{background-color: #fff; margin-top: 0;}
  #close{font-size:12px; }
  #close a { color:#333; padding: 5px; border: 1px solid #666; border-radius: 3px; }
  
  @media all and (max-width: 767px) {
    #autoPopup .popup {
        margin: 20px auto;
    }

    #autoPopup .popup-body {
        font-size: 14px;
    }
  }





#footer .lang .dropdown:hover ul {
    background: #fff;
    color: #000;
    height: auto;
}

#footer .lang .dropdown:hover ul li svg {
    opacity: 0;
}

#footer .lang .dropdown:hover ul li:hover svg {
    opacity: 1;
}




/*** About us ***/

@media all and (max-width: 980px) {
    #aboutUsKv .__slogan p br {
        display: none;
    }
}


/** Japan **/

#aboutUsInfo .__company-info {
    max-width: 860px;
    margin: 0 auto;
}

#aboutUsInfo .__company-info dl {
    display: flex;
    gap: 40px;
    padding: 20px;
    line-height: 1.6;
    font-size: 1.25rem;
    border-bottom: 1px solid #666;
}

#aboutUsInfo .__company-info dl dt {
    font-weight: 700;
}

@media all and (min-width: 981px) {
    #aboutUsInfo .__company-info dl dt {
        width: 30%;
    }

    #aboutUsInfo .__company-info dl dd {
        width: 70%;
    }
}

@media all and (max-width: 980px) {
    #aboutUsInfo .__company-info dl {
        flex-direction: column;
        padding: 30px 0;
        gap: 10px;
    }
}

#aboutUsPeople .__company-ceo {
    margin-bottom: 10rem;
}

#aboutUsPeople .ceo-row {
    display: flex;
    gap: 80px;
    line-height: 1.6;
    font-size: 1.25rem;
}

#aboutUsPeople .ceo-row .col-txt h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1em;
}

#aboutUsPeople .ceo-row .col-img img {
    max-width: 100%;
}

#aboutUsPeople .__company-boards {
    display: flex;
    flex-direction: column;
    gap: 100px;
}

#aboutUsPeople .board-row {
    display: flex;
    gap: 80px;
    line-height: 1.6;
    font-size: 1.25rem;
}

#aboutUsPeople .board-row .col-img img {
    max-width: 100%;
}

#aboutUsPeople .board-row .col-txt .__title {
    margin-bottom: 1em;
}

#aboutUsPeople .board-row .col-txt .__title .board-name {
    font-weight: 700;
}

#aboutUsPeople .board-row .col-txt .__title .board-name span {
    font-weight: 400;
    color: #666;
}

@media all and (min-width: 981px) {
    #aboutUsPeople .ceo-row .col-txt {
        width: 60%;
    }

    #aboutUsPeople .ceo-row .col-img {
        width: 40%;
    }

    #aboutUsPeople .board-row .col-txt {
        width: 60%;
    }

    #aboutUsPeople .board-row .col-img {
        width: 40%;
    }
}



/*** Solutions ***/
.board-list .side-nav ul a {
    letter-spacing: .008em;
}





/***** Secure Roentgen *******/

.qm_product-template-secure-roentgen .product-kv .__grid {
    grid-template-columns: 1fr;
    max-width: 77.5rem;
    margin: 0 auto;
}

.qm_product-template-secure-roentgen .product-kv .__grid .__title-area {
    max-width: 100%;
}

.qm_product-template-secure-roentgen .product-kv .__grid .__img img {
    aspect-ratio: auto;
}




section.sr-section {
    position: relative;
    padding: 80px 0;
    line-height: 1.3;
    word-break: normal;
    overflow-wrap: break-word;
    letter-spacing: -.05em;
    background-color: #fff;
}

.sr-container {
    position: relative;
    width: 100%;
    margin: 0 auto;
    max-width: 77.5rem;
}

.sr-container.flex-col {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.sr-container img {
    max-width: 100%;
}

.btn-container.flex-row {
    display: flex;
    justify-content: center;
}

.sr-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 1.5rem;
    padding: 1em 2em;
    background-color: #0659ff;
    border-radius: 2em;
    color: #fff;
    font-weight: 700;
}

.sr-btn img {
    width: 1em;
}

section.sr-section .section-title-area.flex-col {
    gap: 40px;
}

section.sr-section .section-title-area .section-title {
    text-align: center;
    color: #0659ff;
    font-size: 2.5em;
    font-weight: 900;
    position: relative;
    padding-bottom: 20px;
    letter-spacing: -.05em;
}

section.sr-section .section-title-area .section-title:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 80px;
    margin-left: -40px;
    height: 5px;
    background-color: #0659ff;
}

section.sr-section .section-title-area .section-desc {
    font-size: 1.5em;
}

@media all and (max-width: 980px) {
    section.sr-section .section-title-area .section-desc {
        font-size: 1.25em;
    }
}









section.sr-header {
    padding-top: 0;
}

section.sr-header .sr-container {
    gap: 80px;
}

section.sr-header .sr-header-top {
    padding-top: 80px;
    background-image: url('../img/section-network-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    padding-bottom: 0;
    color: #fff;
}

section.sr-header .page-subline {
    font-size: clamp(1.25rem, 0.6579rem + 1.7544vw, 2.5rem);
}

section.sr-header .section-subline {
    font-size: 1.5em;
}

section.sr-header .sr-page-title {
    font-size: clamp(3.4375rem, 2.7757rem + 3.3088vw, 6.25rem);
    font-weight: 900;
}

section.sr-header .sr-page-desc {
    font-size: 1.5rem;
}

section.sr-header .img-container.sr-header-img {
    -webkit-box-shadow: 0px 0px 16px 10px rgba(4,84,138,.4);
    -moz-box-shadow: 0px 0px 16px 10px rgba(4,84,138,.4);
    box-shadow: 0px 0px 16px 10px rgba(4,84,138,.4);
}

.qm_product-template-secure-roentgen .sr-header-bottom {
    position: relative;
    background-color: #fff;
    padding-top: 80px;
}

.qm_product-template-secure-roentgen .sr-page-desc-sum {
    font-size: clamp(1.25rem, 0.6579rem + 1.7544vw, 2.5rem);
    text-align: center;
    font-weight: 700;
}


@media all and (min-width: 848px) {
    section.sr-header .sr-page-title br {
        display: none;
    }
}

@media all and (max-width: 767px) {
    section.sr-header .sr-container {
        gap: 40px;
    }

    section.sr-header .section-subline,
    section.sr-header .sr-page-desc {
        font-size: 1.2em;
    }

    section.sr-header .sr-page-desc-sum br {
        display: none;
    }
}







section.sr-about > .sr-container.flex-col {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

section.sr-about .about-items-row {
    display: flex;
    gap: 40px;
}

section.sr-about .about-items-row .about-item {
    flex: 1;
    background-color: #efefef;
}

section.sr-about .about-items-row .about-item .item-header {
    position: relative;
    padding: 40px 20px;
    background-color: #000;
    color: #fff;
    min-height: 75px;
}


section.sr-about .about-items-row .about-item .item-header .item-caption {
    font-size: 1.2em;
    font-weight: 700;
    text-align: center;
}

section.sr-about .about-items-row .about-item .item-body {
    position: relative;
    padding: 60px 20px 40px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

section.sr-about .about-items-row .about-item .item-body:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    height: 0;
    border-bottom: 12px solid transparent;
    border-top: 12px solid #000;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    margin-left: -6px;
}

section.sr-about .about-items-row .about-item .item-body .item-title {
    font-size: 1.5em;
    text-align: center;
    font-weight: 900;
    letter-spacing: -.05em;
}

section.sr-about .about-items-row .about-item .item-body dl.item-detail {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

section.sr-about .about-items-row .about-item .item-body dl.item-detail dt span {
    padding: .5em 1.25em;
    background-color: #727272;
    font-weight: 700;
    border-radius: 2em;
    color: #fff;
}

section.sr-about .about-items-row .about-item .item-body dl.item-detail dd {
    font-size: 1.25em;
    text-align: center;
}


section.sr-about .about-items-row .about-item:first-child {
    transform: scale(1.1);
}

section.sr-about .about-items-row .about-item:first-child .item-header {
    background-color: #0659ff;
}

section.sr-about .about-items-row .about-item:first-child .item-body:before {
    border-top: 12px solid #0659ff;
}


@media all and (max-width: 980px) {
    section.sr-about .about-items-row {
        flex-direction: column;
    }

    section.sr-about .about-items-row .about-item:first-child {
        transform: scale(1);
    }
}





section.sr-features {
    background-color: #efefef;
}

section.sr-features .feature-items {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

section.sr-features .feature-item {
    display: flex;
}

section.sr-features .feature-item .number {
    display: flex;
    width: 80px;
    height: 80px;
    align-items: center;
    justify-content: center;
    background-color: #0659ff;
    color: #fff;
    font-size: 2.25em;
    font-weight: 900;
    flex: 0 0 auto;
}

section.sr-features .feature-item .feature-details {
    background-color: #fff;
    padding: 40px;
}

section.sr-features .feature-item .feature-details .item-title {
    font-size: 1.5em;
    font-weight: 900;
    margin-bottom: 1em;
}

section.sr-features .feature-item .feature-details .item-desc {
    font-size: 1.2em;
}

@media all and (max-width: 767px) {
    section.sr-features .feature-item {
        flex-direction: column;
    }

    section.sr-features .feature-item .number {
        width: 100%;
        height: 60px;
        font-size: 1.25em;
    }
}




section.sr-tool .sr-container {
    align-items: center;
}

section.sr-tool .tool-details .item-title {
    font-size: 1.7em;
    font-weight: 900;
    margin-bottom: 1em;
}

section.sr-tool .tool-details .item-desc-list {
    font-size: 1.25em;
    list-style-type: square;
    padding-left: 1em;
}





section.sr-schedule {
    background-color: #efefef;
}

section.sr-schedule .section-desc {
    font-size: 2em;
    font-weight: 900;
}

section.sr-schedule ul.item-desc-list {
    font-size: 1.25em;
    list-style-type: square;
    padding-left: 1em;
}













/**** Support (JP) ******/


#supportJP {
    min-height: 100vh;
}

.page-template-support .notice-featured {
    grid-template-columns: repeat(auto-fit, minmax(22.5rem, 1fr));
}

.page-template-support .notice-featured article .__box {
    gap: 2.22222em;
}

.page-template-support .notice-featured article .__box .__items {
    display: flex;
    flex-direction: column;
    gap: 1.111111em;
}

.page-template-support .notice-featured article .__box .__items .__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.page-template-support .notice-featured article .__box .__title {
    width: 67%;
}

.page-template-support .notice-featured article .__box .__items .__item a {
    display: flex;
    gap: 5px;
    color: #0659ff;
    font-size: .875em;
}

.page-template-support .notice-featured article .__box .__items .__item a svg {
    height: 1em;
}


/**** 404 *****/
.loco.error404 #aboutToggle.toggle-area {

	display: none;

}



.loco.error404 .wrapper {

	padding-right: 0;

}



.loco.error404 .not-found-section {

	display: flex;

	flex-direction: column;

	min-height: 95vh;

	justify-content: center;
	gap: var(--gap-1-2);

}



.loco.error404 .not-found-title {

	font-size: 9.5em;

	margin-bottom: 5px;

	font-weight: 700;

	text-align: center;

	line-height: 1;

}



.loco.error404 .not-found-desc {

	font-size: 2.5em;

	margin-bottom: 1em;

	text-align: center;

}