@charset "UTF-8";
/*----------------------------------------------------------------*/
main {
  font-size: 1.4rem;
  line-height: 1.678; }
  main a {
    text-decoration: underline;
    color: #00655a; }
  main small {
    font-size: 1.2rem; }

/*----------------------------------------------------------------*/
main p + p, main p + ul, main p + ol, main p + dl, main p + table,
main ul + p, main ul + ul, main ul + ol, main ul + dl, main ul + table,
main ol + p, main ol + ul, main ol + ol, main ol + dl, main ol + table,
main dl + p, main dl + ul, main dl + ol, main dl + dl, main dl + table,
main table + p, main table + ul, main table + ol, main table + dl, main table + table {
  margin-top: 1.4rem; }
main p + .level2, main ul + .level2, main ol + .level2, main dl + .level2, main table + .level2 {
  margin-top: 3.36rem; }
main p + .level3, main ul + .level3, main ol + .level3, main dl + .level3, main table + .level3 {
  margin-top: 2.24rem; }
main p + .level4, main ul + .level4, main ol + .level4, main dl + .level4, main table + .level4 {
  margin-top: 1.4rem; }
main .mt1 {
  margin-top: 1.4rem !important; }
main .mt2 {
  margin-top: 2.8rem !important; }
main .mt3 {
  margin-top: 4.2rem !important; }
main .mt4 {
  margin-top: 5.6rem !important; }
main .mt5 {
  margin-top: 7rem !important; }
main .mt6 {
  margin-top: 8.4rem !important; }
main .mt7 {
  margin-top: 9.8rem !important; }
main .mt8 {
  margin-top: 11.2rem !important; }
main .mt9 {
  margin-top: 12.6rem !important; }
main .mt10 {
  margin-top: 14rem !important; }

/*----------------------------------------------------------------*/
main .level1 {
  margin-bottom: 3.36rem;
  font-size: 3.2rem;
  line-height: 4.8rem; }
  main .level1.search:before {
    content: "";
    margin-right: 0.5em;
    font-family: icomoon;
    color: #8ec500; }
main .level2 {
  position: relative;
  margin-bottom: 2.24rem;
  padding-left: 24px;
  font-size: 2.4rem;
  line-height: 3.6rem; }
  main .level2:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 0;
    width: 8px;
    height: 8px;
    border: 4px solid #8ec500;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }
  main .level2.flow {
    padding-left: 32px; }
    main .level2.flow:before {
      top: 6px;
      left: 0;
      width: 16px;
      height: 16px;
      background-color: #8ec500;
      text-align: center;
      color: white; }
    main .level2.flow#flow01 {
      content: "1"; }
    main .level2.flow#flow02 {
      content: "2"; }
    main .level2.flow#flow03 {
      content: "3"; }
    main .level2.flow#flow04 {
      content: "4"; }
    main .level2.flow#flow05 {
      content: "5"; }
    main .level2.flow#flow06 {
      content: "6"; }
main .level3 {
  position: relative;
  margin-bottom: 1.4rem;
  padding-left: 16px;
  font-size: 1.8rem;
  line-height: 3rem; }
  main .level3:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 2px;
    left: 0;
    width: 4px;
    height: 24px;
    background-color: #8ec500;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px; }
main .level4 {
  position: relative;
  margin-bottom: 1.4rem;
  padding-left: 16px;
  font-size: 1.6rem;
  line-height: 1.6; }
  main .level4:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 8px;
    left: 0;
    width: 8px;
    height: 8px;
    background-color: #8ec500;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }
main .number {
  position: relative;
  margin-bottom: 1.4rem;
  padding: 16px 0 16px 72px;
  font-size: 2.4rem;
  line-height: 3.6rem; }
  main .number span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 64px;
    height: 64px;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
    padding-top: 12px;
    background-color: #f2f279;
    text-align: center;
    font-size: 1rem;
    line-height: 20px; }
    main .number span strong {
      display: block;
      font-size: 2.4rem; }

