@charset "utf-8";
/* CSS Document */

html{
	font-size: 62.5%;
}
body {
    color: #464646;
    font-size: 1.4rem;
    font-family: "Segoe UI", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    line-height: 1.6;
    -webkit-text-size-adjust: 100%;
    background: #ffffff;
}
input[type="submit"]{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
a{
    display: block;
    color: inherit;
    text-decoration: none;
    transition: all ease .3s;
}
a[href^="tel:"] {
	color: inherit;
}
a:hover {
	opacity: 0.5;
}
.inner{
    padding-left: 16px !important;
    padding-right: 16px !important;
}
section p a,
section ol.decimal a,
section ul.disc a,
table a{
    display: inline;
    color: #009CDE;
    text-decoration: underline;
}
.youtube{
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
.youtube iframe{
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
.marker{
    background: linear-gradient(transparent 0%, #ffbe3f 0%);
    padding: 0.1em 0.5em;
}
.spNone{
    display: none !important;
}

/* ヘッダー */

#mainHeader{
  min-height: 88px;
}
#mainHeader .inner{
    padding: 16px;
    position: relative;
}
#mainHeader h1{
    width: calc(100% - 188px);
}
#mainHeader h1 .rigakuLink{
    width: 118px;
    height: 22px;
    margin-top: 16px;
    position: relative;
    cursor: pointer;
}
#mainHeader h1 .rigakuLink ul.bottomLink{
    width: max-content;
    position: absolute;
    left: 0;
    top: 100%;
    padding-top: 6px;
    z-index: 50;
}
#mainHeader h1 .rigakuLink ul.bottomLink li{
    padding-top: 2px;
}
#mainHeader h1 .rigakuLink ul.bottomLink li a{
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: normal;
    letter-spacing: 0.02em;
    text-align: left;
    padding: 0.75em 1em;
    background: #333333;
}
.myPage_Btn{
    width: calc(100% - 240px);
    max-width: 140px;
    float: right;
    padding-left: 16px;
}
.myPage_Btn a{
    color: #ffffff;
    font-size: 1.3rem;
    font-weight: 600;
    text-align: center;
    padding: 0.5em 0.25em;
    background: #009cde;
    border-radius: 3px;
}
.myPage_Btn a i{
    margin-right: 0.5em;
}
.rigakuLogo{
    width: 120px;
    margin: 28px auto;
}

/* 言語切り替え */
#languageSelect{
    padding: 0 16px;
    margin-bottom: 24px;
}
#languageSelect ul{
    width: 240px;
    float: left;
    font-size: 0;
}
#languageSelect ul li{
    display: inline-block;
    width: 25%;
}
#languageSelect ul li a{
    font-size: 1.4rem;
    font-weight: 500;
    text-align: center;
    padding: 0.4em 0;
    border: solid 2px #eeeef0;
    border-left: none;
}
#languageSelect ul li.select a{
    background: #eeeef0;
}
#languageSelect ul li:first-child a{
    border-left: solid 2px #eeeef0;
}
#rigakuLink{
    width: 128px;
    height: 48px;
    padding-right: 40px;
    position: absolute;
    top: 16px;
    right: 60px;
    background: url(https://815d5a.claudeassets.com/20220209050211im_/https://www.rigaku-mechatronics.com/wp-content/themes/rm_temp/img/common/rigakuItem.jpg) no-repeat right center;
    background-size: auto 88%;
}
#rigakuLink p{
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 0.1em;
}
#rigakuLink a{
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 600;
    text-align: center;
    padding: 0.25em 0.4em;
    background: #1d9add;
    border-radius: 3px;
}

/* ----- globalnav ----- */

.drawer-nav{
    padding: 64px 0 120px;
}
.drawer-nav .spScroll{
    overflow-y: scroll;
    padding: 0 0 160px;
}
#subList{
    margin-bottom: 32px;
}
#subList ul{
    border-bottom: solid 1px #cccccc;
}
#subList ul li{
    border-top: solid 1px #cccccc;
}
#subList ul li a,
#subList ul li.accordion{
    display: block;
    color: #041e42;
    font-size: 1.4rem;
    font-weight: bold;
    text-decoration: none;
    padding: 1em 16px;
    position: relative;
}
#subList ul li.accordion:after{
    content: "≫";
    color: #999999;
    font-size: 1.3rem;
    position: absolute;
    top: 1em;
    right: 20px;
}
#subList ul ul.sub-menu{
    border: none;
    background: #f6f6f6;
    border-radius: 0;
    margin: 0;
}
#subList ul ul.sub-menu li{
}
#subList ul ul.sub-menu li a{
    font-size: 1.3rem;
    padding-left: 16px;
    position: relative;
}
#subList ul ul.sub-menu li a:before{
	content: "-";
    margin-right: 0.5em;
}

nav.footNav{
    margin-bottom: 32px;
}
nav.footNav ul{
    font-size: 0;
    text-align: center;
}
nav.footNav ul li{
    display: inline-block;
    font-size: 1.2rem;
    line-height: 1.2;
    border-left: solid 1px #000000;
}
nav.footNav ul li:first-child{
    border-left: none;
}
nav.footNav ul li a{
    color: #009CDE;
    text-decoration: underline;
    padding: 0 1em;
}


/* フッター */

#footer{
    background: #1d9add;
}
#companyProf{
    padding: 48px 0;
    background: #333333 url(https://6aa453.claudeassets.com/20220209050211im_/https://www.rigaku-mechatronics.com/wp-content/themes/rm_temp/img/common/foot_bg.jpg) no-repeat center;
    background-size: cover;
    position: relative;
}
#companyProf:before{
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(51,51,51,0.55);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}
#companyProf>*{
    position: relative;
    z-index: 1;
}
#companyProf p{
    color: #ffffff;
    font-size: 1.3rem;
    text-align: center;
    text-shadow: 0 0 2px #333333;
}
#companyProf p.logo{
    width: 138px;
    margin: 0 auto 16px;
}
#companyProf p.title{
    font-size: 2rem;
    font-weight: 600;
    margin: 0 0 0.5em;
}
#companyProf p.address{
    font-weight: 500;
    margin-bottom: 2.5em;
}
#companyProf div.contact{
    font-size: 0;
    text-align: center;
}
#companyProf div.contact div.half{
    display: inline-block;
    width: 240px;
    text-align: center;
    vertical-align: top;
    margin-bottom: 20px;
}
#companyProf div.contact .tel p{
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.075em;
}
#companyProf div.contact .tel p b{
    font-size: 2rem;
    font-weight: 500;
}
#companyProf div.contact .form{
}
#companyProf div.contact .form a{
    color: #ffffff;
    font-size: 1.4rem;
    font-weight: 500;
    padding: 1em 0;
    border-radius: 1px;
    background: #009cde;
}
#companyProf div.contact .form a i{
    margin-left: 0.75em;
}

#sitemap{
    color: #ffffff;
    padding: 64px 0;
    background: #1d9add;
}
#sitemap .box4{
    width: 150px;
    float: left;
    margin-left: 100px;
}
#sitemap .inner .box4:nth-child(3n+1){
    clear: both;
    margin-left: 0;
}
#sitemap .box4>*:last-child{
    margin-bottom: 0 !important;
}
#sitemap .box4.product{
    width: 430px;
}
#sitemap .box4.case{
    width: 340px;
}
#sitemap .box4 p.title{
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 1em;
}
#sitemap .box4 ul{
    margin-bottom: 40px;
}
#sitemap .box4 ul li{
    font-size: 13px;
    font-weight: 200;
    line-height: 1.45;
    margin-top: 0.75em;
}
#sitemap .box4 ul li:first-child{
    margin-top: 0;
}
/*
#sitemap .box4 ul li a{
    text-decoration: underline;
}
*/
#sitemap .box4.case div ul,
#sitemap .box4.product div ul{
    width: 47.5%;
    float: left;
    margin-left: 5%;
}
#sitemap .box4.case div ul:first-child,
#sitemap .box4.product div ul:first-child{
    clear: both;
    margin-left: 0;
}
p.copyright{
    color: #ffffff;
    font-size: 1.0rem;
    letter-spacing: 0.05em;
    text-align: center;
    padding: 28px 0;
}

