@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/* ================================================================== */
/* General */
/* ================================================================== */
.cnt {
  width: 100%;
  max-width: 1240px;
  box-sizing: border-box;
}

.cnt-narrow {
  width: 100%;
  max-width: 1080px;
  box-sizing: border-box;
}

/* ========================================================= */
/* カラー */
/* ========================================================= */
/* ========================================================= */
/* フォントタイプ */
/* ========================================================= */
.f_base {
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Helvetica Neue", メイリオ, Meiryo, sans-serif;
}

.f_m1 {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.f_noto {
  font-family: "Noto Sans JP", sans-serif;
}

/* ========================================================= */
/* 装飾 */
/* ========================================================= */
b {
  font-weight: bold;
}

.normal {
  font-weight: normal;
}

strong {
  font-weight: bold;
}

.marker_btm {
  background: linear-gradient(rgba(0, 0, 0, 0) 60%, #fde64f 0%);
}

/* ========================================================= */
/* 表示 */
/* ========================================================= */
.nodisp {
  text-indent: -9999px;
}

.disp_none {
  display: none;
}

.br-pc {
  display: block;
}

.br-tb {
  display: none;
}

.br-sp {
  display: none;
}

.ani, a, .cnt .btn {
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.ani_05 {
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.ani_075 {
  -webkit-transition: 0.75s ease-in-out;
  -moz-transition: 0.75s ease-in-out;
  -o-transition: 0.75s ease-in-out;
  transition: 0.75s ease-in-out;
}

.ani_1 {
  -webkit-transition: 1s ease-in-out;
  -moz-transition: 1s ease-in-out;
  -o-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}

.ani_2 {
  -webkit-transition: 2s ease-in-out;
  -moz-transition: 2s ease-in-out;
  -o-transition: 2s ease-in-out;
  transition: 2s ease-in-out;
}

/* ========================================================= */
/* レイアウト調整 */
/* ========================================================= */
.al-r {
  text-align: right;
}

.al-l {
  text-align: left;
}

.al-c {
  text-align: center;
}

.mtop-0 {
  margin-top: 0 !important;
}

.mauto,
article .mauto {
  margin-left: auto;
  margin-right: auto;
}

.scrollbox {
  position: relative;
  width: 100%;
  overflow: auto;
  scrollbar-base-color: #fff;
  scrollbar-3dlight-color: #ffffff;
  scrollbar-arrow-color: #ffffff;
  scrollbar-darkshadow-color: #ffffff;
  scrollbar-face-color: #f1f1f1;
  scrollbar-highlight-color: #f1f1f1;
  scrollbar-shadow-color: #f1f1f1;
  scrollbar-track-color: #ffffff;
}

/*スクロールバー全体*/
.scrollbox::-webkit-scrollbar {
  width: 10px;
}

/*横スクロールバー全体*/
.scrollbox::-webkit-scrollbar:horizontal {
  height: 10px;
}

/*スクロールバー上下左右末端のボタン*/
.scrollbox::-webkit-scrollbar-button {
  width: 10px;
  height: 10px;
}

/*ドラッグするツマミ部分*/
.scrollbox::-webkit-scrollbar-thumb {
  background: #f1f1f1;
}

/*右下角部分*/
.scrollbox::-webkit-scrollbar-corner {
  background-color: transparent;
}

html {
  font-size: 62.5%;
}

body {
  text-align: center;
  color: #4d4d4d;
  font-family: "ヒラギノ角ゴ Pro", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  overflow-x: hidden;
  position: relative;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}

p,
li,
dt,
dd,
table,
th,
td {
  line-height: 2;
}

img {
  margin: 0;
  padding: 0;
  border: none;
  vertical-align: bottom;
}

a {
  text-decoration: none;
}
a.noborder {
  text-decoration: none;
}
a:visited {
  color: #007440;
}
a:hover {
  text-decoration: underline;
}
a.anchor {
  display: block;
  pointer-events: none;
}

a.nohover:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

input[type="submit"],
input[type="button"],
input[type="reset"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration,
input[type="reset"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus,
input[type="reset"]::focus {
  outline-offset: -2px;
}

@media screen and (max-width: 767px) {
  .br-pc {
    display: none;
  }

  .br-tb {
    display: none;
  }

  .br-sp {
    display: block;
  }
}
.wrap {
  margin: 0.5em;
  padding: 20px;
  overflow: hidden;
  text-align: left;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .wrap {
    padding: 10px;
    max-width: initial;
  }
}
@media screen and (max-width: 767px) {
  .wrap {
    padding: 10px;
    max-width: initial;
  }
}

h1 {
  padding: 0.75em 0;
  font-size: 3rem;
  font-weight: bold;
  color: #007440;
  border-bottom: 1px solid #007440;
  position: relative;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 1.8rem;
  }
}

h2 {
  padding-left: 30px;
  font-size: 1.8rem;
  position: relative;
}
h2::before {
  content: "▲";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(90deg);
}

p,
th,
td,
li {
  line-height: 1.5;
}

table {
  width: 100%;
  margin-top: 20px;
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  table.tb-pc {
    display: none;
  }
}
table.tb-smp {
  display: none;
}
@media screen and (max-width: 767px) {
  table.tb-smp {
    display: table;
  }
}
table th,
table td {
  padding: 0.75em 1em;
  border: 1px solid #707070;
  box-sizing: border-box;
  vertical-align: middle;
}
table th {
  background-color: #ebebeb;
  text-align: center;
}
table td small {
  font-size: 1.2rem;
}

.cnt {
  padding: 30px 0;
  overflow: hidden;
}
.cnt-1 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .cnt-1 {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cnt-1 figure {
  display: block;
  width: 310px;
}
@media screen and (max-width: 767px) {
  .cnt-1 figure {
    width: 100%;
  }
}
.cnt-1 figure img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .cnt-1 figure img {
    width: 70%;
    margin: 0 auto;
  }
}
.cnt-1-blk {
  width: calc(100% - 310px - 30px);
}
@media screen and (max-width: 767px) {
  .cnt-1-blk {
    margin-top: 20px;
    width: auto;
  }
}
.cnt .t-1 {
  padding: 1em;
  background-color: #d0e7c5;
}
.cnt .t-1 small {
  font-size: 1.4rem;
}
.cnt .point {
  margin-top: 20px;
}
.cnt .point li {
  margin-bottom: 20px;
  padding-left: 80px;
  min-height: 60px;
  position: relative;
}
.cnt .point li:last-child {
  margin-bottom: 0;
}
.cnt .point li::before {
  content: "Point";
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border: 2px solid #007440;
  box-sizing: border-box;
  color: #007440;
  font-size: 1.4rem;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.cnt .point li strong {
  color: #007440;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .cnt .point li strong {
    font-size: 1.8rem;
  }
}
.cnt .point-2 {
  margin-top: 20px;
  counter-reset: num;
}
.cnt .point-2 li {
  margin-bottom: 10px;
  padding: 0.5em;
  padding-left: 50px;
  position: relative;
  background-color: #ecf5e2;
}
.cnt .point-2 li:last-child {
  margin-bottom: 0;
}
.cnt .point-2 li::before {
  counter-increment: num;
  content: counter(num);
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 34px;
  height: 100%;
  background-color: #12836e;
  color: white;
  font-size: 1.6rem;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
}
.cnt .point-2 li strong {
  color: #007440;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .cnt .point-2 li strong {
    font-size: 1.8rem;
  }
}
.cnt .plus {
  margin-top: 20px;
  font-size: 4.8rem;
  font-weight: bold;
  color: #007440;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cnt .plus {
    font-size: 3.6rem;
  }
}
.cnt .btm-txt {
  text-align: center;
  font-size: 1.8rem;
}
.cnt .btn {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 15px auto 0;
  width: 240px;
  height: 60px;
  background-color: #007440;
  color: white;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .cnt .btn {
    width: 190px;
    height: 50px;
    font-size: 1.8rem;
  }
}
.cnt .btn::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 18px;
  background: url(../img/icon/arrow.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .cnt .btn::after {
    right: 14px;
  }
}
.cnt .btn:hover {
  text-decoration: none;
}

/* ================================================================== */
/* ================================================================== */
#step1 table tr {
  position: relative;
}
#step1 table th {
  width: 100px;
  max-width: 100px;
}
@media screen and (max-width: 767px) {
  #step1 table th {
    width: auto;
    max-width: initial;
  }
}
#step1 table.tb-smp td:nth-of-type(1) {
  width: 40%;
  max-width: 40%;
}

