@charset "UTF-8";
/*----------------------------------------------------------------------
------------------------------------------------------------------------

File Name: relic.scss

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
------------------------------------------------------------------------
目次

1.	共通使用変数定義
2.	ブラウザデフォルトスタイルリセット
3.	HTMLタグ
4.	container
5.	共通部分
6.	header
7.	content
8.	main
9.	sub
10.	footer
11.	ページ別個別設定

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
1.	共通使用変数定義
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
2.	ブラウザデフォルトスタイルリセット
----------------------------------------------------------------------*/
body,
h1, h2, h3, h4, h5, h6,
div,
p,
ul, ol, dl,
form, fieldset,
table,
address,
blockquote,
noscript,
pre,
tr,
td,
input,
textarea {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-style: normal;
}

body {
  font-size: 10px;
  font-family: "Noto Sans JP", sans-serif;
}

* html body {
  font-size: 62.5%;
}

* + html body {
  font-size: 62.5%;
}

/* start \*/
html:\66irst-child body {
  font-size: 62.5%;
}

/* end */
body:first-of-type {
  font-size: 62.5%;
}

body > iframe {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  font-weight: normal;
}

small {
  font-size: 1em;
}

mark {
  background: none;
}

fieldset {
  border: none;
}

legend {
  display: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0px;
  font-size: inherit;
  font: 100%;
}

li {
  list-style-type: none;
}

dd {
  margin: 0;
}

a,
abbr,
acronym,
em,
strong,
span,
img,
sub,
sup,
input,
button,
textarea,
select,
label,
caption {
  font-weight: normal;
  font-style: normal;
}

a {
  text-decoration: none;
}

img {
  border: none;
  vertical-align: bottom;
}
@media screen and (max-width: 920px) {
  img {
    width: 100%;
  }
}

caption, th {
  font-weight: normal;
  text-align: left;
}

th, td {
  padding: 0px;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
}

textarea {
  vertical-align: top;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

header, footer, article, section, aside,
nav,
figure, figcaption {
  display: block;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 920px) {
  img {
    width: auto;
  }
}

/*----------------------------------------------------------------------
3.	HTMLタグ
----------------------------------------------------------------------*/
html,
body {
  height: 100%;
}

html {
  font-size: 100%;
}

body {
  -webkit-text-size-adjust: 100%;
  color: #000;
}
body * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body ::selection {
  color: #FFF;
  background: #005BAA;
}
body ::-moz-selection {
  color: #FFF;
  background: #005BAA;
}

a, a:before, a:after {
  -moz-transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
a > * {
  -moz-transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
a:hover > * {
  text-decoration: none;
}

@media screen and (min-width: 921px) {
  body {
    min-width: 1260px;
  }
}

#container {
  padding-bottom: 100px;
}
@media screen and (max-width: 920px) {
  #container {
    padding-bottom: 20%;
  }
}

/*----------------------------------------------------------------------
4.	container
----------------------------------------------------------------------*/
#container {
  position: relative;
  min-height: 100%;
}
* html #container {
  height: 100%;
}
body > #container {
  height: auto;
}

/*----------------------------------------------------------------------
5.	共通部分
----------------------------------------------------------------------*/
.fll {
  float: left;
}

.flr {
  float: right;
}

@media screen and (min-width: 921px) {
  .sp_none {
    display: block;
  }
}
@media screen and (max-width: 920px) {
  .sp_none {
    display: none;
  }
}

@media screen and (min-width: 921px) {
  .pc_none {
    display: none;
  }
}
@media screen and (max-width: 920px) {
  .pc_none {
    display: block;
  }
}

@media screen and (min-width: 921px) {
  #drawernav {
    display: none;
  }
}

/*----------------------------------------------------------------------
6.	#header
----------------------------------------------------------------------*/
.header {
  position: relative;
  z-index: 100;
}
.header__nav {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-top: 25px;
}
@media screen and (max-width: 920px) {
  .header__nav {
    display: none;
  }
}
.header__nav__list {
  display: flex;
}
.header__nav__item {
  width: 150px;
  text-align: center;
}
.header__nav__item:not(:last-child) {
  margin-right: 20px;
}
.header__nav__item a {
  display: block;
  padding-bottom: 5px;
  color: #000;
  font-size: 18px;
  border-bottom: 1px solid #1A8DD6;
}

