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

/* =========================================================
	#brand
========================================================== */
#brand .title {
  line-height: 4.6rem;
  margin-bottom: 0;
}
#brand div.logo {
  width: 100%;
  text-align: center;
  margin-bottom: 66px;
}
#brand p.copy {
  max-width: 780px;
  margin: 20px auto 58px;
  text-align: center !important;
}
#brand ul.column2Wrap,#brand ul.column3Wrap {
  max-width: 840px;
  margin:0 auto;
  display: flex;
  justify-content: space-between;
}
#brand ul.column3Wrap {
  max-width: 960px;
}
#brand ul.column2Wrap li {
  width: 46%;
  text-align: center;
}
#brand ul.column3Wrap li {
  width: 31%;
  text-align: center;
}
#brand ul.column2Wrap li div,#brand ul.column3Wrap li div {
  margin-bottom: 30px;
}
#brand ul.column2Wrap li p,#brand ul.column3Wrap li p {
  font-size: 1.6rem;
  line-height: 2.6rem;
  text-align: left;
}
#brand #groupWrap {
  padding-bottom: 140px;
  margin-top: 100px;
  margin-bottom: 100px;
  background: url(../img/group_bg.jpg) bottom left;
}
#brand #groupWrap .img {
  text-align: center;
}

@media screen and (max-width:960px) {
 
#brand #mainTitle {
  background: url(../img/main.jpg) bottom left;
  background-size: cover;
  height: 100px;
}
#brand div.logo {
  width: 60%;
  margin:0 auto 5%;
}
#brand p.copy {
  width: 100%;
  margin: 20px auto;
}
#brand ul.column2Wrap,#brand ul.column3Wrap {
  max-width: 100%;
  display: block;
}
#brand ul.column2Wrap li,#brand ul.column3Wrap li {
  width: 100%;
  margin: 0 auto 15%;
}
#brand ul.column2Wrap li div,#brand ul.column3Wrap li div {
  margin-bottom: 5%;
  text-align: center;
}
#brand ul.column2Wrap li p ,#brand ul.column3Wrap li p {
  width: 94%;
  font-size: 1.6rem;
  margin: 0 auto;
}
}

@media screen and (max-width:960px) {
  #brand div#brandWrap p.copy {
    text-align: left;
  }
}


#brand div#resultWrap {
  padding-top: 80px;
  padding-bottom: 50px;
}

#brand div#resultWrap p.captionL {
  max-width: 960px;
  margin: 5px auto 0;
  line-height: 1.8rem;
}

#brand div#resultWrap .title {
  padding-bottom: 54px;
}

#brand p#kyoto.title {
  padding-top: 100px;
}

#brand #resultWrap .col2Wrap {}

#brand #resultWrap .col2Wrap li {
  float: left;
  text-align: center;
  font-size: 2.0rem;
  margin-bottom: 34px;
}

#brand #resultWrap .col2Wrap li:last-of-type {
  margin-right: 0px;
}

#brand #resultWrap .col2Wrap li p.area {
  width: 120px;
  margin: 24px auto 12px;
  font-size: 1.7rem;
  padding-bottom: 5px;
  border-bottom: 1px solid #A4B4C7;
}

@media screen and (max-width:960px) {
  #brand div#resultWrap {
    padding-top: 40px;
    padding-bottom: 0px;
  }

  #brand div#resultWrap .title {
    margin-bottom:5%;
    padding:0;
  }

  #brand p#kyoto.title {
    margin-top:10%;
  }

  #brand #resultWrap .col2Wrap li p.area {
    width: 70%;
    margin: 10px auto 12px;
    font-size: 1.4rem;
  }

  #brand #resultWrap .col2Wrap li p {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}



#brand #plusWrap {
  background: url(../img/plus_bg.jpg) top repeat-x;
  padding-top: 110px;
  padding-bottom: 70px;
  margin-top: 100px;
}

#brand #plusWrap div.logo {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}

#brand #plusWrap p.plusCopy {
  text-align: center;
  line-height: 2.6rem;
  margin-bottom: 77px;
}

@media screen and (max-width:960px) {
  #brand .title {
    line-height: 2.6rem;
  }
  #brand #plusWrap {
    padding: 12% 5% 0;
    padding-top: 10%;
    margin-top: 10%;
  }

  #brand #plusWrap div.logo {
    width: 60%;
    margin-top: 40px;
    margin-bottom: 5%;
  }

  #brand #plusWrap p.plusCopy {
    text-align: center;
    font-size: 1.6rem;
    margin-bottom: 10%;
    line-height: 1.6em;    
  }
}



#brand #supportWrap {
  background: url(../img/support_bg.jpg) top;
  padding-top: 110px;
  padding-bottom: 100px;
  margin-top: 100px;
}

#brand #supportWrap ul.column3Wrap {
  padding-top: 48px;
}

#supportWrap ul li p {
  line-height: 1.6em !important;
}

@media screen and (max-width:960px) {
  #brand #supportWrap {
    padding: 12% 5% 5%;
    margin-top: 20px;
  }
  #brand #supportWrap ul.column3Wrap{
    padding-top:5%;
  }
  #brand #groupWrap {
    padding-bottom: 10%;
    margin-top: 10%;
    margin-bottom: 10%;
    background: url(../img/group_bg.jpg) bottom center;
    background-size: contain;
}
}
