@charset "utf-8";

.br_sp::before {
  content: "\A" ;
  white-space: pre ;
}
.forPc {
  display: none;
}
.forSp {}
.wrapper {
  position: relative;
  height: 100%;
  padding-top: 60px;
}
.width {}
.main {
  height: 100%;
}

h1 {}
h2,h3 {
  text-align: center;
  font-weight: 500;
}
h2 {
  font-size: 60px;
  line-height: 70px;
}
.size01 {
  font-size: 32px;
  line-height: 42px;
}
.size02 {
  font-size: 28px;
  line-height: 38px;
}
.size03 {
  font-size: 24px;
  line-height: 34px;
}
.text-white {
  color: #fff;
}

.cta_float {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 50;
}
.cta_float--inner {
  display: flex;
  justify-content: space-between;
  height: 60px;
  padding: 5px;
  background: rgb(255 255 255 / 0.8);
}
.cta_float a {
  display: flex;
  align-items: center;
  padding: 5px;
  border-radius: 5px;
  text-align: center;
  line-height: 1;
}
.cta_float .link_line {
  background: #00b900;
  padding-right: 10px;
  margin-right: 5px;
}
.cta_float .link_reserve {
  background: #fdc70a;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 60px;
  background: #fff;
  box-shadow: 0 2px 5px 0 rgba(204, 204, 204, 0.8);
  z-index: 50;
}
.header h1 {
  display: flex;
  align-items: center;
}
.header--left {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 0 10px;
}
.header--logo {
}
.header--logo .logo {
  width: auto;
  height: 33px;
  margin-right: 5px;
}
.header--logo .clinic {
  width: auto;
  height: 23px;
}
.header--tel {
  height: 100%;
}
.header--tel a {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 5px 8px;
  background: linear-gradient(-135deg, #20d7d5, #8cc6fd);
}
.header--tel a img {
  display: block;
  width: 95%;
  margin: 0 auto;
}
.header--tel img.tel-icon {
  width: 20px;
  vertical-align: middle;
  margin-right: 5px;
}
.header--tel img.tel-pc {
  display: none;
}

.header--right {}
.header--business_hours {
  display: none;
}

.cta {
  padding: 30px 10px;
  background: linear-gradient(135deg, #fffeee, #e9f8ff);
}
.cta--text {
  color: #2b93ca;
  font-size: 22px;
  text-align: center;
  line-height: 32px;
}
.cta--btn {
  position: relative;
  display: block;
  margin-top: 20px;
  padding: 18px 25px 18px 0;
  background: linear-gradient(-135deg, #20d7d5, #8cc6fd);
  color: #fff;
  border-radius: 50px;
  font-size: 22px;
  text-align: center;
  text-decoration: none;
}
.cta--btn::after {
  content: '\f105';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 20px;
  font-size: 22px;
  margin-top: -11px;
}

.first {
  display: flex;
  flex-direction: column;
  height: calc(100vh - 60px);
  min-height: 550px;
  background: url(./image/main_image-sp.jpg) #fff no-repeat;
  background-size: contain;
}
.first--contents {
  margin-top: auto;
}
.first--text {
  width: 95%;
  margin: 0 auto;
  padding: 0 10px;
}
.first--text-00 {
  width: 60px;
  margin: 0 auto;
}
.first--text-01 {}
.first--text-02 {
  margin-top: 10px;
}
.first--text-03 {
  margin-top: 5px;
  font-size: 14px;
  text-align: center;
}
.first--cta-sp {
  padding: 15px 10px;
}
.first--cta-sp a {
  position: relative;
  display: block;
  padding: 18px 25px 18px 0;
  background: linear-gradient(-135deg, #20d7d5, #8cc6fd);
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-decoration: none;
  border-radius: 30px;
}
.first--cta-sp a::after {
  content: '\f105';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 20px;
  font-size: 22px;
  margin-top: -11px;
}
.first--cta-pc {
  display: none;
}
.first--sup {
  padding: 0 10px 10px 10px;
  background: #fff;
  font-size: 80%;
  text-align: center;
  line-height: 140%;
}

.feature {
  position: relative;
  margin: 60px 0 30px 0;
  padding: 35px 10px;
  text-align: center;
}
.feature::before {
  content: '';
  position: absolute;
  top: 0;
  left: 10px;
  width: calc(100% - 10px);
  height: 100%;
  background: #f0faff;
  z-index: -3;
}
.feature::after {
  content: '';
  position: absolute;
  top: 30px;
  left: 0;
  width: calc(100% - 10px);
  height: 100%;
  background-image: url(./image/bg_01.png);
  background-repeat: repeat;
  z-index: -2;
}
.feature .width {
  z-index: 10;
}
.feature h2 {
  margin-top: -70px;
  padding: 0 10px;
}
.feature h2 img {
  display: block;
}
.feature--sub {
  margin: 20px 0;
  font-size: 98%;
  color: #2b93ca;
}
.feature--sub2 {
  font-size: 32px;
  line-height: 1;
}
.feature--group {
  margin-top: 25px;
}
.feature--group--item {
  margin: 0 auto 30px auto;
  text-align: center;
}
.feature--group--item2 {
  width: 80%;
  margin: 0 auto;
}
.feature--group--item2 img {
  display: block;
}
.feature--text {}
.feature--text-main {
  font-size: 22px;
  line-height: 32px;
  color: #2b93ca;
}
.feature--text-sup {
  margin-top: 15px;
  font-size: 90%;
  color: #666;
}

.align {
  position: relative;
  margin: 60px 0 30px 0;
  padding: 35px 10px;
}
.align h2 {
  margin-top: -40px;
}
.align::before {
  content: '';
  position: absolute;
  top: 30px;
  right: 10px;
  width: calc(100% - 10px);
  height: 100%;
  background: #e9fcf9;
  z-index: -3;
}
.align::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 15px);
  height: 100%;
  background-image: url(./image/bg_02.png);
  background-repeat: repeat;
  z-index: -2;
}
.align--group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 94%;
  margin: -20px auto 0px auto;
  padding: 30px 10px;
  background: #fff;
  box-shadow: 0 3px 15px 0 rgb(150 150 150 / 0.4);
}
.align--group--item {
  width: 80%;
  margin: 0 auto 30px auto;
  text-align: center;
}
.align--group--item:last-of-type {
  margin-bottom: 0;
}
.brand {
  width: 96%;
  margin: 100px auto 40px auto;
  padding: 30px 0;
}
.brand h2 {
  position: relative;
}
.brand h2 .point {
  position: absolute;
  top: -155px;
  left: 50%;
  margin-left: -60px;
}
.brand h2 .point img {
  display: block;
  width: 120px;
}
.brand--wrap {
  background-image: url(./image/bg_03.png);
  background-repeat: repeat;
  padding: 20px;
}
.brand--inner {
  padding: 60px 20px 30px 20px;
  background: #fff;
}
.brand--list {}
.brand--list--item {
  margin: 15px auto;
}
.brand--list--item:nth-child(2) {
  width: 80%;
  margin: 0px auto 10px auto;
}

.case {
  position: relative;
  margin: 60px 0 30px 0;
  padding: 35px 10px;
}
.case h2 {
  margin-top: -80px;
}
.case::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 10px);
  height: 100%;
  background: #fff5f6;
  z-index: -3;
}
.case::after {
  content: '';
  position: absolute;
  top: 30px;
  left: 0;
  width: calc(100% - 15px);
  height: 100%;
  background-image: url(./image/bg_04.png);
  background-repeat: repeat;
  z-index: -2;
}
.case hr {
  width: 92%;
  margin: 0 auto;
  border: 1px solid #ffa5ae;
}
.case--group {
  width: 86%;
  margin: 0 auto 40px auto;
  padding-top: 10px;
  text-align: center;
}
.case--group-wrap {
  margin-bottom: 20px;
}
.case--group-wrap.arrow {
  position: relative;
  padding-bottom: 30px;
}
.case--group-wrap.arrow::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -5px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #ffa5ae transparent transparent transparent;
  border-width: 20px 20px 0 20px;
}
.case--group--item {
  margin: 15px 0 10px 0;
  padding: 10px;
  background: #fff;
}
.case--group--item.before {}
.case--group--item.after {}
.case--group--item--ttl {
  font-size: 24px;
  font-weight: bold;
}
.case--group--item--ttl img {
  display: block;
  width: auto;
  height: 35px;
  margin: 0 auto;
}
.case--ex {
  position: relative;
  width: 90%;
  margin: 30px auto 0 auto;
  border: 10px solid #fff;
  border-radius: 100%;
  overflow: hidden;
}
.case--ex::before {
  content: '';
  display: block;
  width: 100%;
  height: 0;
  padding-top: 100%;
}
.case--ex img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.case--detail {
  margin-top: 40px;
  padding: 15px 10px;
  background: #fff;
  border-radius: 15px;
  font-size: 85%;
}
.case--detail table {
  width: 100%;
  line-height: 140%;
}
.case--detail table tr {}
.case--detail table th {
  width: 30%;
  padding: 5px 0;
  text-align: left;
  font-weight: normal;
  vertical-align: top;
}
.case--detail table td {
  padding: 5px 0;
  vertical-align: top;
}

