@charset "UTF-8";
/*
Theme Name: 
*/
/* ----------------------------- リセット */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, var, b, i,
dl dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
}

/*body{line-height:1;}*/
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  vertical-align: top;
  /*font-size:0;*/
  line-height: 0;
}

sup {
  font-size: 8px;
}

em {
  font-style: normal;
}

div:before, div:after, ul:before, ul:after, ol:before, ol:after, dl:before, dl:after {
  content: "";
  display: block;
}

div:after, ul:after, ol:after, dl:after {
  clear: both;
}

div, ul, ol, dl {
  zoom: 1;
}

ul#wp-admin-bar-root-default:after {
  clear: none;
}

/* =======================================
記事詳細
========================================*/
#entrybody {
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 0;
  word-break: break-all;
  line-height: 180%;
}
#entrybody a {
  color: #22ABD8;
  text-decoration: underline;
}
#entrybody a:hover {
  text-decoration: none;
}
#entrybody ul, #entrybody ol {
  margin-top: 12px;
  margin-bottom: 12px;
  list-style-position: inside;
  text-align: left;
}
#entrybody ul ul, #entrybody ul ol, #entrybody ol ul, #entrybody ol ol {
  margin-left: 2em;
}
#entrybody ul li, #entrybody ol li {
  text-align: left;
}
#entrybody ol {
  list-style-type: decimal;
}
#entrybody li ul {
  margin-top: 3px;
}
#entrybody li li {
  font-size: 13px;
  font-size: 1.3rem;
}
#entrybody strong,
#entrybody strong span {
  font-weight: bold !important;
}
#entrybody span strong,
#entrybody del strong,
#entrybody em strong {
  font-weight: bold !important;
}
#entrybody em {
  font-style: italic !important;
}
#entrybody dfn {
  font-style: normal;
  border-bottom: 1px dotted #333;
}
#entrybody p {
  line-height: 180%;
  margin-bottom: 1.2em;
  clear: both;
  *zoom: 1;
}
#entrybody p:after {
  display: block;
  content: "";
  clear: both;
}
#entrybody blockquote {
  margin-top: 15px;
  margin-bottom: 15px;
  background: #d6e1e1;
  border-radius: 10px;
  padding: 4.545% 5%;
}
#entrybody blockquote cite {
  font-style: italic;
}
#entrybody blockquote p:last-child {
  margin-bottom: 0;
}
#entrybody blockquote a {
  color: #333;
}
#entrybody img {
  margin-bottom: 1em;
}
#entrybody iframe {
  max-width: 100%;
}
#entrybody .u-youtube-wrap {
  padding-top: 56.25%;
}
#entrybody h1 {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 150%;
}
#entrybody h2 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 150%;
  border-bottom: 1px solid #DADADA;
  padding-bottom: 25px;
  margin-bottom: 35px;
  position: relative;
  margin-top: 50px;
}
#entrybody h2:after {
  display: block;
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 180px;
  border-bottom: 4px solid #1E1E1E;
}
#entrybody h3 {
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 150%;
}
#entrybody h4 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 150%;
}
#entrybody h5 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 150%;
}
#entrybody h6 {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 150%;
}
#entrybody table {
  width: 100%;
}
#entrybody table thead {
  background-color: #1E1E1E;
  color: #fff;
  font-size: 15px;
  font-size: 1.5rem;
}
#entrybody table thead th,
#entrybody table thead td {
  border-color: #fff;
}
#entrybody table th,
#entrybody table td {
  border: 1px solid #d7e2e2;
  padding: 6px 8px;
  text-align: left;
}
#entrybody table th {
  font-weight: bold;
}

.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 20px;
  margin-top: 4px;
}

.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 20px;
  margin-top: 4px;
}

.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 12px;
}

.wp-caption {
  border: none;
  background: #f1f1f1;
  color: #888;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  text-align: center;
  margin-bottom: 20px;
  padding: 4px;
  border-radius: 0;
}
.wp-caption img {
  margin: 5px;
}
.wp-caption p.wp-caption-text {
  margin-bottom: 4px;
}

.wp-smiley {
  margin: 0;
}

body#tinymce ul,
body#tinymce ol {
  margin-bottom: 1.5em;
}
body#tinymce ul li {
  list-style: disc;
}
body#tinymce ol li {
  list-style: decimal;
}

