@charset "UTF-8";
* {
  margin: 0;
  padding: 0; }

html, body {
  min-width: 320px; }

ul, ol {
  list-style: none; }

figure.img {
  width: 100%;
  margin: 0 auto; }

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

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

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto; }

/* ------------------------- */
#container {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif; }

article {
  margin: 0 auto;
  padding: 5%;
  background: -webkit-gradient(linear, right top, left top, from(#7c0000), color-stop(80%, #A60000), to(#7c0000));
  background: linear-gradient(to left, #7c0000, #A60000 80%, #7c0000); }
  article#anchor01 {
    padding-top: 10%; }
  article#anchor03 {
    padding-bottom: 0; }
  article#keyvisual {
    padding: 10% 5%; }

div#mokuji {
  background: #fff; }

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

article#kv-txt {
  width: 100%;
  padding: 0; }

p.kv-txt {
  padding: 10% 5% 0;
  color: #fff;
  line-height: calc(38 / 18);
  font-size: 18px;
  font-size: 1.5rem; }

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

div.h2-block {
  width: 98%;
  margin-bottom: 5%;
  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;
  text-align: center;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  font-size: 24px;
  font-size: 2rem;
  line-height: calc(32 / 24); }

h3.h3 {
  margin-bottom: 5%; }

p.txt-description {
  margin-bottom: 5%;
  color: #fff;
  line-height: calc(32 / 18);
  font-size: 18px;
  font-size: 1.5rem; }

p.txt-description2 {
  margin-top: 5%;
  color: #fff;
  line-height: calc(32 / 18);
  font-size: 18px;
  font-size: 1.5rem; }

p.txt-description3 {
  margin: 5% 0;
  color: #fff;
  line-height: calc(32 / 18);
  font-size: 18px;
  font-size: 1.5rem; }

/* ------------------------- */
div.section {
  margin-bottom: 5%; }
  div.section:last-of-type {
    margin-bottom: 0; }

dl.checkmark {
  background: #fff;
  padding: 5%;
  margin: 5% 0; }
  dl.checkmark dt {
    color: #BA0000;
    font-size: 20px;
    font-size: 1.66667rem;
    text-align: center;
    margin: 0 0 5%;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; }
  dl.checkmark dd {
    font-size: 16px;
    font-size: 1.33333rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 5% 0;
    position: relative;
    font-weight: bold;
    letter-spacing: .05em; }
    dl.checkmark dd::after {
      content: "";
      display: block;
      width: 100%;
      height: 1px;
      position: absolute;
      top: 0;
      left: 0;
      background: url(../images/bg-line.svg) repeat-x left center/contain; }
    dl.checkmark dd:before {
      content: url(../images/index-bg-03.gif);
      vertical-align: text-top;
      padding-right: 0.5em; }
    dl.checkmark dd:last-child {
      padding-bottom: 0; }

.accordion {
  width: 100%;
  background: #fff;
  border-radius: 30px; }
  .accordion a.btn {
    padding: 1em 0;
    display: block;
    background: #ba0000;
    color: #fff;
    font-size: 18px;
    font-size: 1.5rem;
    letter-spacing: 0.03em;
    line-height: 1.2em;
    text-align: center;
    text-decoration: none;
    border: solid 1px #fff;
    border-radius: 30px;
    height: 60px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .accordion a.triangle {
    position: relative;
    padding: 1em 2em;
    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; }
    .accordion a.triangle span {
      display: inline-block;
      white-space: nowrap; }
    .accordion a.triangle:after {
      position: absolute;
      top: 50%;
      right: 1em;
      content: "";
      width: 8px;
      height: 8px;
      border-right: 2px solid #fff;
      border-top: 2px solid #fff;
      -webkit-transform: translate(0, -5px) rotate(135deg);
      transform: translate(0, -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; }
    .accordion a.triangle.is-active:after {
      -webkit-transform: translate(0, -2px) rotate(-45deg);
      transform: translate(0, -2px) rotate(-45deg); }

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

.accordion .contents {
  padding: 10% 5%;
  background: #fff;
  border: solid 1px #fff; }

div.contents ul li {
  line-height: 2.5em; }
  div.contents ul li.txt-title {
    margin-bottom: 15px;
    line-height: 1;
    color: #ba0000;
    font-weight: bold;
    font-size: 18px;
    font-size: 1.5rem; }
  div.contents ul li.txt-explanatory {
    margin-bottom: 5%;
    font-size: 17px;
    font-size: 1.41667rem;
    line-height: calc(32 / 17); }

.approach-ac-list__item {
  margin: 0 0 3em; }
  .approach-ac-list__item:last-child {
    margin: 0; }
  .approach-ac-list__item p {
    margin-bottom: 1.5em;
    font-size: 17px;
    font-size: 1.41667rem;
    line-height: calc(32 / 17); }
    .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.5rem;
  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 5%;
    color: #fff;
    line-height: calc(32 / 18);
    font-size: 18px;
    font-size: 1.5rem; }
    .menekiryoku-sign-detail p:last-child,
    .menekiryoku-care-detail p:last-child {
      margin: 0; }

/* ------------------------- */
article#kanshu {
  padding: 10% 5%;
  position: relative; }
  article#kanshu div#float-block {
    width: 86%;
    margin: 0 auto;
    padding: 0 7%;
    background: url(../images/index-bg-04.gif) repeat-y;
    background-size: contain; }

