@charset "utf-8";

/***************************************************
  customer.css
***************************************************/

/* customer
--------------------------------------------------*/
/* mainvisual */
.mainvisual-customer{
  width: 100%;
  height: 350px;
  background: url(/customer/img/img_main.jpg)50% 50% no-repeat;
  background-size: cover;
}
.mainvisual-customer .contents-inner{
  display: table;
  height: 350px;
}
.txt-mainvisual-customer{
  display: table-cell;
  vertical-align: middle;
}
.txt-mainvisual-customer .title-01{
  margin-bottom: 20px;
  color: #fff;
  font-size: 38px;
  font-weight: bold;
}
.txt-mainvisual-customer .text-01{
  color: #fff;
  line-height: 1.8;
}
.txt-mainvisual-customer .box-contact{
  display: inline-block;
  margin-top: 15px;
  padding: 15px 20px;
  background-color: rgba(255,255,255,.8);
  line-height: 1;
}
.txt-mainvisual-customer .box-contact a{
  text-decoration: none;
  display: block;
}
.txt-mainvisual-customer .box-contact dt{
  display: inline-block;
  font-size: 14px;
  vertical-align: middle;
}
.txt-mainvisual-customer .box-contact .tel{
  display: inline-block;
  margin-left: 10px;
  font-size: 32px;
  vertical-align: middle;
}
.txt-mainvisual-customer .box-contact .tel a{
  pointer-events: none;
}
.txt-mainvisual-customer .box-contact .tel img{
  margin-right: 6px;
  vertical-align: baseline;
}
.txt-mainvisual-customer .box-contact .mail{
  display: inline-block;
  margin-left: 10px;
  font-size: 15px;
  vertical-align: middle;
}
.txt-mainvisual-customer .box-contact .mail a{
  display: block;
  padding: 8px 10px;
  background-color: #fff;
}
.txt-mainvisual-customer .box-contact .mail img{
  margin-right: 7px;
  vertical-align: middle;
}
.mainvisual-customer .text-02{
  display: none;
}

.txt-mainvisual-customer .box-contact2{
  display: inline-block;
  margin-top: 15px;
  padding: 15px 20px;
  background-color: rgba(255,255,255,.8);
  line-height: 1;
}

.txt-mainvisual-customer .box-contact2 .txt{
  display: inline-block;
  font-size: 20px;
}

.txt-mainvisual-customer .box-contact2 p{
  font-weight: bold;
}

.txt-mainvisual-customer .box-contact2 p span{
  font-weight: bold;
  color: #e10000;
}





@media only screen and (max-width: 640px) {
  .mainvisual-customer{
    height: auto;
    background-image: none;
  }
  .mainvisual-customer .contents-inner{
    position: relative;
    height: 200px;
    background: url(/customer/img/img_main.jpg)50% 50% no-repeat;
    background-size: cover;
  }
  .txt-mainvisual-customer{
    padding-top: 25px;
    vertical-align: top;
  }
  .txt-mainvisual-customer .title-01{
    font-size: 19px;
    margin-bottom: 10px;
  }
  .txt-mainvisual-customer .text-01{
    display: none;
  }
  .txt-mainvisual-customer .box-contact{
    display: block;
    position: absolute;
    bottom: 52px;
    left: 0;
    width: 100%;
    margin-top: 0;
    padding: 10px 15px;
    line-height: 1.3;
  }

  .txt-mainvisual-customer .box-contact2{
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-top: 0;
    padding: 0px 15px 10px;
    line-height: 1.3;
    height: 52px;
  }
  .txt-mainvisual-customer .box-contact dt{
    display: block;
    margin-bottom: 5px;
    font-size: 13px;
  }
  .txt-mainvisual-customer .box-contact .tel{
    display: inline-block;
    margin-left: 0;
    font-size: 20px;
    vertical-align: middle;
  }
  .txt-mainvisual-customer .box-contact .tel a{
    pointer-events: inherit;
  }
  .txt-mainvisual-customer .box-contact .tel img{
    height: 20px;
  }
  .txt-mainvisual-customer .box-contact .mail{
    display: inline-block;
    margin-left: 10px;
    border: 1px solid #b4b4b4;
    font-size: 11px;
  }
  .txt-mainvisual-customer .box-contact .mail a{
    padding: 5px 10px;
    background-color: #fff;
  }
  .txt-mainvisual-customer .box-contact .mail img{
    height: 14px;
  }
  .mainvisual-customer .text-02{
    display: block;
    padding: 20px 20px 0;
    background-color: #eeede9;
    color: #65562d;
    font-size: 12px;
  }
  .txt-mainvisual-customer .box-contact2 .txt{
    font-size: 15px;
  }
  
}