/* ================================================================== */
/* ================================================================== */
#step2 h1 ul {
  display: -webkit-flex;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}
#step2 h1 ul li {
  margin-right: 15px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 70px;
  height: 70px;
  background-color: #4d9e7a;
  color: white;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  #step2 h1 ul li {
    margin-right: 7px;
    width: 45px;
    height: 45px;
    font-size: 1rem;
  }
}
#step2 .cnt .t-1 {
  margin-top: 10px;
}
#step2 .cnt .survey {
  margin-top: 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  background-color: #ebebeb;
  position: relative;
}
@media screen and (max-width: 767px) {
  #step2 .cnt .survey {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
#step2 .cnt .survey ul {
  padding: 25px;
}
#step2 .cnt .survey ul li {
  margin-left: 1em;
  margin-bottom: 0.25em;
  list-style-type: disc;
}
#step2 .cnt .survey ul li:last-child {
  margin-bottom: 0;
}
#step2 .cnt .survey ul li.ttl {
  margin-left: 0;
  margin-bottom: 1em;
  font-weight: bold;
  list-style-type: none;
}
#step2 .cnt .survey ul li.ttl:not(:nth-of-type(1)) {
  margin-top: 20px;
}
#step2 .cnt .survey .plus {
  display: table;
  margin: auto 0;
}
#step2 .cnt .survey-2 {
  margin-top: 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 767px) {
  #step2 .cnt .survey-2 {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
#step2 .cnt .survey-2 ul {
  width: calc(100% / 2 - 10px);
  max-width: calc(100% / 2 - 10px);
  padding: 25px;
  background-color: #ebebeb;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #step2 .cnt .survey-2 ul {
    width: auto;
    max-width: initial;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  #step2 .cnt .survey-2 ul:last-child {
    margin-bottom: 0;
  }
}
#step2 .cnt .survey-2 ul li {
  margin-left: 1em;
  margin-bottom: 0.25em;
  list-style-type: disc;
}
#step2 .cnt .survey-2 ul li:last-child {
  margin-bottom: 0;
}
#step2 .cnt .survey-2 ul li.ttl {
  margin-left: 0;
  margin-bottom: 1em;
  font-weight: bold;
  list-style-type: none;
}
#step2 .cnt .survey-2 ul li.ttl:not(:nth-of-type(1)) {
  margin-top: 20px;
}
#step2 .cnt .survey-2 .plus {
  display: table;
  margin: auto 0;
}