.price {
  margin: 100px 0 50px 0;
  padding: 35px 15px;
  background: #f0faff;
}
.price h2 {
  position: relative;
  top: -60px;
}
.price--inner {
  background-image: url(./image/bg_05.png);
  background-repeat: repeat;
}
.price--detail {
  position: relative;
  top: -50px;
  width: 92%;
  margin: 0 auto;
}
.price--detail table {
  width: 100%;
  margin: 0 auto;
  border-spacing: 0;
  border-collapse: separate;
  border: 9px solid #bee9ff;
  background: #fff;
}
.price--detail table tr {
  display: flex;
  flex-wrap: wrap;
}
.price--detail table th {
  width: 100%;
  padding: 10px;
  font-weight: normal;
  text-align: left;
  background: #f9fdff;
  border-bottom: 1px solid #74c0e8;
}
.price--detail table td {
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #74c0e8;
}
.price--detail table .last td {
  border-bottom: 0;
}
.price--sup {
  font-size: 80%;
}
.price--card {
  width: 96%;
  margin: 60px auto 40px auto;
  padding: 30px 0;
}
.price--card h2 {
  position: relative;
}
.price--card h2 .point {
  position: absolute;
  top: -140px;
  left: 50%;
  margin-left: -60px;
}
.price--card h2 .point img {
  display: block;
  width: 120px;
}
.price--card--wrap {
  background-image: url(./image/bg_06.png);
  background-repeat: repeat;
  padding: 20px;
}
.price--card--inner {
  padding: 60px 20px 30px 20px;
  background: #fff;
}
.price--card--detail {
  margin-top: 25px;
}
.dental_loan_text {
  margin-top: 20px;
}

