@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
ol, ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

a:hover {
  text-decoration: none;
}

.ec-layoutRole__header {
  background-color: #faf6f3;
}

/*ヘッダー上部全体*/
.ec-headerNaviRole {
  display: block;
  width: 1000px;
  padding: 30px 0 20px;
  margin: 0 auto;
}

.ec-headerNaviRole p {
  font-size: 13px;
  color: #212020;
}

.ec-headerNaviRole_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ec-headerNaviRole .ec-headerNaviRole__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 47.3%;
}

.ec-headerNaviRole .ec-headerNaviRole__left a {
  display: block;
}

.ec-headerNaviRole .ec-headerNaviRole__left .ec-headerNaviRole__logo {
  width: 325px;
  margin: 19px 0;
}

.ec-headerNaviRole .ec-headerNaviRole__left .ec-headerNaviRole__search {
  display: block;
  margin: 0;
}

.ec-headerNaviRole .ec-headerNaviRole__left .ec-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid #7f0019;
}

.ec-headerNaviRole .ec-headerNaviRole__left .ec-input input {
  border: unset;
  margin: 0;
  height: 35px;
  font-weight: bold;
}

.ec-headerNaviRole .ec-headerNaviRole__left .ec-input button {
  border: unset;
  border-left: 2px solid #7f0019;
  background-color: #983347;
}

.ec-headerNaviRole .ec-headerNaviRole__left .ec-input img {
  width: 19px;
}

.ec-headerNaviRole .ec-headerNaviRole__right {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  width: 42.515%;
}

.ec-headerNaviRole__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ec-headerNaviRole .ec-headerNaviRole__nav {
  width: 48.5%;
}

.ec-headerNaviRole .ec-headerNav__item {
  width: 100%;
}

.ec-headerNaviRole .ec-headerNav__item a {
  display: block;
}

.ec-headerNaviRole .ec-headerNav__item .ec-headerNav__itemLink {
  border: solid 2px #7f0019;
  color: #7f0019;
  font-weight: bold;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: unset;
  margin: 0;
  padding: 10px 18px;
  text-align: center;
  height: 44px;
}

.ec-headerNaviRole .ec-headerNav__item .ec-headerNav__itemLink:after {
  content: "";
  background-image: url(../img/icon/mypage.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 7px;
  height: 19px;
  width: 19px;
}

.ec-headerNaviRole .ec-headerNav__item .ec-headerNav__itemLink:hover {
  background-color: #7f0019;
  -webkit-box-shadow: 2px 2px #111;
          box-shadow: 2px 2px #111;
  border-color: #111;
  color: #faf6f3;
  margin-top: -2px;
}

.ec-headerNaviRole .ec-headerNav__item .ec-headerNav__itemLink:hover::after {
  background-image: url(../img/icon/mypage_hover.png);
}

.ec-headerNaviRole .ec-headerNav__item img {
  margin-left: 8px;
  width: 19px;
}

.ec-headerNaviRole .ec-headerRole__cart {
  width: 48.5%;
}

.ec-headerNaviRole .ec-headerRole__cart .ec-cartNavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 2px #7f0019;
  background-color: #7f0019;
  color: #fff;
  border-radius: unset;
  font-weight: bold;
  padding: 10px 18px;
  text-align: center;
}

.ec-headerNaviRole .ec-headerRole__cart .ec-cartNavi .ec-cartNavi__badge {
  left: 38px;
  top: -10px;
  line-height: 5px;
}

.ec-headerNaviRole .ec-headerRole__cart .ec-cartNavi::after {
  content: "";
  background-image: url(../img/icon/cart_w.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 18px;
  width: 23px;
}

.ec-headerNaviRole .ec-headerRole__cart .ec-cartNavi:hover {
  border-color: #111;
  -webkit-box-shadow: 2px 2px #111;
          box-shadow: 2px 2px #111;
  margin-top: -2px;
}

.ec-headerNaviRole .ec-headerRole__cart .ec-cartNaviIsset {
  background-color: #faf6f3;
}

.ec-headerNaviRole .ec-headerRole__cart .ec-cartNaviIsset .ec-blockBtn--action {
  background-color: #7f0019;
  border-color: #7f0019;
  color: #fff;
}

.ec-headerNaviRole .ec-headerRole__cart .ec-cartNaviIsset .ec-blockBtn {
  border-color: #333;
  background-color: #333;
  color: #fff;
}

.ec-headerNaviRole .ec-headerRole__cart .ec-cartNaviNull {
  background-color: #faf6f3;
}

.ec-headerNaviRole .ec-headerRole__cart .ec-cartNaviNull .ec-cartNaviNull__message {
  background-color: #7f0019;
  border: none;
}

.ec-headerNaviRole__top {
  margin: 20px 0;
  width: 100%;
}

.ec-headerNaviRole__bottom {
  background-color: #f3e8e6;
  border-radius: 10px;
  padding: 15px;
  width: 100%;
}

.ec-headerNaviRole__bottom ._top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: bold;
  margin-bottom: 10px;
}

.ec-headerNaviRole__bottom a {
  background-color: #fdfafa;
  border: 2px solid #7f0019;
  border-radius: 50px;
  color: #7f0019;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 0;
  text-align: center;
  width: 50%;
}

.ec-headerNaviRole__bottom a:hover::after {
  background-image: url(../img/icon/qo_b.png);
}

.ec-headerNaviRole__bottom a:hover {
  background-color: #7f0019;
  color: #fff;
  -webkit-box-shadow: 4px 4px #111;
          box-shadow: 4px 4px #111;
  border-color: #111;
  margin-top: -4px;
  margin-bottom: 4px;
}

.ec-headerNaviRole__bottom img {
  width: 33px;
  margin-left: 10px;
}

.ec-headerNaviRole__bottom ._bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #111;
  font-size: 20px;
  font-weight: bold;
}

.ec-headerNaviRole__bottom ._bottom a, .ec-headerNaviRole__bottom ._bottom p {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: unset;
  color: unset;
  display: inline-block;
  font-size: unset;
  width: unset;
}

.ec-headerNaviRole__bottom ._bottom img {
  margin: 0;
  margin-right: 10px;
  height: 20px;
  width: auto;
}

.ec-headerNaviRole__bottom ._bottom span {
  font-size: 16px;
}

.ec-headerNaviRole__bottom ._bottom ._line {
  border-left: 1px solid #111;
  height: 15px;
}

/*ヘッダー下部メニュー*/
.ec-categoryNaviRole {
  border-top: 3px solid #7f0019;
  border-bottom: 3px solid #7f0019;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  min-width: 1000px;
  max-width: unset;
}

.ec-categoryNaviRole .ec-itemNav {
  margin: 0 auto;
  height: auto;
  width: 1000px;
}

.ec-categoryNaviRole .ec-itemNav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.ec-categoryNaviRole .ec-itemNav li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.ec-categoryNaviRole .ec-itemNav li::before {
  content: "";
  border-left: 2px solid #7f0019;
  height: 26px;
  margin: auto;
}

.ec-categoryNaviRole .ec-itemNav li:last-child::after {
  content: "";
  border-left: 2px solid #7f0019;
  height: 26px;
  margin: auto;
}

.ec-categoryNaviRole .ec-itemNav li:hover a {
  background-color: unset;
}

.ec-categoryNaviRole .ec-itemNav a {
  background-color: #faf6f3;
  color: #7f0019;
  display: block;
  font-size: 15px;
  text-align: center;
  padding: 16px 0;
  width: 100%;
  white-space: nowrap;
}

.ec-categoryNaviRole .ec-itemNav span {
  display: block;
  width: 100%;
}

.ec-categoryNaviRole .ec-itemNav li:hover span,
.ec-categoryNaviRole .ec-itemNav li ._active span {
  background-color: #7f0019;
  color: #fff;
}

.ec-categoryNaviRole .ec-itemNav li:first-child span {
  padding: 0 25px;
}

.ec-categoryNaviRole .ec-itemNav ._children {
  display: none;
}

.ec-categoryNaviRole .ec-itemNav ._parent {
  position: relative;
}

.ec-categoryNaviRole .ec-itemNav ._parent:hover ._children {
  background-color: #faf6f3;
  border: 3px solid #7f0019;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  padding: 20px;
  top: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1000;
}

.ec-categoryNaviRole .ec-itemNav ._parent:hover ._children ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: baseline;
      align-self: baseline;
  position: unset;
  margin: 0 20px;
  width: auto;
}

.ec-categoryNaviRole .ec-itemNav ._parent:hover ._children div ul {
  margin: 0;
  margin-bottom: 10px;
}

.ec-categoryNaviRole .ec-itemNav ._parent:hover ._children li {
  z-index: 1001;
  overflow: unset;
  height: auto;
  width: auto;
  margin-bottom: 5px;
}

.ec-categoryNaviRole .ec-itemNav ._parent:hover ._children li::before,
.ec-categoryNaviRole .ec-itemNav ._parent:hover ._children li::after {
  display: none;
}

.ec-categoryNaviRole .ec-itemNav ._parent:hover ._children span {
  background-color: unset;
}

.ec-categoryNaviRole .ec-itemNav ._parent:hover ._children a {
  background-color: unset;
  border: none;
  text-align: left;
  padding: 0;
  width: auto;
}

.ec-categoryNaviRole .ec-itemNav ._parent:hover ._children a span {
  display: inline;
  color: #7f0019;
  padding: 0 5px;
  font-weight: normal;
}

.ec-categoryNaviRole .ec-itemNav ._parent:hover ._children a:hover span {
  background-color: #7f0019;
  color: #fff;
}

.ec-categoryNaviRole .ec-itemNav ._parent:hover ._children li:first-child {
  margin-bottom: 10px;
}

.ec-categoryNaviRole .ec-itemNav ._parent:hover ._children li:first-child a span {
  font-weight: bold;
}

.ec-categoryNaviRole .ec-itemNav ._parent:hover ._children::before {
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8.5px 10px 8.5px;
  border-color: transparent transparent #faf6f3 transparent;
  position: absolute;
  top: -12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/*メディアクエリ*/
@media (max-width: 680px) {
  /*SPハンバーガーメニュー*/
  .ec-drawerRoleClose.is_active {
    background-color: #faf6f3;
  }
  .ec-drawerRoleClose.is_active .fa-times:before {
    color: #7f0019;
  }
  .ec-overlayRole {
    z-index: 100;
  }
  .ec-drawerRole {
    background-color: #fff;
    padding-bottom: 50px;
  }
  .ec-drawerRole.is_active .ec-headerSearch {
    background-color: #fff;
    padding-bottom: 0;
  }
  .ec-drawerRole.is_active .ec-headerSearch .ec-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .ec-drawerRole.is_active .ec-headerSearch .ec-headerSearch__keyword {
    background-color: #fff;
    border: 1px solid #7f0019;
    border-radius: 10px;
  }
  .ec-drawerRole.is_active .ec-headerSearch .ec-headerSearch__keywordBtn {
    border-left: 1px solid #7f0019;
    background-color: #983347;
    border-radius: 0 7px 7px 0;
    position: unset;
    -webkit-transform: unset;
            transform: unset;
  }
  .ec-drawerRole.is_active .ec-headerSearch .ec-icon img {
    width: 100%;
  }
  .ec-drawerRole.is_active .ec-headerCategoryArea {
    margin: 20px 0;
  }
  .ec-drawerRole.is_active .ec-headerCategoryArea a {
    font-size: 18px;
    font-weight: bold;
    margin: 10px;
  }
  .ec-drawerRole.is_active .ec-headerLinkArea {
    background-color: #fff;
  }
  .ec-drawerRole.is_active .ec-headerLinkArea .ec-headerLink__list {
    border: unset;
    background-color: #faf6f3;
    padding: 10px 0;
  }
  .ec-drawerRole.is_active .ec-headerLinkArea .ec-headerLink__list ._time {
    font-size: 13px;
    text-align: center;
    margin-bottom: 10px;
  }
  .ec-drawerRole.is_active .ec-headerLinkArea .ec-headerLink__item {
    background-color: #fdfafa;
    border: 2px solid #7f0019;
    border-radius: 70px;
    color: #7f0019;
    padding: 5px 10px;
    margin: 10px;
    text-align: center;
  }
  .ec-drawerRole.is_active .ec-headerLinkArea .ec-headerLink__item p {
    display: inline-block;
    font-size: 16px;
  }
  .ec-drawerRole.is_active .ec-headerLinkArea .ec-headerLink__item span {
    font-size: 13px;
  }
  .ec-drawerRole.is_active .ec-headerLinkArea ._mypage {
    border-color: #7f0019;
    background-color: #fdfafa;
  }
  .ec-drawerRole.is_active .ec-headerLinkArea ._mypage .ec-headerLink__icon {
    width: 20px;
  }
  .ec-drawerRole.is_active .ec-headerLinkArea ._qo .ec-headerLink__icon {
    width: 25px;
  }
  .ec-drawerRole.is_active .ec-headerLinkArea .ec-headerLink__icon img {
    width: 100%;
  }
  .ec-drawerRole.is_active .ec-headerOutLinkArea {
    margin: 30px 10px;
  }
  .ec-drawerRole.is_active .ec-headerOutLinkArea a {
    margin: 10px 0;
  }
  .ec-drawerRole.is_active .ec-headerOutLinkArea img {
    width: 100%;
  }
  .ec-drawerRole.is_active .ec-headerLinkfooterArea {
    margin: 0 10px;
  }
  .ec-drawerRole.is_active .ec-headerLinkfooterArea a {
    font-size: 13px;
    margin: 5px 0;
  }
  .ec-headerNaviRole {
    padding: 0;
    width: auto;
  }
  .ec-headerNaviRole ._sp {
    display: block;
  }
  .ec-headerNaviRole .ec-headerNaviRole_inner {
    padding-top: 70px;
  }
  .ec-headerNaviRole .ec-headerNaviRole__right {
    display: none;
  }
  .ec-headerNaviRole ._main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 1px solid #7f0019;
    background-color: #faf6f3;
    padding: 10px 25px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    line-height: 0;
  }
  .ec-headerNaviRole ._main .ec-headerNavSP {
    background-color: #faf6f3;
    position: unset;
    padding: 0;
    height: auto;
    width: 100%;
  }
  .ec-headerNaviRole ._main h1 a {
    text-align: center;
  }
  .ec-headerNaviRole ._main ._logo {
    width: 42.3%;
  }
  .ec-headerNaviRole ._main ._left {
    width: 7%;
  }
  .ec-headerNaviRole ._main ._right {
    width: 7%;
  }
  .ec-headerNaviRole ._main ._right .ec-headerRole__cart {
    width: 100%;
  }
  .ec-headerNaviRole ._main ._right .ec-cartNavi {
    border: none;
    background-color: unset;
    -webkit-box-shadow: unset;
            box-shadow: unset;
    display: block;
    padding: 0;
  }
  .ec-headerNaviRole ._main ._right ._box {
    height: 17px;
    width: 23px;
  }
  .ec-headerNaviRole ._main ._right .ec-cartNavi__badge {
    top: 10px;
    left: unset;
    right: 10px;
    line-height: 5px;
  }
  .ec-headerNaviRole ._main ._right .ec-cartNaviNull {
    top: 43px;
  }
  .ec-headerNaviRole ._main ._right .ec-cartNaviIsset {
    top: 43px;
    line-height: normal;
    overflow: auto;
    height: 420px;
    left: auto;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .ec-headerNaviRole .ec-headerNaviRole__search {
    border: 1px solid #7f0019;
    border-radius: 10px;
    display: block;
    margin: 0 25px 18px;
  }
  .ec-headerNaviRole .ec-headerNaviRole__search .ec-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
  }
  .ec-headerNaviRole .ec-headerNaviRole__search input {
    border: unset;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    font-weight: bold;
    height: auto;
    margin: 0;
    padding: 10px 20px;
  }
  .ec-headerNaviRole .ec-headerNaviRole__search button {
    background-color: #983347;
    border: unset;
    border-left: 1px solid #7f0019;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    margin: 0;
    padding: 10px 15px;
  }
  .ec-headerNaviRole .ec-headerNaviRole__search img {
    width: 25px;
  }
  .ec-categoryNaviRole {
    display: none;
  }
}

.ec-drawerRoleClose {
  top: 7px;
}

/*レイアウト*/
.ec-layoutRole .ec-layoutRole__contents {
  display: block;
  margin: 0;
  max-width: none;
}

.ec-layoutRole .bg_color {
  background-color: #faf6f3;
  padding-bottom: 70px;
  padding-top: 70px;
}

.ec-layoutRole ._intro,
.ec-layoutRole ._selection,
.ec-layoutRole ._voice,
.ec-layoutRole ._qanda,
.ec-layoutRole ._topics,
.ec-layoutRole ._news,
.ec-layoutRole ._contact,
.ec-layoutRole ._otherpage,
.ec-layoutRole ._order ._middle ul {
  margin: 0 auto;
  width: 1000px;
  padding: 0;
}

.ec-layoutRole ._section {
  margin-top: 70px;
  margin-bottom: 70px;
}

.ec-layoutRole .topic_path {
  margin: 10px auto;
  width: 100%;
  max-width: 1000px;
}

.ec-layoutRole .topic_path ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ec-layoutRole .topic_path ul li {
  color: #737373;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
}

.ec-layoutRole .topic_path ul li a {
  color: #737373;
}

.ec-layoutRole .topic_path ul li::after {
  content: ">";
  padding: 0 10px;
}

.ec-layoutRole .topic_path ul li:last-child::after {
  content: "";
}

/*スライド*/
.ec-sliderRole {
  background-color: #faf6f3;
  padding: 0 0 24px;
  margin: 0;
  max-width: unset;
  width: 100%;
}

.ec-sliderRole .slick-list {
  width: 100%;
}

.ec-sliderRole .slick-slide {
  opacity: 0.6;
  width: 1000px;
}

.ec-sliderRole .slick-active.slick-center {
  opacity: unset;
}

.ec-sliderRole .slick-slider {
  position: relative;
}

