@charset "utf-8";

#content {
  margin: -40px 0 0;
}

.share {
  background: #F6F6F6;
  padding: 0 0 10px;
}

.fwb {
  font-size: 14px;
  color: #525252;
  font-weight: bold;
  padding: 30px 0 20px;
}

/*Btn*/
.btn {
  width: auto;
  margin: 20px 0 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  overflow: hidden;
}
.btn a {
  position: relative;
  display: block;
  background: #D7152A url(/assets/img/purchase/store/ico_arrow.png) right 20px center no-repeat;
  background-size: 8px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 22px 10px 20px 30px;
}
.btn a span {
  position: absolute;
  top: 8px;
  left: 10px;
  display: inline-block;
  float: left;
}
.btn a span img {
  width: 45px;
}
.btn a:active {
  opacity: 0.75;
}

/*Search*/
#search {
  width: auto;
  padding: 0 0 10px;
  margin: 0 10px 0;
  text-align: center;
}
#search .freeword {
  position: relative;
  top: -2px;
  height: 40px;
  width: 230px;
  font-size: 14px;
  padding: 5px 10px;
  margin: 0 5px 0 0;
}
#search .submit {
  position: relative;
  top: 13px;
  width: 40px;
}
#search .submit:active {
  opacity: 0.75;
}



/* ==================================================
Dilivery
================================================== */

/*#catch*/
#catch {
  z-index: 1;
  position: relative;
  overflow: hidden;
  height: 370px;
  background: url(/assets/img/purchase/deli/catch.png) center top no-repeat;
  background-size: auto 100%;
  padding: 80px 7px 30px;
  margin: 0;
}
#catch h2 {
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 1.5em;
  margin: 0 0 15px;
}
#catch h2 span {
  display: block;
  font-size: 30px;
  line-height: 1.75em;
}

#catch ul {
  position: relative;
  float: left;
  left: 50%;
  width: 300px;
  padding: 0;
  margin: 0 auto;
}
#catch ul li {
  display: block;
  position: relative;
  float: left;
  left: -50%;
  width: 90px;
  height: 90px;
  background: #C2AC57;
  color: #fff;
  font-size: 12px;
  text-align: center;
  line-height: 1.75em;
  padding: 12px 0 0;
  margin: 0 5px 25px;
  border-radius: 45px;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
}
#catch ul li:first-child {
  padding: 24px 0 0;
}
#catch ul li strong {
  display: block;
  font-size: 18px;
}
#catch ul li span {
  position: relative;
  top: 25px;
  font-size: 10px;
}
#catch p {
  clear: both;
  margin: 0 auto;
}



.flow__list {
  width: auto;
  height: auto;
  background: #F6F6F6;
  text-align: center;
  padding: 30px 15px 20px;
  margin: 0 0 10px;
}
.flow__list:last-child {
  margin-right: 0;
}
.flow__list dl {}
.flow__list dt {
  color: #535353;
  font-size: 18px;
  line-height: 1.5em;
  margin: 0 0 20px;
}
.flow__list dt span {
  display: block;
  width: 80px;
  background: #11335E;
  color: #fff;
  font-size: 13px;
  text-align: center;
  line-height: 1.5em;
  padding: 2px 0 0;
  margin: 0 0 10px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
}
.flow__list dt img {
  width: 80px;
  display: block;
  margin: 20px auto 0;
}
.flow__list dd {
  color: #535353;
  font-size: 12px;
  text-align: left;
  line-height: 1.5em;
}
.flow__list dd span {
  display: block;
  font-size: 12px;
}

#flow01 dt {
  background: #F6F6F6 url(/assets/img/purchase/deli/flow01.png) top left no-repeat;
  background-size: 100px;
  text-align: left;
  padding: 0 0 0 120px;
}
#flow02 dt {
  background: #F6F6F6 url(/assets/img/purchase/deli/flow02.png) top left no-repeat;
  background-size: 100px;
  text-align: left;
  padding: 0 0 0 120px;
}
#flow03 dt {
  background: #F6F6F6 url(/assets/img/purchase/deli/flow03.png) top left 5px no-repeat;
  background-size: 100px;
  text-align: left;
  padding: 0 0 0 120px;
}



