@charset "UTF-8";
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%; }

a, address, article, aside, audio, b, big, blockquote, body, button, caption, center, cite, code, dd, details, div, dl, dt, em, fieldset, figcaption, figure, footer, form, form, h1, h2, h3, h4, h5, h6, header, i, iframe, img, input, label, li, main, mark, menu, nav, ol, p, pre, q, s, section, select, small, span, strong, summary, table, tbody, td, textarea, tfoot, th, thead, time, tr, u, ul, video {
  margin: 0;
  padding: 0;
  font-size: inherit;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

ol,
ul {
  list-style: none; }

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

img {
  max-width: 100%;
  vertical-align: bottom;
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline-width: 0; }

b,
strong {
  font-weight: inherit;
  font-weight: bolder; }

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

button,
input,
select,
textarea {
  font: inherit;
  margin: 0; }

button,
input,
select {
  overflow: visible; }

button,
select {
  text-transform: none; }

[type="button"],
[type="reset"],
[type="submit"],
button {
  cursor: pointer; }

[disabled] {
  cursor: default; }

[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

blockquote,
q {
  quotes: none; }

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

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

[type="button"],
[type="reset"],
[type="submit"],
a,
a img,
button {
  -webkit-transition: 0.5s;
  transition: 0.5s; }

.container-fluid,
.container {
  margin-right: auto;
  margin-left: auto; }

.container-fluid {
  padding-right: 2rem;
  padding-left: 2rem; }

.row {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem; }

.row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.col.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse; }

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 0.5rem;
  padding-left: 0.5rem; }

.col-xs {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  -webkit-flex-basis: 0;
  flex-basis: 0;
  max-width: 100%; }

.col-xs-1 {
  -ms-flex-preferred-size: 8.33333333%;
  -webkit-flex-basis: 8.33333333%;
  flex-basis: 8.33333333%;
  max-width: 8.33333333%; }

.col-xs-2 {
  -ms-flex-preferred-size: 16.66666667%;
  -webkit-flex-basis: 16.66666667%;
  flex-basis: 16.66666667%;
  max-width: 16.66666667%; }

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  -webkit-flex-basis: 25%;
  flex-basis: 25%;
  max-width: 25%; }

.col-xs-4 {
  -ms-flex-preferred-size: 33.33333333%;
  -webkit-flex-basis: 33.33333333%;
  flex-basis: 33.33333333%;
  max-width: 33.33333333%; }

.col-xs-5 {
  -ms-flex-preferred-size: 41.66666667%;
  -webkit-flex-basis: 41.66666667%;
  flex-basis: 41.66666667%;
  max-width: 41.66666667%; }

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  max-width: 50%; }

.col-xs-7 {
  -ms-flex-preferred-size: 58.33333333%;
  -webkit-flex-basis: 58.33333333%;
  flex-basis: 58.33333333%;
  max-width: 58.33333333%; }

.col-xs-8 {
  -ms-flex-preferred-size: 66.66666667%;
  -webkit-flex-basis: 66.66666667%;
  flex-basis: 66.66666667%;
  max-width: 66.66666667%; }

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  -webkit-flex-basis: 75%;
  flex-basis: 75%;
  max-width: 75%; }

.col-xs-10 {
  -ms-flex-preferred-size: 83.33333333%;
  -webkit-flex-basis: 83.33333333%;
  flex-basis: 83.33333333%;
  max-width: 83.33333333%; }

.col-xs-11 {
  -ms-flex-preferred-size: 91.66666667%;
  -webkit-flex-basis: 91.66666667%;
  flex-basis: 91.66666667%;
  max-width: 91.66666667%; }

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  max-width: 100%; }

.col-xs-offset-0 {
  margin-left: 0; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.start-xs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  text-align: start; }

.center-xs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center; }

.end-xs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  text-align: end; }

.top-xs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start; }

.middle-xs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

.bottom-xs {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end; }

.around-xs {
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around; }

.between-xs {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

.first-xs {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  -webkit-order: -1;
  order: -1; }

.last-xs {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1; }

@media only screen and (min-width: 48em) {
  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-offset-0,
  .col-sm-offset-1,
  .col-sm-offset-2,
  .col-sm-offset-3,
  .col-sm-offset-4,
  .col-sm-offset-5,
  .col-sm-offset-6,
  .col-sm-offset-7,
  .col-sm-offset-8,
  .col-sm-offset-9,
  .col-sm-offset-10,
  .col-sm-offset-11,
  .col-sm-offset-12 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  .col-sm {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-sm-1 {
    -ms-flex-preferred-size: 8.33333333%;
    -webkit-flex-basis: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }
  .col-sm-2 {
    -ms-flex-preferred-size: 16.66666667%;
    -webkit-flex-basis: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }
  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-sm-4 {
    -ms-flex-preferred-size: 33.33333333%;
    -webkit-flex-basis: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }
  .col-sm-5 {
    -ms-flex-preferred-size: 41.66666667%;
    -webkit-flex-basis: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }
  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-sm-7 {
    -ms-flex-preferred-size: 58.33333333%;
    -webkit-flex-basis: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }
  .col-sm-8 {
    -ms-flex-preferred-size: 66.66666667%;
    -webkit-flex-basis: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }
  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-sm-10 {
    -ms-flex-preferred-size: 83.33333333%;
    -webkit-flex-basis: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }
  .col-sm-11 {
    -ms-flex-preferred-size: 91.66666667%;
    -webkit-flex-basis: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }
  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-sm-offset-0 {
    margin-left: 0; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .start-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    text-align: start; }
  .center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center; }
  .end-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    text-align: end; }
  .top-sm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start; }
  .middle-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
  .bottom-sm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end; }
  .around-sm {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around; }
  .between-sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
  .first-sm {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1; }
  .last-sm {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1; } }

@media only screen and (min-width: 64em) {
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-offset-0,
  .col-md-offset-1,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  .col-md {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-md-1 {
    -ms-flex-preferred-size: 8.33333333%;
    -webkit-flex-basis: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }
  .col-md-2 {
    -ms-flex-preferred-size: 16.66666667%;
    -webkit-flex-basis: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }
  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-md-4 {
    -ms-flex-preferred-size: 33.33333333%;
    -webkit-flex-basis: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }
  .col-md-5 {
    -ms-flex-preferred-size: 41.66666667%;
    -webkit-flex-basis: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }
  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-md-7 {
    -ms-flex-preferred-size: 58.33333333%;
    -webkit-flex-basis: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }
  .col-md-8 {
    -ms-flex-preferred-size: 66.66666667%;
    -webkit-flex-basis: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }
  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-md-10 {
    -ms-flex-preferred-size: 83.33333333%;
    -webkit-flex-basis: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }
  .col-md-11 {
    -ms-flex-preferred-size: 91.66666667%;
    -webkit-flex-basis: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }
  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-md-offset-0 {
    margin-left: 0; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .start-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    text-align: start; }
  .center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center; }
  .end-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    text-align: end; }
  .top-md {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start; }
  .middle-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
  .bottom-md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end; }
  .around-md {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around; }
  .between-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
  .first-md {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1; }
  .last-md {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1; } }

@media only screen and (min-width: 75em) {
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-offset-0,
  .col-lg-offset-1,
  .col-lg-offset-2,
  .col-lg-offset-3,
  .col-lg-offset-4,
  .col-lg-offset-5,
  .col-lg-offset-6,
  .col-lg-offset-7,
  .col-lg-offset-8,
  .col-lg-offset-9,
  .col-lg-offset-10,
  .col-lg-offset-11,
  .col-lg-offset-12 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  .col-lg {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-lg-1 {
    -ms-flex-preferred-size: 8.33333333%;
    -webkit-flex-basis: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }
  .col-lg-2 {
    -ms-flex-preferred-size: 16.66666667%;
    -webkit-flex-basis: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }
  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-lg-4 {
    -ms-flex-preferred-size: 33.33333333%;
    -webkit-flex-basis: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }
  .col-lg-5 {
    -ms-flex-preferred-size: 41.66666667%;
    -webkit-flex-basis: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }
  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-lg-7 {
    -ms-flex-preferred-size: 58.33333333%;
    -webkit-flex-basis: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }
  .col-lg-8 {
    -ms-flex-preferred-size: 66.66666667%;
    -webkit-flex-basis: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }
  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-lg-10 {
    -ms-flex-preferred-size: 83.33333333%;
    -webkit-flex-basis: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }
  .col-lg-11 {
    -ms-flex-preferred-size: 91.66666667%;
    -webkit-flex-basis: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }
  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-lg-offset-0 {
    margin-left: 0; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .start-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    text-align: start; }
  .center-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center; }
  .end-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    text-align: end; }
  .top-lg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start; }
  .middle-lg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
  .bottom-lg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end; }
  .around-lg {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around; }
  .between-lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
  .first-lg {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1; }
  .last-lg {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1; } }

