@charset "utf-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
  height: 1px;
}
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
input,
textarea {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
  max-width: 100%;
}
.cl:after {
  width: 1px;
  height: 0px;
  content: "";
  line-height: 0;
  display: block;
  clear: both;
}
.tel {
  cursor: default;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .tel {
    pointer-events: auto;
  }
}
@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
html {
  background: #fff;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 20px;
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 15px;
  }
}
body {
  background: #fff;
}
a:focus {
  outline: none;
}
a:hover {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}
.tel {
  pointer-events: none;
  cursor: default;
}
@media screen and (max-width: 768px) {
  .tel {
    pointer-events: auto;
    cursor: auto;
  }
}
.deadLink,
.deadlink {
  pointer-events: none !important;
  cursor: default !important;
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
  color: #999;
}
.u_line {
  text-decoration: underline;
}
header {
  width: 125px;
  position: fixed;
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  header {
    width: 48px;
  }
}
header a {
  padding: 14px 20px;
  width: 100%;
  display: block;
}
@media screen and (max-width: 768px) {
  header a {
    padding: 10px 10px;
  }
}
nav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  nav {
    width: auto;
  }
}
nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 20px;
}
nav li {
  margin-left: 17px;
}
@media screen and (max-width: 768px) {
  nav li {
    margin-left: 5px;
  }
}
nav li a {
  width: 100%;
  display: block;
  font-size: 0.9rem;
  text-decoration: none;
  background: #000;
  color: #fff;
  font-family: "FOT-ロダンNTLG Pro DB";
  padding: 6px 12px 9px;
  line-height: 1;
  display: inline-block;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
@media screen and (max-width: 768px) {
  nav li a {
    font-size: 0.65rem;
    padding: 6px 8px 9px;
  }
}
section,
artcle {
  width: 100%;
  margin: 0 auto;
  min-width: 1200px;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  section,
  artcle {
    width: 100%;
    min-width: 100%;
  }
}
footer {
  width: 100%;
}
@media screen and (max-width: 768px) {
  footer {
    width: 100%;
  }
}
/* 基本のスタイル */
.foo.delighter {
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0;
}
/* スタート時のスタイル */
.foo.delighter.started {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  opacity: 0;
  -webkit-transform: translate3d(30px, 30px, 30px);
          transform: translate3d(30px, 30px, 30px);
}
/* エンド時のスタイル */
.foo.delighter.started.ended {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0em);
          transform: translate3d(0, 0, 0em);
}
main {
  min-width: 1200px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  main {
    min-width: 100%;
  }
}
main .bgblock {
  position: relative;
  overflow: hidden;
}
main .bgblock section {
  display: block;
}
main .main_w {
  position: absolute;
  background: url("../images/Inquiry_bg.svg");
  width: 100%;
  height: 2500px;
  position: absolute;
  z-index: 7;
  top: 500px;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  main .main_w {
    height: auto;
  }
}
main .main_bgu {
  background: url("../images/main_bgu.svg") left top no-repeat;
  background-size: 1920px auto;
  width: 0;
  height: 3000px;
  position: absolute;
  z-index: 8;
  left: 0;
}
@media screen and (max-width: 768px) {
  main .main_bgu {
    background: url("../images/main_bgu.svg") left top -200px no-repeat;
    background-size: 1920px auto;
  }
}
main .main_bgc {
  background: url("../images/main_bgc.svg") right top no-repeat;
  background-size: 1920px auto;
  width: 0;
  height: 3000px;
  position: absolute;
  z-index: 10;
  right: 0;
}
@media screen and (max-width: 768px) {
  main .main_bgc {
    background: url("../images/main_bgc.svg") left top -380px no-repeat;
    background-size: 1920px auto;
  }
}
main .main_bgt {
  background: url("../images/main_bgt.svg") right top no-repeat;
  background-size: 1920px auto;
  width: 0;
  height: 3000px;
  position: absolute;
  z-index: 15;
  right: 0;
}
@media screen and (max-width: 768px) {
  main .main_bgt {
    background: url("../images/main_bgt.svg") left top -380px no-repeat;
    background-size: 1920px auto;
  }
}
main .main_bgw {
  background: url("../images/main_bgw.svg") left top no-repeat;
  background-size: 1920px auto;
  width: 0;
  height: 3000px;
  position: absolute;
  z-index: 13;
  left: 0;
}
@media screen and (max-width: 768px) {
  main .main_bgw {
    background: url("../images/main_bgw.svg") left top -380px no-repeat;
    background-size: 1920px auto;
  }
}
#mv {
  background: url("../images/h1_img.jpg") center center no-repeat;
  background-size: 60% auto;
  min-height: 780px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  scroll-snap-align: start;
}
@media screen and (max-width: 768px) {
  #mv {
    min-height: 400px;
    background: url("../images/h1_img.jpg") center center no-repeat;
    background-size: 92% auto;
  }
}
#mv .textBox {
  padding: 0 9.6%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  aligns-item: center;
  background: url("../images/h1_bkLogo.svg") left 10% center no-repeat;
  background-size: 70% auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  #mv .textBox {
    background: url("../images/h1_bkLogo.svg") left 10% top no-repeat;
    background-size: 80% auto;
  }
}
#mv .textBox > p {
  font-size: 1.3rem;
  font-family: "FOT-ロダンNTLG Pro EB";
  color: #fff;
  margin-top: 15px;
  line-height: 1.5;
  letter-spacing: 0.01em;
  -webkit-filter: drop-shadow(0px 0px 4px rgba(0,0,0,0.9));
          filter: drop-shadow(0px 0px 4px rgba(0,0,0,0.9));
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  #mv .textBox > p {
    font-size: 1.15rem;
  }
  #mv .textBox > p br {
    display: none;
  }
}
#mv .attention {
  background: #f00;
  line-height: 1;
  color: #fff;
  padding: 10px 10px 12px;
  font-size: 1.3rem;
  font-family: "FOT-ロダンNTLG Pro EB";
  letter-spacing: 0.05em;
  margin-bottom: 30px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}
