@charset "UTF-8";

/* ========BASIC======== */
html {
    overflow-y: scroll;
}

body {
    margin: 0;
    padding: 0;
    line-height: 1.6;
    letter-spacing: 1px;
    font-family: "Hiragino Kaku Gothic Pro", HiraKakuPro-W3, "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", verdana, sans-serif;
    font-size: 13px;
    color: #000;
}

br {
    letter-spacing: normal;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #917700;
    text-decoration: underline;
}

img {
    border: 0;
    vertical-align: bottom;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

h2 {
    clear: both;
    padding: 0 10px;
    color: #000;
    font-size: 24px;
    font-weight: normal;
    line-height: 1.4;
    text-align: center;
}

h3 {
    clear: both;
    margin: 50px 0 0 0;
    font-size: 18px;
    font-weight: normal;
    color: #917700;
    line-height: 1.8;
    border-bottom: 1px dotted #917700;
}

h2+h3 {
    margin-top: 20px;
}

h3:first-child {
    margin-top: 0;
}

h3+h4 {
    margin-top: 10px;
}

h4 {
    margin: 30px 0 0 0;
    color: #333;
    font-weight: bold;
    font-size: 16px;
    line-height: 2.0;
    border: 0;
}

h5 {
    line-height: 2.0;
    font-size: 14px;
    color: #000;
    font-weight: normal;
}

h6 {
    font-size: 14px;
    font-weight: normal;
    color: #917700;
    line-height: 2.0;
}

p {
    margin: 0.5em 0 1em 0;
    line-height: 1.8;
}

ul,
ol,
dl {
    margin: 10px 0;
    padding: 0;
}

li {
    padding: 0;
    margin: 0 0 0 30px;
}

dt {
    margin: 0;
    padding: 0;
}

dd {
    margin: 0 0 1em 0;
    padding: 10px;
    background: #f1f1f1;
}

table {
    width: 700px;
    margin: 10px 0;
    border-collapse: collapse;
    border: 1px solid #999;
    border-spacing: 0;
    line-height: 1.8;
}

table th {
    padding: 5px;
    border: 1px solid #999;
    border-width: 0 0 1px 1px;
    background: #EFEBEF;
    font-weight: bold;
    text-align: middle;
}

table td {
    padding: 5px;
    border: 1px solid #999;
    border-width: 0 0 1px 1px;
    text-align: middle;
}

/* ========TEMPLATE LAYOUT======== */
#container {
    width: 100%;
    margin: 0 auto;
    background: #fff;
}

#header {
    position: relative;
    width: 940px;
    margin: 0 auto;
}

#menu {
    position: absolute;
    right: 0;
    top: 15px;
}

#contents {
    clear: both;
    overflow: hidden;
    width: 940px;
    padding: 10px 0;
    margin: 0 auto;
}

#conL {
    float: left;
    width: 200px;
}

#conR {
    float: right;
    width: 700px;
}

#conR .headTitle {
    clear: both;
    font-size: 18px;
    font-weight: normal;
    color: #917700;
    line-height: 1.8;
    border-bottom: 1px dotted #917700;
}

#footMenu {
    clear: both;
    width: 940px;
    margin: 30px auto 0 auto;
}

#footer {
    clear: both;
    width: 940px;
    margin: 0 auto;
}

/* ========HEADER CUSTOMIZE======== */
#header .headLogo {
    margin: 0;
    padding: 30px 0;
    font-size: 30px;
    color: #770000;
    line-height: 1.0;
}

#header .headLogo a {
    color: #770000;
}

#header .headLogo a:hover {
    color: #770000;
}

/* ========MENU CUSTOMIZE======== */
#menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#menu li {
    overflow: hidden;
    float: left;
    margin: 0;
    padding: 0 0 0 30px;
}

#menu li a {
    display: block;
    font-weight: bold;
    color: #333;
    outline: none;
    text-decoration: none;
}

#menu li a:hover {
    color: #333;
    border-bottom: 3px solid #917700;
    text-decoration: none;
}

/* ========HEADIMAGE CUSTOMIZE======== */
#slide {
    position: relative;
    overflow: hidden;
    padding-bottom: 25px;
}

.slidePrev {
    position: absolute;
    cursor: pointer;
    z-index: 100;
}