.ec-sliderRole .slick-prev,
.ec-sliderRole .slick-next {
  background-size: contain;
  background-repeat: no-repeat;
  background-color: unset;
  border: unset;
  cursor: pointer;
  font-size: 0;
  margin: 0;
  padding: 22px;
  z-index: 5;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.ec-sliderRole .slick-prev {
  background-image: url(../img/icon/slider_leftPc.png);
  left: 3%;
}

.ec-sliderRole .slick-next {
  background-image: url(../img/icon/slider_rightPc.png);
  right: 3%;
}

.ec-sliderRole .slick-dots li {
  margin: 0 6px;
}

.ec-sliderRole .slick-dots li button::before {
  content: "○";
  background-color: #faf6f3;
  border: none;
  color: #7f0019;
  font-size: 15px;
  line-height: normal;
  opacity: 1;
}

.ec-sliderRole .slick-dots .slick-active button::before {
  content: "●";
  background-color: #faf6f3;
}

/*メイン*/
.ec-layoutRole__maincontents {
  /*イントロ*/
  /*安心ポイント*/
  /*先輩の声*/
  /*申し込み*/
  /*よくある質問*/
  /*特集*/
  /*お知らせ*/
}

.ec-layoutRole__maincontents ._intro {
  font-weight: bold;
  text-align: center;
  margin-top: 0;
}

.ec-layoutRole__maincontents ._intro h3 {
  color: #7f0019;
  display: inline;
  font-weight: bold;
}

.ec-layoutRole__maincontents ._intro div {
  margin-top: 29px;
  line-height: 30px;
}

.ec-layoutRole__maincontents ._selection ._shingu,
.ec-layoutRole__maincontents ._selection ._kaden,
.ec-layoutRole__maincontents ._selection ._shop {
  margin-bottom: 20px;
}

.ec-layoutRole__maincontents ._selection ._points {
  margin-bottom: 70px;
}

.ec-layoutRole__maincontents ._selection img {
  height: auto;
  width: 100%;
}

.ec-layoutRole__maincontents ._voice ._container {
  border: 3px solid #7f0019;
  border-radius: 20px;
  position: relative;
}

.ec-layoutRole__maincontents ._voice h3 {
  background-color: #fff;
  color: #7f0019;
  font-size: 20px;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 0 40px;
}

.ec-layoutRole__maincontents ._voice ._senpai {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 55px;
}

.ec-layoutRole__maincontents ._voice ._senpai ._text {
  margin-left: 40px;
}

.ec-layoutRole__maincontents ._voice ._senpai img {
  width: 144px;
}

.ec-layoutRole__maincontents ._voice ._senpai h4 {
  font-weight: 20px;
  margin-bottom: 25px;
}

.ec-layoutRole__maincontents ._order {
  margin-top: 118px;
  margin-bottom: 101px;
}

.ec-layoutRole__maincontents ._order ._middle {
  background-color: #7f0019;
  padding: 50px 0;
}

.ec-layoutRole__maincontents ._order ._top {
  text-align: center;
  margin-bottom: 45px;
  font-weight: bold;
}

.ec-layoutRole__maincontents ._order ._top span {
  display: inline-block;
  font-size: 20px;
  font-weight: bolder;
  margin-bottom: 20px;
}

.ec-layoutRole__maincontents ._order ._top span::after {
  content: "";
  border-bottom: 6px solid #7f0019;
  display: block;
  margin-top: -4px;
  width: auto;
}

.ec-layoutRole__maincontents ._order ._top strong {
  font-size: 24px;
}

.ec-layoutRole__maincontents ._order ._top ._text {
  line-height: 30px;
  margin-top: 40px;
}

.ec-layoutRole__maincontents ._order ._middle ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1000px;
}

.ec-layoutRole__maincontents ._order ._middle li {
  width: 23.7%;
  position: relative;
}

.ec-layoutRole__maincontents ._order ._middle li ._illust {
  display: block;
  margin: 0 auto;
  width: 96%;
}

.ec-layoutRole__maincontents ._order ._middle li::before {
  content: "";
  background-image: url(../img/top/arrow.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 22px;
  width: 19px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(-20%, 50%);
          transform: translate(-20%, 50%);
}

.ec-layoutRole__maincontents ._order ._middle li:first-child::before {
  content: none;
}

.ec-layoutRole__maincontents ._order ._middle div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  font-weight: 900;
}

.ec-layoutRole__maincontents ._order ._middle div img {
  margin: 0;
  margin-right: 11px;
  height: auto;
  width: 34px;
}

.ec-layoutRole__maincontents ._order ._bottom {
  margin-top: 60px;
}

.ec-layoutRole__maincontents ._order ._bottom a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff9cd;
  border: 2px solid #7f0019;
  border-radius: 70px;
  font-weight: bold;
  margin: 0 auto;
  padding: 21px 0;
  width: 44.9%;
}

.ec-layoutRole__maincontents ._order ._bottom strong {
  font-size: 24px;
}

.ec-layoutRole__maincontents ._order ._bottom a::after {
  content: "";
  background-image: url(../img/icon/qo_big.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin-left: 10px;
  height: 42px;
  width: 50px;
}

.ec-layoutRole__maincontents ._order ._bottom a:hover {
  background-color: #7f0019;
  border-color: #000;
  -webkit-box-shadow: 4px 4px #000;
          box-shadow: 4px 4px #000;
  color: #000;
}

.ec-layoutRole__maincontents ._order ._bottom a:hover::after {
  background-image: url(../img/icon/qo_b.png);
}

.ec-layoutRole__maincontents ._qanda {
  margin-top: 100px;
  /*
    ._box::before{
      position: absolute;
      background-color: #fff;
      border-style: solid;
      border-width: 1px 10px 0 10px;
      border-color: $main_color transparent transparent transparent;
      content: "";
      bottom: -8px;
      left: 50%;
      margin-left: -9px;
      width: 0px;
      height: 0px;
    }
    ._box::after{

    }
    */
}

.ec-layoutRole__maincontents ._qanda ._contents {
  margin-top: 50px;
}

.ec-layoutRole__maincontents ._qanda ._box {
  border: 2px solid #7f0019;
  border-radius: 20px;
  margin-bottom: 40px;
  padding: 50px;
  position: relative;
}

.ec-layoutRole__maincontents ._qanda ._box h4 {
  color: #7f0019;
  margin-bottom: 20px;
}

.ec-layoutRole__maincontents ._qanda ._box strong {
  font-size: 44px;
  font-family: 'DIN Alternate','DIN Condensed',sans-serif;
  letter-spacing: 3px;
  margin-right: 45px;
}

.ec-layoutRole__maincontents ._qanda ._box p {
  margin-left: 103px;
}

.ec-layoutRole__maincontents ._qanda ._box p a {
  display: inline;
  font-weight: bold;
}

.ec-layoutRole__maincontents ._qanda ._box p a:hover {
  -webkit-text-decoration: underline #7f0019;
          text-decoration: underline #7f0019;
}

.ec-layoutRole__maincontents ._qanda ._box:after, .ec-layoutRole__maincontents ._qanda ._box:before {
  top: 100%;
  right: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  -webkit-transform: skewX(-55deg);
          transform: skewX(-55deg);
}

.ec-layoutRole__maincontents ._qanda ._box:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 15px;
  margin-right: -24px;
  top: calc(100% - 0.5px);
}

.ec-layoutRole__maincontents ._qanda ._box:before {
  border-color: rgba(255, 223, 60, 0);
  border-top-color: #7f0019;
  border-width: 18px;
  margin-right: -23px;
}

.ec-layoutRole__maincontents ._topics {
  margin-top: 100px;
}

.ec-layoutRole__maincontents ._topics ._text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
  margin-bottom: 26px;
}

.ec-layoutRole__maincontents ._topics ._text p {
  background-color: #7f0019;
  font-size: 20px;
  font-weight: bold;
  margin: 0 7px;
}

.ec-layoutRole__maincontents ._topics ._boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ec-layoutRole__maincontents ._topics ._boxes a {
  margin-bottom: 23px;
  width: 48.5%;
}

.ec-layoutRole__maincontents ._topics ._boxes img {
  width: 100%;
}

.ec-layoutRole__maincontents .ec-newsRole__news {
  border: unset;
  padding: 0;
}

.ec-layoutRole__maincontents .ec-newsRole__newsColumn {
  min-width: auto;
  width: 80%;
}

.ec-layoutRole__maincontents .ec-newsRole__newsHeading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: dashed 1px #7f0019;
  padding: 20px 0;
}

.ec-layoutRole__maincontents .ec-newsRole__newsDate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 35px;
  padding-left: 55px;
  width: 20%;
}

.ec-layoutRole__maincontents .ec-newsRole ._new .ec-newsRole__newsDate {
  padding-right: 20px;
  padding-left: 0;
}

.ec-layoutRole__maincontents .ec-newsRole ._new .ec-newsRole__newsDate::before {
  content: "";
  background-image: url(../img/top/new.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin-right: 20px;
  height: 35px;
  width: 35px;
}

@media (max-width: 680px) {
  /*レイアウト*/
  .ec-layoutRole .ec-layoutRole__contents {
    display: block;
    margin: 0;
    max-width: none;
  }
  .ec-layoutRole ._intro,
  .ec-layoutRole ._selection,
  .ec-layoutRole ._voice,
  .ec-layoutRole ._qanda,
  .ec-layoutRole ._topics,
  .ec-layoutRole ._news,
  .ec-layoutRole ._contact,
  .ec-layoutRole ._otherpage,
  .ec-layoutRole ._order ._middle ul {
    padding: 0 25px;
    width: auto;
  }
  .ec-layoutRole ._section {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .ec-layoutRole ._more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .ec-layoutRole ._more a {
    background-color: #a54c5e;
    border-radius: 20px;
    color: #fff;
    display: block;
    font-size: 16px;
    text-align: center;
    padding: 5px 0;
    width: 146px;
  }
  .ec-layoutRole .topic_path {
    padding: 0 25px;
  }
  .ec-layoutRole .topic_path ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .ec-layoutRole .topic_path ul li::after {
    content: ">";
    padding: 0 10px;
  }
  .ec-layoutRole .topic_path ul li:last-child::after {
    content: "";
  }
  /*スライダー*/
  .ec-sliderRole .slick-prev,
  .ec-sliderRole .slick-next {
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #faf6f3;
    border: unset;
    cursor: pointer;
    font-size: 0;
    margin: 0;
    padding: 5px 4px;
    z-index: 5;
    position: absolute;
    top: unset;
    bottom: -45px;
  }
  .ec-sliderRole .slick-slide {
    opacity: 1;
  }
  .ec-sliderRole .slick-prev {
    background-image: url(../img/icon/slider_leftSp.png);
    left: 25px;
  }
  .ec-sliderRole .slick-next {
    background-image: url(../img/icon/slider_rightSp.png);
    right: 25px;
  }
  /*メイン*/
  .ec-layoutRole__maincontents {
    /*イントロ*/
    /*安心ポイント*/
    /*先輩の声*/
    /*申し込み*/
    /*よくある質問*/
    /*特集*/
    /*お知らせ*/
  }
  .ec-layoutRole__maincontents ._intro {
    margin-top: 0;
    margin-bottom: 70px;
  }
  .ec-layoutRole__maincontents ._intro h3 {
    font-size: 20px;
    line-height: unset;
  }
  .ec-layoutRole__maincontents ._intro div {
    font-size: 18px;
    margin-top: 42px;
  }
  .ec-layoutRole__maincontents ._selection ._shingu,
  .ec-layoutRole__maincontents ._selection ._kaden,
  .ec-layoutRole__maincontents ._selection ._shop {
    margin-bottom: 30px;
  }
  .ec-layoutRole__maincontents ._selection ._points img {
    margin-bottom: 20px;
    width: 100%;
  }
  .ec-layoutRole__maincontents ._selection img {
    width: 100%;
  }
  .ec-layoutRole__maincontents ._voice ._senpai {
    display: block;
  }
  .ec-layoutRole__maincontents ._voice ._senpai ._top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 34px;
  }
  .ec-layoutRole__maincontents ._voice ._senpai ._top h4 {
    font-size: 24px;
    margin-left: 34px;
    line-height: 38px;
  }
  .ec-layoutRole__maincontents ._voice ._senpai ._text {
    margin: 0;
    line-height: 36px;
  }
}

@media (max-width: 680px) and (max-width: 380px) {
  .ec-layoutRole__maincontents ._voice h3 {
    padding: 0 30px;
  }
  .ec-layoutRole__maincontents ._voice ._senpai {
    padding: 40px 25px;
  }
  .ec-layoutRole__maincontents ._voice ._senpai ._top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .ec-layoutRole__maincontents ._voice ._senpai ._top h4 {
    margin: 10px 0 0;
  }
}

@media (max-width: 680px) {
  .ec-layoutRole__maincontents ._order ._top {
    padding: 0 25px;
  }
  .ec-layoutRole__maincontents ._order ._text {
    font-weight: normal;
    letter-spacing: 1px;
  }
  .ec-layoutRole__maincontents ._order ._middle ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .ec-layoutRole__maincontents ._order ._middle li {
    width: 46.6%;
    margin-bottom: 40px;
  }
  .ec-layoutRole__maincontents ._order ._middle li:before {
    left: -12%;
    -webkit-transform: translateY(130%);
            transform: translateY(130%);
  }
  .ec-layoutRole__maincontents ._order ._middle li:nth-of-type(3):before {
    display: none;
  }
  .ec-layoutRole__maincontents ._order ._middle div {
    height: 75px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .ec-layoutRole__maincontents ._order ._middle li:nth-of-type(3) div,
  .ec-layoutRole__maincontents ._order ._middle li:nth-of-type(4) div {
    height: auto;
  }
  .ec-layoutRole__maincontents ._order ._bottom a {
    font-size: 18px;
    width: 90%;
  }
  .ec-layoutRole__maincontents ._order ._bottom img {
    margin-left: 3px;
  }
  .ec-layoutRole__maincontents ._order ._bottom strong {
    font-weight: bold;
    font-size: 20px;
  }
  .ec-layoutRole__maincontents ._qanda ._box {
    padding: 40px 25px;
  }
  .ec-layoutRole__maincontents ._qanda ._box h4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 20px;
    margin-bottom: 25px;
  }
  .ec-layoutRole__maincontents ._qanda ._box strong {
    margin-right: 20px;
  }
  .ec-layoutRole__maincontents ._qanda ._box p {
    margin-left: 77px;
  }
  .ec-layoutRole__maincontents ._qanda ._box:after,
  .ec-layoutRole__maincontents ._qanda ._box:before {
    right: 30%;
  }
  .ec-layoutRole__maincontents ._qanda ._box:after {
    top: calc(100% - 1px);
  }
  .ec-layoutRole__maincontents ._topics ._text {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    text-align: center;
    margin-bottom: 40px;
  }
  .ec-layoutRole__maincontents ._topics ._boxes {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .ec-layoutRole__maincontents ._topics ._boxes a {
    margin-bottom: 19px;
    width: 100%;
  }
  .ec-layoutRole__maincontents .ec-newsRole .ec-newsRole__newsDate {
    padding-right: 20px;
    margin: 5px 0 5px;
    width: auto;
  }
  .ec-layoutRole__maincontents .ec-newsRole .ec-newsRole__newsColumn {
    width: 60%;
  }
  .ec-layoutRole__maincontents .ec-newsRole .ec-newsRole__newsTitle {
    margin: 0;
  }
}

.ec-footerRole {
  background-color: #fff;
  border: none;
  margin: 0;
  padding: 0;
  width: 100%;
  /*閲覧した商品*/
  /*問い合わせ*/
  /*リンク*/
}

.ec-footerRole ._recently {
  background-color: #faf6f3;
  padding: 50px;
}

.ec-footerRole ._recently ._container {
  margin: 0 auto;
  width: 1000px;
  padding: 0;
}

.ec-footerRole ._recently ._subtitle {
  margin: 0 0 28px;
  border: none;
  border-top: 1px solid #fff;
  position: relative;
}

.ec-footerRole ._recently h3 {
  background-color: #faf6f3;
  color: #7f0019;
  position: absolute;
  left: 0%;
  top: -10px;
  padding-right: 22px;
}

.ec-footerRole ._recently ._list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.ec-footerRole ._recently ._list li {
  margin-right: 2%;
  width: 184px;
}

.ec-footerRole ._recently ._list li:last-child {
  margin-right: 0;
}

.ec-footerRole ._recently ._list img {
  width: 100%;
}

.ec-footerRole ._contact {
  margin: 120px auto 60px;
  width: 1000px;
}

.ec-footerRole ._contact ._inner {
  border: 1px solid #7f0019;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 48px 110px;
}

.ec-footerRole ._contact h3 {
  display: block;
  margin: 0 auto 29px;
  position: relative;
  font-size: 20px;
}

.ec-footerRole ._contact h3 img {
  position: absolute;
  top: -65px;
  left: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  width: 70px;
}

.ec-footerRole ._contact ._contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #474747;
}

.ec-footerRole ._contact ._contents ._link {
  width: 43%;
  text-align: center;
}

.ec-footerRole ._contact ._contents ._link a {
  display: block;
  font-weight: bold;
  background-color: #f2e5e8;
  border: 2px solid #7f0019;
  border-radius: 70px;
  color: #7f0019;
  text-align: center;
  padding: 15px 0;
}

.ec-footerRole ._contact ._contents ._link a:hover {
  background-color: #7f0019;
  border-color: #111;
  -webkit-box-shadow: 4px 4px #111;
          box-shadow: 4px 4px #111;
  color: #fff;
  margin-top: -4px;
  margin-bottom: 4px;
}

.ec-footerRole ._contact ._contents ._info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
}

.ec-footerRole ._contact ._contents ._info p, .ec-footerRole ._contact ._contents ._info a {
  display: inline-block;
  color: #7f0019;
  font-size: 20px;
}

.ec-footerRole ._contact ._contents ._info img {
  width: 28px;
}

.ec-footerRole ._contact ._contents ._info div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ec-footerRole ._contact ._contents ._info div img {
  margin-right: 10px;
  width: 20px;
}

.ec-footerRole ._otherpage ._link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 1102px;
}

.ec-footerRole ._otherpage ._link li {
  margin-right: 10px;
}

.ec-footerRole ._otherpage ._link li:last-child {
  margin: 0;
}

.ec-footerRole ._otherpage ._link img {
  height: 44px;
  width: auto;
}

.ec-footerRole .ec-footerRole__inner {
  padding: 0;
  max-width: unset;
}

.ec-footerRole ._main {
  background-color: #7f0019;
  padding: 30px 0 27px;
}

.ec-footerRole ._main a {
  display: block;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  padding: 0 26px;
}

.ec-footerRole ._main .ec-footerNavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  padding: 0 50px;
  width: 100%;
  max-width: 1102px;
}

.ec-footerRole ._main .ec-footerNavi__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ec-footerRole ._main .ec-footerNavi__link::before {
  content: "";
  border-left: 1px solid #fff;
  margin: auto;
  height: 13px;
}

.ec-footerRole ._main .ec-footerNavi .ec-footerNavi__link:first-child::before {
  border: unset;
}

