@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&family=Roboto+Condensed:wght@700&family=Roboto:wght@500&display=swap");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

/* 変数設定 */
/*! style.css | Clover Kyushu Site */
/* BASE STYLE */
html {
  -webkit-text-size-adjust: none;
}

* {
  font-style: inherit;
  margin: 0;
  padding: 0;
}

body {
  font-family: "BIZ UDPGothic", "Helvetica Neue", Arial, Verdana, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1.4;
  background: #fff;
  margin: 0;
  padding: 0;
  color: #333;
  border: none;
  font-size: 14px;
}

:focus {
  outline: 0;
}

ol,
ul {
  list-style: none;
}

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

/* ~~ エレメント / タグセレクター ~~ */
ul,
ol,
dl {
  padding: 0;
  margin: 0;
}

h1,
p.title {
  font-size: 10px;
  color: #999;
  display: inline;
  font-weight: normal;
  line-height: 20px;
}

a img {
  border: none;
}

a:link {
  color: #3480C2;
  text-decoration: underline;
}

a:visited {
  color: #6E6C64;
  text-decoration: underline;
}

a:hover,
a:active,
a:focus {
  /* このセレクターグループは、キーボードを使用するユーザーに対し、マウスを使用するユーザーと同じホバー効果を提供します。 */
  text-decoration: none;
}

strong {
  font-weight: inherit;
  text-decoration: inherit;
}

/* -- 文字クラス------------------------------ */
.small {
  font-size: 80%;
}

.small_50 {
  font-size: 50%;
}

/* -- 文字クラスEND------------------------------ */
#header {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background: url(../img/base/head_back.jpg) repeat-x top;
}

#header div {
  width: 960px;
  margin: 0 auto;
  text-align: center;
  text-align: left;
}

/* ~~ この固定幅コンテナが他の div を囲みます。~~ */
.container {
  width: 960px;
  margin: 0 auto;
  /* 幅に加え、両側を自動値とすることで、レイアウトが中央に揃います。 */
}

/* ~~ これはレイアウト情報です。~~ 

1) 余白は、div の上部または下部にのみ配置されます。この div 内のエレメントには、それ自体に余白があるので、ボックスモデル計算を行う必要がありません。ただし、div 自体に両側の余白やボーダーを指定した場合、その値が加算されたものが合計幅になることに注意してください。div 内のエレメントの余白を削除し、さらにその div 内に、全体のデザインに必要な幅や余白を指定していない 2 つ目の div を追加することもできます。

*/
.content {
  padding: 10px 0;
}

/* ~~ フッター  ------------------------------ */
.footer {
  margin: 20px auto;
  width: 960px;
  padding: 10px 0;
  border-top: 1px solid #0c0c0c;
  font-size: 80%;
}

.footer address {
  font-style: normal;
}

/* ~~ その他の float/clear クラス ------------------------------ */
.fltrt {
  float: right;
}

.fltlft {
  float: left;
}

.clearfloat {
  clear: both;
  height: 0;
  font-size: 1px;
  line-height: 0px;
}

/* */
/* end: clearfix ------------------------------ */
/* ~~ その他の positionクラス------------------------------ */
.position {
  position: absolute;
  top: 0;
  left: 0;
}

.position_base {
  position: relative;
}

/* INDEX STYLE */
div#top_area01 {
  height: 230px;
  width: 960px;
  margin: 0 auto;
}

div#top_area01 img.logo {
  margin-top: 30px;
}

div#top_area01 h2 {
  font-size: 125%;
  letter-spacing: 0;
}

div#top_area01 p {
  margin: 8px;
  padding: 8px 8px 15px 5px;
  text-align: center;
}

.top_title {
  display: block;
  float: left;
}

div#top_area01 img {
  padding: 8px 8px 15px 5px;
}

div#top_area01 .top_img {
  float: right;
  padding-right: 8px;
}

div.top_area_line {
  background: url(../img/top/green_line_back.jpg) bottom repeat-x;
}

div#top_area02 {
  background: url(../img/top/textarea_back.jpg) top repeat-x;
}

div#top_area02 div.column01 {
  width: 280px;
  margin: 8px;
  padding: 15px 8px 20px 10px;
}

div#top_area02 div.column02 {
  width: 360px;
  margin: 8px;
  padding: 15px 8px 20px 10px;
}

div#top_area02 h3 {
  font-size: 120%;
}

/*-新着情報------------------------*/
.news_area {
  display: flex;
  width: 100%;
}

div#news {
  margin: 0 15px;
  width: 62%;
}

ul.news {
  line-height: 1.2em;
  font-size: 0.85rem;
}

ul.news li {
  margin-bottom: 0.5em;
}

span.title {
  color: #333;
}

span.day {
  font-size: 80%;
  color: #666;
}

.parentBox {
  display: block;
  width: 100%;
  min-height: 1px;
}

div#important {
  margin: 0 1rem;
  width: 41%;
  border: 1px solid #909090;
}
div#important .important_head {
  background-color: #D6E800;
  padding: 0.5rem;
}
div#important .important_body {
  padding: 0.5rem;
}

/* product STYLE */
h3 {
  font-size: 26px;
  font-weight: normal;
  color: black;
}

/*製品リスト------------------*/
div#item_list {
  width: 230px;
  float: left;
  margin-right: 20px;
}

div#item_list ul {
  padding-left: 30px;
  list-style-image: url(../img/clover/bullet_green.png);
  list-style-position: outside;
}

div#item_list ul li.lever1 {
  margin-left: -10px;
  list-style-image: url(../img/clover/bullet_arrow_down.png);
  margin-top: 8px;
}

div#item_list ul li.lever2 {
  margin-left: -5px;
  list-style-image: url(../img/clover/bullet_arrow_down2.png);
  margin-top: 3px;
}

/*製リストEND------------------*/
div#item_area {
  width: 700px;
  float: right;
}

div#item_area img {
  padding: 3px;
  border: 2px solid #FFF;
}

div#item_area a:hover img {
  border: 2px solid #b3cc26;
}

/* ------------------------------
price-area
------------------------------ */
.price-area {
  padding: 0 15px;
  max-width: 100%;
  margin: 0 auto;
}

.price-area__header {
  font-size: 1.3rem;
  margin-bottom: 20px;
  padding: 8px 0px;
  border-bottom: 1px solid #ddd;
}

/* ------------------------------
  price-boxes
  ------------------------------ */
.price-boxes {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin: 8px auto;
}

.price-boxes__item {
  width: 210px;
}

.price-boxes a {
  display: block;
  color: #333;
  text-decoration: none;
}

.price-boxes a:hover {
  background-color: #fafafa;
}

/* ------------------------------
  price-box
  ------------------------------ */
.price-box {
  margin: 5px 8px;
  border: 1px solid #ddd;
}

.price-box__header {
  padding: 5px 15px;
  border-bottom: 1px solid #ddd;
  background: url(../img/top/green_line_back.jpg) bottom repeat-x;
}

.price-box__title {
  font-size: 0.95rem;
}

.price-box__body {
  padding: 10px 15px;
}

.price-box__price {
  font-size: 0.95rem;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}

/* company STYLE */
h2 {
  padding-bottom: 5px;
  border-bottom: 3px solid #333;
  margin-bottom: 10px;
}

div#text_area {
  width: 540px;
}

dl {
  padding-left: 20px;
}

dl dt {
  clear: left;
  float: left;
  margin: 0 0 0.8em;
  width: 7.5em;
  color: #000;
}

dl dd {
  margin-bottom: 0.8em;
  margin-left: 7.5em;
}

div#img_area {
  width: 400px;
}/*# sourceMappingURL=style.css.map */