/* --------------------------------
 * isshoumochi
 * -------------------------------- */
/* ----------------
 * main-color
 * ---------------- */
.main-color01 {
  color: #41a17b;
}
/* ----------------
 * content-title
 * ---------------- */
.content-wrap {
  margin-bottom: 50px;
  padding-top: 60px;
  margin-top: -60px;
}
/* ----------------
 * content-title
 * ---------------- */
.content-title h2 {
  max-width: 750px;
  margin: 0 auto;
  padding: 2em 0 2.3em;
  background-color: #e8f2e8;
  white-space: nowrap;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  color: #41a17b;
  letter-spacing: 1px;
  border-radius: 0 0 85% 85% / 0 0 100% 100%;
  position: relative;
  z-index: 99;
  line-height: 1.6;
}
.content-image {
  max-width: 750px;
  margin: -120px auto 10px;
  position: relative;
  z-index: 9s;
}
@media only screen and (max-width: 750px) {
  .content-image {
    margin-top: -21%;
  }
}
@media only screen and (max-width: 600px) {
  .content-title h2 {
    font-size: 1.8rem;
  }
}
/* ----------------
 * #content06 .content-image
 * ---------------- */
#content06 .content-image {
  position: relative;
  overflow: hidden;
}
#content06 .content-image .content-image-sub {
  position: absolute;
  width: 43%;
  top: 10.5%;
  right: -5px;
  z-index: 99;
}


/* ----------------
 * topics-wrap
 * ---------------- */
.topics-wrap {
  background-color: #fffde6;
  position: relative;
}
.topics-wrap h2 {
  position: relative;
  font-family: '游明朝', YuMincho, '游明朝体', 'YuMincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', ‘HG明朝E’, ‘ＭＳ Ｐ明朝’, ‘ＭＳ 明朝’, serif;
  padding: .5em 1px;
  margin-left: auto;
    margin-right: auto;
  border: 2px solid #41a17b;
  border-radius: 20px;
  color: #41a17b;
  line-height: 1;
  font-size: 2.4rem;
  font-weight: 800;
  text-align: center;
  width: 80%;
  max-width: 500px;
  top: -20px;
  letter-spacing: 1px;
}
.topics-wrap h2::before,
.topics-wrap h2::after {
    position: absolute;
    bottom: -15px;
    left: 50%;
    width: 20px;
    height: 15px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    margin-left: -10px;
}
.topics-wrap h2::before {
    background-color: #41a17b;
}
.topics-wrap h2::after {
    bottom: -11px;
    background-color: #fffde6;
}
.topics-wrap h3 {
  font-size: 2.0rem;
  color: #41a17b;
  font-weight: bold;
  text-align: center;
  margin-top: -20px;
  letter-spacing: 1px;
}
.topics-wrap h3 a {
  color: #3783c5;
  margin-right: .2em;
}
.topics01-img img {
  display: block;
}
.topics02-img {
  max-width: 600px;
  margin: 0 auto;
}
@media only screen and (max-width: 600px) {
  .topics-wrap h2 {
    font-size: 2.2rem;
  }
  .topics-wrap h3 {
    font-size: 1.6rem;
  }
}
.topics-btn {
  display: flex;
  justify-content: space-between;
  max-width: 500px;
  width: 90%;
  margin: 0 auto;
  padding-bottom: 2.5em;
}
.topics-btn li {
  width: 48%;
  max-width: 220px;
}
.topics02 {
  text-align: center;
}


.topics-wrap ol {
  counter-reset: number 0;
  margin-bottom: 1em;
}
.topics-wrap ol li {
  padding: 1em;
  padding-left: 4em;
  position: relative;
}
.topics-wrap ol li:not(:last-child) {
  border-bottom: 1px dotted #41a17b;
}
.topics-wrap ol li::before {
  counter-increment: number 1;
  content: counter(number) " ";
  position: absolute;
  top: .6em;
  left:0px;
  width: 1.5em;
  height: 1.5em;
  text-align: center;
  background-color: #41a17b;
  color: #ffffff;
  border-radius: 3em;
  font-family: '游明朝', YuMincho, '游明朝体', 'YuMincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', ‘HG明朝E’, ‘ＭＳ Ｐ明朝’, ‘ＭＳ 明朝’, serif;
  font-size: 3.0rem;
  line-height: 1.5;
}
#content07 .topics-wrap {
  padding: 0 5% 1.5em;
}
#content07 .topics-wrap p {
  font-size: 1.2rem;
}

/* ----------------
 * info-wrap
 * ---------------- */