/*==================================================================================================
	サイト基礎
==================================================================================================*/
body {
  color: #323232;
  font-weight: 500;
  overflow-x: hidden;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem; }

@media screen and (max-width: 374px) {
  body {
    font-size: 1.4rem; } }

body a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #323232;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

body a:hover {
  text-decoration: none;
  opacity: 0.8; }

.lContainer {
  min-height: 443px;
  padding: 5rem 0 7rem; }

@media screen and (max-width: 1024px) {
  .lContainer {
    padding: 3rem 0 5rem; } }

@media screen and (max-width: 767px) {
  .lContainer {
    padding: 1.5rem 0 3rem; } }

.mContainer {
  padding-top: 6rem; }

@media screen and (max-width: 1024px) {
  .mContainer {
    padding-top: 4rem; } }

@media screen and (max-width: 767px) {
  .mContainer {
    padding-top: 2rem; } }

.mContainer:first-child {
  padding-top: 0; }

.inner {
  max-width: 1100px;
  padding-left: 5rem;
  padding-right: 5rem;
  margin: 0 auto; }

@media only screen and (max-width: 1279px) {
  .inner {
    padding-left: 3rem;
    padding-right: 3rem; } }

@-moz-document url-prefix() {
  @media screen and (max-width: 1279.5px) {
    .inner {
      padding-left: 3rem;
      padding-right: 3rem; } } }

@media screen and (max-width: 767px) {
  .inner {
    padding-left: 2rem;
    padding-right: 2rem; } }

@-moz-document url-prefix() {
  @media screen and (max-width: 767.5px) {
    .inner {
      padding-left: 2rem;
      padding-right: 2rem; } } }

.innerM {
  max-width: 1000px;
  margin: 0 auto; }

.center {
  text-align: center !important; }

.fullPageBg {
  background-image: url(../img/common/bg_top.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%; }

/*==================================================================================================
	Page Title
==================================================================================================*/
.text-select {
  text-align: left !important;
  margin-top: 5rem; }

@media screen and (max-width: 767px) {
  .text-select {
    margin-top: 3rem; } }

@media screen and (max-width: 480px) {
  .text-select {
    margin-top: 1.5rem; } }

.page__title {
  font-weight: 700;
  text-align: center;
  color: #008c53;
  letter-spacing: -1px;
  font-size: 3rem; }

@media screen and (max-width: 1024px) {
  .page__title {
    font-size: 2.5rem; } }

@media screen and (max-width: 767px) {
  .page__title {
    font-size: 2.3rem; } }

@media screen and (max-width: 480px) {
  .page__title {
    font-size: 1.9rem; } }

@media screen and (max-width: 374px) {
  .page__title {
    font-size: 1.6rem; } }

.page__title.text-dark {
  color: #323232; }

.page__title span {
  display: block;
  color: red;
  font-weight: 400;
  font-size: 2rem; }

@media screen and (max-width: 767px) {
  .page__title span {
    font-size: 1.8rem; } }

@media screen and (max-width: 480px) {
  .page__title span {
    font-size: 1.4rem; } }

@media screen and (max-width: 374px) {
  .page__title span {
    font-size: 1.2rem; } }

.page__title span br {
  display: block !important; }

.page__title.-arrDown {
  position: relative;
  padding-bottom: 3rem;
  margin-bottom: 3rem; }

@media screen and (min-width: 767px) {
  .page__title.-arrDown {
    text-align: left; } }

@media screen and (max-width: 767px) {
  .page__title.-arrDown {
    padding-bottom: 2rem;
    margin-bottom: 1.5rem; } }

.page__title.-arrDown::before {
  content: "";
  position: absolute;
  background-image: url(../img/common/icon_arrow_down.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 44px;
  height: 20px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

@media screen and (max-width: 767px) {
  .page__title.-arrDown::before {
    width: 34px;
    height: 15px; } }

.page__title.-black {
  color: #000000;
  font-size: 3.2rem; }

@media screen and (max-width: 767px) {
  .page__title.-black {
    font-size: 2.4rem; } }

@media screen and (max-width: 374px) {
  .page__title.-black {
    font-size: 2rem; } }

.page__title__step {
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  position: relative;
  margin-bottom: 4rem; }

@media screen and (max-width: 767px) {
  .page__title__step {
    margin-bottom: 2rem; } }

@media screen and (max-width: 480px) {
  .page__title__step {
    margin-bottom: 0.7rem; } }

.page__title__step img {
  max-width: 500px; }

@media screen and (max-width: 767px) {
  .page__title__step img {
    max-width: 355px; } }

@media screen and (max-width: 374px) {
  .page__title__step img {
    max-width: 300px; } }

@media screen and (max-width: 300px) {
  .page__title__step img {
    max-width: 250px; } }

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .page__title__step img {
      max-height: 87.3px; }
    @media screen and (max-width: 767px) {
      .page__title__step img {
        max-height: 62px; } }
    @media screen and (max-width: 374px) {
      .page__title__step img {
        max-height: 52px; } }
    @media screen and (max-width: 300px) {
      .page__title__step img {
        max-height: 44px; } } } }

.page__title__step span {
  position: absolute;
  color: #ffffff;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 3rem;
  font-weight: bold; }

@media screen and (max-width: 767px) {
  .page__title__step span {
    font-size: 2.4rem; } }

@media screen and (max-width: 374px) {
  .page__title__step span {
    font-size: 2rem; } }

.page__desc {
  color: #707070;
  text-align: center;
  font-size: 1.8rem;
  padding: 0 3rem; }

@media screen and (max-width: 767px) {
  .page__desc {
    font-size: 1.6rem;
    padding: 0 2rem; } }

@media screen and (max-width: 480px) {
  .page__desc {
    font-size: 1.4rem; } }

/*==================================================================================================
	List Images
==================================================================================================*/
.listImg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -0.5rem -0.75rem; }

@media screen and (min-width: 767px) {
  .listImg {
    margin: -1rem -1.5rem; } }

.listImg__item {
  width: 25%;
  padding: 0.5rem 0.75rem; }

@media screen and (min-width: 767px) {
  .listImg__item {
    padding: 1rem 1.5rem; } }

@media screen and (max-width: 480px) {
  .listImg__item {
    width: 33.33%; } }

.listImg__item a {
  display: block; }

.listImg__item img {
  border: 3px solid #41d89e;
  margin-bottom: 0.5rem;
  width: 100%; }

@media screen and (min-width: 767px) {
  .listImg__item img {
    border: 5px solid #41d89e;
    margin-bottom: 1.5rem; } }

.listImg__item p {
  font-weight: 700;
  text-align: center;
  color: #008c53; }

@media screen and (min-width: 767px) {
  .listImg__item p {
    font-size: 2rem; } }

@media screen and (min-width: 1024px) {
  .listImg__item p {
    font-size: 2.5rem; } }

/*==================================================================================================
	List Products
==================================================================================================*/
.listProduct {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -1.2rem -2rem; }

@media screen and (max-width: 767px) {
  .listProduct {
    margin: -0.7rem -0.9rem; } }

.listProduct__item {
  width: 25%;
  padding: 1.2rem 2rem; }

@media screen and (max-width: 767px) {
  .listProduct__item {
    width: 33.33%;
    padding: 0.7rem 0.9rem; } }

@media screen and (max-width: 374px) {
  .listProduct__item {
    width: 50%; } }

.listProduct__item .link {
  height: 100%;
  text-align: center;
  padding: 1rem 2rem;
  display: block;
  background-color: #ffffff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.16); }

@media screen and (max-width: 1024px) {
  .listProduct__item .link {
    padding: 1rem; } }

@media screen and (max-width: 767px) {
  .listProduct__item .link {
    padding: 1rem 1.5rem; } }

.listProduct__item .link img {
  max-height: 245px; }

@media screen and (max-width: 1024px) {
  .listProduct__item .link img {
    max-height: 110px; } }

@media screen and (max-width: 767px) {
  .listProduct__item .link img {
    max-height: 96px; } }

@media screen and (max-width: 1024px) {
  .listProduct__item .link p {
    text-align: left; } }

.listProduct__item .link p .-arrow {
  position: relative;
  padding-left: 2rem;
  font-size: 2rem;
  font-weight: 700;
  color: #707070;
  display: inline-block; }

@media screen and (max-width: 1024px) {
  .listProduct__item .link p .-arrow {
    font-size: 1.6rem; } }

@media screen and (max-width: 767px) {
  .listProduct__item .link p .-arrow {
    font-size: 1.2rem;
    padding-left: 1rem; } }

.listProduct__item .link p .-arrow::before {
  content: "";
  position: absolute;
  background-image: url(../img/common/icon_arrow_blue.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 10px;
  height: 24px;
  top: 5px;
  left: 0; }

@media screen and (max-width: 1024px) {
  .listProduct__item .link p .-arrow::before {
    width: 9px;
    height: 18px; } }

@media screen and (max-width: 767px) {
  .listProduct__item .link p .-arrow::before {
    width: 7px;
    height: 12px; } }

/*==================================================================================================
	Box Title
==================================================================================================*/
.boxTxt {
  background-color: #fefee2;
  border-radius: 5px;
  padding: 2rem; }

@media screen and (max-width: 767px) {
  .boxTxt {
    padding: 1.2rem; } }

.boxTxt p {
  color: #008c53;
  font-weight: 700;
  text-align: center;
  font-size: 2rem; }

@media screen and (max-width: 1024px) {
  .boxTxt p {
    font-size: 1.8rem; } }

@media screen and (max-width: 767px) {
  .boxTxt p {
    font-size: 1.6rem; } }

/*==================================================================================================
	Croppie Images
==================================================================================================*/
.croppie {
  width: 460px;
  margin: 0 auto;
  margin-top: 2rem; }

.croppie h2,
.croppie .lsStep__item,
.croppie .lsNote__right,
.croppie span,
.croppie input,
.croppie label,
.croppie img,
.croppie p {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

@media screen and (max-width: 767px) {
  .croppie {
    width: 330px; } }

@media screen and (max-width: 480px) {
  .croppie {
    width: 230px; } }

.croppie #upload-demo {
  width: 460px !important;
  height: 460px !important;
  padding-bottom: 0 !important;
  margin-bottom: 4rem;
  position: relative;
  cursor: pointer;
  background-color: #ffffff; }

@media screen and (max-width: 767px) {
  .croppie #upload-demo {
    width: 330px !important;
    height: 330px !important;
    margin-bottom: 2rem; } }

@media screen and (max-width: 480px) {
  .croppie #upload-demo {
    width: 230px !important;
    height: 230px !important; } }

.croppie #upload-demo .cr-resizer,
.croppie #upload-demo .cr-viewport {
  position: relative;
  width: 100% !important;
  height: 100% !important;
  background-image: url(../img/common/pic_noImg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  border: 0 !important;
  z-index: -2;
  -webkit-box-shadow: none;
  box-shadow: none; }

.croppie #upload-demo .cr-slider-wrap {
  display: none; }

.croppie #upload-demo .btnGroup {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 99;
  font-size: 2rem; }

@media screen and (max-width: 767px) {
  .croppie #upload-demo .btnGroup {
    font-size: 1.8rem;
    bottom: 10px; } }