.slideNext {
    position: absolute;
    cursor: pointer;
    z-index: 100;
}

.slidePrev img {
    position: absolute;
    width: 50px;
    height: 60px;
}

.slideNext img {
    position: absolute;
    width: 50px;
    height: 60px;
}

.slideInner {
    position: relative;
    margin: 0;
    padding: 0;
}

.slideInner li {
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
}

.slideInner li img {
    margin: 0 5px;
    padding: 0;
}

.filterPrev {
    position: absolute;
    left: 0;
    opacity: 0.5;
    filter: alpha(opacity=50);
    background-color: #fff;
}

.filterNext {
    position: absolute;
    right: 0;
    opacity: 0.5;
    filter: alpha(opacity=50);
    background-color: #fff;
}

.controlNav {
    position: absolute;
    float: left;
    left: 50%;
    bottom: 0;
}

.controlNav span {
    position: relative;
    left: -50%;
    float: left;
    margin: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 10px;
    height: 10px;
    overflow: hidden;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5) inset;
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5) inset;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5) inset;
    background: #eee;
    text-indent: -9999px;
    vertical-align: middle;
}

.controlNav span:hover {
    background: #ccc;
    cursor: pointer;
}

.controlNav span.current {
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5) inset, 0 0 2px rgba(133, 209, 1, 0.5);
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5) inset, 0 0 2px rgba(133, 209, 198, 0.5);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5) inset, 0 0 2px rgba(133, 209, 198, 0.5);
    background: #85d1c6;
}

/* ========MAINCONTENTS CUSTOMIZE======== */
/* TOPNAVI CUSTOMIZE */
.topNavi {
    overflow: hidden;
    position: relative;
    margin-left: -20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

* html .topNavi {
    height: 1em;
    overflow: visible;
}

.topNaviColumn {
    display: inline;
    width: 460px;
    float: left;
    margin-left: 20px;
}

.topNaviImg {
    margin: 0;
    padding: 0;
}

.topNaviDetail {
    position: absolute;
    bottom: 0;
    width: 280px;
    text-align: right;
}

.topNaviDetail a {
    padding: 0 0 0 7px;
    background: url("../images/bg_arrow.gif") no-repeat left 50%;
}

.topNaviCon {
    position: relative;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 0 0 2em 0;
}

.topNavi h2 {
    padding: 10px 0;
    color: #fff;
    font-size: 14px;
    background: #61bca1;
}

.topNavi p {
    margin: 10px;
}

.topNaviPhoto img {
    margin: 10px 8px 0 8px;
}

/* INFORMATION CUSTOMIZE */
.information {
    margin-bottom: 20px;
}

.information dl {
    margin: 0;
}

.information dt {
    float: left;
    padding-top: 5px;
}

.information dd {
    margin: 0 0 5px 0;
    padding: 5px 0px 5px 9em;
    border-bottom: 1px solid #ddd;
    background: none;
}

/* PRODUCT CUSTOMIZE */
.relative_area{position:relative;}
.absolute_area{
    width:100%;
    position:absolute;
    bottom:15px;
    text-align:center;
}
.absolute_area span{
    color: #FFF;
    text-shadow:2px 2px 0 rgb(0, 141, 223), 
    -2px -2px 0 rgb(0, 141, 223),
    -2px 2px 0 rgb(0, 141, 223), 2px -2px 0 rgb(0, 141, 223),
    0px 2px 0 rgb(0, 141, 223),  0 -2px 0 rgb(0, 141, 223),
    -2px 0 0 rgb(0, 141, 223), 2px 0 0 rgb(0, 141, 223);
    font-size:25px;
    font-weight: 600;     
}

/* SUBMENU CUSTOMIZE */
.submenu h3 {
    position: relative;
    text-align: center;
    margin: 0;
    padding: 15px 0;
    line-height: 1.0;
    color: #fff;
    border: none;
    background: #4978DD;
}

.submenu h3:after {
    content: '▼';
    position: absolute;
    bottom: -13px;
    left: 50%;
    float: left;
    color: #4978DD;
}

.submenu h4 {
    padding: 10px;
    font-weight: normal;
    font-size: 14px;
    background: #f1f1f1;
}

.submenu ul {
    margin: 0 10px;
    padding: 0;
}

.submenu li {
    margin: 0;
    padding: 0 0 0 7px;
    list-style: none;
    border-bottom: 1px dotted #ddd;
    background: url("../images/bg_arrow.gif") no-repeat left 50%;
}

.submenu li a {
    display: block;
    padding: 10px 0;
    text-decoration: none;
}

.submenu p {
    margin: 10px;
}

/* BANNER CUSTOMIZE */
.bnrL {
    margin: 20px 0;
}

.bnrL ul {
    margin: 0 -15px 0 0;
    padding: 0;
    overflow: hidden;
}

.bnrL li {
    float: left;
    margin: 0 15px 0 0;
    padding: 0;
    list-style: none;
    margin-bottom: 10px;
}

.bnrR {
    width: 278px;
    margin: 20px 0;
    padding: 10px;
    border: 1px solid #ddd;
}

.bnrR ul {
    margin: 0 0 -10px 0;
    padding: 0;
}

.bnrR li {
    margin: 0;
    padding: 10px;
    list-style: none;
    margin-bottom: 10px;
    background: #eee;
}

/* BOX CUSTOMIZE */
.box {
    overflow: hidden;
    margin: 10px 0;
    padding: 10px;
    border: 10px solid #eee;
}

.box h4 {
    margin-top: 0;
}

.box img {
    float: left;
}

.box p {
    margin-left: 320px;
}

.first {
    margin-top: 0;
}

/* ========FOOTMENU CUSTOMIZE======== */
#footMenu ul {
    margin: 5px 0;
    padding: 20px 0;
    text-align: center;
    border-top: 1px solid #ddd;
}