.info-wrap {
  text-align: center;
  margin-bottom: 8em;
}
.info-wrap h2 {
  color: #41a17b;
  line-height: 1;
  font-size: 2.0rem;
  font-weight: 800;
  text-align: center;
}
.info-wrap h2 span {
  display: inline-block;
  margin-bottom: 2em;
}
.info-wrap h2 span::before,
.info-wrap h2 span::after {
  content: '';
  display: inline-block;
  width: 18px;
  height: 4.8rem;
  border: 2px solid #41a17b;
  position: relative;
  top: .9em;
}
.info-wrap h2 span::before {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-right: 0px;
  margin-right: .9em;
}
.info-wrap h2 span::after {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-left: 0px;
  margin-left: .5em;
}
.info-img {
  position: relative;
  width: 80%;
  margin: 0 auto 13%;
}
.info-img-sub {
  position: absolute;
  width: 60%;
  bottom: -30%;
  right: -10%;
  z-index: 99;
}
.info-note {
  font-size: 1.2rem;
  margin-bottom: 1em;
}
@media only screen and (max-width: 600px) {
  .info-wrap h2 {
    font-size: 1.8rem;
  }
}
.info-btn {
  display: block;
  max-width: 500px;
  width: 75%;
  margin: 0 auto;
  text-decoration: none;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  background-color: #D45382;
  padding: 13px 10px;
  position: relative;
  border-radius: 50px;
  text-align: center;
  background-image: -webkit-linear-gradient(270deg, #d9ece5 0.13%, #41a17b 90%);
  background-image: -moz-linear-gradient(270deg, #d9ece5 0.13%, #41a17b 90%);
  background-image: -o-linear-gradient(270deg, #d9ece5 0.13%, #41a17b 90%);
  background-image: linear-gradient(180deg, #d9ece5 0.13%, #41a17b 90%);
  -webkit-box-shadow: 5px 5px 5px -2px #709184;
  box-shadow: 5px 5px 5px -2px #709184;
}
.info-btn::after {
  position: absolute;
  font-family: "fontello";
  content: '\e812';
  right: 20px;
  top: 50%;
  margin-top: -14px;
  line-height: 1;
  font-size: 30px;
}
@media only screen and (max-width: 600px) {
  .info-btn {
    font-size: 1.5rem;
    text-align: left;
    padding-left: 40px;
  }
}


















































/* ----------------
 * column-wrap
 * ---------------- */
.column-wrap {
  border: 1px solid #000;
  position: relative;
  margin-bottom: 50px;
  padding: 50px 5%;
  border-radius: 10px;
}
.column-wrap::before {
  position: absolute;
  content: url("../img/column_s_title.webp");
  top: -12px;
  left: 50%;
  margin-left: -66px;
  background-color: #fff;
  padding: 0 25px;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  line-height: 1;
}
.column-title {
  text-align: center;
  margin-bottom: 1.5em;
}
.column-title span {
	display: inline-block;
	color: #434343;
	position: relative;
	margin-bottom: 5px;
	letter-spacing: 1px;
	font-size: 1.8rem;
	font-weight: 600;
}
.column-title span::before, .column-title span::after {
	content: "";
	position: absolute;
	height: 30px;
	width: 1px;
	background-color: #434343;
	bottom: -3px;
}
.column-title span::before {
	left: -15px;
	transform: rotate(-25deg);
}
.column-title span::after {
	right: -15px;
	transform: rotate(25deg);
}
.column-title strong {
	color: #41a17b;
	display: inline-block;
	font-size: 2.8rem;
	font-weight: 800;
	letter-spacing: .2em;
	line-height: 1.5;
	background-image: -webkit-linear-gradient(270deg,#ffffff 60%,#fffaa3 40%);
	background-image: -moz-linear-gradient(270deg,#ffffff 60%,#fffaa3 40%);
	background-image: -o-linear-gradient(270deg,#ffffff 60%,#fffaa3 40%);
	background-image: linear-gradient(180deg,#ffffff 60%,#fffaa3 40%);
}
.column-title-s {
  text-align: center;
  margin-bottom: .8em;
  color: #41a17b;
  font-size: 2.2rem;
  font-weight: 800;
	letter-spacing: .2em;
	line-height: 1.5;
}
.column-img {
  max-width: 480px;
  margin: 0 auto 1em;
}







@media only screen and (max-width: 600px) {
  .column-title span {
    font-size: 1.4rem;
  }
  .column-title strong {
    font-size: 2.2rem;
  }
  .column-title-s {
    font-size: 1.8rem;
  }
  .column-img-sub {
  width: 48%;
  margin-top: -22%;
}
}











/* ----------------
 * checklist-wrap
 * ---------------- */
#content08 {
  overflow: hidden;
}
.checklist-wrap {
  color: #ff93a1;
  display: block;
  position: relative;
  font-size: 2.8rem;
  background-color: #ffffff;
  border: 1px solid #41a17b;
  padding: 7% 6% 5%;
  margin: 0 auto 15px;
  max-width: 700px;
}
.checklist-wrap::before,
.checklist-wrap::after {
	content: "";
	width: 60px;
	height: 60px;
	transform: rotate(45deg);
	background: #ffffff;
	position: absolute;
	z-index: 1;
}
.checklist-wrap::before {
	border-bottom: thick double #41a17b;
	top:-30px;
	right:-30px;
}
.checklist-wrap::after {
	border-top: thick double #41a17b;
	bottom:-30px;
	left:-30px;
}











.checklist-wrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.checklist-wrap ul li {
  margin-bottom: .5em;
  position: relative;
  padding-left: 1.3em;
  font-size: 2.0rem;
  font-weight: 600;
  width: 100%;
  color: #41a17b;
  line-height: 1.5;
}
.checklist-wrap ul li:nth-child(n+4) {
  width: 49%;
}
.checklist-wrap ul li span {
  font-size: 1.2rem;
  color: #434343;
  display: block;
  margin-left: -2em;
  font-weight: normal;
}
.checklist-wrap ul li::before {
  content: "□";
  position: absolute;
  top: 0px;
  left: 0px;
  font-weight: bold;
}
@media only screen and (max-width: 600px) {
  .checklist-wrap ul li {
    font-size: 1.6rem;
  }
}




/* ----------------
 * qa-wrap
 * ---------------- */
.qa-wrap {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 50px;
}
.question-wrap, .answer-wrap {
  border-radius: 10px;
  padding: 4% 4% 1px;
  position: relative;
}
.qa-note {
  text-align: right;
  margin-bottom: 20px;
  padding: 0 10px;
  font-size: 1.2rem;
}
.question-wrap {
  background-color: #f0f0f0;
  margin-bottom: 15px;
}
.answer-wrap {
  background-color: #e8f3f1;
  margin-bottom: 30px;
  padding-bottom: 4%;
}
.question-wrap h2, .answer-wrap h2 {
  position: relative;
  font-weight: bold;
  font-size: 2.4rem;
  padding-left: 3em;
}
.question-wrap h2::before, .answer-wrap h2::before {
  font-size: 8rem;
  font-family: 'Anaheim', sans-serif;
  position: absolute;
  top: -0.1em;
  left: 0;
  line-height: 1;
}
.question-wrap h2 {
  color: #595757;
  padding-bottom: 4%;
}
.answer-wrap h2 {
  color: #41a17b;
  margin-bottom: 0.5em;
}
.question-wrap h2::before {
  content: "Q.";
}
.answer-wrap h2::before {
  content: "A.";
}
.question-wrap h2.one_line {
  padding-bottom: calc(4% + 1.2em);
}
.answer-wrap h2.one_line {
  padding-bottom: 1.2em;
}
@media only screen and (max-width: 600px) {
  .question-wrap h2, .answer-wrap h2 {
    font-size: 2.0rem;
  }
  .question-wrap h2::before, .answer-wrap h2::before {
    font-size: 6.6rem;
  }
}
/* 色付きの半円 */
.question-wrap::before, .question-wrap::after, .answer-wrap::before, .answer-wrap::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  transform: rotate(45deg);
  border: 15px solid transparent;
}
.question-wrap::before {
  right: -15px;
  top: -5px;
  border-top-color: #f0f0f0;
  border-right-color: #f0f0f0;
}
/* 白い半円 */
.question-wrap::after {
  right: -15px;
  top: -18px;
  border-top-color: #ffffff;
  border-right-color: #ffffff;
}
@media only screen and (max-width: 600px) {
  .question-wrap::before, .question-wrap::after {
    border: 10px solid transparent;
  }
  .question-wrap::before {
    right: -10px;
    top: 0px;
  border-top-color: #f0f0f0;
  border-right-color: #f0f0f0;
  }
  /* 白い半円 */
  .question-wrap::after {
    right: -10px;
    top: -10px;
  border-top-color: #ffffff;
  border-right-color: #ffffff;
  }
}

.answer-wrap::before {
  left: -15px;
  top: -5px;
  border-bottom-color: #e8f3f1;
  border-left-color: #e8f3f1;
}
/* 白い半円 */
.answer-wrap::after {
  left: -15px;
  top: -18px;
  border-bottom-color: #ffffff;
  border-left-color: #ffffff;
}
@media only screen and (max-width: 600px) {
  .answer-wrap::before, .answer-wrap::after {
    border: 10px solid transparent;
  }
  .answer-wrap::before {
    left: -10px;
    top: 0px;
    border-bottom-color: #e8f3f1;
    border-left-color: #e8f3f1;
}
  /* 白い半円 */
  .answer-wrap::after {
    left: -10px;
    top: -10px;
    border-bottom-color: #ffffff;
    border-left-color: #ffffff;
  }
}