/* ================================================================== */
/* ================================================================== */
@media screen and (max-width: 767px) {
  #step3 .cnt .s3-lead .t-1 {
    background-color: transparent;
    font-size: 1.6rem;
    font-weight: bold;
    color: #007440;
  }
}
@media screen and (max-width: 767px) {
  #step3 .cnt .s3-lead .t-1 small {
    display: block;
    margin-top: 20px;
    font-size: 1.4rem;
    color: #4d4d4d;
    font-weight: normal;
  }
}
#step3 .cnt .step3-tb {
  margin-bottom: 20px;
}
#step3 .cnt .step3-tb th,
#step3 .cnt .step3-tb td {
  border: 1px solid #9c9c9c;
}
@media screen and (max-width: 767px) {
  #step3 .cnt .step3-tb th,
  #step3 .cnt .step3-tb td {
    padding: 0.25em 0.5em;
    font-size: 1.2rem;
    line-height: 1.3;
  }
}
#step3 .cnt .step3-tb th {
  background-color: #007440;
  color: white;
  font-weight: bold;
}
#step3 .cnt .step3-tb th.no-style {
  background-color: transparent;
  border-top: none;
  border-left: none;
}
#step3 .cnt .step3-tb td {
  text-align: center;
}
#step3 .cnt .step3-tb td:nth-of-type(1) {
  width: 360px;
  max-width: 360px;
  background-color: #707070;
  color: white;
  font-weight: bold;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #step3 .cnt .step3-tb td:nth-of-type(1) {
    width: 100px;
    max-width: 100px;
  }
}
#step3 .cnt .step3-tb td:nth-of-type(1) small {
  font-size: 1.1rem;
  vertical-align: top;
  font-weight: normal;
}
#step3 .cnt .step3-tb td img {
  display: block;
  margin: 0 auto 15px;
  height: 160px;
}
@media screen and (max-width: 767px) {
  #step3 .cnt .step3-tb td img {
    width: 90%;
    height: auto;
  }
}
#step3 .cnt .step3-tb tr:last-child td {
  vertical-align: top;
  text-align: left;
}
#step3 .cnt .step3-tb tr:last-child td .point-txt {
  padding-left: 70px;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 767px) {
  #step3 .cnt .step3-tb tr:last-child td .point-txt {
    padding-left: 50px;
  }
}
#step3 .cnt .step3-tb tr:last-child td .point-txt::before {
  content: "Point";
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border: 2px solid #007440;
  box-sizing: border-box;
  color: #007440;
  font-size: 1.4rem;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  #step3 .cnt .step3-tb tr:last-child td .point-txt::before {
    width: 45px;
    height: 45px;
    font-size: 1.2rem;
  }
}

