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


html {
	overflow-y: scroll;
}
body {
    color: #464646;
    font-family: "Segoe UI", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    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;
}
section p a,
section ol.decimal a,
section ul.disc a,
table a{
    display: inline;
    color: #009CDE;
    text-decoration: underline;
}
.inner{
    margin-left: auto;
    margin-right: auto;
}
@media screen and (min-width: 1160px){
	.width1120{
	    width: 1120px;
	}
}
@media screen and (max-width: 1159px){
	.width1120{
	    padding-right: 20px;
	    padding-left: 20px;
	}
}
@media screen and (min-width: 1000px){
	.width960{
	    width: 960px;
	}
}
@media screen and (max-width: 999px){
	.width960{
	    padding-right: 20px;
	    padding-left: 20px;
	}
}
@media screen and (min-width: 840px){
	.width800{
	    width: 800px;
	}
}
@media screen and (max-width: 839px){
	.width800{
	    padding-right: 20px;
	    padding-left: 20px;
	}
}
.marker{
    background: linear-gradient(transparent 0%, #ffbe3f 0%);
    padding: 0.1em 0.5em;
}
.pcNone{
    display: none !important;
}

/* ヘッダー */

#mainHeader{
}
#mainHeader .inner{
    min-height: 140px;
    padding: 40px 16px 16px;
    position: relative;
}
#mainHeader h1{
    width: 118px;
    height: 22px;
    position: relative;
    cursor: pointer;
}
#mainHeader h1 .rigakuLink ul.bottomLink{
    width: 280px;
    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: 14px;
    font-weight: normal;
    letter-spacing: 0.02em;
    text-align: left;
    padding: 0.75em 1em;
    background: rgba(0,156,222,1);
}
@media screen and (min-width: 1200px){
	#mainHeader .myPage_Btn{
	    width: 120px;
	    position: absolute;
	    top: 80px;
	}
	#mainHeader .myPage_Btn a{
	    color: #ffffff;
	    font-size: 13px;
	    font-weight: 600;
	    text-align: center;
	    padding: 0.75em 0.5em;
	    background: #009cde;
	    border-radius: 3px;
	}
	#mainHeader .myPage_Btn a i{
	    margin-right: 0.5em;
	}
	#mainHeader .rigakuLogo{
	    width: 120px;
	    position: absolute;
	    top: 16px;
	    right: 16px;
	}

	#languageSelect,
	#mainHeader .myPage_Btn{
	    right: 260px;
            z-index: 50;
	}
	.en #languageSelect,
	.en #mainHeader .myPage_Btn{
	    right: 362px;
	}

	/* 言語切り替え */
	#languageSelect{
	    width: 120px;
	    position: absolute;
	    top: 20px;
	}
	#languageSelect ul{
	    font-size: 0;
	    text-align: right;
	}
	#languageSelect ul li{
	    display: inline-block;
	    width: 50%;
	}
	#languageSelect ul li a{
	    font-size: 14px;
	    font-weight: 500;
	    text-align: center;
	    text-decoration: underline;
	    padding: 0.4em 0;
	}
	#languageSelect ul li.select a{
	    color: #999999;
	    text-decoration: none;
	    background: #eeeef0;
	}

	#rigakuLink{
	    width: 223px;
	    height: 96px;
	    padding-top: 10px;
	    padding-right: 86px;
	    position: absolute;
	    top: 20px;
	    right: 20px;
	    background: url(https://815d5a.claudeassets.com/20220209050211im_/https://www.rigaku-mechatronics.com/wp-content/themes/rm_temp/img/common/rigakuItem.jpg) no-repeat right top;
	    background-size: auto 96px;
            z-index: 50;
	}
	#rigakuLink p{
	    font-size: 16px;
	    font-weight: 600;
	    line-height: 1.4;
	    margin-bottom: 0.4em;
	}
	#rigakuLink a{
	    color: #ffffff;
	    font-size: 14px;
	    font-weight: 600;
	    text-align: center;
	    padding: 0.6em;
	    background: #1d9add;
	    border-radius: 3px;
	}
	.en #rigakuLink{
          width: 330px;
	}
}
@media screen and (max-width: 1199px){

	#mainHeader .myPage_Btn{
	    width: 96px;
	    position: absolute;
	    top: 16px;
	    right: 228px;
	}
	#mainHeader .myPage_Btn a{
	    color: #ffffff;
	    font-size: 13px;
	    font-weight: 600;
	    text-align: center;
	    padding: 0.5em 0.5em;
	    background: #009cde;
	    border-radius: 3px;
	}
	#mainHeader .myPage_Btn a i{
	    margin-right: 0.5em;
	}
	#mainHeader .rigakuLogo{
	    width: 120px;
	    position: absolute;
	    top: 16px;
	    right: 16px;
	}

	/* 言語切り替え */
	#languageSelect{
	    width: 194px;
	    position: absolute;
	    top: 16px;
	    right: 16px;
	}
	#languageSelect ul{
	    font-size: 0;
	    text-align: right;
	}
	#languageSelect ul li{
	    display: inline-block;
	    width: auto;
	}
	#languageSelect ul li a{
	    font-size: 14px;
	    font-weight: 500;
	    text-align: center;
	    text-decoration: underline;
	    padding: 0.4em 1em;
	}
	#languageSelect ul li.select a{
	    color: #999999;
	    text-decoration: none;
	    background: #eeeef0;
	}

	#rigakuLink{
	    width: 224px;
	    height: 96px;
            text-align: right;
	    padding-top: 10px;
	    padding-right: 72px;
	    position: absolute;
	    top: 48px;
	    right: 20px;
	    background: url(https://815d5a.claudeassets.com/20220209050211im_/https://www.rigaku-mechatronics.com/wp-content/themes/rm_temp/img/common/rigakuItem.jpg) no-repeat right top;
	    background-size: auto 80px;
            z-index: 50;
	}
	.en #rigakuLink{
	    width: 330px;
	}
	#rigakuLink p{
	    font-size: 14px;
	    font-weight: 600;
	    line-height: 1.4;
	    margin-bottom: 0.4em;
	    text-align: right;
	}
	#rigakuLink p br{
            display: none;
	}
	#rigakuLink a{
	    display: inline-block;
	    min-width: 10em;
	    color: #ffffff;
	    font-size: 14px;
	    font-weight: 600;
	    text-align: center;
	    padding: 0.6em 1.5em;
	    background: #1d9add;
	    border-radius: 3px;
	}
}
@media screen and (max-width: 849px){
    #mainHeader h1{
            /* width: calc(100% - 348px); */
    }
}