@media screen and (max-width: 768px) {
  #entrybody {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .alignleft,
  img.alignleft {
    margin-right: 0;
    float: none;
  }

  .alignright,
  img.alignright {
    margin-left: 0;
    float: none;
  }

  img.alignleft,
  img.alignright,
  img.aligncenter {
    margin-bottom: 10px !important;
  }
}
/* ----------------------------- 全体 */
html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  line-height: 180%;
  color: #000;
  background-color: #DAE2F0;
  position: relative;
  -webkit-text-size-adjust: 100%;
  min-width: 1114px;
}
body br {
  font-family: sans-serif;
}

::-webkit-input-placeholder {
  color: #dbdbdb;
}

:-ms-input-placeholder {
  color: #dbdbdb;
}

::-moz-placeholder {
  color: #dbdbdb;
}

::-placeholder {
  color: #dbdbdb;
}

a {
  color: #1E1E1E;
  text-decoration: none;
}
a:hover {
  color: #1E1E1E;
  text-decoration: underline;
}
a, a img {
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
}
a:hover {
  opacity: 0.7;
  -ms-filter: "alpha(opacity=70)";
  filter: alpha(opacity=70);
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}
img,
.bx-wrapper img {
  max-width: 100%;
  height: auto;
}

/*=======================================
ヘッダー
=========================================*/
.l-header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  padding: 20px 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  z-index: 100;
}
.l-header:before, .l-header:after {
  content: none;
}
.l-header ul.btn-list {
  margin-right: 60px;
}
.l-header ul.btn-list li a {
  display: block;
  width: 200px;
  height: 64px;
}
.l-header ul.btn-list li.entry a {
  background: url("assets/img/common/menu_entry.png") no-repeat center;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
.l-header ul.btn-list li.entry a:hover {
  background: url("assets/img/common/menu_entry_h.png") no-repeat center;
}

.menu-btn {
  position: fixed;
  top: 24px;
  right: 32px;
  width: 50px;
  height: 58px;
  z-index: 100;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.menu-btn .bar {
  width: 100%;
  height: 3px;
  background-color: #333;
  margin: 4px 0;
  transition: all 0.3s ease;
}
.menu-btn.close-btn .bar:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.menu-btn.close-btn .bar:nth-child(2) {
  transform: rotate(-45deg) translate(5px, -5px);
}

.f-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  z-index: 99;
}
.f-menu .inner {
  max-width: 744px;
  width: 100%;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.f-menu .inner .info {
  max-width: 363px;
  width: 100%;
}
.f-menu .inner .info .link1 {
  margin-top: 56px;
}
.f-menu .inner .info .link2 {
  text-align: center;
  margin: 56px auto;
}
.f-menu .inner .info .link2 a {
  display: inline-block;
  font-size: 11px;
  line-height: 1;
  padding: 13px 42px 13px 16px;
  margin-right: 20px;
  text-decoration: none;
  border: 1px solid #0033CD;
  color: #0033CD;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  position: relative;
}
.f-menu .inner .info .link2 a span:after {
  position: absolute;
  right: 18px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 13px;
  background: url("assets/img/common/icon_link.svg") no-repeat center;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
.f-menu .inner .info .link2 a:last-child {
  margin-right: 0;
}
.f-menu .inner .info .copy p {
  text-align: center;
  font-size: 10px;
  font-family: "Zen Maru Gothic", sans-serif;
}
.f-menu .inner .menu {
  max-width: 242px;
  width: 100%;
}
.f-menu .inner .menu ul li {
  text-align: left;
  margin-bottom: 40px;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  color: #1E1E1E;
}
.f-menu .inner .menu ul li:last-child {
  margin-bottom: 0;
}
.f-menu .inner .menu ul li:before {
  content: "•";
  color: #009999;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -6px;
  font-size: 40px;
  margin-right: 10px;
}
.f-menu.open {
  opacity: 1;
  visibility: visible;
}
.f-menu ul {
  list-style: none;
  padding: 0;
  text-align: center;
}
.f-menu li {
  margin: 20px 0;
}
.f-menu a {
  color: #1E1E1E;
  text-decoration: none;
}

/*=======================================
ページタイトル
=========================================*/
.l-pagetitle {
  width: 100%;
  background: url("assets/img/common/pagetitle_bg.png") repeat center;
  padding: 70px 120px 58px;
  margin-top: 110px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.l-pagetitle h1 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 140%;
  color: #FFFFFF;
}
.l-pagetitle h1 span {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 175%;
  letter-spacing: 0.2em;
  margin-top: 10px;
  color: #ECDB67;
}
.l-pagetitle--about .icon {
  position: absolute;
  left: 0;
  right: 0;
  top: 116px;
  margin: auto;
  text-align: right;
}
.l-pagetitle--about .icon img {
  display: inline-block;
  margin-right: 68px;
}
.l-pagetitle--carrier .icon {
  position: absolute;
  left: 0;
  right: 0;
  top: 54px;
  margin: auto;
  text-align: right;
}
.l-pagetitle--carrier .icon img {
  display: inline-block;
  margin-right: 68px;
}

/* ローディング中はスクロールを禁止 */
body.loading-active {
  overflow: hidden;
}

/* ローディングコンテナ */
.loading-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  /* このままでOK */
  justify-content: center;
  align-items: center;
  background-color: white;
  z-index: 1000;
  transition: opacity 1s ease-in-out, visibility 1s;
}
.loading-container::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #006CB8;
  z-index: 1;
  transform: translateY(-100%);
  transition: transform 0.5s ease-in-out;
}

/* 青い背景が降りてくるアニメーション */
.loading-container.blue-bg::after {
  transform: translateY(0);
}

/* コンテナ全体のフェードアウト */
.loading-container.fade-out {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

/* テキストコンテナ */
.loading-text {
  opacity: 0;
  z-index: 2;
  position: absolute;
  /* ★ここを追加★ */
  top: 50%;
  /* ★ここを追加★ */
  left: 50%;
  /* ★ここを追加★ */
  transform: translate(-50%, -50%);
  /* ★ここを追加★ */
}

/* テキストコンテナのフェードイン */
.loading-text.fade-in {
  opacity: 1;
  transition: opacity 1s ease-in-out;
}

/* テキストのスタイル */
.loading-txt {
  font-family: 'Zen Maru Gothic';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 160%;
  letter-spacing: 0.05em;
  color: #006CB8;
}

/* ロゴのスタイル */
.loading-logo {
  color: white;
  width: 363px;
  height: auto;
  opacity: 0;
  z-index: 2;
  position: absolute;
  /* ★ここを追加★ */
  top: 50%;
  /* ★ここを追加★ */
  left: 50%;
  /* ★ここを追加★ */
  transform: translate(-50%, -50%);
  /* ★ここを追加★ */
}

/* ロゴのフェードイン */
.loading-logo.fade-in {
  opacity: 1;
  transition: opacity 1.5s ease-in-out;
}

/*=======================================
パンくず
=========================================*/
/*=======================================
コンテンツ
=========================================*/
/*=======================================
フッター
=========================================*/
.l-footer {
  padding: 40px 0;
  margin-top: 77px;
}
.l-footer__logo {
  text-align: center;
}
.l-footer__logo a {
  display: inline-block;
}
.l-footer__nav {
  padding: 60px 0;
}
.l-footer__nav ul {
  text-align: center;
}
.l-footer__nav ul li {
  display: inline-block;
  margin-right: 30px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
.l-footer__nav ul li:last-child {
  margin-right: 0;
}
.l-footer__nav ul li a {
  text-decoration: none;
}
.l-footer__link {
  text-align: center;
}
.l-footer__link a {
  display: inline-block;
  font-size: 11px;
  line-height: 1;
  padding: 13px 42px 13px 16px;
  margin-right: 20px;
  text-decoration: none;
  border: 1px solid #0033CD;
  color: #0033CD;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  position: relative;
}
.l-footer__link a span:after {
  position: absolute;
  right: 18px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 13px;
  background: url("assets/img/common/icon_link.svg") no-repeat center;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
.l-footer__link a:last-child {
  margin-right: 0;
}
.l-footer__copy {
  padding-top: 40px;
}
.l-footer__copy p {
  text-align: center;
  font-size: 10px;
  font-family: "Zen Maru Gothic", sans-serif;
}

/*=======================================
ページトップ
=========================================*/
/* ----------------------------- タブレット（768～1024px） */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  body {
    min-width: 1450px;
  }
}
/* ----------------------------- スマホ（～767px） */
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 160%;
    min-width: initial;
    overflow-x: hidden;
  }

  .l-header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    padding: 7px 12px 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    z-index: 100;
  }
  .l-header:before, .l-header:after {
    content: none;
  }
  .l-header__logo {
    width: 246px;
    padding: 9px 0;
  }
  .l-header ul.btn-list {
    display: none;
  }

  .menu-btn {
    position: fixed;
    top: 12px;
    right: 12px;
  }

  .f-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
  }
  .f-menu .inner {
    display: block;
  }
  .f-menu .inner .info {
    max-width: 100%;
    width: 100%;
  }
  .f-menu .inner .info .logo {
    width: 246px;
    position: absolute;
    padding: 16px 12px 17px;
    top: 0;
    left: 0;
  }
  .f-menu .inner .info .menu {
    padding: 0 55px;
  }
  .f-menu .inner .info .link1 {
    margin-top: 56px;
  }
  .f-menu .inner .info .link2 {
    text-align: center;
    margin: 56px auto;
  }
  .f-menu .inner .info .link2 a {
    display: inline-block;
    font-size: 11px;
    line-height: 1;
    padding: 13px 42px 13px 16px;
    margin-right: 20px;
    text-decoration: none;
    border: 1px solid #0033CD;
    color: #0033CD;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    position: relative;
  }
  .f-menu .inner .info .link2 a span:after {
    position: absolute;
    right: 18px;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 13px;
    height: 13px;
    background: url("assets/img/common/icon_link.svg") no-repeat center;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }
  .f-menu .inner .info .link2 a:last-child {
    margin-right: 0;
  }
  .f-menu .inner .info .copy p {
    text-align: center;
    font-size: 10px;
    font-family: "Zen Maru Gothic", sans-serif;
  }
  .f-menu .inner .menu {
    max-width: 242px;
    width: 100%;
    margin-top: 55px;
  }
  .f-menu .inner .menu ul li {
    text-align: left;
    margin-bottom: 28px;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    color: #1E1E1E;
  }
  .f-menu .inner .menu ul li:last-child {
    margin-bottom: 0;
  }
  .f-menu .inner .menu ul li:before {
    content: "・";
    color: #009999;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -4px;
  }
  .f-menu.open {
    opacity: 1;
    visibility: visible;
  }
  .f-menu ul {
    list-style: none;
    padding: 0;
    text-align: center;
  }
  .f-menu li {
    margin: 20px 0;
  }
  .f-menu a {
    color: #1E1E1E;
    text-decoration: none;
  }

  .l-pagetitle {
    padding: 60px 20px 38px;
    margin-top: 72px;
  }
  .l-pagetitle h1 {
    font-size: 32px;
  }
  .l-pagetitle h1 span {
    display: block;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 175%;
    letter-spacing: 0.2em;
    margin-top: 10px;
    color: #ECDB67;
  }
  .l-pagetitle--about .icon {
    top: 116px;
    width: 280px;
    top: 130px;
    left: inherit;
    padding: 0;
  }
  .l-pagetitle--about .icon img {
    margin-right: 0;
  }
  .l-pagetitle--carrier .icon {
    width: 178px;
    left: auto;
    right: 0;
    top: 107px;
    margin: auto;
    text-align: right;
  }
  .l-pagetitle--carrier .icon img {
    display: inline-block;
    margin-right: 0;
  }

  .l-footer {
    padding: 40px 0;
    margin-top: 64px;
  }
  .l-footer__logo {
    text-align: center;
  }
  .l-footer__logo a {
    display: inline-block;
  }
  .l-footer__nav {
    padding: 60px 0;
  }
  .l-footer__nav ul li {
    display: block;
    margin-right: 0;
    font-size: 16px;
    margin-bottom: 30px;
  }
  .l-footer__nav ul li:last-child {
    margin-bottom: 0;
  }

  /* テキストのスタイル */
  .loading-txt {
    white-space: nowrap;
    text-align: center;
    font-size: 24px;
  }

  /* ロゴのスタイル */
  .loading-logo {
    width: 200px;
  }
}
@media screen and (max-width: 320px) {
  .f-menu .inner .info .link2 {
    text-align: center;
    margin: 56px auto;
  }
  .f-menu .inner .info .link2 a {
    display: block;
    margin-bottom: 10px;
    margin-right: auto;
    margin-left: auto;
    width: 90%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .f-menu .inner .info .link2 a:last-child {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
  }

  .l-footer__link a {
    display: block;
    margin-bottom: 10px;
    margin-right: auto;
    margin-left: auto;
    width: 90%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .l-footer__link a:last-child {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
  }
}