.ec-footerRole ._main .ec-footerNavi .ec-footerTitle {
  padding: 0;
}

.ec-footerRole ._main .ec-footerTitle {
  color: #fff;
  margin-top: 18px;
  padding: 0;
}

/*メディアクエリ*/
@media (max-width: 680px) {
  .ec-footerRole {
    /*問い合わせ*/
    /*リンク*/
    /*閲覧した商品*/
  }
  .ec-footerRole ._contact {
    margin-top: 80px;
    padding: 0 25px;
    width: auto;
  }
  .ec-footerRole ._contact ._inner {
    padding: 70px 30px;
  }
  .ec-footerRole ._contact h3 img {
    top: -80px;
    left: 15px;
    -webkit-transform: translateX(-70%);
            transform: translateX(-70%);
  }
  .ec-footerRole ._contact ._contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .ec-footerRole ._contact ._contents ._link {
    width: 100%;
    margin-bottom: 50px;
  }
  .ec-footerRole ._contact ._contents ._info {
    border-top: 1px solid #917f7f;
    display: block;
    padding: 50px 10px 0;
    width: 100%;
  }
  .ec-footerRole ._contact ._contents ._info div {
    margin-bottom: 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .ec-footerRole ._contact ._contents ._info li {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .ec-footerRole ._contact ._contents ._info li div {
    margin-right: 20px;
    line-height: normal;
    height: 25px;
    width: 75px;
  }
  .ec-footerRole ._contact ._contents ._info li p,
  .ec-footerRole ._contact ._contents ._info li a {
    width: 50%;
  }
  .ec-footerRole ._contact ._contents ._info > img {
    display: none;
  }
  .ec-footerRole ._otherpage {
    padding: 0 25px;
  }
  .ec-footerRole ._otherpage ._link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
    margin: 40px 0;
  }
  .ec-footerRole ._otherpage ._link li {
    margin: 0 0 19px;
  }
  .ec-footerRole ._otherpage ._link img {
    height: auto;
    width: 100%;
  }
  .ec-footerRole .ec-footerRole__inner ._link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 25px;
  }
  .ec-footerRole .ec-footerRole__inner ._link li {
    margin: 0 0 19px;
  }
  .ec-footerRole .ec-footerRole__inner ._link img {
    height: auto;
    width: 100%;
  }
  .ec-footerRole ._main .ec-footerNavi {
    display: block;
    padding: 0 25px;
  }
  .ec-footerRole ._main .ec-footerNavi__link {
    margin-bottom: 10px;
  }
  .ec-footerRole ._main .ec-footerNavi__link a {
    border: unset;
    padding: 0 15px;
    margin: 0 auto;
  }
  .ec-footerRole ._main .ec-footerNavi__link::before {
    display: none;
  }
  .ec-footerRole ._main .ec-footerNavi__link:nth-child(3)::before {
    display: none;
  }
  .ec-footerRole ._recently {
    padding-right: 0;
  }
  .ec-footerRole ._recently ._container {
    padding: 0;
    width: auto;
  }
  .ec-footerRole ._recently ._container ._list {
    overflow: scroll;
  }
  .ec-footerRole ._recently ._container ._list p {
    font-weight: normal;
  }
  .ec-footerRole ._recently ._container ._list ul {
    padding: 20px;
    padding-left: 0px;
    width: 200%;
  }
  .ec-footerRole ._recently ._container ._list li {
    width: 17%;
  }
}

.ec-layoutRole .product_list_page ._contents {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  padding: 0;
}

.ec-layoutRole .product_list_page .ec-layoutRole__maincontents {
  margin-top: 20px;
}

.ec-layoutRole .product_list_page ._top h1 {
  text-align: center;
  color: #4a8090;
  font-size: 50px;
}

.ec-layoutRole .product_list_page ._top ._menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 40px 0 20px;
}

.ec-layoutRole .product_list_page ._top ._menu ._choice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ec-layoutRole .product_list_page ._top ._menu ._choice p {
  font-weight: bolder;
  font-size: 20px;
  margin-right: 20px;
}

.ec-layoutRole .product_list_page ._top ._menu ._line {
  border-right: 1px solid #e2e2e2;
  display: block;
  margin-right: 10px;
}

.ec-layoutRole .product_list_page ._top ._menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ec-layoutRole .product_list_page ._top ._menu ul li {
  margin-right: 10px;
  margin-bottom: 10px;
}

.ec-layoutRole .product_list_page ._top ._menu ul a {
  background-color: #faf6f3;
  border-radius: 70px;
  font-size: 16px;
  text-align: center;
  padding: 5px 30px;
  width: auto;
}

.ec-layoutRole .product_list_page ._top ._menu ul a:hover {
  background-color: #4a8090;
  color: #fff;
}

.ec-layoutRole .product_list_page ._top ._menu ul ._active a {
  background-color: #4a8090;
  color: #fff;
}

.ec-layoutRole .product_list_page ._top img {
  width: 100%;
}

.ec-layoutRole .product_list_page ._point {
  background-color: #faf6f3;
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  padding: 30px;
  margin-top: 80px;
  margin-bottom: 130px;
}

.ec-layoutRole .product_list_page ._point img {
  margin-bottom: 20px;
  width: 100%;
}

.ec-layoutRole .product_list_page ._point ._text {
  margin: 20px 0;
}

.ec-layoutRole .product_list_page .ec-shelfRole {
  color: #191919;
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  padding: 0;
  margin-bottom: 100px;
}

.ec-layoutRole .product_list_page .ec-shelfRole .ec-shelfGrid {
  margin: 0;
}

.ec-layoutRole .product_list_page .ec-shelfRole .ec-shelfGrid li {
  border-bottom: 1px solid #e2e2e2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 50px 0;
  width: 100%;
}

.ec-layoutRole .product_list_page .ec-shelfRole .ec-shelfGrid li a {
  width: 50%;
}

.ec-layoutRole .product_list_page .ec-shelfRole .ec-shelfGrid li ._rectangle {
  position: relative;
  height: 420px;
  width: 480px;
  overflow: hidden;
}

.ec-layoutRole .product_list_page .ec-shelfRole .ec-shelfGrid li img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: auto;
  width: 100%;
  max-height: unset;
}

.ec-layoutRole .product_list_page .ec-shelfRole .ec-shelfGrid li ._box {
  width: 46%;
}

.ec-layoutRole .product_list_page .ec-shelfRole .ec-shelfGrid li:last-child {
  border: unset;
}

.ec-layoutRole .product_list_page .ec-shelfRole h3 {
  font-size: 32px;
  font-weight: bolder;
  margin-bottom: 20px;
}

.ec-layoutRole .product_list_page .ec-shelfRole ._text {
  font-size: 20px;
  font-weight: bold;
}

.ec-layoutRole .product_list_page .ec-shelfRole form {
  margin: 30px 0;
}

.ec-layoutRole .product_list_page .ec-shelfRole .ec-productRole__actions .ec-numberInput {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.ec-layoutRole .product_list_page .ec-shelfRole .ec-productRole__actions .ec-numberInput span {
  font-size: 18px;
  font-weight: bold;
}

.ec-layoutRole .product_list_page .ec-shelfRole .ec-productRole__actions .ec-numberInput select {
  border: 2px solid #e2e2e2;
  border-radius: 5px;
  color: #191919;
  margin-left: 25px;
  margin-bottom: 10px;
  height: 50px;
  width: 138px;
  background-image: url(../img/icon/detail_arrow.png);
  background-repeat: no-repeat;
  background-size: 18px 11px;
  background-position: 90% 50%;
}

.ec-layoutRole .product_list_page .ec-shelfRole ._pricebox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 29px;
}

.ec-layoutRole .product_list_page .ec-shelfRole ._pricebox p {
  font-size: 20px;
}

.ec-layoutRole .product_list_page .ec-shelfRole ._pricebox ._price span {
  font-size: 16px;
}

.ec-layoutRole .product_list_page .ec-shelfRole ._pricebox ._price .price02-default {
  font-size: 32px;
  font-weight: bolder;
}

.ec-layoutRole .product_list_page .ec-shelfRole .ec-productRole__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}

.ec-layoutRole .product_list_page .ec-shelfRole .ec-productRole__btn a {
  border-radius: 5px;
  display: block;
  font-weight: bold;
  text-align: center;
  padding: 15px;
  width: 47%;
}

.ec-layoutRole .product_list_page .ec-shelfRole .ec-productRole__btn .ec-blockBtn--action {
  background-color: #333;
  border: 2px solid #333;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 47%;
}

.ec-layoutRole .product_list_page .ec-shelfRole .ec-productRole__btn .ec-blockBtn--action::before {
  content: "";
  background-image: url(../img/icon/cart_w.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  margin-right: 10px;
  height: 14px;
  width: 18px;
}

.ec-layoutRole .product_list_page .ec-shelfRole .ec-productRole__btn ._more {
  border: 2px solid #333;
}

.ec-layoutRole .product_list_page .ec-shelfRole ._other_pages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ec-layoutRole .product_list_page .ec-shelfRole ._other_pages img {
  width: 12px;
}

.ec-layoutRole .product_list_page .ec-shelfRole ._other_pages ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 20px;
}

.ec-layoutRole .product_list_page .ec-shelfRole ._other_pages li {
  margin: 0 10px;
  background-color: #efefef;
}

.ec-layoutRole .product_list_page .ec-shelfRole ._other_pages li a {
  display: block;
  padding: 10px 15px;
}

.ec-layoutRole .product_list_page .ec-shelfRole ._other_pages li._active {
  background-color: #4a8090;
}

.ec-layoutRole .product_list_page .ec-shelfRole ._other_pages li._active a {
  color: #fff;
}

.ec-layoutRole .product_list_page._sale ._top h1 {
  color: #b88355;
}

.ec-layoutRole .product_list_page._sale ._top ._menu ul ._active a {
  background-color: #b88355;
}

.ec-layoutRole .product_list_page._sale ._top ._menu ul a:hover {
  background-color: #b88355;
}

.ec-layoutRole .product_list_page._sale ._point {
  background-color: #fffce5;
}

.ec-layoutRole .product_list_page._sale .ec-shelfRole ._other_pages li._active {
  background-color: #b88355;
}

@media (max-width: 680px) {
  .ec-layoutRole .product_list_page ._contents {
    padding: 0;
  }
  .ec-layoutRole .product_list_page ._contents img {
    width: 100%;
  }
  .ec-layoutRole .product_list_page ._top ._menu {
    padding: 0 25px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .ec-layoutRole .product_list_page ._top h1 {
    margin: 50px 0;
  }
  .ec-layoutRole .product_list_page ._top ._menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 10px;
  }
  .ec-layoutRole .product_list_page ._top ._menu ._choice {
    margin-bottom: 5px;
  }
  .ec-layoutRole .product_list_page ._top ._menu ._choice p {
    margin-bottom: 10px;
  }
  .ec-layoutRole .product_list_page ._top ._menu ._choice ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .ec-layoutRole .product_list_page ._top ._menu ._choice ul a {
    padding: 5px 30px;
    width: auto;
  }
  .ec-layoutRole .product_list_page ._point {
    background-color: #faf6f3;
    padding: 50px 25px;
    margin: 50px 0;
  }
  .ec-layoutRole .product_list_page ._point ._text {
    margin: 10px 0;
  }
  .ec-layoutRole .product_list_page ._point ._text p {
    font-size: 14px;
  }
  .ec-layoutRole .product_list_page .ec-shelfRole {
    padding: 0;
  }
  .ec-layoutRole .product_list_page .ec-shelfRole .ec-shelfGrid {
    padding: 0 25px;
    margin-bottom: 50px;
  }
  .ec-layoutRole .product_list_page .ec-shelfRole .ec-shelfGrid li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 0;
  }
  .ec-layoutRole .product_list_page .ec-shelfRole .ec-shelfGrid li a {
    width: 100%;
  }
  .ec-layoutRole .product_list_page .ec-shelfRole .ec-shelfGrid li ._rectangle {
    width: 100%;
    height: 325px;
    margin: 0 0 40px;
  }
  .ec-layoutRole .product_list_page .ec-shelfRole .ec-shelfGrid li img,
  .ec-layoutRole .product_list_page .ec-shelfRole .ec-shelfGrid li ._box {
    width: 100%;
  }
  .ec-layoutRole .product_list_page .ec-shelfRole .ec-shelfGrid li:last-child {
    border-bottom: 1px solid #e2e2e2;
  }
  .ec-layoutRole .product_list_page .ec-shelfRole ._pricebox {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .ec-layoutRole .product_list_page .ec-shelfRole ._pricebox p {
    font-size: 16px;
  }
  .ec-layoutRole .product_list_page .ec-shelfRole ._pricebox ._price .price02-default {
    font-size: 32px;
    font-weight: bolder;
  }
  .ec-layoutRole .product_list_page .ec-shelfRole .ec-productRole__btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 35px;
  }
  .ec-layoutRole .product_list_page .ec-shelfRole .ec-productRole__btn a,
  .ec-layoutRole .product_list_page .ec-shelfRole .ec-productRole__btn .ec-blockBtn--action {
    font-size: 16px;
    margin-bottom: 10px;
    width: 100%;
  }
  .ec-layoutRole .product_list_page .ec-shelfRole ._other_pages {
    margin-top: 30px;
  }
  .ec-layoutRole .product_list_page .ec-shelfRole ._other_pages ul {
    margin: 0 10px;
  }
  .ec-layoutRole .product_list_page .ec-shelfRole ._other_pages ul a {
    font-size: 16px;
    padding: 9px 13px;
  }
  .ec-layoutRole .product_list_page .ec-shelfRole ._other_pages li {
    margin: 0 10px;
  }
  .ec-layoutRole ._find {
    border-top: 1px solid #000;
    margin: 110px 25px 0;
    position: relative;
  }
  .ec-layoutRole ._find h4 {
    position: absolute;
    top: 0%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-color: #fff;
    text-align: center;
    width: 200px;
  }
  .ec-layoutRole ._find ul {
    margin: 40px 0 30px;
  }
  .ec-layoutRole ._find ul li {
    margin-bottom: 30px;
    width: 100%;
  }
  .ec-layoutRole ._find ul a {
    background-color: #4a8090;
    border-radius: 70px;
    color: #fff;
    font-size: 20px;
    display: block;
    text-align: center;
    padding: 10px 0;
    width: 100%;
  }
  .ec-layoutRole ._find ul ._sale {
    background-color: #b88355;
  }
  .ec-layoutRole .product_list_page._sale ._point {
    background-color: #fffce5;
  }
}

.ec-layoutRole .product_detail_page {
  margin: 0 auto;
  width: 1000px;
}

.ec-layoutRole .product_detail_page ._point {
  margin: 30px 0;
}

.ec-layoutRole .product_detail_page ._point img {
  width: 100%;
}

.ec-layoutRole .product_detail_page .ec-productRole {
  color: #191919;
  margin: 60px 0;
  padding: 0;
}

.ec-layoutRole .product_detail_page .ec-productRole .ec-productRole__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin: 40px 0;
}

.ec-layoutRole .product_detail_page .ec-productRole .ec-productRole__title h1 {
  color: #191919;
  font-size: 34px;
  font-weight: bolder;
  margin-right: 20px;
}

.ec-layoutRole .product_detail_page .ec-productRole .ec-productRole__title h2 {
  color: #191919;
  font-size: 20px;
}

.ec-layoutRole .product_detail_page .ec-productRole .ec-grid2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}

.ec-layoutRole .product_detail_page .ec-productRole .ec-grid2 .ec-grid2__cell {
  width: 40%;
}

.ec-layoutRole .product_detail_page .ec-productRole .ec-grid2 .ec-sliderItemRole {
  padding: 0;
}

.ec-layoutRole .product_detail_page .ec-productRole .ec-grid2 .item_visual {
  width: 100%;
}

.ec-layoutRole .product_detail_page .ec-productRole .ec-grid2 .item_visual .slick-slide {
  height: auto;
}

.ec-layoutRole .product_detail_page .ec-productRole .ec-grid2 .item_nav {
  width: 104%;
}

.ec-layoutRole .product_detail_page .ec-productRole .ec-grid2 .item_nav .slideThumb {
  width: 30%;
  margin-right: 3%;
}

.ec-layoutRole .product_detail_page .ec-productRole .ec-grid2 .item_nav .slideThumb img {
  width: 100%;
}

.ec-layoutRole .product_detail_page .ec-productRole .ec-grid2 .ec-productRole__profile {
  margin: 0;
  width: 55%;
}

.ec-layoutRole .product_detail_page .ec-productRole .ec-grid2 ._explanation {
  font-size: 18px;
}

.ec-layoutRole .product_detail_page .ec-productRole .ec-grid2 .delivery-date {
  margin: 10px 0;
}

.ec-layoutRole .product_detail_page .ec-productRole .ec-grid2 .ec-pricebox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 20px;
  margin: 50px 0;
}

.ec-layoutRole .product_detail_page .ec-productRole .ec-grid2 .ec-pricebox .ec-price {
  margin-left: 10px;
}

.ec-layoutRole .product_detail_page .ec-productRole .ec-grid2 .ec-pricebox .ec-price .ec-price__price {
  font-size: 32px;
  font-weight: bolder;
}

.ec-layoutRole .product_detail_page .ec-productRole .ec-grid2 .ec-pricebox .ec-price .ec-price__tax {
  font-size: 16px;
}

.ec-layoutRole .product_detail_page .ec-productRole .ec-grid2 form .ec-numberInput {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ec-layoutRole .product_detail_page .ec-productRole .ec-grid2 form .ec-numberInput span {
  font-size: 18px;
  font-weight: bold;
}

.ec-layoutRole .product_detail_page .ec-productRole .ec-grid2 form .ec-numberInput select {
  border: 2px solid #e2e2e2;
  border-radius: 5px;
  color: #191919;
  margin-left: 25px;
  margin-bottom: 10px;
  height: 50px;
  width: 138px;
  background-image: url(../img/icon/detail_arrow.png);
  background-repeat: no-repeat;
  background-size: 18px 11px;
  background-position: 90% 50%;
}

.ec-layoutRole .product_detail_page .ec-productRole .ec-grid2 form .ec-productRole__actions {
  padding: 0;
}

.ec-layoutRole .product_detail_page .ec-productRole .ec-grid2 .ec-productRole__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  width: auto;
}

.ec-layoutRole .product_detail_page .ec-productRole .ec-grid2 .ec-productRole__btn .ec-blockBtn--action {
  margin-top: 20px;
  background-color: #333;
  border: unset;
  border-radius: 5px;
  color: #fff;
  display: block;
  text-align: center;
  line-height: 50px;
  height: 50px;
  width: 220px;
}

