* {
  margin: 0;
  padding: 0; }

ul, ol {
  list-style: none; }

figure.img {
  width: 1000px;
  margin: 0 auto; }

img {
  vertical-align: bottom; }

.fade {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 1s;
  transition: all 1s; }

.clearfix:after {
  content: "";
  display: block;
  clear: both; }

body {
  background: -webkit-gradient(linear, right top, left top, from(#310b0b), color-stop(50%, #bf0707), to(#310b0b));
  background: linear-gradient(to left, #310b0b, #bf0707 50%, #310b0b); }

.visible-xs {
  display: none; }

/* ------------------------- */
#container {
  width: 1000px; }

article {
  width: 896px;
  margin: 0 auto;
  padding: 52px;
  background: -webkit-gradient(linear, right top, left top, from(#7c0000), color-stop(90%, #A60000), to(#7c0000));
  background: linear-gradient(to left, #7c0000, #A60000 90%, #7c0000);
  -webkit-box-shadow: 10px 10px 1000px 50px #8D0000 inset;
          box-shadow: 10px 10px 1000px 50px #8D0000 inset;
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 1.8em; }
  article#anchor01 {
    padding-top: 104px; }
  article#anchor03 {
    padding-bottom: 0; }
  article#keyvisual {
    padding: 104px 52px; }

div#mokuji {
  background: #fff; }
  div#mokuji nobr {
    color: #fff;
    font-weight: bold; }

div.section {
  background: url(../images/index-bg-01.jpg) repeat;
  padding: 52px; }

article#kv-txt {
  width: 1000px;
  padding: 0; }

p.kv-txt {
  padding: 40px 40px 0;
  color: #fff;
  line-height: 2.5em; }

/* ------------------------- */
div#mokuji {
  width: 896px;
  margin: 0 auto;
  padding: 104px 52px;
  text-align: center;
  -webkit-box-shadow: 0 20px 15px -20px #5a0000;
          box-shadow: 0 20px 15px -20px #5a0000;
  position: relative;
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 1.8em; }
  div#mokuji ol {
    width: 100%;
    height: auto;
    background: url(../images/index-bg-02.gif) repeat-y;
    background-size: contain; }
    div#mokuji ol li:nth-of-type(2), div#mokuji ol li:nth-of-type(3) {
      margin-top: 20px; }
    div#mokuji ol li a {
      width: 50%;
      margin: 0 auto;
      padding: 1em 0;
      background: #262424;
      border-radius: 50px;
      color: #fff !important;
      text-decoration: none;
      font-weight: bold;
      display: block;
      position: relative; }
      div#mokuji ol li a:after {
        position: absolute;
        top: 45%;
        right: 4em;
        content: "";
        width: 8px;
        height: 8px;
        border-right: 2px solid #ba0000;
        border-top: 2px solid #ba0000;
        -webkit-transform: translate(32px, -5px) rotate(135deg);
        transform: translate(32px, -5px) rotate(135deg); }