/* メインナビゲーション */

#mainNav{
    position: relative;
    z-index: 10;
}
#mainNav>ul>li{
    display: inline-block;
    height: 100%;
    position: relative;
}
#mainNav>ul>li>a{
    height: 100%;
    color: #041e42;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.3;
    padding: 10px 0.2em;
}
.en #mainNav>ul>li>a{
    font-size: 14px;
}
#mainNav>ul>li>a:hover{
    color: #009cde;
    opacity: 1;
}
#mainNav>ul>li.current-menu-item>a{
    border-bottom: solid 2px #1899d6;
}
#mainNav ul.sub-menu{
    display: none;
    min-width: 200px;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 500;
}
#mainNav>ul>li:hover ul.sub-menu{
    display: block;
}
#mainNav ul.sub-menu li{
    min-width: 200px;
    padding-top: 2px;
}
#mainNav ul.sub-menu li:first-child{
}
#mainNav ul.sub-menu a{
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.02em;
    text-align: left;
    padding: 0.75em 1em;
    background: rgba(0,156,222,1);
}

@media screen and (min-width: 1600px){
	#mainHeader h1{
	    float: left;
	    padding: 24px 0;
	}
	#mainNav{
	    width: 810px;
	    float: right;
            margin-top: 28px;
	    margin-right: 363px;
	    padding: 0 24px;
	}
	#mainNav>ul{
	    font-size: 0;
	    text-align: right;
	}
	#mainNav>ul>li{
	    margin-right: 28px;
	}
	#mainNav>ul>li:last-child{
	    margin-right: 0;
	}
	.en #mainNav{
            width: calc(100% - 466px);
            float: none;
            clear: both;
            text-align: left;
            margin: 0;
            padding: 0;
	}
	.en #mainNav ul{
	    text-align: left;
	}
}
@media screen and (max-width: 1599px){
	#mainHeader h1{
	}
	#mainNav{
	    width: 100%;
	    min-width: 780px;
	    margin-top: 8px;
	}
	.en #mainNav{
            max-width: calc(100% - 494px);
	    min-width: auto;
	}
	#mainNav>ul{
	    display: flex;
	    width: 100%;
	    font-size: 0;
	}
	#mainNav>ul>li{
            margin-right: 28px;
	}
	#mainNav>ul>li:last-child{
	    margin-right: 0;
	}
}
@media screen and (max-width: 1210px){
	#mainNav{
	    min-width: auto;
	}
	#mainNav>ul{
	    display: inherit;
	    min-width: auto;
	    padding-right: 388px;
	}
}
@media screen and (max-width: 1199px){
	#mainNav ul{
	    padding-right: 240px;
	}
	.en #mainNav ul{
	    padding-right: 0;
	}
}
@media screen and (max-width: 939px){
	#mainNav ul{
	}
}