.ec-layoutRole .product_detail_page .ec-productRole .ec-grid2 .ec-productRole__btn .ec-blockBtn--action img {
  margin-right: 10px;
  width: 23px;
}

.ec-layoutRole .product_detail_page .ec-productRole ._specification h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 20px;
}

.ec-layoutRole .product_detail_page .ec-productRole ._specification h4 img {
  width: 20px;
  margin-right: 10px;
}

.ec-layoutRole .product_detail_page .ec-productRole ._specification ._text {
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  margin-top: 10px;
  padding: 30px 20px;
}

.ec-layoutRole .product_detail_page .ec-productRole ._specification ._text a {
  display: inline-block;
  font-weight: bold;
}

.ec-layoutRole .product_detail_page .ec-productRole ._specification ._text a:hover {
  -webkit-text-decoration: underline #4a8090;
          text-decoration: underline #4a8090;
}

.ec-layoutRole .product_detail_page .ec-productRole ._specification ._size {
  margin-bottom: 40px;
}

.ec-layoutRole .product_detail_page .ec-productRole ._specification table {
  line-height: 32px;
}

.ec-layoutRole .product_detail_page .ec-productRole ._specification th {
  width: 230px;
}

.ec-layoutRole .product_detail_page .ec-productRole ._specification h5 {
  margin-bottom: 20px;
  font-size: 16px;
}

.ec-layoutRole .product_detail_page ._otherproduct h4 {
  background-color: #4a8090;
  color: #fff;
  padding: 10px 20px;
}

.ec-layoutRole .product_detail_page ._otherproduct ._list li {
  border-bottom: 1px solid #e2e2e2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 50px 0;
}

.ec-layoutRole .product_detail_page ._otherproduct ._list li ._rectangle {
  position: relative;
  overflow: hidden;
  height: 422px;
  width: 480px;
}

.ec-layoutRole .product_detail_page ._otherproduct ._list li ._rectangle img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: auto;
  width: 100%;
  max-height: unset;
}

.ec-layoutRole .product_detail_page ._otherproduct ._list li img {
  width: 48%;
}

.ec-layoutRole .product_detail_page ._otherproduct ._list li ._box {
  width: 48%;
}

.ec-layoutRole .product_detail_page ._otherproduct ._list li:last-child {
  border: unset;
}

.ec-layoutRole .product_detail_page ._otherproduct h3 {
  font-size: 32px;
  font-weight: bolder;
  margin-bottom: 20px;
}

.ec-layoutRole .product_detail_page ._otherproduct ._text {
  font-size: 20px;
  font-weight: bold;
}

.ec-layoutRole .product_detail_page ._otherproduct form {
  margin: 30px 0;
}

.ec-layoutRole .product_detail_page ._otherproduct .ec-productRole__actions .ec-numberInput {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.ec-layoutRole .product_detail_page ._otherproduct .ec-productRole__actions .ec-numberInput span {
  font-size: 18px;
  font-weight: bold;
}

.ec-layoutRole .product_detail_page ._otherproduct .ec-productRole__actions .ec-numberInput select {
  border: 2px solid #e2e2e2;
  border-radius: 5px;
  color: #191919;
  margin-left: 25px;
  margin-bottom: 10px;
  height: 50px;
  width: 138px;
  background-image: url(../img/icon/detail_arrow.png);
  background-repeat: no-repeat;
  background-size: 18px 11px;
  background-position: 90% 50%;
}

.ec-layoutRole .product_detail_page ._otherproduct ._pricebox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 29px;
}

.ec-layoutRole .product_detail_page ._otherproduct ._pricebox p {
  font-size: 20px;
}

.ec-layoutRole .product_detail_page ._otherproduct ._pricebox ._price strong {
  font-size: 32px;
  font-weight: bolder;
}

.ec-layoutRole .product_detail_page ._otherproduct ._pricebox ._price span {
  font-size: 16px;
}

.ec-layoutRole .product_detail_page ._otherproduct ._btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}

.ec-layoutRole .product_detail_page ._otherproduct ._btns a {
  border-radius: 5px;
  display: block;
  text-align: center;
  padding: 15px;
  width: 47%;
}

.ec-layoutRole .product_detail_page ._otherproduct ._btns ._cart {
  background-color: #333;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ec-layoutRole .product_detail_page ._otherproduct ._btns ._cart::before {
  content: "";
  background-image: url(../img/icon/cart_w.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  margin-right: 10px;
  height: 14px;
  width: 18px;
}

.ec-layoutRole .product_detail_page ._otherproduct ._btns ._more {
  border: 2px solid #333;
}

.ec-layoutRole .product_detail_page ._order_guide {
  margin: 60px 0;
}

.ec-layoutRole .product_detail_page ._order_guide h4 {
  border-bottom: 2px solid #e2e2e2;
  font-size: 20px;
  padding-bottom: 10px;
}

.ec-layoutRole .product_detail_page ._order_guide h5 {
  font-size: 18px;
  margin-bottom: 20px;
}

.ec-layoutRole .product_detail_page ._order_guide ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 20px 0;
}

.ec-layoutRole .product_detail_page ._order_guide li {
  margin: 20px 0;
  width: 48%;
}

.ec-layoutRole .product_detail_page ._order_guide li div {
  margin: 0 20px;
}

@media (max-width: 680px) {
  .ec-layoutRole .product_detail_page {
    width: auto;
  }
  .ec-layoutRole .product_detail_page ._point {
    padding: 0 25px;
  }
  .ec-layoutRole .product_detail_page .ec-layoutRole__main .ec-productRole__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0 25px;
  }
  .ec-layoutRole .product_detail_page .ec-layoutRole__main .ec-productRole__title h2 {
    margin-bottom: 20px;
  }
  .ec-layoutRole .product_detail_page .ec-layoutRole__main .ec-productRole__title h3 {
    line-height: normal;
  }
  .ec-layoutRole .product_detail_page .ec-layoutRole__main .ec-grid2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .ec-layoutRole .product_detail_page .ec-layoutRole__main .ec-grid2 .ec-grid2__cell {
    height: auto;
    width: 100%;
  }
  .ec-layoutRole .product_detail_page .ec-layoutRole__main .ec-grid2 .ec-grid2__cell .item_visual .slick-slide img {
    height: auto;
  }
  .ec-layoutRole .product_detail_page .ec-layoutRole__main .ec-grid2 .ec-pricebox {
    margin: 30 0px;
  }
  .ec-layoutRole .product_detail_page .ec-layoutRole__main .ec-grid2 .ec-productRole__profile {
    margin: 40px 0 20px;
    padding: 0 25px;
    width: 100%;
  }
  .ec-layoutRole .product_detail_page .ec-layoutRole__main ._specification {
    padding: 0 25px;
  }
  .ec-layoutRole .product_detail_page .ec-layoutRole__main ._specification tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 10px 0;
  }
  .ec-layoutRole .product_detail_page ._otherproduct {
    padding: 0 25px;
  }
  .ec-layoutRole .product_detail_page ._otherproduct ._list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .ec-layoutRole .product_detail_page ._otherproduct ._list li img,
  .ec-layoutRole .product_detail_page ._otherproduct ._list li ._box {
    width: 100%;
  }
  .ec-layoutRole .product_detail_page ._otherproduct ._list li ._rectangle {
    width: 100%;
    height: 325px;
    margin: 0 0 40px;
  }
  .ec-layoutRole .product_detail_page ._otherproduct ._list li:last-child {
    border-bottom: 1px solid #e2e2e2;
  }
  .ec-layoutRole .product_detail_page ._otherproduct ._pricebox {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .ec-layoutRole .product_detail_page ._otherproduct ._pricebox p {
    font-size: 16px;
  }
  .ec-layoutRole .product_detail_page ._otherproduct ._btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 35px;
  }
  .ec-layoutRole .product_detail_page ._otherproduct ._btns a {
    font-size: 16px;
    margin-bottom: 10px;
    width: 100%;
  }
  .ec-layoutRole .product_detail_page ._order_guide {
    padding: 0 25px;
  }
  .ec-layoutRole .product_detail_page ._order_guide ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 30px 0 0;
  }
  .ec-layoutRole .product_detail_page ._order_guide li {
    width: 100%;
    margin-bottom: 30px;
  }
  .ec-layoutRole .product_detail_page ._order_guide li div {
    margin: 0 10px;
  }
}

/*このカタログだからできること*/
.ec-layoutRole .help_about_page ._top {
  margin: 100px auto;
  max-width: 1000px;
}

.ec-layoutRole .help_about_page ._top ._title {
  text-align: center;
  margin: 50px auto;
  width: 80%;
}

.ec-layoutRole .help_about_page ._top ._title h1 {
  display: inline-block;
  font-size: 24px;
  text-align: center;
}

.ec-layoutRole .help_about_page ._top ._title h1::after {
  content: "";
  border-bottom: 6px solid #ffdf3c;
  display: block;
  margin-top: -4px;
}

.ec-layoutRole .help_about_page ._top ._title ._box {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ec-layoutRole .help_about_page ._top ._title ._box ._text {
  font-weight: bold;
  text-align: left;
  width: 72%;
}

.ec-layoutRole .help_about_page ._top ._title ._box ._text span {
  display: block;
  font-size: 13px;
  font-weight: normal;
  margin-top: 10px;
}

.ec-layoutRole .help_about_page ._top ._title ._box img {
  width: 23%;
}

.ec-layoutRole .help_about_page ._top ._list {
  border: 2px solid #7f0019;
  width: 100%;
}

.ec-layoutRole .help_about_page ._top ._list h4, .ec-layoutRole .help_about_page ._top ._list a {
  padding: 20px 75px;
}

.ec-layoutRole .help_about_page ._top ._list h4 {
  font-size: 20px;
}

.ec-layoutRole .help_about_page ._top ._list a {
  background-image: url();
  background-repeat: no-repeat;
  background-size: 20px 10px;
  background-position-x: 90%;
}

.ec-layoutRole .help_about_page ._top ._list a:hover {
  color: #4a8090;
}

.ec-layoutRole .help_about_page ._top ._list td {
  border: 1px dashed #7f0019;
  border-top: unset;
  margin-left: 10px;
}

.ec-layoutRole .help_about_page ._top ._list ._steps a {
  font-weight: bold;
  padding-left: 50px;
}

.ec-layoutRole .help_about_page ._top ._list th {
  border: 2px solid #7f0019;
  text-align: center;
}

.ec-layoutRole .help_about_page ._top ._list th h4 {
  font-weight: normal;
}

.ec-layoutRole .help_about_page ._contents ._title {
  background-color: #7f0019;
  padding: 16px 0;
}

.ec-layoutRole .help_about_page ._contents h2 {
  font-size: 24px;
  text-align: center;
  margin: 0 auto;
  max-width: 1000px;
}

.ec-layoutRole .help_about_page ._contents ._container {
  margin: 0 auto;
  padding: 50px 0;
  max-width: 1000px;
}

.ec-layoutRole .help_about_page ._contents ._container img {
  width: 100%;
  margin: 30px 0 100px;
}

.ec-layoutRole .help_about_page ._contents ._first ._container {
  max-width: unset;
}

.ec-layoutRole .help_about_page ._contents ._first ._sono1,
.ec-layoutRole .help_about_page ._contents ._first ._sono2,
.ec-layoutRole .help_about_page ._contents ._first ._sono3 {
  margin: 50px 0;
}

.ec-layoutRole .help_about_page ._contents ._first ._sono1::after,
.ec-layoutRole .help_about_page ._contents ._first ._sono2::after {
  content: "";
  display: block;
  border-bottom: 3px dotted #f3f4f5;
  max-width: 1000px;
  margin: 0 auto;
}

.ec-layoutRole .help_about_page ._contents ._first ._box {
  margin: 50px auto;
  padding: 50px 0;
  max-width: 1000px;
}

.ec-layoutRole .help_about_page ._contents ._first ._2block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 70%;
  margin: 0 auto;
}

.ec-layoutRole .help_about_page ._contents ._first ._2block img {
  height: 177px;
  width: auto;
  margin: 0;
  margin-right: 40px;
}

.ec-layoutRole .help_about_page ._contents ._first ._2block ._text {
  margin: 0 auto;
}

.ec-layoutRole .help_about_page ._contents ._first ._2block ._text p {
  margin-bottom: 20px;
}

.ec-layoutRole .help_about_page ._contents ._first ._2block ._text strong {
  font-size: 24px;
}

.ec-layoutRole .help_about_page ._contents ._first ._point {
  width: 70%;
  margin: 0 auto;
}

.ec-layoutRole .help_about_page ._contents ._first ._point img._number {
  margin: 0;
  margin-right: 30px;
  width: 30%;
  height: auto;
}

.ec-layoutRole .help_about_page ._contents ._first .yellow_bg {
  background-color: #fff9cd;
  border-radius: 10px;
  padding: 40px 60px;
  margin: 0 auto;
  width: 817px;
}

.ec-layoutRole .help_about_page ._contents ._first .yellow_bg img {
  margin: 0;
  margin-right: 40px;
  height: 124px;
  width: auto;
}

.ec-layoutRole .help_about_page ._contents ._first ._subtitle,
.ec-layoutRole .help_about_page ._contents ._first ._line {
  border: none;
}

.ec-layoutRole .help_about_page ._contents ._first ._subtitle p,
.ec-layoutRole .help_about_page ._contents ._first ._line p {
  font-size: 18px;
  font-weight: bold;
}

.ec-layoutRole .help_about_page ._contents ._first .hukidashi,
.ec-layoutRole .help_about_page ._contents ._first .n_hukidashi {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ec-layoutRole .help_about_page ._contents ._first .hukidashi p {
  background-color: #7f0019;
}

.ec-layoutRole .help_about_page ._contents ._first .hukidashi::before,
.ec-layoutRole .help_about_page ._contents ._first .hukidashi::after,
.ec-layoutRole .help_about_page ._contents ._first .n_hukidashi::before,
.ec-layoutRole .help_about_page ._contents ._first .n_hukidashi::after {
  content: "";
  width: 34px;
  height: 39px;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 15px;
}

.ec-layoutRole .help_about_page ._contents ._first .hukidashi::before,
.ec-layoutRole .help_about_page ._contents ._first .n_hukidashi::before {
  background-image: url(../img/icon/about_hukidashi_left.png);
}

.ec-layoutRole .help_about_page ._contents ._first .hukidashi::after,
.ec-layoutRole .help_about_page ._contents ._first .n_hukidashi::after {
  background-image: url(../img/icon/about_hukidashi_right.png);
}

.ec-layoutRole .help_about_page ._contents ._first ._line {
  border-top: 3px solid #7f0019;
  position: relative;
  margin-bottom: 50px;
}

.ec-layoutRole .help_about_page ._contents ._first ._line p {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 0 30px;
}

.ec-layoutRole .help_about_page ._contents ._first ._single {
  line-height: 30px;
  text-align: center;
  margin: 0 auto;
  width: 70%;
}

.ec-layoutRole .help_about_page ._contents ._first ._single ._subtitle {
  display: inline-block;
  border-bottom: 1px solid #f3f4f5;
}

.ec-layoutRole .help_about_page ._contents ._first ._left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.ec-layoutRole .help_about_page ._contents ._first ._center {
  text-align: center;
}

.ec-layoutRole .help_about_page ._contents ._first .gray_bg {
  background-color: #f3f4f5;
  padding: 40px 0;
}

.ec-layoutRole .help_about_page ._contents ._first .gray_bg ._inner {
  margin: 40px auto;
  max-width: 1000px;
  text-align: center;
}

.ec-layoutRole .help_about_page ._contents ._first .gray_bg ._inner p strong {
  text-align: center;
  font-size: 18px;
}

.ec-layoutRole .help_about_page ._contents ._first .gray_bg ._inner ._table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0 10px;
}

.ec-layoutRole .help_about_page ._contents ._first .gray_bg ._inner ._table ._yellow,
.ec-layoutRole .help_about_page ._contents ._first .gray_bg ._inner ._table ._white {
  border: 2px solid #7f0019;
  text-align: center;
  padding: 20px 0;
  width: 50%;
}

.ec-layoutRole .help_about_page ._contents ._first .gray_bg ._inner ._table ._yellow {
  background-color: #7f0019;
  position: relative;
}

.ec-layoutRole .help_about_page ._contents ._first .gray_bg ._inner ._table ._yellow::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 0 11px 19px;
  border-color: transparent transparent transparent #7f0019;
  position: absolute;
  top: 50%;
  right: -23px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.ec-layoutRole .help_about_page ._contents ._first .gray_bg ._inner ._table ._white {
  background-color: #fff;
}

.ec-layoutRole .help_about_page ._contents ._first .gray_bg ._inner ._table p {
  display: block;
  text-align: center;
}

.ec-layoutRole .help_about_page ._contents ._first .gray_bg ._inner ._table ._top {
  display: inline-block;
  font-size: 16px;
  margin: 0;
}

.ec-layoutRole .help_about_page ._contents ._first .gray_bg ._inner ._table ._top span {
  z-index: 10;
  position: relative;
}

.ec-layoutRole .help_about_page ._contents ._first .gray_bg ._inner ._table ._top strong {
  font-size: 20px;
}

.ec-layoutRole .help_about_page ._contents ._first .gray_bg ._inner ._table ._top::after {
  content: "";
  border-bottom: 10px solid #7f0019;
  display: block;
  position: relative;
  bottom: 10px;
}

.ec-layoutRole .help_about_page ._contents ._first ._cod ._subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ec-layoutRole .help_about_page ._contents ._first ._cod ._subtitle p {
  background-color: #7f0019;
  margin: 0 10px;
}

.ec-layoutRole .help_about_page ._contents ._first ._cod ._subtitle img {
  width: 50px;
  margin: 0;
}

.ec-layoutRole .help_about_page ._contents ._first ._box.wide {
  width: 100%;
  max-width: unset;
}

.ec-layoutRole .help_about_page ._contents ._first ._box.yellow_bg.wide ._inner {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

.ec-layoutRole .help_about_page ._contents ._first ._box.yellow_bg.wide ._inner ._subtitle {
  border: 3px solid #7f0019;
  background-color: #fff;
  padding: 15px 20px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -110%);
          transform: translate(-50%, -110%);
}

.ec-layoutRole .help_about_page ._contents ._first ._box.yellow_bg.wide ._inner ul._pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -40px;
}

.ec-layoutRole .help_about_page ._contents ._first ._box.yellow_bg.wide ._inner ul._pc li {
  margin-right: 40px;
}