#footMenu li {
    display: inline;
    margin: 0 0 0 20px;
    list-style: none;
}

#footMenu li a {
    color: #000;
    text-decoration: none;
}

#footMenu li a:hover {
    color: #666;
    text-decoration: underline;
}

/* ========FOOTER CUSTOMIZE======== */
.copyright {
    font-style: normal;
    font-size: 11px;
    color: #999;
    line-height: 3.0;
    text-align: center;
}

/* ========PAGRTOP CUSTOMIZE========= */
#pageTop {
    position: fixed;
    right: 20px;
    bottom: 20px;
}

#pageTop a {
    display: block;
    padding: 30px 30px 30px 42px;
    color: #fff;
    font-size: 11px;
    text-decoration: none;
    background: #61bca1 url("../images/bg_pagetop.gif") 30px 50% no-repeat;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

#pageTop a:hover {
    background: #70d3b6 url("../images/bg_pagetop.gif") 30px 50% no-repeat;
}

/* GoogleMap */
#mapField {
    width: 700px;
    height: 400px;
}

#mapFieldTsukuba {
    width: 700px;
    height: 400px;
}

#nav ul li {
    display: inline;
}

/*パンくずスタイル*/
.bread p {
    text-align: end;
}

.content-wrap h2 {
    font-weight: bold;
    padding-bottom: 10px;
    margin: 25px 0 20px;
    border-bottom: 2px solid #917700;
    text-align: start;
}

.content-wrap p:last-child {
    margin-bottom: 50px;
}

/*表の単位*/
.table-unit {
    text-align: right;
    margin: 0 0 1em 0;
}

/*ご注文テーブルスタイル*/
.order-table td {
    vertical-align: top;
}

.order-table td:first-child {
    text-align: center;
    background-color: rgb(213, 225, 234);
    width: 110px;
}

/*ランキング*/
.ranking {
    margin-bottom: 30px;
}

