body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.69;
  letter-spacing: -0.03em;
  background: #fffaee;
  color: #3e3633;
}

a {
  color: #00632e;
}

.common__pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .common__pc {
    display: none;
  }
}
.common__sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .common__sp {
    display: block;
  }
}
.common__pc_onmini {
  display: block;
}
@media screen and (max-width: 560px) {
  .common__pc_onmini {
    display: none;
  }
}
.common__mini {
  display: none;
}
@media screen and (max-width: 560px) {
  .common__mini {
    display: block;
  }
}
.common__btn {
  margin-bottom: 15px;
  text-align: center;
}
.common__btn:last-child {
  margin-bottom: 0;
}
.common__btn a {
  text-decoration: none;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 10px;
  padding: 10px 20px;
  position: relative;
  font-weight: 600;
  background: #00632e;
  color: #fff;
}
@media screen and (max-width: 560px) {
  .common__btn a {
    font-size: 16px;
    padding: 5px 10px;
  }
}
.common__one-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.common__col02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .common__col02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.common__col02 .col {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .common__col02 .col {
    width: 100%;
    margin-bottom: 20px;
  }
  .common__col02 .col:last-child {
    margin-bottom: 0;
  }
}
.common__col02 .fig__block {
  text-align: center;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .common__col02 .fig__block {
    width: 100%;
  }
}
.common__col02 .txt__block {
  width: 50%;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .common__col02 .txt__block {
    width: 100%;
  }
}
.common__col03 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 22px;
  margin-bottom: 50px;
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .common__col03 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.common__col03 li {
  width: calc((100% - 44px) / 3);
}
@media screen and (max-width: 768px) {
  .common__col03 li {
    width: 100%;
  }
}
.common__panel {
  position: relative;
}
.common__panel::before {
  content: "";
  background: url(../img/bg__panel.svg) repeat right bottom;
  position: absolute;
  bottom: -15px;
  right: -10px;
  height: 100%;
  width: 100%;
  border-radius: 14px;
}
.common__panel .panel__inner {
  border: 2px solid #3e3633;
  padding: 50px 35px 40px;
  border-radius: 14px;
  position: relative;
  background: #fff;
}
@media screen and (max-width: 560px) {
  .common__panel .panel__inner {
    padding: 50px 20px 40px;
  }
}
.common__panel h3 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  font-size: 30px;
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 0 20px;
  background: #fff;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.common__panel h3 span {
  padding-bottom: 8px;
  background: url(../img/wavy-line.svg) repeat-x bottom;
  background-size: auto 7px;
}
.common__panel .check__list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 560px) {
  .common__panel .check__list li {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.common__panel .check__list li::before {
  content: "";
  background: url(../img/icon__check.svg) no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 560px) {
  .common__panel .check__list li::before {
    margin-top: 5px;
  }
}
.common__panel .check__list li span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.common-txtc {
  text-align: center;
}

img {
  width: 100%;
  height: auto;
}

nav {
  max-width: 750px;
  width: 100%;
  padding: 0 25px;
  margin: 0 auto;
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 20px;
  z-index: 9999;
}
@media screen and (max-width: 560px) {
  nav {
    padding: 10px;
  }
}
nav .inner {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
}
nav .inner .nav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 6px;
  margin-bottom: 6px;
}
nav .inner .nav__list li {
  width: calc((100% - 18px) / 4);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 560px) {
  nav .inner .nav__list li {
    width: calc((100% - 6px) / 2);
  }
}
nav .inner .nav__list li a {
  background: #00632e;
  font-size: 20px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3333333333);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3333333333);
  border-radius: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  text-decoration: none;
  width: 100%;
  text-align: center;
  line-height: 1;
  padding: 10px;
}
nav .inner p a {
  background: #f7931e;
  font-size: 24px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3333333333);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3333333333);
  border-radius: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  text-decoration: none;
  padding: 10px;
  text-align: center;
}
@media screen and (max-width: 560px) {
  nav .inner p a {
    font-size: 22px;
  }
}