/* ================================================================== */
/* ================================================================== */
#step4 .cnt {
  counter-reset: num;
}
#step4 .cnt .lead-txt {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  #step4 .cnt .lead-txt {
    font-size: 1.8rem;
  }
}
#step4 .cnt .p-lb {
  margin-top: 30px;
  padding: 1em 0 1em 100px;
  background-color: #cfe7c5;
  position: relative;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #step4 .cnt .p-lb {
    font-size: 1.6rem;
    padding: 1em 0 1em 70px;
    line-height: 1.2;
  }
}
#step4 .cnt .p-lb::before {
  counter-increment: num;
  content: "Point." counter(num);
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 70px;
  height: 30px;
  background-color: #4ca73e;
  color: white;
  position: absolute;
  top: 15px;
  top: 50%;
  left: 15px;
  transform: rotate(0) translateY(-50%);
  font-size: 1.8rem;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  #step4 .cnt .p-lb::before {
    width: 50px;
    font-size: 1.2rem;
    left: 10px;
  }
}
#step4 .cnt-blk {
  padding: 20px 0;
  overflow: hidden;
}
#step4 .cnt .t1 {
  width: 35%;
  display: block;
  float: left;
}
@media screen and (max-width: 767px) {
  #step4 .cnt .t1 {
    width: auto;
    float: none;
  }
}
#step4 .cnt .i1 {
  display: block;
  float: right;
}
@media screen and (max-width: 767px) {
  #step4 .cnt .i1 {
    width: 60%;
    float: none;
    margin: 0 auto 20px;
  }
}
#step4 .cnt .i2 {
  display: block;
  width: 560px;
  float: right;
}
@media screen and (max-width: 767px) {
  #step4 .cnt .i2 {
    float: none;
    width: 100%;
  }
}
#step4 .cnt .i2-sp2 {
  display: none;
}
@media screen and (max-width: 767px) {
  #step4 .cnt .i2-sp2 {
    display: block;
    width: 60%;
    margin: 15px auto 0;
  }
}
#step4 .cnt .pt-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #step4 .cnt .pt-wrap {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
#step4 .cnt .pt-wrap .pt-info {
  width: calc(100% / 4 - 10px);
  max-width: calc(100% / 4 - 10px);
  padding: 20px 10px;
  box-sizing: border-box;
  border: 1px solid #858585;
  position: relative;
}
@media screen and (max-width: 767px) {
  #step4 .cnt .pt-wrap .pt-info {
    width: calc(100% / 2 - 5px);
    max-width: calc(100% / 2 - 5px);
    margin-bottom: 10px;
    padding: 10px;
  }
}
#step4 .cnt .pt-wrap .pt-info:last-child::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -34px;
  transform: translateY(-50%);
  border: 15px solid transparent;
  border-right: 19px solid white;
  z-index: 2;
}
#step4 .cnt .pt-wrap .pt-info:last-child::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -37px;
  transform: translateY(-50%);
  border: 16px solid transparent;
  border-right: 20px solid #858585;
  z-index: 1;
}
#step4 .cnt .pt-wrap .pt-info img {
  display: block;
  margin: 0 auto;
  height: 50px;
}
@media screen and (max-width: 767px) {
  #step4 .cnt .pt-wrap .pt-info img {
    height: 35px;
  }
}
#step4 .cnt .pt-wrap .pt-info h3 {
  margin-top: 15px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #007440;
  text-align: center;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  #step4 .cnt .pt-wrap .pt-info h3 {
    font-size: 1.4rem;
  }
}
#step4 .cnt .pt-wrap .pt-info h3 strong {
  font-size: 3rem;
  font-weight: normal;
  color: #4d4d4d;
}
@media screen and (max-width: 767px) {
  #step4 .cnt .pt-wrap .pt-info h3 strong {
    font-size: 2.4rem;
  }
}
#step4 .cnt .pt-wrap .pt-info h3 small {
  color: #4d4d4d;
}
#step4 .cnt .pt-wrap .pt-info p {
  margin-top: 15px;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #step4 .cnt .pt-wrap .pt-info p {
    font-size: 1.2rem;
    line-height: 1.3;
  }
}
#step4 .cnt .act-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #step4 .cnt .act-wrap {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
#step4 .cnt .act-wrap .act {
  width: calc(100% / 2 - 10px);
}
@media screen and (max-width: 767px) {
  #step4 .cnt .act-wrap .act {
    width: auto;
  }
}
#step4 .cnt .act-wrap .act figure {
  margin-top: 30px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
