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,
strong,
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,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

li {
  list-style-type: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

@font-face {
  font-family: "Poppins";
  src: url("../font/Poppins-SemiBold.woff") format("woff"), local(sans-serif);
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DIN";
  src: url("../font/DINAlternate-Bold.woff") format("woff"), local(sans-serif);
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
html {
  font-family: "Noto Sans JP", sans-serif;
}

.single-post {
  padding: 300px 200px !important;
}
.single-post .container-s {
  text-align: center;
}
.single-post .container-s h1 {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 20px;
  margin-right: auto;
  text-align: left;
}
.single-post .container-s .time-single {
  line-height: 2;
  margin-bottom: 20px;
  color: #7D8B95;
  text-align: left;
}
.single-post .container-s .content-single {
  line-height: 2;
  margin-bottom: 20px;
  text-align: left;
}
.single-post .container-s .main-btn {
  text-align: center;
  margin-top: 40px !important;
}

@media (max-width: 768px) {
  .single-post {
    padding: 40px 20px !important;
  }
}