.ec-layoutRole .help_about_page ._contents ._first ._box.yellow_bg.wide ._inner ul._pc img {
  height: 290px;
  margin: 0 0 20px;
}

.ec-layoutRole .help_about_page ._contents ._first ._box.yellow_bg.wide ._inner ul._pc ._text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
}

.ec-layoutRole .help_about_page ._contents ._first ._box.yellow_bg.wide ._inner ul._pc ._text img {
  height: 40px;
  width: 44px;
  margin: 0;
  margin-right: 10px;
}

.ec-layoutRole .help_about_page ._contents ._first ._price img {
  margin: 0;
}

.ec-layoutRole .help_about_page ._contents ._description ._text {
  margin: 0 auto 50px;
  width: 85%;
}

.ec-layoutRole .help_about_page ._contents ._description ._text p {
  margin: 10px 0;
}

.ec-layoutRole .help_about_page ._contents ._maplist h3 {
  border: 4px solid #7f0019;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 16px 0;
}

.ec-layoutRole .help_about_page ._contents ._maplist ._text {
  margin: 50px 0;
}

.ec-layoutRole .help_about_page ._contents ._maplist ._text li {
  margin: 10px 0;
}

.ec-layoutRole .help_about_page ._contents ._maplist ul, .ec-layoutRole .help_about_page ._contents ._maplist li {
  list-style: none;
}

@media (max-width: 680px) {
  .ec-layoutRole .help_about_page ._top {
    margin: 30px 25px;
  }
  .ec-layoutRole .help_about_page ._top ._title {
    width: 100%;
    margin: 20px auto;
  }
  .ec-layoutRole .help_about_page ._top ._title h1 {
    font-size: 20px;
  }
  .ec-layoutRole .help_about_page ._top ._title ._box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .ec-layoutRole .help_about_page ._top ._title ._box ._text {
    width: 100%;
  }
  .ec-layoutRole .help_about_page ._top ._title ._box img {
    width: 100%;
  }
  .ec-layoutRole .help_about_page ._top ._list th h4 {
    padding: 10px;
    text-align: center;
  }
  .ec-layoutRole .help_about_page ._top ._list a {
    padding: 10px;
    font-size: 14px;
  }
  .ec-layoutRole .help_about_page ._top ._list ._steps a {
    padding-left: 10px;
  }
  .ec-layoutRole .help_about_page ._contents ._title {
    padding: 16px 10px;
  }
  .ec-layoutRole .help_about_page ._contents h2 {
    font-size: 20px;
  }
  .ec-layoutRole .help_about_page ._contents ._container {
    margin: 0 25px;
    padding: 20px 0;
  }
  .ec-layoutRole .help_about_page ._contents ._container img {
    margin: 20px 0 50px;
  }
  .ec-layoutRole .help_about_page ._contents ._description ._text {
    margin: 0 auto 20px;
    width: 100%;
  }
  .ec-layoutRole .help_about_page ._contents ._maplist h3 {
    font-size: 18px;
  }
  .ec-layoutRole .help_about_page ._contents ._maplist ._text {
    margin: 20px 0;
  }
}

.ec-layoutRole p {
  margin: 0;
}

.ec-layoutRole .quick_order_page {
  margin: 0 auto;
  max-width: 1000px;
}

.ec-layoutRole .quick_order_page .ec-contactRole {
  padding: 0;
}

.ec-layoutRole .quick_order_page .ec-pageHeader {
  margin: 80px 0 50px;
}

.ec-layoutRole .quick_order_page .ec-pageHeader h1 {
  border: none;
  color: #191919;
  font-size: 24px;
  text-align: center;
  margin: 0;
  padding: 0;
}

.ec-layoutRole .quick_order_page .ec-pageHeader ._text {
  color: #191919;
  line-height: 30px;
  text-align: center;
  margin: 30px auto 0;
  width: 50%;
}

.ec-layoutRole .quick_order_page .ec-off1Grid__cell {
  margin: 0;
  width: 100%;
}

.ec-layoutRole .quick_order_page .ec-borderedDefs {
  border: none;
}

.ec-layoutRole .quick_order_page .ec-borderedDefs dl, .ec-layoutRole .quick_order_page .ec-borderedDefs dt {
  padding: 0;
  border: none;
  border-bottom: 1px solid #e2e2e2;
}

.ec-layoutRole .quick_order_page .ec-borderedDefs dd {
  width: 28%;
}

.ec-layoutRole .quick_order_page .ec-borderedDefs ._delete {
  width: 5%;
  text-align: center;
}

.ec-layoutRole .quick_order_page .ec-borderedDefs ._delete img {
  width: 13px;
}

.ec-layoutRole .quick_order_page .ec-borderedDefs dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
}

.ec-layoutRole .quick_order_page .ec-borderedDefs ._top {
  background-color: #f3f4f5;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  text-align: center;
}

.ec-layoutRole .quick_order_page .ec-borderedDefs ._top dt {
  border-bottom: none;
}

.ec-layoutRole .quick_order_page .ec-borderedDefs ._number ._inner,
.ec-layoutRole .quick_order_page .ec-borderedDefs ._quantity ._inner {
  text-align: center;
}

.ec-layoutRole .quick_order_page .ec-borderedDefs ._number ._inner input,
.ec-layoutRole .quick_order_page .ec-borderedDefs ._number ._inner select,
.ec-layoutRole .quick_order_page .ec-borderedDefs ._quantity ._inner input,
.ec-layoutRole .quick_order_page .ec-borderedDefs ._quantity ._inner select {
  border: 2px solid #e2e2e2;
  border-radius: 5px;
  background-color: #fff;
  padding-left: 20px;
  height: 50px;
}

.ec-layoutRole .quick_order_page .ec-borderedDefs ._number ._inner input,
.ec-layoutRole .quick_order_page .ec-borderedDefs ._quantity ._inner input {
  width: 70%;
}

.ec-layoutRole .quick_order_page .ec-borderedDefs ._number ._inner select,
.ec-layoutRole .quick_order_page .ec-borderedDefs ._quantity ._inner select {
  display: block;
  width: 90%;
  margin: 0;
}

.ec-layoutRole .quick_order_page .ec-borderedDefs ._number {
  width: 28%;
}

.ec-layoutRole .quick_order_page .ec-borderedDefs ._quantity {
  width: 10%;
}

.ec-layoutRole .quick_order_page .ec-borderedDefs ._quantity select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(../img/icon/detail_arrow.png);
  background-repeat: no-repeat;
  background-position: 80% 50%;
  background-size: 18px;
  margin: 0 auto !important;
}

.ec-layoutRole .quick_order_page .ec-borderedDefs ._name {
  width: 50%;
  margin-left: 70px;
}

.ec-layoutRole .quick_order_page .ec-borderedDefs ._name ._inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ec-layoutRole .quick_order_page .ec-borderedDefs ._name ._inner img {
  margin-right: 20px;
  width: 180px;
}

.ec-layoutRole .quick_order_page .ec-borderedDefs ._name ._inner ._text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 10px;
  width: 100%;
}

.ec-layoutRole .quick_order_page .ec-borderedDefs ._name ._inner ._productname {
  font-weight: bold;
  font-size: 20px;
}

.ec-layoutRole .quick_order_page .ec-borderedDefs ._name ._inner ._price {
  font-size: 18px;
  font-weight: bold;
  text-align: right;
  margin: 20px 0;
  width: 100%;
}

.ec-layoutRole .quick_order_page .ec-borderedDefs ._name ._inner ._price span {
  font-size: 13px;
}

.ec-layoutRole .quick_order_page .ec-borderedDefs ._name ._inner ._memo {
  font-size: 13px;
}

.ec-layoutRole .quick_order_page .ec-borderedDefs ._name ._options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #e2e2e2;
  padding-top: 20px;
  margin-top: 20px;
}

.ec-layoutRole .quick_order_page .ec-borderedDefs ._name ._options ._select {
  margin-right: 20px;
  width: 130px;
}

.ec-layoutRole .quick_order_page .ec-borderedDefs ._name ._options ._select p {
  background-color: #efefef;
  text-align: center;
  padding: 5px 0;
}

.ec-layoutRole .quick_order_page .ec-borderedDefs ._name ._options ._select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 2px solid #e2e2e2;
  border-radius: 5px;
  background-color: #fff;
  background-image: url(../img/icon/detail_arrow.png);
  background-repeat: no-repeat;
  background-position: 90% 50%;
  background-size: 20px;
  padding-left: 18px;
  margin-top: 10px;
  height: 40px;
  width: 100%;
}

.ec-layoutRole .quick_order_page .ec-borderedDefs ._name ._options img {
  width: 90px;
}

.ec-layoutRole .quick_order_page .ec-borderedDefs ._name .error {
  color: #ff0000;
  margin: 10px 0;
}

.ec-layoutRole .quick_order_page .ec-RegisterRole__actions {
  margin: 70px 0 100px;
}

.ec-layoutRole .quick_order_page .ec-blockBtn--action {
  background-color: #333;
  background-image: url(../img/icon/cart_w.png);
  background-repeat: no-repeat;
  background-position: 25% 45%;
  background-size: 25px;
  border: none;
  border-radius: 5px;
  display: block;
}

@media (max-width: 680px) {
  .ec-layoutRole .quick_order_page .ec-pageHeader {
    margin-top: 50px;
  }
  .ec-layoutRole .quick_order_page .ec-pageHeader ._text {
    width: 90%;
  }
  .ec-layoutRole .quick_order_page .ec-borderedDefs ._top ._number,
  .ec-layoutRole .quick_order_page .ec-borderedDefs ._top ._quantity {
    width: 45%;
  }
  .ec-layoutRole .quick_order_page .ec-borderedDefs ._top ._number span,
  .ec-layoutRole .quick_order_page .ec-borderedDefs ._top ._quantity span {
    display: block;
  }
  .ec-layoutRole .quick_order_page .ec-borderedDefs ._top ._name {
    display: none;
  }
  .ec-layoutRole .quick_order_page .ec-borderedDefs dl {
    padding: 20px 25px;
  }
  .ec-layoutRole .quick_order_page .ec-borderedDefs dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .ec-layoutRole .quick_order_page .ec-borderedDefs ._delete {
    width: 10%;
  }
  .ec-layoutRole .quick_order_page .ec-borderedDefs ._number ._inner input,
  .ec-layoutRole .quick_order_page .ec-borderedDefs ._number ._inner select,
  .ec-layoutRole .quick_order_page .ec-borderedDefs ._quantity ._inner input,
  .ec-layoutRole .quick_order_page .ec-borderedDefs ._quantity ._inner select {
    padding-left: 10px;
  }
  .ec-layoutRole .quick_order_page .ec-borderedDefs ._number {
    width: 45%;
  }
  .ec-layoutRole .quick_order_page .ec-borderedDefs ._number ._inner input {
    width: 100%;
  }
  .ec-layoutRole .quick_order_page .ec-borderedDefs ._quantity {
    width: 45%;
  }
  .ec-layoutRole .quick_order_page .ec-borderedDefs ._name {
    width: 100%;
    margin: 20px 0;
  }
  .ec-layoutRole .quick_order_page .ec-borderedDefs ._name ._inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .ec-layoutRole .quick_order_page .ec-borderedDefs ._name ._inner ._text {
    padding: 0;
    margin-top: 20px;
  }
  .ec-layoutRole .quick_order_page .ec-borderedDefs ._name ._inner img {
    width: 100%;
    margin: 0;
  }
  .ec-layoutRole .quick_order_page .ec-borderedDefs ._name ._options ._select select {
    padding-left: 10px;
  }
  .ec-layoutRole .quick_order_page .ec-borderedDefs ._name ._options ._images {
    width: 50%;
  }
  .ec-layoutRole .quick_order_page .ec-borderedDefs ._name ._options ._images img {
    width: 100%;
  }
  .ec-layoutRole .quick_order_page .ec-blockBtn--action {
    margin: 0 auto;
    width: 80%;
  }
}

.ec-layoutRole .special_list_page {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  padding: 0;
  margin-bottom: 100px;
}

.ec-layoutRole .special_list_page ._title {
  margin: 100px auto;
  text-align: center;
}

.ec-layoutRole .special_list_page ._title h1 {
  display: inline-block;
  font-size: 24px;
}

.ec-layoutRole .special_list_page ._title h1::after {
  content: "";
  display: block;
  margin-top: -4px;
  border-bottom: 6px solid #ffdf3c;
}

.ec-layoutRole .special_list_page .row {
  margin-right: 0;
  margin-left: 0;
  margin-top: 20px;
}

.ec-layoutRole .special_list_page .row ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ec-layoutRole .special_list_page .row li {
  margin-bottom: 23px;
  width: 48.5%;
  display: inline-block;
}

.ec-layoutRole .special_list_page .row img {
  width: 100%;
}

.ec-layoutRole .special_list_page .ec-pageHeader h1 {
  border-top: none;
  border-bottom: none;
  margin: 0;
  padding: 0;
  font-size: 22px;
  font-weight: bold;
  border-bottom: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 8px;
}

/* ページャー */
.ec-layoutRole .special_list_page {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  padding: 0;
  margin-bottom: 100px;
}

.ec-layoutRole .special_list_page ._other_pages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ec-layoutRole .special_list_page ._other_pages img {
  width: 12px;
}

.ec-layoutRole .special_list_page ._other_pages ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 20px;
}

.ec-layoutRole .special_list_page ._other_pages li._active {
  background-color: #02acef;
}

.ec-layoutRole .special_list_page ._other_pages li {
  margin: 0 10px;
  padding: 10px 15px;
  background-color: #efefef;
}

.ec-layoutRole .special_list_page ._other_pages li._active a {
  color: #fff;
}

.ec-layoutRole .special_list_page ._other_pages li a {
  display: block;
}

@media (max-width: 680px) {
  .ec-layoutRole .special_list_page ._title {
    margin: 80px auto 50px;
    padding: 0 25px;
    width: auto;
    text-align: center;
  }
  .ec-layoutRole .special_list_page ._title h1 {
    border-bottom: none;
  }
  .ec-layoutRole .special_list_page .row {
    padding: 0 25px;
    width: auto;
  }
  .ec-layoutRole .special_list_page .row li {
    margin-bottom: 19px;
    width: 100%;
    display: block;
  }
  .ec-layoutRole .special_list_page .ec-shelfRole {
    margin-top: 80px;
    padding-left: 0;
    padding-right: 0;
  }
  .ec-layoutRole .special_list_page .ec-shelfRole ._other_pages ul {
    margin: 0 10px;
  }
  .ec-layoutRole .special_list_page .ec-shelfRole ._other_pages li {
    padding: 9px 13px;
  }
}

.ec-layoutRole .special_detail_page {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.ec-layoutRole .special_detail_page .row {
  margin: 0;
  width: 100%;
}

.ec-layoutRole .special_detail_page .ec-pageHeader {
  margin: 100px 0 20px;
  text-align: center;
}

.ec-layoutRole .special_detail_page .ec-pageHeader h1 {
  border: none;
  display: inline-block;
  font-size: 24px;
  margin-bottom: 20px;
}

.ec-layoutRole .special_detail_page .ec-pageHeader h1::after {
  content: "";
  display: block;
  margin-top: -4px;
  border-bottom: 6px solid #ffdf3c;
}

.ec-layoutRole .special_detail_page article {
  padding: 0;
  margin-bottom: 80px;
  width: 100%;
}

.ec-layoutRole .special_detail_page article .col-sm-offset-1 {
  margin: 0;
  padding: 0;
  width: 100%;
}

.ec-layoutRole .special_detail_page article .topbox {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 36px;
  margin-top: 30px;
}

.ec-layoutRole .special_detail_page article .box {
  margin-top: 100px;
}

.ec-layoutRole .special_detail_page article .box img {
  margin-top: 50px;
  width: 100%;
}

.ec-layoutRole .special_detail_page article .box a {
  display: block;
}

.ec-layoutRole .special_detail_page article .box p {
  font-weight: bold;
  margin-top: 20px;
}

.ec-layoutRole .special_detail_page article .box ._subtitle {
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 24px;
  font-weight: bold;
}

.ec-layoutRole .special_detail_page article .box ._subtitle h2 {
  display: block;
  font-size: 24px;
}

.ec-layoutRole .special_detail_page article .box ._subtitle strong {
  color: #fe8a01;
  font-size: 60px;
  margin-right: 10px;
}

.ec-layoutRole .special_detail_page article .box ._subtitle h2::after {
  content: "";
  display: block;
  margin-top: -4px;
  border-bottom: 6px solid #ffdf3c;
}

.ec-layoutRole .special_detail_page article .box .kakko {
  position: relative;
  width: 80%;
  margin: 20px auto;
  padding: 15px 35px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.ec-layoutRole .special_detail_page article .box .kakko p {
  margin: 0;
}

.ec-layoutRole .special_detail_page article .box .kakko::before,
.ec-layoutRole .special_detail_page article .box .kakko::after {
  position: absolute;
  top: 0;
  content: "";
  width: 20px;
  height: 100%;
  border-top: 2px solid #fe8a01;
  border-bottom: 2px solid #fe8a01;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.ec-layoutRole .special_detail_page article .box .kakko::before {
  left: 0;
  border-left: 2px solid #fe8a01;
}

.ec-layoutRole .special_detail_page article .box .kakko::after {
  right: 0;
  border-right: 2px solid #fe8a01;
}

.ec-layoutRole .special_detail_page article .box .half_size_pc {
  margin: 0 auto;
  width: 50%;
}

.ec-layoutRole .special_detail_page article .box .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.ec-layoutRole .special_detail_page article .box .btn {
  background-color: #fe8a01;
  border-radius: 20px;
  border: 2px solid #fff;
  -webkit-box-shadow: 2px 2px;
          box-shadow: 2px 2px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  padding: 5px 0;
  margin-top: 20px;
  width: 138px;
}

.ec-layoutRole .special_detail_page article .box .btn:hover {
  background-color: #fe8a01;
  border: 2px solid #000;
  -webkit-box-shadow: 2px 2px;
          box-shadow: 2px 2px;
  color: #000;
}

.ec-layoutRole .special_detail_page article .box .list {
  width: 80%;
  margin: 0 auto;
}

.ec-layoutRole .special_detail_page article .box .list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.ec-layoutRole .special_detail_page article .box .list li div:first-child {
  width: 90px;
}

.ec-layoutRole .special_detail_page article .box .list p {
  margin: 0;
  font-weight: normal;
}

.ec-layoutRole .special_detail_page article .box .borderbox {
  border: 3px solid #7f0019;
  border-radius: 20px;
  padding: 43px 110px;
  text-align: center;
}

.ec-layoutRole .special_detail_page article .box .borderbox p {
  margin: 10px 0;
}

@media (max-width: 680px) {
  .ec-layoutRole .special_detail_page .ec-pageHeader {
    margin-top: 50px;
  }
  .ec-layoutRole .special_detail_page .ec-pageHeader h1 {
    margin: 0 25px;
  }
  .ec-layoutRole .special_detail_page .col-xs-12 {
    padding: 0 25px;
  }
  .ec-layoutRole .special_detail_page article .topbox {
    line-height: normal;
  }
  .ec-layoutRole .special_detail_page article .box {
    margin-top: 50px;
  }
  .ec-layoutRole .special_detail_page article .box p {
    font-size: 16px;
    margin-top: 10px;
  }
  .ec-layoutRole .special_detail_page article .box img {
    margin-top: 0;
  }
  .ec-layoutRole .special_detail_page article .box .half_size_pc {
    width: 100%;
  }
  .ec-layoutRole .special_detail_page article .box .kakko {
    width: 100%;
  }
  .ec-layoutRole .special_detail_page article .box .list {
    width: 100%;
  }
  .ec-layoutRole .special_detail_page article .box .list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .ec-layoutRole .special_detail_page article .box .borderbox {
    padding: 30px;
  }
}

.ec-layoutRole .news_list_page .ec-layoutRole__maincontents {
  margin-top: 20px;
}

.ec-layoutRole .news_list_page .ec-layoutRole__maincontents ._title {
  margin: 100px auto;
  text-align: center;
}

.ec-layoutRole .news_list_page .ec-layoutRole__maincontents ._title h1 {
  display: inline-block;
  font-size: 24px;
}

.ec-layoutRole .news_list_page .ec-layoutRole__maincontents ._title h1::after {
  content: "";
  display: block;
  margin-top: -4px;
  border-bottom: 6px solid #ffdf3c;
}

.ec-layoutRole .news_list_page .ec-layoutRole__maincontents ._contents {
  margin-bottom: 80px;
}

.ec-layoutRole .news_list_page .ec-layoutRole__maincontents .ec-newsRole__newsDate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 35px;
  padding-left: 55px;
  width: 20%;
}

.ec-layoutRole .news_list_page .ec-layoutRole__maincontents ._new .ec-newsRole__newsDate {
  padding-right: 20px;
  padding-left: 0;
}

.ec-layoutRole .news_list_page .ec-layoutRole__maincontents ._new .ec-newsRole__newsDate::before {
  content: "";
  background-image: url(../img/top/new.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin-right: 20px;
  height: 35px;
  width: 35px;
}

.ec-layoutRole .news_list_page .ec-layoutRole__maincontents .ec-newsRole__newsColumn {
  min-width: auto;
  width: 80%;
}

.ec-layoutRole .news_list_page .ec-layoutRole__maincontents .ec-newsRole__newsColumn .ec-newsRole__newsTitle {
  display: inline-block;
  width: 90%;
  font-size: 14px;
  font-weight: bold;
  color: #7D7D7D;
  line-height: 1.6;
}

/* ページャー */
.ec-layoutRole .news_list_page {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  padding: 0;
  margin-bottom: 100px;
}

.ec-layoutRole .news_list_page ._other_pages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 36px;
}

.ec-layoutRole .news_list_page ._other_pages img {
  width: 12px;
}

.ec-layoutRole .news_list_page ._other_pages ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 20px;
}