.lower .header {
  position: absolute;
  left: 0;
  right: 0;
}
@media screen and (max-width: 920px) {
  .lower .header {
    text-align: left;
  }
}
.lower .header__logo {
  margin: -35px 821px 0 0;
  text-align: center;
}
@media screen and (max-width: 920px) {
  .lower .header__logo {
    width: 13.33333%;
    margin: 0;
    text-align: left;
  }
}
@media screen and (max-width: 920px) and (max-width: 920px) {
  .lower .header__logo {
    margin: 2% 0 0 2%;
  }
}

.lower .header__logo img {
  width: 100px;
}
@media screen and (max-width: 920px) {
  .lower .header__logo img {
    width: 100%;
  }
}

#relic .header {
  display: flex;
  justify-content: space-between;
  position: unset;
  height: 80px;
  background: #B18147;
  color: #FFF;
}
@media screen and (max-width: 920px) {
  #relic .header {
    display: block;
    height: 100px;
    text-align: center;
  }
}
#relic .header__left, #relic .header__right {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 920px) {
  #relic .header__left, #relic .header__right {
    display: block;
  }
}
#relic .header__left {
  padding-left: 30px;
}
@media screen and (max-width: 920px) {
  #relic .header__left {
    padding: 16px 0 0;
  }
}
#relic .header__left__title {
  margin-right: 10px;
  padding-right: 15px;
  font-size: 18px;
  border-right: 1px solid #FFF;
}
@media screen and (max-width: 1360px) {
  #relic .header__left__title {
    font-size: 14px;
  }
}
@media screen and (max-width: 920px) {
  #relic .header__left__title {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
  }
}
#relic .header__left__title .serif {
  font-family: 'Noto Serif JP', serif;
  font-size: 32px;
  font-weight: bold;
}
@media screen and (max-width: 1360px) {
  #relic .header__left__title .serif {
    font-size: 26px;
  }
}
@media screen and (max-width: 920px) {
  #relic .header__left__title .serif {
    display: block;
    margin-top: 5px;
    font-size: 40px;
  }
}
#relic .header__left__text {
  font-size: 12px;
  line-height: 1.83333;
  text-indent: 6px;
}
@media screen and (max-width: 920px) {
  #relic .header__left__text {
    display: none;
  }
}
@media screen and (max-width: 920px) {
  #relic .header__right {
    display: none;
  }
}
#relic .header__right__tel {
  margin-right: 20px;
  font-size: 13px;
}
#relic .header__right__tel .num {
  display: block;
  position: relative;
  margin-bottom: 5px;
  padding-left: 35px;
  font-size: 34px;
  font-weight: 700;
}
@media screen and (max-width: 1360px) {
  #relic .header__right__tel .num {
    font-size: 32px;
  }
}
#relic .header__right__tel .num:before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 27px;
  height: 27px;
  background: url("../relic/img/header_right_tel_bg.png") left top no-repeat;
}
#relic .header__right__mail {
  height: 100%;
  background: #FFF;
}
#relic .header__right__mail a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 240px;
  height: 100%;
  padding-left: 30px;
  background: #444;
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
}
#relic .header__right__mail a:before {
  content: "";
  position: absolute;
  display: flex;
  left: 35px;
  top: 0;
  bottom: 0;
  width: 22px;
  height: 16px;
  margin: auto;
  background: url("../relic/img/header_right_mail_bg.png") left top no-repeat;
}

/*----------------------------------------------------------------------
7.	#content
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
8.	#main
----------------------------------------------------------------------*/
.lower .main__visual {
  height: 600px;
  margin-bottom: 50px;
}
@media screen and (max-width: 920px) {
  .lower .main__visual {
    position: relative;
    height: 0;
    margin-bottom: 5%;
    padding-top: 41.66667%;
  }
}
.lower .main__visual__title {
  display: flex;
  align-items: center;
  width: 920px;
  height: 100%;
  margin: 0 auto;
  padding-bottom: 20px;
}

/*----------------------------------------------------------------------
9.	#sub
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
10.	#footer
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
11.	ページ別個別設定
----------------------------------------------------------------------*/
#relic .main__visual {
  margin-bottom: 0;
  background: url("../relic/img/main_visual_bg.jpg") center center no-repeat;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