#deli__heading {
  text-align: center;
  margin: 30px 0;
}
#deli__heading h4 {
  color: #11335E;
  font-size: 18px;
  margin: 0 0 20px;
}

.deli__heading--left {
  background: #fff url(/assets/img/purchase/deli/bg_phone.png) top center no-repeat;
  background-size: 60px 60px;
  padding: 80px 0 10px;
  border-bottom: solid 1px #ddd;
  margin: 0 0 20px;
}
.deli__heading--right {
  background: #fff url(/assets/img/purchase/deli/bg_web.png) top center no-repeat;
  background-size: 60px 60px;
  padding: 80px 0 0;
}
.deli__heading--right .fphone {
  color: #555;
  font-size: 27px;
  margin: 10px 0 0;
}
.deli__heading--right .fphone strong img {
  width: 40px;
  margin: 0 5px 0 0;
}
.deli__heading--right .fphone span {
  display: block;
  font-size: 12px;
  margin: 15px 0 0;
}



/*.purchase__list*/
.purchase__box {
  position: relative;
  overflow: hidden;
  margin: 0 0 30px;
}
.purchase__box:after {
  content: "";
  display: block;
  clear: both;
}

.purchase__list {
  float: left;
  position: relative;
  top: -1px;
  width: 50%;
  background: #fff;
  border-right: solid 1px #eee;
  border-top: solid 1px #eee;
}
.purchase__list:nth-child(2n) {
  border-right: none;
}
.purchase__list a {
  display: block;
  min-height: 362px;
  padding: 10px 12px 10px;
}
.purchase__list a:hover {
  opacity: 0.75;
}
.purchase__list h3 {
  text-align: center;
  margin: 0 0 15px;
}
.purchase__list img {
  display: inline-block;
  width: 100%;
  max-width: 280px;
}
.purchase__list dl {}
.purchase__list dt {
  color: #333;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.25em;
  margin: 0 0 10px;
}
.purchase__list dd {
  color: #333;
  font-size: 12px;
  line-height: 1.5em;
}



/*Search*/
.search__list {
  margin: 10px 0 30px;
}
.search__list:after {
  content: "";
  display: block;
  clear: both;
}
.search__list li {
  display: table;
  position: relative;
  float: left;
  width: 49%;
  height: 60px;
  background: #fff;
  border-bottom: solid 1px #F6F6F6;
  vertical-align: middle;
}
.search__list li:nth-child(odd){
  margin-right: 2%;
}
.search__list a {
  display: table-cell;
  color: #333;
  font-size: 12px;
  padding: 10px 0 10px 55px;
  vertical-align: middle;
}
.search__list a:hover {
  opacity: 0.75;
}
.search__list img {
  position: absolute;
  top: 10px;
  left: 0;
  height: 35px;
  float: left;
  margin: 0 10px 0 0;
}



#delivery04 .innerWrap,
#delivery05 .innerWrap {
  width: auto;
  margin: 0 auto;
}



.faq__list {
  margin: 0 auto;
}
.faq__list dt {
  background: url(/assets/img/purchase/store/ico_question.png) left top no-repeat;
  background-size: 30px;
  color: #525252;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5em;
  border-bottom: solid 1px #DDD;
  padding: 0 0 8px 40px;
  margin: 0 0 10px;
}
.faq__list dd {
  background: url(/assets/img/purchase/store/ico_answer.png) left top no-repeat;
  background-size: 30px;
  color: #F1727F;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5em;
  padding: 0 0 15px 40px;
}

.line1 {
  padding-top: 7px !important;
  padding-bottom: 15px !important;
}



.caution__list {
  margin: 0 0 30px;
}
.caution__list li {
  color: #555;
  font-size: 12px;
  line-height: 1.75em;
}




/*オーディオカウマン閉店*/
.exclusion_brand {
  width: 98%;
  margin: 0 auto;
}

.exclusion_brand img {
  width: 100%;
  margin-top: 20px;
}

