@charset "UTF-8";
/*
 ボルヒール塗布用器具　注文サイト ログイン
 */
/* URLの折返し */
a {
  overflow-wrap: break-word;
}

/* FROM PARTS */
/* ----------------------------------------------------- */
#contents input[type=text],
#contents input[type=tel],
#contents input[type=email],
#contents input[type=password],
#contents select,
#contents textarea {
  padding: 0.28rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #ccc;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  box-sizing: border-box;
  text-align: left;
  font-size: 1rem;
}

#contents select:not([size]):not([multiple]) {
  height: calc(2.2rem + 2px);
  font-size: 0.8rem;
}

@media screen and (max-width: 980px) {
  #contents input[type=text],
  #contents input[type=tel],
  #contents input[type=email],
  #contents input[type=password],
  #contents select,
  #contents textarea {
    width: 100%;
  }
}
/* Placeholder */
/* ----------------------------------------------------- */
:-moz-placeholder-shown {
  color: #ccc;
}
:placeholder-shown {
  color: #ccc;
}

::-webkit-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

:-moz-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

/* Smart-device Adjust */
/* ----------------------------------------------------- */
.sp-br {
  display: none;
}

/* Contents */
/* ----------------------------------------------------- */
#bol-device #navigation ul.main li.menu_bol a {
  background: #bf0d0d url(../../../../../img/navigation/mainnav_07_ov.svg) no-repeat 15px center;
  background-size: 24px 25px;
  padding-left: 20px;
  color: #fff;
}

h2.title {
  margin-bottom: 15px;
  padding: 15px 0 10px;
  font-size: 1.3rem;
  color: #333333;
  border-bottom: 3px solid #bf0d0d;
  line-height: 1.3;
}

.notice {
  font-weight: bold;
  color: #cc0000;
  font-size: 1.1rem;
  text-align: center;
}

.member {
  width: 48%;
  float: left;
  margin-bottom: 50px;
}

.non-member {
  width: 48%;
  float: right;
  margin-bottom: 50px;
}

.box {
  margin: 20px 0;
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #eee !important;
  text-align: center;
  min-height: 200px;
  padding: 20px;
}

.box .header {
  color: #333;
  font-weight: bold;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 1.2rem;
}

#information {
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #eee;
  padding: 10px 15px;
  margin-bottom: 20px;
}

#information .header {
  color: #111;
  font-weight: bold;
  font-size: 1.1rem;
  margin-bottom: 0;
  padding-bottom: 0;
}

#information p {
  font-size: 0.95rem;
}

#information p.date {
  margin-bottom: 8px;
  text-align: center;
}

#information p.date span {
  font-weight: bold;
  font-size: 1.05rem;
}

.member input.email {
  margin-top: 5px;
  padding: 0.46rem 0.75rem !important;
  width: 240px;
}

.member a.btn,
.member button.btn {
  display: inline-block;
  width: 240px;
  height: 55px;
  box-sizing: border-box;
  text-align: center;
  line-height: 30px;
  text-decoration: none;
  background: #b70e10;
  color: #fff;
  border-radius: 5px;
  transition: 0.4s;
  margin-top: 10px;
  font-size: 1rem;
  border: none;
  border-bottom: 4px solid #800c0d;
  font-weight: bold;
  cursor: pointer;
}

.member a.btn:after,
.member button.btn:after {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 1rem;
  padding-left: 5px;
}

.member a.btn:hover,
.member button.btn:hover {
  opacity: 0.7;
}

.non-member .box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.non-member .box img.icn {
  width: 15px;
  height: 20px;
  vertical-align: -4px;
  margin-right: 5px;
  fill: #42afe3;
}

svg {
  fill: #c00;
}

.non-member a.btn {
  display: inline-block;
  width: 240px;
  height: 55px;
  box-sizing: border-box;
  text-align: center;
  line-height: 30px;
  text-decoration: none;
  color: #ae1f11;
  background: #fff;
  border: 1px solid #ae1f11;
  border-radius: 5px;
  transition: 0.4s;
  margin-top: 20px;
}

.non-member a.btn:after {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 1rem;
  padding-left: 5px;
}

.non-member p.comment {
  margin-top: 7px;
  font-size: 90%;
}

