@charset "UTF-8";
/* ============================================================================
INFORMATION
	release		:2018/01/15
	update		:2018/05/18		送料無料対応
STYLE INDEX
	01		:foundation
		01-1	:variable
		01-2	:mixin
		01-3	:reset
		01-4	:base
		01-5	:vender
	02		:layout
	03		:object
		03-1	:component
		03-2	:project
		03-3	:utility
	04		:js
	05		:is
	06		:overwrite
============================================================================ */
/* ============================================================================
	01		:foundation
============================================================================ */
/*	01-1	:variable
---------------------------------------------------------------------------- */
/*	01-2	:mixin
---------------------------------------------------------------------------- */
/*	01-3	:reset
---------------------------------------------------------------------------- */
/*	01-4	:base
---------------------------------------------------------------------------- */
html {
  box-sizing: border-box;
  font-size: 62.5%;
}

body {
  position: relative;
  margin: 0;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: Arial, Verdana, "Lucida Grande", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", sans-serif;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

a {
  color: #09c;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:link, a:visited, a:hover, a:active {
  color: #09c;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.clearfix, .p-yp-point__item {
  *zoom: 1;
}

.clearfix:after, .p-yp-point__item:after {
  display: table;
  clear: both;
  content: '';
}

ul {
  margin: 0;
}

h1, h2, h3, h4, h5 {
  padding: 0;
  margin: 0;
}

/*	01-5	:vender
---------------------------------------------------------------------------- */
/* ============================================================================
	02		:layout
============================================================================ */
/* ============================================================================
	03		:object
============================================================================ */
/*	03-1	:component
---------------------------------------------------------------------------- */
.c-wrapper {
  max-width: 1280px;
  margin: 0 auto;
  padding-bottom: 30px;
  box-shadow: 0 0 10px rgba(156, 156, 156, 0.5);
}

@media (min-width: 768px) {
  .c-inner {
    margin: 0 30px 50px;
  }
}
@media (max-width: 767px) {
  .c-inner {
    margin: 0 20px 50px;
  }
}

.c-anchor {
  margin-top: -50px !important;
  padding-top: 50px !important;
}

.c-module__title {
  font-size: 18px;
  font-size: 1.8rem;
  color: #0d707b;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 2px solid #37a1ad;
  margin-bottom: 1em;
  padding: 1em;
}
@media (max-width: 767px) {
  .c-module__title {
    margin-top: 10px;
  }
}
.c-module__menu {
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  .c-module__menu {
    -js-display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
@media (max-width: 767px) {
  .c-module__menu {
    list-style: disc inside;
  }
}
@media (min-width: 768px) {
  .c-module__menu__list {
    display: inline-block;
  }
}
@media (min-width: 768px) {
  .c-module__menu a {
    display: inline-block;
    padding: 1em 0 1em 1em;
  }
}
@media (max-width: 767px) {
  .c-module__menu a {
    display: inline-block;
    padding: 0.5em 0;
  }
}
@media (min-width: 768px) {
  .c-module__menu a:after {
    display: inline-block;
    content: "";
    width: 1px;
    height: 1em;
    background: #ccc;
    margin-left: 1em;
  }
}
.c-module__inner {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 4em;
  line-height: 1.5;
}
.c-module__inner p {
  margin-bottom: 1em;
}
.c-module__inner__item {
  margin-bottom: 2em;
}
.c-module__list {
  margin-bottom: 1em;
}
.c-module__list li {
  margin-bottom: 1em;
}
.c-module__list--num {
  list-style-type: decimal;
  padding-left: 1.5em;
}
.c-module__list--dot {
  list-style-type: disc;
  padding-left: 1.5em;
}
.c-module__list--kome li:before {
  content: "※";
  margin-right: 0.25em;
}
.c-module__subtitle {
  font-size: 16px;
  font-size: 1.6rem;
  color: #37a1ad;
  font-weight: bold;
  border-bottom: 1px dotted #37a1ad;
  margin-bottom: 1em;
}
.c-module__table {
  border-collapse: collapse;
  margin-bottom: 1em;
}
.c-module__table th, .c-module__table td {
  border: 1px solid #ccc;
  padding: 0.5em;
}
.c-module__table th {
  background-color: #cbfaff;
}
.c-module__point {
  color: #37a1ad;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.c-module__attention {
  border: 1px solid #f00;
  padding: 1em;
  margin-bottom: 1em;
}
.c-module__attention__title {
  color: #f00;
  font-weight: bold;
  border-bottom: 1px dotted #f00;
  padding-bottom: 0.25em;
  margin-bottom: 1em;
}
.c-module .quote dt {
  display: inline-block;
}
.c-module .quote dt:after {
  content: "・・・";
  margin: 0 0.25em;
}
.c-module .quote dd {
  display: inline;
}
.c-module__definition {
  border-bottom: 1px solid #ccc;
  margin-bottom: 2em;
  padding-bottom: 2em;
}
@media (min-width: 768px) {
  .c-module__definition {
    display: table;
    width: 100%;
  }
}
.c-module__term {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  .c-module__term {
    display: table-cell;
    width: 20%;
  }
}
@media (max-width: 767px) {
  .c-module__term {
    background: #b5e9ef;
    margin-bottom: 1em;
    padding: 0.5em;
  }
}
@media (min-width: 768px) {
  .c-module__discription {
    display: table-cell;
  }
}
.c-module__discription__item {
  margin-bottom: 2em;
}
.c-module__bank {
  margin-bottom: 2em;
}
.c-module__bank__title {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #37a1ad;
}
.c-module__bank__table {
  border-top: 1px solid #ccc;
  margin-bottom: 1em;
}
@media (max-width: 767px) {
  .c-module__bank__table {
    width: 100%;
  }
}
.c-module__bank__table tr {
  border-bottom: 1px solid #ccc;
}
.c-module__bank__table th {
  font-weight: normal;
  color: #ff5a00;
  width: 20%;
  padding: 0.5em 0;
  text-align: left;
  white-space: nowrap;
}
.c-module__bank__table td {
  padding: 0.5em 1em;
}
.c-module__hr {
  margin-bottom: 3em;
}

.c-fc--red {
  color: #f00;
}
.c-fc--orange {
  color: #ff5a00;
}

/*	03-2	:project
---------------------------------------------------------------------------- */
.p-pagelink {
  border: 1px solid #37a1ad;
  padding: 20px;
}
@media (max-width: 767px) {
  .p-pagelink {
    margin-top: 10px;
  }
}
.p-pagelink__title {
  font-size: 16px;
  font-size: 1.6rem;
  color: #37a1ad;
  font-weight: bold;
  border-bottom: 1px dotted #37a1ad;
  padding-bottom: 0.25em;
  margin-bottom: 1em;
}
.p-pagelink__list a {
  text-decoration: none;
}
@media (min-width: 768px) {
  .p-pagelink__item {
    display: inline-block;
    padding: 0.5em 1em;
  }
}
@media (max-width: 767px) {
  .p-pagelink__item {
    display: block;
    padding: 0.5em 1em 0.5em 0;
  }
}
.p-pagelink__item a {
  display: inline-block;
  color: #333;
}
.p-pagelink__item a:before {
  display: inline-block;
  content: "";
  border: 5px solid transparent;
  border-left: 5px solid #ff8922;
}
.p-pagelink__inner {
  margin-bottom: 3em;
}

.p-tujobin, .p-ogata, .p-tugata, .p-nohin {
  width: 100%;
}
.p-tujobin th, .p-tujobin td, .p-tujobin a, .p-ogata th, .p-ogata td, .p-ogata a, .p-tugata th, .p-tugata td, .p-tugata a, .p-nohin th, .p-nohin td, .p-nohin a {
  font-size: 13px;
  font-size: 1.3rem;
}

.p-nohin .speed {
  background: #ffef90;
}
.p-nohin .speedtime {
  background: #b4daff;
}

.p-yp-shipping__list {
  -js-display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.p-yp-shipping__item {
  text-align: center;
}
@media (min-width: 768px) {
  .p-yp-shipping__item {
    width: 18%;
  }
}
@media (max-width: 767px) {
  .p-yp-shipping__item {
    width: 32%;
  }
}
.p-yp-shipping a {
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
}
.p-yp-shipping__image {
  margin-bottom: 0.25em;
}

@media (min-width: 768px) {
  .p-yp-point__list {
    -js-display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .p-yp-point__item {
    width: 48%;
    margin-bottom: 2em;
  }
}
@media (max-width: 767px) {
  .p-yp-point__item {
    width: 100%;
    clear: both;
    padding: 1em 0;
    border-bottom: 1px dotted #ccc;
  }
}
.p-yp-point__title {
  color: #c6002f;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.p-yp-point__image {
  float: left;
  margin-right: 1em;
  border: solid 1px #ccc;
  padding: 10px;
}
@media (max-width: 767px) {
  .p-yp-point__image {
    width: 20%;
    min-width: 100px;
  }
}
.p-yp-point__text p {
  font-size: 13px;
  font-size: 1.3rem;
}

.p-farelist table {
  border-collapse: collapse;
  border: 2px solid #817E77;
  width: 100%;
}
.p-farelist td {
  border: 1px solid #D3CEC2;
  padding: 0.5em;
  text-align: center;
  white-space: nowrap;
  font-size: 14px;
  font-size: 1.4rem;
}

/*	03-3	:utility
---------------------------------------------------------------------------- */
.u-cf {
  *zoom: 1;
}

.u-cf:after {
  display: table;
  clear: both;
  content: '';
}

.u-fz--xs {
  font-size: 0.75em !important;
}

.u-fz--sm {
  font-size: 0.875em !important;
}

.u-fz--md {
  font-size: 1em !important;
}

.u-fz--lg {
  font-size: 1.25em !important;
}

.u-fz--xl {
  font-size: 1.5em !important;
}

.u-fz--10 {
  font-size: 10px !important;
}

.u-fz--11 {
  font-size: 11px !important;
}

.u-fz--12 {
  font-size: 12px !important;
}

.u-fz--13 {
  font-size: 13px !important;
}

.u-fz--14 {
  font-size: 14px !important;
}

.u-fz--15 {
  font-size: 15px !important;
}

.u-fz--16 {
  font-size: 16px !important;
}

.u-fz--17 {
  font-size: 17px !important;
}

.u-fz--18 {
  font-size: 18px !important;
}

.u-fz--19 {
  font-size: 19px !important;
}

.u-fz--20 {
  font-size: 20px !important;
}

.u-fw--n {
  font-weight: normal !important;
}

.u-fw--b {
  font-weight: bold !important;
}

.u-fw--100 {
  font-weight: 100 !important;
}

.u-fw--200 {
  font-weight: 200 !important;
}

.u-fw--300 {
  font-weight: 300 !important;
}

.u-fw--400 {
  font-weight: 400 !important;
}

.u-fw--500 {
  font-weight: 500 !important;
}

.u-fw--600 {
  font-weight: 600 !important;
}

.u-fw--700 {
  font-weight: 700 !important;
}

.u-fw--800 {
  font-weight: 800 !important;
}

.u-fw--900 {
  font-weight: 900 !important;
}

.u-ta--l {
  text-align: left !important;
}

.u-ta--r {
  text-align: right !important;
}

.u-ta--c {
  text-align: center !important;
}

.u-td--n {
  text-decoration: none !important;
}

.u-td--u {
  text-decoration: underline !important;
}

.u-td--o {
  text-decoration: overline !important;
}

.u-ti--0 {
  text-indent: 0 !important;
}

.u-ti--9999 {
  text-indent: -9999px !important;
}

.u-fl--n {
  float: none !important;
}

.u-fl--r {
  float: right !important;
}

.u-fl--l {
  float: left !important;
}

.u-cl--n {
  clear: none !important;
}

.u-cl--r {
  clear: right !important;
}

.u-cl--l {
  clear: left !important;
}

.u-cl--b {
  clear: both !important;
}

.u-pos--s {
  position: static !important;
}

.u-pos--r {
  position: relative !important;
}

.u-pos--a {
  position: absolute !important;
}

.u-pos--f {
  position: fixed !important;
}

.u-t--a {
  top: auto !important;
}

.u-t--0 {
  top: 0 !important;
}

.u-r--a {
  right: auto !important;
}

.u-r--0 {
  right: 0 !important;
}

.u-b--a {
  bottom: auto !important;
}

.u-b--0 {
  bottom: 0 !important;
}

.u-l--a {
  left: auto !important;
}

.u-l--0 {
  left: 0 !important;
}

.u-z--a {
  z-index: auto !important;
}

.u-z--0 {
  z-index: 0 !important;
}

.u-z--1 {
  z-index: 1 !important;
}

.u-z--2 {
  z-index: 2 !important;
}

.u-z--3 {
  z-index: 3 !important;
}

.u-z--4 {
  z-index: 4 !important;
}

.u-z--5 {
  z-index: 5 !important;
}

.u-z--6 {
  z-index: 6 !important;
}

.u-z--999 {
  z-index: 999 !important;
}

.u-va--t {
  vertical-align: top !important;
}

.u-va--m {
  vertical-align: middle !important;
}

.u-va--b {
  vertical-align: bottom !important;
}

.u-d--tb {
  display: table !important;
}

.u-d--tbc {
  display: table-cell !important;
}

.u-d--b {
  display: block !important;
}

.u-d--ib {
  display: inline-block !important;
}

.u-d--n {
  display: none !important;
}

.u-mt--0 {
  margin-top: 0 !important;
}

.u-mt--auto {
  margin-top: auto !important;
}

.u-mt--sm {
  margin-top: 0.5rem !important;
}

.u-mt--md {
  margin-top: 1rem !important;
}

.u-mt--lg {
  margin-top: 1.5rem !important;
}

.u-mt--xl {
  margin-top: 3rem !important;
}

.u-mr--0 {
  margin-right: 0 !important;
}

.u-mr--auto {
  margin-right: auto !important;
}

.u-mr--sm {
  margin-right: 0.5rem !important;
}

.u-mr--md {
  margin-right: 1rem !important;
}

.u-mr--lg {
  margin-right: 1.5rem !important;
}

.u-mr--xl {
  margin-right: 3rem !important;
}

.u-mb--0 {
  margin-bottom: 0 !important;
}

.u-mb--auto {
  margin-bottom: auto !important;
}

.u-mb--sm {
  margin-bottom: 0.5rem !important;
}

.u-mb--md {
  margin-bottom: 1rem !important;
}

.u-mb--lg {
  margin-bottom: 1.5rem !important;
}

.u-mb--xl {
  margin-bottom: 3rem !important;
}

.u-ml--0 {
  margin-left: 0 !important;
}

.u-ml--auto {
  margin-left: auto !important;
}

.u-ml--sm {
  margin-left: 0.5rem !important;
}

.u-ml--md {
  margin-left: 1rem !important;
}

.u-ml--lg {
  margin-left: 1.5rem !important;
}

.u-ml--xl {
  margin-left: 3rem !important;
}

.u-pt--0 {
  padding-top: 0 !important;
}

.u-pt--auto {
  padding-top: auto !important;
}

.u-pt--sm {
  padding-top: 0.5rem !important;
}

.u-pt--md {
  padding-top: 1rem !important;
}

.u-pt--lg {
  padding-top: 1.5rem !important;
}

.u-pt--xl {
  padding-top: 3rem !important;
}

.u-pr--0 {
  padding-right: 0 !important;
}

.u-pr--auto {
  padding-right: auto !important;
}

.u-pr--sm {
  padding-right: 0.5rem !important;
}

.u-pr--md {
  padding-right: 1rem !important;
}

.u-pr--lg {
  padding-right: 1.5rem !important;
}

.u-pr--xl {
  padding-right: 3rem !important;
}

.u-pb--0 {
  padding-bottom: 0 !important;
}

.u-pb--auto {
  padding-bottom: auto !important;
}

.u-pb--sm {
  padding-bottom: 0.5rem !important;
}

.u-pb--md {
  padding-bottom: 1rem !important;
}

.u-pb--lg {
  padding-bottom: 1.5rem !important;
}

.u-pb--xl {
  padding-bottom: 3rem !important;
}

.u-pl--0 {
  padding-left: 0 !important;
}

.u-pl--auto {
  padding-left: auto !important;
}

.u-pl--sm {
  padding-left: 0.5rem !important;
}

.u-pl--md {
  padding-left: 1rem !important;
}

.u-pl--lg {
  padding-left: 1.5rem !important;
}

.u-pl--xl {
  padding-left: 3rem !important;
}

.u-op--0 {
  opacity: 0 !important;
}

.u-op--10 {
  opacity: 0.1 !important;
}

.u-op--20 {
  opacity: 0.2 !important;
}

.u-op--30 {
  opacity: 0.3 !important;
}

.u-op--40 {
  opacity: 0.4 !important;
}

.u-op--50 {
  opacity: 0.5 !important;
}

.u-op--60 {
  opacity: 0.6 !important;
}

.u-op--70 {
  opacity: 0.7 !important;
}

.u-op--80 {
  opacity: 0.8 !important;
}

.u-op--90 {
  opacity: 0.9 !important;
}

.u-op--100 {
  opacity: 1 !important;
}

/* ============================================================================
	04		:js
============================================================================ */
/* ============================================================================
	05		:is
============================================================================ */
@media (min-width: 1300px) {
  .is-hidden--xl {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .is-hidden--l {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .is-hidden--ml {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .is-hidden--m {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .is-hidden--sm {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .is-hidden--s {
    display: none !important;
  }
}
@media (max-width: 568px) {
  .is-hidden--xs {
    display: none !important;
  }
}

@media (min-width: 1300px) {
  .is-visible--xl {
    display: block !important;
  }
}
@media (min-width: 992px) {
  .is-visible--l {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .is-visible--ml {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .is-visible--m {
    display: block !important;
  }
}
@media (max-width: 991px) {
  .is-visible--sm {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .is-visible--s {
    display: block !important;
  }
}
@media (max-width: 568px) {
  .is-visible--xs {
    display: block !important;
  }
}

.is-bgcolored--yl {
  background: #ffe484 !important;
}

/* ============================================================================
	06		:overwrite
============================================================================ */
.head.pcContents {
  height: auto;
  margin-bottom: 30px;
  padding: 10px 20px;
  border-bottom: 1px solid #ccc;
}

.move-page-top {
  color: #fff !important;
}

.mainContainer a {
  text-decoration: underline;
}

.is-sp .fixed-solution .sticky-table-header {
  margin-top: 50px;
}

.dl-table {
  font-size: 14px;
  font-size: 1.4rem;
}
.dl-table p {
  font-size: 14px;
  font-size: 1.4rem;
}
.dl-table dl {
  width: 100%;
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  .dl-table dl {
    display: table;
    border-bottom: 1px solid #ccc;
    padding-bottom: 1em;
  }
}
@media (max-width: 767px) {
  .dl-table dl {
    border-bottom: 1px solid #ccc;
    padding-bottom: 1em;
  }
}
@media (min-width: 768px) {
  .dl-table dt {
    width: 30%;
    display: table-cell;
  }
}
@media (max-width: 767px) {
  .dl-table dt {
    font-weight: bold;
  }
}
@media (min-width: 768px) {
  .dl-table dd {
    padding-left: 20px;
    display: table-cell;
  }
}

.store_manage_medical-image {
  -js-display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.toujitsu_ex01 {
  margin-bottom: 2em;
}
.toujitsu_ex01 .extit01 {
  background: #00ada7;
  color: #fff;
  padding: 5px 10px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.toujitsu_ex01 .extit02 {
  color: #00ada7;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  padding: 5px 10px;
  border: 3px solid #00ada7;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.toujitsu_ex02 {
  margin-bottom: 2em;
}
.toujitsu_ex02 .extit01 {
  background: #4e8dcb;
  color: #fff;
  padding: 5px 10px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.toujitsu_ex02 .extit02 {
  color: #4e8dcb;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  padding: 5px 10px;
  border: 3px solid #4e8dcb;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.details-select-time li:before {
  content: "\025CF";
  display: inline-block;
  color: #ff5a00;
}

.con_left {
  width: 195px;
}

.tdy_ext dl {
  -js-display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  line-height: 1.6em;
}

.tdy_ext dt {
  width: 7em;
}

.tdy_ext dd {
  text-align: right;
  width: -webkit-calc( 100% - 7em );
  width: calc( 100% - 7em );
}

.tdy_ext_sum {
  border-top: 1px dashed;
  margin-top: 5px;
  padding-top: 5px;
}

.infobutton a {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  padding: 0.5em 2em;
  text-decoration: none;
  color: #fff;
  border: 1px solid #2b7db7;
  border-radius: 5px;
  background-color: #2ebfe8;
  background-image: -moz-linear-gradient(top, #2ebfe8 0%, #2b7db7 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2ebfe8), color-stop(100%, #2b7db7));
  background-image: -webkit-linear-gradient(top, #2ebfe8 0%, #2b7db7 100%);
  background-image: -o-linear-gradient(top, #2ebfe8 0%, #2b7db7 100%);
  background-image: -ms-linear-gradient(top, #2ebfe8 0%, #2b7db7 100%);
  background-image: linear-gradient(to bottom, #2ebfe8 0%, #2b7db7 100%);
}
@media (min-width: 768px) {
  .infobutton a {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .infobutton a {
    display: block;
  }
}

div.head h1 {
  width: auto;
  max-width: 1280px;
  white-space: nowrap;
  overflow: hidden;
}