.new_year_holidays{
  padding: 50px 0 0px;
  background-color: #eeede9;
}
.new_year_holidays .customer_info_ttl{
  color: #fff;
  background-color: #e10000;
  border: 2px solid #e10000;
  margin: auto;
  max-width: 800px;
  padding: 5px 15px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.new_year_holidays .customer_info{
  color: #e10000;
  border: 2px solid #e10000;
  margin: auto;
  max-width: 800px;
  padding: 10px 15px;
}
.new_year_holidays .customer_info p.indent_comment{
  text-indent: -1em;
  padding-left: 1em;
}
.area-faq {
  margin-bottom: 100px;
  padding: 50px 0 75px;
  background-color: #eeede9;
}
.under-weigh-line {
  width: 100%;
  text-align: center;
  display: block;
  padding: 0px 0 75px;
}

.under-weigh-line.first.pnone{
  padding: 0px;
}

.under-weigh-line .inner {
  font-size: 29px;
  font-weight: bold;
  border-bottom: 3px solid #e10000;
  display: inline-block;
  padding-bottom: 8px;
  margin: 20px;
}
.under-weigh-line .inner a:hover {
  text-decoration: none;
}
.ico-h3 {
  padding-top: 0px;
  padding-bottom: 47px;
  text-align: center;
}
.ico-h3.ico-h3-02 {
  padding-top: 70px;
}
.ico-h3 h3 {
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 2px;
  position: relative;
}
.ico-h3 h3.ico-02:after {
  content: "";
  width: 34px;
  height: 35px;
  background: url(/shared/img/svg/ico_come.svg) 50% 0 no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  margin: auto;
}
.area-faq .slick-track li p {
  padding-top: 5px;
}
.slick-prev:before {
  content: "";
  display: block;
  left: 0;
  background: url(/shared/img/svg/cur01.svg)no-repeat;
  width: 18px;
  height: 30px;
}
.slick-next:before {
  content: "";
  display: block;
  right: 0;
  background: url(/shared/img/svg/cur02.svg)no-repeat;
  width: 18px;
  height: 30px;
}
.box-buttan {
  padding-top: 34px;
  padding-bottom: 50px;
}
a.btn-01 {
  display: block;
  width: 200px;
  height: 56px;
  border: 1px solid #707070;
  text-align: center;
  line-height: 56px;
  margin: 0 auto;
  background-image: url(/shared/img/svg/ar08.svg);
  background-repeat: no-repeat;
  background-position: center right 15px;
}
a.btn-01.btn-02{
  width: 270px;
}
a.btn-01:hover {
  text-decoration: none;
  background-color: rgba(0,0,0,0.5);
  color: #FFF;
  background-image: url(/shared/img/svg/ar02.svg);
}
@media only screen and (max-width: 640px) {
  .new_year_holidays{
    padding-top: 30px;
  }
  .area-faq {
    margin-bottom: 30px;
    padding: 30px 0 30px;
  }
  .area-faq .ttl-01 {
    margin-bottom: 18px;
    font-size: 16px;
  }
  .area-faq .ttl-01 span {
    padding-bottom: 4px;
    font-size: 16px;
  }
}

.box-many{
  padding: 0 0 75px;
}
.box-many .ttl-01 {
  padding-top: 50px;
  background: url(/shared/img/svg/ico_come02.svg) 50% 0 no-repeat;
  background-size: auto 50px;
  text-align: center;
}
.box-many .box-other .list-other li {
  width: 23%;
  margin-right: 2%;
  /*background-color: #fff;
  -webkit-box-shadow: 0 0 3px 1px rgba(0,0,0,.2);
  -moz-box-shadow: 0 0 3px 1px rgba(0,0,0,.2);
  box-shadow: 0 0 3px 1px rgba(0,0,0,.2);*/
}
.box-many .box-other .list-other li:first-child {
    margin-left: 1%;
}
.box-many .box-other .list-other li:nth-child(3n) {
    margin-right: 2%;
}
.box-many .box-other .list-other li:last-child {
    margin-right: 1%;
}
.box-many .box-other .list-other li dt {
  margin-bottom: 0px;
}
@media only screen and (max-width: 640px) {
  .box-many {
    padding: 30px 0 30px;
  }
  .box-many .ttl-01 {
    padding-top: 30px;
    background: url(/shared/img/svg/ico_come02.svg) 50% 0 no-repeat;
    background-size: 26px auto;
  }
  .box-many .box-other .list-other li {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .box-many .box-other .list-other li:first-child {
    margin-left: 0;
  }
  .box-many .box-other .list-other li dt span {
    vertical-align: baseline;
  }
}


.box-faq-tab {}
.box-faq-tab .tab-btn li {
  float: left;
  width: 49%;
  padding: 10px 0 15px;
  border-top: 6px solid transparent;
  background-color: #958b6e;
  color: #fff;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
}
.box-faq-tab .tab-btn li:nth-child(2) {
  float: right;
}
.box-faq-tab .tab-btn .open-tab {
  border-top: 6px solid #958b6e;
  background-color: #fff;
  color: #231815;
  -webkit-box-shadow: 0 0 3px 1px rgba(0,0,0,.2);
  -moz-box-shadow: 0 0 3px 1px rgba(0,0,0,.2);
  box-shadow: 0 -2px 2px 0 #999;
}
.box-faq-tab .box-tab-wrap {
  width: 99%;
  margin: 0 auto;
  padding: 35px 0;
  background-color: #fff;
  -webkit-box-shadow: 0 0 3px 1px rgba(0,0,0,.2);
  -moz-box-shadow: 0 0 3px 1px rgba(0,0,0,.2);
  box-shadow: 0 0 3px 1px rgba(0,0,0,.2);
}
.box-faq-tab .box-tab-wrap .contents-inner {
  position: relative;
}
.box-faq-tab .box-tab {
  position: relative;
  z-index: 2;
}
.box-tab.tab-02 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}
.box-tab.current {
  position: static;
  visibility: visible;
  opacity: 1;
}
.carousel-faq li a{
  text-align: center;
  text-decoration: none;
}
.carousel-faq li{
  padding: 2px 10px ;
  text-align: center;
}
.tab-01 .carousel-faq li img{
  height: 130px;
  margin: 0 auto 10px;
}
@media only screen and (max-width: 640px) {
  .box-faq-tab {}
  .box-faq-tab .contents-inner {
    padding: 0;
  }
  .box-faq-tab .tab-btn li {
    padding: 10px 0 10px;
    border-top: none;
    font-size: 15px;
  }
  .box-faq-tab .tab-btn .open-tab {
    border-top: none;
  }
  .box-faq-tab .box-tab-wrap {
    width: 100%;
    padding: 30px 0;
  }
  .carousel-faq li{
    padding: 2px 7px ;
  }
  .tab-01 .carousel-faq li img{
    height: 69px;
  }
}


.box-voice {
  padding: 70px 0;
}
.box-voice .ttl-01 {
  padding-top: 45px;
  background: url(/shared/img/svg/que_icon.svg) 50% 0 no-repeat;
  text-align: center;
}
.box-voice .carousel-voice {
  margin-bottom: 40px;
}
.box-voice .carousel-voice li{
  padding: 5px 20px;
}
.box-voice .carousel-voice li a {
  display: block;
  background-color: #fff;
  text-decoration: none;
  -webkit-box-shadow: 0 0 3px 1px rgba(0,0,0,.2);
  -moz-box-shadow: 0 0 3px 1px rgba(0,0,0,.2);
  box-shadow: 0 0 3px 1px rgba(0,0,0,.2);
  min-height: 271px;
}
.box-voice .carousel-voice li a .wrap {
}
.box-voice .carousel-voice li a img {
  width: 100%;
}
.box-voice .carousel-voice li a:hover .overlay{
    background-color: rgba(125, 125, 125, 0.69);
}
.box-voice .carousel-voice li .carousel-text{
  width: 100%;
  padding: 10px 20px 10px 10px;
  font-weight: bold;
  font-size: 16px;
  text-align: left;
  color: #e10000;
  font-weight: bold;
  background: url(/shared/img/svg/ar01.svg) no-repeat center right 10px;
  display: block;
}
@media only screen and (max-width: 640px) {
  .box-voice {
    padding: 30px 0;
  }
  .box-voice .contents-inner {
    padding: 0;
  }
  .box-voice .ttl-01 {
    padding-top: 30px;
    background: url(/shared/img/svg/que_icon.svg) 50% 0 no-repeat;
    background-size: 26px auto;
  }
  .box-voice .carousel-voice {
    margin-bottom: 30px;
  }
  .box-voice .carousel-voice li{
    padding: 3px 7px;
  }
  .box-voice .carousel-voice li .carousel-text{
    font-size: 13px;
  }
  .box-voice .carousel-voice li a{
    min-height: 191px;
  }
  .box-buttan.pnone{
    padding-bottom: 0px;
  } 
}
.box-buttan a{
  padding-right: 6px;
  background: url(/shared/img/svg/ar08.svg)no-repeat center right 5%;

}

.under-weigh-line .customer_info_ttl {
  color: #fff;
  background-color: #e10000;
  border: 2px solid #e10000;
  margin: 50px auto 0;
  max-width: 800px;
  padding: 5px 15px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.under-weigh-line .customer_info{
  color: #e10000;
  border: 2px solid #e10000;
  margin: 0 auto;
  text-align: left;
  max-width: 800px;
  padding: 10px 15px;
}
.under-weigh-line .customer_info p.indent_comment{
  text-indent: -1em;
  padding-left: 1em;
}
.box-other {}
.box-other .list-other li {
  float: left;
  width: 23%;
  margin-right: 2%;
  background-color: #fff;
  -webkit-box-shadow: 0 0 3px 1px rgba(0,0,0,.2);
  -moz-box-shadow: 0 0 3px 1px rgba(0,0,0,.2);
  box-shadow: 0 0 3px 1px rgba(0,0,0,.2);

}
.box-other .list-other li:nth-child(4n) {
  margin-right: 0;
}
.box-other .list-other li a {
  display: block;
  padding: 30px 20px;
  text-decoration: none;
}
.box-other .list-other li a:hover {
  background: rgba(146, 135, 105, 0.2);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.box-other .list-other li dt {
  margin-bottom: 15px;
  color: #e10000;
  font-weight: bold;
  text-align: center;
}
.box-other .list-other li dt img {
  display: block;
  margin: 0 auto 12px;
}
.box-other .list-other li dt span {
  display: inline-block;
  padding-right: 13px;
  background: url(/shared/img/svg/ar01.svg) 100% 50% no-repeat;
  background-size: auto 18px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  width: 100%;
}
.box-other .list-other li dd {
  color: #65562d;
  font-size: 13px;
}
.box-other .list-other li dd .text-info {
  margin-left: 1em;
  text-indent: -1em;
}
@media only screen and (max-width: 640px) {
  .under-weigh-line.first {
    padding: 0px 0 25px;
  }
  .under-weigh-line .inner {
    font-size: 16px;
    margin: 15px;
  }
  .new_year_holidays .customer_info_ttl {
    font-size: 16px;
  }
  .under-weigh-line .customer_info_ttl {
    font-size: 16px;
    margin: auto 20px;
    margin-top: 25px;
  }
  .under-weigh-line .customer_info{
    margin: auto 20px;
  }
  .ico-h3 {
    padding-bottom: 17px;
  }
  .box-other .list-other li {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .box-other .list-other li a {
    display: block;
    padding: 15px 13px;
  }
  .box-other .list-other li dt {
    margin-bottom: 15px;
    color: #e10000;
    font-weight: bold;
    text-align: left;
  }
  .box-other .list-other li dt img {
    display: inline-block;
    height: 20px;
    margin: 0 8px 0 0;
    vertical-align: bottom;
  }
  .box-other .list-other li dt span {
    display: inline-block;
    padding-right: 13px;
    background: url(/shared/img/svg/ar01.svg) 100% 50% no-repeat;
    background-size: auto 18px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    vertical-align: bottom;
  }
  .box-other .list-other li dd {
    color: #65562d;
    font-size: 13px;
  }
  .box-other .list-other li dd .text-info {
    margin-left: 1em;
    text-indent: -1em;
  }
}

.area-contact {
  padding: 0 0 75px;
}
.area-contact .ttl-01 {
  margin-bottom: 75px;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}
.area-contact .ttl-01 span {
  display: inline-block;
  padding-bottom: 8px;
  font-size: 32px;
  font-weight: bold;
  border-bottom: 3px solid #e10000;
}
@media only screen and (max-width: 640px) {
  .area-contact {
    padding: 0 0 30px;
  }
  .area-contact .contents-inner {
    padding: 0;
  }
  .area-contact .ttl-01 {
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
  }
  .area-contact .ttl-01 span {
    display: inline-block;
    padding-bottom: 8px;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 3px solid #e10000;
  }
}

.area-contact .box-contact {
  margin-bottom: 30px;
}
.area-contact .box-contact-item {
  float: left;
  width: 30.6666%;
  margin-right: 4%;
}
.area-contact .box-contact-item:nth-child(3n) {
  margin-right: 0;
}
.area-contact .box-contact-item .ttl-02 {
  margin-bottom: 20px;
  padding: 5px 0 5px 32px;
  background: url(/shared/img/svg/ico_tel.svg) 0 0 no-repeat;
  border-bottom: 1px solid #918c8a;
  font-size: 18px;
  font-weight: bold;
}
.area-contact .box-contact-item.mail .ttl-02 {  background: url(/shared/img/svg/ico_mail.svg) 0 48% no-repeat;}
.area-contact .box-contact-item.zip .ttl-02 {  background: url(/shared/img/svg/ico_zip.svg) 0 50% no-repeat;}
.area-contact .box-contact-item .box-contact-description .text-info {
  margin: 5px 0 0 1em;
  text-indent: -1em;
}

.area-contact .box-contact-item.tel .freedial {
  padding-left: 42px;
  background: url(/shared/img/svg/ico_freedial.svg) 0 48% no-repeat;
  font-size: 37px;
  line-height: 1;
}
.area-contact .box-contact-item.tel .freedial a{
  text-decoration: none;
  pointer-events:none
}
.area-contact .box-contact-item.tel .reception {
  margin-bottom: 15px;
  padding-left: 42px;
  background: url(/shared/img/svg/ico_reception.svg) 0 0 no-repeat;
  color: #65562d;
  font-size: 11px;
}
.area-contact .box-contact-item.tel .text {
  color: #65562d;
  font-size: 11px;
}
.area-contact .box-contact-item  .text-info {
  margin: 5px 0 0 1em;
  text-indent: -1em;
}
.area-contact .box-contact-item.mail dt {
  margin-bottom: 5px;
  font-size: 16px;
}
.area-contact .box-contact-item.mail dt a:hover span {
  text-decoration: underline;
}
.area-contact .box-contact-item.mail dt span {
  display: inline-block;
  font-weight: bold;
  padding-right: 23px;
  background: url(/shared/img/svg/ico_arr01.svg) 100% 50% no-repeat;
  width: 100%;
}
.area-contact .box-contact-item.mail dd {
  color: #65562d;
  font-size: 11px;
}
.area-contact .box-contact-item.mail dd + dt {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dotted #e0e0e0;
}
.area-contact .box-contact-item.zip .text {
  color: #65562d;
  font-size: 16px;
  font-weight: bold;
}
.area-contact .box-contact-item.zip .text address {
  margin-bottom: 5px;
  font-style: normal;
  font-weight: normal;
}
@media only screen and (max-width: 640px) {
  .area-contact .box-contact {
    margin-bottom: 30px;
  }
  .area-contact .box-contact-item {
    float: none;
    width: 100%;
    margin-right: 0;
    padding: 30px 20px;
    border-top: 1px solid #d9d9d9;
  }
  .area-contact .box-contact-item .ttl-02 {
    margin-bottom: 18px;
    padding: 5px 0 5px 32px;
    background: url(/customer/img/ico_tel.png) 0 0 no-repeat;
    background-size: auto 22px;
    border-bottom: none;
    font-size: 14px;
    font-weight: bold;
  }
  .area-contact .box-contact-item.mail .ttl-02 {  background: url(/customer/img/ico_mail.png) 0 48% no-repeat;background-size: auto 15px;}
  .area-contact .box-contact-item.zip .ttl-02 {  background: url(/customer/img/ico_zip.png) 0 50% no-repeat;background-size: auto 18px;}
  .area-contact .box-contact-item .box-contact-description .text-info {
    margin: 5px 0 0 1em;
    text-indent: -1em;
  }

  .area-contact .box-contact-item.tel .freedial {
    margin-bottom: 5px;
    padding-left: 42px;
    font-size: 23px;
  }
  .area-contact .box-contact-item.tel .freedial a{
    pointer-events:auto;
  }
  .area-contact .box-contact-item.tel .reception {
    margin-bottom: 10px;
  }
  .area-contact .box-contact-item.mail dt {
    margin-bottom: 5px;
    font-size: 13px;
  }
  .area-contact .box-contact-item.mail dt span {
    display: inline-block;
    font-weight: bold;
    padding-right: 10px;
    background: url(/customer/img/ico_arr01.png) 100% 45% no-repeat;
    background-size: 6px auto;
  }
  .area-contact .box-contact-item.mail dd {
    color: #65562d;
    font-size: 11px;
  }
  .area-contact .box-contact-item.mail dd + dt {
    margin-top: 0;
    padding-top: 20px;
    border-top: none;
  }
  .area-contact .box-contact-item.zip .text {
    font-size: 13px;
  }
  .area-contact .box-contact-item.zip .text address {
    margin-bottom: 5px;
    font-style: normal;
    font-weight: normal;
  }
}

.area-contact .box-considerations {}
.area-contact .box-considerations dl {
  padding: 25px 30px 20px 30px;
  border: 1px solid #808080;
}
.area-contact .box-considerations dt {
  float: left;
  width: 18%;
  font-size: 16px;
  font-weight: bold;
}
.area-contact .box-considerations dd {
  float: right;
  width: 80%;
}
.area-contact .box-considerations dd li {
  margin: 0 0 5px 1em;
  text-indent: -1em;
  color: #65562d;
  font-size: 11px;
}
@media only screen and (max-width: 640px) {
  .area-contact .box-considerations dl {
    padding: 30px 20px 20px;
    border: none;
    border-top: 1px solid #ececec;
  }
  .area-contact .box-considerations dt {
    float: none;
    width: 100%;
    margin-bottom: 10px;
    font-size: 13px;
  }
  .area-contact .box-considerations dd {
    float: none;
    width: 100%;
  }
}

.slick-prev, .slick-next {
  height: 30px;
}

/*
ul.over-underline a:hover,
ul.over-underline a:hover dt span{
  text-decoration: underline;
}
ul.over-underline a:hover dd{
  text-decoration: underline;
}
.box-voice ul.over-underline.carousel-voice li a:hover .carousel-text{
  text-decoration: underline;
}
*/

/*年末年�?*/
.txt_ny_wrap {
  margin-bottom: 50px;
}
.txt_ny_wrap .txt_ny {
  display: inline-block;
  text-align: left;
  font-size: 18px;
  padding: 0 20px;
}

.txt_ny_wrap .txt_ny .txt_ny_ttl {
  color: #e10000;
  font-weight: bold;
  display: inline-block;
  font-size: 20px;
}
.txt_ny_wrap .txt_ny p + p {
  margin-top: 7px;
}
.txt_ny_wrap .txt_ny .txt_ny_bold {
  /* display: block; */
  font-weight: bold;
  font-size: 20px;
}
.txt_ny_wrap .txt_ny a,
.area-contact .box-contact-item.tel .reception a {
  text-decoration: underline;
}
.txt_ny_wrap .txt_ny a:hover,
.area-contact .box-contact-item.tel .reception a:hover {
  text-decoration: none;
}
.txt_ny_wrap .txt_ny .txt_red {
  color: #e10000;
}
.txt_ny_wrap .txt_bold {
  font-weight: bold;
}
.txt_ny_wrap .txt_ny b {
  font-weight: bold;
}

.box-buttan .border-no{
  background-color: white;
  box-shadow: 0 0 3px 1px rgba(0,0,0,.2);
  border: none;
}

@media only screen and (max-width: 640px) {
  .area-faq {
    padding-top: 25px;
  }
  .txt_ny_wrap {
    margin-bottom: 30px;
  }
  .txt_ny_wrap .txt_ny {
    font-size: 12px;
    padding: 0;
  }

  .txt_ny_wrap .txt_ny .txt_ny_ttl {
    font-size: 16px;
  }
  .txt_ny_wrap .txt_ny .txt_ny_bold {
    font-size: 16px;
  }
}

.mainvisual-customer {
  min-height:370px ;
  height: auto;
}

.txt-mainvisual-customer .title-01{
  margin-top: 20px;;
}

.txt_ny_ttl {
    background-color: rgba(231, 0, 18, 0.85);
    color: #ffffff;
    font-size: 21px;
    padding: 10px 10px 10px 20px;
    display: block;
    font-weight: 500;
}

.announce {
  border: solid 1px rgb(225, 0, 0);
  background-color: rgba(255, 255, 255, .8);
  padding: 20px;
}

.announce .txt_red {
  color: #e10000;
}

.user-contact {
  display: flex;
}

.box-contact {
  margin-right: 15px;
}

.txt-mainvisual-customer .title-01{
  color:#000000;
}

.txt-mainvisual-customer .text-01{
  color:#000000;
}

.txt-mainvisual-customer .box-contact .tel{
  margin-top: 5px;
  margin-left: 40px;
}

.box-contact img {
  margin-right: 10px;
}

.txt-mainvisual-customer .box-contact{
  display: flex;
  flex-direction: column;
}

.txt-mainvisual-customer .box-contact2{
  background-color: transparent;
  padding-bottom: 40px;
}

.box-contact.mail a {
  background-color: rgb(225, 0, 0);
  color: #fff;
  font-size: 18px;
  border-radius: 12px;
  padding: 16px;
  text-align: center;
  margin: 10px 5px 5px;
  background-image: url(/shared/img/svg/ar02.svg);
  background-repeat: no-repeat;
  background-position: center right 15px;
}

.anchor-buttons {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 20px 0;
    max-width: 1200px;
    width: 96%;
    margin: 50px auto 80px;
  }

.anchor-buttons .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  width: 140vw;
  padding: 20px 40px;
  background: #fff;
  background-image: url(/shared/img/svg/ar07.svg);
  background-position: 95% 50%;
  background-repeat: no-repeat;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, .2);
  color: #000000;
  font-weight: bold;
  text-decoration: none;
  border-radius: 6px;
  font-size: 20px;
}

.search-area {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding-bottom: 50px;
}

.search-area li img {
  padding-bottom: 15px;
}

.discontinued-products {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.discontinued-products-text-other {
  font-weight: bold;
}

.discontinued-products-text {
  color: #e10000;
  font-weight: bold;
  margin-top: 10px;
  }

  a.discontinued-products-text{
    text-decoration: none;
    font-size: 23px;
    display: flex;
    /* align-items: center; */
    justify-content: center;
  }

  .under-weigh-line.first.pnone.left-justified {
  text-align: left;
  padding: 30px 0 40px 50px;
  text-align: center;
  }

  .search-area li{
  padding: 2px 10px;
  text-align: center;
  }

  .area-faq{
    margin-bottom: 0;
  }

  .box-voice{
    background-color: #eeede9;
    padding: 0;
  }

  .box-faq-tab{
    max-width: 1200px;
    margin: 0 auto;
    width: 96%;
    background-color: #ffffff;
  }

  .contents-inner .under-weigh-line.first{
    padding-top: 75px;
  }

  .dashed-divider{
    border-top: 3px dashed #ccc;
    margin: 20px 70px;
  }

  .image_size1{
    height: 148.58px;
  }

  .image_size2{
    width: 130px;
    height: 142px;
  }

    .image_size3{
    width: 180px;
    height: 140px;
  }

  .area-contact .box-contact-item.mail dt span{
    background-color: rgb(225, 0, 0);
    color: #fff;
    font-size: 18px;
    border-radius: 30px;
    padding: 16px;
    text-align: center;
    margin: 10px 5px 5px;
    background-image: url(/shared/img/svg/ar02.svg);
    background-repeat: no-repeat;
    background-position: center right 30px;
    background-size: 11px ;
    }

.box-contact-description a,
.box-contact-description a:hover,
.box-contact-description a span,
.box-contact-description a:hover span {
  text-decoration: none !important;
}

#section1,#section2,#section3,#section4,#section5 {
  scroll-margin-top: 80px;
}

.icon-offset{
  margin-right: -63px;
}

    /* ▼ SP版 */

.mainvisual-customer-sp {
  display: none;
}

/* ▼ SP専用レイアウト */
@media screen and (max-width: 640px) {

  /* mainvisual を丸ごと非表示 */
  .mainvisual-customer {
    display: none !important;
  }

  .txt_ny_wrap {
    display: none;
  }

  .mainvisual-customer-sp {
    display: block;
    background: #f5f5f5;
  }

  .mainvisual-customer-sp .mv-sp-hero {
    position: relative;
    height: 200px;
    background: url('/customer/img/img_main.jpg') center center no-repeat;
    background-size: cover;
  }

  .mainvisual-customer-sp .mv-sp-hero-inner {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 16px 16px 20px;
    background: linear-gradient(
      to top,
      rgba(255, 255, 255, 0.95),
      rgba(255, 255, 255, 0.7),
      rgba(255, 255, 255, 0.0)
    );
  }

  .mv-sp-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 8px;
  }

  .mv-sp-text {
    font-size: 13px;
    line-height: 1.7;
  }

  .mv-sp-contact-wrap {
    background-color: #EEEDEA;
    padding: 45px 16px 32px;
    text-align: center; 
  }

  .mv-sp-contact-title {
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 8px;
    display: inline-block;
  }

  .mv-sp-contact-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: #e10000;
  }

  /* --- 電話ボックス --- */
  .mv-sp-telbox {
    background: #fff;
    padding: 18px 16px 16px;
    margin: 0 auto 18px;
    /* text-align: left; */
  }

  .mv-sp-tel-label {
    font-size: 14px;
    margin-bottom: 10px;
    /* display: flex;
    align-items: center; */
  }

  .mv-sp-icon {
    width: 18px;
    height: 18px;
    margin-right: 6px;
    flex-shrink: 0;
  }

  .mv-sp-tel-num {
    font-size: 34px;
    font-weight: 400; /* 電話番号を太めに */
    color: #cc0000;
    margin-bottom: 6px;
    text-align: center;
  }

  .mv-sp-tel-time {
    font-size: 15px;
    text-align: center; 
    font-weight: 500;
  }

  .mv-sp-alert {
    color: #d60000;
    font-size: 14px;
    margin: 16px 0;
    text-align: left;
    font-weight: 700; /* 太めにして強調 */
  }

  /* --- メールボックス --- */
  .mv-sp-mail-block {
    margin-top: 16px;
    /* text-align: left; */
    padding: 18px 35px;
    background: #fff;
    margin: 0 auto 18px;
  }

  .mv-sp-mail-label {
    font-size: 14px;
    margin-bottom: 10px;
    /* display: flex;
    align-items: center; */
  }

  .mv-sp-mail-btn {
      display: block;
      height: 52px;
      border: 1px solid #E70012;
      border-radius: 10px;
      text-align: center;
      line-height: 49px;
      background-color: #E70012;
      background-image: url(/shared/img/svg/ar02.svg);
      color: #fff!important;
      text-decoration: none!important;
      background-repeat: no-repeat;
      background-position: center right 15px;
  }

  .mv-sp-mail-arrow {
    display: inline-block;
    margin-left: 8px;
  }

  .mv-sp-mail-time {
    font-size: 15px;
    text-align: center;
    font-weight: 500;
    
  }
  .txt_ny_ttl-sp {
    background-color: #E70012;
    color: #ffffff;
    font-size: 21px;
    padding: 10px 10px 10px 20px;
    display: block;
    font-weight: 500;
    text-align: left;
}
  .announce-sp {
    border: solid 1px #E70012;
    background-color: rgba(255, 255, 255, .8);
    padding: 20px;
    text-align: left;
    margin-bottom: 45px;
}
.announce-sp .txt_red {
    color: #e10000;
}
 .mv-sp-icon-tel{
  height:23px;
  width: auto;
 }

 .search-area {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  padding: 20px;
  padding-bottom: 50px;
}

.search-area-first{
  gap: 10px;
}

.box-faq-tab{
  width: 100%;
}

.image_size1 {
    height: auto;
}

ul.search-area.search-area-second img{
  padding-bottom: 10px;
}

.anchor-buttons{
  display: block;
  padding: 10px;
  margin: 10px auto 30px;
}

  .anchor-buttons .btn {
    display: block !important;
    width: 100% !important;
    white-space: normal !important;
    writing-mode: horizontal-tb !important;
    text-align: left !important;
    padding: 18px 40px 18px 18px;
    background: #fff;
    border-radius: 6px;
    margin-bottom: 12px;
    color: #e10000;
    font-weight: bold;
    font-size: 18px;
    position: relative;
  }

  .anchor-buttons .btn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background: url(/shared/img/svg/ar01.svg) center center no-repeat;
    background-size: auto 18px;
  }
  
  .pickup-title{
    margin-top: 20px!important;
  }

  /* ▼アンカーリンクの位置調整 */
  #section1,
  #section2,
  #section3,
  #section4,
  #section5,
  #section6 {
    scroll-margin-top: 60px;
    font-size: 15px;
  }

  .area-contact .contents-inner .under-weigh-line.first {
    padding-top: 40px;
}

