@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 1rem;
}

body {
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -webkit-text-size-adjust: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  background: transparent;
  color: #333;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  border: none;
}

ul,
ol {
  list-style: none;
}

em,
i {
  font-style: normal;
}

/* CSS Document */
/*===================================
  
  新着情報CSS（topic）

===================================*/
html {
  font-size: 62.5%;
}

@media (max-width: 500px) {
  html {
    font-size: calc(100vw / 39);
  }
}

body {
  text-align: left;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #333;
  width: 100%;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding-right: 8px;
}

@media screen and (min-width: 501px) {
  body {
    font-size: 1.6rem;
  }
}

a {
  color: #333;
  text-decoration: none;
}

@media screen and (min-width: 501px) {
  .hover {
    transition: all 0.3s ease;
  }
  .hover:hover {
    opacity: 0.6 !important;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/*=========================

  トップページ新着情報

==========================*/
/*-------------
        PC
---------------*/
.topic #contents {
  margin: 0 auto;
  width: 100%;
}

.topic strong {
  font-weight: bold;
}

.topic em {
  font-style: italic;
}

.topic u {
  text-decoration: underline;
}

.topic img {
  vertical-align: middle;
  display: inline-block;
}

.topic_list_wrapper dl:not(:last-child) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 2px dotted #01bff2;
}

.topic_list_wrapper dl dt.topic_date {
  color: #aaa;
  font-size: 1.5rem;
}

.topic_list_wrapper dl dd p.topic_title a {
  text-decoration: underline;
}

.topic_list_wrapper dl dd p.topic_title a:hover {
  text-decoration: none;
}

.topic_list_wrapper dl dd p.topic_title {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.4;
  margin-bottom: 5px;
}

.topic_list_wrapper dl dd p.topic_title .topic_icon {
  width: auto;
  height: 18px;
  padding-left: 3px;
}

.topic_list_wrapper dl dd p.topic_text {
  font-size: 1.3rem;
  line-height: 1.4;
  padding-right: 10px;
}

/*-------------
        SP
---------------*/
@media screen and (max-width: 420px) {
  .topic_list_wrapper dl dt.topic_date {
    font-size: 1.2rem;
  }
  .topic_list_wrapper dl dd p.topic_title {
    font-size: 1.4rem;
  }
  .topic_list_wrapper dl dd p.topic_text {
    font-size: 1.2rem;
  }
}

/*=========================

  トップページ　緊急枠

==========================*/
#info_outer {
  padding: 50px 0 0;
}

#info_outer .info_box {
  max-width: 960px;
  width: 100%;
  margin: 0px auto;
  position: relative;
}

#info_outer .info_box .n_tit {
  position: absolute;
  left: 0;
  top: 20px;
  font-size: 1.9rem;
  color: #9d833e;
  letter-spacing: 0.05em;
}

#info_outer .info_box .n_tit::after {
  content: "";
  position: absolute;
  height: 1px;
  background: #cccccc;
  right: 0px;
  bottom: -5px;
  left: -500%;
  z-index: 0;
}

#info_outer .info_box .info_body {
  width: 850px;
  background: #eafbf9;
  margin: 0 0 0 auto;
  padding: 30px 50px 30px 80px;
}

#info_outer .info_box .info_body dl:not(:first-child) {
  margin-top: 20px;
}

#info_outer .info_box .info_body .topic_date {
  font-size: 1.4rem;
  color: #aaa;
}

#info_outer .info_box .info_body .topic_title {
  font-size: 1.5rem;
  font-weight: bold;
}

#info_outer .info_box .info_body .topic_title img {
  width: auto;
  height: 20px;
  margin-left: 1%;
}

#info_outer .info_box .info_body .topic_text {
  font-size: 1.3rem;
}

#info_outer .info_box .info_body a {
  text-decoration: underline;
}

#info_outer .info_box .info_body a:hover {
  text-decoration: none;
}

@media screen and (max-width: 500px) {
  #info_outer {
    padding: 50px 0 0;
  }
  #info_outer .info_box {
    max-width: 960px;
    width: 88%;
    position: relative;
  }
  #info_outer .info_box .n_tit {
    top: -10px;
    font-size: 1.4rem;
  }
  #info_outer .info_box .info_body {
    width: auto;
    padding: 35px 25px 20px;
  }
  #info_outer .info_box .n_tit::after {
    bottom: 0;
  }
  #info_outer .info_box .info_body .topic_date {
    font-size: 1.2rem;
  }
  #info_outer .info_box .info_body .topic_title {
    font-size: 1.4rem;
  }
  #info_outer .info_box .info_body .topic_title img {
    padding-left: 1%;
  }
  #info_outer .info_box .info_body .topic_text {
    font-size: 1.2rem;
  }
}