@media screen and (max-width: 768px) {
  #mv .attention {
    margin: 0 auto 20px;
    font-size: 1rem;
  }
}
#mv h1 {
  padding: 0 0 0;
  display: block;
  width: 100%;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
#mv h1 img {
  width: 58%;
}
@media screen and (max-width: 768px) {
  #mv h1 img {
    width: 100%;
  }
}
#mv h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 0 0;
  margin-top: 15px;
  font-size: 1.5rem;
  font-family: "FOT-ロダンNTLG Pro EB";
  width: 100%;
  line-height: 1;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  #mv h2 {
    font-size: 0.9rem;
  }
}
#mv h2 .day {
  background: #000;
  color: #fff;
  padding: 5px 10px;
}
#mv h2 .days {
  background: #d32f2f;
  color: #fff;
  padding: 5px 10px;
}
#deadline {
  padding-bottom: 50px;
}
#deadline .deadlineBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  #deadline .deadlineBox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#deadline .deadlineBox dt {
  width: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 768px) {
  #deadline .deadlineBox dt {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 0 4%;
  }
}
@media screen and (max-width: 768px) {
  #deadline .deadlineBox dt .deadlineBox_text {
    width: 100%;
  }
}
#deadline .deadlineBox dt h2 {
  font-size: 2.05rem;
  font-family: "FOT-ロダンNTLG Pro EB";
}
@media screen and (max-width: 768px) {
  #deadline .deadlineBox dt h2 {
    font-size: 1.5rem;
    display: block;
    text-align: center;
  }
}
#deadline .deadlineBox dt h3 {
  font-size: 2.35rem;
  font-family: "FOT-ロダンNTLG Pro EB";
  background: #000;
  color: #ebce57;
  display: inline-block;
  padding: 7px 30px 9px;
  margin-top: 16px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #deadline .deadlineBox dt h3 {
    font-size: 1.75rem;
    width: 100%;
    display: block;
    text-align: center;
  }
}
#deadline .deadlineBox dt h3 span {
  font-size: 1.75rem;
  font-family: "FOT-ロダンNTLG Pro EB";
}
@media screen and (max-width: 768px) {
  #deadline .deadlineBox dt h3 span {
    font-size: 1.25rem;
  }
}
#deadline .deadlineBox dd {
  width: 415px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 768px) {
  #deadline .deadlineBox dd {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 30px;
    padding: 0 4%;
  }
}
#deadline .deadlineBox dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#deadline .deadlineBox dd ul li {
  line-height: 0;
}
#deadline .deadlineBox dd ul li:nth-of-type(1) {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #deadline .deadlineBox dd ul li:nth-of-type(1) {
    width: calc(100% / 3);
  }
}
#deadline .deadlineBox dd ul li:nth-of-type(2) {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #deadline .deadlineBox dd ul li:nth-of-type(2) {
    width: calc(100% / 3);
  }
}
#deadline .deadlineBox dd ul li:nth-of-type(3) {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #deadline .deadlineBox dd ul li:nth-of-type(3) {
    width: calc(100% / 3);
  }
}
#deadline .deadlineBox dd ul img {
  width: 100%;
}
#deadline .btnBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 58px;
}
@media screen and (max-width: 768px) {
  #deadline .btnBox {
    width: 100%;
    display: block;
    padding: 0 4%;
    margin-top: 30px;
  }
}
#deadline .btnBox dt,
#deadline .btnBox dd {
  width: 390px;
}
@media screen and (max-width: 768px) {
  #deadline .btnBox dt,
  #deadline .btnBox dd {
    width: 100%;
  }
}
#deadline .btnBox dt p,
#deadline .btnBox dd p {
  text-align: center;
  font-size: 0.75rem;
  line-height: 1.85;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  #deadline .btnBox dt p,
  #deadline .btnBox dd p {
    font-size: 0.65rem;
  }
}
#deadline .btnBox dd {
  margin-left: 38px;
}
@media screen and (max-width: 768px) {
  #deadline .btnBox dd {
    margin-left: 0px;
    margin-top: 15px;
  }
}
#Overview {
  margin-top: 80px;
  padding: 0 0 93px 0;
}
@media screen and (max-width: 768px) {
  #Overview {
    margin-top: 30px;
    padding: 0 4% 45px;
  }
}
#Overview .overviewBox {
  background: #d32f2f;
  color: #fff;
  padding: 58px 18px 35px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #Overview .overviewBox {
    padding: 40px 4%;
  }
}
#Overview .overviewBox h2 {
  font-size: 1.05rem;
  font-family: "FOT-ロダンNTLG Pro DB";
  position: absolute;
  top: -16px;
  left: -16px;
  background: #871e1e;
  padding: 16px;
}
@media screen and (max-width: 768px) {
  #Overview .overviewBox h2 {
    top: -10px;
    left: 4%;
    padding: 10px;
  }
}
#Overview .overviewBox h3 {
  font-size: 1.05rem;
  font-family: "FOT-ロダンNTLG Pro DB";
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px dotted #fff;
}
@media screen and (max-width: 768px) {
  #Overview .overviewBox h3 {
    margin-top: 22px;
    padding-top: 22px;
  }
}
#Overview .overviewBox .read {
  font-size: 0.85rem;
  line-height: 1.6;
  font-family: "FOT-ロダンNTLG Pro M";
}
#Overview .overviewBox .text {
  font-size: 0.75rem;
  line-height: 1.6;
  font-family: "FOT-ロダンNTLG Pro M";
  margin-top: 16px;
}
#Overview .overviewBox a {
  color: #fff;
  text-decoration: underline;
}
#Overview .Overview_wrap {
  margin: 62px auto 0;
}
@media screen and (max-width: 768px) {
  #Overview .Overview_wrap {
    margin: 31px auto 0;
  }
}
#Overview .Overview_dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 690px;
  margin: 31px auto 0;
}
@media screen and (max-width: 768px) {
  #Overview .Overview_dl {
    width: 100%;
    padding: 0 4%;
    margin: 16px auto 0;
  }
}
@media screen and (max-width: 768px) {
  #Overview .Overview_dl dt {
    min-width: 50px;
  }
}
#Overview .Overview_dl dt p {
  font-family: "FOT-ロダンNTLG Pro DB";
}
#Overview .Overview_dl dd {
  margin-left: 31px;
}
#Overview .Overview_dl p {
  font-size: 1.2rem;
  font-family: "FOT-ロダンNTLG Pro M";
}
@media screen and (max-width: 768px) {
  #Overview .Overview_dl p {
    font-size: 0.9rem;
    line-height: 1.4;
  }
}
#Overview .Overview_dl p span {
  font-size: 0.85rem;
}
@media screen and (max-width: 768px) {
  #Map iframe {
    height: 280px;
  }
}
#Inquiry {
  padding-bottom: 100px;
}
#Inquiry h3 {
  font-size: 1.2rem;
  font-family: "FOT-ロダンNTLG Pro DB";
  text-align: center;
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  #Inquiry h3 {
    font-size: 1.4rem;
  }
}
#Inquiry p {
  font-size: 0.85rem;
  text-align: center;
  margin-top: 31px;
}
@media screen and (max-width: 768px) {
  #Inquiry p {
    font-size: 1rem;
  }
}
#Inquiry dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 31px;
}
#Inquiry .btnBox {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  #Inquiry .btnBox {
    width: 100%;
    margin-top: 30px;
    padding: 0 4%;
  }
}
#Inquiry .btnBox a {
  margin: 0 auto;
}
#Inquiry .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  #Inquiry .contact {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    padding: 0 4%;
  }
}
@media screen and (max-width: 768px) {
  #Inquiry .contact dt {
    width: 100%;
  }
}
#Inquiry .contact dd {
  margin-left: 85px;
}
@media screen and (max-width: 768px) {
  #Inquiry .contact dd {
    margin-left: 0px;
    margin-top: 20px;
    width: 100%;
  }
}
#Inquiry .contact a {
  font-size: 0.85rem;
  text-decoration: none;
  color: #000;
  padding: 10px 0 10px 46px;
  display: block;
}
@media screen and (max-width: 768px) {
  #Inquiry .contact a {
    font-size: 1.4rem;
  }
}
#Inquiry .contact .mail {
  background: url("../images/icon_mail.svg") left center no-repeat;
  background-size: 31px 31px;
}
#Inquiry .contact .tel {
  background: url("../images/icon_tel.svg") left center no-repeat;
  background-size: 31px 31px;
}
.wrap {
  width: 980px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .wrap {
    width: 100%;
  }
}
.btn {
  width: 382px;
  display: block;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 30px 0;
  text-align: center;
  color: #fff;
  text-decoration: none;
  background: -o-linear-gradient(-90deg, #333 48.7%, #000 55.65%, #000 100%);
  background: -ms-linear-gradient(-90deg, #333 48.7%, #000 55.65%, #000 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000' ,GradientType=0)";
  background: -webkit-gradient(linear, left top, left bottom, color-stop(48.7%, #333), color-stop(55.65%, #000), to(#000));
  background: -o-linear-gradient(top, #333 48.7%, #000 55.65%, #000 100%);
  background: linear-gradient(180deg, #333 48.7%, #000 55.65%, #000 100%);
  -webkit-filter: drop-shadow(7px 7px 0px rgba(0,0,0,0.2));
          filter: drop-shadow(7px 7px 0px rgba(0,0,0,0.2));
  font-family: "FOT-ロダンNTLG Pro EB";
}
.btn span {
  background: url("../images/arrow.svg") left 20px center no-repeat;
  background-size: 16px auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .btn {
    width: 100%;
    padding: 20px 0;
  }
}
.rbtn {
  width: 382px;
  display: block;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 30px 0;
  text-align: center;
  color: #fff;
  text-decoration: none;
  background: -o-linear-gradient(-90deg, #eb2f2f 48.7%, #bf2b2b 55.65%, #bf2b2b 100%);
  background: -ms-linear-gradient(-90deg, #eb2f2f 48.7%, #bf2b2b 55.65%, #bf2b2b 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#EB2F2F', endColorstr='#BF2B2B' ,GradientType=0)";
  background: -webkit-gradient(linear, left top, left bottom, color-stop(48.7%, #eb2f2f), color-stop(55.65%, #bf2b2b), to(#bf2b2b));
  background: -o-linear-gradient(top, #eb2f2f 48.7%, #bf2b2b 55.65%, #bf2b2b 100%);
  background: linear-gradient(180deg, #eb2f2f 48.7%, #bf2b2b 55.65%, #bf2b2b 100%);
  -webkit-filter: drop-shadow(7px 7px 0px rgba(0,0,0,0.2));
          filter: drop-shadow(7px 7px 0px rgba(0,0,0,0.2));
  font-family: "FOT-ロダンNTLG Pro EB";
}
.rbtn span {
  background: url("../images/arrow.svg") left 20px center no-repeat;
  background-size: 16px auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .rbtn {
    width: 100%;
    padding: 20px 0;
  }
}
