.new-contact {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
@media screen and (max-width: 767px) {
  .new-contact {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}
@media screen and (min-width: 768px) {
  .new-contact-btn-area {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .new-contact-btn-area-item {
    width: calc(50% - 15px);
  }
}
.new-contact-btn-area-item a {
  display: block;
  text-decoration: none;
  padding: 50px 110px 50px 0;
  text-align: center;
  font-size: 20px;
  border: 1px solid #000;
  background-color: #fff;
  color: #333;
  position: relative;
}
@media screen and (max-width: 767px) {
  .new-contact-btn-area-item a {
    font-size: 16px;
    padding: 30px 60px 30px 15px;
    margin-top: 20px;
  }
}
.new-contact-btn-area-item a:after {
  content: '';
  display: block;
  position: absolute;
  right: 64px;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .new-contact-btn-area-item a:after {
    width: 15px;
    height: 15px;
    margin-top: -6px;
    right: 30px;
  }
}
.new-contact-btn-area-item a:hover {
  background-color: #f3f3f3;
}

.page_general,
.page_corporation {
  background-image: url(../image/page/contact/bg.jpg);
  background-size: cover;
  background-position: center bottom;
  position: relative;
  height: 380px;
  background-repeat: no-repeat;
}

.corporation .bg_gray {
  padding-bottom: 100px !important;
}
@media screen and (max-width: 767px) {
  .corporation .bg_gray {
    padding-bottom: 50px !important;
  }
}

.general .container .col-sm-4 {
  padding-top: 8px;
  padding-bottom: 8px;
}
.general .container {
  max-width: 1000px;
}
.general .container .inner {
  background-color: #fff;
  padding: 35px 40px;
}
.general .container h3 {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 30px;
}
.general .container h4 {
  font-size: 28px;
  position: relative;
}
.general .container h4 {
  background-image: url(../image/page/contact/contact_icon.png);
  background-position: left center;
  position: relative;
  background-repeat: no-repeat;
  padding-left: 25px;
  margin-bottom: 5px;
}
.general .container .inner p {
  margin: 0;
}
.general .bg_gray {
  padding-top: 70px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .general .bg_gray {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}

.new-contact-general h2 {
  margin-bottom: 65px;
}
@media screen and (max-width: 767px) {
  .new-contact-general h2 {
    margin-bottom: 40px;
  }
}
.new-contact-general h3 {
  text-align: center;
  position: relative;
  font-size: 16px;
  margin-bottom: 20px !important;
}
@media screen and (max-width: 767px) {
  .new-contact-general h3 {
    font-size: 18px;
  }
}
.new-contact-general h3 span {
  display: inline-block;
  width: 150px;
}
.new-contact-general h3:before {
  width: calc(50% - 75px);
  height: 1px;
  content: '';
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 0;
}
.new-contact-general h3:after {
  width: calc(50% - 75px);
  height: 1px;
  content: '';
  background-color: #000;
  position: absolute;
  top: 50%;
  right: 0;
}
.new-contact-general .general-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -7.5px;
  margin-right: -7.5px;
  margin-bottom: 75px;
}
@media screen and (max-width: 767px) {
  .new-contact-general .general-contents {
    margin-bottom: 40px;
  }
}
.new-contact-general .general-contents .item {
  width: calc(100% / 3 - 15px);
  margin-left: 7.5px;
  margin-right: 7.5px;
  background-color: #fff;
  padding: 30px;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .new-contact-general .general-contents .item {
    width: calc(100% / 2 - 15px);
  }
}
@media screen and (max-width: 767px) {
  .new-contact-general .general-contents .item {
    width: 100%;
  }
}
.new-contact-general .general-contents .item-img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 150px;
}
.new-contact-general .general-contents .item p {
  font-size: 14px;
  margin-bottom: 20px;
  font-weight: 700;
}
.new-contact-general .general-contents .item p.item-p-2 {
  min-height: 40px;
}
.new-contact-general .general-contents .item .detail-page {
  background-image: url(../image/page/general/contact_icon.png);
  background-position: center left 15px;
  margin-bottom: 10px;
}
.new-contact-general .general-contents .item .contact-page {
  background-image: url(../image/page/general/icon-mail.png);
  background-position: center left 12px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .new-contact-general .general-contents .item .single-form {
    margin-top: 82px;
  }
}
.new-contact-general .general-contents .item .detail-page,
.new-contact-general .general-contents .item .contact-page {
  padding: 15px 15px 15px 44px;
  background-repeat: no-repeat;
  display: block;
  border: 1px solid #000;
  color: #333;
  position: relative;
  text-decoration: none;
  font-weight: 700;
}
.new-contact-general .general-contents .item .detail-page:hover,
.new-contact-general .general-contents .item .contact-page:hover {
  opacity: 0.8;
}
.new-contact-general .general-contents .item .detail-page:after,
.new-contact-general .general-contents .item .contact-page:after {
  content: '';
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .new-contact-general .general-contents .item .detail-page:after,
  .new-contact-general .general-contents .item .contact-page:after {
    width: 15px;
    height: 15px;
    margin-top: -6px;
    right: 30px;
  }
}
.new-contact-general .general-contents-honbu {
  background-color: #fff;
  text-align: center;
  padding: 30px 15px;
}
.new-contact-general .general-contents-honbu-ttl {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 0;
}
.new-contact-general .general-contents-honbu-txt {
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 0;
}
.new-contact-general .general-contents-honbu .tel-link {
  background-image: url(../image/page/general/contact_icon.png);
  background-position: center left;
  margin-bottom: 10px;
  display: inline-block;
  background-repeat: no-repeat;
  padding: 8px 0 8px 30px;
  color: #333;
  font-size: 28px;
  font-weight: 700;
}
.new-contact-general .general-contents-honbu .tel-link:hover {
  text-decoration: none;
}

.privacy-link {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}
.privacy-link a {
  color: #3f51b5;
  text-decoration: underline;
}

#contents .brand_menu_area .switch {
  opacity: 0;
}
#contents .brand_menu_area h3 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 20px;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  #contents .brand_menu_area h3 {
    margin-bottom: 18px;
    margin-top: 0;
    font-size: 18px;
  }
}
#contents .brand_menu_area-bg {
  background-color: #fff;
  border-radius: 10px;
  padding: 50px 50px;
}
@media screen and (max-width: 767px) {
  #contents .brand_menu_area-bg {
    padding: 38px 10px 15px;
    margin-bottom: 30px;
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  #contents .brand_menu_area-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  #contents .brand_menu_area-wrap {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  #contents .brand_menu_area-item {
    margin-bottom: 10px;
  }
}
