@charset "UTF-8";

/* ===============================
	共通スタイル
=============================== */
/* サブセクション */
.sub-title {
  font-weight: 500;
  background: #e6e6e6;
}

.sub-section .ttl {
  font-weight: 500;
}

/* 製品概要・フォトギャラリー */
ul.gallery-thumbs li {
  border: solid 1px #d9d9d9;
}

ul.gallery-thumbs li.active {
  border: solid 2px #535353;
  pointer-events: none;
}

ul.list-prod-colors li a.active {
  border: solid 1px #535353;
  pointer-events: none;
}

.gallery-outer {
  position: relative;
}

.gallery-container .hint {
  display: none;
}

.gallery-container .swiper-slide .title {
  padding: 0.5em 0;
  font-size: 1.4rem;
  text-align: center;
}

ul.gallery-thumbs {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1em;
}

ul.gallery-thumbs li {
  width: 15%;
  margin-top: 1rem;
  margin-left: 2%;
}

ul.gallery-thumbs li:nth-child(-n + 6) {
  margin-top: 0;
}

ul.gallery-thumbs li:nth-child(6n-5) {
  margin-left: 0;
}

ul.gallery-thumbs li a {
  display: block;
  cursor: pointer;
}

/* 製品概要・製品カラー */
.prod-colors .pcolor {
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  margin-right: 0.5rem;
  background: #fff;
  border: solid 1px #a2a2a2;
  border-radius: 50%;
}

.prod-colors .pcolor.black {
  background: #000;
}

.prod-colors .pcolor.silver {
  background: #b4b4b4;
}

.prod-colors .pcolor.red {
  background: #be000b;
}

.prod-colors .pcolor.vn83ax {
  background: #99bbd5;
}

.prod-colors .pcolor.red2 {
  background: #cb183d;
}

.prod-colors .pcolor.blue {
  background: #00b0f0;
}

.prod-colors .pcolor.iceblue {
  background: #79cad8;
}

.prod-colors .pcolor.blue2 {
  background: #344568;
}

.prod-colors .pcolor.pink {
  background: #ffccff;
}

.prod-colors .pcolor.orange {
  background: #f2903a;
}

.prod-colors .pcolor.yellow {
  background: #fecb26;
}

.prod-colors .pcolor.green {
  background: #53cdb5;
}

.prod-colors .pcolor.gold {
  background: #e3d1bd;
}

.prod-colors .pcolor.brown {
  background: #7f352d;
}

/*PaleToneColor*/
.prod-colors .pcolor.ptgx {
  background: #acd8cd;
}

.prod-colors .pcolor.ptbx {
  background: #3c4142;
}

.prod-colors .pcolor.pthx {
  background: #d7d7d4;
}

.prod-colors .pcolor.ptcx {
  background: #e8ddca;
}

.prod-colors .pcolor.ptpx {
  background: #fad6d8;
}

.prod-colors .pcolor.ptvx {
  background: #dbc6e0;
}

.prod-colors .pcolor.ptyx {
  background: #fcd16d;
}

/* 発売予定 */
.red-yotei {
  color: red;
  padding-left: 1.4rem;
}

/* 仕様ボタン */
a.btn-spec {
  background: #535353;
  color: #fff;
  display: inline-block;
  padding: 0.5em 0.75em 0.5em 1.5em;
  font-size: 1.6rem;
  line-height: 1;
  text-align: center;
  position: relative;
  text-decoration: none;
}

a.btn-spec.recipe {
  margin: 1.5em 0 0 0;
}

a.btn-spec::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0.5em;
  margin-top: -0.5em;
}

#about .base-width {
  border-bottom: solid 1px #d9d9d9;
  padding-bottom: 6rem;
}

/* おすすめ特長 */
#features .sub-item .img .img0.has-img-caption {
  margin-bottom: 0;
}

#features .sub-item .img-caption-right {
  min-height: 1.5em;
  text-align: right;
}

/* 電卓キー説明 */
#features .example {
  display: inline-block;
  padding: 0.5em;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  background: #000;
  color: #fff;
  border: solid 1px #000;
  border-radius: 1.8rem;
  margin-top: 1.3rem;
  /*margin-top: 0.5rem;
	margin-right: 0.3rem;*/
}

ul.list-prod-key li {
  display: inline-block;
  padding: 0.3em;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
  background: #fff;
  color: #000;
  border: solid 1px #535353;
  border-radius: 0.5rem;
  margin-top: 0.5rem;
  /*margin-top: 0.5em;*/
  margin-right: 0.5rem;
}