#pagetop{
    position: fixed;
    right: 10px;
    bottom: 64px;
    z-index: 1000;
}
#pagetop a{
    color: #ffffff;
    text-indent: -9999px;
    width: 50px;
    height: 50px;
    background: rgb(0, 156, 222) url(https://99d23a.claudeassets.com/20220209050211im_/https://www.rigaku-mechatronics.com/wp-content/themes/rm_temp/img/common/pagetop.png) no-repeat center center;
    background-size: 70% auto;
    border-radius: 50%;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 20%);
}


/* cookie同意 */

div[role="dialog"]{
    font-size: 1.2rem;
    font-family: "Montserrat", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

/* ----- home ----- */

#homeContents{
}
#homeContents #mainImg{
    position: relative;
}
#homeContents #mainImg .metaslider{
}
#homeContents #mainImg h2.cc{
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,156,222,0.85);
}
#homeContents #mainImg h2.cc span{
    display: block;
    width: 60vw;
    padding: 24px 28px;
    position: relative;
}
/*
#homeContents #mainImg h2.cc span:before,
#homeContents #mainImg h2.cc span:after{
    content: "";
    display: block;
    width: calc(100% + 12px);
    height: calc(100% + 6px);
    background: rgba(29,154,221,0.4);
    position: absolute;
}
#homeContents #mainImg h2.cc span:before{
    top: -6px;
    left: -3px;
}
#homeContents #mainImg h2.cc span:after{
    top: 6px;
    left: 3px;
}
*/
#homeContents #mainImg h2.cc span img{
    position: relative;
    z-index: 2;
}
#homeContents .halfSection .textArea{
    position: relative;
}
#homeContents .halfSection .textArea .inner{
    padding: 48px 40px;
    position: relative;
    z-index: 10;
}
#homeContents .halfSection .textArea h3{
    color: #041e42;
    font-size: 1.7rem;
    letter-spacing: 0.02em;
    margin-bottom: 1em;
}
#homeContents .halfSection .textArea h3 small{
    display: block;
    font-size: 1.4rem;
    line-height: 1;
    margin: 0 0 0.75em;
}
#homeContents .halfSection .textArea p{
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: 1.75em;
}
#homeContents .halfSection .textArea p br{
    display: none;
}
#homeContents .btns{
    font-size: 0;
    text-align: center;
}
#homeContents .btns a{
    display: inline-block;
    color: #ffffff;
    font-size: 1.4rem;
    font-weight: 600;
    text-align: center;
    padding: 1em 3.25em 1em 1.5em;
    margin-top: 16px;
    background: #009cde;
    position: relative;
}
#homeContents .btns a:first-child{
    margin-top: 0 !important;
}
#homeContents .btns a.blue{
    background: #009cde;
}
#homeContents .btns a.blue:after{
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url(https://a937aa.claudeassets.com/20220209050211im_/https://www.rigaku-mechatronics.com/wp-content/themes/rm_temp/img/home/icon_b_btn.png) no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    right: 4px;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
}
#homeContents .btns a.white{
    color: #009cde;
    background: #ffffff;
}
#homeContents .btns a.white:after{
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url(https://87635f.claudeassets.com/20220209050211im_/https://www.rigaku-mechatronics.com/wp-content/themes/rm_temp/img/home/icon_w_btn.png) no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    right: 4px;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
}
#homeContents .btns a.yellow{
    background: #009cde;
}
#homeContents .btns a.yellow:after{
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url(https://44314d.claudeassets.com/20220209050211im_/https://www.rigaku-mechatronics.com/wp-content/themes/rm_temp/img/home/icon_y_btn.png) no-repeat center center;
    background-size: 100% auto;
    position: absolute;
    top: 50%;
    right: 4px;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);

}
#homeContents .btns a.orange{
    background: #fd6818;
}
#homeContents .btns a.orange:after{
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url(https://6c1496.claudeassets.com/20220209050211im_/https://www.rigaku-mechatronics.com/wp-content/themes/rm_temp/img/home/icon_o_btn.png) no-repeat center center;
    background-size: 100% auto;
    position: absolute;
    top: 50%;
    right: 4px;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);

}
#homeContents .btns a.gray{
    color: #333333;
    background: #eeeef0;
}
#homeContents .btns a.gray:after{
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url(https://654c02.claudeassets.com/20220209050211im_/https://www.rigaku-mechatronics.com/wp-content/themes/rm_temp/img/home/icon_g_btn.png) no-repeat center center;
    position: absolute;
    background-size: 100% auto;
    top: 50%;
    right: 4px;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
}

/* リガクの磁性流体シール */

#homeContents #seal{
    position: relative;
}
#homeContents #seal .leftArea{
    width: 100%;
    height: 40vh;
    background: url(https://d5712a.claudeassets.com/20220209050211im_/https://www.rigaku-mechatronics.com/wp-content/themes/rm_temp/img/home/seal_bg-sp.jpg) no-repeat center center;
    background-size: auto 94%;
}
#homeContents #seal .rightArea,
#homeContents #seal .rightArea h3{
    color: #ffffff;
}
#homeContents #seal .rightArea,
#homeContents #seal .rightArea:before{
    background: #1d9add;
}
#homeContents #seal .btns{
}
#homeContents #seal .btns a{
    min-width: 48.5%;
}

/* 磁性流体シールとは */

#homeContents #aboutSeal{
    position: relative;
}
#homeContents #aboutSeal h3 small{
    margin: 0.75em 0 0;
}
#homeContents #aboutSeal .rightArea{
    width: 100%;
    height: 45vh;
    background: url(https://c0ecd5.claudeassets.com/20220209050211im_/https://www.rigaku-mechatronics.com/wp-content/themes/rm_temp/img/home/aboutSeal_bg.jpg) no-repeat center center;
    background-size: auto 100%;
}
#homeContents #aboutSeal .leftArea,
#homeContents #aboutSeal .leftArea:before{
    background: #d9d8d6;
}
#homeContents #aboutSeal .leftArea h3{
}
#homeContents #aboutSeal ul.icons{
    font-size: 0;
    text-align: center;
    margin-bottom: 28px;
}
@media screen and (min-width: 640px){
	#homeContents #aboutSeal ul.icons li{
	    width: 49%;
	    margin-bottom: 12px;
	    margin-left: 2%;
	}
	#homeContents #aboutSeal ul.icons li:nth-child(2n+1){
	    clear: both;
	    margin-left: 0;
	}
}
@media screen and (max-width: 639px){
	#homeContents #aboutSeal ul.icons li{
	    max-width: 320px;
	    margin-top: 16px;
	}
	#homeContents #aboutSeal ul.icons li:first-child{
	    margin-top: 0;
	}
}
#homeContents #aboutSeal ul.icons li{
    display: inline-block;
    vertical-align: top;
    padding: 20px 24px;
    background: #ffffff;
}
#homeContents #aboutSeal ul.icons li:first-child{
    margin-top: 0;
}
#homeContents #aboutSeal ul.icons li p{
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 0;
}
#homeContents #aboutSeal ul.icons li p.title{
    font-size: 1.5rem !important;
    margin-bottom: 0.75em;
}
#homeContents #aboutSeal ul.icons li figure{
    margin-bottom: 16px;
}
#homeContents #aboutSeal .btns{
    text-align: center;
}
#homeContents #aboutSeal .btns a{
    padding: 1em 3.5em 1em 2em;
}