/* フッター */

#footer{
    padding-bottom: 40px;
    background: #1d9add;
}
#companyProf{
    padding: 64px 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: 15px;
    text-align: center;
    text-shadow: 0 0 2px #333333;
}
#companyProf p.logo{
    width: 138px;
    margin: 0 auto 16px;
}
#companyProf p.title{
    font-size: 21px;
    font-weight: 600;
    margin: 0 0 0.75em;
}
#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: 274px;
    text-align: center;
    vertical-align: top;
}
#companyProf div.contact .tel p{
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.075em;
}
#companyProf div.contact .tel p b{
    font-size: 24px;
    font-weight: 500;
}
#companyProf div.contact .form{
    margin-left: 80px;
    padding-top: 21px;
}
#companyProf div.contact .form a{
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    padding: 1em 0;
    border-radius: 1px;
    background: #009cde;
}

#sitemap{
    color: #ffffff;
    padding: 64px 0;
    background: #1d9add;
}
#sitemap .box4{
    width: 25%;
    float: left;
}
#sitemap .inner .box4:nth-child(4n+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;
}
nav.footNav ul{
    font-size: 0;
    text-align: right;
}
nav.footNav ul li{
    display: inline-block;
    font-size: 14px;
    border-left: solid 1px #ffffff;
}
nav.footNav ul li:first-child{
    border-left: none;
}
nav.footNav ul li a{
    color: #ffffff;
    text-decoration: underline;
    padding: 0 1em;
}
p.copyright{
    color: #ffffff;
    font-size: 12px;
    letter-spacing: 0.05em;
}
@media screen and (min-width: 880px){
	nav.footNav{
	    width: 50%;
	    float: right;
	}
	p.copyright{
	    width: 50%;
	    float: left;
	}
}
@media screen and (max-width: 879px){
	nav.footNav{
	    margin: 0 0 48px;
	}
	nav.footNav ul{
            text-align: center;
	}
	p.copyright{
	    text-align: center;
	}
}

#pagetop{
    position: fixed;
    right: 10px;
    bottom: 80px;
    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: 14px;
    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: 8%;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,156,222,0.85);
}
#homeContents #mainImg h2.cc span{
    display: block;
    width: 50vw;
    max-width: 600px;
    padding: 32px 48px;
    position: relative;
}
/*
#homeContents #mainImg h2.cc span:before,
#homeContents #mainImg h2.cc span:after{
    content: "";
    display: block;
    width: calc(100% + 8px);
    height: calc(100% + 12px);
    background: rgba(29,154,221,0.4);
    position: absolute;
}
#homeContents #mainImg h2.cc span:before{
    top: -12px;
    left: -6px;
}
#homeContents #mainImg h2.cc span:after{
    top: 12px;
    left: 6px;
}
*/
#homeContents #mainImg h2.cc span img{
    position: relative;
    z-index: 2;
}
#homeContents .halfSection .leftArea{
    float: left;
}
#homeContents .halfSection .rightArea{
    float: right;
}
#homeContents .halfSection .imgArea{
    width: 45%;
}
#homeContents .halfSection .textArea{
    width: 55%;
    position: relative;
}
#homeContents .halfSection .textArea .inner{
    max-width: 700px;
    padding: 64px 40px;
    position: relative;
    z-index: 10;
}
#homeContents .halfSection .leftArea.textArea .inner{
    float: right;
}
#homeContents .halfSection .rightArea.textArea .inner{
    float: left;
    text-align: right;
}
#homeContents .halfSection .textArea.rightArea:before,
#homeContents .halfSection .textArea.leftArea:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    transform: skewX(-10deg);
    transform-origin: top right;
    z-index: 5;
}
#homeContents .halfSection .textArea.rightArea:before{
    left: 0px;
}
#homeContents .halfSection .textArea.leftArea:before{
    right: -150px;
}
#homeContents .halfSection .textArea h3{
    color: #041e42;
    font-size: 32px;
    letter-spacing: 0.02em;
    margin-bottom: 1em;
}
#homeContents .halfSection .textArea h3 small{
    display: block;
    font-size: 21px;
    line-height: 1;
    margin: 0 0 0.75em;
}
#homeContents .halfSection .textArea p{
    font-size: 15px;
    font-weight: 600;
    line-height: 1.8;
    margin-bottom: 1.75em;
}
#homeContents .btns{
    font-size: 0;
}
#homeContents .btns a{
    display: inline-block;
    color: #ffffff;
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    padding: 1em 3.25em 1em 1.5em;
    margin-left: 3%;
    background: #009cde;
    position: relative;
}
#homeContents .btns a:first-child{
    margin-left: 0 !important;
}
#homeContents .btns a.blue{
    background: #009cde;
}
#homeContents .btns a.blue:after{
    content: "";
    display: block;
    width: 23px;
    height: 23px;
    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;
    position: absolute;
    top: 14px;
    right: 16px;
}
#homeContents .btns a.white{
    color: #009cde;
    background: #ffffff;
}
#homeContents .btns a.white:after{
    content: "";
    display: block;
    width: 23px;
    height: 23px;
    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;
    position: absolute;
    top: 14px;
    right: 16px;
}
#homeContents .btns a.yellow{
    background: #009cde;
}
#homeContents .btns a.yellow:after{
    content: "";
    display: block;
    width: 23px;
    height: 23px;
    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;
    position: absolute;
    top: 14px;
    right: 16px;
}
#homeContents .btns a.orange{
    background: #fd6818;
}
#homeContents .btns a.orange:after{
    content: "";
    display: block;
    width: 23px;
    height: 23px;
    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;
    position: absolute;
    top: 14px;
    right: 16px;
}
#homeContents .btns a.gray{
    color: #333333;
    background: #eeeef0;
}
#homeContents .btns a.gray:after{
    content: "";
    display: block;
    width: 23px;
    height: 23px;
    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;
    top: 14px;
    right: 16px;
}
@media screen and (max-width: 1099px){
	#homeContents br.breakNone{
	    display: none;
	}
	#homeContents .halfSection .textArea p{
	    text-align: left;
	}
}

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