/*----------------------------------------------------------------*/
main table.basic {
  width: 100%;
  border-top: 1px dotted #ccc; }
  main table.basic > tbody th, main table.basic > tbody td {
    position: relative;
    padding: 0.7rem;
    border-bottom: 1px dotted #ccc;
    vertical-align: top; }
  main table.basic > tbody tr:nth-child(odd) th, main table.basic > tbody tr:nth-child(odd) td {
    background-color: #fafafa; }
  main table.basic > tbody td {
    padding-left: 0; }

@media all and (max-width: 768px) {
  main table.basic > tbody th, main table.basic > tbody td {
    display: block;
    width: 100%;
    padding: 0.7rem; }
  main table.basic > tbody th {
    padding-bottom: 0;
    font-size: 1.8rem;
    border: none; }
    main table.basic > tbody th.must:after {
      top: 10px;
      right: 12px; }
  main table.basic > tbody td {
    padding-top: 0; }
    main table.basic > tbody td.attention {
      padding: 16px; } }
/*----------------------------------------------------------------*/
main ul li + li {
  margin-top: 0.7rem; }
main ol li + li {
  margin-top: 0.7rem; }
main dl dt {
  font-weight: bold; }
main dl dd {
  margin-top: 0.7rem; }

main .decimal li {
  list-style: decimal;
  margin-left: 3rem; }
  main .decimal li p + p {
    margin-top: 0.7rem; }

main .disc li {
  list-style: disc;
  margin-left: 2rem; }

/*----------------------------------------------------------------*/
main figure {
  margin: 2.8rem 0;
  text-align: center; }

@media all and (max-width: 768px) {
  main figure img {
    width: 100%; } }
/*----------------------------------------------------------------*/
main .acordion + .acordion {
  margin-top: 0.7rem; }
main .acordion .trigger {
  position: relative;
  margin-bottom: 0;
  padding: 12px 0 12px 24px;
  border: 2px solid #f2f2f2;
  background-color: #fafafa; }
  main .acordion .trigger h2, main .acordion .trigger h3, main .acordion .trigger h4, main .acordion .trigger h5, main .acordion .trigger h6 {
    margin: 0; }
  main .acordion .trigger:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    content: "";
    width: 48px;
    height: 48px;
    margin-top: -24px;
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
    font-size: 4.8rem;
    color: #8ec500;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear; }
main .acordion .target {
  border: 2px solid #f2f2f2;
  border-top: none;
  padding: 2.1rem; }
main .acordion.open .trigger:after {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg); }

.pc main .acordion .trigger:hover {
  border-color: #b3d465;
  cursor: pointer; }

/*----------------------------------------------------------------*/
main .box {
  margin-top: 2.1rem;
  padding: 2.1rem;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px; }
  main .box + p {
    margin-top: 1.4rem; }
  main .box.bg {
    background-color: #faf8ed; }
  main .box.border {
    border: 3px solid #f2f2f2; }
  main .box.shadow {
    -webkit-box-shadow: 8px 8px 0 0 rgba(0, 0, 0, 0.016);
    -moz-box-shadow: 8px 8px 0 0 rgba(0, 0, 0, 0.016);
    box-shadow: 8px 8px 0 0 rgba(0, 0, 0, 0.016); }

/*----------------------------------------------------------------*/
main .center {
  text-align: center; }

/*----------------------------------------------------------------*/
main .big {
  font-size: 1.68rem; }

/*----------------------------------------------------------------*/
main .notice {
  padding-left: 1em;
  text-indent: -1em; }
  main .notice + .notice {
    margin-top: 0.7rem; }

/*----------------------------------------------------------------*/
main a.icon {
  display: inline-block;
  padding-left: 1.6em; }
  main a.icon:before {
    content: "";
    display: inline-block;
    margin: 0 0.4em 0 -1.6em;
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #8ec500;
    vertical-align: middle; }
  main a.icon.prev:before {
    content: ""; }
main a.button {
  display: inline-block;
  position: relative;
  display: inline-block;
  overflow: hidden;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 0 20px 0 52px;
  background-color: #b3d465;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 60px;
  white-space: nowrap;
  text-decoration: none;
  color: #4d4d4d; }
  main a.button:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 14px;
    left: 14px;
    width: 24px;
    height: 24px;
    background-color: white;
    border: 4px solid #b3d465;
    margin-right: 1rem;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    line-height: 24px;
    color: #8ec500; }

.pc main a.button:hover {
  background-color: #8ec500;
  color: white; }

/*----------------------------------------------------------------*/
main .toTop {
  margin-top: 1.4rem;
  margin-bottom: -1.4rem;
  text-align: right; }
  main .toTop a {
    text-decoration: none;
    line-height: 24px; }
    main .toTop a:after {
      content: "";
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: 'icomoon' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      width: 24px;
      height: 24px;
      margin-left: 8px;
      border: 4px solid #b3d465;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      background-color: #fafafa;
      text-align: center;
      font-size: 1.6rem;
      line-height: 24px;
      color: #8ec500; }