/* リガクの磁性流体シールを選択するメリット */

#homeContents #merit{
    padding: 48px 0;
}
#homeContents #merit h2{
    font-size: 1.7rem;
    padding: 0.75em 0 0.75em 0.75em;
    margin-bottom: 1em;
    border-left: solid 4px #026eb7;
}
#homeContents #merit h2+p{
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.8;
    margin-bottom: 1.75em;
}
#homeContents #merit .meritBoxes{
    margin-bottom: 28px;
}
#homeContents #merit .meritBoxes .box{
    margin: 16px auto 0;
    padding: 20px 24px;
    border: solid 3px #eeeef0;
}
#homeContents #merit .meritBoxes .box:first-child{
    margin-top: 0;
}
#homeContents #merit .meritBoxes .box h3{
    display: table;
    width: 100%;
    color: #026eb7;
    margin-bottom: 28px;
}
#homeContents #merit .meritBoxes .box h3 span{
    display: table-cell;
    width: 25%;
    font-size: 1.4rem;
    text-align: center;
    letter-spacing: 0.05em;
    border-bottom: solid 2px #026eb7;
    vertical-align: middle;
}
#homeContents #merit .meritBoxes .box h3 p{
    display: table-cell;
    width: 75%;
    height: 3em;
    font-size: 1.6rem;
    line-height: 1.5;
    vertical-align: middle;
    padding-left: 24px;
}
#homeContents #merit .meritBoxes .box>p{
    font-size: 1.3rem;
    line-height: 1.8;
    text-align: justify;
    margin-bottom: 0;
}
#homeContents #merit .btns{
    text-align: center;
}
#homeContents #merit .btns a{
    padding: 1em 3.5em 1em 2em;
}

/* 挑戦することが原動力 */

#homeContents #power{
    position: relative;
}
#homeContents #power:before{
    content: "";
    width: 45%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: url(https://aee719.claudeassets.com/20220209050211im_/https://www.rigaku-mechatronics.com/wp-content/themes/rm_temp/img/home/power_bg.jpg) no-repeat center center;
    background-size: auto 100%;
}
#homeContents #power .leftArea,
#homeContents #power .leftArea:before{
    background: #d9d8d6;
}
#homeContents #power .rightArea{
    background: #ffffff;
}
#homeContents #power .btns{
}
#homeContents #power .btns a{
    min-width: 48.5%;
}

/* 新たなニーズへの対応 */

#homeContents #needs{
    position: relative;
}
#homeContents #needs h3{
    padding: 0.75em 0 0.75em 0.75em;
    border-left: solid 4px #026eb7;
}
#homeContents #needs .rightArea,
#homeContents #needs .rightArea:before{
    background: #ffffff;
}
#homeContents #needs .leftArea{
    width: 100%;
    height: 45vh;
    background: url(https://e6bca3.claudeassets.com/20220209050211im_/https://www.rigaku-mechatronics.com/wp-content/themes/rm_temp/img/home/needs_bg.jpg) no-repeat center center;
    background-size: auto 100%;
}
#homeContents #needs .btns{
}
#homeContents #needs .btns a{
    padding-left: 1.5em;
    padding-right: 3.5em;
}

/* 製品情報 */

#homeContents #productArea{
    padding: 48px 0;
    background: #b9d9eb;
}
#homeContents #productArea h3{
    width: fit-content;
    display: block;
    color: #041e42;
    font-size: 1.7rem;
    text-align: center;
    margin: 0 auto 1.5em;
    padding: 0 0.21em 0.3em;
    border-bottom: solid 2px #041e42
}
#homeContents #productArea .btns{
    margin: 28px 0 0;
}
#homeContents #productArea .btns a{
    width: 300px;
    margin-top: 16px;
    padding-top: 1.25em;
    padding-bottom: 1.25em;
}
#homeContents #productArea .btns a:first-child{
    margin-top: 0;
}
#homeContents #productArea div .series{
    padding: 28px 24px;
    margin-top: 16px;
    background: #ffffff;
}
#homeContents #productArea div .series:first-child{
    margin-top: 0;
}
#homeContents #productArea div .series h4{
    font-size: 18px;
    text-align: center;
    margin-bottom: 1em;
}
#homeContents #productArea div .series h4:before{
    content: "●";
    color: #036eb6;
    margin-right: 0.25em;
}
#homeContents #productArea .series .btns{
    text-align: center;
    margin: 0;
}
#homeContents #productArea .series .btns a{
    width: 100%;
    padding-right: 1.75em;
    max-width: 240px;
}

#homeContents #bgWhiteArea{
    padding: 48px 0;
}
#homeContents #bgWhiteArea .section{
}
#homeContents #bgWhiteArea .section h3{
    color: #041e42;
    font-size: 1.7rem;
    padding: 0.75em 0 0.75em 0.75em;
    margin-bottom: 1em;
    border-left: solid 4px #026eb7;
}
#homeContents #bgWhiteArea .section h3 small{
    font-size: 16px;
    margin-right: 1em;
    vertical-align: middle;
}
#homeContents #bgWhiteArea p{
    font-size: 1.3rem;
    line-height: 1.6;
    text-align: justify;
    margin-bottom: 1.5em;
}
#homeContents #bgWhiteArea .policyList{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
#homeContents #bgWhiteArea .policyList .box{
    width: 32%;
    float: left;
    margin-left: 2%;
    padding: 24px 24px 76px;
    border: solid 2px #ededed;
    position: relative;
}
#homeContents #bgWhiteArea .policyList .box:nth-child(3n+1){
    clear: both;
    margin-left: 0;
}
#homeContents #bgWhiteArea .policyList .box figure{
    text-align: center;
    margin-bottom: 20px;
}
#homeContents #bgWhiteArea .policyList .box p.title{
    font-size: 21px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0.75em;
}
#homeContents #bgWhiteArea .policyList .box .btns{
    width: 240px;
    text-align: center;
    margin: 0 -120px;
    position: absolute;
    bottom: 24px;
    right: 50%;
    left: 50%;
}
#homeContents #bgWhiteArea .policyList .box .btns a{
    width: 240px;
}
#homeContents #bgWhiteArea .section .half{
    margin-bottom: 48px;
}
#homeContents #bgWhiteArea .section .half .btns a{
    min-width: 240px;
}

#information{
}
#information .btns{
    text-align: center;
}
ul.infoListThumb{
    margin-bottom: 28px;
}
ul.infoListThumb li{
    margin-top: 16px;
}
ul.infoListThumb li:first-child{
    margin-top: 0;
}
ul.infoListThumb li a{
}
ul.infoListThumb li figure.thumb{
    width: 104px;
    float: left;
}
ul.infoListThumb li .text{
    width: calc(100% - 104px);
    float: left;
    padding-left: 20px;
}
ul.infoListThumb li p.date{
    font-size: 1.2rem !important;
    letter-spacing: 0.075em;
    line-height: 1.6;
    margin-bottom: 0.2em !important;
}
ul.infoListThumb li p.title{
font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: 0.5em !important;
}
ul.infoListThumb li p.cat{
    display: inline-block;
    color: #ea5415;
    font-size: 1.2rem !important;
    line-height: 1.6;
    margin: 0 !important;
    padding: 0 0.75em;
    border: solid 1px #ea5415;
}

/* ----- info ----- */

