/* Scss Document */
img {
  max-width: 100%;
}

ul,
ol {
  list-style: none;
  padding: 0;
}

.navbar-brand {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.l-inner {
  width: 1118px;
  padding: 0 15px;
  max-width: 100%;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
}
.l-inner.small {
  width: 936px;
}

@media (max-width: 768px) {
  .l-inner {
    padding: 0 20px;
  }
}
@media (min-width: 769px) {
  .pc {
    display: block;
  }

  .sp {
    display: none;
  }

  br.pc {
    display: inline;
  }
}
@media (max-width: 768px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  br.sp {
    display: inline;
  }

  .spnone {
    display: none;
  }
}
.c-flex {
  display: flex;
  flex-wrap: wrap;
}

.c-btn {
  max-width: 100%;
  margin: 0 auto;
}
.c-btn a {
  background: #377a54;
  font-size: 21px;
  color: #fff;
  font-weight: bold;
  display: block;
  line-height: 1;
  padding: 0.9em 30px;
  text-align: center;
  position: relative;
  transition: 0.3s;
}
.c-btn a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.c-btn a:before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
.c-btn.small {
  width: 220px;
}
.c-btn.small a {
  font-size: 18px;
}
.c-btn.small a:before {
  right: 16px;
  width: 10px;
  height: 10px;
}
@media (max-width: 768px) {
  .c-btn.small {
    width: 250px;
  }
  .c-btn.small a {
    font-size: 16px;
  }
  .c-btn.small a:before {
    width: 8px;
    height: 8px;
  }
}

.c-btn.white {
  max-width: 100%;
  margin: 0 auto;
}
.c-btn.white a {
    background: #fff;
    border: #497957 3px solid;
    color: #497957;
    font-size: 21px;
    padding: 0.9em 20px;
}
.c-btn.white a:before {
  right: 20px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #497957;
  border-right: 2px solid #497957;
}
@media (max-width: 768px) {
  .c-btn.white {
    width: 100%;
    margin: 20px 0 0;
  }
  .c-btn.white a:before {
        right: 12px;
  }
}

.c-head01 {
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
  line-height: 1.5;
}
.c-head01 .line {
  font-size: 20px;
  display: inline-block;
  margin-bottom: 40px;
  text-decoration: underline;
}
.c-head01 .red {
  color: #ff0000;
}
@media (max-width: 768px) {
  .c-head01 {
    font-size: 30px;
  }
  .c-head01 .line {
    font-size: 18px;
    margin-bottom: 30px;
  }
}

.c-conv {
  padding: 60px 0;
}
.c-conv h3 {
  font-size: 34px;
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: 60px;
  position: relative;
  color: #377A54;
}
.c-conv h3:before {
  content: "";
  position: absolute;
  background: url("../img/arrow_conv.webp") no-repeat;
  background-size: 100% 100%;
  width: 35px;
  height: 32px;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 18px;
}
.c-conv .c-btn {
  width: 568px;
}
.c-conv .c-btn a {
  font-size: 28px;
}
@media (max-width: 768px) {
  .c-conv {
    padding: 30px 0;
  }
  .c-conv h3 {
    font-size: 30px;
    padding-bottom: 60px;
    position: relative;
  }
  .c-conv h3:before {
    width: 30px;
    height: 27px;
    bottom: 18px;
  }
  .c-conv .c-btn {
    width: 568px;
  }
  .c-conv .c-btn a {
    font-size: 22px;
    padding: 1.2em 30px;
  }
}

.l-contents {
  position: relative;
  background: #fff;
  padding: 110px 0 60px;
}
.l-contents:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #eeeeee;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 40px 40px;
  border-top-color: currentColor;
  border-bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 768px) {
  .l-contents {
    padding: 60px 0 20px;
  }
}

#main {
  color: #222222;
  padding-top: 80px;
}
@media (max-width: 768px) {
  #main {
    padding-top: 61px;
  }
}