.ec-layoutRole .news_list_page ._other_pages li._active {
  background-color: #02acef;
}

.ec-layoutRole .news_list_page ._other_pages li {
  margin: 0 10px;
  padding: 10px 15px;
  background-color: #efefef;
}

.ec-layoutRole .news_list_page ._other_pages li._active a {
  color: #fff;
}

.ec-layoutRole .news_list_page ._other_pages li a {
  display: block;
}

@media (max-width: 680px) {
  .ec-layoutRole .news_list_page .ec-layoutRole__maincontents ._contents {
    padding: 0 25px;
    width: auto;
  }
  .ec-layoutRole .news_list_page .ec-layoutRole__maincontents ._title {
    text-align: center;
    margin-top: 50px;
  }
  .ec-layoutRole .news_list_page .ec-layoutRole__maincontents ._title h1 {
    margin: 0 auto;
  }
  .ec-layoutRole .news_list_page .ec-layoutRole__maincontents .ec-newsRole__newsDate {
    padding-right: 20px;
    margin: 5px 0 5px;
    width: auto;
    font-size: 12px;
  }
  .ec-layoutRole .news_list_page .ec-layoutRole__maincontents .ec-newsRole__newsColumn {
    width: 60%;
  }
  .ec-layoutRole .news_list_page .ec-layoutRole__maincontents .ec-newsRole__newsColumn .ec-newsRole__newsTitle {
    margin: 0;
  }
  .ec-layoutRole .news_list_page ._other_pages {
    margin-top: 30px;
  }
  .ec-layoutRole .news_list_page .ec-shelfRole {
    padding: 0;
  }
  .ec-layoutRole .news_list_page .ec-shelfRole ._other_pages {
    margin-top: 30px;
  }
}

.ec-layoutRole .news_detail_page {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  padding: 0;
  margin-bottom: 100px;
}

.ec-layoutRole .news_detail_page .ec-layoutRole__maincontents {
  margin-top: 24px;
}

.ec-layoutRole .news_detail_page .ec-layoutRole__maincontents .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 8px;
  margin: 100px 0 50px;
}

.ec-layoutRole .news_detail_page .ec-layoutRole__maincontents .title h1 {
  font-size: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ec-layoutRole .news_detail_page .ec-newsRole__news .ec-newsRole__newsItem {
  padding: 20px 50px;
  font-size: 14px;
}

@media (max-width: 680px) {
  .ec-layoutRole .news_detail_page .ec-layoutRole__maincontents ._contents {
    padding: 0 25px;
    width: auto;
  }
  .ec-layoutRole .news_detail_page .ec-layoutRole__maincontents .title {
    text-align: center;
    margin-top: 50px;
  }
  .ec-layoutRole .news_detail_page .ec-layoutRole__maincontents .title h1 {
    margin: 0 auto;
  }
  .ec-layoutRole .news_detail_page .ec-newsRole__news .ec-newsRole__newsItem {
    padding: 20px 0;
    width: 90%;
    /*font-size: 12px;*/
    margin: 0 auto;
  }
}

.ec-layoutRole .contact_page {
  max-width: 1000px;
  margin: 0 auto;
}

.ec-layoutRole .contact_page .ec-contactRole {
  color: #191919;
  margin: 0;
  padding: 0;
}

.ec-layoutRole .contact_page .ec-pageHeader {
  margin: 80px 0 50px;
}

.ec-layoutRole .contact_page .ec-pageHeader h1 {
  border: none;
  color: #191919;
  font-size: 24px;
  text-align: center;
  margin: 0;
  padding: 0;
}

.ec-layoutRole .contact_page .ec-contactConfirmRole {
  padding: 0;
}

.ec-layoutRole .contact_page .ec-off1Grid__cell {
  margin: 0;
  width: 100%;
}

.ec-layoutRole .contact_page .ec-para-normal {
  text-align: center;
}

.ec-layoutRole .contact_page .ec-borderedDefs {
  border: 2px solid #e2e2e2;
  margin: 20px 0 50px;
  padding-bottom: 50px;
}

.ec-layoutRole .contact_page .ec-borderedDefs h3 {
  background-color: #efefef;
  border-bottom: 2px solid #e2e2e2;
  font-size: 16px;
  font-weight: normal;
  padding: 15px 0;
  margin-bottom: 30px;
  text-align: center;
}

.ec-layoutRole .contact_page .ec-borderedDefs ._text {
  font-size: 13px;
  text-align: center;
  margin-bottom: 30px;
}

.ec-layoutRole .contact_page .ec-borderedDefs input,
.ec-layoutRole .contact_page .ec-borderedDefs textarea {
  border: 2px solid #e2e2e2;
  border-radius: 5px;
}

.ec-layoutRole .contact_page .ec-borderedDefs select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 2px solid #e2e2e2;
  border-radius: 5px;
  background-image: url(../img/icon/detail_arrow.png);
  background-repeat: no-repeat;
  background-position: 90% 50%;
  background-size: 18px;
  color: #999;
  height: 40px;
  width: 294px;
}

.ec-layoutRole .contact_page .ec-borderedDefs .ec-zipInput input,
.ec-layoutRole .contact_page .ec-borderedDefs .ec-telInput input {
  width: 294px;
  max-width: unset;
}

.ec-layoutRole .contact_page .ec-borderedDefs dl {
  border: none;
}

.ec-layoutRole .contact_page .ec-borderedDefs dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: baseline;
      align-self: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 50px;
  margin-right: 20px;
}

.ec-layoutRole .contact_page .ec-borderedDefs dt .ec-required {
  background-color: #db1e83;
  color: #fff;
  font-size: 13px;
  height: 18px;
  padding: 0px 5px;
}

.ec-layoutRole .contact_page .ec-borderedDefs dd {
  margin-right: 50px;
}

.ec-layoutRole .contact_page .ec-borderedDefs .ec-zipInputHelp a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ec-layoutRole .contact_page .ec-borderedDefs .ec-zipInputHelp a span {
  color: #191919;
  font-size: 13px;
}

.ec-layoutRole .contact_page .ec-borderedDefs .ec-zipInputHelp a img {
  margin-left: 8px;
  width: 25px;
}

.ec-layoutRole .contact_page .ec-borderedDefs .ec-halfInput {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ec-layoutRole .contact_page .ec-borderedDefs .ec-halfInput input {
  width: 48%;
}

.ec-layoutRole .contact_page .ec-borderedDefs .ec-halfInput.error {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ec-layoutRole .contact_page .ec-borderedDefs .ec-halfInput.error .ec-errorMessage {
  width: 100%;
}

.ec-layoutRole .contact_page .ec-blockBtn--action {
  background-color: #333;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  font-weight: normal;
  margin: 50px 0 20px;
}

.ec-layoutRole .contact_page .ec-blockBtn--cancel {
  border-radius: 5px;
  font-size: 16px;
  font-weight: normal;
}

.ec-layoutRole .contact_complete_page {
  max-width: 1000px;
  margin: 0 auto;
}

.ec-layoutRole .contact_complete_page .ec-pageHeader {
  margin: 80px 0 50px;
}

.ec-layoutRole .contact_complete_page .ec-pageHeader h1 {
  border: none;
  color: #191919;
  font-size: 24px;
  text-align: center;
  margin: 0;
  padding: 0;
}

.ec-layoutRole .contact_complete_page .ec-contactCompleteRole {
  color: #111;
}

.ec-layoutRole .contact_complete_page .ec-contactCompleteRole .ec-off3Grid__cell {
  margin: 0;
  width: 100%;
}

.ec-layoutRole .contact_complete_page .ec-contactCompleteRole .ec-reportDescription {
  width: 60%;
  margin: 0 auto;
}

.ec-layoutRole .contact_complete_page .ec-blockBtn--cancel {
  background-color: #ffdf3c;
  border-color: #ffdf3c;
  border-radius: 5px;
  color: #191919;
  margin: 0 auto;
  margin-top: 50px;
}

@media (max-width: 680px) {
  .ec-layoutRole .contact_page {
    padding: 0 25px;
  }
  .ec-layoutRole .contact_page .ec-borderedDefs dl {
    padding: 10px;
  }
  .ec-layoutRole .contact_page .ec-borderedDefs dd {
    margin: 0;
  }
  .ec-layoutRole .contact_page .ec-borderedDefs dt {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    margin: 0;
  }
  .ec-layoutRole .contact_page .ec-borderedDefs .ec-zipInput input,
  .ec-layoutRole .contact_page .ec-borderedDefs .ec-telInput input {
    width: 144px;
  }
  .ec-layoutRole .contact_page .ec-para-normal {
    text-align: left;
  }
  .ec-layoutRole .ec-reportHeading {
    border: none;
  }
  .ec-layoutRole .contact_complete_page .ec-contactCompleteRole .ec-reportDescription {
    width: 100%;
  }
}

.ec-layoutRole .help_guide_page {
  margin: 0 auto;
  max-width: 1000px;
}

.ec-layoutRole .help_guide_page .ec-pageHeader {
  margin: 80px 0 50px;
}

.ec-layoutRole .help_guide_page .ec-pageHeader h1 {
  border: none;
  color: #191919;
  font-size: 24px;
  text-align: center;
  margin: 0;
  padding: 0;
}

.ec-layoutRole .help_guide_page ._container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ec-layoutRole .help_guide_page .ec-role:after {
  clear: unset;
  display: none;
}

.ec-layoutRole .help_guide_page ._menu {
  width: 28%;
}

.ec-layoutRole .help_guide_page ._menu ul {
  border: 1px solid #e2e2e2;
  margin-bottom: 30px;
}

.ec-layoutRole .help_guide_page ._menu li {
  font-weight: bold;
}

.ec-layoutRole .help_guide_page ._menu li a {
  padding: 15px 30px;
}

.ec-layoutRole .help_guide_page ._menu li a:hover,
.ec-layoutRole .help_guide_page ._menu li ._active {
  background-color: #fff9cd;
  color: unset;
}

.ec-layoutRole .help_guide_page ._menu ._title {
  background-color: #efefef;
  border-bottom: 1px solid #e2e2e2;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  padding: 20px 0;
}

.ec-layoutRole .help_guide_page ._menu ._btn {
  border: 4px solid #e2e2e2;
  font-size: 18px;
  padding: 20px 0;
  text-align: center;
}

.ec-layoutRole .help_guide_page ._box {
  width: 66%;
}

.ec-layoutRole .help_guide_page ._box ._main li {
  margin: 30px 0;
}

.ec-layoutRole .help_guide_page ._box ._main li:first-child {
  margin-top: 0;
}

.ec-layoutRole .help_guide_page ._box ._main h2 {
  font-size: 18px;
}

.ec-layoutRole .help_guide_page ._box ._main div {
  margin: 20px 0;
}

@media (max-width: 680px) {
  .ec-layoutRole .help_guide_page .ec-role {
    padding: 0 25px;
  }
  .ec-layoutRole .help_guide_page .ec-pageHeader {
    margin-top: 50px;
  }
  .ec-layoutRole .help_guide_page ._box {
    width: 100%;
  }
  .ec-layoutRole .help_guide_page ._box ._menu {
    margin-top: 0;
    width: 100%;
  }
  .ec-layoutRole .help_guide_page ._box ._menu ul {
    margin-bottom: 20px;
  }
  .ec-layoutRole .help_guide_page ._main {
    margin-top: 50px;
  }
}

.ec-layoutRole .help_privacy_page,
.ec-layoutRole .help_tradelaw_page,
.ec-layoutRole .help_agreement_page {
  max-width: 1000px;
  margin: 0 auto;
}

.ec-layoutRole .help_privacy_page .ec-role,
.ec-layoutRole .help_tradelaw_page .ec-role,
.ec-layoutRole .help_agreement_page .ec-role {
  margin: 0;
  padding: 0;
}

.ec-layoutRole .help_privacy_page .ec-pageHeader,
.ec-layoutRole .help_tradelaw_page .ec-pageHeader,
.ec-layoutRole .help_agreement_page .ec-pageHeader {
  margin: 80px 0 50px;
}

.ec-layoutRole .help_privacy_page .ec-pageHeader h1,
.ec-layoutRole .help_tradelaw_page .ec-pageHeader h1,
.ec-layoutRole .help_agreement_page .ec-pageHeader h1 {
  border: none;
  color: #191919;
  font-size: 24px;
  text-align: center;
  margin: 0;
  padding: 0;
}

.ec-layoutRole .help_privacy_page ._container,
.ec-layoutRole .help_tradelaw_page ._container,
.ec-layoutRole .help_agreement_page ._container {
  width: 80%;
  margin: 0 auto;
}

.ec-layoutRole .help_privacy_page ._container ._box,
.ec-layoutRole .help_tradelaw_page ._container ._box,
.ec-layoutRole .help_agreement_page ._container ._box {
  margin: 50px 0;
}

.ec-layoutRole .help_privacy_page ._container ._box h2,
.ec-layoutRole .help_tradelaw_page ._container ._box h2,
.ec-layoutRole .help_agreement_page ._container ._box h2 {
  margin: 30px 0 10px;
  font-size: 18px;
  font-weight: bold;
}

.ec-layoutRole .help_privacy_page ._container ._box h3,
.ec-layoutRole .help_tradelaw_page ._container ._box h3,
.ec-layoutRole .help_agreement_page ._container ._box h3 {
  margin: 20px 0 10px;
  font-size: 16px;
  font-weight: bold;
}

.ec-layoutRole .help_privacy_page .ec-borderedDefs,
.ec-layoutRole .help_tradelaw_page .ec-borderedDefs,
.ec-layoutRole .help_agreement_page .ec-borderedDefs {
  border: none;
}

.ec-layoutRole .help_privacy_page .ec-borderedDefs dl,
.ec-layoutRole .help_tradelaw_page .ec-borderedDefs dl,
.ec-layoutRole .help_agreement_page .ec-borderedDefs dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  border: none;
}

.ec-layoutRole .help_privacy_page .ec-borderedDefs dd,
.ec-layoutRole .help_tradelaw_page .ec-borderedDefs dd,
.ec-layoutRole .help_agreement_page .ec-borderedDefs dd {
  line-height: unset;
}

@media (max-width: 680px) {
  .ec-layoutRole .help_privacy_page .ec-pageHeader,
  .ec-layoutRole .help_tradelaw_page .ec-pageHeader,
  .ec-layoutRole .help_agreement_page .ec-pageHeader {
    margin-top: 50px;
  }
  .ec-layoutRole .help_privacy_page ._container,
  .ec-layoutRole .help_tradelaw_page ._container,
  .ec-layoutRole .help_agreement_page ._container {
    padding: 0 25px;
    width: 100%;
  }
  .ec-layoutRole .help_privacy_page .ec-borderedDefs dl,
  .ec-layoutRole .help_tradelaw_page .ec-borderedDefs dl,
  .ec-layoutRole .help_agreement_page .ec-borderedDefs dl {
    padding: 10px 0;
  }
}

.mypage .ec-layoutRole__contents {
  color: #191919;
  max-width: 1000px;
  margin: 0 auto;
}

.mypage .ec-layoutRole__contents .ec-mypageRole {
  padding: 0;
}

.mypage .ec-layoutRole__contents .ec-mypageRole .ec-pagerRole {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mypage .ec-layoutRole__contents .ec-mypageRole .ec-pagerRole img {
  width: 12px;
}

.mypage .ec-layoutRole__contents .ec-mypageRole .ec-pagerRole ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 20px;
}

.mypage .ec-layoutRole__contents .ec-mypageRole .ec-pagerRole ul li {
  margin: 0 10px;
  padding: 10px 15px;
  background-color: #efefef;
}

.mypage .ec-layoutRole__contents .ec-mypageRole .ec-pagerRole ul li._active {
  background-color: #02acef;
}

.mypage .ec-layoutRole__contents .ec-mypageRole .ec-pagerRole ul li._active a {
  color: #fff;
}

.mypage .ec-layoutRole__contents .ec-pageHeader {
  margin: 80px 0 50px;
}

.mypage .ec-layoutRole__contents .ec-pageHeader h1 {
  border: none;
  color: #191919;
  font-size: 24px;
  text-align: center;
  margin: 0;
  padding: 0;
}

.mypage .ec-layoutRole__contents .ec-navlistRole .ec-navlistRole__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #191919;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 16px;
  height: 100%;
  width: 100%;
}

