@charset "utf-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,500,700&display=swap&subset=japanese");




/* ============================================
  Special
============================================ */

#special {
  color: #333;
  font-family: "Noto Sans JP", sans-serif, "Arial", YuGothic, "Yu Gothic",
    "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo,
    "ＭＳ ゴシック";
  font-size: 16px;
  line-height: 1.7;
  font-feature-settings: "palt";
  letter-spacing: 0.025em;
  max-width: 890px;
  margin: 0 auto;
  padding: 0;
}

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

#special h2,
#special h3,
#special h4,
#special h5 {
  background: inherit;
  font-size: inherit;
  color: inherit;
  padding: 0;
  text-indent: 0;
}

#special figure {
  margin: 0;
  padding: 0;
  text-align: center;
}

#special img {
  vertical-align: top;
  max-width: 100%;
}


/* ============================================
  Inner
============================================ */

.inner {
  padding: 0;
}

/* ============================================
  Mainimg
============================================ */

.mainimg {
  display: block;
  background: #fff;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

/* ============================================
  Section
============================================ */

.section .section_heading01 {
  font-size: 22px !important;
  font-weight: bold;
  text-align: center;
  margin-bottom: 35px;
}

.section .section_heading02 {
  line-height: inherit;
  border-bottom: none;
}

.section .section_heading02::before {
  display: none;
}

.text01 {
  line-height: 1.7;
  text-align: justify;
}



/* ============================================
  Section01
============================================ */

.section01 {
  margin: 50px auto 35px;
}

.section01 .section_heading02 {
  text-align: center;
  margin: 30px auto 10px;
}

.section01 .section_heading02 span {
  position: relative;
  color: #e294aa;
  font-size: 30px;
  font-weight: bold;
  padding: 0 22px;
}

.section01 .section_heading02 span::before,
.section01 .section_heading02 span::after {
  content: "";
  position: absolute;
  top: 50%;
  background: url(../images/orn_heading01.png) no-repeat 0 0 / 100% auto;
  width: 14px;
  height: 34px;
  margin-top: -17px;
}

.section01 .section_heading02 span::before {
  left: 0;
}

.section01 .section_heading02 span::after {
  right: 0;
  transform: rotate(180deg);
}

.section01 .section_heading02 + .text {
  font-size: 20px;
  text-align: center;
  margin: 0 auto 25px;
}



/* ============================================
  Section02
============================================ */

.section02 {
  margin: 0 auto 80px;
}

.pagenavi {
  margin: 30px auto 0;
}

.pagenaviList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  padding-left: 0;
}

.pagenaviList_item {
  width: calc(250 / 840 * 100%);
  height: 75px;
}

.pagenaviList_item > a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: inherit;
  font-size: 17px;
  line-height: 1.3;
  text-align: center;
  transition: all 200ms;
  border: 1px solid;
  border-radius: 5px;
  height: 100%;
  text-decoration: none;
}

.pagenaviList_item > a:hover {
  opacity: 0.65;
  text-decoration: none;
}

.pagenaviList_item:nth-of-type(1) > a {
  background-color: #feecf1;
  border-color: #e293aa;
}

.pagenaviList_item:nth-of-type(2) > a {
  background-color: #e2f2e6;
  border-color: #71b784;
}

.pagenaviList_item:nth-of-type(3) > a {
  background-color: #ffeddc;
  border-color: #eea966;
}

.pagenaviList_item > a:hover {
  color: #fff;
}

.pagenaviList_item:nth-of-type(1) > a:hover {
  background-color: #dd90a6;
}

.pagenaviList_item:nth-of-type(2) > a:hover {
  background-color: #509664;
}

.pagenaviList_item:nth-of-type(3) > a:hover {
  background-color: #d98432;
}



/* ============================================
  Section03
============================================ */

.section03 .section_heading01 > span {
  position: relative;
  font-size: 32px;
  padding: 0 0 0 120px;
}

.section03 .section_heading01 > span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/orn_heading02.png) no-repeat 0 0 / 100% auto;
  width: 107px;
  height: 42px;
}

.section03 .section_heading01 > span > .marker {
  background: linear-gradient(
    transparent 0%,
    transparent 75%,
    #f3c493 75%,
    #f3c493 90%,
    transparent 90%
  );
}

.section03 .section_heading01 + .text01 {
  text-align: center;
  margin-bottom: 40px;
}

