@charset "UTF-8";
/* ==================================================
	@extend
================================================== */
/* ===== clearfix ===== */
.c5-anchorLinkBox__item a {
  position: relative;
}

.c5-anchorLinkBox__item a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin-left: -12px;
  width: 22px;
  height: 20px;
  background: url(../images/icon-arrow-anchor.png) center no-repeat;
  background-size: contain;
}

.c5-anchorLinkBox ul {
  list-style-type: none;
}

.c5-anchorLinkBox__item a {
  text-decoration: none !important;
  color: #333;
}

.c5-point-block p.center{
	text-align: center;
}

/* ==================================================
    レイアウト
================================================== */
html {
  overflow: auto;
}

body {
  overflow-x: hidden;
  min-width: 1200px;
  width: 100%;
}

@media only screen and (max-width: 1199px) {
  body {
    min-width: inherit !important;
  }
}

nobr {
  display: inline-block;
}

.c5-wrap {
}

.c5-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}
.c5-inner.s_size {
  max-width: 800px;
}

.c5-anchorLinkBox {
  margin-bottom: 15px;
  background-color: #333333;
  padding: 35px 35px 20px;
  box-sizing: border-box;
}


@media only screen and (max-width: 639px) {
  .c5-anchorLinkBox {
    padding: 10px;
  }
}

.c5-anchorLinkBox__header {
  z-index: 10;
  margin-bottom: 5px;
}

.c5-anchorLinkBox__heading {
  text-align: center;
  margin: 0;
  padding: 5px;
  background-color: #fafafa;
  color: #363636;
  font-size: 32px;
  font-weight: 600;
  z-index: 10;
}