#step4 .cnt .act-wrap .act figure img {
  display: block;
  margin: 0 25px;
}
#step4 .cnt .act-wrap .act:nth-of-type(2) {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #step4 .cnt .act-wrap .act:nth-of-type(2) {
    margin-top: 20px;
  }
}
#step4 .cnt .act-wrap .act:nth-of-type(2) dl {
  width: calc(100% / 2 - 10px);
  border: 1px solid #939393;
}
@media screen and (max-width: 767px) {
  #step4 .cnt .act-wrap .act:nth-of-type(2) dl {
    width: calc(100% / 2 - 5px);
  }
}
#step4 .cnt .act-wrap .act:nth-of-type(2) dl dt {
  padding: 0.5em 0;
  background-color: #3a9b6e;
  color: white;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #step4 .cnt .act-wrap .act:nth-of-type(2) dl dt {
    font-size: 1.4rem;
    line-height: 1.2;
  }
}
#step4 .cnt .act-wrap .act:nth-of-type(2) dl dd {
  padding: 15px;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #step4 .cnt .act-wrap .act:nth-of-type(2) dl dd {
    padding: 10px;
    font-size: 1.2rem;
    line-height: 1.3;
  }
}
#step4 .cnt .act-wrap .act:nth-of-type(2) dl dd img {
  display: block;
  margin: 15px auto 0;
}
@media screen and (max-width: 767px) {
  #step4 .cnt .act-wrap .act:nth-of-type(2) dl dd img {
    width: 40%;
  }
}

/* ================================================================== */
/* ================================================================== */
#step5 .cnt .lead-txt {
  margin-bottom: 20px;
}
#step5 .cnt .flow-wrap {
  margin-top: 20px;
  padding: 20px;
  background-color: #ecf5e2;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #step5 .cnt .flow-wrap {
    padding: 10px;
  }
}
#step5 .cnt .flow-wrap .flow {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #step5 .cnt .flow-wrap .flow {
    width: 300px;
    margin: 0 auto 40px;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  #step5 .cnt .flow-wrap .flow-1 {
    background-color: #63b03f;
  }
  #step5 .cnt .flow-wrap .flow-1::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -30px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #63b03f transparent transparent transparent;
    border-width: 30px 150px 0 150px;
  }
}
@media screen and (max-width: 767px) {
  #step5 .cnt .flow-wrap .flow-2 {
    background-color: #4d9e7a;
  }
  #step5 .cnt .flow-wrap .flow-2::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -30px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #4d9e7a transparent transparent transparent;
    border-width: 30px 150px 0 150px;
  }
}
#step5 .cnt .flow-wrap .flow-2 .flow-ttl {
  background-color: #4d9e7a;
}
#step5 .cnt .flow-wrap .flow-2 .flow-ttl::after {
  border-color: #4d9e7a transparent transparent transparent;
}
@media screen and (max-width: 767px) {
  #step5 .cnt .flow-wrap .flow-3 {
    background-color: #12836e;
    margin-bottom: 0;
  }
}
#step5 .cnt .flow-wrap .flow-3 .flow-ttl {
  background-color: #12836e;
}
#step5 .cnt .flow-wrap .flow-3 .flow-ttl::after {
  display: none;
}
#step5 .cnt .flow-wrap .flow-ttl {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 200px;
  background-color: #63b03f;
  color: white;
  font-size: 1.8rem;
  position: relative;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  #step5 .cnt .flow-wrap .flow-ttl {
    width: 100%;
    padding-top: 15px;
  }
}
#step5 .cnt .flow-wrap .flow-ttl::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -30px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #63b03f transparent transparent transparent;
  border-width: 30px 100px 0 100px;
}
@media screen and (max-width: 767px) {
  #step5 .cnt .flow-wrap .flow-ttl::after {
    display: none;
  }
}
#step5 .cnt .flow-wrap .flow-blk {
  width: calc(100% - 200px - 40px);
}
@media screen and (max-width: 767px) {
  #step5 .cnt .flow-wrap .flow-blk {
    margin: 10px;
    width: auto;
    background-color: white;
  }
}
#step5 .cnt .flow-wrap .flow-blk dl {
  background-color: white;
  border: 1px solid #707070;
}
#step5 .cnt .flow-wrap .flow-blk dl dt,
#step5 .cnt .flow-wrap .flow-blk dl dd {
  padding: 0.5em 1em;
}
#step5 .cnt .flow-wrap .flow-blk dl dt {
  background-color: #12836e;
  color: white;
}
#step5 .cnt .flow-wrap .flow-blk dl dd ul li {
  margin-left: 1em;
  padding: 0.15em 0;
  list-style-type: disc;
}
#step5 .cnt .flow-wrap .flow-blk p {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #step5 .cnt .flow-wrap .flow-blk p {
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  #step5 .cnt .flow-wrap .flow-blk p:nth-of-type(1) {
    margin-top: 15px;
  }
}
#step5 .cnt .flow-wrap .flow-blk p.note {
  font-size: 1.4rem;
}