#wrapper {
  overflow: hidden;
  position: relative;
  /* fadeIn */
}
#wrapper .header__block {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  text-align: center;
  background: #fff;
}
#wrapper .header__block::after {
  content: "";
  background: url(../img/bg__mv-btm.png) no-repeat bottom;
  height: 54px;
  display: block;
}
#wrapper .header__block .inner {
  background: url(../img/bg__mv.png) repeat-y;
  padding: 25px 20px 0;
}
#wrapper .header__block .logo__block {
  position: relative;
  padding-bottom: 35px;
  margin-bottom: 15px;
}
#wrapper .header__block .logo__block p {
  font-size: 20px;
  line-height: 1.1;
  margin-bottom: 10px;
}
@media screen and (max-width: 560px) {
  #wrapper .header__block .logo__block p {
    margin-bottom: 15px;
  }
}
#wrapper .header__block .logo__block .logo {
  line-height: 1.3;
  width: 182px;
  margin: 5px auto 25px;
}
#wrapper .header__block .logo__block .logo img {
  width: 100%;
  height: auto;
}
#wrapper .header__block .logo__block::after {
  content: "";
  background: url(../img/tit-line.svg) no-repeat;
  background-size: contain;
  width: 290px;
  height: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#wrapper .header__block h1 {
  font-size: 44px;
  font-weight: 700;
  line-height: 1.5;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: -0.05em;
  -webkit-text-stroke: 6px #FFF;
  text-stroke: 6px #FFF;
  paint-order: stroke;
  margin-bottom: 20px;
}
@media screen and (max-width: 560px) {
  #wrapper .header__block h1 {
    font-size: 33px;
  }
}
@media screen and (max-width: 425px) {
  #wrapper .header__block h1 {
    font-size: 26px;
  }
}
@media screen and (max-width: 340px) {
  #wrapper .header__block h1 {
    font-size: 24px;
  }
}
#wrapper .header__block .author__block {
  font-size: 15px;
  background: url(../img/deco_header.png) no-repeat center top;
  padding: 35px 0;
  gap: 70px;
}
@media screen and (max-width: 768px) {
  #wrapper .header__block .author__block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (max-width: 560px) {
  #wrapper .header__block .author__block {
    gap: 10px;
    background: none;
    padding: 0;
  }
}
#wrapper .header__block .author__block .police {
  width: 150px;
}
@media screen and (max-width: 560px) {
  #wrapper .header__block .author__block .police {
    width: 60%;
  }
}
#wrapper .header__block .author__block .police img {
  width: 65px;
  height: auto;
  padding: 15px 0;
}
@media screen and (max-width: 560px) {
  #wrapper .header__block .author__block .police img {
    padding: 0;
  }
}
#wrapper .header__block .author__block .unchi {
  width: 180px;
}
@media screen and (max-width: 560px) {
  #wrapper .header__block .author__block .unchi {
    width: 40%;
  }
}
#wrapper .header__block .author__block .unchi img {
  margin-bottom: 8px;
}
#wrapper main article {
  background: #fff;
  padding: 40px 0;
  max-width: 750px;
  width: 100%;
  padding-bottom: 250px;
  margin: 0 auto;
}
@media screen and (max-width: 560px) {
  #wrapper main article {
    padding-bottom: 270px;
  }
}
#wrapper main article section.arrow::after {
  content: "";
  display: block;
  background: url(../img/arrow01.png) no-repeat bottom center;
  background-size: contain;
  width: 458px;
  height: 58px;
  margin: auto;
  margin-bottom: 40px;
}
@media screen and (max-width: 560px) {
  #wrapper main article section.arrow::after {
    width: 280px;
    height: 38px;
  }
}
#wrapper main article section .inner {
  padding: 0 40px;
}
@media screen and (max-width: 560px) {
  #wrapper main article section .inner {
    padding: 0 20px;
  }
}
#wrapper main article section .inner-m {
  padding: 0 60px;
}
@media screen and (max-width: 780px) {
  #wrapper main article section .inner-m {
    padding: 0 40px;
  }
}
@media screen and (max-width: 560px) {
  #wrapper main article section .inner-m {
    padding: 0 20px;
  }
}
#wrapper main article section .inner-s {
  padding: 0 100px;
}
@media screen and (max-width: 780px) {
  #wrapper main article section .inner-s {
    padding: 0 40px;
  }
}
@media screen and (max-width: 560px) {
  #wrapper main article section .inner-s {
    padding: 0 30px;
  }
}
#wrapper main article section h2 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  position: relative;
  margin-bottom: 100px;
  line-height: 1.4;
}
@media screen and (max-width: 560px) {
  #wrapper main article section h2 {
    font-size: 26px;
    margin-bottom: 80px;
  }
}
#wrapper main article section h2::after {
  content: "";
  background: url(../img/tit-line.svg) no-repeat;
  background-size: contain;
  width: 290px;
  height: 30px;
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: auto;
}
#wrapper main article section.check__block {
  position: relative;
}
#wrapper main article section.check__block .panel {
  margin-bottom: 90px;
}
#wrapper main article section.check__block .panel__inner::after {
  content: "";
  background: url(../img/fig_header02.png) no-repeat;
  background-size: contain;
  width: 240px;
  height: 115px;
  display: block;
  position: absolute;
  bottom: -30px;
  right: 20px;
}
@media screen and (max-width: 560px) {
  #wrapper main article section.check__block .panel__inner::after {
    bottom: -80px;
    right: 0;
    left: 0;
    margin: auto;
    width: 160px;
  }
}
@media screen and (max-width: 560px) {
  #wrapper main article section.check__block .panel__inner h3 {
    top: -60px;
    text-align: center;
  }
}
#wrapper main article section.diversity__block::after {
  content: "";
  display: block;
  background: url(../img/arrow02.png) no-repeat bottom center;
  background-size: contain;
  width: 458px;
  height: 80px;
  margin: auto;
  margin-bottom: 30px;
}
@media screen and (max-width: 560px) {
  #wrapper main article section.diversity__block::after {
    width: 290px;
    height: 60px;
  }
}
#wrapper main article section.diversity__block .answer__block {
  margin-bottom: 80px;
}
@media screen and (max-width: 560px) {
  #wrapper main article section.diversity__block .answer__block {
    margin-bottom: 40px;
  }
}
#wrapper main article section.diversity__block .inner-m p, #wrapper main article section.circulation__block .inner-m p {
  font-weight: 600;
}
#wrapper main article section.diversity__block .txt_diversity, #wrapper main article section.circulation__block .txt_diversity {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  font-size: 17px;
}
@media screen and (max-width: 560px) {
  #wrapper main article section.diversity__block .txt_diversity, #wrapper main article section.circulation__block .txt_diversity {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    line-height: 1.3;
  }
}
#wrapper main article section.diversity__block .txt_diversity01, #wrapper main article section.circulation__block .txt_diversity01 {
  -webkit-transform: rotate(-18deg);
          transform: rotate(-18deg);
  display: inline-block;
}
@media screen and (max-width: 560px) {
  #wrapper main article section.diversity__block .txt_diversity01, #wrapper main article section.circulation__block .txt_diversity01 {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    margin-bottom: 20px;
  }
}
#wrapper main article section.diversity__block .txt_diversity02, #wrapper main article section.circulation__block .txt_diversity02 {
  -webkit-transform: rotate(18deg);
          transform: rotate(18deg);
  display: inline-block;
}
@media screen and (max-width: 560px) {
  #wrapper main article section.diversity__block .txt_diversity02, #wrapper main article section.circulation__block .txt_diversity02 {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    margin-bottom: 20px;
  }
}
#wrapper main article section.diversity__block .answer__block, #wrapper main article section.circulation__block .answer__block {
  margin-top: -50px;
}
@media screen and (max-width: 560px) {
  #wrapper main article section.diversity__block .answer__block, #wrapper main article section.circulation__block .answer__block {
    margin-top: 0;
  }
}
#wrapper main article section.diversity__block .answer__block p, #wrapper main article section.circulation__block .answer__block p {
  color: #00632e;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  font-size: 30px;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 10px;
}
@media screen and (max-width: 560px) {
  #wrapper main article section.diversity__block .answer__block p, #wrapper main article section.circulation__block .answer__block p {
    font-size: 20px;
  }
}
#wrapper main article section.diversity__block .answer__block p span, #wrapper main article section.circulation__block .answer__block p span {
  font-size: 64px;
  font-weight: 500;
  padding-bottom: 0px;
  margin-bottom: 10px;
  display: inline-block;
  line-height: 1;
}
@media screen and (max-width: 560px) {
  #wrapper main article section.diversity__block .answer__block p span, #wrapper main article section.circulation__block .answer__block p span {
    font-size: 50px;
  }
}
#wrapper main article section.diversity__block .answer__block p span::after, #wrapper main article section.circulation__block .answer__block p span::after {
  content: "";
  background: url(../img/wavy-line02.svg) repeat-x bottom;
  height: 8px;
  width: 100%;
  display: block;
  margin-top: 5px;
}
#wrapper main article section.circulation__block .answer__block {
  margin-bottom: 40px;
}
#wrapper main article section.circulation__block .txt {
  margin-bottom: 20px;
}
#wrapper main article section.circulation__block figure {
  margin-bottom: 40px;
}
#wrapper main article section.circulation__block .com__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  font-size: 20px;
  font-weight: 600;
  color: #00632e;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 560px) {
  #wrapper main article section.circulation__block .com__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#wrapper main article section.circulation__block .com__block p {
  font-family: "Zen Maru Gothic", sans-serif;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 560px) {
  #wrapper main article section.circulation__block .com__block p {
    padding-top: 130px;
  }
}
#wrapper main article section.circulation__block .com__block::before, #wrapper main article section.circulation__block .com__block::after {
  content: "";
  display: block;
}
@media screen and (max-width: 560px) {
  #wrapper main article section.circulation__block .com__block::before, #wrapper main article section.circulation__block .com__block::after {
    position: absolute;
    top: 0;
    right: 50%;
  }
}
#wrapper main article section.circulation__block .com__block::before {
  background: url(../img/deco__soil01.png) no-repeat;
  background-size: contain;
  width: 130px;
  height: 120px;
}
#wrapper main article section.circulation__block .com__block::after {
  background: url(../img/deco__police01.png) no-repeat;
  background-size: contain;
  width: 117px;
  height: 128px;
}
@media screen and (max-width: 560px) {
  #wrapper main article section.circulation__block .com__block::after {
    right: auto;
    left: 60%;
  }
}
#wrapper main article section.sbo__section h2 {
  margin-bottom: 70px;
}
#wrapper main article section.sbo__section .info {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  color: #00632e;
  text-align: center;
  margin-bottom: 50px;
}
#wrapper main article section.sbo__section .info p span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #ffff00));
  background: -webkit-linear-gradient(transparent 50%, #ffff00 50%);
  background: linear-gradient(transparent 50%, #ffff00 50%);
  font-size: 30px;
  -webkit-text-stroke: 6px #FFF;
  text-stroke: 6px #FFF;
  paint-order: stroke;
}
#wrapper main article section.sbo__section .nmb__block {
  text-align: center;
  margin-bottom: 50px;
  position: relative;
}
#wrapper main article section.sbo__section .nmb__block .nmb {
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  margin: auto;
  background: #00632e;
  font-size: 26px;
  font-weight: 600;
  font-family: "Zen Maru Gothic", sans-serif;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-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;
  padding: 0 5px;
  width: 40px;
  height: 40px;
  color: #fff;
  border-radius: 9999px;
}
@media screen and (max-width: 560px) {
  #wrapper main article section.sbo__section .nmb__block .nmb {
    position: static;
    margin-bottom: 15px;
  }
}
#wrapper main article section.sbo__section .nmb__block .h3__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 620px;
  margin: 0 auto 30px;
  gap: 10px;
}
@media screen and (max-width: 560px) {
  #wrapper main article section.sbo__section .nmb__block .h3__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#wrapper main article section.sbo__section .nmb__block .h3__wrap figure {
  width: 140px;
}
#wrapper main article section.sbo__section .nmb__block .h3__wrap h3 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
  font-weight: 600;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 30px;
  color: #00632e;
  padding-top: 20px;
  line-height: 1.33;
}
#wrapper main article section.health__block .inner-m {
  margin-bottom: 40px;
}
#wrapper main article section.health__block h2 {
  margin-bottom: 40px;
}
#wrapper main article section.health__block .comment__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 10px;
  max-width: 450px;
  width: 100%;
  margin: 0 auto;
}
#wrapper main article section.health__block .comment__block .comment {
  border: 3px solid #3e3633;
  border-radius: 5px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  padding: 15px;
  position: relative;
  width: 230px;
  line-height: 1.3;
  margin-bottom: 20px;
}
#wrapper main article section.health__block .comment__block .comment::after {
  content: "";
  background: url(../img/deco__com.svg) no-repeat;
  background-size: contain;
  width: 25px;
  height: 20px;
  display: block;
  position: absolute;
  bottom: 8px;
  right: -15px;
}
#wrapper main article section.health__block .comment__block figure {
  width: 207px;
}
#wrapper main article section.madein__block h2 {
  margin-bottom: 80px;
}
#wrapper main article section.madein__block .common__col03 {
  margin-bottom: 90px;
}
#wrapper main article section.madein__block .common__col03 figure figcaption {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  padding-top: 15px;
}
#wrapper main article section.madein__block .panel {
  margin-bottom: 70px;
}
#wrapper main article section.madein__block .panel .inner .check__list {
  padding: 0 20px;
  margin-bottom: 30px;
}
#wrapper main article section.madein__block .panel .inner .check__list li {
  margin-left: 0;
}
#wrapper main article section.madein__block .panel .inner ul {
  margin-bottom: 1rem;
}
#wrapper main article section.madein__block .panel .inner ul li {
  list-style: disc;
  margin-left: 20px;
}
#wrapper main article section.qa__block h2 {
  margin-bottom: 80px;
}
#wrapper main article section.qa__block .inner {
  margin-bottom: 70px;
}
#wrapper main article section.qa__block .inner .qa {
  margin-bottom: 40px;
}
#wrapper main article section.qa__block .inner .qa span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#wrapper main article section.qa__block .inner .qa dt::before, #wrapper main article section.qa__block .inner .qa dd::before {
  width: 24px;
  height: 24px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
  font-size: 17px;
  margin-right: 10px;
}
#wrapper main article section.qa__block .inner .qa dt {
  font-size: 23px;
  font-weight: 600;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