.fv {
  padding: 70px 0;
  background: url(../img/top_back2.webp) center top;
  background-size: 100% 100%;
}
.fv-inner {
  justify-content: center;
  align-items: center;
}
.fv-inner h1{
  font-weight: bold;
  font-size: 4.3rem;
  letter-spacing: 1px;
  line-height: 1.5em;
}
.fv-inner h1 .underline{
  font-size: 3.0rem;
  border-bottom: 3px solid;
  padding-bottom: 4px;
}
.fv-inner h1 .h1-red{
  color: #ff0000;
}
.fv-inner .image {
  width: 38%;
}
.fv-inner .text {
  width: 58%;
  text-align: center;
}
.fv-inner .text img {
  max-width: 40px;
  display: inline-block;
  margin-right: 5px;
}
.fv-inner .text p {
  font-size: 18px;
  margin: 30px 0 40px;
  font-weight: bold;
  color: #377A54;
}
.fv-inner .text .enclose {
  color: #222;
  font-size: 2.6rem;
  margin: 20px 0 40px;
  align-items: center;
  position: relative;
  display: inline;
  padding: 18px 0px;
}
/* .fv-inner .text .enclose:before {
  content: '';
    width: 30px;
    height: 30px;
    border-top: solid 2px #222;
    border-right: solid 2px #222;
    position: absolute;
    left: -60px;
    top: 20px;
    transform: rotate(-135deg);
}
.fv-inner .text .enclose:after {
  content: '';
    width: 30px;
    height: 30px;
    border-top: solid 2px #222;
    border-right: solid 2px #222;
    position: absolute;
    left: 180px;
    top: 20px;
    transform: rotate(45deg);
}*/
.fv-inner .text .enclose span {
  font-size: 5.0rem;
  margin: 0 20px;
  font-weight: normal;
}
.fv .c-btn {
  width: 352px;
  margin-left: 0;
}
@media (max-width: 768px) {
  .fv {
    padding: 20px 0 40px;
  }
  .fv-inner {
    justify-content: center;
    flex-wrap: wrap;
  }
  .fv-inner h1{
    text-align: center;
    font-size: 4.0rem;
  }
  .fv-inner h1 .underline{
    font-size: 1.6rem;
    margin-bottom: 20px;
    letter-spacing: 0;
  }
  .fv-inner h1 .h1-red{
    font-size: 5.0rem;
  }
  .fv-inner .image {
    width: 80%;
    order: 1;
  }
  .fv-inner .text {
    width: 100%;
    order: 0;
    margin-bottom: 40px;
  }
  .fv-inner .text img {
    margin-left: 0%;
  }
  .fv-inner .text p {
    font-size: 16px;
    margin: 30px 0 20px;
    text-align: center;
    letter-spacing: 0;
  }
  .fv .c-btn {
    width: 318px;
    margin-left: auto;
  }
}

.sec00 {
  padding: 80px 0 100px;
  background: #fff;
  position: relative;
}
.sec00:before {
  content: "";
  position: absolute;
  background: url(../img/arrow_conv.webp) no-repeat;
  background-size: 100% 100%;
  width: 35px;
  height: 32px;
  margin: auto;
  left: 0;
  right: 0;
  top: -15px;
}
.sec00-lineup ul {
  flex-wrap: wrap;
  justify-content: center;
}
.sec00-lineup ul li {
  width: 19%;
  margin-right: 1.25%;
  align-content: space-between;
}
.sec00-lineup ul li:last-child {
  margin-right: 0;
}
.sec00-lineup ul li p {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  margin-top: 20px
}
.sec00-lineup ul li .c-btn.white a {
  font-size: 15px;
}
@media (max-width: 768px) {
  .sec00 {
    padding: 30px 0 50px;
  }
  .sec00-lineup ul li {
    width: 48%;
    margin: 10px 2% 10px 0;
  } 
}

