/*
Mixin handling breakpoints for media queries*/
/*
mixin arrow*/
/*
mixin arrow angle*/
/*
mixin border-radius*/
/*
mixin color black and white (and default)*/
/*
mixin column*/
/*
mixin no margin, no padding*/
/*
mixin border use image*/
/*
mixin tranform rotate*/
/*
mixin cleafix*/
/*
Mixin background button and hover*/
/*
Mixin Overlay*/
/*
functions math*/
/*
end functions math*/
/*
function column*/
/*
function return path image*/
/*
function return unit*/
.slick-slider {
  margin-bottom: 10px; }

.slick-dots {
  position: absolute;
  bottom: -45px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  content: " ";
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  text-align: center;
  opacity: .25;
  background-color: black;
  border-radius: 50%; }

.slick-dots li.slick-active button:before {
  opacity: .75;
  background-color: black; }

.slick-dots li button.thumbnail img {
  width: 0;
  height: 0; }

.label__quality {
  display: block !important; }

.ec-headingTitle {
  color: #000000; }
.ec-sliderItemRole {
  padding: 0; }
  .ec-sliderItemRole img {
    border: 1px solid #dddddd; }
    .ec-productRole .ec-sliderItemRole img {
      width: 100%; }
  .ec-sliderItemRole .slick-dots {
    bottom: auto;
    top: 100%;
    position: static; }
    .ec-sliderItemRole .slick-dots li,
    .ec-sliderItemRole .slick-dots button {
      width: auto;
      height: auto; }
    .ec-sliderItemRole .slick-dots li button:before {
      opacity: 1;
      background-color: #999999; }
    .ec-sliderItemRole .slick-dots li.slick-active button:before {
      background-color: #0664DE;
      opacity: 1; }
  .ec-sliderItemRole .slideThumb {
    width: calc(100%/6);
    padding: 3px;
    margin: 0; }
    .ec-sliderItemRole .slideThumb img {
      width: 100%;
      border: 1px solid #dddddd; }
    .ec-sliderItemRole .slideThumb:hover img {
      border-color: #0664DE; }
  .ec-sliderItemRole .item_nav {
    margin: 0 -3px; }
.ec-productRole {
  max-width: 1040px;
  padding: 0;
  color: #000000; }
  .ec-productRole img {
    width: auto; }
  .ec-productRole .ec-productRole__tags {
    margin: 0 0 10px;
    border-color: transparent;
    padding: 0; }
  .ec-productRole .ec-productRole__tag {
    color: #000000;
    font-size: 14px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
    .ec-productRole .ec-productRole__tag a {
      color: inherit; }
    .ec-productRole .ec-productRole__tag:not(:first-child) {
      margin-left: 10px; }
  .ec-productRole .ec-productRole__code {
    font-size: 14px;
    border-color: transparent; }
  .ec-productRole .ec-productRole__priceRegularTax {
    margin-left: 0;
    font-size: 16px; }
  .ec-productRole .ec-productRole__price {
    color: #ff9500; }
    .ec-productRole .ec-productRole__price .ec-price {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex; }
      .ec-productRole .ec-productRole__price .ec-price__unit {
        font-size: 16px;
        font-weight: normal; }
      .ec-productRole .ec-productRole__price .ec-price__price {
        color: #ff9500;
        font-weight: normal;
        padding: 0 15px 0 0; }
      .ec-productRole .ec-productRole__price .ec-price__desc {
        font-size: 14px;
        color: #000000; }
    @media only screen and (min-width: 768px) {
      .ec-productRole .ec-productRole__price {
        padding: 10px 0 20px; } }
  .ec-productRole .ec-productRole__profile {
    margin: 0; }
  .ec-productRole .barBtn {
    margin: 10px 0; }
    .ec-productRole .barBtn .btn {
      font-size: 16px; }
      .ec-productRole .barBtn .btn__cart {
        min-width: 200px; }
        .ec-productRole .barBtn .btn__cart i {
          font-size: 24px;
          margin-right: 10px; }
  @media only screen and (min-width: 768px) {
    .ec-productRole .ec-productRole__price {
      border: none; } }
.ec-productRow {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 10px 0;
  margin: 0; }
  .ec-productRow > li {
    list-style-type: none;
    width: 100%; }
    .ec-productRow > li:first-child {
      font-weight: bold; }
  .ec-productRow .ec-numberInput input[type=number] {
    height: 50px;
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
  .ec-productRow .ec-numberInput .input__error {
    border-color: red;}
  .ec-productRow .ec-numberInput__note {
    font-size: 12px;
    line-height: 1.2;
    display: inline-block;
    vertical-align: middle;
    margin: 10px; }
  .ec-productRow .barBtn {
    margin: 0; }
  .product__customize .ec-productRow {
    align-items: flex-start;
    margin: 0 -10px;
    padding: 15px 0; }
    .product__customize .ec-productRow > li {
      padding: 0 10px; }
      .product__customize .ec-productRow > li:first-child {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between; }
  .ec-productRow .input-group .form__input {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }
  .ec-productRow .form__checkbox label {
    vertical-align: middle; }
    .ec-productRow .form__checkbox label:before {
      width: 25px;
      height: 25px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px; }
    .ec-productRow .form__checkbox label:after {
      left: 9px;
      top: 6px;
      width: 8px;
      border-color: #0067ba; }
  .ec-productRow .ec-blockCheckbox label {
    display: inline;
  }
  @media only screen and (min-width: 481px) {
    .ec-productRow .rowInline > * {
      display: inline-block;
      margin-right: 30px;
      vertical-align: middle; } }
  @media only screen and (min-width: 768px) {
    .product__customize .ec-productRow > li:not(:first-child) {
      flex: 1; }
    .product__customize .ec-productRow > li:first-child {
      width: 110px; }
      .product__customize .ec-productRow > li:first-child {
        width: 190px; } }
  @media only screen and (max-width: 767px) {
    .ec-productRow {
      flex-wrap: wrap; }
      .ec-productRow > li {
        width: 100%; } }
@media only screen and (min-width: 768px) {
  .ec-productInfo .barBtn {
    display: none; } }
.ec-priceBy__color {
  font-weight: bold; }
  .ec-blockRadio .ec-priceBy__color {
    font-weight: bold; }
.ec-priceBy__date {
  color: #666666; }
.ec-blockRadio label {
  overflow: hidden; }
.ec-blockRadio span {
  display: inline-block; }

.productDetail_row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.productDetail_row .productDetail_col.text {
  width: 79%;
  padding: 0.1em;
}
.total_quantity.productDetail_row .productDetail_col.text {
  width: 60%;
}
.productDetail_row .productDetail_col.quantity {
  width: 20%;
  padding: 0.1em;
}
.total_quantity.productDetail_row .productDetail_col.quantity {
  width: 40%;
}
@media only screen and (max-width: 767px) {
  .productDetail_row .productDetail_col.text,
  .productDetail_row .productDetail_col.quantity {
    width: 100%;
  }
}
input[type="checkbox"][readonly], input[type="checkbox"][readonly] + label {
  pointer-events:none;
}

.about_printing_link{ display: flex; font-size: 14px;align-items: center;}
.entry_data:before{ 
	content:""; 
	padding-right: 35px;
	min-height: 30px;
    display: block;
	background: url(../images/common/icon1.png) no-repeat 0 0;
	background-size: 25px 25px;
}
.howto_print:before{ 
	content:""; 
	padding-right: 35px;
	min-height: 30px;
    display: block;
	background: url(../images/common/icon2.png) no-repeat 0 0;
	background-size: 25px 25px;
}
.howto_naishoku:before{ 
	content:""; 
	padding-right: 35px;
	min-height: 30px;
    display: block;
	background: url(../images/common/icon-naishoku.png) no-repeat 0 0;
	background-size: 25px 25px;
}




.about-printing-link {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.about-printing-list {
  display: block;
  margin: 15px 0 0;
  padding: 0;
}

.about-printing-inner {
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 25px 25px;
  color: #0664DE;
  display: inline-block;
  font-size: 14px;
  line-height: 25px;
  margin: 0;
  padding: 0 0 0 30px;
  position: relative;
  text-decoration: none;
  transition: .3s;
}

.about-printing-inner.howto-print { background-image: url(../images/common/icon_print-method.png) }
.about-printing-inner.howto-naishoku { background-image: url(../images/common/icon-naishoku.png) }
.about-printing-inner.howto-movie { background-image: url(../images/common/icon_movie.png) }

.about-printing-inner:after {
  color: #0664DE;
  content: '\f138';
  display: block;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-top: -12px;
  position: absolute;
  right: -1.2em;
  top: 50%;
}

.about-printing-inner:hover { opacity: .7; }

.entry-data-frame {
  background-color: #fbe9e9;
  margin: 15px 0;
  padding: 20px 20px 20px 0;
}

.entry-data-heading {
  background-image: url(../images/common/icon_entry-data.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 25px 25px;
  color: #0664DE;
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
  margin: 0 0 0 8px;
  padding: 0 0 0 30px;
  position: relative;
}

.entry-data-check {
  list-style-type: none;
  margin: 0 0 0 20px;
  padding: 0;
}

.entry-data-check-list {
  display: flex;
  justify-content: space-between;
  margin: 15px 0 0;
  padding: 0;
}
@media only screen and (max-width: 667px) {
.entry-data-check-list { flex-wrap: wrap; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.entry-data-check-list { flex-wrap: wrap; }
}

.entry-data-check-inner {
  font-size: 14px;
  line-height: 15px;
  margin: 0;
  padding: 0 0 0 1.5em;
  position: relative;
}

.entry-data-check-inner:before,
.entry-data-check-inner:after {
  color: #0664DE;
  content: '';
  display: block;
  position: absolute;
}

.entry-data-check-inner:before {
  border: 2px solid #0664DE;
  height: 15px;
  left: 0;
  top: 0;
  width: 15px;
}

.entry-data-check-inner:after {
  border-bottom: 3px solid #0664DE;
  border-left: 3px solid #0664DE;
  height: 7px;
  left: 3px;
  top: 0;
  transform: rotate(-45deg);
  width: 15px;
}

.entry-data-check-link {
  color: #0664DE;
  display: block;
  font-size: 14px;
  line-height: 15px;
  margin: 0;
  padding: 0 1.5em 0 0;
  position: relative;
  text-align: right;
  text-decoration: none;
  transition: .3s;
}
@media only screen and (max-width: 667px) {
.entry-data-check-link { margin: 5px 0 0 auto; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.entry-data-check-link { margin: 7px 0 0; }
}

.entry-data-check-link:hover { opacity: .7; }

.entry-data-check-link:after {
  color: #0664DE;
  content: '\f138';
  display: block;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-top: -7px;
  position: absolute;
  right: 0;
  top: 50%;
}



.product__specification {
  margin-bottom: 50px; }
  .product__specification dl dt,
  .product__specification dl dd {
    font-size: 14px;
    color: #000000; }
  .product__specification dl dt {
    background-color: #f5f5f5;
    font-weight: normal; }
  @media screen and (min-width: 320px) {
    .product__specification dl {
      display: table;
      margin: 0;
      width: 100%;
      border: 1px solid #dddddd; }
      .product__specification dl:not(:last-child) {
        border-bottom: transparent; }
      .product__specification dl dt,
      .product__specification dl dd {
        display: table-cell;
        padding: 10px; }
      .product__specification dl dt {
        width: 130px;
        border-right: 1px solid #dddddd; }
      .product__specification dl dd {
        width: calc(100% - 130px);
        word-break: break-all;
      } }
  @media screen and (min-width: 768px) {
    .product__specification {
      display: block !important; } }
.product__customize {
  border: 1px solid #dddddd;
  padding: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }
  .product__customize h4 {
    font-size: 24px;
    font-weight: bold; }
    .product__customize h4 span {
      font-size: 14px;
      font-weight: normal;
      display: block; }
  .product__customize .form__input {
    height: 50px;
    font-size: 16px; }
  .product__customize .form-group {
    margin: 0; }
  .product__customize .input-group--date {
    width: auto; }
    .product__customize .input-group--date .form__input {
      width: 130px;
      box-shadow: none; }
  .product__customize .input-group-addon {
    background-color: transparent;
    border: none;
    width: 60px;
    font-size: 24px;
    color: #0664DE; }
  .product__customize select {
    width: auto;
    min-width: 100px;
    padding-right: 30px; }
  .product__customize dl {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin: 0;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex: auto;
    flex: auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .product__customize dl dt,
    .product__customize dl dd {
      padding: 6px 5px; }
  @media only screen and (min-width: 768px) {
    .product__customize h4 span {
      display: inline-block;
      margin-left: 20px; }
    .product__customize dl dt {
      width: 160px; }
      .product__customize dl dt:not(:first-child) {
        width: 120px; }
    .product__customize dl dd {
      width: calc(100%/2 - (160px + 120px)/2); } }
.product__quote {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  background-color: #f5f5f5;
  padding: 25px 15px;
  font-size: 12px; }
  .product__quote h4 {
    font-size: 24px;
    font-weight: bold; }
  .product__quote dl {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start; }
    .product__quote dl dt,
    .product__quote dl dd {
      width: 50%;
      padding: 7px 0; }
    .product__quote dl dd {
      text-align: right; }
      .product__quote dl dd span {
        display: block; }
  .product__quote > div:not(:first-child) {
    border-top: 1px solid #999999;
    padding-top: 20px; }
  .product__quote .tx-highlight {
    font-size: 24px;
    color: #ff9500;
    font-weight: bold; }
  @media only screen and (min-width: 768px) {
	  

	 .form_wrap{
	  display: flex;
	  position: relative;
	  justify-content: space-between;
		align-items: flex-start;
	 }
	  .ec-grid2 .ec-grid2__cell{align-items: flex-start}  
	 
    .product__quote {
	
      font-size: 14px;
      padding-left: 25px;
      padding-right: 25px; }
	 

	
      .product__quote > div {
        padding-top: 0;
        width: 100%; }
        .product__quote > div:first-child {
          border-bottom: 1px solid #999999; }
        .product__quote > div:not(:first-child) {
          border-top: none; }
        .product__quote > div:nth-child(2n) {
          padding-top: 15px; }
        .product__quote > div:nth-child(2n+1) {
          padding-bottom: 15px; } }

.ec-grid2 {
  margin: 0 -20px; }
  .ec-grid2__cell {
    padding: 0 20px; }
  .ec-grid2 .cleft h4 {
    font-weight: bold;
    margin-top: 40px; }
  .ec-grid2--revertRow {
    flex-direction: row-reverse; }
  @media only screen and (min-width: 768px) {
    .ec-grid2 {
      flex-wrap: wrap; }
      .ec-grid2 .cleft, .ec-grid2 .cright {
        width: 100%; } }
/* 
  @media only screen and (min-width: 1401px) {
    .ec-grid2 .cleft {
      width: 350px; }
    .ec-grid2 .cright {
      width: calc(100% - 350px); } }
  @media only screen and (min-width: 1601px) {
    .ec-grid2 .cleft {
      width: 505px; }
    .ec-grid2 .cright {
      width: calc(100% - 505px); } }
*/
  @media only screen and (max-width: 767px) {
    .ec-grid2 .barBtn {
      margin: 10px -10px; }
      .ec-grid2 .barBtn .btn {
        font-size: 14px; }
    .ec-grid2 .cleft h4 {
      font-size: 16px; }
    .ec-grid2 .cleft .barBtn .btn {
      width: 100%; } }

.note-tooltip {
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #999999;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  position: relative;
  margin-left: 20px; }
  .note-tooltip i {
    font-size: 12px;
    vertical-align: middle;
    padding-bottom: 5px; }
  .note-tooltip:before, .note-tooltip:after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    display: none; }
  .note-tooltip:before {
    content: attr(tooltip-data);
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.8);
    color: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 5px 8px;
    font-size: 10px;
    min-width: 120px;
    font-weight: normal !important;
    text-align: left !important;
    z-index: 997;
    margin-bottom: 10px; }
  .note-tooltip:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: rgba(0, 0, 0, 0.8) transparent transparent transparent;
    margin-bottom: 5px; }
  .note-tooltip:hover:before, .note-tooltip:hover:after {
    display: block; }

.productBox__name {
  padding: 50px 0 30px;
  font-size: 14px; }
  .productBox__name .btn {
    min-width: 300px;
    text-align: center; }

.breadcrumb {
  background-color: transparent;
  padding: 0;
  font-size: 12px; }
  .breadcrumb ul {
    padding: 0; }
    .breadcrumb ul li {
      list-style-type: none;
      display: inline-block;
      color: #000000; }
      .breadcrumb ul li a {
        color: inherit; }
      .breadcrumb ul li > span {
        margin: 0 3px; }
  @media only screen and (min-width: 768px) {
    .breadcrumb {
      font-size: 16px; }
      .breadcrumb ul li > span {
        margin: 0 10px; } }

@media only screen and (min-width: 768px) {
  .ec-grid2__cell.cleft {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex; }
    .ec-grid2__cell.cleft > div {
      flex: auto;
      width: 50%; }
      .ec-grid2__cell.cleft > div h4 {
        margin-top: 0; }
    .ec-grid2__cell.cleft .ec-productInfo {
      padding-left: 20px; } }
@media only screen and (max-width: 767px) {
  .barBtn.alLeft .btn {
    width: 100%; }
  .barLink a {
    display: block;
    margin-bottom: 15px; }
    .barLink a + * {
      margin-left: 0 !important; }

  .ec-productRole .ec-productRole__title .ec-headingTitle {
    font-size: 24px; }
  .ec-productRole__price {
    margin-bottom: 30px; }
    .ec-productRole__price .ec-price {
      flex-wrap: wrap; }
      .ec-productRole__price .ec-price__price {
        display: block; }

  .ec-productRow > li:first-child {
    margin-bottom: 10px; }
  .ec-productRow .form__checkbox, .ec-productRow .form__radio {
    margin-bottom: 15px; }
  .ec-productRow .form__checkbox {
    display: block; }
  .product__customize .ec-productRow {
    margin: 0; }
    .product__customize .ec-productRow > li:first-child {
      justify-content: normal; }
    .product__customize .ec-productRow:not(:last-child) {
      border-bottom: 1px solid #999999; }

  .product__customize {
    padding: 15px; }
  .product__quote h4,
  .product__quote .tx-highlight {
    font-size: 18px; }
  .product__specification {
    margin-bottom: 10px; }
  .productBox__name .btn {
    min-width: 0;
    margin: 0 0 15px; } }
@media only screen and (max-width: 767px) {
  .sp-block .e-inline {
    display: block; } }
.ttl {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 30px; }

.ec-cartTable {
  border-top: none; }
  .ec-cartTable .ec-cartRow:last-child > li {
    border-bottom: none !important; }
.ec-cartHeader {
  background-color: #0664de; }
  .ec-cartHeader .ec-cartHeader__label {
    padding: 8px 10px;
    border: 1px solid #fff;
    font-weight: normal;
      color:#fff;
    background-color: #0664de;
}

.ec-cartHeader .ec-cartHeader__label{background-color:#0664de;}
.ec-cartRole {
  max-width: 1240px;
  padding: 0;
  color: #000000; }
  .ec-cartRole .ec-cartRole__cart {
   /* max-width: 900px;*/ }
  .ec-cartRole .ec-cartRole__result, .ec-cartRole .ec-cartRole__actions {
    width: 100%; }
  .ec-cartRole .ec-cartRole__actions {
    margin: 0 0 20px;
    text-align: left; }
  .ec-cartRole .ec-cartRole__result {
   /* border-top: 1px solid #999999; */}
    .ec-cartRole .ec-cartRole__result .cost__final {
      font-weight: bold;
      color: #ff9500;
      font-size: 24px; }
    .ec-cartRole .ec-cartRole__result ul {
      padding: 0;
      margin: 30px auto; }
      .ec-cartRole .ec-cartRole__result ul > li {
        display: block;
        list-style-type: none;
        text-align: left;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between; }
        .ec-cartRole .ec-cartRole__result ul > li > span {
          display: inline-block; }
          .ec-cartRole .ec-cartRole__result ul > li > span:last-child {
            text-align: right; }
  @media screen and (min-width: 768px) {
    .ec-cartRole .ec-cartRole__cart {
      margin: 0 auto; }
    .ec-cartRole .ec-cartRole__result {
      text-align: right; }
      .ec-cartRole .ec-cartRole__result nav {
        max-width: 900px;
        margin: 0 auto; }
      .ec-cartRole .ec-cartRole__result ul {
        display: inline-block; }
        .ec-cartRole .ec-cartRole__result ul > li > span:last-child {
          min-width: 250px; }
    .ec-cartRole .ec-cartRole__actions {
      text-align: center; }
      .ec-cartRole .ec-cartRole__actions .form__checkbox {
        display: inline-block; } }
.ec-cartRow > li {
  padding: 20px 0;
  vertical-align: top;
  border-bottom-style: solid !important; }
.ec-cartRow .ec-cartRow__delColumn, .ec-cartRow .ec-cartRow__amountColumn {
  vertical-align: top; }
.ec-cartRow .ec-cartRow__delColumn .ec-icon {
  display: inline-block; }
  .ec-cartRow .ec-cartRow__delColumn .ec-icon img {
    width: 0.875rem;
    height: 0.875rem; }
.ec-cartRow .ec-cartRow__contentColumn {
  padding: 30px 0; }
.ec-cartRow .ec-cartRow__img img {
  border: 1px solid #dddddd; }
.ec-cartRow .ec-cartRow__summary {
  width: auto;
  font-weight: normal;
  font-size: 12px; }
  .ec-cartRow .ec-cartRow__summary .ec-cartRow__name a {
    color: #000000;
    font-weight: bold;
    font-size: 16px; }
@media only screen and (min-width: 768px) {
  .ec-cartRow .ec-cartRow__summary {
    font-size: 16px;
    margin-left: 15px; }
  .ec-cartRow .ec-cartRow__delColumn .ec-icon {
    margin-top: 40px; }
    .ec-cartRow .ec-cartRow__delColumn .ec-icon img {
      width: 60px;
      height: 60px; } }
@media only screen and (max-width: 767px) {
  .ec-cartRow .ec-cartRow__delColumn, .ec-cartRow .ec-cartRow__amountColumn {
    width: 0; }
  .ec-cartRow .ec-cartRow__delColumn {
    position: relative; }
    .ec-cartRow .ec-cartRow__delColumn .ec-icon {
      position: absolute;
      top: 15px;
      padding: 2px;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      background-color: #dddddd; }
  .ec-cartRow .ec-cartRow__summary .ec-cartRow__name {
    display: block;
  }
}
.ec-progress .ec-progress__item:after {
  background-color: #dddddd; }
.ec-progress .ec-progress__number {
  background-color: #f5f5f5;
  color: #000000;
  border: 1px solid #dddddd;
  font-size: 24px;
  font-weight: normal; }
.ec-progress .is-complete .ec-progress__number {
  background-color: #0664DE;
  color: #ffffff; }
.ec-progress .ec-progress__label, .ec-progress .is-complete .ec-progress__label {
  color: #000000;
  font-weight: normal; }
.ec-progress .ec-progress__label {
  margin-top: 10px; }
.ec-progress .ec-progress__number {
  width: 40px;
  height: 40px;
  line-height: 40px; }
@media only screen and (min-width: 375px) {
  .ec-progress .ec-progress__label {
    word-break: keep-all; } }
@media only screen and (min-width: 768px) {
  .ec-progress {
    margin-bottom: 50px; } }


/* IE用調整 */
@media all and (-ms-high-contrast: none) {
  .ec-progress .ec-progress__number {
    font-family: none;
  }

  .ec-cartRole .ec-cartRole__cart {
    margin: 0;
    max-width: auto;
  }
}

.cart__option-cart {
  font-size: 12px; }
  .cart__option-cart .ec-cartHeader {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding: 10px 0;
    background-color: transparent; }
    .cart__option-cart .ec-cartHeader__label {
      padding: 5px 10px;
      list-style-type: none; }
    .cart__option-cart .ec-cartHeader > li {
      list-style-type: none; }
      .cart__option-cart .ec-cartHeader > li:not(:first-child) {
        background-color: #f5f5f5;
        flex: 1; }
      .cart__option-cart .ec-cartHeader > li:first-child {
        background-color: transparent;
        border: none;
        width: 100px; }
.cart__option-content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding: 0; }
  .cart__option-content > li {
    padding: 10px 0;
    list-style-type: none; }
    .cart__option-content > li:not(:first-child) {
      flex: 1;
      text-align: right; }
    .cart__option-content > li:first-child {
      font-weight: bold;
      width: 100px; }
  .cart__option-content:not(.last):not(.cart__option-item--total) {
    border-bottom: 1px solid #dddddd; }
.cart__option-item--total {
  font-size: 16px;
  font-weight: bold;
  border-top: 1px solid #dddddd; }
@media only screen and (min-width: 768px) {
  .cart__option-cart {
    font-size: 16px; }
    .cart__option-cart .ec-cartHeader > li:first-child {
      width: 230px; }
  .cart__option-content > li {
    padding: 20px 0; }
    .cart__option-content > li:first-child {
      width: 230px; }
  .cart__option-item--total {
    font-size: 18px; } }
@media only screen and (max-width: 767px) {
  .cart__option-item--total .cart__option-name, .cart__option-item--total .cart__option-unitPrice {
    display: none; }
  .cart__option-item--total .cart__option-amount {
    text-align: left !important; } }


/* IE用調整 */
@media all and (-ms-high-contrast: none) {
  .cart__option-cart .ec-cartHeader > li {
    width: 25%;
  }

  .cart__option-cart .ec-cartHeader {
    display: table;
  }
}



.barBtn {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex: auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  margin: 30px 0; }
  .barBtn:not(.alLeft) {
    justify-content: center; }
  .barBtn .btn {
    width: calc(100%/2 - 20px);
    margin: 10px;
    padding: 5px 10px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    height: 50px;
    line-height: 1; }
  .barBtn-3 .btn {
    width: 100%; }
  .ec-cartRole__actions .barBtn .btn {
    width: 100%; }
  .barBtn__desc {
    background-color: #8adaf9;
    border-radius: 20px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    padding: 15px 0;
    margin: 30px 0;
    position: relative; }
/*
    .barBtn__desc:before {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 15px 20px 15px;
      border-color: transparent transparent #f5f5f5 transparent;
      position: absolute;
      right: 20%;
      bottom: 100%; }*/
    .barBtn__desc h5 {
      font-weight: bold;
      margin: 0; }
    .barBtn__desc p {
      font-size: 14px; }
    .barBtn__desc > div {
      width: 100%;
      padding: 0 15px; }
  .barBtn__cleft h5 {
    font-size: 16px; }
  .barBtn__cright {
    /*align-items: center;*/ }
    .barBtn__cright h5 {
            font-size: 16px;

      /*text-align: center;*/
      margin: 0 0 20px; }
    .barBtn__cright img {
      width: 1rem;
      height: 1rem;
      margin-right: 5px; }
    .barBtn__cright i {
      font-size: 1rem;
      color: #999999;
      margin-right: 5px; }
    .barBtn__cright p a {
      display: block;
      color: inherit;
      margin-bottom: 10px; }
  @media only screen and (min-width: 768px) {
    .ec-cartRole__actions .barBtn .btn {
      max-width: 200px;
      font-size: 16px; }
      .ec-cartRole__actions .barBtn .btn:not(:first-child) {
        margin-left: 20px; }
      /*
    .barBtn__desc:before {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 18px 24px 18px;
      border-color: transparent transparent #f5f5f5 transparent; }*/
    .barBtn__cleft {
      /*border-right: 1px solid #999999;*/
      max-height: 200px;
        overflow: scroll;}
    .barBtn-3 .btn {
      width: calc(100%/3 - 20px); } }
  @media only screen and (min-width: 768px) {
    .barBtn__desc {/*
      -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;*/ }
      .barBtn__desc > div {
        flex: 1; }
    .barBtn__cright {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      flex: auto; }
      .barBtn__cright h5 {
        /*width: 85px;
        margin: 0 20px 0 0;*/ } }
.barLink a {
  color: #000000;
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none; }
  .barLink a i {
    font-size: 24px;
    color: #999999;
    vertical-align: sub; }
  .barLink a:hover {
    color: #0664DE; }
    .barLink a:hover i {
      color: #0664DE; }
  .barLink a + * {
    margin-left: 40px; }

.btn__outline-orange {
  border-color: #ff9500;
  color: #ff9500; }
  .btn__outline-orange:hover {
    background-color: #ff9500;
    color: #ffffff; }

.label__color {
  display: inline-block;
  width: 15px;
  height: 15px; }

.c-009 {
  background-color: #000000; }
.c-006 {
  background-color: #111770; }
.c-003 {
  background-color: #ff5000; }
.c-001 {
  background-color: #0033a0; }
.c-011 {
  background-color: #bdbbbb; }
.c-014 {
  background-color: #b6005c; }
.c-028 {
  background-color: #fdead1; }
.c-030 {
  background-color: #fb7fb5; }
.c-034 {
  background-color: #a3e4ff; }
.c-036 {
  background-color: #111770; }
.c-042 {
  background-color: #ff0000; }

.product__list .label__quality {
  float: right; }
.product__list .product__code {
  font-size: 14px; }

.product__list .ec-productRole__tags {
  padding: 0;
  margin: 0;
  display: inline-block;
}
.product__list .ec-productRole__tag {
  display: inline;
  padding: 2px 5px;
  margin: 0 2px 0 0;
  list-style: none;
  font-size: 66%;
  color: #fff;
  /*border: solid 1px #D7DADD;*/
  border-radius: 3px;
  background-color: #ff9500;
}

.product__list .ec-price__price {
  color: #ff9500;
  font-weight: normal;
  font-size: 100%;
}
.product__list .price01-default {
  color: #333;
}
.product__list .product__thumb img {
  width: 100%; }
.product__list .products {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .product__list .products > li {
    /*flex: auto;*/
    flex: none;
    width: calc(100%/2 - 20px/2);
    max-width: calc(100%/2 - 20px/2);
    margin-bottom: 20px;
    padding-bottom: 90px;
    position: relative; }
    .product__list .products > li:not(:nth-child(2n)) {
      margin-right: 20px; }
  .product__list .products h4 {
    margin-top: 0; }
  .product__list .products p {
    font-size: 14px; }
  @media screen and (min-width: 768px) {
    .product__list .products > li {
      /*width: calc(100%/4 - 20px*3/4);*/
      width: 235px;
      /*max-width: calc(100%/4 - 20px*3/4);*/
      margin-left: 10px;
      margin-right: 10px; }
    .product__list .products > li:not(:nth-child(2n)) {
      margin-right: 10px; } }
  @media screen and (min-width: 1367px) {
    .product__list .products > li {
      /*width: calc(100%/6 - 20px * 5 / 6);*/
      width: 235px;
      /*max-width: calc(100%/6 - 20px * 5 / 6);*/
      margin-bottom: 30px; }
    .product__list .products > li:not(:nth-child(2n)) {
      margin-right: 10px; } }
.product__list .product__actions {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0; }
.product__list .ec-productRole__actions input[type='number'] {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 30px;
  border-color: #aaa;
  margin-bottom: 15px; }
.product__list .ec-productRole__btn .add-cart {
  background-color: transparent;
  border-color: #ff9500;
  color: #ff9500;
  font-size: 16px;
  font-weight: normal;
  padding: 5px;
  height: 40px;
  line-height: 1;
  box-shadow: none; }
  .product__list .ec-productRole__btn .add-cart:hover {
    background-color: #ff9500;
    color: #ffffff; }
.product__list .ec-numberInput {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex: auto; }
  .product__list .ec-numberInput > span {
    width: 50px; }
  .product__list .ec-numberInput input[type=number] {
    width: calc(100% - 50px);
    max-width: 100%; }

.ec-topicpath {
  color: #000000;
  padding: 0 0 20px;
  margin-bottom: 25px;
  border-top: none;
  border-bottom: 1px solid #999999; }
.ec-searchnavRole__infos {
  margin-bottom: 10px; }
  .ec-searchnavRole__infos .ec-font-bold {
    color: #ff9500; }
  .ec-searchnavRole__infos .ec-select select {
    height: 40px; }
    .ec-searchnavRole__infos .ec-select select:not(:first-child) {
      margin-left: 12px; }
  @media screen and (min-width: 768px) {
    .ec-searchnavRole__infos {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between; } }
@media screen and (max-width: 767px) {
  .ec-searchnavRole__counter {
    margin-bottom: 10px; } }
.ec-blockRadio .label__color {
  margin-right: 5px;
  vertical-align: text-bottom; }
.ec-blockRadio .form__radio label {
  font-size: 14px; }
.ec-pager .ec-pager__item {
  color: #000000;
  margin-bottom: 5px; }
  .ec-pager .ec-pager__item a {
    /*padding: 3px 5px;*/
    min-width: 35px;
    border: 2px solid #0664DE;
      border-radius: 50%;
      background: #fff;
      color:  #0664DE;
    }

.ec-pager .ec-pager__item a.n_page_btn{background: none;border:none}
.ec-pager .ec-pager__item a.n_pagelast_btn,.ec-pager .ec-pager__item a.n_pagefirst_btn{position: relative;border:none}
.ec-pager .ec-pager__item a.n_pagelast_btn:after{
    width: 0;
    height: 0;
    border-top: solid 15px transparent;
    border-right: solid 15px transparent;
    border-bottom: solid 15px transparent;
    border-left: solid 15px #fff;
    position:absolute;
    content:"";
}

.ec-pager .ec-pager__item a.n_pagefirst_btn:before{
    width: 0;
    height: 0;
    border-top: solid 15px transparent;
    border-left: solid 15px transparent;
    border-bottom: solid 15px transparent;
    border-right: solid 15px #fff;
    position:absolute;
    content:"";
    left:-15px;
}

  .ec-pager .ec-pager__item--number a, .ec-pager .ec-pager__item--active a {
    /*padding: 3px 5px;*/
    min-width: 35px; }
  .ec-pager .ec-pager__item--number a {
    background: #f5f5f5; }
  .ec-pager .ec-pager__item--active {
    color: #ffffff;
    background-color: transparent; }
    .ec-pager .ec-pager__item--active a {
      background: #0664DE;
        border-radius: 50%;
         border: 2px solid #0664DE;
    }
  .ec-pager .ec-pager__item:hover, .ec-pager .ec-pager__item:focus {
    background-color: transparent; }
    .ec-pager .ec-pager__item:hover a, .ec-pager .ec-pager__item:focus a {
      border-color: #999999; }

.main__content--free {
  border-bottom: 1px solid #999999;
  padding-bottom: 20px;
  margin-bottom: 20px; }

/* Edge */
/*
@media screen and (min-width: 768px) {
  @supports (-ms-ime-align: auto) {
    .product__list .products > li:not(:nth-child(6n)) {
      margin-right: 0; }

    .product__list .products > li:not(:nth-child(4n)) {
      margin-right: 19px; } } }
@media screen and (min-width: 1367px) {
  @supports (-ms-ime-align: auto) {
    .product__list .products > li:not(:nth-child(4n)) {
      margin-right: 0; }

    .product__list .products > li:not(:nth-child(6n)) {
      margin-right: 19px; } } }
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .ec-blockRadio .label__color {
    vertical-align: middle; } }
@media screen and (min-width: 768px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .product__list .products > li:not(:nth-child(6n)) {
    margin-right: 0; }

  .product__list .products > li:not(:nth-child(4n)) {
    margin-right: 19px; } }
@media screen and (min-width: 1367px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .product__list .products > li:not(:nth-child(4n)) {
    margin-right: 0; }

  .product__list .products > li:not(:nth-child(6n)) {
    margin-right: 19px; } }
*/


        .ttl{font-weight:bold;}
       .ec-progress .is-complete .ec-progress__number{   
            content:"";
            /*
        position: absolute;
        left:0;
        top:0;*/
        border: none;
        background:url(/html/plugin/Exp/assets/img/common/stepbg@2x.png);
background-repeat: no-repeat;
width:70px; height:69px;background-size:contain;
color: #0664DE;
                padding-top: 10px;
                margin-top: -10px;
                font-weight: bold;
        }
        
        .ec-progress .ec-progress__number {
    background-color: #d9d9d9;
    color: #fff;
    border: none;
    width: 55px;
    height: 55px;
    line-height: 55px;
        }
        .ec-progress .ec-progress__item:after {
    background-color: #d9d9d9;
    top: 2.2em;
}