@media screen and (max-width: 920px) {
  #relic .main__visual {
    padding-top: 50.66667%;
    background: url("../relic/img/main_visual_bg_sp.jpg") center center no-repeat;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
}
#relic .main__visual__title {
  justify-content: center;
  width: auto;
  padding-bottom: 0;
}
@media screen and (max-width: 920px) {
  #relic .main__visual__title {
    height: auto;
  }
}
@media screen and (max-width: 920px) {
  #relic .main__visual__title img {
    width: 100%;
  }
}

@media screen and (max-width: 920px) {
  .inquiry {
    display: flex;
    height: 60px;
    margin-top: 93%;
  }
}
@media screen and (max-width: 920px) {
  .inquiry__tel {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 58%;
    background: #B18147;
    color: #FFF;
    font-size: 10px;
  }
}
@media screen and (max-width: 920px) {
  .inquiry__tel .num {
    display: block;
    position: relative;
    margin-bottom: -20px;
    padding-left: 20px;
    font-size: 20px;
    font-weight: 700;
  }
}
@media screen and (max-width: 920px) {
  .inquiry__tel .num:before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 13.5px;
    height: 13.5px;
    background: url("../relic/img/header_right_tel_bg.png") left top no-repeat;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
}
@media screen and (max-width: 920px) {
  .inquiry__mail {
    width: 42%;
  }
}
@media screen and (max-width: 920px) {
  .inquiry__mail a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-left: 15px;
    background: #444;
    color: #FFF;
    font-size: 12px;
    font-weight: bold;
  }
}
@media screen and (max-width: 920px) {
  .inquiry__mail__inner {
    display: inline-block;
    position: relative;
  }
}
@media screen and (max-width: 920px) {
  .inquiry__mail__inner:before {
    content: "";
    position: absolute;
    display: flex;
    left: -15px;
    top: 0;
    bottom: 0;
    width: 11px;
    height: 8px;
    margin: auto;
    background: url("../relic/img/header_right_mail_bg.png") left top no-repeat;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
}

.content__title {
  margin-bottom: 90px;
  text-align: center;
}
@media screen and (max-width: 920px) {
  .content__title {
    margin-bottom: 8%;
  }
}
.content__title__inner {
  position: relative;
  font-size: 42px;
  font-weight: 500;
}
@media screen and (max-width: 920px) {
  .content__title__inner {
    font-size: 24px;
  }
}
.content__title__inner:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -25px;
  width: 70px;
  height: 6px;
  margin: auto;
  background: #B18147;
}
@media screen and (max-width: 920px) {
  .content__title__inner:before {
    bottom: -10px;
    width: 50px;
    height: 3px;
  }
}

.about {
  padding: 120px 0;
  background: #f5f5f5;
}
@media screen and (max-width: 920px) {
  .about {
    padding: 8% 0;
  }
}
.about__list {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 920px) {
  .about__list {
    justify-content: center;
    flex-wrap: wrap;
    width: 92%;
    padding: 0;
  }
}
.about__item {
  padding-top: 65px;
  text-align: center;
}
@media screen and (max-width: 920px) {
  .about__item {
    width: 40%;
  }
}
.about__item:nth-child(1) {
  background: url("../relic/img/about_item_bg1.png") center top no-repeat;
}
.about__item:nth-child(2) {
  background: url("../relic/img/about_item_bg2.png") center top no-repeat;
}
.about__item:nth-child(3) {
  background: url("../relic/img/about_item_bg3.png") center top no-repeat;
}
@media screen and (max-width: 920px) {
  .about__item:first-child {
    margin-right: 6%;
  }
}
@media screen and (max-width: 920px) {
  .about__item:nth-child(2) {
    margin-left: 6%;
  }
}
@media screen and (max-width: 920px) {
  .about__item:last-child {
    margin-top: 8%;
  }
}
.about__item__term {
  margin-bottom: 25px;
}
@media screen and (max-width: 920px) {
  .about__item__term img {
    width: 100%;
  }
}
.about__item__description {
  font-size: 26px;
  font-weight: 700;
}
@media screen and (max-width: 920px) {
  .about__item__description {
    font-size: 16px;
  }
}
.about__item__description .small {
  display: block;
  margin-bottom: 8px;
  font-size: 18px;
}
@media screen and (max-width: 920px) {
  .about__item__description .small {
    font-size: 14px;
  }
}

