.sp {
  display: none;
}
#sidebar .menu .menu-contact a:before {
  content: "";
  width: 12px;
  height: 1px;
  display: inline-block;
  background-color: #000000;
  margin: 0 8px 0 0;
}
.maincontents {
  width: 58.235%;
  margin: 70px auto 0;
  overflow: hidden;
}
h2{
  font-size: 1.6rem;
  color: #000000;
  letter-spacing: 2.4px;
  line-height: 36px;
  text-align: center;
}
h2+p{
  font-size: 1.0rem;
  color: #9B9B9B;
  letter-spacing: 1.36px;
  line-height: 20px;
  text-align: center;
  margin-bottom: 48px;
}

.contact_wrapper>li{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.contact_wrapper>li+li {
  margin: 103px 0 0;
}
.contact_wrapper .box_title{
  border-top: 1px solid #9B9B9B;
  border-bottom: 1px solid #9B9B9B;
  padding: 18px 0;
  width: 270px;
  min-width: 270px;
  margin: 5px 0 0;
}
.contact_wrapper .box_title h3 {
  font-size: 12px;
  letter-spacing: 0.17em;
  text-align: center;
}
.contact_wrapper .box_content{
  width: calc(100% - 270px);
  padding: 0 0 0 6%;
}
.contact_wrapper .box_content .txt_main{
  font-size: 12px;
  letter-spacing: 0.03em;
  line-height: 22px;
}
.contact_wrapper .box_content .txt_title {
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 11px;
  text-align: left;
  margin: 31px 0 0;
}
.contact_wrapper .box_content .list_content{
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 11px;
  text-align: left;
  margin: 16px 0 0;
}
.contact_wrapper .box_content .list_content li .icon{
  margin: 0 12px 0 0;
}
.contact_wrapper .box_content .list_content li a{
  position: relative;
  color: #333;
  padding: 0 0 5px;
}
.contact_wrapper .box_content .list_content li a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 1px;
  background-color: #333;
  left: 0;
}
.contact_wrapper .box_content .list_content li+li{
  margin: 14px 0 0;
}
.contact_wrapper .box_content .title_supplement {
  font-size: 11px;
  letter-spacing: 0.11em;
  line-height: 14px;
  color: #9b9b9b;
  margin: 13px 0 0;
}
#footer {
  margin: 119px 0 0;
}



@media only screen and (max-width: 768px) {

}
@media only screen and (max-width: 767px) {
  .pc{
    display: none;
  }
  .sp{
    display: inline;
  }
  .maincontents.new {
    margin: 53px auto 0;
  }
  h2{
    font-size: 1.3rem;
    color: #000000;
    letter-spacing: 1.75px;
  }
  h2+p{
    font-size: 1.0rem;
    color: #9B9B9B;
    letter-spacing: 1.25px;
    margin-top: -8px;
    margin-bottom: 37px;
  }
  .contact_wrapper>li {
    display: block;
  }
  .contact_wrapper>li+li {
    margin: 45px 0 0;
  }
  .contact_wrapper .box_title{
    width: 100%;
  }
  .contact_wrapper .box_title h3 {
    font-size: 13px;
    letter-spacing: 0.16em;
  }
  .contact_wrapper .box_content {
    width: 100%;
    padding: 0;
  }
  .contact_wrapper .box_content .txt_main {
    font-size: 13px;
    letter-spacing: 0.07em;
    line-height: 22px;
    margin: 24px 0 0;
  }
  .contact_wrapper .box_content .txt_title {
    font-size: 13px;
    letter-spacing: 0.07em;
    line-height: 22px;
    margin: 21px 0 0;
  }
  .contact_wrapper .box_content .list_content{
    font-size: 13px;
    letter-spacing: 0.08em;
    margin: 16px 0 0;
  }
  .contact_wrapper .box_content .list_content li .icon {
    margin: 0 6px 0 0;
  }
  .contact_wrapper .box_content .title_supplement{
    letter-spacing: 0.08em;
    line-height: 18px;
    margin: 13px 0 0;
  }
  .Page_links{
    width: 100%;
    text-align: center;
    font-size: 13px;
    font-size: 1.3rem;
    letter-spacing: 1.625px;
    padding-top: 46px;
    text-decoration: none;
    line-height: 35px;
    display: block;
  }
  .Page_links a {
    position: relative;
    color: #333;
  }
  .Page_links a:after {
    content: "";
    position: absolute;
    bottom: -9px;
    left: 0;
    height: 1px;
    background-color: #000;
    width: 100%;
  }
#footer {
  margin: 0 0 0;
}


}
@media only screen and (max-width: 320px){

}
