<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

:root {
  --theme-color: #9E7920;
  --font-color: #5e5339;
}

/* レイアウト */
.topimg {
  margin-bottom: 60px;
}
.odc_content_sec {
  padding-bottom: 25px;
}
.odc_content_sec__last {
  padding-bottom: 0;
}
.odc_content_sec + .odc_content_sec {
  margin-top: 30px;
}
.odc_content_item + .odc_content_item {
  margin-top: 20px;
}
p + .odc_content_item{
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  #base {
    width: 1220px;
    margin: 0 auto;
    text-align: left;
  }
  div#cont div#c3_l {
    width: 970px;
    overflow: hidden;
  }
  .container {
    width: 970px;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  .topimg {
    margin-bottom: 0px;
  }
}

/* 画像 */
.odc_wrapper figure img {
  width: 100%;
  max-width: 100%;
}

/* Flex */
.odc_content_flex {
  display: flex;
}
.odc_content_flex_inr {
  flex: 1;
}
.odc_content_flex_inr + .odc_content_flex_inr {
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .odc_content_flex {
    display: block;
  }
  .odc_content_flex_inr + .odc_content_flex_inr {
    margin-top: 30px;
    margin-right: 0px;
  }
}

/* 見出し */
.odc_content_head {
  background-color: var(--theme-color);
  padding: 10px 20px;
  border-bottom: solid 2px #87764F;
  border-color: var(--theme-color);
  color: #fff;
  font-size: 20px;
  font-family: YuGothic, 游ゴシック, hiragino kaku gothic pron,
    ヒラギノ角ゴ pron, Meiryo, メイリオ, sans-serif;
  font-weight: bold;
  margin-bottom: 30px;
}
.odc_content_subHead {
  border-bottom: solid 2px #004097;
  border-color: var(--theme-color);  
  padding-left: 0em;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.odc_content_inrHead {
  font-size: 20px;
  font-weight: bold;
  color: #333;
}
.odc_content_sub2Head{
  display: inline-block;
  border-bottom: solid 1px #004097;
  border-color: var(--theme-color);
  font-size: 18px;
  color: #333;
  font-weight: bold;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .odc_content_head {
    font-size: 18px;
  }
  .odc_content_subHead {
    font-size: 16px;
  }
  .odc_content_sub2Head {
    font-size: 16px;
    line-height: 1.7;
  }
}

/* テキスト */
.odc_wrapper p {
  font-size: 16px;
  line-height: 1.7;
}
.odc_wrapper p + p {
  margin-top: 20px;
}
.odc_text--hasPadding{
  padding-left: 10px;
}
.odc_wrapper .odc_text_item{
  margin-top: 10px; 
}
.odc_text_item--hasColor{
  color:var(--font-color);
  font-weight: bold;
}
.odc_wrapper .odc_text_item--hasColor + .odc_text_item{
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .odc_wrapper p {
    font-size: 14px;
    line-height: 1.6;
  }
}

/* リンク */
.odc_wrapper a {
  color: #039;
  font-size: 15px;
  font-weight: 500;
}
.odc_link_list {
  margin-top: 15px;
}
.odc_link_list_item a {
  text-align: left;
}
.odc_text_link_sec {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .odc_wrapper a {
    font-size: 14px;
  }
}

/* リスト */
.odc_list_wrap{
  margin-top: 20px;
}
.odc_list{
  margin-top: 5px;
}

p.odc_price{
  font-weight: bold;
  font-size: 20px;
}
.odc_list--hasPadding{
  padding-left: 1.8rem; 
}
.odc_list--hasMarker {
  margin-top: 20px;
}
.odc_list--hasMarker .odc_text_list {
  font-size: 16px;
  text-indent: -1rem;
  padding-left: 1rem;
}
.odc_list--hasMarker .odc_text_list::before {
  content: '・';
}
.odc_list--hasMarker .odc_text_list + .odc_text_list {
  margin-top: 5px;
}
.odc_text_list_attention{
  margin-top: 10px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .odc_list--hasMarker .odc_text_list {
    font-size: 13px;
  }
}
</pre></body></html>