.flow {
  padding: 120px 0;
}
@media screen and (max-width: 920px) {
  .flow {
    padding: 8% 0;
  }
}
.flow__list {
  position: relative;
  width: 850px;
  margin: auto;
  padding: 70px 80px;
  border: 5px solid #E7D9C9;
}
@media screen and (max-width: 920px) {
  .flow__list {
    width: 100%;
    padding: 0 5%;
    border: none;
  }
}
.flow__list:before {
  content: "";
  position: absolute;
  z-index: 10;
  right: -190px;
  bottom: -125px;
  width: 383px;
  height: 428px;
  background: url("../relic/img/flow_list_bg.png") left top no-repeat;
}
@media screen and (max-width: 920px) {
  .flow__list:before {
    content: none;
  }
}
.flow__item {
  display: flex;
  align-items: center;
  position: relative;
  min-height: 100px;
  margin-bottom: 80px;
  padding-left: 120px;
}
@media screen and (max-width: 920px) {
  .flow__item {
    padding-left: 90px;
  }
}
.flow__item:nth-child(1) {
  background: url("../relic/img/flow_item_bg1.gif") left center no-repeat;
}
@media screen and (max-width: 920px) {
  .flow__item:nth-child(1) {
    background-size: 70px;
  }
}
.flow__item:nth-child(2) {
  background: url("../relic/img/flow_item_bg2.gif") left center no-repeat;
}
@media screen and (max-width: 920px) {
  .flow__item:nth-child(2) {
    background-size: 70px;
  }
}
.flow__item:nth-child(3) {
  background: url("../relic/img/flow_item_bg3.gif") left center no-repeat;
}
@media screen and (max-width: 920px) {
  .flow__item:nth-child(3) {
    background-size: 70px;
  }
}
.flow__item:last-child {
  margin-bottom: 0;
}
.flow__item:last-child:before {
  content: none;
}
.flow__item:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -50px;
  width: 58px;
  height: 27px;
  margin: auto;
  background: url("../relic/img/flow_item_arrow.gif") left top no-repeat;
}
@media screen and (max-width: 920px) {
  .flow__item:before {
    background-size: 35px auto;
  }
}
.flow__item__term {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  color: #2D2D2D;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 920px) {
  .flow__item__term {
    display: block;
    margin-bottom: 12px;
    font-size: 18px;
  }
}
.flow__item__term img {
  margin-right: 25px;
}
@media screen and (max-width: 920px) {
  .flow__item__term img {
    display: block;
    margin: 0 0 10px;
  }
}
.flow__item__description {
  color: #4C4C4C;
  font-size: 16px;
  line-height: 1.625;
}
@media screen and (max-width: 920px) {
  .flow__item__description {
    font-size: 12px;
  }
}