.mypage .ec-layoutRole__contents .ec-navlistRole .ec-navlistRole__item a:hover {
  background-color: #7f0019;
  color: #fff;
}

.mypage .ec-layoutRole__contents .ec-navlistRole .ec-navlistRole__item.active a {
  background-color: #7f0019;
  color: #fff;
}

.mypage .ec-layoutRole__contents .ec-historyRole .ec-historyRole__contents {
  border-top: 1px solid #e2e2e2;
  display: block;
}

.mypage .ec-layoutRole__contents .ec-historyRole .ec-historyRole__contents ._alert_product {
  color: #ff0000;
  margin-bottom: 10px;
}

.mypage .ec-layoutRole__contents .ec-historyRole .ec-historyRole__contents ._alert_done {
  font-weight: bold;
}

.mypage .ec-layoutRole__contents .ec-definitions dt,
.mypage .ec-layoutRole__contents .ec-definitions--soft dt,
.mypage .ec-layoutRole__contents .ec-historyRole__detailPrice {
  font-weight: normal;
}

.mypage .ec-layoutRole__contents .ec-historyRole .ec-imageGrid {
  border: none;
}

.mypage .ec-layoutRole__contents .ec-blockBtn--action {
  background-color: #333;
  border-color: #333;
  border-radius: 5px;
  margin: 0 auto;
  width: 33.3333%;
}

.mypage .ec-layoutRole__contents .ec-totalBox__btn .ec-blockBtn--action {
  background-color: #7f0019;
  border-color: #7f0019;
  color: #191919;
  width: 100%;
}

.mypage .ec-layoutRole__contents .ec-totalBox__btn .ec-blockBtn--cancel {
  background-color: #333;
  border-radius: 5px;
}

.mypage .ec-layoutRole__contents .ec-welcomeMsg {
  border: none;
  padding: 0;
  padding-bottom: 32px;
}

.mypage .ec-layoutRole__contents .ec-welcomeMsg p {
  font-size: 20px;
  font-weight: bold;
}

.mypage .ec-layoutRole__contents .ec-welcomeMsg .alert {
  border-color: #CF3F34;
  background: #FDF1F0;
  color: #DE5D50;
  margin: 10px auto;
  padding: 5px;
  width: 50%;
}

.mypage .ec-layoutRole__contents .ec-welcomeMsg,
.mypage .ec-layoutRole__contents .ec-mypageRole,
.mypage .ec-layoutRole__contents .ec-historyRole .ec-historyRole__contents {
  color: #191919;
}

.mypage .ec-layoutRole__contents .ec-para-normal {
  margin-bottom: 10px;
}

.mypage .ec-layoutRole__contents select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 2px solid #e2e2e2;
  border-radius: 5px;
  background-image: url(../img/icon/detail_arrow.png);
  background-repeat: no-repeat;
  background-position: 90% 50%;
  background-size: 18px;
  background-color: #fff;
  color: #111;
  padding: 6px 12px;
  height: 40px;
  width: 135px;
}

.mypage .ec-layoutRole__contents .ec-orderRole {
  padding: 0;
}

.mypage .ec-layoutRole__contents .ec-orderPayment {
  margin-top: 20px;
}

.mypage .ec-layoutRole__contents .ec-orderPayment .ec-rectHeading {
  margin-bottom: 20px;
}

.mypage .ec-layoutRole__contents .ec-cartCompleteRole {
  padding: 0;
}

.mypage .ec-layoutRole__contents .ec-cartCompleteRole .ec-reportHeading {
  border: none;
}

.mypage .ec-layoutRole__contents .ec-off3Grid {
  color: #111;
}

.mypage .ec-layoutRole__contents .ec-off3Grid .ec-off3Grid__cell {
  width: 60%;
  margin: 0 auto;
}

.mypage .ec-layoutRole__contents .ec-off3Grid .ec-blockBtn--primary {
  background-color: #7f0019;
  border-color: #7f0019;
  border-radius: 5px;
  color: #111;
  margin: 0 auto;
  margin-top: 50px;
}

.mypage .ec-registerRole {
  color: #191919;
}

.registration_page .ec-registerRole {
  color: #191919;
}

#page_entry_activate .ec-forgotRole,
#page_entry_activate .ec-registerRole,
#page_mypage_withdraw_complete .ec-forgotRole,
#page_mypage_withdraw_complete .ec-registerRole,
#page_shopping_complete .ec-forgotRole,
#page_shopping_complete .ec-registerRole,
#page_entry_complete .ec-forgotRole,
#page_entry_complete .ec-registerRole,
#page_mypage_change_complete .ec-forgotRole,
#page_mypage_change_complete .ec-registerRole,
#page_forgot .ec-forgotRole,
#page_forgot .ec-registerRole,
#page_forgot_complete .ec-forgotRole,
#page_forgot_complete .ec-registerRole,
#page_forgot_reset .ec-forgotRole,
#page_forgot_reset .ec-registerRole {
  color: #191919;
}

#page_entry_activate .ec-role,
#page_mypage_withdraw_complete .ec-role,
#page_shopping_complete .ec-role,
#page_entry_complete .ec-role,
#page_mypage_change_complete .ec-role,
#page_forgot .ec-role,
#page_forgot_complete .ec-role,
#page_forgot_reset .ec-role {
  margin: 0 auto;
}

#page_entry_activate .ec-role .ec-pageHeader,
#page_mypage_withdraw_complete .ec-role .ec-pageHeader,
#page_shopping_complete .ec-role .ec-pageHeader,
#page_entry_complete .ec-role .ec-pageHeader,
#page_mypage_change_complete .ec-role .ec-pageHeader,
#page_forgot .ec-role .ec-pageHeader,
#page_forgot_complete .ec-role .ec-pageHeader,
#page_forgot_reset .ec-role .ec-pageHeader {
  margin: 80px 0 50px;
}

#page_entry_activate .ec-role .ec-pageHeader h1,
#page_mypage_withdraw_complete .ec-role .ec-pageHeader h1,
#page_shopping_complete .ec-role .ec-pageHeader h1,
#page_entry_complete .ec-role .ec-pageHeader h1,
#page_mypage_change_complete .ec-role .ec-pageHeader h1,
#page_forgot .ec-role .ec-pageHeader h1,
#page_forgot_complete .ec-role .ec-pageHeader h1,
#page_forgot_reset .ec-role .ec-pageHeader h1 {
  border: none;
  color: #191919;
  font-size: 24px;
  text-align: center;
  margin: 0;
  padding: 0;
}

#page_entry_activate .ec-registerCompleteRole,
#page_entry_activate .ec-cartCompleteRole,
#page_mypage_withdraw_complete .ec-registerCompleteRole,
#page_mypage_withdraw_complete .ec-cartCompleteRole,
#page_shopping_complete .ec-registerCompleteRole,
#page_shopping_complete .ec-cartCompleteRole,
#page_entry_complete .ec-registerCompleteRole,
#page_entry_complete .ec-cartCompleteRole,
#page_mypage_change_complete .ec-registerCompleteRole,
#page_mypage_change_complete .ec-cartCompleteRole,
#page_forgot .ec-registerCompleteRole,
#page_forgot .ec-cartCompleteRole,
#page_forgot_complete .ec-registerCompleteRole,
#page_forgot_complete .ec-cartCompleteRole,
#page_forgot_reset .ec-registerCompleteRole,
#page_forgot_reset .ec-cartCompleteRole {
  color: #191919;
}

#page_entry_activate .ec-registerCompleteRole .ec-blockBtn--cancel,
#page_entry_activate .ec-cartCompleteRole .ec-blockBtn--cancel,
#page_mypage_withdraw_complete .ec-registerCompleteRole .ec-blockBtn--cancel,
#page_mypage_withdraw_complete .ec-cartCompleteRole .ec-blockBtn--cancel,
#page_shopping_complete .ec-registerCompleteRole .ec-blockBtn--cancel,
#page_shopping_complete .ec-cartCompleteRole .ec-blockBtn--cancel,
#page_entry_complete .ec-registerCompleteRole .ec-blockBtn--cancel,
#page_entry_complete .ec-cartCompleteRole .ec-blockBtn--cancel,
#page_mypage_change_complete .ec-registerCompleteRole .ec-blockBtn--cancel,
#page_mypage_change_complete .ec-cartCompleteRole .ec-blockBtn--cancel,
#page_forgot .ec-registerCompleteRole .ec-blockBtn--cancel,
#page_forgot .ec-cartCompleteRole .ec-blockBtn--cancel,
#page_forgot_complete .ec-registerCompleteRole .ec-blockBtn--cancel,
#page_forgot_complete .ec-cartCompleteRole .ec-blockBtn--cancel,
#page_forgot_reset .ec-registerCompleteRole .ec-blockBtn--cancel,
#page_forgot_reset .ec-cartCompleteRole .ec-blockBtn--cancel {
  background-color: #ffdf3c;
  border-color: #ffdf3c;
  border-radius: 5px;
  color: #191919;
  margin: 0 auto;
  margin-top: 50px;
}

#page_entry_activate .ec-off4Grid .ec-off4Grid__cell .ec-blockBtn--cancel,
#page_entry_activate .ec-off4Grid .ec-off4Grid__cell .ec-blockBtn--primary,
#page_mypage_withdraw_complete .ec-off4Grid .ec-off4Grid__cell .ec-blockBtn--cancel,
#page_mypage_withdraw_complete .ec-off4Grid .ec-off4Grid__cell .ec-blockBtn--primary,
#page_shopping_complete .ec-off4Grid .ec-off4Grid__cell .ec-blockBtn--cancel,
#page_shopping_complete .ec-off4Grid .ec-off4Grid__cell .ec-blockBtn--primary,
#page_entry_complete .ec-off4Grid .ec-off4Grid__cell .ec-blockBtn--cancel,
#page_entry_complete .ec-off4Grid .ec-off4Grid__cell .ec-blockBtn--primary,
#page_mypage_change_complete .ec-off4Grid .ec-off4Grid__cell .ec-blockBtn--cancel,
#page_mypage_change_complete .ec-off4Grid .ec-off4Grid__cell .ec-blockBtn--primary,
#page_forgot .ec-off4Grid .ec-off4Grid__cell .ec-blockBtn--cancel,
#page_forgot .ec-off4Grid .ec-off4Grid__cell .ec-blockBtn--primary,
#page_forgot_complete .ec-off4Grid .ec-off4Grid__cell .ec-blockBtn--cancel,
#page_forgot_complete .ec-off4Grid .ec-off4Grid__cell .ec-blockBtn--primary,
#page_forgot_reset .ec-off4Grid .ec-off4Grid__cell .ec-blockBtn--cancel,
#page_forgot_reset .ec-off4Grid .ec-off4Grid__cell .ec-blockBtn--primary {
  background-color: #ffdf3c;
  border-color: #ffdf3c;
  border-radius: 5px;
  color: #191919;
  margin: 0 auto;
  margin-top: 50px;
}

#page_mypage_withdraw_complete .ec-off4Grid .ec-off4Grid__cell {
  width: auto;
}

#page_cart .ec-cartRole,
#page_cart .ec-orderRole,
#page_cart .ec-contactConfirmRole,
#page_shopping_login .ec-cartRole,
#page_shopping_login .ec-orderRole,
#page_shopping_login .ec-contactConfirmRole,
#page_mypage_login .ec-cartRole,
#page_mypage_login .ec-orderRole,
#page_mypage_login .ec-contactConfirmRole,
#page_shopping .ec-cartRole,
#page_shopping .ec-orderRole,
#page_shopping .ec-contactConfirmRole,
#page_shopping_confirm .ec-cartRole,
#page_shopping_confirm .ec-orderRole,
#page_shopping_confirm .ec-contactConfirmRole,
#page_shopping_error .ec-cartRole,
#page_shopping_error .ec-orderRole,
#page_shopping_error .ec-contactConfirmRole,
#page_shopping_complete .ec-cartRole,
#page_shopping_complete .ec-orderRole,
#page_shopping_complete .ec-contactConfirmRole,
#page_contact .ec-cartRole,
#page_contact .ec-orderRole,
#page_contact .ec-contactConfirmRole {
  color: #191919;
}

#page_cart .ec-role,
#page_shopping_login .ec-role,
#page_mypage_login .ec-role,
#page_shopping .ec-role,
#page_shopping_confirm .ec-role,
#page_shopping_error .ec-role,
#page_shopping_complete .ec-role,
#page_contact .ec-role {
  margin: 0 auto;
}

#page_cart .ec-role .ec-pageHeader,
#page_shopping_login .ec-role .ec-pageHeader,
#page_mypage_login .ec-role .ec-pageHeader,
#page_shopping .ec-role .ec-pageHeader,
#page_shopping_confirm .ec-role .ec-pageHeader,
#page_shopping_error .ec-role .ec-pageHeader,
#page_shopping_complete .ec-role .ec-pageHeader,
#page_contact .ec-role .ec-pageHeader {
  margin: 80px 0 50px;
}

#page_cart .ec-role .ec-pageHeader h1,
#page_shopping_login .ec-role .ec-pageHeader h1,
#page_mypage_login .ec-role .ec-pageHeader h1,
#page_shopping .ec-role .ec-pageHeader h1,
#page_shopping_confirm .ec-role .ec-pageHeader h1,
#page_shopping_error .ec-role .ec-pageHeader h1,
#page_shopping_complete .ec-role .ec-pageHeader h1,
#page_contact .ec-role .ec-pageHeader h1 {
  border: none;
  color: #191919;
  font-size: 24px;
  text-align: center;
  margin: 0;
  padding: 0;
}

#page_cart .ec-blockBtn--cancel,
#page_shopping_login .ec-blockBtn--cancel,
#page_mypage_login .ec-blockBtn--cancel,
#page_shopping .ec-blockBtn--cancel,
#page_shopping_confirm .ec-blockBtn--cancel,
#page_shopping_error .ec-blockBtn--cancel,
#page_shopping_complete .ec-blockBtn--cancel,
#page_contact .ec-blockBtn--cancel {
  background-color: #333;
  border-radius: 5px;
  margin: 0 auto;
  margin-top: 50px;
}

#page_cart .ec-blockBtn--action,
#page_shopping_login .ec-blockBtn--action,
#page_mypage_login .ec-blockBtn--action,
#page_shopping .ec-blockBtn--action,
#page_shopping_confirm .ec-blockBtn--action,
#page_shopping_error .ec-blockBtn--action,
#page_shopping_complete .ec-blockBtn--action,
#page_contact .ec-blockBtn--action {
  background-color: #ffdf3c;
  border-color: #ffdf3c;
  border-radius: 5px;
  color: #191919;
}

#page_shopping .ec-blockBtn--cancel,
#page_cart .ec-blockBtn--cancel,
#page_shopping_confirm .ec-blockBtn--cancel,
#page_contact .ec-blockBtn--cancel {
  margin-top: 10px;
}

#page_shopping_login .ec-grid3__cell2,
#page_mypage_login .ec-grid3__cell2 {
  margin: 0 auto;
}

#page_shopping_login .ec-blockBtn--cancel,
#page_mypage_login .ec-blockBtn--cancel {
  background-color: #7f0019;
  border-color: #7f0019;
  color: #191919;
  margin-top: 0;
}

#page_shopping .ec-orderRole,
#page_shopping_confirm .ec-orderRole,
#page_mypage_history .ec-orderRole,
#page_mypage_history_rental_lease .ec-orderRole,
#page_mypage_lease_rental_products_confirm .ec-orderRole {
  max-width: 1000px;
  padding: 0;
}

#page_shopping .ec-orderRole .ec-orderRole__detail,
#page_shopping_confirm .ec-orderRole .ec-orderRole__detail,
#page_mypage_history .ec-orderRole .ec-orderRole__detail,
#page_mypage_history_rental_lease .ec-orderRole .ec-orderRole__detail,
#page_mypage_lease_rental_products_confirm .ec-orderRole .ec-orderRole__detail {
  padding-left: 0;
  /**
      .ec-orderAccount__account,
      .ec-orderDelivery__title,
      .ec-orderDelivery__item,
      .ec-orderDelivery__address,
      .ec-orderDelivery__actions,
      .ec-radio,
      .ec-input,
      .ec-blockRadio,
      .ec-definitions--soft,
      .ec-orderMail{
        margin: 0 25px;
      }
      **/
}

#page_shopping .ec-orderRole .ec-orderRole__detail .ec-orderDelivery,
#page_shopping .ec-orderRole .ec-orderRole__detail .ec-orderPayment,
#page_shopping .ec-orderRole .ec-orderRole__detail .ec-orderConfirm,
#page_shopping_confirm .ec-orderRole .ec-orderRole__detail .ec-orderDelivery,
#page_shopping_confirm .ec-orderRole .ec-orderRole__detail .ec-orderPayment,
#page_shopping_confirm .ec-orderRole .ec-orderRole__detail .ec-orderConfirm,
#page_mypage_history .ec-orderRole .ec-orderRole__detail .ec-orderDelivery,
#page_mypage_history .ec-orderRole .ec-orderRole__detail .ec-orderPayment,
#page_mypage_history .ec-orderRole .ec-orderRole__detail .ec-orderConfirm,
#page_mypage_history_rental_lease .ec-orderRole .ec-orderRole__detail .ec-orderDelivery,
#page_mypage_history_rental_lease .ec-orderRole .ec-orderRole__detail .ec-orderPayment,
#page_mypage_history_rental_lease .ec-orderRole .ec-orderRole__detail .ec-orderConfirm,
#page_mypage_lease_rental_products_confirm .ec-orderRole .ec-orderRole__detail .ec-orderDelivery,
#page_mypage_lease_rental_products_confirm .ec-orderRole .ec-orderRole__detail .ec-orderPayment,
#page_mypage_lease_rental_products_confirm .ec-orderRole .ec-orderRole__detail .ec-orderConfirm {
  margin-bottom: 20px;
}