#wrapper main article section.qa__block .inner .qa dt::before {
  content: "Q";
  background: #00632e;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
}
#wrapper main article section.qa__block .inner .qa dd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#wrapper main article section.qa__block .inner .qa dd::before {
  content: "A";
  background: #f7931e;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
}
#wrapper main article section.trial__block .trial__ttl {
  padding: 30px 0 80px;
  margin-bottom: 10px;
  background: url(../img/bg__trial.png);
  background-size: cover;
}
#wrapper main article section.trial__block .trial__ttl h2 {
  margin-bottom: 30px;
}
#wrapper main article section.trial__block .trial__ttl h2::after {
  content: none;
}
#wrapper main article section.trial__block .trial__ttl p {
  font-size: 14px;
  margin-top: -1.5rem;
  -webkit-text-stroke: 2px #FFF;
  text-stroke: 2px #FFF;
  paint-order: stroke;
}
#wrapper main article section.trial__block .fig__mini {
  max-width: 550px;
  margin: 0 auto 30px;
}
#wrapper main article section.trial__block .memo {
  font-size: 14px;
  padding-bottom: 65px;
}
#wrapper main article section.trial__block .goodpoint__block {
  background: url(../img/bg__goodpoint.png) repeat-x center 20px;
  background-size: contain;
}
#wrapper main article section.trial__block .goodpoint__block h2 {
  width: 265px;
  margin: 0 auto 50px;
}
#wrapper main article section.trial__block .goodpoint__block h2::after {
  content: none;
}
#wrapper main article section.trial__block .goodpoint__block .point__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 22px;
  margin-bottom: 20px;
}
@media screen and (max-width: 560px) {
  #wrapper main article section.trial__block .goodpoint__block .point__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#wrapper main article section.trial__block .goodpoint__block .point__block .point {
  width: calc((100% - 22px) / 2);
  border: 2px solid #3e3633;
  border-radius: 10px;
  background: #fff;
  padding: 30px 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
@media screen and (max-width: 560px) {
  #wrapper main article section.trial__block .goodpoint__block .point__block .point {
    width: 100%;
    padding: 15px 10px;
  }
}
#wrapper main article section.trial__block .goodpoint__block .point__block .point dl dt {
  width: 130px;
  margin: 0 auto 10px;
}
#wrapper main article section.trial__block .goodpoint__block .point__block .point dl dd {
  font-size: 20px;
  font-weight: 600;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1.3;
  color: #00632e;
}
#wrapper main article section.trial__block .goodpoint__block .point__block .point dl dd span {
  font-size: 14px;
}
#wrapper main article section.trial__block.arrow {
  margin-bottom: 0;
}
#wrapper main article section.completion__block .inner {
  background: url(../img/deco__completion01.png) no-repeat center top;
  padding-top: 90px;
  margin-bottom: 70px;
}
@media screen and (max-width: 560px) {
  #wrapper main article section.completion__block .inner {
    background: none;
    padding-top: 0;
  }
}
#wrapper main article section.completion__block .completion__wrap {
  text-align: center;
  margin-bottom: 40px;
}
#wrapper main article section.completion__block .completion01 {
  background: url(../img/fig__completion01.png) no-repeat;
  padding: 0 60px 0 120px;
  text-align: left;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 560px) {
  #wrapper main article section.completion__block .completion01 {
    padding: 130px 0 0 0;
    background: url(../img/fig__completion01__sp.png) no-repeat center top;
    margin-bottom: 20px;
  }
}
#wrapper main article section.completion__block .completion01::after {
  content: "";
  background: url(../img/deco__completion02.png) no-repeat;
  width: 58px;
  height: 30px;
  background-size: contain;
  display: block;
  position: absolute;
  bottom: 20px;
  right: -30px;
}
@media screen and (max-width: 560px) {
  #wrapper main article section.completion__block .completion01::after {
    content: none;
  }
}
#wrapper main article section.completion__block .completion01 p {
  font-size: 30px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 10px;
}
@media screen and (max-width: 560px) {
  #wrapper main article section.completion__block .completion01 p {
    font-size: 28px;
  }
}
#wrapper main article section.completion__block .completion01 p span {
  font-size: 15px;
}
#wrapper main article section.completion__block .completion01 p.memo {
  font-size: 14px;
}
#wrapper main article section.completion__block .completion02 {
  background: url(../img/fig__completion02.png) no-repeat center;
  padding: 30px 150px;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 560px) {
  #wrapper main article section.completion__block .completion02 {
    text-align: left;
    padding: 170px 0 0 0;
    background: url(../img/fig__completion02__sp.png) no-repeat center top;
  }
}
#wrapper main article section.completion__block .completion02::after {
  content: "";
  background: url(../img/deco__completion03.png) no-repeat;
  width: 70px;
  height: 63px;
  background-size: contain;
  display: block;
  position: absolute;
  bottom: 0;
  right: -50px;
}
@media screen and (max-width: 560px) {
  #wrapper main article section.completion__block .completion02::after {
    content: none;
  }
}
#wrapper main article section.completion__block .completion02 p {
  font-size: 30px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 10px;
}
#wrapper main article section.completion__block .completion02 p span {
  font-size: 15px;
}
#wrapper main article section.completion__block h2 {
  margin-bottom: 40px;
}
#wrapper main article section.diagnosis__block h2 {
  color: #00632e;
  margin-bottom: 20px;
}
#wrapper main article section.diagnosis__block h2 span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #ffff00));
  background: -webkit-linear-gradient(transparent 50%, #ffff00 50%);
  background: linear-gradient(transparent 50%, #ffff00 50%);
  -webkit-text-stroke: 6px #FFF;
  text-stroke: 6px #FFF;
  paint-order: stroke;
}
#wrapper main article section.diagnosis__block h2::after {
  content: none;
}
#wrapper main article section.diagnosis__block figure {
  margin-bottom: 25px;
}
#wrapper main article section.diagnosis__block p {
  font-size: 20px;
  font-weight: 600;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 25px;
}
#wrapper main article section.sell__block {
  background: url(../img/bg__sell.png) repeat-x center top;
  background-size: contain;
  padding-top: 180px;
  text-align: center;
  margin-bottom: 40px;
}
#wrapper main article section.sell__block .sell-start {
  margin-bottom: 50px;
}
#wrapper main article section.sell__block .sell-start dt span, #wrapper main article section.sell__block .sell-start dd span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(20%, #fbef89));
  background: -webkit-linear-gradient(transparent 80%, #fbef89 20%);
  background: linear-gradient(transparent 80%, #fbef89 20%);
  -webkit-text-stroke: 6px #FFF;
  text-stroke: 6px #FFF;
  paint-order: stroke;
  font-size: 20px;
  font-weight: 600;
  font-family: "Zen Maru Gothic", sans-serif;
}
#wrapper main article section.sell__block .sell-start dt span.fz {
  font-size: 30px;
}
#wrapper main article section.sell__block .sell-start dd span.fz {
  font-size: 40px;
  position: relative;
}
#wrapper main article section.sell__block .sell-start dd span.fz::before {
  content: "";
  background: url(../img/maru.svg) no-repeat;
  background-size: contain;
  width: 265px;
  height: 80px;
  display: block;
  position: absolute;
  top: -5px;
  left: -10px;
}
#wrapper main article section.sell__block .offer__block .offer__tit {
  position: relative;
  font-family: "Zen Maru Gothic", sans-serif;
  display: inline-block;
  margin-bottom: 40px;
}
#wrapper main article section.sell__block .offer__block .offer__tit::before {
  content: "";
  background: url(../img/deco__offer.svg) no-repeat;
  left: -50px;
  position: absolute;
  display: block;
  width: 40px;
  height: 105px;
}
@media screen and (max-width: 560px) {
  #wrapper main article section.sell__block .offer__block .offer__tit::before {
    content: none;
  }
}
#wrapper main article section.sell__block .offer__block .offer__tit p {
  color: #00632e;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
