/* カスタマイズ用CSS */

.ec-pageHeader h1, .ec-pageHeader .h1{
    border-bottom:none;
    padding: 24px 0;
}

.ec-headerNaviRole__bg{
    background-color: #ff7321;
    padding-bottom: 1rem;
}

.ec-headerNaviRole{
    padding-bottom: 0;
}

.ec-layoutRole{
    background-image: url("/html/user_data/top/haikei_back.jpg");
    background-size: contain;
    background-position: left;
}

.ec-headerTitle__title{
    width: 80%;
  max-width: 180px;
  margin: 0 auto;
  padding: 2rem 0 1rem 0;
}

#kanban h2{
    width:100%;
    max-width: 1090px;
    margin: 0 auto;   
}

#kanban h2 img{
    width:100%;
    height:auto;
}

.ec-role .ec-eyecatchRole .color_wh{
    color:#fff;
    text-align: left;
    margin-top: 3rem;  
    width: 100%;
}

.exp {
  text-align: left;
  margin-top: 4rem;
}

.ec-footerTitle__logo {
  max-width: 220px;
  margin: 0 auto;
  width:50%;
}

.ec-footerTitle__logo img{
  max-width: 220px;
  width:100%;    
  height:auto;
}

 .ec-eyecatchRole .ec-eyecatchRole__introTitle {
    line-height: 2;
    letter-spacing: 1px;
  }
  
.ec-productRole .ec-productRole__title .ec-headingTitle {
    color: #fff;
  }
  
 .ec-productRole .ec-productRole__price {
    color: #fff;
    margin-bottom:32px;
  }
  
.ec-productRole .ec-productRole__description{
    color:#fff;
    margin: 40px auto;
}



.ec-registerRole{
    color:#fff;
}

.ec-contactRole{
    color:#fff;
}

.ec-pageHeader{
    color:#fff;    
}

.ec-role{
    color:#fff;      
}


  .ec-eyecatchRole .ec-eyecatchRole__introTitle {
    margin-bottom: 1.5em;
    font-size: 17px;
  }
  
.ec-eyecatchRole .ec-eyecatchRole__introDescription {
  margin-bottom: 8px;
  font-size: 13px;
  line-height: 2;
  text-align: left;
}  

#newitem {
  padding: 0;
  width: 100%;
  background-color: #bababa;
}

#newitem .ec-newItemRole {
    padding:0;
    margin:40px auto 0 auto;
}

#newitem .ec-newItemRole .ec-newItemRole__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 92%;
  margin: 0 auto;
  padding: 40px 0 20px 0;
}

.ec-newItemRole .ec-newItemRole__listItem:nth-child(2n+1) {
  margin-right:0;
}

.ec-newItemRole .ec-newItemRole__listItemTitle {
  font-size: 11px;
  font-weight: bold;
  letter-spacing:1px;
}

.ec-newItemRole .ec-newItemRole__listItemPrice {
  font-size: 11px;
letter-spacing:1px;
}

.ec-footerRole {
  margin-top: 0px;
}

.ec-blockBtn--action:disabled, .ec-blockBtn--action.disabled {
  color: #fff;
  background-color: #ff7321;
  border-color: #ff7321;
}

.ec-blockBtn--cancel{
border: 1px solid #fff;  
background-color: transparent;
}

.ec-blockBtn--action{
background-color: #ff7321;
  border-color: #ff7321;    
}

@media only screen and (min-width: 480px) {
.ec-newItemRole .ec-newItemRole__listItem {
  margin-bottom: 4%;
  width: 32%;
  height: auto;
}

#newitem .ec-newItemRole .ec-newItemRole__list {
  padding: 40px 0 0 0;
}

.ec-newItemRole .ec-newItemRole__listItemTitle {
  font-size: 12px;
  font-weight: bold;
  letter-spacing:2px;
}

.ec-newItemRole .ec-newItemRole__listItemPrice {
  font-size: 12px;
letter-spacing:2px;
}

}

@media only screen and (min-width: 768px) {
.exp {
  margin-top: 6rem;
}   
    
    
  .ec-eyecatchRole .ec-eyecatchRole__introTitle {
    margin-bottom: 1em;
    font-size: 26px;
  }
  
.ec-eyecatchRole .ec-eyecatchRole__introDescription {
  margin-bottom: 12px;
    font-size: 16px;
  line-height: 2;
  text-align: right;
}



.ec-eyecatchRole .exp .ec-eyecatchRole__introDescription{
   text-align: left;   
}

.ec-headerTitle__title{
  max-width:220px;
}  

.ec-role .ec-eyecatchRole .color_wh{
    text-align: right;
}

 .ec-newItemRole .ec-newItemRole__listItem:not(:last-of-type) {
    margin-right: 0px;
  }


.ec-newItemRole .ec-newItemRole__listItem {
  margin-bottom: 4%;
  width: 15%;
  height: auto;
}

#newitem .ec-newItemRole .ec-newItemRole__list {
  padding: 6% 0 0 0;
}

.ec-footerRole {
  margin-top: 60px;
}
}

.ec-productRole p{
font-size:14px;
}
.ec-productRole h2{
 font-size: 15px;
 font-weight:normal;
}
.ec-productRole h3{
    font-size: 14px;
    text-decoration: underline;
     font-weight:normal;
}

.ex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border: 2px solid #fff;
  padding: 2% 4%;
  text-align: left;
}

.ex dt{
  width: 28%;
  line-height: 2;
  letter-spacing: 1px;
  font-weight: normal;
  font-size: 14px;
}

.ex dd {
  width: 64%;
  line-height: 2;
  letter-spacing: 1px;
  font-weight: normal;
  font-size: 14px;
}