#page_shopping .ec-orderRole .ec-orderRole__summary,
#page_shopping_confirm .ec-orderRole .ec-orderRole__summary,
#page_mypage_history .ec-orderRole .ec-orderRole__summary,
#page_mypage_history_rental_lease .ec-orderRole .ec-orderRole__summary,
#page_mypage_lease_rental_products_confirm .ec-orderRole .ec-orderRole__summary {
  padding-right: 0;
}

#page_shopping .ec-rectHeading,
#page_shopping_confirm .ec-rectHeading,
#page_mypage_history .ec-rectHeading,
#page_mypage_history_rental_lease .ec-rectHeading,
#page_mypage_lease_rental_products_confirm .ec-rectHeading {
  margin-bottom: 10px;
}

#page_shopping .ec-radio label,
#page_shopping_confirm .ec-radio label,
#page_mypage_history .ec-radio label,
#page_mypage_history_rental_lease .ec-radio label,
#page_mypage_lease_rental_products_confirm .ec-radio label {
  font-weight: unset;
}

#page_pre_entry .ec-pageHeader,
#page_entry .ec-pageHeader,
#page_mypage_change .ec-pageHeader,
#page_forgot .ec-pageHeader,
#page_forgot_reset .ec-pageHeader {
  margin: 80px 0 50px;
}

#page_pre_entry .ec-pageHeader h1,
#page_entry .ec-pageHeader h1,
#page_mypage_change .ec-pageHeader h1,
#page_forgot .ec-pageHeader h1,
#page_forgot_reset .ec-pageHeader h1 {
  border: none;
  color: #191919;
  font-size: 24px;
  text-align: center;
  margin: 0;
  padding: 0;
}

#page_pre_entry .ec-layoutRole__main,
#page_entry .ec-layoutRole__main,
#page_mypage_change .ec-layoutRole__main,
#page_forgot .ec-layoutRole__main,
#page_forgot_reset .ec-layoutRole__main {
  max-width: 1000px;
  margin: 0 auto;
}

#page_pre_entry .ec-registerRole,
#page_entry .ec-registerRole,
#page_mypage_change .ec-registerRole,
#page_forgot .ec-registerRole,
#page_forgot_reset .ec-registerRole {
  padding: 0;
}

#page_pre_entry .ec-registerRole .ec-off1Grid__cell form > p,
#page_entry .ec-registerRole .ec-off1Grid__cell form > p,
#page_mypage_change .ec-registerRole .ec-off1Grid__cell form > p,
#page_forgot .ec-registerRole .ec-off1Grid__cell form > p,
#page_forgot_reset .ec-registerRole .ec-off1Grid__cell form > p {
  text-align: center;
}

#page_pre_entry .ec-borderedDefs,
#page_entry .ec-borderedDefs,
#page_mypage_change .ec-borderedDefs,
#page_forgot .ec-borderedDefs,
#page_forgot_reset .ec-borderedDefs {
  margin: 20px 0 50px;
}

#page_pre_entry .ec-borderedDefs dl,
#page_entry .ec-borderedDefs dl,
#page_mypage_change .ec-borderedDefs dl,
#page_forgot .ec-borderedDefs dl,
#page_forgot_reset .ec-borderedDefs dl {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

#page_pre_entry .ec-borderedDefs dt,
#page_entry .ec-borderedDefs dt,
#page_mypage_change .ec-borderedDefs dt,
#page_forgot .ec-borderedDefs dt,
#page_forgot_reset .ec-borderedDefs dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: 20px;
}

#page_pre_entry .ec-borderedDefs dt .ec-required,
#page_entry .ec-borderedDefs dt .ec-required,
#page_mypage_change .ec-borderedDefs dt .ec-required,
#page_forgot .ec-borderedDefs dt .ec-required,
#page_forgot_reset .ec-borderedDefs dt .ec-required {
  background-color: #db1e83;
  color: #fff;
  font-size: 13px;
  height: 18px;
  padding: 0px 5px;
}

#page_pre_entry .ec-borderedDefs .ec-birth,
#page_entry .ec-borderedDefs .ec-birth,
#page_mypage_change .ec-borderedDefs .ec-birth,
#page_forgot .ec-borderedDefs .ec-birth,
#page_forgot_reset .ec-borderedDefs .ec-birth {
  margin-left: -8px;
}

#page_pre_entry .ec-borderedDefs select,
#page_entry .ec-borderedDefs select,
#page_mypage_change .ec-borderedDefs select,
#page_forgot .ec-borderedDefs select,
#page_forgot_reset .ec-borderedDefs select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 2px solid #e2e2e2;
  border-radius: 5px;
  background-image: url(../img/icon/detail_arrow.png);
  background-repeat: no-repeat;
  background-position: 90% 50%;
  background-size: 18px;
  background-color: #fff;
  color: #999;
  padding: 6px 30px 6px 15px;
  height: 40px;
  width: auto;
}

#page_pre_entry .ec-borderedDefs .ec-radio #entry_applicant_type input,
#page_entry .ec-borderedDefs .ec-radio #entry_applicant_type input,
#page_mypage_change .ec-borderedDefs .ec-radio #entry_applicant_type input,
#page_forgot .ec-borderedDefs .ec-radio #entry_applicant_type input,
#page_forgot_reset .ec-borderedDefs .ec-radio #entry_applicant_type input {
  margin-right: 3px;
}

#page_pre_entry .ec-borderedDefs .ec-radio #entry_applicant_type label,
#page_entry .ec-borderedDefs .ec-radio #entry_applicant_type label,
#page_mypage_change .ec-borderedDefs .ec-radio #entry_applicant_type label,
#page_forgot .ec-borderedDefs .ec-radio #entry_applicant_type label,
#page_forgot_reset .ec-borderedDefs .ec-radio #entry_applicant_type label {
  margin-right: 0;
}

#page_pre_entry .ec-borderedDefs .ec-zipInputHelp a,
#page_entry .ec-borderedDefs .ec-zipInputHelp a,
#page_mypage_change .ec-borderedDefs .ec-zipInputHelp a,
#page_forgot .ec-borderedDefs .ec-zipInputHelp a,
#page_forgot_reset .ec-borderedDefs .ec-zipInputHelp a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#page_pre_entry .ec-borderedDefs .ec-zipInputHelp a span,
#page_entry .ec-borderedDefs .ec-zipInputHelp a span,
#page_mypage_change .ec-borderedDefs .ec-zipInputHelp a span,
#page_forgot .ec-borderedDefs .ec-zipInputHelp a span,
#page_forgot_reset .ec-borderedDefs .ec-zipInputHelp a span {
  color: #191919;
  font-size: 13px;
}

#page_pre_entry .ec-borderedDefs .ec-zipInputHelp a img,
#page_entry .ec-borderedDefs .ec-zipInputHelp a img,
#page_mypage_change .ec-borderedDefs .ec-zipInputHelp a img,
#page_forgot .ec-borderedDefs .ec-zipInputHelp a img,
#page_forgot_reset .ec-borderedDefs .ec-zipInputHelp a img {
  margin-left: 8px;
  width: 25px;
}

#page_pre_entry .ec-registerRole__actions .ec-off4Grid .ec-off4Grid__cell,
#page_entry .ec-registerRole__actions .ec-off4Grid .ec-off4Grid__cell,
#page_mypage_change .ec-registerRole__actions .ec-off4Grid .ec-off4Grid__cell,
#page_forgot .ec-registerRole__actions .ec-off4Grid .ec-off4Grid__cell,
#page_forgot_reset .ec-registerRole__actions .ec-off4Grid .ec-off4Grid__cell {
  width: 35%;
}

#page_pre_entry .ec-registerRole__actions .ec-off4Grid .ec-off4Grid__cell .ec-blockBtn--cancel,
#page_entry .ec-registerRole__actions .ec-off4Grid .ec-off4Grid__cell .ec-blockBtn--cancel,
#page_mypage_change .ec-registerRole__actions .ec-off4Grid .ec-off4Grid__cell .ec-blockBtn--cancel,
#page_forgot .ec-registerRole__actions .ec-off4Grid .ec-off4Grid__cell .ec-blockBtn--cancel,
#page_forgot_reset .ec-registerRole__actions .ec-off4Grid .ec-off4Grid__cell .ec-blockBtn--cancel {
  border-radius: 5px;
  background-color: #333;
}

#page_pre_entry .ec-checkbox label,
#page_entry .ec-checkbox label,
#page_mypage_change .ec-checkbox label,
#page_forgot .ec-checkbox label,
#page_forgot_reset .ec-checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#page_pre_entry .ec-checkbox label input,
#page_entry .ec-checkbox label input,
#page_mypage_change .ec-checkbox label input,
#page_forgot .ec-checkbox label input,
#page_forgot_reset .ec-checkbox label input {
  margin-right: 10px;
}

#page_pre_entry .ec-blockBtn--action,
#page_entry .ec-blockBtn--action,
#page_mypage_change .ec-blockBtn--action,
#page_forgot .ec-blockBtn--action,
#page_forgot_reset .ec-blockBtn--action {
  border-radius: 5px;
  background-color: #7f0019;
  border-color: #7f0019;
  color: #191919;
}

#page_mypage_change .ec-RegisterRole__actions .ec-off4Grid .ec-off4Grid__cell .ec-blockBtn--cancel {
  border-radius: 5px;
  background-color: #333;
}

#page_mypage_change .ec-layoutRole__contents .ec-blockBtn--action {
  margin: 0 0 10px;
  background-color: #333;
  border-color: #333;
  color: #fff;
}

#page_mypage_change .ec-halfInput .ec-blockBtn--action {
  border-color: #333;
  color: #fff;
}

#page_mypage_change .ec-modal-wrap {
  padding: 40px;
}

#page_mypage_change .ec-modal-box .ec-role .ec-inlineBtn--cancel,
#page_mypage_change .ec-modal-box .ec-role .ec-inlineBtn--action {
  border-radius: 5px;
}

#page_mypage_change .ec-modal-box .ec-role .ec-inlineBtn--cancel {
  background-color: #333;
}

#page_mypage_change .ec-modal-box .ec-role .ec-inlineBtn--action {
  background-color: #7f0019;
  border-color: #7f0019;
}

#page_mypage_history .ec-rectHeading,
#page_mypage_history_rental_lease .ec-rectHeading {
  color: #191919;
}

#page_mypage_history .ec-layoutRole__contents .ec-blockBtn--action,
#page_mypage_history_rental_lease .ec-layoutRole__contents .ec-blockBtn--action {
  width: auto;
}

#page_mypage_history .ec-layoutRole__main .ec-layoutRole__main .ec-role,
#page_mypage_history_rental_lease .ec-layoutRole__main .ec-layoutRole__main .ec-role {
  margin-top: 20px;
}

#page_mypage_history .ec-layoutRole__main .ec-layoutRole__main .ec-role .ec-inlineBtn,
#page_mypage_history_rental_lease .ec-layoutRole__main .ec-layoutRole__main .ec-role .ec-inlineBtn {
  background-color: #fff;
  border-radius: 5px;
  border-color: #333;
  color: #191919;
}

#page_forgot .ec-borderedDefs,
#page_forgot_reset .ec-borderedDefs {
  margin-top: 20px;
}

#page_forgot .ec-blockBtn--action,
#page_forgot_reset .ec-blockBtn--action {
  background-color: #7f0019;
  border-color: #7f0019;
  color: #191919;
}

#page_pre_entry .ec-registerRole {
  color: #191919;
}

#page_pre_entry .ec-blockBtn--action {
  background-color: #333;
  border: unset;
  color: #fff;
}

@media (max-width: 680px) {
  .mypage .ec-layoutRole__contents {
    padding: 0 25px;
  }
  .mypage .ec-layoutRole__contents .ec-reportHeading h2 {
    font-size: 20px;
  }
  .mypage .ec-layoutRole__contents .ec-historyRole .ec-historyRole__detail {
    border: none;
  }
  .mypage .ec-layoutRole__contents .ec-blockBtn--action {
    margin-top: 50px;
    width: 90%;
  }
  .mypage .ec-layoutRole__contents .ec-totalBox {
    margin-top: 50px;
  }
  .mypage .ec-layoutRole__contents .ec-welcomeMsg .alert {
    width: 100%;
  }
  .mypage .ec-layoutRole__contents select {
    width: 60%;
  }
  .mypage .ec-layoutRole__contents .ec-off3Grid .ec-off3Grid__cell {
    width: 100%;
  }
  #page_shopping .ec-layoutRole,
  #page_shopping_confirm .ec-layoutRole,
  #page_shopping_error .ec-layoutRole,
  #page_forgot_complete .ec-layoutRole {
    padding: 0 25px;
  }
  #page_entry_activate .topic_path {
    padding: 0;
  }
  #page_entry_activate .ec-layoutRole__contents {
    padding: 0 25px;
  }
  #page_entry_activate .ec-registerCompleteRole {
    padding: 0;
  }
  #page_entry_activate .ec-reportHeading h2 {
    font-size: 20px;
  }
  #page_shopping .ec-cartRole,
  #page_shopping_confirm .ec-cartRole {
    padding: 0;
  }
  #page_shopping .ec-orderRole,
  #page_shopping_confirm .ec-orderRole {
    margin-top: 20px;
  }
  #page_shopping .ec-orderRole .ec-orderRole__detail .ec-orderAccount__account,
  #page_shopping .ec-orderRole .ec-orderRole__detail .ec-orderDelivery__title,
  #page_shopping .ec-orderRole .ec-orderRole__detail .ec-orderDelivery__item,
  #page_shopping .ec-orderRole .ec-orderRole__detail .ec-orderDelivery__address,
  #page_shopping .ec-orderRole .ec-orderRole__detail .ec-orderDelivery__actions,
  #page_shopping .ec-orderRole .ec-orderRole__detail .ec-radio,
  #page_shopping .ec-orderRole .ec-orderRole__detail .ec-input,
  #page_shopping .ec-orderRole .ec-orderRole__detail .ec-blockRadio,
  #page_shopping_confirm .ec-orderRole .ec-orderRole__detail .ec-orderAccount__account,
  #page_shopping_confirm .ec-orderRole .ec-orderRole__detail .ec-orderDelivery__title,
  #page_shopping_confirm .ec-orderRole .ec-orderRole__detail .ec-orderDelivery__item,
  #page_shopping_confirm .ec-orderRole .ec-orderRole__detail .ec-orderDelivery__address,
  #page_shopping_confirm .ec-orderRole .ec-orderRole__detail .ec-orderDelivery__actions,
  #page_shopping_confirm .ec-orderRole .ec-orderRole__detail .ec-radio,
  #page_shopping_confirm .ec-orderRole .ec-orderRole__detail .ec-input,
  #page_shopping_confirm .ec-orderRole .ec-orderRole__detail .ec-blockRadio {
    margin: 0 10px;
  }
  #page_pre_entry .ec-layoutRole__main {
    padding: 0 25px;
  }
  #page_pre_entry .ec-borderedDefs {
    margin-bottom: 30px;
  }
  #page_pre_entry .ec-registerRole__actions .ec-off4Grid .ec-off4Grid__cell {
    width: auto;
  }
  #page_entry .ec-registerRole,
  #page_mypage_change .ec-registerRole,
  #page_forgot .ec-registerRole,
  #page_forgot_reset .ec-registerRole {
    padding: 0 25px;
  }
  #page_entry .ec-borderedDefs dl,
  #page_mypage_change .ec-borderedDefs dl,
  #page_forgot .ec-borderedDefs dl,
  #page_forgot_reset .ec-borderedDefs dl {
    padding: 10px 0;
  }
  #page_entry .ec-borderedDefs dt,
  #page_mypage_change .ec-borderedDefs dt,
  #page_forgot .ec-borderedDefs dt,
  #page_forgot_reset .ec-borderedDefs dt {
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  #page_entry .ec-registerRole__actions .ec-off4Grid .ec-off4Grid__cell {
    width: auto;
  }
  #page_pre_entry .ec-borderedDefs .ec-birth,
  #page_entry .ec-borderedDefs .ec-birth,
  #page_mypage_change .ec-borderedDefs .ec-birth,
  #page_forgot .ec-borderedDefs .ec-birth,
  #page_forgot_reset .ec-borderedDefs .ec-birth {
    margin-left: 0;
  }
}

body {
  font-size: 16px;
  background-color: #fff;
  min-width: 1100px;
}

body,
a {
  font-family: 'Noto Sans Japanese','Hiragino Kaku Gothic ProN',serif,sans-serif,"游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo;
  color: #111;
}

a {
  display: block;
}

a:hover {
  color: unset;
}

h1, h2, h3, h4, h5 {
  font-weight: bold;
}

h3 {
  font-size: 20px;
}

.ec-role {
  margin: 0;
  padding: 0;
}

._subtitle {
  border-bottom: 1px solid #7f0019;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 8px;
}

._subtitle h2 {
  color: #7f0019;
  font-size: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

._subtitle a {
  background-color: #993347;
  border-radius: 20px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  padding: 5px 0;
  width: 138px;
}

._subtitle a:hover {
  background-color: #7f0019;
  border: 2px solid #111;
  -webkit-box-shadow: 2px 2px #111;
          box-shadow: 2px 2px #111;
  color: #fff;
}

._subtitle img {
  margin-left: 10px;
  height: 36px;
  width: auto;
}

._sp {
  display: none;
}

.ec-blockTopBtn {
  background-color: unset;
  background-image: url(../img/icon/pagetop.png);
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 50px;
  height: 68px;
  width: 68px;
}

.ec-blockTopBtn:hover {
  background-image: url(../img/icon/pagetop_hover2.png);
}

@media (max-width: 680px) {
  body {
    font-size: 18px;
    min-width: unset;
  }
  ._pc {
    display: none;
  }
  ._sp {
    display: block;
  }
  ._subtitle {
    border-bottom: 4px solid #7f0019;
    margin-bottom: 40px;
    text-align: center;
  }
  ._subtitle h2 {
    margin: 0 auto;
  }
  ._subtitle a {
    display: none;
  }
  .ec-blockTopBtn {
    background-color: unset;
    bottom: 50px;
    right: 20px;
    width: 60px;
  }
  .ec-blockTopBtn img {
    width: 100%;
  }
}
/*# sourceMappingURL=customize.css.map */