@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@300;400;500;700;900&family=Sora:wght@400;700&display=swap");

:root {
}

.screen-container {
  width: 100%;
  max-width: 100%;
}

body {
/* NG  font-family: 'Arial Black', Gadget, sans-serif; 太すぎる */
/* NG  font-family: 'Times New Roman', Times, serif;  視認性悪い　 */
/* NG  font-family: Georgia, serif; 数字が変 */
  font-family: Tahoma, Geneva, sans-serif;
  background-color: #eefeff; 
}

h1,
h2,
h3,
h4,
h5,
h6,
a {
  text-decoration: none;
  margin-left: 0.5rem;
  font-size: 1rem;
  font-weight: bold;
}

p {
  font-size: 1rem;
  /* font-family: Georgia, serif; 数字が変 */
  font-family: Tahoma, Geneva, sans-serif;
  margin-left: 1rem;
}
.section-title {
  margin-top: 1em;
  padding: 0.1em 0.5em;/*上下 左右の余白*/
  background: #eeffee;
  border-left: solid 10px #cc3300;/*左線*/
}
.partner-text
{
  padding: 0.25em 0.5em;/*上下 左右の余白*/
  color: #330099;/*文字色*/
  background: transparent;/*背景透明に*/
  font-size: x-large;
}
.copy-text1 {
   color: #cc3300;
   font-size: large;
 }
.copy-text2 {
   color: #006633;
   font-size: large;
 }

img {
  width: 80%;
}

.logo {
  width: 160px;
}

.topimg {
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 100%;
}

.topimg img {
  width: 100%;
  max-width: 100%;
}

.mysection {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.section-title {
  font-size: large;
}

.madeinjapan {
  text-align: center;
  padding-bottom: 0.5rem;
}
.naturalimg {
  text-align: center;
}
.fulvicstructure {
  text-align: center;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.fulvicstructure img {
  width: 100%;
  max-width: 100%;
}

.madeinjapan img {
  width: 120px;
  max-width: 120px;
}

.feature-title {
  background: #c2edff;/*背景色*/
  padding: 0.5em;/*文字まわり（上下左右）の余白*/
  font-size: large;
}

.pr-title {
  background: #0000ff;/*背景色*/
  background: #990066;/*背景色*/
  color: #ffffff;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  font-size: large;
  font-weight: bold;
  /* padding: 0.5em;/*文字まわり（上下左右）の余白*/
}
.pr-feature {
  font-size: large;
  font-weight: bold;
  color: #006633;
}
.pr-recommend {
  font-size: large;
  color: #ff6666;
}

.pr-aroma {
  color: #ff6600;
}

.pr-detail {
}

.company-title span {
  border-bottom: 3px solid #ff00ff;
  font-size: 120%;
  font-weight: bold;
}

.itemimg {
  text-align: center;
  border: solid;
  border-image: linear-gradient(to right, #7f7fff, #7fff7f) 1;
  border-image: linear-gradient(to right, #ff7f7f, #7fff7f) 1;
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-left: 2rem;
  margin-right: 2rem;
}

.itemimg img {
  width: 200px;
  max-width: 200px;
}

.pr-image {
  text-align: center;
  width: 20%;
  max-width: 50%;
}

.pr-image img{
  width: 80%;
  max-width: 200px;
  border-image: linear-gradient(to right, #7f7fff, #7fff7f) 1;
  border-image: linear-gradient(to right, #ff7f7f, #7fff7f) 1;
}
/* 画像 */
.c-image {
	width: 100%;
	background-size: cover;

  border: solid;
  border-image: linear-gradient(to right, #7f7fff, #7fff7f) 1;
  border-image: linear-gradient(to right, #ff7f7f, #7fff7f) 1;
}

.price-title {
  background: #FCF570;/*背景色*/
  font-size: large;
  padding: 0.25em 0.5em;/*上下 左右の余白*/
  color: #494949;/*文字色*/
  border-left: solid 5px #F9081F;/*左線*/
}

.pagetop {
  text-align: right;
}
.pagetop img {
  width: 30%;
}

.fulvicPDF img {
  width: 280px;
  max-width: 280px;
}

