@charset "UTF-8";
/*---------------------------
    サービス一覧
---------------------------*/
ul.serviceList {
  margin: 30px 0 0;
  padding: 0;
}
ul.serviceList > li {
  float: left;
  margin-bottom: 30px;
  width: 50%;
}
ul.serviceList > li > a > dl {
  margin: 0 auto;
  width: 150px;
  text-align: center;
}
ul.serviceList > li > a > dl > dt {
  margin: 15px 0;
  padding: 0;
}
ul.serviceList > li > a > dl > dd {
  margin: 0;
  padding: 0;
}
ul.serviceList > li > a > dl > dd > i.fa {
  font-size: 40px;
  color: #009A5A;
}

#content > section.bannerArea {
  clear: both;
}
#content > section.bannerArea > h2 > a::after {
  content: none;
}

/*---------------------------
    バナー
---------------------------*/
section.bannerArea > hr {
  margin: 0 10px;
  width: auto;
  border: solid 1px #009A5A;
}

ul.bannerList {
  margin: 20px 0 0;
  padding: 0;
}
ul.bannerList > li {
  text-align: center;
  margin-bottom: 10px;
}
ul.bannerList > li > a > dl {
  margin: 0 auto;
  text-align: center;
}
ul.bannerList > li > a > dl > dt {
  padding: 0;
}
ul.bannerList > li > a > dl > dt > img {
  width: 280px;
}

span.mail-receive {
  letter-spacing: 0px;
}

p.main-banner {
  text-align: center;
}

ul.outer-banner {
  text-align: center;
  padding: 0;
  padding-top: 50px;
  margin-top: -50px;
}

ul.outer-banner > li > img {
  width: 100%;
  max-width: 630px;
}

/*---------------------------
    戸別宅配
---------------------------*/
div.deliveryList {
  border: 0.5px solid #000;
  width: 90%;
  min-height: 50px;
  max-height: 320px;
  overflow: auto;
  margin: 10px auto 10px auto;
}

ul.tabBlock_inner {
  padding-left: 10px;
}

li.deliveryItem {
  margin-top: 10px;
  border-bottom: 2px dotted #000;
}

div.delivery-information {
  max-width: 300px;
}

div.delivery-name {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

div.inline-block {
  display: inline-block;
}

div.delivery-status-progressbar {
  margin-top: 0px;
  width: 280px;
}

div.progressbar-figure {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 30px;
}

div.progress-circle {
  width: 15px;
  height: 12px;
  background-color: #CCCCCC;
  border-radius: 50%;
}

div.isactive {
  background-color: #00CC33;
}

progress.delivery-status-bar {
  background-color: #CCCCCC;
  height: 0.3rem;
}

progress.delivery-status-bar::-moz-progress-bar {
  background-color: #00CC33;
}

progress.delivery-status-bar::-webkit-progress-bar {
  background-color: #CCCCCC;
}

progress.delivery-status-bar::-webkit-progress-value {
  background-color: #00CC33;
}

span.text-middle {
  margin-left: 55px;
  margin-right: 55px;
}

img.cocohi-logo {
  width: 40px;
  height: 35px;
}


/*---------------------------
    戸別宅配_電池残量モーダル
---------------------------*/
div.battery-modal {
  display: none;
  position: fixed;
  border: 2px solid #000;
  background-color: #FFF;
  width: 250px;
  left: 0;
  right: 0;
  z-index: 2;
  margin: 200px auto 0;
  padding: 10px 0px 0px 10px;
  text-align: center;
}

div.battery-modal > p {
  text-align: left;
  line-height: 8px;
}

p.modal-top-line {
  margin-top: 10px;
}

div.img-modal img {
  width: 70px;
  text-align: center;
}

button.btnModalClose {
  display: block;
  color: #0033FF;
  border: 1px solid #FFF;
  background-color: #FFF;
  margin-left: auto;
}

div.overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 120%;
  background-color: #000;
  opacity: 0.65;
  top: 0;
  left: 0;
  z-index: 1;
}

/*---------------------------
    サービス紹介バナー
---------------------------*/
ul.serviceBannerList {
  margin-top: 20px;
  padding: 0;
}
ul.serviceBannerList > li {
  width: 500px;
  margin: 0 auto 10px;
}
ul.serviceBannerList > li > a > img {
  max-width: 550px;
}
@media (max-width:500px) {
  ul.serviceBannerList {
    margin-top: 20px;
    padding: 0;
  }
  ul.serviceBannerList > li {
    width: 330px;
    margin: 0 auto 10px;
  }
  ul.serviceBannerList > li > a > img {
    max-width: 330px;
  }
}


/*---------------------------
    戸別宅配_受取完了登録モーダル
---------------------------*/
div.delivery-receive-modal {
  display: none;
  position: fixed;
  border: 2px solid #000;
  background-color: #FFF;
  width: 350px;
  height: 330px;
  top: 50px;
  left: 0;
  right: 0;
  z-index: 3;
  margin: 100px auto 0;
  padding: 10px 0px 0px 10px;
  text-align: center;
}

div.delivery-receive-modal > p {
  text-align: left;
  font-size: 13px;
  line-height: 30px;
  padding: 10px 20px 60px 20px;
  font-weight: bold;
}

div.delivery-receive-modal > p.error {
  text-align: left;
  font-size: 13px;
  line-height: 23px;
  padding: 5px 10px 5px 30px;
  margin: -60px 10px 20px 0px;
}

div.delivery-overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 120%;
  background-color: #000;
  opacity: 0.65;
  top: 0;
  left: 0;
  z-index: 1;
}

button.delivery-received {
  position: relative;
  display: inline-block;
  padding: 0.25em 0.5em;
  text-decoration: none;
  border-radius: 4px;
  width: 120px;
  background-color: #0000FF;
  border: 1px solid #0000FF;
  color: #FFF;
  font-weight: 600;
  font-size: 14px;
  margin: 0 20px;
}

button.delivery-received-cancel {
  position: relative;
  display: inline-block;
  padding: 0.25em 0.5em;
  text-decoration: none;
  border-radius: 4px;
  width: 120px;
  color: #FFF;
  background: #999999;
  border: solid 1px #999999;
  font-weight: 600;
  font-size: 14px;
  margin: 0 20px;
}

h3.modal-title{
  font-size: 14px;
}
