@charset "UTF-8";
/* *****共通設定***** */
/*配色パターン1*/
@keyframes move-y {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(5px);
  }
}
body {
  font-family: "Roboto Condensed", Calibri, sans-serif;
  line-height: 1.2;
}

.signup #contents,
.register #contents {
  background: #def1b0;
  background: linear-gradient(146deg, #def1b0 0%, #def1b0 40%, #bfeca5 100%);
}
.signup #contents .container,
.register #contents .container {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 1rem;
  padding: 2.5rem 2rem 2rem;
}

main {
  display: block;
}

section {
  padding: 2rem 0;
}

img, object {
  width: 100%;
  max-width: 100%;
}

a {
  text-decoration: none;
  color: #212529;
  transition: all 0.3s;
}
a:hover {
  color: #1E7C67;
  opacity: 1;
}

.txt-r {
  text-align: right;
}

.txt-c {
  text-align: center;
}

.txt-bigger {
  font-size: 130%;
}

.txt-b {
  font-weight: bold;
}

.txt-em {
  font-weight: bold;
  color: #eb4f13;
}

#contents {
  letter-spacing: 0.05rem;
}

.page-title {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 2rem;
}
.page-title p {
  padding-bottom: 2rem;
  margin-bottom: 0;
  position: relative;
  letter-spacing: 0.2rem;
}
.page-title p.top {
  padding-bottom: 1rem;
  font-size: medium;
}
.page-title p:before {
  content: "";
  width: 50px;
  height: 2px;
  background-color: #1E7C67;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

/* ヘッダー */
#header {
  background-color: rgba(255, 255, 255, 0.8);
}
#header .nav-item:hover,
#header .nav-item a.active {
  background-color: #06C755;
}
#header .nav-item a {
  height: 100%;
}
#header .nav-item a:hover,
#header .nav-item a.active {
  color: white;
}

.navbar {
  height: 66px;
}
.navbar .navbar-collapse {
  flex-grow: 0;
}
.navbar .navbar-brand {
  height: 50px;
}
.navbar .navbar-brand img {
  width: 140px;
}

.nav-item {
  text-align: center;
  width: 90px;
  letter-spacing: 0px;
  border-radius: 7px;
}
.nav-item span, .nav-item a {
  display: block;
}
.nav-item .icon {
  font-size: 2rem;
}
.nav-item .nav-title {
  font-size: 0.7rem;
}

@media (max-width: 767.98px) {
  .navbar .nav-item {
    width: auto;
    text-align: left;
  }
  .navbar .nav-item a {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    padding: 1.5rem 0;
    border-bottom: 1px solid #dee2e6;
    position: relative;
  }
  .navbar .nav-item a:before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 2rem;
    height: 1px;
    background-color: #1E7C67;
  }
  .navbar .nav-item .nav-title {
    font-size: 1rem;
    vertical-align: middle;
  }
  .navbar .nav-item .icon {
    vertical-align: middle;
    margin-right: 0.5rem;
  }

  .nav-link span {
    display: inline-block;
  }

  .navbar-collapse {
    background-color: #FFFFFF;
    position: absolute;
    top: 66px;
    left: 0;
    width: 100%;
    border-right: 1px solid #dee2e6;
    border-left: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    border-radius: 0 0 1rem 1rem;
    padding: 1.5rem 0;
  }
  .fv-inner img {
    padding: 0 !important;
  }
  .mp-table th, .mp-table td {
    min-width: 135px !important;
  }
  .delivery_info {
    margin-top: 10px;
  }
  .about-us {
    padding: 10px !important;
  }
  .mypage-btn-box {
    display: inline-grid;
  }
  .mypage .mypage-btn-box .btn-content {
    width: 100% !important;
  }
  .item-title {
    min-height: 8.5rem;
  }
  .detail-thumb {
    width: 7rem !important;
  }
  .detail-thumb div {
    font-size: 11px;
  }
  .variable-size-txt {
    font-size: 12px;
    word-break: break-word;
  }
}
.nav-link:hover {
  color: #06C755;
}

.active > .nav-link {
  color: #1E7C67;
}

.signup .nav-item, .register .nav-item {
  width: auto;
}