.croppie #upload-demo .btnGroup .btn {
  padding-left: 2rem;
  padding-right: 2rem; }

.croppie #upload-demo .btnGroup .btn:first-child {
  margin-right: 2rem; }

@media screen and (max-width: 767px) {
  .croppie #upload-demo .btnGroup .btn:first-child {
    margin-right: 1rem; } }

.croppie #upload-demo .text {
  position: absolute;
  z-index: 99;
  color: #008c53;
  top: 75%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-weight: 700; }

@media screen and (max-width: 767px) {
  .croppie #upload-demo .text {
    font-size: 1.1rem; } }

.croppie #upload-demo .cr-vp-square:focus {
  outline: none; }

.croppie #upload-demo .imgData {
  display: none; }

.croppie #upload-demo .cr-boundary {
  z-index: 0; }

.croppie #upload-demo .cr-boundary.bgGrey {
  position: relative; }

.croppie #upload-demo .cr-boundary.bgGrey::before {
  content: "";
  position: absolute;
  background-color: #cecece;
  background-position: center;
  background-size: contain;
  width: 100%;
  height: 100%;
  opacity: 0.5; }

.croppie .croppie_item.btn {
  display: none;
  position: relative;
  height: 90px;
  margin-bottom: 5rem;
  background-color: #ffffff;
  cursor: pointer;
  overflow: hidden;
  text-align: center;
  -webkit-transition: background-color ease-in-out 150ms;
  transition: background-color ease-in-out 150ms;
  border-radius: 10px;
  -webkit-box-shadow: 0 5px 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 0 0 rgba(0, 0, 0, 0.2); }

@media screen and (max-width: 767px) {
  .croppie .croppie_item.btn {
    height: 60px;
    -webkit-box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.2);
    margin-bottom: 3rem; } }

.croppie .croppie_item.btn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  overflow: hidden;
  font-weight: 700;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #008c53;
  font-size: 30px;
  text-decoration: none; }

.croppie .croppie_item.btn a .txt {
  position: relative;
  font-size: 35px;
  padding-left: 6.5rem; }

@media screen and (max-width: 767px) {
  .croppie .croppie_item.btn a .txt {
    font-size: 1.6rem; } }

.croppie .croppie_item.btn a .txt:before {
  content: "";
  position: absolute;
  background-image: url(../img/common/icon_camera.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 50px;
  height: 38px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.croppie .croppie_item label input,
.croppie .croppie_item label button {
  z-index: 9; }

.croppie .cr-overlay {
  cursor: unset; }

/*==================================================================================================
	Arrow Top
==================================================================================================*/
.-arrowTop {
  position: relative; }

.-arrowTop::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  border-top: 29px solid #ffffff; }

/*==================================================================================================
	Button Group
==================================================================================================*/
.btnGroup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center; }

.btnGroup .btn {
  text-align: center;
  background-color: #ffffff;
  color: #008c53;
  font-weight: 700;
  padding: 0.7rem 1.5rem;
  border-radius: 5px;
  -webkit-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.16); }