#contents.info{
}
#infoDetail{
}
#infoDetail #infoHeader{
    margin-bottom: 1.5em;
}
#infoDetail #infoHeader h3{
    color: #041E42;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
}
#infoDetail #infoHeader h3 br{
    display: none;
}
#infoDetail #infoHeader p.date{
    font-size: 1.2rem !important;
    letter-spacing: 0.075em;
    line-height: 1.6;
    margin-bottom: 0.2em !important;
}
#infoDetail .letterbody{
    font-size: 1.3rem;
    line-height: 1.8;
    text-align: justify;
    padding-bottom: 2.5em;
}
#infoDetail .letterbody p,
#infoDetail .letterbody img,
#infoDetail .letterbody ol,
#infoDetail .letterbody ul,
#infoDetail .letterbody table,
#infoDetail .letterbody dl{
    margin-bottom: 1.5em;
}
nav.post-navigation{
    position: relative;
    margin-bottom: 64px;
    border-top: solid 2px #ededed;
    border-bottom: solid 2px #ededed;
}
nav.post-navigation:before{
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    background: #ededed;
    position: absolute;
    top: 0;
    left: 50%;
    right: 50%;
}
nav.post-navigation>div{
    width: 50%;
}
nav.post-navigation>div.prev-post{
    float: right;
    text-align: right;
}
nav.post-navigation>div.next-post{
    float: left;
    text-align: left;

}
nav.post-navigation>div a{
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 2em 1em;
}
#same-category-post{
    padding: 48px 0;
    background: #ebe8e7;
}
#same-category-post h2{
    color: #041E42;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 1.25em;
}

#breadcrumb{
    padding: 0 16px 36px;
}
#breadcrumb ol{
    font-size: 0;
    margin: 0 auto;
}
#breadcrumb ol li{
    display: inline;
    color: #999999;
    font-size: 1.1rem;
    font-weight: 400;
    text-transform: capitalize;
}
#breadcrumb ol li:before{
    content: "-";
    padding: 0 0.5em;
}
#breadcrumb ol li:first-child:before{
    content: none;
}
#breadcrumb ol li:last-child{
}
#breadcrumb ol li a{
    display: inline;
    color: #009CDE;
    text-decoration: underline;
}

/* ----- commons ----- */

section{
    padding-top: 40px;
}
section>*:last-child{
    margin-bottom: 0 !important;
}
div.inner section:first-child{
    padding-top: 0;
}
div.inner section:last-child{
    padding-bottom: 80px;
}
section h1,
#contents h2.termName{
    color: #041E42;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 1em;
}
section h2{
    color: #041E42;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.6;
    text-transform: uppercase;
    margin-bottom: 0.75em;
}
section h3{
    color: #7B7B7B;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.6;
    text-transform: uppercase;
    margin-bottom: 0.4em;
}
section h4{
    color: #041E42;
    font-size: 14px;
    font-weight: 700;
    line-height: 2;
    text-transform: capitalize;
    margin-bottom: 0.8em;
}
section h5{
}
section h6{
}
section p,
section li,
section dl.tableDl dt,
section dl.tableDl dd{
    font-size: 1.3rem;
    line-height: 1.6;
    text-align: justify;
    word-break: break-all;
}
section p{
    margin-bottom: 1.25em;
}
section ol.decimal{
    list-style-position: outside;
    margin: 0 0 1.5em 1.5em;
}
section ul.disc{
    list-style-position: outside;
    margin: 0 0 1.5em 1em;
}
section ol.decimal li{
    list-style-type: decimal;
    margin-top: 0.5em;
}
section ul.disc li{
    list-style-type: disc;
    margin-top: 0.5em;
}
section ol.decimal li:first-child,
section ul.disc li:first-child{
     margin-top: 0;
}
section dl.tableDl{
    margin-bottom: 1.5em;
}
section dl.tableDl dt,
section dl.tableDl dd{
    float: left;
    margin-bottom: 0.75em;
}
section dl.tableDl dt{
    clear: both;
    width: 92px;
    font-weight: 600;
}
section dl.tableDl dd{
    width: calc(100% - 92px);
}

section ul.pageLinks{
    margin-bottom: 1.5em;
}
section ul.pageLinks li{
    margin-top: 0.5em;
    margin-left: 1.5em;
    text-indent: -1.5em;
}
section ul.pageLinks li:first-child{
    margin-top: 0;
}
section ul.pageLinks li:before{
    content: "－";
    color: #868a89;
    margin-right: 0.5em;
}
section ul.pageLinks li a{
    display: inline;
    color: #009CDE;
    text-decoration: underline;
}


/* 画像・テキストのfloat */

section figure.floatLeft,
section figure.floatRight{
    text-align: center;
    margin: 0 auto 24px;
}
section .img1{
    text-align: center;
    margin-bottom: 1.5em;
}
section .img2,
section .img3,
section .img4{
    margin-bottom: 24px;
}
@media screen and (min-width: 640px){
	section .img2 figure{
	    width: 48.5%;
	    float: left;
	    margin: 0 0 24px 3%;
	}
	section .img3 figure{
	    width: 32%;
	    float: left;
	    margin: 0 0 24px 2%;
	}
	section .img4 figure{
	    width: 23.5%;
	    float: left;
	    margin: 0 0 24px 2%;
	}
	section .img2 figure:nth-child(2n+1),
	section .img3 figure:nth-child(3n+1),
	section .img4 figure:nth-child(4n+1){
	    clear: both;
	    margin-left: 0;
	}
}
@media screen and (max-width: 639px){
	section .img2 figure,
	section .img3 figure{
	    text-align: center;
	    margin-top: 24px;
	}
	section .img4 figure{
	    width: 48.5%;
	    float: left;
	    margin: 0 0 24px 3%;
	}
	section .img2 figure:nth-child,
	section .img3 figure:nth-child,{
	    margin-top: 0;
	}
	section .img4 figure:nth-child(2n+1){
	    clear: both;
	    margin-left: 0;
	}
}

section figure figcaption{
    color: #868a89;
    font-size: 1.2rem;
    line-height: 1.5;
    padding-top: 0.5em;
}

/* table */

section table{
    width: 100%;
    background: #dcd8d7;
    border-collapse: separate;
    border-start-end-radius: 1px;
    margin: 0 0 24px;
}
section table th,
section table td{
    font-size: 1.2rem;
    line-height: 1.4;
    padding: 0.5em;
}
section table thead th{
    background: #ebe8e7;
}
section table tbody th{
    background: #ebe8e7;
}
section table tbody td{
    text-align: center;
    background: #ffffff;
}
section table+p.cap{
    font-size: 13px;
    margin-top: -1em;
    margin-bottom: 0;
}

section .btns{
    font-size: 0;
    text-align: left;
    margin-bottom: 20px;
}
section .btns a,
section .btns .sdm_download_button_box_default a{
    display: inline-block;
    color: #ffffff !important;
    font-size: 1.4rem;
    font-family: inherit !important;
    font-weight: bold;
    line-height: 1.6;
    text-align: center;
    text-decoration: none;
    text-shadow: none !important;
    background: #009CDE !important;
    padding: 0.5em 1.5em;
    margin-left: 0.75em;
    border: none !important;
    box-shadow: none !important;
    border-radius: 5px;
}
section .btns a:first-child,
section .btns .sdm_download_button_box_default a:first-child{
    margin-left: 0;
}

/* ----- 会社概要 ----- */

#company div.ccArea{
}
#company div.ccArea figure.iso{
    width: 160px;
    margin: 0 auto 24px;
}
#company p.cc{
    color: #1d9add;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
}
#company .gmap iframe{
    height: 50vh;
    min-height: 320px;
}

/* ----- ISO ----- */

#iso .tuv{
    margin-bottom: 28px;
}
#iso .tuv figure{
    text-align: center;
    margin: 40px auto 24px;
}


/* ----- 製品詳細 ----- */