.section03 .adviceArea {
  background: #f2f0ed;
  margin: 70px auto 0;
  padding: 30px 20px;
}

.section03 .adviceArea > .heading {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #e293aa;
  margin: 0 0 20px;
}

.section03 .adviceArea > .heading > .first {
  color: #e294aa;
  font-size: 16px;
  font-weight: 500;
}

.section03 .adviceArea > .heading > .second {
  color: #333;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.02em;
  margin-top: 10px;
  padding-bottom: 15px;
}

.section03 .adviceArea .box {
  background: #fff;
  border: 1px solid #e8acbb;
  padding: 20px;
}

.section03 .adviceArea .box > .heading {
  margin: 0 0 15px;
}

.section03 .adviceArea .box > .heading > span {
  background: #e8acbb;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  border-radius: 5px;
  width: 240px;
  height: 40px;
}

.section03 .adviceArea .box dl dt {
  color: #e293aa;
  font-size: 18px;
}

.section03 .adviceArea .box dl dd {
  margin: 0;
}

.section03 .adviceArea > .section_heading02 {
  font-size: 18px !important;
  font-weight: 500;
  margin: 20px 0 15px;
}



/* ============================================
  Section04
============================================ */

.section04 {
  margin: 50px auto 70px;
}

.section04 .section_heading01 {
  margin-bottom: 30px;
}

.section04 .section_heading01 > span {
  position: relative;
  font-size: 32px;
  padding: 0 0 0 100px;
}

.section04 .section_heading01 > span::before {
  content: "";
  position: absolute;
  top: -22px;
  left: 0;
  background: url(../images/orn_heading03.png) no-repeat 0 0 / 100% auto;
  width: 87px;
  height: 55px;
}

.section04 .section_heading01 > span > .marker {
  background: linear-gradient(
    transparent 0%,
    transparent 75%,
    #f3c493 75%,
    #f3c493 90%,
    transparent 90%
  );
}

.section04 .section_heading01 + .text01 {
  text-align: center;
  margin-bottom: 40px;
}

.section04 .typeList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 0;
}

.section04 .typeList_item {
  display: flex;
  flex-direction: column;
  width: calc(260 / 850 * 100%);
}

.section04 .typeList_item > .type {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: bold;
  border-radius: 20px;
  height: 40px;
}

.section04 .typeList_item:nth-of-type(1) > .type {
  background: #71b784;
}

.section04 .typeList_item:nth-of-type(2) > .type {
  background: #eea966;
}

.section04 .typeList_item:nth-of-type(3) > .type {
  background: #e293aa;
}

.section04 .type_heading {
  margin-bottom: 10px;
}

.section04 .type_heading > span {
  display: flex;
  flex-direction: column;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}

.section04 .type_heading b {
  font-size: 14px;
  font-weight: normal;
}

.section04 .typeList_item .text01 {
  height: 167px;
}

.section04 .typeList_item dl {
  flex: 1 1 auto;
  position: relative;
  border: 1px solid #000;
  padding: 3px 14px;
}

.section04 .typeList_item:nth-of-type(1) dl {
  border-color: #71b784;
}

.section04 .typeList_item:nth-of-type(2) dl {
  border-color: #eea966;
}

.section04 .typeList_item:nth-of-type(3) dl {
  border-color: #e293aa;
}

.section04 .typeList_item dl::before,
.section04 .typeList_item dl::after {
  content: "";
  position: absolute;
  left: 50%;
  background-color: #fff;
  width: 236px;
  height: 1px;
  margin-left: -118px;
}

.section04 .typeList_item dl::before {
  top: -1px;
}

.section04 .typeList_item dl::after {
  bottom: -1px;
}

.section04 .typeList_item dl dt {
  font-size: 18px;
  font-weight: 500;
}

.section04 .typeList_item:nth-of-type(1) dl dt {
  color: #71b784;
}

.section04 .typeList_item:nth-of-type(2) dl dt {
  color: #eea966;
}

.section04 .typeList_item:nth-of-type(3) dl dt {
  color: #e293aa;
}

.section04 .typeList_item dl dd {
  line-height: 1.45;
  margin: 5px 0 0;
}



/* ============================================
  Type
============================================ */

.section_type {
  padding: 60px 20px 80px;
}

.section_type01 {
  background: #e3f1e6;
}

.section_type02 {
  background: #fceee0;
}