.btnGroup .btn.-btnGreen {
  background-color: #008c53;
  color: #ffffff; }

.btnGroup .btn.-btnmedium {
  width: 300px;
  padding: 2rem 1.5rem;
  font-size: 2rem; }

@media screen and (max-width: 1024px) {
  .btnGroup .btn.-btnmedium {
    width: 250px;
    padding: 1rem 1.5rem;
    font-size: 1.8rem; } }

@media screen and (max-width: 767px) {
  .btnGroup .btn.-btnmedium {
    width: 188px;
    padding: 0.7rem 1.5rem;
    font-size: 1.6rem; } }

@media screen and (max-width: 767px) {
  .btnGroup .btn {
    font-size: 1.4rem; } }

@media screen and (max-width: 374px) {
  .btnGroup .btn {
    font-size: 1.1rem; } }

[type="submit"] {
  -webkit-appearance: none; }

/*==================================================================================================
	Swiper Slider
==================================================================================================*/
.swiperSlider {
  margin: 5rem 0;
  position: relative; }

@media screen and (max-width: 1024px) {
  .swiperSlider {
    margin: 6rem 0 3rem; } }

@media screen and (max-width: 767px) {
  .swiperSlider {
    margin: 3rem 0 1.5rem; } }

@media screen and (max-width: 767px) {
  .swiperSlider .swiper-container {
    margin-bottom: 2rem; } }

.swiperSlider .swiper-container .swiper-slide {
  background-color: #ffffff;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.swiperSlider .photo img {
  border: 6px solid #ffffff; }

.swiperSlider .swiper-button-next,
.swiperSlider .swiper-button-prev {
  background-size: contain;
  width: 60px;
  height: 60px;
  z-index: 99;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 41%; }

@media screen and (max-width: 767px) {
  .swiperSlider .swiper-button-next,
  .swiperSlider .swiper-button-prev {
    top: 50%;
    width: 44px;
    height: 44px; } }

@media screen and (max-width: 480px) {
  .swiperSlider .swiper-button-next,
  .swiperSlider .swiper-button-prev {
    top: 45%; } }

.swiperSlider .swiper-button-prev {
  background-image: url(../img/common/icon_arrow_Left.png);
  left: -15px; }

.swiperSlider .swiper-button-prev:focus {
  outline: none; }

@media screen and (max-width: 767px) {
  .swiperSlider .swiper-button-prev {
    left: -5px; } }

.swiperSlider .swiper-button-next {
  background-image: url(../img/common/icon_arrow_Right.png);
  right: -15px; }

.swiperSlider .swiper-button-next:focus {
  outline: none; }

@media screen and (max-width: 767px) {
  .swiperSlider .swiper-button-next {
    right: -5px; } }

.swiperSlider .swiper-pagination-bullet {
  width: 16px;
  margin-right: 2rem;
  height: 16px;
  background: #a1a1a1;
  opacity: 1; }

@media screen and (max-width: 480px) {
  .swiperSlider .swiper-pagination-bullet {
    width: 13px;
    margin-right: 1rem;
    height: 13px; } }

.swiperSlider .swiper-pagination-bullet-active {
  background-color: #008c53; }

.swiperSlider .swiper-pagination {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

@media screen and (min-width: 767px) {
  .swiperSlider .swiper-pagination {
    display: none; } }

@media screen and (max-width: 767px) {
  .swiperSlider .swiper-pagination {
    position: relative; } }

.swiperSlider .gallery-thumbs {
  height: 33%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 0; }

@media screen and (max-width: 767px) {
  .swiperSlider .gallery-thumbs {
    display: none; } }

.swiperSlider .gallery-thumbs .swiper-slide-container {
  overflow: hidden; }

.swiperSlider .gallery-thumbs .swiper-slide-container img {
  width: auto;
  height: 118px; }

@media screen and (max-width: 1024px) {
  .swiperSlider .gallery-thumbs .swiper-slide-container img {
    height: 90px; } }

.swiperSlider .gallery-thumbs .swiper-slide {
  width: 33%;
  height: auto;
  opacity: 0.4; }

.swiperSlider .gallery-thumbs .swiper-slide-active {
  opacity: 1; }

@media screen and (min-width: 767px) {
  .boxRepo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .boxRepo .swiperSlider {
    width: 48%;
    margin-top: 0; }
  .boxRepo .swiperSlider .photo {
    margin-bottom: 0; }
  .boxRepo .swiperSlider .photo img {
    max-height: 300px; }
  .boxRepo .detail {
    width: 48%; } }

@media screen and (min-width: 1024px) {
  .boxRepo .swiperSlider .photo img {
    max-height: 350px; } }

@media screen and (max-width: 900px) {
  .boxRepo .swiperSlider .photo img {
    max-height: 250px; } }

@media screen and (max-width: 767px) {
  .boxRepo .swiperSlider .photo img {
    max-height: 300px; } }

@media screen and (max-width: 480px) {
  .boxRepo .swiperSlider .photo img {
    max-height: 250px; } }

@media screen and (max-width: 374px) {
  .boxRepo .swiperSlider .photo img {
    max-height: 200px; } }

.boxRepo {
  margin-bottom: 3rem; }

@media screen and (max-width: 767px) {
  .boxRepo {
    margin-bottom: 2rem; } }

.boxRepo .detail .boxText {
  background-color: #ffffff;
  padding: 2rem;
  border-radius: 5px; }

@media screen and (max-width: 767px) {
  .boxRepo .detail .boxText {
    padding: 1rem; } }

.boxRepo .detail .boxText__ttl {
  color: #008c53;
  font-weight: 700;
  font-size: 2.4rem;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 2.5rem; }

@media screen and (max-width: 767px) {
  .boxRepo .detail .boxText__ttl {
    padding-left: 2rem;
    font-size: 2rem; } }

.boxRepo .detail .boxText__ttl::before {
  content: "";
  position: absolute;
  background-color: #008c53;
  width: 10px;
  height: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

@media screen and (max-width: 767px) {
  .boxRepo .detail .boxText__ttl::before {
    width: 8px; } }

.boxRepo .detail .boxText__ttl .line {
  position: relative;
  padding-bottom: 0.5rem;
  display: inline-block; }

.boxRepo .detail .boxText__ttl .line::after {
  content: "";
  position: absolute;
  background-color: #008c53;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: -1px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.boxRepo .detail .boxText__txt {
  font-weight: 400; }

@media screen and (max-width: 1024px) {
  .boxRepo .detail .boxText__txt {
    font-size: 1.4rem; } }

@media screen and (max-width: 767px) {
  .boxRepo .detail .boxText__txt {
    font-size: 1.2rem; } }

.dragBox {
  margin: 0 auto;
  position: relative;
  font-weight: bold;
  display: inline-block; }

.dragBox input[type="file"] {
  position: absolute;
  cursor: pointer;
  height: 100%;
  width: 100%;
  opacity: 0;
  top: 0;
  left: 0; }

.useGuide {
  max-width: 600px;
  margin: 0 auto;
  border: 4px solid #008c53;
  background-color: #ffffff;
  position: relative; }

.useGuide h2,
.useGuide .lsStep__item,
.useGuide .lsNote__right,
.useGuide span,
.useGuide input,
.useGuide label,
.useGuide img,
.useGuide p {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.useGuide .headBox {
  text-align: center;
  padding: 2rem 4rem;
  cursor: pointer; }

@media screen and (max-width: 767px) {
  .useGuide .headBox {
    padding: 2rem; } }

.useGuide .headBox__title {
  font-size: 1.6rem;
  font-weight: bold;
  color: #008c53;
  display: inline-block;
  border-bottom: 1px solid #008c53;
  padding: 0 1.2rem; }

.useGuide .lsStep {
  list-style: none;
  counter-reset: circle-counter;
  display: none;
  padding: 0 4rem 2rem 4rem; }

@media screen and (max-width: 767px) {
  .useGuide .lsStep {
    padding: 0 2rem 2rem; } }

.useGuide .lsStep__item {
  counter-increment: circle-counter;
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  padding-left: 25px; }

.useGuide .lsStep__item:before {
  content: counter(circle-counter);
  background-color: #008c53;
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-weight: bold;
  border-radius: 50%;
  display: table;
  font-size: 1.2rem;
  color: #ffffff;
  text-align: center;
  position: absolute;
  margin-right: 0.5rem;
  left: 0; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .useGuide .lsStep__item:before {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    width: 29px; } }

.useGuide .lsStep .lsNote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin: 0.75rem 0;
  padding-left: 4rem; }

@media screen and (max-width: 767px) {
  .useGuide .lsStep .lsNote {
    padding-left: 2rem; } }

.useGuide .lsStep .lsNote__left {
  width: 100px; }

.useGuide .lsStep .lsNote__left .label {
  background-color: #f5f5f5;
  font-size: 1.3rem;
  font-weight: 500;
  padding: 0.5rem 1.7rem; }

.useGuide .lsStep .lsNote__right {
  padding-left: 1rem;
  font-size: 1.2rem;
  font-weight: 500;
  width: calc(100% - 100px); }

.useGuide .lsStep.active {
  display: block; }

.useGuide .icon__useGuide {
  position: absolute;
  top: 10px;
  right: 15px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer; }

@media screen and (max-width: 767px) {
  .useGuide .icon__useGuide {
    max-width: 35px;
    top: 15px; } }

.useGuide .icon__useGuide.active {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

/*==================================================================================================
	Loading Screen
==================================================================================================*/
.loadGroup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  z-index: 999999999;
  background-color: #ffffff;
  position: fixed;
  overflow-y: scroll;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.loading {
  margin-bottom: 5rem;
  max-width: 50%;
  line-height: 1.4;
  font-weight: bold;
  text-align: center; }

@media screen and (max-width: 767px) {
  .loading {
    margin-bottom: 3rem; } }

.loading__author {
  font-weight: normal;
  font-size: 1.4rem;
  margin: 0.6rem 0 2rem 0;
  display: block; }

@media screen and (max-width: 1024px) {
  .loading__author {
    margin: 0.6rem 0 1rem 0; } }

@media screen and (max-width: 767px) {
  .loading__author {
    margin: 0.6rem 0 0 0; } }

.loading__anim {
  width: 35px;
  height: 35px;
  display: inline-block;
  border: 5px solid rgba(189, 189, 189, 0.25);
  border-left-color: #008c53;
  border-top-color: #008c53;
  border-radius: 50%;
  -webkit-animation: rotate 600ms infinite linear;
  animation: rotate 600ms infinite linear; }

.img__loading {
  width: 80px;
  margin: 0 auto; }

@media screen and (max-width: 767px) {
  .img__loading {
    width: 70px; } }

.loading__animp {
  width: 35px;
  height: 35px;
  display: inline-block;
  border: 5px solid rgba(189, 189, 189, 0.25);
  border-left-color: #008c53;
  border-top-color: #008c53;
  border-radius: 50%;
  -webkit-animation: rotatep 600ms infinite linear;
  animation: rotatep 600ms infinite linear; }

@-webkit-keyframes rotatep {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn); } }

@keyframes rotatep {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn); } }

/*==================================================================================================
	Show Popup
==================================================================================================*/
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: opacity 500ms;
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 999999; }

.overlay:target {
  visibility: visible;
  opacity: 1; }

.popup {
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  position: absolute;
  -webkit-transition: all 5s ease-in-out;
  transition: all 5s ease-in-out;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 60%;
  text-align: center; }

@media screen and (max-width: 1200px) {
  .popup {
    width: 70%; } }

@media screen and (max-width: 1024px) {
  .popup {
    width: 90%;
    padding: 15px; } }

@media screen and (max-width: 767px) {
  .popup {
    width: 95%;
    padding: 10px; } }

.popup .close {
  position: absolute;
  top: 0;
  right: 10px;
  -webkit-transition: all 100ms;
  transition: all 100ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333; }

@media screen and (max-width: 767px) {
  .popup .close {
    font-size: 25px; } }

@media screen and (max-width: 767px) {
  .popup .close {
    font-size: 20px; } }

.popup .close:hover {
  color: #06d85f; }

.popup .content {
  max-height: 30%;
  overflow: auto; }

/*==================================================================================================
	input autocomplete
==================================================================================================*/
.ui-widget.ui-widget-content {
  border-color: #008c53;
  border-top: 0; }

/*==================================================================================================
	CSV page
==================================================================================================*/
.csvCnt {
  background-color: white;
  min-height: 0px;
  height: auto !important; }

@media screen and (max-width: 767px) {
  .csvCnt {
    padding: 3rem 1rem 7rem; } }

.csvCnt__title {
  text-align: center;
  font-size: 3rem;
  padding-bottom: 4rem; }

@media screen and (max-width: 767px) {
  .csvCnt__title {
    font-size: 2.4rem;
    padding-bottom: 3rem; } }

@media screen and (max-width: 374px) {
  .csvCnt__title {
    font-size: 2rem; } }

.btnArea {
  text-align: center; }

.btnArea a {
  background-color: #008842;
  display: inline-block;
  color: white;
  padding: 1.5rem 5rem 1.5rem 6rem;
  border-radius: 1rem;
  font-size: 2.6rem;
  position: relative;
  font-weight: bold; }

@media screen and (max-width: 767px) {
  .btnArea a {
    font-size: 2rem;
    padding: 1.5rem 4rem 1.5rem 5.5rem; } }

@media screen and (max-width: 374px) {
  .btnArea a {
    font-size: 1.6rem;
    padding: 1.5rem 3.5rem 1.5rem 5rem;
    width: 100%; } }

.btnArea a::before, .btnArea a::after {
  content: "";
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  background-size: contain;
  background-repeat: no-repeat; }

.btnArea a::before {
  width: 35px;
  height: 41px;
  left: 1.5rem;
  background-image: url(../img/common/icon_csv.png); }

@media screen and (max-width: 767px) {
  .btnArea a::before {
    width: 30px;
    height: 36px;
    left: 1.3rem; } }

@media screen and (max-width: 374px) {
  .btnArea a::before {
    width: 26px;
    height: 31px; } }

.btnArea a::after {
  background-image: url(../img/common/icon_arrow_right_white.png);
  width: 25px;
  height: 25px;
  right: 1.5rem; }

@media screen and (max-width: 767px) {
  .btnArea a::after {
    width: 20px;
    height: 20px;
    right: 1.3rem; } }

.mb4 {
  margin-bottom: 4rem; }

.mb3 {
  margin-bottom: 3rem; }

#pest001 div.text p,
#disease001 div.text p,
#product001 div.text p {
  padding-bottom: 5rem; }

@media screen and (max-width: 767px) {
  .mfp-inline-holder .mfp-content,
  .mfp-ajax-holder .mfp-content {
    width: 90%; } }

/*==================================================================================================
	cultivation page
==================================================================================================*/
main.cultivation
.tab2
.tabcontent
section.tab2second
ul
li.current
a:nth-of-type(1),
main.cultivation
.tab2
.tabcontent
section.tab2second
ul
li.current
a:nth-of-type(2) {
  color: #000;
  border-color: #df1f67;
  background-color: #ef8eb3;
  width: 350px; }

main.cultivation .tab2 .tabcontent section.tab2second ul li a:nth-of-type(1) {
  border: 3px #d5c4a3 solid;
  font-size: 1.6rem;
  padding: 0 35px 0 45px;
  line-height: 54px;
  border-radius: 30px;
  width: 350px; }

main.cultivation .tab2 .tabcontent section.tab2second ul li a {
  position: relative;
  text-align: left;
  display: block;
  background-color: #e5dac6;
  color: #996600;
  font-weight: bold;
  text-decoration: none; }

main.cultivation .tab2 .tabcontent section.tab2second ul li a:nth-of-type(1) {
  border: 3px #d5c4a3 solid;
  font-size: 1.6rem;
  padding: 0 35px 0 45px;
  line-height: 54px;
  border-radius: 30px;
  width: 350px; }

main.cultivation .tab2 .tabcontent section.tab2second ul li a {
  position: relative;
  text-align: left;
  display: block;
  background-color: #e5dac6;
  color: #996600;
  font-weight: bold;
  text-decoration: none; }

main.cultivation
.tab2
.tabcontent
section.tab2second
ul
li
a:nth-of-type(1)::before {
  position: absolute;
  height: 36px;
  width: 36px;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 20px;
  display: block;
  vertical-align: middle;
  content: "";
  background: url(/cultivation/shared/img/check_off.png) center center no-repeat; }

main.cultivation
.tab2
.tabcontent
section.tab2second
ul
li.current
a:nth-of-type(1)::before {
  background: url(/cultivation/shared/img/check_on.png) center center no-repeat; }

main.cultivation .tab2 .tabcontent section.tab2second ul li a:nth-of-type(2) {
  color: #000;
  margin-top: 10px;
  border: 0;
  border-bottom: 2px #d5c4a3 solid;
  font-size: 1.4rem;
  padding: 0 35px 0 45px;
  line-height: 26px;
  background-color: rgba(223, 31, 103, 0.05);
  border-radius: 0; }

main.cultivation
.tab2
.tabcontent
section.tab2second
ul
li.current
a:nth-of-type(2) {
  color: #000;
  background-color: rgba(223, 31, 103, 0.05);
  border-bottom: 2px #d5c4a3 solid; }

main.cultivation .tab2 .tabcontent section.tab2second ul li {
  vertical-align: top; }

main.cultivation section.kana > div.row.row10 > .right.fr-full {
  width: 100%; }

main.cultivation section.kana > div.row.row10 > .right .fr-box-border {
  border: solid 3px #df1f67;
  border-radius: 10px;
  padding: 0 25px;
  width: 100%;
  max-width: 700px; }

main.cultivation section.kana > div.row.row10 > .right ul.fr-box-list-menu {
  display: table;
  margin: auto;
  width: 100%;
  max-width: 700px; }

main.cultivation section.kana > div.row.row10 > .right ul.fr-box-list-menu li {
  width: 25%;
  margin: 25px 0; }

main.cultivation
section.kana
> div.row.row10
> .right
ul.row.row10
li.fr-list-newmenu
strong {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.4;
  padding: 5px 0;
  text-align: center;
  display: block; }

main.cultivation
section.kana
> div.row.row10
> .right
ul.row.row10
li.fr-list-newmenu
.fr-box {
  padding: 10px 5px;
  background: #fff; }

main.cultivation
section.kana
> div.row.row10
> .right
ul.row.row10
li.fr-list-newmenu
.photo {
  margin: 5px 0 10px;
  position: relative;
  padding-top: 85%; }

main.cultivation
section.kana
> div.row.row10
> .right
ul.row.row10
li.fr-list-newmenu
.photo
div {
  height: 100% !important; }

main.cultivation
section.kana
> div.row.row10
> .right
ul.row.row10
li.fr-list-newmenu
.fr-a {
  display: block;
  border: 1px solid rgba(223, 31, 103, 0.5);
  font-weight: bold;
  line-height: 28px;
  color: #996600;
  font-size: 1.3rem;
  padding: 0 10px 0 30px;
  text-indent: -0.5em;
  margin-top: 3px;
  border-radius: 50px;
  text-decoration: none;
  letter-spacing: -1.5px;
  position: relative;
  background-color: #e5dac6; }

main.cultivation
section.kana
> div.row.row10
> .right
ul.row.row10
li.fr-list-newmenu
.fr-a:after {
  content: "";
  background: url("../../cultivation/shared/img/check_off.png") center center no-repeat;
  background-size: cover;
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 10px;
  top: 4px; }

main.cultivation
section.kana
> div.row.row10
> .right
ul.row.row10
li.fr-list-newmenu
.fr-a.current {
  background-color: rgba(223, 31, 103, 0.1); }

main.cultivation
section.kana
> div.row.row10
> .right
ul.row.row10
li.fr-list-newmenu
.fr-a.current:after {
  background: url("../../cultivation/shared/img/check_on.png") center center no-repeat;
  background-size: cover; }

main.cultivation
section.kana
> div.row.row10
> .right
ul.row.row10
li.fr-list-newmenu
.fr-a:hover {
  background-color: rgba(223, 31, 103, 0.2);
  opacity: 1; }

main.cultivation .tab2 .tabcontent section.tab2second ul li a:nth-of-type(1),
main.cultivation .tab2 .tabcontent section.tab2second ul li a:nth-of-type(2) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 350px; }

main.cultivation
.tab2
.tabcontent
section.tab2second
ul
li.current
a:nth-of-type(1),
main.cultivation
.tab2
.tabcontent
section.tab2second
ul
li.current
a:nth-of-type(2) {
  color: #000;
  border-color: #df1f67;
  background-color: #ef8eb3;
  width: 350px; }

main.cultivation .tab2 .tabcontent section.tab2second ul li a:nth-of-type(1) {
  border: 3px #d5c4a3 solid;
  font-size: 1.6rem;
  padding: 0 35px 0 45px;
  line-height: 54px;
  border-radius: 30px;
  width: 350px; }

main.cultivation .tab2 .tabcontent section.tab2second ul li a {
  position: relative;
  text-align: left;
  display: block;
  background-color: #e5dac6;
  color: #996600;
  font-weight: bold;
  text-decoration: none; }

main.cultivation .tab2 .tabcontent section.tab2second ul li a:nth-of-type(1) {
  border: 3px #d5c4a3 solid;
  font-size: 1.6rem;
  padding: 0 35px 0 45px;
  line-height: 54px;
  border-radius: 30px;
  width: 350px; }

main.cultivation .tab2 .tabcontent section.tab2second ul li a {
  position: relative;
  text-align: left;
  display: block;
  background-color: #e5dac6;
  color: #996600;
  font-weight: bold;
  text-decoration: none; }

main.cultivation
.tab2
.tabcontent
section.tab2second
ul
li
a:nth-of-type(1)::before {
  position: absolute;
  height: 36px;
  width: 36px;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 20px;
  display: block;
  vertical-align: middle;
  content: "";
  background: url(/cultivation/shared/img/check_off.png) center center no-repeat; }

main.cultivation
.tab2
.tabcontent
section.tab2second
ul
li.current
a:nth-of-type(1)::before {
  background: url(/cultivation/shared/img/check_on.png) center center no-repeat; }

main.cultivation .tab2 .tabcontent section.tab2second ul li a:nth-of-type(2) {
  color: #000;
  margin-top: 10px;
  border: 0;
  border-bottom: 2px #d5c4a3 solid;
  font-size: 1.4rem;
  padding: 0 35px 0 45px;
  line-height: 26px;
  background-color: rgba(223, 31, 103, 0.05);
  border-radius: 0; }

main.cultivation
.tab2
.tabcontent
section.tab2second
ul
li.current
a:nth-of-type(2) {
  color: #000;
  background-color: rgba(223, 31, 103, 0.05);
  border-bottom: 2px #d5c4a3 solid; }

main.cultivation .tab2 .tabcontent section.tab2second ul li {
  vertical-align: top; }

main.cultivation section.kana > div.row.row10 > .right.fr-full {
  width: 100%; }

main.cultivation section.kana > div.row.row10 > .right .fr-box-border {
  border: solid 3px #df1f67;
  border-radius: 10px;
  padding: 0 25px;
  width: 100%;
  max-width: 700px; }

main.cultivation section.kana > div.row.row10 > .right ul.fr-box-list-menu {
  display: table;
  margin: auto;
  width: 100%;
  max-width: 700px; }

main.cultivation section.kana > div.row.row10 > .right ul.fr-box-list-menu li {
  width: 25%;
  margin: 25px 0; }

main.cultivation
section.kana
> div.row.row10
> .right
ul.row.row10
li.fr-list-newmenu
strong {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.4;
  padding: 5px 0;
  text-align: center;
  display: block; }

main.cultivation
section.kana
> div.row.row10
> .right
ul.row.row10
li.fr-list-newmenu
.fr-box {
  padding: 10px 5px;
  background: #fff; }

main.cultivation
section.kana
> div.row.row10
> .right
ul.row.row10
li.fr-list-newmenu
.photo {
  margin: 5px 0 10px;
  position: relative;
  padding-top: 85%; }

main.cultivation
section.kana
> div.row.row10
> .right
ul.row.row10
li.fr-list-newmenu
.photo
div {
  height: 100% !important; }

main.cultivation
section.kana
> div.row.row10
> .right
ul.row.row10
li.fr-list-newmenu
.fr-a {
  display: block;
  border: 1px solid rgba(223, 31, 103, 0.5);
  font-weight: bold;
  line-height: 28px;
  color: #996600;
  font-size: 1.3rem;
  padding: 0 10px 0 30px;
  text-indent: -0.5em;
  margin-top: 3px;
  border-radius: 50px;
  text-decoration: none;
  letter-spacing: -1.5px;
  position: relative;
  background-color: #e5dac6; }

main.cultivation
section.kana
> div.row.row10
> .right
ul.row.row10
li.fr-list-newmenu
.fr-a:after {
  content: "";
  background: url("../../cultivation/shared/img/check_off.png") center center no-repeat;
  background-size: cover;
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 10px;
  top: 4px; }

main.cultivation
section.kana
> div.row.row10
> .right
ul.row.row10
li.fr-list-newmenu
.fr-a.current {
  background-color: rgba(223, 31, 103, 0.1); }

main.cultivation
section.kana
> div.row.row10
> .right
ul.row.row10
li.fr-list-newmenu
.fr-a.current:after {
  background: url("../../cultivation/shared/img/check_on.png") center center no-repeat;
  background-size: cover; }

main.cultivation
section.kana
> div.row.row10
> .right
ul.row.row10
li.fr-list-newmenu
.fr-a:hover {
  background-color: rgba(223, 31, 103, 0.2);
  opacity: 1; }

main.cultivation .tab2 .tabcontent section.tab2second ul li a:nth-of-type(1),
main.cultivation .tab2 .tabcontent section.tab2second ul li a:nth-of-type(2) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 350px; }

main.listPage h1 + p {
  padding-top: 1.5em; }

main.listPage #searchcontent {
  display: none; }

@media screen and (min-width: 768px) {
  main.listPage .title .title1 span {
    font-size: 1.2rem;
    top: 5px; } }

@media screen and (max-width: 767px) {
  main.listPage .title .title1 span {
    left: 55px; } }

main.listPage .title .title1 strong {
  line-height: 1.4;
  padding-top: 35px; }

@media screen and (max-width: 767px) {
  main.listPage .title .title1 strong {
    padding-top: 20px; } }

main.listPage .tab2List nav ul li.current a {
  height: 100%; }

@media screen and (max-width: 480px) {
  main.listPage .tab2List .tabcontent {
    padding: 0 20px 30px 20px; } }

main.listPage .tab2List .tabcontent section.tab2second ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: -10px; }

main.listPage .tab2List .tabcontent section.tab2second ul li {
  margin: 0;
  padding: 10px; }

@media screen and (max-width: 480px) {
  main.listPage .tab2List .tabcontent section.tab2second ul li a {
    width: 260px !important; } }

main.listPage .tab2List .tabcontent section.tab2second ul li a:nth-of-type(1) {
  padding-left: 55px; }

@media screen and (max-width: 767px) {
  main.listPage .tab2List .tabcontent section.tab2second ul li a:nth-of-type(1) {
    padding-left: 45px; } }

@media screen and (max-width: 480px) {
  main.listPage .tab2List .tabcontent section.tab2second ul li a:nth-of-type(1) {
    line-height: 40px !important;
    padding-top: 3px; } }

main.listPage .tab2List .tabcontent section.tab2second ul li a:nth-of-type(1)::before {
  background: url(../../cultivation/shared/img/check_off.png) center center no-repeat; }

@media screen and (max-width: 767px) {
  main.listPage .tab2List .tabcontent section.tab2second ul li a:nth-of-type(1)::before {
    width: 21px;
    height: 21px;
    background-size: contain; } }

main.listPage .tab2List .tabcontent section.tab2second ul li.current a:nth-of-type(1)::before {
  background: url(../../cultivation/shared/img/check_on.png) center center no-repeat; }

@media screen and (max-width: 767px) {
  main.listPage .tab2List .tabcontent section.tab2second ul li.current a:nth-of-type(1)::before {
    width: 21px;
    height: 21px;
    background-size: contain; } }

main.listPage .tab2List .tabcontent section.kana {
  margin-top: 0; }

main.listPage .tab2List .tabcontent section.kana div.row.row10 .right .fr-box-border {
  margin: 0 auto; }

@media screen and (max-width: 1279px) {
  main.listPage .tab2List .tabcontent section.kana div.row.row10 .right .fr-box-border {
    padding: 0 15px; } }

@media screen and (max-width: 480px) {
  main.listPage .tab2List .tabcontent section.kana div.row.row10 .right .fr-box-border {
    padding: 0 5px; } }

main.listPage .tab2List .tabcontent section.kana div.row.row10 .right .fr-box-border ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

@media screen and (max-width: 767px) {
  main.listPage .tab2List .tabcontent section.kana div.row.row10 .right .fr-box-border ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

@media screen and (max-width: 767px) {
  main.listPage .tab2List .tabcontent section.kana div.row.row10 .right .fr-box-border ul li.fr-list-newmenu:last-child {
    margin-top: 0; } }

@media screen and (max-width: 767px) {
  main.listPage .tab2List .tabcontent section.kana div.row.row10 .right .fr-box-border ul li.fr-list-newmenu:nth-child(3) {
    margin-top: 0; } }

@media screen and (max-width: 1279px) {
  main.listPage .tab2List .tabcontent section.kana div.row.row10 .right .fr-box-border ul li.fr-list-newmenu .fr-a {
    font-size: 1.2rem; } }

@media screen and (max-width: 480px) {
  main.listPage .tab2List .tabcontent section.kana div.row.row10 .right .fr-box-border ul li.fr-list-newmenu .fr-a {
    font-size: 1.1rem; } }

@media screen and (max-width: 374px) {
  main.listPage .tab2List .tabcontent section.kana div.row.row10 .right .fr-box-border ul li.fr-list-newmenu .fr-a {
    padding: 0 5px 0 22px;
    font-size: 1rem; } }

main.listPage .tab2List .tabcontent section.kana div.row.row10 .right .fr-box-border ul li.fr-list-newmenu .fr-a:after {
  background: url(../../cultivation/shared/img/check_off.png) center center no-repeat;
  background-size: cover; }

@media screen and (max-width: 374px) {
  main.listPage .tab2List .tabcontent section.kana div.row.row10 .right .fr-box-border ul li.fr-list-newmenu .fr-a:after {
    width: 15px;
    height: 15px;
    left: 5px;
    top: 5px; } }

main.listPage .tab2List .tabcontent section.kana div.row.row10 .right .fr-box-border ul li.fr-list-newmenu .fr-a.current:after {
  background: url(../../cultivation/shared/img/check_on.png) center center no-repeat;
  background-size: cover; }

@media screen and (min-width: 768px) {
  main.listPage .tab2List .tabcontent section.kana div.row.row10.boxPlant .left {
    width: 7.5%; } }

main.listPage .tab2List .tabcontent section.kana div.row.row10.boxPlant .left strong {
  line-height: 60px;
  padding-top: 5px; }

@media screen and (max-width: 1279px) {
  main.listPage .tab2List .tabcontent section.kana div.row.row10.boxPlant .left strong {
    line-height: 45px; } }

@media screen and (max-width: 767px) {
  main.listPage .tab2List .tabcontent section.kana div.row.row10.boxPlant .left strong {
    line-height: 40px; } }

@media screen and (max-width: 480px) {
  main.listPage .tab2List .tabcontent section.kana div.row.row10.boxPlant .left strong {
    font-size: 2rem;
    line-height: 30px; } }

@media screen and (min-width: 768px) {
  main.listPage .tab2List .tabcontent section.kana div.row.row10.boxPlant .right {
    width: 92.5%; } }

main.listPage .tab2List .tabcontent section.kana div.row.row10.boxPlant .right ul.row.row10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

@media screen and (min-width: 1280px) {
  main.listPage .tab2List .tabcontent section.kana div.row.row10.boxPlant .right ul.row.row10 li {
    width: 20%; } }

@media screen and (max-width: 1279px) {
  main.listPage .tab2List .tabcontent section.kana div.row.row10.boxPlant .right ul.row.row10 li {
    width: 25%; } }

@media screen and (max-width: 767px) {
  main.listPage .tab2List .tabcontent section.kana div.row.row10.boxPlant .right ul.row.row10 li {
    width: 50%; } }

main.listPage .tab2List .tabcontent section.kana div.row.row10.boxPlant .right ul.row.row10 li a figure figcaption {
  background: url(../img/top/icon_arrow_link.png) no-repeat;
  background-size: 16px 16px;
  background-position: 0px 3px; }

@media screen and (min-width: 768px) {
  main.listPage .tab2List .tabcontent section.kana div.row.row10.boxPlant .right ul.row.row10 li a figure figcaption {
    font-size: 1.4rem;
    line-height: 2.4rem;
    padding: 0 0 0 1.6em; } }

@media screen and (max-width: 767px) {
  main.listPage .tab2List .tabcontent section.kana div.row.row10.boxPlant .right ul.row.row10 li a figure figcaption {
    padding: 0 0 0 2em; } }

@media screen and (min-width: 768px) {
  main.cultivation .tab2 nav ul li a,
  main.cultivation .tab2 nav ul li span {
    font-size: 2rem; } }

main.cultivation .tab2 nav ul {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

@media screen and (max-width: 480px) {
  main.cultivation .tab2 nav ul {
    margin: 0 -1.5px; } }

@media screen and (max-width: 480px) {
  main.cultivation .tab2 nav ul li {
    padding: 0 1.5px; } }

@media screen and (min-width: 768px) {
  main.cultivation .tab2 nav ul li a {
    font-size: 2rem; } }

@media screen and (max-width: 767px) {
  main.cultivation .tab2 nav ul li a {
    font-size: 1.5rem;
    height: 45px;
    line-height: 45px; } }

@media screen and (max-width: 480px) {
  main.cultivation .tab2 nav ul li a {
    font-size: 1rem;
    height: 35px;
    line-height: 38px; } }

@media screen and (max-width: 374px) {
  main.cultivation .tab2 nav ul li a {
    font-size: 0.8rem;
    height: 25px;
    line-height: 25px; } }

@media screen and (max-width: 767px) {
  main.cultivation .tab2 nav ul li:nth-of-type(-n + 4) {
    height: 95px; } }

@media screen and (max-width: 480px) {
  main.cultivation .tab2 nav ul li:nth-of-type(-n + 4) {
    height: 73px; } }

@media screen and (max-width: 374px) {
  main.cultivation .tab2 nav ul li:nth-of-type(-n + 4) {
    height: 53px; } }

@media screen and (max-width: 767px) {
  main.cultivation .tab2 nav ul li:nth-of-type(n + 5) {
    margin-top: -45px;
    height: 50px; } }

@media screen and (max-width: 480px) {
  main.cultivation .tab2 nav ul li:nth-of-type(n + 5) {
    margin-top: -35px;
    height: 40px; } }

@media screen and (max-width: 374px) {
  main.cultivation .tab2 nav ul li:nth-of-type(n + 5) {
    margin-top: -25px;
    height: 30px; } }

@media screen and (max-width: 480px) {
  main.cultivation .tab2 nav ul li.whiteborder {
    right: 12px;
    bottom: 3px; } }

@media screen and (max-width: 767px) {
  main.cultivation .tab2 nav ul li.whiteborder span {
    height: 50px; } }

@media screen and (max-width: 480px) {
  main.cultivation .tab2 nav ul li.whiteborder span {
    height: 38px;
    line-height: 50px; } }

@media screen and (max-width: 374px) {
  main.cultivation .tab2 nav ul li.whiteborder span {
    height: 28px;
    line-height: 30px; } }

main.cultivation .tab2 .tabcontent section.list {
  margin-top: 0; }

@media screen and (max-width: 767px) {
  main.cultivation .tab2 .tabcontent section.list {
    padding-top: 10px; } }

main.cultivation .tab2 .tabcontent section.list ul li {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none; }

@media screen and (max-width: 767px) {
  main.cultivation .tab2 .tabcontent section.list ul li {
    width: 100%;
    border-top: 0;
    border-bottom: #df1f67 3px solid;
    background-color: rgba(223, 31, 103, 0.1);
    padding: 0; } }

main.cultivation .tab2 .tabcontent section.list ul li h2 {
  background: none;
  padding: 0;
  border-bottom: 0;
  margin: 0; }

@media screen and (max-width: 767px) {
  main.cultivation .tab2 .tabcontent section.list ul li h2 {
    line-height: 3rem; } }

@media screen and (max-width: 480px) {
  main.cultivation .tab2 .tabcontent section.list ul li h2 {
    line-height: 2.5rem; } }

main.cultivation .tab2 .tabcontent section.list ul li h2 a {
  color: #000; }

@media screen and (min-width: 768px) {
  main.cultivation .tab2 .tabcontent section.list ul li h2 a {
    pointer-events: none; } }

@media screen and (max-width: 767px) {
  main.cultivation .tab2 .tabcontent section.list ul li h2 a {
    display: block;
    padding: 13px 13px 7px 13px; } }

@media screen and (min-width: 768px) {
  main.cultivation .tab2 .tabcontent section.list ul li h2 span {
    font-size: 2.2rem; } }

@media screen and (max-width: 1279px) {
  main.cultivation .tab2 .tabcontent section.list ul li h2 span {
    font-size: 1.8rem; } }

@media screen and (max-width: 1024px) {
  main.cultivation .tab2 .tabcontent section.list ul li h2 span {
    font-size: 1.7rem; } }

@media screen and (max-width: 767px) {
  main.cultivation .tab2 .tabcontent section.list ul li h2 span {
    font-size: 1.8rem; } }

@media screen and (max-width: 480px) {
  main.cultivation .tab2 .tabcontent section.list ul li h2 span {
    font-size: 1.6rem; } }

@media screen and (max-width: 374px) {
  main.cultivation .tab2 .tabcontent section.list ul li h2 span {
    font-size: 1.5rem; } }

div.photo > div {
  height: auto !important; }

main.listPage
.tab2List
.tabcontent
section.kana
div.row.row10.boxPlant
.right
ul.row.row10
li
a
figure
figcaption {
  text-decoration: underline; }

@media screen and (max-width: 1000px) {
  main.listPage .tab2List .tabcontent {
    margin: -0.5rem -2rem -5rem; } }

@media screen and (max-width: 767px) {
  main.listPage .tab2List .tabcontent {
    margin: -0.5rem -1rem -3.8rem; } }

.pest_symptom.mt-custom {
  margin-top: 5rem; }

@media screen and (max-width: 767px) {
  .pest_symptom.mt-custom {
    margin-top: 3rem; } }

.mt3 {
  margin-top: 3rem; }

.mt2 {
  margin-top: 2rem; }

.pd2 {
  padding-left: 2rem !important;
  padding-right: 2rem !important; }

.pb3 {
  padding-bottom: 3rem; }

.pb05 {
  padding-bottom: 0.5rem !important; }

.pd-custom {
  padding-top: 5rem; }

@media screen and (max-width: 1279px) {
  .pd-custom {
    padding-left: 1rem;
    padding-right: 1rem; } }

@media screen and (max-width: 1024px) {
  .pd-custom {
    padding-left: 2rem;
    padding-right: 2rem; } }

@media screen and (max-width: 767px) {
  .pd-custom {
    padding-top: 2rem; } }

@media screen and (max-width: 480px) {
  .pd-custom {
    padding-top: 1rem; } }

.pt-custom {
  padding-top: 5rem; }

@media screen and (max-width: 767px) {
  .pt-custom {
    padding-top: 3rem; } }

.margin-over {
  margin: -5rem -2rem 0; }

@media screen and (max-width: 767px) {
  .margin-over {
    margin: -2rem -1rem 0; } }

main.cultivation .tab.culti-detail {
  margin-top: 5rem; }

main.cultivation .tab.culti-detail .tabcontent {
  border-top: 0;
  background: none;
  padding-left: 0;
  padding-right: 0; }

@media screen and (max-width: 767px) {
  main.cultivation .tab.culti-detail .tabcontent {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 0; } }

main.cultivation div.introduction div.photo.photo-center {
  text-align: center; }

.no-bg {
  background: none !important; }

.btnCulti a {
  text-align: left;
  padding: 1.1rem 1.3rem 1.1rem 6rem;
  min-width: 430px; }

@media screen and (max-width: 767px) {
  .btnCulti a {
    min-width: 375px; } }

@media screen and (max-width: 480px) {
  .btnCulti a {
    width: 100%;
    min-width: auto;
    padding-left: 5.5rem; } }

.btnCulti a.btn-blue {
  color: #000000;
  border: 2px solid #2D6EB6; }

.btnCulti a.btn-blue::before {
  background-image: url(../img/common/icon_pest.png);
  width: 34px;
  height: 35px; }

.btnCulti a.btn-blue::after {
  background-image: url(../img/common/icon_arr_blue_right.png); }

.btnCulti a.btn-pink {
  color: #000000;
  border: 2px solid #DF1F67; }

.btnCulti a.btn-pink::before {
  background-image: url(../img/common/icon_culti_detail.png);
  width: 27px;
  height: 36px; }

.btnCulti a.btn-pink::after {
  background-image: url(../img/common/icon_arr_pink_right.png); }

main.resolution section.pest_symptom a figure figcaption {
  color: #1356a2;
  text-decoration: underline; }

.icon-back {
  position: relative; }

.icon-back::before {
  content: "";
  position: absolute;
  background-image: url(../img/common/icon_arrow_left_white.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.white {
  background-color: #ffffff; }

.txt-orange {
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 25px;
  color: coral; }

.causal ul li p a {
  font-weight: 400; }

.-diagnosis .-detail .calendar {
  background-color: #ffffff;
  padding: 2rem 2rem 4rem;
  border-radius: 5px;
  margin-bottom: 2rem;
  display: block;
  cursor: pointer;
  width: 100%; }

@media screen and (max-width: 767px) {
  .-diagnosis .-detail .calendar {
    padding: 1rem 1rem 2rem;
    margin-bottom: 1rem; } }

.-diagnosis .-detail .calendar__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 1rem; }

.-diagnosis .-detail .calendar__title img {
  max-width: 50px;
  margin-right: 1rem; }

@media screen and (max-width: 767px) {
  .-diagnosis .-detail .calendar__title img {
    max-width: 32px; } }

.-diagnosis .-detail .calendar__title p {
  color: #707070;
  font-weight: 700;
  font-size: 3rem; }

@media screen and (max-width: 767px) {
  .-diagnosis .-detail .calendar__title p {
    font-size: 2rem; } }

.-diagnosis .-detail .calendar img {
  width: 100%; }

.-diagnosis .-detail .product .box__title {
  background-color: #008c53;
  color: #ffffff;
  font-size: 3rem;
  font-weight: 700;
  padding: 2rem;
  border-radius: 5px;
  margin-bottom: 3rem; }

@media screen and (max-width: 767px) {
  .-diagnosis .-detail .product .box__title {
    padding: 1rem;
    margin-bottom: 1.5rem;
    font-size: 2rem; } }

main.resolution .tab .tabcontent .tabcontent__ttl {
  padding-top: 30px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 24px;
  border-left: 14px solid #2d6eb6;
  padding: 0 0 0 12px;
  margin-top: 2rem; }

main.resolution .tab .tabcontent .tabcontent__ttl span {
  border-bottom: 2px solid #2d6eb6;
  display: inline-block;
  font-size: 2rem;
  line-height: 31px; }

main.resolution .tab .tabcontent .tabcontent__ttl + p {
  margin-top: 2rem; }

main.cultivation .tab .tabcontent .tabcontent__ttl {
  margin-top: 2rem;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.2;
  border-left: 22px solid #df1f67;
  padding: 0 0 0 1rem; }

main.cultivation .tab .tabcontent .tabcontent__ttl span {
  border-bottom: 3px solid #df1f67;
  display: inline-block;
  line-height: 2.5rem; }

main.resolution section.disease .disease__ttl {
  margin-top: 20px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  border-left: 14px solid #2d6eb6;
  padding: 0 0 0 12px; }

main.resolution section.disease .disease__ttl span {
  display: inline-block;
  font-size: 2rem;
  line-height: 31px;
  border-bottom: 2px solid #2d6eb6; }

main.resolution section.disease .disease__ttl + p {
  margin-top: 20px;
  margin-bottom: 20px; }

main.resolution
section.search
div.searchcontent
> div.row.searchword
div.left
p,
main.resolution
section.search
div.searchcontent
> div.row.searchinitial
div.left
p {
  line-height: 80px;
  text-align: center; }

main.resolution
section.search
div.searchcontent
> div.row.searchword
div.left
p span,
main.resolution
section.search
div.searchcontent
> div.row.searchinitial
div.left
p span {
  vertical-align: middle;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 2rem; }

main.resolution
section.search
div.searchcontent
> div.row.searchword
div.left
p span b,
main.resolution
section.search
div.searchcontent
> div.row.searchinitial
div.left
p span b {
  font-weight: bold;
  font-size: 1.8rem; }

main.resolution section.disease .disease__heading {
  font-size: 2.4rem;
  font-weight: 700;
  background-color: rgba(45, 110, 182, 0.1);
  padding: 12px 15px 12px 15px;
  border-bottom: 2px solid #2d6eb6; }

@media screen and (max-width: 767px) {
  main.resolution section.disease .disease__heading {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
    width: auto; } }

.txt-center {
  text-align: center; }
