@charset "utf-8";
/*PC*/

.contact h1.cat-name {
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: 500;
  margin: 24px auto 18px;
  text-align: center;
}
.conts-tab{
  width: 100%;
  margin: 0 0 40px;
}
.contact-tab-check{
  display: none;
}
.contact-tab-label h2{
  background: #f0f0f0;
  display: block;
  margin: 0 0 3px;
  padding: 2.2% 20px;
  position: relative;
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: 500;
  cursor: pointer;
}
.contact-tab-label h2::after{
  content: "";
  display: inline-block;
  position: absolute;
  right: 2.7%;
  background-image: url(/common/images/bunshun/v1/contact/acd-open.png);
  background-size: contain;
  vertical-align: middle;
  height: 18px;
  width: 18px;
  background-repeat: no-repeat;
}
.contact-tab-content{
  display: block;
  height: 0;
  opacity: 0;
  transition: .5s;
  visibility: hidden;
}
.contact-tab-check:checked + .contact-tab-label h2::after{
  content: "";
  background-image: url(/common/images/bunshun/v1/contact/acd-close.png);
}
.contact-tab-check:checked + .contact-tab-label h2{
  color: #2379CA;
}
.contact-tab-check:checked + .contact-tab-label + .contact-tab-content{
  height: auto;
  opacity: 1;
  margin: 15px 0 35px;
  visibility: visible;
}
.overview-text{
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
  line-height: 2.8rem;
  margin: 0 20px;
}
.overview-text span{
  display: block;
}
.overview-link-btn{
  background: #000;
  border-radius: 10px;
  position: relative;
  width: 43%;
  padding: 3.5% 0;
  margin: 23px auto;
}
.overview-link-btn a{
  font-size: 20px;
  font-size: 2.0rem;
  color: #fff !important;
  text-align: center;
  font-weight: 400;
  position: absolute;
  line-height: normal;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
.overview-link-btn::after{
  content: "";
  border: 2px solid #fff;
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%) rotate(-45deg);
  -moz-transform: translateY(-50%) rotate(-45deg);
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -o-transform: translateY(-50%) rotate(-45deg);
  border-top: medium none;
  border-left: medium none;
}
.contact-info-adress{
  background: #f0f0f0;
  padding: 12px;
  margin: 15px 20px;
  width: 50%;
}
.contact-info-adress dl{
  color: #333;
  font-size: 16px;
  font-size: 1.6rem;
}
.contact-info-adress dl dt{
  font-weight: 500;
  margin:0 0 10px;
}
.contact-info-adress dl dd a{
 color: #2379CA;
}
.contact-info-adress dl dd.palce::before{
  content: "";
  display: inline-block;
  background-image: url(/common/images/bunshun/v1/contact/ad-number.png);
  vertical-align: middle;
  background-size: contain;
  width: 15px;
  height: 15px;
  margin: 0 4px 3px 0;
  background-repeat: no-repeat;
}
.contact-info-adress dl dd.tel::before{
  content: "";
  display: inline-block;
  background-image: url(/common/images/bunshun/v1/contact/ad-tel.png);
  vertical-align: middle;
  background-size: contain;
  width: 15px;
  height: 15px;
  margin: 0 5px 3px 0;
  background-repeat: no-repeat;
}
.contact-info-adress dl dd.fax::before{
  content: "";
  display: inline-block;
  background-image: url(/common/images/bunshun/v1/contact/ad-fax.png);
  vertical-align: middle;
  background-size: contain;
  width: 15px;
  height: 15px;
  margin: 0 5px 3px 0;
  background-repeat: no-repeat;
}
.contact-info-adress dl dd.e-mail::before{
  content: "";
  display: inline-block;
  background-image: url(/common/images/bunshun/v1/contact/ad-email.png);
  vertical-align: middle;
  background-size: contain;
  width: 15px;
  height: 15px;
  margin: 0 5px 3px 0;
  background-repeat: no-repeat;
}
.contact-irregular{
  font-size: 1.6rem;
  font-size: 16px;
  color: #333;
  padding: 0;
  margin: 0 20px 25px;
}
.contact-irregular-ttl{
  font-weight: 400;
}
.contact-irregular-ttl::before{
  content: "";
  display: inline-block;
  background-image: url(/common/images/bunshun/v1/contact/irregular.png);
  vertical-align: middle;
  background-size: contain;
  width: 22.5px;
  height: 22.5px;
  margin: 0 5px 3px 0;
  background-repeat: no-repeat;
}
.contact-irregular p{
  margin: 8px 0;
}
.contact-irregular p span.fax{
  font-weight: 400;
}
.contact-irregular p span.fax::before{
  content: "";
  display: inline-block;
  background-image: url(/common/images/bunshun/v1/contact/ad-fax.png);
  vertical-align: middle;
  background-size: contain;
  width: 19px;
  height: 19px;
  margin: 0 5px 3px 0;
  background-repeat: no-repeat;
}
ul.contact-irregular-category{
  border: 1px solid #b2b2b2;
  padding: 8px;
  width: 30%;
}
ul.contact-irregular-category li{
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
}
ul.contact-irregular-category li:first-child::before{
  content: "";
  display: inline-block;
  background-image: url(/common/images/bunshun/v1/contact/shukan.png);
  vertical-align: middle;
  background-size: contain;
  width: 28px;
  height: 29px;
  margin: 0 0 3px 0;
  background-repeat: no-repeat;
}
ul.contact-irregular-category li:last-child::before{
  content: "";
  display: inline-block;
  background-image: url(/common/images/bunshun/v1/contact/online.png);
  vertical-align: middle;
  background-size: contain;
  width: 28px;
  height: 29px;
  margin: 0 0 3px 0;
  background-repeat: no-repeat;
}

ul.ad-guide{
  font-size: 1.6rem;
  font-size: 16px;
  margin: 0 20px;
}
ul.ad-guide li{
 margin: 0 0 10px;
 line-height: 1.8;
}
ul.ad-guide li a{
 color: #2379CA;
 border-bottom: 1px dotted #2379CA;
 text-decoration: none;
 padding: 0 0 3px;
}
ul.ad-guide li :first-child::before{
  content: "";
  display: inline-block;
  background-image: url(/common/images/bunshun/v1/contact/ad-link.png);
  vertical-align: middle;
  background-size: contain;
  width: 15px;
  height: 15px;
  margin: 0 0 3px 0;
  background-repeat: no-repeat;
}
ul.mail-mag-member {
 font-size: 1.6rem;
 font-size: 16px;
 margin: 0 20px;
}
ul.push-site {
 font-size: 1.6rem;
 font-size: 16px;
 margin: 20px 20px 0 20px;
}
ul.mail-mag-member li, ul.push-site li{
 margin: 0 0 15px;
}
ul.mail-mag-member li a, ul.push-site li a{
 color: #2379CA;
 border-bottom: 1px dotted #2379CA;
 text-decoration: none;
 padding: 0 0 3px;
 line-height: 1.6;
}
.asterisk{
 font-size: 14px;
 font-size: 1.4rem;
 margin: 0 20px;
}
.asterisk span{
 display: block;
 padding-left: 1em;
}
