html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-weight: normal;
    /* vertical-align: baseline; */
    outline: none;
}
strong {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    outline: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
    display: block;
}
html {
    height: 100%;
}
body {
    min-width: 320px;
    min-height: 100%;
    background-color: #fff;
    line-height: 1;
    font-family: "ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
}
input,textarea {
    font-family: 'PingFang SC','STHeitiSC-Ligth','Helvetica-Light',arial,sans-serif;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a {
    color: #000;
    text-decoration: none;
    -webkit-backface-visibility: hidden;
}
a:hover {
	text-decoration: underline;
}
a:hover .text {
	text-decoration: underline;
}
li {
    list-style: none;
}
::-webkit-scrollbar-track-piece {
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 6px;
}
::-webkit-scrollbar-thumb:vertical {
    height: 5px;
    background-color: rgba(125, 125, 125, 0.7);
    -webkit-border-radius: 6px;
}
html, body {
    width: 100%;
}
body {
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}
.inline-block {
	display: inline-block;
}
.clearfix:after,
.clearfix:before {
    display: table;
    content: ' ';
}
.clearfix:after {
    clear: both;
}
.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.ellipsis-2,
.ellipsis-3,
.ellipsis-4 {
    display: -webkit-box;
    overflow: hidden;
    white-space: normal!important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    box-orient: vertical;
    -webkit-box-orient: vertical;
}
.ellipsis-2 {
    -webkit-line-clamp: 2;
}
.ellipsis-3 {
    -webkit-line-clamp: 3;
}
.ellipsis-4 {
    -webkit-line-clamp: 4;
}
.pull-left {
    float: left;
}
.pull-right {
    float: right;
}
a {
    display: block;
}
img {
    display: inline-block;
    max-width: 100%;
    vertical-align: middle;
}
.mb-0 {
    margin-bottom: 0!important;
}
.line-height-42 {
    line-height: 42px!important;
}
.line-height-12 {
    line-height: 12px!important;
}
.mt-7 {
    margin-top: -7px!important;
}
.letter-spacing-1 {
    letter-spacing: -1px!important;
}
.height-auto {
    height: auto!important;
    font-size: 14px!important;
}
.pl-18 {
    padding-left: 18px!important;
}
.display-none {
    display: none;
}
.font-12 {
    font-size: 12px!important;
}
@font-face {
    font-family: NotoSansCJKjp-Regular;
    src: url('../fonts/NotoSansCJKjp-Regular.otf'); /* IE9 */
}
.detail .products-detail .left .text {
    width: 80%;
    margin: 0 auto;
    padding: 6px 0;
    border: 1px solid #000;
    border-radius: 15px;
    font-size: 14px;
    text-align: center;
    font-family: NotoSansCJKjp-Regular;
}

/*ここから追加　*/
sub, sup{
    font-size:75%;
    
}

div.news-index a {
    display: inline;
}

.news a {
    display: inline;
}

em.bold {
    font-style: normal;
    font-weight: bold;
}

/* 20231204 */
.mt40{
    margin-top: 40px;
}