@media only screen and (max-width: 639px) {
  .c5-anchorLinkBox__heading {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

.c5-anchorLinkBox__list {
  overflow: hidden;
  z-index: 9;
  margin: 0 auto;
  padding: 0;
  display: table;
  width: 100%;
  max-width: 1110px;
  position: relative;
}

.c5-anchorLinkBox__list:before, .c5-anchorLinkBox__list:after {
  content: "";
  display: none;
  width: 30px;
  height: 30px;
  background: #333;
  position: absolute;
  z-index: 1;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c5-anchorLinkBox__list:before {
  top: -15px;
  left: 0;
}

.c5-anchorLinkBox__list:after {
  bottom: -15px;
  right: 0;
}

.c5-anchorLinkBox__itemGroup {
  display: table;
  width: 100%;
  table-layout: fixed;
  position: relative;
}

.c5-anchorLinkBox__itemGroup:first-child .c5-anchorLinkBox__item {
  border-width: 0 1px 0 1px;
}

.c5-anchorLinkBox__itemGroup:before, .c5-anchorLinkBox__itemGroup:after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: #333333;
  position: absolute;
  z-index: 1;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media only screen and (max-width: 639px) {
  .c5-anchorLinkBox__itemGroup:before, .c5-anchorLinkBox__itemGroup:after {
    display: none;
  }
}

.c5-anchorLinkBox__itemGroup:before {
  top: -15px;
  left: -15px;
}

.c5-anchorLinkBox__itemGroup:after {
  bottom: -15px;
  left: -15px;
}

@media only screen and (max-width: 639px) {
  .c5-anchorLinkBox__itemGroup {
    display: inherit;
  }
}

.c5-anchorLinkBox__item {
  display: table-cell;
  width: 33.333%;
  vertical-align: middle;
  text-align: center;
  background-color: #333333;
  border: solid 1px #7a7a7a;
  border-width: 1px 1px 0 0;
  position: relative;
}

@media only screen and (max-width: 639px) {
  .c5-anchorLinkBox__item {
    display: block;
    width: 100%;
    border: none;
    border-top: solid 1px #7a7a7a !important;
  }
}

.c5-anchorLinkBox__item a {
  transition: opacity .1s;
}

.c5-anchorLinkBox__item a:hover {
  opacity: .5;
}

.c5-anchorLinkBox__item:first-child {
  border-width: 1px 1px 0 1px;
}

@media only screen and (max-width: 639px) {
  .c5-anchorLinkBox__item:first-child {
    border-top: none;
  }
}

.c5-anchorLinkBox__item:before, .c5-anchorLinkBox__item:after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: #333333;
  position: absolute;
  z-index: 1;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media only screen and (max-width: 639px) {
  .c5-anchorLinkBox__item:before, .c5-anchorLinkBox__item:after {
    display: none;
  }
}

.c5-anchorLinkBox__item:before {
  top: -15px;
  right: -15px;
}

.c5-anchorLinkBox__item:after {
  bottom: -15px;
  right: -15px;
}

.c5-anchorLinkBox__item a {
  color: #dadada;
  display: block;
  padding: 10px 10px 30px;
  height: 100%;
  box-sizing: border-box;
  position: static;
}

@media only screen and (max-width: 639px) {
  .c5-anchorLinkBox__item a {
    padding: 15px 2px 25px;
  }
}

.c5-anchorLinkBox__item a:after {
  border-width: 3px;
  border-color: #c5d4da;
}

.c5-anchorLinkBox__item a p {
  margin: 10px 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  z-index: 2;
}

@media only screen and (max-width: 639px) {
  .c5-anchorLinkBox__item a p {
    font-size: 12px;
    line-height: 1.4;
  }
}

.c5-anchorLinkBox__item a strong {
  color: #5f9fe7;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
  display: inline-block;
  letter-spacing: -1px;
}

@media only screen and (max-width: 639px) {
  .c5-anchorLinkBox__item a strong {
    font-size: 16px;
    margin-top: -15px;
  }
}

.c5-anchorLinkBox a[id]:not([href]) {
  padding-top: 0 !important;
  margin-top: 0 !important;
  display: block;
  vertical-align: top;
  height: 0;
}

.c5-point-block {
  color: #6c6c6c;
  padding: 10px 0 60px;
}

.c5-point-block--point1,
.c5-point-block--point3,
.c5-point-block--point5 {
  background-color: #fafafa;
}

.s5-container .c5-point-block p, .c5-layout-multiColB__text p, .c5-layout-multiColB__image td {
  color: #6c6c6c;
}

.c5-border-point {
  border: none;
  border-bottom: solid 1px #555;
}

.c5-point-header {
  margin: 55px 0;
}

@media only screen and (max-width: 639px) {
  .c5-point-header {
    margin: 20px 0;
  }
}

.c5-point-header__heading {
  text-align: center;
  color: #7a7a7a;
  font-weight: 300;
  font-size: 36px;
  margin: 0 0 1em 0;
}

@media only screen and (max-width: 639px) {
  .c5-point-header__heading {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.6;
  }
}

.c5-point-header__heading strong {
  font-size: 40px;
  font-weight: 300;
  color: #65a9f4;
  position: relative;
}

@media only screen and (max-width: 639px) {
  .c5-point-header__heading strong {
    font-size: 20px;
  }
}

.c5-point-header__heading strong:before, .c5-point-header__heading strong:after {
  content: "";
  display: block;
  width: 35px;
  height: 3px;
  background-color: #65a9f4;
  position: absolute;
  top: 54%;
  margin-top: -1px;
}

@media only screen and (max-width: 639px) {
  .c5-point-header__heading strong:before, .c5-point-header__heading strong:after {
    width: 15px;
    height: 2px;
  }
}

.c5-point-header__heading strong:before {
  left: -65px;
}

@media only screen and (max-width: 639px) {
  .c5-point-header__heading strong:before {
    left: -25px;
  }
}

.c5-point-header__heading strong:after {
  right: -65px;
}

@media only screen and (max-width: 639px) {
.c5-point-header__heading strong:after {
  right: -25px;
  }
.c5-layout-multiColB__image img{
	width: 100%;
	margin: auto;
}

}

.c5-point-image {
  margin: 10px auto 30px;
  display: block;
}

.c5-point-image img {
  max-width: 100%;
  vertical-align: bottom;
}

.c5-point-image--center, .c5-layout-multiColB__image td {
  text-align: center;
}

.c5-article-movie {
  margin: 10px auto 0px;
}

@media only screen and (max-width: 1199px) {
  .c5-article-movie {
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
  }
  .c5-article-movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }

}
@media only screen and (max-width: 639px) {
  .c5-layout-multiColB {
    display: block;
    overflow: hidden;
  }
}

.c5-layout-multiColB__text, .c5-layout-multiColB__image {
  display: table-cell;
  box-sizing: border-box;
  margin: 0;
}

@media only screen and (max-width: 639px) {
  .c5-layout-multiColB__text, .c5-layout-multiColB__image {
    display: block;
    width: 100%;
  }
}

.c5-layout-multiColB__text--middle, .c5-layout-multiColB__image--middle {
  vertical-align: middle;
}

.c5-layout-multiColB__text {
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .c5-layout-multiColB__text {
    width: auto;
    min-width: 40%;
  }
}

@media only screen and (max-width: 639px) {
  .c5-layout-multiColB__image {
    width: 100%;
  }
}

.c5-layout-multiColB--imgR {
  direction: ltr;
	padding-bottom: 30px;
}

.c5-layout-multiColB--imgR .c5-layout-multiColB__text {
  direction: ltr;
}

.c5-layout-multiColB--imgR .c5-layout-multiColB__image {
  padding-left: 15px;
  direction: rtl;
}

@media only screen and (max-width: 639px) {
.c5-layout-multiColB--imgR .c5-layout-multiColB__image {
  padding-left: 0;
  }
}

.c5-layout-multiColB--imgL {
  direction: rtl;
}

.c5-layout-multiColB--imgL .c5-layout-multiColB__text {
  direction: rtl;
}

.c5-layout-multiColB--imgL .c5-layout-multiColB__image {
  padding-right: 15px;
  direction: ltr;
}

@media only screen and (max-width: 639px) {
.c5-layout-multiColB--imgL .c5-layout-multiColB__image {
  padding-right: 0;
  }
}
@media only screen and (max-width: 639px) {
.c5-appeal-blockLead {
  padding-bottom: 60px;
  }
}

.c5-appeal-blockLead .c5-layout-multiColB__text,
.c5-appeal-blockLead .c5-layout-multiColB__image {
  width: 50%;
}

@media only screen and (max-width: 639px) {
.c5-appeal-blockLead .c5-layout-multiColB__text,
.c5-appeal-blockLead .c5-layout-multiColB__image {
  width: 100%;
  text-align: center;
  }
}

/*new tab--------------------------------------------*/
.c5-tab {
  display: flex;
  margin: 60px -5px 0 -5px;
  padding: 0;
  list-style: none;
}
.c5-tab li {
  margin: 0 5px;
  flex: 0 1 50%;
}
.c5-tab a {
  display: block;
  text-align: center;
  padding: 20px;
  background-color: #F3F4F6;
  text-decoration: none;
  font-weight: bold;
  height: 100%;
  position: relative;
  min-height: 90px;
  box-sizing: border-box;
}
.c5-tab a > span {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
}
.c5-tab a .sub {
  font-size: .85em;
}
.c5-tab a:hover {
  text-decoration: none;
}
.c5-tab a.active {
  background-color: #434343;
  color: #fff;
}
.c5-tab a.active span.s5-link {
  color: #fff;
}
.c5-ttl_sub {
  font-size: 24px;
  line-height: 1.4;
  margin: 0 0 1em 0;
  color: #7a7a7a;
  font-weight: 300;
}
.c5-bg_gray01 {
  background-color: #ebebeb;
}
.c5-bg_gray02 {
  background-color: #d5d5d5;
}
.c5-bg_black {
  background-color: #0d0302;
  color: #fff;
}
.c5-bg_black h3 {
  color: #fff;
}
.c5-bg_pblue {
  background-color: #f1f9fb;
}
.c5-section {
  padding: 80px 0;
}
.c5-section._top {
  padding-top: 0;
}
.c5-section img {
  max-width: 100%;
  vertical-align: bottom;
}
.c5-txt_c {
  text-align: center;
}
.c5-small {
  font-size: .85em;
}
.c5-bg_01 {
  background: url("../images/bg_section01.jpg") no-repeat center bottom;
  background-size: cover;
  height: 800px;
  box-sizing: border-box;
}
.c5-bg_02 {
  background: url("../images/bg_section02.jpg") no-repeat center top;
  background-size: cover;
  height: 730px;
  box-sizing: border-box;
}
.c5-bg_03 {
  background: url("../images/bg_section03.jpg") no-repeat center top;
  background-size: cover;
  height: 730px;
  box-sizing: border-box;
}
.c5-cols {
  display: flex;
  justify-content: space-between;
}
.c5-cols._reverse {
  flex-direction: row-reverse;
}
.c5-cols .figure {
  text-align: center;
  flex: 0 1 50%;
}
.c5-cols:not(._reverse) .figure {
  margin-right: 40px;
}
.c5-cols._reverse .figure {
  margin-left: 40px;
}
.c5-cols .txt {
  flex: 1;
}
.c5-cols .c5-point-header__heading {
  text-align: left;
}
p + .c5-showcase {
  margin-top: 60px;
}
.c5-showcase {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -20px;
  margin-right: -20px;
}
.c5-showcase .c5-ttl_sub {
  margin-bottom: 0;
}
.c5-showcase .c5-ttl_sub + p {
  margin-top: .3em;
}
.c5-showcase._col2 > div {
  width: calc(50% - 40px);
}
.c5-showcase._col3 > div {
  width: calc(33.3% - 40px);
}
.c5-showcase._col4 > div {
  width: calc(25% - 40px);
}
.c5-showcase .figure {
  text-align: center;
}
.c5-showcase .figure + * {
  margin-top: 1em;
}
.c5-showcase > div {
  margin: 0 20px;
}
.c5-showcaseIn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c5-showcaseIn > div:not(.head) {
  flex: 0 1 48%;
}
.c5-showcaseIn .head {
  flex: 100%;
  text-align: center;
}
._hide {
  display: none;
}
.c5-movie {
  text-align: center;
  margin-top: 40px;
}
.c5-movie + * {
  margin-top: 40px;
}
.c5-sp {
  display: none;
}
.c5-pc {
}
.c5-space {
  margin-top: 60px;
}

@media only screen and (min-width: 640px) {
.c5-txt_c__pc {
  text-align: center;
}
}

@media only screen and (max-width: 639px) {
  .c5-txt_c__pc br {
    display: none;
  }
  .c5-sp {
    display: block;
  }
  .c5-pc {
    display: none;
  }
  .c5-inner {
    padding: 0 20px;
  }
  .c5-section {
    padding: 30px 0;
  }
  .c5-bg_01,
  .c5-bg_02,
  .c5-bg_03 {
    height: 400px;
  }
  .c5-ttl_sub {
    font-size: 18px;
    line-height: 1.4;
  }
  .c5-cols {
    flex-wrap: wrap;
  }
  .c5-cols.sp_reverse {
    flex-direction: column-reverse;
  }
  .c5-cols .txt {
    flex: none !important;
    width: 100%;
  }
  .c5-cols .figure {
    flex: none !important;
    width: 100%;
  }
  .c5-cols:not(._reverse) .figure {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .c5-cols._reverse {
    flex-direction: column-reverse;
  }
  .c5-cols._reverse .figure {
    margin-left: 0;
    margin-top: 20px;
  }
  p + .c5-showcase {
    margin-top: 30px;
  }
  .c5-showcase {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
  .c5-showcase._col2 + .c5-showcase._col2 {
    margin-top: 60px;
  }
  .c5-showcase > div {
    margin: 0 0 20px 0;
    width: auto !important;
  }
  .c5-showcase > div:last-child {
    margin-bottom: 0;
  }
  .c5-tab a {
    padding: 5px;
    font-size: 10px;
    height: 100%;
    box-sizing: border-box;
    min-height: 0;
  }
  .c5-tab a > span {
    position: static;
    transform: none;
  }
  .c5-sp_center {
    text-align: center;
  }
}

.c5-mv {
  text-align: center;
  background: url(../images/mv02.jpg) no-repeat center;
  background-size: cover;
  color: #fff;
  padding: 160px 20px;
  position: relative;
}
.c5-mv:before {
  content: "";
  width: 100%;
  height: 80px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
}
.c5-mv p {
  margin: 0;
}
.c5-mv-title {
  margin-bottom: 50px;
}
.c5-mv-title img {
  width: 100%;
  max-width: 450px;
}
.c5-mv-lead {
  margin-bottom: 50px;
  font-size: 30px;
}
.c5-mv-text {
  font-size: 20px;
}
.c5-section__video {
  background: #000;
  padding: 100px 0;
}
.c5-section__series {
  background: #000;
}
.c5-section__series .c5-point-header__heading,.c5-section__features .c5-point-header__heading {
  color: #fff !important;
}
.c5-series {
  color: #fff;
}
.c5-series > div {
  margin-bottom: 160px;
}
.c5-series > div:last-child {
  margin-bottom: 0;
}
.c5-series-block {
  margin-bottom: 50px;
}
.c5-series-block.image {
  text-align: center;
}
.c5-series-block:first-child {
  margin-bottom: 30px;
}
.c5-series-block:last-child {
  margin-bottom: 0;
}
.c5-series-block p {
  margin: 0;
}
.c5-series-block .ttl {
  font-size: 30px;
  margin-bottom: 1em;
}
.c5-series-block .txt {
  font-size: 20px;
}
.c5-series-block p + .c5-showcase {
  margin-top: 0;
}

.c5-section__features {
  background: #000;
}
.c5-features {
  background: #3f3a39;
  padding: 0 30px 30px;
  margin-bottom: 80px;
  color: #fff;
}
.c5-features:last-child {
  margin-bottom: 0;
}
.c5-features-title {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  padding-top: 1em;
  padding-left: 1em;
  border-left: 4px solid #b38d1b;
  margin-bottom: 1.5em;
}
.c5-features-head {
  margin-bottom: 50px;
}
.c5-features-head .head-text .ttl {
  font-size: 20px;
}
.c5-features-head.col {
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.c5-features-head.col .head-text {
  width: 60%;
}
.c5-features-head.col .head-image {
  width: 35%;
}
.c5-features-block01 {
  background: #000;
  padding: 50px 30px;
}
.c5-features-block01 .block-ttl {
  font-weight: bold;
  font-size: 26px;
  margin-top: 0;
}
.c5-features-block01 .block-cont {
  margin-bottom: 50px;
}
.c5-features-block01 .block-cont:last-child {
  margin-bottom: 0;
}
.c5-features-head .cont-ttl {
  font-weight: bold;
  font-size: 20px;
  margin-top: 0;
}
.c5-features-block01 .block-cont .cont-ttl {
  font-weight: bold;
  font-size: 20px;
  margin-top: 0;
}
.c5-features-block01 .block-cont .cont-caution {
  font-size: 12px;
}
.c5-features-block01 .block-cont.col {
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.c5-features-block01 .block-cont.col .col-text {
  width: 35%;
}
.c5-features-block01 .block-cont.col .col-image {
  width: 60%;
}
.c5-features-block01 .block-cont .cont-box {
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.c5-features-block01 .block-cont .cont-box .box-image {
  width: 40%;
}
.c5-features-block01 .block-cont .cont-box .box-text {
  width: 55%;
}
.c5-features-block01 .block-cont .cont-box .box-text .ttl {
  font-weight: bold;
  margin-top: 0;
}
.c5-features-block02 {
  background: #000;
  padding: 50px 30px;
}
.c5-features-block02 .block-cont {
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.c5-features-block02 .block-cont {
  margin-bottom: 40px;
}
.c5-features-block02 .block-cont:last-child {
  margin-bottom: 0;
}
.c5-features-block02 .block-cont .cont-text {
  width: 40%;
}
.c5-features-block02 .block-cont .cont-text .cont-ttl {
  padding-bottom: 1em;
  border-bottom: 1px solid #fff;
  margin: 0 0 1em;
  font-size: 20px;
}
.c5-features-block02 .block-cont .cont-image {
  width: 55%;
}

@media only screen and (max-width: 639px) {
.c5-mv {
  padding: 50px 20px;
}
.c5-mv-title {
  margin-bottom: 30px;
}
.c5-mv-title img {
  max-width: 280px;
}
.c5-mv-lead {
  margin-bottom: 30px;
  font-size: 20px;
}
.c5-mv-text {
  font-size: 16px;
}
.c5-section__video {
  padding: 40px 0;
}
.c5-series > div {
  margin-bottom: 50px;
}
.c5-series-block {
  margin-bottom: 25px;
}
.c5-series-block:first-child {
  margin-bottom: 15px;
}
.c5-series-block .ttl {
  font-size: 18px;
}
.c5-series-block .txt {
  font-size: 16px;
}
.c5-features {
  padding: 0 20px 20px;
  margin-bottom: 20px;
}
.c5-features-title {
  font-size: 22px;
}
.c5-features-head {
  margin-bottom: 25px;
}
.c5-features-head .head-text .ttl {
  font-size: 18px;
}
.c5-features-head.col {
  display: block;
}
.c5-features-head.col .head-text {
  width: 100%;
}
.c5-features-head.col .head-image {
  width: 100%;
  text-align: center;
}
.c5-features-block01 .block-ttl {
  font-size: 20px;
}
.c5-features-block01 .block-cont {
  margin-bottom: 35px;
}
.c5-features-block01 .block-cont .cont-ttl {
  font-size: 18px;
}
.c5-features-block01 .block-cont.col {
  display: block;
}
.c5-features-block01 .block-cont.col .col-text {
  width: 100%;
}
.c5-features-block01 .block-cont.col .col-image {
  width: 100%;
  text-align: center;
}
.c5-features-block01 .block-cont .cont-box {
  display: block;
}
.c5-features-block01 .block-cont .cont-box .box-image {
  width: 100%;
  margin-bottom: 20px;
}
.c5-features-block01 .block-cont .cont-box .box-text {
  width: 100%;
}
.c5-features-block02 {
  padding: 30px 20;
}
.c5-features-block02 .block-cont {
  display: block;
}
.c5-features-block02 .block-cont {
  margin-bottom: 30px;
}
.c5-features-block02 .block-cont .cont-text {
  width: 100%;
}
.c5-features-block02 .block-cont .cont-text .cont-ttl {
  font-size: 18px;
}
.c5-features-block02 .block-cont .cont-image {
  width: 100%;
  text-align: center;
}
}

/*フローティングバナー*/
.c5-contact {
    display: none;
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
    z-index: 2;
    position: sticky;
    position: -webkit-sticky;
    left: 0;
    bottom: 0;
    width: 100%;
	margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}
.c5-contact .c5-sec__in {
    width: 100%;
    height: 126px;
    padding: 0;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    display: flex;
}
.hvop {
    transition: opacity .3s;
}
.c5-contact a {
    display: inline-block;
    color: #fff;
    font-weight: bold;
    font-size: 26px;
    background: #D24615;
    padding: 0.5em 0;
    width: 400px;
}

@media only screen and (max-width: 639px) {
	.c5-contact .c5-sec__in {
    	padding: 0;
	}
	.c5-contact a {
		width: 76%;
		max-width: 414px;
	}
}