/* パンくず */
#breadcrumb-wrapper {
  background: #def1b0;
  background: linear-gradient(146deg, #def1b0 0%, #def1b0 40%, #06C755 100%);
  font-size: 0.75rem;
  line-height: 150%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.breadcrumb {
  margin-bottom: 0;
}

/* ページネーション */
.pagination {
  justify-content: center;
}

.page-link {
  color: #06C755;
}
.page-link:hover {
  color: #06C755;
}

.active > .page-link {
  background-color: #06C755;
  border-color: #06C755;
}
.active > .page-link:hover {
  color: #ffffff;
}

/* ボタン */
.btn {
  margin: 1rem 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.btn.btn-secondary {
  background-color: #06C755;
  border-color: #06C755;
}
.btn.btn-secondary:hover {
  background-color: #1E7C67;
  border-color: #1E7C67;
}

.btn.btn-outline-info {
  border-color: #1E7C67 !important;
  color: #1E7C67 !important;
}
.btn.btn-outline-info:hover {
  background-color: #1E7C67 !important;
  color: #ffffff !important;
}

.input-group .btn {
  margin: 0;
  line-height: 0;
}

.detail-info .btn {
  margin: 0.5rem 0;
}

.modal-footer .btn,
.delivery_info .btn {
  margin: 0 0.1rem;
  width: 100px;
  line-height: 1rem;
}

.btn-single {
  width: 100%;
}

@media (min-width: 992px) {
  .signup .btn-single,
  .register .btn-single,
  .mypage .btn-single,
  .inquiry .btn-single {
    width: 50%;
    margin-right: auto;
    margin-left: auto;
    display: block;
  }
  .fv-inner img, .home-description {
    padding: 0 20%;
  }
  .modal-dialog {
    max-width: 70% !important;
  }
  .favorite-list li {
    height: 170px;
  }
  .favorite-list .mp-list-inner {
    width: calc(100% - 150px);
    float: left;
  }
}
/* バッジ,背景色 */
.badge {
  padding: 0.5rem 1rem;
}

.bg-primary {
  background-color: #1E7C67 !important;
}

.bg-secondary {
  background-color: #18789d !important;
}

.bg-danger {
  background-color: #eb4f13 !important;
}

.bg-orange {
  background-color: #ff8c00 !important;
}
.btn-double {
  width: 100%;
}

/*アイコンとテキストの揃え*/
.icon-align-text {
  vertical-align: middle;
}

/*テーブル*/
.item-info .table .table-secondary th {
  background-color: #def1b0;
  border-bottom-color: #def1b0;
}
.item-info .table th {
  position: relative;
}
.item-info .table th[scope="row"] {
  vertical-align: middle;
}
.item-info .table th[scope="row"]:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 70%;
  height: 1px;
  background-color: #1E7C67;
}

/*フッター*/
#footer {
  padding: 1rem;
  text-align: center;
}
#footer .copyright {
  margin: 0;
}

/* *****トップページ(商品一覧)***** */
.home #breadcrumb-wrapper {
  display: none;
}

.home section {
  padding-top: 0;
}

.home .container.fv {
  margin-bottom: 2rem;
}

@media (max-width: 991.98px) {
  .home .container.fv {
    max-width: 960px;
  }
  .fv-inner img {
    padding: 0 10%;
  }
  .checkout-confirm {
    margin-top: 2rem;
  }
  .favorite-list .mp-list-btn {
    display: block !important;
  }
}
.fv-inner {
  background-image: url("../img/sales/background.avif");
  background-size: contain;
}
.webp .fv-inner {
  background-image: url("../img/sales/background.webp") !important;
}
.normal .fv-inner {
  background-image: url("../img/sales/background.png") !important;
}

.home-description {
  align-items: baseline;
  text-align: center;
  font-size: 1rem;
  display: flex;
}
.home-description a {
  color: #6c757d;
  padding: 0.5rem;
  border: solid 1px #1E7C67;
  width: 50%;
  margin: 0.3rem;
  border-radius: 7px;
}
.home-description a:hover {
  color:white;
  border: solid 1px #06C755;
  background-color: #06C755;
}

@media (max-width: 1400px) {
  .home-description {
    font-size: 0.8rem;
  }
}