/* ================================================================== */
/* ================================================================== */
#step6 .cnt-1 .lb {
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #007440;
}
#step6 .cnt .flow-wrap {
  margin-top: 20px;
  padding: 20px;
  background-color: #ecf5e2;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #step6 .cnt .flow-wrap {
    padding: 10px;
  }
}
#step6 .cnt .flow-wrap .flow {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #step6 .cnt .flow-wrap .flow {
    width: 300px;
    margin: 0 auto 40px;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  #step6 .cnt .flow-wrap .flow-1 {
    background-color: #4ca73f;
  }
  #step6 .cnt .flow-wrap .flow-1::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -30px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #4ca73f transparent transparent transparent;
    border-width: 30px 150px 0 150px;
  }
}
@media screen and (max-width: 767px) {
  #step6 .cnt .flow-wrap .flow-2 {
    background-color: #398e2d;
  }
  #step6 .cnt .flow-wrap .flow-2::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -30px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #398e2d transparent transparent transparent;
    border-width: 30px 150px 0 150px;
  }
}
#step6 .cnt .flow-wrap .flow-2 .flow-ttl {
  background-color: #398e2d;
}
#step6 .cnt .flow-wrap .flow-2 .flow-ttl::after {
  border-color: #398e2d transparent transparent transparent;
}
@media screen and (max-width: 767px) {
  #step6 .cnt .flow-wrap .flow-3 {
    background-color: #227217;
  }
  #step6 .cnt .flow-wrap .flow-3::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -30px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #227217 transparent transparent transparent;
    border-width: 30px 150px 0 150px;
  }
}
#step6 .cnt .flow-wrap .flow-3 .flow-ttl {
  background-color: #227217;
}
#step6 .cnt .flow-wrap .flow-3 .flow-ttl::after {
  border-color: #227217 transparent transparent transparent;
}
#step6 .cnt .flow-wrap .flow-4 {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  #step6 .cnt .flow-wrap .flow-4 {
    background-color: #007440;
    margin-bottom: 0;
  }
}
#step6 .cnt .flow-wrap .flow-4 .flow-ttl {
  padding: 30px 0;
  background-color: #007440;
}
@media screen and (max-width: 767px) {
  #step6 .cnt .flow-wrap .flow-4 .flow-ttl {
    padding: 15px 0 0;
  }
}
#step6 .cnt .flow-wrap .flow-4 .flow-ttl::after {
  display: none;
}
@media screen and (max-width: 767px) {
  #step6 .cnt .flow-wrap .flow-4 .flow-blk h4 {
    margin-bottom: 0;
  }
}
#step6 .cnt .flow-wrap .flow-ttl {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 200px;
  background-color: #4ca73f;
  color: white;
  font-size: 1.8rem;
  position: relative;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  #step6 .cnt .flow-wrap .flow-ttl {
    width: 100%;
    padding-top: 15px;
  }
}
#step6 .cnt .flow-wrap .flow-ttl::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -30px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #4ca73f transparent transparent transparent;
  border-width: 30px 100px 0 100px;
}
@media screen and (max-width: 767px) {
  #step6 .cnt .flow-wrap .flow-ttl::after {
    display: none;
  }
}
#step6 .cnt .flow-wrap .flow-blk {
  width: calc(100% - 200px - 40px);
}
@media screen and (max-width: 767px) {
  #step6 .cnt .flow-wrap .flow-blk {
    margin: 10px;
    width: auto;
    background-color: white;
    padding: 10px;
  }
}
#step6 .cnt .flow-wrap .flow-blk h4 {
  display: table;
  margin-bottom: 20px;
  padding: 0.5em 5em 0.5em 0.5em;
  background-color: #cfe7c5;
  color: #007440;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #step6 .cnt .flow-wrap .flow-blk h4 {
    display: block;
    padding: 0.5em;
    font-size: 1.4rem;
  }
}
#step6 .cnt .flow-wrap .flow-blk ul li {
  margin-left: 1em;
  padding: 0.15em 0;
  list-style-type: disc;
}
@media screen and (max-width: 767px) {
  #step6 .cnt .flow-wrap .flow-blk ul li {
    margin-left: 2em;
  }
}
#step6 .cnt .flow-wrap .flow-blk p {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #step6 .cnt .flow-wrap .flow-blk p {
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  #step6 .cnt .flow-wrap .flow-blk p:nth-of-type(1) {
    margin-top: 15px;
  }
}
#step6 .cnt .flow-wrap .flow-blk p.note {
  font-size: 1.4rem;
}