#contents.productDetail{
}
#contents.productDetail h1{
    color: #041E42;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 1.5em;
}
#contents.productDetail .itemMetadata{
    font-size: 0;
    margin-bottom: 24px;
}
#contents.productDetail .itemMetadata a{
    display: inline-block;
    color: #009CDE;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.5;
    margin-right: 8px;
    margin-bottom: 8px;
    padding: 0.5em 0.75em;
    border-radius: 2px;
    background: #ffffff;
    border: solid 1px #dcd8d7;
}
#contents.productDetail .outlinetext{
    margin-bottom: 40px;
}
#contents.productDetail .outlinetext p{
    font-size: 1.3rem;
    line-height: 1.6;
}
#contents.productDetail figure.productimage{
}
#contents.productDetail .drawing figure,
#contents.productDetail .productimg figure,
#contents.productDetail .othersimg figure{
}
#contents.productDetail .drawing figure:first-child{
}
#contents.productDetail .productimg{
    font-size: 0;
    text-align: center;
}
#contents.productDetail .productimg figure.keishiki{
    text-align: left;
    margin-bottom: 40px;
}
#contents.productDetail .productimg figure.keishiki figcaption{
    color: #041E42;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.6;
    text-transform: uppercase;
    margin-bottom: 0.75em;
}
#contents.productDetail .productimg figure.keishiki figcaption.bottom{
    font-size: 1.3rem;
    padding-top: 1.5em;
}
#contents.productDetail .productimg figure.keishiki figcaption.bottom a{
    display: inline;
    color: #009CDE;
    text-decoration: underline;
}
#contents.productDetail .keishiki_detail{
    display: none;
    margin-top: -24px;
    position: relative;
    padding: 16px 4px 4px;
    border: solid 3px #e5e5e5;
}
#contents.productDetail .keishiki_detail.view{
    display: block;
}
#contents.productDetail .keishiki_detail a.close{
    color: #ffffff;
    font-weight: 600;
    font-size: 24px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 1px;
    background: #333333;
    position: absolute;
    top: -3px;
    right: -5px;
    z-index: 10;
    cursor: pointer;
}


/* ----- 製品詳細 ----- */

#productDetail{
}
#productDetail h1{
}
#spec{
}
#spec table.specTable{
    width: 100%;
    margin-bottom: 1.5em;
    background: #dcd8d7;
    border-spacing: 1px;
    border-collapse: separate;
}
#spec table.specTable th,
#spec table.specTable td{
    font-size: 13px;
    line-height: 1.6;
    text-align: left;
    padding: 0.3em 1em;
}
#spec table.specTable thead{
    display: none;
}
#spec table.specTable tr {
    width: 100%;
    clear: both;
}
#spec table.specTable tbody th{
    display: block;
    width: 100%;
    font-weight: 500;
    background: #ebe8e7;
}
#spec table.specTable td {
    clear: both;
    display: block;
    width: 100%;
    text-align: right;
    background: #ffffff;
}
/*
#spec table.specTable td:first-child {
    color: #fff;
    font-weight: bold;
    text-align: center;
    background: #e9727e;
}
*/
#spec table.specTable td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    margin-right: 10px;
}
#spec table.specTable td:after {
	content: " ";  
	display: block; 
	visibility: hidden; 
	clear: both; 
	height: 0.1px; 
	font-size: 0.1em; 
	line-height: 0; 
}
#spec table.specTable .sub_sup_parent{
    vertical-align: middle;
}
#spec table.specTable .sub_sup{
    font-size: 0.75em;
    line-height: 0.8em;
    padding-left: 0.2em;
    vertical-align: super;
}
#spec table.specTable .sub_sup br{
}


#spec{
}
#spec table.specTable{
    width: 100%;
    margin-bottom: 1.5em;
    background: #dcd8d7;
}
#spec table.specTable th,
#spec table.specTable td{
    font-size: 12px;
    line-height: 1.6;
    text-align: left;
    padding: 0.3em 0.75em;
}
#spec table.specTable thead th{
    text-align: center;
    padding: 0.5em 1em;
    background: #e3e0df;
}
#spec table.specTable tbody th{
    font-weight: 500;
    background: #ebe8e7;
}
#spec table.specTable td{
    background: #ffffff;
}
#spec table.specTable td:after {
	content: " ";  
	display: block; 
	visibility: hidden; 
	clear: both; 
	height: 0.1px; 
	font-size: 0.1em; 
	line-height: 0; 
}
#spec table.specTable .sub_sup_parent{
    float: left;
    vertical-align: middle;
    padding-top: 0.15em;
}
#spec table.specTable .sub_sup{
    float: left;
    font-size: 0.75em;
    line-height: 1.2;
    padding-left: 0.2em;
    vertical-align: super;
}
#spec table.specTable td a{
    display: inline-block;
    width: fit-content;
    color: #ffffff !important;
    font-size: 1.4rem;
    font-family: "Montserrat", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    text-shadow: none !important;
    background: #009CDE !important;
    padding: 0.4em 1.5em;
    margin: 0 auto;
    border: none !important;
    border-radius: 5px;
}
#contents.productDetail .keishikiArea h2{
    margin-bottom: 1.5em;
}
#spec .sdm_download_button_box_default{
    text-align: right;
}
#spec .sdm_download_button_box_default a{
    display: inline-block;
    width: fit-content;
    color: #ffffff !important;
    font-size: 1.4rem;
    font-family: "Montserrat", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    text-shadow: none !important;
    background: #009CDE !important;
    padding: 0.75em 1.5em !important;
    margin: 0 auto;
    border: none !important;
    border-radius: 5px;
}
#spec ul.attList{
    margin-bottom: 40px;
}
#spec ul.attList li{
    text-indent: -3.2em;
    margin-top: 0.5em;
    margin-left: 3.2em;
}
#spec ul.attList li:first-child{
    margin-top: 0;
}
#spec ul.attList a{
    display: inline;
    color: #009CDE;
    text-decoration: underline;
}


/* ----- 製品情報 ----- */

#products .itemListall{
    position: relative;
}
#products .itemListall img.bg{
    position: relative;
    z-index: 1;
}
#products .itemListall a{
    display: block;
    width: 27.395%;
    height: 9.43%;
    position: absolute;
    z-index: 10;
}
#products .itemListall a.bsb-b{
    top: 52.6%;
    left: 24.5%;
}
#products .itemListall a.cmb-c{
    top: 84.05%;
    left: 40.5%;
}
#products .itemListall a.f1b-b-8{
    top: 14.35%;
    left: 11.6%;
}
#products .itemListall a.f1b-b-10{
    top: 14.35%;
    left: 40.5%;
}
#products .itemListall a.f1b-c{
    top: 79.5%;
    left: 11.6%;
}
#products .itemListall a.f1t-b{
    top: 23.95%;
    left: 71.3%;
}
#products .itemListall a.f1t-c{
    top: 79.5%;
    left: 71.3%;
}
#products .itemListall a.f2b-b-8{
    top: 23.92%;
    left: 11.6%;
}
#products .itemListall a.f2b-b-10{
    top: 23.92%;
    left: 40.5%;
}
#products .itemListall a.fmb-b-8{
    top: 33.45%;
    left: 11.6%;
}
#products .itemListall a.fmb-b-10{
    top: 33.45%;
    left: 40.5%;
}
#products .itemListall a.fmb-c{
    top: 74.45%;
    left: 40.5%;
}
#products .itemListall a.kmb-b{
    top: 62.3%;
    left: 24.5%;
}
#products .itemListall a.lsb-b{
    top: 43%;
    left: 24.5%;
}
#products .itemListall a.nft-b{
    top: 52.55%;
    left: 71.3%;
}

/* ----- 製品検索　フォーム ----- */