#wrapper main article section.sell__block .offer__block .offer__tit h2 {
  font-size: 40px;
  margin-bottom: 0;
}
#wrapper main article section.sell__block .offer__block .offer__tit h2::after {
  content: none;
}
#wrapper main article section.sell__block .offer__block .offer__about {
  margin-bottom: 50px;
}
#wrapper main article section.sell__block .offer__block .offer__about p {
  line-height: 1.7;
  letter-spacing: 0.1em;
}
#wrapper main article section.sell__block .offer__block .offer__about p span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(20%, #fbef89));
  background: -webkit-linear-gradient(transparent 80%, #fbef89 20%);
  background: linear-gradient(transparent 80%, #fbef89 20%);
  -webkit-text-stroke: 6px #FFF;
  text-stroke: 6px #FFF;
  paint-order: stroke;
  font-size: 30px;
  font-weight: 600;
  font-family: "Zen Maru Gothic", sans-serif;
}
#wrapper main article section.sell__block .offer__block .offer__about p span.memo {
  font-size: 22px;
}
#wrapper main article section.sell__block .item .item-list {
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
  margin-bottom: 30px;
}
#wrapper main article section.sell__block .item .item-list dt {
  font-size: 20px;
  font-weight: 600;
}
#wrapper main article section.sell__block .item .item-list dd {
  font-size: 14px;
}
#wrapper main article section.sell__block .item .sell {
  text-align: center;
  font-weight: 600;
  position: relative;
  padding-bottom: 50px;
  margin-bottom: 30px;
}
#wrapper main article section.sell__block .item .sell::after {
  content: "";
  background: url(../img/arrow01.png) no-repeat;
  background-size: contain;
  width: 195px;
  height: 25px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#wrapper main article section.sell__block .item .sell dd span {
  font-size: 26px;
}
#wrapper main article section.sell__block .item .sale {
  color: #c1272d;
  padding-bottom: 0;
  margin-bottom: 0;
}
#wrapper main article section.sell__block .item .sale::after {
  content: none;
}
#wrapper main article section.sell__block .item .sale dd span {
  font-size: 40px;
}
#wrapper main article section.sell__block .present__block {
  font-family: "Zen Maru Gothic", sans-serif;
  position: relative;
  padding-top: 130px;
  margin-top: 30px;
}
#wrapper main article section.sell__block .present__block::before {
  content: "";
  background: url(../img/plus.svg) no-repeat;
  background-size: contain;
  width: 101px;
  height: 101px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#wrapper main article section.sell__block .present__block .present__txt {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}