@media (max-width: 580px) {
  .home-description {
    display: grid;
  }
  .home-description a {
    width: 100%;
    margin: 0.3rem 0 0;
  }
  .su-footer-linkbar {
    display: grid !important;
  }
  .su-footer-linkbar a {
    width: 100%;
    text-align: left;
  }
  .checkout table th, .checkout table td {
    padding: 0.5rem 0.1rem !important;
  }
  .purchase_exp div.shipping_img_box {
    margin: 0.7rem 0 !important;
    text-align: center;
  }
  .purchase_exp img.shipping_img {
    margin-left: 0px !important;
  }
}

.card.item-card {
  border: 0;
  margin-bottom: 2rem;
  position: relative;
}
.card.item-card .item-detail {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: -15%;
  bottom: 100%;
  margin: auto;
  height: 2.5rem;
  opacity: 0;
  z-index: 2;
  text-align: center;
  transition: all 0.3s;
}
.card.item-card a {
  display: block;
}
.card.item-card a img {
  transition: opacity 0.3s;
}
.card.item-card a:hover {
  cursor: pointer;
}
.card.item-card a:hover img {
  opacity: 0.7;
}
.card.item-card a:hover .item-detail {
  top: 0;
  bottom: 0;
  opacity: 1;
}
.card.item-card .btn {
  padding: 0.5rem;
  font-size: 0.8rem;
  margin: 0 auto;
}
.card.item-card .card-body {
  line-height: 1.5;
  padding-right: 0;
  padding-left: 0;
}
.card.item-card .card-thum-trim {
  max-width: 300px;
  position: relative;
  overflow: hidden;
  border-radius: 0.5rem;
}
.card.item-card .card-thum-trim:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.card.item-card .card-thum-trim img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  object-fit: cover;
}
.card.item-card .card-text {
  text-align: right;
  color: #ddad65;
}
.card.item-card .card-thum-trim img.product_thumb {
  width: 43%;
  height: auto;
  padding: 0.3rem;
  right: 0;
}
.card.item-card.soldout .card-thum-trim:after {
  content: "SOLD OUT";
  position: absolute;
  top: 1rem;
  left: 0;
  background-color: rgba(235, 79, 19, 0.8);
  color: #ffffff;
  padding: 0.25rem 1rem;
  color: #ffffff;
  font-size: 0.8rem;
  font-weight: 700;
  transition: opacity 0.3s;
}
.card.item-card.soldout a:hover .card-thum-trim:after {
  opacity: 0.7;
}

.home .item-list > div {
  padding: 0 1rem;
}

/* *****商品詳細***** */
.detail-thumb {
  width: 14rem;
  float: right;
}
.detail-thumb div {
  text-align: center;
}

.item-number table td {
  font-size: 1.5rem;
}

.item-title {
  font-size: 1.5rem;
}

.item-review {
  font-size: 0.8rem;
}
.item-review a:before {
  content: '\e838';
  font-family: "Material Symbols Outlined";
  top: 0.1rem;
  position: relative;
}

.item-info {
  line-height: 1.5;
  margin-top: 3rem;
}
.item-info .item-info-box {
  padding: 1rem;
}
.item-info .item-info-b {
  font-weight: bold;
}
.item-info .item-info-em {
  font-weight: bold;
  color: #eb4f13;
}
.item-info .item-info-link {
  color: #1E7C67;
  text-decoration: underline;
}
.item-info .item-info-subtitle {
  font-weight: bold;
  position: relative;
  padding-left: 1.5rem;
}
.item-info .item-info-subtitle:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.15rem;
  width: 1rem;
  height: 1rem;
  border-radius: 0.25rem;
  background-color: #1E7C67;
}
.item-info p:last-child {
  margin-bottom: 0;
}

.item-info-table th {
  min-width: 6rem;
}

.history-table {
  font-size: 0.8rem;
}

.sns-share .sns-share-title {
  margin-bottom: 0.5rem;
  font-size: 0.8rem;
}
.sns-share div {    line-height: 1.5rem;
  vertical-align: super;
}
.sns-share iframe {
  vertical-align: baseline;
}

.carousel {
  margin-bottom: 135px;
}

.carousel button img {
  height: 100%;
  object-fit: cover;
}
.carousel button span {
  background-color: #212529;
  border-radius: 2rem;
}

.carousel-indicators {
  bottom: -135px;
}

.carousel-indicators {
  margin-left: 0;
  margin-right: 0;
}