.reason {
  position: relative;
  margin: 60px 0 30px 0;
  padding: 35px 10px;
}
.reason h2 {
  margin-top: -80px;
  padding: 0 10px;
}
.reason::before {
  content: '';
  position: absolute;
  top: 30px;
  left: 0;
  width: calc(100% - 10px);
  height: calc(100% - 30px);
  background: #fff8e0;
  z-index: -3;
}
.reason::after {
  content: '';
  position: absolute;
  top: -10px;
  right: 0;
  width: calc(100% - 15px);
  height: calc(100% + 40px);
  background-image: url(./image/bg_07.png);
  background-repeat: repeat;
  z-index: -2;
}
.reason--group {
  margin-top: 25px;
}
.reason--group--item {
  width: 90%;
  margin: 0 auto 30px auto;
}
.reason--group--item:last-child {
  margin-bottom: 0;
}
.reason--group--item .image {
  position: relative;
  width: 96%;
  margin: 0 auto;
}
.reason--group--item .image .picture {
  position: relative;
  display: block;
  border: 8px solid #fff;
  border-radius: 100%;
  overflow: hidden;
}
.reason--group--item .image .picture img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.reason--group--item .image .picture::before {
  content: '';
  display: block;
  width: 100%;
  height: 0;
  padding-top: 100%;
}
.reason--group--item .image .num {
  position: absolute;
  bottom: -75px;
  left: 50%;
  width: 140px;
  margin-left: -75px;
}
.reason--group--item .ttl {
  margin-top: 85px;
  font-size: 130%;
  font-weight: 600;
  text-align: center;
  line-height: 145%;
  letter-spacing: 0.08em;
}
.reason--group--item .text {
  margin-top: 15px;
}