ul.list-prod-display li {
  display: inline-block;
  padding: 0.3em;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
  background: #fff;
  color: #000;
  border: solid 1px #535353;
  /*border-radius: 0.5rem;*/
  margin-top: 0.5rem;
  /*margin-top: 0.5em;*/
  margin-right: 0.5rem;
}

ul.base-width {
  border-bottom: solid 1px #d9d9d9;
  padding-left: 0px;
  padding-bottom: 1.8rem;
}

/* ====================================
	スマートフォン専用スタイル
===================================== */
@media only screen and (max-width: 767px) {

  /* フレックスコンテナ・イメージテキスト */
  .flex-container.img-text {
    justify-content: space-between;
  }

  .flex-container.img-text > .flex-img {
    width: 30%;
  }

  .flex-container.img-text > .flex-text {
    width: 65%;
  }

  /* 製品ロゴアイコン */
  ul.list-logo-icons {
    margin-top: 1em;
  }

  ul.list-logo-icons li {
    height: 4.5rem;
    margin-right: 2%;
  }

  ul.list-logo-icons li img {
    width: auto;
    height: 100%;
  }

  /* 製品ピクト */
  ul.list-pict-icons {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    margin-top: 3rem;
  }

  ul.list-pict-icons li {
    height: 4rem;
    margin-bottom: 1%;
    margin-right: 1%;
    /*margin-bottom: 2%;
		margin-right: 2%;*/
  }

  ul.list-pict-icons li.large {
    height: 5rem;
    margin-right: 4%;
  }

  ul.list-pict-icons li.small {
    height: 3rem;
  }

  ul.list-pict-icons li img {
    width: auto;
    height: 100%;
  }

  ul.list-pict-icons li sup {
    top: -1em;
  }

  ul.list-pict-icons li.el_siaa {
    height: 100%;
    font-size: 1.2rem;
    text-align: center;
    color: #009d96;
  }

  ul.list-pict-icons li.el_pythagoras01 {
    height: 100%;
    margin-right: 4%;
  }

  /* SIAAピクト */
  ul.siaa-pict-icons {
    display: flex;
    flex-wrap: wrap;
    /*align-items: flex-end;*/
    margin-top: 3rem;
  }

  ul.siaa-pict-icons li {
    height: 4rem;
    margin-bottom: 1%;
    margin-right: 1%;
    /*margin-bottom: 2%;
		margin-right: 2%;*/
  }

  ul.siaa-pict-icons li.large {
    height: 5rem;
    margin-right: 4%;
  }

  ul.siaa-pict-icons li.small {
    height: 3rem;
  }

  ul.siaa-pict-icons li img {
    width: auto;
    height: 100%;
  }

  ul.siaa-pict-icons li sup {
    top: -1em;
  }

  ul.siaa-pict-icons li.el_siaa01 {
    height: 100%;
    font-size: 1.2rem;
    text-align: center;
    color: #009d96;
    margin-right: 4%;
  }

  ul.siaa-pict-icons li.el_siaa02 {
    height: 100%;
    font-size: 1.2rem;
    text-align: center;
    color: #e50038;
    margin-right: 4%;
  }


  /* サブセクション */
  .sub-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sub-title {
    margin-bottom: 3rem;
    padding: 0.2em 0;
    font-size: 1.8rem;
    text-align: center;
  }

  /* 製品概要 */
  #about {
    padding-bottom: 0;
  }

  #about .about-title {
    font-size: 2rem;
    font-weight: 500;
  }

  #aboutMain .about-title {
    font-size: 2rem;
    font-weight: 500;
  }

  /* 製品概要・基本情報 */
  ul.list-prod-about {
    margin-top: 1em;
  }

  ul.list-prod-about li .sub-text {
    font-size: 1.2rem;
  }

  ul.list-prod-about li.prod-category {
    font-size: 1.3rem;
  }

  ul.list-prod-about li.product-name {
    font-size: 2.2rem;
    font-weight: 700;
  }

  ul.list-prod-about li.product-name .open-price {
    margin-left: 0.5em;
    font-size: 1.4rem;
    font-weight: 300;
  }

  /* 製品概要・製品カラー */
  ul.list-prod-colors {
    margin-top: 1rem;
    display: flex;
    flex-wrap: wrap;
  }

  ul.list-prod-colors li {
    margin-right: 0.5em;
    margin-bottom: 0.5em;
  }

  ul.list-prod-colors li:last-child {
    margin-right: 0;
  }

  ul.list-prod-colors li a {
    display: flex;
    align-items: center;
    padding: 0.2em 0.8em;
    font-size: 1.2rem;
    border: solid 1px #d9d9d9;
    text-decoration: none;
    cursor: pointer;
  }

  /* 仕様ボタン */
  a.btn-spec {
    margin-top: 4rem;
  }

  /* 製品概要・製品情報 */
  ul.list-prod-info {
    margin-top: 1em;
    border-bottom: solid 1px #bfbfbf;
  }

  ul.list-prod-info li {
    padding: 0.5em 0;
    border-top: solid 1px #bfbfbf;
  }

  /* おすすめ特長 */
  #features {
    border-top: none;
  }

  #features .sub-item {
    margin-top: 4rem;
    padding-top: 4rem;
    font-size: 1.5rem;
    border-top: dashed 1px #d9d9d9;
  }

  #features .sub-item:first-of-type {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }

  #features .sub-item .img {
    margin-bottom: 1em;
    /*電卓特長枠*/
    border: solid 1px #d9d9d9;
  }

  #features .img0 {
    margin-bottom: 1em;
    /*電卓特長枠無*/
  }

  #features .sub-item .ttl {
    font-size: 1.8rem;
  }

  #features .sub-item .text {
    margin-top: 0.5em;
  }

  /* 電卓説明画像が下の時 */
  #features .sub-item .text02 {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  /* 電卓例文 */
  #features .sub-item .text03 {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    font-size: 1.6rem;
    font-weight: 700;
  }

  #features .sub-item .text04 {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    font-size: 1.6rem;
    font-weight: 400;
  }

  .other-feature {
    margin-top: 4rem;
    padding-top: 4rem;
    font-size: 1.5rem;
    border-top: dashed 1px #d9d9d9;
  }

  .other-feature .flex-container {
    margin-top: 2rem;
  }

  .other-feature .ttl {
    font-size: 1.8rem;
  }

  ul.list-other-feature {
    padding-left: 2.2rem;
  }

  ul.list-other-feature li {
    margin-top: 0.5em;
    text-indent: -2.2rem;
  }

  ul.list-other-feature li:first-child {
    margin-top: 0;
  }

  /* おすすめ特長・概要バージョン */
  .features-about > .flex-item {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: dashed 1px #d9d9d9;
  }

  .features-about > .flex-item:first-of-type {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }

  .features-about .ttl {
    font-size: 1.8rem;
  }

  .features-about .text {
    margin-top: 1em;
    font-size: 1.5rem;
  }

  /* おすすめ特長・詳しく見るバナー */
  #features .btn-arrow {
    display: block;
    margin: 4rem 0 0;
  }

  /* ポップアップ動画 */
  .popup-movie {
    margin-top: 3rem;
  }

}