p.searchTitle{
    font-size: 1.6rem;
    font-weight: 600;
    margin: 28px -16px -28px !important;
    padding: 40px 16px 0;
    background: #ebe8e7;
}
#searchform{
    padding: 40px 16px;
    margin: 0 -16px 28px;
    background: #ebe8e7;
} 
#searchform .searchCat{
}
#searchform .searchCat p,
#searchform .freeword p{
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0 0 0.5em;
}
#searchform .searchCat>div.clearfix,
#searchform .freeword .text-box{
    margin: 0 0 24px;
}
#searchform .searchCat div.clearfix label{
    display: inline-block;
    font-size: 1.3rem;
    margin-right: 1.5em;
    margin-bottom: 0.5em;
}
#searchform .searchCat div.clearfix label input{
    transform: scale(1.5);
    transform-origin: left bottom;
    vertical-align: middle;
}
#searchform .searchCat div.clearfix label span{
    padding-left: 1.25em;
}
#searchform .searchCat div.clearfix label input:disabled+span{
    opacity: 0.5;
}
#searchform input.freeword{
    width: 100%;
    font-size: 1.3rem;
    line-height: 1.5;
    padding: 2px 0.5em;
}
#searchform .submitBox{
    font-size: 0;
    text-align: center;
    margin-top: 12px;
}
#searchform .submitBox input[type="submit"]{
    display: inline-block;
    color: white;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 0.5em 1.25em;
    background-color: #009CDE;
    border-radius: 5px;
    border: none;
    cursor: pointer;
}


/* ----- 検索結果 ------ */

.resultif{
    padding: 12px 16px;
    margin: 0 auto 24px;
    background: #ffffff;
    border: 1px solid #dcd8d7;
}
.resultif .pageTitle{
    font-size: 1.3rem;
    line-height: 1.5;
    margin-bottom: 0.5em;
}
.resultif .searchTerms{
}
.resultif .searchTerms span{
    display: block;
    font-size: 1.2rem;
    line-height: 1.5;
    margin-top: 0.5em;
}
.resultif .searchTerms span:first-child{
    margin-top: 0;
}
.resultif .searchTerms span strong{
}

.post-count{
    text-align: right;
    margin-bottom: 24px;
}
.post-count p{
    font-size: 1.3rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
}
.post-count b{
}

ul.itemList{
    border-top: solid 1px #dcd8d7;
}
ul.itemList li{
    border-bottom: solid 1px #dcd8d7;
}
ul.itemList li a{
    padding: 16px 0;
}
ul.itemList li figure.thumb{
    width: 96px;
    float: right;
    border: solid 1px #dcd8d7;
}
ul.itemList li div.text{
    width: calc(100% - 96px);
    float: left;
    padding-right: 20px;
}
ul.itemList li p.itemName{
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 0.5em;
}
ul.itemList li div.itemMetaData{
}
ul.itemList li div.itemMetaData p{
    display: inline-block;
    font-size: 1.2rem;
    line-height: 1.6;
    margin-right: 1.25em;
}
ul.itemList li div.itemMetaData p span{
}
ul.itemList li div.itemMetaData p span:after{
    content: ",";
    margin-right: 0.5em;
}
ul.itemList li div.itemMetaData p span:last-child::after{
  content: none;
}


/* ----- Default style for WP-PageNavi plugin ----- */

.wp-pagenavi {
    clear: both;
    padding-left: 0;
    margin: 25px 0;
    list-style: none;
    text-align: center;
}
.wp-pagenavi a, .wp-pagenavi span {
    display: inline-block;
    color: #009CDE;
    font-size: 1.2rem;
    line-height: 24px;
    padding: 4px 12px;
    margin-left: 8px;
    background-color: #fff;
    border: 1px solid #ddd;
}
.wp-pagenavi a {
    text-decoration: underline;
}
.wp-pagenavi span.current {
    background-color: #eeeeee;
}

/* ----- リガクの技術 ------ */

section .circles{
    font-size: 0;
    text-align: center;
    margin-bottom: 40px;
}
section .circles div.circle{
    position: relative;
    background: rgb(0, 156, 222);
    background-size: cover !important;
    border-radius: 50%;
    overflow: hidden;
}
@media screen and (min-width: 640px){
	section .circles div.circle{
    	    display: inline-block;
	    width: 226px;
	    height: 226px;
	    margin-left: 16px;
	}
	section .circles div.circle:nth-child(3n+1){
	    margin-left: 0;
	}
}
@media screen and (max-width: 639px){
	section .circles div.circle{
	    display: block;
	    width: 226px;
	    height: 226px;
	    margin: 16px auto 0;
	}
	section .circles div.circle:nth-child(3n+1){
	    margin-top: 0;
	}
}
section .circles div.circle:before{
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(51,51,51,0.5);
    position: absolute;
    left: 0;
    top: 0;
}
section .circles div.circle.c01{
    background: url(https://2675bc.claudeassets.com/20220209050211im_/https://www.rigaku-mechatronics.com/wp-content/themes/rm_temp/img/technology/c01_bg.jpg) no-repeat center center;
}
section .circles div.circle.c02{
    background: url(https://3a518e.claudeassets.com/20220209050211im_/https://www.rigaku-mechatronics.com/wp-content/themes/rm_temp/img/technology/c02_bg.jpg) no-repeat center center;
}
section .circles div.circle.c03{
    background: url(https://7149be.claudeassets.com/20220209050211im_/https://www.rigaku-mechatronics.com/wp-content/themes/rm_temp/img/technology/c03_bg.jpg) no-repeat center center;
}
section .circles div.circle .text{
    display: table-cell;
    width: 226px;
    height: 226px;
    text-align: center;
    vertical-align: middle;
    position: relative;
    z-index: 1;
}
section .circles div.circle p{
    color: #ffffff;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.02em;
    text-shadow: 0 0 8px #333333;
    text-align: center;
    margin: 0;
}
section .circles div.circle p strong{
    font-size: 4rem;
    margin-right: 0.1em;
}


/* ----- 磁性流体シールとは ------ */

#seal ul.sealMerit{
   margin-top: 2em;
   margin-bottom: 4em;
}
#seal ul.sealMerit li{
    margin: 40px 0 0;
}
#seal ul.sealMerit li:first-child{
    margin-top: 0;
}
#seal ul.sealMerit li>div{
    width: 220px;
    margin: 0 auto 16px;
}
#seal ul.sealMerit li .circle{
    display: table-cell;
    width: 220px;
    height: 220px;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    padding-top: 12px;
    background: #1d9add;
    background-size: cover !important;
    border-radius: 50%;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}
#seal ul.sealMerit li.contamiless .circle{
    background: url(https://fcb26e.claudeassets.com/20220209050211im_/https://www.rigaku-mechatronics.com/wp-content/themes/rm_temp/img/technology/seal/circleBg_contamiless.jpg) no-repeat center center;
}
#seal ul.sealMerit li.maintenance .circle{
    background: url(https://189b74.claudeassets.com/20220209050211im_/https://www.rigaku-mechatronics.com/wp-content/themes/rm_temp/img/technology/seal/circleBg_maintenance.jpg) no-repeat center center;
}
#seal ul.sealMerit li.vacuum .circle{
    background: url(https://6980d1.claudeassets.com/20220209050211im_/https://www.rigaku-mechatronics.com/wp-content/themes/rm_temp/img/technology/seal/circleBg_vacuum.jpg) no-repeat center center;
}
#seal ul.sealMerit li.rotation .circle{
    background: url(https://c9a1b6.claudeassets.com/20220209050211im_/https://www.rigaku-mechatronics.com/wp-content/themes/rm_temp/img/technology/seal/circleBg_rotation.jpg) no-repeat center center;
}
#seal ul.sealMerit li .circle:before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(51,51,51,0.3);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
#seal ul.sealMerit li .circle>*{
    text-align: center;
    text-shadow: 0 0 8px #000000;
    position: relative;
    z-index: 2;
}
#seal ul.sealMerit li .circle p.ja{
    font-size: 2rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.02em;
    margin-bottom: 0.5em;
}
#seal ul.sealMerit li .circle p.en{
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0;
    margin-bottom: 0;
}
#seal ul.sealMerit li>p{
    width: 280px;
    margin: 0 auto;
}
#seal table thead th{
    color: #666666;
}
#seal table th.highlight{
    color: #ffffff;
    background: #1d9add;
}
#seal table td{
    color: #666666;
    background: #f2f2f2;
}
#seal table td.highlight{
    color: #c5002e;
    font-weight: 600;
    background: #ffffff
}


