@charset "UTF-8";
/* カスタマイズ用CSS */
.ec-layoutRole {
  font-size: 1rem;
}

ul {
  list-style: none;
  padding: 0;
}

.sec-ttl {
  width: 100%;
  background: #1b53a4;
  color: #fff;
  font-size: 1rem;
  padding: 10px 15px;
  border-bottom: solid 3px #b0c0e1;
  margin-top: 0;
}

.sec-ttl_sub {
  color: #1952a4;
  background: #d1daed;
  padding: 1em 1.5em;
  margin-bottom: 0.9375rem;
}

.ec-role {
  margin-bottom: 1.875rem;
}

.inner {
  max-width: 1150px;
  padding: 0 20px;
}

.ec-layoutRole__contents {
  margin-top: 1.25rem;
}

.ec-role > div {
  padding: 0;
}

.ec-headerSearch .ec-headerSearch__keyword {
  border-radius: 0;
  float: none;
  width: 100%;
}
@media (max-width: 640px) {
  .ec-headerSearch .ec-headerSearch__keyword {
    box-sizing: border-box;
    width: calc(100% - 2.5rem);
    margin: 0 auto;
  }
}

.ec-headerNaviRole__right {
  margin-left: auto;
}
@media (max-width: 640px) {
  .ec-headerNaviRole__right {
    display: none !important;
  }
}
.ec-headerNaviRole__header {
  display: block;
}
@media (max-width: 640px) {
  .ec-headerNaviRole__header {
    display: none;
  }
}
.ec-headerNaviRole__header_logo a {
  display: block;
}
.ec-headerNaviRole__header_txt {
  text-align: center;
  background: #eeeff2;
  color: #1b53a4;
  font-size: 0.875rem;
  padding: 1em;
}
.ec-headerNaviRole__header_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 640px) {
  .ec-headerNaviRole__header_container {
    display: block;
  }
  .ec-headerNaviRole__header_container_left {
    width: 70% !important;
    margin: 0 auto;
  }
}
.ec-headerNaviRole__header_container_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 50%;
}
.ec-headerNaviRole__header_contact_ttl {
  margin-bottom: 0.5em;
}
@media (max-width: 640px) {
  .ec-headerNaviRole__header_contact_ttl {
    text-align: center;
    font-size: 0.875rem;
  }
}
.ec-headerNaviRole__header_contact_container {
  display: flex;
  align-items: center;
  margin-bottom: 1em;
}
@media (max-width: 640px) {
  .ec-headerNaviRole__header_contact_container {
    margin: 0.625rem 0 0;
  }
}
.ec-headerNaviRole__header_contact_container::before {
  content: "";
  display: inline-block;
  background: #337ab7 url(../img/dec_tel_white.svg) no-repeat center/50%;
  fill: #fff;
  border-radius: 50%;
  line-height: 1.5;
  margin-right: 1rem;
  width: 60px;
  height: 60px;
}
@media (max-width: 640px) {
  .ec-headerNaviRole__header_contact_container::before {
    margin-right: 1.25rem;
  }
}
.ec-headerNaviRole__header_contact_container_list {
  margin-bottom: 0;
  padding: 0;
}
.ec-headerNaviRole__header_contact_container_list_item h3 {
  margin: 0;
  font-size: 0.875rem;
}
.ec-headerNaviRole__header_contact_container a {
  text-decoration: none;
  font-weight: 700;
  font-size: 1.25rem;
}
.ec-headerNaviRole__header_contact_container a:hover {
  cursor: pointer;
  opacity: 0.6;
  transition: all 0.3s;
}
.ec-headerNaviRole__header_contact_container_hour {
  color: #525263;
  font-size: 0.875rem;
}
@media (max-width: 640px) {
  .ec-headerNaviRole__header_contact_container_hour {
    font-size: 0.75rem;
  }
}
.ec-headerNaviRole .ec-cartNavi {
  padding: 0;
}

