@charset "UTF-8";
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,
sup,
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,
main,
summary,
time,
mark,
audio,
video {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
body {
  line-height: 1;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
a {
  background: transparent;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
/* change colours to suit your needs */
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;
}
/* change border colour to suit your needs */
hr {
  border: 0;
  border-top: 1px solid #ccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
img {
  vertical-align: top;
}
/* @mixin base-common */
html {
  color: #333;
  font-size: 62.5%;
  font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro",
    "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande",
    "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  line-height: 1;
  width: 100%;
}
body {
  padding: 0;
  margin: 0;
  font-size: 120%;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
}
a {
  color: #000;
  text-decoration: none;
}
li {
  list-style: none;
}
img {
  max-width: 100%;
  height: auto;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
additional CSS for SHOP Instagram -- 20230818 77-6
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
@media only screen and (min-width: 992px) {
  .for-992-pixels-or-more {
    display: block;
  }
  .for-991-pixels-or-less {
    display: none;
  }
  .for-396-pixels-or-less {
    display: none;
  }
	.card {
		margin: 0px 15px 30px 15px;
		width: 25%;
		border: 1px #dddddd solid;
		display: flex;
		flex-direction: column;
	}
}
@media only screen and (min-width: 397px) and (max-width: 991px) {
  .for-992-pixels-or-more {
    display: none;
  }
  .for-991-pixels-or-less {
    display: block;
  }
  .for-396-pixels-or-less {
    display: none;
  }
	.card {
    margin: 0px 15px 30px 15px;
    width: 50%;
    border: 1px #dddddd solid;
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (max-width: 396px) {
  .for-992-pixels-or-more {
    display: none;
  }
  .for-991-pixels-or-less {
    display: none;
  }
  .for-396-pixels-or-less {
    display: block;
  }
	.card {
    margin: 0px 15px 30px 15px;
    width: 42%;
    border: 1px #dddddd solid;
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (max-width: 340px) {
	.card {
    width: 41%;
	}
}
.flex {
  display: flex;
  justify-content: space-around;
}
.card_inner {
  padding: 12px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.card_body {
  padding: 12px 12px 12px 12px;
  border: solid #dddddd;
  border-width: 0px 1px 1px 1px;
}
.card_user {
  display: flex;
  align-items: center;
  color: #343434;
  font-size: 10px;
  line-height: 18px;
  margin-bottom: 14px;
}
.card_user img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  margin-right: 8px;
}
.card_user-account {
  margin-top: 5px;
  padding: 0px 0px 0px 0px;
  /* font-weight: bold; */
  font-size: 12px !important;
  line-height: 16px !important;
}
.card_date {
  margin-top: 5px;
  font-size: 10px !important;
  line-height: 18px !important;
  overflow-wrap: anywhere;
  overflow-wrap: break-word;
}
.card_comment {
  margin-top: -5px;
  font-size: 13px;
  line-height: 21px;
  display: inline-block;
  vertical-align: top;
  overflow-wrap: anywhere;
  overflow-wrap: break-word;
}

.mb-0 {
  margin-bottom: 0px;
}