.ranking dl {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.ranking dl dt {
    width: 25%;
}

.ranking dl dt img {
    width: 100%;
}

.ranking dl dd {
    width: 65%;
    background: none;
}

.ranking dl dd h4 {
    font-size: 1.7em;
}

.ranking dl dd h4 span {
    font-size: 120%;
    padding-right: 5px;
    color: goldenrod;
}

/*おすすめ商品*/
.recomend {
    margin-bottom: 30px;
}

.recomend-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.recomend dl {
    width: 45%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.recomend dl dt {
    width: 40%;
}

.recomend dl dt img {
    width: 100%;
}

.recomend dl dd {
    width: 50%;
    background: none;
}

.recomend dl dd h4 {
    font-size: 1.7em;
}

.link_btn a {
    background-color: #4978DD;
    text-decoration: none;
    color: #fff;
    padding: 10px 30px;
    border-radius: 5px;
    transition: all .5s;
}

.link_btn a:hover {
    opacity: .6;
    transition: all .5s;
}

/*ボタンスタイル*/
.link-area {
    display: flex;
}

.linkbtn {
    list-style: none;
    width: 50%;
    margin: 0;
}

.linkbtn a {
    display: block;
    width: 90%;
    margin: auto;
    color: #fff;
    background-color: #4978DD;
    padding: 15px 0;
    font-size: .9rem;
    text-align: center;
    text-decoration: none;
    transition: all .5s;
}

.linkbtn a:hover {
    opacity: .5;
    transition: all .5s;
}

/*流れ*/
.flow {
    padding: 30px;
    background-color: #dcf4fe;
}

.flow-box {
    margin-bottom: 60px;
    position: relative;
}

.flow-box p {
    font-size: 1.2em;
}

.flow-box::before,
.flow-box::after {
    position: absolute;
    margin: auto;
    content: "";
    vertical-align: middle;
    transform: rotate(90deg);
}

.flow-box::before {
    box-sizing: border-box;
    left: 50%;
    bottom: -70px;
    width: 20px;
    height: 20px;
    border: 20px solid transparent;
    border-left: 20px solid #818181;
}

.flow-box::after {
    left: 49.9%;
    bottom: -42px;
    width: 22px;
    height: 20px;
    border-left: 20px solid #818181;
}

.flow-box:last-child::before,
.flow-box:last-child::after {
    display: none;
}

/*20221214*/
.footer_company_information{
    width: 700px;
    margin: 0 auto;
}
.footer_company_information table{
    text-align: center;
    border: initial;
}
.footer_company_information table{
    border: initial;
}
.footer_company_information table td{
    border: initial;
}



/* TOPページバナー(JCSS校正、新製品リリース情報、製品紹介、レンタル分銅) */
.banner_area{
    padding:20px 0px;
}
.banner_container a,.banner_container a:hover{
    color:#FFF;
    text-decoration:none;
}
.jcss_banner{
    margin:20px auto;
    position:relative;
    cursor:pointer;
}
.jcss_banner a{
    color:#FFF;
    text-decoration:none;
}
.jcss_banner span{
    position:absolute;
    right:20px;
    top:50%;
    font-size:6.0em;
    letter-spacing:0.3em;
    color:#FFF;
    text-shadow: 5px 5px 10px #000;
    transform:translateY(-50%);
}

.newproduct_banner{
    margin:20px auto;
    padding:20px 0px;
    font-size:4.5em;
    color:#FFF;
    border-radius:10px;
    background:#c7e372;
    cursor:pointer;
}
.newproduct_banner img{
    width:50px;
    margin:10px 0px 10px 0px;
}
.newproduct_banner span{
    margin-left:20px;
    font-weight:700;
    -webkit-text-stroke: 2px #01ac4c;
    text-stroke: 2px #01ac4c;
    text-shadow: 3px 3px 10px #000;
}
.column02{
    margin:20px auto;
    display:flex;
    flex-wrap:wrap;
    justify-content: space-between;
}
.ba_flex{
    display:flex;
    align-items:center;
    justify-content: center;
}
.product_banner{
    padding:20px 0px;
    width:48%;
    font-size:4.0em;
    color:#FFF;
    border-radius:10px;
    background:#a3d1f3;
    cursor:pointer;
}
.product_banner span{
    margin-left:20px;
    font-weight:700;
    -webkit-text-stroke: 2px #0167b2;
    text-stroke: 2px #0167b2;
    text-shadow: 3px 3px 10px #000;
}
.product_banner img{
    width:50px;
    margin:10px 0px 10px 0px;
}
.rental_banner{
    padding:20px 0px;
    width:48%;
    font-size:4.0em;
    color:#FFF;
    border-radius:10px;
    background:#f6df77;
    cursor:pointer;
}
.rental_banner span{
    margin-left:20px;
    font-weight:700;
    -webkit-text-stroke: 2px #de960e;
    text-stroke: 2px #de960e;
    text-shadow: 3px 3px 10px #000;
}
.rental_banner img{
    width:50px;
    margin:10px 0px 10px 0px;
}