.ec-headerSPRole {
  display: none;
}
@media (max-width: 640px) {
  .ec-headerSPRole {
    width: 100%;
    padding: 1em 20px;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0px -3px 10px 0px rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    -webkit-animation: slideUp 0.5s;
            animation: slideUp 0.5s;
  }
  .ec-headerSPRole.show {
    display: flex;
    justify-content: space-around;
    align-items: center;
    -webkit-animation: slideDown 0.5s;
            animation: slideDown 0.5s;
  }
  @-webkit-keyframes slideDown {
    0% {
      opacity: 0;
      transform: translateY(-100%);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  @keyframes slideDown {
    0% {
      opacity: 0;
      transform: translateY(-100%);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  @-webkit-keyframes slideUp {
    0% {
      opacity: 1;
      transform: translateY(100%);
    }
    100% {
      opacity: 0;
      transform: translateY(0);
    }
  }
  @keyframes slideUp {
    0% {
      opacity: 1;
      transform: translateY(100%);
    }
    100% {
      opacity: 0;
      transform: translateY(0);
    }
  }
  .ec-headerSPRole__logo-sp {
    width: 100%;
    margin: 0;
  }
  .ec-headerSPRole__logo-sp a {
    display: block;
  }
  .ec-headerSPRole__logo-sp a img {
    width: 80%;
    vertical-align: baseline;
  }
  .ec-headerSPRole__contact-sp {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: 0.625rem;
  }
  .ec-headerSPRole__contact-sp_list {
    display: flex;
    margin: 0;
  }
  .ec-headerSPRole__contact-sp_list_item {
    background: #337ab7;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .ec-headerSPRole__contact-sp_list_item + li {
    margin-left: 0.625rem;
  }
  .ec-headerSPRole__contact-sp_list_item a {
    display: block;
  }
  .ec-headerSPRole__contact-sp_list_item a img {
    width: 20px;
    height: 20px;
  }
  .ec-headerSPRole__nav-sp {
    position: fixed;
    top: 0;
    right: -100%;
    background: #f6f6f6;
    width: 100vw;
    height: 100vh;
    z-index: 99;
    padding-top: 2em;
    transition: right 0.5s;
  }
  .ec-headerSPRole__nav-sp.open {
    right: 0;
  }
  .ec-headerSPRole__nav-sp_btn {
    z-index: 100;
    position: relative;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
  }
  .ec-headerSPRole__nav-sp_btn::before {
    content: "";
    display: inline-block;
    background: #337ab7 url(../img/dec_tel_white.svg) no-repeat center/50%;
    fill: #fff;
    border-radius: 50%;
    line-height: 1.5;
    margin-right: 1.875rem;
    width: 60px;
    height: 60px;
  }
  .ec-headerSPRole__nav-sp_btn span,
.ec-headerSPRole__nav-sp_btn span::before,
.ec-headerSPRole__nav-sp_btn span::after {
    transition: 3s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    position: absolute;
    width: 100%;
    height: 3px;
    border-radius: 3px;
    background-color: #525263;
  }
  .ec-headerSPRole__nav-sp_btn span::before {
    content: "";
    top: 10px;
  }
  .ec-headerSPRole__nav-sp_btn span::after {
    content: "";
    bottom: 10px;
  }
  .ec-headerSPRole__nav-sp_btn.open span {
    background: transparent;
  }
  .ec-headerSPRole__nav-sp_btn.open span::before {
    content: "";
    background-color: #525263;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    top: 0;
  }
  .ec-headerSPRole__nav-sp_btn.open span::after {
    content: "";
    background-color: #525263;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    bottom: 0;
  }
  .ec-headerSPRole__nav-sp_list {
    display: block;
    width: 100%;
  }
  .ec-headerSPRole__nav-sp_list_item {
    font-size: 0.875rem;
    border-bottom: solid 1px #c6cbdd;
    box-sizing: border-box;
    padding: 1em;
  }
  .ec-headerSPRole__nav-sp_list_item.ec-headerNav__item {
    display: block;
  }
  .ec-headerSPRole__nav-sp_list_item a {
    color: #525263;
  }
  .ec-headerSPRole__nav-sp_list_item.main-nav {
    font-size: 1rem;
    font-weight: 700;
  }
  .ec-headerSPRole__nav-sp_list_item .ec-headerNav__itemLink {
    display: block;
    text-align: left;
    font-size: 1rem;
  }
  .ec-headerSPRole__nav-sp .ec-headerNaviRole__header_contact_container {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 1rem auto;
  }
  .ec-headerSPRole__nav-sp .ec-headerNav .ec-headerNav__item {
    font-size: 1rem;
  }
}

.ec-navigationRole__nav {
  border-top: solid 1px #c6cbdd;
  border-bottom: solid 3px #1b53a4;
  background: linear-gradient(#fff, #f1f1f1);
  height: 60px;
  line-height: 60px;
}
@media (max-width: 640px) {
  .ec-navigationRole__nav {
    display: none;
  }
}
.ec-navigationRole__nav_list {
  display: flex;
  max-width: 1150px;
  margin: 0 auto;
  border-left: solid 1px #c6cbdd;
  border-right: solid 1px #c6cbdd;
}
.ec-navigationRole__nav_list_item {
  width: 25%;
  text-align: center;
  font-size: 1rem;
  border-left: solid 1px #c6cbdd;
}
.ec-navigationRole__nav_list_item a {
  display: block;
  font-weight: 700;
  padding: 0 1em;
  height: 60px;
  line-height: 60px;
  color: #1b53a4;
  border-bottom: none;
  cursor: pointer;
  transition: 0.3s;
}
.ec-navigationRole__nav_list_item a:hover {
  opacity: 0.6;
  cursor: pointer;
}

.ec-footerRole__footer {
  border-top: solid 3px #1b53a4;
  background: #fff;
  color: #444 !important;
}
.ec-footerRole__footer_container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 640px) {
  .ec-footerRole__footer_container {
    display: block;
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
  }
}
.ec-footerRole__footer_container_logo a {
  display: block;
}
.ec-footerRole__footer_container_logo a img {
  width: 33%;
}
@media (max-width: 640px) {
  .ec-footerRole__footer_container_logo a img {
    width: 70%;
  }
}
.ec-footerRole__footer_container_contact_ttl {
  font-size: 0.875rem;
}
.ec-footerRole__footer_container_contact_list {
  margin: 1em 0 0;
}
.ec-footerRole__footer_container_contact_list_item h3 {
  margin: 0;
  font-size: 0.875rem;
}
.ec-footerRole__footer_container_contact_list_item a {
  text-decoration: none;
  font-weight: 700;
  font-size: 1.25rem;
}
.ec-footerRole__footer_container_contact_hour {
  color: #525263;
  font-size: 0.75rem;
}
.ec-footerRole .ec-footerNavi {
  margin: 3em auto;
  color: #444;
}
.ec-footerRole .ec-footerNavi__link__footer_list_link a {
  text-decoration: none;
}
.ec-footerRole .ec-footerTitle {
  background: #eeeff2;
  color: #525263;
  font-size: 0.875rem;
  padding: 1em;
}
.ec-footerRole .ec-footerTitle__footer_ttl_copyright {
  color: #525263;
  font-size: 0.875rem;
}

.ec-sidebarRole__sidebar {
  width: 80%;
  padding: 0;
}
.ec-sidebarRole__sidebar h2 {
  margin: 0;
}
.ec-sidebarRole__sidebar ul li a {
  cursor: pointer;
  transition: 0.3s;
}
.ec-sidebarRole__sidebar ul li a:hover {
  transition: 0.3s;
  opacity: 0.6;
}
.ec-sidebarRole__sidebar img {
  width: 100%;
}

.ec-categoryArchiveRole {
  width: 80%;
  padding: 0;
}
.ec-categoryArchiveRole .sec-ttl {
  margin: 0;
}
.ec-categoryArchiveRole_list {
  margin: 0;
}
.ec-categoryArchiveRole_list_item h3 {
  margin: 0;
  padding: 1em 1em 1em 0;
}
.ec-categoryArchiveRole_list_item_sublist {
  border-top: 1px solid #E8E8E8;
}
.ec-categoryArchiveRole_list_item_sublist_item {
  padding: 1em;
  box-sizing: border-box;
  border-bottom: 1px solid #E8E8E8;
}

.ec-calendarRole__calendar {
  width: 80%;
  padding: 0;
}
.ec-calendarRole__calendar_ttl {
  background: #1b53a4;
  color: #fff;
}
.ec-calendarRole__calendar .ec-calendar {
  margin: 0;
  flex-direction: column;
}
.ec-calendarRole__calendar .ec-calendar__month {
  margin: 0;
}

.ec-newsRole .ec-secHeading.sec-ttl {
  background: #eeeff2;
  font-size: 1rem;
  color: #1b53a4;
  padding: 15px;
  border-top: solid 3px #1b53a4;
  border-bottom: 1px dotted #ccc;
}
.ec-newsRole .ec-newsRole__news_list {
  list-style: none;
  border: none;
  padding: 0;
}
.ec-newsRole .ec-newsRole__news_list_item:not(:last-of-type) {
  border-bottom: 1px dotted #ccc;
}
.ec-newsRole .ec-newsRole__news_list_item_btn {
  background: #b8bec4;
}

.ec-searchShapeRole_container {
  margin: 1.25rem 0 0;
}
.ec-searchShapeRole_ttl {
  text-align: center;
  margin-bottom: 1em;
}
.ec-searchShapeRole_list {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 640px) {
  .ec-searchShapeRole_list {
    display: block;
  }
}
.ec-searchShapeRole_list_btn {
  width: calc(50% - 0.625rem);
  display: block;
  color: #1a52a4;
  padding: 10px 15px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(#fff, #f1f1f1);
  border: solid 1px #f1f1f1;
}
@media (max-width: 640px) {
  .ec-searchShapeRole_list_btn {
    width: 100%;
  }
  .ec-searchShapeRole_list_btn + li {
    margin-top: 1em;
  }
}
.ec-searchShapeRole_list_btn a {
  display: flex;
}
.ec-searchShapeRole_list_btn a img {
  width: 30%;
  -o-object-fit: contain;
     object-fit: contain;
}
.ec-searchShapeRole_list_btn a:hover {
  opacity: 0.6;
  transition: all 0.3s;
}
.ec-searchShapeRole_list_btn_ttl {
  display: block;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  width: 60%;
  margin-left: 1.875rem;
}
.ec-searchShapeRole_list_btn_ttl h3 {
  font-size: 1.25rem;
  margin: 0;
  text-align: center;
}
.ec-searchShapeRole_list_btn_ttl p {
  background: #ff7f00;
  color: #fff;
  display: block;
  border-radius: 2rem;
  font-size: 1rem;
  width: 10em;
  height: 3em;
  line-height: 3em;
  text-align: center;
  margin: 0 auto;
}

.ec-faqRole_container_block dl {
  margin-top: 1rem;
}
.ec-faqRole_container_block_question {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
  cursor: pointer;
}
.ec-faqRole_container_block_question::before {
  content: "Q";
  width: 40px;
  display: block;
  margin-right: 1rem;
  color: #1b53a4;
  background: #d1daed;
  box-sizing: border-box;
  padding: 0.9em;
  font-size: 1rem;
}
.ec-faqRole_container_block_question::after {
  content: "";
  background: url(../img/dec_arrow.svg) no-repeat center/contain;
  display: block;
  width: 20px;
  height: 20px;
  margin-left: auto;
  transition: transform 0.5s;
}
.ec-faqRole_container_block_question.answer_open::after {
  transform: rotate(180deg);
}
.ec-faqRole_container_block_answer {
  display: flex;
  cursor: pointer;
}
.ec-faqRole_container_block_answer::before {
  content: "A";
  width: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 1rem;
  color: #1b53a4;
  background: #eeeff2;
  box-sizing: border-box;
  padding: 1em;
  font-size: 1rem;
}

.ec-privacyRole .ec-heading-bold {
  font-size: 1.5rem;
  font-weight: 400;
}
.ec-privacyRole p {
  margin-bottom: 1em;
}
.ec-privacyRole ul {
  margin-bottom: 1em;
}
.ec-privacyRole ul li {
  margin-bottom: 1em;
}
.ec-privacyRole ul li ul {
  margin: 1em 0 0 1em;
}
.ec-privacyRole ul li ul li {
  margin-bottom: 0;
}

.help_about_box_list dd p {
  line-height: 1.6;
}
.help_about_box_list dd p + p {
  margin-top: 1em;
}

.ec-campaignRole__campaign_banner_upper {
  background: #1952a4;
  text-align: center;
  padding: 1.5rem;
}
.ec-campaignRole__campaign_banner_upper_ttl {
  margin: 0;
  font-size: 3rem;
  color: #fff;
}
.ec-campaignRole__campaign_banner_upper_txt {
  margin-top: 1em;
  font-size: 1rem;
  color: #ff0;
}
.ec-campaignRole__campaign_banner_lower {
  text-align: center;
  background: #ff0;
  font-weight: 700;
  font-size: 1rem;
  padding: 1em;
  color: #1b53a4;
}
.ec-campaignRole__campaign_ttl {
  margin: 2em;
  font-size: 1.5rem;
  text-align: center;
}
.ec-campaignRole__campaign_ttl.text-red {
  color: #ff2c2c;
}
.ec-campaignRole__campaign_txt {
  margin-bottom: 2em;
  text-align: center;
  font-size: 1.125rem;
}
.ec-campaignRole__campaign_company_name {
  text-align: center;
  font-size: 1rem;
  background: #eeeff2;
  padding: 0.5em;
}
.ec-campaignRole__no-campaign_banner_upper {
  background: #279bc8;
  text-align: center;
  padding: 1.5rem;
}
.ec-campaignRole__no-campaign_banner_upper_ttl {
  margin: 0;
  font-size: 3rem;
  color: #fff;
}
.ec-campaignRole__no-campaign_banner_upper_txt {
  margin-top: 1em;
  font-size: 1rem;
  color: #ff0;
}
.ec-campaignRole__no-campaign_banner_lower {
  text-align: center;
  background: #ff0;
  font-weight: 700;
  font-size: 1rem;
  padding: 1em;
  color: #279bc8;
}
.ec-campaignRole__no-campaign_ttl {
  margin: 2em;
  font-size: 1.5rem;
  text-align: center;
}
.ec-campaignRole__no-campaign_ttl.text-red {
  color: #ff2c2c;
}
.ec-campaignRole__no-campaign_txt {
  margin-bottom: 2em;
  text-align: center;
  font-size: 1.125rem;
}
.ec-campaignRole__no-campaign_company_name {
  text-align: center;
  font-size: 1rem;
  background: #eeeff2;
  padding: 0.5em;
}

.disp-number.form-select,
.order-by.form-select {
  padding: 1em;
  background: #fff;
}

.ec-shelfGrid__item a:hover {
  opacity: 0.6;
  transition: all 0.3s;
}
.ec-shelfGrid__item .price02-default {
  text-align: right;
  font-weight: 700;
}
.ec-shelfGrid__item .ec-select {
  margin: 1rem 0;
}
.ec-shelfGrid__item .ec-select select {
  width: 100%;
  padding: 1em;
  background: #fff;
}
.ec-shelfGrid__item .ec-numberInput {
  margin-top: 1rem;
  text-align: right;
}
.ec-shelfGrid__item .ec-numberInput input[type=number] {
  max-width: 50px;
  padding-right: 0;
}

.ec-blockBtn--action {
  background: #ff7f00;
  border-color: #ff7f00;
}
.ec-blockBtn--action:hover {
  background: #ff7f00;
  border-color: #ff7f00;
  opacity: 0.6;
  transition: all 0.3s;
}

.ec-blockBtn--cancel {
  background: #464654;
  border-color: #464654;
}
.ec-blockBtn--cancel:hover {
  background: #464654;
  border-color: #464654;
  opacity: 0.6;
  transition: all 0.3s;
}

.ec-pageHeader h1 {
  color: #1b53a4;
}
/*# sourceMappingURL=theme_customize.css.map */