.sec01 {
  padding: 50px 0 140px;
  background: #eeeeee;
}
.sec01-example-head {
  background: #dce8e1;
  line-height: 1;
  font-size: 21px;
  padding: 0.5em;
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
}
.sec01-example h3 {
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
.sec01-example h3 .sq {
  border: 3px solid #ff0000;
  display: inline-block;
  padding: 0.2em 0.6em;
  margin-right: 0.5em;
}
.sec01-example h3 .strong {
  color: #ff0000;
  position: relative;
  z-index: 2;
  background: url("../img/marker.webp") bottom left no-repeat;
  background-size: 100% 16px;
}
.sec01-example-contents {
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 15px;
  margin-bottom: 60px;
}
.sec01-example-contents h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}
.sec01-example-contents .example {
  width: 60%;
  position: relative;
  padding-left: 80px;
}
.sec01-example-contents .example.example-first{
  padding-left: 0;
}

.sec01-example-contents .model:before {
  position: absolute;
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #377a54;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 40px 30px;
  border-top-color: currentColor;
  border-bottom: 0;
  left: 103%;
  top: 100px;
  transform: rotate(270deg);
}

.sec01-example-contents .model.model-first:before {
  content: none;
}
.sec01-example-contents .example ul {
  justify-content: space-between;
}
.sec01-example-contents .example ul li {
  width: 48%;
}
.sec01-example-contents .example p {
  font-size: 15px;
  margin-top: 0;
}
.sec01-example-contents .example li p {
  margin-top: 6px;
  line-height: 1.3;
}
.sec01-example-contents .example .example__p {
  background: #eee;
  padding: 10px;
}
.sec01-example-contents .model {
  width: 40%;
  position: relative;
}
.sec01-example-contents .model-contents {
  padding: 30px 20px;
  border: 2px solid #377a54;
}
.sec01-example-contents .model-contents .upper {
  margin-bottom: 20px;
}
.sec01-example-contents .model-contents .upper .image {
  width: 155px;
  padding-right: 10px;
}
.sec01-example-contents .model-contents .upper .text {
  width: calc(100% - 155px);
}
.sec01-example-contents .model-contents .upper .text h5 {
  font-size: 19px;
  font-weight: bold;
  word-wrap: break-word;
}
.sec01-example-contents .model-contents .upper .text p {
  font-size: 14px;
  font-weight: bold;
}
.sec01-example-contents .model-contents .upper .text p.spec {
  font-size: 14px;
  font-weight: normal;
}
.sec01-example-contents .model-contents .upper .text img {
  width: 45%;
  margin-right: 5%;
}
.sec01-example-contents .model-contents .upper .text img.width-max {
  width: 80%;
}
@media (max-width: 768px) {
  .sec01 {
    padding: 30px 0 70px;
  }
  .sec01-example {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  .sec01-example-head {
    font-size: 20px;
  }
  .sec01-example h3 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .sec01-example h3 .sq {
    border: 2px solid #ff0000;
  }
  .sec01-example h3 .strong {
    background: url("../img/marker.webp") bottom left no-repeat;
    background-size: 100% 10px;
  }
  .sec01-example-contents {
    padding: 0;
  }
  .sec01-example-contents h4 {
    font-size: 15px;
    margin-bottom: 18px;
  }
  .sec01-example-contents .example {
    width: 100%;
    padding: 60px 0 0 ;
  }
  .sec01-example-contents .model:before {
    border-width: 40px 40px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -86%;
    transform: rotate(0deg);
  }
  .sec01-example-contents .example p {
    font-size: 14px;
  }
  .sec01-example-contents .model {
    width: 100%;
    padding: 0;
  }
  .sec01-example-contents .model-contents {
    padding: 20px;
  }
  .sec01-example-contents .model-contents .upper {
    margin-bottom: 20px;
  }
  .sec01-example-contents .model-contents .upper .image {
    width: 155px;
    padding-right: 10px;
  }
  .sec01-example-contents .model-contents .upper .text {
    width: calc(100% - 155px);
  }
  .sec01-example-contents .model-contents .upper .text h5 {
    font-size: 16px;
  }
}

.sec01-example-contents.exception .example {
  width: 100%;
  position: static;
}
.sec01-example-contents.exception .example:before {
  content: none;
}
.sec01-example-contents.exception .c-flex {
  width: 50%;
}
.sec01-example-contents.exception .example__p__outer {
  width: 45%;
  margin: 0 0 0 5%;
}
.sec01-example-contents.exception .example__p {
  margin-bottom: 20px;
}
.sec01-example-contents.exception .c-btn.small {
  margin-left: 0;
}
.sec01-example-contents.exception .model {
  width: 100%;
  padding-left: 0;
}
.sec01-example-contents.exception .model-contents {
  flex-wrap: nowrap;
  margin-bottom: 40px;
}
.sec01-example-contents.exception .model-contents .flex {
  width: 19%;
  margin-right: 1.25%;
  align-content: space-between;
}
.sec01-example-contents.exception .model-contents .flex p {
  font-size: 14px;
  line-height: 1.3;
  margin-top: 20px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .sec01-example-contents.exception .c-flex {
    width: 100%;
  }
  .sec01-example-contents.exception .example__p__outer {
    width: 100%;
    margin: 0;
  }
  .sec01-example-contents.exception .model-contents {
    flex-wrap: wrap;
  }
  .sec01-example-contents.exception .model-contents .flex {
    width: 48%;
    margin: 10px 2% 10px 0;
  }
}

.sec02 {
  padding: 90px 0;
}
.sec02-intro {
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}
.sec02-intro .text {
  width: 55%;
}
.sec02-intro .text h3 {
  font-size: 26px;
  text-align: left;
  line-height: 1.5;
  font-weight: bold;
  text-align: justify;
}
.sec02-intro .text p {
  font-size: 20px;
  text-align: justify;
}
.sec02-intro .image {
  width: 40%;
  text-align: center;
}
.sec02-intro .image img {
  width: 100%;
  padding-left: 40px;
}
.sec02-lineup h3 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  background: #eeeeee;
  padding: 0.5em;
}
.sec02-lineup ul {
  flex-wrap: wrap;
  justify-content: center;
}
.sec02-lineup ul li {
  width: 19%;
  margin-right: 1.25%;
}
.sec02-lineup ul li:last-child {
  margin-right: 0;
}
.sec02-movie {
  margin-top: 120px;
}
.sec02-movie h3 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 60px;
}
.sec02-movie ul {
  justify-content: center;
}
.sec02-movie ul li {
  margin: 0 10px;
  max-width: 31%;
}
@media (max-width: 768px) {
  .sec02 {
    padding: 70px 0;
  }
  .sec02-intro .text {
    width: 100%;
    order: 1;
  }
  .sec02-intro .text h3 {
    font-size: 21px;
  }
  .sec02-intro .text p {
    font-size: 17px;
   
  }
  .sec02-intro .image {
    width: 100%;
    order: 0;
    margin-bottom: 30px;
  }
  .sec02-intro .image img {
    width: 100%;
    padding: 0;
  }
  .sec02-lineup ul li {
    width: 48%;
    margin: 10px 4% 10px 0;
    text-align: center;
  }
  .sec02-lineup ul li:nth-child(2n) {
    margin-right: 0;
  }
  .sec02-movie {
    display: none;
  }
}