.section_type03 {
  background: #f9e9ee;
}

.section_type .case + .case {
  margin-top: 50px;
}

.section_type .heading {
  display: flex;
  flex-direction: column;
  border-bottom: 2px solid #fff;
  margin: 0 0 20px;
}

.section_type .heading > .first {
  font-size: 16px;
  font-weight: 500;
}

.section_type01 .heading > .first {
  color: #71b784;
}

.section_type02 .heading > .first {
  color: #eea966;
}

.section_type03 .heading > .first {
  color: #e294aa;
}

.section_type .heading > .second {
  display: flex;
  align-items: center;
  font-size: 32px;
  font-weight: bold;
  margin-top: 10px;
  padding-bottom: 15px;
}

.section_type .heading > .second > small {
  font-size: 16px;
  font-weight: normal;
  padding: 0.5em 0 0 22px;
}

.section_type .column_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.section_type .column {
  flex: 0 0 auto;
}

.section_type .column-text {
  width: 59%;
}

.section_type02 .case_img {
  padding-top: 20px;
}

.section_type .heading_type01 {
  text-align: left;
  margin: 0 auto 15px;
}

.section_type .heading_type01 > span {
  font-size: 18px;
  font-weight: 500;
}

.treatmentArea {
  position: relative;
  background: #fff;
  border-radius: 6px / 4px;
  padding: 30px 36px;
  margin: 72px auto 60px;
}

.treatmentArea::before {
  content: "";
  position: absolute;
  top: -32px;
  left: 30px;
  background: url(../images/ttl_treatment01.png) no-repeat 0 0 / 100% auto;
  width: 172px;
  height: 33px;
}

.section_type02 .treatmentArea::before {
  background-image: url(../images/ttl_treatment02.png);
}

.treatmentArea dl {
  margin: 0;
}

.section_type01 .treatmentArea dl {
  color: #77ba89;
}

.section_type02 .treatmentArea dl {
  color: #eea966;
}

.treatmentArea dl dt {
  font-size: 18px;
  font-weight: 500;
}

.treatmentArea dl dd {
  color: #333;
  margin: 10px 0 0;
}

.treatmentArea .treatment_title01 {
  position: relative;
  font-weight: 500;
  width: 224px;
  padding: 8px 2px;
}

.treatmentArea .treatment_title01::before,
.treatmentArea .treatment_title01::after {
  content: "";
  position: absolute;
  left: 0;
  background-image: linear-gradient(
    to right,
    #333,
    #333 3px,
    transparent 3px,
    transparent 6px
  );
  background-size: 6px 1px;
  background-repeat: repeat-x;
  width: 100%;
  height: 1px;
}

.treatmentArea .treatment_title01::before {
  top: 0;
}

.treatmentArea .treatment_title01::after {
  bottom: 0;
}

.treatmentArea .treatment_title01 > span {
  color: #eea966;
  font-size: 20px;
}

.treatmentArea .treatment_description01 {
  margin: 15px 0 0;
}

.treatmentArea .treatment_description01 + .treatment_title01 {
  margin: 15px 0 0;
}

.comment_heading {
  margin: 0 auto 40px;
}

.comment_heading > span {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #71b785;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  width: 490px;
  height: 36px;
  margin: 0 auto;
}

.comment_heading > span::before,
.comment_heading > span::after {
  content: "";
  position: absolute;
  top: 0;
}

.comment_heading > span::before {
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 0 18px 7px;
  border-color: transparent transparent transparent #e3f1e6;
}

.comment_heading > span::after {
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 7px 18px 0;
  border-color: transparent #e3f1e6 transparent transparent;
}

.section_type02 .comment_heading > span {
  background: #eea966;
}

.section_type02 .comment_heading > span::before {
  border-left-color: #fceee0;
}

.section_type02 .comment_heading > span::after {
  border-right-color: #fceee0;
}

.commentArea .comment_item + .comment_item {
  margin-top: 45px;
}

.commentArea .column_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.commentArea .column {
  flex: 0 0 auto;
}

.commentArea .column-img {
  position: relative;
  display: flex;
  width: 150px;
}

.commentArea .column-img .number {
  position: absolute;
  top: -20px;
  right: 0;
  left: 0;
  text-align: center;
}

.section_type02 .commentArea .column-img .number {
  color: #eea966;
}

