@charset "utf-8";


/* ----------------------------------------------------------------------
	
	 私たちについて css
	
---------------------------------------------------------------------- */


.about .title_type1 {
  background-image: url("/about/images/bg_head.jpg");
}


.img_full {
  display: flex;
  width: 100%;
  margin-top: 120px;
}

.img_full > .left {
  width: 55%;
  margin-right: 30px;
}

.img_full > .right {
  width: 45%;
  margin-left: 30px;
}


#about1 .txt .detail_block {
  margin-top: 50px;
}

#about1 .txt .unit h4 {
  font-size: 1.8rem;
}

#about1 .txt .unit + .unit {
  margin-top: 40px;
}

#about1 .common_btn a {
  display: block;
  max-width: 380px;
}

#about1 .txt .detail_block .line .sns {
  display: flex;
  margin-top: 20px;
}

#about1 .txt .detail_block .line .sns > ul {
  display: flex;
}

#about1 .txt .detail_block .line .sns > ul li + li {
  margin-left: 12px;
}

#about1 .txt .detail_block .line .sns i {
  margin: 0;
  font-size: 3.6rem;
}

#about1 .txt .detail_block .line .common_btn {
  max-width: 380px;
  width: 100%;
}

#about2 {
  padding: 0 30px;
  padding-top: 60px;
  padding-bottom: 80px;
  background-color: #FFF;
}

#about2 .common_btn a {
  max-width: 360px;
}

#contents_body #about3 {
  padding: 100px 0;
}

#about3 .pic_list {
  justify-content: center;
}

#about3 .pic_list > div {
  width: 100%;
  margin: 0;
  max-width: 800px;
}

#about3 .detail {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 50px;
  padding: 0 30px;
}

#about3 .section_title {
  margin-bottom: 25px;
}

#about3 .detail > .unit {
  margin-top: 40px;
}

#about3 .detail > .unit .sub_title {
  font-size: 1.8rem;
}

#about3 .detail > .unit .sub_title i {
  font-size: 1.2rem;
  margin-right: 0.3em;
}

#about4 {
  background-color: #FFF;
}

#about4 .section_title {
  text-align: center;
}

#about4 > .content {
  max-width: 1200px;
  margin: 0 auto;
}

.company_block {
  margin-top: 60px;
}

.company_block dl {
  display: flex;
}

.company_block dl + dl {
  margin-top: 25px;
}

.company_block dl dt {
  width: 170px;
  font-weight: bold;
}

.company_block dl dd {
  flex: 1;
}


#about4 > .content {
  max-width: 940px;
  margin: 0 auto;
}

#about4 > .content > .inner {
  display: flex;
}

#oil_link {
  background-color: inherit;
}

@media screen and (min-width: 1200px) {

#about1 .txt .detail_block .line {
  display: flex;
  align-items: center;
}

#about1 .txt .detail_block .line .sns {
  margin-top: 0;
  margin-left: 30px;
}


}


@media screen and (max-width: 767px) {
  #about1 .common_btn a {
    margin: 0 auto;
  }
  
  #about1 .txt .detail_block .line .common_btn {
    max-width: 100%;
  }
  
  #about1 .txt .detail_block .line .sns {
    justify-content: center;
  }
  
  #contents_body #about3 {
    padding: 0 0 60px;
  }
  
  
}

@media screen and (max-width: 639px) {
  .company_block br.sp {
    display: block;
  }

}

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

#about1 .common_btn a {
  max-width: 100%;
}

.company_block {
  margin-top: 40px;
}

.company_block dl dt {
  width: 106px;
  font-size: 1.4rem;
}

.company_block dl dd {
  font-size: 1.3rem;
}



}

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

.company_block dl dt {
  width: 94px;
}

.company_block dl dd {
  font-size: 1.3rem;
}


}