.sec03 .c-head01 {
  background: #eeeeee;
  margin: 0;
  padding: 2em 20px;
}
.sec03 .l-contents {
  padding-bottom: 0;
}
.sec03-point .num {
  font-size: 26px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 60px;
}
.sec03-point > li {
  margin-bottom: 60px;
}
.sec03-point > li:last-child {
  margin-bottom: 0;
}
.sec03-point-contents {
  border: 10px #dce8e1 solid;
  padding: 0 90px 70px;
  text-align: center;
}
.sec03-point-contents h3 {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  background: #dce8e1;
  padding: 0.5em 2em;
  transform: translateY(-70px);
}
.sec03-point-contents .wrap {
  justify-content: space-between;
  margin-bottom: 40px;
}
.sec03-point-contents .wrap .text {
  width: 55%;
}
.sec03-point-contents .wrap .text p {
  text-align: left;
  font-size: 20px;
  line-height: 2;
}
.sec03-point-contents .wrap .text p span {
  text-decoration: underline;
  font-weight: bold;
}
.sec03-point-contents .wrap .text ol {
  margin-top: 2em;
}
.sec03-point-contents .wrap .text ol li {
  padding-left: 1em;
}
.sec03-point-contents .wrap .text ol li p:first-letter {
  margin-left: -1em;
}
.sec03-point-contents .wrap .image {
  width: 40%;
}
.sec03-point .c-btn a {
  font-size: 26px;
}
@media (max-width: 768px) {
  .sec03-point .num {
    font-size: 18px;
  }
  .sec03-point > li {
    margin-bottom: 40px;
  }
  .sec03-point-contents {
    border: 5px #dce8e1 solid;
    padding: 0 30px 40px;
  }
  .sec03-point-contents h3 {
    font-size: 24px;
    padding: 0.5em 1em;
    transform: translateY(-70px);
  }
  .sec03-point-contents .wrap {
    flex-wrap: wrap;
    margin: -40px 0 20px;
  }
  .sec03-point-contents .wrap .text {
    width: 100%;
    order: 1;
  }
  .sec03-point-contents .wrap .text p {
    font-size: 17px;
  }
  .sec03-point-contents .wrap .image {
    width: 100%;
    order: 0;
    margin-bottom: 30px;
  }
  .sec03-point .c-btn a {
    font-size: 20px;
    line-height: 1.5;
  }
}