/*=========================

  ポップアップ

==========================*/
.topic-pop #contents {
  text-align: left;
  width: 88%;
  margin: auto;
  padding: 30px 0 50px;
}

.topic-pop strong {
  font-weight: bold;
}

.topic-pop em {
  font-style: italic;
}

.topic-pop u {
  text-decoration: underline;
}

.topic-pop .topic-pop_title {
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.4;
  padding: 8px 15px;
  background: #4aa06a;
  margin-bottom: 5px;
}

.topic-pop .topic-pop_date {
  text-align: right;
  color: #4aa06a;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 15px;
}

.topic-pop .topic-pop_flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.topic-pop .topic-pop_flex .left {
  width: 35%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 15px 0;
}

.topic-pop .topic-pop_flex .left img {
  width: 100%;
  height: auto;
  transition: all 0.4s ease;
}

.topic-pop .topic-pop_flex .left img:hover {
  opacity: 0.8;
}

.topic-pop .topic-pop_flex .right {
  width: 60%;
}

.topic-pop .topic-pop_flex .right p {
  font-size: 1.4rem;
  margin-bottom: 15px;
}

.topic-pop .topic-pop_text {
  padding: 0 15px;
}

.topic-pop .topic-pop_text p {
  font-size: 1.4rem;
  margin-bottom: 15px;
}

.topic-pop #footer .topic_pop_close {
  text-align: center;
  margin-top: 60px;
}

.topic-pop #footer .topic_pop_close a {
  position: relative;
  padding: 0 1.5em;
  line-height: 1;
  color: #333333 !important;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2rem;
}

.topic-pop #footer .topic_pop_close a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 100%;
  background: #a9a9a9;
}

.topic-pop #footer .topic_pop_close a:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 100%;
  background: #a9a9a9;
}

.topNews {
  padding: 70px 0;
}

@media screen and (max-width: 500px) {
  .topNews {
    padding: 45px 0 50px;
  }
}

.topNews .inner {
  max-width: 1370px;
}

.topNews .grid {
  display: grid;
}

@media screen and (min-width: 992px) {
  .topNews .grid {
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
    gap: 85px;
  }
}

@media screen and (max-width: 500px) {
  .topNews .grid {
    gap: 50px;
  }
}

.topNews-box {
  min-width: 0;
}

.topNews-ttl {
  color: #358651;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.179em;
  line-height: 2.186;
  position: relative;
}

@media screen and (max-width: 500px) {
  .topNews-ttl {
    font-size: 2.6rem;
    letter-spacing: 0.154em;
    line-height: 1.385;
  }
}

.topNews-ttl::after {
  background: #b8dcc6;
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  bottom: -10px;
  width: 30px;
  border-radius: 10px;
}

@media screen and (max-width: 500px) {
  .topNews-ttl::after {
    bottom: -20px;
  }
}

.topNews-main .item {
  border-bottom: 1px dashed #cfcfcf;
  display: block;
  padding: 0 0 35px;
  position: relative;
}

@media screen and (max-width: 500px) {
  .topNews-main .item {
    padding: 0 0 20px;
  }
}

.topNews-main .item + .item {
  padding-top: 25px;
}

@media screen and (max-width: 500px) {
  .topNews-main .item + .item {
    padding-top: 20px;
  }
}

.topNews-main .item dl dt {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.063em;
  line-height: 1.5;
  color: #9e9e9e;
}

.topNews-main .item dl dd {
  margin-top: 7px;
}

@media screen and (max-width: 500px) {
  .topNews-main .item dl dd {
    margin-top: 6px;
  }
}

.topNews-main .item dl dd .ttl {
  color: #000;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.063em;
  line-height: 1.5;
}

.topNews-main .item dl dd p {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.071em;
  line-height: 2;
  margin-top: 8px;
}

@media screen and (max-width: 500px) {
  .topNews-main .item dl dd p {
    margin-top: 7px;
  }
}

.topNews-main .item .txt {
  position: relative;
  padding-right: 95px;
}

@media screen and (max-width: 500px) {
  .topNews-main .item .txt {
    padding-right: 75px;
  }
}

.topNews-main .item .txt .icon {
  align-items: center;
  top: 10px;
  display: flex;
  justify-content: center;
  position: absolute;
  right: 35px;
  max-width: 35px;
}

@media screen and (max-width: 500px) {
  .topNews-main .item .txt .icon {
    right: 15px;
  }
}

.topNews-main .item .txt .icon img {
  display: block;
  width: 100%;
}
