@charset "UTF-8";
.page-title, .font-title {
}
.overview-title {
  border-bottom: solid #bc8b9b 1px;
}

.base--table {
  /*margin: 10px 0;*/
  width: 100%;
}
.base--table td {
  padding: .5rem .5rem 0;
  width: 70%;
}
.base--table th {
  padding: .5rem 0 0;
  width: 30%;
}
.base--table th {
  font-weight: normal;
  text-align: left;
  color: #bc8b9b;
  /*background-color: #c8bb8d;*/
  /*text-indent: 1rem;*/
}

.base--table tr:nth-child(odd) td {
  /*background-color: #f6f6f6;*/
}
.base--table tr {
  /*border: solid #f6f6f6 1px;*/
}
table a {
  color: #bc8b9b;
  border-bottom: solid #bc8b9b 1px;
}
table a:hover {
  opacity: .8;
  color: #bc8b9b;
}
tr {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
th, td {
  width: 100%;
}
.google-maps {
  position: relative;
  padding-bottom: 35%;
  height: 0;
  overflow: hidden;
  }
.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.ceo-name p:first-child{
  line-height:2;
}
.ceo-name p:nth-child(2) {
  line-height:1.4;
}

/****/
#sdgs-area .sdgs-list {
	-webkit-justify-content: space-around;
	justify-content: space-around;
}

#sdgs-area .sdgs-list .sdgs {
	-webkit-flex: 0 1 24%;
	flex: 0 1 24%;
	max-width: 24%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	background-color: #f2f2f2;
	border-style: solid;
	border-width: 4px 1px 1px;
	box-sizing: border-box;
}

.arrow-button-suggestion {
  background-color: #414042;
  color: #fff;
  width: 100%;
}
.arrow-pict {
  border: solid #fff 1px;
  background: #fff;
  color: #414042;
  line-height: 1.5;
}
.arrow-button-line img, .arrow-button-suggestion img {
  width: 30px;
}
#insta_area .w-75 {
    width: 100%!important;
}
#about-rogo h2 {
  border-bottom: solid #bc8b9b 1px;
  border-left: solid #bc8b9b;
  color: #bc8b9b;
}
#message h2 {
  border-bottom: solid #faadc9 1px;
  color: #f06b9b;
  letter-spacing: .2rem;
  padding-bottom: 1rem;
}
#overview > div {
  background: #f7f7f7;
  border-radius: 10px;
}

@media screen and (max-width:414px){
  #ceo p {
      font-size: 1.2rem;
  }
  #store-photo-area ul {
      justify-content: space-around;
      padding: 5% 0;
  }
}

@media (min-width: 576px) {
  .base--table td {
    padding: 0rem 0 .5rem .5rem;
    width: 80%;
  }
  .base--table th {
    padding: 0rem 0 .5rem 1.5rem;
    width: 20%;
  }
  .h5 {font-size: 1.5rem!important;}
  .h6 {font-size: 1.2rem!important;}
  .arrow-button-suggestion {
    width: 23rem;
  }
  #insta_area .w-75 {
    width: 75%!important;
  }
  .overview-title {
    border-right: solid #bc8b9b 1px;
    border-bottom: solid #fff 1px;
  }

}

@media (min-width: 576px) and (max-width: 767.98px) {

}

@media (min-width: 768px) and (max-width: 991.98px) {

}

@media (min-width: 992px) and (max-width: 1199.98px) {


}

@media (min-width: 1200px) {

}