#homeContents #seal{
    position: relative;
}
#homeContents #seal:before{
    content: "";
    width: 45%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(https://302825.claudeassets.com/20220209050211im_/https://www.rigaku-mechatronics.com/wp-content/themes/rm_temp/img/home/seal_bg.jpg) no-repeat center;
    background-size: 100% auto;
}
#homeContents #seal .leftArea{
}
#homeContents #seal .rightArea,
#homeContents #seal .rightArea h3{
    color: #ffffff;
}
#homeContents #seal .rightArea,
#homeContents #seal .rightArea:before{
    background: #1d9add;
}
#homeContents #seal .btns{
    text-align: right;
}
#homeContents #seal .btns a{
    min-width: 48.5%;
}

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

#homeContents #aboutSeal{
    position: relative;
}
#homeContents #aboutSeal:before{
    content: "";
    width: 45%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    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 h3 small{
    margin: 0.75em 0 0;
}
#homeContents #aboutSeal .rightArea{
    background: #ffffff;
}
#homeContents #aboutSeal .leftArea,
#homeContents #aboutSeal .leftArea:before{
    background: #d9d8d6;
}
#homeContents #aboutSeal .leftArea h3{
    text-align: right;
}
#homeContents #aboutSeal ul.icons{
    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;

    font-size: 0;
    text-align: center;
    margin-bottom: 16px;
}
#homeContents #aboutSeal ul.icons li{
    display: inline-block;
    width: 49%;
    vertical-align: top;
    padding: 12px;
    margin-bottom: 12px;
    margin-left: 2%;
    background: #ffffff;
}
#homeContents #aboutSeal ul.icons li:nth-child(2n+1){
    clear: both;
    margin-left: 0;
}
#homeContents #aboutSeal ul.icons li p{
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 0;
}
#homeContents #aboutSeal ul.icons li p.title{
    font-size: 18px !important;
    text-align: center;
    margin-bottom: 0.75em;
}
#homeContents #aboutSeal ul.icons li figure{
    max-width: 112px;
    margin: 0 auto 20px;
}
#homeContents #aboutSeal .btns{
    text-align: center;
}
#homeContents #aboutSeal .btns a{
    padding: 1em 3.5em 1em 2em;
}


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

#homeContents #merit{
    padding: 64px 0 120px;
}
#homeContents #merit h2{
    font-size: 28px;
    padding: 0.75em 0 0.75em 0.75em;
    margin-bottom: 1em;
    border-left: solid 4px #026eb7;
}
#homeContents #merit h2+p{
    font-size: 17px;
    font-weight: 500;
    line-height: 1.8;
    margin-bottom: 1.75em;
}
#homeContents #merit .meritBoxes{
    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: 16px;
}
#homeContents #merit .meritBoxes .box{
    width: 49%;
    float: left;
    margin: 0 0 24px 2%;
    padding: 40px 24px;
    border: solid 3px #eeeef0;
}
#homeContents #merit .meritBoxes .box:nth-child(2n+1){
    clear: both;
    margin-left: 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: 16px;
    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: 19px;
    line-height: 1.5;
    vertical-align: middle;
    padding-left: 24px;
}
#homeContents #merit .meritBoxes .box>p{
    font-size: 15px;
    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{
    text-align: left;
}
#homeContents #power .btns a{
    min-width: 48.5%;
}

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