/* ----- faq ----- */

#faq dl.faqList{
    margin-bottom: 1.75em;
    border-bottom: solid 1px #868a89;
}
#faq dl.faqList dt,
#faq dl.faqList dd{
    font-size: 1.3rem;
    line-height: 1.6;
    text-align: justify;
    border-top: solid 1px #adafaf;
}
#faq dl.faqList dt{
    cursor: pointer;
    text-indent: -1.5em;
    margin-top: 1.5em;
    padding: 1em 1em 1em 2.5em;
    border: solid 1px #868a89;
    border-radius: 3px;
}
#faq dl.faqList dt.open{
    border-radius: 3px 3px 0 0;
}
#faq dl.faqList dt:before{
    content: "Q.";
    color: #009CDE;
    font-weight: bold;
    margin-right: 0.5em;
}
#faq dl.faqList dd{
    display: none;
    text-indent: -1.5em;
    padding: 1em 1em 1em 2.5em;
    background: #ebe8e7;
    border: solid 1px #868a89;
    border-top: none;
    border-radius: 0 0 3px 3px;
    overflow: hidden;
}
#faq dl.faqList dd:before{
    content: "A.";
    color: #ff661c;
    font-weight: bold;
    margin-right: 0.5em;
}
#faq dl.faqList dd a{ 
    display: inline;
    color: #009CDE;
    text-decoration: underline;
}

/* ----- 修理・オーバーホール ----- */

section h2.flowTitle{
    font-size: 2rem;
    font-weight: 600;
}
section ol.flow{
    counter-reset: ranking;
    margin-bottom: 1.5em;
}
section ol.flow li{
    min-height: 120px;
    margin-top: 12px;
    padding-top: 4px;
    padding-left: 48px;
    position: relative;
}
section ol.flow li:before {
    counter-increment: ranking;
    content: counter(ranking);
    width: 12px;
    color: #ffffff;
    font-size: 20px;
    position: absolute;
    top: 16px;
    bottom: 20px;
    left: 0;
    margin: -8px 0 -8px;
    padding: 8px 12px;
}
section ol.flow li:after{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 18px solid transparent;
    position: absolute;
    left: 0;
    bottom: -19px;
}
section ol.flow li.c1:before{
    background: #d3e4f5;
}
section ol.flow li.c1:after {
    border-top: 14px solid #d3e4f5;
}
section ol.flow li.c2:before{
    background: #83b9e4;
}
section ol.flow li.c2:after {
    border-top: 14px solid #83b9e4;
}
section ol.flow li.c3:before{
    background: #1899d6;
}
section ol.flow li.c3:after {
    border-top: 14px solid #1899d6;
}
section ol.flow li.c4:before{
    background: #314463;
}
section ol.flow li.c4:after {
    border-top: 14px solid #314463;
}
section ol.flow li.c5:before{
    background: #001e41;
}
section ol.flow li.c5:after {
    border-top: 14px solid #001e41;
}
section ol.flow li:first-child{
    margin-top: 0;
}

@media screen and (min-width: 640px){
	section ol.flow li .textarea{
	    padding-top: 0.5em;
	    padding-bottom: 12px;
	}
	section ol.flow li.img .textarea{
	    width: calc(100% - 280px);
	    float: left;
	    padding-right: 28px;
	}
	section ol.flow li figure{
	    width: 280px;
	    float: right;
	}
}
@media screen and (max-width: 639px){
	section ol.flow li .textarea{
	    padding-top: 8px;
	    padding-bottom: 20px;
	}

}
section ol.flow li .textarea>*:last-child{
    margin-bottom: 0 !important;
}
section ol.flow li .textarea p.title{
    color: #041E42;
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 0.3em;
}


/* ----- 事例・実績　----- */

#case section h2.blue{
    color: #1d9add;
    font-weight: 600;
}
section ul.caseCategory{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;

    margin-bottom: 40px;
}

@media screen and (min-width: 640px){
	section ul.caseCategory li{
	    width: 33.3%;
	    float: left;
	}
	section ul.caseCategory li:nth-child(3n+1){
	    clear: both;
	    margin-left: 0;
	}
}
@media screen and (max-width: 639px){
	section ul.caseCategory li{
	    width: 50%;
	    float: left;
	}
	section ul.caseCategory li:nth-child(2n+1){
	    clear: both;
	    margin-left: 0;
	}
}
section ul.caseCategory li a{
    height: 100%;
    padding: 16px 12px 12px;
    text-align: center;
    background: #ffffff;
}
section ul.caseCategory li figure.icon{
    width: 90%;
    max-width: 400px;
    margin: 0 auto;
}
section ul.caseCategory li p.title{
    color: #1d9add;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 0;
    padding-top: 1em;
}

section .case_itemList{
}
section .case_itemList figure{
    width: 32%;
    float: left;
    margin: 0 0 24px 2%;
}
section .case_itemList figure:nth-child(3n+1){
    clear: both;
    margin-left: 0;
}
section .case_itemList figure figcaption{
    color: #333333;
    font-weight: 600;
    letter-spacing: 0.075em;
    text-align: center;
}


/* ----- inquiry ----- */

span.blue{
    color: #009CDE;
}
#inquiry #form{
}
#inquiry #form dl{
    margin-bottom: 28px;
    background: #ebe8e7;
    border: solid 1px #dcd8d7;
    border-top: none;
}
#inquiry #form dl dt,
#inquiry #form dl dd{
    font-size: 1.3rem;
    line-height: 1.8;
    padding: 0.75em 1em;
    border-top: solid 1px #dcd8d7;
}
#inquiry #form dl dt{
    font-weight: 600;
    position: relative;
}
#inquiry #form dl dd{
    background: #ffffff;
}
#inquiry #form .req{
    color: #c5002e;
    font-size: 80%;
    vertical-align: text-bottom;
    margin-left: 0.5em;
}
#inquiry #form dl dd input,
#inquiry #form dl dd textarea,
#inquiry #form dl dd select{
    max-width: 100%;
    font-size: 1.3rem;
    line-height: 1.6;
    padding: 0 0.25em;
    margin: 0.25em 0;
    box-sizing: border-box;
}
#inquiry #form dl dd input{
}
#inquiry #form dl dd textarea{
}
#inquiry #form dl dd select{
    padding: 0.25em 0.25em;
}
#inquiry #form input[type="checkbox"]{
    transform: scale(1.5);
    margin-right: 0.5em;
}
#inquiry #form .submit{
    font-size: 0;
    text-align: center;
    margin: 28px 0;
}
#inquiry #form .submit input{
    display: inline-block;
    width: fit-content;
    min-width: 200px;
    color: #ffffff !important;
    font-size: 1.4rem;
    font-family: "Montserrat", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    text-shadow: none !important;
    background: #009CDE !important;
    padding: 0.75em 1.5em;
    margin-top: 16px;
    border: none !important;
    border-radius: 5px;
}
#inquiry #form .submit input:first-child{
    margin-top: 0;
}
#inquiry #form .privacyCheck{
    text-align: center;
    margin: 28px 0;
}
#inquiry #form .privacyCheck p{
    text-align: center;
    margin-bottom: 0.5em;
}
.confirmPage .confirmNone{
    display: none;
}
p.error.msg{
    color: #c5002e;
    font-weight: bold;
    text-align: center;
    padding: 0.5em;
    border: solid 2px #c5002e;
}

