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


.m-blog{
  margin: 50px auto 30px;
}
@media print,screen and (max-width:767px) {
.m-blog{
  margin: 20px auto 20px;
}
}

.m-top-blog{
  margin-bottom: 100px
}
@media print,screen and (max-width:767px) {
.m-top-blog{
  margin-bottom: 50px
}
}
.header-oriens-wp {
  position: fixed;
  height: 60px;
  width: 100%;
  z-index: 999;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  top: 10px;
	margin-bottom: 100px
}



.oriens-logo-wp {
  width: 120px;
	height:40px;
  float: left;
  margin-left: 3vw;
}
@media screen and (min-width:920px) {
  .oriens-logo-wp {
    width: 130px;
    margin-left: 3vw;
		margin-top: 0px
  }
}

.wp-block-latest-posts__list li {
  margin-bottom: 150px;
}


.product-name-wp {
  font-size: 20px!important;
  margin: 100px auto 70px;
  letter-spacing: 0.1em;
	text-align: left!important
}
@media screen and (max-width: 600px) {
  .product-name-wp {
    font-size: 18px;
    text-align: center;
    line-height: 1.3em;
  }
}






.button-cat-box{
	max-width: 300px;
	max-height: 150px;
	float: left;
	margin: 10px;
	background: #fff;
	padding-bottom:  20px;
	    padding: 10px 20px;
}
.button-cat-box img {
	width: 160px;
	margin: 20px auto ;
}


.button-cat-box a {
    overflow: hidden;
    text-decoration: none;
    display: inline-block;
	float: left;
    font-weight: 400;
    text-align: center;
    line-height: 1.8;
    text-decoration: none;
    outline: none;
    transition: ease .2s;
	margin-bottom: 10px;
}

.button-cat-box a span {
    position: relative;
    z-index: 3;
    color:#333;
	
}

.button-cat-box a:hover span{
    color:#6F6F6F;
}




.button-text {
    position: relative;
    overflow: hidden;
    text-decoration: none;
    display: block;
    max-width: 250px;
	float: left;
    background: #fff;
    margin: 10px 10px;
    padding: 10px 10px;
    font-weight: 400;
    text-align: center;
    line-height: 1.8;
    outline: none;
    transition: ease .2s;
}

.button-text img {
    width: 20px;
	margin: 4px auto 10px;
}
.button-text a span {
    position: relative;
    z-index: 3;
    color:#333;
}



@media print,screen and (max-width:767px) {
.button-cat-box{
	max-width: 46%;
	margin: 10px 1%;
}
.button-cat-box img {
	margin: 10px auto 10px;
}
.button-text {
	font-size: 12px;
    width: 22%;
	 padding: 5px 2px 3px;
	margin: 10px 1%;
}
.button-text img {
    width: 36px;
	margin: 4px auto 8px;
}
}


.category-box {
  color: #666;
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;
	margin-bottom: 100px
}
.category-tittle {
  font-size: 19px;
	 font-weight: 400;
  margin: 60px auto 40px;
	font-weight: 600
}
.category-btn img {
  text-align: center
}
.category-btn img {
  width: 80%;
  margin: 0 auto;
}


.tabs {
  width: 100%;
  margin: 10px auto;
  position: relative;
}
.tab-buttons span {
  color: #333;
  background: #fff;
  cursor: pointer;
  border-bottom: 1px solid #ddd;
  display: block;
  width: 33.3%;
  float: left;
  text-align: center;
  height: 40px;
  line-height: 40px;
}
.tab-content {
  padding: 15px;
  background: #fff;
  display: inline-block;
  color: #333;
}
#lamp {
  width: 33.3%;
  height: 2px;
  background: #333;
  display: block;
  position: absolute;
  top: 40px;
  transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
}
#lamp.content2 {
  left: 33.3%;
  transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
}
#lamp.content3 {
  left: 66.6%;
  transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
}
#lamp.content1 {
  left: 0;
  transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
}



.tittle-mb10{
  margin-bottom: 50px!important
}