#homeContents #needs{
    position: relative;
}
#homeContents #needs:before{
    content: "";
    width: 45%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    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 .rightArea,
#homeContents #needs .rightArea:before{
    background: #ffffff;
}
#homeContents #needs .leftArea{
    background: #cccccc;
}
#homeContents #needs h3{
    display: inline-block;
    padding: 0.75em 0 0.75em 0.75em;
    border-left: solid 4px #026eb7;
}
#homeContents #needs .btns{
    text-align: right;
}
#homeContents #needs .btns a{
    padding-left: 1.5em;
    padding-right: 3.5em;
}

/* 製品情報 */

#homeContents #productArea{
    padding: 64px 40px;
    background: #b9d9eb;
}
#homeContents #productArea h3{
    width: fit-content;
    display: block;
    color: #041e42;
    font-size: 24px;
    text-align: center;
    margin: 0 auto 1.5em;
    padding: 0 0.21em 0.3em;
    border-bottom: solid 2px #041e42;
}
#homeContents #productArea h3+div.clearfix{
    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 #productArea .btns{
    text-align: center;
}
#homeContents #productArea .btns a{
    width: 300px;
    margin-left: 28px;
    padding-top: 1.25em;
    padding-bottom: 1.25em;
}
#homeContents #productArea .btns a:first-child{
    margin-left: 0;
}
#homeContents #productArea .btns a:after{
    top: 20px;
}
#homeContents #productArea div .series{
    width: 32%;
    float: left;
    padding: 32px 0;
    margin-left: 2%;
    margin-bottom: 40px;
    background: #ffffff;
}
#homeContents #productArea div .series:nth-child(3n+1){
    clear: both;
    margin-left: 0;
}
#homeContents #productArea div .series h4{
    font-size: 18px;
    line-height: 1.4;
    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;
}
#homeContents #productArea .series .btns a{
    width: 100%;
    padding-right: 1.75em;
    max-width: 240px;
    min-width: 160px;
}

#homeContents #bgWhiteArea{
    padding: 80px 0;
}
#homeContents #bgWhiteArea .section{
    margin-bottom: 64px;
}
#homeContents #bgWhiteArea .section h3{
    color: #041e42;
    font-size: 28px;
    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: 16px;
    line-height: 1.6;
    text-align: justify;
    margin-bottom: 1.5em;
}
@media screen and (max-width: 1099px){
	#homeContents #bgWhiteArea p br{
          display: none;
	}
}
#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{
    width: 48.5%;
    float: left;
    margin-left: 3%;
}
#homeContents #bgWhiteArea .section .half:nth-child(2n+1){
    clear: both;
    margin-left: 0;
}
#homeContents #bgWhiteArea .section .half .btns a{
    min-width: 240px;
}

#information{
}
#information .btns{
    text-align: center;
}
ul.infoListThumb{
    margin-bottom: 28px;
}
ul.infoListThumb li{
    float: left;
    margin: 0 0 24px 24px;
}
@media screen and (min-width: 960px){
	ul.infoListThumb li{
	    width: calc((100% - 48px) / 3);
	}
	ul.infoListThumb li:nth-child(3n+1){
	    clear: both;
	    margin-left: 0;
	}
}
@media screen and (max-width: 959px){
	ul.infoListThumb li{
	    width: calc((100% - 24px) / 2);
	}
	ul.infoListThumb li:nth-child(2n+1){
	    clear: both;
	    margin-left: 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: 14px !important;
    letter-spacing: 0.075em;
    line-height: 1.6;
    margin-bottom: 0.2em !important;
}
ul.infoListThumb li p.title{
    font-size: 16px;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: 0.5em !important
}
ul.infoListThumb li p.cat{
    display: inline-block;
    color: #ea5415;
    font-size: 14px !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: 24px;
    font-weight: 700;
    line-height: 1.5;
}
#infoDetail #infoHeader h3 br{
    display: none;
}
#infoDetail #infoHeader p.date{
    font-size: 14px !important;
    letter-spacing: 0.075em;
    line-height: 1.6;
    margin-bottom: 0.2em !important;
}
#infoDetail .letterbody{
    font-size: 15px;
    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: 14px;
    line-height: 1.5;
    padding: 2em 1em;
}
#same-category-post{
    padding: 80px 0;
    background: #ebe8e7;
}
#same-category-post h2{
    color: #041E42;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 1.25em;
}