.carousel-indicators [data-bs-target] {
  text-indent: 0;
  width: 100px;
  height: 100px;
  border: none;
  background-color: #dee2e6;
}

.text-bg-light {
  background-color: #f1fbf0 !important;
}

.sticky-wrap-tbl {
  margin: 3rem 0 2rem;
  max-height: 230px;
  overflow-y: scroll;
  border: solid 1px #c8c8c8;
}
table.nft-list {
  width: 100%;
	text-align: left;
	position: relative;
	border-collapse: collapse; 
}
table.nft-list tr:nth-child(even) td {
  background-color: #f8f8f8;   /* 偶数行の背景色 */
}
table.nft-list th,
table.nft-list td {
  padding: 0.4rem 1rem;
	border-bottom: solid 0.5px #ddd;
}
table.nft-list th {
  font-weight: normal;
	background: #888;
  color: #ffffff;
	position: sticky;
	top: 0;
  z-index: 9999;
}
table.nft-list td.sale_status>div {
  padding: 5px 15px;
  border-radius: 7px;
  border: none;
  width: 100px;
  text-align: center;
}
table.nft-list div.on_sale {
  color: white;
  background: #06C755;
}

.rad-label {
  align-items: center;
  border-radius: 100px;
  cursor: pointer;
  transition: .3s;
  display: inline-flex;
}
.rad-label:hover,
.rad-label:focus-within {
  background: hsla(0, 0%, 80%, .14);
}
.rad-input {
  left: 0;
  top: 0;
  width: 1px;
  height: 1px;
  opacity: 0;
  z-index: -1;
}
.rad-input:checked+.rad-design::before {
  transform: scale(0);
}
.rad-design {
  width: 22px;
  height: 22px;
  border-radius: 100px;

  background: linear-gradient(to right bottom, hsl(154, 97%, 62%), hsl(225, 97%, 62%));
  position: relative;
}
.rad-design::before {
  content: '';
  display: inline-block;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  background: hsl(0, 0%, 90%);
  transform: scale(1.1);
  transition: .3s;
}

input,
input:active {
  background-position: 0 24px;
}
input:checked {
  background-position: 0 0;
}
input:checked ~ input,
input:checked ~ input:active {
  background-position: 0 -24px;
}

/* *****購入確認***** */
.checkout table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 2rem;
}

.checkout table th, .checkout table td {
  padding: 0.5rem;
}
.checkout table .btn {
  margin: 0;
  padding: 0.2rem;
  font-size: 0.8rem;
}
.checkout table .btn .material-symbols-outlined {
  font-size: 0.8rem;
}

.checkout .row {
  align-items: flex-start;
}

.checkout-confirm .border {
  border-radius: 0.5rem;
  padding: 0.5rem;
}

.checkout .bg-info {
  background-color: #dee2e6 !important;
}

.nft-code {
  font-size: 0.67rem;
}

/* *****マイページ***** */
.mp-table th, .mp-table td {
  min-width: 170px;
  padding-top: 1rem;
}
.mp-table p {
  margin-bottom: 0;
  padding: 1rem 0;
  border-bottom: 1px solid #dee2e6;
}
.mp-table p:first-child {
  padding-top: 0;
}
.mp-table p:last-child {
  padding-bottom: 0;
  border: 0;
}

.mypage .nav-tabs .nav-item {
  width: 50%;
}
.mypage .nav-tabs .nav-item a:before {
  font-family: "Material Symbols Outlined";
  position: relative;
  top: 0.1rem;
  margin-right: 0.2rem;
}
.mypage .nav-tabs .nav-item a.icon-nft:before {
  content: '\e73c';
}
.mypage .nav-tabs .nav-item a.icon-fav:before {
  content: '\e87d';
}
.mypage .nav-tabs .nav-link {
  padding: 1rem;
  color: #212529;
  opacity: 0.7;
  background-color: #f5f5f5;
}
.mypage .nav-tabs .active.nav-link {
  border-top: solid #06C755;
  font-weight: bold;
  background-color: #ffffff;
}
.mypage .nav-tabs .active.nav-link, .mypage .nav-tabs .nav-link:hover {
  opacity: 1;
}
.mypage .tab-content {
  padding: 2rem 1rem 1rem 1rem;
}
.mypage .mypage-btn-box {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
  padding: 1rem;
  margin-top: 1rem;
  border-radius: 0.3rem;
  float: left;
  width: 100%;
}
.mypage .mypage-btn-box .btn-content {
  float: left;
  width: 50%;
}
.mypage .mypage-btn-box .btn-content .icon {
  height: 27px;
  width: 27px;
  vertical-align: middle;
}
.mypage .mypage-btn-box .btn-content a {
  padding: 0.5rem;
  border-radius: 0.3rem;
  text-align: center;
}
.mypage .mypage-btn-box .btn-content a:hover {
  color: #FFFFFF;
  background-color: #06C755;
  cursor: pointer;
}

