@charset "UTF-8";

/* ---------- Reset ---------- */

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

html {
  font-size: 62.5%;
}

body,
h1,
h2,
h3,
p,
ul,
li {
  margin: 0;
  padding: 0;
}

body {
  font-family:
    "Hiragino Sans",
    "Yu Gothic",
    Meiryo,
    sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #3a2a22;
  background: #fffaf3;
}

img {
  max-width: 100%;
  display: block;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

/* ---------- Layout ---------- */

.ny-section {
  padding: 4.8rem 1.6rem;
}

.ny-section__inner {
  max-width: 1080px;
  margin: 0 auto;
}

/* ---------- Heading ---------- */

.ny-label {
  text-align: center;
  font-size: 1.2rem;
  color: #d9793d;
  letter-spacing: 0.1em;
}

.ny-title {
  text-align: center;
  font-size: 2.6rem;
  font-weight: bold;
  color: #2f7f95;
margin-bottom: 0.6rem;
}

.ny-heading {
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  color: #2f7f95;
}

.ny-title::after,
.ny-heading::after {
  content: "";
  display: block;
  width: 80%;
  height: 2px;
  margin: 0.8rem auto 0;
  background: #2f7f95;
  border-radius: 999px;
}

@media (min-width: 768px) {
.ny-title::after,
.ny-heading::after {
  width: 60%;
}
}



/* ---------- Responsive ---------- */

@media (min-width: 768px) {
  .ny-section {
    padding: 6rem 3rem;
  }

  .ny-title {
    font-size: 3.2rem;
  }
}


/*ーーーTOP画像ーーーー*/
.ny-hero {
  padding: 2.4rem 1.6rem;
  background: #fffaf3;
}

.ny-hero__image {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  border-radius: 16px;
}
.jjc{/*センター*/
	display:flex;
	justify-content: center;
}

.bold600{
	font-weight: bold;
	color: blue;
}