/* ----- breadcrumb ----- */

#breadcrumb{
    padding: 24px 16px 48px;
}
#breadcrumb ol{
    font-size: 0;
    margin: 0 auto;
}
#breadcrumb ol li{
    display: inline;
    color: #999999;
    font-size: 12px;
    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: 48px;
}
section>*:last-child{
    margin-bottom: 0 !important;
}
div.inner section:first-child{
    padding-top: 0;
}
div.inner section:last-child{
    padding-bottom: 120px;
}
section h1,
#contents h2.termName{
    color: #041E42;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 0.5em;
}
section h2{
    color: #041E42;
    font-weight: 500;
    font-size: 21px;
    line-height: 1.75;
    text-transform: uppercase;
    margin-bottom: 0.5em;
}
section h3{
    color: #7B7B7B;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.75;
    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: 15px;
    line-height: 1.8;
    text-align: justify;
}
section p{
    margin-bottom: 1.5em;
}
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;
    padding-left: 0.5em;
    margin-top: 0.5em;
}
section ul.disc li{
    list-style-type: disc;
    padding-left: 0.5em;
    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: 140px;
    font-weight: 600;
}
section dl.tableDl dd{
    width: calc(100% - 140px);
}

section ul.pageLinks{
    margin-bottom: 1.5em;
}
section ul.pageLinks li{
    margin-top: 0.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{
    color: #009CDE;
    text-decoration: underline;
    display: inline-block;
}


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

section .textarea.floatLeft,
section .textarea.floatRight{
    width: calc(100% - 320px);
}
section .textarea.floatLeft{
    float: left;
    padding-right: 40px;
}
section .textarea.floatRight{
    float: right;
    padding-left: 40px;
}
section figure.floatLeft,
section figure.floatRight{
    width: 320px;
    margin-bottom: 28px;
}
section .textarea.half,
section .textarea.half{
    width: 55%;
}
section figure.floatLeft.half,
section figure.floatRight.half{
    width: 45%;
}
section figure.floatLeft{
    float: left;
}
section figure.floatRight{
    float: right;
}
section .img1{
    text-align: center;
    margin-bottom: 1.5em;
}
section .img2{,
section .img3,
section .img4
}
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;
}
section figure figcaption{
    color: #868a89;
    font-size: 13px;
    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: 14px;
    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: 16px;
    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{
    font-size: 28px;
    margin: 1em 0;
}
#company div.ccArea figure.iso{
    width: 160px;
    float: left;
}
#company p.cc{
    width: calc(100% - 160px);
    float: left;
    color: #1d9add;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.5;
    padding: 0 0 0 20px;
    margin-top: 24px;
    margin-bottom: 0;
}
#company .companyProf{
    position: relative;
}
@media screen and (min-width: 880px){
	#company .companyProf figure{
	    width: 400px;
	    position: absolute;
	    top: 0;
	    right: 0;
	}
}
@media screen and (max-width: 879px){
	#company .companyProf figure{
	    width: calc(100% - 28em);
	    position: absolute;
	    top: 0;
	    right: 0;
	}
}
#company .gmap iframe{
}

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

#iso .tuv{
}
#iso .tuv figure{
    float: left;
    margin-right: 24px;
}
#iso .tuv p{
    padding-top: 40px;
}

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

