@charset "utf-8";
@import "reboot.css";
html {
  overflow-y: scroll;
  width: 100%;
}
body {
  color: #000;
  font-size: 14px;
  font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
  background-color: #fff;
  width: 100%;
  min-width: 1200px;
  margin: 0 auto;
}
a:link, a:visited {
  color: #011248;
  text-decoration: underline;
}
a:active, a:hover {
  color: #011248;
  text-decoration: underline;
  opacity: .6;
  transition: all 0.5s ease;
}
a:focus {
  outline: none;
}
#sb-site {
  width: 100% !important;
  text-align: center;
}
.sp {
  display: none !important;
}
#toggle, .sb-slidebar {
  display: none;
}
img {
  width: 100%;
  image-rendering: -webkit-optimize-contrast;
}
/* header */
#headerWrapper {
  width: 100%;
}
header {
  width: 960px;
  height: auto;
  max-height: 110px;
  margin: 0 auto;
  padding: 17px 0 8px;
  display: flex;
  justify-content: space-between;
}
header h1 {
  width: 465px;
  margin: 0;
  padding: 0;
}
header h1 a:active, header h1 a:hover, #logo a:active, #logo a:hover {
  opacity: 1;
  transition: none;
}
#logoWrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  height: 100%;
}
#lang {
  width: auto;
  font-size: 13px;
  margin: 0 .8em 0 0;
}
#lang a:link, #lang a:visited {
  color: #000;
  text-decoration: none;
}
#lang a:active, #lang a:hover {
  color: #000;
  text-decoration: none;
  opacity: .6;
  transition: all 0.5s ease;
}
#logo {
  width: 145px;
  margin: 5px 0 0;
}
/* nav */
nav {
  width: 100%;
  margin: 0 0 20px;
  padding: 0;
  background: #011248;
}
ul#menu {
  width: 960px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  list-style: none;
}
ul#menu li {
  margin: 0;
  padding: 0;
  background-image: none;
  border-left: 1px solid #fff;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}
ul#menu li:last-child {
  border-right: 1px solid #fff;
}
ul#menu li a {
  padding: 14px 0 12px;
  line-height: 1;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
  display: block;
  font-family: Arial, Helvetica, "sans-serif";
}
/* footer */
footer {
  width: 100%;
  margin: 0 auto;
  padding: 10px 0 23px;
  text-align: center;
  font-size: 12px;
  border-top: 1px solid #000;
}
/* ページトップへ戻る */
#page-top {
  display: block;
  position: fixed;
  z-index: 9999;
  bottom: 10px;
  right: 10px;
  width: 70px;
  height: 45px;
  padding: 15px 10px 10px;
  background: #000;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  line-height: 20px;
  clear: both;
  opacity: .7;
}
#page-top:hover {
  opacity: .8;
}
.arrow {
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2px solid #000;
  border-left-color: #fff;
  border-top-color: #fff;
  top: 20px;
  left: 26px;
  transform: rotate(45deg);
}
@media print {
  #page-top {
    display: none;
  }
}
#mainvisual {
  width: 960px;
  margin: 0 auto 25px;
}
#mainvisual img {
  width: 100%;
}
main.top {
  width: 960px;
  margin: 0 auto;
  padding: 0 0 25px;
  display: flex;
  justify-content: space-between;
}
#bannerWrapper {
  width: 230px;
}
#banner {
  width: 100%;
}
#banner ul {
  width: 100%;
  margin: 10px auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
}
#banner ul li {
  width: 204px;
  margin: 0 0 10px;
  padding: 0;
}
#address {
  width: 100%;
  padding: 22px 25px 10px;
  text-align: left;
  background: #f0f0f0;
  font-size: 12px;
  line-height: 1.5;
}
#facebook {
  width: 100%;
  margin: 10px auto;
}
#newsWrapper {
  width: 700px;
}
#comment {
  width: 100%;
  text-align: left;
}
#comment p {
  margin: 5px 0;
  padding: 0;
  line-height: 1.5;
}
#news {
  width: 100%;
  margin: 0;
  padding: 0;
}
#news h2 {
  margin: 0 0 5px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
}
#news dl {
  width: 100%;
  height: 400px;
  margin: 0;
  padding: 15px 0;
  list-style: none;
  overflow: auto;
}
#news dl dt {
  width: auto;
  margin: 5px 0 0;
  padding: 8px 5px;
  text-align: center;
  float: left;
  clear: left;
  background-color: #011844;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
}
#news dl dd {
  margin: 0 10px 20px 50px;
  padding: 2px 0;
}
#news ul {
  width: 100%;
  margin: 0 auto;
  padding: 0 5px;
  list-style: none;
  text-align: left;
}
#news ul li {
  margin: 0 25px 0 0;
  padding: 0 0 15px;
  background-image: none;
  font-size: 14px;
  line-height: 1.4;
  text-indent: -1em;
  padding-left: 1em;
}
#news ul li:before {
  content: "・"
}
/* prize */
#prize {
  width: 100%;
  margin: 0;
  padding: 0;
}
#prize h2 {
  margin: 0 0 5px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
}
#prize dl {
  width: 100%;
  height: ;
  margin: 0;
  padding: 0px 0;
  list-style: none;
  overflow: none;
}
#prize dl dt {
  width: 95px;
  margin: 0 30px 20px 15px;<!-- [上][右][下][左] -->
  padding: 0px 0px 0px 0px;<!-- [上][右][下][左] -->
  text-align: center;
  float: left;
  clear: left;
  background-color: #fff;
  color: #011844;
  font-weight: 600;
  font-size: 14px;
}
#prize dl dd {
  margin: 0px 0px 20px 135px;<!-- [上][右][下][左] -->
  padding: <!-- [上][右][下][左] -->
  
  
  background-color: #999999;
}
#prize ul {
  width: 100%;
  margin: 0 auto;
  padding: 0 5px;
  list-style: none;
  text-align: left;
}
#prize ul li {
  margin: 0 25px 0 0;
  padding: 0 0 15px;
  background-image: none;
  font-size: 14px;
  line-height: 1.4;
  text-indent: -1em;
  padding-left: 1em;
}

