@charset "UTF-8";
@font-face {
  font-family: YuGothicM;
  src: local("Yu Gothic Medium");
}
.con-lead, .con-checklist, .con-result, footer .box-footer {
  max-width: 1100px;
  margin: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .con-lead, .con-checklist, .con-result, footer .box-footer {
    width: 95%;
  }
}
@media print {
  .con-lead, .con-checklist, .con-result, footer .box-footer {
    width: 95%;
  }
}
.ie8 .con-lead, .ie8 .con-checklist, .ie8 .con-result, .ie8 footer .box-footer, footer .ie8 .box-footer {
  width: 95%;
}
@media only screen and (max-width: 767px) {
  .con-lead, .con-checklist, .con-result, footer .box-footer {
    width: 90%;
  }
}

/*Animate */
/* -----------------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------------- */
html {
  font-size: 62.5%;
  line-height: 1.667;
}

body {
  background: url(../images/bg_baige.jpg) 0 0 repeat;
  color: #000000;
  -webkit-text-size-adjust: none;
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 374px) {
  body {
    font-size: 1.6rem;
  }
}
body a {
  color: #000000;
}
body a:link, body a:visited, body a:active {
  text-decoration: none;
}
body img {
  max-width: 100%;
  -webkit-touch-callout: none;
}

body, pre, input, textarea, select {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
}

input, select, textarea {
  font-size: 100%;
}