.commentArea .column-img .number + .img {
  padding-top: 10px !important;
}

.commentArea .column-img .img {
  text-align: center;
  width: 150px;
}

.commentArea .column-img .img figcaption {
  font-size: 14px;
  white-space: nowrap;
  margin-top: 5px;
}

.commentArea .column-text {
  width: 670px;
}

.commentArea .comment_title {
  margin: 0 0 20px;
}

.commentArea .comment_title > span {
  position: relative;
  display: flex;
  align-items: center;
  background: #fff;
  color: #71b785;
  font-size: 18px;
  font-weight: 500;
  border-radius: 5px;
  padding: 12px 24px;
}

.section_type02 .commentArea .comment_title > span {
  color: #eea966;
}

.commentArea .comment_title > span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -16px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 16px 8px 0;
  border-color: transparent #fff transparent transparent;
  margin-top: -8px;
}

.commentArea .btn_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 70px auto 0;
}

.commentArea .btn-more {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #71b784;
  transition: all 300ms;
  border-radius: 3px / 5px;
  box-shadow: 0 7px 6px rgba(0, 0, 0, 0.2);
  width: 436px;
  height: 58px;
  text-decoration: none;
}

.commentArea .btn-more::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  background: url(../images/ico_arrow_wh01.png) no-repeat 0 0 / 100% auto;
  width: 9px;
  height: 14px;
  margin-top: -7px;
}

.section_type02 .commentArea .btn-more {
  background: #eea966;
}

.commentArea .btn-more:hover {
  background: #509664;
  text-decoration: none;
}

.section_type02 .commentArea .btn-more:hover {
  background: #d98432;
}

.commentArea .btn-more > span {
  color: #fff;
  font-size: 17px;
  font-weight: bold;
}


/* ============================================
  Section05
============================================ */

.section05 {
  position: relative;
  background: #f2f1ed;
  padding: 60px 20px 90px;
  margin: 100px auto 0;
}

.section05::before {
  content: "";
  position: absolute;
  top: -26px;
  left: 0;
  background: url(../images/bg_wavy01.png) no-repeat 0 0 / 100% auto;
  width: 100%;
  height: 26px;
}

.section05 .section_heading01 {
  margin-bottom: 30px;
}

.section05 .section_heading01 > span {
  color: #71b785;
  font-size: 26px;
}

.section05 .section_heading01 + .text01 {
  text-align: center;
  margin-bottom: 60px;
}

.section05 .qaArea > .row + .row {
  margin: 40px 0 0;
}

.section05 .qaArea .question,
.section05 .qaArea .answer {
  position: relative;
}

.section05 .qaArea .question::before,
.section05 .qaArea .answer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
  width: 36px;
  height: 36px;
}

.section05 .qaArea .question::before {
  background-image: url(../images/ico_q01.png);
}

.section05 .qaArea .answer::before {
  background-image: url(../images/ico_a01.png);
}

.section05 .qaArea .question {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.16;
  padding: 6.4px 0 0 50px;
}

.section05 .qaArea .answer {
  margin: 22px 0 0 0;
  padding: 4.4px 0 0 50px;
}


/* ============================================
  Section06
============================================ */

.section06 {
  padding: 80px 0 20px;
}

.section06 .section_heading01 > span {
  position: relative;
  font-size: 32px;
  padding: 0 0 0 120px;
}

.section06 .section_heading01 > span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/orn_heading02.png) no-repeat 0 0 / 100% auto;
  width: 107px;
  height: 41px;
}

.section06 .section_heading01 > span > .marker {
  background: linear-gradient(
    transparent 0%,
    transparent 75%,
    #f3c493 75%,
    #f3c493 90%,
    transparent 90%
  );
}

.section06 .section_heading01 + .text01 {
  text-align: center;
  margin-bottom: 40px;
}

.section06 .section_heading02 {
  text-align: center;
  margin-bottom: 40px;
}

.section06 .section_heading02 > span {
  font-size: 20px;
  font-weight: bold;
}

.section06 .column_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 70px;
}

.section06 .column_wrap .column {
  flex: 0 0 auto;
}

.section06 .column_wrap .column-text {
  width: 496px;
}

.section06 .column_wrap .column-text .text01 {
  text-align: justify;
}

.section06 .column_wrap .column-img {
  width: 344px;
}

