@charset "utf-8";
/* CSS Document */

/*
Theme Name: AMATERASU
Description: Easy,SimpleDesign
Version: simple 1.1
Base Color: red
Author: AMATERASU
Author URI: http://www.seo-amaterasu.com/
*/

/* 追記 HONDA 2024.1.16 */

@media screen and (min-width: 769px){
.sp {
  display: none;
}

.single .date {
  font-family: "Noto Serif JP", serif;
  font-size: 15px;
  font-weight: 400;
  text-align: left;
  line-height: 1.0em;
  color: #999999;
}

.single p {
  font-family: "Noto Serif JP", serif;
  font-size: 17px;
  font-weight: 400;
  text-align: left;
  line-height: 1.6em;
  color: #000000;
  margin-bottom: 20px;
}
}

@media screen and (max-width: 768px){
.pc {
  display: none;
}

.single .date {
  font-family: "Noto Serif JP", serif;
  font-size: 2.8vw;
  font-weight: 400;
  text-align: left;
  line-height: 1.0em;
  color: #999999;
}

.single p {
  font-family: "Noto Serif JP", serif;
  font-size: 3.5vw;
  font-weight: 400;
  text-align: left;
  line-height: 1.6em;
  color: #000000;
  margin-bottom: 3.255208333%;
}
}