@media only screen and (max-width: 980px) {
  .member,
  .non-member {
    width: 100%;
    float: none;
  }
  .member {
    margin-bottom: 0;
  }
  .non-member {
    margin-bottom: 50px;
  }
  .box {
    min-height: auto;
    padding: 15px 10px 20px;
  }
  .non-member a.btn {
    margin-top: 10px;
    width: 300px;
  }
  .member button.btn {
    width: 300px;
  }
  #contents .member input[type=text] {
    width: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .sp-br {
    display: inline;
  }
  .member .box .column {
    width: 100%;
    float: none;
  }
}
/* 20201223add */
.med_titlelayout {
  position: relative;
  height: 80px;
}

.bol_productbtnarea {
  margin-left: auto;
  width: 260px;
  text-align: center;
  box-sizing: border-box;
  padding-bottom: 10px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.bol_productbtnarea a {
  width: 100%;
  font-size: 0.9rem;
  margin: 0 0 5px;
  transition: 0.4s;
  color: #ae1f11;
  background: #fff;
  border: 1px solid #ae1f11;
  border-radius: 5px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  height: 40px;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .bol_productbtnarea {
    margin: 0 auto 10px;
  }
  .bol_productbtnarea a {
    max-width: 400px;
    margin: 0 auto 5px;
    height: 50px;
  }
}
.bol_productbtnarea a:hover {
  opacity: 0.7;
}

.bol_productbtnarea span {
  display: block;
  text-align: center;
  width: 100%;
  font-size: 0.9rem;
}

.bol_productbtnarea span:before {
  content: "\f16a";
  font-family: FontAwesome;
  font-size: 1rem;
  color: #b21819;
  padding-right: 5px;
}

.bol_productbtnarea a:after {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 1rem;
  padding-left: 5px;
}

@media only screen and (max-width: 767px) {
  .med_titlelayout {
    height: auto;
  }
  .bol_productbtnarea {
    width: 100%;
    position: relative;
    padding-bottom: 0;
  }
}
#bol-device #regist_area {
  display: none;
}

/* 250129 注文受付終了 */
.bol-closed {
  max-width: 1200px;
  width: 92%;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.bol-closed sup {
  line-height: 1;
}
.bol-closed__header {
  height: 120px;
  display: flex;
  align-items: center;
}
.bol-closed__header a img {
  max-width: 180px;
  vertical-align: bottom;
}
@media (width <= 767px) {
  .bol-closed__header {
    height: 90px;
    display: flex;
    align-items: center;
  }
  .bol-closed__header a img {
    max-width: 120px;
    vertical-align: bottom;
  }
}
.bol-closed__contents {
  height: 100%;
  margin-top: 2rem;
}
.bol-closed__contents__block {
  width: 100%;
  line-height: 1.6;
}
.bol-closed__contents__block--head {
  font-size: clamp(1.125rem, 0.824rem + 1.23vw, 1.75rem);
  position: relative;
  font-weight: bold;
}
.bol-closed__contents__block--head::after {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  height: 5px;
  content: "";
  background-image: repeating-linear-gradient(-45deg, #ccc, #ccc 3px, transparent 3px, transparent 5px);
  background-size: 7px 7px;
  backface-visibility: hidden;
  margin: 5px 0;
}
.bol-closed__contents__block--txt {
  margin: 1.25rem 0 1rem;
  font-size: clamp(0.875rem, 0.815rem + 0.25vw, 1rem);
}
.bol-closed__contents__block--link {
  font-size: clamp(0.875rem, 0.815rem + 0.25vw, 1rem);
  position: relative;
  padding: 5px 5px 5px 15px;
  display: inline-block;
}
.bol-closed__contents__block--link::before {
  content: "";
  display: block;
  width: 7px;
  height: 2px;
  background: #333;
  top: 13px;
  transform: rotate(45deg);
  left: 0;
  position: absolute;
  transition: 0.3s;
}
.bol-closed__contents__block--link::after {
  content: "";
  display: block;
  width: 7px;
  height: 2px;
  background: #333;
  top: 17px;
  transform: rotate(-45deg);
  left: 0;
  position: absolute;
  transition: 0.3s;
}
@media (width <= 767px) {
  .bol-closed__footer {
    padding-bottom: 1rem !important;
  }
}