.sec04 {
  padding: 60px 0 100px;
  background: url("../img/back_sec04.webp") repeat-y;
  margin-top: 100px;
}
.sec04 ul li {
  margin-bottom: 60px;
  justify-content: space-between;
}
.sec04 ul li:last-child {
  margin-bottom: 0;
}
.sec04 ul li .text {
  width: calc(100% - 174px);
  font-size: 20px;
  line-height: 1.8;
  padding: 30px;
  border: 2px solid #ff0000;
  border-radius: 15px;
  background: #fff;
  position: relative;
}
.sec04 ul li .text:after {
  content: "";
  position: absolute;
  bottom: 20%;
  right: -42px;
  background: url("../img/balloon.webp") no-repeat;
  background-size: 100% 100%;
  width: 42px;
  height: 32px;
}
.sec04 ul li .text span {
  text-decoration: underline;
  font-weight: bold;
}
.sec04 ul li .image {
  width: 174px;
  padding-left: 60px;
}
.sec04 ul li:nth-child(2) {
  flex-direction: row-reverse;
}
.sec04 ul li:nth-child(2) .image {
  padding: 0 60px 0 0;
}
.sec04 ul li:nth-child(2) .text:after {
  transform: rotate(180deg);
  left: -42px;
}
@media (max-width: 768px) {
  .sec04 {
    padding: 60px 0 70px;
    margin-top: 50px;
    background-size: 200% auto;
  }
  .sec04 ul li {
    margin-bottom: 30px;
  }
  .sec04 ul li .text {
    width: 100%;
  }
  .sec04 ul li .text:after {
    background: url("../img/balloon_sp.webp") no-repeat;
    background-size: 100% 100%;
    bottom: -55px;
    right: 112px;
    width: 35px;
    height: 55px;
  }
  .sec04 ul li .image {
    width: 100%;
    text-align: right;
    padding: 0;
    margin-top: 10px;
  }
  .sec04 ul li .image img {
    width: 100px;
  }
  .sec04 ul li:nth-child(2) .image {
    padding: 0;
    text-align: left;
  }
  .sec04 ul li:nth-child(2) .text:after {
    transform: scale(-1, 1);
    left: 112px;
  }
}