div.float-left {
  width: 40%;
  float: left; }

div.float-right {
  width: 50%;
  float: right; }

.accordion a.btn2 {
  width: 95%;
  margin: 0 auto;
  padding: 1em 0;
  background: #fff;
  font-size: 14px !important;
  letter-spacing: 0.03em;
  line-height: 1.8em;
  color: #ba0000;
  text-align: center;
  text-decoration: none;
  border: solid 3px #ba0000;
  border-radius: 50px;
  display: block; }

article#kanshu div.contents ul li {
  margin-top: 24px;
  font-size: 16px;
  font-size: 1.33333rem;
  line-height: calc(30 / 16); }

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: 120px; }

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

.kanshu-profile-name-title {
  font-size: 24px;
  font-size: 2rem; }
  .kanshu-profile-name-title rt {
    font-size: 8px;
    font-size: 0.66667rem; }
  .kanshu-profile-name-title span {
    font-size: 15px;
    font-size: 1.25rem;
    margin-left: .8em; }

.kanshu-profile-btn {
  margin: 30px 0 0;
  border: 1px solid #BA0000;
  color: #BA0000;
  text-align: center;
  height: 26px;
  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: 13px;
  text-decoration: none;
  font-size: 10px;
  font-size: 0.83333rem;
  position: relative; }
  .kanshu-profile-btn::after {
    position: absolute;
    top: calc(100% + 10px);
    left: calc(50% - 3px);
    content: "";
    width: 6px;
    height: 6px;
    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; }
  .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: 16px;
    font-size: 1.33333rem;
    line-height: calc(30 / 16); }

.research {
  background: url(../images/bg-check.png) repeat center top;
  padding: 10% 5%; }
  .research img {
    max-width: 100%;
    height: auto; }
  .research-title {
    font-size: 18px;
    font-size: 1.5rem;
    line-height: calc(27 / 18);
    text-align: center;
    position: relative;
    margin: 0 0 20px; }
    .research-title::before {
      content: "";
      display: block;
      width: 100px;
      height: 40px;
      background: url(../images/title-research-icon.svg) no-repeat top center/contain;
      position: absolute;
      top: -15px;
      left: calc(50% - 180px); }
    .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%); }
  .research-question__wrapper {
    margin-bottom: 20px; }
  .research-question-title {
    text-align: center;
    font-size: 27px;
    font-size: 2.25rem;
    line-height: calc(37 / 27);
    background: rgba(0, 136, 208, 0.32);
    padding: 23px 5px 15px;
    border-radius: 3px; }
    .research-question-title .br {
      display: inline-block; }
    .research-question-title__lead {
      text-align: center;
      margin-bottom: -13px;
      position: relative;
      z-index: 10; }
      .research-question-title__lead img {
        display: inline; }
  .research-result-ranking, .research-result-chart {
    margin: 0 0 40px; }
    .research-result-ranking figure img, .research-result-chart figure img {
      margin: 0 0 5px; }
    .research-result-ranking figure .caution, .research-result-chart figure .caution {
      text-align: right;
      font-size: 10px;
      font-size: 0.83333rem; }
  .research-result-chart {
    margin: 0; }
    .research-result-chart .caution {
      margin: 0 0 30px; }
    .research-result-chart p {
      font-size: 17px;
      font-size: 1.41667rem;
      line-height: calc(37 / 17); }

.mibyo {
  background: #ffffff;
  text-align: center;
  padding: 10% 5%; }
  .mibyo-title {
    margin: 0 0 10px; }
    .mibyo-title img {
      display: inline;
      width: 80%; }
  .mibyo img {
    display: inline;
    max-width: 100%;
    height: auto; }

/* ------------------------- */
div#banner {
  width: 90%;
  margin: 0 auto;
  padding: 5%; }

/* ------------------------- */
article#sns-block {
  color: #fff !important;
  text-align: center; }
  article#sns-block p {
    margin-bottom: 5%; }
  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%;
      -webkit-transition: 0.1s;
      transition: 0.1s; }
      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;
  padding: 10px; }
  .footer .copyright {
    color: #ffffff;
    text-align: center;
    font-size: 10px;
    font-size: 0.83333rem; }

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