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

/* topics */
.topic-headline-section.content-primary {
  margin: -20px 0 0;
  padding: 0;
}

.topic-headline-section.content-primary .thp_headline-ul {
  height: 330px;
  list-style: none;
  padding: 0;
  overflow: auto;
}

.topic-headline-section.content-primary h3.topic-title_dt {
  background: transparent;
  color: #333;
  font-size: 100%;
  font-weight: normal;
  border-radius: 0;
  margin: 0;
  padding: 10px 0;
}

.topic-headline-section.content-primary h3.topic-title_dt:before,
.topic-headline-section.content-primary h3.topic-title_dt:after {
  display: none;
}

.topic-headline-section.content-primary h3.topic-title_dt .date {
  display: inline-block;
  font-size: 100%;
  font-weight: bold;
  margin: 0 45px 0 0;
}

.topic-headline-section.content-primary .thp_topic-link {
  border: 0;
  white-space: initial;
  display: block;
}

.topic-headline-section.content-primary .thp_topic-link:hover {
  background: #f8f8f8;
}

.topic-headline-section.content-primary .topic-text_dd {
  color: #333;
  font-weight: normal;
  font-size: 14px;
  margin: -10px 0 0;
  padding: 0 0 10px 127px;
}

.topic-headline-section.content-primary li {
  padding: 0;
  border-bottom: 1px dotted #535353;
}

/*toppage 
------------------*/
.main-img-pc {
  height: 500px;
  text-align: center;
  margin: 0 auto;
  background: url(../img/mv_bg.jpg) repeat-x left;
  position: relative;
}

.main-img-pc__wrap {
  width: 1206px;
  margin: 0 auto 0;
  padding: 0;
  text-align: center;
}

.main-img_pc p {
  margin-bottom: 0 !important;
}

.main-img-pc:before {
  content: url(../img/mv_leaf-left.png);
  width: 208px;
  height: 146px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.main-img-pc:after {
  content: url(../img/mv_leaf-right.png);
  width: 198px;
  height: 146px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}

.main-img-pc img {
  max-width: 100%;
  margin: 20px auto 0;
  padding: 0;
  position: relative;
  z-index: 100;
}


.main-img_pc p {
  margin-bottom: 0 !important;
}

/* コンテンツ01 */
.cont01__tbl {
  width: 1000px;
  margin: 0 auto;
  border-collapse: collapse;
  border-spacing: 0;
}

.cont01__tbl--left {
  width: 230px;
  margin: 0;
  vertical-align: top;
}

.cont01__tbl--sp {
  width: 60px;
}

.cont01__tbl--right {
  width: 730px;
}

.cont01__bnr-tbl {
  width: 230px;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 5px 0 0;
}

.cont01__bnr-tbl p {
  margin: 0 0 10px;
  line-height: 1.3em;
}

.cont01__bnr-tbl img {
  margin: 0;
}

.cont01__bnr-tbl--bnr p {
  margin: 0 0 5px;
}

.cont01__tbl-news {
  width: 730px;
  height: 438px;
  margin-top: 40px;
  padding: 0 65px 0 35px;
  background: white;
  border-radius: 20px;
  border: 7px solid #d9effe;
}

.cont01__tbl-news--ttl {
  text-align: center;
  position: relative;
}

.cont01__tbl-news--ttl h2 {
  margin-top: -45px;
}

/* コンテンツ02*/
.cont02__tbl {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 100;
}

.cont02__tbl--ttl {
  padding: 50px 0 0;
  text-align: center;
}

.cont02__tbl--text {
  padding: 30px 0 0;
  font-size: 18px;
  line-height: 2.5em;
}</pre></body></html>