.mp-list {
  list-style: none;
  padding: 0;
}
.mp-list li {
  margin-bottom: 1rem;
  align-items: flex-start;
}
.mp-list a {
  display: block;
  transition: opacity 0.3s;
}
.mp-list a:hover {
  opacity: 0.7;
  cursor: pointer;
}
.mp-list p {
  margin-bottom: 0.5rem;
}
.mp-list .mp-list-thum {
  margin-right: 1rem;
  position: relative;
  overflow: hidden;
  width: 20%;
  min-width: 80px;
}
.mp-list .mp-list-thum:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.mp-list .mp-list-thum img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  object-fit: cover;
  border-radius: 0.3rem;
}
.mp-list .mp-list-info {
  word-break: break-all;
}
.favorite-list .mp-list-btn {
  height: 100%;
  text-align: right;
  display: flex;
  align-items: center;
}
.favorite-list .mp-list-btn button {
  padding: 0.5rem;
  margin: 0;
}

/* *****サインアップ***** */
.signup .nav-item .nav-title {
  font-size: 0.9rem;
}

.signup #breadcrumb-wrapper {
  display: none;
}

.signup-linkbar {
  font-size: 0.9rem;
  line-height: 150%;
  padding: 0.5rem 0 !important;
  background: none !important;
}

/* *****会員登録***** */
.register .nav-item .nav-title {
  font-size: 0.9rem;
}

.register #breadcrumb-wrapper {
  display: none;
}

.register textarea {
  height: 5rem !important;
}

.flatpickr-current-month {
  display: flex;
  justify-content: center;
}
.flatpickr-current-month .numInputWrapper {
  order: 1;
  position: relative;
  margin-right: 1.5rem;
}
.flatpickr-current-month .numInputWrapper:after {
  content: '年';
  position: absolute;
  right: -1.5rem;
  line-height: 1.5;
}
.flatpickr-current-month .numInputWrapper .cur-year {
  vertical-align: sub;
}
.flatpickr-current-month .flatpickr-monthDropdown-months {
  order: 2;
}

/* *****お問い合わせ***** */
.inquiry textarea {
  height: 10rem !important;
}

/* *****おしらせ***** */
.news .news-list {
  list-style: none;
  padding: 0;
}
.news .news-list li {
  padding: 1rem 0;
  margin-bottom: 1rem;
}
.news .news-list .news-date {
  font-size: 0.9rem;
  color: #ddad65;
}
.news .news-list .news-title {
  font-size: 1.5rem;
  border-bottom: 1px solid #dee2e6;
  padding: 1rem 0;
  position: relative;
}
.news .news-list .news-title:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 15%;
  height: 1px;
  background-color: #1E7C67;
}
.news .news-list .news-body {
  padding: 1rem 0 0 0;
  line-height: 1.5;
}
.news .news-detail-date {
  font-size: 0.9rem;
  color: #c8c8c8;
}
.news .news-a a:link, a:visited, a:hover, a:active {
  text-decoration: none;
}

/* ***** アニメーション ***** */
.fadein_up {
  opacity: 0;
  transition: transform 1s ease, opacity 1s ease;
  transform: translateY(20px);
}
.fadein_up.action {
  opacity: 1;
  transform: translateY(0);
}

.fadein {
  opacity: 0;
  transition: opacity 1s ease;
}
.fadein.action {
  opacity: 1;
}

/*# sourceMappingURL=style.css.map */

/*** footer ***/
#footer {
  font-size: 0.9rem;
}
#footer .container {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.su-footer-linkbar {
  list-style: none;
  padding: 0;
}
.su-footer-linkbar a {
  padding: 0.5rem;
  border-radius: 7px;
}