.reason--itero {
  margin: 70px auto 0 auto;
  box-shadow: 0 3px 15px 0 rgb(150 150 150 / 0.4);
}
.reason--itero h2 {
  position: relative;
  margin-top: 0;
  padding: 0;
}
.reason--itero h2 img {
  width: 100%;
  max-width: inherit;
}
.reason--itero h2 .point {
  position: absolute;
  top: -125px;
  left: 50%;
  margin-left: -65px;
}
.reason--itero h2 .point img {
  display: block;
  width: 120px;
}
.reason--itero--wrap {
  padding: 8px;
  background: #f5902d;
}
.reason--itero--inner {
  padding: 70px 15px 20px 15px;
  background: #fff;
}
.reason--itero--detail {
  margin-top: 15px;
}
.reason--itero--detail .text {}
.reason--itero--detail .image {
  margin-top: 10px;
}

.commit {
  margin-top: 90px;
  padding: 35px 10px;
}
.commit h2 {
  position: relative;
  padding: 0 20px;
}
.commit h2 img {
  width: 100%;
  max-width: inherit;
}
.commit h2 .point {
  position: absolute;
  top: -140px;
  left: 50%;
  margin-left: -65px;
}
.commit h2 .point img {
  display: block;
  width: 120px;
}
.commit--wrap {
  background: #a4e0ff;
  padding: 10px;
}
.commit--inner {
  padding: 60px 15px 15px 15px;
  background: url(./image/bg_08.png) #fff repeat;
}
.commit--group {
  margin-top: 25px;
}
.commit--group--item {
  margin-bottom: 30px;
}
.commit--group--item .image img {
  border-radius: 10px;
}
.commit--group--item .detail {
  margin-top: 10px;
}
.commit--group--item .detail .ttl {
  display: inline;
  color: #2b93ca;
  background: linear-gradient(transparent 75%, #fffbca 75%);
  font-size: 140%;
  font-weight: bold;
  line-height: 140%;
}
.commit--group--item .detail .text {
  margin-top: 10px;
  font-size: 90%;
}

.counseling {
  position: relative;
  margin: 60px 0 30px 0;
  padding: 35px 10px;
}
.counseling h2 {
  margin-top: 60px;
  padding: 0 10px;
}
.counseling h2 .point {
  position: absolute;
  top: -50px;
  left: 50%;
  margin-left: -65px;
}
.counseling h2 .point img {
  display: block;
  width: 120px;
}
.counseling::before {
  content: '';
  position: absolute;
  top: 30px;
  left: 0;
  width: calc(100% - 10px);
  height: calc(100% - 30px);
  background: #fff5f6;
  z-index: -3;
}
.counseling::after {
  content: '';
  position: absolute;
  top: -10px;
  right: 0;
  width: calc(100% - 15px);
  height: 100%;
  background-image: url(./image/bg_09.png);
  background-repeat: repeat;
  z-index: -2;
}
.counseling--group {
  margin: 25px 0 0 0;
}
.counseling--group--item {
  position: relative;
  margin: 15px 0 50px 0;
  padding: 15px;
  background: #fff;
}
.counseling--group--item::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -35px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #ffa5ae transparent transparent transparent;
  border-width: 20px 20px 0 20px;
}
.counseling--group--item:last-of-type {
  margin-bottom: 0;
}
.counseling--group--item:last-of-type::after {
  content: none;
}
.counseling--group--item .detail {}
.counseling--group--item .detail .ttl {
  display: flex;
  align-items: center;
  color: #ffa5ae;
  font-size: 140%;
  font-weight: bold;
}
.counseling--group--item .detail .ttl .cnt {
  width: 50px;
  margin-right: 10px;
}
.counseling--group--item .detail .text {
  margin-top: 10px;
}
.counseling--group--item .detail .text span {
  font-size: 70%;
}
.counseling--group--item .image {
  margin-top: 10px;
}
.counseling--group--item .image img {
  display: block;
  border-radius: 10px;
}