@media only screen and (min-width: 1025px) {
  body .view_tab-sp, body .view_tab {
    display: none !important;
  }
}
@media print {
  body .view_tab-sp, body .view_tab {
    display: none !important;
  }
}
.ie8 body .view_tab-sp, .ie8 body .view_tab {
  display: none !important;
}
@media only screen and (min-width: 768px) {
  body .view_sp {
    display: none !important;
  }
}
@media print {
  body .view_sp {
    display: none !important;
  }
}
.ie8 body .view_sp {
  display: none !important;
}
@media only screen and (max-width: 1024px) {
  body .view_pc {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  body .view_pc-tab, body .view_tab {
    display: none !important;
  }
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.visually-hidden {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.btn {
  text-align: center;
}
.btn a {
  display: block;
  background: url(../images/bg_brown.jpg) center center no-repeat;
  background-size: cover;
  color: #fff;
  padding: 1rem;
  font-size: 1.6rem;
  -moz-border-radius: 8rem;
  -webkit-border-radius: 8rem;
  border-radius: 8rem;
  -moz-box-shadow: 0 3px 0 #753f09;
  -webkit-box-shadow: 0 3px 0 #753f09;
  box-shadow: 0 3px 0 #753f09;
  width: 100%;
  position: relative;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (min-width: 1025px) {
  .btn a:hover {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    transform: translateY(3px);
  }
}
@media print {
  .btn a:hover {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    transform: translateY(3px);
  }
}
.ie8 .btn a:hover {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  transform: translateY(3px);
}
@media only screen and (max-width: 767px) {
  .btn a {
    padding: 1rem;
  }
}
.btn a:after {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  right: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #ffffff;
}
@media only screen and (max-width: 767px) {
  .btn a:after {
    transform: scale(0.8);
  }
}

/* -----------------------------------------------------------

	header

----------------------------------------------------------- */
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 2%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  header {
    padding-top: 0.5%;
  }
}
header .box-logo {
  width: 45%;
}
header .box-logo .logo {
  padding-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  header .box-logo .logo {
    padding-bottom: 3px;
  }
}
header .box-logo .logo a {
  display: block;
}
@media only screen and (min-width: 1025px) {
  header .box-logo .logo a {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  header .box-logo .logo a:hover {
    opacity: 0.6;
  }
}
@media print {
  header .box-logo .logo a {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  header .box-logo .logo a:hover {
    opacity: 0.6;
  }
}
.ie8 header .box-logo .logo a {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.ie8 header .box-logo .logo a:hover {
  opacity: 0.6;
}
header .box-logo .logo img {
  max-height: 54px;
}
header .btn {
  width: 45%;
  max-width: 200px;
  padding: 8px 0;
}
@media only screen and (max-width: 767px) {
  header .btn {
    margin-left: auto;
  }
}
header .btn a {
  padding: 1rem;
  font-size: 1.6rem;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  header .btn a {
    padding: 1rem 0.5rem;
  }
  header .btn a:after {
    right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  header .btn a {
    padding: 1rem;
    font-size: 1.5rem;
  }
  header .btn a:after {
    right: 10px;
  }
}

/* -----------------------------------------------------------
	.con-mv
----------------------------------------------------------- */
.con-mv {
  width: 100%;
  overflow: hidden;
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .con-mv {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .con-mv picture img {
    max-width: none;
  }
}
@media print {
  .con-mv {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .con-mv picture img {
    max-width: none;
  }
}
.ie8 .con-mv {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.ie8 .con-mv picture img {
  max-width: none;
}
@media only screen and (min-width: 1921px) {
  .con-mv picture {
    width: 100%;
  }
  .con-mv picture img {
    width: 100%;
    max-width: 100%;
  }
}
@media print {
  .con-mv picture {
    width: 100%;
  }
  .con-mv picture img {
    width: 100%;
    max-width: 100%;
  }
}
.ie8 .con-mv picture {
  width: 100%;
}
.ie8 .con-mv picture img {
  width: 100%;
  max-width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con-mv {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    height: 700px;
  }
  .con-mv img {
    max-width: none;
    height: 100%;
  }
}

/* -----------------------------------------------------------
	.con-lead
----------------------------------------------------------- */
.con-lead {
  padding: 90px 0;
}
@media only screen and (max-width: 767px) {
  .con-lead {
    padding: 40px 0;
  }
}
.con-lead .txt-lead {
  text-align: center;
  line-height: 2;
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .con-lead .txt-lead {
    text-align: left;
    margin-bottom: 40px;
  }
  .con-lead .txt-lead br {
    display: none;
  }
}
.con-lead .txt-lead span {
  border-bottom: 1px dashed #000000;
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .con-lead .txt-lead span {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 374px) {
  .con-lead .txt-lead span {
    font-size: 1.5rem;
  }
}
.con-lead .box-supervision {
  border-top: 1px solid #c6b498;
  border-bottom: 1px solid #c6b498;
  padding: 40px 20px;
}
@media only screen and (min-width: 768px) {
  .con-lead .box-supervision {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media print {
  .con-lead .box-supervision {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.ie8 .con-lead .box-supervision {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .con-lead .box-supervision {
    padding: 30px 16px;
  }
}
.con-lead .box-supervision h2 {
  font-family: "Sawarabi Mincho", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  width: 20%;
  font-weight: normal;
  font-size: 2rem;
}
@media only screen and (max-width: 1024px) {
  .con-lead .box-supervision h2 {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con-lead .box-supervision h2 {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 374px) {
  .con-lead .box-supervision h2 {
    font-size: 1.5rem;
  }
}
.con-lead .box-supervision h2 em {
  font-size: 3rem;
}
@media only screen and (max-width: 767px) {
  .con-lead .box-supervision h2 em {
    font-size: 2.8rem;
  }
}
.con-lead .box-supervision h2 span {
  font-size: 1.6rem;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  line-height: 1.4;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .con-lead .box-supervision h2 span {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 374px) {
  .con-lead .box-supervision h2 span {
    font-size: 1.45rem;
  }
}
.con-lead .box-supervision .txt {
  width: 60%;
  padding: 0 5%;
  font-size: 1.6rem;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con-lead .box-supervision .txt {
    width: 75%;
    padding: 0 5% 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .con-lead .box-supervision .txt {
    width: 100%;
    padding: 24px 0 5% 0;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 374px) {
  .con-lead .box-supervision .txt {
    font-size: 1.5rem;
  }
}
.con-lead .box-supervision .img {
  width: 20%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con-lead .box-supervision .img {
    width: 25%;
  }
}
@media only screen and (max-width: 767px) {
  .con-lead .box-supervision .img {
    width: 100%;
    margin: 0 auto;
  }
}
.con-lead .box-supervision .img img {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

/* -----------------------------------------------------------
	.con-checklist
----------------------------------------------------------- */
.con-checklist {
  margin-bottom: 160px;
}
@media only screen and (max-width: 1024px) {
  .con-checklist {
    width: 100%;
    padding: 0 5%;
    overflow: hidden;
  }
}
@media only screen and (max-width: 767px) {
  .con-checklist {
    margin-bottom: 25%;
  }
}
.con-checklist h2 {
  color: #557237;
  font-family: "Sawarabi Mincho", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: normal;
  text-align: center;
  font-size: 4.8rem;
  position: relative;
  padding-top: 90px;
}
@media only screen and (max-width: 767px) {
  .con-checklist h2 {
    font-size: 3rem;
    padding-top: 50px;
  }
}
@media only screen and (max-width: 374px) {
  .con-checklist h2 {
    font-size: 2.4rem;
  }
}
.con-checklist h2:before {
  content: "";
  background: url(../images/deco_leaf.png) center 0 no-repeat;
  width: 92px;
  height: 75px;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .con-checklist h2:before {
    width: 60px;
  }
}
.con-checklist .txt-lead {
  text-align: center;
  line-height: 2;
  margin-bottom: 66px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con-checklist .txt-lead {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con-checklist .txt-lead {
    margin-bottom: 30px;
  }
}
.con-checklist .txt-lead span {
  border-bottom: 1px dashed #000000;
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .con-checklist .txt-lead span {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 374px) {
  .con-checklist .txt-lead span {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .con-checklist .box-checklist {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media print {
  .con-checklist .box-checklist {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.ie8 .con-checklist .box-checklist {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.con-checklist .box-checklist > li {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media only screen and (min-width: 1025px) {
  .con-checklist .box-checklist > li {
    width: 31.33333%;
    margin: 0 1% 40px;
  }
}
@media print {
  .con-checklist .box-checklist > li {
    width: 31.33333%;
    margin: 0 1% 40px;
  }
}
.ie8 .con-checklist .box-checklist > li {
  width: 31.33333%;
  margin: 0 1% 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con-checklist .box-checklist > li {
    width: 46%;
    margin: 0 2% 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con-checklist .box-checklist > li {
    margin-bottom: 36px;
  }
}
.con-checklist .box-checklist > li:before {
  content: "";
  background: rgba(252, 220, 90, 0.4);
  width: 90%;
  height: 85%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  z-index: -1;
}
@media only screen and (min-width: 1025px) {
  .con-checklist .box-checklist > li:nth-child(4) {
    margin-right: 2%;
  }
}
@media print {
  .con-checklist .box-checklist > li:nth-child(4) {
    margin-right: 2%;
  }
}
.ie8 .con-checklist .box-checklist > li:nth-child(4) {
  margin-right: 2%;
}
@media only screen and (min-width: 1025px) {
  .con-checklist .box-checklist > li:nth-child(5) {
    margin-left: 2%;
  }
}
@media print {
  .con-checklist .box-checklist > li:nth-child(5) {
    margin-left: 2%;
  }
}
.ie8 .con-checklist .box-checklist > li:nth-child(5) {
  margin-left: 2%;
}
.con-checklist .box-checklist > li h3 {
  font-family: "Sawarabi Mincho", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: normal;
  font-size: 3.6rem;
  margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  .con-checklist .box-checklist > li h3 {
    font-size: 3rem;
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 374px) {
  .con-checklist .box-checklist > li h3 {
    font-size: 2.4rem;
  }
}
.con-checklist .box-checklist > li h3 span {
  background: linear-gradient(rgba(0, 0, 0, 0) 60%, #fcdc5a 60%);
}
.con-checklist .box-checklist > li ul {
  margin-bottom: 35px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .con-checklist .box-checklist > li ul {
    margin-bottom: 24px;
  }
}
.con-checklist .box-checklist > li ul li {
  font-size: 2rem;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  line-height: 1.3;
  padding: 3px 0;
}
@media only screen and (max-width: 767px) {
  .con-checklist .box-checklist > li ul li {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 374px) {
  .con-checklist .box-checklist > li ul li {
    font-size: 1.45rem;
  }
}
.con-checklist .box-checklist > li ul li input[type="checkbox"] {
  display: none;
}
.con-checklist .box-checklist > li ul li label {
  position: relative;
  display: inline-block;
  padding: 3px 3px 3px 26px;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .con-checklist .box-checklist > li ul li label {
    padding-left: 20px;
  }
}
.con-checklist .box-checklist > li ul li label:before {
  position: absolute;
  content: '';
  top: 0.8em;
  left: 0;
  width: 18px;
  height: 18px;
  margin-top: -11px;
  background: #fff;
  border: 1px solid #000000;
}
@media only screen and (max-width: 767px) {
  .con-checklist .box-checklist > li ul li label:before {
    width: 12px;
    height: 12px;
    margin-top: -6px;
  }
}
.con-checklist .box-checklist > li ul li input[type="checkbox"]:checked + label::after {
  position: absolute;
  content: '';
  top: 10px;
  left: 3px;
  width: 13px;
  height: 5px;
  border-left: 2px solid #000000;
  border-bottom: 2px solid #000000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media only screen and (max-width: 767px) {
  .con-checklist .box-checklist > li ul li input[type="checkbox"]:checked + label::after {
    top: 8px;
  }
}
.con-checklist .box-checklist > li .img {
  position: absolute;
  bottom: 0;
  right: -1rem;
  width: 40%;
}
.con-checklist .box-checklist > li .btn {
  width: 50%;
  margin-top: auto;
}
.con-checklist .box-checklist > li .btn a:after {
  transform: rotate(90deg);
}
.con-checklist .box-checklist > li.fatigue .img {
  width: 70%;
}
.con-checklist .box-checklist > li.stress:before {
  background: rgba(226, 166, 158, 0.4);
}
.con-checklist .box-checklist > li.stress h3 span {
  background: linear-gradient(rgba(0, 0, 0, 0) 60%, #e2a69e 60%);
}
.con-checklist .box-checklist > li.dry:before {
  background: rgba(248, 171, 71, 0.4);
}
.con-checklist .box-checklist > li.dry h3 span {
  background: linear-gradient(rgba(0, 0, 0, 0) 60%, #f8ab47 60%);
}
.con-checklist .box-checklist > li.stagnation:before {
  background: rgba(201, 172, 112, 0.4);
}
.con-checklist .box-checklist > li.stagnation h3 span {
  background: linear-gradient(rgba(0, 0, 0, 0) 60%, #c9ac70 60%);
}
.con-checklist .box-checklist > li.stagnation .img {
  width: 35%;
  bottom: 2rem;
  right: -2rem;
}
@media only screen and (min-width: 1025px) {
  .con-checklist .box-checklist > li.stagnation .img {
    right: -3rem;
  }
}
@media print {
  .con-checklist .box-checklist > li.stagnation .img {
    right: -3rem;
  }
}
.ie8 .con-checklist .box-checklist > li.stagnation .img {
  right: -3rem;
}
.con-checklist .box-checklist > li.save:before {
  background: rgba(187, 215, 148, 0.4);
}
.con-checklist .box-checklist > li.save h3 span {
  background: linear-gradient(rgba(0, 0, 0, 0) 60%, #bbd794 60%);
}
.con-checklist .box-checklist > li.save .img {
  width: 45%;
  right: -3rem;
  bottom: -3rem;
}

/* -----------------------------------------------------------
	.con-result
----------------------------------------------------------- */
.con-result {
  margin-bottom: 180px;
}
@media only screen and (max-width: 767px) {
  .con-result {
    margin-bottom: 25%;
  }
}
.con-result .box-result {
  position: relative;
  background: #fff;
  -moz-border-radius: 0 20px 20px 0;
  -webkit-border-radius: 0;
  border-radius: 0 20px 20px 0;
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  .con-result .box-result {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    padding: 60px 60px 50px 60px;
  }
}
@media print {
  .con-result .box-result {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    padding: 60px 60px 50px 60px;
  }
}
.ie8 .con-result .box-result {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  padding: 60px 60px 50px 60px;
}
@media only screen and (max-width: 767px) {
  .con-result .box-result {
    padding: 30px 20px 30px 40px;
  }
}
.con-result .box-result:before {
  content: "";
  width: 15px;
  height: calc(100% - 10px);
  background: url(../images/border_dots.jpg) 0 0 repeat-y;
  position: absolute;
  top: 10px;
  left: 14px;
}
@media only screen and (max-width: 767px) {
  .con-result .box-result:before {
    background-size: contain;
    width: 8px;
    left: 7px;
  }
}
.con-result .box-result > .img {
  position: relative;
  width: 40%;
  min-height: 300px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con-result .box-result > .img {
    width: 100%;
    min-height: 200px;
    margin-bottom: 30px;
  }
}
.con-result .box-result > .img:before {
  content: "";
  width: 90%;
  height: 95%;
  background: rgba(252, 220, 90, 0.4);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.con-result .box-result > .img img {
  position: relative;
  z-index: 1;
}
.con-result .box-result .box-txt {
  width: 55%;
}
@media only screen and (max-width: 767px) {
  .con-result .box-result .box-txt {
    width: 100%;
  }
}
.con-result .box-result .box-txt h2 {
  font-family: "Sawarabi Mincho", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: normal;
  margin-bottom: 1rem;
}
.con-result .box-result .box-txt h2 em {
  background: linear-gradient(rgba(0, 0, 0, 0) 60%, #fcdc5a 60%);
  font-size: 3.6rem;
}
@media only screen and (max-width: 767px) {
  .con-result .box-result .box-txt h2 em {
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 374px) {
  .con-result .box-result .box-txt h2 em {
    font-size: 2.2rem;
  }
}
.con-result .box-result .box-txt h2 span {
  display: inline-block;
  margin-left: 0.5em;
}
@media only screen and (max-width: 767px) {
  .con-result .box-result .box-txt h2 span {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 374px) {
  .con-result .box-result .box-txt h2 span {
    font-size: 1.3rem;
  }
}
.con-result .box-result .box-txt .txt {
  font-size: 2rem;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .con-result .box-result .box-txt .txt {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 374px) {
  .con-result .box-result .box-txt .txt {
    font-size: 1.5rem;
  }
}
.con-result .box-result .box-txt .txt span {
  border-bottom: 1px dashed #000000;
}
.con-result .box-result ul {
  border-top: 1px solid #c6b498;
  border-bottom: 1px solid #c6b498;
  padding: 24px;
  margin-top: 24px;
  width: 100%;
}
@media only screen and (min-width: 1025px) {
  .con-result .box-result ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
@media print {
  .con-result .box-result ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
.ie8 .con-result .box-result ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .con-result .box-result ul {
    padding: 24px 0;
  }
}
@media only screen and (min-width: 1025px) {
  .con-result .box-result ul li {
    width: 48%;
  }
}
@media print {
  .con-result .box-result ul li {
    width: 48%;
  }
}
.ie8 .con-result .box-result ul li {
  width: 48%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con-result .box-result ul li:not(:first-child) {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .con-result .box-result ul li:not(:first-child) {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .con-result .box-result ul li {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
  }
}
@media print {
  .con-result .box-result ul li {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
  }
}
.ie8 .con-result .box-result ul li {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.con-result .box-result ul li .img {
  width: 30%;
}
@media only screen and (min-width: 1025px) {
  .con-result .box-result ul li .img {
    text-align: center;
    margin: 0 auto;
    max-width: 170px;
  }
}
@media print {
  .con-result .box-result ul li .img {
    text-align: center;
    margin: 0 auto;
    max-width: 170px;
  }
}
.ie8 .con-result .box-result ul li .img {
  text-align: center;
  margin: 0 auto;
  max-width: 170px;
}
@media only screen and (max-width: 767px) {
  .con-result .box-result ul li .img {
    width: 70%;
    margin: 0 auto 8px;
    text-align: center;
  }
}
.con-result .box-result ul li .box-detail {
  width: 67%;
}
@media only screen and (max-width: 767px) {
  .con-result .box-result ul li .box-detail {
    width: 100%;
  }
}
.con-result .box-result ul li .box-detail h3 {
  font-family: "Sawarabi Mincho", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: normal;
  font-size: 2.2rem;
}
@media only screen and (max-width: 767px) {
  .con-result .box-result ul li .box-detail h3 {
    text-align: center;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 374px) {
  .con-result .box-result ul li .box-detail h3 {
    font-size: 1.7rem;
  }
}
.con-result .box-result ul li .box-detail .txt {
  font-size: 1.6rem;
  margin-bottom: 16px;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .con-result .box-result ul li .box-detail .txt {
    line-height: 1.6;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 374px) {
  .con-result .box-result ul li .box-detail .txt {
    font-size: 1.45rem;
  }
}
.con-result .box-result ul li .box-detail .btn {
  max-width: 160px;
}
@media only screen and (max-width: 767px) {
  .con-result .box-result ul li .box-detail .btn {
    margin: 80%;
    margin: 0 auto;
  }
}
.con-result .box-result dl {
  width: 100%;
  margin-top: 30px;
}
@media only screen and (min-width: 1025px) {
  .con-result .box-result dl {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
@media print {
  .con-result .box-result dl {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
.ie8 .con-result .box-result dl {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.con-result .box-result dl dt {
  font-family: "Sawarabi Mincho", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
@media only screen and (min-width: 1025px) {
  .con-result .box-result dl dt {
    width: 25%;
  }
}
@media print {
  .con-result .box-result dl dt {
    width: 25%;
  }
}
.ie8 .con-result .box-result dl dt {
  width: 25%;
}
.con-result .box-result dl dt span {
  background: linear-gradient(rgba(0, 0, 0, 0) 60%, #e9dcc8 60%);
}
.con-result .box-result dl dd {
  font-size: 1.6rem;
}
@media only screen and (min-width: 1025px) {
  .con-result .box-result dl dd {
    width: 72%;
  }
}
@media print {
  .con-result .box-result dl dd {
    width: 72%;
  }
}
.ie8 .con-result .box-result dl dd {
  width: 72%;
}
@media only screen and (max-width: 767px) {
  .con-result .box-result dl dd {
    font-size: 1.6rem;
    line-height: 1.4;
    margin-top: 8px;
  }
}
@media only screen and (max-width: 374px) {
  .con-result .box-result dl dd {
    font-size: 1.4rem;
  }
}
.con-result .box-result#lnk-fatigue > .img {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.con-result .box-result#lnk-fatigue > .img:before {
  background: rgba(252, 220, 90, 0.4);
  height: 100%;
}
.con-result .box-result#lnk-stress > .img {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
}
.con-result .box-result#lnk-stress > .img:before {
  background: rgba(226, 166, 158, 0.4);
}
.con-result .box-result#lnk-stress > .img img {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .con-result .box-result#lnk-stress > .img img {
    width: 60%;
  }
}
.con-result .box-result#lnk-stress .box-txt h2 em {
  background: linear-gradient(rgba(0, 0, 0, 0) 60%, #e2a69e 60%);
}
@media only screen and (min-width: 1025px) {
  .con-result .box-result#lnk-stress ul li {
    width: 100%;
  }
}
@media print {
  .con-result .box-result#lnk-stress ul li {
    width: 100%;
  }
}
.ie8 .con-result .box-result#lnk-stress ul li {
  width: 100%;
}
@media only screen and (min-width: 1025px) {
  .con-result .box-result#lnk-stress ul li .img {
    width: 25%;
    text-align: center;
  }
}
@media print {
  .con-result .box-result#lnk-stress ul li .img {
    width: 25%;
    text-align: center;
  }
}
.ie8 .con-result .box-result#lnk-stress ul li .img {
  width: 25%;
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .con-result .box-result#lnk-stress ul li .box-detail {
    width: 75%;
  }
}
@media print {
  .con-result .box-result#lnk-stress ul li .box-detail {
    width: 75%;
  }
}
.ie8 .con-result .box-result#lnk-stress ul li .box-detail {
  width: 75%;
}
.con-result .box-result#lnk-dry > .img {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
}
.con-result .box-result#lnk-dry > .img:before {
  background: rgba(248, 171, 71, 0.4);
}
.con-result .box-result#lnk-dry > .img img {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .con-result .box-result#lnk-dry > .img img {
    width: 60%;
  }
}
.con-result .box-result#lnk-dry .box-txt h2 em {
  background: linear-gradient(rgba(0, 0, 0, 0) 60%, #f8ab47 60%);
}
.con-result .box-result#lnk-stagnation > .img {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
}
.con-result .box-result#lnk-stagnation > .img:before {
  background: rgba(201, 172, 112, 0.4);
}
.con-result .box-result#lnk-stagnation > .img img {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .con-result .box-result#lnk-stagnation > .img img {
    width: 60%;
  }
}
.con-result .box-result#lnk-stagnation .box-txt h2 em {
  background: linear-gradient(rgba(0, 0, 0, 0) 60%, #c9ac70 60%);
}
@media only screen and (min-width: 1025px) {
  .con-result .box-result#lnk-stagnation ul li {
    width: 100%;
  }
}
@media print {
  .con-result .box-result#lnk-stagnation ul li {
    width: 100%;
  }
}
.ie8 .con-result .box-result#lnk-stagnation ul li {
  width: 100%;
}
@media only screen and (min-width: 1025px) {
  .con-result .box-result#lnk-stagnation ul li .img {
    width: 25%;
    text-align: center;
  }
}
@media print {
  .con-result .box-result#lnk-stagnation ul li .img {
    width: 25%;
    text-align: center;
  }
}
.ie8 .con-result .box-result#lnk-stagnation ul li .img {
  width: 25%;
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .con-result .box-result#lnk-stagnation ul li .box-detail {
    width: 75%;
  }
}
@media print {
  .con-result .box-result#lnk-stagnation ul li .box-detail {
    width: 75%;
  }
}
.ie8 .con-result .box-result#lnk-stagnation ul li .box-detail {
  width: 75%;
}
.con-result .box-result#lnk-save > .img {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.con-result .box-result#lnk-save > .img:before {
  background: rgba(187, 215, 148, 0.4);
  height: 85%;
}
.con-result .box-result#lnk-save > .img img {
  width: 60%;
}
@media only screen and (max-width: 767px) {
  .con-result .box-result#lnk-save > .img img {
    width: 70%;
  }
}
.con-result .box-result#lnk-save .box-txt h2 em {
  background: linear-gradient(rgba(0, 0, 0, 0) 60%, #bbd794 60%);
}

/* -----------------------------------------------------------

	footer

----------------------------------------------------------- */
footer .pagetop {
  text-align: center;
}
footer .pagetop a {
  margin: 0 auto;
  background: url(../images/bg_brown.jpg) center center no-repeat;
  background-size: cover;
  width: 60px;
  height: 60px;
  -moz-box-shadow: 0 3px 0 #753f09;
  -webkit-box-shadow: 0 3px 0 #753f09;
  box-shadow: 0 3px 0 #753f09;
  text-align: center;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
@media only screen and (min-width: 1025px) {
  footer .pagetop a:hover {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    transform: translateY(3px);
  }
}
@media print {
  footer .pagetop a:hover {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    transform: translateY(3px);
  }
}
.ie8 footer .pagetop a:hover {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  transform: translateY(3px);
}
@media only screen and (max-width: 767px) {
  footer .pagetop a {
    width: 48px;
    height: 48px;
  }
  footer .pagetop a img {
    max-width: 30px;
  }
}
footer .box-footer {
  margin: 64px auto 40px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  footer .box-footer {
    margin: 40px auto 20px;
  }
}
footer .box-footer .logo {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  footer .box-footer .logo {
    width: 70%;
    margin: 0 auto 24px;
  }
}
footer .box-footer .logo a {
  display: inline-block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (min-width: 1025px) {
  footer .box-footer .logo a:hover {
    opacity: 0.7;
  }
}
@media print {
  footer .box-footer .logo a:hover {
    opacity: 0.7;
  }
}
.ie8 footer .box-footer .logo a:hover {
  opacity: 0.7;
}
footer .box-footer address {
  font-size: 1.4rem;
  letter-spacing: 0.025em;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  footer .box-footer address {
    font-size: 1.5rem;
    letter-spacing: 0;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 374px) {
  footer .box-footer address {
    font-size: 1.2rem;
  }
}
footer .box-footer #copyright {
  font-size: 1.2rem;
}
@media only screen and (max-width: 767px) {
  footer .box-footer #copyright {
    font-size: 1rem;
  }
}