/* ====================================
	PC&タブレット、印刷専用スタイル
===================================== */
@media print,
screen and (min-width: 768px) {

  /* フレックスコンテナ・イメージテキスト */
  .flex-container.img-text {
    justify-content: space-between;
  }

  .flex-container.img-text > .flex-img {
    width: 30%;
  }

  .flex-container.img-text > .flex-text {
    width: 65%;
  }

  /* 製品ロゴアイコン */
  ul.list-logo-icons {
    margin: 0 0 1rem;
  }

  ul.list-logo-icons li {
    height: 6rem;
    margin-right: 2%;
  }

  ul.list-logo-icons li img {
    width: auto;
    height: 100%;
  }

  /* 製品ピクト */
  ul.list-pict-icons {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    margin-top: 3rem;
  }

  ul.list-pict-icons li {
    height: 4rem;
    margin-bottom: 1%;
    margin-right: 1%;
    /*margin-bottom: 2%;
		margin-right: 2%;*/
  }

  ul.list-pict-icons li.large {
    height: 5rem;
    margin-right: 4%;
  }

  ul.list-pict-icons li.small {
    height: 3rem;
  }

  ul.list-pict-icons li img {
    width: auto;
    height: 100%;
  }

  ul.list-pict-icons li sup {
    top: -1em;
  }

  ul.list-pict-icons li.el_siaa {
    height: 100%;
    font-size: 1.2rem;
    text-align: center;
    color: #009d96;
  }

  ul.list-pict-icons li.el_pythagoras01 {
    height: 100%;
    margin-right: 4%;
  }

  /* SIAAピクト */
  ul.siaa-pict-icons {
    display: flex;
    flex-wrap: wrap;
    /*align-items: flex-end;*/
    margin-top: 3rem;
  }

  ul.siaa-pict-icons li {
    height: 4rem;
    margin-bottom: 1%;
    margin-right: 1%;
    /*margin-bottom: 2%;
		margin-right: 2%;*/
  }

  ul.siaa-pict-icons li.large {
    height: 5rem;
    margin-right: 4%;
  }

  ul.siaa-pict-icons li.small {
    height: 3rem;
  }

  ul.siaa-pict-icons li img {
    width: auto;
    height: 100%;
  }

  ul.siaa-pict-icons li sup {
    top: -1em;
  }

  ul.siaa-pict-icons li.el_siaa01 {
    height: 100%;
    font-size: 1.2rem;
    text-align: center;
    color: #009d96;
    margin-right: 4%;
  }

  ul.siaa-pict-icons li.el_siaa02 {
    height: 100%;
    font-size: 1.2rem;
    text-align: center;
    color: #e50038;
    margin-right: 4%;
  }

  /* サブセクション */
  .sub-section {
    padding-top: 6rem;
  }

  .sub-title {
    margin-bottom: 72px;
    padding: 0.2em 0;
    font-size: 1.8rem;
    text-align: center;
  }

  /* 製品概要 */
  #aboutMain .about-title {
    font-size: 3.6rem;
    font-weight: 500;
    padding-bottom: 3rem;
  }

  #aboutMain .about-title sup {
    font-size: 50%;
    top: -0.8em;
  }

  /* 製品概要・フォトギャラリー */
  .gallery-button-next,
  .gallery-button-prev {
    width: 30px;
    height: 80px;
    margin-top: -50px;
  }

  /* 製品概要・基本情報 */
  ul.list-prod-about {}

  ul.list-prod-about li {}

  ul.list-prod-about li.prod-category {
    font-size: 1.4rem;
  }

  ul.list-prod-about li .sub-text {
    font-size: 1.4rem;
  }

  ul.list-prod-about li.product-name {
    font-size: 2.8rem;
    font-weight: 700;
  }

  ul.list-prod-about li .open-price {
    margin-left: 0.5em;
    font-size: 1.6rem;
    font-weight: 300;
  }

  /* 製品概要・製品カラー */
  ul.list-prod-colors {
    margin-top: 1rem;
    display: flex;
    flex-wrap: wrap;
  }

  ul.list-prod-colors li {
    margin-right: 0.5em;
    margin-bottom: 0.5em;
  }

  ul.list-prod-colors li:last-child {
    margin-right: 0;
  }

  ul.list-prod-colors li a {
    display: flex;
    align-items: center;
    padding: 0.2em 0.8em;
    font-size: 1.2rem;
    border: solid 1px #d9d9d9;
    text-decoration: none;
    cursor: pointer;
  }

  /* 仕様ボタン */
  a.btn-spec {
    margin-top: 4rem;
  }

  /* 製品概要・製品情報 */
  ul.list-prod-info {
    margin-top: 1em;
    border-bottom: solid 1px #bfbfbf;
  }

  ul.list-prod-info li {
    padding: 0.5em 0;
    border-top: solid 1px #bfbfbf;
    font-size: 1.4rem;
  }

  /* おすすめ特長 */
  #features {
    padding-bottom: 8rem;
  }

  #features.sub-section {
    padding-top: 9rem;
  }

  #features .sub-item {
    padding-top: 4rem;
    padding-bottom: 4rem;
    font-size: 1.6rem;
    border-bottom: dashed 1px #d9d9d9;
    position: relative;
  }

  #features .sub-item:nth-of-type(-n+2) {
    padding-top: 0;
  }

  #features .ttl {
    font-size: 2rem;
  }

  #features .text {
    margin-top: 1em;
  }

  /* 電卓説明画像が下の時 */
  #features .text02 {
    margin-top: 1em;
    margin-bottom: 1em;
  }

  /* 電卓例文 */
  #features .text03 {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    font-size: 1.6rem;
    font-weight: 700;
  }

  #features .text04 {
    margin-top: 1em;
    margin-bottom: 1em;
    font-size: 1.6rem;
    font-weight: 400;
  }

  #features .img {
    margin-bottom: 1em;
    /*電卓特長枠*/
    border: solid 1px #d9d9d9;
  }

  #features .img0 {
    margin-bottom: 1em;
    /*電卓特長枠無*/
  }

  #features .sub-item.other-feature {
    padding-top: 4rem;
    padding-bottom: 4rem;
    border-bottom: none;
  }

  .other-feature .ttl {
    font-size: 2rem;
  }

  ul.list-other-feature {
    margin-top: 1em;
  }

  ul.list-other-feature li {
    margin-top: 0.5em;
  }

  ul.list-other-feature li:first-child {
    margin-top: 0;
  }

  /* おすすめ特長・概要バージョン */
  .features-about > .flex-item {
    margin-top: 6rem;
  }

  .features-about > .flex-item:nth-of-type(-n+2) {
    margin-top: 0;
  }

  .features-about .ttl {
    font-size: 2rem;
  }

  .features-about .text {
    margin-top: 1em;
  }

  /* おすすめ特長・詳しく見るバナー */
  #features .btn-arrow {
    display: block;
    width: 380px;
    margin: 8rem auto 0;
    font-size: 1.8rem;
    line-height: 1.4;
  }

  /* ポップアップ動画 */
  .popup-movie {
    max-width: 400px;
    margin-top: 4rem;
  }

}

