<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700&amp;display=swap");

.areanews__header {
  background: url(https://www.ja-irumano.or.jp/magazine/wp/wp-content/uploads/2023/12/topics-head_taishi.png) center no-repeat;
  padding: 110px 0;
  background-color: #ABDCEB;
  background-size: contain;
}

/* 蝨ｰ蝓溘い繧､繧ｳ繝ｳ */
.areanews__contents--division--wrap {
  position: relative;
}

.kawagoe,
.toubu,
.hokubu,
.iruma,
.sayama,
.seibu,
.tokorozawa {
  position: absolute;
  top: -5px;
  left: -5px;
  width: 40px;
  height: 40px;
  background-size: cover;
  background-repeat: no-repeat;
}


.kawagoe {
  background-image: url(https://www.ja-irumano.or.jp/magazine/wp/wp-content/uploads/2023/08/icon-kawagoe.svg);
}

.toubu {
  background-image: url(https://www.ja-irumano.or.jp/magazine/wp/wp-content/uploads/2023/08/icon-toubu.svg);
}

.hokubu {
  background-image: url(https://www.ja-irumano.or.jp/magazine/wp/wp-content/uploads/2023/08/icon-hokubu.svg);
}

.iruma {
  background-image: url(https://www.ja-irumano.or.jp/magazine/wp/wp-content/uploads/2023/08/icon-iruma.svg);
}

.sayama {
  background-image: url(https://www.ja-irumano.or.jp/magazine/wp/wp-content/uploads/2023/08/icon-sayama.svg);
}

.seibu {
  background-image: url(https://www.ja-irumano.or.jp/magazine/wp/wp-content/uploads/2023/08/icon-seibu.svg);
}

.tokorozawa {
  background-image: url(https://www.ja-irumano.or.jp/magazine/wp/wp-content/uploads/2023/08/icon-tokorozawa.svg);
}

.areanews__contents {
  padding: 40px 0;
}

.areanews__contents .container {
  padding: 0;
  max-width: 960px;
}

.areanews__contents--wrapper {
  display: flex;
  flex-wrap: wrap;
}

.areanews__contents--text {
  padding: 1rem;
  display: flex;
  border-bottom: 1px solid #000000;
  flex-direction: column;
}

.areanews__contents--body--wrap {
  display: flex;
  align-items: center;
}

.areanews__contents--text:nth-child(even) .areanews__contents--body--wrap {
  flex-direction: row-reverse;
}

.areanews__contents--text:nth-child(odd) .areanews__contents--body--wrap {
  flex-direction: row;
}

.areanews__contents--text:nth-child(even) .areanews__contents--photo {
  margin-left: 1rem;
}

.areanews__contents--text:nth-child(odd) .areanews__contents--photo {
  margin-right: 1rem;
}


.areanews__contents--title--wrap {
  display: flex;
  align-items: center;
  flex-direction: row;
  margin-bottom: 0.5rem;
  flex-wrap: wrap;
}

.areanews__contents--division h3 {
  font-size: 1.3rem;
  margin: 0 2rem 0 2.5rem;
}

.areanews__contents--title {
  color: #000000;
  font-size: 1.5rem;
  line-height: 1.7rem;
}

.areanews__contents--body {
  max-width: 55%;
}

.areanews__contents--body p {
  margin: 0;
}

.areanews__contents--photo {
  width: 100%;
}

.areanews__contents--photo img {
  object-fit: cover;
  object-position: center;
  width: 400px;
  height: 268px;
  min-width: 400px;
  min-height: 268px;
  border-radius: 20px;
}

/* 繝懊ち繝ｳ */
.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.btn-wrap {
  margin: 3rem auto;
  width: fit-content;
}

a.btn-c {
  font-size: 1.5rem;
  position: relative;
  padding: 0.25rem 1.5rem 1.5rem 1.5rem;
  color: #fff;
  background: #ff4500;
  box-shadow: 0 5px 0 #e94919;
}

a.btn-c span {
  font-size: 1rem;
  position: absolute;
  top: -1.25rem;
  left: calc(50% - 150px);
  display: block;
  width: 300px;
  padding: 0.2rem 0;
  color: #ff4500;
  border: 2px solid #ff4500;
  border-radius: 100vh;
  background: #fff;
  box-shadow: 0 3px 3px rgb(0 0 0 / 20%);
}

a.btn-c span:before,
a.btn-c span:after {
  position: absolute;
  left: calc(50% - 10px);

  content: "";
}

a.btn-c span:before {
  bottom: -10px;

  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #ff4500 transparent transparent transparent;
}

a.btn-c span:after {
  bottom: -7px;

  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

a.btn-c:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
  opacity: 1;
  color: #fff;
  background: #eb5b30;
  -webkit-box-shadow: 0 2px 0 #ff4500;
  box-shadow: 0 2px 0 #ff4500;
}

@media (max-width: 768px) {
  .areanews__header {
    padding: 10px 0;
  }

  .areanews__header--title {
    width: 100%;
    height: 0;
    padding-bottom: 25.1555555556%;
  }

  .areanews__header--title--text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    position: absolute;
    bottom: 10px;
    left: 40px;
    width: 21%;
  }

  .areanews__contents--wrapper {
    flex-direction: column;
    margin: 0 0.5rem;
  }

  .areanews__contents {
    padding: 1rem 0 40px 0;
  }

  .areanews__contents--text {
    flex: auto;
    padding: 1rem 0.5rem 1.5rem 0.5rem;
  }

  .areanews__contents--text:nth-child(even) .areanews__contents--body--wrap,
  .areanews__contents--text:nth-child(odd) .areanews__contents--body--wrap {
    flex-direction: column-reverse;
  }

  .areanews__contents--text:nth-child(even) .areanews__contents--photo,
  .areanews__contents--text:nth-child(odd) .areanews__contents--photo {
    width: fit-content;
    margin: 1rem auto 0 auto;
  }

  .areanews__contents--body {
    max-width: unset;
  }
}

@media (max-width: 600px) {
  .areanews {
    margin-top: 1.5rem;
  }

  .areanews__contents--title {
    margin: 1rem 0 0.5rem 0;
  }

  .areanews__contents--photo img {
    width: 100%;
    height: auto;
    min-width: unset;
    min-height: unset;
  }
}</pre></body></html>