.faq {
  margin-top: 60px;
  padding: 35px 10px;
}
.faq h2 {
  position: relative;
  max-width: 450px;
  margin: 0 auto;
}
.faq h2 .point {
  position: absolute;
  top: -125px;
  left: 50%;
  margin-left: -65px;
}
.faq h2 .point img {
  display: block;
  width: 120px;
}
.faq--wrap {
  padding: 10px;
  background: #fff8e0;
}
.faq--inner {
  padding: 50px 10px 10px 10px;
  background-image: url(./image/bg_10.png);
  background-repeat: repeat;
}
.faq--list {
  margin-top: 25px;
}
.faq--list--item {
  margin: 15px 0;
  padding: 7px;
  background: #ffeba7;
}
.faq--list--item .question {
  position: relative;
  display: flex;
  padding: 10px 35px 10px 10px;
  background: #fff;
}
.faq--list--item .question::after {
  content: '\f067';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 10px;
  font-size: 18px;
  line-height: 1;
  margin-top: -9px;
}
.faq--list--item .question.on::after {
  content: '\f068';
}
.faq--list--item .question-initials {
  margin-right: 10px;
  color: #f5902d;
  font-size: 30px;
  line-height: 30px;
}
.faq--list--item .question-text {
  font-size: 110%;
  line-height: 120%;
}
.faq--list--item .answer {
  display: none;
}
.faq--list--item .answer--inner {
  display: flex;
  padding: 10px 5px 5px 10px;
  font-size: 90%;
  line-height: 140%;
}
.faq--list--item .answer-initials {
  margin-right: 10px;
  color: #f5902d;
  font-size: 30px;
  line-height: 30px;
}
.faq--list--item .answer-text {}
.faq--list--item .sup {
  font-size: 80%;
  font-weight: normal;
}

.director {
  position: relative;
  width: 96%;
  margin: 100px auto 0 auto;
  background: #f0faff;
}
.director h2 {
  position: absolute;
  top: -45px;
  text-align: left;
}
.director h2 img {}
.director h3 {
  text-align: left;
}
.director--profile {
  margin-top: 25px;
}
.director--profile .image {}
.director--profile .image img {
  display: block;
}
.director--profile .detail {
  margin-top: 25px;
  padding: 0 10px 15px 10px;
}
.director--profile .detail h3 {
  font-size: 22px;
  line-height: 32px;
}
.director--profile .detail--biography {
  margin-top: 25px;
  font-size: 90%;
  letter-spacing: 0.03em;
}
.director--profile .detail--ex {
  margin-top: 20px;
  font-size: 90%;
  letter-spacing: 0.03em;
}
.director--profile .detail p {
  margin-bottom: 10px;
}
.director--profile .detail p.ttl {}