div.h2-block {
  width: 98%;
  margin-bottom: 26px;
  padding: 0.5em;
  background: #fff;
  color: #ba0101;
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px 4px #5a0000;
          box-shadow: 2px 2px 4px #5a0000; }

/* ------------------------- */
h2.h2 {
  padding: 0.25em;
  font-size: 24px;
  letter-spacing: 0.03em;
  line-height: 1.5em;
  text-align: center;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: calc(32 / 24); }
  h2.h2 nobr {
    color: #ba0101;
    font-weight: bold; }

h3.h3 {
  margin-bottom: 26px;
  font-size: 24px;
  letter-spacing: 0.03em;
  line-height: 1.5em; }

p.txt-description {
  margin-bottom: 26px;
  color: #fff;
  line-height: 1.8em; }

p.txt-description2 {
  margin-top: 26px;
  color: #fff;
  line-height: 1.8em; }

p.txt-description3 {
  margin: 26px 0;
  color: #fff;
  line-height: 1.8em; }

/* ------------------------- */
div.section {
  margin-bottom: 52px;
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 1.8em; }
  div.section:last-of-type {
    margin-bottom: 0; }

dl.checkmark {
  margin: 52px 0;
  padding: 52px;
  background: #fff; }
  dl.checkmark dt {
    text-align: center; }
  dl.checkmark dd {
    border-top: dashed 1px #000;
    margin-top: 1em;
    padding-top: 1em; }
    dl.checkmark dd:before {
      content: url(../images/index-bg-03.gif);
      vertical-align: middle;
      padding: 0 0.5em;
      text-indent: -0.5em; }

.accordion {
  width: 100%;
  background: #fff;
  border-radius: 30px; }
  .accordion a.btn {
    text-align: center;
    display: block;
    padding: 1.2em 0;
    background: #ba0000;
    color: #fff;
    text-decoration: none;
    border: solid 1px #fff;
    border-radius: 50px; }
    .accordion a.btn span {
      color: #fff;
      font-weight: bold; }
  .accordion a.triangle {
    position: relative; }

a.triangle:after {
  position: absolute;
  top: 50%;
  right: 4em;
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  -webkit-transform: translate(32px, -5px) rotate(135deg);
  transform: translate(32px, -5px) rotate(135deg);
  transition: border-color .3s ease, -webkit-transform .6s ease;
  -webkit-transition: border-color .3s ease, -webkit-transform .6s ease;
  transition: border-color .3s ease, transform .6s ease;
  transition: border-color .3s ease, transform .6s ease, -webkit-transform .6s ease; }

.triangle.is-active:after {
  -webkit-transform: translate(32px, -2px) rotate(-45deg);
  transform: translate(32px, -2px) rotate(-45deg); }

.triangle:hover:after {
  border-color: #fff; }

.accordion .contents {
  padding: 52px;
  background: #fff;
  border: solid 1px #fff; }

div.contents ul li {
  line-height: 2.5em; }
  div.contents ul li.txt-title {
    margin-bottom: 1.25em;
    color: #ba0000;
    font-weight: bold; }
  div.contents ul li.txt-explanatory {
    margin-bottom: 52px; }

/* ------------------------- */
.approach-ac-list__item {
  margin: 0 0 3em;
  line-height: calc(32 / 16); }
  .approach-ac-list__item:last-child {
    margin: 0; }
  .approach-ac-list__item p {
    margin-bottom: 1.5em;
    font-size: 16px;
    font-size: 1rem;
    line-height: calc(32 / 16); }
    .approach-ac-list__item p:last-child {
      margin-bottom: 0; }

.approach-ac-title {
  margin-bottom: 15px;
  line-height: 1;
  color: #ba0000;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: calc(25 / 18); }

.menekiryoku-sign,
.menekiryoku-care {
  padding-bottom: 4em; }
  .menekiryoku-sign-detail figure,
  .menekiryoku-care-detail figure {
    margin: 0 0 1em; }
  .menekiryoku-sign-detail p,
  .menekiryoku-care-detail p {
    margin: 0 0 1em;
    color: #fff;
    line-height: 1.8; }
    .menekiryoku-sign-detail p:last-child,
    .menekiryoku-care-detail p:last-child {
      margin: 0; }

/* ------------------------- */
article#kanshu {
  width: 896px;
  margin: 0 auto;
  padding: 104px 52px;
  position: relative; }
  article#kanshu div#float-block {
    width: 772px;
    margin: 0 auto;
    padding: 0 62px;
    background: url(../images/index-bg-04.gif) repeat-y;
    background-size: contain; }

div.float-left {
  width: 340px;
  float: left; }

div.float-right {
  width: 390px;
  float: right; }

.accordion a.btn2 {
  width: 384px;
  margin: 0 0 0 auto;
  padding: 1em 0;
  text-align: center;
  display: block;
  background: #fff;
  color: #ba0000;
  text-decoration: none;
  border: solid 3px #ba0000;
  border-radius: 50px; }

article#kanshu div.contents ul li {
  margin-top: 24px; }

article#kanshu a.triangle:after, article#kanshu .triangle:hover:after {
  border-color: #ba0000; }

.kanshu-profile__inner {
  width: 86%;
  margin: 0 auto;
  padding: 0 7%;
  background: url(../images/index-bg-04.gif) repeat-y;
  background-size: contain; }
  .kanshu-profile__inner.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.kanshu-profile-ph {
  width: 340px; }

.kanshu-profile-name {
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 0 0 40px; }

.kanshu-profile-name-title {
  font-size: 64px;
  font-size: 4rem;
  font-weight: bold;
  color: #000; }
  .kanshu-profile-name-title rb {
    font-weight: bold; }
  .kanshu-profile-name-title rt {
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold; }
  .kanshu-profile-name-title span {
    font-size: 40px;
    font-size: 2.5rem;
    margin-left: .8em;
    color: #000;
    font-weight: bold; }

.kanshu-profile-btn {
  width: 90%;
  margin: 30px auto 0;
  border: 2px solid #BA0000;
  color: #BA0000;
  text-align: center;
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 23px;
  text-decoration: none;
  font-size: 18px;
  font-size: 1.125rem;
  position: relative;
  font-weight: bold;
  overflow: visible; }
  .kanshu-profile-btn.triangle::after {
    position: absolute;
    top: calc(100% + 10px);
    left: calc(50% - 5px);
    display: block;
    width: 10px;
    height: 10px;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    -webkit-transform: translate(0, -5px) rotate(135deg);
            transform: translate(0, -5px) rotate(135deg);
    -webkit-transition: border-color .3s ease, -webkit-transform .6s ease;
    transition: border-color .3s ease, -webkit-transform .6s ease;
    transition: border-color .3s ease, transform .6s ease;
    transition: border-color .3s ease, transform .6s ease, -webkit-transform .6s ease;
    z-index: 20; }
  .kanshu-profile-btn.is-active::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }

.kanshu-profile-detail {
  padding-top: 5%;
  display: none; }
  .kanshu-profile-detail p {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: normal;
    color: #000000;
    line-height: calc(30 / 16); }

/* ------------------------- */
.research {
  background: #fff url(../images/bg-check.png) repeat center top;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 80px 52px; }
  .research-title {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: calc(27 / 18);
    text-align: center;
    position: relative;
    margin: 0 0 30px; }
    .research-title::before {
      content: "";
      display: block;
      width: 140px;
      height: 54px;
      background: url(../images/title-research-icon.svg) no-repeat top center/contain;
      position: absolute;
      top: -20px;
      left: calc(50% - 240px); }
    .research-title span {
      background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(40%, #FFE798));
      background: linear-gradient(transparent 60%, #FFE798 40%);
      font-weight: bold; }
  .research-question__wrapper {
    margin: 0 0 50px; }
  .research-question-title {
    text-align: center;
    font-size: 37px;
    font-size: 2.3125rem;
    line-height: calc(37 / 27);
    background: rgba(0, 136, 208, 0.32);
    padding: 40px 5px 40px;
    border-radius: 3px; }
    .research-question-title span {
      font-weight: bold;
      color: #000000; }
    .research-question-title .br {
      display: inline-block; }
    .research-question-title__lead {
      text-align: center;
      margin-bottom: -20px;
      position: relative;
      z-index: 10; }
      .research-question-title__lead img {
        width: 200px;
        height: auto; }
  .research-result-ranking, .research-result-chart {
    margin: 0 0 60px; }
    .research-result-ranking figure, .research-result-chart figure {
      text-align: center; }
      .research-result-ranking figure img, .research-result-chart figure img {
        margin: 0 0 20px;
        max-width: 600px; }
      .research-result-ranking figure .caution, .research-result-chart figure .caution {
        text-align: center;
        font-size: 12px;
        font-size: 0.75rem;
        line-height: 1.5; }
  .research-result-chart {
    margin: 0; }
    .research-result-chart figure img {
      margin: 0 0 30px; }
    .research-result-chart .caution {
      margin: 0 0 30px; }
    .research-result-chart p {
      line-height: 1.7; }

/* ------------------------- */
.mibyo {
  background: #ffffff;
  text-align: center;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 80px 52px; }
  .mibyo-title {
    margin: 0 0 20px; }
    .mibyo-title img {
      display: inline;
      width: 70%; }
  .mibyo img {
    display: inline;
    max-width: 100%;
    height: auto; }

/* ------------------------- */
div#banner {
  width: 896px;
  margin: 0 auto;
  padding: 104px 52px;
  background: #fff; }

/* ------------------------- */
article#sns-block {
  color: #fff !important;
  text-align: center; }
  article#sns-block p {
    margin-bottom: 1em;
    color: #fff; }
  article#sns-block ul#sns li {
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    margin: 0px 3px 0 0; }
    article#sns-block ul#sns li#fb {
      background: #3B5998;
      border-radius: 50%; }
    article#sns-block ul#sns li#twitter {
      background: #55ACEE;
      border-radius: 50%; }
    article#sns-block ul#sns li#line {
      background: #00B900;
      border-radius: 50%; }
    article#sns-block ul#sns li a {
      display: block;
      width: 100%;
      height: 100%; }
      article#sns-block ul#sns li a:hover img {
        opacity: 0.5; }
      article#sns-block ul#sns li a img {
        width: 60%;
        height: 60%;
        margin: 20% auto;
        -webkit-transition: 0.1s;
        transition: 0.1s; }

/* ------------------------- */
.footer {
  background: #262424;
  width: 896px;
  padding: 20px 52px; }
  .footer .copyright {
    color: #ffffff;
    text-align: center;
    font-size: 12px;
    font-size: 0.75rem; }
    .footer .copyright small {
      color: #fff; }

/*# sourceMappingURL=__sourcemaps/min-style.css.map */