.su-footer-linkbar a:hover {
  color:white;
  background-color: #06C755;
}

.page-item .page-link {
  cursor: pointer;
}

.confirm-box * {
  margin: 0.2rem 0;
}
.payment-note {
  padding: 10px;
}
.payment-note p {
  margin: 0;
  font-size: 12px;
}

.tlaw-box {
  height: 100px;
  border: 1px solid #999;
  overflow: auto;
  padding: 5px;
}

.detail_pics {
  display: flex;
  margin: 10px;
}

.detail_pics img {
  width: 50%;
  object-fit: cover;
}

.delivery_info {
  border-radius: 0.5rem;
  padding: 0.5rem;
}

.overview a {
  color: blue;
}

.overview h3 {
  border-left: solid 6px green;
  border-bottom: solid 1px green;
  padding: 0.4rem;
  margin: 2rem 0 1rem;
}

.overview dt {
  font-weight: 500;
  width: 120px;
  background: green;
  color: white;
  padding: 0.2rem;
  text-align: center;
  border-radius: 0.3rem;
  margin: 0.1rem 0.3rem 0.3rem;
}

.overview dd {
  margin: 0 1rem 1rem;
}
.overview dd div {
  margin-bottom: 0.5rem;
}

.overview p {
  margin-bottom: 0.5rem;
}

.overview .pic {
  margin: 0 auto 1rem;
  max-width: 300px;
}
.overview .pic img {
  display: block;
  margin: auto;
}
.overview .pt {
  float: left;
  width: 90px;
}
.overview .pd {
  width: 270px;
  text-align: right;
}
.overview .pd_s {
  width: 240px;
  text-align: right;
}
.overview .pd_n {
  width: 130px;
  text-align: right;
}

.purchase_procedure {
  margin-bottom: 1rem;
}
.purchase_procedure p {
  margin: 0.5rem 0;
}
.purchase_exp div.shipping_img_box {
  margin: 0.5rem 1rem;
}

.purchase_exp img {
  width: 80px;
  margin-left: 30px;
}
.purchase_exp img.shipping_img {
  width: 300px;
  margin-left: 0;
}
.about-us {
  margin-bottom: 2rem;
  display: inline-block;
  padding: 30px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 32px 40px rgb(0 0 0 / 8%);
  border: solid 1px ghostwhite;
}
.about-us .content-bottom {
  margin-top: 5rem;
}
.about-us .content-bottom-txt {
  margin-top: 1.5rem;
}
.about-us .content-head {
  margin: 3rem 0 5rem;
}
.about-us .content-head-txt {
  max-width: 740px;
  margin: 0 auto;
}
.about-us h2,
.about-us h4 {
  margin-bottom: 1rem;
  text-align: center;
}
.about-us h5 {
  margin-top: 2rem;
}
.about-us h5>b {
  font-size: 30px;
  color: #06C755;
}
.about-us .pic {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.about-us .pic::after {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	box-shadow: inset 0 0 10px 15px #FFF;
}
.about-us .pic img.head {
  width : calc(100% / 3) ;
}
.about-us .pic img.mid {
  width : calc(100% / 4) ;
}
.about-us .title-txt {
  font-weight: bold;
  display: inline-block;
}

.cmt {
  font-size: 80%;
  background: #f5f5f5;
  padding: 20px;
}
.cmt p {
  margin: 0;
}

.dropbtn {
  font-size: 17px;
  cursor: pointer;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  margin: 64px 0 0 270px;
  width: 380px;
  border-radius: 0.4rem;
  box-sizing: border-box;
  z-index: 10;
  box-shadow: 0 0 8px rgb(0 0 0 / 20%);
}
.dropdown-content .dropdown_footer {
  border-top: solid 1px;
  padding: 1rem;
  text-align: center;
}
.dropdown-content .dropdown_footer a {
  padding: 10px;
  border-radius: 0.3rem;
}
.dropdown-content .dropdown_footer a:hover {
  background-color: #06C755;
  color: #ffffff;
}
.dropdown-content .dropdown_msg_content {
  margin-top: 12px;
  padding: 0.7rem 1.6rem;
}
.dropdown-content a {
  padding: 5px;
}
.show {display: block;}