.under-weigh-line.first.pnone.left-justified {
  text-align: center;
  padding: 30px
  }

  a.discontinued-products-text{
    font-size: 14px;
  }

  .icon-offset{
  margin-right: -32px;
}

}
/* ▼PC版エバラCLUBアイコン */
  ul.search-area.search-area-second li:nth-child(8) {
    min-width: 0;
  }



  ul.search-area.search-area-second li:nth-child(8) img.image_size3{
    max-width: 100%;    
    transform: scale(1.3);
    transform-origin: right;
  }

  /* ▼SP版エバラCLUBアイコン */

@media screen and (max-width: 640px) {

  ul.search-area.search-area-second li:nth-child(8) {
    min-width: 0;
  }


  ul.search-area.search-area-second li:nth-child(8) a{
    display: flex;
    align-items: center;
    justify-content: center;
  }

  ul.search-area.search-area-second li:nth-child(8) img.image_size3{
    height: auto;
    max-width: 100%;    
    transform: scale(1.4);
    transform-origin: center;
  }
    .search-area {
    grid-template-columns: repeat(3, minmax(0, 1fr));

    
  }
    .image_size2{
    height: auto;
  }
}

@media screen and (max-width: 430px) {
    ul.search-area.search-area-second li:nth-child(8) img.image_size3{
    transform: scale(1.73);
  }

}