#inquiry #form #katabanSelect{
    display: none;
}

/* ----- login・mypage ----- */

div#login,
div#mypage{
    padding-bottom: 80px;
}
#wpmem_reg,
#wpmem_login{
    margin-bottom: 40px;
}
#wpmem_login{
}
#wpmem_login form fieldset,
#wpmem_reg form fieldset{
    padding: 24px;
    margin: 0;
    border: solid 2px #dcd8d7;
}
#wpmem_login form fieldset>*:last-child,
#wpmem_reg form fieldset>*:last-child{
    margin-bottom: 0 !important;
}
#wpmem_login form fieldset legend{
    display: none;
}
#wpmem_reg legend{
    font-weight: 600;
    padding: 0 0.5em;
}
#wpmem_login form fieldset label,
#wpmem_reg form fieldset label{
    display: inline-block;
    font-size: 1.3rem;
    line-height: 1.6;
    margin-bottom: 0.2em;
}
#wpmem_reg form fieldset label{
}
#wpmem_login form fieldset label[for="log"],
#wpmem_login form fieldset label[for="pwd"]{
    font-weight: 600;
    margin-bottom: 0.2em;
}
#wpmem_login form .div_text{
    width: 100%;
    margin-bottom: 1.25em;
}
#wpmem_reg form .div_text,
#wpmem_reg form .div_radio{
    margin-bottom: 1em;
}
#wpmem_login form .div_text input[type="text"],
#wpmem_login form .div_text input[type="password"],
#wpmem_reg form .div_text input[type="text"],
#wpmem_reg form .div_text input[type="email"],
#wpmem_reg form .div_text input[type="tel"]{
    font-size: 1.3rem;
    padding: 2px;
}
#wpmem_login form .div_text input[type="text"],
#wpmem_login form .div_text input[type="password"],
#wpmem_reg form .div_text input[type="text"]{
    width: 100%;
}
#wpmem_reg form .div_text input[type="text"],
#wpmem_reg form .div_text input[type="email"]{
    width: 25em;
}
#wpmem_login form .div_text input[type="billing_postcode"],
#wpmem_login form .div_text input[type="password"]{
    width: 15em;
}

#wpmem_reg form .div_radio{
}
#wpmem_reg form .div_radio br{
    display: none;
}
#wpmem_reg form .div_radio input[type="radio"]{
    transform: scale(1.5);
    margin-right: 0.5em;
}
#wpmem_reg form .div_radio label{
    width: fit-content;
    margin-right: 2em;
}

#wpmem_login form .button_div{
}
#wpmem_login form .button_div input[name="rememberme"]{
    transform: scale(1.25);
}
#wpmem_login form .button_div label[for="rememberme"]{
    font-size: 14px;
    vertical-align: text-bottom;
}
#wpmem_login form .button_div input[type="submit"],
#wpmem_reg form .button_div input[type="submit"]{
    display: block;
    width: fit-content;
    color: #ffffff !important;
    font-size: 13px;
    font-family: "Montserrat", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: bold;
    text-align: center;
    background: #009CDE !important;
    padding: 0.5em 1.5em;
    margin: 1em auto 1.5em;
    border: none !important;
    border-radius: 5px;
    transition: all ease .3s;
    cursor: pointer;
}
#wpmem_login form .button_div input[type="submit"]:hover,
#wpmem_reg form .button_div input[type="submit"]:hover{
    oapcity: 0.5;
}
#wpmem_login form .link-text{
    font-size: 1.2rem;
    margin-bottom: 0.5em;
}
#wpmem_login form .link-text a{
    display: inline-block;
    color: #009CDE;
    text-decoration: underline;
    margin-left: 0.5em;
}

#wpmem_reg form label[for='seal']+.div_radio+.div_text{
    width: 100%;
    line-height: 1.5;
    text-align: center;
    margin-top: 2em;
    margin-bottom: 2em;
}
#wpmem_reg form label[for='seal']+.div_radio+.div_text input[type="checkbox"]{
    transform: scale(1.5);
    margin-right: 0.5em;
}
#wpmem_reg form label[for='seal']+.div_radio+.div_text a{
    display: inline;
}
#wpmem_reg form label[for='seal']+.div_radio+.div_text a.privacylink{
    color: #009CDE;
    text-decoration: underline;
}

/* ログイン後 */

#login p,
#mypage ul li{
    font-size: 15px;
    line-height: 1.8;
    text-align: justify;
}
#login p a,
#mypage ul li a{ 
    display: inline-block;
    color: #009CDE;
    text-decoration: underline;
}

/* ----- ダウンロード ----- */

#download section dl.downloadList{
    border-bottom: solid 1px #c8c6c8;
    margin-bottom: 40px;
}
#download section dl.downloadList dt,
#download section dl.downloadList dd{
    float: left;
    font-size: 1.3rem;
    line-height: 1.6;
    padding: 0.75em 0;
    border-top: solid 1px #c8c6c8;
}
#download section dl.downloadList dt{
    clear: both;
    width: calc(100% - 120px);
    padding-top: 1.2em;
    padding-right: 1em;
}
#download section dl.downloadList dd{
    width: 120px;
}
#download section dl.downloadList dd .sdm_download_button_box_default{
    margin: 0;
}
#download section dl.downloadList dd a{
    display: block;
    width: fit-content;
    color: #ffffff !important;
    font-size: 1.3rem;
    font-family: "Montserrat", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    text-shadow: none !important;
    background: #009CDE !important;
    padding: 0.75em 1.5em;
    margin: 0 auto;
    border: none !important;
    border-radius: 5px;
}


/* ----- サイトマップ ----- */

#sitemapPage{
}
#sitemapPage ul.sitemapUl{
    margin-bottom: 40px;
}
#sitemapPage ul.sitemapUl>li{
    text-indent: -0.9em;
    margin-top: 0.25em;
    margin-left: 0.9em;
}
#sitemapPage ul.sitemapUl>li:first-child{
    margin-top: 0;
}
#sitemapPage ul.sitemapUl>li:before{
    content: "-";
    margin-right: 0.5em;
}
#sitemapPage ul.sitemapUl>li a{
    display: inline;
    color: #009CDE;
    text-decoration: underline;
}
#sitemapPage ul.sitemapUl ul.sub{
    margin: 0.25em 0 0.25em 1.5em;
}
#sitemapPage ul.sitemapUl ul.sub li:before{
    content: "-";
    margin-right: 0.5em;
}
#sitemapPage ul.sitemapUl ul.sub li a{
    display: inline;
    color: #009CDE;
    text-decoration: underline;
}


/* ----- 404 ----- */

#page404{
    text-align: center;
    padding: 0 0 120px;
}
#page404 .toptext{
    font-weight: 600;
    margin-bottom: 40px;
}
#page404 .toptext .text404,
#page404 .toptext .title{
    color: #c8c6c8;
}
#page404 .toptext .text404{
    font-size: 140px;
}
#page404 .toptext .title{
    font-size: 40px;
    margin-bottom: 0.5em;
}
#page404 .toptext p{
    font-size: 18px;
}
#page404 .subtext p{
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 1.5em;
}
#page404 .subtext .ask{
    font-weight: 600;
    margin-bottom: 0;
}


/*
     FILE ARCHIVED ON 05:01:42 Feb 09, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 09:56:57 Jun 17, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.848
  exclusion.robots: 0.099
  exclusion.robots.policy: 0.084
  esindex: 0.013
  cdx.remote: 22.725
  LoadShardBlock: 164.017 (3)
  PetaboxLoader3.datanode: 177.31 (5)
  PetaboxLoader3.resolve: 116.429 (3)
  load_resource: 149.28
  loaddict: 47.018
*/