.section06 .section_heading03 {
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.section06 .section_heading03 > span {
  position: relative;
  font-size: 32px;
  padding: 7px 0 0 80px;
}

.section06 .section_heading03 > span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/orn_heading05.png) no-repeat 0 0 / 100% auto;
  width: 62px;
  height: 44px;
}

.section06 .section_heading03 > span > b {
  color: #e294aa;
}

.section06 .flowArea > .row {
  position: relative;
  margin: 0;
  padding: 40px 0;
}

.section06 .flowArea > .row + .row::before,
.section06 .flowArea > .row + .row::after {
  content: "";
  position: absolute;
}

.section06 .flowArea > .row + .row::before {
  top: 0;
  left: 0;
  background-image: linear-gradient(
    to right,
    #b9b9b9,
    #b9b9b9 3px,
    transparent 3px,
    transparent 6px
  );
  background-size: 6px 1px;
  background-repeat: repeat-x;
  width: 100%;
  height: 1px;
}

.section06 .flowArea > .row + .row::after {
  left: 50%;
  top: -12.5px;
  z-index: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 21.5px 0 21.5px;
  border-color: #e8acbb transparent transparent transparent;
  margin-left: -21.5px;
}

.section06 .flowArea .title {
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
}

.section06 .flowArea .title > span {
  font-size: 18px;
  font-weight: 500;
  margin-left: 25px;
}

.section06 .flowArea .content {
  margin: 20px 0 0;
}



/* ============================================
  Section07
============================================ */

.section07 {
  background: #71b784;
  padding: 20px 20px 40px;
}

.section07 .section_heading01 {
  display: flex;
  flex-direction: column;
  margin-bottom: 60px;
}

.section07 .section_heading01 > span {
  color: #fff;
}

.section07 .section_heading01 > .first {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.2;
}

.section07 .section_heading01 > .second {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 20px;
}

.section07 .section_heading02 {
  margin-bottom: 20px;
}

.section07 .section_heading02 > span {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.2;
}

.section07 .section_heading02 + .text01 {
  margin-bottom: 30px;
}

.section07 .profileArea {
  position: relative;
  padding: 35px 0 0;
}

.section07 .profileArea::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(
    to right,
    #fff,
    #fff 3px,
    transparent 3px,
    transparent 6px
  );
  background-size: 6px 1px;
  background-repeat: repeat-x;
  width: 100%;
  height: 1px;
}

.section07 .profileArea .column_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.section07 .profileArea .column {
  flex: 0 0 auto;
}

.section07 .profileArea .column-img {
  width: 151px;
}

.section07 .profileArea .column-text {
  width: 670px;
  padding: 12px 0 0 0;
}

.section07 .profileArea .name {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 15px;
}



/* ============================================
  イラストレーター
============================================ */

.illustratorsName {
  font-size: 12px;
  text-align: right;
}

/* ============================================
  検索結果へのリンク
============================================ */
#link-list {
  margin: 30px 0 15px 0;
}

div#link-list p {
  font-size: 15px;
}

#link-list ul {
  font-size: 15px;
  list-style: none;
}

.pflink a {
  text-decoration: none;
}

.pflink a:hover {
  text-decoration: underline;
}

.pflink a:link {
  color: #0066ff;
}

.pflink a:visited {
  color: #003399;
}

span.green {
  font-size: 15px;
  font-weight: bold;
  color: #2bb32b;
  background-color: #ffffff;
}

/* ============================================
  TOPへ戻るボタン
============================================ */

.btn_green {
  display: inline-block;
  background-color: #248e3a;
  color: #fff;
  padding: 0.8em 1.5em 0.8em 1em;
  text-decoration: none;
  border-radius: 4px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.12),
    0 3px 1px -2px rgba(0, 0, 0, 0.2);
  -webkit-tap-highlight-color: transparent;
  transition: 0.2s ease-out;
  font-size: 15px;
  text-align: center;
  margin-top: 40px;
  position: relative;
  width: 350px;
  box-sizing: content-box;
}

.btn_green::after {
  position: absolute;
  content: "〉";
  right: 5px;
  color: #fff;
  top: 50%;
  margin-top: -11px;
}

.btn_green:hover {
  text-decoration: none;
  transform: translateY(-4px);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 3px 10px 0 rgba(0, 0, 0, 0.12),
    0 4px 7px -2px rgba(0, 0, 0, 0.2);
  color: #fff;
}