#wrapper main article section.sell__block .present__block .present__txt span {
  font-size: 30px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(20%, #fbef89));
  background: -webkit-linear-gradient(transparent 80%, #fbef89 20%);
  background: linear-gradient(transparent 80%, #fbef89 20%);
  -webkit-text-stroke: 6px #FFF;
  text-stroke: 6px #FFF;
  paint-order: stroke;
}
#wrapper main article section.sell__block .present__block .present__txt .memo {
  font-size: 18px;
}
#wrapper main article section.sell__block .present__block figure {
  margin-bottom: 30px;
}
#wrapper main article section.sell__block .present__block .bnr__special {
  display: inline-block;
  max-width: 462px;
  width: 100%;
  margin-bottom: 45px;
}
#wrapper main article section.item__block .panel .panel__inner {
  padding-top: 30px;
}
#wrapper main article section.item__block .panel h2 {
  margin-bottom: 40px;
}
#wrapper main article section.item__block .panel h2::after {
  content: none;
}
#wrapper main article section.item__block .panel .all-item {
  margin-bottom: 30px;
}
#wrapper main article section.item__block .panel .all-item a {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #wrapper main article section.item__block .panel .all-item a {
    width: 100%;
    padding: 10px;
  }
}
#wrapper main article section.item__block .panel .common__col02 {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 55px;
}
#wrapper main article section.item__block .panel .common__col02:last-child {
  margin-bottom: 0;
}
#wrapper main article section.item__block .panel .common__col02 .fig__block {
  width: 40%;
}
@media screen and (max-width: 560px) {
  #wrapper main article section.item__block .panel .common__col02 .fig__block {
    width: 80%;
    margin-bottom: 20px;
  }
}
#wrapper main article section.item__block .panel .common__col02 .txt__block {
  width: 60%;
}
@media screen and (max-width: 560px) {
  #wrapper main article section.item__block .panel .common__col02 .txt__block {
    width: 100%;
    text-align: center;
  }
}
#wrapper main article section.item__block .panel .common__col02 .txt__block h3 {
  position: static;
  padding: 0;
  width: auto;
  font-size: 19px;
}
#wrapper main article section.item__block .panel .common__col02 .txt__block h3 span {
  font-size: 14px;
  background: none;
  padding: 0;
}
#wrapper main article section.item__block .panel .common__col02 .txt__block .common__btn {
  text-align: left;
}
@media screen and (max-width: 560px) {
  #wrapper main article section.item__block .panel .common__col02 .txt__block .common__btn {
    text-align: center;
  }
}
#wrapper main article section.item__block .panel .common__col02 .txt__block .common__btn a {
  padding: 10px 30px;
}
#wrapper main article section.item__block .panel .common__col02 .txt__block p {
  margin-bottom: 15px;
  line-height: 1.3;
}
#wrapper main article section.item__block .panel .common__col02 .txt__block .price {
  font-weight: 600;
}
#wrapper main article section.item__block .panel .common__col02 .txt__block .value {
  position: relative;
  display: inline-block;
  font-weight: 600;
}
@media screen and (max-width: 560px) {
  #wrapper main article section.item__block .panel .common__col02 .txt__block .value {
    padding-bottom: 100px;
  }
}
#wrapper main article section.item__block .panel .common__col02 .txt__block .value h4 span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, transparent), color-stop(80%, #ffff00));
  background: -webkit-linear-gradient(transparent 20%, #ffff00 80%);
  background: linear-gradient(transparent 20%, #ffff00 80%);
}
#wrapper main article section.item__block .panel .common__col02 .txt__block .value .off {
  position: absolute;
  top: -20px;
  right: -5rem;
  background: #ffff00;
  border-radius: 9999px;
  width: 5rem;
  height: 5rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-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;
  -webkit-text-stroke: 6px #FFF;
  text-stroke: 6px #FFF;
  paint-order: stroke;
  -webkit-transform: rotate(18deg);
          transform: rotate(18deg);
  text-align: center;
  line-height: 1.3;
}
@media screen and (max-width: 560px) {
  #wrapper main article section.item__block .panel .common__col02 .txt__block .value .off {
    top: auto;
    left: 0;
    right: 0;
    margin: auto;
  }
}
#wrapper .js-fade {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
}
#wrapper .js-fade.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.footer {
  background: url(../img/bg__foot.png) repeat-x #fff top;
  color: #fff;
  padding: 80px 40px 0;
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
}
.footer .inner h1 {
  width: 200px;
  margin: 0 auto 20px;
}
.footer .inner .company {
  margin-bottom: 20px;
}
.footer .inner h2 {
  font-size: 16px;
  font-weight: 600;
}
.footer .inner a {
  color: #fff;
  text-decoration: none;
}
.footer .inner .btn a {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 3px;
  padding: 3px;
  width: 100%;
  color: #000000;
  display: block;
  text-align: center;
}
.footer .inner .web {
  margin-bottom: 15px;
}
.footer .inner .copy {
  text-align: center;
  font-size: 15px;
  padding: 20px;
}

/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
  color: inherit;
  /* Correct border color in Firefox. */
}

details,
main {
  display: block;
  /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none;
  /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder;
  /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0;
  /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
  /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

ul,
ol {
  list-style: none;
}/*# sourceMappingURL=style.css.map */