/* ====================================
	PC専用スタイル
===================================== */
@media screen and (min-width: 767px) {

  /* 製品概要・フォトギャラリー */
  .gallery-container .hint {
    font-size: 0.8em;
    text-align: center;
    display: inherit;
  }

  /* 拡大鏡 */
  .zoomContainer {
    z-index: 1;
  }

  .zoomWindow {
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.6);
  }
}

/* ===============================
	電卓追加
=============================== */


.mt-10 {
  margin-top: -10px !important;
}

.mt-5 {
  margin-top: -5px !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mt5 {
  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;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb3 {
  margin-bottom: 3px !important;
}

.mb5 {
  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;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.ml2 {
  margin-left: 2px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.ml100 {
  margin-left: 100px !important;
}

/* ===============================
	アイコンウィンドウ調整
=============================== */
@media only screen and (max-width: 767px) {
  .fancybox-wrap {
    top: 50px !important;
    left: 20px !important;
  }

  .fancybox-close {
    top: -40px !important;
    right: 0 !important;
  }

}

/* ===============================
	旧機種用
=============================== */
@media print,
screen and (min-width: 768px) {
  #features .oldtype .sub-item:nth-of-type(-n+2) {
    padding-top: 4rem;
  }

  #features .oldtype .img {
    float: right;
    margin-left: 2rem;
    margin-top: 1.7rem;
  }

  #features .oldtype .text03 {
    clear: both;
    margin-top: 4rem;
  }

  .img_l {
    width: 100%;
    margin: 0 0 0 auto;
  }

  .img_s {
    width: 600px;
    margin: 1rem auto 1rem 0;
  }

  .kyouiku_btn {
    width: 100%;
  }

  .kyouiku_btn img {
    width: 60%;
  }

}

@media only screen and (max-width: 767px) {
  #features .oldtype .img {
    float: none !important;
    width: 100%;
  }

  #features .oldtype .sub-item .ttl {
    margin-bottom: 1.8rem;
  }

  #features .oldtype .sub-item .img {
    float: none !important;
    width: 100%;
    margin-top: 1rem;
  }

  #features .oldtype .text03 {
    margin-top: 2rem;
    margin-bottom: 1rem;

  }

  .img_l {
    width: 100%;
  }

  .img_s {
    width: 100%;
  }

  .kyouiku_btn img {
    width: 80%;
  }
}

/* 追記 ========================================== */
.prod-item .product-name2 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: .2em;

}

.prod-item .product-name2 span {
  font-size: 1.4rem;
}

.prod-item .product-name2 span {
  margin-left: .5em;
  font-size: 1.2rem;
  font-weight: 300;
}

.prod-item .product-name2 span {
  font-size: 1.4rem;
}

.zaiko2 {
  display: inline-block;
  padding: 0 0.5em;
  font-size: 1.2rem;
  font-weight: normal;
  color: #E6000D;
  border: solid 1px #E6000D;
  position: relative;
  top: -0.25em;
  margin-left: 1em;
}

@media only screen and (max-width: 767px) {
  .prod-item .product-name2 span.open-price2 {
    display: block;
    margin-bottom: 5px;
  }

  .zaiko2 {
    top: .25em;
  }

}
