@charset "utf-8";
/* CSS Document */

@media screen and (max-width:768px) {
	p {
		font-size: 0.8em;
	}
}

.content-card {
  max-width: 800px;
  margin: 0 auto;
  padding: 2rem 1.5rem;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
}

.image-wrap {
  text-align: center;
  margin-bottom: 1.5rem;
}

.image-wrap img {
  width: 90%;
  max-width: 700px;
  height: auto;
}

.text {
  text-align: center;
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
}

.text strong {
  color: #2a7f74;
}

.highlight {
  display: inline-block;
  margin-bottom: .5rem;
  padding: .3rem .8rem;
  background: #e6f4f2;
  color: #2a7f74;
  border-radius: 999px;
  font-weight: 600;
}


ul.flow2 {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 800px;
}

ul.flow2 li {
  display: flex;
  gap: 1rem;
  padding: 1rem 0;
  position: relative;
}

ul.flow2 .icon {
	padding: 0.5rem;
  height: 4rem;
  background: #2a7f74;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

ul.flow2 dt {
  font-weight: 600;
  margin-bottom: .3rem;
}

ul.flow2 dd {
  margin: 0;
  color: #555;
  line-height: 1.6;
}

h3{
	line-height: 2rem;
	margin-top: 1.5rem;
	font-size: 1.3rem;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

@media screen and (max-width: 768px) {
  h2.new {
    font-size: 1.5rem;
    padding: 1.5rem;
	  line-height: 2.2rem;
  }

  h2.new span {
    font-size: 1rem;
  }
	h3{
		font-size: 1.2rem;
	}
	ul {
		font-size: 0.8em!important;
	}
	.qa-1{
		font-size: 0.9em;
	}
}