#contents.productDetail{
}
#contents.productDetail h1{
    color: #041E42;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 0.5em;
}
#contents.productDetail .itemMetadata{
    font-size: 0;
    margin-bottom: 24px;
}
#contents.productDetail .itemMetadata a{
    display: inline-block;
    color: #009CDE;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    margin-right: 8px;
    margin-bottom: 8px;
    padding: 0.2em 0.5em;
    border-radius: 2px;
    background: #ffffff;
    border: solid 1px #dcd8d7;
}
#contents.productDetail .outlinetext{
    margin-bottom: 40px;
}
#contents.productDetail .outlinetext p{
    font-size: 15px;
    line-height: 1.6;
}
#contents.productDetail figure.productimage{
}
#contents.productDetail .drawing figure{
    width: 50%;
    float: left;
    margin-left: 0;
}
#contents.productDetail .drawing figure:nth-child(2n+1){
    clear: both;
}
#contents.productDetail .productimg{
    font-size: 0;
    text-align: center;
}
#contents.productDetail .productimg figure{
    max-width: 400px;
    float: left;
    text-align: center;
    vertical-align: top;
}
#contents.productDetail .productimg figure:nth-child(2n+1){
    clear: both;
    margin-left: 0;
}
@media screen and (min-width: 880px){
	#contents.productDetail .productimg figure.keishiki{
	    width: 394px;
	    float: right;
	    padding-top: 80px;
	}
}
@media screen and (max-width: 879px){
	#contents.productDetail .productimg figure.keishiki{
	    clear: both;
	    float: none;
	    max-width: inherit;
	    text-align: left;
	}
}
#contents.productDetail .productimg figure.keishiki figcaption{
    color: #041E42;
    font-weight: 500;
    font-size: 21px;
    line-height: 1.75;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 1em;
}
#contents.productDetail .productimg figure.keishiki figcaption.bottom{
    font-size: 15px;
    padding-top: 1.5em;
}
#contents.productDetail .productimg figure.keishiki figcaption.bottom a{
    display: inline;
    color: #009CDE;
    text-decoration: underline;
    cursor: pointer;
}
#contents.productDetail .keishiki_detail{
    display: none;
    position: relative;
    padding: 16px;
    border: solid 4px #e5e5e5;
}
#contents.productDetail .keishiki_detail.view{
    display: block;
}
#contents.productDetail .keishiki_detail a.close{
    color: #ffffff;
    font-weight: 600;
    font-size: 24px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 1px;
    background: #333333;
    position: absolute;
    top: -4px;
    right: -4px;
    z-index: 10;
    cursor: pointer;
}
#contents.productDetail .othersimg figure{
}

#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: 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;
    text-decoration: none;
    text-shadow: none !important;
    background: #009CDE !important;
    padding: 0.4em;
    margin: 0 auto;
    border: none !important;
    border-radius: 5px;
}
#spec .sdm_download_button_box_default a{
    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;
    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: 18px;
    font-weight: 500;
    margin-top: 40px;
    margin-bottom: 0.5em !important;
}
#searchform{
    padding: 40px;
    margin: 0 auto 40px;
    background: #ebe8e7;
    border: solid 1px #dcd8d7;
} 
#searchform .searchCat{
}
#searchform .searchCat p,
#searchform .freeword p{
    width: 200px;
    float: left;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 24px;
}
#searchform .searchCat>div.clearfix,
#searchform .freeword .text-box{
    width: calc(100% - 200px);
    float: left;
    margin: 0 0 24px;
}
#searchform .searchCat div.clearfix label{
    display: inline-block;
    font-size: 15px;
    margin-right: 2.5em;
    margin-bottom: 1em;
}
#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: 16px;
    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: 16px;
    font-weight: bold;
    padding: 0.5em 1.25em;
    background-color: #009CDE;
    border-radius: 5px;
    border: none;
    cursor: pointer;
}


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

.resultif{
    padding: 20px 28px;
    margin: 0 auto 24px;
    background: #ffffff;
    border: 1px solid #dcd8d7;
}
.resultif .pageTitle{
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 0.5em;
}
.resultif .searchTerms{
}
.resultif .searchTerms span{
    display: block;
    font-size: 15px;
    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: 15px;
    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: 20px 0;
}
ul.itemList li figure.thumb{
    width: 120px;
    float: left;
    border: solid 1px #dcd8d7;
}
ul.itemList li div.text{
    width: calc(100% - 120px);
    float: left;
    padding-top: 0.25em;
    padding-left: 20px;
}
ul.itemList li p.itemName{
    font-size: 18px;
    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: 14px;
    line-height: 1.8;
    margin-right: 1.5em;
}
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: 14px;
    line-height: 24px;
    padding: 5px 14px;
    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{
    display: inline-block;
    width: 226px;
    height: 226px;
    margin-left: 16px;
    position: relative;
    background: rgb(0, 156, 222);
    background-size: cover !important;
    border-radius: 50%;
    overflow: hidden;
}
section .circles div.circle:nth-child(3n+1){
    margin-left: 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: 21px;
    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: 46px;
    margin-right: 0.1em;
}


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