/* main */
main.contents {
  width: 960px;
  min-height: 560px;
  text-align: left;
  margin: 0 auto;
  padding: 0 0 55px;
}
main.contents h1 {
  width: 100%;
  margin: 0 0 30px;
  padding: 19px 25px 17px;
  font-size: 25px;
  line-height: 1;
  font-weight: 600;
  position: relative;
  text-align: left;
  background-color: #81b6ed;
  color: #FFF;
}
main h2 {
  margin: 30px 5px 25px;
  padding: 11px 0 0;
  font-size: 21px;
  font-weight: 900;
  color: #000;
  text-align: left;
  line-height: 25px;
  position: relative;
}
main h2::after {
  position: absolute;
  top: 0;
  left: 2px;
  content: "";
  width: 80px;
  height: 3px;
  background: #1a4375;
}
main.contents h3 {
  margin: 30px 10px 15px;
  padding: 6px 10px 4px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
  color: #011248;
  border: solid 2px #78819d;
  clear: both;
}
main.contents h4 {
  margin: 15px 20px 10px;
  padding: 5px 0 0;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
  color: #363636;
}
main.contents p {
  margin: 5px 20px 0 25px;
  padding: 0;
}
/* list */
main.contents ul {
  margin: 5px 10px 5px 25px;
  padding: 0;
}
main.contents ul li {
  list-style: none;
  padding: 2px 0 2px 16px;
  margin: 0 0 0 7px;
  position: relative;
}
main.contents ul li::before {
  position: absolute;
  top: 12px;
  left: 0;
  content: "";
  width: 10px;
  height: 3px;
  background: #81b6ed;
}
main.contents ul ul {
  margin: 0 0 3px;
}
main.contents ul ul li {
  list-style: disc;
  padding: 2px 0;
  margin: 0 0 0 15px;
}
main.contents ul ul li::before {
  display: none;
}
main.contents ul ul ul li {
  list-style: circle;
}
main.contents ol {
  margin: 5px 10px 5px 50px;
  padding: 0;
}
main.contents ol li {
  margin: 0;
  padding: 2px 0;
}
main.contents ol li ol {
  margin: 5px 0 0 20px;
}
/* table */
table {
  padding: 0;
  margin: 15px auto;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 1px;
}
table th {
  padding: 7px 10px 5px;
  text-align: left;
  background-color: #011248;
  border: none;
  font-weight: 900;
  color: #fff;
}
table td {
  padding: 7px 10px 5px;
  border: 1px solid #011248;
}
@media all and (-ms-high-contrast:none) {
  table th {
    padding: 9px 5px 3px;
  }
  table td {
    padding: 9px 5px 3px;
  }
}
table.noborder th {
  border: none;
}
table.noborder td {
  border: none;
}
/* figure */
figure {
  margin: 30px 15px;
}
figure.center {
  margin: 30px auto;
}
figure.fr {
  float: right;
  margin: 0 10px 15px 15px;
}
figure.fl {
  float: left;
  margin: 0 15px 15px 10px;
}
figure img, video {
  margin: 3px 0;
  width: 100%;
}
figcaption {
  font-size: 0.85em;
  line-height: 1.1;
  padding: 0 5px;
  text-align: left;
}
/* utility */
a[target="_blank"] {
  background: url(../image/ic_blank.png) right no-repeat;
  padding-right: 22px;
  background-size: 18px 17px;
}
a[href$=".pdf"] {
  background: url(../image/ic_pdf.png) right no-repeat !important;
  padding-right: 24px !important;
  background-size: 20px 20px !important;
}
a[href$=".doc"], a[href$=".docx"] {
  background: url(../image/ic_doc.png) right no-repeat !important;
  padding-right: 24px !important;
  background-size: 20px 18px !important;
}
.fb {
  background: url("../image/ic_fb.png") right no-repeat !important;
  padding-right: 24px !important;
  background-size: 20px 20px !important;
}
.no_icon {
  background-image: none !important;
  padding-right: 0;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mb05 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mt0 {
  margin-top: 0 !important;
}
.mt05 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.w10 {
  width: 10%;
}
.w15 {
  width: 15%;
}
.w20 {
  width: 20%;
}
.w25 {
  width: 25%;
}
.w30 {
  width: 30%;
}
.w35 {
  width: 35%;
}
.w40 {
  width: 40%;
}
.w45 {
  width: 45%;
}
.w50 {
  width: 50%;
}
.w55 {
  width: 55%;
}
.w60 {
  width: 60%;
}
.w70 {
  width: 70%;
}
.w75 {
  width: 75%;
}
.w80 {
  width: 80%;
}
.w90 {
  width: 90%;
}
.w95 {
  width: 95%;
}
.w100 {
  width: 100%;
}
.clear {
  clear: both;
}
.center {
  text-align: center;
  text-indent: 0;
}
.right {
  text-align: right;
}
.left {
  text-align: left;
}
.small {
  font-size: 0.85em;
}
hr {
  border: 0;
  height: 1px;
  margin: 35px 25px;
  clear: both;
  background: linear-gradient(to right, #fff, #011248, #fff);
}
blockquote {
  margin: 5px 0 5px 15px;
}
.youtube {
  margin: 30px auto;
  text-align: center;
}
.youtubeLink {
  margin: 5px auto;
}
.localNav {
  display: flex;
  flex-wrap: wrap;
  width: 98%;
  margin: 10px auto;
  padding: 0;
}
.localNav li {
  width: calc(88%/6);
  margin: 5px 1% !important;
  padding: 0 !important;
}
.localNav li::before {
  display: none;
}
.localNav li a {
  display: block;
  background: #dfdfdf;
  padding: 8px 0 6px;
  color: #000;
  text-decoration: none;
  text-align: center;
  font-weight: 900;
}
/*Member*/
.memberBox {
  display: flex;
  flex-direction: column;
  width: 90%;
  margin: 0 auto;
}
.member {
  margin: 10px auto;
  border: 1px solid #000;
  width: 100%;
  padding: 10px;
}
.member h3 {
  border: none !important;
  margin: 20px 0 0 120px !important;
  font-size: 17px;
  clear: none !important;
}
.member h4 {
  border: none !important;
  margin: 0px 0 0 128px !important;
  font-size: 14px;
  clear: none !important;
}
.member p {
  font-size: 17px;
  margin: 0 0 0 130px !important;
}
.member img {
  width: 100px;
  float: left;
}
.stripe {
  border-collapse: collapse;
  border: none;
  width: 96%;
}
.stripe td {
  border: none;
  padding: 10px 10px 9px;
}
.stripe tr {
  background: #f2f8fb;
}
.stripe tr:nth-child(even) {
  background: #fffdfa;
}
/*Cover Picture*/
.coverPicture {
  width: 90%;
  margin: 10px auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.coverPicture a {
  width: calc(94%/3);
  margin: 10px 1%;
  padding: 0 !important;
}
.coverPicture a img {
  border: 1px solid #000;
}
@media only screen and (max-width: 480px) {
  body {
    min-width: initial;
    min-width: auto;
    font-size: 3.5vw
  }
  #sb-site {
    width: 100% !important;
    background: #fff;
    overflow: hidden;
  }
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  header {
    height: auto;
    width: 100%;
    padding: 0;
  }
  header h1 {
    width: 90%;
    margin: 3vw 1.5% 3.5vw;
  }
  header h1.en {
    width: 83%;
  }
  #logoWrapper {
    display: none !important;
  }
  nav {
    display: none;
  }
  #lang_sp {
    font-size: 13px;
    margin: 3vw auto 0;
    color: #fff;
    text-align: center;
    width: 100%;
  }
  #lang_sp a:link, #lang_sp a:visited {
    color: #fff;
    text-decoration: none;
  }
  #lang_sp a:active, #lang_sp a:hover {
    color: #fff;
    text-decoration: none;
    opacity: .6;
    transition: all 0.5s ease;
  }
  #logo_sp {
    width: 80%;
    margin: 5px auto 0;
  }
  #logo_sp img {
    width: 100%;
  }
  ul#sp_menu {
    margin: 15px auto;
    padding: 0;
    list-style-type: none;
    width: 100%;
  }
  ul#sp_menu li {
    margin: 8px 0;
    padding: 0;
    text-align: center;
    display: block;
    background-image: none;
  }
  ul#sp_menu li a {
    padding: 9px 0 17px;
    margin: 0;
    line-height: 1;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    display: block;
    color: #FFF;
  }
  #toggle {
    display: block;
    position: absolute;
    top: 4vw;
    right: 2%;
    background: #011248;
    padding: 3px 0 2px;
    cursor: pointer;
    z-index: 99999;
  }
  #toggle ul {
    margin: 0;
    padding: 0;
  }
  #toggle ul li {
    margin: 0;
    padding: 0;
    background: none;
    list-style: none;
  }
  .sb-slidebar {
    display: block;
    background: #011248 !important;
    text-align: left;
  }
  .css-bar {
    display: inline-block;
    position: relative;
    margin: 0 6px 3px;
    padding: 0;
    background: #fff;
  }
  .css-bar, .css-bar:before, .css-bar:after {
    width: 30px;
    height: 3px;
  }
  .css-bar:before, .css-bar:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    background: #fff;
  }
  .css-bar:before {
    margin-top: -8px;
  }
  .css-bar:after {
    margin-top: 5px;
  }
  html.sb-active #sb-site, .sb-toggle-left, .sb-toggle-right, .sb-open-left, .sb-open-right, .sb-close {
    cursor: pointer;
  }
  #toggle p {
    margin: 2px auto 2px;
    padding: 0;
    font-size: 11px;
    color: #fff;
    text-indent: 0;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1;
    text-align: center;
  }
  #mainvisual {
    width: 100%;
    margin: 0 auto 5vw;
  }
  main.top {
    width: 96%;
    padding: 0 auto 10px;
    flex-direction: column-reverse;
  }
  #bannerWrapper {
    width: 100%;
  }
  #banner ul {
    padding: 0;
  }
  #banner ul li {
    width: 48%;
    margin: 0 1% 2vw;
  }
  #newsWrapper {
    width: 100%;
  }
  #comment {
    margin: 0 0 5vw;
  }
  #news {
    margin: 0 auto 40px;
    padding: 0;
  }
  #news h2 {
    width: 100%;
    font-size: 20px;
  }
  #news dl {
    height: 100vw;
  }
  #news dl dd {
    margin: 0 10px 10px 50px;
  }
  #news ul li {
    margin: 0 2%;
  }
  #address {
    padding: 5.5vw 5.5vw 1.5vw;
    line-height: 1.6;
    width: 80%;
    margin: 0 auto;
  }
  #facebook {
    width: 90%;
    max-width: 500px;
    margin: 4vw auto 0;
  }
  footer {
    padding: 3vw 0;
    line-height: 1.2em
  }
  main.contents {
    width: 100%;
  }
  main.contents h1 {
    margin: 0 0 5vw;
    padding: 5vw;
    font-size: 6vw;
  }
  main.contents h2 {
    width: 98%;
    font-size: 5vw;
    margin: 5vw auto 3vw;
    padding: 2vw 0 0;
  }
  main.contents h2::after {
    width: 10vw;
  }
  main.contents h3 {
    width: 98%;
    margin: 5vw 1% 3vw;
    padding: 1vw 2vw;
    font-size: 4vw;
  }
  main.contents h4 {
    width: 98%;
    margin: 4vw 2%;
    font-size: 4vw;
  }
  main.contents p {
    margin: 2vw 3%;
  }
  main.contents ul {
    margin: 3vw 2%;
  }
  main.contents ul li {
    padding: 1vw 0 1vw 6vw;
    margin: 0;
  }
  main.contents ul li::before {
    top: 3.5vw;
    left: 1vw;
    width: 3vw;
    height: .8vw;
  }
  main.contents ul ul {
    margin: 0 0 1vw;
  }
  main.contents ul ul li {
    padding: 1vw 0;
    margin: 0 0 0 3vw;
  }
  main.contents ol {
    margin: 3vw 3% 3vw 8%;
  }
  table {
    width: 95%;
    margin: 3vw auto;
  }
  table td {
    word-break: break-all;
  }
  figure {
    width: 90%;
    margin: 6vw auto;
  }
  figure.fl, figure.fr, figure.center {
    float: none;
    width: 90%;
    margin: 10px auto;
    text-align: center;
  }
  figure img, video {
    width: 100%;
    margin: 0 auto 3px;
  }
  figcaption {
    padding: 0 2%;
  }
  .mb0sp {
    margin-bottom: 0 !important;
  }
  .mb01sp {
    margin-bottom: 1vw !important;
  }
  .mb02sp {
    margin-bottom: 2vw !important;
  }
  .mb03sp {
    margin-bottom: 3vw !important;
  }
  .mb04sp {
    margin-bottom: 4vw !important;
  }
  .mb05sp {
    margin-bottom: 5vw !important;
  }
  .mb06sp {
    margin-bottom: 6vw !important;
  }
  .mb07sp {
    margin-bottom: 7vw !important;
  }
  .mb08sp {
    margin-bottom: 8vw !important;
  }
  .mb09sp {
    margin-bottom: 9vw !important;
  }
  .mb10sp {
    margin-bottom: 10vw !important;
  }
  .mt0sp {
    margin-top: 0 !important;
  }
  .mt01sp {
    margin-top: 1vw !important;
  }
  .mt02p {
    margin-top: 2vw !important;
  }
  .mt03sp {
    margin-top: 3vw !important;
  }
  .mt04sp {
    margin-top: 4vw !important;
  }
  .mt05sp {
    margin-top: 5vw !important;
  }
  .mt06sp {
    margin-top: 6vw !important;
  }
  .mt07sp {
    margin-top: 7vw !important;
  }
  .mt08sp {
    margin-top: 8vw !important;
  }
  .mt09sp {
    margin-top: 9vw !important;
  }
  .mt10sp {
    margin-top: 10vw !important;
  }
  .w05sp {
    width: 05% !important;
  }
  .w10sp {
    width: 10% !important;
  }
  .w15sp {
    width: 15% !important;
  }
  .w20sp {
    width: 20% !important;
  }
  .w25sp {
    width: 25% !important;
  }
  .w30sp {
    width: 30% !important;
  }
  .w35sp {
    width: 35% !important;
  }
  .w40sp {
    width: 40% !important;
  }
  .w45sp {
    width: 45% !important;
  }
  .w50sp {
    width: 50% !important;
  }
  .w55sp {
    width: 55% !important;
  }
  .w60sp {
    width: 60% !important;
  }
  .w65sp {
    width: 65% !important;
  }
  .w70sp {
    width: 70% !important;
  }
  .w75sp {
    width: 75% !important;
  }
  .w80sp {
    width: 80% !important;
  }
  .w85sp {
    width: 85% !important;
  }
  .w90sp {
    width: 90% !important;
  }
  .w95sp {
    width: 95% !important;
  }
  .w100sp {
    width: 100% !important;
  }
  #page-top {
    bottom: 25px;
    right: 10px;
  }
  .xscroll {
    width: 100%;
    overflow-x: auto;
  }
  .xscroll table {
    width: 900px;
    margin: 10px 2%;
  }
  .youtube {
    position: relative;
    width: 96%;
    padding-top: 56.25%;
    margin: 3vw auto;
  }
  .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .youtubeLink {
  position: relative;
    width: 96%;
    padding-top: 56.25%;
    margin: 1vw auto;
}
  .youtubeLink iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .localNav {
    margin: 2vw auto;
    width: 96%;
  }
  .localNav li {
    width: calc(94%/3);
    margin: 1vw 1% !important;
  }
  .localNav li a {
    padding: 2vw 0;
  }
  /*Member*/
  .memberBox {
    width: 96%;
  }
  .member {
    margin: 1vw auto;
    padding: 2vw;
  }
  .member h3 {
    font-size: 4vw;
    margin: 1vw 0 0 16vw !important;
    width: 85% !important;
  }
   .member h4 {
    font-size: 1vw;
    margin: 1vw 0 0 16vw !important;
    padding: 2vw;
    width: 85% !important;
  }
  .member p {
    font-size: 3.5vw;
    margin: 0 0 0 18vw !important;
    width: 85% !important;
  }
  .member img {
  width: 18%;
}
  /*Cover Picture*/
  .coverPicture {
    width: 98%;
    margin: 2vw auto;
  }
  .coverPicture a {
    width: 48%;
    margin: 1vw 1%;
  }
}