/* ================================================================== */
/* ================================================================== */
#step7 .cnt-1 .lb {
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #007440;
}
@media screen and (max-width: 767px) {
  #step7 .cnt-1 .lb {
    font-size: 1.6rem;
  }
}
#step7 .cnt .flow-wrap {
  margin-top: 20px;
  padding: 20px;
  background-color: #ecf5e2;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  #step7 .cnt .flow-wrap {
    padding: 10px;
  }
}
#step7 .cnt .flow-wrap .flow {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #step7 .cnt .flow-wrap .flow {
    width: 300px;
    margin: 0 auto 40px;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  #step7 .cnt .flow-wrap .flow-1 {
    background-color: #4ca73f;
  }
  #step7 .cnt .flow-wrap .flow-1::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -30px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #4ca73f transparent transparent transparent;
    border-width: 30px 150px 0 150px;
  }
}
@media screen and (max-width: 767px) {
  #step7 .cnt .flow-wrap .flow-2 {
    background-color: #398e2d;
  }
  #step7 .cnt .flow-wrap .flow-2::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -30px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #398e2d transparent transparent transparent;
    border-width: 30px 150px 0 150px;
  }
}
#step7 .cnt .flow-wrap .flow-2 .flow-ttl {
  background-color: #398e2d;
}
#step7 .cnt .flow-wrap .flow-2 .flow-ttl::after {
  border-color: #398e2d transparent transparent transparent;
}
#step7 .cnt .flow-wrap .flow-2 .flow-blk {
  padding-right: 400px;
}
@media screen and (max-width: 767px) {
  #step7 .cnt .flow-wrap .flow-2 .flow-blk {
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  #step7 .cnt .flow-wrap .flow-3 {
    background-color: #227217;
  }
  #step7 .cnt .flow-wrap .flow-3::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -30px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #227217 transparent transparent transparent;
    border-width: 30px 150px 0 150px;
  }
}
#step7 .cnt .flow-wrap .flow-3 .flow-ttl {
  background-color: #227217;
}
#step7 .cnt .flow-wrap .flow-3 .flow-ttl::after {
  border-color: #227217 transparent transparent transparent;
}
#step7 .cnt .flow-wrap .flow-3 .flow-blk {
  padding-right: 400px;
}
@media screen and (max-width: 767px) {
  #step7 .cnt .flow-wrap .flow-3 .flow-blk {
    padding-right: 10px;
  }
}
#step7 .cnt .flow-wrap .flow-4 {
  margin-bottom: 0;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  #step7 .cnt .flow-wrap .flow-4 {
    background-color: #007440;
    margin-bottom: 0;
  }
}
#step7 .cnt .flow-wrap .flow-4 .flow-ttl {
  padding: 30px 0;
  background-color: #007440;
}
@media screen and (max-width: 767px) {
  #step7 .cnt .flow-wrap .flow-4 .flow-ttl {
    padding: 15px 0 0;
  }
}
#step7 .cnt .flow-wrap .flow-4 .flow-ttl::after {
  display: none;
}
@media screen and (max-width: 767px) {
  #step7 .cnt .flow-wrap .flow-4 .flow-blk h4 {
    margin-bottom: 0;
  }
}
#step7 .cnt .flow-wrap .flow-ttl {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 200px;
  background-color: #4ca73f;
  color: white;
  font-size: 1.8rem;
  position: relative;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #step7 .cnt .flow-wrap .flow-ttl {
    width: 100%;
    padding-top: 15px;
  }
}
#step7 .cnt .flow-wrap .flow-ttl small {
  font-size: 1.4rem;
}
#step7 .cnt .flow-wrap .flow-ttl::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -30px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #4ca73f transparent transparent transparent;
  border-width: 30px 100px 0 100px;
}
@media screen and (max-width: 767px) {
  #step7 .cnt .flow-wrap .flow-ttl::after {
    display: none;
  }
}
#step7 .cnt .flow-wrap .flow-blk {
  width: calc(100% - 200px - 40px);
  max-width: calc(100% - 200px - 40px);
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #step7 .cnt .flow-wrap .flow-blk {
    margin: 10px;
    width: auto;
    max-width: initial;
    background-color: white;
    padding: 10px;
  }
}
#step7 .cnt .flow-wrap .flow-blk h4 {
  display: block;
  margin-bottom: 20px;
  padding: 0.5em;
  background-color: #707070;
  color: white;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #step7 .cnt .flow-wrap .flow-blk h4 {
    margin-bottom: 10px;
    display: block;
    padding: 0.5em;
  }
}
#step7 .cnt .flow-wrap .flow-blk ul li {
  margin-left: 1em;
  padding: 0.15em 0;
  list-style-type: disc;
}
@media screen and (max-width: 767px) {
  #step7 .cnt .flow-wrap .flow-blk ul li {
    margin-left: 2em;
  }
}
#step7 .cnt .flow-wrap .flow-blk p {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #step7 .cnt .flow-wrap .flow-blk p {
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  #step7 .cnt .flow-wrap .flow-blk p:nth-of-type(1) {
    margin-top: 15px;
  }
}
#step7 .cnt .flow-wrap .flow-blk p.note {
  font-size: 1.4rem;
}
#step7 .cnt .flow-wrap .chklist {
  background-color: white;
  width: 350px;
  position: absolute;
  top: 125px;
  right: 20px;
}
@media screen and (max-width: 767px) {
  #step7 .cnt .flow-wrap .chklist {
    width: auto;
    margin-top: 20px;
    position: relative;
    top: auto;
    right: auto;
  }
}
#step7 .cnt .flow-wrap .chklist dt {
  padding: 0.5em 0;
  background-color: #007440;
  color: white;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
}
#step7 .cnt .flow-wrap .chklist dd {
  padding: 15px;
}
#step7 .cnt .flow-wrap .chklist dd ul li {
  padding-left: 20px;
  font-size: 1.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  #step7 .cnt .flow-wrap .chklist dd ul li {
    font-size: 1.3rem;
    letter-spacing: -.035em;
  }
}
#step7 .cnt .flow-wrap .chklist dd ul li::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 1px solid #4d4d4d;
  position: absolute;
  top: 4px;
  left: 0;
}
@media screen and (max-width: 767px) {
  #step7 .cnt .flow-wrap .chklist dd ul li::before {
    top: 2px;
  }
}
#step7 .cnt .flow-wrap .chklist dd .note {
  font-size: 1.3rem;
}
#step7 .cnt .ttl-2 {
  margin-bottom: 20px;
  padding: 0.5em 0;
  font-size: 1.8rem;
  font-weight: bold;
  color: #007440;
}
#step7 .cnt .ttl-2::before {
  display: none;
}
#step7 .cnt .step7-tb {
  margin-bottom: 20px;
}
#step7 .cnt .step7-tb th,
#step7 .cnt .step7-tb td {
  border: 1px solid #9c9c9c;
}
@media screen and (max-width: 767px) {
  #step7 .cnt .step7-tb th,
  #step7 .cnt .step7-tb td {
    padding: 0.25em 0.5em;
    font-size: 1.2rem;
    line-height: 1.3;
  }
}
#step7 .cnt .step7-tb th {
  background-color: #d0cece;
  color: #4d4d4d;
}
#step7 .cnt .step7-tb th.no-style {
  background-color: transparent;
  border-top: none;
  border-left: none;
}
#step7 .cnt .step7-tb td {
  text-align: center;
}
#step7 .cnt .step7-tb td:nth-of-type(1) {
  width: 120px;
  max-width: 120px;
  background-color: #ebebeb;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #step7 .cnt .step7-tb td:nth-of-type(1) {
    width: 70px;
    max-width: 70px;
  }
}
#step7 .cnt .step7-tb td:nth-of-type(1) small {
  font-size: 1.1rem;
  vertical-align: top;
  font-weight: normal;
}
#step7 .cnt .step7-tb td ul li {
  margin-left: 1em;
  text-align: left;
  list-style-type: disc;
}
#step7 .cnt .step7-tb-2 td:nth-of-type(1) {
  width: auto;
  max-width: initial;
  background-color: white;
  text-align: center;
}

/* ================================================================== */
/* ================================================================== */
#marklist .cnt {
  padding: 0;
}
#marklist .cnt table {
  margin-top: 0;
}
#marklist .cnt table th, #marklist .cnt table td {
  padding: .5em;
  border: none;
}
#marklist .cnt table th {
  padding: .25em .5em;
  background-color: #007440;
  color: white;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}
#marklist .cnt table td {
  border-bottom: 1px solid #ccc;
  font-size: 1.3rem;
}
#marklist .cnt table td.icon img {
  display: block;
  width: 40px;
}
#marklist .cnt table td a {
  color: #4d4d4d;
}