#seal ul.sealMerit{
    margin-bottom: 4em;
}
@media screen and (min-width: 1000px){
	#seal ul.sealMerit li{
	    width: 23.5%;
	    float: left;
	    margin: 0 0 0 2%;
	}
	#seal ul.sealMerit li:first-child{
	    margin-left: 0;
	}
}
@media screen and (max-width: 999px){
	#seal ul.sealMerit li{
	    width: calc((100% - 40px) / 2);
	    float: left;
	    margin: 0 0 40px 40px;
	}
	#seal ul.sealMerit li:nth-child(2n+1){
            clear: both;
	    margin-left: 0;
	}
	#seal ul.sealMerit li>div{
	    width: 225px;
	    margin: 0 auto;
	}
}
#seal ul.sealMerit li .circle{
    display: table-cell;
    width: 225px;
    height: 225px;
    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: 22px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.02em;
    margin-bottom: 0.5em;
}
#seal ul.sealMerit li .circle p.en{
    font-size: 17px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0;
    margin-bottom: 0;
}
#seal ul.sealMerit li>p{
    margin: 1.25em 0.5em 0;
}
#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: 15px;
    line-height: 1.8;
    text-align: justify;
    border-top: solid 1px #adafaf;
}
#faq dl.faqList dt{
    cursor: pointer;
    text-indent: -1.5em;
    padding: 1.25em 2em 1.25em 3em;
    border-top: solid 1px #868a89;
}
#faq dl.faqList dt:hover{
    opacity: 0.5;
}
#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.75em;
    padding: 1.25em 2em 1.25em 3.25em;
    background: #ebe8e7;
}
#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: 24px;
    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: 8px;
    padding-left: 71px;
    position: relative;
}
section ol.flow li:before {
    counter-increment: ranking;
    content: counter(ranking);
    color: #ffffff;
    font-size: 21px;
    position: absolute;
    top: 16px;
    bottom: 20px;
    left: 0;
    margin: -8px 0 -8px;
    padding: 12px 16px;
}
section ol.flow li:after{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 22px solid transparent;
    position: absolute;
    left: 0;
    bottom: -24px;
}
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;
}
section ol.flow li .textarea{
    padding-top: 0.5em;
    padding-bottom: 12px;
}
section ol.flow li.img .textarea{
    width: calc(100% - 320px);
    float: left;
    padding-right: 28px;
}
section ol.flow li .textarea>*:last-child{
    margin-bottom: 0 !important;
}
section ol.flow li .textarea p.title{
    color: #041E42;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 0.5em;
}
section ol.flow li figure{
    width: 320px;
    float: right;
}


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

#case section h2.blue{
    color: #1d9add;
    font-weight: 600;
}
section ul.caseCategory{
    margin-bottom: 40px;
}
section ul.caseCategory li{
    width: 25%;
    float: left;
}
section ul.caseCategory li:nth-child(4n+1){
    clear: both;
    margin-left: 0;
}
section ul.caseCategory li a{
    padding: 24px;
    text-align: center;
    background: #ffffff;
}
section ul.caseCategory li figure.icon{
}
section ul.caseCategory li p.title{
    color: #1d9add;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0;
    padding-top: 1.5em;
}

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

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

span.blue{
    color: #009CDE;
}
#inquiry #form{
}
#inquiry #form dl{
    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: 28px;
    background: #ebe8e7;
    border: solid 1px #dcd8d7;
    border-top: none;
}
#inquiry #form dl dt,
#inquiry #form dl dd{
    float: left;
    font-size: 15px;
    line-height: 1.8;
    border-top: solid 1px #dcd8d7;
}
#inquiry #form dl dt{
    clear: both;
    width: 200px;
    font-weight: 600;
    padding: 0.75em 1em;
    position: relative;
}
#inquiry #form dl dd{
    width: calc(100% - 200px);
    padding: 0.5em 1em;
    background: #ffffff;
    border-left: solid 1px #dcd8d7;
}
#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{
    font-size: 15px;
    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: 40px 0;
}
#inquiry #form .submit input{
    display: inline-block;
    width: fit-content;
    min-width: 200px;
    color: #ffffff !important;
    font-size: 16px;
    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-left: 16px;
    border: none !important;
    border-radius: 5px;
    cursor: pointer;
}
#inquiry #form .submit input:first-child{
    margin-left: 0;
}
#inquiry #form .privacyCheck{
    text-align: center;
    margin: 40px 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 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: 15px;
    line-height: 1.6;
    margin-bottom: 0.2em;
}
#wpmem_reg form fieldset label{
    width: 200px;
}
#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{
    display: inline-block;
    width: calc(100% - 200px);
    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: 15px;
    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: 14px;
    margin-bottom: 1em;
}
#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: 15px;
    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: 1em;
    padding-right: 24px;
}
#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: 13px;
    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{
    width: calc((100% - 20px) / 2);
    float: left;
    margin-left: 20px;
}
#sitemapPage ul.sitemapUl ul.sub li:nth-child(2n+1){
   clear: both;
   margin-left: 0;
}
#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:59 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.548
  exclusion.robots: 0.067
  exclusion.robots.policy: 0.056
  esindex: 0.009
  cdx.remote: 21.825
  LoadShardBlock: 106.689 (3)
  PetaboxLoader3.datanode: 118.058 (5)
  load_resource: 180.03
  PetaboxLoader3.resolve: 81.551
  loaddict: 76.461
*/