.service {
  padding: 120px 0;
  background: #f5f5f5;
}
@media screen and (max-width: 920px) {
  .service {
    padding: 8% 0;
  }
}
.service__list {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: auto;
}
@media screen and (max-width: 920px) {
  .service__list {
    flex-wrap: wrap;
    width: 88%;
  }
}
.service__item {
  width: 220px;
  padding-top: 170px;
  color: #2D2D2D;
}
@media screen and (max-width: 920px) {
  .service__item {
    width: 47%;
    padding-top: 36%;
  }
}
.service__item:nth-child(1) {
  background: url("../relic/img/service_item_bg1.jpg") center top no-repeat;
}
@media screen and (max-width: 920px) {
  .service__item:nth-child(1) {
    background: url("../relic/img/service_item_bg1_sp.jpg") center top no-repeat;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
}
.service__item:nth-child(2) {
  background: url("../relic/img/service_item_bg2.jpg") center top no-repeat;
}
@media screen and (max-width: 920px) {
  .service__item:nth-child(2) {
    background: url("../relic/img/service_item_bg2_sp.jpg") center top no-repeat;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
}
.service__item:nth-child(3) {
  background: url("../relic/img/service_item_bg3.jpg") center top no-repeat;
}
@media screen and (max-width: 920px) {
  .service__item:nth-child(3) {
    background: url("../relic/img/service_item_bg3_sp.jpg") center top no-repeat;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
}
.service__item:nth-child(4) {
  background: url("../relic/img/service_item_bg4.jpg") center top no-repeat;
}
@media screen and (max-width: 920px) {
  .service__item:nth-child(4) {
    background: url("../relic/img/service_item_bg4_sp.jpg") center top no-repeat;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
}
.service__item:nth-child(5) {
  background: url("../relic/img/service_item_bg5.jpg") center top no-repeat;
}
@media screen and (max-width: 920px) {
  .service__item:nth-child(5) {
    background: url("../relic/img/service_item_bg5_sp.jpg") center top no-repeat;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
}
.service__item:not(:last-child) {
  margin-bottom: 8%;
}
.service__item__term {
  margin-bottom: 18px;
  font-size: 22px;
  text-align: center;
}
.service__item__description {
  width: 180px;
  margin: auto;
  font-size: 14px;
  line-height: 1.57143;
  text-align: left;
}
@media screen and (max-width: 920px) {
  .service__item__description {
    width: 100%;
  }
}

.contact {
  padding: 120px 0;
  background: url("../relic/img/contact_bg.jpg") center top 480px no-repeat;
  -moz-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
  text-align: center;
}
@media screen and (max-width: 1600px) {
  .contact {
    -moz-background-size: unset;
    -webkit-background-size: unset;
    background-size: unset;
  }
}
@media screen and (max-width: 920px) {
  .contact {
    padding: 0;
    background: none;
  }
}
.contact__lead {
  margin-bottom: 70px;
}
@media screen and (max-width: 920px) {
  .contact__lead {
    margin-bottom: 0;
  }
}
.contact__lead img {
  margin: auto;
}
@media screen and (max-width: 920px) {
  .contact__lead img {
    width: 100%;
  }
}
.contact__img {
  margin-bottom: 200px;
}
@media screen and (max-width: 920px) {
  .contact__img {
    margin-bottom: 60px;
  }
}
.contact__img img {
  margin: auto;
}
@media screen and (max-width: 920px) {
  .contact__img img {
    width: 100%;
  }
}
.contact__box {
  width: 1200px;
  margin: auto;
  padding-bottom: 50px;
  border: 3px solid #B18147;
}
@media screen and (max-width: 920px) {
  .contact__box {
    width: 100%;
    padding-bottom: 0;
    border: none;
  }
}
.contact__box__title {
  height: 60px;
  margin-bottom: 40px;
  padding-top: 10px;
  background: #B18147;
  color: #FFF;
  font-size: 34px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 920px) {
  .contact__box__title {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    font-size: 20px;
  }
}
.contact__box__text {
  margin-bottom: 40px;
  color: #666;
  font-size: 22px;
  line-height: 1.81818;
}
@media screen and (max-width: 920px) {
  .contact__box__text {
    margin-bottom: 30px;
    padding: 0 5%;
    font-size: 16px;
  }
}
.contact__box__text .small {
  font-size: 18px;
}
@media screen and (max-width: 920px) {
  .contact__box__text .small {
    font-size: 14px;
  }
}
.contact__info {
  display: flex;
  justify-content: space-between;
  width: 620px;
  margin: auto;
}
@media screen and (max-width: 920px) {
  .contact__info {
    display: block;
    width: 310px;
  }
}
.contact__info__tel {
  font-size: 13px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 920px) {
  .contact__info__tel {
    margin-bottom: 25px;
    padding-left: 20px;
  }
}
.contact__info__tel .num {
  display: block;
  position: relative;
  margin-bottom: 10px;
  padding-left: 35px;
  font-size: 34px;
  font-weight: 700;
}
.contact__info__tel .num:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 34px;
  height: 34px;
  background: url("../relic/img/contact_info_tel_bg.gif") left top no-repeat;
}
@media screen and (max-width: 920px) {
  .contact__info__tel .num:before {
    left: -8px;
  }
}
@media screen and (max-width: 920px) {
  .contact__info__mail {
    width: 100%;
  }
}
.contact__info__mail a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 300px;
  height: 66px;
  padding-left: 40px;
  background: #444;
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 920px) {
  .contact__info__mail a {
    width: 100%;
    font-size: 16px;
  }
}
.contact__info__mail a:before {
  content: "";
  position: absolute;
  display: flex;
  left: 35px;
  top: 0;
  bottom: 0;
  width: 27px;
  height: 20px;
  margin: auto;
  background: url("../relic/img/contact_info_mail_bg.gif") left top no-repeat;
}
@media screen and (max-width: 920px) {
  .contact__info__mail a:before {
    left: 65px;
  }
}

/*# sourceMappingURL=relic.css.map */