.sec05 {
  margin: 30px 0;
}

.sec06 {
  background: #eeeeee;
  padding: 70px 0;
}
.sec06 .l-contents {
  padding-top: 60px;
}
.sec06 .c-btn {
  max-width: 730px;
}
.sec06 .c-btn a {
  font-size: 32px;
}
.sec06 p {
  font-size: 24px;
  padding: 50px 0;
  text-align: center;
  position: relative;
}
.sec06 p:before {
  content: "";
  position: absolute;
  background: url(../img/arrow_conv.webp) no-repeat;
  background-size: 100% 100%;
  width: 35px;
  height: 32px;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 8px;
}
.sec06 .wrap {
  justify-content: center;
}
.sec06 .wrap .c-btn.white {
  width: 330px;
  margin: 0 20px;
}
.sec06 .wrap .c-btn.white a {
  background: #fff;
  border: #497957 3px solid;
  color: #497957;
  font-size: 21px;
  padding: 0.9em 20px;
}
.sec06 .wrap .c-btn.white a:before {
  right: 20px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #497957;
  border-right: 2px solid #497957;
}
@media (max-width: 768px) {
  .sec06 {
    padding: 20px 0 0;
  }
  .sec06 .l-contents {
    width: calc(100% + 40px);
    margin-left: -20px;
    padding: 70px 40px;
  }
  .sec06 .c-btn a {
    font-size: 25px;
  }
  .sec06 p {
    font-size: 20px;
    padding: 50px 0 30px;
  }
  .sec06 p:before {
    width: 30px;
    height: 27px;
    bottom: -8px;
  }
  .sec06 .wrap .c-btn.white {
    width: 100%;
    margin: 20px 0 0;
  }
  .sec06 .wrap .c-btn.white a:before {
    right: 12px;
  }
}

footer {
  padding: 60px 0 80px;
  text-align: center;
}
footer p {
  font-size: 16px;
  margin: 20px 0;
}
footer .copy {
  margin-top: 70px;
}
@media (max-width: 768px) {
  footer {
    padding: 40px 0 20px;
    border-top: 2px solid #eeeeee;
  }
  footer p {
    font-size: 15px;
    margin: 20px 0;
  }
  footer p img {
    width: 173px;
  }
  footer .copy {
    margin-top: 70px;
    color: #b1b1b1;
    font-size: 12px;
  }
}

#customer {
  background-color: #fff;
}

#customer li {
  list-style: none;
}

.customer {
  margin-top: 80px;
  padding: 0;
}

.customer li {
  margin-bottom: 20px;
}

.customer li img {
  display: block;
  width: 80%;
  margin: 0 auto;
}

.list-customer {
  margin: 40px 0;
  padding: 0;
}

.list-customer li {
  margin: 0 10px 10px;
  font-size: 1.5rem;
}

.madeia {
  flex-wrap: nowrap;
  margin: 0 auto;
  border: solid 1px #ccc;
  align-items: center;
}

.madeia p {
  margin: 0 20px 0 30px;
  font-weight: bold;
}

.madeia .mediaitem {
  width: 12%;
  padding: 10px;
}

@media screen and (max-width: 991px) {
  .madeia p {
    margin: 0 10px 0 20px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  #customer {
    margin: 80px 0;
  }

  .madeia {
    flex-wrap: wrap;
  }

  .madeia .mediaitem {
    width: 20%;
  }
}
/*------------- utility -------------*/
.u-tac {
  text-align: center !important;
}

.u-tal {
  text-align: left !important;
}

.u-tar {
  text-align: right !important;
}

/*# sourceMappingURL=style.css.map */
