/* CSS Document */

/* カスタマイズ用CSS */
.oc-headerNaviRole .navbar .navber-bottom .oc-headerRole__list .oc-itemNav .oc-itemNav__nav {
    margin: 20px auto 15px;
}
@media only screen and (min-width: 768px){
.oc-headerNaviRole .navbar .navber-bottom .oc-headerRole__list .oc-itemNav .oc-itemNav__nav .nav-item .ac {
    min-height: 78px;
}    
}

/* 210525 */
@media only screen and (min-width: 768px) {
.ec-cartNavi .ec-cartNavi__price {
    vertical-align: text-top;
}
.oc-headerNaviRole__content {
    display: flex;
    margin-right: 15px;
}
.ec-headerNav__item {
    margin: 18px 0 0 15px;
}

.ec-cartNavi {
    border-radius: 0;
    min-width: unset;
    background:none;
    padding: 12px 0 10px;
}

.ec-cartNaviWrap {
    margin: 18px 0 0 0;
}

.fa-user,
.fa-lock,
.fa-contact {
    color: #525263;
}

.fa-user:before,
.fa-lock:before,
.fa-contact:before,
.fa-shopping-cart:before {
    content: "";
    display: inline-block;
    width:37px;
    height: 30px;
	position: relative;
	top: 10px;
	left: 0px;
}

.fa-user:before {
    background: url(/html/user_data/assets/img/common/ico_person.png);
	background-repeat: no-repeat;
	background-size:contain;
	/*background-size: 100% auto;*/
}

.fa-lock:before {
    background: url(/html/user_data/assets/img/common/ico_key.png);
    background-repeat: no-repeat;
    background-size:contain;
}

.fa-contact:before {
    background: url(/html/user_data/assets/img/common/ico_mail.png);
    background-repeat: no-repeat;
    background-size:contain;
}

.fa-shopping-cart:before {
    background: url(/html/user_data/assets/img/common/ico_cart.png);
    background-repeat: no-repeat;
	background-size:contain;
    top: -5px;
}
.ec-cartNavi .ec-cartNavi__badge{
    top: -6px;
    left: -6px;
}
}

@media (max-width: 1199px) {
.fa-user span,
.fa-lock span,
.fa-contact span {
    display: none;
}
}

@media (max-width: 767px) {
.ec-headerRole__cart {
    display: none;
}
.navbar-collapse .fa-user:before,
.fa-lock:before,
.fa-contact:before,
.fa-shopping-cart:before {
    content: "";
    display: inline-block;
    width:37px;
    height: 30px;
	position: relative;
	top: 12px;
	left: 0px;
}

.navbar-collapse .fa-user:before {
    background: url(/html/user_data/assets/img/common/ico_person.png);
    background-repeat: no-repeat;
	background-size:contain;
}

.navbar-collapse .fa-lock:before {
    background: url(/html/user_data/assets/img/common/ico_key.png);
    background-repeat: no-repeat;
	background-size:contain;
}

.navbar-collapse .fa-contact:before {
    background: url(/html/user_data/assets/img/common/ico_mail.png);
    background-repeat: no-repeat;
	background-size:contain;
}

.navbar-collapse .fa-shopping-cart:before {
    background: url(/html/user_data/assets/img/common/ico_cart.png);
    background-repeat: no-repeat;
	background-size:contain;
    top: 12px;
}

.navbar-collapse .ec-cartNavi {
    display: flex;
    justify-content: space-between;
    border-radius: 99999px;
    box-sizing: border-box;
    padding: 12px 17px 10px;
    width: auto;
    min-width: 140px;
    height: 44px;
    white-space: nowrap;
    cursor: pointer;
    background: #F8F8F8;
    margin-top: 15px;
}
.ec-cartNavi .ec-cartNavi__price {
    display: block;
}
.oc-headerNaviRole .navbar .navber-bottom .oc-headerRole__list .oc-itemNav .oc-itemNav__nav .nav-item .ac {
    border-bottom: 1px solid #fff;
}
}


.ec-registerRole {
    margin-bottom: 80px;
}

/*--20220214--SPmenuFix*/
@media (max-width: 767px) {
.ec-layoutRole__header {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  height: 84px;
  background: #fff;
}

.ec-layoutRole__contents {
  padding-top: 84px;
}

#page_homepage .ec-layoutRole__contents {
  padding-top: 0;
}

.ec-layoutRole .ec-layoutRole__contentTop {
  padding-top: 84px;
}

.oc-headerNaviRole {
  background: #fff;
}

.navber-bottom {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: calc(100vh - 84px);
  padding-bottom: 50px;
  margin: 0 auto;
  -ms-overflow-style: none;    /* IE, Edge 対応 */
  scrollbar-width: none; 
}

.navber-bottom::webkit-scrollbar {
  display: none;
}

.navber-bottom.show body {
  overflow: hidden;
}
}

/*--20220214--Top point*/
@media (max-width: 575px) {
.oc-substanceRole figure img {
  display: none;
}

.oc-substanceRole__describe {
  padding-left: 85px;
  text-align: left;
}

.oc-substanceRole__describe .title,  .oc-substanceRole__describe .paragraph, .oc-substanceRole__describe .notes-s {
  text-align: left;
} 

.oc-substanceRole__describe .notes-s li {
  padding: 0 0 0 5px;
}


}