.introduction {
  position: relative;
  margin: 60px 0 30px 0;
  padding: 35px 10px 50px 10px;
}
.introduction h2 {
  margin-top: -80px;
  padding: 0 20px;
}
.introduction::before {
  content: '';
  position: absolute;
  top: 30px;
  left: 0;
  width: calc(100% - 10px);
  height: calc(100% - 30px);
  background: #e9fcf9;
  z-index: -3;
}
.introduction::after {
  content: '';
  position: absolute;
  top: -10px;
  right: 0;
  width: calc(100% - 15px);
  height: 100%;
  background-image: url(./image/bg_02.png);
  background-repeat: repeat;
  z-index: -2;
}
.introduction p {
  margin-top: 15px;
}
.introduction--detail {
  width: 96%;
  margin: -25px auto 0 auto;
  padding: 15px;
  background: #fff;
  box-shadow: 0 3px 15px 0 rgb(150 150 150 / 0.4);
}
.introduction--group {
  margin-top: 15px;
}
.introduction--group--item {
  margin-top: 20px;
}
.introduction--group--item img {
  display: block;
  border-radius: 15px;
}

.about {
  padding: 35px 10px;
}
.about h2 {
  position: relative;
  max-width: 280px;
  margin: -70px auto 0 auto;
}
.about--inner {
  padding: 30px 0;
  background: url(./image/bg_11.png) #fff5f6 repeat;
}
.about--detail {
  display: flex;
  justify-content: space-between;
  flex-direction: column-reverse;
  margin-top: 15px;
  background: #fff;
  box-shadow: 0 3px 15px 0 rgb(150 150 150 / 0.4);
}
.about--data {
  width: 100%;
  padding: 30px 10px 0 10px;
}
.about--data h3 {
  width: 120px;
  margin: 0 auto;
}
.about--data h3 img {
  display: block;
}
.about--detail table {
  width: 100%;
  padding: 10px;
  border-spacing: 0;
  border-collapse: separate;
  font-size: 90%;
}
.about--detail table tr {
  display: flex;
  flex-wrap: wrap;
}
.about--detail table th {
  width: 100%;
  padding: 15px 0 0 0;
  font-weight: normal;
  text-align: left;
}
.about--detail table td {
  width: 100%;
  padding: 5px 0 15px 0;
}
.about--map {
  width: 100%;
}
.about--map iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 300px;
}

.disclaimer {
  margin: 20px;
  font-size: 85%;
}
.disclaimer p {
  line-height: 180%;
}
footer {
  padding-bottom: 50px;
}
.footer {
  margin-top: 20px;
  padding: 20px 0 60px 0;
  padding-top: 20px;
  border-top: 1px solid #ccc;
}
.footer--01 {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
.footer--logo-text {
  font-size: 130%;
  font-weight: bold;
}
.footer--logo-img {
  margin-top: 15px;
}
.footer--logo-img img {
  display: block;
  width: 220px;
  margin: 0 auto;
}
.footer--01 table {
  width: 100%;
  margin: 0 auto;
  border-spacing: 0;
  border-collapse: separate;
  background: #fff;
  font-size: 85%;
  line-height: 130%;
}
.footer--01 table tr {
  display: flex;
  flex-wrap: wrap;
}
.footer--01 table th {
  width: 100%;
  padding: 15px 0 0 0;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}
.footer--01 table td {
  width: 100%;
  padding: 5px 0 15px 0;
  text-align: left;
}
.footer--02 {
  display: flex;
  flex-direction: column-reverse;
  margin-top: 30px;
  padding: 0 15px 15px 15px;
}
.footer--copy {
  margin-top: 15px;
  font-size: 85%;
  text-align: center;
}
.footer--sns {
  justify-content: center;
}
.footer--sns a {
  width: 50px;
  margin: 0 10px;
}
.footer--sns p {
  text-align: center;
  position: relative;
  display: inline-block;
  padding: 15px 10px;
  margin-bottom: 15px;
  width: 100%;
  font-size: 16px;
  background: #e0edff;
  font-weight: bold;
}
.footer--sns p::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #e0edff;
}
.footer--sns img {
  display: block;
  width: 20%;
  margin: 0 auto;
}

.invisa-campaign {
	margin: 20px auto;
	padding: 0 10px 30px;
}