@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1&display=swap');
/* CSS Document */
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
html {
  scroll-behavior: smooth;
}
a:link {
  color: darkred;
  font-family: 'M PLUS 1', sans-serif;
  font-weight: 900;
  text-decoration: underline;
}
.img_tamiya {
  display: flex;
  flex-direction: row;
}
.pricearea {
  text-align: center;
  background-color: black;
}
.pricebutton {
  width: 70%;
  padding-top: 10px;
  padding-bottom: 40px;
}
.honbun-area {
  background-color: #b8b8b8;
  padding: 1em 3em 1em 3em;
  text-align: left;
}
.midashi_01 {
  font-family: 'Roboto', sans-serif;
  color: #002f7c;
  position: relative;
  padding: .3em .3em .3em 1.3em;
  font-size: 1.3rem;
  border-bottom: 3px solid #002f7c;
}
.midashi_01::after {
  position: absolute;
  content: '';
  bottom: 0.2em;
  left: 0em;
  width: 1.1em;
  height: 1.1em;
  background-color: #002f7c;
}
.honbun {
  padding-top: 0.7em;
  padding-bottom: 2em;
  font-size: 1.2em;
  line-height: 1.8em;
  font-family: 'M PLUS 1', sans-serif;
  font-weight: 400;
  color: black;
}
p.indent-1 {
  padding-left: 1em;
  text-indent: -1em;
}
.indent_honbun {
  padding-top: 0.3em;
  padding-left: 4em;
  padding-bottom: 0.3em;
  font-size: 0.9em;
  line-height: 1.65em;
  font-family: 'M PLUS 1', sans-serif;
}
